/**
 * REVOLUTIONARY REVIEW SECTION
 * 
 * A beautiful, persuasive, and emotional review experience
 * that celebrates the user's journey and reinforces commitment.
 * 
 * Author: High Web Strategist & Marketing Expert
 * Date: October 29, 2025
 */

/* ============================================
   CONTAINER
   ============================================ */

.revolutionary-review-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px;
    animation: fadeIn 0.6s ease-out;
}

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

/* ============================================
   VISION HERO SECTION
   ============================================ */

.vision-hero {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 2px solid #D4AF37;
    border-radius: 16px;
    padding: 60px 40px;
    margin-bottom: 80px;
    text-align: center;
    position: relative;
    box-shadow: 0 8px 32px rgba(212, 175, 55, 0.1);
}

.vision-ornament-top,
.vision-ornament-bottom {
    font-size: 24px;
    color: #D4AF37;
    margin: 0 0 20px 0;
}

.vision-ornament-bottom {
    margin: 20px 0 0 0;
}

.vision-intro {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 24px;
}

.vision-quote {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.5rem, 1.25rem + 1.25vw, 2.25rem);
    line-height: 1.6;
    color: #1a365d;
    font-style: italic;
    margin: 0 0 24px 0;
    padding: 0 20px;
    position: relative;
}

.vision-quote::before {
    content: '"';
    font-size: 4rem;
    color: #D4AF37;
    opacity: 0.3;
    position: absolute;
    left: -10px;
    top: -20px;
}

.vision-attribution {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.9375rem, 0.875rem + 0.3125vw, 1.0625rem);
    color: #64748b;
    font-style: italic;
}

/* ============================================
   SNAPSHOT CARDS
   ============================================ */

.snapshot-section {
    margin-bottom: 80px;
}

.snapshot-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.75rem, 1.5rem + 1.25vw, 2.25rem);
    color: #1a365d;
    text-align: center;
    margin-bottom: 48px;
}

.snapshot-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 28px;
}

.snapshot-card {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.3s ease;
    animation: slideUp 0.6s ease-out backwards;
}

.snapshot-card:nth-child(1) { animation-delay: 0.1s; }
.snapshot-card:nth-child(2) { animation-delay: 0.2s; }
.snapshot-card:nth-child(3) { animation-delay: 0.3s; }
.snapshot-card:nth-child(4) { animation-delay: 0.4s; }

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

.snapshot-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(26, 54, 93, 0.12);
    border-color: #D4AF37;
}

.snapshot-icon {
    color: #D4AF37;
    margin-bottom: 16px;
}

.snapshot-icon svg {
    width: 32px;
    height: 32px;
}

.snapshot-label {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.8125rem, 0.75rem + 0.3125vw, 0.9375rem);
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.snapshot-value {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.125rem, 1rem + 0.625vw, 1.5rem);
    color: #1a365d;
    font-weight: 600;
}

/* ============================================
   WHY YOU'RE HERE SECTION
   ============================================ */

.why-here-section {
    background: linear-gradient(135deg, #1a365d 0%, #2d4a7c 100%);
    border-radius: 16px;
    padding: 48px 40px;
    margin-bottom: 80px;
    text-align: center;
    color: white;
}

.why-here-icon {
    font-size: 48px;
    margin-bottom: 16px;
}

.why-here-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.375rem, 1.25rem + 0.625vw, 1.875rem);
    margin-bottom: 24px;
    color: #ffffff;
}

.why-here-quote {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 24px;
    padding: 0 20px;
}

.why-here-message {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.125rem, 1rem + 0.625vw, 1.375rem);
    font-weight: 600;
    color: #D4AF37;
}

/* ============================================
   VALUES CONSTELLATION
   ============================================ */

.values-section {
    margin-bottom: 80px;
    text-align: center;
}

.values-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.75rem, 1.5rem + 1.25vw, 2.25rem);
    color: #1a365d;
    margin-bottom: 16px;
}

.values-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
    color: #64748b;
    margin-bottom: 40px;
}

.values-constellation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 700px;
    margin: 0 auto;
}

.value-badge {
    background: linear-gradient(135deg, #D4AF37 0%, #f0d98f 100%);
    color: #1a365d;
    padding: 12px 24px;
    border-radius: 24px;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.9375rem, 0.875rem + 0.3125vw, 1.0625rem);
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
    animation: popIn 0.5s ease-out backwards;
    transition: transform 0.3s ease;
}

