/* ============================================
   DEFIBRILLATEUR (DAI) PAGE - STYLES
   Theme: Electric energy with shield protection
   ============================================ */

/* ============================================
   CSS VARIABLES
   ============================================ */
:root {
    --dai-primary: #f59e0b;
    --dai-secondary: #ef4444;
    --dai-accent: #8b5cf6;
    --dai-dark: #0f172a;
    --dai-darker: #060d1f;
    --dai-light: #f8fafc;
    --dai-gradient: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
    --dai-gradient-electric: linear-gradient(135deg, #fbbf24 0%, #f59e0b 50%, #ef4444 100%);
    --dai-gradient-accent: linear-gradient(135deg, #8b5cf6 0%, #ef4444 100%);
    --dai-bolt: #fbbf24;
    --dai-success: #10b981;
    --dai-warning: #f59e0b;
    --dai-danger: #ef4444;
    --dai-glow: 0 0 30px rgba(245, 158, 11, 0.5);
    --dai-text: #e2e8f0;
    --dai-text-muted: #94a3b8;
}

/* ============================================
   GLOBAL
   ============================================ */
html {
    scroll-behavior: smooth;
}

body.dai-page {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: var(--dai-darker);
    color: var(--dai-text);
    line-height: 1.6;
    overflow-x: hidden;
}

.container-dai {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* ============================================
   LIGHTNING BACKGROUND
   ============================================ */
.lightning-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.lightning-bolt {
    position: absolute;
    width: 2px;
    height: 100px;
    background: linear-gradient(to bottom, transparent, var(--dai-bolt), transparent);
    opacity: 0;
    animation: lightningFlash 6s linear infinite;
}

.lightning-bolt:nth-child(1) { left: 20%; animation-delay: 0s; }
.lightning-bolt:nth-child(2) { left: 50%; animation-delay: 2s; }
.lightning-bolt:nth-child(3) { left: 80%; animation-delay: 4s; }

@keyframes lightningFlash {
    0%, 95% { opacity: 0; transform: translateY(-100px); }
    96% { opacity: 0.6; transform: translateY(50vh); }
    97% { opacity: 0; }
    98% { opacity: 0.4; transform: translateY(50vh); }
    100% { opacity: 0; transform: translateY(100vh); }
}

/* ============================================
   FLOATING SHIELDS
   ============================================ */
.floating-shields {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.shield-particle {
    position: absolute;
    font-size: 16px;
    color: rgba(245, 158, 11, 0.15);
    animation: floatShield linear infinite;
}

.shield-particle:nth-child(1) { left: 8%; animation-duration: 22s; animation-delay: 0s; }
.shield-particle:nth-child(2) { left: 28%; animation-duration: 28s; animation-delay: 5s; }
.shield-particle:nth-child(3) { left: 52%; animation-duration: 24s; animation-delay: 10s; }
.shield-particle:nth-child(4) { left: 72%; animation-duration: 26s; animation-delay: 3s; }
.shield-particle:nth-child(5) { left: 88%; animation-duration: 20s; animation-delay: 7s; }

@keyframes floatShield {
    0% { bottom: -30px; opacity: 0; transform: rotate(0deg); }
    10% { opacity: 0.4; }
    90% { opacity: 0.4; }
    100% { bottom: 110%; opacity: 0; transform: rotate(360deg); }
}

/* ============================================
   BACK NAVIGATION
   ============================================ */
.back-nav-dai {
    position: fixed;
    top: 30px;
    left: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    text-decoration: none;
    color: var(--dai-text);
    font-weight: 600;
    font-size: 0.95rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: all 0.3s ease;
}

.back-nav-dai:hover {
    transform: translateX(-5px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
    color: var(--dai-primary);
}

.back-nav-dai i {
    transition: transform 0.3s ease;
}

.back-nav-dai:hover i {
    transform: translateX(-3px);
}

/* ============================================
   HERO SECTION
   ============================================ */
.dai-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background: linear-gradient(135deg, #060d1f 0%, #1a0a00 50%, #0f172a 100%);
    overflow: hidden;
    padding: 60px 0;
}

.dai-hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 50%, rgba(245, 158, 11, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 70% 50%, rgba(239, 68, 68, 0.06) 0%, transparent 50%);
}

.dai-hero-energy .energy-ring {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    border: 1px solid rgba(245, 158, 11, 0.12);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: daiEnergyRing 4s ease-out infinite;
}

.dai-hero-energy .energy-ring:nth-child(2) { animation-delay: 1.3s; border-color: rgba(239, 68, 68, 0.1); }
.dai-hero-energy .energy-ring:nth-child(3) { animation-delay: 2.6s; }

@keyframes daiEnergyRing {
    0% { transform: translate(-50%, -50%) scale(0.3); opacity: 0; }
    50% { opacity: 0.4; }
    100% { transform: translate(-50%, -50%) scale(1.5); opacity: 0; }
}

.dai-hero-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.dai-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.3);
    padding: 10px 20px;
    border-radius: 50px;
    color: var(--dai-primary);
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
    animation: fadeInUpDai 0.8s ease-out;
}

.dai-hero-badge i {
    animation: boltFlash 2s ease-in-out infinite;
}

@keyframes boltFlash {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.3); color: #fbbf24; }
}

@keyframes fadeInUpDai {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.dai-hero-title {
    margin-bottom: 10px;
    animation: fadeInUpDai 0.8s ease-out 0.2s backwards;
}

.title-gradient-dai {
    font-size: 3.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #ffffff 0%, #fbbf24 50%, #ffffff 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmerDai 3s ease-in-out infinite;
    line-height: 1.2;
}

@keyframes shimmerDai {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.dai-hero-subtitle {
    font-size: 1.3rem;
    color: var(--dai-primary);
    font-weight: 600;
    margin-bottom: 20px;
    animation: fadeInUpDai 0.8s ease-out 0.3s backwards;
}

.dai-hero-desc {
    font-size: 1.05rem;
    color: var(--dai-text-muted);
    line-height: 1.8;
    margin-bottom: 40px;
    animation: fadeInUpDai 0.8s ease-out 0.4s backwards;
}

.dai-hero-stats {
    display: flex;
    gap: 30px;
    animation: fadeInUpDai 0.8s ease-out 0.5s backwards;
}

.dai-stat {
    text-align: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    flex: 1;
}

.dai-stat:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(245, 158, 11, 0.3);
    box-shadow: var(--dai-glow);
}

.dai-stat-number {
    font-size: 2rem;
    font-weight: 800;
    background: var(--dai-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.dai-stat-suffix {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--dai-primary);
    margin-top: -5px;
}

.dai-stat-label {
    font-size: 0.8rem;
    color: var(--dai-text-muted);
    margin-top: 5px;
}

/* Hero Device Visual */
.dai-hero-right {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeInUpDai 1s ease-out 0.6s backwards;
}

.dai-device-visual {
    position: relative;
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dai-energy-rings .dai-energy-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(245, 158, 11, 0.2);
    animation: daiPulseRing 3s ease-out infinite;
}

.dai-energy-rings .dai-energy-ring:nth-child(2) { animation-delay: 1s; border-color: rgba(239, 68, 68, 0.15); }
.dai-energy-rings .dai-energy-ring:nth-child(3) { animation-delay: 2s; }

@keyframes daiPulseRing {
    0% { transform: scale(0.5); opacity: 0; }
    50% { opacity: 0.5; }
    100% { transform: scale(1.3); opacity: 0; }
}

.dai-shield-icon {
    width: 120px;
    height: 120px;
    background: var(--dai-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 50px rgba(245, 158, 11, 0.4), 0 0 100px rgba(245, 158, 11, 0.2);
    animation: energyPulse 2s ease-in-out infinite;
    position: relative;
    z-index: 2;
}

.dai-shield-icon i {
    font-size: 3rem;
    color: white;
}

@keyframes energyPulse {
    0%, 100% { transform: scale(1); box-shadow: 0 0 50px rgba(245, 158, 11, 0.4), 0 0 100px rgba(245, 158, 11, 0.2); }
    50% { transform: scale(1.08); box-shadow: 0 0 70px rgba(245, 158, 11, 0.6), 0 0 140px rgba(245, 158, 11, 0.3); }
}

/* Scroll Indicator */
.dai-scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    animation: fadeInUpDai 0.8s ease-out 1s backwards;
}

.dai-mouse {
    width: 26px;
    height: 42px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    position: relative;
}

.dai-mouse-wheel {
    width: 4px;
    height: 8px;
    background: white;
    border-radius: 2px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    animation: daiScrollWheel 2s ease-in-out infinite;
}

@keyframes daiScrollWheel {
    0%, 100% { top: 8px; opacity: 1; }
    50% { top: 20px; opacity: 0.3; }
}

/* ============================================
   SECTIONS COMMON
   ============================================ */
.dai-section {
    padding: 100px 0;
    position: relative;
    z-index: 2;
}

.dai-section::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    top: -250px;
    right: -250px;
    pointer-events: none;
}

.dai-section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.dai-section-tag {
    display: inline-block;
    background: var(--dai-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.dai-section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 15px;
    line-height: 1.2;
}

.dai-section-desc {
    font-size: 1.1rem;
    color: var(--dai-text-muted);
}

/* ============================================
   EXPLANATION CARDS
   ============================================ */
.dai-explanation-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.dai-explanation-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.dai-explanation-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(245, 158, 11, 0.3);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 0 40px rgba(245, 158, 11, 0.1);
}

.dai-card-icon {
    width: 70px;
    height: 70px;
    background: var(--dai-gradient);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.5rem;
    color: white;
    transition: all 0.4s ease;
}

.dai-explanation-card:hover .dai-card-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 30px rgba(245, 158, 11, 0.4);
}

.dai-explanation-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 12px;
}

