/* International Health Tourism / International Patients */
.iht {
  --iht-ivory: #f6f1e8;
  --iht-ivory-2: #efe8db;
  --iht-navy: #0c1f35;
  --iht-navy-deep: #071422;
  --iht-char: #1c2a3a;
  --iht-muted: #5a6d7d;
  --iht-gold: #b8954a;
  --iht-gold-soft: rgba(184, 149, 74, 0.16);
  --iht-line: rgba(12, 31, 53, 0.1);
  color: var(--iht-char);
  background: var(--iht-ivory);
}
.iht a:focus-visible,
.iht button:focus-visible,
.iht summary:focus-visible,
.iht input:focus-visible,
.iht textarea:focus-visible,
.iht select:focus-visible {
  outline: 2px solid var(--iht-gold);
  outline-offset: 3px;
}

.iht-hero {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--iht-ivory);
  min-height: min(78vh, 720px);
}
@media (min-width: 980px) {
  .iht-hero { grid-template-columns: minmax(22rem, 0.92fr) 1.08fr; min-height: min(82vh, 760px); }
}
.iht-hero__copy {
  padding: clamp(2.2rem, 5vw, 4.5rem) clamp(1.5rem, 4vw, 3.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 40rem;
}
.iht-kicker {
  margin: 0 0 1rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--iht-gold);
}
.iht-hero h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.15rem, 4.6vw, 3.55rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--iht-navy);
  margin: 0;
}
.iht-hero__sub {
  margin: 0.85rem 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  font-weight: 500;
  font-style: italic;
  color: var(--iht-navy-deep);
  line-height: 1.3;
}
.iht-hero__lead {
  margin: 1.15rem 0 0;
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--iht-muted);
  max-width: 36rem;
}
.iht-hero__specs {
  margin: 1.15rem 0 0;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  color: var(--iht-navy);
  line-height: 1.55;
}
.iht-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}
.iht-hero__trust {
  margin: 1.25rem 0 0;
  font-size: 0.86rem;
  color: var(--iht-muted);
  max-width: 34rem;
}
.iht-hero__visual {
  position: relative;
  min-height: 16rem;
  background: #0b1522;
}
.iht-hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% 18%;
}
@media (min-width: 980px) {
  .iht-hero__visual { min-height: 100%; }
}

.iht-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3rem;
  padding: 0.85rem 1.35rem;
  text-decoration: none;
  font-weight: 650;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.iht-btn--gold {
  background: var(--iht-navy);
  color: #fff;
  border-color: var(--iht-navy);
}
.iht-btn--gold:hover { background: #143052; }
.iht-btn--ghost {
  background: transparent;
  color: var(--iht-navy);
  border-color: rgba(12, 31, 53, 0.28);
}
.iht-btn--ghost:hover { border-color: var(--iht-gold); color: var(--iht-navy-deep); }
.iht-btn--light {
  background: #fff;
  color: var(--iht-navy);
  border-color: #fff;
}
.iht-btn--light:hover { background: var(--iht-ivory); }
.iht-btn--outline-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.45);
}
.iht-btn--outline-light:hover { border-color: var(--iht-gold); color: #fff; }

.iht-wrap { max-width: 72rem; margin: 0 auto; padding: 0 1.5rem; }
.iht-sec { padding: clamp(3.2rem, 6.5vw, 5.4rem) 0; }
.iht-sec--ivory { background: var(--iht-ivory); }
.iht-sec--white { background: #fff; }
.iht-sec--navy { background: var(--iht-navy-deep); color: #fff; }
.iht-h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  font-weight: 600;
  color: var(--iht-navy);
  letter-spacing: -0.02em;
  margin: 0 0 1.1rem;
  line-height: 1.15;
}
.iht-sec--navy .iht-h2 { color: #fff; }
.iht-lead { margin: 0 0 1rem; color: var(--iht-muted); font-size: 1.02rem; max-width: 46rem; line-height: 1.75; }
.iht-sec--navy .iht-lead { color: rgba(255,255,255,0.78); }
.iht-prose p { margin: 0 0 1rem; line-height: 1.75; color: var(--iht-char); max-width: 46rem; }
.iht-prose p:last-child { margin-bottom: 0; }

.iht-auth {
  display: grid;
  gap: 2rem;
  align-items: start;
}
@media (min-width: 880px) {
  .iht-auth { grid-template-columns: 0.85fr 1.15fr; gap: 2.5rem; }
}
.iht-logo-panel {
  background: #000;
  padding: 1.25rem 1.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iht-logo-panel img {
  display: block;
  width: min(100%, 280px);
  height: auto;
}
.iht-cert a { display: block; }
.iht-cert img {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  border: 1px solid var(--iht-line);
  box-shadow: 0 18px 40px -20px rgba(7, 20, 34, 0.28);
}
.iht-cert__open {
  display: inline-flex;
  margin-top: 0.75rem;
  font-size: 0.86rem;
  color: var(--iht-navy);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.iht-steps {
  display: grid;
  gap: 1.25rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 900px) {
  .iht-steps {
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
  }
}
.iht-step {
  position: relative;
  padding: 0 0 0 3.2rem;
}
@media (min-width: 900px) {
  .iht-step {
    padding: 0 1.1rem 0 0;
    border-top: 1px solid var(--iht-gold-soft);
    padding-top: 1.35rem;
  }
  .iht-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 1.1rem;
    height: 1px;
    background: var(--iht-gold);
  }
}
.iht-step__n {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
  color: var(--iht-gold);
  font-weight: 600;
}
@media (min-width: 900px) {
  .iht-step__n { position: static; display: block; margin-bottom: 0.55rem; }
}
.iht-step h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  color: var(--iht-navy);
}
.iht-step p { margin: 0; font-size: 0.9rem; color: var(--iht-muted); line-height: 1.55; }
.iht-step i { color: var(--iht-gold); margin-right: 0.35rem; font-size: 0.85rem; }

.iht-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1.75rem;
}
@media (min-width: 720px) { .iht-cards { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1080px) { .iht-cards { grid-template-columns: 1fr 1fr 1fr; } }
.iht-card {
  background: #fff;
  border: 1px solid var(--iht-line);
  padding: 1.35rem 1.3rem 1.2rem;
}
.iht-sec--white .iht-card { background: var(--iht-ivory); }
.iht-card h3 {
  margin: 0 0 0.55rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--iht-navy);
}
.iht-card p { margin: 0 0 1rem; color: var(--iht-muted); font-size: 0.95rem; line-height: 1.6; }
.iht-card a {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--iht-navy);
  text-decoration: none;
  border-bottom: 1px solid var(--iht-gold);
  padding-bottom: 0.12rem;
}
.iht-card a:hover { color: var(--iht-gold); }

.iht-why {
  display: grid;
  gap: 2rem;
  align-items: start;
}
@media (min-width: 900px) { .iht-why { grid-template-columns: 0.82fr 1.18fr; gap: 3rem; } }
.iht-why__photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 38% 12%;
}
.iht-why__list { display: grid; gap: 1.15rem; }
.iht-why__list h3 {
  margin: 0 0 0.25rem;
  font-size: 1.02rem;
  color: var(--iht-navy);
}
.iht-why__list p { margin: 0; color: var(--iht-muted); font-size: 0.94rem; line-height: 1.6; }
.iht-why__bio { margin-top: 1.5rem; }

