/* ==========================================================
   Rakhijau — landing.css
   Hanya dimuat di halaman depan.
   Token warna & font diwarisi dari main.css.
   ========================================================== */

.rh-landing {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow-x: clip;
}

.rh-section { padding: 92px 0; background: var(--rh-paper); }
.rh-section--sage { background: var(--rh-paper-2); }

.rh-section__title {
    font-size: clamp(30px, 4vw, 44px);
    margin: 0 0 14px;
    max-width: 660px;
}
.rh-section__lead {
    color: var(--rh-ink-soft);
    max-width: 580px;
    margin: 0 0 42px;
    font-size: 16.5px;
}
.rh-section__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 38px;
    flex-wrap: wrap;
}
.rh-section__head .rh-section__title { margin-bottom: 0; }

.rh-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
}

/* ---------- HERO ---------- */

.rh-hero {
    position: relative;
    overflow: hidden;
    padding: 96px 0 92px;
    color: var(--rh-ink);
    background: linear-gradient(175deg, #E3E8DA 0%, #F5F2E8 78%);
    background:
        radial-gradient(900px 420px at 100% 0%, color-mix(in srgb, var(--rh-sprout) 30%, transparent), transparent 70%),
        radial-gradient(760px 420px at 0% 100%, color-mix(in srgb, var(--rh-kraft) 45%, transparent), transparent 70%),
        linear-gradient(175deg, var(--rh-paper-2) 0%, var(--rh-paper) 78%);
}
/* Dua helai daun besar yang samar di latar, lengkap dengan tulang daunnya */
.rh-hero::before,
.rh-hero::after {
    content: '';
    position: absolute;
    pointer-events: none;
    border-radius: 0 100% 0 100%;
    background:
        linear-gradient(135deg, transparent 49.4%, rgba(255, 255, 255, 0.55) 49.6%, rgba(255, 255, 255, 0.55) 50.4%, transparent 50.6%),
        linear-gradient(135deg, var(--rh-sprout), var(--rh-leaf));
    opacity: 0.12;
}
.rh-hero::before { width: 420px; height: 420px; top: -190px; left: 38%; transform: rotate(14deg); }
.rh-hero::after { width: 280px; height: 280px; bottom: -130px; left: -90px; transform: rotate(-26deg); }

.rh-hero__grid {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 64px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.rh-hero__title {
    font-size: clamp(36px, 5.2vw, 58px);
    line-height: 1.08;
    letter-spacing: -0.02em;
    margin: 0 0 20px;
}
.rh-hero__lead {
    font-size: 17.5px;
    line-height: 1.7;
    color: var(--rh-ink-soft);
    max-width: 490px;
    margin: 0 0 34px;
}
.rh-hero__cta {
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
    margin-bottom: 48px;
}
.rh-hero__stats {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.rh-stat {
    background: var(--rh-card);
    border: 1px solid var(--rh-line-soft);
    border-radius: var(--rh-leafy-sm);
    padding: 14px 22px;
    min-width: 124px;
    box-shadow: var(--rh-shadow-soft);
}
.rh-stat__value {
    display: block;
    font-family: var(--rh-display);
    font-size: 26px;
    color: var(--rh-leaf-deep);
    line-height: 1.15;
}
.rh-stat__label {
    display: block;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--rh-ink-soft);
    margin-top: 3px;
}

/* Label kraft bertali — elemen visual utama hero */
.rh-hero__visual {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 70px 22px 30px 0;
}
.rh-hero__sprig {
    position: absolute;
    top: 8px;
    right: 26%;
    width: 70px;
    height: 60px;
    pointer-events: none;
}
.rh-hero__sprig::before,
.rh-hero__sprig::after {
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 0 100% 0 100%;
}
.rh-hero__sprig::before { left: 0; top: 20px; background: var(--rh-sprout); transform: rotate(-24deg); }
.rh-hero__sprig::after { left: 28px; top: 2px; background: var(--rh-leaf); transform: rotate(52deg); }

.rh-hangtag {
    position: relative;
    width: 100%;
    max-width: 370px;
    transform: rotate(-3deg);
    transform-origin: 50% 0;
    filter: drop-shadow(0 26px 34px rgba(31, 59, 44, 0.2));
}
.rh-hangtag__string {
    position: absolute;
    left: calc(50% - 8px);
    top: -76px;
    width: 150px;
    height: 110px;
    z-index: 3;
    color: var(--rh-twine);
    overflow: visible;
}
.rh-hangtag__body {
    position: relative;
    padding: 62px 30px 34px;
    color: var(--rh-ink);
    background:
        repeating-linear-gradient(118deg, rgba(107, 74, 34, 0.05) 0 2px, transparent 2px 7px),
        radial-gradient(120% 70% at 18% 0%, rgba(255, 255, 255, 0.35), transparent 60%),
        var(--rh-kraft);
    border-radius: 0 0 14px 14px;
    clip-path: polygon(22% 0, 78% 0, 100% 11%, 100% 100%, 0 100%, 0 11%);
}
.rh-hangtag__hole {
    position: absolute;
    top: 25px;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    border-radius: 50%;
    background: var(--rh-paper);
    box-shadow: 0 0 0 4px var(--rh-twine), inset 0 2px 3px rgba(31, 59, 44, 0.25);
}
.rh-hangtag__brand {
    display: block;
    text-align: center;
    font-family: var(--rh-display);
    font-size: 23px;
    line-height: 1.2;
}
.rh-hangtag__sub {
    display: block;
    text-align: center;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin: 5px 0 16px;
    padding-bottom: 14px;
    border-bottom: 1.5px dashed rgba(31, 59, 44, 0.3);
}
.rh-hangtag__line,
.rh-hangtag__total {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    font-variant-numeric: tabular-nums;
    font-size: 13.5px;
    font-weight: 700;
    padding: 9px 0;
    border-bottom: 1.5px dotted rgba(31, 59, 44, 0.3);
}
.rh-hangtag__line span:first-child { font-weight: 500; }
.rh-hangtag__total {
    border-bottom: none;
    margin-top: 12px;
    padding: 13px 18px;
    background: rgba(255, 254, 249, 0.75);
    border-radius: var(--rh-leafy-sm);
    font-size: 17px;
    font-weight: 800;
}
.rh-hangtag__total span:last-child { color: var(--rh-leaf-deep); }
.rh-hangtag__note {
    display: block;
    margin-top: 16px;
    max-width: 62%;
    font-family: var(--rh-hand);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--rh-ink);
    transform: rotate(-3deg);
}
/* Stempel bundar hijau, sengaja keluar dari tepi label */
.rh-hangtag__stamp {
    position: absolute;
    right: -18px;
    bottom: -26px;
    z-index: 2;
    width: 112px;
    height: 112px;
    margin: 0;
    padding: 18px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background: var(--rh-card);
    border: 2px solid var(--rh-leaf);
    box-shadow: inset 0 0 0 5px var(--rh-card), inset 0 0 0 6.5px var(--rh-leaf);
    color: var(--rh-leaf-deep);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.35;
    text-transform: uppercase;
    transform: rotate(-12deg);
}

/* ---------- TRUST BAR ---------- */

.rh-trustbar {
    background: var(--rh-kraft);
    color: var(--rh-ink);
    padding: 16px 0;
    overflow: hidden;
}
.rh-trustbar__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px 44px;
    flex-wrap: wrap;
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.rh-trustbar__inner span { position: relative; }
.rh-trustbar__inner span:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -28px;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-radius: 0 100% 0 100%;
    background: var(--rh-leaf);
}

