@charset "UTF-8";
/* =========================================
   SCSS IMPORTS
   ========================================= */
.hero-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/hero-bg.png");
  background-size: cover;
  background-position: center;
  padding: 120px 0 80px 0;
  text-align: center;
  color: #fff;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section__title {
  font-size: 3rem;
  margin: 0 auto 20px;
  font-weight: 700;
  color: #fff;
  max-width: 860px;
}
.hero-section__list {
  list-style: none;
  padding: 0;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.8;
  display: inline-block;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
}
.hero-section__list li {
  text-align: center;
}
.hero-section__list li i {
  color: #fb3b49;
  margin-right: 8px;
}
.hero-section__actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.why-join-section {
  background: #fff;
  padding: 80px 0;
}
.why-join-section__grid {
  align-items: center;
}
.why-join-section__imgOtr {
  position: relative;
}
.why-join-section__imgOtr::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fb3b49;
  border-radius: 20px;
  transform: rotate(-4deg);
}
.why-join-section__imgOtr img {
  border-radius: 29px;
  position: relative;
  z-index: 1;
  border: 4px solid #fff;
}
.why-join-section__content {
  padding-left: 2rem;
}
.why-join-section__title {
  font-size: 36px;
  margin-bottom: 1.5rem;
  font-weight: 800;
}
.why-join-section__desc {
  margin-bottom: 1rem;
  color: #4a5568;
  font-size: 18px;
  font-weight: 400;
}
.why-join-section__desc a {
  color: #0d6efd;
  font-weight: 600;
}
.why-join-section__accordion {
  margin-top: 2rem;
}
.why-join-section__accordion-item {
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.why-join-section__accordion-item h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #0d1b2a;
  margin-bottom: 0.5rem;
  font-weight: 700;
  transition: color 0.3s;
}
.why-join-section__accordion-item h4 span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.why-join-section__accordion-item h4 span img {
  min-width: max-content;
  width: max-content;
  height: auto;
}
.why-join-section__accordion-item h4 .toggle-icon {
  font-size: 0.8rem;
  color: #a0aec0;
  transition: color 0.3s;
}
.why-join-section__accordion-item .accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 0.35s ease-out, opacity 0.35s ease-out;
}
.why-join-section__accordion-item .accordion-content .accordion-inner {
  overflow: hidden;
}
.why-join-section__accordion-item .accordion-content p {
  color: #4a5568;
  margin-bottom: 0;
  padding-left: 28px;
  padding-top: 0.5rem;
  font-size: 18px;
  font-weight: 400;
  /* Show exactly maximum 4 lines and trim with ... */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.why-join-section__accordion-item .accordion-content p a {
  color: #0d6efd;
  font-weight: 600;
  white-space: nowrap;
}
.why-join-section__accordion-item {
  /* Active state when open */
}
.why-join-section__accordion-item.active h4 {
  color: #0d6efd;
}
.why-join-section__accordion-item.active h4 .toggle-icon {
  color: #0d1b2a;
}
.why-join-section__accordion-item.active .accordion-content {
  grid-template-rows: 1fr;
  opacity: 1;
}

.research-physician-section {
  background: url("../images/bg-1.png") no-repeat center #F4F9FF;
  padding-bottom: 0;
  overflow: hidden;
  background-size: cover;
}
.research-physician-section__grid {
  align-items: center;
  gap: 20px !important;
}
.research-physician-section__content {
  padding: 4rem 0;
}
.research-physician-section__title {
  font-size: 36px;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.research-physician-section__desc {
  margin-bottom: 1rem;
  color: #4a5568;
  font-size: 18px;
  font-weight: 400;
}
.research-physician-section__desc-bottom {
  margin-bottom: 2rem;
  color: #4a5568;
}
.research-physician-section__btn {
  font-size: 1rem;
  padding: 1rem 2rem;
}
.research-physician-section__img-wrap {
  text-align: right;
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.research-physician-section__bg {
  position: absolute;
  bottom: -30%;
  right: 0%;
  width: 90%;
  height: auto;
  aspect-ratio: 1;
  background: #fb3b49;
  border-radius: 50%;
  z-index: 1;
}
.research-physician-section__bgLight {
  position: absolute;
  bottom: -35%;
  right: -25px;
  width: calc(90% + 50px);
  height: auto;
  aspect-ratio: 1;
  background: #fb3b49;
  border-radius: 50%;
  z-index: 1;
  opacity: 20%;
}
.research-physician-section__img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  display: inline-block;
  max-height: 500px;
  object-fit: contain;
}

.who-participate-section {
  background: #fff;
  padding: 80px 0;
}
.who-participate-section__grid {
  align-items: flex-start !important;
}
.who-participate-section__title {
  font-size: 36px;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.who-participate-section__list {
  list-style: none;
  padding: 0;
}
.who-participate-section__list li {
  margin-bottom: 1.5rem;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 400;
}
.who-participate-section__list li img {
  margin-top: 3px;
}
.who-participate-section__list li span {
  font-weight: 600;
}

/* =========================================
   PROUD PARTNERS SLIDER
   ========================================= */
.proud-partners-section {
  padding: 70px 0;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.062745098);
  background: #fff;
  overflow: hidden;
}
.proud-partners-section__inner {
  display: flex;
  align-items: center;
  gap: 0;
}
.proud-partners-section__label {
  font-size: 1rem;
  font-weight: 700;
  color: var(--c-dark);
  white-space: nowrap;
  flex-shrink: 0;
  padding-right: 2.5rem;
  border-right: 1px solid #e2e8f0;
  margin-right: 2.5rem;
  background: #fff;
  position: relative;
  z-index: 2;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proud-partners-section .proud-partners-swiper {
  flex: 1;
  min-width: 0;
  overflow: visible;
  z-index: 1;
}
.proud-partners-section__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.proud-partners-section__slide img {
  height: 32px;
  width: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  .proud-partners-section__label {
    font-size: 0.875rem;
    padding-right: 1.25rem;
    margin-right: 1.25rem;
  }
  .proud-partners-section__slide img {
    height: 24px;
  }
}
.donation-banner-section {
  overflow: hidden;
}
.donation-banner-section__container {
  background: linear-gradient(90deg, #2a5de8 0%, #1e3a8a 100%);
  border-radius: 20px;
  padding: 0 70px 0 100px !important;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.donation-banner-section__pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background-image: url(../images/bg-3.png);
  background-size: cover;
}
.donation-banner-section__content {
  position: relative;
  z-index: 2;
  max-width: 60%;
}
.donation-banner-section__title {
  font-size: 36px;
  margin-bottom: 1.5rem;
  color: #fff;
  font-weight: 700;
  max-width: 470px;
}
.donation-banner-section__btn {
  background: #fff;
  color: #0d6efd;
  font-weight: 700;
  padding: 0.8rem 2rem;
}
.donation-banner-section__icon-wrap {
  position: relative;
  z-index: 2;
  padding-right: 2rem;
}
.donation-banner-section__icon-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -20px 0;
}
.donation-banner-section__icon-inner img {
  width: 100%;
  height: auto;
}

.register-section {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 80px;
}
.register-section__title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 3rem;
  font-weight: 700;
}
.register-section__form {
  background: #F4F9FF;
  padding: 3rem;
  border-radius: 28px;
}
.register-section__form input[type=text], .register-section__form input[type=email], .register-section__form input[type=tel], .register-section__form input[type=date] {
  padding: 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  width: 100%;
  font-size: 0.95rem;
  outline: none;
}
.register-section__form-select {
  padding: 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  width: 100%;
  font-size: 0.95rem;
  outline: none;
  background: #fff;
  color: #a0aec0;
  appearance: none;
  cursor: pointer;
}
.register-section__form-row-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.register-section__form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.register-section__form-row-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.register-section__form-input-group {
  display: flex;
  position: relative;
}
.register-section__form-input-group input {
  padding-right: 100px !important;
}
.register-section__form-input-group-btn {
  background: #f0f4f9;
  color: #0d6efd;
  padding: 0 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 7px;
  top: 7px;
  height: 40px;
}
.register-section__form-input-group-btn i {
  margin-right: 5px;
}
.register-section__form-input-group-btn--delete {
  background: #fff;
  color: #fb3b49;
}
.register-section__form-interests {
  margin-bottom: 2rem;
}
.register-section__form-interests p {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #0d1b2a;
}
.register-section__form-interests-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  font-size: 0.9rem;
  color: #4a5568;
}
.register-section__form-interests-grid label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}
.register-section__form-interests-grid label input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 2px solid #cbd5e0;
  border-radius: 4px;
  background: #fff;
  margin-top: 1px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  position: relative;
}
.register-section__form-interests-grid label input[type=checkbox]:checked {
  background: #0d6efd;
  border-color: #0d6efd;
}
.register-section__form-interests-grid label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
.register-section__form-interests-grid label input[type=checkbox]:hover:not(:checked) {
  border-color: #0d6efd;
}
.register-section__form-ack {
  margin-bottom: 2rem;
  font-size: 0.9rem;
  color: #4a5568;
}
.register-section__form-ack label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  cursor: pointer;
}
.register-section__form-ack label input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 2px solid #cbd5e0;
  border-radius: 4px;
  background: #fff;
  margin-top: 2px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  position: relative;
  flex-shrink: 0;
}
.register-section__form-ack label input[type=checkbox]:checked {
  background: #0d6efd;
  border-color: #0d6efd;
}
.register-section__form-ack label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
.register-section__form-ack label input[type=checkbox]:hover:not(:checked) {
  border-color: #0d6efd;
}
.register-section__form-ack label span strong {
  color: #0d1b2a;
}
.register-section__form-submit {
  width: 100%;
  justify-content: center;
  padding: 1.2rem;
  font-size: 1.1rem;
  border-radius: 8px;
}

.share-section {
  background: #fb3b49;
  color: #fff;
  padding: 5rem 0;
  position: relative;
}
.share-section::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background-image: url(../images/bg-2.png);
  background-size: cover;
  content: "";
}
.share-section .container {
  padding: 0 100px;
}
.share-section__grid {
  align-items: center;
  position: relative;
  z-index: 1;
}
.share-section__content {
  padding-right: 2rem;
}
.share-section__title {
  font-size: 36px;
  margin-bottom: 1.2rem;
  color: #fff;
  font-weight: 700;
  max-width: 450px;
}
.share-section__desc {
  margin-bottom: 2rem;
  font-size: 1.05rem;
  opacity: 0.9;
  line-height: 1.7;
}
.share-section__btn {
  background: #fff;
  color: #fb3b49;
  font-weight: 700;
  padding: 0.8rem 2.5rem;
  border-radius: 6px;
}
.share-section__qr-wrap {
  text-align: center;
  display: flex;
  justify-content: flex-end;
}
.share-section__qr-outer {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px;
  border-radius: 16px;
}
.share-section__qr-inner {
  border-radius: 12px;
  text-align: center;
  color: #fb3b49;
}
.share-section__qr-img {
  margin-bottom: 15px;
  width: 220px;
  height: auto;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}
.share-section__qr-text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-size: 0.9rem;
}

