.cd-form-scope {
    display: none;
    flex-direction: row;
    width: 100%;
    gap: 16px;
}

.cd-form-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
    /* flex: 1; */
    width: 100%;
}

.cd-input-box {
    display: flex;
    gap: 8px;
    flex-direction: column;
    justify-content: flex-end;
}

.cd-input-row {
    display: flex;
    gap: 8px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.btn-open .dot::before {
    content: "";
    width: 24px;
    height: 24px;
    background-color: var(--blue-70);
    border-radius: 12px;
    position: absolute;
    z-index: 2;
}

.open .cd-form-scope {
    display: flex;
}

.line {
    border: none;
    border-top: 1.5px solid #9aa0ac;
    margin: 20px 0;
}

@media screen and (max-width: 964px) {
    .cd-form-scope {
        flex-direction: column;
    }
}

.input-readonly {
    background-color: #e0e0e0; /* Color de fondo gris */
    color: #6c757d; /* Color de texto gris */
}

/* ============================================================
   GROUPS PAGE  (gp-*)
   Design tokens: reuses site variables.
   Gold accent defined locally for dark-section context.
   ============================================================ */

:root {
    --gp-gold: #F2C44E;
    --gp-gold-dim: rgba(242, 196, 78, 0.18);
    --gp-gold-border: rgba(242, 196, 78, 0.7);
    --gp-teal-light: rgba(0, 123, 138, 0.12);
    --gp-teal-border: rgba(0, 123, 138, 0.25);
}

/* HERO ---------------------------------------------------- */

.gp-hero-container-mod {
    background: 
    linear-gradient(90deg, rgba(15, 30, 70, 0.75) 0%, rgba(15, 30, 70, 0.4) 60%, rgba(15, 30, 70, 0.15) 100%),
    url('/Content/new/images/groups-hero.png');
    background-size: cover;
    background-position: center;
}

.gp-hero-content-mod {
    padding: 80px 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
}

.gp-hero-eyebrow {
    display: inline-block;
    background: var(--gp-gold-dim);
    color: var(--gp-gold);
    border: 1px solid var(--gp-gold-border);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.gp-hero-content-mod h1 {
    font-size: clamp(30px, 4.5vw, 52px);
    color: var(--light-00);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 18px;
    max-width: 760px;
}

.gp-hero-content-mod h1 em {
    color: var(--gp-gold);
    font-style: italic;
}

.gp-hero-sub {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.90);
    font-weight: 300;
    max-width: 560px;
    margin: 0 0 28px;
    line-height: 1.6;
}

.gp-hero-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 48px;
}


.gp-hero-stats {
    display: flex;
    gap: 40px;
    justify-content: center;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    flex-wrap: wrap;
    width: 100%;
    max-width: 760px;
}

.gp-hero-stat-num {
    font-size: 28px;
    font-weight: 700;
    color: var(--gp-gold);
    display: block;
    margin-bottom: 4px;
}

.gp-hero-stat-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}

/* GUARANTEE BAR ----------------------------------- */

.gp-guar-container-mod {
    background-color: var(--light-00);
}

.gp-guar-item-mod p {
    color: var(--blue-90);
    font-size: 13px;
    font-weight: 600;
}


/* SHARED SECTION LABELS ----------------------------------- */

.gp-section-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--blue-50);
    margin-bottom: 10px;
}

.gp-section-label-light {
    color: var(--gp-gold);
}

.gp-section-title {
    font-weight: 700;
    color: var(--blue-90);
    line-height: 1.2;
    margin-bottom: 16px;
}

.gp-section-title-light {
    color: var(--light-00);
}

.gp-section-sub {
    font-size: 16px;
    color: var(--dark-70);
    font-weight: 300;
    max-width: 600px;
    line-height: 1.65;
    margin: 0;
}

.gp-section-sub-light {
    color: rgba(255, 255, 255, 0.6);
}

.gp-section-head {
    display: flex;
    flex-direction: column;
}

.gp-section-head-centered {
    align-items: center;
    text-align: center;
}

/* GROUP BELONGING CTA ---------------------------------------- */

.gp-belong-container-mod {
    background-color: var(--light-00);
    border-top: 1px solid rgba(27, 48, 96, 0.08);
}

.gp-belong-content-mod {
    padding: 32px 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    gap: 16px;
}

