:root {
  --black: #090908;
  --charcoal: #171615;
  --charcoal-soft: #24211f;
  --ink: #201d19;
  --muted: #6e665b;
  --gold: #d7a93c;
  --gold-deep: #b88416;
  --gold-soft: #f7df9a;
  --ivory: #fbf6ea;
  --ivory-strong: #fffaf0;
  --cream: #f1e4c6;
  --teal: #116f70;
  --line: rgba(32, 29, 25, 0.12);
  --line-dark: rgba(255, 255, 255, 0.14);
  --shadow: 0 22px 56px rgba(9, 9, 8, 0.18);
  --header-height: 118px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-padding-top: calc(var(--header-height) + 18px);
}

body {
  color: var(--ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: var(--ivory-strong);
}

a {
  text-decoration: none;
}

.section-pad {
  padding: 96px 0;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background: var(--black);
  border-bottom: 1px solid rgba(215, 169, 60, 0.2);
  transition: box-shadow 180ms ease;
}

.site-header.is-scrolled {
  box-shadow: 0 12px 34px rgba(9, 9, 8, 0.28);
}

.announcement-bar {
  color: var(--black);
  background: var(--gold);
  padding: 0.48rem 0;
  font-size: 0.9rem;
  font-weight: 850;
}

.announcement-bar p {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.announcement-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.announcement-actions a {
  color: var(--black);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 900;
}

.site-nav {
  background: rgba(9, 9, 8, 0.94);
  backdrop-filter: blur(18px);
  transition: background 180ms ease;
}

.site-nav.is-scrolled {
  background: rgba(9, 9, 8, 0.98);
}

.brand-logo {
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 3px rgba(215, 169, 60, 0.28);
}

.brand-text {
  display: grid;
  line-height: 1.05;
  color: #fff;
  font-weight: 850;
}

.brand-text small {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.navbar .nav-link {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 700;
  padding: 0.65rem 0.8rem;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: var(--gold-soft);
}

.navbar-toggler {
  border-color: rgba(215, 169, 60, 0.42);
}

.btn {
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 800;
}

.btn-gold {
  color: #111;
  background: var(--gold);
  border-color: var(--gold);
  box-shadow: 0 16px 34px rgba(215, 169, 60, 0.24);
}

.btn-gold:hover,
.btn-gold:focus {
  color: #111;
  background: var(--gold-soft);
  border-color: var(--gold-soft);
}

.btn-ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.06);
}

.btn-ghost:hover,
.btn-ghost:focus {
  color: #111;
  background: #fff;
  border-color: #fff;
}

.btn-ghost-light {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.08);
}

.btn-ghost-light:hover,
.btn-ghost-light:focus {
  color: var(--black);
  background: #fff;
  border-color: #fff;
}

.btn-dark-cta {
  color: #fff;
  background: var(--black);
  border-color: var(--black);
}

.btn-dark-cta:hover,
.btn-dark-cta:focus {
  color: var(--gold-soft);
  background: var(--charcoal);
  border-color: var(--charcoal);
}

.btn-light-cta {
  color: var(--black);
  background: #fff;
  border-color: #fff;
}

.btn-light-cta:hover,
.btn-light-cta:focus {
  color: var(--black);
  background: var(--ivory);
  border-color: var(--ivory);
}

.hero-section {
  position: relative;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(9, 9, 8, 0.98) 0%, rgba(23, 22, 21, 0.98) 58%, rgba(48, 37, 17, 0.98) 100%);
  border-bottom: 1px solid rgba(215, 169, 60, 0.18);
  overflow: hidden;
}

