:root {
    --pg-gold: #e2b229;
    --pg-secondary: #b8903f;
    --pg-black: #1b1b1a;
    --pg-orange: #a57c39;
    --pg-orange-dark: #a8573a;
    --pg-off-white: #faf9f6;

    /* Extras */
    --pg-white: #ffffff;
    --pg-border: rgba(27, 27, 26, 0.08);
    --pg-border-hover: rgba(226, 178, 41, 0.25);
    --pg-shadow: 0 10px 30px rgba(27, 27, 26, 0.08);
    --pg-shadow-hover: 0 20px 45px rgba(27, 27, 26, 0.15);
    --pg-gradient: linear-gradient(135deg, var(--pg-gold), var(--pg-orange));
}

/* ===== General helpers ===== */
.single-project-style1 .img-holder img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.hover-bg-light {
    transition: all 0.3s ease;
}

.transition-all {
    transition: all 0.3s ease;
}

.custom-btn {
    background: linear-gradient(135deg, var(--pg-gold), var(--pg-orange));
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.custom-border-btn {
    border: 2px solid var(--pg-gold);
    background: transparent;
    color: var(--pg-gold);
}

.custom-border-btn:hover {
    background: var(--pg-gold);
    color: var(--pg-off-white);
}

.hover-bg-light:hover {
    background-color: #f5f5f5 !important;
    transform: translateY(-2px);
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: #d7ae59 !important;
    box-shadow: 0 0 0 0.2rem rgba(215, 174, 89, 0.25) !important;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(199, 111, 77, 0.3) !important;
    background-color: #b8634a !important;
    border-color: #b8634a !important;
}

@media (max-width: 768px) {
    .contact-section {
        padding: 60px 0;
    }

    .contact-form-card {
        padding: 2rem !important;
    }

    .stats-strip .stat-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding-bottom: 18px;
        margin-bottom: 18px;
    }
}

.partner-logo {
    max-height: 100px;
    transition:
        transform 0.3s ease,
        filter 0.3s ease;
}

.partner-logo:hover {
    transform: scale(1.1);
    filter: grayscale(0%);
}

.logo-pacifico {
    max-height: 120px;
}

svg {
    display: block;
    margin-bottom: -1px;
}

/* ===== Hero trust badge ===== */
.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 22px;
    backdrop-filter: blur(4px);
}

.hero-eyebrow i {
    color: var(--pg-gold);
}

/* ===== Stats strip under hero ===== */
.stats-strip {
    background: var(--blueprint);
    padding: 42px 0;
}

.stats-strip .stat-item {
    text-align: center;
    color: #fff;
}

.stats-strip .stat-number {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--pg-gold);
    line-height: 1;
    display: block;
    margin-bottom: 6px;
}

.stats-strip .stat-label {
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    opacity: 0.85;
}

/* ===== Location / coverage section ===== */
.location-section {
    padding: 90px 0;
    background-color: var(--off-white);
}

.location-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(44, 44, 44, 0.08);
    overflow: hidden;
    height: 100%;
}

.location-map iframe {
    width: 100%;
    height: 100%;
    min-height: 320px;
    border: 0;
    display: block;
}

.location-text {
    padding: 45px;
}

.location-badge {
    display: inline-block;
    background: rgba(215, 174, 89, 0.12);
    color: var(--pg-gold-dark);
    font-weight: 600;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
}

.coverage-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
}

.coverage-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    color: var(--pg-gold-dark);
}

.coverage-list li i {
    color: var(--pg-orange);
    margin-top: 4px;
}

* {
    font-family:
        "Poppins",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        sans-serif;
}

.logo-grande {
    max-width: 100px;
    width: 100%;
    height: auto;
}

/* ===== Navbar ===== */
.apple-navbar {
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
    padding: 2px 0 !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.apple-navbar-dark {
    background: rgba(0, 0, 0, 0.8) !important;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
}

.apple-navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.85) !important;
}
.apple-navbar .nav-link {
    position: relative;
}

.apple-navbar .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 0;
    height: 3px;
    background: var(--pg-gold);
    border-radius: 10px;
    transition: 0.3s ease;
    transform: translateX(-50%);
}
.apple-navbar .nav-link:hover::after,
.apple-navbar .nav-link.current::after {
    width: 100%;
}

.navbar-brand {
    padding: 0;
    margin-right: 1rem;
}

.logo-apple {
    height: 32px;
    width: auto;
    transition: opacity 0.2s ease;
}

.logo-apple:hover {
    opacity: 0.8;
}

.navbar-nav {
    align-items: center;
    text-align: center;
}

.navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.7) !important;
    font-weight: 500;
    font-size: 15px;
    padding: 6px 14px !important;
    margin: 0 2px;
    border-radius: 6px;
    transition: all 0.2s ease;
    position: relative;
    text-decoration: none;
}

.navbar-nav .nav-link:hover {
    color: var(--brand-orange) !important;
    background-color: rgba(215, 174, 89, 0.1);
    transform: translateY(-1px);
}

.navbar-nav .nav-link.current {
    color: var(--pg-orange) !important;

    font-weight: 600;
}

.nav-cta {
    background: linear-gradient(135deg, var(--brand-gold), var(--brand-orange));
    color: #fff !important;
    border-radius: 50px !important;
    padding: 8px 22px !important;
    margin-left: 8px;
    font-weight: 600 !important;
}

.nav-cta:hover {
    color: #fff !important;
    background: linear-gradient(135deg, var(--brand-orange), var(--brand-gold));
    box-shadow: 0 4px 14px rgba(199, 111, 77, 0.35);
}

