@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;900&family=Oswald:wght@500;700&display=swap";:root{--bg-color:#f8fafc;--bg-gradient:linear-gradient(135deg, #fff 0%, #f1f5f9 100%);--text-primary:#0f172a;--text-secondary:#475569;--primary-color:#0284c7;--primary-glow:#0284c74d;--secondary-color:#e11d48;--glass-bg:#ffffffd9;--glass-border:#0000000d;--glass-shadow:0 8px 32px 0 #00000014;--transition-smooth:all .3s cubic-bezier(.25, .8, .25, 1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:100px}body{background-color:var(--bg-color);background-image:var(--bg-gradient);color:var(--text-primary);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Outfit,sans-serif;line-height:1.6;overflow-x:hidden}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:16px}.heading-xl{letter-spacing:-.02em;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.1}.heading-lg{font-size:clamp(2rem,4vw,3.5rem);font-weight:800;line-height:1.2}.text-gradient{background:linear-gradient(90deg,#0284c7,#2563eb);color:#0000;-webkit-background-clip:text;background-clip:text;display:inline-block}.text-gradient-red{background:linear-gradient(90deg,#e11d48,#be123c);color:#0000;-webkit-background-clip:text;background-clip:text;display:inline-block}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (width<=768px){.container{padding:0 1rem}}.btn{cursor:pointer;transition:var(--transition-smooth);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-family:Outfit,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--primary-color), #0369a1);color:#fff;box-shadow:0 4px 15px var(--primary-glow)}.btn-primary:hover{background:linear-gradient(135deg, #0369a1, var(--primary-color));transform:translateY(-2px);box-shadow:0 6px 20px #0284c780}.btn-secondary{color:var(--text-primary);background:#fff;border:1px solid #cbd5e1}.btn-secondary:hover{background:#f1f5f9;border-color:#94a3b8;transform:translateY(-2px)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary-color)}.header-wrapper{z-index:1000;transition:background-color .3s,box-shadow .3s;position:absolute;top:0;left:0;right:0}.header-wrapper.scrolled{background:#fff;position:fixed;top:0;box-shadow:0 4px 20px #0000000d;z-index:9999!important}.top-bar{color:#f1f5f9;background:#0f172a66;padding:.5rem 0;font-size:.85rem;transition:background .3s}.header-wrapper.scrolled .top-bar{background:#0f172a}.top-bar-container{justify-content:flex-end;display:flex}.top-bar-links{align-items:center;gap:.75rem;display:flex}.top-bar-links a{color:#fffc;text-decoration:none;transition:color .2s}.top-bar-links a:hover{color:#fff}.divider{color:#ffffff4d}.header{background:0 0;border-bottom:1px solid #ffffff1a;padding:1rem 0;transition:padding .3s}.header-wrapper.scrolled .header{border-bottom:none;padding:.75rem 0}.header-container{justify-content:space-between;align-items:center;display:flex}.logo-container{flex-shrink:0;align-items:center;display:flex}.brand-logo{object-fit:contain;filter:brightness(0)invert();flex-shrink:0;width:192px;height:40px;transition:filter .3s;display:block}.header-wrapper.scrolled .brand-logo{filter:none}.nav-links{align-items:center;gap:1.2rem;display:flex}.nav-links a:not(.btn){color:#ffffffe6;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .3s}.header-wrapper.scrolled .nav-links a:not(.btn){color:var(--text-secondary)}.nav-links a:not(.btn):hover{color:#fff}.header-wrapper.scrolled .nav-links a:not(.btn):hover{color:var(--primary-color)}.contact-info-desktop{color:#ffffffe6;flex-direction:column;gap:.25rem;font-size:.85rem;font-weight:500;transition:color .3s;display:flex}.header-wrapper.scrolled .contact-info-desktop{color:var(--text-secondary)}.contact-item-header{align-items:center;gap:.5rem;display:flex}.btn-quote{color:#0f172a;text-align:center;background-color:#fbbf24;border-radius:4px;margin-top:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s;box-shadow:0 4px 10px #fbbf244d}.btn-quote:hover{background-color:#f59e0b;transform:translateY(-2px);box-shadow:0 6px 15px #fbbf2466}.phone-icon{color:#fff}.header-wrapper.scrolled .phone-icon{color:var(--primary-color)}.contact-info-mobile{display:none}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;display:none}.header-wrapper.scrolled .mobile-menu-btn{color:var(--text-primary)}@media (width<=968px){.contact-info-desktop{display:none}.nav-links{clip-path:polygon(0 0,100% 0,100% 0,0 0);background:#0f172a;border-bottom:1px solid #ffffff1a;flex-direction:column;gap:1.5rem;padding:2rem;transition:clip-path .4s ease-in-out;position:absolute;top:100%;left:0;right:0;box-shadow:0 10px 15px -3px #0000004d}.header-wrapper.scrolled .nav-links{background:#fff;box-shadow:0 10px 15px -3px #0000001a}.nav-links.open{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.contact-info-mobile{text-align:center;color:#fffc;border-top:1px solid #ffffff1a;flex-direction:column;gap:.5rem;width:100%;padding-top:1rem;display:flex}.header-wrapper.scrolled .contact-info-mobile{color:var(--text-secondary);border-top:1px solid #e2e8f0}.mobile-menu-btn{display:block}}.hero-industrial{background-color:#020617;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-industrial-bg{z-index:1;filter:grayscale(80%)contrast(1.2);background-image:url(/images/highway_logistics_1781290472928.png);background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(1.05)}.hero-industrial-overlay{z-index:2;background:linear-gradient(#0f172ab3 0%,#020617d9 50%,#020617f2 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-industrial-content{z-index:3;text-align:center;color:#fff;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1200px;margin-top:2rem;padding:0 2rem;display:flex;position:relative}.hero-industrial-toptext{letter-spacing:.2em;color:#fbbf24;text-transform:uppercase;opacity:.9;margin-bottom:2rem;font-family:Inter,sans-serif;font-size:1.2rem;font-weight:600}.hero-industrial-massive{letter-spacing:-.02em;color:#fff;text-shadow:0 10px 30px #00000080;margin:0 0 1rem;font-family:Inter,sans-serif;font-size:clamp(6rem,15vw,14rem);font-weight:900;line-height:.9}.hero-industrial-subtitle{letter-spacing:.15em;color:#cbd5e1;text-transform:uppercase;margin:0 0 3rem;font-family:Oswald,sans-serif;font-size:clamp(1.25rem,3vw,2.5rem);font-weight:700}.hero-industrial-bullets{letter-spacing:.25em;color:#94a3b8;text-transform:uppercase;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;display:flex}.hero-industrial-bullets .dot{color:#fbbf24;font-size:1.2rem}.hero-scroll-indicator{z-index:3;flex-direction:column;align-items:center;gap:1rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-text{letter-spacing:.3em;color:#64748b;text-transform:uppercase;font-family:Inter,sans-serif;font-size:.65rem;font-weight:600}.scroll-line{background:linear-gradient(#64748b,#0000);width:1px;height:60px}@media (width<=768px){.hero-industrial-toptext{letter-spacing:.15em;font-size:.95rem}.hero-industrial-bullets{letter-spacing:.1em;flex-direction:column;gap:.5rem;font-size:.65rem}.hero-industrial-bullets .dot{display:none}}.scroll-velocity-container{color:#fff;background-color:#fbbf24;padding:1rem 0}.parallax{position:relative;overflow:hidden}.scroller{white-space:nowrap;text-align:center;letter-spacing:.1em;filter:drop-shadow(0 1px 1px #0000001a);font-family:Oswald,sans-serif;font-size:1.5rem;font-weight:700;display:flex}.scroller span{flex-shrink:0;padding-right:2rem}@media (width>=768px){.scroller{font-size:2rem;line-height:2.5rem}}.section-separator-banner{color:#0f172a;text-align:center;white-space:nowrap;background-color:#fbbf24;padding:1rem 0;overflow:hidden}.section-separator-banner p{letter-spacing:.25em;margin:0;font-family:Oswald,sans-serif;font-size:1rem;font-weight:700}.about-split-section{background-color:#0f172a;grid-template-columns:1fr 1fr;align-items:stretch;display:grid;overflow:hidden}.about-split-left{flex-direction:column;justify-content:center;padding:4rem 4rem 0;display:flex}.about-content-wrapper{max-width:600px;margin-left:auto}.about-label,.differentiator-title,.values-label{letter-spacing:.25em;color:#fbbf24;margin-bottom:.75rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:700}.about-headline{color:#fff;text-transform:uppercase;margin-bottom:2rem;font-family:Oswald,sans-serif;font-size:clamp(1.8rem,3.5vw,3rem);font-weight:700;line-height:1.1}.about-differentiator{border-left:4px solid #fbbf24;margin-bottom:2rem;padding-left:1.5rem}.about-values{border-left:4px solid #fbbf24;margin-bottom:0;padding-left:1.5rem}.differentiator-text{color:#cbd5e1;margin:0;font-family:Inter,sans-serif;font-size:1.1rem;line-height:1.6}.differentiator-text strong{color:#fff}.values-list-rugged{flex-wrap:wrap;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.values-list-rugged li{letter-spacing:.1em;color:#94a3b8;border:1px solid #334155;border-radius:4px;padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600}.about-split-right{background-image:url(/images/fleet_trucks_1781243519887.png);background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;min-height:400px;position:relative}.about-image-overlay{mix-blend-mode:multiply;background:#1e40af99;position:absolute;inset:0}.badge-24{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a66;border:6px solid #fbbf24;flex-direction:column;justify-content:center;align-items:center;width:max-content;max-width:90%;padding:1.5rem 2rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.badge-number{color:#fff;font-family:Inter,sans-serif;font-size:5rem;font-weight:900;line-height:.8}.badge-text{letter-spacing:.15em;color:#fbbf24;text-align:center;margin-top:.75rem;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:700}@media (width<=1024px){.about-split-section{grid-template-columns:1fr}.about-split-left{padding:4rem 2rem}.about-content-wrapper{max-width:100%;margin-left:0}.about-split-right{min-height:500px}}@media (width<=480px){.about-split-left{padding:3rem 1.5rem}.badge-24{padding:2rem}.badge-number{font-size:5rem}.badge-text{font-size:1.2rem}}.card-swap-container{transform-origin:100% 100%;perspective:900px;position:absolute;bottom:0;right:0;overflow:visible;transform:translate(5%,20%)}.card{transform-style:preserve-3d;will-change:transform;backface-visibility:hidden;color:#fff;background:#0f172a;border:1px solid #334155;border-radius:12px;flex-direction:column;padding:2rem;display:flex;position:absolute;top:50%;left:50%;box-shadow:0 25px 50px -12px #00000080}@media (width<=768px){.card-swap-container{transform:scale(.75)translate(25%,25%)}}@media (width<=480px){.card-swap-container{transform:scale(.55)translate(25%,25%)}}.features-section{background-color:#0f172a;align-items:center;padding:4rem 2rem;scroll-margin-top:80px;display:flex;overflow:hidden}.features-split{box-sizing:border-box;grid-template-columns:1fr 1fr;gap:4rem;width:100%;max-width:1400px;margin:0 auto;display:grid}.features-text-content{z-index:10;flex-direction:column;justify-content:center;width:100%;min-width:0;display:flex}.features-label{letter-spacing:.25em;color:#fbbf24;margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:700}.features-headline{color:#fff;text-transform:uppercase;word-break:break-word;overflow-wrap:break-word;margin-bottom:2rem;font-family:Oswald,sans-serif;font-size:clamp(2rem,6vw,4.5rem);font-weight:700;line-height:1.1}.features-subtitle{color:#cbd5e1;max-width:500px;font-family:Inter,sans-serif;font-size:1.2rem;line-height:1.6}.features-cards-wrapper{justify-content:center;align-items:center;width:100%;min-width:0;max-width:100%;min-height:500px;display:flex;position:relative}.features-cards-wrapper .card-swap-container{inset:auto;transform:translateY(5%);position:relative!important}@media (width<=1024px){.features-cards-wrapper .card-swap-container{transform:scale(.9)translateY(5%);transform-origin:50%!important}}@media (width<=768px){.features-cards-wrapper .card-swap-container{transform:scale(.8)translate(0);transform-origin:50%!important}}@media (width<=480px){.features-cards-wrapper .card-swap-container{transform:scale(.65)translate(0);transform-origin:50%!important}}.feature-swap-card{overflow:hidden;background-position:50%!important;background-size:cover!important;border:1px solid #334155!important;padding:0!important}.feature-swap-overlay{z-index:1;background:linear-gradient(#0f172a33 0%,#0f172ab3 50%,#0f172a 100%);width:100%;height:100%;position:absolute;top:0;left:0}.feature-swap-content{z-index:2;flex-direction:column;justify-content:flex-end;height:100%;padding:2.5rem;display:flex;position:relative}.feature-swap-header{flex-direction:column;gap:1rem;display:flex}.feature-swap-icon-svg{color:#fbbf24;filter:drop-shadow(0 2px 4px #00000080)}.feature-swap-title{color:#fff;text-transform:uppercase;text-shadow:0 2px 4px #00000080;margin:0;font-family:Oswald,sans-serif;font-size:2.2rem;font-weight:700}.feature-swap-description{color:#cbd5e1;margin:0;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.5}.white-cert-card{flex-direction:column;justify-content:center;display:flex;color:#f8fafc!important;box-sizing:border-box!important;background:#0f172a!important;border:1px solid #334155!important;padding:2rem!important}.white-cert-content{text-align:center;flex-direction:column;justify-content:space-between;align-items:center;height:100%;display:flex}.white-cert-text{color:#cbd5e1;margin:0;font-family:Inter,sans-serif;font-size:1rem;line-height:1.5}.white-cert-logos{justify-content:center;align-items:center;gap:1rem;width:100%;display:flex}.cert-logo{background:#fff;border:2px solid;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.75rem;min-height:80px;padding:1rem .5rem;display:flex}.sectigo-logo{border-color:#10b981}.sectigo-icon{color:#10b981;font-family:Oswald,sans-serif;font-size:2.5rem;font-weight:900;line-height:1}.sectigo-text{flex-direction:column;align-items:flex-start;display:flex}.sectigo-top{letter-spacing:.05em;color:#064e3b;font-size:.65rem;font-weight:800}.sectigo-bottom{color:#022c22;font-size:1.25rem;font-weight:900;line-height:1}.sspc-logo{border-color:#e5e7eb}.sspc-icon{font-size:2rem}.sspc-text{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.sspc-top{color:#991b1b;font-size:1.1rem;font-weight:900;line-height:1}.sspc-bottom{color:#b45309;margin-top:2px;font-size:.45rem;font-weight:700}.white-cert-footer{color:#94a3b8;font-size:.65rem;line-height:1.4}.white-cert-footer p{margin:0}.feature-swap-number{color:#ffffff1a;z-index:2;font-family:Oswald,sans-serif;font-size:6rem;font-weight:900;line-height:1;position:absolute;top:1rem;right:1.5rem}@media (width<=1024px){.features-split{text-align:center;grid-template-columns:1fr;gap:2rem}.features-label,.features-headline,.features-subtitle{margin-left:auto;margin-right:auto}.features-section{padding:3rem 1.5rem}}@media (width<=768px){.features-cards-wrapper{min-height:400px}}@media (width<=480px){.features-cards-wrapper{min-height:320px;margin-top:1rem}.features-cards-wrapper .card-swap-container{margin-top:0;margin-bottom:0}}.benefits-section-3d{background:radial-gradient(circle,#0b192c 0%,#060e1a 100%);flex-direction:column;align-items:center;min-height:80vh;padding:6rem 0;display:flex;position:relative;overflow:hidden}.benefits-3d-header{text-align:center;z-index:10;margin-bottom:2rem}.benefits-3d-subtitle{color:var(--primary-color);letter-spacing:2px;text-transform:uppercase;margin-top:.5rem;font-size:1.2rem;font-weight:500}.scene-3d{perspective:1500px;--carousel-radius:480px;justify-content:center;align-items:center;width:100%;height:450px;margin-top:2rem;display:flex;position:relative}.carousel-3d{width:280px;height:380px;transform-style:preserve-3d;will-change:transform;position:relative}.carousel-panel-3d{backface-visibility:hidden;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.panel-content-3d{text-align:center;background:#0a1424;border:1px solid #0ea5e94d;border-radius:20px;flex-direction:column;align-items:center;width:100%;height:100%;padding:2rem 1.5rem;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;box-shadow:0 0 20px #000c,inset 0 0 0 1px #ffffff05}.panel-content-3d:hover{border-color:var(--primary-color);background:#0d1a2e;box-shadow:0 0 30px #0ea5e966,inset 0 0 0 1px #ffffff1a}.panel-image{object-fit:cover;border:2px solid var(--primary-color);border-radius:50%;width:110px;height:110px;margin-bottom:1.5rem;box-shadow:0 0 15px #0ea5e94d}.panel-title{color:#fff;letter-spacing:-.5px;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.panel-text{color:#94a3b8;font-size:1rem;line-height:1.6}.carousel-controls{z-index:10;gap:1.5rem;margin-top:3rem;display:flex}.control-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;transition:all .3s;display:flex}.control-btn:hover{background:var(--primary-color);border-color:var(--primary-color);transform:scale(1.1)}@media (width<=1024px){.scene-3d{--carousel-radius:420px}}@media (width<=768px){.scene-3d{perspective:1200px;--carousel-radius:380px;height:420px}.carousel-3d{width:260px;height:360px}.panel-title{font-size:1.3rem}.panel-text{font-size:.95rem}.panel-image{width:90px;height:90px;margin-bottom:1rem}}@media (width<=480px){.benefits-section-3d{padding:3rem 0}.scene-3d{perspective:1000px;--carousel-radius:350px;height:360px;transform:scale(.85)}.carousel-3d{width:240px;height:350px}.panel-content-3d{padding:1.5rem 1rem}.panel-title{margin-bottom:.5rem;font-size:1.1rem}.panel-text{font-size:.85rem;line-height:1.4}.panel-image{width:80px;height:80px}}.product-features-section{background-color:#0f172a;justify-content:center;align-items:center;padding:3rem 2rem;display:flex}.product-features-container{width:100%;max-width:1200px;margin:0 auto}.features-header-text{text-align:center;margin-bottom:2rem}.features-tabs-mobile{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2rem;display:none}.feature-tab{color:#94a3b8;cursor:pointer;background:#1e293b80;border:1px solid #334155;border-radius:50px;padding:.5rem 1.2rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;transition:all .3s}.feature-tab:hover{color:#fff;background:#334155cc}.feature-tab.active{color:#0f172a;background:#fbbf24;border-color:#fbbf24}.features-table-wrapper{background:#0f172a99;border:1px solid #1e293b;border-radius:12px;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.premium-features-table{border-collapse:collapse;text-align:left;width:100%}.premium-features-table th{text-transform:uppercase;letter-spacing:.05em;color:#fff;background-color:#1e293bcc;border-bottom:2px solid #334155;padding:.75rem 1.5rem;font-family:Oswald,sans-serif;font-size:1rem}.premium-features-table th.th-feature{width:50%}.premium-features-table th.th-included,.premium-features-table th.th-extra{text-align:center;width:25%}.th-content{flex-direction:column;align-items:center;gap:.25rem;display:flex}.th-icon.text-blue{color:#60a5fa}.th-icon.text-yellow{color:#fbbf24}.premium-features-table td{color:#cbd5e1;border-bottom:1px solid #33415566;padding:.4rem 1.5rem;font-family:Inter,sans-serif;font-size:.9rem}.feature-row:hover td{background-color:#1e293b66}.premium-features-table td.td-included,.premium-features-table td.td-extra{text-align:center}.check-badge{border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;margin:0 auto;display:inline-flex}.bg-blue-badge{color:#60a5fa;background-color:#60a5fa26}.bg-yellow-badge{color:#fbbf24;background-color:#fbbf2426}.table-responsive-container{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.show-mobile{display:none}@media (width<=900px){.features-tabs-mobile,.hide-mobile{display:none}.show-mobile{display:inline}.premium-features-table th{padding:.5rem;font-size:.85rem}.premium-features-table td{padding:.25rem .5rem;font-size:.8rem}.th-icon.text-blue,.th-icon.text-yellow{width:14px;height:14px}.check-badge{width:20px;height:20px}.check-badge svg{width:12px;height:12px}.premium-features-table th.th-feature{width:60%}.premium-features-table th.th-included,.premium-features-table th.th-extra{width:20%}}@media (width<=480px){.product-features-section{padding:2rem 1rem}.features-header-text{margin-bottom:1.5rem}}.pricing-section{background-color:#fff;padding:6rem 0}.pricing-header{margin-bottom:4rem}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:900px;margin:0 auto;display:grid}.pricing-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;flex-direction:column;padding:3rem 2rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px -10px #0000001a}.pricing-card.popular{border:2px solid #3b82f6;box-shadow:0 10px 30px -10px #3b82f633}.popular-badge{color:#fff;text-transform:uppercase;background:#3b82f6;border-radius:100px;padding:4px 16px;font-size:.85rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.plan-name{color:#0f172a;text-align:center;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.plan-price{text-align:center;margin-bottom:1.5rem}.price-label{color:#3b82f6;font-size:1.1rem;font-weight:600}.plan-description{color:#64748b;text-align:center;margin-bottom:2rem;font-size:.95rem;line-height:1.5}.plan-features{flex-grow:1;margin:0 0 2.5rem;padding:0;list-style:none}.plan-features li{color:#475569;align-items:flex-start;gap:.75rem;margin-bottom:1rem;font-size:.95rem;display:flex}.check-icon{color:#10b981;flex-shrink:0;margin-top:2px}.btn-block{text-align:center;border-radius:8px;width:100%}.pricing-card.popular .btn-quote{color:#0f172a;background-color:#fbbf24;box-shadow:0 4px 10px #fbbf244d}.pricing-card.popular .btn-quote:hover{background-color:#f59e0b}@media (width<=768px){.pricing-section{padding:4rem 0}}@media (width<=380px){.pricing-grid{grid-template-columns:1fr}.pricing-card{padding:2rem 1.5rem}}.faq-section{background-color:#f1f5f9;padding:6rem 0}.faq-header{margin-bottom:4rem}.faq-container{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.faq-item{background:#fff;border-radius:12px;transition:all .3s;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.faq-item.active{box-shadow:0 10px 15px -3px #0000001a}.faq-question{text-align:left;color:#0f172a;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.5rem;font-size:1.1rem;font-weight:600;transition:background-color .2s;display:flex}.faq-question:hover{background-color:#f8fafc}.faq-icon{color:#3b82f6;transition:transform .3s}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-answer{background:#fff;max-height:0;transition:max-height .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.faq-item.active .faq-answer{max-height:400px}.faq-answer p{color:#475569;margin:0;padding:0 1.5rem 1.5rem;font-size:.95rem;line-height:1.6}@media (width<=768px){.faq-section{padding:4rem 0}}.contact-section{color:#fff;background-color:#020617;background-image:radial-gradient(circle at 100% 0,#1e40af 0%,#0000 50%);padding:6rem 0}.contact-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.contact-info-block{flex-direction:column;display:flex}.text-white{color:#fff}.contact-subtitle{color:#94a3b8;margin-bottom:3rem;font-size:1.1rem;line-height:1.6}.contact-subtitle strong{color:#fbbf24}.contact-details{flex-direction:column;gap:2rem;margin-bottom:3rem;display:flex}.contact-detail-item{align-items:flex-start;gap:1.25rem;display:flex}.detail-icon{color:#3b82f6;background:#3b82f61a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.detail-title{color:#f8fafc;margin:0 0 .25rem;font-size:1.1rem;font-weight:600}.detail-text{color:#94a3b8;margin:0;font-size:.95rem;line-height:1.5}.social-icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;box-shadow:0 4px 6px -1px #0000001a}.social-icon.facebook{background-color:#1877f2}.social-icon.instagram{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)}.social-icon.linkedin{background-color:#0a66c2}.social-icon:hover{filter:brightness(1.15);transform:translateY(-3px);box-shadow:0 10px 15px -3px #0000004d}.contact-cta-block{justify-content:center;display:flex}.quote-form-card{color:#0f172a;background:#e2e8f0;border-radius:4px;width:100%;max-width:600px;padding:3rem}.form-title{color:#0f172a;text-transform:uppercase;margin:0 0 .5rem;font-family:Oswald,sans-serif;font-size:2.5rem;font-weight:700}.form-subtitle{color:#475569;margin-bottom:2rem;font-family:Inter,sans-serif;font-size:1rem;line-height:1.5}.quote-form{flex-direction:column;gap:1.25rem;display:flex}.form-row{gap:1.25rem;width:100%;display:flex}.form-row>*{flex:1}.form-input{color:#0f172a;box-sizing:border-box;background:#fff;border:1px solid #cbd5e1;border-radius:4px;width:100%;padding:.8rem 1rem;font-family:Inter,sans-serif;font-size:.95rem}.form-input:focus{border-color:#0000;outline:2px solid #2563eb}.form-select{appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 1rem center;background-repeat:no-repeat;background-size:1em}.form-footer{justify-content:space-between;align-items:center;margin-top:1rem;display:flex}.recaptcha-placeholder{box-sizing:border-box;background:#f8fafc;border:1px solid #e2e8f0;border-radius:3px;align-items:center;gap:.75rem;width:250px;max-width:100%;padding:.5rem 1rem;display:flex;box-shadow:0 1px 3px #0000001a}.checkbox-box{background:#fff;border:2px solid #cbd5e1;border-radius:2px;width:20px;height:20px}.recaptcha-placeholder span{color:#334155;font-family:Inter,sans-serif;font-size:.85rem}.btn-submit-quote{color:#fff;cursor:pointer;background-color:#0f172a;border:none;border-radius:4px;padding:.8rem 2.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;transition:background-color .3s}.btn-submit-quote:hover{background-color:#1e40af}@media (width<=600px){.form-row{flex-direction:column}.form-footer{flex-direction:column;align-items:stretch;gap:1.5rem}.quote-form-card{padding:1.5rem}}@media (width<=900px){.contact-container{grid-template-columns:1fr;gap:3rem}}.form-success-message{color:#166534;text-align:center;background-color:#dcfce7;border:1px solid #bbf7d0;border-radius:4px;margin-top:1rem;padding:1rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;animation:.3s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.footer{color:#fffc;background:linear-gradient(#0a1424,#050a14);border-top:1px solid #0ea5e933;padding-top:5rem;padding-bottom:2rem;position:relative;overflow:hidden}.footer:before{content:"";background:linear-gradient(90deg, transparent, var(--primary-color), transparent);opacity:.5;height:1px;position:absolute;top:0;left:0;right:0}.footer-grid{z-index:1;grid-template-columns:2fr 1.5fr;gap:4rem;margin-bottom:4rem;display:grid;position:relative}.footer-brand .logo-container{margin-bottom:1.5rem}.footer-logo{filter:brightness(0)invert()}.brand-logo{width:auto;height:40px;display:block}.brand-description{color:#ffffffb3;max-width:400px;margin-bottom:2rem}.social-links{gap:1rem;display:flex}.social-link{width:40px;height:40px;color:var(--text-primary);transition:var(--transition-smooth);border-radius:50%;justify-content:center;align-items:center;display:flex}.social-link:hover{background:var(--primary-color);color:#fff;transform:translateY(-3px)}.footer-links h4,.footer-contact h4{color:#fff;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.footer-links ul{padding:0;list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#ffffffb3;text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--primary-color)}.contact-item{align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.contact-item p{color:#fff9;margin:0 0 .25rem;font-size:.9rem}.contact-item strong{color:#fff;font-size:1.1rem;font-weight:500}.footer-bottom{color:#ffffff80;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.875rem;display:flex}.bottom-links{gap:1.5rem;display:flex}.bottom-links a{color:var(--text-secondary);text-decoration:none}.bottom-links a:hover{color:var(--text-primary)}@media (width<=968px){.footer-grid{grid-template-columns:1fr;gap:3rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}.floating-whatsapp{color:#fff;z-index:9999;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:all .3s;display:flex;position:fixed;bottom:20px;right:104px;box-shadow:0 4px 14px #0000004d}.floating-whatsapp svg{width:38px;height:38px}.floating-whatsapp:hover{background-color:#128c7e;transform:scale(1.1)}@media (width<=768px){.floating-whatsapp{width:60px;height:60px;bottom:20px;right:95px}.floating-whatsapp svg{width:36px;height:36px}}
