:root {
  --paper: #f7f5ef;
  --paper-2: #eeebe3;
  --white: #fff;
  --ink: #15231f;
  --ink-2: #24332e;
  --muted: #66726e;
  --line: #d9d8d2;
  --mint: #dcefe6;
  --mint-2: #b7dfcf;
  --green: #137c59;
  --coral: #ff5e6d;
  --coral-dark: #d83b51;
  --yellow: #f5df9a;
  --blue: #dce9f1;
  --shadow: 0 22px 60px rgba(21, 35, 31, .13);
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
body.modal-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; }
[hidden] { display: none !important; }

.demo-strip { display: flex; min-height: 32px; align-items: center; justify-content: center; gap: 12px; padding: 5px 20px; background: var(--ink); color: #fff; font-size: 10px; letter-spacing: .08em; }
.demo-strip b { color: #a8e4ca; }
.demo-strip span { opacity: .72; }
.site-header { position: sticky; z-index: 30; top: 0; display: grid; grid-template-columns: auto 1fr auto; min-height: 78px; align-items: center; gap: 30px; padding: 0 max(28px, calc((100vw - 1360px) / 2)); border-bottom: 1px solid var(--line); background: rgba(247, 245, 239, .94); backdrop-filter: blur(16px); }
.wordmark { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; white-space: nowrap; }
.wordmark > img { display: block; width: 182px; max-width: 30vw; height: auto; }
.wordmark > span { padding: 3px 5px; border: 1px solid var(--line); border-radius: 4px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .09em; }
.wordmark.inverse { color: #fff; }
.site-header nav { display: flex; justify-content: center; gap: 28px; }
.site-header nav a { color: var(--ink-2); font-size: 12px; font-weight: 750; text-decoration: none; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--green); }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 12px; padding: 0 20px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: 12px; font-weight: 850; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.button:hover:not(:disabled) { transform: translateY(-2px); }
.button:disabled { cursor: not-allowed; opacity: .42; }
.button-dark { background: var(--ink); color: #fff; }
.button-light { background: #fff; color: var(--ink); }
.button-coral { background: var(--coral); color: #fff; }
.button-coral:hover:not(:disabled) { background: var(--coral-dark); }
.button-outline { border-color: var(--ink); background: transparent; color: var(--ink); }
.header-cta { min-height: 42px; padding: 0 17px; }

.hero { display: grid; max-width: 1360px; min-height: 650px; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 60px; margin: 0 auto; padding: 72px 28px 82px; }
.eyebrow-row { display: flex; flex-wrap: wrap; gap: 10px 20px; color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.eyebrow-row b { color: var(--muted); }
.hero h1, .section-heading h2, .rent-section h2, .library-hero h1, .article-page h1, .policy-page h1 { margin: 24px 0 20px; font-family: var(--serif); font-size: clamp(54px, 5.3vw, 82px); font-weight: 500; letter-spacing: -.06em; line-height: .92; }
.hero h1 em, .library-hero h1 em { color: var(--green); font-weight: inherit; }
.hero-copy > p { max-width: 620px; margin: 0 0 28px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.hero-cta { min-width: 210px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 22px; color: var(--muted); font-size: 11px; font-weight: 750; }
.trust-row span::before { margin-right: 7px; color: var(--green); content: "✓"; }

.snapshot-preview { overflow: hidden; border: 1px solid #b8d5c8; border-radius: 26px; background: var(--white); box-shadow: 12px 12px 0 var(--mint), var(--shadow); }
.snapshot-top { display: flex; justify-content: space-between; padding: 14px 20px; background: var(--ink); color: #fff; font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.snapshot-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; padding: 25px 25px 20px; }
.snapshot-title span, .snapshot-next span, .section-kicker, .rent-brand span, .rent-brand b { color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.snapshot-title h2 { max-width: 440px; margin: 7px 0 0; font-family: var(--serif); font-size: 28px; font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }
.snapshot-title > i { display: grid; width: 65px; height: 65px; flex: 0 0 65px; place-items: center; overflow: hidden; border-radius: 50%; background: conic-gradient(var(--green) 0 86%, var(--paper-2) 86% 100%); box-shadow: inset 0 0 0 1px rgba(19,124,89,.08); font-style: normal; font-weight: 900; }
.snapshot-title > i::after { display: grid; width: 49px; height: 49px; place-items: center; border-radius: 50%; background: #fff; color: var(--ink); content: "86"; line-height: 1; }
.snapshot-person { display: grid; width: calc(100% - 50px); grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; margin: 0 25px 16px; padding: 15px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); cursor: pointer; text-align: left; }
.snapshot-person > span { display: grid; gap: 3px; }
.snapshot-person small { color: var(--green); font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.snapshot-person strong { font-size: 14px; }
.snapshot-person span > i { overflow: hidden; height: 5px; margin-top: 5px; border-radius: 4px; background: #d6dbd8; }
.snapshot-person span > i b { display: block; height: 100%; background: var(--green); }
.avatar { position: relative; width: 52px; height: 52px; overflow: hidden; border-radius: 50%; background: #f2caab; }
.avatar i { position: absolute; top: -4px; left: 8px; width: 39px; height: 22px; border-radius: 50%; background: #2e211d; }
.avatar b { position: absolute; right: 9px; bottom: 9px; left: 9px; height: 13px; border-radius: 50% 50% 12px 12px; background: var(--coral); }
.snapshot-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 25px 16px; }
.snapshot-grid button { display: grid; gap: 4px; padding: 14px; border: 1px solid var(--line); border-radius: 13px; background: #fff; cursor: pointer; text-align: left; }
.snapshot-grid span { color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.snapshot-grid strong { font-family: var(--serif); font-size: 23px; font-weight: 500; }
.snapshot-grid small { color: var(--muted); font-size: 10px; }
.snapshot-next { margin: 0 25px 25px; padding: 17px 19px; border-radius: 14px; background: var(--mint); }
.snapshot-next p { margin: 6px 0 12px; font-family: var(--serif); font-size: 18px; line-height: 1.25; }
.snapshot-next button { padding: 0; border: 0; background: transparent; color: var(--green); cursor: pointer; font-size: 11px; font-weight: 850; }

.product-section, .tools-section, .guides-section, .economics-section { max-width: 1360px; margin: 0 auto; padding: 96px 28px; }
.product-section { border-top: 1px solid var(--line); }
.section-heading { max-width: 760px; }
.section-heading h2 { margin: 12px 0 12px; font-size: clamp(40px, 4.2vw, 62px); line-height: .98; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.product-card { display: grid; width: 100%; grid-template-columns: 70px 1fr auto; align-items: center; gap: 25px; margin-top: 38px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: #fff; cursor: pointer; text-align: left; box-shadow: 8px 8px 0 var(--ink); }
.product-card > i { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; background: var(--coral); color: #fff; font-style: normal; font-weight: 900; }
.product-card > span { display: grid; gap: 6px; }
.product-card small { color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.product-card strong { font-family: var(--serif); font-size: 34px; font-weight: 500; }
.product-card p { margin: 0; color: var(--muted); font-size: 13px; }
.product-card > b { color: var(--green); font-size: 12px; }
.path-strip { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 36px; color: var(--muted); font-size: 11px; font-weight: 800; }
.path-strip i { color: var(--coral); font-style: normal; }

.rent-section { display: grid; grid-template-columns: 1.2fr .8fr; gap: 54px; padding: 90px max(28px, calc((100vw - 1304px) / 2)); background: var(--mint); }
.rent-brand { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.rent-brand b { color: var(--ink); }
.rent-section h2 { max-width: 720px; margin: 16px 0; font-size: clamp(42px, 4.6vw, 66px); }
.rent-section > div > p { max-width: 720px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.rent-section ol { display: grid; max-width: 720px; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 28px 0; padding: 0; list-style: none; }
.rent-section li { display: flex; align-items: center; gap: 10px; padding: 14px; border: 1px solid #b7d5c8; border-radius: 14px; background: rgba(255,255,255,.55); }
.rent-section li > b { display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; border-radius: 50%; background: var(--green); color: #fff; font-size: 11px; }
.rent-section li span { display: grid; gap: 2px; font-size: 10px; }
.rent-section li strong { font-size: 12px; }
.rent-section > div > small { display: block; max-width: 700px; margin-top: 16px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.rent-section > aside { align-self: center; padding: 28px; border: 1px solid #accbbf; border-radius: 22px; background: #fff; box-shadow: 8px 8px 0 var(--ink); }
.rent-section > aside > span { color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.rent-section > aside > b { float: right; padding: 4px 7px; border-radius: 4px; background: var(--yellow); font-size: 8px; letter-spacing: .1em; }
.rent-meter { margin: 24px 0; }
.rent-meter i { display: block; height: 10px; overflow: hidden; border-radius: 8px; background: var(--paper-2); }
.rent-meter i b { display: block; width: 12%; height: 100%; background: var(--coral); }
.rent-meter strong { display: block; margin-top: 8px; font-size: 11px; }
.rent-section aside h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.rent-section aside p { color: var(--muted); font-size: 12px; line-height: 1.55; }
.rent-section aside button, .rent-section aside a { display: block; margin-top: 14px; padding: 0; border: 0; background: transparent; color: var(--green); cursor: pointer; font-size: 11px; font-weight: 850; text-align: left; text-decoration: underline; text-underline-offset: 4px; }

/* V2 keeps the landing-page structure and copy intact while adopting the
   navy, vivid-green, sky and warm-neutral system used by the form journey. */
.theme-v2 {
  --paper: #f4f2ec;
  --paper-2: #e8ece8;
  --ink: #11231d;
  --ink-2: #1b352c;
  --muted: #60706a;
  --line: #cfd8d2;
  --mint: #dff5e9;
  --mint-2: #aee4c7;
  --green: #16865f;
  --coral: #16a66b;
  --coral-dark: #0f8153;
  --yellow: #dff5a9;
  --blue: #dff3fa;
  --shadow: 0 24px 65px rgba(6, 32, 39, .14);
  background:
    radial-gradient(circle at 92% 5%, rgba(84, 197, 230, .13), transparent 24rem),
    var(--paper);
}
.theme-v2 .demo-strip { background: #071b24; }
.theme-v2 .demo-strip b { color: #7ffbae; }
.theme-v2 .site-header { border-bottom-color: rgba(19, 52, 45, .13); background: rgba(255, 255, 255, .94); box-shadow: 0 8px 30px rgba(8, 31, 39, .06); }
.theme-v2 .button { border-radius: 10px; box-shadow: 0 8px 20px rgba(13, 129, 82, .16); }
.theme-v2 .button:hover:not(:disabled) { box-shadow: 0 12px 26px rgba(13, 129, 82, .24); }
.theme-v2 .button-dark { background: #0b2028; }
.theme-v2 .hero { position: relative; }
.theme-v2 .hero::before { position: absolute; z-index: -1; top: 40px; right: 0; width: 42%; height: 72%; border-radius: 80px 0 0 80px; background: linear-gradient(145deg, rgba(127, 251, 174, .13), rgba(80, 190, 225, .15)); content: ""; }
.theme-v2 .hero h1 em { color: #147c59; }
.theme-v2 .snapshot-preview { border-color: #9fd4bb; border-radius: 20px; box-shadow: 12px 12px 0 #bcebd1, var(--shadow); }
.theme-v2 .snapshot-top { background: #0b2028; }
.theme-v2 .snapshot-person,
.theme-v2 .snapshot-grid button,
.theme-v2 .product-card,
.theme-v2 .tool-grid button,
.theme-v2 .featured-guides article { transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.theme-v2 .snapshot-person:hover,
.theme-v2 .snapshot-grid button:hover,
.theme-v2 .tool-grid button:hover { border-color: #76caa1; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(6, 32, 39, .09); }
.theme-v2 .product-section { border-top: 0; }
.theme-v2 .product-card { border-color: #b7d6c6; box-shadow: 8px 8px 0 #0b2028; }
.theme-v2 .product-card > i { background: #1aa56d; }
.theme-v2 .rent-section { background: linear-gradient(135deg, #dff5e9, #dff3fa); }
.theme-v2 .rent-section > aside { border-color: #99cbb4; box-shadow: 8px 8px 0 #0b2028; }
.theme-v2 .featured-guides article:nth-child(2) { background: #e1f4fa; }
.theme-v2 .privacy-section { background: #0b2028; }
.theme-v2 .newsletter-section { background: linear-gradient(135deg, #102b25, #0b2028); }
.theme-v2 .modal-backdrop { background: rgba(5, 21, 27, .72); }
.theme-v2 .wallet-modal,
.theme-v2 .tools-modal,
.theme-v2 .kyc-modal { border-color: rgba(22, 134, 95, .25); box-shadow: 0 30px 90px rgba(3, 18, 24, .32); }

.tool-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 36px; }
.tool-grid button { display: grid; grid-template-columns: 55px 1fr auto; align-items: center; gap: 18px; min-height: 180px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: #fff; cursor: pointer; text-align: left; }
.tool-grid button > i { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; background: var(--paper-2); font-style: normal; font-size: 20px; }
.tool-grid button > span { display: grid; gap: 7px; }
.tool-grid small { color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.tool-grid strong { font-family: var(--serif); font-size: 26px; font-weight: 500; }
.tool-grid p { margin: 0; color: var(--muted); font-size: 11px; }
.tool-grid button > b { color: var(--green); font-size: 11px; }

.guides-section { border-top: 1px solid var(--line); }
.featured-guides { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 38px; }
.featured-guides article { display: flex; min-height: 330px; flex-direction: column; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.featured-guides article:nth-child(2) { background: var(--blue); }
.featured-guides article:nth-child(3) { background: var(--yellow); }
.featured-guides span { color: var(--green); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.featured-guides h3 { margin: 35px 0 14px; font-family: var(--serif); font-size: 29px; font-weight: 500; line-height: 1.06; }
.featured-guides p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.featured-guides a { margin-top: auto; padding-top: 24px; font-size: 11px; font-weight: 850; }
.text-link { display: inline-block; margin-top: 26px; color: var(--green); font-size: 12px; font-weight: 850; text-underline-offset: 4px; }

.privacy-section { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 90px max(28px, calc((100vw - 1304px) / 2)); background: var(--ink); color: #fff; }
.privacy-section h2 { margin: 14px 0; font-family: var(--serif); font-size: clamp(40px, 4vw, 60px); font-weight: 500; letter-spacing: -.05em; line-height: .98; }
.privacy-section p { max-width: 620px; color: #b8c2be; line-height: 1.6; }
.privacy-section a { color: #a8e4ca; font-size: 12px; font-weight: 850; }
.privacy-section ol { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0; padding: 0; list-style: none; }
.privacy-section li { display: flex; min-height: 100px; align-items: center; gap: 14px; padding: 20px; border: 1px solid #40504b; border-radius: 16px; font-size: 12px; font-weight: 750; }
.privacy-section li b { display: grid; width: 32px; height: 32px; flex: 0 0 32px; place-items: center; border-radius: 50%; background: var(--coral); }

.economics-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 38px; }
.economics-grid article { padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.economics-grid article > b { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-size: 10px; }
.economics-grid strong { display: block; margin: 22px 0 8px; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.economics-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.newsletter-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; padding: 70px max(28px, calc((100vw - 1304px) / 2)); background: var(--coral); color: #fff; }
.newsletter-section > div > span { font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.newsletter-section h2 { margin: 10px 0; font-family: var(--serif); font-size: 42px; font-weight: 500; letter-spacing: -.04em; }
.newsletter-section p { margin: 0; opacity: .78; }
.newsletter-section form { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: end; }
.newsletter-section label { display: grid; gap: 6px; font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.newsletter-section input { min-height: 48px; padding: 0 14px; border: 1px solid rgba(255,255,255,.65); border-radius: 10px; background: rgba(255,255,255,.15); color: #fff; outline: none; }
.newsletter-section input::placeholder { color: rgba(255,255,255,.7); }
.newsletter-section form small { grid-column: 1 / -1; opacity: .7; font-size: 9px; }
.newsletter-section [data-newsletter-success] { padding: 22px; border: 1px solid rgba(255,255,255,.6); border-radius: 16px; }
.newsletter-section [data-newsletter-success] i { font-style: normal; font-size: 28px; }
.newsletter-section [data-newsletter-success] strong { display: block; margin: 8px 0; font-size: 18px; }

.site-footer { padding: 65px max(28px, calc((100vw - 1304px) / 2)) 25px; background: #0e1815; color: #fff; }
.footer-main { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 50px; padding-bottom: 45px; }
.footer-main p { color: #899691; font-size: 12px; }
.footer-main nav { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-main nav a { color: #bdc7c3; font-size: 11px; text-decoration: none; }
.footer-legal { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid #30413b; color: #7f8c87; font-size: 9px; line-height: 1.5; }
.footer-legal p { max-width: 780px; margin: 0; }
.mobile-dock { display: none; }

/* HBS content routes */
.subpage, .article-page, .policy-page { min-height: 70vh; }
.library-hero { padding: 100px max(28px, calc((100vw - 1304px) / 2)) 55px; border-bottom: 1px solid var(--line); }
.library-hero h1 { max-width: 1000px; font-size: clamp(55px, 7vw, 95px); }
.library-hero > p { max-width: 760px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.guide-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.guide-filters button { min-height: 40px; padding: 0 15px; border: 1px solid var(--line); border-radius: 999px; background: #fff; cursor: pointer; font-size: 10px; font-weight: 800; }
.guide-filters button.active { border-color: var(--ink); background: var(--ink); color: #fff; }
.guide-library { display: grid; max-width: 1360px; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 0 auto; padding: 50px 28px 100px; }
.guide-library article { display: flex; min-height: 290px; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.guide-library article:nth-child(4n + 2) { background: var(--mint); }
.guide-library article:nth-child(4n + 3) { background: var(--blue); }
.guide-library article:nth-child(4n + 4) { background: var(--yellow); }
.guide-library article > span { color: var(--green); font-size: 8px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.guide-library h2 { margin: 30px 0 12px; font-family: var(--serif); font-size: 25px; font-weight: 500; line-height: 1.08; }
.guide-library p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.guide-library a { margin-top: auto; padding-top: 20px; font-size: 10px; font-weight: 850; }

.article-page > article { max-width: 1180px; margin: 0 auto; padding: 85px 28px 110px; }
.article-page header { max-width: 960px; }
.article-page header > a { display: inline-block; margin-bottom: 30px; color: var(--green); font-size: 11px; font-weight: 850; }
.article-page header > span, .article-page header > small { color: var(--green); font-size: 9px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.article-page h1 { margin: 18px 0; font-size: clamp(52px, 6vw, 82px); }
.article-page header > p { max-width: 800px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.article-layout { display: grid; grid-template-columns: 260px minmax(0, 720px); gap: 65px; margin-top: 60px; }
.article-layout > aside { position: sticky; top: 120px; align-self: start; padding: 22px; border-radius: 15px; background: var(--mint); }
.article-layout > aside > span { color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .09em; }
.article-layout > aside p { font-size: 11px; line-height: 1.5; }
.article-layout > aside .button { width: 100%; margin-top: 12px; }
.article-body { color: #27332f; font-family: var(--serif); font-size: 18px; line-height: 1.75; }
.article-body .lede { font-size: 24px; }
.article-body h2 { margin: 48px 0 12px; font-size: 34px; line-height: 1.1; }
.wallet-example { margin: 42px 0; padding: 28px; border: 1px solid #afccbf; border-radius: 18px; background: var(--mint); }
.wallet-example > span, .disclosure > span, .official-sources > span { color: var(--green); font-family: var(--sans); font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.wallet-example h3 { margin: 12px 0 20px; font-size: 27px; }
.wallet-example > div { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.wallet-example > div p { display: grid; margin: 0; padding: 14px; border-radius: 10px; background: rgba(255,255,255,.65); font-size: 13px; line-height: 1.4; }
.wallet-example > div b { color: var(--green); font-family: var(--sans); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.wallet-example blockquote { margin: 18px 0 0; padding: 18px; border-left: 4px solid var(--coral); background: #fff; font-size: 15px; }
.wallet-example blockquote b { display: block; color: var(--green); font-family: var(--sans); font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }
.disclosure { padding: 22px; border: 1px solid #e7c87b; border-radius: 14px; background: #fff2c9; }
.disclosure p { margin-bottom: 0; }
.official-sources { display: grid; gap: 8px; margin-top: 45px; padding-top: 25px; border-top: 1px solid var(--line); }
.official-sources a { color: var(--green); font-family: var(--sans); font-size: 11px; font-weight: 800; }
.article-legal { margin-top: 40px; color: var(--muted); font-family: var(--sans); font-size: 10px; }

.policy-page { max-width: 1100px; margin: 0 auto; padding: 90px 28px 110px; }
.policy-page > header { padding-bottom: 55px; border-bottom: 1px solid var(--line); }
.policy-page h1 { max-width: 900px; font-size: clamp(60px, 8vw, 100px); }
.policy-page header p { max-width: 800px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.policy-page section { padding: 48px 0; border-bottom: 1px solid var(--line); }
.policy-page section h2 { margin: 0 0 18px; font-family: var(--serif); font-size: 38px; font-weight: 500; }
.policy-page section > p, .policy-page section > ul { max-width: 820px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.policy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.policy-grid article { padding: 22px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.policy-grid article b { font-family: var(--serif); font-size: 22px; font-weight: 500; }
.policy-grid article p { color: var(--muted); font-size: 12px; line-height: 1.55; }

/* One My Wallet flow */
.overlay { position: fixed; z-index: 100; inset: 0; overflow: auto; padding: 24px; background: rgba(7, 16, 13, .72); backdrop-filter: blur(12px); }
.overlay-nested { z-index: 120; display: grid; place-items: center; }
.wallet-modal, .tools-modal, .kyc-modal { position: relative; width: min(1180px, 100%); min-height: min(820px, calc(100vh - 48px)); margin: 0 auto; overflow: hidden; border-radius: 26px; background: var(--paper); box-shadow: var(--shadow); }
.modal-close { position: absolute; z-index: 8; top: 17px; right: 18px; display: grid; width: 42px; height: 42px; place-items: center; border: 0; border-radius: 50%; background: #fff; color: var(--ink); cursor: pointer; font-size: 28px; line-height: 1; box-shadow: 0 4px 20px rgba(0,0,0,.1); }
.wallet-header { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 25px; padding: 16px 80px 16px 28px; background: var(--ink); color: #fff; }
.wallet-header > div { display: grid; justify-items: end; gap: 4px; }
.wallet-header > div span { color: #a8e4ca; font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.wallet-header > div strong { font-family: var(--serif); font-size: 18px; font-weight: 500; }
.wallet-progress { display: grid; grid-template-columns: repeat(6, 1fr); gap: 5px; padding: 14px 24px; border-bottom: 1px solid var(--line); background: #fff; }
.wallet-progress span { display: flex; align-items: center; gap: 8px; color: #929c98; font-size: 9px; font-weight: 800; }
.wallet-progress i { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: var(--paper-2); font-style: normal; font-size: 9px; }
.wallet-progress span.active { color: var(--ink); }
.wallet-progress span.active i { background: var(--coral); color: #fff; }
.wallet-progress span.complete { color: var(--green); }
.wallet-progress span.complete i { background: var(--mint); }
.wallet-body { max-height: calc(100vh - 210px); overflow: auto; padding: 42px; }
.wallet-step { animation: step-in .25s ease; }
@keyframes step-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.step-heading { max-width: 820px; }
.step-heading > span { color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .11em; }
.step-heading h2 { margin: 10px 0 12px; font-family: var(--serif); font-size: clamp(38px, 4.5vw, 58px); font-weight: 500; letter-spacing: -.05em; line-height: .98; }
.step-heading p { max-width: 780px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.back-button { margin-bottom: 24px; padding: 0; border: 0; background: transparent; color: var(--green); cursor: pointer; font-size: 11px; font-weight: 850; }
.goal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 32px; }
.goal-grid button { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 14px; min-height: 108px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; cursor: pointer; text-align: left; }
.goal-grid button:last-child { grid-column: 1 / -1; }
.goal-grid button:hover, .goal-grid button.selected { border-color: var(--green); background: var(--mint); }
.goal-grid button > i { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-style: normal; font-size: 10px; font-weight: 900; }
.goal-grid button span { display: grid; gap: 4px; }
.goal-grid button strong { font-family: var(--serif); font-size: 22px; font-weight: 500; }
.goal-grid button small { color: var(--muted); font-size: 10px; line-height: 1.35; }
.goal-grid button > b { color: var(--green); }
.demo-note { margin: 20px 0 0; color: var(--muted); font-size: 9px; line-height: 1.5; }

.snapshot-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px; margin-top: 30px; }
.snapshot-form, .verify-form { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 12px; }
.snapshot-form label, .verify-form > label, .calculator-layout form > label { display: grid; align-content: start; gap: 7px; color: var(--ink-2); font-size: 9px; font-weight: 850; letter-spacing: .07em; }
.snapshot-form input, .snapshot-form select, .verify-form input, .calculator-layout input, .calculator-layout select { width: 100%; min-height: 48px; padding: 0 13px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); outline: none; }
.snapshot-form input:focus, .snapshot-form select:focus, .verify-form input:focus, .calculator-layout input:focus, .calculator-layout select:focus { border-color: var(--line); box-shadow: none; outline: none; }
.snapshot-form label.field-invalid > input, .snapshot-form label.field-invalid > select, .verify-form label.field-invalid > input { border-color: #b62440; background-color: #fff8f9; box-shadow: 0 0 0 3px rgba(182,36,64,.08); }
.snapshot-form label.field-invalid .money-input { border-color: #b62440; background-color: #fff8f9; box-shadow: 0 0 0 3px rgba(182,36,64,.08); }
.snapshot-form label.field-invalid .money-input input { background-color: transparent; box-shadow: none; }
.field-error { display: block; margin-top: 1px; color: #a71935; font-size: 10px; font-weight: 750; letter-spacing: 0; line-height: 1.4; }
.field-error::before { content: "!"; display: inline-grid; width: 15px; height: 15px; place-items: center; margin-right: 5px; border-radius: 50%; background: #b62440; color: #fff; font-size: 9px; }
.consent.field-invalid { border-color: #b62440; background: #fff8f9; box-shadow: 0 0 0 3px rgba(182,36,64,.08); }
.consent .field-error { display: flex; align-items: center; gap: 5px; margin-top: 5px; }
.consent .field-error::before { flex: 0 0 15px; margin-right: 0; }
.snapshot-form .full, .verify-form .full { grid-column: 1 / -1; }
.money-input { display: flex; align-items: center; overflow: hidden; min-height: 48px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.money-input span { padding: 0 0 0 13px; color: var(--muted); }
.money-input input { min-height: 46px; border: 0; }
.health-card { padding: 25px; border-radius: 18px; background: var(--ink); color: #fff; }
.health-card > span { color: #a8e4ca; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.health-ring { display: grid; width: 145px; height: 145px; place-content: center; justify-items: center; margin: 22px auto; border-radius: 50%; background: radial-gradient(circle at center, var(--ink) 0 58%, transparent 59%), conic-gradient(var(--coral) 0 var(--score, 310deg), #34453f var(--score, 310deg)); }
.health-ring strong { font-family: var(--serif); font-size: 52px; font-weight: 500; }
.health-ring small { color: #9baba5; font-size: 9px; }
.health-card h3 { margin: 0; text-align: center; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.health-card > p { color: #aab7b2; font-size: 11px; line-height: 1.5; text-align: center; }
.health-card ul { margin: 20px 0; padding: 0; list-style: none; }
.health-card li { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #354640; color: #c3ccc9; font-size: 10px; }
.health-card li b { color: #fff; }
.health-card details { color: #a8e4ca; font-size: 9px; }
.health-card details p { color: #aab7b2; line-height: 1.5; }
.step-primary { min-width: 240px; margin-top: 25px; }
.snapshot-form .step-primary { width: max-content; max-width: 100%; justify-self: start; margin-top: 10px; }

.verify-form { max-width: 820px; margin-top: 30px; }
.consent { display: flex !important; align-items: flex-start; gap: 12px !important; padding: 17px; border: 1px solid var(--line); border-radius: 13px; background: #fff; cursor: pointer; letter-spacing: 0 !important; }
.consent input { width: 18px !important; min-height: 18px !important; flex: 0 0 18px; margin: 2px 0 0; padding: 0 !important; }
.consent > span { display: grid; gap: 4px; color: var(--muted); font-size: 10px; font-weight: 500; line-height: 1.45; }
.consent > span > strong { color: var(--ink); font-size: 11px; }
.otp-panel { display: grid; grid-template-columns: minmax(170px, 1fr) minmax(180px, 1fr); align-items: end; gap: 14px; padding: 22px; border: 1px solid #b8ddcb; border-radius: 15px; background: linear-gradient(145deg, #f4fcf7, #e9f7ef); box-shadow: 0 10px 28px rgba(19,124,89,.08); }
.otp-panel > div { display: grid; gap: 3px; }
.otp-panel > div span { font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.otp-panel > div strong { color: var(--ink); font-family: var(--serif); font-size: 23px; font-weight: 600; letter-spacing: 0; }
.otp-panel > div small { color: var(--muted); font-size: 10px; line-height: 1.45; }
.otp-panel > .button { grid-column: 1 / -1; width: 100%; }
.otp-code-field { display: grid; gap: 7px; }
.otp-code-field > span { color: var(--ink-2); font-size: 9px; font-weight: 850; letter-spacing: .07em; }
.otp-code-boxes { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; }
.otp-code-boxes input { width: 100%; min-width: 0; height: 52px; border: 1px solid #b8c8c0; border-radius: 9px; background: #fff; color: var(--ink); font-size: 22px; font-weight: 800; text-align: center; outline: 0; transition: border-color .18s, background-color .18s, box-shadow .18s; }
.otp-code-boxes input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(19,124,89,.12); }
.otp-panel.is-error { border-color: #dc8799; background: linear-gradient(145deg, #fff8f9, #fcecef); }
.otp-panel.is-error .otp-code-boxes input { border-color: #c83450; background: #fffafb; }
.otp-panel.is-success { border-color: #65b78e; background: linear-gradient(145deg, #f1fcf5, #def4e7); }
.otp-panel.is-success .otp-code-boxes input { border-color: #168250; background: #f7fffa; color: #0d6b40; }
.otp-panel p { grid-column: 1 / -1; margin: 0; color: #b62440; font-size: 10px; }
.otp-panel .otp-actions { grid-column: 1 / -1; display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.otp-actions button { border: 0; background: transparent; padding: 3px 0; color: var(--green); font: inherit; font-size: 10px; font-weight: 800; text-decoration: underline; cursor: pointer; }
.otp-actions button:disabled { color: var(--muted); cursor: wait; text-decoration: none; }
.otp-actions span { color: var(--muted); font-size: 10px; }
.otp-panel p[data-otp-success] { color: #12623f; }
.verify-form .form-message { margin: 0; font-size: 10px; font-weight: 700; }
.verify-form .form-error { color: #b62440; }
.data-boundary { max-width: 820px; margin-top: 20px; padding: 18px; border-left: 4px solid var(--green); background: var(--mint); }
.data-boundary strong { font-family: var(--serif); font-size: 20px; font-weight: 500; }
.data-boundary p { margin: 5px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }

.report-banner { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; padding: 12px; border: 1px solid #dec56d; border-radius: 10px; background: #fff0b7; font-size: 8px; font-weight: 800; letter-spacing: .07em; }
.report-banner b { margin-right: auto; }
.report-banner span { padding: 3px 6px; border-radius: 4px; background: rgba(255,255,255,.55); }
.plan-top { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; }
.plan-top > div > span { color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.plan-top h2 { margin: 8px 0 10px; font-family: var(--serif); font-size: clamp(36px, 4vw, 52px); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.plan-top p { margin: 0; color: var(--muted); }
.plan-score { display: grid; width: 110px; height: 110px; place-content: center; justify-items: center; border: 8px solid var(--mint-2); border-radius: 50%; background: #fff; }
.plan-score span { color: var(--green); font-size: 8px; font-weight: 900; letter-spacing: .08em; }
.plan-score strong { font-family: var(--serif); font-size: 38px; font-weight: 500; }
.plan-score small { color: var(--muted); font-size: 8px; }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 30px; }
.plan-grid article { min-height: 190px; padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.plan-grid article:nth-child(2) { background: var(--mint); }
.plan-grid article:nth-child(3) { background: var(--yellow); }
.plan-grid article span { color: var(--green); font-size: 8px; font-weight: 900; letter-spacing: .09em; }
.plan-grid article strong { display: block; margin: 25px 0 8px; font-family: var(--serif); font-size: 22px; font-weight: 500; line-height: 1.1; }
.plan-grid article p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.report-accounts { margin-top: 20px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.report-accounts h3 { margin: 0 0 18px; font-family: var(--serif); font-size: 24px; font-weight: 500; }
.report-accounts article { display: grid; grid-template-columns: 1fr auto; gap: 7px 20px; padding: 12px 0; border-top: 1px solid var(--line); }
.report-accounts article > span { display: grid; gap: 3px; }
.report-accounts article small { color: var(--muted); font-size: 9px; }
.report-accounts article > strong { font-size: 11px; }
.report-accounts article > i { grid-column: 1 / -1; height: 5px; overflow: hidden; border-radius: 5px; background: var(--paper-2); }
.report-accounts article > i b { display: block; height: 100%; background: var(--coral); }
.plan-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; margin-top: 22px; }

.compare-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; margin-top: 28px; }
.partner-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.partner-list label { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; cursor: pointer; }
.partner-list input { width: 18px; height: 18px; accent-color: var(--green); }
.partner-list span { display: grid; gap: 3px; }
.partner-list strong { font-family: var(--serif); font-size: 18px; font-weight: 500; }
.partner-list small { color: var(--muted); font-size: 9px; }
.partner-list label > b { color: var(--green); }
.reward-card { padding: 23px; border-radius: 16px; background: var(--ink); color: #fff; }
.reward-card > span { color: #a8e4ca; font-size: 8px; font-weight: 900; letter-spacing: .09em; }
.reward-card > strong { display: block; margin: 18px 0; font-family: var(--serif); font-size: 58px; font-weight: 500; }
.reward-card p { color: #c0cac6; font-size: 11px; line-height: 1.5; }
.reward-card small { color: #899892; font-size: 9px; line-height: 1.45; }
.share-boundary { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 20px 0; }
.share-boundary > div { padding: 18px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.share-boundary > div:last-child { background: var(--mint); }
.share-boundary span { color: var(--green); font-size: 8px; font-weight: 900; letter-spacing: .09em; }
.share-boundary p { margin: 8px 0 0; color: var(--muted); font-size: 10px; }
.wallet-step[data-wallet-step="compare"] > .consent { margin-top: 10px; }

.call-pass { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 14px; margin-top: 30px; padding: 22px; border-radius: 17px; background: var(--ink); color: #fff; }
.call-pass > div { display: grid; gap: 5px; }
.call-pass span { color: #a8e4ca; font-size: 8px; font-weight: 900; letter-spacing: .09em; }
.call-pass strong { font-family: var(--serif); font-size: 27px; font-weight: 500; }
.call-pass small { color: #92a09b; font-size: 8px; }
.reward-status { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; }
.reward-status article { padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.reward-status span { color: var(--green); font-size: 8px; font-weight: 900; letter-spacing: .09em; }
.reward-status strong { display: block; margin: 12px 0 6px; font-family: var(--serif); font-size: 23px; font-weight: 500; }
.reward-status p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.45; }
.payout-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 25px; margin-top: 18px; padding: 22px; border: 1px solid #afccbf; border-radius: 15px; background: var(--mint); }
.payout-card > div { display: grid; justify-items: center; }
.payout-card span { font-size: 8px; font-weight: 900; letter-spacing: .09em; }
.payout-card strong { font-family: var(--serif); font-size: 40px; font-weight: 500; }
.payout-card small, .payout-card p { color: var(--muted); font-size: 9px; }

.tools-modal { min-height: auto; padding: 45px; }
.calculator-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; margin-top: 30px; }
.calculator-layout form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.calculator-layout aside { padding: 28px; border-radius: 18px; background: var(--ink); color: #fff; }
.calculator-layout aside > span { color: #a8e4ca; font-size: 9px; font-weight: 900; letter-spacing: .09em; }
.calculator-layout aside > strong { display: block; margin: 20px 0; font-family: var(--serif); font-size: 60px; font-weight: 500; }
.calculator-layout aside p { display: flex; justify-content: space-between; padding: 10px 0; border-top: 1px solid #394a44; color: #b9c4c0; font-size: 10px; }
.calculator-layout aside p b { color: #fff; }
.calculator-layout aside small { display: block; color: #899691; font-size: 8px; line-height: 1.5; }
.calculator-layout aside .button { width: 100%; margin-top: 20px; }

.kyc-modal { width: min(680px, 100%); min-height: auto; padding: 42px; }
.kyc-modal h2 { margin: 12px 0; font-family: var(--serif); font-size: 42px; font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.kyc-modal > p { color: var(--muted); font-size: 12px; line-height: 1.55; }
.kyc-sample { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 24px 0; }
.kyc-sample span { display: grid; gap: 5px; padding: 14px; border: 1px solid var(--line); border-radius: 10px; background: #fff; font-size: 11px; }
.kyc-sample b { color: var(--green); font-size: 8px; letter-spacing: .09em; }
.kyc-modal > .button { width: 100%; margin-top: 14px; }
.kyc-complete { margin-top: 20px; padding: 20px; border-radius: 14px; background: var(--mint); text-align: center; }
.kyc-complete i { display: grid; width: 45px; height: 45px; margin: 0 auto 10px; place-items: center; border-radius: 50%; background: var(--green); color: #fff; font-style: normal; }
.kyc-complete strong { font-family: var(--serif); font-size: 23px; font-weight: 500; }
.kyc-complete p { color: var(--muted); font-size: 10px; }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; padding: 0 20px; }
  .hero { grid-template-columns: 1fr; gap: 45px; padding-top: 55px; }
  .hero-copy { max-width: 780px; }
  .rent-section, .privacy-section, .newsletter-section { grid-template-columns: 1fr; }
  .rent-section { padding-inline: 28px; }
  .featured-guides, .economics-grid, .guide-library { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: 1fr auto; }
  .footer-main nav { grid-column: 1 / -1; grid-row: 2; }
  .snapshot-layout, .compare-layout, .calculator-layout { grid-template-columns: 1fr; }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-grid article { min-height: auto; }
  .article-layout { grid-template-columns: 1fr; }
  .article-layout > aside { position: static; }
}

@media (max-width: 700px) {
  .demo-strip { justify-content: flex-start; overflow: hidden; padding: 5px 12px; white-space: nowrap; }
  .site-header { min-height: 64px; padding: 0 14px; }
  .wordmark > img { width: 150px; max-width: 42vw; }
  .wordmark > span { display: none; }
  .header-cta { min-height: 38px; padding: 0 12px; font-size: 10px; }
  .header-cta span { display: none; }
  .hero { min-height: auto; padding: 44px 16px 68px; }
  .hero h1 { font-size: 48px; }
  .hero-copy > p { font-size: 15px; }
  .snapshot-preview { border-radius: 20px; box-shadow: 6px 6px 0 var(--mint); }
  .snapshot-title { padding: 20px 18px 16px; }
  .snapshot-title h2 { font-size: 23px; }
  .snapshot-title > i { width: 54px; height: 54px; flex-basis: 54px; }
  .snapshot-title > i::after { width: 40px; height: 40px; }
  .snapshot-person { width: calc(100% - 36px); margin-inline: 18px; }
  .snapshot-grid { padding-inline: 18px; }
  .snapshot-next { margin-inline: 18px; }
  .product-section, .tools-section, .guides-section, .economics-section { padding: 70px 16px; }
  .section-heading h2 { font-size: 42px; }
  .product-card { grid-template-columns: 45px 1fr; gap: 12px; padding: 20px; box-shadow: 5px 5px 0 var(--ink); }
  .product-card > i { width: 40px; height: 40px; }
  .product-card strong { font-size: 27px; }
  .product-card > b { grid-column: 2; }
  .path-strip { justify-content: flex-start; overflow-x: auto; padding-bottom: 8px; white-space: nowrap; }
  .rent-section { gap: 35px; padding: 70px 16px; }
  .rent-section h2 { font-size: 44px; }
  .rent-section ol { grid-template-columns: 1fr; }
  .tool-grid, .featured-guides, .economics-grid, .guide-library { grid-template-columns: 1fr; }
  .tool-grid button { grid-template-columns: 45px 1fr; }
  .tool-grid button > b { grid-column: 2; }
  .featured-guides article { min-height: 280px; }
  .privacy-section { gap: 40px; padding: 70px 16px; }
  .privacy-section ol { grid-template-columns: 1fr; }
  .newsletter-section { padding: 55px 16px; }
  .newsletter-section form { grid-template-columns: 1fr; }
  .site-footer { padding: 55px 16px 90px; }
  .footer-main { grid-template-columns: 1fr; gap: 25px; }
  .footer-main nav { grid-column: auto; grid-row: auto; display: grid; }
  .footer-main > .button { width: 100%; }
  .footer-legal { align-items: flex-start; flex-direction: column; }
  .mobile-dock { position: fixed; z-index: 40; right: 0; bottom: 0; left: 0; display: block; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(247,245,239,.96); backdrop-filter: blur(12px); }
  .mobile-dock .button { width: 100%; }
  .library-hero, .article-page > article, .policy-page { padding: 65px 16px 80px; }
  .library-hero h1, .article-page h1, .policy-page h1 { font-size: 50px; }
  .guide-library { padding: 35px 16px 90px; }
  .article-layout { gap: 30px; }
  .article-body { font-size: 17px; }
  .article-body .lede { font-size: 21px; }
  .wallet-example > div, .policy-grid { grid-template-columns: 1fr; }
  .overlay { padding: 0; background: var(--paper); }
  .wallet-modal, .tools-modal { width: 100%; min-height: 100dvh; border-radius: 0; }
  .wallet-header { min-height: 70px; padding: 13px 62px 13px 16px; }
  .wallet-header > div { display: none; }
  .modal-close { top: 14px; right: 13px; width: 40px; height: 40px; }
  .wallet-progress { position: sticky; z-index: 5; top: 0; padding: 9px 12px; }
  .wallet-progress span { justify-content: center; }
  .wallet-progress b { display: none; }
  .wallet-progress i { width: 29px; height: 29px; }
  .wallet-body { max-height: calc(100dvh - 118px); padding: 28px 16px 90px; }
  .step-heading h2 { font-size: 38px; }
  .goal-grid { grid-template-columns: 1fr; }
  .goal-grid button:last-child { grid-column: auto; }
  .snapshot-form, .verify-form { grid-template-columns: 1fr; }
  .snapshot-form .full, .verify-form .full { grid-column: auto; }
  .health-card { order: -1; }
  .otp-panel { grid-template-columns: 1fr; }
  .otp-panel p { grid-column: auto; }
  .step-primary { width: 100%; }
  .plan-top { grid-template-columns: 1fr; }
  .plan-score { width: 92px; height: 92px; }
  .plan-actions { display: grid; }
  .partner-list, .share-boundary { grid-template-columns: 1fr; }
  .call-pass, .payout-card { grid-template-columns: 1fr; }
  .call-pass .button, .payout-card .button { width: 100%; }
  .reward-status { grid-template-columns: 1fr; }
  .tools-modal { padding: 80px 16px 35px; }
  .calculator-layout form { grid-template-columns: 1fr; }
  .calculator-layout aside > strong { font-size: 52px; }
  .kyc-modal { min-height: 100dvh; padding: 80px 16px 35px; border-radius: 0; }
  .kyc-sample { grid-template-columns: 1fr; }
}

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

/* ---------------------------------------------------------------------
   Partner thank-you pages — /options/<slug>-support
   Ported from debtivo's 46 Tailwind `*-support.ejs` files. This project has
   no Tailwind build, so the layout is rebuilt on the existing tokens rather
   than pasted across.
   --------------------------------------------------------------------- */
.connected-hero { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: start; max-width: 1180px; margin: 0 auto; padding: 72px 32px 56px; }
.connected-copy h1 { font-size: clamp(2.1rem, 4.4vw, 3.4rem); line-height: 1.06; letter-spacing: -.02em; margin: 14px 0 18px; }
.connected-copy h1 em { font-family: var(--serif); font-style: italic; color: var(--green); }
.connected-copy > p { font-size: 1.08rem; color: var(--muted); max-width: 46ch; margin: 0 0 26px; }
.connected-pending { background: var(--mint); border: 1px solid var(--mint-2); border-radius: 14px; padding: 16px 18px; font-size: .95rem; color: var(--ink-2); margin: 0 0 22px; }
.connected-copy .trust-row { margin-top: 26px; }

.connected-status { background: var(--white); border: 1px solid var(--line); border-radius: 22px; padding: 26px; box-shadow: var(--shadow); }
.connected-status > span { font-size: .7rem; letter-spacing: .13em; font-weight: 700; color: var(--muted); }
.connected-status ol { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 16px; }
.connected-status li { display: flex; gap: 14px; align-items: flex-start; }
.connected-status li b { flex: none; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; font-size: .82rem; background: var(--paper-2); color: var(--muted); }
.connected-status li.done b { background: var(--green); color: var(--white); }
.connected-status strong { display: block; font-size: .95rem; }
.connected-status small { color: var(--muted); font-size: .84rem; }

.connected-detail { max-width: 1180px; margin: 0 auto; padding: 8px 32px 64px; }
.connected-detail .section-heading { max-width: 62ch; }
.connected-detail h2 { font-size: clamp(1.5rem, 2.6vw, 2.2rem); letter-spacing: -.015em; margin: 0 0 10px; }
.connected-detail .section-heading p { color: var(--muted); margin: 0; }
.connected-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; margin: 34px 0 0; }
.connected-features > div { background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 22px; }
.connected-features dt { font-weight: 650; margin: 0 0 8px; display: flex; gap: 9px; align-items: baseline; }
.connected-features dt::before { content: "✓"; color: var(--green); font-weight: 700; }
.connected-features dd { margin: 0; color: var(--muted); font-size: .93rem; line-height: 1.55; }

.connected-legal { max-width: 1180px; margin: 0 auto; padding: 0 32px 72px; }
.connected-legal p { font-size: .84rem; line-height: 1.6; color: var(--muted); max-width: 92ch; margin: 0 0 10px; }
.connected-legal a { text-decoration: underline; }

@media (max-width: 900px) {
  .connected-hero { grid-template-columns: 1fr; gap: 30px; padding: 44px 20px 36px; }
  .connected-detail, .connected-legal { padding-left: 20px; padding-right: 20px; }
}

.connected-steps { max-width: 1180px; margin: 0 auto; padding: 0 32px 12px; }
.connected-steps ol { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 26px; }
.connected-steps li { text-align: center; }
.connected-steps img { width: 72px; height: 72px; object-fit: contain; }
.connected-steps h3 { font-size: 1.05rem; font-weight: 600; margin: 14px 0 0; }
@media (max-width: 900px) { .connected-steps { padding-left: 20px; padding-right: 20px; } }
