/* Opdio homepage — Practo-inspired marketing polish */

body.opdio-home-page {
  background: #fff;
}

.opdio-home-hero {
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 45%, #3b82f6 100%);
  color: #fff;
  padding: 56px 0 72px;
  position: relative;
  overflow: hidden;
}

.opdio-home-hero::before,
.opdio-home-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.opdio-home-hero::before {
  top: -20%;
  right: -8%;
  width: 420px;
  height: 420px;
  background: rgba(255, 255, 255, 0.08);
}

.opdio-home-hero::after {
  bottom: -30%;
  left: 5%;
  width: 280px;
  height: 280px;
  background: rgba(255, 255, 255, 0.05);
}

.opdio-home-hero .container {
  position: relative;
  z-index: 1;
}

.opdio-home-hero__eyebrow {
  display: inline-block;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 1.25rem;
}

.opdio-home-hero__title {
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 1rem;
  color: #fff;
}

.opdio-home-hero__subtitle {
  font-size: 1.125rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
  max-width: 540px;
  margin-bottom: 2rem;
}

.opdio-home-hero__actions .btn {
  min-width: 148px;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
}

.opdio-home-hero__actions .btn-light {
  color: #1e3a8a;
}

.opdio-home-hero__image {
  text-align: center;
}

.opdio-home-hero__image img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.25);
}

.opdio-home-stats {
  background: #f6f9fc;
  border-bottom: 1px solid #e8eef5;
  padding: 2.5rem 0;
}

.opdio-home-stat {
  text-align: center;
  padding: 0.5rem 1rem;
}

.opdio-home-stat__value {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #286efb;
  line-height: 1.2;
  margin-bottom: 0.35rem;
}

.opdio-home-stat__label {
  font-size: 0.9375rem;
  color: #6a747b;
  margin: 0;
}

.opdio-home-section {
  padding: 4.5rem 0;
}

.opdio-home-section--alt {
  background: #f6f9fc;
}

.opdio-home-section__heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3rem;
}

.opdio-home-section__heading h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: #2d343e;
  margin-bottom: 0.75rem;
}

.opdio-home-section__heading p {
  color: #6a747b;
  font-size: 1.0625rem;
  margin: 0;
}

.opdio-home-benefit {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 16px;
  padding: 2rem 1.5rem;
  text-align: center;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.opdio-home-benefit:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(40, 110, 251, 0.12);
}

.opdio-home-benefit__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(40, 110, 251, 0.08);
  border-radius: 16px;
}

.opdio-home-benefit__icon img {
  width: 40px;
  height: 40px;
}

.opdio-home-benefit h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #2d343e;
  margin-bottom: 0.75rem;
}

.opdio-home-benefit p {
  font-size: 0.9375rem;
  color: #6a747b;
  margin: 0;
  line-height: 1.6;
}

.opdio-home-feature {
  padding: 3rem 0;
}

.opdio-home-feature__image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.opdio-home-feature__content h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #2d343e;
  margin-bottom: 1rem;
}

.opdio-home-feature__content p {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: #6a747b;
  margin-bottom: 1.5rem;
}

.opdio-home-pricing {
  background: linear-gradient(180deg, #fff 0%, #f6f9fc 100%);
}

.opdio-home-pricing__card {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 20px;
  padding: 3rem 2rem;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
}

.opdio-home-pricing__card h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.opdio-home-pricing__card p {
  color: #6a747b;
  margin-bottom: 1.75rem;
  line-height: 1.7;
}

.opdio-home-steps {
  position: relative;
}

.opdio-home-step {
  text-align: center;
  padding: 0 1rem;
}

.opdio-home-step__num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #286efb;
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.opdio-home-step__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 1rem;
}

.opdio-home-step__icon img {
  width: 100%;
  height: auto;
}

.opdio-home-step h4 {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #2d343e;
  margin-bottom: 0.5rem;
}

.opdio-home-step p {
  font-size: 0.9375rem;
  color: #6a747b;
  margin: 0;
  line-height: 1.6;
}

@media (min-width: 992px) {
  .opdio-home-steps::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 12%;
    right: 12%;
    height: 2px;
    background: linear-gradient(90deg, #dbeafe, #286efb, #dbeafe);
    z-index: 0;
  }

  .opdio-home-step {
    position: relative;
    z-index: 1;
  }
}

.opdio-home-suite {
  background: #1e3a8a;
  color: #fff;
  border-radius: 20px;
  padding: 3rem 2.5rem;
}

.opdio-home-suite h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #fff;
}

