:root {
  --teal-950: #032f33;
  --teal-900: #064b50;
  --teal-800: #07676b;
  --teal-700: #087a7d;
  --teal-500: #10a19b;
  --teal-100: #dff7f3;
  --teal-50: #f1fbf9;
  --coral-600: #df4f4c;
  --coral-500: #f2635b;
  --coral-100: #fff0ed;
  --yellow-500: #f6bc36;
  --yellow-100: #fff3c4;
  --ink: #153a3d;
  --muted: #5b7475;
  --line: rgba(4, 79, 84, .14);
  --cream: #fffaf0;
  --white: #fff;
  --shadow: 0 24px 65px rgba(3, 47, 51, .14);
  --shadow-soft: 0 12px 34px rgba(3, 47, 51, .08);
  --radius-lg: 30px;
  --radius-md: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 {
  margin: 0;
  color: var(--teal-950);
  line-height: 1.14;
  letter-spacing: -.025em;
}
h2 { font-size: clamp(2rem, 4.2vw, 3.75rem); }
h3 { font-size: 1.16rem; }
p { margin: 0 0 1rem; }
ul { margin: 0; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 94px 0; }
.section--soft { background: var(--teal-50); }
.section--cream { background: var(--cream); }
.skip-link { position: fixed; z-index: 200; left: 16px; top: -80px; padding: 10px 14px; border-radius: 10px; color: #fff; background: var(--teal-950); }
.skip-link:focus { top: 16px; }
.demo-bar { padding: 7px 18px; color: var(--teal-950); background: var(--yellow-500); font-size: .78rem; font-weight: 750; letter-spacing: .03em; text-align: center; }
.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(3,47,51,.95); backdrop-filter: blur(14px); }
.header-inner { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 11px; color: #fff; }
.brand img { width: 48px; height: 48px; border-radius: 50%; background: #fff; object-fit: contain; }
.brand span { display: grid; line-height: 1.2; }
.brand strong { font-size: .94rem; letter-spacing: .035em; }
.brand small { margin-top: 3px; color: #add6d4; font-size: .68rem; }
.main-nav { display: flex; align-items: center; gap: 24px; }
.main-nav a { color: #d8eeee; font-size: .84rem; font-weight: 750; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--yellow-500); }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 22px; border-radius: 14px; color: #fff; background: linear-gradient(135deg,var(--coral-500),#e94a5c); box-shadow: 0 14px 30px rgba(226,79,76,.24); font-weight: 850; line-height: 1.28; text-align: center; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(226,79,76,.3); }
.button--small { min-height: 42px; padding: 9px 16px; border-radius: 11px; font-size: .8rem; }
.button--ghost { border: 1px solid rgba(255,255,255,.28); color: #fff; background: rgba(255,255,255,.07); box-shadow: none; }
.button--teal { background: linear-gradient(135deg,var(--teal-700),var(--teal-500)); box-shadow: 0 14px 30px rgba(8,122,125,.24); }
.eyebrow { margin: 0 0 12px; color: var(--coral-600); font-size: .76rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow--light { color: var(--yellow-500); }
.section-heading { margin-bottom: 42px; }
.section-heading--center { max-width: 830px; margin-inline: auto; text-align: center; }
.section-heading--center > p:last-child { max-width: 720px; margin: 16px auto 0; color: var(--muted); }
.section-heading--split { display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: 76px; }
.section-heading--split > p { margin: 0; color: var(--muted); }

.hero { position: relative; overflow: hidden; padding: 86px 0 100px; color: #fff; background: linear-gradient(150deg,var(--teal-950),var(--teal-800)); }
.hero::before { content: ""; position: absolute; width: 430px; height: 430px; right: -170px; top: -210px; border-radius: 50%; background: rgba(246,188,54,.17); }
.hero::after { content: ""; position: absolute; width: 340px; height: 340px; left: -220px; bottom: -210px; border-radius: 50%; background: rgba(242,99,91,.18); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 68px; }
.hero-grid--single { grid-template-columns: minmax(0,900px); justify-content: center; text-align: center; }
.hero-grid--single .hero-lead { margin-inline: auto; }
.hero-grid--single .hero-benefits, .hero-grid--single .hero-actions { justify-content: center; }
.hero-copy h1 { color: #fff; font-size: clamp(3rem,5.7vw,5.6rem); line-height: 1.04; letter-spacing: -.045em; }
.hero-copy h1 span { display: block; margin-top: 11px; color: var(--yellow-500); font-size: .62em; line-height: 1.18; letter-spacing: -.01em; }
.hero-lead { max-width: 700px; margin: 24px 0; color: #d5e9e7; font-size: 1.05rem; line-height: 1.78; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.hero-benefits span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #e8f5f4; background: rgba(255,255,255,.07); font-size: .78rem; font-weight: 750; }
.hero-benefits b { color: var(--yellow-500); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.hero-note { margin-top: 22px; padding-left: 15px; border-left: 4px solid var(--yellow-500); color: #c9dedd; font-size: .86rem; }
.hero-media { overflow: hidden; margin: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 32px; background: rgba(255,255,255,.08); box-shadow: 0 34px 70px rgba(0,0,0,.24); transform: rotate(1.2deg); }
.hero-media img { width: 100%; aspect-ratio: 4 / 4.6; object-fit: cover; }
.hero-media--wide { transform: rotate(-1deg); }
.hero-media--wide img { aspect-ratio: 16 / 10; }
.hero-media figcaption { display: grid; gap: 4px; padding: 18px 20px 21px; }
.hero-media figcaption strong { color: var(--yellow-500); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.hero-media figcaption span { color: #d5e8e6; font-size: .84rem; }

.belief { padding: 66px 0; background: var(--cream); }
.belief-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 68px; }
.belief-title { position: relative; padding-left: 54px; }
.belief-title > span { position: absolute; left: 0; top: -22px; color: var(--coral-500); font-family: Georgia, serif; font-size: 6.4rem; line-height: 1; }
.belief-title h2 { font-size: clamp(1.9rem,3.2vw,2.9rem); }
.belief-copy p { color: var(--muted); }
.belief-copy p:last-child { margin-bottom: 0; }
.belief-copy strong { color: var(--teal-800); }

.card-grid { display: grid; gap: 16px; }
.card-grid--3 { grid-template-columns: repeat(3,1fr); }
.card-grid--4 { grid-template-columns: repeat(4,1fr); }
.card-grid--5 { grid-template-columns: repeat(5,1fr); }
.card { padding: 27px 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-soft); }
.card-icon { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 18px; border-radius: 15px; background: var(--coral-100); font-size: 1.45rem; }
.card h3 { margin-bottom: 9px; }
.card p { margin: 0; color: var(--muted); font-size: .9rem; }
.card--dark { border-color: rgba(255,255,255,.11); color: #fff; background: rgba(255,255,255,.055); box-shadow: none; }
.card--dark h3 { color: #fff; }
.card--dark p { color: #bed6d4; }
.card--dark .card-icon { color: var(--teal-950); background: var(--yellow-500); }
.dark-section { color: #fff; background: var(--teal-950); }
.dark-section h2 { color: #fff; }
.dark-section .section-heading p { color: #bcd4d2; }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 72px; }
.image-card { overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }
.image-card img { width: 100%; max-height: 760px; object-fit: cover; }
.image-card figcaption { display: grid; gap: 4px; padding: 18px 21px 22px; }
.image-card figcaption strong { color: var(--coral-600); font-size: .73rem; letter-spacing: .1em; text-transform: uppercase; }
.image-card figcaption span { color: var(--muted); font-size: .86rem; }
.image-card--illustration img { aspect-ratio: 16/9; max-height: none; object-fit: cover; }
.section-visual { width: min(980px,100%); margin: 0 auto 34px; }
.section-visual figcaption { text-align: center; }
.section-visual--method { margin-top: 38px; margin-bottom: 0; }
.method .section-visual figcaption { background: #fff; }
.media-band { padding: 0 0 92px; background: var(--cream); }
.media-band--white { background: #fff; }
.media-band .image-card { width: min(980px,100%); margin-inline: auto; }
.media-band .image-card img { aspect-ratio: 16/9; object-fit: cover; }
.media-band .image-card figcaption { text-align: center; }
.feature-list { display: grid; gap: 13px; margin-top: 28px; }
.feature-row { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 17px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.feature-row > b { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; color: #fff; background: var(--teal-700); font-size: .75rem; }
.feature-row h3 { font-size: 1rem; }
.feature-row p { margin: 4px 0 0; color: var(--muted); font-size: .84rem; }

.roadmap-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.roadmap-column { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow-soft); }
.roadmap-head { padding: 23px 22px; color: #fff; background: var(--teal-800); }
.roadmap-column:nth-child(2) .roadmap-head { background: var(--coral-500); }
.roadmap-column:nth-child(3) .roadmap-head { color: var(--teal-950); background: var(--yellow-500); }
.roadmap-head small { display: block; margin-bottom: 4px; font-weight: 850; letter-spacing: .08em; }
.roadmap-head h3 { color: inherit; font-size: 1.35rem; }
.session-list { display: grid; gap: 0; padding: 0; list-style: none; }
.session-list li { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 17px 20px; border-top: 1px solid var(--line); }
.session-list b { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 11px; color: var(--teal-800); background: var(--teal-100); font-size: .72rem; }
.session-list strong { display: block; margin-bottom: 2px; color: var(--teal-950); font-size: .9rem; }
.session-list span { color: var(--muted); font-size: .78rem; line-height: 1.55; }

.method { color: #fff; background: linear-gradient(145deg,var(--teal-900),var(--teal-700)); }
.method h2, .method h3 { color: #fff; }
.method-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 66px; }
.method-copy > p:not(.eyebrow) { color: #c6dedc; }
.ratio { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; margin-top: 28px; }
.ratio strong { color: var(--yellow-500); font-size: 2.15rem; line-height: 1; }
.ratio span { color: #d7e9e7; font-size: .82rem; font-weight: 700; }
.ratio i { height: 1px; background: rgba(255,255,255,.25); }
.method-list { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.method-list article { padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.065); }
.method-list article > span { display: grid; width: 40px; height: 40px; place-items: center; margin-bottom: 13px; border-radius: 12px; color: var(--teal-950); background: var(--yellow-500); font-weight: 900; }
.method-list h3 { font-size: 1rem; }
.method-list p { margin: 6px 0 0; color: #c5dddb; font-size: .83rem; }

.weekly-flow { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.weekly-step { position: relative; padding: 28px 22px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-soft); }
.weekly-step > b { display: block; margin-bottom: 20px; color: var(--coral-600); font-size: .72rem; letter-spacing: .1em; }
.weekly-step h3 { margin-bottom: 8px; }
.weekly-step p { margin: 0; color: var(--muted); font-size: .86rem; }
.weekly-step:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; right: -13px; top: 42px; display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; color: #fff; background: var(--teal-700); font-weight: 900; }

.theme-cloud { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.theme-cloud span { padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--teal-800); background: #fff; font-size: .82rem; font-weight: 750; }

.price-section { color: #fff; background: linear-gradient(145deg,var(--teal-950),var(--teal-800)); }
.price-section h2 { color: #fff; }
.price-wrap { display: grid; grid-template-columns: .84fr 1.16fr; align-items: center; gap: 72px; }
.price-copy > p:not(.eyebrow) { color: #c5dcda; }
.price-card { padding: 34px; border: 3px solid var(--yellow-500); border-radius: var(--radius-lg); color: var(--ink); background: linear-gradient(160deg,#fff,#fff9df); box-shadow: 0 26px 62px rgba(0,0,0,.18); }
.price-card > small { color: var(--coral-600); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.price-card h3 { margin: 8px 0 4px; font-size: 1.6rem; }
.price-old { margin: 15px 0 0; color: var(--muted); font-size: .86rem; }
.price-old s { font-weight: 750; }
.price-current { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; margin: 2px 0 22px; }
.price-current strong { color: var(--coral-600); font-size: clamp(2.15rem,4vw,3.25rem); line-height: 1; letter-spacing: -.035em; }
.price-current span { color: var(--muted); font-size: .8rem; font-weight: 800; }
.price-card ul { display: grid; gap: 10px; padding: 0; list-style: none; }
.price-card li { position: relative; padding-left: 25px; color: var(--muted); font-size: .86rem; }
.price-card li::before { content: "✓"; position: absolute; left: 0; top: 2px; display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; color: #fff; background: var(--teal-700); font-size: .62rem; font-weight: 900; }
.price-card .button { width: 100%; margin-top: 24px; }

.registration-section { background: linear-gradient(180deg,var(--teal-50),#fff); }
.registration-shell { display: grid; grid-template-columns: .92fr 1.08fr; align-items: start; gap: 24px; }
.registration-form, .payment-panel { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-soft); }
.registration-form > h3, .payment-panel > h3 { margin-bottom: 8px; font-size: 1.5rem; }
.registration-form > p, .payment-panel > p { color: var(--muted); font-size: .88rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 24px; }
.field { display: grid; gap: 7px; }
.field--full { grid-column: 1/-1; }
.field label { color: var(--teal-950); font-size: .8rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 13px; border: 1px solid rgba(4,79,84,.22); border-radius: 12px; color: var(--ink); background: #fff; font: inherit; font-size: .9rem; outline: none; }
.field textarea { min-height: 94px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal-500); box-shadow: 0 0 0 4px rgba(16,161,155,.12); }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: 9px; align-items: start; margin: 17px 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--teal-700); }
.registration-form .button { width: 100%; border: 0; cursor: pointer; font: inherit; }
.form-status { min-height: 24px; margin: 12px 0 0 !important; color: var(--teal-800) !important; font-weight: 750; }
.payment-grid { display: grid; grid-template-columns: 210px 1fr; align-items: center; gap: 24px; margin-top: 22px; }
.qr-wrap { padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: var(--teal-50); }
.qr-wrap img { width: 100%; aspect-ratio: auto; object-fit: contain; }
.bank-details { display: grid; gap: 10px; }
.bank-row { padding: 12px 14px; border-radius: 12px; background: var(--cream); }
.bank-row small { display: block; color: var(--muted); font-size: .66rem; font-weight: 800; letter-spacing: .08em; }
.bank-row strong { display: block; margin-top: 2px; color: var(--teal-950); font-size: .92rem; }
.payment-safe { margin: 16px 0 0 !important; padding: 12px 14px; border-left: 4px solid var(--yellow-500); color: var(--muted) !important; background: var(--yellow-100); font-size: .78rem !important; }
.payment-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.payment-actions .button { width: 100%; margin: 0; }
.inline-cta { display: flex; justify-content: center; gap: 10px; margin-top: 34px; }

.faq-list { display: grid; max-width: 900px; margin: 0 auto; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 8px 24px rgba(3,47,51,.05); }
summary { cursor: pointer; padding: 20px 54px 20px 22px; color: var(--teal-950); font-weight: 800; list-style: none; }
summary::-webkit-details-marker { display: none; }
details p { padding: 0 22px 20px; color: var(--muted); font-size: .9rem; }

.final-cta { padding: 82px 0; color: #fff; background: var(--coral-500); }
.final-cta .container { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.final-cta h2 { color: #fff; font-size: clamp(2rem,4vw,3.35rem); }
.final-cta p { max-width: 700px; margin: 14px 0 0; color: #fff1ef; }
.final-cta .button { color: var(--teal-950); background: var(--yellow-500); box-shadow: 0 14px 30px rgba(91,55,0,.18); }

.site-footer { padding: 54px 0 34px; color: #bed4d2; background: var(--teal-950); }
.footer-grid { display: grid; grid-template-columns: 1.1fr .8fr .8fr 1.1fr; gap: 34px; }
.footer-brand { display: flex; align-items: flex-start; gap: 12px; }
.footer-brand img { width: 50px; height: 50px; border-radius: 50%; background: #fff; }
.footer-brand strong { color: #fff; }
.footer-brand p { margin: 4px 0 0; font-size: .78rem; }
.site-footer small { display: block; margin-bottom: 9px; color: var(--yellow-500); font-size: .68rem; font-weight: 900; letter-spacing: .1em; }
.site-footer a, .site-footer p { display: block; margin: 0 0 7px; font-size: .82rem; }
.site-footer a:hover { color: #fff; }
.footer-note { margin: 32px 0 0 !important; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.11); color: #87aaa7; text-align: center; }

.hub { min-height: 100vh; padding: 54px 0 80px; background: linear-gradient(150deg,var(--teal-950),var(--teal-800)); }
.hub-head { max-width: 850px; margin-bottom: 42px; color: #fff; }
.hub-head h1 { color: #fff; font-size: clamp(2.5rem,6vw,5rem); }
.hub-head p { margin-top: 18px; color: #cee2e0; }
.hub-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.hub-card { overflow: hidden; border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.hub-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.hub-card:first-child img { aspect-ratio: 4/3; object-position: top; }
.hub-card > div { padding: 28px; }
.hub-card h2 { font-size: clamp(1.65rem,3vw,2.5rem); }
.hub-card p { color: var(--muted); }
.hub-card .button { margin-top: 8px; }

@media (max-width: 980px) {
  .main-nav a:not(.button) { display: none; }
  .hero-grid, .belief-grid, .split, .method-grid, .price-wrap { grid-template-columns: 1fr; }
  .registration-shell { grid-template-columns: 1fr; }
  .hero-grid { gap: 44px; }
  .hero-media { width: min(620px,100%); margin-inline: auto; transform: none; }
  .hero-media img { aspect-ratio: 4/4.2; object-position: top; }
  .hero-media--wide img { aspect-ratio: 16/9; object-position: center; }
  .belief-grid { gap: 32px; }
  .card-grid--5 { grid-template-columns: repeat(3,1fr); }
  .card-grid--4, .roadmap-grid { grid-template-columns: repeat(2,1fr); }
  .roadmap-column:last-child { grid-column: 1/-1; }
  .weekly-flow { grid-template-columns: 1fr 1fr; }
  .weekly-step:nth-child(2)::after { display: none; }
  .final-cta .container { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  body { line-height: 1.75; }
  h1, h2, h3 { letter-spacing: -.01em; }
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 70px 0; }
  .header-inner { min-height: 68px; gap: 10px; }
  .brand img { width: 42px; height: 42px; }
  .brand strong { font-size: .8rem; }
  .brand small { display: none; }
  .button--small { padding-inline: 12px; font-size: .72rem; }
  .hero { padding: 68px 0 76px; }
  .hero-copy h1 { font-size: clamp(2.45rem,12.5vw,4rem); line-height: 1.09; letter-spacing: -.015em; }
  .hero-copy h1 span { margin-top: 12px; font-size: .57em; line-height: 1.28; letter-spacing: .005em; }
  .hero-lead { font-size: 1rem; line-height: 1.78; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-media { border-radius: 24px; }
  .belief { padding: 54px 0; }
  .belief-title { padding-left: 36px; }
  .belief-title > span { top: -12px; font-size: 4.6rem; }
  .section-heading--split { grid-template-columns: 1fr; gap: 14px; }
  .card-grid--3, .card-grid--4, .card-grid--5, .roadmap-grid, .method-list, .weekly-flow, .hub-grid { grid-template-columns: 1fr; }
  .roadmap-column:last-child { grid-column: auto; }
  .weekly-step::after { display: none !important; }
  .method-grid { gap: 38px; }
  .price-card { padding: 28px 22px; }
  .registration-form, .payment-panel { padding: 24px 20px; }
  .form-grid, .payment-grid, .payment-actions { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .qr-wrap { width: min(260px,100%); margin-inline: auto; }
  .inline-cta { display: grid; }
  .inline-cta .button { width: 100%; }
  .price-current strong { font-size: 2.45rem; }
  .final-cta { padding: 68px 0; }
  .final-cta .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .hub { padding-top: 40px; }
}
