* {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

html {
    scroll-behavior: smooth !important;
}

body {
    font-family: 'Lora', serif !important;
    font-size: 18px !important;
    line-height: 1.85 !important;
    color: #2c2c2c !important;
    background: #faf8f5 !important;
    overflow-x: hidden !important;
    margin-top: 44px !important;
}

.cover {
    position: relative !important;
    width: 100%;
    height: 100vh;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #1a1a2e !important;
    overflow: hidden !important;
}

.cover-image {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1 !important;
    animation: slowZoom 20s ease-in-out infinite alternate !important;
}

@keyframes slowZoom {
    0% { transform: scale(1); }
    100% { transform: scale(1.08); }
}

.cover-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(26, 26, 46, 0.5) 0%, rgba(26, 26, 46, 0.7) 50%, rgba(26, 26, 46, 0.85) 100%) !important;
    z-index: 2 !important;
}

.cover-content {
    position: relative !important;
    z-index: 3 !important;
    text-align: center !important;
    max-width: 800px;
    padding: 0 40px !important;
    animation: fadeInUp 1.2s ease-out !important;
}

.cover-title {
    font-family: 'Inter', sans-serif !important;
    font-size: 3.2rem !important;
    font-weight: 700 !important;
    color: #f4e8c1 !important;
    line-height: 1.25 !important;
    margin-bottom: 20px !important;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5) !important;
}

.cover-subtitle {
    font-family: 'Inter', sans-serif !important;
    font-size: 1.1rem !important;
    font-weight: 300 !important;
    color: rgba(244, 232, 193, 0.7) !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
}

.scroll-indicator {
    position: absolute !important;
    bottom: 40px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 10 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px;
    color: rgba(244, 232, 193, 0.5) !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.75rem !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    animation: bounceDown 2s infinite !important;
}

@keyframes bounceDown {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(8px); }
}

.text-section {
    padding: 80px 20px !important;
    position: relative !important;
}

.text-container {
    max-width: 720px;
    margin: 0 auto !important;
}

.hook-section {
    padding-top: 120px !important;
}

.section-heading {
    font-family: 'Inter', sans-serif !important;
    font-size: 2rem !important;
    font-weight: 700 !important;
    color: #1a1a2e !important;
    margin-bottom: 40px !important;
    line-height: 1.35 !important;
    position: relative !important;
}

.section-heading::before {
    content: '';
    position: absolute !important;
    left: -30px !important;
    top: 0 !important;
    height: 100%;
    width: 4px;
    background: linear-gradient(180deg, #c9a227, #8b6914) !important;
    border-radius: 2px !important;
}

.drop-cap::first-letter {
    font-family: 'Inter', sans-serif !important;
    float: left;
    font-size: 4.5em !important;
    line-height: 0.85 !important;
    padding-right: 12px !important;
    padding-top: 4px !important;
    color: #8b6914 !important;
    font-weight: 700 !important;
}

.text-container p {
    margin-bottom: 24px !important;
    text-align: justify !important;
}

.verdict-quote {
    font-family: 'Inter', sans-serif !important;
    font-size: 2.2rem !important;
    font-style: normal !important;
    font-weight: 900 !important;
    color: #f4e8c1 !important;
    border: none !important;
    border-left: 6px solid #1a1a2e !important;
    border-right: 6px solid #1a1a2e !important;
    padding: 32px 40px !important;
    margin: 48px 0 !important;
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d44 100%) !important;
    position: relative !important;
    text-align: center !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    box-shadow: 0 10px 40px rgba(26, 26, 46, 0.3) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.verdict-quote:hover {
    transform: translateY(-4px) scale(1.02) !important;
    box-shadow: 0 15px 50px rgba(26, 26, 46, 0.4) !important;
}

.verdict-quote::before {
    content: '';
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    border: 3px solid #c9a227 !important;
    pointer-events: none;
}

.verdict-quote::after {
    content: '';
    position: absolute !important;
    top: 8px !important;
    left: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    border: 1px solid rgba(244, 232, 193, 0.3) !important;
    pointer-events: none;
}

.pull-quote {
    font-family: 'Inter', sans-serif !important;
    font-size: 1.35rem !important;
    font-style: normal !important;
    font-weight: 700 !important;
    color: #1a1a2e !important;
    border-left: 6px solid #8b6914 !important;
    border-right: 6px solid #8b6914 !important;
    padding: 30px 36px !important;
    margin: 48px 0 !important;
    background: linear-gradient(135deg, rgba(139, 105, 20, 0.12) 0%, rgba(139, 105, 20, 0.06) 100%) !important;
    line-height: 1.75 !important;
    position: relative !important;
    box-shadow: 0 6px 30px rgba(139, 105, 20, 0.15) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.pull-quote:hover {
    transform: translateX(6px) !important;
    box-shadow: 0 8px 40px rgba(139, 105, 20, 0.2) !important;
}

.pull-quote::before {
    content: '▐';
    position: absolute !important;
    top: 50% !important;
    left: -8px !important;
    transform: translateY(-50%) !important;
    font-size: 2rem !important;
    color: #8b6914 !important;
    line-height: 1 !important;
}

.pull-quote::after {
    content: '▌';
    position: absolute !important;
    top: 50% !important;
    right: -8px !important;
    transform: translateY(-50%) !important;
    font-size: 2rem !important;
    color: #8b6914 !important;
    line-height: 1 !important;
}

.callout-box {
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.08) 0%, rgba(201, 162, 39, 0.03) 100%) !important;
    border: 1px solid rgba(201, 162, 39, 0.2) !important;
    border-radius: 4px !important;
    padding: 28px 32px !important;
    margin: 40px 0 !important;
    position: relative !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.callout-box:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(201, 162, 39, 0.1) !important;
}

