@font-face {
  font-family: "Inter";
  src: url("inter-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --font-inter: "Inter", Arial, sans-serif;
  --ink: #0f172a;
  --ink-soft: #1e293b;
  --blue: #248dc8;
  --blue-dark: #1976ad;
  --blue-pale: #eaf6fc;
  --paper: #ffffff;
  --mist: #f6f7f8;
  --line: #dfe5ea;
  --muted: #64748b;
  --success: #29b37e;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--mist);
  color: var(--ink);
  font-family: var(--font-inter), Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .58; }

.page-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 116px 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow.light { color: #77caf4; }
.online-dot { display: inline-block; width: 7px; height: 7px; border-radius: 999px; background: var(--success); box-shadow: 0 0 0 4px rgba(41,179,126,.14); }
.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 750;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 10px 30px rgba(36,141,200,.2); }
.button-primary:hover { background: var(--blue-dark); }
.button-secondary { color: var(--ink); background: var(--mist); border-color: var(--line); }
.button-ghost { color: white; border-color: rgba(255,255,255,.27); background: rgba(255,255,255,.08); }
.button-ghost:hover { background: rgba(255,255,255,.15); }
.button-large { min-height: 54px; padding: 0 24px; }
.button-outline-light { color: white; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.06); }

.site-header {
  height: 76px;
  display: grid;
  grid-template-columns: 270px 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 0 max(24px, calc((100vw - 1180px)/2));
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(15,23,42,.08);
  backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand img { width: 245px; height: 44px; object-fit: contain; object-position: left center; }
.nav-links { display: flex; justify-content: center; gap: 30px; }
.nav-links a { color: #445064; font-size: 13px; font-weight: 650; }
.nav-links a:hover { color: var(--blue-dark); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.menu-button { display: none; border: 0; background: transparent; font-size: 24px; }

.hero { min-height: 690px; position: relative; overflow: hidden; color: white; background: var(--ink); }
.hero-photo { position: absolute; inset: 0 0 0 42%; background: url('hero-construction.jpg') center/cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, #0f172a 0%, #0f172a 40%, rgba(15,23,42,.82) 58%, rgba(15,23,42,.25) 100%); }
.hero-content { min-height: 690px; position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 330px; align-items: center; gap: 96px; }
.hero-copy { padding: 70px 0; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; color: #d5deea; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero h1 { margin: 26px 0 24px; max-width: 720px; font-size: clamp(58px, 6vw, 92px); line-height: .94; letter-spacing: -.062em; font-weight: 850; }
.hero h1 em { color: #6dc4ef; font-style: normal; }
.hero-lead { max-width: 590px; margin: 0; color: #d3dce8; font-size: 19px; line-height: 1.6; }
.hero-buttons { display: flex; gap: 12px; margin-top: 36px; }
.hero-specs { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 48px; }
.hero-specs span { position: relative; color: #b7c4d4; font-size: 12px; font-weight: 700; letter-spacing: .05em; }
.hero-specs span:not(:last-child)::after { content: ''; width: 3px; height: 3px; position: absolute; right: -15px; top: 7px; border-radius: 50%; background: #5f7086; }
.price-card { padding: 30px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(15,23,42,.84); box-shadow: 0 30px 80px rgba(0,0,0,.24); backdrop-filter: blur(12px); }
.price-line { display: flex; align-items: flex-end; gap: 14px; margin: 16px 0 8px; }
.price-line strong { font-size: 68px; line-height: .9; letter-spacing: -.055em; }
.price-line span { padding-bottom: 4px; color: #b9c6d6; font-size: 12px; line-height: 1.35; font-weight: 750; text-transform: uppercase; }
.price-card > p { color: #c7d1de; font-size: 13px; line-height: 1.6; }
.price-card > p strong { color: white; }
.price-card hr { border: 0; border-top: 1px solid rgba(255,255,255,.12); margin: 22px 0; }
.price-card ul { display: grid; gap: 12px; margin: 0 0 24px; padding: 0; list-style: none; }
.price-card li { display: flex; align-items: center; gap: 10px; color: #e4ebf3; font-size: 13px; }
.check-icon { flex: 0 0 auto; display: inline-grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: var(--blue-dark); background: var(--blue-pale); font-size: 12px; font-weight: 900; }
.price-card .check-icon { color: white; background: rgba(36,141,200,.25); }
.delivery-mini { display: flex; justify-content: space-between; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.09); color: #abb8c8; font-size: 12px; }
.delivery-mini strong { color: white; }

.trust-strip { background: white; border-bottom: 1px solid var(--line); }
.trust-grid { min-height: 115px; display: grid; grid-template-columns: 1.35fr repeat(3,1fr); align-items: center; }
.trust-grid > p { font-size: 15px; line-height: 1.45; }
.trust-grid > div { min-height: 62px; display: flex; align-items: center; gap: 14px; padding-left: 28px; border-left: 1px solid var(--line); }
.trust-grid > div > span { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.trust-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.trust-grid strong { color: var(--ink); font-size: 14px; }

.section-heading h2 { margin: 14px 0 0; font-size: clamp(42px, 5vw, 65px); line-height: 1.02; letter-spacing: -.05em; }
.split-heading { display: grid; grid-template-columns: 1fr 430px; align-items: end; gap: 80px; }
.split-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 60px; }
.step-card { position: relative; min-height: 470px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: white; }
.step-card.featured { color: white; background: var(--ink); border-color: var(--ink); }
.step-number { color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.step-card h3 { margin: 28px 0 10px; font-size: 24px; letter-spacing: -.025em; }
.step-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.step-card.featured p { color: #aebcce; }
.step-visual { height: 220px; display: grid; place-items: center; margin: 4px -28px 0; }
.package-visual { background: radial-gradient(circle, #edf5f8, transparent 67%); }
.package-box { width: 170px; height: 120px; display: grid; place-items: center; border: 1px solid #cfd9df; background: #f7f9fa; box-shadow: 0 22px 35px rgba(15,23,42,.13); color: var(--blue-dark); font-size: 28px; font-weight: 900; letter-spacing: .08em; }
.package-box span { display: block; margin-top: -32px; color: #7b8795; font-size: 9px; }
.power-visual { position: relative; }
.plug-mark { display: grid; place-items: center; width: 118px; height: 118px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; background: rgba(255,255,255,.06); color: #6dc4ef; font-size: 64px; }
.power-visual > span { position: absolute; bottom: 38px; right: 78px; padding: 5px 8px; border-radius: 4px; color: var(--ink); background: #6dc4ef; font-size: 10px; font-weight: 900; }
.portal-visual { background: linear-gradient(145deg, #eef3f6, white); }
.mini-screen { width: 190px; height: 126px; display: flex; align-items: flex-end; gap: 8px; padding: 22px; border: 8px solid var(--ink); border-radius: 8px; background: linear-gradient(155deg, #c3d2db 0 52%, #879aa5 52%); box-shadow: 0 20px 35px rgba(15,23,42,.18); }
.mini-screen span { display: block; width: 20px; background: rgba(255,255,255,.65); }
.mini-screen span:nth-child(1) { height: 28px; }.mini-screen span:nth-child(2) { height: 45px; }.mini-screen span:nth-child(3) { height: 35px; }

.comparison-section { padding: 112px 0; color: white; background: var(--ink); }
.comparison-heading { display: grid; grid-template-columns: 1.4fr .7fr; align-items: end; gap: 90px; }
.comparison-heading h2 { color: white; }
.comparison-heading > p { margin: 0; color: #aebdce; font-size: 15px; line-height: 1.75; }
.comparison-table { margin-top: 58px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; }
.comparison-head, .comparison-row, .comparison-actions { display: grid; grid-template-columns: .72fr 1.15fr 1.15fr; }
.comparison-head > div { min-height: 108px; display: flex; flex-direction: column; justify-content: center; gap: 8px; padding: 22px 26px; border-right: 1px solid rgba(255,255,255,.1); }
.comparison-head span { color: #8392a5; font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.comparison-head strong { font-size: 15px; }
.comparison-head .light-column span { color: #8ed5f5; }
.light-column { background: rgba(36,141,200,.10); }
.comparison-row > div { min-height: 68px; display: flex; align-items: center; gap: 10px; padding: 18px 26px; border-top: 1px solid rgba(255,255,255,.1); border-right: 1px solid rgba(255,255,255,.1); color: #c7d1dd; font-size: 13px; }
.comparison-row > div:first-child { color: #8d9bad; font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .04em; }
.comparison-row .light-column { color: white; }
.comparison-row .check-icon { width: 18px; height: 18px; color: white; background: rgba(36,141,200,.3); }
.comparison-actions > * { margin: 22px 26px; }
.comparison-note { display: flex; align-items: center; gap: 12px; margin: 18px 0 0; color: #97a6b8; font-size: 12px; }
.comparison-note > span { display: grid; place-items: center; width: 20px; height: 20px; border: 1px solid #536176; border-radius: 50%; color: #8ed5f5; }

.portal-section { padding: 120px 0; background: white; }
.portal-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 90px; }
.portal-copy h2 { margin: 14px 0 24px; font-size: clamp(44px, 4.8vw, 66px); line-height: 1.02; letter-spacing: -.052em; }
.portal-copy > p { color: var(--muted); font-size: 15px; line-height: 1.8; }
.feature-list { display: grid; gap: 20px; margin: 32px 0 36px; padding: 0; list-style: none; }
.feature-list li { display: flex; align-items: flex-start; gap: 14px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.feature-list strong { color: var(--ink); font-size: 14px; }
.portal-workstation { min-width: 0; margin: 0; overflow: hidden; border: 1px solid #d7dfe5; border-radius: 14px; background: white; box-shadow: 0 32px 80px rgba(15,23,42,.18); }
.portal-workstation img { width: 100%; height: auto; }

.order-section { padding: 118px 0; background: var(--mist); }
.order-heading { max-width: 720px; margin-bottom: 55px; }
.order-heading h2 { font-size: clamp(48px, 5vw, 72px); }
.order-heading p { margin: 18px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.order-grid { display: grid; grid-template-columns: 1fr 410px; align-items: start; gap: 24px; }
.order-form { display: grid; gap: 18px; }
.order-form fieldset { margin: 0; padding: 26px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.order-form legend { display: flex; align-items: center; gap: 12px; padding: 0 8px; font-size: 15px; font-weight: 800; }
.order-form legend span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: white; background: var(--ink); font-size: 10px; }
.choice-card { min-height: 84px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; margin-top: 12px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; cursor: pointer; transition: border .2s, background .2s; }
.choice-card.selected { border-color: var(--blue); background: #f4fbff; box-shadow: 0 0 0 2px rgba(36,141,200,.08); }
.choice-card input, .delivery-choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice-radio { width: 19px; height: 19px; display: grid; place-items: center; border: 1.5px solid #b2bdc9; border-radius: 50%; }
.selected .choice-radio { border: 5px solid var(--blue); }
.choice-copy { display: grid; gap: 5px; }.choice-copy strong { font-size: 14px; }.choice-copy small { color: var(--muted); font-size: 11px; line-height: 1.45; }
.choice-badge { padding: 6px 8px; border-radius: 999px; color: #1976ad; background: #dff3fd; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.delivery-choices { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }
.delivery-choice { min-height: 120px; display: grid; grid-template-columns: auto 1fr; align-content: center; gap: 7px 12px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; cursor: pointer; }
.delivery-choice.selected { border-color: var(--blue); background: #f4fbff; box-shadow: 0 0 0 2px rgba(36,141,200,.08); }
.delivery-choice > span { grid-row: 1/3; color: var(--blue); font-size: 22px; }.delivery-choice strong { font-size: 13px; }.delivery-choice small { color: var(--muted); font-size: 11px; }
.process-note { display: flex; align-items: center; gap: 16px; padding: 22px 24px; border: 1px dashed #bdced9; border-radius: 10px; background: #eef5f8; }
.process-note > span { font-size: 24px; }.process-note p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }.process-note strong { color: var(--ink); }
.order-summary { position: sticky; top: 100px; padding: 28px; border-radius: 12px; color: white; background: var(--ink); box-shadow: 0 24px 60px rgba(15,23,42,.16); }
.summary-heading { display: flex; justify-content: space-between; align-items: center; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.12); color: #9eacbd; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.summary-heading strong { padding: 5px 7px; border-radius: 4px; color: white; background: var(--blue); font-size: 9px; }
.summary-product { display: flex; align-items: center; gap: 16px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.summary-product > div:last-child { display: grid; gap: 6px; }.summary-product strong { font-size: 14px; }.summary-product small { color: #9eacbd; font-size: 10px; }
.camera-object { width: 72px; height: 52px; display: grid; place-items: center; border: 1px solid #46566b; border-radius: 7px; background: #202c3f; }
.lens { width: 26px; height: 26px; border: 5px solid #67788e; border-radius: 50%; background: #0b111d; box-shadow: inset 0 0 0 4px #263b53; }
.summary-lines { display: grid; gap: 14px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.summary-lines > div { display: flex; justify-content: space-between; color: #aab6c6; font-size: 11px; }.summary-lines strong { color: white; font-weight: 650; }.summary-lines .tax-line { color: #7f8ea2; }
.summary-total { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; }
.summary-total span { font-size: 13px; font-weight: 700; }.summary-total small { color: #7f8ea2; font-size: 9px; font-weight: 500; }.summary-total strong { font-size: 28px; letter-spacing: -.04em; }
.checkout-button { width: 100%; min-height: 54px; }
.summary-fineprint { margin: 15px 0 0; color: #78879a; font-size: 9px; line-height: 1.5; text-align: center; }
.checkout-message { margin: 14px 0 0; padding: 12px; border-radius: 6px; color: #d8edf8; background: rgba(36,141,200,.16); font-size: 10px; line-height: 1.5; }

.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field-grid label { display: grid; gap: 8px; color: var(--ink-soft); font-size: 12px; font-weight: 750; }
.field-grid .field-wide { grid-column: 1 / -1; }
.field-grid input, .field-grid textarea { width: 100%; border: 1px solid #ccd6de; border-radius: 8px; padding: 12px 13px; color: var(--ink); background: white; font-size: 14px; font-weight: 500; outline: none; transition: border-color .2s, box-shadow .2s; }
.field-grid textarea { resize: vertical; line-height: 1.55; }
.field-grid input:focus, .field-grid textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(36,141,200,.13); }
.field-grid label > small { color: #b42318; font-size: 11px; font-weight: 600; }
.form-alert { margin: 0 0 22px; padding: 15px 17px; border: 1px solid; border-radius: 8px; font-size: 13px; font-weight: 700; }
.form-alert.success { color: #087a55; border-color: #a7e3cb; background: #eaf9f3; }
.form-alert.error { color: #9c2b25; border-color: #f0bab5; background: #fff1f0; }

.contact-section { padding: 110px 0; color: white; background: #18263a; }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.contact-copy h2 { margin: 14px 0 24px; font-size: clamp(44px, 5vw, 64px); line-height: 1; letter-spacing: -.05em; }
.contact-copy p { max-width: 410px; color: #b7c4d4; font-size: 15px; line-height: 1.75; }
.contact-copy a { display: block; width: max-content; margin-top: 14px; color: #83cff2; font-size: 14px; font-weight: 750; }
.contact-form { padding: 30px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: white; color: var(--ink); box-shadow: 0 30px 70px rgba(0,0,0,.18); }
.contact-form .button { margin-top: 22px; }

.faq-section { padding: 110px 0; background: white; }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; }
.faq-intro h2 { margin: 14px 0 20px; font-size: 54px; line-height: 1; letter-spacing: -.05em; }
.faq-intro p { color: var(--muted); font-size: 14px; }.faq-intro a { display: block; width: max-content; margin-top: 13px; color: var(--blue-dark); font-size: 13px; font-weight: 750; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 24px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; margin: -4px 0 26px; color: var(--muted); font-size: 13px; line-height: 1.75; }

.final-cta { padding: 85px 0; color: white; background: #18263a; }
.final-cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 80px; }
.final-cta h2 { margin: 13px 0 0; font-size: clamp(42px, 5vw, 64px); line-height: 1.02; letter-spacing: -.05em; }
.final-cta-inner > div:last-child { min-width: 230px; }.final-cta-inner p { color: white; font-size: 20px; font-weight: 800; line-height: 1.35; }.final-cta-inner p span { color: #97a8bd; font-size: 11px; font-weight: 550; }
footer { padding: 70px 0 24px; color: #6f7d8f; background: #f2f4f6; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 70px; }
.footer-grid > div:first-child img { width: 220px; height: 42px; object-fit: contain; object-position: left; mix-blend-mode: multiply; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; font-size: 12px; line-height: 1.65; }
.footer-grid strong { margin-bottom: 6px; color: var(--ink); font-size: 12px; }.footer-grid p { margin: 0; max-width: 300px; }.footer-grid a:hover { color: var(--blue-dark); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 22px; border-top: 1px solid #d9dfe4; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }


@media (max-width: 1050px) {
  .site-header { grid-template-columns: 235px 1fr auto; }.brand img { width: 205px; }
  .nav-links { gap: 18px; }
  .hero-content { grid-template-columns: 1fr 300px; gap: 42px; }.hero h1 { font-size: 64px; }
  .portal-grid { gap: 45px; }
}

@media (max-width: 860px) {
  .page-shell { width: min(100% - 32px, 680px); }
  .site-header { height: 68px; grid-template-columns: 1fr auto; padding: 0 18px; }.brand img { width: 195px; }.header-cta { display: none; }.menu-button { display: block; }
  .nav-links { display: none; position: absolute; top: 67px; left: 0; right: 0; padding: 22px; flex-direction: column; align-items: flex-start; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 12px 30px rgba(15,23,42,.1); }.nav-links.open { display: flex; }
  .hero { min-height: auto; }.hero-photo { inset: 0; opacity: .48; }.hero-overlay { background: linear-gradient(90deg, rgba(15,23,42,.98), rgba(15,23,42,.80)); }
  .hero-content { min-height: auto; grid-template-columns: 1fr; gap: 0; padding-top: 48px; padding-bottom: 48px; }.hero-copy { padding: 34px 0; }.hero h1 { font-size: clamp(55px, 13vw, 78px); }.price-card { max-width: 430px; }
  .trust-grid { grid-template-columns: 1fr 1fr; padding: 24px 0; gap: 18px; }.trust-grid > div { border-left: 0; padding-left: 0; }
  .section { padding: 86px 0; }.split-heading, .comparison-heading, .portal-grid, .order-grid, .contact-grid, .faq-grid, .final-cta-inner { grid-template-columns: 1fr; gap: 36px; }
  .steps-grid { grid-template-columns: 1fr; }.step-card { min-height: 430px; }
  .comparison-section, .portal-section, .order-section, .contact-section, .faq-section { padding: 86px 0; }
  .comparison-table { overflow-x: auto; }.comparison-head, .comparison-row, .comparison-actions { min-width: 760px; }
  .order-summary { position: static; }.faq-grid { gap: 50px; }.final-cta-inner > div:last-child { min-width: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .page-shell { width: calc(100% - 28px); }
  .brand img { width: 178px; }.site-header { padding: 0 14px; }
  .hero-content { padding-top: 25px; }.hero h1 { margin-top: 20px; font-size: 53px; }.hero-lead { font-size: 16px; }.hero-buttons { flex-direction: column; }.hero-buttons .button { width: 100%; }.hero-specs { margin-top: 32px; gap: 11px 20px; }
  .price-card { padding: 24px; }.price-line strong { font-size: 58px; }
  .trust-grid { grid-template-columns: 1fr; }.trust-grid > p { padding-bottom: 16px; border-bottom: 1px solid var(--line); }
  .section-heading h2, .portal-copy h2, .order-heading h2 { font-size: 42px; }.section { padding: 72px 0; }.steps-grid { margin-top: 38px; }
  .comparison-section, .portal-section, .order-section, .faq-section { padding: 72px 0; }.comparison-heading { gap: 20px; }
  .delivery-choices { grid-template-columns: 1fr; }.choice-card { grid-template-columns: auto 1fr; }.choice-badge { grid-column: 2; width: max-content; }
  .field-grid { grid-template-columns: 1fr; }.field-grid .field-wide { grid-column: auto; }.contact-form { padding: 20px 16px; }
  .order-form fieldset { padding: 18px 14px; }.order-summary { padding: 22px; }
  .faq-intro h2 { font-size: 42px; }.final-cta { padding: 65px 0; }.final-cta h2 { font-size: 42px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }.footer-bottom { gap: 20px; align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
