:root{
  --primary:#4F4F4F;
  --primary-hover:#363636;
  --secondary:#8C8C8C;
  --accent:#C6A96B;
  --gold:#C6A96B;
  --gold-hover:#B89554;
  --gold-soft:#F3E8C8;
  --success:#5E8F77;
  --error:#C66565;

  --bg:#FAF9F7;
  --bg-alt:#F3F2EF;
  --surface:#FFFFFF;
  --heading:#2E2E2E;
  --text:#5C5C5C;
  --muted:#8C8C8C;
  --line:#E8E5DF;

  --surface-hover:#F5F5F5;
  --light-bg:#F3E8C8;

  --gradient-main:linear-gradient(135deg, rgba(79,79,79,1) 0%, rgba(79,79,79,.78) 55%, rgba(198,169,107,1) 100%);
  --gradient-hero:linear-gradient(135deg, rgba(250,249,247,1) 0%, rgba(243,232,200,1) 45%, rgba(229,211,166,1) 100%);

  --shadow:0 18px 60px rgba(0,0,0,.08);
  --shadow-card:0 10px 30px rgba(0,0,0,.05);
  --radius:18px;
  --radius-sm:14px;
  --container:1140px;
}

*{box-sizing:border-box}
html,body{height:100%}
html{background:var(--bg)}
html:before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    radial-gradient(1100px 620px at 18% -12%, rgba(243,232,200,.70), transparent 62%),
    radial-gradient(900px 520px at 86% 0%, rgba(229,211,166,.42), transparent 58%),
    radial-gradient(900px 520px at 20% 98%, rgba(79,79,79,.08), transparent 62%),
    var(--bg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}
body{
  margin:0;
  color:var(--text);
  background:transparent;
  font-family:"Manrope", system-ui, -apple-system, Segoe UI, sans-serif;
  line-height:1.5;
  letter-spacing:.1px;
}

img{max-width:100%; height:auto; display:block}
a{color:inherit; text-decoration:none}
button,input,textarea{font:inherit}

.container{max-width:var(--container); margin:0 auto; padding:0 20px}

.muted{color:var(--muted)}
.spacer-12{height:12px}
.spacer-16{height:16px}
.spacer-24{height:24px}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:999px;
  border:1px solid transparent;
  cursor:pointer;
  transition:transform .12s ease, box-shadow .12s ease, background .12s ease, border-color .12s ease, color .12s ease;
  font-weight:600;
}
.btn:active{transform:translateY(1px)}
.btn-primary{
  background:var(--primary);
  color:#fff;
  box-shadow:0 12px 32px rgba(0,0,0,.14);
}
.btn-primary:hover{background:var(--primary-hover); box-shadow:0 14px 40px rgba(0,0,0,.18)}
.btn-ghost{
  background:var(--surface);
  border-color:var(--primary);
  color:var(--primary);
}
.btn-ghost:hover{background:var(--surface-hover)}
.btn-lg{padding:14px 18px}
.btn-sm{padding:9px 12px; font-size:14px}

