/* Start custom CSS for html, class: .elementor-element-6d388e0 *//* ============================================================
   CV Gabriel De la Rosa - Golf Affinity
   Hoja de estilos
   ============================================================ */

: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 PÁGINA DE WORDPRESS
   (ej: "CURRICULUM GABRIEL DE LA ROSA")
   ============================================================ */
.page .entry-title,
.page-title,
.elementor-page-title,
.elementor-heading-title.page-title,
h1.entry-title,
.entry-header .entry-title,
header.entry-header,
.elementor-widget-theme-page-title,
.breadcrumbs + h1,
.site-content > .container > h1:first-child {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ===================== HERO ===================== */
.ga-hero {
    background:
        linear-gradient(135deg, rgba(9, 74, 51, 0.92) 0%, rgba(14, 107, 74, 0.78) 60%, rgba(240, 179, 35, 0.55) 100%),
        url('https://images.unsplash.com/photo-1587174486073-ae5e5cff23aa?w=1600') center/cover !important;
    min-height: 260px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    text-align: center !important;
    padding: 50px 20px 55px;
    position: relative;
    overflow: hidden;
    /* Full-width breakout: ignora el contenedor padre */
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    box-sizing: border-box;
}
.ga-hero::before,
.ga-hero::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 1px;
    background: var(--ga-gold);
    opacity: 0.85;
}
.ga-hero::before { top: 38px; }
.ga-hero::after { bottom: 38px; }

.ga-hero__eyebrow {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: var(--ga-gold);
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 14px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.ga-hero h1,
.ga-hero h1 a,
.ga-hero h1 span {
    font-size: 46px !important;
    font-style: italic !important;
    font-weight: 800 !important;
    text-shadow: 2px 2px 12px rgba(0,0,0,0.45);
    margin-bottom: 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    -webkit-text-fill-color: #ffffff !important;
    text-decoration: none !important;
    line-height: 1.15 !important;
    letter-spacing: 0.5px;
}
.ga-hero h1 .accent {
    color: var(--ga-gold) !important;
    -webkit-text-fill-color: var(--ga-gold) !important;
    font-style: italic !important;
}

/* ===================== CONTENT ===================== */
.ga-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 30px;
}

/* ===================== PROFILE HEADER ===================== */
.ga-profile {
    text-align: center;
    margin-bottom: 50px;
}

.ga-profile__photo-wrap {
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
}
.ga-profile__photo {
    width: 200px !important;
    height: 200px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    border: 5px solid #fff !important;
    box-shadow: 0 8px 28px rgba(9, 74, 51, 0.25);
    position: relative;
    z-index: 2;
    display: block;
    max-width: 200px !important;
    aspect-ratio: 1 / 1;
}
.ga-profile__photo-wrap::before {
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ga-gold), var(--ga-green));
    z-index: 1;
}

.ga-profile__overline {
    display: block;
    font-size: 13px;
    color: var(--ga-gold);
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.ga-profile__name {
    font-size: 42px;
    font-style: italic;
    font-weight: 800;
    color: var(--ga-green);
    line-height: 1.1;
    margin-bottom: 14px;
    letter-spacing: 0.5px;
}

.ga-profile__role {
    font-size: 16px;
    color: #666;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.ga-profile__role .sep {
    color: var(--ga-gold);
    margin: 0 10px;
}

/* ===================== INTRO ===================== */
.ga-lead {
    font-size: 18px;
    line-height: 1.75;
    text-align: center;
    max-width: 780px;
    margin: 0 auto 60px;
    color: #444;
    font-weight: 300;
}
.ga-lead strong { color: var(--ga-green); font-weight: 600; }

/* ===================== TIMELINE / CV ===================== */
.ga-cv {
    position: relative;
    padding: 20px 0;
}
.ga-cv::before {
    content: '';
    position: absolute;
    left: 32px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, var(--ga-gold), var(--ga-green) 50%, transparent);
}

.ga-cv-item {
    position: relative;
    padding-left: 90px;
    padding-bottom: 30px;
}
.ga-cv-item:last-child { padding-bottom: 0; }

.ga-cv-item__dot {
    position: absolute;
    left: 18px;
    top: 4px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid var(--ga-green);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ga-green);
    font-weight: 800;
    font-size: 13px;
    box-shadow: 0 0 0 6px #fff, 0 4px 12px rgba(14, 107, 74, 0.18);
    z-index: 2;
}

.ga-cv-item__year {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    color: var(--ga-gold);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.ga-cv-item__title {
    font-size: 19px;
    font-weight: 700;
    color: var(--ga-green);
    font-style: italic;
    margin-bottom: 6px;
    line-height: 1.35;
}

.ga-cv-item__location {
    font-size: 14px;
    color: #777;
    font-weight: 500;
}
.ga-cv-item__location::before {
    content: '◆';
    color: var(--ga-gold);
    margin-right: 8px;
    font-size: 10px;
    vertical-align: middle;
}

/* ===================== QUOTE ===================== */
.ga-quote {
    margin: 30px auto 0;
    max-width: 760px;
    text-align: center;
    padding: 20px 30px 10px;
    position: relative;
}
.ga-quote::before {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: var(--ga-gold);
    margin: 0 auto 18px;
}
.ga-quote p {
    font-size: 22px;
    font-style: italic;
    color: var(--ga-green);
    line-height: 1.45;
    font-weight: 300;
    letter-spacing: 0.3px;
}
.ga-quote p strong {
    color: var(--ga-green-dark);
    font-weight: 600;
}
.ga-quote__attribution {
    display: block;
    margin-top: 20px;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--ga-gold);
}

