:root {
  --help-navy: #071735;
  --help-ink: #10254f;
  --help-muted: #65728b;
  --help-lime: #9bcb22;
  --help-lime-dark: #78a915;
  --help-line: #e6ebf2;
  --help-soft: #f7fafc;
}

* {
  letter-spacing: 0;
}

body {
  background: #fff;
  color: var(--help-ink);
  font-family: "Poppins", "Manrope", "Inter", sans-serif;
}

.help-wrap,
.help-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.help-wrap {
  max-width: 1180px;
}

.social-link {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--help-line);
  border-radius: 999px;
  color: var(--help-navy);
  font-size: 14px;
  transition: 0.18s ease;
}

.social-link:hover {
  border-color: var(--help-lime);
  color: var(--help-lime-dark);
}

.social-link--whatsapp {
  color: #128c4a;
  border-color: rgba(18, 140, 74, 0.22);
  background: rgba(37, 211, 102, 0.08);
}

.site-logo {
  display: block;
  width: 230px;
  height: 78px;
  object-fit: contain;
  object-position: left center;
}

.nav-link {
  position: relative;
  padding-bottom: 10px;
  color: var(--help-navy);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.nav-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: transparent;
}

.nav-link:hover::after,
.nav-link.active::after {
  background: var(--help-lime);
}

.mobile-nav-link {
  border-radius: 8px;
  padding: 0.75rem 0.9rem;
  color: var(--help-navy);
  font-weight: 800;
}

.premium-home {
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 7%, rgba(155, 203, 34, 0.11), transparent 24%),
    radial-gradient(circle at 8% 18%, rgba(7, 23, 53, 0.05), transparent 24%),
    linear-gradient(180deg, #fff 0%, #fff 58%, #f9fbfd 100%);
}

.public-page {
  background: #fff;
}

.inner-hero {
  padding: 76px 0 64px;
  background:
    radial-gradient(circle at 88% 18%, rgba(155, 203, 34, 0.12), transparent 30%),
    linear-gradient(180deg, #fff, #fbfcfe);
  border-bottom: 1px solid var(--help-line);
}

.inner-hero h1 {
  max-width: 860px;
  margin: 0;
  color: var(--help-navy);
  font-size: clamp(2.6rem, 5.5vw, 5rem);
  font-weight: 950;
  line-height: 1.04;
}

.inner-hero p {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--help-muted);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.75;
}

.inner-lead {
  margin: 18px 0 0;
  color: var(--help-muted);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.75;
}

.feature-stack {
  display: grid;
  gap: 16px;
}

.feature-stack article {
  grid-template-columns: 58px 1fr;
  gap: 16px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--help-line);
  border-radius: 22px;
  box-shadow: 0 14px 36px rgba(7, 23, 53, 0.06);
}

.feature-stack i {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--help-lime);
  background: rgba(155, 203, 34, 0.12);
  border-radius: 18px;
  font-size: 23px;
}

.feature-stack h3 {
  margin: 0;
  color: var(--help-navy);
  font-weight: 950;
}

.feature-stack p {
  margin: 8px 0 0;
  color: var(--help-muted);
  font-weight: 600;
  line-height: 1.65;
}

.resource-list {
  max-width: 920px;
  margin-inline: auto;
}

.premium-section {
  padding: 76px 0;
}

.surface-section {
  background: linear-gradient(180deg, #fbfcfe, #fff);
  border-top: 1px solid #f0f3f7;
  border-bottom: 1px solid #f0f3f7;
}

.premium-hero,
.global-hero {
  padding: 56px 0 92px;
}

.hero-shell,
.global-hero__grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.88fr) minmax(430px, 1.12fr);
  gap: 54px;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--help-lime-dark);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-kicker::before {
  width: 34px;
  height: 2px;
  content: "";
  background: var(--help-lime);
}

.hero-copy h1,
.global-hero__copy h1,
.split-section h2,
.center-heading h2,
.process-grid h2,
.editorial-grid h2,
.destination-showcase h2,
.timeline-grid h2,
.contact-card h2 {
  margin: 0;
  color: var(--help-navy);
  font-weight: 950;
  line-height: 1.04;
}

