:root {
    --primary: #F59E0B;
    --primary-glow: rgba(245, 158, 11, 0.35);
    --secondary: #06B6D4;
    --secondary-glow: rgba(6, 182, 212, 0.25);
    --accent: #10B981;
    --accent-warning: #EF4444;
    --background-base: #090D14;
    --background-surface: #0F1622;
    --background-elevated: #162030;
    --card-background: rgba(15, 22, 34, 0.75);
    --card-background-hover: rgba(22, 32, 48, 0.9);
    --card-border: rgba(255, 255, 255, 0.08);
    --card-border-hover: rgba(245, 158, 11, 0.4);
    --text-primary: #F8FAFC;
    --text-secondary: #94A3B8;
    --text-muted: #64748B;
    --font-display: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-mono: 'JetBrains Mono', monospace;
}

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

body.dark-theme {
    margin: 0;
    padding: 0;
    background-color: var(--background-base);
    color: var(--text-primary);
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    transition: background-color 0.3s ease, color 0.3s ease;
}

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

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

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ===== header ===== */
.growell-header {
    background-color: #090D14;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    z-index: 1030;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.growell-header .navbar {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
}

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

.growell-header .growell-header-brand-title {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #F8FAFC;
}

.growell-header .growell-nav-link {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #94A3B8;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.growell-header .growell-nav-link:hover,
.growell-header .growell-nav-link:focus {
    color: #F59E0B;
    background-color: rgba(245, 158, 11, 0.08);
}

.growell-header .growell-header-toggler {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background-color: #162030;
    padding: 0.45rem 0.65rem;
    border-radius: 8px;
    box-shadow: none;
}

.growell-header .growell-header-toggler:focus {
    box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.4);
}

.growell-header .growell-header-toggler i {
    color: #F8FAFC;
    font-size: 1.35rem;
    line-height: 1;
}

.growell-header .growell-header-btn {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    color: #090D14;
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    border: none;
    border-radius: 10px;
    padding: 0.55rem 1.25rem;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    text-decoration: none;
}

.growell-header .growell-header-btn:hover,
.growell-header .growell-header-btn:focus {
    color: #090D14;
    background: linear-gradient(135deg, #FBBF24 0%, #F59E0B 100%);
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(245, 158, 11, 0.4);
}

@media (max-width: 991.98px) {
    .growell-header .navbar-collapse {
        background-color: #0F1622;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 12px;
        padding: 1rem;
        margin-top: 0.75rem;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

    .growell-header .growell-nav-link {
        font-size: 0.875rem;
        padding: 0.65rem 0.75rem;
    }
}

/* ===== hero ===== */
#growell-hero-section {
    background-color: #090D14;
    min-height: 85vh;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#growell-hero-section .hero-backdrop-glow {
    top: -20%;
    right: 10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.14) 0%, rgba(6, 182, 212, 0.08) 40%, rgba(9, 13, 20, 0) 70%);
    filter: blur(70px);
    pointer-events: none;
    z-index: 1;
}

#growell-hero-section .hero-grid-pattern {
    top: 0;
    left: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
    z-index: 1;
}

#growell-hero-section .hero-badge {
    background: rgba(15, 22, 34, 0.85);
    border: 1px solid rgba(245, 158, 11, 0.35);
    box-shadow: 0 0 15px rgba(245, 158, 11, 0.15);
}

#growell-hero-section .hero-badge-text {
    color: #F59E0B;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
}

#growell-hero-section .hero-headline {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: clamp(2.2rem, 4.5vw, 3.8rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
}

#growell-hero-section .hero-gradient-text {
    background: linear-gradient(135deg, #F59E0B 0%, #38BDF8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#growell-hero-section .hero-lead {
    color: #94A3B8;
    font-size: 1.1rem;
    line-height: 1.65;
    max-width: 600px;
}

#growell-hero-section .hero-btn-primary {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #090D14;
    border: none;
    padding: 0.85rem 1.75rem;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(245, 158, 11, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
}

#growell-hero-section .hero-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(245, 158, 11, 0.45);
    color: #090D14;
}

#growell-hero-section .hero-btn-secondary {
    background: rgba(255, 255, 255, 0.05);
    color: #F8FAFC;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0.85rem 1.75rem;
    border-radius: 10px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    text-decoration: none;
}

#growell-hero-section .hero-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    color: #F8FAFC;
}

#growell-hero-section .hero-metric-card {
    background: rgba(15, 22, 34, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

#growell-hero-section .hero-metric-val {
    color: #F8FAFC;
    font-size: 1.35rem;
}

#growell-hero-section .hero-metric-lbl {
    color: #64748B;
    font-size: 0.75rem;
    margin-top: 0.2rem;
}

#growell-hero-section .hero-consultation-card {
    background: rgba(15, 22, 34, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(20px);
}

#growell-hero-section .consultation-icon-box {
    width: 42px;
    height: 42px;
    background: rgba(245, 158, 11, 0.15);
    border: 1px solid rgba(245, 158, 11, 0.3);
}

#growell-hero-section .consultation-title {
    font-size: 1.25rem;
}

#growell-hero-section .consultation-subtitle {
    font-size: 0.8rem;
    color: #94A3B8;
}

#growell-hero-section .live-dot {
    width: 8px;
    height: 8px;
    background-color: #10B981;
    border-radius: 50%;
    box-shadow: 0 0 8px #10B981;
}

#growell-hero-section .live-text {
    color: #10B981;
    font-size: 0.7rem;
    font-weight: 600;
}

#growell-hero-section .hero-input {
    background: #162030;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #F8FAFC;
    border-radius: 8px;
    padding: 0.75rem 0.85rem 0.75rem 2.4rem;
    font-size: 0.95rem;
}

#growell-hero-section .hero-input:focus {
    background: #162030;
    border-color: #F59E0B;
    color: #F8FAFC;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.2);
}

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

#growell-hero-section .input-icon {
    top: 50%;
    left: 0.85rem;
    transform: translateY(-50%);
    color: #94A3B8;
    font-size: 1.1rem;
}

#growell-hero-section .hero-btn-submit {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #090D14;
    border: none;
    padding: 0.85rem 1rem;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(245, 158, 11, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#growell-hero-section .hero-btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(245, 158, 11, 0.45);
    color: #090D14;
}

#growell-hero-section .security-text {
    font-size: 0.78rem;
    color: #64748B;
}

@media (max-width: 767.98px) {
    #growell-hero-section .hero-headline {
        font-size: 1.85rem;
    }

    #growell-hero-section .consultation-title {
        font-size: 1.1rem;
    }

    #growell-hero-section .hero-metric-val {
        font-size: 1.05rem;
    }
}

/* ===== grid ===== */
.case-grid-block {
    background-color: #090D14;
    color: #F8FAFC;
    position: relative;
    overflow: hidden;
}

.case-grid-block .case-grid-badge {
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.3);
    color: #F59E0B;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.35rem 0.85rem;
    border-radius: 6px;
}

.case-grid-block .case-grid-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.5rem, 2.5vw, 2.25rem);
    font-weight: 700;
    line-height: 1.25;
    color: #F8FAFC;
    margin-bottom: 0.75rem;
}

.case-grid-block .case-grid-subtitle {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #94A3B8;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.case-grid-block .case-grid-filter-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 1rem;
}

.case-grid-block .case-filter-btn {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #94A3B8;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.5rem 1.15rem;
    border-radius: 8px;
    transition: all 0.2s ease-out;
}

.case-grid-block .case-filter-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #F8FAFC;
    border-color: rgba(245, 158, 11, 0.4);
}

.case-grid-block .case-filter-btn.active {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #090D14;
    border-color: #F59E0B;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.3);
}

.case-grid-block .case-card {
    background: rgba(15, 22, 34, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.case-grid-block .case-card:hover {
    transform: translateY(-4px);
    border-color: rgba(245, 158, 11, 0.45);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(245, 158, 11, 0.15);
}

.case-grid-block .case-card-media {
    overflow: hidden;
    height: 190px;
    background: #162030;
}

.case-grid-block .case-card-img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.case-grid-block .case-card:hover .case-card-img {
    transform: scale(1.05);
}

.case-grid-block .case-card-tag {
    top: 12px;
    left: 12px;
    background: rgba(9, 13, 20, 0.85);
    border: 1px solid rgba(6, 182, 212, 0.4);
    color: #06B6D4;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.6rem;
    border-radius: 4px;
    backdrop-filter: blur(8px);
}

.case-grid-block .case-card-meta {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
}

.case-grid-block .case-card-date {
    color: #64748B;
}

.case-grid-block .case-card-rating {
    color: #F59E0B;
    font-weight: 600;
}

.case-grid-block .case-card-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 0.5rem;
}

.case-grid-block .case-card-title-link {
    color: #F8FAFC;
    text-decoration: none;
    transition: color 0.2s ease;
}

.case-grid-block .case-card-title-link:hover {
    color: #F59E0B;
}

.case-grid-block .case-card-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.875rem;
    line-height: 1.55;
    color: #94A3B8;
}

.case-grid-block .case-card-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.case-grid-block .case-price-label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748B;
}

.case-grid-block .case-price-val {
    font-family: 'JetBrains Mono', monospace;
    font-size: 1.125rem;
    font-weight: 700;
    color: #10B981;
}

.case-grid-block .case-action-btn {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #F8FAFC;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.45rem 0.85rem;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.case-grid-block .case-action-btn:hover {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #090D14;
    border-color: #F59E0B;
}

.case-grid-block .case-grid-empty {
    background: rgba(15, 22, 34, 0.5);
    border: 1px dashed rgba(255, 255, 255, 0.12);
    border-radius: 16px;
}

.case-grid-block .case-empty-icon {
    font-size: 2.5rem;
    color: #F59E0B;
}

.case-grid-block .case-empty-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem;
    color: #F8FAFC;
}

.case-grid-block .case-empty-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.875rem;
    color: #94A3B8;
}

@media (max-width: 767.98px) {
    .case-grid-block .case-grid-title {
        font-size: 16px;
        hyphens: auto;
    }

    .case-grid-block .case-card-title {
        font-size: 14px;
        hyphens: auto;
    }

    .case-grid-block .case-card-media {
        height: 180px;
    }
}

/* ===== contractor-questions ===== */
.contractor-questions-section {
    background-color: #090D14;
    color: #F8FAFC;
    position: relative;
    overflow: hidden
}

.contractor-questions-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1140px;
    height: 350px;
    background: radial-gradient(circle at 50% 0%, rgba(245, 158, 11, 0.12) 0%, rgba(9, 13, 20, 0) 70%);
    pointer-events: none
}

.contractor-questions-section__badge {
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.3);
    border-radius: 20px;
    color: #F59E0B;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase
}

.contractor-questions-section__title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    line-height: 1.25;
    color: #F8FAFC
}

.contractor-questions-section__subtitle {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.65;
    color: #94A3B8
}

.contractor-questions-section__filter-bar {
    background: rgba(15, 22, 34, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    backdrop-filter: blur(16px)
}

.contractor-questions-section__filter-btn {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #94A3B8;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 8px 16px;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer
}

.contractor-questions-section__filter-btn:hover {
    color: #F8FAFC;
    background: rgba(255, 255, 255, 0.04)
}

.contractor-questions-section__filter-btn.active {
    background: rgba(245, 158, 11, 0.15);
    border-color: rgba(245, 158, 11, 0.4);
    color: #F59E0B
}

.contractor-questions-section__card {
    background: rgba(15, 22, 34, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    backdrop-filter: blur(20px);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column
}

.contractor-questions-section__card:hover {
    transform: translateY(-4px);
    border-color: rgba(245, 158, 11, 0.4);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4), 0 0 20px rgba(245, 158, 11, 0.15)
}

.contractor-questions-section__icon-box {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(6, 182, 212, 0.1);
    border: 1px solid rgba(6, 182, 212, 0.25);
    color: #06B6D4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem
}

.contractor-questions-section__tag {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 500;
    color: #94A3B8;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 4px 10px;
    border-radius: 6px;
    letter-spacing: 0.02em
}

.contractor-questions-section__card-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.35;
    color: #F8FAFC
}

.contractor-questions-section__card-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.925rem;
    line-height: 1.6;
    color: #94A3B8
}

.contractor-questions-section__checklist {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.06)
}

.contractor-questions-section__check-row,
.contractor-questions-section__alert-row {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.845rem;
    line-height: 1.45;
    display: flex;
    align-items: flex-start;
    gap: 8px
}

.contractor-questions-section__check-row span {
    color: #F8FAFC
}

.contractor-questions-section__alert-row span {
    color: #94A3B8
}

