:root {
  --primary: #008356;
  --primary-dark: #0c1f36;
  --primary-soft: #e6f5ef;
  --purple: #123c68;
  --cyan: #16a879;
  --ink: #0f172a;
  --muted: #64748b;
  --line: #e2e8f0;
  --soft: #f8fafc;
  --soft-blue: #eef6ff;
  --white: #ffffff;
  --success: #16a34a;
  --warning: #c89b52;
  --shadow-sm: 0 12px 30px rgba(15, 23, 42, 0.08);
  --shadow-md: 0 24px 70px rgba(15, 23, 42, 0.14);
  --shadow-glow: 0 24px 90px rgba(0, 131, 86, 0.28);
  --radius: 22px;
  --radius-lg: 34px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Poppins, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}

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

img,
svg {
  max-width: 100%;
}

.container {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.narrow {
  max-width: 860px;
}

.skip-link {
  position: absolute;
  top: -60px;
  left: 16px;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--white);
  border-radius: 12px;
  z-index: 999;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.78);
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.05);
}

.navbar {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  color: var(--ink);
  font-weight: 800;
}

.brand-logo-frame {
  width: 220px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.86);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.brand-logo {
  width: 190px;
  max-width: 88%;
  height: auto;
  display: block;
}

.brand-mark {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  border-radius: 16px;
  color: var(--white);
  background: linear-gradient(135deg, var(--primary), var(--purple));
  box-shadow: 0 12px 28px rgba(0, 131, 86, 0.24);
  font-size: 0.82rem;
  letter-spacing: 0;
}

.brand-text {
  font-size: 1rem;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.nav-menu a {
  padding: 9px 2px;
  border-bottom: 2px solid transparent;
}

.nav-menu a:hover,
.nav-menu a.active {
  color: var(--primary);
  border-color: var(--primary);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.nav-cta,
.button.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--primary), var(--purple));
  box-shadow: 0 16px 34px rgba(0, 131, 86, 0.28);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
}

.section .button.secondary,
.page-hero .button.secondary {
  color: var(--primary-dark);
  border-color: var(--line);
  background: var(--white);
}

.button.light {
  color: var(--primary-dark);
  background: var(--white);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
}

.button.full {
  width: 100%;
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-glow);
}

.button.primary::after,
.nav-cta::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--white);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 84px 0 72px;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 18%, rgba(22, 168, 121, 0.34), transparent 28%),
    radial-gradient(circle at 78% 18%, rgba(200, 155, 82, 0.28), transparent 30%),
    radial-gradient(circle at 52% 86%, rgba(255, 255, 255, 0.14), transparent 28%),
    linear-gradient(135deg, #07111f 0%, #0c1f36 46%, #008356 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), transparent);
}

.hero-grid,
.split-layout,
.contact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 58px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero .eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #e6f5ef;
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(12px);
}

.page-hero .eyebrow {
  color: var(--purple);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  color: inherit;
  font-size: clamp(2.75rem, 7vw, 5.7rem);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.25;
}

.hero-text {
  max-width: 660px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.12rem;
}

.page-hero p,
.section-heading p,
.split-layout p {
  color: var(--muted);
  font-size: 1.04rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.trust-row span {
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  font-size: 0.9rem;
}

.trust-row strong {
  color: var(--white);
}

.hero-panel {
  min-height: 520px;
}

.orbit-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(239, 246, 255, 0.72)),
    radial-gradient(circle at 80% 18%, rgba(0, 131, 86, 0.18), transparent 34%);
  box-shadow: 0 34px 100px rgba(15, 23, 42, 0.32);
  backdrop-filter: blur(18px);
}

.student-illustration {
  isolation: isolate;
}

.orbit-card::before {
  content: "";
  position: absolute;
  width: 370px;
  height: 370px;
  left: 50%;
  top: 47%;
  border: 1px dashed rgba(0, 131, 86, 0.24);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orbit-card::after {
  content: "Study abroad roadmap";
  position: absolute;
  left: 28px;
  top: 28px;
  padding: 10px 13px;
  border-radius: 999px;
  color: var(--primary-dark);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-sm);
  font-size: 0.82rem;
  font-weight: 900;
}

.student-figure {
  position: absolute;
  left: 50%;
  top: 48%;
  z-index: 2;
  width: 172px;
  height: 220px;
  transform: translate(-50%, -50%);
}