.hero-copy h1,
.global-hero__copy h1 {
  max-width: 620px;
  font-size: clamp(2rem, 3vw, 3rem);
}

.hero-copy p,
.global-hero__copy p {
  max-width: 560px;
  margin: 24px 0 28px;
  color: var(--help-muted);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
}

.hero-actions,
.contact-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.primary-btn,
.secondary-btn,
.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  border-radius: 999px;
  padding: 0 22px;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.whatsapp-btn {
  color: #fff;
  background: #128c4a;
  box-shadow: 0 18px 36px rgba(18, 140, 74, 0.18);
}

.whatsapp-btn:hover {
  background: #0f7b40;
  transform: translateY(-1px);
}

.whatsapp-btn--light {
  color: #fff;
  background: rgba(37, 211, 102, 0.18);
  border: 1px solid rgba(37, 211, 102, 0.34);
  box-shadow: none;
}

.primary-btn {
  color: #fff;
  background: var(--help-lime);
  box-shadow: 0 18px 36px rgba(155, 203, 34, 0.24);
}

.primary-btn:hover {
  background: var(--help-lime-dark);
}

.secondary-btn {
  color: var(--help-navy);
  background: #fff;
  border: 1px solid var(--help-line);
}

.trust-row,
.global-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 620px;
  margin-top: 34px;
}

.trust-row div,
.global-proof span {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--help-line);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(7, 23, 53, 0.055);
}

.trust-row strong,
.global-proof strong {
  display: block;
  color: var(--help-lime-dark);
  font-size: 28px;
  font-weight: 950;
}

.trust-row span,
.global-proof span {
  color: var(--help-muted);
  font-size: 13px;
  font-weight: 800;
}

.hero-visual,
.global-hero__visual {
  position: relative;
  min-height: 560px;
}

.hero-bg,
.global-hero__scene {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid var(--help-line);
  border-radius: 32px;
  box-shadow: 0 30px 80px rgba(7, 23, 53, 0.13);
}

.hero-visual::after,
.global-hero__visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.72)),
    linear-gradient(90deg, rgba(7, 23, 53, 0.1), transparent 52%);
  border-radius: 32px;
}

.hero-team-img,
.global-hero__team {
  position: absolute;
  right: 0;
  bottom: -4px;
  z-index: 2;
  width: 94%;
  max-height: 430px;
  object-fit: contain;
  object-position: bottom right;
}

.hero-badge,
.floating-card,
.passport-card,
.route-card {
  position: absolute;
  z-index: 3;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(230, 235, 242, 0.9);
  box-shadow: 0 18px 48px rgba(7, 23, 53, 0.12);
  backdrop-filter: blur(14px);
}

.hero-badge {
  right: 24px;
  bottom: 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 18px;
  border-radius: 999px;
  color: var(--help-navy);
  font-weight: 950;
  text-transform: uppercase;
}

.hero-badge i {
  color: var(--help-lime);
}

.floating-card {
  display: grid;
  gap: 3px;
  padding: 16px 18px;
  border-radius: 18px;
}

.floating-card strong {
  color: var(--help-navy);
  font-size: 15px;
  font-weight: 950;
}

.floating-card span {
  color: var(--help-muted);
  font-size: 12px;
  font-weight: 800;
}

.floating-card--top {
  top: 34px;
  left: -28px;
}

.floating-card--bottom {
  right: -18px;
  top: 118px;
}

.passport-card {
  left: -24px;
  bottom: 54px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  color: var(--help-navy);
  border-radius: 999px;
  font-weight: 950;
}

.passport-card i {
  color: var(--help-lime-dark);
}

.route-card {
  right: -20px;
  top: 52px;
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  border-radius: 20px;
}

.route-card strong {
  color: var(--help-lime-dark);
  font-size: 28px;
  font-weight: 950;
}

.route-card span {
  color: var(--help-muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.pathway-strip {
  position: relative;
  z-index: 4;
  margin-top: -54px;
  padding-bottom: 32px;
}

.pathway-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--help-line);
  border-radius: 26px;
  box-shadow: 0 24px 70px rgba(7, 23, 53, 0.1);
}