.callout-box.callout-blue {
    background: linear-gradient(135deg, rgba(30, 60, 114, 0.08) 0%, rgba(30, 60, 114, 0.03) 100%) !important;
    border-color: rgba(30, 60, 114, 0.2) !important;
}

.callout-box.callout-blue:hover {
    box-shadow: 0 8px 24px rgba(30, 60, 114, 0.1) !important;
}

.callout-box.callout-blue .callout-label {
    background: #1e3c72 !important;
}

.callout-label {
    display: inline-block !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.7rem !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    background: #8b6914 !important;
    padding: 4px 12px !important;
    border-radius: 2px !important;
    margin-bottom: 16px !important;
}

.callout-box p {
    font-size: 1rem !important;
    margin-bottom: 0 !important;
    color: #3a3a3a !important;
}

.section-divider {
    text-align: center !important;
    padding: 20px 0 !important;
    color: #c9a227 !important;
    opacity: 0;
    transform: scale(0.8) !important;
    transition: opacity 0.6s ease, transform 0.6s ease !important;
}

.section-divider.reveal {
    opacity: 1;
    transform: scale(1) !important;
}

.section-divider svg {
    opacity: 0.6;
    transition: opacity 0.3s ease !important;
}

.section-divider:hover svg {
    opacity: 1;
}

.fullscreen-section {
    position: relative !important;
    width: 100%;
    height: 100vh;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.section-bg-image {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1 !important;
}

.timeline-content {
    position: relative !important;
    z-index: 3 !important;
    text-align: center !important;
    max-width: 700px;
    padding: 0 40px !important;
}


.section-title {
    font-family: 'Inter', sans-serif !important;
    font-size: 2.8rem !important;
    font-weight: 700 !important;
    color: #f4e8c1 !important;
    line-height: 1.3 !important;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5) !important;
}

.timeline-section {
    background: #0f0f1a !important;
}

.timeline-section .section-bg-image {
    animation: slowZoom 25s ease-in-out infinite alternate !important;
}

.timeline-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(15, 15, 26, 0.35) 0%, rgba(15, 15, 26, 0.5) 50%, rgba(15, 15, 26, 0.65) 100%) !important;
    z-index: 2 !important;
}

.moral-section {
    background: #2d1b0e !important;
}

.moral-section .section-bg-image {
    animation: slowZoom 25s ease-in-out infinite alternate !important;
}

.moral-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(45, 27, 14, 0.5) 0%, rgba(45, 27, 14, 0.7) 50%, rgba(45, 27, 14, 0.85) 100%) !important;
    z-index: 2 !important;
}

