:root {
    --color-bg-primary: #F8FAFC;
    --color-bg-secondary: #FFFFFF;
    --color-surface-card: rgba(255, 255, 255, 0.85);
    --color-surface-accent: rgba(241, 245, 249, 0.7);
    --color-text-primary: #0F172A;
    --color-text-secondary: #475569;
    --color-text-muted: #64748B;
    --color-text-on-accent: #FFFFFF;
    --color-brand-primary: #0284C7;
    --color-brand-primary-hover: #0369A1;
    --color-brand-secondary: #6366F1;
    --color-brand-secondary-hover: #4F46E5;
    --color-brand-accent: #0D9488;
    --gradient-aurora-hero: radial-gradient(circle at 50% 20%, rgba(99, 102, 241, 0.12) 0%, rgba(2, 132, 199, 0.08) 35%, rgba(13, 148, 136, 0.05) 70%, rgba(248, 250, 252, 0) 100%);
    --gradient-brand-btn: linear-gradient(135deg, #0284C7 0%, #6366F1 100%);
    --gradient-card-highlight: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(240, 249, 255, 0.75) 100%);
    --border-subtle: rgba(226, 232, 240, 0.8);
    --border-highlight: rgba(2, 132, 199, 0.2);
    --shadow-soft: 0 4px 20px -2px rgba(15, 23, 42, 0.04);
    --shadow-card: 0 10px 30px -5px rgba(2, 132, 199, 0.06), 0 4px 6px -2px rgba(15, 23, 42, 0.02);
    --shadow-btn: 0 8px 20px -4px rgba(2, 132, 199, 0.35);
    --font-primary: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-primary);
    background-color: var(--color-bg-primary);
    color: var(--color-text-primary);
    margin: 0;
    padding: 0;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.text-muted {
    color: var(--color-text-muted) !important;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    transition: color 0.2s ease;
}

/* =====  ===== */
.site-header-wrapper {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    width: 100%;
}

.site-header-wrapper .site-navbar {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E2E8F0;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.04);
}

.site-header-wrapper .header-brand-logo {
    max-width: 42px;
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.site-header-wrapper .brand-title {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    color: #0F172A;
    letter-spacing: -0.02em;
    line-height: 1.2;
    text-decoration: none;
}

.site-header-wrapper .header-nav-link {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #475569;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.site-header-wrapper .header-nav-link:hover,
.site-header-wrapper .header-nav-link:focus,
.site-header-wrapper .header-nav-link.active {
    color: #0284C7;
    background-color: rgba(2, 132, 199, 0.06);
}

.site-header-wrapper .navbar-toggler {
    border: 1px solid #CBD5E1;
    color: #0F172A;
    font-size: 1.25rem;
    padding: 0.375rem 0.625rem;
    border-radius: 8px;
    background-color: #F8FAFC;
}

.site-header-wrapper .navbar-toggler:focus {
    box-shadow: 0 0 0 2px rgba(2, 132, 199, 0.25);
    outline: none;
}

.site-header-wrapper .header-cta-btn {
    background: linear-gradient(135deg, #0284C7 0%, #6366F1 100%);
    color: #FFFFFF;
    font-weight: 600;
    font-size: 0.9375rem;
    border: none;
    border-radius: 10px;
    padding: 0.5rem 1.25rem;
    box-shadow: 0 4px 12px -2px rgba(2, 132, 199, 0.35);
    transition: opacity 0.2s ease, box-shadow 0.2s ease;
}

.site-header-wrapper .header-cta-btn:hover {
    color: #FFFFFF;
    opacity: 0.92;
    box-shadow: 0 6px 16px -2px rgba(2, 132, 199, 0.45);
}

.site-header-wrapper .header-modal-box {
    background-color: #FFFFFF;
    border: 1px solid #CBD5E1;
    border-radius: 20px;
    box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.2);
    padding: 0.5rem;
}

.site-header-wrapper .header-modal-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0F172A;
    line-height: 1.3;
}

.site-header-wrapper .header-modal-text {
    font-size: 0.9375rem;
    color: #475569;
    line-height: 1.6;
}

.site-header-wrapper .header-form-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 0.375rem;
}

.site-header-wrapper .header-input-icon {
    background-color: #F1F5F9;
    border: 1px solid #CBD5E1;
    border-right: none;
    color: #64748B;
}

.site-header-wrapper .header-form-input {
    background-color: #FFFFFF;
    border: 1px solid #CBD5E1;
    color: #0F172A;
    font-size: 0.9375rem;
    padding: 0.625rem 0.875rem;
    border-radius: 0 8px 8px 0;
}

.site-header-wrapper .header-form-input:focus {
    border-color: #0284C7;
    box-shadow: 0 0 0 2px rgba(2, 132, 199, 0.2);
    color: #0F172A;
    background-color: #FFFFFF;
}

.site-header-wrapper .header-form-input::placeholder {
    color: #94A3B8;
    opacity: 1;
}

.site-header-wrapper .header-form-checkbox {
    border-color: #CBD5E1;
}

.site-header-wrapper .header-form-checkbox:checked {
    background-color: #0284C7;
    border-color: #0284C7;
}

.site-header-wrapper .header-form-checklabel {
    font-size: 0.8125rem;
    color: #475569;
}

.site-header-wrapper .header-modal-link {
    color: #0284C7;
    text-decoration: underline;
    font-weight: 600;
}

.site-header-wrapper .header-modal-link:hover {
    color: #0369A1;
}

.site-header-wrapper .header-modal-submit-btn {
    background: linear-gradient(135deg, #0284C7 0%, #6366F1 100%);
    color: #FFFFFF;
    font-weight: 600;
    font-size: 0.9375rem;
    border: none;
    border-radius: 10px;
    padding: 0.625rem 1.25rem;
    box-shadow: 0 4px 12px -2px rgba(2, 132, 199, 0.35);
    transition: opacity 0.2s ease;
}

.site-header-wrapper .header-modal-submit-btn:hover {
    color: #FFFFFF;
    opacity: 0.92;
}

@media (max-width: 991.98px) {
    .site-header-wrapper .site-navbar {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }

    .site-header-wrapper .brand-title {
        font-size: 1.125rem;
    }

    .site-header-wrapper .header-nav-link {
        font-size: 0.875rem;
        padding: 0.5rem 0.5rem;
    }

    .site-header-wrapper .navbar-brand {
        margin-right: 0;
    }
}

/* =====  ===== */
.hero-section {
    position: relative;
    background-color: #F8FAFC;
    min-height: 85vh;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.hero-section .hero-video-wrapper {
    z-index: 0;
    overflow: hidden;
}

.hero-section .hero-bg-video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.hero-section .hero-overlay {
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.94) 0%, rgba(248, 250, 252, 0.88) 50%, rgba(241, 245, 249, 0.92) 100%);
    backdrop-filter: blur(8px);
}

.hero-section .container {
    z-index: 1;
}

.hero-section .hero-badge {
    background: linear-gradient(135deg, rgba(2, 132, 199, 0.1) 0%, rgba(99, 102, 241, 0.1) 100%);
    border: 1px solid rgba(2, 132, 199, 0.25);
}

.hero-section .badge-text {
    color: #0284C7;
    font-size: 0.9rem;
    letter-spacing: -0.01em;
}

.hero-section .hero-title {
    color: #0F172A;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.hero-section .hero-description {
    color: #475569;
    line-height: 1.65;
    letter-spacing: -0.01em;
}

.hero-section .hero-form-container {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(226, 232, 240, 0.9);
}

.hero-section .hero-input {
    background-color: #FFFFFF;
    border: 1.5px solid #CBD5E1;
    color: #0F172A;
    border-radius: 12px;
    font-size: 1rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.hero-section .hero-input:focus {
    border-color: #0284C7;
    box-shadow: 0 0 0 4px rgba(2, 132, 199, 0.15);
    outline: none;
}

.hero-section .hero-input::placeholder {
    color: #64748B;
    opacity: 1;
}

.hero-section .hero-input-icon {
    color: #64748B;
    font-size: 1.25rem;
    z-index: 4;
}

.hero-section .hero-submit-btn {
    background: linear-gradient(135deg, #0284C7 0%, #6366F1 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    box-shadow: 0 8px 20px -4px rgba(2, 132, 199, 0.35);
    transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-section .hero-submit-btn:hover {
    opacity: 0.95;
    color: #FFFFFF;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px -4px rgba(2, 132, 199, 0.45);
}

.hero-section .form-caption-text {
    font-size: 0.8rem;
    color: #64748B;
    line-height: 1.4;
}

.hero-section .hero-stat-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    box-shadow: 0 4px 12px -2px rgba(15, 23, 42, 0.04);
}

.hero-section .stat-icon {
    width: 42px;
    height: 42px;
    background: rgba(2, 132, 199, 0.1);
    color: #0284C7;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.hero-section .stat-value {
    font-size: 1.25rem;
    line-height: 1.2;
}

.hero-section .stat-label {
    font-size: 0.8rem;
    color: #64748B;
}

.hero-section .hero-visual-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    border-color: rgba(2, 132, 199, 0.2) !important;
}

.hero-section .status-indicator-dot {
    width: 10px;
    height: 10px;
    background-color: #10B981;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.2);
}

.hero-section .metric-name {
    font-size: 0.875rem;
    color: #475569;
}

.hero-section .metric-val {
    font-size: 0.875rem;
}

.hero-section .hero-progress {
    height: 8px;
    background-color: #E2E8F0;
    border-radius: 6px;
}

.hero-section .hero-progress-bar {
    background: linear-gradient(90deg, #0284C7, #0D9488);
    border-radius: 6px;
}

.hero-section .hero-progress-bar-alt {
    background: linear-gradient(90deg, #6366F1, #0284C7);
}

.hero-section .feature-pill-item {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
}

.hero-section .feature-pill-text {
    font-size: 0.875rem;
}

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

    .hero-section .hero-description {
        font-size: 1rem !important;
    }

    .hero-section .hero-stat-card {
        padding: 0.75rem;
    }
}

/* =====  ===== */
.finanz-benefits-section {
    background-color: #F8FAFC;
    position: relative;
    overflow: hidden
}

.finanz-benefits-header {
    max-width: 680px
}

.finanz-benefits-badge {
    background: linear-gradient(135deg, rgba(2, 132, 199, 0.1) 0%, rgba(99, 102, 241, 0.1) 100%);
    color: #0284C7;
    border: 1px solid rgba(2, 132, 199, 0.25);
    border-radius: 100px;
    padding: 0.4rem 1rem;
    font-size: 0.875rem;
    font-weight: 600
}

.finanz-benefits-title {
    color: #0F172A;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em
}

.finanz-benefits-desc {
    color: #475569;
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 0
}

.finanz-benefit-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.85) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 20px;
    padding: 1.75rem;
    box-shadow: 0 10px 30px -5px rgba(2, 132, 199, 0.05), 0 4px 6px -2px rgba(15, 23, 42, 0.02);
    transition: border-color 0.2s ease, box-shadow 0.2s ease
}

.finanz-benefit-card:hover {
    border-color: rgba(2, 132, 199, 0.3);
    box-shadow: 0 12px 32px -4px rgba(2, 132, 199, 0.1), 0 4px 8px -2px rgba(15, 23, 42, 0.03)
}

.finanz-benefit-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(2, 132, 199, 0.12) 0%, rgba(99, 102, 241, 0.12) 100%);
    color: #0284C7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem
}

.finanz-benefit-card-title {
    color: #0F172A;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3
}

.finanz-benefit-card-text {
    color: #475569;
    font-size: 0.9375rem;
    line-height: 1.6
}

.finanz-benefit-list li {
    color: #334155;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 0.35rem;
    display: flex;
    align-items: center
}

