:root{--blue: #2f6fed;--blue-2: #eaf1ff;--ink: #121826;--muted: #667085;--line: #e6ebf2;--soft: #f7f9fc;--white: #ffffff;--shadow: 0 24px 70px rgba(18, 24, 38, .12)}*{box-sizing:border-box}html,body{margin:0}.home-page{scroll-behavior:smooth}:is(.home-page,.blog-page) .skip-link{position:absolute;top:-100%;left:16px;z-index:200;padding:10px 18px;background:var(--ink);color:#fff;font-size:14px;font-weight:700;border-radius:0 0 8px 8px;text-decoration:none;transition:top .16s ease}:is(.home-page,.blog-page) .skip-link:focus{top:0;outline:3px solid var(--blue);outline-offset:2px}.home-page{margin:0;background:var(--white);color:var(--ink);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}.home-page::selection{background:var(--blue);color:var(--white)}.home-page a{color:inherit;text-decoration:none}.home-page :focus-visible{outline:3px solid rgba(47,111,237,.55);outline-offset:3px;border-radius:4px}.home-page img{display:block;max-width:100%;height:auto}.home-page picture,.blog-page picture{display:block}.home-page .section,.home-page .final,.home-page .home-blog-section{content-visibility:auto;contain-intrinsic-size:auto 900px}.home-page.page{overflow:hidden}:is(.home-page,.blog-page) .nav{position:fixed;top:0;left:0;right:0;z-index:20;border-bottom:1px solid rgba(230,235,242,.72);background:#ffffffdb;backdrop-filter:blur(18px)}:is(.home-page,.blog-page) .nav-inner{width:min(1160px,calc(100% - 40px));height:72px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}:is(.home-page,.blog-page) .brand{display:inline-flex;align-items:center;gap:12px;font-weight:750;color:var(--ink);margin-right:auto}:is(.home-page,.blog-page) .brand-logo{width:34px;height:34px;border-radius:8px;object-fit:cover;box-shadow:0 10px 28px #2f6fed42}:is(.home-page,.blog-page) .nav-links{display:flex;align-items:center;gap:26px;margin-left:auto;color:#465166;font-size:14px;font-weight:650}:is(.home-page,.blog-page) .nav-links a{transition:color .18s ease,transform .18s ease}:is(.home-page,.blog-page) .nav-links a:hover{color:var(--blue);transform:translateY(-1px)}:is(.home-page,.blog-page) .btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:8px;border:1px solid transparent;padding:0 18px;font-size:14px;font-weight:750;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}:is(.home-page,.blog-page) .btn:hover{transform:translateY(-2px)}:is(.home-page,.blog-page) .btn:active{transform:scale(.98) translateY(0);transition-duration:80ms}:is(.home-page,.blog-page) .btn-primary{background:var(--blue);color:var(--white);box-shadow:0 14px 30px #2f6fed3d}:is(.home-page,.blog-page) .btn-primary:hover{box-shadow:0 20px 40px #2f6fed52}:is(.home-page,.blog-page) .btn-primary:active{box-shadow:0 6px 16px #2f6fed33}:is(.home-page,.blog-page) .btn-secondary{border-color:var(--line);background:var(--white);color:var(--ink)}:is(.home-page,.blog-page) .btn-secondary:hover{border-color:#2f6fed59;box-shadow:0 12px 26px #12182614}:is(.home-page,.blog-page) .language-switcher{position:relative;z-index:30;display:inline-flex}:is(.home-page,.blog-page) .language-button{min-height:44px;min-width:70px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);border-radius:8px;background:#ffffffeb;color:var(--ink);cursor:pointer;font:inherit;font-size:14px;font-weight:750;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}:is(.home-page,.blog-page) .language-button:after{content:"";width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px) rotate(45deg);transition:transform .18s ease}:is(.home-page,.blog-page) .language-switcher.is-open .language-button{border-color:#2f6fed59;box-shadow:0 12px 26px #12182614}:is(.home-page,.blog-page) .language-switcher.is-open .language-button:after{transform:translateY(2px) rotate(225deg)}:is(.home-page,.blog-page) .language-menu{position:absolute;top:calc(100% + 10px);right:0;min-width:156px;display:grid;gap:4px;border:1px solid var(--line);border-radius:8px;background:var(--white);padding:6px;box-shadow:0 22px 54px #12182629;opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity .16s ease,transform .16s ease}:is(.home-page,.blog-page) .language-switcher.is-open .language-menu{opacity:1;pointer-events:auto;transform:translateY(0)}:is(.home-page,.blog-page) .language-option{min-height:38px;border:0;border-radius:7px;background:transparent;color:#344054;cursor:pointer;font:inherit;font-size:14px;font-weight:700;text-align:left;padding:0 10px}:is(.home-page,.blog-page) .language-option:hover,:is(.home-page,.blog-page) .language-option.is-active{background:var(--blue-2);color:var(--blue)}.home-page .hero{position:relative;padding:132px 0 58px;background:radial-gradient(ellipse 72% 60% at 68% 54%,rgba(219,234,254,.38) 0%,transparent 70%),radial-gradient(ellipse 50% 40% at 30% 20%,rgba(223,248,231,.28) 0%,transparent 65%),#fff}.home-page .hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;border-radius:50%;background:var(--line);pointer-events:none}.home-page .hero-inner{position:relative;z-index:2;width:min(1160px,calc(100% - 40px));margin:0 auto;display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);align-items:center;gap:40px}.home-page .hero-copy{max-width:620px;animation:fadeUp .7s ease both}.home-page .eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.home-page .eyebrow:before{content:"";display:inline-block;width:18px;height:2px;background:var(--blue);border-radius:2px;opacity:.7}.home-page h1,.home-page h2,.home-page h3,.home-page p{margin:0}.home-page h1{margin-top:18px;font-size:clamp(46px,5vw,72px);line-height:.92;letter-spacing:0;text-wrap:balance}.home-page .hero-subtitle{margin-top:24px;font-size:clamp(21px,2.5vw,32px);line-height:1.12;font-weight:700;letter-spacing:0;max-width:560px;text-wrap:balance}.home-page .hero-text{margin-top:18px;max-width:520px;color:var(--muted);font-size:18px;line-height:1.7}.home-page .hero-actions{margin-top:34px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.home-page .hero-note{margin-top:14px;color:#344054;font-size:14px;font-weight:760;line-height:1.45}.home-page .hero-points{margin-top:34px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:560px}.home-page .app-store-actions{margin-top:28px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.home-page .plans-download{margin-top:6px;justify-content:center}.home-page .store-link{appearance:none;display:inline-flex;width:220px;flex:0 0 220px;min-height:58px;align-items:center;justify-content:flex-start;gap:12px;border:0;border-radius:8px;background:#05070a;color:#fff;cursor:pointer;font:inherit;padding:10px 16px 10px 14px;box-shadow:0 18px 38px #05070a2e}.home-page .store-link:hover{transform:translateY(-1px);color:#fff;box-shadow:0 24px 48px #05070a3d}.home-page .store-link:active{transform:scale(.98);transition-duration:80ms}.home-page .google-play-link{border:1px solid rgba(15,23,42,.12);background:#fff;color:#121826;box-shadow:0 18px 38px #0f172a1a}.home-page .google-play-link:hover{color:#121826;border-color:#0f172a2e;box-shadow:0 24px 48px #0f172a24}.home-page .store-icon{width:26px;height:26px;flex:0 0 auto;color:#fff}.home-page .google-play-link .store-icon{color:initial}.home-page .store-text{display:grid;gap:1px;justify-items:start;text-align:left}.home-page .store-eyebrow{color:#ffffffd1;font-size:11px;font-weight:650;line-height:1.1}.home-page .store-label{color:#fff;font-size:20px;font-weight:760;line-height:1.05;letter-spacing:0}.home-page .google-play-link .store-eyebrow{color:#667085}.home-page .google-play-link .store-label{color:#121826}.home-page .toast{position:fixed;left:50%;bottom:28px;z-index:80;transform:translate(-50%,18px);border:1px solid rgba(15,23,42,.08);border-radius:8px;background:#05070af0;color:#fff;padding:12px 16px;box-shadow:0 20px 42px #0f172a38;font-size:14px;font-weight:720;line-height:1.25;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease}.home-page .toast.is-visible{transform:translate(-50%);opacity:1}.home-page .waitlist-modal[hidden]{display:none}.home-page .waitlist-modal{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:24px}.home-page .waitlist-backdrop{position:absolute;inset:0;border:0;background:#1218266b;cursor:pointer;backdrop-filter:blur(8px)}.home-page .waitlist-panel{position:relative;z-index:1;width:min(520px,100%);border:1px solid rgba(230,235,242,.92);border-radius:18px;background:#fff;padding:30px;box-shadow:0 32px 90px #12182642}.home-page .waitlist-close{position:absolute;top:14px;right:14px;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);cursor:pointer;font:inherit;font-size:22px;font-weight:700;line-height:1}.home-page .waitlist-close:hover{border-color:#2f6fed59;color:var(--blue)}.home-page .waitlist-panel h2{margin:0;max-width:calc(100% - 46px);color:var(--ink);font-size:clamp(28px,4vw,38px);line-height:1.05;letter-spacing:-.02em}.home-page .waitlist-panel p{margin:14px 0 0;color:var(--muted);font-size:16px;line-height:1.65}.home-page .waitlist-form{margin-top:24px;display:grid;gap:10px}.home-page .waitlist-form label{color:#344054;font-size:13px;font-weight:800;letter-spacing:.02em}.home-page .waitlist-field-row{display:flex;gap:10px}.home-page .waitlist-field-row input{min-width:0;flex:1;min-height:48px;border:1px solid #d7e2f2;border-radius:8px;background:#fff;color:var(--ink);font:inherit;font-size:15px;padding:0 14px}.home-page .waitlist-field-row input:focus{outline:3px solid rgba(47,111,237,.18);border-color:var(--blue)}.home-page .waitlist-field-row button{min-height:48px;border:0;border-radius:8px;background:var(--blue);color:#fff;cursor:pointer;font:inherit;font-size:14px;font-weight:800;padding:0 18px;box-shadow:0 14px 30px #2f6fed38}.home-page .waitlist-field-row button:hover{transform:translateY(-1px);box-shadow:0 18px 36px #2f6fed47}.home-page .waitlist-message{min-height:20px;color:var(--muted);font-size:14px;line-height:1.45}.home-page .point{border-top:2px solid var(--line);padding-top:14px}.home-page .point strong{display:flex;align-items:center;gap:9px;font-size:18px;line-height:1.2}.home-page .point-icon,.home-page .feature-point-icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;background:#eff6ff;color:var(--blue)}.home-page .point-icon{width:22px;height:22px}.home-page .point-icon svg,.home-page .feature-point-icon svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.home-page .point-copy{display:block;margin-top:6px;color:var(--muted);font-size:13px;line-height:1.5}.home-page .hero-visual{position:relative;min-height:650px;display:grid;place-items:center;isolation:isolate}.home-page .hero-visual:before,.home-page .hero-visual:after{content:"";position:absolute;transform:none;z-index:0;pointer-events:none}.home-page .hero-visual:before{top:180px;left:34%;width:min(360px,56%);height:min(360px,56%);border-radius:8px;background:#dbeafe}.home-page .hero-visual:after{top:28px;left:56%;width:min(300px,47%);height:min(300px,47%);border-radius:50%;background:#dff8e7}.home-page .hero-image{position:relative;z-index:2;width:min(520px,82%);max-height:610px;object-fit:contain;animation:floatIn .9s .12s ease both}.home-page .section{padding:108px 0}.home-page .section.soft{background:var(--soft)}.home-page .section-inner{width:min(1160px,calc(100% - 40px));margin:0 auto}.home-page .section-head{max-width:720px}.home-page .section-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.home-page .section-kicker:before{content:"";display:inline-block;width:18px;height:2px;background:var(--blue);border-radius:2px;opacity:.7}.home-page h2{margin-top:14px;font-size:clamp(36px,5vw,64px);line-height:1;letter-spacing:-.025em;text-wrap:balance}.home-page .section-copy{margin-top:18px;color:var(--muted);font-size:18px;line-height:1.7}.home-page .problem-grid{margin-top:56px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border:1px solid var(--line);border-radius:14px;overflow:hidden;counter-reset:problem-count}.home-page .problem-card{counter-increment:problem-count;position:relative;padding:32px 28px;background:var(--white);border-right:1px solid var(--line);transition:background .18s ease}.home-page .problem-card:last-child{border-right:none}.home-page .problem-card:before{content:"0" counter(problem-count);display:block;color:var(--blue);font-size:13px;font-weight:800;letter-spacing:.08em;margin-bottom:16px;opacity:.72}.home-page .problem-card:hover{background:var(--soft)}.home-page .problem-card strong{display:block;color:var(--ink);font-size:19px;font-weight:700;line-height:1.2;letter-spacing:-.01em}.home-page .problem-card p{margin-top:10px;color:var(--muted);font-size:15px;line-height:1.65}.home-page .proof-grid{margin-top:46px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.home-page .proof-card{border:1px solid var(--line);border-radius:12px;background:var(--white);padding:28px 26px;transition:box-shadow .18s ease,transform .18s ease}.home-page .proof-card:hover{transform:translateY(-2px);box-shadow:0 20px 48px #12182617}.home-page .proof-card strong{display:block;color:var(--ink);font-size:18px;font-weight:700;line-height:1.25;letter-spacing:-.01em}.home-page .proof-card p{margin-top:10px;color:var(--muted);font-size:15px;line-height:1.65}.home-page .audience-list{margin:42px 0 0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:10px}.home-page .audience-list li{border:1px solid rgba(47,111,237,.18);border-radius:999px;background:#fff;color:#25406f;padding:10px 14px;font-size:14px;font-weight:780;line-height:1}.home-page .workflow{margin-top:66px;display:grid;gap:28px}.home-page .flow-grid{margin-top:48px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.home-page .flow-card{min-width:0;border:1px solid var(--line);border-radius:8px;background:#fff;padding:26px 24px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.home-page .flow-card:hover{transform:translateY(-2px);border-color:#2f6fed4d;box-shadow:0 20px 48px #12182617}.home-page .flow-num{color:var(--blue);font-size:13px;font-weight:850;letter-spacing:.08em}.home-page .flow-card strong{display:block;margin-top:18px;color:var(--ink);font-size:22px;line-height:1.15}.home-page .flow-card p{margin-top:10px;color:var(--muted);font-size:15px;line-height:1.65}.home-page .feature-row{min-height:620px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(280px,.72fr);align-items:center;gap:72px}.home-page .feature-row:nth-child(2n){grid-template-columns:minmax(280px,.72fr) minmax(0,.9fr)}.home-page .feature-row:nth-child(2n) .feature-copy{order:2}.home-page .feature-copy{max-width:520px}.home-page .feature-num{color:var(--blue);font-size:14px;font-weight:850}.home-page .feature-copy h3{margin-top:18px;font-size:clamp(30px,4vw,48px);line-height:1.08;letter-spacing:-.025em;text-wrap:balance}.home-page .feature-copy p{margin-top:16px;color:var(--muted);font-size:17px;line-height:1.7}.home-page .feature-list{margin:26px 0 0;padding:0;list-style:none;display:grid;gap:12px;color:#344054;font-size:15px;line-height:1.45}.home-page .feature-list li{display:flex;gap:11px;align-items:flex-start}.home-page .feature-point-icon{width:21px;height:21px;margin-top:1px}.home-page .shot-wrap{justify-self:center;width:min(360px,100%);transform:translateY(0);opacity:1;transition:transform .65s ease,opacity .65s ease}.home-page .shot-wrap.visible{transform:translateY(0);opacity:1}.home-page .shot-wrap img{width:100%;height:auto;aspect-ratio:1242 / 2688;border-radius:8px;box-shadow:0 24px 58px #12182624}.home-page .plans{margin-top:56px;width:100vw;margin-left:calc(50% - 50vw);display:flex;gap:16px;overflow-x:auto;overflow-y:visible;overscroll-behavior-x:contain;padding:10px max(20px,calc((100vw - 1160px)/2)) 56px;scroll-padding-inline-start:max(20px,calc((100vw - 1160px)/2));scroll-snap-type:x mandatory;scrollbar-width:none}.home-page .plans::-webkit-scrollbar{display:none}.home-page .plan{--plan-color: #2f6fed;--plan-gradient: linear-gradient(135deg, #1a52c8 0%, #2f6fed 55%, #4d86ff 100%);--plan-text: #ffffff;--plan-description: rgba(255, 255, 255, .82);--plan-icon-background: rgba(255, 255, 255, .18);--plan-check-background: #eff6ff;--plan-check-color: #2563eb;flex:0 0 320px;scroll-snap-align:start;position:relative;display:flex;min-height:560px;flex-direction:column;padding:0;border-radius:28px;border:1px solid #e7ddd0;background:#f4f6fa;overflow:hidden;box-shadow:0 18px 42px #0f172a14;transition:transform .18s ease,opacity .18s ease,box-shadow .18s ease,border-color .18s ease}.home-page .plan:hover{transform:translateY(-4px);border-color:#ddd3c3;box-shadow:0 28px 58px #0f172a24}.home-page .plan.highlight{border-color:#c6921457;box-shadow:0 30px 70px #c692142e}.home-page .plan.is-active{transform:translateY(-4px);box-shadow:0 30px 64px #0f172a29}.home-page .plan.free{--plan-color: #64748b;--plan-gradient: linear-gradient(135deg, #7a8797 0%, #98a4b4 55%, #c3ccd6 100%);--plan-text: #ffffff;--plan-description: rgba(255, 255, 255, .82);--plan-icon-background: rgba(255, 255, 255, .18);--plan-check-background: #eef2f7;--plan-check-color: #475569}.home-page .plan.monthly{--plan-color: #2f6fed;--plan-gradient: linear-gradient(135deg, #1a52c8 0%, #2f6fed 55%, #4d86ff 100%);--plan-icon-background: rgba(255, 255, 255, .18);--plan-check-background: #eff6ff;--plan-check-color: #2563eb}.home-page .plan.yearly{--plan-color: #c69214;--plan-gradient: linear-gradient(135deg, #a86a06 0%, #c8860a 42%, #e8a820 74%, #d49410 100%);--plan-icon-background: rgba(255, 255, 255, .2);--plan-check-background: #fef3dc;--plan-check-color: #c69214}.home-page .plan.tax-pack{--plan-color: #5f9e3f;--plan-gradient: linear-gradient(135deg, #2e6624 0%, #5f9e3f 55%, #76b84c 100%);--plan-icon-background: rgba(255, 255, 255, .18);--plan-check-background: #f0fdf4;--plan-check-color: #2f8a32}.home-page .plan.lifetime{--plan-color: #7b6d9a;--plan-gradient: linear-gradient(135deg, #4e4168 0%, #7b6d9a 55%, #9585b5 100%)}.home-page .badge{display:inline-flex;align-items:flex-start;gap:5px;border-radius:999px;background:#fff;color:#7a5200;padding:7px 11px;font-size:12px;font-weight:800;box-shadow:0 10px 24px #7849001f}.home-page .badge:before{content:"👑";font-size:11px;line-height:1}.home-page .plan-header{position:relative;min-height:236px;padding:24px 20px 22px;background:var(--plan-gradient);color:var(--plan-text);overflow:hidden}.home-page .plan-header:after{content:"";position:absolute;top:-42px;right:-28px;width:176px;height:176px;border-radius:50%;background:#ffffff21;pointer-events:none}.home-page .plan-topline{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.home-page .plan-icon{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;border:1px solid rgba(255,255,255,.24);background:var(--plan-icon-background);color:#fff;font-size:16px;font-weight:900;line-height:1}.home-page .plan-name{position:relative;z-index:1;color:var(--plan-text);font-size:30px;font-weight:800;letter-spacing:-.03em}.home-page .price{position:relative;z-index:1;margin-top:10px;display:flex;align-items:baseline;gap:6px}.home-page .price strong{font-size:46px;line-height:1;letter-spacing:-.04em}.home-page .price span{padding-bottom:6px;color:var(--plan-text);font-size:14px;font-weight:700}.home-page .plan-desc{position:relative;z-index:1;margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.16);color:var(--plan-description);font-size:13px;line-height:1.5}.home-page .plan-note{position:relative;z-index:1;margin-top:12px;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.home-page .plan-note-copy{color:#ffffffeb;font-size:12px;line-height:1.4;font-weight:800}.home-page .plan-savings{border-radius:8px;border:1px solid rgba(255,255,255,.3);background:#ffffff2e;padding:4px 8px;color:#fff;font-size:11px;font-weight:800;line-height:1}.home-page .plan-offer-row{position:relative;z-index:1;margin-top:10px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.home-page .plan-offer-badge{border-radius:999px;background:#fff3;border:1px solid rgba(255,255,255,.28);padding:4px 9px;color:#fff;font-size:11px;font-weight:800;line-height:1;text-transform:uppercase;letter-spacing:.03em}.home-page .plan-offer-copy{color:#ffffffeb;font-size:13px;line-height:1.35;font-weight:800}.home-page .plan-price-note{position:relative;z-index:1;margin-top:8px;color:#ffffffad;font-size:12px;line-height:1.35;font-weight:700;text-decoration:line-through}.home-page .plan-body{flex:1;padding:0;display:flex}.home-page .plan-features-card{width:100%;display:flex;flex-direction:column;background:#fff;padding-bottom:18px;overflow:hidden}.home-page .plan-features-head{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:14px 18px;border-bottom:1px solid #efe7dd}.home-page .plan-features-title{font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#1a1208}.home-page .plan-feature-count{border-radius:6px;background:#fef3dc;padding:4px 8px;color:#c69214;font-size:11px;font-weight:800;line-height:1}.home-page .plan ul{margin:0;padding:0;list-style:none;display:grid;color:#344054;font-size:14px;line-height:1.45}.home-page .plan li{display:flex;align-items:center;gap:12px;padding:13px 18px;border-bottom:1px solid #f5f0ea;transition:background .14s ease}.home-page .plan li:last-child{border-bottom:0}.home-page .plan li:hover{background:#fffbf2}.home-page .plan-feature-icon{width:22px;height:22px;flex:0 0 auto;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;background:var(--plan-check-background);color:var(--plan-check-color);font-size:13px;font-weight:900;line-height:1}.home-page .plan-feature-icon svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.home-page .plan-feature-icon.blue{background:#eff6ff;color:#2563eb}.home-page .plan-feature-icon.green{background:#f0fdf4;color:#16a34a}.home-page .plan-feature-icon.gold{background:var(--plan-check-background);color:var(--plan-check-color)}.home-page .feature-copy{flex:1;min-width:0}.home-page .feature-main{display:block;color:#1a1208;font-size:14px;line-height:1.35;font-weight:600}.home-page .home-blog-section{border-top:1px solid var(--line)}.home-page .home-blog-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px}.home-page .home-blog-view-all{flex:0 0 auto;color:var(--blue);font-size:15px;font-weight:800;line-height:1.35}.home-page .home-blog-body{margin-top:46px}.home-page .home-blog-footer{display:flex;justify-content:flex-end;margin-top:24px}.home-page .home-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.home-page .home-blog-card{min-width:0;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:8px;background:var(--white);overflow:hidden;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.home-page .home-blog-card:hover{transform:translateY(-2px);border-color:#2f6fed52;box-shadow:0 20px 48px #12182617}.home-page .home-blog-image{display:block;aspect-ratio:16 / 9;background:#eaf1ff;overflow:hidden}.home-page .home-blog-image img{display:block;width:100%;height:100%;object-fit:cover}.home-page .home-blog-card-body{flex:1;display:flex;flex-direction:column;padding:24px}.home-page .home-blog-card time{display:block;color:var(--blue);font-size:13px;font-weight:800;line-height:1.3}.home-page .home-blog-card h3{margin-top:12px;color:var(--ink);font-size:24px;line-height:1.14;letter-spacing:-.015em;text-wrap:balance}.home-page .home-blog-card h3 a:hover{color:var(--blue)}.home-page .home-blog-card p{margin-top:12px;color:var(--muted);font-size:15px;line-height:1.65}.home-page .home-blog-read{margin-top:auto;padding-top:20px;color:var(--blue);font-size:14px;font-weight:800}.home-page .home-blog-message{border:1px solid var(--line);border-radius:8px;background:var(--white);padding:22px 24px;color:var(--muted);font-size:15px;line-height:1.55}.blog-page .blog-list-hero{min-height:auto;padding-bottom:66px}.blog-page .blog-list-hero-inner{grid-template-columns:minmax(0,760px)}.blog-page .blog-article{width:min(940px,calc(100% - 40px));margin:0 auto;padding:132px 0 86px}.blog-page .blog-article-hero{margin-bottom:34px}.blog-page .blog-back-link{display:inline-flex;align-items:center;margin-bottom:22px;color:var(--blue);font-size:14px;font-weight:800}.blog-page .article-meta{margin:0 0 18px;color:var(--muted);font-size:15px;line-height:1.45}.blog-page .blog-article h1{max-width:820px;margin:0;color:var(--ink);font-size:clamp(42px,6vw,72px);line-height:.96;letter-spacing:0}.blog-page .blog-article-description{max-width:760px;margin:24px 0 0;color:var(--muted);font-size:20px;line-height:1.6}.blog-page .blog-article-card{border:1px solid var(--line);border-radius:8px;background:#fff;padding:42px;box-shadow:0 20px 54px #12182612}.blog-page .blog-article-card h2{margin:42px 0 14px;color:var(--ink);font-size:30px;line-height:1.12;letter-spacing:0}.blog-page .blog-article-card p,.blog-page .blog-article-card li,.blog-page .blog-article-card td,.blog-page .blog-article-card th{color:#334155;font-size:17px;line-height:1.75}.blog-page .blog-article-card p{margin:14px 0}.blog-page .blog-article-card a{color:var(--blue);font-weight:700}.blog-page .blog-article-card ol,.blog-page .blog-article-card ul{padding-left:24px}.blog-page .blog-article-card li{margin:8px 0}.blog-page .lead{color:#263346;font-size:21px;line-height:1.65}.blog-page .screenshot{margin:32px 0;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#f1f5f9}.blog-page .screenshot img{width:100%;height:auto;max-height:620px;object-fit:contain;background:#eef3fb}.blog-page .screenshot figcaption{padding:14px 18px;background:#fff;color:var(--muted);font-size:14px;line-height:1.5}.blog-page .checklist,.blog-page .related-guides{margin:30px 0;border:1px solid var(--line);border-radius:8px;background:#f8fafc;padding:24px}.blog-page .table-wrap{overflow-x:auto;margin:24px 0}.blog-page table{width:100%;border-collapse:collapse;border:1px solid var(--line);background:#fff}.blog-page th,.blog-page td{border-bottom:1px solid var(--line);padding:14px 16px;text-align:left;vertical-align:top}.blog-page th{background:#f8fafc;color:var(--ink);font-weight:800}.blog-page tr:last-child td{border-bottom:0}.blog-page .cta-box{margin:40px 0;border-radius:8px;background:var(--ink);padding:30px;color:#fff}.blog-page .cta-box h2{margin-top:0;color:#fff}.blog-page .cta-box p{color:#e6ebf2}.blog-page .cta-button{display:inline-flex;align-items:center;margin-top:12px;border-radius:999px;background:#fff;padding:12px 18px;color:var(--ink);font-size:15px;font-weight:800}.blog-page .related-guides h2,.blog-page .sources h2{margin-top:0;font-size:22px}.blog-page .sources{margin-top:38px;border-top:1px solid var(--line);padding-top:22px}.blog-page .sources p,.blog-page .sources li{color:var(--muted);font-size:14px;line-height:1.6}.home-page .faq-section{border-top:1px solid var(--line)}.home-page .faq-grid{margin-top:46px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.home-page .faq-item{min-width:0;border:1px solid var(--line);border-radius:8px;background:#fff;padding:26px}.home-page .faq-item h3{color:var(--ink);font-size:19px;line-height:1.24;letter-spacing:0}.home-page .faq-item p{margin-top:10px;color:var(--muted);font-size:15px;line-height:1.65}.gst-page .gst-hero{padding-bottom:78px}.gst-page .gst-hero-inner{grid-template-columns:minmax(0,.94fr) minmax(340px,.86fr)}.gst-page .gst-hero h1{max-width:760px;font-size:clamp(42px,5.8vw,76px);line-height:.96}.gst-page .gst-hero .hero-text{max-width:680px;font-size:clamp(18px,2vw,22px);line-height:1.6}.gst-page .gst-hero-panel{position:relative;justify-self:center;width:min(360px,100%);padding:18px 18px 22px;border:1px solid rgba(47,111,237,.16);border-radius:20px;background:#ffffffbd;box-shadow:0 30px 74px #12182624;backdrop-filter:blur(18px)}.gst-page .gst-hero-panel:before{content:"";position:absolute;top:48px;right:-58px;z-index:-1;width:180px;height:180px;border-radius:50%;background:#dff8e7}.gst-page .gst-hero-panel:after{content:"";position:absolute;left:-46px;bottom:84px;z-index:-1;width:150px;height:150px;border-radius:8px;background:#dbeafe}.gst-page .gst-hero-panel img{width:100%;height:auto;aspect-ratio:1242 / 2688;border-radius:12px;box-shadow:0 18px 44px #12182629}.gst-page .gst-hero-checklist{margin-top:16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.gst-page .gst-hero-checklist span{min-width:0;border:1px solid rgba(47,111,237,.16);border-radius:8px;background:#fff;color:#25406f;padding:9px 10px;font-size:13px;font-weight:800;line-height:1.15;text-align:center}.gst-page .gst-detail-grid{margin-top:46px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.gst-page .gst-detail-card{min-width:0;border:1px solid var(--line);border-radius:8px;background:#fff;padding:24px;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.gst-page .gst-detail-card:hover{transform:translateY(-2px);border-color:#2f6fed4d;box-shadow:0 20px 48px #12182617}.gst-page .gst-detail-card strong{display:block;color:var(--ink);font-size:19px;line-height:1.2;letter-spacing:-.01em}.gst-page .gst-detail-card p{margin-top:10px;color:var(--muted);font-size:15px;line-height:1.65}.gst-page .gst-workflow-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.56fr);align-items:center;gap:78px}.gst-page .gst-workflow-layout .shot-wrap{width:min(330px,100%)}.gst-page .gst-step-list{margin-top:42px;display:grid;gap:12px}.gst-page .gst-step{display:grid;grid-template-columns:54px minmax(0,1fr);gap:18px;border-top:1px solid var(--line);padding-top:22px}.gst-page .gst-step span{color:var(--blue);font-size:13px;font-weight:850;letter-spacing:.08em}.gst-page .gst-step strong{display:block;color:var(--ink);font-size:22px;line-height:1.15}.gst-page .gst-step p{margin-top:8px;color:var(--muted);font-size:15px;line-height:1.65}.gst-page .gst-audience-list{max-width:900px}.gst-page .gst-comparison-table{margin-top:46px;border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden}.gst-page .gst-comparison-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line)}.gst-page .gst-comparison-row:first-child{border-top:0}.gst-page .gst-comparison-row>div{min-width:0;padding:20px 24px;color:var(--muted);font-size:15px;line-height:1.6}.gst-page .gst-comparison-row>div+div{border-left:1px solid var(--line);color:#344054}.gst-page .gst-comparison-head{background:var(--soft)}.gst-page .gst-comparison-head>div{color:var(--ink);font-size:16px;font-weight:850;line-height:1.3}.gst-page .gst-comparison-row>div strong{font:inherit;color:inherit}.gst-page .gst-comparison-row:not(.gst-comparison-head)>div{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:start;gap:10px}.gst-page .gst-mobile-compare-icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-size:14px;font-weight:850;line-height:1}.gst-page .gst-mobile-compare-icon-negative{background:#feecec;color:#d84a4a}.gst-page .gst-mobile-compare-icon-positive{background:#eaf3ff;color:#2f6fed}.home-page .final{position:relative;padding:118px 0;background:linear-gradient(180deg,#2f6fed14,#2f6fed00),#fff}.home-page .final-inner{width:min(980px,calc(100% - 40px));margin:0 auto;text-align:center}.home-page .final h2{margin:0 auto;max-width:760px}.home-page .final p{margin:18px auto 0;max-width:620px;color:var(--muted);font-size:18px;line-height:1.7}.home-page .final-actions{margin-top:32px;display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.home-page .contact{padding:92px 0;background:var(--soft)}.home-page .contact-inner{width:min(860px,calc(100% - 40px));margin:0 auto}.home-page .contact h2{margin:0;color:var(--ink);font-size:clamp(36px,5vw,58px);line-height:1;letter-spacing:-.025em;text-wrap:balance;text-align:center}.home-page .contact p{max-width:640px;margin:18px auto 0;color:var(--muted);font-size:17px;line-height:1.65;text-align:center}.home-page .contact-form{margin-top:34px;display:grid;gap:16px;padding:28px;border:1px solid var(--line);border-radius:18px;background:var(--white);box-shadow:0 18px 48px #12182614}.home-page .contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.home-page .contact-field{display:grid;gap:8px}.home-page .contact-field.full{grid-column:1 / -1}.home-page .contact-field label{color:#344054;font-size:13px;font-weight:800;letter-spacing:.02em}.home-page .contact-field input,.home-page .contact-field textarea{width:100%;border:1px solid #d7e2f2;border-radius:8px;background:#fff;color:var(--ink);font:inherit;font-size:15px}.home-page .contact-field input{min-height:48px;padding:0 14px}.home-page .contact-field textarea{min-height:132px;resize:vertical;padding:13px 14px;line-height:1.55}.home-page .contact-field input:focus,.home-page .contact-field textarea:focus{outline:3px solid rgba(47,111,237,.18);border-color:var(--blue)}.home-page .contact-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.home-page .contact-actions button:disabled{cursor:progress;opacity:.72}.home-page .contact-status{color:var(--muted);font-size:14px;line-height:1.45}.home-page .contact-status.success{color:#137333}.home-page .contact-status.error{color:#b42318}:is(.home-page,.blog-page) footer{border-top:1px solid var(--line);padding:28px 0;color:var(--muted);font-size:14px}:is(.home-page,.blog-page) .footer-inner{width:min(1160px,calc(100% - 40px));margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap}:is(.home-page,.blog-page) .footer-links{display:inline-flex;align-items:center;gap:18px;flex-wrap:wrap}:is(.home-page,.blog-page) .footer-links a{color:var(--blue);font-weight:750}:is(.home-page,.blog-page) .footer-links a:hover{text-decoration:underline;text-underline-offset:4px}.home-page .grain-overlay{position:fixed;top:-50%;left:-50%;width:200%;height:200%;z-index:9000;pointer-events:none;opacity:.028;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n' x='0' y='0'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.78' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px 200px}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes floatIn{0%{opacity:0;transform:translateY(22px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:1180px){.home-page .hero-inner,.gst-page .gst-hero-inner{grid-template-columns:minmax(0,1fr)}.home-page .hero{min-height:auto}.home-page .hero-visual{min-height:620px}.gst-page .gst-hero-panel{margin-top:26px}}@media(max-width:980px){.gst-page .gst-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gst-page .gst-workflow-layout{grid-template-columns:1fr;gap:42px}}@media(max-width:860px){:is(.home-page,.blog-page) .nav-inner{width:min(100% - 28px,1160px);height:64px;gap:14px}:is(.home-page,.blog-page) .nav-links{display:none}.home-page .hero{padding-top:116px}.home-page .hero-inner,.home-page .section-inner,.home-page .contact-inner,:is(.home-page,.blog-page) .footer-inner,.home-page .final-inner{width:min(100% - 28px,1160px)}.home-page .contact-grid{grid-template-columns:1fr}.home-page h1{font-size:clamp(52px,16vw,78px)}.home-page .hero-points{grid-template-columns:1fr}.home-page .problem-grid{grid-template-columns:1fr;border-radius:12px}.home-page .problem-card{border-right:none;border-bottom:1px solid var(--line)}.home-page .problem-card:last-child{border-bottom:none}.home-page .proof-grid,.home-page .flow-grid,.home-page .faq-grid{grid-template-columns:1fr}.home-page .home-blog-head{align-items:flex-start;flex-direction:column}.home-page .home-blog-view-all{margin-bottom:0}.home-page .home-blog-grid{grid-template-columns:1fr}.blog-page .blog-article{padding-top:112px}.blog-page .blog-article-card{padding:28px 22px}.blog-page .blog-article-card h2{font-size:25px}.gst-page .gst-hero{padding-bottom:54px}.gst-page .gst-hero h1{font-size:clamp(42px,12vw,64px)}.gst-page .gst-comparison-table{display:grid;gap:0;border:1px solid var(--line);border-radius:10px;background:#fff;overflow:hidden}.gst-page .gst-comparison-head{display:none}.gst-page .gst-comparison-row{border:0;border-top:1px solid var(--line);border-radius:0;background:#fff;grid-template-columns:1fr;overflow:hidden}.gst-page .gst-comparison-row:nth-child(2){border-top:0}.gst-page .gst-comparison-row>div{padding:16px 18px 0;color:#344054;font-size:15px;line-height:1.55}.gst-page .gst-comparison-row>div:before{content:none}.gst-page .gst-comparison-row>div+div{padding-top:10px;padding-bottom:16px;border-top:0;border-left:0;color:var(--ink);font-weight:650}.home-page .hero-visual{min-height:470px}.home-page .hero-visual:before{top:88px;left:22%;width:min(300px,58%);height:min(300px,58%)}.home-page .hero-visual:after{top:42px;left:50%;width:min(245px,48%);height:min(245px,48%)}.home-page .section{padding:0}.home-page .section:not(#features){padding:52px 0}.home-page .feature-row,.home-page .feature-row:nth-child(2n){min-height:auto;grid-template-columns:1fr;gap:34px;padding:52px 0}.home-page .feature-row:nth-child(2n) .feature-copy{order:initial}.home-page .shot-wrap{width:min(330px,88%)}.home-page .plans{gap:6px;padding:10px calc((100vw - min(78vw,360px))/2) 72px;scroll-padding-inline-start:calc((100vw - min(78vw,360px))/2);scroll-snap-type:x mandatory}.home-page .plan{flex:0 0 min(78vw,360px);min-height:auto;scroll-snap-align:center;transform:scale(.92);transform-origin:center;opacity:.72}.home-page .plan:hover{transform:scale(.92)}.home-page .plan.is-active,.home-page .plan.is-active:hover{transform:scale(1);opacity:1}}@media(max-width:520px){.home-page .hero-actions,.home-page .final-actions{align-items:stretch;flex-direction:column}.home-page .hero-actions .btn,.home-page .final-actions .btn{width:100%}.home-page .app-store-actions{align-items:stretch;flex-direction:row;gap:8px;flex-wrap:nowrap}.home-page .store-link{width:calc(50% - 4px);min-width:0;flex-basis:calc(50% - 4px);min-height:54px;gap:8px;padding:9px 10px}.home-page .store-icon{width:22px;height:22px}.home-page .store-eyebrow{font-size:9px}.home-page .store-label{font-size:15px}:is(.home-page,.blog-page) .nav .btn{width:auto;min-width:112px;padding:0 14px}:is(.home-page,.blog-page) .language-button{min-width:58px;padding:0 12px}:is(.home-page,.blog-page) .language-menu{min-width:140px}.home-page .hero-points{display:none}.gst-page .gst-detail-grid{grid-template-columns:1fr}.gst-page .gst-hero-panel{width:min(330px,94%);padding:14px}.gst-page .gst-hero-checklist{grid-template-columns:1fr}.gst-page .gst-step{grid-template-columns:1fr;gap:8px}.home-page .hero-visual{min-height:380px;margin-top:28px}.home-page .hero-visual:before{top:58px;left:12%;width:220px;height:220px}.home-page .hero-visual:after{top:22px;left:46%;width:178px;height:178px}.home-page .hero-image{width:min(330px,82%);max-height:360px}.home-page .plans{padding-inline:9vw;scroll-padding-inline:9vw}.home-page .plan{flex-basis:82vw}.home-page .waitlist-modal{padding:16px}.home-page .waitlist-panel{padding:24px 18px 20px}.home-page .waitlist-field-row{flex-direction:column}.home-page .waitlist-field-row button{width:100%}.home-page .plan-header{min-height:220px;padding:20px 18px}.home-page .plan-name{font-size:26px}.home-page .price strong{font-size:40px}.home-page .plan-features-head,.home-page .plan li{padding-left:14px;padding-right:14px}}@media(max-width:380px){:is(.home-page,.blog-page) .nav-inner{gap:10px}:is(.home-page,.blog-page) .brand{gap:8px}:is(.home-page,.blog-page) .nav .btn{min-width:auto;padding:0 12px}}@media(prefers-reduced-motion:reduce){*,.home-page *:before,.home-page *:after{animation-duration:1ms!important;scroll-behavior:auto!important;transition-duration:1ms!important}}
