/* ==========================================================================
   REDDY MATRIMONY PREMIUM THEME — Homepage & Shared Marketing Sections
   (hero, search, profile cards, how-it-works, trust, stories, pricing)
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. HERO
   -------------------------------------------------------------------------- */
.rm-hero {
    position: relative;
    background:
        radial-gradient(900px 460px at 12% 0%, rgba(183, 110, 121, 0.22), transparent 55%),
        radial-gradient(1000px 520px at 95% 100%, rgba(230, 73, 128, 0.55), transparent 60%),
        linear-gradient(150deg, var(--rm-primary-deeper) 0%, var(--rm-primary-dark) 45%, var(--rm-primary) 100%);
    color: #fff;
    overflow: hidden;
}
/* temple arch crown */
.rm-hero::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 64px;
    background-image: var(--rm-pattern-arch);
    background-repeat: repeat-x;
    opacity: 0.5;
    pointer-events: none;
    z-index: 2;
}
/* subtle diamond lattice */
.rm-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--rm-pattern-diamond);
    opacity: 0.5;
    pointer-events: none;
    z-index: 1;
}
.rm-hero .rm-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.28;
}
.rm-hero .rm-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.rm-hero .rm-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(69, 16, 43, 0.55), rgba(69, 16, 43, 0.82));
}
.rm-hero .container { position: relative; z-index: 3; }

.rm-hero-inner {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3rem;
    align-items: center;
    padding: 6.5rem 0 3rem;
}

/* Hero copy */
.rm-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0.45em 1.1em;
    border-radius: 999px;
    border: 1px solid rgba(221, 173, 181, 0.5);
    background: rgba(183, 110, 121, 0.12);
    color: var(--rm-gold-light);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 1.4rem;
}
.rm-hero-eyebrow .rm-telugu-dot { font-family: var(--rm-font-telugu); text-transform: none; letter-spacing: 0; font-size: 0.9rem; opacity: 0.95; }
.rm-hero-title {
    font-family: var(--rm-font-serif);
    font-size: clamp(2.1rem, 4.2vw, 3.3rem);
    font-weight: 700;
    line-height: 1.16;
    color: #fff;
    margin-bottom: 1.1rem;
    text-shadow: 0 3px 24px rgba(69, 16, 43, 0.4);
}
.rm-hero-title .rm-hero-gold {
    color: var(--rm-gold-light);
    position: relative;
    white-space: nowrap;
}
.rm-hero-sub {
    font-size: 1.02rem;
    line-height: 1.75;
    color: rgba(255, 250, 251, 0.82);
    max-width: 520px;
    margin-bottom: 1.8rem;
}
.rm-hero-ornament { margin-bottom: 1.9rem; }
.rm-hero-ornament::before, .rm-hero-ornament::after { width: 74px; }

.rm-hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.rm-hero-ctas .btn { padding: 0.8rem 1.9rem; font-size: 0.95rem; }