.moral-content {
    position: relative !important;
    z-index: 3 !important;
    text-align: center !important;
    max-width: 700px;
    padding: 0 40px !important;
}

.big-quote {
    font-family: 'Inter', sans-serif !important;
    font-size: 2.4rem !important;
    font-style: normal !important;
    font-weight: 800 !important;
    color: #f4e8c1 !important;
    line-height: 1.5 !important;
    margin-bottom: 20px !important;
    position: relative !important;
    padding: 40px 50px !important;
    border: 3px solid rgba(244, 232, 193, 0.3) !important;
    background: rgba(244, 232, 193, 0.05) !important;
    box-shadow: inset 0 0 60px rgba(244, 232, 193, 0.08) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.big-quote:hover {
    transform: scale(1.02) !important;
    box-shadow: inset 0 0 80px rgba(244, 232, 193, 0.12), 0 10px 40px rgba(0, 0, 0, 0.3) !important;
}

.big-quote::before,
.big-quote::after {
    font-family: 'Inter', sans-serif !important;
    font-size: 1.5rem !important;
    color: #c9a227 !important;
    position: absolute !important;
    line-height: 1 !important;
    font-weight: 900 !important;
}

.big-quote::before {
    content: '◈';
    top: 15px !important;
    left: 20px !important;
}

.big-quote::after {
    content: '◈';
    bottom: 15px !important;
    right: 20px !important;
}

.quote-context {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.85rem !important;
    color: rgba(244, 232, 193, 0.5) !important;
    letter-spacing: 1px !important;
}

.part1-section {
    position: relative !important;
}

.part1-section::before {
    content: '';
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 1px;
    height: 80px;
    background: linear-gradient(180deg, #c9a227, transparent) !important;
}

.part2-section {
    background: linear-gradient(180deg, #faf8f5 0%, #f5f0e8 100%) !important;
    position: relative !important;
}

.part2-section::before {
    content: '';
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 1px;
    height: 80px;
    background: linear-gradient(180deg, #8b6914, transparent) !important;
}

.transition-section {
    padding: 100px 20px !important;
    text-align: center !important;
    position: relative !important;
}

.transition-content {
    max-width: 900px;
    margin: 0 auto !important;
}

.transition-title {
    font-family: 'Inter', sans-serif !important;
    font-size: 2.8rem !important;
    font-weight: 900 !important;
    margin-bottom: 16px !important;
}

.transition-subtitle {
    font-family: 'Inter', sans-serif !important;
    font-size: 1rem !important;
    letter-spacing: 2px !important;
}

.dark-transition {
    background: linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 50%, #111 100%) !important;
    position: relative !important;
    overflow: hidden !important;
}

.dark-transition::before {
    content: '';
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(230, 57, 70, 0.08) 0%, transparent 70%) !important;
    transform: translate(-50%, -50%) !important;
    pointer-events: none;
}

.dark-transition .dark-title {
    color: #e63946 !important;
    text-shadow: 0 0 60px rgba(230, 57, 70, 0.3) !important;
    animation: pulseDark 3s ease-in-out infinite !important;
}

@keyframes pulseDark {
    0%, 100% { text-shadow: 0 0 60px rgba(230, 57, 70, 0.3); }
    50% { text-shadow: 0 0 80px rgba(230, 57, 70, 0.5); }
}

.dark-transition .transition-subtitle {
    color: rgba(255, 255, 255, 0.5) !important;
}

.part3-section {
    background: #111 !important;
    color: #e0e0e0 !important;
    position: relative !important;
}

.part3-section::before {
    content: '';
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 200px;
    background: linear-gradient(180deg, rgba(230, 57, 70, 0.03), transparent) !important;
    pointer-events: none;
}

.part3-section .section-divider {
    color: #e63946 !important;
}

.part3-section .text-container p {
    color: #ccc !important;
}

.part3-section .drop-cap::first-letter {
    color: #e63946 !important;
}

.case-block {
    border-left: 3px solid #e63946 !important;
    padding: 20px 28px !important;
    margin: 36px 0 !important;
    background: rgba(230, 57, 70, 0.05) !important;
    border-radius: 0 4px 4px 0 !important;
    transition: transform 0.3s ease, background 0.3s ease !important;
}

.case-block:hover {
    transform: translateX(4px) !important;
    background: rgba(230, 57, 70, 0.08) !important;
}

.case-block.case-tragic {
    border-left-color: #888 !important;
    background: rgba(255, 255, 255, 0.03) !important;
}

.case-block.case-tragic:hover {
    background: rgba(255, 255, 255, 0.05) !important;
}

.case-label {
    display: inline-block !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.7rem !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #e63946 !important;
    margin-bottom: 12px !important;
}

.case-tragic .case-label {
    color: #888 !important;
}

.case-block p {
    font-size: 0.95rem !important;
    line-height: 1.8 !important;
    color: #bbb !important;
    margin-bottom: 0 !important;
}

.stats-callout {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 48px 0 !important;
    padding: 32px 0 !important;
    border-top: 1px solid rgba(230, 57, 70, 0.2) !important;
    border-bottom: 1px solid rgba(230, 57, 70, 0.2) !important;
}

.stat-item {
    text-align: center !important;
    padding: 16px !important;
    border-radius: 4px !important;
    transition: background 0.3s ease, transform 0.3s ease !important;
}

.stat-item:hover {
    background: rgba(230, 57, 70, 0.05) !important;
    transform: translateY(-4px) !important;
}

.stat-number {
    display: block !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #e63946 !important;
    margin-bottom: 8px !important;
}

.stat-desc {
    display: block !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.75rem !important;
    color: #888 !important;
    line-height: 1.5 !important;
}

.light-transition {
    background: linear-gradient(180deg, #111 0%, #1a1a2e 50%, #1a1a2e 100%) !important;
    position: relative !important;
    overflow: hidden !important;
}

.light-transition::before {
    content: '';
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(244, 232, 193, 0.1) 0%, transparent 70%) !important;
    transform: translate(-50%, -50%) !important;
    pointer-events: none;
}

.light-transition .light-title {
    color: #f4e8c1 !important;
    text-shadow: 0 0 60px rgba(244, 232, 193, 0.4) !important;
    animation: pulseLight 3s ease-in-out infinite !important;
}

@keyframes pulseLight {
    0%, 100% { text-shadow: 0 0 60px rgba(244, 232, 193, 0.4); }
    50% { text-shadow: 0 0 80px rgba(244, 232, 193, 0.6); }
}

.part4-section {
    background: linear-gradient(180deg, #1a1a2e 0%, #faf8f5 15%) !important;
    padding-top: 120px !important;
    position: relative !important;
}


.part4-section .drop-cap::first-letter {
    color: #1e3c72 !important;
}

.conclusion-section {
    padding: 80px 20px 120px !important;
    background: #faf8f5 !important;
    position: relative !important;
}

.conclusion-section::before {
    content: '';
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #c9a227, transparent) !important;
}

.conclusion-container {
    max-width: 900px;
    margin: 0 auto !important;
    text-align: center !important;
}

.conclusion-container p {
    font-family: 'Inter', sans-serif !important;
    font-size: 1.2rem !important;
    line-height: 1.9 !important;
    color: #3a3a3a !important;
    margin-bottom: 28px !important;
}

.final-line {
    font-size: 1.35rem !important;
    font-weight: 600 !important;
    color: #1a1a2e !important;
    position: relative !important;
    display: inline-block !important;
}

.final-line::after {
    content: '';
    position: absolute !important;
    bottom: -8px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #c9a227, transparent) !important;
}


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


.transition-section {
    opacity: 0;
    transform: translateY(30px) !important;
    transition: opacity 0.8s ease, transform 0.8s ease !important;
}

.transition-section.visible {
    opacity: 1;
    transform: translateY(0) !important;
}


.fullscreen-section .timeline-content,
.fullscreen-section .moral-content {
    opacity: 0;
    transform: translateY(20px) !important;
    transition: opacity 1s ease, transform 1s ease !important;
}

.fullscreen-section.visible .timeline-content,
.fullscreen-section.visible .moral-content {
    opacity: 1;
    transform: translateY(0) !important;
}

.conclusion-section .quote-frame,
.conclusion-section .final-statement,
.conclusion-section .end-ornament,
.conclusion-section .author-credit {
    opacity: 0;
    transform: translateY(20px) !important;
    transition: opacity 0.6s ease, transform 0.6s ease !important;
}

.conclusion-section .quote-frame.reveal,
.conclusion-section .final-statement.reveal,
.conclusion-section .end-ornament.reveal,
.conclusion-section .author-credit.reveal {
    opacity: 1;
    transform: translateY(0) !important;
}

.hook-section .text-container::before {
    content: '';
    display: block !important;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #c9a227, #8b6914) !important;
    margin-bottom: 40px !important;
}

.text-container p:first-of-type:not(.drop-cap) {
    position: relative !important;
}

.section-divider svg path {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: drawLine 1.5s ease forwards !important;
}

@keyframes drawLine {
    to { stroke-dashoffset: 0; }
}

.part1-section .text-container,
.part2-section .text-container {
    position: relative !important;
}

.part1-section .text-container::after {
    content: '∴';
    display: block !important;
    text-align: center !important;
    font-size: 1.5rem !important;
    color: #c9a227 !important;
    margin-top: 40px !important;
    opacity: 0.5;
}


.stats-callout::before {
    content: '';
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    right: 0 !important;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(230, 57, 70, 0.1), transparent) !important;
    z-index: -1 !important;
}

.stats-callout {
    position: relative !important;
}

.timeline-content::before,
.moral-content::before {
    content: '';
    display: block !important;
    width: 40px;
    height: 2px;
    background: rgba(244, 232, 193, 0.3) !important;
    margin: 0 auto 20px !important;
}


.cover-subtitle {
    position: relative !important;
    display: inline-block !important;
    padding: 0 30px !important;
}

.cover-subtitle::before,
.cover-subtitle::after {
    content: '—';
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: rgba(244, 232, 193, 0.4) !important;
}

.cover-subtitle::before {
    left: 0 !important;
}

.cover-subtitle::after {
    right: 0 !important;
}

.transition-title {
    position: relative !important;
    display: inline-block !important;
}

.dark-title::before,
.dark-title::after {
    content: '◆';
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 0.5rem !important;
    opacity: 0.4;
}

.dark-title::before {
    left: -30px !important;
    color: #e63946 !important;
}

.dark-title::after {
    right: -30px !important;
    color: #e63946 !important;
}

.light-title::before,
.light-title::after {
    content: '✦';
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 0.6rem !important;
    opacity: 0.5;
}

.light-title::before {
    left: -25px !important;
    color: #f4e8c1 !important;
}

.light-title::after {
    right: -25px !important;
    color: #f4e8c1 !important;
}

.case-label::before {
    content: '●';
    margin-right: 8px !important;
    font-size: 0.5rem !important;
    vertical-align: middle;
}

.callout-label::before {
    content: '▸';
    margin-right: 6px !important;
    font-size: 0.6rem !important;
}

.conclusion-container::before {
    content: '';
    display: block !important;
    width: 100px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #c9a227, transparent) !important;
    margin: 0 auto 40px !important;
}


.part3-section .text-container::before {
    content: '';
    position: absolute !important;
    top: 0 !important;
    left: -60px !important;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, #e63946, transparent 30%, transparent 70%, #e63946) !important;
    opacity: 0.2;
}

.part3-section .text-container {
    position: relative !important;
}

.stat-number::before {
    content: '';
    display: block !important;
    width: 20px;
    height: 2px;
    background: #e63946 !important;
    margin: 0 auto 12px !important;
    opacity: 0.5;
}

.big-quote {
    padding: 20px 40px !important;
}

.quote-context::before {
    content: '';
    display: inline-block !important;
    width: 30px;
    height: 1px;
    background: rgba(244, 232, 193, 0.3) !important;
    vertical-align: middle;
    margin-right: 12px !important;
}

.dark-particles {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    z-index: 1 !important;
    overflow: hidden !important;
    pointer-events: none;
}

.scan-lines {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    z-index: 2 !important;
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 2px,
        rgba(230, 57, 70, 0.03) 2px,
        rgba(230, 57, 70, 0.03) 4px
    ) !important;
    pointer-events: none;
    animation: scanMove 8s linear infinite !important;
}

@keyframes scanMove {
    0% { background-position: 0 0; }
    100% { background-position: 0 100px; }
}


.cover-image,
.section-bg-image {
    animation: slowZoom 20s ease-in-out infinite alternate, parallaxFloat 30s ease-in-out infinite !important;
}

@keyframes parallaxFloat {
    0%, 100% { transform: scale(1) translateY(0); }
    50% { transform: scale(1.05) translateY(-10px); }
}



.callout-box,
.case-block {
    position: relative !important;
    overflow: hidden !important;
}

.callout-box::after,
.case-block::after {
    content: '';
    position: absolute !important;
    top: 0 !important;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent) !important;
    transition: left 0.5s ease !important;
}

.callout-box:hover::after,
.case-block:hover::after {
    left: 100%;
}

.cover-title {
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5), 0 0 60px rgba(244, 232, 193, 0.2) !important;
    animation: titleGlow 4s ease-in-out infinite alternate !important;
}

