* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

:root {
    --color-bg-body: #071027;
    --color-bg-body-end: #16263e;
    --color-bg-header: #0a1428;
    --color-bg-header-end: #1a2a4a;
    --color-text-on-dark: #fff;
    --color-white: #ffffff;
    --color-brand-gold: #d4b12a;
    --color-brand-green: #2ecc71;
    --color-brand-green-dark: #27ae60;
    --color-brand-lime: #7fdc74;
    --color-brand-red: #f44336;
    --color-surface-soft: #fff3f3;
    color-scheme: dark;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 180px;
}

section {
    scroll-margin-top: 180px;
}

section[id] {
    position: relative;
}

section[id]::before {
    content: "";
    display: block;
    height: 180px;
    margin-top: -180px;
    visibility: hidden;
    pointer-events: none;
}

body {
    padding-top: 120px;
    min-height: 100vh;
    background-color: var(--color-bg-body);
    background-image:
        radial-gradient(circle at 20% 50%, rgba(25, 80, 150, 0.18) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(46, 204, 113, 0.12) 0%, transparent 50%),
        linear-gradient(135deg, var(--color-bg-body) 0%, var(--color-bg-body-end) 100%);
    background-position: center 30%, center, center;
    background-size: auto, auto, cover;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-attachment: fixed;
    color: #e6eef8;
}

/* Header + navbar */
.header {
    min-height: 76vh;
    width: 100%;
    position: relative;
    background-color: var(--color-bg-header);
    background-image:
        radial-gradient(circle at 20% 50%, rgba(25, 80, 150, 0.2) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(244, 67, 54, 0.1) 0%, transparent 50%),
        linear-gradient(135deg, var(--color-bg-header) 0%, var(--color-bg-header-end) 100%);
    background-position: center 30%, center, center;
    background-size: auto, auto, cover;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

.header::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></pattern></defs><rect width="1200" height="600" fill="url(%23grid)"/></svg>');
    pointer-events: none;
}

.market-stats {
    width: 92%;
    max-width: 1250px;
    margin: 48px auto 20px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.market-stat {
    background: rgba(11, 35, 67, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 18px;
    padding: 30px 24px;
    text-align: center;
    min-height: 160px;
}

.market-stat .stat-value {
    display: block;
    font-size: 2.6rem;
    color: var(--color-brand-gold);
    font-weight: 800;
    margin-bottom: 12px;
}

.market-stat p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.96rem;
    line-height: 1.8;
    margin: 0;
}

.market-data {
    width: 92%;
    max-width: 1250px;
    display: grid;
    grid-template-columns: 2.4fr 1fr;
    gap: 22px;
    margin: 20px auto 64px;
}

.market-chart,
.market-insight {
    background: rgba(7, 18, 40, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 24px;
    padding: 28px;
}

.chart-card__label {
    color: var(--color-brand-gold);
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.chart-plot {
    position: relative;
    min-height: 320px;
    background: linear-gradient(180deg, rgba(255,255,255,0.03) 0%, transparent 100%);
    border-radius: 22px;
    overflow: hidden;
    padding: 24px;
}

.chart-plot::before {
    content: '';
    position: absolute;
    top: 24px;
    left: 24px;
    right: 24px;
    height: 2px;
    background: rgba(255, 255, 255, 0.08);
}

.chart-axis {
    position: absolute;
    inset: 24px;
    background-image: linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size: 100% 60px, 60px 100%;
    opacity: 0.55;
}

.chart-line {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 30px;
    height: 4px;
    background: linear-gradient(90deg, transparent 0%, var(--color-brand-gold) 40%, var(--color-brand-gold) 60%, transparent 100%);
    border-radius: 999px;
    transform: translateY(-30px);
}

.chart-points {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 28px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: calc(100% - 76px);
}

.chart-points span {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--color-brand-gold);
    box-shadow: 0 0 20px rgba(212, 177, 42, 0.35);
    transform: translateY(calc(var(--y) * -1%));
}

.volume-highlight {
    position: absolute;
    left: var(--x);
    top: var(--y);
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 3;
}

.volume-highlight__dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--color-brand-lime);
    border: 2px solid var(--color-white);
    box-shadow: 0 0 0 8px rgba(127, 220, 116, 0.18), 0 0 24px rgba(127, 220, 116, 0.45);
}

.volume-highlight__tag {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(127, 220, 116, 0.16);
    border: 1px solid rgba(127, 220, 116, 0.55);
    color: #d8ffd2;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.chart-footnote {
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.88rem;
    letter-spacing: 0.05em;
}

.market-insight h3 {
    color: var(--color-brand-gold);
    margin-bottom: 22px;
}

.market-insight ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 16px;
}

.market-insight ul li {
    position: relative;
    color: rgba(255, 255, 255, 0.81);
    line-height: 1.8;
    padding-left: 24px;
}

.market-insight ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-brand-gold);
}

