:root {
    --navy:#071d3a;
    --blue:#0a69dd;
    --cyan:#22c9ff;
    --ink:#12243a;
    --muted:#607087;
    --line:#dfe7f1;
    --soft:#f4f8fc;
    --white:#fff;
    --green:#138f78;
    --shadow:0 18px 50px rgba(7,29,58,.12)
}

* {
    box-sizing:border-box
}

html {
    scroll-behavior:smooth
}

body {
    margin:0;
    font-family:Inter,Segoe UI,Arial,sans-serif;
    color:var(--ink);
    line-height:1.58
}

a {
    text-decoration:none;
    color:inherit
}

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

.site-header {
    position:sticky;
    top:0;
    z-index:50;
    background:rgba(255,255,255,.96);
    border-bottom:1px solid var(--line)
}

.nav {
    height: 92px;
    display:flex;
    align-items:center;
    justify-content:space-between
}

.brand {
    font-weight:900;
    letter-spacing:.18em;
    color:var(--navy);
    font-size:1.2rem
}

.nav-links {
    display:flex;
    align-items:center;
    gap:22px;
    font-weight:650;
    font-size:.93rem
}

.nav-cta,.btn-primary {
    background:var(--navy);
    color:#fff;
    padding:12px 18px;
    border-radius:10px;
    font-weight:750;
    display:inline-flex
}

.btn-secondary {
    border:1px solid #9fb1c9;
    padding:11px 18px;
    border-radius:10px;
    font-weight:750;
    background:#fff;
    display:inline-flex
}

.menu-button {
    display:none;
    border:0;
    background:none;
    font-size:1.5rem
}

.hero {
    background:linear-gradient(120deg,#eef5fd,#fff 44%,#e8f2ff);
    min-height:630px;
    display:flex;
    align-items:center;
    overflow:hidden
}

.hero-grid,.asset-hero-grid {
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:50px;
    padding:70px 0
}

.eyebrow {
    font-weight:850;
    text-transform:uppercase;
    letter-spacing:.13em;
    font-size:.78rem;
    color:var(--blue);
    margin-bottom:14px
}

h1,h2,h3 {
    font-family:Georgia,serif;
    color:var(--navy);
    line-height:1.11;
    margin:0 0 18px
}

h1 {
    font-size:clamp(3rem,6vw,5.5rem);
    letter-spacing:-.04em
}

h2 {
    font-size:clamp(2rem,4vw,3.3rem)
}

h3 {
    font-size:1.4rem
}

.lead {
    font-size:1.17rem;
    color:#445a73;
    max-width:680px
}

.actions {
    display:flex;
    gap:14px;
    flex-wrap:wrap;
    margin-top:28px
}

.visual,.asset-visual {
    position:relative;
    min-height:470px;
    border-radius:28px;
    overflow:hidden;
    background:#061a36;
    box-shadow:var(--shadow)
}

.visual svg,.asset-visual svg {
    width:100%;
    height:100%;
    position:absolute;
    inset:0
}

.visual-caption,.stat {
    position:absolute;
    z-index:2;
    color:white;
    padding:16px;
    border:1px solid rgba(255,255,255,.28);
    background:rgba(5,24,54,.64);
    border-radius:13px
}

.visual-caption {
    left:24px;
    right:24px;
    bottom:22px
}

.stat.one {
    top:12%;
    right:2%
}

.stat.two {
    bottom:13%;
    left:2%
}

.stat b,.visual-caption strong {
    display:block
}

.section {
    padding:90px 0
}

.section.alt {
    background:var(--soft)
}

.section.dark {
    background:var(--navy);
    color:#dbe9f9
}

.section.dark h2,.section.dark h3 {
    color:#fff
}

.section-head {
    max-width:780px;
    margin-bottom:40px
}

.section-head p {
    font-size:1.07rem;
    color:var(--muted)
}

.grid-2 {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px
}

.grid-3 {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:23px
}

.grid-4 {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px
}

.card {
    border:1px solid var(--line);
    border-radius:18px;
    padding:27px;
    background:#fff;
    box-shadow:0 9px 30px rgba(7,29,58,.06)
}

.card p {
    color:var(--muted)
}

.num {
    font-weight:900;
    color:var(--blue);
    font-size:.78rem;
    letter-spacing:.12em
}

.badge {
    display:inline-block;
    padding:6px 10px;
    border-radius:999px;
    background:#eaf4ff;
    color:#0c62c9;
    font-size:.74rem;
    font-weight:800
}

.lifecycle {
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:10px
}

.life {
    padding:20px 14px;
    border:1px solid var(--line);
    border-radius:14px;
    background:#fff;
    min-height:122px
}

.life b {
    color:var(--blue);
    font-size:.72rem
}

.life strong {
    display:block;
    margin-top:12px;
    line-height:1.25;
    color:var(--navy)
}

.asset-nav {
    background:#091f3f;
    color:#fff
}

.asset-nav .container {
    display:flex;
    gap:17px;
    align-items:center;
    overflow:auto;
    padding-top:13px;
    padding-bottom:13px
}

.asset-nav a {
    white-space:nowrap;
    font-size:.88rem;
    color:#bdd1e9;
    padding:7px 10px
}

.asset-nav a.active {
    background:rgba(255,255,255,.12);
    color:#fff;
    border-radius:8px
}

.asset-hero {
    background:#061a36;
    color:#fff
}

.asset-hero h1 {
    color:#fff;
    font-size:clamp(2.8rem,5vw,4.8rem)
}

.asset-hero .lead {
    color:#c6d7ea
}

.asset-hero .eyebrow {
    color:#4fcaff
}

.token-hero {
    position:relative;
    min-height:650px;
    background:#06152f;
    display:flex;
    align-items:center;
    color:#fff;
    overflow:hidden
}

.token-hero:before {
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(4,18,42,.97),rgba(4,18,42,.85) 45%,rgba(4,18,42,.2));
    z-index:1
}