.navbar-toggler {
    border: none;
    padding: 4px 2px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.hamburger-icon {
    display: flex;
    flex-direction: column;
    width: 18px;
    height: 14px;
    justify-content: space-between;
}

.hamburger-line {
    width: 100%;
    height: 1.5px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 1px;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.navbar-toggler[aria-expanded="true"] .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(3px, 3px);
}

.navbar-toggler[aria-expanded="true"] .hamburger-line:nth-child(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
}

.navbar-collapse {
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: saturate(180%) blur(20px);
    border-radius: 24px;
    margin-top: 2px;
    padding: 10px;
}

.apple-navbar-dark .navbar-collapse {
    background: rgba(0, 0, 0, 0.95);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

body {
    padding-top: 80px;
}

.hero-section {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    text-align: center;
    color: white;
    z-index: 2;
    max-width: 600px;
    padding: 0 20px;
}

.hero-content h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-content p {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 2rem;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary-apple {
    border: none;
    color: white;
    padding: 8px 24px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-primary-apple:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 122, 255, 0.4);
    color: white;
}

.btn-secondary-apple {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 8px 8px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
    backdrop-filter: blur(10px);
}

.btn-secondary-apple:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    color: white;
}

.video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.navbar-scrolled {
    background: rgba(255, 255, 255, 0.95) !important;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.15);
}

.navbar-scrolled.apple-navbar-dark {
    background: rgba(0, 0, 0, 0.95) !important;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.15);
}

/* ===== WhatsApp floating button ===== */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 1040;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease;
    color: #fff;
    font-size: 28px;
}

.whatsapp-float:hover {
    transform: scale(1.08);
    color: #fff;
}

/* ===== Footer ===== */
.site-footer {
    background: #2c2c2c;
    color: rgba(255, 255, 255, 0.75);
    padding: 60px 0 0;
}

.site-footer h6 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
}

.site-footer a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer a:hover {
    color: var(--brand-gold);
}

.site-footer .footer-links li {
    margin-bottom: 10px;
}

.site-footer .footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
}

.site-footer .footer-contact i {
    color: var(--brand-gold);
    margin-top: 3px;
}

.site-footer .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    margin-right: 8px;
    transition: all 0.2s ease;
}

.site-footer .social-icons a:hover {
    background: var(--brand-orange);
    color: #fff;
    transform: translateY(-2px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
    padding: 18px 0;
    font-size: 0.85rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

/* Responsive */
@media (max-width: 991.98px) {
    .navbar-nav .nav-link {
        padding: 10px 16px !important;
        text-align: center;
    }

    .navbar-nav {
        width: 100%;
    }

    .nav-cta {
        margin: 8px 0 0;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 576px) {
    body {
        padding-top: 50px;
    }

    .apple-navbar {
        padding: 2px 0 !important;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .whatsapp-float {
        width: 50px;
        height: 50px;
        font-size: 24px;
        bottom: 16px;
        right: 16px;
    }
}

/* ===== Trust / stats strip ===== */
.stats-strip {
    background: var(--pg-gold-dark);
    padding: 42px 0;
}

.stats-strip .stat-item {
    text-align: center;
    color: #fff;
}

.stats-strip .stat-number {
    font-size: 2.3rem;
    font-weight: 700;
    color: var(--pg-gold);
    line-height: 1;
    display: block;
    margin-bottom: 6px;
}

.stat-label {
    color: var(--pg-black);
}

@media (max-width: 768px) {
    .stats-strip .stat-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding-bottom: 18px;
        margin-bottom: 18px;
    }
}

/* ===== Section heading helper ===== */
.pg-eyebrow {
    color: var(--pg-orange);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
    margin-bottom: 8px;
    display: block;
}

.pg-title {
    font-weight: 700;
    color: var(--pg-black);
    margin-bottom: 14px;
}

.pg-title span {
    color: var(--pg-gold);
}

.pg-subtext {
    color: var(--pg-black);
    opacity: 0.8;
    max-width: 620px;
}

/* ===== Portfolio ===== */
.portfolio-section {
    padding: 90px 0;
    background: #fff;
}

.portfolio-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    height: 320px;
    margin-bottom: 24px;
    box-shadow: 0 10px 30px rgba(44, 44, 44, 0.1);
}

.portfolio-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.portfolio-card:hover img {
    transform: scale(1.08);
}

.portfolio-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(47, 59, 71, 0) 40%,
        rgba(30, 30, 30, 0.88) 100%
    );
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
}

.portfolio-overlay .tag {
    display: inline-block;
    background: var(--pg-gold);
    color: #2c2c2c;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 12px;
    border-radius: 50px;
    margin-bottom: 10px;
    width: fit-content;
}

.portfolio-overlay h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 1.15rem;
}

.portfolio-overlay p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.88rem;
    margin: 0;
}

/* ===== Why choose us / value stack ===== */
.why-us-section {
    padding: 90px 0;
    background: var(--pg-off-white);
}

.why-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 28px;
    height: 100%;
    box-shadow: 0 8px 24px rgba(44, 44, 44, 0.06);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
    border-top: 3px solid var(--pg-gold);
}

.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 34px rgba(44, 44, 44, 0.12);
}

.why-card .icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(215, 174, 89, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 1.4rem;
    color: var(--pg-orange-dark);
}

.why-card h4 {
    color: var(--pg-black);
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 10px;
}

.why-card p {
    color: var(--pg-black);
    opacity: 0.8;
    font-size: 0.92rem;
    margin: 0;
}

/* ===== Location / coverage ===== */
.location-section {
    padding: 90px 0;
    background-color: #fff;
}

.location-card {
    background: var(--pg-off-white);
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(44, 44, 44, 0.08);
    overflow: hidden;
    height: 100%;
}

.location-map iframe {
    width: 100%;
    height: 100%;
    min-height: 320px;
    border: 0;
    display: block;
}

.location-text {
    padding: 45px;
}

.location-badge {
    display: inline-block;
    background: rgba(215, 174, 89, 0.15);
    color: var(--pg-gold-dark);
    font-weight: 600;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
}

