:root {
    --ru-red:    #D0021B;
    --ru-navy:   #000;
    --ru-dark:   #111827;
    --ru-mid:    #1E3A5F;
    --ru-gold:   #F5A623;
    --ru-light:  #F2F4F7;
    --ru-white:  #FFFFFF;
    --ru-border: #D1D9E6;
    --ru-muted:  #6B7A99;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Barlow', sans-serif; background: var(--ru-light); color: var(--ru-dark); }

/* TOPBAR */
.topbar { background: var(--ru-navy); padding: 8px 0; font-size: 0.78rem; color: rgba(255,255,255,0.65); letter-spacing: 0.04em; }
.topbar a { color: rgba(255,255,255,0.65); text-decoration: none; }
.topbar a:hover { color: var(--ru-gold); }

/* HEADER */
header { background: black; border-bottom: 3px solid var(--ru-red); padding: 16px 0 0; }
.logo-mark { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 1.9rem; color: var(--ru-navy); letter-spacing: -0.02em; text-decoration: none; line-height: 1; }
.logo-mark .ai { color: var(--ru-red); }
.logo-sub { font-family: 'Barlow Condensed', sans-serif; font-size: 0.6rem; font-weight: 600; letter-spacing: 0.18em; color: var(--ru-muted); text-transform: uppercase; display: block; margin-top: 2px; }
.nav-links a { font-size: 0.8rem; font-weight: 600; color: white; text-decoration: none; letter-spacing: 0.05em; text-transform: uppercase; padding: 6px 12px; border-radius: 3px; transition: background 0.15s, color 0.15s; }
.nav-links a:hover { background: var(--ru-light); color: var(--ru-red); }
.nav-links a.is-active { background: var(--ru-red); color: #fff; }
.btn-header-cta { background: var(--ru-red); color: #fff !important; border-radius: 3px; }
.btn-header-cta:hover { background: #a80016 !important; }

/* HAMBURGER */
.hamburger { display: none; background: none; border: 1.5px solid var(--ru-border); border-radius: 4px; padding: 6px 10px; cursor: pointer; color: white; font-size: 1.2rem; line-height: 1; }
.mobile-nav { display: none; flex-direction: column; background: var(--ru-white); border-top: 1px solid var(--ru-border); padding: 12px 16px 16px; }
.mobile-nav.open { display: flex; }
.mobile-nav a { font-size: 0.88rem; font-weight: 600; color: var(--ru-navy); text-decoration: none; text-transform: uppercase; letter-spacing: 0.05em; padding: 10px 0; border-bottom: 1px solid var(--ru-border); }
.mobile-nav a.is-active { color: var(--ru-red); }
.mobile-nav a:last-child { border-bottom: none; }

/* MILESTONE BANNER */
.milestone-banner { background: linear-gradient(135deg, var(--ru-red) 0%, #8b0010 100%); padding: 10px 0; text-align: center; }
.milestone-banner span { font-family: 'Barlow Condensed', sans-serif; font-size: 0.85rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; }
.milestone-banner .mbadge { background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.3); border-radius: 20px; padding: 2px 10px; font-size: 0.72rem; margin-left: 8px; vertical-align: middle; display: inline-block; }

/* HERO */
.rf-hero { background: var(--ru-navy); position: relative; overflow: hidden; padding: 72px 0 60px; }
.rf-hero::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(-45deg, transparent, transparent 28px, rgba(255,255,255,0.018) 28px, rgba(255,255,255,0.018) 29px); }
.rf-hero::after { content: ''; position: absolute; right: -60px; top: -40px; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(208,2,27,0.18) 0%, transparent 68%); }
.rf-hero-eyebrow { font-family: 'Barlow Condensed', sans-serif; font-size: 1.18rem; font-weight: 1000; letter-spacing: 0.22em; text-transform: uppercase; color: #e0002e; display: inline-block; background: rgba(245, 35, 35, 0.12); padding: 4px 14px; border-radius: 2px; border-left: 3px solid #e0002e; margin-bottom: 16px; }
.rf-hero h1 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(2.4rem, 5.5vw, 4rem); font-weight: 900; color: var(--ru-white); line-height: 1.05; letter-spacing: -0.01em; }
.rf-hero h1 .accent { color: var(--ru-red); }
.rf-hero-lead { font-size: 1rem; color: rgba(255,255,255,0.72); line-height: 1.75; font-weight: 300; max-width: 520px; margin-top: 14px; }
.rf-reward-strip { display: flex; gap: 10px; margin-top: 28px; flex-wrap: wrap; }
.rf-reward-pill { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.14); border-radius: 4px; padding: 10px 16px; display: flex; align-items: center; gap: 10px; }
.rf-reward-pill .icon-wrap { width: 34px; height: 34px; background: var(--ru-red); border-radius: 3px; display: flex; align-items: center; justify-content: center; font-size: 1rem; color: #fff; flex-shrink: 0; }
.rf-reward-pill .pill-label { font-family: 'Barlow Condensed', sans-serif; font-size: 0.65rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.5); }
.rf-reward-pill .pill-val { font-family: 'Barlow Condensed', sans-serif; font-size: 1.1rem; font-weight: 800; color: var(--ru-white); line-height: 1; }

/* HERO STAT BOX */
.rf-hero-stat-box { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; padding: 28px 24px; width: 100%; }
.rf-hero-stat-box .big { font-family: 'Barlow Condensed', sans-serif; font-size: 3.8rem; font-weight: 900; color: var(--ru-white); line-height: 1; letter-spacing: -2px; }
.rf-hero-stat-box .big .red { color: var(--ru-red); font-size: 2.4rem; }
.rf-hero-stat-box .check-list { margin-top: 14px; list-style: none; padding: 0; }
.rf-hero-stat-box .check-list li { font-size: 0.82rem; color: rgba(255,255,255,0.55); padding: 4px 0; }
.rf-hero-stat-box .check-list li i { color: #4ade80; margin-right: 6px; }

/* REWARDS SECTION */
.rf-rewards-section { background: var(--ru-white); padding: 60px 0 52px; border-bottom: 1px solid var(--ru-border); }
.section-label { font-family: 'Barlow Condensed', sans-serif; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ru-red); margin-bottom: 6px; }
.section-title { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 800; color: var(--ru-navy); line-height: 1.1; }
.section-lead { font-size: 0.95rem; color: var(--ru-muted); line-height: 1.7; margin-top: 8px; max-width: 600px; }

.rf-reward-card { border-radius: 8px; overflow: hidden; border: 1px solid var(--ru-border); height: 100%; transition: box-shadow 0.2s, transform 0.2s; }
.rf-reward-card:hover { box-shadow: 0 6px 28px rgba(10,22,40,0.12); transform: translateY(-3px); }
.rf-reward-card-head { padding: 22px 24px 18px; position: relative; overflow: hidden; }
.rf-reward-card-head.one { background: var(--ru-navy) }
.rf-reward-card-head.four { background: linear-gradient(135deg, #7b1010 0%, var(--ru-red) 100%); }
.rf-reward-card-head .tier-num { font-family: 'Barlow Condensed', sans-serif; font-size: 5rem; font-weight: 900; color: rgba(255,255,255,0.07); position: absolute; top: -8px; right: 12px; line-height: 1; pointer-events: none; }
.rf-reward-card-head .tier-label { font-family: 'Barlow Condensed', sans-serif; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 6px; }
.rf-reward-card-head h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.5rem; font-weight: 800; color: #fff; line-height: 1.1; }
.rf-reward-card-body { padding: 22px 24px; background: var(--ru-white); }
.rf-reward-card-body p { font-size: 0.9rem; color: var(--ru-muted); line-height: 1.75; }
.rf-reward-highlight { background: var(--ru-light); border-left: 3px solid var(--ru-red); border-radius: 0 4px 4px 0; padding: 10px 14px; margin-top: 14px; font-family: 'Barlow Condensed', sans-serif; font-size: 1rem; font-weight: 700; color: var(--ru-navy); letter-spacing: 0.02em; }
.rf-reward-highlight .highlight-sub { font-family: 'Barlow', sans-serif; font-size: 0.75rem; font-weight: 400; color: var(--ru-muted); display: block; margin-top: 2px; }

/* STEPS */
.rf-steps-section { background: var(--ru-light); padding: 52px 0 44px; border-bottom: 1px solid var(--ru-border); }
.rf-step-card { background: var(--ru-white); border: 1px solid var(--ru-border); border-radius: 6px; padding: 24px 20px; height: 100%; position: relative; transition: box-shadow 0.2s, border-color 0.2s; }
.rf-step-card:hover { box-shadow: 0 4px 20px rgba(10,22,40,0.09); border-color: var(--ru-red); }
.rf-step-num { font-family: 'Barlow Condensed', sans-serif; font-size: 3.2rem; font-weight: 900; color: rgb(155 0 19 / 61%); position: absolute; top: 12px; right: 14px; line-height: 1; }
.rf-step-icon { width: 42px; height: 42px; background: var(--ru-navy); border-radius: 4px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.05rem; margin-bottom: 12px; }
.rf-step-card h5 { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.05rem; color: var(--ru-navy); letter-spacing: 0.02em; margin-bottom: 5px; }
.rf-step-card p { font-size: 0.85rem; color: var(--ru-muted); line-height: 1.6; }

/* FORM SECTION */
.form-section { padding: 56px 0 72px; }
.form-card { background: var(--ru-white); border: 1px solid var(--ru-border); border-radius: 8px; overflow: hidden; box-shadow: 0 2px 24px rgba(10,22,40,0.07); }
.form-card-header { background: var(--ru-navy); padding: 24px 30px; border-bottom: 3px solid var(--ru-red); }
.form-card-header h3 { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 1.45rem; color: #fff; }
.form-card-header p { font-size: 0.83rem; color: rgba(255,255,255,0.55); margin-top: 4px; }
.form-card-body { padding: 28px 30px; }

.form-label { font-size: 0.74rem; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; color: var(--ru-navy); margin-bottom: 5px; display: block; }
.form-control, .form-select { border: 1.5px solid var(--ru-border); border-radius: 4px; font-size: 0.88rem; color: var(--ru-dark); padding: 10px 13px; width: 100%; transition: border-color 0.15s, box-shadow 0.15s; background: var(--ru-light); -webkit-appearance: none; appearance: none; }
.form-control:focus, .form-select:focus { border-color: var(--ru-navy); box-shadow: 0 0 0 3px rgba(10,22,40,0.08); background: #fff; outline: none; }
.form-control::placeholder { color: #a0aec0; }
textarea.form-control { resize: vertical; min-height: 80px; }

.divider-label { display: flex; align-items: center; gap: 10px; margin: 22px 0 16px; font-size: 0.67rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--ru-muted); }
.divider-label::before, .divider-label::after { content: ''; flex: 1; height: 1px; background: var(--ru-border); }

.btn-submit { background: var(--ru-red); color: #fff; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1rem; letter-spacing: 0.08em; text-transform: uppercase; border: none; border-radius: 4px; padding: 13px 28px; width: 100%; cursor: pointer; transition: background 0.2s, transform 0.1s; display: flex; align-items: center; justify-content: center; gap: 8px; }
.btn-submit:hover { background: #a80016; transform: translateY(-1px); }
.btn-submit:active { transform: translateY(0); }

.info-box { background: rgba(10,22,40,0.04); border: 1px solid var(--ru-border); border-left: 3px solid var(--ru-navy); border-radius: 0 4px 4px 0; padding: 12px 16px; margin-top: 20px; font-size: 0.82rem; color: var(--ru-muted); line-height: 1.6; }
.info-box strong { color: var(--ru-navy); }

/* LANDING PAGE CALLBACK FORM REPLICA */
.landing-form-shell { height: 100%; }
.landing-form-shell.contectmain {
    margin-top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.landing-form-shell .maincon { width: 100%; }
.landing-form-shell .contectborder {
    position: relative;
    border-radius: 23px;
    padding: 30px 40px;
    box-shadow: 0 4px 4px 3px #00000040;
    background: linear-gradient(342.1deg, rgba(18, 18, 20, 0) 22.24%, #121214 58.33%, #cd0300 116.07%);
    max-width: 100%;
}
.landing-form-shell .contectborder::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 23px;
    padding: 1px;
    background: linear-gradient(180deg, #ff0000 0%, #666666 71.15%, #ffffff 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.landing-form-shell .Registcall {
    font-size: 32px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    color: #fff;
}
.landing-form-shell .labalinput {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    max-width: 230px;
    width: 100%;
    color: #fff;
}
.landing-form-shell .maininput {
    max-width: 340px;
    background-color: #0d0d0d;
    gap: 15px;
    width: 100%;
    min-height: 54px;
    border-radius: 7px;
    position: relative;
    z-index: 1;
}
.landing-form-shell .maininput::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 7px;
    padding: 1px;
    background: linear-gradient(90deg, #c1c1c1 0%, #666666 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.landing-form-shell .inputclass {
    background-color: transparent !important;
    outline: none !important;
    border: none !important;
    color: #b0b0b0 !important;
    width: 100%;
    padding-right: 14px;
    font-size: 0.95rem;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.landing-form-shell .inputclass::placeholder { color: #b0b0b0 !important; }
.landing-form-shell .inputclass option { color: #111827; }
.landing-form-shell .lablimg {
    background: #191919;
    width: 90px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.landing-form-shell .borders {
    border: 0.25px solid #cdbcbc;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 18px;
}
.landing-form-shell .BookNow {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    font-size: 24px;
    max-width: 331px;
    width: 100%;
    background: #e2001f;
    border-radius: 7px;
    border: none !important;
    height: 66px;
    color: #ffffff;
    box-shadow: 0 4px 4px 0 #00000040;
}
.landing-form-shell .BookNow:hover { background: #b00019; }
.landing-form-shell .BookNow:disabled { opacity: 0.85; cursor: not-allowed; }
.landing-form-shell .privacy {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-decoration: underline;
    color: #8d8d8d;
}

/* HERO ALIGNMENT TUNING */
@media (min-width: 992px) {
    .rf-hero-tight-row > [class*="col-"] {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .rf-hero-tight-row .landing-form-shell {
        margin-top: 0;
    }

    .rf-hero-tight-row .contectborder {
        margin-top: 2px;
    }

    /* Wider + shorter form on desktop */
    .rf-hero-tight-row .contectborder {
        padding: 18px 22px;
    }

    .rf-hero-tight-row .Registcall {
        font-size: 26px;
        line-height: 1.2;
    }

    .rf-hero-tight-row .labalinput {
        max-width: 160px;
        font-size: 15px;
    }

    .rf-hero-tight-row .maininput {
        min-height: 46px;
        height: 46px;
        gap: 10px;
    }

    .rf-hero-tight-row .lablimg {
        width: 68px;
        min-height: 44px;
        height: 44px;
    }

    .rf-hero-tight-row .inputclass {
        font-size: 0.88rem;
    }

    .rf-hero-tight-row .borders {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .rf-hero-tight-row .BookNow {
        max-width: 275px;
        height: 54px;
        font-size: 20px;
    }

    .rf-hero-tight-row .privacy {
        font-size: 14px;
    }
}

/* SIDEBAR */
.sidebar-card { background: var(--ru-white); border: 1px solid var(--ru-border); border-radius: 8px; overflow: hidden; margin-bottom: 18px; }
.sidebar-card-head { background: var(--ru-navy); padding: 13px 18px; }
.sidebar-card-head.dark { background: var(--ru-navy); }
.sidebar-card-head h6 { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.92rem; color: #fff; letter-spacing: 0.06em; text-transform: uppercase; margin: 0; }
.sidebar-card-body { padding: 18px; }

.rf-reward-item { display: flex; align-items: flex-start; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--ru-border); }
.rf-reward-item:last-child { border-bottom: none; }
.ri-icon { width: 36px; height: 36px; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; margin-top: 1px; }
.ri-icon.gold { background: rgba(245,166,35,0.12); color: var(--ru-gold); }
.ri-icon.red  { background: rgba(208,2,27,0.1);   color: var(--ru-red); }
.ri-icon.navy { background: rgba(10,22,40,0.08);   color: var(--ru-navy); }
.ri-text .val { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 1.05rem; color: var(--ru-navy); line-height: 1; }
.ri-text .desc { font-size: 0.77rem; color: var(--ru-muted); line-height: 1.4; margin-top: 2px; }

.smallprint-box { background: rgba(208,2,27,0.04); border: 1px solid rgba(208,2,27,0.15); border-radius: 5px; padding: 14px 16px; font-size: 0.77rem; color: var(--ru-muted); line-height: 1.65; }
.smallprint-box strong { color: var(--ru-red); }

/* SUCCESS STATE */
.success-overlay { display: none; text-align: center; padding: 40px 24px; }
.success-icon { width: 68px; height: 68px; background: rgba(208,2,27,0.07); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; font-size: 2rem; color: var(--ru-red); }
.success-overlay h4 { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 1.65rem; color: var(--ru-navy); }
.success-overlay .success-body { font-size: 0.88rem; color: var(--ru-muted); line-height: 1.7; margin-top: 8px; }
.referral-code-box { background: var(--ru-navy); border-radius: 5px; padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 18px; }
.referral-code-box .code { font-family: 'Barlow Condensed', sans-serif; font-size: 1.5rem; font-weight: 900; color: var(--ru-gold); letter-spacing: 0.12em; }
.btn-copy { background: var(--ru-red); color: #fff; border: none; border-radius: 3px; padding: 8px 16px; font-size: 0.8rem; font-weight: 600; cursor: pointer; transition: background 0.15s; white-space: nowrap; }
.btn-copy:hover { background: #a80016; }

/* FOOTER */
.site-footer { background: radial-gradient(1100px 300px at 50% -30%, rgba(208,2,27,0.16), transparent 62%), #020202; padding: 42px 0 24px; border-top: 3px solid var(--ru-red); }
.site-footer .footer-top { margin-bottom: 2px; }
.footer-accent-line { width: 150px; height: 4px; margin: 0 auto 24px; border-radius: 99px; background: linear-gradient(90deg, transparent, var(--ru-red), var(--ru-gold), transparent); }
.footer-card { background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)); border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; padding: 18px; height: 100%; }
.footer-brand-logo { display: inline-block; }
.footer-brand-logo img { width: 220px; max-width: 100%; height: auto; filter: drop-shadow(0 8px 22px rgba(0,0,0,0.4)); }
.footer-about { font-size: 0.92rem; color: rgba(255,255,255,0.88); line-height: 1.75; margin-top: 12px; margin-bottom: 0; max-width: 440px; font-weight: 500; }
.footer-badges { margin-top: 14px; display: flex; gap: 8px; flex-wrap: wrap; }
.footer-badges span { border: 1px solid rgba(255,255,255,0.32); color: #fff; background: rgba(255,255,255,0.08); border-radius: 999px; font-size: 0.7rem; padding: 4px 10px; letter-spacing: 0.05em; text-transform: uppercase; }
.site-footer p { font-size: 0.82rem; color: rgba(255,255,255,0.78); margin-top: 6px; }
.site-footer a { color: rgba(255,255,255,0.94); text-decoration: none; font-size: 0.9rem; font-weight: 500; }
.site-footer a:hover { color: var(--ru-gold); }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-contact-list li { color: rgba(255,255,255,0.9); font-size: 0.9rem; line-height: 1.75; display: flex; align-items: flex-start; }
.footer-contact-list i { color: var(--ru-red); margin-top: 3px; }
.footer-contact-list span { color: rgba(255,255,255,0.9); }
.footer-head { font-family: 'Barlow Condensed', sans-serif; font-size: 0.8rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: #fff; margin-bottom: 12px; }
.footer-divider { border-color: rgba(255,255,255,0.16); margin: 24px 0 14px; }
.footer-bottom { margin-top: 2px; }
.footer-copy { margin: 0; color: rgba(255,255,255,0.84); font-size: 0.86rem; font-weight: 500; }
.footer-terms { font-size: 0.86rem; font-weight: 700; color: #fff; text-decoration: underline; text-underline-offset: 3px; }

/* RESPONSIVE */
@media (max-width: 991px) {
    .nav-links { display: none !important; }
    .hamburger { display: block; }
    .rf-hero { padding: 50px 0 42px; }
    .rf-hero h1 { font-size: 2.5rem; }
    .rf-hero-lead { max-width: 100%; }
    .rf-rewards-section, .rf-steps-section { padding: 44px 0 36px; }
    .form-section { padding: 42px 0 56px; }
    .form-card-body { padding: 22px; }
}
@media (max-width: 767px) {
    .topbar { font-size: 0.72rem; }
    .topbar .d-flex { justify-content: center !important; flex-wrap: wrap; gap: 4px; }
    header { padding: 12px 0 0; }
    .logo-mark { font-size: 1.5rem; }
    .milestone-banner span { font-size: 0.72rem; }
    .milestone-banner .mbadge { display: none; }
    .rf-hero { padding: 38px 0 34px; }
    .rf-hero::after { display: none; }
    .rf-hero h1 { font-size: 2rem; }
    .rf-hero-lead { font-size: 0.88rem; margin-top: 10px; }
    .rf-hero-eyebrow { font-size: 0.68rem; margin-bottom: 10px; }
    .rf-reward-strip { flex-direction: column; gap: 8px; margin-top: 20px; }
    .rf-reward-pill { width: 100%; }
    .rf-rewards-section { padding: 36px 0 28px; }
    .section-title { font-size: 1.4rem; }
    .rf-reward-card-body { padding: 18px; }
    .rf-steps-section { padding: 34px 0 26px; }
    .rf-step-card { padding: 18px 14px; }
    .rf-step-num { font-size: 2.4rem; top: 10px; right: 10px; }
    .form-section { padding: 30px 0 46px; }
    .form-card-header { padding: 18px 18px; }
    .form-card-header h3 { font-size: 1.2rem; }
    .form-card-body { padding: 16px; }
    .divider-label { font-size: 0.63rem; margin: 18px 0 14px; }
    .form-label { font-size: 0.7rem; }
    .form-control, .form-select { font-size: 0.84rem; padding: 9px 11px; }
    .btn-submit { font-size: 0.9rem; padding: 12px 18px; }
    .info-box { font-size: 0.78rem; }
    .success-overlay { padding: 26px 14px; }
    .referral-code-box { flex-direction: column; align-items: flex-start; gap: 10px; }
    .btn-copy { width: 100%; text-align: center; }
    .sidebar-card-body { padding: 14px; }
    .landing-form-shell .contectborder { padding: 20px 16px; }
    .landing-form-shell .Registcall { font-size: 24px; }
    .landing-form-shell .labalinput { max-width: 100%; font-size: 16px; }
    .landing-form-shell .maininput { max-width: 100%; }
    .landing-form-shell .lablimg { width: 74px; }
    .landing-form-shell .BookNow { max-width: 100%; font-size: 20px; height: 58px; }
    .landing-form-shell .privacy { font-size: 15px; }
    .rf-hero-tight-row .landing-form-shell { margin-top: 8px; }
    .footer-accent-line { margin-bottom: 20px; }
    .footer-card { padding: 15px 14px; }
    .footer-brand-logo img { width: 190px; }
    .footer-badges span { font-size: 0.68rem; padding: 3px 8px; }
    .site-footer { padding: 30px 0 16px; }
}
@media (max-width: 400px) {
    .rf-hero h1 { font-size: 1.7rem; }
    .logo-mark { font-size: 1.3rem; }
    .form-card-body { padding: 12px; }
    .section-title { font-size: 1.2rem; }
}