.iht-direct {
  background:
    linear-gradient(180deg, rgba(184,149,74,0.08), transparent 40%),
    var(--iht-navy);
  color: #fff;
}
.iht-quote {
  margin: 1.5rem 0 0;
  padding-left: 1.15rem;
  border-left: 2px solid var(--iht-gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  font-style: italic;
  line-height: 1.4;
  color: #fff;
  max-width: 38rem;
}

.iht-journey { display: grid; gap: 1rem; margin-top: 1.6rem; }
@media (min-width: 800px) { .iht-journey { grid-template-columns: 1fr 1fr; } }
.iht-jcard {
  border-top: 2px solid var(--iht-gold);
  background: #fff;
  padding: 1.3rem 1.25rem;
}
.iht-jcard h3 {
  margin: 0 0 0.45rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.28rem;
  color: var(--iht-navy);
}
.iht-jcard p { margin: 0; color: var(--iht-muted); font-size: 0.94rem; line-height: 1.6; }

.iht-ist {
  background:
    linear-gradient(180deg, #0a1624 0%, #12253c 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.iht-ist::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  background:
    linear-gradient(180deg, transparent, rgba(7,20,34,0.55)),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(184,149,74,0.08) 18px 19px);
  pointer-events: none;
}
.iht-ist .iht-wrap { position: relative; z-index: 1; max-width: 44rem; }

.iht-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem 1rem;
  margin-top: 1.6rem;
}
@media (min-width: 760px) { .iht-form-grid { grid-template-columns: 1fr 1fr; } }
.iht-field { display: flex; flex-direction: column; gap: 0.35rem; min-width: 0; }
.iht-field--full { grid-column: 1 / -1; }
.iht-field label { font-size: 0.78rem; letter-spacing: 0.04em; text-transform: uppercase; color: rgba(255,255,255,0.72); }
.iht-field input,
.iht-field textarea,
.iht-field select {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.06);
  color: #fff;
  font: inherit;
  font-size: 0.95rem;
  padding: 0.7rem 0.8rem;
  min-height: 2.7rem;
}
.iht-field textarea { min-height: 6.2rem; resize: vertical; }
.iht-field input::placeholder,
.iht-field textarea::placeholder { color: rgba(255,255,255,0.35); }
.iht-hint { margin: 0; font-size: 0.82rem; color: rgba(255,255,255,0.58); line-height: 1.5; }
.iht-radios { display: flex; gap: 1.1rem; align-items: center; min-height: 2.7rem; }
.iht-radios label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.92rem;
  color: #fff;
  cursor: pointer;
}
.iht-consent {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.86);
  line-height: 1.5;
}
.iht-consent input { margin-top: 0.25rem; }
.iht-form-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.iht-fine { margin: 1rem 0 0; font-size: 0.82rem; color: rgba(255,255,255,0.58); line-height: 1.55; }
.iht-status { margin: 0.85rem 0 0; font-weight: 600; }
.iht-status.is-ok { color: #b8e0c4; }
.iht-status.is-err { color: #f0c2c2; }
.iht-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.iht-faq { display: grid; gap: 0.55rem; margin-top: 1.5rem; }
.iht-faq details {
  border-bottom: 1px solid var(--iht-line);
  padding: 0.35rem 0 0.7rem;
}
.iht-faq summary {
  cursor: pointer;
  list-style: none;
  font-weight: 650;
  color: var(--iht-navy);
  padding: 0.55rem 1.6rem 0.55rem 0;
  position: relative;
}
.iht-faq summary::-webkit-details-marker { display: none; }
.iht-faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0.45rem;
  color: var(--iht-gold);
  font-size: 1.15rem;
}
.iht-faq details[open] summary::after { content: "–"; }
.iht-faq p {
  margin: 0 0 0.4rem;
  color: var(--iht-muted);
  max-width: 46rem;
  line-height: 1.7;
}

.iht-final { text-align: left; }
.iht-hope {
  margin: 1.6rem 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--iht-gold);
}

@media (max-width: 720px) {
  .iht-btn { width: 100%; }
  .iht-hero__copy { padding-top: 1.6rem; }
}
