/* Landing Page Plugin — Stylesheet */

/* ── Design Tokens ── */
:root {
  --primary: #1a2332;
  --primary-deep: #111927;
  --secondary: #1a2332;
  --accent: #2b7a78;
  --accent-hover: #236362;
  --light-bg: #f7f8fa;
  --cream-bg: whitesmoke;
  --text-dark: #1a1a1a;
  --text-body: #555;
  --text-light: #888;
  --white: #fff;
  --border: #e2e5ea;
  --radius-card: 10px;
  --radius-btn: 50px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,.08);
  --shadow-md: 0 4px 20px rgba(0,0,0,.08);
  --shadow-lg: 0 8px 30px rgba(0,0,0,.12);
  --section-pad: 90px 0;
  --transition: .3s ease;
}

/* ── Reset & Base ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.landing-page {
  font-family: 'Inter', sans-serif;
  color: var(--text-body);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 { font-family: 'Outfit', sans-serif; color: var(--text-dark); line-height: 1.25; }
a { text-decoration: none; color: inherit; transition: color var(--transition); }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; }

#page { padding: 0; }
body.landing-page #page,
body.landing-page .wrap,
body.landing-page .site,
body.landing-page .site-content,
body.landing-page #content { max-width: 100%; width: 100%; padding: 0; margin: 0; float: none; }

.rv-container { width: 90%; max-width: 1180px; margin: 0 auto; }
.section-label {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}
.section-title {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 700;
  margin-bottom: 16px;
}
.btn-primary {
  display: inline-block;
  padding: 16px 36px;
  background: var(--accent);
  color: var(--white);
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .5px;
  border-radius: var(--radius-btn);
  transition: background var(--transition), transform var(--transition);
}
.btn-primary:hover { background: var(--accent-hover); transform: translateY(-2px); color: var(--white); }
.arrow-link {
  font-weight: 600;
  color: var(--accent);
  font-size: .95rem;
  transition: gap var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.arrow-link:hover { color: var(--accent-hover); gap: 10px; }

/* ── Header ── */
.rv-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}
.rv-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}
.rv-logo { display: flex; align-items: baseline; gap: 10px; }
.rv-logo__mark {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  color: var(--primary);
  letter-spacing: 2px;
}
.rv-logo__tag {
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-light);
}
.rv-header__right { display: flex; align-items: center; gap: 24px; }
.rv-header__phone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--text-dark);
  font-size: .9rem;
}
.rv-header__phone i { color: var(--accent); }
.rv-header__cta { padding: 12px 26px; font-size: .82rem; }
.rv-hamburger {
  display: none;
  background: none;
  font-size: 1.4rem;
  color: var(--primary);
  padding: 4px;
}

/* Mobile nav */
.rv-mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--white);
  z-index: 9999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.rv-mobile-nav.open { display: flex; }
.rv-mobile-nav__close {
  position: absolute;
  top: 22px;
  right: 22px;
  background: none;
  font-size: 1.6rem;
  color: var(--primary);
}
.rv-mobile-nav a {
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-dark);
}

/* ── Hero ── */
.rv-hero {
  position: relative;
  min-height: 88vh;
  width: 100%;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  color: var(--white);
}
.rv-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, color-mix(in srgb, #242e41 82%, #000000) 0%, color-mix(in srgb, #242e41 65%, transparent) 100%);
}
.rv-hero .rv-container { position: relative; z-index: 1; width: 90%; max-width: 1180px; }
.rv-hero__content { max-width: 700px; }
.rv-hero__title {
  font-size: clamp(2.2rem, 5.5vw, 3.4rem);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 18px;
  line-height: 1.15;
}
.rv-hero__sub1 {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  font-weight: 500;
  margin-bottom: 12px;
  opacity: .95;
}
.rv-hero__sub2 {
  font-size: clamp(.9rem, 1.6vw, 1.05rem);
  color: rgba(255,255,255,.72);
  margin-bottom: 36px;
  max-width: 580px;
  line-height: 1.7;
}
.rv-hero__cta { font-size: 1rem; padding: 18px 40px; }
.rv-hero__micro {
  margin-top: 14px;
  font-size: .82rem;
  color: rgba(255,255,255,.5);
  font-style: italic;
}

