@font-face {
    font-family: 'DIN 2014 Narrow';
    src: url(/assets/fonts/DIN2014Narrow-Bold.otf) format('woff2'),
        url(/assets/fonts/DIN2014Narrow-Bold.otf) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

p {
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
}

/* Navbar */
.custom-navbar {
    transition: all 0.3s ease;
    padding: 10px 0;
    background: transparent;
}

.custom-navbar .container {
    display: flex;
    align-items: center;
    max-width: 1300px;
}

/* Logo */
.logo {
    width: 210px;
    transition: all 0.3s ease;
}

.navbar-brand:focus-visible {
    outline: none;
}

/* Sticky Navbar */
.custom-navbar.sticky {
    background: #000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding: 3px 0;
}

/* Zoom Logo on Sticky */
.custom-navbar.sticky .logo {
    transform: scale(0.85);
}

/* Nav links — 16pt Work Sans Regular = 16px */
.nav-link {
    color: #000000 !important;
    margin-left: 20px;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
}

/* Enable Hover Dropdown on Desktop Only */
@media (min-width: 992px) {
    .custom-dropdown:hover .dropdown-menu {
        display: block;
        margin: 0 0 0 50px;
        /* Prevents a gap that causes the menu to close prematurely */
    }
}

/* Optional: Smooth fade-in effect for the dropdown */
@media (min-width: 992px) {
    .dropdown-menu {
        animation: fadeIn 0.3s ease;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-banner {
    min-height: 90vh;
    background-image: url('../images/banner/banner.webp');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.banner-content {
    position: relative;
    z-index: 1;
    /* padding-left: 4vw; */
    max-width: 55%;
}

.banner-title {
    color: #fff;
    text-transform: uppercase;
    font-size: clamp(38px, 6.5vw, 120px);
    line-height: 0.92;
    letter-spacing: 1px;
    font-family: 'Barlow Condensed', sans-serif !important;
    font-weight: 600 !important;
    margin: 0;
    white-space: nowrap;
}
.code_image {
    font-size: 13px !important;
}
.code_glass_title {
    color: #fff;
    text-transform: uppercase;
    font-size: clamp(38px, 6.0vw, 120px);
    line-height: 0.92;
    letter-spacing: 1px;
    font-family: 'Barlow Condensed', sans-serif !important;
    font-weight: 600 !important;
    margin: 0;
    white-space: nowrap;
    text-align: center;
}

@media (max-width: 1200px) {
    .banner-title {
        font-size: clamp(36px, 7vw, 100px);
    }

    .banner-content {
        max-width: 60%;
    }
}

@media (max-width: 992px) {
    .hero-banner {
        background-position: 65% center;
        min-height: 65vh;
    }

    .banner-content {
        padding-left: 5%;
        max-width: 70%;
    }

    .banner-title {
        font-size: clamp(32px, 8vw, 80px);
        white-space: normal;
    }
}

@media (max-width: 576px) {
    .hero-banner {
        min-height: 50vh;
        background-position: 70% center;
    }

    .banner-content {
        padding: 35px 20px 0;
        max-width: 100%;
    }

    .banner-title {
        font-size: clamp(36px, 12vw, 65px);
        line-height: 0.95;
        white-space: normal;
    }

    .code_glass_title {
        font-size: clamp(36px, 10vw, 65px) !important;
        line-height: 0.95;
        white-space: normal;
    }
}

.partner_banner {
    background-color: #9aa6b0;
    min-height: 70vh;
    color: #000000;
}

.partner_banner h1 {
    padding-top: 50px;
}

/* Buttons — 16pt Work Sans Bold = 16px */
.btn-investor {
    border-radius: 10px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 28px;
    transition: all 0.25s ease;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    margin: 0 5px;
}
.btn-quote {
    border-radius: 10px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    padding: 8px 20px;
    transition: all 0.25s ease;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    margin: 0 5px;
}
.filter-tab {
    font-size: 12px !important;
    padding: 10px 16px !important;
}

.btn-navy {
    background-color: #199bec;
    color: #fff;
    border: 2px solid #199bec;
}

.btn-navy:hover {
    background-color: transparent;
    color: #199bec;
    border: 2px solid #199bec;
}
.btn-hovered {
    background-color: #fff;
    color: #199bec;
    border: 2px solid #199bec;
    padding: 10px 50px;
    font-size: 20px;
}
.btn-navy:hover {
    background-color: #199bec;
    color: #fff;
    border: 2px solid #199bec;
}
.btn-gray {
    background-color: #199bec;
    color: #fff;
    border: 2px solid #199bec;
}

.btn-gray:hover {
    background-color: transparent;
    color: #199bec;
    border: 2px solid #199bec;
}

.revenue_section {
    background-color: #f5f5f4;
    overflow: hidden;
}

.revenue-img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.stat-item {
    text-align: center;
}

/* Stat labels — 18pt Work Sans Regular = 24px screen */
.stat-label {
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 8px;
    line-height: 1.4;
}

/* Stat numbers — 70pt Poppins SemiBold = 93px screen */
.stat-number {
    font-family: 'Poppins', sans-serif;
    font-size: 54px;
    font-weight: 600;
    color: #000000;
    line-height: 1;
    margin: 0;
}


/* On mobile: stack image above, full width */
@media (max-width: 767.98px) {
    .revenue-img {
        max-height: 300px;
        width: 100%;
    }

    .stat-item {
        text-align: center;
    }

    .stat-label {
        font-family: 'Work Sans', sans-serif;
        font-size: 14px !important;
        padding-top: 20px !important;
    }

    .stat-number {
        font-family: 'Poppins', sans-serif;
        font-size: 45px;
    }
}


.card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card img {
    border-radius: 10px;
}

.card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 0;
    padding-right: 0;
}

.card-body .card-text {
    flex: 1;
    font-size: 16px;
}


/* Base CTA Section Setup */
.cta-section {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 380px;
}

/* CTA title — 50pt Poppins SemiBold = 67px screen */
.cta-section .cta-title {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.8rem, 4.5vw, 56px);
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
}

/* Tablet Adjustments */
@media (max-width: 991.98px) {
    .cta-section {
        min-height: 280px;
    }
}

/* Mobile Adjustments */
@media (max-width: 575.98px) {
    .cta-section {
        min-height: 180px;
        background-size: cover;
    }
}


/* Section Container Styling */

/* Card Styling */
/* Section Container Styling */
.sports-intelligence-section {
    background-color: #ffffff;
    font-family: sans-serif;
    color: #001c3d;
}

/* Card Styling */
.sports-intelligence-section .intelligence-card {
    background-color: #fafafa;
    border-color: var(--bs-border-color-translucent) !important;
    border-radius: 24px;
}

.sports-intelligence-section .bod_card {
    min-height: 670px !important;
}

.sports-intelligence-section .intelligence-card-2 {
    background-color: #fbfbfb;
    border-color: 1px solid #e9e8ed !important;
    border-radius: 24px;
}

/* Typography Styling */
.sports-intelligence-section .card-heading {
    font-size: 1.5rem;
    line-height: 1.3;
}

.sports-intelligence-section .card-description {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #334e68;
}

/* Divider & Metadata Rows */
.sports-intelligence-section .metadata-row {
    font-size: 1.1rem;
    border-color: rgba(33, 37, 41, 0.25) !important;
    /* Matches border-dark border-opacity-25 */
}

.text_top {
    font-size: 1.3rem;
    border-color: rgba(33, 37, 41, 0.25) !important;
    /* Matches border-dark border-opacity-25 */
}

/* Custom Button Styles */
.sports-intelligence-section .btn-read-announcements {
    background-color: #1092eb;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 0.9rem;
    transition: background-color 0.2s ease-in-out;
}

.sports-intelligence-section .btn-read-announcements:hover {
    background-color: #0d7ecc;
    color: #ffffff;
}


/* Footer Base Container styling */
.custom-site-footer {
    background-color: #000000;
    color: #ffffff;
}

/* Logo Image Styling */
.footer-logo {
    width: 150px;
    height: auto;
}

/* Footer info — 16pt Work Sans Regular = 21px screen */
.custom-site-footer .info-column p {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #ffffff;
}

/* Footer links — 16pt Work Sans Regular = 21px screen */
.custom-site-footer .link-column ul li a {
    font-family: 'Work Sans', sans-serif;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.4;
    transition: opacity 0.2s ease-in-out;
}

.custom-site-footer .link-column ul li a:hover {
    opacity: 0.7;
}

.search_icon {
    height: 30px;
    width: auto;
}

.btn-grey {
    background-color: #f5f5f4;
    color: #09253f;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    border: 2px solid #f5f5f4;
}

.news_heading {
    font-size: 58px;
    font-weight: 600;
    color: #09253f;
}

.detail_contenr {
    font-size: 22px;
}

@media (max-width: 992px) {

    .hero-banner {
        background-position: 65% center;
        min-height: 65vh;
    }

    .banner-content {
        padding-left: 5%;
    }

    .banner-title {
        font-size: clamp(48px, 10vw, 120px);
    }
}

/* Mobile */
@media (max-width: 576px) {

    .hero-banner {
        min-height: 50vh;
        background-position: 70% center;
    }

    .banner-content {
        padding: 0 20px;
    }

    .banner-title {
        font-size: clamp(42px, 12vw, 80px);
        line-height: 0.95;
        padding-top: 35px;
    }

    .news_heading {
        font-size: 28px;
        font-weight: 600;
        color: #09253f;
    }
}


/* Partner Cards */
.process-container {
    padding: 2rem 0;
}

/* Chevron Card styling */
.chevron-card {
    position: relative;
    padding: 2.5rem 2rem 2.5rem 2rem;
    color: #ffffff;
    min-height: 100%;
    /* Creates the right-pointing chevron cutout effect */
    clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%);
}

/* Handle overlap and left-side cutout for connected look on desktop */
@media (min-width: 992px) {
    .chevron-col:not(:first-child) {
        margin-left: -20px;
    }

    .chevron-col:not(:first-child) .chevron-card {
        /* Adds the inner indent on the left side to receive the previous card's arrow */
        clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%, 20px 50%);
        padding-left: 3rem;
    }
}