.dai-explanation-card p {
    font-size: 0.95rem;
    color: var(--dai-text-muted);
    line-height: 1.7;
}

/* ============================================
   CONDITIONS
   ============================================ */
.dai-conditions {
    background: linear-gradient(180deg, var(--dai-darker) 0%, rgba(15, 23, 42, 0.8) 100%);
}

.dai-conditions-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.dai-condition-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 30px;
    transition: all 0.4s ease;
}

.dai-condition-card:hover {
    transform: translateY(-6px);
    border-color: rgba(245, 158, 11, 0.3);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.dai-condition-card.danger {
    border-color: rgba(239, 68, 68, 0.2);
}

.dai-condition-card.danger:hover {
    border-color: rgba(239, 68, 68, 0.4);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3), 0 0 30px rgba(239, 68, 68, 0.1);
}

.dai-condition-visual {
    height: 80px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
}

.dai-ecg-svg {
    width: 300%;
    height: 100%;
}

.dai-ecg-line-fast {
    fill: none;
    stroke: var(--dai-primary);
    stroke-width: 2;
    stroke-linecap: round;
    filter: drop-shadow(0 0 6px var(--dai-primary));
    animation: ecgAnimFast 3s linear infinite;
}

.dai-ecg-line-chaotic {
    fill: none;
    stroke: var(--dai-danger);
    stroke-width: 2;
    stroke-linecap: round;
    filter: drop-shadow(0 0 6px var(--dai-danger));
    animation: ecgAnimChaotic 2s linear infinite;
}