.gp-belong-headline {
    font-size: 26px;
    color: var(--blue-90);
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

.gp-belong-subtext {
    font-size: 15px;
    color: var(--blue-90);
    opacity: 0.7;
    font-weight: 300;
    max-width: 500px;
    line-height: 1.65;
    margin: 0;
}

/* EXPERIENCE ---------------------------------------------- */

.gp-exp-container-mod {
    background-color: var(--light-10);
}

.gp-exp-content-mod {
    padding: 72px 5%;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.gp-exp-intro {
    margin-bottom: 48px;
}

.gp-exp-intro p {
    font-size: 17px;
    color: var(--dark-80);
    line-height: 1.75;
    margin-top: 14px;
}

.gp-exp-intro strong {
    color: var(--blue-90);
    font-weight: 600;
}

.gp-story-card {
    background: var(--blue-90);
    border-radius: 14px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 48px;
}

.gp-story-card-image {
    background: linear-gradient(135deg, rgba(45, 74, 122, 0.5) 0%, rgba(27, 58, 92, 0.5) 50%, rgba(15, 34, 64, 0.6) 100%), url('/Content/new/images/groups-itinerary-sample.jpg');
    background-size: cover;
    background-position: center;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.gp-story-card-image-label {
    text-align: center;
}

.gp-story-dest {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gp-gold);
    margin-bottom: 8px;
}

.gp-story-port {
    font-size: 26px;
    color: var(--light-00);
    font-weight: 700;
    line-height: 1.2;
}

.gp-story-card-body {
    padding: 36px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gp-story-tag {
    display: inline-block;
    background: var(--gp-gold-dim);
    color: var(--gp-gold);
    border: 1px solid var(--gp-gold-border);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 14px;
    align-self: flex-start;
}

.gp-story-card-body h3 {
    font-size: 22px;
    color: var(--light-00);
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
}

.gp-story-card-body > p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 18px;
}

.gp-story-detail {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 8px;
    line-height: 1.4;
}

.gp-story-detail svg {
    width: 14px;
    height: 14px;
    stroke: var(--blue-40);
    fill: none;
    flex-shrink: 0;
    margin-top: 2px;
}

.gp-interest-intro {
    font-size: 15px;
    color: var(--dark-80);
    margin-bottom: 20px;
    line-height: 1.6;
}

.gp-interest-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 10px;
    margin-bottom: 12px;
}

.gp-interest-pill {
    background: var(--light-00);
    border: 1px solid var(--light-20);
    border-radius: 10px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: border-color 0.15s, background-color 0.15s;
}

.gp-interest-pill:hover {
    border-color: var(--blue-40);
    background-color: var(--blue-05);
}

.gp-pill-icon {
    font-size: 18px;
    line-height: 1;
    flex-shrink: 0;
}

.gp-pill-label {
    font-size: 13px;
    font-weight: 500;
    color: var(--blue-90);
}

.gp-interest-note {
    font-size: 14px;
    color: var(--dark-70);
    font-style: italic;
}

/* INCLUSIONS ---------------------------------------------- */

.gp-inc-container-mod {
    background-color: var(--blue-90);
}

.gp-inc-content-mod {
    padding: 72px 5%;
}

.gp-inc-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    margin-top: 48px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    overflow: hidden;
}

.gp-inc-item {
    padding: 28px 22px;
    background: rgba(255, 255, 255, 0.03);
    transition: background-color 0.2s;
}

.gp-inc-item:hover {
    background: rgba(255, 255, 255, 0.07);
}

.gp-inc-icon {
    width: 44px;
    height: 44px;
    background: var(--gp-gold-dim);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.gp-inc-icon svg {
    width: 22px;
    height: 22px;
    stroke: var(--gp-gold);
    fill: none;
}

.gp-inc-item h4 {
    font-size: 15px;
    font-weight: 600;
    color: var(--light-00);
    margin-bottom: 6px;
}

.gp-inc-item p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.55;
    margin: 0;
}

.gp-badge-free {
    display: inline-block;
    background: var(--gp-teal-light);
    color: #5dd4df;
    border: 1px solid var(--gp-teal-border);
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 4px;
    margin-top: 8px;
}

/* SAMPLE ITINERARY ---------------------------------------- */

.gp-itin-container-mod {
    background-color: var(--light-10);
    border-top: 1px solid var(--light-20);
}

.gp-itin-content-mod {
    padding: 72px 5%;
}