.link{color:var(--primary); font-weight:600}
.link:hover{color:var(--primary-hover); text-decoration:underline}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(250,249,247,.84);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.header-inner{
  height:70px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.brand{display:flex; align-items:center; gap:10px}
.brand-mark{
  width:34px;height:34px;border-radius:12px;
  background:
    radial-gradient(18px 18px at 30% 30%, rgba(255,255,255,.9), transparent 60%),
    var(--gradient-main);
  box-shadow:0 10px 24px rgba(0,0,0,.12);
}
.brand-logo{
  width:34px;
  height:34px;
  border-radius:12px;
  object-fit:contain;
  display:block;
  background:rgba(255,255,255,.6);
  border:1px solid rgba(232,229,223,.9);
}
.brand-text{
  font-family:"Cormorant Garamond", serif;
  letter-spacing:.4px;
  font-size:18px;
  color:var(--heading);
}

.nav{display:flex; align-items:center; gap:14px}
.nav a{font-weight:600; color:rgba(46,46,46,.82)}
.nav a:hover{color:var(--primary-hover)}
.nav a.is-active{color:var(--primary)}
.nav-cta{margin-left:8px}
.nav a.btn-primary{color:#fff}
.nav a.btn-primary:hover{color:#fff}
.nav a.btn-ghost{color:var(--primary)}
.nav a.btn-ghost:hover{color:var(--primary-hover)}

.icon-whatsapp{
  width:18px;
  height:18px;
  display:inline-block;
  background:currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.04 2C6.58 2 2.1 6.48 2.1 11.94c0 1.93.55 3.81 1.59 5.44L2 22l4.73-1.62a9.88 9.88 0 0 0 5.31 1.55h.01c5.46 0 9.94-4.48 9.94-9.94C21.99 6.48 17.5 2 12.04 2Zm5.78 14.28c-.24.68-1.4 1.25-1.96 1.33-.5.08-1.15.12-1.85-.12-.42-.14-.96-.31-1.65-.61-2.9-1.26-4.79-4.22-4.93-4.41-.14-.19-1.18-1.57-1.18-3 0-1.43.74-2.13 1.01-2.42.27-.29.58-.36.77-.36h.55c.18 0 .43-.07.67.51.24.58.82 2.01.89 2.16.07.14.12.31.02.5-.1.19-.15.31-.29.48-.14.17-.3.38-.43.51-.14.14-.29.29-.12.57.17.29.77 1.27 1.65 2.05 1.13 1.01 2.09 1.33 2.38 1.47.29.14.45.12.62-.07.17-.19.72-.84.91-1.13.19-.29.38-.24.63-.14.26.1 1.62.76 1.9.9.29.14.48.22.55.34.07.12.07.7-.17 1.38Z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.icon-instagram{
  width:18px;
  height:18px;
  display:inline-block;
  background:currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.5 2h9A5.5 5.5 0 0 1 22 7.5v9A5.5 5.5 0 0 1 16.5 22h-9A5.5 5.5 0 0 1 2 16.5v-9A5.5 5.5 0 0 1 7.5 2Zm9 2h-9A3.5 3.5 0 0 0 4 7.5v9A3.5 3.5 0 0 0 7.5 20h9a3.5 3.5 0 0 0 3.5-3.5v-9A3.5 3.5 0 0 0 16.5 4ZM12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10Zm0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm5.75-2.15a1.1 1.1 0 1 1 0 2.2 1.1 1.1 0 0 1 0-2.2Z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.nav-backdrop{
  position:fixed;
  inset:0;
  background:rgba(46,46,46,.42);
  backdrop-filter:blur(8px);
  opacity:0;
  pointer-events:none;
  transition:opacity .12s ease;
  z-index:205;
  width:100vw;
  height:100dvh;
}

.nav-close{
  display:none;
  width:44px;
  height:44px;
  border-radius:14px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.92);
  cursor:pointer;
  position:relative;
  align-items:center;
  justify-content:center;
}
.nav-close span{
  position:absolute;
  width:18px;
  height:2px;
  left:50%;
  top:50%;
  margin:0;
  background:rgba(46,46,46,.82);
  border-radius:99px;
}
.nav-close span:first-child{transform:translate(-50%,-50%) rotate(45deg)}
.nav-close span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}

body.nav-open{overflow:hidden}
body.nav-open .site-header{z-index:210}
body.nav-open .nav-backdrop{opacity:1; pointer-events:auto}

.nav-toggle{
  display:none;
  width:44px;height:44px;
  border-radius:12px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.92);
}
.nav-toggle span{
  display:block;
  width:18px;
  height:2px;
  margin:4px auto;
  background:rgba(46,46,46,.8);
  border-radius:99px;
}

.hero{padding:54px 0 10px}
.hero-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:34px;
  align-items:center;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.58);
  border-radius:999px;
  color:var(--text);
  font-weight:600;
  font-size:13px;
}
.hero-title{
  font-family:"Cormorant Garamond", serif;
  font-size:52px;
  line-height:1.05;
  letter-spacing:.2px;
  margin:14px 0 12px;
}
.hero-subtitle{font-size:18px; color:var(--text); max-width:58ch; margin:0}
.hero-title{color:var(--heading)}
.hero-subtitle{color:var(--text)}
.hero-actions{margin-top:22px; display:flex; flex-wrap:wrap; gap:12px}