/* ── Trust Bar ── */
.rv-trust-bar {
  background: var(--white);
  border-top: 1px solid var(--border);
  padding: 36px 0;
  width: 100%;
}
.rv-trust-bar__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  text-align: center;
  gap: 20px;
}
.rv-trust-item { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.rv-trust-item i { font-size: 1.5rem; color: var(--accent); }
.rv-trust-item span {
  font-size: .88rem;
  color: var(--text-dark);
}

/* ── How It Works ── */
.rv-how-it-works { padding: var(--section-pad); width: 100%; }
.rv-how-it-works__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-top: 40px;
}
.rv-how-it-works__img {
  border-radius: var(--radius-card);
  width: 100%;
  height: 520px;
  object-fit: cover;
  box-shadow: var(--shadow-lg);
}
.rv-steps { position: relative; padding-left: 60px; }
.rv-steps::before {
  content: '';
  position: absolute;
  left: 22px;
  top: 28px;
  bottom: 28px;
  width: 2px;
  background: var(--border);
}
.rv-step { position: relative; margin-bottom: 40px; }
.rv-step:last-child { margin-bottom: 0; }
.rv-step__number {
  position: absolute;
  left: -60px;
  top: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--white);
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.rv-step h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 6px; }
.rv-step p { font-size: .95rem; color: var(--text-body); }

/* ── Doctor ── */
.rv-doctor { padding: var(--section-pad); background: var(--cream-bg); width: 100%; }
.rv-doctor__grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 60px;
  align-items: center;
}
.rv-doctor__img {
  width: 360px;
  height: 440px;
  object-fit: cover;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-lg);
}
.rv-doctor__text h2 {margin-bottom: 0px;}
.rv-doctor__text p,
.rv-doctor__bio {
  margin-bottom: 24px;
  font-size: .95rem;
  line-height: 1.85;
}
.rv-doctor__bio ul,
.rv-doctor__bio ol { margin: 12px 0 12px 20px; }
.rv-doctor__bio li { margin-bottom: 6px; list-style: disc; }
.rv-doctor__bio ol li { list-style: decimal; }

/* ── Services ── */
.rv-services { padding: var(--section-pad); text-align: center; width: 100%; }
.rv-services__sub {
  max-width: 560px;
  margin: 0 auto 48px;
  font-size: .95rem;
}
.rv-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  text-align: left;
  margin-bottom: 48px;
}
.rv-service-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 40px 32px;
  transition: transform var(--transition), box-shadow var(--transition);
}
.rv-service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.rv-service-card__icon {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: rgba(43,122,120,.1);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 22px;
}
.rv-service-card h3 { font-size: 1.2rem; margin-bottom: 10px; }
.rv-service-card p { font-size: .9rem; margin-bottom: 20px; line-height: 1.7; }
.rv-services__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.rv-services__all { margin-bottom: 4px; }

/* ── FAQ ── */
.rv-faq { padding: var(--section-pad); background: var(--light-bg); width: 100%; }
.rv-faq .section-title { text-align: center; margin-bottom: 48px; }
.rv-faq__list { max-width: 780px; margin: 0 auto; }
.rv-faq-item {
  background: var(--white);
  border-radius: var(--radius-card);
  margin-bottom: 12px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.rv-faq-item__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 28px;
  background: none;
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-dark);
  text-align: left;
}
.rv-faq-item__q i {
  font-size: .8rem;
  color: var(--accent);
  transition: transform var(--transition);
  flex-shrink: 0;
}
.rv-faq-item.open .rv-faq-item__q i { transform: rotate(180deg); }
.rv-faq-item__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
  padding: 0 28px;
}
.rv-faq-item.open .rv-faq-item__a {
  max-height: 300px;
  padding: 0 28px 22px;
}
.rv-faq-item__a p { font-size: .92rem; line-height: 1.75; color: var(--text-body); }
.rv-faq__disclaimer {
  text-align: center;
  margin-top: 36px;
  font-size: .82rem;
  font-style: italic;
  color: var(--text-light);
}

/* ── Testimonials ── */
.rv-testimonial {
  padding: 5vh 0;
}