.faq-section {
  background: #fff;
  padding: 80px 0;
}
.faq-section__grid {
  display: flex;
  align-items: flex-start;
  gap: 56px;
}
.faq-section__grid > div:first-child {
  max-width: 387px;
}
.faq-section__grid > div {
  flex: 1;
}
.faq-section__title {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  font-weight: 800;
}
.faq-section__ask {
  background: #F4F9FF;
  padding: 2rem;
  border-radius: 16px;
  margin-top: 2rem;
}
.faq-section__ask-text {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #4A4A4A;
}
.faq-section__ask-form {
  display: flex;
  position: relative;
}
.faq-section__ask-form input[type=text] {
  padding: 0 24px;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  width: 100%;
  outline: none;
  height: 54px;
  background: #fff;
}
.faq-section__ask-form {
  color: #666666;
}
.faq-section__ask-form::placeholder {
  color: #666666;
}
.faq-section__ask-form button {
  border-radius: 8px;
  padding: 0 1.5rem;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  right: 3px;
  justify-content: center;
  top: 3px;
}
.faq-section__list {
  padding-top: 1rem;
}
.faq-section__item {
  border: 1px solid #E0E0E0;
  cursor: pointer;
  color: #0d1b2a;
  font-weight: 600;
  margin-bottom: 12px;
  border-radius: 16px;
  overflow: hidden;
}
.faq-section__item:last-child {
  margin-bottom: 0;
}
.faq-section__item.open {
  border-color: #1D83FF;
}
.faq-section__item-trigger {
  padding: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-section__item-trigger span strong {
  font-weight: 600;
  margin-right: 10px;
}
.faq-section__item-trigger > i {
  font-size: 0.8rem;
  color: #4a5568;
}
.faq-section .faq-answer {
  display: none;
  padding: 0 1.2rem 1.2rem 2rem;
  color: #4a5568;
  font-size: 0.95rem;
  font-weight: 400;
}
.faq-section .faq-answer.open {
  display: block;
}
.faq-section .faq-answer p {
  margin: 0;
}

/* =========================================
   FRONT PAGE RESPONSIVE
   ========================================= */
@media (max-width: 991px) {
  /* Hero */
  .hero-section {
    padding: 0px 0 60px;
    height: calc(100dvh - 92px);
  }
  .hero-section__title {
    font-size: 2rem;
  }
  .hero-section__list {
    font-size: 16px;
  }
  .hero-section__actions {
    flex-direction: column;
    align-items: center;
  }
  /* Why Join */
  .why-join-section {
    padding: 60px 0;
  }
  .why-join-section__content {
    padding-left: 0;
    margin-top: 1rem;
  }
  .why-join-section__title {
    font-size: 28px;
  }
  .why-join-section__desc {
    font-size: 16px;
  }
  /* Research Physician */
  .research-physician-section__content {
    padding: 3rem 0 0rem;
  }
  .research-physician-section__title {
    font-size: 28px;
  }
  .research-physician-section__desc {
    font-size: 16px;
  }
  .research-physician-section__img-wrap {
    justify-content: center;
    overflow: hidden;
  }
  .research-physician-section__bg {
    width: 400px;
    right: 50%;
    transform: translateX(50%);
  }
  .research-physician-section__bgLight {
    width: 450px;
    right: 50%;
    transform: translateX(50%);
  }
  .research-physician-section__img {
    max-height: 380px;
  }
  /* Who Participate */
  .who-participate-section {
    padding: 60px 0 0 0;
  }
  .who-participate-section .grid-2 {
    gap: 0;
  }
  .who-participate-section__title {
    font-size: 28px;
  }
  .who-participate-section__list li {
    font-size: 16px;
  }
  /* Donation Banner */
  .donation-banner-section__container {
    flex-direction: column-reverse;
    padding: 3rem 2rem !important;
    text-align: center;
    gap: 20px;
  }
  .donation-banner-section__content {
    max-width: 100%;
  }
  .donation-banner-section__title {
    font-size: 26px;
    max-width: 100%;
  }
  .donation-banner-section__icon-wrap {
    padding-right: 0;
  }
  .donation-banner-section__icon-inner {
    margin: 0;
  }
  .register-section__title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .register-section__form {
    padding: 2rem 1.5rem;
  }
  .register-section__form-row-3 {
    grid-template-columns: 1fr;
  }
  .register-section__form-row-2 {
    grid-template-columns: 1fr;
  }
  .register-section__form-row-actions {
    grid-template-columns: 1fr;
  }
  .register-section__form-interests-grid {
    grid-template-columns: 1fr;
  }
  /* Share */
  .share-section {
    padding: 4rem 0;
  }
  .share-section .container {
    padding: 0 1.5rem;
  }
  .share-section .grid-2 {
    gap: 0;
  }
  .share-section__content {
    padding-right: 0;
    margin-bottom: 2rem;
  }
  .share-section__title {
    font-size: 28px;
    max-width: 100%;
  }
  .share-section__qr-wrap {
    justify-content: center;
  }
  /* FAQ */
  .faq-section {
    padding: 60px 0;
  }
  .faq-section__grid {
    flex-direction: column;
    gap: 2rem;
  }
  .faq-section__grid > div:first-child {
    max-width: 100%;
  }
  .faq-section__grid > div {
    width: 100%;
  }
  .faq-section__title {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  /* Hero */
  .hero-section__title {
    font-size: 1.6rem;
  }
  .hero-section__list {
    font-size: 15px;
  }
  .hero-section__actions .btn {
    width: 100%;
    justify-content: center;
  }
  /* Why Join */
  .why-join-section {
    padding: 40px 0px 28px;
  }
  .why-join-section .grid-2 {
    gap: 1rem;
  }
  .why-join-section__title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .why-join-section__accordion-item h4 {
    font-size: 0.95rem;
  }
  .why-join-section__desc {
    font-size: 14px;
    line-height: 150%;
  }
  .why-join-section__accordion-item {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: none;
  }
  .why-join-section__accordion-item h4 span img {
    width: 19px;
    height: auto;
  }
  .why-join-section__accordion-item h4 span {
    font-size: 16px;
    line-height: 132%;
  }
  .why-join-section__accordion-item .accordion-content p {
    font-size: 14px;
    line-height: 150%;
    padding-top: 0;
  }
  /* Research Physician */
  .research-physician-section__title {
    font-size: 24px;
  }
  .research-physician-section__img-wrap {
    margin-top: 0px;
  }
  /* Donation Banner */
  .donation-banner-section__title {
    font-size: 22px;
  }
  /* Register */
  .register-section {
    padding-bottom: 40px;
  }
  .register-section__title {
    font-size: 24px;
  }
  .register-section__form {
    padding: 1.5rem 1rem;
  }
  /* Share */
  .share-section {
    padding: 28px 0;
  }
  .share-section__title {
    font-size: 20px;
    line-height: 132%;
    margin-bottom: 8px;
  }
  .share-section__btn {
    width: 100%;
    justify-content: center;
  }
  .share-section__desc {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 150%;
  }
  .share-section__qr-img {
    width: 260px;
  }
  /* FAQ */
  .faq-section__title {
    font-size: 20px;
    line-height: 132%;
    margin-bottom: 8px;
  }
  .faq-section__ask-form {
    padding: 16px;
    flex-direction: column;
    gap: 0.75rem;
  }
  .faq-section__ask-form button {
    height: 42px;
  }
  .faq-section__ask-form input[type=text] {
    height: 48px;
  }
}
@media (max-width: 550px) {
  .hero-section {
    height: calc(100dvh - 68px);
  }
  .hero-section__title {
    font-size: 28px;
    line-height: 132%;
    margin-bottom: 16px;
  }
  .hero-section__list li {
    font-size: 14px;
    line-height: 150%;
  }
  .donation-banner-section {
    padding: 0 1rem;
  }
  .donation-banner-section__container {
    padding: 28px !important;
  }
  .donation-banner-section__title {
    font-size: 20px;
    line-height: 132%;
    margin-top: 32px;
  }
  .donation-banner-section__btn {
    width: 100%;
    justify-content: center;
  }
  .register-section__title {
    font-size: 20px;
    line-height: 132%;
    margin-bottom: 16px;
  }
  .register-section__form-row-3, .register-section__form-row-2, .register-section__form-row-actions {
    grid-template-columns: 1fr;
  }
  .register-section__form-interests-grid {
    grid-template-columns: 1fr;
  }
  .research-physician-section {
    padding: 28px 0 0;
  }
  .research-physician-section .container {
    padding: 0;
  }
  .research-physician-section .grid-2 .research-physician-section__content {
    padding: 0 16px;
  }
  .who-participate-section {
    padding: 28px 0;
  }
  .who-participate-section__title {
    font-size: 20px;
    line-height: 132%;
    margin-bottom: 16px;
  }
  .who-participate-section__list li img {
    height: 21px;
    width: auto;
  }
  .who-participate-section__list li {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 8px;
  }
  .proud-partners-section {
    padding: 28px 0;
    margin-bottom: 28px;
  }
  .proud-partners-section__inner {
    flex-wrap: wrap;
  }
  .proud-partners-section__label {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 20px;
    border: none;
    font-size: 20px;
    line-height: 132%;
  }
  .proud-partners-section .proud-partners-swiper {
    width: 100%;
  }
  .faq-section {
    padding: 28px 0;
  }
  .faq-section__title {
    font-size: 20px;
    line-height: 132%;
    margin-bottom: 8px;
  }
  .faq-section__ask-form {
    padding: 0px;
  }
  .faq-section__ask {
    padding: 16px;
  }
  .faq-section__grid {
    gap: 16px;
  }
  .faq-section__item-trigger {
    padding: 12px;
  }
  .faq-section__item-trigger span {
    font-size: 14px;
    line-height: 132%;
  }
}
/* =========================================
   ABOUT PAGE SECTIONS
   ========================================= */
.page-hero-section {
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url("../images/donate-banner.png");
  background-size: cover;
  background-position: center;
  padding: 160px 0 100px;
  color: #fff;
  text-align: center;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.page-hero-section__container {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}
.page-hero-section__title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.page-hero-section__desc {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2rem;
  line-height: 1.8;
}

.collaborates-section {
  background: #fff;
  padding: 80px 0;
}
.collaborates-section__grid {
  align-items: center;
  gap: 4rem !important;
}
.collaborates-section__img-wrap {
  border-radius: 16px;
  overflow: hidden;
}
.collaborates-section__img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}
.collaborates-section__text {
  font-size: 1.1rem;
  color: var(--c-text);
  line-height: 1.8;
  margin-bottom: 1.25rem;
  text-align: center;
}

.mission-section {
  background: var(--c-light);
  padding: 80px 0;
}
.mission-section__grid {
  align-items: center;
}
.mission-section__title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1.25rem;
}
.mission-section__desc {
  font-size: 1.05rem;
  color: var(--c-text);
  line-height: 1.8;
}
.mission-section__diagram {
  display: flex;
  justify-content: center;
}
.mission-section__img {
  max-width: 320px;
  width: 100%;
}

.dark-cta-section {
  background: linear-gradient(135deg, #1a2d42 0%, #0d1b2a 100%);
  padding: 80px 0;
}
.dark-cta-section__text {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.9;
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}

/* Responsive — about page */
@media (max-width: 991px) {
  .page-hero-section {
    padding: 0px 0 0px;
    height: calc(100dvh - 92px);
  }
  .page-hero-section__title {
    font-size: 2rem;
  }
  .collaborates-section {
    padding: 60px 0;
  }
  .collaborates-section__grid {
    gap: 2rem !important;
  }
  .mission-section {
    padding: 60px 0;
  }
  .dark-cta-section {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .page-hero-section__title {
    font-size: 1.6rem;
  }
  .page-hero-section__desc {
    font-size: 0.95rem;
  }
  .mission-section__img {
    max-width: 220px;
  }
}
/* =========================================
   DONATE PAGE SECTIONS
   ========================================= */
/* Hero */
.sv-hero--donate .sv-hero__title {
  max-width: 996px;
}

/* Why Join */
.donate-why-section {
  padding: 80px 0;
  background: #fff;
  overflow: hidden;
}
.donate-why-section__grid {
  align-items: center;
  gap: 4rem !important;
}
.donate-why-section__title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1.25rem;
  color: var(--c-heading);
}
.donate-why-section__desc {
  font-size: 1rem;
  color: var(--c-text);
  line-height: 1.8;
  margin-bottom: 2rem;
}
.donate-why-section__badge {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.5;
  position: relative;
}
.donate-why-section__badge::after {
  border-radius: 0 30px 0 0;
  background: linear-gradient(90deg, #1D83FF 0%, #fb3b49 100%);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% + 200px);
  height: 100%;
}
.donate-why-section__badge span {
  position: relative;
  z-index: 1;
}
.donate-why-section__badge img {
  width: 28px;
  height: auto;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
  position: relative;
  z-index: 1;
}
.donate-why-section__img-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.donate-why-section__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

/* Collaborates */
.donate-collab-section {
  background: linear-gradient(180deg, #FEEEEE 0%, rgba(254, 238, 238, 0.1) 100%);
  padding: 80px 0 0;
  text-align: center;
}
.donate-collab-section__text {
  font-size: 24px;
  font-weight: 600;
  color: var(--c-heading);
  max-width: 836px;
  margin: 0 auto 3rem;
  line-height: 1.8;
}
.donate-collab-section__img-wrap {
  border-radius: 20px;
  margin: 0 auto;
}
.donate-collab-section__img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-height: 420px;
  border-radius: 20px;
}

/* Our Mission */
.donate-mission-section {
  padding: 80px 0;
  background: #fff;
}
.donate-mission-section__grid {
  align-items: flex-start !important;
}
.donate-mission-section__title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1.25rem;
  color: var(--c-heading);
}
.donate-mission-section__desc {
  font-size: 1rem;
  color: var(--c-text);
  line-height: 1.8;
}
.donate-mission-section__diagram {
  display: flex;
  justify-content: center;
  align-items: center;
}
.donate-mission-section__img {
  max-width: 300px;
  width: 100%;
}

/* Dark Gradient CTA */
.donate-cta-section {
  padding: 40px 0;
  text-align: center;
}
.donate-cta-section__iner {
  padding: 80px 0;
  background: url(../images/donate4.png) no-repeat center;
  background-size: cover;
  position: relative;
  border-radius: 28px;
}
.donate-cta-section__iner::after {
  background: linear-gradient(0deg, #1D83FF 0%, #F55051 118.19%);
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-radius: 28px;
  height: 100%;
  top: 0;
  z-index: -1;
}
.donate-cta-section__iner::before {
  background: #000;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0.1;
  top: -60px;
}
.donate-cta-section__text {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.9);
  max-width: 880px;
  margin: 0 auto 2rem;
  line-height: 1.9;
  font-weight: 400;
}
.donate-cta-section__highlight {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 880px;
}

/* Responsive */
@media (max-width: 991px) {
  .donate-why-section {
    padding: 60px 0;
  }
  .donate-why-section__grid {
    gap: 2rem !important;
  }
  .donate-why-section__title {
    font-size: 1.6rem;
  }
  .donate-collab-section {
    padding: 60px 0;
  }
  .donate-collab-section__text {
    font-size: 1rem;
  }
  .donate-mission-section {
    padding: 0 0 60px 0;
  }
  .donate-mission-section .grid-2 {
    gap: 0;
  }
  .donate-cta-section {
    padding: 60px 0 0 0;
  }
  .donate-cta-section__iner {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .donate-why-section__title {
    font-size: 1.4rem;
  }
  .donate-why-section__badge {
    font-size: 0.875rem;
  }
  .donate-mission-section__img {
    max-width: 200px;
  }
  .donate-cta-section__text {
    font-size: 0.95rem;
  }
  .donate-cta-section__highlight {
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  .donate-why-section {
    padding: 26px 0;
  }
  .donate-why-section .grid-2 {
    grid-template-columns: 1fr;
    gap: 16px !important;
  }
  .donate-why-section__content {
    order: 2;
  }
  .donate-why-section__title {
    font-size: 20px;
    line-height: 132%;
    margin-bottom: 8px;
  }
  .donate-why-section__desc {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 16px;
  }
  .donate-why-section__badge::after {
    width: calc(100% + 22px);
  }
  .donate-why-section__img-wrap {
    order: 1;
  }
  .donate-mission-section {
    padding: 28px 0 0;
    margin-bottom: 28px;
  }
  .donate-mission-section .grid-2 {
    grid-template-columns: 1fr;
  }
  .donate-mission-section__title {
    font-size: 20px;
    line-height: 132%;
    margin-bottom: 8px;
  }
  .donate-mission-section__desc {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 20px;
  }
  .donate-cta-section {
    padding: 28px 0 0;
  }
  .donate-cta-section__iner {
    padding: 30px 16px;
  }
  .donate-cta-section__text {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 20px;
  }
  .donate-cta-section__highlight {
    font-size: 20px;
    line-height: 150%;
  }
  .sv-hero__title {
    font-size: 28px;
    line-height: 132%;
    margin-bottom: 16px;
  }
  .donate-collab-section {
    padding: 28px 0;
  }
  .donate-collab-section__text {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 16px;
  }
  .donate-collab-section__img {
    border-radius: 24px;
  }
}
/* =========================================
   CONTACT PAGE
   ========================================= */
.contact-page-section {
  padding: 120px 0 80px;
  background: #fff;
}
.contact-page-section__grid {
  display: flex !important;
  align-items: flex-start;
  gap: 4rem !important;
}
.contact-page-section__grid > div:first-child {
  max-width: 435px;
}
.contact-page-section__grid > div {
  flex: 1;
}
.contact-page-section .mobile {
  display: none;
}
.contact-page-section__title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: var(--c-heading);
}
.contact-page-section__desc {
  font-size: 0.95rem;
  color: var(--c-text);
  line-height: 1.7;
  margin-bottom: 0.75rem;
}
.contact-page-section__items {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.contact-page-section__item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.contact-page-section__item-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fb3b49;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.contact-page-section__item-label {
  font-size: 0.85rem;
  color: var(--c-text);
  margin-bottom: 0.15rem;
}
.contact-page-section__item-value {
  font-weight: 700;
  color: var(--c-heading);
  font-size: 1rem;
  text-decoration: none;
  transition: color var(--transition);
}
.contact-page-section__item-value:hover {
  color: #0d6efd;
}
.contact-page-section {
  /* Form card */
}
.contact-page-section__form-wrap {
  background: #F4F9FF;
  border-radius: 16px;
  padding: 2.5rem;
  border: 10px solid rgba(255, 255, 255, 0.2392156863);
}
.contact-page-section__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-page-section__form input, .contact-page-section__form select {
  width: 100%;
  height: 52px;
  padding: 0 1rem;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  font-size: 0.95rem;
  font-family: var(--font);
  color: var(--c-heading);
  background: #fff;
  outline: none;
  transition: border-color var(--transition);
  appearance: none;
}
.contact-page-section__form input:focus, .contact-page-section__form select:focus {
  border-color: #0d6efd;
}
.contact-page-section__form input::placeholder, .contact-page-section__form select::placeholder {
  color: #a0aec0;
}
.contact-page-section__form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23a0aec0' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
  color: #a0aec0;
}
.contact-page-section__form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.contact-page-section__form-row--full {
  grid-template-columns: 1fr;
}
.contact-page-section__form-checks {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.contact-page-section__form-checks label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: var(--c-text);
  cursor: pointer;
  line-height: 1.5;
}
.contact-page-section__form-checks label input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  padding: 0;
  height: 18px;
  min-width: 18px;
  border: 2px solid #cbd5e0;
  border-radius: 4px;
  background: #fff;
  margin-top: 2px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  position: relative;
  flex-shrink: 0;
}
.contact-page-section__form-checks label input[type=checkbox]:checked {
  background: #0d6efd;
  border-color: #0d6efd;
}
.contact-page-section__form-checks label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
.contact-page-section__form-checks label input[type=checkbox]:hover:not(:checked) {
  border-color: #0d6efd;
}
.contact-page-section__submit {
  width: 100%;
  height: 52px;
  justify-content: center;
  border-radius: 10px;
  font-size: 1rem;
  margin-top: 0.5rem;
}

/* Office Locations */
.office-locations-section {
  background: linear-gradient(180deg, #FEEEEE 0%, rgba(254, 238, 238, 0.1) 100%);
  padding: 80px 0;
}
.office-locations-section__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 3rem;
  color: var(--c-heading);
}
.office-locations-section__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.office-locations-section__card {
  text-align: center;
  border: 1px solid #FEEEEE;
  background: #fff;
  border-radius: 28px;
  padding: 8px;
}
.office-locations-section__img-wrap {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 1rem;
  aspect-ratio: 371/164;
}
.office-locations-section__img-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.office-locations-section__img-wrap:hover img {
  transform: scale(1.05);
}
.office-locations-section__name {
  font-weight: 700;
  font-size: 1rem;
  color: var(--c-heading);
  margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .contact-page-section {
    padding: 40px 0 60px;
  }
  .contact-page-section__grid {
    flex-direction: column;
    gap: 2.5rem !important;
  }
  .contact-page-section__grid > div:first-child {
    max-width: 100%;
  }
  .contact-page-section__title {
    font-size: 2rem;
  }
  .office-locations-section {
    padding: 60px 0;
  }
  .office-locations-section__grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .contact-page-section__title {
    font-size: 1.75rem;
  }
  .contact-page-section__form-wrap {
    padding: 1.5rem;
  }
  .contact-page-section__form-row {
    grid-template-columns: 1fr;
  }
  .office-locations-section__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 600px) {
  .contact-page-section {
    padding: 28px 0;
  }
  .contact-page-section .mobile {
    display: block;
  }
  .contact-page-section .grid-2 {
    gap: 16px !important;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .contact-page-section__title {
    font-size: 20px;
    line-height: 132%;
    margin-bottom: 8px;
  }
  .contact-page-section__desc {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 16px;
  }
  .contact-page-section__info h1, .contact-page-section__info .contact-page-section__desc {
    display: none;
  }
  .contact-page-section__items {
    margin-top: 0;
    gap: 16px;
  }
  .contact-page-section__form-wrap {
    border: none;
    padding: 16px;
    border-radius: 24px;
  }
  .office-locations-section {
    padding: 28px 0;
  }
  .office-locations-section__title {
    font-size: 20px;
    line-height: 132%;
    margin-bottom: 8px;
    text-align: left;
  }
  .office-locations-section__grid {
    gap: 12px !important;
  }
}
/* =========================================
   SITE NETWORKS PAGE
   ========================================= */
/* ---- Hero ---- */
.sn-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)), url("../images/site-site-networks-banner.png");
  background-size: cover;
  background-position: center;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 120px 0 80px;
}
.sn-hero__container {
  max-width: 700px;
  margin: 0 auto;
}
.sn-hero__title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 1.25rem;
  line-height: 1.2;
  max-width: 478px;
  margin: 0 auto 20px;
}
.sn-hero__desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
  line-height: 1.8;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

