/* Start custom CSS for html, class: .elementor-element-8acf597 */:root {
    --ga-green: #0e6b4a;
    --ga-green-dark: #094a33;
    --ga-gold: #f0b323;
    --ga-gold-light: #f5c14d;
    --ga-text: #2b2b2b;
    --ga-bg-soft: #f4f7f5;
    --ga-border: #e3e8e5;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--ga-text);
    line-height: 1.65;
    background: #fff;
}

/* ===================== OCULTAR TÍTULO DE WORDPRESS ===================== */
/* Cubre los nombres más comunes: tema clásico, Elementor, bloques de WP */
.entry-title,
.page-title,
.elementor-heading-title,
header.entry-header,
.wp-block-post-title,
h1.entry-title,
h1.page-title {
    display: none !important;
}

/* ===================== HEADER / NAV ===================== */
.ga-header {
    background: #fff;
    padding: 18px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    z-index: 100;
}

.ga-logo-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ga-logo-icon {
    width: 60px;
    height: 60px;
    background: #d9d9d9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    position: relative;
}
.ga-logo-icon::after {
    content: '';
    position: absolute;
    bottom: -6px;
    width: 50px;
    height: 12px;
    background: var(--ga-green);
    border-radius: 50%;
    z-index: -1;
}

.ga-logo-text {
    font-size: 28px;
    font-weight: 800;
    font-style: italic;
    line-height: 1;
}
.ga-logo-text .green { color: var(--ga-green); }
.ga-logo-text .gold { color: var(--ga-gold); }
.ga-logo-tagline {
    font-size: 11px;
    color: var(--ga-green);
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 4px;
}

.ga-nav {
    display: flex;
    align-items: center;
    gap: 35px;
}
.ga-nav a {
    color: var(--ga-green);
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
}
.ga-nav a:hover { color: var(--ga-gold); }

.ga-btn-cta {
    background: var(--ga-green);
    color: #fff !important;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 800 !important;
    transition: background 0.3s;
}
.ga-btn-cta:hover { background: var(--ga-green-dark); color: #fff !important; }

/* ===================== HERO ===================== */
.ga-hero {
    background: linear-gradient(rgba(9, 74, 51, 0.55), rgba(9, 74, 51, 0.55)),
                url('https://images.unsplash.com/photo-1535131749006-b7f58c99034b?w=1600') center/cover !important;
    min-height: 200px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    text-align: center !important;
    padding: 35px 20px;
}
.ga-hero h1,
.ga-hero h1 a,
.ga-hero h1 span {
    font-size: 44px !important;
    font-style: italic !important;
    font-weight: 800 !important;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
    margin-bottom: 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    -webkit-text-fill-color: #ffffff !important;
    text-decoration: none !important;
    line-height: 1.2 !important;
}
.ga-hero__subtitle {
    font-size: 20px;
    max-width: 720px;
    margin: 0 auto;
    text-shadow: 1px 1px 6px rgba(0,0,0,0.5);
    font-weight: 300;
}
.ga-hero__subtitle strong { color: var(--ga-gold); font-weight: 700; }

.ga-lead {
    font-size: 19px;
    line-height: 1.7;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    max-width: 850px;
    margin: 0 auto 50px;
    color: #444;
}
.ga-lead strong { color: var(--ga-green); }

/* ===================== CONTENT ===================== */
.ga-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 30px;
}

.ga-title {
    text-align: center;
    font-size: 38px;
    font-style: italic;
    font-weight: 800;
    color: var(--ga-green);
    margin-bottom: 15px;
}
.ga-title .gold { color: var(--ga-gold); }

.ga-subtitle {
    text-align: center;
    color: var(--ga-green);
    font-weight: 600;
    margin-bottom: 50px;
    font-size: 16px;
}

.ga-section-heading {
    font-size: 22px;
    font-style: italic;
    font-weight: 700;
    color: var(--ga-green);
    border-left: 4px solid var(--ga-gold);
    padding-left: 14px;
    margin: 40px 0 18px;
}

