/* ============================================================
   RIPPLE — global.css
   Khusus halaman Global Ripple — orange palette + Playfair
   ============================================================ */

/* FONT */
body {
    font-family: 'Inter', sans-serif !important;
    color: #e8d8c9;
}

h1, h2, h3, h4, h5, p, span, div, a {
    font-family: 'Inter', sans-serif;
}

/* Neon lebih kuat */
:root {
    --primary:   #4b607f;
    --secondary: #f3701e;
    --accent2:   #B83A2D;
    --accent3:   #B83A2D;
    --cream:     #e8d8c9;
    --dark:      #0b0f1a;
    --neon-orange: #f3701e;
    --neon-glow:   0 0 10px #f3701e, 0 0 25px rgba(243,112,30,0.5), 0 0 50px rgba(243,112,30,0.2);
    --neon-subtle: 0 0 8px rgba(243,112,30,0.4);
}

/* ── CURSOR GLOW ─────────────────────────────────────────── */
#cursor-glow {
    position: fixed;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle,
            rgba(243, 112, 30, 0.07) 0%,
            rgba(243, 112, 30, 0.03) 40%,
            transparent 70%);
    transition: opacity 0.3s ease;
    opacity: 0;
}

/* ── KEYFRAMES ───────────────────────────────────────────── */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes glowIn {
    0%   { opacity: 0; transform: translateY(20px); box-shadow: none; }
    60%  { box-shadow: 0 0 30px rgba(243,112,30,0.3), 0 0 60px rgba(243,112,30,0.1); }
    100% { opacity: 1; transform: translateY(0); box-shadow: 0 0 15px rgba(243,112,30,0.08); }
}

@keyframes numberGlow {
    0%,100% { text-shadow: 0 0 10px rgba(243,112,30,0.4); }
    50%      { text-shadow: 0 0 25px rgba(243,112,30,0.9), 0 0 50px rgba(243,112,30,0.4); }
}

@keyframes counterFlash {
    0%   { text-shadow: 0 0 10px rgba(243,112,30,0.4); }
    30%  { text-shadow: 0 0 40px rgba(243,112,30,1), 0 0 80px rgba(243,112,30,0.6); }
    100% { text-shadow: 0 0 10px rgba(243,112,30,0.4); }
}

@keyframes feedGlowIn {
    0%   { opacity: 0; transform: translateX(-24px); border-color: rgba(243,112,30,0.5); box-shadow: 0 0 20px rgba(243,112,30,0.2); }
    100% { opacity: 1; transform: translateX(0); border-color: rgba(255,255,255,0.06); box-shadow: none; }
}

