:root {
  --usa-navy: #0a1633;
  --usa-red: #b31942;
  --usa-white: #ffffff;
  --ink: #0f1a2f;
  --muted: #61708a;
  --bg: #eff3f8;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #0a1633;
  font-family: "Barlow", Arial, sans-serif;
}

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 3vw;
  background: transparent;
  color: #fff;
  backdrop-filter: blur(10px);
  transition: background-color 320ms ease, box-shadow 320ms ease;
}

.topbar.scrolled {
  background: rgba(10, 22, 51, 0.88);
  box-shadow: 0 12px 28px rgba(2, 6, 18, 0.45);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.logo-badge {
  width: 2.3rem;
  height: 2.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  box-shadow: 0 10px 24px rgba(185, 28, 28, 0.35);
}

.logo-word {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
}

.logo-word strong {
  color: #ffffff;
}

.logo-word em {
  color: #ef4444;
  font-style: normal;
}

.menu {
  display: flex;
  gap: 1rem;
  font-weight: 600;
  color: rgba(205, 224, 255, 0.78);
}

.menu a:hover {
  color: #fff;
}

.actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.lang {
  position: relative;
}

.lang-list {
  display: flex;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(10, 22, 51, 0.5);
}

.lang-toggle {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 0.95rem;
  background: rgba(10, 22, 51, 0.72);
  color: #fff;
  min-width: 98px;
  padding: 0.45rem 0.62rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-weight: 700;
  cursor: pointer;
}

.lang-toggle svg {
  width: 0.95rem;
  height: 0.95rem;
  opacity: 0.9;
}

.lang-btn {
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0.42rem 0.68rem;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  cursor: pointer;
}

.lang-btn.active {
  background: #fff;
  color: var(--usa-navy);
}

.flag {
  width: 22px;
  height: 16px;
  border-radius: 2px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.btn {
  border: 0;
  border-radius: 1rem;
  padding: 0.72rem 1.15rem;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-solid {
  background: #ef2f33;
  color: #fff;
  box-shadow: 0 10px 22px rgba(239, 47, 51, 0.32);
}

.btn-outline {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: #2b3040;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.btn-icon {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
  display: block;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  inset: -8%;
  width: 116%;
  height: 116%;
  object-fit: cover;
  transform: translateY(var(--video-shift, 0px));
}

.hero.no-video .hero-video {
  display: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 20%, rgba(37, 99, 235, 0.2), transparent 45%),
    radial-gradient(circle at 90% 18%, rgba(239, 68, 68, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(10, 22, 51, 0.26), rgba(10, 22, 51, 0.48));
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(980px, 92vw);
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  letter-spacing: 0.02em;
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;
  color: #e9f0ff;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
}

.kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f05454;
  box-shadow: 0 0 0 4px rgba(240, 84, 84, 0.18);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  line-height: 0.95;
}

h1 {
  font-size: clamp(2.8rem, 7.8vw, 7rem);
  line-height: 0.9;
  font-weight: 700;
  margin-top: 1.1rem;
  letter-spacing: -0.02em;
  text-wrap: balance;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.35);
}

.hero-inner p {
  max-width: 58ch;
  margin-inline: auto;
  font-size: clamp(1.08rem, 2.2vw, 2rem);
  line-height: 1.35;
  color: #edf1fb;
}

.hero-line2 {
  margin-top: 0.5rem;
  font-size: clamp(1.5rem, 4vw, 3rem) !important;
  font-weight: 800;
  background: linear-gradient(90deg, #f87171, #ffffff, #60a5fa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}

.hero-sub {
  margin-top: 0.75rem;
  color: rgba(186, 210, 244, 0.78) !important;
  font-size: clamp(1rem, 2vw, 1.75rem) !important;
}

.kicker-link {
  cursor: pointer;
}

.kicker-link:hover {
  background: rgba(255, 255, 255, 0.2);
}

.hero-cta {
  margin-top: 1.8rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.95rem;
}

.hero .btn {
  min-width: 246px;
  padding: 1.08rem 1.55rem;
  font-size: 1.14rem;
  box-shadow: 0 16px 34px rgba(6, 10, 22, 0.34);
}

.section {
  width: min(1120px, 92vw);
  margin: 0 auto;
  padding: 4.5rem 0;
  color: #ecf2ff;
}

.services-section,
.compare-section,
.process-section,
.gallery-section,
.reviews-section,
.cta-section,
.contact-section {
  position: relative;
}

.services-section::before,
.gallery-section::before,
.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 86% 14%, rgba(239, 68, 68, 0.14), transparent 35%),
    radial-gradient(circle at 12% 78%, rgba(37, 99, 235, 0.12), transparent 38%);
}

.head {
  margin-bottom: 1.2rem;
}

.head h2 {
  font-size: clamp(1.9rem, 4.5vw, 3.1rem);
  color: #ffffff;
}

.metrics {
  margin-top: -2.1rem;
  position: relative;
  z-index: 5;
  padding-top: 1.1rem;
}

.grid {
  display: grid;
  gap: 1rem;
}

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

.metrics::before {
  content: "";
  position: absolute;
  left: -6vw;
  right: -6vw;
  top: 46%;
  height: 3px;
  background: linear-gradient(90deg, rgba(239, 68, 68, 0.9), rgba(255, 255, 255, 0.7), rgba(37, 99, 235, 0.9));
  z-index: -1;
}

.metric,
.card,
.compare-card,
.step,
.tcard,
.cta,
.lead {
  background: linear-gradient(180deg, rgba(15, 29, 53, 0.92), rgba(10, 22, 40, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  box-shadow: 0 16px 30px rgba(2, 10, 28, 0.48);
  color: #f6f9ff;
  backdrop-filter: blur(8px);
}

.metric,
.card,
.compare-card,
.step,
.tcard {
  padding: 1rem;
  border-top: 3px solid rgba(59, 130, 246, 0.65);
}

.card:nth-child(even),
.tcard:nth-child(even),
.step:nth-child(even) {
  border-top-color: rgba(239, 68, 68, 0.72);
}

.num {
  margin: 0;
  font-size: 2.1rem;
  color: #ffffff;
  font-weight: 800;
}

.metric p:last-child,
.card p,
.compare-card p,
.step p,
.tcard p {
  color: rgba(185, 210, 244, 0.8);
}

.metric-icon,
.card-icon {
  display: inline-flex;
  width: 2.6rem;
  height: 2.6rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.8rem;
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.32), rgba(37, 99, 235, 0.26));
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.metric-icon {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 0.9rem;
}

.metric-icon svg {
  width: 1.4rem;
  height: 1.4rem;
}

.metric-icon-red {
  color: #fff;
  background: linear-gradient(135deg, #ef4444, #dc2626);
}

.metric-icon-blue {
  color: #fff;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.metric-icon-light {
  color: #1f2937;
  background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
}

.services-kicker {
  display: inline-block;
  margin-bottom: 0.7rem;
  padding: 0.42rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(239, 68, 68, 0.35);
  color: #f87171;
  background: rgba(239, 68, 68, 0.08);
  letter-spacing: 0.06em;
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
}

.services-subtitle {
  margin-top: 0.7rem;
  color: rgba(147, 197, 253, 0.78);
  text-align: center;
}

.gallery-section .head {
  text-align: center;
}

.gallery-subtitle {
  margin-top: 0.7rem;
  color: rgba(147, 197, 253, 0.78);
}

.gallery-carousel {
  position: relative;
}

.gallery-carousel .media {
  touch-action: pan-y;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(8, 18, 41, 0.88);
  color: #ffffff;
  font-size: 1.9rem;
  line-height: 1;
  cursor: pointer;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 180ms ease, background-color 180ms ease;
}

.gallery-nav:hover {
  background: rgba(17, 32, 70, 0.96);
  transform: translateY(-50%) scale(1.04);
}

.gallery-nav-prev {
  left: -0.95rem;
}

.gallery-nav-next {
  right: -0.95rem;
}

.location-section .head {
  text-align: center;
}

.location-subtitle {
  margin-top: 0.7rem;
  color: rgba(147, 197, 253, 0.78);
}

.location-map-wrap {
  margin-top: 1.2rem;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 34px rgba(2, 10, 28, 0.45);
}

.location-map {
  width: 100%;
  height: 410px;
  border: 0;
  display: block;
  filter: saturate(1.05) contrast(1.05);
}

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

.services-section .card {
  min-height: 220px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(20, 36, 64, 0.9), rgba(10, 24, 52, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 28px rgba(1, 8, 24, 0.45);
  padding: 1.7rem;
  position: relative;
  overflow: hidden;
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.services-section .card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.12), rgba(37, 99, 235, 0.1));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.services-section .card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 18px;
  border: 1px solid transparent;
  background: linear-gradient(120deg, rgba(248, 113, 113, 0.45), rgba(96, 165, 250, 0.4)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.services-section .card h3 {
  font-size: clamp(2rem, 2.7vw, 2.5rem);
  line-height: 1;
  margin-bottom: 0.65rem;
}

.services-section .card p {
  color: rgba(175, 201, 238, 0.8);
  line-height: 1.5;
}

.services-section .card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow:
    0 22px 44px rgba(1, 8, 24, 0.58),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.services-section .card:hover::before,
.services-section .card:hover::after {
  opacity: 1;
}

.services-section .card:hover .card-icon {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 10px 26px rgba(239, 68, 68, 0.2);
}

.services-section .card-icon {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 0.95rem;
  color: #f87171;
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.16), rgba(59, 130, 246, 0.1));
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.services-section .card-icon svg {
  width: 1.55rem;
  height: 1.55rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.compare {
  min-height: 760px;
  border-radius: 22px;
  overflow: hidden;
  padding: 0;
}

.compare-bg,
.compare-overlay {
  position: absolute;
  inset: 0;
}

.compare-bg {
  background-image: url("https://images.unsplash.com/photo-1487754180451-c456f719a1fc?q=80&w=2400&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
}

.compare-overlay {
  background:
    linear-gradient(180deg, rgba(4, 10, 24, 0.78), rgba(4, 10, 24, 0.92)),
    linear-gradient(90deg, rgba(22, 163, 74, 0.1), transparent 45%, rgba(37, 99, 235, 0.1));
}

.compare-inner {
  position: relative;
  z-index: 2;
  padding: 4.5rem 2rem 3rem;
}

.compare .head {
  text-align: center;
  margin-bottom: 1.8rem;
}

.compare-kicker {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(59, 130, 246, 0.45);
  color: #93c5fd;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: rgba(37, 99, 235, 0.12);
}

.compare-subtitle {
  margin-top: 0.55rem;
  color: rgba(186, 210, 244, 0.8);
}

.compare-card {
  background: rgba(8, 15, 32, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.38);
  border-radius: 20px;
  padding: 1.5rem;
}

.compare-top {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

.compare-top h3 {
  font-size: 2rem;
  line-height: 1;
}

.compare-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.compare-card--free .compare-icon {
  color: #22c55e;
  background: rgba(34, 197, 94, 0.18);
}

.compare-card--paid .compare-icon {
  color: #60a5fa;
  background: rgba(96, 165, 250, 0.18);
  font-size: 2rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.5rem;
}

.compare-list {
  margin: 1rem 0 1.25rem;
  display: grid;
  gap: 0.55rem;
  color: #dbeafe;
}

.compare-list li {
  position: relative;
  padding-left: 1.8rem;
}

.compare-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
}

.compare-card--free .compare-list li::before {
  color: #16a34a;
  background: rgba(22, 163, 74, 0.2);
}

.compare-card--paid .compare-list li::before {
  color: #3b82f6;
  background: rgba(59, 130, 246, 0.2);
}

.compare-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0.8rem;
  padding: 0.95rem 1rem;
  font-weight: 800;
}

.compare-btn--free {
  color: #fff;
  background: linear-gradient(90deg, #16a34a, #15803d);
}

.compare-btn--paid {
  color: #fff;
  background: linear-gradient(90deg, #2563eb, #1d4ed8);
}

.pill {
  display: inline-block;
  margin: 0 0 0.7rem;
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
}

.free {
  background: rgba(37, 99, 235, 0.2);
  color: #93c5fd;
}

.paid {
  background: rgba(239, 68, 68, 0.2);
  color: #fca5a5;
}

.process-section .head {
  text-align: center;
  margin-bottom: 2.1rem;
}

.process-kicker {
  display: inline-block;
  margin-bottom: 0.9rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(219, 234, 254, 0.86);
  background: rgba(255, 255, 255, 0.06);
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  font-weight: 700;
}

.process-subtitle {
  color: rgba(147, 197, 253, 0.74);
  margin-top: 0.65rem;
}

.process-line {
  height: 1px;
  background: linear-gradient(90deg, rgba(239, 68, 68, 0.68), rgba(255, 255, 255, 0.45), rgba(37, 99, 235, 0.74));
  width: min(760px, 90%);
  margin: 0 auto 1.6rem;
}

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

.process-section .step {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0.1rem 0.4rem 0.65rem;
  text-align: center;
  position: relative;
}

.process-step {
  opacity: 0;
  transform: translateY(26px) scale(0.98);
  transition: opacity 520ms ease, transform 620ms ease;
}

.process-step.seq-show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.step-icon {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1rem;
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  overflow: visible;
  flex: 0 0 auto;
}

.step-icon svg {
  width: 2rem;
  height: 2rem;
  display: block;
  overflow: visible;
  flex: 0 0 auto;
}

.step-icon-red {
  color: #ffffff;
  background: linear-gradient(135deg, #ef4444, #b91c1c);
}

.step-icon-white {
  color: #1f2937;
  background: linear-gradient(135deg, #f8fafc, #e2e8f0);
}

.step-icon-blue {
  color: #ffffff;
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
}

.step-badge {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #081735;
  border: 2px solid rgba(255, 255, 255, 0.24);
  color: #ffffff;
  position: absolute;
  left: calc(50% + 1.8rem);
  top: -0.2rem;
  font-weight: 700;
  z-index: 2;
}

.process-section .step h3 {
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1;
  margin-top: 0.35rem;
}

.process-section .step p {
  color: rgba(186, 210, 244, 0.78);
  margin-top: 0.7rem;
}

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

.media figure {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.35);
  min-height: 220px;
  box-shadow: 0 12px 28px rgba(3, 10, 28, 0.35);
}

.media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

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

.reviews-section .head {
  text-align: center;
}

.reviews-top-stars {
  color: #facc15;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  margin-bottom: 0.5rem;
}

.reviews-subtitle {
  margin-top: 0.8rem;
  color: rgba(147, 197, 253, 0.76);
}

.review-card {
  min-height: 250px;
  padding: 1.6rem;
}

.review-quote-mark {
  color: rgba(248, 113, 113, 0.42);
  margin: 0 0 0.7rem;
  line-height: 0;
}

.review-quote-mark svg {
  width: 2.1rem;
  height: 1.55rem;
  display: block;
}

.review-text {
  font-size: 1.05rem;
  line-height: 1.55;
  font-style: italic;
  color: rgba(219, 234, 254, 0.9);
  min-height: 110px;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.8rem;
}

.review-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #ef4444, #2563eb);
}

.review-stars {
  margin: 0.2rem 0 0;
  color: #facc15 !important;
  letter-spacing: 0.08em;
}

.cta {
  text-align: center;
  width: min(980px, 92vw);
  padding: 4rem 1rem;
  background: radial-gradient(circle at 50% -20%, rgba(37, 99, 235, 0.22), rgba(10, 22, 51, 0.2) 45%, transparent 70%);
}

.cta p {
  color: rgba(186, 210, 244, 0.84);
  font-size: clamp(1rem, 2vw, 1.9rem);
  max-width: 32ch;
  margin: 0.9rem auto 0;
}

.cta h2 {
  font-size: clamp(3rem, 7vw, 6.3rem);
  line-height: 0.93;
  max-width: 12ch;
  margin: 0.85rem auto 0;
  text-wrap: balance;
}

.cta-bars {
  display: flex;
  justify-content: center;
  gap: 0.55rem;
  margin-bottom: 0.8rem;
}

.cta-bar {
  width: 3.4rem;
  height: 0.34rem;
  border-radius: 999px;
  display: block;
}

.cta-bar-red {
  background: #ef4444;
}

.cta-bar-white {
  background: rgba(255, 255, 255, 0.88);
}

.cta-bar-blue {
  background: #2563eb;
}

.cta-actions {
  margin-top: 2.1rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.cta-primary,
.cta-phone {
  min-width: 290px;
  min-height: 5rem;
  padding: 0.9rem 1.5rem;
  font-size: clamp(1.05rem, 2.1vw, 1.45rem);
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border-radius: 1rem;
}

.cta-primary .btn-icon,
.cta-phone .btn-icon {
  width: 1.3rem;
  height: 1.3rem;
}

.cta-phone .btn-icon {
  width: 2.5rem;
  height: 2.5rem;
}

.cta-phone {
  border-color: rgba(255, 255, 255, 0.22);
  background: #2b3040;
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.cta-primary {
  background: #ef2f33;
  box-shadow: 0 10px 24px rgba(239, 47, 51, 0.34);
}

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

.lead label {
  display: grid;
  gap: 0.3rem;
  font-weight: 600;
}

.lead .full {
  grid-column: 1 / -1;
}

.lead input,
.lead textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  padding: 0.7rem;
  font: inherit;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

#formMessage {
  margin: 0;
  grid-column: 1 / -1;
  font-weight: 600;
  color: #8ff0af;
}

.footer {
  margin-top: 2rem;
  padding: 0 1rem 0.8rem;
  color: #cfdbf5;
  background: #02112d;
}

.footer-line {
  height: 3px;
  margin: 0 -1rem;
  background: linear-gradient(90deg, #ef4444, #ffffff 52%, #2563eb);
}

.footer-inner {
  width: min(1120px, 92vw);
  margin: 2.5rem auto 1.4rem;
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.6fr;
  gap: 1.8rem;
  align-items: start;
}

.footer-col {
  min-width: 0;
}

.footer-logo {
  margin-bottom: 1rem;
}

.footer-slogan {
  margin: 0.2rem 0 0.8rem;
  font-style: italic;
  color: rgba(186, 210, 244, 0.85);
}

.footer-copy-text {
  margin: 0;
  max-width: 34ch;
  color: rgba(186, 210, 244, 0.66);
  line-height: 1.45;
}

.footer-col-contact {
  padding-top: 0.15rem;
}

.footer-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 0.95rem;
  color: rgba(186, 210, 244, 0.76);
}

.footer-item svg {
  width: 1.1rem;
  height: 1.1rem;
  color: #3b82f6;
  flex: 0 0 auto;
}

.footer-location-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(147, 197, 253, 0.55);
  text-underline-offset: 0.15rem;
}

.footer-location-link:hover {
  color: #dbeafe;
  text-decoration-color: rgba(219, 234, 254, 0.9);
}

.footer-col-social {
  text-align: right;
}

.footer-follow {
  margin: 0.1rem 0 0.9rem;
  color: rgba(186, 210, 244, 0.75);
}

.footer-socials {
  display: flex;
  justify-content: flex-end;
  gap: 0.6rem;
}

.footer-social-btn {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.8rem;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: transparent;
  transition: color 260ms ease, border-color 260ms ease, transform 260ms ease;
}

.footer-social-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--social-fill, #ffffff);
  transform: translateY(102%);
  transition: transform 280ms ease;
  z-index: 0;
}

.footer-social-btn:hover,
.footer-social-btn:focus-visible {
  color: #020617;
  border-color: transparent;
  transform: translateY(-1px);
}

.footer-social-btn:hover::before,
.footer-social-btn:focus-visible::before {
  transform: translateY(0);
}

.footer-social-btn svg {
  height: 1.1rem;
  width: auto;
  max-width: 1.1rem;
  position: relative;
  z-index: 1;
}

.social-facebook {
  --social-fill: #1877f2;
}

.social-instagram {
  --social-fill: linear-gradient(180deg, #f58529, #dd2a7b 52%, #8134af);
}

.footer-bottom {
  width: min(1120px, 92vw);
  margin: 0 auto;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  color: rgba(186, 210, 244, 0.44);
}

.reveal {
  opacity: 0;
  filter: blur(6px);
  transition: opacity 650ms ease, transform 700ms ease, filter 650ms ease;
}

.reveal.up {
  transform: translateY(24px);
}

.reveal.left {
  transform: translateX(-26px);
}

.reveal.right {
  transform: translateX(26px);
}

.reveal.show {
  opacity: 1;
  transform: none;
  filter: blur(0);
}

.media .reveal {
  transform: scale(0.92);
}

.media .reveal.show {
  transform: scale(1);
}

@media (max-width: 1100px) {
  .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .menu {
    display: none;
  }

  .metrics,
  .steps,
  .tgrid,
  .media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .process-line {
    display: none;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .footer-col-social,
  .footer-col-contact {
    text-align: left;
  }

  .footer-socials {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .topbar {
    flex-wrap: wrap;
    justify-content: center;
  }

  .actions {
    width: 100%;
    justify-content: center;
  }

  .lang {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .lang-toggle {
    display: inline-flex;
  }

  .lang-list {
    position: absolute;
    top: calc(100% + 0.45rem);
    left: 50%;
    transform: translateX(-50%);
    width: min(220px, 92vw);
    display: none;
    flex-direction: column;
    border-radius: 0.95rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(7, 15, 36, 0.96);
    z-index: 80;
    box-shadow: 0 18px 38px rgba(3, 8, 20, 0.45);
  }

  .lang.open .lang-list {
    display: flex;
  }

  .lang.open .lang-toggle svg {
    transform: rotate(180deg);
  }

  .lang-btn {
    width: 100%;
    justify-content: flex-start;
    padding: 0.65rem 0.78rem;
  }

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

  .metrics,
  .steps,
  .tgrid,
  .media,
  .cards {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 3.2rem 0;
  }

  .step-badge {
    left: calc(50% + 1.45rem);
  }

  .cta {
    padding-top: 3rem;
  }

  .cta-primary,
  .cta-phone {
    min-width: 100%;
    min-height: 4rem;
  }

  .location-map {
    height: 320px;
  }

  .gallery-nav {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }

  .gallery-nav-prev {
    left: 0.35rem;
  }

  .gallery-nav-next {
    right: 0.35rem;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero-video {
    transform: none;
  }

  .process-step {
    opacity: 1;
    transform: none;
  }
}