.finanz-benefit-list li i {
    color: #0284C7;
    font-size: 1rem
}

@media(max-width:767.98px) {
    .finanz-benefits-title {
        font-size: 1.125rem
    }

    .finanz-benefit-card-title {
        font-size: 1rem
    }

    .finanz-benefits-desc {
        font-size: 0.9375rem
    }
}

/* =====  ===== */
.qualification-section {
    background-color: #F8FAFC;
    position: relative;
    overflow: hidden;
}

.qualification-section .qualification-badge {
    background: linear-gradient(135deg, rgba(2, 132, 199, 0.1) 0%, rgba(99, 102, 241, 0.1) 100%);
    color: #0284C7;
    border: 1px solid rgba(2, 132, 199, 0.25);
    border-radius: 100px;
    padding: 0.5rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.qualification-section .qualification-title {
    color: #0F172A;
    font-size: 2rem;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

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

.qualification-section .qualification-card {
    border-radius: 20px;
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px -5px rgba(2, 132, 199, 0.05), 0 4px 6px -2px rgba(15, 23, 42, 0.02);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.qualification-section .qualification-card-fit {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 249, 255, 0.75) 100%);
    border: 1px solid rgba(2, 132, 199, 0.25);
}

.qualification-section .qualification-card-fit:hover {
    border-color: rgba(2, 132, 199, 0.45);
    box-shadow: 0 15px 35px -5px rgba(2, 132, 199, 0.12);
}

.qualification-section .qualification-card-unfit {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.8) 100%);
    border: 1px solid rgba(226, 232, 240, 0.9);
}

.qualification-section .qualification-card-unfit:hover {
    border-color: rgba(203, 213, 225, 1);
    box-shadow: 0 15px 35px -5px rgba(15, 23, 42, 0.06);
}

.qualification-section .qualification-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.qualification-section .qualification-icon-wrapper.fit-icon {
    background: rgba(13, 148, 136, 0.12);
    color: #0D9488;
}

.qualification-section .qualification-icon-wrapper.unfit-icon {
    background: rgba(100, 116, 139, 0.12);
    color: #64748B;
}

.qualification-section .qualification-tag {
    font-size: 0.8125rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.qualification-section .qualification-card-title {
    color: #0F172A;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
}

.qualification-section .qualification-list li {
    color: #334155;
    font-size: 0.9375rem;
    line-height: 1.6;
}

.qualification-section .qualification-list li i {
    font-size: 1.125rem;
}

.qualification-section .qualification-bottom-banner {
    background: #FFFFFF;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 16px;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.04);
}

.qualification-section .qualification-banner-title {
    color: #0F172A;
    font-size: 1.125rem;
    line-height: 1.3;
}

.qualification-section .qualification-banner-desc {
    color: #64748B;
    font-size: 0.875rem;
    line-height: 1.5;
}

.qualification-section .qualification-btn-primary {
    background: linear-gradient(135deg, #0284C7 0%, #6366F1 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    font-size: 0.9375rem;
    box-shadow: 0 8px 20px -4px rgba(2, 132, 199, 0.35);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.qualification-section .qualification-btn-primary:hover {
    color: #FFFFFF;
    opacity: 0.92;
    transform: translateY(-1px);
}

.qualification-section .qualification-btn-secondary {
    background: #FFFFFF;
    color: #0F172A;
    border: 1px solid #CBD5E1;
    border-radius: 12px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    font-size: 0.9375rem;
    box-shadow: 0 2px 4px rgba(15, 23, 42, 0.04);
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.qualification-section .qualification-btn-secondary:hover {
    background-color: #F8FAFC;
    border-color: #94A3B8;
    color: #0F172A;
}

@media (max-width: 767.98px) {
    .qualification-section .qualification-title {
        font-size: 1rem;
        hyphens: auto;
    }

    .qualification-section .qualification-card-title {
        font-size: 0.875rem;
        hyphens: auto;
    }

    .qualification-section .qualification-subtitle {
        font-size: 0.875rem;
    }

    .qualification-section .qualification-banner-title {
        font-size: 0.9375rem;
    }

    .qualification-section .qualification-banner-desc {
        font-size: 0.8125rem;
    }

    .qualification-section .qualification-btn-primary,
    .qualification-section .qualification-btn-secondary {
        width: 100%;
    }
}

/* =====  ===== */
.how-we-work-block {
    background-color: #F8FAFC;
    color: #0F172A;
}

.how-we-work-block .how-we-work-pill {
    background: linear-gradient(135deg, rgba(2, 132, 199, 0.1) 0%, rgba(99, 102, 241, 0.1) 100%);
    color: #0284C7;
    font-size: 0.875rem;
    font-weight: 600;
    border: 1px solid rgba(2, 132, 199, 0.2);
}

.how-we-work-block .how-we-work-title {
    color: #0F172A;
}

.how-we-work-block .how-we-work-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 10px 30px -5px rgba(2, 132, 199, 0.05), 0 4px 6px -2px rgba(15, 23, 42, 0.02);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    cursor: default;
}

.how-we-work-block .how-we-work-card:hover {
    transform: translateY(-4px);
    border-color: rgba(2, 132, 199, 0.4);
    box-shadow: 0 20px 35px -8px rgba(2, 132, 199, 0.12);
}

.how-we-work-block .how-we-work-icon-box {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, rgba(2, 132, 199, 0.12) 0%, rgba(99, 102, 241, 0.12) 100%);
    color: #0284C7;
    font-size: 1.5rem;
}

.how-we-work-block .how-we-work-num {
    font-size: 1.5rem;
    color: #CBD5E1;
    letter-spacing: -0.05em;
}

.how-we-work-block .how-we-work-step-title {
    color: #0F172A;
    font-size: 1.15rem;
}

.how-we-work-block .how-we-work-step-desc {
    font-size: 0.925rem;
    line-height: 1.6;
}

.how-we-work-block .badge-tag {
    display: inline-flex;
    align-items: center;
    font-size: 0.8rem;
    color: #0D9488;
    font-weight: 500;
}

.how-we-work-block .how-we-work-bottom-box {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.04);
}

.how-we-work-block .how-we-work-btn-primary {
    background: linear-gradient(135deg, #0284C7 0%, #6366F1 100%);
    color: #FFFFFF;
    padding: 0.65rem 1.25rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px -4px rgba(2, 132, 199, 0.35);
    transition: opacity 0.2s ease;
}

.how-we-work-block .how-we-work-btn-primary:hover {
    opacity: 0.95;
    color: #FFFFFF;
}

.how-we-work-block .how-we-work-btn-outline {
    background: #FFFFFF;
    color: #0F172A;
    border: 1px solid #CBD5E1;
    padding: 0.65rem 1.25rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.how-we-work-block .how-we-work-btn-outline:hover {
    border-color: #0284C7;
    color: #0284C7;
}

@media (max-width: 767.98px) {
    .how-we-work-block .how-we-work-title {
        font-size: 1rem;
    }

    .how-we-work-block .how-we-work-step-title {
        font-size: 0.875rem;
    }

    .how-we-work-block .how-we-work-desc {
        font-size: 0.875rem;
    }
}

/* =====  ===== */
.what-happens-next-section {
    background-color: #F8FAFC;
    position: relative;
    overflow: hidden
}

.what-happens-next-section .progress-badge {
    background: linear-gradient(135deg, rgba(2, 132, 199, 0.1) 0%, rgba(99, 102, 241, 0.1) 100%);
    border: 1px solid rgba(2, 132, 199, 0.2)
}

.what-happens-next-section .progress-badge .badge-text {
    font-size: 0.875rem;
    font-weight: 600;
    color: #0284C7
}

.what-happens-next-section .timeline-main-title {
    color: #0F172A;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.25;
    letter-spacing: -0.02em
}

.what-happens-next-section .timeline-main-desc {
    color: #475569;
    font-size: 1.125rem;
    line-height: 1.6;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto
}

.what-happens-next-section .stage-filter-wrapper {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03)
}

.what-happens-next-section .stage-filter-btn {
    background: transparent;
    border: none;
    border-radius: 100px;
    padding: 0.5rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #64748B;
    transition: all 0.2s ease;
    cursor: pointer
}

.what-happens-next-section .stage-filter-btn:hover {
    color: #0284C7;
    background-color: rgba(2, 132, 199, 0.06)
}

.what-happens-next-section .stage-filter-btn.active {
    background: linear-gradient(135deg, #0284C7 0%, #6366F1 100%);
    color: #FFFFFF;
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.25)
}

.what-happens-next-section .roadmap-card {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 10px 30px -5px rgba(2, 132, 199, 0.05), 0 4px 6px -2px rgba(15, 23, 42, 0.02);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease
}

.what-happens-next-section .roadmap-card:hover {
    transform: translateY(-3px);
    border-color: rgba(2, 132, 199, 0.3);
    box-shadow: 0 14px 35px -5px rgba(2, 132, 199, 0.1)
}

.what-happens-next-section .phase-icon-wrap {
    width: 48px;
    height: 48px;
    background: rgba(2, 132, 199, 0.08);
    color: #0284C7;
    font-size: 1.5rem
}

.what-happens-next-section .phase-period-tag {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #0284C7;
    background: #F0F9FF;
    padding: 0.35rem 0.75rem;
    border-radius: 100px;
    border: 1px solid rgba(2, 132, 199, 0.15)
}

.what-happens-next-section .phase-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem
}

.what-happens-next-section .phase-number {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    color: #6366F1
}

.what-happens-next-section .phase-badge-highlight {
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748B;
    background: #F1F5F9;
    padding: 0.15rem 0.5rem;
    border-radius: 4px
}

.what-happens-next-section .phase-card-title {
    color: #0F172A;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.35
}

.what-happens-next-section .phase-card-desc {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6
}

.what-happens-next-section .phase-task-list span {
    font-size: 0.9rem;
    color: #334155;
    line-height: 1.5
}

.what-happens-next-section .phase-card-footer {
    border-color: #F1F5F9 !important
}

.what-happens-next-section .footer-milestone {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #64748B
}

.what-happens-next-section .roadmap-notice-box {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.04)
}

.what-happens-next-section .notice-icon-circle {
    width: 40px;
    height: 40px;
    background: rgba(2, 132, 199, 0.1);
    color: #0284C7;
    font-size: 1.25rem
}

.what-happens-next-section .notice-title {
    font-size: 1rem;
    color: #0F172A
}

.what-happens-next-section .notice-desc {
    font-size: 0.875rem;
    color: #64748B;
    line-height: 1.5
}

@media (min-width: 768px) {
    .what-happens-next-section .w-md-auto {
        width: auto !important;
    }

    .what-happens-next-section .roadmap-notice-box > :first-child {
        min-width: 0;
        flex: 1 1 auto;
    }
}

