:root {
    --blue-950: #06275f;
    --blue-900: #083b82;
    --blue-800: #0a4e9b;
    --blue-700: #1765b4;
    --blue-100: #eaf3ff;
    --ink: #10244a;
    --muted: #64748b;
    --line: #dfe7f1;
    --surface: #ffffff;
    --background: #f3f6fa;
    --red: #e9003f;
    --yellow: #f7a600;
    --green: #16875d;
    --shadow: 0 16px 40px rgba(14, 48, 93, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--background);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255,255,255,.96);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(12px);
}
.topbar-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.brand img { width: 88px; height: 48px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; }
.brand-copy strong { font-size: 17px; }
.brand-copy small { margin-top: 3px; color: var(--muted); }
.environment { display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 13px; background: #fff; }
.environment span { width: 8px; height: 8px; border-radius: 50%; background: #1bb479; box-shadow: 0 0 0 4px rgba(27,180,121,.12); }

.hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(135deg, var(--blue-950), var(--blue-700));
}
.hero::before,
.hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,.07);
}
.hero::before { width: 520px; height: 520px; right: -160px; bottom: -350px; }
.hero::after { width: 360px; height: 360px; right: 190px; bottom: -280px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.55fr .75fr; gap: 72px; align-items: center; padding: 88px 0; }
.eyebrow { display: block; color: inherit; font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.hero h1 { max-width: 760px; margin: 16px 0 20px; font-size: clamp(38px, 5vw, 64px); line-height: 1.02; letter-spacing: -.04em; }
.hero-copy > p { max-width: 680px; margin: 0; color: rgba(255,255,255,.82); font-size: 19px; line-height: 1.65; }
.primary-action { display: inline-flex; align-items: center; gap: 12px; margin-top: 30px; padding: 13px 18px; border-radius: 10px; background: #fff; color: var(--blue-900); text-decoration: none; font-weight: 800; }
.hero-panel { padding: 30px; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; background: rgba(255,255,255,.10); box-shadow: 0 24px 60px rgba(0,0,0,.12); backdrop-filter: blur(8px); }
.hero-panel-label { color: rgba(255,255,255,.76); font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.hero-panel strong { display: block; margin-top: 12px; font-size: 74px; line-height: 1; }
.hero-panel p { margin: 12px 0 0; color: rgba(255,255,255,.80); line-height: 1.55; }

.solutions { padding: 74px 0 88px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 30px; }
.section-heading .eyebrow, .purpose .eyebrow { color: var(--blue-700); }
.section-heading h2, .purpose h2 { margin: 8px 0 0; font-size: clamp(28px, 4vw, 42px); letter-spacing: -.03em; }
.section-heading > p { max-width: 420px; margin: 0; color: var(--muted); line-height: 1.55; }
.asset-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.asset-card { position: relative; display: flex; min-height: 340px; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: var(--shadow); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.asset-card:hover { transform: translateY(-4px); border-color: #b8cdea; box-shadow: 0 22px 50px rgba(14, 48, 93, .14); }
.asset-card-featured::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; border-radius: 18px 18px 0 0; background: linear-gradient(90deg, var(--yellow), var(--red), var(--blue-800)); }
.asset-card-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.asset-icon { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 14px; color: var(--blue-800); background: var(--blue-100); }
.asset-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.status { padding: 7px 10px; border-radius: 999px; font-size: 12px; font-weight: 800; }
.status-live { color: var(--green); background: #e9f8f1; }
.status-soon { color: #8b5c00; background: #fff4d7; }
.asset-card h3 { margin: 30px 0 12px; font-size: 24px; letter-spacing: -.02em; }
.asset-card p { margin: 0; color: var(--muted); line-height: 1.65; }
.card-action { display: inline-flex; align-items: center; gap: 10px; margin-top: auto; padding-top: 28px; color: var(--blue-800); text-decoration: none; font-weight: 800; }
.card-action-disabled { color: #94a3b8; }

.purpose { padding: 54px 0; border-top: 1px solid var(--line); background: #fff; }
.purpose-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.purpose p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
footer { border-top: 1px solid var(--line); background: #fff; }
.footer-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 13px; }

@media (max-width: 900px) {
    .hero-grid, .purpose-inner { grid-template-columns: 1fr; gap: 36px; }
    .hero-grid { padding: 68px 0; }
    .hero-panel { max-width: 440px; }
    .asset-grid { grid-template-columns: 1fr; }
    .asset-card { min-height: 270px; }
    .section-heading { align-items: start; flex-direction: column; }
}

@media (max-width: 600px) {
    .container { width: min(100% - 28px, 1180px); }
    .topbar-inner { min-height: 68px; }
    .brand img { width: 68px; height: 38px; }
    .brand-copy strong { font-size: 15px; }
    .brand-copy small { display: none; }
    .environment { padding: 8px 10px; font-size: 0; }
    .hero h1 { font-size: 40px; }
    .hero-copy > p { font-size: 17px; }
    .solutions { padding: 56px 0 68px; }
    .footer-inner { align-items: flex-start; flex-direction: column; justify-content: center; padding: 18px 0; }
}