/* ---- About / PI Section ---- */
.sn-about {
  background: linear-gradient(180deg, #E8F3FF 0%, rgba(232, 243, 255, 0.1) 100%);
  padding: 80px 0;
}
.sn-about__grid {
  align-items: center;
  gap: 4rem !important;
}
.sn-about__content {
  max-width: 550px;
}
.sn-about__text {
  font-size: 18px;
  font-weight: 600;
  color: var(--c-heading);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.sn-about__text:last-child {
  margin-bottom: 0;
}
.sn-about__diagram {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sn-about__diagram-img {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
}

/* ---- Services Section ---- */
.sn-services {
  background: #fff;
  padding: 80px 0;
}
.sn-services__title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--c-heading);
  margin-bottom: 3rem;
  max-width: 550px;
  line-height: 1.3;
}
.sn-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  align-items: start;
}

.sn-service-card {
  background: #FEF5F5;
  border-radius: 16px;
  padding: 1.25rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: fit-content;
}
.sn-service-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #FDDCDC;
  font-size: 1rem;
  font-weight: 700;
  color: var(--c-heading);
  flex-shrink: 0;
  align-self: flex-start;
}
.sn-service-card__desc {
  font-size: 0.875rem;
  color: var(--c-heading);
  line-height: 1.75;
  margin: 0;
  font-weight: 400;
}

/* ---- CTA Banner ---- */
.sn-cta {
  padding: 60px 0 80px;
  background: #fff;
}
.sn-cta__inner {
  background: linear-gradient(98.43deg, #1D83FF 0%, #0F4280 100%);
  border-radius: 20px;
  padding: 60px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sn-cta__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/site-site-networks-bg.png");
  background-size: cover;
}
.sn-cta__title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: #fff;
  position: relative;
  z-index: 1;
  max-width: 474px;
  margin: 0 auto 20px;
  line-height: 1.3;
}
.sn-cta__desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 630px;
  margin: 0 auto 2rem;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}
.sn-cta__btn {
  position: relative;
  z-index: 1;
  min-width: 180px;
  justify-content: center;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .sn-hero {
    padding: 0;
    height: calc(100dvh - 92px);
  }
  .sn-hero__title {
    font-size: 2rem;
  }
  .sn-about {
    padding: 60px 0;
  }
  .sn-about__grid {
    gap: 2rem !important;
  }
  .sn-about__content {
    max-width: 100%;
  }
  .sn-about__text {
    font-size: 16px;
  }
  .sn-services {
    padding: 60px 0;
  }
  .sn-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sn-cta {
    padding: 40px 0 60px;
  }
  .sn-cta__inner {
    padding: 40px 32px;
  }
}
@media (max-width: 600px) {
  .sn-hero__title {
    font-size: 1.75rem;
  }
  .sn-hero__desc {
    font-size: 0.95rem;
  }
  .sn-about {
    padding: 28px 0;
  }
  .sn-about .grid-2 {
    grid-template-columns: 1fr;
    gap: 24px !important;
  }
  .sn-about__diagram {
    margin-top: 0rem;
  }
  .sn-about__text {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 12px;
  }
  .sn-services {
    padding: 28px 0;
  }
  .sn-services__grid {
    grid-template-columns: 1fr;
  }
  .sn-services__title {
    font-size: 20px;
    line-height: 132%;
    margin-bottom: 28px;
  }
  .sn-services__grid {
    gap: 12px;
  }
  .sn-services .sn-service-card {
    border-radius: 20px;
  }
  .sn-services .sn-service-card__num {
    width: 44px;
    height: 44px;
  }
  .sn-services .sn-service-card__desc {
    font-size: 14px;
    line-height: 132%;
  }
  .sn-cta {
    padding: 0 0 28px;
  }
  .sn-cta__inner {
    padding: 32px 16px;
  }
  .sn-cta__title {
    font-size: 20px;
    line-height: 132%;
    margin-bottom: 11px;
  }
  .sn-cta__desc {
    font-size: 16px;
    line-height: 132%;
    margin-bottom: 16px;
  }
}
/* =========================================
   PHARMACEUTICAL COMPANIES / CROs PAGE
   ========================================= */
/* ---- Hero ---- */
.pc-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)), url("../images/site-site-networks-banner.png");
  background-size: cover;
  background-position: center;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 120px 0 80px;
}
.pc-hero__container {
  max-width: 700px;
  margin: 0 auto;
}
.pc-hero__title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  max-width: 520px;
  margin: 0 auto 1.25rem;
}
.pc-hero__desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
  max-width: 520px;
  margin: 0 auto 2rem;
}

/* ---- About ---- */
.pc-about {
  background: linear-gradient(180deg, #E8F3FF 0%, rgba(232, 243, 255, 0.1) 100%);
  padding: 80px 0;
}
.pc-about__grid {
  align-items: center;
  gap: 4rem !important;
}
.pc-about__content {
  max-width: 550px;
}
.pc-about__text {
  font-size: 18px;
  font-weight: 600;
  color: var(--c-heading);
  line-height: 1.8;
  margin-bottom: 0;
}
.pc-about__image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-about__img {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ---- CTA Blue Box ---- */
.pc-cta {
  padding: 60px 0 80px;
  background: #fff;
}
.pc-cta__inner {
  background: linear-gradient(98.43deg, #1D83FF 0%, #0F4280 100%);
  border-radius: 20px;
  padding: 60px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.pc-cta__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/site-site-networks-bg.png");
  background-size: cover;
  pointer-events: none;
}
.pc-cta__title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: #fff;
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin: 0 auto 1.25rem;
  line-height: 1.3;
}
.pc-cta__desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 550px;
  margin: 0 auto 2rem;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}
.pc-cta__btn {
  position: relative;
  z-index: 1;
  min-width: 180px;
  justify-content: center;
}

/* ---- Quote / Mission ---- */
.pc-quote {
  background: #fff;
  padding: 80px 0;
}
.pc-quote__inner {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}
.pc-quote__icon {
  display: block;
  font-size: 6rem;
  line-height: 1;
  color: #1D83FF;
  font-family: Georgia, serif;
  margin-bottom: 10px;
}
.pc-quote__icon img {
  margin: 0 auto;
}
.pc-quote__text {
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  font-weight: 700;
  color: var(--c-heading);
  line-height: 1.7;
  font-style: normal;
  margin-bottom: 2rem;
}
.pc-quote__highlight {
  background: linear-gradient(90deg, #1D83FF 0%, #F55051 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.pc-quote__dividerOtr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.pc-quote__divider {
  width: 100%;
  height: 1px;
  max-width: 120px;
  display: block;
  background: linear-gradient(90deg, #F55051 0%, #1D83FF 100%);
}
.pc-quote__divider:last-child {
  background: linear-gradient(90deg, #1D83FF 0%, #F55051 100%);
}
.pc-quote__author {
  font-size: 0.9rem;
  font-weight: 600;
  color: #F55051;
  font-style: normal;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .pc-hero {
    padding: 0;
    height: calc(100dvh - 92px);
  }
  .pc-about {
    padding: 60px 0;
  }
  .pc-about__grid {
    gap: 2rem !important;
  }
  .pc-about__content {
    max-width: 100%;
  }
  .pc-about__text {
    font-size: 16px;
  }
  .pc-cta {
    padding: 40px 0 60px;
  }
  .pc-cta__inner {
    padding: 40px 32px;
  }
  .pc-quote {
    padding: 60px 0;
  }
}
@media (max-width: 600px) {
  .pc-hero__title {
    font-size: 1.75rem;
  }
  .pc-hero__desc {
    font-size: 0.95rem;
  }
  .pc-about {
    padding: 28px 0;
  }
  .pc-about .grid-2 {
    grid-template-columns: 1fr;
    gap: 0 !important;
  }
  .pc-about__image-wrap {
    margin-top: 36px;
  }
  .pc-about__img {
    max-width: 280px;
    border-radius: 16px;
  }
  .pc-about__text {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0;
  }
  .pc-cta {
    padding: 0;
  }
  .pc-cta__inner {
    padding: 32px 20px;
  }
  .pc-cta__title {
    font-size: 20px;
    line-height: 132%;
    margin-bottom: 11px;
  }
  .pc-cta__desc {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 16px;
  }
  .pc-quote {
    padding: 28px 0;
  }
  .pc-quote__text {
    font-size: 20px;
    line-height: 132%;
    margin-bottom: 24px;
  }
  .pc-quote__author {
    font-size: 14px;
    line-height: 150%;
  }
  .pc-quote__icon img {
    width: 32px;
    height: auto;
  }
  .pc-quote__icon {
    margin-bottom: 24px;
  }
}
/* =========================================
   SERVICES PAGE
   ========================================= */
/* ---- Hero ---- */
.sv-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)), url("../images/hero-bg.png");
  background-size: cover;
  background-position: center;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 120px 0 80px;
}
.sv-hero__container {
  max-width: 700px;
  margin: 0 auto;
}
.sv-hero__title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  max-width: 520px;
  margin: 0 auto 1.25rem;
}
.sv-hero__desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
  max-width: 520px;
  margin: 0 auto 2rem;
}

/* ---- Section 1: Image + Text ---- */
.sv-intro {
  background: linear-gradient(180deg, #E8F3FF 0%, rgba(232, 243, 255, 0.1) 100%);
  padding: 80px 0;
}
.sv-intro__grid {
  align-items: center;
  gap: 4rem !important;
}
.sv-intro__image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sv-intro__img {
  width: 100%;
  max-width: 550px;
  height: auto;
  display: block;
  border-radius: 20px;
  object-fit: cover;
}
.sv-intro__content {
  max-width: 520px;
}
.sv-intro__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--c-heading);
  line-height: 1.3;
  margin-bottom: 1.25rem;
}
.sv-intro__text {
  font-size: 0.95rem;
  color: var(--c-text);
  line-height: 1.8;
  margin-bottom: 1rem;
}
.sv-intro__text:last-child {
  margin-bottom: 0;
}
.sv-intro__highlight-text {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 1rem;
  background: linear-gradient(90deg, #1D83FF 0%, #F55051 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.sv-intro__link {
  color: #1D83FF;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.sv-intro__link:hover {
  color: #0b5ed7;
}

/* ---- Section 2: Why Clinical Trials ---- */
.sv-why {
  background: linear-gradient(180deg, #FEEEEE 0%, rgba(254, 238, 238, 0.1) 100%);
  padding: 80px 0;
}
.sv-why__grid {
  align-items: center;
  gap: 4rem !important;
}
.sv-why__content {
  max-width: 520px;
}
.sv-why__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--c-heading);
  line-height: 1.3;
  margin-bottom: 1.25rem;
}
.sv-why__text {
  font-size: 0.95rem;
  color: var(--c-text);
  line-height: 1.8;
  margin-bottom: 0.75rem;
}
.sv-why__subtext {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--c-heading);
  line-height: 1.7;
  margin-bottom: 1.25rem;
}
.sv-why__image-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.sv-why__img {
  width: 100%;
  max-width: 550px;
  height: auto;
  display: block;
  border-radius: 20px;
  object-fit: cover;
}

