/*
Theme Name: Gina Ceballos | Salud Mental Materna
Theme URI: https://mktactual.com/
Author: MKT Actual
Author URI: https://mktactual.com/
Description: Tema premium de psicoterapia especializada en salud mental materna, posparto, terapia individual y de pareja. Diseño elegante, profesional y responsive.
Version: 2.1.0
Requires at least: 6.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gina-ceballos-theme
Tags: one-column, custom-menu, featured-images, theme-options, full-width-template
*/

/* ============================================
   DESIGN SYSTEM 2.0 - ELEGANCE & IMPACT
   ============================================ */

:root {
    /* ── Paleta Principal (basada en tarjeta de marca) ── */
    --gc-primary: #2B5F74;           /* Teal principal — confianza, títulos, botones */
    --gc-primary-dark: #1A4D5C;      /* Teal profundo — nombre de marca en tarjeta */
    --gc-primary-light: #3D7A8F;     /* Teal medio — hover states */
    --gc-secondary: #A9D6E5;         /* Azul claro — fondos suaves, bloques informativos */
    --gc-secondary-dark: #7EC0D4;    /* Azul claro oscuro */
    --gc-secondary-light: #D0EAF2;   /* Azul claro pálido */
    --gc-accent: #C5D66B;            /* Verde lima — acento de marca, íconos, CTAs */
    --gc-accent-dark: #B0C255;       /* Lima oscuro — hover */
    --gc-accent-light: #D6E48E;      /* Lima claro */

    /* Neutrals */
    --gc-dark: #1A4D5C;              /* Teal profundo como dark principal */
    --gc-dark-soft: #254F5E;
    --gc-gray-900: #1A4D5C;
    --gc-gray-700: #3D6272;
    --gc-gray-500: #6B8E99;
    --gc-gray-400: #94AABB;
    --gc-gray-300: #C8D6E0;
    --gc-gray-200: #E0E9EF;
    --gc-gray-100: #EFF4F7;

    /* Backgrounds */
    --gc-bg-cream: #F5F3ED;          /* Crema cálido — fondo general (de RRSS) */
    --gc-bg-sage: #EEF5E5;           /* Verde lima muy claro — secciones relajantes */
    --gc-bg-rose: #EAF4F8;           /* Azul muy claro — bloques informativos */
    --gc-bg-gold: #F0F4DE;           /* Lima pálido para acentos suaves */
    --gc-bg-white: #FFFFFF;

    /* Gradients */
    --gc-gradient-hero: linear-gradient(135deg, rgba(26, 77, 92, 0.9) 0%, rgba(43, 95, 116, 0.82) 40%, rgba(197, 214, 107, 0.5) 100%);
    --gc-gradient-soft: linear-gradient(180deg, #F5F3ED 0%, #EEF5E5 100%);
    --gc-gradient-sage: linear-gradient(135deg, #EEF5E5 0%, #EAF4F8 100%);
    --gc-gradient-rose: linear-gradient(135deg, #EAF4F8 0%, #D0EAF2 100%);
    --gc-gradient-gold: linear-gradient(135deg, rgba(197, 214, 107, 0.12) 0%, rgba(169, 214, 229, 0.08) 100%);
    --gc-gradient-dark: linear-gradient(135deg, #1A4D5C 0%, #2B5F74 100%);
    --gc-gradient-glass: linear-gradient(135deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.75) 100%);
    --gc-gradient-cta: linear-gradient(135deg, var(--gc-primary) 0%, var(--gc-accent) 100%);
    --gc-gradient-accent: linear-gradient(135deg, #52cdff 0%, #275c1a 100%);

    /* Shadows — basadas en azul para coherencia */
    --gc-shadow-sm: 0 2px 8px -2px rgba(30, 58, 95, 0.06);
    --gc-shadow-card: 0 4px 24px -4px rgba(47, 93, 140, 0.08);
    --gc-shadow-elevated: 0 16px 48px -12px rgba(47, 93, 140, 0.14);
    --gc-shadow-glow: 0 0 40px rgba(47, 93, 140, 0.1);
    --gc-shadow-gold: 0 8px 32px -8px rgba(197, 214, 107, 0.18);
    --gc-shadow-glass: 0 8px 32px rgba(30, 58, 95, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.6);

    /* Border Radius */
    --gc-radius-sm: 0.5rem;
    --gc-radius-md: 0.75rem;
    --gc-radius-lg: 1rem;
    --gc-radius-xl: 1.5rem;
    --gc-radius-2xl: 2rem;
    --gc-radius-full: 9999px;

    /* Transitions */
    --gc-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    --gc-transition-fast: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    --gc-transition-slow: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================
   BASE STYLES
   ============================================ */

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

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Cormorant Garamond', 'Georgia', serif;
    color: var(--gc-gray-700);
    background-color: var(--gc-bg-cream);
    line-height: 1.7;
    overflow-x: hidden;
}

::selection {
    background-color: var(--gc-secondary);
    color: var(--gc-primary-dark);
}

/* ============================================
   TYPOGRAPHY
   ============================================ */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cormorant Garamond', 'Georgia', serif;
    font-weight: 600;
    color: var(--gc-dark);
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.font-sans-elegant {
    font-family: 'Outfit', 'Inter', system-ui, sans-serif;
}

.text-gradient {
    background: var(--gc-gradient-cta);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-gradient-gold {
    background: var(--gc-gradient-accent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Elegant label style */
.label-elegant {
    font-family: 'Outfit', 'Inter', system-ui, sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gc-accent);
}

.label-line {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.label-line::before {
    content: '';
    display: block;
    width: 2rem;
    height: 1px;
    background: var(--gc-accent);
}

/* ============================================
   WORDPRESS CORE ACCESSIBILITY
   ============================================ */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* ============================================
   BUTTONS
   ============================================ */

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 2rem;
    background: var(--gc-primary);
    color: white;
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    border-radius: var(--gc-radius-full);
    text-decoration: none;
    transition: var(--gc-transition);
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(255,255,255,0.15) 100%);
    opacity: 0;
    transition: var(--gc-transition);
}

.btn-primary:hover {
    background: var(--gc-primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--gc-shadow-elevated);
    color: white;
}

.btn-primary:hover::before {
    opacity: 1;
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 2rem;
    background: transparent;
    color: var(--gc-primary);
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    border-radius: var(--gc-radius-full);
    text-decoration: none;
    transition: var(--gc-transition);
    border: 1.5px solid var(--gc-primary);
    cursor: pointer;
}

.btn-secondary:hover {
    background: var(--gc-primary);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--gc-shadow-card);
}

.btn-accent {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 2rem;
    background: var(--gc-accent);
    color: var(--gc-primary-dark);
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    border-radius: var(--gc-radius-full);
    text-decoration: none;
    transition: var(--gc-transition);
    border: none;
    cursor: pointer;
}

.btn-accent:hover {
    background: var(--gc-accent-dark);
    transform: translateY(-2px);
    box-shadow: var(--gc-shadow-gold);
    color: var(--gc-primary-dark);
}

.btn-white {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 2rem;
    background: white;
    color: var(--gc-primary);
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    border-radius: var(--gc-radius-full);
    text-decoration: none;
    transition: var(--gc-transition);
    border: none;
    cursor: pointer;
}

.btn-white:hover {
    background: var(--gc-bg-cream);
    transform: translateY(-2px);
    box-shadow: var(--gc-shadow-elevated);
    color: var(--gc-primary);
}

.btn-outline-white {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 2rem;
    background: transparent;
    color: white;
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    border-radius: var(--gc-radius-full);
    text-decoration: none;
    transition: var(--gc-transition);
    border: 1.5px solid rgba(255,255,255,0.4);
    cursor: pointer;
}

.btn-outline-white:hover {
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.7);
    color: white;
    transform: translateY(-2px);
}

/* ============================================
   CARDS & CONTAINERS
   ============================================ */

.card-elegant {
    background: var(--gc-bg-white);
    border-radius: var(--gc-radius-xl);
    padding: 2.5rem;
    box-shadow: var(--gc-shadow-card);
    transition: var(--gc-transition);
    border: 1px solid rgba(47, 93, 140, 0.06);
    position: relative;
    overflow: hidden;
}

.card-elegant::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--gc-gradient-cta);
    opacity: 0;
    transition: var(--gc-transition);
}

.card-elegant:hover {
    transform: translateY(-4px);
    box-shadow: var(--gc-shadow-elevated);
}

.card-elegant:hover::before {
    opacity: 1;
}

.card-glass {
    background: var(--gc-gradient-glass);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: var(--gc-radius-xl);
    padding: 2rem;
    box-shadow: var(--gc-shadow-glass);
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: var(--gc-transition);
}

.card-glass:hover {
    transform: translateY(-4px);
    box-shadow: var(--gc-shadow-elevated);
}

.card-dark {
    background: var(--gc-gradient-dark);
    border-radius: var(--gc-radius-xl);
    padding: 2.5rem;
    color: white;
    transition: var(--gc-transition);
    position: relative;
    overflow: hidden;
}

/* ============================================
   ICON CONTAINERS
   ============================================ */

.icon-circle {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: var(--gc-transition);
}

.icon-circle-primary {
    background: rgba(47, 93, 140, 0.08);
    color: var(--gc-primary);
}

.icon-circle-accent {
    background: rgba(197, 214, 107, 0.1);
    color: var(--gc-accent-dark);
}

.icon-circle-secondary {
    background: rgba(169, 214, 229, 0.15);
    color: var(--gc-primary);
}

.icon-circle-white {
    background: rgba(255, 255, 255, 0.15);
    color: white;
}

.icon-circle-lg {
    width: 4.5rem;
    height: 4.5rem;
}

/* ============================================
   HEADER & NAVIGATION
   ============================================ */

/* ── Header: estado inicial (sobre hero oscuro) ── */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: background 0.5s ease, padding 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
    padding: 0.9rem 0;
    background: rgba(30, 58, 95, 0.35);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* ── Header: al hacer scroll (fondo sólido claro) ── */
.site-header.scrolled {
    background: rgba(245, 243, 237, 0.97);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 1px 20px rgba(26, 77, 92, 0.06);
    padding: 0.55rem 0;
    border-bottom: 1px solid rgba(43, 95, 116, 0.06);
}

/* ── Colores de texto: estado inicial (blanco sobre hero) ── */
.site-header .site-brand-name {
    color: white;
}

.site-header .site-brand-sub {
    color: rgba(184, 223, 193, 0.85);
}

.site-header .nav-link {
    color: rgba(255, 255, 255, 0.7);
}

.site-header .nav-link:hover,
.site-header .nav-link.active {
    color: white;
}

.site-header .mobile-toggle span {
    background: white;
}

/* ── Colores de texto: al hacer scroll (oscuro) ── */
.site-header.scrolled .site-brand-name {
    color: var(--gc-primary-dark);
}

.site-header.scrolled .site-brand-sub {
    color: var(--gc-accent-dark);
}

.site-header.scrolled .nav-link {
    color: var(--gc-gray-500);
}

.site-header.scrolled .nav-link:hover,
.site-header.scrolled .nav-link.active {
    color: var(--gc-primary);
}

.site-header.scrolled .mobile-toggle span {
    background: var(--gc-dark);
}

/* ── Botones del header: estado inicial ── */
.site-header .nav-cta .btn-secondary {
    border-color: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.85);
    background: transparent;
}

