/* ==========================================================================
   dissolveX HRMS — Why dissolveX Showcase Page Stylesheet
   Signature Theme: Light Mint Canvas (#eaf6f0) with Deep Forest (#0b2b20) & Emerald (#10b981)
   Matching Core Landing & Features Design System
   ========================================================================== */

:root {
    --why-primary: #0b2b20;
    --why-primary-hover: #123d2f;
    --why-emerald: #10b981;
    --why-emerald-light: #34d399;
    --why-emerald-dark: #059669;
    --why-emerald-deep: #064e3b;
    --why-mint-bg: #eaf6f0;
    --why-mint-card: #f0fdf4;
    --why-mint-glow: rgba(16, 185, 129, 0.20);
    --why-surface: #ffffff;
    --why-text-headings: #0b2b20;
    --why-text-body: #334155;
    --why-text-muted: #64748b;
    --why-border-light: rgba(15, 57, 43, 0.08);
    --why-border-em: rgba(16, 185, 129, 0.22);
    --font-sans: 'Outfit', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-serif: 'Instrument Serif', Georgia, serif;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
    background-color: var(--why-mint-bg);
}

body.why-dissolvex-page {
    font-family: var(--font-sans);
    color: var(--why-text-body);
    background-color: var(--why-mint-bg);
    background-image: radial-gradient(circle at 50% 20%, rgba(16, 185, 129, 0.20) 0%, rgba(230, 247, 240, 0.75) 45%, #eaf6f0 80%);
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Typography Helpers */
.serif-italic {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    background: linear-gradient(135deg, #0b2b20 0%, #10b981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    letter-spacing: -0.5px;
    padding-right: 4px;
}

/* ==========================================================================
   Floating Navbar (Standard Light Theme Harmony)
   ========================================================================== */

.feat-nav-link-btn.active {
    color: #047857 !important;
    background: rgba(16, 185, 129, 0.12) !important;
    font-weight: 700 !important;
}

/* ==========================================================================
   1. Hero Section (Light Signature Theme with Radiant Mint Glow)
   ========================================================================== */
.why-hero-section {
    position: relative;
    padding: 140px 0 80px;
    text-align: center;
    overflow: hidden;
}

.why-hero-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.why-hero-glow.glow-top {
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 650px;
    height: 350px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.18) 0%, transparent 70%);
    filter: blur(80px);
}

.why-hero-glow.glow-left {
    top: 20%;
    left: -10%;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.12) 0%, transparent 70%);
    filter: blur(90px);
}

.why-hero-glow.glow-right {
    top: 20%;
    right: -10%;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(5, 150, 105, 0.10) 0%, transparent 70%);
    filter: blur(90px);
}

.why-hero-grid-pattern {
    display: none;
}

.why-hero-container {
    position: relative;
    z-index: 2;
}

.why-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border: 1px solid rgba(16, 185, 129, 0.35);
    padding: 7px 20px;
    border-radius: 9999px;
    font-size: 0.84rem;
    font-weight: 700;
    color: var(--why-emerald-deep);
    box-shadow: 0 4px 16px rgba(16, 185, 129, 0.12);
    margin-bottom: 24px;
    letter-spacing: 0.3px;
}

.why-badge-pulse-dot {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    box-shadow: 0 0 10px #10b981;
    animation: pulseGlow 2s infinite ease-in-out;
}

@keyframes pulseGlow {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0.7; }
}

.why-hero-title {
    font-size: 3.8rem;
    font-weight: 800;
    color: var(--why-text-headings);
    line-height: 1.15;
    letter-spacing: -1.2px;
    margin: 0 auto 20px;
    max-width: 920px;
}

.why-hero-subtitle {
    font-size: 1.15rem;
    color: var(--why-text-muted);
    max-width: 820px;
    margin: 0 auto 38px;
    line-height: 1.75;
    font-weight: 500;
}

.why-hero-cta-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.why-hero-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #0b2b20 0%, #10b981 100%);
    color: #ffffff;
    font-family: var(--font-sans);
    font-size: 1.05rem;
    font-weight: 700;
    padding: 14px 34px;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    box-shadow: 0 8px 26px rgba(16, 185, 129, 0.35);
    transition: color 0.28s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1), transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), filter 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
.why-hero-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(16, 185, 129, 0.45);
}
}