.services-header {
    width: 92%;
    max-width: 1250px;
    margin: 0 auto 24px;
    text-align: center;
}

.services-header .eyebrow {
    display: inline-block;
    color: var(--color-brand-lime);
    font-size: 12px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.services-header h1 {
    font-size: clamp(2rem, 2.8vw, 3.4rem);
    color: var(--color-text-on-dark);
    margin: 0;
    line-height: 1.05;
}

nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    display: flex;
    padding: 18px 6%;
    justify-content: center;
    align-items: center;
    gap: 80px;
    background: rgba(8, 14, 30, 0.96);
    backdrop-filter: blur(12px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.logo {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: inherit;
}

.logo:link,
.logo:visited,
.logo:hover,
.logo:active {
    color: inherit;
    text-decoration: none;
}

nav img {
    width: 320px;
    height: auto;
    transition: transform 0.28s ease, filter 0.28s ease;
    filter: drop-shadow(0 3px 10px rgba(46, 204, 113, 0.22));
}

nav img:hover {
    transform: scale(1.06);
    filter: drop-shadow(0 6px 18px rgba(46, 204, 113, 0.35));
}

.nav-links {
    flex: 1;
    text-align: center;
}

.nav-links ul {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    margin: 0;
    padding: 8px 18px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 28px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
    transition: box-shadow 0.25s ease, background 0.25s ease;
}

.nav-links ul:hover {
    box-shadow: 0 12px 36px rgba(46, 204, 113, 0.08);
    background: rgba(255, 255, 255, 0.03);
}

.nav-links ul li {
    list-style: none;
    padding: 10px 20px;
    position: relative;
}

.nav-links ul li a {
    color: var(--color-text-on-dark);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.6px;
    transition: all 0.22s ease;
    position: relative;
    padding: 6px 4px;
}

.nav-links ul li a::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--color-brand-green), var(--color-brand-green-dark));
    border-radius: 2px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.nav-links ul li a:hover {
    color: var(--color-brand-green);
    transform: translateY(-2px);
    text-shadow: 0 0 8px rgba(46, 204, 113, 0.28);
}

.nav-links ul li a:hover::before {
    width: 100%;
    box-shadow: 0 0 8px rgba(46, 204, 113, 0.45);
}

.nav-links ul li a.active {
    color: var(--color-brand-green);
    font-weight: 700;
}

.nav-links ul li a.active::before {
    width: 100%;
    box-shadow: 0 0 10px rgba(46, 204, 113, 0.55);
}

.nav-invest-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    height: 46px;
    padding: 0 24px;
    margin-left: 8px;
    border-radius: 999px;
    border: 2px solid var(--color-brand-gold);
    color: var(--color-brand-gold);
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nav-invest-btn:hover {
    background: var(--color-brand-gold);
    color: #0c1a33;
    transform: translateY(-1px);
}


nav .fa {
    display: none;
}

/* Mobile menu */
.nav-links {
    position: relative;
    transition: right 0.34s ease;
}

@media (max-width: 900px) {
    nav {
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        width: 100% !important;
        justify-content: space-between;
        padding: 16px 20px;
    }

    nav img {
        width: 160px;
    }

    nav .fa {
        display: block;
        color: var(--color-text-on-dark);
        font-size: 22px;
        cursor: pointer;
    }

    .nav-invest-btn {
        min-width: 108px;
        height: 38px;
        padding: 0 14px;
        font-size: 0.78rem;
        margin-left: 6px;
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: rgba(5, 12, 26, 0.98);
        padding: 22px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        z-index: 1000;
        box-shadow: -12px 0 40px rgba(0, 0, 0, 0.35);
    }

    .nav-links .fa-close {
        display: block;
        margin-bottom: 18px;
        font-size: 24px;
    }

    .nav-links ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 0;
        background: transparent;
        box-shadow: none;
    }

    .nav-links ul li {
        padding: 0;
    }

    .nav-links ul li a {
        display: block;
        width: 100%;
        padding: 14px 8px;
        font-size: 16px;
    }
}

/* Index hero */
.text-box {
    width: 90%;
    color: var(--color-text-on-dark);
    position: absolute;
    top: calc(50% + 58px);
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
}

.text-box h1 {
    font-size: 62px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    animation: slideDown 0.8s ease;
}

.text-box h1 .sub-title {
    display: block;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-top: 6px;
    color: var(--color-brand-gold);
}

.text-box p {
    margin: 20px 0 40px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.96);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 300;
    animation: fadeIn 1s ease 0.3s backwards;
}

.hero-offices-image {
    width: min(780px, 94vw);
    max-width: 100%;
    height: auto;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.3);
    animation: fadeIn 1s ease 0.45s backwards;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.hero-btn {
    display: inline-block;
    text-decoration: none;
    color: var(--color-text-on-dark);
    border: 2px solid var(--color-brand-red);
    padding: 14px 40px;
    font-size: 14px;
    font-weight: 600;
    background: transparent;
    cursor: pointer;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    animation: fadeIn 1s ease 0.6s backwards;
}

