:root {
    --primary-color: #0284C7;
    --secondary-color: #38BDF8;
    --accent-color: #0EA5E9;
    --bg-primary: #FFFFFF;
    --bg-secondary: #F8FAFC;
    --bg-accent: #F0F9FF;
    --text-primary: #0F172A;
    --text-secondary: #475569;
    --text-muted: #64748B;
    --border-color: #E2E8F0;
    --border-hover: #CBD5E1;
    --shadow-color: rgba(148, 163, 184, 0.08);
    --shadow-hover: rgba(148, 163, 184, 0.15);
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: var(--bg-primary);
    color: var(--text-primary);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.text-muted {
    color: #64748B !important;
}

/* ===== header ===== */
.fitchange-header .navbar {
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #E2E8F0 !important;
    box-shadow: 0 4px 6px -1px rgba(148, 163, 184, 0.05);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.fitchange-header .container-max-width {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}

.fitchange-header .header-logo {
    max-width: 40px;
    max-height: 40px;
    object-fit: contain;
}

.fitchange-header .brand-text {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #0F172A;
    font-size: 1.125rem;
    letter-spacing: -0.02em;
}

.fitchange-header .nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #475569 !important;
    padding: 0.5rem 1.25rem !important;
    transition: color 0.2s ease;
}

.fitchange-header .nav-link:hover,
.fitchange-header .nav-link.active {
    color: #0284C7 !important;
}

.fitchange-header .btn-cta {
    background-color: #0284C7 !important;
    color: #FFFFFF !important;
    border-radius: 8px;
    padding: 0.6rem 1.5rem;
    font-weight: 500;
    font-size: 0.875rem;
    text-transform: none;
    box-shadow: none;
    border: none;
    transition: all 0.2s ease;
}

.fitchange-header .btn-cta:hover {
    background-color: #0EA5E9 !important;
    color: #FFFFFF !important;
    transform: translateY(-1px);
}

.fitchange-header .navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
    color: #475569;
}

.fitchange-header .navbar-toggler:focus {
    box-shadow: none;
}

.fitchange-header .navbar-toggler i {
    font-size: 1.75rem;
}

@media (max-width: 991.98px) {
    .fitchange-header .navbar-collapse {
        background-color: #FFFFFF !important;
        padding: 1rem 0;
        border-top: 1px solid #E2E8F0;
        margin-top: 0.75rem;
    }

    .fitchange-header .nav-link {
        padding: 0.75rem 0 !important;
    }
}

/* ===== hero ===== */
.fitchange-hero {
    background-color: #F8FAFC;
    padding-top: 7rem;
    padding-bottom: 5rem;
    overflow: hidden;
    margin-top: 0;
}

.fitchange-hero h1,
.fitchange-hero h2,
.fitchange-hero h3,
.fitchange-hero h4 {
    color: #0F172A;
    font-family: 'Inter', sans-serif;
}

.fitchange-hero h1 {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.2;
}

.fitchange-hero h2 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.25;
}

.fitchange-hero h3 {
    font-size: 1.5rem;
    font-weight: 600;
}

.fitchange-hero h4 {
    font-size: 1.1rem;
    font-weight: 600;
}

.fitchange-hero .text-slate-600 {
    color: #475569 !important;
    line-height: 1.6;
}

.fitchange-hero .text-slate-500 {
    color: #64748B !important;
}

.fitchange-hero .bg-sky-100 {
    background-color: #F0F9FF !important;
}

.fitchange-hero .text-sky-800 {
    color: #0369A1 !important;
}

.fitchange-hero .btn-hero-primary {
    background-color: #0284C7;
    color: #FFFFFF;
    border: 1px solid #0284C7;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.fitchange-hero .btn-hero-primary:hover {
    background-color: #0EA5E9;
    border-color: #0EA5E9;
    color: #FFFFFF;
}

.fitchange-hero .btn-hero-secondary {
    background-color: transparent;
    color: #0284C7;
    border: 1px solid #0284C7;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.fitchange-hero .btn-hero-secondary:hover {
    background-color: #F0F9FF;
    color: #0284C7;
}

.fitchange-hero .fitchange-hero-info-card {
    border-color: #E2E8F0 !important;
    background-color: #FFFFFF;
}

.fitchange-hero .fitchange-hero-bottom {
    position: relative;
}

.fitchange-hero .fitchange-hero-overlapping-card {
    border-color: #E2E8F0 !important;
    background-color: #FFFFFF;
    position: relative;
    z-index: 10;
}

.fitchange-hero .fitchange-hero-image-container {
    min-height: 350px;
    border: 1px solid #E2E8F0;
    background-color: #E2E8F0;
}

.fitchange-hero .fitchange-hero-image-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {
    .fitchange-hero .position-lg-absolute {
        position: absolute !important;
    }

    .fitchange-hero .fitchange-hero-overlapping-card {
        margin-right: -80px;
    }

    .fitchange-hero .fitchange-hero-image-container {
        height: 100%;
        min-height: 450px;
    }

    .fitchange-hero .z-index-2 {
        z-index: 2;
    }

    .fitchange-hero .z-index-1 {
        z-index: 1;
    }
}

@media (max-width: 767.98px) {
    .fitchange-hero h1 {
        font-size: 18px !important;
    }

    .fitchange-hero h2 {
        font-size: 16px !important;
    }

    .fitchange-hero h3 {
        font-size: 14px !important;
    }

    .fitchange-hero h4 {
        font-size: 13px !important;
    }

    .fitchange-hero .lead {
        font-size: 14px !important;
    }

    .fitchange-hero .btn {
        width: 100%;
        text-align: center;
    }
}

/* ===== key-topics ===== */
.key-topics-section {
    padding: 6rem 0;
    background-color: #FFFFFF;
}

@media (max-width: 767.98px) {
    .key-topics-section {
        padding: 4rem 0;
    }
}