/* Accordion */
.sv-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.sv-accordion__item {
  padding: 2px;
  border: 1px solid #D2E6FF;
  border-radius: 16px;
  overflow: hidden;
  background: #D2E6FF;
}
.sv-accordion__item.is-open {
  background: #fff;
}
.sv-accordion__trigger {
  width: 100%;
  background: #D2E6FF;
  border: none;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-family: var(--font);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--c-heading);
  text-align: left;
  transition: background var(--transition);
}
.sv-accordion__icon {
  font-size: 0.75rem;
  transition: transform var(--transition);
  flex-shrink: 0;
  margin-left: 0.75rem;
  color: var(--c-heading);
}
.sv-accordion__body {
  display: none;
  padding: 1rem 1.25rem 1.25rem;
  background: #fff;
}
.sv-accordion__body.open {
  display: block;
}
.sv-accordion__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.sv-accordion__list-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 18px;
  color: #000;
  line-height: 1.6;
}
.sv-accordion__list-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: auto;
  border-radius: 6px;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ---- Section 3: Challenges ---- */
.sv-challenges {
  background: #fff;
  padding: 80px 0;
}
.sv-challenges__grid {
  align-items: flex-start !important;
  gap: 4rem !important;
}
.sv-challenges__image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sv-challenges__img {
  width: 100%;
  max-width: 550px;
  height: auto;
  display: block;
  border-radius: 20px;
  object-fit: cover;
}
.sv-challenges__content {
  max-width: 520px;
}
.sv-challenges__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--c-heading);
  line-height: 1.3;
  margin-bottom: 1.25rem;
}
.sv-challenges__text {
  font-size: 0.95rem;
  color: var(--c-text);
  line-height: 1.8;
  margin-bottom: 0.75rem;
}
.sv-challenges__lead {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--c-heading);
  line-height: 1.7;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
.sv-challenges__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.sv-challenges__list-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: var(--c-text);
  line-height: 1.6;
}
.sv-challenges__list-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.sv-challenges__list-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.sv-challenges__closing {
  font-size: 0.95rem;
  color: var(--c-text);
  line-height: 1.8;
  margin: 0;
}

/* ---- Section: Safety & Eligibility ---- */
.sv-safety {
  background: #fff;
  padding: 80px 0;
}
.sv-safety__grid {
  align-items: flex-start !important;
  gap: 4rem !important;
}
.sv-safety__image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sv-safety__img {
  width: 100%;
  max-width: 550px;
  height: auto;
  display: block;
  border-radius: 20px;
  object-fit: cover;
}
.sv-safety__content {
  max-width: 520px;
}
.sv-safety__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--c-heading);
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
.sv-safety__subtitle {
  font-size: 0.95rem;
  font-weight: 600;
  color: #F55051;
  margin-bottom: 1rem;
}
.sv-safety__text {
  font-size: 0.95rem;
  color: var(--c-text);
  line-height: 1.8;
  margin-bottom: 1rem;
}
.sv-safety__lead {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--c-heading);
  line-height: 1.7;
  margin-bottom: 1rem;
}
.sv-safety__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.sv-safety__list-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: var(--c-text);
  line-height: 1.6;
}
.sv-safety__list-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.sv-safety__list-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.sv-safety__closing {
  font-size: 0.95rem;
  color: var(--c-text);
  line-height: 1.8;
  margin: 0;
}

/* ---- Section 4: Benefits Slider ---- */
.sv-benefits {
  background: #fff;
  padding: 80px 0;
}
.sv-benefits.theme_2 {
  background: linear-gradient(180deg, #FEEEEE 0%, rgba(254, 238, 238, 0.1) 100%);
}
.sv-benefits.theme_2 .sv-benefits__header {
  max-width: 692px;
}
.sv-benefits.theme_2 .sv-benefits__title {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 1rem;
}
.sv-benefits.theme_2 .sv-benefit-card {
  background: rgba(254, 238, 238, 0.5019607843);
  border-color: #FCCBCB;
}
.sv-benefits__header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 3rem;
}
.sv-benefits__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--c-heading);
  line-height: 1.3;
  margin-bottom: 1rem;
}
.sv-benefits__subtitle {
  font-size: 0.95rem;
  color: var(--c-text);
  line-height: 1.8;
  margin: 0;
}

.sv-benefits-swiper {
  overflow: visible;
}
.sv-benefits-swiper .swiper-wrapper {
  align-items: stretch;
}
.sv-benefits-swiper .swiper-slide {
  height: auto;
  width: 320px;
}

.sv-benefit-card {
  background: #F8F8F8;
  border: 1px solid #EEEEEE;
  border-radius: 16px;
  padding: 2rem 1.75rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sv-benefit-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  flex-shrink: 0;
}
.sv-benefit-card__icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.sv-benefit-card__icon i {
  color: #fff;
  font-size: 1.25rem;
}
.sv-benefit-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--c-heading);
  line-height: 1.4;
  margin: 0;
}

.swiper-slide:nth-child(4n+1) .sv-benefit-card__icon {
  background: #F4AB02;
}
.swiper-slide:nth-child(4n+2) .sv-benefit-card__icon {
  background: #0C3466;
}
.swiper-slide:nth-child(4n+3) .sv-benefit-card__icon {
  background: #1D83FF;
}
.swiper-slide:nth-child(4n+4) .sv-benefit-card__icon {
  background: #F55051;
}
.swiper-slide__desc {
  font-size: 0.875rem;
  color: var(--c-text);
  line-height: 1.75;
  margin: 0;
}

@media (max-width: 991px) {
  .sv-benefits {
    padding: 60px 0;
  }
  .sv-benefits-swiper .swiper-slide {
    width: 280px;
  }
}
@media (max-width: 600px) {
  .sv-benefits-swiper .swiper-slide {
    width: 260px;
  }
}
/* ---- Section 5: How the Referral Process Works ---- */
.sv-process {
  background: linear-gradient(180deg, #E8F3FF 0%, rgba(232, 243, 255, 0.1) 100%);
  padding: 80px 0;
}
.sv-process__grid {
  align-items: start !important;
  gap: 4rem !important;
}
.sv-process__intro {
  position: sticky;
  top: 120px;
}
.sv-process__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--c-heading);
  line-height: 1.3;
  margin-bottom: 1rem;
}
.sv-process__desc {
  font-size: 0.95rem;
  color: var(--c-text);
  line-height: 1.8;
  max-width: 320px;
  margin: 0;
}
.sv-process__steps {
  display: flex;
  flex-direction: column;
}
.sv-process__step {
  display: flex;
  gap: 1.25rem;
  position: relative;
}
.sv-process__step:not(.sv-process__step--last) {
  padding-bottom: 2rem;
}
.sv-process__step:not(.sv-process__step--last)::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 52px;
  bottom: 0;
  border-left: 3px dashed #0C3466;
}
.sv-process__step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #1D3461;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.sv-process__step-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.sv-process__step-body {
  padding-top: 0.2rem;
}
.sv-process__step-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #64748B;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}
.sv-process__step-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--c-heading);
  margin-bottom: 0.4rem;
  line-height: 1.3;
}
.sv-process__step-desc {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.75;
  margin: 0;
}

@media (max-width: 991px) {
  .sv-process {
    padding: 60px 0;
  }
  .sv-process__grid {
    gap: 2.5rem !important;
  }
  .sv-process__intro {
    position: static;
  }
  .sv-process__desc {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .sv-process .grid-2 {
    grid-template-columns: 1fr;
  }
}
/* ---- Section 6: Supporting Physicians ---- */
.sv-physicians {
  background: #fff;
  padding: 0px 0 80px;
}
.sv-physicians__grid {
  align-items: center;
  gap: 4rem !important;
}
.sv-physicians__image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sv-physicians__img {
  width: 100%;
  max-width: 550px;
  height: auto;
  display: block;
  border-radius: 20px;
  object-fit: cover;
}
.sv-physicians__content {
  max-width: 520px;
}
.sv-physicians__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--c-heading);
  line-height: 1.3;
  margin-bottom: 1.25rem;
}
.sv-physicians__text {
  font-size: 0.95rem;
  color: var(--c-text);
  line-height: 1.8;
  margin-bottom: 0.75rem;
}
.sv-physicians__lead {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--c-heading);
  line-height: 1.7;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
.sv-physicians__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.sv-physicians__list-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: var(--c-text);
  line-height: 1.6;
}
.sv-physicians__list-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.sv-physicians__list-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.sv-physicians__closing {
  font-size: 0.95rem;
  color: var(--c-text);
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 991px) {
  .sv-physicians {
    padding: 60px 0;
  }
  .sv-physicians__grid {
    gap: 2rem !important;
  }
  .sv-physicians__content {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .sv-physicians .grid-2 {
    grid-template-columns: 1fr;
  }
  .sv-physicians__img {
    border-radius: 12px;
  }
}
/* ---- Section 7: Expanding Access ---- */
.sv-access {
  background: linear-gradient(180deg, rgba(254, 238, 238, 0.1) 0%, #FEEEEE 100%);
  padding: 80px 0;
}
.sv-access__grid {
  align-items: center;
  gap: 4rem !important;
}
.sv-access__content {
  max-width: 550px;
}
.sv-access__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--c-heading);
  line-height: 1.3;
  margin-bottom: 1.25rem;
}
.sv-access__text {
  font-size: 0.95rem;
  color: var(--c-text);
  line-height: 1.8;
  margin-bottom: 0.75rem;
}
.sv-access__lead {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--c-heading);
  line-height: 1.7;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
.sv-access__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.sv-access__tag {
  display: inline-block;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  border: 1.5px solid #FBB9B9;
  background: #FDDCDC;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--c-heading);
  line-height: 1;
}
.sv-access__image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sv-access__img {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  border-radius: 20px;
  object-fit: cover;
}

@media (max-width: 991px) {
  .sv-access {
    padding: 60px 0;
  }
  .sv-access__grid {
    gap: 2rem !important;
  }
  .sv-access__content {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .sv-access .grid-2 {
    grid-template-columns: 1fr;
  }
  .sv-access__img {
    border-radius: 12px;
  }
}
/* ---- Section 8: Join Network CTA ---- */
.sv-join {
  background: linear-gradient(90deg, #F55051 0%, #8F2F2F 100%);
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}
.sv-join__grid {
  align-items: center;
  gap: 3rem !important;
}
.sv-join__content {
  max-width: 500px;
  position: relative;
  z-index: 1;
}
.sv-join__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 1.25rem;
}
.sv-join__text {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  margin-bottom: 0.85rem;
}
.sv-join__text:last-of-type {
  margin-bottom: 2rem;
}
.sv-join__btn {
  display: none;
}
.sv-join__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.sv-join__rings {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  max-width: 460px;
  align-items: center;
  justify-content: center;
}
.sv-join__icon {
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .sv-join {
    padding: 60px 0;
  }
  .sv-join__grid {
    gap: 2rem !important;
  }
  .sv-join__content {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .sv-join .grid-2 {
    grid-template-columns: 1fr;
  }
  .sv-join__icon-wrap {
    display: none;
  }
}
/* ---- Section 9: Blue Features ---- */
.sv-features {
  background: #1D83FF;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.sv-features::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/hospitalsbg.png");
  background-size: cover;
  pointer-events: none;
}
.sv-features__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}
.sv-features__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
  margin: 0;
}
.sv-features__subtext {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  margin: 0;
  align-self: center;
}
.sv-features__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  position: relative;
  z-index: 1;
}

.sv-feature-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1.5px solid rgba(252, 203, 203, 0.3);
  border-radius: 16px;
  padding: 1.75rem;
  backdrop-filter: blur(4px);
}
.sv-feature-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 800;
  line-height: normal;
  color: #D2E6FF;
  margin-bottom: 1rem;
}
.sv-feature-card__title {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0.6rem;
  line-height: 1.3;
}
.sv-feature-card__desc {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 132%;
  margin: 0;
  font-weight: 400;
}

/* ---- Hospital CTA ---- */
.sv-hcta {
  padding: 60px 0;
}
.sv-hcta__inner {
  background: linear-gradient(135deg, #1D83FF 0%, #1a3a8f 100%);
  border-radius: 20px;
  padding: 60px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sv-hcta__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/site-site-networks-bg.png");
  background-size: cover;
  pointer-events: none;
}
.sv-hcta__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.sv-hcta__desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  max-width: 560px;
  margin: 0 auto 2rem;
  position: relative;
  z-index: 1;
}
.sv-hcta__btn {
  display: none;
}

