:root {
  --navy-950: #061228;
  --navy-900: #07152f;
  --navy-800: #0b1f42;
  --navy-700: #0d2b57;
  --blue-500: #0aa9d9;
  --cyan-400: #38d7ff;
  --cyan-100: #dff8ff;
  --gold-400: #f6c86a;
  --white: #ffffff;
  --soft: #f4f8ff;
  --muted: #70819d;
  --muted-2: #a7b7d2;
  --line: rgba(255, 255, 255, 0.14);
  --line-dark: rgba(11, 31, 66, 0.1);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
  --shadow-soft: 0 18px 55px rgba(7, 21, 47, 0.12);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--navy-900);
  background:
    radial-gradient(circle at 15% 0%, rgba(56, 215, 255, 0.18), transparent 28rem),
    radial-gradient(circle at 88% 8%, rgba(246, 200, 106, 0.16), transparent 28rem),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 40%, #f5f9ff 100%);
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -120px;
  z-index: 9999;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  color: var(--navy-900);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: min(100% - 32px, var(--container));
  margin-inline: auto;
}

.section {
  padding: clamp(52px, 8vw, 92px) 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(6, 18, 40, 0.74);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: box-shadow 220ms ease, background 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(6, 18, 40, 0.9);
  box-shadow: 0 12px 38px rgba(6, 18, 40, 0.18);
}

.header-inner {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--white);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--navy-900);
  background: linear-gradient(135deg, var(--cyan-400), var(--gold-400));
  box-shadow: 0 10px 28px rgba(56, 215, 255, 0.25);
  font-size: 0.82rem;
}

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

.nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.nav a {
  padding: 0.75rem 0.85rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 700;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.nav .nav-cta {
  color: var(--navy-900);
  background: var(--white);
  box-shadow: 0 10px 26px rgba(255, 255, 255, 0.12);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-top: clamp(54px, 8vw, 96px);
  background:
    linear-gradient(135deg, rgba(6, 18, 40, 0.98), rgba(10, 47, 92, 0.95)),
    radial-gradient(circle at 80% 12%, rgba(56, 215, 255, 0.38), transparent 26rem);
  color: var(--white);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(246, 200, 106, 0.2), transparent 19rem),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: auto, 46px 46px, 46px 46px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(310px, 0.95fr);
  gap: clamp(26px, 5vw, 56px);
  align-items: center;
}

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

.eyebrow {
  margin: 0 0 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--blue-500);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero .eyebrow,
.final-card .eyebrow {
  color: var(--cyan-400);
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 6px rgba(56, 215, 255, 0.1);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 1.05rem;
  max-width: 820px;
  font-size: clamp(2.35rem, 7vw, 5.3rem);
  line-height: 0.96;
  letter-spacing: -0.075em;
}

h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.85rem, 4vw, 3.45rem);
  line-height: 1.03;
  letter-spacing: -0.058em;
}

h3 {
  margin-bottom: 0.55rem;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
}

p {
  line-height: 1.7;
}

.hero-subtitle {
  max-width: 660px;
  margin-bottom: 1.45rem;
  color: rgba(244, 248, 255, 0.82);
  font-size: clamp(1rem, 2vw, 1.16rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 0;
  border-radius: 999px;
  padding: 0.88rem 1.16rem;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  color: #061228;
  background: linear-gradient(135deg, var(--cyan-400), var(--gold-400));
  box-shadow: 0 16px 35px rgba(56, 215, 255, 0.24);
}

.btn-secondary {
  color: var(--white);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.08);
}

.btn-full {
  width: 100%;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.48rem 0.68rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.075);
  font-size: 0.77rem;
  font-weight: 700;
}

.glass-panel {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.hero-visual {
  padding: clamp(16px, 2.2vw, 24px);
  overflow: hidden;
}

.mockup-top {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 800;
}

.live-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #53f4b1;
  box-shadow: 0 0 0 6px rgba(83, 244, 177, 0.12);
}

.hero-card-main {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
}

.hero-card-main img {
  width: 100%;
  border-radius: 22px;
  object-fit: cover;
}

.mini-label {
  margin-bottom: 0.45rem;
  color: var(--gold-400);
  font-size: 0.73rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-card-main h2 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.05;
}

.hero-card-main p:not(.mini-label) {
  margin-bottom: 0;
  color: rgba(244, 248, 255, 0.76);
  font-size: 0.9rem;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-top: 0.9rem;
}

.hero-stats div {
  min-width: 0;
  padding: 0.85rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.075);
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  margin-bottom: 0.22rem;
  color: var(--white);
  font-size: 0.92rem;
}

.hero-stats span {
  color: rgba(244, 248, 255, 0.68);
  font-size: 0.74rem;
  line-height: 1.45;
}

.marquee-section {
  padding: 12px 0;
  background: var(--navy-900);
}

.marquee {
  overflow: hidden;
  max-width: 100%;
  border-block: 1px solid rgba(255, 255, 255, 0.1);
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 0.65rem;
  padding: 0.65rem 0;
  animation: marquee 32s linear infinite;
}