.site-header .nav-cta .btn-secondary:hover {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

/* ── Header en páginas internas (fondo claro desde inicio) ── */
.site-header.header-light {
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid rgba(47, 93, 140, 0.06);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.site-header.header-light .site-brand-name {
    color: var(--gc-primary-dark);
}

.site-header.header-light .site-brand-sub {
    color: var(--gc-accent-dark);
}

.site-header.header-light .nav-link {
    color: var(--gc-gray-500);
}

.site-header.header-light .nav-link:hover,
.site-header.header-light .nav-link.active {
    color: var(--gc-primary);
}

.site-header.header-light .mobile-toggle span {
    background: var(--gc-dark);
}

.site-header.header-light .nav-cta .btn-secondary {
    border-color: var(--gc-primary);
    color: var(--gc-primary);
    background: transparent;
}

.site-header.header-light .nav-cta .btn-secondary:hover {
    background: var(--gc-primary);
    color: white;
}

/* ── Botones del header: al scroll ── */
.site-header.scrolled .nav-cta .btn-secondary {
    border-color: var(--gc-primary);
    color: var(--gc-primary);
    background: transparent;
}

.site-header.scrolled .nav-cta .btn-secondary:hover {
    background: var(--gc-primary);
    color: white;
}

.header-inner {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-brand {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.site-brand-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.35rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.1;
    transition: color 0.4s ease;
}

.site-brand-sub {
    font-family: 'Outfit', sans-serif;
    font-size: 0.6rem;
    font-weight: 400;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-top: 2px;
    transition: color 0.4s ease;
}

.nav-desktop {
    display: none;
}

@media (min-width: 1024px) {
    .nav-desktop {
        display: flex;
        align-items: center;
        gap: 2.5rem;
    }
}

.nav-link {
    font-family: 'Outfit', sans-serif;
    font-size: 0.78rem;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.03em;
    transition: color 0.3s ease;
    position: relative;
    padding: 0.25rem 0;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1.5px;
    background: var(--gc-accent);
    transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.nav-cta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

/* Mobile Menu */
.mobile-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
}

@media (min-width: 1024px) {
    .mobile-toggle {
        display: none;
    }
}

.mobile-toggle span {
    display: block;
    width: 22px;
    height: 1.5px;
    background: var(--gc-dark);
    transition: var(--gc-transition);
    transform-origin: center;
}

.mobile-toggle.active span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
}

.mobile-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-toggle.active span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
}

#mobile-menu {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(250, 252, 251, 0.98);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    z-index: 999;
    padding: 6rem 2rem 2rem;
    overflow-y: auto;
}

