@font-face {
  font-family: "Resist Sans Display";
  src:
    url("../fonts/ResistSansDisplay-Black.woff2") format("woff2"),
    url("../fonts/ResistSansDisplay-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Resist Sans Display";
  src:
    url("../fonts/ResistSansDisplay-Bold.woff2") format("woff2"),
    url("../fonts/ResistSansDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Resist Sans Display";
  src:
    url("../fonts/ResistSansDisplay-ExtraBold.woff2") format("woff2"),
    url("../fonts/ResistSansDisplay-ExtraBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Resist Sans Display";
  src:
    url("../fonts/ResistSansDisplay-Medium.woff2") format("woff2"),
    url("../fonts/ResistSansDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Resist Sans Display";
  src:
    url("../fonts/ResistSansDisplay-Regular.woff2") format("woff2"),
    url("../fonts/ResistSansDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Resist Sans Display";
  src:
    url("../fonts/ResistSansDisplay-Light.woff2") format("woff2"),
    url("../fonts/ResistSansDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Resist Sans Display";
  src:
    url("../fonts/ResistSansDisplay-Thin.woff2") format("woff2"),
    url("../fonts/ResistSansDisplay-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #6c3aed;
  --primary-light: #ede9fe;
  --primary-dark: #5b21b6;
  --text-dark: #1f2937;
  --text-gray: #6b7280;
  --text-light: #9ca3af;
  --bg-light: #f9fafb;
  --white: #ffffff;
  --border: #e5e7eb;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Resist Sans Display";
  font-weight: normal;
  overflow-x: hidden;
  background: #f7f5ff;
}

/* ─── Navbar ─── */
.navbar {
  padding: 20px 0;
  background: #fff;
}
.navbar-brand {
}
.navbar-brand img {
  width: 96px;
}
.navbar .nav-link {
  color: #34343c !important;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 24px !important;
}
.navbar .nav-link:hover {
  color: #34343c !important;
}
.btn-login {
  background: #1a1e23;
  color: #ffffff;
  border-radius: 10px;
  padding: 0 17px !important;
  font-size: 15px;
  font-weight: 400;
  border: none;
  height: 40px;
  line-height: 40px;
}
.btn-login:hover {
  opacity: 0.9;
}
.lang-selector {
  font-size: 15px;
  color: #000000;
  border: 1px solid #dddde5;
  border-radius: 8px;
  background: #fff;
  padding: 0 12px;
  background: transparent;
  cursor: pointer;
  height: 40px;
}

/* ─── Hero ─── */
.img-mobile {
  display: none;
}
.hero-section {
  text-align: center;
  padding: 40px 0 20px 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 254, 245, 1) 0%,
    rgba(247, 245, 255, 1) 72%,
    rgba(247, 245, 255, 1) 100%
  );
  overflow: hidden;
}
.hero-section h1 {
  font-size: 74px;
  font-weight: 500;
  color: #34343c;
}
.hero-section h1 em {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-style: italic;
  color: #3222ff;
  font-size: 88px;
}
.hero-subtitle {
  color: #3f3f49;
  font-size: 18px;
  max-width: 800px;
  font-weight: 300;
  margin: 12px auto 25px;
}
.btn-primary-custom {
  background: #3222ff;
  color: #fff;
  border: none;
  border-radius: 12px;
  height: 50px;
  line-height: 50px;
  padding: 0 22px;
  font-size: 15px;
  transition: all 0.3s;
}
.btn-primary-custom:hover {
  background: #3222ff;
  color: #fff;
  opacity: 0.9;
}
.btn-outline-custom {
  background: #fff;
  color: #3222ff;
  border: 1px solid #3222ff;
  border-radius: 12px;
  padding: 0 25px;
  font-size: 15px;
  transition: all 0.3s;
  height: 50px;
  line-height: 48px;
}
.btn-outline-custom:hover {
  border-color: var(--primary);
  color: var(--primary);
}

/* ─── Hero Image ─── */
.hero-line-bg {
  position: absolute;
  top: 86px;
  left: 50%;
  transform: translateX(-50%);
  width: 1534px;
  height: 192px;
  pointer-events: none;
  background: url(../img/line-1.png) no-repeat;
  background-size: 100% 100%;
}
.hero-image-wrapper {
  position: relative;
  max-width: 580px;
  margin: 2rem auto;
}
.hero-image-wrapper img {
  width: 100%;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
.floating-badge {
  position: absolute;
  background: #fff;
  border-radius: 8px;
  padding: 0 10px;
  font-size: 14px;
  color: #34343c;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}
.floating-badge span {
  border-right: 1px solid #e9edff;
  height: 40px;
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}
.badge-dot.green {
  background: #10b981;
}
.badge-dot.purple {
  background: var(--primary);
}
.badge-dot.blue {
  background: #3b82f6;
}
.badge-pretriage {
  top: 23%;
  left: 1%;
  z-index: 1;
}
.badge-doctor {
  top: 20%;
  right: -6%;
  z-index: 1;
}
.badge-ai {
  top: 48%;
  right: -14%;
  z-index: 3;
}
.badge-languages {
  bottom: 24%;
  left: -7%;
  z-index: 3;
}
.badge-whatsapp {
  bottom: 8%;
  right: 2%;
  z-index: 3;
}
.badge-human {
  bottom: 0%;
  left: 15%;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .floating-badge {
    display: none;
  }
}

/* ─── Trust Badges Row ─── */
.trust-badges {
  display: flex;
  justify-content: center;
  gap: 55px;
  padding: 1.5rem 0;
  flex-wrap: wrap;
}
.trust-badge-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  padding: 10px;
}
.trust-badge-item svg {
  width: 20px;
  height: 20px;
}
.trust-badge-item span {
  font-size: 15px;
  font-weight: 300;
  background-image: linear-gradient(90deg, #3222ff, #8a38f5);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
/* ─── Hi Section ─── */
.hi-section {
  padding: 3rem 0;
  text-align: center;
}
.hi-section h2 {
  font-size: 74px;
  color: #34343c;
  font-weight: 500;
  margin-bottom: 35px;
}
.hi-section .subtitle-handwritten {
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-style: italic;
  color: #b0b0bf;
  font-size: 42px;
  margin-bottom: 18px;
}
.chat-card {
  max-width: 1012px;
  margin: 0 auto;
}
.chat-card img {
  width: 100%;
}
.chat-card-title {
  text-align: center;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 1.2rem;
}
.chat-ai-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
}
.chat-ai-icon {
  width: 28px;
  height: 28px;
  background: var(--primary);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat-ai-icon svg {
  width: 16px;
  height: 16px;
  color: var(--white);
}
.chat-ai-name {
  font-weight: 600;
  font-size: 0.85rem;
}
.chat-message {
  background: var(--white);
  border-radius: 12px;
  padding: 1rem;
  font-size: 0.85rem;
  color: var(--text-gray);
  line-height: 1.6;
  margin-bottom: 1rem;
}
.chat-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.chat-tag {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 0.3rem 0.8rem;
  font-size: 0.75rem;
  color: var(--text-gray);
  cursor: pointer;
  transition: all 0.2s;
}
.chat-tag:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.chat-input-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.chat-input {
  flex: 1;
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 0.6rem 1rem;
  font-size: 0.85rem;
  outline: none;
  background: var(--white);
}
.chat-input::placeholder {
  color: var(--text-light);
}
.btn-voice {
  background: var(--text-dark);
  color: var(--white);
  border: none;
  border-radius: 30px;
  padding: 0.55rem 1rem;
  font-size: 0.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  cursor: pointer;
}
.btn-send {
  background: var(--primary);
  color: var(--white);
  border: none;
  border-radius: 30px;
  padding: 0.55rem 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  cursor: pointer;
}
.medical-disclaimer {
  max-width: 900px;
  margin: 1rem auto 0;
  background: #fffef1;
  border: 1px solid #faf6e5;
  border-radius: 12px;
  padding: 10px 13px;
  font-size: 12px;
  color: #3f3f49;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  line-height: 120%;
  font-weight: 300;
}
.medical-disclaimer strong {
  font-weight: 700;
}
.medical-disclaimer i {
  font-size: 16px;
  color: #ffb200;
}

/* ─── Audience Section ─── */
.audience-section {
  padding: 4rem 0;
  text-align: center;
  overflow: hidden;
}
.audience-section h2 {
  font-size: 74px;
  font-weight: 500;
  color: #34343c;
  margin-bottom: 22px;
}
.audience-section .section-subtitle {
  color: #3f3f49;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 45px;
}
.audience-card {
  background: #fff;
  border-radius: 34px;
  padding: 24px;
  text-align: left;
  height: 100%;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  border: 1px solid #ededf3;
}
.audience-card:hover {
  transform: translateY(-4px);
}
.audience-icon {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.icon-patients {
  background: #3222ff;
}
.icon-clinics {
  background: #3222ff;
}
.icon-doctors {
  background: #3222ff;
}
.icon-insurers {
  background: #3222ff;
}
.audience-card h5 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
  color: #34343c;
}
.audience-card p {
  font-size: 15px;
  color: #3f3f49;
  font-weight: 300;
  margin-bottom: 0.8rem;
}
.audience-card .learn-more {
  color: #b0b0bf;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}
.audience-card .learn-more:hover {
  text-decoration: underline;
}

/* Desktop grid / Mobile swiper toggle */
.audience-grid-desktop {
}
.audience-swiper-mobile {
  display: none;
}

@media (max-width: 767.98px) {
  .audience-grid-desktop {
    display: none !important;
  }
  .audience-swiper-mobile {
    display: block;
  }
}

/* Swiper custom styles */
.audience-swiper-mobile .swiper {
  padding-bottom: 2.5rem;
  overflow: visible;
}
.audience-swiper-mobile .swiper-wrapper {
  align-items: stretch;
}
.audience-swiper-mobile .swiper-slide {
  height: auto;
}
.audience-swiper-mobile .swiper-slide .audience-card {
  height: 100%;
}
.audience-swiper-mobile .swiper-pagination {
  bottom: 0;
}
.audience-swiper-mobile .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: var(--border);
  opacity: 1;
  transition: all 0.3s;
}
.audience-swiper-mobile .swiper-pagination-bullet-active {
  background: var(--primary);
  width: 24px;
  border-radius: 4px;
}

/* ─── Why Trust ─── */
.trust-section {
  padding: 40px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.trust-section h2 {
  font-size: 74px;
  color: #34343c;
  font-weight: 500;
  margin-bottom: 45px;
}
.position-relative .row {
  margin-left: -20px;
  margin-right: -20px;
}
.position-relative .row .col-lg-3 {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0;
}
.trust-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 25px;
  border: 1px solid #e9e9fa;
  text-align: left;
  position: relative;
  z-index: 2;
  height: 100%;
}
.trust-card h5 {
  font-weight: 700;
  font-size: 18px;
  color: #3222ff;
  margin-bottom: 12px;
}
.trust-card p {
  font-size: 15px;
  color: #3f3f49;
  font-weight: 300;
  margin: 0;
}
.trust-circle-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1546px;
  height: 189px;
  z-index: 1;
  pointer-events: none;
  background: url(../img/line-2.png) no-repeat;
  background-size: 100% 100%;
}

/* ─── Stay Updated ─── */
.newsletter-section {
  padding: 95px 0;
  text-align: center;
}
.newsletter-section h2 {
  font-size: 74px;
  font-weight: 500;
  color: #34343c;
  margin-bottom: 10px;
}
.newsletter-section .section-subtitle {
  color: #3f3f49;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center;
}
.newsletter-form {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  gap: 5px;
}
.newsletter-form input {
  flex: 1;
  border: 1px solid #ededfa;
  background: #fff;
  border-radius: 8px;
  padding: 13px 10px;
  font-size: 15px;
  color: #34343c;
  outline: none;
}
.newsletter-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b0b0bf;
}
.newsletter-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #b0b0bf;
}
.newsletter-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #b0b0bf;
}
.newsletter-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #b0b0bf;
}
.newsletter-form input:focus {
  border: 1px solid #ededfa;
}
.btn-subscribe {
  background: #3222ff;
  height: 50px;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 0 30px;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.3s;
}
.btn-subscribe:hover {
  background: #3222ff;
  opacity: 0.9;
}
.newsletter-disclaimer {
  font-size: 12px;
  color: #b0b0bf;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 0;
}

/* ─── Footer ─── */
.site-footer {
  padding: 45px 0 0 0;
  background: #fff;
}
.footer-brand {
  margin-bottom: 22px;
}
.footer-brand img {
  width: 120px;
}
.footer-tagline {
  font-size: 15px;
  color: #34343c;
  font-weight: 300;
  margin-bottom: 0;
}
.footer-heading {
  font-weight: 700;
  font-size: 15px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 0.4rem;
}
.footer-links a {
  font-size: 15px;
  color: #34343c;
  font-weight: 300;
  text-decoration: none;
}
.footer-links a:hover {
  color: #34343c;
  text-decoration: underline;
}
.footer-bottom {
  border-top: 1px solid #dbdbe5;
  margin-top: 35px;
  padding: 28px 0 28px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-copyright {
  font-size: 15px;
  color: #c4c4cf;
  font-weight: 300;
}
.footer-socials {
  display: flex;
  gap: 1rem;
}
.footer-socials a {
  color: #b0b0bf;
  font-size: 1rem;
  transition: color 0.2s;
}
@media only screen and (max-width: 1400px) {
  .position-relative .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .position-relative .row .col-lg-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .audience-card {
    padding: 20px;
  }
  .hero-section h1 {
    font-size: 70px;
  }
  .hero-section h1 em {
    font-size: 84px;
  }
  .hi-section h2 {
    font-size: 70px;
  }
  .audience-section h2 {
    font-size: 70px;
  }
  .position-relative .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .position-relative .row .col-lg-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-section h1 br {
    display: none;
  }
  .position-relative .row .col-lg-3 {
    margin-bottom: 20px;
  }
  .navbar-nav {
    margin: 15px 0;
  }
  .navbar .nav-link {
    font-size: 16px;
    padding: 10px 0 !important;
  }
}
/* ─── Global Responsive ─── */
@media (max-width: 767.98px) {
  .hero-section h1 {
    font-size: 60px;
  }
  .hero-section h1 em {
    font-size: 75px;
  }
  .hero-subtitle {
    font-size: 18px;
    padding: 0 1rem;
  }
  .hero-line-bg {
    display: none;
  }
  .hero-buttons {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }
  .hero-buttons .btn-primary-custom,
  .hero-buttons .btn-outline-custom {
    width: 80%;
  }
  .trust-badges {
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
  }
  .hi-section h2 {
    font-size: 60px;
    margin-bottom: 12px;
  }
  .hi-section .subtitle-handwritten {
    font-size: 38px;
    margin-bottom: 15px;
  }
  .chat-card {
    margin: 0;
    padding: 0;
  }
  .chat-input-row {
    flex-wrap: wrap;
  }
  .chat-input {
    width: 100%;
    flex: auto;
  }
  .btn-voice,
  .btn-send {
    flex: 1;
    justify-content: center;
  }
  .audience-section h2,
  .trust-section h2,
  .newsletter-section h2 {
    font-size: 60px;
  }
  .trust-card {
    margin-bottom: 0;
  }
  .trust-circle-bg {
    display: none;
  }
  .newsletter-form {
    flex-direction: column;
    padding: 0 1rem;
  }
  .newsletter-form input,
  .btn-subscribe {
    width: 100%;
  }
  .position-relative .row .col-lg-3 {
    margin-bottom: 15px;
  }
  .newsletter-section {
    padding: 0 0 75px 0;
  }
  .audience-section {
    padding: 20px 0;
  }
  .hi-section {
    padding: 10px 0 40px 0;
  }
  .trust-badges {
    position: relative;
  }
  .trust-badges:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(
      to right,
      rgba(253, 251, 249, 1) 0%,
      rgba(223, 218, 242, 1) 50%,
      rgba(249, 247, 253, 1) 100%
    );
  }
  .trust-badges:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(
      to right,
      rgba(253, 251, 249, 1) 0%,
      rgba(223, 218, 242, 1) 50%,
      rgba(249, 247, 253, 1) 100%
    );
  }
  .hero-image-wrapper {
    margin-bottom: 10px;
  }
  .img-desktop {
    display: none;
  }
  .img-mobile {
    display: block;
  }
}
@media (max-width: 479.98px) {
  .hero-section h1 {
    font-size: 54px;
  }
  .hero-section h1 em {
    font-size: 64px;
  }
}