.kaspi-card{
  margin-top:14px;
  display:block;
  border:1px solid var(--line);
  background:rgba(255,255,255,.72);
  border-radius:var(--radius);
  padding:14px 14px;
  box-shadow:var(--shadow-card);
  transition:transform .12s ease, box-shadow .12s ease, border-color .12s ease, background .12s ease;
  position:relative;
}
.kaspi-card:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 38px rgba(0,0,0,.08);
  border-color:rgba(198,169,107,.55);
  background:rgba(255,255,255,.86);
}
.kaspi-card:active{transform:translateY(0)}
.kaspi-title{font-weight:900; color:var(--heading)}
.kaspi-text{margin-top:6px; color:var(--text); max-width:60ch}
.kaspi-cta{margin-top:10px; color:var(--gold); font-weight:900}

.trust-row{
  margin-top:26px;
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px;
}
.trust-item{
  border:1px solid var(--line);
  background:var(--surface);
  border-radius:var(--radius-sm);
  padding:12px 12px;
}
.trust-value{font-weight:800}
.trust-label{font-size:13px; color:var(--muted)}

.hero-media{
  position:relative;
  border-radius:28px;
  overflow:hidden;
  box-shadow:var(--shadow);
  background:
    radial-gradient(120% 120% at 20% 10%, rgba(255,255,255,.92), rgba(255,255,255,.7)),
    var(--gradient-hero);
  border:1px solid var(--line);
  min-height:460px;
}
.hero-image{
  width:100%;
  height:100%;
  object-fit:cover;
  position:absolute;
  inset:0;
}
.hero-image-fallback{
  position:absolute; inset:0;
  background:
    radial-gradient(700px 380px at 20% 10%, rgba(243,232,200,.75), transparent 60%),
    radial-gradient(600px 340px at 80% 20%, rgba(229,211,166,.45), transparent 55%),
    var(--gradient-hero);
}
.hero-badge{
  position:absolute;
  left:18px;
  bottom:18px;
  background:rgba(46,46,46,.86);
  color:#fff;
  padding:14px 14px;
  border-radius:18px;
  max-width:240px;
  border:1px solid rgba(232,229,223,.35);
  backdrop-filter:blur(10px);
}
.hero-badge-title{font-weight:800}
.hero-badge-text{opacity:.86; font-size:14px; margin-top:2px}