#mobile-menu.active {
    display: flex;
    flex-direction: column;
    animation: fadeIn 0.3s ease;
}

#mobile-menu .mobile-nav-link {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 500;
    color: var(--gc-dark);
    text-decoration: none;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--gc-gray-200);
    transition: var(--gc-transition-fast);
}

#mobile-menu .mobile-nav-link:hover {
    color: var(--gc-primary);
    padding-left: 1rem;
}

/* ============================================
   HERO SECTIONS
   ============================================ */

/* ── Hero Split: 2 columnas ── */
.hero-split-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
    padding: 7rem 0 3rem;
}

.hero-split-text {
    max-width: 32rem;
}

.hero-split-image {
    display: none;
    position: relative;
    padding: 1rem;
}

@media (min-width: 1024px) {
    .hero-split-grid {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        padding: 6rem 0 4rem;
    }

    .hero-split-image {
        display: block;
    }
}

@media (min-width: 1280px) {
    .hero-split-grid {
        grid-template-columns: 1.1fr 0.9fr;
        gap: 4rem;
    }
}

.hero-main {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-main .hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-main .hero-overlay {
    position: absolute;
    inset: 0;
    background: var(--gc-gradient-hero);
}

.hero-page {
    position: relative;
    padding: 10rem 0 5rem;
    background: var(--gc-gradient-soft);
    overflow: hidden;
}

.hero-page::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 60%;
    height: 200%;
    background: radial-gradient(ellipse, rgba(201, 169, 110, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

/* ============================================
   SECTIONS
   ============================================ */

.section {
    padding: 6rem 0;
    position: relative;
}

.section-lg {
    padding: 8rem 0;
}

.container {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 2rem;
}

.container-narrow {
    max-width: 60rem;
    margin: 0 auto;
    padding: 0 2rem;
}

.container-xs {
    max-width: 48rem;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Section Headers */
.section-header {
    text-align: center;
    max-width: 42rem;
    margin: 0 auto 4rem;
}

.section-header .label-elegant {
    margin-bottom: 1rem;
    display: block;
}

.section-header h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 1.25rem;
}

.section-header p {
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    color: var(--gc-gray-500);
    line-height: 1.7;
}

/* Section Dividers */
.divider-elegant {
    width: 4rem;
    height: 2px;
    background: var(--gc-gradient-accent);
    margin: 0 auto;
    border: none;
}

/* ============================================
   DECORATIVE ELEMENTS
   ============================================ */

.decor-circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0.5;
}

.decor-circle-primary {
    background: radial-gradient(circle, rgba(47, 93, 140, 0.07) 0%, transparent 70%);
}

.decor-circle-accent {
    background: radial-gradient(circle, rgba(201, 169, 110, 0.08) 0%, transparent 70%);
}

.decor-circle-rose {
    background: radial-gradient(circle, rgba(196, 145, 123, 0.06) 0%, transparent 70%);
}

.decor-dots {
    position: absolute;
    width: 120px;
    height: 120px;
    background-image: radial-gradient(circle, var(--gc-accent) 1px, transparent 1px);
    background-size: 12px 12px;
    opacity: 0.15;
    pointer-events: none;
}

.decor-line {
    position: absolute;
    height: 1px;
    background: var(--gc-gradient-accent);
    opacity: 0.2;
    pointer-events: none;
}

/* ============================================
   STATS BAR
   ============================================ */

.stats-bar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    padding: 2.5rem;
    background: var(--gc-bg-white);
    border-radius: var(--gc-radius-2xl);
    box-shadow: var(--gc-shadow-elevated);
    position: relative;
    z-index: 2;
    margin-top: -3rem;
}

@media (min-width: 768px) {
    .stats-bar {
        grid-template-columns: repeat(4, 1fr);
        gap: 0;
        padding: 3rem 2rem;
    }
}

.stat-item {
    text-align: center;
    position: relative;
}

@media (min-width: 768px) {
    .stat-item:not(:last-child)::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 50%;
        background: var(--gc-gray-200);
    }
}