/* ---------- KEUNGGULAN (kartu benih bernomor) ---------- */

.rh-seedcard {
    position: relative;
    background: var(--rh-card);
    border: 1px solid var(--rh-line-soft);
    border-radius: var(--rh-leafy);
    padding: 28px 24px 26px;
    box-shadow: var(--rh-shadow-soft);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.rh-seedcard:hover { transform: translateY(-4px); box-shadow: var(--rh-shadow); }
.rh-section--sage .rh-seedcard { border-color: transparent; }
/* Daun kecil samar di pojok kanan atas */
.rh-seedcard::after {
    content: '';
    position: absolute;
    top: 24px;
    right: 22px;
    width: 26px;
    height: 26px;
    border-radius: 0 100% 0 100%;
    background: var(--rh-paper-2);
    transform: rotate(8deg);
}
.rh-seedcard__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 22px 4px 22px 4px;
    background: var(--rh-leaf);
    color: #fff;
    font-family: var(--rh-display);
    font-size: 17px;
    margin-bottom: 16px;
    box-shadow: 0 6px 14px var(--rh-leaf-glow);
}
.rh-seedcard h3 { font-size: 19px; margin: 0 0 9px; }
.rh-seedcard p { font-size: 14.5px; line-height: 1.65; color: var(--rh-ink-soft); margin: 0; }