.key-topics-section .section-badge {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #0284C7;
    background-color: #F0F9FF;
    padding: 0.35rem 1rem;
    border-radius: 9999px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.key-topics-section .section-title {
    color: #0F172A;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 2.25rem;
}

@media (max-width: 767.98px) {
    .key-topics-section .section-title {
        font-size: 1.75rem;
    }
}

.key-topics-section .section-subtitle {
    color: #475569;
    font-family: 'Roboto', sans-serif;
    font-size: 1.125rem;
    max-width: 700px;
    margin: 0 auto;
}

.key-topics-section .filter-btn-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.key-topics-section .filter-btn {
    background: transparent;
    border: 1px solid #0284C7;
    color: #0284C7;
    border-radius: 8px;
    padding: 0.5rem 1.25rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.key-topics-section .filter-btn:hover {
    background-color: #F0F9FF;
}

.key-topics-section .filter-btn.active {
    background-color: #0284C7;
    color: #FFFFFF;
}

.key-topics-section .topic-card {
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    overflow: hidden;
    background-color: #FFFFFF;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.key-topics-section .topic-card:hover {
    border-color: #38BDF8;
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(148, 163, 184, 0.05), 0 4px 6px -2px rgba(148, 163, 184, 0.03);
}

.key-topics-section .card-img-link {
    display: block;
    position: relative;
    overflow: hidden;
    height: 200px;
}

.key-topics-section .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.key-topics-section .topic-card:hover .card-img-top {
    transform: scale(1.05);
}

.key-topics-section .topic-badge {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #0284C7;
    background-color: #F0F9FF;
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    width: fit-content;
}

.key-topics-section .topic-title-link {
    color: #0F172A;
    transition: color 0.2s ease;
}

.key-topics-section .topic-title-link:hover {
    color: #0284C7;
}

.key-topics-section .card-text {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
}

.key-topics-section .cta-container {
    margin-top: 3rem;
}

.key-topics-section .cta-btn {
    background-color: #0284C7;
    color: #FFFFFF;
    border-radius: 8px;
    padding: 0.75rem 2rem;
    font-weight: 500;
    border: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.key-topics-section .cta-btn:hover {
    background-color: #0EA5E9;
    color: #FFFFFF;
}

/* ===== core-materials ===== */
.core-materials-section {
    background-color: #FFFFFF;
    padding: 6rem 0;
}

.core-materials-section .core-materials-badge-top {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background-color: #F0F9FF;
    color: #0284C7;
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.core-materials-section .core-materials-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #0F172A !important;
    margin-bottom: 1rem;
    font-size: 2.25rem;
    line-height: 1.2;
}

.core-materials-section .core-materials-subtitle {
    font-family: 'Roboto', sans-serif;
    color: #475569;
    font-size: 1.125rem;
    line-height: 1.6;
    max-width: 650px;
    margin: 0 auto 2.5rem auto;
}

.core-materials-section .core-materials-filter-btn {
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
    color: #475569;
    padding: 0.5rem 1.25rem;
    border-radius: 9999px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.core-materials-section .core-materials-filter-btn:hover {
    background-color: #F0F9FF;
    border-color: #38BDF8;
    color: #0284C7;
}

.core-materials-section .core-materials-filter-btn.active {
    background-color: #0284C7;
    border-color: #0284C7;
    color: #FFFFFF;
}

.core-materials-section .core-materials-card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 6px -1px rgba(148, 163, 184, 0.05), 0 2px 4px -1px rgba(148, 163, 184, 0.03);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.core-materials-section .core-materials-card:hover {
    transform: translateY(-4px);
    border-color: #38BDF8;
    box-shadow: 0 10px 15px -3px rgba(148, 163, 184, 0.1), 0 4px 6px -2px rgba(148, 163, 184, 0.05);
}

.core-materials-section .card-img-wrapper {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.core-materials-section .card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.core-materials-section .core-materials-card:hover .card-img-wrapper img {
    transform: scale(1.03);
}

.core-materials-section .core-materials-card-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.core-materials-section .core-materials-meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 0.8125rem;
}

.core-materials-section .core-materials-badge {
    font-weight: 600;
    text-transform: uppercase;
    color: #0284C7;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.02em;
}

.core-materials-section .core-materials-date {
    color: #64748B;
}

.core-materials-section .core-materials-card-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 0.75rem;
}

.core-materials-section .core-materials-card-title a {
    color: #0F172A !important;
    text-decoration: none;
    transition: color 0.2s ease;
}

.core-materials-section .core-materials-card-title a:hover {
    color: #0284C7 !important;
}

.core-materials-section .core-materials-card-text {
    font-family: 'Roboto', sans-serif;
    color: #475569;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.core-materials-section .core-materials-card-footer {
    margin-top: auto;
}

.core-materials-section .core-materials-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #F0F9FF;
    color: #0284C7;
    border: none;
    border-radius: 8px;
    padding: 0.625rem 1.25rem;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    text-decoration: none;
    width: 100%;
    transition: all 0.3s ease;
}

.core-materials-section .core-materials-btn:hover {
    background-color: #E0F2FE;
    color: #0369A1;
}

.core-materials-section .core-materials-footer-cta {
    margin-top: 4rem;
    text-align: center;
}

.core-materials-section .core-materials-primary-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #0284C7;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    padding: 0.75rem 1.75rem;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
    box-shadow: 0 4px 6px -1px rgba(2, 132, 199, 0.15);
    transition: all 0.3s ease;
}

.core-materials-section .core-materials-primary-btn:hover {
    background-color: #0EA5E9;
    color: #FFFFFF;
    box-shadow: 0 10px 15px -3px rgba(2, 132, 199, 0.25);
}

@media (max-width: 768px) {
    .core-materials-section {
        padding: 4rem 0;
    }

    .core-materials-section .core-materials-title {
        font-size: 1.75rem;
    }
}

/* ===== interactive-tour ===== */
.fit-tour-block {
    background-color: #FFFFFF;
    padding: 60px 0;
    font-family: 'Roboto', sans-serif;
}

.fit-tour-block .fit-tour-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #0284C7;
    background-color: #F0F9FF;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.fit-tour-block .fit-tour-title {
    font-family: 'Inter', sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    color: #0F172A;
    line-height: 1.2;
}

.fit-tour-block .fit-tour-text-secondary {
    color: #475569;
    font-size: 1rem;
    line-height: 1.6;
}

.fit-tour-block .fit-tour-controls {
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
}

.fit-tour-block .fit-tour-controls-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #0F172A;
}

.fit-tour-block .fit-tour-part-label {
    font-weight: 500;
    color: #475569;
    font-size: 0.9rem;
}

.fit-tour-block .fit-tour-part-val {
    font-weight: 700;
    color: #0F172A;
    font-size: 0.95rem;
}

.fit-tour-block .fit-tour-btn-adjust {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    color: #0F172A;
    font-size: 1rem;
    padding: 0.375rem 0.75rem;
    border-radius: 6px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.fit-tour-block .fit-tour-btn-adjust:hover {
    background-color: #F0F9FF;
    border-color: #38BDF8;
}

.fit-tour-block .fit-tour-btn-secondary {
    background-color: #F0F9FF;
    color: #0284C7;
    border: 1px solid #E2E8F0;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.fit-tour-block .fit-tour-btn-secondary:hover {
    background-color: #E0F2FE;
    border-color: #38BDF8;
    color: #0284C7;
}

.fit-tour-block .fit-tour-btn-primary {
    background-color: #0284C7;
    color: #FFFFFF;
    border: none;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    text-decoration: none;
}

.fit-tour-block .fit-tour-btn-primary:hover {
    background-color: #0EA5E9;
    color: #FFFFFF;
}

.fit-tour-block .fit-tour-visualizer-panel {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
}

.fit-tour-block .fit-tour-visualizer-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #0F172A;
}

