/* Home landing — navy + gold editorial (Playfair / Plus Jakarta) */

.home-landing {
  --hl-navy-950: #041c3f;
  --hl-navy-900: #0a2650;
  --hl-navy-800: #123568;
  --hl-navy-700: #1d4483;
  --hl-gold-700: #a97f28;
  --hl-gold-500: #c9a24a;
  --hl-gold-300: #e8c877;
  --hl-gold-200: #f2ddab;
  --hl-cream: #faf7f1;
  --hl-paper: #ffffff;
  --hl-ink: #0b1730;
  --hl-ink-soft: #4b5872;
  --hl-line: rgba(11, 23, 48, 0.1);
  --hl-shadow-soft: 0 24px 60px -24px rgba(4, 28, 63, 0.35);
  --hl-shadow-gold: 0 10px 30px -8px rgba(169, 127, 40, 0.45);
  --hl-font-display: 'Playfair Display', Georgia, serif;
  --hl-font-body: 'Plus Jakarta Sans', 'Source Sans 3', sans-serif;
  --hl-container: 1220px;
  font-family: var(--hl-font-body);
  color: var(--hl-ink);
  background: var(--hl-paper);
}

[data-theme='dark'] .home-landing {
  --hl-cream: #0a1628;
  --hl-paper: #050b14;
  --hl-ink: #f3f6fb;
  --hl-ink-soft: #a8b6c8;
  --hl-line: rgba(255, 255, 255, 0.1);
}

body[data-page='home'] .bg-orbs {
  display: none;
}

body[data-page='home'] {
  background: var(--hl-paper, #fff);
}

[data-theme='dark'] body[data-page='home'] {
  background: var(--bg);
}

.home-landing .hl-wrap {
  max-width: var(--hl-container);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 32px);
}

.home-landing h1,
.home-landing h2,
.home-landing h3 {
  font-family: var(--hl-font-display);
  color: var(--hl-ink);
}

/* Eyebrow */
.home-landing .hl-eyebrow {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hl-ink-soft);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.home-landing .hl-eyebrow::before {
  content: '';
  width: 26px;
  height: 2px;
  background: var(--hl-gold-500);
  flex-shrink: 0;
}

.home-landing .hl-eyebrow--on-dark {
  color: var(--hl-gold-300);
}

.home-landing .hl-sec-head {
  max-width: 640px;
  margin-bottom: 52px;
}

.home-landing .hl-sec-head--center {
  margin-inline: auto;
  text-align: center;
}

.home-landing .hl-sec-head h2 {
  font-size: clamp(1.9rem, 3.3vw, 2.7rem);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -0.01em;
}

.home-landing .hl-sec-head--on-dark h2 {
  color: #fff;
}

.home-landing .hl-sec-sub {
  margin-top: 16px;
  color: var(--hl-ink-soft);
  font-size: 16.5px;
  max-width: 56ch;
  line-height: 1.6;
}

.home-landing .hl-sec-head--center .hl-sec-sub {
  margin-inline: auto;
}

.home-landing .hl-sec-head--on-dark .hl-sec-sub {
  color: rgba(255, 255, 255, 0.72);
}

.home-landing section {
  padding-block: clamp(64px, 9vw, 116px);
}

/* Buttons */
.home-landing .hl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.01em;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.home-landing .hl-btn--lg {
  padding: 16px 32px;
  font-size: 16px;
}

.home-landing .hl-btn--primary {
  background: linear-gradient(135deg, var(--hl-gold-200), var(--hl-gold-500) 55%, var(--hl-gold-700));
  color: var(--hl-navy-950);
  box-shadow: var(--hl-shadow-gold);
}

.home-landing .hl-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px -10px rgba(169, 127, 40, 0.55);
}

.home-landing .hl-btn--outline-light {
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

.home-landing .hl-btn--outline-light:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: #fff;
  transform: translateY(-2px);
}

.home-landing .hl-btn--whatsapp {
  background: #25d366;
  color: #fff;
  box-shadow: 0 10px 28px -8px rgba(37, 211, 102, 0.55);
}

.home-landing .hl-btn--whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px -8px rgba(37, 211, 102, 0.65);
}

.home-landing .hl-icon {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: inline-block;
  flex-shrink: 0;
}

/* Hero */
.home-landing .hl-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding-top: clamp(56px, 9vw, 84px);
  padding-bottom: clamp(64px, 9vw, 100px);
  background:
    radial-gradient(1px 1px at center, rgba(255, 255, 255, 0.16) 1px, transparent 1.6px) 0 0 / 28px 28px,
    radial-gradient(120% 100% at 12% 0%, var(--hl-navy-700) 0%, var(--hl-navy-900) 48%, var(--hl-navy-950) 100%);
}