@media (max-width: 600px) {
  .sv-hcta__inner {
    padding: 40px 24px;
  }
  .sv-hcta__inner::before, .sv-hcta__inner::after {
    display: none;
  }
}
/* ---- Responsive ---- */
@media (max-width: 991px) {
  .sv-hero {
    padding: 0;
    height: calc(100dvh - 92px);
  }
  .sv-intro,
  .sv-why,
  .sv-challenges,
  .sv-safety {
    padding: 60px 0;
  }
  .sv-intro__grid,
  .sv-why__grid,
  .sv-challenges__grid,
  .sv-safety__grid {
    gap: 2rem !important;
  }
  .sv-intro__content,
  .sv-why__content,
  .sv-challenges__content,
  .sv-safety__content {
    max-width: 100%;
  }
  .sv-features {
    padding: 60px 0;
  }
  .sv-features__header {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .sv-quote {
    padding: 60px 0;
  }
}
@media (max-width: 600px) {
  .sv-hero__title {
    font-size: 28px;
    line-height: 132%;
    margin-bottom: 16px;
  }
  .sv-hero__desc {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 24px;
  }
  .sv-intro .grid-2,
  .sv-why .grid-2,
  .sv-challenges .grid-2,
  .sv-safety .grid-2 {
    grid-template-columns: 1fr;
  }
  .sv-intro__image-wrap,
  .sv-why__image-wrap,
  .sv-challenges__image-wrap,
  .sv-safety__image-wrap {
    margin-top: 1.5rem;
  }
  .sv-intro__img,
  .sv-why__img,
  .sv-challenges__img,
  .sv-safety__img {
    max-width: 100%;
    border-radius: 12px;
  }
  .sv-why .grid-2 {
    grid-template-columns: 1fr;
  }
  .sv-why__image-wrap {
    order: -1;
  }
  .sv-features__grid {
    grid-template-columns: 1fr;
  }
  .sv-quote__text {
    font-size: 1.05rem;
  }
  .sv-quote__icon {
    font-size: 4rem;
  }
}
/* ---- Hospitals page — mobile 600px ---- */
@media (max-width: 600px) {
  /* All sections padding */
  .sv-intro,
  .sv-challenges,
  .sv-safety,
  .sv-benefits,
  .sv-process,
  .sv-physicians,
  .sv-access,
  .sv-join,
  .sv-features {
    padding: 28px 0;
  }
  .sv-why {
    padding: 28px 0 0;
  }
  /* Stack all 2-col grids with 16px gap */
  .sv-intro__grid,
  .sv-why__grid,
  .sv-challenges__grid,
  .sv-safety__grid,
  .sv-physicians__grid,
  .sv-access__grid,
  .sv-join__grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  /* Why section specifics */
  .sv-why__image-wrap {
    margin-top: 0;
  }
  .sv-why__text {
    margin-top: 12px;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0;
  }
  .sv-why__subtext {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 8px;
  }
  /* Accordion */
  .sv-accordion__trigger {
    font-size: 14px;
  }
  .sv-accordion__list-item {
    font-size: 14px;
    line-height: 150%;
  }
  .sv-accordion__body {
    padding: 16px;
  }
  /* Titles */
  .sv-intro__title,
  .sv-why__title,
  .sv-challenges__title,
  .sv-safety__title,
  .sv-physicians__title,
  .sv-access__title,
  .sv-join__title,
  .sv-benefits__title,
  .sv-process__title {
    font-size: 20px;
    line-height: 132%;
    margin-bottom: 11px;
  }
  /* Intro text */
  .sv-intro__text {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 8px;
  }
  /* Features header */
  .sv-features__header {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 16px;
  }
  .sv-features__title {
    font-size: 20px;
    line-height: 132%;
    margin-bottom: 8px;
  }
  .sv-features__subtext {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 0;
  }
  /* Features grid & cards */
  .sv-features__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .sv-feature-card {
    padding: 12px;
  }
  .sv-feature-card__badge {
    font-size: 24px;
  }
  .sv-feature-card__title {
    font-size: 16px;
    line-height: 132%;
    margin-bottom: 0;
  }
  .sv-feature-card__desc {
    font-size: 14px;
    line-height: 150%;
  }
  /* Benefits subtitle */
  .sv-benefits__subtitle {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 16px;
  }
  /* Benefit card */
  .sv-benefit-card__title {
    font-size: 20px;
    line-height: 132%;
    margin-bottom: 11px;
  }
  .sv-benefit-card__desc {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 0;
  }
  /* Body text */
  .sv-challenges__lead,
  .sv-challenges__closing,
  .sv-safety__text,
  .sv-safety__lead,
  .sv-safety__closing,
  .sv-physicians__text,
  .sv-physicians__lead,
  .sv-physicians__closing,
  .sv-access__text,
  .sv-access__lead,
  .sv-join__text {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0;
  }
  .sv-physicians__lead {
    margin-bottom: 8px;
  }
  .sv-intro__highlight-text {
    font-size: 16px;
    line-height: 150%;
  }
  /* Process steps */
  .sv-process__grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .sv-process__intro {
    position: static;
  }
  .sv-process__desc {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 0;
  }
  .sv-process__step-title {
    font-size: 16px;
    line-height: 132%;
  }
  .sv-process__step-desc {
    font-size: 14px;
    line-height: 150%;
  }
  .sv-process__step {
    gap: 12px;
  }
  .sv-process__step-label {
    font-size: 12px;
  }
  .sv-process__step-icon {
    width: 40px;
    height: 40px;
  }
  .sv-process__step:not(.sv-process__step--last) {
    padding-bottom: 20px;
  }
  /* Physicians */
  .sv-physicians__text {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 0;
  }
  .sv-physicians__lead {
    font-size: 14px;
    line-height: 150%;
  }
  /* List items */
  .sv-challenges__list-item,
  .sv-physicians__list-item {
    font-size: 14px;
    line-height: 150%;
  }
  .sv-challenges__list {
    gap: 8px;
  }
  .sv-challenges__list-icon img {
    width: 19px;
    height: auto;
  }
  .sv-physicians__list-icon img {
    width: 19px;
    height: auto;
  }
  .sv-physicians__closing {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 0;
  }
  /* Challenges specifics */
  .sv-challenges__text {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 8px;
  }
  .sv-challenges__lead {
    margin: 4px 0 8px;
  }
  .sv-challenges__closing {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 0;
  }
  .sv-challenges__image-wrap {
    margin-top: 0;
  }
  /* Benefits header */
  .sv-benefits__header {
    margin-bottom: 16px;
  }
  /* Benefits swiper → disable swiper, show as column */
  .sv-benefits-swiper {
    overflow: visible !important;
  }
  .sv-benefits-swiper .swiper-wrapper {
    display: flex !important;
    flex-direction: column !important;
    transform: none !important;
    gap: 12px;
  }
  .sv-benefits-swiper .swiper-slide {
    width: 100% !important;
    height: auto !important;
  }
  /* Benefit card */
  .sv-benefit-card {
    padding: 12px;
  }
  .sv-benefit-card__icon {
    width: 48px;
    height: 48px;
  }
  .sv-benefit-card__icon img {
    width: 24px;
    height: auto;
  }
  .sv-benefit-card__title {
    font-size: 16px;
    line-height: 132%;
    margin: 0;
  }
  /* Tags */
  .sv-access__tag {
    font-size: 13px;
  }
  /* Access section — image on top, text after */
  .sv-access__grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }
  .sv-access__image-wrap {
    order: -1;
  }
  .sv-access__text {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 8px;
  }
  .sv-access__lead {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 8px;
  }
  .sv-access__tags {
    gap: 8px;
  }
  .sv-access__tag {
    height: 36px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
  }
  /* Join CTA */
  .sv-join__icon-wrap {
    display: block;
  }
  .sv-join__title {
    font-size: 20px;
    line-height: 132%;
    margin-bottom: 11px;
  }
  .sv-join__text {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 8px;
  }
  .sv-join .btn {
    font-size: 16px;
  }
  /* FAQ ask */
  .faq-section__ask {
    margin-top: 12px;
  }
  .faq-section__list {
    padding-top: 0;
  }
  /* Access & Physicians padding */
  .sv-access {
    padding: 0 0 28px;
  }
  .sv-physicians {
    padding: 0 0 28px;
  }
  /* Hospital CTA */
  .sv-hcta {
    padding: 0 0 28px;
  }
  .sv-hcta__inner {
    padding: 30px 16px;
  }
  .sv-hcta__title {
    font-size: 20px;
    line-height: 132%;
  }
  .sv-hcta__desc {
    margin-bottom: 16px;
  }
  .sv-hcta .btn {
    width: 100%;
    justify-content: center;
  }
  /* ---- Clinical Trials Patients page specifics ---- */
  /* Intro — image on top */
  .sv-intro__image-wrap {
    order: -1;
    margin-top: 0;
  }
  /* Safety list */
  .sv-safety__subtitle {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 8px;
    font-weight: 600;
  }
  .sv-safety__text {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 8px;
  }
  .sv-safety__lead {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 8px;
  }
  .sv-safety__closing {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 0;
  }
  .sv-safety__list {
    gap: 8px;
  }
  .sv-safety__list-item {
    font-size: 14px;
    line-height: 150%;
  }
  .sv-safety__list-icon img {
    width: 19px;
    height: auto;
  }
  .sv-safety__grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .sv-safety__image-wrap {
    order: -1;
    margin-top: 0;
  }
  /* Benefits patients swiper → disable, show column */
  .sv-benefits-swiper--patients {
    overflow: visible !important;
  }
  .sv-benefits-swiper--patients .swiper-wrapper {
    display: flex !important;
    flex-direction: column !important;
    transform: none !important;
    gap: 12px;
  }
  .sv-benefits-swiper--patients .swiper-slide {
    width: 100% !important;
    height: auto !important;
  }
  /* Challenges closing */
  .sv-challenges__closing {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 8px;
  }
  .sv-challenges__closing:last-child {
    margin-bottom: 0;
  }
}
/* =========================================
   WHAT ARE CLINICAL TRIALS — PHASES SECTION
   ========================================= */
.wact-phases {
  padding: 80px 0;
  background: linear-gradient(180deg, #E8F3FF 0%, rgba(232, 243, 255, 0.1) 100%);
}
.wact-phases__grid {
  align-items: start !important;
  gap: 4rem !important;
}
.wact-phases__intro {
  position: sticky;
  top: 120px;
}
.wact-phases__title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--c-heading);
  margin-bottom: 1rem;
  line-height: 1.3;
}
.wact-phases__desc {
  font-size: 1rem;
  color: var(--c-text);
  line-height: 1.8;
}
.wact-phases__steps {
  display: flex;
  flex-direction: column;
}
.wact-phases__step {
  display: flex;
  gap: 1.25rem;
  position: relative;
  padding-bottom: 2.5rem;
}
.wact-phases__step:not(.wact-phases__step--last)::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 44px;
  bottom: 0;
  width: 2px;
  border-left: 2px dashed #93c5fd;
}
.wact-phases__step--last {
  padding-bottom: 0;
}
.wact-phases__step-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--c-dark);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.9rem;
  margin-top: 2px;
  position: relative;
  z-index: 1;
}
.wact-phases__step-body {
  flex: 1;
  padding-top: 2px;
}
.wact-phases__step-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-text);
  margin-bottom: 0.25rem;
}
.wact-phases__step-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--c-heading);
  margin-bottom: 0.5rem;
}
.wact-phases__step-desc {
  font-size: 0.9rem;
  color: var(--c-text);
  line-height: 1.7;
  margin-bottom: 0.5rem;
}
.wact-phases__step-sublabel {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--c-heading);
  margin-bottom: 0.5rem;
}
.wact-phases__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.wact-phases__tag {
  display: inline-block;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  border: 1px solid #93c5fd;
  color: #1D83FF;
  font-size: 0.8rem;
  font-weight: 500;
  background: #fff;
  white-space: nowrap;
}
.wact-phases__step-closing {
  font-size: 0.9rem;
  color: var(--c-text);
  line-height: 1.7;
  margin-top: 0.25rem;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .wact-phases {
    padding: 60px 0;
  }
  .wact-phases__grid {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
  .wact-phases__intro {
    position: static;
  }
}
/* =========================================
   WHO CAN PARTICIPATE SECTION
   ========================================= */
.wact-who {
  padding: 80px 0;
  background: #fff;
}
.wact-who__grid {
  align-items: center;
  gap: 4rem !important;
}
.wact-who__title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--c-heading);
  margin-bottom: 1rem;
  line-height: 1.3;
}
.wact-who__desc {
  font-size: 0.95rem;
  color: var(--c-text);
  line-height: 1.8;
  margin-bottom: 0.75rem;
}
.wact-who__highlight {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  background: linear-gradient(90deg, #1D83FF 0%, #F55051 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.wact-who__lead {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--c-heading);
  margin-bottom: 0.75rem;
}
.wact-who__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.wact-who__tag {
  display: inline-block;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  background: #FEF5F5;
  border: 1px solid #FDDCDC;
  color: var(--c-heading);
  font-size: 0.85rem;
  font-weight: 500;
}
.wact-who__closing {
  font-size: 0.9rem;
  color: var(--c-text);
  line-height: 1.8;
  margin-bottom: 0.75rem;
}
.wact-who__closing:last-child {
  margin-bottom: 0;
}
.wact-who__image-wrap {
  border-radius: 16px;
  overflow: hidden;
}
.wact-who__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

@media (max-width: 991px) {
  .wact-who {
    padding: 60px 0;
  }
  .wact-who__grid {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
  .wact-who__image-wrap {
    order: -1;
  }
}
/* =========================================
   ARE CLINICAL TRIALS SAFE? SECTION
   ========================================= */
.wact-safe {
  padding: 80px 0;
  background: var(--c-light);
}
.wact-safe__grid {
  align-items: center;
  gap: 4rem !important;
}
.wact-safe__image-wrap {
  border-radius: 16px;
  overflow: hidden;
}
.wact-safe__img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
.wact-safe__title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--c-heading);
  margin-bottom: 1rem;
  line-height: 1.3;
}
.wact-safe__text {
  font-size: 0.95rem;
  color: var(--c-text);
  line-height: 1.8;
  margin-bottom: 0.75rem;
}
.wact-safe__lead {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--c-heading);
  margin-bottom: 0.75rem;
}
.wact-safe__closing {
  font-size: 0.9rem;
  color: var(--c-text);
  line-height: 1.8;
  margin-top: 0.75rem;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .wact-safe {
    padding: 60px 0;
  }
  .wact-safe__grid {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
}
/* =========================================
   BENEFITS OF PARTICIPATING SECTION
   ========================================= */
.wact-benefits {
  padding: 80px 0;
  background: linear-gradient(180deg, #FEEEEE 0%, rgba(254, 238, 238, 0.1) 100%);
}
.wact-benefits__header {
  text-align: center;
  margin-bottom: 3rem;
}
.wact-benefits__title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--c-heading);
  margin-bottom: 0.75rem;
}
.wact-benefits__subtitle {
  font-size: 0.95rem;
  color: var(--c-text);
  margin: 0;
}

.wact-benefit-card {
  background: rgba(254, 238, 238, 0.5019607843);
  border-radius: 16px;
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
  border: 1.5px solid;
  border: 1px solid #FCCBCB;
}
.wact-benefit-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.wact-benefit-card__icon img {
  width: 40px;
  height: auto;
  object-fit: contain;
  display: block;
}
.wact-benefit-card__title {
  font-size: 20px;
  font-weight: 600;
  color: var(--c-heading);
  margin: 0;
  line-height: 1.4;
}

.wact-benefits-swiper .swiper-slide:nth-child(4n+1) .wact-benefit-card__icon {
  background: #F4AB02;
}

.wact-benefits-swiper .swiper-slide:nth-child(4n+2) .wact-benefit-card__icon {
  background: #0C3466;
}

.wact-benefits-swiper .swiper-slide:nth-child(4n+3) .wact-benefit-card__icon {
  background: #1D83FF;
}

.wact-benefits-swiper .swiper-slide:nth-child(4n+4) .wact-benefit-card__icon {
  background: #F55051;
}

@media (max-width: 991px) {
  .wact-benefits {
    padding: 60px 0;
  }
}
/* =========================================
   COMMON MYTHS SECTION
   ========================================= */
.wact-myths {
  padding: 80px 0;
  background: #F8F8F8;
}
.wact-myths__grid {
  align-items: start !important;
  gap: 4rem !important;
}
.wact-myths__intro {
  position: sticky;
  top: 120px;
}
.wact-myths__title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--c-heading);
  margin-bottom: 1rem;
  line-height: 1.3;
}
.wact-myths__desc {
  font-size: 0.95rem;
  color: var(--c-text);
  line-height: 1.8;
  margin-bottom: 1.25rem;
}
.wact-myths__img-wrap {
  border-radius: 16px;
  overflow: hidden;
  margin-top: 1.5rem;
}
.wact-myths__img {
  width: 100%;
  display: block;
  border-radius: 16px;
  object-fit: cover;
}
.wact-myths__table-wrap {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.wact-myths__table {
  width: 100%;
  background: #fff;
}
.wact-myths__table-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.wact-myths__table-head-cell {
  padding: 0.85rem 1.25rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
}
.wact-myths__table-head-cell--myth {
  background: #F55051;
  border-radius: 28px 0 0 0;
}
.wact-myths__table-head-cell--reality {
  background: #08C570;
  border-radius: 0 28px 0 0;
}
.wact-myths__table-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--c-border);
}
.wact-myths__table-row:last-child {
  border-bottom: none;
}
.wact-myths__table-cell {
  padding: 1rem 1.25rem;
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--c-text);
  vertical-align: top;
  background: #FCFCFC;
}
.wact-myths__table-cell:last-child {
  background: #EFFFF8;
}
.wact-myths__table-cell--myth {
  border-right: 1px solid var(--c-border);
  font-weight: 500;
  color: var(--c-heading);
}

