/* ══════════════════════════════════════════════
   TUMA LOGISTICS — Global Styles
══════════════════════════════════════════════ */

:root {
    --tuma-black:     #080A0E;
    --tuma-dark:      #0F1218;
    --tuma-card:      #13161E;
    --tuma-border:    rgba(255,255,255,0.07);
    --tuma-gold:      #E8961A;
    --tuma-gold-dim:  #B87415;
    --tuma-teal:      #00C9A7;
    --tuma-teal-dim:  #00906B;
    --tuma-red:       #FF4757;
    --tuma-white:     #F4EFE6;
    --tuma-grey:      #8A90A0;
    --tuma-mid:       #2A2F3D;
}

html { scroll-behavior: smooth; }

body {
    background: var(--tuma-black);
    color: var(--tuma-white);
    font-family: 'Sora', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

/* ── DARK SCROLLBARS ── */
::-webkit-scrollbar { width: 5px; height: 5px; }
::-webkit-scrollbar-track { background: var(--tuma-dark); }
::-webkit-scrollbar-thumb { background: var(--tuma-mid); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #3D4455; }

/* ── MUDBLAZOR OVERRIDES ── */
.mud-table-row:hover { cursor: pointer; }
.mud-table-head .mud-table-cell {
    font-family: 'Space Mono', monospace;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 400;
}
.mud-nav-link { font-family: 'Sora', sans-serif; }
.mud-drawer-header { border-bottom: 1px solid var(--tuma-border); }
.mud-appbar { border-bottom: 1px solid var(--tuma-border) !important; }

/* ── DIALOGS ── */
.mud-dialog {
    background: #1F2937 !important;
    border: 1px solid #374151;
    border-radius: 12px !important;
}
.mud-dialog-title {
    background: #111827;
    border-bottom: 1px solid #374151;
    padding: 1rem 1.5rem !important;
    border-radius: 12px 12px 0 0 !important;
}
.mud-dialog-content {
    padding: 1.25rem 1.5rem !important;
}
.mud-dialog-actions {
    background: #111827;
    border-top: 1px solid #374151;
    padding: 0.75rem 1.5rem !important;
    border-radius: 0 0 12px 12px !important;
}
/* Champs outlined dans les dialogs */
.mud-dialog .mud-input-outlined .mud-input-outlined-border {
    border-color: #374151 !important;
}
.mud-dialog .mud-input-outlined:hover .mud-input-outlined-border {
    border-color: #6B7280 !important;
}
.mud-dialog .mud-input-control {
    background: #111827;
    border-radius: 6px;
}

/* ── BLAZOR ERROR ── */
.blazor-error-boundary {
    background: #4A0000;
    padding: 1rem;
    color: #FEF2F2;
    border-left: 4px solid var(--tuma-red);
}
#blazor-error-ui {
    background: var(--tuma-card);
    color: var(--tuma-white);
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.5);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    font-size: 0.875rem;
    border-top: 1px solid var(--tuma-border);
}
#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
    color: var(--tuma-grey);
}

/* ── UTILITIES ── */
.text-gold   { color: var(--tuma-gold) !important; }
.text-teal   { color: var(--tuma-teal) !important; }
.font-display { font-family: 'Barlow Condensed', sans-serif !important; }
.font-mono   { font-family: 'Space Mono', monospace !important; }


/* ══════════════════════════════════════════════
   LANDING PAGE — Exact match tuma-logistics(4).html
══════════════════════════════════════════════ */

/* Noise overlay on landing */
.landing-root::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 9999;
    opacity: .4;
}

/* Typography */
h1, h2, h3 {
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: -.01em;
}

/* ---- BUTTONS ---- */
.btn-tuma-primary {
    background: var(--tuma-gold);
    color: var(--tuma-black) !important;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: .75rem 2rem;
    border: none;
    border-radius: 2px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    transition: all .25s;
    position: relative;
    overflow: hidden;
}
.btn-tuma-primary::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.15);
    transform: translateX(-100%);
    transition: transform .3s ease;
}
.btn-tuma-primary:hover::after { transform: translateX(0); }
.btn-tuma-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(232,150,26,.35);
    color: var(--tuma-black) !important;
}

.btn-tuma-outline {
    background: transparent;
    color: var(--tuma-white) !important;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: .72rem 2rem;
    border: 1px solid rgba(255,255,255,.25) !important;
    border-radius: 2px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    transition: all .25s;
}
.btn-tuma-outline:hover {
    border-color: var(--tuma-gold) !important;
    color: var(--tuma-gold) !important;
    background: rgba(232,150,26,.06);
}