.why-hero-btn-glass {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    color: var(--why-primary);
    font-family: var(--font-sans);
    font-size: 1.05rem;
    font-weight: 700;
    padding: 13px 32px;
    border-radius: 9999px;
    border: 1.5px solid var(--why-primary);
    cursor: pointer;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, transform 0.25s ease, filter 0.25s ease;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

@media (hover: hover) and (pointer: fine) {
.why-hero-btn-glass:hover {
    background: #f8fafc;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
}

/* 3 Metric Stat Cards (Crisp Elevated White Cards) */
.why-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.why-stat-card {
    position: relative;
    background: #ffffff;
    border: 1px solid var(--why-border-em);
    border-radius: 22px;
    padding: 30px 26px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 22px;
    box-shadow: 0 12px 32px rgba(15, 57, 43, 0.06);
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), filter 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (hover: hover) and (pointer: fine) {
.why-stat-card:hover {
    transform: translateY(-5px);
    border-color: rgba(16, 185, 129, 0.45);
    box-shadow: 0 18px 40px rgba(16, 185, 129, 0.16);
}
}

.why-stat-icon-wrap {
    width: 62px;
    height: 62px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.why-stat-icon-wrap.icon-emerald {
    background: #dcfce7;
    color: #059669;
}

.why-stat-icon-wrap.icon-cyan {
    background: #cffafe;
    color: #0891b2;
}

.why-stat-icon-wrap.icon-gold {
    background: #fef3c7;
    color: #d97706;
}

.why-stat-num {
    font-size: 2.6rem;
    font-weight: 900;
    color: var(--why-text-headings);
    line-height: 1.05;
    letter-spacing: -0.8px;
}

.why-stat-num .plus-accent,
.why-stat-num .percent-accent {
    color: #065f46;
    margin-left: 2px;
}

.why-stat-label {
    font-size: 0.95rem;
    color: var(--why-text-muted);
    font-weight: 600;
    margin-top: 6px;
    line-height: 1.4;
}

/* G2 Quote Banner Card (Crisp White Card) */
.why-quote-banner {
    background: #ffffff;
    border: 1px solid var(--why-border-em);
    border-radius: 24px;
    padding: 34px 40px;
    box-shadow: 0 14px 40px rgba(15, 57, 43, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.why-quote-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background: linear-gradient(180deg, #10b981 0%, #0b2b20 100%);
}

.why-quote-stars {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #d97706;
    font-size: 1.15rem;
    margin-bottom: 12px;
}

.why-quote-score {
    font-size: 0.82rem;
    color: var(--why-text-muted);
    margin-left: 8px;
    font-weight: 700;
}

.why-quote-text {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--why-text-body);
    font-style: italic;
    margin: 0 0 16px;
    max-width: 760px;
}

.why-quote-author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.why-author-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #10b981;
}

.why-author-name {
    font-weight: 800;
    color: var(--why-text-headings);
    font-size: 0.95rem;
}

.why-author-role {
    font-size: 0.82rem;
    color: var(--why-text-muted);
}

.why-quote-badge-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    padding: 16px 22px;
    background: #f8fafc;
    border: 1px solid var(--why-border-light);
    border-radius: 16px;
}

.why-g2-pill {
    display: flex;
    align-items: center;
    gap: 8px;
}

.why-g2-logo {
    background: #c2410c;
    color: #ffffff;
    font-weight: 900;
    font-size: 0.82rem;
    padding: 3px 8px;
    border-radius: 6px;
}

.why-g2-title {
    font-size: 0.88rem;
    font-weight: 800;
    color: var(--why-text-headings);
}

.why-g2-sub {
    font-size: 0.74rem;
    color: var(--why-text-muted);
    font-weight: 600;
}

/* ==========================================================================
   General Two-Column Content Sections
   ========================================================================== */
.why-content-section {
    padding: 95px 0;
    position: relative;
}

.why-sec-usability {
    background: rgba(255, 255, 255, 0.55);
    border-top: 1px solid var(--why-border-light);
    border-bottom: 1px solid var(--why-border-light);
}

.why-sec-success {
    background: rgba(255, 255, 255, 0.55);
    border-top: 1px solid var(--why-border-light);
    border-bottom: 1px solid var(--why-border-light);
}

.why-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.why-content-grid.reverse {
    grid-template-columns: 1fr 1fr;
}

.why-section-eyebrow {
    font-size: 0.82rem;
    font-weight: 800;
    color: var(--why-emerald-deep);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
    display: inline-block;
    background: rgba(16, 185, 129, 0.12);
    padding: 4px 14px;
    border-radius: 9999px;
}

.why-col-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--why-text-headings);
    line-height: 1.18;
    letter-spacing: -1px;
    margin: 0 0 20px;
}

.why-col-desc {
    font-size: 1.1rem;
    color: var(--why-text-muted);
    line-height: 1.75;
    margin: 0 0 28px;
}

.why-check-perks {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.why-check-perks li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    font-weight: 600;
    color: var(--why-text-body);
}

.why-check-perks li span {
    font-size: 1.15rem;
}

.why-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #0b2b20 0%, #10b981 100%);
    color: #ffffff;
    font-family: var(--font-sans);
    font-size: 1rem;
    font-weight: 700;
    padding: 14px 34px;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(16, 185, 129, 0.32);
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, transform 0.25s ease, filter 0.25s ease;
    text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
.why-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(16, 185, 129, 0.45);
}
}

.why-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    color: var(--why-primary);
    font-family: var(--font-sans);
    font-size: 1rem;
    font-weight: 700;
    padding: 13px 30px;
    border-radius: 9999px;
    border: 1.5px solid var(--why-primary);
    cursor: pointer;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, transform 0.25s ease, filter 0.25s ease;
    text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
