/* ClubCruise marketing-page polish.
   Layered on top of site.css. Only applied on body.marketing pages. */

body.marketing {
    color: #1f2328;
    background: #fff;
}

/* The /  landing page goes edge-to-edge (no max-width on main) */
body.marketing.landing main.landing-main {
    max-width: none;
    padding: 0;
}

/* Header is transparent on landing, sits over the hero */
body.marketing.landing .site-header.over-hero {
    position: absolute;
    top: 0; left: 0; right: 0;
    background: transparent;
    border-bottom: 0;
    z-index: 5;
}
body.marketing.landing .site-header.over-hero .brand,
body.marketing.landing .site-header.over-hero nav a {
    color: #fff;
}
body.marketing.landing .site-header.over-hero nav a:hover {
    color: #ddd;
}
body.marketing.landing .site-header.over-hero .btn-primary {
    background: #fff;
    color: #0b1220;
    border-color: #fff;
}
body.marketing.landing .site-header.over-hero .btn-primary:hover {
    background: #f0f0f0;
}

/* =============================================================== HERO */
.hero-full {
    position: relative;
    min-height: 720px;
    padding: 140px 24px 80px;
    color: #fff;
    background-size: cover;
    background-position: center 30%;
    display: flex;
    align-items: center;
}
.hero-inner {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}
.hero-full .eyebrow {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 14px;
}
.hero-full h1 {
    font-size: 60px;
    line-height: 1.05;
    margin: 0 0 18px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.hero-full .lead {
    font-size: 19px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.92);
    margin: 0 auto 30px;
    max-width: 660px;
}
.hero-cta {
    display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
}
.hero-microcopy {
    margin-top: 22px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}
.btn-ghost {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(2px);
}
.btn-ghost:hover {
    background: rgba(255, 255, 255, 0.18);
    text-decoration: none;
}

/* =============================================================== BANDS */
.band, .band-dark {
    padding: 32px 24px;
    text-align: center;
}
.band {
    background: #f6f8fa;
    border-bottom: 1px solid #eaeef2;
}
.band-label {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
    color: #57606a;
    font-weight: 600;
    margin: 0 0 14px;
}
.chip-row {
    display: flex; flex-wrap: wrap; gap: 8px; justify-content: center;
}
.chip {
    background: #fff;
    border: 1px solid #d0d7de;
    padding: 6px 14px;
    border-radius: 99px;
    font-size: 13px;
    color: #424a53;
    white-space: nowrap;
}

.band-dark {
    background: #0b1220;
    color: #e6edf3;
    padding: 80px 24px;
}