.fit-tour-block .fit-tour-housing-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #64748B;
    text-transform: uppercase;
}

.fit-tour-block .fit-tour-blueprint {
    position: relative;
    background-color: #F0F9FF;
    border: 1px solid #CBD5E1;
    border-radius: 8px;
    height: 180px;
    padding: 20px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.fit-tour-block .fit-tour-blueprint-grid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to right, rgba(14, 165, 233, 0.08) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(14, 165, 233, 0.08) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
}

.fit-tour-block .fit-tour-housing-boundary {
    position: relative;
    height: 90px;
    width: 75%;
    border-left: 3px solid #0284C7;
    border-top: 2px dashed #38BDF8;
    border-bottom: 2px dashed #38BDF8;
    border-right: 3px dashed #EF4444;
    display: flex;
    align-items: stretch;
    overflow: visible;
}

.fit-tour-block .fit-tour-visual-part {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.fit-tour-block .fit-tour-part-text {
    font-size: 0.8rem;
    font-weight: 700;
    color: #0F172A;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid #CBD5E1;
    pointer-events: none;
}

.fit-tour-block .fit-tour-part-a {
    background: repeating-linear-gradient(45deg, #F1F5F9, #F1F5F9 8px, #E2E8F0 8px, #E2E8F0 16px);
    border-right: 1px solid #475569;
}

.fit-tour-block .fit-tour-part-b {
    background: repeating-linear-gradient(-45deg, #E0F2FE, #E0F2FE 8px, #BAE6FD 8px, #BAE6FD 16px);
    border-right: 1px solid #0284C7;
}

.fit-tour-block .fit-tour-part-c {
    background: repeating-linear-gradient(45deg, #ECFEFF, #ECFEFF 8px, #CFFAFE 8px, #CFFAFE 16px);
    border-right: 1px solid #0891B2;
}

.fit-tour-block .fit-tour-visual-gap {
    height: 100%;
    background-color: rgba(220, 252, 231, 0.6);
    border: 1px dashed #16A34A;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
}

.fit-tour-block .fit-tour-gap-text {
    font-size: 0.75rem;
    font-weight: 600;
    color: #15803D;
    text-transform: uppercase;
}

.fit-tour-block .fit-tour-results-card {
    border: 1px solid #E2E8F0;
    background-color: #F8FAFC;
    transition: all 0.3s ease;
}

.fit-tour-block .fit-tour-results-card.state-safe {
    background-color: #F0FDF4;
    border-color: #BBF7D0;
}

.fit-tour-block .fit-tour-results-card.state-safe .fit-tour-results-title {
    color: #166534;
}

.fit-tour-block .fit-tour-results-card.state-safe .fit-tour-results-desc {
    color: #166534;
}

.fit-tour-block .fit-tour-results-card.state-safe .fit-tour-gap-value {
    color: #15803D;
    background-color: #DCFCE7;
}

.fit-tour-block .fit-tour-results-card.state-safe .fit-tour-status-icon {
    color: #16A34A;
}

.fit-tour-block .fit-tour-results-card.state-warning {
    background-color: #FEFCE8;
    border-color: #FEF08A;
}

.fit-tour-block .fit-tour-results-card.state-warning .fit-tour-results-title {
    color: #854D0E;
}

.fit-tour-block .fit-tour-results-card.state-warning .fit-tour-results-desc {
    color: #854D0E;
}

.fit-tour-block .fit-tour-results-card.state-warning .fit-tour-gap-value {
    color: #A16207;
    background-color: #FEF9C3;
}

.fit-tour-block .fit-tour-results-card.state-warning .fit-tour-status-icon {
    color: #D97706;
}

.fit-tour-block .fit-tour-results-card.state-danger {
    background-color: #FEF2F2;
    border-color: #FEE2E2;
}

.fit-tour-block .fit-tour-results-card.state-danger .fit-tour-results-title {
    color: #991B1B;
}

.fit-tour-block .fit-tour-results-card.state-danger .fit-tour-results-desc {
    color: #991B1B;
}

.fit-tour-block .fit-tour-results-card.state-danger .fit-tour-gap-value {
    color: #B91C1C;
    background-color: #FEE2E2;
}

.fit-tour-block .fit-tour-results-card.state-danger .fit-tour-status-icon {
    color: #DC2626;
}

.fit-tour-block .fit-tour-results-title {
    font-size: 1.1rem;
    font-weight: 600;
}

.fit-tour-block .fit-tour-gap-value {
    font-size: 0.9rem;
    font-weight: 700;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
}

.fit-tour-block .fit-tour-status-icon {
    font-size: 2rem;
}

@media (max-width: 768px) {
    .fit-tour-block .fit-tour-title {
        font-size: 1.75rem;
    }

    .fit-tour-block .fit-tour-blueprint {
        height: 150px;
        padding: 10px;
    }

    .fit-tour-block .fit-tour-housing-boundary {
        width: 70%;
        height: 70px;
    }
}

/* ===== objection-handling ===== */
.objection-handling-sec {
    background-color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
}

.objection-handling-sec h2,
.objection-handling-sec h3,
.objection-handling-sec h4 {
    font-family: 'Inter', sans-serif;
    color: #0F172A !important;
}

.objection-handling-sec .text-slate-900 {
    color: #0F172A !important;
}

.objection-handling-sec .text-slate-600 {
    color: #475569 !important;
}

.objection-handling-sec .bg-sky-100 {
    background-color: #F0F9FF !important;
}

.objection-handling-sec .text-sky-800 {
    color: #0284C7 !important;
}

.objection-handling-sec .bg-light-blue {
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
}

.objection-handling-sec .btn-primary {
    background-color: #0284C7 !important;
    border: none;
    color: #FFFFFF !important;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.objection-handling-sec .btn-primary:hover {
    background-color: #0EA5E9 !important;
}

.objection-handling-sec .objection-card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0 !important;
    border-radius: 12px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.objection-handling-sec .objection-card:hover {
    border-color: #38BDF8 !important;
    box-shadow: 0 4px 12px rgba(148, 163, 184, 0.08);
}

.objection-handling-sec .objection-card.active {
    border-color: #0284C7 !important;
    background-color: #F0F9FF;
}

.objection-handling-sec .icon-wrapper {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.objection-handling-sec .cursor-pointer {
    cursor: pointer;
}

.objection-handling-sec .transition-icon {
    transition: transform 0.3s ease;
}

.objection-handling-sec .objection-card.active .transition-icon {
    transform: rotate(180deg);
}

.objection-handling-sec .objection-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, margin-top 0.3s ease;
    opacity: 0;
    margin-top: 0 !important;
}

.objection-handling-sec .objection-card.active .objection-content {
    max-height: 500px;
    opacity: 1;
    margin-top: 1rem !important;
}

/* ===== stages-checkpoints ===== */
.fit-stages-section {
    background-color: #FFFFFF;
    padding: 6rem 0;
    font-family: 'Roboto', sans-serif;
    color: #0F172A;
}

.fit-stages-section .fit-badge {
    background-color: #F0F9FF;
    color: #0284C7;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.35rem 0.85rem;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.fit-stages-section .fit-section-title {
    font-family: 'Inter', sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    color: #0F172A;
    line-height: 1.2;
}

.fit-stages-section .fit-section-subtitle {
    font-size: 1.125rem;
    color: #475569;
    line-height: 1.6;
}

.fit-stages-section .fit-step-card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 1.5rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.fit-stages-section .fit-step-card:hover {
    border-color: #38BDF8;
    box-shadow: 0 4px 12px rgba(148, 163, 184, 0.08);
}

.fit-stages-section .fit-step-card.active {
    border-color: #0284C7;
    background-color: #F0F9FF;
    box-shadow: 0 10px 15px -3px rgba(148, 163, 184, 0.1);
}

.fit-stages-section .fit-step-num {
    font-size: 0.75rem;
    font-weight: 700;
    color: #64748B;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.fit-stages-section .fit-step-card.active .fit-step-num {
    color: #0284C7;
}

.fit-stages-section .fit-step-icon {
    font-size: 1.5rem;
    color: #64748B;
    transition: color 0.3s ease;
}

.fit-stages-section .fit-step-card.active .fit-step-icon {
    color: #0284C7;
}

.fit-stages-section .fit-step-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #0F172A;
}

.fit-stages-section .fit-step-desc {
    font-size: 0.925rem;
    color: #475569;
    line-height: 1.5;
}

.fit-stages-section .fit-details-container {
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fit-stages-section .fit-detail-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.fit-stages-section .fit-detail-badge {
    background-color: #0284C7;
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    width: fit-content;
}

.fit-stages-section .fit-detail-status {
    color: #0284C7;
    font-size: 0.875rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.fit-stages-section .fit-detail-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #0F172A;
}

.fit-stages-section .fit-detail-desc {
    font-size: 1rem;
    color: #475569;
    line-height: 1.6;
}

.fit-stages-section .fit-info-box {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 1.25rem;
    height: 100%;
}

.fit-stages-section .fit-info-box-title {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.fit-stages-section .fit-info-box-title i {
    color: #0284C7;
    font-size: 1.15rem;
}

.fit-stages-section .fit-info-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.fit-stages-section .fit-info-list li {
    font-size: 0.875rem;
    color: #475569;
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0.5rem;
}

.fit-stages-section .fit-info-list li::before {
    content: "•";
    color: #38BDF8;
    font-weight: bold;
    position: absolute;
    left: 0.25rem;
    top: 0;
}

.fit-stages-section .fit-btn-primary {
    background-color: #0284C7;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.fit-stages-section .fit-btn-primary:hover {
    background-color: #0EA5E9;
    color: #FFFFFF;
}

.fit-stages-section .fit-btn-secondary {
    background-color: #F0F9FF;
    color: #0284C7;
    border: none;
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.fit-stages-section .fit-btn-secondary:hover {
    background-color: #E0F2FE;
    color: #0284C7;
}

@media (max-width: 991.98px) {
    .fit-stages-section {
        padding: 4rem 0;
    }

    .fit-stages-section .fit-section-title {
        font-size: 1.75rem;
    }

    .fit-stages-section .fit-details-container {
        padding: 2rem !important;
    }
}

/* ===== geometry-grid ===== */
.geometry-grid-section {
    background-color: #F8FAFC;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.geometry-grid-section .badge-accent {
    background-color: #E0F2FE;
    color: #0369A1;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    padding: 0.35rem 0.75rem;
    border-radius: 4px;
    display: inline-block;
}

.geometry-grid-section .section-title {
    font-family: 'Inter', sans-serif;
    color: #0F172A;
    font-weight: 700;
    font-size: 2.25rem;
}

.geometry-grid-section .section-subtitle {
    font-family: 'Roboto', sans-serif;
    color: #475569;
    font-size: 1rem;
    max-width: 600px;
}

.geometry-grid-section .search-wrapper {
    position: relative;
}

.geometry-grid-section .search-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #64748B;
    font-size: 1.25rem;
}

.geometry-grid-section .js-search-input {
    padding-left: 2.75rem;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    height: 48px;
    color: #0F172A;
    background-color: #FFFFFF;
}

.geometry-grid-section .js-search-input:focus {
    border-color: #38BDF8;
    box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.15);
    outline: none;
}

.geometry-grid-section .js-search-input::placeholder {
    color: #64748B;
    opacity: 1;
}

.geometry-grid-section .geometry-card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(148, 163, 184, 0.05);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.geometry-grid-section .geometry-card:hover {
    transform: translateY(-4px);
    border-color: #38BDF8;
    box-shadow: 0 10px 15px -3px rgba(148, 163, 184, 0.1);
}

.geometry-grid-section .card-img-link {
    display: block;
    position: relative;
    height: 200px;
    overflow: hidden;
}

.geometry-grid-section .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.geometry-grid-section .geometry-card:hover .card-img-top {
    transform: scale(1.05);
}

.geometry-grid-section .card-badge {
    background-color: #F0F9FF;
    color: #0284C7;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
}

.geometry-grid-section .card-rating {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: #F59E0B;
    font-size: 0.875rem;
    font-weight: 500;
}

.geometry-grid-section .card-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

.geometry-grid-section .card-title a {
    color: #0F172A;
    text-decoration: none;
    transition: color 0.2s ease;
}

.geometry-grid-section .card-title a:hover {
    color: #0284C7;
}

.geometry-grid-section .card-price-label {
    color: #64748B;
    font-size: 0.875rem;
}

.geometry-grid-section .card-price {
    color: #0F172A;
    font-weight: 700;
    font-size: 1.25rem;
}

.geometry-grid-section .btn-card-action {
    background-color: #F0F9FF;
    color: #0284C7;
    font-weight: 500;
    border: none;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    transition: background-color 0.2s ease, color 0.2s ease;
    text-align: center;
    display: block;
    text-decoration: none;
}

.geometry-grid-section .btn-card-action:hover {
    background-color: #E0F2FE;
    color: #0369A1;
}

.geometry-grid-section .btn-primary-cta {
    background-color: #0284C7;
    color: #FFFFFF;
    font-weight: 500;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    border: none;
    transition: background-color 0.2s ease;
    text-decoration: none;
    display: inline-block;
}

.geometry-grid-section .btn-primary-cta:hover {
    background-color: #0EA5E9;
    color: #FFFFFF;
}

@media (max-width: 767.98px) {
    .geometry-grid-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .geometry-grid-section .section-title {
        font-size: 1.5rem;
    }

    .geometry-grid-section .card-title {
        font-size: 1rem;
    }
}

/* ===== footer ===== */
.fitchange-footer {
    background-color: #F8FAFC;
    border-top: 1px solid #E2E8F0;
    font-family: 'Roboto', sans-serif;
    color: #0F172A;
}

.fitchange-footer .footer-title {
    font-family: 'Inter', sans-serif;
    color: #0F172A;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.fitchange-footer .footer-text {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
}

.fitchange-footer .footer-label {
    color: #0F172A;
    font-weight: 500;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    display: block;
}

.fitchange-footer .newsletter-form .form-control {
    background-color: #FFFFFF;
    border: 1px solid #CBD5E1;
    color: #0F172A;
    border-radius: 8px 0 0 8px;
    padding: 0.6rem 1rem;
    font-size: 0.95rem;
}

.fitchange-footer .newsletter-form .form-control:focus {
    border-color: #0284C7;
    box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.15);
}

.fitchange-footer .newsletter-form .btn-primary {
    background-color: #0284C7;
    border: none;
    color: #FFFFFF;
    border-radius: 0 8px 8px 0;
    padding: 0.6rem 1.25rem;
    font-weight: 500;
    font-size: 0.95rem;
    transition: background-color 0.3s ease;
}

.fitchange-footer .newsletter-form .btn-primary:hover {
    background-color: #0EA5E9;
}

.fitchange-footer .footer-links-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.fitchange-footer .footer-links-list li {
    margin-bottom: 0.75rem;
}

.fitchange-footer .footer-links-list a {
    color: #475569;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.fitchange-footer .footer-links-list a:hover {
    color: #0284C7;
}

.fitchange-footer .contact-info-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.fitchange-footer .contact-info-list li {
    margin-bottom: 0.75rem;
    color: #475569;
    font-size: 0.95rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.fitchange-footer .contact-info-list a {
    color: #0284C7;
    text-decoration: none;
    transition: color 0.2s ease;
}

.fitchange-footer .contact-info-list a:hover {
    color: #0EA5E9;
}

.fitchange-footer .contact-info-list i {
    color: #0284C7;
    font-size: 1.2rem;
    margin-top: 0.15rem;
}

.fitchange-footer .footer-divider {
    border-color: #E2E8F0;
    opacity: 1;
}

.fitchange-footer .copyright-text {
    color: #64748B;
    font-size: 0.875rem;
    margin-bottom: 0;
}

.fitchange-footer .legal-links {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .fitchange-footer .legal-links {
        justify-content: flex-end;
    }
}

.fitchange-footer .legal-links a {
    color: #64748B;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s ease;
}

.fitchange-footer .legal-links a:hover {
    color: #0284C7;
}

.fitchange-header .navbar {
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #E2E8F0 !important;
    box-shadow: 0 4px 6px -1px rgba(148, 163, 184, 0.05);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.fitchange-header .container-max-width {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}

.fitchange-header .header-logo {
    max-width: 40px;
    max-height: 40px;
    object-fit: contain;
}

.fitchange-header .brand-text {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #0F172A;
    font-size: 1.125rem;
    letter-spacing: -0.02em;
}

.fitchange-header .nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #475569 !important;
    padding: 0.5rem 1.25rem !important;
    transition: color 0.2s ease;
}

.fitchange-header .nav-link:hover,
.fitchange-header .nav-link.active {
    color: #0284C7 !important;
}

.fitchange-header .btn-cta {
    background-color: #0284C7 !important;
    color: #FFFFFF !important;
    border-radius: 8px;
    padding: 0.6rem 1.5rem;
    font-weight: 500;
    font-size: 0.875rem;
    text-transform: none;
    box-shadow: none;
    border: none;
    transition: all 0.2s ease;
}

.fitchange-header .btn-cta:hover {
    background-color: #0EA5E9 !important;
    color: #FFFFFF !important;
    transform: translateY(-1px);
}

.fitchange-header .navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
    color: #475569;
}

.fitchange-header .navbar-toggler:focus {
    box-shadow: none;
}

.fitchange-header .navbar-toggler i {
    font-size: 1.75rem;
}

@media (max-width: 991.98px) {
    .fitchange-header .navbar-collapse {
        background-color: #FFFFFF !important;
        padding: 1rem 0;
        border-top: 1px solid #E2E8F0;
        margin-top: 0.75rem;
    }

    .fitchange-header .nav-link {
        padding: 0.75rem 0 !important;
    }
}

.fitchange-category-grid {
    background-color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
}

.fitchange-category-grid .hero-section {
    background-color: #F0F9FF;
    border-bottom: 1px solid #E2E8F0;
}

.fitchange-category-grid .hero-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #0F172A;
    font-size: 2.75rem;
    line-height: 1.2;
}

.fitchange-category-grid .hero-subtitle {
    color: #475569;
    font-size: 1.125rem;
    max-width: 700px;
}

.fitchange-category-grid .search-box {
    display: flex;
    align-items: center;
    height: 100%;
}

.fitchange-category-grid .search-box .input-group {
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    overflow: hidden;
}

.fitchange-category-grid .search-box .form-control {
    height: 50px;
    border: none;
    border-radius: 0;
    padding-left: 0.5rem;
}

.fitchange-category-grid .search-box .input-group-text {
    border: none;
    color: #64748B;
    font-size: 1.25rem;
    background-color: #FFFFFF;
}

.fitchange-category-grid .program-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 6px -1px rgba(148, 163, 184, 0.05);
    display: flex;
    flex-direction: column;
}

.fitchange-category-grid .program-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.fitchange-category-grid .program-card:hover {
    transform: translateY(-4px);
    border-color: #38BDF8;
    box-shadow: 0 10px 15px -3px rgba(148, 163, 184, 0.1);
}

.fitchange-category-grid .card-img-wrapper {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.fitchange-category-grid .program-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.fitchange-category-grid .program-card:hover .program-img {
    transform: scale(1.05);
}

.fitchange-category-grid .program-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(255, 255, 255, 0.95);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.875rem;
    color: #0284C7;
    display: flex;
    align-items: center;
    gap: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.fitchange-category-grid .program-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #0F172A;
    line-height: 1.3;
}

.fitchange-category-grid .program-price {
    color: #0284C7;
    font-weight: 600;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

.fitchange-category-grid .btn-primary {
    background-color: #0284C7 !important;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    text-transform: none;
    transition: background-color 0.2s ease;
}

.fitchange-category-grid .btn-primary:hover {
    background-color: #0EA5E9 !important;
}

.fitchange-category-grid .contact-form-card {
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 20px 25px -5px rgba(148, 163, 184, 0.1);
    border: 1px solid #E2E8F0;
}

.fitchange-category-grid .form-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #0F172A;
}

.fitchange-category-grid .form-label {
    font-weight: 500;
    color: #475569;
    margin-bottom: 0.5rem;
}

.fitchange-category-grid .form-control,
.fitchange-category-grid .form-select {
    border: 1px solid #CBD5E1;
    padding: 0.75rem 1rem;
    border-radius: 8px;
}

.fitchange-category-grid .form-control:focus,
.fitchange-category-grid .form-select:focus {
    border-color: #0284C7;
    box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.1);
}

