/* ============================================================
   SYSTEXFORGE — PREMIUM CSS
   style.css — Layout limpo, sem sobreposições
============================================================ */

/* ── TOKENS ── */
:root {
  --navy:        #14213D;
  --navy-dark:   #0c162b;
  --navy-deep:   #081120;
  --blue:        #00ABE4;
  --blue-dark:   #0088BE;
  --white:       #FFFFFF;
  --off-white:   #f7faff;
  --gray-soft:   #f0f4f9;
  --text-body:   #5b6578;
  --text-head:   #0f1f3a;
  --border:      rgba(20, 33, 61, 0.10);
  --shadow-card: 0 16px 48px rgba(12, 28, 56, 0.12);
  --shadow-dark: 0 24px 60px rgba(0, 0, 0, 0.28);
  --shadow-blue: 0 16px 40px rgba(0, 171, 228, 0.22);
  --radius-sm:   12px;
  --radius-md:   20px;
  --radius-lg:   28px;
  --tr:  0.32s cubic-bezier(0.4, 0, 0.2, 1);
  --sp:  120px;
}

/* ── RESET BASE ── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  color: var(--text-body);
  background: var(--off-white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  color: var(--text-head);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}

p { line-height: 1.78; margin-bottom: 0; }

a {
  text-decoration: none;
  transition:
    color var(--tr), background var(--tr),
    transform var(--tr), box-shadow var(--tr),
    border-color var(--tr), opacity var(--tr);
}

img { max-width: 100%; height: auto; }

/* ── LAYOUT ── */
.section { padding: var(--sp) 0; position: relative; }
.section-light { background: var(--off-white); }
.section-navy  { background: linear-gradient(160deg, #0c162b 0%, #11203a 55%, #0a1427 100%); }

/* ── TYPOGRAPHY ── */
.section-title {
  font-size: clamp(1.85rem, 3vw, 3rem);
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.section-title-light { color: var(--white); }
.section-sub-light   { color: rgba(255,255,255,0.65); font-size: 1.05rem; }
.body-text { font-size: 1.05rem; line-height: 1.8; }
.section-heading { max-width: 780px; margin-bottom: 3.5rem; }
.section-heading-center { text-align: center; margin-left: auto; margin-right: auto; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--blue);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
}
.eyebrow::before {
  content: '';
  width: 30px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  flex-shrink: 0;
}
.eyebrow-light { color: rgba(255,255,255,0.55); }
.eyebrow-light::before { background: var(--blue); }

.text-accent {
  font-style: normal;
  background: linear-gradient(90deg, #00ABE4, #64d4f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── BUTTONS ── */
.btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  border-radius: 999px;
  transition:
    transform var(--tr), box-shadow var(--tr),
    background var(--tr), color var(--tr),
    border-color var(--tr);
}
.btn:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }

.btn-brand-primary {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);
  color: var(--white);
  border: none;
  padding: 0.9rem 2rem;
  box-shadow: var(--shadow-blue);
}
.btn-brand-primary:hover {
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(0, 171, 228, 0.36);
}

.btn-nav-cta {
  background: linear-gradient(135deg, var(--blue), #0099cc);
  color: var(--white);
  border: none;
  padding: 0.62rem 1.5rem;
  font-size: 0.88rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  border-radius: 999px;
  box-shadow: 0 4px 16px rgba(0, 171, 228, 0.28);
  white-space: nowrap;
}
.btn-nav-cta:hover {
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 171, 228, 0.42);
}

/* ============================================================
   NAVBAR
============================================================ */
.navbar {
  padding: 1rem 0;
  background: transparent;
  transition:
    background var(--tr), padding var(--tr),
    box-shadow var(--tr), backdrop-filter var(--tr);
}
.navbar.scrolled {
  background: rgba(7, 14, 26, 0.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 8px 36px rgba(0, 0, 0, 0.22);
  padding: 0.5rem 0;
}

/* LOGO — neutraliza Bootstrap, define tamanho explícito */
.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.navbar-brand img {
  max-height: none;
  max-width: none;
}
.navbar-logo {
  display: block;
  height: 112px;
  width: auto;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
  transition: height var(--tr);
}
.navbar.scrolled .navbar-logo {
  height: 92px;
}

/* Hamburger */
.burger-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 24px;
  height: 20px;
}
.burger-icon span {
  display: block;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: transform var(--tr), opacity var(--tr);
}
.navbar-toggler { border: none; padding: 0.4rem; background: none; }
.navbar-toggler:focus { box-shadow: none; }

.navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.87rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.6rem 0.85rem !important;
  position: relative;
}
.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  left: 0.85rem;
  bottom: 0.15rem;
  width: calc(100% - 1.7rem);
  height: 2px;
  background: var(--blue);
  transform: scaleX(0);
  transition: transform var(--tr);
  border-radius: 2px;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active { color: var(--white); }
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after { transform: scaleX(1); }

