
:root {
  --bg: #07030b;
  --bg-2: #120515;
  --bg-3: #05161a;
  --panel: rgba(16, 10, 24, 0.78);
  --panel-2: rgba(8, 15, 21, 0.82);
  --panel-3: rgba(28, 10, 26, 0.78);
  --line: rgba(255, 104, 203, 0.20);
  --line-strong: rgba(255, 168, 87, 0.46);
  --text: #fcf7ff;
  --muted: #cdbfd7;
  --muted-2: #9a90a8;
  --primary: #ff8a1d;
  --primary-2: #ff2ca8;
  --primary-3: #8a3cff;
  --teal: #18d2c4;
  --lime: #2fd56b;
  --warning: #ffb74f;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --radius-xl: 34px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
  background: #090112;
  min-height: 100vh;
  overflow-x: hidden;
}
body::before,
body::after {
  content: "";
  position: fixed;
  inset: auto;
  pointer-events: none;
  z-index: -2;
}
body::before {
  left: -120px;
  top: 140px;
  width: 380px;
  height: 900px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 138, 29, 0.10), rgba(255, 44, 168, 0.02));
  transform: rotate(12deg);
}
body::after {
  right: -160px;
  bottom: -60px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(138, 60, 255, 0.18), rgba(138, 60, 255, 0));
}

#waveCanvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  pointer-events: none;
}

.floating-logos {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  perspective: 1500px;
  overflow: hidden;
}
.floating-logo {
  position: absolute;
  border-radius: 50%;
  background-image: url('../images/brand/logo-main.webp');
  background-size: cover;
  background-position: center;
  opacity: 0;
  box-shadow: 0 0 18px rgba(255, 0, 127, 0.28);
  animation: floatInfinity linear infinite;
}
@keyframes floatInfinity {
  0% { transform: translateZ(-1000px) translateY(0) rotate(0deg); opacity: 0; filter: blur(10px); }
  10% { opacity: .45; filter: blur(5px); }
  50% { transform: translateZ(250px) translateY(-40px) rotate(10deg); opacity: .18; filter: blur(0); }
  80% { opacity: .08; filter: blur(0); }
  100% { transform: translateZ(1000px) translateY(-90px) rotate(-10deg); opacity: 0; filter: blur(14px); }
}

a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }

.container {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}
.site-shell { position: relative; }

.bg-orbs {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -3;
  overflow: hidden;
}
.bg-orbs span {
  position: absolute;
  display: block;
  border-radius: 50%;
  filter: blur(6px);
}
.bg-orbs .orb-1 {
  width: 760px; height: 760px; right: -140px; top: -260px;
  background: radial-gradient(circle, rgba(255, 42, 151, 0.18), rgba(255, 42, 151, 0.04) 45%, transparent 70%);
}
.bg-orbs .orb-2 {
  width: 480px; height: 480px; left: 18%; top: 20%;
  background: radial-gradient(circle, rgba(255, 141, 31, 0.14), rgba(255, 141, 31, 0.03) 50%, transparent 72%);
}
.bg-orbs .orb-3 {
  width: 560px; height: 560px; right: 4%; bottom: 6%;
  background: radial-gradient(circle, rgba(129, 69, 255, 0.18), rgba(129, 69, 255, 0.04) 50%, transparent 72%);
}
.bg-orbs .orb-4 {
  width: 360px; height: 360px; left: -80px; bottom: 16%;
  background: radial-gradient(circle, rgba(24, 210, 196, 0.15), rgba(24, 210, 196, 0.03) 46%, transparent 72%);
}

