@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap";:root{--bg-base:#fffcf7;--bg-subtle:#f4f0e8;--border-light:#e8e0d4;--border-strong:#d4c8b8;--text-main:#1a1612;--text-muted:#6a6158;--primary:#1a1612;--primary-hover:#3a322c;--cyan:#1a1612;--success:#2f7a52;--font-body:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-heading:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--bg-base);color:var(--text-main);-webkit-font-smoothing:antialiased;width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.04em;font-weight:700}.capture-container{width:100%;max-width:480px;margin:4rem auto;padding:24px}.site-gate{background:var(--bg-base);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2.5rem 1.5rem 3.5rem;display:flex}.site-gate-logo{width:min(92vw,560px);margin:0 0 2.25rem}.site-gate-logo svg{width:100%;height:auto;display:block}.site-gate-card{width:100%;max-width:420px}.site-gate-card .btn-primary{width:auto;min-width:10rem;margin:0 auto;display:flex}.card-minimal{border:1px solid var(--border-light);background:#fff;border-radius:24px;padding:2.5rem 2rem;box-shadow:0 10px 40px #0000000d}.form-group{flex-direction:column;display:flex}.form-label{color:var(--text-main);margin-bottom:8px;font-size:.875rem;font-weight:600;display:block}.form-check{align-items:flex-start;gap:.65rem;margin-bottom:1.25rem;display:flex}.form-check input{width:1rem;height:1rem;accent-color:var(--text-main);flex-shrink:0;margin-top:.25rem}.form-check label{color:var(--text-main);cursor:pointer;font-size:.875rem;font-weight:600}.form-check a{color:inherit;text-underline-offset:.15em}.form-check--legal label{color:var(--text-muted);font-weight:500;line-height:1.45}.form-input{background:var(--bg-subtle);color:var(--text-main);border:2px solid #0000;border-radius:12px;width:100%;padding:1rem;font-size:1rem;transition:all .2s}.form-input::placeholder{color:#9ca3af}.form-input:focus{border-color:var(--text-main);background:#fff;outline:none;box-shadow:0 4px 12px #00000014}.price-box{border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;margin:1.5rem 0;padding:1.25rem 0;display:flex}.price-amount{color:var(--text-main);font-size:1.5rem;font-weight:700;font-family:var(--font-heading)}.btn-primary{background:var(--text-main);color:#fff;cursor:pointer;width:auto;font-size:1rem;font-weight:600;font-family:var(--font-body);border:none;border-radius:9999px;justify-content:center;align-items:center;gap:8px;padding:14px 28px;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-1px)}.capture-container .btn-primary{width:100%}.capture-invite-hint{color:var(--text-muted);margin-top:.85rem;font-size:.8rem;line-height:1.45}.capture-invite-hint a{color:inherit;text-underline-offset:.15em;font-weight:600}.payu-line{text-align:center;color:var(--text-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:.45rem .55rem;margin-top:1.25rem;padding:.45rem .2rem .2rem;font-size:.75rem;line-height:1.2;display:flex;overflow:visible}.payu-mark-wrap{align-items:center;padding:8px 10px 4px 4px;line-height:0;display:inline-flex;overflow:visible}.payu-mark{object-fit:contain;object-position:left center;flex-shrink:0;width:auto;max-width:none;height:32px;display:block;overflow:visible}.btn-blue{background:var(--text-main);color:#fff;cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:8px;padding:16px 32px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-blue:hover{background:var(--primary-hover);transform:translateY(-2px)}.spinner{border:2px solid #0000001a;border-top-color:var(--text-main);border-radius:50%;width:24px;height:24px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeIn}.app-container{background:var(--bg-base);flex-direction:column;width:100%;min-height:100vh;display:flex}.nav-header{border-bottom:1px solid var(--border-light);-webkit-backdrop-filter:blur(16px);z-index:100;background:#ffffffeb;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;padding:1.1rem 2.5rem;display:grid;position:sticky;top:0}.nav-header .nav-brand{justify-self:start}.nav-brand{align-items:center;gap:.75rem;min-width:0;display:flex}.powered-by{border-left:1px solid var(--border-strong);flex-direction:column;justify-content:center;align-items:flex-start;gap:.12rem;min-width:0;padding-left:.85rem;text-decoration:none;transition:opacity .15s;display:flex}.powered-by:hover{opacity:.78}.powered-by-label{letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);white-space:nowrap;margin-left:5.5px;font-size:.58rem;font-weight:600;line-height:1}.powered-by-logo{width:auto;max-width:180px;height:28px;display:block}.nav-header--over-hero .powered-by{border-left-color:#ffffff47}.nav-header--over-hero .powered-by-label{color:#f5f2eab3}.nav-links{justify-self:center;align-items:center;gap:1.5rem;display:flex}.nav-links a{color:var(--text-main);opacity:.78;font-size:.95rem;font-weight:500;text-decoration:none;transition:opacity .15s}.nav-links a:hover{opacity:1}.nav-actions{justify-self:end;align-items:center;gap:.85rem;display:flex}.lang-switch{letter-spacing:.06em;color:var(--text-main);opacity:.72;padding:.35rem .15rem;font-size:.82rem;font-weight:700;text-decoration:none}.lang-switch:hover{opacity:1}.lang-switch--on-dark{color:#f5f2ea}.btn-nav{white-space:nowrap;padding:10px 20px;font-size:.9rem}.nav-header--over-hero{-webkit-backdrop-filter:blur(18px);background:#1a161252;border-bottom:none;position:fixed;left:0;right:0}.nav-header--over-hero .nav-links a{color:#f5f2ea}.logo{width:auto;max-width:200px;height:40px;line-height:0;text-decoration:none;display:block}.logo svg{width:auto;max-width:100%;height:40px;display:block}.btn-secondary{color:var(--text-main);border:1px solid var(--border-strong);cursor:pointer;background:0 0;border-radius:9999px;padding:10px 24px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s}.btn-secondary:hover{background:var(--bg-subtle);border-color:var(--text-main)}.main-content{flex-direction:column;flex:1;display:flex}.app-container--landing .main-content{display:block}.landing{width:100%}.band{scroll-margin-top:5.5rem}.band--mute{background:var(--bg-subtle)}.band--ink{color:#f7f3ec;background:#1c1916}.band--ink .scene-kicker,.band--ink .explain-lead,.band--ink .explain-card p,.band--ink .account-steps p,.band--ink .banks-line{color:#f5f5f4ad}.band--ink .account-step-num{color:#f7f3ec80}.band--ink .account-step h4{color:#f5f5f4}.band--ink .explain-card{background:#ffffff0f;border:1px solid #ffffff1a}.band--ink .explain-card a{color:#f7f3ec}.band--ink .explain-card h3,.band--ink .explain-safety h3,.band--ink .account-step h4{color:#f5f5f4}.band--ink .explain-safety{border-top-color:#ffffff1f}.hero{color:#fff;background-image:linear-gradient(90deg,#00000061 0%,#0000001a 38%,#0000 62%),linear-gradient(#0000 32%,#00000014 58%,#00000052 100%),url(/hero.jpg);background-position:50% 48%;background-size:cover;grid-template-rows:1fr;grid-template-columns:minmax(0,1.1fr) minmax(280px,420px);align-items:start;gap:3rem;min-height:100vh;padding:8.5rem 4rem 4.5rem;display:grid}.hero-copy{flex-direction:column;align-items:flex-start;gap:1.25rem;max-width:640px;padding-top:8vh;padding-bottom:0;display:flex}.hero-copy h1{letter-spacing:-.05em;text-shadow:0 2px 28px #00000059;font-size:clamp(2.75rem,6vw,5.25rem);font-weight:800;line-height:.98}.hero-copy p{color:#ffffffdb;max-width:28rem;font-size:1.2rem;font-weight:400;line-height:1.5}.hero-actions{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.btn-hero{margin-top:0}.btn-hero-ghost{color:#fff;font-size:1rem;font-weight:600;font-family:var(--font-body);background:0 0;border:1px solid #ffffff80;border-radius:9999px;justify-content:center;align-items:center;padding:14px 28px;text-decoration:none;transition:background .2s,border-color .2s;display:inline-flex}.btn-hero-ghost:hover{background:#ffffff1f;border-color:#fff}.hero-card{-webkit-backdrop-filter:blur(22px);color:#1a1612;background:#ffffffb8;border:1px solid #ffffffd9;border-radius:28px;place-self:end;width:100%;max-width:360px;margin-bottom:2.5rem;padding:1.75rem 1.6rem;box-shadow:0 24px 60px #0000002e}.hero-card-label{letter-spacing:.02em;opacity:.8;font-size:.85rem;font-weight:600}.hero-card-amount{letter-spacing:-.04em;margin-top:1.1rem;font-size:clamp(2rem,4vw,2.5rem);font-weight:800;line-height:1}.hero-card-amount--ok{color:var(--success)}.hero-card-meta{opacity:.82;margin-top:.45rem;font-size:.95rem}.hero-card-note{opacity:.78;margin-top:1.15rem;font-size:.92rem;line-height:1.45}.hero-kicker{letter-spacing:.14em;text-transform:uppercase;color:#ffffffc7;margin:0;font-size:.78rem;font-weight:700}.hero-trust{flex-wrap:wrap;gap:.5rem;margin:.35rem 0 0;padding:0;list-style:none;display:flex}.hero-trust li{letter-spacing:.02em;color:#ffffffeb;background:#00000038;border:1px solid #ffffff47;border-radius:9999px;padding:.38rem .75rem;font-size:.78rem;font-weight:600}.hero-card-rows{flex-direction:column;gap:.55rem;margin:1.15rem 0 0;display:flex}.hero-card-row{border-top:1px solid #1a16121f;justify-content:space-between;gap:1rem;padding-top:.55rem;font-size:.9rem;display:flex}.hero-card-row dt{opacity:.62;font-weight:500}.hero-card-row dd{margin:0;font-weight:700}.how,.uses{max-width:1120px;margin:0 auto;padding:6.5rem 4rem;scroll-margin-top:5.5rem}.how h2,.uses h2{max-width:18ch;margin-bottom:.85rem;font-size:clamp(2rem,4vw,3.25rem);line-height:1.05}.how-lead,.uses-lead{max-width:36rem;color:var(--text-muted);margin-bottom:2.25rem;font-size:1.15rem;line-height:1.55}.how-steps{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin:0;padding:0;list-style:none;display:grid}.how-step{background:var(--bg-subtle);border-radius:24px;padding:1.75rem 1.5rem}.how-step-num{letter-spacing:.12em;color:var(--text-muted);margin-bottom:.85rem;font-size:.8rem;font-weight:700;display:block}.how-step h3{margin-bottom:.5rem;font-size:1.25rem}.how-step p{color:var(--text-muted);margin:0;font-size:.98rem;line-height:1.5}.uses-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin:0;padding:0;list-style:none;display:grid}.uses-card{background:var(--bg-subtle);border-radius:24px;padding:1.6rem 1.5rem}.uses-card svg{color:var(--text-main);margin-bottom:.85rem}.uses-card h3{margin-bottom:.45rem;font-size:1.15rem}.uses-card p{color:var(--text-muted);margin:0;font-size:.98rem;line-height:1.5}.explain--compact{padding-top:5rem;padding-bottom:5rem}.explain--compact h2{max-width:22ch}.bank-points{grid-template-columns:repeat(4,1fr);gap:1rem;margin:0;padding:0;list-style:none;display:grid}.bank-points li{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:20px;padding:1.25rem 1.15rem}.bank-points strong{margin-bottom:.4rem;font-size:1.05rem;display:block}.bank-points p{color:#f5f5f4ad;margin:0;font-size:.92rem;line-height:1.45}.companies-cta{align-items:center;gap:.4rem;margin-top:1.35rem;display:inline-flex}.companies-points{border-top:1px solid #ffffff1f;flex-direction:column;gap:.95rem;margin:1.35rem 0 0;padding:1.15rem 0 0;list-style:none;display:flex}.companies-points strong{margin-bottom:.2rem;font-size:.95rem;display:block}.companies-points span{color:#ffffffb3;font-size:.92rem;line-height:1.45}.invite-page .scene{padding-top:5rem}.invite-order-hint{margin-top:1.35rem}.invite-order-hint a{color:inherit;align-items:center;gap:.3rem;font-weight:600;display:inline-flex}.explain{max-width:1120px;margin:0 auto;padding:6.5rem 4rem;scroll-margin-top:5.5rem}.explain h2{max-width:18ch;margin-bottom:1rem;font-size:clamp(2rem,4vw,3.25rem);line-height:1.05}.explain-lead{max-width:40rem;color:var(--text-muted);margin-bottom:2.5rem;font-size:1.15rem;line-height:1.55}.explain-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.explain-card{background:var(--bg-subtle);border-radius:24px;padding:1.75rem 1.6rem}.explain-card h3{margin-bottom:.65rem;font-size:1.15rem}.explain-card p{color:var(--text-muted);font-size:.98rem;line-height:1.5}.explain-card p+p{margin-top:.75rem}.explain-card a{color:inherit;text-underline-offset:.18em;font-weight:600;text-decoration:underline}.explain-card a:hover{opacity:.85}.explain-card h3 a{font-weight:inherit}.banks-line{max-width:40rem;color:var(--text-muted);margin-top:1.75rem;font-size:1.05rem;line-height:1.5}.banks-line a,.faq-item p a{color:inherit;text-underline-offset:.18em;font-weight:600;text-decoration:underline}.banks-line a:hover,.faq-item p a:hover{opacity:.85}.explain-safety{border-top:1px solid var(--border-light);margin-top:2.75rem;padding-top:2.25rem}.explain-safety h3{max-width:22ch;margin:.35rem 0 2.25rem;font-size:clamp(1.5rem,3vw,2rem);line-height:1.15}.account-steps{--account-num:2.3rem;grid-template-columns:repeat(4,minmax(0,1fr));width:100%;margin:0;padding:0;list-style:none;display:grid}.account-step{min-width:0;padding-right:1rem}.account-step:last-child{padding-right:0}.account-step-rail{min-height:var(--account-num);align-items:center;margin-bottom:1.15rem;display:flex}.account-step-num{width:var(--account-num);height:var(--account-num);letter-spacing:.06em;color:#f7f3ecb3;background:#1c1916;border:1px solid #ffffff38;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:.72rem;font-weight:700;display:flex}.account-step-line{background:linear-gradient(90deg,#ffffff61,#ffffff14);flex:1;height:1px;margin-left:1rem}.account-step h4{margin-bottom:.45rem;font-size:1.12rem}.account-step p{color:var(--text-muted);max-width:22ch;font-size:.94rem;line-height:1.45}.scene{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1280px;margin:0 auto;padding:7rem 4rem;scroll-margin-top:5.5rem;display:grid}.scene--invert{direction:rtl}.scene--invert>*{direction:ltr}.scene-kicker{letter-spacing:.04em;color:var(--text-muted);margin-bottom:.85rem;font-size:.85rem;font-weight:600}.scene-copy h2{margin-bottom:1rem;font-size:clamp(2rem,4vw,3.25rem);line-height:1.05}.scene-copy p{color:var(--text-muted);max-width:32rem;font-size:1.15rem;line-height:1.55}.scene-panel{background:var(--bg-subtle);border-radius:32px;flex-direction:column;justify-content:center;min-height:280px;padding:2.5rem;display:flex}.scene-panel--paper{background:#fff}.product-points{flex-direction:column;gap:1.35rem;margin:0;padding:0;list-style:none;display:flex}.product-points li+li{border-top:1px solid var(--border-light);padding-top:1.35rem}.product-points strong{margin-bottom:.35rem;font-size:1.05rem;font-weight:600;display:block}.product-points p{color:var(--text-muted);margin:0;font-size:.98rem;line-height:1.5}.scene-panel--dark{color:#f7f3ec;background:#1c1916}.scene-panel--dark p:not(.scene-quote){color:#ffffffb3;font-size:1.05rem;line-height:1.5}.scene-panel--dark p+p{margin-top:.9rem}.scene-quote{letter-spacing:-.05em;margin-bottom:.5rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800}.scene-quote em{color:#4ade80;font-style:normal}.scene-quote em.is-no{color:#f87171}.pricing{text-align:center;max-width:880px;margin:0 auto;padding:6rem 4rem 4rem;scroll-margin-top:5.5rem}.pricing h2{margin-bottom:.75rem;font-size:clamp(2rem,4vw,3.25rem)}.pricing-lead{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.15rem}.plan{text-align:left;background:var(--bg-subtle);border-radius:32px;grid-template-columns:1fr auto;align-items:center;gap:1.25rem 2rem;padding:2.5rem;display:grid}.plan h3{margin-bottom:.35rem;font-size:1.5rem}.plan p{color:var(--text-muted);font-size:1rem}.plan-price{text-align:right;grid-area:1/2/span 2}.plan-price span{letter-spacing:-.04em;font-size:3rem;font-weight:800;line-height:1}.plan-price small{color:var(--text-muted);font-size:1rem}.plan .btn-primary{grid-column:1/-1;justify-self:start}.pricing-note{color:var(--text-muted);margin-top:1.25rem;font-size:.95rem}.faq{max-width:800px;margin:0 auto;padding:6rem 4rem}.faq h2{margin-bottom:.75rem;font-size:clamp(2rem,4vw,3.25rem);line-height:1.05}.faq-lead{color:var(--text-muted);max-width:36rem;margin-bottom:2rem;font-size:1.15rem;line-height:1.55}.faq-list{border-top:1px solid var(--border-light)}.faq-item{border-bottom:1px solid var(--border-light)}.faq-item summary{cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;padding:1.15rem 0;font-size:1.05rem;font-weight:600;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary svg{color:var(--text-muted);flex-shrink:0;transition:transform .2s}.faq-item[open] summary svg{transform:rotate(180deg)}.faq-item p{color:var(--text-muted);max-width:42rem;padding:0 0 1.25rem;line-height:1.55}.close{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;padding:7rem 2rem 6rem;display:flex}.close--ink{color:#f7f3ec;background:#1c1916}.btn-on-dark{color:#1a1612;background:#fffcf7}.btn-on-dark:hover{background:#f4f0e8}.sample-menu{flex-direction:column;align-items:stretch;gap:10px;min-width:20.5rem;display:inline-flex;position:relative}.sample-menu .btn-on-dark{width:100%}.sample-menu-chevron{transition:transform .2s}.sample-menu.is-open .sample-menu-chevron{transform:rotate(180deg)}.sample-menu-list{text-align:left;background:#1c1916;border:1px solid #ffffff29;border-radius:18px;flex-direction:column;display:flex;overflow:hidden}.sample-menu-list a{color:#f7f3ec;justify-content:flex-start;align-items:center;gap:.75rem;padding:.95rem 1.25rem;font-size:.98rem;font-weight:600;text-decoration:none;display:flex}.sample-menu-list a svg{opacity:.85;flex-shrink:0}.sample-menu-list a+a{border-top:1px solid #ffffff1a}.sample-menu-list a:hover{background:#ffffff0f}.sample-menu-list em{color:#4ade80;font-style:normal;font-weight:700}.sample-menu-list em.is-no{color:#f87171}.close h2{font-size:clamp(2rem,4vw,3.25rem)}.flow-page{text-align:center;background:#f3f3f1;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1.15rem;padding:7rem 1.5rem 5rem;display:flex}.flow-page .scene-kicker{margin-bottom:0}.flow-page h1{letter-spacing:-.05em;max-width:14ch;font-size:clamp(2.4rem,5vw,4.25rem);font-weight:800;line-height:.98}.flow-lead{max-width:32rem;color:var(--text-muted);font-size:1.15rem;line-height:1.55}.flow-lead strong{color:var(--text-main);font-weight:600}.flow-lead a,.flow-note a{color:inherit;text-underline-offset:.15em;font-weight:600}.flow-note{max-width:28rem;color:var(--text-muted);font-size:.92rem;line-height:1.5}.flow-error{color:#b91c1c;font-size:.95rem}.flow-page .btn-primary{margin-top:.35rem}.flow-page .btn-primary:disabled{opacity:.55;cursor:wait;transform:none}.site-footer{border-top:1px solid var(--border-light);color:var(--text-muted);background:var(--bg-base);flex-direction:column;gap:1rem;padding:1.75rem 2.5rem 2rem;font-size:.9rem;display:flex}.site-footer-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem 1.75rem;display:flex}.site-footer-links{flex-wrap:wrap;gap:.85rem 1.35rem;display:flex}.site-footer-note{max-width:54rem;font-size:.8rem;line-height:1.5}.site-footer .logo{max-width:160px;height:32px}.site-footer .logo svg{height:32px}.site-footer a{color:var(--text-muted);text-decoration:none}.site-footer a:hover,.site-footer-note a:hover{color:var(--text-main)}.site-footer-note a{text-underline-offset:.15em;text-decoration:underline}.legal-page{width:100%;max-width:48rem;margin:0 auto;padding:7rem 1.5rem 4rem}.legal-page h1{margin-bottom:.5rem;font-size:clamp(2rem,4vw,3rem);line-height:1.05}.legal-updated{color:var(--text-muted);margin-bottom:2rem;font-size:.9rem}.legal-page h2{letter-spacing:-.02em;margin:1.75rem 0 .65rem;font-size:1.15rem}.legal-page h3{letter-spacing:-.02em;margin:1.4rem 0 .7rem;font-size:1.02rem}.legal-page p,.legal-page li{color:var(--text-muted);font-size:1rem;line-height:1.6}.legal-page ul,.legal-page ol{margin:.5rem 0 .75rem 1.25rem}.legal-page li+li{margin-top:.45rem}.legal-page a{color:inherit;text-underline-offset:.15em;font-weight:600}.legal-audience{background:var(--bg-subtle);border:1px solid var(--border-light);border-radius:9999px;flex-wrap:wrap;gap:.3rem;width:fit-content;max-width:100%;margin:0 0 1.75rem;padding:.28rem;display:flex}.legal-audience a{letter-spacing:-.01em;color:var(--text-muted);border-radius:9999px;align-items:center;padding:.45rem .95rem;font-size:.82rem;font-weight:600;text-decoration:none;display:inline-flex}.legal-audience a:hover{color:var(--text-main)}.legal-audience a.is-active{color:var(--text-main);background:#fff;box-shadow:0 1px 2px #1a16120f}.legal-table-wrap{border:1px solid var(--border-light);background:#fff;border-radius:14px;width:100%;margin:.5rem 0 1.45rem;overflow-x:auto}.legal-page table{border-collapse:collapse;table-layout:fixed;width:100%;font-size:.92rem;line-height:1.45}.legal-page th,.legal-page td{text-align:left;vertical-align:top;border-bottom:1px solid var(--border-light);overflow-wrap:break-word;padding:.8rem .9rem}.legal-page th{background:var(--bg-subtle);color:var(--text-main);letter-spacing:.06em;text-transform:uppercase;font-size:.72rem;font-weight:600}.legal-page td{color:var(--text-muted)}.legal-page tbody tr:last-child th,.legal-page tbody tr:last-child td{border-bottom:none}.legal-page table th:first-child,.legal-page table td:first-child{width:30%}.legal-page table th:nth-child(3),.legal-page table td:nth-child(3){width:28%}@media (width<=36rem){.legal-table-wrap{background:0 0;border:none;border-radius:0;overflow:visible}.legal-page table,.legal-page tbody{display:block}.legal-page thead{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.legal-page tr{border:1px solid var(--border-light);background:#fff;border-radius:14px;margin-bottom:.75rem;display:block;overflow:hidden}.legal-page td{flex-direction:column;align-items:flex-start;gap:.28rem;width:100%;display:flex}.legal-page table th:first-child,.legal-page table td:first-child,.legal-page table th:nth-child(3),.legal-page table td:nth-child(3){width:100%}.legal-page td:last-child{border-bottom:none}.legal-page td:before{content:attr(data-label);color:var(--text-main);letter-spacing:.05em;text-transform:uppercase;font-size:.7rem;font-weight:600;line-height:1.35}}.verify-gate{text-align:left;width:100%;max-width:36rem}.verify-gate h1{max-width:none}.verify-facts{color:var(--text-muted);margin:0 0 1.5rem 1.15rem;padding:0;font-size:1rem;line-height:1.55;list-style:outside}.verify-facts li+li{margin-top:.75rem}.verify-facts a{color:inherit;text-underline-offset:.15em;font-weight:600}.verify-gate .btn-primary{margin-top:.25rem}@media (width<=900px){.nav-header{grid-template-columns:1fr auto;padding:1rem 1.25rem}.nav-actions{gap:.55rem}.nav-links{display:none}.btn-nav{padding:9px 14px;font-size:.82rem}.powered-by-label{display:none}.powered-by{padding-left:.65rem}.powered-by-logo{max-width:140px;height:22px}.hero{flex-direction:column;grid-template-columns:1fr;justify-content:space-between;align-items:stretch;gap:1.15rem;min-height:100vh;padding:6.5rem 1.35rem 1.75rem;display:flex}.hero-copy{gap:.85rem;padding-top:0;padding-bottom:0}.hero-copy h1{font-size:2.35rem}.hero-copy p{font-size:1.05rem}.hero-kicker{font-size:.7rem}.how,.uses{padding:4rem 1.5rem}.how-steps,.uses-grid,.bank-points{grid-template-columns:1fr}.hero-card{justify-self:start;max-width:100%;margin-bottom:0;padding:1.2rem 1.15rem}.hero-card-amount{margin-top:.7rem;font-size:2.1rem}.scene,.scene--invert{direction:ltr;grid-template-columns:1fr;gap:2rem;padding:4rem 1.5rem}.pricing,.faq,.explain{padding:4rem 1.5rem}.explain-grid{grid-template-columns:1fr}.account-steps{grid-template-columns:1fr;gap:0}.account-step{grid-template-columns:var(--account-num) 1fr;column-gap:1rem;padding-bottom:1.75rem;padding-right:0;display:grid}.account-step:last-child{padding-bottom:0}.account-step-rail{flex-direction:column;grid-row:1/span 3;align-items:center;height:100%;min-height:0;margin-bottom:0}.account-step-line{background:linear-gradient(#ffffff61,#ffffff14);flex:1;width:1px;height:auto;margin-top:.75rem;margin-left:0}.account-step h4{margin-top:.45rem}.account-step p{max-width:none}.plan{grid-template-columns:1fr}.plan-price{text-align:left;grid-area:auto}.flow-page{padding:5.5rem 1.35rem 3.5rem}.flow-page h1{font-size:2.35rem}}