.stat-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--gc-primary);
    line-height: 1;
    margin-bottom: 0.25rem;
}

.stat-label {
    font-family: 'Outfit', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--gc-gray-500);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* ============================================
   TESTIMONIALS
   ============================================ */

.testimonial-card {
    background: var(--gc-bg-white);
    border-radius: var(--gc-radius-xl);
    padding: 2.5rem;
    box-shadow: var(--gc-shadow-card);
    position: relative;
    transition: var(--gc-transition);
    border: 1px solid rgba(47, 93, 140, 0.05);
}

.testimonial-card::before {
    content: '\201C';
    position: absolute;
    top: 1.5rem;
    left: 2rem;
    font-family: 'Cormorant Garamond', serif;
    font-size: 5rem;
    line-height: 1;
    color: var(--gc-accent);
    opacity: 0.2;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--gc-shadow-elevated);
}

.testimonial-stars {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 1.25rem;
}

.testimonial-stars svg {
    width: 1rem;
    height: 1rem;
    fill: var(--gc-accent);
}

.testimonial-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-style: italic;
    color: var(--gc-gray-700);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.testimonial-avatar {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: var(--gc-gradient-sage);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Outfit', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--gc-primary);
}

.testimonial-name {
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--gc-dark);
}

.testimonial-role {
    font-family: 'Outfit', sans-serif;
    font-size: 0.75rem;
    color: var(--gc-gray-500);
}