.text-accent {
    color: #10B981
}

.text-warning {
    color: #F59E0B
}

.contractor-questions-section__banner {
    background: linear-gradient(135deg, rgba(15, 22, 34, 0.95) 0%, rgba(22, 32, 48, 0.85) 100%);
    border: 1px solid rgba(245, 158, 11, 0.3);
    border-radius: 20px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35), 0 0 30px rgba(245, 158, 11, 0.1)
}

.contractor-questions-section__banner-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #F8FAFC
}

.contractor-questions-section__banner-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #94A3B8
}

.contractor-questions-section__btn-primary {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #090D14;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 0.925rem;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(245, 158, 11, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap
}

.contractor-questions-section__btn-primary:hover {
    color: #090D14;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(245, 158, 11, 0.45)
}

.contractor-questions-section__btn-secondary {
    background: rgba(255, 255, 255, 0.04);
    color: #F8FAFC;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 0.925rem;
    padding: 12px 24px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, border-color 0.2s ease;
    white-space: nowrap
}

.contractor-questions-section__btn-secondary:hover {
    color: #F8FAFC;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.25)
}

@media(max-width:767.98px) {
    .contractor-questions-section__title {
        font-size: 1.35rem
    }

    .contractor-questions-section__card-title {
        font-size: 1.05rem
    }

    .contractor-questions-section__filter-bar {
        width: 100%
    }

    .contractor-questions-section__filter-btn {
        flex: 1 1 auto;
        text-align: center;
        font-size: 0.8rem;
        padding: 6px 10px
    }

    .contractor-questions-section__banner-actions {
        width: 100%
    }

    .contractor-questions-section__btn-primary,
    .contractor-questions-section__btn-secondary {
        width: 100%
    }
}

/* ===== scope-of-work ===== */
.scope-work-section {
    background-color: #090D14;
    color: #F8FAFC;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    position: relative;
    overflow: hidden
}

.scope-work-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1100px;
    height: 240px;
    background: radial-gradient(ellipse at top, rgba(245, 158, 11, 0.08) 0%, rgba(9, 13, 20, 0) 70%);
    pointer-events: none
}

.scope-work-section .scope-badge {
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.25);
    color: #F59E0B;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.02em
}

.scope-work-section .scope-heading {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    line-height: 1.25;
    letter-spacing: -0.02em
}

.scope-work-section .scope-subheading {
    color: #94A3B8;
    font-size: 1rem;
    line-height: 1.65;
    max-width: 720px;
    margin: 0 auto
}

.scope-work-section .scope-filter-container {
    background: rgba(15, 22, 34, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 6px;
    border-radius: 12px;
    display: inline-flex
}

.scope-work-section .scope-filter-btn {
    background: transparent;
    border: none;
    color: #94A3B8;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease
}

.scope-work-section .scope-filter-btn:hover {
    color: #F8FAFC;
    background: rgba(255, 255, 255, 0.04)
}

.scope-work-section .scope-filter-btn.active {
    background: #162030;
    color: #F8FAFC;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1)
}

.scope-work-section .scope-card {
    background: rgba(15, 22, 34, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 28px 24px;
    position: relative;
    backdrop-filter: blur(16px);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease
}

.scope-work-section .scope-card:hover {
    transform: translateY(-3px)
}

.scope-work-section .scope-card-included {
    border-top: 3px solid #10B981
}

.scope-work-section .scope-card-included:hover {
    border-color: rgba(16, 185, 129, 0.4);
    box-shadow: 0 12px 30px rgba(16, 185, 129, 0.1)
}

.scope-work-section .scope-card-excluded {
    border-top: 3px solid #EF4444
}

.scope-work-section .scope-card-excluded:hover {
    border-color: rgba(239, 68, 68, 0.4);
    box-shadow: 0 12px 30px rgba(239, 68, 68, 0.1)
}

.scope-work-section .scope-icon-box {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    flex-shrink: 0
}

.scope-work-section .scope-icon-included {
    background: rgba(16, 185, 129, 0.12);
    color: #10B981;
    border: 1px solid rgba(16, 185, 129, 0.25)
}

.scope-work-section .scope-icon-excluded {
    background: rgba(239, 68, 68, 0.12);
    color: #EF4444;
    border: 1px solid rgba(239, 68, 68, 0.25)
}

.scope-work-section .scope-card-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem;
    font-weight: 700
}

.scope-work-section .scope-card-subtitle {
    font-size: 0.8125rem;
    color: #94A3B8
}

.scope-work-section .scope-status-badge-included {
    background: rgba(16, 185, 129, 0.15);
    color: #10B981;
    border: 1px solid rgba(16, 185, 129, 0.3);
    font-size: 0.75rem;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 700;
    letter-spacing: 0.04em
}

.scope-work-section .scope-status-badge-excluded {
    background: rgba(239, 68, 68, 0.15);
    color: #EF4444;
    border: 1px solid rgba(239, 68, 68, 0.3);
    font-size: 0.75rem;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 700;
    letter-spacing: 0.04em
}

.scope-work-section .scope-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 14px;
    border-radius: 10px;
    background: rgba(22, 32, 48, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.03);
    transition: background 0.2s ease
}

.scope-work-section .scope-item:hover {
    background: rgba(22, 32, 48, 0.75)
}

.scope-work-section .scope-item-icon {
    font-size: 1.25rem;
    line-height: 1.2;
    flex-shrink: 0;
    margin-top: 2px
}

.scope-work-section .scope-item-title {
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.35
}

.scope-work-section .scope-item-text {
    font-size: 0.8125rem;
    color: #94A3B8;
    line-height: 1.5
}

.scope-work-section .scope-footer-note {
    font-size: 0.75rem;
    color: #64748B
}

.scope-work-section .scope-link-btn {
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: gap 0.2s ease
}

.scope-work-section .scope-link-btn:hover {
    gap: 8px
}

.scope-work-section .text-cyan {
    color: #06B6D4
}

.scope-work-section .scope-summary-banner {
    background: linear-gradient(135deg, #0F1622 0%, #162030 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.3)
}

.scope-work-section .scope-summary-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.25);
    color: #F59E0B;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    flex-shrink: 0
}

.scope-work-section .scope-summary-desc {
    color: #94A3B8;
    font-size: 0.875rem;
    line-height: 1.6
}

.scope-work-section .scope-primary-action-btn {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #090D14;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(245, 158, 11, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease
}

.scope-work-section .scope-primary-action-btn:hover {
    color: #090D14;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(245, 158, 11, 0.4)
}

.scope-work-section .scope-secondary-action-btn {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #F8FAFC;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, border-color 0.2s ease
}

.scope-work-section .scope-secondary-action-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.25);
    color: #F8FAFC
}

@media (max-width:767.98px) {
    .scope-work-section .scope-heading {
        font-size: 1.375rem
    }

    .scope-work-section .scope-card {
        padding: 20px 16px
    }

    .scope-work-section .scope-filter-container {
        width: 100%
    }

    .scope-work-section .scope-filter-btn {
        flex: 1 1 auto;
        justify-content: center;
        font-size: 0.75rem;
        padding: 6px 10px
    }

    .scope-work-section .scope-primary-action-btn,
    .scope-work-section .scope-secondary-action-btn {
        width: 100%
    }
}

/* ===== working-formats ===== */
.working-formats-section {
    background-color: #090D14;
    background-image: radial-gradient(at 10% 20%, rgba(6, 182, 212, 0.08) 0px, transparent 50%), radial-gradient(at 90% 80%, rgba(245, 158, 11, 0.08) 0px, transparent 50%);
    color: #F8FAFC;
    position: relative;
    overflow: hidden;
}

.working-formats-section .formats-badge {
    background: rgba(245, 158, 11, 0.12);
    color: #F59E0B;
    border: 1px solid rgba(245, 158, 11, 0.3);
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.working-formats-section .formats-title {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    color: #F8FAFC;
    line-height: 1.25;
}

.working-formats-section .formats-subtitle {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1rem;
    line-height: 1.65;
    color: #94A3B8;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.working-formats-section .format-card {
    background: rgba(15, 22, 34, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 24px;
    backdrop-filter: blur(20px);
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease, box-shadow 0.25s ease;
    position: relative;
    cursor: pointer;
}

.working-formats-section .format-card:hover {
    transform: translateY(-4px);
    border-color: rgba(245, 158, 11, 0.4);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4);
}

.working-formats-section .format-card.is-active {
    border-color: #F59E0B;
    background: rgba(22, 32, 48, 0.9);
    box-shadow: 0 0 30px rgba(245, 158, 11, 0.2), 0 8px 24px rgba(0, 0, 0, 0.5);
}

.working-formats-section .format-card.featured-card {
    border-color: rgba(245, 158, 11, 0.35);
    background: rgba(20, 28, 42, 0.85);
}

.working-formats-section .featured-tag {
    position: absolute;
    top: 14px;
    right: 14px;
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #090D14;
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.working-formats-section .format-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.working-formats-section .format-icon-wrap {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 12px;
    background: rgba(6, 182, 212, 0.1);
    border: 1px solid rgba(6, 182, 212, 0.25);
    color: #06B6D4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: all 0.2s ease;
}

.working-formats-section .format-card.is-active .format-icon-wrap,
.working-formats-section .format-card:hover .format-icon-wrap {
    background: rgba(245, 158, 11, 0.15);
    border-color: rgba(245, 158, 11, 0.4);
    color: #F59E0B;
}

.working-formats-section .format-type {
    display: block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: #06B6D4;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.working-formats-section .format-name {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #F8FAFC;
    margin-bottom: 0;
    line-height: 1.3;
}

.working-formats-section .format-description {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #94A3B8;
    margin-bottom: 16px;
}

.working-formats-section .format-audience-block {
    background: rgba(9, 13, 20, 0.6);
    border-left: 3px solid #06B6D4;
    padding: 10px 14px;
    border-radius: 0 8px 8px 0;
    margin-bottom: 20px;
}

.working-formats-section .audience-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #F8FAFC;
    margin-bottom: 4px;
}

.working-formats-section .audience-text {
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #94A3B8;
    margin-bottom: 0;
}

.working-formats-section .format-features-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.84375rem;
    color: #F8FAFC;
    margin-bottom: 10px;
    line-height: 1.45;
}

.working-formats-section .format-features-list li i {
    color: #10B981;
    font-size: 1rem;
    margin-top: 1px;
    flex-shrink: 0;
}