.fitchange-footer {
    background-color: #F8FAFC;
    border-top: 1px solid #E2E8F0;
    font-family: 'Roboto', sans-serif;
    color: #0F172A;
}

.fitchange-footer .footer-title {
    font-family: 'Inter', sans-serif;
    color: #0F172A;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.fitchange-footer .footer-text {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
}

.fitchange-footer .footer-label {
    color: #0F172A;
    font-weight: 500;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    display: block;
}

.fitchange-footer .newsletter-form .form-control {
    background-color: #FFFFFF;
    border: 1px solid #CBD5E1;
    color: #0F172A;
    border-radius: 8px 0 0 8px;
    padding: 0.6rem 1rem;
    font-size: 0.95rem;
}

.fitchange-footer .newsletter-form .btn-primary {
    background-color: #0284C7;
    border: none;
    color: #FFFFFF;
    border-radius: 0 8px 8px 0;
    padding: 0.6rem 1.25rem;
    font-weight: 500;
    font-size: 0.95rem;
    transition: background-color 0.3s ease;
}

.fitchange-footer .footer-links-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.fitchange-footer .footer-links-list li {
    margin-bottom: 0.75rem;
}

.fitchange-footer .footer-links-list a {
    color: #475569;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.fitchange-footer .footer-links-list a:hover {
    color: #0284C7;
}