.section{padding:54px 0}
.section-soft{
  background:var(--bg-alt);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.home-services{
  background:var(--bg-alt);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.section-head{margin-bottom:22px}
.h1{font-family:"Cormorant Garamond", serif; font-size:46px; line-height:1.05; margin:0}
.h2{font-family:"Cormorant Garamond", serif; font-size:36px; line-height:1.1; margin:0 0 8px}
.h3{font-family:"Manrope", system-ui, sans-serif; font-size:18px; font-weight:800; margin:0 0 10px}
.h1,.h2,.h3{color:var(--heading)}
.trust-value,.card-title,.feature-title,.person-name,.contacts-title,.footer-title,.admin-section-title,.admin-row-title,.admin-panel-title,.admin-tile-title,.aside-title,.price-value,.admin-brand{color:var(--heading)}
.lead{font-size:18px; color:var(--text); margin:10px 0 0; max-width:68ch}

.cards-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
}
.card{
  padding:18px 18px;
  border-radius:var(--radius);
  background:var(--surface);
  border:1px solid var(--line);
  box-shadow:var(--shadow-card);
  display:flex;
  flex-direction:column;
  transition:transform .12s ease, box-shadow .12s ease;
}
.card:hover{transform:translateY(-1px); box-shadow:0 14px 42px rgba(0,0,0,.08)}
.card-title{font-weight:800; font-size:16px}
.card-text{margin-top:8px; color:var(--text); flex:1 1 auto}
.card-footer{margin-top:14px; display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap}
.card-footer-cta{
  margin-top:auto;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:10px;
}
.card-footer-cta .btn{width:100%; justify-content:center; white-space:nowrap}
.card-footer-cta .price{display:flex; align-items:baseline; justify-content:space-between; gap:10px}
.price{font-weight:900; color:var(--gold)}
.card-wide{
  display:grid;
  grid-template-columns:minmax(0, 1fr) max-content;
  align-items:start;
  gap:16px;
}
.card-wide > div{min-width:0}
.card-side{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:10px;
  justify-self:end;
  max-width:260px;
}
.card-side .btn{
  white-space:nowrap;
  max-width:100%;
}
.card-title,.card-text{overflow-wrap:anywhere}

.features-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
}
.feature{
  border:1px solid var(--line);
  background:var(--surface);
  border-radius:var(--radius);
  padding:18px 18px;
}
.feature-title{font-weight:900}
.feature-text{margin-top:8px; color:var(--text)}

.team-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
}
.person{
  border:1px solid var(--line);
  border-radius:var(--radius);
  overflow:hidden;
  background:var(--surface);
  box-shadow:var(--shadow-card);
}
.person-photo{aspect-ratio:4/3; background:linear-gradient(135deg, rgba(243,232,200,.55), rgba(229,211,166,.28))}
.person-photo img{width:100%; height:100%; object-fit:cover}
.person-photo-fallback{width:100%; height:100%}
.person-body{padding:14px 14px}
.person-name{font-weight:900}
.person-role{color:var(--text); margin-top:4px}
.person-exp{font-size:13px; margin-top:4px}

.reviews-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
}
.review{
  margin:0;
  padding:18px 18px;
  border-radius:var(--radius);
  background:var(--surface);
  border:1px solid var(--line);
}
.review blockquote{margin:0; color:var(--text)}
.review figcaption{margin-top:12px; font-weight:800; color:var(--heading)}

