/* ============================================================
   HOTEL RIVEL — REQUEST A GROUP PROPOSAL PAGE STYLESHEET
   Scope: .rivel-request-proposal-template (body also carries
   .rivel-site for shared header/footer/modal styles defined in
   global.css).

   Organized in the same order the sections appear on the page.
   Each section below has its own comment block and its own set
   of purpose-named classes (e.g. the form section uses
   .proposal-form-*, not a generic borrowed name) so the CSS maps
   directly onto page content. Every section here sits inside the
   standard .container (max-width: 1280px, centered) — there is no
   full-bleed two-column layout on this page, so the width
   mismatch seen on other zone pages doesn't apply here.
   ============================================================ */


/* ============================================================
   BASE / RESET
   ============================================================ */
.rivel-request-proposal-template *,
.rivel-request-proposal-template *::before,
.rivel-request-proposal-template *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.rivel-request-proposal-template a { text-decoration: none; color: inherit; }
.rivel-request-proposal-template ul { list-style: none; }
.rivel-request-proposal-template button { border: none; background: none; cursor: pointer; font-family: inherit; }
.rivel-request-proposal-template img { display: block; max-width: 100%; }
.rivel-request-proposal-template .text-ivory { color: var(--clr-warm-ivory); }
.rivel-request-proposal-template .text-terracotta { color: var(--clr-terracotta); }


/* ============================================================
   SHARED — EYEBROW LABELS
   Used at the top of every section on this page.
   ============================================================ */
.rivel-request-proposal-template .eyebrow-light-bg {
    display: flex; align-items: center; gap: 0.5rem;
    font-family: var(--font-primary); font-size: 0.75rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.15em;
    margin-bottom: 1rem; color: var(--clr-terracotta);
}
.rivel-request-proposal-template .eyebrow-dark-bg {
    display: flex; align-items: center; gap: 0.5rem;
    font-family: var(--font-primary); font-size: 0.75rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.15em;
    margin-bottom: 1rem; color: var(--clr-warm-ivory);
}


/* ============================================================
   SHARED — SECTION SCAFFOLDING
   Every section below (except the hero) follows this pattern: a
   full-width <section> with consistent padding, an inner
   .container capped at 1280px, and a .section-header-split intro
   (eyebrow + heading on one side, a short description on the
   other).
   ============================================================ */
.rivel-request-proposal-template section { padding: 5rem 1.5rem; }
.rivel-request-proposal-template .container { max-width: 1280px; margin: 0 auto; }
.rivel-request-proposal-template .section-header-split {
    display: flex; flex-direction: column; gap: 1.5rem;
    margin-bottom: 3rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(32,36,31,0.1);
}
.rivel-request-proposal-template .section-heading {
    font-family: var(--font-primary); font-size: clamp(1.75rem, 3.2vw, 2.75rem);
    font-weight: 500; letter-spacing: -0.02em; line-height: 1.1; color: var(--clr-primary-green);
}
.rivel-request-proposal-template .section-desc {
    font-family: var(--font-primary); font-size: 1rem; line-height: 1.7;
    color: var(--clr-text-secondary); max-width: 480px;
}
@media (min-width: 1024px) {
    .rivel-request-proposal-template section { padding: 7rem 2rem; }
    .rivel-request-proposal-template .section-header-split { flex-direction: row; justify-content: space-between; align-items: flex-end; gap: 3rem; }
}


/* ============================================================
   SECTION: HERO
   Compact variant — no breadcrumb, since this page isn't nested
   under a single parent (it's the shared destination behind every
   "Request a Group Proposal" button sitewide).
   ============================================================ */