/* For mobile view: stack vertically and point downwards instead */
@media (max-width: 991.98px) {
    .chevron-col {
        margin-bottom: -15px;
    }

    .chevron-card {
        clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 15px), 50% 100%, 0% calc(100% - 15px));
        padding-bottom: 3.5rem;
    }
}

/* Precise Image Hex Color Mapping */
.bg-source {
    background-color: #929fa9;
    color: #ffffff;
}

.bg-evaluate {
    background-color: #67696b;
    color: #ffffff;
}

.bg-integrate {
    background-color: #383738;
    color: #ffffff;
}

.bg-expand {
    background-color: #000000;
    color: #ffffff;
}

/* Card Content Styling */
.card-num-title {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.card-subtitle {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.3;
}

.border_target h2 {
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    padding: 15px 0;
}

.card-desc {
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
}

.list_unstyled {
    font-size: 22px;
    line-height: 1.6;
}

.list_unstyled2 {
    font-size: 16px;
    line-height: 1.6;
}

.scaleable-technology h1 {
    text-align: center;
    font-size: 90px;
    font-weight: 600;
    line-height: 0.9;
    color: #000000;
    font-family: 'Barlow Condensed', sans-serif !important;
}

.heading-divider {
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #000000;
}

/* Target the border lines to give them precision height and tracking */
.heading-line {
    height: 1.5px;
    background-color: #000000;
    opacity: 1;
    /* Overrides Bootstrap default opacity for horizontal dividers */
}

.stats-section {
    background-color: #f5f5f5;
    /* Light grey background from image */
    color: #001e3d;
    /* Dark navy text color from image */
}

.main-heading {
    font-weight: 700;
    font-size: calc(1.8rem + 1vw);
    /* Fluid typography */
    line-height: 1.25;
    letter-spacing: -0.5px;
}

/* Stats Layout Styling */
.stat-number {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 0.9;
}

.stat-label {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
}

/* Vertical Border Line Styling */
.vertical-divider {
    border-right: 2px solid #001e3d;
    height: 100%;
}

.why-item {
    display: flex;
    gap: 25px;
    margin-bottom: 30px;
    align-items: center;
}

/* Large numbers → DIN 2014 Narrow Bold */
.why-num-box {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-weight: 700;
    font-size: 65px;
    color: #9aa6b0;
    min-width: 30px;
    line-height: 1;
}

.why-item-text p {
    line-height: 1;
}

.investor-revenue-header {
    background-color: #9aa7b1;
}

/* Adjust alignments on mobile viewports */
@media (max-width: 767.98px) {
    .stat-number {
        font-size: 2.5rem;
        padding-bottom: 20px !important;
    }

    .scaleable-technology h1 {
        font-size: 70px;
    }

    .vertical-divider {
        border-left: none;
        height: auto;
        /* padding-top: 1.5rem;
        margin-top: 1.5rem; */
    }
}

.earth h1 {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    line-height: 0.9;
    color: #ffffff;
    font-family: 'Barlow Condensed', sans-serif !important;
    padding-top: 15px 0;
}


.bg-enterprise {
    background-color: #f4f5f6;
    color: #001220;
}

.bg-digital {
    background-color: #92a0ac;
    color: #001220;
}

.bg-lidi {
    background-color: #68696b;
    color: #ffffff;
}

.bg-fiber {
    background-color: #373334;
    color: #ffffff;
}

/* Custom Typography Styling */
.service-card {
    border-radius: 1.25rem !important;
    /* Matches smooth rounded card corners */
    padding: 2.5rem 2rem;
    border: none !important;
    transition: transform 0.2s ease;
}

.card-main-title {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.5px;
}

/* Line breaks matching the image weight */
.title-divider {
    width: 45px;
    height: 1.5px;
    margin: 1.5rem 0;
    opacity: 1;
}

.bg-enterprise .title-divider,
.bg-digital .title-divider {
    background-color: #001220;
}

.bg-lidi .title-divider,
.bg-fiber .title-divider {
    background-color: #ffffff;
}

.card-subtitle {
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.35;
}

.card-body-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.bg_grey {
    background-color: #9aa6b0;
    color: #ffffff;
}


.reviews_section p {
    font-size: 26px;
}

.metrics-layer {
    position: relative;
    /* Clean CSS clipping paths for the arrow effect */
    clip-path: polygon(0% 0%, 100% 0%, 100% 88%, 50% 100%, 0% 88%);
    margin-bottom: -35px;
    min-height: 200px;
    font-family: 'Work Sans', sans-serif;
}

/* Stops the final block from cutting off the workflow layout */
.metrics-layer:last-child {
    margin-bottom: 0;
}

/* Distinctive Color Mapping */
.metrics-tier-top {
    background-color: #9aa7b1;
    z-index: 3;
}

.metrics-tier-mid {
    background-color: #63666a;
    z-index: 2;
}

.metrics-tier-bot {
    background-color: #2d2926;
    z-index: 1;
}

/* Responsive Viewport Balancing Rules */
@media (max-width: 576px) {
    .reviews_section p {
        font-size: 16px;
    }

    .metrics-layer {
        min-height: 180px;
        margin-bottom: -25px;
    }

    .metrics-layer>div {
        padding-bottom: 45px !important;
    }

    .metrics-layer h2 {
        font-size: calc(1.375rem + 1.5vw) !important;
    }

    .metrics-layer p {
        font-size: calc(1.2rem + 0.6vw) !important;
    }

    .earth h1 {
        font-size: 40px;
    }
}

/* Fluid design optimization across mid-tier mobile viewports */
@media (max-width: 768px) {
    .market_grid_section .fs-5 {
        font-size: 14px !important;
    }

    .market_grid_section span.fw-bold {
        font-size: 13px !important;
    }

    .market_grid_section .py-4 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}


.problem img {
    width: 100%;
    height: auto;
}


.reason-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 20px;
}

