:root {
  --bg: #f5f4f0;
  --card: #ffffff;
  --ink: #17202a;
  --muted: #68717c;
  --dark: #151c24;
  --dark-2: #202a35;
  --line: #dcdedc;
  --accent: #f6b800;
  --accent-2: #ffca2e;
  --blue: #0d4f85;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(19, 28, 37, .13);
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--bg); line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 105px 0; }
.section-dark { background: var(--dark); color: white; }
.section-muted { background: #eaeae5; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(21, 28, 36, .94); backdrop-filter: blur(16px); color: white; border-bottom: 1px solid rgba(255,255,255,.09); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center; background: var(--accent); }
.brand-mark svg { width: 34px; height: 34px; fill: var(--dark); }
.brand-mark .brand-door { fill: var(--accent); }
.brand-mark .brand-lines { stroke: var(--dark); stroke-width: 3; fill: none; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 15px; letter-spacing: .01em; }
.brand small { color: #aeb7c1; font-size: 11px; }
.main-nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.main-nav a { color: #d9dee5; font-size: 14px; font-weight: 650; transition: color .2s; white-space: nowrap; }
.main-nav a:hover { color: var(--accent-2); }
.header-contact { display: flex; align-items: center; gap: 13px; }
.header-phone { font-size: 15px; font-weight: 800; white-space: nowrap; }
.messenger-mini { display: flex; gap: 6px; }
.messenger-mini a { width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,.1); display: grid; place-items: center; font-size: 13px; font-weight: 900; }
.messenger-mini svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.max-icon { width: 18px; height: 18px; display: block; object-fit: contain; }
.max-icon-large { width: 24px; height: 24px; }
.max-icon-modal { width: 32px; height: 32px; flex: 0 0 32px; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 9px; margin-left: auto; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: white; border-radius: 2px; }

.hero { position: relative; padding: 92px 0 86px; overflow: hidden; min-height: min(900px, calc(100vh - 78px)); display: flex; align-items: center; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 720px); justify-content: start; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #c8d0d9; text-transform: uppercase; font-size: 12px; letter-spacing: .15em; font-weight: 800; margin-bottom: 17px; }
.eyebrow span { width: 28px; height: 3px; background: var(--accent); border-radius: 2px; }
.eyebrow.dark { color: #69717a; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(44px, 5.1vw, 76px); line-height: .98; letter-spacing: -.045em; margin-bottom: 26px; }
h1 em { color: var(--accent); font-style: normal; }
.hero-lead { color: #c7ced7; font-size: 18px; max-width: 650px; margin-bottom: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.btn { min-height: 51px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 12px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--accent); color: var(--dark); box-shadow: 0 12px 30px rgba(246,184,0,.22); }
.btn-primary:hover { background: var(--accent-2); box-shadow: 0 16px 34px rgba(246,184,0,.3); }
.btn-ghost { border-color: rgba(255,255,255,.24); color: white; background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.btn-outline-light { border-color: rgba(255,255,255,.3); color: white; }
.btn-wide { width: 100%; }
.hero-facts { margin-top: 34px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); }
.hero-facts > div { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); border-radius: 16px; padding: 14px 16px; backdrop-filter: blur(8px); }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { color: white; font-size: 15px; }
.hero-facts span { color: #b8c2cd; font-size: 12px; margin-top: 2px; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,18,25,.84) 0%, rgba(12,18,25,.74) 32%, rgba(12,18,25,.46) 58%, rgba(12,18,25,.36) 100%); }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: radial-gradient(circle at 18% 28%, rgba(246,184,0,.14), transparent 30%), linear-gradient(180deg, rgba(21,28,36,.18), rgba(21,28,36,.38)); z-index: 1; }
.hero-card { background: rgba(11,16,22,.58); border: 1px solid rgba(255,255,255,.12); border-radius: 28px; padding: 34px 34px 28px; box-shadow: 0 28px 80px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.hero-price-pill { display: inline-flex; align-items: center; min-height: 40px; padding: 0 16px; border-radius: 999px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.14); color: #fff; font-size: 13px; font-weight: 800; margin-bottom: 18px; box-shadow: 0 10px 26px rgba(0,0,0,.14); }
.hero-mobile-photo { display: none; }
.hero-mobile-photo img { width: 100%; height: 160px; display: block; border-radius: 18px; object-fit: cover; object-position: center 52%; box-shadow: 0 18px 36px rgba(0,0,0,.24); border: 1px solid rgba(255,255,255,.12); }

.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading.split { max-width: none; display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 50px; }
.section-heading.split p, .section-heading > p { color: var(--muted); font-size: 17px; }
.section-heading.light p { color: #aeb7c1; }
h2 { font-size: clamp(36px, 4.4vw, 60px); line-height: 1.04; letter-spacing: -.04em; margin-bottom: 18px; }
h3 { line-height: 1.2; }

.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.benefit-card { background: var(--card); border: 1px solid var(--line); border-radius: 20px; padding: 25px; min-height: 260px; transition: transform .25s, box-shadow .25s, border-color .25s; }
.benefit-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.benefit-card .icon { width: 50px; height: 50px; border-radius: 15px; display: grid; place-items: center; background: #fff4c7; color: #b67d00; font-size: 24px; font-weight: 900; margin-bottom: 35px; }
.benefit-card h3 { font-size: 23px; margin-bottom: 10px; }
.benefit-card p { color: var(--muted); font-size: 14px; margin-bottom: 0; }

.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 235px; grid-auto-flow: dense; gap: 14px; }
.gallery-item { position: relative; border: 0; padding: 0; overflow: hidden; border-radius: 18px; background: #d8d8d2; text-align: left; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery-item::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.72)); }
.gallery-item span { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 15px; color: white; font-size: 14px; font-weight: 800; }
.gallery-item:hover img { transform: scale(1.045); }

.savings-section { background: white; }
.savings-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.large-text { font-size: 20px; color: var(--muted); margin-bottom: 30px; }
.savings-copy { position: sticky; top: 125px; }
.savings-list { border-top: 1px solid var(--line); }
.saving-item { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.saving-item > span { font-size: 13px; font-weight: 900; color: #a1a7ae; }
.saving-item h3 { font-size: 24px; margin-bottom: 7px; }
.saving-item p { color: var(--muted); margin-bottom: 0; }

.section-dark .section-heading { color: white; }
.package-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.package-card { border-radius: 24px; padding: 34px; background: var(--dark-2); border: 1px solid rgba(255,255,255,.1); display: flex; flex-direction: column; }
.package-card.featured { border-color: rgba(246,184,0,.68); box-shadow: 0 0 0 1px rgba(246,184,0,.12), 0 26px 70px rgba(0,0,0,.26); }
.package-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.package-top span { color: #aeb7c1; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.package-top b { background: var(--accent); color: var(--dark); border-radius: 10px; padding: 8px 12px; }
.package-card h3 { font-size: 27px; margin-bottom: 24px; }
.package-card ul { list-style: none; margin: 0 0 28px; padding: 0; color: #cdd3da; }
.package-card li { position: relative; padding: 10px 0 10px 24px; border-bottom: 1px solid rgba(255,255,255,.07); }
.package-card li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 900; }
.package-price { display: flex; align-items: baseline; gap: 8px; margin-top: auto; margin-bottom: 24px; }
.package-price span, .package-price small { color: #aeb7c1; }
.package-price strong { font-size: 36px; letter-spacing: -.03em; }
.variants { margin-top: 50px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 34px; }
.variants-head { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 22px; }
.variants-head h3 { font-size: 28px; margin-bottom: 0; }
.variants-head p { color: #aeb7c1; max-width: 560px; margin-bottom: 0; }
.variant-strip { display: grid; grid-template-columns: repeat(4, minmax(220px, 1fr)); gap: 12px; overflow-x: auto; padding-bottom: 7px; scrollbar-color: var(--accent) var(--dark-2); }
.variant-strip img { min-width: 220px; width: 100%; aspect-ratio: 1.35; object-fit: contain; background: white; border-radius: 14px; }

.calculator-section { background: #f7f6f2; }
.calculator-card { background: white; border-radius: 28px; box-shadow: var(--shadow); overflow: hidden; }
#garageCalculator { display: grid; grid-template-columns: 1.35fr .65fr; }
.calc-form { padding: 38px; display: grid; gap: 22px; }
fieldset { border: 1px solid var(--line); border-radius: 18px; padding: 22px; margin: 0; }
legend { padding: 0 10px; margin-left: -2px; font-size: 16px; font-weight: 900; }
.field-row { display: grid; gap: 14px; }
.field-row.two { grid-template-columns: repeat(2, 1fr); }
label { color: #5f6873; font-size: 13px; font-weight: 750; }
input[type="number"], select { width: 100%; height: 50px; margin-top: 7px; border: 1px solid #cdd1d5; background: white; border-radius: 10px; padding: 0 13px; color: var(--ink); outline: none; }
input[type="number"]:focus, select:focus { border-color: #e0a800; box-shadow: 0 0 0 3px rgba(246,184,0,.16); }
.area-hint { margin-top: 14px; color: var(--muted); }
.area-hint strong { color: var(--ink); }
.segmented { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.segmented input { position: absolute; opacity: 0; pointer-events: none; }
.segmented span { display: block; border: 1px solid #cdd1d5; padding: 14px 16px; border-radius: 12px; cursor: pointer; }
.segmented b, .segmented small { display: block; }
.segmented b { color: var(--ink); font-size: 18px; }
.segmented small { color: var(--muted); margin-top: 2px; }
.segmented input:checked + span { border-color: #d79f00; background: #fff7d7; box-shadow: inset 0 0 0 1px #d79f00; }
.field-note { color: var(--muted); font-size: 12px; margin: 13px 0 0; }
.custom-gate { margin-top: 13px; }
.check-option { display: flex; align-items: center; gap: 12px; margin-top: 17px; cursor: pointer; }
.check-option input { position: absolute; opacity: 0; }
.fake-check { width: 24px; height: 24px; flex: 0 0 24px; border: 1px solid #bcc2c7; border-radius: 7px; position: relative; }
.check-option input:checked + .fake-check { background: var(--accent); border-color: var(--accent); }
.check-option input:checked + .fake-check::after { content: "✓"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--dark); font-weight: 1000; }
.check-option b, .check-option small { display: block; }
.check-option b { color: var(--ink); }
.check-option small { color: var(--muted); font-weight: 500; }
.calc-result { background: var(--dark); color: white; padding: 38px; }
.result-sticky { position: sticky; top: 120px; }
.result-label { color: #aeb7c1; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
#totalOutput { display: block; font-size: clamp(38px, 4vw, 56px); line-height: 1; font-weight: 900; color: var(--accent); margin: 15px 0 17px; letter-spacing: -.04em; }
#resultSummary { color: #c8d0d8; }
.breakdown { border-top: 1px solid rgba(255,255,255,.14); margin: 24px 0; padding-top: 16px; }
.breakdown-row { display: flex; justify-content: space-between; gap: 15px; padding: 7px 0; color: #b9c2cc; font-size: 13px; }
.breakdown-row span:last-child { color: white; white-space: nowrap; }
.legal-note { display: block; margin-top: 14px; color: #8f9aa7; line-height: 1.45; }

.contact-section { background: white; }
.contact-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 80px; align-items: center; }
.contact-copy p { color: var(--muted); font-size: 18px; max-width: 650px; margin-bottom: 28px; }
.contact-card { background: var(--dark); color: white; border-radius: 25px; padding: 34px; }
.contact-row { padding: 0 0 22px; margin-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.13); }
.contact-row span { display: block; color: #aeb7c1; font-size: 12px; text-transform: uppercase; letter-spacing: .11em; margin-bottom: 8px; }
.contact-row a { font-weight: 750; }
.big-phone { font-size: 28px; }
.contact-messengers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.messenger-button { min-height: 74px; border-radius: 13px; display: grid; place-items: center; align-content: center; gap: 6px; color: white; font-size: 12px; font-weight: 800; }
.messenger-button svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.max { background: #7a46f4; }
.telegram { background: #289bd7; }
.whatsapp { background: #28a96b; }

.site-footer { background: #0e141b; color: white; padding: 30px 0 88px; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.footer-inner strong, .footer-inner span { display: block; }
.footer-inner span { color: #87919d; font-size: 12px; margin-top: 5px; }
.footer-inner > a { color: #bdc5ce; text-decoration: underline; text-underline-offset: 4px; }

.mobile-cta { display: none; }
.modal[hidden], .lightbox[hidden], .cookie-banner[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 18px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(6,10,14,.76); backdrop-filter: blur(8px); }
.modal-card { position: relative; z-index: 1; width: min(520px, 100%); background: white; border-radius: 24px; padding: 30px; box-shadow: 0 35px 100px rgba(0,0,0,.4); }
.modal-close { position: absolute; right: 15px; top: 13px; border: 0; background: #eff0ee; width: 37px; height: 37px; border-radius: 50%; font-size: 24px; }
.modal-kicker { color: #9b7200; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; font-size: 11px; }
.modal-card h2 { font-size: 34px; margin: 8px 0 9px; }
.modal-card > p { color: var(--muted); }
.modal-links { display: grid; gap: 9px; margin: 22px 0 17px; }
.messenger-choice { min-height: 72px; color: white; border-radius: 14px; padding: 12px 17px; display: flex; align-items: center; gap: 15px; }
.messenger-choice svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.messenger-choice strong, .messenger-choice small { display: block; }
.messenger-choice small { opacity: .82; }
.modal-consent { color: #78818b; }
.modal-consent a { text-decoration: underline; }
.copy-notice { margin-top: 13px; padding: 10px 12px; background: #ecf8ef; color: #25663d; border-radius: 9px; font-size: 13px; }

.lightbox { position: fixed; inset: 0; z-index: 110; background: rgba(0,0,0,.9); display: grid; place-items: center; padding: 30px; }
.lightbox img { max-width: min(1200px, 95vw); max-height: 90vh; border-radius: 12px; }
.lightbox-close { position: absolute; right: 20px; top: 15px; color: white; background: rgba(255,255,255,.12); border: 0; width: 44px; height: 44px; border-radius: 50%; font-size: 30px; }

.cookie-banner { position: fixed; z-index: 90; left: 20px; bottom: 20px; width: min(610px, calc(100% - 40px)); background: white; box-shadow: 0 20px 60px rgba(0,0,0,.22); border: 1px solid var(--line); border-radius: 16px; padding: 17px; display: flex; align-items: center; gap: 17px; }
.cookie-banner p { color: var(--muted); font-size: 12px; margin: 0; }
.cookie-banner a { text-decoration: underline; }
.cookie-banner button { flex: 0 0 auto; border: 0; border-radius: 9px; padding: 10px 16px; background: var(--dark); color: white; font-weight: 800; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: 78px; background: var(--dark); padding: 19px 20px 25px; flex-direction: column; align-items: flex-start; border-top: 1px solid rgba(255,255,255,.1); }
  .main-nav.open { display: flex; }
  .menu-toggle { display: block; }
  .header-contact { margin-left: 0; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 850px; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .savings-grid { gap: 55px; }
  #garageCalculator { grid-template-columns: 1fr; }
  .calc-result { padding: 32px 38px; }
  .result-sticky { position: static; }
  .contact-grid { gap: 45px; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 28px, 1180px); --radius: 18px; }
  html { scroll-padding-top: 72px; }
  .section { padding: 74px 0; }
  .header-inner { min-height: 70px; gap: 12px; }
  .brand small { display: none; }
  .brand strong { font-size: 14px; }
  .brand-mark { width: 37px; height: 37px; }
  .header-phone { display: none; }
  .messenger-mini { display: none; }
  .main-nav { top: 70px; }
  .hero { min-height: auto; padding: 52px 0 60px; }
  .hero-grid { gap: 0; }
  h1 { font-size: clamp(42px, 13vw, 66px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-card { padding: 24px 20px 20px; border-radius: 22px; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-price-pill { margin-bottom: 14px; }
  .hero-mobile-photo { display: block; margin: 0 0 18px; overflow: hidden; border-radius: 18px; }
  .hero-mobile-photo img { height: 155px; width: 100%; object-fit: cover; object-position: center center; }
  .hero-bg img { object-position: 68% center; }
  .section-heading.split { grid-template-columns: 1fr; gap: 0; }
  h2 { font-size: 39px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: auto; }
  .benefit-card .icon { margin-bottom: 22px; }

  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .gallery-item.wide { grid-column: span 2; }
  .gallery-item.tall { grid-row: span 1; }
  .savings-grid { grid-template-columns: 1fr; gap: 38px; }
  .savings-copy { position: static; }
  .package-grid { grid-template-columns: 1fr; }
  .package-card { padding: 25px; }
  .variants-head { display: block; }
  .variants-head p { margin-top: 10px; }
  .calculator-card { border-radius: 18px; }
  .calc-form, .calc-result { padding: 23px 18px; }
  fieldset { padding: 18px 14px; }
  .field-row.two, .segmented { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { padding: 24px; }
  .big-phone { font-size: 24px; }
  .contact-messengers { grid-template-columns: 1fr; }
  .messenger-button { grid-auto-flow: column; grid-template-columns: 26px auto; justify-content: center; }
  .max-icon-large { width: 22px; height: 22px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .site-footer { padding-bottom: 96px; }
  .mobile-cta { position: fixed; z-index: 49; left: 10px; right: 10px; bottom: 10px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8px; padding: 8px; border-radius: 15px; background: rgba(21,28,36,.94); backdrop-filter: blur(14px); box-shadow: 0 12px 40px rgba(0,0,0,.3); }
  .mobile-cta a, .mobile-cta button { min-height: 45px; border-radius: 10px; border: 0; display: grid; place-items: center; font-weight: 850; }
  .mobile-cta a { color: white; border: 1px solid rgba(255,255,255,.18); }
  .mobile-cta button { background: var(--accent); color: var(--dark); }
  .cookie-banner { bottom: 78px; display: block; }
  .cookie-banner button { margin-top: 10px; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}


/* Construction process carousel */

.process-section { background: #111820; overflow: hidden; }
.process-section .section-heading > p { color: #aeb7c1; }
.build-carousel { position: relative; margin-top: 34px; }
.build-carousel-stage { position: relative; min-height: 590px; border: 1px solid rgba(255,255,255,.11); border-radius: 30px; overflow: hidden; background: #080d12; box-shadow: 0 34px 90px rgba(0,0,0,.35); }
.build-slide { position: absolute; inset: 0; display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(300px, .62fr); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .42s ease, visibility .42s ease; }
.build-slide.is-active { position: relative; opacity: 1; visibility: visible; pointer-events: auto; }
.build-media-button { position: relative; min-width: 0; min-height: 590px; border: 0; padding: 0; overflow: hidden; background: #090e13; }
.build-media-button::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, transparent 65%, rgba(8,13,18,.28)); pointer-events: none; }
.build-media-button picture, .build-media-button img { width: 100%; height: 100%; }
.build-media-button img { object-fit: contain; background: #090e13; transition: transform .45s ease; }
.build-media-button:hover img { transform: scale(1.015); }
.build-caption { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; padding: 46px 38px 54px; background: linear-gradient(145deg, #202a35, #131a22); border-left: 1px solid rgba(255,255,255,.1); }
.build-stage { display: inline-flex; align-self: flex-start; margin-bottom: auto; padding: 8px 12px; border-radius: 999px; background: rgba(246,184,0,.12); color: var(--accent); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.build-caption h3 { font-size: clamp(30px, 3vw, 46px); line-height: 1.02; letter-spacing: -.035em; margin-bottom: 18px; color: #fff; }
.build-caption p { color: #bac4cf; font-size: 16px; margin: 0; }
.build-arrow { position: absolute; z-index: 5; top: 50%; width: 52px; height: 52px; margin-top: -26px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; display: grid; place-items: center; background: rgba(11,16,22,.68); color: #fff; backdrop-filter: blur(12px); font-size: 24px; transition: background .2s, transform .2s; }
.build-arrow:hover { background: var(--accent); color: var(--dark); transform: scale(1.05); }
.build-prev { left: 18px; }
.build-next { right: calc(32% + 18px); }
.build-carousel-meta { display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: center; margin: 20px 3px 16px; }
.build-progress { height: 3px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.12); }
.build-progress span { display: block; width: 9.09%; height: 100%; border-radius: inherit; background: var(--accent); transition: width .35s ease; }
.build-counter { display: flex; align-items: baseline; gap: 5px; min-width: 64px; color: #778390; font-variant-numeric: tabular-nums; }
.build-counter strong { color: #fff; font-size: 24px; }
.build-thumbs { display: grid; grid-auto-flow: column; grid-auto-columns: 96px; gap: 9px; overflow-x: auto; padding: 3px 3px 14px; scrollbar-width: thin; scrollbar-color: rgba(246,184,0,.55) rgba(255,255,255,.08); scroll-snap-type: x proximity; }
.build-thumb { position: relative; height: 68px; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 12px; background: #202a35; opacity: .5; scroll-snap-align: center; transition: opacity .2s, border-color .2s, transform .2s; }
.build-thumb:hover { opacity: .85; transform: translateY(-2px); }
.build-thumb.is-active { opacity: 1; border-color: var(--accent); }
.build-thumb img { width: 100%; height: 100%; object-fit: cover; }
.build-thumb span { position: absolute; left: 6px; bottom: 5px; display: grid; place-items: center; width: 25px; height: 21px; border-radius: 6px; background: rgba(9,14,19,.82); color: #fff; font-size: 10px; font-weight: 900; }
.process-cta { margin-top: 26px; padding: 25px 28px; border-radius: 20px; background: #202a35; border: 1px solid rgba(255,255,255,.1); color: #fff; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.process-cta strong, .process-cta span { display: block; }
.process-cta strong { font-size: 20px; margin-bottom: 4px; }
.process-cta span { color: #aeb7c1; max-width: 720px; }
.process-cta strong { font-size: 20px; margin-bottom: 4px; }
.process-cta span { color: #aeb7c1; max-width: 720px; }

.service-area { padding: 30px; border-radius: 24px; background: #fff; border: 1px solid #d7d9d6; }
.service-area h3 { font-size: 25px; margin-bottom: 12px; }
.service-area > p { color: var(--muted); margin-bottom: 18px; }
.city-details { border-top: 1px solid var(--line); padding-top: 16px; }
.city-details summary { cursor: pointer; font-weight: 850; color: var(--ink); }
.city-details p { color: var(--muted); margin: 14px 0 0; line-height: 1.7; }

.comparison-section { background: #fff; }
.comparison-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.comparison-card { border: 1px solid var(--line); border-radius: 24px; padding: 32px; background: #f7f6f2; }
.comparison-card.featured { background: var(--dark); color: #fff; border-color: var(--dark); box-shadow: var(--shadow); }
.comparison-label { display: inline-block; margin-bottom: 18px; color: #8a6500; font-size: 12px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.comparison-card.featured .comparison-label { color: var(--accent); }
.comparison-card h3 { font-size: 27px; margin-bottom: 20px; }
.comparison-card ul { margin: 0 0 25px; padding: 0; list-style: none; }
.comparison-card li { position: relative; padding: 10px 0 10px 25px; border-bottom: 1px solid rgba(23,32,42,.09); }
.comparison-card.featured li { color: #cfd6de; border-color: rgba(255,255,255,.1); }
.comparison-card li::before { content: "✓"; position: absolute; left: 0; color: #b37f00; font-weight: 900; }
.comparison-card.featured li::before { color: var(--accent); }

.geography-section { background: #ecece7; }
.geography-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.geo-note { color: var(--muted); font-size: 14px; }
.city-list { display: flex; flex-wrap: wrap; gap: 10px; align-content: flex-start; }
.city-list span { display: inline-flex; align-items: center; min-height: 39px; padding: 0 14px; border: 1px solid #d2d5d3; border-radius: 999px; background: #fff; color: #3f4852; font-size: 14px; font-weight: 700; }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 23px 44px 23px 0; cursor: pointer; list-style: none; font-size: 19px; font-weight: 850; color: var(--ink); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 17px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: #f1f0eb; color: var(--ink); font-size: 22px; }
.faq-list details[open] summary::after { content: "−"; background: var(--accent); }
.faq-list details p { color: var(--muted); padding: 0 50px 23px 0; margin: 0; }

@media (max-width: 900px) {
  .comparison-grid, .geography-grid, .faq-grid { grid-template-columns: 1fr; gap: 34px; }

  .build-carousel-stage { min-height: 560px; }
  .build-slide { grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); }
  .build-media-button { min-height: 560px; }
  .build-next { right: calc(35% + 16px); }
}

@media (max-width: 760px) {
  .build-carousel { margin-top: 24px; }
  .build-carousel-stage { min-height: 0; border-radius: 20px; }
  .build-slide { grid-template-columns: 1fr; }
  .build-media-button { min-height: 0; height: clamp(300px, 85vw, 380px); }
  .build-media-button::before { background: linear-gradient(180deg, transparent 70%, rgba(8,13,18,.22)); }
  .build-caption { min-height: 235px; padding: 25px 20px 28px; border-left: 0; border-top: 1px solid rgba(255,255,255,.1); }
  .build-stage { margin-bottom: 24px; }
  .build-caption h3 { font-size: 31px; }
  .build-caption p { font-size: 15px; }
  .build-arrow { top: clamp(150px, 42.5vw, 190px); width: 46px; height: 46px; margin-top: -23px; }
  .build-prev { left: 12px; }
  .build-next { right: 12px; }
  .build-carousel-meta { margin-top: 15px; }
  .build-thumbs { grid-auto-columns: 78px; }
  .build-thumb { height: 58px; }
  .process-cta { flex-direction: column; align-items: flex-start; padding: 22px 20px; }
  .service-area { padding: 24px 20px; }
  .comparison-card { padding: 24px 20px; }
  .comparison-card h3 { font-size: 23px; }
  .city-list { gap: 7px; }
  .city-list span { min-height: 35px; padding: 0 11px; font-size: 12px; }
  .faq-list summary { font-size: 17px; }
}