/* ============================================
   FAQ SECTION
   ============================================ */

.faq-item {
    background: var(--gc-bg-white);
    border-radius: var(--gc-radius-lg);
    margin-bottom: 0.75rem;
    overflow: hidden;
    border: 1px solid rgba(47, 93, 140, 0.06);
    transition: var(--gc-transition);
}

.faq-item:hover {
    border-color: rgba(47, 93, 140, 0.1);
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    cursor: pointer;
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--gc-dark);
    transition: var(--gc-transition-fast);
    border: none;
    background: none;
    width: 100%;
    text-align: left;
}

.faq-question:hover {
    color: var(--gc-primary);
}

.faq-question svg {
    width: 1.25rem;
    height: 1.25rem;
    color: var(--gc-accent);
    transition: var(--gc-transition);
    flex-shrink: 0;
}

.faq-item.active .faq-question svg {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer-inner {
    padding: 0 1.5rem 1.5rem;
    font-family: 'Outfit', sans-serif;
    font-size: 0.9rem;
    color: var(--gc-gray-500);
    line-height: 1.7;
}

/* ============================================
   FOOTER
   ============================================ */

.site-footer {
    background: var(--gc-gradient-dark);
    color: white;
    padding: 5rem 0 0;
    position: relative;
    overflow: hidden;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: radial-gradient(ellipse at top right, rgba(201, 169, 110, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}

@media (min-width: 768px) {
    .footer-grid {
        grid-template-columns: 2fr 1fr 1fr 1fr;
        gap: 2rem;
    }
}

.footer-brand-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.footer-brand-sub {
    font-family: 'Outfit', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gc-accent);
    margin-bottom: 1rem;
}

.footer-desc {
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.footer-social {
    display: flex;
    gap: 0.75rem;
}

.footer-social a {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.6);
    transition: var(--gc-transition);
    text-decoration: none;
}

.footer-social a:hover {
    background: var(--gc-accent);
    color: white;
    transform: translateY(-2px);
}

.footer-title {
    font-family: 'Outfit', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gc-accent);
    margin-bottom: 1.5rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: var(--gc-transition-fast);
}

.footer-links a:hover {
    color: white;
    padding-left: 0.25rem;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.footer-contact-item svg {
    width: 1rem;
    height: 1rem;
    color: var(--gc-accent);
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.footer-contact-text {
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
}

.footer-bottom {
    margin-top: 4rem;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
}

@media (min-width: 768px) {
    .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
    }
}

.footer-bottom p,
.footer-bottom a {
    font-family: 'Outfit', sans-serif;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
}

.footer-bottom a {
    text-decoration: none;
    transition: var(--gc-transition-fast);
}

.footer-bottom a:hover {
    color: var(--gc-accent);
}

/* ============================================
   WHATSAPP FLOAT BUTTON
   ============================================ */

.whatsapp-float {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 9999;
    width: 56px;
    height: 56px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.35);
    transition: var(--gc-transition);
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.1) translateY(-2px);
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.45);
}

