@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@600;700;800&family=DM+Sans:wght@400;500&family=JetBrains+Mono:wght@500&display=swap";.billing-landing{--bg-deep: #050508;--bg-elevated: #0C0C14;--bg-surface: #141420;--bg-card: rgba(20, 20, 32, .6);--border: #1C1C2E;--border-hover: #2A2A3E;--text-primary: #EEEEF0;--text-secondary: #8892A7;--text-muted: #5C6478;--accent: #6366F1;--accent-hover: #4F46E5;--accent-secondary: #06B6D4;--accent-glow: rgba(99, 102, 241, .15);--accent-glow-strong: rgba(99, 102, 241, .3);--green: #10B981;--red: #EF4444;--gold: #F59E0B}@property --angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}@keyframes billing-gradient-rotate{to{--angle: 360deg}}@keyframes billing-glow-pulse{0%,to{box-shadow:0 0 20px #6366f126}50%{box-shadow:0 0 28px #6366f140}}body:has(.billing-landing){background:#050508;margin:0;padding:0}.billing-landing{background:var(--bg-deep);color:var(--text-primary);font-family:DM Sans,system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip;min-height:100vh;position:relative}.billing-landing *,.billing-landing *:before,.billing-landing *:after{box-sizing:border-box}.billing-landing-container{max-width:1280px;margin:0 auto;padding:0 24px;width:100%}.billing-landing h1,.billing-landing h2,.billing-landing h3,.billing-landing h4{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;line-height:1.15;letter-spacing:-.02em}.billing-landing-reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.billing-landing-reveal.billing-landing-visible{opacity:1;transform:translateY(0)}.billing-landing-gradient-text{background:linear-gradient(135deg,#6366f1,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.billing-landing-section-header{text-align:center;margin-bottom:64px}.billing-landing-section-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:var(--text-primary);margin:0 0 16px}.billing-landing-section-desc{font-size:1.125rem;color:var(--text-secondary);max-width:560px;margin:0 auto}.billing-landing-nav{position:fixed;top:0;left:0;right:0;z-index:100;transition:transform .35s cubic-bezier(.16,1,.3,1),background .3s ease,border-color .3s ease}.billing-landing-nav--scrolled{background:#050508bf;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.05)}.billing-landing-nav--hidden{transform:translateY(-100%)}.billing-landing-nav-inner{display:flex;align-items:center;justify-content:space-between;height:72px}@media(max-width:768px){.billing-landing-nav-inner{height:68px}}.billing-landing-nav-logo{display:flex;align-items:center;gap:10px;font-family:Plus Jakarta Sans,sans-serif;font-weight:700;font-size:1.25rem;color:var(--text-primary);text-decoration:none}.billing-landing-logo-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px}.billing-landing-logo-icon svg{width:24px;height:24px}.billing-landing-nav-links{display:flex;list-style:none;gap:8px;margin:0;padding:0}.billing-landing-nav-link{color:var(--text-secondary);text-decoration:none;font-size:.9375rem;font-weight:500;padding:8px 14px;border-radius:8px;transition:color .2s ease,background .2s ease}.billing-landing-nav-link:hover{color:var(--text-primary);background:#ffffff0a}.billing-landing-nav-actions{display:flex;align-items:center;gap:12px}.billing-landing-nav-signin{color:var(--text-secondary);text-decoration:none;font-size:.9375rem;font-weight:500;padding:8px 16px;border-radius:8px;transition:color .2s ease}.billing-landing-nav-signin:hover{color:var(--text-primary)}.billing-landing-nav-cta{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-hover) 100%);color:#fff;font-size:.9375rem;font-weight:600;font-family:Plus Jakarta Sans,sans-serif;padding:10px 20px;border-radius:10px;text-decoration:none;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.16,1,.3,1)}.billing-landing-nav-cta:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);transition:left .5s ease}.billing-landing-nav-cta:hover:before{left:100%}.billing-landing-nav-cta:hover{box-shadow:0 4px 20px #6366f159;transform:translateY(-1px)}.billing-landing-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;background:linear-gradient(135deg,#6366f114,#06b6d40d);border:1px solid rgba(99,102,241,.15);border-radius:12px;cursor:pointer;padding:8px;position:relative;transition:all .3s cubic-bezier(.16,1,.3,1)}.billing-landing-hamburger:before{content:"";position:absolute;inset:-1px;background:linear-gradient(135deg,var(--accent),var(--accent-secondary));border-radius:12px;opacity:0;transition:opacity .3s ease;z-index:-1}.billing-landing-hamburger:hover:before{opacity:.1}.billing-landing-hamburger:hover{border-color:#6366f140;box-shadow:0 0 12px #6366f11f;transform:scale(1.03)}.billing-landing-hamburger span{display:block;width:20px;height:2px;background:linear-gradient(90deg,var(--accent),var(--accent-secondary));border-radius:2px;transition:all .4s cubic-bezier(.16,1,.3,1)}.billing-landing-hamburger--active{background:#6366f11f;border-color:var(--accent);box-shadow:0 0 16px #6366f12e}.billing-landing-hamburger--active span{background:var(--accent)}.billing-landing-hamburger--active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.billing-landing-hamburger--active span:nth-child(2){opacity:0;transform:scaleX(0)}.billing-landing-hamburger--active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.billing-landing-mobile-menu{display:none;position:fixed;inset:72px 0 0;z-index:99;background:linear-gradient(180deg,#050508fa,#0c0c14f5);backdrop-filter:blur(32px) saturate(150%);-webkit-backdrop-filter:blur(32px) saturate(150%);padding:40px 24px 32px;flex-direction:column;gap:0;opacity:0;transform:translateY(-20px);transition:opacity .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1);pointer-events:none;overflow-y:auto}.billing-landing-mobile-menu:before{content:"";position:absolute;top:0;left:24px;right:24px;height:1px;background:linear-gradient(90deg,transparent 0%,var(--accent) 20%,var(--accent-secondary) 50%,var(--accent) 80%,transparent 100%);opacity:0;animation:billing-mobile-menu-line-reveal .8s cubic-bezier(.16,1,.3,1) .2s forwards}@keyframes billing-mobile-menu-line-reveal{0%{opacity:0;transform:scaleX(0)}to{opacity:.6;transform:scaleX(1)}}.billing-landing-mobile-menu--open{opacity:1;transform:translateY(0);pointer-events:auto}.billing-landing-mobile-menu a{color:var(--text-secondary);text-decoration:none;font-size:1.25rem;font-weight:500;font-family:Plus Jakarta Sans,sans-serif;padding:18px 20px;border-radius:12px;margin-bottom:4px;position:relative;transition:all .3s cubic-bezier(.16,1,.3,1);overflow:hidden}.billing-landing-mobile-menu a:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:0;background:linear-gradient(180deg,var(--accent),var(--accent-secondary));border-radius:0 3px 3px 0;transition:height .3s cubic-bezier(.16,1,.3,1)}.billing-landing-mobile-menu a:hover,.billing-landing-mobile-menu a:active{color:var(--text-primary);background:#6366f114;padding-left:28px}.billing-landing-mobile-menu a:hover:before{height:70%}.billing-landing-mobile-menu a.billing-landing-nav-link--active{color:var(--text-primary);background:linear-gradient(135deg,#6366f11f,#06b6d414);border-left:3px solid var(--accent);padding-left:24px}.billing-landing-mobile-cta{display:flex;flex-direction:column;gap:12px;margin-top:32px;padding-top:24px;border-top:1px solid rgba(99,102,241,.15)}.billing-landing-btn-ghost{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border:1px solid rgba(99,102,241,.25);border-radius:12px;color:var(--text-primary);text-decoration:none;font-weight:500;font-size:1rem;background:#6366f10d;transition:all .3s cubic-bezier(.16,1,.3,1)}.billing-landing-btn-ghost:hover{border-color:var(--accent);background:#6366f11f;box-shadow:0 0 16px #6366f126;transform:translateY(-2px)}.billing-landing-btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-hover) 100%);border-radius:12px;color:#fff;text-decoration:none;font-weight:600;font-family:Plus Jakarta Sans,sans-serif;font-size:1rem;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.16,1,.3,1)}.billing-landing-btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);transition:left .5s ease}.billing-landing-btn-primary:hover:before{left:100%}.billing-landing-btn-primary:hover{box-shadow:0 6px 20px #6366f14d;transform:translateY(-2px)}@media(max-width:768px){.billing-landing-btn-primary{padding:16px 28px}}.billing-landing-hero{position:relative;padding:140px 0 80px;overflow:hidden;min-height:100vh;display:flex;align-items:flex-start}.billing-landing-hero-bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(99,102,241,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(99,102,241,.05) 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(ellipse 80% 70% at 50% 30%,#000 30%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 80% 70% at 50% 30%,#000 30%,transparent 70%)}@media(max-width:768px){.billing-landing-hero-bg-grid{background-image:linear-gradient(rgba(99,102,241,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(99,102,241,.03) 1px,transparent 1px)}}.billing-landing-hero-warm-glow{position:absolute;inset:0;background:radial-gradient(ellipse 60% 40% at 50% -5%,rgba(251,146,60,.14),transparent 60%),radial-gradient(ellipse 45% 30% at 50% 0%,rgba(245,158,11,.08),transparent 50%);pointer-events:none;z-index:1}.billing-landing-hero-centered{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;width:100%}.billing-landing-hero-copy{display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px;max-width:820px}@media(max-width:768px){.billing-landing-hero-copy{gap:28px}}.billing-landing-hero-chip{display:inline-flex;align-items:center;gap:8px;background:#6366f114;border:1px solid rgba(99,102,241,.15);color:var(--accent);font-size:.8125rem;font-weight:600;font-family:Plus Jakarta Sans,sans-serif;padding:6px 16px;border-radius:100px;width:-moz-fit-content;width:fit-content;letter-spacing:.02em}.billing-landing-hero-chip-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);animation:billing-pulse 2s ease-in-out infinite}@keyframes billing-pulse{0%,to{opacity:1;box-shadow:0 0 #6366f180}50%{opacity:.7;box-shadow:0 0 0 6px #6366f100}}.billing-landing-hero-title{font-size:clamp(3rem,6vw,5rem);font-weight:800;line-height:1.05;letter-spacing:-.035em;margin:0}.billing-landing-hero-title-line2{display:block}.billing-landing-hero-subtitle{font-size:1.1875rem;color:var(--text-secondary);max-width:600px;line-height:1.7;margin:0 auto}.billing-landing-hero-ctas{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:8px}.billing-landing-hero-btn-secondary{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border:1px solid rgba(99,102,241,.2);border-radius:12px;color:var(--text-primary);background:#6366f10a;text-decoration:none;font-size:.9375rem;font-weight:500;transition:all .3s cubic-bezier(.16,1,.3,1)}.billing-landing-hero-btn-secondary:hover{color:var(--text-primary);border-color:#6366f159;background:#6366f114;box-shadow:0 4px 16px #6366f11a;transform:translateY(-1px)}.billing-landing-hero-trust{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:8px}.billing-landing-avatar-stack{display:flex}.billing-landing-avatar-stack span{width:32px;height:32px;border-radius:50%;border:2px solid var(--bg-deep);margin-left:-8px}.billing-landing-avatar-stack span:first-child{margin-left:0}.billing-landing-avatar-stack span:nth-child(1){background:linear-gradient(135deg,#6366f1,#818cf8)}.billing-landing-avatar-stack span:nth-child(2){background:linear-gradient(135deg,#06b6d4,#22d3ee)}.billing-landing-avatar-stack span:nth-child(3){background:linear-gradient(135deg,#8b5cf6,#a78bfa)}.billing-landing-avatar-stack span:nth-child(4){background:linear-gradient(135deg,#10b981,#34d399)}.billing-landing-hero-trust-text{font-size:.875rem;color:var(--text-secondary);font-weight:500}.billing-landing-hero-trust-sub{font-size:.75rem;color:var(--text-muted);margin-top:2px}.billing-landing-hero-mockup-wrapper{width:100%;max-width:860px;margin:56px auto 0;perspective:1200px}.billing-landing-hero-mockup{display:flex;flex-direction:column;gap:16px;transform:perspective(1200px) rotateX(8deg);transform-origin:center bottom;transition:transform .6s cubic-bezier(.16,1,.3,1);border-radius:24px;padding:2px;background:linear-gradient(135deg,#6366f14d,#06b6d426,#fb923c26,#6366f133);box-shadow:0 20px 80px #6366f11f,0 8px 32px #0006,0 0 120px #6366f10f}.billing-landing-hero-mockup:hover{transform:perspective(1200px) rotateX(0)}.billing-landing-hero-mockup>.billing-landing-hero-card{border-radius:22px}.billing-landing-hero-mockup>.billing-landing-hero-stat-list{padding:0 0 2px}.billing-landing-hero-card{background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.06);border-radius:20px;padding:28px;box-shadow:0 8px 32px #0000004d,0 0 0 1px #6366f10d}.billing-landing-hero-card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.billing-landing-hero-card-kicker{font-size:.8125rem;color:var(--text-muted);font-weight:500;margin:0 0 6px}.billing-landing-hero-card-value{font-family:JetBrains Mono,monospace;font-size:2rem;font-weight:500;color:var(--text-primary);margin:0;letter-spacing:-.02em}.billing-landing-hero-card-delta{font-size:.8125rem;color:var(--green);font-weight:500;margin:4px 0 0}.billing-landing-hero-mini-chart{display:flex;align-items:flex-end;gap:4px;height:56px;padding-top:8px}.billing-landing-hero-mini-chart span{width:8px;border-radius:4px;background:linear-gradient(to top,var(--accent),var(--accent-secondary));opacity:.7;transition:opacity .2s ease}.billing-landing-hero-mini-chart:hover span{opacity:1}.billing-landing-hero-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.billing-landing-hero-subcard{background:#ffffff08;border:1px solid rgba(255,255,255,.04);border-radius:14px;padding:18px}.billing-landing-hero-subcard-label{font-size:.75rem;color:var(--text-muted);font-weight:500;margin:0 0 6px}.billing-landing-hero-subcard-value{font-family:JetBrains Mono,monospace;font-size:1.5rem;font-weight:500;color:var(--text-primary);margin:0}.billing-landing-hero-subcard-hint{font-size:.6875rem;color:var(--text-muted);margin:6px 0 0;line-height:1.4}.billing-landing-hero-orders-list{display:flex;flex-direction:column;gap:10px;margin:20px 0 24px}.billing-landing-hero-order-item{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:#ffffff05;border:1px solid rgba(255,255,255,.04);border-radius:10px;transition:all .2s ease}.billing-landing-hero-order-item:hover{background:#ffffff0a;border-color:#ffffff14}.billing-landing-hero-order-left{display:flex;align-items:center;gap:10px}.billing-landing-hero-order-indicator{width:8px;height:8px;border-radius:50%;flex-shrink:0}.billing-landing-hero-order-indicator.instagram{background:linear-gradient(135deg,#e1306c,#c13584)}.billing-landing-hero-order-indicator.youtube{background:red}.billing-landing-hero-order-indicator.tiktok{background:linear-gradient(135deg,#00f2ea,#ff0050)}.billing-landing-hero-order-text{font-size:.875rem;color:var(--text-secondary);line-height:1.4}.billing-landing-hero-order-text strong{color:var(--text-primary);font-weight:600}.billing-landing-hero-order-badge{font-size:.6875rem;font-weight:500;padding:4px 10px;border-radius:12px;white-space:nowrap;flex-shrink:0}.billing-landing-hero-order-badge.in-progress{background:#6366f126;color:#818cf8}.billing-landing-hero-order-badge.completed{background:#10b98126;color:#34d399}.billing-landing-hero-order-badge.pending{background:#f59e0b26;color:#fbbf24}.billing-landing-hero-stat-list{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.billing-landing-hero-stat-card{background:var(--bg-card);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.05);border-radius:14px;padding:16px}.billing-landing-hero-stat-top{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:12px}.billing-landing-hero-stat-label{font-size:.6875rem;color:var(--text-muted);font-weight:500;margin:0;text-transform:uppercase;letter-spacing:.05em}.billing-landing-hero-stat-value{font-family:JetBrains Mono,monospace;font-size:.875rem;color:var(--green);font-weight:500;margin:0}.billing-landing-hero-sparkline{display:flex;align-items:flex-end;gap:3px;height:28px}.billing-landing-hero-sparkline span{flex:1;border-radius:2px;background:var(--accent);opacity:.5}.billing-landing-hero-side-icons{position:absolute;inset:0;z-index:1;pointer-events:none}.billing-landing-hero-side-icon{position:absolute;width:44px;height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.06);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 4px 20px #0000004d;animation:billing-float 6s ease-in-out infinite}.billing-landing-hero-side-icon svg{width:20px;height:20px}@keyframes billing-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.billing-landing-hero-side-icon--left-1{left:3%;top:22%;animation-delay:0s}.billing-landing-hero-side-icon--left-2{left:6%;top:45%;animation-delay:-2s}.billing-landing-hero-side-icon--left-3{left:2%;top:68%;animation-delay:-4s}.billing-landing-hero-side-icon--right-1{right:3%;top:22%;animation-delay:-1s}.billing-landing-hero-side-icon--right-2{right:6%;top:45%;animation-delay:-3s}.billing-landing-hero-side-icon--right-3{right:2%;top:68%;animation-delay:-5s}.billing-landing-hero-side-icon--instagram{background:#e1306c1f;color:#e1306c}.billing-landing-hero-side-icon--youtube{background:#ff00001a;color:red}.billing-landing-hero-side-icon--tiktok{background:#00f2ea1a;color:#00f2ea}.billing-landing-hero-side-icon--twitter{background:#ffffff0f;color:#e7e9ea}.billing-landing-hero-side-icon--facebook{background:#1877f21f;color:#1877f2}.billing-landing-hero-side-icon--telegram{background:#0088cc1f;color:#08c}.billing-landing-hero-connectors{position:absolute;width:120px;height:400px;top:15%;opacity:.6}.billing-landing-hero-connectors--left{left:1%}.billing-landing-hero-connectors--right{right:1%}.billing-landing-stats{padding:80px 0;position:relative;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg-elevated)}.billing-landing-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-bottom:48px}.billing-landing-stat{text-align:center}.billing-landing-stat-number{font-family:JetBrains Mono,monospace;font-size:clamp(2rem,4vw,3rem);font-weight:500;color:var(--text-primary);margin-bottom:8px;background:linear-gradient(135deg,#eeeef0,#8892a7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.billing-landing-stat-label{font-size:.875rem;color:var(--text-muted);font-weight:500;text-transform:uppercase;letter-spacing:.08em}.billing-landing-loop-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;background:#6366f10f;border:1px solid rgba(99,102,241,.12);border-radius:100px;color:var(--text-secondary);font-size:.8125rem;font-weight:500;white-space:nowrap}.billing-landing-features{padding:140px 0 80px;position:relative}.billing-landing-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.billing-landing-feature-card-wrap{position:relative;border-radius:20px}.billing-landing-feature-card-wrap--span2{grid-column:span 2}.billing-landing-feature-card{position:relative;z-index:1;background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.06);border-radius:20px;padding:32px;height:100%;display:flex;flex-direction:column;transition:border-color .3s ease,transform .3s cubic-bezier(.16,1,.3,1)}.billing-landing-feature-card:hover{border-color:#6366f140;transform:translateY(-2px);box-shadow:0 4px 30px #6366f114}.billing-landing-feature-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:1.25rem;background:#6366f11a;border:1px solid rgba(99,102,241,.15);color:var(--accent)}.billing-landing-feature-title{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0 0 10px}.billing-landing-feature-desc{font-size:.9375rem;color:var(--text-secondary);margin:0;line-height:1.6;flex-grow:1}.billing-landing-feature-visual{margin-top:20px}.billing-landing-feature-mini-chart{display:flex;align-items:flex-end;gap:5px;height:64px;padding:16px 0 0}.billing-landing-feature-mini-chart span{flex:1;border-radius:4px;background:linear-gradient(to top,var(--accent),var(--accent-secondary));opacity:.6;transition:opacity .2s ease}.billing-landing-feature-card:hover .billing-landing-feature-mini-chart span{opacity:.9}.billing-landing-feature-flow{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding-top:12px}.billing-landing-feature-flow-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:#6366f114;border:1px solid rgba(99,102,241,.12);border-radius:8px;color:var(--text-secondary);font-size:.75rem;font-weight:500;white-space:nowrap}.billing-landing-feature-flow-chip svg{width:14px;height:14px;color:var(--text-muted);flex-shrink:0}.billing-landing-features-see-all{display:inline-flex;align-items:center;gap:8px;margin-top:48px;color:var(--accent);font-weight:600;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.95rem;text-decoration:none;transition:gap .25s ease,color .25s ease}.billing-landing-features-see-all:hover{color:var(--accent-secondary);gap:12px}.billing-landing-feature-explorer{padding-top:64px}.billing-landing-feature-category-list{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:28px}.billing-landing-feature-category-btn{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border-radius:999px;border:1px solid rgba(255,255,255,.07);background:#ffffff08;color:var(--text-secondary);font-size:.875rem;font-weight:600;transition:all .25s ease}.billing-landing-feature-category-btn:hover{color:var(--text-primary);border-color:#6366f140;background:#6366f114}.billing-landing-feature-category-btn--active{color:#fff;border-color:#6366f159;background:linear-gradient(135deg,#6366f142,#06b6d424);box-shadow:0 12px 30px #6366f124}.billing-landing-feature-category-count{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 8px;border-radius:999px;background:#ffffff14;color:var(--text-primary);font-size:.75rem;font-family:JetBrains Mono,monospace}.billing-landing-feature-explorer-panel-wrap{position:relative;border-radius:28px}.billing-landing-feature-explorer-panel{position:relative;z-index:1;display:grid;grid-template-columns:minmax(280px,340px) minmax(0,1fr);align-items:start;gap:24px;background:#0c0c14d1;border:1px solid rgba(255,255,255,.06);border-radius:28px;padding:28px;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.billing-landing-feature-explorer-intro{display:flex;flex-direction:column;align-items:flex-start;gap:16px;padding:6px}.billing-landing-feature-explorer-icon{width:56px;height:56px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f12e,#06b6d424);border:1px solid rgba(99,102,241,.18);color:#c7d2fe}.billing-landing-feature-explorer-title{font-size:1.75rem;font-weight:800;color:#fff;margin:0}.billing-landing-feature-explorer-desc{margin:0;color:var(--text-secondary);font-size:.975rem;line-height:1.7}.billing-landing-feature-explorer-highlights{display:flex;flex-wrap:wrap;gap:10px}.billing-landing-feature-explorer-highlight{display:inline-flex;align-items:center;min-height:36px;padding:8px 14px;border-radius:999px;background:#6366f114;border:1px solid rgba(99,102,241,.14);color:var(--text-primary);font-size:.8125rem;font-weight:500}.billing-landing-feature-item-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-content:start;max-height:620px;overflow-y:auto;padding-right:8px;scrollbar-width:thin;scrollbar-color:rgba(99,102,241,.45) rgba(255,255,255,.04)}.billing-landing-feature-item-grid::-webkit-scrollbar{width:8px}.billing-landing-feature-item-grid::-webkit-scrollbar-track{background:#ffffff08;border-radius:999px}.billing-landing-feature-item-grid::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#6366f1bf,#06b6d48c);border-radius:999px}.billing-landing-feature-item-card{display:flex;align-items:flex-start;gap:12px;min-height:128px;padding:16px 18px;border-radius:18px;border:1px solid rgba(255,255,255,.06);background:#ffffff06;transition:border-color .25s ease,transform .25s ease,background .25s ease}.billing-landing-feature-item-card:hover{transform:translateY(-2px);border-color:#6366f133;background:#6366f10d}.billing-landing-feature-item-dot{width:10px;height:10px;margin-top:4px;border-radius:999px;background:linear-gradient(135deg,var(--accent),var(--accent-secondary));box-shadow:0 0 14px #6366f166;flex-shrink:0}.billing-landing-feature-item-copy{display:flex;flex-direction:column;gap:10px}.billing-landing-feature-item-title{margin:0;color:var(--text-primary);font-size:1rem;font-weight:700;line-height:1.35}.billing-landing-feature-item-desc{margin:0;color:var(--text-secondary);font-size:.9375rem;line-height:1.65}.billing-landing-steps{padding:140px 0;position:relative}.billing-landing-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.billing-landing-step-number{font-family:JetBrains Mono,monospace;font-size:3rem;font-weight:500;line-height:1;margin-bottom:20px;background:linear-gradient(135deg,#ffffff26,#ffffff0d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.billing-landing-step-title{font-size:1.375rem;font-weight:700;color:#fff;margin:0 0 12px}.billing-landing-step-desc{font-size:.9375rem;color:#ffffffb3;margin:0;line-height:1.6}.billing-landing-comparison{padding:140px 0;position:relative}.billing-landing-comparison-table{max-width:800px;margin:0 auto;border-radius:20px;overflow:hidden;background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.06)}.billing-landing-comparison-header{display:grid;grid-template-columns:1.2fr 1fr 1fr;background:#6366f10a;border-bottom:1px solid var(--border)}.billing-landing-comparison-header-cell{padding:18px 24px;font-family:Plus Jakarta Sans,sans-serif;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.billing-landing-comparison-header-cell--fp{color:var(--accent);background:var(--accent-glow)}.billing-landing-comparison-header-cell--other{color:var(--text-muted)}.billing-landing-comparison-row{display:grid;grid-template-columns:1.2fr 1fr 1fr;border-bottom:1px solid rgba(255,255,255,.03);transition:background .2s ease}.billing-landing-comparison-row:last-child{border-bottom:none}.billing-landing-comparison-row:hover{background:#ffffff05}.billing-landing-comparison-feature{padding:16px 24px;font-size:.9375rem;color:var(--text-primary);font-weight:500}.billing-landing-comparison-cell{display:flex;align-items:center;gap:10px;padding:16px 24px;font-size:.875rem}.billing-landing-comparison-cell--fp{color:var(--text-primary);background:#6366f10a}.billing-landing-comparison-cell--other{color:var(--text-muted)}.billing-landing-comparison-check{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0}.billing-landing-comparison-check svg{width:16px;height:16px}.billing-landing-comparison-cross{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0}.billing-landing-comparison-cross svg{width:14px;height:14px}.billing-landing-testimonials{padding:140px 0;position:relative;overflow:hidden}.billing-landing-testimonials:before{content:"";position:absolute;top:50%;left:50%;width:800px;height:500px;transform:translate(-50%,-50%);background:radial-gradient(ellipse at center,rgba(99,102,241,.08) 0%,rgba(6,182,212,.04) 40%,transparent 70%);pointer-events:none;z-index:0}.billing-landing-testimonial-wrapper{position:relative;width:100%;max-width:720px;margin:0 auto}.billing-landing-testimonial-glow{position:absolute;top:50%;left:50%;width:110%;height:130%;transform:translate(-50%,-50%);background:radial-gradient(ellipse at center,rgba(99,102,241,.12) 0%,rgba(6,182,212,.06) 35%,transparent 65%);pointer-events:none;z-index:0;filter:blur(40px)}.billing-landing-testimonial-card{position:relative;z-index:1;background:#1414208c;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(99,102,241,.12);border-radius:20px;padding:48px 40px;overflow:hidden}.billing-landing-testimonial-deco-quote{position:absolute;top:-8px;left:20px;font-size:120px;line-height:1;font-family:Plus Jakarta Sans,Georgia,serif;font-weight:800;background:linear-gradient(135deg,#6366f12e,#06b6d41a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:0}.billing-landing-testimonial-content{position:relative;z-index:1;display:flex;align-items:flex-start;gap:32px}.billing-landing-testimonial-avatar-col{flex-shrink:0}.billing-landing-testimonial-avatar-ring{width:72px;height:72px;border-radius:50%;padding:3px;background:linear-gradient(135deg,#6366f1,#06b6d4)}.billing-landing-testimonial-avatar-inner{width:100%;height:100%;border-radius:50%;overflow:hidden;background:#141420}.billing-landing-testimonial-avatar-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.billing-landing-testimonial-avatar-initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;font-family:Plus Jakarta Sans,sans-serif;color:#eeeef0;background:linear-gradient(135deg,#3730a3,#1e40af,#155e75)}.billing-landing-testimonial-text-col{flex:1;min-width:0}.billing-landing-testimonial-stars{display:flex;gap:3px;margin-bottom:16px}.billing-landing-testimonial-star{width:18px;height:18px;color:#f59e0b;filter:drop-shadow(0 0 3px rgba(245,158,11,.3))}.billing-landing-testimonial-quote{font-size:1.1875rem;line-height:1.7;color:#d4d4d8;font-family:DM Sans,sans-serif;margin:0 0 20px}.billing-landing-testimonial-divider{width:48px;height:1px;background:linear-gradient(90deg,#6366f1,#06b6d466);margin-bottom:16px}.billing-landing-testimonial-name{font-size:1rem;font-weight:600;color:#eeeef0;font-family:Plus Jakarta Sans,sans-serif}.billing-landing-testimonial-designation{font-size:.875rem;color:#8892a7;margin-top:2px;font-family:DM Sans,sans-serif}.billing-landing-testimonial-nav{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:32px;position:relative;z-index:1}.billing-landing-testimonial-nav-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid rgba(99,102,241,.2);background:#14142080;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#8892a7;cursor:pointer;transition:all .25s ease}.billing-landing-testimonial-nav-btn:hover{border-color:#6366f173;color:#eeeef0;background:#6366f11a;box-shadow:0 0 16px #6366f126}.billing-landing-testimonial-nav-icon{width:18px;height:18px}.billing-landing-testimonial-dots{display:flex;gap:8px}.billing-landing-testimonial-dot{width:8px;height:8px;border-radius:999px;border:none;background:#3f3f46;cursor:pointer;transition:all .3s ease;padding:0}.billing-landing-testimonial-dot:hover{background:#6366f1;opacity:.6}.billing-landing-testimonial-dot--active{width:28px;background:linear-gradient(90deg,#6366f1,#06b6d4);box-shadow:0 0 10px #6366f159}.billing-landing-testimonial-dot--active:hover{background:linear-gradient(90deg,#6366f1,#06b6d4);opacity:1}@media(max-width:768px){.billing-landing-testimonial-card{padding:36px 24px}.billing-landing-testimonial-content{flex-direction:column;align-items:center;text-align:center;gap:20px}.billing-landing-testimonial-stars{justify-content:center}.billing-landing-testimonial-divider{margin-left:auto;margin-right:auto}.billing-landing-testimonial-attribution{text-align:center}.billing-landing-testimonial-deco-quote{font-size:90px;top:-4px;left:12px}.billing-landing-testimonial-quote{font-size:1.0625rem}}@media(max-width:480px){.billing-landing-testimonial-card{padding:28px 18px;border-radius:16px}.billing-landing-testimonial-avatar-ring{width:60px;height:60px}.billing-landing-testimonial-avatar-initials{font-size:1rem}.billing-landing-testimonial-deco-quote{font-size:72px}.billing-landing-testimonial-quote{font-size:1rem}.billing-landing-testimonial-nav-btn{width:36px;height:36px}.billing-landing-testimonial-nav-icon{width:16px;height:16px}}.billing-landing-pricing{padding:140px 0;position:relative;background:var(--bg-elevated)}.billing-landing-pricing--compact{padding-top:72px}.billing-landing-pricing-toggle{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:56px}.billing-landing-pricing-toggle-label{font-size:.9375rem;color:var(--text-muted);font-weight:500;transition:color .2s ease}.billing-landing-pricing-toggle-label--active{color:var(--text-primary)}.billing-landing-pricing-toggle-switch{position:relative;width:48px;height:26px;background:var(--border);border-radius:13px;border:none;cursor:pointer;padding:0;transition:background .2s ease}.billing-landing-pricing-toggle-switch:after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;background:var(--text-primary);border-radius:50%;transition:transform .25s cubic-bezier(.16,1,.3,1)}.billing-landing-pricing-toggle-switch--on{background:var(--accent)}.billing-landing-pricing-toggle-switch--on:after{transform:translate(22px)}.billing-landing-pricing-save-badge{font-size:.75rem;font-weight:600;font-family:Plus Jakarta Sans,sans-serif;color:var(--green);background:#10b9811a;padding:4px 12px;border-radius:100px;border:1px solid rgba(16,185,129,.15)}.billing-landing-pricing-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1040px;margin:0 auto}.billing-landing-pricing-card{background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.06);border-radius:24px;padding:36px;display:flex;flex-direction:column;position:relative;transition:border-color .3s ease,transform .3s cubic-bezier(.16,1,.3,1)}.billing-landing-pricing-card:hover{border-color:#6366f133;transform:translateY(-4px);box-shadow:0 8px 40px #6366f114}.billing-landing-pricing-card--featured{z-index:2;border-color:#6366f126}.billing-landing-pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);font-size:.75rem;font-weight:700;font-family:Plus Jakarta Sans,sans-serif;color:#fff;background:linear-gradient(135deg,var(--accent),var(--accent-secondary));padding:5px 18px;border-radius:100px;letter-spacing:.03em;white-space:nowrap}.billing-landing-pricing-name{font-family:Plus Jakarta Sans,sans-serif;font-size:1.375rem;font-weight:700;color:var(--text-primary);margin-bottom:6px}.billing-landing-pricing-desc{font-size:.875rem;color:var(--text-muted);margin-bottom:24px}.billing-landing-pricing-price{display:flex;align-items:baseline;gap:2px;margin-bottom:28px}.billing-landing-pricing-currency{font-family:Plus Jakarta Sans,sans-serif;font-size:1.25rem;font-weight:600;color:var(--text-secondary)}.billing-landing-pricing-price-amount{font-family:JetBrains Mono,monospace;font-size:3.25rem;font-weight:500;color:var(--text-primary);line-height:1;letter-spacing:-.03em}.billing-landing-pricing-period{font-size:.875rem;color:var(--text-muted);margin-left:4px}.billing-landing-pricing-features{list-style:none;padding:0;margin:0 0 28px;display:flex;flex-direction:column;gap:14px;flex-grow:1}.billing-landing-pricing-feature{display:flex;align-items:center;gap:10px;font-size:.9375rem;color:var(--text-secondary)}.billing-landing-pricing-feature-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0}.billing-landing-pricing-feature-icon svg{width:16px;height:16px}.billing-landing-pricing-cta{display:flex;align-items:center;justify-content:center;padding:14px 24px;border:1px solid var(--border);border-radius:12px;color:var(--text-primary);text-decoration:none;font-weight:600;font-family:Plus Jakarta Sans,sans-serif;font-size:.9375rem;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .15s ease}.billing-landing-pricing-cta:hover{border-color:var(--border-hover);background:#ffffff08;transform:translateY(-1px)}.billing-landing-pricing-cta--primary{background:var(--accent);border-color:transparent;color:#fff}.billing-landing-pricing-cta--primary:hover{background:var(--accent-hover);border-color:transparent;box-shadow:0 0 24px var(--accent-glow-strong)}.billing-landing-faq{padding:140px 0;position:relative;z-index:2;background:var(--bg-elevated)}.billing-landing-faq-list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:8px}.billing-landing-faq-item{background:#0c0c14f5;border:1px solid rgba(255,255,255,.05);border-radius:16px;overflow:visible;position:relative;isolation:isolate;transition:border-color .2s ease}.billing-landing-faq-item:hover{border-color:#ffffff14}.billing-landing-faq-item--open{border-color:#6366f126;z-index:1}.billing-landing-faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:20px 24px;background:transparent;border:none;color:var(--text-primary);font-family:Plus Jakarta Sans,sans-serif;font-size:1rem;font-weight:600;text-align:left;cursor:pointer;gap:16px;transition:color .2s ease}.billing-landing-faq-question:hover{color:#fff}.billing-landing-faq-chevron{width:20px;height:20px;flex-shrink:0;color:var(--text-muted);transition:transform .3s cubic-bezier(.16,1,.3,1),color .2s ease}.billing-landing-faq-item--open .billing-landing-faq-chevron{transform:rotate(180deg);color:var(--accent)}.billing-landing-faq-answer{display:block;position:relative;z-index:1;background:#0c0c14fa;border-top:1px solid rgba(255,255,255,.04);padding:16px 24px 20px}.billing-landing-faq-answer p{color:#b8c1d9;font-size:.9375rem;line-height:1.7;margin:0;opacity:1;visibility:visible}.billing-landing-final-cta{padding:200px 0 140px;position:relative;overflow:hidden;z-index:1}.billing-landing-cta-particles{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden}.billing-landing-cta-particle{position:absolute;bottom:-10px;width:2px;height:2px;border-radius:50%;background:#6366f180;box-shadow:0 0 6px 1px #6366f14d;animation:billing-landing-particle-float linear infinite;opacity:0}.billing-landing-cta-particle:nth-child(1){left:4%;animation-duration:18s;animation-delay:0s;width:2px;height:2px}.billing-landing-cta-particle:nth-child(2){left:12%;animation-duration:22s;animation-delay:2s;width:3px;height:3px;background:#06b6d473;box-shadow:0 0 6px 1px #06b6d440}.billing-landing-cta-particle:nth-child(3){left:20%;animation-duration:16s;animation-delay:4s;width:2px;height:2px}.billing-landing-cta-particle:nth-child(4){left:28%;animation-duration:24s;animation-delay:1s;width:1px;height:1px;background:#06b6d466;box-shadow:0 0 4px 1px #06b6d433}.billing-landing-cta-particle:nth-child(5){left:35%;animation-duration:20s;animation-delay:6s;width:2px;height:2px}.billing-landing-cta-particle:nth-child(6){left:42%;animation-duration:17s;animation-delay:3s;width:3px;height:3px}.billing-landing-cta-particle:nth-child(7){left:50%;animation-duration:21s;animation-delay:5s;width:2px;height:2px;background:#06b6d473;box-shadow:0 0 6px 1px #06b6d440}.billing-landing-cta-particle:nth-child(8){left:58%;animation-duration:19s;animation-delay:.5s;width:1px;height:1px}.billing-landing-cta-particle:nth-child(9){left:65%;animation-duration:23s;animation-delay:7s;width:2px;height:2px}.billing-landing-cta-particle:nth-child(10){left:72%;animation-duration:15s;animation-delay:2.5s;width:3px;height:3px;background:#06b6d466;box-shadow:0 0 6px 1px #06b6d433}.billing-landing-cta-particle:nth-child(11){left:80%;animation-duration:20s;animation-delay:4.5s;width:2px;height:2px}.billing-landing-cta-particle:nth-child(12){left:88%;animation-duration:18s;animation-delay:1.5s;width:2px;height:2px}.billing-landing-cta-particle:nth-child(13){left:8%;animation-duration:25s;animation-delay:8s;width:1px;height:1px;background:#06b6d466;box-shadow:0 0 4px 1px #06b6d433}.billing-landing-cta-particle:nth-child(14){left:16%;animation-duration:19s;animation-delay:3.5s;width:2px;height:2px}.billing-landing-cta-particle:nth-child(15){left:24%;animation-duration:22s;animation-delay:6.5s;width:2px;height:2px}.billing-landing-cta-particle:nth-child(16){left:32%;animation-duration:17s;animation-delay:.8s;width:3px;height:3px;background:#06b6d473;box-shadow:0 0 6px 1px #06b6d440}.billing-landing-cta-particle:nth-child(17){left:46%;animation-duration:21s;animation-delay:5.5s;width:1px;height:1px}.billing-landing-cta-particle:nth-child(18){left:54%;animation-duration:16s;animation-delay:9s;width:2px;height:2px}.billing-landing-cta-particle:nth-child(19){left:62%;animation-duration:23s;animation-delay:2.8s;width:2px;height:2px;background:#06b6d466;box-shadow:0 0 4px 1px #06b6d433}.billing-landing-cta-particle:nth-child(20){left:76%;animation-duration:18s;animation-delay:7.5s;width:3px;height:3px}.billing-landing-cta-particle:nth-child(21){left:84%;animation-duration:20s;animation-delay:1.2s;width:1px;height:1px}.billing-landing-cta-particle:nth-child(22){left:92%;animation-duration:24s;animation-delay:4.2s;width:2px;height:2px;background:#06b6d473;box-shadow:0 0 6px 1px #06b6d440}.billing-landing-cta-particle:nth-child(23){left:96%;animation-duration:19s;animation-delay:6.8s;width:2px;height:2px}.billing-landing-cta-particle:nth-child(24){left:38%;animation-duration:26s;animation-delay:10s;width:1px;height:1px}@keyframes billing-landing-particle-float{0%{transform:translateY(0);opacity:0}5%{opacity:.8}85%{opacity:.8}to{transform:translateY(calc(-100vh - 40px));opacity:0}}.billing-landing-final-cta-inner{text-align:center;max-width:760px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:32px;position:relative;z-index:2;padding:0 24px}.billing-landing-final-cta-title{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800;color:var(--text-primary);margin:0;line-height:1.1;letter-spacing:-.02em}.billing-landing-final-cta-subtitle{font-size:1.1875rem;color:var(--text-secondary);max-width:500px;margin:0;line-height:1.75}.billing-landing-final-cta-pills{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-top:4px}.billing-landing-final-cta-pill{display:inline-flex;align-items:center;gap:10px;padding:10px 20px;background:#6366f10f;border:1px solid rgba(99,102,241,.15);border-radius:100px;color:var(--text-secondary);font-size:.875rem;font-weight:500;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:border-color .3s ease,background .3s ease,color .3s ease;position:relative;overflow:hidden}.billing-landing-final-cta-pill:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.06),transparent);transition:none}.billing-landing-final-cta-pill:hover:after{animation:billing-landing-pill-shimmer .6s ease forwards}.billing-landing-final-cta-pill:hover{border-color:#6366f14d;background:#6366f11a;color:var(--text-primary)}@keyframes billing-landing-pill-shimmer{0%{left:-100%}to{left:100%}}.billing-landing-final-cta-pill svg{width:18px;height:18px;color:var(--green);flex-shrink:0;filter:drop-shadow(0 0 4px rgba(16,185,129,.4))}.billing-landing-cta-btn-wrap{position:relative;display:flex;align-items:center;justify-content:center;margin-top:8px}.billing-landing-cta-btn-glow{position:absolute;width:280px;height:120px;border-radius:50%;background:radial-gradient(ellipse at center,rgba(99,102,241,.3) 0%,rgba(6,182,212,.1) 50%,transparent 70%);filter:blur(30px);animation:billing-landing-btn-glow-pulse 3s ease-in-out infinite}@keyframes billing-landing-btn-glow-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}.billing-landing-cta-btn-ring{position:absolute;width:220px;height:60px;border-radius:14px;border:1px solid rgba(99,102,241,.25);animation:billing-landing-btn-ring-pulse 3s ease-in-out infinite;pointer-events:none}@keyframes billing-landing-btn-ring-pulse{0%,to{opacity:0;transform:scale(1)}50%{opacity:.5;transform:scale(1.25)}}.billing-landing-cta-btn{position:relative;z-index:2;font-size:1.0625rem;padding:14px 32px}.billing-landing-final-cta-logos{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:20px}.billing-landing-final-logo{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:10px;font-size:.8125rem;font-weight:500;color:var(--text-muted);letter-spacing:.02em;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:border-color .3s ease,background .3s ease,color .3s ease,transform .3s ease}.billing-landing-final-logo:hover{border-color:#6366f140;background:#6366f10f;color:var(--text-secondary);transform:translateY(-2px)}.billing-landing-final-logo-letter{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:6px;background:linear-gradient(135deg,#6366f133,#06b6d426);border:1px solid rgba(99,102,241,.2);font-family:Plus Jakarta Sans,sans-serif;font-size:.6875rem;font-weight:700;color:var(--accent);flex-shrink:0}.billing-landing-footer{padding:80px 0 40px;border-top:1px solid var(--border);background:var(--bg-deep)}.billing-landing-footer-top{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:48px;margin-bottom:48px}.billing-landing-footer-brand{display:flex;flex-direction:column;gap:16px}.billing-landing-footer-brand p{font-size:.875rem;color:var(--text-muted);line-height:1.6;margin:0;max-width:300px}.billing-landing-footer-column{display:flex;flex-direction:column;gap:12px}.billing-landing-footer-column-title{font-family:Plus Jakarta Sans,sans-serif;font-size:.8125rem;font-weight:700;color:var(--text-primary);text-transform:uppercase;letter-spacing:.08em;margin:0 0 8px}.billing-landing-footer-link{color:var(--text-muted);text-decoration:none;font-size:.875rem;transition:color .2s ease}.billing-landing-footer-link:hover{color:var(--text-primary)}.billing-landing-footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:32px;border-top:1px solid var(--border)}.billing-landing-footer-copyright{font-size:.8125rem;color:var(--text-muted);margin:0}.billing-landing-footer-social{display:flex;gap:16px}.billing-landing-footer-social-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);color:var(--text-muted);transition:color .2s ease,border-color .2s ease,background .2s ease}.billing-landing-footer-social-icon:hover{color:var(--text-primary);border-color:#ffffff1a;background:#ffffff0f}.billing-landing-footer-social-icon svg{width:18px;height:18px}@media(max-width:1024px){.billing-landing-hero{padding:130px 0 60px;min-height:auto}.billing-landing-hero-side-icons{display:none}.billing-landing-hero-mockup-wrapper{max-width:700px;margin-top:40px}.billing-landing-hero-stat-list{grid-template-columns:repeat(3,1fr)}.billing-landing-features-grid{grid-template-columns:repeat(2,1fr)}.billing-landing-feature-card-wrap--span2{grid-column:span 2}.billing-landing-steps-grid{grid-template-columns:repeat(3,1fr);gap:20px}.billing-landing-pricing-cards{grid-template-columns:repeat(3,1fr);gap:16px}.billing-landing-feature-explorer-panel{grid-template-columns:1fr}.billing-landing-feature-item-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.billing-landing-footer-top{grid-template-columns:repeat(2,1fr);gap:40px}}@media(max-width:1024px){.billing-landing-nav-links,.billing-landing-nav-signin,.billing-landing-nav-cta{display:none}.billing-landing-hamburger,.billing-landing-mobile-menu{display:flex}}@media(max-width:768px){.billing-landing-container{padding:0 20px}.billing-landing-hero{padding:100px 0 56px;min-height:auto}.billing-landing-hero-chip{font-size:.8125rem;padding:8px 16px}.billing-landing-hero-title{font-size:clamp(2rem,8.5vw,2.875rem);line-height:1.15;letter-spacing:-.03em}.billing-landing-hero-title-line2{margin-top:10px}.billing-landing-hero-subtitle{font-size:1.0625rem;line-height:1.65}.billing-landing-hero-ctas{flex-direction:column;align-items:stretch;gap:14px;margin-top:12px}.billing-landing-hero-ctas>*{text-align:center;justify-content:center;padding:18px 28px;font-size:1.0625rem;min-height:56px}.billing-landing-hero-trust{padding-top:24px;border-top:1px solid rgba(99,102,241,.12)}.billing-landing-hero-mockup-wrapper{margin-top:36px}.billing-landing-hero-mockup{transform:none;border-radius:18px}.billing-landing-hero-mockup:hover{transform:none}.billing-landing-hero-card{border-radius:16px;padding:24px}.billing-landing-hero-stat-list{grid-template-columns:1fr;gap:12px}.billing-landing-hero-stat-card{padding:16px;border-radius:14px}.billing-landing-stats{padding:56px 0}.billing-landing-stats-grid{grid-template-columns:repeat(2,1fr);gap:24px}.billing-landing-features,.billing-landing-steps,.billing-landing-comparison,.billing-landing-testimonials,.billing-landing-pricing,.billing-landing-faq,.billing-landing-final-cta{padding:120px 0 80px}.billing-landing-section-header{margin-bottom:40px}.billing-landing-pricing--compact{padding-top:56px}.billing-landing-features-grid{grid-template-columns:1fr}.billing-landing-feature-card-wrap--span2{grid-column:span 1}.billing-landing-feature-category-list{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px;margin-inline:-4px;padding-inline:4px;scrollbar-width:none}.billing-landing-feature-category-list::-webkit-scrollbar{display:none}.billing-landing-feature-category-btn{flex:0 0 auto}.billing-landing-feature-explorer{padding-top:40px}.billing-landing-feature-explorer-panel{padding:22px;border-radius:22px}.billing-landing-feature-explorer-title{font-size:1.5rem}.billing-landing-feature-item-grid{grid-template-columns:1fr;max-height:none;overflow:visible;padding-right:0}.billing-landing-feature-item-card{min-height:0;padding:15px 16px}.billing-landing-steps-grid{grid-template-columns:1fr;gap:16px}.billing-landing-comparison-table{border-radius:16px}.billing-landing-comparison-header,.billing-landing-comparison-row{grid-template-columns:1.4fr 1fr 1fr}.billing-landing-comparison-header-cell,.billing-landing-comparison-feature,.billing-landing-comparison-cell{padding:12px 14px;font-size:.8125rem}.billing-landing-comparison-cell{gap:6px}.billing-landing-pricing-cards{grid-template-columns:1fr;max-width:400px;margin:0 auto}.billing-landing-pricing-card{padding:28px}.billing-landing-final-cta-pills{justify-content:center;gap:10px}.billing-landing-final-cta-pill{padding:8px 16px;font-size:.8125rem}.billing-landing-final-cta-logos{gap:8px}.billing-landing-final-logo{padding:8px 14px;font-size:.75rem}.billing-landing-final-logo-letter{width:18px;height:18px;font-size:.625rem}.billing-landing-lamp-wrap{padding-top:32px}.billing-landing-footer-top{grid-template-columns:1fr;gap:32px}.billing-landing-footer-bottom{flex-direction:column;gap:16px;text-align:center}.billing-landing-hero-trust{flex-direction:column;align-items:flex-start;gap:10px}}@media(max-width:480px){.billing-landing-container{padding:0 16px}.billing-landing-hero{padding:88px 0 48px}.billing-landing-hero-title{font-size:clamp(1.875rem,8vw,2.5rem);margin-bottom:20px}.billing-landing-hero-subtitle{font-size:1rem;line-height:1.6}.billing-landing-hero-chip{font-size:.75rem;padding:7px 14px}.billing-landing-hero-ctas>*{padding:15px 20px;font-size:1rem}.billing-landing-stats-grid{grid-template-columns:repeat(2,1fr);gap:16px}.billing-landing-hero-card{padding:18px;border-radius:16px}.billing-landing-hero-card-value{font-size:1.5rem}.billing-landing-hero-card-grid{grid-template-columns:1fr;gap:12px}.billing-landing-comparison-header,.billing-landing-comparison-row{grid-template-columns:1.4fr 1fr 1fr}.billing-landing-comparison-header-cell,.billing-landing-comparison-feature,.billing-landing-comparison-cell{padding:10px;font-size:.75rem}.billing-landing-comparison-header-cell{font-size:.6875rem;letter-spacing:.05em}.billing-landing-comparison-cell{gap:4px}.billing-landing-comparison-check,.billing-landing-comparison-cross{width:16px;height:16px}.billing-landing-comparison-check svg{width:12px;height:12px}.billing-landing-comparison-cross svg{width:10px;height:10px}.billing-landing-mobile-menu{padding:32px 20px 24px}.billing-landing-mobile-menu a{font-size:1.125rem;padding:16px 18px}}.billing-landing-page-hero{position:relative;padding:160px 0 80px;overflow:hidden;text-align:center}.billing-landing-page-hero-content{position:relative;z-index:1;max-width:720px;margin:0 auto}.billing-landing-page-hero-title{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:3rem;font-weight:800;line-height:1.15;letter-spacing:-.02em;color:var(--text-primary);margin-bottom:20px}.billing-landing-page-hero-subtitle{color:var(--text-secondary);font-size:1.15rem;line-height:1.7;max-width:560px;margin:0 auto}@media(max-width:768px){.billing-landing-page-hero{padding:120px 0 48px}.billing-landing-page-hero-title{font-size:2rem}.billing-landing-page-hero-subtitle{font-size:1rem}}.billing-landing-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1080px;margin:0 auto}.billing-landing-benefits-card{background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:32px 28px;transition:border-color .3s ease,transform .3s cubic-bezier(.16,1,.3,1)}.billing-landing-benefits-card:hover{border-color:#6366f140;transform:translateY(-2px);box-shadow:0 4px 30px #6366f114}.billing-landing-benefits-card-title{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1.15rem;font-weight:700;color:var(--text-primary);margin-bottom:20px}.billing-landing-benefits-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.billing-landing-benefits-list-item{display:flex;align-items:center;gap:10px;color:var(--text-secondary);font-size:.92rem;line-height:1.5}.billing-landing-benefits-list-item svg{flex-shrink:0;width:16px;height:16px;color:#10b981}@media(max-width:1024px){.billing-landing-benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.billing-landing-benefits-grid{grid-template-columns:1fr}}@keyframes billing-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes billing-glow-pulse{0%,to{box-shadow:0 0 #6366f14d}50%{box-shadow:0 0 20px 4px #6366f126}}.billing-landing-animate-float{animation:billing-float 4s ease-in-out infinite}.billing-landing-lamp-wrap{background:linear-gradient(180deg,var(--bg-elevated) 0%,var(--bg-deep) 100%);border-top:1px solid var(--border);padding-top:60px}.billing-landing-feature-badge{display:inline-block;padding:3px 10px;border-radius:6px;font-size:.7rem;font-weight:600;font-family:Plus Jakarta Sans,system-ui,sans-serif;letter-spacing:.06em;text-transform:uppercase;background:var(--accent-glow);color:var(--accent);margin-bottom:12px}.billing-landing-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:1100px;margin:0 auto}.billing-landing-blog-card-link{text-decoration:none;color:inherit;display:block;height:100%}.billing-landing-blog-card{display:flex;flex-direction:column;height:100%;border-radius:20px;overflow:hidden;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1)}.billing-landing-blog-card:hover{transform:translateY(-6px);box-shadow:0 20px 60px #6366f11f,0 8px 24px #06b6d414}.billing-landing-blog-card-banner{position:relative;height:140px;overflow:hidden;flex-shrink:0}.billing-landing-blog-card-banner-bg{position:absolute;inset:0;opacity:.85;transition:opacity .4s ease,transform .6s cubic-bezier(.16,1,.3,1)}.billing-landing-blog-card:hover .billing-landing-blog-card-banner-bg{opacity:1;transform:scale(1.05)}.billing-landing-blog-card-banner--indigo .billing-landing-blog-card-banner-bg{background:radial-gradient(ellipse at 20% 50%,rgba(99,102,241,.6) 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(6,182,212,.45) 0%,transparent 55%),radial-gradient(ellipse at 60% 80%,rgba(139,92,246,.35) 0%,transparent 50%),linear-gradient(135deg,#0a0a18,#0f0f24)}.billing-landing-blog-card-banner--cyan .billing-landing-blog-card-banner-bg{background:radial-gradient(ellipse at 70% 30%,rgba(6,182,212,.55) 0%,transparent 55%),radial-gradient(ellipse at 20% 70%,rgba(99,102,241,.4) 0%,transparent 55%),radial-gradient(ellipse at 50% 50%,rgba(16,185,129,.25) 0%,transparent 45%),linear-gradient(135deg,#0a0a18,#0f0f24)}.billing-landing-blog-card-banner--violet .billing-landing-blog-card-banner-bg{background:radial-gradient(ellipse at 30% 30%,rgba(139,92,246,.55) 0%,transparent 55%),radial-gradient(ellipse at 80% 70%,rgba(236,72,153,.35) 0%,transparent 50%),radial-gradient(ellipse at 50% 50%,rgba(99,102,241,.3) 0%,transparent 55%),linear-gradient(135deg,#0a0a18,#0f0f24)}.billing-landing-blog-card-banner-dots{position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.12) 1px,transparent 1px);background-size:16px 16px;mask-image:linear-gradient(135deg,#0009,#0000 70%);-webkit-mask-image:linear-gradient(135deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,0) 70%)}.billing-landing-blog-card-banner-shape{position:absolute;width:120px;height:120px;border-radius:50%;border:1px solid rgba(255,255,255,.08);right:-20px;bottom:-40px;transition:transform .6s cubic-bezier(.16,1,.3,1)}.billing-landing-blog-card:hover .billing-landing-blog-card-banner-shape{transform:scale(1.15) rotate(10deg)}.billing-landing-blog-card-banner-shape:after{content:"";position:absolute;inset:16px;border-radius:50%;border:1px solid rgba(255,255,255,.06)}.billing-landing-blog-card-banner:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(99,102,241,.4) 30%,rgba(6,182,212,.4) 70%,transparent 100%)}.billing-landing-blog-card-body{padding:24px 24px 28px;flex:1;display:flex;flex-direction:column}.billing-landing-blog-category{display:inline-flex;align-items:center;padding:4px 12px;border-radius:20px;font-size:.68rem;font-weight:700;font-family:Plus Jakarta Sans,system-ui,sans-serif;letter-spacing:.08em;text-transform:uppercase;background:linear-gradient(135deg,#6366f133,#06b6d426);color:#818cf8;border:1px solid rgba(99,102,241,.2);margin-bottom:16px;width:-moz-fit-content;width:fit-content;transition:background .3s ease,border-color .3s ease}.billing-landing-blog-card:hover .billing-landing-blog-category{background:linear-gradient(135deg,#6366f14d,#06b6d440);border-color:#6366f159}.billing-landing-blog-card-title{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1.15rem;font-weight:700;color:var(--text-primary);line-height:1.4;margin-bottom:12px;transition:color .3s ease}.billing-landing-blog-card:hover .billing-landing-blog-card-title{color:#c7d2fe}.billing-landing-blog-card-excerpt{color:var(--text-secondary);font-size:.9rem;line-height:1.65;margin-bottom:20px;flex:1}.billing-landing-blog-card-meta{display:flex;align-items:center;gap:10px;color:var(--text-muted);font-size:.78rem;padding-top:16px;border-top:1px solid rgba(255,255,255,.05)}.billing-landing-blog-card-meta-sep{width:3px;height:3px;border-radius:50%;background:var(--text-muted);flex-shrink:0}.billing-landing-blog-card-readmore{display:inline-flex;align-items:center;gap:6px;font-size:.82rem;font-weight:600;font-family:Plus Jakarta Sans,system-ui,sans-serif;color:var(--accent);margin-top:16px;transition:gap .3s ease,color .3s ease}.billing-landing-blog-card-readmore-arrow{display:inline-block;transition:transform .3s cubic-bezier(.16,1,.3,1)}.billing-landing-blog-card:hover .billing-landing-blog-card-readmore{color:#818cf8}.billing-landing-blog-card:hover .billing-landing-blog-card-readmore-arrow{transform:translate(4px)}.billing-landing-blog-progress{position:fixed;top:0;left:0;height:3px;background:linear-gradient(90deg,var(--accent),var(--accent-secondary));z-index:100;transition:width .1s linear;border-radius:0 2px 2px 0;box-shadow:0 0 12px #6366f166}.billing-landing-blog-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:var(--text-muted);font-size:.82rem;margin-bottom:24px}.billing-landing-blog-breadcrumb a{color:var(--accent);text-decoration:none;font-weight:500;transition:color .2s ease}.billing-landing-blog-breadcrumb a:hover{color:#818cf8;text-decoration:underline}.billing-landing-blog-breadcrumb span{display:inline-flex;align-items:center}.billing-landing-blog-article-header{position:relative;max-width:720px;margin:0 auto;text-align:center}.billing-landing-blog-article-header-accent{display:block;width:48px;height:3px;border-radius:3px;background:linear-gradient(90deg,var(--accent),var(--accent-secondary));margin:0 auto 20px;opacity:.7}.billing-landing-blog-article-title{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:2.1rem;font-weight:800;color:var(--text-primary);line-height:1.22;letter-spacing:-.02em;margin-bottom:20px}.billing-landing-blog-article-meta{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px;color:var(--text-secondary);font-size:.88rem}.billing-landing-blog-divider{max-width:720px;margin:48px auto 0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(99,102,241,.3) 20%,rgba(6,182,212,.3) 50%,rgba(139,92,246,.2) 80%,transparent 100%)}.billing-landing-blog-article-body{max-width:720px;margin:0 auto;padding:48px 24px}.billing-landing-blog-article-body h2{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1.45rem;font-weight:700;color:var(--text-primary);margin:48px 0 18px;line-height:1.3;padding-left:18px;border-left:3px solid;-o-border-image:linear-gradient(180deg,var(--accent),var(--accent-secondary)) 1;border-image:linear-gradient(180deg,var(--accent),var(--accent-secondary)) 1}.billing-landing-blog-article-body h2:first-child{margin-top:0}.billing-landing-blog-article-body p{color:var(--text-secondary);font-size:1.02rem;line-height:1.85;margin-bottom:22px}.billing-landing-blog-back-link{display:inline-flex;align-items:center;gap:8px;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.9rem;font-weight:600;color:var(--accent);text-decoration:none;padding:12px 24px;border-radius:12px;border:1px solid rgba(99,102,241,.2);background:#6366f10f;transition:all .3s ease;margin-top:16px}.billing-landing-blog-back-link:hover{background:#6366f11f;border-color:#6366f159;gap:12px}.billing-landing-blog-back-arrow{display:inline-block;transition:transform .3s cubic-bezier(.16,1,.3,1)}.billing-landing-blog-back-link:hover .billing-landing-blog-back-arrow{transform:translate(-3px)}.billing-landing-blog-article-footer{max-width:720px;margin:0 auto;padding:0 24px 80px}.billing-landing-blog-footer-divider{height:1px;background:linear-gradient(90deg,transparent 0%,rgba(99,102,241,.25) 30%,rgba(6,182,212,.25) 70%,transparent 100%);margin-bottom:32px}.billing-landing-blog-article-sidebar-accent{position:fixed;left:0;top:50%;transform:translateY(-50%);width:3px;height:120px;background:linear-gradient(180deg,transparent,var(--accent),var(--accent-secondary),transparent);border-radius:0 3px 3px 0;opacity:.4;pointer-events:none}@media(max-width:1024px){.billing-landing-blog-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media(max-width:768px){.billing-landing-blog-grid{grid-template-columns:1fr;max-width:480px}.billing-landing-blog-card-banner{height:110px}.billing-landing-blog-article-title{font-size:1.4rem;line-height:1.28}.billing-landing-blog-article-header{max-width:100%}.billing-landing-blog-article-header-accent{width:36px;margin-bottom:14px}.billing-landing-blog-article-meta{font-size:.8rem;gap:8px}.billing-landing-blog-article-body{padding:32px 16px 48px}.billing-landing-blog-article-body h2{font-size:1.15rem;padding-left:14px}.billing-landing-blog-breadcrumb{font-size:.75rem;gap:6px}.billing-landing-blog-article-footer{padding:0 16px 60px}.billing-landing-blog-divider{margin:32px auto 0}.billing-landing-blog-article-sidebar-accent{display:none}}.billing-landing-contact-hero{position:relative;padding:160px 0 100px;overflow:hidden;border-bottom:1px solid var(--border)}.billing-landing-contact-hero-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;max-width:780px;margin:0 auto}.billing-landing-contact-hero-content .billing-landing-hero-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;background:#6366f11a;border:1px solid rgba(99,102,241,.3);border-radius:24px;font-size:.875rem;color:var(--accent);font-weight:600;margin-bottom:28px;letter-spacing:.02em}.billing-landing-contact-hero-content .billing-landing-hero-chip-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:billing-glow-pulse 3s ease-in-out infinite}.billing-landing-contact-hero-content .billing-landing-section-title{font-size:3.5rem;line-height:1.1;letter-spacing:-.03em;margin-bottom:20px}.billing-landing-contact-hero-content .billing-landing-section-desc{font-size:1.125rem;max-width:600px;line-height:1.7}.billing-landing-contact-section{padding:120px 0;background:var(--bg-deep)}.billing-landing-contact-grid{display:grid;grid-template-columns:5fr 7fr;gap:72px;align-items:start}.billing-landing-contact-info-header{margin-bottom:40px}.billing-landing-contact-info-title{font-size:2.25rem;font-weight:800;color:var(--text-primary);margin:0 0 16px;letter-spacing:-.02em;line-height:1.15}.billing-landing-contact-info-desc{font-size:1.0625rem;color:var(--text-secondary);line-height:1.8;margin:0}.billing-landing-contact-cards{display:flex;flex-direction:column;gap:16px}.billing-landing-contact-card-wrap{position:relative;border-radius:16px}.billing-landing-contact-card{display:flex;align-items:flex-start;gap:16px;padding:24px;border-radius:16px;border:1px solid rgba(255,255,255,.06);background:var(--bg-card);backdrop-filter:blur(16px);transition:all .3s cubic-bezier(.16,1,.3,1)}.billing-landing-contact-card:hover{border-color:#ffffff1a;background:#141420cc;transform:translateY(-2px)}.billing-landing-contact-card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#6366f11a;border:1px solid rgba(99,102,241,.2);color:var(--accent);flex-shrink:0}.billing-landing-contact-card-icon--cyan{background:#06b6d41a;border-color:#06b6d433;color:var(--accent-secondary)}.billing-landing-contact-card-icon--violet{background:#8b5cf61a;border-color:#8b5cf633;color:#8b5cf6}.billing-landing-contact-card-content{flex:1}.billing-landing-contact-card-title{font-size:1.0625rem;font-weight:700;color:var(--text-primary);margin:0 0 4px;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif}.billing-landing-contact-card-text{font-size:.9375rem;color:var(--text-secondary);margin:0 0 4px}.billing-landing-contact-card-text a{color:var(--accent);text-decoration:none;transition:all .2s ease;font-weight:500}.billing-landing-contact-card-text a:hover{color:var(--accent-hover);text-decoration:underline;text-underline-offset:3px}.billing-landing-contact-card-hint{font-size:.8125rem;color:var(--text-muted);margin:0}.billing-landing-contact-form-wrapper{position:sticky;top:100px}.billing-landing-contact-form-card{padding:40px;border-radius:20px;border:1px solid rgba(255,255,255,.06);background:var(--bg-card);backdrop-filter:blur(16px);box-shadow:0 0 0 1px #ffffff08,0 8px 40px #0006}.billing-landing-contact-form-title{font-size:1.5rem;font-weight:800;color:var(--text-primary);margin:0 0 8px;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;letter-spacing:-.01em}.billing-landing-contact-form-subtitle{font-size:.9375rem;color:var(--text-secondary);margin:0 0 28px;line-height:1.5}.billing-landing-contact-form{display:flex;flex-direction:column;gap:20px}.billing-landing-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.billing-landing-form-group{display:flex;flex-direction:column}.billing-landing-form-label{font-size:.875rem;font-weight:600;color:var(--text-primary);margin-bottom:8px;display:block;letter-spacing:.01em}.billing-landing-form-input{padding:12px 16px;border-radius:12px;border:1px solid var(--border);background:#ffffff0a;color:var(--text-primary);font-family:inherit;font-size:.9375rem;transition:all .25s cubic-bezier(.16,1,.3,1)}.billing-landing-form-input:hover{border-color:var(--border-hover);background:#ffffff0f}.billing-landing-form-input:focus{outline:none;border-color:var(--accent);background:#ffffff14;box-shadow:0 0 0 3px #6366f126,0 0 20px #6366f114}.billing-landing-form-input::-moz-placeholder{color:var(--text-muted)}.billing-landing-form-input::placeholder{color:var(--text-muted)}.billing-landing-form-textarea{resize:vertical;min-height:130px;line-height:1.6}.billing-landing-contact-submit-container{margin-top:8px;width:100%;cursor:pointer}.billing-landing-contact-submit-btn{width:100%;padding:14px 24px!important;font-size:1rem!important;font-weight:600;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;justify-content:center}.billing-landing-contact-form-note{font-size:.8125rem;color:var(--text-muted);margin-top:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.05);line-height:1.6;display:flex;align-items:center;gap:8px}.billing-landing-contact-form-note a{color:var(--accent);text-decoration:none;font-weight:500;transition:color .2s ease}.billing-landing-contact-form-note a:hover{color:var(--accent-hover);text-decoration:underline;text-underline-offset:3px}.billing-landing-contact-form-note svg{flex-shrink:0;color:var(--text-muted)}@media(max-width:1024px){.billing-landing-contact-hero{padding:140px 0 80px}.billing-landing-contact-hero-content .billing-landing-section-title{font-size:2.75rem}.billing-landing-contact-grid{grid-template-columns:1fr;gap:56px}.billing-landing-contact-form-wrapper{position:static;top:auto}.billing-landing-contact-section{padding:80px 0}}@media(max-width:640px){.billing-landing-contact-hero{padding:120px 0 60px}.billing-landing-contact-hero-content .billing-landing-section-title{font-size:2rem}.billing-landing-contact-hero-content .billing-landing-section-desc{font-size:1rem}.billing-landing-contact-section{padding:60px 0}.billing-landing-contact-info-title{font-size:1.75rem}.billing-landing-contact-form-card{padding:24px}.billing-landing-form-row{grid-template-columns:1fr}}.billing-landing-privacy-hero{position:relative;padding:160px 0 80px;overflow:hidden}.billing-landing-privacy-hero-bg{position:absolute;inset:0;z-index:0;background:radial-gradient(ellipse 60% 50% at 50% 0%,rgba(99,102,241,.08) 0%,transparent 70%),radial-gradient(ellipse 40% 40% at 30% 20%,rgba(6,182,212,.05) 0%,transparent 60%)}.billing-landing-privacy-hero-grid{position:absolute;inset:0;z-index:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(ellipse 70% 60% at 50% 30%,black 0%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 30%,black 0%,transparent 70%)}.billing-landing-privacy-hero-content{position:relative;z-index:2;text-align:center;max-width:720px;margin:0 auto}.billing-landing-privacy-chip{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:100px;background:#6366f11a;border:1px solid rgba(99,102,241,.2);font-family:Plus Jakarta Sans,sans-serif;font-size:.8125rem;font-weight:600;color:var(--accent);letter-spacing:.08em;text-transform:uppercase;margin-bottom:24px}.billing-landing-privacy-chip-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:billing-pulse 2s ease-in-out infinite}.billing-landing-privacy-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;color:var(--text-primary);margin:0 0 20px;line-height:1.1}.billing-landing-privacy-updated{font-size:1.125rem;color:var(--text-secondary);margin:0;display:flex;align-items:center;justify-content:center;gap:8px}.billing-landing-privacy-updated-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:8px;background:#6366f11a;border:1px solid rgba(99,102,241,.15);color:var(--accent);font-weight:600;font-family:JetBrains Mono,monospace;font-size:.875rem}.billing-landing-privacy-toc{padding:32px;border-radius:24px;background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.06);margin-bottom:48px}.billing-landing-privacy-toc-header{display:flex;align-items:center;gap:12px;margin-bottom:24px}.billing-landing-privacy-toc-icon{width:40px;height:40px;border-radius:12px;background:#6366f11a;display:flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0}.billing-landing-privacy-toc-title{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin:0}.billing-landing-privacy-toc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.billing-landing-privacy-toc-link{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:12px;background:#ffffff08;border:1px solid transparent;text-decoration:none;color:var(--text-secondary);font-size:.9375rem;font-weight:500;transition:all .2s ease}.billing-landing-privacy-toc-link:hover{background:#6366f114;border-color:#6366f126;color:var(--accent);transform:translate(4px)}.billing-landing-privacy-toc-link-icon{width:32px;height:32px;border-radius:8px;background:#ffffff0a;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.billing-landing-privacy-toc-link:hover .billing-landing-privacy-toc-link-icon{background:#6366f126;color:var(--accent)}.billing-landing-privacy-sections{display:flex;flex-direction:column;gap:12px}.billing-landing-privacy-section{border-radius:20px;background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.06);overflow:hidden;transition:border-color .25s ease,box-shadow .25s ease}.billing-landing-privacy-section:hover{border-color:#ffffff1a}.billing-landing-privacy-section--open{border-color:#6366f133;box-shadow:0 0 24px #6366f10f}.billing-landing-privacy-section-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:24px 28px;background:transparent;border:none;cursor:pointer;gap:16px;transition:background .2s ease}.billing-landing-privacy-section-btn:hover{background:#ffffff05}.billing-landing-privacy-section-btn-left{display:flex;align-items:center;gap:16px}.billing-landing-privacy-section-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .25s ease}.billing-landing-privacy-section--open .billing-landing-privacy-section-icon{box-shadow:0 0 16px #6366f126}.billing-landing-privacy-section-title{font-family:Plus Jakarta Sans,sans-serif;font-size:1.0625rem;font-weight:600;color:var(--text-primary);text-align:left;margin:0;transition:color .2s ease}.billing-landing-privacy-section-btn:hover .billing-landing-privacy-section-title{color:#fff}.billing-landing-privacy-chevron{width:20px;height:20px;flex-shrink:0;color:var(--text-muted);transition:transform .35s cubic-bezier(.16,1,.3,1),color .2s ease}.billing-landing-privacy-section--open .billing-landing-privacy-chevron{transform:rotate(180deg);color:var(--accent)}.billing-landing-privacy-answer{max-height:0;overflow:hidden;transition:max-height .45s cubic-bezier(.16,1,.3,1),padding .45s cubic-bezier(.16,1,.3,1);padding:0 28px}.billing-landing-privacy-section--open .billing-landing-privacy-answer{max-height:600px;padding:0 28px 28px}.billing-landing-privacy-answer-inner{border-top:1px solid rgba(255,255,255,.05);padding-top:20px}.billing-landing-privacy-answer p{color:var(--text-secondary);font-size:.9375rem;line-height:1.75;margin:0 0 16px}.billing-landing-privacy-answer p:last-child{margin-bottom:0}.billing-landing-privacy-list{display:flex;flex-direction:column;gap:8px}.billing-landing-privacy-list-item{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;border-radius:12px;background:#ffffff08;border:1px solid rgba(255,255,255,.03);transition:all .2s ease}.billing-landing-privacy-list-item:hover{background:#ffffff0d;border-color:#ffffff0f}.billing-landing-privacy-list-dot{width:6px;height:6px;border-radius:50%;margin-top:8px;flex-shrink:0}.billing-landing-privacy-list-item p{color:var(--text-secondary);font-size:.9375rem;line-height:1.7;margin:0}@media(max-width:768px){.billing-landing-privacy-hero{padding:120px 0 60px}.billing-landing-privacy-title{font-size:2rem}.billing-landing-privacy-toc{padding:24px}.billing-landing-privacy-toc-grid{grid-template-columns:1fr}.billing-landing-privacy-section-btn{padding:20px}.billing-landing-privacy-section-icon{width:38px;height:38px}.billing-landing-privacy-answer{padding:0 20px}.billing-landing-privacy-section--open .billing-landing-privacy-answer{padding:0 20px 20px}}.billing-landing-terms-body{padding:80px 0 140px;position:relative}.billing-landing-terms-date-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;border-radius:100px;background:#6366f10f;border:1px solid rgba(99,102,241,.12);font-size:.9375rem}.billing-landing-terms-layout{display:grid;grid-template-columns:300px 1fr;gap:48px;max-width:1100px;margin:0 auto;align-items:start}.billing-landing-terms-toc{position:sticky;top:96px;align-self:start;max-height:calc(100vh - 120px);overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.billing-landing-terms-toc::-webkit-scrollbar{display:none}.billing-landing-terms-toc-card{padding:28px;border-radius:24px;background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.06)}.billing-landing-terms-toc-header{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.06)}.billing-landing-terms-toc-title{font-family:Plus Jakarta Sans,sans-serif;font-size:1rem;font-weight:700;color:var(--text-primary);margin:0}.billing-landing-terms-toc-list{display:flex;flex-direction:column;gap:4px}.billing-landing-terms-toc-link{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;background:transparent;border:1px solid transparent;text-decoration:none;color:var(--text-secondary);font-size:.8125rem;font-weight:500;transition:all .2s ease;cursor:pointer}.billing-landing-terms-toc-link:hover{background:#6366f114;border-color:#6366f11f;color:var(--accent);transform:translate(3px)}.billing-landing-terms-toc-link--active{background:#6366f11a;border-color:#6366f12e;color:var(--accent)}.billing-landing-terms-toc-link--active .billing-landing-terms-toc-icon{background:#6366f126;color:var(--accent)}.billing-landing-terms-toc-link--active .billing-landing-terms-toc-num{color:var(--accent)}.billing-landing-terms-toc-icon{width:28px;height:28px;border-radius:8px;background:#ffffff0a;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--text-muted);transition:all .2s ease}.billing-landing-terms-toc-link:hover .billing-landing-terms-toc-icon{background:#6366f11f;color:var(--accent)}.billing-landing-terms-toc-num{font-family:JetBrains Mono,monospace;font-size:.6875rem;font-weight:500;color:var(--text-muted);min-width:18px;transition:color .2s ease}.billing-landing-terms-toc-link:hover .billing-landing-terms-toc-num{color:var(--accent)}.billing-landing-terms-sections{display:flex;flex-direction:column;gap:12px}.billing-landing-terms-section{border-radius:20px;background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.06);overflow:hidden;transition:border-color .25s ease,box-shadow .25s ease}.billing-landing-terms-section:hover{border-color:#ffffff1a}.billing-landing-terms-section[data-open]{border-color:#6366f133;box-shadow:0 0 24px #6366f10f}.billing-landing-terms-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:22px 28px;background:transparent;border:none;cursor:pointer;gap:16px;transition:background .2s ease}.billing-landing-terms-toggle:hover{background:#ffffff05}.billing-landing-terms-toggle-left{display:flex;align-items:center;gap:14px}.billing-landing-terms-icon-wrap{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .25s ease}.billing-landing-terms-section[data-open] .billing-landing-terms-icon-wrap{box-shadow:0 0 16px #6366f126}.billing-landing-terms-section-title{font-family:Plus Jakarta Sans,sans-serif;font-size:1.0625rem;font-weight:600;color:var(--text-primary);text-align:left;margin:0;transition:color .2s ease}.billing-landing-terms-toggle:hover .billing-landing-terms-section-title{color:#fff}.billing-landing-terms-chevron{width:20px;height:20px;flex-shrink:0;color:var(--text-muted);transition:transform .35s cubic-bezier(.16,1,.3,1),color .2s ease;display:flex;align-items:center;justify-content:center}.billing-landing-terms-chevron[data-open]{transform:rotate(180deg);color:var(--accent)}.billing-landing-terms-content{overflow:hidden;transition:max-height .45s cubic-bezier(.16,1,.3,1);padding:0 28px}.billing-landing-terms-items{display:flex;flex-direction:column;gap:8px;padding-top:4px;padding-bottom:24px;border-top:1px solid rgba(255,255,255,.05)}.billing-landing-terms-item{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;border-radius:12px;background:#ffffff08;border:1px solid rgba(255,255,255,.03);transition:all .2s ease}.billing-landing-terms-item:hover{background:#ffffff0d;border-color:#ffffff0f}.billing-landing-terms-bullet{width:6px;height:6px;border-radius:50%;background:var(--accent);margin-top:8px;flex-shrink:0}.billing-landing-terms-item p{color:var(--text-secondary);font-size:.9375rem;line-height:1.7;margin:0}.billing-landing-terms-paragraph{color:var(--text-secondary);font-size:.9375rem;line-height:1.75;margin:0;padding-top:4px;padding-bottom:24px;border-top:1px solid rgba(255,255,255,.05)}@media(max-width:1024px){.billing-landing-terms-layout{grid-template-columns:1fr;gap:32px}.billing-landing-terms-toc{position:static}}@media(max-width:768px){.billing-landing-terms-body{padding:48px 0 80px}.billing-landing-terms-toc-card,.billing-landing-terms-toggle{padding:20px}.billing-landing-terms-icon-wrap{width:38px;height:38px}.billing-landing-terms-content{padding:0 20px}.billing-landing-terms-items,.billing-landing-terms-paragraph{padding-bottom:20px}.billing-landing-terms-date-badge{font-size:.8125rem;padding:6px 14px}}.billing-landing-about-hero{position:relative;padding:160px 0 100px;overflow:hidden;text-align:center;min-height:60vh;display:flex;align-items:center}.billing-landing-about-hero-content{position:relative;z-index:1;max-width:760px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:24px}.billing-landing-about-hero-title{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--text-primary);margin:0}.billing-landing-about-hero-subtitle{color:var(--text-secondary);font-size:1.2rem;line-height:1.7;max-width:600px;margin:0 auto}.billing-landing-about-story{padding:100px 0 40px;position:relative}.billing-landing-about-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;max-width:1080px;margin:0 auto}.billing-landing-about-card-wrap{position:relative;border-radius:20px}.billing-landing-about-card{position:relative;z-index:1;background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.06);border-radius:20px;padding:40px;height:100%;display:flex;flex-direction:column;transition:border-color .3s ease,transform .3s cubic-bezier(.16,1,.3,1)}.billing-landing-about-card:hover{border-color:#6366f133;transform:translateY(-3px);box-shadow:0 8px 40px #6366f114}.billing-landing-about-card-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.billing-landing-about-card-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:14px;flex-shrink:0;font-size:1.35rem}.billing-landing-about-card-icon--indigo{background:linear-gradient(135deg,#6366f133,#6366f114);border:1px solid rgba(99,102,241,.2);color:#818cf8}.billing-landing-about-card-icon--cyan{background:linear-gradient(135deg,#06b6d433,#06b6d414);border:1px solid rgba(6,182,212,.2);color:#22d3ee}.billing-landing-about-card-title{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.2;letter-spacing:-.01em;color:var(--text-primary);margin:0}.billing-landing-about-card-text{color:var(--text-secondary);font-size:1.0625rem;line-height:1.8;margin:0}.billing-landing-about-mission{padding:100px 0 60px;position:relative}.billing-landing-about-mission-inner{position:relative;max-width:900px;margin:0 auto;background:var(--bg-card);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.06);border-radius:24px;padding:56px;overflow:hidden;text-align:center}.billing-landing-about-mission-glow{position:absolute;width:300px;height:300px;border-radius:50%;pointer-events:none;filter:blur(80px);opacity:.4}.billing-landing-about-mission-glow--tl{top:-120px;left:-80px;background:radial-gradient(circle,rgba(99,102,241,.3),transparent 70%)}.billing-landing-about-mission-glow--br{bottom:-120px;right:-80px;background:radial-gradient(circle,rgba(6,182,212,.25),transparent 70%)}.billing-landing-about-mission-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.billing-landing-about-mission-text{color:var(--text-secondary);font-size:1.125rem;line-height:1.8;max-width:640px;margin:0 auto 48px}.billing-landing-about-metrics{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.billing-landing-about-metric{display:flex;flex-direction:column;align-items:center;gap:6px;padding:20px 32px;border-radius:16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:transform .3s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .3s ease;min-width:140px}.billing-landing-about-metric:hover{transform:translateY(-3px);border-color:#6366f133;box-shadow:0 4px 24px #6366f11a}.billing-landing-about-metric-value{font-family:JetBrains Mono,monospace;font-size:1.75rem;font-weight:500;letter-spacing:-.02em}.billing-landing-about-metric-label{color:var(--text-secondary);font-size:.875rem;font-weight:500;letter-spacing:.03em;text-transform:uppercase}@media(max-width:1024px){.billing-landing-about-story-grid{gap:24px}}@media(max-width:768px){.billing-landing-about-hero{padding:120px 0 64px;min-height:auto}.billing-landing-about-hero-title{font-size:2.25rem}.billing-landing-about-hero-subtitle{font-size:1rem}.billing-landing-about-story{padding:80px 0 32px}.billing-landing-about-story-grid{grid-template-columns:1fr;gap:20px}.billing-landing-about-card{padding:28px}.billing-landing-about-card-title{font-size:1.25rem}.billing-landing-about-card-text{font-size:.9375rem}.billing-landing-about-mission{padding:80px 0 40px}.billing-landing-about-mission-inner{padding:36px 24px;border-radius:20px}.billing-landing-about-mission-text{font-size:1rem;margin-bottom:36px}.billing-landing-about-metrics{gap:12px}.billing-landing-about-metric{padding:16px 24px;min-width:120px}.billing-landing-about-metric-value{font-size:1.5rem}.billing-landing-about-metric-label{font-size:.75rem}}@media(max-width:480px){.billing-landing-about-hero{padding:100px 0 48px}.billing-landing-about-hero-title{font-size:1.875rem}.billing-landing-about-card-header{flex-direction:column;align-items:flex-start;gap:12px}.billing-landing-about-card-icon{width:48px;height:48px}.billing-landing-about-mission-glow{width:180px;height:180px;filter:blur(60px)}.billing-landing-about-metrics{flex-direction:column;align-items:stretch}.billing-landing-about-metric{flex-direction:row;justify-content:center;gap:12px;padding:16px 20px;min-width:auto}}.billing-landing-payment-strip{padding:48px 0 56px;position:relative}.billing-landing-payment-strip-label{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:24px;font-family:DM Sans,system-ui,sans-serif;font-size:.8125rem;font-weight:500;color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase}.billing-landing-payment-strip-count{font-family:JetBrains Mono,monospace;font-size:.875rem;font-weight:700;color:var(--accent);background:#6366f114;border:1px solid rgba(99,102,241,.15);border-radius:6px;padding:2px 8px}.billing-landing-payment-strip-rows{display:flex;flex-direction:column;gap:10px}.billing-landing-payment-chip{display:inline-flex;align-items:center;gap:5px;padding:6px 14px;background:#ffffff06;border:1px solid rgba(255,255,255,.05);border-radius:8px;font-family:DM Sans,system-ui,sans-serif;font-size:.75rem;font-weight:500;color:var(--text-muted);letter-spacing:.015em;white-space:nowrap;transition:border-color .3s ease,background .3s ease,color .3s ease;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.billing-landing-payment-chip:hover{border-color:#6366f140;background:#6366f10f;color:var(--text-secondary)}.billing-landing-payment-chip-letter{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:4px;background:linear-gradient(135deg,#6366f133,#06b6d426);border:1px solid rgba(99,102,241,.2);font-family:Plus Jakarta Sans,sans-serif;font-size:.5rem;font-weight:700;color:var(--accent);flex-shrink:0;line-height:1}@media(max-width:768px){.billing-landing-payment-strip{padding:32px 0 40px}.billing-landing-payment-strip-label{font-size:.6875rem;gap:8px;margin-bottom:16px}.billing-landing-payment-strip-rows{gap:8px}.billing-landing-payment-chip{padding:4px 10px;font-size:.6875rem;gap:4px;border-radius:6px}.billing-landing-payment-chip-letter{width:14px;height:14px;font-size:.4375rem}}.billing-landing-country-section{padding:100px 0}.billing-landing-country-section--elevated{background:var(--bg-elevated)}.billing-landing-country-paragraph{color:var(--text-secondary);font-size:1.0625rem;line-height:1.75;max-width:800px;margin:0 auto 1rem}.billing-landing-country-paragraph:last-child{margin-bottom:0}.billing-landing-country-hero-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:72px;align-items:center}.billing-landing-country-hero-copy{display:flex;flex-direction:column;align-items:flex-start}.billing-landing-country-hero-chip{display:inline-flex;align-items:center;gap:10px;padding:7px 18px;background:#6366f114;border:1px solid rgba(99,102,241,.2);border-radius:100px;font-size:.8125rem;font-weight:600;color:var(--accent);font-family:Plus Jakarta Sans,sans-serif;margin-bottom:28px;letter-spacing:.02em}.billing-landing-country-hero-chip-dot{width:7px;height:7px;border-radius:50%;background:var(--green);animation:billing-pulse 2s ease-in-out infinite;flex-shrink:0}.billing-landing-country-hero-h1{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-weight:800;font-size:3rem;line-height:1.15;letter-spacing:-.025em;color:var(--text-primary);margin:0 0 20px;text-align:left}.billing-landing-country-hero-tagline{color:var(--text-primary);font-size:2.25rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;display:inline-block;margin-top:4px}.billing-landing-country-hero-desc{color:var(--text-secondary);font-size:1.0625rem;line-height:1.7;max-width:520px;text-align:left;margin:0}.billing-landing-country-hero-actions{display:flex;align-items:center;gap:16px;margin-top:2rem}.billing-landing-country-hero-trust{display:flex;align-items:center;gap:24px;margin-top:1.75rem;font-size:.8125rem;color:var(--text-muted);font-weight:500}.billing-landing-country-hero-trust span{display:inline-flex;align-items:center;gap:6px}.billing-landing-country-hero-trust svg{color:var(--green);width:14px;height:14px}.billing-landing-country-hero-card{position:relative;background:var(--bg-card);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:32px;display:flex;flex-direction:column;gap:20px;overflow:hidden}.billing-landing-country-hero-card-glow{position:absolute;top:-40%;right:-20%;width:300px;height:300px;background:radial-gradient(circle,rgba(99,102,241,.15) 0%,transparent 70%);border-radius:50%;pointer-events:none;filter:blur(60px)}.billing-landing-country-hero-card-header{display:flex;align-items:center;gap:14px}.billing-landing-country-hero-card-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f126,#06b6d41a);border:1px solid rgba(99,102,241,.2);border-radius:12px;flex-shrink:0}.billing-landing-country-hero-card-icon svg{width:22px;height:22px;color:var(--accent)}.billing-landing-country-hero-card-label{display:block;font-family:Plus Jakarta Sans,sans-serif;font-weight:700;font-size:1.0625rem;color:var(--text-primary);line-height:1.3}.billing-landing-country-hero-card-sublabel{display:block;font-size:.75rem;color:var(--text-muted);margin-top:1px}.billing-landing-country-hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.billing-landing-country-hero-stat{text-align:center;padding:18px 8px 14px;background:#6366f10d;border:1px solid rgba(99,102,241,.08);border-radius:14px;transition:border-color .3s ease,background .3s ease}.billing-landing-country-hero-stat:hover{border-color:#6366f12e;background:#6366f114}.billing-landing-country-hero-stat-number{display:block;font-family:JetBrains Mono,monospace;font-weight:500;font-size:1.625rem;background:linear-gradient(135deg,#eeeef0,#8892a7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.billing-landing-country-hero-stat-label{display:block;font-size:.6875rem;color:var(--text-muted);margin-top:6px;text-transform:uppercase;letter-spacing:.04em}.billing-landing-country-hero-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(99,102,241,.15),transparent)}.billing-landing-country-hero-features{display:flex;flex-wrap:wrap;gap:8px}.billing-landing-country-hero-feature-pill{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;font-size:.75rem;font-weight:500;color:var(--text-secondary);background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:8px;transition:border-color .2s ease,background .2s ease}.billing-landing-country-hero-feature-pill:hover{border-color:#6366f126;background:#6366f10d}.billing-landing-country-hero-feature-pill svg{width:13px;height:13px;color:var(--green)}.billing-landing-country-hero-card-cta{display:flex}.billing-landing-country-hero-card-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 20px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-hover) 100%);border-radius:12px;color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-weight:600;font-size:.875rem;text-decoration:none;transition:opacity .2s ease,transform .2s ease}.billing-landing-country-hero-card-btn:hover{opacity:.9;transform:translateY(-1px)}.billing-landing-country-intro-card{max-width:880px;margin:0 auto;background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.06);border-left:3px solid var(--accent);border-radius:16px;padding:40px 48px}.billing-landing-country-intro-card .billing-landing-country-paragraph{max-width:none;margin-left:0}.billing-landing-country-content-card{max-width:800px;margin:0 auto;background:var(--bg-card);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:36px 40px}.billing-landing-country-content-card .billing-landing-country-paragraph{max-width:none;margin-left:0}.billing-landing-country-features-card{max-width:960px;margin:0 auto;background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.06);border-radius:20px;padding:48px}.billing-landing-country-features-list{display:grid;grid-template-columns:1fr 1fr;gap:20px 48px}.billing-landing-country-feature-item{display:flex;align-items:flex-start;gap:14px;font-size:.9375rem;line-height:1.5;color:var(--text-secondary)}.billing-landing-country-feature-check{flex-shrink:0;margin-top:2px;color:var(--green)}.billing-landing-country-feature-check svg{width:18px;height:18px}.billing-landing-country-audience-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:960px;margin:0 auto}.billing-landing-country-audience-card{position:relative;border-radius:20px}.billing-landing-country-audience-card-inner{position:relative;z-index:1;background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.06);border-radius:20px;padding:28px 32px;display:flex;align-items:flex-start;gap:16px;transition:border-color .3s ease,transform .3s cubic-bezier(.16,1,.3,1);height:100%}.billing-landing-country-audience-card-inner:hover{border-color:#6366f126;transform:translateY(-2px)}.billing-landing-country-audience-text{color:var(--text-secondary);font-size:.9375rem;line-height:1.55;margin:0}.billing-landing-country-audience-text:first-letter{text-transform:uppercase}.billing-landing-country-getstarted{max-width:800px;margin:0 auto;text-align:center}.billing-landing-country-getstarted .billing-landing-section-title{margin-bottom:20px}.billing-landing-country-getstarted-text{color:var(--text-secondary);font-size:1.0625rem;line-height:1.75;max-width:640px;margin:0 auto .75rem}.billing-landing-country-getstarted-text:last-of-type{margin-bottom:0}.billing-landing-country-getstarted-actions{display:flex;align-items:center;gap:24px;margin-top:2rem;justify-content:center;flex-wrap:wrap}.billing-landing-country-internal-link{margin-top:28px;padding-top:20px;border-top:1px solid rgba(255,255,255,.06)}.billing-landing-country-internal-link a{display:inline-flex;align-items:center;gap:6px;color:var(--accent);font-size:.875rem;font-weight:600;font-family:Plus Jakarta Sans,sans-serif;text-decoration:none;transition:color .2s ease,gap .2s ease}.billing-landing-country-internal-link a:hover{color:var(--accent-secondary);gap:10px}.billing-landing-country-internal-link-inline{display:inline-flex;align-items:center;gap:6px;color:var(--accent);font-size:.875rem;font-weight:600;font-family:Plus Jakarta Sans,sans-serif;text-decoration:none;transition:color .2s ease,gap .2s ease}.billing-landing-country-internal-link-inline:hover{color:var(--accent-secondary);gap:10px}.billing-landing-country-faq-h3{margin:0;padding:0;font-size:inherit;font-weight:inherit;line-height:inherit}ul.billing-landing-country-features-list{list-style:none;padding:0;margin:0}@media(max-width:1024px){.billing-landing-country-hero-grid{grid-template-columns:1fr;gap:48px}.billing-landing-country-hero-copy{align-items:center;text-align:center}.billing-landing-country-hero-h1{text-align:center;font-size:2.5rem}.billing-landing-country-hero-tagline{font-size:1.75rem}.billing-landing-country-hero-desc{text-align:center;max-width:none}.billing-landing-country-hero-actions,.billing-landing-country-hero-trust{justify-content:center}.billing-landing-country-hero-card{max-width:480px;margin:0 auto}.billing-landing-country-audience-grid{grid-template-columns:1fr}}@media(max-width:768px){.billing-landing-country-section{padding:64px 0}.billing-landing-country-hero-h1{font-size:2rem}.billing-landing-country-hero-tagline{font-size:1.375rem}.billing-landing-country-hero-desc{font-size:.9375rem}.billing-landing-country-hero-actions{flex-direction:column;width:100%}.billing-landing-country-hero-trust{flex-wrap:wrap;justify-content:center;gap:12px}.billing-landing-country-hero-card{padding:24px}.billing-landing-country-hero-stat-number{font-size:1.25rem}.billing-landing-country-intro-card,.billing-landing-country-content-card{padding:28px 24px}.billing-landing-country-features-card{padding:32px 24px}.billing-landing-country-features-list{grid-template-columns:1fr;gap:16px}.billing-landing-country-paragraph,.billing-landing-country-getstarted-text{font-size:.9375rem}}