@media (max-width: 991.98px) {
  .navbar-collapse {
    margin-top: 1rem;
    padding: 1.2rem;
    border-radius: var(--radius-md);
    background: rgba(6, 12, 24, 0.97);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.06);
  }
  .navbar-nav .nav-link { padding: 0.75rem 1rem !important; }
  .navbar-nav .nav-link::after { display: none; }
  .btn-nav-cta { width: 100%; text-align: center; margin-top: 0.5rem; }
}

@media (max-width: 767.98px) {
  .navbar-logo { height: 72px; }
  .navbar.scrolled .navbar-logo { height: 60px; }
}

/* ============================================================
   HERO SECTION
   Z-INDEX: hero-bg(0) → overlay(1) → grid/orbs(1) → container(2)
============================================================ */
.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 110px 0 80px;
  background-color: #0c162b;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center 40%;
  transform: scale(1.04);
  will-change: transform;
}

.hero-bg-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg-slide {
  opacity: 0;
  transition: opacity 1.1s ease, transform 6s ease;
}

.hero-bg-slide.is-active {
  opacity: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    135deg,
    rgba(8, 17, 34, 0.94) 0%,
    rgba(20, 33, 61, 0.86) 40%,
    rgba(10, 20, 38, 0.82) 70%,
    rgba(0, 80, 120, 0.48) 100%
  );
  pointer-events: none;
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(0, 171, 228, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 171, 228, 0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent 90%);
  pointer-events: none;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.orb-1 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(0, 171, 228, 0.14), transparent 70%);
  top: -100px; left: -100px;
  filter: blur(4px);
}
.orb-2 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(0, 171, 228, 0.09), transparent 70%);
  bottom: -60px; right: -80px;
  filter: blur(6px);
}
.orb-3 {
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(100, 212, 247, 0.10), transparent 70%);
  top: 40%; right: 20%;
  filter: blur(2px);
}

.hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(0, 171, 228, 0.10);
  border: 1px solid rgba(0, 171, 228, 0.22);
  color: rgba(255, 255, 255, 0.82);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.48rem 1rem;
  border-radius: 999px;
  margin-bottom: 1.6rem;
  backdrop-filter: blur(8px);
}
.eyebrow-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 8px var(--blue);
  animation: pulse-dot 2s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.5; transform: scale(0.75); }
}

.hero-title {
  font-size: clamp(3.2rem, 6vw, 6rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.0;
  letter-spacing: -0.045em;
  margin-bottom: 1.5rem;
}

.hero-sub {
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.75;
  max-width: 540px;
  margin-bottom: 2rem;
}

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

.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: linear-gradient(135deg, #25d366, #1aad50);
  color: var(--white);
  border: none;
  padding: 0.95rem 1.9rem;
  font-size: 0.96rem;
  border-radius: 999px;
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.28);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.btn-hero-primary i { font-size: 1.2rem; }
.btn-hero-primary:hover {
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(37, 211, 102, 0.40);
}

.btn-hero-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.88);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  padding: 0.95rem 1.9rem;
  font-size: 0.96rem;
  border-radius: 999px;
  backdrop-filter: blur(8px);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.btn-hero-ghost i { transition: transform var(--tr); }
.btn-hero-ghost:hover {
  color: var(--white);
  border-color: rgba(0, 171, 228, 0.45);
  background: rgba(0, 171, 228, 0.10);
  transform: translateY(-3px);
}
.btn-hero-ghost:hover i { transform: translateX(4px); }

.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.8rem;
  font-weight: 500;
  backdrop-filter: blur(6px);
}
.trust-badge i { color: var(--blue); font-size: 0.88rem; }

/* HERO VISUAL */
.hero-visual { position: relative; }

.hv-glow {
  position: absolute;
  inset: -40px;
  background: radial-gradient(circle at center, rgba(0, 171, 228, 0.15), transparent 60%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.hv-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.50), 0 0 0 1px rgba(255, 255, 255, 0.07);
  z-index: 1;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 420px;
}

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