.gp-itin-card {
    background: var(--light-00);
    border: 1px solid var(--light-20);
    border-radius: 14px;
    overflow: hidden;
    max-width: 860px;
    margin-top: 36px;
}

.gp-itin-header {
    background: var(--blue-90);
    padding: 22px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.gp-itin-header h3 {
    font-size: 19px;
    color: var(--light-00);
    font-weight: 700;
    margin: 0;
}

.gp-itin-meta {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 2px;
}

.gp-itin-tag {
    background: var(--gp-gold-dim);
    color: var(--gp-gold);
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.gp-port-row {
    display: grid;
    grid-template-columns: 150px 1fr auto;
    border-bottom: 1px solid var(--light-10);
}

.gp-port-row:last-child {
    border-bottom: none;
}

.gp-port-day {
    padding: 18px 22px;
    background: var(--light-10);
    border-right: 1px solid var(--light-20);
}

.gp-day-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--blue-50);
    margin-bottom: 4px;
}

.gp-port-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--blue-90);
}

.gp-port-body {
    padding: 18px 22px;
}

.gp-activity {
    font-size: 14px;
    font-weight: 600;
    color: var(--blue-90);
    margin-bottom: 4px;
}

.gp-detail {
    font-size: 13px;
    color: var(--dark-70);
    line-height: 1.5;
}

.gp-port-addon {
    padding: 18px 22px;
    display: flex;
    align-items: flex-start;
}

.gp-addon-tag {
    display: inline-block;
    background: #fdf5e0;
    color: #7a5e18;
    border: 1px solid rgba(201, 168, 76, 0.3);
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 4px;
    white-space: nowrap;
}

.gp-itin-footer {
    padding: 14px 22px;
    background: var(--blue-05);
    border-top: 1px solid var(--light-20);
    font-size: 13px;
    color: var(--blue-70);
    font-style: italic;
    line-height: 1.5;
}

/* HOW IT WORKS (4-step variant) --------------------------- */

.gp-how-container-mod {
    background-color: var(--light-00);
    padding: 72px 5%;
}

.gp-how-content-mod {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 0;
}

.gp-how-head {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
}

/* HOW IT WORKS (4-step variant) — uses shared .hi-steps-mod and .hi-step from shared.css */

/* WHO IT'S FOR -------------------------------------------- */

.gp-who-container-mod {
    background-color: var(--light-10);
    padding: 72px 5%;
}

.gp-who-content-mod {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 0;
}

.gp-who-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.gp-who-card {
    background: var(--light-00);
    border: 1px solid var(--light-20);
    border-radius: 12px;
    padding: 26px;
    transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}

.gp-who-card:hover {
    box-shadow: 0 6px 24px rgba(27, 48, 96, 0.08);
    transform: translateY(-2px);
    border-color: var(--blue-40);
}

.gp-who-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    font-size: 22px;
    background: var(--blue-05);
}

.gp-who-card h3 {
    font-size: 15px;
    font-weight: 700;
    color: var(--blue-90);
    margin-bottom: 8px;
}

.gp-who-card > p {
    font-size: 13px;
    color: var(--dark-70);
    line-height: 1.6;
    margin: 0;
}

/* DESTINATIONS -------------------------------------------- */

.gp-dest-container-mod {
    background-color: var(--light-00);
    padding: 64px 5%;
    border-top: 1px solid var(--light-20);
}

.gp-dest-content-mod {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 0;
}

.gp-dest-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 10px;
    width: 100%;
}

.gp-dest-pill {
    background: var(--blue-05);
    border: 1px solid var(--light-20);
    border-radius: 30px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 500;
    color: var(--blue-90);
    text-align: center;
    transition: background-color 0.15s, border-color 0.15s, color 0.15s;
}

.gp-dest-pill:hover {
    background: var(--blue-40);
    border-color: var(--blue-40);
    color: var(--light-00);
}

/* BODY COPY ----------------------------------------------- */

.gp-copy-container-mod {
    background-color: var(--light-00);
    padding: 72px 5%;
    border-top: 1px solid var(--light-20);
}

.gp-copy-content-mod {
    padding: 0;
}

.gp-copy-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.gp-copy-col h3 {
    font-size: 21px;
    font-weight: 700;
    color: var(--blue-90);
    margin-bottom: 14px;
    line-height: 1.3;
}

.gp-copy-col p {
    font-size: 15px;
    color: var(--dark-80);
    line-height: 1.75;
    margin-bottom: 14px;
}