.stars {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: .95;
  background-image:
    radial-gradient(circle at 5% 18%, rgba(255,255,255,.8) 0 1.1px, transparent 2.4px),
    radial-gradient(circle at 12% 32%, rgba(255, 143, 73, .9) 0 1.6px, transparent 2.8px),
    radial-gradient(circle at 17% 70%, rgba(255, 70, 179, .75) 0 1.7px, transparent 3px),
    radial-gradient(circle at 24% 14%, rgba(145, 96, 255, .82) 0 1.4px, transparent 2.7px),
    radial-gradient(circle at 31% 52%, rgba(255,255,255,.72) 0 1.1px, transparent 2.2px),
    radial-gradient(circle at 41% 25%, rgba(24, 210, 196, .7) 0 1.5px, transparent 2.8px),
    radial-gradient(circle at 47% 58%, rgba(255, 174, 102, .8) 0 1.8px, transparent 3px),
    radial-gradient(circle at 55% 10%, rgba(255, 46, 165, .85) 0 1.6px, transparent 2.8px),
    radial-gradient(circle at 63% 34%, rgba(255,255,255,.7) 0 1.2px, transparent 2.4px),
    radial-gradient(circle at 70% 74%, rgba(138, 60, 255, .85) 0 1.8px, transparent 3px),
    radial-gradient(circle at 78% 48%, rgba(255, 138, 29, .86) 0 1.8px, transparent 3px),
    radial-gradient(circle at 88% 22%, rgba(24, 210, 196, .78) 0 1.4px, transparent 2.7px),
    radial-gradient(circle at 92% 67%, rgba(255,255,255,.75) 0 1.2px, transparent 2.5px);
}

.section { padding: 92px 0; }
.section-tight { padding: 66px 0; }
.section-head {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 36px;
}
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  color: #fff2ff;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 700;
  background: linear-gradient(90deg, rgba(255,138,29,.16), rgba(255,44,168,.16), rgba(24,210,196,.16));
  border: 1px solid rgba(255, 141, 111, 0.24);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}
.section-head h2,
.hero-copy h1,
.page-banner h1 {
  margin: 18px 0 12px;
  line-height: 1.02;
  letter-spacing: -0.04em;
}
.section-head h2 { font-size: clamp(36px, 4.6vw, 64px); }
.section-head p, .lead, .page-banner p {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
  margin: 0;
}
.hero-copy h1 {
  font-size: clamp(44px, 6vw, 78px);
  max-width: 780px;
  background: linear-gradient(90deg, #ffffff 0%, #ffd1f0 40%, #ffc37d 72%, #c9ffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lead { max-width: 760px; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(7, 3, 11, 0.72);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 102, 189, 0.12);
}
.topbar-row, .nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.topbar-row { min-height: 84px; }
.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.brand img {
  width: 62px;
  height: 62px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(255, 74, 176, 0.45);
  box-shadow: 0 0 0 4px rgba(255, 77, 171, 0.08), 0 12px 30px rgba(255, 40, 158, 0.22);
  background: #120316;
}
.brand-copy strong {
  display: block;
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.brand-copy span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  margin-top: 4px;
}
.topbar-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.pill-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 105, 143, 0.22);
  background: linear-gradient(135deg, rgba(255, 138, 29, 0.10), rgba(255, 44, 168, 0.08), rgba(24, 210, 196, 0.06));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
  font-weight: 700;
}
.pill-link span { color: var(--muted); font-weight: 500; }

.btn, button.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: linear-gradient(90deg, var(--primary), var(--primary-2) 55%, var(--primary-3));
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  box-shadow: 0 18px 50px rgba(255, 58, 164, 0.26);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, filter .25s ease;
  cursor: pointer;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 58px rgba(255, 58, 164, 0.32);
  filter: saturate(1.08);
}
.btn-outline {
  background: linear-gradient(135deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  border-color: rgba(255, 130, 104, 0.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}
.btn-whatsapp {
  background: linear-gradient(90deg, #27d367, #1abf76, #11a686);
  box-shadow: 0 18px 44px rgba(37, 211, 102, 0.22);
}
.btn-block { width: 100%; }
.btn-row, .hero-actions, .form-actions, .project-actions, .mini-boxes, .socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.nav-wrap {
  border-top: 1px solid rgba(255, 125, 173, 0.10);
}
.nav-row { min-height: 68px; }
.mobile-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 125, 173, 0.18);
  border-radius: 14px;
  background: rgba(255,255,255,0.03);
  color: var(--text);
}
.nav-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.nav-links a {
  position: relative;
  color: var(--muted);
  font-weight: 700;
  padding: 12px 15px;
  border-radius: 999px;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.nav-links a:hover,
.nav-links a.active {
  color: var(--text);
  background: linear-gradient(90deg, rgba(255,138,29,.10), rgba(255,44,168,.10));
}
.nav-links a.active::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 8px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), var(--teal));
  border-radius: 999px;
}