/* Hero trust strip */
.rm-hero-trust {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(221, 173, 181, 0.22);
    border: 1px solid rgba(221, 173, 181, 0.3);
    border-radius: var(--rm-radius-lg);
    overflow: hidden;
    margin: 0 0 3.4rem;
    backdrop-filter: blur(4px);
}
.rm-hero-trust .rm-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 1.05rem 1.3rem;
    background: rgba(69, 16, 43, 0.55);
    transition: background 0.2s ease;
}
.rm-hero-trust .rm-trust-item:hover { background: rgba(69, 16, 43, 0.8); }
.rm-hero-trust .rm-trust-item i {
    font-size: 1.5rem;
    color: var(--rm-gold);
    flex: 0 0 auto;
}
.rm-hero-trust .rm-trust-item .rm-trust-t { font-size: 0.88rem; font-weight: 600; color: #fff; line-height: 1.3; }
.rm-hero-trust .rm-trust-item .rm-trust-d { font-size: 0.72rem; color: rgba(255, 250, 251, 0.6); line-height: 1.4; margin-top: 2px; }

/* --------------------------------------------------------------------------
   2. HERO / PROFILE SEARCH CARD
   -------------------------------------------------------------------------- */
.rm-search-card {
    position: relative;
    background: rgba(255, 255, 255, 0.985);
    border-radius: var(--rm-radius-xl);
    box-shadow: 0 24px 64px rgba(44, 8, 26, 0.45);
    overflow: hidden;
}
.rm-search-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--rm-gold-dark), var(--rm-gold-light), var(--rm-gold), var(--rm-gold-light), var(--rm-gold-dark));
    z-index: 1;
}
.rm-search-card .rm-search-head {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 1.35rem 1.6rem 1.15rem;
    border-bottom: 1px solid var(--rm-border);
    background: var(--rm-cream);
}
.rm-search-card .rm-search-head .rm-search-icon {
    width: 44px; height: 44px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--rm-primary), var(--rm-primary-dark));
    color: var(--rm-gold-light);
    font-size: 1.35rem;
    box-shadow: 0 6px 16px rgba(166, 30, 77, 0.3);
}
.rm-search-card .rm-search-head h2 { font-size: 1.18rem; font-weight: 700; color: var(--rm-primary-dark); margin: 0; font-family: var(--rm-font-serif); }
.rm-search-card .rm-search-head p { margin: 2px 0 0; font-size: 0.78rem; color: var(--rm-text-soft); }
.rm-search-card .rm-search-body { padding: 1.4rem 1.6rem 1.6rem; }
.rm-search-card .form-control, .rm-search-card .bootstrap-select > .dropdown-toggle { min-height: 48px; }

/* Slide-in registration panel (existing behaviour, restyled) */
.rm-register-slide {
    display: none;
    position: relative;
    z-index: 4;
}
.rm-register-slide.active { display: block; animation: rmSlideIn 0.45s cubic-bezier(0.22, 0.61, 0.36, 1); }
@keyframes rmSlideIn { from { opacity: 0; transform: translateX(36px); } to { opacity: 1; transform: translateX(0); } }
.rm-register-card {
    background: #fff;
    border-radius: var(--rm-radius-xl);
    box-shadow: 0 24px 64px rgba(44, 8, 26, 0.5);
    overflow: hidden;
    position: relative;
}
.rm-register-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--rm-primary), var(--rm-gold), var(--rm-primary));
    z-index: 1;
}
.rm-register-close {
    position: absolute;
    top: 12px; right: 12px;
    z-index: 5;
    width: 36px; height: 36px;
    border-radius: 50%;
    border: 1px solid var(--rm-border);
    background: var(--rm-ivory);
    color: var(--rm-text-mid);
    display: inline-flex; align-items: center; justify-content: center;
    transition: all 0.2s ease;
}
.rm-register-close:hover { background: var(--rm-primary); color: #fff; }

/* --------------------------------------------------------------------------
   3. PROFILE CARDS — carousel grid card (member_box_1)
   -------------------------------------------------------------------------- */
.rm-profile-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--rm-border);
    border-radius: var(--rm-radius-lg);
    overflow: hidden;
    box-shadow: var(--rm-shadow-sm);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
    height: 100%;
}
.rm-profile-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--rm-shadow-lg);
    border-color: rgba(183, 110, 121, 0.55);
}
.rm-profile-card .rm-pc-photo {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 4.6;
    background: var(--rm-ivory);
}
.rm-profile-card .rm-pc-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.rm-profile-card:hover .rm-pc-photo img { transform: scale(1.05); }
.rm-profile-card .rm-pc-photo .rm-pc-lock {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: rgba(69, 16, 43, 0.55);
    color: #fff;
    backdrop-filter: blur(2px);
}
.rm-profile-card .rm-pc-photo .rm-pc-lock i { font-size: 2rem; color: var(--rm-gold-light); }
.rm-profile-card .rm-pc-photo .rm-pc-lock span { font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.85; }