.coverage-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
}

.coverage-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    color: var(--pg-black);
}

.coverage-list li i {
    color: var(--pg-orange);
    margin-top: 4px;
}

/* ===== Final CTA band ===== */
.final-cta {
    background: linear-gradient(135deg, var(--pg-gold), var(--pg-orange));
    padding: 60px 0;
}

.final-cta h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 6px;
}

.final-cta p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
}

.final-cta .btn-white {
    background: #fff;
    color: var(--pg-orange-dark);
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.2s ease;
}

.final-cta .btn-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    color: var(--pg-orange-dark);
}

/* ============================================================
   HERO PREMIUM — Variables de marca
   ============================================================ */
:root {
    --hp-gold: #d7ae59;
    --hp-terracota: #c76f4d;
    --hp-white: #ffffff;
    --pg-black: #1b1b1b;
    /* negro suave */
    --hp-charcoal: #2c2c2c;
    /* gris oscuro */
}

/* ============================================================
   Contenedor principal del hero
   ============================================================ */
.hero-premium {
    position: relative;
    height: 100vh;
    min-height: 680px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: var(--pg-black);
}

/* Imagen de fondo con zoom lento (Ken Burns) */
.hero-premium__bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.hero-premium__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    animation: hpSlowZoom 22s ease-in-out infinite alternate;
    will-change: transform;
}

@keyframes hpSlowZoom {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.09);
    }
}

/* Overlay elegante: degradado oscuro + leve tinte cálido */
.hero-premium__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(27, 27, 27, 0.55) 0%,
            rgba(27, 27, 27, 0.72) 55%,
            rgba(27, 27, 27, 0.88) 100%
        ),
        linear-gradient(
            90deg,
            rgba(27, 27, 27, 0.55) 0%,
            rgba(27, 27, 27, 0.15) 60%
        );
}

.hero-premium__container {
    position: relative;
    z-index: 2;
}

/* ============================================================
   Columna izquierda — contenido
   ============================================================ */
.hero-premium__tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(215, 174, 89, 0.12);
    border: 1px solid rgba(215, 174, 89, 0.45);
    color: var(--hp-gold);
    padding: 9px 20px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 26px;
}

.hero-premium__title {
    color: var(--hp-white);
    font-weight: 300;
    /* jerarquía: base ligera */
    font-size: clamp(2.4rem, 4.2vw, 3.6rem);
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin-bottom: 22px;
}

.hero-premium__title span {
    font-weight: 700;
    /* palabra clave en negrita + dorado */
    color: var(--hp-gold);
}

.hero-premium__desc {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.08rem;
    font-weight: 300;
    line-height: 1.6;
    max-width: 480px;
    margin-bottom: 38px;
}

.hero-premium__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

/* ============================================================
   Botones premium (pill, animados, con icono)
   ============================================================ */
.btn-premium {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 32px;
    border-radius: 50px;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-decoration: none;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease,
        color 0.3s ease;
    border: 1px solid transparent;
}

.btn-premium i {
    font-size: 1rem;
}

.btn-premium--primary {
    background: linear-gradient(135deg, var(--hp-gold), var(--hp-terracota));
    color: var(--hp-white);
    box-shadow: 0 8px 22px rgba(199, 111, 77, 0.35);
}

.btn-premium--primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(199, 111, 77, 0.45);
    color: var(--hp-white);
}

.btn-premium--outline {
    background: rgba(255, 255, 255, 0.04);
    color: var(--hp-white);
    border-color: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(4px);
}

.btn-premium--outline:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--hp-white);
    color: var(--hp-white);
    transform: translateY(-3px);
}

/* ============================================================
   Tarjeta Glassmorphism (columna derecha)
   ============================================================ */
.glass-card {
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    padding: 38px 34px;
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

/* Línea decorativa dorada superior */
.glass-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 34px;
    right: 34px;
    height: 2px;
    background: linear-gradient(90deg, var(--hp-gold), transparent);
}