.hv-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.9s ease, transform 5.5s ease;
  transform: scale(1.04);
}

.hv-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hv-tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(20, 33, 61, 0.30), rgba(0, 100, 150, 0.18));
  pointer-events: none;
}

.hv-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.9rem 1.1rem;
  background: rgba(10, 18, 34, 0.90);
  border: 1px solid rgba(0, 171, 228, 0.18);
  border-radius: var(--radius-sm);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  z-index: 2;
  max-width: 240px;
  animation: hv-float 5s ease-in-out infinite;
}
.hv-card-top    { top: -1.25rem; right: -1.25rem; animation-delay: 0s; }
.hv-card-bottom { bottom: -1.25rem; left: -1.25rem; animation-delay: 1.5s; }

@keyframes hv-float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-8px); }
}

.hvc-icon {
  width: 2.5rem; height: 2.5rem;
  display: flex; align-items: center; justify-content: center;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(0, 171, 228, 0.22), rgba(0, 171, 228, 0.07));
  color: var(--blue);
  font-size: 1.15rem;
  flex-shrink: 0;
}
.hvc-icon-alt {
  background: linear-gradient(135deg, rgba(37, 211, 102, 0.18), rgba(37, 211, 102, 0.05));
  color: #25d366;
}
.hvc-text strong,
.hvc-text span { display: block; }
.hvc-text strong {
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
}
.hvc-text span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.76rem;
  margin-top: 0.1rem;
}

.hv-dots {
  position: absolute;
  bottom: 1.5rem; right: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  z-index: 2;
}

.hv-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.18);
  padding: 0;
  transition: transform var(--tr), background var(--tr), border-color var(--tr), box-shadow var(--tr);
}

.hv-dot.is-active {
  background: var(--blue);
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(0, 171, 228, 0.14);
  transform: scale(1.05);
}

.hero-scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
}
.scroll-label {
  display: block;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.55rem;
}
.scroll-mouse {
  width: 22px; height: 34px;
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  margin: 0 auto;
  position: relative;
}
.scroll-wheel {
  width: 4px; height: 7px;
  background: rgba(255, 255, 255, 0.50);
  border-radius: 2px;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  animation: scroll-anim 2.4s ease-in-out infinite;
}
@keyframes scroll-anim {
  0%   { transform: translateX(-50%) translateY(0); opacity: 1; }
  80%  { transform: translateX(-50%) translateY(10px); opacity: 0; }
  100% { transform: translateX(-50%) translateY(0); opacity: 0; }
}

/* ── WAVE DIVIDERS ── */
.wave-divider {
  position: relative;
  height: 90px;
  overflow: hidden;
  margin-top: -1px;
  line-height: 0;
}
.wave-divider svg {
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 100%;
}
.wave-hero-to-about      { background: transparent; }
.wave-hero-to-about      svg path { fill: var(--off-white); }
.wave-about-to-services  { background: var(--off-white); }
.wave-about-to-services  svg path { fill: #0c162b; }
.wave-services-to-diff   { background: #0a1427; }
.wave-services-to-diff   svg path { fill: var(--off-white); }
.wave-diff-to-clients    { background: var(--off-white); }
.wave-diff-to-clients    svg path { fill: var(--gray-soft); }
.wave-clients-to-process { background: var(--gray-soft); }
.wave-clients-to-process svg path { fill: #0e1e38; }
.wave-process-to-tech    { background: #0e1e38; }
.wave-process-to-tech    svg path { fill: var(--off-white); }

/* ── SOBRE ── */
.about-visual {
  position: relative;
  padding: 1.5rem 0 1.5rem 1.5rem;
}
.av-bg-shape {
  position: absolute;
  top: 0; left: 0;
  width: 85%; height: 90%;
  background: linear-gradient(135deg, rgba(0, 171, 228, 0.07), rgba(20, 33, 61, 0.05));
  border-radius: var(--radius-lg);
  z-index: 0;
}
.av-img {
  position: relative;
  display: block;
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-dark);
  z-index: 1;
}
.av-badge {
  position: absolute;
  bottom: -0.5rem; right: -0.75rem;
  display: flex; align-items: center; gap: 0.75rem;
  padding: 0.9rem 1.15rem;
  background: var(--navy-dark);
  border: 1px solid rgba(0, 171, 228, 0.2);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-dark);
  z-index: 2;
  max-width: 250px;
}
.av-badge i { color: var(--blue); font-size: 1.4rem; flex-shrink: 0; }
.av-badge strong, .av-badge span { display: block; }
.av-badge strong { color: var(--white); font-size: 0.88rem; margin-bottom: 0.15rem; }
.av-badge span   { color: rgba(255, 255, 255, 0.52); font-size: 0.78rem; }

.about-highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.7rem;
  margin-top: 1.75rem;
}
.ah-item {
  display: flex; align-items: center; gap: 0.7rem;
  padding: 0.85rem 0.95rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  box-shadow: 0 4px 16px rgba(12, 28, 56, 0.06);
  transition: transform var(--tr), box-shadow var(--tr);
}
.ah-item:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); }
.ah-icon {
  width: 2.25rem; height: 2.25rem;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(0, 171, 228, 0.11), rgba(20, 33, 61, 0.05));
  color: var(--navy);
  border-radius: 9px;
  font-size: 1.05rem;
  flex-shrink: 0;
}
.ah-item span {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-head);
}

