:root{--bg:#fff;--bg-soft:#f9fafb;--text:#000;--muted:#4b5563;--primary:#22d3ee;--primary-strong:#06b6d4;--link:#0ea5e9;--border:#e5e7eb}body,html{background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji;overflow-x:hidden}a{color:var(--link);text-decoration:none}header{display:none}.container{max-width:1120px}.logo{font-weight:700;font-size:24px;letter-spacing:.4px;color:var(--text);text-decoration:none}main{min-height:calc(100vh - 180px)}footer{border-top:1px solid var(--border);background:var(--bg-soft);color:var(--muted)}.footer-inner{justify-content:space-between;padding:96px 0 120px}.footer-inner,.hero{display:flex;align-items:center}.hero{position:relative;min-height:100vh;overflow:hidden;flex-direction:column;justify-content:center;width:100vw;margin-left:calc(50% - 50vw)}.hero-video{position:absolute;inset:0;height:100%;width:100%;object-fit:cover;opacity:.5;z-index:0}.floating-logo{display:block;margin-bottom:30px}.floating-logo img{height:120px;width:auto;opacity:1}.hero-content{position:relative;z-index:10;max-width:900px;text-align:center}.hero h1{margin:0 0 8px;font-size:44px;line-height:1.1;white-space:nowrap}.hero p{color:var(--text);font-size:18px;margin:8px 0 24px}.cta{position:relative;z-index:1;display:inline-block;background:#000;color:#fff;font-weight:700;padding:12px 18px;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.3);transition:transform .2s,box-shadow .2s}.cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.5);background:#1a1a1a}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;margin:40px 0 64px}.card{background:var(--bg-soft);border:1px solid var(--border);border-radius:12px;padding:20px;text-align:left}.card-header{margin-bottom:12px;gap:12px}.card-header,.card-icon{display:flex;align-items:center}.card-icon{width:60px;height:60px;border-radius:50%;justify-content:center;flex-shrink:0}.card-icon img{width:48px;height:48px;filter:brightness(0) invert(1)}.card h3{margin:0;line-height:1.2;display:flex;align-items:center;height:40px;padding-top:6px}.icon-gradient-1{background:linear-gradient(135deg,#1a1a1a,#2e2e2e 50%,#0d0d0d)}.icon-gradient-2{background:linear-gradient(135deg,#2a2a2a,#1e1e1e 50%,#0a0a0a)}.icon-gradient-3{background:linear-gradient(135deg,#1f1f1f,#333 50%,#111)}.icon-gradient-4{background:linear-gradient(135deg,#252525,#404040 50%,#0f0f0f)}.icon-gradient-5{background:linear-gradient(135deg,#2c2c2c,#1a1a1a 50%,#080808)}.icon-gradient-6{background:linear-gradient(135deg,#222,#383838 50%,#0c0c0c)}.icon-gradient-7{background:linear-gradient(135deg,#262626,#1c1c1c 50%,#0b0b0b)}.icon-gradient-8{background:linear-gradient(135deg,#242424,#3a3a3a 50%,#0e0e0e)}.icon-gradient-9{background:linear-gradient(135deg,#282828,#1d1d1d 50%,#090909)}.card h3{margin-top:0}.section{padding:40px 0}.section-banner{position:relative;width:100vw;margin-left:calc(50% - 50vw);padding:72px 0;background:linear-gradient(180deg,#2e2e2e,#1a1a1a 60%,#0d0d0d)}.section-banner h2,.section-banner h3{color:#fff}.section-banner p{color:hsla(0,0%,100%,.85)}.muted{color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;left:-999px;top:-999px}.skip-link:focus{left:16px;top:16px;background:var(--primary);color:#001014;padding:8px 12px;border-radius:8px}@media (max-width:1200px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.hero h1{font-size:34px}.grid{grid-template-columns:1fr}.nav a{margin-left:12px}.card-icon{width:54px;height:54px}.card-icon img{width:40px;height:40px}.card h3{height:36px;padding-top:6px}}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;color:#0b0c0e;background:#fff}main{max-width:1080px;margin:0 auto;padding:24px}h1{font-size:2rem;line-height:1.2}h1,p{margin:0 0 12px}p{font-size:1rem;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 16px}.footer,.header{border-bottom:1px solid #eee}.footer{border-top:1px solid #eee;border-bottom:none;margin-top:48px;padding:24px 0;color:#556}nav{display:flex;gap:16px;align-items:center;padding:16px 0}nav a{color:#0b0c0e;text-decoration:none;font-weight:600}nav a:hover{text-decoration:underline}.hero{padding:48px 0}.hero h1{font-size:2.5rem}.hero p{font-size:1.125rem;color:#334}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:16px;gap:16px;margin-top:24px}.card{border:1px solid #eee;border-radius:8px;padding:16px;background:#fafafa}.card h3{margin:0 0 8px;font-size:1.125rem}.card p{margin:0;color:#334}.btn{display:inline-block;padding:10px 16px;border-radius:8px;background:#0b72e7;color:#fff;text-decoration:none;font-weight:600}.btn:hover{background:#095ec0}@media (max-width:640px){main{padding:16px}.hero h1{font-size:2rem}}