: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 .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 .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-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-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-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-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-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:"";flex:none;width:13px;height:11px;margin-top:1px;background:currentColor;-webkit-mask:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2020%27%3E%3Cpath%20d%3D%27M3%206.8%207.6%2010.6%2012%203.4%2016.4%2010.6%2021%206.8%2019.3%2016.6H4.7Z%27%20fill%3D%27%23000%27%20stroke%3D%27%23000%27%20stroke-width%3D%272.6%27%20stroke-linejoin%3D%27round%27%2F%3E%3Ccircle%20cx%3D%273%27%20cy%3D%276.8%27%20r%3D%271.5%27%2F%3E%3Ccircle%20cx%3D%2712%27%20cy%3D%273.4%27%20r%3D%271.7%27%2F%3E%3Ccircle%20cx%3D%2721%27%20cy%3D%276.8%27%20r%3D%271.5%27%2F%3E%3C%2Fsvg%3E) center / contain no-repeat;mask:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2020%27%3E%3Cpath%20d%3D%27M3%206.8%207.6%2010.6%2012%203.4%2016.4%2010.6%2021%206.8%2019.3%2016.6H4.7Z%27%20fill%3D%27%23000%27%20stroke%3D%27%23000%27%20stroke-width%3D%272.6%27%20stroke-linejoin%3D%27round%27%2F%3E%3Ccircle%20cx%3D%273%27%20cy%3D%276.8%27%20r%3D%271.5%27%2F%3E%3Ccircle%20cx%3D%2712%27%20cy%3D%273.4%27%20r%3D%271.7%27%2F%3E%3Ccircle%20cx%3D%2721%27%20cy%3D%276.8%27%20r%3D%271.5%27%2F%3E%3C%2Fsvg%3E) center / contain no-repeat}.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:flex-end;gap:12px;margin-bottom:16px}.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}.home-page .search-links-section{border-top:1px solid var(--line)}.home-page .search-link-grid{margin-top:42px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.home-page .search-link-card{min-width:0;display:flex;min-height:168px;flex-direction:column;justify-content:space-between;border:1px solid var(--line);border-radius:8px;background:#fff;padding:20px;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.home-page .search-link-card:hover{transform:translateY(-2px);border-color:#2f6fed52;box-shadow:0 20px 48px #12182617}.home-page .search-link-card strong{color:var(--ink);font-size:18px;line-height:1.2;font-weight:800}.home-page .search-link-card span{margin-top:18px;color:var(--muted);font-size:14px;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:56px 0 28px;color:var(--muted);font-size:14px;background:#f8fafc}:is(.home-page,.blog-page) .footer-inner{width:min(1160px,calc(100% - 40px));margin:0 auto}.home-page .footer-top{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:40px}.home-page .footer-intro .brand{font-size:20px}.home-page .footer-intro p{margin:18px 0 0;line-height:1.7}.home-page .footer-group{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.home-page .footer-group strong{color:var(--ink);font-size:14px;margin-bottom:6px}.home-page .footer-group a,.home-page .footer-legal a{color:#536178;line-height:1.5}.home-page footer a:hover{color:var(--blue);text-decoration:underline;text-underline-offset:4px}.home-page .footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:44px;padding-top:24px;border-top:1px solid var(--line)}.home-page .footer-entity{margin:0;font-size:12px;line-height:1.8}.home-page .footer-legal{display:flex;gap:24px;font-size:12px}@media(max-width:760px){.home-page .footer-top{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 24px}.home-page .footer-bottom{align-items:flex-start;flex-direction:column;gap:16px}}.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,.home-page .search-link-grid{grid-template-columns:1fr}.home-page .search-link-card{min-height:0}.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 .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}}.home-page.landing .hero{padding:124px 0 64px}.home-page.landing .hero-inner{grid-template-columns:1.2fr .8fr;gap:64px}.home-page.landing h1{font-size:clamp(44px,5vw,68px);line-height:1.06;max-width:620px}.home-page.landing h2{font-size:clamp(30px,3.5vw,44px);line-height:1.15;margin-top:0}.home-page.landing .hero-text{max-width:460px;font-size:20px;line-height:1.55;margin-top:24px}.home-page.landing .hero-note{font-weight:500}.home-page.landing .eyebrow{font-size:14px}.home-page.landing .product-preview{width:min(280px,100%);justify-self:center}.home-page.landing .product-preview img{width:100%;border:6px solid #121826;border-radius:32px;box-shadow:0 24px 60px #19386b26}.home-page.receipt-landing .receipt-hero-visual{width:min(440px,100%);justify-self:center}.home-page.receipt-landing .receipt-hero-visual img{display:block;width:100%;height:auto;border-radius:28px}.home-page.landing .section{padding:72px 0;contain-intrinsic-size:auto 650px}.home-page.landing #features{background:#fff}.home-page.landing .features-heading{margin-bottom:44px}.home-page.landing .features-heading h2{margin-top:18px;font-size:clamp(34px,4vw,52px);letter-spacing:-.045em}.home-page.landing .features-heading h2 span{color:#778397}.home-page.landing .core-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.home-page.landing .feature-card{--card-accent: #2f6fed;padding:40px 40px 0;border-radius:28px;background:#edf3fc;overflow:hidden;display:flex;flex-direction:column;isolation:isolate}.home-page.landing .feature-label{color:#536681;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:24px}.home-page.landing .core-features h3{font-size:clamp(30px,3.2vw,44px);line-height:1.06;letter-spacing:-.04em}.home-page.landing .core-features h3 span{color:var(--card-accent)}.home-page.landing .core-features p{color:#536178;max-width:390px;font-size:16px;line-height:1.6;margin:18px 0 32px}.home-page.landing .feature-demo{min-height:350px;margin-top:auto;display:flex;align-items:center;justify-content:center;position:relative}.home-page.landing .invoice-demo{padding-top:12px;align-items:flex-start}.home-page.landing .invoice-demo a{display:block;position:relative;width:min(335px,94%);transform:rotate(-5deg) translateY(16px);transition:transform .2s ease}.home-page.landing .invoice-demo a:hover{transform:rotate(-2deg) translateY(8px)}.home-page.landing .invoice-demo img{width:100%;height:auto;border-radius:4px;box-shadow:0 20px 45px #16336430}.home-page.landing .preview-label{position:absolute;top:24px;right:-12px;padding:12px 16px;background:var(--blue);color:#fff;border-radius:100px;font-size:14px;box-shadow:0 8px 20px #2f6fed30}.home-page.landing .share-card{--card-accent: #8db9ff;background:radial-gradient(ellipse at 90% 90%,#1c3d78,transparent 65%),#111e35;color:#fff}.home-page.landing .share-card .feature-label,.home-page.landing .report-card .feature-label{color:#b6cef1}.home-page.landing .share-card p,.home-page.landing .report-card p{color:#c7d6ee}.home-page.landing .share-demo{flex-direction:row;gap:38px;height:400px;min-height:400px;padding-top:16px;align-items:flex-start;overflow:hidden}.home-page.landing .share-phone{width:62%;max-width:230px;flex-shrink:0;border:6px solid #0a1220;border-radius:30px;overflow:hidden;transform:rotate(-4deg) translateY(8px);box-shadow:0 18px 36px #0005}.home-page.landing .share-phone img{width:100%;height:auto}.home-page.landing .file-type{flex-shrink:0;display:inline-grid;place-items:center;width:44px;height:54px;border-radius:8px;background:#eaf1ff;color:#2755af;font-size:14px;font-weight:700}.home-page.landing .share-channels{list-style:none;display:grid;gap:20px;padding:22px 0 0;margin:0}.home-page.landing .share-channels li{display:grid;justify-items:center;gap:8px;color:#e6efff;font-size:14px}.home-page.landing .channel-icon{display:grid;place-items:center;width:62px;height:62px;border-radius:19px;background:#397ff2;box-shadow:inset 0 1px #ffffff60,0 8px 20px #0002;color:#fff}.home-page.landing .channel-icon svg,.home-page.landing .channel-icon img{width:32px;height:32px}.home-page.landing .channel-icon img{filter:invert(1)}.home-page.landing .share-channels li:nth-child(2) .channel-icon{background:#25d366}.home-page.landing .share-channels li:nth-child(3) .channel-icon{background:#07c160}.home-page.landing .receipt-card{--card-accent: #087d78;background:#eaf6f4}.home-page.landing .receipt-demo{gap:32px;height:450px;min-height:450px;align-items:flex-start;padding-top:10px;overflow:hidden}.home-page.landing .receipt-phone{width:60%;max-width:210px;flex-shrink:0;border:6px solid #152f35;border-radius:30px;overflow:hidden;transform:rotate(-4deg) translateY(8px);box-shadow:0 20px 36px #163c3226}.home-page.landing .receipt-phone img{width:100%;height:auto}.home-page.landing .capture-flow{display:grid;justify-items:center;gap:20px;padding-top:52px}.home-page.landing .capture-step{display:grid;justify-items:center;gap:12px;font-size:14px;color:#365e58;text-align:center}.home-page.landing .camera-icon,.home-page.landing .capture-check{display:grid;place-items:center;width:64px;height:64px;border-radius:19px;box-shadow:inset 0 1px #fff5,0 8px 20px #0b60501a}.home-page.landing .camera-icon{color:#fff;background:#173c3c}.home-page.landing .capture-check{color:#087d78;background:#fff}.home-page.landing .camera-icon svg,.home-page.landing .capture-check svg{width:32px;height:32px}.home-page.landing .capture-check svg{stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.home-page.landing .capture-arrow{color:#087d78;font-size:24px}.home-page.landing .report-card{--card-accent: #c2dcff;color:#fff;background:linear-gradient(145deg,#2058bc,#153f90)}.home-page.landing .report-demo{flex-direction:column;gap:20px;padding:12px 4px 30px}.home-page.landing .export-preview{width:100%;color:#17243c;background:#fff;border-radius:22px;padding:24px;box-shadow:0 24px 44px #092b6350,0 -8px 0 -3px #ffffff24}.home-page.landing .export-recipient{display:flex;align-items:center;gap:12px;padding-bottom:20px;border-bottom:1px solid var(--line)}.home-page.landing .export-recipient div>span{display:block;color:#667085;font-size:13px;margin-bottom:4px}.home-page.landing .export-recipient strong{font-size:18px}.home-page.landing .accountant-avatar{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#eaf1ff;color:#2f6fed;flex-shrink:0}.home-page.landing .accountant-avatar svg,.home-page.landing .export-total svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.home-page.landing .export-mail{margin-left:auto;color:#8b9cb6;width:24px;flex-shrink:0}.home-page.landing .export-subject{margin-top:20px;font-size:20px;font-weight:700;letter-spacing:-.02em}.home-page.landing .export-files{list-style:none;padding:0;margin:18px 0;display:grid;gap:10px}.home-page.landing .export-files li{display:flex;align-items:center;gap:12px;padding:12px;background:#f4f7fb;border:1px solid #eaf0f6;border-radius:12px;font-size:15px;font-weight:600}.home-page.landing .csv-icon{display:grid;place-items:center;height:40px;width:36px;background:#e0f3e9;color:#238251;border-radius:6px;flex-shrink:0}.home-page.landing .csv-icon svg{width:25px;height:25px}.home-page.landing .csv-format{display:block;margin-top:4px;color:#667085;font-size:12px;font-weight:400}.home-page.landing .export-total{display:flex;align-items:center;gap:8px;color:#2f6fed;font-size:14px;padding-top:4px}.home-page.landing .export-caption{color:#c7d6ee;font-size:13px;line-height:1.5}.home-page.landing summary{cursor:pointer;font-size:16px;line-height:1.5;padding:12px 0}.home-page.landing .final{padding:64px 0;contain-intrinsic-size:auto 240px}.home-page.landing .footer-download{justify-content:center}.home-page.landing .contact-disclosure{scroll-margin-top:90px;border-top:1px solid var(--line)}.home-page.landing .contact-disclosure>summary{padding:28px 20px;text-align:center}.home-page.landing .store-link{flex:0 1 220px}.home-page.landing .store-eyebrow{font-size:12px}@media(max-width:980px){.home-page.landing .hero-inner{gap:32px;grid-template-columns:1.15fr .85fr}.home-page.landing .feature-card{padding:28px 24px 0}.home-page.landing .share-channels{gap:16px}.home-page.landing .share-demo,.home-page.landing .receipt-demo{gap:20px}.home-page.landing .capture-flow{gap:16px}.home-page.landing .camera-icon,.home-page.landing .capture-check,.home-page.landing .channel-icon{width:54px;height:54px;border-radius:16px}}@media(max-width:640px){.home-page.landing .hero{padding:104px 0 48px}.home-page.landing .hero-inner{grid-template-columns:1fr;gap:36px}.home-page.landing .hero-text{font-size:18px}.home-page.landing .hero-copy{max-width:100%}.home-page.landing .product-preview{width:230px}.home-page.landing .section{padding:48px 0}.home-page.landing .core-features{grid-template-columns:1fr;gap:20px}.home-page.landing .feature-card{padding:24px 20px 0}.home-page.landing .receipt-demo{gap:16px}.home-page.landing .export-preview{padding:16px}.home-page.landing .feature-demo{min-height:320px}.home-page.landing .feature-label{margin-bottom:18px}.home-page.landing .core-features h3{font-size:36px}.home-page.landing .features-heading h2{font-size:34px}.home-page.landing .store-label{font-size:17px}.home-page.landing .store-link{gap:6px}}.home-page.landing .invoice-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;padding:0;margin:0;list-style:none}.home-page.landing .invoice-steps li{border-top:1px solid #ccd8e9;padding-top:24px}.home-page.landing .invoice-steps li>span{font-size:14px;font-weight:700;color:var(--blue)}.home-page.landing .invoice-steps h3{font-size:24px;line-height:1.2;margin-top:16px}.home-page.landing .invoice-steps p{font-size:17px;line-height:1.6;color:var(--muted);margin-top:12px}.home-page.landing .gst-questions{max-width:850px}.home-page.landing .gst-questions details{border-bottom:1px solid #dce3ee}.home-page.landing .gst-questions summary{padding:22px 0;font-size:18px;font-weight:600}.home-page.landing .gst-questions p{max-width:720px;font-size:16px;line-height:1.7;color:#536178;padding-bottom:24px}@media(max-width:640px){.home-page.landing .invoice-steps{grid-template-columns:1fr;gap:24px}}.home-page.landing .guides-heading{display:flex;justify-content:space-between;align-items:baseline;gap:24px;flex-wrap:wrap}.home-page.landing .guides-heading>a{color:#2755af;font-size:16px}.home-page.landing .guides-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin-top:32px}.home-page.landing .guide-cover{display:block;overflow:hidden;border-radius:16px;margin-bottom:20px}.home-page.landing .guide-cover img{width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover}.home-page.landing .guides-grid h3{font-size:22px;line-height:1.3;letter-spacing:-.02em}.home-page.landing .guides-grid h3 span{color:#2f6fed}.home-page.landing .guides-grid p{color:#667085;font-size:16px;line-height:1.6;margin-top:12px}.home-page.landing #guides a:hover{text-decoration:underline;text-underline-offset:4px}.home-page.guides-landing h1>span{color:#778397}.home-page.guides-landing .guides-grid{row-gap:48px}.home-page.guides-landing .guide-category{display:block;margin-bottom:10px;color:#2755af;font-size:13px;font-weight:600}@media(max-width:640px){.home-page.landing .guides-grid{grid-template-columns:1fr;gap:24px}}.home-page.landing .bas-summary-demo{padding:16px 0 36px}.home-page.landing .bas-summary{width:100%;background:#fff;border-radius:22px;padding:28px;box-shadow:0 16px 36px #19386b18}.home-page.landing .bas-summary-label{font-size:20px;font-weight:700}.home-page.landing .bas-summary dl{margin:24px 0 18px}.home-page.landing .bas-summary dl>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 0;border-top:1px solid var(--line)}.home-page.landing .bas-summary dt{font-size:16px}.home-page.landing .bas-summary dt span{display:block;font-size:13px;color:#667085;margin-top:6px}.home-page.landing .bas-summary dd{margin:0;font-size:clamp(20px,2.2vw,28px);font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:-.025em}.home-page.landing .bas-summary .bas-net{color:#2755af}.home-page.landing .bas-example{font-size:13px;color:#667085;line-height:1.5;display:block}.home-page.landing .bas-export-demo{min-height:420px;height:420px;align-items:flex-start;padding-top:12px;overflow:hidden}.home-page.landing .bas-export-demo .share-phone{max-width:220px}.home-page.landing .bas-export-label{position:absolute;bottom:30px;right:0;display:grid;gap:6px;padding:18px 22px;border:1px solid #d5e4f5;border-radius:16px;background:#fff;color:#17243c;box-shadow:0 12px 28px #020a2033}.home-page.landing .bas-export-label>span{color:#238251;font-size:14px;font-weight:700}.home-page.landing .bas-export-label strong{font-size:18px}.home-page.landing .bas-export-label small{font-size:13px;color:#667085}@media(max-width:980px){.home-page.landing .bas-summary{padding:20px}.home-page.landing .bas-summary dl>div{flex-wrap:wrap}}
