:root{--font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--primary-color: #63e1b7;--primary-hover: #34d399;--secondary-color: #10b981;--background-color: #ffffff;--surface-color: #f8fafc;--text-color: #1e293b;--text-muted: #64748b;--border-color: #e2e8f0;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--radius-md: .375rem;--radius-lg: .5rem;--radius-full: 9999px;font-family:var(--font-family);line-height:1.5;font-weight:400;color-scheme:light;color:var(--text-color);background-color:var(--background-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(prefers-color-scheme:dark){:root{--background-color: #0f172a;--surface-color: #1e293b;--text-color: #f1f5f9;--text-muted: #94a3b8;--border-color: #334155;color-scheme:dark}}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none;transition:color .2s}a:hover{color:var(--primary-color)}button{cursor:pointer;font-family:inherit}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:.5em}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:var(--radius-md);font-weight:500;transition:all .2s;border:1px solid transparent}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:var(--primary-hover)}.btn-outline{border-color:var(--border-color);background-color:transparent;color:var(--text-color)}.btn-outline:hover{background-color:var(--surface-color);border-color:var(--text-muted)}.section{padding:4rem 1.5rem}.section-title{font-size:2rem;margin-bottom:3rem;text-align:center;position:relative;display:inline-block;left:50%;transform:translate(-50%)}.section-title:after{content:"";position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%);width:60px;height:3px;background-color:var(--primary-color)}.grid-2,.grid-3{display:grid;grid-template-columns:1fr;gap:2rem}.grid-4{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}}.card{background-color:var(--background-color);border:1px solid var(--border-color);border-radius:var(--radius-lg);overflow:hidden;transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.bg-surface{background-color:var(--surface-color)}.text-center{text-align:center}.flex-center{display:flex;align-items:center;justify-content:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .6s ease-out forwards}.feature-row{display:flex;flex-direction:column;gap:3rem;align-items:center}@media(min-width:768px){.feature-row{flex-direction:row}.feature-row:nth-child(2n){flex-direction:row-reverse}.feature-row>*{flex:1}}.hero-section{background-color:#63e1b7;height:400px;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;background-image:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(255,255,255,.1) 10px,rgba(255,255,255,.1) 20px);padding:0 1rem}.hero-title{font-size:3rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.hero-subtitle{font-size:1.8rem;margin-top:.5rem;font-weight:700;text-shadow:1px 1px 2px rgba(0,0,0,.1)}.hero-text{font-size:1.1rem;margin-top:1rem}@media(min-width:768px){.hero-title{font-size:5rem}.hero-subtitle{font-size:3rem}.hero-text{font-size:1.5rem}}.product-image-container{height:200px;background-color:#eee}.product-image-container img{width:100%;height:100%;object-fit:cover}.feature-row-reverse-mobile{display:flex;flex-direction:column-reverse;gap:2rem}@media(min-width:768px){.feature-row-reverse-mobile{flex-direction:row}}.page-hero{background-color:var(--primary-color);background-image:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);padding:4rem 1.5rem;text-align:center;margin-bottom:4rem;color:#fff}.page-title{font-size:2.5rem;margin-bottom:1.5rem;font-weight:700}.page-subtitle{font-size:1rem;max-width:600px;margin:0 auto;opacity:.9}@media(min-width:768px){.page-hero{padding:6rem 1.5rem}.page-title{font-size:3.5rem}.page-subtitle{font-size:1.2rem}}