.working-formats-section .format-select-btn {
    background: rgba(255, 255, 255, 0.04);
    color: #F8FAFC;
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-weight: 600;
    font-size: 0.875rem;
    padding: 10px 16px;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.working-formats-section .format-select-btn:hover,
.working-formats-section .format-card.is-active .format-select-btn {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #090D14;
    border-color: #F59E0B;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.3);
}

.working-formats-section .format-form-wrapper {
    background: rgba(15, 22, 34, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 32px 24px;
    backdrop-filter: blur(24px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
    .working-formats-section .format-form-wrapper {
        padding: 44px 36px;
    }
}

.working-formats-section .form-badge {
    background: rgba(6, 182, 212, 0.12);
    color: #06B6D4;
    border: 1px solid rgba(6, 182, 212, 0.25);
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
    text-transform: uppercase;
}

.working-formats-section .form-heading {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #F8FAFC;
}

.working-formats-section .form-subheading {
    font-size: 0.9375rem;
    color: #94A3B8;
}

.working-formats-section .selected-format-display {
    color: #F59E0B;
    font-weight: 700;
    border-bottom: 1px dashed rgba(245, 158, 11, 0.6);
    padding-bottom: 1px;
}

.working-formats-section .form-label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #F8FAFC;
    margin-bottom: 6px;
}

.working-formats-section .text-required {
    color: #EF4444;
}

.working-formats-section .input-container {
    position: relative;
    display: flex;
    align-items: center;
}

.working-formats-section .input-icon {
    position: absolute;
    left: 14px;
    color: #64748B;
    font-size: 1.125rem;
    pointer-events: none;
    z-index: 2;
}

.working-formats-section .form-input {
    background-color: #162030;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    color: #F8FAFC;
    font-size: 0.875rem;
    padding: 12px 14px 12px 42px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
}

.working-formats-section .form-input::placeholder {
    color: #64748B;
    opacity: 1;
}

.working-formats-section .form-input:focus {
    background-color: #1a273b;
    border-color: #F59E0B;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.15);
    color: #F8FAFC;
    outline: none;
}

.working-formats-section .form-select.form-input {
    background-color: #162030;
    color: #F8FAFC;
    cursor: pointer;
}

.working-formats-section .form-select.form-input option {
    background-color: #0F1622;
    color: #F8FAFC;
}

.working-formats-section .textarea-input {
    padding-left: 14px;
    resize: vertical;
    min-height: 90px;
}

.working-formats-section .field-error-msg {
    display: none;
    color: #EF4444;
    font-size: 0.75rem;
    font-weight: 500;
    margin-top: 4px;
}

.working-formats-section .has-error .form-input {
    border-color: #EF4444;
    background-color: rgba(239, 68, 68, 0.05);
}

.working-formats-section .has-error .field-error-msg {
    display: block;
}

.working-formats-section .submit-format-btn {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #090D14;
    font-family: 'Outfit', sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    border: none;
    padding: 14px 28px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(245, 158, 11, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.working-formats-section .submit-format-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(245, 158, 11, 0.45);
    color: #090D14;
}

.working-formats-section .form-terms-notice {
    font-size: 0.75rem;
    line-height: 1.5;
    color: #64748B;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767.98px) {
    .working-formats-section .formats-title {
        font-size: 16px;
        hyphens: auto;
    }

    .working-formats-section .format-name {
        font-size: 14px;
        hyphens: auto;
    }

    .working-formats-section .form-heading {
        font-size: 14px;
        hyphens: auto;
    }

    .working-formats-section .format-card {
        padding: 18px;
    }
}

/* ===== inaction-calculator ===== */
.inaction-calc-block {
    background-color: #090D14;
    color: #F8FAFC;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    overflow: hidden;
}

.inaction-calc-block .font-mono {
    font-family: 'JetBrains Mono', monospace;
}

.inaction-calc-block .text-gradient-gold {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.inaction-calc-block .text-cyan {
    color: #06B6D4;
}

.inaction-calc-block .text-warning-custom {
    color: #EF4444;
}

.inaction-calc-block .bg-warning-custom {
    background-color: #EF4444;
}

.inaction-calc-block .bg-gold {
    background-color: #F59E0B;
}

.inaction-calc-block .text-light-custom {
    color: #F8FAFC;
}

.inaction-calc-block .text-secondary-custom {
    color: #94A3B8;
}

.inaction-calc-block .text-muted-custom {
    color: #64748B;
}

.inaction-calc-block .bg-elevated {
    background-color: #162030;
}

.inaction-calc-block .inaction-badge {
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.3);
    color: #F59E0B;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
}

.inaction-calc-block .inaction-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.inaction-calc-block .inaction-lead {
    color: #94A3B8;
    font-size: 1.05rem;
    line-height: 1.6;
}

.inaction-calc-block .inaction-card,
.inaction-calc-block .inaction-results-card {
    background: rgba(15, 22, 34, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    backdrop-filter: blur(20px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4);
}

.inaction-calc-block .inaction-results-card {
    border-top: 2px solid #F59E0B;
    background: linear-gradient(180deg, rgba(22, 32, 48, 0.85) 0%, rgba(15, 22, 34, 0.95) 100%);
}

.inaction-calc-block .inaction-note {
    background: rgba(6, 182, 212, 0.06);
    border: 1px solid rgba(6, 182, 212, 0.18);
}

.inaction-calc-block .result-metric-box {
    background: rgba(9, 13, 20, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.inaction-calc-block .result-big-value {
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    line-height: 1.1;
}

.inaction-calc-block .form-range {
    height: 8px;
    background-color: #162030;
    border-radius: 4px;
}

.inaction-calc-block .form-range::-webkit-slider-thumb {
    background: #F59E0B;
    box-shadow: 0 0 12px rgba(245, 158, 11, 0.5);
    border: 2px solid #090D14;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.15s ease;
}

.inaction-calc-block .form-range::-webkit-slider-thumb:hover {
    transform: scale(1.15);
}

.inaction-calc-block .form-range::-moz-range-thumb {
    background: #F59E0B;
    box-shadow: 0 0 12px rgba(245, 158, 11, 0.5);
    border: 2px solid #090D14;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.inaction-calc-block .progress {
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 3px;
}

.inaction-calc-block .btn-primary-action {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    border: none;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(245, 158, 11, 0.25);
    transition: all 0.2s ease;
}

.inaction-calc-block .btn-primary-action:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(245, 158, 11, 0.45);
    color: #000000;
}

@media (max-width: 767.98px) {
    .inaction-calc-block .inaction-title {
        font-size: 16px;
        hyphens: auto;
    }

    .inaction-calc-block h3 {
        font-size: 14px;
    }

    .inaction-calc-block .result-big-value {
        font-size: 1.4rem;
    }
}

/* ===== glossary ===== */
.growell-glossary-section {
    background-color: #090D14;
    color: #F8FAFC;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    position: relative;
    overflow: hidden;
}

.growell-glossary-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    height: 280px;
    background: radial-gradient(circle at 50% 0%, rgba(245, 158, 11, 0.08) 0%, rgba(9, 13, 20, 0) 70%);
    pointer-events: none;
}

.growell-glossary-section .glossary-badge {
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.25);
}

.growell-glossary-section .glossary-badge-text {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #F59E0B;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.growell-glossary-section .glossary-title {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    line-height: 1.25;
    color: #F8FAFC;
}

.growell-glossary-section .glossary-subtitle {
    color: #94A3B8;
    font-size: clamp(0.9rem, 1.2vw, 1.05rem);
    line-height: 1.6;
}

.growell-glossary-section .glossary-tabs-nav {
    background: #0F1622;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.growell-glossary-section .glossary-tab-btn {
    background: transparent;
    border: none;
    color: #94A3B8;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 50rem;
    transition: all 0.2s ease;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.growell-glossary-section .glossary-tab-btn:hover {
    color: #F8FAFC;
}

.growell-glossary-section .glossary-tab-btn.active {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #090D14;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.25);
}

.growell-glossary-section .glossary-card {
    background: rgba(15, 22, 34, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    backdrop-filter: blur(16px);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.growell-glossary-section .glossary-card:hover {
    transform: translateY(-4px);
    border-color: rgba(245, 158, 11, 0.4);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.growell-glossary-section .glossary-code-badge {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 600;
    color: #F59E0B;
    background: rgba(245, 158, 11, 0.12);
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
    border: 1px solid rgba(245, 158, 11, 0.2);
}

.growell-glossary-section .glossary-icon-wrap {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(6, 182, 212, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.growell-glossary-section .text-cyan {
    color: #06B6D4;
}

.growell-glossary-section .glossary-card-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #F8FAFC;
    line-height: 1.3;
}

.growell-glossary-section .glossary-card-desc {
    font-size: 0.875rem;
    line-height: 1.55;
    color: #94A3B8;
}

.growell-glossary-section .glossary-footer-banner {
    background: #0F1622;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.growell-glossary-section .glossary-banner-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.2);
    flex-shrink: 0;
}

.growell-glossary-section .glossary-banner-desc {
    font-size: 0.875rem;
    color: #94A3B8;
}

.growell-glossary-section .glossary-cta-btn {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #090D14;
    font-weight: 700;
    font-size: 0.875rem;
    box-shadow: 0 4px 16px rgba(245, 158, 11, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.growell-glossary-section .glossary-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.4);
    color: #090D14;
}

@media (max-width: 767.98px) {
    .growell-glossary-section .glossary-title {
        font-size: 16px;
        hyphens: auto;
    }

    .growell-glossary-section .glossary-card-title {
        font-size: 14px;
        hyphens: auto;
    }

    .growell-glossary-section .glossary-tab-btn {
        font-size: 0.75rem;
        padding: 0.4rem 0.75rem;
    }
}

/* ===== footer ===== */
.footer-block {
    background-color: #090D14;
    color: #94A3B8;
    padding: 4.5rem 0 2.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.footer-block__glow {
    width: 480px;
    height: 160px;
    background: radial-gradient(ellipse at center, rgba(245, 158, 11, 0.12) 0%, rgba(9, 13, 20, 0) 70%);
    pointer-events: none;
}

.footer-block__brand-title {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.35rem;
    color: #F8FAFC;
    letter-spacing: -0.02em;
}

.footer-block__logo-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #090D14;
    font-size: 1.15rem;
    font-weight: 700;
}

.footer-block__description {
    font-size: 0.875rem;
    line-height: 1.65;
    color: #94A3B8;
}

.footer-block__badge {
    background: rgba(15, 22, 34, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
}

.footer-block__badge-icon {
    color: #10B981;
    font-size: 1rem;
}

.footer-block__badge-text {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: #94A3B8;
}

.footer-block__heading {
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #F8FAFC;
}

.footer-block__link {
    font-size: 0.875rem;
    color: #94A3B8;
    text-decoration: none;
    transition: color 0.2s ease-out, transform 0.2s ease-out;
    display: inline-block;
}

.footer-block__link:hover {
    color: #F59E0B;
    transform: translateX(2px);
}

.footer-block__disclosure-card {
    background: rgba(15, 22, 34, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
}

.footer-block__disclosure-icon {
    color: #06B6D4;
    font-size: 1.1rem;
}

.footer-block__disclosure-title {
    font-family: 'Outfit', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #F8FAFC;
}

.footer-block__disclosure-text {
    font-size: 0.75rem;
    line-height: 1.55;
    color: #64748B;
}

.footer-block__divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.06);
    width: 100%;
}

.footer-block__copyright {
    font-size: 0.8125rem;
    color: #64748B;
}

.footer-block__legal-links {
    flex-wrap: wrap;
}

.footer-block__legal-link {
    font-size: 0.8125rem;
    color: #94A3B8;
    text-decoration: none;
    transition: color 0.2s ease-out;
}

.footer-block__legal-link:hover {
    color: #F59E0B;
}

.footer-block__legal-separator {
    color: #475569;
    font-size: 0.75rem;
}

@media (max-width: 767.98px) {
    .footer-block {
        padding: 3rem 0 2rem 0;
    }

    .footer-block__heading {
        font-size: 0.875rem;
    }

    .footer-block__brand-title {
        font-size: 1.2rem;
    }
}

.category-page-body {
    background-color: #090D14;
    color: #94A3B8;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

.category-hero-section {
    background-color: #090D14;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.category-hero-glow {
    top: -30%;
    left: 20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.12) 0%, rgba(6, 182, 212, 0.06) 50%, rgba(9, 13, 20, 0) 70%);
    filter: blur(60px);
    pointer-events: none;
}

.category-hero-grid {
    top: 0;
    left: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 36px 36px;
    pointer-events: none;
}

.category-hero-badge {
    background: rgba(15, 22, 34, 0.9);
    border: 1px solid rgba(245, 158, 11, 0.35);
    box-shadow: 0 0 15px rgba(245, 158, 11, 0.1);
}

.category-hero-badge i {
    color: #F59E0B;
}

.category-hero-badge-text {
    color: #F59E0B;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
}

.category-hero-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2rem, 4vw, 3.25rem);
    color: #F8FAFC;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.02em;
}

.category-hero-subtitle {
    color: #94A3B8;
    font-size: 1.05rem;
    line-height: 1.65;
    max-width: 680px;
}

.category-hero-stat-card {
    background: rgba(15, 22, 34, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(16px);
}

.category-stat-title {
    font-family: 'Outfit', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #F8FAFC;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.category-pulse-dot {
    width: 8px;
    height: 8px;
    background-color: #10B981;
    border-radius: 50%;
    box-shadow: 0 0 8px #10B981;
}

.category-stat-row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.category-stat-row:last-child {
    border-bottom: none;
}

.category-stat-label {
    color: #64748B;
    font-size: 0.82rem;
}

.category-stat-value {
    color: #F8FAFC;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.82rem;
    font-weight: 600;
}

.blog-grid-section {
    background-color: #090D14;
}

.blog-toolbar-card {
    background: rgba(15, 22, 34, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
}

.search-input-wrapper .search-icon {
    top: 50%;
    left: 0.9rem;
    transform: translateY(-50%);
    color: #94A3B8;
    font-size: 1rem;
    pointer-events: none;
}

.blog-search-input {
    background-color: #162030;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #F8FAFC;
    border-radius: 8px;
    padding: 0.65rem 2.2rem 0.65rem 2.4rem;
    font-size: 0.875rem;
}

.blog-search-input:focus {
    background-color: #162030;
    border-color: #F59E0B;
    color: #F8FAFC;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.25);
}

.blog-search-input::placeholder {
    color: #64748B;
    opacity: 1;
}

.search-clear-btn {
    top: 50%;
    right: 0.6rem;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #64748B;
    display: none;
    padding: 0.2rem 0.4rem;
    cursor: pointer;
}

.search-clear-btn:hover {
    color: #F8FAFC;
}

.filter-pill-btn {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #94A3B8;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.55rem 0.95rem;
    border-radius: 8px;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.filter-pill-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(245, 158, 11, 0.4);
    color: #F8FAFC;
}

.filter-pill-btn.active {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #090D14;
    border-color: transparent;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.25);
}

.blog-sort-select {
    background-color: #162030;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #F8FAFC;
    border-radius: 8px;
    padding: 0.55rem 2rem 0.55rem 0.85rem;
    font-size: 0.8125rem;
    font-weight: 500;
}

.blog-sort-select:focus {
    background-color: #162030;
    border-color: #F59E0B;
    color: #F8FAFC;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.25);
}

.blog-card {
    background: rgba(15, 22, 34, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    border-color: rgba(245, 158, 11, 0.4);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}

.blog-card-media {
    height: 200px;
    background-color: #162030;
}

.blog-card-img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.blog-card:hover .blog-card-img {
    transform: scale(1.04);
}

.blog-card-tag {
    top: 1rem;
    left: 1rem;
    background: rgba(9, 13, 20, 0.85);
    border: 1px solid rgba(6, 182, 212, 0.4);
    color: #38BDF8;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.25rem 0.65rem;
    border-radius: 6px;
    backdrop-filter: blur(8px);
}

.blog-card-meta {
    font-size: 0.78rem;
    color: #64748B;
}

.blog-card-meta i {
    color: #F59E0B;
}

.blog-card-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 1.2rem;
    line-height: 1.35;
    font-weight: 700;
}

.blog-card-title-link {
    color: #F8FAFC;
    text-decoration: none;
    transition: color 0.2s ease;
}

.blog-card-title-link:hover {
    color: #F59E0B;
}

.blog-card-summary {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #94A3B8;
}

.blog-card-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.blog-card-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #F8FAFC;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.45rem 0.95rem;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.blog-card-btn:hover {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #090D14;
    border-color: transparent;
}

.blog-card-comments {
    font-size: 0.78rem;
    color: #64748B;
    font-family: 'JetBrains Mono', monospace;
}

.blog-card-comments i {
    color: #06B6D4;
}

.blog-empty-state {
    background: rgba(15, 22, 34, 0.6);
    border: 1px dashed rgba(255, 255, 255, 0.12);
    border-radius: 16px;
}

.empty-icon-wrap {
    width: 56px;
    height: 56px;
    background: rgba(245, 158, 11, 0.1);
    border-radius: 12px;
    color: #F59E0B;
    font-size: 1.75rem;
}

.empty-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #F8FAFC;
}

.empty-text {
    font-size: 0.875rem;
    color: #94A3B8;
}

.empty-reset-btn {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #090D14;
    border: none;
    font-size: 0.8125rem;
    font-weight: 700;
    padding: 0.55rem 1.25rem;
    border-radius: 8px;
}

.empty-reset-btn:hover {
    color: #090D14;
    background: linear-gradient(135deg, #FBBF24 0%, #F59E0B 100%);
}

.newsletter-card {
    background: rgba(15, 22, 34, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.45);
}

.newsletter-glow {
    top: -50%;
    right: -10%;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.14) 0%, rgba(9, 13, 20, 0) 70%);
    filter: blur(50px);
    pointer-events: none;
}

.newsletter-badge {
    background: rgba(9, 13, 20, 0.8);
    border: 1px solid rgba(6, 182, 212, 0.35);
}

.newsletter-badge i {
    color: #06B6D4;
}

.newsletter-badge-text {
    color: #38BDF8;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.newsletter-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.25rem, 2.5vw, 1.65rem);
    color: #F8FAFC;
    font-weight: 700;
}

.newsletter-description {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #94A3B8;
}

.newsletter-input {
    background-color: #162030;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #F8FAFC;
    border-radius: 8px;
    padding: 0.75rem 0.85rem 0.75rem 2.4rem;
    font-size: 0.9rem;
}

.newsletter-input:focus {
    background-color: #162030;
    border-color: #F59E0B;
    color: #F8FAFC;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.25);
}

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

.input-group-custom .input-icon {
    top: 50%;
    left: 0.85rem;
    transform: translateY(-50%);
    color: #94A3B8;
    font-size: 1.1rem;
}

.newsletter-btn {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #090D14;
    border: none;
    padding: 0.75rem 1.4rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
}

.newsletter-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(245, 158, 11, 0.4);
    color: #090D14;
}

.newsletter-note {
    font-size: 0.75rem;
    color: #64748B;
}

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

    .blog-card-heading {
        font-size: 1.05rem;
    }
}


/* ===== PAGE: about ===== */
.about-page-section {
  background-color: #090D14;
  color: #F8FAFC;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  position: relative;
  overflow: hidden;
}

.about-page-section h1,
.about-page-section h2,
.about-page-section h3,
.about-page-section .about-main-title {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: -0.02em;
}

.about-page-section .about-main-title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.2;
  background: linear-gradient(135deg, #FFFFFF 0%, #E2E8F0 60%, #F59E0B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-page-section .about-lead-text {
  font-size: clamp(0.95rem, 1.5vw, 1.125rem);
  color: #94A3B8;
  max-width: 720px;
  line-height: 1.6;
}

.about-page-section .about-badge {
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.3);
}

