/* ════════════════════════════════════════════════════════════
   Real Results section
   ════════════════════════════════════════════════════════════ */
.rs-sec {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background: #f5f4f0;
    color: #1a1a1a;
}
@media (min-width: 768px)  { .rs-sec { padding: 96px 0; } }
@media (min-width: 1024px) { .rs-sec { padding: 120px 0; } }

.rs-vline {
    position: absolute;
    top: 0; bottom: 0;
    width: 1px;
    background: rgba(205, 160, 127, 0.5);
}
.rs-vline-l { left: 16px; }
.rs-vline-r { right: 16px; }

.rs-shell {
    position: relative;
    z-index: 1;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px;
}
@media (min-width: 768px)  { .rs-shell { padding: 0 48px; } }
@media (min-width: 1024px) { .rs-shell { padding: 0 64px; } }

/* ─── Header ─── */
.rs-head {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: end;
    margin-bottom: 36px;
}
@media (min-width: 900px) {
    .rs-head { grid-template-columns: 1.4fr 1fr; gap: 32px; margin-bottom: 48px; }
}
.rs-title {
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.025em;
    color: #1a1a1a;
    margin: 0;
}
.rs-title em {
    font-style: italic;
    font-weight: 400;
    font-family: "PlayfairDisplay", "Times New Roman", serif;
    background: linear-gradient(135deg, #e8347a 0%, #cda07f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.rs-sub {
    font-size: 14.5px;
    line-height: 1.55;
    color: rgba(26, 26, 26, 0.6);
    margin: 0;
    max-width: 420px;
    font-weight: 300;
}
@media (min-width: 900px) {
    .rs-sub { text-align: right; margin-left: auto; }
}

/* ─── Grid ─── */
.rs-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
@media (min-width: 1024px) {
    .rs-grid { grid-template-columns: 1fr 2fr; gap: 16px; }
}

/* ─── Trust card (left) ─── */
.rs-trust {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    padding: 32px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    min-height: 460px;
    background: linear-gradient(160deg, #d9b094 0%, #c39074 100%);
    box-shadow: 0 30px 60px -28px rgba(180, 110, 70, 0.45);
}
@media (min-width: 768px) { .rs-trust { padding: 36px; } }
.rs-trust-bg {
    position: absolute; inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 60% 50% at 100% 0%, rgba(255, 255, 255, 0.20), transparent 60%),
        radial-gradient(ellipse 50% 50% at 0% 100%, rgba(232, 52, 122, 0.18), transparent 65%),
        radial-gradient(circle, rgba(255, 255, 255, 0.10) 1px, transparent 1px) 0 0 / 24px 24px;
    opacity: 0.85;
}
.rs-trust-top { position: relative; z-index: 1; }
.rs-trust-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 16px;
}
.rs-trust-eyebrow-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    animation: rsPing 1.8s ease-out infinite;
}
@keyframes rsPing {
    0%   { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.55); }
    70%  { box-shadow: 0 0 0 8px rgba(255, 255, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}
.rs-trust-h3 {
    font-size: clamp(22px, 2.4vw, 28px);
    font-weight: 500;
    line-height: 1.18;
    letter-spacing: -0.02em;
    color: #fff;
    margin: 0 0 12px;
}
.rs-trust-p {
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
    max-width: 420px;
    font-weight: 300;
}

.rs-trust-bottom { position: relative; z-index: 1; }

/* Practice-type tags */
.rs-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 18px;
}
.rs-tag {
    display: inline-flex;
    align-items: center;
    padding: 5px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.01em;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

/* Trust stat strip */
.rs-trust-strip {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
}
.rs-trust-stat {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.rs-trust-stat-num {
    display: inline-flex;
    align-items: baseline;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    letter-spacing: -0.02em;
    font-variant-numeric: tabular-nums;
}
.rs-trust-stat-plus {
    font-size: 0.6em;
    margin-left: 1px;
    color: rgba(255, 255, 255, 0.85);
}
.rs-trust-stat-star {
    margin-left: 4px;
    font-size: 0.7em;
    color: #fff;
}
.rs-trust-stat-label {
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}
.rs-trust-divider {
    width: 1px;
    align-self: stretch;
    background: rgba(255, 255, 255, 0.2);
}

/* ─── 2×2 stats ─── */
.rs-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
@media (min-width: 600px) {
    .rs-stats { grid-template-columns: 1fr 1fr; }
}

.rs-stat {
    position: relative;
    background: #fff;
    border: 1px solid rgba(205, 160, 127, 0.28);
    border-radius: 24px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    min-height: 220px;
    transition: transform 0.3s cubic-bezier(.2,.7,.2,1), border-color 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}
.rs-stat::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(232, 52, 122, 0.05), rgba(205, 160, 127, 0.06));
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
.rs-stat:hover {
    transform: translateY(-3px);
    border-color: rgba(232, 52, 122, 0.32);
    box-shadow: 0 22px 44px -22px rgba(232, 52, 122, 0.28);
}
.rs-stat:hover::after { opacity: 1; }

.rs-stat-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    position: relative;
    z-index: 1;
}
.rs-stat-num {
    display: inline-flex;
    align-items: baseline;
    font-size: clamp(40px, 5.4vw, 64px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.035em;
    color: #1a1a1a;
    font-variant-numeric: tabular-nums;
}
.rs-stat-num-sm {
    font-size: clamp(36px, 4.8vw, 56px);
}
.rs-stat-unit {
    font-size: 0.6em;
    font-weight: 500;
    margin-left: 2px;
    color: rgba(26, 26, 26, 0.85);
}
.rs-stat-plus {
    font-size: 0.55em;
    font-weight: 500;
    margin-left: 1px;
    color: #b91c5c;
}

.rs-stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px; height: 38px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(232, 52, 122, 0.10) 0%, rgba(205, 160, 127, 0.16) 100%);
    color: #b91c5c;
    flex-shrink: 0;
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.rs-stat-icon svg { width: 18px; height: 18px; }
.rs-stat:hover .rs-stat-icon {
    transform: rotate(-6deg) scale(1.05);
    background: linear-gradient(135deg, #e8347a 0%, #cda07f 100%);
    color: #fff;
}

.rs-stat-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.rs-stat-h {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: -0.01em;
    line-height: 1.3;
}
.rs-stat-desc {
    font-size: 13px;
    line-height: 1.5;
    color: rgba(26, 26, 26, 0.6);
    font-weight: 400;
}

/* Mobile */
@media (max-width: 640px) {
    .rs-trust { padding: 28px; min-height: 0; }
    .rs-stat { padding: 22px; min-height: 180px; }
}