@keyframes ecgAnimFast {
    0% { transform: translateX(0); }
    100% { transform: translateX(-66.66%); }
}

@keyframes ecgAnimChaotic {
    0% { transform: translateX(0); }
    100% { transform: translateX(-66.66%); }
}

.dai-condition-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
}

.dai-condition-card p {
    font-size: 0.9rem;
    color: var(--dai-text-muted);
    line-height: 1.7;
    margin-bottom: 16px;
}

.dai-condition-action {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 16px;
    background: rgba(245, 158, 11, 0.08);
    border-radius: 10px;
    border: 1px solid rgba(245, 158, 11, 0.15);
}

.dai-condition-action i {
    color: var(--dai-bolt);
    font-size: 0.9rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.dai-condition-action span {
    font-size: 0.85rem;
    color: var(--dai-text-muted);
    line-height: 1.6;
}

/* ============================================
   TYPES
   ============================================ */
.dai-types-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.dai-type-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.dai-type-card:hover {
    transform: translateY(-6px);
    border-color: rgba(245, 158, 11, 0.3);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.dai-type-header {
    padding: 30px 30px 0;
    display: flex;
    align-items: center;
    gap: 16px;
}

.dai-type-icon {
    width: 50px;
    height: 50px;
    background: var(--dai-gradient);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dai-type-number {
    font-size: 1.3rem;
    font-weight: 800;
    color: white;
}

.dai-type-header h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
}

.dai-type-body {
    padding: 20px 30px 30px;
}

.dai-type-body p {
    font-size: 0.95rem;
    color: var(--dai-text-muted);
    margin-bottom: 16px;
    line-height: 1.7;
}

.dai-type-detail {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.dai-type-detail i {
    color: var(--dai-success);
    font-size: 0.85rem;
    margin-top: 3px;
    flex-shrink: 0;
}

.dai-type-detail span {
    font-size: 0.85rem;
    color: var(--dai-text-muted);
}

/* ============================================
   PROCEDURE TIMELINE
   ============================================ */
.dai-procedure {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.5) 0%, var(--dai-darker) 100%);
}

.dai-timeline {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    padding-left: 60px;
}

.dai-timeline::before {
    content: '';
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, var(--dai-primary), var(--dai-secondary));
    opacity: 0.3;
}