.value-badge:nth-child(1) { animation-delay: 0.1s; }
.value-badge:nth-child(2) { animation-delay: 0.2s; }
.value-badge:nth-child(3) { animation-delay: 0.3s; }
.value-badge:nth-child(4) { animation-delay: 0.4s; }
.value-badge:nth-child(5) { animation-delay: 0.5s; }

@keyframes popIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.value-badge:hover {
    transform: scale(1.05);
}

/* ============================================
   JOURNEY TIMELINE
   ============================================ */

.journey-timeline-section {
    margin-bottom: 80px;
}

.timeline-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.75rem, 1.5rem + 1.25vw, 2.25rem);
    color: #1a365d;
    text-align: center;
    margin-bottom: 56px;
}

.journey-timeline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    overflow-x: auto;
    padding: 20px 0;
}

.journey-step {
    flex: 1;
    min-width: 140px;
    text-align: center;
    animation: slideUp 0.6s ease-out backwards;
}

.journey-step:nth-child(1) { animation-delay: 0.1s; }
.journey-step:nth-child(3) { animation-delay: 0.2s; }
.journey-step:nth-child(5) { animation-delay: 0.3s; }
.journey-step:nth-child(7) { animation-delay: 0.4s; }

.journey-step-icon {
    font-size: 48px;
    margin-bottom: 12px;
}

.journey-step-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.125rem, 1rem + 0.625vw, 1.375rem);
    color: #1a365d;
    font-weight: 600;
    margin-bottom: 8px;
}

.journey-step-description {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.875rem, 0.8125rem + 0.3125vw, 1rem);
    color: #64748b;
    line-height: 1.5;
}

.journey-arrow {
    font-size: 32px;
    color: #D4AF37;
    flex-shrink: 0;
}

/* ============================================
   MATCH CRITERIA
   ============================================ */

.match-criteria-section {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 56px 48px;
    margin-bottom: 80px;
}

.criteria-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.75rem, 1.5rem + 1.25vw, 2.25rem);
    color: #1a365d;
    text-align: center;
    margin-bottom: 40px;
}

.criteria-list {
    max-width: 600px;
    margin: 0 auto 24px auto;
}

.criteria-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    animation: slideRight 0.6s ease-out backwards;
}

.criteria-item:nth-child(1) { animation-delay: 0.1s; }
.criteria-item:nth-child(2) { animation-delay: 0.2s; }
.criteria-item:nth-child(3) { animation-delay: 0.3s; }
.criteria-item:nth-child(4) { animation-delay: 0.4s; }

@keyframes slideRight {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.criteria-icon {
    color: #D4AF37;
    font-size: 20px;
    flex-shrink: 0;
}

.criteria-text {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
    color: #1a365d;
    line-height: 1.6;
}

.criteria-text strong {
    color: #D4AF37;
    font-weight: 600;
}

.criteria-message {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.125rem, 1rem + 0.625vw, 1.375rem);
    color: #64748b;
    text-align: center;
    font-style: italic;
}

/* ============================================
   SOCIAL PROOF
   ============================================ */

.social-proof-section {
    margin-bottom: 80px;
    text-align: center;
}

.social-proof-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.75rem, 1.5rem + 1.25vw, 2.25rem);
    color: #1a365d;
    margin-bottom: 48px;
}

.social-proof-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 32px;
    margin-bottom: 40px;
}

.stat-card {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 32px 24px;
    transition: all 0.3s ease;
    animation: scaleIn 0.6s ease-out backwards;
}

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

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(26, 54, 93, 0.12);
    border-color: #D4AF37;
}

.stat-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.5rem, 2rem + 2.5vw, 3.5rem);
    color: #D4AF37;
    font-weight: 700;
    margin-bottom: 8px;
}

.stat-label {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.9375rem, 0.875rem + 0.3125vw, 1.0625rem);
    color: #64748b;
    line-height: 1.4;
}

.social-proof-message {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.125rem, 1rem + 0.625vw, 1.375rem);
    color: #1a365d;
    font-style: italic;
}

/* ============================================
   SUCCESS STORY
   ============================================ */

.success-story-section {
    margin-bottom: 80px;
}

.success-story-quote {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-left: 4px solid #D4AF37;
    border-radius: 8px;
    padding: 40px;
    max-width: 700px;
    margin: 0 auto;
}

.quote-icon {
    font-size: 48px;
    margin-bottom: 16px;
}

.quote-text {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.125rem, 1rem + 0.625vw, 1.375rem);
    color: #1a365d;
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 16px;
}

.quote-attribution {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.9375rem, 0.875rem + 0.3125vw, 1.0625rem);
    color: #64748b;
    font-weight: 600;
}

/* ============================================
   DETAILED REVIEW (COLLAPSIBLE)
   ============================================ */