.opdio-home-suite__list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}

.opdio-home-suite__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.65rem 0;
  font-size: 1rem;
  line-height: 1.5;
}

.opdio-home-suite__list li i {
  color: #93c5fd;
  margin-top: 3px;
  flex-shrink: 0;
}

.opdio-home-testimonial-card {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 16px;
  padding: 2rem;
  margin: 0 12px;
  height: 100%;
}

.opdio-home-testimonial-card p {
  font-size: 1rem;
  line-height: 1.75;
  color: #475569;
  margin-bottom: 1.25rem;
  font-style: italic;
}

.opdio-home-testimonial-card__author {
  font-weight: 700;
  color: #2d343e;
  margin: 0;
}

.opdio-home-testimonial-card__role {
  font-size: 0.875rem;
  color: #94a3b8;
  margin: 0;
}

.opdio-home-testimonials .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background: #fff !important;
  border: 1px solid #e8eef5 !important;
  color: #286efb !important;
  font-size: 1.25rem !important;
  line-height: 1 !important;
}

.opdio-home-testimonials .owl-nav .owl-prev {
  left: -20px;
}

.opdio-home-testimonials .owl-nav .owl-next {
  right: -20px;
}

.opdio-home-testimonials .owl-dots {
  margin-top: 1.5rem;
}

.opdio-home-faq .card {
  border: 1px solid #e8eef5;
  border-radius: 12px !important;
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.opdio-home-faq .card-header {
  background: #fff;
  border: 0;
  padding: 0;
}

.opdio-home-faq .btn-link {
  width: 100%;
  text-align: left;
  padding: 1rem 1.25rem;
  font-weight: 600;
  color: #2d343e !important;
  text-decoration: none !important;
  white-space: normal;
}

.opdio-home-faq .btn-link:hover {
  color: #286efb !important;
}

.opdio-home-faq .card-body {
  padding: 0 1.25rem 1.25rem;
  color: #6a747b;
  line-height: 1.7;
}

.opdio-home-cta {
  background: linear-gradient(135deg, #1e3a8a 0%, #286efb 100%);
  color: #fff;
  padding: 4.5rem 0;
  text-align: center;
}

.opdio-home-cta h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
}

.opdio-home-cta p {
  color: rgba(255, 255, 255, 0.9);
  max-width: 560px;
  margin: 0 auto 2rem;
  line-height: 1.7;
}

.opdio-home-mobile-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background: #fff;
  border-top: 1px solid #e8eef5;
  padding: 0.75rem 1rem;
  box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.08);
}

.opdio-home-mobile-cta .btn {
  width: 100%;
  font-weight: 600;
}

@media (max-width: 767px) {
  .opdio-home-mobile-cta {
    display: block;
  }

  body.opdio-home-page {
    padding-bottom: 72px;
  }

  .opdio-home-testimonials .owl-nav {
    display: none;
  }
}

.opdio-home-doctors {
  background: linear-gradient(180deg, #f6f9fc 0%, #fff 100%);
}

.opdio-home-doctor-search {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
  margin-bottom: 2rem;
}

.opdio-home-doctor-search__label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #475569;
  margin-bottom: 0.35rem;
}

.opdio-home-doctor-search__form .form-control {
  border-radius: 10px;
  min-height: 46px;
}

.opdio-home-doctor-card {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.opdio-home-doctor-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(40, 110, 251, 0.12);
}

.opdio-home-doctor-card__avatar {
  background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%);
  padding: 1.5rem 1rem 1rem;
  text-align: center;
}

.opdio-home-doctor-card__avatar img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.opdio-home-doctor-card__body {
  padding: 1rem 1.25rem 1.25rem;
  text-align: center;
}

.opdio-home-doctor-card__name {
  font-size: 1rem;
  font-weight: 700;
  color: #2d343e;
  margin-bottom: 0.35rem;
}

.opdio-home-doctor-card__specialty {
  font-size: 0.875rem;
  color: #286efb;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.opdio-home-doctor-card__location {
  font-size: 0.8125rem;
  color: #64748b;
  margin-bottom: 0.25rem;
}

.opdio-home-doctor-card__location i {
  color: #286efb;
}

.opdio-home-doctor-card__meta {
  font-size: 0.8125rem;
  color: #94a3b8;
  margin-bottom: 0.25rem;
}

.opdio-home-doctor-card__rating {
  font-size: 0.8125rem;
  line-height: 1;
}

.opdio-home-doctors-empty {
  background: #fff;
  border: 1px dashed #cbd5e1;
  border-radius: 16px;
}