.dai-timeline-item {
    position: relative;
    margin-bottom: 40px;
    padding: 24px 30px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    transition: all 0.4s ease;
}

.dai-timeline-item:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(245, 158, 11, 0.2);
    transform: translateX(5px);
}

.dai-timeline-marker {
    position: absolute;
    left: -47px;
    top: 24px;
    width: 44px;
    height: 44px;
    background: var(--dai-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.9rem;
    box-shadow: 0 0 20px rgba(245, 158, 11, 0.4);
    z-index: 2;
}

.dai-timeline-item h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
}

.dai-timeline-item p {
    font-size: 0.95rem;
    color: var(--dai-text-muted);
    line-height: 1.7;
}

/* ============================================
   DAILY LIFE
   ============================================ */
.dai-daily-life {
    background: linear-gradient(180deg, var(--dai-darker) 0%, rgba(15, 23, 42, 0.8) 100%);
}

.dai-daily-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 24px;
}

.dai-daily-column {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.dai-daily-column:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.dai-daily-header {
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.dai-daily-column.allowed .dai-daily-header {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgba(16, 185, 129, 0.05));
    border-bottom: 1px solid rgba(16, 185, 129, 0.2);
}

.dai-daily-column.allowed .dai-daily-header i { color: var(--dai-success); }

.dai-daily-column.caution .dai-daily-header {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(245, 158, 11, 0.05));
    border-bottom: 1px solid rgba(245, 158, 11, 0.2);
}

.dai-daily-column.caution .dai-daily-header i { color: var(--dai-warning); }

.dai-daily-column.forbidden .dai-daily-header {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.15), rgba(239, 68, 68, 0.05));
    border-bottom: 1px solid rgba(239, 68, 68, 0.2);
}

.dai-daily-column.forbidden .dai-daily-header i { color: var(--dai-danger); }

.dai-daily-header h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
}

.dai-daily-header i {
    font-size: 1.2rem;
}

.dai-daily-items {
    padding: 20px 24px;
}

.dai-daily-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.dai-daily-item:last-child {
    border-bottom: none;
}

.dai-daily-item:hover {
    padding-left: 8px;
}

.dai-daily-item i {
    font-size: 1rem;
    color: var(--dai-text-muted);
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}

.dai-daily-item span {
    font-size: 0.9rem;
    color: var(--dai-text-muted);
}

/* ============================================
   SHOCK SECTION
   ============================================ */
.dai-shock-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.dai-shock-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    transition: all 0.4s ease;
}

.dai-shock-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.dai-shock-card.good { border-color: rgba(16, 185, 129, 0.2); }
.dai-shock-card.good:hover { border-color: rgba(16, 185, 129, 0.4); }
.dai-shock-card.warning { border-color: rgba(245, 158, 11, 0.2); }
.dai-shock-card.warning:hover { border-color: rgba(245, 158, 11, 0.4); }
.dai-shock-card.danger { border-color: rgba(239, 68, 68, 0.2); }
.dai-shock-card.danger:hover { border-color: rgba(239, 68, 68, 0.4); }

.dai-shock-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 1.3rem;
}

.dai-shock-card.good .dai-shock-icon {
    background: rgba(16, 185, 129, 0.15);
    color: var(--dai-success);
}

.dai-shock-card.warning .dai-shock-icon {
    background: rgba(245, 158, 11, 0.15);
    color: var(--dai-warning);
}

.dai-shock-card.danger .dai-shock-icon {
    background: rgba(239, 68, 68, 0.15);
    color: var(--dai-danger);
}

.dai-shock-card h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
}

.dai-shock-card p {
    font-size: 0.9rem;
    color: var(--dai-text-muted);
    line-height: 1.7;
}

/* ============================================
   FAQ
   ============================================ */
.dai-faq {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.5) 0%, var(--dai-darker) 100%);
}