.pathway-strip article {
  position: relative;
  display: grid;
  gap: 6px;
  min-height: 132px;
  padding: 24px;
}

.pathway-strip article:not(:last-child) {
  border-right: 1px solid var(--help-line);
}

.pathway-strip span {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--help-lime);
  background: var(--help-navy);
  border-radius: 14px;
  font-size: 13px;
  font-weight: 950;
}

.pathway-strip strong {
  color: var(--help-navy);
  font-size: 1rem;
  font-weight: 950;
}

.pathway-strip small {
  color: var(--help-muted);
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.55;
}

.split-section,
.process-grid,
.contact-card,
.editorial-grid,
.destination-showcase,
.timeline-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
}

.split-section h2,
.center-heading h2,
.process-grid h2,
.contact-card h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.section-copy p,
.editorial-copy p,
.destination-showcase p,
.process-list p,
.timeline-list p,
.club-grid p,
.team-showcase p,
.blog-grid p,
.contact-card p {
  color: var(--help-muted);
  font-weight: 600;
  line-height: 1.75;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.check-grid span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--help-line);
  border-radius: 14px;
  color: var(--help-navy);
  font-weight: 850;
}

.check-grid i {
  color: var(--help-lime);
}

.icon-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.icon-row span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 14px;
  color: var(--help-navy);
  background: #fff;
  border: 1px solid var(--help-line);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(7, 23, 53, 0.05);
  font-weight: 850;
}

.icon-row i {
  color: var(--help-lime-dark);
}

.center-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.center-heading .section-kicker {
  justify-content: center;
}

.service-grid,
.premium-service-matrix,
.destination-grid,
.blog-grid {
  display: grid;
  gap: 18px;
}

.service-grid,
.premium-service-matrix {
  grid-template-columns: repeat(4, 1fr);
}

.service-grid article,
.premium-service-matrix article,
.destination-grid a,
.destination-cloud a,
.process-list article,
.timeline-list article,
.club-grid article,
.blog-grid article {
  background: #fff;
  border: 1px solid var(--help-line);
  border-radius: 22px;
  box-shadow: 0 14px 36px rgba(7, 23, 53, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.service-grid article:hover,
.premium-service-matrix article:hover,
.destination-grid a:hover,
.destination-cloud a:hover,
.process-list article:hover,
.timeline-list article:hover,
.club-grid article:hover,
.blog-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(155, 203, 34, 0.7);
  box-shadow: 0 24px 56px rgba(7, 23, 53, 0.11);
}

.service-grid article,
.premium-service-matrix article {
  min-height: 220px;
  padding: 26px;
}

.service-grid i,
.premium-service-matrix i,
.club-grid i {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  margin-bottom: 18px;
  color: var(--help-lime);
  background: rgba(155, 203, 34, 0.12);
  border-radius: 18px;
  font-size: 24px;
}

.service-grid h3,
.premium-service-matrix h3,
.destination-grid strong,
.destination-cloud span,
.process-list h3,
.timeline-list h3,
.club-grid h3,
.team-showcase h3,
.blog-grid h3 {
  margin: 0;
  color: var(--help-navy);
  font-weight: 950;
}

.service-grid p,
.premium-service-matrix p {
  margin: 10px 0 0;
  color: var(--help-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
}

.destination-grid {
  grid-template-columns: repeat(4, 1fr);
}

.destination-grid a {
  display: grid;
  gap: 8px;
  min-height: 166px;
  padding: 22px;
}

.destination-grid b {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  color: #fff;
  background: var(--help-navy);
  border: 3px solid rgba(155, 203, 34, 0.55);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 950;
}

.destination-grid img,
.destination-cloud img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  background: #fff;
  border: 3px solid rgba(155, 203, 34, 0.58);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(16, 37, 79, 0.12);
}

.destination-grid span {
  color: var(--help-muted);
  font-size: 13px;
  font-weight: 700;
}

.destination-showcase {
  align-items: center;
}

.destination-cloud {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.destination-cloud a {
  display: grid;
  justify-items: center;
  gap: 9px;
  min-height: 140px;
  padding: 22px 14px;
  text-align: center;
}

.destination-cloud b {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: #fff;
  background: var(--help-navy);
  border: 3px solid rgba(155, 203, 34, 0.58);
  border-radius: 999px;
  font-weight: 950;
}

.process-list,
.timeline-list {
  display: grid;
  gap: 16px;
}

.process-list article,
.timeline-list article {
  grid-template-columns: 66px 1fr;
  gap: 18px;
  padding: 24px;
}

.process-list span,
.timeline-list span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--help-lime);
  background: var(--help-navy);
  border-radius: 18px;
  font-weight: 950;
}