.cta{
  border-radius:26px;
  padding:24px 24px;
  background:
    radial-gradient(120% 120% at 20% 0%, rgba(243,232,200,.80), transparent 56%),
    linear-gradient(135deg, rgba(255,255,255,1), rgba(255,255,255,1));
  background-repeat:no-repeat;
  background-size:100% 100%;
  background-position:0 0;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.cta-actions{display:flex; gap:12px; flex-wrap:wrap}

.faq{display:grid; gap:10px}
.faq-item{
  border:1px solid var(--line);
  background:var(--surface);
  border-radius:var(--radius);
  padding:14px 14px;
}
.faq-item summary{cursor:pointer; font-weight:900}
.faq-answer{margin-top:10px; color:var(--text)}

.page-hero{
  padding:44px 0 8px;
  background:
    radial-gradient(1100px 520px at 18% -18%, rgba(243,232,200,.78), transparent 62%),
    radial-gradient(900px 520px at 86% 0%, rgba(229,211,166,.38), transparent 58%),
    linear-gradient(180deg, rgba(250,249,247,1), rgba(250,249,247,1));
  background-repeat:no-repeat;
  background-size:100% 100%;
  background-position:0 0;
}
.page-hero-actions{margin-top:18px; display:flex; flex-wrap:wrap; gap:12px}

.steps{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
}
.step{
  border:1px solid var(--line);
  background:var(--surface);
  border-radius:var(--radius);
  padding:18px 18px;
  display:flex;
  gap:14px;
}
.step-num{
  width:42px;height:42px;border-radius:14px;
  background:var(--light-bg);
  color:var(--primary);
  display:flex; align-items:center; justify-content:center;
  font-weight:900;
}
.step-title{font-weight:900}

.two-col{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:18px;
  align-items:start;
}
.bullets{padding-left:18px; margin:14px 0 0}
.bullets li{margin:8px 0; color:var(--text)}
.about-card{
  border:1px solid var(--line);
  background:var(--surface);
  border-radius:26px;
  padding:20px 20px;
  box-shadow:var(--shadow-card);
}
.about-card-title{font-weight:900; font-size:16px}

.gallery{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:10px;
}
.gallery-item{
  padding:0;
  border:0;
  cursor:pointer;
  border-radius:18px;
  overflow:hidden;
  background:transparent;
}
.gallery-item img{width:100%; height:240px; object-fit:cover; transition:transform .2s ease}
.gallery-item:hover img{transform:scale(1.03)}

.contacts-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:16px;
  align-items:stretch;
}
.contacts-card{
  border:1px solid var(--line);
  background:var(--surface);
  border-radius:26px;
  padding:20px 20px;
}
.contacts-title{font-weight:900}
.contacts-value{margin-top:6px; color:var(--text)}
.branches{display:grid; gap:12px; margin-top:10px}
.branch{
  border:1px solid var(--line);
  background:rgba(250,249,247,.55);
  border-radius:18px;
  padding:12px 12px;
}
.branch-title{font-weight:900; color:var(--heading); font-size:13px; letter-spacing:.2px}
.branch-link{display:inline-block; margin-top:8px}
.map-frame{
  border:1px solid var(--line);
  border-radius:26px;
  overflow:hidden;
  background:var(--surface);
  min-height:360px;
}
.map-frame iframe{width:100%; height:360px; border:0}
.map-fallback{
  border:1px dashed var(--line);
  border-radius:26px;
  min-height:360px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
}

.posts-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
}
.post-card{
  border:1px solid var(--line);
  border-radius:26px;
  overflow:hidden;
  background:var(--surface);
  box-shadow:var(--shadow-card);
}
.post-cover img{width:100%; height:220px; object-fit:cover}
.post-body{padding:16px 16px}
.post-meta{font-size:13px}
.post-title{font-size:18px; line-height:1.25; margin:8px 0 10px}
.post-title a:hover{text-decoration:underline}
.post-excerpt{margin:0 0 12px; color:var(--text)}

.post-layout{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:16px;
  align-items:start;
}
.post-content{
  border:1px solid var(--line);
  background:var(--surface);
  border-radius:26px;
  padding:22px 22px;
}
.post-content h2{font-size:24px; margin:18px 0 10px}
.post-content h3{font-size:18px; margin:16px 0 10px}
.post-content p{margin:10px 0; color:var(--text)}
.post-content ul{margin:10px 0 10px 18px}
.post-content li{margin:6px 0}
.post-aside{display:grid; gap:12px}
.aside-card{
  border:1px solid var(--line);
  background:var(--surface);
  border-radius:26px;
  padding:18px 18px;
}
.aside-title{font-weight:900}
.post-cover-image{border-radius:26px; border:1px solid var(--line)}

.notice{
  margin-top:18px;
  border-radius:18px;
  padding:14px 14px;
  background:var(--light-bg);
  border:1px solid var(--line);
}
.notice-title{font-weight:900; color:var(--primary)}
.notice-text{margin-top:6px; color:var(--text)}

.price-group{margin-bottom:22px}
.price-table{
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  background:var(--surface);
}
.price-row{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  border-top:1px solid var(--line);
}
.price-row:first-child{border-top:0}
.price-name{color:var(--text)}
.price-value{font-weight:900; color:var(--gold)}

.payment{
  border:1px solid var(--line);
  background:var(--surface);
  border-radius:26px;
  padding:18px 18px;
  box-shadow:var(--shadow-card);
  position:relative;
  overflow:hidden;
}
.payment:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:2px;
  background:linear-gradient(90deg, rgba(198,169,107,0), rgba(198,169,107,1), rgba(198,169,107,0));
  opacity:.9;
}
.payment-list{margin:12px 0 0; padding-left:18px; color:var(--text)}
.payment-list li{margin:8px 0}
.payment-note{margin-top:12px}

