*{box-sizing:border-box;margin:0;padding:0}:root{--background:#fff;--foreground:#1f2933;--card:#fff;--card-foreground:#1f2933;--primary:#2ec2b3;--primary-foreground:#fff;--primary-light:#6eddd2;--primary-dark:#229186;--secondary:#ff8a66;--secondary-foreground:#fff;--secondary-light:#ffc4b3;--secondary-dark:#ff4f1a;--muted:#f1f5f9;--muted-foreground:#64748b;--accent:#9485e0;--accent-foreground:#fff;--border:#e2e8f0;--input:#e2e8f0;--ring:#2ec2b3;--gradient-hero:linear-gradient(135deg,#f3fcfb 0%,#fff3f0 100%);--gradient-primary:linear-gradient(135deg,#2ec2b3 0%,#229186 100%);--gradient-secondary:linear-gradient(135deg,#ff8a66 0%,#ff4f1a 100%);--shadow-soft:0 4px 20px -2px #2ec2b314;--shadow-medium:0 8px 30px -4px #2ec2b31f;--shadow-large:0 20px 60px -10px #2ec2b326;--transition-smooth:all .3s cubic-bezier(.4,0,.2,1);--transition-bounce:all .4s cubic-bezier(.68,-.55,.265,1.55);--radius:.75rem}.dark{--background:#131a20;--foreground:#fafafa;--card:#171f26;--card-foreground:#fafafa;--primary:#2ec2b3;--primary-foreground:#fff;--primary-light:#45d3c5;--primary-dark:#229186;--secondary:#ff8a66;--secondary-foreground:#fff;--muted:#1f2933;--muted-foreground:#94a3b8;--accent:#9485e0;--accent-foreground:#fff;--border:#27333f;--input:#27333f;--gradient-hero:linear-gradient(135deg,#171f26 0%,#101419 100%);--shadow-soft:0 4px 20px -2px #0000004d;--shadow-medium:0 8px 30px -4px #0006;--shadow-large:0 20px 60px -10px #00000080}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background);color:var(--foreground);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}.gradient-hero{background:var(--gradient-hero)}.gradient-primary{background:var(--gradient-primary)}.gradient-secondary{background:var(--gradient-secondary)}.shadow-soft{box-shadow:var(--shadow-soft)}.shadow-medium{box-shadow:var(--shadow-medium)}.shadow-large{box-shadow:var(--shadow-large)}.transition-smooth{transition:var(--transition-smooth)}.transition-bounce{transition:var(--transition-bounce)}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fade-in{animation:.6s ease-out forwards fade-in}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.delay-200{animation-delay:.2s}.delay-1000{animation-delay:1s}
#root{text-align:center;max-width:1280px;margin:0 auto;padding:2rem}.logo{will-change:filter;height:6em;padding:1.5em;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:20s linear infinite logo-spin}}.card{padding:2em}.read-the-docs{color:#888}.products-section{background-color:#f1f5f94d;padding:6rem 0}.products-header{text-align:center;margin-bottom:4rem}.products-header h2{margin-bottom:1rem;font-size:2.5rem;font-weight:700}@media (min-width:768px){.products-header h2{font-size:3rem}}.products-description{color:var(--muted-foreground);max-width:42rem;margin:0 auto;font-size:1.25rem}.products-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1280px){.products-grid{grid-template-columns:repeat(4,1fr)}}.product-card{background-color:var(--card);border-radius:var(--radius);cursor:pointer;transition:var(--transition-smooth);border:none;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-large)}.product-image-wrapper{aspect-ratio:1;position:relative;overflow:hidden}.product-image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:var(--transition-smooth)}.product-card:hover .product-image{transform:scale(1.1)}.product-overlay{opacity:0;transition:var(--transition-smooth);background:linear-gradient(#0000,#fffc);position:absolute;inset:0}.product-card:hover .product-overlay{opacity:1}.product-content{padding:1.5rem}.product-name{transition:var(--transition-smooth);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.product-card:hover .product-name{color:var(--primary)}.product-description{color:var(--muted-foreground);font-size:.875rem}.navbar{z-index:50;transition:var(--transition-smooth);background-color:#0000;position:fixed;top:0;left:0;right:0}.navbar.scrolled{background-color:var(--background);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.navbar-content{justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.navbar-logo{align-items:center;gap:.5rem;display:flex}.navbar-logo img{width:2.5rem;height:2.5rem}.navbar-brand{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.navbar-links{align-items:center;gap:2rem;display:none}@media (min-width:768px){.navbar-links{display:flex}}.navbar-link{color:var(--foreground);cursor:pointer;transition:var(--transition-smooth);background:0 0;border:none;font-size:.9375rem;font-weight:500}.navbar-link:hover{color:var(--primary)}.hero-section{align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{position:absolute;inset:0;overflow:hidden}.hero-bg-circle-1{filter:blur(60px);background-color:#2ec2b31a;border-radius:50%;width:20rem;height:20rem;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse;position:absolute;top:-10rem;right:-10rem}.hero-bg-circle-2{filter:blur(60px);background-color:#ff8a661a;border-radius:50%;width:20rem;height:20rem;animation:2s cubic-bezier(.4,0,.6,1) 1s infinite pulse;position:absolute;bottom:-10rem;left:-10rem}.hero-content{z-index:10;padding:5rem 0;position:relative}.hero-grid{align-items:center;gap:3rem;display:grid}@media (min-width:768px){.hero-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:420px){.hero-grid{padding:0 24px}}.hero-text{flex-direction:column;gap:2rem;display:flex}.hero-badge{color:var(--primary);background-color:#2ec2b31a;border-radius:9999px;align-items:center;gap:.5rem;width:fit-content;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.hero-title{font-size:3rem;font-weight:700;line-height:1.2}@media (min-width:768px){.hero-title{font-size:4.5rem}}.hero-title-gradient{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-description{color:var(--muted-foreground);max-width:36rem;font-size:1.25rem}.hero-buttons{flex-wrap:wrap;gap:1rem;display:flex}.hero-stats{align-items:center;gap:2rem;padding-top:1rem;display:flex}.hero-stat{flex-direction:column;display:flex}.hero-stat-number{color:var(--primary);font-size:1.875rem;font-weight:700}.hero-stat-label{color:var(--muted-foreground);font-size:.875rem}.hero-divider{background-color:var(--border);width:1px;height:3rem}.hero-image-container{position:relative}.hero-image-wrapper{border-radius:1.5rem;position:relative;overflow:hidden}.hero-image{-o-object-fit:cover;object-fit:cover;width:100%;height:auto}.hero-image-glow-1{filter:blur(40px);background-color:#ff8a6633;border-radius:50%;width:8rem;height:8rem;position:absolute;bottom:-1.5rem;left:-1.5rem}.hero-image-glow-2{filter:blur(40px);background-color:#2ec2b333;border-radius:50%;width:8rem;height:8rem;position:absolute;top:-1.5rem;right:-1.5rem}.footer{background-color:var(--card);border-top:1px solid var(--border);padding:4rem 0 2rem}.footer-grid{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;display:grid}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-brand{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.footer-logo{width:2.5rem;height:2.5rem}.footer-brand h3{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.footer-description{color:var(--muted-foreground);font-size:.875rem}.footer-section h4{margin-bottom:1rem;font-size:1.125rem;font-weight:600}.footer-links{flex-direction:column;gap:.75rem;display:flex}.footer-link{color:var(--muted-foreground);cursor:pointer;text-align:left;transition:var(--transition-smooth);background:0 0;border:none;padding:0;font-size:.875rem}.footer-link:hover{color:var(--primary)}.footer-social{gap:1rem;margin-top:1rem;display:flex}.footer-social-link{background-color:var(--muted);width:2.5rem;height:2.5rem;transition:var(--transition-smooth);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.footer-social-link:hover{background:var(--gradient-primary)}.footer-social-link:hover svg{color:#fff}.footer-social-link svg{width:1.25rem;height:1.25rem;color:var(--muted-foreground);transition:var(--transition-smooth)}.footer-bottom{border-top:1px solid var(--border);text-align:center;color:var(--muted-foreground);padding-top:2rem;font-size:.875rem}.contact-section{background-color:#f1f5f94d;padding:6rem 0}.contact-container{max-width:80rem;margin:0 auto}.contact-header{text-align:center;margin-bottom:4rem}.contact-header h2{margin-bottom:1rem;font-size:2.5rem;font-weight:700}@media (min-width:768px){.contact-header h2{font-size:3rem}}.contact-description{color:var(--muted-foreground);max-width:42rem;margin:0 auto;font-size:1.25rem}.contact-grid{gap:3rem;display:grid}@media (min-width:768px){.contact-grid{grid-template-columns:repeat(2,1fr)}}.contact-info{flex-direction:column;gap:2rem;display:flex}.contact-info h3{margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.contact-items{flex-direction:column;gap:1.5rem;display:flex}.contact-item{align-items:flex-start;gap:1rem;display:flex}.contact-icon-wrapper{border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.contact-icon-wrapper.primary{background:var(--gradient-primary)}.contact-icon-wrapper.secondary{background:var(--gradient-secondary)}.contact-icon-wrapper.accent{background-color:var(--accent)}.contact-icon{color:#fff;width:1.5rem;height:1.5rem}.contact-item-content{flex-direction:column;display:flex}.contact-item-label{margin-bottom:.25rem;font-weight:500}.contact-item-value{color:var(--muted-foreground)}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.benefits-section{background-color:var(--background);padding:6rem 0}.benefits-header{text-align:center;margin-bottom:4rem}.benefits-header h2{margin-bottom:1rem;font-size:2.5rem;font-weight:700}@media (min-width:768px){.benefits-header h2{font-size:3rem}}.benefits-title-gradient{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.benefits-description{color:var(--muted-foreground);max-width:42rem;margin:0 auto;font-size:1.25rem}.benefits-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.benefits-grid{grid-template-columns:repeat(4,1fr)}}.benefit-card{background-color:var(--card);border-radius:var(--radius);text-align:center;transition:var(--transition-smooth);border:none}.benefit-card:hover{box-shadow:var(--shadow-medium)}.benefit-content{flex-direction:column;gap:1rem;padding:2rem;display:flex}.benefit-icon-wrapper{justify-center:center;background:var(--gradient-primary);width:4rem;height:4rem;transition:var(--transition-bounce);border-radius:1rem;align-items:center;margin:0 auto;display:inline-flex}.benefit-card:hover .benefit-icon-wrapper{transform:scale(1.1)}.benefit-icon{width:2rem;height:2rem;color:var(--primary-foreground)}.benefit-title{font-size:1.25rem;font-weight:600}.benefit-description{color:var(--muted-foreground)}.badge{transition:var(--transition-smooth);border:1px solid #0000;border-radius:9999px;align-items:center;padding:.125rem .625rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge:focus{box-shadow:0 0 0 2px var(--ring);outline:none}.badge-default{background-color:var(--primary);color:var(--primary-foreground);border-color:#0000}.badge-default:hover{opacity:.8}.badge-secondary{background-color:var(--secondary);color:var(--secondary-foreground);border-color:#0000}.badge-secondary:hover{opacity:.8}.badge-outline{color:var(--foreground);border-color:var(--border)}.btn{white-space:nowrap;transition:var(--transition-smooth);cursor:pointer;border:none;border-radius:.375rem;justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:inline-flex}.btn:focus-visible{box-shadow:0 0 0 2px var(--ring);outline:none}.btn:disabled{pointer-events:none;opacity:.5}.btn-default{background-color:var(--primary);color:var(--primary-foreground)}.btn-default:hover{opacity:.9}.btn-outline{border:1px solid var(--input);background-color:var(--background);color:var(--foreground)}.btn-outline:hover{background-color:var(--accent);color:var(--accent-foreground)}.btn-secondary{background-color:var(--secondary);color:var(--secondary-foreground)}.btn-secondary:hover{opacity:.8}.btn-ghost{color:var(--foreground);background-color:#0000}.btn-ghost:hover{background-color:var(--accent);color:var(--accent-foreground)}.btn-link{color:var(--primary);text-underline-offset:4px;background-color:#0000;text-decoration:underline}.btn-link:hover{text-decoration:none}.btn-default-size{height:2.5rem;padding:.5rem 1rem}.btn-sm{border-radius:.375rem;height:2.25rem;padding:.5rem .75rem}.btn-lg{border-radius:.375rem;height:2.75rem;padding:.5rem 2rem}.btn-icon{width:2.5rem;height:2.5rem;padding:0}.btn-gradient-primary{background:var(--gradient-primary);color:var(--primary-foreground)}.btn-gradient-primary:hover{opacity:.9}.card{background-color:var(--card);color:var(--card-foreground);border-radius:var(--radius);box-shadow:var(--shadow-soft)}.card-content{padding:1.5rem}.input{border:1px solid var(--input);background-color:var(--background);width:100%;height:2.5rem;transition:var(--transition-smooth);border-radius:.375rem;padding:.5rem .75rem;font-size:.875rem;display:flex}.input:focus-visible{box-shadow:0 0 0 2px var(--ring);outline:none}.input:disabled{cursor:not-allowed;opacity:.5}.input::placeholder{color:var(--muted-foreground)}.input-lg{height:3rem}@media (min-width:768px){.input{font-size:.875rem}}.textarea{border:1px solid var(--input);background-color:var(--background);width:100%;min-height:5rem;transition:var(--transition-smooth);border-radius:.375rem;padding:.5rem .75rem;font-size:.875rem;display:flex}.textarea:focus-visible{box-shadow:0 0 0 2px var(--ring);outline:none}.textarea:disabled{cursor:not-allowed;opacity:.5}.textarea::placeholder{color:var(--muted-foreground)}
