:root {
    --bg: #f4f7fb;
    --surface: #ffffff;
    --surface-soft: #f7f9fc;
    --surface-dark: #636974;
    --surface-deep: #091227;
    --ink: #13213d;
    --muted: #60708d;
    --line: rgba(16, 35, 76, 0.1);
    --line-strong: rgba(255, 255, 255, 0.14);
    --accent: #d7a34d;
    --accent-strong: #bd8528;
    --accent-soft: rgba(215, 163, 77, 0.12);
    --shadow: 0 22px 60px rgba(17, 34, 71, 0.12);
    --radius-lg: 30px;
    --radius-md: 22px;
}

* {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: "Manrope", sans-serif;
    color: var(--ink);
    margin: 0;
    padding: 0;
    background: rgb(9, 18, 39);   
}

.site {
    padding: 50px;
    height: 100%;
}

img {
    max-width: 100%;
    display: block;
}

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

p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
}

h1,
h2,
h3,
h4,
.brand,
.button,
.section-tag,
.eyebrow,
.card-label,
.news-meta {
    font-family: "Outfit", sans-serif;
}



h1,
h2,
h3,
h4 {
    margin: 0;
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: var(--surface);
}

.site-shell,
.legal-shell {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    /*padding-inline: clamp(18px, 3vw, 36px); */
}

.nav-links,
.hero-actions,
.cta-cluster,
.footer-links,
.logo-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.hero {
    margin: 0 auto;
    padding: 50px;
    display: flex;
    gap: 5em;
    justify-content: space-between;
    border-bottom-left-radius: 44px;
    border-bottom-right-radius: 44px;
}

.topbar,
.legal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 24px;
    border-radius: 999px;
    border: 1px solid var(--line-strong);
    backdrop-filter: blur(14px);
}

nav {
    display: flex;
    justify-content: space-between;
}

nav ul {
    display: flex;
    gap: 18px 32px;
    list-style-type: none;
}

.brand {
    color: #ffffff;
    font-size: 1.1rem;
    letter-spacing: 0.02em;
}

.nav-links a,
.legal-header .button {
    color: #dfe8fb;
}

.nav-cta {
    margin-left: auto;
}

.hero-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: flex-start;
    padding: 52px 0 0;
}

.hero-copy {
    flex: 1 1 560px;
    padding: 0 0 30px;
}

.eyebrow,
.section-tag,
.card-label,
.news-meta {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.76rem;
    color: var(--accent);
}

.hero-copy h1 {
    margin-top: 16px;
    font-size: clamp(2.55rem, 3.2vw, 4.7rem);
    color: #ffffff;
    font-weight: 600;
}

.lead {
    margin-top: 22px;
    max-width: 64ch;
    color: #ced8ee;
    font-size: 1.06rem;
}

.hero-actions {
    margin-top: 30px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 22px;
    border-radius: 999px;
    font-size: 0.95rem;
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
    border: 1px solid transparent;
}

.button:hover {
    transform: translateY(-1px);
}

.button-primary {
    background: var(--accent);
    color: #1c1610;
}

.button-primary:hover {
    background: #e1b262;
}