.what-happens-next-section .btn-primary-custom {
    background: linear-gradient(135deg, #0284C7 0%, #6366F1 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    padding: 0.7rem 1.4rem;
    font-weight: 600;
    font-size: 0.925rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px -4px rgba(2, 132, 199, 0.35);
    transition: all 0.2s ease
}

.what-happens-next-section .btn-primary-custom:hover {
    color: #FFFFFF;
    opacity: 0.95;
    transform: translateY(-1px)
}

.what-happens-next-section .btn-outline-custom {
    background: #FFFFFF;
    color: #0F172A;
    border: 1px solid #CBD5E1;
    border-radius: 12px;
    padding: 0.7rem 1.4rem;
    font-weight: 600;
    font-size: 0.925rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease
}

.what-happens-next-section .btn-outline-custom:hover {
    color: #0284C7;
    border-color: #0284C7;
    background-color: #F8FAFC
}

@media (max-width: 767.98px) {
    .what-happens-next-section .timeline-main-title {
        font-size: 1.25rem
    }

    .what-happens-next-section .timeline-main-desc {
        font-size: 0.95rem
    }

    .what-happens-next-section .phase-card-title {
        font-size: 1.1rem
    }

    .what-happens-next-section .stage-filter-btn {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem
    }
}

/* =====  ===== */
.features-grid-section {
    background-color: #F8FAFC;
    position: relative;
    overflow: hidden;
}

.features-grid-section .features-badge {
    background: rgba(2, 132, 199, 0.08);
    color: #0284C7;
    border: 1px solid rgba(2, 132, 199, 0.2);
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.features-grid-section .features-title {
    color: #0F172A;
    font-size: 2rem;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.features-grid-section .features-lead {
    color: #475569;
    font-size: 1.0625rem;
    line-height: 1.6;
}

.features-grid-section .feature-card {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 20px;
    box-shadow: 0 10px 30px -5px rgba(2, 132, 199, 0.05), 0 4px 6px -2px rgba(15, 23, 42, 0.02);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.features-grid-section .feature-card:hover {
    border-color: rgba(2, 132, 199, 0.35);
    box-shadow: 0 16px 36px -6px rgba(2, 132, 199, 0.12), 0 4px 8px -2px rgba(15, 23, 42, 0.03);
}

.features-grid-section .feature-card-media {
    aspect-ratio: 16 / 10;
    background-color: #E2E8F0;
}

.features-grid-section .feature-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.features-grid-section .feature-card:hover .feature-thumbnail {
    transform: scale(1.04);
}

.features-grid-section .feature-tag {
    background: rgba(15, 23, 42, 0.75);
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 500;
    backdrop-filter: blur(6px);
}

.features-grid-section .feature-card-title {
    font-size: 1.1875rem;
    line-height: 1.35;
    color: #0F172A;
}

.features-grid-section .feature-title-link {
    color: #0F172A;
    text-decoration: none;
    transition: color 0.2s ease;
}

.features-grid-section .feature-title-link:hover {
    color: #0284C7;
    text-decoration: underline;
}

.features-grid-section .feature-card-desc {
    color: #475569;
    font-size: 0.9375rem;
    line-height: 1.6;
}

.features-grid-section .feature-action-btn {
    background: #FFFFFF;
    color: #0284C7;
    border: 1px solid rgba(2, 132, 199, 0.3);
    border-radius: 12px;
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.features-grid-section .feature-action-btn:hover {
    background: linear-gradient(135deg, #0284C7 0%, #6366F1 100%);
    color: #FFFFFF;
    border-color: transparent;
}

.features-grid-section .features-bottom-box {
    background: #FFFFFF;
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.04);
}

.features-grid-section .features-bottom-text {
    color: #0F172A;
    font-size: 0.9375rem;
}

.features-grid-section .features-view-all-btn {
    background: linear-gradient(135deg, #0284C7 0%, #6366F1 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 4px 12px -2px rgba(2, 132, 199, 0.3);
    transition: opacity 0.2s ease;
}

.features-grid-section .features-view-all-btn:hover {
    opacity: 0.92;
    color: #FFFFFF;
}

@media (max-width: 767.98px) {
    .features-grid-section .features-title {
        font-size: 1rem;
        hyphens: auto;
    }

    .features-grid-section .features-lead {
        font-size: 0.875rem;
        hyphens: auto;
    }

    .features-grid-section .feature-card-title {
        font-size: 0.875rem;
        hyphens: auto;
    }

    .features-grid-section .feature-card-desc {
        font-size: 0.8125rem;
        hyphens: auto;
    }

    .features-grid-section .features-bottom-text {
        font-size: 0.8125rem;
        text-align: center;
    }
}

/* =====  ===== */
.newsletter-short-form-section {
    background-color: #F8FAFC;
    position: relative;
    overflow: hidden;
}

.newsletter-short-form-section .newsletter-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 249, 255, 0.9) 100%);
    border: 1px solid rgba(2, 132, 199, 0.2);
    border-radius: 24px;
    box-shadow: 0 10px 30px -5px rgba(2, 132, 199, 0.08), 0 4px 6px -2px rgba(15, 23, 42, 0.02);
}

.newsletter-short-form-section .newsletter-badge {
    background: linear-gradient(135deg, rgba(2, 132, 199, 0.1) 0%, rgba(99, 102, 241, 0.1) 100%);
    border: 1px solid rgba(2, 132, 199, 0.25);
    border-radius: 100px;
}

.newsletter-short-form-section .newsletter-badge .badge-text {
    font-size: 0.875rem;
    font-weight: 600;
    color: #0284C7;
}

.newsletter-short-form-section .newsletter-title {
    font-size: 1.85rem;
    font-weight: 700;
    line-height: 1.3;
    color: #0F172A;
    letter-spacing: -0.02em;
}

.newsletter-short-form-section .newsletter-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #475569;
}

.newsletter-short-form-section .workflow-steps {
    display: flex;
    flex-direction: column;
}

.newsletter-short-form-section .workflow-step-item {
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 14px;
}

.newsletter-short-form-section .step-icon-box {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(2, 132, 199, 0.1);
    color: #0284C7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
}

.newsletter-short-form-section .step-heading {
    font-size: 0.95rem;
    font-weight: 600;
    color: #0F172A;
}

.newsletter-short-form-section .step-desc {
    font-size: 0.825rem;
    line-height: 1.45;
    color: #64748B;
}

.newsletter-short-form-section .newsletter-form-container {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 20px;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.04);
}

.newsletter-short-form-section .newsletter-label {
    font-size: 0.9rem;
    color: #0F172A;
}

.newsletter-short-form-section .newsletter-input-group-text {
    background-color: #F8FAFC;
    border: 1px solid #CBD5E1;
    border-right: none;
    color: #64748B;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.newsletter-short-form-section .newsletter-input {
    background-color: #FFFFFF;
    border: 1px solid #CBD5E1;
    color: #0F172A;
    font-size: 0.95rem;
    padding: 0.75rem 1rem;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.newsletter-short-form-section .newsletter-input:focus {
    background-color: #FFFFFF;
    border-color: #0284C7;
    box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.15);
    color: #0F172A;
}

.newsletter-short-form-section .newsletter-input::placeholder {
    color: #94A3B8;
    opacity: 1;
}

.newsletter-short-form-section .newsletter-select {
    border-left: none;
}

.newsletter-short-form-section .newsletter-submit-btn {
    background: linear-gradient(135deg, #0284C7 0%, #6366F1 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    padding: 0.875rem 1.75rem;
    font-weight: 600;
    font-size: 1rem;
    box-shadow: 0 8px 20px -4px rgba(2, 132, 199, 0.35);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.newsletter-short-form-section .newsletter-submit-btn:hover {
    opacity: 0.95;
    color: #FFFFFF;
}

.newsletter-short-form-section .newsletter-notice {
    font-size: 0.78rem;
    color: #64748B;
}

@media (max-width: 767.98px) {
    .newsletter-short-form-section .newsletter-title {
        font-size: 1.35rem;
    }

    .newsletter-short-form-section .step-heading {
        font-size: 0.875rem;
    }

    .newsletter-short-form-section .newsletter-card {
        padding: 1.5rem !important;
    }

    .newsletter-short-form-section .newsletter-form-container {
        padding: 1.5rem !important;
    }
}

/* =====  ===== */
.fd-footer-section {
    background: #F8FAFC;
    border-top: 1px solid rgba(226, 232, 240, 0.9);
    color: #475569;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.fd-footer-section .fd-footer-logo {
    max-width: 40px;
    height: auto;
    object-fit: contain;
}

.fd-footer-section .fd-footer-brand-name {
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0F172A;
}

.fd-footer-section .fd-footer-brand-desc {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #475569;
}

.fd-footer-section .fd-footer-badge {
    background: rgba(2, 132, 199, 0.08);
    border: 1px solid rgba(2, 132, 199, 0.2);
    border-radius: 100px;
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #0284C7;
}

.fd-footer-section .fd-badge-icon {
    font-size: 1rem;
    color: #0284C7;
}

.fd-footer-section .fd-footer-title {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    color: #0F172A;
    line-height: 1.3;
}

.fd-footer-section .fd-footer-nav-link {
    font-size: 0.9375rem;
    color: #475569;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
}

.fd-footer-section .fd-footer-nav-link:hover {
    color: #0284C7;
    transform: translateX(2px);
}

.fd-footer-section .fd-contact-icon {
    font-size: 1.15rem;
    color: #0284C7;
}

.fd-footer-section .fd-contact-text {
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #475569;
}

.fd-footer-section .fd-contact-link {
    font-size: 0.9375rem;
    color: #475569;
    text-decoration: none;
    transition: color 0.2s ease;
}

.fd-footer-section .fd-contact-link:hover {
    color: #0284C7;
    text-decoration: underline;
}

.fd-footer-section .fd-footer-divider {
    border-color: rgba(226, 232, 240, 0.8) !important;
}

.fd-footer-section .fd-footer-copyright,
.fd-footer-section .fd-footer-system-note {
    font-size: 0.875rem;
    color: #64748B;
}

@media (max-width: 767.98px) {
    .fd-footer-section .fd-footer-title {
        font-size: 0.875rem;
    }

    .fd-footer-section .fd-footer-nav-link,
    .fd-footer-section .fd-contact-text,
    .fd-footer-section .fd-contact-link,
    .fd-footer-section .fd-footer-brand-desc {
        font-size: 0.875rem;
    }
}

.fd-header-section {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.fd-header-section .fd-header-logo {
    max-width: 36px;
    height: auto;
    object-fit: contain;
}

.fd-header-section .fd-header-brand-name {
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0F172A;
}

.fd-header-section .fd-nav-link {
    color: #475569;
    font-size: 0.9375rem;
    font-weight: 600;
    padding: 0.5rem 0.875rem;
    border-radius: 8px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.fd-header-section .fd-nav-link:hover,
.fd-header-section .fd-nav-link.active {
    color: #0284C7;
    background-color: rgba(2, 132, 199, 0.06);
}

.fd-header-section .fd-header-cta-btn {
    background: linear-gradient(135deg, #0284C7 0%, #6366F1 100%);
    color: #FFFFFF;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.625rem 1.25rem;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(2, 132, 199, 0.25);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.fd-header-section .fd-header-cta-btn:hover {
    opacity: 0.95;
    transform: translateY(-1px);
    color: #FFFFFF;
}

.fd-header-section .fd-menu-icon {
    font-size: 1.5rem;
    color: #0F172A;
}

.fd-hero-section {
    background: radial-gradient(circle at 50% 10%, rgba(99, 102, 241, 0.12) 0%, rgba(2, 132, 199, 0.08) 35%, rgba(248, 250, 252, 0) 70%), #F8FAFC;
    padding: 4.5rem 0 3rem 0;
    border-bottom: 1px solid rgba(226, 232, 240, 0.7);
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.fd-hero-section .fd-hero-badge {
    background: rgba(2, 132, 199, 0.08);
    border: 1px solid rgba(2, 132, 199, 0.2);
    color: #0284C7;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.4rem 1rem;
    border-radius: 100px;
}

.fd-hero-section .fd-hero-title {
    color: #0F172A;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.025em;
}

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

.fd-blog-list-section {
    background-color: #F8FAFC;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.fd-blog-list-section .fd-filter-bar-wrap {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 16px;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.04);
}

.fd-blog-list-section .fd-tab-btn {
    background: #FFFFFF;
    border: 1px solid #CBD5E1;
    color: #475569;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 100px;
    transition: all 0.2s ease;
}

.fd-blog-list-section .fd-tab-btn:hover {
    border-color: #0284C7;
    color: #0284C7;
}

.fd-blog-list-section .fd-tab-btn.active {
    background: linear-gradient(135deg, #0284C7 0%, #6366F1 100%);
    border-color: transparent;
    color: #FFFFFF;
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.25);
}

.fd-blog-list-section .fd-search-box .fd-search-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #64748B;
    font-size: 1.1rem;
}

.fd-blog-list-section .fd-search-input {
    padding-left: 2.75rem;
    padding-right: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.875rem;
    color: #0F172A;
    background-color: #FFFFFF;
    border: 1px solid #CBD5E1;
    border-radius: 10px;
}

.fd-blog-list-section .fd-search-input::placeholder {
    color: #94A3B8;
    opacity: 1;
}

.fd-blog-list-section .fd-search-input:focus {
    border-color: #0284C7;
    box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.15);
}

.fd-blog-list-section .fd-article-card {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px -5px rgba(2, 132, 199, 0.05);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.fd-blog-list-section .fd-article-card:hover {
    border-color: rgba(2, 132, 199, 0.35);
    transform: translateY(-4px);
    box-shadow: 0 16px 36px -6px rgba(2, 132, 199, 0.12);
}

.fd-blog-list-section .fd-article-media {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.fd-blog-list-section .fd-article-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.fd-blog-list-section .fd-article-card:hover .fd-article-img {
    transform: scale(1.03);
}

.fd-blog-list-section .fd-article-tag-badge {
    top: 1rem;
    left: 1rem;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.3rem 0.75rem;
    border-radius: 100px;
}

.fd-blog-list-section .fd-meta-item {
    font-size: 0.8125rem;
    color: #64748B;
    font-weight: 500;
}

.fd-blog-list-section .fd-article-title {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.015em;
}

.fd-blog-list-section .fd-title-link {
    color: #0F172A;
    transition: color 0.2s ease;
}

.fd-blog-list-section .fd-title-link:hover {
    color: #0284C7;
}

.fd-blog-list-section .fd-article-desc {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #475569;
}

.fd-blog-list-section .fd-article-footer {
    border-color: rgba(226, 232, 240, 0.8) !important;
}

.fd-blog-list-section .fd-read-link {
    color: #0284C7;
    font-size: 0.875rem;
    font-weight: 600;
    transition: color 0.2s ease, transform 0.2s ease;
}

.fd-blog-list-section .fd-read-link:hover {
    color: #0369A1;
    transform: translateX(2px);
}

.fd-blog-list-section .fd-article-read-time {
    font-size: 0.8125rem;
    color: #64748B;
    font-weight: 500;
}

.fd-blog-list-section .fd-empty-icon {
    font-size: 3rem;
    color: #64748B;
}

.fd-blog-list-section .fd-empty-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0F172A;
}

.fd-blog-list-section .fd-empty-desc {
    font-size: 0.9375rem;
    color: #64748B;
}

@media (max-width: 767.98px) {
    .fd-hero-section .fd-hero-title {
        font-size: 1.125rem;
    }

    .fd-hero-section .fd-hero-subtitle {
        font-size: 0.875rem;
    }

    .fd-blog-list-section .fd-article-title {
        font-size: 1rem;
    }

    .fd-blog-list-section .fd-article-desc {
        font-size: 0.875rem;
    }

    .fd-blog-list-section .fd-article-media {
        height: 180px;
    }
}


/* ===== PAGE: privacy ===== */
.policy-content{color:#0f172a;line-height:1.75;font-size:1rem;word-break:keep-all;hyphens:auto}.policy-content h2{color:#0f172a;font-size:1.5rem;font-weight:700;line-height:1.3;margin-top:2.25rem;margin-bottom:1rem;padding-bottom:0.5rem;border-bottom:1px solid rgba(226,232,240,0.8)}.policy-content h2:first-child{margin-top:0}.policy-content p{color:#475569;margin-bottom:1.25rem}.policy-content strong{color:#0f172a;font-weight:600}.policy-content ul{list-style-type:disc;padding-left:1.5rem;margin-bottom:1.25rem;color:#475569}.policy-content ul ul{list-style-type:circle;margin-top:0.5rem;margin-bottom:0.5rem}.policy-content li{margin-bottom:0.5rem;line-height:1.6}.policy-content a{color:#0284c7;text-decoration:none;font-weight:500;transition:color 0.2s ease}.policy-content a:hover{color:#0369a1;text-decoration:underline}@media(max-width:767.98px){.policy-content{font-size:0.9375rem;line-height:1.65}.policy-content h2{font-size:1rem;margin-top:1.75rem;margin-bottom:0.75rem}.policy-content ul{padding-left:1.25rem;margin-bottom:1rem}.policy-content li{margin-bottom:0.375rem}}

/* ===== PAGE: terms ===== */
.policy-content { width: 100%; max-width: 1240px; margin: 0 auto; padding: 4rem 1.5rem; background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(12px); border-radius: 20px; border: 1px solid rgba(226, 232, 240, 0.9); box-shadow: 0 10px 30px -5px rgba(2, 132, 199, 0.05), 0 4px 6px -2px rgba(15, 23, 42, 0.02); word-break: keep-all; overflow-wrap: break-word; hyphens: auto; } .policy-content h1 { font-size: 2.25rem; font-weight: 700; line-height: 1.25; color: #0F172A; margin-bottom: 2rem; letter-spacing: -0.025em; border-bottom: 2px solid rgba(2, 132, 199, 0.15); padding-bottom: 1.25rem; } .policy-content h2 { font-size: 1.5rem; font-weight: 600; line-height: 1.3; color: #0F172A; margin-top: 2.5rem; margin-bottom: 1rem; letter-spacing: -0.015em; } .policy-content h3 { font-size: 1.25rem; font-weight: 600; line-height: 1.35; color: #0F172A; margin-top: 1.75rem; margin-bottom: 0.75rem; } .policy-content p { font-size: 1rem; line-height: 1.7; color: #475569; margin-bottom: 1.25rem; } .policy-content strong { color: #0F172A; font-weight: 600; } .policy-content ul, .policy-content ol { margin-top: 0.75rem; margin-bottom: 1.5rem; padding-left: 1.5rem; } .policy-content li { font-size: 1rem; line-height: 1.7; color: #475569; margin-bottom: 0.5rem; } .policy-content a { color: #0284C7; text-decoration: none; font-weight: 500; transition: color 0.2s ease, text-decoration 0.2s ease; } .policy-content a:hover { color: #0369A1; text-decoration: underline; } @media (max-width: 767.98px) { .policy-content { padding: 2rem 1rem; border-radius: 16px; } .policy-content h1 { font-size: 18px; line-height: 1.3; margin-bottom: 1.25rem; padding-bottom: 0.75rem; } .policy-content h2 { font-size: 16px; line-height: 1.35; margin-top: 1.75rem; margin-bottom: 0.75rem; } .policy-content h3 { font-size: 14px; line-height: 1.4; margin-top: 1.25rem; margin-bottom: 0.5rem; } .policy-content p, .policy-content li { font-size: 0.9375rem; line-height: 1.6; } .policy-content ul, .policy-content ol { padding-left: 1.25rem; } }

/* ===== PAGE: disclaimer ===== */
.policy-content { color: #475569; font-size: 1rem; line-height: 1.7; word-break: keep-all; overflow-wrap: break-word; }
.policy-content h2 { color: #0F172A; font-size: 1.4rem; font-weight: 700; line-height: 1.3; margin-top: 2.25rem; margin-bottom: 0.85rem; padding-bottom: 0.45rem; border-bottom: 1px solid rgba(226, 232, 240, 0.8); }
.policy-content h2:first-of-type { margin-top: 0; }
.policy-content p { color: #475569; margin-bottom: 1rem; }
.policy-content ul { margin-top: 0.5rem; margin-bottom: 1.25rem; padding-left: 1.25rem; }
.policy-content li { color: #475569; margin-bottom: 0.5rem; }
.policy-content strong { color: #0F172A; font-weight: 600; }
.policy-content a { color: #0284C7; text-decoration: none; font-weight: 500; transition: color 0.15s ease-in-out; }
.policy-content a:hover { color: #0369A1; text-decoration: underline; }
@media (max-width: 767.98px) {
  .policy-content { font-size: 0.925rem; line-height: 1.6; hyphens: auto; }
  .policy-content h2 { font-size: 1rem; margin-top: 1.75rem; margin-bottom: 0.65rem; }
  .policy-content ul { padding-left: 1rem; }
}

/* ===== PAGE: cookies ===== */
.policy-content { max-width: 960px; margin: 0 auto; padding: 3.5rem 1.5rem; color: #475569; line-height: 1.75; word-break: keep-all; overflow-wrap: break-word; } .policy-content h1 { font-size: 2.25rem; font-weight: 800; color: #0F172A; margin-bottom: 0.75rem; line-height: 1.25; letter-spacing: -0.025em; } .policy-content h2 { font-size: 1.5rem; font-weight: 700; color: #0F172A; margin-top: 2.5rem; margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 1px solid rgba(226, 232, 240, 0.9); line-height: 1.3; letter-spacing: -0.02em; } .policy-content h3 { font-size: 1.15rem; font-weight: 600; color: #0F172A; margin-top: 1.5rem; margin-bottom: 0.5rem; line-height: 1.4; letter-spacing: -0.015em; } .policy-content p { margin-bottom: 1rem; font-size: 1rem; color: #475569; line-height: 1.7; } .policy-content strong { color: #0F172A; font-weight: 600; } .policy-content ul, .policy-content ol { margin-top: 0.5rem; margin-bottom: 1.5rem; padding-left: 1.5rem; } .policy-content li { margin-bottom: 0.5rem; color: #475569; line-height: 1.65; } .policy-content a { color: #0284C7; text-decoration: underline; text-underline-offset: 3px; transition: color 0.2s ease; } .policy-content a:hover { color: #0369A1; } @media (max-width: 767.98px) { .policy-content { padding: 2rem 1rem; } .policy-content h1 { font-size: 1.125rem; hyphens: auto; } .policy-content h2 { font-size: 1rem; hyphens: auto; margin-top: 2rem; } .policy-content h3 { font-size: 0.875rem; hyphens: auto; margin-top: 1.25rem; } .policy-content p, .policy-content li { font-size: 0.875rem; hyphens: auto; } }

.aurora-comment-card {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 20px;
    box-shadow: 0 10px 30px -5px rgba(2, 132, 199, 0.06), 0 4px 6px -2px rgba(15, 23, 42, 0.02);
    padding: 1.75rem;
    margin-bottom: 1.25rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease
}

.aurora-comment-card:hover {
    border-color: rgba(2, 132, 199, 0.3);
    box-shadow: 0 12px 35px -5px rgba(2, 132, 199, 0.1)
}

.comment-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #FFFFFF;
    box-shadow: 0 2px 8px rgba(2, 132, 199, 0.15)
}

.comment-author-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0F172A;
    line-height: 1.2
}

.aurora-badge-verified {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: rgba(2, 132, 199, 0.08);
    color: #0284C7;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.2rem 0.6rem;
    border-radius: 100px;
    border: 1px solid rgba(2, 132, 199, 0.18)
}

.aurora-badge-verified i {
    font-size: 0.85rem
}

.aurora-role-badge {
    font-size: 0.75rem;
    font-weight: 500;
    color: #64748B;
    background: #F1F5F9;
    padding: 0.2rem 0.55rem;
    border-radius: 6px
}

.comment-time {
    font-size: 0.8125rem;
    color: #64748B;
    margin-top: 0.2rem
}

.comment-rating {
    display: flex;
    align-items: center;
    gap: 0.2rem
}

.comment-rating i {
    font-size: 1rem;
    color: #CBD5E1
}

.comment-rating i.active {
    color: #F59E0B
}

.comment-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0F172A;
    margin-top: 0.25rem;
    margin-bottom: 0.6rem;
    line-height: 1.4
}

.comment-text {
    font-size: 0.95rem;
    line-height: 1.65;
    color: #475569;
    margin-bottom: 1.25rem
}

.comment-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-top: 1px solid rgba(226, 232, 240, 0.8);
    padding-top: 1rem
}

.comment-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    background: transparent;
    border: 1px solid rgba(226, 232, 240, 0.9);
    color: #64748B;
    padding: 0.4rem 0.85rem;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s ease
}

.comment-action-btn:hover {
    background: #F8FAFC;
    color: #0284C7;
    border-color: rgba(2, 132, 199, 0.3)
}

.comment-action-btn.active {
    background: rgba(2, 132, 199, 0.08);
    color: #0284C7;
    border-color: rgba(2, 132, 199, 0.25);
    font-weight: 600
}

.comment-action-btn i {
    font-size: 1rem
}

.aurora-reply-wrapper {
    margin-left: 2.5rem;
    position: relative;
    margin-top: 0.75rem;
    padding-left: 1rem;
    border-left: 2px solid rgba(2, 132, 199, 0.2)
}

@media(max-width:767.98px) {
    .aurora-reply-wrapper {
        margin-left: 1rem;
        padding-left: 0.75rem
    }
}

.aurora-reply-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 249, 255, 0.65) 100%);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(2, 132, 199, 0.18);
    border-radius: 16px;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.03);
    padding: 1.35rem;
    transition: border-color 0.2s ease
}

.aurora-reply-card:hover {
    border-color: rgba(2, 132, 199, 0.35)
}

.reply-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #FFFFFF;
    box-shadow: 0 2px 6px rgba(2, 132, 199, 0.15)
}

.reply-author-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0F172A;
    line-height: 1.2
}

.aurora-badge-official {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: linear-gradient(135deg, #0284C7 0%, #6366F1 100%);
    color: #FFFFFF;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.18rem 0.55rem;
    border-radius: 100px;
    box-shadow: 0 2px 6px rgba(2, 132, 199, 0.25)
}

.aurora-badge-official i {
    font-size: 0.75rem
}

.aurora-reply-target {
    font-size: 0.75rem;
    font-weight: 600;
    color: #0284C7;
    background: rgba(2, 132, 199, 0.08);
    padding: 0.15rem 0.5rem;
    border-radius: 4px
}

.reply-time {
    font-size: 0.775rem;
    color: #64748B;
    margin-top: 0.2rem
}

.reply-body {
    margin-top: 0.6rem
}

.reply-text {
    font-size: 0.9125rem;
    line-height: 1.6;
    color: #334155;
    margin-bottom: 0.9rem
}

.reply-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem
}

.reply-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    background: transparent;
    border: 1px solid rgba(226, 232, 240, 0.8);
    color: #64748B;
    padding: 0.3rem 0.7rem;
    border-radius: 6px;
    font-size: 0.775rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s ease
}

.reply-action-btn:hover {
    background: #FFFFFF;
    color: #0284C7;
    border-color: rgba(2, 132, 199, 0.3)
}

.reply-action-btn i {
    font-size: 0.85rem
}


/* ===== PAGE TEMPLATE: features ===== */
.fd-footer-section {
    background: #F8FAFC;
    border-top: 1px solid rgba(226, 232, 240, 0.9);
    color: #475569;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.fd-footer-section .fd-footer-logo {
    max-width: 40px;
    height: auto;
    object-fit: contain;
}

.fd-footer-section .fd-footer-brand-name {
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0F172A;
}

.fd-footer-section .fd-footer-brand-desc {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #475569;
}

.fd-footer-section .fd-footer-badge {
    background: rgba(2, 132, 199, 0.08);
    border: 1px solid rgba(2, 132, 199, 0.2);
    border-radius: 100px;
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #0284C7;
}

.fd-footer-section .fd-badge-icon {
    font-size: 1rem;
    color: #0284C7;
}

.fd-footer-section .fd-footer-title {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    color: #0F172A;
    line-height: 1.3;
}

.fd-footer-section .fd-footer-nav-link {
    font-size: 0.9375rem;
    color: #475569;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
}

.fd-footer-section .fd-footer-nav-link:hover {
    color: #0284C7;
    transform: translateX(2px);
}

.fd-footer-section .fd-contact-icon {
    font-size: 1.15rem;
    color: #0284C7;
}

.fd-footer-section .fd-contact-text {
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #475569;
}

.fd-footer-section .fd-contact-link {
    font-size: 0.9375rem;
    color: #475569;
    text-decoration: none;
    transition: color 0.2s ease;
}

.fd-footer-section .fd-contact-link:hover {
    color: #0284C7;
    text-decoration: underline;
}

.fd-footer-section .fd-footer-divider {
    border-color: rgba(226, 232, 240, 0.8) !important;
}

.fd-footer-section .fd-footer-copyright,
.fd-footer-section .fd-footer-system-note {
    font-size: 0.875rem;
    color: #64748B;
}


.fd-detail-page-container {
    background-color: #F8FAFC;
    color: #475569;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    min-height: 80vh;
}

.fd-detail-page-container .fd-detail-hero {
    background: radial-gradient(circle at 50% 20%, rgba(99, 102, 241, 0.12) 0%, rgba(2, 132, 199, 0.08) 35%, rgba(13, 148, 136, 0.05) 70%, rgba(248, 250, 252, 0) 100%);
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.fd-detail-page-container .fd-breadcrumb-link {
    color: #64748B;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
}

.fd-detail-page-container .fd-breadcrumb-link:hover {
    color: #0284C7;
}

.fd-detail-page-container .breadcrumb-item.active {
    color: #0F172A;
    font-size: 0.875rem;
    font-weight: 600;
}

.fd-detail-page-container .fd-hero-pill {
    background: rgba(2, 132, 199, 0.08);
    border: 1px solid rgba(2, 132, 199, 0.2);
    color: #0284C7;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.4rem 0.9rem;
    border-radius: 100px;
}

.fd-detail-page-container .fd-hero-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0F172A;
    line-height: 1.25;
    letter-spacing: -0.025em;
}

.fd-detail-page-container .fd-hero-subtitle {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #475569;
}

.fd-detail-page-container .fd-meta-icon {
    color: #0284C7;
}

.fd-detail-page-container .fd-meta-text {
    font-size: 0.875rem;
    color: #64748B;
    font-weight: 500;
}

.fd-detail-page-container .fd-meta-dot {
    color: #CBD5E1;
}


.fd-detail-page-container .fd-article-card,
.fd-detail-page-container .fd-tabs-container,
.fd-detail-page-container .fd-comments-container,
.fd-detail-page-container .fd-sidebar-card {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 20px;
    box-shadow: 0 10px 30px -5px rgba(2, 132, 199, 0.05), 0 4px 6px -2px rgba(15, 23, 42, 0.02);
}

.fd-detail-page-container .fd-main-img {
    border-radius: 16px;
    max-height: 440px;
    object-fit: cover;
}


.fd-detail-page-container .fd-lead-paragraph {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #334155;
    font-weight: 500;
}

.fd-detail-page-container .fd-section-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0F172A;
    line-height: 1.3;
}

.fd-detail-page-container .fd-sub-heading {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0F172A;
    line-height: 1.35;
}

.fd-detail-page-container .fd-quote-box {
    background: rgba(241, 245, 249, 0.7);
    border-left: 4px solid #0284C7;
    border-radius: 0 12px 12px 0;
}

.fd-detail-page-container .fd-quote-icon {
    font-size: 1.5rem;
    color: #0284C7;
    display: block;
}

.fd-detail-page-container .fd-quote-text {
    font-size: 1.05rem;
    font-style: italic;
    color: #1E293B;
    line-height: 1.6;
}

.fd-detail-page-container .fd-keypoints-list {
    list-style: disc;
    padding-left: 1.25rem;
    color: #475569;
}


.fd-detail-page-container .fd-btn-primary {
    background: linear-gradient(135deg, #0284C7 0%, #6366F1 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    box-shadow: 0 8px 20px -4px rgba(2, 132, 199, 0.35);
    transition: opacity 0.2s ease;
}

.fd-detail-page-container .fd-btn-primary:hover {
    opacity: 0.92;
    color: #FFFFFF;
}

.fd-detail-page-container .fd-btn-secondary {
    background: #FFFFFF;
    color: #0F172A;
    border: 1px solid #CBD5E1;
    border-radius: 12px;
    font-weight: 600;
    padding: 0.5rem 1rem;
}

.fd-detail-page-container .fd-btn-secondary:hover {
    background: #F1F5F9;
    color: #0F172A;
}


.fd-detail-page-container .fd-tab-btn {
    background: transparent;
    border: 1px solid transparent;
    padding: 0.6rem 1.2rem;
    border-radius: 10px;
    font-weight: 600;
    color: #64748B;
    cursor: pointer;
    transition: all 0.2s ease;
}

.fd-detail-page-container .fd-tab-btn.active {
    background: rgba(2, 132, 199, 0.1);
    color: #0284C7;
    border-color: rgba(2, 132, 199, 0.2);
}

.fd-detail-page-container .fd-tab-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0F172A;
}

.fd-detail-page-container .fd-stat-box {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
}

.fd-detail-page-container .fd-stat-num {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0284C7;
}

.fd-detail-page-container .fd-stat-label {
    font-size: 0.875rem;
    color: #64748B;
}

.fd-detail-page-container .fd-accordion-item {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
}

.fd-detail-page-container .fd-accordion-header {
    cursor: pointer;
    user-select: none;
    color: #0F172A;
}


.fd-detail-page-container .fd-form-input {
    background: #FFFFFF;
    border: 1px solid #CBD5E1;
    color: #0F172A;
    border-radius: 10px;
    padding: 0.65rem 1rem;
}

.fd-detail-page-container .fd-form-input:focus {
    border-color: #0284C7;
    box-shadow: 0 0 0 0.2rem rgba(2, 132, 199, 0.15);
}

.fd-detail-page-container .fd-form-input::placeholder {
    color: #94A3B8;
    opacity: 1;
}

.fd-detail-page-container .fd-input-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #334155;
}

.fd-detail-page-container .fd-star-rating-select .js-star {
    font-size: 1.35rem;
    color: #CBD5E1;
    cursor: pointer;
}

.fd-detail-page-container .fd-star-rating-select .js-star.active {
    color: #F59E0B;
}


.fd-detail-page-container .aurora-comment-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 1.5rem;
}

.fd-detail-page-container .comment-avatar,
.fd-detail-page-container .reply-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.fd-detail-page-container .comment-author-name,
.fd-detail-page-container .reply-author-name {
    font-size: 1rem;
    font-weight: 700;
    color: #0F172A;
}

.fd-detail-page-container .aurora-badge-verified {
    background: rgba(13, 148, 136, 0.1);
    color: #0D9488;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
}

.fd-detail-page-container .aurora-role-badge {
    background: #F1F5F9;
    color: #475569;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
}

.fd-detail-page-container .aurora-badge-official {
    background: rgba(2, 132, 199, 0.1);
    color: #0284C7;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
}

.fd-detail-page-container .aurora-reply-target {
    font-size: 0.8rem;
    color: #6366F1;
    font-weight: 600;
}

.fd-detail-page-container .comment-time,
.fd-detail-page-container .reply-time {
    font-size: 0.8125rem;
    color: #94A3B8;
}

.fd-detail-page-container .comment-rating i {
    color: #CBD5E1;
    font-size: 0.95rem;
}

.fd-detail-page-container .comment-rating i.active {
    color: #F59E0B;
}

.fd-detail-page-container .comment-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 0.5rem;
}