/* Border berputar cyan → biru → cyan — untuk semua kartu */
@keyframes borderRotate {
    0%   { border-color: #f3701e; box-shadow: 0 0 12px rgba(243,112,30,0.4), 0 0 25px rgba(243,112,30,0.15), inset 0 0 12px rgba(243,112,30,0.06); }
    25%  { border-color: #4b607f; box-shadow: 0 0 18px rgba(75,96,127,0.5), 0 0 35px rgba(75,96,127,0.2), inset 0 0 15px rgba(75,96,127,0.07); }
    50%  { border-color: #f3701e; box-shadow: 0 0 25px rgba(243,112,30,0.55), 0 0 50px rgba(243,112,30,0.2), inset 0 0 20px rgba(243,112,30,0.08); }
    75%  { border-color: #4b607f; box-shadow: 0 0 18px rgba(75,96,127,0.5), 0 0 35px rgba(75,96,127,0.2), inset 0 0 15px rgba(75,96,127,0.07); }
    100% { border-color: #f3701e; box-shadow: 0 0 12px rgba(243,112,30,0.4), 0 0 25px rgba(243,112,30,0.15), inset 0 0 12px rgba(243,112,30,0.06); }
}

/* Terapkan borderRotate ke semua kartu saat hover */
.stat-card:hover,
.ripple-type:hover,
.why-card:hover,
.positioning-card:hover {
    animation: borderRotate 1.5s ease infinite;
    transform: translateY(-6px);
}

.feed-item:hover {
    animation: borderRotate 1.5s ease infinite;
    transform: translateX(4px);
}

.indonesia-map-wrapper:hover {
    animation: borderRotate 1.5s ease infinite;
    transform: translateY(-4px);
}

@keyframes shimmerScan {
    0%   { left: -100%; }
    100% { left: 150%; }
}

@keyframes dotGlow {
    0%,100% { box-shadow: 0 0 6px currentColor; }
    50%      { box-shadow: 0 0 16px currentColor, 0 0 30px currentColor; }
}

@keyframes titlePulse {
    0%,100% { text-shadow: 0 0 20px rgba(243,112,30,0.3); }
    50%      { text-shadow: 0 0 40px rgba(243,112,30,0.7), 0 0 80px rgba(243,112,30,0.2); }
}

@keyframes scanLine {
    0%   { left: -100%; }
    100% { left: 150%; }
}

/* Border rotate untuk tombol */
@keyframes borderRotateBtn {
    0%   { border-color: #f3701e; box-shadow: 0 0 8px rgba(243,112,30,0.4), inset 0 0 8px rgba(243,112,30,0.05); }
    25%  { border-color: #4b607f; box-shadow: 0 0 15px rgba(75,96,127,0.5), inset 0 0 12px rgba(75,96,127,0.07); }
    50%  { border-color: #f3701e; box-shadow: 0 0 22px rgba(243,112,30,0.6), inset 0 0 16px rgba(243,112,30,0.08); }
    75%  { border-color: #4b607f; box-shadow: 0 0 15px rgba(75,96,127,0.5), inset 0 0 12px rgba(75,96,127,0.07); }
    100% { border-color: #f3701e; box-shadow: 0 0 8px rgba(243,112,30,0.4), inset 0 0 8px rgba(243,112,30,0.05); }
}

/* ── LAYOUT ──────────────────────────────────────────────── */
.global-hero {
    min-height: 100vh;
    padding: 120px 60px 80px;
    position: relative;
    overflow: hidden;
}

#particle-canvas {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 0;
    pointer-events: none;
}

/* ── HEADER ──────────────────────────────────────────────── */
.global-header {
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
}

.global-header .tag {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 4px;
    color: var(--secondary);
    text-transform: uppercase;
    margin-bottom: 16px;
    opacity: 0;
    animation: fadeUp 0.8s ease 0.2s forwards;
    text-shadow: 0 0 15px rgba(243,112,30,0.5);
}

.global-header h1 {
    font-size: 56px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 1.1;
    margin-bottom: 16px;
    opacity: 0;
    animation: fadeUp 0.8s ease 0.4s forwards;
}

.global-header h1 span {
    color: var(--secondary);
    display: inline-block;
    animation: titlePulse 3s ease infinite;
}

.global-header p {
    font-size: 18px;
    max-width: 500px;
    margin: auto;
    opacity: 0;
    animation: fadeUp 0.8s ease 0.6s forwards;
}

/* ── STATS GRID ──────────────────────────────────────────── */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 0 auto 60px;
    position: relative;
    z-index: 2;
}

.stat-card {
    background: rgba(13, 26, 46, 0.85);
    border: 1px solid rgba(243,112,30,0.15);
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    position: relative;
    opacity: 0;
    animation: glowIn 1s ease forwards;
    transition: border-color 0.4s, transform 0.3s, box-shadow 0.4s;
    cursor: default;
    backdrop-filter: blur(10px);
}

.stat-card:nth-child(1) { animation-delay: 0.3s; }
.stat-card:nth-child(2) { animation-delay: 0.5s; }
.stat-card:nth-child(3) { animation-delay: 0.7s; }

.stat-card::before {
    content: "";
    position: absolute;
    top: 0; left: -100%;
    width: 50%; height: 2px;
    background: linear-gradient(90deg, transparent, #f3701e, transparent);
    animation: scanLine 4s ease infinite;
}
.stat-card:nth-child(2)::before { animation-delay: 1.3s; }
.stat-card:nth-child(3)::before { animation-delay: 2.6s; }

.stat-card::after {
    content: "";
    position: absolute;
    top: -40px; left: -40px;
    width: 120px; height: 120px;
    background: radial-gradient(circle, rgba(243,112,30,0.1), transparent 70%);
    transition: opacity 0.4s;
    opacity: 0;
    pointer-events: none;
}

.stat-card.cursor-lit { border-color: rgba(243,112,30,0.35); box-shadow: 0 0 20px rgba(243,112,30,0.1), inset 0 0 20px rgba(243,112,30,0.03); }

.stat-icon { font-size: 28px; margin-bottom: 12px; }

.stat-number {
    font-size: 42px;
    font-weight: 600;
    color: var(--secondary);
    line-height: 1;
    margin-bottom: 8px;
    font-variant-numeric: tabular-nums;
    animation: numberGlow 3s ease infinite;
}
.stat-card:nth-child(2) .stat-number { animation-delay: 1s; }
.stat-card:nth-child(3) .stat-number { animation-delay: 2s; }
.counter-done { animation: counterFlash 0.8s ease forwards, numberGlow 3s ease 0.8s infinite !important; }

.stat-label { font-size: 12px; opacity: 0.5; letter-spacing: 0.5px; line-height: 1.4; }

/* ── SECTION TITLE ───────────────────────────────────────── */
.section-title {
    text-align: center;
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--secondary);
    opacity: 0.7;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
    text-shadow: 0 0 20px rgba(243,112,30,0.4);
}

/* ── LIVE FEED ───────────────────────────────────────────── */
.feed-container {
    max-width: 700px;
    margin: 0 auto 60px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow: hidden;
}

.feed-item {
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(13, 26, 46, 0.85);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 16px 20px;
    animation: feedGlowIn 0.6s ease forwards;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
    backdrop-filter: blur(10px);
}

.feed-item:hover {
    border-color: rgba(243,112,30,0.3);
    box-shadow: 0 0 20px rgba(243,112,30,0.08), inset 0 0 20px rgba(243,112,30,0.03);
    transform: translateX(4px);
}

.feed-item.cursor-lit { border-color: rgba(243,112,30,0.25); box-shadow: 0 0 15px rgba(243,112,30,0.07); }

.feed-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; animation: dotGlow 2s ease infinite; }
.feed-dot.green { background: #f3701e; color: #f3701e; }
.feed-dot.blue  { background: #4b607f; color: #4b607f; animation-delay: 0.7s; }
.feed-dot.red   { background: #ff4c6a; color: #ff4c6a; animation-delay: 1.4s; }

.feed-text { font-size: 14px; opacity: 0.85; flex: 1; line-height: 1.5; }
.feed-text span { color: var(--secondary); font-weight: 600; text-shadow: 0 0 10px rgba(243,112,30,0.5); }
.feed-time { font-size: 11px; opacity: 0.35; flex-shrink: 0; }

/* ── PETA INDONESIA ──────────────────────────────────────── */
.map-section { max-width: 900px; margin: 0 auto 60px; position: relative; z-index: 2; }

.indonesia-map-wrapper {
    position: relative;
    background: rgba(13, 26, 46, 0.85);
    border: 1px solid rgba(243,112,30,0.15);
    border-radius: 20px;
    padding: 40px;
    overflow: hidden;
    transition: box-shadow 0.4s, border-color 0.4s;
    backdrop-filter: blur(10px);
}

.indonesia-map-wrapper:hover {
    border-color: rgba(243,112,30,0.4);
    transform: translateY(-6px);
    box-shadow: 0 0 30px rgba(243,112,30,0.1), inset 0 0 30px rgba(243,112,30,0.03);
}

.indonesia-map-wrapper::before {
    content: "INDONESIA — Data BPS 2024";
    position: absolute;
    top: 16px; left: 24px;
    font-size: 10px;
    letter-spacing: 3px;
    opacity: 0.2;
    color: var(--secondary);
    text-shadow: 0 0 10px rgba(243,112,30,0.5);
}

#indonesia-canvas { width: 100%; height: 280px; display: block; }

/* ── RIPPLE TOTALS ───────────────────────────────────────── */
.ripple-totals {
    max-width: 900px;
    margin: 0 auto 80px;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.ripple-type {
    background: rgba(13, 26, 46, 0.85);
    border: 1px solid rgba(243,112,30,0.15);
    border-radius: 14px;
    padding: 24px 16px;
    text-align: center;
    opacity: 0;
    animation: glowIn 0.8s ease forwards;
    transition: border-color 0.4s, transform 0.3s, box-shadow 0.4s;
    cursor: default;
    backdrop-filter: blur(10px);
}

.ripple-type:nth-child(1) { animation-delay: 0.2s; }
.ripple-type:nth-child(2) { animation-delay: 0.35s; }
.ripple-type:nth-child(3) { animation-delay: 0.5s; }
.ripple-type:nth-child(4) { animation-delay: 0.65s; }
.ripple-type:nth-child(5) { animation-delay: 0.8s; }

.ripple-type.cursor-lit { border-color: rgba(243,112,30,0.2); box-shadow: 0 0 15px rgba(243,112,30,0.07); }
.ripple-type .emoji { font-size: 24px; margin-bottom: 10px; }
.ripple-type .count { font-size: 26px; font-weight: 600; color: var(--secondary); margin-bottom: 6px; text-shadow: 0 0 12px rgba(243,112,30,0.5); transition: text-shadow 0.3s; }
.ripple-type:hover .count { text-shadow: 0 0 25px rgba(243,112,30,1), 0 0 50px rgba(243,112,30,0.5); }
.ripple-type .name { font-size: 11px; opacity: 0.45; letter-spacing: 1px; line-height: 1.4; }

/* ── MANIFESTO ───────────────────────────────────────────── */
.manifesto {
    max-width: 600px;
    margin: 0 auto 80px;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 40px;
    border-top: 1px solid rgba(243,112,30,0.1);
}

.manifesto p { font-size: 20px; font-weight: 300; line-height: 1.8; opacity: 0.7;  }
.manifesto p em { color: var(--secondary); font-style: normal; font-weight: 600; text-shadow: 0 0 15px rgba(243,112,30,0.6); }

/* ── WHY SECTION ─────────────────────────────────────────── */
.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 0 auto 80px;
    position: relative;
    z-index: 2;
}

.why-card {
    background: rgba(13, 26, 46, 0.85);
    border: 1px solid rgba(243,112,30,0.15);
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
    opacity: 0;
    animation: glowIn 0.8s ease forwards;
    transition: border-color 0.4s, transform 0.3s, box-shadow 0.4s;
    backdrop-filter: blur(10px);
}

.why-card:nth-child(1) { animation-delay: 0.2s; }
.why-card:nth-child(2) { animation-delay: 0.4s; }
.why-card:nth-child(3) { animation-delay: 0.6s; }

.why-card::before {
    content: "";
    position: absolute;
    top: 0; left: -100%;
    width: 50%; height: 2px;
    background: linear-gradient(90deg, transparent, #f3701e, transparent);
    animation: scanLine 4s ease infinite;
}
.why-card:nth-child(2)::before { animation-delay: 1.3s; }
.why-card:nth-child(3)::before { animation-delay: 2.6s; }

.why-card:hover {
    border-color: rgba(243,112,30,0.4);
    transform: translateY(-6px);
    box-shadow: 0 0 30px rgba(243,112,30,0.1), inset 0 0 30px rgba(243,112,30,0.03);
}

.why-icon { font-size: 36px; margin-bottom: 16px; }
.why-card h3 { font-size: 18px; font-weight: 600; color: var(--secondary); margin-bottom: 12px; text-shadow: 0 0 10px rgba(243,112,30,0.4); }
.why-card p { font-size: 13px; opacity: 0.55; line-height: 1.7; }

/* ── GLOBAL CTA ──────────────────────────────────────────── */
.global-cta {
    max-width: 700px;
    margin: 0 auto 80px;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 60px 40px;
    background: rgba(243,112,30,0.02);
    border: 1px solid rgba(243,112,30,0.1);
    border-radius: 24px;
}

.global-cta::before {
    content: "";
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(243,112,30,0.04), transparent 70%);
    pointer-events: none;
}

.global-cta-text { font-size: 26px; font-weight: 600; margin-bottom: 10px; color: var(--secondary); text-shadow: 0 0 20px rgba(243,112,30,0.4); }
.global-cta-sub { font-size: 15px; opacity: 0.5; margin-bottom: 36px; }
.global-cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ── TOMBOL PRIMARY ──────────────────────────────────────── */
.gcta-btn-primary {
    display: inline-block;
    padding: 14px 36px;
    background: var(--secondary);
    color: black;
    font-weight: 600;
    font-size: 15px;
    border-radius: 30px;
    border: 2px solid transparent;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Sweep cahaya dari kiri ke kanan */
.gcta-btn-primary::before {
    content: "";
    position: absolute;
    top: 0; left: -100%;
    width: 60%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.4s ease;
    pointer-events: none;
}

.gcta-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 15px #f3701e, 0 0 30px rgba(243,112,30,0.5);
}

.gcta-btn-primary:hover::before { left: 150%; }

/* ── TOMBOL SECONDARY — border animated ─────────────────── */
.gcta-btn-secondary {
    display: inline-block;
    padding: 14px 36px;
    background: transparent;
    color: var(--secondary);
    font-weight: 600;
    font-size: 15px;
    border-radius: 30px;
    border: 1.5px solid rgba(243,112,30,0.35);
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
    position: relative;
}

/* Saat hover — border berputar warna cyan ke biru ke cyan */
.gcta-btn-secondary:hover {
    background: rgba(243,112,30,0.06);
    transform: translateY(-3px);
    animation: borderRotateBtn 1.5s ease infinite;
}

/* ── CLOSING SECTION (9) ─────────────────────────────────── */
.closing-section {
    max-width: 700px;
    margin: 0 auto 80px;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 60px 40px;
}

.closing-line {
    width: 1px;
    height: 0;
    background: linear-gradient(180deg, transparent, #f3701e, transparent);
    margin: 0 auto 32px;
    opacity: 0;
    transition: height 0.6s ease, opacity 0.6s ease;
}
.closing-line.visible {
    height: 60px;
    opacity: 0.5;
}

.closing-tag {
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #f3701e;
    opacity: 0;
    margin-bottom: 28px;
    transform: translateY(15px);
    transition: opacity 0.5s ease 0.2s, transform 0.5s ease 0.2s;
}
.closing-tag.visible { opacity: 0.5; transform: translateY(0); }

.closing-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 32px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
}
.closing-title.visible { opacity: 0.9; transform: translateY(0); }
.closing-title span { color: #f3701e; text-shadow: 0 0 20px rgba(243,112,30,0.4); }

.closing-body {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.9;
    opacity: 0;
    max-width: 560px;
    margin: 0 auto;
    transform: translateY(15px);
    transition: opacity 0.5s ease 0.4s, transform 0.5s ease 0.4s;
}
.closing-body.visible { opacity: 0.6; transform: translateY(0); }
.closing-body em { color: #fff;  font-size: 17px; }

.closing-divider {
    width: 0;
    height: 1px;
    background: rgba(243,112,30,0.3);
    margin: 36px auto;
    transition: width 0.6s ease 0.5s;
}
.closing-divider.visible { width: 40px; }

.closing-signature {
    font-size: 13px;
    letter-spacing: 3px;
    color: #f3701e;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease 0.6s, transform 0.5s ease 0.6s;
}
.closing-signature.visible { opacity: 0.4; transform: translateY(0); }

/* ── POSITIONING SECTION (10) ────────────────────────────── */
.positioning-section {
    max-width: 900px;
    margin: 0 auto 80px;
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(243,112,30,0.08);
    padding: 60px 0;
}

.positioning-tag {
    text-align: center;
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #f3701e;
    opacity: 0;
    margin-bottom: 40px;
    transform: translateY(15px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.positioning-tag.visible { opacity: 0.5; transform: translateY(0); }

.positioning-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 48px;
}

.positioning-card {
    background: rgba(13, 26, 46, 0.85);
    border: 1px solid rgba(243,112,30,0.12);
    border-radius: 16px;
    padding: 28px 22px;
    text-align: center;
    backdrop-filter: blur(10px);
    position: relative;
    opacity: 0;
    transform: translateY(25px);
    transition: opacity 0.5s ease, transform 0.5s ease, border-color 0.4s, box-shadow 0.4s;
}
.positioning-card:nth-child(1) { transition-delay: 0.1s; }
.positioning-card:nth-child(2) { transition-delay: 0.2s; }
.positioning-card:nth-child(3) { transition-delay: 0.3s; }
.positioning-card.visible { opacity: 1; transform: translateY(0); }

.positioning-card::before {
    content: "";
    position: absolute;
    top: 0; left: -100%;
    width: 50%; height: 2px;
    background: linear-gradient(90deg, transparent, #f3701e, transparent);
    animation: scanLine 4s ease infinite;
}
.positioning-card:nth-child(2)::before { animation-delay: 1.3s; }
.positioning-card:nth-child(3)::before { animation-delay: 2.6s; }

.pos-icon { font-size: 32px; margin-bottom: 14px; }
.positioning-card h4 { font-size: 16px; font-weight: 600; color: #f3701e; margin-bottom: 10px; text-shadow: 0 0 10px rgba(243,112,30,0.3); }
.positioning-card p { font-size: 13px; opacity: 0.55; line-height: 1.7; }

.positioning-bottom {
    text-align: center;
    padding: 40px;
    background: rgba(243,112,30,0.02);
    border: 1px solid rgba(243,112,30,0.08);
    border-radius: 16px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease 0.4s, transform 0.5s ease 0.4s;
}
.positioning-bottom.visible { opacity: 1; transform: translateY(0); }

.pos-tagline { font-size: 18px; font-weight: 300; line-height: 1.8; opacity: 0.7;  }
.pos-tagline span { color: #f3701e; font-style: normal; font-weight: 600; text-shadow: 0 0 15px rgba(243,112,30,0.5); }

/* ── SVG ANIMATIONS ──────────────────────────────────────── */
@keyframes capFloat    { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-5px)} }
@keyframes tasselSwing { 0%,100%{transform:rotate(0deg)} 50%{transform:rotate(15deg)} }
.anim-cap    { animation: capFloat 2s ease-in-out infinite; }
.anim-tassel { transform-origin:60px 28px; animation: tasselSwing 2s ease-in-out infinite; }

@keyframes walkBody { 0%,100%{transform:translateX(0)} 50%{transform:translateX(5px)} }
@keyframes legL     { 0%,100%{transform:rotate(20deg)} 50%{transform:rotate(-20deg)} }
@keyframes legR     { 0%,100%{transform:rotate(-20deg)} 50%{transform:rotate(20deg)} }
@keyframes armL     { 0%,100%{transform:rotate(-20deg)} 50%{transform:rotate(20deg)} }
@keyframes armR     { 0%,100%{transform:rotate(20deg)} 50%{transform:rotate(-20deg)} }
.anim-walk  { animation: walkBody 0.6s ease-in-out infinite; }
.anim-leg-l { transform-origin:60px 65px; animation: legL 0.6s ease-in-out infinite; }
.anim-leg-r { transform-origin:60px 65px; animation: legR 0.6s ease-in-out infinite; }
.anim-arm-l { transform-origin:60px 48px; animation: armL 0.6s ease-in-out infinite; }
.anim-arm-r { transform-origin:60px 48px; animation: armR 0.6s ease-in-out infinite; }

@keyframes leafSway { 0%,100%{transform:rotate(-5deg)} 50%{transform:rotate(5deg)} }
@keyframes stemGrow { 0%{stroke-dashoffset:40} 100%{stroke-dashoffset:0} }
.anim-leaf { transform-origin:60px 80px; animation: leafSway 2s ease-in-out infinite; }
.anim-stem { stroke-dasharray:40; animation: stemGrow 1s ease forwards; }

@keyframes flyUp  { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-6px)} }
@keyframes wingL  { 0%,100%{transform:scaleX(1)} 50%{transform:scaleX(0.2)} }
@keyframes wingR  { 0%,100%{transform:scaleX(1)} 50%{transform:scaleX(0.2)} }
.anim-butterfly { animation: flyUp 1.5s ease-in-out infinite; }
.anim-wing-l    { transform-origin:58px 55px; animation: wingL 0.8s ease-in-out infinite; }
.anim-wing-r    { transform-origin:62px 55px; animation: wingR 0.8s ease-in-out infinite 0.1s; }

@keyframes chainMove  { 0%{stroke-dashoffset:20} 100%{stroke-dashoffset:0} }
@keyframes chainPulse { 0%,100%{stroke-opacity:0.3} 50%{stroke-opacity:1} }
.anim-chain-line { stroke-dasharray:6 4; animation: chainMove 1s linear infinite; }
.anim-chain-node { animation: chainPulse 1.5s ease-in-out infinite; }

@keyframes boltFlash { 0%,85%,100%{opacity:1} 90%{opacity:0.1} }
@keyframes glowPulse { 0%,100%{opacity:0.06} 50%{opacity:0.2} }
.anim-bolt      { animation: boltFlash 2s ease-in-out infinite; }
.anim-bolt-glow { animation: glowPulse 2s ease-in-out infinite; }

/* ── DUAL WORLD MODE ─────────────────────────────────────── */
.dual-world-section {
    max-width: 900px;
    margin: 0 auto 80px;
    position: relative;
    z-index: 2;
    text-align: center;
}

.dual-world-label {
    font-size: 11px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #f3701e;
    opacity: 0.6;
    margin-bottom: 28px;
}

.dual-world-toggle {
    display: inline-flex;
    gap: 0;
    background: rgba(232,216,201,0.04);
    border: 1px solid rgba(232,216,201,0.1);
    border-radius: 50px;
    padding: 4px;
    margin-bottom: 40px;
}

.world-btn {
    padding: 12px 32px;
    border-radius: 50px;
    border: none;
    background: transparent;
    color: rgba(232,216,201,0.5);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s ease;
    font-family: 'Inter', sans-serif;
}

.world-btn.active.positive-active {
    background: rgba(78,168,81,0.15);
    color: #4ea851;
    box-shadow: 0 0 20px rgba(78,168,81,0.2);
}

.world-btn.active.negative-active {
    background: rgba(220,53,69,0.15);
    color: #ff4444;
    box-shadow: 0 0 20px rgba(220,53,69,0.2);
}

.world-btn.active {
    background: rgba(78,168,81,0.15);
    color: #4ea851;
    box-shadow: 0 0 20px rgba(78,168,81,0.2);
}

.world-panel { transition: all 0.4s ease; }
.world-panel.hidden { display: none; }

.world-headline {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 28px;
    letter-spacing: 0.5px;
}

.positive-text { color: #4ea851; text-shadow: 0 0 15px rgba(78,168,81,0.4); }
.negative-text { color: #ff4444; text-shadow: 0 0 15px rgba(255,68,68,0.4); }

.world-stats-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    margin-bottom: 32px;
}

.world-stat-card {
    border-radius: 12px;
    padding: 28px 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.positive-card {
    background: rgba(78,168,81,0.06);
    border: 1px solid rgba(78,168,81,0.2);
}

.positive-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 20px rgba(78,168,81,0.15);
}

.negative-card {
    background: rgba(255,68,68,0.06);
    border: 1px solid rgba(255,68,68,0.2);
}

.negative-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 20px rgba(255,68,68,0.15);
}

.world-stat-icon { font-size: 28px; margin-bottom: 10px; }

.world-stat-number {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px;
}

.world-stat-label {
    font-size: 12px;
    opacity: 0.55;
    line-height: 1.4;
    color: #e8d8c9;
}

.world-narrative {
    font-size: 15px;
    line-height: 1.8;
    opacity: 0.7;
    max-width: 680px;
    margin: 0 auto;
    color: #e8d8c9;
}

.world-narrative strong { opacity: 1; color: #e8d8c9; }

/* ── HOPE SECTION ────────────────────────────────────────── */
.hope-section {
    max-width: 700px;
    margin: 0 auto 80px;
    position: relative;
    z-index: 2;
    text-align: center;
}

.hope-label {
    font-size: 11px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #f3701e;
    opacity: 0.6;
    margin-bottom: 24px;
}

.hope-card {
    background: rgba(13,26,46,0.85);
    border: 1px solid rgba(243,112,30,0.15);
    border-radius: 16px;
    padding: 40px;
    backdrop-filter: blur(10px);
    text-align: left;
    transition: border-color 0.4s, box-shadow 0.4s;
}

.hope-card:focus-within {
    border-color: rgba(243,112,30,0.4);
    box-shadow: 0 0 25px rgba(243,112,30,0.1);
}

.hope-title {
    font-size: 20px;
    font-weight: 700;
    color: #e8d8c9;
    margin-bottom: 8px;
}

.hope-desc {
    font-size: 13px;
    opacity: 0.5;
    line-height: 1.7;
    color: #e8d8c9;
    margin-bottom: 20px;
}

.hope-textarea {
    width: 100%;
    height: 120px;
    background: rgba(232,216,201,0.04);
    border: 1px solid rgba(232,216,201,0.1);
    border-radius: 8px;
    padding: 16px;
    color: #e8d8c9;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    resize: none;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.hope-textarea:focus {
    border-color: rgba(243,112,30,0.4);
    box-shadow: 0 0 15px rgba(243,112,30,0.08);
}

.hope-textarea::placeholder { color: rgba(232,216,201,0.3); }

.hope-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
}

.hope-counter {
    font-size: 12px;
    opacity: 0.35;
    color: #e8d8c9;
}

.hope-btn {
    padding: 12px 28px;
    background: #f3701e;
    color: #0b0f1a;
    font-weight: 700;
    font-size: 14px;
    border-radius: 30px;
    border: 2px solid #f3701e;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
}

.hope-btn:hover {
    background: transparent;
    color: #f3701e;
    box-shadow: 0 0 15px rgba(243,112,30,0.3);
}

.hope-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.hope-success {
    display: none;
    text-align: center;
    padding: 24px;
    background: rgba(243,112,30,0.06);
    border: 1px solid rgba(243,112,30,0.2);
    border-radius: 8px;
    margin-top: 16px;
}

.hope-success-icon { font-size: 32px; margin-bottom: 12px; }

.hope-success p {
    font-size: 15px;
    color: #e8d8c9;
    opacity: 0.8;
    line-height: 1.7;
}

.hope-success em {
    color: #f3701e;
    font-style: normal;
}