.glass-card__header {
    margin-bottom: 26px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.glass-card__eyebrow {
    display: block;
    color: var(--hp-gold);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.glass-card__title {
    color: var(--hp-white);
    font-size: 1.35rem;
    font-weight: 600;
    margin: 0;
}

.glass-card__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.glass-card__list li {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.glass-card__list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.glass-card__icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(215, 174, 89, 0.16);
    color: var(--hp-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition:
        background 0.3s ease,
        transform 0.3s ease;
}

.glass-card__list li:hover .glass-card__icon {
    background: var(--hp-gold);
    color: var(--pg-black);
    transform: scale(1.08);
}

.glass-card__text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    font-weight: 400;
}

/* ============================================================
   Indicador de scroll
   ============================================================ */
.hero-premium__scroll {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 42px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    z-index: 2;
}

.hero-premium__scroll span {
    position: absolute;
    top: 6px;
    left: 50%;
    width: 4px;
    height: 8px;
    background: var(--hp-gold);
    border-radius: 4px;
    transform: translateX(-50%);
    animation: hpScrollDot 1.8s ease-in-out infinite;
}

@keyframes hpScrollDot {
    0% {
        top: 6px;
        opacity: 1;
    }

    70% {
        top: 22px;
        opacity: 0;
    }

    100% {
        top: 22px;
        opacity: 0;
    }
}

/* ============================================================
   Animaciones de entrada (Fade Up / Fade In)
   ============================================================ */
/* ============================================================
   Animaciones de entrada (100% CSS, sin depender de JS)
   ============================================================ */
.fade-up {
    opacity: 0;
    animation: hpFadeUp 0.9s ease forwards;
    animation-delay: var(--delay, 0s);
}

.fade-in {
    opacity: 0;
    animation: hpFadeIn 1.1s ease forwards;
    animation-delay: var(--delay, 0s);
}

@keyframes hpFadeUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes hpFadeIn {
    from {
        opacity: 0;
        transform: scale(0.98);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes hpFadeUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes hpFadeIn {
    from {
        opacity: 0;
        transform: scale(0.98);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Respeta a usuarios que prefieren menos movimiento */
@media (prefers-reduced-motion: reduce) {
    .hero-premium__bg-img {
        animation: none;
    }

    .fade-up,
    .fade-in {
        opacity: 1;
        animation: none;
    }

    .hero-premium__scroll span {
        animation: none;
    }
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 991.98px) {
    .hero-premium {
        height: auto;
        min-height: 100vh;
        padding: 150px 0 80px;
    }

    .hero-premium__desc {
        max-width: 100%;
    }

    .glass-card {
        padding: 30px 26px;
        margin-top: 10px;
    }
}

@media (max-width: 576px) {
    .hero-premium__title {
        font-size: 2.1rem;
    }

    .hero-premium__desc {
        font-size: 1rem;
    }

    .btn-premium {
        width: 100%;
        justify-content: center;
    }

    .hero-premium__actions {
        flex-direction: column;
    }

    /* En móvil se apaga el zoom para ahorrar recursos */
    .hero-premium__bg-img {
        animation: none;
    }
}

/*Estilo  de nosotros*/

/* ============================================================
       Utilidades generales ya existentes
       ============================================================ */
.single-project-style1 .img-holder img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.hover-bg-light {
    transition: all 0.3s ease;
}

.custom-btn {
    background: linear-gradient(135deg, var(--pg-gold), var(--pg-orange));
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hover-bg-light:hover {
    background-color: #f5f5f5 !important;
    transform: translateY(-2px);
}

.transition-all {
    transition: all 0.3s ease;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: #d7ae59 !important;
    box-shadow: 0 0 0 0.2rem rgba(215, 174, 89, 0.25) !important;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(199, 111, 77, 0.3) !important;
    background-color: #b8634a !important;
    border-color: #b8634a !important;
}

@media (max-width: 768px) {
    .contact-section {
        padding: 60px 0;
    }

    .contact-form-card {
        padding: 2rem !important;
    }
}

.partner-logo {
    max-height: 100px;
    transition:
        transform 0.3s ease,
        filter 0.3s ease;
}

.custom-border-btn {
    border: 2px solid var(--pg-gold);
    background: transparent;
    color: var(--pg-gold);
}

.partner-logo:hover {
    transform: scale(1.1);
    filter: grayscale(0%);
}

.custom-border-btn:hover {
    background: var(--pg-gold);
    color: var(--pg-off-white);
}

.logo-pacifico {
    max-height: 120px;
}

svg {
    display: block;
    margin-bottom: -1px;
}

.hero-story {
    position: relative;
    background: #faf9f6;
    padding: 160px 0 90px;
    overflow: hidden;
}

/* Línea decorativa tipo "plano arquitectónico" — muy barata (gradiente estático) */
.hero-story::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--pg-gold), var(--pg-orange));
}

.hero-story__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--pg-gold);
    font-weight: 700;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 18px;
}

.hero-story__eyebrow::before {
    content: "";
    width: 34px;
    height: 2px;
    background: var(--pg-gold);
    display: inline-block;
}

.hero-story__title {
    color: var(--pg-black);
    font-weight: 700;
    font-size: clamp(2.1rem, 3.6vw, 3.1rem);
    line-height: 1.18;
    margin-bottom: 20px;
}

.hero-story__title span {
    color: var(--pg-secondary);
}

.hero-story__desc {
    color: var(--pg-gold-dark);
    opacity: 0.82;
    font-size: 1.08rem;
    line-height: 1.65;
    max-width: 480px;
    margin-bottom: 34px;
}

.hero-story__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 40px;
}

.hero-story .btn-premium--primary {
    background: linear-gradient(135deg, var(--pg-gold), var(--pg-orange));
    color: #fff;
    border: none;
    padding: 15px 32px;
    border-radius: 50px;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 20px rgba(199, 111, 77, 0.28);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.hero-story .btn-premium--primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 26px rgba(199, 111, 77, 0.35);
    color: #fff;
}

.hero-story .btn-premium--outline {
    background: transparent;
    color: var(--pg-gold-dark);
    border: 1px solid rgba(86, 89, 71, 0.3);
    padding: 15px 32px;
    border-radius: 50px;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.25s ease;
}

.hero-story .btn-premium--outline:hover {
    background: var(--pg-gold-dark);
    border-color: var(--pg-gold-dark);
    color: #fff;
}

/* Mini lista de credenciales — sin tarjeta pesada, solo texto con separadores */
.hero-story__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}

.hero-story__facts .fact {
    border-left: 2px solid var(--pg-gold);
    padding-left: 14px;
}

.hero-story__facts .fact strong {
    display: block;
    color: var(--pg-gold-dark);
    font-size: 0.95rem;
    font-weight: 700;
}

.hero-story__facts .fact span {
    color: var(--pg-gold-dark);
    opacity: 0.65;
    font-size: 0.8rem;
}

/* ===== Imagen "enmarcada" — estática, sin animación continua ===== */
.hero-story__frame {
    position: relative;
    padding: 16px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(44, 44, 44, 0.14);
}

.hero-story__frame img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    /* Única transición: al pasar el mouse, nada de loops */
    transition: transform 0.5s ease;
}

.hero-story__frame:hover img {
    transform: scale(1.02);
}

.hero-story__caption {
    position: absolute;
    bottom: -18px;
    left: 30px;
    background: var(--pg-orange-dark);
    color: var(--pg-gold);
    padding: 12px 22px;
    border-radius: 10px;
    font-size: 0.82rem;
    font-weight: 600;
    box-shadow: 0 10px 24px rgba(44, 44, 44, 0.25);
}