.hero, .page-hero { padding: 42px 0 28px; }
.hero-grid, .split-grid, .contact-wrap {
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: 28px;
  align-items: stretch;
}
.hero-copy,
.hero-showcase,
.page-banner,
.panel,
.panel-media,
.pricing-card,
.info-card,
.country-card,
.process-step,
.project-card,
.service-card,
.category-card,
.testimonial-card,
.faq-item,
.form-card,
.schedule-card,
.footer {
  position: relative;
}
.hero-copy,
.hero-showcase,
.page-banner,
.panel,
.panel-media,
.pricing-card,
.info-card,
.country-card,
.process-step,
.project-card,
.service-card,
.category-card,
.testimonial-card,
.faq-item,
.form-card,
.schedule-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01)),
    linear-gradient(135deg, rgba(255, 138, 29, 0.08), rgba(255, 44, 168, 0.05) 45%, rgba(24, 210, 196, 0.05));
  border: 1px solid rgba(255, 123, 188, 0.12);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,0.04);
  border-radius: var(--radius-xl);
}
.hero-copy,
.page-banner,
.panel,
.form-card,
.schedule-card { padding: 34px; }
.hero-copy { align-self: center; }
.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px;
}
.metric-card {
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  border: 1px solid rgba(255, 125, 173, 0.12);
}
.metric-card strong {
  display: block;
  font-size: 26px;
  margin-bottom: 6px;
  color: #fff5ff;
}
.metric-card span { color: var(--muted); font-size: 14px; line-height: 1.5; }
.hero-showcase {
  overflow: hidden;
  min-height: 560px;
  padding: 18px;
}
.hero-slide {
  display: none;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  min-height: 520px;
  background: #120714;
}
.hero-slide.active { display: block; }
.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,2,8,0.04), rgba(7,2,8,0.72));
}
.hero-slide img,
.hero-slide video {
  width: 100%;
  height: 520px;
  object-fit: cover;
}
.hero-dots {
  position: absolute;
  left: 26px;
  right: 26px;
  top: 22px;
  display: flex;
  gap: 10px;
  z-index: 2;
}
.hero-dots button {
  flex: 1;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
  cursor: pointer;
}
.hero-dots button.active {
  background: linear-gradient(90deg, var(--primary), var(--primary-2), var(--teal));
}
.slide-content {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  z-index: 2;
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(10,7,15,.5), rgba(10,7,15,.88));
  border: 1px solid rgba(255, 137, 82, 0.18);
}
.slide-content h3 { margin: 0 0 8px; font-size: 28px; letter-spacing: -0.03em; }
.slide-content p { margin: 0; color: var(--muted); line-height: 1.6; }

.page-banner { text-align: center; max-width: 980px; margin: 0 auto; }
.page-banner .btn-row { justify-content: center; margin-top: 20px; }

.countries-grid,
.info-grid,
.pricing-grid,
.projects-grid,
.services-grid,
.categories-grid,
.testimonial-grid,
.faq-grid,
.process-grid {
  display: grid;
  gap: 22px;
}
.countries-grid { grid-template-columns: repeat(4, 1fr); }
.info-grid, .services-grid { grid-template-columns: repeat(4, 1fr); }
.pricing-grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.projects-grid { grid-template-columns: repeat(3, 1fr); }
.categories-grid { grid-template-columns: repeat(4, 1fr); }
.testimonial-grid { grid-template-columns: repeat(4, 1fr); }
.faq-grid { grid-template-columns: repeat(2, 1fr); align-items: start; }
.process-grid { grid-template-columns: repeat(3, 1fr); }

