:root {
  --ink: #14121a;
  --plum: #54236f;
  --plum-dark: #351347;
  --lime: #cbef58;
  --stone: #f6f4f1;
  --line: #ded9df;
  --muted: #6c6670;
  --white: #ffffff;
  --max: 1420px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--stone); color: var(--ink); font-family: Inter, "Helvetica Neue", Arial, sans-serif; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.skip-link { position: fixed; left: 18px; top: 14px; z-index: 200; background: var(--ink); color: white; padding: 12px 18px; transform: translateY(-180%); border-radius: 4px; }
.skip-link:focus { transform: translateY(0); }

.announcement { min-height: 34px; background: var(--ink); color: #fff; display: flex; align-items: center; justify-content: center; gap: 11px; padding: 7px 20px; font-size: 12px; letter-spacing: .04em; text-align: center; }
.announcement span { color: var(--lime); }
.site-header { position: relative; z-index: 60; }
.nav-shell { height: 88px; display: grid; grid-template-columns: 250px 1fr auto; align-items: center; gap: 34px; max-width: var(--max); margin: 0 auto; padding: 0 42px; background: var(--stone); }
.brand { display: flex; width: 220px; }
.brand img { display: block; width: 100%; height: auto; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: 34px; }
.primary-nav a { font-size: 14px; font-weight: 650; transition: color .2s ease; }
.primary-nav a:hover { color: var(--plum); }
.nav-cta { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 21px; background: var(--plum); color: white; border-radius: 3px; font-size: 14px; font-weight: 700; }
.nav-cta span { font-size: 19px; }
.menu-button { display: none; border: 0; background: none; color: var(--ink); font-weight: 700; }

.hero { position: relative; max-width: var(--max); min-height: 720px; margin: 0 auto; padding: 74px 42px 84px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(410px, .9fr); gap: 72px; align-items: start; overflow: hidden; }
.hero::before { content: ""; position: absolute; left: 42px; right: 42px; top: 0; border-top: 1px solid var(--line); }
.hero::after { content: "V"; position: absolute; left: -35px; bottom: -247px; color: rgba(84,35,111,.035); font-size: 620px; line-height: 1; font-weight: 850; letter-spacing: -.12em; z-index: -1; }
.hero-copy { padding-top: 12px; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 11px; color: var(--plum); font-size: 12px; font-weight: 760; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 28px; height: 3px; background: var(--lime); }
.eyebrow.light { color: white; }
.hero h1 { max-width: 800px; margin: 0; font-size: clamp(72px, 7vw, 112px); line-height: .88; letter-spacing: -.075em; font-weight: 790; }
.hero-intro { max-width: 660px; margin: 38px 0 0; font-size: clamp(19px, 2vw, 25px); line-height: 1.45; letter-spacing: -.025em; }
.hero-actions { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 1px solid transparent; border-radius: 3px; padding: 0 25px; cursor: pointer; font-size: 14px; font-weight: 740; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--plum); color: white; }
.button-primary:hover { background: var(--plum-dark); }
.button-secondary { background: transparent; border-color: var(--plum); color: var(--plum); }
.button-secondary:hover { background: #fff; }
.button-lime { background: var(--lime); color: var(--ink); }
.proof-row { margin-top: 76px; padding-top: 20px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.proof-row span { font-size: 13px; font-weight: 680; }
.proof-row b { display: block; margin-bottom: 8px; color: var(--plum); font-size: 11px; letter-spacing: .1em; }

.finder-card { position: relative; background: #fff; min-height: 560px; padding: 32px 34px 30px; border: 1px solid #e5e1e5; box-shadow: 0 28px 65px rgba(25,18,30,.1); }
.finder-card::before { content: ""; position: absolute; inset: 10px -10px -10px 10px; border: 1px solid rgba(84,35,111,.22); z-index: -1; }
.finder-topline { display: flex; align-items: center; justify-content: space-between; }
.finder-topline p, .finder-topline span { margin: 0; font-size: 12px; font-weight: 720; text-transform: uppercase; letter-spacing: .09em; }
.finder-topline span { color: var(--muted); }
.progress { height: 3px; margin-top: 16px; background: #eee9ef; overflow: hidden; }
.progress span { display: block; width: 100%; height: 100%; background: var(--plum); transition: width .35s ease; }
.finder-kicker { margin: 43px 0 10px; color: var(--plum); font-size: 12px; font-weight: 740; text-transform: uppercase; letter-spacing: .12em; }
.finder-card h2 { margin: 0; max-width: 400px; font-size: 36px; line-height: 1.03; letter-spacing: -.045em; }
.choice-grid { margin-top: 28px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.choice { min-height: 76px; padding: 15px 18px; border: 1px solid var(--line); background: #fff; text-align: left; display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-size: 14px; font-weight: 700; }
.choice i { width: 17px; height: 17px; flex: 0 0 17px; border: 1px solid #bcb5bf; border-radius: 50%; }
.choice.active { border: 2px solid var(--plum); background: #faf5fd; color: var(--plum); }
.choice.active i { border: 5px solid var(--plum); }
.finder-actions { margin-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.text-button { border: 0; background: transparent; padding: 10px 0; color: var(--plum); font-size: 13px; font-weight: 720; cursor: pointer; text-decoration: underline; text-underline-offset: 4px; }
.text-button:disabled { opacity: .3; cursor: not-allowed; }
.finder-results > p:not(.finder-kicker) { color: var(--muted); font-size: 14px; line-height: 1.5; }
.mini-result { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 13px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.mini-result > span:nth-child(2) { display: grid; gap: 3px; font-size: 14px; }
.mini-result small { display: block; color: var(--muted); font-size: 11px; font-weight: 540; }
.mini-result strong { color: var(--plum); font-size: 16px; text-align: right; }
.mini-result strong small { text-transform: uppercase; letter-spacing: .08em; }
.mini-phone { position: relative; display: inline-block; width: 28px; height: 44px; border: 4px solid var(--ink); border-radius: 7px; background: #dfdce1; }
.mini-product-image { width: 42px; height: 46px; padding: 3px; object-fit: contain; background: #fff; border: 1px solid var(--line); }
.finder-results .reset { margin-top: 8px; }

.hero-showcase { position: relative; grid-column: 1 / -1; margin: 6px 0 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #e9e3df; box-shadow: 0 26px 65px rgba(25,18,30,.12); }
.hero-showcase::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.32); }
.hero-showcase img { width: 100%; height: auto; aspect-ratio: 2 / 1; display: block; object-fit: cover; }
.hero-showcase figcaption { position: absolute; left: 18px; bottom: 16px; max-width: min(480px, calc(100% - 36px)); padding: 9px 12px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; background: rgba(20,18,26,.72); color: #fff; backdrop-filter: blur(12px); font-size: 10px; line-height: 1.35; }

.deals-section { background: #fff; padding: 100px max(42px, calc((100vw - var(--max)) / 2 + 42px)) 90px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 38px; }
.section-heading .eyebrow { margin-bottom: 18px; }
.section-heading h2 { max-width: 820px; margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: .98; letter-spacing: -.055em; }
.section-heading > p { max-width: 390px; margin: 0 0 8px; color: var(--muted); font-size: 15px; line-height: 1.55; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.filter { min-height: 42px; border: 1px solid var(--line); border-radius: 50px; padding: 0 20px; background: #fff; color: var(--ink); cursor: pointer; font-size: 13px; font-weight: 680; }
.filter.active { background: var(--ink); color: white; border-color: var(--ink); }
.filter span { display: inline-grid; min-width: 22px; height: 22px; margin-left: 8px; padding: 0 6px; place-items: center; border-radius: 20px; background: var(--stone); color: var(--muted); font-size: 10px; }
.filter.active span { background: rgba(255,255,255,.14); color: #fff; }
.catalogue-summary { margin: -5px 0 22px; display: flex; align-items: baseline; justify-content: space-between; gap: 24px; color: var(--muted); }
.catalogue-summary p, .catalogue-summary span { margin: 0; font-size: 12px; }
.catalogue-summary strong { color: var(--plum); font-size: 15px; }
.deal-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.deal-card { min-width: 0; border: 1px solid var(--line); background: #fff; display: flex; flex-direction: column; content-visibility: auto; contain-intrinsic-size: 590px; transition: transform .2s ease, box-shadow .2s ease; }
.deal-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(20,18,26,.08); }
.deal-visual { position: relative; min-height: 260px; display: grid; place-items: center; background: var(--stone); overflow: hidden; }
.deal-visual::after { content: "V"; position: absolute; right: -28px; bottom: -90px; color: rgba(84,35,111,.04); font-size: 260px; line-height: 1; font-weight: 850; }
.deal-label { position: absolute; left: 15px; top: 15px; z-index: 2; padding: 7px 9px; background: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.network { position: absolute; right: 15px; top: 15px; z-index: 2; min-width: 36px; height: 27px; padding: 0 8px; display: grid; place-items: center; border-radius: 18px; background: #fff; border: 1px solid #dcd7de; font-size: 10px; font-weight: 820; }
.network-ee { color: #005a61; }.network-o2 { color: #0050a4; }.network-vodafone { color: #c9152d; }.network-three { color: #151515; }
.phone-render { position: relative; z-index: 1; width: 112px; height: 198px; border: 8px solid var(--ink); border-radius: 24px; background: #c9c5cc; box-shadow: 10px 13px 0 rgba(20,18,26,.09); }
.phone-render > span { position: absolute; left: 50%; top: 7px; width: 34px; height: 9px; transform: translateX(-50%); background: var(--ink); border-radius: 8px; }
.phone-render > i { position: absolute; left: 50%; bottom: 8px; width: 24px; height: 4px; transform: translateX(-50%); background: rgba(255,255,255,.75); border-radius: 4px; }
.phone-product-image { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; display: block; background: #fff; }
.phone-product-image.cover { object-fit: cover; }
.phone-product-image.contain { padding: 28px 20px 18px; object-fit: contain; }
.violet { background: #b6a4cc; }.blue { background: #a9cfe4; }.sage { background: #bad2ba; }.peach { background: #dfb49e; }.lime { background: #cbef58; }.aqua { background: #9ddbd6; }
.deal-body { padding: 23px 22px 20px; flex: 1; display: flex; flex-direction: column; }
.deal-family { margin: 0 0 6px; color: var(--plum); font-size: 10px; font-weight: 770; letter-spacing: .12em; text-transform: uppercase; }
.deal-body h3 { margin: 0; font-size: 25px; letter-spacing: -.04em; }
.deal-data { margin: 9px 0 22px; color: var(--muted); font-size: 13px; }
.deal-data span { color: var(--plum); padding: 0 4px; }
.phone-options { margin: -5px 0 20px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; gap: 10px; }
.option-heading { display: grid; gap: 4px; }
.option-heading > span, .storage-row > span { color: var(--muted); font-size: 9px; font-weight: 760; letter-spacing: .09em; text-transform: uppercase; }
.option-heading small { color: var(--muted); font-size: 9px; line-height: 1.4; }
.colour-swatches { display: flex; flex-wrap: wrap; gap: 6px; }
.colour-swatch { width: 17px; height: 17px; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #c9c3cb; }
.storage-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.storage-row > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 5px; }
.storage-row small { padding: 4px 6px; background: var(--stone); border-radius: 2px; font-size: 9px; font-weight: 690; }
.price-row { display: flex; align-items: center; gap: 10px; margin-bottom: 17px; }
.price-row strong { display: flex; align-items: flex-start; font-size: 44px; line-height: 1; letter-spacing: -.055em; }
.price-row sup { margin: 4px 2px 0 0; font-size: 18px; }
.price-row > span { color: var(--muted); font-size: 10px; line-height: 1.35; }
.deal-costs { margin: 0; padding: 13px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.deal-costs div { display: grid; gap: 4px; }
.deal-costs div + div { padding-left: 12px; border-left: 1px solid var(--line); }
.deal-costs dt { color: var(--muted); font-size: 10px; }
.deal-costs dd { margin: 0; font-size: 14px; font-weight: 760; }
.price-note { min-height: 29px; margin: 12px 0 17px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.button.full { width: 100%; }
.compare-check { margin: 15px auto 0; display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 670; cursor: pointer; }
.compare-check input { position: absolute; opacity: 0; }
.compare-check > span { width: 16px; height: 16px; border: 1px solid #aaa2ad; display: grid; place-items: center; }
.compare-check input:checked + span { background: var(--plum); border-color: var(--plum); }
.compare-check input:checked + span::after { content: "✓"; color: #fff; font-size: 11px; }
.demo-note { margin: 24px 0 0; max-width: 900px; color: var(--muted); font-size: 11px; line-height: 1.5; }

.clarity-section { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.1fr .9fr; background: var(--plum); color: white; }
.clarity-statement { min-height: 620px; padding: 86px 72px; display: flex; flex-direction: column; justify-content: center; }
.clarity-statement h2 { max-width: 700px; margin: 0; font-size: clamp(45px, 5vw, 72px); line-height: .96; letter-spacing: -.06em; }
.clarity-statement > p:not(.eyebrow) { max-width: 640px; margin: 34px 0 28px; color: #e5dfe8; font-size: 17px; line-height: 1.65; }
.clarity-statement a { align-self: flex-start; padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.7); font-size: 13px; font-weight: 720; }
.clarity-statement a span { margin-left: 16px; }
.receipt { margin: 55px 55px 55px 0; padding: 34px; background: #fff; color: var(--ink); transform: rotate(1deg); box-shadow: 0 24px 50px rgba(20,18,26,.2); }
.receipt-head { padding-bottom: 18px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.receipt-product { display: flex; align-items: center; gap: 18px; padding: 29px 0; border-bottom: 1px solid var(--line); }
.receipt-product > div { display: grid; gap: 4px; }
.receipt-product small { color: var(--plum); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.receipt-product b { font-size: 22px; }
.receipt-product div span { color: var(--muted); font-size: 12px; }
.receipt dl { margin: 14px 0 0; }
.receipt dl > div { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px dashed #d7d1d9; font-size: 13px; }
.receipt dd { margin: 0; font-weight: 760; }
.receipt .total { margin-top: 12px; padding: 21px 0; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); align-items: baseline; }
.receipt .total dt { font-weight: 760; }
.receipt .total dd { color: var(--plum); font-size: 28px; }
.receipt > p { margin: 25px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }

.steps-section { padding: 110px max(42px, calc((100vw - var(--max)) / 2 + 42px)); }
.steps-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.steps-grid article { padding: 28px 42px 20px 0; }
.steps-grid article + article { padding-left: 42px; border-left: 1px solid var(--line); }
.steps-grid article > span { color: var(--plum); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.steps-grid h3 { margin: 60px 0 14px; font-size: 26px; letter-spacing: -.035em; }
.steps-grid p { max-width: 330px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.faq-section { padding: 105px max(42px, calc((100vw - var(--max)) / 2 + 42px)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; background: white; }
.faq-section h2 { margin: 0; font-size: clamp(48px, 5vw, 68px); line-height: .96; letter-spacing: -.055em; }
.faq-section > div:first-child > p:last-child { max-width: 410px; margin: 28px 0 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; cursor: pointer; font-size: 17px; font-weight: 680; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--plum); font-size: 27px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; margin: -4px 0 24px; color: var(--muted); font-size: 14px; line-height: 1.65; }

.closing-cta { position: relative; min-height: 520px; padding: 90px max(42px, calc((100vw - var(--max)) / 2 + 42px)); background: var(--plum-dark); color: white; overflow: hidden; }
.closing-cta h2 { position: relative; z-index: 1; max-width: 900px; margin: 0 0 38px; font-size: clamp(58px, 7vw, 95px); line-height: .9; letter-spacing: -.065em; }
.closing-cta .button { position: relative; z-index: 1; }
.watermark { position: absolute; right: 4%; bottom: -41%; color: rgba(255,255,255,.05); font-size: 560px; line-height: 1; font-weight: 850; }

footer { padding: 70px max(42px, calc((100vw - var(--max)) / 2 + 42px)) 34px; background: var(--ink); color: white; }
.footer-main { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 60px; padding-bottom: 65px; }
.footer-brand img { width: 220px; filter: brightness(0) invert(1); }
.footer-brand p { margin: 16px 0 0; color: #bdb8c0; font-size: 14px; }
.footer-main h3 { margin: 0 0 18px; color: #a8a2ab; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-main a { color: #e8e5e9; font-size: 13px; }
.footer-legal { min-height: 66px; border-top: 1px solid #3b3740; border-bottom: 1px solid #3b3740; display: flex; justify-content: space-between; align-items: center; gap: 30px; color: #a8a2ab; font-size: 11px; }
.footer-legal div { display: flex; gap: 24px; }
.disclosure { max-width: 1000px; margin: 27px 0 0; color: #77717b; font-size: 10px; line-height: 1.6; }

.compare-bar { position: fixed; z-index: 100; left: 50%; bottom: 18px; width: min(620px, calc(100vw - 28px)); transform: translateX(-50%); padding: 12px 13px 12px 20px; background: var(--ink); color: white; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 14px; box-shadow: 0 16px 40px rgba(20,18,26,.28); }
.compare-bar > div { display: grid; gap: 2px; }
.compare-bar b { font-size: 13px; }.compare-bar span { color: #bdb8c0; font-size: 10px; }
.compare-bar .button { min-height: 40px; padding: 0 17px; }
.compare-close { width: 30px; height: 30px; border: 0; background: transparent; color: white; cursor: pointer; font-size: 24px; }

@media (max-width: 1100px) {
  .nav-shell { grid-template-columns: 210px 1fr auto; gap: 18px; padding-inline: 28px; }
  .brand { width: 190px; }.primary-nav { gap: 20px; }
  .hero { grid-template-columns: 1fr 470px; gap: 36px; padding-inline: 28px; }
  .hero h1 { font-size: 78px; }
  .deal-grid { grid-template-columns: repeat(2, 1fr); }
  .clarity-statement { padding: 70px 48px; }
  .receipt { margin-right: 35px; }
  .faq-section { gap: 60px; }
}

@media (max-width: 820px) {
  .announcement { font-size: 10px; }
  .nav-shell { height: 74px; grid-template-columns: 1fr auto; padding-inline: 20px; }
  .brand { width: 175px; }.nav-cta { display: none; }.menu-button { display: block; }
  .primary-nav { display: none; position: absolute; left: 0; right: 0; top: 108px; background: var(--stone); padding: 25px 20px 30px; border-top: 1px solid var(--line); box-shadow: 0 18px 25px rgba(20,18,26,.09); align-items: flex-start; flex-direction: column; gap: 22px; }
  .primary-nav.open { display: flex; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 55px; padding: 58px 20px 75px; }
  .hero::before { left: 20px; right: 20px; }.hero h1 { font-size: clamp(58px, 17vw, 86px); }.hero-intro { font-size: 19px; }
  .proof-row { margin-top: 50px; }
  .finder-card { min-height: auto; padding: 27px 24px; }.finder-card::before { display: none; }
  .deals-section, .steps-section, .faq-section, .closing-cta, footer { padding-left: 20px; padding-right: 20px; }
  .section-heading { align-items: start; flex-direction: column; }.section-heading > p { max-width: 540px; }
  .clarity-section { grid-template-columns: 1fr; }
  .clarity-statement { min-height: auto; padding: 75px 28px; }
  .receipt { margin: 0 28px 60px; }
  .steps-grid { grid-template-columns: 1fr; }.steps-grid article, .steps-grid article + article { padding: 25px 0 30px; border-left: 0; border-bottom: 1px solid var(--line); }.steps-grid h3 { margin-top: 28px; }
  .faq-section { grid-template-columns: 1fr; gap: 55px; }
  .footer-main { grid-template-columns: 2fr 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .hero-showcase { margin-top: -12px; border-radius: 13px; }
  .hero-showcase img { min-height: 310px; aspect-ratio: 4 / 5; object-position: 43% center; }
  .hero-showcase figcaption { left: 12px; right: 12px; bottom: 12px; max-width: none; border-radius: 10px; }
  .hero-actions .button { width: 100%; }
  .proof-row { grid-template-columns: 1fr; gap: 14px; }.proof-row span { display: grid; grid-template-columns: 35px 1fr; align-items: center; }.proof-row b { margin: 0; }
  .choice-grid { grid-template-columns: 1fr; }.choice { min-height: 62px; }
  .finder-actions { align-items: stretch; flex-direction: column-reverse; }.finder-actions .button { width: 100%; }
  .catalogue-summary { align-items: flex-start; flex-direction: column; gap: 7px; }
  .deal-grid { grid-template-columns: 1fr; }.deal-visual { min-height: 245px; }
  .receipt { margin: 0 16px 45px; padding: 24px; }.receipt-product b { font-size: 18px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px 25px; }.footer-main > div:nth-child(4) { grid-column: 1 / -1; }
  .footer-legal { padding: 20px 0; align-items: flex-start; flex-direction: column; }
  .compare-bar { grid-template-columns: 1fr auto; }.compare-bar .button { grid-column: 1 / -1; grid-row: 2; }.compare-close { grid-column: 2; grid-row: 1; }
}

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