.hero-btn:hover {
    background: var(--color-brand-red);
    color: var(--color-text-on-dark);
}

.hero-btn.red-btn {
    border-color: var(--color-brand-red);
    color: var(--color-brand-red);
}

.hero-btn.red-btn:hover {
    background: var(--color-brand-red);
    color: var(--color-text-on-dark);
}

/* Shared content sections */
.services {
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 44px;
}

h1 {
    font-size: 36px;
    font-weight: 600;
}

p {
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}

.row {
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.services-col {
    flex-basis: 31%;
    background: var(--color-surface-soft);
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    transition: box-shadow 0.3s ease;
}

.services-col:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

h3 {
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}

.sub-header {
    height: 50vh;
    width: 100%;
    background: linear-gradient(rgba(2, 6, 18, 0.86), rgba(2, 6, 18, 0.86));
    text-align: center;
    color: var(--color-text-on-dark);
}

.sub-header h1 {
    margin-top: 100px;
    font-size: 44px;
    letter-spacing: 1px;
}

.team {
    width: 92%;
    max-width: 1250px;
    margin: 6px auto 44px;
}

.team-shell {
    background: linear-gradient(150deg, rgba(17, 34, 63, 0.92), rgba(10, 22, 44, 0.96));
    border: 1px solid rgba(127, 220, 116, 0.2);
    border-radius: 26px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
    padding: 36px;
}

.team-intro {
    max-width: 780px;
    margin: 0 auto 26px;
    text-align: center;
}

.team-intro .eyebrow {
    display: inline-block;
    color: var(--color-brand-lime);
    font-size: 12px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.team-intro h2 {
    color: var(--color-text-on-dark);
    font-size: clamp(1.8rem, 2.4vw, 2.8rem);
    margin-bottom: 12px;
}

.team-intro p {
    color: rgba(230, 238, 248, 0.85);
    font-size: 1rem;
    line-height: 1.8;
    padding: 0;
}

.team-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    max-width: 1060px;
    margin: 0 auto;
}

.team-card {
    display: grid;
    grid-template-columns: 124px 1fr;
    gap: 20px;
    align-items: start;
    padding: 24px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.team-headshot {
    width: 124px;
    height: 124px;
    border-radius: 20px;
    border: 2px solid rgba(127, 220, 116, 0.35);
    object-fit: cover;
    object-position: center 40%;
    background: rgba(255, 255, 255, 0.04);
}

.team-headshot--maxwell {
    width: 124px;
    height: 150px;
    object-fit: cover;
    object-position: center 16%;
}

.team-headshot--juan {
    width: 124px;
    height: 150px;
    object-fit: cover;
    object-position: center 12%;
}

.team-copy h3 {
    color: var(--color-text-on-dark);
    margin: 0;
    text-align: left;
    font-size: 1.34rem;
}

.team-role {
    display: block;
    text-align: left;
    color: var(--color-brand-gold);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 6px 0 10px;
    padding: 0;
}

.team-copy p {
    color: rgba(230, 238, 248, 0.82);
    line-height: 1.8;
    font-size: 1.14rem;
    padding: 0;
    margin: 0;
}

.team-copy p.team-role {
    color: var(--color-brand-gold);
    font-size: 1rem;
}

.thesis-intro {
    width: 80%;
    margin: 64px auto 14px;
    text-align: left;
}

.thesis-intro h2 {
    font-size: 34px;
    color: rgba(230, 238, 248, 0.98);
    margin-bottom: 18px;
    line-height: 1.2;
    text-align: center;
}

.thesis-intro p {
    color: rgba(230, 238, 248, 0.86);
    max-width: 900px;
    line-height: 1.8;
    margin-bottom: 28px;
}

.thesis-cards {
    width: 80%;
    margin: 24px auto 40px;
    display: flex;
    gap: 30px;
    align-items: stretch;
    flex-wrap: wrap;
}

.thesis-cards .services-col {
    flex: 1;
    min-width: 280px;
    background: var(--color-white);
    padding: 32px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(2, 6, 18, 0.12);
}

.card-icon {
    font-size: 28px;
    color: var(--color-brand-gold);
    margin-bottom: 18px;
}

.thesis-cards h3 {
    color: #0b2340;
    margin-bottom: 12px;
    font-size: 22px;
}

.thesis-cards p {
    color: #44516a;
    line-height: 1.6;
}

.strategy-header {
    width: 80%;
    margin: 0 auto 30px;
    text-align: left;
}

.strategy-header h2 {
    font-size: 34px;
    color: rgba(11, 35, 64, 0.98);
    margin-bottom: 0;
    line-height: 1.15;
}

.strategy-cards {
    width: 80%;
    margin: 0 auto 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: space-between;
}

.strategy-card {
    flex: 1 1 220px;
    min-width: 240px;
    max-width: 280px;
    background: var(--color-white);
    padding: 32px;
    border-radius: 20px;
    box-shadow: 0 16px 40px rgba(2, 6, 18, 0.12);
}

.strategy-card .card-number {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--color-bg-body);
    color: var(--color-brand-gold);
    font-weight: 800;
    margin-bottom: 18px;
    font-size: 16px;
}

.strategy-card h3 {
    color: #0b2340;
    font-size: 20px;
    margin-bottom: 14px;
}

.strategy-card p {
    color: #44516a;
    line-height: 1.75;
}

.ip-workflow {
    width: min(1420px, calc(100vw - 36px));
    margin: 30px auto 36px;
    border-radius: 24px;
    background: rgba(236, 242, 251, 0.98);
    border: 1px solid rgba(16, 26, 48, 0.08);
    box-shadow: 0 18px 42px rgba(5, 11, 24, 0.14);
    padding: 24px 20px 28px;
}

.ip-workflow__header h2 {
    color: #213a67;
    font-size: clamp(1.5rem, 2.2vw, 2.4rem);
    margin: 0 0 16px;
    line-height: 1.1;
}

.ip-workflow__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.ip-step {
    position: relative;
    min-height: 396px;
    background: var(--color-white);
    border: 1px solid #d7e0ef;
    border-radius: 16px;
    padding: 16px 16px 18px;
    box-shadow: 0 10px 22px rgba(12, 22, 42, 0.1);
    display: flex;
    flex-direction: column;
}

.ip-step__connector {
    position: absolute;
    top: 60px;
    right: -16px;
    width: 16px;
    height: 10px;
    background: var(--color-brand-gold);
    z-index: 2;
}

.ip-step__badge {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: -6px auto 14px;
    background: #101f3a;
    color: var(--color-brand-gold);
    font-weight: 800;
    font-size: 1.05rem;
    letter-spacing: 0.05em;
}

.ip-step h3 {
    color: #213a67;
    font-size: clamp(1.55rem, 1.7vw, 2.25rem);
    line-height: 1.08;
    margin: 2px 0 12px;
}

.ip-step p {
    color: #2f466d;
    font-size: 0.92rem;
    line-height: 1.45;
    padding: 0;
    margin: auto 0 0;
}

.investment-highlights {
    width: min(1420px, calc(100vw - 36px));
    margin: 24px auto 36px;
    background: #101f3a;
    border: 1px solid rgba(64, 99, 153, 0.34);
    border-radius: 12px;
    overflow: hidden;
}

.investment-highlights__bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    padding: 18px 26px;
    background: rgba(44, 66, 112, 0.5);
    border-bottom: 1px solid rgba(71, 108, 166, 0.22);
}

