:root {
  --ink: #1e1b2e;
  --paper: #f5f3fa;
  --gold: #7b73b7;
  --gold-dark: #5b5299;
  --teal: #0f3f3c;
  --teal-deep: #0b2f2d;
  --sand: #e9e6f5;
  --mist: #f1eef7;
  --shadow: 0 24px 70px rgba(30, 27, 46, 0.15);
  --radius: 22px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at top, #f7f6fb 0%, #ece9f6 55%, #e4e0f0 100%);
  line-height: 1.6;
}

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

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

h1,
h2,
h3,
h4 {
  font-family: "Cormorant Garamond", serif;
  margin: 0 0 16px;
}

p {
  margin: 0 0 16px;
}

.container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.section {
  padding: 96px 0;
}

#about {
  padding: 0px 0;
}

#programs {
  padding: 20px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #e5e1f0;
}

.site-header .container {
  padding: 14px 0;
}

.header-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
}

.logo {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.logo-sub {
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: #7a7398;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 26px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #4b5563;
  align-items: center;
  white-space: nowrap;
}

.nav-links a {
  position: relative;
}

.nav-item {
  position: static;
}

.nav-link::after {
  content: " v";
  font-size: 11px;
  letter-spacing: 0;
  color: #7a7398;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4b5563;
}

.action-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.icon-button {
  border: none;
  background: transparent;
  padding: 4px;
  cursor: pointer;
}

.action-icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfc9df;
  border-radius: 6px;
  font-size: 11px;
  color: #7a7398;
}

.mega-menu {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  transform: translate(-50%, 12px);
  background: #fff;
  border-radius: 22px;
  box-shadow: var(--shadow);
  padding: 24px 28px 28px;
  width: min(1040px, calc(100vw - 48px));
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 200;
}

.mega-header {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #8a84a8;
  margin-bottom: 16px;
}

.mega-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  gap: 18px;
  max-height: 420px;
  overflow: auto;
  padding-right: 6px;
}

.mega-col h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 10px;
  color: #26233a;
}

.mega-col a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #5f5b70;
  text-transform: none;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

.mega-col a:hover {
  color: #26233a;
}

.flag {
  width: 24px;
  height: 18px;
  border-radius: 3px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 0 1px rgba(30, 27, 46, 0.08);
  flex-shrink: 0;
}

.nav-item:hover .mega-menu,
.nav-item:focus-within .mega-menu {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0%;
  height: 2px;
  background: var(--gold-dark);
  transition: width 0.3s ease;
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-toggle {
  display: none;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 6px;
}

.nav-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--ink);
  margin: 6px 0;
}

.hero {
  position: relative;
  padding: 0px 0 20px;
}

.hero-card {
  position: relative;
  min-height: 560px;
  border-radius: 32px;
  overflow: hidden;
  background: #f1eef7;
  box-shadow: var(--shadow);
  padding: 70px 60px;
}

.hero-media {
  position: absolute;
  inset: 0;
  background-image: url("../images/hero.png");
  background-size: cover;
  background-position: center;
  filter: saturate(1.05);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(245, 242, 255, 0.9) 10%, rgba(235, 231, 246, 0.72) 55%, rgba(255, 255, 255, 0.4) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 640px;
}

.hero-copy {
  max-width: 560px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: 12px;
  color: rgba(30, 27, 46, 0.7);
  margin-bottom: 16px;
}

.hero h1 {
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 600;
  line-height: 1.05;
}

.hero .lead {
  font-size: 17px;
  color: rgba(30, 27, 46, 0.8);
  margin-bottom: 32px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 36px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 32px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-primary {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 14px 34px rgba(30, 27, 46, 0.28);
}

.btn-primary:hover {
  transform: translateY(-2px);
  background: #151223;
}

.btn-outline {
  border-color: rgba(30, 27, 46, 0.4);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.7);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.95);
  transform: translateY(-2px);
}

.btn-teal {
  background: #0f3f3c;
  border-color: #0f3f3c;
  color: #fff;
}

.btn-teal:hover {
  background: #0b2f2d;
  border-color: #0b2f2d;
}

.hero-badges {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.badge {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(30, 27, 46, 0.1);
  border-radius: var(--radius);
  padding: 16px 20px;
  min-width: 140px;
  backdrop-filter: blur(6px);
}

.badge-number {
  display: block;
  font-size: 24px;
  font-weight: 700;
  font-family: "Cormorant Garamond", serif;
}

.badge-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: rgba(30, 27, 46, 0.6);
}

.split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  align-items: start;
}

.trust {
  background: transparent;
}