.fitchange-footer .contact-info-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.fitchange-footer .contact-info-list li {
    margin-bottom: 0.75rem;
    color: #475569;
    font-size: 0.95rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.fitchange-footer .contact-info-list a {
    color: #0284C7;
    text-decoration: none;
    transition: color 0.2s ease;
}

.fitchange-footer .contact-info-list i {
    color: #0284C7;
    font-size: 1.2rem;
    margin-top: 0.15rem;
}

.fitchange-footer .footer-divider {
    border-color: #E2E8F0;
    opacity: 1;
}

.fitchange-footer .copyright-text {
    color: #64748B;
    font-size: 0.875rem;
    margin-bottom: 0;
}

.fitchange-footer .legal-links {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .fitchange-footer .legal-links {
        justify-content: flex-end;
    }
}

.fitchange-footer .legal-links a {
    color: #64748B;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s ease;
}

.fitchange-footer .legal-links a:hover {
    color: #0284C7;
}


/* ===== PAGE: fusion-page ===== */
.fusion-review-section {
  padding: 4rem 0;
  background-color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  color: #475569;
}

.fusion-review-section .fusion-main-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #0F172A;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.fusion-review-section .fusion-intro-text {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.fusion-review-section .fusion-section-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  color: #0F172A;
}

.fusion-review-section .fusion-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 1.5rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px -1px rgba(148, 163, 184, 0.05);
}