.hero-story__caption i {
    color: var(--pg-gold-dark);
    margin-right: 8px;
}

/* Aparición suave, UNA sola vez al cargar (no en loop) */
.fade-up {
    opacity: 0;
    animation: hpFadeUp 0.8s ease forwards;
    animation-delay: var(--delay, 0s);
}

@keyframes hpFadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .fade-up {
        opacity: 1;
        animation: none;
    }
    .hero-story__frame img {
        transition: none;
    }
}

@media (max-width: 991px) {
    .hero-story {
        padding: 140px 0 60px;
    }
    .hero-story__desc {
        max-width: 100%;
    }
    .hero-story__frame {
        margin-top: 40px;
    }
}

@media (max-width: 576px) {
    .hero-story__actions {
        flex-direction: column;
    }
    .hero-story .btn-premium--primary,
    .hero-story .btn-premium--outline {
        width: 100%;
        justify-content: center;
    }
    .hero-story__caption {
        left: 16px;
        font-size: 0.75rem;
        padding: 10px 16px;
    }
}
/* ============================================================
       NUESTRA HISTORIA — sección "Nosotros" rediseñada
       ============================================================ */
.story-section {
    position: relative;
    background: #fff;
    padding: 100px 0;
    overflow: hidden;
}

.story-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 42%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(215, 174, 89, 0.05),
        rgba(199, 111, 77, 0.05)
    );
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 0;
}

.story-section .container {
    position: relative;
    z-index: 1;
}

.story-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--pg-orange);
    font-weight: 700;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 16px;
}

.story-eyebrow::before {
    content: "";
    width: 34px;
    height: 2px;
    background: var(--pg-gold);
    display: inline-block;
}

.story-heading {
    color: var(--pg-gold-dark);
    font-weight: 700;
    font-size: clamp(1.9rem, 3vw, 2.6rem);
    line-height: 1.25;
    max-width: 640px;
    margin-bottom: 28px;
}

.story-heading span {
    color: var(--pg-orange);
}

.story-lead {
    font-size: 1.15rem;
    color: var(--pg-gold-dark);
    font-weight: 400;
    line-height: 1.7;
    max-width: 620px;
    margin-bottom: 22px;
    border-left: 3px solid var(--pg-gold);
    padding-left: 22px;
}

.story-body p {
    color: var(--pg-gold-dark);
    opacity: 0.85;
    line-height: 1.8;
    max-width: 620px;
    margin-bottom: 18px;
}

/* Pilares / valores */
.story-pillars {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 40px;
    max-width: 620px;
}

.pillar-item {
    background: #faf9f6;
    border: 1px solid rgba(86, 89, 71, 0.1);
    border-radius: 14px;
    padding: 22px;
    transition: all 0.25s ease;
}

.pillar-item:hover {
    border-color: var(--pg-gold);
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(44, 44, 44, 0.08);
}

.pillar-item i {
    color: var(--pg-orange);
    font-size: 1.3rem;
    margin-bottom: 10px;
    display: block;
}

.pillar-item h5 {
    color: var(--pg-gold-dark);
    font-weight: 700;
    font-size: 0.98rem;
    margin-bottom: 6px;
}

.pillar-item p {
    color: var(--pg-gold-dark);
    opacity: 0.75;
    font-size: 0.86rem;
    margin: 0;
}

/* Tarjeta de liderazgo (CEO) */
.leadership-card {
    position: relative;
    background: var(--pg-gold-dark);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(44, 44, 44, 0.25);
}

.leadership-card__img {
    position: relative;
    height: 340px;
    overflow: hidden;
}

.leadership-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leadership-card__img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(27, 27, 27, 0) 55%,
        rgba(27, 27, 27, 0.85) 100%
    );
}

.leadership-card__body {
    padding: 28px 30px 32px;
}

.leadership-card__quote {
    color: var(--pg-black);
    font-size: 1.02rem;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 22px;
    position: relative;
    padding-left: 22px;
    border-left: 2px solid var(--pg-gold);
}

.leadership-card__name {
    color: var(--pg-black);
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 2px;
}

.leadership-card__role {
    color: var(--pg-gold);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.leadership-badge {
    position: absolute;
    top: 22px;
    left: 22px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--pg-gold-dark);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
}

@media (max-width: 991px) {
    .story-section::before {
        display: none;
    }
    .story-pillars {
        grid-template-columns: 1fr 1fr;
        max-width: 100%;
    }
    .leadership-card {
        margin-top: 50px;
    }
}

@media (max-width: 576px) {
    .story-pillars {
        grid-template-columns: 1fr;
    }
    .story-section {
        padding: 70px 0;
    }
}

/* ============================================================
   SECCIÓN DE SERVICIOS — Tarjetas Premium
============================================================ */

.services-grid-section {
    padding: 90px 0;
    background: var(--pg-off-white);
}

/* Header */

.sgs-header {
    max-width: 640px;
    margin: 0 auto 56px;
    text-align: center;
}

.sgs-eyebrow {
    color: var(--pg-gold);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
    margin-bottom: 10px;
    display: block;
}

.sgs-title {
    color: var(--pg-black);
    font-weight: 700;
    font-size: clamp(1.8rem, 2.8vw, 2.4rem);
    margin-bottom: 14px;
}

.sgs-title span {
    color: var(--pg-gold);
}

.sgs-subtext {
    color: var(--pg-black);
    opacity: 0.72;
    font-size: 1rem;
}

/* ============================================================
   Tarjeta
============================================================ */

.service-card-pro {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    height: 100%;

    display: flex;
    flex-direction: column;

    border: 1px solid rgba(27, 27, 26, 0.08);

    box-shadow: 0 10px 30px rgba(27, 27, 26, 0.08);

    transition: 0.35s ease;
}