/* ---- NAVBAR ---- */
#mainNav {
    background: rgba(8,10,14,.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--tuma-border);
    padding: 1rem 0;
    transition: all .3s;
}
#mainNav.scrolled {
    padding: .6rem 0;
    background: rgba(8,10,14,.97);
}
.nav-logo {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 900;
    font-size: 1.6rem;
    letter-spacing: .03em;
    color: var(--tuma-white) !important;
    text-decoration: none;
}
.nav-logo span { color: var(--tuma-gold); }
.nav-logo .dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: var(--tuma-teal);
    border-radius: 50%;
    margin-left: 3px;
    margin-bottom: 4px;
    vertical-align: middle;
    animation: blink 2s ease-in-out infinite;
}
@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: .3; }
}
.navbar-nav .nav-link {
    color: rgba(244,239,230,.65) !important;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: .4rem .9rem !important;
    transition: color .2s;
}
.navbar-nav .nav-link:hover { color: var(--tuma-gold) !important; }
.navbar-toggler { border-color: var(--tuma-border) !important; }
.navbar-toggler-icon { filter: invert(1); }

/* ---- HERO ---- */
#hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 7rem 0 5rem;
}
#hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(232,150,26,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(232,150,26,.04) 1px, transparent 1px);
    background-size: 60px 60px;
    animation: gridShift 30s linear infinite;
}
@keyframes gridShift {
    from { background-position: 0 0; }
    to   { background-position: 60px 60px; }
}
.hero-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    pointer-events: none;
}
.blob-1 {
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(232,150,26,.18) 0%, transparent 70%);
    top: -100px; right: -150px;
    animation: floatBlob 12s ease-in-out infinite;
}
.blob-2 {
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(0,201,167,.12) 0%, transparent 70%);
    bottom: 0; left: -100px;
    animation: floatBlob 16s ease-in-out infinite reverse;
}
@keyframes floatBlob {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(30px, -40px); }
}
.hero-eyebrow {
    font-family: 'Space Mono', monospace;
    font-size: .72rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--tuma-teal);
    border: 1px solid rgba(0,201,167,.3);
    display: inline-block;
    padding: .3rem .8rem;
    border-radius: 2px;
    margin-bottom: 1.4rem;
    animation: fadeUp .8s .1s both;
}
.hero-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(3.5rem, 8vw, 7.5rem);
    line-height: .95;
    font-weight: 900;
    text-transform: uppercase;
    animation: fadeUp .8s .2s both;
}
.hero-title .line-gold { color: var(--tuma-gold); display: block; }
.hero-title .line-outline {
    -webkit-text-stroke: 1px rgba(244,239,230,.3);
    color: transparent;
    display: block;
}
.hero-sub {
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(244,239,230,.65);
    max-width: 520px;
    margin: 1.6rem 0 2.4rem;
    animation: fadeUp .8s .3s both;
}
.hero-actions { animation: fadeUp .8s .4s both; }
.hero-stats-row {
    display: flex;
    gap: 2.5rem;
    margin-top: 3.5rem;
    flex-wrap: wrap;
    animation: fadeUp .8s .5s both;
}
.hero-stat-val {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 2.2rem;
    line-height: 1;
    color: var(--tuma-white);
}
.hero-stat-val span { color: var(--tuma-gold); }
.hero-stat-label {
    font-size: .72rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--tuma-grey);
    margin-top: .25rem;
    font-family: 'Space Mono', monospace;
}

/* Map visual */
.hero-map-wrap {
    position: relative;
    animation: fadeRight .9s .4s both;
}
.hero-map-card {
    background: var(--tuma-card);
    border: 1px solid var(--tuma-border);
    border-radius: 8px;
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
}
.hero-map-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--tuma-gold), transparent);
}
.map-label {
    font-family: 'Space Mono', monospace;
    font-size: .65rem;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--tuma-teal);
    margin-bottom: 1rem;
}
.route-svg { width: 100%; height: auto; display: block; }

.metric-float {
    position: absolute;
    background: rgba(8,10,14,.9);
    border: 1px solid var(--tuma-border);
    border-radius: 6px;
    padding: .7rem 1rem;
    backdrop-filter: blur(10px);
    z-index: 2;
}
.metric-float .mf-val {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--tuma-gold);
}
.metric-float .mf-lab {
    font-size: .62rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--tuma-grey);
    font-family: 'Space Mono', monospace;
}
.mf-1 { top: -20px; right: 30px; }
.mf-2 { bottom: 20px; left: -20px; }

/* Animation keyframes */
@keyframes fadeUp   { from { opacity:0; transform:translateY(30px); } to { opacity:1; transform:translateY(0); } }
@keyframes fadeRight{ from { opacity:0; transform:translateX(40px); } to { opacity:1; transform:translateX(0); } }

