/* ============================================================
   How It Works page — vhiw-*
   Navy: #012255  |  Yellow: #FAAF16
   ============================================================ */

.vhiw-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ── Shared typography ── */
.vhiw-label {
    display: block;
    font-size: var(--victor-fs-xs);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #012255;
    margin-bottom: 12px;
}
.vhiw-label--light { color: rgba(255,255,255,0.65); }

.vhiw-section-title {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 16px;
    color: #012255;
}
.vhiw-section-body {
    font-size: var(--victor-fs-md);
    line-height: 1.7;
    color: #3a4a6b;
    max-width: 680px;
    margin: 0 0 48px;
}

/* ── Shared buttons ── */
/* Same metrics as the global .victor-btn so every button reads the same */
.vhiw-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: var(--victor-space-sm) var(--victor-space-lg);
    border-radius: var(--victor-radius-md);
    font-size: var(--victor-fs-base);
    font-weight: var(--victor-fw-semibold);
    text-decoration: none;
    transition: opacity 0.18s, background 0.18s;
}
.vhiw-btn--yellow {
    background: #FAAF16;
    color: #012255;
}
.vhiw-btn--yellow:hover { opacity: 0.88; }
.vhiw-btn--outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.55);
}
.vhiw-btn--outline:hover { border-color: #fff; background: rgba(255,255,255,0.08); }

/* ══════════════════════════════════════════════
   1. HERO — navy split
   ══════════════════════════════════════════════ */
.vhiw-hero {
    background: #012255;
    padding: 80px 0;
    color: #fff;
}
.vhiw-hero__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
.vhiw-hero__text { display: flex; flex-direction: column; }
.vhiw-hero__title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 20px;
}
.vhiw-hero__body {
    font-size: var(--victor-fs-md);
    line-height: 1.7;
    color: rgba(255,255,255,0.8);
    margin: 0 0 36px;
}
.vhiw-hero__actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.vhiw-hero__photo img {
    width: 100%;
    border-radius: 10px;
    display: block;
    object-fit: cover;
    max-height: 440px;
}
.vhiw-hero__photo-placeholder {
    width: 100%;
    min-height: 360px;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
}
/* Photo anchored to the section bottom edge, no blob (the artwork
   itself carries the yellow circle when needed). */
.vhiw-hero__photo--blob {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    align-self: end;
    margin-bottom: -80px; /* cancels the section's bottom padding */
}
.vhiw-hero__photo--blob img {
    max-width: min(520px, 100%);
    max-height: none;
    border-radius: 0;
}
@media (max-width: 860px) {
    .vhiw-hero__inner  { grid-template-columns: 1fr; }
    .vhiw-hero__photo  { order: -1; }
    .vhiw-hero__photo-placeholder { min-height: 240px; }
    /* Photo sits above the text on mobile: no bottom-anchor pull */
    .vhiw-hero__photo--blob { margin-bottom: 0; align-self: auto; }
}

/* ══════════════════════════════════════════════
   2. STARTING POINTS
   ══════════════════════════════════════════════ */
