:root {
  --green-950: #092e27;
  --green-900: #0b4439;
  --green-800: #0f5f4f;
  --green-700: #137b64;
  --green-600: #169a72;
  --green-500: #20b486;
  --lime: #c8f16b;
  --gold: #f5c554;
  --cream: #f7f2e7;
  --paper: #fffdf8;
  --white: #ffffff;
  --ink: #10251f;
  --muted: #5c6d67;
  --line: #dfe7e2;
  --danger: #b63838;
  --shadow: 0 24px 60px rgba(9, 46, 39, 0.14);
  --shadow-soft: 0 12px 30px rgba(9, 46, 39, 0.09);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --container: min(1180px, calc(100% - 40px));
  --transition: 180ms ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.cart-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: var(--container); 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; top: -100px; left: 16px; z-index: 999; background: var(--lime); color: var(--ink); padding: 12px 18px; border-radius: 8px; font-weight: 800; transition: top var(--transition); }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(15, 95, 79, 0.08);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.brand img { width: 48px; height: 48px; }
.brand span { display: grid; line-height: 1.14; }
.brand strong { font-size: 0.96rem; letter-spacing: -0.02em; }
.brand small { color: var(--green-700); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.site-nav a { text-decoration: none; font-size: 0.92rem; font-weight: 750; color: #29433b; transition: color var(--transition); }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--green-700); }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 99px; }
.cart-button { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); background: var(--white); border-radius: 999px; padding: 9px 12px; font-weight: 800; cursor: pointer; box-shadow: 0 4px 14px rgba(9, 46, 39, 0.06); }
.cart-button svg { width: 19px; }
.cart-count { min-width: 24px; height: 24px; display: inline-grid; place-items: center; background: var(--green-800); color: var(--white); border-radius: 999px; font-size: 0.75rem; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 24px; background: var(--green-800); color: var(--white); border: 0; border-radius: 999px; text-decoration: none; font-weight: 850; box-shadow: 0 10px 24px rgba(15, 95, 79, 0.24); cursor: pointer; transition: transform var(--transition), background var(--transition), box-shadow var(--transition); }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--green-700); box-shadow: 0 14px 30px rgba(15, 95, 79, 0.3); }
.button-small { min-height: 42px; padding: 0 18px; color: var(--white) !important; }
.button-light { background: var(--lime); color: var(--green-950); box-shadow: none; }
.button-light:hover, .button-light:focus-visible { background: var(--white); color: var(--green-950); }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 850; color: var(--green-800); text-decoration: none; }
.text-link span { transition: transform var(--transition); }
.text-link:hover span { transform: translateX(5px); }
.text-button { border: 0; background: none; font-weight: 800; color: var(--green-800); cursor: pointer; padding: 10px; }