.home-landing .hl-hero__inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.home-landing .hl-hero__content {
  max-width: 560px;
}

.home-landing .hl-hero__title {
  font-weight: 800;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.07;
  letter-spacing: -0.01em;
  color: #fff;
  margin-top: 6px;
}

.home-landing .hl-hero__title .accent {
  display: block;
  background: linear-gradient(90deg, var(--hl-gold-200), var(--hl-gold-500) 75%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-landing .hl-hero__sub {
  margin-top: 22px;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  max-width: 52ch;
}

.home-landing .hl-hero__sub strong {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 700;
}

.home-landing .hl-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.home-landing .hl-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  padding: 12px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 13.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.home-landing .hl-hero__pill .hl-icon {
  color: var(--hl-gold-300);
  font-size: 17px;
}

.home-landing .hl-hero__svg {
  width: 100%;
  height: auto;
  max-width: 560px;
  margin-inline: auto;
  display: block;
}

/* Trust */
.home-landing .hl-trust {
  background: var(--hl-navy-950);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
}

.home-landing .hl-trust__head {
  text-align: center;
  margin-bottom: 44px;
}

.home-landing .hl-trust__head h2 {
  color: #fff;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 700;
}

.home-landing .hl-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  overflow: hidden;
}

.home-landing .hl-trust__item {
  background: var(--hl-navy-950);
  padding: 34px 26px;
  text-align: center;
}

.home-landing .hl-trust__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(201, 162, 74, 0.12);
  border: 1px solid rgba(201, 162, 74, 0.35);
  color: var(--hl-gold-300);
  font-size: 24px;
  margin-bottom: 18px;
}

.home-landing .hl-trust__item h3 {
  font-size: 16.5px;
  font-weight: 700;
  color: #fff;
  font-family: var(--hl-font-body);
  margin-bottom: 8px;
}

.home-landing .hl-trust__item p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.6;
}

/* Services */
.home-landing .hl-services {
  background: var(--hl-cream);
}

.home-landing .hl-services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 22px;
}

.home-landing .hl-svc-card {
  background: var(--hl-paper);
  border: 1px solid var(--hl-line);
  border-radius: 20px;
  padding: 30px 26px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.home-landing .hl-svc-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--hl-shadow-soft);
  border-color: transparent;
}

.home-landing .hl-svc-card__icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--hl-navy-800), var(--hl-navy-950));
  color: var(--hl-gold-300);
  font-size: 25px;
  margin-bottom: 20px;
}

[data-theme='dark'] .home-landing .hl-svc-card__icon {
  background: linear-gradient(135deg, var(--hl-navy-700), var(--hl-navy-900));
}

.home-landing .hl-svc-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--hl-ink);
  margin-bottom: 10px;
  font-family: var(--hl-font-body);
}

.home-landing .hl-svc-card p {
  font-size: 14.5px;
  color: var(--hl-ink-soft);
  line-height: 1.6;
  margin: 0;
}

/* Process */
.home-landing .hl-process {
  background: var(--hl-paper);
}

.home-landing .hl-process__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.home-landing .hl-process__grid::before {
  content: '';
  position: absolute;
  top: 32px;
  left: 12.5%;
  right: 12.5%;
  height: 0;
  border-top: 2px dashed var(--hl-gold-500);
  opacity: 0.55;
}

.home-landing .hl-process__step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}

.home-landing .hl-process__num {
  position: relative;
  z-index: 2;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--hl-navy-950);
  color: var(--hl-gold-300);
  border: 2px solid var(--hl-gold-500);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--hl-font-display);
  font-weight: 800;
  font-size: 22px;
}

.home-landing .hl-process__body h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: var(--hl-font-body);
  color: var(--hl-ink);
}

.home-landing .hl-process__body p {
  font-size: 14.5px;
  color: var(--hl-ink-soft);
  line-height: 1.6;
  max-width: 32ch;
  margin: 0;
}

/* Destinations */
.home-landing .hl-destinations {
  color: #fff;
  background:
    radial-gradient(1px 1px at center, rgba(255, 255, 255, 0.14) 1px, transparent 1.6px) 0 0 / 28px 28px,
    var(--hl-navy-950);
}

.home-landing .hl-dest__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 18px;
}

.home-landing .hl-dest__card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 26px 20px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.home-landing .hl-dest__card:hover {
  transform: translateY(-5px);
  border-color: var(--hl-gold-500);
  background: rgba(255, 255, 255, 0.07);
}

.home-landing .hl-dest__icon {
  color: var(--hl-gold-300);
  width: 44px;
  height: 44px;
  margin-inline: auto;
  margin-bottom: 14px;
}

.home-landing .hl-dest__icon svg {
  width: 100%;
  height: 100%;
}