.student-head {
  position: absolute;
  left: 50%;
  top: 0;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fee2c5, #f8b88b);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
  transform: translateX(-50%);
}

.student-head::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: -7px;
  height: 30px;
  border-radius: 999px 999px 18px 18px;
  background: #1e293b;
}

.student-body {
  position: absolute;
  left: 50%;
  top: 68px;
  width: 128px;
  height: 128px;
  border-radius: 36px 36px 28px 28px;
  background: linear-gradient(135deg, var(--primary), var(--purple));
  box-shadow: 0 28px 60px rgba(0, 131, 86, 0.3);
  transform: translateX(-50%);
}

.student-body::before,
.student-body::after {
  content: "";
  position: absolute;
  top: 20px;
  width: 34px;
  height: 94px;
  border-radius: 999px;
  background: linear-gradient(180deg, #e6f5ef, #9bd8c0);
}

.student-body::before {
  left: -20px;
  transform: rotate(18deg);
}

.student-body::after {
  right: -20px;
  transform: rotate(-18deg);
}

.student-book {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 3;
  width: 156px;
  height: 74px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffffff, #e6f5ef);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.2);
  transform: translateX(-50%) rotate(-2deg);
}

.student-book::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: rgba(0, 131, 86, 0.24);
}

.student-book::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 22px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0, 131, 86, 0.28), transparent 42%, rgba(200, 155, 82, 0.32));
}

.hero-shape {
  position: absolute;
  z-index: 1;
  border-radius: 28px;
  opacity: 0.82;
  filter: blur(0.2px);
}

.shape-one {
  left: 44px;
  top: 122px;
  width: 82px;
  height: 82px;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.42), rgba(255, 255, 255, 0.72));
  transform: rotate(16deg);
}

.shape-two {
  right: 56px;
  top: 190px;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(200, 155, 82, 0.28), rgba(0, 131, 86, 0.2));
}

.shape-three {
  left: 88px;
  bottom: 136px;
  width: 112px;
  height: 54px;
  background: rgba(255, 255, 255, 0.66);
  transform: rotate(-9deg);
}

.flight-path {
  position: absolute;
  left: 16%;
  top: 39%;
  width: 68%;
  height: 120px;
  border-top: 4px dashed rgba(0, 131, 86, 0.38);
  border-radius: 50%;
  transform: rotate(-10deg);
}

.map-pin {
  position: absolute;
  width: 19px;
  height: 19px;
  border-radius: 50% 50% 50% 0;
  background: linear-gradient(135deg, var(--primary), var(--purple));
  transform: rotate(-45deg);
  box-shadow: 0 8px 20px rgba(0, 131, 86, 0.38);
}

.map-pin::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: var(--white);
}

.pin-one { left: 22%; top: 29%; }
.pin-two { right: 22%; top: 35%; }
.pin-three { left: 45%; bottom: 25%; }

.student-card,
.country-stack {
  position: absolute;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-md);
}

.student-card {
  left: 28px;
  right: 28px;
  bottom: 28px;
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 18px;
  color: var(--ink);
}

.student-card small {
  display: block;
  color: var(--muted);
}

.icon-circle {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  color: var(--white);
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  font-size: 0.78rem;
  font-weight: 900;
}

.country-stack {
  top: 86px;
  right: 28px;
  display: grid;
  gap: 9px;
  padding: 15px;
}

.country-stack span {
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--primary-dark);
  background: var(--primary-soft);
  font-size: 0.86rem;
  font-weight: 900;
}

.premium-strip {
  position: relative;
  z-index: 3;
  padding: 78px 0 92px;
  background: var(--white);
}

.trust-bar {
  position: relative;
  z-index: 4;
  margin-top: -34px;
}

.trust-bar-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-md);
}

.trust-bar-inner span {
  min-height: 64px;
  display: grid;
  place-items: center;
  padding: 12px;
  border-radius: 18px;
  color: var(--primary-dark);
  background: linear-gradient(135deg, var(--soft-blue), var(--white));
  text-align: center;
  font-size: 0.92rem;
}

.founder-note {
  max-width: 820px;
  margin-bottom: 28px;
  text-align: center;
}

.founder-note h2 {
  margin-bottom: 18px;
}

.founder-note p {
  margin: 8px auto;
  max-width: 700px;
  color: var(--muted);
}

.founder-note strong {
  color: var(--ink);
}