.site-footer{
  padding:44px 0 26px;
  border-top:1px solid var(--line);
  background:var(--bg-alt);
}
.footer-grid{
  display:grid;
  grid-template-columns:1.4fr .6fr .8fr;
  gap:16px;
}
.footer-title{font-weight:900; margin-bottom:10px}
.footer-col a{display:block; padding:7px 0; color:rgba(46,46,46,.82)}
.footer-col a:hover{color:var(--primary-hover)}
.footer-branch{margin-bottom:10px}
.footer-branch-title{font-weight:800; color:var(--heading); font-size:13px; letter-spacing:.2px}
.footer-actions{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap}
.footer-bottom{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}

.wa-fab{
  position:fixed;
  right:18px;
  bottom:18px;
  width:58px;
  height:58px;
  border-radius:999px;
  background:linear-gradient(135deg, #25d366, #17b05b);
  box-shadow:0 18px 50px rgba(18, 140, 126, .35);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:60;
}
.wa-fab:hover{transform:translateY(-1px)}
.wa-fab-icon{
  width:22px;
  height:22px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.96) 0 44%, transparent 46%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,255,255,.78));
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.04 2C6.58 2 2.1 6.48 2.1 11.94c0 1.93.55 3.81 1.59 5.44L2 22l4.73-1.62a9.88 9.88 0 0 0 5.31 1.55h.01c5.46 0 9.94-4.48 9.94-9.94C21.99 6.48 17.5 2 12.04 2Zm5.78 14.28c-.24.68-1.4 1.25-1.96 1.33-.5.08-1.15.12-1.85-.12-.42-.14-.96-.31-1.65-.61-2.9-1.26-4.79-4.22-4.93-4.41-.14-.19-1.18-1.57-1.18-3 0-1.43.74-2.13 1.01-2.42.27-.29.58-.36.77-.36h.55c.18 0 .43-.07.67.51.24.58.82 2.01.89 2.16.07.14.12.31.02.5-.1.19-.15.31-.29.48-.14.17-.3.38-.43.51-.14.14-.29.29-.12.57.17.29.77 1.27 1.65 2.05 1.13 1.01 2.09 1.33 2.38 1.47.29.14.45.12.62-.07.17-.19.72-.84.91-1.13.19-.29.38-.24.63-.14.26.1 1.62.76 1.9.9.29.14.48.22.55.34.07.12.07.7-.17 1.38Z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.admin-body{background:var(--bg)}
.admin-header{position:sticky; top:0; z-index:60; background:rgba(250,249,247,.92); backdrop-filter:blur(10px); border-bottom:1px solid var(--line)}
.admin-header-inner{height:68px; display:flex; align-items:center; justify-content:space-between; gap:14px}
.admin-brand{font-family:"Cormorant Garamond", serif}
.admin-nav{display:flex; gap:12px}
.admin-nav a{padding:8px 10px; border-radius:999px; border:1px solid transparent; font-weight:700; color:rgba(46,46,46,.82)}
.admin-nav a:hover{border-color:var(--line); background:rgba(255,255,255,.6)}
.admin-main{padding-bottom:40px}
.admin-auth{padding:54px 0}
.admin-card{padding:54px 0}
.auth-box{
  max-width:520px;
  margin:0 auto;
  padding:22px 22px;
  border-radius:26px;
  border:1px solid var(--line);
  background:var(--surface);
  box-shadow:var(--shadow);
}
.form{display:grid; gap:12px; margin-top:14px}
.field{display:grid; gap:6px; min-width:0}
.field span{font-size:13px; color:rgba(46,46,46,.76); font-weight:700}
.field input,.field textarea{
  padding:12px 12px;
  border-radius:14px;
  border:1px solid var(--line);
  background:var(--surface);
  outline:none;
  width:100%;
  max-width:100%;
}
.field input:focus,.field textarea:focus{border-color:rgba(198,169,107,.75); box-shadow:0 0 0 4px rgba(198,169,107,.18)}
.check{display:flex; gap:10px; align-items:center}