@media (max-width: 991px) {
  .wact-myths {
    padding: 60px 0;
  }
  .wact-myths__grid {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
  .wact-myths__intro {
    position: static;
  }
}
@media (max-width: 600px) {
  .wact-myths__table-head, .wact-myths__table-row {
    grid-template-columns: 1fr;
  }
  .wact-myths__table-head-cell--myth {
    border-radius: 16px 16px 0 0;
  }
  .wact-myths__table-head-cell--reality {
    border-radius: 0;
  }
  .wact-myths__table-cell--myth {
    border-right: none;
    border-bottom: 1px solid var(--c-border);
  }
}
/* =========================================
   HOW PATIENTS CAN FIND CLINICAL TRIALS
   ========================================= */
.wact-find {
  padding: 80px 0;
  background: #fff;
}
.wact-find__grid {
  align-items: center;
  gap: 4rem !important;
}
.wact-find__image-wrap {
  border-radius: 16px;
  overflow: hidden;
}
.wact-find__img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
.wact-find__title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--c-heading);
  margin-bottom: 1rem;
  line-height: 1.3;
}
.wact-find__text {
  font-size: 0.95rem;
  color: var(--c-text);
  line-height: 1.8;
  margin-bottom: 0.75rem;
}
.wact-find__lead {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--c-heading);
  margin-bottom: 0.75rem;
}
.wact-find__closing {
  font-size: 0.9rem;
  color: var(--c-text);
  line-height: 1.8;
  margin-top: 0.75rem;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .wact-find {
    padding: 60px 0;
  }
  .wact-find__grid {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
}
/* =========================================
   HOW DO CLINICAL TRIALS WORK — odd last card full width
   ========================================= */
.wact-how .sv-features__grid .sv-feature-card:last-child:nth-child(odd) {
  grid-column: 1/-1;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 991px) {
  .wact-how .sv-features__grid .sv-feature-card:last-child:nth-child(odd) {
    max-width: 100%;
  }
}
/* =========================================
   WHAT ARE CLINICAL TRIALS — MOBILE 600px
   ========================================= */
@media (max-width: 600px) {
  /* ---- Phases ---- */
  .wact-phases {
    padding: 28px 0;
  }
  .wact-phases__grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .wact-phases__intro {
    position: static;
  }
  .wact-phases__title {
    font-size: 20px;
    line-height: 132%;
    margin-bottom: 11px;
  }
  .wact-phases__desc {
    font-size: 14px;
    line-height: 150%;
  }
  .wact-phases__step {
    gap: 12px;
    padding-bottom: 20px;
  }
  .wact-phases__step--last {
    padding-bottom: 0;
  }
  .wact-phases__step-icon {
    width: 36px;
    height: 36px;
    font-size: 0.8rem;
  }
  .wact-phases__step-label {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .wact-phases__step-title {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .wact-phases__step-desc {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 6px;
  }
  .wact-phases__step-sublabel {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .wact-phases__step-closing {
    font-size: 13px;
    line-height: 150%;
  }
  .wact-phases__tag {
    font-size: 12px;
    padding: 0.2rem 0.65rem;
  }
  /* ---- Who Can Participate ---- */
  .wact-who {
    padding: 28px 0;
  }
  .wact-who__grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .wact-who__image-wrap {
    order: -1;
  }
  .wact-who__title {
    font-size: 20px;
    line-height: 132%;
    margin-bottom: 11px;
  }
  .wact-who__desc {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 8px;
  }
  .wact-who__highlight {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 8px;
  }
  .wact-who__lead {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 8px;
  }
  .wact-who__tags {
    gap: 8px;
    margin-bottom: 12px;
  }
  .wact-who__tag {
    font-size: 13px;
    padding: 0.25rem 0.75rem;
    height: 32px;
    display: inline-flex;
    align-items: center;
  }
  .wact-who__closing {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 8px;
  }
  .wact-who__closing:last-child {
    margin-bottom: 0;
  }
  /* ---- Are Clinical Trials Safe? ---- */
  .wact-safe {
    padding: 28px 0;
  }
  .wact-safe__grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .wact-safe__image-wrap {
    order: -1;
    margin-top: 0;
  }
  .wact-safe__title {
    font-size: 20px;
    line-height: 132%;
    margin-bottom: 11px;
  }
  .wact-safe__text {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 8px;
  }
  .wact-safe__lead {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 8px;
  }
  .wact-safe__closing {
    font-size: 14px;
    line-height: 150%;
    margin-top: 8px;
  }
  /* ---- Benefits ---- */
  .wact-benefits {
    padding: 28px 0;
  }
  .wact-benefits__header {
    margin-bottom: 16px;
  }
  .wact-benefits__title {
    font-size: 20px;
    line-height: 132%;
    margin-bottom: 8px;
  }
  .wact-benefits__subtitle {
    font-size: 14px;
    line-height: 150%;
  }
  /* Benefits swiper → disable, show column */
  .wact-benefits-swiper {
    overflow: visible !important;
  }
  .wact-benefits-swiper .swiper-wrapper {
    display: flex !important;
    flex-direction: column !important;
    transform: none !important;
    gap: 12px;
  }
  .wact-benefits-swiper .swiper-slide {
    width: 100% !important;
    height: auto !important;
  }
  .wact-benefit-card {
    padding: 12px;
    gap: 10px;
  }
  .wact-benefit-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
  }
  .wact-benefit-card__icon img {
    width: 24px;
    height: auto;
  }
  .wact-benefit-card__title {
    font-size: 16px;
    line-height: 132%;
  }
  /* ---- Common Myths ---- */
  .wact-myths {
    padding: 28px 0;
  }
  .wact-myths__grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .wact-myths__intro {
    position: static;
  }
  .wact-myths__title {
    font-size: 20px;
    line-height: 132%;
    margin-bottom: 11px;
  }
  .wact-myths__desc {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 12px;
  }
  .wact-myths__table-head, .wact-myths__table-row {
    grid-template-columns: 1fr;
  }
  .wact-myths__table-head-cell--myth {
    border-radius: 16px 16px 0 0;
  }
  .wact-myths__table-head-cell--reality {
    border-radius: 0;
  }
  .wact-myths__table-cell {
    font-size: 13px;
    line-height: 150%;
    padding: 0.75rem 1rem;
  }
  .wact-myths__table-cell--myth {
    border-right: none;
    border-bottom: 1px solid var(--c-border);
  }
  .wact-myths__table-head-cell {
    font-size: 13px;
    padding: 0.65rem 1rem;
  }
  /* ---- How Patients Can Find Trials ---- */
  .wact-find {
    padding: 28px 0;
  }
  .wact-find__grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .wact-find__image-wrap {
    order: -1;
  }
  .wact-find__title {
    font-size: 20px;
    line-height: 132%;
    margin-bottom: 11px;
  }
  .wact-find__text {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 8px;
  }
  .wact-find__lead {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 8px;
  }
  .wact-find__closing {
    font-size: 14px;
    line-height: 150%;
    margin-top: 8px;
  }
  /* ---- How Do Clinical Trials Work (sv-features) ---- */
  .wact-how {
    padding: 28px 0;
  }
  .wact-how .sv-features__grid .sv-feature-card:last-child:nth-child(odd) {
    grid-column: auto;
  }
}
/* =========================================
   ABOUT US — BUILDING BETTER ACCESS
   ========================================= */
.about-access {
  padding: 80px 0;
  background: #fff;
}
.about-access__grid {
  align-items: center;
  gap: 4rem !important;
}
.about-access__image-wrap {
  border-radius: 16px;
  overflow: hidden;
}
.about-access__img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
.about-access__title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--c-heading);
  margin-bottom: 1rem;
  line-height: 1.3;
}
.about-access__text {
  font-size: 0.95rem;
  color: var(--c-text);
  line-height: 1.8;
  margin-bottom: 0.75rem;
}
.about-access__text:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .about-access {
    padding: 60px 0 0;
  }
  .about-access__grid {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
  .about-access__separator {
    margin-top: 60px;
  }
}
/* =========================================
   ABOUT US — WHY WE EXIST
   ========================================= */
.about-why {
  padding: 80px 0;
  background: linear-gradient(180deg, #FEEEEE 0%, rgba(254, 238, 238, 0.1) 100%);
}
.about-why__grid {
  align-items: center;
  gap: 4rem !important;
}
.about-why__title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--c-heading);
  margin-bottom: 1rem;
  line-height: 1.3;
}
.about-why__text {
  font-size: 0.95rem;
  color: var(--c-text);
  line-height: 1.8;
  margin-bottom: 0.75rem;
}
.about-why__highlight {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--c-heading);
  margin-bottom: 1rem;
}
.about-why__closing {
  font-size: 0.9rem;
  color: var(--c-text);
  line-height: 1.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.about-why__image-wrap {
  border-radius: 16px;
  overflow: hidden;
}
.about-why__img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

@media (max-width: 991px) {
  .about-why {
    padding: 60px 0;
  }
  .about-why__grid {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
  .about-why__image-wrap {
    order: -1;
  }
}
/* =========================================
   ABOUT US — MEET THE TEAM
   ========================================= */
.about-team {
  padding: 80px 0;
  background: #fff;
}
.about-team__header {
  text-align: center;
  margin-bottom: 3rem;
}
.about-team__section-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--c-heading);
  line-height: 1.3;
  max-width: 460px;
  margin: 0 auto;
}
.about-team__full-card {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  background: #F8F8F8;
  border-radius: 16px;
  padding: 2rem;
  margin-bottom: 1.5rem;
  align-items: flex-start;
}
.about-team__full-card__img {
  width: 200px;
  height: 200px;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
}
.about-team__full-card__body {
  flex: 1;
}
.about-team__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.about-team__grid-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 1.5rem;
}
.about-team__name {
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--c-heading);
  margin-bottom: 0.25rem;
}
.about-team__role {
  font-size: 0.85rem;
  color: var(--c-text);
  margin-bottom: 0.5rem;
}
.about-team__highlight {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  background: linear-gradient(90deg, #1D83FF 0%, #F55051 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.about-team__text {
  font-size: 0.9rem;
  color: var(--c-text);
  line-height: 1.8;
  margin-bottom: 0.5rem;
}
.about-team__text:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .about-team {
    padding: 60px 0;
  }
  .about-team__full-card {
    flex-direction: column;
  }
  .about-team__full-card__img {
    width: 100%;
    height: 220px;
  }
}
@media (max-width: 600px) {
  .about-team__grid {
    grid-template-columns: 1fr;
  }
}
/* =========================================
   ABOUT US — JOIN OUR GROWING NETWORK
   ========================================= */
.about-network {
  padding: 80px 0;
  background: linear-gradient(135deg, #1D83FF 0%, #0F4280 100%);
  text-align: center;
  position: relative;
}
.about-network::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/hospitalsbg.png");
  background-size: cover;
  pointer-events: none;
}
.about-network__title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
.about-network__subtitle {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.about-network__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
  position: relative;
  z-index: 1;
}
.about-network__card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 2rem;
  text-align: left;
  color: #fff;
}
.about-network__card-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #fff;
}
.about-network__card-title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #fff;
}
.about-network__card-desc {
  font-size: 0.875rem;
  opacity: 0.85;
  margin-bottom: 1rem;
  line-height: 1.7;
}
.about-network__card-label {
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #fff;
}
.about-network__card-email {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  padding: 0.3rem 1rem;
  font-size: 0.85rem;
  color: #fff;
  text-decoration: none;
}
.about-network__card-email:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}

@media (max-width: 991px) {
  .about-network {
    padding: 60px 0;
  }
  .about-network__cards {
    grid-template-columns: 1fr;
  }
}
/* =========================================
   ABOUT US — MOBILE 600px
   ========================================= */