.premium-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.premium-grid div {
  padding: 22px 24px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.premium-grid strong,
.premium-grid span {
  display: block;
}

.premium-grid strong {
  color: var(--ink);
  font-size: 1.03rem;
}

.premium-grid span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.92rem;
}

.section,
.page-hero {
  padding: 92px 0;
}

.page-hero {
  position: relative;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 10% 20%, rgba(0, 131, 86, 0.14), transparent 28%),
    radial-gradient(circle at 90% 10%, rgba(200, 155, 82, 0.14), transparent 28%),
    linear-gradient(180deg, #f8fbff, var(--white));
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
  text-align: center;
}

.feature-grid,
.values-grid,
.service-card-grid,
.testimonial-grid,
.destination-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

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

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

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

.feature-card,
.testimonial-card,
.destination-card,
.contact-form,
.contact-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.86);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  padding: 26px;
  box-shadow: var(--shadow-sm);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.feature-card::before,
.destination-card::before,
.testimonial-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--purple), var(--cyan));
  opacity: 0;
  transition: opacity 220ms ease;
}

.feature-card:hover,
.testimonial-card:hover,
.destination-card:hover {
  transform: translateY(-7px) scale(1.015);
  border-color: rgba(0, 131, 86, 0.28);
  box-shadow: var(--shadow-md);
}

.feature-card:hover::before,
.testimonial-card:hover::before,
.destination-card:hover::before {
  opacity: 1;
}

.feature-card p,
.testimonial-card p,
.destination-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.card-icon {
  display: inline-grid;
  place-items: center;
  min-width: 46px;
  height: 46px;
  padding: 0 12px;
  margin-bottom: 18px;
  border-radius: 17px;
  color: var(--white);
  background: linear-gradient(135deg, var(--primary), var(--purple));
  box-shadow: 0 14px 28px rgba(0, 131, 86, 0.22);
  font-size: 0.86rem;
  font-weight: 900;
}

