/* ============================================================
   css/why-choose-us.css
   Maldives Holiday Package — Why Choose Us Page Styles
   Premium design with uniquely shaped hero image
   ============================================================ */

/* ===== HERO SECTION — Split layout with shaped image ===== */
.why-hero {
    position: relative;
    padding: 140px 0 100px;
    background: linear-gradient(135deg, #f7fafa 0%, #edf8f9 100%);
    overflow: hidden;
}

.why-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

/* Hero Left */
.hero-badge-stack {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(44, 154, 156, 0.1);
    padding: 0.4rem 1.2rem;
    border-radius: 40px;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2c9a9c;
    border: 1px solid rgba(44, 154, 156, 0.2);
}

.hero-badge--gold {
    background: rgba(201, 169, 110, 0.1);
    color: #c9a96e;
    border-color: rgba(201, 169, 110, 0.2);
}

.why-hero-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2.8rem, 5vw, 4.5rem);
    font-weight: 600;
    color: #0a2c2f;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin-bottom: 1.2rem;
}

.why-hero-title em {
    font-style: italic;
    color: #2c9a9c;
}

.why-hero-lead {
    font-size: 1rem;
    color: #5a7a7d;
    line-height: 1.75;
    max-width: 520px;
    margin-bottom: 2rem;
}

.why-hero-cta {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.btn-scroll {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    color: #2e5a5e;
    transition: all 0.3s ease;
}

.btn-scroll i {
    width: 32px;
    height: 32px;
    border: 1.5px solid rgba(44, 154, 156, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    transition: all 0.3s ease;
}

.btn-scroll:hover {
    color: #2c9a9c;
}

.btn-scroll:hover i {
    border-color: #2c9a9c;
    background: rgba(44, 154, 156, 0.1);
}

/* Hero Right — Uniquely Shaped Image */
.why-hero-right {
    position: relative;
}

.hero-image-wrapper {
    position: relative;
    z-index: 2;
}

.hero-image-shape {
    position: relative;
    border-radius: 60% 40% 50% 50% / 45% 50% 50% 55%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    box-shadow: 0 30px 50px rgba(5, 31, 33, 0.15);
    transition: all 0.4s ease;
}

.hero-image-shape:hover {
    transform: scale(1.02);
    border-radius: 50% 50% 45% 55% / 55% 45% 55% 45%;
}

.hero-image-shape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Image Badge */
.hero-image-badge {
    position: absolute;
    top: 20px;
    left: -20px;
    background: linear-gradient(135deg, #c9a96e, #b8864e);
    padding: 0.6rem 1.2rem;
    border-radius: 40px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    z-index: 3;
}

.hero-image-badge i {
    font-size: 1rem;
    color: white;
}

.hero-image-badge span {
    font-size: 0.75rem;
    font-weight: 700;
    color: white;
    letter-spacing: 0.5px;
}

/* Stat Bubble */
.hero-image-stats {
    position: absolute;
    bottom: 20px;
    right: -20px;
    z-index: 3;
}

.stat-bubble {
    background: white;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(5, 31, 33, 0.12);
}

.stat-bubble strong {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #2c9a9c;
    line-height: 1;
}

.stat-bubble i {
    font-size: 0.7rem;
    color: #c9a96e;
    margin-top: 2px;
}

/* Hero Wave */
.why-hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 3;
    line-height: 0;
    pointer-events: none;
}

.why-hero-wave svg {
    display: block;
    width: 100%;
    height: 80px;
    fill: var(--bg-body);
}

/* ===== TRUST METRICS BAR ===== */
.trust-metrics {
    padding: 2rem 0;
    background: white;
    border-bottom: 1px solid #d4eef0;
}

.metrics-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
}

.metric-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 2rem;
}

.metric-icon i {
    font-size: 1.6rem;
    color: #2c9a9c;
}

.metric-content strong {
    display: block;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #0a2c2f;
    line-height: 1.2;
}

.metric-content span {
    font-size: 0.7rem;
    color: #8fa8ab;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.metric-divider {
    width: 1px;
    height: 40px;
    background: #d4eef0;
}