.why-btn-outline:hover {
    background: #f1f5f9;
    transform: translateY(-2px);
}
}

.why-cta-group {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* ==========================================================================
   2. Security Section (3D Metallic Shield Showcase on White Card)
   ========================================================================== */
.why-security-card {
    background: #ffffff;
    border: 1px solid var(--why-border-em);
    border-radius: 28px;
    padding: 48px 40px;
    text-align: center;
    box-shadow: 0 18px 48px rgba(15, 57, 43, 0.08);
    position: relative;
    overflow: hidden;
}

.why-shield-emblem-wrap {
    position: relative;
    width: 210px;
    height: 210px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-shield-3d-img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    position: relative;
    z-index: 2;
    animation: shieldFloat 4s infinite ease-in-out;
    filter: drop-shadow(0 14px 28px rgba(16, 185, 129, 0.28));
}

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

.why-shield-glow-aura {
    position: absolute;
    width: 170px;
    height: 170px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.25) 0%, transparent 70%);
    filter: blur(40px);
    z-index: 1;
}

.why-security-stat-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #ecfdf5;
    border: 1px solid rgba(16, 185, 129, 0.3);
    padding: 6px 18px;
    border-radius: 9999px;
    margin-bottom: 14px;
}

.why-security-percent {
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--why-emerald-deep);
    letter-spacing: -0.5px;
    line-height: 1;
}

.why-security-status {
    font-size: 0.86rem;
    font-weight: 800;
    color: #047857;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.why-security-title {
    font-size: 2.1rem;
    font-weight: 800;
    color: var(--why-text-headings);
    margin: 0 0 14px;
}

.why-security-desc {
    font-size: 1.02rem;
    color: var(--why-text-muted);
    line-height: 1.7;
    margin: 0 0 24px;
}

.why-trust-badges-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.why-trust-pill {
    background: #f8fafc;
    border: 1px solid var(--why-border-light);
    padding: 5px 12px;
    border-radius: 9999px;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--why-text-headings);
}

/* 3 Feature Bullets */
.why-bullet-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.why-bullet-item {
    background: #ffffff;
    border: 1px solid var(--why-border-em);
    border-radius: 20px;
    padding: 26px;
    box-shadow: 0 10px 30px rgba(15, 57, 43, 0.04);
    display: flex;
    gap: 20px;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, transform 0.25s ease, filter 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {
.why-bullet-item:hover {
    transform: translateX(4px);
    border-color: rgba(16, 185, 129, 0.45);
    box-shadow: 0 16px 36px rgba(16, 185, 129, 0.12);
}
}

.why-bullet-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(16, 185, 129, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--why-emerald-deep);
    flex-shrink: 0;
}

.why-bullet-heading {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--why-text-headings);
    margin: 0 0 8px;
}

.why-bullet-desc {
    font-size: 0.98rem;
    color: var(--why-text-muted);
    line-height: 1.65;
    margin: 0;
}

/* ==========================================================================
   3. Usability Section (Floating 4-Card UI Cluster)
   ========================================================================== */
.why-ui-cluster {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.why-mock-card {
    background: #ffffff;
    border: 1px solid var(--why-border-em);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 12px 32px rgba(15, 57, 43, 0.06);
    transition: color 0.28s ease, background-color 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, opacity 0.28s ease, transform 0.28s ease, filter 0.28s ease;
}

@media (hover: hover) and (pointer: fine) {
.why-mock-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(16, 185, 129, 0.15);
    border-color: rgba(16, 185, 129, 0.4);
}
}

.why-profile-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.why-avatar-wrapper {
    position: relative;
    width: 54px;
    height: 54px;
    flex-shrink: 0;
}

.why-mock-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--why-emerald);
}

.why-online-pulse {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 12px;
    height: 12px;
    background: #10b981;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.why-mock-name {
    font-weight: 800;
    font-size: 1.05rem;
    color: var(--why-text-headings);
}

.why-mock-role {
    font-size: 0.8rem;
    color: #047857;
    font-weight: 600;
}

.why-id-pill {
    font-size: 0.72rem;
    color: #475569;
    font-weight: 600;
    background: #f1f5f9;
    padding: 2px 8px;
    border-radius: 6px;
    display: inline-block;
    margin-top: 4px;
}

.why-profile-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid #f1f5f9;
    padding-top: 14px;
}

.why-detail-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.82rem;
}

.why-detail-label {
    color: var(--why-text-muted);
}

.why-detail-val {
    font-weight: 700;
    color: var(--why-text-headings);
}

.why-detail-val.status-green {
    color: #047857;
}

/* Files Vault Card */
.why-mock-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.why-mock-card-title {
    font-weight: 800;
    font-size: 0.96rem;
    color: var(--why-text-headings);
}

.why-badge-count {
    background: #dcfce7;
    color: var(--why-emerald-deep);
    font-size: 0.74rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 9999px;
}

.why-file-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #f8fafc;
}