.whatsapp-float svg {
    width: 28px;
    height: 28px;
    fill: white;
}

/* Pulse animation */
.whatsapp-float::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid #25D366;
    animation: whatsappPulse 2s ease-out infinite;
}

@keyframes whatsappPulse {
    0% { transform: scale(1); opacity: 0.5; }
    100% { transform: scale(1.3); opacity: 0; }
}

/* ============================================
   ANIMATIONS
   ============================================ */

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

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

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

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

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

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

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

@keyframes shimmer {
    0% { background-position: -200% center; }
    100% { background-position: 200% center; }
}

@keyframes rotateIn {
    from { transform: rotate(-5deg) scale(0.95); opacity: 0; }
    to { transform: rotate(0) scale(1); opacity: 1; }
}

/* Animation Utility Classes */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

.animate-on-scroll.from-left {
    transform: translateX(-30px);
}

.animate-on-scroll.from-left.visible {
    transform: translateX(0);
}

.animate-on-scroll.from-right {
    transform: translateX(30px);
}

.animate-on-scroll.from-right.visible {
    transform: translateX(0);
}

.animate-on-scroll.scale {
    transform: scale(0.95);
}

.animate-on-scroll.scale.visible {
    transform: scale(1);
}

.delay-100 { transition-delay: 0.1s; }
.delay-200 { transition-delay: 0.2s; }
.delay-300 { transition-delay: 0.3s; }
.delay-400 { transition-delay: 0.4s; }
.delay-500 { transition-delay: 0.5s; }
.delay-600 { transition-delay: 0.6s; }

/* ============================================
   WORDPRESS IMAGE ALIGNMENTS
   ============================================ */

.alignnone { margin: 0.5em 1.25em 1.25em 0; }
.aligncenter { display: block; margin: 0.5em auto 1em; }
.alignright { float: right; margin: 0.5em 0 1em 1.25em; }
.alignleft { float: left; margin: 0.5em 1.25em 1em 0; }

a img.alignright { float: right; margin: 0.5em 0 1em 1.25em; }
a img.alignnone { margin: 0.5em 1.25em 1.25em 0; }
a img.alignleft { float: left; margin: 0.5em 1.25em 1em 0; }
a img.aligncenter { display: block; margin: 0.5em auto; }

.wp-caption {
    background: var(--gc-bg-white);
    border: 1px solid var(--gc-gray-200);
    border-radius: var(--gc-radius-md);
    max-width: 96%;
    padding: 0.5em 0.5em 0;
    text-align: center;
}

.wp-caption img { border: 0; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 0.875em; line-height: 1.25em; margin: 0; padding: 0 0.5em 0.5em; }