/* ===== REASONS SECTION ===== */
.reasons-section {
    padding: 6rem 0;
    background: var(--bg-body);
}

.reasons-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

.reason-card {
    background: white;
    border-radius: 24px;
    padding: 2rem;
    position: relative;
    transition: all 0.4s ease;
    border: 1px solid rgba(44, 154, 156, 0.08);
    overflow: hidden;
}

.reason-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(5, 31, 33, 0.08);
    border-color: rgba(44, 154, 156, 0.2);
}

.reason-card--featured {
    background: linear-gradient(135deg, #0a2c2f, #051f21);
    border-color: transparent;
}

.reason-card--featured h3,
.reason-card--featured p {
    color: rgba(255, 255, 255, 0.9);
}

.reason-card--featured .reason-number {
    color: rgba(255, 255, 255, 0.1);
}

.reason-card--featured .reason-icon {
    background: rgba(255, 255, 255, 0.1);
}

.reason-card--featured .reason-icon i {
    color: #70cfcf;
}

.reason-number {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 3rem;
    font-weight: 700;
    color: rgba(44, 154, 156, 0.08);
    line-height: 1;
}

.reason-icon {
    width: 56px;
    height: 56px;
    background: rgba(44, 154, 156, 0.1);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.reason-card:hover .reason-icon {
    background: #2c9a9c;
}

.reason-card--featured .reason-icon:hover {
    background: rgba(255, 255, 255, 0.2);
}

.reason-icon i {
    font-size: 1.4rem;
    color: #2c9a9c;
    transition: all 0.3s ease;
}

.reason-card:hover .reason-icon i {
    color: white;
}

.reason-card--featured .reason-icon i {
    color: #70cfcf;
}

.reason-card h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #0a2c2f;
    margin-bottom: 0.75rem;
}

.reason-card p {
    font-size: 0.9rem;
    color: #5a7a7d;
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

.reason-badge {
    display: inline-block;
    background: rgba(44, 154, 156, 0.1);
    padding: 0.3rem 1rem;
    border-radius: 30px;
    font-size: 0.7rem;
    font-weight: 600;
    color: #2c9a9c;
}

.reason-card--featured .reason-badge {
    background: rgba(255, 255, 255, 0.1);
    color: #70cfcf;
}

/* ===== COMPARISON TABLE ===== */
.comparison-section {
    padding: 6rem 0;
    background: white;
}

.comparison-table-wrapper {
    overflow-x: auto;
    margin-top: 2rem;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(5, 31, 33, 0.05);
}

.comparison-table th {
    background: linear-gradient(135deg, #0a2c2f, #051f21);
    color: white;
    padding: 1.2rem 1.5rem;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
}

.comparison-table td {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #d4eef0;
    font-size: 0.9rem;
    color: #2e5a5e;
}

.comparison-table tr:last-child td {
    border-bottom: none;
}

.comparison-table td i.fa-check-circle {
    color: #2c9a9c;
    margin-right: 0.5rem;
}

.comparison-table td i.fa-times-circle {
    color: #c9a96e;
    margin-right: 0.5rem;
}

.comparison-table tr:hover td {
    background: #f7fafa;
}

/* ===== TESTIMONIALS ===== */
.testimonials-highlight {
    padding: 6rem 0;
    background: #edf8f9;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8rem;
    margin-bottom: 2.5rem;
}

.testimonial-card {
    background: white;
    border-radius: 24px;
    padding: 2rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(44, 154, 156, 0.08);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(5, 31, 33, 0.06);
}

.testimonial-stars {
    margin-bottom: 1rem;
}

.testimonial-stars i {
    color: #c9a96e;
    font-size: 0.8rem;
    margin-right: 2px;
}

.testimonial-card p {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1rem;
    font-style: italic;
    color: #2e5a5e;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-top: 1px solid #d4eef0;
    padding-top: 1rem;
}

.author-avatar i {
    font-size: 2rem;
    color: #2c9a9c;
}

.author-info strong {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: #0a2c2f;
}

.author-info span {
    font-size: 0.7rem;
    color: #8fa8ab;
}

.testimonials-footer {
    text-align: center;
}

.btn-outline-dark {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.85rem 2rem;
    border: 1.5px solid #2c9a9c;
    border-radius: 50px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    color: #2c9a9c;
    background: transparent;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-outline-dark:hover {
    background: #2c9a9c;
    color: white;
    transform: translateY(-2px);
}

/* ===== CTA SECTION ===== */
.why-cta-section {
    padding: 3rem 0 6rem;
    background: white;
}

.why-cta-card {
    background: linear-gradient(135deg, #0a2c2f, #051f21);
    border-radius: 32px;
    padding: 4rem;
    display: flex;
    align-items: center;
    gap: 4rem;
    position: relative;
    overflow: hidden;
}

.why-cta-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(44, 154, 156, 0.15), transparent 70%);
    pointer-events: none;
}

.why-cta-content {
    flex: 1;
    position: relative;
    z-index: 2;
}

.why-cta-content h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 600;
    color: white;
    margin: 1rem 0;
}

.why-cta-content h2 em {
    font-style: italic;
    color: rgba(255, 255, 255, 0.8);
}

.why-cta-content p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    max-width: 500px;
    margin-bottom: 2rem;
}

.why-cta-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1.8rem;
    border-radius: 50px;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    color: white;
    background: rgba(37, 211, 102, 0.15);
    font-weight: 600;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-whatsapp:hover {
    background: rgba(37, 211, 102, 0.3);
    transform: translateY(-2px);
}

.why-cta-deco {
    flex-shrink: 0;
    position: relative;
    width: 200px;
    height: 200px;
}

.deco-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.deco-ring--1 {
    inset: 0;
    animation: rotateSlow 20s linear infinite;
}

.deco-ring--2 {
    inset: 25px;
    border-color: rgba(44, 154, 156, 0.2);
    animation: rotateSlow 28s linear infinite reverse;
}

.deco-ring--3 {
    inset: 50px;
    border-color: rgba(201, 169, 110, 0.15);
    animation: rotateSlow 35s linear infinite;
}

.deco-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.1);
}