/* ── SERVIÇOS ── */
.srv-card {
  position: relative;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--radius-md);
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition:
    transform var(--tr), box-shadow var(--tr),
    border-color var(--tr), background var(--tr);
}
.srv-top-bar {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), rgba(0, 171, 228, 0));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 3px 3px 0 0;
}
.srv-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 171, 228, 0.28);
  background: rgba(255, 255, 255, 0.08);
}
.srv-card:hover .srv-top-bar { transform: scaleX(1); }
.srv-icon {
  width: 3.6rem; height: 3.6rem;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(0, 171, 228, 0.16), rgba(255, 255, 255, 0.05));
  color: var(--blue);
  font-size: 1.5rem;
  border-radius: 15px;
  margin-bottom: 1.3rem;
  box-shadow: 0 0 0 1px rgba(0, 171, 228, 0.12);
  transition: background var(--tr);
}
.srv-card:hover .srv-icon {
  background: linear-gradient(135deg, rgba(0, 171, 228, 0.28), rgba(0, 171, 228, 0.08));
}
.srv-card h3 { color: var(--white); font-size: 1.08rem; margin-bottom: 0.75rem; }
.srv-card p  { color: rgba(255, 255, 255, 0.62); font-size: 0.93rem; flex-grow: 1; line-height: 1.7; }
.srv-link {
  display: flex; align-items: center; gap: 0.4rem;
  color: var(--blue);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  margin-top: 1.4rem;
  opacity: 0.65;
  transition: opacity var(--tr), gap var(--tr);
}
.srv-card:hover .srv-link { opacity: 1; gap: 0.65rem; }

/* ── DIFERENCIAIS ── */
.diff-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1rem;
}
.diff-card {
  padding: 1.6rem;
  background: var(--white);
  border: 1px solid rgba(20, 33, 61, 0.08);
  border-radius: var(--radius-md);
  box-shadow: 0 4px 22px rgba(12, 28, 56, 0.07);
  transition: transform var(--tr), box-shadow var(--tr), border-color var(--tr);
}
.diff-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 171, 228, 0.22);
  box-shadow: 0 16px 48px rgba(12, 28, 56, 0.13);
}
.diff-icon-wrap {
  width: 2.8rem; height: 2.8rem;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(0, 171, 228, 0.11), rgba(20, 33, 61, 0.04));
  color: var(--navy);
  border-radius: 11px;
  font-size: 1.25rem;
  margin-bottom: 0.9rem;
}
.diff-card h3 { font-size: 0.96rem; margin-bottom: 0.45rem; }
.diff-card p  { font-size: 0.88rem; line-height: 1.65; }