.ceo-section {
  padding-top: 42px;
}

.ceo-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
  overflow: hidden;
  padding: clamp(24px, 4vw, 46px);
  color: #fff;
  background:
    radial-gradient(circle at 12% 16%, rgba(155, 203, 34, 0.2), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.1), transparent 24%),
    linear-gradient(135deg, #061834 0%, #0b244a 46%, #102f63 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 36px;
  box-shadow: 0 34px 90px rgba(6, 24, 52, 0.24);
  transition: transform 240ms ease, box-shadow 240ms ease;
  animation: ceoCardReveal 780ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.ceo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 42px 110px rgba(6, 24, 52, 0.3);
}

.ceo-card::before {
  position: absolute;
  right: clamp(20px, 4vw, 54px);
  top: clamp(12px, 3vw, 32px);
  color: rgba(255, 255, 255, 0.08);
  content: "\201C";
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(7rem, 15vw, 15rem);
  font-weight: 700;
  line-height: 0.8;
  pointer-events: none;
  animation: ceoQuoteFloat 7s ease-in-out infinite;
}

.ceo-media {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 12px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(232, 239, 247, 0.86));
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
}

.ceo-media::after {
  position: absolute;
  inset: auto 28px 28px 28px;
  height: 5px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--help-lime), transparent);
  border-radius: 999px;
  animation: ceoAccentSweep 3.4s ease-in-out infinite;
}

.ceo-media img {
  width: 100%;
  height: clamp(360px, 38vw, 520px);
  object-fit: cover;
  object-position: center top;
  border-radius: 22px;
  filter: saturate(1.02) contrast(1.02);
  transition: transform 480ms ease, filter 480ms ease;
}

.ceo-card:hover .ceo-media img {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.04);
}

.ceo-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.ceo-copy .section-kicker {
  color: var(--help-lime);
  letter-spacing: 0.08em;
  animation: ceoTextReveal 680ms ease both;
  animation-delay: 140ms;
}

.ceo-copy blockquote {
  position: relative;
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(1.55rem, 2.9vw, 2.55rem);
  font-weight: 750;
  line-height: 1.28;
  letter-spacing: 0;
  animation: ceoTextReveal 720ms ease both;
  animation-delay: 220ms;
}

.ceo-copy blockquote::before {
  display: block;
  width: 72px;
  height: 4px;
  margin-bottom: 22px;
  content: "";
  background: var(--help-lime);
  border-radius: 999px;
}

.ceo-copy h3 {
  margin: 28px 0 5px;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 950;
  animation: ceoTextReveal 720ms ease both;
  animation-delay: 340ms;
}

.ceo-copy p,
.ceo-copy strong {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 600;
  animation: ceoTextReveal 720ms ease both;
  animation-delay: 420ms;
}

.ceo-copy .ceo-signature {
  display: inline-block;
  margin-top: 8px;
  color: #fff;
  font-family: "Great Vibes", "Segoe Script", "Brush Script MT", cursive;
  font-size: clamp(2.45rem, 5vw, 4.2rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  transform: rotate(-2deg);
  font-size: 20px;
}

@keyframes ceoCardReveal {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes ceoTextReveal {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ceoQuoteFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(10px) rotate(-2deg);
  }
}

@keyframes ceoAccentSweep {
  0%,
  100% {
    opacity: 0.52;
    transform: scaleX(0.72);
  }
  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ceo-card,
  .ceo-card::before,
  .ceo-media::after,
  .ceo-copy .section-kicker,
  .ceo-copy blockquote,
  .ceo-copy h3,
  .ceo-copy p,
  .ceo-copy strong {
    animation: none;
  }

  .ceo-card,
  .ceo-media img {
    transition: none;
  }

  .ceo-card:hover,
  .ceo-card:hover .ceo-media img {
    transform: none;
  }
}

.club-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.club-grid article {
  position: relative;
  overflow: hidden;
  padding: 32px;
}

.club-grid article::after {
  position: absolute;
  right: -48px;
  top: -48px;
  width: 150px;
  height: 150px;
  content: "";
  background: rgba(155, 203, 34, 0.1);
  border-radius: 999px;
}

.club-grid a,
.blog-grid a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: var(--help-lime-dark);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.team-showcase {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 34px;
  align-items: center;
  overflow: hidden;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--help-line);
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(7, 23, 53, 0.08);
}