.rivel-request-proposal-template .hero-section {
    position: relative;
    min-height: 60vh; min-height: 60dvh;
    margin-top: 0 !important;
    display: flex; align-items: flex-end;
    padding: 8rem 2rem 3.5rem;
    overflow: hidden;
    color: var(--clr-warm-ivory);
    isolation: isolate;
}
.rivel-request-proposal-template .hero-bg-img {
    position: absolute; inset: 0; width: 100%; height: 100%;
    object-fit: cover; z-index: -2;
}
.rivel-request-proposal-template .hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(210deg, rgba(16,42,32,0.10) 0%, rgba(16,42,32,0.75) 60%, rgba(10,26,20,0.95) 100%);
    z-index: -1;
}
.rivel-request-proposal-template .hero-container {
    width: 100%; max-width: 1280px; margin: 0 auto;
    display: flex; flex-direction: column; align-items: flex-start; gap: 0;
}
.rivel-request-proposal-template .hero-content-left { display: flex; flex-direction: column; max-width: 750px; padding-top: 0; }
.rivel-request-proposal-template .hero-eyebrow {
    font-family: var(--font-primary); font-size: 0.75rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.15em;
    margin-top: 1rem; margin-bottom: 1rem; color: var(--clr-warm-ivory);
}
.rivel-request-proposal-template .hero-title {
    font-family: var(--font-primary); font-size: clamp(1.8rem, 4vw, 3.5rem);
    font-weight: 700; text-transform: uppercase; line-height: 0.98;
    letter-spacing: -0.035em; margin-bottom: 1.25rem;
}
.rivel-request-proposal-template .hero-description {
    font-family: var(--font-primary); font-size: clamp(0.9rem, 1.2vw, 1rem);
    line-height: 1.6; color: rgba(245,242,233,0.85); max-width: 500px;
    margin-top: 0; margin-bottom: 2.25rem;
}
.rivel-request-proposal-template .hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.rivel-request-proposal-template .hero-btn-primary {
    font-family: var(--font-primary); font-size: 0.8125rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.05em; border-radius: 50px;
    display: inline-flex; align-items: center; gap: 1rem; text-decoration: none;
    background-color: var(--clr-warm-ivory); color: var(--clr-primary-green);
    padding: 0.375rem 0.375rem 0.375rem 1.5rem;
}
.rivel-request-proposal-template .hero-btn-primary:hover { background-color: #ffffff; }
.rivel-request-proposal-template .btn-icon-wrapper {
    background-color: rgba(24,58,43,0.1); border: 1px solid rgba(24,58,43,0.15);
    width: 36px; height: 36px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    transition: transform var(--transition-fast);
}
.rivel-request-proposal-template .hero-btn-primary:hover .btn-icon-wrapper { transform: translateY(2px); }
@media (max-width: 767px) {
    .rivel-request-proposal-template .hero-section { min-height: 50vh; min-height: 50svh; padding: 7rem 1.5rem 3rem; }
    .rivel-request-proposal-template .hero-content-left { max-width: 100%; }
    .rivel-request-proposal-template .hero-title { font-size: clamp(1.7rem, 8vw, 2.5rem); }
    .rivel-request-proposal-template .hero-description { font-size: 0.9rem; max-width: 100%; }
}


/* ============================================================
   SECTION: HOW IT WORKS
   Reused verbatim from the Plan Your Group hub's journey-step
   timeline component.
   ============================================================ */
.rivel-request-proposal-template .journey-section { background-color: var(--clr-primary-green); color: var(--clr-warm-ivory); }
.rivel-request-proposal-template .journey-intro { text-align: center; max-width: 640px; margin: 0 auto 3.5rem; }
.rivel-request-proposal-template .journey-intro .eyebrow-dark-bg { justify-content: center; }
.rivel-request-proposal-template .journey-track { display: flex; flex-direction: column; gap: 0; }
.rivel-request-proposal-template .journey-step { display: flex; gap: 1.5rem; position: relative; padding-bottom: 2.5rem; }
.rivel-request-proposal-template .journey-step:last-child { padding-bottom: 0; }
.rivel-request-proposal-template .journey-marker { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; }
.rivel-request-proposal-template .journey-dot { width: 44px; height: 44px; border-radius: 50%; background-color: var(--clr-terracotta); color: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rivel-request-proposal-template .journey-line { flex-grow: 1; width: 1px; background-color: rgba(245,242,233,0.2); margin-top: 0.5rem; }
.rivel-request-proposal-template .journey-step:last-child .journey-line { display: none; }
.rivel-request-proposal-template .journey-content { padding-top: 0.5rem; }
.rivel-request-proposal-template .journey-label { font-family: var(--font-primary); font-size: 0.6875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--clr-soft-sage); margin-bottom: 0.35rem; }
.rivel-request-proposal-template .journey-title { font-family: var(--font-primary); color: var(--clr-terracotta); font-size: 1.25rem; font-weight: 600; margin-bottom: 0.5rem; }
.rivel-request-proposal-template .journey-text { font-size: 0.9375rem; line-height: 1.6; color: rgba(245,242,233,0.8); max-width: 480px; }
@media (min-width: 1024px) {
    .rivel-request-proposal-template .journey-track { flex-direction: row; gap: 0; }
    .rivel-request-proposal-template .journey-step { flex-direction: column; padding-bottom: 0; padding-right: 2rem; flex: 1; }
    .rivel-request-proposal-template .journey-marker { flex-direction: row; width: 100%; }
    .rivel-request-proposal-template .journey-line { height: 1px; width: auto; margin-top: 0; margin-left: 0.5rem; }
    .rivel-request-proposal-template .journey-content { padding-top: 1.25rem; }
}


/* ============================================================
   SECTION: THE PROPOSAL FORM
   Two-column layout: checklist + trust row on the left, the
   sitewide proposal-form-box on the right, given more room and
   more supporting context than the compact version used
   elsewhere.
   ============================================================ */
.rivel-request-proposal-template .proposal-form-section { background-color: var(--clr-soft-cream); }
.rivel-request-proposal-template .proposal-form-layout { display: flex; flex-direction: column; gap: 3rem; }
.rivel-request-proposal-template .proposal-form-heading {
    font-family: var(--font-primary); font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 500; line-height: 1.15; margin-bottom: 1rem;
}
.rivel-request-proposal-template .proposal-form-desc { font-size: 1rem; line-height: 1.7; color: var(--clr-text-secondary); max-width: 460px; margin-bottom: 1.75rem; }
.rivel-request-proposal-template .proposal-checklist { display: flex; flex-direction: column; gap: 0.9rem; margin-bottom: 2.5rem; }
.rivel-request-proposal-template .proposal-checklist-item {
    display: flex; align-items: flex-start; gap: 0.75rem;
    font-size: 0.9375rem; line-height: 1.5; color: var(--clr-text-primary);
}
.rivel-request-proposal-template .proposal-checklist-icon {
    width: 22px; height: 22px; border-radius: 50%; background-color: var(--clr-primary-green);
    color: var(--clr-warm-ivory); display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; margin-top: 0.1rem;
}
.rivel-request-proposal-template .proposal-trust-row { display: flex; flex-wrap: wrap; gap: 2rem; padding-top: 1.75rem; border-top: 1px solid rgba(32,36,31,0.12); }
.rivel-request-proposal-template .proposal-trust-item { display: flex; flex-direction: column; gap: 0.35rem; }
.rivel-request-proposal-template .proposal-trust-value { font-family: var(--font-primary); font-size: 1.375rem; font-weight: 600; color: var(--clr-primary-green); }
.rivel-request-proposal-template .proposal-trust-label {
    font-family: var(--font-primary); font-size: 0.75rem; font-weight: 400;
    color: var(--clr-text-muted); max-width: 160px; line-height: 1.4;
}
.rivel-request-proposal-template .proposal-form-box { background-color: #ffffff; border-radius: 18px; padding: 2rem; box-shadow: 0 16px 40px rgba(16,42,32,0.08); }
.rivel-request-proposal-template .form-box-header { display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid rgba(32,36,31,0.1); }
.rivel-request-proposal-template .form-eyebrow { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; color: var(--clr-terracotta); text-transform: uppercase; }
.rivel-request-proposal-template .form-title { font-family: var(--font-primary); font-size: 1.375rem; font-weight: 600; }
.rivel-request-proposal-template .form-header-meta { display: flex; gap: 1rem; font-size: 0.75rem; color: var(--clr-text-muted); text-transform: uppercase; letter-spacing: 0.05em; }
@media (min-width: 1024px) {
    .rivel-request-proposal-template .proposal-form-layout { flex-direction: row; gap: 4rem; align-items: flex-start; }
    .rivel-request-proposal-template .proposal-form-intro,
    .rivel-request-proposal-template .proposal-form-box { flex: 1; min-width: 0; }
    .rivel-request-proposal-template .form-box-header { flex-direction: row; justify-content: space-between; align-items: flex-start; }
}


/* ============================================================
   SECTION: GOOD TO KNOW
   Standard stay-facts card strip.
   ============================================================ */
.rivel-request-proposal-template .stay-facts { background-color: var(--clr-warm-ivory); }
.rivel-request-proposal-template .stay-facts-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.rivel-request-proposal-template .stay-fact-card { background-color: #ffffff; border: 1px solid rgba(32,36,31,0.08); border-radius: 16px; padding: 1.75rem; }
.rivel-request-proposal-template .stay-fact-title { font-family: var(--font-primary); font-size: 1.0625rem; font-weight: 600; color: var(--clr-text-primary); margin-bottom: 0.6rem; }
.rivel-request-proposal-template .stay-fact-text { font-size: 0.9375rem; line-height: 1.6; color: var(--clr-text-secondary); }
@media (min-width: 768px) {
    .rivel-request-proposal-template .stay-facts-grid { grid-template-columns: repeat(3, 1fr); gap: 1.75rem; }
}


/* ============================================================
   SECTION: FAQ
   Standard sitewide accordion component.
   ============================================================ */
.rivel-request-proposal-template .faq-section { background-color: var(--clr-soft-cream); }
.rivel-request-proposal-template .faq-list { display: flex; flex-direction: column; gap: 0.75rem; max-width: 100%; }
.rivel-request-proposal-template .faq-item { background-color: #ffffff; border-radius: 14px; overflow: hidden; border: 1px solid rgba(32,36,31,0.08); }
.rivel-request-proposal-template .faq-question {
    width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
    padding: 1.25rem 1.5rem; text-align: left;
    font-family: var(--font-primary); font-size: 1rem; font-weight: 600; color: var(--clr-text-primary);
}
.rivel-request-proposal-template .faq-plus { font-size: 1.25rem; color: var(--clr-terracotta); transition: transform var(--transition-fast); flex-shrink: 0; }
.rivel-request-proposal-template .faq-item.active .faq-plus { transform: rotate(45deg); }
.rivel-request-proposal-template .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.rivel-request-proposal-template .faq-item.active .faq-answer { max-height: 260px; }
.rivel-request-proposal-template .faq-answer-inner { padding: 0 1.5rem 1.25rem; font-size: 0.9375rem; line-height: 1.65; color: var(--clr-text-secondary); }