/* ── CLIENTES ── */
.clients-section { background: var(--gray-soft); }
.clients-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.client-card {
  background: var(--white);
  border: 1px solid rgba(20, 33, 61, 0.08);
  border-radius: var(--radius-md);
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 0 4px 20px rgba(12, 28, 56, 0.06);
  transition: transform var(--tr), box-shadow var(--tr), border-color var(--tr);
  cursor: default;
}
.client-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 171, 228, 0.18);
  box-shadow: 0 14px 40px rgba(12, 28, 56, 0.11);
}
.client-inner {
  display: flex; flex-direction: column; align-items: center;
  gap: 0.7rem;
  opacity: 0.38;
  transition: opacity var(--tr);
}
.client-card:hover .client-inner { opacity: 0.6; }
.client-inner i    { font-size: 2.2rem; color: var(--navy); }
.client-logo {
  display: block;
  width: auto;
  max-width: 170px;
  height: 56px;
  object-fit: contain;
  object-position: center;
  filter: grayscale(100%) contrast(1.05);
}
.client-card:hover .client-logo {
  filter: grayscale(0%) contrast(1.02);
}
.client-inner span {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem; font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.clients-note {
  display: flex; align-items: center; justify-content: center;
  gap: 0.5rem;
  color: var(--text-body);
  font-size: 0.82rem;
  opacity: 0.65;
  text-align: center;
}
.clients-note i { color: var(--blue); }

/* ── PROCESSO ── */
.process-section {
  background: linear-gradient(160deg, #0c1e35 0%, #0e2040 55%, #0a1830 100%);
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  position: relative;
}
.process-grid::before {
  content: '';
  position: absolute;
  top: 2.2rem; left: 6%; right: 6%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 171, 228, 0.28), transparent);
  pointer-events: none;
}
.process-card {
  position: relative;
  padding: 2.2rem 1.6rem 1.6rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--radius-md);
  transition: transform var(--tr), border-color var(--tr), background var(--tr);
}
.process-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 171, 228, 0.22);
  background: rgba(255, 255, 255, 0.07);
}
.pc-num {
  position: absolute;
  top: -13px; left: 1.6rem;
  padding: 0.32rem 0.8rem;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  color: var(--white);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.76rem; font-weight: 800;
  letter-spacing: 0.1em;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0, 171, 228, 0.28);
}
.pc-icon-wrap {
  width: 2.6rem; height: 2.6rem;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0, 171, 228, 0.10);
  color: var(--blue);
  border-radius: 11px;
  font-size: 1.2rem;
  margin-bottom: 0.9rem;
  margin-top: 0.6rem;
}
.process-card h3 { color: var(--white); font-size: 0.98rem; margin-bottom: 0.55rem; }
.process-card p  { color: rgba(255, 255, 255, 0.55); font-size: 0.88rem; line-height: 1.65; }

/* ── TECNOLOGIAS ── */
.tech-section { background: var(--off-white); }
.tech-stack   { display: flex; flex-direction: column; gap: 1.5rem; }
.tg-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.76rem; font-weight: 800;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text-head);
  margin-bottom: 0.7rem;
  display: flex; align-items: center; gap: 0.5rem;
  opacity: 0.6;
}
.tg-label i { color: var(--blue); }
.tg-chips { display: flex; flex-wrap: wrap; gap: 0.55rem; }
.chip {
  display: inline-flex;
  padding: 0.52rem 1.05rem;
  border-radius: 999px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem; font-weight: 700;
  transition: transform var(--tr), box-shadow var(--tr);
  cursor: default;
}
.chip:hover { transform: translateY(-2px); }
.chip-primary {
  background: var(--navy); color: var(--blue);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 2px 8px rgba(0, 0, 0, 0.14);
}
.chip-primary:hover { box-shadow: 0 4px 16px rgba(0, 171, 228, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.05); }
.chip-secondary {
  background: rgba(20, 33, 61, 0.07); color: var(--navy);
  border: 1px solid rgba(20, 33, 61, 0.11);
}
.chip-secondary:hover { background: rgba(20, 33, 61, 0.13); }
.chip-soft {
  background: var(--white); color: var(--text-head);
  border: 1px solid rgba(20, 33, 61, 0.10);
  box-shadow: 0 2px 8px rgba(12, 28, 56, 0.06);
}
.chip-soft:hover { box-shadow: 0 6px 18px rgba(12, 28, 56, 0.11); }

/* ── CTA FINAL ── */
.cta-section {
  position: relative;
  padding: var(--sp) 0;
  overflow: hidden;
  background: var(--navy-deep);
}
.cta-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url('https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&w=1920&q=75');
  background-size: cover;
  background-position: center;
}
.cta-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    135deg,
    rgba(8, 17, 34, 0.95),
    rgba(14, 28, 55, 0.91) 42%,
    rgba(0, 60, 100, 0.82) 100%
  );
}
.cta-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.cta-orb-1 {
  width: 560px; height: 560px;
  z-index: 1;
  background: radial-gradient(circle, rgba(0, 171, 228, 0.11), transparent 65%);
  top: -140px; right: -80px;
}
.cta-orb-2 {
  width: 380px; height: 380px;
  z-index: 1;
  background: radial-gradient(circle, rgba(0, 171, 228, 0.07), transparent 65%);
  bottom: -100px; left: -60px;
}
.cta-section .container { position: relative; z-index: 2; }