.hero-slide {
  min-height: 720px;
  display: flex;
  align-items: center;
  padding: calc(var(--header-height) + 54px) 0 112px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.eyebrow::before {
  content: "";
  width: 32px;
  height: 2px;
  background: var(--gold);
}

.eyebrow.dark {
  color: var(--gold-deep);
}

h1,
h2,
h3 {
  letter-spacing: 0;
  line-height: 1.08;
}

h1 {
  color: #fff;
  font-size: 4.55rem;
  font-weight: 900;
  max-width: 860px;
}

h2 {
  color: var(--ink);
  font-size: 3.05rem;
  font-weight: 875;
}

h3 {
  color: var(--ink);
  font-size: 1.15rem;
  font-weight: 850;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.18rem;
  max-width: 680px;
  margin: 1.35rem 0 1.8rem;
}

.hero-actions {
  margin-bottom: 0.5rem;
}

.hero-visual {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1.5rem;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, rgba(215, 169, 60, 0.16), rgba(17, 111, 112, 0.08));
  border: 1px solid rgba(215, 169, 60, 0.3);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-logo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 8px rgba(215, 169, 60, 0.16), 0 20px 42px rgba(0, 0, 0, 0.34);
}

.hero-visual-content,
.stamp-panel,
.stat-stack,
.map-note {
  background: rgba(9, 9, 8, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 1.2rem;
}

.visual-label {
  display: block;
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
}

.visual-list {
  display: grid;
  gap: 0.65rem;
  color: rgba(255, 255, 255, 0.84);
  list-style: none;
  padding: 0;
  margin: 0;
}

.visual-list i {
  color: var(--gold);
  margin-right: 0.4rem;
}

.hero-visual-alt {
  justify-content: center;
}

.stat-stack {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 1rem;
}

.stat-stack span {
  color: var(--gold-soft);
  font-weight: 800;
  text-transform: uppercase;
}

.stat-stack strong {
  color: #fff;
  font-size: 3rem;
  line-height: 1;
}

.pathway-grid,
.destination-chips,
.country-cloud {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.pathway-grid span,
.destination-chips span,
.country-cloud span {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(215, 169, 60, 0.22);
  border-radius: 8px;
  padding: 0.75rem;
  font-weight: 800;
}

.stamp-panel {
  display: grid;
  place-items: center;
  text-align: center;
  min-height: 230px;
}

.stamp-panel i {
  color: var(--gold);
  font-size: 3rem;
}

.stamp-panel strong {
  color: #fff;
  font-size: 2.1rem;
}

.stamp-panel span {
  color: rgba(255, 255, 255, 0.72);
}

.hero-map-panel {
  justify-content: center;
}

.country-cloud {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.map-note {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #fff;
  margin-top: 1rem;
}

.map-note i {
  color: var(--gold);
  font-size: 1.6rem;
}

.hero-controls-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  z-index: 5;
}

.hero-controls {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.hero-progress {
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  min-height: 56px;
  padding: 0.75rem;
  font-weight: 800;
  text-align: left;
}

.hero-progress span {
  display: block;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.hero-progress span::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: var(--gold);
  transition: width 400ms ease;
}

.hero-progress.active {
  color: #fff;
  border-color: rgba(215, 169, 60, 0.45);
  background: rgba(215, 169, 60, 0.14);
}

.hero-progress.active span::after {
  width: 100%;
}

.two-controls {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.three-controls {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-hero {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(9, 9, 8, 0.98) 0%, rgba(23, 22, 21, 0.98) 68%, rgba(48, 37, 17, 0.98) 100%);
  border-bottom: 1px solid rgba(215, 169, 60, 0.18);
  padding: calc(var(--header-height) + 70px) 0 82px;
}

.page-hero h1 {
  margin-bottom: 1rem;
}

.page-hero p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.14rem;
  max-width: 760px;
  margin-bottom: 0;
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.6rem;
}

.content-card,
.legal-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(9, 9, 8, 0.06);
  padding: 1.5rem;
}

.content-card p,
.legal-card p,
.legal-card li {
  color: var(--muted);
}

.legal-hero .policy-meta {
  margin-top: 1.3rem;
}

.policy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.policy-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #f7f1df;
  background: rgba(215, 169, 60, 0.14);
  border: 1px solid rgba(215, 169, 60, 0.28);
  border-radius: 8px;
  padding: 0.55rem 0.8rem;
  font-size: 0.95rem;
  font-weight: 800;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.legal-summary {
  position: sticky;
  top: calc(var(--header-height) + 1.25rem);
  background: var(--ivory);
  border: 1px solid rgba(215, 169, 60, 0.28);
  border-radius: 8px;
  padding: 1.4rem;
  box-shadow: 0 18px 42px rgba(9, 9, 8, 0.07);
}

.legal-summary h2 {
  margin: 0.45rem 0 1rem;
  font-size: 1.35rem;
  font-weight: 900;
}

.legal-summary .feature-list {
  gap: 0.85rem;
}

.legal-summary .feature-list i {
  color: var(--gold-dark);
}

.legal-card {
  line-height: 1.75;
}

.legal-card h2 {
  color: var(--black);
  font-size: 1.25rem;
  font-weight: 900;
  padding-top: 0.15rem;
}

.legal-card ul {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}

.legal-card a {
  color: var(--gold-dark);
  font-weight: 900;
  text-decoration: none;
}

.legal-card a:hover {
  color: var(--black);
  text-decoration: underline;
}

.content-card i {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--black);
  background: var(--gold);
  border-radius: 8px;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.check-list {
  display: grid;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list li {
  display: flex;
  gap: 0.65rem;
  color: var(--muted);
}

.check-list i {
  color: var(--gold-deep);
  flex: 0 0 auto;
}

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

.destination-item {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 1.04rem;
  font-weight: 850;
}

.destination-item i {
  color: var(--gold-deep);
}

.destination-item.accent {
  color: #fff;
  background: var(--black);
  border-color: rgba(215, 169, 60, 0.45);
}

.destination-item.accent i {
  color: var(--gold);
}

.service-nav-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.split-panel {
  background:
    linear-gradient(135deg, rgba(215, 169, 60, 0.12), transparent 38%),
    var(--ivory);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.feature-list {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  color: var(--muted);
}

.feature-list i {
  color: var(--gold-deep);
  font-size: 1.15rem;
  margin-top: 0.15rem;
}

.profile-panel,
.route-panel,
.faq-mini,
.contact-mini-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(9, 9, 8, 0.08);
}

.profile-panel {
  padding: 2rem;
}

.profile-panel h3,
.route-panel h3,
.faq-mini h3,
.contact-mini-card h3 {
  font-size: 1.2rem;
  font-weight: 850;
  margin-bottom: 0.9rem;
}

.profile-panel p,
.route-panel p,
.faq-mini p,
.contact-mini-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.route-panel {
  padding: 1.4rem;
  height: 100%;
}

.route-panel span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--black);
  background: var(--gold);
  border-radius: 8px;
  font-weight: 900;
  margin-bottom: 1rem;
}

.mini-process {
  counter-reset: process;
  display: grid;
  gap: 1rem;
}

.mini-process div {
  counter-increment: process;
  position: relative;
  min-height: 96px;
  padding: 1.25rem 1.25rem 1.25rem 4.15rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.mini-process div::before {
  content: counter(process, decimal-leading-zero);
  position: absolute;
  left: 1.2rem;
  top: 1.25rem;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--black);
  background: var(--gold);
  border-radius: 8px;
  font-weight: 900;
}

.mini-process h3 {
  font-size: 1rem;
  font-weight: 850;
  margin-bottom: 0.25rem;
}

.mini-process p {
  color: var(--muted);
  margin-bottom: 0;
}

.insight-band {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(215, 169, 60, 0.24), transparent 42%),
    var(--charcoal);
  padding: 4rem 0;
}