.flash{
  margin-top:16px;
  border-radius:18px;
  padding:12px 14px;
  border:1px solid var(--line);
  background:var(--light-bg);
  color:rgba(46,46,46,.9);
}
.admin-grid{margin-top:18px; display:grid; grid-template-columns:repeat(auto-fit, minmax(220px, 1fr)); gap:12px}
.admin-tile{
  border-radius:22px;
  padding:16px 16px;
  border:1px solid var(--line);
  background:var(--surface);
  box-shadow:var(--shadow-card);
}
.admin-tile-title{font-weight:900}
.admin-panel{border-radius:26px; padding:18px 18px; border:1px solid var(--line); background:var(--surface)}
.admin-panel-title{font-weight:900; margin-bottom:12px}
.admin-panel-grid{display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); gap:12px}
.admin-list{margin-top:16px; display:grid; gap:10px}
.admin-row{
  border-radius:18px;
  padding:14px 14px;
  border:1px solid var(--line);
  background:var(--surface);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.admin-row-title{font-weight:900}
.admin-row-actions{display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end}
.admin-top{display:flex; align-items:flex-start; justify-content:space-between; gap:12px; flex-wrap:wrap}
.admin-section{margin-top:16px; border-radius:26px; padding:16px 16px; border:1px solid var(--line); background:var(--surface)}
.admin-section-title{font-weight:900; margin-bottom:12px}
.grid-2{display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); gap:12px}
.repeat-row{display:grid; grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 260px); gap:10px; margin-top:10px; align-items:start}
.repeat-row-2{display:grid; grid-template-columns:minmax(0, 1fr) minmax(0, 1fr); gap:10px; margin-top:10px; align-items:start}
.repeat-row-4{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 320px)}
.repeat-row > *,.repeat-row-2 > *,.repeat-row-4 > *{min-width:0}
.admin-repeater{display:grid; gap:10px}
.admin-repeater [data-rows]{display:grid; gap:10px}
.admin-repeater .repeat-row,.admin-repeater .repeat-row-2,.admin-repeater .repeat-row-4{margin-top:0}
.admin-inline-actions{margin-top:8px; display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end}
.admin-inline-actions-bottom{align-self:end; margin-top:0}
.admin-image-field{display:grid; gap:10px}
.admin-image-field-compact{gap:8px}
.admin-image-preview{width:100%; max-width:360px; height:140px; object-fit:cover; border-radius:14px; border:1px solid var(--line); background:var(--light-bg)}
.admin-image-preview.is-hidden{display:none}
.admin-prices{display:grid; gap:12px}
.admin-prices-groups{display:grid; gap:12px}
.admin-price-group{border-radius:18px; padding:12px; border:1px solid var(--line); background:var(--surface); display:grid; gap:10px}
.admin-price-group-head{display:flex; gap:12px; align-items:flex-end; justify-content:space-between; flex-wrap:wrap}
.admin-price-items{display:grid; gap:10px}
.admin-price-item{display:grid; grid-template-columns:minmax(0, 1fr) minmax(0, 220px) 140px; gap:10px; align-items:end}
.admin-price-item > *{min-width:0}
.admin-editor{display:grid; gap:10px}
.admin-editor-toolbar{display:flex; gap:10px; flex-wrap:wrap}
.admin-editor-area{min-height:340px; padding:12px 12px; border-radius:14px; border:1px solid var(--line); background:var(--surface); outline:none}
.admin-editor-area:focus{border-color:rgba(198,169,107,.75); box-shadow:0 0 0 4px rgba(198,169,107,.18)}
.admin-actions{margin-top:16px; display:flex; gap:12px; flex-wrap:wrap}
.media-upload{grid-template-columns:1fr 180px; align-items:end}
.media-grid{margin-top:16px; display:grid; grid-template-columns:repeat(4, minmax(0, 1fr)); gap:12px}
.media-item{border-radius:18px; padding:10px; border:1px solid var(--line); background:var(--surface)}
.media-item img{width:100%; height:140px; object-fit:cover; border-radius:14px}
.media-path{margin-top:8px; font-size:12px; color:var(--text); word-break:break-all}
.danger{margin-top:18px}