.about-page-section .about-badge-text {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #F59E0B;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.about-page-section .about-card,
.about-page-section .about-visual-card,
.about-page-section .about-pillar-card,
.about-page-section .about-interactive-box,
.about-page-section .about-cta-banner {
  background: rgba(15, 22, 34, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.about-page-section .about-pillar-card:hover,
.about-page-section .about-visual-card:hover,
.about-page-section .about-card:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 158, 11, 0.4);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.about-page-section .about-visual-glow {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.2) 0%, rgba(9, 13, 20, 0) 70%);
  top: -50px;
  right: -50px;
  pointer-events: none;
}

.about-page-section .about-cta-glow {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.2) 0%, rgba(9, 13, 20, 0) 70%);
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.about-page-section .about-metric-box {
  padding: 0.5rem 0;
}

.about-page-section .about-metric-val {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.about-page-section .about-metric-label {
  font-size: 0.75rem;
  color: #94A3B8;
  margin-top: 0.25rem;
}

.about-page-section .about-icon-pill {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.about-page-section .about-pillar-number {
  font-size: 1.25rem;
  font-weight: 700;
  opacity: 0.8;
}

.about-page-section .about-tab-btn {
  background: rgba(255, 255, 255, 0.05);
  color: #94A3B8;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 600;
  padding: 0.45rem 1rem;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.about-page-section .about-tab-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #F8FAFC;
}

.about-page-section .about-tab-btn.active {
  background: #F59E0B;
  color: #090D14;
  border-color: #F59E0B;
}

.about-page-section .about-btn-primary {
  background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
  color: #090D14;
  border: none;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(245, 158, 11, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about-page-section .about-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(245, 158, 11, 0.45);
  color: #090D14;
}

.about-page-section .about-btn-secondary {
  background: rgba(255, 255, 255, 0.04);
  color: #F8FAFC;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  transition: all 0.2s ease;
}

.about-page-section .about-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
}

@media (max-width: 767.98px) {
  .about-page-section .about-main-title {
    font-size: 1.625rem;
  }
  .about-page-section h2 {
    font-size: 1.25rem;
  }
  .about-page-section h3 {
    font-size: 1.05rem;
  }
  .about-page-section .about-metric-val {
    font-size: 1.25rem;
  }
}

/* ===== PAGE: privacy ===== */
.privacy-policy-section {
  background-color: #090D14;
  color: #94A3B8;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  min-height: 80vh;
}

.privacy-policy-section .text-cyan {
  color: #06B6D4;
}

.privacy-policy-section .text-secondary-light {
  color: #94A3B8;
  line-height: 1.65;
}

.privacy-policy-section .bg-dark-surface {
  background-color: rgba(9, 13, 20, 0.6);
}

.privacy-policy-section .privacy-header-card {
  background: linear-gradient(180deg, rgba(22, 32, 48, 0.8) 0%, rgba(15, 22, 34, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4);
}

.privacy-policy-section .privacy-tag {
  background-color: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.3);
}

.privacy-policy-section .privacy-title {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1.25;
}

.privacy-policy-section .privacy-subtitle {
  color: #94A3B8;
  font-size: 1.05rem;
  line-height: 1.6;
}

.privacy-policy-section .privacy-toc-wrapper {
  background-color: rgba(15, 22, 34, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  top: 100px;
}

.privacy-policy-section .privacy-toc-wrapper .nav-link {
  color: #94A3B8;
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  border-left: 2px solid transparent;
}

.privacy-policy-section .privacy-toc-wrapper .nav-link:hover,
.privacy-policy-section .privacy-toc-wrapper .nav-link.active {
  color: #F8FAFC;
  background-color: rgba(245, 158, 11, 0.1);
  border-left-color: #F59E0B;
}

.privacy-policy-section .privacy-content-card {
  background-color: rgba(15, 22, 34, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.privacy-policy-section .privacy-section-item {
  scroll-margin-top: 120px;
}

.privacy-policy-section .privacy-section-item h2 {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
}

.privacy-policy-section .btn-outline-cyan {
  color: #06B6D4;
  border-color: rgba(6, 182, 212, 0.4);
  background: transparent;
}

.privacy-policy-section .btn-outline-cyan:hover {
  color: #FFFFFF;
  background-color: rgba(6, 182, 212, 0.2);
  border-color: #06B6D4;
}

.privacy-policy-section .btn-warning {
  background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
  border: none;
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.25);
}

.privacy-policy-section .btn-warning:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(245, 158, 11, 0.45);
  color: #090D14;
}

@media (max-width: 767.98px) {
  .privacy-policy-section .privacy-title {
    font-size: 1.5rem;
  }
  .privacy-policy-section .privacy-section-item h2 {
    font-size: 1.15rem;
  }
  .privacy-policy-section .privacy-header-card,
  .privacy-policy-section .privacy-content-card {
    padding: 1.25rem !important;
  }
}

/* ===== PAGE: terms ===== */
.terms-page-section {
  background-color: #090D14;
  color: #F8FAFC;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  position: relative;
}

.terms-page-section h1,
.terms-page-section h2,
.terms-page-section h3 {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #F8FAFC;
  letter-spacing: -0.02em;
}

.terms-sidebar {
  background: rgba(15, 22, 34, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  top: 90px;
}

.terms-sidebar-label {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: #94A3B8;
}

.terms-search-box .input-group {
  background: #162030;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  overflow: hidden;
}

.terms-search-icon {
  background: transparent;
  border: none;
  color: #06B6D4;
  padding-left: 12px;
}

.terms-search-control {
  background: transparent;
  border: none;
  color: #F8FAFC;
  font-size: 0.875rem;
  padding: 10px 12px;
}

.terms-search-control:focus {
  background: transparent;
  color: #F8FAFC;
  box-shadow: none;
}

.terms-search-control::placeholder {
  color: #64748B;
  opacity: 1;
}

.terms-nav-title {
  font-size: 0.8rem;
  color: #64748B;
  letter-spacing: 0.08em;
}

.terms-nav-badge {
  background: rgba(6, 182, 212, 0.15);
  color: #06B6D4;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.75rem;
  border: 1px solid rgba(6, 182, 212, 0.3);
}

.terms-nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #94A3B8;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}

.terms-nav-link:hover {
  color: #F8FAFC;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
}

.terms-nav-link.active {
  background: rgba(245, 158, 11, 0.12);
  color: #F59E0B;
  border-color: rgba(245, 158, 11, 0.3);
  font-weight: 600;
}

.terms-nav-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.75rem;
  opacity: 0.7;
}

.terms-quick-note {
  background: rgba(6, 182, 212, 0.06);
  border: 1px solid rgba(6, 182, 212, 0.2);
}

.terms-note-icon {
  color: #06B6D4;
  font-size: 1.1rem;
}

.terms-note-title {
  font-size: 0.85rem;
  color: #F8FAFC;
}

.terms-note-text {
  font-size: 0.8rem;
  line-height: 1.5;
}

.terms-content-wrapper {
  background: rgba(15, 22, 34, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
}

.terms-pill-badge {
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.3);
  color: #F59E0B;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.terms-main-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  line-height: 1.25;
}

.terms-subtitle {
  font-size: 1.05rem;
  line-height: 1.6;
}

.terms-alert-card {
  background: rgba(245, 158, 11, 0.08);
  border: 1px solid rgba(245, 158, 11, 0.25);
}

.terms-alert-icon {
  font-size: 1.5rem;
  color: #F59E0B;
}

.terms-alert-heading {
  font-size: 1.05rem;
  color: #F8FAFC;
}

.terms-badge-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(6, 182, 212, 0.12);
  border: 1px solid rgba(6, 182, 212, 0.3);
  color: #06B6D4;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.875rem;
  font-weight: 700;
  flex-shrink: 0;
}

.terms-section-title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
}

.terms-article-body {
  line-height: 1.7;
  font-size: 0.95rem;
}

.terms-article-body p {
  margin-bottom: 1rem;
}

.terms-highlight-box {
  background: #162030;
  border-left: 3px solid #F59E0B;
}

.terms-subcard {
  background: #162030;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.terms-subcard-title {
  font-size: 0.95rem;
  color: #F8FAFC;
}

.terms-footer-panel {
  background: #162030;
}

.terms-footer-title {
  font-size: 1.1rem;
}

.terms-link-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #F8FAFC;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.terms-link-btn:hover {
  background: rgba(245, 158, 11, 0.15);
  border-color: rgba(245, 158, 11, 0.4);
  color: #F59E0B;
}