.country-card,
.info-card,
.service-card,
.category-card,
.process-step,
.pricing-card,
.testimonial-card { padding: 28px; }
.country-card::before,
.info-card::before,
.service-card::before,
.category-card::before,
.pricing-card::before,
.testimonial-card::before,
.form-card::before,
.schedule-card::before,
.panel::before,
.page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255,138,29,.38), rgba(255,44,168,.24), rgba(24,210,196,.18));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.country-card:hover,
.info-card:hover,
.service-card:hover,
.category-card:hover,
.pricing-card:hover,
.project-card:hover,
.testimonial-card:hover,
.process-step:hover {
  transform: translateY(-4px);
}
.country-card,
.info-card,
.service-card,
.category-card,
.pricing-card,
.project-card,
.testimonial-card,
.process-step {
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.country-abbr,
.icon-badge,
.step-num {
  width: 62px;
  height: 62px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 24px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-2), var(--primary-3));
  box-shadow: 0 12px 34px rgba(255, 78, 169, 0.22);
  margin-bottom: 18px;
}
.country-card h3,
.info-card h3,
.service-card h3,
.category-card h3,
.process-step h3,
.pricing-card .plan-name,
.testimonial-card h3,
.panel h3,
.schedule-card h3 {
  margin: 0 0 10px;
  font-size: 28px;
  letter-spacing: -0.03em;
}
.country-card p,
.info-card p,
.service-card p,
.category-card p,
.process-step p,
.panel p,
.schedule-card p,
.note,
.testimonial-card p,
.project-body p,
.footer p,
.footer li,
.plan-list li { color: var(--muted); line-height: 1.7; }
.country-card small,
.project-tag,
.eyebrow,
.plan-note,
.plan-old,
.note { font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.country-card small { display: block; margin-top: 12px; color: var(--muted-2); }

.panel-media {
  overflow: hidden;
  min-height: 100%;
}
.panel-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: inherit;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 16px;
}
.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
  line-height: 1.6;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255,138,29,.16), rgba(24,210,196,.16));
  color: #fff;
  font-size: 12px;
}

.process-step {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.step-num {
  width: 56px;
  height: 56px;
  font-size: 18px;
  flex: 0 0 auto;
  border-radius: 18px;
  margin: 0;
}

.pricing-card { overflow: hidden; }
.pricing-card.featured {
  transform: translateY(-12px);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01)),
    linear-gradient(145deg, rgba(255,138,29,0.12), rgba(255,44,168,0.10) 45%, rgba(24,210,196,0.07));
  border-color: rgba(255, 172, 97, 0.24);
}
.plan-price {
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 800;
  letter-spacing: -0.04em;
  margin: 12px 0 8px;
}
.plan-price span { font-size: 18px; color: var(--muted-2); font-weight: 600; }
.plan-old { color: #ffb14d; text-decoration: line-through; }
.plan-note { color: #ffd3f0; margin-left: 8px; }
.plan-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 28px;
  display: grid;
  gap: 12px;
}
.plan-list li { position: relative; padding-left: 26px; }
.plan-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #ff91dc;
  font-weight: 800;
}

.project-card {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01)),
    linear-gradient(135deg, rgba(255, 138, 29, 0.07), rgba(255, 44, 168, 0.05), rgba(24, 210, 196, 0.04));
  border: 1px solid rgba(255, 125, 173, 0.12);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.project-thumb {
  position: relative;
  overflow: hidden;
  padding-top: 62%;
}
.project-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.project-card:hover .project-thumb img { transform: scale(1.05); }
.project-body { padding: 24px; }
.project-tag,
.eyebrow {
  display: inline-block;
  color: #ffcf8d;
  margin-bottom: 10px;
  font-weight: 700;
}
.project-body h3 { margin: 0 0 8px; font-size: 28px; letter-spacing: -0.03em; }
.project-actions { margin-top: 20px; }