.cta-title {
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  color: var(--white);
  line-height: 1.1;
  margin: 0.7rem 0 1.4rem;
  letter-spacing: -0.04em;
}
.cta-sub {
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 620px;
  margin: 0 auto 2.5rem;
}
.cta-actions {
  display: flex; flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.btn-cta-primary {
  display: inline-flex; align-items: center; gap: 0.6rem;
  background: linear-gradient(135deg, #25d366, #1aad50);
  color: var(--white); border: none;
  padding: 1rem 2.1rem;
  border-radius: 999px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; font-size: 0.98rem;
  box-shadow: 0 14px 36px rgba(37, 211, 102, 0.30);
}
.btn-cta-primary:hover {
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 20px 48px rgba(37, 211, 102, 0.42);
}
.btn-cta-ghost {
  display: inline-flex; align-items: center; gap: 0.6rem;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.88);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  padding: 1rem 2.1rem;
  border-radius: 999px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; font-size: 0.98rem;
  backdrop-filter: blur(8px);
}
.btn-cta-ghost:hover {
  color: var(--white);
  border-color: rgba(0, 171, 228, 0.38);
  background: rgba(0, 171, 228, 0.09);
  transform: translateY(-3px);
}
.cta-info-row {
  display: flex; flex-wrap: wrap;
  justify-content: center;
  gap: 1.4rem;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.84rem;
}
.cta-info-row span { display: inline-flex; align-items: center; gap: 0.42rem; }
.cta-info-row i { color: var(--blue); }

/* ── CONTACT PAGE ── */
.contact-page {
  background:
    radial-gradient(circle at top left, rgba(0, 171, 228, 0.08), transparent 26%),
    linear-gradient(180deg, #f7faff 0%, #edf3f9 100%);
}

.contact-hero {
  position: relative;
  padding: 180px 0 110px;
  overflow: hidden;
  background: linear-gradient(155deg, #081120 0%, #14213d 58%, #0a1427 100%);
}

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

.contact-hero-bg {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 88px 88px;
  opacity: 0.26;
}

.contact-hero-overlay {
  background:
    radial-gradient(circle at 20% 25%, rgba(0, 171, 228, 0.18), transparent 18%),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.08), transparent 16%);
}

.contact-title {
  font-size: clamp(2.5rem, 4.8vw, 4.6rem);
  color: var(--white);
  margin-bottom: 1.2rem;
}

.contact-subtitle {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
  line-height: 1.82;
}

.contact-section {
  margin-top: -56px;
  position: relative;
  z-index: 2;
}

.contact-panel,
.contact-form-card {
  height: 100%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

.contact-panel {
  padding: 2.2rem;
  background: linear-gradient(160deg, #0c162b 0%, #11203a 58%, #0a1427 100%);
  color: rgba(255, 255, 255, 0.8);
}

.contact-panel .section-title,
.contact-panel strong,
.contact-panel p,
.contact-panel span {
  color: inherit;
}

.contact-methods {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.contact-method-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.85);
}

.contact-method-card:hover {
  color: var(--white);
  transform: translateY(-3px);
  border-color: rgba(0, 171, 228, 0.4);
  background: rgba(0, 171, 228, 0.08);
}

.contact-method-icon {
  width: 3.15rem;
  height: 3.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 171, 228, 0.24), rgba(255, 255, 255, 0.08));
  color: var(--blue);
  font-size: 1.2rem;
  flex-shrink: 0;
}

.contact-method-card strong,
.contact-method-card span {
  display: block;
}

.contact-method-card span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.92rem;
  margin-top: 0.22rem;
}

.contact-side-note {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  padding-top: 1.35rem;
  margin-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-side-note i {
  color: var(--blue);
  font-size: 1.2rem;
  margin-top: 0.15rem;
}

.contact-form-card {
  padding: 2.2rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(20, 33, 61, 0.08);
}

.contact-form-head {
  margin-bottom: 1.7rem;
}

.contact-form .form-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--text-head);
  margin-bottom: 0.55rem;
}

.contact-input {
  min-height: 56px;
  border-radius: 16px;
  border: 1px solid rgba(20, 33, 61, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: var(--text-head);
  padding: 0.95rem 1rem;
  box-shadow: none !important;
}

.contact-input:focus {
  border-color: rgba(0, 171, 228, 0.45);
  box-shadow: 0 0 0 0.22rem rgba(0, 171, 228, 0.12) !important;
}

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

.contact-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.6rem;
  align-items: center;
}