@media (max-width: 767.98px) {
  .terms-page-section h1 { font-size: 1.5rem; }
  .terms-page-section h2 { font-size: 1.25rem; }
  .terms-page-section h3 { font-size: 1.05rem; }
  .terms-sidebar { position: static !important; margin-bottom: 1.5rem; }
  .terms-content-wrapper { padding: 1.5rem !important; }
}

/* ===== PAGE: disclaimer ===== */
.disclaimer-page-section { background-color: #090D14; min-height: 80vh; font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; color: #94A3B8; } .disclaimer-page-section .disclaimer-header-box { background: rgba(15, 22, 34, 0.75); border: 1px solid rgba(255, 255, 255, 0.08); backdrop-filter: blur(20px); position: relative; overflow: hidden; } .disclaimer-page-section .disclaimer-header-box::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(135deg, #F59E0B 0%, #06B6D4 100%); } .disclaimer-page-section .disclaimer-badge { background: rgba(245, 158, 11, 0.12); color: #F59E0B; border: 1px solid rgba(245, 158, 11, 0.3); font-size: 0.8125rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; font-family: 'JetBrains Mono', monospace; } .disclaimer-page-section .disclaimer-main-title { font-family: 'Outfit', sans-serif; font-size: clamp(1.75rem, 3.5vw, 2.5rem); font-weight: 800; color: #F8FAFC; line-height: 1.2; letter-spacing: -0.02em; } .disclaimer-page-section .disclaimer-lead-text { font-size: 1.0625rem; color: #94A3B8; line-height: 1.6; max-width: 760px; } .disclaimer-page-section .disclaimer-notice-banner { background: rgba(239, 68, 68, 0.08); border: 1px solid rgba(239, 68, 68, 0.25); } .disclaimer-page-section .disclaimer-icon-wrap { width: 38px; height: 38px; border-radius: 8px; background: rgba(239, 68, 68, 0.15); color: #EF4444; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; } .disclaimer-page-section .disclaimer-notice-title { font-family: 'Outfit', sans-serif; font-size: 1.125rem; font-weight: 700; color: #F8FAFC; } .disclaimer-page-section .disclaimer-notice-desc { font-size: 0.9375rem; color: #94A3B8; line-height: 1.55; } .disclaimer-page-section .disclaimer-nav-card { background: rgba(15, 22, 34, 0.6); border: 1px solid rgba(255, 255, 255, 0.06); } .disclaimer-page-section .disclaimer-tab-btn { background: rgba(255, 255, 255, 0.04); color: #94A3B8; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 8px; padding: 0.45rem 1rem; font-size: 0.875rem; font-weight: 600; transition: all 0.2s ease-in-out; } .disclaimer-page-section .disclaimer-tab-btn:hover { background: rgba(255, 255, 255, 0.08); color: #F8FAFC; border-color: rgba(255, 255, 255, 0.2); } .disclaimer-page-section .disclaimer-tab-btn.active { background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%); color: #090D14; border-color: #F59E0B; box-shadow: 0 4px 14px rgba(245, 158, 11, 0.25); } .disclaimer-page-section .disclaimer-content-card { background: rgba(15, 22, 34, 0.75); border: 1px solid rgba(255, 255, 255, 0.08); backdrop-filter: blur(20px); } .disclaimer-page-section .disclaimer-section-num { font-family: 'JetBrains Mono', monospace; font-size: 0.8125rem; font-weight: 700; color: #06B6D4; background: rgba(6, 182, 212, 0.1); border: 1px solid rgba(6, 182, 212, 0.2); padding: 0.15rem 0.45rem; border-radius: 4px; } .disclaimer-page-section .disclaimer-section-heading { font-family: 'Outfit', sans-serif; font-size: 1.25rem; font-weight: 700; color: #F8FAFC; } .disclaimer-page-section .disclaimer-text { font-size: 0.95rem; line-height: 1.7; color: #94A3B8; margin-bottom: 0.85rem; } .disclaimer-page-section .disclaimer-divider { border-color: rgba(255, 255, 255, 0.08); } .disclaimer-page-section .disclaimer-footer-note { background: rgba(15, 22, 34, 0.5); border: 1px solid rgba(255, 255, 255, 0.05); } .disclaimer-page-section .disclaimer-update-date { font-family: 'JetBrains Mono', monospace; font-size: 0.8125rem; color: #64748B; } @media (max-width: 767.98px) { .disclaimer-page-section .disclaimer-main-title { font-size: 18px; hyphens: auto; } .disclaimer-page-section .disclaimer-notice-title { font-size: 16px; hyphens: auto; } .disclaimer-page-section .disclaimer-section-heading { font-size: 14px; hyphens: auto; } .disclaimer-page-section .disclaimer-lead-text, .disclaimer-page-section .disclaimer-text, .disclaimer-page-section .disclaimer-notice-desc { font-size: 0.875rem; } }

.inv-comment-card {
    background: rgba(15, 22, 34, 0.75);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 1.5rem;
    transition: all .25s cubic-bezier(0.16, 1, 0.3, 1);
    color: #F8FAFC;
    margin-bottom: 1rem
}

.inv-comment-card:hover {
    border-color: rgba(245, 158, 11, 0.4);
    background: rgba(22, 32, 48, 0.9);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4), 0 0 30px rgba(245, 158, 11, 0.15);
    transform: translateY(-2px)
}

.inv-comment-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap
}

.inv-comment-user-info {
    display: flex;
    align-items: center;
    gap: .875rem
}

.inv-avatar {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    user-select: none
}

.inv-avatar-gold {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #090D14;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.35);
    border: 2px solid rgba(255, 255, 255, 0.15)
}

.inv-avatar-cyan {
    background: linear-gradient(135deg, #06B6D4 0%, #0284C7 100%);
    color: #090D14;
    box-shadow: 0 4px 14px rgba(6, 182, 212, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.15)
}

.inv-meta-wrap {
    display: flex;
    flex-direction: column;
    gap: .25rem
}

.inv-user-row {
    display: flex;
    align-items: center;
    gap: .625rem;
    flex-wrap: wrap
}

.inv-user-name {
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #F8FAFC;
    margin: 0;
    letter-spacing: -0.01em
}

.inv-user-badge {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.3);
    color: #F59E0B;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: .6875rem;
    font-weight: 600;
    padding: .2rem .55rem;
    border-radius: 6px;
    letter-spacing: 0.02em
}

.inv-timestamp-row {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: .8125rem;
    color: #94A3B8
}

.inv-timestamp {
    display: inline-flex;
    align-items: center;
    gap: .35rem
}

.inv-meta-dot {
    color: #64748B;
    font-size: .625rem
}

.inv-pool-tag {
    font-family: 'JetBrains Mono', monospace;
    color: #06B6D4;
    font-size: .75rem
}

.inv-roi-pill {
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
    padding: .4rem .75rem;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.inv-roi-label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: .625rem;
    color: #94A3B8;
    text-transform: uppercase;
    letter-spacing: 0.05em
}

.inv-roi-value {
    font-family: 'JetBrains Mono', monospace;
    font-size: .875rem;
    font-weight: 700;
    color: #10B981
}

.inv-comment-body {
    margin-bottom: 1.25rem
}

.inv-comment-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: .9375rem;
    line-height: 1.65;
    color: #94A3B8;
    margin: 0
}

.inv-comment-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06)
}

.inv-action-group {
    display: flex;
    align-items: center;
    gap: .5rem
}

.inv-action-btn {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #94A3B8;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: .8125rem;
    font-weight: 600;
    padding: .45rem .85rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all .2s ease
}

.inv-action-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #F8FAFC;
    border-color: rgba(255, 255, 255, 0.2)
}

.inv-action-btn.active {
    background: rgba(245, 158, 11, 0.15);
    border-color: rgba(245, 158, 11, 0.4);
    color: #F59E0B
}

.inv-action-count {
    font-family: 'JetBrains Mono', monospace;
    font-size: .8125rem;
    font-weight: 600
}

.inv-extra-actions {
    display: flex;
    align-items: center;
    gap: .25rem
}

.inv-icon-btn {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: #64748B;
    border-radius: 6px;
    cursor: pointer;
    transition: all .2s ease
}

.inv-icon-btn:hover {
    color: #F8FAFC;
    background: rgba(255, 255, 255, 0.06)
}

.inv-comment-reply {
    position: relative;
    margin-left: 2.5rem;
    background: rgba(22, 32, 48, 0.65);
    border-left: 2px solid #06B6D4;
    padding: 1.25rem
}

.inv-reply-connector-line {
    position: absolute;
    left: -2.5rem;
    top: 2rem;
    width: 2rem;
    height: 2px;
    background: rgba(6, 182, 212, 0.3)
}

.inv-avatar-sm {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 0.9375rem
}

.inv-protocol-badge {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    background: rgba(6, 182, 212, 0.12);
    border: 1px solid rgba(6, 182, 212, 0.3);
    color: #06B6D4;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: .6875rem;
    font-weight: 600;
    padding: .2rem .55rem;
    border-radius: 6px;
    letter-spacing: 0.02em
}

.inv-replying-to {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: .8125rem;
    color: #64748B
}

.inv-mention {
    color: #06B6D4;
    font-weight: 600
}

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

    .inv-reply-connector-line {
        display: none
    }

    .inv-roi-pill {
        align-items: flex-start;
        width: 100%;
        margin-top: .5rem
    }
}


/* ===== PAGE TEMPLATE: case-catalog-items ===== */
.growell-header {
    background-color: #090D14;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    z-index: 1030;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.growell-header .navbar {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
}

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

.growell-header .growell-header-brand-title {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #F8FAFC;
}

.growell-header .growell-nav-link {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #94A3B8;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.growell-header .growell-nav-link:hover,
.growell-header .growell-nav-link:focus {
    color: #F59E0B;
    background-color: rgba(245, 158, 11, 0.08);
}

.growell-header .growell-header-toggler {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background-color: #162030;
    padding: 0.45rem 0.65rem;
    border-radius: 8px;
    box-shadow: none;
}

.growell-header .growell-header-toggler:focus {
    box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.4);
}

.growell-header .growell-header-toggler i {
    color: #F8FAFC;
    font-size: 1.35rem;
    line-height: 1;
}

.growell-header .growell-header-btn {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    color: #090D14;
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    border: none;
    border-radius: 10px;
    padding: 0.55rem 1.25rem;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    text-decoration: none;
}

.growell-header .growell-header-btn:hover,
.growell-header .growell-header-btn:focus {
    color: #090D14;
    background: linear-gradient(135deg, #FBBF24 0%, #F59E0B 100%);
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(245, 158, 11, 0.4);
}

@media (max-width: 991.98px) {
    .growell-header .navbar-collapse {
        background-color: #0F1622;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 12px;
        padding: 1rem;
        margin-top: 0.75rem;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

    .growell-header .growell-nav-link {
        font-size: 0.875rem;
        padding: 0.65rem 0.75rem;
    }
}

.detail-page-wrapper {
    background-color: #090D14;
    color: #94A3B8;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.detail-page-wrapper .detail-hero-section {
    background: #090D14;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.detail-page-wrapper .detail-hero-glow {
    top: -20%;
    right: 5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.12) 0%, rgba(6, 182, 212, 0.06) 40%, rgba(9, 13, 20, 0) 70%);
    filter: blur(60px);
    pointer-events: none;
}

.detail-page-wrapper .detail-breadcrumb-link {
    color: #94A3B8;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s ease;
}

.detail-page-wrapper .detail-breadcrumb-link:hover {
    color: #F59E0B;
}

.detail-page-wrapper .breadcrumb-item+.breadcrumb-item::before {
    color: #64748B;
}

