:root{--color-brand: #0153fd;--color-brand-rgb: 1, 83, 253;--color-brand-hover: #2f72fd;--color-brand-soft: rgba(var(--color-brand-rgb), .12);--color-brand-disabled: rgba(var(--color-brand-rgb), .2);--color-surface: #ffffff;--color-surface-rgb: 255, 255, 255;--color-surface-muted: #f1f3f8;--color-bg: #f1f3f8;--color-ink: #282e38;--color-ink-rgb: 40, 46, 56;--color-muted: #7f8798;--color-success: #16a34a;--color-success-rgb: 22, 163, 74;--color-success-strong: #13704d;--color-success-soft: rgba(35, 165, 116, .1);--color-danger: #dc2626;--color-danger-rgb: 220, 38, 38;--color-warning: #f59e0b;--color-warning-rgb: 245, 158, 11;--color-info: #5d4ea2;--color-status-progress: #2563eb;--color-status-settled: #0d9488;--color-line: #e5e9e9;--color-line-strong: #e0e0e0;--color-line-rgb: 229, 233, 233;--color-dark-rgb: 35, 45, 84;--color-dark: rgb(var(--color-dark-rgb));--color-backdrop: rgba(var(--color-dark-rgb), .8);--color-shadow-rgb: 138, 151, 177;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-2xl: 24px;--radius-3xl: 32px;--radius-pill: 999px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-7: 28px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-13: 52px;--space-14: 56px;--space-16: 64px;--font-size-xs: 12px;--font-size-sm: 14px;--font-size-base: 16px;--font-size-lg: 18px;--font-size-xl: 20px;--font-size-2xl: 24px;--font-size-3xl: 28px;--font-size-4xl: 32px;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-extrabold: 800;--font-weight-black: 900;--font-sans: "Nunito Sans", sans-serif;--font-display: "Sofia Sans", sans-serif;--tracking-tighter: -.04em;--tracking-tight: -.02em;--tracking-wide: .08em;--tracking-widest: .18em;--shadow-block: 0 0 24px rgba(var(--color-shadow-rgb), .12);--shadow-inset: inset 0 0 12px rgba(var(--color-shadow-rgb), .08);--duration-fast: .12s;--duration-base: .16s;--duration-moderate: .18s;--duration-slow: .26s;--duration-slower: .3s;--z-base: 0;--z-raised: 1;--z-dropdown: 20;--z-overlay: 30;--z-sticky: 40;--z-popover: 90;--z-toast: 100;--z-modal: 1500;--z-max: 9999}:root{--landing-bg: var(--color-bg);--landing-card: var(--color-surface);--landing-ink: #1a1a1a;--landing-muted: var(--color-muted);--landing-line: #e4e7eb;--landing-accent: var(--color-brand);--landing-accent-soft: var(--color-brand-soft);--landing-shadow: var(--shadow-block);--landing-shadow-soft: var(--shadow-block);--landing-dark: var(--color-dark);--landing-positive: var(--color-success);--landing-negative: #ef4444}*{box-sizing:border-box}html{scroll-behavior:smooth}body.landing-body{margin:0;font-family:var(--font-sans);color:var(--landing-ink);background:radial-gradient(circle at top center,rgba(var(--color-brand-rgb),.12),transparent 18%),linear-gradient(180deg,var(--color-surface-muted) 0%,var(--landing-bg) 100%)}a{color:inherit;text-decoration:none}button,input{font:inherit}img{display:block;max-width:100%}.landing-page{min-height:100vh}.landing-main,.landing-footer__inner{width:min(1280px,calc(100% - 160px));margin:0 auto}.landing-header{position:fixed;top:0;right:0;left:0;z-index:var(--z-sticky);padding:var(--space-6) 0 0;transition:background-color var(--duration-slow) ease,box-shadow var(--duration-slow) ease,backdrop-filter var(--duration-slow) ease}.landing-header.is-scrolled{background:rgba(var(--color-surface-rgb),.82);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 4px 24px rgba(var(--color-shadow-rgb),.06)}.landing-header__inner{width:min(1280px,calc(100% - 160px));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:var(--space-6);min-height:84px;padding:var(--space-5) 0}.landing-header__right{display:flex;align-items:center;gap:60px}.landing-brand{display:inline-flex;align-items:center;gap:var(--space-3);font-family:var(--font-display);font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);letter-spacing:var(--tracking-tight)}.landing-brand span{white-space:nowrap}.brand-name{color:var(--color-ink)}.brand-name__accent{color:var(--color-brand)}.landing-brand--footer .brand-name{color:var(--color-surface)}.landing-brand--footer .brand-name__accent{color:var(--color-brand)}.landing-nav{display:inline-flex;align-items:center;gap:var(--space-4)}.landing-nav__pill{padding:var(--space-3) var(--space-4);border-radius:var(--radius-lg);background:rgba(var(--color-brand-rgb),.04);font-family:var(--font-display);font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--landing-ink);transition:background-color var(--duration-moderate) ease,color var(--duration-moderate) ease,transform var(--duration-moderate) ease}.landing-nav__pill:hover,.landing-nav__pill.is-active{background:rgba(var(--color-brand-rgb),.16);color:var(--landing-accent)}.landing-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:var(--space-2);border:0;border-radius:8px;background:transparent;cursor:pointer;transition:background-color var(--duration-base) ease}.landing-burger:hover{background:#0000000a}.landing-burger span{display:block;height:2px;background:var(--landing-ink);border-radius:2px;transition:transform var(--duration-slower) ease,opacity .2s ease}.landing-nav-overlay{display:none;position:fixed;inset:0;z-index:var(--z-overlay);background:#0000004d;opacity:0;transition:opacity var(--duration-slower) ease;pointer-events:none}.landing-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 var(--space-8);border-radius:var(--radius-lg);border:1px solid transparent;font-weight:var(--font-weight-medium);transition:transform var(--duration-moderate) ease,box-shadow var(--duration-moderate) ease,background-color var(--duration-moderate) ease}.landing-button:hover{transform:translateY(-1px);box-shadow:0 14px 24px rgba(var(--color-brand-rgb),.18)}.landing-button--compact{min-height:44px;padding-inline:var(--space-8)}.landing-session-pill{display:inline-flex;align-items:center;gap:var(--space-3);min-height:44px;padding:var(--space-2) var(--space-3);border-radius:18px;background:var(--color-surface);border:1px solid rgba(var(--color-line-rgb),.9);box-shadow:var(--landing-shadow-soft)}.landing-session-pill__avatar{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:var(--radius-pill);background:linear-gradient(135deg,#ec5e44,#d41e59);color:var(--color-surface);font-size:var(--font-size-sm);font-weight:var(--font-weight-extrabold)}.landing-session-pill__meta{display:grid;gap:2px}.landing-session-pill__meta strong{font-size:var(--font-size-sm);line-height:1.2}.landing-session-pill__meta small{color:var(--landing-muted);font-size:var(--font-size-xs);font-weight:var(--font-weight-bold);line-height:1.2}.landing-button--solid{background:var(--landing-accent);color:var(--color-surface)}.landing-button--outline{border-color:rgba(var(--color-brand-rgb),.28);background:transparent;color:var(--landing-accent)}.landing-main{display:grid;gap:96px;padding:148px 0 120px}.landing-hero{position:relative;display:grid;gap:var(--space-10);justify-items:center;padding-top:44px;scroll-margin-top:140px}.landing-hero__coin{position:absolute;z-index:var(--z-base)}.landing-hero__coin img{width:72px;height:72px}.landing-hero__coin--1{top:110px;left:60px}.landing-hero__coin--2{top:230px;left:90px}.landing-hero__coin--3{top:112px;right:60px}.landing-hero__coin--4{top:230px;right:94px}.landing-hero:before,.landing-hero:after{content:"";position:absolute;pointer-events:none;z-index:var(--z-base)}.landing-hero:before{display:none}.landing-hero:after{display:none}.landing-hero__content{position:relative;z-index:var(--z-raised);display:grid;gap:var(--space-6);width:min(840px,100%);text-align:center}.landing-eyebrow{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:0;width:fit-content;margin:0 auto;padding:0 14px;color:var(--landing-accent);font-size:var(--font-size-xs);font-weight:var(--font-weight-extrabold);letter-spacing:var(--tracking-wide);line-height:1.15;text-transform:uppercase}.landing-eyebrow:before,.landing-eyebrow:after{content:"";position:absolute;width:9px;height:7px}.landing-eyebrow:before{top:-3px;right:0;border-top:2px solid rgba(var(--color-brand-rgb),.9);border-right:2px solid rgba(var(--color-brand-rgb),.9);border-top-right-radius:5px}.landing-eyebrow:after{left:0;bottom:-3px;border-bottom:2px solid rgba(var(--color-brand-rgb),.9);border-left:2px solid rgba(var(--color-brand-rgb),.9);border-bottom-left-radius:5px}.landing-eyebrow__icon{display:none}.landing-hero h1{margin:0;max-width:860px;margin-inline:auto;font-size:clamp(2.4rem,4vw,3.5rem);line-height:1.14;letter-spacing:var(--tracking-tighter);text-wrap:balance}.landing-section__heading h2{margin:0;font-size:clamp(2rem,3.2vw,2.75rem);line-height:1.18;letter-spacing:-.035em}.landing-hero p,.landing-section__heading p,.landing-benefit-card p,.landing-feature-card p,.landing-faq-card p,.landing-footer p,.landing-footer span{margin:0;color:var(--landing-muted);line-height:1.65}.landing-hero p{max-width:540px;margin-inline:auto;font-family:var(--font-display);font-size:var(--font-size-lg);text-wrap:pretty}.landing-hero__actions{display:inline-flex;gap:var(--space-4);justify-content:center;flex-wrap:wrap}.landing-convert-card,.landing-card,.landing-benefit-card{background:var(--landing-card);border:1px solid rgba(var(--color-line-rgb),.8);box-shadow:var(--landing-shadow)}.landing-convert-card{position:relative;z-index:var(--z-raised);display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto;gap:18px;align-items:center;width:min(1280px,100%);padding:var(--space-4) 18px;border-radius:28px}.landing-convert-card__field{position:relative;display:flex;align-items:center;min-height:0;height:58px;padding:0 18px 0 22px;border-radius:var(--radius-lg);background:var(--color-surface-muted);border:1px solid var(--color-line-strong);box-shadow:var(--shadow-inset)}.landing-convert-card__label{flex:1 1 auto;font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--landing-ink)}.landing-convert-card__field-shell{position:relative;display:flex;align-items:center;justify-content:flex-end;margin-left:auto;flex-shrink:0;min-width:132px}.landing-convert-card__selector{display:flex;align-items:center;justify-content:flex-end;gap:var(--space-2);width:100%;min-height:26px;padding:0;border:0;background:transparent;appearance:none;-webkit-appearance:none;color:inherit;cursor:pointer}.landing-convert-card__value{display:inline-flex;align-items:center;gap:var(--space-2);min-height:24px;font-size:var(--font-size-base);font-weight:var(--font-weight-bold)}.landing-convert-card__value img,.landing-convert-card__option img,.landing-convert-card__fallback{width:24px;height:24px}.landing-convert-card__currency-meta,.landing-convert-card__option-copy{display:grid;gap:2px;min-width:0}.landing-convert-card__currency-meta strong,.landing-convert-card__option-copy strong{line-height:1.2}.landing-convert-card__currency-meta small,.landing-convert-card__option-copy small{color:var(--landing-muted);font-size:var(--font-size-xs);font-weight:var(--font-weight-bold);line-height:1.2}.landing-convert-card__chevron{display:none}.landing-convert-card__menu{position:absolute;top:calc(100% + 12px);right:0;left:auto;z-index:12;display:grid;gap:6px;width:max-content;min-width:232px;max-width:min(280px,calc(100vw - 32px));max-height:280px;overflow-y:auto;padding:10px;border-radius:var(--radius-xl);background:var(--color-surface);border:1px solid rgba(var(--color-line-rgb),.9);box-shadow:var(--landing-shadow)}.landing-convert-card__menu[hidden]{display:none}.landing-convert-card__option{display:flex;align-items:center;gap:var(--space-3);width:100%;padding:var(--space-3) 14px;border:0;border-radius:var(--radius-lg);background:transparent;text-align:left;cursor:pointer;transition:background-color var(--duration-base) ease}.landing-convert-card__option:hover,.landing-convert-card__option.is-active{background:rgba(var(--color-brand-rgb),.08)}.landing-convert-card__option-type{margin-left:auto;padding-left:var(--space-3);color:var(--landing-muted);font-size:var(--font-size-xs);font-weight:var(--font-weight-extrabold);letter-spacing:var(--tracking-wide);text-transform:uppercase}.landing-convert-card__fallback{display:inline-grid;place-items:center;border-radius:var(--radius-pill);background:rgba(var(--color-brand-rgb),.12);color:var(--landing-accent);font-size:var(--font-size-xs);font-weight:var(--font-weight-extrabold)}.landing-convert-card__swap{display:inline-grid;place-items:center;width:28px;height:28px;border:0;border-radius:var(--radius-pill);background:transparent;cursor:pointer;align-self:center;justify-self:center}.landing-convert-card__swap svg{width:18px;height:18px;opacity:1;color:var(--color-brand)}.landing-convert-card__submit{min-width:166px;min-height:52px;padding-inline:34px;border-radius:18px}.landing-section{display:grid;gap:var(--space-10);scroll-margin-top:140px}.landing-section__heading{display:grid;gap:var(--space-4);max-width:760px}.landing-section--faq{gap:var(--space-7)}.landing-section__heading--faq{max-width:none;gap:var(--space-3);justify-items:start}.landing-section__heading--faq h2{max-width:none;font-size:clamp(1.85rem,2.95vw,2.75rem);line-height:1.18;white-space:nowrap}.landing-section__heading--faq .landing-eyebrow{margin:0;justify-self:start}.landing-section__heading--center{justify-items:center;max-width:none;text-align:center}.landing-section__heading--feature{align-content:start;max-width:none;gap:18px}.landing-eyebrow--left{margin:0}.landing-market{display:grid;grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);gap:var(--space-4)}.landing-card{border-radius:var(--radius-2xl)}.landing-market__list,.landing-market__featured,.landing-feature-card,.landing-faq-card{padding:var(--space-8)}.landing-market__rows{display:grid;gap:var(--space-3)}.landing-asset-row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-5);width:100%;padding:var(--space-3) var(--space-4);border:0;border-radius:var(--radius-xl);background:transparent;text-align:left;cursor:pointer;transition:background-color var(--duration-base) ease}.landing-asset-row.is-active{background:rgba(var(--color-brand-rgb),.05)}.landing-asset-row__meta,.landing-asset-row__value,.landing-market__featured-badge{display:inline-flex;align-items:center;gap:var(--space-3)}.landing-asset-row__meta img,.landing-market__featured-badge img{width:40px;height:40px}.landing-asset-badge img{width:24px;height:24px}.landing-asset-row__fallback{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:var(--radius-pill);background:var(--landing-accent-soft);color:var(--landing-accent);font-weight:var(--font-weight-extrabold)}.landing-asset-row__meta strong,.landing-market__featured-badge strong{display:block;margin-bottom:var(--space-1);font-size:var(--font-size-base);line-height:1.2}.landing-benefit-card h3,.landing-feature-card h3,.landing-faq-card h3{display:block;margin-bottom:var(--space-1);font-size:var(--font-size-3xl);line-height:1.2}.landing-asset-row__meta small,.landing-market__featured-badge small{color:var(--landing-muted)}.landing-asset-row__stats{display:inline-flex;align-items:center;gap:18px;margin-left:auto}.landing-asset-row__metric{display:grid;gap:var(--space-1);justify-items:end;min-width:88px}.landing-asset-row__delta-value{font-size:var(--font-size-base);font-weight:var(--font-weight-extrabold);line-height:1.2}.landing-asset-row__delta{min-width:0;font-size:var(--font-size-xs);font-weight:var(--font-weight-extrabold);text-align:right}.landing-asset-row__delta.is-positive{color:var(--landing-positive)}.landing-asset-row__delta.is-negative{color:var(--landing-negative)}.landing-asset-row__chart{width:84px;height:26px}.landing-chart-svg{width:100%;height:100%}.landing-market__featured{display:grid;gap:var(--space-6)}.landing-market__featured-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-5)}.landing-market__featured-price{text-align:right}.landing-market__featured-price strong{display:block;font-size:clamp(2.2rem,4vw,3rem);line-height:1}.landing-market__featured-price-meta{display:inline-flex;align-items:center;justify-content:flex-end;gap:var(--space-2);margin-top:10px}.landing-market__featured-price span{display:inline-block;padding:var(--space-1) 10px;border-radius:var(--radius-pill);background:rgba(var(--color-success-rgb),.12);color:var(--landing-positive);font-size:var(--font-size-sm);font-weight:var(--font-weight-extrabold)}.landing-market__featured-price-meta small{color:var(--landing-positive);font-size:var(--font-size-sm);font-weight:var(--font-weight-extrabold)}.landing-market__featured-price span.is-negative{background:rgba(var(--color-danger-rgb),.12);color:var(--landing-negative)}.landing-market__featured-price-meta small.is-negative{color:var(--landing-negative)}.landing-market__featured-plot{height:320px}.landing-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-4)}.landing-benefit-card{display:grid;gap:var(--space-5);padding:var(--space-8);border-radius:var(--radius-2xl);text-align:center;justify-items:center}.landing-benefit-card svg{width:52px;height:52px}.landing-benefit-card:not(.is-accent) svg{color:var(--color-brand)}.landing-benefit-card.is-accent{background:linear-gradient(135deg,var(--color-brand) 0%,var(--color-brand-hover) 100%);color:var(--color-surface)}.landing-benefit-card.is-accent p{color:rgba(var(--color-surface-rgb),.82)}.landing-section--features{grid-template-columns:1fr;gap:var(--space-8)}.landing-feature-heading-row{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-6)}.landing-section__inline-cta{flex-shrink:0;width:fit-content;min-height:52px;padding-inline:var(--space-8)}.landing-section__heading--feature h2{max-width:none;font-size:clamp(2rem,3.2vw,2.75rem);line-height:1.18;white-space:nowrap}.landing-section__heading--feature p{flex:1 1 auto;max-width:66ch;font-family:var(--font-display);font-size:var(--font-size-xl);line-height:1.45;text-wrap:pretty}.landing-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-8)}.landing-feature-card{display:grid;grid-template-columns:48px 1fr;gap:var(--space-4);align-content:start;padding:var(--space-8);min-height:0;border:0;box-shadow:none}.landing-feature-card h3{font-size:var(--font-size-3xl);line-height:1.25;margin-bottom:0}.landing-feature-card p{max-width:none;font-size:var(--font-size-base);line-height:1.5;grid-column:2}.landing-feature-card svg{width:48px;height:48px;padding:10px;background:var(--landing-accent-soft);border-radius:14px;grid-row:1 / 3;color:var(--color-brand)}.landing-section--ecosystem{justify-items:center}.landing-asset-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-4)}.landing-asset-badge{display:inline-flex;align-items:center;gap:10px;min-height:40px;padding:var(--space-2) var(--space-3);border-radius:var(--radius-lg);background:var(--color-surface);font-weight:var(--font-weight-bold);font-size:var(--font-size-sm)}.landing-section__cta{display:flex;justify-content:center}.landing-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-8)}.landing-faq-card{display:grid;gap:14px;box-shadow:none}.landing-faq-card h3{margin:0;font-size:var(--font-size-xl);line-height:1.25;letter-spacing:-.025em;font-weight:var(--font-weight-bold);text-decoration:none}.landing-faq-card p{font-size:var(--font-size-sm);line-height:1.55}.landing-empty-card{padding:var(--space-6);border-radius:18px;background:var(--color-surface-muted);color:var(--landing-muted)}.landing-footer{background:var(--landing-dark);color:var(--color-surface)}.landing-footer__inner{display:grid;grid-template-columns:minmax(0,.42fr) minmax(0,.58fr);gap:var(--space-12);padding:72px 0}.landing-brand--footer{color:var(--color-surface)}.landing-footer__brand{display:grid;gap:var(--space-5)}.landing-footer__brand p{max-width:440px;color:rgba(var(--color-surface-rgb),.74)}.landing-footer__columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px}.landing-footer__columns section{display:grid;align-content:start;gap:var(--space-3)}.landing-footer__columns h3{margin:0 0 var(--space-2);font-size:var(--font-size-base)}.landing-footer__columns a,.landing-footer__columns span{color:rgba(var(--color-surface-rgb),.74)}@media(max-width:1180px){.landing-header__inner,.landing-market,.landing-footer__inner{grid-template-columns:1fr}.landing-header__inner{display:grid;justify-items:center}.landing-convert-card{grid-template-columns:minmax(0,1fr)}.landing-convert-card__swap{justify-self:center}.landing-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){.landing-header__inner,.landing-main,.landing-footer__inner{width:min(100%,calc(100% - 24px))}.landing-main{gap:72px;padding-top:100px}.landing-header{padding:0;background:rgba(var(--color-surface-rgb),.82);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 4px 24px rgba(var(--color-shadow-rgb),.06)}.landing-header__inner{flex-wrap:wrap;min-height:60px;padding:var(--space-3) 0}.landing-burger{display:flex}.landing-nav-overlay{display:block}.landing-header__right{display:none;width:100%;flex-direction:column;gap:var(--space-4);padding:var(--space-2) 0 var(--space-4);border-top:1px solid rgba(0,0,0,.06)}.landing-page.is-landing-nav-open .landing-header__right{display:flex}.landing-nav{flex-direction:column;width:100%;gap:var(--space-1)}.landing-nav__pill{width:100%;text-align:center;padding:14px var(--space-4);border-radius:var(--radius-md)}.landing-button--compact,.landing-session-pill{width:100%;justify-content:center}.landing-page.is-landing-nav-open .landing-burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}.landing-page.is-landing-nav-open .landing-burger span:nth-child(2){opacity:0}.landing-page.is-landing-nav-open .landing-burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.landing-page.is-landing-nav-open .landing-nav-overlay{opacity:1;pointer-events:auto}.landing-hero{padding-top:var(--space-8)}.landing-hero__coin{display:none}.landing-hero:before,.landing-hero:after{display:none}.landing-benefits,.landing-feature-grid,.landing-faq-grid,.landing-footer__columns{grid-template-columns:1fr}.landing-market__featured-header,.landing-asset-row,.landing-asset-row__stats{align-items:flex-start;flex-direction:column}.landing-asset-row__stats{width:100%}.landing-asset-row__delta{min-width:0;text-align:left}.landing-feature-heading-row{flex-direction:column;gap:var(--space-4)}.landing-hero p,.landing-section__heading--feature h2,.landing-section__heading--faq h2{white-space:normal}}@media(max-width:640px){.landing-header__inner{gap:var(--space-3);padding:var(--space-3) 0}.landing-brand{font-size:var(--font-size-xl)}.landing-button,.landing-convert-card__submit{width:100%}.landing-market__list,.landing-market__featured,.landing-feature-card,.landing-faq-card,.landing-benefit-card,.landing-convert-card{padding:var(--space-6)}}.legal-main{padding:var(--space-12) var(--space-6) 80px;display:flex;justify-content:center}.legal-content{max-width:760px;width:100%;color:var(--color-ink);line-height:1.65;font-size:var(--font-size-base)}.legal-content h1{font-size:36px;line-height:1.2;margin:0 0 var(--space-6);letter-spacing:-.01em}.legal-content h2{font-size:var(--font-size-2xl);line-height:1.3;margin:var(--space-8) 0 var(--space-3)}.legal-content h3{font-size:var(--font-size-xl);line-height:1.35;margin:var(--space-6) 0 10px}.legal-content h4,.legal-content h5,.legal-content h6{font-size:var(--font-size-base);line-height:1.4;margin:var(--space-5) 0 var(--space-2);font-weight:var(--font-weight-bold)}.legal-content p{margin:0 0 var(--space-4)}.legal-content ul,.legal-content ol{margin:0 0 var(--space-4);padding-left:var(--space-6)}.legal-content li{margin-bottom:6px}.legal-content a{color:var(--color-brand);text-decoration:underline;text-underline-offset:2px}.legal-content a:hover{color:var(--color-brand-hover)}.legal-content strong,.legal-content b{font-weight:var(--font-weight-bold)}.legal-content em,.legal-content i{font-style:italic}.legal-content blockquote{margin:var(--space-4) 0;padding:var(--space-2) var(--space-4);border-left:3px solid var(--color-line-strong);color:var(--color-muted)}.legal-content hr{border:none;border-top:1px solid var(--color-line);margin:var(--space-8) 0}.legal-empty{color:var(--color-muted);font-style:italic}@media(max-width:720px){.legal-main{padding:var(--space-8) var(--space-4) var(--space-14)}.legal-content h1{font-size:var(--font-size-3xl)}.legal-content h2{font-size:var(--font-size-xl)}}