.section-blue {
  background:
    radial-gradient(circle at top right, rgba(0, 131, 86, 0.12), transparent 30%),
    linear-gradient(180deg, #f8fffc, #eef8f4);
}

.service-list {
  display: grid;
  gap: 14px;
}

.service-list div,
.checklist p {
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(226, 232, 240, 0.86);
  border-radius: 20px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.service-list strong,
.service-list span {
  display: block;
}

.service-list span {
  margin-top: 4px;
  color: var(--muted);
}

.destination-grid {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 12px;
}

.destination-grid a {
  min-height: 82px;
  display: grid;
  place-items: center;
  padding: 13px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 20px;
  color: var(--primary-dark);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  font-weight: 900;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.destination-grid a:hover {
  transform: translateY(-5px);
  color: var(--primary);
  box-shadow: var(--shadow-md);
}

.destination-card span {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
  border-radius: 18px;
  color: var(--primary-dark);
  background: var(--primary-soft);
  font-size: 1rem;
  font-weight: 900;
}

.country-meta {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  color: var(--muted);
  background: var(--soft);
  font-size: 0.9rem;
}

.country-meta b {
  color: var(--ink);
}

.page-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.page-trust span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--primary-dark);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  font-size: 0.9rem;
  font-weight: 800;
}

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

.stat-grid div {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px;
  border: 1px solid rgba(226, 232, 240, 0.86);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.stat-grid strong {
  color: var(--primary);
  font-size: 2.1rem;
  line-height: 1;
}

.stat-grid span {
  margin-top: 8px;
  color: var(--muted);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.timeline div {
  padding: 24px;
  border: 1px solid rgba(226, 232, 240, 0.86);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.timeline span {
  display: block;
  margin-bottom: 12px;
  color: var(--primary);
  font-weight: 900;
}

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

.testimonial-card {
  min-height: 270px;
  display: flex;
  flex-direction: column;
}

.testimonial-card p {
  flex: 1;
  font-size: 1rem;
}

.testimonial-card strong {
  margin-top: 20px;
  color: var(--ink);
}

.testimonial-card span {
  color: var(--primary);
  font-size: 0.9rem;
  font-weight: 800;
}

.review-card {
  gap: 6px;
}

.review-card p {
  margin-top: 10px;
}

.review-stars {
  color: #fbbc04;
  font-size: 1.05rem;
  letter-spacing: 0;
  line-height: 1;
}

.review-source {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  color: #1f7a3f !important;
  background: #ecfdf3;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
}

.google-review-grid .testimonial-card {
  min-height: 330px;
}

.checklist {
  display: grid;
  gap: 14px;
}

.checklist p::before {
  content: "\2713";
  margin-right: 10px;
  color: var(--success);
  font-weight: 900;
}

.cta-band {
  padding: 74px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 20% 20%, rgba(22, 168, 121, 0.28), transparent 28%),
    linear-gradient(135deg, #07111f, var(--primary-dark), var(--primary));
}

.cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cta-content h2 {
  max-width: 740px;
  color: var(--white);
}

.cta-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.contact-grid {
  align-items: start;
}

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

.form-row {
  display: grid;
  gap: 8px;
}

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

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 15px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--primary);
  outline: 4px solid rgba(0, 131, 86, 0.14);
}

.form-status {
  margin: 0;
  color: var(--primary);
  font-weight: 800;
}

.form-reassurance {
  display: grid;
  gap: 4px;
  padding: 16px;
  border: 1px solid rgba(0, 131, 86, 0.14);
  border-radius: 18px;
  color: var(--muted);
  background: var(--soft-blue);
}

.form-reassurance strong {
  color: var(--ink);
}

.contact-panel {
  position: sticky;
  top: 100px;
}

.contact-method {
  display: grid;
  gap: 4px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.contact-method strong,
.contact-note strong {
  color: var(--ink);
}

.contact-method a {
  color: var(--primary);
  font-weight: 900;
}

.contact-note {
  margin-top: 18px;
  padding: 18px;
  border-radius: 18px;
  background: var(--soft-blue);
}

.contact-note p {
  margin-bottom: 0;
  color: var(--muted);
}

.map-cta {
  display: inline-flex;
  width: fit-content;
  margin-top: 12px;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--primary), var(--purple));
  font-size: 0.9rem;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(0, 131, 86, 0.22);
}

.site-footer {
  padding: 58px 0 24px;
  color: rgba(255, 255, 255, 0.78);
  background: #07111f;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr;
  gap: 36px;
}

.footer-brand {
  margin-bottom: 16px;
  color: var(--white);
}

.footer-brand .brand-logo-frame {
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.site-footer h3 {
  color: var(--white);
}

.site-footer a {
  display: block;
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.86);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 26px;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-bottom a {
  margin: 0;
  color: var(--white);
  font-weight: 900;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 120;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(135deg, #128c4a, #22c55e);
  box-shadow: 0 16px 34px rgba(22, 163, 74, 0.36);
  font-weight: 900;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .nav-cta {
    display: none;
  }

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

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

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

@media (max-width: 860px) {
  .navbar {
    min-height: 68px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: absolute;
    top: 68px;
    left: 12px;
    right: 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 16px 18px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow-md);
  }

  .nav-menu.open {
    display: flex;
  }

  .nav-menu a {
    padding: 13px 4px;
  }

  .hero {
    min-height: auto;
    padding: 54px 0 78px;
  }

  .hero-grid,
  .split-layout,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hero-panel,
  .orbit-card {
    min-height: 410px;
  }

  .feature-grid,
  .values-grid,
  .destination-detail-grid,
  .timeline,
  .footer-grid,
  .premium-grid,
  .trust-bar-inner {
    grid-template-columns: 1fr;
  }

  .cta-content,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-panel {
    position: static;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 24px, 1160px);
  }

  .brand-text {
    font-size: 0.92rem;
  }

  .brand-logo-frame {
    width: 176px;
    height: 50px;
    border-radius: 15px;
  }

  .brand-logo {
    width: 154px;
  }

  h1 {
    font-size: clamp(2.55rem, 14vw, 3.55rem);
  }

  h2 {
    font-size: clamp(1.85rem, 9vw, 2.45rem);
  }

  .section,
  .page-hero {
    padding: 72px 0;
  }

  .premium-strip {
    padding: 64px 0 72px;
  }

  .trust-bar-inner {
    padding: 12px;
  }

  .page-trust {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .trust-row span {
    width: 100%;
  }

  .student-card {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .country-stack {
    right: 16px;
    top: 78px;
  }

  .destination-grid,
  .service-card-grid,
  .testimonial-grid,
  .stat-grid,
  .home-trust {
    grid-template-columns: 1fr;
  }
}