@keyframes titleGlow {
    0% { text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5), 0 0 60px rgba(244, 232, 193, 0.2); }
    100% { text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5), 0 0 80px rgba(244, 232, 193, 0.4); }
}

.section-title {
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5), 0 0 40px rgba(244, 232, 193, 0.15) !important;
}


.conclusion-section {
    background: linear-gradient(180deg, #faf8f5 0%, #f0ebe0 50%, #e8e0d0 100%) !important;
    padding: 100px 20px 140px !important;
    position: relative !important;
    overflow: hidden !important;
}

.conclusion-section::before {
    content: '';
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(201, 162, 39, 0.1) 0%, transparent 70%) !important;
    pointer-events: none;
}

.conclusion-container {
    max-width: 900px;
    margin: 0 auto !important;
    text-align: center !important;
}

.conclusion-container::before {
    display: none !important;
}

.conclusion-quote-block {
    margin-bottom: 60px !important;
}

.quote-frame {
    position: relative !important;
    padding: 50px 40px !important;
    background: linear-gradient(135deg, rgba(139, 105, 20, 0.08) 0%, rgba(90, 62, 27, 0.12) 100%) !important;
    border: 2px solid rgba(139, 105, 20, 0.25) !important;
    box-shadow: 0 8px 32px rgba(139, 105, 20, 0.15) !important;
}