/* ---- SECTION COMMON ---- */
section { padding: 6rem 0; }
.section-eyebrow {
    font-family: 'Space Mono', monospace;
    font-size: .68rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--tuma-gold);
    margin-bottom: .75rem;
    display: block;
}
.section-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    color: var(--tuma-white);
}
.section-divider {
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, var(--tuma-gold), var(--tuma-teal));
    margin: 1.2rem 0 1.5rem;
    border-radius: 2px;
}

/* ---- TICKER ---- */
.ticker-wrap {
    background: var(--tuma-gold);
    padding: .65rem 0;
    overflow: hidden;
    white-space: nowrap;
}
.ticker-inner {
    display: inline-flex;
    animation: ticker 30s linear infinite;
}
.ticker-item {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--tuma-black);
    padding: 0 2rem;
}
.ticker-sep { color: rgba(0,0,0,.3); padding: 0 .5rem; }
@keyframes ticker {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* ---- STATS STRIP ---- */
#stats-strip {
    background: var(--tuma-card);
    border-top: 1px solid var(--tuma-border);
    border-bottom: 1px solid var(--tuma-border);
    padding: 3.5rem 0;
}
.stat-item { text-align: center; }
.stat-val {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 900;
    font-size: 3.2rem;
    line-height: 1;
    color: var(--tuma-white);
}
.stat-val .su { color: var(--tuma-gold); font-size: 2rem; }
.stat-label {
    font-family: 'Space Mono', monospace;
    font-size: .65rem;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--tuma-grey);
    margin-top: .4rem;
}
.stat-divider {
    width: 1px;
    background: var(--tuma-border);
    align-self: stretch;
    margin: 0 auto;
}

/* ---- STATUS BAR ---- */
.status-bar {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: rgba(0,201,167,.06);
    border: 1px solid rgba(0,201,167,.2);
    border-radius: 2px;
    padding: .3rem .9rem;
    font-family: 'Space Mono', monospace;
    font-size: .65rem;
    letter-spacing: .12em;
    color: var(--tuma-teal);
    text-transform: uppercase;
}
.status-dot {
    width: 7px; height: 7px;
    background: var(--tuma-teal);
    border-radius: 50%;
    animation: blink 1.5s ease-in-out infinite;
    flex-shrink: 0;
}

/* ---- FEATURES ---- */
#features { background: var(--tuma-dark); }
.feat-card {
    background: var(--tuma-card);
    border: 1px solid var(--tuma-border);
    border-radius: 6px;
    padding: 2rem;
    height: 100%;
    transition: all .3s;
    position: relative;
    overflow: hidden;
}
.feat-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--tuma-gold), transparent);
    opacity: 0;
    transition: opacity .3s;
}
.feat-card:hover { transform: translateY(-4px); border-color: rgba(232,150,26,.25); box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.feat-card:hover::before { opacity: 1; }
.feat-icon-wrap {
    width: 52px; height: 52px;
    border-radius: 6px;
    border: 1px solid rgba(232,150,26,.25);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem;
    color: var(--tuma-gold);
    margin-bottom: 1.25rem;
    background: rgba(232,150,26,.06);
}
.feat-tag {
    font-family: 'Space Mono', monospace;
    font-size: .6rem;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--tuma-teal);
    margin-bottom: .5rem;
}
.feat-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: .6rem;
    color: var(--tuma-white);
    line-height: 1.1;
}
.feat-desc { font-size: .88rem; color: var(--tuma-grey); line-height: 1.7; }

/* ---- HOW IT WORKS ---- */
#how { position: relative; overflow: hidden; }
.step-number {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 900;
    font-size: 5rem;
    line-height: 1;
    color: rgba(232,150,26,.08);
    position: absolute;
    top: -20px; left: 0;
    transition: color .3s;
    user-select: none;
}
.step-block {
    position: relative;
    padding-left: 3rem;
    padding-top: .5rem;
}
.step-block:hover .step-number { color: rgba(232,150,26,.15); }
.step-dot {
    position: absolute;
    left: -.6rem;
    top: .5rem;
    width: 12px; height: 12px;
    background: var(--tuma-gold);
    border-radius: 50%;
    box-shadow: 0 0 16px rgba(232,150,26,.6);
}
.step-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: .5rem;
    color: var(--tuma-white);
}
.step-desc { font-size: .88rem; color: var(--tuma-grey); line-height: 1.7; }