.trust h2 {
  font-size: 40px;
}

.trust .lead {
  font-size: 18px;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.checklist li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 14px;
}

.checklist li::before {
  content: ">";
  position: absolute;
  left: 0;
  color: var(--gold-dark);
  font-weight: 700;
}

.trust-panel {
  background: #26233a;
  color: #fff;
  padding: 32px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.trust-panel h3 {
  font-size: 28px;
}

.pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.pill-grid span {
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
}

.panel-note {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title h2 {
  font-size: 38px;
}

.section-title p {
  color: #5f5b70;
  max-width: 720px;
  margin: 0 auto;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.card-media {
  min-height: 180px;
  background-size: cover;
  background-position: center;
}

.card-body {
  padding: 24px;
}

.program-card ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  color: #5f5b70;
}

.program-card li {
  margin-bottom: 8px;
}

.card-price {
  color: var(--gold-dark);
  font-weight: 600;
}

.section-cta {
  margin-top: 32px;
  text-align: center;
}

.investments {
  background: var(--mist);
}

.investment-card h3 {
  font-size: 28px;
  color: var(--gold-dark);
}

.card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #6b5f82;
  margin-bottom: 12px;
}

.tag {
  background: var(--sand);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  color: var(--ink);
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.tag-row span {
  border: 1px solid #e4def2;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  color: #5f5b70;
}

.process {
  background: #fff;
}

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.step {
  padding: 24px;
  border-radius: var(--radius);
  background: #f7f5fb;
}

.step-number {
  font-weight: 700;
  font-size: 18px;
  color: var(--gold-dark);
  letter-spacing: 0.2em;
}

.testimonials {
  background: linear-gradient(135deg, #ffffff 0%, #f4f1ea 100%);
}

.testimonial-card p {
  font-style: italic;
}

.testimonial-card {
  padding: 24px;
}

.testimonial-meta {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #6b7280;
  font-size: 13px;
}

.cta {
  background: linear-gradient(120deg, #1f1b33 0%, #3c355f 100%);
  color: #fff;
  padding: 80px 0;
}

.resources-hero {
  position: relative;
  padding: 120px 0 90px;
  color: #ffffff;
  overflow: hidden;
  border-radius: 32px;
  margin: 24px auto 0;
  width: min(1200px, 92%);
}

.resources-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1578894381163-e72c17f2d45f?w=1920&h=600&fit=crop");
  background-size: cover;
  background-position: center;
}

.resources-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(30, 27, 46, 0.75);
}

.resources-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 820px;
}

.resources-hero h1 {
  font-size: clamp(36px, 5vw, 60px);
  margin-bottom: 16px;
}

.resources-hero p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
}

.resources-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

.resource-card {
  background: #f7f8fb;
  border: 1px solid #e2e6f1;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(30, 27, 46, 0.1);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.resource-card-media {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.resource-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.resource-card:hover .resource-card-media img {
  transform: scale(1.05);
}

.resource-card-body {
  padding: 26px 26px 28px;
}

.resource-card-body h3 {
  font-size: 22px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dde0ee;
  color: var(--ink);
}

.resource-card-body p {
  color: #6a6f86;
  font-size: 14px;
  margin-bottom: 22px;
}

.resource-card-link {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 600;
  color: #c08c3a;
}

.resource-card-link:hover {
  color: var(--ink);
}

.resources-cta {
  background: #f3f1f8;
  padding: 72px 0;
  text-align: center;
}

.pricing-hero {
  position: relative;
  padding: 120px 0 90px;
  color: #ffffff;
  overflow: hidden;
  border-radius: 32px;
  margin: 24px auto 0;
  width: min(1200px, 92%);
}

.pricing-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1554224155-8d04cb21cd6c?w=1920&h=600&fit=crop");
  background-size: cover;
  background-position: center;
}

.pricing-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(30, 27, 46, 0.75);
}

.pricing-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 820px;
}

.pricing-hero h1 {
  font-size: clamp(36px, 5vw, 60px);
  margin-bottom: 16px;
}

.pricing-hero p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

