:root {
    --site-brand: #1f8f9a;
    --site-brand-strong: #156d75;
    --site-brand-soft: rgba(31, 143, 154, 0.12);
    --site-title: #102a46;
    --site-text: #182d47;
    --site-muted: #5b6f87;
    --site-line: #d7e2ef;
    --site-surface: #ffffff;
    --site-shadow-sm: 0 10px 24px rgba(15, 33, 55, 0.08);
    --site-shadow-md: 0 24px 42px rgba(15, 33, 55, 0.14);
}

* {
    box-sizing: border-box;
}

body {
    color: var(--site-text);
}

.nav-glass {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(22, 43, 67, 0.08);
}

.brand-text {
    font-size: 1.15rem;
    font-weight: 800;
    color: #0f2c4b;
    letter-spacing: 0.3px;
}

.navbar .nav-link {
    font-weight: 700;
    color: #23405f;
    position: relative;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: var(--site-brand);
}

.navbar .nav-link::after {
    content: "";
    position: absolute;
    left: 0.55rem;
    right: 0.55rem;
    bottom: 0.05rem;
    height: 2px;
    border-radius: 999px;
    background: var(--site-brand);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.18s ease;
}

.navbar .nav-link:hover::after,
.navbar .nav-link.active::after {
    transform: scaleX(1);
}

.navbar-toggler {
    border: 1px solid #ced8e6;
}

.btn-brand {
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--site-brand), var(--site-brand-strong));
    box-shadow: 0 10px 20px rgba(31, 143, 154, 0.28);
}

.btn-brand:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #1b8089, #125f66);
}

.btn-outline-brand {
    color: var(--site-brand-strong);
    border-radius: 12px;
    font-weight: 700;
    border: 1px solid rgba(21, 109, 117, 0.4);
    background: rgba(255, 255, 255, 0.84);
}

.btn-outline-brand:hover {
    color: #ffffff;
    background: linear-gradient(135deg, var(--site-brand), var(--site-brand-strong));
    border-color: transparent;
}

.hero-section {
    position: relative;
    overflow: hidden;
    padding: 4.2rem 0 3.2rem;
}

.hero-shape {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.hero-shape-1 {
    width: 360px;
    height: 360px;
    top: 10px;
    right: -80px;
    background: radial-gradient(circle at center, rgba(31, 143, 154, 0.22), transparent 68%);
}

.hero-shape-2 {
    width: 320px;
    height: 320px;
    left: -100px;
    bottom: -35px;
    background: radial-gradient(circle at center, rgba(52, 110, 178, 0.2), transparent 68%);
}

.eyebrow {
    display: inline-block;
    font-size: 0.77rem;
    font-weight: 800;
    letter-spacing: 1.6px;
    color: var(--site-brand-strong);
}

.hero-title {
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    line-height: 1.1;
    max-width: 760px;
    color: var(--site-title);
}

.hero-subtitle {
    font-size: 1.04rem;
    max-width: 670px;
    color: var(--site-muted);
}

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

.stat-card {
    border-radius: 14px;
    border: 1px solid #d8e4f2;
    background: var(--site-surface);
    padding: 0.95rem 1rem;
    box-shadow: 0 8px 18px rgba(17, 34, 56, 0.06);
}

.stat-card h3 {
    margin: 0;
    color: #143459;
    font-size: 1.55rem;
    font-weight: 800;
}

.stat-card p {
    margin: 0.35rem 0 0;
    color: var(--site-muted);
    font-size: 0.9rem;
}

.hero-panel {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 1.45rem;
    color: #f4f8ff;
    background: linear-gradient(165deg, #102d4d, #123f67);
    box-shadow: var(--site-shadow-md);
}

.hero-panel h4 {
    color: #ffffff;
}

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

.feature-list li {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.55rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    color: #d5e5fb;
    font-size: 0.93rem;
}

.feature-list li:last-child {
    border-bottom: none;
}

.feature-list i {
    color: #7de6e4;
}

.carousel-frame {
    border-radius: 22px;
    border: 1px solid rgba(20, 39, 62, 0.08);
    background: rgba(255, 255, 255, 0.85);
    padding: 1rem;
    box-shadow: var(--site-shadow-sm);
}

#sportsCarousel {
    border-radius: 16px;
    overflow: hidden;
}

#sportsCarousel .carousel-item {
    height: 450px;
}

#sportsCarousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#sportsCarousel .carousel-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(6, 19, 35, 0.7), rgba(6, 19, 35, 0.16));
}

.modern-caption {
    left: 1.8rem;
    right: auto;
    bottom: 1.9rem;
    text-align: left;
    z-index: 2;
}

.caption-tag {
    margin: 0 0 0.45rem;
    color: #96f0f0;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.modern-caption h3 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.15rem, 2.4vw, 1.8rem);
    font-weight: 800;
}

.modern-indicators [data-bs-target] {
    width: 24px;
    height: 5px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.45);
}

.modern-indicators .active {
    background: #8af1ef;
}

.modern-control {
    width: 8%;
    opacity: 1;
}

.modern-control .carousel-control-prev-icon,
.modern-control .carousel-control-next-icon {
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    background-size: 55%;
}

.section-head h2 {
    color: var(--site-title);
    font-size: clamp(1.55rem, 3.4vw, 2.2rem);
}

.service-card,
.benefits-card,
.quote-card {
    border: 1px solid var(--site-line);
    border-radius: 18px;
    background: var(--site-surface);
    box-shadow: var(--site-shadow-sm);
}

.service-card {
    padding: 1.35rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--site-shadow-md);
}

.icon-wrap {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: var(--site-brand-strong);
    background: var(--site-brand-soft);
    margin-bottom: 0.9rem;
    font-size: 1.25rem;
}

.service-card h3,
.benefits-card h3 {
    color: #13365a;
    font-size: 1.2rem;
}

.service-card p,
.benefits-list li,
.step-item p,
.quote-card p {
    color: var(--site-muted);
}

.benefits-card {
    padding: 1.45rem;
}

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

.benefits-list li {
    display: flex;
    gap: 0.65rem;
    margin-bottom: 0.8rem;
}

.benefits-list li i {
    color: var(--site-brand);
}

.steps-grid {
    display: grid;
    gap: 0.85rem;
}

.step-item {
    display: flex;
    gap: 0.8rem;
    align-items: flex-start;
    border-radius: 13px;
    border: 1px solid #dbe5f1;
    padding: 0.82rem;
}

.step-item span {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: var(--site-brand-strong);
    font-weight: 800;
    background: var(--site-brand-soft);
}

.quote-card {
    padding: 1.2rem;
}

.quote-card h4 {
    margin: 0;
    color: #17395f;
    font-size: 1rem;
    font-weight: 700;
}

.cta-box {
    border-radius: 20px;
    padding: 1.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    color: #f2f9ff;
    background: linear-gradient(130deg, #103157, #12466f);
    box-shadow: var(--site-shadow-md);
}

.cta-box h3 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.2rem, 3vw, 1.7rem);
}

.footer-premium {
    margin-top: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(165deg, #0c223d, #09182c);
    color: #d8e6fa;
}

.footer-premium h4,
.footer-premium h5 {
    color: #ffffff;
}

.footer-premium p,
.footer-links a,
.footer-mini-links a,
.footer-contact li {
    color: #adc0da;
}

.footer-links,
.footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 0.5rem;
}

.footer-links a,
.footer-mini-links a {
    text-decoration: none;
}

.footer-links a:hover,
.footer-mini-links a:hover {
    color: #8ff4f2;
}

.social-row a {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    text-decoration: none;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

.social-row a:hover {
    color: #8ff4f2;
    background: rgba(143, 244, 242, 0.22);
}

.btn-footer {
    color: #c6fffc;
    border-radius: 10px;
    border: 1px solid rgba(143, 244, 242, 0.42);
    background: rgba(143, 244, 242, 0.16);
}

.btn-footer:hover {
    color: #e5fffe;
    background: rgba(143, 244, 242, 0.28);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
    color: #96abc7;
}

@media (max-width: 991px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }

    #sportsCarousel .carousel-item {
        height: 360px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding-top: 2.6rem;
    }

    #sportsCarousel .carousel-item {
        height: 290px;
    }

    .modern-caption {
        left: 1rem;
        bottom: 1rem;
    }

    .cta-box {
        flex-direction: column;
        align-items: flex-start;
    }
}