.category-card {
  overflow: hidden;
}
.category-thumb {
  position: relative;
  margin: -28px -28px 22px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 26px 26px 22px 22px;
  border-bottom: 1px solid rgba(255, 125, 173, 0.14);
}
.category-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,6,12,0.02), rgba(8,6,12,0.18) 55%, rgba(8,6,12,0.52));
}
.category-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mini-boxes { margin-top: 16px; }
.mini-box {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255, 125, 173, 0.12);
  color: #f5d7e7;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.contact-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01)),
    linear-gradient(135deg, rgba(24,210,196,.08), rgba(255,44,168,.08), rgba(255,138,29,.08));
}

.testimonial-card {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.stars-row { color: #ffd87b; letter-spacing: .14em; }
.quote-mark {
  font-size: 72px;
  line-height: 1;
  color: rgba(255, 44, 168, 0.34);
  font-weight: 800;
}
.eyebrow { color: var(--muted-2); }

.faq-item {
  overflow: hidden;
  padding: 0;
}
.faq-item button {
  width: 100%;
  padding: 24px 24px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: none;
  border: 0;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.faq-item h3 { margin: 0; font-size: 24px; letter-spacing: -0.03em; }
.faq-plus {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(24,210,196,.2), rgba(255,138,29,.14));
  font-size: 28px;
  flex: 0 0 auto;
}
.faq-answer {
  display: none;
  padding: 0 24px 24px;
}
.faq-item.open .faq-answer { display: block; }

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.field {
  width: 100%;
  padding: 17px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 128, 133, 0.18);
  background: linear-gradient(135deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));
  color: var(--text);
  outline: none;
}
.field::placeholder { color: #ae9eb9; }
.field:focus {
  border-color: rgba(24, 210, 196, 0.44);
  box-shadow: 0 0 0 4px rgba(24, 210, 196, 0.08);
}
textarea.field { min-height: 124px; resize: vertical; }
.full { grid-column: 1 / -1; }
.form-actions { margin-top: 18px; }
.schedule-form { display: grid; gap: 16px; margin-top: 20px; }
.note { margin-top: 18px; color: var(--muted-2); }

.footer {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 123, 188, 0.10);
  background:
    linear-gradient(180deg, rgba(4,3,8,0.84), rgba(3,4,10,0.96)),
    linear-gradient(90deg, rgba(255,138,29,.04), rgba(255,44,168,.03), rgba(24,210,196,.03));
}
.footer .container { padding: 42px 0 24px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 28px;
}
.footer h3, .footer h4 { margin: 0 0 18px; font-size: 30px; letter-spacing: -0.03em; }
.footer h4 { font-size: 22px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.footer a:hover { color: #fff; }
.socials a {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255,138,29,.12), rgba(255,44,168,.10), rgba(24,210,196,.08));
  border: 1px solid rgba(255, 123, 188, 0.14);
  font-size: 13px;
  font-weight: 800;
}
.footer-bottom {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 123, 188, 0.10);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted-2);
  font-size: 14px;
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #25d366, #12c68b);
  color: #fff;
  font-size: 28px;
  box-shadow: 0 16px 42px rgba(37, 211, 102, 0.36);
  z-index: 60;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .65s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .countries-grid,
  .info-grid,
  .services-grid,
  .categories-grid,
  .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .projects-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid, .process-grid, .faq-grid, .hero-grid, .split-grid, .contact-wrap, .footer-grid {
    grid-template-columns: 1fr;
  }
  .pricing-card.featured { transform: none; }
  .hero-showcase { min-height: auto; }
  .hero-slide, .hero-slide img, .hero-slide video { height: 460px; min-height: 460px; }
  .hero-metrics { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  .container { width: min(var(--container), calc(100% - 22px)); }
  .section { padding: 72px 0; }
  .topbar-row { min-height: 76px; }
  .brand-copy span { display: none; }
  .pill-link { display: none; }
  .mobile-toggle { display: grid; place-items: center; }
  .nav-row { min-height: 60px; }
  .nav-wrap { overflow: hidden; }
  .nav-links {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0 0 14px;
    max-height: 0;
    opacity: 0;
    transition: max-height .28s ease, opacity .28s ease;
  }
  .nav-wrap.open .nav-links {
    max-height: 420px;
    opacity: 1;
  }
  .hero-copy, .hero-showcase, .page-banner, .panel, .form-card, .schedule-card { padding: 24px; }
  .hero-slide, .hero-slide img, .hero-slide video { height: 380px; min-height: 380px; }
  .hero-metrics, .form-grid, .check-list { grid-template-columns: 1fr; }
  .countries-grid,
  .info-grid,
  .pricing-grid,
  .projects-grid,
  .services-grid,
  .categories-grid,
  .testimonial-grid,
  .faq-grid,
  .process-grid,
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 560px) {
  .topbar-right .btn { padding: 12px 16px; font-size: 14px; }
  .brand img { width: 54px; height: 54px; }
  .brand-copy strong { font-size: 20px; }
  .hero-copy h1, .page-banner h1, .section-head h2 { line-height: 1.05; }
  .slide-content { left: 16px; right: 16px; bottom: 16px; padding: 18px; }
  .slide-content h3 { font-size: 22px; }
  .project-body, .country-card, .info-card, .service-card, .category-card, .testimonial-card, .process-step, .pricing-card { padding: 22px; }
  .page-banner .btn-row, .hero-actions, .form-actions { flex-direction: column; }
  .btn, button.btn { width: 100%; }
}


