
:root {
  --deep: #062b48;
  --navy: #0b385d;
  --blue: #0071ab;
  --blue-dark: #005b8d;
  --sky: #52c7f7;
  --green: #93c83e;
  --green-dark: #6fa41f;
  --ink: #1f2933;
  --muted: #697784;
  --line: #dfe5e8;
  --mist: #f4f6f7;
  --white: #fff;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: #fff; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(6,43,72,.97); border-bottom: 1px solid rgba(255,255,255,.14); }
.nav-wrap { min-height: 78px; display: grid; grid-template-columns: 132px 1fr auto; align-items: center; gap: 24px; }
.brand img { width: 118px; background: #fff; padding: 8px; border-radius: 2px; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 22px; color: #fff; font-size: 14px; }
.nav-link, .nav-group > button { height: 78px; display: inline-flex; align-items: center; border: 0; border-bottom: 3px solid transparent; background: transparent; color: #fff; font: inherit; cursor: pointer; }
.nav-link:hover, .nav-link.active, .nav-group:hover > button, .nav-group.active > button { color: var(--sky); border-bottom-color: var(--sky); }
.nav-group { position: relative; }
.nav-group > button span { width: 7px; height: 7px; margin-left: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); }
.dropdown { position: absolute; left: 50%; top: 100%; transform: translate(-50%, 10px); width: 260px; padding: 10px; background: #fff; border-top: 4px solid var(--blue); box-shadow: 0 20px 40px rgba(0,0,0,.25); opacity: 0; pointer-events: none; transition: .18s ease; }
.nav-group:hover .dropdown, .nav-group:focus-within .dropdown { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.drop-link { display: block; padding: 11px 12px; color: var(--ink); border-bottom: 1px solid #eef1f2; }
.drop-link:hover, .drop-link.active { color: var(--blue); background: #f2f8fb; }
.portal-btn, .btn { display: inline-flex; align-items: center; justify-content: center; min-height: 43px; padding: 0 18px; border-radius: 2px; font-weight: 700; border: 1px solid transparent; transition: .18s ease; }
.portal-btn, .btn.primary { background: var(--blue); color: #fff; }
.portal-btn:hover, .btn.primary:hover { background: var(--blue-dark); color: #fff; transform: translateY(-1px); }
.btn.secondary { background: #fff; color: var(--deep); border-color: var(--line); }
.btn.ghost { color: #fff; border-color: rgba(255,255,255,.6); }
.btn.ghost:hover { background: #fff; color: var(--deep); }
.menu-btn { display: none; }
.hero { min-height: 560px; position: relative; color: #fff; background: var(--hero) center/cover no-repeat; isolation: isolate; }
.hero-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(6,43,72,.94), rgba(6,43,72,.75), rgba(6,43,72,.32)); }
.hero-inner { min-height: 560px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.eyebrow, .kicker { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .09em; color: var(--blue); font-size: 13px; font-weight: 800; }
.hero .eyebrow { color: var(--sky); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0 0 18px; max-width: 760px; font-size: clamp(42px, 5.2vw, 72px); line-height: 1.02; font-weight: 700; }
h2 { margin: 0 0 18px; font-size: clamp(30px, 3.4vw, 50px); line-height: 1.08; font-weight: 700; color: var(--deep); }
h3 { margin: 0 0 8px; font-size: 20px; color: var(--deep); }
.hero p { max-width: 680px; margin: 0 0 28px; font-size: 20px; color: rgba(255,255,255,.86); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
section { padding: 82px 0; }
.intro-grid, .quote-grid, .contact-grid, .calculator-grid, .offer-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: center; }
.intro-section { background: #fff; }
.intro-grid > p { font-size: 19px; color: var(--muted); margin: 0; }
.programme-proof-section { padding: 0; background: var(--deep); }
.proof-row { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-row article { padding: 30px 28px; border-left: 1px solid rgba(255,255,255,.14); color: #fff; }
.proof-row article:first-child { border-left: 0; }
.proof-row strong { display: block; font-size: 42px; line-height: 1; color: var(--sky); margin-bottom: 8px; }
.proof-row span { color: rgba(255,255,255,.78); font-weight: 700; }
.proof-row small { display: block; margin-top: 7px; color: rgba(255,255,255,.64); font-size: 12px; line-height: 1.35; }
.proof-row .cashback-range { font-size: 34px; white-space: nowrap; }
.solutions-section, .plain-section, .calculator-section { background: var(--mist); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.mini-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.info-card { background: #fff; border: 1px solid var(--line); min-height: 100%; }
.info-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.info-card > div { padding: 24px; }
.mini-grid .info-card > div { padding: 22px; }
.info-card p { color: var(--muted); margin: 0; }
.image-band { padding: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 470px; background: var(--deep); color: #fff; }
.image-band.reverse .band-image { order: 2; }
.band-image { background: var(--image) center/cover no-repeat; min-height: 470px; }
.band-copy { padding: 74px min(8vw, 100px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.band-copy h2 { color: #fff; }
.band-copy p { max-width: 580px; color: rgba(255,255,255,.78); font-size: 18px; }
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.steps article { background: #fff; border-top: 4px solid var(--blue); padding: 22px; min-height: 100%; }
.steps b { display: block; color: var(--blue); margin-bottom: 18px; }
.steps p { margin: 0; color: var(--muted); }
.tabs-section { background: #fff; }
.programme-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 0; border-bottom: 1px solid var(--line); }
.programme-tabs button { appearance: none; border: 1px solid var(--line); border-bottom: 0; background: #f7fafc; color: var(--deep); padding: 13px 16px; font-weight: 800; cursor: pointer; border-radius: 2px 2px 0 0; transition: background .18s ease, color .18s ease, border-color .18s ease; }
.programme-tabs button:hover { border-color: #b9dbea; color: var(--blue); }
.programme-tabs button.active { background: var(--blue); color: #fff; border-color: var(--blue); }
.tab-panels { background: #fff; border: 1px solid var(--line); border-top: 0; box-shadow: 0 18px 40px rgba(6,43,72,.08); }
.tab-panel { display: none; grid-template-columns: minmax(0, .95fr) minmax(340px, 1fr); gap: 42px; align-items: center; padding: 42px; min-height: 430px; }
.tab-panel.active { display: grid; }
.tab-panel img { width: 100%; height: 360px; object-fit: cover; }
.tab-panel h3 { font-size: clamp(28px, 3vw, 46px); line-height: 1.08; margin-bottom: 14px; }
.tab-panel p { color: var(--muted); font-size: 18px; }
.tab-panel .steps { grid-template-columns: repeat(4, 1fr); margin-top: 22px; }
.tab-panel .steps article { padding: 18px; }
.why-panel { grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); gap: 52px; }
.why-benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 28px; }
.why-benefit-grid article { background: #f2f8fb; border: 1px solid var(--line); padding: 18px; min-height: 118px; }
.why-benefit-grid b { display: block; color: var(--deep); font-size: 18px; margin-bottom: 8px; }
.why-benefit-grid span { color: var(--muted); font-weight: 700; font-size: 14px; }
.why-visual { position: relative; min-height: 430px; }
.why-visual img { width: 100%; height: 430px; object-fit: cover; }
.why-evidence-card { position: absolute; left: 24px; right: 24px; bottom: 24px; background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 40px rgba(6,43,72,.18); padding: 22px; }
.why-evidence-card p { margin: 0 0 14px; color: var(--blue); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.why-evidence-row { display: grid; grid-template-columns: 84px 1fr; gap: 14px; align-items: center; border-top: 1px solid var(--line); padding: 12px 0; }
.why-evidence-row:first-of-type { border-top: 0; padding-top: 0; }
.why-evidence-row:last-child { padding-bottom: 0; }
.why-evidence-row strong { color: var(--deep); font-size: 34px; line-height: 1; }
.why-evidence-row span { color: var(--muted); font-weight: 700; }
.tab-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.final-panel { background: linear-gradient(135deg, #f2f8fb, #fff); }
.how-panel { grid-template-columns: .72fr 1.28fr; align-items: center; background: linear-gradient(135deg, #fff 0%, #f7fbfd 100%); }
.how-outcomes { display: grid; gap: 10px; margin-top: 26px; max-width: 430px; }
.how-outcomes span { background: #fff; border: 1px solid var(--line); border-left: 5px solid var(--blue); padding: 13px 15px; color: var(--deep); font-weight: 900; box-shadow: 0 8px 20px rgba(6,43,72,.05); }
.journey-map { position: relative; display: grid; gap: 12px; padding: 18px 0 18px 32px; align-content: center; }
.journey-map::before { content: ""; position: absolute; left: 13px; top: 36px; bottom: 36px; width: 3px; background: linear-gradient(var(--blue), var(--green), var(--deep)); }
.journey-step { position: relative; display: grid; grid-template-columns: 54px 118px 1fr; gap: 16px; align-items: center; padding: 16px 18px; color: #fff; min-height: 86px; box-shadow: 0 12px 28px rgba(6,43,72,.12); }
.journey-step::before { content: ""; position: absolute; left: -25px; top: 50%; width: 17px; height: 17px; border-radius: 50%; background: #fff; border: 4px solid currentColor; transform: translateY(-50%); box-shadow: 0 0 0 5px #fff; }
.journey-step b { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; background: rgba(255,255,255,.18); font-size: 12px; }
.journey-step strong { display: block; font-size: 20px; }
.journey-step span { color: rgba(255,255,255,.84); font-weight: 700; font-size: 14px; }
.journey-arrow { display: none; }
.step-blue { background: var(--blue); }
.step-green { background: var(--green-dark); }
.step-sky { background: #159bc8; }
.step-navy { background: var(--navy); }
.step-deep { background: var(--deep); }
.process-timeline { display: grid; gap: 12px; margin-top: 28px; max-width: 850px; }
.process-timeline article { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 18px; background: #f7fafc; border-left: 4px solid var(--blue); }
.process-timeline b { width: 46px; height: 46px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--blue); color: #fff; font-size: 14px; }
.process-timeline h4 { margin: 0 0 4px; font-size: 18px; color: var(--deep); }
.process-timeline p { margin: 0; font-size: 15px; }
.why-proof-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 22px 0; }
.why-proof-grid article { background: #f2f8fb; border-left: 4px solid var(--blue); padding: 16px; }
.why-proof-grid strong { display: block; color: var(--deep); font-size: 30px; line-height: 1; margin-bottom: 6px; }
.why-proof-grid span { display: block; color: var(--muted); font-weight: 700; font-size: 14px; }
.foundation-intro { background: #fff; }
.foundation-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: center; }
.foundation-logo-card { background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 44px rgba(6,43,72,.08); padding: 38px; }
.foundation-logo-card img { width: 100%; }
.foundation-note { margin-top: 26px; padding: 22px; background: #f2f8fb; border-left: 5px solid var(--blue); }
.foundation-note strong { display: block; color: var(--deep); margin-bottom: 8px; }
.foundation-note span { color: var(--muted); }
.vendor-cashback-section { background: #fff; }
.vendor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.vendor-card { border: 1px solid var(--line); background: #fff; padding: 34px; box-shadow: 0 18px 40px rgba(6,43,72,.08); }
.vendor-logo { height: 92px; display: flex; align-items: center; margin-bottom: 22px; }
.vendor-logo img { max-height: 86px; max-width: 260px; object-fit: contain; }
.vendor-card h2 { font-size: clamp(28px, 3vw, 44px); }
.vendor-card p { color: var(--muted); }
.edge-cashback-banner { background: #fff; color: var(--deep); padding: 58px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.edge-cashback-grid { display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center; }
.edge-cashback-banner h2 { color: var(--deep); }
.edge-cashback-banner p { color: var(--muted); max-width: 780px; }
.carbon-intro { background: #fff; }
.carbon-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 54px; align-items: center; }
.carbon-grid p { color: var(--muted); font-size: 18px; }
.carbon-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.carbon-stat-card { background: linear-gradient(135deg, var(--deep), var(--blue)); color: #fff; padding: 42px; box-shadow: 0 18px 44px rgba(6,43,72,.18); }
.carbon-stat-card strong { display: block; font-size: clamp(36px, 4vw, 60px); line-height: 1.02; color: var(--sky); margin-bottom: 14px; }
.carbon-stat-card span { color: rgba(255,255,255,.82); font-weight: 700; }
.carbon-device-example { background: linear-gradient(135deg, #fff 0%, #eef7fc 100%); }
.carbon-device-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 52px; align-items: center; }
.carbon-device-copy p { color: var(--muted); font-size: 18px; }
.carbon-example-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 24px; }
.carbon-example-stats article { background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--blue); padding: 18px; box-shadow: 0 12px 28px rgba(6,43,72,.06); }
.carbon-example-stats strong { display: block; color: var(--deep); font-size: 28px; line-height: 1; margin-bottom: 8px; }
.carbon-example-stats span { color: var(--muted); font-size: 13px; font-weight: 800; }
.carbon-device-visual { position: relative; background: #fff; border: 1px solid var(--line); padding: 38px; box-shadow: 0 22px 54px rgba(6,43,72,.12); min-height: 430px; display: flex; align-items: center; justify-content: center; }
.carbon-device-visual img { max-height: 360px; object-fit: contain; }
.carbon-device-visual .cash-ribbon { top: 28px; left: 24px; }
.carbon-monthly { right: 28px; bottom: 28px; }
.carbon-impact-section { background: #fff; }
.impact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 46px; align-items: center; }
.impact-grid p { color: var(--muted); }
.impact-cards { display: grid; gap: 14px; }
.impact-cards article { padding: 24px; border-left: 5px solid var(--blue); background: #f2f8fb; }
.impact-cards strong { display: block; font-size: 34px; color: var(--deep); }
.impact-cards span { color: var(--muted); font-weight: 700; }
.quote-panel { background: #f2f8fb; color: var(--deep); padding: 56px 0; border-top: 1px solid var(--line); }
.quote-panel h2 { color: var(--deep); }
.quote-panel p { margin: 0; color: var(--muted); }
.quote-actions { display: flex; justify-content: flex-end; gap: 12px; flex-wrap: wrap; }
.site-footer { background: var(--deep); color: #fff; padding: 64px 0; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr 1fr 1fr; gap: 42px; }
.site-footer img { width: 128px; background: #fff; padding: 8px; margin-bottom: 22px; }
.site-footer p, .site-footer a { color: rgba(255,255,255,.76); }
.site-footer a { display: block; margin: 8px 0; }
.site-footer h3 { color: #fff; font-size: 17px; }
.offer-section { background: #fff; }
.offer-showcase { background: linear-gradient(135deg, #ffffff 0%, #f2f8fb 100%); }
.offer-showcase-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 56px; align-items: center; }
.hp-offer-showcase { background: linear-gradient(135deg, #fff 0%, #eef7fc 100%); }
.hp-offer-head { display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: end; margin-bottom: 32px; }
.hp-brand-row { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; color: var(--deep); font-weight: 900; }
.hp-brand-row img { width: 72px; height: 72px; object-fit: contain; }
.hp-offer-head .lead { max-width: 850px; font-size: 19px; color: var(--muted); }
.hp-offer-options { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.hp-product-card { position: relative; display: grid; grid-template-columns: .42fr .58fr; gap: 24px; align-items: center; background: #fff; border: 1px solid var(--line); padding: 28px; box-shadow: 0 16px 38px rgba(6,43,72,.08); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.hp-product-card:hover, .hp-product-card.active { transform: translateY(-3px); border-color: #9dccdf; box-shadow: 0 22px 54px rgba(6,43,72,.13); }
.hp-product-visual { position: relative; min-height: 260px; display: flex; align-items: center; justify-content: center; }
.hp-product-visual > img { width: 100%; max-height: 260px; object-fit: contain; }
.monthly-badge { position: absolute; right: 0; bottom: 6px; min-width: 132px; padding: 14px 16px; background: var(--deep); color: #fff; box-shadow: 0 16px 34px rgba(6,43,72,.24); text-align: center; }
.monthly-badge span { display: block; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; color: var(--sky); }
.monthly-badge strong { display: block; font-size: 28px; line-height: 1.05; color: #fff; margin: 3px 0; }
.hp-product-copy p { color: var(--muted); }
.hp-product-copy .spec-pills { margin: 18px 0; }
.os-logo { width: 54px; height: 54px; object-fit: contain; margin: 0 0 14px; }
.cash-ribbon.small { top: 18px; left: 18px; min-width: 144px; padding: 14px 16px; }
.cash-ribbon.small strong { font-size: 25px; }
.cash-ribbon.small span { font-size: 11px; }
.offer-copy .lead { font-size: 19px; color: var(--muted); }
.spec-pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0; }
.spec-pills span { display: inline-flex; padding: 10px 12px; background: #fff; border: 1px solid #cfe2ec; color: var(--deep); font-weight: 800; font-size: 14px; }
.offer-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.device-hero-panel { position: relative; margin: 0; background: #fff; border: 1px solid var(--line); padding: 36px; box-shadow: 0 24px 60px rgba(6,43,72,.16); overflow: hidden; }
.device-hero-panel:before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,113,171,.08), transparent 52%); pointer-events: none; }
.device-hero-panel img { width: 100%; position: relative; z-index: 1; }
.cash-ribbon { position: absolute; z-index: 2; top: 24px; left: 24px; min-width: 178px; padding: 18px 20px; background: var(--green); color: #10200a; box-shadow: 0 16px 34px rgba(0,0,0,.22); transform: rotate(-3deg); }
.cash-ribbon strong { display: block; font-size: 30px; line-height: 1; }
.cash-ribbon span { display: block; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.offer-inclusions { background: var(--deep); padding: 0; }
.inclusion-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.inclusion-grid article { padding: 28px; color: #fff; border-left: 1px solid rgba(255,255,255,.14); }
.inclusion-grid article:first-child { border-left: 0; }
.inclusion-grid strong { display: block; color: var(--sky); margin-bottom: 8px; font-size: 18px; }
.inclusion-grid span { color: rgba(255,255,255,.76); }
.calc-input-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.calculator-full { max-width: 1040px; }
.calculator-full .offer-calc-card { padding: 38px; }
.calculator-full .calc-results { grid-template-columns: repeat(2, 1fr); gap: 16px; }
.calculator-full .calc-result strong { font-size: 58px; }
.offer-calc-card { border-top: 5px solid var(--blue); }
.offer-enquiry-card { border-top: 5px solid var(--green); }
.offer-enquiry-section { background: var(--mist); }
.enquiry-wrap { max-width: 820px; }
.device-panel { position: relative; margin: 0; background: #fff; border: 1px solid var(--line); padding: 36px; box-shadow: 0 18px 44px rgba(17,24,32,.12); }
.cash-badge { position: absolute; top: 18px; left: 18px; background: var(--green); color: #10200a; width: 150px; height: 150px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; box-shadow: 0 14px 30px rgba(0,0,0,.2); transform: rotate(-8deg); }
.cash-badge strong { font-size: 24px; line-height: 1; }
.cash-badge span { font-size: 13px; font-weight: 700; }
.check-list { margin: 22px 0 0; padding: 0; list-style: none; }
.check-list li { margin: 10px 0; padding-left: 24px; position: relative; }
.check-list li:before { content: ""; position: absolute; left: 0; top: .65em; width: 9px; height: 9px; background: var(--blue); }
.calc-card, .contact-card { background: #fff; border: 1px solid var(--line); padding: 30px; box-shadow: 0 14px 30px rgba(17,24,32,.08); }
label { display: block; font-weight: 700; margin: 16px 0; }
input, select, textarea { width: 100%; margin-top: 7px; padding: 12px; border: 1px solid #cfd7dc; font: inherit; }
textarea { min-height: 112px; }
.cashback-toggle, .offer-toggle { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 18px 0; }
.cashback-toggle button, .offer-toggle button { border: 1px solid var(--line); background: #fff; padding: 12px; font-weight: 700; cursor: pointer; }
.cashback-toggle button.active, .offer-toggle button.active { background: var(--deep); color: #fff; border-color: var(--deep); }
.calc-result { background: var(--deep); color: #fff; padding: 22px; margin-top: 18px; }
.calc-result span, .calc-results span { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; opacity: .78; font-weight: 700; }
.calc-result strong { font-size: 44px; line-height: 1; }
.calc-results { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }
.calc-results div { background: linear-gradient(135deg, var(--navy), var(--deep)); color: #fff; padding: 28px; border-left: 5px solid var(--sky); box-shadow: 0 14px 30px rgba(6,43,72,.14); }
.calc-results strong { display: block; font-size: 36px; line-height: 1.05; margin-top: 8px; }
.small-note { color: var(--muted); font-size: 14px; margin-bottom: 0; }
.faq-section details { background: #fff; border: 1px solid var(--line); margin: 12px 0; padding: 18px 22px; }
.faq-section summary { cursor: pointer; font-weight: 700; color: var(--deep); }
.section-lead { max-width: 820px; color: var(--muted); font-size: 18px; margin: 0 0 28px; }
.case-study-section { background: #fff; }
.case-study-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: stretch; }
.case-dropdown { background: #fff; border: 1px solid var(--line); margin: 0 0 18px; box-shadow: 0 14px 34px rgba(6,43,72,.08); }
.case-dropdown summary { display: flex; align-items: center; gap: 18px; padding: 24px 30px; cursor: pointer; font-size: 24px; font-weight: 900; color: var(--deep); }
.case-dropdown summary::marker { color: var(--blue); }
.case-dropdown-body { padding: 0 30px 30px; }
.case-type { margin-right: auto; min-width: 230px; color: var(--blue); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.case-logo { width: 96px; height: 96px; object-fit: contain; background: #fff; border: 1px solid var(--line); padding: 8px; }
.case-logo.wide { width: 180px; height: 82px; }
.case-card { background: #fff; border: 1px solid var(--line); padding: 34px; box-shadow: 0 14px 34px rgba(6,43,72,.08); }
.feature-case { background: linear-gradient(135deg, #ffffff, #f2f8fb); }
.case-card p { color: var(--muted); }
.case-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 24px; }
.case-metrics span { display: block; background: var(--deep); color: rgba(255,255,255,.82); padding: 18px; font-weight: 700; }
.case-metrics strong { display: block; color: var(--sky); font-size: 30px; line-height: 1; margin-bottom: 6px; }
.case-timeline-section { background: var(--mist); }
.timeline-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.timeline-grid article { background: #fff; border-left: 4px solid var(--blue); padding: 22px; box-shadow: 0 10px 26px rgba(6,43,72,.06); }
.timeline-grid strong { display: block; color: var(--deep); font-size: 18px; margin-bottom: 10px; }
.timeline-grid span { color: var(--muted); }
.case-insight-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 18px; }
.case-insight-grid article { background: #f2f8fb; border-top: 4px solid var(--blue); padding: 20px; }
.case-insight-grid strong { display: block; color: var(--deep); margin-bottom: 8px; }
.case-insight-grid span { color: var(--muted); }
.video-feature-section { background: var(--mist); }
.video-feature-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; align-items: center; }
.compact-video { margin-top: 28px; }
.video-card { background: #fff; border: 1px solid var(--line); padding: 30px; text-align: center; box-shadow: 0 12px 28px rgba(6,43,72,.08); }
.video-card img { max-width: 240px; max-height: 110px; object-fit: contain; margin-bottom: 18px; }
.video-card strong, .video-card span { display: block; }
.video-card strong { color: var(--deep); font-size: 22px; }
.video-card span { color: var(--muted); margin-top: 6px; }
.video-embed-card { padding: 0; overflow: hidden; }
.video-embed-card iframe { width: 100%; min-height: 430px; border: 0; display: block; }
.compact-video .video-embed-card iframe { min-height: 360px; }
.video-copy p { color: var(--muted); }
.certification-section { background: #fff; }
.cert-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cert-grid article { border: 1px solid var(--line); background: #fff; padding: 24px; box-shadow: 0 12px 28px rgba(6,43,72,.06); }
.badge-icon { width: 54px; height: 54px; display: inline-flex; align-items: center; justify-content: center; background: var(--deep); color: var(--sky); font-weight: 900; margin-bottom: 18px; }
.cert-grid p { color: var(--muted); margin: 0; }
.deployment-flow-section { background: #fff; }
.deployment-flow-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: center; }
.deployment-flow-grid p { color: var(--muted); font-size: 18px; }
.support-stack { display: grid; gap: 14px; }
.support-stack article { display: grid; grid-template-columns: 110px 1fr; gap: 18px; align-items: center; background: #f2f8fb; border-left: 5px solid var(--blue); padding: 22px; }
.support-stack strong { color: var(--deep); font-size: 20px; }
.support-stack span { color: var(--muted); font-weight: 700; }
.stats-section { background: var(--deep); color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.stats-grid div { border-left: 4px solid var(--sky); padding: 10px 0 10px 22px; }
.stats-grid strong { display: block; font-size: 48px; line-height: 1; color: var(--sky); }
.stats-grid span { color: rgba(255,255,255,.78); }
.narrow { max-width: 760px; }
@media (max-width: 980px) {
  .nav-wrap { grid-template-columns: 132px 1fr; }
  .menu-btn { display: inline-flex; justify-self: end; background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.3); padding: 10px 14px; }
  .main-nav { position: absolute; left: 0; right: 0; top: 78px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: var(--deep); padding: 12px 24px 24px; }
  .main-nav.open { display: flex; }
  .nav-link, .nav-group > button { height: auto; padding: 13px 0; width: 100%; justify-content: flex-start; }
  .dropdown { position: static; transform: none; opacity: 1; pointer-events: auto; width: 100%; box-shadow: none; margin: 4px 0 12px; }
  .portal-btn { display: none; }
  .intro-grid, .quote-grid, .contact-grid, .calculator-grid, .offer-grid, .image-band, .foundation-grid, .offer-showcase-grid, .vendor-grid, .edge-cashback-grid, .carbon-grid, .carbon-device-grid, .impact-grid, .hp-offer-head, .hp-offer-options, .hp-product-card, .deployment-flow-grid { grid-template-columns: 1fr; }
  .image-band.reverse .band-image { order: initial; }
  .card-grid, .mini-grid, .steps, .stats-grid, .footer-grid, .proof-row, .inclusion-grid, .case-study-grid, .case-metrics, .timeline-grid, .cert-grid, .why-proof-grid, .why-benefit-grid, .case-insight-grid, .video-feature-grid, .carbon-example-stats { grid-template-columns: 1fr; }
  .proof-row article, .inclusion-grid article { border-left: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .proof-row article:first-child, .inclusion-grid article:first-child { border-top: 0; }
  .programme-tabs { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 0; }
  .programme-tabs button { border: 1px solid var(--line); border-radius: 2px; text-align: left; }
  .tab-panel, .tab-panel.active { grid-template-columns: 1fr; padding: 28px; }
  .tab-panel img { height: 260px; }
  .journey-map { grid-template-columns: 1fr; padding-left: 26px; }
  .journey-step { grid-template-columns: 44px 1fr; gap: 12px; }
  .journey-step span { grid-column: 2; }
  .why-visual, .why-visual img { min-height: 0; height: auto; }
  .why-evidence-card { position: static; margin-top: 14px; }
  .case-dropdown summary { align-items: flex-start; flex-wrap: wrap; }
  .case-type { flex-basis: 100%; min-width: 0; }
  .tab-panel .steps { grid-template-columns: 1fr; }
  .quote-actions { justify-content: flex-start; }
  .hero-inner, .intro-grid, .offer-grid, .calculator-grid, .contact-grid { max-width: calc(100vw - 30px); }
  .hero h1, .hero p, .intro-grid h2, .intro-grid > p { max-width: calc(100vw - 30px); }
}
@media (max-width: 620px) {
  .wrap { width: 350px; max-width: 350px; margin-left: 15px; margin-right: 15px; }
  .nav-wrap { grid-template-columns: 118px 1fr; gap: 12px; }
  .brand img { width: 118px; }
  .menu-btn { padding: 8px 11px; font-size: 13px; }
  .hero, .hero-inner { min-height: 600px; }
  h1 { font-size: 34px; line-height: 1.08; max-width: 350px; }
  h2 { font-size: 31px; }
  .hero p { font-size: 17px; max-width: 350px; }
  .intro-grid h2, .intro-grid > p { max-width: 350px; }
  section { padding: 58px 0; }
  .cash-badge { width: 122px; height: 122px; }
  .calc-results, .cashback-toggle, .offer-toggle { grid-template-columns: 1fr; }
  .calculator-full .calc-results { grid-template-columns: 1fr; }
  .calculator-full .offer-calc-card { padding: 26px; }
  .calculator-full .calc-result strong { font-size: 42px; }
  .programme-tabs { grid-template-columns: 1fr; }
  .tab-panel, .tab-panel.active { padding: 22px; }
  .tab-panel p { font-size: 16px; }
  .process-timeline article { grid-template-columns: 1fr; }
  .foundation-logo-card { padding: 22px; }
  .device-hero-panel { padding: 22px; }
  .cash-ribbon { position: static; display: inline-block; margin-bottom: 16px; transform: none; }
  .calc-input-grid { grid-template-columns: 1fr; }
}

/* Site2 v10: consistent professional school and finance-led presentation. */
:root {
  --edge-ink: #18324a;
  --edge-copy: #4c6275;
  --edge-rule: #d9e3eb;
  --edge-paper: #ffffff;
  --edge-wash: #f5f8fa;
  --edge-accent: #2d7fbd;
}
html { font-size: 15px; }
body {
  font-family: Aptos, "Segoe UI", Arial, sans-serif;
  color: var(--edge-ink);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
.wrap { width: min(1120px, calc(100% - 48px)); }
.site-header { background: rgba(6,43,72,.98); font-family: Arial, Helvetica, sans-serif; }
.site-header .wrap.nav-wrap {
  width: min(1540px, calc(100% - 40px));
  min-height: 72px;
  grid-template-columns: 112px minmax(0,1fr) auto;
  gap: 20px;
}
.site-header .brand img { width: 106px; padding: 7px; }
.site-header .main-nav { gap: 18px; font: 500 13px/1.2 Arial, Helvetica, sans-serif; }
.site-header .nav-link,
.site-header .nav-group > button {
  height: 72px;
  min-height: 72px;
  font: 500 13px/1.2 Arial, Helvetica, sans-serif;
}
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; white-space: nowrap; }
.header-actions .account-btn,
.header-actions .portal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 15px;
  border-radius: 3px;
  color: #fff;
  font: 600 13px/1.2 Arial, Helvetica, sans-serif;
  white-space: nowrap;
}
.header-actions .account-btn { border: 1px solid rgba(255,255,255,.52); background: transparent; }
.header-actions .portal-btn { border: 1px solid var(--edge-accent); background: var(--edge-accent); }
.hero { min-height: 300px; padding: 0; background-position: center; background-size: cover; }
.hero .hero-inner,
.hero-inner {
  min-height: 300px;
  padding-top: 30px;
  padding-bottom: 30px;
  justify-content: center;
}
.hero h1 {
  max-width: 780px;
  margin-bottom: 14px;
  font-size: clamp(35px, 4vw, 50px);
  line-height: 1.05;
  letter-spacing: -.03em;
  font-weight: 600;
}
.hero p { max-width: 760px; margin-bottom: 23px; font-size: 16px; line-height: 1.55; }
.eyebrow,
.kicker { margin-bottom: 10px; font-size: 10px; letter-spacing: .12em; font-weight: 700; }
section { padding: 44px 0; }
h2 {
  margin-bottom: 14px;
  font-size: clamp(25px, 2.45vw, 34px);
  line-height: 1.15;
  letter-spacing: -.02em;
  font-weight: 600;
}
h3 { font-size: 17px; line-height: 1.27; font-weight: 600; }
p,
li { font-size: 14px; line-height: 1.55; }
.intro-grid,
.quote-grid,
.contact-grid,
.calculator-grid,
.offer-grid { gap: 34px; }
.intro-grid > p { font-size: 16px; line-height: 1.6; }
.programme-proof-section { padding: 0; }
.proof-row article { padding: 24px 26px; }
.proof-row strong { font-size: 36px; font-weight: 600; }
.proof-row .cashback-range { font-size: 30px; }
.proof-row span { font-size: 13px; line-height: 1.4; font-weight: 600; }
.card-grid { gap: 18px; }
.mini-grid { gap: 14px; }
.preparation-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.info-card {
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--edge-rule);
  border-radius: 9px;
  box-shadow: 0 4px 14px rgba(20,50,75,.04);
}
.info-card img { aspect-ratio: 16/8.6; max-height: 165px; object-fit: cover; }
.info-card > div,
.mini-grid .info-card > div { padding: 18px 19px; }
.info-card h3 { margin-bottom: 7px; }
.info-card p { font-size: 13.5px; line-height: 1.5; }
.image-band,
.band-image { min-height: 360px; }
.band-copy { padding: 48px min(7vw,76px); }
.band-copy p { font-size: 15px; line-height: 1.6; }
.steps { gap: 12px; }
.steps article { padding: 18px; border-top-width: 3px; }
.programme-tabs { gap: 6px; margin-top: 22px; }
.programme-tabs button { padding: 11px 14px; font-size: 12.5px; font-weight: 600; }
.tab-panel { gap: 32px; min-height: 390px; padding: 30px; }
.tab-panel img { height: 310px; }
.tab-panel h3 { font-size: clamp(24px,2.5vw,34px); font-weight: 600; }
.tab-panel p { font-size: 15px; }
.why-benefit-grid { gap: 10px; margin-top: 20px; }
.why-benefit-grid article { min-height: 0; padding: 14px; }
.why-benefit-grid b { font-size: 16px; }
.why-benefit-grid span { font-size: 13px; font-weight: 500; }
.why-visual,
.why-visual img { min-height: 0; height: 360px; }
.why-evidence-card { left: 18px; right: 18px; bottom: 18px; padding: 18px; }
.foundation-grid,
.carbon-grid,
.carbon-device-grid,
.impact-grid,
.deployment-flow-grid { gap: 36px; }
.foundation-logo-card { padding: 28px; border-radius: 9px; box-shadow: 0 5px 18px rgba(20,50,75,.05); }
.foundation-note { margin-top: 20px; padding: 18px; }
.vendor-grid { gap: 18px; }
.vendor-card { padding: 26px; border-radius: 9px; box-shadow: 0 5px 18px rgba(20,50,75,.05); }
.vendor-logo { height: 68px; margin-bottom: 18px; }
.vendor-logo img { max-height: 64px; }
.edge-cashback-banner { padding: 38px 0; }
.carbon-grid p,
.carbon-device-copy p,
.deployment-flow-grid p,
.section-lead { font-size: 15px; }
.carbon-stat-card { padding: 30px; border-radius: 9px; box-shadow: 0 7px 22px rgba(20,50,75,.12); }
.carbon-stat-card strong { font-size: clamp(32px,3.5vw,44px); }
.carbon-example-stats { gap: 10px; margin-top: 20px; }
.carbon-example-stats article { padding: 15px; }
.carbon-example-stats strong { font-size: 24px; }
.carbon-device-visual { min-height: 340px; padding: 28px; }
.carbon-device-visual img { max-height: 300px; }
.impact-cards { gap: 10px; }
.impact-cards article { padding: 18px; border-left-width: 4px; }
.impact-cards strong { font-size: 27px; font-weight: 600; }
.quote-panel { padding: 32px 0; }
.quote-panel h2 { margin-bottom: 10px; }
.btn,
.button,
a.btn { min-height: 40px; padding: 10px 17px; border-radius: 5px; font-size: 13px; font-weight: 600; box-shadow: none; }
.site-footer { padding: 38px 0 30px; }
.footer-grid { gap: 34px; }
.site-footer p,
.site-footer a { font-size: 12.5px; }
.hp-offer-head { gap: 26px; margin-bottom: 24px; }
.hp-offer-head .lead,
.offer-copy .lead { font-size: 16px; }
.hp-offer-options { gap: 18px; }
.hp-product-card { gap: 18px; padding: 22px; }
.hp-product-visual { min-height: 220px; }
.hp-product-visual > img { max-height: 220px; }
.spec-pills { gap: 8px; margin: 18px 0; }
.spec-pills span { padding: 8px 10px; font-size: 13px; font-weight: 600; }
.offer-inclusions { padding: 0; }
.inclusion-grid article { padding: 23px; }
.calc-card,
.contact-card { padding: 24px; border-radius: 9px; box-shadow: 0 5px 18px rgba(20,50,75,.05); }
.faq-section details { margin: 9px 0; padding: 15px 18px; border-radius: 6px; }
.faq-section summary { font-weight: 600; }
.case-study-grid { gap: 20px; }
.case-dropdown { margin-bottom: 14px; box-shadow: 0 4px 14px rgba(20,50,75,.04); }
.case-dropdown summary { gap: 14px; padding: 19px 22px; font-size: 19px; font-weight: 600; }
.case-dropdown-body { padding: 0 22px 22px; }
.case-card { padding: 25px; border-radius: 9px; box-shadow: 0 4px 14px rgba(20,50,75,.04); }
.timeline-grid,
.case-insight-grid,
.cert-grid { gap: 14px; }
.timeline-grid article,
.case-insight-grid article,
.cert-grid article { padding: 18px; box-shadow: 0 4px 14px rgba(20,50,75,.035); }
.badge-icon { width: 44px; height: 44px; margin-bottom: 14px; }
.support-stack { gap: 10px; }
.support-stack article { grid-template-columns: 96px 1fr; gap: 15px; padding: 17px; border-left-width: 4px; }
.support-stack strong { font-size: 17px; font-weight: 600; }
.support-stack span { font-size: 13.5px; font-weight: 500; }
.stats-section { padding: 34px 0; }
.stats-grid strong { font-size: 39px; font-weight: 600; }

/* Keep the redesigned How it works panel restrained and consistent. */
.tab-panel.how-panel {
  grid-template-columns: minmax(270px,.72fr) minmax(0,1.28fr);
  gap: 32px;
  min-height: 390px;
  padding: 30px;
  background: #fff;
}
.how-panel .tab-copy { max-width: 470px; }
.how-panel .tab-copy h3 { margin: 8px 0 12px; font-size: 24px; line-height: 1.2; }
.how-panel .tab-copy > p:not(.kicker) { margin: 0; color: #526e87; font-size: 14px; line-height: 1.6; }
.how-panel .how-outcomes { display: grid; gap: 8px; margin-top: 20px; }
.how-panel .how-outcomes span {
  padding: 10px 12px;
  border: 1px solid var(--edge-rule);
  border-left: 3px solid var(--edge-accent);
  border-radius: 5px;
  background: #f8fafc;
  color: var(--edge-ink);
  font-size: 13px;
  font-weight: 600;
  box-shadow: none;
}
.how-panel .journey-map { display: grid; gap: 8px; padding: 0; }
.how-panel .journey-map::before,
.how-panel .journey-step::before { display: none; }
.how-panel .journey-step {
  display: grid;
  grid-template-columns: 40px 108px minmax(0,1fr);
  gap: 13px;
  align-items: center;
  min-height: 60px;
  padding: 10px 14px;
  border: 1px solid #d7e3ec;
  border-left: 4px solid var(--edge-accent);
  border-radius: 6px;
  background: #fff;
  color: var(--edge-ink);
  box-shadow: 0 4px 13px rgba(20,50,75,.04);
}
.how-panel .journey-step b {
  display: inline-flex;
  width: 33px;
  height: 33px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eaf3f9;
  color: var(--edge-accent);
  font-size: 11px;
  font-weight: 600;
}
.how-panel .journey-step strong { color: #123556; font-size: 15px; font-weight: 600; }
.how-panel .journey-step span { color: #526e87; font-size: 13px; line-height: 1.4; font-weight: 400; }
.how-panel .journey-arrow { display: none; }

@media (max-width: 1180px) {
  .site-header .wrap.nav-wrap {
    width: calc(100% - 28px);
    grid-template-columns: 106px minmax(0,1fr);
    gap: 8px 14px;
    padding: 8px 0 10px;
  }
  .site-header .menu-btn { display: none; }
  .site-header .main-nav {
    position: static;
    grid-column: 1/-1;
    grid-row: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    padding: 0;
    overflow-x: auto;
  }
  .site-header .nav-link,
  .site-header .nav-group > button {
    width: auto;
    height: auto;
    min-height: auto;
    padding: 8px 0 9px;
    white-space: nowrap;
  }
  .header-actions { grid-column: 2; grid-row: 1; justify-self: end; gap: 7px; }
  .header-actions .account-btn,
  .header-actions .portal-btn { min-height: 36px; padding: 0 11px; font-size: 12px; }
}
@media (min-width: 721px) and (max-width: 980px) {
  .mini-grid,
  .cert-grid,
  .case-insight-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 980px) {
  .tab-panel.how-panel { grid-template-columns: 1fr; gap: 22px; padding: 25px; }
  .how-panel .tab-copy { max-width: none; }
}
@media (max-width: 720px) {
  .wrap { width: calc(100% - 30px); max-width: none; margin-left: 15px; margin-right: 15px; }
  .site-header .wrap.nav-wrap {
    width: calc(100% - 24px);
    grid-template-columns: 92px minmax(0, 1fr) auto;
    gap: 8px;
    min-height: 68px;
    padding: 7px 0;
  }
  .site-header .brand { grid-column: 1; grid-row: 1; }
  .site-header .brand img { width: 92px; padding: 6px; }
  .site-header .menu-btn {
    display: inline-flex;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    align-items: center;
    min-height: 34px;
    padding: 7px 9px;
    border: 1px solid rgba(255,255,255,.42);
    border-radius: 4px;
    background: transparent;
    color: #fff;
    font: 500 12px/1 Arial, Helvetica, sans-serif;
  }
  .site-header .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 68px;
    z-index: 30;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 20px 18px;
    overflow: visible;
    background: var(--edge-navy);
    border-top: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 18px 32px rgba(5,37,64,.2);
  }
  .site-header .main-nav.open { display: flex; }
  .site-header .nav-link,
  .site-header .nav-group > button {
    width: 100%;
    min-height: 40px;
    padding: 10px 0;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(255,255,255,.13);
  }
  .site-header .dropdown {
    position: static;
    width: 100%;
    margin: 0 0 8px;
    padding: 5px 8px;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    box-shadow: none;
  }
  .header-actions {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    gap: 5px;
    min-width: 0;
  }
  .header-actions .account-btn,
  .header-actions .portal-btn {
    min-height: 32px;
    padding: 0 8px;
    font-size: 10.5px;
  }
  .carbon-device-visual {
    min-height: 0;
    padding: 20px;
    flex-direction: column;
    gap: 12px;
    overflow: hidden;
  }
  .carbon-device-visual img {
    order: -1;
    width: 100%;
    max-height: 250px;
  }
  .carbon-device-visual .cash-ribbon,
  .carbon-device-visual .monthly-badge {
    position: static;
    width: 100%;
    min-width: 0;
    margin: 0;
    transform: none;
  }
  .hero,
  .hero .hero-inner,
  .hero-inner { min-height: 300px; }
  .hero .hero-inner,
  .hero-inner { padding-top: 26px; padding-bottom: 26px; }
  .hero h1 { font-size: 32px; }
  section { padding: 34px 0; }
  h2 { font-size: 27px; }
  .image-band,
  .band-image { min-height: 280px; }
  .band-copy { padding: 34px 24px; }
  .programme-tabs { grid-template-columns: 1fr 1fr; }
  .tab-panel,
  .tab-panel.active { padding: 22px; }
  .tab-panel img { height: 240px; }
  .how-panel .journey-step { grid-template-columns: 38px minmax(0,1fr); }
  .how-panel .journey-step span { grid-column: 2; }
  .proof-row article { padding: 20px; }
}

@media (max-width: 980px) {
  .preparation-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .preparation-grid { grid-template-columns: 1fr; }
}
@media (max-width: 440px) {
  .programme-tabs { grid-template-columns: 1fr; }
  .header-actions .account-btn { max-width: 118px; overflow: hidden; text-overflow: ellipsis; }
}

/* Aligned action buttons for linked service cards. */
.linked-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.linked-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: stretch;
}
.linked-card .card-action {
  display: flex;
  width: 100%;
  margin-top: auto;
  padding-top: 18px;
}
.linked-card .card-button {
  width: 100%;
  min-height: 42px;
  padding: 8px 14px;
  background: var(--deep);
  border-color: var(--deep);
  color: #fff;
  line-height: 1.25;
  text-align: center;
}
.linked-card .card-button:hover,
.linked-card .card-button:focus-visible {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
  transform: translateY(-1px);
}

/* Compact Site2 contact and specialist-enquiry page. */
.contact-page .contact-hero,
.contact-page .contact-hero .hero-inner {
  min-height: 390px;
}
.contact-page .contact-hero h1 {
  max-width: 700px;
  margin-bottom: 14px;
  font-size: clamp(36px, 4.4vw, 56px);
  line-height: 1.06;
}
.contact-page .contact-hero p {
  max-width: 650px;
  margin-bottom: 20px;
  font-size: 16px;
}
.contact-workspace {
  padding: 54px 0 62px;
  background: #f5f8fa;
}
.contact-workspace-head {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  gap: 36px;
  align-items: end;
  padding-bottom: 24px;
  border-bottom: 1px solid #d8e3ea;
}
.contact-workspace-head h2 {
  margin: 0;
  font-size: clamp(27px, 2.7vw, 36px);
}
.contact-workspace-head > p {
  max-width: 670px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.contact-layout {
  display: grid;
  grid-template-columns: minmax(285px, .72fr) minmax(0, 1.28fr);
  gap: 28px;
  align-items: start;
  margin-top: 28px;
}
.contact-routes {
  display: grid;
  gap: 10px;
}
.contact-route {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 84px;
  padding: 15px 16px;
  border: 1px solid #d5e2ea;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(20,50,75,.035);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.contact-route:hover,
.contact-route:focus-visible {
  border-color: var(--blue);
  box-shadow: 0 8px 22px rgba(20,50,75,.09);
  transform: translateY(-1px);
}
.contact-route-featured {
  border-color: var(--deep);
  background: var(--deep);
  color: #fff;
}
.contact-route-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #eaf3f8;
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
}
.contact-route-featured .contact-route-mark {
  background: rgba(255,255,255,.13);
  color: var(--sky);
}
.contact-route strong,
.contact-route small {
  display: block;
}
.contact-route strong {
  color: var(--deep);
  font-size: 14px;
  line-height: 1.3;
}
.contact-route small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.4;
}
.contact-route-featured strong,
.contact-route-featured small,
.contact-route-featured b {
  color: #fff;
}
.contact-route-featured small {
  opacity: .78;
}
.contact-route b {
  color: var(--blue);
  font-size: 18px;
  font-weight: 400;
}
.contact-assurance {
  margin-top: 6px;
  padding: 17px 18px;
  border-left: 4px solid var(--blue);
  background: #eaf3f8;
}
.contact-assurance strong {
  display: block;
  margin-bottom: 5px;
  color: var(--deep);
  font-size: 13px;
}
.contact-assurance p {
  margin: 0;
  color: #597083;
  font-size: 12px;
  line-height: 1.5;
}
.contact-page .contact-enquiry {
  padding: 28px;
  border-radius: 10px;
  box-shadow: 0 8px 26px rgba(20,50,75,.07);
}
.contact-form-head {
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e8ed;
}
.contact-form-head .kicker {
  margin-bottom: 6px;
}
.contact-form-head h3 {
  margin: 0 0 6px;
  font-size: 24px;
}
.contact-form-head p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
.contact-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}
.contact-page .contact-enquiry label {
  margin: 0;
  color: var(--deep);
  font-size: 12.5px;
  font-weight: 700;
}
.contact-page .contact-enquiry label > small,
.contact-priorities legend small {
  color: #7b8d9b;
  font-size: 10px;
  font-weight: 500;
}
.contact-page .contact-enquiry input,
.contact-page .contact-enquiry select,
.contact-page .contact-enquiry textarea {
  margin-top: 6px;
  padding: 10px 11px;
  border: 1px solid #cad7df;
  border-radius: 5px;
  background: #fff;
  color: #20394f;
  font-size: 13px;
}
.contact-page .contact-enquiry input:focus,
.contact-page .contact-enquiry select:focus,
.contact-page .contact-enquiry textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(0,113,171,.1);
}
.contact-question {
  margin-top: 22px;
  padding: 17px;
  border: 1px solid #d9e4eb;
  border-radius: 7px;
  background: #f8fbfc;
}
.contact-question > label {
  display: block;
  margin: 0;
  color: var(--deep);
  font-size: 14px;
}
.contact-question > p {
  margin: 3px 0 8px;
  color: var(--muted);
  font-size: 11.5px;
}
.contact-question select {
  margin-top: 0 !important;
}
.contact-priorities {
  margin: 22px 0 0;
  padding: 0;
  border: 0;
}
.contact-priorities legend {
  margin-bottom: 9px;
  color: var(--deep);
  font-size: 14px;
  font-weight: 700;
}
.contact-priority-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.contact-page .contact-priority-grid label {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-height: 45px;
  padding: 10px 11px;
  border: 1px solid #d7e2e9;
  border-radius: 6px;
  background: #fff;
  color: #39556c;
  cursor: pointer;
  font-size: 11.5px;
  font-weight: 600;
}
.contact-page .contact-priority-grid label:hover,
.contact-page .contact-priority-grid label:focus-within {
  border-color: var(--blue);
  background: #f4f9fc;
}
.contact-page .contact-priority-grid label:has(input:checked) {
  border-color: var(--blue);
  background: #eaf4fa;
  box-shadow: inset 3px 0 0 var(--blue);
}
.contact-page .contact-priority-grid input {
  width: 15px;
  height: 15px;
  margin: 0;
  padding: 0;
  accent-color: var(--blue);
}
.contact-notes {
  display: block;
  margin-top: 22px !important;
}
.contact-notes textarea {
  min-height: 105px;
  resize: vertical;
}
.contact-submit {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 18px;
}
.contact-submit .btn {
  flex: 0 0 auto;
  min-width: 138px;
}
.contact-submit span {
  color: #718493;
  font-size: 10.5px;
  line-height: 1.4;
}
@media (max-width: 900px) {
  .contact-workspace-head,
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .contact-workspace-head {
    gap: 10px;
    align-items: start;
  }
  .contact-routes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .contact-route {
    grid-template-columns: 34px minmax(0, 1fr);
    align-content: start;
  }
  .contact-route b {
    display: none;
  }
  .contact-assurance {
    grid-column: 1 / -1;
  }
}
@media (max-width: 650px) {
  .contact-page .contact-hero,
  .contact-page .contact-hero .hero-inner {
    min-height: 300px;
  }
  .contact-page .contact-hero h1 {
    font-size: 32px;
  }
  .contact-workspace {
    padding: 36px 0 42px;
  }
  .contact-routes,
  .contact-field-grid,
  .contact-priority-grid {
    grid-template-columns: 1fr;
  }
  .contact-page .contact-enquiry {
    padding: 21px 18px;
  }
  .contact-submit {
    align-items: flex-start;
    flex-direction: column;
  }
}