.team-showcase img {
  width: 100%;
  height: 360px;
  object-fit: contain;
  object-position: center bottom;
  background: linear-gradient(180deg, #f6f9fc, #fff);
  border-radius: 20px;
}

.blog-grid {
  grid-template-columns: repeat(3, 1fr);
}

.blog-grid article {
  overflow: hidden;
}

.blog-grid img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.blog-grid div {
  padding: 24px;
}

.blog-grid b {
  color: var(--help-lime-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.cms-split {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 34px;
  align-items: start;
}

.cms-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.cms-card-grid article,
.faq-list details {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--help-line);
  border-radius: 22px;
  box-shadow: 0 16px 44px rgba(7, 23, 53, 0.07);
}

.cms-card-grid p {
  margin: 0 0 18px;
  color: var(--help-muted);
  font-weight: 650;
  line-height: 1.75;
}

.cms-card-grid h3 {
  margin: 0 0 4px;
  color: var(--help-navy);
  font-size: 1.08rem;
  font-weight: 950;
}

.cms-card-grid span {
  color: var(--help-lime-dark);
  font-size: 0.86rem;
  font-weight: 850;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list summary {
  cursor: pointer;
  color: var(--help-navy);
  font-weight: 950;
}

.faq-list p {
  margin: 14px 0 0;
  color: var(--help-muted);
  font-weight: 650;
  line-height: 1.7;
}

.contact-section {
  padding-bottom: 88px;
}

.contact-card {
  align-items: center;
  padding: 42px;
  color: #fff;
  background: var(--help-navy);
  border-radius: 30px;
  box-shadow: 0 28px 70px rgba(7, 23, 53, 0.16);
}

.contact-card h2,
.contact-card p {
  color: #fff;
}

.contact-card .section-kicker {
  color: var(--help-lime);
}

.contact-actions {
  justify-content: flex-end;
}

.contact-actions .secondary-btn {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.contact-actions span {
  width: 100%;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
  text-align: right;
}

.contact-email-list {
  display: grid;
  width: 100%;
  gap: 8px;
  justify-items: end;
}

.contact-email-list a,
.contact-email-list span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
}

.contact-email-list i {
  color: var(--help-lime);
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 22px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  color: #fff;
  background: #128c4a;
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(18, 140, 74, 0.28);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 52px rgba(18, 140, 74, 0.34);
}

.modal-open {
  overflow: hidden;
}

.consultation-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.consultation-modal.is-open {
  display: flex;
}

.consultation-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 23, 53, 0.58);
  backdrop-filter: blur(8px);
}

.consultation-modal__panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 24px;
  width: min(920px, 100%);
  max-height: min(760px, calc(100vh - 40px));
  overflow-y: auto;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--help-line);
  border-radius: 28px;
  box-shadow: 0 30px 90px rgba(7, 23, 53, 0.26);
}

.consultation-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--help-navy);
  background: #fff;
  border: 1px solid var(--help-line);
  border-radius: 999px;
  cursor: pointer;
}

.consultation-modal__copy h2 {
  margin: 0;
  color: var(--help-navy);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 950;
  line-height: 1.08;
}

.consultation-modal__copy p {
  color: var(--help-muted);
  font-weight: 650;
  line-height: 1.7;
}

.consultation-modal__form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.consultation-modal__form label {
  display: grid;
  gap: 7px;
  color: var(--help-navy);
  font-size: 13px;
  font-weight: 900;
}

