/* ============================================================
   Get Information / Book a Demo Page (live /demo)
   All rules scoped under #get-info-template (gi- prefix)
   Tokens match golf-lp-styles.css / site design system
   Mobile-first priority: Freshworks-injected forms must never
   be squeezed by container padding on small screens.
   ============================================================ */

#get-info-template {
    --blue: #2878B6;
    --blue-dark: #1F3C57;
    --blue-deep: #16293C;
    --gold: #E9B01F;
    --gold-dark: #C99614;
    --ink: #1F2933;
    --ink-2: #3E4C59;
    --ink-3: #616E7C;
    --bg-section: #F9FAFB;
    --line: #E4E7EB;
    --radius-lg: 18px;
    --radius-md: 12px;
    --radius-sm: 8px;
    --shadow-card: 0 10px 30px rgba(31, 60, 87, 0.10);
    --shadow-soft: 0 4px 14px rgba(31, 60, 87, 0.08);
    font-family: 'Hind', 'Helvetica Neue', Arial, sans-serif;
    color: var(--ink);
    font-size: 17px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

#get-info-template *,
#get-info-template *:before,
#get-info-template *:after {
    box-sizing: border-box;
}

#get-info-template img {
    max-width: 100%;
    height: auto;
}

#get-info-template h1,
#get-info-template h2,
#get-info-template h3,
#get-info-template h4 {
    font-family: 'Hind', 'Helvetica Neue', Arial, sans-serif;
    color: var(--ink);
    margin: 0 0 16px;
    line-height: 1.2;
    font-weight: 700;
}

#get-info-template p {
    margin: 0 0 16px;
}

#get-info-template .gi-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
}

#get-info-template .gi-section {
    padding: 64px 0;
}

#get-info-template .gi-kicker {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 13px;
    font-weight: 700;
    color: var(--blue);
    margin-bottom: 12px;
}

#get-info-template .gi-section-header {
    max-width: 760px;
    margin: 0 auto 40px;
    text-align: center;
}

#get-info-template .gi-section-header h2 {
    font-size: 32px;
}

#get-info-template .gi-section-header p {
    color: var(--ink-3);
    font-size: 18px;
}

/* Anchor targets clear the sticky header */
#get-info-template [id] {
    scroll-margin-top: 96px;
}

/* ---------- Buttons ---------- */
/* Enterprise button treatment: square corners, thin profile */
#get-info-template .gi-btn {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border: 2px solid transparent;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

#get-info-template .gi-btn-gold {
    background: var(--gold);
    color: #1a1a1a;
    box-shadow: 0 6px 18px rgba(233, 176, 31, 0.35);
}

#get-info-template .gi-btn-gold:hover,
#get-info-template .gi-btn-gold:focus {
    background: var(--gold-dark);
    color: #1a1a1a;
    text-decoration: none;
    transform: translateY(-2px);
}

#get-info-template .gi-btn-outline {
    border-color: rgba(255, 255, 255, 0.75);
    color: #fff;
    background: transparent;
}

#get-info-template .gi-btn-outline:hover,
#get-info-template .gi-btn-outline:focus {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    text-decoration: none;
}

#get-info-template .gi-learn-more {
    color: var(--blue);
    font-weight: 700;
    font-size: 15.5px;
    text-decoration: none;
    white-space: nowrap;
}

#get-info-template .gi-learn-more:hover,
#get-info-template .gi-learn-more:focus {
    color: var(--blue-dark);
    text-decoration: underline;
}

/* ============================================================
   HERO (compact gradient, no image, forms visible below fold)
   ============================================================ */
#get-info-template .gi-hero {
    background: linear-gradient(120deg, var(--blue-deep) 0%, var(--blue-dark) 55%, #29506F 100%);
    padding: 56px 0;
    text-align: center;
}

#get-info-template .gi-hero .gi-kicker {
    color: var(--gold);
}

#get-info-template .gi-hero h1 {
    color: #fff;
    font-size: 38px;
    line-height: 1.15;
    max-width: 760px;
    margin: 0 auto 14px;
}