@media (max-width: 600px) {
  /* ---- Building Better Access ---- */
  .about-access {
    padding: 28px 0;
  }
  .about-access__grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .about-access__title {
    font-size: 20px;
    line-height: 132%;
    margin-bottom: 11px;
  }
  .about-access__text {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 8px;
  }
  .about-access__text:last-child {
    margin-bottom: 0;
  }
  /* ---- Why We Exist ---- */
  .about-why {
    padding: 28px 0;
  }
  .about-why__grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .about-why__image-wrap {
    order: -1;
  }
  .about-why__title {
    font-size: 20px;
    line-height: 132%;
    margin-bottom: 11px;
  }
  .about-why__text {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 8px;
  }
  .about-why__highlight {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 8px;
  }
  .about-why__closing {
    font-size: 14px;
    line-height: 150%;
    margin-top: 8px;
  }
  /* ---- Meet the Team ---- */
  .about-team {
    padding: 0 0 28px;
  }
  .about-team__header {
    margin-bottom: 16px;
  }
  .about-team__section-title {
    font-size: 20px;
    line-height: 132%;
    text-align: left;
  }
  .about-team__full-card {
    flex-direction: column;
    gap: 12px;
    padding: 12px;
    margin-bottom: 12px;
    align-items: flex-start;
  }
  .about-team__full-card__img {
    max-width: 120px;
    width: 120px;
    height: auto;
    border-radius: 8px;
    flex-shrink: 0;
  }
  .about-team__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .about-team__grid-card {
    padding: 12px;
  }
  .about-team__name {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .about-team__role {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .about-team__highlight {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .about-team__text {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 4px;
  }
  .about-team__text:last-child {
    margin-bottom: 0;
  }
  /* ---- Join Our Growing Network ---- */
  .about-network {
    padding: 28px 0 28px;
    margin-bottom: 28px;
  }
  .about-network__title {
    font-size: 20px;
    line-height: 132%;
    margin-bottom: 11px;
  }
  .about-network__subtitle {
    font-size: 14px;
    line-height: 150%;
  }
  .about-network__cards {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 16px;
  }
  .about-network__card {
    padding: 16px;
  }
  .about-network__card-icon {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
  .about-network__card-icon img {
    height: 28px;
    width: auto;
  }
  .about-network__card-title {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .about-network__card-desc {
    font-size: 13px;
    line-height: 150%;
    margin-bottom: 8px;
  }
  .about-network__card-label {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .about-network__card-email {
    font-size: 13px;
    padding: 0.25rem 0.75rem;
  }
}
/* =========================================
   CSS RESET & VARIABLES
   ========================================= */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --c-primary: #e8a020;
  --c-dark: #0d1b2a;
  --c-dark2: #1a2d42;
  --c-text: #4a5568;
  --c-heading: #0d1b2a;
  --c-white: #ffffff;
  --c-light: #f7f9fc;
  --c-border: #e2e8f0;
  --font: 'Sora', 'Segoe UI', system-ui, sans-serif;
  --radius: 6px;
  --radius-lg: 12px;
  --shadow: 0 4px 24px rgba(0,0,0,.08);
  --shadow-lg: 0 12px 40px rgba(0,0,0,.14);
  --transition: .3s ease;
  --container: 1248px;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-family: var(--font);
  color: var(--c-text);
  line-height: 1.7;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.admin-bar .site-header {
  top: 32px;
}

input {
  font-family: var(--font);
}
input:playing {
  font-family: var(--font);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

/* =========================================
   TYPOGRAPHY
   ========================================= */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  color: var(--c-heading);
}

h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
}

h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

h3 {
  font-size: 1.25rem;
}

p {
  margin-bottom: 1rem;
}

.section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-primary);
  margin-bottom: 0.75rem;
}

.section-title {
  margin-bottom: 1rem;
}

.section-desc {
  color: var(--c-text);
  max-width: 560px;
}

/* =========================================
   LAYOUT UTILITIES
   ========================================= */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section {
  padding: 100px 0;
}

.section--dark {
  background: var(--c-dark);
  color: #cbd5e0;
}

.section--dark2 {
  background: var(--c-dark2);
  color: #cbd5e0;
}

.section--light {
  background: var(--c-light);
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.text-center {
  text-align: center;
}

.text-white {
  color: var(--c-white) !important;
}

/* =========================================
   BUTTONS
   ========================================= */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 22px;
  border-radius: var(--radius-lg);
  height: 48px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all var(--transition);
  border: 2px solid transparent;
  white-space: nowrap;
}
.btn--primary {
  background: var(--c-primary);
  color: var(--c-white);
  border-color: var(--c-primary);
}
.btn--primary:hover {
  background: #c8880e;
  border-color: #c8880e;
  color: #fff;
}
.btn--outline {
  background: transparent;
  color: var(--c-white);
  border-color: var(--c-white);
}
.btn--outline:hover {
  background: var(--c-white);
  color: var(--c-dark);
}
.btn--dark {
  background: var(--c-dark);
  color: var(--c-white);
  border-color: var(--c-dark);
}
.btn--dark:hover {
  background: var(--c-primary);
  border-color: var(--c-primary);
}
.btn--blue {
  background: #0d6efd;
  color: #fff;
}
.btn--blue:hover {
  background: #0b5ed7;
  color: #fff;
}
.btn--red {
  background: #fb3b49;
  color: #fff;
}
.btn--red:hover {
  background: #e3303d;
  color: #fff;
}
.btn--white {
  background: #fff;
  color: #1D83FF;
  border-color: #fff;
}
.btn--white:hover {
  background: transparent;
  color: #fff;
}
.btn--white {
  background: #fff;
  color: #0d6efd;
  border-color: var(--c-white);
}
.btn--white:hover {
  background: transparent;
  color: #fff;
}

/* =========================================
   SKIP LINK & SCREEN READER
   ========================================= */
.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  background: var(--c-primary);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: var(--radius);
  z-index: 9999;
}

.skip-link:focus {
  top: 1rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* =========================================
   HEADER & NAVIGATION
   ========================================= */
/* Secondary header bar */
.header-secondary {
  background: #f0f5ff;
  border-bottom: 1px solid #e2eaf7;
  position: sticky;
  top: 0;
  z-index: 1;
}
.header-secondary__nav {
  display: flex;
  justify-content: center;
}
.header-secondary__list {
  display: flex;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-secondary__list li a {
  display: block;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  text-decoration: none;
  transition: color var(--transition), background var(--transition);
}
.header-secondary__list li a:hover {
  background: linear-gradient(90deg, #1D83FF 0%, #F55051 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.header-secondary__list li.current-menu-item > a,
.header-secondary__list li.current_page_item > a {
  background: linear-gradient(90deg, #1D83FF 0%, #F55051 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

@media (max-width: 768px) {
  .header-secondary__list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .header-secondary__list li a {
    padding: 10px 14px;
    font-size: 13px;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
}

.header__logo-text {
  font-size: 1.5rem;
  color: var(--c-dark);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  font-family: "Segoe UI", sans-serif;
}
.header__logo-icon {
  color: var(--c-primary);
  font-size: 1.5rem;
}
.header__logo-container {
  line-height: 1.2;
}
.header__logo-title {
  color: var(--c-dark);
}
.header__logo-subtitle {
  color: #fb3b49;
  font-weight: 700;
  font-size: 0.8em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.header__cta {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.header__cta .btn {
  width: 160px;
  padding: 0;
  justify-content: center;
}
.header__cta--mobile {
  display: none;
}

.header__cta-dropdown {
  position: relative;
}

/* Mobile bar — hidden on desktop, shown in header bar on mobile */
.nav-close {
  display: none;
}

.header__cta-popup {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
  padding: 20px;
  width: 490px;
  z-index: 999;
  text-align: center;
}
.header__cta-popup::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 40px;
  width: 14px;
  height: 14px;
  background: #fff;
  transform: rotate(45deg);
  border-radius: 2px 0 0 0;
}
.header__cta-popup p {
  font-size: 18px;
  color: #000;
  opacity: 0.8;
  margin-bottom: 1.25rem;
  line-height: 1.6;
  font-weight: 400;
}
.header__cta-popup .btn {
  width: 100%;
  height: 52px;
  border-radius: 12px;
  font-size: 1rem;
}
.header__cta-popup.open {
  display: block;
}

.nav__list {
  display: flex;
  gap: 2rem;
}
.nav__list li {
  position: relative;
}
.nav__list li > a {
  color: var(--c-dark);
  font-weight: 400;
  font-size: 16px;
  transition: all var(--transition);
  text-transform: capitalize;
}
.nav__list li > a:hover {
  background: linear-gradient(90deg, #1D83FF 0%, #F55051 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.nav__list li.current-menu-item > a, .nav__list li.current_page_item > a, .nav__list li.active > a {
  background: linear-gradient(90deg, #1D83FF 0%, #F55051 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.nav__list li {
  /* Show downward arrow if it has a sub-menu */
}
.nav__list li.menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.nav__list li.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 11px;
  display: inline-block;
  transition: transform 0.3s ease;
}
.nav__list li {
  /* Rotate arrow on hover */
}
.nav__list li.menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}
.nav__list li {
  /* Sub Menu Styling */
}
.nav__list li .sub-menu {
  position: absolute;
  top: 100%;
  left: -16px;
  margin-top: 15px; /* Spacing gap from parent */
  background: #fff;
  min-width: 320px;
  padding: 8px;
  border-radius: 16px;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 100;
  /* Invisible bridge to keep hover state active smoothly */
}
.nav__list li .sub-menu::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 15px;
}
.nav__list li .sub-menu {
  /* Upward pointing UI caret */
}
.nav__list li .sub-menu::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 32px;
  width: 14px;
  height: 14px;
  background: #fff;
  transform: rotate(45deg);
  border-radius: 2px 0 0 0;
}
.nav__list li .sub-menu li {
  width: 100%;
}
.nav__list li .sub-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  border-radius: 12px;
  color: #374151;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.2s ease;
  text-decoration: none;
  /* Reset parent gradient text color constraints */
  background: transparent;
  -webkit-text-fill-color: currentcolor;
  /* Menu right-chevron > using your FontAwesome icons */
}
.nav__list li .sub-menu li a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  color: #111827;
  transition: transform 0.2s;
}
.nav__list li .sub-menu li a:hover {
  background: #eff6ff; /* Exact light blue hover color from image */
  color: #111827;
  /* Nudge chevron smoothly on hover */
}
.nav__list li .sub-menu li a:hover::after {
  transform: translateX(3px);
}
.nav__list li {
  /* Show sub-menu on hover */
}
.nav__list li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav__list.nav__listMobile {
  display: none;
}

.menu-toggle {
  display: none;
  background: transparent;
  border: none;
  color: var(--c-dark);
  font-size: 1.5rem;
  cursor: pointer;
}

/* =========================================
   HERO
   ========================================= */
.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
}
.hero-swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.hero__slide {
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0d1b2a 0%, rgba(13, 27, 42, 0.4) 100%);
  z-index: 1;
}
.hero__content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding-top: 5rem;
}
.hero__label {
  color: var(--c-primary);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  display: block;
}
.hero__title {
  color: #fff;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  margin-bottom: 1.5rem;
  line-height: 1.1;
  font-weight: 800;
}
.hero__desc {
  color: #cbd5e0;
  font-size: 1.15rem;
  margin-bottom: 2.5rem;
  max-width: 600px;
}
.hero__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  transition: all var(--transition);
}
.hero__nav:hover {
  background: var(--c-primary);
  border-color: var(--c-primary);
}
.hero__nav--prev {
  left: 2rem;
}
.hero__nav--next {
  right: 2rem;
}
.hero__dots {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.hero__dots .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 5px;
  transition: all var(--transition);
}
.hero__dots .swiper-pagination-bullet-active {
  background: var(--c-primary);
  opacity: 1;
  width: 30px;
}

/* =========================================
   ABOUT
   ========================================= */
.about__images {
  position: relative;
  padding-right: 3rem;
  padding-bottom: 3rem;
}
.about__img-main img {
  width: 100%;
  border-radius: var(--radius-lg);
  object-fit: cover;
  aspect-ratio: 4/5;
}
.about__img-secondary {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  border: 10px solid #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.about__img-secondary img {
  width: 100%;
  border-radius: calc(var(--radius-lg) - 5px);
}
.about__badge {
  position: absolute;
  top: 2rem;
  left: -2rem;
  background: var(--c-primary);
  color: #fff;
  padding: 2.5rem 2rem;
  border-radius: var(--radius-lg);
  text-align: center;
  box-shadow: var(--shadow);
  z-index: 2;
}
.about__badge-num {
  display: block;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.about__badge-text {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  max-width: 120px;
  margin: 0 auto;
}
.about__list {
  margin: 2rem 0;
}
.about__list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  color: var(--c-heading);
  font-weight: 600;
}
.about__list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--c-primary);
  position: absolute;
  left: 0;
  top: 2px;
}
.about__signature {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--c-border);
}
.about__sig-name {
  font-family: "Georgia", serif;
  font-size: 1.8rem;
  font-style: italic;
  color: var(--c-heading);
}
.about__sig-role {
  color: var(--c-primary);
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.about__video-btn {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-weight: 700;
  color: var(--c-heading);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.about__video-btn:hover {
  color: var(--c-primary);
}
.about__video-icon {
  width: 60px;
  height: 60px;
  background: var(--c-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  position: relative;
}
.about__video-icon::after {
  content: "";
  position: absolute;
  inset: -10px;
  border: 1px solid var(--c-primary);
  border-radius: 50%;
  opacity: 0.5;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/* =========================================
   SERVICES
   ========================================= */
.service-card {
  background: #fff;
  padding: 3.5rem 2.5rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  border: 2px solid transparent;
  transition: all var(--transition);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-card:hover {
  transform: translateY(-10px);
  border-color: var(--c-primary);
}
.service-card:hover .service-card__icon {
  background: var(--c-primary);
  color: #fff;
}
.service-card__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: rgba(232, 160, 32, 0.1);
  color: var(--c-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  transition: all var(--transition);
}
.service-card__title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.service-card__desc {
  margin-bottom: 1.5rem;
  flex-grow: 1;
}
.service-card__link {
  font-weight: 700;
  color: var(--c-heading);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}
.service-card__link:hover {
  color: var(--c-primary);
}

/* =========================================
   CTA BANNER
   ========================================= */
.cta-banner {
  background: var(--c-primary);
  padding: 5rem 0;
  overflow: hidden;
  position: relative;
}

.cta-banner::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -5%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.cta-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  position: relative;
  z-index: 2;
}

.cta-banner__title {
  color: #fff;
  margin: 0;
  flex: 1;
  font-size: 2.5rem;
  font-weight: 800;
  max-width: 700px;
}

/* =========================================
   WHY US
   ========================================= */
.why__images {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 2rem;
}
.why__img-main img {
  width: 100%;
  border-radius: var(--radius-lg);
  object-fit: cover;
  aspect-ratio: 3/4;
}
.why__img-float {
  position: absolute;
  bottom: 10%;
  left: -3rem;
  width: 55%;
  padding: 12px;
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.why__img-float img {
  width: 100%;
  border-radius: calc(var(--radius-lg) - 6px);
}
.why__features {
  display: grid;
  gap: 2rem;
  margin-top: 2.5rem;
}
.why__feature {
  display: flex;
  gap: 1.5rem;
}
.why__feature-icon {
  width: 70px;
  height: 70px;
  background: var(--c-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: var(--c-primary);
  flex-shrink: 0;
  transition: all var(--transition);
}
.why__feature:hover .why__feature-icon {
  background: var(--c-primary);
  color: #fff;
  transform: scale(1.1);
}
.why__feature-title {
  font-weight: 700;
  color: var(--c-heading);
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

/* =========================================
   COUNTERS
   ========================================= */
.counters {
  padding: 80px 0;
}

.counters__grid {
  text-align: center;
}

.counter-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.counter-card__num {
  font-size: 4rem;
  font-weight: 900;
  color: var(--c-primary);
  line-height: 1;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.counter-card__num .suffix {
  font-size: 2.5rem;
}

.counter-card__label {
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.8);
}

/* =========================================
   PROJECTS
   ========================================= */
.project-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 100%;
}
.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  aspect-ratio: 1/1;
}
.project-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(13, 27, 42, 0.9) 0%, transparent 60%);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transition: opacity var(--transition);
}
.project-card__cat {
  color: var(--c-primary);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
  transform: translateY(20px);
  transition: transform 0.4s ease;
  letter-spacing: 0.05em;
}
.project-card__title {
  color: #fff;
  font-size: 1.5rem;
  margin: 0;
  transform: translateY(20px);
  transition: transform 0.4s ease 0.1s;
}
.project-card:hover img {
  transform: scale(1.1);
}
.project-card:hover .project-card__overlay {
  opacity: 1;
}
.project-card:hover .project-card__cat, .project-card:hover .project-card__title {
  transform: translateY(0);
}

/* =========================================
   TEAM
   ========================================= */
.team-card {
  text-align: center;
}
.team-card__img-wrap {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 1.5rem;
  border: 1px solid var(--c-border);
}
.team-card__img-wrap img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  transition: transform 0.5s ease;
  filter: grayscale(100%);
}
.team-card__socials {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(13, 27, 42, 0.8) 0%, transparent 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1rem;
  padding-bottom: 2rem;
  opacity: 0;
  transform: translateY(20px);
  transition: all var(--transition);
}
.team-card__socials a {
  width: 45px;
  height: 45px;
  background: #fff;
  color: var(--c-heading);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition);
  font-size: 1.25rem;
}
.team-card__socials a:hover {
  background: var(--c-primary);
  color: #fff;
  transform: translateY(-3px);
}
.team-card__name {
  font-size: 1.4rem;
  margin-bottom: 0.25rem;
  font-weight: 800;
}
.team-card__role {
  color: var(--c-primary);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}
.team-card:hover .team-card__img-wrap img {
  transform: scale(1.05);
  filter: grayscale(0%);
}
.team-card:hover .team-card__socials {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================
   TESTIMONIALS
   ========================================= */
.testimonials-swiper {
  padding-bottom: 3rem;
}

.testimonial-card {
  background: var(--c-white);
  padding: 3rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  position: relative;
  height: 100%;
  border: 1px solid var(--c-border);
}

.testimonial-card__quote {
  position: absolute;
  top: 1rem;
  right: 2rem;
  font-family: "Times New Roman", serif;
  font-size: 8rem;
  color: rgba(232, 160, 32, 0.1);
  line-height: 1;
}

.testimonial-card__stars {
  color: var(--c-primary);
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

.testimonial-card__text {
  font-size: 1.15rem;
  font-style: italic;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 2;
  line-height: 1.8;
}

.testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}

.testimonial-card__author img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-card__name {
  font-weight: 800;
  color: var(--c-heading);
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
}

.testimonial-card__company {
  font-size: 0.95rem;
  color: var(--c-primary);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.testimonials-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--c-text);
  opacity: 0.3;
}

.testimonials-pagination .swiper-pagination-bullet-active {
  background: var(--c-primary);
  opacity: 1;
  width: 30px;
  border-radius: 5px;
}

/* =========================================
   CONTACT
   ========================================= */
.contact__form-wrap {
  background: #fff;
  padding: 3rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.contact__form-title {
  margin-bottom: 2rem;
  font-size: 2rem;
}

.contact__image {
  height: 100%;
  min-height: 400px;
}

.contact__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-lg);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  font-weight: 600;
  color: var(--c-heading);
  margin-bottom: 0.5rem;
}

