.hero{text-align:center;justify-content:center;align-items:center;min-height:100vh;padding:8rem 0 7rem;display:flex;position:relative;overflow:visible}.hero__background{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero__glow{filter:blur(40px);pointer-events:none;background:radial-gradient(60% 55% at 50% 30%,#10b98138 0%,#0000 70%),radial-gradient(40% 40% at 25% 55%,#10b9811a 0%,#0000 60%),radial-gradient(40% 40% at 75% 55%,#10b98114 0%,#0000 60%),radial-gradient(30% 25% at 50% 80%,#10b9810f 0%,#0000 70%);width:120vw;height:90vh;animation:7s ease-in-out infinite glowPulse;position:absolute;top:-15%;left:50%;transform:translate(-50%)}@keyframes glowPulse{0%,to{opacity:1;transform:translate(-50%)scale(1)}50%{opacity:.75;transform:translate(-50%)scale(1.05)}}.hero__dots{opacity:.55;background-image:radial-gradient(circle,#10b98133 .8px,#0000 .8px);background-size:24px 24px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(75% 70% at 50% 35%,#000 0%,#0000 100%);mask-image:radial-gradient(75% 70% at 50% 35%,#000 0%,#0000 100%)}.hero__background:after{content:"";opacity:.025;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E");position:absolute;inset:0}.hero__content{z-index:1;flex-direction:column;align-items:center;gap:1.25rem;display:flex;position:relative}.hero__eyebrow{border-radius:var(--r-full);color:#059669;letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#10b98114;border:1px solid #10b9814d;align-items:center;gap:.5rem;padding:.48rem 1.15rem;font-size:.71rem;font-weight:700;display:inline-flex;box-shadow:0 0 0 3px #10b9810f,inset 0 1px #fff9}.hero__eyebrow-dot{background:var(--accent);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite dotPulse;box-shadow:0 0 0 3px #10b98133}@keyframes dotPulse{0%,to{box-shadow:0 0 0 3px #10b98133}50%{box-shadow:0 0 0 6px #10b98100}}.hero__badge{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-full);font-size:var(--text-xs);color:var(--gray-600);align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-weight:600;display:inline-flex;box-shadow:0 4px 15px #00000008}.hero__badge-dot{background:var(--accent);width:6px;height:6px;box-shadow:0 0 10px var(--accent);border-radius:50%;animation:2s infinite pulse-dot}@keyframes pulse-dot{0%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.4)}to{opacity:1;transform:scale(1)}}.hero__h1{font-family:var(--font-head);letter-spacing:-.05em;color:var(--gray-900);text-align:center;margin-top:.15rem;padding-bottom:.2em;font-size:clamp(3rem,6vw,5rem);font-weight:900;line-height:1.12}.hero__line-wrap{display:block;overflow:visible}.hero__line{display:block}.hero__accent{background:linear-gradient(135deg,#10b981 0%,#059669 60%,#34d399 100%);-webkit-text-fill-color:transparent;white-space:nowrap;filter:drop-shadow(0 0 32px #10b98140);-webkit-background-clip:text;background-clip:text;display:inline;position:relative}.split-line{margin-bottom:-.1em;padding-bottom:.12em;overflow:visible}.hero__sub{color:var(--gray-500);max-width:500px;font-size:1.05rem;font-weight:400;line-height:1.8}.hero__sub em{color:var(--gray-700);font-style:normal;font-weight:600}.hero__sub strong{color:var(--accent-dark);font-weight:700}.hero__actions{gap:1rem;margin-top:.25rem;display:flex}.hero__cta-primary{position:relative;overflow:hidden}.hero__cta-primary:before{content:"";background:linear-gradient(90deg,#0000,#ffffff38,#0000);width:60%;height:100%;animation:3s ease-in-out 1.5s infinite shimmer;position:absolute;top:0;left:-100%;transform:skew(-20deg)}@keyframes shimmer{0%{left:-100%}60%,to{left:150%}}.hero__team{flex-direction:column;align-items:center;gap:.6rem;margin-top:.25rem;display:flex}.hero__team-row{align-items:center;gap:.45rem;display:flex;overflow:visible}.hero__member{position:relative}.hero__member-avatar{border:2px solid var(--accent);width:36px;height:36px;transition:transform .32s var(--ease), box-shadow .32s ease;cursor:pointer;background:#fff;border-radius:50%;overflow:hidden;box-shadow:0 2px 6px #10b9811f}.hero__member-avatar svg{width:100%;height:100%;display:block}.hero__member:hover .hero__member-avatar{z-index:5;transform:translateY(-8px)scale(1.1);box-shadow:0 0 0 3px #10b98133,0 0 0 5px #10b98114,0 10px 24px #10b98133}.hero__member-tip{color:#f9fafb;border-radius:var(--r-full);white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .2s ease, transform .25s var(--ease);z-index:20;letter-spacing:.02em;background:#111827;padding:.35rem .7rem;font-size:.68rem;font-weight:600;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(6px)}.hero__member-tip:after{content:"";border:4px solid #0000;border-top-color:#111827;position:absolute;top:100%;left:50%;transform:translate(-50%)}.hero__member:hover .hero__member-tip{opacity:1;transform:translate(-50%)translateY(0)}.hero__team-label{color:var(--gray-400);letter-spacing:.02em;align-items:center;gap:.5rem;font-size:.72rem;font-weight:500;display:flex}.hero__team-stars{color:#fbbf24;letter-spacing:2px;text-shadow:0 0 8px #fbbf2480;font-size:.65rem}@media (max-width:768px){.hero{padding-top:8rem}.hero__h1{font-size:2.8rem}.hero__actions{flex-direction:column;width:100%}.hero__actions .btn{width:100%}}
@keyframes si-sweep{0%{transform:translate(-120%)}to{transform:translate(500%)}}@keyframes si-glow-pulse{0%,to{border-color:#10b98147}50%{border-color:#10b98199;box-shadow:0 0 14px #10b98114}}@keyframes si-dot-pulse{0%,to{opacity:1}50%{opacity:.3}}.si{color:#ffffffd9;-webkit-user-select:none;user-select:none;box-sizing:border-box;background:radial-gradient(at 15% 15%,#10b9811a 0%,#0000 55%),radial-gradient(at 85% 85%,#10b98112 0%,#0000 50%),#090909;width:100%;height:100%;padding:1.1rem 1.25rem;font-family:Plus Jakarta Sans,-apple-system,sans-serif;font-size:11px;display:flex;overflow:hidden}.si--web{justify-content:center;align-items:center}.si--design,.si--brand{flex-direction:column;justify-content:center;align-items:center}.si--mobile{flex-direction:row;justify-content:center;align-items:center;gap:16px}.si--seo{flex-direction:column;justify-content:center;align-items:center}.wf{flex-direction:column;align-items:center;gap:0;width:100%;max-width:380px;display:flex}.wf-node{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;align-items:center;gap:12px;width:100%;padding:10px 16px;display:flex;box-shadow:0 2px 12px #0000004d}.wf-node--trigger{border-color:#ffffff1f;border-left-style:solid;border-left-width:3px}.wf-node--branch{border-color:#ffffff17;border-left-style:solid;border-left-width:3px}.wf-node--sm{border-color:#10b9814d;border-left-style:solid;border-left-width:3px;flex:1;animation:2.5s ease-in-out infinite si-glow-pulse;position:relative;overflow:hidden}.wf-node--sm:after{content:"";background:linear-gradient(90deg,#0000,#10b981d9,#0000);width:35%;height:1px;animation:2.5s ease-in-out infinite si-sweep;position:absolute;top:0;left:0}.wf-node--sm:last-child:after{animation-delay:.9s}.wf-icon{color:#ffffffb3;background:#ffffff14;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.wf-icon--fig{color:#ffffffe6;background:#ffffff12;font-size:13px;font-style:italic;font-weight:800}.wf-icon--green{color:#10b981;background:#10b9811f;border:1px solid #10b98133}.wf-info{flex-direction:column;gap:1px;display:flex}.wf-info strong{color:#fff;font-size:12px;font-weight:600}.wf-info small{color:#ffffff4d;font-size:9px}.wf-line{background:linear-gradient(#ffffff1a,#ffffff08);width:2px;height:18px}.wf-split{align-items:center;width:65%;height:20px;margin:0 auto;display:flex}.wf-split-left{align-items:center;gap:6px;width:100%;display:flex}.wf-split-line{background:#ffffff1a;flex:1;height:1px}.wf-label{color:#10b981;white-space:nowrap;background:#10b9811a;border:1px solid #10b98133;border-radius:6px;padding:2px 7px;font-size:8px;font-weight:600;animation:2s ease-in-out infinite si-glow-pulse}.wf-row{gap:8px;width:100%;display:flex}.si--design{flex-direction:column;gap:9px}.ds-header{flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.ds-title{color:#fff;font-size:14px;font-weight:800}.ds-title span{color:#ffffff4d;margin-left:5px;font-size:10px;font-weight:500}.ds-live{color:#10b981;align-items:center;gap:5px;font-size:9px;font-weight:600;display:flex}.ds-live-dot{background:#10b981;border-radius:50%;width:6px;height:6px;animation:1.8s ease-in-out infinite si-dot-pulse;box-shadow:0 0 6px #10b98199}.ds-section{flex-direction:column;gap:5px;display:flex}.ds-label{color:#ffffff4d;letter-spacing:.07em;text-transform:uppercase;font-size:8px;font-weight:700}.ds-tokens{flex-direction:column;gap:4px;display:flex}.ds-token{background:#ffffff08;border:1px solid #ffffff12;border-radius:8px;align-items:center;gap:8px;padding:5px 10px;display:flex;position:relative;overflow:hidden}.ds-token:after{content:"";background:linear-gradient(90deg,#0000,#10b98180,#0000);width:30%;height:1px;animation:4s ease-in-out infinite si-sweep;position:absolute;top:0;left:0}.ds-token:nth-child(2):after{animation-delay:.6s}.ds-token:nth-child(3):after{animation-delay:1.2s}.ds-token:nth-child(4):after{animation-delay:1.8s}.ds-token:nth-child(5):after{animation-delay:2.4s}.ds-tok-sw{border-radius:5px;flex-shrink:0;width:20px;height:20px}.ds-tok-info{flex:1;justify-content:space-between;align-items:center;gap:8px;display:flex}.ds-tok-info code{color:#fff9;font-family:SF Mono,Fira Code,monospace;font-size:9px}.ds-tok-info span{color:#ffffff4d;font-family:monospace;font-size:8px}.ds-comps{flex-direction:column;gap:6px;display:flex}.ds-comp-group{align-items:center;gap:8px;display:flex}.ds-comp-lbl{color:#ffffff4d;flex-shrink:0;width:72px;font-size:8px}.ds-btns{gap:4px;display:flex}.ds-btn{border-radius:6px;padding:4px 10px;font-size:8px;font-weight:600}.ds-btn--primary{color:#fff;background:#10b981}.ds-btn--secondary{color:#10b981;background:#10b98126;border:1px solid #10b98140}.ds-btn--ghost{color:#ffffff8c;background:0 0;border:1px solid #ffffff26}.ds-btn--disabled{color:#fff3;background:#ffffff0a;border:1px solid #ffffff0f}.ds-badges{gap:5px;display:flex}.ds-bdg{border-radius:5px;padding:3px 8px;font-size:8px;font-weight:600}.ds-bdg--g{color:#10b981;background:#10b9811f;border:1px solid #10b98133}.ds-bdg--y{color:#ffffffa6;background:#ffffff12;border:1px solid #ffffff1f}.ds-bdg--r{color:#ffffff73;background:#ffffff0d;border:1px solid #ffffff1a}.ds-bdg--n{color:#ffffff40;background:#ffffff08;border:1px solid #ffffff12}.ds-input{background:#ffffff0a;border:1px solid #ffffff1f;border-radius:7px;flex:1;align-items:center;gap:7px;padding:5px 10px;display:flex}.ds-input-icon{color:#ffffff40;font-size:11px}.ds-input-ph{color:#fff3;font-size:9px}.ds-spacing{align-items:flex-end;gap:6px;display:flex}.ds-sp{flex-direction:column;align-items:center;gap:3px;display:flex}.ds-sp-box{opacity:.7;background:#10b981;border-radius:2px;min-width:4px;min-height:4px}.ds-sp span{color:#ffffff4d;font-size:7px}.si--brand{flex-direction:column;gap:10px}.kb-status{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:6px;display:flex}.kb-pill{color:#ffffff80;align-items:center;gap:5px;font-size:9px;display:flex}.kb-pill-val{color:#fff;background:#ffffff1a;border-radius:6px;margin-right:4px;padding:2px 8px;font-size:9px;font-weight:700}.kb-dot{border-radius:50%;width:7px;height:7px}.kb-dot--g{background:#10b981}.kb-dot--y{background:#ffffff80}.kb-dot--b{background:#ffffff4d}.kb-dot--w{background:#fff3}.kb-grid{flex:1;grid-template-columns:1fr 1fr;gap:8px;display:grid;overflow:hidden}.kb-card{background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:5px;padding:10px 12px;display:flex}.kb-card--elevated{background:#10b9810a;border-color:#10b98140;animation:3s ease-in-out infinite si-glow-pulse;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000004d,0 0 0 1px #10b98114}.kb-card--elevated:after{content:"";background:linear-gradient(90deg,#0000,#10b981cc,#0000);width:40%;height:1px;animation:3s ease-in-out infinite si-sweep;position:absolute;top:0;left:0}.kb-card-hd{align-items:center;gap:7px;display:flex}.kb-icon{color:#ffffffb3;background:#ffffff12;border-radius:7px;justify-content:center;align-items:center;width:26px;height:26px;font-size:11px;font-weight:700;display:flex}.kb-card-hd strong{color:#fff;font-size:11px;font-weight:600}.kb-card-val{color:#ffffff80;font-size:10px}.kb-card-note{color:#ffffff4d;font-size:9px;line-height:1.4}.kb-swatches{gap:4px;display:flex}.kb-swatches span{border-radius:50%;width:18px;height:18px;display:inline-block}.kb-type-preview{flex-direction:column;gap:2px;display:flex}.kb-t-hd{color:#fff;font-size:11px;font-weight:700}.kb-t-it{color:#10b981;font-family:Georgia,serif;font-size:11px;font-style:italic}.kb-card-foot{border-top:1px solid #ffffff0f;align-items:center;gap:6px;margin-top:auto;padding-top:4px;display:flex}.kb-av{color:#ffffff80;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:9px;display:flex}.kb-status-tag{border-radius:5px;margin-left:auto;padding:2px 7px;font-size:8px;font-weight:600}.kb-status-tag--done{color:#10b981;background:#10b9811f;border:1px solid #10b98133}.kb-status-tag--wip{color:#ffffff8c;background:#ffffff0f;border:1px solid #ffffff1f}.si--mobile{flex-direction:row;align-items:center;gap:14px;padding:.9rem}.mob-phone{background:#111827;border:2px solid #ffffff1f;border-radius:26px;flex-shrink:0;width:148px;overflow:hidden;box-shadow:0 12px 40px #00000080,0 0 0 1px #ffffff0a}.mob-notch{background:#ffffff14;border-radius:0 0 10px 10px;width:50px;height:8px;margin:0 auto}.mob-status{color:#fff6;text-align:center;padding:3px 0;font-size:7px;font-weight:600}.mob-screen{flex-direction:column;gap:5px;padding:0 8px 6px;display:flex}.mob-home-bar{background:#ffffff26;border-radius:2px;width:44px;height:4px;margin:4px auto 5px}.mob-hd{align-items:center;gap:6px;display:flex}.mob-icon-sq{background:linear-gradient(135deg,#10b981,#059669);border-radius:6px;flex-shrink:0;width:20px;height:20px}.mob-app-name{color:#fff;font-size:9px;font-weight:700}.mob-app-sub{color:#ffffff59;font-size:6px}.mob-bell{margin-left:auto;font-size:11px}.mob-card{background:#ffffff0d;border-radius:10px;padding:8px}.mob-card-lbl{color:#ffffff59;margin-bottom:2px;font-size:7px}.mob-card-num{color:#fff;margin-bottom:7px;font-size:16px;font-weight:800}.mob-card-num span{color:#ffffff59;font-size:9px}.mob-bars{align-items:flex-end;gap:2px;height:20px;display:flex}.mob-bar{border-radius:2px 2px 0 0;flex:1;min-height:3px}.mob-actions{justify-content:space-between;display:flex}.mob-act{color:#ffffff80;text-align:center;font-size:8px}.mob-txn{background:#ffffff0a;border-radius:8px;align-items:center;gap:5px;padding:5px 6px;display:flex}.mob-txn-ic{background:#10b98126;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:8px;display:flex}.mob-txn-info{flex:1}.mob-txn-info strong{color:#fffc;font-size:8px;display:block}.mob-txn-info small{color:#ffffff4d;font-size:6px}.mob-txn-amt{color:#10b981;font-size:8px;font-weight:700}.mob-features{flex-direction:column;flex:1;gap:8px;display:flex}.mob-feat-label{color:#ffffff4d;letter-spacing:.05em;text-transform:uppercase;font-size:8px;font-weight:700}.mob-feat-grid{grid-template-columns:1fr 1fr;gap:5px;display:grid}.mob-feat{color:#fff9;background:#ffffff0a;border:1px solid #ffffff12;border-radius:8px;align-items:center;gap:6px;padding:6px 8px;font-size:8.5px;display:flex}.mob-feat span{font-size:13px}.mob-platform-strip{gap:6px;display:flex}.mob-platform{color:#ffffff8c;background:#ffffff0d;border:1px solid #ffffff17;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:5px;padding:6px 10px;font-size:9px;font-weight:600;display:flex}.cwv{flex-direction:column;flex:1;gap:8px;display:flex;overflow:hidden}.cwv-head{flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.cwv-title{color:#fff;font-size:13px;font-weight:800}.cwv-pass{color:#10b981;font-size:9px;font-weight:600}.cwv-metric{background:#ffffff0a;border:1px solid #ffffff12;border-radius:10px;flex-direction:column;gap:4px;padding:8px 10px;display:flex;position:relative;overflow:hidden}.cwv-metric:after{content:"";background:linear-gradient(90deg,#0000,#10b98199,#0000);width:28%;height:1px;animation:3.5s ease-in-out infinite si-sweep;position:absolute;top:0;left:0}.cwv-metric:nth-child(3):after{animation-delay:.8s}.cwv-metric:nth-child(4):after{animation-delay:1.6s}.cwv-metric-row{align-items:center;gap:8px;display:flex}.cwv-abbr{color:#fff;flex-shrink:0;width:32px;font-family:SF Mono,monospace;font-size:11px;font-weight:800}.cwv-val{color:#10b981;font-size:13px;font-weight:800}.cwv-good{color:#10b981;background:#10b9811a;border:1px solid #10b98133;border-radius:5px;margin-left:auto;padding:2px 7px;font-size:8px;font-weight:600}.cwv-full{color:#ffffff4d;font-size:8px}.cwv-bar-track{background:#ffffff0f;border-radius:2px;height:4px;overflow:hidden}.cwv-bar-fill{background:linear-gradient(90deg,#10b981,#34d399);border-radius:2px;height:100%}.cwv-score-row{align-items:center;gap:8px;margin-top:auto;display:flex}.cwv-score-badge{background:#10b9811a;border:2px solid #10b9814d;border-radius:50%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.cwv-score-num{color:#10b981;font-size:15px;font-weight:900;line-height:1}.cwv-score-lbl{color:#ffffff4d;letter-spacing:.04em;text-transform:uppercase;font-size:5.5px}.cwv-extras{flex-direction:column;flex:1;gap:4px;display:flex}.cwv-extra{background:#ffffff08;border:1px solid #ffffff12;border-radius:7px;justify-content:space-between;align-items:center;padding:4px 8px;display:flex}.cwv-extra strong{color:#fff;font-size:11px;font-weight:800}.cwv-extra small{color:#ffffff4d;font-size:7px}.kwt{border-left:1px solid #ffffff0f;flex-direction:column;flex-shrink:0;gap:7px;width:130px;padding-left:10px;display:flex}.kwt-head{flex-shrink:0}.kwt-title{color:#fff;font-size:11px;font-weight:800}.kwt-sub{color:#ffffff4d;font-size:8px}.kwt-rows{flex-direction:column;flex:1;gap:4px;display:flex}.kwt-row{background:#ffffff08;border:1px solid #ffffff12;border-radius:8px;align-items:center;gap:4px;padding:5px 7px;display:flex}.kwt-kw{color:#fff9;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:8px;overflow:hidden}.kwt-from{color:#ffffff40;flex-shrink:0;font-size:8px;text-decoration:line-through}.kwt-arrow{color:#fff3;flex-shrink:0;font-size:8px}.kwt-to{color:#10b981;flex-shrink:0;font-size:9px;font-weight:800}.kwt-footer{flex-direction:column;gap:4px;margin-top:auto;display:flex}.kwt-stat{background:#ffffff0a;border:1px solid #ffffff12;border-radius:7px;justify-content:space-between;align-items:center;padding:5px 8px;display:flex}.kwt-stat strong{color:#fff;font-size:12px;font-weight:800}.kwt-stat small{color:#ffffff4d;font-size:7px}.kwt-stat--g{background:#10b9810f;border-color:#10b98133}.kwt-stat--g strong{color:#10b981}.ci-wrap{flex-direction:column;align-items:center;gap:10px;width:100%;max-width:340px;display:flex}.ci-ann-h{align-items:center;gap:6px;width:70%;display:flex}.ci-ann-line-h{background:#10b98173;flex:1;height:1px}.ci-ann-h span,.ci-ann-v span{color:#10b981;white-space:nowrap;background:#10b9811a;border:1px solid #10b98133;border-radius:3px;padding:1px 5px;font-family:SF Mono,Fira Code,monospace;font-size:7px;font-weight:700}.ci-row{align-items:center;gap:10px;width:100%;display:flex}.ci-ann-v{flex-direction:column;flex-shrink:0;align-items:center;gap:5px;display:flex}.ci-ann-line-v{background:#10b98166;width:1px;height:28px}.ci-card{background:#ffffff0d;border:1px solid #10b98159;border-radius:12px;flex:1;align-items:center;gap:10px;padding:10px 14px;animation:2.5s ease-in-out infinite si-glow-pulse;display:flex;position:relative;overflow:hidden;box-shadow:0 0 0 4px #10b9810d,0 4px 16px #0000004d}.ci-card:after{content:"";background:linear-gradient(90deg,#0000,#10b981cc,#0000);width:35%;height:1px;animation:2.5s ease-in-out infinite si-sweep;position:absolute;top:0;left:0}.ci-avatar{background:#10b9812e;border:1px solid #10b9814d;border-radius:50%;flex-shrink:0;width:32px;height:32px}.ci-card-name{color:#fff;font-size:11px;font-weight:700}.ci-card-role{color:#fff6;margin-top:1px;font-size:8px}.ci-badge{color:#10b981;background:#10b9811a;border:1px solid #10b98133;border-radius:5px;flex-shrink:0;margin-left:auto;padding:2px 7px;font-size:7px;font-weight:700}.ci-props{background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;flex-direction:column;gap:5px;width:100%;padding:8px 12px;display:flex}.ci-prop{justify-content:space-between;align-items:center;display:flex}.ci-key{color:#ffffff4d;font-family:SF Mono,Fira Code,monospace;font-size:8px}.ci-val{color:#ffffffa6;align-items:center;gap:5px;font-family:SF Mono,Fira Code,monospace;font-size:8px;display:flex}.ci-dot{border-radius:3px;flex-shrink:0;width:10px;height:10px}.bb-board{flex-direction:column;align-items:center;gap:12px;width:100%;max-width:300px;display:flex}.bb-logo-area{flex-direction:column;align-items:center;gap:5px;display:flex}.bb-mark{background:#10b981;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;animation:3s ease-in-out infinite si-glow-pulse;display:flex;box-shadow:0 0 24px #10b98140}.bb-mark span{color:#fff;font-size:24px;font-style:italic;font-weight:900}.bb-wordmark{color:#fff;letter-spacing:.22em;font-size:20px;font-weight:900}.bb-tagline{color:#ffffff4d;letter-spacing:.08em;text-transform:uppercase;font-size:8px}.bb-divider{background:#ffffff12;width:100%;height:1px}.bb-palette{gap:8px;display:flex}.bb-sw-item{flex-direction:column;align-items:center;gap:4px;display:flex}.bb-sw{border-radius:10px;width:38px;height:38px;box-shadow:0 2px 8px #0000004d}.bb-sw-item span{color:#ffffff59;font-size:6.5px}.bb-type{text-align:center}.bb-type-name{color:#fff;font-size:15px;font-weight:700}.bb-type-sample{color:#ffffff4d;letter-spacing:.06em;margin-top:2px;font-size:9px}.ph-phone{background:#111;border:2px solid #ffffff2e;border-radius:34px;flex-direction:column;flex-shrink:0;width:165px;height:340px;padding:14px 0 0;display:flex;overflow:hidden;box-shadow:0 24px 70px #000c,inset 0 0 0 1px #ffffff0f}.ph-island{background:#000;border-radius:10px;flex-shrink:0;width:44px;height:9px;margin:0 auto 8px}.ph-screen{flex-direction:column;flex:1;gap:10px;padding:0 11px;display:flex}.ph-home-bar{background:#fff3;border-radius:2px;flex-shrink:0;width:44px;height:4px;margin:10px auto 8px}.ph-status{color:#ffffff73;justify-content:space-between;font-size:9px;font-weight:600;display:flex}.ph-status-right{font-size:8px}.ph-app-hd{align-items:center;gap:7px;display:flex}.ph-app-icon{background:linear-gradient(135deg,#10b981,#059669);border-radius:7px;flex-shrink:0;width:22px;height:22px}.ph-app-name{color:#fff;font-size:14px;font-weight:700}.ph-app-sub{color:#fff6;font-size:9px}.ph-bell{margin-left:auto;font-size:11px}.ph-balance-card{background:#10b98117;border:1px solid #10b98133;border-radius:12px;flex:1;padding:12px;position:relative;overflow:hidden}.ph-balance-card:after{content:"";background:linear-gradient(90deg,#0000,#10b981b3,#0000);width:30%;height:1px;animation:2.8s ease-in-out infinite si-sweep;position:absolute;top:0;left:0}.ph-bal-lbl{color:#fff6;margin-bottom:3px;font-size:10px}.ph-bal-num{color:#fff;margin-bottom:10px;font-size:22px;font-weight:800}.ph-btns{gap:6px;margin-bottom:2px;display:flex}.ph-btn{color:#fff9;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;height:42px;font-size:8px;font-weight:600;display:flex}.ph-btn span:first-child{margin-bottom:-2px;font-size:11px}.ph-platforms{flex-direction:column;justify-content:center;gap:10px;display:flex}.ph-plat{color:#ffffffb3;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;align-items:center;gap:7px;padding:10px 16px;font-size:10px;font-weight:600;display:flex}.se-wrap{flex-direction:column;gap:8px;width:100%;max-width:340px;display:flex}.se-bar{background:#ffffff0a;border:1px solid #ffffff17;border-radius:10px;align-items:center;gap:8px;padding:8px 12px;font-size:12px;display:flex}.se-g{color:#4285f4;flex-shrink:0;font-size:17px;font-weight:900}.se-query{color:#ffffff80;flex:1;font-size:9px}.se-result{background:#ffffff0a;border:1px solid #ffffff12;border-radius:10px;flex-direction:column;gap:3px;padding:10px 12px;display:flex;position:relative}.se-result--top{background:#10b9810a;border-color:#10b9814d;animation:3s ease-in-out infinite si-glow-pulse;position:relative;overflow:hidden}.se-result--top:before{content:"#1 Organic";color:#fff;background:#10b981;border-radius:6px;padding:2px 8px;font-size:7px;font-weight:800;position:absolute;top:-9px;right:10px}.se-result--top:after{content:"";background:linear-gradient(90deg,#0000,#10b981cc,#0000);width:35%;height:1px;animation:3s ease-in-out infinite si-sweep;position:absolute;top:0;left:0}.se-result--dim{opacity:.4}.se-fav-row{align-items:center;gap:6px;margin-bottom:2px;display:flex}.se-fav{color:#fff;background:#10b981;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;font-size:7px;font-weight:700;display:flex}.se-domain{color:#10b981cc;font-size:8px}.se-verified{color:#10b981;background:#10b9811a;border:1px solid #10b98133;border-radius:4px;margin-left:auto;padding:1px 5px;font-size:7px;font-weight:700}.se-title{color:#fff;font-size:10px;font-weight:700;line-height:1.35}.se-desc{color:#ffffff59;font-size:8px;line-height:1.5}.se-metrics{gap:6px;display:flex}.se-metric{background:#ffffff0a;border:1px solid #ffffff12;border-radius:8px;flex-direction:column;flex:1;align-items:center;gap:1px;padding:7px 0;display:flex}.se-metric strong{color:#fff;font-size:13px;font-weight:800}.se-metric small{color:#ffffff4d;font-size:7px}.se-metric--em{background:#10b9810f;border-color:#10b98133}.se-metric--em strong{color:#10b981}.ab-wrap{flex-direction:column;justify-content:center;gap:12px;width:100%;max-width:340px;height:100%;display:flex}.ab-header{justify-content:space-between;align-items:center;display:flex}.ab-title{color:#fff;font-size:13px;font-weight:800}.ab-live{color:#10b981;align-items:center;gap:5px;font-size:9px;font-weight:600;display:flex}.ab-dot{background:#10b981;border-radius:50%;width:6px;height:6px;animation:1.8s ease-in-out infinite si-dot-pulse;display:inline-block}.ab-split{align-items:center;gap:10px;display:flex}.ab-vs{color:#fff3;flex-shrink:0;font-size:10px;font-weight:700}.ab-version{flex-direction:column;flex:1;gap:7px;display:flex}.ab-ver-label{color:#ffffff59;text-transform:uppercase;letter-spacing:.07em;font-size:8px;font-weight:700}.ab-ver-lbl--win{color:#10b981}.ab-screen{background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;flex-direction:column;gap:5px;padding:10px 10px 12px;display:flex}.ab-screen--win{background:#10b9810a;border-color:#10b9814d;animation:2.5s ease-in-out infinite si-glow-pulse;position:relative;overflow:hidden}.ab-screen--win:after{content:"";background:linear-gradient(90deg,#0000,#10b981cc,#0000);width:35%;height:1px;animation:2.5s ease-in-out infinite si-sweep;position:absolute;top:0;left:0}.ab-screen-heading{background:#ffffff1f;border-radius:4px;width:80%;height:7px}.ab-screen-heading--win{background:#10b98166}.ab-screen-sub{background:#ffffff12;border-radius:3px;width:60%;height:5px}.ab-screen-sub--sm{width:45%}.ab-cta{text-align:center;border-radius:6px;margin-top:4px;padding:5px 0;font-size:8px;font-weight:700}.ab-cta--old{color:#fff6;background:#ffffff0f;border:1px solid #ffffff1a}.ab-cta--new{color:#fff;background:#10b981;box-shadow:0 0 12px #10b9814d}.ab-metric{text-align:center}.ab-metric-val{color:#fff6;font-size:18px;font-weight:800}.ab-metric-val--g{color:#10b981}.ab-metric-lbl{color:#ffffff4d;margin-top:1px;font-size:8px}.ab-stats{gap:6px;display:flex}.ab-stat{background:#ffffff0a;border:1px solid #ffffff12;border-radius:8px;flex-direction:column;flex:1;align-items:center;gap:1px;padding:7px 0;display:flex}.ab-stat strong{color:#fff;font-size:13px;font-weight:800}.ab-stat small{color:#ffffff4d;font-size:7px}.ab-stat--em{background:#10b9810f;border-color:#10b98133}.ab-stat--em strong{color:#10b981}.au-wrap{flex-direction:column;justify-content:center;gap:12px;width:100%;max-width:360px;height:100%;display:flex}.au-urlbar{background:#ffffff0a;border:1px solid #ffffff17;border-radius:12px;align-items:center;gap:10px;padding:8px 12px;animation:3s ease-in-out infinite si-glow-pulse;display:flex;position:relative;overflow:hidden}.au-urlbar:after{content:"";background:linear-gradient(90deg,#0000,#10b981b3,#0000);width:30%;height:1px;animation:3s ease-in-out infinite si-sweep;position:absolute;top:0;left:0}.au-ring{flex-shrink:0;width:44px;height:44px;position:relative}.au-ring svg{position:absolute;top:0;left:0}.au-ring-num{color:#10b981;justify-content:center;align-items:center;font-size:13px;font-weight:800;display:flex;position:absolute;inset:0}.au-url-info{flex:1}.au-url{color:#fff;font-size:11px;font-weight:700}.au-url-sub{color:#ffffff59;margin-top:2px;font-size:8px}.au-checkmark{color:#10b981;background:#10b9811f;border:1px solid #10b98140;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:flex}.au-cats{flex-direction:column;gap:5px;display:flex}.au-cat{align-items:center;gap:8px;display:flex}.au-cat-lbl{color:#ffffff80;flex-shrink:0;width:100px;font-size:10px}.au-cat-track{background:#ffffff14;border-radius:3px;flex:1;height:6px;overflow:hidden}.au-cat-fill{background:linear-gradient(90deg,#10b981,#34d399);border-radius:3px;height:100%}.au-cat-score{color:#10b981;text-align:right;flex-shrink:0;width:28px;font-size:11px;font-weight:700}.au-keywords{flex-direction:column;gap:5px;display:flex}.au-kw{background:#ffffff08;border:1px solid #ffffff12;border-radius:8px;align-items:center;gap:8px;padding:6px 10px;display:flex}.au-kw-pos{color:#10b981;flex-shrink:0;width:28px;font-size:15px;font-weight:800}.au-kw-text{color:#ffffffa6;flex:1;font-size:11px}.au-kw-arrow{color:#10b981;flex-shrink:0;font-size:13px}@media (max-width:700px){.si{padding:.9rem 1rem;font-size:10px}.wf{max-width:280px}.wf-node{border-radius:10px;padding:8px 12px}.wf-icon{border-radius:8px;width:30px;height:30px;font-size:12px}.wf-info strong{font-size:11px}.wf-line{height:12px}.si--mobile{gap:10px;padding:.75rem}.mob-phone{border-radius:20px;width:120px}.mob-card-num{font-size:13px}.ph-phone{border-radius:26px;width:130px;height:260px}.ph-bal-num{margin-bottom:8px;font-size:18px}.ph-screen,.ph-platforms{gap:7px}.ph-plat{padding:8px 12px;font-size:9px}.se-wrap{max-width:100%}.cwv{gap:5px}.kwt{width:110px}.ab-wrap{gap:8px}.ab-metric-val{font-size:14px}}
.services{color:#fff;background:#0a0a0a;align-items:center;min-height:100svh;padding:8rem 0 7rem;display:flex;position:relative;overflow:hidden}.services__noise{opacity:.045;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:180px 180px;position:absolute;inset:0}.services:before{content:"";filter:blur(80px);pointer-events:none;z-index:0;background:radial-gradient(#10b9811a 0%,#0000 70%);width:50%;height:70%;position:absolute;top:-18%;right:-10%}.services:after{content:"";filter:blur(90px);pointer-events:none;z-index:0;background:radial-gradient(#10b9810d 0%,#0000 65%);width:40%;height:55%;position:absolute;bottom:-12%;left:10%}.services__inner{z-index:1;flex-direction:column;gap:3.5rem;width:100%;max-width:1160px;margin:0 auto;padding:0 2.5rem;display:flex;position:relative}.services__header{flex-direction:column;align-items:flex-start;gap:1rem;max-width:780px;display:flex}.services__badge{letter-spacing:.14em;text-transform:uppercase;color:#10b981;background:#10b98114;border:1px solid #10b9812e;border-radius:100px;align-items:center;padding:.38rem .95rem;font-size:.72rem;font-weight:600;display:inline-flex}.services__heading{font-family:var(--font-head);letter-spacing:-.04em;color:#fff;font-size:clamp(3rem,5.5vw,5rem);font-weight:500;line-height:1.05}.services__script{letter-spacing:-.01em;color:#10b981;font-family:Cormorant Garamond,Georgia,serif;font-size:1.08em;font-style:italic;font-weight:400;display:inline-block}.services__sub{color:#ffffff6b;max-width:520px;font-size:1rem;font-weight:400;line-height:1.7}.services__body{grid-template-columns:400px 1fr;align-items:start;column-gap:4rem;display:grid}.services__left{flex-direction:column;gap:0;display:flex}.services__list{flex-direction:column;gap:.5rem;margin-bottom:2rem;display:flex}.services__item{text-align:left;cursor:pointer;color:#ffffff80;background:0 0;border:1px solid #0000;border-radius:14px;outline:none;align-items:flex-start;gap:1rem;width:100%;padding:1.1rem 1.15rem;transition:all .3s;display:flex;position:relative}.services__item:hover:not(.is-active){color:#ffffffbf;background:#ffffff08;border-color:#ffffff0f}.services__item.is-active{color:#fff;background:#ffffff0a;border-color:#ffffff1a;box-shadow:0 4px 24px #0000004d,inset 0 1px #ffffff0f,-3px 0 #10b981}.services__item-num{opacity:.45;flex-shrink:0;min-width:26px;font-family:Cormorant Garamond,Georgia,serif;font-size:.9rem;font-style:italic;line-height:1.55;transition:color .22s}.services__item.is-active .services__item-num{color:#10b981;opacity:1}.services__item-text{flex-direction:column;flex:1;gap:.35rem;display:flex;overflow:hidden}.services__item-name{font-family:var(--font-head);letter-spacing:-.015em;color:inherit;font-size:1.06rem;font-weight:600;line-height:1.4}.services__item.is-active .services__item-name{font-size:1.1rem;font-weight:700}.services__item-desc{color:#fff6;font-size:.82rem;font-weight:400;line-height:1.65;overflow:hidden}.services__item-arrow{color:#ffffff1a;flex-shrink:0;align-items:center;margin-left:auto;padding-top:.1rem;transition:color .22s,transform .22s;display:flex}.services__item.is-active .services__item-arrow{color:#10b981}.services__item:hover:not(.is-active) .services__item-arrow{color:#ffffff59;transform:translate(2px,-2px)}.services__cta{font-family:var(--font-body);color:#0a0a0a;cursor:pointer;background:#10b981;border:none;border-radius:100px;align-items:center;gap:.65rem;width:fit-content;margin-top:.5rem;padding:.8rem 1.55rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:background .22s,gap .22s,transform .18s,box-shadow .22s;display:inline-flex}.services__cta:hover{background:#34d399;gap:.95rem;transform:translateY(-1px);box-shadow:0 6px 24px #10b9814d}.services__illus-inline{display:none}.services__right{flex-direction:column;gap:.75rem;display:flex}.services__illus-label{font-family:var(--font-body);color:#ffffff80;letter-spacing:.02em;align-items:center;gap:.55rem;padding-left:.25rem;font-size:.78rem;font-weight:500;display:inline-flex}.services__illus-label-num{color:#10b981;font-family:Cormorant Garamond,Georgia,serif;font-size:.92rem;font-style:italic;font-weight:600}.services__illus{aspect-ratio:16/10;background:linear-gradient(165deg,#111116 0%,#0c0c0f 100%);border:1px solid #ffffff14;border-radius:20px;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden;box-shadow:0 4px 50px #0009,0 0 0 1px #ffffff0a,inset 0 1px #ffffff0d}@media (max-width:1060px){.services__body{grid-template-columns:1fr;gap:2.5rem 0}.services{min-height:auto;padding:6rem 0}.services__right{display:none}.services__illus-inline{padding:.5rem .25rem .75rem;display:block;overflow:hidden}}@media (max-width:700px){.services__inner{padding:0 1.5rem}.services__heading{font-size:2.5rem}.services__illus{aspect-ratio:unset;min-height:320px}.services__item{border-radius:12px;padding:1rem}}
.sc-section{background:var(--gray-50);padding:7rem 0 8rem}.sc-header{text-align:center;max-width:720px;margin:0 auto 5rem}.sc-label{letter-spacing:.18em;color:var(--accent);text-transform:uppercase;align-items:center;gap:.4rem;margin-bottom:1.25rem;font-size:.7rem;font-weight:700;display:inline-flex}.sc-heading{font-family:var(--font-head);letter-spacing:-.04em;color:var(--gray-900);margin-bottom:1.1rem;font-size:clamp(2.2rem,4.5vw,3.4rem);font-weight:800;line-height:1.08}.sc-heading-em{color:var(--accent)}.sc-sub{color:var(--gray-500);max-width:540px;margin:0 auto;font-size:1rem;line-height:1.75}.sc-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.sc-card{background:var(--white);border:1.5px solid var(--gray-100);border-radius:24px;flex-direction:column;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s,border-color .35s;display:flex;overflow:hidden;box-shadow:0 4px 24px #0000000d}.sc-card:hover{border-color:#10b98147;transform:translateY(-10px);box-shadow:0 28px 64px #10b9811f,0 8px 24px #0000000f}.sc-illustration{border-bottom:1.5px solid var(--gray-100);background:#f5f7fa;flex-direction:column;flex:1;gap:1rem;padding:1.8rem 1.8rem 1.4rem;transition:background .35s;display:flex}.sc-card:hover .sc-illustration{background:#f0fdf8}.sc-stat-row{align-items:center;gap:.6rem;margin-bottom:.2rem;display:flex}.sc-stat-num{font-family:var(--font-head);letter-spacing:-.04em;color:var(--accent);font-size:1.9rem;font-weight:800;line-height:1;transition:transform .3s cubic-bezier(.16,1,.3,1)}.sc-card:hover .sc-stat-num{transform:scale(1.08)}.sc-stat-num--blue{color:#6366f1}.sc-stat-label{color:var(--gray-500);max-width:140px;font-size:.75rem;font-weight:500;line-height:1.3}.sc-chat{flex-direction:column;gap:.6rem;display:flex}.sc-bubble{border-radius:14px;max-width:78%;padding:.75rem 1rem;font-size:.82rem;line-height:1.5;transition:transform .3s,box-shadow .3s;position:relative}.sc-bubble--left{background:var(--white);color:var(--gray-700);border:1px solid var(--gray-200);border-bottom-left-radius:4px;align-self:flex-start}.sc-bubble--right{background:var(--accent);color:var(--white);border-bottom-right-radius:4px;align-self:flex-end;font-weight:500}.sc-card:hover .sc-bubble--right{transform:scale(1.02);box-shadow:0 6px 20px #10b98147}.sc-client-row{background:var(--white);border:1px solid var(--gray-100);border-radius:14px;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:border-color .3s;display:flex}.sc-card:hover .sc-client-row{border-color:#10b98133}.sc-client-icon{flex-shrink:0}.sc-client-info{flex:1}.sc-client-name{color:var(--gray-800);font-size:.85rem;font-weight:700;line-height:1.2}.sc-client-company{color:var(--gray-400);font-size:.72rem}.sc-score-block{text-align:right}.sc-score-label{letter-spacing:.1em;color:var(--gray-400);margin-bottom:.15rem;font-size:.62rem;font-weight:700;line-height:1}.sc-score{font-family:var(--font-head);color:var(--accent);font-size:1.4rem;font-weight:800;line-height:1}.sc-tags{flex-wrap:wrap;gap:.5rem;display:flex}.sc-tag{background:var(--white);border:1px solid var(--gray-200);color:var(--gray-600);border-radius:999px;align-items:center;padding:.3rem .75rem;font-size:.7rem;font-weight:600;transition:border-color .2s,color .2s;display:inline-flex}.sc-tag--dark{background:var(--gray-900);color:var(--white);border-color:var(--gray-900)}.sc-card:hover .sc-tag--dark{background:var(--accent);border-color:var(--accent)}.sc-resolved-row{background:var(--white);border:1px solid var(--gray-100);border-radius:14px;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:border-color .3s;display:flex}.sc-card:hover .sc-resolved-row{border-color:#10b98133}.sc-resolved-icon{flex-shrink:0}.sc-resolved-info{flex:1}.sc-resolved-title{color:var(--gray-800);font-size:.85rem;font-weight:700;line-height:1.2}.sc-resolved-sub{color:var(--gray-400);font-size:.72rem}.sc-csat-block{text-align:right}.sc-csat-val{font-family:var(--font-head);color:var(--gray-800);font-size:1.2rem;font-weight:800;line-height:1}.sc-star{color:#f59e0b}.sc-card-body{padding:1.8rem 2rem 2rem}.sc-card-title{font-family:var(--font-head);color:var(--gray-900);letter-spacing:-.03em;margin-bottom:.55rem;font-size:1.3rem;font-weight:800}.sc-card-desc{color:var(--gray-500);margin-bottom:1.4rem;font-size:.9rem;line-height:1.7}.sc-btn{border:1.5px solid var(--gray-200);color:var(--gray-800);background:var(--white);border-radius:999px;align-items:center;gap:.5rem;padding:.7rem 1.6rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:border-color .25s,background .25s,color .25s,transform .2s;display:inline-flex}.sc-btn:hover{border-color:var(--accent);background:var(--accent);color:var(--white);transform:translateY(-1px)}@media (max-width:768px){.sc-grid{grid-template-columns:1fr}.sc-section{padding:5rem 0}}
.work-section{background:0 0}.work-scroll-container{width:100%;position:relative;overflow-x:clip}.work-sticky{background-color:#fff;background-image:radial-gradient(circle,#0000000f 1px,#0000 1px),radial-gradient(circle,#ffffff0a 1px,#0000 1px);background-size:28px 28px,28px 28px;width:100%;height:100vh;position:sticky;top:0;overflow:hidden}.work-center{text-align:center;z-index:1;pointer-events:none;flex-direction:column;align-items:center;gap:2rem;width:min(920px,90vw);display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.work-quote{font-family:var(--font-head);letter-spacing:-.04em;text-transform:uppercase;color:#111;font-size:clamp(2rem,5.5vw,5rem);font-weight:700;line-height:1.1}.work-line{line-height:1.1;display:block}.work-char{will-change:color;transition:color .2s;display:inline}.work-sig{color:#10b981;letter-spacing:.02em;font-family:Dancing Script,cursive;font-size:clamp(2.2rem,5vw,4rem);font-weight:700;line-height:1}.work-card{will-change:transform;z-index:10;border-radius:18px;flex-direction:column;width:min(300px,82vw);height:min(420px,62vh);display:flex;position:absolute;overflow:hidden;box-shadow:0 24px 70px #000000a6,0 6px 20px #0006,inset 0 0 0 1px #ffffff14}.wc-mockup{flex:0 0 45%;position:relative;overflow:hidden}.wc-illus{width:100%;height:100%;display:block}.wc-mockup-fade{pointer-events:none;background:linear-gradient(#0000,#0000008c);height:40px;position:absolute;bottom:0;left:0;right:0}.wc-info{-webkit-backdrop-filter:blur(8px);background:#00000059;border-top:1px solid #ffffff0f;flex-direction:column;flex:1;gap:.52rem;padding:.85rem 1rem .9rem;display:flex}.wc-row-top{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.wc-name-wrap{flex-direction:column;gap:.28rem;display:flex}.wc-title{font-family:var(--font-head);color:#fff;letter-spacing:-.02em;font-size:clamp(.95rem,1.6vw,1.1rem);font-weight:800;line-height:1}.wc-badge{letter-spacing:.1em;text-transform:uppercase;opacity:.9;border:1px solid;border-radius:4px;width:fit-content;padding:.18rem .5rem;font-size:.6rem;font-weight:700;display:inline-block}.wc-year{color:#ffffff4d;letter-spacing:.08em;flex-shrink:0;margin-top:.1rem;font-size:.65rem;font-weight:600}.wc-desc{color:#ffffff8c;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:clamp(.68rem,1.1vw,.76rem);line-height:1.5;display:-webkit-box;overflow:hidden}.wc-meta{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:.5rem;padding-top:.3rem;display:flex}.wc-timeline{color:#fff6;letter-spacing:.04em;align-items:center;gap:.35rem;font-size:.65rem;font-weight:600;display:inline-flex}.wc-result{letter-spacing:.04em;opacity:.9;font-size:.65rem;font-weight:700}.wc-stack{flex-wrap:wrap;gap:.35rem;margin-top:auto;display:flex}.wc-tag{letter-spacing:.06em;color:#fff9;text-transform:uppercase;background:#ffffff12;border:1px solid #ffffff1a;border-radius:4px;align-items:center;padding:.22rem .55rem;font-size:.58rem;font-weight:700;display:inline-flex}@media (max-width:1024px){.work-card{width:min(200px,42vw);height:min(300px,48vh);left:var(--tx,8%)!important;top:16%!important}.wc-desc{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;font-size:.68rem;display:-webkit-box;overflow:hidden}.wc-stack{display:none}.wc-info{gap:.28rem;padding:.6rem .75rem .65rem}.wc-row-top{align-items:center}.wc-title{font-size:.82rem}.wc-badge{font-size:.52rem}.wc-year{font-size:.58rem}.wc-meta{border-top:none;padding-top:0}.wc-timeline,.wc-result{font-size:.58rem}}@media (max-width:600px){.work-card{width:min(155px,44vw);height:min(260px,44vh);left:var(--mx,6%)!important;top:15%!important}.wc-mockup{flex:auto}.wc-info{background:#00000073;flex:none;gap:.15rem;padding:.45rem .6rem .5rem}.wc-desc{-webkit-line-clamp:4;line-clamp:4;color:#ffffff8c;-webkit-box-orient:vertical;margin-top:.1rem;font-size:.62rem;line-height:1.4;display:-webkit-box;overflow:hidden}.wc-meta,.wc-stack,.wc-year{display:none}.wc-row-top{gap:.25rem}.wc-name-wrap{gap:.15rem}.wc-title{font-size:.72rem}.wc-badge{padding:.12rem .4rem;font-size:.48rem}}@media (max-width:390px){.work-card{width:46vw;height:min(220px,34vh)}.wc-title{font-size:.65rem}.wc-badge{padding:.1rem .35rem;font-size:.44rem}.wc-desc{-webkit-line-clamp:3;line-clamp:3}}
.journey{padding:var(--section-pad) 0;padding-bottom:calc(var(--section-pad) * 2.5);background:var(--white);position:relative}.journey__bg-dots{pointer-events:none;z-index:0;background-image:radial-gradient(circle,#10b98138 1.2px,#0000 1.2px);background-size:26px 26px;width:65%;height:100%;position:absolute;top:0;right:0;-webkit-mask-image:linear-gradient(270deg,#0009 10%,#0000 80%);mask-image:linear-gradient(270deg,#0009 10%,#0000 80%)}.journey__bg-glow{filter:blur(24px);pointer-events:none;z-index:0;background:radial-gradient(80% 55% at 75% 30%,#10b9811f 0%,#0000 65%),radial-gradient(50% 40% at 85% 75%,#10b98112 0%,#0000 60%);width:65%;height:100%;position:absolute;top:0;right:-8%}.journey__wrap{z-index:1;grid-template-columns:340px 1fr;align-items:start;gap:6rem;max-width:1080px;margin:0 auto;padding:0 2.5rem;display:grid;position:relative}.journey__left{flex-direction:column;gap:1.6rem;display:flex;position:sticky;top:110px}.journey__badge{font-family:var(--font-body);color:#10b981;border-radius:var(--r-full);letter-spacing:.02em;background:#10b98114;border:1px solid #10b98133;align-items:center;gap:.5rem;width:fit-content;padding:.4rem .95rem;font-size:.75rem;font-weight:600;display:inline-flex}.journey__heading{font-family:var(--font-head);letter-spacing:-.045em;color:var(--gray-900);font-size:clamp(2.2rem,3.5vw,3.1rem);font-weight:900;line-height:1.1}.journey__accent-line{background:linear-gradient(135deg,#10b981 0%,#059669 50%,#34d399 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline}.journey__subtext{color:var(--gray-500);max-width:300px;font-size:.93rem;line-height:1.8}.journey__link{font-family:var(--font-body);color:#10b981;align-items:center;gap:.5rem;margin-top:.25rem;font-size:.92rem;font-weight:600;text-decoration:none;transition:gap .25s,color .25s;display:inline-flex}.journey__link:hover{color:#059669;gap:.8rem}.journey__cards{flex-direction:column;gap:2rem;display:flex}.journey__card-wrap{top:calc(110px + var(--i) * 54px);position:sticky;overflow:visible}.journey__card-bullet{z-index:3;border:2.5px solid #fff;border-radius:50%;width:13px;height:13px;display:block;position:absolute;top:28px;left:-7px;box-shadow:0 0 0 1.5px #00000012,0 2px 8px #0000001a}.journey__card{cursor:default;border:1px solid;border-radius:22px;min-height:188px;padding:1.9rem 2rem 1.6rem;transition:box-shadow .35s;position:relative;overflow:hidden;box-shadow:0 1px 3px #00000008,0 6px 20px #0000000d,inset 0 1px #fffffff2}.journey__card:hover{box-shadow:0 4px 12px #0000000a, 0 20px 50px #0000001a, 0 0 0 1px #0000000a, 0 30px 60px color-mix(in srgb, var(--accent) 18%, transparent)}.journey__card-bg-num{font-family:var(--font-head);opacity:.07;pointer-events:none;-webkit-user-select:none;user-select:none;letter-spacing:-.05em;font-size:9rem;font-weight:900;line-height:1;transition:opacity .3s;position:absolute;bottom:-24px;right:-8px}.journey__card:hover .journey__card-bg-num{opacity:.12}.journey__card-topbar{opacity:.75;border-radius:0 0 4px 4px;height:3px;display:block;position:absolute;top:0;left:24px;right:24px}.journey__card-blob{background:radial-gradient(circle, var(--accent) 0%, transparent 65%);opacity:.12;filter:blur(30px);pointer-events:none;border-radius:50%;width:180px;height:180px;transition:opacity .3s;display:block;position:absolute;top:-35px;right:-35px}.journey__card:hover .journey__card-blob{opacity:.2}.journey__card-pip{opacity:.65;border-radius:50%;width:9px;height:9px;display:block;position:absolute;top:20px;right:22px}.journey__card-meta{align-items:center;gap:.65rem;margin-bottom:1rem;display:flex}.journey__card-num{font-family:var(--font-body);letter-spacing:.06em;border-radius:var(--r-full);border:1px solid;padding:.24rem .65rem;font-size:.68rem;font-weight:800;display:inline-block}.journey__card-tag{color:var(--gray-400);text-transform:uppercase;letter-spacing:.09em;font-size:.7rem;font-weight:700}.journey__card-title{font-family:var(--font-head);letter-spacing:-.03em;color:var(--gray-900);margin-bottom:.65rem;padding-right:2rem;font-size:1.2rem;font-style:normal;font-weight:800;line-height:1.3}.journey__card-desc{color:var(--gray-500);padding-right:2.5rem;font-size:.88rem;line-height:1.85}.journey__card-arrow{background:var(--accent-light,#10b98114);opacity:.65;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:opacity .25s,transform .25s;display:flex;position:absolute;bottom:18px;right:20px}.journey__card:hover .journey__card-arrow{opacity:1;transform:translate(3px)}@media (max-width:860px){.journey__wrap{grid-template-columns:1fr;gap:2rem;padding:0 1.25rem}.journey__left{position:relative;top:auto}.journey__card-wrap{top:calc(72px + var(--i) * 45px);position:sticky}.journey__cards{gap:1rem}.journey__card-bullet{display:none}.journey__card{border-radius:18px;padding:1.5rem 1.5rem 1.3rem}.journey__card-desc{padding-right:0}}@media (max-width:480px){.journey__wrap{padding:0 1rem}.journey__card-wrap{top:calc(68px + var(--i) * 38px)}.journey__card{min-height:160px;padding:1.3rem 1.3rem 1.1rem}.journey__card-title{font-size:1.05rem}.journey__card-desc{font-size:.84rem}.journey__card-bg-num{font-size:6rem}}