.fd-detail-page-container .comment-text,
.fd-detail-page-container .reply-text {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #475569;
    margin: 0;
}

.fd-detail-page-container .comment-actions,
.fd-detail-page-container .reply-actions {
    margin-top: 1rem;
    display: flex;
    gap: 0.75rem;
}

.fd-detail-page-container .comment-action-btn,
.fd-detail-page-container .reply-action-btn {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 0.35rem 0.75rem;
    font-size: 0.8125rem;
    color: #64748B;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.fd-detail-page-container .comment-action-btn.active,
.fd-detail-page-container .reply-action-btn.active {
    background: rgba(2, 132, 199, 0.1);
    border-color: rgba(2, 132, 199, 0.25);
    color: #0284C7;
}

.fd-detail-page-container .aurora-reply-wrapper {
    padding-left: 2rem;
    border-left: 2px solid rgba(2, 132, 199, 0.2);
}

.fd-detail-page-container .aurora-reply-card {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 1.25rem;
}


.fd-detail-page-container .fd-sidebar-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0F172A;
}

.fd-detail-page-container .fd-author-avatar-wrap {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(2, 132, 199, 0.15) 0%, rgba(99, 102, 241, 0.15) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.fd-detail-page-container .fd-avatar-icon {
    font-size: 1.4rem;
    color: #0284C7;
}

.fd-detail-page-container .fd-author-role {
    font-size: 0.8125rem;
    color: #64748B;
}

.fd-detail-page-container .fd-sidebar-desc {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #475569;
}

.fd-detail-page-container .fd-widget-icon {
    font-size: 1.25rem;
    color: #0284C7;
}

.fd-detail-page-container .fd-recent-title {
    font-size: 0.9rem;
    color: #334155;
    font-weight: 500;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.fd-detail-page-container .recent-post-link:hover .fd-recent-title {
    color: #0284C7;
}

@media (max-width: 767.98px) {
    .fd-detail-page-container .fd-hero-title {
        font-size: 1.125rem;
        hyphens: auto;
    }

    .fd-detail-page-container .fd-section-heading {
        font-size: 1rem;
        hyphens: auto;
    }

    .fd-detail-page-container .fd-sub-heading,
    .fd-detail-page-container .fd-sidebar-title,
    .fd-detail-page-container .fd-tab-title {
        font-size: 0.875rem;
        hyphens: auto;
    }

    .fd-detail-page-container .aurora-reply-wrapper {
        padding-left: 0.75rem;
    }
}

/* ===== PAGE TEMPLATE: solutions ===== */
.fd-footer-section {
    background: #F8FAFC;
    border-top: 1px solid rgba(226, 232, 240, 0.9);
    color: #475569;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.fd-footer-section .fd-footer-logo {
    max-width: 40px;
    height: auto;
    object-fit: contain;
}

.fd-footer-section .fd-footer-brand-name {
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0F172A;
}

.fd-footer-section .fd-footer-brand-desc {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #475569;
}

.fd-footer-section .fd-footer-badge {
    background: rgba(2, 132, 199, 0.08);
    border: 1px solid rgba(2, 132, 199, 0.2);
    border-radius: 100px;
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #0284C7;
}

.fd-footer-section .fd-badge-icon {
    font-size: 1rem;
    color: #0284C7;
}

.fd-footer-section .fd-footer-title {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    color: #0F172A;
    line-height: 1.3;
}

.fd-footer-section .fd-footer-nav-link {
    font-size: 0.9375rem;
    color: #475569;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
}

.fd-footer-section .fd-footer-nav-link:hover {
    color: #0284C7;
    transform: translateX(2px);
}

.fd-footer-section .fd-contact-icon {
    font-size: 1.15rem;
    color: #0284C7;
}

.fd-footer-section .fd-contact-text {
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #475569;
}

.fd-footer-section .fd-contact-link {
    font-size: 0.9375rem;
    color: #475569;
    text-decoration: none;
    transition: color 0.2s ease;
}

.fd-footer-section .fd-contact-link:hover {
    color: #0284C7;
    text-decoration: underline;
}

.fd-footer-section .fd-footer-divider {
    border-color: rgba(226, 232, 240, 0.8) !important;
}

.fd-footer-section .fd-footer-copyright,
.fd-footer-section .fd-footer-system-note {
    font-size: 0.875rem;
    color: #64748B;
}


.fd-detail-page-container {
    background-color: #F8FAFC;
    color: #475569;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    min-height: 80vh;
}

.fd-detail-page-container .fd-detail-hero {
    background: radial-gradient(circle at 50% 20%, rgba(99, 102, 241, 0.12) 0%, rgba(2, 132, 199, 0.08) 35%, rgba(13, 148, 136, 0.05) 70%, rgba(248, 250, 252, 0) 100%);
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.fd-detail-page-container .fd-breadcrumb-link {
    color: #64748B;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
}

.fd-detail-page-container .fd-breadcrumb-link:hover {
    color: #0284C7;
}

.fd-detail-page-container .breadcrumb-item.active {
    color: #0F172A;
    font-size: 0.875rem;
    font-weight: 600;
}

.fd-detail-page-container .fd-hero-pill {
    background: rgba(2, 132, 199, 0.08);
    border: 1px solid rgba(2, 132, 199, 0.2);
    color: #0284C7;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.4rem 0.9rem;
    border-radius: 100px;
}

.fd-detail-page-container .fd-hero-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0F172A;
    line-height: 1.25;
    letter-spacing: -0.025em;
}

.fd-detail-page-container .fd-hero-subtitle {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #475569;
}

.fd-detail-page-container .fd-meta-icon {
    color: #0284C7;
}

.fd-detail-page-container .fd-meta-text {
    font-size: 0.875rem;
    color: #64748B;
    font-weight: 500;
}

.fd-detail-page-container .fd-meta-dot {
    color: #CBD5E1;
}


.fd-detail-page-container .fd-article-card,
.fd-detail-page-container .fd-tabs-container,
.fd-detail-page-container .fd-comments-container,
.fd-detail-page-container .fd-sidebar-card {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 20px;
    box-shadow: 0 10px 30px -5px rgba(2, 132, 199, 0.05), 0 4px 6px -2px rgba(15, 23, 42, 0.02);
}

.fd-detail-page-container .fd-main-img {
    border-radius: 16px;
    max-height: 440px;
    object-fit: cover;
}


.fd-detail-page-container .fd-lead-paragraph {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #334155;
    font-weight: 500;
}

.fd-detail-page-container .fd-section-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0F172A;
    line-height: 1.3;
}

.fd-detail-page-container .fd-sub-heading {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0F172A;
    line-height: 1.35;
}

.fd-detail-page-container .fd-quote-box {
    background: rgba(241, 245, 249, 0.7);
    border-left: 4px solid #0284C7;
    border-radius: 0 12px 12px 0;
}

.fd-detail-page-container .fd-quote-icon {
    font-size: 1.5rem;
    color: #0284C7;
    display: block;
}

.fd-detail-page-container .fd-quote-text {
    font-size: 1.05rem;
    font-style: italic;
    color: #1E293B;
    line-height: 1.6;
}

.fd-detail-page-container .fd-keypoints-list {
    list-style: disc;
    padding-left: 1.25rem;
    color: #475569;
}


.fd-detail-page-container .fd-btn-primary {
    background: linear-gradient(135deg, #0284C7 0%, #6366F1 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    box-shadow: 0 8px 20px -4px rgba(2, 132, 199, 0.35);
    transition: opacity 0.2s ease;
}

.fd-detail-page-container .fd-btn-primary:hover {
    opacity: 0.92;
    color: #FFFFFF;
}

.fd-detail-page-container .fd-btn-secondary {
    background: #FFFFFF;
    color: #0F172A;
    border: 1px solid #CBD5E1;
    border-radius: 12px;
    font-weight: 600;
    padding: 0.5rem 1rem;
}

.fd-detail-page-container .fd-btn-secondary:hover {
    background: #F1F5F9;
    color: #0F172A;
}


.fd-detail-page-container .fd-tab-btn {
    background: transparent;
    border: 1px solid transparent;
    padding: 0.6rem 1.2rem;
    border-radius: 10px;
    font-weight: 600;
    color: #64748B;
    cursor: pointer;
    transition: all 0.2s ease;
}

.fd-detail-page-container .fd-tab-btn.active {
    background: rgba(2, 132, 199, 0.1);
    color: #0284C7;
    border-color: rgba(2, 132, 199, 0.2);
}

.fd-detail-page-container .fd-tab-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0F172A;
}

.fd-detail-page-container .fd-stat-box {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
}

.fd-detail-page-container .fd-stat-num {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0284C7;
}

.fd-detail-page-container .fd-stat-label {
    font-size: 0.875rem;
    color: #64748B;
}

.fd-detail-page-container .fd-accordion-item {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
}

.fd-detail-page-container .fd-accordion-header {
    cursor: pointer;
    user-select: none;
    color: #0F172A;
}


.fd-detail-page-container .fd-form-input {
    background: #FFFFFF;
    border: 1px solid #CBD5E1;
    color: #0F172A;
    border-radius: 10px;
    padding: 0.65rem 1rem;
}

.fd-detail-page-container .fd-form-input:focus {
    border-color: #0284C7;
    box-shadow: 0 0 0 0.2rem rgba(2, 132, 199, 0.15);
}

.fd-detail-page-container .fd-form-input::placeholder {
    color: #94A3B8;
    opacity: 1;
}

.fd-detail-page-container .fd-input-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #334155;
}