.gp-copy-col ul {
    list-style: disc !important;
    padding-left: 18px;
    font-size: 15px;
    color: var(--dark-80);
    line-height: 1.75;
    margin-top: 8px;
}

.gp-copy-col ul li {
    margin-bottom: 6px;
}

/* TESTIMONIALS -------------------------------------------- */

.gp-testi-container-mod {
    background-color: var(--light-10);
    padding: 72px 5%;
}

.gp-testi-content-mod {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 0;
}

.gp-testi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.gp-testi-card {
    background: var(--light-00);
    border: 1px solid var(--light-20);
    border-radius: 12px;
    padding: 24px;
}

.gp-testi-stars {
    color: var(--gp-gold);
    font-size: 16px;
    margin-bottom: 12px;
    letter-spacing: 2px;
}

.gp-testi-card blockquote {
    font-size: 14px;
    color: var(--dark-80);
    line-height: 1.65;
    font-style: italic;
    margin-bottom: 16px;
}

.gp-testi-name {
    font-size: 13px;
    font-weight: 700;
    color: var(--blue-90);
}

.gp-testi-meta {
    font-size: 12px;
    color: var(--dark-70);
    margin-top: 2px;
}

/* TEAM ---------------------------------------------- */

.gp-team-container-mod {
    background-color: var(--light-00);
    padding: 72px 5%;
    border-top: 1px solid var(--light-20);
}

.gp-team-content-mod {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

/* FAQ container/content styles now live in faq-section.css (shared _FAQ partial). */

/* AGENT CTA ----------------------------------------------- */

.gp-agent-container-mod {
    background-color: var(--blue-05);
    border-top: 1px solid var(--light-20);
    border-bottom: 1px solid var(--light-20);
    padding: 36px 5%;
    text-align: center;
}

.gp-agent-content-mod {
    padding: 0;
    max-width: 680px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.gp-agent-content-mod p {
    font-size: 16px;
    color: var(--blue-90);
    margin: 0;
}

.gp-agent-link {
    color: var(--blue-50);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border-bottom: 1px solid var(--blue-50);
    padding-bottom: 1px;
    transition: color 0.15s, border-color 0.15s;
}

.gp-agent-link:hover {
    color: var(--blue-70);
    border-color: var(--blue-70);
}

/* INQUIRY ------------------------------------------------- */

.gp-inq-container-mod {
    background-color: var(--blue-90);
}

.gp-inq-content-mod {
    padding: 80px 5%;
}

.gp-inq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-top: 48px;
    align-items: start;
}

.gp-inq-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gp-inq-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
}

.gp-check {
    width: 22px;
    height: 22px;
    background: var(--gp-teal-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.gp-check svg {
    width: 12px;
    height: 12px;
    stroke: #5dd4df;
    fill: none;
}

.gp-inq-phone {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 20px;
    line-height: 1.7;
}

.gp-form-wrap {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    min-height: 480px;
    display: flex;
    align-items: flex-start;
}

.gp-form-wrap .hs-form-frame {
    width: 100%;
    min-height: 450px;
}

/* RESPONSIVE ---------------------------------------------- */

@media screen and (max-width: 1024px) {
    .gp-inc-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gp-who-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .gp-hero-content-mod {
        padding: 56px 5%;
    }

    .gp-story-card {
        grid-template-columns: 1fr;
    }

    .gp-story-card-image {
        min-height: 160px;
    }

    .gp-port-addon {
        display: none;
    }

    .gp-port-row {
        grid-template-columns: 120px 1fr;
    }

    .hi-steps-mod {
        grid-template-columns: repeat(2, 1fr);
    }

    .hi-steps-mod::before {
        display: none;
    }

    .gp-who-grid {
        grid-template-columns: 1fr 1fr;
    }

    .gp-copy-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .gp-testi-grid {
        grid-template-columns: 1fr;
    }

    .gp-inq-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}

@media screen and (max-width: 540px) {
    .main-button {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .ghost-button {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .gp-hero-stats {
        gap: 24px;
    }

    .gp-inc-grid {
        grid-template-columns: 1fr;
    }

    .gp-who-grid {
        grid-template-columns: 1fr;
    }

    .gp-dest-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gp-interest-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hi-steps-mod {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .hi-step {
        padding: 0 16px;
    }

    .gp-belong-content-mod {
        flex-direction: column;
        gap: 20px;
    }

    .gp-belong-content-mod button {
        width: 100%;
    }
}