*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--black: #0a0a0a;--black-2: #111111;--black-3: #1a1a1a;--purple: #6D28D9;--purple-light: #8B5CF6;--purple-glow: rgba(109, 40, 217, .3);--red: #dc2626;--red-dark: #991b1b;--red-light: #ef4444;--red-glow: rgba(220, 38, 38, .3);--white: #fafafa;--gray: #a3a3a3;--gray-light: #e5e5e5;--font-sans: "Inter", system-ui, -apple-system, sans-serif}html{scroll-behavior:smooth;font-family:var(--font-sans);background:var(--black);color:var(--white)}body{min-height:100vh;overflow-x:hidden}::selection{background:var(--purple);color:var(--white)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:6rem 0;position:relative}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:1rem;text-align:center}.section-subtitle{font-size:1.125rem;color:var(--gray);text-align:center;max-width:600px;margin:0 auto 4rem;line-height:1.7}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;border:none;font-family:inherit}.btn-primary{background:var(--purple);color:var(--white)}.btn-primary:hover{background:var(--purple-light);transform:translateY(-2px);box-shadow:0 8px 30px var(--purple-glow)}.btn-outline{background:transparent;color:var(--white);border:2px solid var(--purple)}.btn-outline:hover{background:var(--purple);transform:translateY(-2px);box-shadow:0 8px 30px var(--purple-glow)}.reveal{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}.gradient-text{background:linear-gradient(135deg,var(--purple),var(--red-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.purple-line,.red-line{width:60px;height:4px;background:var(--purple);border-radius:2px;margin:1rem auto}.red-line--left{margin:1rem 0}.section-title--left{text-align:left}.section--compact{text-align:center;padding:3rem 0}.whatsapp-hint{color:var(--gray);margin-bottom:1.5rem;font-size:1.125rem}@media(max-width:768px){.container{padding:0 1.25rem}.section{padding:4rem 0}.section-subtitle{font-size:1rem;margin-bottom:3rem}.btn{padding:.75rem 1.5rem;font-size:.9375rem}}@media(max-width:480px){.container{padding:0 1rem}.section{padding:3rem 0}.section-subtitle{font-size:.9375rem;margin-bottom:2.5rem}.btn{padding:.625rem 1.25rem;font-size:.875rem}}:root.light{--bg-primary: #f8fafc;--bg-secondary: #ffffff;--bg-card: #ffffff;--text-primary: #1e293b;--text-secondary: #64748b;--border-color: #e2e8f0;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1)}:root.light body{background:#f8fafc;color:#1e293b}:root.light .hero{background:linear-gradient(135deg,#f8fafc,#ede9fe)}:root.light .hero-title,:root.light h1,:root.light h2,:root.light h3{color:#1e293b!important}:root.light p,:root.light .about-text{color:#475569}:root.light .nav{background:#f8fafce6;border-bottom-color:#e2e8f0}:root.light .nav-links a{color:#475569}:root.light .hero-badge{background:#6d28d914;border-color:#6d28d926}:root.light .card,:root.light .service-card{background:#fff;border-color:#e2e8f0}:root.light .btn-outline{color:#1e293b;border-color:#d1d5db}:root.light .stat-number{color:#1e293b}:root.light .section{background:#f8fafc}:root.light .section-title{color:#1e293b!important}:root.light .footer{background:#fff;border-top-color:#e2e8f0}:root.light .hamburger-line{background:#1e293b}:root.light .code-card,:root.light .about-card{background:#fff;border-color:#e2e8f0}:root.light .theme-toggle{background:#6d28d90f;border-color:#6d28d933}@media(max-width:374px){.container{padding:0 .75rem}.section{padding:2.5rem 0}.section-title{font-size:1.5rem}.section-subtitle{font-size:.875rem;margin-bottom:2rem}.btn{padding:.625rem 1rem;font-size:.8125rem;width:100%;justify-content:center}.hero-title{font-size:1.75rem}.hero-desc{font-size:.9375rem}.hero-stats{gap:1.5rem}.stat-number{font-size:1.5rem}.stat-label{font-size:.75rem}.services-grid,.pricing-grid,.testimonials-grid,.benefits-grid,.feature-grid{grid-template-columns:1fr}.process-steps{grid-template-columns:1fr;gap:1.5rem}.cases-grid{grid-template-columns:1fr}.metrics-row{grid-template-columns:1fr 1fr;gap:1rem}.metric-card{padding:1.25rem .75rem}.metric-value{font-size:1.75rem}.integrations-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.integration-item{padding:1rem .5rem}.comparison-table{font-size:.8125rem}.comparison-table th,.comparison-table td{padding:.625rem .75rem}.faq-question{font-size:.875rem;padding:1rem 1.25rem}.faq-answer{font-size:.8125rem;padding:0 1.25rem 1rem}.split-section{grid-template-columns:1fr;gap:2rem;padding:3rem 0}.split-section-visual{min-height:200px;padding:2rem}.shared-hero{min-height:70vh}.shared-hero-title{font-size:1.75rem}.nav-links{gap:1rem}.nav-links a{font-size:.8125rem}.logo{font-size:1.25rem}.contact-grid,.contact-form{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:2rem}}@media(min-width:375px)and (max-width:479px){.container{padding:0 1rem}.hero-title{font-size:2rem}.hero-stats{gap:2rem}.integrations-grid{grid-template-columns:repeat(3,1fr)}.metrics-row{grid-template-columns:1fr 1fr}}@media(min-width:480px)and (max-width:639px){.hero-stats{gap:2.5rem}.integrations-grid{grid-template-columns:repeat(4,1fr)}.metrics-row{grid-template-columns:repeat(2,1fr)}}@media(min-width:640px)and (max-width:767px){.container{padding:0 1.5rem}.services-grid,.pricing-grid,.testimonials-grid,.benefits-grid,.feature-grid{grid-template-columns:repeat(2,1fr)}.integrations-grid{grid-template-columns:repeat(4,1fr)}.metrics-row{grid-template-columns:repeat(2,1fr)}.cases-grid{grid-template-columns:1fr}.process-steps,.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px)and (max-width:1023px){.container{max-width:720px}.services-grid,.pricing-grid,.testimonials-grid,.benefits-grid,.feature-grid{grid-template-columns:repeat(2,1fr)}.integrations-grid,.metrics-row{grid-template-columns:repeat(4,1fr)}.cases-grid{grid-template-columns:repeat(2,1fr)}.process-steps{grid-template-columns:repeat(4,1fr)}.footer-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px)and (max-width:1279px){.container{max-width:960px}.services-grid,.pricing-grid,.testimonials-grid,.benefits-grid{grid-template-columns:repeat(3,1fr)}.feature-grid{grid-template-columns:repeat(2,1fr)}.integrations-grid{grid-template-columns:repeat(6,1fr)}.cases-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1280px)and (max-width:1439px){.container{max-width:1152px}.services-grid{grid-template-columns:repeat(3,1fr)}.integrations-grid{grid-template-columns:repeat(6,1fr)}}@media(min-width:1440px)and (max-width:1919px){.container{max-width:1320px}}@media(min-width:1920px){.container{max-width:1440px}.hero-title{font-size:5rem}.section-title{font-size:3.5rem}}.whatsapp-float[data-astro-cid-iehx2mtc]{position:fixed;bottom:2rem;right:2rem;z-index:999;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 20px #25d36666;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none}.whatsapp-float[data-astro-cid-iehx2mtc]:hover{transform:scale(1.1);box-shadow:0 6px 25px #25d36680}@media(max-width:640px){.whatsapp-float[data-astro-cid-iehx2mtc]{bottom:1.25rem;right:1.25rem;width:52px;height:52px}.whatsapp-float[data-astro-cid-iehx2mtc] svg[data-astro-cid-iehx2mtc]{width:24px;height:24px}}