.fd-detail-page-container .fd-star-rating-select .js-star {
    font-size: 1.35rem;
    color: #CBD5E1;
    cursor: pointer;
}

.fd-detail-page-container .fd-star-rating-select .js-star.active {
    color: #F59E0B;
}


.fd-detail-page-container .aurora-comment-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 1.5rem;
}

.fd-detail-page-container .comment-avatar,
.fd-detail-page-container .reply-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.fd-detail-page-container .comment-author-name,
.fd-detail-page-container .reply-author-name {
    font-size: 1rem;
    font-weight: 700;
    color: #0F172A;
}

.fd-detail-page-container .aurora-badge-verified {
    background: rgba(13, 148, 136, 0.1);
    color: #0D9488;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
}

.fd-detail-page-container .aurora-role-badge {
    background: #F1F5F9;
    color: #475569;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
}

.fd-detail-page-container .aurora-badge-official {
    background: rgba(2, 132, 199, 0.1);
    color: #0284C7;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
}

.fd-detail-page-container .aurora-reply-target {
    font-size: 0.8rem;
    color: #6366F1;
    font-weight: 600;
}

.fd-detail-page-container .comment-time,
.fd-detail-page-container .reply-time {
    font-size: 0.8125rem;
    color: #94A3B8;
}

.fd-detail-page-container .comment-rating i {
    color: #CBD5E1;
    font-size: 0.95rem;
}