.service-card-pro:hover {
    transform: translateY(-8px);

    box-shadow: 0 20px 45px rgba(27, 27, 26, 0.15);

    border-color: rgba(226, 178, 41, 0.25);
}

/* Imagen */

.service-card-pro__img {
    position: relative;
    height: 190px;
    overflow: hidden;
}

.service-card-pro__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

.service-card-pro:hover .service-card-pro__img img {
    transform: scale(1.06);
}

/* Número */

.service-card-pro__number {
    position: absolute;
    top: 16px;
    left: 16px;

    width: 40px;
    height: 40px;

    border-radius: 12px;

    background: rgba(255, 255, 255, 0.95);

    color: var(--pg-gold);

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 800;
    font-size: 0.95rem;

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* Badge */

.service-card-pro__badge {
    position: absolute;
    top: 16px;
    right: 16px;

    background: var(--pg-orange);

    color: #fff;

    padding: 6px 14px;

    border-radius: 40px;

    font-size: 0.68rem;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Body */

.service-card-pro__body {
    padding: 26px 26px 0;
    flex-grow: 1;

    display: flex;
    flex-direction: column;
}

/* Icono */

.service-card-pro__icon {
    width: 52px;
    height: 52px;

    border-radius: 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 1.25rem;

    margin-bottom: 18px;

    color: var(--pg-gold);

    background: rgba(226, 178, 41, 0.12);
}

/* Título */

.service-card-pro__title {
    color: var(--pg-black);
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 10px;
}

/* Descripción */

.service-card-pro__desc {
    color: var(--pg-black);

    opacity: 0.75;

    line-height: 1.65;

    font-size: 0.93rem;

    margin-bottom: 20px;
}

/* ============================================================
   Upsell
============================================================ */

.service-upsell {
    background: linear-gradient(
        135deg,
        rgba(226, 178, 41, 0.08),
        rgba(165, 124, 57, 0.1)
    );

    border: 1px dashed rgba(165, 124, 57, 0.35);

    border-radius: 14px;

    padding: 16px;

    margin-bottom: 22px;
}

.service-upsell__label {
    display: flex;
    align-items: center;
    gap: 8px;

    color: var(--pg-orange);

    font-size: 0.72rem;
    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 0.6px;

    margin-bottom: 6px;
}

.service-upsell__title {
    color: var(--pg-black);

    font-size: 0.9rem;
    font-weight: 700;

    margin-bottom: 4px;
}

.service-upsell__text {
    color: var(--pg-black);

    opacity: 0.75;

    line-height: 1.5;

    font-size: 0.83rem;

    margin: 0;
}

/* Footer */

.service-card-pro__footer {
    padding: 0 26px 26px;
    margin-top: auto;
}

/* Botón */

.service-card-pro__cta {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    text-decoration: none;

    padding: 14px 20px;

    border-radius: 50px;

    background: var(--pg-black);

    color: #fff;

    font-weight: 600;

    transition: 0.3s ease;
}

.service-card-pro__cta:hover {
    background: linear-gradient(135deg, var(--pg-gold), var(--pg-orange));

    color: #fff;

    transform: translateY(-3px);

    box-shadow: 0 10px 22px rgba(165, 124, 57, 0.28);
}

/* ============================================================
   CTA Final
============================================================ */

.services-final-cta {
    padding: 60px 0;

    background: linear-gradient(135deg, var(--pg-gold), var(--pg-orange));
}

.services-final-cta h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px;
}

.services-final-cta p {
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 0;
}

.services-final-cta .btn-white {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    background: #fff;

    color: var(--pg-black);

    padding: 14px 32px;

    border-radius: 50px;

    text-decoration: none;

    font-weight: 700;

    transition: 0.3s ease;
}

.services-final-cta .btn-white:hover {
    color: var(--pg-black);

    transform: translateY(-3px);

    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

/*Estilo de compras en el exterior*/

/* Entrada única, sin loops — igual criterio del resto del sitio */
.fade-up {
    opacity: 0;
    animation: extFadeUp 0.8s ease forwards;
    animation-delay: var(--delay, 0s);
}

@keyframes extFadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .fade-up {
        opacity: 1;
        animation: none;
    }
}

/* ============================================================
       HERO — Compra desde el Exterior (cálido, cercano, con fotos)
       ============================================================ */
.ext-hero {
    position: relative;
    padding: 150px 0 90px;
    overflow: hidden;
    background: linear-gradient(180deg, #fff6e9 0%, #faf3e6 55%, #fdfbf7 100%);
}

/* Manchas de color decorativas, muy suaves — cero costo de rendimiento */
.ext-hero::before,
.ext-hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    z-index: 0;
    opacity: 0.35;
}

.ext-hero::before {
    width: 380px;
    height: 380px;
    background: var(--pg-gold);
    top: -120px;
    right: -80px;
}

.ext-hero::after {
    width: 320px;
    height: 320px;
    background: var(--pg-orange);
    bottom: -140px;
    left: -100px;
    opacity: 0.18;
}

.ext-hero .container {
    position: relative;
    z-index: 1;
}

.ext-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(215, 174, 89, 0.16);
    border: 1px solid rgba(215, 174, 89, 0.4);
    color: var(--pg-orange);
    padding: 9px 20px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 24px;
}

.ext-hero__title {
    color: var(--pg-black);
    font-weight: 700;
    font-size: clamp(2.2rem, 4vw, 3.1rem);
    line-height: 1.2;
    margin-bottom: 20px;
}

.ext-hero__title span {
    color: var(--pg-orange);
}

.ext-hero__desc {
    color: var(--pg-black);
    font-size: 1.08rem;
    line-height: 1.7;
    max-width: 500px;
    margin-bottom: 32px;
}

.ext-hero__actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 38px;
}