#get-info-template .gi-hero-sub {
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    max-width: 620px;
    margin: 0 auto 26px;
}

#get-info-template .gi-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

#get-info-template .gi-hero-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

#get-info-template .gi-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff;
    border-radius: 30px;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 600;
}

#get-info-template .gi-chip svg {
    color: var(--gold);
    flex-shrink: 0;
}

/* Hind renders glyphs high in their line box; nudge labels to true center */
#get-info-template .gi-chip-label {
    position: relative;
    top: 1.5px;
}

/* ============================================================
   FORMS SECTION (the point of the page)
   ============================================================ */
#get-info-template .gi-forms {
    background: var(--bg-section);
    padding: 56px 0;
}

#get-info-template .gi-forms-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

#get-info-template .gi-form-card {
    background: #fff;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
    padding: 26px 28px;
    display: flex;
    flex-direction: column;
}

#get-info-template .gi-card-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    background: rgba(233, 176, 31, 0.16);
    color: #8a6a12;
    border-radius: 30px;
    padding: 6px 14px;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
}

#get-info-template .gi-card-badge-blue {
    background: rgba(40, 120, 182, 0.12);
    color: var(--blue);
}

#get-info-template .gi-form-card h2 {
    font-size: 24px;
    margin-bottom: 8px;
}

#get-info-template .gi-card-desc {
    color: var(--ink-3);
    font-size: 15.5px;
    margin-bottom: 16px;
}

#get-info-template .gi-benefits {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}

#get-info-template .gi-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    color: var(--ink-2);
    font-size: 15.5px;
    font-weight: 600;
}

#get-info-template .gi-benefits svg {
    color: var(--blue);
    flex-shrink: 0;
    margin-top: 3px;
}

/* The Freshworks embed wrapper: NO horizontal padding, ever.
   The form is injected by JS and must get the card's full width. */
#get-info-template .gi-form-embed {
    padding: 0;
    margin: 0 0 16px;
    min-height: 300px;
}

/* Injected Freshworks widget overrides (carried over from the live page) */
#get-info-template .fs-webform-container .fserv-container {
    box-shadow: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
}

#get-info-template .powered-by {
    display: none !important;
}

#get-info-template .gi-card-footer {
    background: var(--bg-section);
    border-radius: var(--radius-sm);
    padding: 12px 16px;
    color: var(--ink-3);
    font-size: 14.5px;
    margin-top: auto;
}

#get-info-template .gi-card-footer p {
    margin: 0;
}

#get-info-template .gi-card-footer strong {
    color: var(--ink);
}

/* Help note under the cards */
#get-info-template .gi-help {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 20px 22px;
    margin-top: 24px;
}

#get-info-template .gi-help svg {
    color: var(--blue);
    flex-shrink: 0;
    margin-top: 2px;
}

#get-info-template .gi-help h3 {
    font-size: 17px;
    margin-bottom: 4px;
}

#get-info-template .gi-help p {
    color: var(--ink-3);
    font-size: 15px;
    margin: 0;
}

#get-info-template .gi-help a {
    color: var(--blue);
    font-weight: 700;
    text-decoration: none;
}

#get-info-template .gi-help a:hover,
#get-info-template .gi-help a:focus {
    text-decoration: underline;
}

/* ============================================================
   TRUST LOGO BAR
   ============================================================ */
#get-info-template .gi-logos {
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 40px 0;
}

#get-info-template .gi-logos-title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 13px;
    font-weight: 700;
    color: var(--ink-3);
    margin-bottom: 24px;
}

/* Endless auto-scrolling logo carousel (pure CSS marquee).
   Two identical sets in the track; animating to -50% loops seamlessly. */
#get-info-template .gi-logos-marquee {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
    mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

#get-info-template .gi-logos-track {
    display: flex;
    width: max-content;
    animation: gi-logo-marquee 36s linear infinite;
}

#get-info-template .gi-logos-marquee:hover .gi-logos-track {
    animation-play-state: paused;
}

#get-info-template .gi-logos-set {
    display: flex;
    align-items: center;
    gap: 56px;
    padding-right: 56px;
}

