/* ===================================================
   TekSavvy Business Intro Section
   (Variant of .pos-intro-section with different bg)
=================================================== */
.teksavvy-business-intro {
    background-color: var(--cream-color);
}

.teksavvy-business-intro .pos-intro-badge {
    background-color: var(--dark-blue-color);
    color: var(--white-color-diff-color);
}

.teksavvy-business-intro .pos-intro-heading {
    color: var(--dark-blue-color);
}

.teksavvy-business-intro .pos-intro-accent {
    background-color: var(--dark-blue-color);
}

.teksavvy-business-intro .pos-intro-highlight {
    background-color: var(--dark-blue-color);
    color: var(--white-color-diff-color);
}

.teksavvy-business-intro .pos-intro-highlight i {
    color: var(--light-blue-color);
}

.teksavvy-business-intro .pos-intro-body p {
    color: #3a3a3a;
}

.teksavvy-business-intro .pos-intro-body strong {
    color: var(--dark-blue-color);
}

/* ===================================================
   Consumer Services: GPS-Style Light Section Override
=================================================== */
.tek-services-consumer .page-details {
    background-color: #ffffff;
    background-image: none;
}

.tek-services-consumer .flex-page-details h1 {
    color: var(--dark-blue-color);
    font-size: 1.6rem;
    line-height: 1.35;
    margin-bottom: 16px;
}

.tek-services-consumer .flex-page-details ul li {
    color: #3a3a3a;
}

.tek-services-consumer .flex-page-details ul li::before {
    background-color: var(--dark-blue-color);
}

.tek-services-consumer .flex-page-details p {
    color: #3a3a3a;
}

/* Service category label */
.tek-service-label {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--dark-blue-color);
    background-color: rgba(9, 62, 82, 0.08);
    padding: 4px 12px;
    border-radius: 50px;
    margin-bottom: 14px;
    width: max-content;
}

.tek-service-label--light {
    color: var(--light-grey-color);
    background-color: rgba(0, 255, 255, 0.12);
}

/* ===================================================
   Switch to TekSavvy Section (Redesigned)
=================================================== */
.tek-switch-section {
    background-color: var(--light-grey-color);
    padding: 80px 40px;
}

.tek-switch-inner {
    margin: 0 auto;
}

.tek-switch-header {
    margin-bottom: 48px;
}

.tek-switch-heading {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--dark-blue-color);
    line-height: 1.25;
    margin-bottom: 16px;
}

.tek-switch-sub {
    font-size: 1.05rem;
    color: #555;
    margin-top: 10px;
    line-height: 1.6;
}

.tek-switch-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}

/* Benefits list */
.tek-switch-benefits {
    display: flex;
    flex-direction: column;
}

.tek-switch-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(9, 62, 82, 0.1);
}

.tek-switch-item:first-child {
    padding-top: 0;
}

.tek-switch-item:last-child {
    border-bottom: none;
}

.tek-switch-icon-wrap {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background-color: var(--dark-blue-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tek-switch-icon-wrap i {
    color: var(--light-blue-color);
    font-size: 1.05rem;
}

.tek-switch-item-text h4 {
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--dark-blue-color);
    margin-bottom: 4px;
    line-height: 1.4;
}

.tek-switch-item-text p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.55;
    margin: 0;
}

/* Bill comparison card */
.tek-bill-card {
    background-color: var(--dark-blue-color);
    border: 1px solid rgba(0, 255, 255, 0.2);
    border-left: 5px solid var(--light-blue-color);
    border-radius: 14px;
    padding: 40px 36px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: sticky;
    top: 110px;
}

.tek-bill-card-top {
    display: flex;
    align-items: center;
    gap: 14px;
}

.tek-bill-icon {
    font-size: 2rem;
    color: var(--light-blue-color);
    flex-shrink: 0;
}

.tek-bill-card-top h3 {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--white-color-diff-color);
    line-height: 1.2;
}

.tek-bill-card p {
    font-size: 0.96rem;
    color: rgba(250, 250, 250, 0.85);
    line-height: 1.7;
    margin: 0;
}

.tek-bill-card strong {
    color: var(--light-blue-color);
}

.tek-bill-divider {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.12);
}

.tek-bill-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tek-bill-checklist li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: rgba(250, 250, 250, 0.8);
}

.tek-bill-checklist li i {
    color: var(--light-blue-color);
    font-size: 0.88rem;
    flex-shrink: 0;
}

.tek-bill-card .cta {
    margin-top: 8px;
    width: 100%;
    text-align: center;
    justify-content: center;
}

/* ===================================================
   Why Businesses Use Can-Mobile (Redesigned)
=================================================== */
.tek-biz-why-section {
    background-color: #ffffff;
    padding: 80px 40px;
}

.tek-biz-why-inner {
    margin: 0 auto;
}

.tek-biz-why-header {
    margin-bottom: 48px;
}

.tek-biz-badge {
    background-color: var(--dark-blue-color);
    color: var(--white-color-diff-color);
}

.tek-biz-why-heading {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--dark-blue-color);
    line-height: 1.25;
    margin-bottom: 16px;
}

.tek-biz-accent {
    background-color: var(--dark-blue-color);
}

.tek-biz-why-sub {
    font-size: 1.05rem;
    color: #555;
    margin-top: 10px;
    line-height: 1.6;
}

/* Benefit cards grid */
.tek-biz-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 36px;
}