@keyframes rotateSlow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
    .why-hero-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .reasons-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .why-hero {
        padding: 110px 0 70px;
    }
    
    .metrics-grid {
        flex-direction: column;
        gap: 1rem;
    }
    
    .metric-divider {
        display: none;
    }
    
    .metric-item {
        justify-content: center;
    }
    
    .reasons-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .comparison-table th,
    .comparison-table td {
        padding: 0.8rem 1rem;
        font-size: 0.8rem;
    }
    
    .why-cta-card {
        padding: 2rem;
        flex-direction: column;
        text-align: center;
    }
    
    .why-cta-deco {
        display: none;
    }
    
    .why-cta-actions {
        justify-content: center;
    }
    
    .hero-image-badge {
        left: -10px;
        top: 10px;
        padding: 0.4rem 1rem;
    }
    
    .hero-image-badge span {
        font-size: 0.65rem;
    }
    
    .stat-bubble {
        width: 55px;
        height: 55px;
    }
    
    .stat-bubble strong {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .hero-badge-stack {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .why-hero-title {
        font-size: 2rem;
    }
    
    .why-hero-lead {
        font-size: 0.9rem;
    }
    
    .comparison-table thead {
        display: none;
    }
    
    .comparison-table tr {
        display: block;
        margin-bottom: 1rem;
        border: 1px solid #d4eef0;
        border-radius: 16px;
        overflow: hidden;
    }
    
    .comparison-table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.8rem 1rem;
        border-bottom: 1px solid #d4eef0;
    }
    
    .comparison-table td:last-child {
        border-bottom: none;
    }
    
    .comparison-table td::before {
        content: attr(data-label);
        font-weight: 700;
        color: #0a2c2f;
    }
}



.site-header.legal-page-header {
    background: rgba(255, 255, 255, 0.97);
}