*{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#0f172a;color:#e2e8f0}a{color:inherit}h1,h2{font-family:var(--font-display),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}.container{max-width:960px;margin:0 auto;padding:2rem 1.5rem}nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(51,65,85,.6);background:rgba(15,23,42,.7);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}nav .brand{font-weight:700;font-size:1.1rem;letter-spacing:-.01em;text-decoration:none}nav .links a{margin-left:1.5rem;text-decoration:none;font-size:.95rem;color:#94a3b8;transition:color .15s ease}nav .links a:hover{color:#e2e8f0}nav .links a.nav-cta{color:#e2e8f0;background:rgba(99,102,241,.12);border:1px solid rgba(99,102,241,.4);border-radius:999px;padding:.4rem 1rem}nav .links a.nav-cta:hover{background:rgba(99,102,241,.22);color:#fff}.nav-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;padding:0;border:none}.nav-toggle,.nav-toggle:hover{background:transparent}.nav-toggle span{display:block;width:20px;height:2px;border-radius:2px;background:#e2e8f0;transition:transform .2s ease,opacity .2s ease}.nav-toggle-open span:first-child{transform:translateY(7px) rotate(45deg)}.nav-toggle-open span:nth-child(2){opacity:0}.nav-toggle-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:720px){.nav-toggle{display:flex}nav .links{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:.25rem;padding:1rem 1.5rem 1.5rem;background:#0f172a;border-bottom:1px solid rgba(51,65,85,.6)}nav .links.links-open{display:flex}nav .links a{margin-left:0;padding:.6rem 0}nav .links a.nav-cta{margin-top:.5rem;text-align:center}}.hero{position:relative;overflow:hidden;text-align:center;padding:4rem 1.5rem}.hero:before{content:"";position:absolute;top:-260px;left:50%;transform:translateX(-50%);width:900px;height:900px;max-width:none;background:radial-gradient(circle at 30% 30%,rgba(99,102,241,.35),transparent 60%),radial-gradient(circle at 70% 55%,rgba(168,85,247,.28),transparent 60%),radial-gradient(circle at 50% 85%,rgba(34,211,238,.18),transparent 60%);filter:blur(60px);pointer-events:none;z-index:0;animation:heroGlowDrift 16s ease-in-out infinite;transform-origin:center;will-change:transform}.hero>*{position:relative;z-index:1}.hero-particles{position:absolute;inset:0;z-index:1;pointer-events:none}.particle{position:absolute;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:rgba(99,102,241,.12);border:1px solid rgba(99,102,241,.3);color:#a5b4fc;animation:particleFloat 7s ease-in-out infinite;will-change:transform}.particle svg{width:20px;height:20px}.particle-1{top:14%;left:10%;animation-duration:7s}.particle-2{top:68%;left:7%;animation-duration:8.5s;animation-delay:1s}.particle-3{top:18%;right:9%;animation-duration:6.5s;animation-delay:.5s}.particle-4{top:62%;right:12%;animation-duration:9s;animation-delay:2s}@media (max-width:720px){.hero-particles{display:none}}@keyframes heroGlowDrift{0%,to{transform:translateX(-50%) translateY(0) rotate(0deg) scale(1)}50%{transform:translateX(-48%) translateY(24px) rotate(6deg) scale(1.05)}}@keyframes particleFloat{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-16px) rotate(4deg)}}@media (prefers-reduced-motion:reduce){.hero:before,.particle{animation:none}}.eyebrow{display:inline-block;background:rgba(99,102,241,.14);border:1px solid rgba(99,102,241,.4);color:#c7d2fe;border-radius:999px;padding:.3rem .9rem;font-size:.8rem;font-weight:600;letter-spacing:.02em;margin-bottom:1.25rem}.hero h1{font-size:clamp(2.5rem,5vw,3.75rem);font-weight:700;letter-spacing:-.02em;line-height:1.12;margin:0 0 1rem;background:linear-gradient(110deg,#fff 20%,#c7d2fe 40%,#a5b4fc 50%,#c7d2fe 60%,#fff 80%);background-size:250% auto;-webkit-background-clip:text;background-clip:text;color:transparent;animation:headlineShine 7s linear infinite}@keyframes headlineShine{to{background-position:-250%}}@media (prefers-reduced-motion:reduce){.hero h1{animation:none}}.hero p{color:#94a3b8;font-size:1.3rem;max-width:600px;margin:0 auto 2rem}.hero .hero-trust{color:#64748b;font-size:.85rem;margin-top:1.5rem}.rescue-flow{justify-content:center;gap:.5rem;max-width:420px;margin:3rem auto 0}.flow-node,.rescue-flow{display:flex;align-items:center}.flow-node{flex-direction:column;gap:.55rem;width:88px}.flow-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(100,116,139,.12);border:1px solid rgba(100,116,139,.3);color:#64748b;transition:background .6s cubic-bezier(.4,0,.2,1),border-color .6s cubic-bezier(.4,0,.2,1),color .6s cubic-bezier(.4,0,.2,1),box-shadow .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)}.flow-icon svg{width:22px;height:22px}.flow-node.active .flow-icon{transform:scale(1.12)}.flow-dead.active .flow-icon{background:rgba(148,163,184,.18);border-color:rgba(148,163,184,.5);color:#cbd5e1;box-shadow:0 0 0 6px rgba(148,163,184,.12)}.flow-email.active .flow-icon{background:rgba(99,102,241,.18);border-color:rgba(99,102,241,.5);color:#a5b4fc;box-shadow:0 0 0 6px rgba(99,102,241,.15)}.flow-rescued.active .flow-icon{background:rgba(34,197,94,.18);border-color:rgba(34,197,94,.6);color:#4ade80;box-shadow:0 0 0 8px rgba(34,197,94,.18)}.flow-label{font-size:.72rem;color:#64748b;white-space:nowrap;transition:color .5s cubic-bezier(.4,0,.2,1),font-weight .5s cubic-bezier(.4,0,.2,1)}.flow-node.active .flow-label{color:#e2e8f0;font-weight:600}.flow-rescued.active .flow-label{color:#4ade80}.flow-track{position:relative;flex:1 1;height:2px;min-width:24px;background:#263041;border-radius:2px}.flow-dot{position:absolute;top:50%;left:0;width:8px;height:8px;border-radius:50%;background:#fb923c;transform:translate(-50%,-50%);opacity:0;box-shadow:0 0 8px rgba(251,146,60,.8)}.flow-dot.run{animation:flowDotRun 1.4s cubic-bezier(.45,0,.4,1) forwards}@keyframes flowDotRun{0%{left:0;opacity:0;transform:translate(-50%,-50%) scale(.6)}10%{opacity:1;transform:translate(-50%,-50%) scale(1)}85%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{left:100%;opacity:0;transform:translate(-50%,-50%) scale(.6)}}@keyframes contentSwap{0%{opacity:0;transform:translateY(4px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}.content-swap{animation:contentSwap .5s cubic-bezier(.4,0,.2,1)}@media (prefers-reduced-motion:reduce){.flow-dot.run{animation:none}.flow-icon,.flow-label{transition:none}.content-swap{animation:none}}.lead-tag{display:inline-flex;align-items:center;gap:.3rem;font-size:.72rem;font-weight:600;padding:.2rem .55rem;border-radius:999px;white-space:nowrap}.lead-tag svg{width:11px;height:11px}.lead-tag-rescued{background:rgba(249,115,22,.16);color:#fb923c;animation:tagPulse 2.4s ease-in-out infinite}@keyframes tagPulse{0%,to{box-shadow:0 0 0 0 rgba(249,115,22,.35)}50%{box-shadow:0 0 0 5px rgba(249,115,22,0)}}@media (prefers-reduced-motion:reduce){.lead-tag-rescued{animation:none}}.section-title{text-align:center;font-size:1.75rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.5rem}.pricing-proof{text-align:center;color:#94a3b8;font-size:.95rem;margin:0 0 .5rem}.pricing-proof strong{color:#fb923c}.trust-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1.5rem;list-style:none;margin:.75rem 0 0;padding:0}.trust-badges li{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;color:#cbd5e1}.trust-badges svg{width:14px;height:14px;color:#fb923c;flex-shrink:0}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-auto-rows:1fr;grid-gap:1.25rem;gap:1.25rem;margin:1rem 0 3rem}.feature-card{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.75rem;min-height:260px;transition:border-color .15s ease,transform .15s ease}.feature-card:hover{border-color:#6366f1;transform:translateY(-2px)}.feature-icon{position:relative;overflow:hidden;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:rgba(99,102,241,.14);color:#a5b4fc;margin-bottom:1rem}.feature-icon svg{width:22px;height:22px}.feature-icon-accent{background:rgba(249,115,22,.14);color:#fb923c}.feature-icon:before{content:"";position:absolute;inset:-60%;background:linear-gradient(115deg,transparent 42%,hsla(0,0%,100%,.4) 50%,transparent 58%);transform:translateX(-130%);animation:featShine 5s ease-in-out infinite;pointer-events:none}.features>:nth-child(2) .feature-icon:before{animation-delay:.7s}.features>:nth-child(3) .feature-icon:before{animation-delay:1.4s}.features>:nth-child(4) .feature-icon:before{animation-delay:2.1s}@keyframes featShine{0%,28%{transform:translateX(-130%)}55%,to{transform:translateX(130%)}}.feat-anim-el{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.feat-mail-out{animation:featMailOut 4s ease-in-out infinite}.feat-mail-in{animation:featMailIn 4s ease-in-out infinite}@keyframes featMailOut{0%{opacity:0;transform:translateX(-4px) translateY(0) rotate(0deg);filter:drop-shadow(0 0 0 rgba(165,180,252,0))}8%{opacity:1;transform:translateX(0) translateY(0) rotate(0deg);filter:drop-shadow(0 0 7px rgba(165,180,252,.85))}30%{opacity:1;transform:translateX(2px) translateY(-3px) rotate(-6deg);filter:drop-shadow(0 0 7px rgba(165,180,252,.85))}46%,to{opacity:0;transform:translateX(24px) translateY(3px) rotate(16deg);filter:drop-shadow(0 0 0 rgba(165,180,252,0))}}@keyframes featMailIn{0%,54%{opacity:0;transform:translateX(-24px) translateY(3px) rotate(-16deg);filter:drop-shadow(0 0 0 rgba(165,180,252,0))}62%{opacity:1;transform:translateX(0) translateY(0) rotate(0deg);filter:drop-shadow(0 0 7px rgba(165,180,252,.85))}88%{opacity:1;transform:translateX(-2px) translateY(-3px) rotate(4deg);filter:drop-shadow(0 0 7px rgba(165,180,252,.85))}to{opacity:0;transform:translateX(0) translateY(0) rotate(0deg);filter:drop-shadow(0 0 0 rgba(165,180,252,0))}}.features>:nth-child(2) .feature-icon{animation:featSmsRing 4s ease-in-out infinite}@keyframes featSmsRing{0%,10%{box-shadow:0 0 0 0 rgba(165,180,252,0)}16%{box-shadow:0 0 0 7px rgba(165,180,252,.28)}26%,to{box-shadow:0 0 0 0 rgba(165,180,252,0)}}.feat-sms-pop{animation:featSmsPop 4s ease-in-out infinite}.feat-sms-icon-wrap{position:relative;display:inline-flex}.feat-sms-dot{position:absolute;top:-2px;right:-3px;width:7px;height:7px;border-radius:50%;background:#22c55e;animation:featSmsDot 4s ease-in-out infinite}@keyframes featSmsPop{0%,to{opacity:1;transform:scale(1) translateX(0) rotate(0deg);filter:drop-shadow(0 0 5px rgba(165,180,252,.55))}8%{opacity:1;transform:scale(.85) translateX(9px) rotate(5deg);filter:drop-shadow(0 0 0 rgba(165,180,252,0))}16%{transform:scale(1.25) translateX(-3px) rotate(-5deg);filter:drop-shadow(0 0 9px rgba(165,180,252,.9))}24%{transform:scale(.95) translateX(1px) rotate(2deg)}32%,88%{opacity:1;transform:scale(1) translateX(0) rotate(0deg);filter:drop-shadow(0 0 5px rgba(165,180,252,.55))}94%{transform:scale(1.06) translateX(-2px) rotate(-2deg)}}@keyframes featSmsDot{0%,6%{opacity:0;transform:scale(0);box-shadow:0 0 0 rgba(34,197,94,0)}14%{opacity:1;transform:scale(1.5);box-shadow:0 0 9px rgba(34,197,94,.95)}20%,68%{opacity:1;transform:scale(1);box-shadow:0 0 6px rgba(34,197,94,.8)}84%,to{opacity:0;transform:scale(0);box-shadow:0 0 0 rgba(34,197,94,0)}}.feat-chart{animation:featChartColor 3s ease-in-out infinite,featChartGlow 3s ease-in-out infinite}.feat-chart-bar{transform-box:fill-box;transform-origin:bottom;animation:featChartBar 1.8s ease-in-out infinite}.feat-chart-bar-2{animation-delay:.25s}.feat-chart-bar-3{animation-delay:.5s}@keyframes featChartColor{0%,to{color:#ef4444}50%{color:#22c55e}}@keyframes featChartGlow{0%,to{filter:drop-shadow(0 0 4px rgba(239,68,68,.5))}50%{filter:drop-shadow(0 0 7px rgba(34,197,94,.75))}}@keyframes featChartBar{0%,to{transform:scaleY(.35)}50%{transform:scaleY(1.1)}}.feat-revenue-sheet{color:#ef4444;animation:featRevenueSheet 4s ease-in-out infinite}.feat-revenue-flash{position:absolute;inset:0;border-radius:50%;background:radial-gradient(circle,rgba(74,222,128,.6) 0,rgba(74,222,128,0) 68%);opacity:0;transform:scale(.3);animation:featRevenueFlash 4s ease-in-out infinite}.feat-revenue-dollar{color:#22c55e;animation:featRevenueDollar 4s ease-in-out infinite}@keyframes featRevenueSheet{0%,28%{opacity:1;transform:scale(1) rotate(0deg)}38%,to{opacity:0;transform:scale(.55) rotate(-18deg)}}@keyframes featRevenueFlash{0%,46%{opacity:0;transform:scale(.3)}56%{opacity:1;transform:scale(1.8)}70%,to{opacity:0;transform:scale(.3)}}@keyframes featRevenueDollar{0%,48%{opacity:0;transform:scale(.45) rotate(16deg);filter:drop-shadow(0 0 0 rgba(74,222,128,0))}58%{opacity:1;transform:scale(1.3) rotate(-6deg);filter:drop-shadow(0 0 11px rgba(74,222,128,.95))}66%{transform:scale(.96) rotate(2deg)}72%,84%{opacity:1;transform:scale(1) rotate(0deg);filter:drop-shadow(0 0 8px rgba(74,222,128,.8))}94%,to{opacity:0;transform:scale(.6) rotate(0deg);filter:drop-shadow(0 0 0 rgba(74,222,128,0))}}@media (prefers-reduced-motion:reduce){.feat-chart,.feat-chart-bar,.feat-mail-in,.feat-mail-out,.feat-revenue-dollar,.feat-revenue-flash,.feat-revenue-sheet,.feat-sms-dot,.feat-sms-pop,.feature-icon:before,.features>:nth-child(2) .feature-icon{animation:none}.feat-mail-in,.feat-revenue-flash,.feat-revenue-sheet,.feat-sms-dot,.feature-icon:before{opacity:0}.feat-chart,.feat-mail-out,.feat-revenue-dollar{opacity:1}.feat-sms-pop{opacity:1;transform:none}}.feature-card h3{margin:0 0 .5rem;font-size:1.05rem}.feature-card p{color:#94a3b8;font-size:.92rem;line-height:1.5;margin:0}.steps{position:relative;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-auto-rows:1fr;grid-gap:1.5rem;gap:1.5rem;margin:1rem 0 3rem}.step-card{position:relative;z-index:1;height:100%;background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.75rem;text-align:left;transition:border-color .15s ease,transform .15s ease}.step-card:hover{border-color:#6366f1;transform:translateY(-2px)}.step-eyebrow{display:block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:.9rem}.steps>:nth-child(4) .step-eyebrow{color:#fb923c}.step-mock{position:relative;overflow:hidden;background:rgba(15,23,42,.6);border:1px solid #263041;border-radius:10px;padding:.85rem 1rem;margin-bottom:1.25rem}.step-mock:before{content:"";position:absolute;inset:-60%;background:linear-gradient(115deg,transparent 44%,hsla(0,0%,100%,.12) 50%,transparent 56%);transform:translateX(-130%);animation:stepShine 6s ease-in-out infinite;pointer-events:none}.steps>:nth-child(2) .step-mock:before{animation-delay:1.2s}.steps>:nth-child(3) .step-mock:before{animation-delay:2.4s}.steps>:nth-child(4) .step-mock:before{animation-delay:3.6s}@keyframes stepShine{0%,25%{transform:translateX(-130%)}50%,to{transform:translateX(130%)}}.mock-file-row{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;color:#e2e8f0}.mock-file-row svg{width:16px;height:16px;color:#818cf8}.steps>:first-child .mock-file-row svg{animation:stepFileBounce 3s ease-in-out infinite}@keyframes stepFileBounce{0%,82%,to{transform:translateY(0) rotate(0deg)}88%{transform:translateY(-3px) rotate(-8deg)}94%{transform:translateY(0) rotate(4deg)}}.steps>:nth-child(4) .mock-file-row svg{color:#4ade80;animation:stepDollarGlow 2.6s ease-in-out infinite}@keyframes stepDollarGlow{0%,to{filter:drop-shadow(0 0 0 rgba(74,222,128,0))}50%{filter:drop-shadow(0 0 6px rgba(74,222,128,.85))}}.mock-count{display:inline-block;font-weight:700;color:#a5b4fc}.mock-file-sub{font-size:.75rem;color:#64748b;margin-top:.4rem;padding-left:1.5rem}.mock-email-header{display:flex;align-items:center;gap:.4rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#64748b;margin-bottom:.55rem}.mock-email-header svg{width:13px;height:13px}.mock-mail-icon-wrap{position:relative;display:inline-flex}.mock-notify-dot{position:absolute;top:-2px;right:-2px;width:5px;height:5px;border-radius:50%;background:#22c55e;animation:mockDotPulse 2s ease-in-out infinite}@keyframes mockDotPulse{0%,to{box-shadow:0 0 0 0 rgba(34,197,94,.6)}50%{box-shadow:0 0 0 4px rgba(34,197,94,0)}}.mock-email-subject{font-size:.85rem;font-weight:600;color:#e2e8f0;margin-bottom:.3rem;min-height:2.4em}.mock-caret{display:inline-block;width:2px;height:.95em;background:#e2e8f0;margin-left:2px;vertical-align:-2px;animation:mockCaretBlink .85s steps(1) infinite}@keyframes mockCaretBlink{0%,49%{opacity:1}50%,to{opacity:0}}.mock-email-snippet{font-size:.78rem;color:#64748b;line-height:1.4}.mock-dash-row{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.45rem 0;font-size:.82rem;color:#94a3b8}.mock-dash-row+.mock-dash-row{border-top:1px solid #263041}.mock-dash-badge{background:rgba(59,130,246,.16);color:#93c5fd;font-size:.7rem;font-weight:600;padding:.15rem .55rem;border-radius:999px;white-space:nowrap;animation:mockBadgePulse 2.4s ease-in-out infinite}@keyframes mockBadgePulse{0%,to{box-shadow:0 0 0 0 rgba(59,130,246,.4)}50%{box-shadow:0 0 0 5px rgba(59,130,246,0)}}@media (prefers-reduced-motion:reduce){.mock-caret,.mock-count,.mock-dash-badge,.mock-notify-dot,.step-mock:before,.steps>:first-child .mock-file-row svg,.steps>:nth-child(4) .mock-file-row svg{animation:none}.step-mock:before{opacity:0}}.step-card h3{margin:0 0 .5rem;font-size:1.05rem}.step-card p{color:#94a3b8;font-size:.92rem;line-height:1.5;margin:0}.cta-section{position:relative;overflow:hidden;margin-top:2rem;padding:5rem 1.5rem;text-align:center;border-top:1px solid #1e293b}.cta-section:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:400px;max-width:none;background:radial-gradient(circle,rgba(99,102,241,.25),transparent 70%);filter:blur(60px);pointer-events:none;z-index:0}.cta-inner{position:relative;z-index:1;max-width:560px;margin:0 auto;padding:0}.cta-inner h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;letter-spacing:-.01em;line-height:1.2;margin:0 0 .75rem;background:linear-gradient(135deg,#fff 30%,#c7d2fe);-webkit-background-clip:text;background-clip:text;color:transparent}.cta-inner p{color:#94a3b8;font-size:1.05rem;margin:0 0 1.75rem}.site-footer{border-top:1px solid #1e293b;margin-top:2rem}.footer-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;color:#64748b;font-size:.85rem}.footer-inner .footer-brand{font-weight:700;color:#94a3b8}.footer-links a{margin-left:1rem;color:#64748b;text-decoration:none;transition:color .15s ease}.footer-links a:hover{color:#94a3b8}.about-intro{max-width:680px;margin:1.5rem auto 3rem;text-align:center}.about-intro.about-intro-closing{margin-bottom:.5rem}.about-title{font-size:2.25rem;margin-bottom:1.1rem}.legal.support-faq{padding-bottom:.5rem}.support-email-widget{max-width:480px;margin:.5rem auto 3rem;padding:2.25rem 1.75rem;border:1px solid #334155;border-radius:12px;background:rgba(99,102,241,.06);text-align:center}.support-email-icon{width:44px;height:44px;margin:0 auto 1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(99,102,241,.14);border:1px solid rgba(99,102,241,.4);color:#a5b4fc}.support-email-icon svg{width:20px;height:20px}.support-email-widget h3{margin:0 0 .4rem}.support-email-widget p{color:#94a3b8;margin:0 0 1.25rem}.support-email-widget .btn{max-width:100%;white-space:normal;word-break:break-word}.about-intro p{color:#94a3b8;font-size:1.05rem;line-height:1.7;margin:0 0 1rem}.about-intro a{color:#a5b4fc}.pricing{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-auto-rows:1fr;grid-gap:1.25rem;gap:1.25rem;margin-top:2rem}.plan-card{position:relative;background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.75rem;text-align:center;transition:border-color .15s ease,transform .15s ease}.plan-card:hover{transform:translateY(-2px)}.plan-card.featured{border-color:#f97316;box-shadow:0 0 0 1px rgba(249,115,22,.4),0 12px 40px rgba(249,115,22,.18)}.plan-card .ribbon{position:absolute;top:-.7rem;left:50%;transform:translateX(-50%);background:#f97316;color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;padding:.25rem .75rem;border-radius:999px;white-space:nowrap}.plan-card h3{margin:0 0 .25rem}.plan-card .plan-blurb{color:#94a3b8;font-size:.85rem;margin:0 0 1rem;min-height:2.4em}.plan-card .price{font-size:1.75rem;font-weight:700;margin-bottom:1rem}.plan-card .price span{font-size:.95rem;font-weight:400;color:#94a3b8}.plan-card .why-upgrade{color:#94a3b8;font-size:.82rem;line-height:1.5;margin:1rem 0 0}.pricing-teaser-link{text-align:center;margin:1.5rem 0 0}.pricing-teaser-link a{color:#fb923c;font-size:.9rem;font-weight:600;text-decoration:none}.pricing-teaser-link a:hover{text-decoration:underline}.pricing-header{text-align:center;margin-top:1rem}.compare-title{margin-top:2.5rem}.compare-wrap{overflow-x:auto;margin:1.5rem 0 4rem}.compare-table{width:100%;min-width:480px;border-collapse:collapse;background:#1e293b;border:1px solid #334155;border-radius:12px;overflow:hidden}.compare-table td,.compare-table th{padding:.85rem 1.25rem;text-align:center;border-bottom:1px solid #334155;font-size:.88rem}.compare-table tbody tr:last-child td,.compare-table tbody tr:last-child th{border-bottom:none}.pricing-file-animation{display:flex;flex-direction:column;align-items:center;gap:.65rem;margin:3.5rem 0 1rem}.pricing-file-icon{width:48px;height:48px;color:#22c55e;animation:pricingFileFloat 4s ease-in-out infinite}.pricing-file-icon .sheet-line{animation:pricingSheetPulse 2.4s ease-in-out infinite}.pricing-file-icon .sheet-line:nth-of-type(2){animation-delay:.25s}.pricing-file-icon .sheet-line:nth-of-type(3){animation-delay:.5s}.pricing-file-caption{font-size:.78rem;color:#64748b}@keyframes pricingFileFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes pricingSheetPulse{0%,to{opacity:.3}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.pricing-file-icon,.pricing-file-icon .sheet-line{animation:none}}.compare-table thead th{color:#e2e8f0;font-weight:700;background:rgba(249,115,22,.06)}.compare-label{text-align:left!important;color:#cbd5e1;font-weight:500}.compare-cell{color:#94a3b8}.compare-check{display:inline-flex;color:#fb923c}.compare-check svg{width:16px;height:16px}.compare-dash{color:#475569}.btn,button{display:inline-block;background:#f97316;color:#fff;border:none;border-radius:8px;padding:.65rem 1.25rem;font-size:.95rem;font-weight:600;cursor:pointer;text-decoration:none;transition:background .15s ease,transform .15s ease,box-shadow .15s ease}.btn:hover,button:hover{background:#ea580c}button:disabled{background:#475569;cursor:not-allowed}.btn-glow{padding:.85rem 1.75rem;font-size:1rem;box-shadow:0 0 0 1px rgba(249,115,22,.4),0 8px 30px rgba(249,115,22,.45)}.btn-glow:hover{box-shadow:0 0 0 1px rgba(249,115,22,.6),0 12px 40px rgba(249,115,22,.6);transform:translateY(-1px)}.btn-secondary{background:transparent;border:1px solid #475569;color:#e2e8f0}.btn-secondary:hover{background:#1e293b}input[type=email],input[type=file],input[type=number],input[type=text],textarea{background:#1e293b;border:1px solid #334155;color:#e2e8f0;border-radius:8px;padding:.6rem .8rem;font-size:.95rem;width:100%}textarea{font-family:inherit;resize:vertical}.table{width:100%;border-collapse:collapse;font-size:.9rem}.table td,.table th{text-align:left;padding:.6rem .75rem;border-bottom:1px solid #334155;white-space:nowrap}.table th{color:#94a3b8;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em}.table tbody tr{transition:background .15s ease}.table tbody tr:hover{background:rgba(99,102,241,.06)}.badge{display:inline-block;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:capitalize}.badge-draft,.badge-uploaded{background:#334155;color:#cbd5e1}.badge-contacted,.badge-sending{background:#1e3a8a;color:#93c5fd}.badge-replied{background:#78350f;color:#fcd34d}.badge-active,.badge-booked,.badge-complete{background:#064e3b;color:#6ee7b7}.badge-trialing{background:#1e3a8a;color:#93c5fd}.badge-inactive{background:#334155;color:#cbd5e1}.badge-past_due{background:#78350f;color:#fcd34d}.badge-canceled{background:#450a0a;color:#fca5a5}.card{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.5rem;margin-bottom:1.25rem}.template-suggestion{background:rgba(99,102,241,.08);border:1px solid rgba(99,102,241,.3);border-radius:10px;padding:1rem 1.25rem;margin-bottom:1.25rem}.template-suggestion p{margin:0 0 .75rem;font-size:.9rem;color:#cbd5e1}.template-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.chip{background:transparent;border:1px solid #475569;color:#cbd5e1;border-radius:999px;padding:.3rem .8rem;font-size:.8rem;font-weight:500;cursor:pointer;transition:border-color .15s ease,background .15s ease}.chip:hover{background:#1e293b;border-color:#6366f1}.chip:disabled{opacity:.5;cursor:not-allowed}.chip:disabled:hover{background:transparent;border-color:#475569}.channel-toggle{display:flex;gap:.5rem}.chip-active{background:rgba(249,115,22,.14);border-color:#f97316;color:#fb923c}.chip-active:hover{background:rgba(249,115,22,.2);border-color:#f97316}.auth-page{position:relative;overflow:hidden;display:flex;justify-content:center;padding:5rem 1.5rem;min-height:calc(100vh - 400px)}.auth-page:before{content:"";position:absolute;top:-220px;left:50%;transform:translateX(-50%);width:700px;height:700px;background:radial-gradient(circle at 35% 35%,rgba(99,102,241,.25),transparent 60%),radial-gradient(circle at 65% 65%,rgba(168,85,247,.18),transparent 60%);filter:blur(60px);pointer-events:none;z-index:0}.auth-card{position:relative;z-index:1;background:rgba(30,41,59,.8);border:1px solid #334155;border-radius:16px;padding:2.5rem;width:100%;max-width:420px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.auth-card h1{margin-top:0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:2rem}.stat{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.25rem;text-align:center;transition:border-color .15s ease,transform .15s ease}.stat:hover{border-color:#6366f1;transform:translateY(-2px)}.stat-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:rgba(99,102,241,.14);color:#a5b4fc;margin:0 auto .6rem}.stat-icon svg{width:16px;height:16px}.stat .value{font-size:1.75rem;font-weight:700}.stat .label{color:#94a3b8;font-size:.85rem;margin-top:.25rem}.msg{padding:.75rem 1rem;border-radius:8px;font-size:.9rem;margin-bottom:1rem}.msg.success{background:#064e3b;color:#6ee7b7}.msg.error{background:#450a0a;color:#fca5a5}form .field{margin-bottom:1rem}label{display:block;font-size:.85rem;color:#94a3b8;margin-bottom:.4rem}.legal{max-width:760px;margin:0 auto;padding-bottom:4rem}.legal h1{margin-bottom:.25rem}.legal .updated{color:#64748b;font-size:.85rem;margin-bottom:2.5rem}.legal h2{font-size:1.25rem;margin:2.25rem 0 .75rem}.legal li,.legal p{color:#cbd5e1;line-height:1.7;font-size:.95rem}.legal ol,.legal ul{padding-left:1.25rem}.legal li{margin-bottom:.4rem}.legal a{color:#a5b4fc}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.reveal-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}@font-face{font-family:__Space_Grotesk_4f4604;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Space_Grotesk_4f4604;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Space_Grotesk_4f4604;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Space_Grotesk_4f4604;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Space_Grotesk_4f4604;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Space_Grotesk_4f4604;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Space_Grotesk_Fallback_4f4604;src:local("Arial");ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.00%;size-adjust:109.69%}.__className_4f4604{font-family:__Space_Grotesk_4f4604,__Space_Grotesk_Fallback_4f4604;font-style:normal}.__variable_4f4604{--font-display:"__Space_Grotesk_4f4604","__Space_Grotesk_Fallback_4f4604"}