.quote-corner {
    position: absolute !important;
    width: 30px;
    height: 30px;
    border: 3px solid #8b6914 !important;
}

.quote-corner-tl {
    top: -2px !important;
    left: -2px !important;
    border-right: none !important;
    border-bottom: none !important;
}

.quote-corner-tr {
    top: -2px !important;
    right: -2px !important;
    border-left: none !important;
    border-bottom: none !important;
}

.quote-corner-bl {
    bottom: -2px !important;
    left: -2px !important;
    border-right: none !important;
    border-top: none !important;
}

.quote-corner-br {
    bottom: -2px !important;
    right: -2px !important;
    border-left: none !important;
    border-top: none !important;
}

.conclusion-main-text {
    font-family: 'Lora', serif !important;
    font-size: 1.15rem !important;
    font-weight: 500 !important;
    line-height: 2 !important;
    color: #2a2a2a !important;
    text-align: justify !important;
    margin: 0 !important;
}

.conclusion-divider {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px;
    margin: 50px 0 !important;
}

.divider-line {
    display: block !important;
    width: 80px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #c9a227, transparent) !important;
}

.divider-icon {
    color: #c9a227 !important;
    font-size: 0.8rem !important;
    animation: rotateDiamond 10s linear infinite !important;
}

@keyframes rotateDiamond {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.final-statement {
    padding: 50px 40px !important;
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.08) 0%, rgba(90, 62, 27, 0.1) 100%) !important;
    position: relative !important;
    overflow: hidden !important;
    border: 3px solid #1a1a2e !important;
    border-top: 6px solid #8b6914 !important;
    border-bottom: 6px solid #8b6914 !important;
    margin-top: 10px !important;
    box-shadow: 0 10px 40px rgba(26, 26, 46, 0.15) !important;
}