.contact-form-feedback {
  margin-top: 1rem;
  min-height: 1.5rem;
  font-size: 0.92rem;
  color: var(--navy);
}

.contact-form-feedback.is-success {
  color: #11824f;
}

.contact-form-feedback.is-error {
  color: #b42318;
}

.contact-honey {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* ── FOOTER ── */
.site-footer {
  background: #070f1c;
  padding: 5rem 0 2.5rem;
  color: rgba(255, 255, 255, 0.62);
}
.footer-logo-link { display: inline-block; }
.footer-logo {
  height: 96px;
  width: auto;
  max-width: 380px;
  display: block;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3)) brightness(1.05);
  margin-bottom: 1rem;
}
.footer-tagline {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.96rem; font-weight: 700;
  color: var(--blue);
  margin-bottom: 0.7rem;
}
.footer-desc { font-size: 0.9rem; line-height: 1.75; max-width: 340px; }

.footer-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem; font-weight: 800;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 1.2rem;
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 0.65rem; }
.footer-links a {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9rem;
  transition: color var(--tr), padding-left var(--tr);
}
.footer-links a:hover { color: var(--blue); padding-left: 4px; }

.footer-contact-list { list-style: none; padding: 0; margin: 0; }
.footer-contact-list li {
  display: flex; align-items: flex-start;
  gap: 0.7rem;
  margin-bottom: 0.85rem;
  font-size: 0.88rem;
}
.footer-contact-list i { color: var(--blue); font-size: 0.9rem; margin-top: 2px; flex-shrink: 0; }
.footer-contact-list a,
.footer-contact-list span { color: rgba(255, 255, 255, 0.55); }
.footer-contact-list a:hover { color: var(--blue); }

.footer-social { display: flex; gap: 0.6rem; margin-bottom: 1.15rem; }
.footer-social a {
  width: 2.75rem; height: 2.75rem;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.62);
  font-size: 1rem;
  transition: background var(--tr), color var(--tr), transform var(--tr), border-color var(--tr);
}
.footer-social a:hover {
  background: var(--blue); color: var(--white);
  border-color: var(--blue); transform: translateY(-3px);
}
.footer-social-note { font-size: 0.8rem; line-height: 1.65; max-width: 240px; }

.footer-bottom {
  margin-top: 4rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 0.84rem;
}
.footer-slogan {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.28);
  letter-spacing: 0.06em;
  font-size: 0.86rem;
}

/* ── WHATSAPP FAB ── */
.whatsapp-fab {
  position: fixed;
  bottom: 2rem; right: 2rem;
  z-index: 9000;
  width: 58px; height: 58px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #25d366, #1aad50);
  border-radius: 50%;
  color: var(--white);
  font-size: 1.55rem;
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.42);
  text-decoration: none;
  transition: transform var(--tr), box-shadow var(--tr);
}
.whatsapp-fab:hover {
  color: var(--white);
  transform: scale(1.1) translateY(-3px);
  box-shadow: 0 14px 40px rgba(37, 211, 102, 0.52);
}
.fab-pulse,
.fab-pulse-2 {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(37, 211, 102, 0.45);
  animation: fab-ring 2.6s ease-out infinite;
  pointer-events: none;
}
.fab-pulse-2 { animation-delay: 0.9s; }
@keyframes fab-ring {
  0%   { transform: scale(1); opacity: 0.75; }
  100% { transform: scale(1.95); opacity: 0; }
}
.fab-tooltip {
  position: absolute;
  right: calc(100% + 12px);
  white-space: nowrap;
  background: var(--navy-dark);
  color: var(--white);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem; font-weight: 600;
  padding: 0.42rem 0.85rem;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translateX(8px);
  transition: opacity var(--tr), transform var(--tr);
  pointer-events: none;
}
.fab-tooltip::after {
  content: '';
  position: absolute;
  left: 100%; top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: var(--navy-dark);
}
.whatsapp-fab:hover .fab-tooltip { opacity: 1; transform: translateX(0); }