/* Large numbers → DIN 2014 Narrow Bold */
.reason-num {
    font-weight: 700;
    font-size: clamp(36px, 5vw, 55px);
    color: #000000;
    line-height: 1;
    min-width: 38px;
}

.reason-text {
    font-weight: 400;
    color: #000000;
    line-height: 1.4;
}

/* Reason bold labels → Source Sans Pro Bold */
.reason-text strong {
    font-weight: 700;
    color: #000000;
}

.custom-brand-img {
    height: auto;
    width: 200px;
}


.faq-header {
    background: #ebedef;
    padding: 28px 0;
    margin-bottom: 30px;
}

.faq-header .section-title-center {
    margin-bottom: 0;
}

.faq-item {
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
}

.faq-q {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 14px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
    gap: 12px;
}

/* FAQ questions → Source Sans Pro Bold (H2/subhead level) */
.faq-q-text {
    font-weight: 700;
    font-size: clamp(15px, 2vw, 22px);
    color: #133153;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.faq-toggle {
    font-size: clamp(14px, 1.6vw, 18px);
    color: #1a2a4a;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px;
    display: inline-block;
    transition: transform 0.3s ease;
    transform: rotate(180deg);
}

.faq-q[aria-expanded="true"] .faq-toggle {
    transform: rotate(0deg);
}