.tek-biz-card {
    background-color: var(--light-grey-color);
    border: 1px solid rgba(9, 62, 82, 0.1);
    border-top: 3px solid var(--dark-blue-color);
    border-radius: 12px;
    padding: 32px 28px;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.tek-biz-card:hover {
    background-color: #edf2f4;
    box-shadow: 0 4px 16px rgba(9, 62, 82, 0.08);
}

.tek-biz-card-icon {
    width: 48px;
    height: 48px;
    background-color: rgba(9, 62, 82, 0.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.tek-biz-card-icon i {
    color: var(--dark-blue-color);
    font-size: 1.25rem;
}

.tek-biz-card h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--dark-blue-color);
    margin-bottom: 8px;
    line-height: 1.3;
}

.tek-biz-card p {
    font-size: 0.91rem;
    color: #555;
    line-height: 1.65;
    margin: 0;
}

/* Bottom CTA callout */
.tek-biz-callout {
    background-color: var(--dark-blue-color);
    border: 1px solid rgba(0, 255, 255, 0.2);
    border-left: 5px solid var(--light-blue-color);
    border-radius: 12px;
    padding: 36px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}

.tek-biz-callout-left {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex: 1;
    min-width: 260px;
}

.tek-biz-callout-left > i {
    font-size: 2rem;
    color: var(--light-blue-color);
    margin-top: 2px;
    flex-shrink: 0;
}

.tek-biz-callout-left h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--white-color-diff-color);
    margin-bottom: 8px;
    line-height: 1.3;
}

.tek-biz-callout-left p {
    font-size: 0.94rem;
    color: rgba(250, 250, 250, 0.65);
    line-height: 1.65;
    margin: 0;
}

.tek-biz-callout-left strong {
    color: var(--light-blue-color);
}

/* ===================================================
   Business Services: Tabbed Section
=================================================== */
.tek-biz-tabs-section {
    background-color: var(--dark-blue-color);
    padding: 0 40px 80px;
}

.tek-biz-tabs-inner {
    max-width: 1200px;
    margin: 0 auto;
}

/* Sticky Tab Navigation Bar */
.tek-tabs-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    padding: 24px 40px;
    margin: 0 -40px 30px;
    background-color: var(--dark-blue-color);
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tek-tab-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 3px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.25s ease;
    color: rgba(250, 250, 250, 0.65);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-align: center;
    white-space: nowrap;
}

.tek-tab-btn:hover {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: rgba(0, 255, 255, 0.25);
    color: var(--light-blue-color);
}

.tek-tab-btn.active {
    background-color: rgba(0, 255, 255, 0.1);
    border-color: rgba(0, 255, 255, 0.3);
    border-bottom-color: var(--light-blue-color);
    color: var(--light-blue-color);
}

/* Tab Content Panels */
.tek-tabs-content {
    position: relative;
}

.tek-tab-panel {
    display: none;
    animation: tekTabFadeIn 0.35s ease forwards;
}

.tek-tab-panel.active {
    display: block;
}

@keyframes tekTabFadeIn {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
}


/* Panel Body */
.tek-tab-panel-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tek-tab-panel-heading {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--white-color-diff-color);
    line-height: 1.25;
    margin: 0;
}

.tek-tab-panel-desc {
    font-size: 0.97rem;
    color: rgba(250, 250, 250, 0.7);
    line-height: 1.7;
    margin: 0;
    max-width: 720px;
}

/* Feature List — two columns for wider screens */
.tek-tab-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 32px;
}

.tek-tab-feature-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.93rem;
    color: rgba(250, 250, 250, 0.85);
    line-height: 1.5;
}

.tek-tab-feature-list li i {
    color: var(--light-blue-color);
    font-size: 0.85rem;
    flex-shrink: 0;
}

/* Panel Badges */
.tek-tab-panel-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tek-panel-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--light-blue-color);
    background-color: rgba(0, 255, 255, 0.1);
    border: 1px solid rgba(0, 255, 255, 0.22);
    padding: 5px 13px;
    border-radius: 50px;
}

.tek-panel-badge i {
    font-size: 0.75rem;
}

.tek-tab-panel-body .cta {
    align-self: flex-start;
}

/* ===================================================
   Responsive
=================================================== */
@media (max-width: 960px) {
    /* Tabs */
    .tek-tabs-nav {
        grid-template-columns: repeat(2, 1fr);
        padding: 16px 20px;
        margin: 0 -20px 36px;
    }

    .tek-tab-panel-inner {
        padding: 36px 28px;
    }

    .tek-tab-panel-heading {
        font-size: 1.45rem;
    }

    .tek-tab-feature-list {
        grid-template-columns: 1fr;
    }

    /* Switch & Why sections */
    .tek-switch-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .tek-bill-card {
        position: static;
    }

    .tek-biz-cards-grid {
        grid-template-columns: 1fr;
    }

    .tek-biz-callout {
        flex-direction: column;
        align-items: flex-start;
    }

    .tek-switch-heading,
    .tek-biz-why-heading {
        font-size: 1.75rem;
    }
}

@media (max-width: 600px) {
    .tek-biz-tabs-section {
        padding: 0 16px 48px;
    }

    .tek-tabs-nav {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        margin: 0 -16px 28px;
        padding: 14px 16px;
    }

    .tek-tab-btn {
        padding: 12px 10px;
        font-size: 0.78rem;
        white-space: normal;
    }

    .tek-tab-panel-inner {
        padding: 24px 20px;
    }

    .tek-tab-panel-heading {
        font-size: 1.2rem;
    }

    .tek-tab-panel-body .cta {
        width: 100%;
        text-align: center;
    }

    .tek-switch-section,
    .tek-biz-why-section {
        padding: 60px 20px;
    }

    .tek-switch-heading,
    .tek-biz-why-heading {
        font-size: 1.45rem;
    }

    .tek-bill-card {
        padding: 28px 22px;
    }

    .tek-biz-callout {
        padding: 28px 22px;
    }

    .tek-biz-callout .cta {
        width: 100%;
        text-align: center;
    }

    .tek-bill-card .cta {
        font-size: 0.9rem;
    }
}