#get-info-template .gi-logos-set img {
    height: 72px;
    width: auto;
    max-width: none;
    filter: grayscale(100%);
    opacity: 0.65;
    transition: filter 0.25s ease, opacity 0.25s ease;
}

#get-info-template .gi-logos-set img:hover {
    filter: grayscale(0);
    opacity: 1;
}

@keyframes gi-logo-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
    #get-info-template .gi-logos-track {
        animation: none;
        width: auto;
        flex-wrap: wrap;
        justify-content: center;
    }

    #get-info-template .gi-logos-set[aria-hidden="true"] {
        display: none;
    }

    #get-info-template .gi-logos-set {
        flex-wrap: wrap;
        justify-content: center;
        padding-right: 0;
    }
}

/* ============================================================
   CLUB TYPES STRIP (private clubs only, every type)
   ============================================================ */
#get-info-template .gi-club-types {
    background: #fff;
}

#get-info-template .gi-types-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

#get-info-template .gi-type-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(40, 120, 182, 0.08);
    border: 1px solid rgba(40, 120, 182, 0.22);
    color: var(--blue-dark);
    border-radius: 30px;
    padding: 9px 18px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

#get-info-template a.gi-type-chip:hover,
#get-info-template a.gi-type-chip:focus {
    background: var(--blue);
    border-color: var(--blue);
    color: #fff;
    text-decoration: none;
}

#get-info-template a.gi-type-chip:hover svg,
#get-info-template a.gi-type-chip:focus svg {
    color: var(--gold);
}

#get-info-template .gi-type-chip svg {
    color: var(--blue);
    flex-shrink: 0;
}

/* ============================================================
   FEATURE VALIDATION GRID
   ============================================================ */
#get-info-template .gi-features {
    background: var(--bg-section);
}

#get-info-template .gi-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 36px;
}

#get-info-template .gi-feature-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 24px 22px;
}

#get-info-template .gi-feature-shot {
    margin-bottom: 16px;
}

#get-info-template .gi-feature-shot img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--radius-sm);
}

#get-info-template .gi-feature-card h3 {
    font-size: 18.5px;
    margin-bottom: 8px;
}

#get-info-template .gi-feature-card p {
    color: var(--ink-3);
    font-size: 15.5px;
    margin: 0;
}

#get-info-template .gi-features-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px 26px;
}

/* ============================================================
   TESTIMONIALS (2x2)
   ============================================================ */
#get-info-template .gi-testimonials {
    background: #fff;
}

#get-info-template .gi-testimonials-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

#get-info-template .gi-testimonial-card {
    background: var(--bg-section);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 28px 26px;
    display: flex;
    flex-direction: column;
}

#get-info-template .gi-quote-mark {
    color: var(--gold);
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

#get-info-template .gi-testimonial-card blockquote {
    margin: 0 0 20px;
    padding: 0;
    border: 0;
    color: var(--ink-2);
    font-size: 15.5px;
    line-height: 1.65;
    flex-grow: 1;
}

#get-info-template .gi-testimonial-who {
    display: flex;
    align-items: center;
    gap: 14px;
    border-top: 1px solid var(--line);
    padding-top: 18px;
}

#get-info-template .gi-testimonial-who img {
    max-height: 44px;
    width: auto;
}

#get-info-template .gi-testimonial-who strong {
    display: block;
    font-size: 15px;
    color: var(--ink);
}

#get-info-template .gi-testimonial-who span {
    display: block;
    font-size: 13.5px;
    color: var(--ink-3);
}

/* ============================================================
   FAQ
   ============================================================ */
#get-info-template .gi-faq {
    background: var(--bg-section);
}

#get-info-template .gi-faq-list {
    max-width: 800px;
    margin: 0 auto;
}

#get-info-template .gi-faq-item {
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    margin-bottom: 12px;
    background: #fff;
}

#get-info-template .gi-faq-item summary {
    cursor: pointer;
    list-style: none;
    padding: 18px 52px 18px 22px;
    font-size: 17px;
    font-weight: 700;
    color: var(--ink);
    position: relative;
}

#get-info-template .gi-faq-item summary::-webkit-details-marker {
    display: none;
}

