:root {
    --brand-navy: #040a1c;
    --brand-purple: #5d5fef;
    --brand-blue: #2563eb;
    --brand-mint: #2dd4bf;
    --brand-slate: #94a3b8;
    --brand-dark: #0f172a;
    --brand-light: #f6f7fb;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #0f172a;
    background-color: var(--brand-light);
    line-height: 1.6;
}

.tracking-wide {
    letter-spacing: 0.3em;
}

.hero {
    background: radial-gradient(circle at 20% 20%, rgba(93, 95, 239, 0.9), rgba(37, 99, 235, 0.95)), radial-gradient(circle at 80% 0, rgba(45, 212, 191, 0.4), transparent 40%), #050c24;
    min-height: 100vh;
}

.hero .navbar .nav-link,
.hero .navbar-brand {
    color: rgba(255, 255, 255, 0.9);
}

.hero .navbar .nav-link:hover,
.hero .navbar .nav-link:focus {
    color: #fff;
}

.hero-gradient {
    position: absolute;
    inset: auto -20% -40% -20%;
    height: 40rem;
    background: radial-gradient(circle, rgba(255,255,255,0.25), transparent 70%);
    filter: blur(60px);
    z-index: 0;
}

.hero .container,
.hero nav {
    position: relative;
    z-index: 1;
}

.badge {
    border-radius: 999px;
    font-weight: 600;
}

.btn-gradient {
    background: linear-gradient(135deg, var(--brand-mint), var(--brand-purple));
    color: #fff;
    border: none;
    padding: 0.85rem 1.75rem;
    font-weight: 600;
    box-shadow: 0 15px 30px rgba(37, 99, 235, 0.3);
}

.btn-gradient:hover,
.btn-gradient:focus {
    color: #fff;
    opacity: 0.92;
}

.stats-band {
    background: #fff;
}

.stats-label {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    color: var(--brand-slate);
    margin-bottom: 0.35rem;
}

.stats-value {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--brand-dark);
}

.kicker {
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-size: 0.75rem;
    color: var(--brand-purple);
    margin-bottom: 0.75rem;
}

.service-card {
    background: #fff;
    border-radius: 1.25rem;
    padding: 1.5rem;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
}

.service-card h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.service-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: var(--brand-slate);
}

.market-card {
    background: #fff;
    border-radius: 1.5rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    padding: 2rem;
    box-shadow: 0 20px 45px rgba(4, 10, 28, 0.08);
    height: 100%;
}

.market-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: var(--brand-purple);
    margin-bottom: 0.75rem;
}

.market-list {
    list-style: none;
    margin: 1.25rem 0 0;
    padding: 0;
}

.market-list li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.75rem;
    color: #475569;
}

.market-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    background: var(--brand-mint);
}

.market-seo-note {
    box-shadow: 0 25px 50px rgba(15, 23, 42, 0.08);
}

.list-check {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-check li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.9rem;
}

.list-check li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-mint), var(--brand-purple));
    box-shadow: 0 5px 15px rgba(37, 99, 235, 0.25);
}

.gradient-card {
    background: linear-gradient(160deg, rgba(93, 95, 239, 0.95), rgba(5, 12, 36, 0.95));
    border-radius: 1.5rem;
    color: #fff;
    box-shadow: 0 25px 45px rgba(4, 10, 28, 0.4);
}

.mini-metric {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
}

.mini-metric .label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.25rem;
}

.mini-metric .value {
    margin: 0;
}

.cta-panel {
    background: radial-gradient(circle at top left, rgba(5, 12, 36, 0.95), rgba(4, 10, 28, 0.9));
    position: relative;
    overflow: hidden;
}

.cta-panel::after {
    content: '';
    position: absolute;
    inset: 10% auto -20% auto;
    width: 60%;
    height: 120%;
    background: radial-gradient(circle, rgba(45, 212, 191, 0.45), transparent 70%);
    filter: blur(80px);
}

.cta-panel .container {
    position: relative;
    z-index: 1;
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.75);
}

.border-white-25 {
    border-color: rgba(255, 255, 255, 0.25) !important;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(93, 95, 239, 0.08);
    color: var(--brand-dark);
}

.icon-circle {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 700;
}

.testimonial-tile {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
}

section#testimonials .text-muted {
    color: rgba(255, 255, 255, 0.75) !important;
}

section#testimonials .testimonial-tile h3,
section#testimonials .testimonial-tile p,
section#testimonials .testimonial-tile .small {
    color: rgba(255, 255, 255, 0.85);
}

.contact-list li + li {
    margin-top: 0.5rem;
}

footer a {
    transition: color 0.2s ease;
}

footer a:hover {
    color: #fff;
}

.btn-link {
    text-decoration: none;
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: underline;
    color: #fff;
}

@media (max-width: 767px) {
    .hero {
        min-height: auto;
        padding-bottom: 3rem;
    }

    .stats-value {
        font-size: 1.25rem;
    }
}