.rm-profile-card .rm-pc-badges {
    position: absolute;
    top: 10px; left: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 2;
    align-items: flex-start;
}
.rm-profile-card .rm-pc-online {
    position: absolute;
    top: 12px; right: 12px;
    width: 12px; height: 12px;
    border-radius: 50%;
    background: #25C46E;
    border: 2.5px solid #fff;
    z-index: 2;
}

.rm-profile-card .rm-pc-info {
    position: relative;
    padding: 0.95rem 1rem 1.05rem;
    background: linear-gradient(180deg, rgba(255, 251, 252, 0.96) 0%, #fff 100%);
    border-top: 1px solid var(--rm-border);
}
.rm-profile-card .rm-pc-info::before {
    content: "";
    position: absolute;
    top: -1px; left: 1rem;
    width: 44px; height: 3px;
    border-radius: 0 0 3px 3px;
    background: var(--rm-gold);
}
.rm-profile-card .rm-pc-name {
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--rm-primary-dark);
    margin: 0 0 3px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rm-profile-card .rm-pc-name i { color: var(--rm-success); font-size: 0.95rem; flex: 0 0 auto; }
.rm-profile-card .rm-pc-code {
    font-size: 0.72rem;
    color: var(--rm-text-soft);
    letter-spacing: 0.04em;
    margin-bottom: 0.6rem;
}
.rm-profile-card .rm-pc-code b { color: var(--rm-gold-dark); font-weight: 600; }
.rm-profile-card .rm-pc-meta {
    list-style: none;
    margin: 0; padding: 0;
    font-size: 0.8rem;
    color: var(--rm-text-mid);
}
.rm-profile-card .rm-pc-meta li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 3.5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rm-profile-card .rm-pc-meta li i { color: var(--rm-gold-dark); font-size: 0.9rem; width: 15px; text-align: center; flex: 0 0 15px; }
.rm-profile-card .rm-pc-view {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 0.85rem;
    padding: 0.55rem 0.8rem;
    border-radius: 9px;
    background: var(--rm-primary-soft);
    color: var(--rm-primary);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    transition: all 0.2s ease;
}
.rm-profile-card .rm-pc-view:hover { background: var(--rm-primary); color: #fff; }

/* carousel shell adjustments */
.aiz-carousel .rm-profile-card { margin-bottom: 4px; }
.carousel-box { padding: 2px; }

/* --------------------------------------------------------------------------
   4. HOW IT WORKS
   -------------------------------------------------------------------------- */
.rm-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.rm-step-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--rm-border);
    border-radius: var(--rm-radius-lg);
    padding: 1.8rem 1.5rem 1.6rem;
    text-align: center;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    overflow: hidden;
}
.rm-step-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%; height: 4px;
    background: linear-gradient(90deg, var(--rm-gold), transparent 70%);
    opacity: 0;
    transition: opacity 0.25s ease;
}
.rm-step-card:hover { transform: translateY(-4px); box-shadow: var(--rm-shadow-md); }
.rm-step-card:hover::before { opacity: 1; }
.rm-step-num {
    position: absolute;
    top: 12px; right: 16px;
    font-family: var(--rm-font-serif);
    font-size: 2.6rem;
    font-weight: 700;
    color: rgba(183, 110, 121, 0.22);
    line-height: 1;
}
.rm-step-icon {
    width: 72px; height: 72px;
    margin: 0 auto 1.15rem;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    background: radial-gradient(circle at 32% 28%, rgba(221, 173, 181, 0.3), rgba(183, 110, 121, 0.1));
    border: 1.5px solid var(--rm-gold);
    box-shadow: 0 0 0 6px rgba(183, 110, 121, 0.12);
    overflow: hidden;
}
.rm-step-icon img { max-height: 42px; max-width: 42px; object-fit: contain; }
.rm-step-icon i { font-size: 1.9rem; color: var(--rm-primary); }
.rm-step-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--rm-primary-dark); margin-bottom: 0.5rem; }
.rm-step-card p { font-size: 0.88rem; color: var(--rm-text-soft); line-height: 1.65; margin: 0; }

/* --------------------------------------------------------------------------
   5. TRUST / FEATURES BAND (dark)
   -------------------------------------------------------------------------- */