.why-file-item:last-child {
    border-bottom: none;
}

.why-pdf-icon {
    background: #fee2e2;
    color: #b91c1c;
    font-weight: 900;
    font-size: 0.7rem;
    padding: 4px 6px;
    border-radius: 6px;
}

.why-file-details {
    display: flex;
    flex-direction: column;
}

.why-file-title {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--why-text-headings);
}

.why-file-size {
    font-size: 0.72rem;
    color: var(--why-text-muted);
}

/* OKR Goals Card */
.why-pill-status {
    background: #f1f5f9;
    color: #475569;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
}

.why-goal-item {
    margin-bottom: 14px;
}

.why-goal-item:last-child {
    margin-bottom: 0;
}

.why-goal-title {
    display: flex;
    justify-content: space-between;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--why-text-headings);
    margin-bottom: 6px;
}

.why-goal-pct {
    color: #047857;
}

.why-prog-track {
    width: 100%;
    height: 7px;
    background: #f1f5f9;
    border-radius: 9999px;
    overflow: hidden;
}

.why-prog-bar {
    height: 100%;
    background: linear-gradient(90deg, #10b981 0%, #34d399 100%);
    border-radius: 9999px;
}

.why-prog-bar.bar-emerald {
    background: linear-gradient(90deg, #059669 0%, #10b981 100%);
}

/* Velocity Chart Card */
.why-growth-chip {
    background: #dcfce7;
    color: var(--why-emerald-deep);
    font-size: 0.74rem;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 6px;
}

.why-bar-chart {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    height: 96px;
    margin-top: 14px;
    padding-top: 8px;
}

.why-chart-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    height: 100%;
    justify-content: flex-end;
}

.why-chart-col span {
    font-size: 0.72rem;
    color: var(--why-text-muted);
    font-weight: 600;
}

.why-chart-bar {
    width: 100%;
    background: #cbd5e1;
    border-radius: 6px 6px 0 0;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, transform 0.25s ease, filter 0.25s ease;
}

.why-chart-col.active .why-chart-bar {
    background: linear-gradient(180deg, #34d399 0%, #059669 100%);
    box-shadow: 0 0 12px rgba(16, 185, 129, 0.4);
}

/* ==========================================================================
   4. Mobility Section (Obsidian Smartphone Frame)
   ========================================================================== */
.why-phone-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
}

.why-smartphone-frame {
    width: 330px;
    background: #0f172a;
    border: 11px solid #1e293b;
    border-radius: 46px;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.25);
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.why-phone-notch {
    width: 110px;
    height: 22px;
    background: #1e293b;
    margin: 0 auto;
    border-radius: 0 0 16px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-phone-camera {
    width: 10px;
    height: 10px;
    background: #090d16;
    border-radius: 50%;
}

.why-phone-screen {
    padding: 14px 18px 24px;
    color: #ffffff;
}

.why-phone-status-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 14px;
    color: #94a3b8;
}

.why-phone-status-icons {
    display: flex;
    align-items: center;
    gap: 6px;
}

.why-battery-icon {
    width: 18px;
    height: 9px;
    border: 1px solid #94a3b8;
    border-radius: 3px;
    padding: 1px;
}

.why-battery-fill {
    width: 100%;
    height: 100%;
    background: #10b981;
    border-radius: 1px;
}

.why-phone-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.why-mobile-brand {
    font-size: 1.15rem;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: -0.5px;
}

.why-mobile-sub {
    font-size: 0.76rem;
    color: #94a3b8;
}

.why-mobile-bell {
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    padding: 8px;
    border-radius: 10px;
    color: #e2e8f0;
}

.why-bell-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #b91c1c;
    color: #ffffff;
    font-size: 0.65rem;
    font-weight: 800;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-phone-timer-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    padding: 16px;
    text-align: center;
    margin-bottom: 18px;
}

.why-timer-tag {
    font-size: 0.74rem;
    color: #34d399;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.why-phone-time-display {
    font-size: 1.9rem;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 1px;
    margin: 6px 0;
    text-shadow: 0 0 16px rgba(16, 185, 129, 0.4);
}

.why-timer-meta {
    font-size: 0.74rem;
    color: #94a3b8;
    margin-bottom: 12px;
}

.why-btn-punchout {
    width: 100%;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 10px 14px;
    font-weight: 800;
    font-size: 0.8rem;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(16, 185, 129, 0.35);
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, transform 0.2s ease, filter 0.2s ease;
}

.why-phone-feed-title {
    font-size: 0.8rem;
    font-weight: 800;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.why-phone-member-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 8px 12px;
    border-radius: 12px;
    margin-bottom: 8px;
}

.why-member-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.why-member-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.why-member-name {
    font-size: 0.84rem;
    font-weight: 700;
    color: #ffffff;
}

.why-member-time {
    font-size: 0.72rem;
    color: #94a3b8;
}

.why-status-pill {
    font-size: 0.7rem;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 9999px;
}

.why-status-pill.remote {
    background: rgba(16, 185, 129, 0.2);
    color: #34d399;
}