/* Gallery */
.gallery { margin-bottom: 1.5em; }
.gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; }
.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-3 .gallery-item { max-width: 33.33%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-caption { display: block; }

.wp-block-image img { max-width: 100%; height: auto; }

/* ============================================
   ENTRY CONTENT
   ============================================ */

.entry-content {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    line-height: 1.8;
}

.entry-content p { margin-bottom: 1.5em; }

.entry-content h2 {
    margin-top: 2.5em;
    margin-bottom: 1em;
    font-size: 1.75rem;
}

.entry-content h3 {
    margin-top: 2em;
    margin-bottom: 0.75em;
    font-size: 1.35rem;
}

.entry-content ul, .entry-content ol {
    margin-bottom: 1.5em;
    padding-left: 2em;
}

.entry-content li { margin-bottom: 0.5em; }

.entry-content blockquote {
    border-left: 3px solid var(--gc-accent);
    padding: 1.5em 2em;
    margin: 2.5em 0;
    background: var(--gc-bg-gold);
    border-radius: 0 var(--gc-radius-md) var(--gc-radius-md) 0;
    font-style: italic;
    color: var(--gc-dark);
}

.entry-content a {
    color: var(--gc-primary);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: var(--gc-accent);
    transition: var(--gc-transition-fast);
}

.entry-content a:hover {
    color: var(--gc-accent);
}

/* ============================================
   BLOG CARDS
   ============================================ */

.blog-card {
    background: var(--gc-bg-white);
    border-radius: var(--gc-radius-xl);
    overflow: hidden;
    box-shadow: var(--gc-shadow-card);
    transition: var(--gc-transition);
    border: 1px solid rgba(47, 93, 140, 0.05);
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--gc-shadow-elevated);
}

.blog-card-image {
    aspect-ratio: 3/2;
    overflow: hidden;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.02);
}

.blog-card-content {
    padding: 1.5rem;
}

.blog-card-meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.blog-card-category {
    font-family: 'Outfit', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gc-accent);
    background: rgba(201, 169, 110, 0.1);
    padding: 0.25rem 0.75rem;
    border-radius: var(--gc-radius-full);
}

.blog-card-date {
    font-family: 'Outfit', sans-serif;
    font-size: 0.75rem;
    color: var(--gc-gray-400);
}

.blog-card-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--gc-dark);
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.blog-card-title a {
    color: inherit;
    text-decoration: none;
    transition: var(--gc-transition-fast);
}

.blog-card-title a:hover {
    color: var(--gc-primary);
}

.blog-card-excerpt {
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    color: var(--gc-gray-500);
    line-height: 1.6;
}

/* ============================================
   PAGINATION
   ============================================ */

.pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 3rem;
}

.pagination a, .pagination span {
    font-family: 'Outfit', sans-serif;
    padding: 0.5rem 1rem;
    border-radius: var(--gc-radius-md);
    transition: var(--gc-transition-fast);
    font-size: 0.85rem;
    text-decoration: none;
    color: var(--gc-gray-500);
}

.pagination a:hover {
    background: var(--gc-bg-sage);
    color: var(--gc-primary);
}

.pagination .current {
    background: var(--gc-primary);
    color: white;
}

/* ============================================
   CONTACT FORM 7
   ============================================ */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    padding: 0.875rem 1.25rem;
    border: 1.5px solid var(--gc-gray-200);
    border-radius: var(--gc-radius-lg);
    font-family: 'Outfit', sans-serif;
    font-size: 0.9rem;
    color: var(--gc-dark);
    background: var(--gc-bg-white);
    transition: var(--gc-transition);
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
    outline: none;
    border-color: var(--gc-primary);
    box-shadow: 0 0 0 4px rgba(47, 93, 140, 0.07);
}

.wpcf7 input[type="submit"] {
    background: var(--gc-primary);
    color: white;
    padding: 0.875rem 2.5rem;
    border: none;
    border-radius: var(--gc-radius-full);
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: var(--gc-transition);
}

.wpcf7 input[type="submit"]:hover {
    background: var(--gc-primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--gc-shadow-elevated);
}

/* ============================================
   FORM STYLES (Custom)
   ============================================ */

.form-group {
    margin-bottom: 1.25rem;
}

.form-label {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--gc-gray-700);
    margin-bottom: 0.5rem;
    letter-spacing: 0.02em;
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 0.875rem 1.25rem;
    border: 1.5px solid var(--gc-gray-200);
    border-radius: var(--gc-radius-lg);
    font-family: 'Outfit', sans-serif;
    font-size: 0.9rem;
    color: var(--gc-dark);
    background: var(--gc-bg-white);
    transition: var(--gc-transition);
}

.form-input:focus,
.form-textarea:focus {
    outline: none;
    border-color: var(--gc-primary);
    box-shadow: 0 0 0 4px rgba(47, 93, 140, 0.07);
}

.form-textarea {
    min-height: 140px;
    resize: vertical;
}

/* ============================================
   SERVICE CARDS (Custom)
   ============================================ */