/* ---- PRICING ---- */
#pricing { background: var(--tuma-dark); }
.price-card {
    background: var(--tuma-card);
    border: 1px solid var(--tuma-border);
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    transition: transform .3s, box-shadow .3s;
}
.price-card:hover { transform: translateY(-6px); box-shadow: 0 30px 80px rgba(0,0,0,.6); }
.price-card.featured {
    border-color: var(--tuma-gold);
    box-shadow: 0 0 60px rgba(232,150,26,.12);
}
.price-header {
    padding: 2rem;
    border-bottom: 1px solid var(--tuma-border);
    position: relative;
}
.price-badge {
    position: absolute;
    top: 1rem; right: 1rem;
    background: var(--tuma-gold);
    color: var(--tuma-black);
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: .75rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: .25rem .7rem;
    border-radius: 2px;
}
.price-plan {
    font-family: 'Space Mono', monospace;
    font-size: .65rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--tuma-teal);
    margin-bottom: .6rem;
}
.price-amount {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 900;
    font-size: 3rem;
    line-height: 1;
    color: var(--tuma-white);
}
.price-amount .currency { font-size: 1.2rem; color: var(--tuma-gold); vertical-align: super; }
.price-amount .period { font-size: .9rem; color: var(--tuma-grey); font-weight: 400; }
.price-body { padding: 2rem; }
.price-feature {
    display: flex;
    align-items: flex-start;
    gap: .7rem;
    margin-bottom: .9rem;
    font-size: .88rem;
    color: rgba(244,239,230,.8);
}
.price-feature .bi { color: var(--tuma-teal); flex-shrink: 0; margin-top: 2px; }
.price-feature.dim { color: var(--tuma-grey); }
.price-feature.dim .bi { color: var(--tuma-mid); }

/* ---- TESTIMONIALS ---- */
#testimonials { overflow: hidden; }
.testi-card {
    background: var(--tuma-card);
    border: 1px solid var(--tuma-border);
    border-radius: 8px;
    padding: 2rem;
    height: 100%;
}
.testi-quote {
    font-size: .95rem;
    color: rgba(244,239,230,.8);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 1.2rem;
    border-left: 2px solid var(--tuma-gold);
}
.testi-avatar {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: var(--tuma-mid);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--tuma-gold);
    flex-shrink: 0;
}
.testi-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--tuma-white);
}
.testi-role { font-size: .75rem; color: var(--tuma-grey); }

/* ---- CTA ---- */
#cta { position: relative; overflow: hidden; }
.cta-inner {
    background: var(--tuma-card);
    border: 1px solid var(--tuma-border);
    border-radius: 12px;
    padding: 5rem 3rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.cta-inner::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--tuma-gold), var(--tuma-teal), var(--tuma-gold), transparent);
}
.cta-glow {
    position: absolute;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(232,150,26,.12) 0%, transparent 70%);
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.cta-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 900;
    text-transform: uppercase;
    line-height: .95;
    color: var(--tuma-white);
    position: relative;
    z-index: 1;
}

/* ---- FOOTER ---- */
footer {
    background: var(--tuma-dark);
    border-top: 1px solid var(--tuma-border);
    padding: 4rem 0 2rem;
}
.footer-logo {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 900;
    font-size: 2rem;
    color: var(--tuma-white) !important;
    text-decoration: none;
    display: inline-block;
}
.footer-logo span { color: var(--tuma-gold); }
.footer-desc {
    font-size: .85rem;
    color: var(--tuma-grey);
    line-height: 1.7;
    margin-top: .8rem;
    max-width: 280px;
}
.footer-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--tuma-grey);
    margin-bottom: 1.2rem;
}
.footer-link {
    display: block;
    color: rgba(244,239,230,.6) !important;
    text-decoration: none !important;
    font-size: .88rem;
    padding: .25rem 0;
    transition: color .2s;
}
.footer-link:hover { color: var(--tuma-gold) !important; }
.footer-bottom {
    border-top: 1px solid var(--tuma-border);
    padding-top: 1.5rem;
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.footer-copy {
    font-size: .78rem;
    color: var(--tuma-grey);
    font-family: 'Space Mono', monospace;
}
.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px; height: 36px;
    border: 1px solid var(--tuma-border);
    border-radius: 4px;
    color: var(--tuma-grey) !important;
    font-size: 1rem;
    transition: all .2s;
    text-decoration: none !important;
}
.social-link:hover { border-color: var(--tuma-gold); color: var(--tuma-gold) !important; background: rgba(232,150,26,.05); }

/* ---- SCROLL REVEAL ---- */
/* Elements are ALWAYS visible by default — Blazor re-renders must not hide content */
.visually-reveal {
    opacity: 1;
    transform: translateY(0);
}
/* When observer fires, play a one-shot fade-up animation */
@keyframes revealFadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}
.visually-reveal.is-visible {
    animation: revealFadeUp .65s ease both;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 991px) {
    .hero-stats-row { gap: 1.5rem; }
    .mf-1, .mf-2 { display: none; }
}
@media (max-width: 767px) {
    section { padding: 4rem 0; }
    .stat-divider { display: none; }
    .cta-inner { padding: 3rem 1.5rem; }
    #hero { padding-top: 6rem; }
}