.pricing-card {
  background: #f7f8fb;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid #e2e6f1;
  box-shadow: 0 14px 32px rgba(30, 27, 46, 0.1);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.pricing-card-media {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.pricing-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.pricing-card:hover .pricing-card-media img {
  transform: scale(1.05);
}

.pricing-card-body {
  padding: 26px;
}

.pricing-card-body h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.pricing-amount {
  color: #c08c3a;
  font-weight: 600;
  margin-bottom: 16px;
}

.pricing-card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #5f5b70;
  font-size: 14px;
}

.pricing-card-body li {
  margin-bottom: 8px;
}

.pricing-table-section .section-title {
  margin-bottom: 32px;
}

.pricing-table-wrap {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(30, 27, 46, 0.08);
  overflow: hidden;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.pricing-table thead th {
  text-align: left;
  padding: 16px;
  background: #f5f6fa;
  color: #1e1b2e;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pricing-table tbody td {
  padding: 14px 16px;
  border-top: 1px solid #e5e1f0;
  vertical-align: top;
}

.pricing-flag {
  width: 28px;
  height: 21px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(30, 27, 46, 0.12);
  object-fit: cover;
}

.pricing-country {
  font-weight: 600;
}

.pricing-chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eef1f6;
  color: #1e1b2e;
  font-size: 12px;
  font-weight: 600;
}

.pricing-notes {
  color: #5f5b70;
  max-width: 320px;
}

.pricing-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: #f1f3f7;
  color: #1e1b2e;
  font-weight: 600;
  font-size: 12px;
}

.pricing-quote:hover {
  background: #e6e9f1;
}

@media (max-width: 900px) {
  .pricing-table {
    font-size: 13px;
  }

  .pricing-table-wrap {
    overflow-x: auto;
  }

  .pricing-table {
    min-width: 860px;
  }
}

.pricing-costs-table {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(30, 27, 46, 0.08);
  overflow: hidden;
}

.pricing-cost-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 22px;
  border-bottom: 1px solid #e5e1f0;
  color: #1e1b2e;
}

.pricing-cost-row.last {
  border-bottom: none;
}

.pricing-cost-amount {
  font-weight: 600;
  color: #5f5b70;
}

.pricing-faq-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.pricing-faq-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 10px 24px rgba(30, 27, 46, 0.08);
}

.pricing-faq-item h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.pricing-faq-item p {
  color: #5f5b70;
  font-size: 14px;
}

.ranking-hero {
  position: relative;
  padding: 120px 0 90px;
  color: #ffffff;
  overflow: hidden;
  border-radius: 32px;
  margin: 24px auto 0;
  width: min(1200px, 92%);
}

.ranking-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://i.pinimg.com/736x/dd/ed/55/dded557bf6fefbaf8c68984c449eb949.jpg");
  background-size: cover;
  background-position: center;
}

.ranking-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(25, 28, 45, 0.75);
}

.ranking-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 820px;
}

.ranking-hero h1 {
  font-size: clamp(36px, 5vw, 60px);
  margin-bottom: 16px;
}

.ranking-hero p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
}

.ranking-table {
  display: grid;
  gap: 12px;
}

.ranking-row {
  display: grid;
  grid-template-columns: 80px 1.2fr 140px 140px 100px 1.5fr;
  align-items: center;
  gap: 16px;
  background: #ffffff;
  border-radius: 14px;
  padding: 16px 20px;
  box-shadow: 0 10px 24px rgba(30, 27, 46, 0.08);
}

.ranking-header {
  background: #f5f6fa;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #5f5b70;
  box-shadow: none;
}

.ranking-rank {
  font-weight: 700;
  color: #1e1b2e;
}

.ranking-country {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
}

.ranking-flag {
  width: 28px;
  height: 21px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(30, 27, 46, 0.12);
  object-fit: cover;
}

.ranking-chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eef1f6;
  color: #1e1b2e;
  font-size: 12px;
  font-weight: 600;
}

.ranking-metric {
  font-weight: 700;
  color: #c08c3a;
}

.ranking-score {
  font-weight: 700;
  color: #1e1b2e;
}

.ranking-notes {
  color: #5f5b70;
  font-size: 13px;
}

@media (max-width: 1100px) {
  .ranking-row {
    grid-template-columns: 70px 1fr 120px 120px 90px 1fr;
  }
}

@media (max-width: 900px) {
  .ranking-row {
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: left;
  }

  .ranking-header {
    display: none;
  }
}

.tax-hero {
  position: relative;
  padding: 120px 0 90px;
  color: #ffffff;
  overflow: hidden;
  border-radius: 32px;
  margin: 24px auto 0;
  width: min(1200px, 92%);
}

.tax-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1554224154-26032ffc0d07?w=1920&h=600&fit=crop");
  background-size: cover;
  background-position: center;
}

.tax-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(25, 28, 45, 0.75);
}

.tax-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 820px;
}

.tax-hero h1 {
  font-size: clamp(36px, 5vw, 60px);
  margin-bottom: 16px;
}

.tax-hero p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
}

