:root{--bg:#fff8f1;--surface:#fffdf9;--surface-2:#fff2e5;--ink:#32180d;--muted:#795f52;--brand:#f26522;--brand-dark:#9e3504;--brand-soft:#ffe3cf;--line:#ecd9ca;--green:#1d8d63;--shadow:0 12px 34px rgba(92,43,17,.10);--radius:18px;--radius-sm:13px;--page:480px;}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background: radial-gradient(circle at 15% 10%,rgba(242,101,34,.08),transparent 28%),linear-gradient(145deg,#f7efe7,#f4e9df);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.45;-webkit-font-smoothing:antialiased;}button,a{font:inherit}a{color:inherit;text-decoration:none}button{border:0}svg{display:block}.app-shell{width:100%;max-width:var(--page);min-height:100dvh;margin-inline:auto;background:var(--bg);box-shadow:0 0 60px rgba(47,20,8,.18);overflow:hidden;position:relative;}.skip-link{position:absolute;left:12px;top:-80px;z-index:1000;padding:10px 14px;border-radius:10px;background:#111;color:#fff;}.skip-link:focus{top:12px}.site-header{height:62px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:rgba(255,248,241,.94);border-bottom:1px solid rgba(236,217,202,.8);backdrop-filter:blur(12px);position:sticky;top:0;z-index:50;}.brand{display:flex;gap:8px;align-items:center;font-size:16px;font-weight:850;letter-spacing:-.25px;}.brand-mark{width:25px;height:25px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#ff7b38,var(--brand));border-radius:50%;box-shadow:0 6px 12px rgba(242,101,34,.25);}.menu-btn{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;color:var(--ink);background:transparent;cursor:pointer;}.menu-btn:active{background:var(--brand-soft)}.drawer{position:fixed;inset:58px max(0px,calc((100vw - var(--page))/2)) auto auto;width:min(86vw,340px);max-height:calc(100dvh - 70px);overflow:auto;padding:12px;background:rgba(255,253,249,.98);border:1px solid var(--line);border-radius:0 0 0 18px;box-shadow:0 25px 50px rgba(51,24,11,.22);z-index:60;transform:translateY(-125%);opacity:0;transition:.28s ease;}.drawer.open{transform:translateY(0);opacity:1}.drawer a{display:flex;align-items:center;justify-content:space-between;padding:13px 14px;border-radius:11px;color:#4b2b1c;font-weight:700;font-size:16px;}.drawer a:hover{background:var(--surface-2);color:var(--brand-dark)}.drawer-backdrop{position:fixed;inset:58px 0 0;z-index:55;background:rgba(35,16,8,.30);opacity:0;pointer-events:none;transition:.25s ease;}.drawer-backdrop.open{opacity:1;pointer-events:auto}.hero{min-height:390px;padding:30px 20px 0;display:grid;grid-template-columns:1.04fr .96fr;gap:10px;background: radial-gradient(circle at 85% 25%,rgba(255,190,130,.25),transparent 28%),linear-gradient(145deg,#fff8f1 0%,#fff0df 100%);border-bottom:1px solid var(--line);position:relative;overflow:hidden;}.hero::before,.hero::after{content:"";position:absolute;border-radius:999px;background:rgba(242,101,34,.08);}.hero::before{width:125px;height:125px;right:-62px;top:22px}.hero::after{width:70px;height:70px;left:-32px;bottom:24px}.hero-copy{position:relative;z-index:2;padding-bottom:30px}.eyebrow{margin:0 0 8px;color:var(--brand-dark);font-size:12px;font-weight:850;letter-spacing:.11em;text-transform:uppercase;}h1{margin:0;max-width:270px;font-size:32px;line-height:1.03;letter-spacing:-1px;}.hero-kicker{margin:10px 0 7px;font-weight:850;font-size:15.5px;line-height:1.22;}.hero p{margin:0 0 15px;max-width:270px;color:var(--muted);font-size:13px;line-height:1.5;}.cta{display:inline-flex;align-items:center;gap:8px;min-height:43px;padding:11px 15px;border-radius:12px;color:#fff;background:linear-gradient(135deg,#f87b37,var(--brand));font-size:12.5px;font-weight:850;box-shadow:0 9px 18px rgba(242,101,34,.27);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;}.cta:hover{transform:translateY(-2px);box-shadow:0 12px 23px rgba(242,101,34,.32)}.cta:active{transform:translateY(0)}.hero-art{align-self:end;width:245px;max-width:138%;margin-left:-22px;position:relative;z-index:1;}.hero-photo{filter:drop-shadow(0 16px 24px rgba(56,34,18,.16));object-fit:contain;height:auto;}main{padding:14px}.section{scroll-margin-top:72px;margin-bottom:13px;padding:17px;background:rgba(255,253,249,.92);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 5px 13px rgba(76,36,15,.035);}.section-head{display:flex;align-items:center;gap:8px;margin-bottom:10px;}.num{width:28px;height:28px;flex:0 0 28px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--brand);font-size:12px;font-weight:900;box-shadow:0 5px 10px rgba(242,101,34,.23);}h2{margin:0;font-size:16px;line-height:1.15;letter-spacing:-.25px;}.lead{margin:0;color:var(--muted);font-size:13px;line-height:1.62;}.split{display:grid;grid-template-columns:1fr 1fr;gap:9px;}.mini-card{padding:13px;border:1px solid var(--line);border-radius:var(--radius-sm);background:#fffaf5;}.mini-card h3{margin:0 0 6px;color:var(--brand-dark);font-size:12px;}.mini-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.46;}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;}.category{min-height:92px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:10px 6px;text-align:center;background:#fffaf5;border:1px solid var(--line);border-radius:12px;transition:.2s ease;}.category:hover{transform:translateY(-2px);border-color:#f3b58d;box-shadow:0 8px 15px rgba(104,48,18,.08);}.icon-wrap{width:36px;height:36px;display:grid;place-items:center;color:var(--brand);background:var(--brand-soft);border-radius:10px;}.icon{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.category span{font-size:11px;line-height:1.15;font-weight:800;}.earning-flow{display:grid;grid-template-columns:1fr 22px 1fr 22px 1fr;align-items:center;gap:4px;}.flow-card{min-height:84px;padding:9px 6px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;border:1px solid var(--line);border-radius:12px;background:#fffaf5;}.flow-card b{font-size:17px;color:var(--brand)}.flow-card span{font-size:10.5px;font-weight:750;line-height:1.3}.arrow{color:var(--brand);text-align:center;font-size:20px;font-weight:900}.flow-note{margin:10px 1px 0;color:var(--muted);font-size:11px;text-align:center;}.benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;}.benefit{min-height:94px;display:flex;align-items:center;flex-direction:column;justify-content:center;gap:8px;padding:10px 8px;text-align:center;border:1px solid transparent;border-radius:12px;background:#fff8f0;}.benefit .icon{color:var(--brand-dark)}.benefit span{font-size:11.5px;font-weight:800;line-height:1.2;}.legal-copy{margin-bottom:12px;color:var(--muted);font-size:11.5px;}.legal-badges{display:grid;grid-template-columns:1fr 1fr;gap:9px;}.legal-badge{min-height:72px;display:flex;align-items:center;gap:9px;padding:10px;border:1px dashed #d8a580;border-radius:13px;background:#fffaf5;}.legal-badge strong{display:block;font-size:13px;letter-spacing:.2px;}.legal-badge span{display:block;margin-top:2px;color:var(--muted);font-size:8.5px;line-height:1.25;}.seal{width:37px;height:37px;flex:0 0 37px;display:grid;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(145deg,#1b9666,#126344);font-size:12px;font-weight:950;letter-spacing:-.4px;}.legal-badge:nth-child(2) .seal{background:linear-gradient(145deg,#385f96,#1b365c);}.legal-warning{margin:10px 0 0;padding:9px 10px;color:#70452e;background:#fff0e3;border-radius:10px;font-size:8.5px;line-height:1.4;}footer{padding:23px 17px calc(22px + env(safe-area-inset-bottom));color:#fff7ef;background: radial-gradient(circle at 92% 0%,rgba(255,255,255,.08),transparent 30%),linear-gradient(135deg,#75300d,#a9470d 58%,#8e3509);}.footer-brand{margin-bottom:12px;font-size:15px;font-weight:900;}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:9px 8px;margin-bottom:18px;}.footer-links a{color:#ffeadd;font-size:11.5px;line-height:1.2;}.footer-links a:hover{text-decoration:underline}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:13px;border-top:1px solid rgba(255,255,255,.18);}.copyright{max-width:230px;color:#ffdcca;font-size:8.5px;line-height:1.45;}.socials{display:flex;gap:7px}.social{width:27px;height:27px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.25);border-radius:50%;font-size:12px;font-weight:900;}.toast{position:fixed;left:50%;bottom:18px;width:min(calc(100% - 28px),430px);padding:12px 14px;color:#fff;background:#2d160d;border-radius:12px;box-shadow:0 15px 30px rgba(0,0,0,.22);font-size:12px;text-align:center;transform:translate(-50%,130%);opacity:0;z-index:80;transition:.3s ease;}.toast.show{transform:translate(-50%,0);opacity:1}@media (max-width:360px){.hero{grid-template-columns:1.04fr .96fr;padding-inline:16px}h1{font-size:28px}.hero-art{width:220px;margin-left:-24px}.category-grid,.benefits{gap:8px}.section{padding:15px}}@media (min-width:650px){body{padding:28px 0}.app-shell{min-height:calc(100dvh - 56px);border:8px solid #28231f;border-radius:38px;}.site-header{top:0}.drawer{right:calc((100vw - var(--page))/2 + 8px);top:94px}.drawer-backdrop{top:0}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important}}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.cta-secondary{color:var(--brand-dark);background:#fffaf5;border:1px solid #e8b994;box-shadow:none}.cta-secondary:hover{box-shadow:0 8px 18px rgba(92,43,17,.10)}.stats-bar{display:grid;grid-template-columns:repeat(2,1fr);background:var(--surface);border-bottom:1px solid var(--line)}.stat-item{position:relative;padding:16px 8px;text-align:center}.stat-item:not(:last-child)::after{content:"";position:absolute;right:0;top:23%;height:54%;width:1px;background:var(--line)}.stat-item strong{display:block;color:var(--brand);font-size:17px;line-height:1.1}.stat-item span{display:block;margin-top:4px;color:var(--muted);font-size:10px;line-height:1.3;font-weight:750}.section-intro{margin:-1px 0 13px;padding:12px 13px;border-radius:13px;background:var(--surface-2)}.section-intro strong{display:block;color:var(--brand-dark);font-size:13px;line-height:1.38}.section-intro p{margin:5px 0 0;color:var(--muted);font-size:11px;line-height:1.5}.intro-features{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;margin-top:11px}.intro-features span{display:flex;align-items:center;gap:7px;padding:10px;border:1px solid var(--line);border-radius:11px;background:#fffaf5;font-size:10.2px;font-weight:800}.intro-features .icon{width:16px;height:16px;color:var(--brand)}.category{justify-content:flex-start;min-height:198px;padding:12px 9px}.category > span:last-of-type{font-size:11px}.category-detail{width:100%;margin-top:2px}.category-detail p{margin:0;color:var(--muted);font-size:9.6px;line-height:1.5;font-weight:500}.category-detail a{display:inline-block;margin-top:7px;color:var(--brand-dark);font-size:9.4px;font-weight:850}.process-steps{display:grid;grid-template-columns:1fr;gap:9px;margin-top:12px}.process-steps article{padding:12px;border:1px solid var(--line);border-radius:12px;background:#fffaf5}.process-steps b{display:block;color:var(--brand-dark);font-size:11.5px}.process-steps p{margin:5px 0 0;color:var(--muted);font-size:10px;line-height:1.5}.benefit{align-items:flex-start;flex-direction:row;justify-content:flex-start;text-align:left;min-height:126px;padding:12px 10px}.benefit .icon{flex:0 0 17px;margin-top:1px}.benefit-copy strong{display:block;color:var(--brand-dark);font-size:10.8px;line-height:1.3}.benefit-copy p{margin:5px 0 0;color:var(--muted);font-size:9.3px;line-height:1.45}.legal-details{display:grid;grid-template-columns:1fr;gap:10px;margin-top:12px}.legal-detail-card{padding:13px;border:1px solid var(--line);border-radius:13px;background:#fffaf5}.legal-detail-card h3{margin:0 0 5px;color:var(--brand-dark);font-size:12px}.legal-detail-card > p{margin:0;color:var(--muted);font-size:9.8px;line-height:1.45}.legal-detail-card ul{list-style:none;margin:8px 0 0;padding:0}.legal-detail-card li{display:flex;justify-content:space-between;gap:8px;padding:8px 0;border-top:1px solid var(--line);font-size:9.1px;line-height:1.4}.legal-detail-card li span{color:var(--muted)}.legal-detail-card li strong{text-align:right;overflow-wrap:anywhere}.bottom-cta{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:20px;background:linear-gradient(145deg,#fff8f1,#ffe9d8);border-top:1px solid var(--line)}.bottom-cta > div{max-width:280px}.bottom-cta strong{display:block;font-size:15px;line-height:1.3}.bottom-cta p{margin:6px 0 0;color:var(--muted);font-size:10.2px;line-height:1.5}.bottom-cta .cta{flex:0 0 auto;font-size:11.5px;padding:11px 13px}.footer-description{max-width:360px;margin:-4px 0 16px;color:#ffdcca;font-size:10.5px;line-height:1.55}.footer-contact{display:grid;grid-template-columns:1fr;gap:8px;margin:0 0 16px;padding:13px;border:1px solid rgba(255,255,255,.16);border-radius:11px;background:rgba(255,255,255,.05)}.footer-contact span{color:#ffeadd;font-size:9.5px;overflow-wrap:anywhere}@media (max-width:360px){.hero-actions{align-items:flex-start;flex-direction:column}.category{min-height:174px}.legal-details{grid-template-columns:1fr}.bottom-cta{align-items:flex-start;flex-direction:column}}:root{--page:500px}.site-header{height:64px;padding-inline:20px}.brand{font-size:17px}.brand-mark{width:28px;height:28px}.drawer{inset-block-start:64px}.drawer-backdrop{inset-block-start:64px}.drawer a{font-size:16.5px;padding:14px 15px}.hero{min-height:430px;padding:34px 21px 0;grid-template-columns:1.08fr .92fr;gap:8px;}.hero-copy{padding-bottom:36px}.eyebrow{font-size:13px;margin-bottom:9px}h1{max-width:285px;font-size:35px;line-height:1.04}.hero-kicker{font-size:17px;margin:11px 0 8px}.hero p{max-width:285px;font-size:14px;line-height:1.58;margin-bottom:18px}.cta{min-height:46px;padding:12px 16px;font-size:13.2px}.hero-actions{gap:11px}.hero-art{width:280px;height:397px;max-width:155%;margin-left:-42px;object-fit:cover;object-position:50% 8%;transform:translateY(14px);transform-origin:center bottom;}main{padding:16px}.section{margin-bottom:15px;padding:20px;border-radius:20px}.section-head{gap:10px;margin-bottom:12px}.num{width:31px;height:31px;flex-basis:31px;font-size:13px}h2{font-size:19px;line-height:1.18}.lead{font-size:14px;line-height:1.68}.mini-card{padding:15px}.mini-card h3{font-size:14px;margin-bottom:7px}.mini-card p{font-size:13px;line-height:1.58}.stats-bar{grid-template-columns:repeat(2,1fr)}.stat-item{padding:18px 10px}.stat-item strong{font-size:20px}.stat-item span{font-size:12px;line-height:1.4}.section-intro{margin-bottom:15px;padding:14px 15px}.section-intro strong{font-size:15px;line-height:1.42}.section-intro p{font-size:13px;line-height:1.6;margin-top:6px}.intro-features{gap:9px;margin-top:13px}.intro-features span{padding:12px;font-size:12px;line-height:1.35}.intro-features .icon{width:18px;height:18px}.category-grid{gap:10px}.category{min-height:228px;padding:15px 11px;gap:10px}.icon-wrap{width:40px;height:40px}.icon{width:20px;height:20px}.category > span:last-of-type{font-size:13px}.category-detail p{font-size:11.7px;line-height:1.58}.category-detail a{font-size:11.5px;margin-top:9px}.earning-flow{grid-template-columns:1fr 24px 1fr 24px 1fr;gap:5px}.flow-card{min-height:96px;padding:11px 7px}.flow-card b{font-size:20px}.flow-card span{font-size:11.5px;line-height:1.38}.arrow{font-size:23px}.flow-note{font-size:12px;line-height:1.55;margin-top:12px}.process-steps{gap:11px;margin-top:14px}.process-steps article{padding:15px}.process-steps b{font-size:14px}.process-steps p{font-size:12.5px;line-height:1.58;margin-top:6px}.benefits{gap:10px}.benefit{min-height:154px;padding:15px 12px;gap:10px}.benefit .icon{flex-basis:20px;width:20px;height:20px}.benefit-copy strong{font-size:13px;line-height:1.35}.benefit-copy p{font-size:11.5px;line-height:1.55;margin-top:6px}.legal-copy{font-size:13px;line-height:1.58}.legal-badge{min-height:82px;padding:12px}.legal-badge strong{font-size:14px}.legal-badge span{font-size:10.5px;line-height:1.35}.seal{width:42px;height:42px;flex-basis:42px;font-size:13px}.legal-warning{font-size:10.8px;line-height:1.5;padding:11px 12px}.legal-details{gap:12px;margin-top:14px}.legal-detail-card{padding:16px}.legal-detail-card h3{font-size:14px;margin-bottom:7px}.legal-detail-card > p{font-size:11.8px;line-height:1.55}.legal-detail-card li{font-size:11px;line-height:1.5;padding:10px 0}.bottom-cta{padding:23px 20px;gap:16px}.bottom-cta > div{max-width:300px}.bottom-cta strong{font-size:18px;line-height:1.35}.bottom-cta p{font-size:12.3px;line-height:1.58;margin-top:7px}.bottom-cta .cta{font-size:13px;padding:12px 15px}footer{padding:27px 20px calc(25px + env(safe-area-inset-bottom))}.footer-brand{font-size:18px}.footer-description{font-size:12.2px;line-height:1.62;max-width:410px}.footer-contact{padding:15px;gap:10px}.footer-contact span{font-size:11.2px;line-height:1.45}.footer-links{gap:11px 10px}.footer-links a{font-size:12.5px;line-height:1.35}.copyright{max-width:285px;font-size:10.5px;line-height:1.55}.social{width:31px;height:31px;font-size:13px}.toast{font-size:13px;padding:13px 15px}@media (max-width:420px){.site-header{height:62px;padding-inline:16px}.brand{font-size:16px}.hero{min-height:420px;padding:30px 16px 0;grid-template-columns:1.08fr .92fr;gap:5px}.eyebrow{font-size:11.5px}h1{font-size:30px;max-width:245px}.hero-kicker{font-size:15.5px}.hero p{font-size:13px;line-height:1.55;max-width:245px}.cta{min-height:43px;padding:11px 14px;font-size:12px}.hero-art{width:258px;height:387px;max-width:158%;margin-left:-44px;transform:translateY(16px)}main{padding:12px}.section{padding:17px}h2{font-size:17px}.lead{font-size:13px}.section-intro strong{font-size:14px}.section-intro p{font-size:12px}.intro-features span{font-size:11px;padding:10px}.category{min-height:218px;padding:13px 9px}.category > span:last-of-type{font-size:12px}.category-detail p{font-size:10.8px}.category-detail a{font-size:10.7px}.flow-card span{font-size:10.5px}.process-steps p{font-size:11.7px}.benefit{min-height:148px;padding:13px 10px}.benefit-copy strong{font-size:12px}.benefit-copy p{font-size:10.7px}.legal-detail-card li{font-size:10.3px}.bottom-cta strong{font-size:16px}.bottom-cta p{font-size:11.5px}.footer-links a{font-size:11.8px}}@media (max-width:360px){.hero{min-height:414px;padding-inline:14px}h1{font-size:28px}.hero-art{width:238px;height:374px;margin-left:-42px}.section{padding:16px}.category{min-height:210px}.earning-flow{grid-template-columns:1fr 18px 1fr 18px 1fr}.flow-card b{font-size:18px}.flow-card span{font-size:9.8px}.bottom-cta{padding:20px 17px}}:root{--page:440px}.section-head{gap:0}.section-head h2{width:100%}.count-up{font-variant-numeric:tabular-nums;min-height:1.1em}.count-divider{display:inline-block;padding-inline:1px;color:var(--brand)}.mini-card-head{display:flex;align-items:center;gap:9px;margin-bottom:8px}.mini-card-head h3{margin:0}.mini-card-icon{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:10px;background:var(--brand-soft);color:var(--brand-dark)}.mini-card-icon .icon{width:18px;height:18px}.work-sources{margin:0 0 15px;padding:15px;border:1px solid var(--line);border-radius:15px;background:linear-gradient(145deg,#fffdf9,#fff5eb)}.source-heading strong{display:block;color:var(--brand-dark);font-size:14px;line-height:1.42}.source-heading p{margin:6px 0 0;color:var(--muted);font-size:12px;line-height:1.58}.source-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin-top:13px}.source-card{min-height:82px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:7px;padding:10px 8px;border:1px solid var(--line);border-radius:12px;background:#fff;text-align:center;overflow:hidden}.source-card img{display:block;width:100%;height:36px;object-fit:contain}.source-card.source-dark img{height:40px;border-radius:7px}.source-card > span:last-child{color:var(--ink);font-size:11.5px;font-weight:850;line-height:1.25}.source-neutral{background:#fffaf5}.source-symbol{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:var(--brand-soft);color:var(--brand-dark)}.source-symbol .icon{width:21px;height:21px}.source-disclaimer{margin:11px 0 0;padding:9px 10px;border-radius:10px;background:#fff0e3;color:#70452e;font-size:9.7px;line-height:1.48}.relationship-panel{margin:0 0 15px;padding:15px;border:1px solid var(--line);border-radius:15px;background:#fffaf5}.relationship-title{display:block;color:var(--brand-dark);font-size:14px;line-height:1.4;margin-bottom:11px}.relationship-flow{display:grid;grid-template-columns:1fr;gap:8px}.relationship-flow article{position:relative;padding:12px 12px 12px 48px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.relationship-flow article > span{position:absolute;left:12px;top:12px;width:27px;height:27px;display:grid;place-items:center;border-radius:50%;background:var(--brand);color:#fff;font-size:11px;font-weight:900;box-shadow:0 5px 10px rgba(242,101,34,.20)}.relationship-flow b{display:block;color:var(--brand-dark);font-size:12.5px;line-height:1.35}.relationship-flow p{margin:4px 0 0;color:var(--muted);font-size:11px;line-height:1.5}.legal-logo{width:54px;height:54px;flex:0 0 54px;display:block;object-fit:contain;padding:3px;border-radius:10px;background:#fff}@media (min-width:650px){.app-shell{width:440px;max-width:440px}.drawer{right:calc((100vw - 440px)/2 + 8px)}}@media (max-width:420px){.source-heading strong,.relationship-title{font-size:13px}.source-heading p{font-size:11.2px}.source-card{min-height:77px;padding:9px 7px}.source-card img{height:32px}.source-card > span:last-child{font-size:10.7px}.relationship-flow article{padding:11px 10px 11px 45px}.relationship-flow b{font-size:11.8px}.relationship-flow p{font-size:10.5px}.legal-logo{width:48px;height:48px;flex-basis:48px}}.stat-item strong.count-up{width:100%;min-height:1.15em;display:inline-flex;align-items:baseline;justify-content:center;flex-wrap:nowrap;white-space:nowrap;gap:0;}.stat-item strong.count-up .count-part,.stat-item strong.count-up .count-divider{display:inline!important;margin:0!important;padding:0!important;color:inherit!important;font:inherit!important;line-height:inherit!important;white-space:nowrap!important;}.source-heading{position:relative}.demo-data-badge{display:inline-flex;align-items:center;min-height:24px;margin:0 0 8px;padding:4px 9px;border:1px solid #efb58f;border-radius:999px;color:var(--brand-dark);background:var(--brand-soft);font-size:9.5px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;}.source-grid.platform-performance-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;}.platform-stat-card{min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:0 6px 16px rgba(91,43,17,.045);}.platform-logo-wrap{min-height:82px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:12px 9px 10px;background:linear-gradient(180deg,#fff,#fffaf5);border-bottom:1px solid var(--line);}.platform-logo-wrap img{display:block;width:100%;height:35px;object-fit:contain;}.platform-name{color:var(--ink);font-size:11px;line-height:1.2;font-weight:900;}.platform-metrics{display:flex;flex:1;flex-direction:column}.platform-metric{min-height:54px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:9px 6px;text-align:center;}.platform-metric + .platform-metric{border-top:1px solid var(--line)}.platform-metric span{color:var(--muted);font-size:9px;line-height:1.28;font-weight:750;}.platform-metric b{color:var(--brand);font-size:16px;line-height:1;font-weight:950;}@media (min-width:768px){html,body{width:100%;min-width:0}body{padding:0!important;background:var(--bg)!important;}.app-shell{width:100%!important;max-width:none!important;min-height:100dvh!important;margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:hidden;}.site-header{height:76px;padding:0 clamp(30px,5vw,82px);}.brand{font-size:20px}.brand-mark{width:34px;height:34px}.menu-btn{width:44px;height:44px}.drawer{inset:76px 0 auto auto!important;width:min(380px,88vw);border-radius:0 0 0 20px;}.drawer-backdrop{inset:76px 0 0!important}.hero{min-height:620px;padding:64px clamp(38px,6vw,105px) 0;grid-template-columns:minmax(0,1.08fr) minmax(350px,.92fr);align-items:center;gap:clamp(30px,5vw,80px);}.hero-copy{max-width:690px;padding-bottom:64px}.eyebrow{font-size:15px}h1{max-width:690px;font-size:clamp(48px,5.2vw,78px);line-height:.98;letter-spacing:-2.2px}.hero-kicker{font-size:clamp(20px,2vw,28px);margin-top:18px}.hero p{max-width:620px;font-size:18px;line-height:1.65;margin-bottom:25px}.hero-actions{gap:14px}.cta{min-height:52px;padding:14px 20px;font-size:15px;border-radius:13px}.hero-art{width:min(43vw,570px)!important;height:555px!important;max-width:100%!important;margin:0!important;justify-self:center;align-self:end;object-fit:contain!important;object-position:center bottom!important;transform:none!important;}.stats-bar{min-height:150px;grid-template-columns:repeat(4,minmax(0,1fr));padding:0 clamp(30px,5vw,82px);}.stat-item{display:flex;flex-direction:column;justify-content:center;padding:24px 14px}.stat-item strong{font-size:clamp(30px,3vw,45px)}.stat-item span{font-size:15px;margin-top:9px}.stat-item:not(:last-child)::after{top:18%;height:64%}main{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:24px;padding:38px clamp(28px,4.5vw,76px) 44px;background: radial-gradient(circle at 5% 8%,rgba(242,101,34,.05),transparent 24%),var(--bg);}.section{min-width:0;margin:0;padding:28px;border-radius:22px;box-shadow:0 12px 30px rgba(76,36,15,.055);}#introduction,#mission{grid-column:span 6}#categories,#earning{grid-column:1/-1}#legal,#why-us{grid-column:span 6}.section-head{margin-bottom:17px}h2{font-size:28px}.lead{font-size:16px;line-height:1.7}.section-intro{padding:18px 20px;margin-bottom:20px}.section-intro strong{font-size:17px}.section-intro p{font-size:14px;line-height:1.65}.intro-features{gap:12px;margin-top:20px}.intro-features span{padding:14px;font-size:13px}.split{gap:16px}.mini-card{padding:20px}.mini-card h3{font-size:16px}.mini-card p{font-size:14px;line-height:1.65}.category-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:15px}.category{min-height:260px;padding:20px 14px;gap:11px}.category .icon-wrap{width:48px;height:48px}.category .icon{width:23px;height:23px}.category > span:last-of-type{font-size:14px}.category-detail p{font-size:12.5px;line-height:1.62}.category-detail a{font-size:12px;margin-top:10px}.source-heading strong,.relationship-title{font-size:18px}.source-heading p{font-size:14px;line-height:1.65}.demo-data-badge{font-size:11px;padding:5px 11px}.source-grid.platform-performance-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff;}.platform-stat-card{border:0;border-radius:0;box-shadow:none;}.platform-stat-card + .platform-stat-card{border-left:1px solid var(--line)}.platform-logo-wrap{min-height:122px;padding:20px 14px}.platform-logo-wrap img{height:54px}.platform-name{font-size:15px}.platform-metric{min-height:82px;padding:14px 10px}.platform-metric span{font-size:12.5px}.platform-metric b{font-size:27px}.source-disclaimer{font-size:12px;line-height:1.6;padding:12px 14px}.relationship-panel{padding:22px;margin-bottom:20px}.relationship-flow{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.relationship-flow article{min-height:140px;padding:18px 16px 16px 58px}.relationship-flow article > span{left:16px;top:17px;width:31px;height:31px;font-size:12px}.relationship-flow b{font-size:15px}.relationship-flow p{font-size:13px;line-height:1.58}.earning-flow{grid-template-columns:1fr 44px 1fr 44px 1fr;gap:8px}.flow-card{min-height:130px;padding:16px}.flow-card b{font-size:30px}.flow-card span{font-size:14px;line-height:1.45}.arrow{font-size:30px}.flow-note{font-size:13px;line-height:1.6;margin-top:15px}.process-steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px}.process-steps article{padding:18px;min-height:120px}.process-steps b{font-size:15px}.process-steps p{font-size:13px;line-height:1.55}.legal-copy{font-size:14px;line-height:1.65}.legal-badge{min-height:96px;padding:16px}.legal-logo{width:68px;height:68px;flex-basis:68px}.legal-badge strong{font-size:16px}.legal-badge span{font-size:11px}.legal-warning{font-size:12px;line-height:1.55;padding:13px}.legal-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.legal-detail-card{padding:18px}.legal-detail-card h3{font-size:16px}.legal-detail-card > p{font-size:12.5px;line-height:1.55}.legal-detail-card li{font-size:11.5px;padding:10px 0}.benefits{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.benefit{min-height:145px;padding:18px}.benefit .icon{width:24px;height:24px;flex-basis:24px}.benefit-copy strong{font-size:15px}.benefit-copy p{font-size:12.5px;line-height:1.55}.bottom-cta{align-items:center;padding:34px clamp(30px,5vw,82px)}.bottom-cta > div{max-width:820px}.bottom-cta strong{font-size:25px}.bottom-cta p{font-size:14px}footer{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:18px 40px;padding:46px clamp(30px,5vw,82px) 26px;}.footer-brand{grid-column:1;grid-row:1;font-size:22px;margin:0}.footer-description{grid-column:1;grid-row:2;max-width:520px;font-size:13px;margin:0}.footer-links{grid-column:2;grid-row:1 / span 2;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 20px;margin:0}.footer-links a{font-size:13px}.footer-contact{grid-column:3;grid-row:1 / span 2;grid-template-columns:1fr;gap:11px;margin:0;padding:17px}.footer-contact span{font-size:12px}.footer-bottom{grid-column:1/-1;grid-row:3;margin-top:12px}.copyright{max-width:760px;font-size:11px}.social{width:34px;height:34px;font-size:14px}.toast{max-width:520px;font-size:14px}}@media (min-width:768px) and (max-width:1050px){.hero{grid-template-columns:minmax(0,1fr) minmax(300px,.8fr);padding-inline:38px;gap:22px}h1{font-size:48px}.hero-art{width:min(42vw,440px)!important;height:500px!important}main{padding-inline:28px}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category{min-height:230px}#introduction,#mission,#legal,#why-us{grid-column:1/-1}.relationship-flow{grid-template-columns:repeat(2,minmax(0,1fr))}footer{grid-template-columns:1fr 1fr}.footer-brand,.footer-description{grid-column:1}.footer-links{grid-column:2}.footer-contact{grid-column:1/-1;grid-row:3;grid-template-columns:repeat(2,minmax(0,1fr))}.footer-bottom{grid-row:4}}.hero-photo{animation: heroFloat 5.6s ease-in-out infinite;will-change: transform;}@keyframes heroFloat{0%,100%{transform: translateY(0px);}50%{transform: translateY(-10px);}}.work-sources-design8{padding: 16px 14px;border: 1px solid var(--line);border-radius: var(--radius);background: linear-gradient(180deg,#fffdfb,#fff8f3);}.compact-table-heading strong{display:block;font-size: 14px;margin-bottom: 4px;}.compact-table-heading p{margin:0 0 12px;color: var(--muted);font-size: 10.6px;line-height: 1.5;}.design8-platform-table{display:flex;flex-direction:column;gap:10px;}.design8-table-head{display:grid;grid-template-columns: 1.12fr 1fr 1fr 1fr;align-items:center;gap:0;padding: 0 10px 2px;color: var(--muted);font-size: 8.3px;font-weight: 800;text-transform:none;}.design8-table-head .head-empty{display:block;min-height:1px;}.design8-row{display:grid;grid-template-columns: 1.12fr 1fr 1fr 1fr;align-items:stretch;border: 1px solid #eddccd;border-radius: 15px;overflow:hidden;background:#fff;box-shadow: 0 4px 10px rgba(76,36,15,.035);}.design8-logo-cell{min-height: 78px;display:flex;align-items:center;justify-content:center;padding: 10px 12px;position: relative;isolation:isolate;}.design8-logo-cell::before{content:"";position:absolute;inset:0;clip-path: polygon(0 0,100% 0,82% 100%,0% 100%);z-index:-1;}.row-fiverr .design8-logo-cell::before{background: linear-gradient(135deg,#3fd66b,#1aa64d);}.row-upwork .design8-logo-cell::before{background: linear-gradient(135deg,#66db4f,#43b631);}.row-freelancer .design8-logo-cell::before{background: linear-gradient(135deg,#2cb6ff,#1085df);}.row-linkedin .design8-logo-cell::before{background: linear-gradient(135deg,#1b8bdb,#0a67b4);}.design8-logo-cell img{max-width: 76px;max-height: 42px;width: auto;height: auto;object-fit: contain;filter: drop-shadow(0 2px 3px rgba(0,0,0,.08));}.design8-metric{display:flex;flex-direction:column;justify-content:center;align-items:center;gap: 6px;padding: 12px 6px;text-align:center;border-left:1px solid #f0e4d8;}.design8-metric span{display:block;font-size: 8.2px;line-height: 1.25;color: var(--muted);max-width: 72px;}.design8-metric strong{font-size: 14px;line-height:1;color: var(--ink);}@media (min-width: 900px){.compact-table-heading strong{font-size: 22px;}.compact-table-heading p{font-size: 14px;margin-bottom: 16px;}.design8-platform-table{gap:14px;}.design8-table-head{font-size: 11.5px;padding: 0 14px 4px;}.design8-row{grid-template-columns: 1.25fr 1fr 1fr 1fr;border-radius: 18px;}.design8-logo-cell{min-height: 108px;padding: 14px 18px;}.design8-logo-cell img{max-width: 132px;max-height: 58px;}.design8-metric{padding: 16px 10px;}.design8-metric span{font-size: 11.2px;max-width: 120px;}.design8-metric strong{font-size: 28px;}}@media (prefers-reduced-motion: reduce){.hero-photo{animation: none;}}.hero-art.hero-photo{object-fit:contain!important;object-position:center bottom!important;filter:drop-shadow(0 18px 22px rgba(49,26,16,.16));animation:heroCutoutFloat 5.2s ease-in-out infinite;will-change:translate;background:transparent!important;}@keyframes heroCutoutFloat{0%,100%{translate:0 0}50%{translate:0 -9px}}.monthly-project-report{margin:0 0 15px;padding:15px 13px 12px;border:1px solid var(--line);border-radius:17px;background:linear-gradient(180deg,#fffefc,#fff9f3);box-shadow:0 7px 18px rgba(76,36,15,.045);}.monthly-report-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:13px;}.monthly-report-header strong{display:block;color:var(--ink);font-size:17px;line-height:1.15;letter-spacing:-.35px;}.monthly-report-header p{margin:4px 0 0;color:var(--muted);font-size:10.5px;}.verified-pill{display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;padding:8px 10px;border:1px solid #f0d8c6;border-radius:999px;background:#fffaf5;color:#4b2b1c;font-size:10px;font-weight:850;}.verified-pill .icon{width:14px;height:14px;color:var(--brand)}.monthly-report-rows{display:flex;flex-direction:column;gap:7px}.monthly-report-row{display:grid;grid-template-columns:1.28fr 1fr 1fr 1fr;min-height:86px;overflow:hidden;border:1px solid #eddccd;border-radius:13px;background:#fff;box-shadow:0 3px 8px rgba(76,36,15,.025);}.report-logo{position:relative;isolation:isolate;display:flex;align-items:center;justify-content:center;min-width:0;padding:10px 15px 10px 8px;}.report-logo::before{content:"";position:absolute;inset:0;z-index:-1;clip-path:polygon(0 0,100% 0,80% 100%,0 100%);}.report-fiverr .report-logo::before{background:linear-gradient(135deg,#35c85b,#16aa47)}.report-upwork .report-logo::before{background:linear-gradient(135deg,#6cdd4e,#45bb31)}.report-freelancer .report-logo::before{background:linear-gradient(135deg,#2eb8f6,#0788d4)}.report-linkedin .report-logo::before{background:linear-gradient(135deg,#1686cb,#075da0)}.report-logo img{display:block;width:auto;height:auto;max-width:76px;max-height:42px;object-fit:contain;filter:drop-shadow(0 2px 3px rgba(0,0,0,.08));}.report-metric{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;min-width:0;padding:9px 3px;text-align:center;border-left:1px solid #f1e5da;}.report-metric span{display:block;color:#44342b;font-size:8.1px;font-weight:780;line-height:1.18;}.report-metric strong{color:#19120e;font-size:17px;line-height:1;font-variant-numeric:tabular-nums;}.report-metric strong.received{color:var(--brand)}.live-dot{display:inline-block;width:6px;height:6px;margin-left:3px;vertical-align:middle;border-radius:50%;background:#23b24d;box-shadow:0 0 0 0 rgba(35,178,77,.55);animation:livePulse 1.25s ease-out infinite;}@keyframes livePulse{0%{opacity:1;box-shadow:0 0 0 0 rgba(35,178,77,.55)}70%{opacity:.75;box-shadow:0 0 0 5px rgba(35,178,77,0)}100%{opacity:1;box-shadow:0 0 0 0 rgba(35,178,77,0)}}.monthly-report-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px;padding:10px 12px;border-radius:12px;background:#fff2e7;color:#4c3629;font-size:9.4px;font-weight:800;}.monthly-report-footer span{display:flex;align-items:center;gap:6px}.monthly-report-footer .icon{width:15px;height:15px;color:var(--brand-dark)}main{padding-left:4px!important;padding-right:4px!important}.section{margin-left:0!important;margin-right:0!important}@media (max-width:380px){.monthly-project-report{padding-inline:8px}.monthly-report-row{grid-template-columns:1.2fr 1fr 1fr 1fr;min-height:82px}.report-logo{padding-inline:5px 12px}.report-logo img{max-width:64px;max-height:38px}.report-metric span{font-size:7.3px}.report-metric strong{font-size:15px}}@media (min-width:768px){main{padding:18px 8px 28px!important;gap:12px!important}.section{padding:26px!important;border-radius:20px!important}.hero-art.hero-photo{width:min(42vw,560px)!important;height:545px!important;}.monthly-project-report{padding:24px 22px 18px;border-radius:22px}.monthly-report-header{margin-bottom:18px}.monthly-report-header strong{font-size:28px}.monthly-report-header p{font-size:14px;margin-top:6px}.verified-pill{padding:10px 15px;font-size:13px}.verified-pill .icon{width:17px;height:17px}.monthly-report-rows{gap:11px}.monthly-report-row{grid-template-columns:1.35fr 1fr 1fr 1fr;min-height:116px;border-radius:17px}.report-logo{padding:15px 25px 15px 14px}.report-logo img{max-width:145px;max-height:65px}.report-metric{gap:10px;padding:14px 8px}.report-metric span{font-size:12px;line-height:1.22}.report-metric strong{font-size:29px}.live-dot{width:8px;height:8px;margin-left:5px}.monthly-report-footer{margin-top:14px;padding:14px 18px;font-size:13px}.monthly-report-footer .icon{width:18px;height:18px}}@media (prefers-reduced-motion:reduce){.hero-art.hero-photo,.live-dot{animation:none!important}}.reference-header{position:absolute!important;inset:0 0 auto!important;z-index:45!important;height:90px!important;padding:24px 23px 0!important;border:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important;}.reference-brand{gap:12px!important;color:#090d0b!important;font-size:22px!important;font-weight:900!important;letter-spacing:-.8px!important;white-space:nowrap}.reference-brand-mark{width:42px!important;height:42px!important;flex:0 0 42px!important;color:#fff!important;background:#008342!important;border-radius:50%!important;font-size:24px!important;font-weight:900!important;box-shadow:none!important;}.reference-menu-btn{width:48px!important;height:48px!important;padding:8px!important;border-radius:10px!important;color:#0a0c0b!important;background:transparent!important}.reference-menu-btn .icon{width:31px!important;height:31px!important;stroke-width:2.4!important}.reference-menu-btn:active{background:rgba(0,128,66,.08)!important}.reference-header + .drawer-backdrop{inset-block-start:90px!important}.reference-header ~ .drawer{inset-block-start:90px!important}.reference-hero{--hero-green:#008342;position:relative;isolation:isolate;min-height:768px;overflow:hidden;padding:113px 24px 235px;color:#080b09;background:#fbfcf9;border-radius:0 0 36px 36px;box-shadow:0 12px 30px rgba(22,57,37,.08);}.reference-shape{position:absolute;z-index:-3;pointer-events:none}.reference-shape-a{width:360px;height:325px;left:110px;top:-145px;border-radius:44% 56% 58% 42% / 46% 42% 58% 54%;background:#edf6eb;transform:rotate(15deg);box-shadow:inset 0 0 0 3px rgba(255,255,255,.88);}.reference-shape-a::after{content:"";position:absolute;width:47px;height:47px;left:176px;bottom:-10px;border:2px solid #d5eadb;border-radius:50%;background:#fbfcf9;}.reference-shape-b{width:220px;height:355px;right:-105px;top:150px;border-radius:55% 45% 41% 59% / 39% 50% 50% 61%;background:#ecf7eb;transform:rotate(6deg);box-shadow:inset 3px 0 0 rgba(255,255,255,.8);}.reference-shape-c{width:270px;height:245px;left:-112px;bottom:148px;border-radius:47% 53% 44% 56% / 55% 43% 57% 45%;background:#fff6e9;transform:rotate(15deg);}.reference-shape-d{width:245px;height:295px;right:-105px;bottom:128px;border-radius:51% 49% 52% 48% / 42% 57% 43% 58%;background:#dff1e4;transform:rotate(-7deg);}.reference-dots{position:absolute;z-index:-1;right:13px;bottom:225px;width:62px;height:92px;opacity:.7;background-image:radial-gradient(circle,#fff 1.4px,transparent 1.6px);background-size:9px 9px;transform:rotate(1deg);}.reference-hero-copy{position:relative;z-index:4;width:232px}.reference-eyebrow{margin:0 0 23px!important;color:#005f35!important;font-size:14px!important;line-height:1!important;font-weight:850!important;letter-spacing:.18em!important;text-transform:uppercase!important;}.reference-hero h1{max-width:none!important;margin:0!important;color:#080a09!important;font-size:38px!important;line-height:1.08!important;letter-spacing:-1.7px!important;font-weight:900!important;}.reference-hero h1 span{color:var(--hero-green)}.reference-intro-copy{margin-top:23px}.reference-intro-copy p{max-width:none!important;margin:0!important;color:#111613!important;font-size:15.5px!important;line-height:1.47!important;font-weight:430!important;letter-spacing:-.25px;}.reference-intro-copy p+p{margin-top:19px!important}.reference-actions{display:flex;flex-direction:column;align-items:flex-start;gap:11px;margin-top:21px}.reference-cta{width:188px;height:48px;display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:0 16px;border-radius:12px;font-size:14.5px;font-weight:850;letter-spacing:-.25px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;}.reference-cta svg{width:20px;height:20px;flex:0 0 20px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.reference-cta-primary{color:#fff;background:linear-gradient(135deg,#07944d,#007d3f);box-shadow:0 9px 20px rgba(0,128,66,.18)}.reference-cta-primary .reference-end-arrow{margin-left:auto}.reference-cta-secondary{height:46px;color:#006f3b;background:rgba(255,255,255,.84);border:1.5px solid #008342;box-shadow:none}.reference-cta:hover{transform:translateY(-2px)}.reference-cta:active{transform:translateY(0)}.reference-hero-model{position:absolute;z-index:2;top:88px;right:-7px;width:255px;height:auto;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 18px 24px rgba(21,43,31,.10));animation:referenceModelFloat 5.4s ease-in-out infinite;}@keyframes referenceModelFloat{0%,100%{translate:0 0}50%{translate:0 -5px}}.reference-stats{position:absolute!important;z-index:8;left:22px!important;right:22px!important;bottom:24px!important;width:auto!important;height:197px!important;min-height:0!important;padding:12px 17px!important;display:grid!important;grid-template-columns:1fr 1fr!important;grid-template-rows:1fr 1fr!important;overflow:hidden!important;border:0!important;border-radius:22px!important;background:rgba(255,255,255,.96)!important;box-shadow:0 12px 30px rgba(43,72,55,.13)!important;backdrop-filter:blur(8px);}.reference-stat-item{position:relative!important;min-width:0!important;padding:12px 10px!important;display:grid!important;grid-template-columns:50px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;text-align:left!important;}.reference-stat-item::after{display:none!important}.reference-stat-item:nth-child(odd){border-right:1px solid #e2e7e3}.reference-stat-item:nth-child(-n+2){border-bottom:1px solid #e2e7e3}.reference-stat-icon{width:49px;height:49px;display:grid;place-items:center;border-radius:50%;color:#008342;background:#edf8f1;}.reference-stat-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.reference-stat-copy{display:block;min-width:0}.reference-stat-copy strong,.reference-stat-copy strong.count-up{width:auto!important;min-height:0!important;display:flex!important;justify-content:flex-start!important;color:#090d0b!important;font-size:24px!important;line-height:1!important;font-weight:950!important;letter-spacing:-.8px!important;white-space:nowrap!important;}.reference-stat-copy > span{display:block!important;margin-top:8px!important;color:#1a211d!important;font-size:13.5px!important;line-height:1.35!important;font-weight:500!important;}.reference-stat-copy .count-part,.reference-stat-copy .count-divider{color:inherit!important;font:inherit!important;line-height:inherit!important}@media (max-width:390px){.reference-header{height:82px!important;padding:20px 18px 0!important}.reference-brand{gap:9px!important;font-size:18px!important}.reference-brand-mark{width:38px!important;height:38px!important;flex-basis:38px!important;font-size:21px!important}.reference-menu-btn{width:43px!important;height:43px!important}.reference-hero{min-height:710px;padding:101px 19px 216px}.reference-hero-copy{width:205px}.reference-eyebrow{font-size:12px!important;margin-bottom:20px!important}.reference-hero h1{font-size:33px!important;letter-spacing:-1.4px!important}.reference-intro-copy{margin-top:20px}.reference-intro-copy p{font-size:13.5px!important}.reference-intro-copy p+p{margin-top:15px!important}.reference-actions{margin-top:18px;gap:9px}.reference-cta{width:170px;height:43px;padding-inline:13px;font-size:12.8px}.reference-cta-secondary{height:42px}.reference-hero-model{top:84px;right:-24px;width:232px}.reference-stats{left:16px!important;right:16px!important;bottom:18px!important;height:185px!important;padding:10px 12px!important}.reference-stat-item{grid-template-columns:43px minmax(0,1fr)!important;gap:8px!important;padding:10px 7px!important}.reference-stat-icon{width:42px;height:42px}.reference-stat-icon svg{width:24px;height:24px}.reference-stat-copy strong,.reference-stat-copy strong.count-up{font-size:20px!important}.reference-stat-copy > span{font-size:11.6px!important;margin-top:6px!important}}@media (min-width:768px){.reference-header{height:104px!important;padding:28px clamp(38px,6vw,100px) 0!important}.reference-brand{font-size:25px!important}.reference-brand-mark{width:48px!important;height:48px!important;flex-basis:48px!important;font-size:27px!important}.reference-header + .drawer-backdrop{inset-block-start:104px!important}.reference-header ~ .drawer{inset-block-start:104px!important}.reference-hero{min-height:760px;padding:150px clamp(46px,7vw,120px) 210px;border-radius:0 0 48px 48px}.reference-hero-copy{width:min(47vw,610px)}.reference-eyebrow{font-size:16px!important;margin-bottom:25px!important}.reference-hero h1{font-size:clamp(54px,5.4vw,82px)!important;line-height:1.02!important;letter-spacing:-3px!important}.reference-intro-copy{margin-top:28px}.reference-intro-copy p{font-size:18px!important;line-height:1.55!important}.reference-intro-copy p br{display:none}.reference-intro-copy p+p{margin-top:15px!important}.reference-actions{flex-direction:row;gap:13px;margin-top:30px}.reference-cta{width:auto;min-width:190px;height:52px;padding:0 18px;font-size:15px}.reference-cta-secondary{height:52px}.reference-hero-model{top:78px;right:clamp(10px,5vw,90px);width:min(43vw,510px)}.reference-shape-a{width:650px;height:480px;left:37%;top:-220px}.reference-shape-b{width:340px;height:500px;right:-120px;top:110px}.reference-shape-c{width:400px;height:300px;left:-130px;bottom:115px}.reference-shape-d{width:360px;height:370px;right:-120px;bottom:70px}.reference-stats{left:clamp(46px,7vw,120px)!important;right:clamp(46px,7vw,120px)!important;bottom:38px!important;height:145px!important;padding:10px 14px!important;grid-template-columns:repeat(4,1fr)!important;grid-template-rows:1fr!important;border-radius:24px!important}.reference-stat-item{grid-template-columns:55px minmax(0,1fr)!important;padding:15px 18px!important}.reference-stat-item:nth-child(n){border-bottom:0}.reference-stat-item:not(:last-child){border-right:1px solid #e2e7e3}.reference-stat-icon{width:52px;height:52px}.reference-stat-copy strong,.reference-stat-copy strong.count-up{font-size:27px!important}.reference-stat-copy > span{font-size:13px!important}}@media (prefers-reduced-motion:reduce){.reference-hero-model{animation:none!important}}:root{--bg:#f4f5ff;--surface:#ffffff;--surface-2:#eef0ff;--ink:#17162b;--muted:#686781;--brand:#5b5ce2;--brand-dark:#392d91;--brand-2:#8b5cf6;--brand-soft:#e9eaff;--line:#dfe1f4;--green:#5b5ce2;--shadow:0 16px 38px rgba(50,45,125,.11);--radius:20px;--radius-sm:14px;}html{background:#eff1ff}body.blue-purple-theme{background: radial-gradient(circle at 8% 4%,rgba(139,92,246,.13),transparent 24%),radial-gradient(circle at 96% 18%,rgba(59,130,246,.12),transparent 28%),#eff1ff!important;color:var(--ink);}.app-shell{background:var(--bg)!important}.reference-brand-mark{background:linear-gradient(145deg,#7657f3,#425bd9)!important;box-shadow:0 10px 24px rgba(76,71,203,.26)!important;}.reference-menu-btn:active{background:rgba(91,92,226,.10)!important}.drawer{border-color:var(--line)!important;background:rgba(255,255,255,.98)!important}.drawer a{color:var(--ink)!important}.drawer a:hover{background:var(--brand-soft)!important;color:var(--brand-dark)!important}.drawer-backdrop{background:rgba(25,21,72,.34)!important}.reference-hero{--hero-green:var(--brand);color:var(--ink)!important;background: linear-gradient(145deg,rgba(255,255,255,.96),rgba(244,245,255,.97))!important;box-shadow:0 14px 35px rgba(54,49,132,.09)!important;}.reference-shape-a{background:#ebe9ff!important}.reference-shape-a::after{border-color:#d8d8fb!important;background:#f8f8ff!important}.reference-shape-b{background:#e5efff!important}.reference-shape-c{background:#f2eaff!important}.reference-shape-d{background:#dfe6ff!important}.reference-dots{background-image:radial-gradient(circle,rgba(91,92,226,.33) 1.4px,transparent 1.6px)!important}.reference-eyebrow{color:var(--brand-dark)!important}.reference-hero h1{color:var(--ink)!important}.reference-hero h1 span{color:transparent!important;background:linear-gradient(95deg,#4a61dc,#8a55ed);-webkit-background-clip:text;background-clip:text;}.reference-intro-copy p{color:#38364f!important}.reference-cta-primary{background:linear-gradient(135deg,#4964df,#8658ee)!important;box-shadow:0 12px 26px rgba(83,75,215,.28)!important;}.reference-cta-secondary{color:var(--brand-dark)!important;border-color:#6668e8!important;background:rgba(255,255,255,.88)!important;}.reference-hero-model{filter:drop-shadow(0 20px 28px rgba(51,45,117,.14))!important}.reference-stats{border:1px solid rgba(219,220,244,.92)!important;background:rgba(255,255,255,.95)!important;box-shadow:0 16px 38px rgba(52,48,124,.14)!important;}.reference-stat-item:nth-child(odd),.reference-stat-item:nth-child(-n+2),.reference-stat-item:not(:last-child){border-color:#e4e5f6!important}.reference-stat-icon{color:var(--brand)!important;background:linear-gradient(145deg,#eef0ff,#e6e4ff)!important}.reference-stat-copy strong,.reference-stat-copy strong.count-up{color:var(--ink)!important}.reference-stat-copy > span{color:#55536b!important}main{background: radial-gradient(circle at 3% 12%,rgba(139,92,246,.08),transparent 21%),radial-gradient(circle at 96% 42%,rgba(59,130,246,.07),transparent 23%),var(--bg)!important;}.section{background:rgba(255,255,255,.94)!important;border:1px solid var(--line)!important;box-shadow:0 10px 28px rgba(49,46,120,.075)!important;}.section:hover{border-color:#cccef1!important}.section-head h2,h2{color:var(--ink)}.num{background:linear-gradient(145deg,#5265df,#8b5cf6)!important;box-shadow:0 7px 15px rgba(84,78,213,.24)!important;}.section-intro{background:linear-gradient(145deg,#f1f2ff,#f7f4ff)!important;border:1px solid #e1e2f7!important;}.section-intro strong,.mini-card h3,.process-steps b,.legal-detail-card h3,.benefit-copy strong,.relationship-title,.source-heading strong{color:var(--brand-dark)!important}.lead,.mini-card p,.section-intro p,.category-detail p,.process-steps p,.benefit-copy p,.legal-copy,.legal-detail-card>p,.flow-note,.source-heading p{color:var(--muted)!important}.mini-card,.category,.flow-card,.benefit,.process-steps article,.legal-detail-card,.relationship-panel,.platform-stat-card{background:#fbfbff!important;border-color:var(--line)!important;}.intro-features span{background:#fbfbff!important;border-color:var(--line)!important;}.icon-wrap,.mini-card-icon{color:var(--brand)!important;background:var(--brand-soft)!important}.category:hover{border-color:#bfc2f0!important;box-shadow:0 12px 24px rgba(70,65,170,.10)!important;}.category-detail a,.flow-card b,.arrow,.platform-metric b{color:var(--brand)!important}.benefit{background:linear-gradient(145deg,#fbfbff,#f4f3ff)!important}.benefit .icon{color:var(--brand-dark)!important}.legal-badge{background:#fbfbff!important;border-color:#aaa9e7!important}.legal-badge .seal,.legal-badge:nth-child(2) .seal{background:linear-gradient(145deg,#4b66df,#8b5cf6)!important}.legal-warning{color:#54498b!important;background:#f0efff!important}.demo-data-badge{color:var(--brand-dark)!important;background:var(--brand-soft)!important;border-color:#d7d7f6!important}.source-grid.platform-performance-grid{border-color:var(--line)!important;background:#fff!important}.platform-logo-wrap,.platform-metric+.platform-metric,.platform-stat-card+.platform-stat-card{border-color:var(--line)!important}.monthly-report-header,.monthly-report-footer{background:linear-gradient(145deg,#f0f1ff,#f8f6ff)!important;border-color:var(--line)!important}.monthly-report-row{background:#fbfbff!important;border-color:var(--line)!important}.monthly-report-row:hover{border-color:#bfc2f0!important;box-shadow:0 10px 24px rgba(70,65,170,.08)!important}.footer-cta{position:relative;overflow:hidden;padding:clamp(42px,8vw,84px) clamp(22px,7vw,92px) clamp(46px,8vw,88px)!important;color:#fff;border:0!important;background: radial-gradient(circle at -4% 0%,rgba(255,255,255,.18) 0 34px,transparent 36px),radial-gradient(circle at 91% 35%,rgba(139,92,246,.34),transparent 34%),linear-gradient(145deg,#17124a 0%,#27206f 48%,#49329d 100%)!important;}.footer-cta::before,.footer-cta::after{content:"";position:absolute;pointer-events:none;border-radius:999px;filter:blur(1px);}.footer-cta::before{width:210px;height:210px;right:-95px;top:-76px;background:rgba(91,92,226,.20)}.footer-cta::after{width:145px;height:145px;left:-72px;bottom:-65px;background:rgba(139,92,246,.18)}.footer-cta-inner{position:relative;z-index:1;max-width:780px}.footer-cta-kicker{display:inline-flex;margin-bottom:13px;color:#cfd5ff;font-size:12px;font-weight:850;letter-spacing:.15em;text-transform:uppercase;}.footer-cta h2{margin:0!important;color:#fff!important;font-size:clamp(36px,7vw,66px)!important;line-height:1.08!important;letter-spacing:-1.8px!important;}.footer-cta p{max-width:700px!important;margin:20px 0 28px!important;color:#e1e2f8!important;font-size:clamp(15px,2.5vw,20px)!important;line-height:1.62!important;}.footer-explore-btn{width:min(100%,640px);min-height:64px;display:flex;align-items:center;justify-content:center;gap:18px;padding:16px 22px;color:#fff;border:1px solid rgba(255,255,255,.20);border-radius:18px;background:linear-gradient(135deg,#4665e4,#8a56ed);box-shadow:0 16px 34px rgba(10,8,45,.30);font-size:clamp(17px,3vw,24px);font-weight:900;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;}.footer-explore-btn svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.footer-explore-btn:hover{transform:translateY(-3px);filter:brightness(1.05);box-shadow:0 20px 42px rgba(10,8,45,.36)}.footer-explore-btn:active{transform:translateY(0)}.site-footer{display:block!important;padding:0!important;color:var(--ink)!important;background:linear-gradient(145deg,#17124a,#312377)!important;}.footer-card{position:relative;z-index:2;margin-top:-1px;padding:clamp(34px,6vw,62px) clamp(22px,6vw,78px) clamp(26px,5vw,48px);background:#fff;border-radius:34px 34px 0 0;box-shadow:0 -14px 40px rgba(13,10,54,.20);}.footer-intro{max-width:720px}.footer-brand{margin:0 0 14px!important;color:#242052!important;font-size:clamp(28px,4vw,44px)!important;line-height:1!important;font-weight:950!important;letter-spacing:-1.1px!important;}.footer-description{max-width:760px!important;margin:0!important;color:#55536d!important;font-size:clamp(14px,2vw,18px)!important;line-height:1.65!important;}.footer-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 clamp(24px,5vw,70px);margin-top:clamp(24px,4vw,38px);}.footer-nav a{min-width:0;min-height:53px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 2px;color:#292741;border-bottom:1px solid #e7e7f1;font-size:clamp(14px,2vw,18px);font-weight:850;transition:color .18s ease,padding .18s ease,border-color .18s ease;}.footer-nav a b{color:#5d5a78;font-size:29px;line-height:1;font-weight:500;transition:transform .18s ease,color .18s ease}.footer-nav a:hover{color:var(--brand);padding-left:7px;border-color:#cfd0ef}.footer-nav a:hover b{color:var(--brand);transform:translateX(3px)}.trust-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:clamp(22px,4vw,34px) clamp(16px,5vw,74px);color:#fff;background: radial-gradient(circle at 10% 20%,rgba(139,92,246,.18),transparent 25%),linear-gradient(135deg,#17124a,#2d2474 52%,#4a319b);}.trust-item{min-width:0;display:flex;align-items:center;justify-content:center;gap:12px}.trust-icon{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;color:#c9c7ff;}.trust-icon svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.trust-item>span:last-child{display:flex;flex-direction:column;min-width:0}.trust-item strong{color:#fff;font-size:clamp(14px,2vw,20px);line-height:1.15}.trust-item small{margin-top:3px;color:#d6d5ec;font-size:clamp(12px,1.7vw,17px);line-height:1.15}.footer-legal-line{display:flex;justify-content:space-between;gap:14px;padding:12px clamp(18px,5vw,74px) calc(14px + env(safe-area-inset-bottom));color:#c9c8df;background:#120f3b;border-top:1px solid rgba(255,255,255,.10);font-size:11px;line-height:1.45;}@media (max-width:767px){main{padding:12px!important;display:block!important}.section{width:100%!important;margin:0 0 12px!important;padding:17px!important;border-radius:18px!important;}.section-head{margin-bottom:11px!important}h2{font-size:19px!important}.lead{font-size:13px!important;line-height:1.58!important}.split{grid-template-columns:1fr!important;gap:9px!important}.intro-features{grid-template-columns:1fr 1fr!important}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.category{min-height:0!important;padding:13px 10px!important}.category-detail p{font-size:10.8px!important;line-height:1.48!important}.earning-flow{grid-template-columns:1fr 18px 1fr 18px 1fr!important;gap:3px!important}.flow-card{min-height:92px!important;padding:9px 5px!important}.flow-card b{font-size:18px!important}.flow-card span{font-size:9.5px!important}.process-steps{grid-template-columns:1fr 1fr!important;gap:8px!important}.benefits{grid-template-columns:1fr 1fr!important;gap:8px!important}.benefit{min-height:0!important;padding:12px 10px!important}.legal-badges,.legal-details{grid-template-columns:1fr!important}.monthly-report-row{min-height:0!important}.footer-cta{padding:42px 22px 49px!important}.footer-cta h2{font-size:39px!important;letter-spacing:-1.2px!important}.footer-cta p{font-size:15px!important;margin:18px 0 24px!important}.footer-explore-btn{min-height:60px;border-radius:16px;font-size:18px}.footer-card{padding:34px 20px 28px;border-radius:30px 30px 0 0}.footer-brand{font-size:30px!important}.footer-description{font-size:14px!important;line-height:1.58!important}.footer-nav{gap:0 22px;margin-top:22px}.footer-nav a{min-height:50px;font-size:14px;padding:11px 0}.footer-nav a b{font-size:25px}.trust-strip{padding:23px 13px;gap:4px}.trust-item{gap:7px}.trust-icon{width:35px;height:35px;flex-basis:35px}.trust-icon svg{width:32px;height:32px}.trust-item strong{font-size:12px}.trust-item small{font-size:11px}.footer-legal-line{flex-direction:column;gap:3px;padding:11px 18px calc(13px + env(safe-area-inset-bottom));font-size:9.5px;text-align:center}}@media (max-width:390px){.footer-cta h2{font-size:34px!important}.footer-nav{grid-template-columns:1fr!important}.footer-nav a{font-size:15px}.trust-strip{grid-template-columns:1fr 1fr 1fr;padding-inline:8px}.trust-item{flex-direction:column;text-align:center;gap:4px}.trust-item small{margin-top:1px}}@media (min-width:768px){main{max-width:1240px;margin-inline:auto;grid-template-columns:repeat(12,minmax(0,1fr))!important;gap:18px!important;padding:28px clamp(22px,4vw,58px) 40px!important;}.section{padding:24px!important;border-radius:20px!important}#introduction,#mission,#legal,#why-us{grid-column:span 6!important}#categories,#earning{grid-column:1/-1!important}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}.category{min-height:205px!important;padding:17px 13px!important}.process-steps{grid-template-columns:repeat(4,minmax(0,1fr))!important}.footer-cta-inner{max-width:900px}.footer-card{display:grid;grid-template-columns:minmax(280px,.75fr) minmax(500px,1.25fr);align-items:start;gap:35px 70px}.footer-nav{margin-top:0}}@media (min-width:1100px){.category-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important}.category{min-height:220px!important}}html,body{width:100%;max-width:100%;min-width:0;overflow-x:clip;}body{padding:0!important}.app-shell{width:100%!important;max-width:none!important;min-width:0!important;margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:hidden!important;}img,svg{max-width:100%}main,.section,.section *{min-width:0}.reference-header{width:100%!important;padding-left:max(18px,env(safe-area-inset-left))!important;padding-right:max(18px,env(safe-area-inset-right))!important;}.reference-hero{width:100%!important;max-width:100%!important;min-height:clamp(690px,100svh,790px)!important;padding-left:clamp(18px,5vw,96px)!important;padding-right:clamp(18px,5vw,96px)!important;}.reference-hero-copy{width:min(58%,620px)!important;max-width:620px!important;}.reference-hero-model{right:clamp(-28px,1vw,76px)!important;width:clamp(210px,43vw,510px)!important;max-width:54vw!important;}.reference-actions{max-width:100%}.reference-cta{max-width:100%}.reference-stats{width:auto!important;max-width:none!important;left:clamp(12px,5vw,96px)!important;right:clamp(12px,5vw,96px)!important;}main{width:100%!important;max-width:1280px!important;margin-inline:auto!important;padding-left:clamp(8px,2.2vw,28px)!important;padding-right:clamp(8px,2.2vw,28px)!important;}.section{width:100%!important;max-width:100%!important;overflow:hidden;}.category-grid,.benefits,.intro-features,.legal-badges,.legal-details,.process-steps,.source-grid,.monthly-report-row,.earning-flow{width:100%;max-width:100%;}.category,.benefit,.mini-card,.flow-card,.legal-badge,.legal-detail-card,.process-steps article,.monthly-project-report,.monthly-report-row{max-width:100%;overflow-wrap:anywhere;}.monthly-report-row{grid-template-columns:minmax(72px,1.28fr) repeat(3,minmax(0,1fr))}.report-logo,.report-metric{min-width:0}.report-logo img{max-width:100%}.site-footer{width:100%!important;display:block!important;padding:0!important;}.footer-cta{width:100%!important;min-height:0!important;}.footer-cta-inner{width:min(100%,820px)!important;max-width:820px!important;margin-inline:auto!important;}.footer-card{display:block!important;width:min(100%,820px)!important;max-width:820px!important;margin:-1px auto 0!important;padding:34px clamp(18px,5vw,42px) 28px!important;border-radius:30px 30px 0 0!important;}.footer-intro{max-width:100%!important}.footer-brand{font-size:30px!important}.footer-description{max-width:100%!important;font-size:14px!important;line-height:1.58!important;}.footer-nav{width:100%!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0 clamp(14px,4vw,28px)!important;margin-top:22px!important;}.footer-nav a{min-width:0!important;min-height:50px!important;padding:11px 0!important;font-size:14px!important;overflow-wrap:anywhere;}.footer-nav a b{font-size:25px!important}.trust-strip{width:min(100%,820px)!important;max-width:820px!important;margin-inline:auto!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:4px!important;padding:23px clamp(8px,3vw,22px)!important;}.trust-item{min-width:0!important;flex-direction:column!important;justify-content:center!important;gap:4px!important;text-align:center!important;}.trust-icon{width:35px!important;height:35px!important;flex-basis:35px!important}.trust-icon svg{width:32px!important;height:32px!important}.trust-item strong{font-size:12px!important}.trust-item small{margin-top:1px!important;font-size:11px!important}.footer-legal-line{width:min(100%,820px)!important;max-width:820px!important;margin-inline:auto!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;padding:11px 18px calc(13px + env(safe-area-inset-bottom))!important;font-size:9.5px!important;text-align:center!important;}@media (max-width:390px){.reference-header{padding-left:16px!important;padding-right:16px!important}.reference-brand{font-size:clamp(15px,4.7vw,18px)!important}.reference-hero{min-height:clamp(675px,100svh,720px)!important;padding-left:16px!important;padding-right:16px!important;}.reference-hero-copy{width:57%!important}.reference-hero-model{right:-26px!important;width:clamp(205px,61vw,232px)!important;max-width:61vw!important}.reference-stats{left:12px!important;right:12px!important;padding-inline:8px!important}.reference-stat-item{grid-template-columns:38px minmax(0,1fr)!important;gap:6px!important;padding:8px 5px!important}.reference-stat-icon{width:38px!important;height:38px!important}.reference-stat-icon svg{width:22px!important;height:22px!important}.reference-stat-copy strong,.reference-stat-copy strong.count-up{font-size:18px!important}.reference-stat-copy>span{font-size:10.4px!important}main{padding-left:6px!important;padding-right:6px!important}.section{padding:15px!important}.earning-flow{grid-template-columns:minmax(0,1fr) 12px minmax(0,1fr) 12px minmax(0,1fr)!important}.arrow{font-size:16px!important}.flow-card{padding-inline:3px!important}.monthly-project-report{padding-inline:7px!important}.monthly-report-row{grid-template-columns:minmax(64px,1.18fr) repeat(3,minmax(0,1fr))!important}.report-logo{padding-left:4px!important;padding-right:10px!important}.report-metric{padding-inline:2px!important}.report-metric span{font-size:7px!important}.report-metric strong{font-size:14px!important}.footer-card{padding-left:16px!important;padding-right:16px!important}.footer-nav{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0 14px!important}.footer-nav a{font-size:12.5px!important}.trust-strip{grid-template-columns:repeat(3,minmax(0,1fr))!important;padding-inline:5px!important}.trust-item strong{font-size:11px!important}.trust-item small{font-size:10px!important}}@media (min-width:768px){.reference-hero{min-height:clamp(720px,100svh,820px)!important}.footer-cta{padding:58px clamp(24px,6vw,72px)!important}.footer-cta h2{font-size:39px!important;letter-spacing:-1.2px!important}.footer-cta p{font-size:15px!important;margin:18px 0 24px!important}.footer-explore-btn{min-height:60px!important;border-radius:16px!important;font-size:18px!important}.footer-card{display:block!important}.footer-nav{grid-template-columns:repeat(2,minmax(0,1fr))!important}}:root{--screen-edge:clamp(4px,.72vw,10px)}html,body,.app-shell{width:100%!important;max-width:100%!important}.reference-header{padding-left:clamp(12px,1.45vw,20px)!important;padding-right:clamp(12px,1.45vw,20px)!important;}.reference-hero{padding-left:clamp(14px,1.8vw,24px)!important;padding-right:clamp(14px,1.8vw,24px)!important;}.reference-stats{left:clamp(8px,1.25vw,16px)!important;right:clamp(8px,1.25vw,16px)!important;}main{width:100%!important;max-width:none!important;padding-left:var(--screen-edge)!important;padding-right:var(--screen-edge)!important;gap:clamp(7px,.9vw,11px)!important;}.section{width:100%!important;max-width:100%!important;margin-bottom:clamp(7px,.9vw,11px)!important;}.site-footer{width:100%!important;max-width:100%!important;display:block!important;padding:0!important;overflow:hidden!important;}.footer-cta{width:100%!important;max-width:100%!important;min-height:0!important;padding:42px var(--screen-edge) 49px!important;}.footer-cta-inner{width:100%!important;max-width:none!important;margin:0!important;padding-left:clamp(14px,2vw,26px)!important;padding-right:clamp(14px,2vw,26px)!important;}.footer-cta h2{font-size:clamp(34px,4.8vw,39px)!important;letter-spacing:-1.2px!important;}.footer-cta p{max-width:690px!important;font-size:15px!important;margin:18px 0 24px!important;}.footer-explore-btn{min-height:60px!important;border-radius:16px!important;font-size:18px!important;}.footer-card{display:block!important;width:100%!important;max-width:none!important;margin:-1px 0 0!important;padding:34px clamp(16px,2.6vw,34px) 28px!important;border-radius:30px 30px 0 0!important;}.footer-intro{width:100%!important;max-width:100%!important}.footer-brand{font-size:30px!important}.footer-description{width:100%!important;max-width:720px!important;font-size:14px!important;line-height:1.58!important;}.footer-nav{width:100%!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0 clamp(14px,3vw,28px)!important;margin-top:22px!important;}.footer-nav a{min-width:0!important;min-height:50px!important;padding:11px 0!important;font-size:14px!important;overflow-wrap:anywhere!important;}.footer-nav a b{font-size:25px!important}.trust-strip{width:100%!important;max-width:none!important;margin:0!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:4px!important;padding:23px clamp(5px,1.7vw,22px)!important;}.trust-item{min-width:0!important;flex-direction:column!important;justify-content:center!important;gap:4px!important;text-align:center!important;}.trust-icon{width:35px!important;height:35px!important;flex-basis:35px!important}.trust-icon svg{width:32px!important;height:32px!important}.trust-item strong{font-size:12px!important}.trust-item small{margin-top:1px!important;font-size:11px!important}.footer-legal-line{width:100%!important;max-width:none!important;margin:0!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;padding:11px 18px calc(13px + env(safe-area-inset-bottom))!important;font-size:9.5px!important;text-align:center!important;}@media (max-width:390px){:root{--screen-edge:4px}.reference-header{padding-left:12px!important;padding-right:12px!important}.reference-hero{padding-left:12px!important;padding-right:12px!important}.reference-stats{left:6px!important;right:6px!important}.footer-card{padding-left:14px!important;padding-right:14px!important}.footer-nav{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0 12px!important}.footer-nav a{font-size:12.5px!important}.trust-strip{grid-template-columns:repeat(3,minmax(0,1fr))!important;padding-left:4px!important;padding-right:4px!important}}.footer-cta{padding-bottom:18px!important;}.footer-card{margin-top:0!important;border-radius:0!important;box-shadow:none!important;}@media (min-width:768px){.footer-cta{padding-bottom:20px!important;}}@media (max-width:480px){.footer-cta{padding-bottom:14px!important;}}.reference-menu-btn{-webkit-appearance:none!important;appearance:none!important;-webkit-tap-highlight-color:transparent!important;touch-action:manipulation!important;user-select:none!important;-webkit-user-select:none!important;background:transparent!important;box-shadow:none!important;border:0!important;border-radius:0!important;padding:7px!important;width:44px!important;height:44px!important;display:grid!important;place-items:center!important;overflow:visible!important;}.reference-menu-btn:hover,.reference-menu-btn:active,.reference-menu-btn:focus{background:transparent!important;box-shadow:none!important;}.reference-menu-btn:focus{outline:none!important}.reference-menu-btn:focus-visible{outline:2px solid rgba(91,92,226,.78)!important;outline-offset:2px!important;border-radius:8px!important;}.reference-header{height:70px!important;min-height:70px!important;padding:7px clamp(10px,1.35vw,18px)!important;align-items:center!important;}.reference-brand{line-height:1!important}.reference-brand-mark{margin:0!important}.reference-header + .drawer-backdrop{inset-block-start:70px!important}.reference-header ~ .drawer{inset-block-start:70px!important;max-height:calc(100dvh - 70px)!important;}.menu-bars{--bar-width:27px;--bar-height:3px;position:relative;display:block;width:var(--bar-width);height:22px;pointer-events:none;}.menu-bars > span{position:absolute;left:0;width:100%;height:var(--bar-height);border-radius:999px;background:currentColor;transform-origin:50% 50%;transition:top .28s cubic-bezier(.4,0,.2,1),transform .28s cubic-bezier(.4,0,.2,1),opacity .18s ease,width .28s ease;will-change:top,transform,opacity;}.menu-bars > span:nth-child(1){top:1px}.menu-bars > span:nth-child(2){top:9.5px}.menu-bars > span:nth-child(3){top:18px}.reference-menu-btn.is-open .menu-bars > span:nth-child(1){top:9.5px;transform:rotate(45deg)}.reference-menu-btn.is-open .menu-bars > span:nth-child(2){opacity:0;transform:scaleX(.35)}.reference-menu-btn.is-open .menu-bars > span:nth-child(3){top:9.5px;transform:rotate(-45deg)}@media (max-width:390px){.reference-header{height:64px!important;min-height:64px!important;padding:5px 10px!important}.reference-brand{gap:8px!important}.reference-menu-btn{width:40px!important;height:40px!important;padding:6px!important}.menu-bars{--bar-width:25px;--bar-height:2.7px;height:20px}.menu-bars > span:nth-child(1){top:1px}.menu-bars > span:nth-child(2){top:8.65px}.menu-bars > span:nth-child(3){top:16.3px}.reference-menu-btn.is-open .menu-bars > span:nth-child(1),.reference-menu-btn.is-open .menu-bars > span:nth-child(3){top:8.65px}.reference-header + .drawer-backdrop{inset-block-start:64px!important}.reference-header ~ .drawer{inset-block-start:64px!important;max-height:calc(100dvh - 64px)!important}}@media (min-width:768px){.reference-header{height:76px!important;min-height:76px!important;padding:8px clamp(18px,3vw,42px)!important}.reference-menu-btn{width:46px!important;height:46px!important}.menu-bars{--bar-width:29px;--bar-height:3px;height:23px}.menu-bars > span:nth-child(1){top:1px}.menu-bars > span:nth-child(2){top:10px}.menu-bars > span:nth-child(3){top:19px}.reference-menu-btn.is-open .menu-bars > span:nth-child(1),.reference-menu-btn.is-open .menu-bars > span:nth-child(3){top:10px}.reference-header + .drawer-backdrop{inset-block-start:76px!important}.reference-header ~ .drawer{inset-block-start:76px!important;max-height:calc(100dvh - 76px)!important}}@media (prefers-reduced-motion:reduce){.menu-bars > span{transition:none!important}}.trust-strip{padding-top:12px!important;padding-bottom:12px!important;row-gap:2px!important;}.trust-item{padding-top:0!important;padding-bottom:0!important;gap:2px!important;}.trust-icon{margin:0!important;}.trust-item small{margin-top:0!important;}.footer-legal-line{min-height:0!important;gap:0!important;padding-top:7px!important;padding-bottom:calc(8px + env(safe-area-inset-bottom))!important;}@media (max-width:390px){.trust-strip{padding-top:10px!important;padding-bottom:10px!important;}.trust-item{gap:1px!important}.footer-legal-line{padding-top:6px!important;padding-bottom:calc(7px + env(safe-area-inset-bottom))!important;}}@media (min-width:768px){.trust-strip{padding-top:14px!important;padding-bottom:14px!important;}.footer-legal-line{padding-top:8px!important;padding-bottom:9px!important;}}.footer-card{padding-bottom:4px!important;}.footer-nav{margin-bottom:0!important;}.footer-nav a:nth-last-child(-n+2){border-bottom:0!important;padding-bottom:6px!important;}@media (max-width:480px){.footer-card{padding-bottom:2px!important;}.footer-nav a:nth-last-child(-n+2){padding-bottom:4px!important;}}.reference-intro-copy p{max-width:31em}.joining-checklist{margin:12px 0;padding:12px 13px;border:1px solid var(--line)!important;border-radius:13px;background:linear-gradient(135deg,rgba(91,92,226,.07),rgba(139,92,246,.06));}.joining-checklist>strong{display:block;margin-bottom:9px;color:var(--brand-dark)!important;font-size:12.5px;line-height:1.35;}.joining-checklist-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;}.joining-checklist-grid span{display:flex;align-items:flex-start;gap:7px;min-width:0;padding:9px;border:1px solid rgba(91,92,226,.13);border-radius:10px;background:rgba(255,255,255,.72);color:var(--ink)!important;font-size:10.5px;font-weight:750;line-height:1.42;}.joining-checklist-grid .icon{width:14px;height:14px;flex:0 0 auto;color:var(--brand)!important;margin-top:1px}.policies-contact{scroll-margin-top:76px}.policy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;}.policy-card{min-width:0;padding:12px;border:1px solid var(--line)!important;border-radius:12px;background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(244,242,255,.82));}.policy-card:target{outline:2px solid rgba(91,92,226,.55);outline-offset:2px;}.policy-card-head{display:flex;align-items:center;gap:8px;margin-bottom:7px}.policy-card-head .icon{width:16px;height:16px;flex:0 0 auto;color:var(--brand)!important}.policy-card h3{margin:0;color:var(--brand-dark)!important;font-size:12.5px;line-height:1.3}.policy-card p{margin:0;color:var(--muted)!important;font-size:10.6px;line-height:1.5}.policy-contact-btn{display:inline-flex;align-items:center;gap:6px;margin-top:9px;padding:8px 10px;border-radius:9px;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff!important;font-size:10.5px;font-weight:850;box-shadow:0 6px 14px rgba(91,92,226,.18);}.footer-description{max-width:66em}.footer-nav a{scroll-behavior:smooth}@media (max-width:360px){.joining-checklist-grid,.policy-grid{grid-template-columns:1fr}}.reference-intro-copy{margin-top:20px!important}.reference-actions{margin-top:19px!important}.reference-hero{min-height:700px!important}.reference-hero-model{top:auto!important;bottom:52px!important;object-fit:contain!important;object-position:center bottom!important;}.reference-stats{z-index:12!important}@media (max-width:390px){.reference-hero{min-height:650px!important;padding-bottom:190px!important}.reference-intro-copy{margin-top:18px!important}.reference-actions{margin-top:17px!important}.reference-hero-model{bottom:48px!important}}@media (min-width:391px) and (max-width:767px){.reference-hero{min-height:670px!important;padding-bottom:194px!important}.reference-hero-model{bottom:50px!important}}@media (min-width:768px){.reference-hero{min-height:720px!important;padding-bottom:174px!important}.reference-intro-copy{margin-top:24px!important}.reference-actions{margin-top:25px!important}.reference-hero-model{bottom:54px!important}}@media (min-width:1200px){.reference-hero{min-height:700px!important}.reference-hero-model{bottom:48px!important}}.reference-hero{min-height:590px!important;padding-top:86px!important;padding-bottom:174px!important;}.reference-hero-copy{transform:translateY(-2px);}.reference-eyebrow{margin-bottom:14px!important;}.reference-actions{margin-top:16px!important;gap:8px!important;}.reference-cta{height:44px!important;}.reference-cta-secondary{height:42px!important;}.reference-hero::after{content:"";position:absolute;z-index:7;left:0;right:0;bottom:0;height:146px;pointer-events:none;background:linear-gradient( to bottom,rgba(244,245,255,0) 0%,rgba(244,245,255,.58) 33%,rgba(244,245,255,.96) 68%,rgba(244,245,255,1) 100% );}.reference-hero-model{z-index:3!important;bottom:34px!important;}.reference-stats{z-index:20!important;bottom:10px!important;}@media (max-width:390px){.reference-hero{min-height:565px!important;padding-top:76px!important;padding-bottom:168px!important;}.reference-hero-copy{transform:translateY(-1px)}.reference-eyebrow{margin-bottom:12px!important}.reference-actions{margin-top:14px!important;gap:7px!important}.reference-cta{height:41px!important}.reference-cta-secondary{height:39px!important}.reference-hero-model{bottom:30px!important}.reference-stats{bottom:8px!important}.reference-hero::after{height:132px}}@media (min-width:391px) and (max-width:767px){.reference-hero{min-height:595px!important;padding-top:84px!important;padding-bottom:174px!important;}.reference-hero-model{bottom:32px!important}}@media (min-width:768px){.reference-hero{min-height:640px!important;padding-top:94px!important;padding-bottom:150px!important;}.reference-hero-copy{transform:translateY(-3px)}.reference-eyebrow{margin-bottom:17px!important}.reference-actions{margin-top:18px!important;gap:11px!important}.reference-cta,.reference-cta-secondary{height:48px!important}.reference-hero-model{bottom:30px!important}.reference-stats{bottom:18px!important}.reference-hero::after{height:128px}}@media (min-width:1200px){.reference-hero{min-height:650px!important}}.reference-hero{min-height:570px!important;padding-top:68px!important;padding-bottom:158px!important;}.reference-hero-copy{transform:translateY(-8px)!important;}.reference-eyebrow{margin-bottom:10px!important;}.reference-intro-copy{margin-top:12px!important;max-width:220px!important;}.reference-intro-copy p{margin:0!important;font-size:13.5px!important;line-height:1.48!important;}.reference-intro-copy p + p{display:none!important}.reference-actions{margin-top:12px!important;gap:6px!important;}.reference-cta{width:180px!important;height:40px!important;min-height:40px!important;padding:0 12px!important;gap:8px!important;border-radius:10px!important;font-size:13px!important;}.reference-cta-secondary{height:39px!important;min-height:39px!important;}.reference-cta svg{width:18px!important;height:18px!important;flex-basis:18px!important;}.reference-hero-model{top:62px!important;bottom:auto!important;right:-18px!important;width:auto!important;height:calc(100% - 62px)!important;max-width:61vw!important;object-fit:contain!important;object-position:center bottom!important;z-index:3!important;}.reference-hero::after{content:""!important;position:absolute!important;z-index:7!important;left:0!important;right:0!important;bottom:0!important;height:132px!important;pointer-events:none!important;background:linear-gradient(to bottom,rgba(244,245,255,0) 0%,rgba(244,245,255,.50) 34%,rgba(244,245,255,.94) 70%,#f4f5ff 100%)!important;}.reference-stats{z-index:20!important}@media (max-width:390px){.reference-hero{min-height:548px!important;padding-top:64px!important;padding-bottom:154px!important;}.reference-hero-copy{transform:translateY(-9px)!important}.reference-eyebrow{margin-bottom:9px!important}.reference-intro-copy{margin-top:10px!important;max-width:190px!important}.reference-intro-copy p{font-size:12.6px!important;line-height:1.44!important}.reference-actions{margin-top:10px!important;gap:5px!important}.reference-cta{width:166px!important;height:38px!important;min-height:38px!important;padding-inline:10px!important;font-size:12px!important}.reference-cta-secondary{height:37px!important;min-height:37px!important}.reference-hero-model{top:58px!important;right:-28px!important;height:calc(100% - 58px)!important;max-width:64vw!important;}.reference-hero::after{height:124px!important}}@media (min-width:391px) and (max-width:767px){.reference-hero{min-height:570px!important;padding-top:68px!important;padding-bottom:158px!important;}.reference-hero-model{top:62px!important;right:-20px!important;height:calc(100% - 62px)!important;max-width:61vw!important;}}@media (min-width:768px){.reference-hero{min-height:620px!important;padding-top:78px!important;padding-bottom:144px!important;}.reference-hero-copy{transform:translateY(-10px)!important}.reference-eyebrow{margin-bottom:12px!important}.reference-intro-copy{margin-top:15px!important;max-width:34em!important}.reference-intro-copy p{font-size:16px!important;line-height:1.5!important}.reference-actions{margin-top:14px!important;gap:8px!important;flex-direction:column!important}.reference-cta{width:190px!important;height:42px!important;min-height:42px!important;padding-inline:13px!important;font-size:13.5px!important}.reference-cta-secondary{height:41px!important;min-height:41px!important}.reference-hero-model{top:70px!important;right:clamp(-12px,1.5vw,36px)!important;height:calc(100% - 70px)!important;max-width:52vw!important;}.reference-hero::after{height:126px!important}}@media (min-width:1200px){.reference-hero{min-height:630px!important}.reference-hero-model{max-width:46vw!important}}.reference-intro-copy p:not(:last-child){display:none!important}.reference-hero{overflow:hidden!important;}.reference-hero-model{object-position:center bottom!important;}.reference-hero::after{display:none!important;content:none!important;}.reference-hero{overflow:visible!important;margin-bottom:175px!important;}.reference-stats{top:calc(100% - 30px)!important;bottom:auto!important;z-index:30!important;}@media (max-width:390px){.reference-hero{margin-bottom:166px!important}.reference-stats{top:calc(100% - 26px)!important}}@media (min-width:391px) and (max-width:767px){.reference-hero{margin-bottom:178px!important}.reference-stats{top:calc(100% - 30px)!important}}@media (min-width:768px){.reference-hero{margin-bottom:128px!important}.reference-stats{top:calc(100% - 28px)!important}}:root{--teal:#079da3;--teal-deep:#087f87;--teal-pale:#e6f8f8;--hero-ink:#07070b;}html,body{overflow-x:hidden!important}body{background:#fff!important}.app-shell{width:100%!important;max-width:none!important;margin:0!important;background:#fff!important;box-shadow:none!important;overflow:visible!important}.teal-header,.teal-html-hero{width:min(100%,883px)!important;margin-inline:auto!important;background:#fff!important;font-family:Arial,Helvetica,sans-serif!important;}.teal-header{position:relative;z-index:120;container-type:inline-size;box-shadow:none!important;border:0!important}.teal-header-inner{height:15.4cqw;min-height:58px;max-height:136px;padding:0 1.75cqw;display:flex;align-items:center;justify-content:space-between;gap:2cqw}.teal-brand{min-width:0;display:flex;align-items:center;gap:2.6cqw;color:#050507!important;text-decoration:none!important}.teal-brand-mark{width:10.5cqw;height:10.5cqw;min-width:42px;min-height:42px;max-width:93px;max-height:93px;display:grid;place-items:center;border-radius:50%;color:#fff;font-size:5.4cqw;font-weight:800;line-height:1;background:linear-gradient(145deg,#0aa5aa,#07878e);box-shadow:0 8px 18px rgba(6,142,148,.19)}.teal-brand-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:4.45cqw;font-weight:900;letter-spacing:-.055em;line-height:1}.teal-menu-btn{-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent;width:9cqw;height:9cqw;min-width:40px;min-height:40px;max-width:79px;max-height:79px;display:grid;place-items:center;padding:1.1cqw;color:#08090b;background:transparent;border:0;border-radius:0;box-shadow:none;cursor:pointer;touch-action:manipulation}.teal-menu-btn:hover,.teal-menu-btn:active,.teal-menu-btn:focus{background:transparent;box-shadow:none}.teal-menu-btn:focus{outline:none}.teal-menu-btn:focus-visible{outline:2px solid var(--teal);outline-offset:2px}.teal-menu-bars{position:relative;width:7.1cqw;height:6.1cqw;min-width:28px;min-height:24px;max-width:63px;max-height:54px;pointer-events:none}.teal-menu-bars>span{position:absolute;left:0;width:100%;height:.62cqw;min-height:3px;max-height:5.5px;border-radius:999px;background:currentColor;transform-origin:center;transition:top .28s cubic-bezier(.4,0,.2,1),transform .28s cubic-bezier(.4,0,.2,1),opacity .17s ease}.teal-menu-bars>span:nth-child(1){top:.4cqw}.teal-menu-bars>span:nth-child(2){top:2.75cqw}.teal-menu-bars>span:nth-child(3){top:5.1cqw}.teal-menu-btn.is-open .teal-menu-bars>span:nth-child(1){top:2.75cqw;transform:rotate(45deg)}.teal-menu-btn.is-open .teal-menu-bars>span:nth-child(2){opacity:0;transform:scaleX(.2)}.teal-menu-btn.is-open .teal-menu-bars>span:nth-child(3){top:2.75cqw;transform:rotate(-45deg)}.drawer-backdrop{inset-block-start:clamp(58px,15.4vw,136px)!important}.drawer{inset-block-start:clamp(58px,15.4vw,136px)!important;max-height:calc(100dvh - clamp(58px,15.4vw,136px))!important}.teal-html-hero{position:relative;isolation:isolate;container-type:inline-size;padding:0 1.35cqw 2.1cqw!important;overflow:hidden!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:var(--hero-ink)!important}.teal-hero-stage{position:relative;height:83.6cqw;min-height:302px;max-height:738px;overflow:hidden;background:#fff}.teal-hero-copy{position:absolute;z-index:3;left:.5cqw;top:4.4cqw;width:43cqw;color:var(--hero-ink)}.teal-eyebrow{margin:0 0 4.7cqw!important;color:var(--teal)!important;font-size:3.45cqw!important;font-weight:900!important;line-height:1!important;letter-spacing:.13em!important;text-transform:uppercase!important}.teal-hero-copy h1{margin:0!important;color:#08090b!important;font-size:6.65cqw!important;font-weight:950!important;letter-spacing:-.065em!important;line-height:1.42!important;text-wrap:nowrap}.teal-hero-copy h1 span{color:var(--teal)!important;background:none!important;-webkit-text-fill-color:currentColor!important}.teal-descriptions{margin-top:3.3cqw;display:grid;gap:2.1cqw}.teal-descriptions p{margin:0!important;color:#15151b!important;font-size:3.05cqw!important;font-weight:780!important;letter-spacing:-.025em!important;line-height:1.58!important}.teal-hero-visual{position:absolute;z-index:2;right:-.2cqw;top:0;width:59.5cqw;height:83.6cqw;overflow:hidden;background:#fff}.teal-hero-visual img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center top;user-select:none;-webkit-user-drag:none;pointer-events:none}.teal-actions{display:grid;grid-template-columns:1fr;gap:3.7cqw;padding:0 .2cqw;margin-top:0}.teal-action{width:100%;height:10.8cqw;min-height:46px;max-height:96px;padding:0 5cqw;display:grid;grid-template-columns:6.5cqw 1fr 6.5cqw;align-items:center;gap:1cqw;border-radius:3.5cqw;font-size:4.05cqw;font-weight:900;letter-spacing:-.035em;line-height:1;text-align:center;text-decoration:none!important;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.teal-action svg{width:5.3cqw;height:5.3cqw;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round;transition:transform .22s ease}.teal-action-primary{color:#fff!important;background:linear-gradient(180deg,#0ca4aa 0%,#078f96 100%);box-shadow:0 1.2cqw 2.5cqw rgba(4,139,146,.20),inset 0 1px 0 rgba(255,255,255,.25)}.teal-action-secondary{color:#087f87!important;background:#fff;border:.36cqw solid #a6dfe1;box-shadow:0 .8cqw 2cqw rgba(9,111,116,.05)}.teal-action:hover{transform:translateY(-2px);filter:saturate(1.05)}.teal-action:hover svg:last-child{transform:translateX(.8cqw)}.teal-action:active{transform:none}.teal-stats{position:relative!important;inset:auto!important;width:100%!important;height:36.7cqw!important;min-height:142px!important;max-height:324px!important;margin:5.2cqw 0 0!important;padding:0!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-template-rows:1fr!important;gap:1.15cqw!important;overflow:visible!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;backdrop-filter:none!important}.teal-stat{min-width:0;height:100%;padding:5.1cqw .6cqw 2cqw;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;background:#fff;border:.16cqw solid #edf0f1;border-radius:2.4cqw;box-shadow:0 1.1cqw 3cqw rgba(15,64,69,.075);transition:transform .22s ease,box-shadow .22s ease}.teal-stat:hover{transform:translateY(-3px);box-shadow:0 1.7cqw 3.5cqw rgba(15,64,69,.12)}.teal-stat-icon{width:8.15cqw;height:8.15cqw;display:grid;place-items:center;color:var(--teal);background:#edfafa;border-radius:50%;filter:drop-shadow(0 .4cqw .6cqw rgba(6,144,150,.13))}.teal-stat-icon svg{width:72%;height:72%;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.teal-stat strong,.teal-stat strong.count-up{width:auto!important;min-height:0!important;margin:4.8cqw 0 2.3cqw!important;display:inline-flex!important;align-items:baseline!important;justify-content:center!important;color:#07080b!important;font-size:4.45cqw!important;font-weight:950!important;letter-spacing:-.055em!important;line-height:1!important;white-space:nowrap!important}.teal-stat strong .count-part,.teal-stat strong .count-divider{font:inherit!important;color:inherit!important;margin:0!important;padding:0!important}.teal-stat>span:last-child{color:#11131a;font-size:3.05cqw;font-weight:820;letter-spacing:-.025em;line-height:1.55}.teal-header,.teal-html-hero{opacity:1}.teal-html-hero.is-ready .teal-hero-copy{animation:tealCopyIn .55s ease both}.teal-html-hero.is-ready .teal-hero-visual{animation:tealModelIn .65s ease .08s both}.teal-html-hero.is-ready .teal-action{animation:tealRise .5s ease both}.teal-html-hero.is-ready .teal-action:nth-child(2){animation-delay:.08s}.teal-html-hero.is-ready .teal-stat{animation:tealRise .5s ease both}.teal-html-hero.is-ready .teal-stat:nth-child(2){animation-delay:.05s}.teal-html-hero.is-ready .teal-stat:nth-child(3){animation-delay:.1s}.teal-html-hero.is-ready .teal-stat:nth-child(4){animation-delay:.15s}@keyframes tealCopyIn{from{opacity:0;transform:translateX(-2cqw)}to{opacity:1;transform:none}}@keyframes tealModelIn{from{opacity:0;transform:translateX(2cqw)}to{opacity:1;transform:none}}@keyframes tealRise{from{opacity:0;transform:translateY(1.8cqw)}to{opacity:1;transform:none}}@media(max-width:420px){.teal-header-inner{min-height:62px}.teal-brand-mark{min-width:45px;min-height:45px}.teal-hero-stage{min-height:326px}.teal-action{min-height:48px}.teal-stats{min-height:154px!important}.teal-stat>span:last-child{font-size:max(10px,3.05cqw)}}@media(prefers-reduced-motion:reduce){.teal-html-hero *{animation:none!important;transition:none!important}}@media (min-width:768px){#main{width:100%!important;max-width:none!important;margin:0!important;padding-left:8px!important;padding-right:8px!important;}#main .section{overflow:visible!important;}}@media (min-width:768px){#main,.footer-cta,.site-footer{width:min(100%,883px)!important;max-width:883px!important;margin-left:auto!important;margin-right:auto!important;}#main{grid-template-columns:repeat(12,minmax(0,1fr))!important;gap:14px!important;padding:10px 4px 26px!important;}#main .section{padding:27px!important;border-radius:22px!important;overflow:visible!important;}#introduction,#mission,#legal,#why-us{grid-column:span 6!important}#categories,#earning{grid-column:1/-1!important}#main h2{font-size:30px!important;line-height:1.12!important;letter-spacing:-.7px!important;}#main .lead,#main .section p{font-size:16px!important;line-height:1.62!important;}#main .section-intro{padding:18px 20px!important;margin-bottom:20px!important;border-radius:15px!important;}#main .section-intro strong{font-size:18px!important;line-height:1.38!important;}#main .section-intro p{font-size:15.5px!important}.intro-features{gap:12px!important;margin-top:20px!important}.intro-features span{min-height:58px!important;padding:14px 15px!important;gap:10px!important;font-size:15px!important;line-height:1.35!important;}.intro-features .icon{width:22px!important;height:22px!important}.mini-card{padding:20px!important;border-radius:16px!important}.mini-card-head{gap:11px!important;margin-bottom:10px!important}.mini-card-icon{width:42px!important;height:42px!important;flex:0 0 42px!important}.mini-card-icon .icon{width:23px!important;height:23px!important}.mini-card h3{font-size:18px!important;line-height:1.32!important}.mini-card p{font-size:15.5px!important;line-height:1.62!important}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:13px!important;}.category{min-height:295px!important;padding:22px 18px!important;border-radius:17px!important;}.category .icon-wrap{width:58px!important;height:58px!important;border-radius:14px!important;}.category .icon-wrap .icon{width:30px!important;height:30px!important}.category > span:not(.icon-wrap){margin-top:13px!important;font-size:18px!important;line-height:1.25!important;font-weight:850!important;}.category-detail{margin-top:10px!important}.category-detail p{font-size:15px!important;line-height:1.58!important}.category-detail a{margin-top:12px!important;font-size:14.5px!important}.monthly-project-report{padding:22px!important;border-radius:20px!important}.monthly-report-header strong{font-size:25px!important}.monthly-report-header p{font-size:15px!important}.verified-pill{font-size:13px!important;padding:9px 13px!important}.monthly-report-row{min-height:112px!important;border-radius:15px!important}.report-metric span{font-size:13.5px!important;line-height:1.3!important}.report-metric strong{font-size:26px!important}.monthly-report-footer{font-size:14px!important;line-height:1.5!important}.relationship-title,.source-heading strong{font-size:18px!important}.relationship-flow{gap:12px!important}.relationship-card{padding:16px!important;border-radius:14px!important}.relationship-card b{font-size:15.5px!important}.relationship-card p{font-size:14.5px!important}.process-steps{gap:11px!important}.process-steps article{padding:16px!important;border-radius:14px!important}.process-steps b{font-size:15.5px!important}.process-steps p{font-size:14.5px!important}.earning-flow{gap:8px!important}.flow-card{min-height:122px!important;padding:15px 10px!important}.flow-card b{font-size:25px!important}.flow-card span{font-size:13px!important;line-height:1.35!important}.flow-note{font-size:14px!important;line-height:1.55!important}.joining-checklist>strong{font-size:16px!important}.joining-checklist-grid span{font-size:13.5px!important;line-height:1.45!important}.benefits{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px!important}.benefit{min-height:190px!important;padding:18px!important;border-radius:15px!important}.benefit>.icon{width:27px!important;height:27px!important;flex:0 0 27px!important}.benefit-copy strong{font-size:16px!important;line-height:1.35!important;overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important;}.benefit-copy p{font-size:14.5px!important;line-height:1.55!important}.legal-copy{font-size:15px!important;line-height:1.6!important}.legal-badges{gap:11px!important}.legal-badge{min-height:100px!important;padding:15px!important;border-radius:15px!important}.legal-badge strong{font-size:16px!important}.legal-badge small{font-size:12.5px!important;line-height:1.4!important}.legal-logo{width:66px!important;max-height:58px!important}.legal-warning{font-size:13.5px!important;line-height:1.52!important;padding:14px!important}.footer-cta{padding:44px 18px 34px!important}.footer-cta-inner{max-width:none!important}.footer-cta h2{font-size:33px!important;line-height:1.08!important}.footer-cta p{font-size:16px!important;line-height:1.55!important;margin:15px 0 20px!important}.footer-explore-btn{min-height:58px!important;font-size:18px!important;border-radius:15px!important}.footer-card{display:block!important;width:100%!important;padding:28px 18px 4px!important;border-radius:0!important;box-shadow:none!important;}.footer-intro{max-width:none!important}.footer-brand{font-size:31px!important;line-height:1.05!important;margin-bottom:12px!important}.footer-description{font-size:16px!important;line-height:1.58!important;max-width:none!important}.footer-nav{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0 18px!important;margin-top:22px!important;}.footer-nav a{min-height:54px!important;padding:12px 0!important;font-size:15px!important;line-height:1.25!important;}.footer-nav a b{font-size:25px!important}.trust-strip{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;padding:16px 8px!important;}.trust-item{gap:8px!important;flex-direction:column!important;text-align:center!important;opacity:1!important;transform:none!important;visibility:visible!important}.trust-icon{width:42px!important;height:42px!important;flex:0 0 42px!important}.trust-icon svg{width:38px!important;height:38px!important}.trust-item strong{font-size:14px!important;line-height:1.15!important}.trust-item small{font-size:12.5px!important;line-height:1.15!important}.footer-legal-line{justify-content:center!important;padding:10px 12px calc(11px + env(safe-area-inset-bottom))!important;font-size:11.5px!important;text-align:center!important;}}@media (min-width:768px){#main,.footer-cta,.site-footer{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;}#main{padding-left:3px!important;padding-right:3px!important;gap:12px!important;}#legal,#why-us{grid-column:1 / -1!important;width:100%!important;}#legal{order:50!important}#why-us{order:51!important}.footer-cta,.site-footer{padding-left:0!important;padding-right:0!important;}}@media (min-width:768px){.footer-cta,.site-footer{width:min(100%,883px)!important;max-width:883px!important;margin-left:auto!important;margin-right:auto!important;}.footer-cta{padding:42px 22px 38px!important;}.footer-cta-inner{max-width:none!important}.footer-cta-kicker{font-size:12px!important;letter-spacing:2.2px!important}.footer-cta h2{max-width:560px!important;margin-top:13px!important;font-size:39px!important;line-height:1.08!important;letter-spacing:-1.2px!important;}.footer-cta p{max-width:760px!important;margin:18px 0 24px!important;font-size:15px!important;line-height:1.58!important;}.footer-explore-btn{width:min(100%,640px)!important;min-height:60px!important;border-radius:16px!important;font-size:18px!important;}.footer-card{display:block!important;width:100%!important;padding:34px 20px 5px!important;border-radius:0!important;box-shadow:none!important;}.footer-intro{max-width:none!important}.footer-brand{margin-bottom:12px!important;font-size:30px!important;line-height:1.05!important;}.footer-description{max-width:none!important;font-size:14px!important;line-height:1.58!important;}.footer-nav{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0 22px!important;margin-top:22px!important;}.footer-nav a{min-height:50px!important;padding:11px 0!important;font-size:14px!important;line-height:1.25!important;}.footer-nav a b{font-size:25px!important}.trust-strip{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:4px!important;padding:23px 13px!important;}.trust-item{min-width:0!important;flex-direction:column!important;justify-content:center!important;gap:4px!important;text-align:center!important;opacity:1!important;transform:none!important;visibility:visible!important;}.trust-icon{width:35px!important;height:35px!important;flex:0 0 35px!important;}.trust-icon svg{width:32px!important;height:32px!important}.trust-item strong{font-size:12px!important;line-height:1.15!important}.trust-item small{margin-top:1px!important;font-size:11px!important;line-height:1.15!important}.footer-legal-line{justify-content:center!important;padding:11px 18px calc(13px + env(safe-area-inset-bottom))!important;font-size:9.5px!important;text-align:center!important;}}img[data-local-model="true"]{display:block;max-width:100%;}img[data-local-model="true"].model-load-failed{visibility:hidden;}html,body{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;overflow-x:hidden!important;}.app-shell{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;}.teal-header,.teal-html-hero,#main,.footer-cta,.site-footer{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important;}.teal-header-inner{padding-left:4px!important;padding-right:4px!important;}.teal-html-hero{padding-left:2px!important;padding-right:2px!important;}#main{padding-left:2px!important;padding-right:2px!important;}.footer-cta,.site-footer{padding-left:0!important;padding-right:0!important;}.footer-card{width:100%!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important;}@media (max-width:767px){#main{gap:7px!important}#main .section{width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:10px!important;padding-right:10px!important;box-sizing:border-box!important;}.footer-cta{padding-left:10px!important;padding-right:10px!important}.footer-card{padding-left:10px!important;padding-right:10px!important}}@media (min-width:768px){#main{padding-left:2px!important;padding-right:2px!important;gap:10px!important;}#main .section{width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:18px!important;padding-right:18px!important;box-sizing:border-box!important;}.footer-cta{width:100%!important;max-width:none!important;padding-left:18px!important;padding-right:18px!important;}.site-footer{width:100%!important;max-width:none!important;}.footer-card{padding-left:18px!important;padding-right:18px!important;}}.teal-html-hero{padding-left:8px!important;padding-right:8px!important;}@media (min-width:768px){.teal-html-hero{padding-left:12px!important;padding-right:12px!important;}}.corporate-facts-v26{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:14px 0}.corporate-facts-v26 article{display:flex;flex-direction:column;gap:5px;padding:13px;border:1px solid rgba(84,82,190,.14);border-radius:14px;background:linear-gradient(145deg,#fff,#f6f7ff);box-shadow:0 8px 20px rgba(57,50,135,.06)}.corporate-facts-v26 strong{font-size:13px;color:#302d72}.corporate-facts-v26 span{font-size:11px;line-height:1.55;color:#5b6070}.partnership-card-v26{margin:14px 0;padding:14px;border-radius:16px;background:linear-gradient(135deg,#232760,#3d318c);color:#fff;box-shadow:0 14px 30px rgba(38,31,104,.16)}.partnership-head-v26{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.partnership-head-v26 strong{display:block;font-size:15px}.partnership-head-v26 p{margin:4px 0 0;font-size:10.5px;line-height:1.5;color:rgba(255,255,255,.78)}.partnership-head-v26>span{flex:0 0 auto;padding:5px 8px;border-radius:999px;background:rgba(255,255,255,.13);font-size:9px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.partnership-grid-v26{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.partnership-grid-v26 article{padding:10px;border:1px solid rgba(255,255,255,.13);border-radius:11px;background:rgba(255,255,255,.08)}.partnership-grid-v26 strong{display:block;font-size:12px}.partnership-grid-v26 small{display:block;margin-top:3px;font-size:8.8px;line-height:1.4;color:rgba(255,255,255,.72);overflow-wrap:anywhere}@media(min-width:768px){.corporate-facts-v26{gap:14px}.corporate-facts-v26 article{padding:17px}.corporate-facts-v26 strong{font-size:17px}.corporate-facts-v26 span{font-size:14px}.partnership-card-v26{padding:20px}.partnership-head-v26 strong{font-size:20px}.partnership-head-v26 p{font-size:13px}.partnership-head-v26>span{font-size:11px;padding:7px 10px}.partnership-grid-v26{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.partnership-grid-v26 article{padding:14px}.partnership-grid-v26 strong{font-size:15px}.partnership-grid-v26 small{font-size:10.5px}}@media(max-width:430px){.corporate-facts-v26{grid-template-columns:1fr}.partnership-head-v26{flex-direction:column}.partnership-grid-v26{grid-template-columns:1fr 1fr}}.teal-brand-mark.logo-image{display:block!important;object-fit:contain!important;padding:0!important;background:transparent!important;}@media (min-width:768px){.footer-cta{width:100%!important;max-width:none!important;min-height:0!important;margin:0!important;padding:34px 12px 30px!important;}.footer-cta-inner{width:100%!important;max-width:none!important;margin:0!important;}.footer-cta-kicker{display:block!important;margin:0 0 12px!important;}.footer-cta h2{width:100%!important;max-width:none!important;margin:0!important;font-size:clamp(36px,4.2vw,54px)!important;line-height:1.04!important;letter-spacing:-1.4px!important;}.footer-cta p{width:100%!important;max-width:none!important;margin:18px 0 22px!important;font-size:clamp(16px,1.55vw,20px)!important;line-height:1.52!important;}.footer-explore-btn{width:100%!important;max-width:none!important;min-height:62px!important;margin:0!important;border-radius:16px!important;font-size:clamp(17px,1.55vw,20px)!important;}}body.blue-purple-theme .teal-header,body.blue-purple-theme .teal-html-hero{--teal:#5b5ce2;--teal-deep:#392d91;--teal-pale:#eef0ff}body.blue-purple-theme .teal-brand-mark{background:linear-gradient(145deg,#7657f3,#425bd9)!important;box-shadow:0 8px 18px rgba(76,71,203,.20)!important}body.blue-purple-theme .teal-action-primary{background:linear-gradient(135deg,#4964df,#8658ee)!important;box-shadow:0 1.2cqw 2.5cqw rgba(83,75,215,.22)!important}body.blue-purple-theme .teal-action-secondary{color:#392d91!important;border-color:#c8c9f5!important}body.blue-purple-theme .teal-stat-icon{color:#5b5ce2!important;background:#eef0ff!important;filter:drop-shadow(0 .4cqw .6cqw rgba(76,71,203,.13))!important}.teal-html-hero{padding-bottom:0!important}.teal-hero-stage{padding-bottom:0!important;margin-bottom:0!important}.teal-actions{margin-top:0!important}@media(max-width:767px){.teal-html-hero{padding-bottom:0!important}.teal-hero-stage{min-height:auto!important;padding-bottom:0!important}}body.blue-purple-theme .teal-header{background:linear-gradient(180deg,#020017 0%,#030019 100%)!important;box-shadow:0 0 0 1px rgba(255,255,255,.02) inset!important;}body.blue-purple-theme .teal-header-inner{height:11.805556cqw!important;min-height:0!important;max-height:none!important;padding:0 .925926cqw!important;}body.blue-purple-theme .teal-brand{gap:2.546296cqw!important;color:#fff!important;}body.blue-purple-theme .teal-brand-mark.logo-image{width:6.597222cqw!important;height:6.597222cqw!important;min-width:0!important;min-height:0!important;max-width:none!important;max-height:none!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;filter:drop-shadow(0 0 1.62037cqw rgba(218,25,255,.28))!important;object-fit:contain!important;}body.blue-purple-theme .teal-brand-name{color:#fff!important;font-size:4.62963cqw!important;line-height:1!important;font-weight:700!important;letter-spacing:.011574cqw!important;overflow:visible!important;text-overflow:clip!important;position:relative!important;top:-.347222cqw!important;}body.blue-purple-theme .teal-menu-btn{width:8.449074cqw!important;height:7.87037cqw!important;min-width:34px!important;min-height:32px!important;max-width:none!important;max-height:none!important;border-radius:2.083333cqw!important;color:#fff!important;background:linear-gradient(145deg,#5545ff,#3515d6)!important;box-shadow:0 0 3.472222cqw rgba(80,44,255,.36),inset 0 0 0 .115741cqw rgba(255,255,255,.1)!important;padding:0!important;}body.blue-purple-theme .teal-menu-btn:hover,body.blue-purple-theme .teal-menu-btn:active,body.blue-purple-theme .teal-menu-btn:focus{background:linear-gradient(145deg,#5545ff,#3515d6)!important}body.blue-purple-theme .teal-menu-bars{width:4.166667cqw!important;height:3.703704cqw!important;min-width:18px!important;min-height:16px!important;max-width:none!important;max-height:none!important;}body.blue-purple-theme .teal-menu-bars>span{height:.462963cqw!important;min-height:2px!important;max-height:none!important;background:#fff!important;}body.blue-purple-theme .teal-menu-bars>span:nth-child(1){top:0!important}body.blue-purple-theme .teal-menu-bars>span:nth-child(2){top:1.620371cqw!important}body.blue-purple-theme .teal-menu-bars>span:nth-child(3){top:3.240742cqw!important}body.blue-purple-theme .teal-menu-btn.is-open .teal-menu-bars>span:nth-child(1){top:1.620371cqw!important;transform:rotate(45deg)!important}body.blue-purple-theme .teal-menu-btn.is-open .teal-menu-bars>span:nth-child(2){opacity:0!important}body.blue-purple-theme .teal-menu-btn.is-open .teal-menu-bars>span:nth-child(3){top:1.620371cqw!important;transform:rotate(-45deg)!important}.teal-brand-lockup{display:flex!important;align-items:center!important;gap:0!important;min-width:0!important;background:#fff!important;border-radius:999px!important;padding:.35cqw .85cqw!important;box-shadow:0 .45cqw 1.7cqw rgba(22,35,85,.13)!important}.teal-brand-logo{display:block!important;width:auto!important;height:6.55cqw!important;min-height:32px!important;max-height:58px!important;max-width:39cqw!important;object-fit:contain!important}.teal-brand-name,.teal-brand-mark{display:none!important}.teal-hero-stage,.teal-html-hero,.teal-hero-visual{background:#fff!important;box-shadow:none!important;border:0!important}.teal-html-hero::before,.teal-html-hero::after,.teal-hero-stage::before,.teal-hero-stage::after,.teal-hero-visual::before,.teal-hero-visual::after{content:none!important;display:none!important}.teal-hero-visual img{background:#fff!important;object-position:center top!important}@media(max-width:420px){.teal-brand-logo{height:11.4cqw!important;min-height:36px!important;max-height:52px!important}.teal-brand-lockup{padding:.25cqw .7cqw!important}}.teal-header-inner{justify-content:flex-end!important}.teal-hero-copy{top:4.4cqw!important}.footer-brand-logo{display:flex!important;align-items:center!important}.footer-brand-logo img{display:block;width:62px;height:62px;object-fit:contain}@media(max-width:600px){.footer-brand-logo img{width:52px;height:52px}}body.blue-purple-theme .teal-header{position:absolute!important;left:0!important;top:0!important;width:100%!important;height:0!important;min-height:0!important;background:transparent!important;box-shadow:none!important;border:0!important;overflow:visible!important;z-index:140!important}body.blue-purple-theme .teal-header-inner{position:relative!important;width:100%!important;height:0!important;min-height:0!important;max-height:0!important;padding:0!important;overflow:visible!important}body.blue-purple-theme .teal-menu-btn{position:absolute!important;right:2.25cqw!important;top:2.55cqw!important;z-index:145!important}.teal-html-hero{margin-top:0!important;padding-top:0!important}.teal-hero-stage{margin-top:0!important}.teal-hero-fill-card{margin-top:3.15cqw!important;padding:1.7cqw 2.05cqw!important;width:max-content!important;max-width:100%!important;border:.18cqw solid #d9e9ff!important;border-radius:2.25cqw!important;background:linear-gradient(145deg,#ffffff 0%,#f5f7ff 100%)!important;box-shadow:0 .8cqw 2.2cqw rgba(64,85,180,.08)!important;}.teal-hero-fill-title{display:block!important;margin:0 0 1.55cqw!important;color:#4c51d8!important;font-size:2.35cqw!important;font-weight:900!important;letter-spacing:-.03em!important;line-height:1.2!important;}.teal-hero-fill-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1.2cqw!important;}.teal-hero-fill-grid span{min-width:0!important;display:flex!important;align-items:center!important;gap:1cqw!important;padding:1.15cqw 1.2cqw!important;border-radius:1.5cqw!important;background:#fff!important;color:#12131a!important;font-size:1.82cqw!important;font-weight:820!important;letter-spacing:-.02em!important;line-height:1.28!important;box-shadow:inset 0 0 0 .14cqw #eef1ff!important;}.teal-hero-fill-grid .icon{width:2.05cqw!important;height:2.05cqw!important;flex:0 0 2.05cqw!important;color:#5b5ce2!important;}.section-head{gap:10px!important;align-items:center!important;}.section-head h2{width:auto!important;flex:1 1 auto!important;}.section-head-icon{width:38px!important;height:38px!important;flex:0 0 38px!important;display:grid!important;place-items:center!important;border-radius:12px!important;color:var(--brand-dark)!important;background:var(--brand-soft)!important;box-shadow:0 7px 15px rgba(242,101,34,.14)!important;}.section-head-icon .icon{width:19px!important;height:19px!important;}.footer-brand-logo{display:flex!important;align-items:center!important;gap:12px!important;}.footer-brand-name-text{color:#111!important;font-size:20px!important;font-weight:900!important;line-height:1.08!important;letter-spacing:-.03em!important;}@media(max-width:600px){.teal-hero-fill-card{margin-top:13px!important;padding:8px 10px!important;width:max-content!important;max-width:100%!important;border-radius:11px!important}.teal-hero-fill-title{margin-bottom:8px!important;font-size:12px!important}.teal-hero-fill-grid{gap:6px!important}.teal-hero-fill-grid span{padding:7px 8px!important;border-radius:8px!important;font-size:9.2px!important;gap:6px!important}.teal-hero-fill-grid .icon{width:11px!important;height:11px!important;flex-basis:11px!important}.section-head-icon{width:34px!important;height:34px!important;flex-basis:34px!important}.section-head-icon .icon{width:17px!important;height:17px!important}.footer-brand-name-text{font-size:14px!important}}.teal-hero-fill-grid{display:none!important}.teal-hero-trust-logos{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:1.55cqw!important;}.teal-hero-trust-logos span{width:5.7cqw!important;height:5.7cqw!important;min-width:28px!important;min-height:28px!important;display:grid!important;place-items:center!important;border:.17cqw solid #dfe4ff!important;border-radius:50%!important;background:#fff!important;color:#5358df!important;box-shadow:0 .55cqw 1.5cqw rgba(75,82,195,.10)!important;}.teal-hero-trust-logos .icon{width:2.85cqw!important;height:2.85cqw!important;min-width:14px!important;min-height:14px!important;}@media(max-width:600px){.teal-hero-trust-logos{gap:8px!important}.teal-hero-trust-logos span{width:30px!important;height:30px!important}.teal-hero-trust-logos .icon{width:15px!important;height:15px!important}}.teal-hero-trust-logos span.trust-build{color:#14a36f!important;background:linear-gradient(145deg,#f1fff8 0%,#e2fff0 100%)!important;border-color:#b9efd3!important;box-shadow:0 .55cqw 1.5cqw rgba(20,163,111,.12)!important;}.teal-hero-trust-logos span.transparency{color:#1e8fcf!important;background:linear-gradient(145deg,#f3fbff 0%,#e0f4ff 100%)!important;border-color:#bfe5fb!important;box-shadow:0 .55cqw 1.5cqw rgba(30,143,207,.12)!important;}.teal-hero-trust-logos span.project-wise{color:#f08a1b!important;background:linear-gradient(145deg,#fffaf0 0%,#ffe9c9 100%)!important;border-color:#f6d59d!important;box-shadow:0 .55cqw 1.5cqw rgba(240,138,27,.13)!important;}.teal-hero-trust-logos span.payment-wise{color:#6a57e8!important;background:linear-gradient(145deg,#f7f4ff 0%,#ebe6ff 100%)!important;border-color:#d9cffd!important;box-shadow:0 .55cqw 1.5cqw rgba(106,87,232,.13)!important;}.footer-card{padding-top:18px!important}@media(max-width:600px){.footer-card{padding-top:14px!important}}.teal-hero-trust-logos{justify-content:space-between!important;gap:1.15cqw!important;width:100%!important;}.teal-hero-trust-logos span{position:relative!important;overflow:hidden!important;width:4.95cqw!important;height:4.95cqw!important;min-width:25px!important;min-height:25px!important;border-width:.16cqw!important;box-shadow:0 .7cqw 1.8cqw rgba(58,67,135,.12),inset 0 .1cqw .25cqw rgba(255,255,255,.95)!important;}.teal-hero-trust-logos span::after{content:""!important;position:absolute!important;left:18%!important;top:12%!important;width:50%!important;height:26%!important;border-radius:999px!important;background:rgba(255,255,255,.55)!important;filter:blur(.08cqw)!important;}.teal-hero-trust-logos .icon{width:2.4cqw!important;height:2.4cqw!important;min-width:12px!important;min-height:12px!important;position:relative!important;z-index:1!important;stroke-width:2.1!important;}.teal-hero-trust-logos span.trust-build{color:#13a36e!important;background:radial-gradient(circle at 30% 30%,#f8fffb 0%,#e8fff1 45%,#d8f7e6 100%)!important;border-color:#b8edd1!important;box-shadow:0 .7cqw 1.8cqw rgba(20,163,111,.14),inset 0 .1cqw .25cqw rgba(255,255,255,.95)!important;}.teal-hero-trust-logos span.support-wise{color:#2f86ec!important;background:radial-gradient(circle at 30% 30%,#fbfdff 0%,#eef7ff 45%,#dcecff 100%)!important;border-color:#bedafb!important;box-shadow:0 .7cqw 1.8cqw rgba(47,134,236,.14),inset 0 .1cqw .25cqw rgba(255,255,255,.95)!important;}.teal-hero-trust-logos span.training-wise{color:#19a0a6!important;background:radial-gradient(circle at 30% 30%,#fbffff 0%,#ecfeff 45%,#dbf8fa 100%)!important;border-color:#bdeef1!important;box-shadow:0 .7cqw 1.8cqw rgba(25,160,166,.14),inset 0 .1cqw .25cqw rgba(255,255,255,.95)!important;}.teal-hero-trust-logos span.project-wise{color:#ee8d1d!important;background:radial-gradient(circle at 30% 30%,#fffdf8 0%,#fff5e8 45%,#ffe7c4 100%)!important;border-color:#f6d59d!important;box-shadow:0 .7cqw 1.8cqw rgba(238,141,29,.15),inset 0 .1cqw .25cqw rgba(255,255,255,.95)!important;}.teal-hero-trust-logos span.earnings-wise{color:#6c56e8!important;background:radial-gradient(circle at 30% 30%,#fcfbff 0%,#f3f0ff 45%,#e7dfff 100%)!important;border-color:#d8cdfd!important;box-shadow:0 .7cqw 1.8cqw rgba(108,86,232,.15),inset 0 .1cqw .25cqw rgba(255,255,255,.95)!important;}@media(max-width:600px){.teal-hero-trust-logos{gap:6px!important}.teal-hero-trust-logos span{width:25px!important;height:25px!important}.teal-hero-trust-logos .icon{width:12px!important;height:12px!important}}.teal-hero-fill-card{margin-top:3.1cqw!important;padding:0!important;width:max-content!important;max-width:100%!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;}.teal-hero-trust-logos{width:max-content!important;max-width:100%!important;justify-content:flex-start!important;gap:1.05cqw!important;}.teal-hero-trust-logos span{width:5.18cqw!important;height:5.18cqw!important;min-width:28px!important;min-height:28px!important;border-width:.18cqw!important;backdrop-filter:blur(.18cqw)!important;-webkit-backdrop-filter:blur(.18cqw)!important;box-shadow:0 .95cqw 2.15cqw rgba(45,59,132,.14),inset 0 .14cqw .3cqw rgba(255,255,255,.98)!important;animation:heroIconFloat 4.8s ease-in-out infinite,heroIconGlow 4.8s ease-in-out infinite!important;will-change:transform,box-shadow!important;}.teal-hero-trust-logos span::before{content:""!important;position:absolute!important;inset:.32cqw!important;border-radius:50%!important;border:.08cqw solid rgba(255,255,255,.72)!important;pointer-events:none!important;}.teal-hero-trust-logos span::after{left:20%!important;top:14%!important;width:48%!important;height:22%!important;background:rgba(255,255,255,.72)!important;filter:blur(.1cqw)!important;}.teal-hero-trust-logos .icon{width:2.48cqw!important;height:2.48cqw!important;min-width:13px!important;min-height:13px!important;stroke-width:2.2!important;filter:drop-shadow(0 .08cqw .18cqw rgba(255,255,255,.5))!important;}.teal-hero-trust-logos span:nth-child(2){animation-delay:.45s,.45s!important}.teal-hero-trust-logos span:nth-child(3){animation-delay:.9s,.9s!important}.teal-hero-trust-logos span:nth-child(4){animation-delay:1.35s,1.35s!important}.teal-hero-trust-logos span:nth-child(5){animation-delay:1.8s,1.8s!important}@keyframes heroIconFloat{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-.28cqw) scale(1.03)}}@keyframes heroIconGlow{0%,100%{box-shadow:0 .95cqw 2.15cqw rgba(45,59,132,.14),inset 0 .14cqw .3cqw rgba(255,255,255,.98)}50%{box-shadow:0 1.15cqw 2.5cqw rgba(45,59,132,.18),inset 0 .14cqw .3cqw rgba(255,255,255,1)}}@media(max-width:600px){.teal-hero-fill-card{margin-top:11px!important}.teal-hero-trust-logos{gap:6px!important}.teal-hero-trust-logos span{width:26px!important;height:26px!important;min-width:26px!important;min-height:26px!important;}.teal-hero-trust-logos span::before{inset:2px!important;border-width:1px!important}.teal-hero-trust-logos .icon{width:13px!important;height:13px!important}}@media(prefers-reduced-motion:reduce){.teal-hero-trust-logos span{animation:none!important}}
