:root{--bg:#ffffff;--bg2:#f8f8f8;--card:#ffffff;--text:#1a1a1a;--muted:#666666;--red:#ff3b30;--orange:#ff7a18;--accent:linear-gradient(90deg, var(--red), var(--orange));--shadow: 0 2px 16px rgba(0,0,0,.08)}*{box-sizing:border-box}html,body{height:100%;margin:0;padding:0;font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text)}body{display:flex;flex-direction:column;min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit}.cursor-circle{position:fixed;width:30px;height:30px;border:2px solid rgba(255,60,48,.6);border-radius:50%;pointer-events:none;top:0;left:0;transform:translate(-50%,-50%);z-index:9999;transition:border-color .1s ease}.cursor-circle:after{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border:1px solid rgba(255,60,48,.3);border-radius:50%}.page{flex:1;display:flex;flex-direction:column;min-height:100vh}.main{flex:1;padding:0 2rem 4rem}.header{position:sticky;top:0;z-index:50;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.08)}.header-inner{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:flex;align-items:center;gap:.75rem}.logo{width:36px;height:36px;border-radius:10px;background:var(--accent);box-shadow:0 2px 12px #ff3c3033;position:relative}.logo:after{content:"";position:absolute;top:7px;right:7px;bottom:7px;left:7px;border-radius:8px;background:#ffffff80;border:1px solid rgba(255,60,48,.3)}.brand-text{font-weight:700;letter-spacing:.2px}.nav{display:flex;gap:1.25rem;font-size:.95rem;color:var(--muted)}.nav a{padding:.25rem .5rem;border-radius:8px;transition:background .2s ease,color .2s ease}.nav a:hover{background:#0000000f;color:var(--text)}.hero{padding:4rem 0 2rem}.hero-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.hero h1{font-size:3.2rem;line-height:1.05;margin:0}.hero p{margin-top:1rem;font-size:1.1rem;color:var(--muted);max-width:520px}.accent{background:var(--accent);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-actions{margin-top:2rem;display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.2rem;border-radius:12px;border:1px solid rgba(0,0,0,.12);font-weight:600;cursor:pointer;transition:transform .2s ease,background .2s ease,border .2s ease}.btn--primary{background:var(--accent);color:#fff;border:none;box-shadow:0 8px 20px #ff3c3026}.btn--primary:hover{transform:translateY(-1px);filter:saturate(1.1)}.btn--ghost{background:#0000000f;color:var(--text)}.btn--ghost:hover{background:#0000001a;transform:translateY(-1px)}.hero-right{display:flex;justify-content:flex-end}.hero-card{width:100%;max-width:360px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:20px;box-shadow:var(--shadow);padding:1.2rem;display:grid;gap:1rem}.hero-stat{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-radius:14px;background:#f8f8f8;border:1px solid rgba(0,0,0,.08)}.stat-num{font-size:1.4rem;font-weight:800}.stat-text{color:var(--muted)}.section{max-width:1200px;margin:0 auto;padding:3rem 0}.section h2{font-size:2rem;margin:0 0 1rem}.section p{color:var(--muted);line-height:1.6}.section--dark{background:#f8f8f8;border-top:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08)}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}@media (max-width: 900px){.hero-inner{grid-template-columns:1fr}.hero-right{justify-content:flex-start}.grid{grid-template-columns:1fr}}.card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:20px;box-shadow:var(--shadow);padding:1.5rem;position:relative;overflow:hidden}.card:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;background:linear-gradient(90deg,#ff3c3000,#ff3c3026,#ff7a1800);transform:translate(-100%);transition:transform .7s ease}.card:hover:before{transform:translate(0)}.card h3{margin:0 0 .5rem}.card p{color:var(--muted);line-height:1.6}.card-icon{width:44px;height:44px;border-radius:14px;background:#f8f8f8;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;border:1px solid rgba(0,0,0,.08)}.icon svg{width:22px;height:22px;fill:#333}.card-cta{margin-top:1.2rem}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.contact-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:20px;box-shadow:var(--shadow);padding:1.5rem}.contact-card h3{margin-top:0}.footer{background:#f8f8f8;border-top:1px solid rgba(0,0,0,.08);padding:2rem 0 1rem}.footer-inner{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-links{display:flex;gap:1rem;color:var(--muted)}.footer-links a{color:var(--muted)}.footer-links a:hover{color:var(--text)}.footer-meta{color:var(--muted)}.legal{max-width:1200px;margin:0 auto;padding:1rem 2rem;color:var(--muted);border-top:1px solid rgba(0,0,0,.08)}.legal h3{color:var(--text);margin:0 0 .5rem}.page--login{display:flex;align-items:center;justify-content:center;padding:3rem 1rem;background:linear-gradient(180deg,#fff,#f8f8f8)}.login-card{width:100%;max-width:520px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:24px;box-shadow:var(--shadow);padding:2rem}.login-brand{text-align:center;display:flex;flex-direction:column;align-items:center}.login-brand h1{margin:1rem 0 .25rem;font-size:2rem}.login-brand p{color:var(--muted);margin:0}.login-form{margin-top:2rem;display:grid;gap:1rem}.login-form label{display:flex;flex-direction:column;gap:.5rem;color:var(--muted);font-size:.9rem}.login-form input{padding:.9rem 1rem;border-radius:14px;border:1px solid rgba(0,0,0,.12);background:#f8f8f8;color:var(--text);outline:none}.login-form input:focus{border-color:#ff3c3080;box-shadow:0 0 0 3px #ff3c301a}.login-error{color:var(--red);font-weight:700;text-align:center}.login-footer{margin-top:1.5rem;text-align:center;color:var(--muted);font-size:.9rem}.login-header{padding:1.5rem 2rem;position:absolute;top:0;left:0;z-index:10}.login-header-brand{display:flex;align-items:center;gap:.75rem}.login-header-text{font-weight:700;letter-spacing:.2px;color:#1a1a1a;font-size:1.1rem}.login-logo{width:64px;height:64px;border-radius:18px;background:var(--accent);box-shadow:0 15px 35px #ff3c3040;position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
