:root{--background:#0a090d;--surface:#121016;--surface-light:#19151f;--text:#f4f1f7;--text-muted:#aaa3b2;--purple:#8b5cf6;--purple-dark:#5b21b6;--green:#7ee787;--green-dark:#2f855a;color:var(--text);background-color:var(--background);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,Helvetica,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{min-height:100vh}.landing{background:radial-gradient(circle at 20% 20%, #8b5cf624, transparent 35%), radial-gradient(circle at 80% 75%, #7ee78714, transparent 30%), var(--background);min-height:100vh;padding:2rem}.hero{flex-direction:column;justify-content:center;align-items:flex-start;max-width:1100px;min-height:calc(100vh - 4rem);margin:0 auto;display:flex}.hero-label{color:var(--purple);letter-spacing:.08em;text-transform:uppercase;border:1px solid #8b5cf666;border-radius:999px;margin-bottom:1.5rem;padding:.45rem .85rem;font-size:.85rem;font-weight:600}.hero h1{letter-spacing:-.05em;max-width:1000px;margin:0;font-size:clamp(3rem,7vw,6.5rem);line-height:1.1}.purple-text{color:var(--purple)}.green-text{color:var(--green)}.hero-description{max-width:700px;color:var(--text-muted);margin:2rem 0 0;font-size:1.2rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.button{border-radius:.65rem;padding:.9rem 1.3rem;font-weight:600;text-decoration:none;transition:transform .15s,background-color .15s,border-color .15s;display:inline-block}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--purple);color:#fff}.button-primary:hover{background:#9d75f8}.button-secondary{color:var(--green);border:1px solid #7ee78773}.button-secondary:hover{background:#7ee78714}@media (width<=650px){.landing{padding:1.25rem}.hero{min-height:calc(100vh - 2.5rem)}.hero-description{font-size:1.05rem}}.products{max-width:1100px;margin:0 auto;padding:7rem 0}.section-heading{max-width:700px;margin-bottom:3rem}.section-label{color:var(--green);letter-spacing:.12em;text-transform:uppercase;font-size:.8rem;font-weight:600}.section-heading h2{letter-spacing:-.04em;margin:.75rem 0 1rem;font-size:clamp(2.2rem,5vw,4rem);line-height:1}.section-heading p{color:var(--text-muted);margin:0;font-size:1.1rem;line-height:1.7}.split-word{background:linear-gradient(to bottom, var(--purple) 0%, var(--purple) 60%, var(--green) 61%, var(--green) 100%);color:#0000;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block}.product-card{background:linear-gradient(135deg, #8b5cf614, #7ee78708), var(--surface);border:1px solid #8b5cf640;border-radius:1.25rem;grid-template-columns:1.5fr .75fr;align-items:center;gap:3rem;padding:3rem;display:grid}.product-copy{max-width:650px}.product-status{color:var(--green);letter-spacing:.1em;text-transform:uppercase;font-size:.8rem;font-weight:600}.product-copy h3{letter-spacing:-.04em;margin:.75rem 0 1rem;font-size:clamp(2.5rem,5vw,4rem)}.product-copy p{color:var(--text-muted);margin:0 0 1.5rem;font-size:1.1rem;line-height:1.8}.product-link{color:var(--purple);font-weight:600;text-decoration:none}.product-link:hover{color:var(--green)}.product-image{width:min(100%,340px);margin-left:auto}.product-image img{object-fit:cover;border-radius:1.25rem;width:100%;height:auto;display:block}@media (width<=750px){.footer-content{grid-template-columns:1fr;gap:1.5rem}.footer-links{justify-content:flex-start}.footer-meta{grid-column:auto}}.contact{max-width:1100px;margin:0 auto;padding:7rem 0 9rem}.contact-card{background:linear-gradient(135deg, #7ee78712, #8b5cf60d), var(--surface);border:1px solid #7ee78740;border-radius:1.25rem;padding:3rem}.contact-card h2{letter-spacing:-.04em;max-width:800px;margin:.75rem 0 1.25rem;font-size:clamp(2.2rem,5vw,4rem);line-height:1.05}.contact-card p{max-width:700px;color:var(--text-muted);margin:0 0 2rem;font-size:1.1rem;line-height:1.8}.site-footer{background-color:#08070a;border-top:1px solid #242126;padding:2.5rem 2rem}.footer-content{grid-template-columns:1.4fr 1fr;align-items:start;gap:2rem 4rem;max-width:1100px;margin:0 auto;display:grid}.footer-content>div:first-child{max-width:420px}.footer-content strong{margin-bottom:.35rem;font-size:1.05rem;display:block}.footer-content p{color:var(--text-muted);margin:0;line-height:1.6}.footer-links{flex-wrap:wrap;justify-content:flex-end;gap:1.5rem;display:flex}.footer-links a{color:var(--text-muted);text-decoration:none}.footer-links a:hover{color:var(--green)}.footer-meta{color:var(--text-muted);border-top:1px solid #1b191d;grid-column:1/-1;padding-top:1.5rem;font-size:.9rem}