.investment-highlights__bar h2 {
    color: var(--color-text-on-dark);
    font-size: clamp(1.9rem, 2.9vw, 3.3rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.015em;
    margin: 0;
}

.investment-highlights__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    padding: 22px 24px 24px;
}

.highlight-card {
    min-height: 278px;
    background: rgba(26, 44, 76, 0.98);
    border: 1px solid rgba(66, 106, 171, 0.44);
    border-radius: 14px;
    padding: 20px 22px 18px;
    display: flex;
    flex-direction: column;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025), 0 8px 18px rgba(7, 14, 28, 0.2);
}

.highlight-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.highlight-card__title-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.highlight-card__icon {
    color: var(--color-brand-gold);
    font-size: 3rem;
    line-height: 1;
}

.highlight-card h3 {
    text-align: left;
    color: var(--color-text-on-dark);
    font-size: clamp(1.2rem, 1.55vw, 2.2rem);
    font-weight: 700;
    margin: 0;
}

.highlight-card__badge {
    white-space: nowrap;
    background: rgba(32, 97, 45, 0.56);
    border: 1px solid rgba(63, 178, 94, 0.44);
    color: #4ce286;
    font-size: 0.84rem;
    font-weight: 700;
    border-radius: 7px;
    padding: 8px 14px;
}

.highlight-card p {
    margin: auto 0 0;
    color: rgba(190, 205, 231, 0.84);
    font-size: 0.97rem;
    line-height: 1.55;
    padding: 0;
}

.structure-terms {
    width: min(1420px, calc(100vw - 36px));
    margin: 14px auto 36px;
    background: #eef2f8;
    border: 1px solid #d9e0ec;
    border-radius: 12px;
    overflow: hidden;
}

.structure-terms__bar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    background: #101f3a;
}

.structure-terms__bar h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.9rem, 2.9vw, 3.3rem);
    text-transform: uppercase;
    letter-spacing: 0.015em;
    font-weight: 800;
}

.structure-terms__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    padding: 18px 22px 22px;
}