.consultation-modal__form input,
.consultation-modal__form textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  color: var(--help-navy);
  background: #fbfcfe;
  border: 1px solid var(--help-line);
  border-radius: 12px;
  font: inherit;
}

.consultation-modal__wide {
  grid-column: 1 / -1;
}

.premium-footer {
  margin-top: 0;
  color: #fff;
  background: var(--help-navy);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 30px;
  padding-top: 46px;
  padding-bottom: 36px;
}

.footer-logo img {
  width: 220px;
  height: 74px;
  object-fit: contain;
  object-position: left center;
  padding: 8px 12px;
  background: #fff;
  border-radius: 12px;
}

.footer-brand-block p,
.footer-grid a,
.footer-grid span,
.footer-bottom {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 650;
}

.footer-brand-block p {
  margin: 18px 0;
  line-height: 1.7;
}

.footer-social-row {
  display: flex;
  gap: 10px;
}

.footer-social-row a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}

.footer-grid h3 {
  margin: 0 0 13px;
  color: #fff;
  font-size: 15px;
  font-weight: 950;
}

.footer-grid a,
.footer-grid span {
  display: block;
  margin-bottom: 8px;
}

.footer-bottom {
  padding: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

@media (max-width: 1080px) {
  .hero-shell,
  .global-hero__grid,
  .split-section,
  .process-grid,
  .editorial-grid,
  .destination-showcase,
  .timeline-grid,
  .ceo-card,
  .cms-split,
  .contact-card,
  .team-showcase,
  .consultation-modal__panel {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 480px;
  }

  .service-grid,
  .premium-service-matrix,
  .destination-grid,
  .destination-cloud,
  .pathway-strip__grid,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pathway-strip article:nth-child(2) {
    border-right: 0;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .cms-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-actions,
  .contact-actions span,
  .contact-email-list {
    justify-content: flex-start;
    justify-items: start;
    text-align: left;
  }

  .ceo-card {
    gap: 26px;
  }

  .ceo-copy {
    max-width: none;
  }

  .ceo-card::before {
    right: 18px;
    top: 18px;
  }
}

@media (max-width: 700px) {
  .site-logo {
    width: 176px;
    height: 62px;
  }

  .premium-section {
    padding: 54px 0;
  }

  .premium-hero {
    padding-top: 20px;
  }

  .hero-copy h1 {
    font-size: clamp(2.45rem, 12vw, 3.7rem);
  }

  .hero-visual {
    min-height: 390px;
  }

  .floating-card--top {
    left: 14px;
  }

  .floating-card--bottom {
    right: 14px;
  }

  .trust-row,
  .check-grid,
  .service-grid,
  .destination-grid,
  .cms-card-grid,
  .club-grid,
  .pathway-strip__grid,
  .footer-grid,
  .feature-stack article {
    grid-template-columns: 1fr;
  }

  .pathway-strip {
    margin-top: -28px;
  }

  .pathway-strip article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--help-line);
  }

  .pathway-strip article:last-child {
    border-bottom: 0;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    width: 52px;
    height: 52px;
    min-height: 52px;
    justify-content: center;
    padding: 0;
    border-radius: 999px;
    font-size: 20px;
  }

  .floating-whatsapp span {
    display: none;
  }

  .process-list article,
  .timeline-list article {
    grid-template-columns: 1fr;
  }

  .team-showcase,
  .contact-card,
  .consultation-modal__panel {
    padding: 22px;
    border-radius: 22px;
  }

  .consultation-modal__form {
    grid-template-columns: 1fr;
  }

  .ceo-card {
    padding: 18px;
    border-radius: 24px;
  }

  .ceo-media {
    padding: 8px;
    border-radius: 20px;
  }

  .ceo-media img {
    height: 320px;
    border-radius: 16px;
  }

  .ceo-copy {
    padding: 4px 4px 8px;
  }

  .ceo-copy blockquote {
    font-size: 1.45rem;
    line-height: 1.34;
  }

  .ceo-copy blockquote::before {
    width: 54px;
    margin-bottom: 16px;
  }
}
