

:root {
    --brand-50: #fffbeb;
    --brand-100: #fef3c7;
    --brand-500: #f59e0b;
    --brand-600: #d97706;
    --brand-700: #b45309;
    --brand-900: #78350f;
    --zinc-950: #09090b;
    --zinc-border: #e4e4e7;

    --mc-primary: #f59e0b;
    --mc-primary-dark: #d97706;
    --mc-primary-light: #fbbf24;
    --mc-text: #18181b;
    --mc-text-muted: #71717a;
    --mc-border: #e4e4e7;
    --mc-bg: #ffffff;
    --mc-bg-subtle: #fafafa;
    --mc-accent-warm: #f59e0b;

    --primary: #f59e0b;
    --primary-dark: #d97706;
    --primary-light: #fbbf24;
    --ru-accent: #f59e0b;
    --primary-blue: #f59e0b;

    --nav-cta-bg: #18181b;
    --nav-cta-bg-hover: #27272a;
    --nav-cta-color: #fff;
    --nav-cta-radius: 0.75rem;
}

body.theme-brand {
    background-color: #fafafa;
    color: #27272a;
    -webkit-font-smoothing: antialiased;
    font-family: 'Inter', 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
}

body.theme-brand ::selection {
    background-color: #f59e0b;
    color: #fff;
}

body.theme-mc14 {
    --mc-primary: #f59e0b;
    --mc-primary-dark: #d97706;
    --mc-primary-light: #fbbf24;
    --mc-text: #18181b;
    --mc-text-muted: #71717a;
    --mc-border: #e4e4e7;
    --mc-bg: #ffffff;
    --mc-bg-subtle: #fafafa;
    --mc-accent-warm: #f59e0b;
    --primary: #f59e0b;
    --primary-dark: #d97706;
    --primary-light: #fbbf24;
    --ru-accent: #f59e0b;
    --nav-cta-bg: #18181b;
    --nav-cta-color: #fff;
    --nav-cta-radius: 0.75rem;
    --nav-cta-bg-hover: #27272a;
    --nav-cta-color-hover: #fff;
    background-color: #fafafa !important;
    color: #27272a !important;
    -webkit-font-smoothing: antialiased;
    font-family: 'Inter', 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.active,
.reveal.on {
    opacity: 1;
    transform: translateY(0);
}

.hover-card {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.hover-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(245, 158, 11, 0.08);
}

.glow-hover:hover {
    box-shadow: 0 10px 30px -10px rgba(245, 158, 11, 0.3);
}

::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: #c1c1c1; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #a8a8a8; }

.section-title-kicker,
.section-kicker {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--brand-600);
    margin-bottom: 0.75rem;
}

.section-heading {
    font-family: 'Plus Jakarta Sans', 'Epilogue', sans-serif;
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--zinc-950);
    margin: 0 0 1rem;
}

.section-subtext {
    font-size: 1.0625rem;
    color: var(--mc-text-muted);
    line-height: 1.7;
    max-width: 38rem;
    margin: 0 auto;
}

.section-inner {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}

#headerContainer .tm-nav {
    background: rgba(250, 250, 250, 0.85) !important;
    border-bottom: 1px solid rgba(229, 231, 235, 0.5) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: none !important;
}
#headerContainer .tm-brand-name {
    color: #09090b !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}
#headerContainer .tm-nav-link {
    color: #52525b !important;
    font-size: 0.875rem !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    font-weight: 600 !important;
}
#headerContainer .tm-nav-link:hover,
#headerContainer .nav-item.active {
    color: #09090b !important;
}
#headerContainer .tm-nav-cta,
#headerContainer .tm-nav .tm-btn-primary {
    background: #18181b !important;
    border-radius: 0.75rem !important;
    font-weight: 600 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    color: #fff !important;
}
#headerContainer .tm-nav-cta:hover,
#headerContainer .tm-nav .tm-btn-primary:hover {
    background: #27272a !important;
}
#headerContainer .tm-lang-pill {
    background: #fff !important;
    border: 1px solid #e4e4e7 !important;
    border-radius: 0.5rem !important;
    color: #52525b !important;
}
#headerContainer #authContainer .w-8.h-8 {
    background: #18181b !important;
    color: #fff !important;
}
#headerContainer #authContainer .w-8.h-8:hover {
    background: #27272a !important;
}