.lightbox{
  position:fixed;
  inset:0;
  background:rgba(46,46,46,.84);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  z-index:100;
}
.lightbox img{max-width:min(980px, 92vw); max-height:86vh; border-radius:22px; border:1px solid rgba(255,255,255,.18); box-shadow:0 24px 90px rgba(0,0,0,.45)}

@media (max-width:980px){
  .hero-grid{grid-template-columns:1fr}
  .hero-media{min-height:380px}
  .cards-grid,.features-grid,.team-grid,.reviews-grid,.posts-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}
  .card-footer-cta .btn{white-space:normal}
  .card-wide{grid-template-columns:1fr}
  .card-side{align-items:flex-start; justify-self:start; max-width:none}
  .card-side .btn{white-space:normal}
  .two-col,.contacts-grid,.post-layout{grid-template-columns:1fr}
  .media-grid{grid-template-columns:repeat(3, minmax(0, 1fr))}
}

@media (max-width:720px){
  body{padding-top:70px}
  .site-header{
    position:fixed;
    top:0;
    left:0;
    right:0;
    backdrop-filter:none;
  }
  .nav-toggle{display:block}
  .nav{
    position:fixed;
    inset:0;
    padding: calc(max(16px, env(safe-area-inset-top)) + 56px) 16px 18px 16px;
    border-radius:0;
    border:0;
    background:var(--bg);
    box-shadow:none;
    display:none;
    flex-direction:column;
    align-items:stretch;
    justify-content:center;
    gap:12px;
    z-index:220;
    width:100vw;
    height:100dvh;
    overflow:auto;
  }
  body.nav-open .nav{display:flex}
  .nav-close{display:flex; position:absolute; top:max(14px, env(safe-area-inset-top)); right:16px}
  .nav a{text-align:center}
  .nav a:not(.btn){padding:16px 16px; font-size:18px; border-radius:18px; background:var(--surface); border:1px solid var(--line)}
  .nav a:not(.btn):active{transform:translateY(1px)}
  .nav a.btn{width:100%; padding:16px 16px; font-size:16px}
  .nav a.btn-primary{color:#fff}
  .nav a.btn-ghost{color:var(--primary)}
  .nav-cta{margin-left:0}
  .hero-title{font-size:40px}
  .trust-row{grid-template-columns:1fr}
  .cards-grid,.features-grid,.team-grid,.reviews-grid,.posts-grid{grid-template-columns:1fr}
  .card-wide{grid-template-columns:1fr}
  .card-side{align-items:flex-start; justify-self:start; max-width:none}
  .card-side .btn{white-space:normal}
  .cta{flex-direction:column; align-items:stretch}
  .cta-actions{flex-direction:column}
  .cta-actions .btn{width:100%}
  .steps{grid-template-columns:1fr}
  .grid-2{grid-template-columns:1fr}
  .repeat-row,.repeat-row-2,.repeat-row-4{grid-template-columns:1fr}
  .media-upload{grid-template-columns:1fr}
  .media-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}
  .admin-price-item{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr; gap:14px}
  .footer-grid{grid-template-columns:1fr; gap:14px}
  .footer-brand,.footer-col{
    padding:16px;
    border-radius:22px;
    border:1px solid var(--line);
    background:var(--surface);
  }
  .footer-actions{flex-direction:column}
  .footer-actions .btn{width:100%}
  .footer-bottom{flex-direction:column; align-items:flex-start}
}
