
:root {
  --navy: #062b48;
  --deep: #031d31;
  --blue: #0071ab;
  --sky: #52c7f7;
  --ink: #102b3d;
  --muted: #617585;
  --line: #d9e7ef;
  --mist: #f2f8fb;
  --green: #13715f;
  --gold: #c48616;
  --white: #fff;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Poppins, Arial, Helvetica, sans-serif; color: var(--ink); background: #fff; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { width: min(1258px, calc(100% - 56px)); margin: 0 auto; }
.topline { display: block; background: var(--deep); color: #d9f4ff; font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.1); }
.topline .wrap { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topline a { color: #fff; font-weight: 800; }
.site-header { position: sticky; top: 0; z-index: 30; background: var(--navy); border-bottom: 1px solid rgba(255,255,255,.12); box-shadow: 0 14px 30px rgba(3,29,49,.16); }
.nav-wrap { min-height: 72px; display: grid; grid-template-columns: 120px minmax(0,1fr) auto; align-items: center; gap: 18px; }
.brand img { width: 112px; background: #fff; padding: 7px; border-radius: 4px; }
.main-nav { display: flex; align-items: stretch; justify-content: center; gap: 26px; font-size: 14px; font-weight: 650; color: #e8f7ff; white-space: nowrap; height: 72px; }
.nav-home, .nav-group > button { min-height: 72px; height: 72px; display: inline-flex; align-items: center; justify-content: center; padding: 0 0; border-radius: 0; border: 0; border-bottom: 3px solid transparent; background: transparent; color: #e8f7ff; font: inherit; font-weight: 650; cursor: pointer; transition: color .18s ease, border-color .18s ease; }
.nav-home:hover, .nav-home.active, .nav-group:hover > button, .nav-group.active > button { color: #8ee0ff; background: transparent; box-shadow: none; border-bottom-color: #52c7f7; }
.nav-group { position: relative; }
.nav-group > button { display: inline-flex; align-items: center; gap: 8px; }
.nav-group > button span { width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .2s ease; }
.nav-group:hover > button span { transform: rotate(225deg) translateY(-1px); }
.dropdown { position: absolute; top: calc(100% + 0px); left: 50%; transform: translate(-50%, 8px); width: 340px; padding: 10px; background: #fff; border: 1px solid #e2e8ee; border-radius: 2px; box-shadow: 0 22px 44px rgba(3,29,49,.24); opacity: 0; pointer-events: none; transition: opacity .18s ease, transform .18s ease; }
.dropdown:before { content: ""; position: absolute; top: -18px; left: 0; right: 0; height: 18px; }
.nav-group:hover .dropdown, .nav-group:focus-within .dropdown { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.drop-link { display: block; padding: 13px 14px; border-radius: 5px; border: 1px solid transparent; transition: background .2s ease, border-color .2s ease, transform .2s ease; white-space: normal; }
.drop-link b { display: block; color: var(--navy); font-size: 15px; margin-bottom: 3px; }
.drop-link span { display: block; color: var(--muted); font-size: 12px; line-height: 1.35; }
.drop-link:hover, .drop-link.active { background: #f5f9fc; border-color: #d9e7ef; transform: none; }
.menu-btn { display: none; }
.quote-btn, .btn { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 18px; border-radius: 2px; border: 1px solid transparent; font-weight: 700; }
.quote-btn { background: #2678b8; color: #fff; border-color: #4fb5e8; box-shadow: none; }
.quote-btn, .btn.primary { transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease; }
.btn.primary { background: var(--blue); color: #fff; box-shadow: none; }
.quote-btn:hover, .btn.primary:hover { transform: translateY(-1px); background: #1d73b8; color: #fff; box-shadow: 0 10px 22px rgba(0,113,171,.18); }
.btn.ghost { border-color: rgba(255,255,255,.5); color: #fff; background: rgba(255,255,255,.08); transition: background .18s ease, transform .18s ease, border-color .18s ease; }
.btn.ghost:hover { background: rgba(255,255,255,.18); border-color: #fff; transform: translateY(-2px); }
.btn.light { background: #eef8fc; color: var(--navy); border-color: #cde6f1; transition: transform .18s ease, background .18s ease; }
.btn.light:hover { background: #dff2fa; transform: translateY(-2px); }
.hero { min-height: 560px; padding: 0; position: relative; isolation: isolate; color: #fff; background: var(--hero) center / cover no-repeat; width: 100%; margin: 0 auto; }
.hero-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(3,29,49,.94) 0%, rgba(6,43,72,.82) 43%, rgba(6,43,72,.34) 100%), rgba(0,113,171,.16); }
.hero-inner { min-height: 560px; display: flex; align-items: center; justify-content: flex-start; padding: 64px 0 70px; }
.hero-copy { max-width: 820px; text-align: left; margin: 0; }
.hero-mark { display: none; }
.eyebrow, .kicker { margin: 0 0 15px; color: var(--blue); text-transform: uppercase; letter-spacing: .08em; font-size: 13px; font-weight: 900; }
.hero .eyebrow { color: #d9f4ff; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0 0 18px; font-size: clamp(42px, 5vw, 72px); line-height: 1.04; letter-spacing: 0; font-weight: 800; max-width: 980px; }
h2 { margin: 0 0 18px; font-size: clamp(31px, 3.6vw, 56px); line-height: 1.08; letter-spacing: 0; color: var(--navy); }
h3 { margin: 0 0 10px; font-size: 21px; line-height: 1.15; color: var(--navy); }
.feature-section > .wrap > h2,
.proof-band > .wrap > h2,
.faq-section > .wrap > h2 {
  text-align: center;
  padding-bottom: 14px;
  border-bottom: 3px solid #2678b8;
}
.feature-section > .wrap > .kicker,
.proof-band > .wrap > .kicker,
.faq-section > .wrap > .kicker {
  text-align: center;
}
.hero p { max-width: 790px; margin: 0 0 26px; font-size: 19px; color: #edf8ff; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: flex-start; }
.page-featured_offer .hero { display: none; }
.proof-band { background: #fff; color: var(--ink); padding: 70px 0 42px; }
.pills { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.pills { justify-content: center; }
.pills span { border: 1px solid #d5e8f4; background: #fff; padding: 9px 13px; border-radius: 2px; font-weight: 600; color: #2678b8; transition: transform .18s ease, background .18s ease; }
.pills span:hover { background: #f2f8fb; transform: translateY(-1px); }
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
.stats div { background: #fff; border: 1px solid #d9e7ef; border-top: 4px solid #2678b8; padding: 22px; min-height: 130px; box-shadow: 0 8px 24px rgba(6,43,72,.06); }
.stats strong { display: block; font-size: 44px; line-height: 1; color: #2678b8; }
.stats span { display: block; margin-top: 10px; color: #526b7c; font-weight: 600; }
.home-offer-teaser { background: #f5f7f9; padding: 54px 0; }
.home-offer-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(360px, .72fr); gap: 38px; align-items: center; }
.home-offer-grid h2 { max-width: 840px; }
.home-offer-grid p:not(.kicker) { color: var(--muted); font-size: 18px; max-width: 760px; }
.home-offer-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.home-offer-grid figure { margin: 0; background: #fff; border: 1px solid #d9e7ef; box-shadow: 0 14px 34px rgba(6,43,72,.1); overflow: hidden; }
.home-offer-grid img { width: 100%; min-height: 280px; object-fit: cover; object-position: center; }
.journey-intro { background: #fff; padding: 70px 0; }
.journey-intro-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 44px; align-items: start; }
.journey-intro h2 { max-width: 900px; }
.journey-intro p:not(.kicker), .journey-stage p, .journey-close p { color: var(--muted); font-size: 18px; }
.journey-proof { background: var(--navy); color: #fff; padding: 28px; border-top: 5px solid #52c7f7; box-shadow: 0 18px 42px rgba(6,43,72,.14); }
.journey-proof strong, .journey-proof span { display: block; }
.journey-proof strong { font-size: 24px; line-height: 1.15; margin-bottom: 12px; }
.journey-proof span { color: #d9f4ff; margin-bottom: 22px; }
.journey-map-section { background: #f5f7f9; padding: 58px 0; }
.journey-map { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin-top: 28px; }
.journey-map article { background: #fff; border: 1px solid #d9e7ef; border-left: 4px solid #2678b8; padding: 18px 14px; min-height: 116px; box-shadow: 0 8px 24px rgba(6,43,72,.06); }
.journey-map b { display: block; color: #2678b8; font-size: 14px; margin-bottom: 16px; }
.journey-map span { display: block; color: var(--navy); font-weight: 850; line-height: 1.2; }
.journey-stage { background: #fff; padding: 72px 0; }
.journey-stage.alt { background: #f5f7f9; }
.journey-stage-grid { display: grid; grid-template-columns: .88fr 1fr; gap: 46px; align-items: center; }
.journey-stage.alt .journey-stage-grid figure { order: 2; }
.journey-stage figure { margin: 0; min-height: 430px; border: 1px solid #d9e7ef; box-shadow: 0 18px 42px rgba(6,43,72,.1); overflow: hidden; }
.journey-stage img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.journey-stage h2 { max-width: 760px; }
.journey-stage .check-list { margin-top: 22px; }
.journey-finance-panel { background: linear-gradient(135deg, #062b48, #0b3557); color: #fff; padding: 74px 0; }
.journey-finance-panel h2 { color: #fff; max-width: 980px; }
.journey-finance-panel .kicker { color: #8ee0ff; }
.risk-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 28px; }
.risk-grid article { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2); padding: 22px; min-height: 180px; }
.risk-grid strong, .risk-grid span { display: block; }
.risk-grid strong { color: #fff; font-size: 19px; line-height: 1.2; margin-bottom: 12px; }
.risk-grid span { color: #d9f4ff; }
.journey-close { background: #f5f7f9; padding: 64px 0; }
.journey-close .wrap { background: #fff; border: 1px solid #d9e7ef; border-left: 6px solid #2678b8; padding: 34px; box-shadow: 0 18px 42px rgba(6,43,72,.08); }
section { padding: 82px 0; }
.intro { background: #fff; color: var(--ink); }
.intro-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 56px; align-items: start; }
.intro h2 { color: var(--navy); }
.intro .kicker { color: var(--blue); }
.intro p:not(.kicker) { margin: 0; font-size: 20px; color: var(--muted); }
.split { background: #f5f7f9; }
.split.reverse .copy { order: 2; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.copy p { color: var(--muted); font-size: 18px; margin: 0 0 22px; }
.photo-frame { margin: 0; min-height: 500px; overflow: hidden; border-radius: 2px; box-shadow: 0 12px 34px rgba(6,43,72,.12); }
.photo-frame img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.check-list { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 28px; font-weight: 750; color: #28495f; }
.check-list li:before { content: ""; position: absolute; left: 0; top: 9px; width: 12px; height: 12px; background: var(--blue); }
.feature-section { background: #fff; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; margin-top: 34px; }
.card { background: #fff; border: 1px solid #d9e7ef; border-radius: 2px; overflow: hidden; box-shadow: 0 8px 24px rgba(6,43,72,.06); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.card:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(6,43,72,.12); border-color: #9fcbe2; }
.card img { height: 210px; width: 100%; object-fit: cover; transition: transform .45s ease; }
.card:hover img { transform: scale(1.05); }
.card-body { padding: 23px; }
.card strong { display: block; color: var(--blue); font-size: 40px; line-height: 1; margin-bottom: 12px; }
.card p { color: var(--muted); margin: 0; }
.dark-section { background: #0b3557; color: #fff; }
.dark-section h2, .dark-section h3 { color: #fff; }
.dark-section .kicker { color: #b9e7fb; }
.process { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 14px; margin-top: 34px; }
.process article { border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.06); padding: 24px; min-height: 230px; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.process article:hover { transform: translateY(-6px); background: rgba(255,255,255,.12); border-color: rgba(142,224,255,.55); }
.process b { display: block; color: #8ee0ff; margin-bottom: 34px; }
.process p { color: #cfe7f2; margin: 0; }
.feature-section .process article { background: #fff; border-color: var(--line); box-shadow: 0 18px 42px rgba(6,43,72,.08); }
.feature-section .process h3 { color: var(--navy); }
.feature-section .process p { color: var(--muted); }
.feature-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; margin-top: 30px; }
.feature-strip div { position: relative; overflow: hidden; min-height: 190px; padding: 24px; background: #fff; border: 1px solid var(--line); border-top: 4px solid #2678b8; box-shadow: 0 8px 24px rgba(6,43,72,.06); transition: transform .22s ease, box-shadow .22s ease; }
.feature-strip div:after { content: ""; position: absolute; right: -34px; top: -34px; width: 94px; height: 94px; border: 18px solid rgba(0,113,171,.08); border-radius: 999px; }
.feature-strip div:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(6,43,72,.12); }
.feature-strip span { display: block; color: var(--blue); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 20px; }
.feature-strip strong { display: block; color: var(--navy); font-size: 36px; line-height: 1; margin-bottom: 12px; }
.feature-strip p { color: var(--muted); margin: 0; }
.comparison { overflow-x: auto; margin-top: 30px; border: 1px solid var(--line); box-shadow: 0 8px 24px rgba(6,43,72,.06); }
.comparison table { width: 100%; border-collapse: collapse; background: #fff; min-width: 760px; }
.comparison th, .comparison td { padding: 20px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.comparison thead th { background: var(--navy); color: #fff; }
.comparison tbody th { color: var(--navy); width: 22%; }
.comparison tbody td:last-child { background: #f2f9fc; color: #12364d; font-weight: 750; }
.image-band { position: relative; color: var(--ink); background: linear-gradient(90deg, #fff 0%, #fff 49%, rgba(6,43,72,.78) 49%, rgba(6,43,72,.42) 100%), var(--band) right center / 54% cover no-repeat; }
.image-band h2 { color: var(--navy); }
.image-band .kicker { color: var(--blue); }
.image-band-inner { display: grid; grid-template-columns: 1fr .9fr; gap: 54px; align-items: center; }
.image-band p { color: var(--muted); font-size: 18px; max-width: 720px; }
.glass-list { display: grid; gap: 12px; }
.glass-list span { display: block; padding: 18px 20px; background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.62); backdrop-filter: blur(8px); color: var(--navy); font-weight: 750; box-shadow: 0 10px 24px rgba(3,29,49,.12); transition: transform .2s ease, background .2s ease; }
.glass-list span:hover { transform: translateX(6px); background: #fff; }
.cta-photo { position: relative; color: #fff; background: linear-gradient(90deg, rgba(3,29,49,.92), rgba(3,29,49,.5)), var(--photo) center / cover no-repeat; }
.cta-photo h2 { color: #fff; max-width: 920px; }
.notice { background: #fff8eb; border-top: 1px solid #f0dfbd; border-bottom: 1px solid #f0dfbd; padding: 56px 0; }
.notice h2 { font-size: clamp(28px, 3vw, 42px); }
.notice p { max-width: 900px; color: #5f5138; font-size: 18px; margin: 0; }
.faq-section { background: var(--mist); }
details { background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 22px 24px; margin: 12px 0; }
summary { cursor: pointer; color: var(--navy); font-size: 19px; font-weight: 900; }
details p { color: var(--muted); margin: 14px 0 0; }
.contact-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 48px; align-items: start; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 26px; box-shadow: 0 20px 50px rgba(6,43,72,.1); display: grid; gap: 14px; }
label { color: var(--navy); font-weight: 850; display: grid; gap: 7px; }
input, textarea, select { width: 100%; border: 1px solid #bfd5e2; border-radius: 4px; padding: 13px 14px; font: inherit; color: var(--ink); background: #fff; transition: border-color .18s ease, box-shadow .18s ease; }
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(0,113,171,.12); }
textarea { min-height: 130px; resize: vertical; }
.contact-card p { margin: 0; color: var(--muted); font-size: 14px; }
.hidden { display: none; }
.product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin-top: 34px; }
.product-card { background: #fff; border: 1px solid var(--line); border-radius: 2px; overflow: hidden; box-shadow: 0 8px 24px rgba(6,43,72,.06); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(6,43,72,.12); border-color: #9fcbe2; }
.product-img { display: block; height: 210px; overflow: hidden; background: var(--mist); }
.product-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-img img { transform: scale(1.06); }
.product-card-body { padding: 22px; display: grid; gap: 13px; }
.product-card h3 { font-size: 19px; margin: 0; }
.product-card h3 a { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; min-height: 66px; }
.product-card p { color: var(--muted); margin: 0; min-height: 54px; }
.product-meta { display: flex; justify-content: space-between; gap: 8px; color: var(--blue); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.product-facts { display: grid; grid-template-columns: 1fr; gap: 4px; padding-top: 10px; border-top: 1px solid var(--line); }
.product-facts b { color: var(--navy); font-size: 30px; line-height: 1; }
.product-facts span { color: var(--muted); font-weight: 750; font-size: 13px; }
.product-actions { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; }
.product-actions .btn { min-height: 40px; padding: 0 12px; font-size: 13px; }
.product-detail-section { background: var(--mist); }
.product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.product-photo-panel { position: relative; border-radius: 2px; overflow: hidden; box-shadow: 0 12px 34px rgba(6,43,72,.12); min-height: 520px; background: #d9e9f1; }
.product-photo-panel img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.stock-badge { position: absolute; right: 20px; bottom: 20px; background: #fff; border-radius: 5px; padding: 16px 20px; box-shadow: 0 20px 46px rgba(6,43,72,.2); }
.stock-badge b { display: block; color: var(--blue); font-size: 34px; line-height: 1; }
.stock-badge span { color: var(--muted); font-weight: 850; }
.product-copy-panel p { color: var(--muted); font-size: 18px; }
.detail-price { display: inline-flex; align-items: baseline; gap: 12px; margin: 14px 0 22px; color: var(--navy); font-size: 48px; font-weight: 950; }
.detail-price span { font-size: 15px; color: var(--muted); font-weight: 800; }
.detail-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 44px; align-items: start; }
.spec-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 42px rgba(6,43,72,.08); }
.spec-table th, .spec-table td { text-align: left; padding: 15px 17px; border-bottom: 1px solid var(--line); vertical-align: top; }
.spec-table th { width: 38%; background: #f2f8fb; color: var(--navy); }
.programme-fit > p { color: var(--muted); font-size: 18px; }
.calculator-section { background: var(--mist); }
.calc-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 34px; align-items: start; }
.calc-panel, .calc-results { background: #fff; border: 1px solid var(--line); border-radius: 2px; padding: 30px; box-shadow: 0 8px 24px rgba(6,43,72,.06); }
.calc-form { display: grid; gap: 16px; }
.calc-two { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.assumptions { background: #f6fbfd; border-color: #d9e7ef; }
.assumptions summary { font-size: 16px; }
.selected-device { display: grid; grid-template-columns: 180px 1fr; gap: 20px; align-items: start; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.selected-device img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 6px; box-shadow: 0 14px 34px rgba(6,43,72,.12); }
.selected-device h2 { font-size: clamp(24px, 2.2vw, 34px); line-height: 1.05; margin-bottom: 10px; }
.selected-device p { color: var(--muted); margin: 0 0 14px; }
.selected-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0; }
.selected-specs div { background: #f2f8fb; border: 1px solid var(--line); padding: 10px; border-radius: 4px; }
.selected-specs dt { color: var(--blue); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.selected-specs dd { margin: 4px 0 0; color: var(--navy); font-weight: 850; overflow-wrap: anywhere; }
.result-kicker { margin-top: 24px; }
.result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 22px 0; }
.result-grid div { background: #0b3557; color: #fff; padding: 18px; border-radius: 2px; min-height: 112px; }
.result-grid span { display: block; color: #bfeeff; font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.result-grid strong { display: block; margin-top: 10px; font-size: 28px; line-height: 1; }
.calc-note { background: #fff8eb; border: 1px solid #f0dfbd; padding: 18px; border-radius: 5px; margin-bottom: 18px; }
.calc-note p { color: #5f5138; margin: 8px 0 0; }
.offer-hero-section { background: linear-gradient(135deg, #062b48, #0b3557 58%, #123f63); padding: 50px 0 28px; color: #fff; }
.offer-top-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: end; }
.offer-title-block { max-width: 930px; }
.offer-title-block h2 { font-size: clamp(36px, 4vw, 56px); max-width: 980px; color: #fff; }
.offer-title-block .kicker { color: #8ee0ff; }
.offer-title-block p:not(.kicker) { color: #d9f4ff; font-size: 18px; max-width: 920px; margin: 0; }
.offer-top-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; min-width: 330px; }
.offer-specs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.offer-specs span { border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.09); color: #fff; padding: 9px 11px; border-radius: 2px; font-weight: 750; font-size: 14px; }
.offer-calculator-section { background: #f5f7f9; padding: 34px 0 58px; }
.offer-calc-grid { display: grid; grid-template-columns: minmax(360px, .86fr) minmax(460px, 1.14fr); gap: 30px; align-items: start; }
.offer-calc-panel { background: #fff; border: 1px solid #d9e7ef; border-radius: 2px; padding: 26px; box-shadow: 0 8px 24px rgba(6,43,72,.06); }
.offer-calc-panel h2 { font-size: clamp(28px, 2.8vw, 42px); }
.offer-calc-panel > p:not(.kicker), .offer-contact-section p { color: var(--muted); font-size: 17px; }
.cashback-mode-toggle { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; margin: 20px 0 18px; padding: 6px; border: 1px solid #cfe3ef; background: #f5fbfe; border-radius: 4px; }
.cashback-mode-toggle legend { grid-column: 1 / -1; padding: 0 4px 4px; color: #174766; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.cashback-mode-toggle label { cursor: pointer; position: relative; overflow: hidden; }
.cashback-mode-toggle input { position: absolute; left: 0; top: 0; width: 1px; height: 1px; margin: 0; opacity: 0; pointer-events: none; }
.cashback-mode-toggle span { display: grid; min-height: 46px; place-items: center; padding: 10px; border: 1px solid transparent; background: transparent; color: #174766; text-align: center; font-weight: 850; font-size: 14px; line-height: 1.15; transition: background .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease; }
.cashback-mode-toggle input:checked + span { background: #2678b8; color: #fff; border-color: #2678b8; box-shadow: 0 8px 18px rgba(38,120,184,.18); }
.cashback-mode-toggle label:hover span { border-color: #7db8dc; }
.cashback-mode-note { margin: -8px 0 18px; color: #526b7c; font-size: 14px; line-height: 1.45; }
.offer-results { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 18px; }
.offer-results .parent-payment-result { grid-column: 1 / -1; background: #2678b8; min-height: 128px; }
.offer-results .parent-payment-result strong { font-size: clamp(42px, 5vw, 58px); }
.offer-results div { background: #0b3557; color: #fff; padding: 17px; min-height: 104px; border-radius: 2px; }
.offer-results span { display: block; color: #b9e7fb; font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.offer-results strong { display: block; margin-top: 10px; font-size: 25px; line-height: 1.05; }
.offer-inline-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.offer-assumption { margin: 16px 0 0; color: #5f5138; background: #fff8eb; border: 1px solid #f0dfbd; padding: 14px; font-size: 14px; }
.offer-visual-panel { display: grid; gap: 14px; }
.offer-visual-top { display: grid; grid-template-columns: 210px 1fr; gap: 16px; align-items: center; }
.cashback-badge { width: 205px; aspect-ratio: 1; display: grid; place-items: center; text-align: center; padding: 24px 18px; color: #fff; background: radial-gradient(circle at 32% 26%, #55b5ec, #2678b8 58%, #0b3557); border: 7px solid #fff; border-radius: 999px; box-shadow: 0 18px 38px rgba(6,43,72,.2); outline: 2px solid #d5e8f4; }
.cashback-badge span { display: block; max-width: 152px; font-size: 29px; font-weight: 950; line-height: 1.05; }
.cashback-badge small { display: block; margin-top: 8px; color: #dff5ff; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; font-weight: 850; }
.device-note { background: #fff; border: 1px solid #d9e7ef; border-left: 4px solid #2678b8; padding: 18px 20px; box-shadow: 0 8px 24px rgba(6,43,72,.06); }
.device-note b, .device-note span { display: block; }
.device-note b { color: var(--navy); font-size: 20px; margin-bottom: 5px; }
.device-note span { color: var(--muted); }
.offer-device-card { margin: 0; border: 1px solid #d9e7ef; border-radius: 2px; background: #fff; box-shadow: 0 12px 34px rgba(6,43,72,.12); overflow: hidden; }
.offer-device-card img { width: 100%; min-height: 520px; object-fit: cover; object-position: center; background: #fff; padding: 0; }
.offer-included-section { background: #fff; padding: 58px 0; }
.offer-included-section h2 { max-width: 960px; font-size: clamp(30px, 3vw, 44px); }
.included-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 26px; }
.included-grid article { border: 1px solid #d9e7ef; border-top: 4px solid #2678b8; padding: 18px; background: #fff; min-height: 132px; box-shadow: 0 8px 24px rgba(6,43,72,.06); }
.included-grid strong, .included-grid span { display: block; }
.included-grid strong { color: var(--navy); font-size: 17px; margin-bottom: 8px; }
.included-grid span { color: var(--muted); font-size: 14px; }
.offer-support-section { background: #f5f7f9; padding: 58px 0; }
.offer-support-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 34px; align-items: start; }
.offer-support-grid h2 { font-size: clamp(30px, 3vw, 44px); }
.offer-support-grid > div > p:not(.kicker) { color: var(--muted); font-size: 18px; }
.support-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.support-points article { background: #fff; border: 1px solid #d9e7ef; border-top: 4px solid #2678b8; padding: 20px; box-shadow: 0 8px 24px rgba(6,43,72,.06); }
.support-points p { color: var(--muted); margin: 0; }
.offer-contact-section { background: #fff; padding: 58px 0; }
.offer-contact-section a:not(.btn) { color: #2678b8; font-weight: 800; }
.offer-booking-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 34px; align-items: start; }
.booking-copy h2 { font-size: clamp(30px, 3vw, 44px); }
.booking-options, .direct-contact { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.direct-contact a { background: #f5fbfe; border: 1px solid #cfe3ef; padding: 11px 13px; color: #174766; }
.compact-offer-form { gap: 12px; }
.compact-offer-form textarea { min-height: 112px; }
.quote-pathway { background: linear-gradient(135deg, #062b48, #0b3557); color: #fff; padding: 44px 0; }
.quote-pathway-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center; }
.quote-pathway h2 { color: #fff; font-size: clamp(28px, 3vw, 42px); max-width: 860px; }
.quote-pathway .kicker { color: #8ee0ff; }
.quote-pathway p:not(.kicker) { color: #d9f4ff; max-width: 820px; font-size: 17px; }
.quote-pathway-actions { display: grid; gap: 10px; min-width: 270px; }
.quote-pathway .btn.light { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.36); }
.quote-pathway .btn.light:hover { background: rgba(255,255,255,.16); }
.site-footer { background: var(--navy); color: #d8eff9; padding: 58px 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 34px; }
.site-footer img { width: 126px; background: #fff; padding: 8px; border-radius: 4px; margin-bottom: 18px; }
.site-footer h3 { color: #fff; font-size: 18px; }
.site-footer a { display: block; margin: 8px 0; color: #d8eff9; }
.site-footer .btn { display: inline-flex; margin-top: 10px; }

@media (max-width: 1120px) {
  .nav-wrap { grid-template-columns: 140px auto auto; }
  .menu-btn { display: inline-flex; justify-content: center; align-items: center; min-height: 40px; border: 1px solid var(--line); background: #fff; color: var(--navy); font-weight: 900; border-radius: 4px; }
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: 86px; padding: 18px 22px 24px; background: #fff; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 10px; white-space: normal; box-shadow: 0 26px 50px rgba(6,43,72,.12); }
  .main-nav.open { display: flex; }
  .nav-home, .nav-group > button { justify-content: space-between; width: 100%; min-height: 42px; padding: 0 12px; background: var(--mist); }
  .nav-group { width: 100%; }
  .dropdown { position: static; width: 100%; opacity: 1; pointer-events: auto; transform: none; box-shadow: none; border-radius: 5px; margin-top: 6px; padding: 8px; display: grid; gap: 5px; }
  .dropdown:before { display: none; }
  .nav-group:hover .dropdown, .nav-group:focus-within .dropdown { transform: none; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .feature-strip { grid-template-columns: repeat(2, 1fr); }
  .calc-grid, .product-detail, .detail-grid, .offer-calc-grid, .offer-support-grid, .offer-booking-grid, .offer-top-grid, .home-offer-grid, .quote-pathway-grid, .journey-intro-grid, .journey-stage-grid { grid-template-columns: 1fr; }
  .journey-map { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .risk-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .journey-stage.alt .journey-stage-grid figure { order: initial; }
  .offer-calc-panel { position: static; }
  .offer-top-actions { justify-content: flex-start; min-width: 0; }
  .included-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .topline .wrap { display: block; padding: 10px 0; }
  .nav-wrap { min-height: 76px; grid-template-columns: 120px 1fr; }
  .quote-btn { display: none; }
  .main-nav { top: 76px; }
  .hero, .hero-inner { min-height: 640px; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,29,49,.96), rgba(3,29,49,.78)); }
  h1 { font-size: 44px; }
  .hero p { font-size: 18px; }
  section { padding: 64px 0; }
  .intro-grid, .split-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .split.reverse .copy { order: initial; }
  .cards, .process, .stats, .product-grid, .calc-two, .result-grid, .offer-results, .cashback-mode-toggle, .support-points, .included-grid, .offer-visual-top { grid-template-columns: 1fr; }
  .quote-pathway-actions { min-width: 0; }
  .selected-device { grid-template-columns: 1fr; }
  .selected-specs { grid-template-columns: 1fr; }
  .feature-strip, .image-band-inner { grid-template-columns: 1fr; }
  .journey-map, .risk-grid { grid-template-columns: 1fr; }
  .photo-frame, .photo-frame img { min-height: 360px; }
  .offer-device-card img { min-height: 300px; }
  .cashback-badge { justify-self: center; width: min(205px, 76%); }
  .product-photo-panel, .product-photo-panel img { min-height: 360px; }
  .detail-price { font-size: 38px; }
}