.marquee:hover .marquee-track {
  animation-play-state: paused;
}

.marquee span {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  font-weight: 800;
  white-space: nowrap;
}

.marquee span::after {
  content: "•";
  margin-left: 0.65rem;
  color: var(--gold-400);
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 1.55rem;
  text-align: center;
}

.section-heading.compact {
  margin-bottom: 1.25rem;
}

.section-heading.left {
  margin-inline: 0;
  text-align: left;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1rem;
}

.visual-grid,
.feature-grid,
.country-grid,
.language-grid,
.life-grid,
.testimonial-grid {
  display: grid;
  gap: 1rem;
}

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

.visual-card,
.feature-card,
.country-card,
.language-card,
.life-card,
.testimonial-card {
  min-width: 0;
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.visual-card:hover,
.feature-card:hover,
.country-card:hover,
.language-card:hover,
.life-card:hover,
.testimonial-card:hover {
  transform: translateY(-4px);
  border-color: rgba(10, 169, 217, 0.24);
  box-shadow: 0 24px 70px rgba(7, 21, 47, 0.14);
}

.visual-card {
  border-radius: 24px;
  overflow: hidden;
}

.visual-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.visual-card h3,
.visual-card p {
  padding-inline: 1rem;
}

.visual-card h3 {
  margin-top: 1rem;
}

.visual-card p {
  margin-bottom: 1rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.problem-section,
.work-section {
  background:
    radial-gradient(circle at 8% 20%, rgba(56, 215, 255, 0.16), transparent 24rem),
    linear-gradient(180deg, rgba(244, 248, 255, 0.8), rgba(255, 255, 255, 0.92));
}

.two-col,
.product-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
}

.checklist {
  padding: 1rem;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(7, 21, 47, 0.98), rgba(13, 43, 87, 0.92)),
    radial-gradient(circle at 80% 10%, rgba(56, 215, 255, 0.3), transparent 18rem);
}

.check-item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.85rem;
  border-bottom: 1px solid var(--line);
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.55;
  font-size: 0.92rem;
}

.check-item:last-child {
  border-bottom: 0;
}

.check-item span,
.product-list span {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 0.1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cyan-400), var(--gold-400));
  position: relative;
}

.check-item span::after,
.product-list span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  width: 6px;
  height: 10px;
  border: solid var(--navy-900);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

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

.feature-card {
  padding: 1.05rem;
  border-radius: 22px;
}

.feature-card span {
  display: inline-flex;
  margin-bottom: 0.75rem;
  color: var(--blue-500);
  font-size: 0.82rem;
  font-weight: 900;
}

.feature-card p,
.language-card p,
.life-card p,
.testimonial-card p,
.country-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.country-section {
  color: var(--white);
  background:
    radial-gradient(circle at 12% 12%, rgba(56, 215, 255, 0.18), transparent 25rem),
    radial-gradient(circle at 88% 22%, rgba(246, 200, 106, 0.12), transparent 25rem),
    var(--navy-900);
}

.country-section .section-heading p:not(.eyebrow) {
  color: var(--muted-2);
}

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

.country-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 0.65rem;
  padding: 0.75rem;
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: none;
}

.country-card img {
  width: 100%;
  aspect-ratio: 16 / 11;
  border-radius: 18px;
  object-fit: cover;
}

.country-card div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.country-card h3 {
  margin-bottom: 0;
  color: var(--white);
}

.flag {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.country-card p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.78rem;
  line-height: 1.55;
}

.country-card strong {
  color: rgba(255, 255, 255, 0.94);
}

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

.language-card,
.life-card {
  padding: 1.05rem;
  border-radius: 22px;
}

.language-card h3 {
  font-size: 1.28rem;
}

.skills-card {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
  padding: 1rem;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7, 21, 47, 0.97), rgba(13, 43, 87, 0.92)),
    radial-gradient(circle at 82% 20%, rgba(56, 215, 255, 0.28), transparent 16rem);
}

.skills-card h3 {
  margin-bottom: 0;
}

.skill-pills,
.job-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.skill-pills span,
.job-grid span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 800;
}

.skill-pills span {
  padding: 0.58rem 0.78rem;
  color: var(--navy-900);
  background: var(--white);
}

.job-grid {
  padding: 1rem;
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.job-grid span {
  padding: 0.65rem 0.78rem;
  border: 1px solid var(--line-dark);
  color: var(--navy-800);
  background: #f7fbff;
}

.disclaimer {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(10, 169, 217, 0.18);
  border-radius: 18px;
  color: var(--navy-700);
  background: rgba(56, 215, 255, 0.08);
  font-size: 0.86rem;
}

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

.product-section {
  background:
    radial-gradient(circle at 88% 16%, rgba(56, 215, 255, 0.16), transparent 24rem),
    linear-gradient(180deg, #ffffff, #f5f9ff);
}

.product-grid {
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
}

.product-mockup {
  padding: 1.1rem;
  background:
    linear-gradient(145deg, rgba(7, 21, 47, 0.96), rgba(13, 43, 87, 0.9)),
    radial-gradient(circle at 80% 10%, rgba(56, 215, 255, 0.34), transparent 18rem);
}

.product-mockup img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 22px;
}

.product-list {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.1rem;
}

.product-list div {
  display: flex;
  align-items: flex-start;
  gap: 0.72rem;
  padding: 0.85rem;
  border: 1px solid var(--line-dark);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--navy-800);
  font-weight: 700;
  line-height: 1.45;
}

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

