*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--orange:#DE6333;--orange-dk:#C2521E;--orange-lt:#FDF0E9;--text:#0D0D0D;--muted:#6B6760;--bg:#F8F7F4;--white:#FFFFFF;--dark:#100C08;--dark2:#1A120D;--dark-muted:#9A938C;--border:#E5E1DA;--ink:#0D0D0D;--gutter:80px;--max-w:1200px;--container-w:calc(var(--max-w) + var(--gutter) * 2)}html{scroll-behavior:smooth}body,html{overflow-x:hidden}body{font-family:var(--font-jakarta),sans-serif;background:var(--white);color:var(--text);-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.final-cta h2,.hero-badge,.hero-h1,.sec-h2,.stat-num,h1,h2,h3{font-family:var(--font-bogue),var(--font-jakarta),serif}.site-nav{position:fixed;top:0;left:0;right:0;z-index:200;height:68px;background:transparent;border-bottom:1px solid transparent;transition:background .3s ease,border-color .3s ease,height .35s cubic-bezier(.4,0,.2,1)}.site-nav--scrolled{background:rgba(245,244,237,.92);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.site-nav-inner{max-width:var(--container-w);margin:0 auto;padding:0 var(--gutter);height:100%;justify-content:space-between}.site-nav-inner,.site-nav-left{display:flex;align-items:center}.site-nav-left{position:relative}.site-nav-logo{position:absolute;left:0;display:flex;align-items:center;opacity:0;transform:translateX(-8px);pointer-events:none;transition:opacity .3s ease,transform .3s ease}.site-nav-logo img{border-radius:8px;display:block;width:32px;height:32px}.site-nav--scrolled .site-nav-logo{opacity:1;transform:translateX(0);pointer-events:auto}.site-nav-links{display:flex;gap:24px;list-style:none;align-items:center;padding-left:0;transition:padding-left .35s cubic-bezier(.4,0,.2,1)}.site-nav--scrolled .site-nav-links{padding-left:44px}.site-nav-links a{font-size:14px;font-weight:600;color:var(--text);padding:8px 0;border-radius:0;transition:-webkit-text-decoration .15s;transition:text-decoration .15s;transition:text-decoration .15s,-webkit-text-decoration .15s;white-space:nowrap}.site-nav-links a:hover{text-decoration:underline;text-underline-offset:3px}.site-nav-cta{flex-shrink:0;font-size:14px;font-weight:600;color:var(--text);padding:9px 26px;border-radius:100px;border:1px solid rgba(13,13,13,.55);transition:background .2s,color .2s,border-color .2s}.site-nav-cta:hover{background:var(--text);color:#fff;border-color:var(--text)}.site-nav-logo-mob{display:none;position:absolute;left:50%;transform:translateX(-50%);align-items:center}.site-nav-logo-mob img{width:56px;height:56px;border-radius:14px;display:block;transition:width .35s cubic-bezier(.4,0,.2,1),height .35s cubic-bezier(.4,0,.2,1),border-radius .35s}.site-nav--scrolled .site-nav-logo-mob img{width:34px;height:34px;border-radius:9px}.site-nav-burger{display:none;flex-direction:column;align-items:center;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:0;width:40px;height:40px;flex-shrink:0}.site-nav-burger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:transform .25s ease,opacity .2s ease}.site-nav--open .site-nav-burger span:first-child{transform:translateY(7px) rotate(45deg)}.site-nav--open .site-nav-burger span:nth-child(2){opacity:0;transform:scaleX(0)}.site-nav--open .site-nav-burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.site-nav--open{border-bottom-color:transparent}.site-nav--open,.site-nav-drawer{background:rgba(245,244,237,.98);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.site-nav-drawer{display:none;position:fixed;top:68px;left:0;right:0;z-index:198;box-shadow:0 8px 24px rgba(0,0,0,.08);padding:8px 0 28px;transform:translateY(-110%);transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s;opacity:0;pointer-events:none}.site-nav-drawer--open{transform:translateY(0);opacity:1;pointer-events:auto}.site-nav-drawer-links{list-style:none}.site-nav-drawer-links a{display:block;font-size:17px;font-weight:600;color:var(--text);padding:15px var(--gutter);border-bottom:1px solid var(--border)}.site-nav-drawer-links li:last-child a{border-bottom:none}.site-nav-drawer-cta{display:block;margin:16px var(--gutter) 0;text-align:center;font-size:15px;font-weight:600;color:var(--text);padding:14px 24px;border-radius:100px;border:1px solid rgba(13,13,13,.55);transition:background .2s,color .2s}.site-nav-drawer-cta:hover{background:var(--text);color:#fff}.site-nav-backdrop{position:fixed;inset:0;z-index:197;background:rgba(0,0,0,.18)}.legal-nav{background:#fff;border-bottom:1px solid var(--border);position:fixed;top:0;left:0;right:0;z-index:100;padding:0 56px;height:72px;display:flex;align-items:center;justify-content:space-between}.legal-logo{font-family:var(--font-bogue),sans-serif;font-size:26px;font-weight:600;color:var(--orange);letter-spacing:-.3px}.nav-pill-group{display:flex;align-items:center;gap:2px;background:#F2EFE9;border-radius:100px;padding:5px 6px}.nav-pill-group a{font-size:14px;font-weight:500;color:var(--muted);padding:8px 20px;border-radius:100px;transition:background .2s,color .2s;white-space:nowrap}.nav-pill-group a:hover{color:var(--text);background:rgba(255,255,255,.7)}.nav-download{background:var(--ink);color:#fff;font-size:14px;font-weight:600;padding:11px 28px;border-radius:100px;transition:background .2s,transform .15s}.nav-download:hover{background:#2a2a2a;transform:translateY(-1px)}.hero{min-height:100vh;background:#F5F4ED;flex-direction:row;align-items:stretch;overflow:hidden;padding-top:68px}.hero,.hero-left{display:flex;position:relative}.hero-left{flex:1 1;flex-direction:column;align-items:flex-start;justify-content:center;padding:52px var(--gutter) 80px max(var(--gutter),calc((100vw - var(--max-w)) / 2));text-align:left;z-index:1}.hero-right{width:46%;min-width:440px;background:#F5F4ED;position:relative;flex-shrink:0;overflow:visible}.hero-right-clip{inset:0}.hero-card,.hero-right-clip{position:absolute;overflow:hidden}.hero-card{top:48px;right:max(var(--gutter),calc((100vw - var(--max-w)) / 2));bottom:48px;left:15%;background:#DE6333;border-radius:32px;z-index:0}.hero-card:after{content:"";position:absolute;right:-14%;top:3%;width:92%;aspect-ratio:324/169;background-image:url(/logo-icon.svg);background-size:contain;background-repeat:no-repeat;opacity:.2;pointer-events:none;animation:heroMarkDrift 9s ease-in-out infinite}.hero-mockup-img{position:absolute;bottom:48px;left:calc(8% - 50px);height:72vh;max-height:608px;width:auto;object-fit:contain;z-index:2;transform-origin:58% 100%}.hero-app-icon{display:inline-block;margin-bottom:28px;border-radius:22px;box-shadow:0 8px 32px rgba(0,0,0,.18),0 2px 8px rgba(0,0,0,.1);overflow:hidden;line-height:0}.hero-badge{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(13,13,13,.12);background:rgba(13,13,13,.04);color:var(--text);font-family:var(--font-jakarta),sans-serif;font-size:12px;font-weight:600;letter-spacing:.6px;text-transform:uppercase;padding:6px 16px;border-radius:100px;margin-bottom:32px}.hero-badge i{width:6px;height:6px;border-radius:50%;background:var(--orange);animation:blink 2s infinite;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.hero-h1{font-size:clamp(52px,5.2vw,88px);font-weight:700;line-height:1.05;letter-spacing:-1px;color:var(--text);margin-bottom:28px}.hero-h1 .grad{color:var(--orange)}.hero-sub{font-size:18px;color:var(--muted);line-height:1.65;max-width:480px;margin:0 0 44px;font-weight:400}.hero-actions{display:flex;gap:12px;justify-content:flex-start;flex-wrap:wrap;margin-bottom:20px}.btn-primary{display:inline-flex;align-items:center;gap:9px;background:var(--ink);color:#fff;font-size:15px;font-weight:600;padding:14px 30px;border-radius:100px;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 20px rgba(13,13,13,.2)}.btn-primary:hover{background:#2a2a2a;transform:translateY(-2px);box-shadow:0 10px 32px rgba(13,13,13,.25)}.btn-secondary{display:inline-flex;align-items:center;gap:9px;background:#fff;color:var(--text);font-size:15px;font-weight:600;padding:14px 30px;border-radius:100px;border:none;transition:background .2s,transform .15s}.btn-secondary:hover{background:#f0efed;transform:translateY(-2px)}.btn-primary svg,.btn-secondary svg{width:18px;height:18px;flex-shrink:0}.hero-free{font-size:13px;color:var(--muted);display:flex;align-items:center;gap:6px}.hero-free-star{color:var(--orange);font-size:16px;font-family:var(--font-bogue),sans-serif;display:inline-block;animation:heroStarSpin 6s linear infinite;line-height:1}@keyframes heroStarSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.btn-store{display:inline-flex;align-items:center;gap:12px;padding:13px 22px;border-radius:14px;transition:transform .15s,box-shadow .2s;min-width:172px;cursor:pointer}.btn-store:hover{transform:translateY(-2px)}.btn-store-dark{background:var(--ink);color:#fff;box-shadow:0 4px 20px rgba(13,13,13,.2)}.btn-store-dark:hover{background:#2a2a2a;box-shadow:0 10px 32px rgba(13,13,13,.25)}.btn-store-outline{background:#fff;color:var(--text);border:1.5px solid var(--border)}.btn-store-outline:hover{background:#f5f3f0}.btn-store-text{display:flex;flex-direction:column;line-height:1.25}.btn-store-pre{font-size:10px;font-weight:500;opacity:.65;letter-spacing:.3px}.btn-store-name{font-size:17px;font-weight:700;letter-spacing:-.3px}.hero-stage{position:relative;width:100%;max-width:1000px;margin:0 auto;height:480px}.hero-phone-center{position:absolute;left:50%;transform:translateX(-50%);bottom:0;z-index:3;width:280px}.h-phone{background:#fff;border-radius:40px;border:5px solid var(--text);overflow:hidden;box-shadow:0 40px 100px rgba(13,13,13,.15),0 0 0 1px rgba(13,13,13,.05)}.h-phone-status{background:#fff;padding:10px 20px;display:flex;justify-content:space-between;align-items:center}.h-phone-status span{color:var(--text);font-size:12px;font-weight:600}.h-phone-pill{height:8px;padding-bottom:4px}.h-phone-pill,.h-phone-pill span{background:#fff;display:flex;justify-content:center}.h-phone-pill span{width:90px;height:28px;border-radius:0 0 18px 18px;align-items:center}.h-phone-pill span i{width:72px;height:9px;background:var(--text);border-radius:100px;display:block}.h-phone-body{padding:16px;background:var(--bg)}.hp-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.hp-greeting{font-size:11px;color:var(--muted)}.hp-title{font-size:16px;font-weight:700;color:var(--text)}.hp-av{width:32px;height:32px;border-radius:50%;background:var(--orange);color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center}.hp-card{background:var(--ink);border-radius:16px;padding:16px;margin-bottom:12px}.hp-card-label{font-size:10px;color:rgba(255,255,255,.6);text-transform:uppercase;letter-spacing:.6px;margin-bottom:4px}.hp-card-val{font-size:26px;font-weight:700;color:#fff;letter-spacing:-1px}.hp-card-sub{font-size:11px;color:rgba(255,255,255,.5);margin-top:3px}.hp-bar{background:rgba(255,255,255,.2);border-radius:4px;height:4px;margin-top:10px}.hp-bar-fill{height:100%;width:68%;background:var(--orange);border-radius:4px}.hp-tasks-label{font-size:10px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.6px;margin-bottom:8px}.hp-task{display:flex;align-items:center;gap:10px;padding:9px 10px;background:#fff;border-radius:10px;margin-bottom:6px;border:1px solid var(--border)}.hp-task-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.hp-task-name{font-size:11px;font-weight:600;color:var(--text);flex:1 1}.hp-task-tag{font-size:9px;font-weight:700;padding:2px 7px;border-radius:6px}.hf{position:absolute;z-index:5;background:#fff;border-radius:16px;border:1px solid var(--border);box-shadow:0 12px 40px rgba(13,13,13,.08);padding:14px 18px}.hf-left{left:0;top:60px;width:200px}.hf-right-top{right:0;top:30px;width:220px}.hf-right-bot{right:20px;bottom:100px;width:180px}.hf-label{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.6px;margin-bottom:6px}.hf-val{font-size:20px;font-weight:700;color:var(--text);letter-spacing:-.5px}.hf-sub{font-size:11px;color:#16a34a;font-weight:600;margin-top:3px}.hf-sub.warn{color:var(--orange)}.hf-avatars{display:flex;gap:8px;flex-wrap:wrap}.hf-av{width:36px;height:36px;border-radius:50%;background:var(--ink);color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.hf-av:nth-child(2){background:#3B82F6}.hf-av:nth-child(3){background:#10B981}.hf-av:nth-child(4){background:#8B5CF6}.logos{background:var(--bg);border-bottom:1px solid var(--border);border-top:1px solid var(--border);padding:40px 48px;text-align:center}.logos-label{font-size:12px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:1.2px;margin-bottom:28px}.logos-row{display:flex;gap:52px;justify-content:center;align-items:center;flex-wrap:wrap}.logos-row span{font-size:17px;font-weight:700;color:#C5C0B8;letter-spacing:-.3px}.sec{padding:104px 0}.sec-inner{max-width:var(--container-w);margin:0 auto;padding:0 var(--gutter)}.eyebrow{display:inline-block;font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--orange);margin-bottom:18px}.sec-h2{font-size:clamp(28px,3.5vw,46px);font-weight:600;letter-spacing:-1px;line-height:1.05;color:var(--text)}.sec-h2 .grad{color:var(--orange)}.sec-sub{font-size:17px;color:var(--muted);line-height:1.7;margin-top:18px;max-width:520px}.why{background:var(--bg);border-bottom:1px solid var(--border)}.why-header{text-align:center;margin-bottom:56px}.why-steps{display:flex;flex-direction:column;gap:32px;max-width:920px;margin:0 auto}.why-step{background:#fff;border-radius:12px;overflow:hidden;display:flex;align-items:stretch;height:440px;box-shadow:0 2px 20px rgba(13,13,13,.06)}.why-step-body{flex:1 1;padding:52px 56px;display:flex;flex-direction:column;justify-content:space-between}.why-step-num{font-size:14px;font-weight:500;color:var(--text);margin-bottom:0;letter-spacing:0}.why-step-num .why-sep,.why-step-num .why-ttl{color:var(--muted);font-weight:400}.why-step-num .why-ttl{margin-left:10px}.why-step-body p{font-size:clamp(18px,1.9vw,26px);color:var(--text);line-height:1.45;max-width:440px;margin:0}.why-step-visual{width:44%;flex-shrink:0;min-height:380px;background:#f0ede8}.why-step-visual,.why-step-visual--phone{position:relative;overflow:hidden}.ws-bg-1{background:radial-gradient(ellipse at 15% 50%,rgba(255,150,70,.38) 0,transparent 55%),radial-gradient(ellipse at 85% 15%,rgba(60,210,200,.32) 0,transparent 55%),radial-gradient(ellipse at 60% 85%,rgba(120,180,255,.28) 0,transparent 50%),#eef8f8}.ws-bg-2{background:radial-gradient(ellipse at 20% 30%,rgba(190,130,255,.35) 0,transparent 55%),radial-gradient(ellipse at 80% 70%,rgba(255,110,170,.3) 0,transparent 55%),radial-gradient(ellipse at 55% 10%,rgba(130,170,255,.28) 0,transparent 50%),#f7f3ff}.ws-bg-3{background:radial-gradient(ellipse at 75% 20%,rgba(70,150,240,.32) 0,transparent 55%),radial-gradient(ellipse at 15% 75%,rgba(60,220,195,.3) 0,transparent 55%),radial-gradient(ellipse at 50% 55%,rgba(170,195,255,.25) 0,transparent 50%),#f0f4ff}.ws-phone{position:absolute;top:64px;left:50%;transform:translateX(-50%);width:88%;max-width:260px;box-shadow:0 24px 60px rgba(0,0,0,.28),0 8px 20px rgba(0,0,0,.18)}.iphone-frame.ws-phone{padding:5px!important;border-radius:30px!important}.iphone-frame.ws-phone .iphone-inner,.iphone-frame.ws-phone .iphone-inner:after,.ws-phone .iphone-inner{border-radius:24px!important}.ws-screen-finance{background:#f5f5f0;padding:14px 10px 10px!important;height:440px;gap:0;overflow:hidden}.wsf-budget{padding:0 4px 8px}.wsf-budget-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:5px}.wsf-budget-used{font-size:10px;font-weight:700;color:#008236}.wsf-budget-total{font-size:8.5px;color:#9ca3af}.wsf-budget-bar{height:3px;background:#d1fae5;border-radius:4px;overflow:hidden}.wsf-budget-fill{height:100%;width:0;background:#008236;border-radius:4px;animation:wsf-bar 1.6s ease .3s forwards}@keyframes wsf-bar{to{width:49%}}.wsf-donut-wrap{position:relative;display:flex;align-items:center;justify-content:center;margin:4px 0 2px}.wsf-donut{width:86px;height:86px}.wsf-donut circle{transform-origin:center;transform:rotate(-90deg)}.wsf-donut-center{position:absolute;text-align:center;pointer-events:none}.wsf-donut-num{font-size:13px;font-weight:700;color:#1a1a1a;line-height:1}.wsf-donut-lbl{font-size:6.5px;font-weight:600;color:#9ca3af;letter-spacing:.5px;margin-top:2px}.wsf-seg-1{animation:wsf-s1 1s ease .4s forwards}.wsf-seg-1,.wsf-seg-2{stroke-dasharray:0 289}.wsf-seg-2{animation:wsf-s2 1s ease .55s forwards}.wsf-seg-3{animation:wsf-s3 1s ease .7s forwards}.wsf-seg-3,.wsf-seg-4{stroke-dasharray:0 289}.wsf-seg-4{animation:wsf-s4 1s ease .85s forwards}@keyframes wsf-s1{to{stroke-dasharray:94 195}}@keyframes wsf-s2{to{stroke-dasharray:52 237}}@keyframes wsf-s3{to{stroke-dasharray:42 247}}@keyframes wsf-s4{to{stroke-dasharray:21 268}}.wsf-legend{display:flex;gap:4px;padding:0 10px;margin:0 -10px 12px;overflow-x:auto;flex-wrap:nowrap;flex-shrink:0;-webkit-overflow-scrolling:touch}.wsf-legend::-webkit-scrollbar{display:none}.wsf-leg-item{display:flex;align-items:center;gap:4px;font-size:7px;color:#374151;white-space:nowrap;background:#fff;border-radius:100px;padding:5px 10px 5px 7px;border:1px solid #ebebeb;flex-shrink:0}.wsf-tag{width:9px;height:7px;flex-shrink:0}.wsf-tag--sm{width:7px;height:6px}.wsf-bottom{background:#fff;border-radius:12px 12px 0 0;padding:10px 8px 0;margin:0 -10px;flex:1 1}.wsf-search{gap:6px;margin-bottom:6px}.wsf-search,.wsf-search-bar{display:flex;align-items:center}.wsf-search-bar{flex:1 1;gap:4px;background:#fff;border-radius:100px;padding:5px 10px;border:1px solid #ebebeb}.wsf-search-icon{width:9px;height:9px;flex-shrink:0}.wsf-search-placeholder{font-size:7px;color:#9ca3af;flex:1 1}.wsf-search-filter{width:22px;height:22px;background:#fff;border-radius:8px;border:1px solid #ebebeb;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wsf-search-filter svg{width:11px;height:11px}.wsf-list{display:flex;flex-direction:column;gap:0}.wsf-date{font-size:7.5px;font-weight:700;color:#374151;padding:4px 0 3px}.wsf-row{gap:6px;background:#fff;border-radius:10px;padding:6px 8px 6px 6px;margin-bottom:4px;border:1px solid #ebebeb}.wsf-row,.wsf-row-icon{display:flex;align-items:center}.wsf-row-icon{width:24px;height:24px;flex-shrink:0;background:#f4f4f2;border-radius:8px;justify-content:center}.wsf-row-icon svg{width:14px;height:14px}.wsf-row-info{flex:1 1;min-width:0}.wsf-row-name{font-size:8px;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wsf-row-sub{gap:3px;font-size:7px;margin-top:1px}.wsf-row-eye,.wsf-row-sub{display:flex;align-items:center;color:#9ca3af}.wsf-row-eye{flex-shrink:0}.wsf-row-eye svg{width:12px;height:12px}.wsf-row--anim1{animation:wsf-row .4s ease 1.1s forwards}.wsf-row--anim1,.wsf-row--anim2{opacity:0;transform:translateY(6px)}.wsf-row--anim2{animation:wsf-row .4s ease 1.22s forwards}.wsf-row--anim3{animation:wsf-row .4s ease 1.34s forwards}.wsf-row--anim3,.wsf-row--anim4{opacity:0;transform:translateY(6px)}.wsf-row--anim4{animation:wsf-row .4s ease 1.46s forwards}.wsf-row--anim5{animation:wsf-row .4s ease 1.58s forwards}.wsf-row--anim5,.wsf-row--anim6{opacity:0;transform:translateY(6px)}.wsf-row--anim6{animation:wsf-row .4s ease 1.7s forwards}@keyframes wsf-row{to{opacity:1;transform:translateY(0)}}.ws-screen-diary{background:transparent;padding:14px 0 0!important;height:440px;gap:0;overflow:hidden;display:flex;flex-direction:column}.wsd-path{flex-shrink:0;height:120px;padding:0}.wsd-card{background:#fff;border-radius:12px 12px 0 0;flex:1 1;padding:10px 0 0;overflow:hidden;display:flex;flex-direction:column;width:100%}.wsd-title{font-size:11px;font-weight:700;color:#111827;margin-bottom:10px;flex-shrink:0;font-family:var(--font-bogue),serif;padding:0 10px}.wsd-feed{gap:12px;overflow:hidden;padding:0 10px}.wsd-entry,.wsd-feed{display:flex;flex-direction:column}.wsd-entry{gap:5px}.wsd-date-row{display:flex;align-items:center;gap:5px}.wsd-diamond{font-size:7px;color:#F5A020;flex-shrink:0}.wsd-date{font-size:7.5px;font-weight:700;color:#111827}.wsd-photo{height:80px;border-radius:8px;overflow:hidden;position:relative;flex-shrink:0}.wsd-photo-row{display:flex;gap:4px;height:80px;flex-shrink:0}.wsd-photo--half{flex:1 1;height:100%}.wsd-photo-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;padding:6px;background:linear-gradient(0deg,rgba(0,0,0,.45) 0,transparent 60%)}.wsd-photo-tag{font-size:6.5px;font-weight:700;color:#fff;background:rgba(255,255,255,.2);border-radius:4px;padding:2px 6px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.wsd-desc{font-size:7px;color:#6b7280;line-height:1.5;margin:0}.wsd-entry--anim1{opacity:0;transform:translateY(6px);animation:wsf-row .4s ease .4s forwards}.wsd-entry--anim2{opacity:0;transform:translateY(6px);animation:wsf-row .4s ease .7s forwards}.ws-screen-budget{background:#fafaf8;padding:36px 10px 10px;height:440px;gap:0;overflow:hidden;display:flex;flex-direction:column}.wsb-header{margin-bottom:8px}.wsb-obra{font-size:9px;font-weight:700;color:#111827}.wsb-sub{font-size:7px;color:#9ca3af;margin-top:1px}.wsb-totals{display:flex;align-items:center;gap:0;background:#fff;border-radius:10px;border:1px solid #ebebeb;padding:8px 10px;margin-bottom:10px;flex-shrink:0}.wsb-total-col{flex:1 1;text-align:center}.wsb-total-label{font-size:6.5px;color:#9ca3af;font-weight:500;margin-bottom:2px}.wsb-total-val{font-size:10px;font-weight:700;color:#111827}.wsb-realized{color:#008236}.wsb-divider{width:1px;height:24px;background:#ebebeb;flex-shrink:0}.wsb-rows{display:flex;flex-direction:column;gap:7px;flex:1 1}.wsb-row-top{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:3px}.wsb-row-label{font-size:7.5px;font-weight:600;color:#374151}.wsb-row-vals{font-size:7px;font-weight:600;color:#008236}.wsb-row-vals.over{color:#ef4444}.wsb-muted{color:#9ca3af;font-weight:400}.wsb-bar-track{height:5px;background:#f0f0ec;border-radius:100px;overflow:hidden}.wsb-bar-fill{height:100%;background:#008236;border-radius:100px;width:0;animation:wsb-bar .8s ease forwards}.wsb-bar-fill.over{background:#ef4444}@keyframes wsb-bar{to{width:var(--bar-w,100%)}}.ws-screen-team{background:#fafaf8;padding:16px 10px 10px;height:440px;gap:0;overflow:hidden;display:flex;flex-direction:column}.wst-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;flex-shrink:0}.wst-title{font-size:10px;font-weight:700;color:#111827}.wst-badge{font-size:6.5px;font-weight:600;background:#d1fae5;color:#059669;padding:2px 7px;border-radius:100px}.wst-list{display:flex;flex-direction:column;gap:4px;flex:1 1}.wst-row{gap:6px;background:#fff;border-radius:9px;padding:5px 7px;border:1px solid #ebebeb}.wst-avatar,.wst-row{display:flex;align-items:center}.wst-avatar{width:22px;height:22px;border-radius:7px;flex-shrink:0;justify-content:center;font-size:8px;font-weight:700;color:#fff}.wst-info{flex:1 1;min-width:0}.wst-name{font-size:8px;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wst-role{font-size:6.5px;color:#9ca3af;margin-top:1px}.wst-status{width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:700;flex-shrink:0}.wst-status.present{background:#d1fae5;color:#059669}.wst-status.absent{background:#f3f4f6;color:#9ca3af}.wst-section{font-size:7px;font-weight:700;color:#9ca3af;letter-spacing:.4px;text-transform:uppercase;padding:6px 0 3px;flex-shrink:0}.wst-row--anim1{animation:wsf-row .35s ease .5s forwards}.wst-row--anim1,.wst-row--anim2{opacity:0;transform:translateY(5px)}.wst-row--anim2{animation:wsf-row .35s ease .62s forwards}.wst-row--anim3{animation:wsf-row .35s ease .74s forwards}.wst-row--anim3,.wst-row--anim4{opacity:0;transform:translateY(5px)}.wst-row--anim4{animation:wsf-row .35s ease .86s forwards}.wst-row--anim5{animation:wsf-row .35s ease .98s forwards}.wst-row--anim5,.wst-row--anim6{opacity:0;transform:translateY(5px)}.wst-row--anim6{animation:wsf-row .35s ease 1.1s forwards}.feat-dark-sec{background:var(--bg)}.sec.feat-dark-sec{padding:104px var(--gutter)}.feat-dark{background:#141414;position:relative;overflow:hidden;max-width:var(--max-w);margin:0 auto;border-radius:32px}.feat-dark-inner{padding:80px var(--gutter);display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center}.feat-dark .eyebrow{color:rgba(255,255,255,.5)}.feat-dark .sec-h2{color:#fff}.feat-dark .sec-sub{color:var(--dark-muted)}.feat-list{margin-top:36px;display:flex;flex-direction:column;gap:18px}.feat-item{display:flex;gap:14px;align-items:flex-start}.feat-check{width:26px;height:26px;border-radius:8px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.7);font-size:13px;font-weight:700;flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:1px}.feat-item-title{font-size:15px;font-weight:600;color:#fff;margin-bottom:4px}.feat-item-desc{font-size:14px;color:var(--dark-muted);line-height:1.6}.dark-phone{background:#111;border-radius:28px;border:1px solid rgba(255,255,255,.07);overflow:hidden;box-shadow:0 32px 80px rgba(0,0,0,.5);padding:24px}.dp-title{font-size:14px;font-weight:600;color:rgba(255,255,255,.75);margin-bottom:16px}.dp-task{display:flex;align-items:center;gap:12px;padding:12px 14px;background:rgba(255,255,255,.03);border-radius:12px;margin-bottom:8px;border:1px solid rgba(255,255,255,.06)}.dp-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.dp-name{font-size:13px;font-weight:500;color:rgba(255,255,255,.75);flex:1 1}.dp-badge{font-size:10px;font-weight:600;padding:3px 9px;border-radius:6px}.dp-pct{font-size:12px;font-weight:700;color:var(--orange)}.feat-light{background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.feat-light-inner{max-width:var(--container-w);margin:0 auto;padding:0 var(--gutter);display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center}.budget-card-wrap{background:#fff;border:1px solid var(--border);border-radius:24px;padding:32px}.bc-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.bc-title{font-size:15px}.bc-badge,.bc-title{font-weight:600;color:var(--text)}.bc-badge{background:rgba(13,13,13,.06);font-size:11px;padding:4px 10px;border-radius:8px}.bc-total{font-size:38px;font-weight:600;color:var(--text);letter-spacing:-1.5px;margin-bottom:4px;font-family:var(--font-bogue),sans-serif}.bc-sub{font-size:13px;color:var(--muted);margin-bottom:24px}.bc-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid var(--border)}.bc-row:last-child{border-bottom:none}.bc-row-label{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500}.bc-dot{width:8px;height:8px;border-radius:50%}.bc-row-val{font-size:14px;font-weight:600;color:var(--text)}.bc-row-pct{font-size:12px;color:var(--muted);min-width:32px;text-align:right}.bc-row-right{display:flex;gap:12px;align-items:center}.bc-bar-wrap{width:80px;height:4px;background:var(--border);border-radius:4px;overflow:hidden}.bc-bar-fill{height:100%;border-radius:4px;width:0;transition:width 1s cubic-bezier(.4,0,.2,1)}.budget-card-wrap{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.bc-visible{opacity:1;transform:translateY(0)}.bc-row-anim{opacity:0;transform:translateX(-12px);animation:bcRowIn .5s ease forwards;animation-play-state:paused}.bc-visible .bc-row-anim{animation-play-state:running}@keyframes bcRowIn{to{opacity:1;transform:translateX(0)}}.stats-sec{background:var(--dark2);padding:96px 0;position:relative;overflow:hidden}.stats-sec:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:600px;background:radial-gradient(ellipse,rgba(222,99,51,.08) 0,transparent 65%);pointer-events:none}.stats-inner{position:relative;z-index:1;max-width:var(--container-w);margin:0 auto;padding:0 var(--gutter);display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px;text-align:center;transition:opacity .3s}.stat-num{font-size:clamp(32px,4vw,52px);font-weight:600;color:#fff;letter-spacing:-2px;line-height:1}.stat-label{font-size:13px;color:var(--dark-muted);margin-top:10px;line-height:1.4}.client-feat{background:#fff;border-bottom:1px solid var(--border)}.cf-header{text-align:center;margin-bottom:56px}.cf-sub{max-width:540px;margin:18px auto 0;text-align:center}.cf-cta{margin-top:32px}.cf-cta,.cf-phones{display:flex;justify-content:center}.cf-phones{align-items:flex-end;gap:24px;max-width:860px;margin:0 auto}.cf-phone-col{display:flex;flex-direction:column;align-items:center;gap:28px;flex:1 1}.cf-phone-col--center .iphone-frame{transform:translateY(-28px)}.iphone-frame{position:relative;width:100%;max-width:230px;flex-shrink:0;background:linear-gradient(145deg,#2a2a2a,#1a1a1a 40%,#222 60%,#111);border-radius:46px;padding:13px;box-shadow:inset 2px 2px 3px rgba(255,255,255,.12),inset -1px -1px 2px rgba(0,0,0,.6),0 2px 0 rgba(255,255,255,.07),0 30px 80px rgba(0,0,0,.3),0 8px 24px rgba(0,0,0,.2)}.iphone-frame:before{right:-4px;top:90px;height:56px;border-radius:0 3px 3px 0;box-shadow:inset -1px 0 1px rgba(255,255,255,.08)}.iphone-frame:after,.iphone-frame:before{content:"";position:absolute;width:4px;background:linear-gradient(180deg,#2a2a2a,#1a1a1a)}.iphone-frame:after{left:-4px;top:80px;height:36px;border-radius:3px 0 0 3px;box-shadow:inset 1px 0 1px rgba(255,255,255,.08),0 44px 0 #1d1d1d,0 44px 0 0 #2a2a2a,0 52px 0 #1d1d1d,0 52px 0 0 #2a2a2a}.iphone-inner{background:#000;border-radius:36px;overflow:hidden;position:relative;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)}.iphone-inner:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.07),transparent 50%);pointer-events:none;z-index:10;border-radius:36px}.iphone-island{position:absolute;top:10px;left:50%;transform:translateX(-50%);width:88px;height:26px;background:#000;border-radius:20px;z-index:5;box-shadow:0 0 0 1px rgba(255,255,255,.06)}.iphone-screen{background:var(--bg);padding:48px 14px 14px;font-size:10px;color:var(--text);display:flex;flex-direction:column;gap:0;height:460px;position:relative}.iphone-home{position:absolute;bottom:8px;left:50%;transform:translateX(-50%);width:100px;height:4px;background:rgba(0,0,0,.25);border-radius:4px}.cf-phone-label{text-align:center}.cf-phone-label h3{font-size:16px;font-weight:600;color:var(--text);margin-bottom:6px}.cf-phone-label p{font-size:13px;color:var(--muted);line-height:1.6;max-width:220px;margin:0 auto}.cf-snap{background:var(--bg);border-radius:20px;overflow:hidden;padding:16px;height:292px;font-size:11px;color:var(--text);display:flex;flex-direction:column;gap:0}.cfs-app-header{display:flex;align-items:center;gap:5px;margin-bottom:10px;font-size:12px;font-weight:600}.cfs-back{color:var(--muted);font-size:13px;margin-right:2px}.cfs-app-icon{font-size:14px}.cfs-app-title{font-size:12px;font-weight:600}.cfs-timeline-row{display:flex;align-items:center;gap:4px;margin-bottom:10px}.cfs-tl-dot{width:18px;height:18px;border-radius:50%;flex-shrink:0}.cfs-tl-thumb{width:48px;height:36px;background:#C8BFB0;border-radius:7px;flex-shrink:0}.cfs-tl-dash{flex:1 1;border-top:1.5px dashed #b0a898}.cfs-diary-label{font-size:13px;font-weight:700;margin-bottom:6px}.cfs-diary-date{display:flex;align-items:center;gap:5px;font-size:10px;font-weight:600;margin-bottom:7px}.cfs-diamond{font-size:7px}.cfs-diary-photo{width:100%;height:72px;border-radius:10px;flex-shrink:0;background:linear-gradient(135deg,#B8A898,#8B7560);margin-bottom:8px}.cfs-skeleton-lines{display:flex;flex-direction:column;gap:5px;margin-bottom:10px}.cfs-sk{height:7px;background:#D1CCC2;border-radius:4px}.cfs-diary-btns{display:flex;gap:8px;margin-top:auto}.cfs-btn-outline{flex:1 1;text-align:center;padding:6px 0;border-radius:8px;border:1px solid var(--border);font-size:9px;font-weight:600;background:#fff;color:var(--text)}.cfs-btn-outline.red{color:#EF4444;border-color:#FECACA}.cfs-profile{gap:9px;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid var(--border)}.cfs-avatar,.cfs-profile{display:flex;align-items:center}.cfs-avatar{width:30px;height:30px;border-radius:50%;flex-shrink:0;background:#E8C8A8;justify-content:center;font-size:12px;font-weight:700;color:#8B5E3C}.cfs-avatar.orange{background:var(--orange);color:#fff}.cfs-name{font-size:10px;font-weight:600;color:var(--text);line-height:1.3}.cfs-role{font-size:9px;color:var(--muted)}.cfs-table{background:#fff;border-radius:10px;overflow:hidden;margin-bottom:10px}.cfs-tr{display:flex;justify-content:space-between;padding:5px 9px;border-bottom:1px solid #f0ebe3;font-size:9px}.cfs-tr:last-child{border-bottom:none}.cfs-tr span:last-child{font-weight:600}.cfs-pay-title{font-size:12px;font-weight:700;margin-bottom:6px}.cfs-prog{height:4px;background:#E5E0D8;border-radius:2px;margin-bottom:9px}.cfs-prog-fill{width:72%;height:100%;background:var(--orange);border-radius:2px}.cfs-prow{display:flex;align-items:center;gap:7px;background:#fff;border-radius:9px;padding:6px 9px}.cfs-prow.muted{opacity:.55}.cfs-pcheck{width:20px;height:20px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700}.cfs-pcheck.green{background:#DCFCE7;color:#16A34A;border:1.5px solid #16a34a}.cfs-pcheck.amber{background:#FEF3C7;color:#D97706;border:1.5px solid #d97706}.cfs-pcheck.grey{background:#F3F4F6;border:1.5px solid #d1d5db}.cfs-pinfo{flex:1 1}.cfs-pdate{font-size:10px;font-weight:600}.cfs-psub{font-size:9px;color:var(--muted)}.cfs-pamt{font-size:10px;font-weight:700;margin-left:auto}.cfs-doc-title{font-size:13px;font-weight:700;margin-bottom:9px}.cfs-tabs{display:flex;gap:3px;background:#E5E0D8;border-radius:10px;padding:3px;margin-bottom:10px}.cfs-tab{flex:1 1;text-align:center;font-size:9px;font-weight:500;padding:5px 6px;border-radius:7px;color:var(--muted)}.cfs-tab.active{background:#fff;color:var(--text);font-weight:600;box-shadow:0 1px 3px rgba(0,0,0,.1)}.cfs-drow{display:flex;align-items:center;gap:8px;background:#fff;border-radius:9px;padding:7px 9px;margin-bottom:4px}.cfs-dicon{width:24px;height:28px;flex-shrink:0;border-radius:4px;background:#F0EBE3;border:1px solid var(--border);position:relative}.cfs-dicon:after{content:"";position:absolute;top:5px;left:4px;right:4px;height:2px;background:#C8BFB0;border-radius:1px;box-shadow:0 4px 0 #C8BFB0,0 8px 0 #C8BFB0}.cfs-dinfo{flex:1 1;overflow:hidden}.cfs-dname{font-size:10px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cfs-ddate{font-size:9px;color:var(--muted)}.cfs-toggle{width:28px;height:16px;border-radius:8px;flex-shrink:0;position:relative}.cfs-toggle span{position:absolute;width:12px;height:12px;border-radius:50%;background:#fff;top:2px;left:2px}.cfs-toggle.off{background:#D1D5DB}.cfs-toggle.on{background:var(--orange)}.cfs-toggle.on span{transform:translateX(12px)}.cfs-plist{display:flex;flex-direction:column;gap:4px}.cfs-chat-header{display:flex;align-items:center;gap:9px;padding-bottom:10px;border-bottom:1px solid var(--border);margin-bottom:10px}.cfs-online{font-size:9px;color:#10B981;font-weight:600}.cfs-messages{flex:1 1;display:flex;flex-direction:column;gap:6px;overflow:hidden}.cfs-msg{max-width:78%;padding:7px 10px;border-radius:12px;font-size:10px;line-height:1.45;font-weight:500}.cfs-msg.recv{background:#fff;color:var(--text);align-self:flex-start;border-bottom-left-radius:3px}.cfs-msg.sent{background:var(--orange);color:#fff;align-self:flex-end;border-bottom-right-radius:3px}.cfs-chat-input{display:flex;align-items:center;gap:6px;background:#fff;border-radius:10px;padding:7px 10px;margin-top:auto}.cfs-input-placeholder{flex:1 1;font-size:10px;color:#9CA3AF}.cfs-send{width:22px;height:22px;border-radius:50%;background:var(--orange);color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;flex-shrink:0}.cf-snap-diary{padding:0}.diary-scene{position:relative;width:100%;height:100%}.diary-svg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.dphoto{position:absolute;width:120px;height:auto}.dphoto-1{left:50px;top:10px}.dphoto-2{left:182px;top:90px}.dphoto-3{left:302px;top:160px}.dicon{position:absolute;width:46px;height:46px}.dicon-orange{left:4px;top:108px}.dicon-green{left:298px;top:232px}@keyframes float1{0%,to{transform:rotate(-8deg) translateY(0)}50%{transform:rotate(-8deg) translateY(-5px)}}@keyframes float2{0%,to{transform:rotate(2deg) translateY(0)}50%{transform:rotate(2deg) translateY(-5px)}}@keyframes float3{0%,to{transform:rotate(7deg) translateY(0)}50%{transform:rotate(7deg) translateY(-5px)}}.dphoto-1{animation:float1 4s ease-in-out infinite}.dphoto-2{animation:float2 4s ease-in-out .7s infinite}.dphoto-3{animation:float3 4s ease-in-out 1.4s infinite}@keyframes dotPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}.cf-snap-diary .dicon-orange{animation:dotPulse 2.5s ease-in-out infinite}.cf-snap-diary .dicon-green{animation:dotPulse 2.5s ease-in-out .9s infinite}@keyframes progFill{0%,8%{width:5%}55%,80%{width:72%}95%,to{width:5%}}.cf-snap-pay .cfs-prog-fill{animation:progFill 7s ease-in-out infinite}@keyframes payRow1{0%,6%{opacity:0;transform:translateX(-8px)}16%,76%{opacity:1;transform:translateX(0)}88%,to{opacity:0}}@keyframes payRow2{0%,18%{opacity:0;transform:translateX(-8px)}28%,76%{opacity:1;transform:translateX(0)}88%,to{opacity:0}}@keyframes payRow3{0%,30%{opacity:0;transform:translateX(-8px)}40%,76%{opacity:1;transform:translateX(0)}88%,to{opacity:0}}.cf-snap-pay .cfs-plist .cfs-prow:first-child{animation:payRow1 7s ease-in-out infinite}.cf-snap-pay .cfs-plist .cfs-prow:nth-child(2){animation:payRow2 7s ease-in-out infinite}.cf-snap-pay .cfs-plist .cfs-prow:nth-child(3){animation:payRow3 7s ease-in-out infinite}@keyframes toggleBg{0%,12%{background:#D1D5DB}35%,68%{background:var(--orange)}88%,to{background:#D1D5DB}}@keyframes knobSlide{0%,12%{transform:translateX(0)}35%,68%{transform:translateX(12px)}88%,to{transform:translateX(0)}}.cf-snap-docs .cfs-drow:nth-child(4) .cfs-toggle{animation:toggleBg 5s ease-in-out infinite}.cf-snap-docs .cfs-drow:nth-child(4) .cfs-toggle span{animation:knobSlide 5s ease-in-out infinite}.cf-snap-docs .cfs-drow:nth-child(5) .cfs-toggle{animation:toggleBg 5s ease-in-out 1.6s infinite}.cf-snap-docs .cfs-drow:nth-child(5) .cfs-toggle span{animation:knobSlide 5s ease-in-out 1.6s infinite}@keyframes chatIn1{0%,3%{opacity:0;transform:translateY(6px)}88%,9%{opacity:1;transform:translateY(0)}94%,to{opacity:0}}@keyframes chatIn2{0%,14%{opacity:0;transform:translateY(6px)}20%,88%{opacity:1;transform:translateY(0)}94%,to{opacity:0}}@keyframes chatIn3{0%,29%{opacity:0;transform:translateY(6px)}35%,88%{opacity:1;transform:translateY(0)}94%,to{opacity:0}}@keyframes chatIn4{0%,44%{opacity:0;transform:translateY(6px)}50%,88%{opacity:1;transform:translateY(0)}94%,to{opacity:0}}@keyframes chatIn5{0%,59%{opacity:0;transform:translateY(6px)}65%,88%{opacity:1;transform:translateY(0)}94%,to{opacity:0}}.cf-snap-chat .cfs-messages .cfs-msg:first-child{opacity:0;animation:chatIn1 11s ease-in-out infinite}.cf-snap-chat .cfs-messages .cfs-msg:nth-child(2){opacity:0;animation:chatIn2 11s ease-in-out infinite}.cf-snap-chat .cfs-messages .cfs-msg:nth-child(3){opacity:0;animation:chatIn3 11s ease-in-out infinite}.cf-snap-chat .cfs-messages .cfs-msg:nth-child(4){opacity:0;animation:chatIn4 11s ease-in-out infinite}.cf-snap-chat .cfs-messages .cfs-msg:nth-child(5){opacity:0;animation:chatIn5 11s ease-in-out infinite}.testi-sec{background:var(--bg);border-bottom:1px solid var(--border);padding:104px 0}.testi-header{display:flex;justify-content:space-between;align-items:flex-end;margin:0 auto 64px;flex-wrap:wrap;gap:24px}.testi-grid,.testi-header{max-width:var(--container-w);padding:0 var(--gutter)}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin:0 auto}.testi-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:32px;transition:box-shadow .25s,transform .25s}.testi-card:hover{box-shadow:0 16px 48px rgba(0,0,0,.06);transform:translateY(-3px)}.testi-stars{color:var(--orange);font-size:15px;margin-bottom:14px;letter-spacing:2px}.testi-quote{font-size:15px;color:var(--muted);line-height:1.75;font-style:italic;margin-bottom:24px}.testi-author{gap:12px}.testi-author,.testi-av{display:flex;align-items:center}.testi-av{width:42px;height:42px;border-radius:50%;color:#fff;font-size:16px;font-weight:700;justify-content:center;flex-shrink:0}.testi-name{font-size:14px;font-weight:600;color:var(--text)}.testi-role{font-size:12px;color:var(--muted)}@keyframes house-fade{0%,75%{opacity:.2}87%{opacity:0}99%{opacity:0}to{opacity:.2}}@keyframes draw-outline{0%{stroke-dashoffset:1}13%{stroke-dashoffset:0}87%{stroke-dashoffset:0}to{stroke-dashoffset:1}}@keyframes draw-chimney{0%,13%{stroke-dashoffset:1}20%{stroke-dashoffset:0}87%{stroke-dashoffset:0}to{stroke-dashoffset:1}}@keyframes draw-door{0%,20%{stroke-dashoffset:1}28%{stroke-dashoffset:0}87%{stroke-dashoffset:0}to{stroke-dashoffset:1}}@keyframes draw-win-l{0%,28%{stroke-dashoffset:1}34%{stroke-dashoffset:0}87%{stroke-dashoffset:0}to{stroke-dashoffset:1}}@keyframes draw-win-r{0%,34%{stroke-dashoffset:1}40%{stroke-dashoffset:0}87%{stroke-dashoffset:0}to{stroke-dashoffset:1}}.final-cta{background:radial-gradient(181% 100% at 50% 0,#DE6333 0,#f8d0a8 100%);padding:80px 0;text-align:center;position:relative;overflow:hidden}.final-cta-house{position:absolute;width:min(520px,75%);height:auto;top:50%;right:-60px;transform:translateY(-50%);z-index:0;pointer-events:none;animation:house-fade 24s ease-in-out infinite}.final-cta-house path{fill:none;stroke:#fff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1}.h-outline{animation:draw-outline 24s ease-in-out infinite}.h-chimney{animation:draw-chimney 24s ease-in-out infinite}.h-door{animation:draw-door 24s ease-in-out infinite}.h-win-l{animation:draw-win-l 24s ease-in-out infinite}.h-win-r{animation:draw-win-r 24s ease-in-out infinite}.final-cta-inner{position:relative;z-index:1;max-width:760px;margin:0 auto;padding:0 var(--gutter)}.final-cta h2{font-size:clamp(32px,4.5vw,58px);font-weight:600;color:#1A120D;letter-spacing:-1.5px;line-height:1.04;margin-bottom:24px}.final-cta h2 .grad{color:#1A120D}.final-cta p{font-size:17px;color:rgba(26,18,13,.6);margin-bottom:48px;line-height:1.65}.final-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.final-note{font-size:13px;color:rgba(26,18,13,.4);margin-top:18px}.site-footer{background:var(--dark2);padding:72px 0 36px;border-top:1px solid rgba(255,255,255,.05)}.footer-top{display:grid;grid-template-columns:2.5fr 1fr 1fr 1fr;grid-gap:48px;gap:48px;margin-bottom:56px;max-width:var(--container-w);margin-left:auto;margin-right:auto;padding:0 var(--gutter)}.footer-logo-text{font-family:var(--font-bogue),sans-serif;font-size:22px;font-weight:600;color:#fff;margin-bottom:14px}.footer-brand p{font-size:14px;color:rgba(255,255,255,.3);line-height:1.7;max-width:260px}.footer-socials{display:flex;gap:10px;margin-top:22px}.soc{width:36px;height:36px;border-radius:10px;background:rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.4);font-size:12px;font-weight:700;transition:background .2s,color .2s}.soc:hover{background:rgba(255,255,255,.12);color:#fff}.footer-col h4{font-size:12px;font-weight:600;color:rgba(255,255,255,.5);margin-bottom:18px;letter-spacing:.5px;text-transform:uppercase}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-col ul li a{font-size:14px;color:rgba(255,255,255,.35);transition:color .2s}.footer-col ul li a:hover{color:#fff}.footer-bottom{max-width:var(--container-w);margin:0 auto;padding:28px var(--gutter) 0;border-top:1px solid rgba(255,255,255,.06);display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px}.footer-bottom p{font-size:13px;color:rgba(255,255,255,.2)}.page-header{background:#fff;text-align:center;padding:72px 24px 56px;border-bottom:1px solid var(--border)}.page-header-inner{padding-top:56px}.page-badge{display:inline-flex;align-items:center;gap:8px;background:var(--bg);font-size:12px;letter-spacing:.6px;text-transform:uppercase;padding:6px 16px;border-radius:100px;margin-bottom:20px;border:1px solid var(--border)}.page-badge,.page-header h1{color:var(--text);font-weight:600}.page-header h1{font-size:clamp(28px,4vw,44px);letter-spacing:-1px;line-height:1.1}.page-header p{font-size:15px;color:var(--muted);margin-top:12px}.doc-wrap{max-width:780px;margin:0 auto;padding:64px 24px 96px}.toc{background:var(--bg);border:1px solid var(--border);border-radius:16px;padding:28px 32px;margin-bottom:56px}.toc h2{font-size:15px;font-weight:600;margin-bottom:16px;color:var(--text)}.toc ol{list-style:none;flex-direction:column;counter-reset:toc}.toc ol,.toc ol li{display:flex;gap:8px}.toc ol li{counter-increment:toc;align-items:baseline}.toc ol li:before{content:counter(toc)".";font-size:13px;font-weight:700;color:var(--orange);min-width:20px}.toc ol li a{font-size:14px;color:var(--muted);transition:color .2s}.toc ol li a:hover{color:var(--orange)}.doc-section{margin-bottom:48px;scroll-margin-top:100px}.doc-section h2{font-size:18px;padding-bottom:10px;border-bottom:1px solid var(--border);margin-bottom:20px;letter-spacing:-.3px}.doc-section h2,.doc-section h3{font-weight:600;color:var(--text)}.doc-section h3{font-size:15px;margin-top:24px;margin-bottom:10px}.doc-section p{font-size:15px;color:#374151;line-height:1.75;margin-bottom:14px}.doc-section ol,.doc-section ul{padding-left:20px;display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.doc-section ol li,.doc-section ul li{font-size:15px;color:#374151;line-height:1.65}.doc-section ul{list-style:none;padding-left:0}.doc-section ul li{display:flex;align-items:baseline;gap:10px}.doc-section ul li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--text);opacity:.3;flex-shrink:0;margin-top:7px}.doc-section strong{font-weight:700;color:var(--text)}.info-box{background:var(--bg);border-left:3px solid var(--orange);border-radius:0 10px 10px 0;padding:16px 20px;margin:20px 0}.info-box p{margin-bottom:0;color:var(--text)}.warning-box{background:#FFF7ED;border-left:3px solid var(--orange);border-radius:0 10px 10px 0;padding:16px 20px;margin:20px 0}.warning-box p{margin-bottom:0;font-weight:700;font-size:14px;color:#92400E;letter-spacing:.3px}.contact-card{background:var(--bg);border:1px solid var(--border);border-radius:14px;padding:24px 28px;margin-top:16px}.contact-card p{margin-bottom:8px;font-size:14px}.contact-card p:last-child{margin-bottom:0}.contact-card strong{color:var(--text)}.contact-card a{color:var(--orange);font-weight:600}.lgpd-wrap{max-width:1100px;margin:0 auto;padding:64px 48px 96px;display:grid;grid-template-columns:1fr 1.2fr;grid-gap:56px;gap:56px;align-items:start}.lgpd-info h2{font-size:18px;font-weight:600;color:var(--text);margin-bottom:16px}.lgpd-info ul{list-style:none;display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.lgpd-info ul li{display:flex;align-items:baseline;gap:10px;font-size:15px;color:#374151;line-height:1.6}.lgpd-info ul li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--text);opacity:.3;flex-shrink:0;margin-top:7px}.lgpd-note{background:var(--bg);border-left:3px solid var(--orange);border-radius:0 10px 10px 0;padding:14px 18px;font-size:14px;color:var(--text)}.lgpd-note a{color:var(--orange);font-weight:600}.lgpd-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:36px}.lgpd-card h2{font-size:20px;font-weight:600;color:var(--text);margin-bottom:8px}.lgpd-card>p{font-size:15px;color:var(--muted);margin-bottom:28px;line-height:1.6}.lgpd-form{gap:20px}.lgpd-field,.lgpd-form{display:flex;flex-direction:column}.lgpd-field{gap:7px}.lgpd-field label{font-size:14px;font-weight:600;color:var(--text)}.lgpd-field input{padding:12px 16px;border-radius:10px;border:1.5px solid var(--border);font-size:15px;color:var(--text);font-family:var(--font-jakarta),sans-serif;background:#fff;transition:border-color .2s,box-shadow .2s;outline:none}.lgpd-field input:focus{border-color:var(--text);box-shadow:0 0 0 3px rgba(13,13,13,.07)}.lgpd-field input::placeholder{color:#B0ABA5}.lgpd-field input:disabled{opacity:.6;cursor:not-allowed}.lgpd-checkbox{display:flex;gap:12px;align-items:flex-start;cursor:pointer}.lgpd-checkbox input[type=checkbox]{width:18px;height:18px;flex-shrink:0;accent-color:var(--ink);margin-top:2px;cursor:pointer}.lgpd-checkbox span{font-size:14px;color:#374151;line-height:1.6}.lgpd-error{background:#FFF1F0;border:1px solid #ffccc7;border-radius:8px;padding:12px 16px;font-size:14px;color:#CF1322}.lgpd-submit{width:100%;padding:14px;border-radius:100px;border:none;background:var(--ink);color:#fff;font-size:16px;font-weight:600;font-family:var(--font-jakarta),sans-serif;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 20px rgba(13,13,13,.15)}.lgpd-submit:hover:not(:disabled){background:#2a2a2a;transform:translateY(-1px);box-shadow:0 8px 28px rgba(13,13,13,.2)}.lgpd-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.lgpd-success{background:#fff;border:1px solid var(--border);border-radius:20px;padding:40px 36px;text-align:center}.lgpd-success-icon{width:56px;height:56px;border-radius:50%;background:rgba(22,163,74,.1);color:#16a34a;font-size:24px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.lgpd-success h2{font-size:20px;font-weight:600;color:var(--text);margin-bottom:12px}.lgpd-success p{font-size:15px;color:var(--muted);line-height:1.7}.hero-app-icon{animation:heroIcon .7s cubic-bezier(.34,1.56,.64,1) both}.hero-h1{animation:heroUp .7s cubic-bezier(.4,0,.2,1) .15s both}.hero-sub{animation:heroUp .7s cubic-bezier(.4,0,.2,1) .28s both}.hero-actions{animation:heroUp .7s cubic-bezier(.4,0,.2,1) .38s both}.hero-free{animation:heroUp .6s ease .48s both}.hero-mockup-img{animation:heroMockupIn 1.2s cubic-bezier(.34,1.12,.64,1) .5s both}@keyframes heroMockupIn{0%{opacity:0;transform:translateY(60px) scale(.88) rotate(-5deg)}to{opacity:1;transform:translateY(0) scale(1) rotate(0deg)}}.hero-fc{position:absolute;z-index:20;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid rgba(0,0,0,.07);border-radius:18px;box-shadow:0 8px 32px rgba(0,0,0,.1),0 2px 8px rgba(0,0,0,.05);padding:10px 14px;pointer-events:none;width:max-content;scale:.9;transform-origin:right center}.hero-fc--1{right:13vw;bottom:min(calc(37vh + 48px),360px);animation:heroFcIn .75s cubic-bezier(.34,1.15,.64,1) 1.9s both,heroFcFloat 4s ease-in-out 2.8s infinite}.hero-fc--2{right:10vw;bottom:min(calc(26.5vh + 48px),272px);animation:heroFcIn .75s cubic-bezier(.34,1.15,.64,1) 2.2s both,heroFcFloat 4s ease-in-out 3.1s infinite}.hero-fc--3{right:11.5vw;bottom:min(calc(16vh + 48px),184px);animation:heroFcIn .75s cubic-bezier(.34,1.15,.64,1) 2.5s both,heroFcFloat 4s ease-in-out 3.4s infinite}.hero-fc-ic{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:11px;background:var(--orange-lt);color:var(--orange);flex-shrink:0}.hero-fc-ic--green{background:#EEFAF3;color:#1A9E52}.hero-fc-ic--blue{background:#EEF3FF;color:#3B6EE0}.hero-fc-ic--plain{background:#F4F4F4;color:inherit}.hero-fc-body{display:flex;flex-direction:column;gap:3px}.hero-fc-title{font-size:13px;font-weight:700;color:var(--text);line-height:1.2}.hero-fc-sub{font-size:12px;color:var(--muted);line-height:1.2}.hero-fc-cta{margin-left:20px;background:var(--ink);color:#fff;font-size:13px;padding:9px 18px;border-radius:10px}.hero-fc-badge,.hero-fc-cta{flex-shrink:0;font-weight:700}.hero-fc-badge{margin-left:16px;background:#EEF3FF;color:#3B6EE0;font-size:11px;padding:4px 10px;border-radius:100px;letter-spacing:.2px}@keyframes heroFcIn{0%{opacity:0;transform:translateX(44px) scale(.9)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes heroFcFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes heroMockupInMobileLeft{0%{opacity:0;transform:translateY(48px) scale(.84) rotate(-5deg)}to{opacity:1;transform:translateY(0) scale(1) rotate(0deg)}}@keyframes heroMarkDrift{0%,to{transform:translate(0) scale(1)}40%{transform:translate(-7px,-5px) scale(1.015)}70%{transform:translate(4px,-9px) scale(.985)}}@keyframes heroIcon{0%{opacity:0;transform:scale(.7) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes heroUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes heroMockupInMobile{0%{opacity:0;transform:translateX(-50%) translateY(48px) scale(.84) rotate(-5deg)}to{opacity:1;transform:translateX(-50%) translateY(0) scale(1) rotate(0deg)}}[data-anim]{opacity:0;will-change:opacity,transform}[data-anim=fade-up]{transform:translateY(32px)}[data-anim=fade-left],[data-anim=fade-up]{transition:opacity .65s ease,transform .65s ease}[data-anim=fade-left]{transform:translateX(-36px)}[data-anim=fade-right]{transform:translateX(36px);transition:opacity .65s ease,transform .65s ease}[data-anim=scale-up]{transform:scale(.94) translateY(20px);transition:opacity .6s ease,transform .6s cubic-bezier(.34,1.2,.64,1)}[data-anim].in-view{opacity:1;transform:none}[data-delay="1"]{transition-delay:.1s}[data-delay="2"]{transition-delay:.2s}[data-delay="3"]{transition-delay:.3s}[data-delay="4"]{transition-delay:.4s}[data-delay="5"]{transition-delay:.5s}[data-delay="6"]{transition-delay:.6s}.stat-item-anim{opacity:0;transform:translateY(24px);animation:statIn .6s ease forwards;animation-play-state:paused}.stats-visible .stat-item-anim{animation-play-state:running}@keyframes statIn{to{opacity:1;transform:translateY(0)}}.plans-hero{background:var(--bg);padding:140px var(--gutter) 80px;text-align:center;border-bottom:1px solid var(--border)}.plans-hero-inner{max-width:640px;margin:0 auto 56px}.plans-h1{font-size:clamp(36px,4.5vw,60px);font-weight:700;letter-spacing:-1.5px;line-height:1.05;color:var(--text);margin:16px 0 20px}.plans-sub{font-size:18px;color:var(--muted);line-height:1.6}.plans-cards-inner{max-width:var(--container-w);margin:0 auto;padding:0 var(--gutter);display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;align-items:start}@property --beam-angle{syntax:"<angle>";initial-value:0deg;inherits:false}@keyframes beam-spin{to{--beam-angle:360deg}}.plan-card{background:var(--white);border:1px solid var(--border);border-radius:24px;padding:32px;position:relative}.plan-card--featured{border:none;box-shadow:0 24px 64px rgba(222,99,51,.12);transform:translateY(-8px)}.plan-card--featured:before{content:"";position:absolute;inset:-1.5px;border-radius:25.5px;background:conic-gradient(from var(--beam-angle),transparent 0,transparent 30%,#f59e0b 42%,#DE6333 50%,#C2521E 58%,transparent 70%,transparent 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:1.5px;animation:beam-spin 3s linear infinite;z-index:0}.plan-card--featured:after{content:"";position:absolute;inset:0;border-radius:24px;border:1px solid rgba(222,99,51,.2);pointer-events:none}.plan-badge-featured{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--orange);color:#fff;font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;padding:5px 16px;border-radius:100px;white-space:nowrap;z-index:1}.plan-card-top{margin-bottom:24px;text-align:center}.plan-name{font-size:13px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:var(--muted);margin-bottom:12px}.plan-price{display:flex;align-items:baseline;gap:4px;margin-bottom:4px;justify-content:center}.plan-price-val{font-size:44px;font-weight:700;letter-spacing:-2px;color:var(--text);font-family:var(--font-bogue),sans-serif}.plan-price-per{font-size:16px;color:var(--muted);font-weight:500}.plan-price-note{font-size:12px;color:var(--muted);margin-top:2px}.plan-cta{display:block;text-align:center;font-size:15px;font-weight:600;padding:13px 24px;border-radius:100px;margin-bottom:28px;transition:background .2s,transform .15s,box-shadow .2s;position:relative;z-index:1}.plan-cta--primary{background:var(--orange);color:#fff;box-shadow:0 4px 20px rgba(222,99,51,.3)}.plan-cta--primary:hover{background:var(--orange-dk);transform:translateY(-2px);box-shadow:0 10px 32px rgba(222,99,51,.35)}.plan-cta--outline{background:transparent;color:var(--text);border:1.5px solid var(--border)}.plan-cta--outline:hover{background:var(--bg);transform:translateY(-2px)}.plan-perks{list-style:none;display:flex;flex-direction:column;gap:10px;position:relative;z-index:1;padding-top:24px;border-top:1px solid #eeeeee}.plan-perks li{font-size:14px;color:var(--muted);padding-left:20px;position:relative}.plan-perks li:before{content:"✓";position:absolute;left:0;color:var(--orange);font-weight:700;font-size:13px}.plans-table-sec{background:var(--white);padding:80px 0;border-top:1px solid var(--border)}.plans-table-inner{max-width:var(--container-w);margin:0 auto;padding:0 var(--gutter)}.plans-table-title{font-size:clamp(22px,2.5vw,32px);font-weight:600;letter-spacing:-.5px;color:var(--text);margin-bottom:40px;text-align:center}.plans-table-wrap{overflow-x:auto}.plans-table{width:100%;border-collapse:collapse}.plans-table td,.plans-table th{padding:14px 20px;text-align:center;font-size:14px}.plans-table thead th{font-size:13px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:var(--muted);border-bottom:2px solid var(--border);padding-bottom:16px}.plans-td-feat,.plans-th-feat{text-align:left}.plans-th-featured{color:var(--text)!important}.plans-td-featured{background:rgba(13,13,13,.03)}.plans-table tbody tr{border-bottom:1px solid var(--border)}.plans-table tbody tr:last-child{border-bottom:none}.plans-td-feat{font-size:14px;color:var(--text);font-weight:500}.plan-check{color:#16a34a;font-weight:700;font-size:16px}.plan-cross{color:#DC2626;font-weight:700;font-size:14px;opacity:.5}.plan-text{color:var(--text);font-weight:500;font-size:14px}@media(max-width:1024px){:root{--gutter:32px}.main-nav{padding:0 24px}.nav-links{display:none}.sec{padding:72px 0}.why-step{flex-direction:column;height:auto}.why-step-visual{width:100%;min-height:200px;border-radius:0}.why-step-visual--phone{height:300px;min-height:300px}.ws-phone{top:48px}.why-step-body{padding:28px}.why-step-num{margin-bottom:24px}.feat-dark-inner,.feat-light-inner{grid-template-columns:1fr}.stats-inner{grid-template-columns:repeat(2,1fr)}.cf-phones{flex-direction:column;align-items:center;gap:40px}.cf-phone-col--center .iphone-frame{transform:none}.cf-phone-col{max-width:300px;width:100%}.testi-sec{padding:72px 0}.testi-grid{grid-template-columns:1fr}.final-cta{padding:88px 0}.site-footer{padding:56px 0 28px}.footer-top{grid-template-columns:1fr 1fr;gap:32px}.site-nav{height:88px}.site-nav--scrolled{height:52px}.site-nav-inner{justify-content:flex-end}.site-nav-cta,.site-nav-left{display:none}.site-nav-burger,.site-nav-logo-mob{display:flex}.site-nav-drawer{display:block;top:88px;transition:top .35s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1),opacity .3s}.site-nav--scrolled~.site-nav-drawer{top:52px}.hero{flex-direction:column;align-items:stretch;min-height:auto;padding-top:88px}.hero-app-icon{display:none}.hero-left{padding:16px var(--gutter) 40px;min-width:unset;align-items:center;text-align:center}.hero-sub{max-width:100%}.hero-actions{justify-content:center}.hero-right{width:100%;min-width:unset;height:430px;overflow:visible}.hero-right-clip{border-radius:0}.hero-card{left:var(--gutter);right:var(--gutter);top:0;bottom:0;border-radius:24px}.hero-mockup-img{height:92%;max-height:430px;left:0;bottom:0;transform-origin:10% 100%;animation:heroMockupInMobileLeft 1.2s cubic-bezier(.34,1.1,.64,1) .4s both}.hero-fc{display:flex;scale:.82;transform-origin:right center;max-width:calc(58vw + 20px)}.hero-fc-body{min-width:0;overflow:hidden}.hero-fc-sub,.hero-fc-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-fc-cta{display:none}.hero-fc--1{right:28px;bottom:218px;animation:heroFcIn .75s cubic-bezier(.34,1.15,.64,1) 1.9s both,heroFcFloat 4s ease-in-out 2.8s infinite}.hero-fc--2{right:28px;bottom:142px;animation:heroFcIn .75s cubic-bezier(.34,1.15,.64,1) 2.2s both,heroFcFloat 4s ease-in-out 3.1s infinite}.hero-fc--3{right:28px;bottom:66px;animation:heroFcIn .75s cubic-bezier(.34,1.15,.64,1) 2.5s both,heroFcFloat 4s ease-in-out 3.4s infinite}}@media(max-width:768px){:root{--gutter:16px}}.mobile-only-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px var(--gutter) 80px;background:var(--bg)}.mobile-only-card{max-width:480px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.mobile-only-icon{width:88px;height:88px;border-radius:20px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.12);margin-bottom:8px}.mobile-only-title{font-size:clamp(28px,5vw,40px);color:var(--text);line-height:1.1}.mobile-only-desc{font-size:16px;line-height:1.6;color:var(--muted);max-width:400px}.mobile-only-sub{font-size:14px;font-weight:600;color:var(--text);margin-top:8px}.mobile-only-buttons{display:flex;flex-direction:column;gap:12px;width:100%;max-width:260px;margin-top:4px}.mobile-only-buttons .btn-store{width:100%;justify-content:center}@media(max-width:768px){.legal-nav{padding:0 20px}.nav-pill-group{display:none}.page-header-inner{padding-top:40px}.doc-wrap{padding:40px 20px 72px}.toc{padding:20px}.lgpd-wrap{grid-template-columns:1fr;padding:40px 20px 72px;gap:32px}}