.ext-btn-primary {
    background: linear-gradient(135deg, var(--pg-gold), var(--pg-orange));
    color: #fff;
    border: none;
    padding: 15px 32px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.25s ease;
    box-shadow: 0 10px 24px rgba(199, 111, 77, 0.28);
}

.ext-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(199, 111, 77, 0.36);
    color: #fff;
}

.ext-btn-outline {
    background: #fff;
    color: var(--pg-black);
    border: 1px solid rgba(86, 89, 71, 0.25);
    padding: 15px 32px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.25s ease;
}

.ext-btn-outline:hover {
    background: var(--pg-black);
    border-color: var(--pg-black);
    color: #fff;
}

/* Franja de confianza — chips cálidos, no oscuros */
.ext-trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ext-trust-strip .trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid rgba(86, 89, 71, 0.12);
    color: var(--pg-black);
    padding: 9px 16px;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(44, 44, 44, 0.05);
}

.ext-trust-strip .trust-item i {
    color: var(--pg-orange);
    font-size: 0.95rem;
}

/* ===== Mosaico de fotos — el cliente reemplaza las imágenes ===== */
.ext-hero__gallery {
    position: relative;
    height: 480px;
}

.ext-hero__gallery .g-img {
    position: absolute;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 44px rgba(44, 44, 44, 0.16);
    border: 5px solid #fff;
}

.ext-hero__gallery .g-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ext-hero__gallery .g1 {
    width: 58%;
    height: 280px;
    top: 0;
    right: 0;
    z-index: 2;
}

.ext-hero__gallery .g2 {
    width: 48%;
    height: 220px;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.ext-hero__gallery .g3 {
    width: 38%;
    height: 200px;
    top: 22%;
    left: 4%;
    z-index: 1;
}

/* Tarjeta flotante de bienvenida — cálida, sólida (no glass) */
.ext-welcome-badge {
    position: absolute;
    bottom: 30px;
    right: 8%;
    z-index: 4;
    background: #fff;
    border-radius: 16px;
    padding: 18px 22px;
    box-shadow: 0 16px 34px rgba(44, 44, 44, 0.18);
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 230px;
}

.ext-welcome-badge .badge-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(199, 111, 77, 0.14);
    color: var(--pg-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.ext-welcome-badge strong {
    display: block;
    color: var(--pg-black);
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.3;
}

.ext-welcome-badge span {
    color: var(--pg-black);
    opacity: 0.75;
    font-size: 0.78rem;
}

@media (max-width: 991px) {
    .ext-hero__gallery {
        height: 360px;
        margin-top: 40px;
    }
    .ext-welcome-badge {
        right: 4%;
        max-width: 190px;
        padding: 14px 16px;
    }
}

/* ============================================================
       RAZONES PARA INVERTIR
       ============================================================ */
.ext-reasons {
    padding: 90px 0 60px;
    background: #faf9f6;
}

.ext-section-header {
    max-width: 660px;
    margin: 0 auto 50px;
    text-align: center;
}

.ext-eyebrow {
    color: var(--pg-orange);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
    margin-bottom: 10px;
    display: block;
}

.ext-section-title {
    color: var(--pg-black);
    font-weight: 700;
    font-size: clamp(1.8rem, 2.8vw, 2.3rem);
    margin-bottom: 14px;
}

.ext-section-title span {
    color: var(--pg-orange);
}

.ext-section-subtext {
    color: var(--pg-black);
    opacity: 0.75;
    font-size: 1rem;
}

.reason-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px 26px;
    height: 100%;
    box-shadow: 0 8px 24px rgba(44, 44, 44, 0.06);
    border-top: 3px solid var(--pg-gold);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.reason-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 34px rgba(44, 44, 44, 0.12);
}

.reason-card .icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(215, 174, 89, 0.14);
    color: var(--pg-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 18px;
}

.reason-card h4 {
    color: var(--pg-black);
    font-weight: 700;
    font-size: 1.02rem;
    margin-bottom: 10px;
}

.reason-card p {
    color: var(--pg-black);
    opacity: 0.78;
    font-size: 0.9rem;
    line-height: 1.55;
    margin: 0;
}

.ext-disclaimer {
    max-width: 760px;
    margin: 40px auto 0;
    text-align: center;
    font-size: 0.82rem;
    color: var(--pg-black);
    opacity: 0.65;
    line-height: 1.6;
}

/* ============================================================
       PROCESO — Cómo comprar desde el exterior
       ============================================================ */
.ext-process {
    padding: 90px 0;
    background: #fff;
}

.process-track {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.process-step {
    display: flex;
    gap: 24px;
    margin-bottom: 36px;
    position: relative;
}

.process-step:last-child {
    margin-bottom: 0;
}

.process-step__num {
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--pg-gold), var(--pg-orange));
    color: #fff;
    font-weight: 800;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.process-step:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 54px;
    left: 27px;
    width: 2px;
    height: calc(100% - 30px);
    background: repeating-linear-gradient(
        to bottom,
        rgba(199, 111, 77, 0.35) 0,
        rgba(199, 111, 77, 0.35) 6px,
        transparent 6px,
        transparent 12px
    );
}

.process-step__body {
    background: #faf9f6;
    border-radius: 14px;
    padding: 20px 24px;
    flex-grow: 1;
    border: 1px solid rgba(86, 89, 71, 0.08);
}

.process-step__body h5 {
    color: var(--pg-black);
    font-weight: 700;
    font-size: 1.02rem;
    margin-bottom: 6px;
}

.process-step__body p {
    color: var(--pg-black);
    opacity: 0.78;
    font-size: 0.9rem;
    line-height: 1.55;
    margin: 0;
}

/* ============================================================
       CONFIANZA — bloque de credibilidad
       ============================================================ */
.ext-confidence {
    padding: 90px 0;
    background: var(--pg-black);
    position: relative;
    overflow: hidden;
}