.fd-detail-page-container .comment-rating i.active {
    color: #F59E0B;
}

.fd-detail-page-container .comment-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 0.5rem;
}

.fd-detail-page-container .comment-text,
.fd-detail-page-container .reply-text {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #475569;
    margin: 0;
}

.fd-detail-page-container .comment-actions,
.fd-detail-page-container .reply-actions {
    margin-top: 1rem;
    display: flex;
    gap: 0.75rem;
}

.fd-detail-page-container .comment-action-btn,
.fd-detail-page-container .reply-action-btn {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 0.35rem 0.75rem;
    font-size: 0.8125rem;
    color: #64748B;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.fd-detail-page-container .comment-action-btn.active,
.fd-detail-page-container .reply-action-btn.active {
    background: rgba(2, 132, 199, 0.1);
    border-color: rgba(2, 132, 199, 0.25);
    color: #0284C7;
}

.fd-detail-page-container .aurora-reply-wrapper {
    padding-left: 2rem;
    border-left: 2px solid rgba(2, 132, 199, 0.2);
}

.fd-detail-page-container .aurora-reply-card {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 1.25rem;
}


.fd-detail-page-container .fd-sidebar-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0F172A;
}

.fd-detail-page-container .fd-author-avatar-wrap {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(2, 132, 199, 0.15) 0%, rgba(99, 102, 241, 0.15) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.fd-detail-page-container .fd-avatar-icon {
    font-size: 1.4rem;
    color: #0284C7;
}

.fd-detail-page-container .fd-author-role {
    font-size: 0.8125rem;
    color: #64748B;
}

.fd-detail-page-container .fd-sidebar-desc {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #475569;
}

.fd-detail-page-container .fd-widget-icon {
    font-size: 1.25rem;
    color: #0284C7;
}

.fd-detail-page-container .fd-recent-title {
    font-size: 0.9rem;
    color: #334155;
    font-weight: 500;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.fd-detail-page-container .recent-post-link:hover .fd-recent-title {
    color: #0284C7;
}

@media (max-width: 767.98px) {
    .fd-detail-page-container .fd-hero-title {
        font-size: 1.125rem;
        hyphens: auto;
    }

    .fd-detail-page-container .fd-section-heading {
        font-size: 1rem;
        hyphens: auto;
    }

    .fd-detail-page-container .fd-sub-heading,
    .fd-detail-page-container .fd-sidebar-title,
    .fd-detail-page-container .fd-tab-title {
        font-size: 0.875rem;
        hyphens: auto;
    }

    .fd-detail-page-container .aurora-reply-wrapper {
        padding-left: 0.75rem;
    }
}

/* ===== PAGE TEMPLATE: cases ===== */
.fd-footer-section {
    background: #F8FAFC;
    border-top: 1px solid rgba(226, 232, 240, 0.9);
    color: #475569;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.fd-footer-section .fd-footer-logo {
    max-width: 40px;
    height: auto;
    object-fit: contain;
}

.fd-footer-section .fd-footer-brand-name {
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0F172A;
}

.fd-footer-section .fd-footer-brand-desc {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #475569;
}

.fd-footer-section .fd-footer-badge {
    background: rgba(2, 132, 199, 0.08);
    border: 1px solid rgba(2, 132, 199, 0.2);
    border-radius: 100px;
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #0284C7;
}

.fd-footer-section .fd-badge-icon {
    font-size: 1rem;
    color: #0284C7;
}

.fd-footer-section .fd-footer-title {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    color: #0F172A;
    line-height: 1.3;
}

.fd-footer-section .fd-footer-nav-link {
    font-size: 0.9375rem;
    color: #475569;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
}

.fd-footer-section .fd-footer-nav-link:hover {
    color: #0284C7;
    transform: translateX(2px);
}

.fd-footer-section .fd-contact-icon {
    font-size: 1.15rem;
    color: #0284C7;
}

.fd-footer-section .fd-contact-text {
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #475569;
}

.fd-footer-section .fd-contact-link {
    font-size: 0.9375rem;
    color: #475569;
    text-decoration: none;
    transition: color 0.2s ease;
}

.fd-footer-section .fd-contact-link:hover {
    color: #0284C7;
    text-decoration: underline;
}

.fd-footer-section .fd-footer-divider {
    border-color: rgba(226, 232, 240, 0.8) !important;
}

.fd-footer-section .fd-footer-copyright,
.fd-footer-section .fd-footer-system-note {
    font-size: 0.875rem;
    color: #64748B;
}


.fd-detail-page-container {
    background-color: #F8FAFC;
    color: #475569;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    min-height: 80vh;
}

.fd-detail-page-container .fd-detail-hero {
    background: radial-gradient(circle at 50% 20%, rgba(99, 102, 241, 0.12) 0%, rgba(2, 132, 199, 0.08) 35%, rgba(13, 148, 136, 0.05) 70%, rgba(248, 250, 252, 0) 100%);
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.fd-detail-page-container .fd-breadcrumb-link {
    color: #64748B;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
}

.fd-detail-page-container .fd-breadcrumb-link:hover {
    color: #0284C7;
}

.fd-detail-page-container .breadcrumb-item.active {
    color: #0F172A;
    font-size: 0.875rem;
    font-weight: 600;
}

.fd-detail-page-container .fd-hero-pill {
    background: rgba(2, 132, 199, 0.08);
    border: 1px solid rgba(2, 132, 199, 0.2);
    color: #0284C7;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.4rem 0.9rem;
    border-radius: 100px;
}

.fd-detail-page-container .fd-hero-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0F172A;
    line-height: 1.25;
    letter-spacing: -0.025em;
}

.fd-detail-page-container .fd-hero-subtitle {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #475569;
}

.fd-detail-page-container .fd-meta-icon {
    color: #0284C7;
}

.fd-detail-page-container .fd-meta-text {
    font-size: 0.875rem;
    color: #64748B;
    font-weight: 500;
}

.fd-detail-page-container .fd-meta-dot {
    color: #CBD5E1;
}


.fd-detail-page-container .fd-article-card,
.fd-detail-page-container .fd-tabs-container,
.fd-detail-page-container .fd-comments-container,
.fd-detail-page-container .fd-sidebar-card {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 20px;
    box-shadow: 0 10px 30px -5px rgba(2, 132, 199, 0.05), 0 4px 6px -2px rgba(15, 23, 42, 0.02);
}

.fd-detail-page-container .fd-main-img {
    border-radius: 16px;
    max-height: 440px;
    object-fit: cover;
}


.fd-detail-page-container .fd-lead-paragraph {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #334155;
    font-weight: 500;
}

.fd-detail-page-container .fd-section-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0F172A;
    line-height: 1.3;
}

.fd-detail-page-container .fd-sub-heading {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0F172A;
    line-height: 1.35;
}

.fd-detail-page-container .fd-quote-box {
    background: rgba(241, 245, 249, 0.7);
    border-left: 4px solid #0284C7;
    border-radius: 0 12px 12px 0;
}

.fd-detail-page-container .fd-quote-icon {
    font-size: 1.5rem;
    color: #0284C7;
    display: block;
}

.fd-detail-page-container .fd-quote-text {
    font-size: 1.05rem;
    font-style: italic;
    color: #1E293B;
    line-height: 1.6;
}

.fd-detail-page-container .fd-keypoints-list {
    list-style: disc;
    padding-left: 1.25rem;
    color: #475569;
}


.fd-detail-page-container .fd-btn-primary {
    background: linear-gradient(135deg, #0284C7 0%, #6366F1 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    box-shadow: 0 8px 20px -4px rgba(2, 132, 199, 0.35);
    transition: opacity 0.2s ease;
}

.fd-detail-page-container .fd-btn-primary:hover {
    opacity: 0.92;
    color: #FFFFFF;
}

.fd-detail-page-container .fd-btn-secondary {
    background: #FFFFFF;
    color: #0F172A;
    border: 1px solid #CBD5E1;
    border-radius: 12px;
    font-weight: 600;
    padding: 0.5rem 1rem;
}

.fd-detail-page-container .fd-btn-secondary:hover {
    background: #F1F5F9;
    color: #0F172A;
}


.fd-detail-page-container .fd-tab-btn {
    background: transparent;
    border: 1px solid transparent;
    padding: 0.6rem 1.2rem;
    border-radius: 10px;
    font-weight: 600;
    color: #64748B;
    cursor: pointer;
    transition: all 0.2s ease;
}

.fd-detail-page-container .fd-tab-btn.active {
    background: rgba(2, 132, 199, 0.1);
    color: #0284C7;
    border-color: rgba(2, 132, 199, 0.2);
}

.fd-detail-page-container .fd-tab-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0F172A;
}

.fd-detail-page-container .fd-stat-box {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
}

.fd-detail-page-container .fd-stat-num {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0284C7;
}

.fd-detail-page-container .fd-stat-label {
    font-size: 0.875rem;
    color: #64748B;
}

.fd-detail-page-container .fd-accordion-item {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
}

.fd-detail-page-container .fd-accordion-header {
    cursor: pointer;
    user-select: none;
    color: #0F172A;
}


.fd-detail-page-container .fd-form-input {
    background: #FFFFFF;
    border: 1px solid #CBD5E1;
    color: #0F172A;
    border-radius: 10px;
    padding: 0.65rem 1rem;
}

.fd-detail-page-container .fd-form-input:focus {
    border-color: #0284C7;
    box-shadow: 0 0 0 0.2rem rgba(2, 132, 199, 0.15);
}

.fd-detail-page-container .fd-form-input::placeholder {
    color: #94A3B8;
    opacity: 1;
}

.fd-detail-page-container .fd-input-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #334155;
}