.offering-structure h3,
.indicative-terms h3 {
    color: #213a67;
    font-size: clamp(1.3rem, 1.9vw, 2rem);
    margin: 0 0 14px;
}

.offering-stack {
    position: relative;
    display: grid;
    gap: 18px;
}

.offering-stack::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 46px;
    bottom: 46px;
    width: 6px;
    transform: translateX(-50%);
    background: var(--color-brand-gold);
    z-index: 0;
}

.offering-node {
    position: relative;
    z-index: 1;
    background: #162847;
    border: 1px solid rgba(65, 97, 147, 0.45);
    border-radius: 12px;
    text-align: center;
    padding: 14px 16px;
    min-height: 96px;
    display: grid;
    place-items: center;
}

.offering-node h4 {
    color: #ffffff;
    font-size: clamp(1rem, 1.3vw, 1.6rem);
    margin: 0 0 6px;
    text-transform: uppercase;
}

.offering-node p {
    margin: 0;
    padding: 0;
    color: rgba(197, 210, 234, 0.85);
    font-size: 0.95rem;
    line-height: 1.35;
}

.offering-node--accent {
    border: 2px solid var(--color-brand-gold);
}

.offering-node--accent h4 {
    color: var(--color-brand-gold);
}

.terms-table {
    border: 1px solid #d7deea;
    border-radius: 10px;
    overflow: hidden;
}

.terms-row {
    display: grid;
    grid-template-columns: 34% 66%;
}

.terms-row:nth-child(odd) {
    background: #fdfefe;
}

.terms-row:nth-child(even) {
    background: #e7edf6;
}

.terms-key,
.terms-value {
    padding: 12px 14px;
    color: #2e4264;
    font-size: 0.95rem;
    line-height: 1.3;
}

.terms-key {
    font-weight: 700;
    color: #22395f;
}

.risk-protection {
    width: min(1420px, calc(100vw - 36px));
    margin: 14px auto 36px;
    background: #eef2f8;
    border: 1px solid #d9e0ec;
    border-radius: 12px;
    overflow: hidden;
}

.risk-protection__bar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    background: #101f3a;
}

.risk-protection__bar h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.9rem, 2.9vw, 3.3rem);
    text-transform: uppercase;
    letter-spacing: 0.015em;
    font-weight: 800;
}

.risk-protection__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    padding: 18px 22px 22px;
}

.protection-mechanics h3,
.risk-considerations h3 {
    color: #213a67;
    font-size: clamp(1.3rem, 1.9vw, 2rem);
    margin: 0 0 14px;
}

.protection-card {
    background: #ffffff;
    border: 1px solid #d7deea;
    border-radius: 12px;
    padding: 14px 16px;
    box-shadow: 0 6px 18px rgba(12, 22, 42, 0.08);
    margin-bottom: 12px;
}

.protection-card__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.protection-card__icon {
    color: var(--color-brand-gold);
    font-size: 2.2rem;
    line-height: 1;
}

.protection-card h4 {
    margin: 0;
    color: #22395f;
    font-size: clamp(1.05rem, 1.35vw, 1.5rem);
    line-height: 1.15;
}

.protection-card p {
    margin: 0;
    padding: 0 0 0 54px;
    color: #334a70;
    font-size: 0.98rem;
    line-height: 1.4;
}

.risk-considerations__panel {
    background: #ffffff;
    border: 1px solid #d7deea;
    border-radius: 12px;
    padding: 16px 18px;
    min-height: calc(100% - 46px);
}

.risk-considerations__panel ul {
    margin: 0;
    padding-left: 24px;
    color: #334a70;
    display: grid;
    gap: 10px;
}

.risk-considerations__panel li {
    line-height: 1.4;
    font-size: 0.98rem;
}

.management {
    width: min(1420px, calc(100vw - 36px));
    margin: 14px auto 36px;
    background: #0d1a2f;
    border: 1px solid #1b3358;
    border-radius: 12px;
    overflow: hidden;
}

.management__bar {
    background: #1a2848;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 14px 24px;
}

.management__bar h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.8rem, 3.1vw, 3.2rem);
    letter-spacing: 0.02em;
    font-weight: 800;
}

.management__panel {
    padding: 18px 18px 20px;
}

.management__panel h3 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: clamp(1.5rem, 2.5vw, 2.7rem);
}

.management-card {
    background: #122342;
    border: 1px solid #264271;
    border-radius: 14px;
    padding: 18px;
}

.management-card__identity {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 22px;
    align-items: center;
    margin-bottom: 16px;
}

.management-avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 4px solid var(--color-brand-gold);
    overflow: hidden;
    background: #1b2f53;
}

.management-avatar__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 10%;
}

.management-copy {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.management-copy h4 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.1rem, 3.2vw, 3.6rem);
    line-height: 1.05;
    text-align: center;
}