.tax-table {
  display: grid;
  gap: 16px;
}

.tax-row {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.7fr 1.4fr;
  gap: 16px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px 20px;
  box-shadow: 0 12px 26px rgba(30, 27, 46, 0.08);
  align-items: center;
}

.tax-jurisdiction {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tax-title {
  font-weight: 700;
  color: #1e1b2e;
}

.tax-sub {
  color: #7a7398;
  font-size: 13px;
}

.tax-metric {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tax-label {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7a7398;
}

.tax-value {
  font-weight: 600;
  color: #1e1b2e;
}

.tax-notes {
  color: #5f5b70;
  font-size: 13px;
}

@media (max-width: 960px) {
  .tax-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .tax-row {
    grid-template-columns: 1fr;
  }
}

.careers-hero {
  position: relative;
  padding: 120px 0 90px;
  color: #ffffff;
  overflow: hidden;
  border-radius: 32px;
  margin: 24px auto 0;
  width: min(1200px, 92%);
}

.careers-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1521791136064-7986c2920216?w=1920&h=600&fit=crop");
  background-size: cover;
  background-position: center;
}

.careers-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(25, 28, 45, 0.7);
}

.careers-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.careers-hero h1 {
  font-size: clamp(36px, 5vw, 60px);
  margin-bottom: 16px;
}

.careers-intro .careers-copy {
  max-width: 760px;
  margin: 0 auto;
  color: #5f5b70;
  font-size: 17px;
  display: grid;
  gap: 16px;
}

.careers-cta {
  background: #f3f1f8;
  padding: 48px 0;
}

.careers-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 860px;
  margin: 0 auto;
}

.careers-cta h2 {
  font-size: 28px;
  margin-bottom: 8px;
}

.careers-cta a {
  color: #c08c3a;
}

.careers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.careers-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(30, 27, 46, 0.08);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.careers-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.careers-card-header h3 {
  font-size: 20px;
}

.careers-pill {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef1f6;
  color: #1e1b2e;
  font-weight: 600;
}

.careers-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
  color: #5f5b70;
  font-size: 14px;
}

.careers-card ul li::before {
  content: "-";
  margin-right: 8px;
  color: #c08c3a;
}

.careers-desc {
  color: #5f5b70;
  font-size: 14px;
}

.careers-details {
  color: #7a7398;
  font-size: 13px;
}

@media (max-width: 900px) {
  .careers-cta-inner {
    flex-direction: column;
    text-align: center;
  }
}

.choice-hero {
  position: relative;
  padding: 120px 0 90px;
  color: #ffffff;
  overflow: hidden;
  border-radius: 32px;
  margin: 24px auto 0;
  width: min(1200px, 92%);
}

.choice-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1489515217757-5fd1be406fef?w=1920&h=600&fit=crop");
  background-size: cover;
  background-position: center;
}

.choice-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(25, 28, 45, 0.75);
}

.choice-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 820px;
}

.choice-hero h1 {
  font-size: clamp(36px, 5vw, 60px);
  margin-bottom: 16px;
}

.choice-hero p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
}

.choice-story-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
  align-items: start;
}

.choice-story h2 {
  font-size: 32px;
  margin-bottom: 12px;
}

.choice-story p {
  color: #5f5b70;
  font-size: 15px;
  margin-bottom: 14px;
}

.choice-highlight {
  background: #f3f1f8;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(30, 27, 46, 0.08);
}

.choice-highlight h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.choice-highlight p {
  color: #5f5b70;
  margin-bottom: 18px;
}

.choice-stats {
  background: #ffffff;
}

.choice-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  text-align: center;
}

.choice-metric {
  background: #f7f8fb;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 10px 22px rgba(30, 27, 46, 0.06);
}

.choice-metric h3 {
  font-size: 32px;
  color: #c08c3a;
  margin-bottom: 6px;
}

.choice-metric p {
  color: #5f5b70;
  font-size: 14px;
}

.choice-experiences {
  background: linear-gradient(180deg, #ffffff 0%, #f8f6f1 100%);
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.experience-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(30, 27, 46, 0.1);
  border: 1px solid rgba(192, 140, 58, 0.15);
}

.experience-card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.experience-card-body {
  padding: 18px;
}

.experience-card-status {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #8f6a2b;
  background: #f7eddc;
  border-radius: 999px;
  padding: 6px 10px;
}

.experience-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.experience-card p {
  color: #5f5b70;
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 900px) {
  .choice-story-grid {
    grid-template-columns: 1fr;
  }

  .experience-card-image {
    height: 200px;
  }
}

.investment-hero {
  position: relative;
  padding: 120px 0 90px;
  color: #ffffff;
  overflow: hidden;
  border-radius: 32px;
  margin: 24px auto 0;
  width: min(1200px, 92%);
}

.investment-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://i.pinimg.com/736x/05/b0/5c/05b05c6d5b1d10227b76cea99312de72.jpg");
  background-size: cover;
  background-position: center;
}