.why-status-pill.office {
    background: rgba(6, 182, 212, 0.2);
    color: #22d3ee;
}

.why-status-pill.onleave {
    background: rgba(245, 158, 11, 0.2);
    color: #fbbf24;
}

/* Floating Chips Around Phone */
.why-floating-chip {
    position: absolute;
    background: #ffffff;
    border: 1px solid var(--why-border-em);
    border-radius: 16px;
    padding: 12px 18px;
    box-shadow: 0 16px 36px rgba(15, 57, 43, 0.14);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 3;
    animation: floatSlow 3.5s infinite ease-in-out;
}

.why-floating-chip.chip-geo {
    top: 14%;
    left: -20px;
}

.why-floating-chip.chip-sync {
    bottom: 12%;
    right: -20px;
    animation-delay: 1.8s;
}

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

.chip-icon {
    font-size: 1.4rem;
}

.chip-title {
    font-size: 0.86rem;
    font-weight: 800;
    color: var(--why-text-headings);
}

.chip-sub {
    font-size: 0.74rem;
    color: var(--why-text-muted);
}

/* ==========================================================================
   5. Customer Success Section (Kiosk & LMS Showcase)
   ========================================================================== */
.why-support-metrics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 32px;
}

.why-sup-metric {
    background: #ffffff;
    border: 1px solid var(--why-border-em);
    border-radius: 16px;
    padding: 18px 14px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(15, 57, 43, 0.04);
}

.why-sup-num {
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--why-emerald-deep);
}

.why-sup-label {
    font-size: 0.8rem;
    color: var(--why-text-muted);
    font-weight: 600;
    margin-top: 4px;
}

.why-kiosk-cluster {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.why-kiosk-card {
    background: #ffffff;
    border: 1px solid var(--why-border-em);
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 14px 40px rgba(15, 57, 43, 0.06);
    display: flex;
    align-items: center;
    gap: 22px;
    transition: color 0.28s ease, background-color 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, opacity 0.28s ease, transform 0.28s ease, filter 0.28s ease;
}

@media (hover: hover) and (pointer: fine) {
.why-kiosk-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 48px rgba(16, 185, 129, 0.16);
    border-color: rgba(16, 185, 129, 0.4);
}
}

.why-kiosk-img-wrap {
    position: relative;
    width: 140px;
    height: 140px;
    flex-shrink: 0;
    border-radius: 16px;
    overflow: hidden;
}

.why-kiosk-face-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Biometric Scan Reticle Overlay */
.why-scan-reticle {
    position: absolute;
    inset: 16px;
    pointer-events: none;
}

.reticle-corner {
    position: absolute;
    width: 16px;
    height: 16px;
    border-color: #10b981;
    border-style: solid;
    border-width: 0;
}

.reticle-corner.top-left {
    top: 0;
    left: 0;
    border-top-width: 3px;
    border-left-width: 3px;
}

.reticle-corner.top-right {
    top: 0;
    right: 0;
    border-top-width: 3px;
    border-right-width: 3px;
}

.reticle-corner.bottom-left {
    bottom: 0;
    left: 0;
    border-bottom-width: 3px;
    border-left-width: 3px;
}

.reticle-corner.bottom-right {
    bottom: 0;
    right: 0;
    border-bottom-width: 3px;
    border-right-width: 3px;
}

.reticle-center-cross {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    transform: translate(-50%, -50%);
    border-top: 2px solid rgba(16, 185, 129, 0.7);
    border-left: 2px solid rgba(16, 185, 129, 0.7);
}

.why-scan-verified-pill {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(11, 43, 32, 0.85);
    color: #34d399;
    font-size: 0.65rem;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 9999px;
    white-space: nowrap;
}

.why-course-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #0369a1;
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 6px;
}

.why-kiosk-badge {
    display: inline-block;
    background: #dcfce7;
    color: var(--why-emerald-deep);
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 0.76rem;
    font-weight: 800;
    margin-bottom: 8px;
}

.why-kiosk-badge.badge-blue {
    background: #e0f2fe;
    color: #0369a1;
}

.why-kiosk-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--why-text-headings);
    margin: 0 0 6px;
}

.why-kiosk-sub {
    font-size: 0.88rem;
    color: var(--why-text-muted);
    line-height: 1.6;
    margin: 0;
}

/* ==========================================================================
   6. Scalability Section (World Map Network)
   ========================================================================== */
.why-world-map-wrap {
    background: #ffffff;
    border: 1px solid var(--why-border-em);
    border-radius: 28px;
    padding: 36px 32px;
    box-shadow: 0 16px 44px rgba(15, 57, 43, 0.06);
}

.why-map-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.why-map-status-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #ecfdf5;
    border: 1px solid rgba(16, 185, 129, 0.3);
    padding: 5px 14px;
    border-radius: 9999px;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--why-emerald-deep);
}

.pulse-emerald {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    animation: pulseGlow 1.8s infinite;
}

.why-map-metric-callout {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.map-big-num {
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--why-emerald-deep);
}