.rm-trust-band {
    position: relative;
    background:
        radial-gradient(800px 300px at 15% 0%, rgba(183, 110, 121, 0.16), transparent 60%),
        linear-gradient(150deg, var(--rm-primary-deeper), var(--rm-primary-dark) 70%, #BC2C64);
    color: #fff;
    overflow: hidden;
}
.rm-trust-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--rm-pattern-diamond);
    opacity: 0.35;
    pointer-events: none;
}
.rm-trust-band .container { position: relative; z-index: 1; }
.rm-feature-chip {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 1rem 1.25rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(221, 173, 181, 0.28);
    border-radius: var(--rm-radius);
    backdrop-filter: blur(3px);
    transition: all 0.22s ease;
}
.rm-feature-chip:hover { background: rgba(183, 110, 121, 0.14); border-color: rgba(221, 173, 181, 0.55); transform: translateY(-2px); }
.rm-feature-chip img { height: 22px; width: auto; flex: 0 0 auto; }
.rm-feature-chip i { font-size: 1.3rem; color: var(--rm-gold-light); flex: 0 0 auto; }
.rm-feature-chip span { font-size: 0.92rem; font-weight: 600; color: rgba(255, 250, 251, 0.92); }

/* --------------------------------------------------------------------------
   6. HAPPY STORIES
   -------------------------------------------------------------------------- */
.rm-story-grid { columns: 4 260px; column-gap: 1.3rem; }
.rm-story-card {
    break-inside: avoid;
    position: relative;
    background: #fff;
    border: 1px solid var(--rm-border);
    border-radius: var(--rm-radius-lg);
    overflow: hidden;
    margin-bottom: 1.3rem;
    box-shadow: var(--rm-shadow-sm);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.rm-story-card:hover { transform: translateY(-4px); box-shadow: var(--rm-shadow-lg); }
.rm-story-card .rm-story-photo { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: var(--rm-ivory); }
.rm-story-card .rm-story-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.rm-story-card:hover .rm-story-photo img { transform: scale(1.04); }
.rm-story-card .rm-story-photo::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 45%;
    background: linear-gradient(180deg, transparent, rgba(69, 16, 43, 0.72));
}
.rm-story-couple {
    position: absolute;
    left: 14px; bottom: 12px;
    z-index: 2;
    color: #fff;
    font-weight: 700;
    font-size: 0.98rem;
    display: flex;
    align-items: center;
    gap: 7px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.rm-story-couple i { color: var(--rm-gold-light); font-size: 1.05rem; }
.rm-story-card .rm-story-body { padding: 1.15rem 1.25rem 1.3rem; position: relative; }
.rm-story-card .rm-story-body::before {
    content: "\201C";
    position: absolute;
    top: 4px; right: 16px;
    font-family: var(--rm-font-serif);
    font-size: 3.2rem;
    line-height: 1;
    color: rgba(183, 110, 121, 0.25);
}
.rm-story-card .rm-story-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--rm-primary-dark);
    margin: 0 0 0.45rem;
    line-height: 1.4;
}
.rm-story-card .rm-story-date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.74rem;
    color: var(--rm-gold-dark);
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 0.6rem;
}
.rm-story-card .rm-story-date i { font-size: 0.85rem; }
.rm-story-card .rm-story-excerpt {
    font-size: 0.87rem;
    color: var(--rm-text-mid);
    line-height: 1.68;
    margin-bottom: 0.9rem;
}
.rm-story-card .rm-story-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--rm-primary);
    letter-spacing: 0.03em;
}
.rm-story-card .rm-story-link i { transition: transform 0.2s ease; }
.rm-story-card .rm-story-link:hover i { transform: translateX(4px); }