.testimonial-card {
  padding: 1.1rem;
  border-radius: 22px;
}

.testimonial-card span {
  display: inline-flex;
  margin-bottom: 0.8rem;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  color: var(--blue-500);
  background: rgba(10, 169, 217, 0.08);
  font-size: 0.72rem;
  font-weight: 900;
}

.testimonial-card p {
  margin-bottom: 1rem;
  color: var(--navy-800);
  font-size: 0.95rem;
}

.testimonial-card strong {
  color: var(--muted);
  font-size: 0.86rem;
}

.pricing-section {
  color: var(--white);
  background:
    radial-gradient(circle at 15% 18%, rgba(56, 215, 255, 0.22), transparent 24rem),
    radial-gradient(circle at 86% 20%, rgba(246, 200, 106, 0.18), transparent 24rem),
    var(--navy-900);
}

.pricing-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 1rem;
  align-items: center;
  padding: clamp(1rem, 3vw, 1.5rem);
}

.pricing-copy,
.pricing-includes {
  min-width: 0;
}

.pricing-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
}

.pricing-copy code {
  padding: 0.08rem 0.35rem;
  border-radius: 8px;
  color: var(--cyan-100);
  background: rgba(255, 255, 255, 0.12);
}

.price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.25rem;
  margin-top: 1rem;
  color: var(--white);
  font-size: clamp(2.4rem, 7vw, 4.8rem);
  font-weight: 900;
  letter-spacing: -0.07em;
}

.price span {
  font-size: 1.1rem;
  letter-spacing: 0;
}

.price small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.85rem;
  letter-spacing: 0;
}

.pricing-includes {
  padding: 1rem;
  border-radius: 24px;
  color: var(--navy-900);
  background: rgba(255, 255, 255, 0.94);
}

.pricing-includes ul {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.pricing-includes li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--navy-800);
  font-weight: 750;
}

.pricing-includes li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--blue-500);
  box-shadow: 0 0 0 5px rgba(10, 169, 217, 0.12);
}

.tiny-note {
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.55;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
  max-width: 840px;
  margin-inline: auto;
}

details {
  border: 1px solid var(--line-dark);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

summary {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  color: var(--navy-900);
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--navy-900);
  background: rgba(10, 169, 217, 0.1);
  transition: transform 180ms ease;
}

details[open] summary::after {
  transform: rotate(45deg);
}

details p {
  margin: 0;
  padding: 0 1rem 1rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.final-cta {
  padding-top: 28px;
}

.final-card {
  padding: clamp(1.3rem, 4vw, 2.5rem);
  border-radius: var(--radius-lg);
  color: var(--white);
  text-align: center;
  background:
    linear-gradient(135deg, rgba(7, 21, 47, 0.98), rgba(10, 169, 217, 0.86)),
    radial-gradient(circle at 82% 15%, rgba(246, 200, 106, 0.28), transparent 20rem);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.final-card h2,
.final-card p {
  max-width: 760px;
  margin-inline: auto;
}

.final-card p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.site-footer {
  padding: 1.4rem 0;
  color: rgba(255, 255, 255, 0.72);
  background: var(--navy-950);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  font-size: 0.8rem;
}

.footer-inner p {
  margin: 0;
  line-height: 1.5;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

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

  .visual-grid,
  .feature-grid,
  .life-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

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

  .header-inner {
    min-height: 64px;
  }

  .nav-toggle {
    display: block;
  }

  .nav {
    position: fixed;
    left: 12px;
    right: 12px;
    top: 72px;
    display: grid;
    gap: 0.3rem;
    padding: 0.75rem;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(6, 18, 40, 0.97);
    box-shadow: var(--shadow);
    transform: translateY(-12px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .nav.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav a {
    display: flex;
    justify-content: center;
    padding: 0.92rem;
  }

  .nav-toggle.is-open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .nav-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .section {
    padding: 48px 0;
  }

  h1 {
    font-size: clamp(2.2rem, 15vw, 4rem);
    line-height: 0.98;
  }

  h2 {
    font-size: clamp(1.65rem, 9vw, 2.55rem);
  }

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

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

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .skills-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .visual-grid,
  .feature-grid,
  .country-grid,
  .language-grid,
  .life-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

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

  .country-card {
    padding: 0.7rem;
  }

  .price {
    font-size: 3.1rem;
  }

  .marquee-track {
    animation-duration: 24s;
  }
}