.map-sub {
    font-size: 0.82rem;
    color: var(--why-text-muted);
    font-weight: 600;
}

.why-map-visual-container {
    position: relative;
    width: 100%;
    background: #f8fafc;
    border-radius: 18px;
    padding: 20px 10px;
    overflow: hidden;
}

.why-world-map-svg {
    width: 100%;
    height: auto;
    display: block;
}

/* Floating Map Pins */
.why-map-pin {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    border: 1px solid var(--why-border-em);
    padding: 4px 10px;
    border-radius: 9999px;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--why-text-headings);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.why-map-pin img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
}

.why-map-pin.pin-us {
    top: 24%;
    left: 20%;
}

.why-map-pin.pin-eu {
    top: 28%;
    left: 48%;
}

.why-map-pin.pin-apac {
    top: 48%;
    right: 20%;
}

.why-map-footer-text {
    margin-top: 20px;
}

.why-map-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--why-text-headings);
    margin: 0 0 8px;
}

.why-map-desc {
    font-size: 0.94rem;
    color: var(--why-text-muted);
    line-height: 1.65;
    margin: 0;
}

/* ==========================================================================
   7. Ecosystem Banner Section
   ========================================================================== */
.why-ecosystem-section {
    padding: 75px 0;
}

.why-ecosystem-box {
    background: linear-gradient(135deg, #fefce8 0%, #fef08a 40%, #dcfce7 100%);
    border: 1px solid rgba(234, 179, 8, 0.3);
    border-radius: 32px;
    padding: 56px 48px;
    text-align: center;
    box-shadow: 0 18px 48px rgba(234, 179, 8, 0.10);
    position: relative;
    overflow: hidden;
}

.why-eco-badge {
    display: inline-block;
    background: rgba(113, 63, 18, 0.1);
    color: #713f12;
    padding: 5px 16px;
    border-radius: 9999px;
    font-size: 0.82rem;
    font-weight: 800;
    margin-bottom: 30px;
}

.why-eco-apps-row {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-bottom: 36px;
    flex-wrap: wrap;
}

.why-eco-app-tile {
    background: #ffffff;
    border-radius: 18px;
    padding: 18px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 110px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), filter 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

@media (hover: hover) and (pointer: fine) {
.why-eco-app-tile:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
}
}

.why-eco-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-eco-icon-wrap svg {
    width: 24px;
    height: 24px;
}