/* ── Contact / CTA ── */
.rv-contact {
  padding: var(--section-pad);
  background: var(--secondary);
  color: rgba(255,255,255,.85);
  width: 100%;
}
.rv-contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.rv-contact h2 {
  color: var(--white);
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  margin-bottom: 10px;
}
.rv-contact__sub {
  margin-bottom: 32px;
  font-size: .95rem;
}
.rv-contact__sub a { color: var(--accent); font-weight: 600; }
.rv-contact__sub a:hover { text-decoration: underline; }
.rv-contact-form { display: flex; flex-direction: column; gap: 14px; }
.rv-contact-form input,
.rv-contact-form textarea {
  width: 100%;
  padding: 14px 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 8px;
  color: var(--white);
  font-family: 'Inter', sans-serif;
  font-size: .9rem;
  transition: border-color var(--transition);
}
.rv-contact-form input::placeholder,
.rv-contact-form textarea::placeholder { color: rgba(255,255,255,.4); }
.rv-contact-form input:focus,
.rv-contact-form textarea:focus { outline: none; border-color: var(--accent); }
.rv-contact-form textarea { resize: vertical; min-height: 110px; }
.rv-contact-form .btn-primary { align-self: flex-start; }
.rv-contact__right { display: flex; flex-direction: column; gap: 28px; }
.rv-contact__map iframe { width: 100%; height: 260px; border: 0; border-radius: var(--radius-card); }
.rv-contact__hours h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.05rem;
  color: var(--white);
  margin-bottom: 14px;
}
.rv-hours-list li {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  font-size: .88rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.rv-hours-list li span:first-child { color: rgba(255,255,255,.6); }
.rv-hours-list .closed { color: rgba(255,255,255,.35); }

/* ── Footer ── */
.rv-footer {
  background: var(--secondary);
  color: rgba(255,255,255,.55);
  padding: 40px 0 24px;
}
.rv-footer__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
  margin-bottom: 28px;
}
.rv-footer__inner--centered {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
}
.rv-footer__left .rv-logo img {
  max-width: 200px;
  filter: brightness(0) invert(1);
}
.rv-footer__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  font-size: .9rem;
}
.rv-footer__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.8);
  font-weight: 600;
  transition: color var(--transition);
}
.rv-footer__phone:hover { color: var(--white); }
.rv-footer__phone i { color: var(--accent); }
.rv-footer__address {
  color: rgba(255,255,255,.55);
  font-size: .85rem;
}
.rv-footer__bottom {
  text-align: center;
  font-size: .78rem;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.rv-footer__bottom a { color: rgba(255,255,255,.45); transition: color var(--transition); }
.rv-footer__bottom a:hover { color: var(--white); }
.rv-footer__bottom p { margin: 0 0 4px; }

a.rv-logo img {
  max-width: 250px;
  margin-bottom: -10px;
  display: block;
}

.rv-logo img {
  max-width: 250px;
}

.bottom-footer p {
  margin-bottom: 5px;
}

/* ── Responsive ── */
@media (max-width: 992px) {
  .rv-how-it-works__grid,
  .rv-doctor__grid,
  .rv-contact__grid { grid-template-columns: 1fr; }
  .rv-how-it-works__img { height: 340px; }
  .rv-doctor__img { width: 100%; max-width: 400px; }
  .rv-services__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .rv-header__phone, .rv-header__cta { display: none; }
  .rv-hamburger { display: block; }
  .rv-trust-bar__grid { grid-template-columns: 1fr 1fr; }
  .rv-services__grid { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
  .rv-footer__inner { grid-template-columns: 1fr; text-align: center; }
  .rv-footer__left { display: flex; justify-content: center; }
  .rv-footer__right { align-items: center; }
  .rv-hero { min-height: 75vh; }
}

@media (max-width: 480px) {
  .rv-trust-bar__grid { grid-template-columns: 1fr; }
  .rv-faq-item__q { padding: 18px 20px; font-size: .92rem; }
  .rv-faq-item__a { padding-left: 20px; padding-right: 20px; }
  .rv-faq-item.open .rv-faq-item__a { padding: 0 20px 18px; }
}