/* ── COOKIE BANNER ── */
.cookie-banner {
  position: fixed;
  bottom: 1.5rem; left: 50%;
  transform: translateX(-50%) translateY(calc(100% + 2rem));
  z-index: 9500;
  width: min(720px, calc(100vw - 2rem));
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.cookie-banner.is-visible { transform: translateX(-50%) translateY(0); }
.cookie-inner {
  display: flex; align-items: center; gap: 1rem;
  padding: 1rem 1.4rem;
  background: rgba(10, 18, 34, 0.95);
  border: 1px solid rgba(0, 171, 228, 0.18);
  border-radius: var(--radius-md);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.cookie-icon-wrap {
  width: 2.4rem; height: 2.4rem;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0, 171, 228, 0.12);
  border-radius: 9px;
  color: var(--blue);
  font-size: 1.18rem;
  flex-shrink: 0;
}
.cookie-text { flex-grow: 1; min-width: 0; }
.cookie-text strong {
  display: block; color: var(--white);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.86rem; font-weight: 700;
  margin-bottom: 0.18rem;
}
.cookie-text p { color: rgba(255, 255, 255, 0.55); font-size: 0.8rem; line-height: 1.5; }
.cookie-text a { color: var(--blue); }
.cookie-text a:hover { text-decoration: underline; }
.cookie-btns { display: flex; gap: 0.55rem; flex-shrink: 0; }
.btn-cookie-accept {
  padding: 0.52rem 1.25rem;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  color: var(--white); border: none;
  border-radius: 999px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem; font-weight: 700;
  box-shadow: 0 4px 14px rgba(0, 171, 228, 0.28);
  cursor: pointer; white-space: nowrap;
  transition: transform var(--tr), box-shadow var(--tr);
}
.btn-cookie-accept:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0, 171, 228, 0.38); }
.btn-cookie-decline {
  padding: 0.52rem 1.05rem;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 999px;
  font-size: 0.8rem; cursor: pointer; white-space: nowrap;
  transition: background var(--tr), color var(--tr);
}
.btn-cookie-decline:hover { background: rgba(255, 255, 255, 0.10); color: rgba(255, 255, 255, 0.72); }

/* ── REVEAL ANIMATIONS ── */
.reveal-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.68s ease, transform 0.68s ease;
}
.reveal-up.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.10s; }
.reveal-delay-2 { transition-delay: 0.20s; }
.reveal-delay-3 { transition-delay: 0.30s; }

/* ── RESPONSIVE ── */
@media (max-width: 1199.98px) {
  :root { --sp: 100px; }
  .hv-img { height: 360px; }
  .av-img { height: 400px; }
  .hv-card-top    { top: -1rem;    right: -0.75rem; }
  .hv-card-bottom { bottom: -1rem; left:  -0.75rem; }
  .clients-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 991.98px) {
  :root { --sp: 88px; }
  .hero-section { padding: 100px 0 70px; min-height: auto; }
  .diff-grid    { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid::before { display: none; }
  .clients-grid { grid-template-columns: repeat(2, 1fr); }
  .av-badge     { right: 0.5rem; bottom: 0.5rem; }
  .about-visual { padding: 0.75rem; }
  .contact-section { margin-top: -36px; }
}

@media (max-width: 767.98px) {
  :root { --sp: 72px; }
  .hero-title { font-size: 2.8rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions > a { justify-content: center; }
  .hv-img { height: 260px; }
  .hv-card-top    { top: -0.6rem;    right: 0.5rem; }
  .hv-card-bottom { bottom: -0.6rem; left:  0.5rem; }
  .av-img  { height: 300px; }
  .av-badge { display: none; }
  .diff-grid    { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .clients-grid { grid-template-columns: repeat(2, 1fr); }
  .about-highlights { grid-template-columns: 1fr 1fr; }
  .cta-title { font-size: 2rem; }
  .cta-actions { flex-direction: column; align-items: center; }
  .cta-info-row { flex-direction: column; gap: 0.5rem; }
  .contact-hero { padding: 150px 0 84px; }
  .contact-panel,
  .contact-form-card { padding: 1.5rem; }
  .contact-form-actions { flex-direction: column; align-items: stretch; }
  .contact-form-actions .btn { width: 100%; justify-content: center; }
  .cookie-inner { flex-direction: column; gap: 0.7rem; align-items: flex-start; }
  .cookie-btns  { width: 100%; }
  .btn-cookie-accept,
  .btn-cookie-decline { flex: 1; text-align: center; }
  .whatsapp-fab { bottom: 1.25rem; right: 1.25rem; }
  .fab-tooltip  { display: none; }
}

@media (max-width: 479.98px) {
  .clients-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-title   { font-size: 2.4rem; }
  .about-highlights { grid-template-columns: 1fr; }
  .hero-trust-row .trust-badge:nth-child(3) { display: none; }
}

@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;
  }
  .reveal-up { opacity: 1; transform: none; }
}