.detail-page-wrapper .detail-meta-badge {
    background: rgba(15, 22, 34, 0.85);
    border: 1px solid rgba(245, 158, 11, 0.35);
}

.detail-page-wrapper .detail-badge-text {
    color: #F59E0B;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
}

.detail-page-wrapper .detail-main-title {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: clamp(1.85rem, 3.5vw, 2.75rem);
    line-height: 1.2;
    color: #F8FAFC;
}

.detail-page-wrapper .detail-lead-subtitle {
    color: #94A3B8;
    font-size: 1.05rem;
    line-height: 1.6;
}

.detail-page-wrapper .detail-meta-bar {
    font-size: 0.875rem;
}

.detail-page-wrapper .detail-meta-divider {
    color: #475569;
}

.detail-page-wrapper .detail-hero-summary-card {
    background: rgba(15, 22, 34, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.detail-page-wrapper .detail-summary-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
}

.detail-page-wrapper .detail-summary-status {
    font-size: 0.7rem;
    color: #10B981;
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.3);
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
}

.detail-page-wrapper .detail-summary-btn {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #090D14;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    padding: 0.65rem 1rem;
    font-size: 0.875rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.detail-page-wrapper .detail-summary-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(245, 158, 11, 0.35);
    color: #090D14;
}

.detail-page-wrapper .detail-article-block {
    background: rgba(15, 22, 34, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.detail-page-wrapper .detail-main-visual {
    max-height: 420px;
    background-color: #162030;
}

.detail-page-wrapper .detail-article-img {
    height: 380px;
    object-fit: cover;
}

.detail-page-wrapper .detail-img-overlay {
    background: linear-gradient(180deg, transparent 0%, rgba(9, 13, 20, 0.85) 100%);
}

.detail-page-wrapper .detail-typography-area h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.6rem;
    color: #F8FAFC;
}

.detail-page-wrapper .detail-typography-area h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.3rem;
    color: #F8FAFC;
}

.detail-page-wrapper .detail-typography-area p {
    line-height: 1.7;
    color: #94A3B8;
}

.detail-page-wrapper .detail-callout-box {
    background: rgba(22, 32, 48, 0.7);
    border-left: 3px solid #F59E0B;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.detail-page-wrapper .detail-tabs .nav-link {
    color: #94A3B8;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.detail-page-wrapper .detail-tabs .nav-link.active {
    color: #090D14;
    background: #F59E0B;
    border-color: #F59E0B;
}