img {
  border-radius: inherit;
}

.project-thumb,
.panel-media,
.hero-slide,
.service-card,
.category-card,
.page-banner,
.info-card,
.pricing-card,
.testimonial-card,
.country-card,
.form-card,
.schedule-card,
.process-step,
.metric-card {
  backdrop-filter: blur(10px);
}

.project-thumb img,
.panel-media img,
.hero-slide img {
  background: rgba(255,255,255,0.02);
}

@media (min-width: 901px) {
  .faq-grid .faq-item:nth-child(1) { grid-column: 1; grid-row: 1; }
  .faq-grid .faq-item:nth-child(2) { grid-column: 2; grid-row: 1; }
  .faq-grid .faq-item:nth-child(3) { grid-column: 1; grid-row: 2; }
  .faq-grid .faq-item:nth-child(4) { grid-column: 2; grid-row: 2; }
  .faq-grid .faq-item:nth-child(5) { grid-column: 1; grid-row: 3; }
  .faq-grid .faq-item:nth-child(6) { grid-column: 2; grid-row: 3; }
  .faq-grid .faq-item:nth-child(7) { grid-column: 1; grid-row: 4; }
  .faq-grid .faq-item:nth-child(8) { grid-column: 2; grid-row: 4; }
  .faq-grid .faq-item:nth-child(9) { grid-column: 1; grid-row: 5; }
  .faq-grid .faq-item:nth-child(10) { grid-column: 2; grid-row: 5; }
}


/* Minimal update: preserve hero media fully inside frame without cropping */
.hero-slide img,
.hero-slide video {
  object-fit: contain;
  object-position: center center;
  background: rgba(6, 4, 10, 0.72);
}
.hero-slide img {
  width: 100%;
  height: 520px;
  object-fit: contain; /* THIS FIXES CUTTING */
  background: #000; /* clean background */
}
.hero-fullwidth {
  padding: 0;
}

.hero-full-slider {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 152px);
  height: calc(100vh - 152px);
  overflow: hidden;
  border-radius: 0;
  background: #05050a;
}

.hero-full-slider .hero-slide {
  display: none;
  position: absolute;
  inset: 0;
  min-height: 100%;
  height: 100%;
  border-radius: 0;
  background: #05050a;
}

.hero-full-slider .hero-slide.active {
  display: block;
}

.hero-full-slider .hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  background: #05050a;
  border-radius: 0;
}

