:root {
  --ink: #071b2b;
  --ink-2: #0c293d;
  --ink-3: #15384e;
  --paper: #f8f7f2;
  --white: #ffffff;
  --muted: #617180;
  --line: #dfe5e5;
  --green: #3ab77a;
  --green-dark: #17865a;
  --green-soft: #dff7ea;
  --aqua: #76d8c5;
  --amber: #ffc864;
  --shadow: 0 30px 80px rgba(2, 25, 40, .18);
  --radius: 24px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.shell { width: var(--shell); margin-inline: auto; }
.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: 9999; left: 16px; top: 12px; padding: 10px 16px; border-radius: 10px; background: var(--white); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(248, 247, 242, .92);
  border-bottom: 1px solid rgba(7, 27, 43, .08);
  backdrop-filter: blur(18px);
}
.nav-shell { width: var(--shell); height: 78px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 142px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 29px; }
.primary-nav > a:not(.button) { color: #32495a; font-size: .93rem; font-weight: 650; text-decoration: none; }
.primary-nav > a:not(.button):hover { color: var(--green-dark); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: var(--white); align-items: center; justify-content: center; }
.menu-toggle svg { width: 23px; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 20px; border: 1px solid transparent; border-radius: 12px; font-size: .95rem; font-weight: 760; line-height: 1.15; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; }
.button-small { min-height: 42px; padding: 11px 17px; background: var(--ink); color: var(--white) !important; box-shadow: 0 8px 22px rgba(7,27,43,.14); }
.button-primary { background: var(--green); color: #031b11; box-shadow: 0 16px 34px rgba(58,183,122,.23); }
.button-primary:hover { background: #4bc889; box-shadow: 0 18px 40px rgba(58,183,122,.3); }
.button-outline { color: var(--white); border-color: rgba(255,255,255,.28); }
.button-outline:hover { background: rgba(255,255,255,.08); }
.button-white { background: var(--white); color: var(--ink); box-shadow: 0 16px 36px rgba(2,25,40,.2); white-space: nowrap; }
.text-link { display: inline-flex; align-items: center; gap: 6px; color: #dce8ee; font-weight: 730; text-decoration: none; border-bottom: 1px solid rgba(220,232,238,.35); }
.text-link:hover { color: var(--white); border-color: var(--white); }
.text-link-dark { color: var(--green-dark); border-color: rgba(23,134,90,.35); }
.text-link-dark:hover { color: var(--ink); border-color: var(--ink); }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .045; background-image: linear-gradient(rgba(255,255,255,.65) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.65) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.hero-glow-one { width: 660px; height: 660px; right: -260px; top: -340px; background: radial-gradient(circle, rgba(58,183,122,.23), transparent 68%); }
.hero-glow-two { width: 460px; height: 460px; left: -290px; bottom: -250px; background: radial-gradient(circle, rgba(118,216,197,.14), transparent 68%); }
.hero-grid { position: relative; display: grid; grid-template-columns: .93fr 1.07fr; gap: 72px; align-items: center; padding-block: 102px 72px; }
.eyebrow { margin: 0 0 18px; color: var(--aqua); font-size: .75rem; line-height: 1.2; font-weight: 820; letter-spacing: .135em; text-transform: uppercase; }
.eyebrow span { margin-right: 7px; font-size: .58rem; }
.eyebrow-dark { color: var(--green-dark); }
.hero h1 { max-width: 700px; margin: 0; font-size: clamp(2.85rem, 5vw, 5.35rem); line-height: .99; letter-spacing: -.058em; font-weight: 800; }
.hero h1 span { color: var(--green); }
.hero-lead { max-width: 650px; margin: 27px 0 0; color: #c4d1d8; font-size: clamp(1.05rem, 1.5vw, 1.22rem); line-height: 1.65; }
.fit-line { display: flex; gap: 10px; align-items: flex-start; max-width: 635px; margin-top: 20px; color: #91a9b6; font-size: .9rem; }
.fit-dot { width: 8px; height: 8px; flex: 0 0 auto; margin-top: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(58,183,122,.12); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 32px; }
.review-row { display: flex; align-items: center; flex-wrap: wrap; gap: 11px; margin-top: 32px; color: #91a9b6; font-size: .78rem; }
.review-row p { margin: 0; }
.review-row strong { color: #eaf0f3; }
.review-row a { color: #b9c9d1; text-underline-offset: 3px; }
.stars { color: var(--amber); letter-spacing: 2px; font-size: .86rem; }
.review-divider { width: 1px; height: 18px; margin-inline: 4px; background: #365062; }
.hero-product { position: relative; perspective: 1200px; }
.product-frame { overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: #f1f4f4; box-shadow: var(--shadow); transform: rotateY(-2.5deg) rotateX(1deg); }
.frame-bar { height: 39px; display: flex; align-items: center; gap: 7px; padding-inline: 13px; border-bottom: 1px solid #d4dddd; background: #edf1f1; }
.frame-bar span { width: 8px; height: 8px; border-radius: 50%; background: #bac7c8; }
.frame-bar span:first-child { background: #f07c71; }
.frame-bar span:nth-child(2) { background: #ecc868; }
.frame-bar span:nth-child(3) { background: #62bd82; }
.frame-bar p { margin: 0 0 0 8px; color: #75868b; font-size: .62rem; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.image-button { position: relative; display: block; width: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.image-button img { width: 100%; height: auto; }
.zoom-hint { position: absolute; right: 12px; bottom: 12px; display: flex; align-items: center; gap: 7px; padding: 8px 11px; border-radius: 9px; color: #e7eef1; background: rgba(7,27,43,.88); opacity: 0; transform: translateY(5px); transition: .2s ease; font-size: .7rem; font-weight: 740; }
.image-button:hover .zoom-hint, .image-button:focus-visible .zoom-hint { opacity: 1; transform: translateY(0); }
.zoom-hint svg { width: 15px; }
.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 11px; min-width: 182px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.55); border-radius: 13px; color: var(--ink); background: rgba(255,255,255,.92); box-shadow: 0 16px 42px rgba(2,25,40,.24); backdrop-filter: blur(14px); }
.floating-card-top { top: -28px; right: -18px; }
.floating-card-bottom { left: -31px; bottom: -31px; }
.floating-card small, .floating-card strong { display: block; }
.floating-card small { color: #708087; font-size: .61rem; font-weight: 700; letter-spacing: .04em; }
.floating-card strong { font-size: .76rem; }
.status-icon { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 10px; color: var(--green-dark); background: var(--green-soft); }
.status-icon svg { width: 17px; stroke-width: 2.3; }
.mini-bars { display: flex; align-items: flex-end; gap: 3px; width: 31px; height: 31px; padding: 6px; border-radius: 9px; background: #eef4f5; }
.mini-bars i { width: 5px; border-radius: 3px 3px 1px 1px; background: var(--green); }
.mini-bars i:first-child { height: 8px; }.mini-bars i:nth-child(2) { height: 16px; }.mini-bars i:nth-child(3) { height: 12px; }
.trust-strip { position: relative; display: flex; align-items: center; gap: 31px; padding-block: 21px; border-top: 1px solid rgba(255,255,255,.1); }
.trust-strip p { flex: 0 0 auto; margin: 0; color: var(--aqua); font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.trust-strip ul { display: flex; justify-content: space-between; flex: 1; gap: 22px; margin: 0; padding: 0; list-style: none; color: #98aebb; font-size: .74rem; font-weight: 680; }

.platform-section { padding-block: 115px; background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 54px; }
.section-heading h2 { margin: 0; font-size: clamp(2.35rem, 4vw, 4rem); line-height: 1.05; letter-spacing: -.05em; }
.section-heading > p { max-width: 470px; margin: 0 0 6px; color: var(--muted); font-size: 1.04rem; }
.platform-workbench { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 24px 70px rgba(20,47,64,.1); }
.tab-list { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--line); }
.feature-tab { position: relative; min-height: 119px; padding: 22px 23px; border: 0; border-right: 1px solid var(--line); color: var(--ink); background: #fbfcfa; text-align: left; cursor: pointer; }
.feature-tab:last-child { border-right: 0; }
.feature-tab::after { content: ""; position: absolute; inset: auto 18px -1px; height: 3px; border-radius: 3px 3px 0 0; background: transparent; }
.feature-tab span { position: absolute; right: 17px; top: 13px; color: #a6b2b4; font-size: .68rem; font-weight: 800; }
.feature-tab strong, .feature-tab small { display: block; }
.feature-tab strong { margin-bottom: 6px; font-size: .92rem; }
.feature-tab small { color: #78898f; font-size: .72rem; }
.feature-tab.is-active { background: var(--white); }
.feature-tab.is-active::after { background: var(--green); }
.feature-tab.is-active strong { color: var(--green-dark); }
.feature-panel { display: grid; grid-template-columns: 1.22fr .78fr; min-height: 450px; }
.feature-visual { padding: 30px; background: #eef2f0; }
.visual-topline { display: flex; justify-content: space-between; margin-bottom: 12px; color: #6c7e83; font-size: .65rem; font-weight: 780; letter-spacing: .09em; text-transform: uppercase; }
.feature-visual .image-button { overflow: hidden; border: 1px solid #d5dddd; border-radius: 12px; background: var(--white); box-shadow: 0 14px 40px rgba(7,27,43,.11); }
.feature-visual .image-button img { aspect-ratio: 16 / 9; object-fit: cover; object-position: top; transition: opacity .16s ease; }
.feature-visual .image-button img.portrait { object-fit: contain; background: #eef3f2; }
.zoom-hint-light { right: 15px; bottom: 15px; }
.feature-copy { display: flex; flex-direction: column; justify-content: center; padding: 50px; }
.mini-label { margin: 0 0 14px; color: var(--green-dark); font-size: .7rem; font-weight: 820; letter-spacing: .13em; text-transform: uppercase; }
.feature-copy h3, .resource-column h3, .faq-column h3 { margin: 0; font-size: clamp(1.6rem, 2.4vw, 2.15rem); line-height: 1.18; letter-spacing: -.035em; }
.feature-copy > p:not(.mini-label), .resource-column > p:not(.mini-label) { margin: 18px 0 0; color: var(--muted); font-size: .93rem; }
.check-list { display: grid; gap: 12px; margin: 24px 0 28px; padding: 0; list-style: none; color: #405867; font-size: .85rem; font-weight: 650; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; }
.check-list li::before { content: "✓"; display: grid; width: 19px; height: 19px; flex: 0 0 auto; place-items: center; margin-top: 2px; border-radius: 50%; color: var(--green-dark); background: var(--green-soft); font-size: .68rem; font-weight: 900; }
.feature-copy .text-link { align-self: flex-start; font-size: .82rem; }
.outcome-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 35px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.outcome-grid > div { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: baseline; padding: 25px 23px; border-right: 1px solid var(--line); }
.outcome-grid > div:last-child { border-right: 0; }
.outcome-grid strong { font-size: .9rem; white-space: nowrap; }
.outcome-grid span { color: var(--muted); font-size: .72rem; }

.proof-section { padding-block: 112px 0; color: var(--white); background: var(--ink); }
.canada-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 90px; align-items: center; }
.canada-copy h2 { max-width: 670px; margin: 0; font-size: clamp(2.5rem, 4.2vw, 4.35rem); line-height: 1.04; letter-spacing: -.052em; }
.canada-copy > p:not(.eyebrow) { max-width: 610px; margin: 26px 0 0; color: #adbdc6; font-size: 1rem; }
.province-switcher { display: flex; flex-wrap: wrap; gap: 8px; margin-block: 28px 24px; }
.province-button { padding: 8px 12px; border: 1px solid #375061; border-radius: 999px; color: #aebfc8; background: transparent; cursor: pointer; font-size: .72rem; font-weight: 740; }
.province-button:hover { color: var(--white); border-color: #638092; }
.province-button.is-active { color: #052315; border-color: var(--green); background: var(--green); }
.quote-card { position: relative; margin: 0; padding: 41px 40px 35px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: var(--ink-2); box-shadow: 0 28px 60px rgba(0,0,0,.18); }
.quote-mark { position: absolute; right: 27px; top: 10px; color: var(--green); font-family: Georgia, serif; font-size: 7.5rem; line-height: 1; opacity: .28; }
.quote-card blockquote { position: relative; margin: 0; color: #eff5f6; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.18rem, 2vw, 1.52rem); line-height: 1.56; }
.quote-card figcaption { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-top: 31px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.11); }
.quote-card figcaption strong, .quote-card figcaption span { display: block; }
.quote-card figcaption strong { color: var(--aqua); font-size: .85rem; }
.quote-card figcaption span { margin-top: 3px; color: #879fac; font-size: .67rem; }
.quote-card figcaption a { color: #a9bdc7; font-size: .68rem; text-underline-offset: 3px; white-space: nowrap; }
.answer-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 100px; margin-top: 105px; padding-block: 80px 85px; border-top: 1px solid rgba(255,255,255,.12); }
.resource-column > p:not(.mini-label) { color: #94a9b5; }
.resource-links { display: grid; gap: 1px; margin-top: 31px; background: rgba(255,255,255,.1); }
.resource-links a { position: relative; display: grid; gap: 2px; padding: 18px 40px 18px 0; color: inherit; background: var(--ink); text-decoration: none; }
.resource-links a:hover strong { color: var(--aqua); }
.resource-links span { color: var(--green); font-size: .61rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.resource-links strong { font-size: .85rem; transition: color .2s ease; }
.resource-links i { position: absolute; right: 6px; top: 29px; color: #79919f; font-style: normal; }
.faq-list { margin-top: 29px; border-top: 1px solid rgba(255,255,255,.14); }
.faq-item { border-bottom: 1px solid rgba(255,255,255,.14); }
.faq-item h4 { margin: 0; }
.faq-item button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; border: 0; color: #eef4f6; background: transparent; text-align: left; cursor: pointer; font-size: .92rem; font-weight: 690; }
.faq-item button svg { width: 18px; flex: 0 0 auto; transition: transform .2s ease; }
.faq-item button[aria-expanded="true"] svg { transform: rotate(180deg); }
.faq-answer p { margin: -5px 30px 20px 0; color: #97acb7; font-size: .83rem; }
.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 50px; margin-inline: calc((100vw - 100%) / -2); padding: 54px max(20px, calc((100vw - 1180px) / 2)); color: var(--ink); background: var(--green); }
.final-cta .eyebrow { margin-bottom: 10px; color: #0b5a3b; }
.final-cta h2 { margin: 0; font-size: clamp(2rem, 3.5vw, 3.25rem); line-height: 1.08; letter-spacing: -.045em; }
.final-cta p:not(.eyebrow) { margin: 12px 0 0; color: #0a573b; }

.site-footer { color: #98aebb; background: #04131f; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: 55px; padding-block: 68px 52px; }
.footer-brand img { width: 150px; height: auto; }
.footer-brand p { max-width: 320px; margin: 20px 0 4px; color: #dee8ed; font-weight: 720; }
.footer-brand small { font-size: .72rem; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid strong { margin-bottom: 7px; color: var(--white); font-size: .76rem; }
.footer-grid a, .footer-grid button { padding: 0; border: 0; color: #8fa6b2; background: transparent; cursor: pointer; font-size: .72rem; text-align: left; text-decoration: none; }
.footer-grid a:hover, .footer-grid button:hover { color: var(--aqua); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 20px 28px; border-top: 1px solid rgba(255,255,255,.09); font-size: .64rem; }

.lightbox { width: min(1200px, calc(100% - 34px)); max-height: calc(100vh - 34px); padding: 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; color: var(--white); background: #061621; box-shadow: 0 40px 100px #000; }
.lightbox::backdrop { background: rgba(0,13,22,.88); backdrop-filter: blur(9px); }
.lightbox img { width: 100%; max-height: calc(100vh - 110px); object-fit: contain; border-radius: 11px; }
.lightbox p { margin: 9px 42px 1px 6px; color: #a9bac2; font-size: .72rem; }
.lightbox-close { position: absolute; z-index: 2; right: 19px; top: 18px; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--white); background: rgba(7,27,43,.85); cursor: pointer; font-size: 1.2rem; line-height: 1; }
.cookie-banner { position: fixed; z-index: 200; right: 20px; bottom: 20px; display: flex; width: min(560px, calc(100% - 40px)); align-items: center; gap: 24px; padding: 17px 18px; border: 1px solid #d8e0df; border-radius: 16px; background: var(--white); box-shadow: 0 22px 60px rgba(7,27,43,.2); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { flex: 1; margin: 0; color: #526872; font-size: .72rem; }
.cookie-banner > div { display: flex; gap: 8px; }
.cookie-primary, .cookie-secondary { padding: 9px 12px; border: 1px solid var(--ink); border-radius: 9px; cursor: pointer; font-size: .7rem; font-weight: 740; }
.cookie-primary { color: var(--white); background: var(--ink); }
.cookie-secondary { color: var(--ink); background: var(--white); }
.cookie-dialog { width: min(520px, calc(100% - 34px)); padding: 0; border: 0; border-radius: 18px; color: var(--ink); background: var(--white); box-shadow: 0 30px 90px rgba(0,0,0,.28); }
.cookie-dialog::backdrop { background: rgba(3,18,29,.72); backdrop-filter: blur(5px); }
.cookie-dialog form { padding: 28px; }
.cookie-dialog-head { display: flex; justify-content: space-between; gap: 20px; }
.cookie-dialog-head small { color: var(--green-dark); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cookie-dialog h2 { margin: 3px 0 0; }
.cookie-dialog-head button { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); cursor: pointer; }
.cookie-dialog > form > p { color: var(--muted); font-size: .83rem; }
.cookie-dialog label { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-top: 23px; padding: 17px; border: 1px solid var(--line); border-radius: 12px; }
.cookie-dialog label strong, .cookie-dialog label small { display: block; }
.cookie-dialog label small { margin-top: 3px; color: var(--muted); font-size: .68rem; }
.cookie-dialog input { width: 21px; height: 21px; accent-color: var(--green-dark); }
.cookie-dialog-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 25px; }

@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; gap: 70px; padding-top: 76px; }
  .hero-copy { max-width: 740px; }
  .hero-product { width: min(780px, 96%); margin-inline: auto; }
  .section-heading, .canada-grid { gap: 50px; }
  .feature-panel { grid-template-columns: 1fr; }
  .feature-copy { padding: 38px; }
  .answer-grid { gap: 60px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(3,1fr); gap: 30px; }
}

@media (max-width: 780px) {
  :root { --shell: min(100% - 30px, 650px); }
  .nav-shell { height: 70px; }
  .brand img { width: 125px; }
  .menu-toggle { display: inline-flex; }
  .primary-nav { position: fixed; inset: 70px 0 auto; display: none; max-height: calc(100vh - 70px); overflow: auto; align-items: stretch; gap: 0; padding: 18px 20px 27px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 30px 50px rgba(7,27,43,.16); }
  .primary-nav.is-open { display: flex; flex-direction: column; }
  .primary-nav > a:not(.button) { padding: 13px 4px; border-bottom: 1px solid var(--line); }
  .primary-nav .button { margin-top: 16px; }
  .hero-grid { padding-block: 68px 64px; }
  .hero h1 { font-size: clamp(2.75rem, 13vw, 4.2rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .button-primary { width: 100%; }
  .review-divider { display: none; }
  .review-row { max-width: 430px; }
  .floating-card-top { right: -5px; }
  .floating-card-bottom { left: -5px; }
  .trust-strip { align-items: flex-start; }
  .trust-strip ul { justify-content: flex-start; flex-wrap: wrap; row-gap: 9px; }
  .platform-section { padding-block: 80px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 37px; }
  .tab-list { grid-template-columns: 1fr 1fr; }
  .feature-tab:nth-child(2) { border-right: 0; }
  .feature-tab:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .outcome-grid > div:last-child { border-bottom: 0; }
  .proof-section { padding-top: 80px; }
  .canada-grid, .answer-grid { grid-template-columns: 1fr; }
  .quote-card { margin-top: 10px; }
  .answer-grid { gap: 70px; margin-top: 75px; padding-block: 65px 70px; }
  .final-cta { align-items: flex-start; flex-direction: column; gap: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; margin-bottom: 16px; }
}

@media (max-width: 500px) {
  .hero h1 { font-size: 2.72rem; }
  .hero-product { width: 100%; }
  .product-frame { transform: none; }
  .floating-card { position: static; display: inline-flex; min-width: 0; margin-top: 10px; margin-right: 7px; }
  .floating-card-bottom { display: none; }
  .trust-strip { display: block; }
  .trust-strip p { margin-bottom: 12px; }
  .trust-strip ul { display: grid; grid-template-columns: 1fr 1fr; }
  .tab-list { grid-template-columns: 1fr; }
  .feature-tab { min-height: 87px; border-right: 0; border-bottom: 1px solid var(--line); }
  .feature-tab:nth-child(3) { border-bottom: 1px solid var(--line); }
  .feature-visual { padding: 14px; }
  .feature-copy { padding: 30px 24px 34px; }
  .outcome-grid > div { grid-template-columns: 1fr; gap: 2px; }
  .quote-card { padding: 35px 25px 27px; }
  .quote-card figcaption { align-items: flex-start; flex-direction: column; }
  .final-cta { padding-block: 42px; }
  .button-white { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .cookie-banner { right: 12px; bottom: 12px; width: calc(100% - 24px); align-items: stretch; flex-direction: column; gap: 13px; }
  .cookie-banner > div { justify-content: flex-end; }
}

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