.detail-page-wrapper .detail-tab-content {
    background: rgba(22, 32, 48, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.detail-page-wrapper .detail-comments-container {
    background: rgba(15, 22, 34, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.detail-page-wrapper .detail-comments-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.4rem;
}

.detail-page-wrapper .inv-comment-card {
    background: rgba(22, 32, 48, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 1.25rem;
    position: relative;
}

.detail-page-wrapper .inv-comment-reply {
    margin-left: 2rem;
    background: rgba(15, 22, 34, 0.9);
    border-left: 2px solid #06B6D4;
}

.detail-page-wrapper .inv-reply-connector-line {
    position: absolute;
    left: -1rem;
    top: -1rem;
    bottom: 50%;
    width: 2px;
    background: rgba(6, 182, 212, 0.3);
}

.detail-page-wrapper .inv-comment-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.85rem;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.detail-page-wrapper .inv-comment-user-info {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.detail-page-wrapper .inv-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}

.detail-page-wrapper .inv-avatar-sm {
    width: 32px;
    height: 32px;
    font-size: 0.75rem;
}

.detail-page-wrapper .inv-avatar-gold {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #090D14;
}

.detail-page-wrapper .inv-avatar-cyan {
    background: linear-gradient(135deg, #06B6D4 0%, #0284C7 100%);
    color: #090D14;
}

.detail-page-wrapper .inv-user-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.detail-page-wrapper .inv-user-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: #F8FAFC;
    margin: 0;
}

.detail-page-wrapper .inv-user-badge {
    font-size: 0.7rem;
    color: #F59E0B;
    background: rgba(245, 158, 11, 0.15);
    padding: 0.15rem 0.45rem;
    border-radius: 4px;
}

.detail-page-wrapper .inv-protocol-badge {
    font-size: 0.7rem;
    color: #06B6D4;
    background: rgba(6, 182, 212, 0.15);
    padding: 0.15rem 0.45rem;
    border-radius: 4px;
}

.detail-page-wrapper .inv-timestamp-row {
    font-size: 0.75rem;
    color: #64748B;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.detail-page-wrapper .inv-roi-pill {
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 6px;
    padding: 0.25rem 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.detail-page-wrapper .inv-roi-label {
    font-size: 0.65rem;
    color: #64748B;
    text-transform: uppercase;
}

.detail-page-wrapper .inv-roi-value {
    font-size: 0.85rem;
    font-family: 'JetBrains Mono', monospace;
    font-weight: 700;
    color: #10B981;
}

.detail-page-wrapper .inv-comment-body p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #94A3B8;
    margin-bottom: 0.75rem;
}

.detail-page-wrapper .inv-comment-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail-page-wrapper .inv-action-group {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.detail-page-wrapper .inv-action-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #94A3B8;
    font-size: 0.78rem;
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.detail-page-wrapper .inv-action-btn:hover,
.detail-page-wrapper .inv-action-btn.active {
    color: #F59E0B;
    border-color: rgba(245, 158, 11, 0.4);
    background: rgba(245, 158, 11, 0.08);
}

.detail-page-wrapper .inv-extra-actions {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.detail-page-wrapper .inv-icon-btn {
    background: transparent;
    border: none;
    color: #64748B;
    padding: 0.25rem;
    cursor: pointer;
    transition: color 0.2s ease;
}

.detail-page-wrapper .inv-icon-btn:hover {
    color: #F8FAFC;
}

.detail-page-wrapper .detail-comment-form-wrap {
    background: rgba(22, 32, 48, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.detail-page-wrapper .detail-custom-input,
.detail-page-wrapper .detail-custom-textarea {
    background-color: #162030;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #F8FAFC;
    border-radius: 8px;
    padding: 0.65rem 0.85rem;
}

.detail-page-wrapper .detail-custom-input:focus,
.detail-page-wrapper .detail-custom-textarea:focus {
    background-color: #162030;
    border-color: #F59E0B;
    color: #F8FAFC;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.2);
}

.detail-page-wrapper .detail-custom-input::placeholder,
.detail-page-wrapper .detail-custom-textarea::placeholder {
    color: #64748B;
}

.detail-page-wrapper .detail-submit-btn {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #090D14;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    padding: 0.65rem 1.25rem;
    font-size: 0.875rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.detail-page-wrapper .detail-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(245, 158, 11, 0.35);
    color: #090D14;
}

.detail-page-wrapper .detail-sidebar-card {
    background: rgba(15, 22, 34, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.detail-page-wrapper .detail-sidebar-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
}

.detail-page-wrapper .detail-sidebar-cta-icon {
    width: 54px;
    height: 54px;
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.25);
}

.detail-page-wrapper .detail-recent-title {
    color: #F8FAFC;
    transition: color 0.2s ease;
}

.detail-page-wrapper .detail-recent-link:hover .detail-recent-title {
    color: #F59E0B;
}

.footer-block {
    background-color: #090D14;
    color: #94A3B8;
    padding: 4.5rem 0 2.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.footer-block__glow {
    width: 480px;
    height: 160px;
    background: radial-gradient(ellipse at center, rgba(245, 158, 11, 0.12) 0%, rgba(9, 13, 20, 0) 70%);
    pointer-events: none;
}

.footer-block__brand-title {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.35rem;
    color: #F8FAFC;
    letter-spacing: -0.02em;
}

.footer-block__logo-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #090D14;
    font-size: 1.15rem;
    font-weight: 700;
}

.footer-block__description {
    font-size: 0.875rem;
    line-height: 1.65;
    color: #94A3B8;
}

.footer-block__badge {
    background: rgba(15, 22, 34, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
}

.footer-block__badge-icon {
    color: #10B981;
    font-size: 1rem;
}

.footer-block__badge-text {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: #94A3B8;
}

.footer-block__heading {
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #F8FAFC;
}

.footer-block__link {
    font-size: 0.875rem;
    color: #94A3B8;
    text-decoration: none;
    transition: color 0.2s ease-out, transform 0.2s ease-out;
    display: inline-block;
}

.footer-block__link:hover {
    color: #F59E0B;
    transform: translateX(2px);
}

.footer-block__disclosure-card {
    background: rgba(15, 22, 34, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
}

.footer-block__disclosure-icon {
    color: #06B6D4;
    font-size: 1.1rem;
}

.footer-block__disclosure-title {
    font-family: 'Outfit', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #F8FAFC;
}

.footer-block__disclosure-text {
    font-size: 0.75rem;
    line-height: 1.55;
    color: #64748B;
}

.footer-block__divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.06);
    width: 100%;
}

.footer-block__copyright {
    font-size: 0.8125rem;
    color: #64748B;
}

.footer-block__legal-links {
    flex-wrap: wrap;
}

.footer-block__legal-link {
    font-size: 0.8125rem;
    color: #94A3B8;
    text-decoration: none;
    transition: color 0.2s ease-out;
}

.footer-block__legal-link:hover {
    color: #F59E0B;
}

.footer-block__legal-separator {
    color: #475569;
    font-size: 0.75rem;
}

@media (max-width: 767.98px) {
    .detail-page-wrapper .detail-main-title {
        font-size: 1.5rem;
    }

    .detail-page-wrapper .detail-typography-area h2 {
        font-size: 1.25rem;
    }

    .detail-page-wrapper .detail-typography-area h3 {
        font-size: 1.1rem;
    }

    .detail-page-wrapper .inv-comment-reply {
        margin-left: 0.75rem;
    }

    .detail-page-wrapper .detail-article-img {
        height: 240px;
    }

    .footer-block {
        padding: 3rem 0 2rem 0;
    }

    .footer-block__heading {
        font-size: 0.875rem;
    }

    .footer-block__brand-title {
        font-size: 1.2rem;
    }
}

/* ===== Final requested fixes ===== */
.growell-header .growell-nav-link.active,
.growell-header .growell-nav-link.show,
.growell-header .growell-nav-link:active {
    color: #F59E0B !important;
    background-color: rgba(245, 158, 11, 0.12);
    border-color: rgba(245, 158, 11, 0.28);
}

.newsletter-success-block__icon-wrapper,
.confirmation-service-card__icon-wrapper {
    display: flex !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.newsletter-success-block__badge,
.confirmation-service-card__tag {
    display: block !important;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.footer-block__divider + .d-flex {
    justify-content: center !important;
    text-align: center;
}

.footer-block__legal-links {
    display: none !important;
}

.privacy-policy-section,
.disclaimer-page-section {
    background-color: #090D14;
    color: #F8FAFC;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.privacy-policy-section .container,
.disclaimer-page-section .container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.privacy-policy-section h1,
.privacy-policy-section h2,
.privacy-policy-section h3,
.disclaimer-page-section h1,
.disclaimer-page-section h2,
.disclaimer-page-section h3 {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #F8FAFC !important;
    letter-spacing: 0;
}

.privacy-policy-section p,
.privacy-policy-section li,
.disclaimer-page-section p,
.disclaimer-page-section li {
    color: #94A3B8 !important;
    font-size: 0.95rem;
    line-height: 1.7;
}

.privacy-policy-section .privacy-header-card,
.privacy-policy-section .privacy-content-card,
.privacy-policy-section .privacy-toc-wrapper,
.disclaimer-page-section .disclaimer-header-box,
.disclaimer-page-section .disclaimer-content-card,
.disclaimer-page-section .disclaimer-nav-card,
.disclaimer-page-section .disclaimer-footer-note {
    background: rgba(15, 22, 34, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: none;
    backdrop-filter: blur(20px);
}

.privacy-policy-section .privacy-tag,
.disclaimer-page-section .disclaimer-badge {
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.3);
    color: #F59E0B !important;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.privacy-policy-section .privacy-title,
.disclaimer-page-section .disclaimer-main-title {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 700;
    line-height: 1.25;
}

.privacy-policy-section .privacy-subtitle,
.disclaimer-page-section .disclaimer-lead-text {
    color: #94A3B8 !important;
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 760px;
}

.privacy-policy-section .privacy-section-item .badge,
.disclaimer-page-section .disclaimer-section-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    border-radius: 10px !important;
    background: rgba(6, 182, 212, 0.12) !important;
    border: 1px solid rgba(6, 182, 212, 0.3);
    color: #06B6D4 !important;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.875rem;
    font-weight: 700;
}

.privacy-policy-section .privacy-section-item h2,
.disclaimer-page-section .disclaimer-section-heading {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 700;
}

.privacy-policy-section ul,
.disclaimer-page-section ul {
    padding-left: 1rem;
}

.privacy-policy-section li::marker,
.disclaimer-page-section li::marker {
    color: #F59E0B;
}

.privacy-policy-section .bg-dark-surface,
.disclaimer-page-section .disclaimer-notice-banner {
    background: #162030 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.about-pillar-card {
    align-items: center;
    text-align: center;
}

.about-pillar-card > i {
    align-self: center;
}

/* ===== PAGE TEMPLATE: farming-strategies-items ===== */
.growell-header {
    background-color: #090D14;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    z-index: 1030;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.growell-header .navbar {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
}

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

.growell-header .growell-header-brand-title {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #F8FAFC;
}

.growell-header .growell-nav-link {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #94A3B8;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.growell-header .growell-nav-link:hover,
.growell-header .growell-nav-link:focus {
    color: #F59E0B;
    background-color: rgba(245, 158, 11, 0.08);
}

.growell-header .growell-header-toggler {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background-color: #162030;
    padding: 0.45rem 0.65rem;
    border-radius: 8px;
    box-shadow: none;
}

.growell-header .growell-header-toggler:focus {
    box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.4);
}

.growell-header .growell-header-toggler i {
    color: #F8FAFC;
    font-size: 1.35rem;
    line-height: 1;
}

.growell-header .growell-header-btn {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    color: #090D14;
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    border: none;
    border-radius: 10px;
    padding: 0.55rem 1.25rem;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    text-decoration: none;
}

.growell-header .growell-header-btn:hover,
.growell-header .growell-header-btn:focus {
    color: #090D14;
    background: linear-gradient(135deg, #FBBF24 0%, #F59E0B 100%);
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(245, 158, 11, 0.4);
}

@media (max-width: 991.98px) {
    .growell-header .navbar-collapse {
        background-color: #0F1622;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 12px;
        padding: 1rem;
        margin-top: 0.75rem;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

    .growell-header .growell-nav-link {
        font-size: 0.875rem;
        padding: 0.65rem 0.75rem;
    }
}

.detail-page-wrapper {
    background-color: #090D14;
    color: #94A3B8;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.detail-page-wrapper .detail-hero-section {
    background: #090D14;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.detail-page-wrapper .detail-hero-glow {
    top: -20%;
    right: 5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.12) 0%, rgba(6, 182, 212, 0.06) 40%, rgba(9, 13, 20, 0) 70%);
    filter: blur(60px);
    pointer-events: none;
}

.detail-page-wrapper .detail-breadcrumb-link {
    color: #94A3B8;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s ease;
}

.detail-page-wrapper .detail-breadcrumb-link:hover {
    color: #F59E0B;
}

.detail-page-wrapper .breadcrumb-item+.breadcrumb-item::before {
    color: #64748B;
}

.detail-page-wrapper .detail-meta-badge {
    background: rgba(15, 22, 34, 0.85);
    border: 1px solid rgba(245, 158, 11, 0.35);
}

.detail-page-wrapper .detail-badge-text {
    color: #F59E0B;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
}

.detail-page-wrapper .detail-main-title {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: clamp(1.85rem, 3.5vw, 2.75rem);
    line-height: 1.2;
    color: #F8FAFC;
}

.detail-page-wrapper .detail-lead-subtitle {
    color: #94A3B8;
    font-size: 1.05rem;
    line-height: 1.6;
}

.detail-page-wrapper .detail-meta-bar {
    font-size: 0.875rem;
}

.detail-page-wrapper .detail-meta-divider {
    color: #475569;
}

.detail-page-wrapper .detail-hero-summary-card {
    background: rgba(15, 22, 34, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.detail-page-wrapper .detail-summary-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
}

.detail-page-wrapper .detail-summary-status {
    font-size: 0.7rem;
    color: #10B981;
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.3);
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
}

.detail-page-wrapper .detail-summary-btn {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #090D14;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    padding: 0.65rem 1rem;
    font-size: 0.875rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.detail-page-wrapper .detail-summary-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(245, 158, 11, 0.35);
    color: #090D14;
}

.detail-page-wrapper .detail-article-block {
    background: rgba(15, 22, 34, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.detail-page-wrapper .detail-main-visual {
    max-height: 420px;
    background-color: #162030;
}

.detail-page-wrapper .detail-article-img {
    height: 380px;
    object-fit: cover;
}

.detail-page-wrapper .detail-img-overlay {
    background: linear-gradient(180deg, transparent 0%, rgba(9, 13, 20, 0.85) 100%);
}

.detail-page-wrapper .detail-typography-area h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.6rem;
    color: #F8FAFC;
}

.detail-page-wrapper .detail-typography-area h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.3rem;
    color: #F8FAFC;
}

.detail-page-wrapper .detail-typography-area p {
    line-height: 1.7;
    color: #94A3B8;
}

.detail-page-wrapper .detail-callout-box {
    background: rgba(22, 32, 48, 0.7);
    border-left: 3px solid #F59E0B;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.detail-page-wrapper .detail-tabs .nav-link {
    color: #94A3B8;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.detail-page-wrapper .detail-tabs .nav-link.active {
    color: #090D14;
    background: #F59E0B;
    border-color: #F59E0B;
}

.detail-page-wrapper .detail-tab-content {
    background: rgba(22, 32, 48, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.detail-page-wrapper .detail-comments-container {
    background: rgba(15, 22, 34, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.detail-page-wrapper .detail-comments-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.4rem;
}

.detail-page-wrapper .inv-comment-card {
    background: rgba(22, 32, 48, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 1.25rem;
    position: relative;
}

.detail-page-wrapper .inv-comment-reply {
    margin-left: 2rem;
    background: rgba(15, 22, 34, 0.9);
    border-left: 2px solid #06B6D4;
}

.detail-page-wrapper .inv-reply-connector-line {
    position: absolute;
    left: -1rem;
    top: -1rem;
    bottom: 50%;
    width: 2px;
    background: rgba(6, 182, 212, 0.3);
}

.detail-page-wrapper .inv-comment-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.85rem;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.detail-page-wrapper .inv-comment-user-info {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.detail-page-wrapper .inv-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}

.detail-page-wrapper .inv-avatar-sm {
    width: 32px;
    height: 32px;
    font-size: 0.75rem;
}

.detail-page-wrapper .inv-avatar-gold {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #090D14;
}

.detail-page-wrapper .inv-avatar-cyan {
    background: linear-gradient(135deg, #06B6D4 0%, #0284C7 100%);
    color: #090D14;
}

.detail-page-wrapper .inv-user-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.detail-page-wrapper .inv-user-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: #F8FAFC;
    margin: 0;
}

.detail-page-wrapper .inv-user-badge {
    font-size: 0.7rem;
    color: #F59E0B;
    background: rgba(245, 158, 11, 0.15);
    padding: 0.15rem 0.45rem;
    border-radius: 4px;
}

.detail-page-wrapper .inv-protocol-badge {
    font-size: 0.7rem;
    color: #06B6D4;
    background: rgba(6, 182, 212, 0.15);
    padding: 0.15rem 0.45rem;
    border-radius: 4px;
}

.detail-page-wrapper .inv-timestamp-row {
    font-size: 0.75rem;
    color: #64748B;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.detail-page-wrapper .inv-roi-pill {
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 6px;
    padding: 0.25rem 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.detail-page-wrapper .inv-roi-label {
    font-size: 0.65rem;
    color: #64748B;
    text-transform: uppercase;
}

.detail-page-wrapper .inv-roi-value {
    font-size: 0.85rem;
    font-family: 'JetBrains Mono', monospace;
    font-weight: 700;
    color: #10B981;
}

.detail-page-wrapper .inv-comment-body p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #94A3B8;
    margin-bottom: 0.75rem;
}

.detail-page-wrapper .inv-comment-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail-page-wrapper .inv-action-group {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.detail-page-wrapper .inv-action-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #94A3B8;
    font-size: 0.78rem;
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.detail-page-wrapper .inv-action-btn:hover,
.detail-page-wrapper .inv-action-btn.active {
    color: #F59E0B;
    border-color: rgba(245, 158, 11, 0.4);
    background: rgba(245, 158, 11, 0.08);
}

.detail-page-wrapper .inv-extra-actions {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.detail-page-wrapper .inv-icon-btn {
    background: transparent;
    border: none;
    color: #64748B;
    padding: 0.25rem;
    cursor: pointer;
    transition: color 0.2s ease;
}

.detail-page-wrapper .inv-icon-btn:hover {
    color: #F8FAFC;
}

.detail-page-wrapper .detail-comment-form-wrap {
    background: rgba(22, 32, 48, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.detail-page-wrapper .detail-custom-input,
.detail-page-wrapper .detail-custom-textarea {
    background-color: #162030;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #F8FAFC;
    border-radius: 8px;
    padding: 0.65rem 0.85rem;
}

.detail-page-wrapper .detail-custom-input:focus,
.detail-page-wrapper .detail-custom-textarea:focus {
    background-color: #162030;
    border-color: #F59E0B;
    color: #F8FAFC;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.2);
}

.detail-page-wrapper .detail-custom-input::placeholder,
.detail-page-wrapper .detail-custom-textarea::placeholder {
    color: #64748B;
}

.detail-page-wrapper .detail-submit-btn {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #090D14;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    padding: 0.65rem 1.25rem;
    font-size: 0.875rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.detail-page-wrapper .detail-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(245, 158, 11, 0.35);
    color: #090D14;
}

.detail-page-wrapper .detail-sidebar-card {
    background: rgba(15, 22, 34, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.detail-page-wrapper .detail-sidebar-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
}

.detail-page-wrapper .detail-sidebar-cta-icon {
    width: 54px;
    height: 54px;
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.25);
}

.detail-page-wrapper .detail-recent-title {
    color: #F8FAFC;
    transition: color 0.2s ease;
}

.detail-page-wrapper .detail-recent-link:hover .detail-recent-title {
    color: #F59E0B;
}

.footer-block {
    background-color: #090D14;
    color: #94A3B8;
    padding: 4.5rem 0 2.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.footer-block__glow {
    width: 480px;
    height: 160px;
    background: radial-gradient(ellipse at center, rgba(245, 158, 11, 0.12) 0%, rgba(9, 13, 20, 0) 70%);
    pointer-events: none;
}

.footer-block__brand-title {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.35rem;
    color: #F8FAFC;
    letter-spacing: -0.02em;
}

.footer-block__logo-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #090D14;
    font-size: 1.15rem;
    font-weight: 700;
}

.footer-block__description {
    font-size: 0.875rem;
    line-height: 1.65;
    color: #94A3B8;
}

.footer-block__badge {
    background: rgba(15, 22, 34, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
}

.footer-block__badge-icon {
    color: #10B981;
    font-size: 1rem;
}

.footer-block__badge-text {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: #94A3B8;
}

.footer-block__heading {
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #F8FAFC;
}

.footer-block__link {
    font-size: 0.875rem;
    color: #94A3B8;
    text-decoration: none;
    transition: color 0.2s ease-out, transform 0.2s ease-out;
    display: inline-block;
}

.footer-block__link:hover {
    color: #F59E0B;
    transform: translateX(2px);
}

.footer-block__disclosure-card {
    background: rgba(15, 22, 34, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
}

.footer-block__disclosure-icon {
    color: #06B6D4;
    font-size: 1.1rem;
}

.footer-block__disclosure-title {
    font-family: 'Outfit', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #F8FAFC;
}

.footer-block__disclosure-text {
    font-size: 0.75rem;
    line-height: 1.55;
    color: #64748B;
}

.footer-block__divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.06);
    width: 100%;
}

.footer-block__copyright {
    font-size: 0.8125rem;
    color: #64748B;
}

.footer-block__legal-links {
    flex-wrap: wrap;
}

.footer-block__legal-link {
    font-size: 0.8125rem;
    color: #94A3B8;
    text-decoration: none;
    transition: color 0.2s ease-out;
}

.footer-block__legal-link:hover {
    color: #F59E0B;
}

.footer-block__legal-separator {
    color: #475569;
    font-size: 0.75rem;
}

@media (max-width: 767.98px) {
    .detail-page-wrapper .detail-main-title {
        font-size: 1.5rem;
    }

    .detail-page-wrapper .detail-typography-area h2 {
        font-size: 1.25rem;
    }

    .detail-page-wrapper .detail-typography-area h3 {
        font-size: 1.1rem;
    }

    .detail-page-wrapper .inv-comment-reply {
        margin-left: 0.75rem;
    }

    .detail-page-wrapper .detail-article-img {
        height: 240px;
    }

    .footer-block {
        padding: 3rem 0 2rem 0;
    }

    .footer-block__heading {
        font-size: 0.875rem;
    }

    .footer-block__brand-title {
        font-size: 1.2rem;
    }
}

/* ===== PAGE TEMPLATE: analytics-blog-items ===== */
.growell-header {
    background-color: #090D14;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    z-index: 1030;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.growell-header .navbar {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
}

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

.growell-header .growell-header-brand-title {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #F8FAFC;
}

.growell-header .growell-nav-link {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #94A3B8;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.growell-header .growell-nav-link:hover,
.growell-header .growell-nav-link:focus {
    color: #F59E0B;
    background-color: rgba(245, 158, 11, 0.08);
}

.growell-header .growell-header-toggler {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background-color: #162030;
    padding: 0.45rem 0.65rem;
    border-radius: 8px;
    box-shadow: none;
}

.growell-header .growell-header-toggler:focus {
    box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.4);
}

.growell-header .growell-header-toggler i {
    color: #F8FAFC;
    font-size: 1.35rem;
    line-height: 1;
}

.growell-header .growell-header-btn {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    color: #090D14;
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    border: none;
    border-radius: 10px;
    padding: 0.55rem 1.25rem;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    text-decoration: none;
}

.growell-header .growell-header-btn:hover,
.growell-header .growell-header-btn:focus {
    color: #090D14;
    background: linear-gradient(135deg, #FBBF24 0%, #F59E0B 100%);
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(245, 158, 11, 0.4);
}

@media (max-width: 991.98px) {
    .growell-header .navbar-collapse {
        background-color: #0F1622;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 12px;
        padding: 1rem;
        margin-top: 0.75rem;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

    .growell-header .growell-nav-link {
        font-size: 0.875rem;
        padding: 0.65rem 0.75rem;
    }
}

.detail-page-wrapper {
    background-color: #090D14;
    color: #94A3B8;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.detail-page-wrapper .detail-hero-section {
    background: #090D14;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.detail-page-wrapper .detail-hero-glow {
    top: -20%;
    right: 5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.12) 0%, rgba(6, 182, 212, 0.06) 40%, rgba(9, 13, 20, 0) 70%);
    filter: blur(60px);
    pointer-events: none;
}

.detail-page-wrapper .detail-breadcrumb-link {
    color: #94A3B8;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s ease;
}

.detail-page-wrapper .detail-breadcrumb-link:hover {
    color: #F59E0B;
}

.detail-page-wrapper .breadcrumb-item+.breadcrumb-item::before {
    color: #64748B;
}

.detail-page-wrapper .detail-meta-badge {
    background: rgba(15, 22, 34, 0.85);
    border: 1px solid rgba(245, 158, 11, 0.35);
}

.detail-page-wrapper .detail-badge-text {
    color: #F59E0B;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
}

.detail-page-wrapper .detail-main-title {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: clamp(1.85rem, 3.5vw, 2.75rem);
    line-height: 1.2;
    color: #F8FAFC;
}

.detail-page-wrapper .detail-lead-subtitle {
    color: #94A3B8;
    font-size: 1.05rem;
    line-height: 1.6;
}

.detail-page-wrapper .detail-meta-bar {
    font-size: 0.875rem;
}

.detail-page-wrapper .detail-meta-divider {
    color: #475569;
}

.detail-page-wrapper .detail-hero-summary-card {
    background: rgba(15, 22, 34, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.detail-page-wrapper .detail-summary-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
}

.detail-page-wrapper .detail-summary-status {
    font-size: 0.7rem;
    color: #10B981;
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.3);
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
}

.detail-page-wrapper .detail-summary-btn {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #090D14;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    padding: 0.65rem 1rem;
    font-size: 0.875rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.detail-page-wrapper .detail-summary-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(245, 158, 11, 0.35);
    color: #090D14;
}

.detail-page-wrapper .detail-article-block {
    background: rgba(15, 22, 34, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.detail-page-wrapper .detail-main-visual {
    max-height: 420px;
    background-color: #162030;
}

.detail-page-wrapper .detail-article-img {
    height: 380px;
    object-fit: cover;
}

.detail-page-wrapper .detail-img-overlay {
    background: linear-gradient(180deg, transparent 0%, rgba(9, 13, 20, 0.85) 100%);
}

.detail-page-wrapper .detail-typography-area h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.6rem;
    color: #F8FAFC;
}

.detail-page-wrapper .detail-typography-area h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.3rem;
    color: #F8FAFC;
}

.detail-page-wrapper .detail-typography-area p {
    line-height: 1.7;
    color: #94A3B8;
}

.detail-page-wrapper .detail-callout-box {
    background: rgba(22, 32, 48, 0.7);
    border-left: 3px solid #F59E0B;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.detail-page-wrapper .detail-tabs .nav-link {
    color: #94A3B8;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.detail-page-wrapper .detail-tabs .nav-link.active {
    color: #090D14;
    background: #F59E0B;
    border-color: #F59E0B;
}

.detail-page-wrapper .detail-tab-content {
    background: rgba(22, 32, 48, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.detail-page-wrapper .detail-comments-container {
    background: rgba(15, 22, 34, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.detail-page-wrapper .detail-comments-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.4rem;
}

.detail-page-wrapper .inv-comment-card {
    background: rgba(22, 32, 48, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 1.25rem;
    position: relative;
}

.detail-page-wrapper .inv-comment-reply {
    margin-left: 2rem;
    background: rgba(15, 22, 34, 0.9);
    border-left: 2px solid #06B6D4;
}

.detail-page-wrapper .inv-reply-connector-line {
    position: absolute;
    left: -1rem;
    top: -1rem;
    bottom: 50%;
    width: 2px;
    background: rgba(6, 182, 212, 0.3);
}

.detail-page-wrapper .inv-comment-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.85rem;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.detail-page-wrapper .inv-comment-user-info {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.detail-page-wrapper .inv-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}

.detail-page-wrapper .inv-avatar-sm {
    width: 32px;
    height: 32px;
    font-size: 0.75rem;
}

.detail-page-wrapper .inv-avatar-gold {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #090D14;
}

.detail-page-wrapper .inv-avatar-cyan {
    background: linear-gradient(135deg, #06B6D4 0%, #0284C7 100%);
    color: #090D14;
}

.detail-page-wrapper .inv-user-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.detail-page-wrapper .inv-user-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: #F8FAFC;
    margin: 0;
}

.detail-page-wrapper .inv-user-badge {
    font-size: 0.7rem;
    color: #F59E0B;
    background: rgba(245, 158, 11, 0.15);
    padding: 0.15rem 0.45rem;
    border-radius: 4px;
}

.detail-page-wrapper .inv-protocol-badge {
    font-size: 0.7rem;
    color: #06B6D4;
    background: rgba(6, 182, 212, 0.15);
    padding: 0.15rem 0.45rem;
    border-radius: 4px;
}

.detail-page-wrapper .inv-timestamp-row {
    font-size: 0.75rem;
    color: #64748B;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.detail-page-wrapper .inv-roi-pill {
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 6px;
    padding: 0.25rem 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.detail-page-wrapper .inv-roi-label {
    font-size: 0.65rem;
    color: #64748B;
    text-transform: uppercase;
}

.detail-page-wrapper .inv-roi-value {
    font-size: 0.85rem;
    font-family: 'JetBrains Mono', monospace;
    font-weight: 700;
    color: #10B981;
}

.detail-page-wrapper .inv-comment-body p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #94A3B8;
    margin-bottom: 0.75rem;
}

.detail-page-wrapper .inv-comment-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail-page-wrapper .inv-action-group {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.detail-page-wrapper .inv-action-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #94A3B8;
    font-size: 0.78rem;
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.detail-page-wrapper .inv-action-btn:hover,
.detail-page-wrapper .inv-action-btn.active {
    color: #F59E0B;
    border-color: rgba(245, 158, 11, 0.4);
    background: rgba(245, 158, 11, 0.08);
}

.detail-page-wrapper .inv-extra-actions {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.detail-page-wrapper .inv-icon-btn {
    background: transparent;
    border: none;
    color: #64748B;
    padding: 0.25rem;
    cursor: pointer;
    transition: color 0.2s ease;
}

.detail-page-wrapper .inv-icon-btn:hover {
    color: #F8FAFC;
}

.detail-page-wrapper .detail-comment-form-wrap {
    background: rgba(22, 32, 48, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.detail-page-wrapper .detail-custom-input,
.detail-page-wrapper .detail-custom-textarea {
    background-color: #162030;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #F8FAFC;
    border-radius: 8px;
    padding: 0.65rem 0.85rem;
}

.detail-page-wrapper .detail-custom-input:focus,
.detail-page-wrapper .detail-custom-textarea:focus {
    background-color: #162030;
    border-color: #F59E0B;
    color: #F8FAFC;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.2);
}

.detail-page-wrapper .detail-custom-input::placeholder,
.detail-page-wrapper .detail-custom-textarea::placeholder {
    color: #64748B;
}

.detail-page-wrapper .detail-submit-btn {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #090D14;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    padding: 0.65rem 1.25rem;
    font-size: 0.875rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.detail-page-wrapper .detail-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(245, 158, 11, 0.35);
    color: #090D14;
}

.detail-page-wrapper .detail-sidebar-card {
    background: rgba(15, 22, 34, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.detail-page-wrapper .detail-sidebar-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
}

.detail-page-wrapper .detail-sidebar-cta-icon {
    width: 54px;
    height: 54px;
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.25);
}

.detail-page-wrapper .detail-recent-title {
    color: #F8FAFC;
    transition: color 0.2s ease;
}

.detail-page-wrapper .detail-recent-link:hover .detail-recent-title {
    color: #F59E0B;
}

.footer-block {
    background-color: #090D14;
    color: #94A3B8;
    padding: 4.5rem 0 2.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.footer-block__glow {
    width: 480px;
    height: 160px;
    background: radial-gradient(ellipse at center, rgba(245, 158, 11, 0.12) 0%, rgba(9, 13, 20, 0) 70%);
    pointer-events: none;
}

.footer-block__brand-title {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.35rem;
    color: #F8FAFC;
    letter-spacing: -0.02em;
}

.footer-block__logo-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #090D14;
    font-size: 1.15rem;
    font-weight: 700;
}

.footer-block__description {
    font-size: 0.875rem;
    line-height: 1.65;
    color: #94A3B8;
}

.footer-block__badge {
    background: rgba(15, 22, 34, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
}

.footer-block__badge-icon {
    color: #10B981;
    font-size: 1rem;
}

.footer-block__badge-text {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: #94A3B8;
}

.footer-block__heading {
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #F8FAFC;
}

.footer-block__link {
    font-size: 0.875rem;
    color: #94A3B8;
    text-decoration: none;
    transition: color 0.2s ease-out, transform 0.2s ease-out;
    display: inline-block;
}

.footer-block__link:hover {
    color: #F59E0B;
    transform: translateX(2px);
}

.footer-block__disclosure-card {
    background: rgba(15, 22, 34, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
}

.footer-block__disclosure-icon {
    color: #06B6D4;
    font-size: 1.1rem;
}

.footer-block__disclosure-title {
    font-family: 'Outfit', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #F8FAFC;
}

.footer-block__disclosure-text {
    font-size: 0.75rem;
    line-height: 1.55;
    color: #64748B;
}

.footer-block__divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.06);
    width: 100%;
}

.footer-block__copyright {
    font-size: 0.8125rem;
    color: #64748B;
}

.footer-block__legal-links {
    flex-wrap: wrap;
}

.footer-block__legal-link {
    font-size: 0.8125rem;
    color: #94A3B8;
    text-decoration: none;
    transition: color 0.2s ease-out;
}

.footer-block__legal-link:hover {
    color: #F59E0B;
}

.footer-block__legal-separator {
    color: #475569;
    font-size: 0.75rem;
}

@media (max-width: 767.98px) {
    .detail-page-wrapper .detail-main-title {
        font-size: 1.5rem;
    }

    .detail-page-wrapper .detail-typography-area h2 {
        font-size: 1.25rem;
    }

    .detail-page-wrapper .detail-typography-area h3 {
        font-size: 1.1rem;
    }

    .detail-page-wrapper .inv-comment-reply {
        margin-left: 0.75rem;
    }

    .detail-page-wrapper .detail-article-img {
        height: 240px;
    }

    .footer-block {
        padding: 3rem 0 2rem 0;
    }

    .footer-block__heading {
        font-size: 0.875rem;
    }

    .footer-block__brand-title {
        font-size: 1.2rem;
    }
}