.dai-faq-list {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dai-faq-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.dai-faq-item:hover {
    border-color: rgba(245, 158, 11, 0.2);
}

.dai-faq-question {
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dai-faq-question:hover {
    background: rgba(255, 255, 255, 0.03);
}

.dai-faq-icon {
    width: 42px;
    height: 42px;
    background: rgba(245, 158, 11, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dai-primary);
    font-size: 0.9rem;
    flex-shrink: 0;
}

.dai-faq-question h4 {
    flex: 1;
    font-size: 1rem;
    font-weight: 600;
    color: white;
}

.dai-faq-arrow {
    color: var(--dai-text-muted);
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.dai-faq-item.active .dai-faq-arrow {
    transform: rotate(180deg);
    color: var(--dai-primary);
}

.dai-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.dai-faq-item.active .dai-faq-answer {
    max-height: 500px;
    padding: 0 24px 24px 82px;
}

.dai-faq-answer p {
    font-size: 0.95rem;
    color: var(--dai-text-muted);
    line-height: 1.8;
    margin-bottom: 8px;
}

.dai-faq-answer p:last-child {
    margin-bottom: 0;
}

.dai-faq-answer ul {
    list-style: none;
    padding: 0;
    margin: 8px 0;
}

.dai-faq-answer ul li {
    font-size: 0.95rem;
    color: var(--dai-text-muted);
    padding: 6px 0 6px 20px;
    position: relative;
}

.dai-faq-answer ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 6px;
    height: 6px;
    background: var(--dai-primary);
    border-radius: 50%;
}

/* ============================================
   CTA SECTION
   ============================================ */
.dai-cta {
    padding: 80px 0;
}

.dai-cta-content {
    text-align: center;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.08), rgba(239, 68, 68, 0.04));
    border: 1px solid rgba(245, 158, 11, 0.2);
    border-radius: 24px;
    padding: 60px 40px;
    position: relative;
    overflow: hidden;
}

.dai-cta-content::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(245, 158, 11, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.dai-cta-icon {
    width: 70px;
    height: 70px;
    background: var(--dai-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 1.5rem;
    color: white;
    box-shadow: 0 0 40px rgba(245, 158, 11, 0.4);
    animation: daiPulseGlow 3s ease-in-out infinite;
}

@keyframes daiPulseGlow {
    0%, 100% { box-shadow: 0 0 40px rgba(245, 158, 11, 0.4); }
    50% { box-shadow: 0 0 60px rgba(245, 158, 11, 0.6), 0 0 100px rgba(245, 158, 11, 0.2); }
}

.dai-cta-content h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: white;
    margin-bottom: 16px;
    position: relative;
}

.dai-cta-content p {
    font-size: 1.05rem;
    color: var(--dai-text-muted);
    max-width: 600px;
    margin: 0 auto 30px;
    line-height: 1.7;
    position: relative;
}

.dai-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--dai-gradient);
    color: white;
    padding: 16px 36px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    transition: all 0.4s ease;
    box-shadow: 0 8px 30px rgba(245, 158, 11, 0.4);
    position: relative;
}

.dai-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(245, 158, 11, 0.5);
}

/* ============================================
   FOOTER
   ============================================ */
.dai-footer {
    background: rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 30px 0;
    position: relative;
    z-index: 2;
}

.dai-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dai-footer-content p {
    color: var(--dai-text-muted);
    font-size: 0.85rem;
}

.dai-footer-webduo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dai-footer-webduo span {
    color: var(--dai-text-muted);
    font-size: 0.85rem;
}

.dai-webduo-link {
    display: flex;
    align-items: center;
}

.dai-webduo-logo {
    height: 25px;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.dai-webduo-logo:hover {
    opacity: 1;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .dai-hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .dai-hero-right {
        display: none;
    }

    .dai-hero-stats {
        justify-content: center;
    }

    .title-gradient-dai {
        font-size: 2.8rem;
    }

    .dai-explanation-grid {
        grid-template-columns: 1fr;
    }

    .dai-conditions-grid {
        grid-template-columns: 1fr;
    }

    .dai-types-grid {
        grid-template-columns: 1fr;
    }

    .dai-daily-grid {
        grid-template-columns: 1fr;
    }

    .dai-shock-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .container-dai {
        padding: 0 20px;
    }

    .dai-section {
        padding: 60px 0;
    }

    .dai-section-title {
        font-size: 1.8rem;
    }

    .title-gradient-dai {
        font-size: 2.2rem;
    }

    .dai-hero-stats {
        flex-direction: column;
        gap: 12px;
    }

    .dai-hero-desc {
        font-size: 0.95rem;
    }

    .dai-timeline {
        padding-left: 50px;
    }

    .dai-timeline-marker {
        left: -40px;
        width: 36px;
        height: 36px;
        font-size: 0.8rem;
    }

    .back-nav-dai {
        top: 15px;
        left: 15px;
        padding: 10px 18px;
        font-size: 0.85rem;
    }

    .dai-footer-content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .dai-faq-item.active .dai-faq-answer {
        padding-left: 24px;
    }

    .dai-cta-content {
        padding: 40px 24px;
    }

    .dai-cta-content h2 {
        font-size: 1.4rem;
    }
}