.ga-text {
    font-size: 16px;
    margin-bottom: 18px;
    color: #333;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}

.ga-text a {
    color: var(--ga-green);
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid var(--ga-gold);
}
.ga-text a:hover { color: var(--ga-gold); }

.ga-text strong { color: var(--ga-green-dark); }

/* ===================== WIN/WIN/WIN CARDS ===================== */
.ga-winwin {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin: 30px 0;
}
.ga-winwin-card {
    background: var(--ga-green);
    color: #fff;
    padding: 28px 24px;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(14, 107, 74, 0.18);
    position: relative;
    overflow: hidden;
}
.ga-winwin-card::before {
    content: 'WIN';
    position: absolute;
    top: 10px;
    right: 14px;
    font-size: 12px;
    font-weight: 800;
    color: var(--ga-gold);
    letter-spacing: 2px;
}
.ga-winwin-card h4 {
    color: var(--ga-gold);
    font-style: italic;
    margin-bottom: 10px;
    font-size: 18px;
}
.ga-winwin-card p { font-size: 14px; line-height: 1.5; text-align: justify; hyphens: auto; }

/* ===================== HIGHLIGHT BOX ===================== */
.ga-highlight {
    background: var(--ga-bg-soft);
    border-left: 5px solid var(--ga-gold);
    padding: 25px 30px;
    border-radius: 8px;
    margin: 30px 0;
    font-size: 16px;
    text-align: justify;
    hyphens: auto;
}
.ga-highlight strong { color: var(--ga-green); }

/* ===================== BENEFITS LIST ===================== */
.ga-benefits-card {
    background: #fff;
    border: 2px solid var(--ga-border);
    border-radius: 16px;
    padding: 35px 40px;
    margin-top: 25px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.04);
}
.ga-benefits-card h3 {
    color: var(--ga-green);
    font-style: italic;
    font-weight: 700;
    text-align: center;
    font-size: 22px;
    margin-bottom: 25px;
}
.ga-benefits-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 14px 30px;
}
.ga-benefits-list li {
    padding-left: 30px;
    position: relative;
    font-size: 15px;
    color: #333;
    text-align: left;
}
.ga-benefits-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--ga-green);
    font-weight: 800;
    font-size: 18px;
}

/* ===================== SIGNATURE ===================== */
.ga-signature {
    text-align: center;
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid var(--ga-border);
    font-size: 18px;
    color: var(--ga-green);
    font-weight: 600;
    letter-spacing: 0.5px;
}
.ga-signature .heart {
    color: var(--ga-green);
    font-size: 16px;
    margin: 0 6px;
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 992px) {
    .ga-hero { min-height: 170px; padding: 30px 20px; }
    .ga-hero h1 { font-size: 36px; }
    .ga-container { padding: 50px 24px; }
    .ga-lead { font-size: 17px; }
    .ga-winwin { gap: 16px; }
}

@media (max-width: 768px) {
    .ga-hero { min-height: 140px; padding: 24px 16px; }
    .ga-hero h1 { font-size: 28px; line-height: 1.15; }
    .ga-container { padding: 40px 18px; }
    .ga-title { font-size: 26px; }
    .ga-section-heading { font-size: 19px; margin: 32px 0 14px; }
    .ga-lead { font-size: 16px; line-height: 1.6; margin-bottom: 35px; }
    .ga-text { font-size: 15px; line-height: 1.6; }
    .ga-winwin { grid-template-columns: 1fr; gap: 14px; margin: 24px 0; }
    .ga-winwin-card { padding: 22px 20px; }
    .ga-highlight { padding: 18px 20px; font-size: 15px; }
    .ga-benefits-card { padding: 25px 20px; }
    .ga-benefits-card h3 { font-size: 19px; }
    .ga-benefits-list { grid-template-columns: 1fr; gap: 12px; }
    .ga-benefits-list li { font-size: 14px; }
    .ga-final-cta { padding: 35px 20px; margin-top: 30px; }
    .ga-final-cta h3 { font-size: 22px; line-height: 1.3; }
    .ga-signature { font-size: 16px; margin-top: 40px; padding-top: 24px; }
}

@media (max-width: 480px) {
    .ga-hero h1 { font-size: 24px; }
    .ga-container { padding: 30px 14px; }
    .ga-lead, .ga-text, .ga-highlight, .ga-winwin-card p {
        text-align: left;
        hyphens: none;
    }
    .ga-section-heading { font-size: 17px; padding-left: 10px; border-left-width: 3px; }
    .ga-benefits-card { padding: 22px 16px; }
    .ga-signature { font-size: 15px; }
}/* End custom CSS */