.why-eco-app-tile.tile-indigo .why-eco-icon-wrap { background: #e0e7ff; color: #4338ca; }
.why-eco-app-tile.tile-emerald .why-eco-icon-wrap { background: #dcfce7; color: #047857; }
.why-eco-app-tile.tile-blue .why-eco-icon-wrap { background: #e0f2fe; color: #0284c7; }
.why-eco-app-tile.tile-amber .why-eco-icon-wrap { background: #fef3c7; color: #b45309; }
.why-eco-app-tile.tile-cyan .why-eco-icon-wrap { background: #cffafe; color: #0e7490; }
.why-eco-app-tile.tile-rose .why-eco-icon-wrap { background: #ffe4e6; color: #be123c; }

.why-eco-app-name {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--why-text-headings);
}

.why-eco-app-tag {
    font-size: 0.72rem;
    color: var(--why-text-muted);
    font-weight: 600;
}

.why-eco-title {
    font-size: 2.4rem;
    font-weight: 800;
    color: #713f12;
    margin: 0 0 16px;
    letter-spacing: -0.5px;
}

.why-eco-desc {
    font-size: 1.1rem;
    color: #854d0e;
    max-width: 780px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ==========================================================================
   8. Promotional Cards with Real Vector Art
   ========================================================================== */
.why-promo-section {
    padding: 70px 0 35px;
}

.why-promo-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.why-promo-card {
    background: #ffffff;
    border: 1px solid var(--why-border-em);
    border-radius: 24px;
    padding: 36px 32px;
    box-shadow: 0 12px 36px rgba(15, 57, 43, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    transition: color 0.28s ease, background-color 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, opacity 0.28s ease, transform 0.28s ease, filter 0.28s ease;
    overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
.why-promo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 44px rgba(16, 185, 129, 0.14);
    border-color: rgba(16, 185, 129, 0.4);
}
}

.why-promo-card.promo-emerald {
    background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 65%);
}

.why-promo-card.promo-cyan {
    background: linear-gradient(135deg, #f0fdfa 0%, #ffffff 65%);
}

.why-promo-text-side {
    flex: 1;
}

.why-promo-eyebrow {
    font-size: 0.78rem;
    font-weight: 800;
    color: var(--why-emerald-deep);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 8px;
}

.why-promo-card-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--why-text-headings);
    line-height: 1.3;
    margin: 0 0 12px;
}

.why-promo-card-desc {
    font-size: 0.94rem;
    color: var(--why-text-muted);
    line-height: 1.6;
    margin: 0 0 20px;
}

.why-promo-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.92rem;
    font-weight: 800;
    color: var(--why-emerald-dark);
    text-decoration: none;
    transition: transform 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
.why-promo-btn:hover {
    transform: translateX(4px);
    text-decoration: underline;
}
}

.why-promo-img-side {
    width: 170px;
    flex-shrink: 0;
}

.why-promo-art {
    width: 100%;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    display: block;
}

/* ==========================================================================
   9. Bottom CTA Banner with Scenic Watercolor Backdrop
   ========================================================================== */
.why-cta-banner-section {
    background-image: none !important;
    background-size: cover;
    background-position: center;
    position: relative;
}

@media (hover: hover) and (pointer: fine) {
.why-cta-banner-section .feat-cta-actions .feat-hero-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(16, 185, 129, 0.4);
}
}

@media (hover: hover) and (pointer: fine) {
.why-cta-banner-section .feat-cta-actions .feat-hero-btn-secondary:hover {
    transform: translateY(-2px);
    border-color: rgba(16, 185, 129, 0.35);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}
}

/* ==========================================================================
   Responsive Media Queries
   ========================================================================== */
@media (max-width: 1100px) {
    .why-hero-title {
        font-size: 3.2rem;
    }
    .why-content-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .why-content-grid.reverse {
        grid-template-columns: 1fr;
    }
    .why-promo-cards-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 860px) {
    .why-hero-section {
        padding: 120px 0 60px;
    }
    .why-hero-title {
        font-size: 2.6rem;
    }
    .why-stats-grid {
        grid-template-columns: 1fr;
    }
    .why-quote-banner {
        flex-direction: column;
        align-items: flex-start;
        padding: 28px;
    }
    .why-ui-cluster {
        grid-template-columns: 1fr;
    }
    .why-kiosk-card {
        flex-direction: column;
        text-align: center;
    }
    .why-promo-card {
        flex-direction: column;
        text-align: center;
    }
    .why-promo-btn {
        justify-content: center;
    }
    .why-floating-chip {
        display: none;
    }
}

@media (max-width: 480px) {
    .why-hero-title {
        font-size: 2.2rem;
    }
    .why-col-title {
        font-size: 2rem;
    }
    .why-security-card {
        padding: 32px 20px;
    }
    .why-smartphone-frame {
        width: 100%;
        max-width: 320px;
    }
}

/* ==========================================================================
   Page Scenic CTA Backdrop Image
   ========================================================================== */
.feat-cta-banner-section,
[class*="-cta-banner-section"],
.onb-cta-banner-section,
.mf-download-section {
    background-image: none !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* ==========================================================================
   Custom Rich Visual Why Dissolvex CTA Showcase Banner Styles
   ========================================================================== */
.why-cta-showcase-section {
    padding: 38px 0 60px;
    background: transparent;
    position: relative;
    overflow: hidden;
}

.why-cta-showcase-section .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.why-cta-showcase-card {
    position: relative;
    background: linear-gradient(135deg, #f3faf6 0%, #e6f6ee 50%, #d8f1e4 100%);
    border: 1.5px solid rgba(16, 185, 129, 0.28);
    border-radius: 28px;
    padding: 42px 44px 42px 48px;
    display: grid;
    grid-template-columns: 1.12fr 0.98fr;
    gap: 36px;
    align-items: center;
    box-shadow: 0 16px 48px rgba(16, 185, 129, 0.08), 0 4px 16px rgba(0, 0, 0, 0.03);
    overflow: visible;
}

/* Left Column */
.why-cta-showcase-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    z-index: 2;
    text-align: left;
}

.why-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #ffffff;
    border: 1px solid #c9edd9;
    border-radius: 100px;
    padding: 5px 14px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0d5435;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.why-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #10b981;
}

.why-cta-showcase-title {
    font-family: 'Outfit', sans-serif;
    font-size: 2.35rem;
    font-weight: 800;
    line-height: 1.18;
    color: #0b2b20;
    margin: 0;
    letter-spacing: -0.02em;
}

.why-cta-showcase-title .serif-italic {
    font-family: 'Instrument Serif', Georgia, serif;
    font-style: italic;
    font-weight: 400;
    font-size: 2.75rem;
    color: #065f46;
    letter-spacing: -0.01em;
}

.why-cta-showcase-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #2d5a47;
    margin: 0;
    max-width: 500px;
}

/* Micro-features */
.why-cta-micro-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 24px;
    margin-top: 4px;
}

.why-cta-micro-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: #1b4d38;
}

.why-cta-check-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #10b981;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Buttons */
.why-cta-actions-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.why-cta-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #065f46;
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    padding: 13px 26px;
    border-radius: 100px;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(6, 95, 70, 0.28);
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.why-cta-btn-primary:hover {
    background: #047857;
    transform: translateY(-2px);
}

.why-cta-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #ffffff;
    color: #065f46 !important;
    border: 1.5px solid #a7dcc2;
    font-family: 'Outfit', sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 100px;
    text-decoration: none !important;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.why-cta-btn-secondary:hover {
    border-color: #065f46;
    transform: translateY(-2px);
}