.hero { position: relative; overflow: hidden; background: linear-gradient(145deg, var(--cream), #fbfaf5 58%, #ebf7ef); padding: 90px 0 86px; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: 0.16; background-image: linear-gradient(rgba(15,95,79,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(15,95,79,.2) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to right, transparent, black 35%, black 75%, transparent); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-orb-one { width: 380px; height: 380px; background: rgba(200, 241, 107, 0.3); top: -180px; right: 10%; }
.hero-orb-two { width: 260px; height: 260px; background: rgba(245, 197, 84, 0.22); bottom: -100px; left: 4%; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.76rem; font-weight: 900; color: var(--green-700); }
.eyebrow > span { width: 28px; height: 3px; border-radius: 99px; background: var(--gold); }
.eyebrow.light { color: #dff5ea; }
.hero h1, .section-heading h2, .shop-heading h2, .cta-card h2 { margin: 18px 0 24px; font-family: Georgia, "Times New Roman", serif; font-weight: 700; letter-spacing: -0.045em; line-height: 0.98; }
.hero h1 { font-size: clamp(3.1rem, 6vw, 5.7rem); }
em { font-style: italic; color: var(--green-700); }
.hero-copy > p { max-width: 650px; margin: 0; font-size: 1.13rem; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 34px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(15, 95, 79, 0.16); }
.hero-proof div { display: grid; }
.hero-proof strong { font-size: 0.92rem; }
.hero-proof span { font-size: 0.78rem; color: var(--muted); }
.hero-visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.dashboard-card { width: min(100%, 500px); background: var(--white); border: 1px solid rgba(15, 95, 79, 0.12); border-radius: var(--radius-xl); box-shadow: var(--shadow); padding: 28px; transform: rotate(1.5deg); }
.dashboard-top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.mini-logo { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: var(--green-800); color: var(--lime); font-family: Georgia, serif; font-size: 1.18rem; font-weight: 900; }
.dashboard-top div { display: grid; line-height: 1.25; }
.dashboard-top small { color: var(--muted); }
.dashboard-top strong { font-size: 1rem; }
.status-dot { padding: 6px 10px; border-radius: 999px; background: #e8f7ee; color: var(--green-700); font-size: 0.72rem; font-weight: 900; }
.status-dot::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 6px; background: var(--green-500); border-radius: 50%; }
.progress-panel { padding: 24px; margin: 22px 0; background: var(--cream); border-radius: 20px; }
.progress-label { display: flex; justify-content: space-between; align-items: center; font-size: 0.84rem; }
.progress-label strong { color: var(--green-800); }
.progress-track { height: 10px; background: #dfe9df; border-radius: 99px; overflow: hidden; margin-top: 12px; }
.progress-track span { display: block; width: 82%; height: 100%; background: linear-gradient(90deg, var(--green-700), var(--lime)); border-radius: inherit; }
.topic-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.topic-grid article { min-height: 108px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; display: flex; align-items: center; gap: 14px; background: #fff; }
.topic-grid article div { display: grid; }
.topic-grid small { color: var(--muted); }
.topic-icon { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 13px; font-family: Georgia, serif; font-weight: 900; }
.topic-icon.debit { background: #e8f7ee; color: var(--green-700); }
.topic-icon.credit { background: #fff2d5; color: #9a6412; }
.topic-grid .wide-card { grid-column: 1 / -1; justify-content: space-between; background: var(--green-900); color: var(--white); border: 0; }
.wide-card small { color: #acd2c5; }
.wide-card svg { width: 78px; color: var(--lime); flex: 0 0 auto; }
.floating-note { position: absolute; padding: 12px 16px; border-radius: 999px; background: var(--white); box-shadow: var(--shadow-soft); font-size: 0.82rem; font-weight: 850; }
.note-one { top: 11%; left: -4%; transform: rotate(-6deg); }
.note-two { right: -2%; bottom: 15%; transform: rotate(5deg); }

.trust-strip { background: var(--green-900); color: var(--white); }
.trust-grid { min-height: 82px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid span { position: relative; text-align: center; font-weight: 780; font-size: 0.92rem; }
.trust-grid span:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 50%; width: 5px; height: 5px; border-radius: 50%; background: var(--lime); transform: translate(50%, -50%); }

.section { padding: 112px 0; }
.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 96px; align-items: start; }
.section-heading h2, .shop-heading h2, .cta-card h2 { font-size: clamp(2.55rem, 4.6vw, 4.35rem); }
.section-heading h2 { margin-bottom: 0; }
.section-heading.centred { max-width: 820px; margin: 0 auto 58px; text-align: center; }
.section-heading.centred .eyebrow { justify-content: center; }
.section-heading.centred p { max-width: 680px; margin: 20px auto 0; color: var(--muted); }
.about { background: var(--paper); }
.about-intro {
  padding-top: 8px;
}
.about-intro h2 {
  max-width: 760px;
}
.about-copy .lead { margin-top: 0; font-size: 1.28rem; font-weight: 750; color: var(--green-900); }
.about-copy p { color: var(--muted); }
.credentials { display: grid; gap: 0; margin: 34px 0 28px; border-top: 1px solid var(--line); }
.credentials div { display: grid; grid-template-columns: 180px 1fr; gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.credentials strong { color: var(--green-900); }
.credentials span { color: var(--muted); font-size: 0.92rem; }

.support-section { background: var(--cream); }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.support-card { position: relative; min-height: 360px; display: flex; flex-direction: column; padding: 34px; background: var(--white); border: 1px solid rgba(15,95,79,.1); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); overflow: hidden; transition: transform var(--transition), box-shadow var(--transition); }
.support-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.card-number { position: absolute; top: 20px; right: 24px; font-family: Georgia, serif; font-size: 3.2rem; font-weight: 900; color: rgba(15,95,79,.08); }
.support-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: var(--green-800); color: var(--lime); font-weight: 900; }
.support-card h3 { margin: 28px 0 10px; font-size: 1.28rem; }
.support-card p { color: var(--muted); margin: 0 0 28px; }
.support-card a { margin-top: auto; text-decoration: none; color: var(--green-800); font-weight: 850; }
.support-card a span { display: inline-block; margin-left: 6px; }

.shop-section { background: var(--green-950); color: var(--white); }
.shop-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: end; }
.shop-heading h2 { margin-bottom: 0; }
.shop-heading em, .cta-card em { color: var(--lime); }
.shop-heading > p { margin: 0 0 8px; color: #b9d3ca; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin: 46px 0 30px; }
.filter-button { border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.06); color: #dceae5; padding: 10px 18px; border-radius: 999px; font-weight: 800; cursor: pointer; }
.filter-button.active, .filter-button:hover { background: var(--lime); color: var(--green-950); border-color: var(--lime); }
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { display: flex; flex-direction: column; min-height: 450px; background: var(--white); color: var(--ink); border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 18px 42px rgba(0,0,0,.2); transition: transform var(--transition); }
.product-card:hover { transform: translateY(-7px); }
.product-card[hidden] { display: none; }
.product-cover { min-height: 174px; position: relative; padding: 24px; display: flex; justify-content: space-between; align-items: flex-start; overflow: hidden; }
.product-cover::after { content: ""; position: absolute; width: 180px; height: 180px; border: 28px solid rgba(255,255,255,.12); border-radius: 50%; right: -55px; bottom: -85px; }
.product-cover.level-2 { background: linear-gradient(145deg, #178268, #0d4f43); color: var(--white); }
.product-cover.level-3 { background: linear-gradient(145deg, #e6a729, #a85d08); color: var(--white); }
.product-cover.level-4 { background: linear-gradient(145deg, #6852a7, #342960); color: var(--white); }
.level-pill { padding: 7px 10px; background: rgba(255,255,255,.17); border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-code { font-family: Georgia, serif; font-size: 2.6rem; font-weight: 900; opacity: .94; }
.product-body { display: flex; flex-direction: column; flex: 1; padding: 28px; }
.product-body h3 { margin: 0 0 8px; font-size: 1.24rem; line-height: 1.25; }
.product-body > p { color: var(--muted); font-size: .9rem; margin: 0 0 18px; }
.product-features { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 7px; font-size: .86rem; color: #40534c; }
.product-features li::before { content: "✓"; margin-right: 8px; color: var(--green-600); font-weight: 900; }
.product-footer { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); }
.product-price { display: grid; line-height: 1.1; }
.product-price strong { font-size: 1.35rem; }
.product-price small { color: var(--muted); font-size: .7rem; }
.add-button { min-height: 44px; padding: 0 18px; border: 0; border-radius: 999px; background: var(--green-800); color: var(--white); font-weight: 850; cursor: pointer; }
.add-button.added { background: var(--green-600); }
.shop-note { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 34px; padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.05); }
.shop-note div { padding: 8px 26px; display: grid; }
.shop-note div:not(:last-child) { border-right: 1px solid rgba(255,255,255,.12); }
.shop-note strong { color: var(--lime); font-size: .84rem; }
.shop-note span { color: #b9d3ca; font-size: .78rem; }

.process-section { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 96px; align-items: start; }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 74px 1fr; gap: 24px; align-items: start; padding: 28px 0; border-bottom: 1px solid var(--line); }
.process-list > li > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--green-800); color: var(--lime); font-family: Georgia, serif; font-size: 1.3rem; font-weight: 900; }
.process-list h3 { margin: 3px 0 6px; font-size: 1.2rem; }
.process-list p { margin: 0; color: var(--muted); }

.socials-section { background: var(--cream); }
.social-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.social-card { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; min-height: 112px; padding: 22px 26px; background: var(--white); border: 1px solid rgba(15,95,79,.1); border-radius: 20px; text-decoration: none; transition: transform var(--transition), box-shadow var(--transition); }
.social-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.social-mark { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 17px; color: var(--white); font-weight: 900; font-size: 1.18rem; }
.facebook .social-mark { background: #1877f2; }
.youtube .social-mark { background: #ff0033; }
.linkedin .social-mark { background: #0a66c2; }
.spotify .social-mark { background: #1ed760; color: #092e27; }
.social-card div { display: grid; }
.social-card strong { font-size: 1.05rem; }
.social-card small { color: var(--muted); }
.arrow { font-size: 1.3rem; color: var(--green-800); }

.cta-section { padding: 0 0 112px; background: var(--cream); }
.cta-card { min-height: 320px; padding: 62px; border-radius: var(--radius-xl); display: flex; justify-content: space-between; align-items: center; gap: 50px; background: var(--green-800); color: var(--white); overflow: hidden; position: relative; }
.cta-card::after { content: "DQ"; position: absolute; right: 5%; bottom: -85px; font-family: Georgia, serif; font-size: 13rem; line-height: 1; font-weight: 900; color: rgba(255,255,255,.06); }
.cta-card > * { position: relative; z-index: 1; }
.cta-card h2 { max-width: 800px; margin-bottom: 0; }
.cta-card .button { flex: 0 0 auto; }

.site-footer { background: var(--green-950); color: #d9e9e3; padding: 72px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 60px; }
.footer-brand strong { color: var(--white); }
.footer-brand small { color: var(--lime); }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid > div:first-child p { color: #9fbab0; max-width: 320px; }
.footer-grid > div > strong { color: var(--lime); margin-bottom: 6px; }
.footer-grid a:not(.brand) { text-decoration: none; color: #b9d0c7; font-size: .9rem; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { margin-top: 54px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 30px; color: #87a89c; font-size: .75rem; }
.footer-bottom p { margin: 0; }

.drawer-backdrop { position: fixed; inset: 0; z-index: 80; background: rgba(5, 25, 21, .58); opacity: 0; visibility: hidden; transition: opacity var(--transition), visibility var(--transition); }
.cart-drawer { position: fixed; top: 0; right: 0; z-index: 90; width: min(440px, 100%); height: 100dvh; display: flex; flex-direction: column; background: var(--paper); box-shadow: -20px 0 50px rgba(0,0,0,.18); transform: translateX(104%); transition: transform 240ms ease; }
body.cart-open .cart-drawer { transform: translateX(0); }
body.cart-open .drawer-backdrop { opacity: 1; visibility: visible; }
.cart-header { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 26px; border-bottom: 1px solid var(--line); }
.cart-header small { color: var(--green-700); font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.cart-header h2 { margin: 2px 0 0; font-family: Georgia, serif; font-size: 1.55rem; }
.icon-button, .dialog-close { width: 42px; height: 42px; border: 1px solid var(--line); background: var(--white); border-radius: 50%; font-size: 1.6rem; cursor: pointer; }
.cart-items { padding: 20px 26px; overflow-y: auto; display: grid; gap: 14px; }
.cart-item { display: grid; grid-template-columns: 58px 1fr auto; gap: 13px; align-items: center; padding: 14px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); }
.cart-item-code { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 13px; background: var(--green-900); color: var(--lime); font-family: Georgia, serif; font-weight: 900; }
.cart-item div { display: grid; line-height: 1.25; }
.cart-item strong { font-size: .88rem; }
.cart-item small { color: var(--muted); }
.remove-item { border: 0; background: none; color: var(--danger); font-size: .78rem; font-weight: 800; cursor: pointer; }
.empty-cart { flex: 1; display: grid; place-items: center; align-content: center; text-align: center; padding: 40px; }
.empty-cart span { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); color: var(--green-700); font-size: 1.8rem; }
.empty-cart h3 { margin: 18px 0 4px; }
.empty-cart p { margin: 0; color: var(--muted); }
.cart-footer { margin-top: auto; padding: 24px 26px; border-top: 1px solid var(--line); background: var(--white); }
.cart-total { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.cart-total strong { font-size: 1.3rem; }
.checkout-button { width: 100%; }
.checkout-button:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.cart-footer > small { display: block; margin-top: 10px; text-align: center; color: var(--muted); font-size: .7rem; }

.checkout-dialog { width: min(520px, calc(100% - 34px)); border: 0; border-radius: 26px; padding: 42px; box-shadow: var(--shadow); text-align: center; color: var(--ink); }
.checkout-dialog::backdrop { background: rgba(5,25,21,.68); backdrop-filter: blur(3px); }
.dialog-close { position: absolute; top: 16px; right: 16px; }
.dialog-icon { width: 68px; height: 68px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; background: #e6f6ec; color: var(--green-700); font-size: 1.8rem; font-weight: 900; }
.checkout-dialog h2 { font-family: Georgia, serif; font-size: 2rem; margin: 0 0 12px; }
.checkout-dialog p { color: var(--muted); }
.checkout-dialog code { background: var(--cream); padding: 2px 6px; border-radius: 5px; }
.dialog-actions { display: grid; gap: 9px; margin-top: 24px; }
.payhip-checkout-links { display: grid; gap: 10px; margin-top: 22px; }
.payhip-checkout-links[hidden] { display: none; }
.payhip-link { width: 100%; justify-content: center; }
.footer-grid a { overflow-wrap: anywhere; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 700ms ease, transform 700ms ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .site-nav { position: fixed; top: 82px; left: 20px; right: 20px; display: grid; gap: 0; padding: 14px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: all var(--transition); }
  .site-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav a { padding: 13px 12px; }
  .site-nav .button { margin-top: 8px; }
  .nav-toggle { display: block; margin-left: auto; }
  .cart-button span:nth-child(2) { display: none; }
  .hero-grid { gap: 38px; }
  .hero h1 { font-size: clamp(3rem, 6.6vw, 4.6rem); }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 30px, 680px); }
  .section { padding: 82px 0; }
  .hero { padding: 68px 0 72px; }
  .hero-grid, .split-grid, .process-grid, .shop-heading { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { min-height: 480px; }
  .hero-proof { grid-template-columns: 1fr 1fr 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; padding: 12px 0; }
  .trust-grid span { padding: 10px 4px; }
  .trust-grid span::after { display: none; }
  .support-grid { grid-template-columns: 1fr; }
  .support-card { min-height: 300px; }
  .shop-heading > p { max-width: 620px; }
  .shop-note { grid-template-columns: 1fr; }
  .shop-note div:not(:last-child) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .shop-note div { padding: 16px 8px; }
  .social-grid { grid-template-columns: 1fr; }
  .cta-card { min-height: auto; padding: 46px 34px; flex-direction: column; align-items: flex-start; }
  .cta-card .button { align-self: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 600px) {
  .nav-wrap { min-height: 72px; gap: 12px; }
  .brand img { width: 42px; height: 42px; }
  .brand strong { font-size: .86rem; }
  .brand small { font-size: .64rem; }
  .site-nav { top: 72px; }
  .cart-button { padding: 9px; }
  .hero h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-proof { grid-template-columns: 1fr; gap: 10px; }
  .hero-proof div { grid-template-columns: 120px 1fr; gap: 12px; }
  .hero-visual { min-height: 430px; }
  .dashboard-card { padding: 18px; border-radius: 24px; }
  .topic-grid { grid-template-columns: 1fr; }
  .topic-grid .wide-card { grid-column: auto; }
  .floating-note { font-size: .7rem; }
  .note-one { top: 1%; left: -2%; }
  .note-two { right: 0; bottom: 1%; }
  .credentials div { grid-template-columns: 1fr; gap: 5px; }
  .products-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 420px; }
  .process-list li { grid-template-columns: 56px 1fr; gap: 16px; }
  .social-card { padding: 18px; }
  .social-mark { width: 48px; height: 48px; }
  .cta-card { padding: 38px 24px; }
  .cta-card h2 { font-size: 2.55rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .checkout-dialog { padding: 38px 24px 28px; }
}

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


/* Legal and policy pages */
.legal-main { background: var(--cream); min-height: 70vh; }
.legal-hero { padding: 92px 0 56px; background: var(--green-900); color: var(--white); }
.legal-hero .eyebrow { color: var(--lime); }
.legal-hero h1 { max-width: 900px; margin: 18px 0 14px; font-family: Georgia, serif; font-size: clamp(2.8rem, 7vw, 5.4rem); line-height: .98; letter-spacing: -.045em; }
.legal-hero p { max-width: 760px; margin: 0; color: #c7ddd5; }
.legal-section { padding: 72px 0 100px; }
.legal-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 72px; align-items: start; }
.legal-content { padding: 42px; border: 1px solid rgba(15,95,79,.12); border-radius: 24px; background: var(--white); box-shadow: var(--shadow-soft); }
.legal-content h2 { margin: 34px 0 10px; font-family: Georgia, serif; font-size: 1.65rem; color: var(--green-900); }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { margin: 24px 0 8px; font-size: 1.08rem; }
.legal-content p, .legal-content li { color: #40534c; }
.legal-content ul { padding-left: 22px; }
.legal-content a { color: var(--green-700); font-weight: 800; }
.legal-meta { display: grid; gap: 16px; }
.legal-card { padding: 22px; border-radius: 18px; background: var(--green-900); color: var(--white); }
.legal-card strong { display: block; margin-bottom: 6px; color: var(--lime); }
.legal-card p { margin: 0; color: #c7ddd5; font-size: .85rem; }
.legal-card a { color: var(--white); word-break: break-word; }
.legal-warning { padding: 18px 20px; border-left: 4px solid var(--gold); border-radius: 10px; background: #fff8df; color: #594414; }
.policy-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.policy-links a { padding: 10px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: var(--white); text-decoration: none; font-size: .82rem; font-weight: 850; }
.policy-links a:hover { background: rgba(255,255,255,.1); }
@media (max-width: 820px) {
  .legal-layout { grid-template-columns: 1fr; gap: 28px; }
  .legal-meta { grid-row: 1; }
  .legal-content { padding: 30px; }
}
@media (max-width: 600px) {
  .legal-hero { padding: 68px 0 44px; }
  .legal-section { padding: 46px 0 72px; }
  .legal-content { padding: 24px 20px; border-radius: 18px; }
}


/* About and coming-soon mock exam section */
.about-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 84px;
  align-items: start;
}
.about-intro h2 { margin-bottom: 0; }

.coming-soon-card {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 48px;
  align-items: center;
  margin-top: 50px;
  padding: 46px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(255,255,255,.1), rgba(255,255,255,.045));
  overflow: hidden;
}
.coming-soon-badge {
  display: inline-flex;
  padding: 8px 13px;
  border-radius: 999px;
  background: var(--lime);
  color: var(--green-950);
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.coming-soon-copy h3 {
  margin: 20px 0 12px;
  font-family: Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.02;
}
.coming-soon-copy p {
  max-width: 650px;
  margin: 0 0 28px;
  color: #bfd6ce;
}
.coming-soon-mark {
  min-height: 290px;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 26px;
  background: var(--paper);
  color: var(--green-950);
  text-align: center;
  transform: rotate(2deg);
  box-shadow: 0 20px 50px rgba(0,0,0,.18);
}
.coming-soon-mark span {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 22px;
  background: var(--green-800);
  color: var(--lime);
  font-family: Georgia, serif;
  font-size: 1.8rem;
  font-weight: 900;
}
.coming-soon-mark strong {
  font-family: Georgia, serif;
  font-size: 2.8rem;
  line-height: 1;
}
.coming-soon-mark small {
  margin-top: 8px;
  color: var(--green-700);
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.coming-soon-units {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 28px;
}
.unit-preview {
  padding: 28px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 22px;
  background: rgba(255,255,255,.06);
}
.unit-level {
  color: var(--lime);
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.unit-preview h3 { margin: 10px 0 8px; font-size: 1.2rem; }
.unit-preview p { margin: 0; color: #b9d3ca; font-weight: 800; letter-spacing: .04em; }

@media (max-width: 1050px) {
  .about-grid { gap: 58px; }
}

@media (max-width: 820px) {
  .about-grid, .coming-soon-card { grid-template-columns: 1fr; }
  .about-grid { gap: 34px; }
  .about-intro { padding-top: 0; }
  .coming-soon-card { padding: 34px; }
  .coming-soon-mark { min-height: 240px; }
}

@media (max-width: 600px) {
  .coming-soon-card { padding: 26px 22px; }
  .coming-soon-units { grid-template-columns: 1fr; }
  .coming-soon-mark strong { font-size: 2.35rem; }
}