.management-role {
    margin: 8px 0 6px;
    color: var(--color-brand-gold);
    font-size: clamp(1.3rem, 2.1vw, 2.2rem);
    font-weight: 700;
    padding: 0;
    text-align: center;
}

.management-firm {
    margin: 0;
    color: rgba(197, 210, 234, 0.72);
    font-size: clamp(1rem, 1.35vw, 1.4rem);
    padding: 0;
    text-align: center;
}

.management-metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 420px));
    justify-content: center;
    gap: 14px;
    margin-bottom: 20px;
}

.management-metric {
    background: #182b4f;
    border: 1px solid #223a65;
    border-radius: 8px;
    text-align: center;
    padding: 14px 12px;
}

.management-metric__value {
    color: var(--color-brand-gold);
    font-size: clamp(2.1rem, 3vw, 3.6rem);
    font-weight: 800;
    line-height: 1;
}

.management-metric p {
    margin: 8px 0 0;
    padding: 0;
    color: rgba(197, 210, 234, 0.82);
    font-size: 0.95rem;
    line-height: 1.3;
}

.career-timeline {
    margin-bottom: 14px;
}

.career-timeline__title {
    margin: 0 0 8px;
    color: rgba(204, 219, 243, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 0.95rem;
    font-weight: 700;
    padding: 0;
}

.career-timeline__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.career-step {
    border-top: 6px solid #375276;
    padding-top: 8px;
}

.career-step--current {
    border-top-color: var(--color-brand-gold);
}

.career-step__era {
    display: block;
    color: #7e95bc;
    font-size: 0.92rem;
    margin-bottom: 6px;
}

.career-step--current .career-step__era {
    color: var(--color-brand-gold);
    font-weight: 700;
}

.career-step p {
    margin: 0;
    padding: 0;
    color: rgba(197, 210, 234, 0.9);
    font-size: 0.92rem;
    line-height: 1.34;
}

.management-note {
    margin: 0;
    color: rgba(174, 192, 224, 0.85);
    font-style: italic;
    font-size: 1.04rem;
    line-height: 1.35;
    padding: 0;
}

.next-steps-contact {
    width: min(1420px, calc(100vw - 36px));
    margin: 14px auto 36px;
    background: #101f3a;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: 2.2fr 1fr;
}

.next-steps-contact::before {
    display: none;
}

.next-steps-contact__left {
    position: relative;
    padding: 30px 32px 18px 46px;
    background: #0e1b33;
}

.next-steps-contact__left::after {
    content: '';
    position: absolute;
    left: -420px;
    bottom: -660px;
    width: 1090px;
    height: 1090px;
    border: 2px solid rgba(45, 84, 150, 0.4);
    border-radius: 50%;
    pointer-events: none;
}

.next-steps-contact__logo {
    width: min(430px, 74%);
    max-width: 100%;
    margin-bottom: 26px;
}

.next-steps-contact__eyebrow {
    margin: 0 0 10px;
    color: var(--color-brand-gold);
    letter-spacing: 0.38em;
    font-size: 0.92rem;
    font-weight: 700;
    padding: 0;
}

.next-steps-contact h2 {
    margin: 0 0 34px;
    color: #ffffff;
    font-size: clamp(2.7rem, 4.4vw, 4.9rem);
    line-height: 1;
    max-width: 690px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.next-steps-list {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 14px;
    max-width: 900px;
}

.next-steps-list li {
    display: flex;
    align-items: center;
    gap: 16px;
    color: rgba(170, 186, 214, 0.86);
    font-size: clamp(0.96rem, 1.28vw, 1.14rem);
    line-height: 1.32;
    position: relative;
    z-index: 1;
}

.next-step-index {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 3px solid rgba(212, 177, 42, 0.98);
    display: grid;
    place-items: center;
    color: var(--color-brand-gold);
    font-weight: 700;
    font-size: 1.02rem;
    flex: 0 0 44px;
    background: rgba(10, 20, 38, 0.82);
}

.next-steps-contact__confidential {
    margin: 0;
    color: rgba(155, 174, 206, 0.72);
    font-style: italic;
    font-size: 0.92rem;
    letter-spacing: 0.01em;
    padding: 0;
    position: relative;
    z-index: 1;
}

.next-steps-contact__right {
    padding: 52px 40px 24px;
    background: #172b4b;
    border-left: 4px solid var(--color-brand-gold);
    display: flex;
    flex-direction: column;
}

.next-steps-contact__contact-label {
    margin: 0;
    color: var(--color-brand-gold);
    letter-spacing: 0.34em;
    font-weight: 700;
    font-size: 0.98rem;
    text-align: center;
    padding: 0;
}

.next-steps-contact__right h3 {
    margin: 18px 0 30px;
    text-align: center;
    color: #ffffff;
    font-size: clamp(1.35rem, 1.85vw, 2.05rem);
    line-height: 1.25;
}

.next-steps-contact__rows {
    border-top: 4px solid var(--color-brand-gold);
    margin-top: 0;
    padding-top: 20px;
    display: grid;
    gap: 22px;
}

.next-steps-contact__row {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: baseline;
    gap: 16px;
}

.next-steps-contact__row span {
    color: rgba(157, 175, 203, 0.8);
    font-size: 1.08rem;
    line-height: 1;
}

.next-steps-contact__row strong {
    color: #ffffff;
    font-size: 1.22rem;
    font-weight: 800;
    line-height: 1;
}

.next-steps-contact__disclaimer {
    margin: auto 0 12px;
    color: rgba(120, 139, 169, 0.72);
    font-style: italic;
    font-size: 0.88rem;
    line-height: 1.4;
    text-align: center;
    max-width: 94%;
    align-self: center;
    padding: 0;
}

.next-steps-contact__copyright {
    margin: 0;
    color: rgba(155, 174, 206, 0.74);
    font-size: 0.92rem;
    text-align: center;
    padding: 0;
}

.investor-cta {
    width: min(1420px, calc(100vw - 36px));
    margin: 26px auto 40px;
    padding: 24px 20px 28px;
    background: #10213f;
    border: 1px solid rgba(212, 177, 42, 0.38);
    border-radius: 12px;
    text-align: center;
}

.investor-cta p {
    margin: 0 0 16px;
    color: rgba(230, 238, 248, 0.9);
    font-size: clamp(1rem, 1.5vw, 1.3rem);
    line-height: 1.35;
    padding: 0;
}

.investor-cta__button {
    display: inline-block;
    border-color: var(--color-brand-gold);
    color: var(--color-brand-gold);
    border-width: 2px;
    border-radius: 999px;
    padding: 14px 30px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.investor-cta__button:hover {
    background: var(--color-brand-gold);
    color: #101f3a;
}

.office-footer {
    width: min(1420px, calc(100vw - 36px));
    margin: 8px auto 48px;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 28px;
    align-items: start;
}

.office-footer::before {
    display: none;
}

.office-footer__left {
    text-align: center;
    grid-column: 1;
    grid-row: 1;
}

.office-footer__image {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
}

.office-footer__address {
    margin: 16px 0 0;
    color: var(--color-brand-gold);
    font-size: clamp(1rem, 1.25vw, 1.3rem);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.01em;
    padding: 0;
}

.office-footer__right {
    background: rgba(17, 33, 60, 0.85);
    border-radius: 10px;
    border: 1px solid rgba(84, 114, 162, 0.38);
    padding: 22px;
    grid-column: 2;
    grid-row: 1;
}

.office-footer__right h3 {
    margin: 0 0 8px;
    color: #f3f6ff;
    font-size: 1.9rem;
    text-align: left;
}

.office-footer__right > p {
    margin: 0 0 16px;
    color: rgba(192, 208, 235, 0.86);
    font-size: 1rem;
    line-height: 1.4;
    text-align: left;
    padding: 0;
}

.office-footer__email {
    margin: 0 0 10px;
    color: var(--color-brand-gold) !important;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
    text-align: left;
    padding: 0;
}

.office-footer__form {
    display: grid;
    gap: 12px;
}

.office-footer__form input,
.office-footer__form textarea {
    width: 100%;
    border: 1px solid rgba(128, 156, 202, 0.42);
    background: rgba(12, 25, 46, 0.74);
    color: #dce6fa;
    font-size: 0.95rem;
    padding: 14px 16px;
    outline: none;
}

.office-footer__form input::placeholder,
.office-footer__form textarea::placeholder {
    color: rgba(179, 197, 225, 0.66);
}

.office-footer__form textarea {
    resize: vertical;
    min-height: 160px;
}

.office-footer__submit {
    justify-self: start;
    border: 1px solid var(--color-brand-gold);
    background: transparent;
    color: var(--color-brand-gold);
    font-size: 1rem;
    font-weight: 600;
    padding: 12px 30px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.office-footer__submit:hover {
    background: var(--color-brand-gold);
    color: #0f1f3a;
}

.office-footer__right .office-footer__thanks {
    margin: 52px 0 0 !important;
    color: var(--color-brand-gold) !important;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.35;
    text-align: left;
    padding: 0;
    display: none;
}

.office-footer__thanks.is-visible {
    display: block;
}

@media (max-width: 900px) {
    .market-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
        margin: 32px auto 18px;
    }

    .market-stat {
        min-height: 0;
        padding: 22px 18px;
    }

    .market-stat .stat-value {
        font-size: clamp(1.95rem, 5vw, 2.35rem);
        margin-bottom: 8px;
    }

    .market-stat p {
        font-size: 0.93rem;
        line-height: 1.5;
    }

    .market-data {
        grid-template-columns: 1fr;
        gap: 14px;
        margin: 16px auto 40px;
    }

    .thesis-intro,
    .services {
        width: 90%;
    }

    .team {
        width: 90%;
    }

    .team-shell {
        padding: 24px;
    }

    .team-grid {
        grid-template-columns: 1fr;
    }

    .ip-workflow {
        width: 100%;
        padding: 18px 14px 20px;
    }

    .ip-workflow__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ip-step {
        min-height: 0;
    }

    .ip-step__connector {
        display: none;
    }

    .investment-highlights {
        width: 100%;
    }

    .investment-highlights__bar {
        align-items: center;
        padding: 14px 14px 16px;
    }

    .investment-highlights__grid {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 14px;
    }

    .structure-terms {
        width: 100%;
    }

    .structure-terms__content {
        grid-template-columns: 1fr;
        padding: 14px;
        gap: 16px;
    }

    .offering-stack::before {
        left: 20px;
        transform: none;
        top: 28px;
        bottom: 28px;
        width: 4px;
    }

    .offering-node {
        text-align: left;
        place-items: start;
        padding: 14px 14px 14px 32px;
    }

    .terms-row {
        grid-template-columns: 1fr;
    }

    .risk-protection {
        width: 100%;
    }

    .risk-protection__content {
        grid-template-columns: 1fr;
        padding: 14px;
        gap: 16px;
    }

    .management {
        width: 100%;
    }

    .management__bar {
        padding: 12px 14px;
    }

    .management__bar h2 {
        font-size: clamp(1.3rem, 5.5vw, 2.2rem);
    }

    .management-card__identity {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .management-avatar {
        margin: 0 auto;
        width: 120px;
        height: 120px;
        font-size: 4rem;
    }

    .management-metrics {
        grid-template-columns: 1fr;
    }

    .career-timeline__grid {
        grid-template-columns: 1fr;
    }

    .next-steps-contact {
        width: 100%;
    }

    .investor-cta {
        width: 100%;
        padding: 18px 14px 22px;
    }

    .office-footer {
        width: 100%;
        margin: 8px auto 36px;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .office-footer__left,
    .office-footer__right {
        grid-column: auto;
        grid-row: auto;
    }

    .office-footer__right {
        padding: 16px;
    }

    .next-steps-contact__left {
        padding: 24px 24px 16px 28px;
    }

    .next-steps-contact__left::after {
        left: -490px;
        bottom: -760px;
    }

    .next-steps-contact__right {
        padding: 32px 22px 18px;
    }

    .next-steps-contact h2 {
        font-size: clamp(2.25rem, 4.5vw, 3.6rem);
    }
}

@media (max-width: 700px) {
    .market-stats {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 12px;
        margin: 24px auto 16px;
    }

    .market-stat {
        border-radius: 14px;
        padding: 18px 14px;
    }

    .market-stat .stat-value {
        font-size: clamp(1.8rem, 10vw, 2.2rem);
    }

    .market-stat p {
        font-size: 0.98rem;
        line-height: 1.45;
    }

    nav {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 18px 16px;
        gap: 16px;
    }

    nav img {
        width: 140px;
    }

    .nav-links {
        flex: 1;
        text-align: left;
    }

    .nav-links ul {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        margin: 0;
        padding: 16px 0;
        background: rgba(255, 255, 255, 0.04);
        border-radius: 16px;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
    }

    .nav-links ul li {
        width: 100%;
        padding: 0;
    }

    .nav-links ul li a {
        display: block;
        width: 100%;
        padding: 12px 14px;
    }

    .nav-links ul li a::before {
        bottom: 6px;
    }

    .text-box h1 {
        font-size: 32px;
    }

    .text-box {
        top: calc(50% + 42px);
    }

    .hero-offices-image {
        width: min(560px, 96vw);
        border-radius: 10px;
    }

    .sub-header h1 {
        font-size: 32px;
    }

    .next-steps-contact {
        grid-template-columns: 1fr;
    }

    .next-steps-contact__left,
    .next-steps-contact__right {
        padding: 20px 14px;
    }

    .next-steps-contact__right {
        border-left: 0;
        border-top: 4px solid var(--color-brand-gold);
    }

    .next-steps-contact__left::after {
        left: -340px;
        bottom: -650px;
        width: 950px;
        height: 950px;
    }

    .next-steps-contact h2 {
        margin-bottom: 28px;
        font-size: clamp(2.05rem, 10vw, 3.2rem);
    }

    .next-steps-list li {
        align-items: flex-start;
    }

    .next-steps-contact__row span,
    .next-steps-contact__row strong {
        font-size: 1.06rem;
    }

    .next-steps-contact__rows {
        gap: 16px;
    }

    .row {
        flex-direction: column;
    }

    .team-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .team-headshot {
        width: 120px;
        height: 120px;
        margin: 0 auto;
    }

    .team-copy h3,
    .team-copy p {
        text-align: left;
    }

    .team-role {
        text-align: left;
    }

    .highlight-card {
        min-height: 0;
        padding: 16px;
    }

    .highlight-card__top {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}
