:root{
  --bg:#f6f6f3;
  --surface:#ffffff;
  --ink:#111214;
  --muted:#6e7177;
  --line:#dedfdb;
  --soft:#ebebe7;
  --green:#55b883;
  --green-deep:#2f7956;
  --shadow:0 30px 90px rgba(22,24,27,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,a{transition:transform .2s ease,background .2s ease,border-color .2s ease,opacity .2s ease}
a:hover{transform:translateY(-1px)}
.noise{position:fixed;inset:0;pointer-events:none;opacity:.13;z-index:-1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.13'/%3E%3C/svg%3E")}
.section-shell{width:min(1180px,calc(100% - 48px));margin-inline:auto}
.site-header{width:min(1180px,calc(100% - 48px));margin:22px auto 0;display:flex;align-items:center;justify-content:space-between;padding:14px 16px 14px 18px;border:1px solid rgba(17,18,20,.08);background:rgba(255,255,255,.78);backdrop-filter:blur(18px);border-radius:20px;position:sticky;top:14px;z-index:50;box-shadow:0 10px 35px rgba(27,30,33,.07)}
.brand{display:flex;align-items:center;gap:10px;min-width:max-content}
.brand-mark{display:flex;align-items:flex-end;gap:2px;height:26px;width:26px}
.brand-mark i{display:block;width:5px;background:#151618;border-radius:5px}.brand-mark i:nth-child(1){height:11px}.brand-mark i:nth-child(2){height:18px}.brand-mark i:nth-child(3){height:25px}.brand-mark i:nth-child(4){height:15px}
.brand-copy{display:flex;flex-direction:column;line-height:.9}.brand-copy strong{font-size:20px;letter-spacing:-.6px}.brand-copy small{font-size:9px;letter-spacing:2.5px;text-transform:uppercase;margin-top:5px;color:#64666b}
.nav{display:flex;gap:30px;font-size:14px;color:#56595f}.nav a:hover{color:#111214}
.header-cta{font-size:13px;padding:10px 15px;background:#151618;color:white;border-radius:12px}
.hero{min-height:760px;display:grid;grid-template-columns:1.05fr .95fr;gap:30px;align-items:center;padding:86px 0 64px}
.hero-copy{padding-left:6px}
.eyebrow{font-size:12px;letter-spacing:1.7px;text-transform:uppercase;color:#76797f;font-weight:700;display:flex;align-items:center;gap:8px}
.live-dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(85,184,131,.12)}
h1{font-size:clamp(54px,6.6vw,90px);line-height:.94;letter-spacing:-5px;margin:20px 0 26px;max-width:760px}h1 span{color:#909297;font-weight:500}
.hero-lead{font-size:19px;line-height:1.6;color:#5f6268;max-width:670px;margin:0}
.hero-actions{display:flex;gap:12px;margin:34px 0 44px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:14px;font-weight:650;font-size:14px}.button-dark{background:#151618;color:white;border:1px solid #151618}.button-dark:hover{background:#27292c}.button-light{background:rgba(255,255,255,.74);border:1px solid #d9dad7;color:#1f2022}.button-light:hover{background:white}
.hero-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;border-top:1px solid #d9dad6;padding-top:20px;max-width:680px}.hero-meta div{display:flex;flex-direction:column;gap:5px}.hero-meta strong{font-size:13px}.hero-meta span{font-size:11px;line-height:1.4;color:#81848a}
.hero-visual{position:relative;height:650px;display:grid;place-items:center;perspective:1200px}
.phone{width:326px;height:654px;background:#f9f9f7;border:9px solid #1b1c1e;border-radius:48px;box-shadow:0 48px 90px rgba(20,22,25,.24);padding:16px 15px;transform:rotateY(-8deg) rotateZ(2deg);position:relative;z-index:4;overflow:hidden}
.phone:before{content:"";position:absolute;top:9px;left:50%;transform:translateX(-50%);width:86px;height:22px;border-radius:30px;background:#1a1b1d;z-index:5}.phone-bar{display:flex;justify-content:space-between;font-size:9px;font-weight:700;padding:2px 5px 22px}.app-head{display:flex;align-items:center;justify-content:space-between}.mini-brand{display:flex;gap:6px;align-items:center}.mini-brand b{font-size:16px}.mini-mark{display:flex;align-items:flex-end;gap:1.5px}.mini-mark i{width:3px;background:#111;border-radius:3px}.mini-mark i:nth-child(1){height:7px}.mini-mark i:nth-child(2){height:12px}.mini-mark i:nth-child(3){height:17px}.search{font-size:24px;color:#777}.tabs{display:flex;gap:8px;margin:17px 0 15px;font-size:9px;align-items:center}.tabs span{padding:7px 9px;border-radius:9px;color:#7a7d82}.tabs .active{background:#17181a;color:white}
.risk-card{background:#eff0ed;border:1px solid #e1e2de;border-radius:18px;padding:15px;display:grid;grid-template-columns:74px 1fr;gap:14px}.risk-card small{font-size:7px;letter-spacing:.9px;color:#74777b}.risk-card strong{font-size:40px;display:block;line-height:1;margin-top:5px}.risk-copy{display:flex;flex-direction:column;justify-content:center;gap:5px}.risk-copy b{font-size:11px}.risk-copy span{font-size:8px;color:#777;line-height:1.45}.app-section-title{display:flex;justify-content:space-between;align-items:center;margin:18px 2px 8px}.app-section-title b{font-size:11px}.app-section-title span{font-size:8px;color:#6e8f7c}.market-row{display:flex;justify-content:space-between;align-items:center;background:white;border:1px solid #e8e8e4;border-radius:14px;padding:10px}.market-row>div:first-child{display:flex;align-items:center;gap:8px}.market-row b{font-size:10px}.market-row small{display:block;font-size:7px;color:#8a8d91;margin-top:3px}.coin{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;font-weight:800}.btc{background:#f39b27;color:white}.price{text-align:right}.price .up{color:#4e9d74}.spark{height:52px;color:#5faa7d;padding:7px 3px}.spark svg{width:100%;height:100%}.event-card{background:white;border:1px solid #e7e7e3;border-radius:14px;padding:10px;display:grid;grid-template-columns:28px 1fr 10px;align-items:center;gap:8px}.calendar{width:28px;height:28px;border:1px solid #ddd;border-radius:8px;display:grid;place-items:center;font-size:9px;font-weight:800}.event-card b{font-size:9px}.event-card small{display:block;font-size:7px;color:#898c90;margin-top:3px}.bottom-nav{position:absolute;bottom:15px;left:12px;right:12px;display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid #e5e5e2;padding-top:11px;background:#f9f9f7}.bottom-nav span{text-align:center;font-size:13px;color:#5b5e63}.bottom-nav small{font-size:6px;display:block;margin-top:3px;color:#8e9195}
.float-card{position:absolute;background:rgba(255,255,255,.92);border:1px solid rgba(214,216,212,.85);backdrop-filter:blur(14px);box-shadow:0 25px 55px rgba(26,29,31,.12);border-radius:18px;padding:16px;z-index:7}.float-card strong{display:block;font-size:12px;margin:7px 0 4px}.float-card small{display:block;font-size:9px;color:#7b7e83;max-width:180px;line-height:1.45}.card-alert{left:-8px;top:92px;width:205px;transform:rotate(-4deg)}.pill{display:inline-block;font-size:7px;letter-spacing:1px;color:#2d7855;background:#eaf5ef;border-radius:999px;padding:5px 7px;font-weight:800}.card-regime{right:-6px;bottom:84px;width:180px;transform:rotate(3deg)}.metric-label{font-size:7px;letter-spacing:1px;color:#85888c}.regime-line{display:flex;align-items:center;gap:7px;margin:9px 0 4px}.regime-line b{font-size:13px}.status-dot{width:7px;height:7px;background:#62b889;border-radius:50%;box-shadow:0 0 0 4px rgba(98,184,137,.13)}
.orb{position:absolute;border-radius:50%;filter:blur(1px);z-index:1}.orb-one{width:360px;height:360px;background:radial-gradient(circle at 35% 35%,rgba(103,198,150,.26),rgba(103,198,150,0) 68%);right:-70px;top:40px}.orb-two{width:420px;height:420px;border:1px solid rgba(95,155,125,.15);left:-30px;bottom:0}
.trust-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;border-top:1px solid #d9dad6;border-bottom:1px solid #d9dad6;padding:18px 0;color:#898c91;font-weight:700;font-size:9px;letter-spacing:1.6px;text-align:center}
.section{padding:120px 0}.section-heading{max-width:760px;margin-bottom:50px}.section-heading h2,.intelligence h2,.app-cta h2,.contact-card h2{font-size:clamp(40px,5vw,66px);line-height:1;letter-spacing:-3.4px;margin:16px 0 20px}.section-heading p,.intelligence-copy>p,.app-cta p,.contact-card p{font-size:17px;line-height:1.65;color:#686b70;max-width:640px}
.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.feature{min-height:330px;border:1px solid #dcddd9;background:rgba(255,255,255,.68);border-radius:28px;padding:30px;position:relative;overflow:hidden}.feature-large{grid-column:span 2;min-height:390px;padding-right:46%}.feature h3{font-size:31px;line-height:1.03;letter-spacing:-1.4px;margin:14px 0 14px;max-width:550px}.feature p{color:#73767b;line-height:1.6;font-size:14px;max-width:520px}.feature-kicker{font-size:8px;letter-spacing:1.5px;color:#888b90;font-weight:800}.feature-icon{width:38px;height:38px;border-radius:12px;background:#edeeeb;display:grid;place-items:center;margin-bottom:28px;font-size:18px}.feature-dark{background:#18191b;color:white;border-color:#18191b}.feature-dark p,.feature-dark .feature-kicker{color:#9ea2a8}.feature-dark .feature-icon{background:#2a2c2f}.mini-panel{position:absolute;right:30px;top:30px;bottom:30px;width:40%;border-radius:22px;background:#161719;color:white;padding:24px;display:flex;flex-direction:column;justify-content:center}.regime-panel>div:first-child{display:flex;justify-content:space-between;align-items:center}.regime-panel span{font-size:11px;color:#aeb1b6}.regime-panel b{font-size:26px}.meter{height:9px;background:#2b2d30;border-radius:99px;margin:20px 0 12px;overflow:hidden}.meter i{display:block;width:42%;height:100%;background:linear-gradient(90deg,#62b88a,#8ccaa8);border-radius:99px}.regime-panel small{color:#85898e;font-size:9px}.confluence{position:absolute;left:30px;right:30px;bottom:30px;background:#242629;border-radius:16px;padding:14px}.confluence span{font-size:10px;color:#aaa}.confluence b{float:right;font-size:12px}.confluence i{display:block;height:6px;margin-top:12px;background:#34373a;border-radius:9px;overflow:hidden;position:relative}.confluence i:after{content:"";display:block;width:var(--w);height:100%;background:#68bd8e;border-radius:9px}
.intelligence{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}.check-list{display:grid;gap:12px;margin-top:28px}.check-list span{font-size:14px;color:#4f5257;display:flex;align-items:center;gap:10px}.check-list i{font-style:normal;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#e4f0e9;color:#37805a;font-size:10px;font-weight:900}.intelligence-stack{height:520px;position:relative}.signal-card{position:absolute;border-radius:24px;background:white;border:1px solid #dedfdb;box-shadow:0 34px 70px rgba(24,26,29,.12);padding:26px}.primary-signal{width:82%;right:0;top:20px;min-height:270px;transform:rotate(2deg)}.primary-signal:before{content:"";position:absolute;inset:0;border-radius:24px;background:radial-gradient(circle at 80% 20%,rgba(89,186,136,.13),transparent 40%);pointer-events:none}.signal-top{display:flex;justify-content:space-between}.signal-top b{font-size:8px;letter-spacing:1.2px;color:#337f5a;background:#eaf5ef;padding:6px 8px;border-radius:99px}.signal-top small{font-size:9px;color:#9a9da1}.primary-signal h3{font-size:36px;letter-spacing:-1.8px;line-height:1.02;margin:38px 0 12px}.primary-signal p{color:#6b6e73;line-height:1.55;font-size:13px;max-width:410px}.signal-tags{display:flex;gap:7px;margin-top:22px}.signal-tags span{font-size:8px;letter-spacing:1px;padding:6px 8px;border:1px solid #e2e3df;border-radius:99px;color:#777a7f}.secondary-signal{left:0;bottom:80px;width:56%;transform:rotate(-4deg);z-index:4}.tertiary-signal{right:10px;bottom:10px;width:53%;transform:rotate(4deg);z-index:5}.secondary-signal span,.tertiary-signal span{font-size:7px;letter-spacing:1.2px;color:#8a8d91}.secondary-signal b,.tertiary-signal b{display:block;font-size:17px;margin:10px 0 6px}.secondary-signal small,.tertiary-signal small{font-size:9px;color:#93969a}
.app-cta{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;background:#ecece8;border-radius:34px;padding:58px 60px;margin-top:40px}.app-cta h2{margin-bottom:10px}.app-cta p{margin:0;max-width:520px}.cta-buttons{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.contact-section{padding-top:80px;padding-bottom:90px}.contact-card{background:#151618;color:white;border-radius:34px;padding:58px 60px;display:flex;align-items:flex-end;justify-content:space-between;gap:40px}.contact-card .eyebrow{color:#9fa2a6}.contact-card h2{margin-bottom:12px}.contact-card p{color:#a9acb1;margin:0}.contact-mail{font-size:17px;font-weight:650;background:#fff;color:#151618;border-radius:16px;padding:18px 20px;display:flex;gap:20px;align-items:center;white-space:nowrap}.contact-mail span{font-size:20px}
.footer{display:grid;grid-template-columns:auto 1fr auto;gap:30px;align-items:center;border-top:1px solid #d8d9d5;padding:36px 0 50px}.footer-copy{display:flex;flex-direction:column;gap:4px;font-size:9px;color:#8b8e92}.footer-links{display:flex;gap:18px;font-size:11px;color:#606369}.footer-brand .brand-copy strong{font-size:17px}.footer-brand .brand-mark{transform:scale(.85);transform-origin:left center}
.legal{padding:90px 0 120px;max-width:780px}.legal h1{font-size:52px;letter-spacing:-2.6px}.legal p,.legal li{font-size:15px;line-height:1.7;color:#65686d}.legal-card{background:white;border:1px solid #dedfdb;border-radius:22px;padding:28px;margin-top:26px}.legal-note{border-left:3px solid #d5a74b;padding-left:14px;color:#6f6658!important}
@media(max-width:980px){.nav{display:none}.hero{grid-template-columns:1fr;padding-top:70px;gap:20px}.hero-copy{max-width:760px}.hero-visual{height:610px}.phone{transform:rotateY(0) rotateZ(1deg)}.feature-large{padding-right:30px}.mini-panel{position:relative;right:auto;top:auto;bottom:auto;width:100%;margin-top:30px}.intelligence{grid-template-columns:1fr;gap:40px}.intelligence-stack{max-width:700px;width:100%;margin:auto}.app-cta,.contact-card{flex-direction:column;align-items:flex-start}.cta-buttons{justify-content:flex-start}.footer{grid-template-columns:1fr}.footer-links{flex-wrap:wrap}}
@media(max-width:640px){.section-shell,.site-header{width:min(100% - 28px,1180px)}.site-header{top:8px;margin-top:10px}.header-cta{font-size:11px;padding:9px 11px}.hero{padding-top:56px;min-height:auto}.hero h1{font-size:52px;letter-spacing:-3px}.hero-lead{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch}.hero-meta{grid-template-columns:1fr;gap:12px}.hero-visual{height:540px;overflow:hidden}.phone{width:286px;height:575px;border-radius:42px;padding:14px 13px;transform:scale(.92) rotateZ(1deg)}.card-alert{left:0;top:56px}.card-regime{right:-4px;bottom:38px}.trust-strip{grid-template-columns:1fr 1fr;row-gap:14px}.section{padding:82px 0}.section-heading h2,.intelligence h2,.app-cta h2,.contact-card h2{font-size:42px;letter-spacing:-2.4px}.feature-grid{grid-template-columns:1fr}.feature,.feature-large{grid-column:auto;min-height:auto;padding:24px}.feature h3{font-size:27px}.mini-panel{padding:20px}.intelligence-stack{height:470px}.primary-signal{width:92%}.secondary-signal{width:70%}.tertiary-signal{width:66%}.app-cta,.contact-card{padding:34px 26px;border-radius:26px;margin-left:14px;margin-right:14px;width:calc(100% - 28px)}.contact-mail{font-size:13px;white-space:normal;width:100%;justify-content:space-between}.footer{padding-bottom:38px}.legal h1{font-size:42px}}
