:root {
    --bg: #08131f;
    --bg-soft: #0f2033;
    --surface: #11263d;
    --text-main: #0f1f32;
    --text-soft: #5f6f82;
    --cream: #f7f2e8;
    --cream-strong: #fffaf0;
    --mint: #78f0cf;
    --mint-strong: #33c9a4;
    --amber: #ffb067;
    --amber-strong: #ff9741;
    --white: #ffffff;
    --shadow-soft: 0 24px 60px rgba(5, 13, 22, 0.16);
    --shadow-strong: 0 30px 80px rgba(0, 0, 0, 0.32);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Manrope", sans-serif;
    background:
        radial-gradient(circle at top left, rgba(120, 240, 207, 0.12), transparent 30%),
        radial-gradient(circle at right 15%, rgba(255, 176, 103, 0.18), transparent 28%),
        linear-gradient(180deg, var(--bg) 0%, #091829 48%, #0d2236 100%);
    color: var(--text-main);
}

h1,
h2,
h3,
h4,
.navbar-brand,
.price-line,
.stat-value {
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: -0.04em;
}

a {
    text-decoration: none;
}

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

.navbar-shell {
    background: rgba(8, 19, 31, 0.78);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand-mark {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: var(--bg);
    background: linear-gradient(135deg, var(--amber), var(--mint));
    box-shadow: 0 16px 34px rgba(255, 176, 103, 0.28);
    font-size: 1.15rem;
}

.brand-mark-sm {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 1rem;
}

.brand-word {
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--white);
}

.nav-link {
    color: rgba(255, 255, 255, 0.72);
    font-weight: 700;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.nav-link:hover,
.nav-link:focus {
    color: var(--mint);
}

.btn-brand {
    background: linear-gradient(135deg, var(--amber), #ffc785);
    border: 0;
    color: var(--bg);
    font-weight: 800;
    border-radius: 999px;
    padding: 0.95rem 1.5rem;
    box-shadow: 0 18px 36px rgba(255, 176, 103, 0.25);
}

.btn-brand:hover,
.btn-brand:focus {
    background: linear-gradient(135deg, #ffc785, var(--amber));
    color: var(--bg);
}

.btn-sm.btn-brand {
    padding: 0.65rem 1rem;
    font-size: 0.92rem;
}

.btn-ghost-light,
.btn-outline-surface {
    border-radius: 999px;
    font-weight: 700;
    padding: 0.95rem 1.5rem;
}

.btn-ghost-light {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--white);
    background: rgba(255, 255, 255, 0.02);
}

.btn-ghost-light:hover,
.btn-ghost-light:focus {
    border-color: rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.08);
    color: var(--white);
}

.btn-outline-surface {
    border: 1px solid rgba(8, 19, 31, 0.14);
    color: var(--text-main);
    background: rgba(255, 255, 255, 0.8);
}

.btn-outline-surface:hover,
.btn-outline-surface:focus {
    color: var(--text-main);
    border-color: rgba(8, 19, 31, 0.28);
    background: var(--white);
}

.hero-section {
    position: relative;
    padding: 8.8rem 0 5rem;
    overflow: hidden;
    color: var(--white);
}

.hero-title {
    max-width: 13ch;
}

.hero-lead {
    max-width: 46rem;
    color: rgba(255, 255, 255, 0.74);
    font-size: 1.1rem;
    line-height: 1.8;
}

.eyebrow,
.section-kicker,
.panel-kicker,
.pricing-kicker,
.agenda-date {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.eyebrow {
    padding: 0.65rem 1rem;
    border-radius: 999px;
    color: var(--bg);
    background: rgba(120, 240, 207, 0.96);
}

.stat-card,
.glass-panel,
.surface-card,
.agenda-card,
.pricing-card,
.quote-card,
.info-card,
.cta-box {
    border-radius: 1.7rem;
}

.stat-card {
    height: 100%;
    padding: 1.35rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
}

.stat-value {
    font-size: clamp(1.8rem, 2vw, 2.5rem);
    font-weight: 700;
    line-height: 1;
}

.stat-label {
    margin-top: 0.5rem;
    color: rgba(255, 255, 255, 0.72);
}

.glass-panel {
    background: linear-gradient(180deg, rgba(17, 38, 61, 0.92), rgba(9, 24, 41, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.11);
    box-shadow: var(--shadow-strong);
}

.badge-soft,
.badge-outline {
    border-radius: 999px;
    font-weight: 700;
    padding: 0.5rem 0.85rem;
}

.badge-soft {
    color: var(--bg);
    background: rgba(120, 240, 207, 0.9);
}

.badge-outline {
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.03);
}

.mini-event {
    padding: 1.15rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.72);
}

.mini-event:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.mini-event-time {
    margin-bottom: 0.35rem;
    color: var(--mint);
    font-size: 0.83rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-note {
    padding: 1rem 1.1rem;
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.78);
}

.icon-bubble,
.icon-chip {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    font-size: 1.2rem;
}

.icon-bubble {
    flex-shrink: 0;
    background: linear-gradient(135deg, rgba(255, 176, 103, 0.24), rgba(120, 240, 207, 0.3));
    color: var(--amber);
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(12px);
    pointer-events: none;
}

.hero-orb-one {
    width: 28rem;
    height: 28rem;
    top: -8rem;
    right: -5rem;
    background: radial-gradient(circle, rgba(120, 240, 207, 0.22), transparent 70%);
}

.hero-orb-two {
    width: 22rem;
    height: 22rem;
    bottom: -7rem;
    left: -5rem;
    background: radial-gradient(circle, rgba(255, 176, 103, 0.18), transparent 70%);
}

.trust-strip {
    position: relative;
    z-index: 1;
    padding-bottom: 2rem;
}

.trust-strip-shell {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 1.4rem;
    padding: 1.3rem 1.6rem;
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.76);
}

.trust-kicker {
    font-weight: 800;
    color: var(--white);
}

.trust-items {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.trust-items span {
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.section {
    padding: 5.5rem 0;
}

.section-light {
    background: linear-gradient(180deg, var(--cream) 0%, var(--cream-strong) 100%);
}

.section-accent {
    background:
        radial-gradient(circle at top right, rgba(120, 240, 207, 0.2), transparent 28%),
        linear-gradient(180deg, #f5efe3 0%, #fffaf2 100%);
}

.section-contact {
    padding-top: 0;
}

.section-heading {
    max-width: 46rem;
    margin-bottom: 3rem;
}

.section-heading h2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.05;
}

.section-heading p {
    color: var(--text-soft);
    font-size: 1.05rem;
    line-height: 1.8;
}

.section-heading-dark h2,
.section-heading-dark p {
    color: var(--white);
}

.section-heading-dark p {
    color: rgba(255, 255, 255, 0.7);
}

.section-heading-dark .section-kicker,
.panel-kicker {
    color: var(--mint);
}

.section-kicker {
    color: var(--mint-strong);
}

.info-card {
    padding: 1.8rem;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(8, 19, 31, 0.08);
    box-shadow: var(--shadow-soft);
}

.info-card h3,
.surface-card h3,
.pricing-card h3,
.agenda-card h3 {
    margin: 1rem 0 0.85rem;
}

.info-card p,
.agenda-card p,
.pricing-card p,
.quote-card p {
    color: var(--text-soft);
    line-height: 1.75;
}

.icon-chip {
    color: var(--bg);
    background: linear-gradient(135deg, rgba(255, 176, 103, 0.2), rgba(120, 240, 207, 0.35));
}

.icon-chip-dark {
    color: var(--mint);
    background: rgba(120, 240, 207, 0.1);
    border: 1px solid rgba(120, 240, 207, 0.18);
}

.surface-card {
    height: 100%;
    padding: 1.8rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.surface-card p {
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.75;
}

.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.4rem;
}

.tag-row span {
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.82rem;
    font-weight: 700;
}

.agenda-card {
    height: 100%;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(8, 19, 31, 0.08);
    box-shadow: var(--shadow-soft);
}

.agenda-date {
    color: var(--amber-strong);
}

.feature-list {
    display: grid;
    gap: 0.7rem;
}

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    line-height: 1.65;
    color: var(--text-main);
}

.feature-list i {
    color: var(--mint-strong);
    margin-top: 0.15rem;
}

.pricing-card {
    height: 100%;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow-soft);
}

.pricing-card-featured {
    transform: translateY(-0.5rem);
    border: 2px solid rgba(120, 240, 207, 0.25);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 252, 250, 0.96));
}

