.rdv-page{background:var(--bg);color:var(--text);flex-direction:column;min-height:100vh;display:flex}.rdv-inner{flex:1;grid-template-columns:1fr 1fr;align-items:start;gap:48px;width:100%;max-width:1200px;margin:0 auto;padding:80px 24px 48px;display:grid}.rdv-context{max-width:480px;padding-top:24px}.rdv-context h1{margin-bottom:16px;font-size:clamp(1.6rem,4vw,2.2rem);line-height:1.2}.rdv-highlight{color:var(--blue)}.rdv-subtitle{color:var(--muted);margin-bottom:32px;font-size:.95rem;line-height:1.7}.rdv-details{flex-direction:column;gap:14px;margin-bottom:36px;display:flex}.rdv-detail{color:var(--text);align-items:center;gap:12px;font-size:.9rem;display:flex}.rdv-detail svg{color:var(--blue);flex-shrink:0}.rdv-detail strong{font-weight:600}.rdv-proof{background:var(--bg-alt);border:1px solid var(--border);border-radius:12px;gap:14px;padding:20px;display:flex}.rdv-proof-avatar{color:#fff;background:linear-gradient(135deg,#4d65ff,#8b5cf6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.8rem;font-weight:700;display:flex}.rdv-proof p{color:var(--muted);margin-bottom:6px;font-size:.82rem;font-style:italic;line-height:1.65}.rdv-proof span{color:var(--subtle);font-size:.72rem;font-weight:500}.rdv-calendly{background:var(--bg);border:1px solid var(--border);border-radius:16px;min-height:700px;overflow:hidden}.calendly-wrapper{height:100%;min-height:700px}.calendly-wrapper iframe{border-radius:16px}.calendly-note{text-align:center;color:var(--subtle);padding:8px 16px 12px;font-size:.72rem}@media (max-width:968px){.rdv-inner{grid-template-columns:1fr;gap:32px;padding-top:72px}.rdv-context{text-align:center;max-width:100%;padding-top:0}.rdv-details{align-items:center}.rdv-proof{text-align:left}}