*{box-sizing:border-box;margin:0;padding:0}:root{--primary-purple:#5f1bbf;--dark-purple:#46108f;--light-purple:#8d56e6;--purple-50:#faf7fe;--purple-100:#eae0fa;--purple-200:#d7c3f2;--purple-900:#2f0e63;--brand-black:#111;--gradient-primary:linear-gradient(135deg, #5f1bbf 0%, #8d56e6 100%);--gradient-secondary:linear-gradient(135deg, #46108f 0%, #5f1bbf 100%);--gradient-accent:linear-gradient(135deg, #46108f 0%, #5f1bbf 100%);--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--font-primary:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display:"Quicksand", "Inter", sans-serif;--container-max-width:1200px;--section-padding:120px 0;--element-spacing:2rem;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--shadow-purple:0 20px 25px -5px #5f1bbf33;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-2xl:1.5rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:focus{outline:none}:focus-visible{outline:2px solid var(--primary-purple);outline-offset:2px}button:focus-visible,a:focus-visible,input:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--primary-purple);outline-offset:2px;box-shadow:0 0 0 2px #7c3aed33}.skip-link{background:var(--primary-purple);color:var(--white);border-radius:var(--radius-md);z-index:1000;padding:8px;text-decoration:none;position:absolute;top:-40px;left:6px}.skip-link:focus{top:6px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}img,video,iframe{max-width:100%;height:auto}.feature-card,.pricing-card,.floating-card{will-change:transform, opacity}@media print{.navbar,.footer,.floating-card,.hero-buttons,.pricing-btn,.download-buttons{display:none!important}body{color:#000;background:#fff;font-size:12pt;line-height:1.4}.container{max-width:none;padding:0}}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-primary);color:var(--gray-800);background:var(--white);line-height:1.6;overflow-x:hidden}.container{max-width:var(--container-max-width);margin:0 auto;padding:0 1.5rem}.gradient-text{background:var(--gradient-primary);-webkit-text-fill-color:transparent;color:#0000;background-clip:text}.feature-card,.pricing-card{transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1)}.feature-card.animated,.pricing-card.animated{opacity:1!important;transform:translateY(0)!important}.navbar{backdrop-filter:blur(10px);border-bottom:1px solid var(--gray-200);z-index:1000;background:#fffffff2;transition:all .3s;position:fixed;top:0;left:0;right:0}.nav-container{max-width:var(--container-max-width);justify-content:space-between;align-items:center;margin:0 auto;padding:1rem 1.5rem;display:flex}.nav-logo{font-family:var(--font-display);z-index:1001;color:inherit;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;line-height:1;text-decoration:none;display:flex}.nav-logo .logo-text,.footer-logo .logo-text{display:inline-block}.logo-icon{font-size:1.75rem}.logo-accent{color:var(--primary-purple)}.nav-menu{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--gray-700);font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-link:hover{color:var(--primary-purple)}.nav-link:after{content:"";background:var(--gradient-primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link:hover:after{width:100%}.nav-cta{background:var(--gradient-primary);color:var(--white);border-radius:var(--radius-md);cursor:pointer;box-shadow:var(--shadow-md);white-space:nowrap;border:none;align-items:center;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.nav-cta:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.hamburger{cursor:pointer;z-index:1001;border-radius:var(--radius-sm);flex-direction:column;gap:4px;padding:.5rem;transition:background-color .3s;display:none}.hamburger:hover{background-color:var(--gray-100)}.bar{background:var(--gray-700);border-radius:2px;width:25px;height:3px;transition:all .3s}.hero{background:linear-gradient(135deg, var(--purple-50) 0%, var(--gray-50) 100%);padding:140px 0 100px;position:relative;overflow:hidden}.hero:before{content:"";opacity:.5;background:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\"><defs><pattern id=\"grid\" width=\"10\" height=\"10\" patternUnits=\"userSpaceOnUse\"><path d=\"M 10 0 L 0 0 0 10\" fill=\"none\" stroke=\"%23e5e7eb\" stroke-width=\"0.5\"/></pattern></defs><rect width=\"100\" height=\"100\" fill=\"url(%23grid)\"/></svg>");position:absolute;inset:0}.hero-container{max-width:var(--container-max-width);z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin:0 auto;padding:0 1.5rem;display:grid;position:relative}.hero-badge{background:var(--purple-100);color:var(--primary-purple);border-radius:var(--radius-xl);border:1px solid var(--purple-200);align-items:center;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.hero-title{font-family:var(--font-display);color:var(--gray-900);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.hero-description{color:var(--gray-600);margin-bottom:2rem;font-size:1.25rem;line-height:1.6}.hero-buttons{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.btn-primary,.btn-secondary{border-radius:var(--radius-md);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{background:var(--gradient-primary);color:var(--white);box-shadow:var(--shadow-lg)}.btn-primary:hover{box-shadow:var(--shadow-xl);transform:translateY(-3px)}.btn-secondary{background:var(--white);color:var(--primary-purple);border:2px solid var(--purple-200)}.btn-secondary:hover{background:var(--purple-50);border-color:var(--primary-purple)}.hero-stats{gap:2rem;display:flex}.stat{text-align:center}.stat-number{font-family:var(--font-display);color:var(--primary-purple);font-size:1.5rem;font-weight:700;display:block}.stat-label{color:var(--gray-500);font-size:.875rem}.hero-visual{z-index:1;justify-content:center;align-items:center;min-height:400px;display:flex;position:relative}.floating-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:10;white-space:nowrap;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600;animation:6s ease-in-out infinite float;display:flex;position:absolute}.floating-card i{font-size:1rem}.card-1{color:var(--primary-purple);animation-delay:0s;top:15%;left:-5%}.card-2{color:#25d366;animation-delay:2s;top:5%;right:-5%}.card-3{color:var(--gray-600);animation-delay:4s;bottom:20%;left:-10%}.hero-mockup{background:var(--gradient-primary);border-radius:var(--radius-2xl);box-shadow:var(--shadow-purple);z-index:5;max-width:300px;padding:1.5rem;position:relative;transform:perspective(1000px)rotateY(-15deg)rotateX(10deg)}.mockup-screen{background:var(--white);border-radius:var(--radius-lg);overflow:hidden}.mockup-header{background:var(--gray-100);border-bottom:1px solid var(--gray-200);padding:1rem}.mockup-dots{gap:.5rem;display:flex}.mockup-dots span{background:var(--gray-300);border-radius:50%;width:12px;height:12px}.mockup-dots span:first-child{background:#ff5f57}.mockup-dots span:nth-child(2){background:#ffbd2e}.mockup-dots span:nth-child(3){background:#28ca42}.mockup-content{padding:1.5rem}.mockup-item{border-bottom:1px solid var(--gray-100);justify-content:space-between;padding:.75rem 0;display:flex}.mockup-total{border-top:2px solid var(--primary-purple);color:var(--primary-purple);margin-top:1rem;padding-top:1rem;font-weight:700}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.features{padding:var(--section-padding);background:var(--white)}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-family:var(--font-display);color:var(--gray-900);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.section-subtitle{color:var(--gray-600);max-width:600px;margin:0 auto;font-size:1.25rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.feature-card{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--gray-200);padding:2rem;transition:all .3s;position:relative;overflow:hidden}.feature-card:before{content:"";background:var(--gradient-primary);height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.feature-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-5px)}.feature-card:hover:before{transform:scaleX(1)}.feature-icon{background:var(--gradient-primary);border-radius:var(--radius-lg);justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:flex}.feature-icon i{color:var(--white);font-size:1.5rem}.feature-card h3{font-family:var(--font-display);color:var(--gray-900);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.feature-card p{color:var(--gray-600);line-height:1.6}.feature-badge{background:var(--gradient-accent);color:var(--white);border-radius:var(--radius-md);padding:.25rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;right:1rem}.pricing{padding:var(--section-padding);background:var(--gray-50)}.pricing-carousel{max-width:1200px;margin:0 auto;position:relative}.pricing-grid{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1.25rem;width:100%;padding-block:.75rem 1rem;padding-inline:1rem;scroll-padding-inline:1rem;display:flex;overflow-x:auto}.pricing-grid::-webkit-scrollbar{display:none}.pricing-card{background:var(--white);border-radius:var(--radius-xl);border:2px solid var(--gray-200);scroll-snap-align:start;flex-direction:column;flex:0 0 min(270px,78%);gap:0;min-width:0;padding:1.35rem;transition:all .3s;display:flex;position:relative}.pricing-card.free{--plan-accent:var(--gray-500)}.pricing-card.pro{--plan-accent:#0ea5e9}.pricing-card.growth{--plan-accent:var(--primary-purple)}.pricing-card.scale{--plan-accent:#f97316}.pricing-title-row{align-items:center;gap:.6rem;margin-bottom:.35rem;display:flex}.pricing-icon{border-radius:var(--radius-md);background:color-mix(in srgb, var(--plan-accent) 12%, transparent);width:34px;height:34px;color:var(--plan-accent);flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;display:flex}.carousel-arrow{border:1px solid var(--gray-200);background:var(--white);width:44px;height:44px;color:var(--primary-purple);cursor:pointer;box-shadow:var(--shadow-md);z-index:5;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-arrow.prev{left:.25rem}.carousel-arrow.next{right:.25rem}.carousel-arrow:hover{background:var(--purple-50);border-color:var(--primary-purple);box-shadow:var(--shadow-lg)}.carousel-dots{justify-content:center;gap:.5rem;margin-top:1.25rem;display:flex}.carousel-dot{background:var(--gray-300);cursor:pointer;border:none;border-radius:999px;width:9px;height:9px;padding:0;transition:all .25s}.carousel-dot.active{background:var(--primary-purple);width:22px}@media (width>=1100px){.carousel-arrow,.carousel-dots{display:none}.pricing-grid{justify-content:center;overflow-x:visible}.pricing-card{flex:340px;min-width:0;max-width:360px}}.pricing-card.featured{border-color:var(--primary-purple);box-shadow:var(--shadow-purple);transform:scale(1.02)}.pricing-card.enterprise{border-color:var(--gray-300);background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%)}.pricing-badge{background:var(--gradient-primary);color:var(--white);border-radius:var(--radius-xl);white-space:nowrap;align-items:center;gap:.4rem;padding:.35rem .85rem;font-size:.75rem;font-weight:600;display:flex;position:absolute;top:-12px;right:1rem}.pricing-header{text-align:left;margin-bottom:.5rem}.pricing-card h3{font-family:var(--font-display);color:var(--gray-900);margin:0;font-size:1.1rem;font-weight:700}.price{justify-content:flex-start;align-items:baseline;min-height:34px;margin:0;display:flex}.currency{color:var(--gray-600);font-size:1.1rem;font-weight:600}.amount{font-family:var(--font-display);color:var(--plan-accent,var(--primary-purple));font-size:1.75rem;font-weight:800;transition:all .3s}.amount.hidden{display:none}.period{color:var(--gray-500);margin-left:.25rem;font-size:.8rem;transition:all .3s}.period.hidden{display:none}.pricing-desc{color:var(--gray-600);margin-bottom:0;font-size:.8rem;line-height:1.35}.pricing-same{color:var(--gray-500);margin:.4rem 0 0;font-size:.8rem;font-style:italic}.pricing-features{flex-grow:1;margin:.75rem 0 .9rem}.feature-item{align-items:center;gap:.5rem;margin-bottom:.45rem;padding:0;font-size:.82rem;line-height:1.3;display:flex}.feature-item i{width:16px;height:16px;color:var(--primary-purple);flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;display:flex}.feature-item.featured i{color:var(--primary-purple);background:#7c3aed1a;border-radius:50%;width:24px;height:24px}.feature-item.disabled{opacity:.5}.feature-item.disabled i{color:var(--gray-400)}.pricing-btn{border-radius:var(--radius-lg);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:auto;padding:.7rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.pricing-btn.btn-primary{background:var(--gradient-primary);color:var(--white)}.pricing-btn.btn-primary:hover{box-shadow:var(--shadow-purple);transform:translateY(-2px)}.pricing-btn.btn-outline{color:var(--plan-accent,var(--primary-purple));border:2px solid var(--plan-accent,var(--primary-purple));background:0 0}.pricing-btn.btn-outline:hover{background:var(--plan-accent,var(--primary-purple));color:var(--white);transform:translateY(-2px)}.pricing-trial,.pricing-note{text-align:center;color:var(--gray-500);margin-top:.6rem;font-size:.78rem}.pricing-savings{text-align:center;color:#059669;border-radius:var(--radius-lg);background:#22c55e1a;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem;font-size:.875rem;font-weight:600;display:flex}.pricing-savings.hidden{display:none}.pricing-capacity{border-top:1px dashed var(--gray-200);flex-wrap:wrap;align-items:center;gap:.15rem .5rem;margin-bottom:.75rem;padding:.5rem 0;display:flex}.capacity-bars{flex-shrink:0;gap:3px;display:flex}.capacity-bars .bar{background:var(--gray-200);border-radius:2px;width:8px;height:14px}.capacity-bars .bar.filled{background:var(--plan-accent,var(--primary-purple))}.capacity-label{color:var(--gray-600);font-size:.75rem;font-weight:600}.capacity-hint{color:var(--gray-500);flex-basis:100%;font-size:.75rem}.pricing-footnote{text-align:center;max-width:700px;color:var(--gray-500);justify-content:center;align-items:flex-start;gap:.5rem;margin:2rem auto 0;font-size:.875rem;line-height:1.6;display:flex}.pricing-footnote i{color:var(--primary-purple);flex-shrink:0;margin-top:.15rem}.pricing-cta-enterprise{text-align:center;color:var(--gray-600);margin-top:1.5rem;font-size:.95rem}.pricing-cta-enterprise a{color:var(--primary-purple);white-space:nowrap;margin-left:.35rem;font-weight:600}.pricing .section-header:has(+.pricing-sim-hint){margin-bottom:2rem}.pricing-sim-hint{border-radius:var(--radius-xl);background:var(--purple-50);border:1px dashed var(--purple-100);align-items:center;gap:1rem;max-width:760px;margin:0 auto 2.5rem;padding:1.25rem 1.5rem;display:flex}.pricing-sim-hint-icon{background:var(--white);width:44px;height:44px;color:var(--primary-purple);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.pricing-sim-hint-text{flex:1;min-width:0}.pricing-sim-hint-title{color:var(--gray-900);margin:0;font-size:1rem;font-weight:700}.pricing-sim-hint-desc{color:var(--gray-600);margin:.15rem 0 0;font-size:.9rem;line-height:1.5}.pricing-sim-hint-btn{border-radius:var(--radius-xl);background:var(--primary-purple);color:var(--white);white-space:nowrap;flex-shrink:0;align-items:center;gap:.5rem;padding:.7rem 1.25rem;font-size:.9rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex}.pricing-sim-hint-btn:hover{box-shadow:var(--shadow-md);color:var(--white);transform:translateY(-2px)}@media (width<=640px){.pricing-sim-hint{text-align:center;flex-direction:column}.pricing-sim-hint-btn{justify-content:center;width:100%}}.capacity-sim{border-radius:var(--radius-2xl);background:linear-gradient(160deg, var(--purple-50) 0%, var(--white) 55%);border:1px solid var(--purple-100,var(--gray-200));max-width:900px;margin:4rem auto 0;padding:2.5rem 2rem;position:relative;overflow:hidden}.capacity-sim-header{text-align:center;max-width:480px;margin:0 auto 2rem}.capacity-sim-eyebrow{background:var(--white);color:var(--primary-purple);border-radius:var(--radius-lg);text-transform:uppercase;letter-spacing:.04em;box-shadow:var(--shadow-md);align-items:center;gap:.4rem;margin-bottom:.75rem;padding:.35rem .9rem;font-size:.75rem;font-weight:700;display:inline-flex}.capacity-sim-header h3{font-family:var(--font-display);color:var(--gray-900);margin-bottom:.4rem;font-size:1.6rem;font-weight:800}.capacity-sim-header p{color:var(--gray-600);font-size:.9rem;line-height:1.5}.capacity-sim-body{grid-template-columns:1fr;align-items:center;gap:2rem;display:grid}@media (width>=800px){.capacity-sim-body{grid-template-columns:1.2fr 1fr;gap:2.5rem}}.capacity-sim-controls{flex-direction:column;gap:1.5rem;display:flex}.sim-control label{color:var(--gray-700);flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.6rem;font-size:.85rem;font-weight:600;display:flex}.sim-control label i{color:var(--primary-purple);text-align:center;width:18px}.sim-value{background:var(--gradient-primary);color:var(--white);border-radius:var(--radius-lg);font-variant-numeric:tabular-nums;margin-left:auto;padding:.15rem .6rem;font-size:.8rem;font-weight:700}.sim-control input[type=range]{background:var(--gray-200);appearance:none;cursor:pointer;border-radius:999px;outline:none;width:100%;height:8px}.sim-control input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--white);border:4px solid var(--primary-purple);width:22px;height:22px;box-shadow:var(--shadow-md);cursor:pointer;border-radius:50%;transition:transform .15s}.sim-control input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.15)}.sim-control input[type=range]::-moz-range-thumb{background:var(--white);border:4px solid var(--primary-purple);width:22px;height:22px;box-shadow:var(--shadow-md);cursor:pointer;border-radius:50%}.capacity-sim-result{text-align:center;flex-direction:column;align-items:center;gap:.15rem;display:flex}.sim-tank{background:var(--white);border:4px solid var(--gray-200);border-radius:44px;width:88px;height:130px;margin-bottom:1rem;position:relative;overflow:hidden;box-shadow:inset 0 2px 6px #0000000f}.sim-tank-fill{background:var(--gradient-primary);border-radius:0 0 40px 40px;height:4%;transition:height .4s cubic-bezier(.34,1.56,.64,1),background .4s;position:absolute;bottom:0;left:0;right:0}.sim-tank-fill.sim-plan-free{background:linear-gradient(135deg, var(--gray-400) 0%, var(--gray-500) 100%)}.sim-tank-fill.sim-plan-pro{background:linear-gradient(135deg,#0ea5e9 0%,#0284c7 100%)}.sim-tank-fill.sim-plan-growth{background:var(--gradient-primary)}.sim-tank-fill.sim-plan-scale{background:linear-gradient(135deg,#f97316 0%,#ea580c 100%)}.sim-tank-fill.sim-tank-warn{background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%)}.sim-tank-fill.sim-tank-over{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%)}.sim-tank-face{color:var(--primary-purple);z-index:2;justify-content:center;align-items:center;font-size:1.5rem;transition:color .4s;display:flex;position:absolute;inset:0}.sim-tank-face.sim-tank-face-light{color:var(--white)}.sim-plan-label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.sim-plan-name{font-family:var(--font-display);color:var(--primary-purple);margin-bottom:.35rem;font-size:1.5rem;font-weight:800;transition:color .3s}.sim-plan-name.sim-plan-free{color:var(--gray-500)}.sim-plan-name.sim-plan-pro{color:#0284c7}.sim-plan-name.sim-plan-growth{color:var(--primary-purple)}.sim-plan-name.sim-plan-scale{color:#ea580c}.sim-message{color:var(--gray-600);justify-content:center;align-items:center;height:2.8em;margin-bottom:1.25rem;font-size:.85rem;line-height:1.4;display:flex}.sim-cta{max-width:220px}.sim-cta.sim-plan-free{background:linear-gradient(135deg, var(--gray-400) 0%, var(--gray-500) 100%)}.sim-cta.sim-plan-pro{background:linear-gradient(135deg,#0ea5e9 0%,#0284c7 100%)}.sim-cta.sim-plan-growth{background:var(--gradient-primary)}.sim-cta.sim-plan-scale{background:linear-gradient(135deg,#f97316 0%,#ea580c 100%)}.pricing-faq{border-top:1px solid var(--gray-200);max-width:800px;margin:4rem auto 0;padding-top:3rem}.faq-item{background:var(--gray-50);border-radius:var(--radius-xl);border-left:4px solid var(--primary-purple);margin-bottom:2rem;padding:1.5rem}.faq-item h4{font-family:var(--font-display);color:var(--gray-900);align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:1.125rem;font-weight:600;display:flex}.faq-item h4 i{color:var(--primary-purple)}.faq-item p{color:var(--gray-600);margin:0;line-height:1.6}.download-section{padding:var(--section-padding);background:var(--gradient-primary);color:var(--white);text-align:center}.download-content h2{font-family:var(--font-display);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.download-content p{opacity:.9;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.download-buttons{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.btn-primary.large{background:var(--white);color:var(--primary-purple);padding:1.25rem 2.5rem;font-size:1.125rem}.btn-primary.large:hover{transform:translateY(-3px);box-shadow:0 20px 40px #0003}.download-whatsapp-link{color:var(--white);opacity:.9;align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;text-decoration:underline;display:inline-flex}.download-whatsapp-link:hover{opacity:1}.download-info{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.info-item{opacity:.9;align-items:center;gap:.5rem;display:flex}.info-item i{color:#10b981}.footer{background:var(--gray-900);color:var(--white);padding:3rem 0 1rem}.footer-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:2rem;display:flex}.footer-logo{font-family:var(--font-display);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;line-height:1;display:flex}.footer-links{flex-wrap:wrap;gap:2rem;display:flex}.footer-links a{color:var(--gray-300);text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--white)}.footer-social{gap:1rem;display:flex}.footer-social a{background:var(--gray-800);width:40px;height:40px;color:var(--gray-300);border-radius:var(--radius-md);justify-content:center;align-items:center;text-decoration:none;transition:all .3s;display:flex}.footer-social a:hover{background:var(--primary-purple);color:var(--white);transform:translateY(-2px)}.footer-bottom{text-align:center;border-top:1px solid var(--gray-800);padding-top:2rem}.footer-bottom p{color:var(--gray-400);font-size:.875rem}.nav-logo img{border-radius:var(--radius-sm);width:auto;height:38px}.footer-logo img{border-radius:var(--radius-sm);width:auto;height:32px}.status-tag{text-transform:uppercase;letter-spacing:.04em;border-radius:var(--radius-md);align-items:center;gap:.35rem;padding:.2rem .6rem;font-size:.7rem;font-weight:700;display:inline-flex}.status-tag.live{color:#0f8f6f;background:#10b9811f}.status-tag.soon{background:var(--purple-100);color:var(--dark-purple)}.empathy{background:var(--white);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);padding:60px 0}.empathy-box{text-align:center;max-width:720px;margin:0 auto}.empathy-icon{background:var(--purple-100);width:56px;height:56px;color:var(--primary-purple);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;font-size:1.4rem;display:flex}.empathy-box p{color:var(--gray-800);font-size:1.25rem;line-height:1.5}.empathy-box p strong{color:var(--primary-purple)}.steps-section{padding:var(--section-padding);background:var(--gray-50)}.steps-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.step-card{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--gray-200);padding:2rem}.step-number{background:var(--gradient-primary);width:40px;height:40px;color:var(--white);font-family:var(--font-display);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.1rem;font-weight:700;display:flex}.step-card h3{font-family:var(--font-display);color:var(--gray-900);margin-bottom:.6rem;font-size:1.25rem}.step-card p{color:var(--gray-600);margin:0;line-height:1.6}.agents-section{padding:var(--section-padding);background:var(--brand-black);color:var(--white)}.agents-section .section-header .section-title,.agents-section .section-header .section-subtitle{color:var(--white)}.agents-section .section-subtitle{color:#c9c5d1}.section-eyebrow{color:var(--light-purple);border-radius:var(--radius-xl);background:#8d56e62e;border:1px solid #8d56e666;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.4rem .9rem;font-size:.85rem;font-weight:600;display:inline-flex}.agents-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.agent-card{border-radius:var(--radius-xl);background:#1c1a20;border:1px solid #2c2933;padding:1.75rem;position:relative}.agent-avatar{background:var(--gradient-primary);width:52px;height:52px;font-family:var(--font-display);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.2rem;font-weight:700;display:flex}.agent-card h3{font-family:var(--font-display);color:var(--white);margin-bottom:.2rem;font-size:1.15rem}.agent-role{color:#b79de8;margin-bottom:.65rem;font-size:.85rem;font-weight:600;display:block}.agent-card p{color:#c9c5d1;margin:0;font-size:.95rem;line-height:1.55}.agents-note{color:#c9c5d1;text-align:center;margin-top:2rem;font-size:.95rem}.faq-section{padding:var(--section-padding);background:var(--white)}@media (width<=1200px){.hero-container{gap:3rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (width<=1024px){.hero-container{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-visual{order:-1;min-height:300px}.floating-card{display:none}.pricing-grid{gap:1.5rem;max-width:600px}.pricing-card.featured{transform:none}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.hero-stats{justify-content:center;gap:3rem}}@media (width<=768px){:root{--section-padding:80px 0}.nav-menu{background:var(--white);width:100%;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;z-index:999;flex-direction:column;padding:2rem 1.5rem;transition:all .3s;position:fixed;top:100%;left:0;transform:translateY(-100%)}.nav-menu.active{opacity:1;visibility:visible;transform:translateY(0)}.hamburger{display:flex}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.active .bar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.hero{padding:120px 0 80px}.hero-title{font-size:clamp(2rem,8vw,3rem);line-height:1.2}.hero-description{font-size:1.125rem}.hero-buttons{flex-direction:column;justify-content:center;align-items:center;gap:1rem}.btn-primary,.btn-secondary{justify-content:center;width:100%;max-width:280px}.hero-stats{flex-wrap:wrap;justify-content:center;gap:2rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:1.5rem}.section-title{font-size:clamp(1.75rem,6vw,2.5rem)}.section-subtitle{font-size:1.125rem}.pricing-grid{max-width:100%}.pricing-card{padding:2rem 1.5rem}.download-info{flex-direction:column;align-items:center;gap:1rem}.footer-content{text-align:center;flex-direction:column;gap:2rem}.footer-links{justify-content:center}.steps-grid,.agents-grid{grid-template-columns:1fr}.empathy-box p{font-size:1.1rem}}@media (width<=480px){.container{padding:0 1rem}.nav-container{padding:1rem}.hero{padding:100px 0 60px}.hero-title{margin-bottom:1rem;font-size:clamp(1.75rem,7vw,2.5rem)}.hero-description{margin-bottom:1.5rem;font-size:1rem}.hero-badge{margin-bottom:1rem;padding:.375rem .75rem;font-size:.8rem}.hero-buttons{gap:.75rem}.btn-primary,.btn-secondary{padding:.875rem 1.5rem;font-size:.95rem}.hero-stats{gap:1.5rem}.stat-number{font-size:1.25rem}.stat-label{font-size:.8rem}.section-header{margin-bottom:2.5rem}.section-title{margin-bottom:.75rem}.feature-card{padding:1.25rem}.feature-icon{width:56px;height:56px;margin-bottom:1rem}.feature-icon i{font-size:1.25rem}.feature-card h3{margin-bottom:.75rem;font-size:1.25rem}.feature-card p{font-size:.95rem}.floating-card{display:none}.hero-mockup{max-width:250px;padding:1rem;transform:none}.hero-visual{min-height:200px}.mockup-content{padding:1rem}.mockup-item{padding:.5rem 0;font-size:.9rem}.pricing-card{padding:1.5rem 1rem}.pricing-grid{gap:1rem}.faq-item{margin-bottom:1rem;padding:1rem}.faq-item h4{font-size:1rem}.price .amount{font-size:2.5rem}.pricing-features{margin-bottom:1.5rem}.feature-item{margin-bottom:.75rem;font-size:.95rem}.download-content h2{margin-bottom:.75rem;font-size:clamp(1.5rem,6vw,2rem)}.download-content p{margin-bottom:1.5rem;font-size:1rem}.btn-primary.large{padding:1rem 2rem;font-size:1rem}:root{--section-padding:60px 0}}@media (width<=360px){.container{padding:0 .75rem}.hero-title{font-size:1.5rem}.hero-description{font-size:.95rem}.btn-primary,.btn-secondary{padding:.75rem 1.25rem;font-size:.9rem}.feature-card{padding:1rem}.pricing-card{padding:1.25rem .75rem}.amount{font-size:2.5rem}.hero-stats{gap:1rem}.stat-number{font-size:1.125rem}}.navbar.scrolled{backdrop-filter:blur(15px);box-shadow:0 4px 20px #0000001a;background:#fffffffa!important}.btn-primary:active,.btn-secondary:active,.pricing-btn:active,.nav-cta:active{transform:scale(.98)}.btn-primary:focus-visible,.btn-secondary:focus-visible,.pricing-btn:focus-visible,.nav-cta:focus-visible,.hamburger:focus-visible{outline:2px solid var(--primary-purple);outline-offset:2px}html{scroll-behavior:smooth}@media (hover:none) and (pointer:coarse){.feature-card:hover,.pricing-card:hover,.btn-primary:hover,.btn-secondary:hover{transform:none}}.blog-section{padding:var(--section-padding)}.blog-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.blog-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg,1rem);flex-direction:column;gap:.75rem;padding:2rem;text-decoration:none;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex}.blog-card:hover,.blog-card:focus-visible{border-color:var(--primary-purple);box-shadow:var(--shadow-purple);transform:translateY(-4px)}.blog-card-date{color:var(--gray-500);font-size:.875rem}.blog-card h3{color:var(--brand-black);font-family:var(--font-display)}.blog-card p{color:var(--gray-600)}.blog-card-cta{color:var(--primary-purple);margin-top:auto;font-weight:600}.blog-card-tool{background:var(--purple-50);border:1px solid var(--purple-200)}.blog-card-tool:hover,.blog-card-tool:focus-visible{border-color:var(--primary-purple);box-shadow:var(--shadow-purple)}.blog-card-tool-badge{background:var(--white);color:var(--primary-purple);text-transform:uppercase;letter-spacing:.03em;border-radius:var(--radius-md);border:1px solid var(--purple-200);align-self:flex-start;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.blog-card-tool h3{color:var(--brand-black)}.blog-card-tool p{color:var(--gray-600)}.blog-card-tool-cta{color:var(--primary-purple)}.blog-post{padding:var(--section-padding)}.blog-post-container{max-width:760px;margin:0 auto;padding:0 1.5rem}.blog-post-header{margin-bottom:2.5rem}.blog-post-date{color:var(--gray-500);font-size:.9rem}.blog-post-title{font-family:var(--font-display);color:var(--brand-black);margin-top:.5rem}.blog-post-content{color:var(--gray-700);font-size:1.05rem;line-height:1.75}.blog-post-content h2{font-family:var(--font-display);color:var(--brand-black);margin-top:2.5rem;margin-bottom:1rem}.blog-post-content h3{color:var(--brand-black);margin-top:2rem;margin-bottom:.75rem}.blog-post-content p{margin-bottom:1.25rem}.blog-post-content ul,.blog-post-content ol{margin:0 0 1.25rem 1.5rem}.blog-post-content li{margin-bottom:.5rem}.blog-post-content a{color:var(--primary-purple)}.blog-post-back{color:var(--primary-purple);margin-bottom:2rem;font-weight:600;text-decoration:none;display:inline-block}.blog-post-faq{border-top:1px solid var(--gray-200);margin-top:3rem;padding-top:2rem}.blog-post-faq h2{font-family:var(--font-display);color:var(--brand-black);margin-bottom:1.25rem}.blog-post-faq-item{border:1px solid var(--gray-200);border-radius:12px;margin-bottom:.75rem;padding:1rem 1.25rem}.blog-post-faq-item summary{cursor:pointer;color:var(--brand-black);font-weight:600;list-style:none}.blog-post-faq-item summary::-webkit-details-marker{display:none}.blog-post-faq-item summary:after{content:"+";float:right;color:var(--primary-purple);font-weight:700}.blog-post-faq-item[open] summary:after{content:"−"}.blog-post-faq-item p{color:var(--gray-700);margin:.75rem 0 0;line-height:1.7}