#footerContainer .tf-root {
    background: #09090b !important;
    border-top: 1px solid #18181b !important;
}
#footerContainer .tf-root::before { display: none !important; }
#footerContainer .tf-brand-desc,
#footerContainer .tf-tagline,
#footerContainer .tm-footer-link,
#footerContainer .tf-contact-text,
#footerContainer .tf-copy,
#footerContainer .tf-legal a {
    color: #94a3b8 !important;
}
#footerContainer .tf-col-label { color: #fff !important; }
#footerContainer .tm-footer-link:hover,
#footerContainer .tf-contact-email:hover,
#footerContainer .tf-legal a:hover {
    color: #f59e0b !important;
}
#footerContainer .tf-logo span[style*="color"] { color: #fff !important; }
#footerContainer .tf-bottom { border-color: #18181b !important; }

.faq-item {
    border: 1px solid var(--zinc-border);
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 0.75rem;
    transition: border-color 0.2s, box-shadow 0.2s;
    background: #fff;
}
.faq-item:hover {
    border-color: rgba(245, 158, 11, 0.35);
    box-shadow: 0 8px 24px rgba(245, 158, 11, 0.08);
}
.faq-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    text-align: left;
    background: #fff;
    border: none;
    cursor: pointer;
}
.faq-btn-text {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #18181b;
    line-height: 1.45;
}
.faq-btn:hover .faq-btn-text { color: var(--brand-600); }
.faq-icon-wrap {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: #fffbeb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-600);
    flex-shrink: 0;
    margin-left: 1rem;
    transition: background 0.2s, color 0.2s, transform 0.3s;
}
.faq-body { padding: 0 1.5rem 1.25rem; }
.faq-body p {
    font-size: 0.875rem;
    color: #71717a;
    line-height: 1.75;
    margin: 0;
}
.faq-icon { transition: transform 0.3s ease; }

.brand-cta-section {
    padding: 5rem 1.5rem;
    background: #09090b;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #18181b;
}
.brand-cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 70% at 50% 50%, rgba(245, 158, 11, 0.12) 0%, transparent 70%);
    pointer-events: none;
}
.brand-cta-inner {
    position: relative;
    z-index: 1;
    max-width: 48rem;
    margin: 0 auto;
    text-align: center;
}
.brand-cta-inner h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(1.875rem, 4vw, 3rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin: 0 0 1.5rem;
}
.brand-cta-inner p {
    color: #a1a1aa;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0 0 2.5rem;
}
.brand-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 2.5rem;
    background: #f59e0b;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 0.75rem;
    text-decoration: none;
    box-shadow: 0 10px 30px -10px rgba(245, 158, 11, 0.4);
    transition: background 0.2s, transform 0.2s;
}
.brand-cta-btn:hover {
    background: #d97706;
    transform: translateY(-2px);
}

.brand-page-hero {
    padding: 7rem 1.5rem 4rem;
    background: linear-gradient(to bottom, #fafafa, #fff, #fafafa);
    border-bottom: 1px solid #f4f4f5;
    position: relative;
    overflow: hidden;
}
.brand-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.03;
    background-image: radial-gradient(#000 1px, transparent 1px);
    background-size: 16px 16px;
    pointer-events: none;
}

.infra-grid-overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.02;
    pointer-events: none;
    background-image:
        linear-gradient(to right, #808080 1px, transparent 1px),
        linear-gradient(to bottom, #808080 1px, transparent 1px);
    background-size: 14px 24px;
}

.brand-page-hero-inner {
    max-width: 80rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.brand-page-hero h1 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #09090b;
    line-height: 1.1;
    margin: 0 0 1.25rem;
}
.brand-page-hero-lead {
    font-size: 1.125rem;
    color: #71717a;
    line-height: 1.75;
    max-width: 42rem;
    margin: 0;
}
.brand-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #fffbeb;
    border: 1px solid #fef3c7;
    padding: 0.375rem 1rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #78350f;
    margin-bottom: 1.5rem;
}
.brand-badge-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #f59e0b;
}