/* Happy stories full page header band */
.rm-page-head {
    position: relative;
    background:
        radial-gradient(700px 300px at 90% 10%, rgba(183, 110, 121, 0.2), transparent 60%),
        linear-gradient(140deg, var(--rm-primary-deeper), var(--rm-primary-dark) 60%, var(--rm-primary));
    color: #fff;
    padding: 3.4rem 0 3.1rem;
    overflow: hidden;
    text-align: center;
}
.rm-page-head::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--rm-pattern-arch);
    background-repeat: repeat-x;
    background-position: top;
    opacity: 0.35;
    pointer-events: none;
}
.rm-page-head::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--rm-gold-dark), var(--rm-gold-light), var(--rm-gold), var(--rm-gold-light), var(--rm-gold-dark));
}
.rm-page-head .container { position: relative; z-index: 1; }
.rm-page-head h1 {
    font-family: var(--rm-font-serif);
    font-weight: 700;
    font-size: clamp(1.7rem, 3.4vw, 2.4rem);
    margin: 0 0 0.5rem;
}
.rm-page-head p { color: rgba(255, 250, 251, 0.75); margin: 0; font-size: 0.95rem; }

/* --------------------------------------------------------------------------
   7. PRICING / MEMBERSHIP
   -------------------------------------------------------------------------- */
.rm-pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; align-items: stretch; }
.rm-price-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--rm-border);
    border-radius: var(--rm-radius-lg);
    padding: 2rem 1.5rem 1.7rem;
    box-shadow: var(--rm-shadow-sm);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    height: 100%;
}
.rm-price-card:hover { transform: translateY(-5px); box-shadow: var(--rm-shadow-lg); }
.rm-price-card.rm-price-popular {
    border: 1.5px solid var(--rm-gold);
    background: linear-gradient(180deg, rgba(249, 237, 241, 0.65), #fff 34%);
    box-shadow: 0 18px 48px rgba(154, 84, 96, 0.25);
}
.rm-price-popular-tag {
    position: absolute;
    top: -13px; left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #EEB7BE, var(--rm-gold));
    color: #7A2D48;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.4em 1.1em;
    border-radius: 999px;
    border: 1px solid var(--rm-gold-dark);
    box-shadow: 0 6px 16px rgba(154, 84, 96, 0.4);
    white-space: nowrap;
}
.rm-price-popular-tag i { font-size: 0.85rem; }
.rm-price-head { text-align: center; margin-bottom: 1.4rem; }
.rm-price-head .rm-price-icon {
    width: 84px; height: 84px;
    margin: 0 auto 1rem;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    background: radial-gradient(circle at 32% 28%, rgba(221, 173, 181, 0.32), rgba(183, 110, 121, 0.1));
    border: 1.5px solid var(--rm-gold);
    box-shadow: 0 0 0 7px rgba(183, 110, 121, 0.12);
    overflow: hidden;
}
.rm-price-head .rm-price-icon img { max-height: 54px; max-width: 54px; object-fit: contain; }
.rm-price-name { font-size: 1.12rem; font-weight: 700; color: var(--rm-primary-dark); margin: 0 0 0.2rem; }
.rm-price-validity { font-size: 0.78rem; color: var(--rm-text-soft); letter-spacing: 0.05em; }
.rm-price-value {
    text-align: center;
    padding: 1.15rem 0;
    margin-bottom: 1.25rem;
    border-top: 1px dashed var(--rm-border);
    border-bottom: 1px dashed var(--rm-border);
}
.rm-price-value .rm-price-amount {
    font-family: var(--rm-font-serif);
    font-size: 2.15rem;
    font-weight: 700;
    color: var(--rm-primary);
    line-height: 1.1;
}
.rm-price-value .rm-price-term { display: block; font-size: 0.78rem; color: var(--rm-text-soft); margin-top: 4px; letter-spacing: 0.06em; }
.rm-price-features { list-style: none; margin: 0 0 1.5rem; padding: 0; flex: 1 1 auto; }
.rm-price-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 0.5rem 0;
    font-size: 0.88rem;
    color: var(--rm-text-mid);
    border-bottom: 1px dashed rgba(242, 220, 226, 0.7);
}
.rm-price-features li:last-child { border-bottom: none; }
.rm-price-features li i { color: var(--rm-success); margin-top: 2px; flex: 0 0 auto; }
.rm-price-features li.rm-disabled { opacity: 0.55; }
.rm-price-features li.rm-disabled i { color: var(--rm-danger); }
.rm-price-cta { text-align: center; }
.rm-price-cta .btn { width: 100%; padding: 0.7rem 1rem; }