.service-card {
    background: var(--gc-bg-white);
    border-radius: var(--gc-radius-xl);
    padding: 2.5rem;
    box-shadow: var(--gc-shadow-card);
    transition: var(--gc-transition);
    border: 1px solid rgba(47, 93, 140, 0.05);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.service-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gc-gradient-cta);
    transform: scaleX(0);
    transition: var(--gc-transition);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--gc-shadow-elevated);
}

.service-card:hover::after {
    transform: scaleX(1);
}

.service-icon {
    width: 4.5rem;
    height: 4.5rem;
    margin: 0 auto 1.5rem;
    border-radius: var(--gc-radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--gc-transition);
}

.service-icon svg {
    width: 2rem;
    height: 2rem;
}

.service-card:hover .service-icon {
    transform: scale(1.1);
}

.service-tag {
    display: inline-block;
    font-family: 'Outfit', sans-serif;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.25rem 0.75rem;
    border-radius: var(--gc-radius-full);
    margin-bottom: 1rem;
}

.service-card h3 {
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
}

.service-card p {
    font-family: 'Outfit', sans-serif;
    font-size: 0.9rem;
    color: var(--gc-gray-500);
    line-height: 1.7;
}

/* ============================================
   APPROACH / FEATURE CARDS
   ============================================ */

.approach-card {
    display: flex;
    gap: 1.25rem;
    padding: 1.5rem;
    border-radius: var(--gc-radius-lg);
    transition: var(--gc-transition);
    background: transparent;
}

.approach-card:hover {
    background: var(--gc-bg-white);
    box-shadow: var(--gc-shadow-sm);
}

.approach-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--gc-accent);
    opacity: 0.3;
    line-height: 1;
    flex-shrink: 0;
}

.approach-card h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--gc-dark);
    margin-bottom: 0.5rem;
}

.approach-card p {
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    color: var(--gc-gray-500);
    line-height: 1.6;
}

/* ============================================
   CTA SECTION
   ============================================ */

.cta-section {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}

.cta-section .cta-bg {
    position: absolute;
    inset: 0;
    background: var(--gc-gradient-hero);
}

.cta-section .cta-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    background-image: radial-gradient(circle at 20% 50%, white 1px, transparent 1px),
                       radial-gradient(circle at 80% 20%, white 1px, transparent 1px),
                       radial-gradient(circle at 60% 80%, white 1px, transparent 1px);
    background-size: 60px 60px, 80px 80px, 40px 40px;
}

.cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
}

.cta-content h2 {
    color: white;
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 1rem;
}

.cta-content p {
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
    color: rgba(255,255,255,0.85);
    max-width: 36rem;
    margin: 0 auto 2.5rem;
    line-height: 1.7;
}

.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

/* ============================================
   IMAGE TREATMENTS
   ============================================ */

.img-elegant {
    border-radius: var(--gc-radius-2xl);
    overflow: hidden;
    position: relative;
}

.img-elegant img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.6s ease;
}

.img-elegant:hover img {
    transform: scale(1.015);
}

.img-frame {
    position: relative;
}

.img-frame::before {
    content: '';
    position: absolute;
    top: -1rem;
    left: -1rem;
    right: 1rem;
    bottom: 1rem;
    border: 2px solid var(--gc-accent);
    border-radius: var(--gc-radius-2xl);
    opacity: 0.3;
    z-index: -1;
}

.img-badge {
    position: absolute;
    bottom: 1.5rem;
    right: -1rem;
    background: var(--gc-accent);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: var(--gc-radius-lg);
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    box-shadow: var(--gc-shadow-gold);
    z-index: 2;
}

/* ============================================
   RESPONSIVE UTILITIES
   ============================================ */

@media (max-width: 767px) {
    .section { padding: 4rem 0; }
    .section-lg { padding: 5rem 0; }
    .container { padding: 0 1.25rem; }
    .hero-page { padding: 7rem 0 3rem; }
    .card-elegant { padding: 1.75rem; }
    .stats-bar { margin-top: -2rem; }
    .stat-number { font-size: 2rem; }
}

@media (max-width: 480px) {
    .btn-primary,
    .btn-secondary,
    .btn-accent,
    .btn-white,
    .btn-outline-white {
        padding: 0.75rem 1.5rem;
        font-size: 0.8rem;
    }
}

/* ============================================
   SCROLL PROGRESS BAR
   ============================================ */

.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 2px;
    background: var(--gc-gradient-cta);
    z-index: 10000;
    width: 0%;
    transition: width 0.1s linear;
}
