:root{--ink:#10131a;--muted:#6b7280;--line:#e6e8ee;--soft:#f6f7fb;--blue:#2563eb;--violet:#6d28d9}
*{box-sizing:border-box}html,body{margin:0;min-height:100%}
body{font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:radial-gradient(circle at 12% 8%,rgba(37,99,235,.10),transparent 26%),radial-gradient(circle at 88% 10%,rgba(109,40,217,.12),transparent 30%),#fff}
a{text-decoration:none;color:inherit}.holding-shell{min-height:100vh;display:flex}.hero{width:min(1240px,calc(100% - 40px));min-height:calc(100vh - 40px);margin:20px auto;display:flex;flex-direction:column}
.topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px 0 24px}.brand{display:flex;align-items:center;gap:12px}
.awn-mark{display:inline-flex;align-items:center;justify-content:center;min-width:62px;height:42px;padding:0 12px;border-radius:12px;color:#fff;background:linear-gradient(135deg,var(--blue),var(--violet));font-weight:900;letter-spacing:-.08em}
.awn-mark.small{min-width:44px;height:30px;border-radius:8px;font-size:.78rem}.brand-name{font-size:1.2rem;letter-spacing:-.03em;font-weight:500}.brand-name span{font-weight:900}
.launch-chip{border:1px solid var(--line);background:rgba(255,255,255,.82);padding:9px 14px;border-radius:999px;color:#4b5563;font-size:.85rem;font-weight:700;backdrop-filter:blur(10px)}
.hero-grid{flex:1;display:grid;grid-template-columns:1.12fr .88fr;gap:70px;align-items:center;padding:40px 0 50px}.eyebrow{display:inline-block;font-size:.78rem;letter-spacing:.15em;color:var(--blue);font-weight:900;margin-bottom:16px}
h1{margin:0;max-width:760px;font-size:clamp(3.2rem,6.4vw,6.5rem);line-height:.96;letter-spacing:-.065em;font-weight:900}h1 span{background:linear-gradient(90deg,var(--blue),var(--violet));-webkit-background-clip:text;background-clip:text;color:transparent}
.lead{max-width:730px;margin:28px 0 0;color:var(--muted);font-size:clamp(1.1rem,1.8vw,1.35rem);line-height:1.65}.launch-panel{display:flex;flex-wrap:wrap;gap:12px;margin:30px 0}
.launch-panel>div{min-width:180px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.82);padding:15px 18px}.launch-panel .label{display:block;color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;font-weight:800;margin-bottom:5px}
.feature-list{display:grid;gap:12px;max-width:720px}.feature-list>div{display:grid;grid-template-columns:44px 1fr;align-items:start;gap:14px;padding:14px 0;border-top:1px solid var(--line)}.feature-list>div:first-child{border-top:0}
.feature-list span{color:#9ca3af;font-size:.78rem;font-weight:900;letter-spacing:.08em;padding-top:4px}.feature-list p{margin:0;color:var(--muted);line-height:1.45}.feature-list strong{color:var(--ink)}
.visual-panel{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center}.orb{position:absolute;border-radius:50%;filter:blur(8px)}.orb-one{width:290px;height:290px;background:rgba(37,99,235,.12);left:0;top:40px}.orb-two{width:240px;height:240px;background:rgba(109,40,217,.13);right:0;bottom:40px}
.preview-card{position:relative;width:min(100%,500px);border:1px solid rgba(221,224,232,.92);border-radius:28px;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);box-shadow:0 28px 70px rgba(22,29,55,.12);padding:26px}
.preview-head{display:flex;align-items:center;gap:10px;font-size:.9rem;color:#374151;font-weight:700}.query{margin:24px 0 18px;padding:16px 18px;border-radius:16px;color:#fff;background:var(--ink);line-height:1.45}
.preview-result{display:grid;grid-template-columns:52px 1fr;gap:14px;align-items:center;padding:16px 0;border-top:1px solid var(--line)}.score{color:var(--violet);font-size:1.05rem;font-weight:900}.preview-result div:last-child{display:flex;flex-direction:column;gap:4px}.preview-result small{color:var(--muted)}
.preview-note{margin-top:8px;padding:14px;background:#f5f3ff;border:1px solid #ece8ff;border-radius:14px;color:#5b6472;font-size:.86rem;line-height:1.45}.footer-line{display:flex;justify-content:space-between;gap:20px;padding:22px 0 10px;border-top:1px solid var(--line);color:#8a919d;font-size:.8rem}
@media(max-width:900px){.hero{width:min(100% - 28px,900px);min-height:auto}.hero-grid{grid-template-columns:1fr;gap:20px;padding-top:25px}.visual-panel{min-height:auto;padding:20px 0 40px}.preview-card{width:100%}.orb{display:none}}
@media(max-width:600px){.topbar{align-items:flex-start}.launch-chip{font-size:.75rem;padding:8px 10px}.brand-name{font-size:1rem}h1{font-size:3.25rem}.lead{font-size:1.05rem}.footer-line{flex-direction:column}}
