
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--dark:#0D0D0D;--white:#fff;--card-bg:#ffffff;--bg:#F5F4EF;--bg2:#EEECEA;--border:#E0DED9;--muted:#666;--radius:18px;--font:'Inter',sans-serif}
body{font-family:var(--font);background:var(--bg);color:var(--dark);overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.page{display:none}
.page.active{display:block}

/* NAV */
.nav{position:fixed;top:0;left:0;right:0;z-index:200;background:var(--dark);padding:0 60px;height:68px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.07)}
.nav-logo img{height:30px}
.nav-links{display:flex;align-items:center;gap:32px;list-style:none}
.nav-links a{color:rgba(255,255,255,.65);font-size:14px;font-weight:500;cursor:pointer;transition:color .2s}
.nav-links a:hover,.nav-links a.active{color:#fff}
.nav-cta{background:#fff;color:#111;padding:9px 20px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer}
.nav-cta:hover{background:#eee}

/* SHARED */
.section-label{display:inline-flex;align-items:center;gap:8px;background:var(--bg2);border-radius:100px;padding:6px 14px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:16px}
.section-label span{width:6px;height:6px;border-radius:50%;background:var(--muted);display:block}
.s-dark .section-label{background:rgba(255,255,255,.08);color:rgba(255,255,255,.45)}
.s-dark .section-label span{background:rgba(255,255,255,.3)}

/* FOOTER */
footer{background:var(--dark);border-top:1px solid rgba(255,255,255,.07)}
.footer-top{padding:80px 60px 60px;display:grid;grid-template-columns:1.8fr 1fr 1fr 1.4fr;gap:52px}
.footer-logo img{height:30px;margin-bottom:14px}
.footer-logo p{font-size:13px;color:rgba(255,255,255,.4);line-height:1.7;max-width:240px}
.footer-col h4{font-size:11px;font-weight:700;color:rgba(255,255,255,.9);letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:9px}
.footer-col ul li a{font-size:13px;color:rgba(255,255,255,.4);transition:color .2s}
.footer-col ul li a:hover{color:rgba(255,255,255,.9)}
.footer-nl p{font-size:13px;color:rgba(255,255,255,.4);margin-bottom:14px;line-height:1.6}
.nl-form{display:flex;gap:8px}
.nl-form input{flex:1;padding:10px 13px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.11);border-radius:8px;color:#fff;font-size:13px;font-family:var(--font);outline:none}
.nl-form input::placeholder{color:rgba(255,255,255,.28)}
.nl-form button{padding:10px 14px;background:#fff;color:#111;border:none;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;font-family:var(--font)}
.footer-bottom{padding:18px 60px;border-top:1px solid rgba(255,255,255,.07);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}
.footer-bottom p{font-size:12px;color:rgba(255,255,255,.28)}
.footer-bottom a{color:rgba(255,255,255,.4)}

/* FOOTER CTA */
.footer-cta{background:var(--dark);padding:200px 60px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden;width:100%;box-sizing:border-box}
.footer-cta video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.13}
.footer-cta-inner{position:relative;z-index:1;width:100%;max-width:680px}
.footer-cta h2{font-size:clamp(26px,4vw,44px);font-weight:800;color:#fff;letter-spacing:-.03em;margin-bottom:14px}
.footer-cta p{font-size:15px;color:rgba(255,255,255,.45);margin-bottom:28px}
.btn-white{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#111;padding:13px 26px;border-radius:10px;font-size:14px;font-weight:600}
.btn-white:hover{background:#eee}

/* ==============================
   ABOUT PAGE
   ============================== */
.about-hero{position:relative;height:72vh;min-height:480px;overflow:hidden;display:flex;align-items:flex-end;margin-top:68px}
.about-hero video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.5}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(13,13,13,.25) 0%,rgba(13,13,13,.72) 100%)}
.hero-content{position:relative;z-index:2;padding:60px}
.hero-content h1{font-size:clamp(42px,5.5vw,72px);font-weight:800;color:#fff;letter-spacing:-.04em;line-height:1.05;margin-bottom:18px}
.hero-content p{font-size:16px;color:rgba(255,255,255,.6);line-height:1.7;margin-bottom:26px;max-width:560px}
.hero-content a{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#111;padding:12px 22px;border-radius:8px;font-size:14px;font-weight:600}

/* Story */
.story{background:var(--dark);padding:100px 60px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.story-badge{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.3);margin-bottom:22px;display:block}
.story-big{font-size:clamp(56px,9vw,112px);font-weight:900;color:#fff;letter-spacing:-.04em;line-height:1;margin-bottom:14px}
.story-big-label{font-size:13px;color:rgba(255,255,255,.35);margin-bottom:44px}
.story-heading{font-size:22px;font-weight:700;color:#fff;margin-bottom:12px}
.story-p{font-size:14px;color:rgba(255,255,255,.5);line-height:1.8;margin-bottom:32px}
.story-right{display:flex;flex-direction:column;gap:36px}
.story-img{border-radius:var(--radius);overflow:hidden;height:360px}
.story-img img{width:100%;height:100%;object-fit:cover}
.story-stat{display:flex;align-items:center;gap:24px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:22px 26px}
.story-stat-num{font-size:38px;font-weight:900;color:#fff;letter-spacing:-.04em}
.story-stat-label{font-size:12px;color:rgba(255,255,255,.4);margin-top:3px}
.stat-divider{width:1px;background:rgba(255,255,255,.1);align-self:stretch}

/* Numbers */
.numbers-section{background:var(--bg);padding:100px 60px}
.numbers-header{margin-bottom:52px}
.numbers-header h2{font-size:clamp(28px,4vw,48px);font-weight:800;letter-spacing:-.03em;margin-bottom:10px}
.numbers-header p{font-size:16px;color:var(--muted)}
.num-scroll{overflow:hidden}
.num-track{display:flex;gap:18px;animation:numScroll 28s linear infinite;width:max-content}
.num-track:hover{animation-play-state:paused}
@keyframes numScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.num-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;width:300px;flex-shrink:0}
.num-card-img{height:170px;overflow:hidden}
.num-card-img img{width:100%;height:100%;object-fit:cover}
.num-card-body{padding:22px}
.num-card-logo{height:22px;margin-bottom:14px}
.num-stat{font-size:38px;font-weight:900;letter-spacing:-.04em;margin-bottom:5px}
.num-label{font-size:12px;color:var(--muted);line-height:1.5}

/* Marquee */
.marquee-wrap{background:var(--dark);padding:28px 0;overflow:hidden;border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07)}
.marquee-track{display:flex;animation:marqueeText 22s linear infinite;width:max-content}
@keyframes marqueeText{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.mq-item{display:flex;align-items:center;gap:16px;padding:0 28px;font-size:13px;font-weight:600;color:rgba(255,255,255,.4);letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}
.mq-item.lit{color:rgba(255,255,255,.85)}
.mq-dot{width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.2);flex-shrink:0}

/* What We Do */
.wwd{background:var(--bg);padding:100px 60px}
.wwd-header{text-align:center;margin-bottom:52px}
.wwd-header h2{font-size:clamp(28px,4vw,48px);font-weight:800;letter-spacing:-.03em}
.wwd-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.wwd-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:30px 26px;transition:box-shadow .2s}
.wwd-card:hover{box-shadow:0 4px 24px rgba(0,0,0,.07)}
.wwd-icon{width:46px;height:46px;background:var(--bg2);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.wwd-icon img{width:24px;height:24px}
.wwd-card h3{font-size:16px;font-weight:700;margin-bottom:9px}
.wwd-card p{font-size:13px;color:var(--muted);line-height:1.7}

/* Quote */
.quote-sec{background:var(--dark);padding:100px 60px;display:flex;flex-direction:column;align-items:center;text-align:center}
.quote-icon img{height:34px;opacity:.55;margin-bottom:30px}
.quote-text{font-size:clamp(20px,3vw,32px);font-weight:700;color:#fff;letter-spacing:-.02em;line-height:1.3;max-width:720px;margin-bottom:36px}
.quote-author{display:flex;align-items:center;gap:14px}
.quote-author img{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.14)}
.qa-name{font-size:14px;font-weight:700;color:#fff;display:block}
.qa-title{font-size:12px;color:rgba(255,255,255,.4)}

/* Team */
.team{background:var(--bg2);padding:100px 60px;position:relative;overflow:hidden}
.team-bg{position:absolute;bottom:0;left:0;right:0;height:55%;background-size:cover;background-position:center;opacity:.1;pointer-events:none}
.team-header{margin-bottom:52px}
.team-header h2{font-size:clamp(28px,4vw,48px);font-weight:800;letter-spacing:-.03em;margin-bottom:8px}
.team-header p{font-size:15px;color:var(--muted)}
.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;position:relative;z-index:1}
.team-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}
.team-card-img{height:270px;overflow:hidden}
.team-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.team-card:hover .team-card-img img{transform:scale(1.04)}
.team-card-body{padding:22px}
.team-card-body h3{font-size:17px;font-weight:700;margin-bottom:4px}
.team-card-body p{font-size:13px;color:var(--muted)}

/* Collage CTA */
.collage-cta{background:var(--dark);padding:80px 60px;overflow:hidden}
.collage-cta-lbl{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.3);display:block;text-align:center;margin-bottom:14px}
.collage-cta h2{font-size:clamp(26px,4vw,46px);font-weight:800;color:#fff;text-align:center;letter-spacing:-.03em;margin-bottom:44px}
.collage-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:8px;height:250px}
.collage-grid img{width:100%;height:100%;object-fit:cover;border-radius:10px}
.collage-grid .s2{grid-column:span 2}

/* ==============================
   FEATURES PAGE
   ============================== */
.feat-hero{margin-top:68px;background:var(--dark);position:relative;overflow:hidden;min-height:480px;display:flex;align-items:center}
.feat-hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.35}
.feat-hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(13,13,13,.85) 40%,rgba(13,13,13,.2))}
.feat-hero-content{position:relative;z-index:2;padding:80px 60px;max-width:640px}
.feat-hero-content h1{font-size:clamp(40px,5vw,68px);font-weight:800;color:#fff;letter-spacing:-.04em;line-height:1.05;margin-bottom:18px}
.feat-hero-content p{font-size:16px;color:rgba(255,255,255,.6);line-height:1.7;margin-bottom:28px}
.feat-hero-content a{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#111;padding:12px 22px;border-radius:8px;font-size:14px;font-weight:600}

/* Trust strip */
.trust-strip{background:var(--dark);padding:18px 60px;border-top:1px solid rgba(255,255,255,.07);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px}
.trust-strip span{font-size:12px;color:rgba(255,255,255,.35);font-weight:500;text-transform:uppercase;letter-spacing:.06em}
.trust-badges{display:flex;align-items:center;gap:28px;flex-wrap:wrap}
.trust-badges b{font-size:12px;font-weight:700;color:rgba(255,255,255,.45);letter-spacing:.04em}

/* Feature cards grid */
.feat-grid-sec{background:var(--bg);padding:100px 60px}
.feat-grid-sec h2{font-size:clamp(28px,4vw,48px);font-weight:800;letter-spacing:-.03em;margin-bottom:8px}
.feat-grid-sec .sub{font-size:16px;color:var(--muted);margin-bottom:52px}
.feat-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.feat-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:32px 28px;display:flex;flex-direction:column;gap:0}
.feat-card-icon{width:52px;height:52px;background:var(--bg2);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.feat-card-icon img{width:28px;height:28px}
.feat-card h3{font-size:18px;font-weight:700;margin-bottom:10px}
.feat-card p{font-size:14px;color:var(--muted);line-height:1.7;flex:1}
.feat-card-scan{margin-top:20px;border-radius:10px;overflow:hidden;height:80px;background:var(--bg2);display:flex;align-items:center;justify-content:center}
.feat-card-scan img{height:60px;opacity:.5}

/* Big split CTA */
.feat-split{background:var(--dark);padding:100px 60px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.feat-split-text h2{font-size:clamp(28px,4vw,48px);font-weight:800;color:#fff;letter-spacing:-.03em;margin-bottom:16px}
.feat-split-text p{font-size:15px;color:rgba(255,255,255,.5);line-height:1.8;margin-bottom:28px}
.feat-split-img{border-radius:var(--radius);overflow:hidden;height:400px}
.feat-split-img img{width:100%;height:100%;object-fit:cover}

/* Bento */
.feat-bento{background:var(--bg);padding:80px 60px}
.feat-bento-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;grid-template-rows:300px 300px;gap:14px}
.bento-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;position:relative}
.bento-card.tall{grid-row:span 2}
.bento-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.bento-card:hover img{transform:scale(1.04)}
.bento-overlay{position:absolute;bottom:0;left:0;right:0;padding:22px;background:linear-gradient(transparent,rgba(0,0,0,.7));color:#fff}
.bento-overlay h3{font-size:16px;font-weight:700;margin-bottom:5px}
.bento-overlay p{font-size:12px;opacity:.75}
.bento-badge{position:absolute;top:14px;left:14px;background:rgba(255,255,255,.15);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);border-radius:7px;padding:5px 11px;font-size:11px;color:#fff;font-weight:600}
.bento-dark{background:var(--dark);display:flex;flex-direction:column;justify-content:space-between;padding:26px}
.bento-dark h3{font-size:18px;font-weight:800;color:#fff;line-height:1.3;margin-bottom:14px}
.bento-dark a{display:inline-flex;align-items:center;gap:6px;background:#fff;color:#111;padding:10px 18px;border-radius:8px;font-size:13px;font-weight:600}
.bento-dark a:hover{background:#eee}

/* How It Works */
.how-it-works{background:var(--bg2);padding:100px 60px}
.hiw-header{text-align:center;margin-bottom:60px}
.hiw-header h2{font-size:clamp(28px,4vw,48px);font-weight:800;letter-spacing:-.03em;margin-bottom:10px}
.hiw-header p{font-size:15px;color:var(--muted)}
.hiw-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.hiw-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}
.hiw-card-img{height:200px;overflow:hidden}
.hiw-card-img img{width:100%;height:100%;object-fit:cover}
.hiw-card-body{padding:24px}
.hiw-step{font-size:13px;font-weight:700;color:var(--muted);margin-bottom:8px;letter-spacing:.04em}
.hiw-card-body h3{font-size:16px;font-weight:700;margin-bottom:8px}
.hiw-card-body p{font-size:13px;color:var(--muted);line-height:1.65}

/* Transaction strip */
.txn-strip{background:var(--dark);padding:80px 60px;text-align:center}
.txn-strip h2{font-size:clamp(24px,3.5vw,42px);font-weight:800;color:#fff;letter-spacing:-.03em;margin-bottom:40px}
.txn-images{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;height:220px}
.txn-images img{width:100%;height:100%;object-fit:cover;border-radius:12px}

/* Clients accordion */
.clients{background:var(--bg);padding:100px 60px}
.clients h2{font-size:clamp(26px,3.5vw,44px);font-weight:800;letter-spacing:-.03em;margin-bottom:52px}
.client-list{border-top:1px solid var(--border)}
.client-item{border-bottom:1px solid var(--border)}
.client-q{display:flex;align-items:center;justify-content:space-between;padding:20px 0;cursor:pointer;gap:16px}
.client-q-left{display:flex;align-items:center;gap:16px}
.client-q-left img{height:24px;opacity:.7}
.client-q-left span{font-size:16px;font-weight:600}
.client-toggle{width:32px;height:32px;border-radius:50%;border:1px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}
.client-toggle img{width:14px;height:14px}
.client-item.open .client-toggle{background:var(--dark);border-color:var(--dark)}
.client-item.open .client-toggle img{filter:invert(1)}
.client-body{max-height:0;overflow:hidden;transition:max-height .3s ease}
.client-item.open .client-body{max-height:120px}
.client-body p{font-size:14px;color:var(--muted);line-height:1.75;padding-bottom:20px}

/* Cash flow */
.cashflow{background:var(--dark);padding:100px 60px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.cashflow-left h2{font-size:clamp(26px,3.5vw,42px);font-weight:800;color:#fff;letter-spacing:-.03em;margin-bottom:14px}
.cashflow-left p{font-size:14px;color:rgba(255,255,255,.45);line-height:1.8;margin-bottom:28px}
.cashflow-stat{font-size:60px;font-weight:900;color:#fff;letter-spacing:-.04em}
.cashflow-stat-label{font-size:13px;color:rgba(255,255,255,.35);margin-top:6px}
.cashflow-right{display:flex;flex-direction:column;gap:14px}
.cashflow-img{border-radius:var(--radius);overflow:hidden;height:240px}
.cashflow-img img{width:100%;height:100%;object-fit:cover}

/* Integrations */
.integrations{background:var(--bg);padding:100px 60px;display:grid;grid-template-columns:1fr 1.4fr;gap:80px;align-items:center}
.int-left h2{font-size:clamp(26px,3.5vw,42px);font-weight:800;letter-spacing:-.03em;margin-bottom:14px}
.int-left p{font-size:15px;color:var(--muted);line-height:1.7;margin-bottom:36px}
.int-list{border-top:1px solid var(--border)}
.int-item{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid var(--border);cursor:pointer;transition:padding-left .15s}
.int-item:hover{padding-left:8px}
.int-item span{font-size:15px;font-weight:600}
.int-arrow{width:34px;height:34px;background:var(--dark);border-radius:50%;display:flex;align-items:center;justify-content:center}
.int-arrow svg{width:14px;height:14px;stroke:#fff}
.int-right{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.int-card{border-radius:14px;overflow:hidden;height:190px}
.int-card img{width:100%;height:100%;object-fit:cover}

/* Growth */
.growth{background:var(--bg2);padding:100px 60px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.growth-left{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:32px;display:flex;flex-direction:column;gap:20px}
.growth-tag{font-size:11px;font-weight:700;color:var(--muted);letter-spacing:.06em;text-transform:uppercase}
.growth-stat{font-size:52px;font-weight:900;letter-spacing:-.04em}
.growth-stat span{font-size:28px}
.growth-label{font-size:13px;color:var(--muted)}
.growth-chart img{width:100%;border-radius:10px}
.growth-right{display:flex;flex-direction:column;gap:20px}
.growth-quote-box{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:28px}
.growth-quote-text{font-size:16px;line-height:1.65;margin-bottom:18px}
.growth-author{display:flex;align-items:center;gap:12px}
.growth-author img{width:40px;height:40px;border-radius:50%;object-fit:cover}
.growth-author-name{font-size:14px;font-weight:600;display:block}
.growth-author-title{font-size:12px;color:var(--muted)}
.growth-right-img{border-radius:var(--radius);overflow:hidden;height:200px}
.growth-right-img img{width:100%;height:100%;object-fit:cover}
.growth-tag-row{font-size:13px;font-weight:700;color:var(--muted)}

/* ==============================
   PRICING PAGE
   ============================== */
.pricing-hero{margin-top:68px;background:var(--dark);padding:100px 60px;text-align:center}
.pricing-hero h1{font-size:clamp(36px,5vw,66px);font-weight:800;color:#fff;letter-spacing:-.04em;line-height:1.05;margin-bottom:16px}
.pricing-hero p{font-size:16px;color:rgba(255,255,255,.5);margin-bottom:40px}
.toggle-wrap{display:inline-flex;align-items:center;gap:0;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:100px;padding:4px}
.toggle-btn{padding:9px 22px;border-radius:100px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;color:rgba(255,255,255,.5);border:none;background:transparent;font-family:var(--font)}
.toggle-btn.on{background:#fff;color:#111}
.save-badge{background:rgba(74,222,128,.15);color:#4ADE80;font-size:11px;font-weight:700;padding:3px 10px;border-radius:100px;margin-left:8px}

/* Pricing cards */
.pricing-cards{background:var(--bg);padding:80px 60px}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.p-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:36px;position:relative}
.p-card.featured{background:#fff;border:2px solid #16a34a}
.p-card-badge{position:absolute;top:24px;right:24px;background:rgba(22,163,74,.12);color:#16a34a;font-size:11px;font-weight:700;padding:4px 12px;border-radius:100px}
.p-card-name{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);margin-bottom:12px}
.p-card-price{font-size:52px;font-weight:900;letter-spacing:-.04em;margin-bottom:4px}
.p-card-price sup{font-size:22px;font-weight:700;vertical-align:super}
.p-card-period{font-size:13px;color:var(--muted);margin-bottom:6px}
.p-card-desc{font-size:13px;color:var(--muted);margin-bottom:28px;line-height:1.6;min-height:63px}
.p-card-cta{display:block;text-align:center;padding:12px;border-radius:10px;font-size:14px;font-weight:600;margin-bottom:28px;transition:all .2s}
.p-card .p-card-cta{background:var(--dark);color:#fff}
.p-card .p-card-cta:hover{background:#333}
.p-divider{border:none;border-top:1px solid var(--border);margin-bottom:24px}
.p-features{list-style:none;display:flex;flex-direction:column;gap:10px}
.p-features li{display:flex;align-items:center;gap:10px;font-size:14px}
.p-check{width:18px;height:18px;border-radius:50%;background:var(--bg2);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.p-check::after{content:'✓';font-size:10px;font-weight:700;color:var(--muted)}

/* Compare table */
.compare{background:var(--bg2);padding:100px 60px}
.compare h2{font-size:clamp(26px,3.5vw,42px);font-weight:800;letter-spacing:-.03em;margin-bottom:52px;text-align:center}
.compare-table{width:100%;border-collapse:collapse;background:#fff;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border)}
.compare-table thead th{padding:20px 24px;font-size:13px;font-weight:700;text-align:left;border-bottom:1px solid var(--border)}
.compare-table thead th:first-child{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.06em}
.compare-table thead th:not(:first-child){text-align:center}
.compare-table tbody td{padding:16px 24px;font-size:14px;border-bottom:1px solid var(--border)}
.compare-table tbody td:not(:first-child){text-align:center}
.compare-table tbody tr:last-child td{border-bottom:none}
.compare-table tbody tr:hover td{background:#fafaf8}
.check-ico{display:inline-flex;width:22px;height:22px;border-radius:50%;background:#e8f5e9;align-items:center;justify-content:center;font-size:11px;color:#2e7d32;font-weight:700}
.cross-ico{display:inline-flex;width:22px;height:22px;border-radius:50%;background:#f5f5f5;align-items:center;justify-content:center;font-size:11px;color:#bbb;font-weight:700}

/* FAQ */
.faq{background:var(--bg);padding:100px 60px}
.faq-left h2{font-size:clamp(26px,3.5vw,42px);font-weight:800;letter-spacing:-.03em;margin-bottom:14px}
.faq-left p{font-size:15px;color:var(--muted);line-height:1.7}
.faq-list{border-top:1px solid var(--border)}
.faq-item{border-bottom:1px solid var(--border)}
.faq-q{display:flex;justify-content:space-between;align-items:center;padding:18px 0;cursor:pointer;gap:16px}
.faq-q span{font-size:15px;font-weight:600}
.faq-tog{width:30px;height:30px;border-radius:50%;border:1px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:18px;color:var(--dark);transition:all .2s}
.faq-item.open .faq-tog{background:var(--dark);color:#fff;border-color:var(--dark);transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq-item.open .faq-a{max-height:140px}
.faq-a p{font-size:14px;color:var(--muted);line-height:1.75;padding-bottom:18px}

/* Testimonials */
.testimonials{background:var(--bg2);padding:100px 0}
.test-header{text-align:center;padding:0 60px;margin-bottom:52px}
.test-header h2{font-size:clamp(28px,4vw,48px);font-weight:800;letter-spacing:-.03em;margin-bottom:10px}
.test-header p{font-size:15px;color:var(--muted)}
.test-scroll{overflow:hidden}
.test-track{display:flex;gap:18px;animation:testScroll 36s linear infinite;width:max-content}
.test-track:hover{animation-play-state:paused}
@keyframes testScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.test-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:26px;width:320px;flex-shrink:0}
.test-img{width:100%;height:170px;border-radius:10px;overflow:hidden;margin-bottom:18px}
.test-img img{width:100%;height:100%;object-fit:cover}
.test-author{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.test-author img{width:38px;height:38px;border-radius:50%;object-fit:cover}
.test-author-name{font-size:13px;font-weight:700;display:block}
.test-author-handle{font-size:12px;color:var(--muted)}
.test-x{margin-left:auto}
.test-x img{width:16px;opacity:.45}
.test-card p{font-size:13px;color:var(--muted);line-height:1.7}
.test-card p em{color:var(--dark);font-style:normal;font-weight:500}

/* ======= HOME PAGE CSS ======= */
.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 22px;border-radius:8px;font-size:14px;font-weight:600;border:none;transition:all .2s;cursor:pointer;font-family:var(--font)}
.btn-dark{background:var(--white);color:var(--dark)}.btn-dark:hover{background:#e8e8e8}
.btn-primary{background:var(--dark);color:var(--white)}.btn-primary:hover{background:#333}
.btn-lg{padding:14px 28px;font-size:15px;border-radius:10px}
.btn-hero{background:var(--white);color:var(--dark);padding:14px 26px;border-radius:10px;font-size:15px;font-weight:600;display:inline-flex;align-items:center;gap:8px}.btn-hero:hover{background:#e8e8e8}
.hero{margin-top:68px;background:var(--dark);padding:100px 80px 0;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end;min-height:680px;overflow:hidden;position:relative}
.hero-left{padding-bottom:80px}
.hero h1{font-size:clamp(38px,4.5vw,62px);font-weight:800;color:var(--white);line-height:1.1;letter-spacing:-.03em;margin-bottom:24px}
.hero p{font-size:17px;color:rgba(255,255,255,.6);max-width:460px;margin-bottom:36px;line-height:1.7}
.hero-cta{display:flex;gap:12px;align-items:center}
.hero-right{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center}
.hero-image-wrap{position:relative;width:100%;max-width:540px}
@keyframes heroRise{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}
@keyframes heroFloatA{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
@keyframes heroFloatB{0%,100%{transform:translateY(0)}50%{transform:translateY(10px)}}
@keyframes heroPop{0%{opacity:0;transform:translateY(16px) scale(.92)}100%{opacity:1;transform:translateY(0) scale(1)}}
.hero-anim-main{animation:heroRise .7s ease both,heroFloatA 6s ease-in-out 1s infinite}
.hero-anim-sub{animation:heroRise .7s ease .15s both,heroFloatB 7s ease-in-out 1.2s infinite}
.hero-chip{position:absolute;z-index:4;background:#fff;color:#0D0D0D;border-radius:13px;padding:11px 15px;box-shadow:0 16px 38px -12px rgba(0,0,0,.55);display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;white-space:nowrap}
.hero-chip-1{top:-14px;right:-24px;animation:heroPop .6s ease .7s both,heroFloatA 5s ease-in-out 1.4s infinite}
.hero-chip-2{bottom:104px;left:-30px;animation:heroPop .6s ease 1s both,heroFloatB 6s ease-in-out 1.7s infinite}
.hero-glow{position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(74,222,128,.18),transparent 62%);filter:blur(18px);top:6%;right:-10%;z-index:0;pointer-events:none}
.hero-avatars img{width:38px;height:38px;border-radius:50%;border:2px solid #0D0D0D;object-fit:cover;margin-left:-12px}
.hero-avatars img:first-child{margin-left:0}
@media(max-width:980px){.hero-chip{display:none}.hero-glow{display:none}}
@media(prefers-reduced-motion:reduce){.hero-anim-main,.hero-anim-sub,.hero-chip-1,.hero-chip-2{animation:none!important}}
.hero-txns{display:flex;flex-direction:column;overflow:hidden;height:160px}
.hero-txn{display:flex;align-items:center;gap:10px;padding:9px 10px;background:rgba(255,255,255,.04);border-radius:8px;margin-bottom:8px;max-height:60px;flex-shrink:0;overflow:hidden;transition:max-height .5s ease,opacity .4s ease,margin .5s ease,padding .5s ease}
.hero-txn:last-child{margin-bottom:0}
.hero-txn.collapsed{max-height:0;opacity:0;margin-bottom:0;padding-top:0;padding-bottom:0}
.htx-ico{width:30px;height:30px;background:rgba(255,255,255,.07);border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0}
.htx-body{flex:1;min-width:0}
.htx-t{font-size:12.5px;color:rgba(255,255,255,.8);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.htx-s{font-size:11px;color:rgba(255,255,255,.3)}
.htx-a{font-size:12.5px;color:rgba(255,255,255,.65);flex-shrink:0;white-space:nowrap}
.s-glow{position:relative;overflow:hidden}
.s-glow>*{position:relative;z-index:1}
.s-glow::before{content:'';position:absolute;width:680px;height:680px;border-radius:50%;background:radial-gradient(circle,rgba(74,222,128,.09),transparent 60%);top:-300px;left:-200px;z-index:0;pointer-events:none}
.s-glow::after{content:'';position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(120,92,255,.08),transparent 62%);bottom:-320px;right:-180px;z-index:0;pointer-events:none}
.section{padding:100px 80px}
.section-title{font-size:clamp(32px,3.5vw,50px);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-bottom:20px}
.section-sub{font-size:17px;color:var(--muted);max-width:520px;line-height:1.7}
.hub{background:var(--bg)}.hub-header{max-width:500px;margin-bottom:60px}
.hub-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;grid-template-rows:320px 320px;gap:16px}
.hub-card{background:var(--card-bg);border-radius:var(--radius);overflow:hidden;position:relative;border:1px solid var(--border)}
.hub-card.tall{grid-row:span 2}
.hub-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.hub-card:hover img{transform:scale(1.04)}
.hub-card-overlay{position:absolute;bottom:0;left:0;right:0;padding:24px;background:linear-gradient(transparent,rgba(0,0,0,.65));color:#fff}
.hub-card-overlay h3{font-size:17px;font-weight:700;margin-bottom:6px}
.hub-card-overlay p{font-size:13px;opacity:.8}
.hub-badge{position:absolute;top:16px;left:16px;background:rgba(255,255,255,.15);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:6px 12px;font-size:12px;color:#fff;font-weight:600}
.hub-apple{position:absolute;bottom:20px;right:20px;width:36px;height:36px;background:rgba(0,0,0,.4);backdrop-filter:blur(8px);border-radius:50%;display:flex;align-items:center;justify-content:center}
.money{background:var(--dark);color:var(--white)}
.money .section-label{background:rgba(255,255,255,.1);color:rgba(255,255,255,.6)}
.money .section-title{color:var(--white)}
.money .section-sub{color:rgba(255,255,255,.55)}
.money-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:60px}
.money-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);overflow:hidden;position:relative}
.money-card img{width:100%;height:280px;object-fit:cover}
.money-card-text{padding:28px}
.money-card-text h3{font-size:20px;font-weight:700;color:#fff;margin-bottom:10px}
.money-card-text p{font-size:14px;color:rgba(255,255,255,.55);line-height:1.7}
.money-tag{position:absolute;top:20px;left:20px;background:rgba(255,255,255,.1);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);border-radius:6px;padding:4px 12px;font-size:12px;color:rgba(255,255,255,.8);font-weight:500}
.reasons{background:var(--bg)}
.reasons-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.reasons-image{border-radius:var(--radius);overflow:hidden;height:520px}
.reasons-image img{width:100%;height:100%;object-fit:cover}
.reasons-right p{color:var(--muted);margin-bottom:32px;font-size:16px;line-height:1.7}
.reasons-stat{display:flex;align-items:center;gap:16px;background:var(--card-bg);border:1px solid var(--border);border-radius:12px;padding:18px 20px;margin-bottom:12px}
.stat-icon{width:42px;height:42px;background:var(--dark);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;flex-shrink:0}
.stat-text{font-size:14px;color:var(--muted)}
.stat-text strong{display:block;font-size:15px;color:var(--dark);font-weight:700}
.milestones{background:var(--bg2)}
.milestones-header{text-align:center;margin-bottom:60px}
.milestones-header .section-label{justify-content:center}
.milestones-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.milestone-card{background:var(--card-bg);border-radius:var(--radius);overflow:hidden;border:1px solid var(--border)}
.milestone-card img.card-img{width:100%;height:220px;object-fit:cover}
.milestone-card-body{padding:28px}
.milestone-card-body h3{font-size:19px;font-weight:700;margin-bottom:10px}
.milestone-card-body p{font-size:14px;color:var(--muted);line-height:1.7}
.milestone-tag{display:inline-block;background:var(--bg2);border-radius:100px;padding:4px 12px;font-size:12px;font-weight:600;color:var(--muted);margin-bottom:12px}
.power{background:var(--bg)}.power-header{max-width:540px;margin-bottom:60px}
.power-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:16px;align-items:start}
.power-image{border-radius:var(--radius);overflow:hidden;height:500px;position:relative}
.power-image img{width:100%;height:100%;object-fit:cover}
.power-image-badge{position:absolute;bottom:20px;left:20px;background:rgba(255,255,255,.9);backdrop-filter:blur(12px);border-radius:12px;padding:12px 16px;display:flex;align-items:center;gap:10px;max-width:220px}
.power-image-badge img{width:36px;height:36px;object-fit:cover;border-radius:8px}
.power-image-badge-text{font-size:12px;color:var(--dark)}
.power-image-badge-text strong{display:block;font-weight:700;font-size:13px}
.power-features{display:flex;flex-direction:column;gap:12px}
.power-feature{background:var(--card-bg);border:1px solid var(--border);border-radius:14px;padding:24px;display:flex;gap:16px;align-items:flex-start;transition:box-shadow .2s}
.power-feature:hover{box-shadow:0 4px 20px rgba(0,0,0,.07)}
.power-feature-icon{width:44px;height:44px;border-radius:10px;background:var(--bg2);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.power-feature-icon img{width:24px;height:24px}
.power-feature-text h4{font-size:16px;font-weight:700;margin-bottom:6px}
.power-feature-text p{font-size:14px;color:var(--muted);line-height:1.6}
/* Home FAQ (avoid conflict with pricing .faq grid) */
#page-home .faq{background:var(--bg2)}
.faq-inner{display:grid;grid-template-columns:1fr 1.6fr;gap:80px;align-items:start}
.faq-left p{color:var(--muted);font-size:16px;line-height:1.7}
.faq-list{display:flex;flex-direction:column;gap:0}
.faq-item{border-bottom:1px solid var(--border);padding:20px 0}
.faq-item:first-child{border-top:1px solid var(--border)}
.faq-question{display:flex;justify-content:space-between;align-items:center;cursor:pointer;gap:16px}
.faq-question span{font-size:16px;font-weight:600;color:var(--dark)}
.faq-toggle{width:32px;height:32px;border-radius:50%;background:var(--card-bg);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s;font-size:18px;color:var(--dark);font-weight:300}
.faq-item.open .faq-toggle{background:var(--dark);color:#fff;border-color:var(--dark);transform:rotate(45deg)}
.faq-answer{overflow:hidden;max-height:0;transition:max-height .3s ease}
.faq-item.open .faq-answer{max-height:200px}
.travel-faq .faq-item{border-bottom:1px solid rgba(255,255,255,.1);border-top:none}
.travel-faq .faq-item.open .faq-answer{max-height:360px}
.travel-faq .faq-answer p{color:rgba(255,255,255,.55)!important;padding-top:14px}
.travel-faq .faq-question span{color:#fff!important}
.faq-answer p{padding-top:14px;font-size:15px;color:var(--muted);line-height:1.7}
.testimonials{background:var(--bg);padding:100px 0}
.testimonials-header{text-align:center;padding:0 80px;margin-bottom:60px}
.testimonials-header .section-title{font-size:clamp(30px,3.5vw,46px)}
.testimonials-track-wrap{overflow:hidden}
.testimonials-track{display:flex;gap:20px;animation:marqueeT 35s linear infinite;width:max-content;padding-bottom:10px}
.testimonials-track:hover{animation-play-state:paused}
@keyframes marqueeT{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.testimonial-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:28px;width:340px;flex-shrink:0}
.testimonial-img{width:100%;height:180px;border-radius:10px;overflow:hidden;margin-bottom:20px}
.testimonial-img img{width:100%;height:100%;object-fit:cover}
.testimonial-author{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.testimonial-author img{width:40px;height:40px;border-radius:50%;object-fit:cover}
.author-info strong{display:block;font-size:14px;font-weight:700}
.author-info span{font-size:13px;color:var(--muted)}
.testimonial-x{margin-left:auto}
.testimonial-x img{width:18px;opacity:.5}
.testimonial-card p{font-size:14px;color:var(--muted);line-height:1.7}
.testimonial-card p em{color:var(--dark);font-style:normal;font-weight:500}
/* Home integrations (scoped to avoid conflict with features page) */
#page-home .integrations{background:var(--bg2)}
.integrations-inner{display:grid;grid-template-columns:1fr 1.4fr;gap:80px;align-items:center}
.integrations-left p{color:var(--muted);font-size:16px;line-height:1.7;margin-bottom:40px}
.integration-list{display:flex;flex-direction:column;gap:0}
.integration-item{display:flex;justify-content:space-between;align-items:center;padding:18px 0;border-bottom:1px solid var(--border);cursor:pointer;transition:all .15s}
.integration-item:first-child{border-top:1px solid var(--border)}
.integration-item:hover{padding-left:8px}
.integration-item span{font-size:16px;font-weight:600}
.integration-arrow{width:36px;height:36px;background:var(--dark);border-radius:50%;display:flex;align-items:center;justify-content:center}
.integration-arrow svg{width:16px;height:16px;stroke:#fff}
.integrations-right{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.integration-card{background:var(--card-bg);border:1px solid var(--border);border-radius:14px;overflow:hidden;height:200px;position:relative}
.integration-card img{width:100%;height:100%;object-fit:cover}
.cta-section{background:var(--dark);padding:100px 80px}
.cta-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.cta-left h2{font-size:clamp(28px,3vw,44px);font-weight:800;color:var(--white);line-height:1.15;letter-spacing:-.03em;margin-bottom:20px}
.cta-left p{color:rgba(255,255,255,.55);font-size:16px;line-height:1.7;margin-bottom:32px}
.btn-cta{background:var(--white);color:var(--dark);padding:14px 28px;border-radius:10px;font-size:15px;font-weight:600;border:none;display:inline-flex;align-items:center;gap:8px;cursor:pointer}
.btn-cta:hover{background:#e8e8e8}
.cta-images{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.cta-img-wrap{border-radius:12px;overflow:hidden}
.cta-img-wrap img{width:100%;height:140px;object-fit:cover}
.cta-img-wrap.tall img{height:295px}
/* ── FULL-WIDTH DROPDOWN ── */
.nav-dropdown{position:static}
.nav-dropdown>a{display:flex;align-items:center;gap:5px;cursor:pointer}
.nav-dropdown>a .chev{width:12px;height:12px;transition:transform .2s;opacity:.6}
.nav-dropdown:hover>a .chev{transform:rotate(180deg)}
.dropdown-panel{display:none;position:fixed;top:68px;left:0;right:0;background:#fff;border-top:1px solid #eee;box-shadow:0 22px 48px -18px rgba(0,0,0,.16);z-index:180;padding:36px 0 32px}
.nav-dropdown.open .dropdown-panel{display:block;animation:dpIn .2s cubic-bezier(.16,1,.3,1)}
@keyframes dpIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
.nav-dropdown.open > a .chev{transform:rotate(180deg)}
.dp-inner{max-width:820px;margin:0 auto;padding:0 60px;display:flex;gap:0;align-items:stretch}
.dp-col{flex:1;padding:0 36px 0 0;min-width:0}
.dp-col:first-child{padding-left:0}
.dp-col-divider{width:1px;background:#ededea;align-self:stretch;flex-shrink:0;margin:0 16px}
.dp-col-divider:has(+ .dp-col-new){display:none}
.dp-col-new{display:none}
.dp-label{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#a8a8a4;margin-bottom:14px;padding:0 14px;display:block}
.dp-item{display:flex;align-items:center;gap:14px;padding:11px 14px;border-radius:12px;text-decoration:none;color:#0D0D0D;transition:background .15s ease;cursor:pointer;margin-bottom:2px}
.dp-item:hover{background:#f6f6f4}
.dp-icon{display:flex;align-items:center;justify-content:center;width:22px;height:22px;flex-shrink:0;color:#6a6a66;background:none;border:none;transition:color .15s ease}
.dp-item:hover .dp-icon{color:#0D0D0D}
.dp-icon svg{width:19px;height:19px;stroke-width:1.7}
.dp-text{min-width:0}
.dp-text strong{display:flex;align-items:center;gap:7px;font-size:14.5px;font-weight:600;color:#0D0D0D;margin-bottom:2px;line-height:1.25}
.dp-text strong::after{content:'→';font-size:12px;color:#0D0D0D;opacity:0;transform:translateX(-4px);transition:opacity .15s ease,transform .15s ease}
.dp-item:hover .dp-text strong::after{opacity:1;transform:translateX(0)}
.dp-text span{display:block;font-size:12.5px;color:#8a8a86;line-height:1.45;min-height:36px}
.dp-new-card{position:relative;background:#0D0D0D;border-radius:16px;overflow:hidden;display:flex;flex:1;flex-direction:column;padding:24px 22px;justify-content:space-between;min-height:228px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}
.dp-new-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px -14px rgba(0,0,0,.55)}
.dp-new-eyebrow{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.4);margin-bottom:10px;display:block}
.dp-new-title{font-size:19px;font-weight:800;color:#fff;line-height:1.24;letter-spacing:-.02em;margin-bottom:10px}
.dp-new-sub{font-size:12px;color:rgba(255,255,255,.55);line-height:1.55;margin-bottom:18px;flex:1}
.dp-new-link{font-size:12.5px;font-weight:700;color:#fff}
.dp-new-link::after{content:' →';display:inline-block;transition:transform .15s ease}
.dp-new-card:hover .dp-new-link::after{transform:translateX(3px)}
.dp-new-badge{display:inline-block;background:rgba(74,222,128,.16);color:#4ADE80;font-size:10px;font-weight:700;padding:4px 10px;border-radius:100px;margin-bottom:12px}
/* Language selector */
.lang-sel{position:relative}
.lang-btn{display:flex;align-items:center;gap:5px;background:transparent;border:1px solid rgba(255,255,255,.18);border-radius:7px;padding:6px 10px;color:rgba(255,255,255,.7);font-size:13px;font-weight:500;cursor:pointer;font-family:var(--font);transition:all .2s}
.lang-btn:hover{background:rgba(255,255,255,.07);color:#fff;border-color:rgba(255,255,255,.3)}
.lang-sel.open .lang-btn{background:rgba(255,255,255,.1);color:#fff}
.lang-panel{display:none;position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.06),0 12px 32px rgba(0,0,0,.12);padding:6px;min-width:150px;z-index:300}
.lang-sel.open .lang-panel{display:block}
.lang-opt{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:7px;font-size:13px;color:#111;cursor:pointer;text-decoration:none;transition:background .12s;white-space:nowrap}
.lang-opt:hover{background:#f5f5f3}

@media(max-width:1024px){
  .story,.feat-split,.cashflow,.integrations,.growth,.faq-inner{grid-template-columns:1fr}
  .wwd-grid,.feat-cards,.hiw-grid,.team-grid,.pricing-grid{grid-template-columns:1fr 1fr}
  .feat-bento-grid,.txn-images{grid-template-columns:repeat(2,1fr)}
  .feat-bento-grid{height:auto}
  .feat-bento-grid .tall{grid-row:auto}
  .compare-table{font-size:13px}
  .footer-top{grid-template-columns:1fr 1fr;gap:32px}
}
@media(max-width:768px){
  .nav{padding:0 20px}.nav-links{display:none}
  .feat-hero-content,.hero-content,.story,.numbers-section,.wwd,.quote-sec,.team,.collage-cta,.feat-grid-sec,.feat-split,.feat-bento,.how-it-works,.txn-strip,.clients,.cashflow,.integrations,.growth,.pricing-hero,.pricing-cards,.compare,.faq,.footer-top,.footer-bottom,.trust-strip,.testimonials .test-header,.footer-cta{padding-left:24px;padding-right:24px}
  .wwd-grid,.feat-cards,.hiw-grid,.team-grid,.pricing-grid,.int-right{grid-template-columns:1fr}
  .collage-grid{grid-template-columns:repeat(4,1fr);height:160px}
  .footer-top{grid-template-columns:1fr}
  .txn-images{grid-template-columns:repeat(3,1fr);height:160px}
/* ARTICLE PROSE */
.prose{max-width:680px;margin:0 auto}
.prose p{font-size:16px;color:rgba(255,255,255,.65);line-height:1.85;margin-bottom:22px}
.prose h2{font-size:22px;font-weight:700;color:#fff;letter-spacing:-.02em;margin:40px 0 14px}
.prose h3{font-size:18px;font-weight:700;color:#fff;letter-spacing:-.01em;margin:32px 0 12px}
.prose ul{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:24px}
.prose ul li{display:flex;align-items:flex-start;gap:10px;font-size:15px;color:rgba(255,255,255,.65);line-height:1.7}
.prose ul li::before{content:'✓';color:#4ADE80;font-weight:700;flex-shrink:0;margin-top:2px}
.prose blockquote{border-left:3px solid rgba(74,222,128,.4);padding:16px 22px;margin:28px 0;background:rgba(255,255,255,.04);border-radius:0 8px 8px 0}
.prose blockquote p{color:rgba(255,255,255,.75);font-style:italic;margin-bottom:0}
.prose-back{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:rgba(255,255,255,.5);cursor:pointer;text-decoration:none;transition:color .15s;margin-bottom:32px}
.prose-back:hover{color:#fff}
.prose-back svg{transition:transform .15s}
.prose-back:hover svg{transform:translateX(-3px)}
}

/* ── SCROLL ANIMATIONS ───────────────────────────────────── */
.sa{opacity:0;will-change:opacity,transform}
.sa-up{transform:translateY(48px)}
.sa-left{transform:translateX(-52px)}
.sa-right{transform:translateX(52px)}
.sa-scale{transform:scale(.93)}
.sa-fade{transform:none}
.sa.sa-in{
  opacity:1!important;
  transform:none!important;
  transition:opacity .85s cubic-bezier(.16,1,.3,1),transform .85s cubic-bezier(.16,1,.3,1)
}
.sa-d1.sa-in{transition-delay:.08s!important}
.sa-d2.sa-in{transition-delay:.18s!important}
.sa-d3.sa-in{transition-delay:.28s!important}
.sa-d4.sa-in{transition-delay:.38s!important}
.sa-d5.sa-in{transition-delay:.48s!important}
.sa-d6.sa-in{transition-delay:.58s!important}
/* Hero elements — faster, snappier */
.sa-hero.sa-in{transition-duration:.7s!important}
/* Reduce motion */
@media(prefers-reduced-motion:reduce){
  .sa,.sa.sa-in{transition:none!important;opacity:1!important;transform:none!important}
}

/* ═══════════════════════════════════════════
   MOBILE NAVIGATION
═══════════════════════════════════════════ */
.nav-hamburger{
  display:none;flex-direction:column;justify-content:center;gap:5px;
  background:transparent;border:none;cursor:pointer;padding:8px;margin-left:4px;
}
.nav-hamburger span{
  display:block;width:22px;height:2px;background:#fff;border-radius:2px;
  transition:transform .25s,opacity .25s;
}
.nav-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-hamburger.open span:nth-child(2){opacity:0}
.nav-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.mobile-nav-panel{
  display:none;position:fixed;top:68px;left:0;right:0;bottom:0;
  background:var(--dark);z-index:198;overflow-y:auto;
  border-top:1px solid rgba(255,255,255,.07);
}
.mobile-nav-panel.open{display:block}
.mobile-nav-link{
  display:block;padding:15px 20px;font-size:16px;font-weight:500;
  color:rgba(255,255,255,.7);text-decoration:none;
  border-bottom:1px solid rgba(255,255,255,.06);cursor:pointer;
}
.mobile-nav-link:hover{color:#fff;background:rgba(255,255,255,.04)}
.mobile-nav-divider{height:1px;background:rgba(255,255,255,.1);margin:4px 0}

/* ═══════════════════════════════════════════
   MOBILE RESPONSIVE — max-width:768px
═══════════════════════════════════════════ */
@media(max-width:768px){

  /* NAV */
  .nav-hamburger{display:flex}
  .nav-links,.lang-sel,.nav > div > a[href*="login"]{display:none!important}
  .nav{padding:0 20px}

  /* SECTION PADDING — inline overrides */
  .page section,.page>div[style*="padding"]{
    padding-left:20px!important;padding-right:20px!important
  }
  section[style*="padding:100px 60px"]{padding:60px 20px!important}
  section[style*="padding:80px 60px"]{padding:48px 20px!important}
  section[style*="padding:120px 60px"]{padding:72px 20px!important}
  section[style*="padding:60px"]{padding:40px 20px!important}
  section[style*="padding:52px 60px"]{padding:40px 20px!important}
  section[style*="padding:40px 60px"]{padding:32px 20px!important}

  /* HERO SECTIONS */
  section[style*="height:100vh"]{
    height:auto!important;min-height:520px!important;
    padding:100px 20px 60px!important
  }
  section[style*="height:72vh"]{
    height:auto!important;min-height:420px!important;
    padding:80px 20px 48px!important
  }
  section[style*="height:80vh"]{
    height:auto!important;min-height:460px!important;
    padding:90px 20px 56px!important
  }

  /* ALL 2-COL GRIDS → 1 col */
  [style*="grid-template-columns:1fr 1fr"]{
    grid-template-columns:1fr!important;gap:28px!important
  }
  [style*="grid-template-columns:1fr 1.4fr"],[style*="grid-template-columns:1.4fr 1fr"],
  [style*="grid-template-columns:1.8fr 1fr 1fr 1fr 1.4fr"],
  [style*="grid-template-columns:1.6fr 1fr 1fr 1fr 1fr 1fr"]{
    grid-template-columns:1fr!important;gap:16px!important
  }

  /* 3-COL GRIDS → 1 col (cards,blogs,features) */
  [style*="grid-template-columns:repeat(3,1fr)"]{
    grid-template-columns:1fr!important;gap:14px!important
  }
  /* 4-COL → 2 col */
  [style*="grid-template-columns:repeat(4,1fr)"]{
    grid-template-columns:repeat(2,1fr)!important;gap:12px!important
  }
  /* 2×2 card grids stay 2 col on mobile */
  [style*="grid-template-columns:repeat(2,1fr)"]{
    grid-template-columns:repeat(2,1fr)!important
  }

  /* FIXED HEIGHTS that cause overflow */
  [style*="height:480px"],[style*="height:500px"],[style*="height:520px"],
  [style*="height:440px"],[style*="height:400px"]{height:240px!important}
  [style*="height:360px"]{height:220px!important}
  [style*="height:270px"]{height:200px!important}
  [style*="height:210px"],[style*="height:220px"]{height:180px!important}

  /* STICKY images — remove sticky on mobile */
  [style*="position:sticky"]{position:relative!important;top:auto!important}

  /* LARGE MAX-WIDTHS on inline elements */
  [style*="max-width:860px"],[style*="max-width:900px"],[style*="max-width:1040px"],
  [style*="max-width:780px"],[style*="max-width:720px"],[style*="max-width:680px"]{
    max-width:100%!important
  }

  /* HERO TEXT CENTERING */
  [style*="text-align:center"]{text-align:center!important}

  /* FOOTER */
  .footer-top{grid-template-columns:1fr!important;padding:48px 20px 40px!important;gap:28px!important}
  .footer-bottom{padding:16px 20px!important;flex-direction:column;gap:8px}
  footer [style*="padding:28px 60px"]{padding:20px!important}
  .footer-cta{padding:80px 20px!important}
  .footer-cta h2{font-size:28px!important}

  /* NAV dropdown — hide on mobile (use mobile-nav instead) */
  .nav-dropdown{display:none!important}

  /* BLOG LISTING */
  #page-blog section [style*="1fr 1fr"]{grid-template-columns:1fr!important}

  /* PRICING CARDS */
  .pricing-grid{grid-template-columns:1fr!important}
  .compare-table{font-size:11px}
  .compare-table th,[class*="compare"] td{padding:10px 8px!important;font-size:11px}

  /* NUMBERS SCROLL — pause on mobile */
  .num-track{animation-play-state:paused}
  .testimonials-track{animation-play-state:paused}

  /* BLOG POST PROSE */
  .prose{padding:0 4px}
  .prose blockquote{margin:20px 0}
  [style*="padding:80px 60px 0;margin-top:68px"]{padding:80px 20px 0!important}
  [style*="padding:40px 60px 0"]{padding:24px 20px 0!important}
  [style*="padding:52px 60px 80px"]{padding:36px 20px 60px!important}
  [style*="padding:40px 60px 60px"]{padding:28px 20px 48px!important}
  [style*="padding:60px;border-top"]{padding:40px 20px!important}

  /* DEMO PAGE 2-col */
  #page-demo [style*="grid-template-columns:1fr 1fr"]{
    grid-template-columns:1fr!important;gap:32px!important
  }

  /* CURRENCY PILL GRID → 2 col */
  #page-banking [style*="grid-template-columns:1fr 1fr"].\:currency-pills,
  [style*="grid-template-columns:1fr 1fr"][style*="gap:10px"]{
    grid-template-columns:1fr 1fr!important
  }

  /* REWARDS SECTION */
  #page-cards [style*="grid-template-columns:1fr 1fr"]{
    grid-template-columns:1fr!important
  }

  /* COLLAGE GRID */
  .collage-grid{grid-template-columns:repeat(3,1fr)!important;height:140px!important}

  /* ABOUT HERO */
  .about-hero{height:50vh!important;min-height:360px!important}
  .hero-content{padding:32px 20px!important}
  .hero-content h1{font-size:clamp(32px,8vw,48px)!important}

  /* STORY SECTION */
  .story{padding:60px 20px!important}

  /* FAQ */
  .faq{padding:48px 20px!important}
  .faq-list{padding:0!important}

  /* HELP SEARCH */
  #page-help section[style*="padding:120px"]{padding:80px 20px 48px!important}

  /* NUMBER CARDS */
  .num-card{width:260px}

  /* HOW IT WORKS */
  .hiw-grid{grid-template-columns:1fr!important}
  .hiw-card-img{height:180px!important}

  /* SOLUTION PAGES — left/right alternating splits */
  .page section [style*="gap:80px;align-items:center"]{gap:28px!important}
  .page section [style*="gap:60px;align-items:center"]{gap:28px!important}

  /* PRE-FOOTER IMAGE CTA */
  [style*="height:580px"],[style*="height:420px"]{height:360px!important}
  [style*="padding:100px 60px"][style*="text-align:center"]{padding:60px 20px!important}

  /* INLINE FLEX WRAPS */
  [style*="display:flex"][style*="gap:32px"]{flex-wrap:wrap;gap:16px!important}
  [style*="display:flex"][style*="gap:52px"]{flex-wrap:wrap;gap:24px!important}

  /* FEATURE BENTO */
  .feat-bento-grid{grid-template-columns:1fr!important}

  /* TEAM GRID */
  .team-grid{grid-template-columns:1fr!important}
  .team-card-img{height:200px!important}

  /* TRUST STRIP */
  .trust-strip{padding:24px 20px!important;flex-wrap:wrap;gap:12px!important}
}

/* ═══════════════════════════════════════════
   TABLET — max-width:1024px  (supplement)
═══════════════════════════════════════════ */
@media(max-width:1024px) and (min-width:769px){
  section[style*="padding:100px 60px"]{padding:80px 40px!important}
  section[style*="padding:120px 60px"]{padding:100px 40px!important}
  [style*="grid-template-columns:repeat(3,1fr)"]{
    grid-template-columns:repeat(2,1fr)!important
  }
}


/* ── ACCESS GATE ── */
#access-gate{
  position:fixed;inset:0;z-index:9999;
  background:#0D0D0D;
  display:flex;align-items:center;justify-content:center;
}
#access-gate.hidden{display:none}
.gate-box{
  width:100%;max-width:380px;padding:0 24px;
  display:flex;flex-direction:column;align-items:center;text-align:center;
}
.gate-logo{height:28px;margin-bottom:48px;opacity:.9}
.gate-box h2{font-size:22px;font-weight:700;color:#fff;letter-spacing:-.02em;margin-bottom:8px}
.gate-box p{font-size:14px;color:rgba(255,255,255,.4);margin-bottom:32px;line-height:1.6}
.gate-input-wrap{position:relative;width:100%;margin-bottom:12px}
.gate-input{
  width:100%;padding:14px 18px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.14);
  border-radius:10px;color:#fff;
  font-size:15px;font-family:var(--font);
  outline:none;box-sizing:border-box;
  letter-spacing:.06em;text-align:center;
  transition:border-color .2s;
}
.gate-input:focus{border-color:rgba(255,255,255,.35)}
.gate-input.shake{animation:shake .35s ease}
@keyframes shake{0%,100%{transform:translateX(0)}25%{transform:translateX(-8px)}75%{transform:translateX(8px)}}
.gate-btn{
  width:100%;padding:14px;
  background:#fff;color:#111;
  border:none;border-radius:10px;
  font-size:15px;font-weight:700;
  cursor:pointer;font-family:var(--font);
  transition:background .15s;
}
.gate-btn:hover{background:#eee}
.gate-error{font-size:13px;color:rgba(255,100,100,.8);margin-top:10px;min-height:18px}
.gate-hint{font-size:12px;color:rgba(255,255,255,.2);margin-top:24px}


/* Home product grid — keep 3 col above 768px */
.home-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
@media(max-width:900px){.home-product-grid{grid-template-columns:1fr 1fr!important}}
@media(max-width:600px){.home-product-grid{grid-template-columns:1fr!important}}


/* ---- legal pages ---- */
.lp-wrap{background:#F5F4EF}
.lp-hero{background:#0D0D0D;color:#fff;padding:52px 60px 44px;margin-top:68px}
.lp-inner{max-width:820px;margin:0 auto}
.lp-hero h1{font-size:clamp(30px,4vw,46px);font-weight:800;letter-spacing:-.03em;margin-bottom:10px;color:#fff;line-height:1.1}
.lp-hero p{color:rgba(255,255,255,.5);font-size:14px}
.lp-content{max-width:820px;margin:0 auto;padding:48px 24px 72px}
.lp-content h2{font-size:22px;font-weight:700;margin:34px 0 12px;letter-spacing:-.02em;color:#0D0D0D}
.lp-content h3{font-size:16px;font-weight:700;margin:20px 0 6px;color:#0D0D0D}
.lp-content p{margin-bottom:14px;color:#333;line-height:1.7}
.lp-content ul{margin:0 0 16px 22px}
.lp-content li{margin-bottom:7px;color:#333;line-height:1.7}
.lp-content a{color:#0D0D0D;text-decoration:underline}
.lp-content a:hover{color:#000}
.lp-content .lead{font-size:17px;color:#444;margin-bottom:8px}
.lp-content .note{background:#EEECEA;border:1px solid #E0DED9;border-radius:12px;padding:16px 18px;font-size:13.5px;color:#555;margin:26px 0}
.lp-content table{width:100%;border-collapse:collapse;margin:8px 0 18px;font-size:14px}
.lp-content th,.lp-content td{text-align:left;padding:11px 12px;border-bottom:1px solid #E0DED9;vertical-align:top}
.lp-content th{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#666}
@media(max-width:768px){.lp-hero{padding:40px 20px 30px}.lp-content{padding:36px 20px 60px}}