.insight-band h2,
.insight-band h3,
.insight-band p {
  color: inherit;
}

.insight-band p {
  color: rgba(255, 255, 255, 0.76);
}

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

.insight-grid div {
  padding: 1.25rem;
  border: 1px solid rgba(215, 169, 60, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.insight-grid strong {
  display: block;
  color: var(--gold-soft);
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
}

.service-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.service-row {
  display: grid;
  grid-template-columns: 1.1fr 1.6fr 0.8fr;
  gap: 1rem;
  align-items: center;
  padding: 1.2rem 1.4rem;
  border-bottom: 1px solid var(--line);
}

.service-row:last-child {
  border-bottom: 0;
}

.service-row h3 {
  font-size: 1rem;
  font-weight: 850;
  margin-bottom: 0;
}

.service-row p {
  color: var(--muted);
  margin-bottom: 0;
}

.service-row a {
  justify-self: end;
  color: var(--gold-deep);
  font-weight: 850;
}

.faq-mini {
  padding: 1.35rem;
  height: 100%;
}

.faq-mini h3 {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.faq-mini h3 i {
  color: var(--gold-deep);
}

.contact-mini-card {
  padding: 1.5rem;
}

.contact-mini-card a:not(.btn) {
  color: var(--ink);
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  font-weight: 800;
  margin-top: 0.85rem;
}

.page-cta {
  padding: 4rem 0;
  background: var(--black);
  color: #fff;
}

.page-cta h2 {
  color: #fff;
  font-weight: 900;
}

.page-cta p {
  color: rgba(255, 255, 255, 0.74);
  margin-bottom: 0;
}

.legal-note {
  color: var(--muted);
  font-size: 0.95rem;
  border-left: 4px solid var(--gold);
  padding-left: 1rem;
}

.legal-card h2,
.legal-card h3 {
  margin-top: 1.4rem;
}

.legal-card h2:first-child,
.legal-card h3:first-child {
  margin-top: 0;
}

.intro-strip {
  background: var(--gold);
  padding: 1rem 0;
}

.intro-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--black);
  font-weight: 850;
  overflow-wrap: anywhere;
}

.intro-item i {
  font-size: 1.15rem;
}

.intro-item-strong {
  justify-content: flex-end;
}

.section-heading {
  max-width: 800px;
  margin-bottom: 2.6rem;
}

.section-heading p,
.section-note,
.contact-section p,
.documents-section p,
.faq-section p {
  color: var(--muted);
  font-size: 1.05rem;
}

.service-card,
.audience-card,
.destination-card,
.process-step,
.update-card,
.contact-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(9, 9, 8, 0.06);
}