.vhiw-start {
    background: #fff;
    padding: 80px 0;
}
.vhiw-start__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
/* Three card styles per mockup: outline, yellow, navy. */
.vhiw-start__card {
    border-radius: 10px;
    padding: 32px 28px 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.vhiw-start__card--outline {
    background: #fff;
    border: 2px solid #e5e9f0;
    color: #012255;
}
.vhiw-start__card--yellow {
    background: #FAAF16;
    color: #012255;
}
.vhiw-start__card--navy {
    background: #012255;
    color: #fff;
}
.vhiw-start__card-title {
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0;
    color: inherit;
}
.vhiw-start__card-body {
    font-size: var(--victor-fs-sm);
    line-height: 1.6;
    color: inherit;
    opacity: 0.85;
    margin: 0;
    flex: 1;
}
.vhiw-start__card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: var(--victor-fs-sm);
    font-weight: 700;
    color: inherit;
    text-decoration: none;
    margin-top: auto;
}
.vhiw-start__card--navy .vhiw-start__card-link { color: #FAAF16; }
.vhiw-start__card-link::after { content: '→'; }

/* ══════════════════════════════════════════════
   3. JOURNEY STEPS
   ══════════════════════════════════════════════ */
.vhiw-steps {
    background: #fff;
    padding: 80px 0;
}
/* One big rounded card per step, number circle outside on the left,
   a yellow line threading through the circles. Alternation per mockup:
   odd = gray card + yellow number, even = navy-outlined card + navy number. */
.vhiw-steps__list {
    list-style: none;
    margin: 40px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}
.vhiw-steps__list::before {
    content: '';
    position: absolute;
    left: 33px;
    top: 28px;
    bottom: 28px;
    width: 2px;
    background: #FAAF16;
}
.vhiw-step {
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 24px;
    position: relative;
}
.vhiw-step__num {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #FAAF16;
    color: #012255;
    font-size: 1.15rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    position: relative;
    z-index: 1;
}
.vhiw-step:nth-child(even) .vhiw-step__num {
    background: #012255;
    color: #fff;
}
.vhiw-step__card {
    background: #f4f6fa;
    border-radius: 16px;
    padding: 40px 48px;
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 40px;
    align-items: center;
}
.vhiw-step:nth-child(even) .vhiw-step__card {
    background: #fff;
    border: 2px solid #012255;
}
.vhiw-step__label {
    font-size: var(--victor-fs-xs);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #7a8699;
    margin: 0 0 10px;
}
.vhiw-step__title {
    font-size: 1.6rem;
    font-weight: 800;
    color: #012255;
    margin: 0 0 14px;
    line-height: 1.2;
}
.vhiw-step__desc {
    font-size: var(--victor-fs-base);
    line-height: 1.7;
    color: #3a4a6b;
    margin: 0;
}
.vhiw-step__expect {
    background: #fff;
    border: 1px solid #e5e9f0;
    border-radius: 12px;
    padding: 24px 26px;
}
.vhiw-step:nth-child(even) .vhiw-step__expect {
    background: #f7f8fc;
}
.vhiw-step__expect-label {
    font-size: var(--victor-fs-xs);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #012255;
    margin: 0 0 10px;
}
.vhiw-step__expect-text {
    font-size: var(--victor-fs-sm);
    line-height: 1.65;
    color: #3a4a6b;
    margin: 0;
}

/* ══════════════════════════════════════════════
   4. BEHIND THE SCENES — yellow band, white cards
   ══════════════════════════════════════════════ */
.vhiw-behind {
    background: #FAAF16;
    padding: 80px 0;
    color: #012255;
}
.vhiw-behind .vhiw-label--light { color: #012255; opacity: 0.7; }
.vhiw-behind .vhiw-section-title { color: #012255; }
.vhiw-behind .vhiw-section-body  { color: #012255; opacity: 0.8; max-width: 760px; }
.vhiw-behind__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.vhiw-behind__card {
    background: #fff;
    border-radius: 10px;
    padding: 28px 24px;
}
.vhiw-behind__card-title {
    font-size: var(--victor-fs-base);
    font-weight: 800;
    color: #012255;
    margin: 0 0 10px;
}
.vhiw-behind__card-desc {
    font-size: var(--victor-fs-sm);
    line-height: 1.6;
    color: #3a4a6b;
    margin: 0;
}

/* ══════════════════════════════════════════════
   5. FAQ — centered header, single-column cards
   ══════════════════════════════════════════════ */
.vhiw-faq {
    background: #f7f8fc;
    padding: 80px 0;
}
.vhiw-faq .vhiw-label,
.vhiw-faq .vhiw-section-title {
    text-align: center;
}
.vhiw-faq .vhiw-section-title { margin-bottom: 40px; }
.vhiw-faq__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 880px;
    margin: 0 auto;
}
.vhiw-faq__item {
    background: #fff;
    border: 1px solid #e5e9f0;
    border-radius: 10px;
    padding: 22px 28px;
}
.vhiw-faq__q {
    font-size: var(--victor-fs-base);
    font-weight: 800;
    color: #012255;
    margin: 0 0 6px;
}
.vhiw-faq__a {
    font-size: var(--victor-fs-sm);
    line-height: 1.65;
    color: #3a4a6b;
    margin: 0;
}

/* ══════════════════════════════════════════════
   6. FINAL CTA
   ══════════════════════════════════════════════ */
.vhiw-cta {
    background: #f7f8fc;
    padding: 64px 0;
}
.vhiw-cta__card {
    background: #012255;
    border-radius: 16px;
    padding: 56px 64px;
    text-align: center;
    color: #fff;
}
.vhiw-cta__title {
    font-size: clamp(1.5rem, 2.8vw, 2.2rem);
    font-weight: 900;
    margin: 0 0 16px;
    color: #fff;
}
.vhiw-cta__body {
    font-size: var(--victor-fs-md);
    line-height: 1.7;
    color: rgba(255,255,255,0.75);
    max-width: 560px;
    margin: 0 auto 36px;
}
.vhiw-cta__actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ══════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════ */
@media (max-width: 900px) {
    .vhiw-start__cards        { grid-template-columns: 1fr; }
    .vhiw-step__card          { grid-template-columns: 1fr; gap: 24px; padding: 28px 28px; }
}
@media (max-width: 600px) {
    .vhiw-behind__cards       { grid-template-columns: 1fr; }
    .vhiw-cta__card           { padding: 40px 24px; }
    .vhiw-steps__list::before { left: 21px; }
    .vhiw-step                { grid-template-columns: 44px 1fr; gap: 14px; }
    .vhiw-step__num           { width: 42px; height: 42px; font-size: 0.95rem; margin-top: 16px; }
}