.fd-detail-page-container .fd-star-rating-select .js-star {
    font-size: 1.35rem;
    color: #CBD5E1;
    cursor: pointer;
}

.fd-detail-page-container .fd-star-rating-select .js-star.active {
    color: #F59E0B;
}


.fd-detail-page-container .aurora-comment-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 1.5rem;
}

.fd-detail-page-container .comment-avatar,
.fd-detail-page-container .reply-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.fd-detail-page-container .comment-author-name,
.fd-detail-page-container .reply-author-name {
    font-size: 1rem;
    font-weight: 700;
    color: #0F172A;
}

.fd-detail-page-container .aurora-badge-verified {
    background: rgba(13, 148, 136, 0.1);
    color: #0D9488;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
}

.fd-detail-page-container .aurora-role-badge {
    background: #F1F5F9;
    color: #475569;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
}

.fd-detail-page-container .aurora-badge-official {
    background: rgba(2, 132, 199, 0.1);
    color: #0284C7;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
}

.fd-detail-page-container .aurora-reply-target {
    font-size: 0.8rem;
    color: #6366F1;
    font-weight: 600;
}

.fd-detail-page-container .comment-time,
.fd-detail-page-container .reply-time {
    font-size: 0.8125rem;
    color: #94A3B8;
}

.fd-detail-page-container .comment-rating i {
    color: #CBD5E1;
    font-size: 0.95rem;
}

.fd-detail-page-container .comment-rating i.active {
    color: #F59E0B;
}

.fd-detail-page-container .comment-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 0.5rem;
}

.fd-detail-page-container .comment-text,
.fd-detail-page-container .reply-text {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #475569;
    margin: 0;
}

.fd-detail-page-container .comment-actions,
.fd-detail-page-container .reply-actions {
    margin-top: 1rem;
    display: flex;
    gap: 0.75rem;
}

.fd-detail-page-container .comment-action-btn,
.fd-detail-page-container .reply-action-btn {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 0.35rem 0.75rem;
    font-size: 0.8125rem;
    color: #64748B;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.fd-detail-page-container .comment-action-btn.active,
.fd-detail-page-container .reply-action-btn.active {
    background: rgba(2, 132, 199, 0.1);
    border-color: rgba(2, 132, 199, 0.25);
    color: #0284C7;
}

.fd-detail-page-container .aurora-reply-wrapper {
    padding-left: 2rem;
    border-left: 2px solid rgba(2, 132, 199, 0.2);
}

.fd-detail-page-container .aurora-reply-card {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 1.25rem;
}


.fd-detail-page-container .fd-sidebar-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0F172A;
}