.service-card {
  display: flex;
  flex-direction: column;
  padding: 1.55rem;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card:hover,
.destination-card:hover,
.audience-card:hover {
  transform: translateY(-4px);
  border-color: rgba(215, 169, 60, 0.5);
  box-shadow: var(--shadow);
}

.service-card i,
.audience-card i {
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  color: var(--black);
  background: var(--gold);
  border-radius: 8px;
  font-size: 1.3rem;
  margin-bottom: 1.1rem;
}

.service-card p,
.audience-card p,
.destination-card p,
.process-step p,
.update-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.service-card a {
  color: var(--gold-deep);
  display: inline-flex;
  font-weight: 850;
  margin-top: auto;
  padding-top: 1.1rem;
}

.audience-section,
.updates-section,
.trust-proof-section {
  background: var(--ivory);
  border-top: 1px solid rgba(215, 169, 60, 0.16);
  border-bottom: 1px solid rgba(215, 169, 60, 0.16);
}

.audience-card {
  padding: 1.4rem;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.destination-section {
  background:
    linear-gradient(135deg, #fff 0%, var(--ivory-strong) 100%);
}

.destination-card {
  position: relative;
  min-height: 245px;
  padding: 1.45rem;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.country-mark {
  display: inline-grid;
  place-items: center;
  min-width: 58px;
  height: 48px;
  color: var(--black);
  background: var(--gold);
  border-radius: 8px;
  font-weight: 900;
  margin-bottom: 1.1rem;
  padding: 0 0.7rem;
}

.destination-card-feature {
  color: #fff;
  background: var(--black);
  border-color: rgba(215, 169, 60, 0.48);
}

.destination-card-feature h3,
.destination-card-feature p {
  color: #fff;
}

.cta-band {
  color: var(--black);
  background:
    linear-gradient(135deg, var(--gold) 0%, var(--gold-soft) 100%);
  padding: 58px 0;
}

.cta-band span {
  display: inline-block;
  color: rgba(9, 9, 8, 0.72);
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}

.cta-band h2 {
  margin: 0;
}

.process-step {
  padding: 1.45rem;
  position: relative;
  overflow: hidden;
}

.process-step span {
  color: rgba(215, 169, 60, 0.35);
  font-size: 3rem;
  font-weight: 950;
  line-height: 1;
}

.process-step h3 {
  margin-top: 0.7rem;
}

.documents-section,
.faq-section {
  color: #fff;
  background:
    linear-gradient(135deg, var(--black) 0%, var(--charcoal) 68%, #2b2110 100%);
}

.documents-section h2,
.faq-section h2 {
  color: #fff;
}

.documents-section p,
.faq-section p {
  color: rgba(255, 255, 255, 0.74);
}

.doc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.doc-grid div {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  padding: 1rem;
  font-weight: 750;
}

.doc-grid i {
  color: var(--gold);
  margin-right: 0.45rem;
}

.update-card {
  padding: 1.4rem;
}

.update-card span {
  color: var(--gold-deep);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
}

.trust-proof-section {
  background:
    linear-gradient(135deg, #fff 0%, var(--ivory) 100%);
}

.proof-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(215, 169, 60, 0.22);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(9, 9, 8, 0.06);
  padding: 1.45rem;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.proof-card:hover {
  transform: translateY(-4px);
  border-color: rgba(215, 169, 60, 0.52);
  box-shadow: var(--shadow);
}

.proof-card i {
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  color: var(--black);
  background: var(--gold);
  border-radius: 8px;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.proof-card span {
  display: block;
  color: var(--gold-deep);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.55rem;
}

.proof-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.premium-accordion .accordion-item {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0.85rem;
}

.premium-accordion .accordion-button {
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: none;
  font-weight: 850;
}

.premium-accordion .accordion-button:not(.collapsed) {
  color: var(--black);
  background: var(--gold);
}

.premium-accordion .accordion-body {
  color: rgba(255, 255, 255, 0.78);
}

.contact-section {
  background: var(--ivory-strong);
}

.contact-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.6rem;
}

.contact-list a {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.95rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.contact-list i {
  color: var(--gold-deep);
  flex: 0 0 auto;
}

.contact-form {
  padding: 1.55rem;
  border-color: rgba(215, 169, 60, 0.28);
}

.form-topline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--gold-deep);
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.form-label {
  color: var(--ink);
  font-weight: 800;
}

.form-control,
.form-select {
  min-height: 48px;
  border-color: rgba(32, 29, 25, 0.18);
  border-radius: 8px;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--gold-deep);
  box-shadow: 0 0 0 0.2rem rgba(215, 169, 60, 0.2);
}

.form-status {
  color: var(--muted);
  font-weight: 700;
}

.office-section {
  background: var(--ivory-strong);
  padding: 0 0 76px;
}

.office-card {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 2rem;
  align-items: center;
  color: var(--black);
  background:
    linear-gradient(135deg, var(--gold) 0%, var(--gold-soft) 100%);
  border-radius: 8px;
  padding: 2rem;
  box-shadow: var(--shadow);
}

.office-card h2 {
  margin-bottom: 0.7rem;
}

.office-card p {
  color: rgba(9, 9, 8, 0.76);
  font-weight: 700;
  margin-bottom: 0;
}

.office-details {
  display: grid;
  gap: 0.75rem;
}

.office-details a:not(.btn) {
  color: var(--black);
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(9, 9, 8, 0.12);
  border-radius: 8px;
  padding: 0.85rem;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.site-footer {
  color: rgba(255, 255, 255, 0.75);
  background: var(--black);
  border-top: 1px solid rgba(215, 169, 60, 0.18);
  padding: 64px 0 0;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) minmax(140px, 0.65fr) minmax(180px, 0.75fr) minmax(250px, 1fr);
  gap: 2rem;
  padding-bottom: 42px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: #fff;
  margin-bottom: 1rem;
}

.footer-logo:hover,
.footer-logo:focus {
  color: #fff;
}

.footer-logo img {
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(215, 169, 60, 0.24);
}

.footer-logo span {
  display: grid;
  line-height: 1.05;
}

.footer-logo strong {
  font-size: 1.1rem;
}

.footer-logo small {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

.footer-brand p {
  max-width: 380px;
  margin-bottom: 1.1rem;
}

.footer-social {
  display: flex;
  gap: 0.65rem;
}

.footer-social a {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--black);
  background: var(--gold);
  border-radius: 8px;
}

.footer-links,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 0.62rem;
}

.footer-links h3,
.footer-contact h3 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.45rem;
}

.footer-links a,
.footer-contact a {
  color: rgba(255, 255, 255, 0.74);
  display: inline-flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.footer-links a:hover,
.footer-links a:focus,
.footer-contact a:hover,
.footer-contact a:focus,
.footer-bottom a:hover,
.footer-bottom a:focus {
  color: var(--gold-soft);
}

.footer-contact i {
  color: var(--gold);
  flex: 0 0 auto;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.1rem 0;
}

.footer-bottom a {
  color: var(--gold-soft);
  font-weight: 900;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #128c7e;
  border: 2px solid var(--gold);
  border-radius: 50%;
  box-shadow: 0 18px 34px rgba(9, 9, 8, 0.28);
  font-size: 1.55rem;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus {
  color: #fff;
  background: #0f786c;
}

.reveal {
  opacity: 1;
  transform: translateY(10px);
  transition: transform 420ms ease;
}

.reveal.is-visible {
  transform: translateY(0);
}

@media (max-width: 1199.98px) {
  h1 {
    font-size: 3.7rem;
  }
}

@media (max-width: 991.98px) {
  .section-pad {
    padding: 74px 0;
  }

  .navbar-collapse {
    padding: 1rem 0;
  }

  .hero-slide {
    min-height: auto;
    padding: calc(var(--header-height) + 36px) 0 150px;
  }

  h1 {
    font-size: 3.1rem;
  }

  h2 {
    font-size: 2.45rem;
  }

  .hero-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .destination-grid,
  .service-nav-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .service-row {
    grid-template-columns: 1fr;
  }

  .service-row a {
    justify-self: start;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-summary {
    position: static;
  }

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

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .office-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .intro-item {
    justify-content: flex-start;
  }

  .country-cloud,
  .doc-grid,
  .destination-grid,
  .service-nav-grid {
    grid-template-columns: 1fr;
  }

  .profile-panel {
    padding: 1.35rem;
  }

  .policy-meta {
    gap: 0.55rem;
  }

  .policy-meta span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .legal-card,
  .legal-summary {
    padding: 1.2rem;
  }

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

  .announcement-bar p,
  .announcement-actions,
  .footer-bottom {
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .section-pad {
    padding: 60px 0;
  }

  .hero-slide {
    padding: calc(var(--header-height) + 28px) 0 184px;
  }

  .page-hero {
    padding: calc(var(--header-height) + 44px) 0 58px;
  }

  h1 {
    font-size: 2.35rem;
  }

  h2 {
    font-size: 2rem;
  }

  .hero-copy {
    font-size: 1.02rem;
  }

  .hero-actions .btn,
  .contact-form .btn,
  .cta-band .btn {
    width: 100%;
  }

  .hero-controls {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .hero-progress {
    min-height: 44px;
    padding: 0.55rem;
  }

  .hero-progress span {
    margin-bottom: 0.35rem;
  }

  .hero-visual {
    min-height: auto;
    padding: 1rem;
  }

  .announcement-actions {
    gap: 0.65rem;
  }

  .announcement-actions a {
    font-size: 0.84rem;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .office-card {
    padding: 1.25rem;
  }

  .pathway-grid,
  .destination-chips {
    grid-template-columns: 1fr;
  }

  .mini-process div {
    padding: 1rem;
  }

  .mini-process div::before {
    position: static;
    margin-bottom: 0.75rem;
  }

  .floating-whatsapp {
    width: 52px;
    height: 52px;
    right: 14px;
    bottom: 14px;
  }
}
