/* Home sections + shared section layout */
.home-sections {
    background: linear-gradient(135deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(250, 248, 245, 1) 50%,
        rgba(10, 26, 46, 0.03) 100%);
}

.home-section {
    padding: 4rem 1.25rem;
}

.section-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.home-section-title {
    font-size: 2.25rem;
    color: var(--navy-blue);
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
    text-align: left;
}

.home-section-subtitle {
    color: var(--text-light);
    max-width: 70ch;
    margin-bottom: 2rem;
}

.home-section-note {
    margin-top: 1.5rem;
    color: var(--text-light);
    font-size: 0.95rem;
}

/* Stats */
.stats-section {
    border-top: 1px solid rgba(212, 175, 55, 0.15);
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
}

.stat-card {
    border: 1px solid rgba(212, 175, 55, 0.45);
    background:
        radial-gradient(circle at 22% 18%, rgba(212, 175, 55, 0.22), transparent 46%),
        radial-gradient(circle at 78% 82%, rgba(255, 255, 255, 0.10), transparent 55%),
        linear-gradient(135deg, rgba(5, 13, 24, 0.98) 0%, rgba(10, 26, 46, 0.98) 60%, rgba(26, 35, 50, 0.92) 100%);
    border-radius: 18px;
    padding: 2rem 1.6rem;
    box-shadow:
        0 18px 55px rgba(0, 0, 0, 0.28),
        0 10px 28px rgba(212, 175, 55, 0.10);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    text-align: center;
    min-height: 215px;
    transform: translateZ(0);
    transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.stat-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.10),
        inset 0 0 0 1px rgba(255, 255, 255, 0.04);
    background: radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.20), transparent 55%);
    opacity: 0.9;
    pointer-events: none;
}

.stat-card::after {
    content: '';
    position: absolute;
    inset: -40%;
    background: linear-gradient(90deg, transparent 0%, rgba(212, 175, 55, 0.22) 45%, transparent 60%);
    transform: translateX(-40%) rotate(18deg);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease, transform 700ms ease;
}

.stat-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 26px 70px rgba(0, 0, 0, 0.34),
        0 18px 40px rgba(212, 175, 55, 0.14);
    filter: saturate(1.06);
}

.stat-card:hover::after {
    opacity: 1;
    transform: translateX(40%) rotate(18deg);
}

.stat-number {
    position: relative;
    z-index: 1;
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--navy-blue);
    letter-spacing: 0.5px;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label {
    position: relative;
    z-index: 1;
    color: var(--text-light);
    font-weight: 600;
}

/* Value cards (badge + title) */
.stat-badge {
    position: relative;
    z-index: 1;
    width: 112px;
    height: 112px;
    border-radius: 999px;
    padding: 0.85rem;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(212, 175, 55, 0.55);
    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.35),
        0 0 0 6px rgba(212, 175, 55, 0.10),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
}

.stat-badge--image {
    padding: 0.65rem;
}

.stat-badge--platinum {
    width: 100%;
    max-width: 186px;
    height: auto;
    aspect-ratio: 186 / 74;
    border-radius: 999px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background:
        radial-gradient(circle at 25% 35%, rgba(255, 255, 255, 0.14), transparent 55%),
        linear-gradient(180deg, rgba(26, 108, 170, 0.95), rgba(10, 74, 132, 0.98));
    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.20),
        inset 0 -12px 28px rgba(0, 0, 0, 0.25);
    backdrop-filter: none;
}

.stat-platinum-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: rgba(255, 255, 255, 0.98);
    font-weight: 800;
    font-size: clamp(1.6rem, 3vw, 2.35rem);
    letter-spacing: 0.02em;
    text-transform: none;
    text-shadow: 0 10px 18px rgba(0, 0, 0, 0.35);
    line-height: 1;
    white-space: nowrap;
}

.stat-media {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.35));
}

.stat-icon {
    width: 54px;
    height: 54px;
    fill: var(--gold-light);
    filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.35));
}

.stat-title {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1.18;
    font-size: 1.06rem;
    text-transform: uppercase;
    text-wrap: balance;
    max-width: 26ch;
}

.stat-title::after {
    content: '';
    display: block;
    width: 56px;
    height: 2px;
    margin: 0.85rem auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.95), transparent);
    opacity: 0.95;
}

@media (prefers-reduced-motion: reduce) {
    .stat-card,
    .stat-card::after {
        transition: none;
    }
    .stat-card:hover {
        transform: none;
    }
    .stat-card:hover::after {
        opacity: 0;
    }
}

/* Social / Facebook */
.social-section {
    background: linear-gradient(135deg, rgba(10, 26, 46, 0.04) 0%, rgba(212, 175, 55, 0.03) 100%);
}

.social-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.social-grid .home-section-title {
    text-align: center;
}

.facebook-embed {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.25);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.10);
    background: white;
    width: 100%;
    max-width: 500px; /* FB Page plugin timeline max */
    margin: 0 auto;
}

.facebook-embed iframe {
    display: block;
    width: 100%;
    max-width: 100%;
}

/* Book CTA buttons (home) */
.book-cta {
    margin-top: 1.5rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.gold-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.35rem;
    min-width: 240px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: var(--navy-blue);
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 55%, var(--gold) 100%);
    border: 2px solid var(--gold-dark);
    box-shadow: var(--gold-shadow), 0 10px 28px rgba(0, 0, 0, 0.12);
    transition: transform 0.2s ease, box-shadow 0.25s ease, filter 0.25s ease;
    position: relative;
    overflow: hidden;
}

.gold-cta-button::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
    transform: translateX(-120%);
    transition: transform 0.55s ease;
}

.gold-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(212, 175, 55, 0.35), 0 12px 30px rgba(0, 0, 0, 0.16);
    filter: saturate(1.05);
}

.gold-cta-button:hover::before {
    transform: translateX(120%);
}

.gold-cta-button:active {
    transform: translateY(-1px);
}

.gold-cta-button:focus-visible {
    outline: none;
    box-shadow:
        0 0 0 4px var(--gold-glow),
        0 14px 34px rgba(212, 175, 55, 0.35),
        0 12px 30px rgba(0, 0, 0, 0.16);
}