.fusion-review-section .fusion-card:hover {
  transform: translateY(-4px);
  border-color: #38BDF8;
  box-shadow: 0 10px 15px -3px rgba(148, 163, 184, 0.1);
}

.fusion-review-section .fusion-card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.fusion-review-section .fusion-card-header i {
  font-size: 1.5rem;
  color: #0284C7;
  background: #F0F9FF;
  padding: 0.5rem;
  border-radius: 8px;
}

.fusion-review-section .fusion-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #0F172A;
  margin: 0;
}

.fusion-review-section .fusion-content-box {
  background: #F8FAFC;
  padding: 2.5rem;
  border-radius: 16px;
  border: 1px solid #E2E8F0;
}

.fusion-review-section .fusion-tag {
  display: inline-block;
  background: #E0F2FE;
  color: #0369A1;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.fusion-review-section .fusion-cta-box {
  background: #0284C7;
  color: #FFFFFF;
  padding: 2.5rem;
  border-radius: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fusion-review-section .fusion-cta-box h3 {
  color: #FFFFFF;
  font-weight: 700;
}

.fusion-review-section .fusion-btn-primary {
  background: #FFFFFF;
  color: #0284C7;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  display: inline-block;
}

.fusion-review-section .fusion-btn-primary:hover {
  background: #F0F9FF;
  color: #0EA5E9;
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .fusion-review-section .fusion-main-title {
    font-size: 1.75rem;
  }
  .fusion-review-section .fusion-section-title {
    font-size: 1.5rem;
  }
  .fusion-review-section .fusion-content-box,
  .fusion-review-section .fusion-cta-box {
    padding: 1.5rem;
  }
}

/* ===== PAGE: contact ===== */
.contact-details { background-color: #F8FAFC; font-family: 'Roboto', sans-serif; }
.contact-details .contact-heading { font-family: 'Inter', sans-serif; color: #0F172A; font-weight: 700; font-size: 1.75rem; line-height: 1.2; }
.contact-details .contact-subtext { color: #475569; font-size: 1rem; line-height: 1.6; }
.contact-details .contact-card { background: #FFFFFF; border: 1px solid #E2E8F0; border-radius: 12px; padding: 1.25rem; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.contact-details .contact-card:hover { transform: translateY(-4px); border-color: #38BDF8; box-shadow: 0 10px 15px -3px rgba(148, 163, 184, 0.1); }
.contact-details .contact-icon-box { width: 48px; height: 48px; background-color: #F0F9FF; color: #0284C7; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; }
.contact-details .contact-card-title { font-family: 'Inter', sans-serif; font-size: 1rem; font-weight: 600; color: #0F172A; }
.contact-details .contact-card-text { color: #64748B; font-size: 0.9rem; }
.contact-details .contact-form-card { background: #FFFFFF; border: 1px solid #E2E8F0; border-radius: 16px; box-shadow: 0 4px 6px -1px rgba(148, 163, 184, 0.05); }
.contact-details .form-control { border: 1px solid #E2E8F0; background-color: #FFFFFF; color: #0F172A; }
.contact-details .form-control:focus { border-color: #38BDF8; box-shadow: 0 0 0 0.25rem rgba(56, 189, 248, 0.25); }
.contact-details .form-label { color: #64748B; font-weight: 500; }
.contact-details .btn-primary { background-color: #0284C7; color: #FFFFFF; border: none; border-radius: 8px; font-weight: 600; text-transform: none; transition: background-color 0.2s ease; }
.contact-details .btn-primary:hover { background-color: #0EA5E9; box-shadow: 0 4px 12px rgba(2, 132, 199, 0.3); }
.contact-details textarea.form-control { resize: none; }
@media (max-width: 767px) {
  .contact-details .contact-heading { font-size: 1.5rem; }
  .contact-details { padding-top: 2rem !important; padding-bottom: 2rem !important; }
}

/* ===== PAGE: privacy ===== */
.privacy-content-section {
  background-color: #F8FAFC;
  font-family: 'Roboto', sans-serif;
}

.privacy-content-section .privacy-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  border-color: #E2E8F0 !important;
}

.privacy-content-section .privacy-heading {
  font-family: 'Inter', sans-serif;
  color: #0F172A;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.3;
  border-left: 4px solid #0284C7;
  padding-left: 1rem;
}

.privacy-content-section .privacy-text {
  color: #475569;
  font-size: 1rem;
  line-height: 1.6;
}

.privacy-content-section .privacy-list {
  color: #475569;
  line-height: 1.8;
  padding-left: 1.25rem;
}

.privacy-content-section .privacy-list li {
  margin-bottom: 0.75rem;
  position: relative;
}

.privacy-content-section .privacy-list li::marker {
  color: #0284C7;
}

.privacy-content-section .btn-primary {
  background-color: #0284C7 !important;
  color: #FFFFFF;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  text-transform: none;
  box-shadow: none;
  transition: all 0.3s ease;
}

.privacy-content-section .btn-primary:hover {
  background-color: #0EA5E9 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(2, 132, 199, 0.2);
}

@media (max-width: 768px) {
  .privacy-content-section .privacy-heading {
    font-size: 1.25rem;
  }
  .privacy-content-section .privacy-card {
    padding: 2rem 1.5rem !important;
  }
}

/* ===== PAGE: terms ===== */
.terms-content-section {
  background-color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  color: #475569;
}
.terms-content-section .text-slate-900 {
  color: #0F172A;
}
.terms-content-section .text-slate-600 {
  color: #475569;
}
.terms-content-section .text-primary {
  color: #0284C7 !important;
}
.terms-content-section .terms-sidebar {
  top: 100px;
}
.terms-content-section .nav-link {
  color: #64748B;
  padding: 0.5rem 0;
  font-weight: 400;
  border-left: 2px solid transparent;
  padding-left: 1rem;
  transition: all 0.3s ease;
}
.terms-content-section .nav-link:hover {
  color: #0284C7;
  padding-left: 1.25rem;
}
.terms-content-section .nav-link.active {
  color: #0284C7;
  font-weight: 600;
  border-left-color: #0284C7;
}
.terms-content-section article h2 {
  position: relative;
  margin-top: 2rem;
  font-family: 'Inter', sans-serif;
}
.terms-content-section .card {
  border: 1px solid #E2E8F0 !important;
  border-radius: 12px;
}
.terms-content-section .list-group-item {
  padding-left: 0;
  color: #475569;
}
@media (max-width: 991.98px) {
  .terms-content-section .terms-sidebar {
    position: static;
    margin-bottom: 2rem;
  }
  .terms-content-section .display-6 {
    font-size: 1.75rem;
  }
}

/* ===== PAGE: disclaimer ===== */
.disclaimer-section {
  background-color: #FFFFFF;
  color: #475569;
  font-family: 'Roboto', sans-serif;
}
.disclaimer-section .text-slate-900 {
  color: #0F172A !important;
}
.disclaimer-section .text-slate-600 {
  color: #475569 !important;
}
.disclaimer-section .disclaimer-content {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  box-shadow: 0 4px 6px -1px rgba(148, 163, 184, 0.05), 0 2px 4px -1px rgba(148, 163, 184, 0.03);
}
.disclaimer-section .disclaimer-header h1 {
  font-family: 'Inter', sans-serif;
  letter-spacing: -0.025em;
}
.disclaimer-section .disclaimer-body h2 {
  font-family: 'Inter', sans-serif;
  color: #0F172A;
  border-bottom: 1px solid #F1F5F9;
  padding-bottom: 0.5rem;
}
.disclaimer-section .text-primary {
  color: #0284C7 !important;
}
.disclaimer-section .bg-light {
  background-color: #F8FAFC !important;
}
.disclaimer-section .border-primary {
  border-color: #0284C7 !important;
}
@media (max-width: 767.98px) {
  .disclaimer-section .h2 {
    font-size: 1.5rem !important;
  }
  .disclaimer-section .h4 {
    font-size: 1.25rem !important;
  }
  .disclaimer-section .disclaimer-content {
    padding: 1.5rem !important;
    border-radius: 8px;
  }
}

.main-comment-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(148, 163, 184, 0.05), 0 2px 4px -1px rgba(148, 163, 184, 0.03);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-comment-card:hover {
    border-color: #38BDF8;
    box-shadow: 0 10px 15px -3px rgba(148, 163, 184, 0.1);
}

.avatar-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F0F9FF;
    color: #0284C7;
    font-weight: 600;
    border-radius: 50%;
    border: 2px solid #E0F2FE;
    user-select: none;
}

.avatar-lg {
    width: 48px;
    height: 48px;
    font-size: 1.125rem;
}

.text-slate-900 {
    color: #0F172A;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.text-slate-600 {
    color: #475569;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
}

.text-slate-400 {
    color: #94A3B8;
}

.btn-comment-action {
    background: transparent;
    border: none;
    color: #64748B;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0;
    transition: color 0.2s ease;
}

.btn-comment-action:hover {
    color: #0284C7;
}

.reply-thread-container {
    border-color: #E2E8F0 !important;
}

.reply-comment-card {
    background: #F8FAFC;
    border: 1px solid #F1F5F9;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.reply-comment-card:hover {
    background: #F0F9FF;
    border-color: #E0F2FE;
}

.avatar-sm {
    width: 36px;
    height: 36px;
    font-size: 0.875rem;
}

.x-small {
    font-size: 0.75rem;
}

.comment-text.small {
    font-size: 0.9375rem;
}

.btn-comment-action.x-small {
    font-size: 0.75rem;
}

.reply-comment-card .comment-author {
    font-size: 0.9375rem;
}


/* ===== PAGE TEMPLATE: tolerance-analysis ===== */
.detail-page-layout {
    background-color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    color: #475569;
}

.detail-page-layout h1,
.detail-page-layout h2,
.detail-page-layout h3,
.detail-page-layout h4 {
    font-family: 'Inter', sans-serif;
    color: #0F172A;
    font-weight: 700;
}

.detail-page-layout .hero-detail-section {
    background-color: #F8FAFC;
    border-bottom: 1px solid #E2E8F0;
}

.detail-page-layout .bg-sky-light {
    background-color: #F0F9FF;
}

.detail-page-layout .text-primary-custom {
    color: #0284C7 !important;
}

.detail-page-layout .text-slate-900 {
    color: #0F172A;
}

.detail-page-layout .text-slate-600 {
    color: #475569;
}

.detail-page-layout .btn-primary-custom {
    background-color: #0284C7;
    color: #FFFFFF;
    border-radius: 8px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
}

.detail-page-layout .btn-primary-custom:hover {
    background-color: #0EA5E9;
    transform: translateY(-2px);
    color: #FFFFFF;
}

.detail-page-layout .btn-outline-custom {
    background-color: transparent;
    color: #0284C7;
    border: 1px solid #0284C7;
    border-radius: 8px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.detail-page-layout .btn-outline-custom:hover {
    background-color: #F0F9FF;
    color: #0284C7;
}

.detail-page-layout .hero-image-container img {
    width: 100%;
    object-fit: cover;
    border: 8px solid #FFFFFF;
    box-shadow: 0 20px 25px -5px rgba(148, 163, 184, 0.1);
}

.detail-page-layout .rich-text-content p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.detail-page-layout .custom-list {
    list-style: none;
    padding-left: 0;
}

.detail-page-layout .custom-list li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.detail-page-layout .custom-list li::before {
    content: '\eb58';
    font-family: 'boxicons';
    position: absolute;
    left: 0;
    color: #0284C7;
    font-size: 1.25rem;
}

.detail-page-layout .enrollment-card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    box-shadow: 0 10px 15px -3px rgba(148, 163, 184, 0.08);
}

.detail-page-layout .enrollment-card .form-control {
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
    padding: 0.75rem 1rem;
    border-radius: 8px;
}

.detail-page-layout .enrollment-card .form-control:focus {
    border-color: #0284C7;
    box-shadow: 0 0 0 4px rgba(2, 132, 199, 0.1);
}

.detail-page-layout .share-box {
    border: 1px dashed #CBD5E1;
    border-radius: 12px;
}

.detail-page-layout .accordion-item {
    border: 1px solid #E2E8F0;
    border-radius: 8px !important;
    margin-bottom: 0.75rem;
    overflow: hidden;
}

.detail-page-layout .accordion-button:not(.collapsed) {
    background-color: #F0F9FF;
    color: #0284C7;
    box-shadow: none;
}

.detail-page-layout .related-card {
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
}

.detail-page-layout .related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(148, 163, 184, 0.1);
    border-color: #38BDF8;
}

.detail-page-layout .related-img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.detail-page-layout .related-body {
    padding: 1rem;
}

@media (max-width: 768px) {
    .detail-page-layout .hero-detail-section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .detail-page-layout .display-5 {
        font-size: 1.75rem;
    }

    .detail-page-layout .lead {
        font-size: 1rem;
    }

    .detail-page-layout .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* ===== PAGE TEMPLATE: geometry-changes ===== */
.detail-page-layout {
    background-color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    color: #475569;
}

.detail-page-layout h1,
.detail-page-layout h2,
.detail-page-layout h3,
.detail-page-layout h4 {
    font-family: 'Inter', sans-serif;
    color: #0F172A;
    font-weight: 700;
}

.detail-page-layout .hero-detail-section {
    background-color: #F8FAFC;
    border-bottom: 1px solid #E2E8F0;
}

.detail-page-layout .bg-sky-light {
    background-color: #F0F9FF;
}

.detail-page-layout .text-primary-custom {
    color: #0284C7 !important;
}

.detail-page-layout .text-slate-900 {
    color: #0F172A;
}

.detail-page-layout .text-slate-600 {
    color: #475569;
}

.detail-page-layout .btn-primary-custom {
    background-color: #0284C7;
    color: #FFFFFF;
    border-radius: 8px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
}

.detail-page-layout .btn-primary-custom:hover {
    background-color: #0EA5E9;
    transform: translateY(-2px);
    color: #FFFFFF;
}

.detail-page-layout .btn-outline-custom {
    background-color: transparent;
    color: #0284C7;
    border: 1px solid #0284C7;
    border-radius: 8px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.detail-page-layout .btn-outline-custom:hover {
    background-color: #F0F9FF;
    color: #0284C7;
}

.detail-page-layout .hero-image-container img {
    width: 100%;
    object-fit: cover;
    border: 8px solid #FFFFFF;
    box-shadow: 0 20px 25px -5px rgba(148, 163, 184, 0.1);
}

.detail-page-layout .rich-text-content p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.detail-page-layout .custom-list {
    list-style: none;
    padding-left: 0;
}

.detail-page-layout .custom-list li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.detail-page-layout .custom-list li::before {
    content: '\eb58';
    font-family: 'boxicons';
    position: absolute;
    left: 0;
    color: #0284C7;
    font-size: 1.25rem;
}

.detail-page-layout .enrollment-card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    box-shadow: 0 10px 15px -3px rgba(148, 163, 184, 0.08);
}

.detail-page-layout .enrollment-card .form-control {
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
    padding: 0.75rem 1rem;
    border-radius: 8px;
}

.detail-page-layout .enrollment-card .form-control:focus {
    border-color: #0284C7;
    box-shadow: 0 0 0 4px rgba(2, 132, 199, 0.1);
}

.detail-page-layout .share-box {
    border: 1px dashed #CBD5E1;
    border-radius: 12px;
}

.detail-page-layout .accordion-item {
    border: 1px solid #E2E8F0;
    border-radius: 8px !important;
    margin-bottom: 0.75rem;
    overflow: hidden;
}

.detail-page-layout .accordion-button:not(.collapsed) {
    background-color: #F0F9FF;
    color: #0284C7;
    box-shadow: none;
}

.detail-page-layout .related-card {
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
}

.detail-page-layout .related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(148, 163, 184, 0.1);
    border-color: #38BDF8;
}

.detail-page-layout .related-img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.detail-page-layout .related-body {
    padding: 1rem;
}

@media (max-width: 768px) {
    .detail-page-layout .hero-detail-section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .detail-page-layout .display-5 {
        font-size: 1.75rem;
    }

    .detail-page-layout .lead {
        font-size: 1rem;
    }

    .detail-page-layout .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}