.investment-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(25, 28, 45, 0.72);
}

.investment-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 820px;
}

.investment-hero h1 {
  font-size: clamp(36px, 5vw, 60px);
  margin-bottom: 16px;
}

.investment-hero p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
}

.investment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.countries-hero {
  position: relative;
  padding: 120px 0 90px;
  color: #ffffff;
  overflow: hidden;
  border-radius: 32px;
  margin: 24px auto 0;
  width: min(1200px, 92%);
}

.countries-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("../images/hero.png");
  background-size: cover;
  background-position: center;
}

.countries-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(30, 27, 46, 0.72);
}

.countries-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 820px;
}

.countries-hero h1 {
  font-size: clamp(36px, 5vw, 60px);
  margin-bottom: 16px;
}

.countries-hero p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
}

.countries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

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

.country-card-media {
  position: relative;
}

.country-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(30, 27, 46, 0.6), transparent 65%);
}

.country-card h3 {
  font-size: 26px;
  margin-bottom: 10px;
}

.country-price {
  color: #c08c3a;
  font-weight: 600;
  margin-bottom: 12px;
}

.country-card-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  color: #5f5b70;
  font-size: 14px;
}

.country-card-features li {
  margin-bottom: 8px;
}

.country-card-link {
  margin: 0 auto;
}

.country-hero {
  position: relative;
  padding: 120px 0 110px;
  color: #ffffff;
  overflow: hidden;
}

.country-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.country-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(15, 13, 27, 0.8), rgba(30, 27, 46, 0.4));
}

.country-hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.country-hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 12px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.75);
}

.country-hero h1 {
  font-size: clamp(40px, 5vw, 62px);
  margin-bottom: 8px;
}

.country-hero h2 {
  font-size: clamp(30px, 4vw, 48px);
  margin-bottom: 18px;
}

.country-hero-tagline {
  font-size: 18px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.85);
}

.country-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn-light {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
  color: #1e1b2e;
}

.btn-light:hover {
  background: #ffffff;
  transform: translateY(-2px);
}

.country-stats {
  background: #f3f1f8;
  padding: 24px 0;
  border-bottom: 1px solid #e5e1f0;
}

.country-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px;
  text-align: center;
}

.country-stat {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 10px 22px rgba(30, 27, 46, 0.08);
}

.country-stat-value {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 600;
  color: #1e1b2e;
}

.country-stat-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #7a7398;
  margin-top: 8px;
}

.country-overview .section-title p {
  max-width: 760px;
}

.country-panels-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.country-panel {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(30, 27, 46, 0.08);
  padding: 26px;
}

.country-panel h3 {
  font-size: 24px;
  margin-bottom: 16px;
}

.country-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #5f5b70;
  font-size: 14px;
}

.country-panel li {
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
}

.country-panel li::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #c08c3a;
}

.country-steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.country-step-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 10px 24px rgba(30, 27, 46, 0.08);
}

.country-step-number {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #c08c3a;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 12px;
}

.country-step-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.country-step-card p {
  color: #5f5b70;
  font-size: 14px;
}

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

.country-faq-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px 22px;
  box-shadow: 0 10px 24px rgba(30, 27, 46, 0.08);
}

.country-faq-item summary {
  cursor: pointer;
  font-weight: 600;
  color: #1e1b2e;
  list-style: none;
}

.country-faq-item summary::-webkit-details-marker {
  display: none;
}

.country-faq-item p {
  margin-top: 12px;
  color: #5f5b70;
  font-size: 14px;
}

.country-costs .pricing-costs-table {
  max-width: 820px;
  margin: 0 auto;
}

.gv-hero {
  position: relative;
  color: #ffffff;
  padding: 140px 0 110px;
  overflow: hidden;
}

.gv-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.gv-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(8, 12, 26, 0.9), rgba(22, 24, 44, 0.55));
}

.gv-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
  align-items: center;
}

.gv-breadcrumb {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 11px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.7);
}

.gv-breadcrumb a {
  color: rgba(255, 255, 255, 0.9);
}

.gv-hero h1 {
  font-size: clamp(40px, 5vw, 64px);
  margin-bottom: 12px;
}

