/* =========================================================
   HOMEPAGE — the shared look, applied on top of front-page.css.

   Loaded on the front page only, and every rule starts with body.home.
   Layout (hero + overlapping card, section order, grids, slider) is
   untouched; this file changes type, colour, separators and surfaces:

   - serif headings with the amber rule, Inter for text
   - the conversion card, tour rows, benefits and FAQ use the light
     panel from the tour pages (white, hairline border, soft shadow)
   - icon chips: amber tint + navy, as on What's Included
   - the benefits band turns light; the guides band stays dark green
     so the page still has one dark band before the footer
   ========================================================= */

body.home { background-color: var(--rva-page); }

:where(body.home .site-content) {
    color: var(--rva-body);
    font-family: var(--rva-inter);
    -webkit-font-smoothing: antialiased;
}
:where(body.home .site-content) :is(h1, h2, h3, h4) {
    color: var(--rva-navy);
    font-family: var(--rva-serif);
    font-weight: 700;
    letter-spacing: -0.015em;
}
:where(body.home .site-content) :is(button, input, select, textarea) { font-family: inherit; }


/* ---------- Section headers: left, serif, amber rule ---------- */
body.home .section-header { margin-bottom: 26px; text-align: left; }
body.home .section-title {
    color: var(--rva-navy);
    font-size: 27px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.12;
    margin: 0 0 14px;
    text-align: left;
    text-wrap: balance;
}
body.home .section-title::after {
    background: var(--rva-gold);
    border-radius: 4px;
    content: "";
    display: block;
    height: 4px;
    margin-top: 10px;
    width: 62px;
}
body.home .section-subtitle {
    color: #3b4760;
    font-size: 15.5px;
    line-height: 1.6;
    margin: 0;
    max-width: 62ch;
}
body.home .section-subtitle a,
body.home .intro-text p a {
    color: var(--rva-navy);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: var(--rva-gold);
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}
body.home .section-padding { padding: 46px 0; }


