:root {
  --navy: #0b1f33;
  --navy-2: #123552;
  --orange: #f25f2c;
  --orange-dark: #d94b1d;
  --ink: #10243b;
  --muted: #607086;
  --line: #d6dfe8;
  --soft: #f4f7fa;
  --white: #fff;
  --success: #187a45;
  --danger: #b42318;
  --shadow: 0 16px 38px rgba(11, 31, 51, .1);
  --shell: min(100% - 48px, 1420px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Manrope, Arial, sans-serif; font-size: 16px; line-height: 1.6; }
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 104px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 16px; background: var(--navy); color: #fff; text-decoration: none; }
.skip-link:focus { transform: none; }
.icon { width: 24px; height: 24px; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.nav-shell { min-height: 70px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); font-size: 17px; font-weight: 800; letter-spacing: -.03em; text-decoration: none; white-space: nowrap; }
.brand-mark { width: 42px; height: 34px; display: grid; place-items: center; border: 2px solid var(--navy); border-radius: 50% 48% 52% 50%; font-size: 15px; letter-spacing: -.08em; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.main-nav a { position: relative; color: var(--ink); font-size: 14px; font-weight: 600; text-decoration: none; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; transform: scaleX(0); background: var(--orange); transition: transform .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.nav-locale { color: var(--muted); font-size: 13px; font-weight: 700; }
.cart-button { display: inline-flex; align-items: center; gap: 7px; min-height: 42px; padding: 0 14px; border: 1px solid var(--line); background: #fff; color: var(--ink); font-size: 13px; font-weight: 700; cursor: pointer; }
.cart-button span { min-width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; font-size: 11px; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--line); background: #fff; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--navy); }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 23px; border: 1px solid transparent; border-radius: 8px; font-size: 14px; font-weight: 800; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(242,95,44,.3); outline-offset: 3px; }
.button-primary { background: var(--orange); color: #fff; box-shadow: 0 9px 20px rgba(242,95,44,.2); }
.button-primary:hover { background: var(--orange-dark); }
.button-secondary { border-color: var(--navy); background: #fff; color: var(--navy); }
.button-outline-accent { border-color: var(--orange); background: #fff; color: var(--orange-dark); }
.button-small { min-height: 40px; padding: 0 13px; font-size: 12px; }
.header-cta { min-height: 42px; padding-inline: 17px; }

.hero { overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-grid { min-height: 450px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding: 52px 34px 52px 0; }
.hero h1 { max-width: 710px; margin: 0 0 22px; color: var(--navy); font-size: clamp(50px, 4.65vw, 71px); font-weight: 800; line-height: .99; letter-spacing: -.065em; }
.hero-copy > p { max-width: 600px; margin: 0 0 34px; color: var(--muted); font-size: clamp(17px, 1.45vw, 21px); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-media { align-self: stretch; position: relative; min-width: 0; background: #f8fafc; }
.hero-media::after { content: ""; position: absolute; inset: 0 auto 0 0; width: 22%; background: linear-gradient(90deg, #fff, rgba(255,255,255,0)); pointer-events: none; }
.hero-media img { width: 100%; height: 100%; object-fit: contain; object-position: center; }

.trust-rail { border-bottom: 1px solid var(--line); }
.trust-grid { min-height: 64px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid > div { min-height: 32px; display: flex; align-items: center; justify-content: center; gap: 12px; border-right: 1px solid var(--line); color: var(--navy); font-size: 14px; font-weight: 700; }
.trust-grid > div:last-child { border-right: 0; }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 34px; }
.section-heading h2, .process h2, .faq h2 { margin: 0 0 12px; color: var(--navy); font-size: clamp(32px, 3.7vw, 54px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading p, .process-layout > div > p, .faq-layout > div > p { max-width: 660px; margin: 0; color: var(--muted); }
.catalog { padding: 66px 0 90px; background: #fff; }
.catalog-heading { align-items: center; }
.search-field { width: min(100%, 430px); min-height: 50px; display: flex; align-items: center; gap: 10px; padding: 0 15px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.search-field .icon { color: var(--muted); }
.search-field input { width: 100%; border: 0; outline: 0; color: var(--ink); }
.filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 26px; }
.filters button { min-height: 42px; padding: 0 17px; border: 1px solid var(--line); border-radius: 7px; background: #fff; color: var(--ink); font-size: 13px; font-weight: 700; cursor: pointer; }
.filters button.active, .filters button:hover { border-color: var(--navy); background: var(--navy); color: #fff; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.product-card:hover { transform: translateY(-5px); border-color: #aebdcb; box-shadow: var(--shadow); }
.product-card[hidden] { display: none; }
.product-photo { position: relative; aspect-ratio: 1.15; overflow: hidden; background: #f6f8fa; }
.product-photo img { position: absolute; top: 0; left: calc(var(--product-position) * -100%); width: 600%; max-width: none; height: 100%; object-fit: cover; }
.product-photo .standalone-product-image { inset: 0; left: 0; width: 100%; max-width: 100%; object-position: center 68%; }
.product-photo .custom-sprite-image { top: 50%; left: calc(var(--product-position) * -100%); width: calc(var(--sprite-count) * 100%); max-width: none; height: auto; transform: translateY(-50%); }
.product-image-note { position: absolute; z-index: 1; top: 0; right: 0; width: 64%; min-height: 34%; display: grid; place-items: center; padding: 10px; background: linear-gradient(135deg, rgba(237,243,247,.98), rgba(247,249,250,.94)); color: var(--navy); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-align: center; }
.product-body { padding: 16px 14px 14px; }
.product-category { display: block; margin-bottom: 7px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-card h3 { min-height: 43px; margin: 0 0 14px; color: var(--navy); font-size: 15px; line-height: 1.4; letter-spacing: -.02em; }
.product-meta { display: flex; justify-content: space-between; align-items: end; gap: 8px; margin-bottom: 16px; color: var(--muted); font-size: 11px; }
.product-meta strong { display: block; color: var(--orange-dark); font-size: 15px; }
.product-actions { display: grid; grid-template-columns: 1fr 1.12fr; gap: 7px; }
.empty-results { padding: 40px; border: 1px dashed var(--line); color: var(--muted); text-align: center; }

.process { padding-bottom: 84px; background: var(--soft); }
.process-layout { display: grid; grid-template-columns: .72fr 1.75fr; gap: 70px; align-items: start; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.process-steps article { position: relative; }
.process-steps article:not(:last-child)::after { content: ""; position: absolute; top: 28px; right: -19px; width: 12px; height: 12px; border-top: 1px solid var(--muted); border-right: 1px solid var(--muted); transform: rotate(45deg); }
.process-steps span { display: block; margin-bottom: 16px; color: var(--orange); font-size: 44px; font-weight: 800; line-height: 1; letter-spacing: -.04em; }
.process-steps h3 { margin: 0 0 9px; color: var(--navy); font-size: 16px; }
.process-steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.route-map { position: relative; min-height: 360px; margin-top: 56px; overflow: hidden; border: 1px solid #c8d4df; border-radius: 10px; background-color: #eef3f7; background-image: radial-gradient(circle at 10% 28%, #d7e1ea 0 5%, transparent 5.2%), radial-gradient(circle at 29% 30%, #d7e1ea 0 8%, transparent 8.2%), radial-gradient(circle at 49% 42%, #d7e1ea 0 10%, transparent 10.2%), radial-gradient(circle at 63% 33%, #d7e1ea 0 13%, transparent 13.2%), radial-gradient(circle at 83% 71%, #d7e1ea 0 8%, transparent 8.2%); }
.map-label, .region { position: absolute; z-index: 3; font-size: 11px; font-weight: 800; }
.map-cn { top: 47%; left: 70%; width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; }
.region::before { content: ""; width: 9px; height: 9px; display: inline-block; margin-right: 6px; border-radius: 50%; background: var(--orange); }
.region-na { top: 39%; left: 8%; }.region-eu { top: 31%; left: 43%; }.region-af { top: 63%; left: 46%; }.region-au { top: 75%; left: 83%; }.region-sea { top: 57%; left: 83%; }
.route { position: absolute; z-index: 2; height: 2px; transform-origin: right center; background: var(--orange); opacity: .75; }
.route::after { content: ""; position: absolute; left: -4px; top: -3px; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.route-na { width: 62%; top: 52%; right: 27%; transform: rotate(5deg); }.route-eu { width: 30%; top: 47%; right: 28%; transform: rotate(30deg); }.route-af { width: 29%; top: 57%; right: 27%; transform: rotate(-15deg); }.route-au { width: 19%; top: 64%; right: 14%; transform: rotate(-42deg); }.route-sea { width: 14%; top: 56%; right: 15%; transform: rotate(-5deg); }

.assurance { padding: 72px 0; background: var(--navy); color: #fff; }
.assurance-heading { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-bottom: 42px; }
.assurance h2 { margin: 0; font-size: clamp(30px, 3vw, 44px); letter-spacing: -.04em; }
.assurance-heading a { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 13px; font-weight: 800; text-decoration-color: var(--orange); text-underline-offset: 5px; }
.assurance-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.assurance-grid article { display: flex; gap: 20px; padding: 0 36px; border-right: 1px solid rgba(255,255,255,.25); }
.assurance-grid article:first-child { padding-left: 0; }.assurance-grid article:last-child { padding-right: 0; border-right: 0; }
.assurance-grid .icon { width: 40px; height: 40px; color: var(--orange); stroke-width: 1.4; }
.assurance-grid h3 { margin: 0 0 8px; font-size: 16px; }
.assurance-grid p { margin: 0; color: #bdcad6; font-size: 13px; }

.quote-section { background: #fff; }
.quote-workspace { display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 20px 50px rgba(11,31,51,.07); }
.quote-summary, .quote-form { padding: 34px; }
.quote-summary { border-right: 1px solid var(--line); background: #fbfcfd; }
.quote-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.quote-title h3, .quote-form h3 { margin: 0; color: var(--navy); font-size: 20px; }
.quote-title button { border: 0; background: none; color: var(--muted); font-size: 12px; text-decoration: underline; cursor: pointer; }
.quote-item { display: grid; grid-template-columns: minmax(0,1fr) 96px 98px 34px; gap: 12px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); }
.quote-item strong { display: block; color: var(--navy); font-size: 14px; }
.quote-item small { color: var(--muted); }
.quote-item input { width: 100%; height: 40px; padding: 0 9px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.quote-price { font-size: 13px; text-align: right; }
.remove-item { width: 32px; height: 32px; border: 0; background: transparent; color: var(--muted); font-size: 22px; cursor: pointer; }
.quote-empty { padding: 48px 22px; border: 1px dashed var(--line); text-align: center; }
.quote-empty h4 { margin: 0 0 6px; color: var(--navy); }.quote-empty p { margin: 0 0 10px; color: var(--muted); }.quote-empty a { color: var(--orange-dark); font-weight: 800; }
.quote-total { display: grid; grid-template-columns: 1fr auto; gap: 5px 20px; align-items: end; padding-top: 24px; }
.quote-total span { color: var(--muted); }.quote-total strong { color: var(--navy); font-size: 26px; }.quote-total p { grid-column: 1 / -1; margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.quote-form { display: flex; flex-direction: column; gap: 18px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.quote-form label:not(.consent):not(.honeypot) { display: grid; gap: 7px; color: var(--ink); font-size: 12px; font-weight: 700; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 6px; background: #fff; color: var(--ink); font-size: 14px; }
.quote-form textarea { resize: vertical; }
.consent { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 12px; }
.consent input { width: 17px; min-height: 17px; flex: none; }
.consent button { padding: 0; border: 0; background: none; color: var(--navy); font-size: inherit; text-decoration: underline; cursor: pointer; }
.honeypot { position: absolute !important; left: -10000px; }
.submit-button { width: 100%; }
.payment-note { margin: -10px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
.form-message { display: none; padding: 12px 14px; border-radius: 6px; font-size: 13px; }
.form-message.success { display: block; border: 1px solid #8bd1a9; background: #edf9f2; color: var(--success); }
.form-message.error { display: block; border: 1px solid #f0aaa4; background: #fff2f1; color: var(--danger); }

.faq { background: var(--soft); }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; align-items: start; }
.faq-layout > div > a { display: inline-block; margin-top: 18px; color: var(--orange-dark); font-weight: 800; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 72px; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: var(--navy); font-size: 16px; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list details[open] .icon { transform: rotate(45deg); }
.faq-list .icon { transition: transform .2s ease; }
.faq-list p { max-width: 760px; margin: -4px 0 24px; color: var(--muted); }

.site-footer { padding: 64px 0 20px; background: var(--navy); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr .9fr 1fr; gap: 70px; padding-bottom: 44px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-brand { color: #fff; }.footer-brand .brand-mark { border-color: #fff; }
.footer-grid p { margin: 5px 0; color: #bdcad6; font-size: 13px; }
.footer-grid h3 { margin: 0 0 5px; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid a:not(.button), .footer-grid button { padding: 0; border: 0; background: none; color: #d9e2ea; font-size: 13px; text-decoration: none; cursor: pointer; }
.footer-grid a:not(.button):hover, .footer-grid button:hover { color: #fff; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.22); color: #91a3b4; font-size: 11px; }
.footer-bottom a { text-decoration: none; }

.modal { width: min(92vw, 720px); max-height: 88vh; padding: 0; overflow: auto; border: 0; border-radius: 12px; box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.modal::backdrop { background: rgba(5,20,34,.68); backdrop-filter: blur(3px); }
.modal-close { position: sticky; z-index: 2; top: 14px; float: right; width: 40px; height: 40px; margin: 14px 14px -54px 0; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--navy); font-size: 25px; cursor: pointer; }
.modal-product-photo { aspect-ratio: 2 / .8; overflow: hidden; background: var(--soft); }
.modal-product-photo img { position: relative; left: calc(var(--product-position) * -100%); width: 600%; max-width: none; height: 100%; object-fit: cover; }
.modal-product-photo-standalone { position: relative; }
.modal-product-photo-custom-sprite { position: relative; }
.modal-product-photo .standalone-product-image { left: 0; width: 100%; max-width: 100%; object-position: center 72%; }
.modal-product-photo .custom-sprite-image { top: 50%; left: calc(var(--product-position) * -100%); width: calc(var(--sprite-count) * 100%); max-width: none; height: auto; transform: translateY(-50%); }
.modal-product-photo .product-image-note { width: auto; min-height: 0; top: 18px; left: 18px; right: auto; padding: 9px 12px; border-radius: 4px; }
.modal-copy, .policy-copy { padding: 30px 36px 38px; }
.modal-copy h2, .policy-copy h2 { margin: 0 0 10px; color: var(--navy); font-size: 31px; letter-spacing: -.04em; }
.modal-copy p, .policy-copy p, .policy-copy li { color: var(--muted); }
.modal-specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 24px 0; }
.modal-specs div { padding: 14px; background: var(--soft); }.modal-specs span { display: block; color: var(--muted); font-size: 11px; }.modal-specs strong { color: var(--navy); }
.modal-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.policy-copy h3 { margin: 26px 0 8px; color: var(--navy); }

.cart-drawer { position: fixed; z-index: 300; inset: 0; visibility: hidden; }
.cart-drawer.open { visibility: visible; }
.drawer-backdrop { position: absolute; inset: 0; border: 0; background: rgba(5,20,34,.62); opacity: 0; transition: opacity .25s; }
.cart-drawer aside { position: absolute; top: 0; right: 0; width: min(92vw, 440px); height: 100%; display: flex; flex-direction: column; gap: 20px; padding: 28px; transform: translateX(100%); background: #fff; box-shadow: -18px 0 50px rgba(0,0,0,.2); transition: transform .25s; }
.cart-drawer.open .drawer-backdrop { opacity: 1; }.cart-drawer.open aside { transform: none; }
.drawer-head { display: flex; justify-content: space-between; align-items: center; }.drawer-head h2 { margin: 0; color: var(--navy); }.drawer-head button { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: #fff; font-size: 23px; }
#drawer-items { flex: 1; overflow: auto; }.drawer-line { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }.drawer-line strong { font-size: 13px; }.drawer-line span { color: var(--muted); font-size: 12px; }
.toast { position: fixed; z-index: 500; right: 24px; bottom: 24px; max-width: 340px; padding: 14px 18px; transform: translateY(30px); border-radius: 8px; background: var(--navy); color: #fff; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transition: .25s; }.toast.show { transform: none; opacity: 1; }

@media (max-width: 1180px) {
  .nav-shell { gap: 18px; }.main-nav { gap: 16px; }.nav-locale { display: none; }.header-cta { display: none; }
  .hero-grid { min-height: 450px; grid-template-columns: 1fr 1fr; }
  .product-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }.product-card h3 { min-height: 0; }
  .process-layout { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 30px, 720px); }
  .section { padding: 72px 0; }
  .nav-shell { min-height: 66px; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: absolute; top: 66px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 15px 18px; border-bottom: 1px solid var(--line); background: #fff; }
  .main-nav.open { display: flex; }.main-nav a { padding: 12px; }
  .nav-actions { gap: 8px; }.cart-button { min-height: 40px; }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; }.hero-copy { padding: 70px 0 38px; }.hero h1 { font-size: clamp(48px, 12vw, 70px); }.hero-media { min-height: 360px; margin-inline: -15px; }.hero-media::after { inset: 0 0 auto; width: 100%; height: 20%; background: linear-gradient(180deg, #fff, rgba(255,255,255,0)); }
  .trust-grid { grid-template-columns: 1fr 1fr; padding: 12px 0; }.trust-grid > div { justify-content: flex-start; min-height: 52px; padding-left: 8px; border-right: 0; }
  .catalog-heading, .section-heading { align-items: stretch; flex-direction: column; }.search-field { width: 100%; }.product-grid { grid-template-columns: 1fr 1fr; }
  .process-steps { grid-template-columns: 1fr 1fr; }.process-steps article::after { display: none; }.route-map { min-height: 300px; }
  .assurance-heading { align-items: flex-start; flex-direction: column; }.assurance-grid { grid-template-columns: 1fr; gap: 30px; }.assurance-grid article { padding: 0 0 30px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }.assurance-grid article:last-child { padding-bottom: 0; border-bottom: 0; }
  .quote-workspace { grid-template-columns: 1fr; }.quote-summary { border-right: 0; border-bottom: 1px solid var(--line); }.quote-item { grid-template-columns: minmax(0,1fr) 78px 80px 30px; }
  .faq-layout { grid-template-columns: 1fr; gap: 38px; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }.footer-bottom { flex-direction: column; }
}

@media (max-width: 520px) {
  :root { --shell: min(100% - 24px, 480px); }
  .brand > span:last-child { display: none; }.brand-mark { width: 40px; }
  .hero-copy { padding-top: 52px; }.hero h1 { font-size: 45px; }.hero-actions .button { width: 100%; }.hero-media { min-height: 260px; }
  .trust-grid { grid-template-columns: 1fr; }.trust-grid > div { border-bottom: 1px solid var(--line); }.trust-grid > div:last-child { border-bottom: 0; }
  .product-grid { grid-template-columns: 1fr; }.product-photo { aspect-ratio: 1.35; }.product-card h3 { font-size: 18px; }
  .process-steps { grid-template-columns: 1fr; }.route-map { min-height: 260px; }.region { font-size: 9px; }.region-af { display: none; }
  .quote-summary, .quote-form { padding: 24px 18px; }.quote-item { grid-template-columns: 1fr 76px 28px; }.quote-price { display: none; }.quote-total { grid-template-columns: 1fr; }.quote-total strong { font-size: 22px; }.form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .modal-copy, .policy-copy { padding: 24px; }.modal-specs { grid-template-columns: 1fr; }
}

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