.ext-confidence::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 44px 44px;
    pointer-events: none;
}

.ext-confidence .container {
    position: relative;
    z-index: 1;
}

.ext-confidence .ext-eyebrow {
    color: var(--pg-gold);
}

.ext-confidence .ext-section-title,
.ext-confidence .ext-section-subtext {
    color: #fff;
}

.ext-confidence .ext-section-subtext {
    opacity: 0.85;
}

.confidence-item {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 26px;
    height: 100%;
    text-align: center;
}

.confidence-item i {
    color: var(--pg-gold);
    font-size: 1.6rem;
    margin-bottom: 14px;
    display: block;
}

.confidence-item h5 {
    color: #fff;
    font-weight: 700;
    font-size: 0.98rem;
    margin-bottom: 8px;
}

.confidence-item p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.86rem;
    line-height: 1.5;
    margin: 0;
}

/* ============================================================
       ESPACIO RESERVADO PARA EL FORMULARIO DE CONTACTO
       ============================================================ */
.ext-contact-slot {
    padding: 90px 0;
    background: #faf9f6;
}

.ext-contact-slot__placeholder {
    background: #fff;
    border: 2px dashed rgba(199, 111, 77, 0.35);
    border-radius: 20px;
    padding: 60px 30px;
    text-align: center;
    color: var(--pg-black);
    opacity: 0.55;
}

.ext-contact-slot__placeholder i {
    font-size: 2rem;
    color: var(--pg-orange);
    margin-bottom: 14px;
    display: block;
}

@media (max-width: 991px) {
    .ext-hero {
        padding: 140px 0 70px;
    }
}

@media (max-width: 576px) {
    .ext-hero__actions,
    .ext-trust-strip {
        flex-direction: column;
        align-items: flex-start;
    }
    .process-step {
        gap: 16px;
    }
    .process-step__num {
        width: 44px;
        height: 44px;
        font-size: 0.95rem;
    }
    .process-step:not(:last-child)::before {
        left: 22px;
    }
}


  /* ============================================================
       MISIÓN, VISIÓN Y VALORES — adaptado a la paleta y tipografía
       ya usadas en .story-section / .pillar-item / .leadership-card
       ============================================================ */
    .mvv-section {
        position: relative;
        background: #faf9f6;
        padding: 100px 0;
        overflow: hidden;
    }

    .mvv-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 6px;
        background: linear-gradient(90deg, var(--primary-gold), var(--accent-orange));
    }

    .mvv-header {
        max-width: 640px;
        margin: 0 auto 56px;
        text-align: center;
    }

    .mvv-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: var(--pg-orange);
        font-weight: 700;
        font-size: 0.82rem;
        text-transform: uppercase;
        letter-spacing: 1.2px;
        margin-bottom: 16px;
    }

    .mvv-eyebrow::before {
        content: "";
        width: 34px;
        height: 2px;
        background: var(--pg-orange);
        display: inline-block;
    }

    .mvv-header h2 {
        color: var(--secondary-green);
        font-weight: 700;
        font-size: clamp(1.9rem, 3vw, 2.5rem);
        line-height: 1.25;
        margin-bottom: 14px;
    }

    .mvv-header h2 span {
        color: var(--accent-orange);
    }

    .mvv-header p {
        color: var(--secondary-green);
        opacity: 0.75;
        font-size: 1rem;
        margin: 0;
    }

    /* Tarjetas de Misión / Visión */
    .mvv-card {
        background: #fff;
        border-radius: 20px;
        padding: 40px 34px;
        height: 100%;
        box-shadow: 0 12px 30px rgba(44,44,44,0.07);
        border-top: 3px solid var(--primary-gold);
        transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .mvv-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 42px rgba(44,44,44,0.13);
    }

    .mvv-card .mvv-icon {
        width: 58px;
        height: 58px;
        border-radius: 16px;
        background: var(--hp-terracota);
        color: var(--pg-gold);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        margin-bottom: 22px;
    }

    .mvv-card h3 {
        color: var(--secondary-green);
        font-weight: 700;
        font-size: 1.25rem;
        margin-bottom: 14px;
    }

    .mvv-card p {
        color: var(--secondary-green);
        opacity: 0.82;
        line-height: 1.75;
        font-size: 0.98rem;
        margin: 0;
    }

    /* Fila de Valores — chips con icono, reutiliza el mismo lenguaje visual de .pillar-item */
    .mvv-values {
        margin-top: 50px;
    }

    .mvv-values h4 {
        text-align: center;
        color: var(--pg-gold);
        font-weight: 700;
        font-size: 1.1rem;
        margin-bottom: 30px;
    }

    .mvv-values h4 span {
        color: var(--accent-orange);
    }

    .value-chip {
        background: #fff;
        border: 1px solid rgba(86,89,71,0.1);
        border-radius: 14px;
        padding: 24px 18px;
        text-align: center;
        height: 100%;
        transition: all 0.25s ease;
    }

    .value-chip:hover {
        border-color: var(--primary-gold);
        transform: translateY(-4px);
        box-shadow: 0 10px 24px rgba(44,44,44,0.08);
    }

    .value-chip .value-icon {
        width: 50px;
        height: 50px;
        margin: 0 auto 14px;
        border-radius: 50%;
        background: rgba(199,111,77,0.12);
        color: var(--pg-gold);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.15rem;
    }

    .value-chip h5 {
        color: var(--secondary-green);
        font-weight: 700;
        font-size: 0.92rem;
        margin-bottom: 6px;
    }

    .value-chip p {
        color: var(--secondary-green);
        opacity: 0.72;
        font-size: 0.8rem;
        line-height: 1.5;
        margin: 0;
    }

    @media (max-width: 991px) {
        .mvv-card { margin-bottom: 24px; }
    }

    @media (max-width: 576px) {
        .mvv-section { padding: 70px 0; }
    }