.final-statement::before {
    content: '◆';
    position: absolute !important;
    top: 20px !important;
    left: 30px !important;
    font-size: 2rem !important;
    color: #8b6914 !important;
    opacity: 0.5;
    line-height: 1 !important;
}

.final-statement::after {
    content: '◆';
    position: absolute !important;
    bottom: 20px !important;
    right: 30px !important;
    font-size: 2rem !important;
    color: #8b6914 !important;
    opacity: 0.5;
    line-height: 1 !important;
}

.final-statement .final-line {
    font-family: 'Inter', sans-serif !important;
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    font-style: normal !important;
    line-height: 2 !important;
    color: #1a1a2e !important;
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
    text-align: center !important;
}

.final-statement .final-line::after {
    display: none !important;
}

.end-ornament {
    margin-top: 60px !important;
}

.end-text {
    display: block !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.75rem !important;
    letter-spacing: 6px !important;
    color: #c9a227 !important;
    margin-bottom: 24px !important;
    opacity: 0.6;
}

.ornament-circles {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px;
}

.circle {
    display: block !important;
    border-radius: 50% !important;
    background: #c9a227 !important;
}

.circle-1 {
    width: 6px;
    height: 6px;
    opacity: 0.3;
    animation: pulse1 2s ease-in-out infinite !important;
}