#get-info-template .gi-faq-item summary:after {
    content: '+';
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 400;
    color: var(--blue);
}

#get-info-template .gi-faq-item[open] summary:after {
    content: '\2013';
}

#get-info-template .gi-faq-item .gi-faq-answer {
    padding: 0 22px 20px;
    color: var(--ink-3);
    font-size: 15.5px;
}

#get-info-template .gi-faq-item .gi-faq-answer p {
    margin: 0;
}

/* ============================================================
   FINAL CTA BAND
   ============================================================ */
#get-info-template .gi-final-cta {
    background: linear-gradient(120deg, var(--blue) 0%, var(--blue-dark) 100%);
    text-align: center;
    padding: 60px 0;
}

#get-info-template .gi-final-cta h2 {
    color: #fff;
    font-size: 30px;
}

#get-info-template .gi-final-cta p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    max-width: 640px;
    margin: 0 auto 26px;
}

#get-info-template .gi-final-cta a.gi-cta-contact {
    color: var(--gold);
    font-weight: 700;
    text-decoration: none;
}

#get-info-template .gi-final-cta a.gi-cta-contact:hover {
    text-decoration: underline;
}

/* ============================================================
   MOBILE STICKY CTA (hidden until the user scrolls past forms)
   ============================================================ */
#get-info-template .gi-sticky-cta {
    display: none;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991px) {
    #get-info-template .gi-hero h1 {
        font-size: 32px;
    }

    #get-info-template .gi-forms-grid,
    #get-info-template .gi-testimonials-grid {
        grid-template-columns: 1fr;
    }

    #get-info-template .gi-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    #get-info-template {
        font-size: 16px;
    }

    #get-info-template .gi-section {
        padding: 48px 0;
    }

    #get-info-template .gi-container {
        padding: 0 16px;
    }

    #get-info-template .gi-hero {
        padding: 40px 0;
    }

    #get-info-template .gi-forms {
        padding: 40px 0;
    }

    #get-info-template .gi-hero h1 {
        font-size: 26px;
    }

    #get-info-template .gi-hero-sub {
        font-size: 16px;
    }

    #get-info-template .gi-hero-ctas .gi-btn {
        width: 100%;
        max-width: 340px;
    }

    #get-info-template .gi-section-header h2,
    #get-info-template .gi-final-cta h2 {
        font-size: 25px;
    }

    #get-info-template .gi-features-grid {
        grid-template-columns: 1fr;
    }

    /* CRITICAL: keep the injected Freshworks forms full-width.
       Minimal card padding so the form never gets squished. */
    #get-info-template .gi-forms .gi-container {
        padding: 0 12px;
    }

    #get-info-template .gi-form-card {
        padding: 20px 12px;
    }

    /* Freshworks fields carry 30px internal side padding; reclaim it on phones */
    #get-info-template .fserv-field {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #get-info-template .gi-form-card h2,
    #get-info-template .gi-card-desc,
    #get-info-template .gi-benefits,
    #get-info-template .gi-card-badge,
    #get-info-template .gi-card-footer {
        margin-left: 6px;
        margin-right: 6px;
    }

    #get-info-template .gi-form-embed {
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }

    #get-info-template .gi-logos-set {
        gap: 32px;
        padding-right: 32px;
    }

    #get-info-template .gi-logos-set img {
        height: 52px;
    }

    #get-info-template .gi-help {
        flex-direction: column;
        gap: 10px;
    }

    /* Bottom-fixed CTA bar; shown only after scrolling past the forms */
    #get-info-template .gi-sticky-cta {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1050;
        background: #fff;
        border-top: 1px solid var(--line);
        box-shadow: 0 -6px 20px rgba(31, 60, 87, 0.15);
        padding: 10px 16px;
        transform: translateY(110%);
        transition: transform 0.25s ease;
    }

    #get-info-template .gi-sticky-cta.gi-sticky-visible {
        transform: translateY(0);
    }

    #get-info-template .gi-sticky-cta .gi-btn {
        display: block;
        width: 100%;
        padding: 11px 20px;
    }
} 