.detailed-review-section {
    margin-bottom: 80px;
}

.toggle-details-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 16px 32px;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.9375rem, 0.875rem + 0.3125vw, 1.0625rem);
    color: #1a365d;
    cursor: pointer;
    transition: all 0.3s ease;
}

.toggle-details-btn:hover {
    border-color: #D4AF37;
    background: #f8f9fa;
}

.toggle-details-btn svg {
    transition: transform 0.3s ease;
}

.toggle-details-btn.active svg {
    transform: rotate(180deg);
}

.detailed-review-content {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 2px solid #e2e8f0;
}

/* Timeline sections styling (existing structure) */
.review-timeline {
    max-width: 800px;
    margin: 0 auto;
}

.timeline-section {
    display: flex;
    gap: 24px;
    margin-bottom: 48px;
}

.timeline-marker {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.marker-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #D4AF37;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marker-line {
    width: 2px;
    flex-grow: 1;
    background: #e2e8f0;
    margin-top: 8px;
}

.timeline-content {
    flex-grow: 1;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.375rem, 1.25rem + 0.625vw, 1.75rem);
    color: #1a365d;
}

.edit-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.875rem, 0.8125rem + 0.3125vw, 1rem);
    color: #64748b;
    cursor: pointer;
    transition: all 0.3s ease;
}

.edit-button:hover {
    border-color: #D4AF37;
    color: #D4AF37;
}

.data-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 16px;
}

.data-item {
    padding: 12px 0;
}

.data-item.full-width {
    grid-column: 1 / -1;
}

.data-label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.8125rem, 0.75rem + 0.3125vw, 0.9375rem);
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.data-value {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
    color: #1a365d;
    font-weight: 500;
}

/* ============================================
   FINAL CTA
   ============================================ */

.final-cta-section {
    background: linear-gradient(135deg, #1a365d 0%, #2d4a7c 100%);
    border-radius: 16px;
    padding: 60px 40px;
    text-align: center;
    color: white;
}

.cta-ornament {
    font-size: 32px;
    color: #D4AF37;
    margin-bottom: 24px;
}

.final-cta-section .cta-ornament:last-child {
    margin-top: 24px;
    margin-bottom: 0;
}

.cta-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 1.75rem + 1.25vw, 2.75rem);
    margin-bottom: 24px;
    color: #ffffff;
}

.cta-description {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.125rem, 1rem + 0.625vw, 1.375rem);
    line-height: 1.8;
    margin-bottom: 16px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.final-checkboxes {
    max-width: 700px;
    margin: 40px auto;
    text-align: left;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
    cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
    margin-top: 4px;
    flex-shrink: 0;
}

.checkbox-text {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.9375rem, 0.875rem + 0.3125vw, 1.0625rem);
    line-height: 1.6;
    color: #ffffff;
}

.checkbox-text .link {
    color: #D4AF37;
    text-decoration: underline;
}

.checkbox-text .link:hover {
    color: #f0d98f;
}

.submit-application-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 20px 48px;
    background: #D4AF37;
    color: #1a365d;
    border: none;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.125rem, 1rem + 0.625vw, 1.375rem);
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(212, 175, 55, 0.4);
}

.submit-application-btn:hover {
    background: #f0d98f;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(212, 175, 55, 0.5);
}

.submit-application-btn:active {
    transform: translateY(0);
}

.trust-indicators {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.trust-indicator {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.875rem, 0.8125rem + 0.3125vw, 1rem);
}

/* ============================================
   RESPONSIVE ADJUSTMENTS
   ============================================ */

@media (max-width: 768px) {
    .revolutionary-review-container {
        padding: 40px 16px;
    }
    
    .vision-hero {
        padding: 40px 24px;
    }
    
    .snapshot-cards {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
    
    .journey-timeline {
        flex-direction: column;
        align-items: stretch;
    }
    
    .journey-arrow {
        transform: rotate(90deg);
        margin: 8px 0;
    }
    
    .timeline-section {
        flex-direction: column;
        gap: 16px;
    }
    
    .marker-line {
        display: none;
    }
    
    .data-grid {
        grid-template-columns: 1fr;
    }
    
    .final-cta-section {
        padding: 40px 24px;
    }
    
    .trust-indicators {
        flex-direction: column;
        gap: 16px;
    }
}

/* ============================================
   PRINT STYLES
   ============================================ */

@media print {
    .revolutionary-review-container {
        padding: 20px;
    }
    
    .edit-button,
    .toggle-details-btn,
    .submit-application-btn {
        display: none;
    }
    
    .detailed-review-content {
        display: block !important;
    }
}