.gv-hero-sub {
  font-size: 18px;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 24px;
}

.gv-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.gv-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gv-hero-tags span {
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gv-hero-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  padding: 24px;
  backdrop-filter: blur(10px);
}

.gv-hero-card h3 {
  font-size: 20px;
  margin-bottom: 16px;
}

.gv-hero-metrics {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
}

.gv-hero-metrics span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.7);
}

.gv-hero-metrics strong {
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.gv-section {
  padding: 90px 0;
}

.gv-two-col {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: start;
}

.gv-section-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 11px;
  color: #7a7398;
  margin-bottom: 16px;
}

.gv-section-title {
  text-align: center;
  margin-bottom: 36px;
}

.gv-section-title h2 {
  font-size: 34px;
}

.gv-section-title p {
  color: #5f5b70;
  max-width: 720px;
  margin: 0 auto;
}

.gv-section-copy {
  color: #5f5b70;
  font-size: 16px;
  margin-bottom: 20px;
}

.gv-highlight-list {
  display: grid;
  gap: 12px;
  color: #1e1b2e;
  font-weight: 600;
}

.gv-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(30, 27, 46, 0.08);
  padding: 26px;
}

.gv-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.gv-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #5f5b70;
  font-size: 14px;
}

.gv-card li {
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
}

.gv-card li::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #c08c3a;
}

.gv-options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.gv-option-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 12px 26px rgba(30, 27, 46, 0.08);
}

.gv-option-amount {
  font-size: 18px;
  color: #c08c3a;
  font-weight: 600;
  margin: 10px 0;
}

.gv-option-note {
  color: #5f5b70;
  font-size: 14px;
}

.gv-benefit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.gv-benefit-card {
  background: #f7f8fb;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 10px 22px rgba(30, 27, 46, 0.06);
}

.gv-benefit-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.gv-benefit-card p {
  color: #5f5b70;
  font-size: 14px;
}

.gv-steps-grid {
  display: grid;
  gap: 16px;
}

.gv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 12px 24px rgba(30, 27, 46, 0.08);
}

.gv-step-number {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #c08c3a;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.gv-step-card h3 {
  font-size: 18px;
  margin-bottom: 6px;
}

.gv-step-card p {
  color: #5f5b70;
  font-size: 14px;
}

.gv-costs-table {
  max-width: 720px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 12px 26px rgba(30, 27, 46, 0.08);
  overflow: hidden;
}

.gv-cost-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #e5e1f0;
}

.gv-cost-row.last {
  border-bottom: none;
}

.gv-faq-grid {
  display: grid;
  gap: 16px;
}

.gv-faq-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px 22px;
  box-shadow: 0 10px 24px rgba(30, 27, 46, 0.08);
}

.gv-faq-item summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.gv-faq-item summary::-webkit-details-marker {
  display: none;
}

.gv-faq-item p {
  margin-top: 12px;
  color: #5f5b70;
  font-size: 14px;
}

.gv-achievement .gv-section-title {
  margin-bottom: 24px;
}

.gv-slider {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
}

.gv-slider-track {
  width: min(980px, 100%);
  margin: 0 auto;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.gv-slider-track::-webkit-scrollbar {
  display: none;
}

.gv-slider-item {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(30, 27, 46, 0.08);
  background: #ffffff;
  scroll-snap-align: start;
  flex: 0 0 100%;
}

.gv-slider-item img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

.gv-slider-btn {
  border: none;
  background: #ffffff;
  color: #1e1b2e;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  box-shadow: 0 10px 20px rgba(30, 27, 46, 0.1);
  cursor: pointer;
}

.gv-slider-btn:hover {
  background: #f3f1f8;
}

@media (max-width: 900px) {
  .gv-slider {
    grid-template-columns: 1fr;
  }

  .gv-slider-btn {
    justify-self: center;
  }

  .gv-slider-track {
    padding-bottom: 4px;
  }

  .gv-slider-item {
    flex-basis: 100%;
  }
}

@media (max-width: 980px) {
  .gv-hero-inner,
  .gv-two-col {
    grid-template-columns: 1fr;
  }

  .gv-section {
    padding: 56px 0;
  }
}
.resources-cta h2 {
  font-size: 36px;
  margin-bottom: 12px;
}

.resources-cta p {
  color: #5f5b70;
  max-width: 700px;
  margin: 0 auto 24px;
}

.cta h2 {
  font-size: 38px;
}

.cta p {
  color: rgba(255, 255, 255, 0.8);
}

.contact-cards {
  display: grid;
  gap: 16px;
}

.contact-card {
  padding: 20px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
}

.contact-hero {
  padding: 120px 0 90px;
}

.contact-hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: start;
}