.fd-detail-page-container .fd-author-avatar-wrap {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(2, 132, 199, 0.15) 0%, rgba(99, 102, 241, 0.15) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.fd-detail-page-container .fd-avatar-icon {
    font-size: 1.4rem;
    color: #0284C7;
}

.fd-detail-page-container .fd-author-role {
    font-size: 0.8125rem;
    color: #64748B;
}

.fd-detail-page-container .fd-sidebar-desc {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #475569;
}

.fd-detail-page-container .fd-widget-icon {
    font-size: 1.25rem;
    color: #0284C7;
}

.fd-detail-page-container .fd-recent-title {
    font-size: 0.9rem;
    color: #334155;
    font-weight: 500;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.fd-detail-page-container .recent-post-link:hover .fd-recent-title {
    color: #0284C7;
}

@media (max-width: 767.98px) {
    .fd-detail-page-container .fd-hero-title {
        font-size: 1.125rem;
        hyphens: auto;
    }

    .fd-detail-page-container .fd-section-heading {
        font-size: 1rem;
        hyphens: auto;
    }

    .fd-detail-page-container .fd-sub-heading,
    .fd-detail-page-container .fd-sidebar-title,
    .fd-detail-page-container .fd-tab-title {
        font-size: 0.875rem;
        hyphens: auto;
    }

    .fd-detail-page-container .aurora-reply-wrapper {
        padding-left: 0.75rem;
    }
}

/* ===== PAGE TEMPLATE: blog ===== */
.fd-footer-section {
    background: #F8FAFC;
    border-top: 1px solid rgba(226, 232, 240, 0.9);
    color: #475569;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.fd-footer-section .fd-footer-logo {
    max-width: 40px;
    height: auto;
    object-fit: contain;
}

.fd-footer-section .fd-footer-brand-name {
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0F172A;
}

.fd-footer-section .fd-footer-brand-desc {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #475569;
}

.fd-footer-section .fd-footer-badge {
    background: rgba(2, 132, 199, 0.08);
    border: 1px solid rgba(2, 132, 199, 0.2);
    border-radius: 100px;
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #0284C7;
}

.fd-footer-section .fd-badge-icon {
    font-size: 1rem;
    color: #0284C7;
}

.fd-footer-section .fd-footer-title {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    color: #0F172A;
    line-height: 1.3;
}

.fd-footer-section .fd-footer-nav-link {
    font-size: 0.9375rem;
    color: #475569;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
}

.fd-footer-section .fd-footer-nav-link:hover {
    color: #0284C7;
    transform: translateX(2px);
}

.fd-footer-section .fd-contact-icon {
    font-size: 1.15rem;
    color: #0284C7;
}

.fd-footer-section .fd-contact-text {
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #475569;
}

.fd-footer-section .fd-contact-link {
    font-size: 0.9375rem;
    color: #475569;
    text-decoration: none;
    transition: color 0.2s ease;
}

.fd-footer-section .fd-contact-link:hover {
    color: #0284C7;
    text-decoration: underline;
}

.fd-footer-section .fd-footer-divider {
    border-color: rgba(226, 232, 240, 0.8) !important;
}

.fd-footer-section .fd-footer-copyright,
.fd-footer-section .fd-footer-system-note {
    font-size: 0.875rem;
    color: #64748B;
}


.fd-detail-page-container {
    background-color: #F8FAFC;
    color: #475569;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    min-height: 80vh;
}

.fd-detail-page-container .fd-detail-hero {
    background: radial-gradient(circle at 50% 20%, rgba(99, 102, 241, 0.12) 0%, rgba(2, 132, 199, 0.08) 35%, rgba(13, 148, 136, 0.05) 70%, rgba(248, 250, 252, 0) 100%);
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.fd-detail-page-container .fd-breadcrumb-link {
    color: #64748B;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
}

.fd-detail-page-container .fd-breadcrumb-link:hover {
    color: #0284C7;
}

.fd-detail-page-container .breadcrumb-item.active {
    color: #0F172A;
    font-size: 0.875rem;
    font-weight: 600;
}

.fd-detail-page-container .fd-hero-pill {
    background: rgba(2, 132, 199, 0.08);
    border: 1px solid rgba(2, 132, 199, 0.2);
    color: #0284C7;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.4rem 0.9rem;
    border-radius: 100px;
}

.fd-detail-page-container .fd-hero-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0F172A;
    line-height: 1.25;
    letter-spacing: -0.025em;
}

.fd-detail-page-container .fd-hero-subtitle {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #475569;
}

.fd-detail-page-container .fd-meta-icon {
    color: #0284C7;
}

.fd-detail-page-container .fd-meta-text {
    font-size: 0.875rem;
    color: #64748B;
    font-weight: 500;
}

.fd-detail-page-container .fd-meta-dot {
    color: #CBD5E1;
}


.fd-detail-page-container .fd-article-card,
.fd-detail-page-container .fd-tabs-container,
.fd-detail-page-container .fd-comments-container,
.fd-detail-page-container .fd-sidebar-card {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 20px;
    box-shadow: 0 10px 30px -5px rgba(2, 132, 199, 0.05), 0 4px 6px -2px rgba(15, 23, 42, 0.02);
}

.fd-detail-page-container .fd-main-img {
    border-radius: 16px;
    max-height: 440px;
    object-fit: cover;
}


.fd-detail-page-container .fd-lead-paragraph {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #334155;
    font-weight: 500;
}

.fd-detail-page-container .fd-section-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0F172A;
    line-height: 1.3;
}

.fd-detail-page-container .fd-sub-heading {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0F172A;
    line-height: 1.35;
}

.fd-detail-page-container .fd-quote-box {
    background: rgba(241, 245, 249, 0.7);
    border-left: 4px solid #0284C7;
    border-radius: 0 12px 12px 0;
}

.fd-detail-page-container .fd-quote-icon {
    font-size: 1.5rem;
    color: #0284C7;
    display: block;
}

.fd-detail-page-container .fd-quote-text {
    font-size: 1.05rem;
    font-style: italic;
    color: #1E293B;
    line-height: 1.6;
}

.fd-detail-page-container .fd-keypoints-list {
    list-style: disc;
    padding-left: 1.25rem;
    color: #475569;
}


.fd-detail-page-container .fd-btn-primary {
    background: linear-gradient(135deg, #0284C7 0%, #6366F1 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    box-shadow: 0 8px 20px -4px rgba(2, 132, 199, 0.35);
    transition: opacity 0.2s ease;
}

.fd-detail-page-container .fd-btn-primary:hover {
    opacity: 0.92;
    color: #FFFFFF;
}

.fd-detail-page-container .fd-btn-secondary {
    background: #FFFFFF;
    color: #0F172A;
    border: 1px solid #CBD5E1;
    border-radius: 12px;
    font-weight: 600;
    padding: 0.5rem 1rem;
}

.fd-detail-page-container .fd-btn-secondary:hover {
    background: #F1F5F9;
    color: #0F172A;
}


.fd-detail-page-container .fd-tab-btn {
    background: transparent;
    border: 1px solid transparent;
    padding: 0.6rem 1.2rem;
    border-radius: 10px;
    font-weight: 600;
    color: #64748B;
    cursor: pointer;
    transition: all 0.2s ease;
}

.fd-detail-page-container .fd-tab-btn.active {
    background: rgba(2, 132, 199, 0.1);
    color: #0284C7;
    border-color: rgba(2, 132, 199, 0.2);
}

.fd-detail-page-container .fd-tab-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0F172A;
}

.fd-detail-page-container .fd-stat-box {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
}

.fd-detail-page-container .fd-stat-num {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0284C7;
}

.fd-detail-page-container .fd-stat-label {
    font-size: 0.875rem;
    color: #64748B;
}

.fd-detail-page-container .fd-accordion-item {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
}

.fd-detail-page-container .fd-accordion-header {
    cursor: pointer;
    user-select: none;
    color: #0F172A;
}


.fd-detail-page-container .fd-form-input {
    background: #FFFFFF;
    border: 1px solid #CBD5E1;
    color: #0F172A;
    border-radius: 10px;
    padding: 0.65rem 1rem;
}

.fd-detail-page-container .fd-form-input:focus {
    border-color: #0284C7;
    box-shadow: 0 0 0 0.2rem rgba(2, 132, 199, 0.15);
}

.fd-detail-page-container .fd-form-input::placeholder {
    color: #94A3B8;
    opacity: 1;
}

.fd-detail-page-container .fd-input-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #334155;
}

.fd-detail-page-container .fd-star-rating-select .js-star {
    font-size: 1.35rem;
    color: #CBD5E1;
    cursor: pointer;
}

.fd-detail-page-container .fd-star-rating-select .js-star.active {
    color: #F59E0B;
}


.fd-detail-page-container .aurora-comment-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 1.5rem;
}

.fd-detail-page-container .comment-avatar,
.fd-detail-page-container .reply-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.fd-detail-page-container .comment-author-name,
.fd-detail-page-container .reply-author-name {
    font-size: 1rem;
    font-weight: 700;
    color: #0F172A;
}

.fd-detail-page-container .aurora-badge-verified {
    background: rgba(13, 148, 136, 0.1);
    color: #0D9488;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
}

.fd-detail-page-container .aurora-role-badge {
    background: #F1F5F9;
    color: #475569;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
}

.fd-detail-page-container .aurora-badge-official {
    background: rgba(2, 132, 199, 0.1);
    color: #0284C7;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
}

.fd-detail-page-container .aurora-reply-target {
    font-size: 0.8rem;
    color: #6366F1;
    font-weight: 600;
}

.fd-detail-page-container .comment-time,
.fd-detail-page-container .reply-time {
    font-size: 0.8125rem;
    color: #94A3B8;
}

.fd-detail-page-container .comment-rating i {
    color: #CBD5E1;
    font-size: 0.95rem;
}

.fd-detail-page-container .comment-rating i.active {
    color: #F59E0B;
}

.fd-detail-page-container .comment-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 0.5rem;
}

.fd-detail-page-container .comment-text,
.fd-detail-page-container .reply-text {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #475569;
    margin: 0;
}

.fd-detail-page-container .comment-actions,
.fd-detail-page-container .reply-actions {
    margin-top: 1rem;
    display: flex;
    gap: 0.75rem;
}

.fd-detail-page-container .comment-action-btn,
.fd-detail-page-container .reply-action-btn {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 0.35rem 0.75rem;
    font-size: 0.8125rem;
    color: #64748B;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.fd-detail-page-container .comment-action-btn.active,
.fd-detail-page-container .reply-action-btn.active {
    background: rgba(2, 132, 199, 0.1);
    border-color: rgba(2, 132, 199, 0.25);
    color: #0284C7;
}

.fd-detail-page-container .aurora-reply-wrapper {
    padding-left: 2rem;
    border-left: 2px solid rgba(2, 132, 199, 0.2);
}

.fd-detail-page-container .aurora-reply-card {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 1.25rem;
}


.fd-detail-page-container .fd-sidebar-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0F172A;
}

.fd-detail-page-container .fd-author-avatar-wrap {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(2, 132, 199, 0.15) 0%, rgba(99, 102, 241, 0.15) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.fd-detail-page-container .fd-avatar-icon {
    font-size: 1.4rem;
    color: #0284C7;
}

.fd-detail-page-container .fd-author-role {
    font-size: 0.8125rem;
    color: #64748B;
}

.fd-detail-page-container .fd-sidebar-desc {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #475569;
}

.fd-detail-page-container .fd-widget-icon {
    font-size: 1.25rem;
    color: #0284C7;
}

.fd-detail-page-container .fd-recent-title {
    font-size: 0.9rem;
    color: #334155;
    font-weight: 500;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.fd-detail-page-container .recent-post-link:hover .fd-recent-title {
    color: #0284C7;
}

@media (max-width: 767.98px) {
    .fd-detail-page-container .fd-hero-title {
        font-size: 1.125rem;
        hyphens: auto;
    }

    .fd-detail-page-container .fd-section-heading {
        font-size: 1rem;
        hyphens: auto;
    }

    .fd-detail-page-container .fd-sub-heading,
    .fd-detail-page-container .fd-sidebar-title,
    .fd-detail-page-container .fd-tab-title {
        font-size: 0.875rem;
        hyphens: auto;
    }

    .fd-detail-page-container .aurora-reply-wrapper {
        padding-left: 0.75rem;
    }
}
