:root{
  --bg:#f6f7fb;
  --card:#ffffff;
  --muted:#5b6472;
  --text:#0f172a;
  --line: rgba(15, 23, 42, 0.10);
  --brand:#0d9488;
  --brand-2:#16a34a;
  --cta:#b91c1c;
  --shadow: 0 12px 32px rgba(15, 23, 42, 0.10);
  --radius: 16px;
  --wa:#16a34a;
  --tg:#2563eb;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
html, body{max-width:100%; overflow-x:hidden}
body{
  margin:0;
  font-family:"Segoe UI",Roboto,system-ui,-apple-system,Ubuntu,Cantarell,"Helvetica Neue",Arial,sans-serif;
  font-size:16px;
  line-height:1.55;
  background:
    radial-gradient(900px 520px at 18% -8%, rgba(13,148,136,.14), transparent 62%),
    radial-gradient(900px 560px at 92% -10%, rgba(37,99,235,.10), transparent 58%),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 42%, #ffffff 100%);
  color:var(--text);
}
a{color:inherit; text-decoration:none}
img, svg, video, canvas{max-width:100%}
.container{max-width:1100px; margin:0 auto; padding:0 18px}
.skip-link{
  position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.skip-link:focus{left:18px; top:18px; width:auto; height:auto; padding:10px 12px; background:#fff; color:#000; border-radius:10px; z-index:9999}

.header{
  position:sticky; top:0; z-index:50;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(12px);
  border-bottom:1px solid var(--line);
}
.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:12px 0;
  gap:14px;
}
.burger{
  display:none;
  width:44px;
  height:44px;
  border-radius:14px;
  border:1px solid var(--line);
  background:#fff;
  align-items:center;
  justify-content:center;
  gap:5px;
  flex-direction:column;
  cursor:pointer;
}
.burger span{
  display:block;
  width:18px;
  height:2px;
  background:#0f172a;
  border-radius:999px;
}
.drawer-overlay{
  position:fixed;
  inset:0;
  background: rgba(15,23,42,.42);
  z-index:80;
}
.drawer{
  position:fixed;
  top:0;
  left:0;
  height:100vh;
  width:min(320px, 86vw);
  background:#fff;
  border-right:1px solid var(--line);
  box-shadow: 0 18px 60px rgba(15,23,42,.22);
  z-index:90;
  transform: translateX(-102%);
  transition: transform .22s ease;
  display:flex;
  flex-direction:column;
  padding:14px;
  overflow-y:auto;
}
.drawer-open body{overflow:hidden}
.drawer-open .drawer{transform: translateX(0)}
.drawer-head{display:flex; justify-content:space-between; align-items:center; padding:4px 2px 10px}
.drawer-nav{display:flex; flex-direction:column; gap:6px; padding:8px 0 10px}
.drawer-nav a{
  padding:12px 12px;
  border-radius:12px;
  font-weight:800;
  border:1px solid rgba(15,23,42,.06);
  background: rgba(15,23,42,.02);
}
.drawer-actions{display:flex; flex-direction:column; gap:10px; margin-top:12px; padding-top:10px}
.site-logo{
  flex: 0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  height:44px;
  padding:2px 6px 2px 0;
}
.site-logo-img{
  height:40px;
  width:auto;
  max-width:140px;
  object-fit:contain;
  display:block;
}
@media (max-width: 640px){
  .site-logo{height:40px}
  .site-logo-img{height:34px; max-width:180px}
}
.brand{
  display:flex; flex-direction:column; line-height:1.1;
}
.brand strong{font-size:14px; letter-spacing:.2px}
.brand span{font-size:12px; color:var(--muted)}
.nav{
  display:flex;
  gap:6px;
  align-items:center;
  flex-wrap:wrap;
  justify-content:flex-start;
  flex: 1 1 auto;
}
.nav a{
  font-size:14px;
  font-weight:600;
  letter-spacing:.01em;
  color:#0f172a;
  padding:10px 12px;
  border-radius:12px;
}
.nav a:hover{background:rgba(15,23,42,.06)}
.header-cta{
  display:flex; gap:10px; align-items:center;
  flex-wrap:nowrap;
  justify-content:flex-end;
  flex: 0 0 auto;
}
.phone{
  font-weight:800;
  font-size:16px;
  padding:11px 14px;
  border-radius:999px;
  border:1px solid rgba(13,148,136,.35);
  background: rgba(13,148,136,.08);
  display:inline-flex;
  align-items:center;
  gap:10px;
  height:44px;
}
.phone-label{display:none}
.phone-icon{
  display:inline-flex;
  width:34px;
  height:34px;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#ffffff;
  border:1px solid rgba(13,148,136,.25);
  color:#0f766e;
}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid var(--line);
  background: #ffffff;
  color:var(--text);
  font-weight:700;
  cursor:pointer;
}
.btn:hover{filter:brightness(1.06)}
.btn-ico{display:inline-flex; align-items:center; justify-content:center}
.btn-sm{padding:10px 12px; font-size:13px; border-radius:12px}
.btn-wa{
  height:44px;
  padding:11px 14px;
  font-size:13px;
  border-color: rgba(22,163,74,.35);
  background: linear-gradient(180deg, rgba(34,197,94,.14), rgba(34,197,94,.06));
  color:#14532d;
}
.btn-tg{
  height:44px;
  padding:11px 14px;
  font-size:13px;
  border-color: rgba(37,99,235,.35);
  background: linear-gradient(180deg, rgba(37,99,235,.14), rgba(37,99,235,.06));
  color:#1e3a8a;
}
.btn-cta{
  border-color: rgba(185,28,28,.35);
  background: linear-gradient(180deg, #ef4444, #b91c1c);
  color:#ffffff;
  height:44px;
}

.nav{flex-wrap:nowrap; white-space:nowrap; overflow-x:auto}
.nav::-webkit-scrollbar{height:6px}
.nav::-webkit-scrollbar-thumb{background:rgba(15,23,42,.12); border-radius:999px}

.mini-icon{
  width:38px;
  height:38px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--line);
  background: rgba(15,23,42,.03);
  color:#0f172a;
}
.btn-primary{
  border-color: rgba(13,148,136,.35);
  background: linear-gradient(135deg, rgba(13,148,136,.18), rgba(34,197,94,.12));
}
.btn-danger{
  border-color: rgba(239,68,68,.45);
  background: rgba(239,68,68,.12);
}
.section{padding:54px 0}
.section h2{margin:0 0 14px; font-size:28px; letter-spacing:-.2px}
.section p{margin:0 0 10px; color:#334155; line-height:1.65}
.kicker{
  display:inline-flex;
  gap:8px;
  align-items:center;
  font-size:12px;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(148,163,184,.25);
  background: rgba(15,23,42,.55);
  color:#cbd5e1;
}
.grid{
  display:grid; gap:16px;
}
.grid-3{grid-template-columns:repeat(3, minmax(0,1fr))}
.grid-2{grid-template-columns:repeat(2, minmax(0,1fr))}
.gallery-grid{gap:14px}
.gallery-photo{
  border-radius: 14px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow: var(--shadow);
  overflow:hidden;
  aspect-ratio: 1 / 1;
}
.gallery-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.limited-note{
  color: var(--cta);
  font-weight: 900;
  margin: 0 0 8px;
}
.recipients-list{
  margin:0;
  padding-left:18px;
  columns: 2;
  column-gap: 26px;
  line-height: 1.75;
  color:#334155;
}
.recipients-list li{break-inside:avoid; padding:4px 0}
.recipients-list li.recipients-city{
  list-style: none;
  margin-left: -18px;
  font-weight: 900;
  color: #0f172a;
  padding-top: 12px;
}
@media (max-width: 640px){
  .recipients-list{columns:1}
}
.card{
  border-radius: var(--radius);
  border:1px solid var(--line);
  background: var(--card);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.card-body{padding:16px}
.card h3{margin:0 0 8px; font-size:18px}
.muted{color:var(--muted)}
.pill{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  background: rgba(13,148,136,.10);
  border:1px solid rgba(13,148,136,.22);
  color:#0f766e;
  font-size:12px;
}
.hero{
  padding:44px 0 30px;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:18px;
  align-items:start;
}
.hero h1{
  margin:14px 0 10px;
  font-size:44px;
  letter-spacing:-.8px;
  line-height:1.05;
  white-space: pre-line;
}
.hero .lead{font-size:16px; color:#334155; line-height:1.65}
.hero-badges{display:flex; flex-wrap:wrap; gap:10px; margin-top:14px}
.form{
  padding:16px;
}
.form-light{
  background:#ffffff;
  border:1px solid var(--line);
}
.form h3{margin:0 0 10px; font-size:18px}
.field{display:flex; flex-direction:column; gap:6px; margin-top:10px}
.field label{font-size:12px; color:#475569}
.field input,.field textarea{
  border-radius:14px;
  border:1px solid rgba(15,23,42,.14);
  background: #ffffff;
  color: var(--text);
  padding:12px 12px;
  outline:none;
}
.field textarea{min-height:88px; resize:vertical}
.field input:focus,.field textarea:focus{border-color: rgba(13,148,136,.55)}
.form-actions{display:flex; gap:10px; align-items:center; margin-top:12px}
.notice{margin-top:10px; font-size:13px}
.notice.ok{color:#166534}
.notice.err{color:#b91c1c}
.img{
  width:100%;
  height:auto;
  display:block;
  background: rgba(15,23,42,.06);
}
.price{
  font-size:22px;
  font-weight:900;
  letter-spacing:-.2px;
  margin:10px 0 10px;
}
.actions-row{display:flex; gap:10px; flex-wrap:wrap}
.accordion button{
  width:100%;
  text-align:left;
  padding:14px 16px;
  background: transparent;
  border:none;
  color: var(--text);
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
}
.accordion button:hover{background: rgba(148,163,184,.08)}
.accordion .item{border-top:1px solid rgba(148,163,184,.14)}
.accordion .item:first-child{border-top:none}
.accordion .panel{padding:0 16px 14px; color:#334155; line-height:1.6; display:none}
.accordion .item[aria-expanded="true"] .panel{display:block}
.footer{
  padding:26px 0 40px;
  border-top:1px solid var(--line);
  background: #ffffff;
}
.footer small{color:var(--muted)}
.floating-call{
  position:fixed;
  right:14px;
  bottom:14px;
  z-index:60;
}
.floating-call a{
  display:inline-flex;
  padding:12px 14px;
  border-radius:999px;
  background: rgba(13,148,136,.16);
  border:1px solid rgba(13,148,136,.35);
  backdrop-filter: blur(10px);
  font-weight:800;
}

.turnkey-flow{
  display:flex;
  flex-direction:column;
  gap:14px;
  margin-top:14px;
}
.turnkey-step .card-body{padding-bottom:12px}
.turnkey-step .img{
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  background: transparent;
}

@media (max-width: 640px){
  .turnkey-step .img{
    max-height: none;
  }
}

/* Equal-height cards in Prices/Services grids */
div[data-slot="prices"] > .card,
div[data-slot="services"] > .card{
  height: 100%;
  display: flex;
  flex-direction: column;
}
div[data-slot="prices"] > .card > .img,
div[data-slot="services"] > .card > .img{
  height: 200px;
  object-fit: cover;
}
div[data-slot="prices"] > .card > .card-body,
div[data-slot="services"] > .card > .card-body{
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
div[data-slot="prices"] .actions-row,
div[data-slot="services"] .actions-row,
div[data-slot="services"] .service-actions{
  margin-top: auto;
}

.service-actions{
  margin-top:12px;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.service-messengers{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr}
  .hero h1{font-size:38px}
  .grid-3{grid-template-columns:repeat(2, minmax(0,1fr))}
}
@media (max-width: 640px){
  .grid-3,.grid-2{grid-template-columns:1fr}
  .hero h1{font-size:34px}
  .header-inner{align-items:center}
  .nav{display:none}
  .burger{display:inline-flex}
  .header-cta{justify-content:flex-start; width:auto; margin-left:auto}
  .header-cta .btn-wa,
  .header-cta .btn-tg{display:none !important}
  .phone{flex:0 0 auto; justify-content:center}
  .phone-number{display:none}
  .phone-label{display:inline}
  .phone{padding:11px 12px; font-size:14px}
  .site-logo-img{max-width:110px}

  .hero-grid{display:flex; flex-direction:column; gap:14px}
  .hero-form{order:-1}
}
