.home{background:white}.home .nav-bar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(20px);border-bottom:1px solid var(--ink-100)}.home .nav-bar .inner{display:flex;align-items:center;gap:24px;padding:14px 24px 14px 12px;max-width:1280px;margin:0 auto}.home .nav-bar .logo{display:flex;align-items:center;gap:10px;font-weight:900;font-size:16px;color:var(--green)}.home .nav-bar .logo-icon{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,var(--green),var(--green-light));display:grid;place-items:center;font-family:serif;font-weight:900;color:white}.home .nav-bar .links{display:flex;gap:20px;margin-left:20px}.home .about-trigger,.home .nav-bar .links>a{position:relative;font-size:15px;font-weight:700;color:var(--ink-700);transition:color .2s ease}.home .about-trigger:after,.home .nav-bar .links>a:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:2px;background:var(--green);border-radius:2px;transform:scaleX(0);transform-origin:left center;transition:transform .22s ease}.home .nav-bar .links>a:hover{color:var(--green-dark)}.home .about-menu.open .about-trigger:after,.home .about-trigger:hover:after,.home .nav-bar .links>a:hover:after{transform:scaleX(1)}.home .nav-bar .links .about-menu{position:relative;display:inline-flex;align-items:center}.home .about-trigger{display:inline-flex;align-items:center;gap:5px;background:none;border:none;cursor:pointer;padding:0;font-family:inherit;line-height:inherit}.home .about-menu.open .about-trigger,.home .about-trigger:hover{color:var(--green-dark)}.home .about-trigger .caret{font-size:10px;transition:transform .2s ease}.home .about-menu.open .about-trigger .caret{transform:rotate(180deg)}.home .about-panel{position:absolute;top:calc(100% + 14px);left:50%;width:560px;max-width:calc(100vw - 32px);transform:translateX(-50%) translateY(8px);background:white;border:1px solid var(--ink-100);border-radius:var(--radius-xl);box-shadow:0 24px 60px -18px rgba(2,6,23,.35);padding:16px;z-index:60;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s}.home .about-menu.open .about-panel,.home .about-menu:focus-within .about-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.home .about-panel:before{content:"";position:absolute;top:-16px;left:0;right:0;height:16px}.home .about-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.home .about-item{display:flex;align-items:flex-start;gap:12px;padding:10px 12px;border-radius:var(--radius-lg);transition:background .15s ease}.home .about-item .ai-ic,.home .about-item:hover{background:var(--green-bg)}.home .about-item .ai-ic{flex-shrink:0;width:36px;height:36px;border-radius:10px;display:grid;place-items:center;font-size:18px}.home .about-item .ai-text{display:flex;flex-direction:column}.home .about-item .ai-title{font-size:13px;font-weight:800;color:var(--ink-900)}.home .about-item:hover .ai-title{color:var(--green-dark)}.home .about-item .ai-desc{font-size:11px;color:var(--ink-500);margin-top:2px;line-height:1.4}.home .about-foot{display:flex;align-items:center;justify-content:space-between;margin-top:10px;padding:12px 12px 4px;border-top:1px solid var(--ink-100)}.home .about-foot .af-note{font-size:12px;color:var(--ink-500);font-weight:600}.home .about-foot .af-link{font-size:12px;font-weight:800;color:var(--green-dark)}.home .about-foot .af-link:hover{text-decoration:underline}html[data-theme=dark] .home .about-panel{background:#131c2e;border-color:rgba(255,255,255,.08);box-shadow:0 24px 60px -18px rgba(0,0,0,.7)}html[data-theme=dark] .home .about-item:hover{background:rgba(16,200,122,.1)}html[data-theme=dark] .home .about-item .ai-ic{background:rgba(16,200,122,.12)}html[data-theme=dark] .home .about-item .ai-title{color:#e6edf5}html[data-theme=dark] .home .about-foot{border-top-color:rgba(255,255,255,.08)}@media (prefers-reduced-motion:reduce){.home .about-panel,.home .about-trigger .caret,.home .about-trigger:after,.home .nav-bar .links>a:after{transition:none}}.home .nav-bar .right{margin-left:auto;display:flex;gap:10px;align-items:center}bestso-sso-bar{top:13px!important;right:16px!important}.home .sso-bar{position:relative;display:flex;align-items:center;gap:8px}.home .sso-bar-skeleton{display:inline-block;width:88px;height:32px;border-radius:var(--radius-full);background:var(--ink-100,#eef2f7);opacity:.6}.home .sso-demo-hint{font-size:10px;font-weight:800;color:var(--green-dark);background:var(--green-bg);padding:3px 8px;border-radius:var(--radius-full);white-space:nowrap}.home .sso-trigger{padding:5px 10px 5px 5px;border-radius:var(--radius-full);border:1px solid var(--ink-200,#e2e8f0);background:white;font-weight:700;font-size:13px;color:var(--ink-900);transition:border-color .15s,background .15s}.home .sso-avatar{width:26px;height:26px;display:grid;background:linear-gradient(135deg,var(--green),var(--green-light));color:white;font-size:13px;flex:none}.home .sso-avatar.lg{font-size:17px}.home .sso-caret{font-size:10px;opacity:.5}.home .sso-pop{position:absolute;top:calc(100% + 8px);right:0;min-width:230px;background:white;border:1px solid var(--ink-200,#e2e8f0);border-radius:var(--radius-lg,14px);box-shadow:var(--shadow-lg,0 24px 60px -18px rgba(0,0,0,.25));padding:8px;z-index:60}.home .sso-head{display:flex;align-items:center;gap:10px;padding:8px 10px 12px;border-bottom:1px solid var(--ink-100,#eef2f7);margin-bottom:6px}.home .sso-head-name{font-weight:800;font-size:14px;color:var(--ink-900)}.home .sso-head-email{font-size:11px;opacity:.6;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home .sso-item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 10px;border-radius:var(--radius-md,10px);font-size:13px;font-weight:700;color:var(--ink-900);background:transparent;border:none;cursor:pointer;text-align:left}.home .sso-item:hover{background:var(--green-bg)}.home .sso-item.danger{color:#e11d48}.home .sso-item.danger:hover{background:rgba(244,63,94,.1)}.home .sso-ic{width:18px;text-align:center}.home .sso-divider{height:1px;background:var(--ink-100,#eef2f7);margin:6px 4px}html[data-theme=dark] .home .sso-trigger{color:#e6edf5}html[data-theme=dark] .home .sso-pop{background:#131c2e;border-color:rgba(255,255,255,.08)}html[data-theme=dark] .home .sso-head{border-bottom-color:rgba(255,255,255,.08)}html[data-theme=dark] .home .sso-head-name,html[data-theme=dark] .home .sso-item{color:#e6edf5}html[data-theme=dark] .home .sso-item:hover{background:rgba(16,200,122,.1)}html[data-theme=dark] .home .sso-bar-skeleton,html[data-theme=dark] .home .sso-divider{background:rgba(255,255,255,.08)}.home .sso-slot{position:relative;display:inline-flex}.home .sso-iconbtn{position:relative;display:inline-grid;place-items:center;width:38px;height:38px;border-radius:50%;border:none;cursor:pointer;color:var(--ink-900);background:rgba(100,116,139,.12);transition:background .15s,transform .15s,box-shadow .15s;text-decoration:none}.home .sso-iconbtn:hover{background:rgba(100,116,139,.2)}.home .sso-iconbtn.is-open{background:rgba(22,200,122,.16);box-shadow:inset 0 0 0 2px rgba(22,200,122,.25)}.home .sso-iconbtn:focus-visible{outline:2px solid var(--green);outline-offset:2px}.home .sso-hub{background:transparent;padding:0}.home .sso-hub:hover{background:transparent;transform:translateY(-1px)}.home .sso-dot{position:absolute;top:8px;right:8px;width:8px;height:8px;border-radius:50%;background:#ef4444;border:2px solid white;box-sizing:content-box}.home .sso-account{display:inline-grid;place-items:center;width:38px;height:38px;padding:0;border:none;background:transparent;cursor:pointer;border-radius:50%}.home .sso-account:focus-visible{outline:2px solid var(--green);outline-offset:2px}.home .sso-ring{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:50%;padding:2px;background:conic-gradient(from 0deg,#ef4444,#f59e0b,#eab308,#22c55e,#3b82f6,#8b5cf6,#ec4899,#ef4444);transition:transform .15s}.home .sso-account.is-open .sso-ring,.home .sso-account:hover .sso-ring{transform:scale(1.06)}.home .sso-ring-inner{display:grid;place-items:center;width:100%;height:100%;border-radius:50%;background:white;color:var(--ink-900);font-weight:900;font-size:15px;line-height:1}.home .sso-pop-title{font-size:12px;font-weight:800;color:var(--ink-900);padding:6px 10px 8px;opacity:.75}.home .sso-pop-msg{min-width:300px}.home .sso-noti{display:flex;align-items:flex-start;gap:10px;padding:9px 10px;border-radius:var(--radius-md,10px);text-align:left}.home .sso-noti:hover{background:var(--green-bg)}.home .sso-noti-ic{font-size:18px;line-height:1.2;flex:none}.home .sso-noti-text{font-size:13px;font-weight:600;color:var(--ink-900);line-height:1.35}.home .sso-noti-time{font-size:11px;opacity:.55;margin-top:2px}.home .sso-pop-foot{display:block;text-align:center;font-size:12px;font-weight:800;color:var(--green-dark,#0f9d63);padding:10px 10px 6px;margin-top:4px;border-top:1px solid var(--ink-100,#eef2f7);text-decoration:none}.home .sso-pop-foot:hover{color:var(--green)}.home .sso-pop-apps{min-width:300px}.home .sso-apps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.home .sso-app{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 6px;border-radius:var(--radius-md,10px);text-decoration:none}.home .sso-app:hover{background:var(--green-bg)}.home .sso-app-av{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;color:white;font-weight:900;font-size:14px;letter-spacing:.5px}.home .sso-app-name{font-size:11px;font-weight:700;color:var(--ink-900);text-align:center}html[data-theme=dark] .home .sso-iconbtn{background:rgba(255,255,255,.1);color:#e6edf5}html[data-theme=dark] .home .sso-iconbtn:hover{background:rgba(255,255,255,.18)}html[data-theme=dark] .home .sso-iconbtn.is-open{background:rgba(22,200,122,.22)}html[data-theme=dark] .home .sso-hub,html[data-theme=dark] .home .sso-hub:hover{background:transparent}html[data-theme=dark] .home .sso-dot{border-color:#131c2e}html[data-theme=dark] .home .sso-ring-inner{background:#131c2e;color:#e6edf5}html[data-theme=dark] .home .sso-app-name,html[data-theme=dark] .home .sso-noti-text,html[data-theme=dark] .home .sso-pop-title{color:#e6edf5}html[data-theme=dark] .home .sso-app:hover,html[data-theme=dark] .home .sso-noti:hover{background:rgba(22,200,122,.12)}html[data-theme=dark] .home .sso-pop-foot{border-top-color:rgba(255,255,255,.08)}.home .hero-section{padding:60px 24px 80px;background:radial-gradient(circle at 80% 20%,rgba(22,200,122,.12),transparent 50%),radial-gradient(circle at 20% 80%,rgba(59,130,246,.08),transparent 50%),var(--ink-50);overflow:hidden;position:relative}.home .hero-section .inner{max-width:1280px;margin:0 auto}.home .hero-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}.home .hero-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:var(--green-bg);color:var(--green-dark);border-radius:var(--radius-full);font-size:12px;font-weight:800;border:1px solid rgba(22,200,122,.2)}.home .hero-section h1{font-size:64px;font-weight:900;line-height:1.05;margin-top:20px}.home .hero-section .lead{font-size:18px;color:var(--ink-600);margin-top:20px;max-width:580px;line-height:1.6}.home .hero-ctas{display:flex;gap:12px;margin-top:32px;flex-wrap:wrap}.home .hero-trust{display:flex;gap:8px;flex-wrap:wrap;margin-top:28px}.home .hero-trust .item{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:white;border:1px solid var(--ink-200);border-radius:var(--radius-full);font-size:12px;font-weight:700}.home .hero-trust .item .check{color:var(--green);font-weight:900}.home .hero-visual{position:relative;padding:20px;perspective:1200px}.home .hero-visual:after,.home .hero-visual:before{content:"";position:absolute;border-radius:50%;filter:blur(36px);z-index:0;pointer-events:none}.home .hero-visual:before{top:-10px;right:10px;width:180px;height:180px;background:radial-gradient(circle,rgba(95,229,163,.45),transparent 70%);animation:orb-float-a 9s ease-in-out infinite}.home .hero-visual:after{bottom:0;left:0;width:150px;height:150px;background:radial-gradient(circle,rgba(59,130,246,.3),transparent 70%);animation:orb-float-b 11s ease-in-out infinite}.home .eco-orbit{position:relative;z-index:1;width:100%;aspect-ratio:1/1;max-width:460px;margin:0 auto;display:grid;place-items:center}.home .eco-orbit .orbit-ring{position:absolute;top:50%;left:50%;border-radius:50%;border:1px dashed rgba(16,200,122,.28);transform:translate(-50%,-50%);will-change:transform}.home .eco-orbit .ring-1{width:62%;height:62%;animation:orbit-spin 26s linear infinite}.home .eco-orbit .ring-2{width:96%;height:96%;border-color:rgba(59,130,246,.22);animation:orbit-spin 40s linear infinite reverse}.home .eco-orbit .sat{position:absolute;top:0;left:50%;width:44px;height:44px;margin-left:-22px;margin-top:-22px;border-radius:50%;display:grid;place-items:center;color:white;font-weight:900;font-size:13px;box-shadow:0 8px 22px -6px rgba(2,6,23,.45);border:2px solid rgba(255,255,255,.65);transform-origin:22px calc(50vmin);transform:rotate(var(--a,0deg))}.home .eco-orbit .orbit-ring .sat{top:50%;left:50%;margin:0;transform:translate(-50%,-50%) rotate(var(--a,0deg)) translateY(-50%) translateY(calc(var(--ring-half, 50%) * 0))}.home .eco-orbit .ring-1 .sat{transform:translate(-50%,-50%) rotate(var(--a,0deg)) translateY(calc(-31vmin * 1))}.home .eco-orbit .ring-2 .sat{transform:translate(-50%,-50%) rotate(var(--a,0deg)) translateY(calc(-48vmin * 1))}.home .eco-orbit .sat>*{display:block}.home .eco-orbit .ring-1 .sat>*,.home .eco-orbit .sat>*{animation:orbit-counter 26s linear infinite}.home .eco-orbit .ring-2 .sat>*{animation:orbit-counter-rev 40s linear infinite}.home .eco-orbit .eco-core{position:relative;z-index:3;text-align:center;animation:core-float 7s ease-in-out infinite;will-change:transform}.home .eco-orbit .core-coin{width:132px;height:132px;border-radius:50%;margin:0 auto;background:radial-gradient(circle at 32% 28%,var(--green-light),var(--green) 45%,var(--green-dark) 100%);display:grid;place-items:center;box-shadow:0 20px 60px -12px rgba(16,200,122,.6),inset 0 2px 10px rgba(255,255,255,.45);position:relative;overflow:hidden}.home .eco-orbit .core-coin:after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 35%,rgba(255,255,255,.45) 50%,transparent 65%);animation:core-shine 4.5s ease-in-out infinite}.home .eco-orbit .core-mark{font-family:serif;font-weight:900;font-size:58px;color:white;position:relative;z-index:1}.home .eco-orbit .core-label{font-weight:900;font-size:20px;margin-top:12px;letter-spacing:1px}.home .eco-orbit .core-sub{font-size:12px;color:var(--ink-600);font-weight:700;margin-top:2px}.home .eco-orbit .metric-tile{position:absolute;z-index:4;display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:var(--radius-lg);background:rgba(255,255,255,.82);backdrop-filter:blur(12px);border:1px solid rgba(16,200,122,.25);box-shadow:0 16px 36px -14px rgba(2,6,23,.35);will-change:transform}.home .eco-orbit .metric-tile .m-ic{font-size:20px}.home .eco-orbit .metric-tile .m-lb{font-size:10px;color:var(--ink-600);font-weight:700}.home .eco-orbit .metric-tile .m-vl{font-size:16px;font-weight:900;color:var(--green-dark)}.home .eco-orbit .tile-a{top:6%;left:-6%;animation:tile-float-a 6s ease-in-out infinite}.home .eco-orbit .tile-b{top:34%;right:-10%;animation:tile-float-b 7.5s ease-in-out infinite}.home .eco-orbit .tile-c{bottom:8%;left:2%;animation:tile-float-a 8s ease-in-out .6s infinite}.home .eco-orbit .eco-badge{position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);z-index:5;white-space:nowrap;padding:8px 16px;border-radius:var(--radius-full);background:linear-gradient(135deg,var(--green-dark),var(--green));color:white;font-size:12px;font-weight:800;box-shadow:0 12px 30px -10px rgba(16,200,122,.7);animation:badge-pulse 3.2s ease-in-out infinite}@keyframes orbit-spin{to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes orbit-counter{to{transform:rotate(-1turn)}}@keyframes orbit-counter-rev{to{transform:rotate(1turn)}}@keyframes core-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes core-shine{0%,to{transform:translateX(-120%)}50%{transform:translateX(120%)}}@keyframes tile-float-a{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes tile-float-b{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}@keyframes badge-pulse{0%,to{transform:translateX(-50%) scale(1)}50%{transform:translateX(-50%) scale(1.05)}}@keyframes orb-float-a{0%,to{transform:translate(0)}50%{transform:translate(-14px,18px)}}@keyframes orb-float-b{0%,to{transform:translate(0)}50%{transform:translate(16px,-14px)}}@media (prefers-reduced-motion:reduce){.home .eco-orbit .core-coin:after,.home .eco-orbit .eco-badge,.home .eco-orbit .eco-core,.home .eco-orbit .metric-tile,.home .eco-orbit .ring-1,.home .eco-orbit .ring-2,.home .eco-orbit .sat>*,.home .hero-visual:after,.home .hero-visual:before{animation:none!important}}.home .trust-bar{padding:24px;background:white;border-top:1px solid var(--ink-100);border-bottom:1px solid var(--ink-100)}.home .trust-bar .inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);gap:24px;align-items:center}.home .trust-bar .item{text-align:center}.home .trust-bar .item .num{font-size:28px;font-weight:900;color:var(--ink-900)}.home .trust-bar .item .lbl{font-size:11px;color:var(--ink-600);margin-top:2px}.home section.section{padding:80px 24px}.home section.section .inner{max-width:1280px;margin:0 auto}.home .section-eyebrow{display:inline-block;font-size:12px;font-weight:800;color:var(--green-dark);text-transform:uppercase;letter-spacing:.1em}.home .section-title{font-size:44px;font-weight:900;margin-top:8px;line-height:1.1}.home .section-sub{font-size:16px;color:var(--ink-600);margin-top:12px;max-width:640px}.home .section-head{text-align:center;margin-bottom:48px}.home .section-head .section-sub{margin:12px auto 0}.home .rc-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:24px;align-items:stretch}.home .rc-card{background:linear-gradient(135deg,var(--ink-900) 0,var(--green-dark) 200%);border-radius:var(--radius-2xl);padding:28px;color:white;position:relative;overflow:hidden}.home .rc-card:before{content:"";position:absolute;top:-100px;right:-100px;width:340px;height:340px;background:radial-gradient(circle,rgba(95,229,163,.2),transparent);border-radius:50%}.home .rc-card>*{position:relative;z-index:1}.home .rc-top{display:flex;justify-content:space-between;align-items:flex-start}.home .rc-eyebrow{font-size:11px;opacity:.7;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.home .rc-plan{font-size:30px;font-weight:900;margin-top:6px}.home .rc-sub{font-size:12px;opacity:.7;margin-top:4px}.home .rc-tiles{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:20px}.home .rc-tiles .t{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:12px}.home .rc-tiles .t .ic{font-size:18px}.home .rc-tiles .t .lb{font-size:9px;opacity:.7;margin-top:4px;text-transform:uppercase;letter-spacing:.05em}.home .rc-tiles .t .vl{font-size:16px;font-weight:900;margin-top:2px}.home .rc-progress{display:flex;gap:14px;margin-top:18px;padding-top:18px;border-top:1px solid rgba(255,255,255,.1)}.home .rc-progress .item{flex:1}.home .rc-progress .item .lbl{font-size:10px;opacity:.7;margin-bottom:4px}.home .rc-progress .bar{height:6px;border-radius:3px;background:rgba(255,255,255,.15);overflow:hidden}.home .rc-progress .bar>div{height:100%;border-radius:3px;background:var(--green-light)}.home .rc-total{text-align:center;padding:14px;background:rgba(255,255,255,.08);border-radius:var(--radius-lg);margin-top:18px}.home .rc-total .lbl{font-size:11px;opacity:.7}.home .rc-total .v{font-size:32px;font-weight:900;line-height:1;margin-top:4px}.home .rc-total .v small{font-size:13px;opacity:.7}.home .rc-buckets{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-content:start}.home .rc-bucket{background:white;border:1px solid var(--ink-100);border-left-width:4px;border-radius:var(--radius-lg);padding:16px}.home .rc-bucket.green{border-left-color:var(--green)}.home .rc-bucket.amber{border-left-color:var(--amber)}.home .rc-bucket.rose{border-left-color:var(--rose)}.home .rc-bucket.purple{border-left-color:var(--purple)}.home .rc-bucket .nm{font-size:12px;font-weight:800}.home .rc-bucket .v{font-size:26px;font-weight:900;margin-top:6px;line-height:1}.home .rc-bucket .b-sub{font-size:10px;color:var(--ink-500);margin-top:4px}.home .rc-cta{grid-column:1/-1;display:block;text-align:center;padding:14px;border-radius:var(--radius-full);background:var(--green);color:white;font-weight:800;font-size:14px;transition:background .2s,transform .2s}.home .rc-cta:hover{background:var(--green-dark);transform:translateY(-2px)}.home .rc-earn{grid-column:1/-1;background:var(--green-bg);border:1px solid var(--green-light);border-radius:var(--radius-lg);padding:14px;margin-top:2px}.home .rc-earn-head{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:800;color:var(--green-dark)}.home .rc-streak{font-size:11px;font-weight:800;color:var(--amber);background:var(--amber-bg,#fef3c7);padding:3px 8px;border-radius:var(--radius-full)}.home .rc-earn-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.home .rc-chip{display:flex;align-items:center;gap:6px;justify-content:center;padding:9px 10px;background:white;border:1px solid var(--ink-100);border-radius:var(--radius);font-size:12px;font-weight:700;color:var(--ink-700);transition:border-color .2s,transform .2s}.home .rc-chip b{color:var(--green-dark)}.home .rc-chip:hover{border-color:var(--green);transform:translateY(-1px)}.home .rc-expire{grid-column:1/-1;display:flex;align-items:center;gap:10px;padding:12px 14px;background:var(--rose-bg,#ffe4e6);border:1px solid var(--rose);border-radius:var(--radius-lg);font-size:12px;color:var(--ink-700);line-height:1.4}.home .rc-expire b{color:var(--rose)}.home .rc-expire-ic{font-size:18px;flex-shrink:0}html[data-theme=dark] .home .rc-chip{background:#131c2e;border-color:rgba(255,255,255,.08);color:#cbd5e1}html[data-theme=dark] .home .rc-earn{background:rgba(16,200,122,.08);border-color:rgba(16,200,122,.25)}html[data-theme=dark] .home .rc-expire{background:rgba(244,63,94,.1);border-color:rgba(244,63,94,.3);color:#cbd5e1}.home .how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.home .how-card{padding:32px 24px;background:white;border-radius:var(--radius-xl);border:1px solid var(--ink-100);position:relative}.home .how-card .step-num{position:absolute;top:-20px;left:24px;width:40px;height:40px;border-radius:50%;background:var(--green);color:white;display:grid;place-items:center;font-weight:900;font-size:18px;box-shadow:var(--shadow-md)}.home .how-card .ic{font-size:40px;margin-bottom:12px}.home .how-card h3{font-size:20px;font-weight:900}.home .how-card p{font-size:14px;color:var(--ink-600);margin-top:8px;line-height:1.6}.home .plans-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.home .plan-card{background:white;border-radius:var(--radius-xl);padding:32px 24px;border:2px solid var(--ink-100);position:relative;transition:all .2s}.home .plan-card:hover{transform:translateY(-4px);border-color:var(--green);box-shadow:var(--shadow-lg)}.home .plan-card.popular{background:linear-gradient(180deg,var(--ink-900) 0,var(--green-dark) 200%);color:white;border-color:var(--green);transform:scale(1.04);box-shadow:var(--shadow-xl)}.home .plan-card.popular:hover{transform:scale(1.04) translateY(-4px)}.home .plan-card .ribbon{position:absolute;top:-12px;left:50%;transform:translateX(-50%);padding:4px 14px;background:var(--amber);color:white;border-radius:var(--radius-full);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.05em;box-shadow:var(--shadow-md)}.home .plan-card .plan-title{font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-600)}.home .plan-card.popular .plan-title{color:rgba(255,255,255,.7)}.home .plan-card .plan-price{margin-top:12px}.home .plan-card .plan-price .currency{font-size:22px;vertical-align:top;line-height:1;opacity:.6}.home .plan-card .plan-price .num{font-size:56px;font-weight:900;line-height:1;color:var(--green-dark)}.home .plan-card.popular .plan-price .num{color:white}.home .plan-card .plan-price .per{font-size:13px;color:var(--ink-600);margin-top:4px}.home .plan-card.popular .plan-price .per{color:rgba(255,255,255,.7)}.home .plan-card .plan-features{list-style:none;padding:0;margin:24px 0}.home .plan-card .plan-features li{padding:8px 0;font-size:13px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--ink-100)}.home .plan-card.popular .plan-features li{border-bottom-color:rgba(255,255,255,.1)}.home .plan-card .plan-features li .ic{font-size:16px}.home .plan-card .plan-features li:last-child{border-bottom:none}.home .plan-card .plan-cta{display:block;width:100%;text-align:center;padding:14px;border-radius:var(--radius-full);background:white;color:var(--green-dark);border:2px solid var(--green);font-weight:800;font-size:14px;transition:all .15s}.home .plan-card .plan-cta:hover{background:var(--green);color:white}.home .plan-card.popular .plan-cta{background:white;color:var(--green-dark);border-color:white}.home .plan-card.popular .plan-cta:hover{background:var(--green-light);color:var(--green-deep)}.home .compare-table{background:white;border-radius:var(--radius-xl);overflow:hidden;border:1px solid var(--ink-100)}.home .compare-table table td,.home .compare-table table th{padding:16px}.home .compare-table .yes{color:var(--green-dark);font-weight:900}.home .compare-table .no{color:var(--ink-300);font-weight:900}.home .buckets-section{background:var(--ink-50)}.home .buckets-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.home .bucket-card{background:white;border-radius:var(--radius-xl);padding:24px;border:1px solid var(--ink-100);border-top:4px solid var(--green);position:relative}.home .bucket-card.amber{border-top-color:var(--amber)}.home .bucket-card.rose{border-top-color:var(--rose)}.home .bucket-card.purple{border-top-color:var(--purple)}.home .bucket-card .ic-circle{width:56px;height:56px;border-radius:16px;background:var(--green-bg);color:var(--green-dark);display:grid;place-items:center;font-size:28px;margin-bottom:14px}.home .bucket-card.amber .ic-circle{background:var(--amber-bg);color:var(--amber)}.home .bucket-card.rose .ic-circle{background:var(--rose-bg);color:var(--rose)}.home .bucket-card.purple .ic-circle{background:var(--purple-bg);color:var(--purple)}.home .bucket-card h3{font-size:16px;font-weight:900}.home .bucket-card .expiry{font-size:11px;color:var(--ink-500);margin-top:4px}.home .bucket-card p{font-size:13px;color:var(--ink-600);margin-top:12px;line-height:1.6}.home .compliance-section{background:linear-gradient(135deg,var(--green-bg) 0,rgba(232,250,242,.4) 100%)}.home .compliance-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}.home .compliance-text h2{font-size:36px;font-weight:900;line-height:1.2}.home .compliance-text p{font-size:15px;color:var(--ink-700);margin-top:16px;line-height:1.7}.home .compliance-text ul{list-style:none;padding:0;margin-top:20px}.home .compliance-text ul li{padding:10px 0;display:flex;align-items:flex-start;gap:12px;font-size:14px}.home .compliance-text ul li .check{width:24px;height:24px;border-radius:50%;background:var(--green);color:white;display:grid;place-items:center;font-weight:900;font-size:14px;flex-shrink:0}.home .compliance-visual{background:white;border-radius:var(--radius-xl);padding:24px;box-shadow:var(--shadow-xl)}.home .legal-box{padding:14px;background:var(--green-bg);border-radius:var(--radius);border-left:4px solid var(--green);font-size:12px;margin-top:14px}.home .eco-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.home .eco-card{background:white;border-radius:var(--radius);padding:16px 12px;text-align:center;border:1px solid var(--ink-100);transition:all .15s}.home .eco-card:hover{border-color:var(--green);transform:translateY(-2px)}.home .eco-card .eco-logo{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;margin:0 auto 8px;font-weight:900;color:white;font-size:12px}.home .eco-card .name{font-size:11px;font-weight:700}.home .eco-card .cashback{font-size:10px;color:var(--green-dark);font-weight:700;margin-top:2px}.home .eco-card-more{display:block;cursor:pointer;text-decoration:none;color:inherit}.home .eco-card-more:hover{border-color:var(--green);transform:translateY(-3px);box-shadow:0 12px 28px -16px rgba(22,200,122,.55)}.home .section-head .section-cta{display:inline-block;margin-top:12px;font-size:13px;font-weight:800;color:var(--green-dark)}.home .section-head .section-cta:hover{text-decoration:underline}.home .faq-item{background:white;border-radius:var(--radius-lg);padding:20px 24px;border:1px solid var(--ink-100);margin-bottom:12px}.home .faq-item .q{font-size:16px;font-weight:800;display:flex;justify-content:space-between;gap:12px}.home .faq-item .a{font-size:14px;color:var(--ink-600);margin-top:10px;line-height:1.7}.home .final-cta{background:linear-gradient(135deg,var(--ink-900) 0,var(--green-dark) 200%);color:white;border-radius:var(--radius-2xl);padding:56px 32px;text-align:center;margin-bottom:40px;position:relative;overflow:hidden}.home .final-cta:before{content:"";position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(95,229,163,.2),transparent);border-radius:50%}.home footer.site-footer{background:var(--ink-950);color:rgba(255,255,255,.7);padding:64px 24px 24px}.home footer.site-footer .inner{max-width:1280px;margin:0 auto}.home footer.site-footer .grid{display:grid;grid-template-columns:2.4fr repeat(4,1fr);gap:40px;align-items:start}.home footer.site-footer h4{font-size:12px;font-weight:900;color:white;text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.08)}.home footer.site-footer ul{list-style:none;padding:0;margin:0}.home footer.site-footer ul li{padding:0;font-size:13px}.home footer.site-footer .link-col ul li a{display:inline-flex;align-items:center;gap:9px;padding:7px 0;color:rgba(255,255,255,.62);position:relative;transition:color .18s ease,transform .18s ease}.home footer.site-footer .link-col ul li a .fi{font-size:13px;width:18px;text-align:center;flex-shrink:0;opacity:.95}.home footer.site-footer .link-col ul li a:hover{color:white;transform:translateX(4px)}.home footer.site-footer .link-col ul li a:after{content:"";position:absolute;left:27px;bottom:4px;height:1px;width:0;background:var(--green-light);transition:width .22s ease}.home footer.site-footer .link-col ul li a:hover:after{width:calc(100% - 27px)}.home footer.site-footer .brand-head{display:flex;align-items:center;gap:10px;margin-bottom:14px}.home footer.site-footer .brand-logo{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--green),var(--green-light));display:grid;place-items:center;font-family:serif;font-weight:900;color:white}.home footer.site-footer .brand-name{color:white;font-size:16px}.home footer.site-footer .brand-desc{font-size:13px;line-height:1.6}.home footer.site-footer .brand-corp{margin-top:16px;font-size:12px;line-height:1.7}.home footer.site-footer .brand-corp strong{color:white}.home footer.site-footer .bottom{margin:48px -24px 0;padding:20px 24px 0;border-top:1px solid rgba(255,255,255,.18);text-align:center;font-size:12px;color:rgba(255,255,255,.4)}@media (max-width:1024px){.home footer.site-footer .grid{grid-template-columns:1fr 1fr;gap:32px}.home footer.site-footer .brand-col{grid-column:1/-1}}@media (max-width:640px){.home footer.site-footer .grid{grid-template-columns:1fr}}@media (max-width:1024px){.home .hero-grid{grid-template-columns:1fr;gap:40px}.home .hero-section h1{font-size:48px}.home .buckets-grid,.home .plans-grid{grid-template-columns:repeat(2,1fr)}.home .eco-grid{grid-template-columns:repeat(4,1fr)}.home .trust-bar .inner{grid-template-columns:repeat(3,1fr);row-gap:20px}.home .compliance-grid,.home .rc-grid{grid-template-columns:1fr}}@media (max-width:640px){.home .nav-bar .links{display:none}.home .hero-section h1{font-size:36px}.home .section-title{font-size:32px}.home .buckets-grid,.home .how-grid,.home .plans-grid{grid-template-columns:1fr}.home .eco-grid,.home .trust-bar .inner{grid-template-columns:repeat(2,1fr)}.home .plan-card.popular{transform:none}.home .rc-tiles{grid-template-columns:repeat(2,1fr)}}html[data-theme=dark]{--ink-50:#0b1220;--ink-100:#1b2740;--ink-200:#26344f;--ink-500:#94a3b8;--ink-600:#a3b2c7}html[data-theme=dark] .home{background:#0b1220;color:#e6edf5}html[data-theme=dark] .home .nav-bar{background:rgba(11,18,32,.9);border-bottom-color:rgba(255,255,255,.08)}html[data-theme=dark] .home .about-trigger,html[data-theme=dark] .home .nav-bar .links a{color:#cbd5e1}html[data-theme=dark] .home .bucket-card,html[data-theme=dark] .home .compare-table,html[data-theme=dark] .home .compliance-visual,html[data-theme=dark] .home .eco-card,html[data-theme=dark] .home .faq-item,html[data-theme=dark] .home .hero-trust .item,html[data-theme=dark] .home .how-card,html[data-theme=dark] .home .plan-card,html[data-theme=dark] .home .rc-bucket,html[data-theme=dark] .home .trust-bar{background:#131c2e;border-color:rgba(255,255,255,.08)}html[data-theme=dark] .home .trust-bar .item .num{color:#e6edf5}html[data-theme=dark] .home .plan-card .plan-cta{background:#131c2e}html[data-theme=dark] .home .compliance-section{background:linear-gradient(135deg,rgba(22,200,122,.08),rgba(2,6,23,.3))}html[data-theme=dark] .home table th{background:#0f1729;color:#94a3b8}html[data-theme=dark] .home .btn-ghost{background:#131c2e;color:#e6edf5;border-color:rgba(255,255,255,.12)}html[data-theme=dark] .home .legal-box{background:rgba(22,200,122,.1)}html[data-theme=dark] .home .eco-orbit .metric-tile{background:rgba(19,28,46,.82);border-color:rgba(16,200,122,.32);box-shadow:0 16px 36px -14px rgba(0,0,0,.6)}html[data-theme=dark] .home .eco-orbit .metric-tile .m-vl{color:var(--green-light)}html[data-theme=dark] .home .eco-orbit .core-sub{color:#94a3b8}html[data-theme=dark] .home .eco-orbit .orbit-ring{border-color:rgba(95,229,163,.3)}html[data-theme=dark] .home .eco-orbit .ring-2{border-color:rgba(59,130,246,.3)}.home .page-hero{padding:56px 24px 40px;background:radial-gradient(circle at 85% 15%,rgba(22,200,122,.12),transparent 55%),radial-gradient(circle at 10% 90%,rgba(59,130,246,.08),transparent 55%),var(--ink-50);border-bottom:1px solid var(--ink-100)}.home .page-hero .inner{max-width:1280px;margin:0 auto}.home .page-hero-title{font-size:46px;font-weight:900;line-height:1.08;margin-top:8px}.home .page-hero-sub{font-size:17px;color:var(--ink-600);margin-top:12px;max-width:680px;line-height:1.6}.home .page-body{padding:56px 24px 80px}.home .page-body .inner{max-width:1280px;margin:0 auto}.home .info-grid{display:grid;gap:20px}.home .info-grid.cols-2{grid-template-columns:repeat(2,1fr)}.home .info-grid.cols-3{grid-template-columns:repeat(3,1fr)}.home .info-grid.cols-4{grid-template-columns:repeat(4,1fr)}.home .info-card{background:white;border:1px solid var(--ink-100);border-radius:var(--radius-xl);padding:24px}.home .info-card h3{font-size:18px;font-weight:900}.home .info-card .ic{font-size:28px;margin-bottom:10px}.home .info-card p{font-size:14px;color:var(--ink-600);line-height:1.6;margin-top:6px}.home .pg-section{margin-top:48px}.home .pg-section>h2{font-size:30px;font-weight:900;margin-bottom:8px}.home .pg-section>.lead{font-size:15px;color:var(--ink-600);margin-bottom:24px;max-width:640px}@media (max-width:920px){.home .info-grid.cols-2,.home .info-grid.cols-3,.home .info-grid.cols-4{grid-template-columns:1fr}.home .page-hero-title{font-size:34px}}html[data-theme=dark] .home .page-hero{border-bottom-color:rgba(255,255,255,.08)}html[data-theme=dark] .home .info-card{background:#131c2e;border-color:rgba(255,255,255,.08)}.home .steps{display:grid;gap:18px}.home .steps.cols-3{grid-template-columns:repeat(3,1fr)}.home .step{background:white;border:1px solid var(--ink-100);border-radius:var(--radius-xl);padding:24px;position:relative}.home .step .step-n{width:40px;height:40px;border-radius:50%;background:var(--green);color:white;display:grid;place-items:center;margin-bottom:14px}.home .step .step-n,.home .step h3{font-weight:900;font-size:18px}.home .step p{font-size:14px;color:var(--ink-600);line-height:1.6;margin-top:6px}.home .stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.home .stat-tile{background:var(--green-bg);border:1px solid rgba(22,200,122,.2);border-radius:var(--radius-xl);padding:22px;text-align:center}.home .stat-tile .stat-num{font-size:34px;font-weight:900;color:var(--green-dark);line-height:1}.home .stat-tile .stat-label{font-size:13px;color:var(--ink-600);margin-top:8px;font-weight:600}.home .news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.home .news-card{background:white;border:1px solid var(--ink-100);border-radius:var(--radius-xl);padding:22px;display:flex;flex-direction:column;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.home .news-card:hover{transform:translateY(-4px);border-color:var(--green);box-shadow:var(--shadow-lg)}.home .news-card .news-meta{display:flex;align-items:center;gap:10px;margin-bottom:12px}.home .news-card .news-tag{font-size:11px;font-weight:800;color:var(--green-dark);background:var(--green-bg);border-radius:var(--radius-full);padding:4px 10px}.home .news-card .news-date{font-size:12px;color:var(--ink-500)}.home .news-card h3{font-size:17px;font-weight:900;line-height:1.4}.home .news-card p{font-size:14px;color:var(--ink-600);line-height:1.6;margin-top:8px;flex:1}.home .news-card .news-more{font-size:13px;font-weight:800;color:var(--green-dark);margin-top:14px}.home .faq-list{display:flex;flex-direction:column;gap:12px}.home details.faq-item{padding:0}.home details.faq-item>summary{list-style:none;cursor:pointer;padding:18px 24px;font-size:16px;font-weight:800;display:flex;justify-content:space-between;align-items:center;gap:12px}.home details.faq-item>summary::-webkit-details-marker{display:none}.home details.faq-item>summary:hover{color:var(--green-dark)}.home details.faq-item>summary .chev{transition:transform .25s ease;color:var(--green-dark);flex-shrink:0}.home details.faq-item[open]>summary .chev{transform:rotate(180deg)}.home details.faq-item[open]{border-color:var(--green);box-shadow:0 14px 32px -22px rgba(22,200,122,.55)}.home details.faq-item>.a{padding:0 24px 18px;font-size:14px;color:var(--ink-600);line-height:1.7}.home details.faq-item[open]>.a{animation:faq-reveal .28s ease both}@keyframes faq-reveal{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.home .faq-shell{display:block}.home .faq-controls{position:sticky;top:72px;z-index:5;display:flex;flex-direction:column;gap:14px;padding:16px;margin-bottom:28px;background:rgba(255,255,255,.82);backdrop-filter:saturate(140%) blur(10px);border:1px solid var(--ink-100);border-radius:var(--radius-xl)}.home .faq-search{position:relative;display:flex;align-items:center}.home .faq-search-ic{position:absolute;left:14px;font-size:15px;opacity:.6;pointer-events:none}.home .faq-search input{width:100%;padding:13px 40px;border:1px solid var(--ink-200);border-radius:999px;font-size:15px;font-family:inherit;background:white;color:var(--ink-900);transition:border-color .2s ease,box-shadow .2s ease}.home .faq-search input:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 4px rgba(22,200,122,.15)}.home .faq-search-clear{position:absolute;right:12px;border:none;background:var(--ink-100);width:22px;height:22px;border-radius:50%;cursor:pointer;font-size:11px;color:var(--ink-600);display:grid;place-items:center}.home .faq-search-clear:hover{background:var(--ink-200)}.home .faq-tabs{display:flex;flex-wrap:wrap;gap:8px}.home .faq-tab{border:1px solid var(--ink-200);background:white;color:var(--ink-700);font-family:inherit;font-size:13px;font-weight:700;padding:8px 14px;border-radius:999px;cursor:pointer;transition:all .18s ease}.home .faq-tab:hover{border-color:var(--green);color:var(--green-dark)}.home .faq-tab.is-active{background:var(--green);border-color:var(--green);color:white;box-shadow:0 8px 20px -10px rgba(22,200,122,.7)}.home .faq-result-note{font-size:14px;color:var(--ink-600);margin-bottom:16px}.home .faq-empty{text-align:center;padding:48px 24px;background:white;border:1px dashed var(--ink-200);border-radius:var(--radius-xl)}.home .faq-empty-ic{font-size:42px;margin-bottom:8px}.home .faq-empty p{color:var(--ink-600);margin-bottom:16px}.home .cform{display:grid;gap:14px;max-width:560px}.home .cform .row2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.home .cform label{font-size:13px;font-weight:700;color:var(--ink-700);display:block;margin-bottom:6px}.home .cform input,.home .cform select,.home .cform textarea{width:100%;padding:11px 14px;font-size:14px;font-family:inherit;border:1px solid var(--ink-200,var(--ink-100));border-radius:var(--radius-lg);background:white;color:var(--ink-900);transition:border-color .18s ease}.home .cform input:focus,.home .cform select:focus,.home .cform textarea:focus{outline:none;border-color:var(--green)}.home .cform textarea{resize:vertical;min-height:120px}@media (max-width:920px){.home .news-grid,.home .steps.cols-3{grid-template-columns:1fr}.home .stat-grid{grid-template-columns:repeat(2,1fr)}.home .cform .row2{grid-template-columns:1fr}}html[data-theme=dark] .home .news-card,html[data-theme=dark] .home .step{background:#131c2e;border-color:rgba(255,255,255,.08)}html[data-theme=dark] .home .stat-tile{background:rgba(22,200,122,.1);border-color:rgba(22,200,122,.25)}html[data-theme=dark] .home .cform input,html[data-theme=dark] .home .cform select,html[data-theme=dark] .home .cform textarea{background:#0f1729;color:#e6edf5;border-color:rgba(255,255,255,.12)}.home .eco2-summary{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:40px}.home .eco2-summary-chip{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border-radius:var(--radius-full);background:white;border:1px solid var(--ink-100);font-size:13px;font-weight:700;color:var(--ink-700);box-shadow:0 1px 2px rgba(0,0,0,.04);cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.home .eco2-summary-chip:hover{border-color:var(--accent,var(--green));box-shadow:0 6px 18px -8px color-mix(in srgb,var(--accent,var(--green)) 60%,transparent);transform:translateY(-2px)}.home .eco2-cat{scroll-margin-top:90px}.home .eco2-summary-dot{width:9px;height:9px;border-radius:50%;background:var(--accent,var(--green));flex-shrink:0}.home .eco2-summary-name{white-space:nowrap}.home .eco2-summary-count{display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 7px;border-radius:var(--radius-full);background:color-mix(in srgb,var(--accent,var(--green)) 14%,transparent);color:var(--accent,var(--green-dark));font-size:12px;font-weight:900}.home .eco2-cat{margin-bottom:48px}.home .eco2-cat-head{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid var(--ink-100)}.home .eco2-cat-bar{width:5px;height:26px;border-radius:var(--radius-full);background:var(--accent,var(--green));flex-shrink:0}.home .eco2-cat-title{font-size:24px;font-weight:900;line-height:1.1}.home .eco2-cat-count{font-size:14px;font-weight:700;color:var(--ink-500)}.home .eco2-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.home .eco2-card{background:white;border:1px solid var(--ink-100);border-radius:var(--radius-xl);padding:18px;display:flex;flex-direction:column;gap:12px;min-height:132px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.home .eco2-card:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--accent,var(--green)) 55%,transparent);box-shadow:var(--shadow-lg,0 18px 40px -16px rgba(0,0,0,.25))}.home .eco2-card-top{display:flex;align-items:center;gap:12px}.home .eco2-avatar{width:46px;height:46px;border-radius:50%;flex-shrink:0;display:grid;place-items:center;font-size:15px;font-weight:900;letter-spacing:.5px;color:white;background:linear-gradient(135deg,var(--accent,var(--green)) 0,color-mix(in srgb,var(--accent,var(--green)) 70%,#ffffff) 100%);box-shadow:0 6px 14px -6px color-mix(in srgb,var(--accent,var(--green)) 70%,transparent)}.home .eco2-card-id{display:flex;flex-direction:column;gap:4px;min-width:0}.home .eco2-card-name{font-size:15px;font-weight:900;line-height:1.2;word-break:break-word}.home .eco2-badge{display:inline-flex;align-items:center;gap:4px;align-self:flex-start;font-size:10px;font-weight:800;line-height:1;padding:3px 8px;border-radius:var(--radius-full)}.home .eco2-badge-soon{background:var(--ink-100);color:var(--ink-600)}.home .eco2-badge-live{background:var(--green-bg,rgba(22,200,122,.12));color:var(--green-dark)}.home .eco2-card-desc{font-size:13px;color:var(--ink-600);line-height:1.55;margin:0}.home .eco2-cta{margin-top:8px;text-align:center;background:radial-gradient(circle at 50% 0,rgba(22,200,122,.1),transparent 60%),var(--green-bg,rgba(22,200,122,.06));border:1px solid rgba(22,200,122,.2);border-radius:var(--radius-2xl);padding:40px 28px}.home .eco2-cta-title{font-size:28px;font-weight:900;line-height:1.2}.home .eco2-cta-sub{font-size:15px;color:var(--ink-600);line-height:1.65;max-width:620px;margin:12px auto 0}.home .eco2-cta-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:22px}@media (max-width:920px){.home .eco2-cat-title{font-size:20px}.home .eco2-cta-title{font-size:22px}}html[data-theme=dark] .home .eco2-card,html[data-theme=dark] .home .eco2-summary-chip{background:#131c2e;border-color:rgba(255,255,255,.08)}html[data-theme=dark] .home .eco2-cat-head{border-bottom-color:rgba(255,255,255,.08)}html[data-theme=dark] .home .eco2-badge-soon{background:rgba(255,255,255,.08);color:#cbd5e1}html[data-theme=dark] .home .eco2-badge-live{background:rgba(22,200,122,.14);color:var(--green-light)}html[data-theme=dark] .home .eco2-cta{background:radial-gradient(circle at 50% 0,rgba(22,200,122,.12),transparent 60%),rgba(22,200,122,.06);border-color:rgba(22,200,122,.25)}.home .app-section{padding-top:16px}.home .app-card{position:relative;overflow:hidden;border-radius:var(--radius-2xl);padding:56px 48px;background:radial-gradient(120% 140% at 100% 0,rgba(22,200,122,.1),transparent 55%),linear-gradient(135deg,var(--green-bg) 0,#ffffff 60%);border:1px solid rgba(22,200,122,.22)}.home .app-glow{position:absolute;pointer-events:none;z-index:0;width:460px;height:460px;right:-120px;top:-160px;background:radial-gradient(circle,rgba(22,200,122,.3),transparent 70%);filter:blur(8px);animation:app-glow-pulse 6s ease-in-out infinite}@keyframes app-glow-pulse{0%,to{transform:scale(1);opacity:.75}50%{transform:scale(1.12);opacity:1}}.home .app-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}.home .app-title{font-size:38px;font-weight:900;line-height:1.12;margin-top:10px}.home .app-lead{font-size:16px;color:var(--ink-600);line-height:1.7;margin-top:14px;max-width:520px}.home .app-features{list-style:none;margin:22px 0 28px;display:grid;gap:12px}.home .app-features li{display:flex;align-items:center;gap:12px;font-size:14.5px;font-weight:600;color:var(--ink-700)}.home .app-features li .ic{width:34px;height:34px;flex-shrink:0;border-radius:10px;display:grid;place-items:center;font-size:16px;background:white;border:1px solid rgba(22,200,122,.25);box-shadow:0 6px 16px -10px rgba(22,200,122,.6)}.home .app-badges{display:flex;flex-wrap:wrap;gap:12px}.home .store-badge{display:inline-flex;align-items:center;gap:10px;padding:10px 18px;border-radius:14px;background:var(--ink-900);color:white;transition:transform .2s ease,box-shadow .2s ease}.home .store-badge:hover{transform:translateY(-3px);box-shadow:0 16px 30px -16px rgba(0,0,0,.55)}.home .store-badge .store-ic{width:26px;height:26px;flex-shrink:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' fill='white'%3E%3Cpath d='M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z'/%3E%3C/svg%3E") 50%/contain no-repeat}.home .store-badge .store-ic.play{background:none;color:#16c87a;font-size:16px;display:grid;place-items:center}.home .store-badge .store-txt{display:flex;flex-direction:column;line-height:1.1;text-align:left}.home .store-badge .store-txt small{font-size:10px;opacity:.8}.home .store-badge .store-txt b{font-size:16px;font-weight:800}.home .app-visual{position:relative;display:flex;align-items:center;justify-content:center;gap:22px}.home .app-phone{position:relative;width:240px;flex-shrink:0;border-radius:36px;padding:12px;background:linear-gradient(160deg,#0b1220,#16243a);border:1px solid rgba(22,200,122,.35);box-shadow:0 40px 70px -30px rgba(8,18,12,.6),inset 0 0 0 1px rgba(255,255,255,.04),0 0 60px -20px rgba(22,200,122,.45);animation:app-phone-float 5s ease-in-out infinite}@keyframes app-phone-float{0%,to{transform:translateY(0) rotate(-1.5deg)}50%{transform:translateY(-14px) rotate(1.5deg)}}.home .app-phone .phone-notch{position:absolute;top:18px;left:50%;transform:translateX(-50%);width:74px;height:6px;border-radius:99px;background:rgba(255,255,255,.18);z-index:2}.home .app-phone .phone-screen{border-radius:26px;padding:26px 16px 16px;background:linear-gradient(165deg,#0e1a14,#0a1220);color:#e8f5ee}.home .ps-top{display:flex;justify-content:space-between;align-items:center;font-size:12px}.home .ps-top .ps-hi{opacity:.85}.home .ps-top .ps-plan{background:rgba(22,200,122,.18);color:var(--green-light);padding:3px 8px;border-radius:99px;font-weight:800;font-size:10px}.home .ps-balance{margin-top:14px;padding:14px;border-radius:16px;text-align:center;background:linear-gradient(135deg,rgba(22,200,122,.22),rgba(22,200,122,.06));border:1px solid rgba(22,200,122,.3)}.home .ps-balance .ps-label{font-size:10px;opacity:.8}.home .ps-balance .ps-amount{font-size:30px;font-weight:900;color:var(--green-light);margin:2px 0}.home .ps-balance .ps-amount small{font-size:12px;font-weight:700;opacity:.7}.home .ps-balance .ps-note{font-size:10px;opacity:.7}.home .ps-buckets{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}.home .ps-bucket{display:flex;justify-content:space-between;align-items:center;background:rgba(255,255,255,.05);border-radius:10px;padding:8px 10px;font-size:10.5px}.home .ps-bucket .bk-nm{opacity:.85}.home .ps-bucket .bk-v{font-weight:900;color:var(--green-light)}.home .ps-bars{margin-top:14px;display:grid;gap:9px}.home .ps-bar-row{display:flex;align-items:center;gap:8px;font-size:10px;opacity:.9}.home .ps-bar-row>span{width:64px;flex-shrink:0}.home .ps-bar{flex:1;height:6px;border-radius:99px;background:rgba(255,255,255,.08);overflow:hidden}.home .ps-bar>i{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,var(--green),var(--green-light));animation:ps-bar-grow 1.4s ease both}@keyframes ps-bar-grow{0%{transform:scaleX(0);transform-origin:left}to{transform:scaleX(1)}}.home .ps-cta{margin-top:16px;text-align:center;font-size:12px;font-weight:800;padding:11px;border-radius:12px;color:#062b1b;background:linear-gradient(135deg,var(--green-light),var(--green))}.home .app-qr{background:white;border:1px solid var(--ink-100);border-radius:var(--radius-xl);padding:16px;text-align:center;width:168px;flex-shrink:0;box-shadow:0 24px 48px -28px rgba(8,18,12,.4)}.home .app-qr img{width:120px;height:120px;border-radius:8px;display:block;margin:0 auto 10px}.home .app-qr .app-qr-txt b{display:block;font-size:13px;font-weight:900;color:var(--ink-900)}.home .app-qr .app-qr-txt span{display:block;font-size:11px;color:var(--ink-500);margin-top:3px;line-height:1.45}html[data-theme=dark] .home .app-card{background:radial-gradient(120% 140% at 100% 0,rgba(22,200,122,.16),transparent 55%),linear-gradient(135deg,rgba(22,200,122,.08),#0c1426 60%);border-color:rgba(22,200,122,.28)}html[data-theme=dark] .home .app-features li .ic{background:#131c2e;border-color:rgba(22,200,122,.3)}html[data-theme=dark] .home .store-badge{background:#0a1120;border:1px solid rgba(255,255,255,.08)}html[data-theme=dark] .home .app-qr{background:#131c2e;border-color:rgba(255,255,255,.08)}html[data-theme=dark] .home .app-qr img{background:white;padding:4px}html[data-theme=dark] .home .app-qr .app-qr-txt b{color:#e6edf5}html[data-theme=dark] .home .faq-controls{background:rgba(15,23,41,.82);border-color:rgba(255,255,255,.08)}html[data-theme=dark] .home .faq-search input{background:#0f1729;border-color:rgba(255,255,255,.12);color:#e6edf5}html[data-theme=dark] .home .faq-tab{background:#131c2e;border-color:rgba(255,255,255,.1);color:#cbd5e1}html[data-theme=dark] .home .faq-search-clear{background:rgba(255,255,255,.1);color:#cbd5e1}html[data-theme=dark] .home .faq-empty{background:#131c2e;border-color:rgba(255,255,255,.12)}@media (max-width:900px){.home .app-card{padding:40px 24px}.home .app-grid{grid-template-columns:1fr;gap:36px}.home .app-title{font-size:30px}.home .app-visual{flex-direction:column}}@media (max-width:520px){.home .app-visual{gap:18px}.home .app-phone{width:210px}}@media (prefers-reduced-motion:reduce){.home .app-glow,.home .app-phone,.home .ps-bar>i{animation:none}.home .app-phone{transform:rotate(-1deg)}.home details.faq-item[open]>.a{animation:none}}.home .sso-login-btn{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;border-radius:var(--radius-full,999px);background:var(--green);color:#fff;border:none;cursor:pointer;font-family:inherit;font-size:13px;font-weight:800;white-space:nowrap;transition:filter .15s,transform .15s}.home .sso-login-btn:hover{filter:brightness(1.05);transform:translateY(-1px)}.home .sso-account{position:relative}.home .sso-trigger{display:inline-flex;align-items:center;gap:8px;padding:4px 10px 4px 4px;border-radius:var(--radius-full,999px);background:var(--ink-50,#f3f6fa);border:1px solid var(--ink-100,#e8edf3);cursor:pointer;font-family:inherit;transition:border-color .15s,box-shadow .15s}.home .sso-trigger.is-open,.home .sso-trigger:hover{border-color:var(--green);box-shadow:0 1px 3px rgba(0,0,0,.08)}.home .sso-avatar{width:28px;height:28px;border-radius:50%;flex-shrink:0;display:inline-grid;place-items:center;background:linear-gradient(135deg,var(--green),var(--cyan,#06b6d4));color:#fff;font-weight:900;font-size:12px}.home .sso-avatar.lg{width:38px;height:38px;font-size:16px}.home .sso-name{font-size:13px;font-weight:800;color:var(--ink-800,#1e293b);max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home .sso-caret{font-size:9px;color:var(--ink-500,#94a3b8)}.home .sso-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:100;width:240px;padding:6px;background:#fff;border:1px solid var(--ink-100,#e8edf3);border-radius:var(--radius-lg,14px);box-shadow:var(--shadow-xl,0 20px 40px -8px rgba(0,0,0,.22));animation:sso-pop .14s ease-out}@keyframes sso-pop{0%{opacity:0;transform:translateY(-6px) scale(.97)}to{opacity:1;transform:none}}.home .sso-menu-head{display:flex;align-items:center;gap:10px;padding:8px 10px 10px;margin-bottom:4px;border-bottom:1px solid var(--ink-100,#e8edf3)}.home .sso-menu-name{font-weight:800;font-size:13px;color:var(--ink-900,#0f172a)}.home .sso-menu-email{font-size:11px;color:var(--ink-500,#94a3b8);overflow:hidden;text-overflow:ellipsis}.home .sso-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 10px;border:none;background:none;cursor:pointer;border-radius:9px;font-family:inherit;font-size:13px;font-weight:600;color:var(--ink-700,#334155);text-align:left;text-decoration:none;transition:background .12s}.home .sso-menu-item:hover{background:var(--ink-50,#f3f6fa)}.home .sso-menu-item.danger{color:var(--rose,#f43f5e)}.home .sso-menu-item.danger:hover{background:rgba(244,63,94,.08)}.home .sso-menu-ic{font-size:15px;width:18px;text-align:center;flex-shrink:0}.home .sso-menu-sep{height:1px;margin:4px 6px;background:var(--ink-100,#e8edf3)}html[data-theme=dark] .home .sso-trigger{background:#131c2e;border-color:rgba(255,255,255,.12)}html[data-theme=dark] .home .sso-name{color:#e8edf3}html[data-theme=dark] .home .sso-menu{background:#131c2e;border-color:rgba(255,255,255,.1)}html[data-theme=dark] .home .sso-menu-name{color:#fff}html[data-theme=dark] .home .sso-menu-item{color:#c7d0dd}html[data-theme=dark] .home .sso-menu-item:hover{background:rgba(255,255,255,.06)}html[data-theme=dark] .home .sso-menu-head,html[data-theme=dark] .home .sso-menu-sep{border-color:rgba(255,255,255,.08);background-color:rgba(255,255,255,.08)}.skip-link{position:absolute;left:8px;top:-48px;z-index:200;padding:10px 18px;border-radius:0 0 10px 10px;background:var(--green,#16c87a);color:#04150d;font-weight:800;font-size:14px;text-decoration:none;transition:top .15s ease}.skip-link:focus{top:0;outline:3px solid #04150d;outline-offset:2px}.geo-banner a:focus-visible,.geo-banner button:focus-visible,.home a:focus-visible,.home button:focus-visible,.home input:focus-visible,.nav-bar a:focus-visible,.nav-bar button:focus-visible,.site-footer a:focus-visible,.skip-link:focus-visible{outline:3px solid var(--green,#16c87a);outline-offset:2px;border-radius:4px}.nav-bar .logo-icon-plain{background:none;padding:0}.nav-bar .logo-img{display:block;border-radius:50%}.lang-switch .lang-caret{font-size:9px;opacity:.6}.lang-switch .lang-check{margin-left:auto;color:var(--green)}.footer-newsletter-row{display:flex;gap:8px}.footer-newsletter-input{flex:1;min-width:0;padding:8px 12px;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.06);color:inherit;font-size:13px}.footer-newsletter-btn{white-space:nowrap}.footer-newsletter-ok{color:var(--green,#16c87a)}.footer-newsletter-err{color:var(--rose,#f43f5e)}.site-footer address.brand-corp{font-style:normal}.site-footer address.brand-corp a{color:inherit;text-decoration:none}.site-footer address.brand-corp a:hover{text-decoration:underline}.home .how-card-spaced{margin-top:20px}.home .section-plans{background:var(--ink-50)}.home .eco-logo-more{background:var(--ink-300);color:var(--ink-700)}.home .section-final{padding-top:0}.home .final-cta-body{position:relative;z-index:1}.home .final-cta-eyebrow{color:var(--green-light)}.home .final-cta-title{font-size:48px;font-weight:900;line-height:1.1;margin-top:8px}.home .final-cta-sub{font-size:16px;opacity:.8;margin-top:16px;max-width:560px;margin-left:auto;margin-right:auto}.home .final-cta-actions{display:flex;gap:12px;margin-top:32px;justify-content:center;flex-wrap:wrap}@media (prefers-reduced-motion:reduce){.home .app-glow,.home .app-phone,.home .metric-tile,.home .orbit-ring{animation:none!important}}