/* FAQ answers → Source Sans Pro Regular */
.faq-a {
    font-weight: 400;
    font-size: clamp(13px, 1.8vw, 18px);
    color: #133153;
    line-height: 1.75;
    max-height: 0;
    overflow: hidden;
    padding-bottom: 0;
    margin: 0;
    transition: max-height 0.35s ease, padding-bottom 0.35s ease;
}

.faq-a.open {
    max-height: 800px;
    padding-bottom: 16px;
}

.faq-q:focus,
.faq-q:focus-visible {
    outline: none;
}


/* Right Side Form Controls */
.custom-form label {
    font-size: 1.1rem;
    font-weight: 500;
    color: #000000;
    margin-bottom: 6px;
}

.custom-form .form-control,
.custom-form .form-select {
    background-color: #f2f2f2;
    /* Exact light gray fill */
    border: 1px solid #4a4a4a;
    /* Thin dark border */
    border-radius: 0px;
    /* Sharp corners */
    padding: 6px 16px;
    font-size: 1.1rem;
    color: #333;
}

/* Keep field sizes uniform */
.custom-form .form-control:focus,
.custom-form .form-select:focus {
    background-color: #ececec;
    border-color: #002855;
    box-shadow: none;
    /* Removes bootstrap default glow */
}

/* Tailoring specific field sizes */
.custom-form textarea.form-control {
    height: 140px;
    resize: vertical;
}