/* =============================================================== FEATURE ROWS */
.feature-row {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.feature-row.reverse .feature-text { order: 2; }
.feature-row.reverse .feature-shot { order: 1; }
.feature-text h2 {
    font-size: 36px;
    line-height: 1.15;
    margin: 0 0 16px;
    letter-spacing: -0.01em;
}
.feature-text p {
    color: #424a53;
    line-height: 1.65;
    font-size: 16px;
    margin: 0 0 16px;
}
.eyebrow {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
    font-weight: 600;
    color: #57606a;
    margin: 0 0 10px;
}
.eyebrow.accent { color: #1f6feb; }
.eyebrow.accent-light { color: #58a6ff; }

.checklist {
    list-style: none; padding: 0; margin: 16px 0 0;
}
.checklist li {
    padding: 6px 0 6px 28px;
    position: relative;
    line-height: 1.55;
    color: #424a53;
}
.checklist li::before {
    content: '✓';
    position: absolute; left: 4px; top: 6px;
    color: #1a7f37;
    font-weight: 700;
}
.checklist.light li { color: #c6d2e0; }
.checklist.light li::before { color: #56d364; }

/* Phone frame */
.feature-shot { text-align: center; }
.phone-frame {
    display: inline-block;
    padding: 12px;
    background: #1f2328;
    border-radius: 38px;
    box-shadow: 0 18px 48px rgba(0,0,0,0.18), 0 4px 12px rgba(0,0,0,0.1);
    max-width: 320px;
}
.phone-frame img {
    display: block;
    width: 100%;
    border-radius: 28px;
    background: #fff;
}

/* =============================================================== HOW IT WORKS */
.how {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 24px;
    text-align: center;
}
.how h2 {
    font-size: 36px;
    margin: 0 0 12px;
    letter-spacing: -0.01em;
}
.lead-sm {
    font-size: 18px;
    margin: 0 auto 40px;
    max-width: 600px;
    line-height: 1.55;
}
.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 24px;
}
.step {
    text-align: left;
    background: #fff;
    border: 1px solid #d0d7de;
    border-radius: 14px;
    padding: 28px 24px;
    position: relative;
}
.step-num {
    width: 38px; height: 38px;
    background: linear-gradient(135deg, #1f6feb, #4493f8);
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
    font-size: 17px;
    display: flex; align-items: center; justify-content: center;
    margin: 0 0 14px;
}
.step h3 { margin: 0 0 8px; font-size: 18px; }
.step p { margin: 0; color: #57606a; line-height: 1.55; font-size: 15px; }
.how-cta { margin-top: 40px; }

/* =============================================================== ADMIN PREVIEW */
.admin-preview {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 50px;
    align-items: center;
}
.admin-preview h2 {
    color: #fff;
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 16px;
}
.admin-preview p {
    color: #c6d2e0;
    line-height: 1.65;
    font-size: 16px;
}
.screen-frame {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 24px 60px rgba(0,0,0,0.4);
    display: block;
    border: 1px solid rgba(255,255,255,0.1);
}

/* =============================================================== USE CASES */
.usecases {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 24px;
    text-align: center;
}
.usecases h2 {
    font-size: 36px;
    margin: 0 0 40px;
    letter-spacing: -0.01em;
}
.usecase-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 20px;
}
.usecase-card {
    background: #fff;
    border: 1px solid #d0d7de;
    border-radius: 14px;
    overflow: hidden;
    text-align: left;
    transition: transform 0.15s, box-shadow 0.15s;
}
.usecase-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}
.usecase-card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    display: block;
    background: #f6f8fa;
}
.usecase-body {
    padding: 18px 18px 22px;
}
.usecase-body h3 { margin: 0 0 6px; font-size: 17px; }
.usecase-body p { margin: 0; color: #57606a; font-size: 14px; line-height: 1.5; }

/* =============================================================== TRUST */
.trust {
    background: #f6f8fa;
    padding: 80px 24px;
    text-align: center;
}
.trust h2 {
    font-size: 32px;
    margin: 0 0 40px;
    letter-spacing: -0.01em;
}
.trust-grid {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    text-align: left;
}
.trust-grid > div {
    background: #fff;
    border: 1px solid #d0d7de;
    border-radius: 10px;
    padding: 20px;
}
.trust-grid h4 { margin: 0 0 6px; font-size: 16px; }
.trust-grid p { margin: 0; color: #57606a; line-height: 1.5; }

/* =============================================================== FAQ */
.faq {
    max-width: 760px;
    margin: 0 auto;
    padding: 80px 24px;
}
.faq h2 {
    font-size: 32px;
    text-align: center;
    margin: 0 0 32px;
    letter-spacing: -0.01em;
}
.faq details {
    border-bottom: 1px solid #d0d7de;
    padding: 18px 0;
}
.faq details:last-child { border-bottom: 0; }
.faq summary {
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
    content: '+';
    font-size: 22px;
    color: #57606a;
    transition: transform 0.15s;
    line-height: 1;
}
.faq details[open] summary::after { content: '−'; }
.faq details p {
    margin: 14px 0 0;
    color: #424a53;
    line-height: 1.65;
    font-size: 15px;
}

/* =============================================================== FINAL CTA */
.final-cta {
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    padding: 96px 24px;
}
.final-cta-inner {
    max-width: 700px;
    margin: 0 auto;
}
.final-cta h2 {
    font-size: 40px;
    color: #fff;
    margin: 0 0 12px;
    line-height: 1.15;
    letter-spacing: -0.01em;
}
.final-cta p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.88);
    margin: 0 0 28px;
}

/* =============================================================== FOOTER */
.site-footer {
    padding: 60px 24px 24px;
    background: #0b1220;
    color: #c6d2e0;
    border-top: 0;
}
.site-footer .footer-row {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 32px;
}
.site-footer .footer-row > div { font-size: 14px; }
.site-footer .footer-row strong { color: #fff; display: block; margin-bottom: 10px; }
.site-footer .footer-row ul { list-style: none; padding: 0; margin: 0; }
.site-footer .footer-row li { padding: 4px 0; }
.site-footer .footer-row a { color: #c6d2e0; }
.site-footer .footer-row a:hover { color: #fff; }
.site-footer .footer-row .small { color: #8b98a8; line-height: 1.6; margin: 0; max-width: 320px; }
.site-footer .footer-credit {
    max-width: 1100px;
    margin: 32px auto 0;
    padding-top: 20px;
    border-top: 1px solid #1e2a3a;
    color: #8b98a8;
}
.site-footer .footer-credit a { color: #a1b2c4; }

/* =============================================================== RESPONSIVE */
@media (max-width: 900px) {
    .hero-full { min-height: 580px; padding: 110px 20px 60px; }
    .hero-full h1 { font-size: 40px; }
    .hero-full .lead { font-size: 17px; }

    .feature-row {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 56px 20px;
    }
    .feature-row.reverse .feature-text { order: 1; }
    .feature-row.reverse .feature-shot { order: 2; }
    .feature-text h2 { font-size: 28px; }

    .steps { grid-template-columns: 1fr; }
    .admin-preview { grid-template-columns: 1fr; gap: 32px; }
    .admin-preview h2 { font-size: 26px; }

    .usecases h2, .trust h2, .faq h2, .how h2 { font-size: 28px; }
    .final-cta { padding: 64px 20px; }
    .final-cta h2 { font-size: 30px; }

    .site-footer .footer-row { grid-template-columns: 1fr 1fr; }

    /* Header on small landing: keep dark text legible on hero */
    body.marketing.landing .site-header.over-hero nav a:not(.btn) { display: none; }
    body.marketing.landing .site-header.over-hero nav .btn { display: inline-block; }
}

@media (max-width: 520px) {
    .hero-full h1 { font-size: 32px; }
    .hero-full .lead { font-size: 16px; }
    .site-header { padding: 12px 16px; }
    .site-header nav { gap: 10px; }
    .site-footer .footer-row { grid-template-columns: 1fr; }
}