.price-line {
    margin: 0.6rem 0 1rem;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1;
    color: var(--text-main);
}

.price-line span {
    font-family: "Manrope", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-soft);
}

.pricing-kicker {
    color: var(--amber-strong);
}

.quote-card {
    height: 100%;
    padding: 1.8rem;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(8, 19, 31, 0.08);
    box-shadow: var(--shadow-soft);
}

.quote-icon {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 2rem;
    color: var(--amber-strong);
}

.quote-author {
    margin-top: 1rem;
    font-weight: 800;
    color: var(--text-main);
}

.accordion-item {
    margin-bottom: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.25rem !important;
    overflow: hidden;
}

.accordion-button {
    padding: 1.25rem 1.4rem;
    background: transparent;
    color: var(--white);
    font-weight: 800;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background: rgba(120, 240, 207, 0.08);
    color: var(--white);
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}

.accordion-body {
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.75;
}

.cta-box {
    padding: 2.25rem;
    background:
        linear-gradient(135deg, rgba(255, 176, 103, 0.14), rgba(120, 240, 207, 0.14)),
        rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(8, 19, 31, 0.08);
    box-shadow: var(--shadow-soft);
}

.cta-box h2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: clamp(2rem, 4vw, 3.1rem);
}

.cta-box p {
    color: var(--text-soft);
    line-height: 1.8;
}

.contact-stack {
    display: grid;
    gap: 1rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem 1.15rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(8, 19, 31, 0.08);
    color: var(--text-main);
    font-weight: 700;
}

.contact-item i {
    color: var(--amber-strong);
    font-size: 1.2rem;
}

.footer-shell {
    padding: 2rem 0 2.5rem;
    color: rgba(255, 255, 255, 0.72);
}

.footer-brand {
    color: var(--white);
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
}

.footer-copy {
    max-width: 32rem;
    font-size: 0.95rem;
}

.footer-socials a {
    width: 2.75rem;
    height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 1.1rem;
}

.footer-socials a:hover,
.footer-socials a:focus {
    color: var(--bg);
    background: var(--mint);
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        margin-top: 1rem;
        padding: 1rem 0 0.5rem;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .hero-section {
        padding-top: 7.5rem;
    }

    .pricing-card-featured {
        transform: none;
    }
}

@media (max-width: 767.98px) {
    .hero-section,
    .section {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .trust-strip {
        padding-bottom: 1rem;
    }

    .cta-box,
    .pricing-card,
    .agenda-card,
    .quote-card,
    .surface-card,
    .info-card {
        padding: 1.4rem;
    }
}