/* ---------- KATEGORI ---------- */

.rh-catgrid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}
.rh-catcard {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    padding: 24px 12px 20px;
    background: var(--rh-card);
    border: 1px solid var(--rh-line-soft);
    border-radius: var(--rh-leafy);
    text-decoration: none;
    color: var(--rh-ink);
    box-shadow: var(--rh-shadow-soft);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.rh-catcard:hover {
    transform: translateY(-4px);
    border-color: var(--rh-line);
    box-shadow: var(--rh-shadow);
}
.rh-catcard__img {
    width: 70px;
    height: 70px;
    border-radius: 34px 8px 34px 8px;
    background: linear-gradient(150deg, var(--rh-paper-2), var(--rh-line));
    overflow: hidden;
    display: block;
}
.rh-catcard__img img { width: 100%; height: 100%; object-fit: cover; }
.rh-catcard__name { font-size: 14.5px; font-weight: 700; line-height: 1.3; }
.rh-catcard__count {
    font-size: 11.5px;
    font-weight: 700;
    color: var(--rh-ink-soft);
}

/* ---------- CARA ORDER ---------- */

.rh-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}
.rh-steps__item {
    position: relative;
    background: var(--rh-card);
    border-radius: var(--rh-leafy);
    padding: 26px 22px 24px;
    box-shadow: var(--rh-shadow-soft);
}
/* Sulur putus-putus penghubung antar langkah */
.rh-steps__item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 45px;
    right: -25px;
    width: 22px;
    border-top: 2px dashed var(--rh-sprout);
}
.rh-steps__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--rh-paper-2);
    border: 2px solid var(--rh-leaf);
    color: var(--rh-leaf-deep);
    font-family: var(--rh-display);
    font-size: 17px;
    margin-bottom: 14px;
}
.rh-steps__item h3 { font-size: 18.5px; margin: 0 0 8px; }
.rh-steps__item p { font-size: 14.5px; color: var(--rh-ink-soft); line-height: 1.65; margin: 0; }

/* ---------- BIAYA: RINCIAN & FAQ ---------- */

.rh-invoice {
    background: var(--rh-card);
    border: 1px solid var(--rh-line-soft);
    border-radius: var(--rh-leafy);
    padding: 22px 26px;
    box-shadow: var(--rh-shadow-soft);
    font-variant-numeric: tabular-nums;
}
.rh-invoice__row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    padding: 12px 0;
    font-size: 13.5px;
}
.rh-invoice__row + .rh-invoice__row { border-top: 1px solid var(--rh-line-soft); }
.rh-invoice__label { color: var(--rh-ink-soft); font-weight: 600; white-space: nowrap; }
.rh-invoice__dots { flex: 1; border-bottom: 2px dotted var(--rh-line); margin-bottom: 4px; }
.rh-invoice__value { font-weight: 800; color: var(--rh-leaf-deep); white-space: nowrap; text-align: right; }