/* Exact style for the dropdown arrow indicator */
.custom-form .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23002855' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-size: 1.5rem;
}

/* Checkbox Alignment & Sizing */
.custom-checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 25px;
}

.custom-checkbox-input {
    appearance: none;
    -webkit-appearance: none;
    width: 32px;
    height: 32px;
    border: 1px solid #4a4a4a;
    background-color: #ffffff;
    cursor: pointer;
    flex-shrink: 0;
    margin-right: 15px;
}

.custom-checkbox-input:checked {
    background-color: #f2f2f2;
    position: relative;
}

/* Simple checkmark inside the customized box if clicked */
.custom-checkbox-input:checked::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #002855;
    font-weight: bold;
    font-size: 1.2rem;
}

.custom-checkbox-label {
    font-size: 1.15rem;
    color: #2d3748;
    line-height: 32px;
    /* Vertically aligns perfectly with the 32px tall box */
}

@media (max-width: 768px) {
    .psContainer * {
        width: auto !important;
    }
}

/* Custom color overrides to match your image exactly */
.bg-dark-header {
    background-color: #332927;
    /* Dark brown/grey header background */
}

.text-custom-blue {
    color: #002B49;
    /* Deep navy blue for the component titles */
}

.text-custom-muted {
    color: #4A5568;
    /* Soft dark grey for the roles description */
}

.tab-bar {
  display: flex;
  background: #f0f0f0;
  border-radius: 10px;
  padding: 4px;
  gap: 2px;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.tab-btn {
  flex: 1 1 auto;
  min-width: 0;
  padding: 10px 16px;
  border: none;
  background: transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
  text-align: center;
}
.tab-btn.active { background: #199BEC; color: #fff; }
.tab-btn:not(.active):hover { background: #e0e0e0; }
.tab-content { display: none; padding: 2rem 0; }
.tab-content.active { display: block; }

/* Tablet / small screens — 2 tabs per row */
@media (max-width: 520px) {
  .tab-btn {
    flex: 1 1 45%;
    font-size: 13px;
    padding: 9px 8px;
  }
}

/* Very small phones — 1 tab per row */
@media (max-width: 320px) {
  .tab-btn {
    flex: 1 1 100%;
    font-size: 13px;
  }
}