/* ---------- Conversion card over the hero ---------- */
body.home .info-card {
    border: 1px solid #eeede8;
    border-radius: 18px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 16px 40px rgba(15, 23, 42, 0.12);
}
body.home .info-card .tour-title {
    color: var(--rva-navy);
    font-size: 31px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.08;
    margin-bottom: 9px;
    text-wrap: balance;
}
body.home .info-card .tour-subtitle {
    color: #3b4760;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 1.5;
}
body.home .rva-rating { color: var(--rva-navy); font-size: 14px; }
body.home .rva-rating-stars { color: var(--rva-gold); font-size: 17px; }
body.home .rva-rating-score { font-size: 15px; font-weight: 700; }
body.home .rva-rating-count { color: #4b5563; font-size: 14px; }

body.home .rva-partner { color: var(--rva-navy); font-weight: 500; }
body.home .rva-partner svg { color: var(--rva-gold-text); }

body.home .info-card .rva-cta { border-radius: 11px; }
body.home .rva-secure-label { color: var(--rva-navy); font-weight: 600; }
body.home .rva-pay { border-color: #eeede8; }

/* Benefit grid: hairlines + amber chips */
body.home .rva-usp-grid { background-color: var(--rva-rule); border-color: #eeede8; border-radius: 14px; }
body.home .rva-usp-icon { background: var(--rva-chip); color: var(--rva-navy); height: 38px; width: 38px; }
body.home .rva-usp-icon svg { height: 20px; width: 20px; }
body.home .rva-usp-text { color: var(--rva-navy); font-size: 14px; font-weight: 600; }
body.home .info-card .rva-guarantee-panel { border-radius: 12px; }
body.home .rva-scarcity { color: var(--rva-soft); font-size: 14px; }


/* ---------- Intro (video + text) ---------- */
body.home .intro-image video { border-radius: 16px; box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08); }
body.home .intro-text p { color: var(--rva-body); font-size: 15.5px; line-height: 1.68; margin: 0 0 16px; }
body.home .rva-intro-cta {
    border-radius: 11px;
    box-shadow: 0 8px 22px rgba(245, 197, 24, 0.32);
    display: inline-block;
    flex: none;
    font-size: 15.5px;
    margin-top: 4px;
    padding: 15px 26px;
    width: auto;
}


/* ---------- Light band (benefits) ---------- */
body.home .bg-gray-full-width:not(.team-section) { background-color: #f6f6f3; border-color: var(--rva-rule); }

body.home .benefits-section.bg-gray-full-width { background-color: #f6f6f3; border-bottom: 1px solid var(--rva-rule); border-top: 1px solid var(--rva-rule); }
body.home .benefits-section.bg-gray-full-width::before,
body.home .benefits-section.bg-gray-full-width::after { display: none; }
body.home .benefits-section .section-header .section-title { color: var(--rva-navy); }
body.home .benefits-section .section-header .section-subtitle { color: #3b4760; }

body.home .benefits-section .rva-why-grid {
    background-color: var(--rva-rule);
    border: 1px solid #eeede8;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03), 0 10px 28px rgba(15, 23, 42, 0.045);
}
body.home .benefits-section .rva-why-item { background: #fff; }
body.home .benefits-section .rva-why-icon { background: var(--rva-chip); color: var(--rva-navy); height: 40px; width: 40px; }
body.home .benefits-section .rva-why-icon svg { height: 21px; width: 21px; }
body.home .benefits-section .rva-why-copy h3 { color: var(--rva-navy); font-size: 17.5px; letter-spacing: -0.01em; margin-bottom: 5px; }
body.home .benefits-section .rva-why-copy p { color: var(--rva-body); font-size: 14px; line-height: 1.55; }


/* ---------- Tours ---------- */
body.home .rva-tour-row {
    border-color: #eeede8;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03), 0 10px 28px rgba(15, 23, 42, 0.045);
}
body.home .rva-tour-row:hover { box-shadow: 0 2px 4px rgba(15, 23, 42, 0.04), 0 16px 36px rgba(15, 23, 42, 0.08); }
body.home .rva-tour-row-title a {
    color: var(--rva-navy);
    font-family: var(--rva-serif);
    font-size: 20.5px;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.15;
}
body.home .rva-tour-row-title a:hover { color: var(--rva-navy); text-decoration: underline; text-decoration-color: var(--rva-gold); text-decoration-thickness: 2px; text-underline-offset: 4px; }
body.home .rva-tour-row-desc { color: var(--rva-body); font-size: 14px; line-height: 1.55; }
body.home .rva-btn { border-radius: 11px; font-weight: 700; }
body.home .rva-btn small { font-weight: 500; opacity: 0.85; }


/* ---------- The guides: the one dark band ---------- */
body.home .team-section .section-header .section-title { color: #fff; }
body.home .team-section .section-header .section-subtitle { color: rgba(255, 255, 255, 0.78); }
body.home .team-section .member-name { color: #fff; font-family: var(--rva-serif); font-size: 21px; font-weight: 700; letter-spacing: -0.01em; }
body.home .team-section .member-name .member-alias { font-family: var(--rva-inter); font-size: 0.8em; font-weight: 500; letter-spacing: 0; opacity: 0.8; }
body.home .team-section .member-role { font-weight: 600; letter-spacing: 0.1em; }
body.home .team-section .team-member-card { border-radius: 16px; }


/* ---------- FAQ ---------- */
/* The accordion is an 800px column; its header lines up with it. */
body.home .faq-section .section-header { margin-left: auto; margin-right: auto; max-width: 800px; }
body.home .faq-item {
    border-color: #eeede8;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03), 0 6px 18px rgba(15, 23, 42, 0.04);
}
body.home .faq-item:hover { border-color: #e3e1d8; }
body.home .faq-item.is-active { border-color: var(--rva-gold); box-shadow: 0 2px 4px rgba(15, 23, 42, 0.04), 0 12px 30px rgba(15, 23, 42, 0.07); }
body.home .faq-question,
body.home .faq-item.is-active .faq-question { color: var(--rva-navy); font-family: var(--rva-inter); font-weight: 600; }
body.home .faq-icon { background: var(--rva-chip); color: var(--rva-navy); }
body.home .faq-item.is-active .faq-icon { background: var(--rva-gold); color: var(--rva-navy); }
body.home .faq-answer p,
body.home .faq-answer ul { color: var(--rva-body); }


/* ---------- Larger screens ---------- */
@media (min-width: 768px) {
    body.home .section-padding { padding: 76px 0; }
    body.home .section-header { margin-bottom: 36px; }
    body.home .section-title { font-size: 38px; margin-bottom: 18px; }
    body.home .section-title::after { margin-top: 12px; width: 72px; }
    body.home .section-subtitle { font-size: 17px; }

    body.home .info-card .tour-title { font-size: 42px; }
    body.home .info-card .tour-subtitle { font-size: 17px; }
    body.home .rva-usp-text { font-size: 14.5px; }

    body.home .intro-text p { font-size: 16.5px; line-height: 1.72; }
    body.home .rva-tour-row-title a { font-size: 26px; }
    body.home .rva-tour-row-desc { font-size: 15.5px; }
    body.home .benefits-section .rva-why-copy h3 { font-size: 19px; }
}