/* Kalkulator */
.rh-calc {
    position: relative;
    overflow: hidden;
    margin-top: 24px;
    background: linear-gradient(150deg, var(--rh-leaf), var(--rh-ink) 85%);
    color: #fff;
    border-radius: var(--rh-leafy);
    padding: 26px;
    box-shadow: var(--rh-shadow);
}
.rh-calc::after {
    content: '';
    position: absolute;
    top: -46px;
    right: -46px;
    width: 150px;
    height: 150px;
    border-radius: 0 100% 0 100%;
    background: rgba(255, 255, 255, 0.07);
    transform: rotate(18deg);
    pointer-events: none;
}
.rh-calc > * { position: relative; z-index: 1; }
.rh-calc__title {
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--rh-kraft);
    margin: 0 0 16px;
}
.rh-calc__field label {
    display: block;
    font-size: 13.5px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 9px;
}
.rh-calc__input {
    display: flex;
    align-items: stretch;
    border-radius: var(--rh-leafy-sm);
    overflow: hidden;
    background: var(--rh-card);
    transition: box-shadow 0.16s ease;
}
.rh-calc__input:focus-within { box-shadow: 0 0 0 3px var(--rh-kraft); }
.rh-calc__prefix {
    display: flex;
    align-items: center;
    padding: 0 18px;
    background: var(--rh-kraft);
    color: var(--rh-ink);
    font-size: 17px;
    font-weight: 800;
}
.rh-calc__input input {
    flex: 1;
    border: none;
    padding: 14px 18px;
    font-family: var(--rh-body);
    font-size: 16px;
    font-weight: 700;
    background: transparent;
    color: var(--rh-ink);
    width: 100%;
    min-width: 0;
}
.rh-calc__input input:focus { outline: none; }
.rh-calc__out {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1.5px dashed rgba(255, 255, 255, 0.35);
    font-variant-numeric: tabular-nums;
}
.rh-calc__line {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    font-size: 13.5px;
    font-weight: 600;
    padding: 6px 0;
    color: rgba(255, 255, 255, 0.9);
}
.rh-calc__line--total {
    margin-top: 10px;
    padding: 12px 18px;
    background: rgba(255, 255, 255, 0.14);
    border-radius: var(--rh-leafy-sm);
    font-size: 17px;
    font-weight: 800;
    color: #fff;
}
.rh-calc__line--total span:last-child { color: var(--rh-kraft); }
.rh-calc__note {
    font-size: 12.5px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin: 16px 0 0;
}

.rh-faq__item {
    background: var(--rh-card);
    border: 1px solid var(--rh-line-soft);
    border-radius: var(--rh-leafy-sm);
    padding: 18px 22px;
    margin-bottom: 10px;
    transition: border-color 0.16s ease;
}
.rh-faq__item[open] { border-color: var(--rh-leaf); }
.rh-faq__item summary {
    cursor: pointer;
    font-weight: 700;
    font-size: 15.5px;
    list-style: none;
    position: relative;
    padding-right: 36px;
}
.rh-faq__item summary::-webkit-details-marker { display: none; }
/* Tanda plus yang berubah jadi minus saat dibuka */
.rh-faq__item summary::before,
.rh-faq__item summary::after {
    content: '';
    position: absolute;
    right: 4px;
    top: 50%;
    width: 14px;
    height: 2px;
    margin-top: -1px;
    border-radius: 2px;
    background: var(--rh-leaf);
    transition: transform 0.2s ease;
}
.rh-faq__item summary::after { transform: rotate(90deg); }
.rh-faq__item[open] summary::after { transform: rotate(0deg); }
.rh-faq__item p {
    margin: 12px 0 0;
    font-size: 14.5px;
    line-height: 1.7;
    color: var(--rh-ink-soft);
    max-width: 52ch;
}