/* Right Column: Mockup Stage */
.why-cta-showcase-right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.why-cta-mockup-stage {
    position: relative;
    width: 485px;
    max-width: 100%;
    padding: 40px 0;
    box-sizing: border-box;
}

/* 4-Corner Floating Badges */
.why-float-badge {
    position: absolute;
    background: #ffffff;
    border: 1px solid rgba(16, 185, 129, 0.28);
    border-radius: 12px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    gap: 7px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    z-index: 15;
    white-space: nowrap;
}

.why-float-badge.top-left {
    top: 2px;
    left: 10px;
}

.why-float-badge.bottom-right {
    bottom: 2px;
    right: 10px;
}

.why-float-icon {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: #e6f7f0;
    color: #15803d;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.why-float-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.65rem;
    font-weight: 800;
    color: #0b2b20;
}

/* Handwritten Doodles */
.why-doodle-note-top {
    position: absolute;
    top: 0px;
    right: -8px;
    z-index: 18;
    pointer-events: none;
}

.why-doodle-note-bottom {
    position: absolute;
    bottom: 0px;
    left: 10px;
    z-index: 18;
    pointer-events: none;
}

.why-doodle-text {
    font-family: 'Caveat', cursive, sans-serif;
    font-size: 1.08rem;
    font-weight: 700;
    color: #166534;
    line-height: 1.05;
    transform: rotate(3deg);
    white-space: nowrap;
}

.why-doodle-text.alt {
    color: #166534;
    transform: rotate(-3deg);
}

/* White Mockup Window */
.why-cta-window {
    background: #ffffff;
    border: 1px solid #cce8da;
    border-radius: 16px;
    box-shadow: 0 14px 36px rgba(11, 43, 32, 0.12);
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.why-cta-window-top {
    background: #f8fafc;
    border-bottom: 1px solid #eef5f1;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.why-cta-window-dots {
    display: flex;
    align-items: center;
    gap: 5px;
}

.why-cta-window-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.why-cta-window-dot.red { background: #ef4444; }
.why-cta-window-dot.yellow { background: #f59e0b; }
.why-cta-window-dot.green { background: #10b981; }

.why-cta-window-title {
    font-size: 0.65rem;
    font-weight: 700;
    color: #64748b;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* Summary Strip */
.why-cta-summary-strip {
    padding: 12px 14px;
    background: #f8fafc;
    border-bottom: 1px solid #eef5f1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.why-cta-sum-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.why-cta-sum-lbl {
    font-size: 0.62rem;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
}

.why-cta-sum-val {
    font-size: 0.84rem;
    font-weight: 800;
    color: #0f172a;
}

.why-cta-sum-val.pos {
    color: #059669;
}

.why-cta-sum-status {
    padding: 3px 8px;
    background: #d1fae5;
    color: #065f46;
    font-size: 0.64rem;
    font-weight: 700;
    border-radius: 9999px;
}

/* Suite Details Card */
.why-cta-suite-card {
    padding: 14px;
    background: #ffffff;
}

.why-cta-suite-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f1f5f9;
}

.why-cta-suite-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #ecfdf5;
    color: #059669;
    border: 1px solid rgba(16, 185, 129, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.why-cta-suite-name {
    font-size: 0.82rem;
    font-weight: 700;
    color: #0f172a;
}

.why-cta-suite-date {
    font-size: 0.66rem;
    color: #64748b;
}

.why-cta-breakup-grid {
    background: #f8fafc;
    border-radius: 8px;
    padding: 8px 10px;
    margin-bottom: 10px;
    border: 1px solid #e2e8f0;
}

.why-cta-break-line {
    display: flex;
    justify-content: space-between;
    font-size: 0.7rem;
    color: #334155;
    margin-bottom: 3px;
}

.why-cta-break-line.policy {
    margin-top: 5px;
    padding-top: 4px;
    border-top: 1px dashed #cbd5e1;
}

.why-cta-break-line strong.pos {
    color: #047857;
}

.why-cta-action-bar {
    display: flex;
}

.why-cta-btn-explore {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 12px;
    background: #065f46;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 0.74rem;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.why-cta-btn-explore:hover {
    background: #047857;
}

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */
@media (max-width: 960px) {
    .why-cta-showcase-card {
        grid-template-columns: 1fr;
        padding: 34px 24px;
        gap: 32px;
    }
    .why-cta-showcase-left {
        text-align: center;
        align-items: center;
    }
    .why-cta-showcase-desc {
        margin-left: auto;
        margin-right: auto;
    }
    .why-cta-micro-features {
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
    }
    .why-cta-actions-row {
        justify-content: center;
    }
}

@media (max-width: 680px) {
    .why-doodle-note-top,
    .why-doodle-note-bottom {
        display: none !important;
    }
    .why-cta-actions-row .why-cta-btn-primary,
    .why-cta-actions-row .why-cta-btn-secondary {
        width: 100%;
    }
    .why-cta-micro-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
}