.contact-hero-copy h1 {
  font-size: clamp(36px, 5vw, 60px);
  margin-bottom: 16px;
}

.contact-hero-copy p {
  color: #5f5b70;
  font-size: 16px;
  margin-bottom: 20px;
}

.contact-divider {
  width: 120px;
  height: 2px;
  background: #c08c3a;
  margin-bottom: 24px;
}

.contact-hero .contact-cards {
  display: grid;
  gap: 16px;
}

.contact-hero .contact-card {
  background: #f7f8fb;
  box-shadow: 0 12px 26px rgba(30, 27, 46, 0.08);
}

.contact-form-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(30, 27, 46, 0.1);
  padding: 28px;
}

.contact-form-card h2 {
  font-size: 24px;
  margin-bottom: 18px;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #7a7398;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid #e5e1f0;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  color: #1e1b2e;
  background: #fff;
}

.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-form button {
  width: fit-content;
}

@media (max-width: 900px) {
  .contact-hero-inner {
    grid-template-columns: 1fr;
  }
}

.contact-banner {
  position: relative;
  padding: 120px 0 90px;
  color: #ffffff;
  overflow: hidden;
  border-radius: 32px;
  margin: 24px auto 0;
  width: min(1200px, 92%);
}

.contact-banner + .cta {
  margin-top: 32px;
}

.contact-banner-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?w=1920&h=600&fit=crop");
  background-size: cover;
  background-position: center;
}

.contact-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(25, 28, 45, 0.72);
}

.contact-banner-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 820px;
}

.contact-banner h1 {
  font-size: clamp(36px, 5vw, 60px);
  margin-bottom: 16px;
}

.contact-banner p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
}

.site-footer {
  background: #1a1529;
  color: #e5e7eb;
  padding: 60px 0 30px;
}

.footer-logo {
  height: 62px;
  width: auto;
  display: block;
  margin-bottom: 12px;
}