.circle-2 {
    width: 10px;
    height: 10px;
    opacity: 0.5;
    animation: pulse2 2s ease-in-out infinite 0.3s !important;
}

.circle-3 {
    width: 6px;
    height: 6px;
    opacity: 0.3;
    animation: pulse3 2s ease-in-out infinite 0.6s !important;
}

@keyframes pulse1 {
    0%, 100% { transform: scale(1); opacity: 0.3; }
    50% { transform: scale(1.3); opacity: 0.6; }
}

@keyframes pulse2 {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.2); opacity: 0.8; }
}

@keyframes pulse3 {
    0%, 100% { transform: scale(1); opacity: 0.3; }
    50% { transform: scale(1.3); opacity: 0.6; }
}

.text-container p,
.text-container h2,
.text-container h3,
.text-container blockquote,
.text-container .callout-box,
.text-container .case-block {
    opacity: 0;
    transform: translateY(20px) !important;
    transition: opacity 0.6s ease, transform 0.6s ease !important;
}

.text-container p.reveal,
.text-container h2.reveal,
.text-container h3.reveal,
.text-container blockquote.reveal,
.text-container .callout-box.reveal,
.text-container .case-block.reveal {
    opacity: 1;
    transform: translateY(0) !important;
}

@keyframes revealText {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stats-callout {
    opacity: 0;
    transform: translateY(20px) !important;
    transition: opacity 0.6s ease, transform 0.6s ease !important;
}

.stats-callout.reveal {
    opacity: 1;
    transform: translateY(0) !important;
}


.section-heading::after {
    content: '';
    position: absolute !important;
    bottom: -10px !important;
    left: 0 !important;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #c9a227, transparent) !important;
}

.coin-heading {
    display: flex !important;
    align-items: center !important;
    gap: 16px;
}

.coin-icon {
    display: inline-block !important;
    font-size: 2.5rem !important;
    color: #c9a227 !important;
    animation: coinFlip 3s ease-in-out infinite !important;
    text-shadow: 0 0 20px rgba(201, 162, 39, 0.4) !important;
}

@keyframes coinFlip {
    0%, 100% {
        transform: rotateY(0deg) scale(1);
        opacity: 1;
    }
    25% {
        transform: rotateY(90deg) scale(0.8);
        opacity: 0.7;
    }
    50% {
        transform: rotateY(180deg) scale(1);
        opacity: 1;
    }
    75% {
        transform: rotateY(270deg) scale(0.8);
        opacity: 0.7;
    }
}

.hook-section .text-container::after {
    content: '✦';
    display: block !important;
    text-align: center !important;
    font-size: 1rem !important;
    color: #c9a227 !important;
    margin-top: 30px !important;
    opacity: 0.4;
}

.part3-section .section-heading::before {
    background: linear-gradient(180deg, #e63946, #8b2d35) !important;
}

.part3-section .section-heading::after {
    background: linear-gradient(90deg, #e63946, transparent) !important;
}

.author-credit {
    margin-top: 60px !important;
    text-align: center !important;
}

.author-credit p {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.9rem !important;
    color: #888 !important;
    font-style: italic !important;
    margin: 0 !important;
}