.hero-slide-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 3, 10, 0.34) 0%, rgba(6, 3, 10, 0.16) 35%, rgba(6, 3, 10, 0.04) 58%, rgba(6, 3, 10, 0.20) 100%),
    linear-gradient(180deg, rgba(6, 3, 10, 0.02) 0%, rgba(6, 3, 10, 0.06) 48%, rgba(6, 3, 10, 0.24) 100%);
  z-index: 1;
}

.hero-slide-content {
  position: absolute;
  left: min(5vw, 72px);
  bottom: clamp(34px, 7vh, 72px);
  z-index: 2;
  width: min(760px, calc(100% - 32px));
}

.hero-slide-content h1 {
  margin: 18px 0 12px;
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-size: clamp(42px, 6vw, 82px);
  max-width: 800px;
  background: linear-gradient(90deg, #ffffff 0%, #ffd1f0 40%, #ffc37d 72%, #c9ffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-full-slider .lead {
  max-width: 760px;
  color: var(--muted);
}

.hero-full-slider .hero-actions {
  margin-top: 22px;
}

.hero-full-slider .hero-metrics {
  margin-top: 24px;
  max-width: 820px;
}

.hero-full-slider .hero-dots {
  position: absolute;
  left: min(5vw, 72px);
  right: auto;
  top: auto;
  bottom: 18px;
  display: flex;
  gap: 10px;
  z-index: 3;
}

.hero-full-slider .hero-dots button {
  width: 34px;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.24);
  cursor: pointer;
  flex: 0 0 auto;
}

.hero-full-slider .hero-dots button.active {
  background: linear-gradient(90deg, var(--primary), var(--primary-2), var(--teal));
}

@media (max-width: 1180px) {
  .hero-full-slider {
    min-height: calc(100vh - 136px);
    height: calc(100vh - 136px);
  }
}

@media (max-width: 820px) {
  .hero-full-slider {
    min-height: calc(92vh - 136px);
    height: calc(92vh - 136px);
  }

  .hero-slide-content {
    left: 20px;
    right: 20px;
    width: auto;
    bottom: 58px;
  }

  .hero-full-slider .hero-dots {
    left: 20px;
    bottom: 14px;
  }

  .hero-full-slider .hero-metrics {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .hero-full-slider {
    min-height: calc(86vh - 136px);
    height: calc(86vh - 136px);
  }

  .hero-slide-content h1 {
    font-size: clamp(34px, 10vw, 54px);
  }

  .hero-full-slider .hero-actions {
    flex-direction: column;
  }
}
.hero-slide-content.hero-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 18px 14px;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
  text-align: center;
}

.hero-slide-content.hero-bottom h1 {
  font-size: 18px;
  margin-bottom: 4px;
  font-weight: 600;
}

.hero-slide-content.hero-bottom p {
  font-size: 11px;
  opacity: 0.8;
}
.sticky-convert-bar {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(12, 8, 20, 0.92), rgba(20, 8, 24, 0.92)),
    linear-gradient(90deg, rgba(255,138,29,.14), rgba(255,44,168,.12), rgba(24,210,196,.10));
  border: 1px solid rgba(255, 123, 188, 0.18);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
}

.sticky-convert-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.sticky-convert-text strong {
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
}

.sticky-convert-text span {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.4;
}

.sticky-convert-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.sticky-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease;
}

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

.sticky-btn-primary {
  color: #fff;
  background: linear-gradient(90deg, var(--primary), var(--primary-2) 55%, var(--primary-3));
  box-shadow: 0 14px 34px rgba(255, 58, 164, 0.24);
}

.sticky-btn-whatsapp {
  color: #fff;
  background: linear-gradient(90deg, #27d367, #1abf76, #11a686);
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.22);
}

@media (max-width: 820px) {
  .sticky-convert-bar {
    left: 12px;
    right: 12px;
    bottom: 12px;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 12px;
    border-radius: 18px;
  }

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

  .sticky-convert-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .sticky-btn {
    width: 100%;
  }
}