.footer-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.site-footer a {
  display: block;
  margin-bottom: 8px;
  color: #e5e7eb;
  font-size: 14px;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  font-size: 13px;
  color: #94a3b8;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1200px) {
  .header-bar {
    grid-template-columns: auto 1fr;
  }

  .header-actions {
    display: none;
  }

  .nav-links {
    position: fixed;
    inset: 90px 20px auto 20px;
    background: #fff;
    padding: 24px;
    border-radius: var(--radius);
    flex-direction: column;
    gap: 16px;
    transform: translateY(-16px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  body.nav-open .nav-links {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    box-shadow: var(--shadow);
  }

  .mega-menu {
    position: static;
    min-width: 100%;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    box-shadow: none;
    margin-top: 8px;
  }

  .mega-grid {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    max-height: none;
  }

  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
  }

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

@media (max-width: 700px) {
  .hero-badges {
    flex-direction: column;
  }

  .section {
    padding: 72px 0;
  }

  .hero-card {
    padding: 56px 26px;
  }
}

body {
  padding-top: 100px;
}

.fixed {
  position: fixed;
}

header.fixed {
  top: 16px;
  left: 16px;
  right: 16px;
  border-radius: 999px;
  overflow: visible;
}

@media (max-width: 1024px) {
  header.fixed {
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    margin: 0;
  }

  header.fixed .border-b {
    border-radius: 0;
  }
}

header.fixed .border-b {
  border-bottom: none;
}

header.fixed .container-wide {
  position: relative;
  z-index: 2;
}

[data-dropdown-menu] {
  z-index: 2000 !important;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0;
}

.top-full {
  top: 100%;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.right-3 {
  right: 0.75rem;
}

.top-1\/2 {
  top: 50%;
}

.bottom-0 {
  bottom: 0;
}

.bottom-4 {
  bottom: 1rem;
}

.right-4 {
  right: 1rem;
}

.inset-0 {
  inset: 0;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.bg-background {
  background: #ffffff;
}

.bg-muted {
  background: #f3f1f8;
}

.text-foreground {
  color: #1e1b2e;
}

.text-muted-foreground {
  color: #7a7398;
}

.text-primary {
  color: #1e1b2e;
}

.text-gold {
  color: #b19758;
}

.border {
  border: 1px solid #e5e1f0;
}

.border-b {
  border-bottom: 1px solid #e5e1f0;
}

.border-r {
  border-right: 1px solid #e5e1f0;
}

.border-t {
  border-top: 1px solid #e5e1f0;
}

.border-border {
  border-color: #e5e1f0;
}

.shadow-soft {
  box-shadow: 0 12px 30px rgba(30, 27, 46, 0.08);
}

.shadow-elevated {
  box-shadow: 0 20px 50px rgba(30, 27, 46, 0.16);
}

.shadow-sm {
  box-shadow: 0 2px 6px rgba(30, 27, 46, 0.1);
}

.rounded-sm {
  border-radius: 6px;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[2px\] {
  border-radius: 2px;
}

.container-wide {
  width: min(1280px, 94%);
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-0 {
  gap: 0;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.25rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.5rem;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

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

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.flex-col {
  flex-direction: column;
}

.w-40 {
  width: 10rem;
}

.w-72 {
  width: 18rem;
}

.w-64 {
  width: 16rem;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-3 {
  width: 0.75rem;
}

.h-6 {
  height: 1.5rem;
}

.h-3 {
  height: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.h-4 {
  height: 1rem;
}

.w-full {
  width: 100%;
}

.h-auto {
  height: auto;
}

.object-cover {
  object-fit: cover;
}

.w-1\/4 {
  width: 25%;
}

.w-3\/4 {
  width: 75%;
}

.w-\[900px\] {
  width: 900px;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.tracking-wider {
  letter-spacing: 0.14em;
}

.tracking-wide {
  letter-spacing: 0.08em;
}

.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}

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

.hidden {
  display: none;
}

.block {
  display: block;
}

.max-h-\[400px\] {
  max-height: 400px;
}

.max-h-\[80vh\] {
  max-height: 80vh;
}

.overflow-y-auto {
  overflow-y: auto;
}

.transition-colors {
  transition: color 0.2s ease, background 0.2s ease;
}

.transition-transform {
  transition: transform 0.2s ease;
}

.hover\:text-primary:hover {
  color: #1e1b2e;
}

.hover\:text-gold:hover {
  color: #b19758;
}

.hover\:bg-muted:hover {
  background: #f3f1f8;
}

.focus\:outline-none:focus {
  outline: none;
}

.focus\:ring-1:focus {
  box-shadow: 0 0 0 1px rgba(30, 27, 46, 0.2);
}

.focus\:ring-primary:focus {
  box-shadow: 0 0 0 1px rgba(30, 27, 46, 0.45);
}

.-translate-y-1\/2 {
  transform: translateY(-50%);
}

.sticky {
  position: sticky;
}

[data-dropdown]:hover [data-dropdown-menu],
[data-dropdown]:focus-within [data-dropdown-menu] {
  display: block !important;
}

[data-dropdown]:hover [data-dropdown-icon],
[data-dropdown]:focus-within [data-dropdown-icon] {
  transform: rotate(180deg);
}

.grid.grid-cols-5 > div {
  padding-right: 1rem;
  border-right: 1px solid #e5e1f0;
}

.grid.grid-cols-5 > div:last-child {
  padding-right: 0;
  border-right: none;
}

[data-dropdown-menu] h5 {
  padding: 0 6px;
}

.google-translate-fab {
  position: relative;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  pointer-events: auto;
}

.google-translate-fab::before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("https://www.google.com/images/branding/product/1x/translate_24dp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
  position: relative;
  z-index: 2;
}

.google-translate-fab .goog-te-gadget {
  font-size: 0;
}

.google-translate-fab .goog-te-gadget span {
  display: none;
}

.google-translate-fab select {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  pointer-events: auto;
  z-index: 1;
}

.google-translate-fab:focus-within select {
  opacity: 1;
  width: 180px;
  height: 2.5rem;
  right: 0;
  left: auto;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 0 2.5rem 0 0.75rem;
  color: #111827;
}

#google_translate_element ul,
[data-dropdown-menu] ul,
[data-dropdown-menu] li,
[data-mobile-dropdown-content] ul,
[data-mobile-dropdown-content] li {
  list-style: none;
  padding: 0;
  margin: 0;
}

#goog-gt-tt,
.goog-te-banner-frame {
  display: none !important;
}

iframe[id$="container"],
iframe.goog-te-menu-frame,
iframe[src*="translate.google.com"] {
  display: none !important;
}

body {
  top: 0 !important;
}

html {
  margin-top: 0 !important;
}

.logo-wordmark {
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #1e1b2e;
}

.logo-image {
  height: 70px;
  width: auto;
  display: block;
}

header button {
  background: transparent;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
}

@media (min-width: 768px) {
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:block {
    display: block;
  }
}

@media (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:static {
    position: static;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:right-auto {
    right: auto;
  }
}