/* --------------------------------------------------------------------------
   8. BANNER & BLOG TWEAKS
   -------------------------------------------------------------------------- */
.rm-banner-row img { border-radius: var(--rm-radius-lg); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.rm-banner-row a { display: block; }
.rm-banner-row a:hover img { transform: translateY(-3px); box-shadow: var(--rm-shadow-md); }

.rm-blog-card {
    background: #fff;
    border: 1px solid var(--rm-border);
    border-radius: var(--rm-radius-lg);
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.rm-blog-card:hover { transform: translateY(-4px); box-shadow: var(--rm-shadow-lg); }
.rm-blog-card .rm-blog-thumb { height: 190px; overflow: hidden; }
.rm-blog-card .rm-blog-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.rm-blog-card:hover .rm-blog-thumb img { transform: scale(1.05); }
.rm-blog-card .rm-blog-body { padding: 1.3rem 1.4rem 1.5rem; }
.rm-blog-card h3 { font-size: 1.05rem; font-weight: 700; line-height: 1.45; margin-bottom: 0.5rem; }
.rm-blog-card h3 a { color: var(--rm-primary-dark); }
.rm-blog-card h3 a:hover { color: var(--rm-primary); }
.rm-blog-cat { font-size: 0.74rem; color: var(--rm-gold-dark); font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.rm-blog-card p { font-size: 0.88rem; color: var(--rm-text-mid); line-height: 1.65; }

/* --------------------------------------------------------------------------
   9. HOMEPAGE RESPONSIVE
   -------------------------------------------------------------------------- */
@media (max-width: 1199.98px) {
    .rm-pricing-grid { grid-template-columns: repeat(2, 1fr); }
    .rm-hero-trust { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 991.98px) {
    .rm-hero-inner { grid-template-columns: 1fr; gap: 2.2rem; padding: 5.2rem 0 2.6rem; }
    .rm-hero-sub { max-width: 100%; }
    .rm-steps { grid-template-columns: repeat(2, 1fr); }
    .rm-story-grid { columns: 2 240px; }
}
@media (max-width: 767.98px) {
    .rm-hero-inner { padding: 4.8rem 0 2.2rem; }
    .rm-hero-title { font-size: clamp(1.9rem, 6vw, 2.6rem); }
    .rm-hero-ctas { flex-direction: column; width: 100%; }
    .rm-hero-ctas .btn { width: 100%; justify-content: center; padding: 0.9rem 1.2rem; }
    .rm-hero-trust { grid-template-columns: 1fr; margin-bottom: 2.2rem; }
    .rm-trust-item { padding: 1rem 1.15rem; }
    .rm-stats-band { grid-template-columns: repeat(2, 1fr); }
    .rm-browse-grid { grid-template-columns: repeat(2, 1fr); }
    .rm-pricing-grid { grid-template-columns: 1fr; }
    .rm-search-card .rm-search-head { padding: 1.1rem 1.15rem 0.95rem; }
    .rm-search-card .rm-search-body { padding: 1.1rem 1.15rem 1.25rem; }
    .rm-search-card .rm-search-head h2 { font-size: 1.05rem; }
    .rm-story-grid { columns: 1; }
}
@media (max-width: 575.98px) {
    .rm-hero-inner { padding: 4.2rem 0 1.8rem; gap: 1.6rem; }
    .rm-hero-ctas .btn { width: 100%; }
    .rm-hero-trust { margin-bottom: 2rem; }
    .rm-steps { grid-template-columns: 1fr; }
    .rm-quick-pills { justify-content: center; }
    .rm-step-card { padding: 1.5rem 1.2rem 1.35rem; }
    .rm-price-card { padding: 1.6rem 1.2rem 1.4rem; }
}