.button-secondary {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

.hero-note {
    margin-top: 30px;
    max-width: 620px;
    padding: 20px 22px;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-note strong {
    display: block;
    margin-bottom: 8px;
    color: #ffffff;
}

.hero-note p,
.hero-note a {
    color: #d6e1f7;
}

.hero-card,
.info-card,
.feature-panel,
.contact-panel,
.shop-callout,
.consultation-banner,
.legal-content,
.about-media,
.about-copy,
.news-card,
.stats-band article,
.logos-band,
.stack-list > div,
.timeline article,
.contact-box,
.footer {
    background: var(--surface);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.hero-card {
    flex: 0.92 1 420px;
    align-self: flex-start;
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.hero-visual {
    background: transparent;
    padding: 0;
}

.hero-visual img {
    width: 100%;
    height: auto;
    max-height: 640px;
}

.hero-metrics {
    padding: 14px 28px 24px;
}

.metric {
    padding: 18px 0;
    border-top: 1px solid var(--line);
}

.metric:first-child {
    border-top: 0;
}

.metric span {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--accent-soft);
    color: var(--accent-strong);
    margin-bottom: 10px;
    font-weight: 700;
}

.metric strong,
.contact-box-title,
.stats-band strong,
.logo-row span {
    display: block;
    font-size: 1.05rem;
    color: var(--ink);
}

.section {
    margin: 34px 0;
}

.stats-band {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: -42px;
    position: relative;
    z-index: 2;
}

.stats-band article {
    flex: 1 1 calc(25% - 18px);
    min-width: 220px;
}

.stats-band article,
.info-card,
.news-card,
.stack-list > div,
.timeline article,
.contact-box,
.logos-band,
.footer {
    border-radius: 24px;
    padding: 24px;
}

.about-section,
.split-layout,
.contact-grid,
.shop-callout,
.consultation-banner {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}

.about-section > *,
.split-layout > *,
.contact-grid > *,
.shop-callout > *,
.consultation-banner > * {
    flex: 1 1 320px;
    min-width: 0;
}

.about-media,
.about-copy,
.feature-panel,
.contact-panel,
.legal-content {
    border-radius: var(--radius-lg);
}

.about-media {
    flex: 1 1 420px;
    padding: 32px;
    min-height: 100%;
    background: linear-gradient(180deg, #eef3fa 0%, #f8fbff 100%);
}

.about-copy,
.feature-panel,
.contact-panel,
.shop-callout,
.consultation-banner,
.legal-content {
    padding: 34px;
}

.about-copy {
    flex: 1 1 420px;
}

.about-copy h2,
.section-head h2,
.shop-callout h2,
.consultation-banner h2,
.legal-content h1 {
    font-size: clamp(1.9rem, 3vw, 2.85rem);
    margin-top: 12px;
}

.about-copy p + p {
    margin-top: 14px;
}

.about-copy .button {
    margin-top: 24px;
}

.section-head {
    margin-bottom: 22px;
}

.section-head.centered {
    text-align: center;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}

.section-head p:last-child {
    margin-top: 10px;
}

.card-grid,
.news-grid,
.timeline,
.stack-list {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.three-up > *,
.news-grid > * {
    flex: 1 1 calc(33.333% - 18px);
    min-width: 260px;
}

.timeline > * {
    flex: 1 1 calc(50% - 18px);
    min-width: 260px;
}

.stack-list > * {
    flex: 1 1 calc(50% - 18px);
    min-width: 240px;
}

.info-card h3,
.timeline h3,
.news-card h3,
.legal-content h2 {
    font-size: 1.35rem;
    margin-bottom: 12px;
}

.info-card a {
    display: inline-block;
    margin-top: 16px;
    color: var(--accent-strong);
    font-weight: 700;
}

.consultation-banner {
    background: linear-gradient(135deg, #0e1f42 0%, #132b5e 100%);
    border-radius: var(--radius-lg);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow);
}

.consultation-banner p,
.consultation-banner h2 {
    color: #ffffff;
}

.feature-panel {
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.timeline article span {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 16px;
    background: var(--surface-dark);
    color: #ffffff;
    font-weight: 700;
}

.news-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.news-meta {
    margin-bottom: 14px;
}

.shop-callout {
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
}

.contact-panel {
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
}

.contact-box {
    background: linear-gradient(145deg, #0e1f42 0%, #163368 100%);
}

.contact-box-title,
.contact-box p {
    color: #ffffff;
}

.contact-list {
    margin: 20px 0 0;
    padding-left: 18px;
}

.contact-list li {
    margin: 8px 0;
    color: var(--ink);
}

.logos-band {
    text-align: center;
}

.logo-row {
    justify-content: center;
    margin-top: 18px;
}

.logo-row span {
    padding: 16px 18px;
    min-width: 150px;
    border-radius: 18px;
    background: var(--surface-soft);
    border: 1px solid var(--line);
}

.footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 24px 0 36px;
}

.news-section,
.section > .section-head.centered,
.section > .timeline,
.section > .news-grid {
    width: 100%;
}

.legal-shell {
    padding: 26px 0 36px;
}

.legal-header {
    background: var(--surface-dark);
    border-radius: 24px;
}

.legal-content {
    margin-top: 24px;
}

.legal-content section + section {
    margin-top: 28px;
}

.legal-content a {
    color: var(--accent-strong);
}


.eyebrow {
    font-size: 1.125rem;
    line-height: 40px;
}

p {
    color: var(--surface);
    font-size: 1.25rem;
    line-height: 30px;
    width: 80%;
    margin-bottom: 25px;
}

h2 {
    font-size: 1.75rem;
    line-height: 1.1;
    color: var(--surface);
    margin-bottom: 25px;
}

h4 {
    font-size: 1.5rem;
    line-height: 1.5;
}

.hero-headline {
    margin-bottom: 50px;
}


.w-50 {
    width: 50%;
}

.w-75 {
    width: 75%;
    margin: 50px auto;
}

.h-480 {
    height: 480px;
    width: auto;
}

.flex {
    display: flex;
    gap: 2rem;
}

.img-slider img {
    max-height: 480px;
    width: auto;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.justify {
    text-align: justify;
}

.topic-list {
    list-style-type: disc;
    padding-left: 20px;
    color: var(--surface);
}
.topic-list li {
    margin-bottom: 10px;
    font-size: 1.125rem;
    text-align: left;
}

footer {
    border-top: 1px solid #555;
}

footer ul {
    display: flex;
    gap: 2rem;
    list-style-type: none;
    justify-content: end;
    padding: 15px;
}

footer ul li a {
    color: var(--surface-dark);
    font-size: 0.95rem;
}

.top-xl {
    margin-top: 5rem;
}

@media (max-width: 1100px) {
    .stats-band article,
    .three-up > *,
    .news-grid > * {
        flex-basis: calc(50% - 18px);
    }
}

@media (max-width: 920px) {
    .hero-grid,
    .about-section,
    .split-layout,
    .contact-grid,
    .shop-callout,
    .consultation-banner,
    .timeline {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-copy,
    .hero-card,
    .about-section > *,
    .split-layout > *,
    .contact-grid > *,
    .shop-callout > *,
    .consultation-banner > *,
    .timeline > * {
        flex-basis: 100%;
    }

    .topbar,
    .legal-header {
        border-radius: 28px;
        flex-wrap: wrap;
    }

    .nav-links {
        width: 100%;
        justify-content: flex-start;
    }

    .nav-cta {
        margin-left: 0;
    }

    .hero-copy h1 {
        max-width: none;
    }

}

@media (max-width: 720px) {

    body {
        width: 100%;
        overflow-x: hidden;
    }

    .site {
        padding: 0;
    } 

    .site-shell,
    .legal-shell {
        padding-inline: 14px;
    }

    .topbar,
    .legal-header,
    .footer {
        padding-left: 18px;
        padding-right: 18px;
    }

    .hero {
        border-bottom-left-radius: 28px;
        border-bottom-right-radius: 28px;
    }

    .hero-grid {
        padding-top: 30px;
    }

    .hero-copy h1 {
        font-size: clamp(2.1rem, 10vw, 3rem);
    }

    .legal-content h1,
    .about-copy h2,
    .section-head h2,
    .shop-callout h2,
    .consultation-banner h2 {
        font-size: clamp(1.7rem, 7vw, 2.25rem);
    }

    .hero-actions,
    .cta-cluster,
    .footer-links {
        width: 100%;
    }

    .hero-actions .button,
    .cta-cluster .button,
    .nav-cta {
        width: 100%;
    }

    .topbar {
        gap: 14px;
    }

    .nav-links {
        gap: 10px 14px;
    }

    .stats-band article,
    .three-up > *,
    .news-grid > *,
    .stack-list > *,
    .timeline > * {
        flex-basis: 100%;
    }

    .about-copy,
    .about-media,
    .feature-panel,
    .contact-panel,
    .shop-callout,
    .consultation-banner,
    .legal-content,
    .stats-band article,
    .info-card,
    .news-card,
    .contact-box,
    .logos-band,
    .footer {
        padding: 22px;
        border-radius: 22px;
    }

    nav {
        display: block;
        padding: 25px;
    }

    nav .logo img {
        width: 100%;
        height: auto;
    }

    nav .nav-links {
        font-size: smaller;
        margin-top: 18px;
        justify-content: center;
        text-align: center;
    }

    .eyebrow {
        font-size: .75rem;
        line-height: 20px;
    }   

    .hero, .flex {
        flex-direction: column;
    }

    h4 {
        font-size: 1.3rem;
    }

    p,
    .w-50,
    .w-75 {
        width: 90%;
    }

}