/* ===================== CTA ===================== */
.ga-cta {
    text-align: center;
    margin-top: 30px;
}
.ga-cta__btn {
    display: inline-block;
    background: var(--ga-green);
    color: #fff;
    padding: 16px 42px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(14, 107, 74, 0.25);
}
.ga-cta__btn:hover {
    background: var(--ga-green-dark);
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(14, 107, 74, 0.35);
}
.ga-cta__note {
    display: block;
    margin-top: 18px;
    font-size: 13px;
    color: #888;
    letter-spacing: 0.5px;
}

/* ===================== SIGNATURE ===================== */
.ga-signature {
    text-align: center;
    margin-top: 40px;
    padding-top: 22px;
    border-top: 1px solid var(--ga-border);
    font-size: 15px;
    color: var(--ga-green);
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.5px;
}
.ga-signature .heart {
    color: var(--ga-gold);
    font-size: 14px;
    margin: 0 8px;
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 992px) {
    .ga-hero { min-height: 220px; padding: 45px 20px 50px; }
    .ga-hero h1 { font-size: 38px !important; }
    .ga-container { padding: 50px 24px; }
    .ga-profile__name { font-size: 36px; }
    .ga-lead { font-size: 17px; margin-bottom: 50px; }
}

@media (max-width: 768px) {
    .ga-hero { min-height: 180px; padding: 36px 16px 40px; }
    .ga-hero::before { top: 24px; width: 50px; }
    .ga-hero::after { bottom: 24px; width: 50px; }
    .ga-hero__eyebrow { font-size: 10px; letter-spacing: 3px; margin-bottom: 10px; }
    .ga-hero h1 { font-size: 26px !important; line-height: 1.2 !important; }
    .ga-container { padding: 40px 16px; }

    .ga-profile { margin-bottom: 35px; }
    .ga-profile__photo-wrap { margin-bottom: 20px; }
    .ga-profile__photo { width: 150px !important; height: 150px !important; max-width: 150px !important; }
    .ga-profile__name { font-size: 26px; margin-bottom: 10px; }
    .ga-profile__overline { font-size: 10px; letter-spacing: 3px; margin-bottom: 6px; }
    .ga-profile__role { font-size: 12px; letter-spacing: 0.8px; }
    .ga-profile__role .sep { display: block; margin: 4px 0; visibility: hidden; height: 2px; }

    .ga-lead { font-size: 15px; line-height: 1.65; margin-bottom: 35px; padding: 0 4px; }

    .ga-cv { padding: 10px 0; }
    .ga-cv::before { left: 18px; }
    .ga-cv-item { padding-left: 58px; padding-bottom: 26px; }
    .ga-cv-item__dot { left: 4px; top: 2px; width: 28px; height: 28px; font-size: 11px; box-shadow: 0 0 0 4px #fff, 0 4px 10px rgba(14, 107, 74, 0.18); }
    .ga-cv-item__year { font-size: 10px; letter-spacing: 1.5px; }
    .ga-cv-item__title { font-size: 15px; line-height: 1.3; margin-bottom: 4px; }
    .ga-cv-item__location { font-size: 12px; }
    .ga-cv-item__location::before { font-size: 8px; margin-right: 6px; }

    .ga-quote { padding: 22px 16px 8px; margin-top: 25px; }
    .ga-quote::before { width: 30px; margin-bottom: 14px; }
    .ga-quote p { font-size: 17px; line-height: 1.45; }
    .ga-quote__attribution { font-size: 9px; letter-spacing: 2.5px; margin-top: 12px; }

    .ga-cta { margin-top: 22px; }
    .ga-cta__btn { padding: 13px 28px; font-size: 12px; letter-spacing: 1.2px; }
    .ga-cta__note { font-size: 12px; margin-top: 14px; padding: 0 8px; }

    .ga-signature { margin-top: 32px; padding-top: 18px; font-size: 13px; padding-left: 10px; padding-right: 10px; }
}

@media (max-width: 480px) {
    .ga-hero { min-height: 160px; padding: 32px 14px 36px; }
    .ga-hero__eyebrow { font-size: 9px; letter-spacing: 2.5px; }
    .ga-hero h1 { font-size: 22px !important; }
    .ga-container { padding: 32px 14px; }

    .ga-profile__photo { width: 130px !important; height: 130px !important; max-width: 130px !important; border-width: 4px !important; }
    .ga-profile__photo-wrap::before { inset: -6px; }
    .ga-profile__name { font-size: 22px; }
    .ga-profile__overline { font-size: 9px; letter-spacing: 2.5px; }

    .ga-lead { font-size: 14px; }

    .ga-cv-item { padding-left: 52px; }
    .ga-cv-item__title { font-size: 14px; }

    .ga-quote p { font-size: 15px; }
}/* End custom CSS */