/* ---------- JADWAL TRIP (tiket kraft) ---------- */

.rh-voucher {
    display: flex;
    background: var(--rh-card);
    border: 1px solid var(--rh-line-soft);
    border-radius: var(--rh-leafy);
    overflow: hidden;
    box-shadow: var(--rh-shadow-soft);
}
.rh-voucher__main { flex: 1; padding: 22px 22px 20px; min-width: 0; }
.rh-voucher__label {
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--rh-leaf-deep);
}
.rh-voucher__dest {
    font-size: 22px;
    margin: 4px 0 6px;
    line-height: 1.22;
}
.rh-voucher__note {
    font-size: 13.5px;
    color: var(--rh-ink-soft);
    margin: 0 0 14px;
    padding-bottom: 14px;
    border-bottom: 1.5px dashed var(--rh-line);
}
.rh-voucher__rows {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(108px, 1fr));
    gap: 12px 10px;
}
.rh-voucher__rows p {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 0;
}
.rh-voucher__rows p:last-child:nth-child(odd) { grid-column: 1 / -1; }
.rh-voucher__rows p span:first-child {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--rh-ink-soft);
}
.rh-voucher__rows p span:last-child {
    font-size: 13.5px;
    font-weight: 800;
    color: var(--rh-ink);
}

/* Sobekan tiket: garis putus vertikal + takik lingkaran, di atas kertas kraft */
.rh-voucher__stub {
    position: relative;
    width: 136px;
    flex-shrink: 0;
    background: var(--rh-kraft-soft);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px 12px;
    text-align: center;
    border-left: 2px dashed var(--rh-twine);
}
.rh-voucher__stub .rh-btn { white-space: nowrap; padding: 9px 14px; font-size: 13px; }
.rh-voucher__stub::before,
.rh-voucher__stub::after {
    content: '';
    position: absolute;
    left: -11px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--rh-paper);
}
.rh-voucher__stub::before { top: -11px; }
.rh-voucher__stub::after { bottom: -11px; }
.rh-section--sage .rh-voucher__stub::before,
.rh-section--sage .rh-voucher__stub::after { background: var(--rh-paper-2); }

.rh-voucher__status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: var(--rh-ink);
}
.rh-voucher__status::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--rh-leaf);
}
.rh-voucher--terbatas .rh-voucher__status::before { background: var(--rh-amber); }
.rh-voucher--penuh .rh-voucher__status::before { background: var(--rh-ink-soft); }
.rh-voucher--penuh { opacity: 0.65; }
.rh-voucher__closed {
    font-size: 12.5px;
    font-weight: 700;
    color: var(--rh-ink-soft);
}

/* ---------- TESTIMONI ---------- */

.rh-quote {
    position: relative;
    background: var(--rh-card);
    border: 1px solid var(--rh-line-soft);
    border-radius: var(--rh-leafy);
    padding: 30px 26px 24px;
    margin: 0;
    box-shadow: var(--rh-shadow-soft);
}
.rh-quote::before {
    content: '\201C';
    position: absolute;
    top: 8px;
    right: 22px;
    font-family: var(--rh-display);
    font-size: 64px;
    line-height: 1;
    color: var(--rh-line);
}
.rh-quote blockquote {
    margin: 0 0 18px;
    padding: 0;
    border: none;
    background: none;
    font-size: 15.5px;
    line-height: 1.7;
    color: var(--rh-ink);
    position: relative;
    z-index: 1;
}
.rh-quote figcaption { padding-top: 14px; border-top: 1.5px dashed var(--rh-line); }
.rh-quote__name { display: block; font-size: 14.5px; font-weight: 700; }
.rh-quote__meta {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: var(--rh-leaf-deep);
    margin-top: 2px;
}
.rh-quote--contoh { border-style: dashed; border-color: var(--rh-line); }

/* ---------- CTA AKHIR ---------- */