.token-hero img {
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover
}

.token-hero .container {
    position:relative;
    z-index:2
}

.token-copy {
    max-width:620px;
    padding:80px 0
}

.token-copy h1 {
    color:#fff
}

.token-copy .lead {
    color:#d4e2f2
}

.process {
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:15px
}

.callout {
    padding:45px;
    border-radius:24px;
    background:linear-gradient(125deg,#08234a,#0a69dd);
    color:#fff
}

.callout h2 {
    color:#fff
}

.callout p {
    color:#d6e7fa;
    max-width:760px
}

.metric {
    padding:25px;
    border-left:3px solid var(--blue);
    background:#fff
}

.metric strong {
    font-size:1.35rem;
    color:var(--navy);
    display:block
}

.metric span {
    color:var(--muted)
}

.definition {
    font-size:1.28rem;
    max-width:900px;
    color:#334b65
}

.checklist {
    list-style:none;
    padding:0
}

.checklist li {
    padding:10px 0 10px 28px;
    border-bottom:1px solid var(--line);
    position:relative
}

.checklist li:before {
    content:"✓";
    position:absolute;
    left:0;
    color:var(--green);
    font-weight:900
}

.directory {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px
}

.site-footer {
    background:#05152e;
    color:#b9cbe0;
    padding:60px 0 26px
}

.footer-grid {
    display:grid;
    grid-template-columns:1.3fr repeat(3,1fr);
    gap:34px
}

.footer-grid h4 {
    color:#fff
}

.footer-grid a {
    display:block;
    margin:8px 0
}

.copyright {
    border-top:1px solid rgba(255,255,255,.12);
    margin-top:38px;
    padding-top:20px;
    font-size:.85rem
}

@media(max-width:950px) {
    .nav-links {
        display:none
    }

    .menu-button {
        display:block
    }

    .nav.open .nav-links {
        display:flex;
        position:absolute;
        top:92px;
        left:0;
        right:0;
        background:#fff;
        padding:24px;
        flex-direction:column
    }

    .hero-grid,.asset-hero-grid,.grid-2 {
        grid-template-columns:1fr
    }

    .grid-3,.directory {
        grid-template-columns:repeat(2,1fr)
    }

    .grid-4 {
        grid-template-columns:repeat(2,1fr)
    }

    .lifecycle {
        grid-template-columns:repeat(3,1fr)
    }

    .process {
        grid-template-columns:1fr 1fr
    }

    .footer-grid {
        grid-template-columns:1fr 1fr
    }

}

@media (max-width: 600px) {
    .nav {
        height: 78px;
    }

    .brand-logo img {
        height: 48px;
    }

    .nav.open .nav-links {
        top: 78px;
    }

}

@media(max-width:600px) {
    .container {
        width:min(100% - 28px,1180px)
    }

    .section {
        padding:66px 0
    }

    .grid-3,.grid-4,.directory,.lifecycle,.process {
        grid-template-columns:1fr
    }

    .visual,.asset-visual {
        min-height:350px
    }

    .token-hero:before {
        background:rgba(4,18,42,.84)
    }

    .footer-grid {
        grid-template-columns:1fr
    }

    .actions {
        flex-direction:column
    }

    .actions a {
        justify-content:center
    }

}

.brand-logo {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.brand-logo img {
    display: block;
    width: auto;
    height: 122px;
    max-width: none;
    object-fit: contain;
}

.footer-logo img {
    filter:brightness(0) invert(1);
    height:34px
}

.image-hero {
    position:relative;
    min-height:clamp(560px,72vw,860px);
    display:flex;
    align-items:flex-end;
    overflow:hidden;
    background:#04142c;
    color:white
}

.image-hero>img {
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover
}

.image-shade {
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(2,13,31,.92) 0%,rgba(2,13,31,.62) 46%,rgba(2,13,31,.16) 72%),linear-gradient(0deg,rgba(2,13,31,.8),transparent 60%)
}

.image-hero-copy {
    position:relative;
    z-index:2;
    padding:92px 0;
    max-width:1180px
}

.image-hero-copy h1 {
    color:#fff;
    max-width:820px;
    text-shadow:0 4px 22px rgba(0,0,0,.35)
}

.image-hero-copy .lead {
    color:#e3edf8;
    max-width:760px;
    text-shadow:0 2px 12px rgba(0,0,0,.5)
}

.dark-btn {
    background:rgba(255,255,255,.1);
    color:#fff;
    border-color:rgba(255,255,255,.5)
}

.transformation-strip {
    margin-top:44px;
    padding:22px;
    border:1px solid var(--line);
    border-radius:16px;
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
    background:#fff;
    box-shadow:var(--shadow)
}

.transformation-strip span {
    font-weight:800;
    color:var(--navy)
}

.transformation-strip i {
    color:var(--blue);
    font-style:normal
}

.asset-summary-grid {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px
}

.asset-summary-card {
    border:1px solid var(--line);
    background:#fff;
    border-radius:15px;
    padding:20px;
    display:flex;
    flex-direction:column;
    min-height:235px
}

.asset-summary-card h3 {
    font-size:1.15rem
}

.asset-summary-card p {
    color:var(--muted);
    font-size:.9rem;
    flex:1
}

.asset-summary-card a {
    font-weight:800;
    color:var(--blue)
}

.asset-summary-top {
    display:flex;
    justify-content:space-between;
    gap:8px;
    font-size:.69rem;
    text-transform:uppercase;
    letter-spacing:.05em;
    color:var(--blue);
    margin-bottom:14px
}

.asset-summary-top b {
    text-align:right;
    color:var(--muted)
}

.center-action {
    text-align:center;
    margin-top:38px
}

.sector-feature {
    padding:70px 0
}

.sector-feature:nth-child(even) {
    background:var(--soft)
}

.sector-banner {
    width:100%;
    border-radius:22px;
    box-shadow:var(--shadow);
    margin-bottom:38px
}

.directory-table {
    border:1px solid var(--line);
    border-radius:18px;
    overflow:hidden;
    background:white
}

.directory-row {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    padding:24px 28px;
    border-bottom:1px solid var(--line)
}

.directory-row:last-child {
    border-bottom:0
}

.directory-row h3 {
    margin:10px 0 5px
}

.directory-row p {
    margin:0;
    color:var(--muted)
}

.directory-row>b {
    color:var(--blue);
    white-space:nowrap
}

.asset-spec {
    background:#f4f8fc;
    border-bottom:1px solid var(--line)
}

.spec-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:1px;
    background:var(--line);
    border-left:1px solid var(--line);
    border-right:1px solid var(--line)
}

.spec-grid>div {
    background:white;
    padding:20px
}

.spec-grid span {
    display:block;
    text-transform:uppercase;
    letter-spacing:.08em;
    color:var(--blue);
    font-size:.68rem;
    font-weight:850;
    margin-bottom:8px
}

.spec-grid strong {
    display:block;
    color:var(--navy);
    font-size:.92rem;
    line-height:1.45
}

.section.dark .life {
    background:rgba(255,255,255,.06);
    border-color:rgba(255,255,255,.16)
}

.section.dark .life strong {
    color:white
}

@media(max-width:980px) {
    .asset-summary-grid {
        grid-template-columns:repeat(2,1fr)
    }

    .spec-grid {
        grid-template-columns:repeat(2,1fr)
    }

}

@media(max-width:680px) {
    .asset-summary-grid,.spec-grid {
        grid-template-columns:1fr
    }

    .image-hero {
        min-height:620px
    }

    .image-hero-copy {
        padding:70px 0
    }

    .directory-row {
        align-items:flex-start;
        flex-direction:column
    }

    .asset-summary-card {
        min-height:auto
    }

}