.form-group label span {
  color: red;
}

.form-group input, .form-group select, .form-group textarea {
  width: 100%;
  padding: 1rem 1.25rem;
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  font-family: inherit;
  font-size: 1rem;
  color: var(--c-heading);
  background: var(--c-light);
  transition: all var(--transition);
}

.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none;
  border-color: var(--c-primary);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(232, 160, 32, 0.1);
}

.form-group textarea {
  height: 150px;
  resize: vertical;
}

/* =========================================
   BLOG
   ========================================= */
.blog-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform var(--transition);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-card:hover {
  transform: translateY(-5px);
}
.blog-card__img {
  display: block;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.blog-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.blog-card:hover .blog-card__img img {
  transform: scale(1.05);
}
.blog-card__body {
  padding: 2.5rem;
  border: 1px solid var(--c-border);
  border-top: none;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  color: var(--c-text);
  font-weight: 500;
}
.blog-card__meta span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.blog-card__meta i {
  color: var(--c-primary);
}
.blog-card__title {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}
.blog-card__title a {
  transition: color var(--transition);
}
.blog-card__title a:hover {
  color: var(--c-primary);
}
.blog-card__link {
  font-weight: 700;
  color: var(--c-heading);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  margin-top: auto;
}
.blog-card__link:hover {
  color: var(--c-primary);
}

/* =========================================
   MAP & CONTACT INFO
   ========================================= */
.map-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.map-contact__map iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: block;
}

.map-contact__info {
  background: var(--c-dark);
  padding: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.5rem;
}

.contact-info-item {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.contact-info-item__icon {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: var(--c-primary);
  flex-shrink: 0;
  transition: all var(--transition);
}

.contact-info-item:hover .contact-info-item__icon {
  background: var(--c-primary);
  color: #fff;
  transform: scale(1.1);
}

.contact-info-item__label {
  font-size: 0.95rem;
  color: #cbd5e0;
  margin-bottom: 0.25rem;
  font-weight: 500;
}

.contact-info-item__value {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  transition: color var(--transition);
}

.contact-info-item__value:hover {
  color: var(--c-primary);
}

/* =========================================
   DEFAULT PAGE TEMPLATE
   ========================================= */
.content-area {
  padding: 60px 20px 80px;
  max-width: 860px;
  margin: 0 auto;
}

.single-post-header {
  margin-bottom: 2rem;
}
.single-post-header .entry-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--c-dark);
  line-height: 1.2;
}

.single-post-thumbnail {
  margin-bottom: 2rem;
  border-radius: 12px;
  overflow: hidden;
}
.single-post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.entry-content {
  font-size: 1rem;
  line-height: 1.8;
  color: #374151;
}
.entry-content p {
  margin-bottom: 1.25rem;
}
.entry-content h2, .entry-content h3, .entry-content h4 {
  font-weight: 700;
  color: var(--c-dark);
  margin: 2rem 0 0.75rem;
}
.entry-content a {
  color: var(--c-primary);
  text-decoration: underline;
}
.entry-content ul, .entry-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
}
.entry-content ul li, .entry-content ol li {
  margin-bottom: 0.4rem;
}
.entry-content img {
  max-width: 100%;
  border-radius: 8px;
}

/* =========================================
   FOOTER
   ========================================= */
.site-footer {
  background: #0d1117;
  color: #8b9ab0;
  padding: 4rem 0 0;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1.1fr 1.1fr 1.3fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.footer {
  /* ---- Brand column ---- */
}
.footer__col--brand {
  display: flex;
  flex-direction: column;
}
.footer {
  /* Text-based logo fallback — matches header style */
}
.footer__logo-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  margin-bottom: 1.25rem;
}
.footer__logo-link .custom-logo, .footer__logo-link img {
  max-height: 52px;
  width: auto;
  display: block;
}
.footer__logo-img {
  max-height: 52px;
  width: auto;
}
.footer__logo-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
}
.footer__logo-icon img {
  width: 44px;
  height: auto;
}
.footer__logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.footer__logo-text strong {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0;
}
.footer__logo-text em {
  color: #fb3b49;
  font-style: normal;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.footer__desc {
  font-size: 0.875rem;
  color: #8b9ab0;
  line-height: 1.7;
  margin: 0;
  max-width: 210px;
}
.footer {
  /* ---- Column headings ---- */
}
.footer__col-title {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 1.1rem;
}
.footer__col-title--follow {
  margin-top: 1.75rem;
}
.footer {
  /* ---- Nav links (manual + wp_nav_menu) ---- */
}
.footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.footer__links li a {
  color: #8b9ab0;
  font-size: 0.875rem;
  transition: color var(--transition);
}
.footer__links li a:hover {
  color: #fff;
}
.footer {
  /* ---- Social icons — 2 rows of 4 ---- */
}
.footer__socials {
  display: grid;
  grid-template-columns: repeat(4, 34px);
  gap: 0.45rem;
}
.footer__social {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  color: #fff;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.footer__social:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}
.footer__social--facebook {
  background: #1877f2;
}
.footer__social--instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.footer__social--twitter {
  background: #1a1a1a;
}
.footer__social--linkedin {
  background: #0a66c2;
}
.footer__social--reddit {
  background: #ff4500;
}
.footer__social--tiktok {
  background: #1a1a1a;
}
.footer__social--youtube {
  background: #ff0000;
}
.footer__social--snapchat {
  background: #fffc00;
  color: #000;
}
.footer {
  /* ---- Contact list ---- */
}
.footer__contact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.footer__contact li {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.footer__contact-icon {
  width: 38px;
  height: 38px;
  background: #1c2535;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8b9ab0;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.footer__contact-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.footer__contact-info small {
  font-size: 0.72rem;
  color: #5a6a7a;
  line-height: 1;
}
.footer__contact-info strong {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
}
.footer__contact-info strong a {
  color: #fff;
  text-decoration: none;
  transition: color var(--transition);
}
.footer__contact-info strong a:hover {
  color: #0d6efd;
}
.footer {
  /* ---- Bottom bar ---- */
}
.footer__bottom {
  padding: 1.4rem 0;
}
.footer__bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.footer__bottom-inner p {
  margin: 0;
  font-size: 0.8rem;
  color: #5a6a7a;
}
.footer__bottom-links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.8rem;
}
.footer__bottom-links a {
  color: #8b9ab0;
  text-decoration: none;
  transition: color var(--transition);
}
.footer__bottom-links a:hover {
  color: #fff;
}
.footer__bottom-links span {
  color: #2a3a4a;
}

/* wp_nav_menu wraps links in <ul class="footer__links menu"> */
.footer__links.menu {
  margin: 0;
}

.footer-nav {
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.footer-nav a:hover {
  color: var(--c-primary);
}

/* =========================================
   MODAL
   ========================================= */
.video-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 2rem;
}

.video-modal.active {
  opacity: 1;
  visibility: visible;
}

.video-modal__inner {
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16/9;
  position: relative;
}

.video-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 2.5rem;
  cursor: pointer;
}

.video-modal iframe {
  width: 100%;
  height: 100%;
}

/* =========================================
   RESPONSIVE LAYOUT
   ========================================= */
@media (max-width: 1200px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.2rem;
  }
  .about__images {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media (max-width: 991px) {
  body.admin-bar .site-header {
    top: 0;
  }
  .site-header {
    position: relative;
    z-index: 400;
  }
  /* Overlay — covers page but not the drawer */
  .nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 280px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 600;
  }
  .nav-overlay.open {
    display: block;
  }
  /* Side drawer */
  .header__nav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100vh;
    background: var(--c-dark);
    padding: 5rem 2rem 2rem;
    box-shadow: var(--shadow-lg);
    z-index: 700;
    overflow: auto;
    transform: translateX(100%);
    transition: transform var(--transition);
  }
  .header__nav.open {
    transform: translateX(0);
  }
  .nav__list {
    flex-direction: column;
    gap: 1.5rem;
  }
  .nav__list li > a {
    color: #fff;
  }
  /* Mobile sub-menu — inline, no absolute positioning */
  .nav__list li.menu-item-has-children > a::after {
    display: inline-block;
    transition: transform var(--transition);
  }
  .nav__list li.menu-item-has-children.open > a::after {
    transform: rotate(180deg);
  }
  .nav__list li .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.05);
    border-radius: var(--radius);
    margin-top: 0.5rem;
    padding: 0.5rem;
    min-width: unset;
    display: none;
  }
  .nav__list li .sub-menu::before, .nav__list li .sub-menu::after {
    display: none;
  }
  .nav__list li .sub-menu li a {
    color: #cbd5e0;
    font-size: 14px;
    padding: 10px 12px;
  }
  .nav__list li .sub-menu li a::after {
    display: none;
  }
  .nav__list li .sub-menu li a:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
  }
  .nav__list li.menu-item-has-children.open > .sub-menu {
    display: flex;
  }
  /* Toggle stays above everything */
  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #F8F8F8;
    border: none;
    border: 1.5px solid rgba(238, 238, 238, 0.2);
    cursor: pointer;
    color: var(--c-dark);
    font-size: 1.1rem;
    flex-shrink: 0;
  }
  .menu-toggle i {
    display: flex;
    flex-direction: column;
    gap: 4px;
    pointer-events: none;
  }
  .menu-toggle[aria-expanded=true] {
    color: #fb3b49;
  }
  .menu-toggle__bars {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    pointer-events: none;
  }
  .menu-toggle__bars span {
    display: block;
    height: 0;
    border: 2px solid var(--c-dark);
    border-radius: 99px;
    display: block;
    background: var(--c-dark);
    transition: width 0.3s ease;
  }
  .menu-toggle__bars span:nth-child(1) {
    width: 14px;
  }
  .menu-toggle__bars span:nth-child(2) {
    width: 20px;
  }
  .menu-toggle__bars span:nth-child(3) {
    width: 14px;
    margin-right: auto;
  }
  .menu-toggle[aria-expanded=true] .menu-toggle__bars span {
    background: #fb3b49;
  }
  /* Request a Study + toggle grouped on right of header bar */
  .header__mobile-right {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
  }
  /* Close button inside drawer */
  .nav-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 1.1rem;
    cursor: pointer;
  }
  .nav-close:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  .admin-bar .nav-close {
    top: 35px;
  }
  /* Show CTA buttons inside mobile menu */
  .header__cta--desktop {
    display: none;
  }
  .header__cta--mobile {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header__cta--mobile .btn {
    width: 100%;
    justify-content: center;
  }
  .grid-2 {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .about__images {
    margin-bottom: 4rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 2rem;
  }
  .about__badge {
    left: 0;
    top: -2rem;
  }
  .why__images {
    margin-top: 3rem;
    padding-left: 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .why__img-float {
    left: 50%;
    transform: translateX(-50%);
    bottom: -3rem;
  }
  .cta-banner__inner {
    flex-direction: column;
    text-align: center;
  }
  .cta-banner__title {
    font-size: 2rem;
    text-align: center;
  }
  .map-contact {
    grid-template-columns: 1fr;
  }
  .map-contact__info {
    padding: 4rem 2rem;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  body.admin-bar .site-header.scrolled {
    top: 0;
  }
  .grid-4, .grid-3 {
    grid-template-columns: 1fr;
  }
  .footer__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .footer__bottom-inner {
    flex-direction: column;
    text-align: center;
  }
  .footer-nav {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
  .section {
    padding: 80px 0;
  }
  .hero__title {
    font-size: 2.5rem;
  }
  .hero__desc {
    font-size: 1rem;
  }
  .hero__content {
    padding-top: 0;
  }
  .about__badge-num {
    font-size: 2.5rem;
  }
  .about__img-secondary {
    width: 50%;
  }
  .contact__form-wrap {
    padding: 2rem 1.5rem;
  }
  .counters {
    padding: 60px 0;
  }
}
@media (max-width: 600px) {
  .grid-2 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  /* Default page */
  .content-area {
    padding: 40px 16px 60px;
  }
  .single-post-header .entry-title {
    font-size: 1.75rem;
  }
  /* Buttons full width on small screens */
  .cta-banner__inner {
    flex-direction: column;
    gap: 1.5rem;
  }
  .cta-banner .btn {
    width: 100%;
    justify-content: center;
  }
  /* Map contact stack */
  .map-contact__info {
    padding: 3rem 1.5rem;
  }
  .header__logo {
    max-width: 159px;
  }
  .header-secondary {
    display: none;
  }
  .container {
    padding: 0 1rem;
  }
  .btn {
    height: 44px;
  }
  .site-footer {
    padding: 28px 0;
  }
  .site-footer .footer__grid {
    gap: 0 !important;
    padding-bottom: 32px;
  }
  .site-footer .footer__col {
    margin-bottom: 28px;
  }
  .site-footer .footer__col:last-child {
    margin-bottom: 0;
  }
  .site-footer .footer__col a img {
    max-width: 159px;
    height: auto;
  }
  .site-footer .footer__col h4 {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 10px;
  }
  .site-footer .footer__col ul {
    gap: 8;
  }
  .site-footer .footer__col ul li {
    font-size: 14px;
    line-height: 150%;
  }
  .site-footer .footer__col .footer__socials {
    grid-template-columns: repeat(8, 34px);
    justify-content: space-between;
  }
  .site-footer .footer__bottom {
    padding: 20px 0 0;
  }
  .site-footer .footer__bottom .footer__bottom-inner {
    text-align: left;
    align-items: flex-start;
  }
  .nav__list.nav__listMobile {
    display: flex;
    margin-top: 1.5rem;
  }
  .mt {
    margin-top: 0 !important;
  }
  .mb {
    margin-bottom: 0 !important;
  }
  .pt {
    padding-top: 0 !important;
  }
  .pb {
    padding-bottom: 0 !important;
  }
}

/*# sourceMappingURL=main.css.map */