.rh-cta {
    position: relative;
    overflow: hidden;
    text-align: center;
    /* Bawahnya lebih lega: bukit di puncak footer menutup 40px terakhir. */
    padding: 96px 0 124px;
    color: #fff;
    background: linear-gradient(150deg, var(--rh-leaf), var(--rh-ink) 75%);
}
.rh-cta::before,
.rh-cta::after {
    content: '';
    position: absolute;
    pointer-events: none;
    border-radius: 0 100% 0 100%;
    background:
        linear-gradient(135deg, transparent 49.4%, rgba(255, 255, 255, 0.25) 49.6%, rgba(255, 255, 255, 0.25) 50.4%, transparent 50.6%),
        rgba(255, 255, 255, 0.07);
}
.rh-cta::before { width: 300px; height: 300px; top: -120px; left: -70px; transform: rotate(-10deg); }
.rh-cta::after { width: 220px; height: 220px; bottom: -40px; right: 6%; transform: rotate(32deg); }
.rh-cta > * { position: relative; z-index: 1; }
.rh-cta h2 {
    font-size: clamp(30px, 4.2vw, 46px);
    color: #fff;
    margin: 0 0 16px;
}
.rh-cta p {
    max-width: 500px;
    margin: 0 auto 34px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16.5px;
}

/* ---------- REVEAL SAAT SCROLL ---------- */
/* Hanya menyembunyikan kalau skripnya berjalan (kelas rh-js di <html>). */

.rh-js .rh-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}
.rh-js .rh-reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
    .rh-js .rh-reveal { opacity: 1; transform: none; transition: none; }
    .rh-hangtag,
    .rh-hangtag__stamp,
    .rh-hangtag__note { transform: none; }
}

/* ---------- RESPONSIF ---------- */

@media (max-width: 1024px) {
    .rh-catgrid { grid-template-columns: repeat(3, 1fr); }
    .rh-steps { grid-template-columns: repeat(2, 1fr); }
    .rh-steps__item:not(:last-child)::after { display: none; }
}

@media (max-width: 860px) {
    .rh-hero { padding: 64px 0 64px; }
    .rh-hero__grid { grid-template-columns: 1fr; gap: 28px; }
    .rh-hero__visual { justify-content: center; padding: 70px 16px 34px; }
    .rh-hero__sprig { right: auto; left: calc(50% + 70px); }
    .rh-split { grid-template-columns: 1fr; gap: 40px; }
    .rh-section { padding: 68px 0; }
}

@media (max-width: 560px) {
    .rh-hero__cta { flex-direction: column; align-items: stretch; }
    .rh-hero__cta .rh-btn { width: 100%; }
    .rh-hero__stats { gap: 10px; }
    .rh-stat { flex: 1 1 42%; min-width: 0; padding: 12px 16px; }
    .rh-hangtag__body { padding: 58px 22px 30px; }
    .rh-hangtag__stamp { width: 96px; height: 96px; right: -8px; font-size: 9px; }
    .rh-catgrid { grid-template-columns: repeat(2, 1fr); }
    .rh-steps { grid-template-columns: 1fr; }
    .rh-voucher { flex-direction: column; }
    .rh-voucher__stub {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        border-left: none;
        border-top: 2px dashed var(--rh-twine);
    }
    .rh-voucher__stub::before { top: -11px; left: -11px; }
    .rh-voucher__stub::after { bottom: auto; top: -11px; left: auto; right: -11px; }
    .rh-section { padding: 56px 0; }
    .rh-trustbar__inner { font-size: 11.5px; gap: 10px 30px; }
    .rh-trustbar__inner span:not(:last-child)::after { right: -20px; width: 8px; height: 8px; margin-top: -4px; }
    .rh-cta { padding: 72px 0 104px; }
    .rh-cta::before { width: 190px; height: 190px; top: -90px; left: -60px; }
    .rh-cta::after { width: 130px; height: 130px; bottom: 10px; right: -40px; }
}