.home-landing .hl-dest__card h3 {
  font-size: 15.5px;
  font-weight: 700;
  color: #fff;
  font-family: var(--hl-font-body);
  margin-bottom: 5px;
}

.home-landing .hl-dest__card p {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

/* Tools strip */
.home-landing .hl-tools {
  background: var(--hl-cream);
  padding-block: clamp(40px, 6vw, 64px);
}

.home-landing .hl-tools__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.home-landing .hl-tools__label {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hl-ink-soft);
  margin: 0;
}

.home-landing .hl-tools__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.home-landing .hl-tools__links a {
  font-size: 15px;
  font-weight: 600;
  color: var(--hl-ink);
  text-decoration: none;
  border-bottom: 1px solid rgba(169, 127, 40, 0.4);
  padding-bottom: 2px;
  transition: color 0.2s ease;
}

.home-landing .hl-tools__links a:hover {
  color: var(--hl-gold-700);
}

[data-theme='dark'] .home-landing .hl-tools__links a:hover {
  color: var(--hl-gold-300);
}

/* Employer */
.home-landing .hl-employer {
  background: var(--hl-paper);
  padding-block: clamp(48px, 7vw, 80px);
}

.home-landing .hl-employer__card {
  display: grid;
  gap: 24px;
  align-items: center;
  padding: clamp(28px, 4vw, 40px);
  border-radius: 20px;
  background: linear-gradient(135deg, var(--hl-navy-800), var(--hl-navy-950));
  border: 1px solid rgba(201, 162, 74, 0.3);
  color: #fff;
}

@media (min-width: 860px) {
  .home-landing .hl-employer__card {
    grid-template-columns: 1fr auto;
    gap: 40px;
  }
}

.home-landing .hl-employer__card .hl-eyebrow {
  color: var(--hl-gold-300);
}

.home-landing .hl-employer__card h2 {
  color: #fff;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  margin: 8px 0 12px;
}

.home-landing .hl-employer__card p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  max-width: 44ch;
}

.home-landing .hl-employer__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Facts */
.home-landing .hl-facts {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.home-landing .hl-facts li {
  font-size: 15px;
  color: var(--hl-ink-soft);
  line-height: 1.5;
}

.home-landing .hl-facts strong {
  color: var(--hl-ink);
  font-weight: 700;
}

.home-landing .hl-employer__card .hl-facts li {
  color: rgba(255, 255, 255, 0.72);
}

.home-landing .hl-employer__card .hl-facts strong {
  color: #fff;
}

/* CTA */
.home-landing .hl-cta {
  background: radial-gradient(90% 140% at 50% 0%, var(--hl-navy-700) 0%, var(--hl-navy-950) 60%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.home-landing .hl-cta__inner {
  max-width: 640px;
  margin-inline: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.home-landing .hl-cta__inner h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
}

.home-landing .hl-cta__inner p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16.5px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.home-landing .hl-cta__note {
  margin-top: 18px !important;
  font-size: 13.5px !important;
  color: rgba(255, 255, 255, 0.5) !important;
  margin-bottom: 0 !important;
}

.home-landing .hl-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

/* Responsive */
@media (max-width: 1080px) {
  .home-landing .hl-hero__inner {
    grid-template-columns: 1fr;
  }

  .home-landing .hl-hero__visual {
    max-width: 420px;
    margin-inline: auto;
    order: -1;
    margin-bottom: 8px;
  }

  .home-landing .hl-hero__content {
    max-width: 640px;
    margin-inline: auto;
    text-align: center;
  }

  .home-landing .hl-hero__ctas {
    justify-content: center;
  }

  .home-landing .hl-hero__pill {
    margin-inline: auto;
  }

  .home-landing .hl-sec-head {
    margin-inline: auto;
    text-align: center;
  }

  .home-landing .hl-sec-sub {
    margin-inline: auto;
  }

  .home-landing .hl-eyebrow {
    justify-content: center;
  }
}

@media (max-width: 820px) {
  .home-landing .hl-trust__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .home-landing .hl-process__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .home-landing .hl-process__grid::before {
    top: 0;
    bottom: 0;
    left: 31px;
    right: auto;
    width: 0;
    height: auto;
    border-top: none;
    border-left: 2px dashed var(--hl-gold-500);
  }

  .home-landing .hl-process__step {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    padding-block: 20px;
    gap: 20px;
  }

  .home-landing .hl-process__body p {
    max-width: none;
  }
}

@media (min-width: 761px) and (max-width: 1000px) {
  .home-landing .hl-process__grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 44px;
  }

  .home-landing .hl-process__grid::before {
    display: none;
  }
}

@media (max-width: 520px) {
  .home-landing .hl-trust__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .home-landing .hl-hero__visual {
    max-width: 340px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-landing .hl-hero__svg animateMotion,
  .home-landing .hl-hero__svg animate {
    display: none;
  }
}
