:root{--background: hsl(217, 32%, 8%);--foreground: hsl(0, 0%, 98%);--card: hsl(217, 28%, 12%);--card-foreground: hsl(0, 0%, 98%);--primary: hsl(43, 96%, 56%);--primary-foreground: hsl(217, 32%, 8%);--secondary: hsl(217, 20%, 18%);--secondary-foreground: hsl(0, 0%, 98%);--muted: hsl(217, 20%, 15%);--muted-foreground: hsl(215, 15%, 65%);--accent: hsl(43, 96%, 56%);--accent-foreground: hsl(217, 32%, 8%);--border: hsl(217, 33%, 17%);--input: hsl(217, 33%, 17%);--gradient-gold: linear-gradient(135deg, hsl(43, 96%, 56%), hsl(38, 88%, 48%));--gradient-dark: linear-gradient(135deg, hsl(217, 32%, 8%), hsl(217, 28%, 12%));--gradient-hero: radial-gradient(ellipse at center, hsl(217, 28%, 12%), hsl(217, 32%, 8%));--shadow-gold: 0 10px 30px -10px hsl(43, 96%, 56%, .3);--shadow-dark: 0 25px 50px -12px hsl(217, 32%, 8%, .5);--transition-smooth: all .3s cubic-bezier(.4, 0, .2, 1);--container-max-width: 1200px;--border-radius: .5rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--background);color:var(--foreground);line-height:1.6;min-height:100vh}.container{max-width:var(--container-max-width);margin:0 auto;padding:0 1rem}@media (min-width: 1024px){.container{padding:0 1.5rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:var(--border-radius);font-size:.875rem;font-weight:500;transition:var(--transition-smooth);cursor:pointer;border:none;text-decoration:none;outline:none}.btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.btn-sm{height:2.25rem;padding:0 .75rem}.btn-lg{height:2.75rem;padding:0 2rem;font-size:1rem}.btn-hero{background:var(--gradient-gold);color:var(--primary-foreground);box-shadow:var(--shadow-gold);font-weight:600}.btn-hero:hover{opacity:.9;transform:translateY(-1px)}.btn-outline{border:1px solid var(--border);background:var(--card);color:var(--card-foreground)}.btn-outline:hover{background:var(--accent);color:var(--accent-foreground);border-color:var(--accent)}.arrow-icon{transition:transform .2s ease}.btn:hover .arrow-icon{transform:translate(2px)}.navigation{position:fixed;top:0;width:100%;z-index:50;background:#1c273bcc;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.nav-content{display:flex;align-items:center;justify-content:space-between;height:4rem}.logo{display:flex;align-items:center;gap:.75rem}.logo-img{height:2rem;width:auto}.logo-text{font-size:1.25rem;font-weight:700;color:var(--foreground)}.nav-links{display:none;align-items:center;gap:2rem}@media (min-width: 768px){.nav-links{display:flex}}.nav-link{color:var(--muted-foreground);text-decoration:none;transition:color .3s ease}.nav-link:hover{color:var(--primary)}.mobile-menu-btn{display:block;padding:.5rem;background:none;border:none;color:var(--foreground);cursor:pointer;font-size:1.5rem}@media (min-width: 768px){.mobile-menu-btn{display:none}}.close-icon{display:none}.mobile-menu{display:none;padding:1rem 0;border-top:1px solid var(--border)}.mobile-menu.active{display:block}.mobile-menu-links{display:flex;flex-direction:column;gap:1rem}.mobile-cta{width:100%;margin-top:.5rem}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--gradient-hero);overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(#1c273bcc,#1c273b99);background-size:cover;background-position:center;opacity:.2}.hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='grid' width='40' height='40' patternUnits='userSpaceOnUse'%3E%3Cpath d='M 40 0 L 0 0 0 40' fill='none' stroke='hsl(43 96% 56% / 0.1)' stroke-width='1'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%' height='100%' fill='url(%23grid)'/%3E%3C/svg%3E");opacity:.3}.hero-content{position:relative;z-index:10;text-align:center}.hero-inner{max-width:64rem;margin:0 auto;padding:0 1rem}.product-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffc1071a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,193,7,.2);border-radius:9999px;padding:.5rem 1.5rem;margin-bottom:1rem}.badge-emoji{font-size:1.125rem}.badge-text{font-size:.875rem;font-weight:500;color:#fbcb50}.tech-badge{display:inline-flex;align-items:center;gap:.5rem;background:#1c273bcc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,193,7,.2);border-radius:9999px;padding:.5rem 1.5rem;margin-bottom:2rem}.zap-icon{color:var(--primary)}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(to right,var(--foreground),rgba(255,255,255,.8));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.1}@media (min-width: 768px){.hero-title{font-size:4.5rem}}.title-highlight{display:block;background:var(--gradient-gold);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:1.25rem;color:var(--muted-foreground);margin-bottom:2rem;max-width:48rem;margin-left:auto;margin-right:auto;line-height:1.6}@media (min-width: 768px){.hero-subtitle{font-size:1.5rem}}.hero-cta{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;margin-bottom:3rem}@media (min-width: 640px){.hero-cta{flex-direction:row;gap:1.5rem}}.hero-stats{display:grid;grid-template-columns:1fr;gap:2rem;max-width:32rem;margin:0 auto}@media (min-width: 768px){.hero-stats{grid-template-columns:repeat(3,1fr)}}.stat-item{text-align:center}.stat-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:#ffc1071a;border-radius:50%;margin:0 auto 1rem;font-size:1.5rem}.stat-number{font-size:1.5rem;font-weight:700;color:var(--foreground);margin-bottom:.5rem}.stat-label{font-size:.875rem;color:var(--muted-foreground)}.services-section{padding:6rem 0;background:var(--background)}.pricing-section{padding:6rem 0;background:#2e3a594d}.contact-section{padding:6rem 0;background:var(--background)}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--foreground)}@media (min-width: 768px){.section-title{font-size:3rem}}.section-subtitle{font-size:1.25rem;color:var(--muted-foreground);max-width:48rem;margin:0 auto}.services-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{background:var(--card);border:1px solid rgba(46,58,89,.5);border-radius:var(--border-radius);transition:var(--transition-smooth);overflow:hidden}.service-card:hover{background:#2e3a59cc;border-color:#ffc1074d;box-shadow:var(--shadow-dark)}.card-header{padding:1.5rem}.service-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.service-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:#ffc1071a;border-radius:50%;font-size:1.5rem}.service-tier{font-size:.875rem;font-weight:500;color:var(--primary);background:#ffc1071a;padding:.25rem .75rem;border-radius:9999px}.service-title{font-size:1.25rem;font-weight:700;color:var(--foreground);margin-bottom:.5rem}.service-description{color:var(--muted-foreground);line-height:1.6}.card-content{padding:0 1.5rem 1.5rem}.service-features{list-style:none;margin-bottom:1.5rem}.service-features li{display:flex;align-items:center;font-size:.875rem;color:var(--muted-foreground);margin-bottom:.75rem}.service-features li:before{content:"";width:.5rem;height:.5rem;background:var(--primary);border-radius:50%;margin-right:.75rem;flex-shrink:0}.service-pricing{border-top:1px solid var(--border);padding-top:1.5rem;margin-bottom:1.5rem;text-align:center}.price{font-size:1.875rem;font-weight:700;color:var(--foreground);margin-bottom:.25rem}.price-unit{font-size:.875rem;color:var(--muted-foreground);margin-bottom:1rem}.target-audience{font-size:.75rem;color:var(--muted-foreground)}.service-btn{width:100%}.tech-note{margin-top:4rem;text-align:center}.tech-note-content{background:#2e3a5980;border:1px solid rgba(46,58,89,.5);border-radius:var(--border-radius);padding:2rem;max-width:64rem;margin:0 auto}.tech-note-title{font-size:1.25rem;font-weight:600;color:var(--foreground);margin-bottom:1rem}.tech-note-text{color:var(--muted-foreground);line-height:1.6}.pricing-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 1024px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1280px){.pricing-grid{grid-template-columns:repeat(4,1fr)}}.pricing-card{position:relative;background:var(--card);border:1px solid rgba(46,58,89,.5);border-radius:var(--border-radius);transition:var(--transition-smooth);overflow:hidden}.pricing-card:hover{border-color:#ffc1074d;box-shadow:var(--shadow-dark)}.pricing-card.popular{border-color:var(--primary);box-shadow:var(--shadow-gold);ring:1px solid rgba(255,193,7,.2)}.popular-badge{position:absolute;top:-.75rem;left:50%;transform:translate(-50%);background:var(--gradient-gold);color:var(--primary-foreground);padding:.25rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:600}.pricing-header{padding:1.5rem;text-align:center;border-bottom:1px solid var(--border)}.pricing-title{font-size:1.25rem;font-weight:700;color:var(--foreground);margin-bottom:.5rem}.pricing-description{color:var(--muted-foreground);margin-bottom:1rem}.pricing-price{margin-bottom:.25rem}.pricing-content{padding:1.5rem}.pricing-features{margin-bottom:1.5rem}.features-title{font-weight:600;color:var(--foreground);margin-bottom:.75rem}.features-list{list-style:none}.features-list li{font-size:.875rem;color:var(--muted-foreground);margin-bottom:.5rem}.pricing-use-cases{margin-bottom:1.5rem}.use-cases-title{font-weight:600;color:var(--foreground);margin-bottom:.75rem}.use-cases-list{list-style:none}.use-cases-list li{font-size:.875rem;color:var(--muted-foreground);margin-bottom:.25rem}.pricing-btn{width:100%}.enterprise-note{margin-top:4rem;text-align:center}.enterprise-content{background:var(--card);border:1px solid rgba(46,58,89,.5);border-radius:var(--border-radius);padding:2rem;max-width:64rem;margin:0 auto}.enterprise-title{font-size:1.25rem;font-weight:600;color:var(--foreground);margin-bottom:1rem}.enterprise-text{color:var(--muted-foreground);margin-bottom:1.5rem;line-height:1.6}.contact-content{display:grid;grid-template-columns:1fr;gap:3rem;max-width:96rem;margin:0 auto}@media (min-width: 1024px){.contact-content{grid-template-columns:1fr 1fr}}.contact-form-container{background:var(--card);border:1px solid rgba(46,58,89,.5);border-radius:var(--border-radius);overflow:hidden}.contact-form-header{padding:1.5rem;border-bottom:1px solid var(--border)}.form-title{font-size:1.5rem;font-weight:700;color:var(--foreground);margin-bottom:.5rem}.form-description{color:var(--muted-foreground)}.contact-form{padding:1.5rem}.form-row{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}@media (min-width: 768px){.form-row{grid-template-columns:1fr 1fr}}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:var(--foreground);margin-bottom:.5rem}.form-input,.form-textarea{width:100%;height:2.5rem;padding:.5rem .75rem;background:var(--background);border:1px solid var(--border);border-radius:var(--border-radius);color:var(--foreground);font-size:.875rem;transition:var(--transition-smooth)}.form-textarea{height:7.5rem;resize:vertical}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #ffc10733}.form-input::-moz-placeholder,.form-textarea::-moz-placeholder{color:var(--muted-foreground)}.form-input::placeholder,.form-textarea::placeholder{color:var(--muted-foreground)}.contact-submit{width:100%}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-cards{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.contact-cards{grid-template-columns:1fr 1fr}}.contact-card{background:var(--card);border:1px solid rgba(46,58,89,.5);border-radius:var(--border-radius);padding:1.5rem;text-align:center}.contact-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:#ffc1071a;border-radius:50%;margin:0 auto 1rem;font-size:1.5rem}.contact-card-title{font-weight:600;color:var(--foreground);margin-bottom:.5rem}.contact-card-text{font-size:.875rem;color:var(--muted-foreground)}.location-card{background:var(--card);border:1px solid rgba(46,58,89,.5);border-radius:var(--border-radius);padding:1.5rem}.location-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.location-item:last-child{margin-bottom:0}.location-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:#ffc1071a;border-radius:50%;flex-shrink:0;font-size:1.5rem}.location-title{font-weight:600;color:var(--foreground);margin-bottom:.5rem}.location-text{font-size:.875rem;color:var(--muted-foreground);line-height:1.5}.stats-card{background:var(--gradient-dark);border:1px solid rgba(255,193,7,.2);border-radius:var(--border-radius);padding:1.5rem}.stats-title{font-weight:600;color:var(--foreground);margin-bottom:1rem;text-align:center}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;text-align:center}.stats-grid .stat-item{padding:0}.stats-grid .stat-number{font-size:1.5rem;font-weight:700;color:var(--primary);margin-bottom:.25rem}.stats-grid .stat-label{font-size:.75rem;color:var(--muted-foreground)}.footer{background:var(--card);border-top:1px solid var(--border);padding:3rem 0}.footer-content{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.footer-content{grid-template-columns:2fr 1fr 1fr}}.footer-company{max-width:28rem}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo-img{height:2rem;width:auto}.footer-logo-text{font-size:1.25rem;font-weight:700;color:var(--foreground)}.footer-description{color:var(--muted-foreground);margin-bottom:1rem;line-height:1.6}.footer-copyright{font-size:.875rem;color:var(--muted-foreground)}.footer-links-title,.footer-contact-title{font-weight:600;color:var(--foreground);margin-bottom:1rem}.footer-links-list,.footer-contact-list{list-style:none}.footer-links-list li,.footer-contact-list li{margin-bottom:.5rem}.footer-link{color:var(--muted-foreground);text-decoration:none;transition:color .3s ease}.footer-link:hover{color:var(--primary)}.footer-contact-item{color:var(--muted-foreground)}@media (max-width: 767px){.hero-title{font-size:2.5rem}.section-title{font-size:2rem}.hero-subtitle,.section-subtitle{font-size:1rem}.services-section,.pricing-section,.contact-section{padding:4rem 0}}html{scroll-behavior:smooth}a:focus-visible,button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.ecosystem-badge-wrapper{text-align:center;margin-bottom:2rem}.hero-badge{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:9999px;background:#ffd24d1a;border:1px solid hsla(45,100%,65%,.2);color:#ffd24d;font-size:.875rem;font-weight:500;margin-bottom:2rem}.pulse-dot{width:.5rem;height:.5rem;background:#ffd24d;border-radius:50%;margin-right:.5rem;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.ecosystem-button-container{margin-bottom:1.5rem}.ecosystem-btn{font-size:.875rem;padding:.5rem 1rem;display:inline-flex;align-items:center;border:1px solid hsla(45,100%,65%,.3);background:transparent;color:#ffd24d;text-decoration:none;border-radius:.375rem;transition:all .3s ease}.ecosystem-btn:hover{background:#ffd24d1a;border-color:#ffd24d}
