/* =========================================================
   Despachante Goiânia — Premium Site
   Visual: editorial luxury · serif display + clean sans
   ========================================================= */

/* ---------- Tokens ---------- */
:root {
  --ink: #0E1A2A;
  --ink-soft: #1A2738;
  --ink-muted: #56657A;
  --ink-light: #8893A2;
  --line: rgba(14, 26, 42, 0.08);
  --line-strong: rgba(14, 26, 42, 0.16);

  --bg: #F7F9FC;
  --bg-cream: #EAF0F6;
  --bg-warm: #EFF3F8;
  --bg-dark: #0A1622;
  --bg-dark-soft: #14202E;

  /* Brand — paleta extraída da logomarca */
  --brand: #1B5A8C;
  --brand-light: #3A7AB0;
  --brand-dark: #0F3D63;
  --brand-soft: rgba(27, 90, 140, 0.08);
  --brand-soft-strong: rgba(27, 90, 140, 0.14);

  --silver: #8A9099;
  --silver-light: #C1C6CC;

  /* Mantido para estrelas de avaliação (padrão Google) */
  --star: #F4B82A;

  --whatsapp: #25D366;

  --font-display: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --radius-sm: 6px;
  --radius: 10px;
  --radius-lg: 18px;

  --shadow-sm: 0 1px 2px rgba(15, 20, 25, 0.04), 0 1px 3px rgba(15, 20, 25, 0.06);
  --shadow: 0 4px 12px rgba(15, 20, 25, 0.06), 0 8px 32px rgba(15, 20, 25, 0.05);
  --shadow-lg: 0 20px 60px rgba(15, 20, 25, 0.12);

  --container: 1240px;
  --pad: clamp(20px, 4vw, 48px);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-soft: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; border: 0; background: transparent; color: inherit; }
a { color: inherit; text-decoration: none; transition: color 0.25s var(--ease); }
ul { list-style: none; }
address { font-style: normal; }

::selection { background: var(--brand); color: #fff; }

/* ---------- Layout ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--pad);
}

.section__eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 18px;
}

.section__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.875rem, 4vw, 3.125rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--ink);
  max-width: 22ch;
}
.section__title em { font-style: italic; color: var(--brand); }

.section__desc {
  margin-top: 18px;
  font-size: 1.0625rem;
  color: var(--ink-muted);
  max-width: 60ch;
  line-height: 1.65;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s var(--ease);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.btn svg { transition: transform 0.3s var(--ease); }
.btn:hover svg { transform: translateX(3px); }

.btn--primary {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.btn--primary:hover {
  background: var(--ink-soft);
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgba(15, 20, 25, 0.25);
}

.btn--brand {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
}
.btn--brand:hover {
  background: var(--brand-dark);
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgba(27, 90, 140, 0.35);
}

.btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line-strong);
}
.btn--ghost:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.btn--small {
  padding: 10px 20px;
  font-size: 0.875rem;
}

/* ---------- Announcement bar ---------- */
.announcement {
  background: var(--ink);
  color: #E4E6E9;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.announcement__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
}
.announcement__pulse {
  width: 7px; height: 7px;
  background: var(--brand);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(27, 90, 140, 0.6);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(27, 90, 140, 0.5); }
  70% { box-shadow: 0 0 0 10px rgba(27, 90, 140, 0); }
  100% { box-shadow: 0 0 0 0 rgba(27, 90, 140, 0); }
}
.announcement__link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--brand-light);
  font-weight: 500;
  margin-left: 8px;
  padding-left: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.announcement__link:hover { color: #fff; }

/* ---------- Navigation ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 250, 247, 0.85);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid transparent;
  transition: all 0.4s var(--ease);
}
.nav.is-scrolled {
  background: rgba(250, 250, 247, 0.96);
  border-bottom-color: var(--line);
  box-shadow: 0 1px 0 rgba(15, 20, 25, 0.02);
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-top: 6px;
  padding-bottom: 6px;
  min-height: 80px;
}

.brand {
  display: inline-flex;
  align-items: center;
  height: 76px;
  overflow: hidden;
  transition: transform 0.4s var(--ease);
}
.brand:hover { transform: translateY(-1px); }
.brand__logo {
  height: 130px;
  width: auto;
  display: block;
  margin: -27px 0;
  object-fit: contain;
  filter:
    drop-shadow(0 2px 6px rgba(27, 90, 140, 0.22))
    drop-shadow(0 0 18px rgba(27, 90, 140, 0.14));
  transition: filter 0.35s var(--ease);
}
.brand:hover .brand__logo {
  filter:
    drop-shadow(0 4px 12px rgba(27, 90, 140, 0.35))
    drop-shadow(0 0 28px rgba(27, 90, 140, 0.22));
}
.brand__logo--light {
  height: 160px;
  margin: -32px 0;
  filter: brightness(1.4) saturate(1.1) contrast(0.95);
}
.footer__brand .brand { height: 96px; }

.nav__menu {
  display: flex;
  align-items: center;
  gap: 36px;
}
.nav__menu a {
  font-size: 0.9375rem;
  font-weight: 400;
  color: var(--ink-soft);
  position: relative;
  padding: 6px 0;
}
.nav__menu a::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0;
  width: 0;
  height: 1px;
  background: var(--brand);
  transition: width 0.3s var(--ease);
}
.nav__menu a:hover,
.nav__menu a.is-active { color: var(--ink); }
.nav__menu a:hover::after,
.nav__menu a.is-active::after { width: 100%; }

.nav__cta {
  background: var(--ink);
  color: #fff;
  padding: 11px 22px;
  font-size: 0.875rem;
  border-color: var(--ink);
}
.nav__cta:hover {
  background: var(--brand);
  border-color: var(--brand);
  transform: translateY(-1px);
}

.nav__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
}
.nav__toggle span {
  width: 22px;
  height: 1.5px;
  background: var(--ink);
  border-radius: 2px;
  transition: all 0.3s var(--ease);
}
.nav__toggle.is-open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav__toggle.is-open span:nth-child(2) { opacity: 0; }
.nav__toggle.is-open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.nav__mobile {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 12px var(--pad) 24px;
  border-top: 1px solid var(--line);
  background: var(--bg);
}
.nav__mobile a {
  padding: 14px 4px;
  font-size: 1rem;
  border-bottom: 1px solid var(--line);
}
.nav__mobile a:last-child {
  border: 0;
  margin-top: 12px;
  justify-content: center;
}
.nav__mobile a.is-active { color: var(--brand); font-weight: 500; }
.nav__mobile.is-open { display: flex; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3.5vw, 56px) 0 clamp(56px, 8vw, 96px);
  background: var(--bg);
  isolation: isolate;
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(15, 20, 25, 0.025) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(15, 20, 25, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at 50% 30%, rgba(0,0,0,1) 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 30%, rgba(0,0,0,1) 30%, transparent 75%);
}
.hero__glow {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 60%;
  height: 80%;
  background: radial-gradient(circle, rgba(27, 90, 140, 0.12), transparent 60%);
  filter: blur(40px);
}
.hero__watermark {
  position: absolute;
  top: 50%; right: -12%;
  width: 780px;
  max-width: 55vw;
  transform: translateY(-50%);
  opacity: 0.07;
  pointer-events: none;
}
@media (max-width: 1080px) {
  .hero__watermark { right: -30%; opacity: 0.05; width: 560px; }
}
@media (max-width: 768px) {
  .hero__watermark { display: none; }
}

.hero__inner {
  display: grid;
  grid-template-columns: 1fr clamp(340px, 42%, 500px);
  gap: clamp(24px, 4vw, 60px);
  align-items: center;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-muted);
}
.hero__eyebrow-line {
  width: 36px;
  height: 1px;
  background: var(--brand);
}

.hero__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: clamp(2.625rem, 6.2vw, 5.25rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  color: var(--ink);
  margin-top: 28px;
}
.hero__title em {
  font-weight: 400;
  font-style: italic;
  color: var(--brand);
}
.hero__title-sub {
  display: block;
  font-family: var(--font-body);
  font-size: clamp(0.875rem, 1.2vw, 1.0625rem);
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.005em;
  color: var(--ink-muted);
  margin-top: 24px;
  line-height: 1.5;
  max-width: 38ch;
}

.hero__desc {
  margin-top: 14px;
  font-size: 1.0625rem;
  color: var(--ink-muted);
  max-width: 50ch;
  line-height: 1.7;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.hero__rating {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 44px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
  font-size: 0.9375rem;
  color: var(--ink-muted);
}
.hero__rating strong { color: var(--ink); font-weight: 600; }
.hero__stars {
  display: inline-flex;
  gap: 2px;
}
.hero__stars svg {
  width: 18px; height: 18px;
  fill: var(--star);
}

.hero-shimmer-word {
  display: inline-block;
  background: linear-gradient(
    105deg,
    var(--brand) 0%,
    var(--brand) 40%,
    color-mix(in srgb, #fff 25%, var(--brand)) 43%,
    color-mix(in srgb, #fff 55%, var(--brand)) 46%,
    #fff 50%,
    color-mix(in srgb, #fff 55%, var(--brand)) 54%,
    color-mix(in srgb, #fff 25%, var(--brand)) 57%,
    var(--brand) 60%,
    var(--brand) 100%
  );
  background-size: 250% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: hero-shimmer 3.5s ease-in-out infinite;
}

@keyframes hero-shimmer {
  0%   { background-position: 100% 0; }
  35%  { background-position: 100% 0; }
  72%  { background-position: 0% 0; }
  100% { background-position: 0% 0; }
}

.hero__card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  box-shadow: var(--shadow);
  position: relative;
}
.hero__card::before {
  content: "";
  position: absolute;
  top: -1px; left: -1px; right: -1px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--brand), transparent);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}
.hero__card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 24px;
}
.hero__card-dot {
  width: 6px; height: 6px;
  background: var(--brand);
  border-radius: 50%;
}
.hero__card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 16px;
}
.hero__card-list li {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.hero__card-num {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.hero__card-num small {
  font-size: 0.45em;
  color: var(--brand);
  font-weight: 500;
  margin-left: 2px;
}
.hero__card-label {
  font-size: 0.8125rem;
  color: var(--ink-muted);
  line-height: 1.45;
}
.hero__card-feature {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 20px;
}
.hero__card-divider {
  height: 1px;
  background: var(--line);
  margin: 0 0 20px;
}
.hero__card-checks {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero__card-checks li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  color: var(--ink-muted);
  line-height: 1.35;
}
.hero__card-checks li svg {
  flex-shrink: 0;
  color: var(--brand);
}

.hero__visual {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
}
.hero__deco {
  position: absolute;
  inset: -48px;
  pointer-events: none;
  z-index: 0;
}
.hero__deco-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
}
.hero__deco-svg--a { animation: heroDeco 50s linear infinite; }
.hero__deco-svg--b { animation: heroDeco 32s linear infinite reverse; }
.hero__deco-svg--c { animation: heroDeco 70s linear infinite; }
@keyframes heroDeco { to { transform: rotate(360deg); } }
.hero__visual-img {
  width: 100%;
  max-width: 480px;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 24px 56px rgba(14, 26, 42, 0.18));
  position: relative;
  z-index: 1;
}

.hero__scroll {
  position: absolute;
  bottom: 32px; left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 0.6875rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink-light);
  pointer-events: none;
}
.hero__scroll-line {
  width: 1px;
  height: 32px;
  background: linear-gradient(to bottom, var(--brand), transparent);
  position: relative;
  overflow: hidden;
}
.hero__scroll-line::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 50%;
  background: var(--brand);
  animation: scrollLine 2s var(--ease) infinite;
}
@keyframes scrollLine {
  0% { transform: translateY(-100%); }
  100% { transform: translateY(200%); }
}

/* ---------- Trust strip (fixed bottom) ---------- */
.trust-fixed {
  background: var(--ink);
  height: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  .trust-fixed { display: none; }
}

/* ---------- About ---------- */
.about {
  padding: clamp(80px, 10vw, 140px) 0;
  background: var(--bg);
}
.about__intro { max-width: 800px; }
.about__intro .section__title { margin-bottom: 0; }

.about__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  margin-top: 64px;
  align-items: start;
}

.about__text { font-size: 1.0625rem; color: var(--ink-soft); }
.about__text p { margin-bottom: 22px; line-height: 1.75; }
.about__lead { font-size: 1.1875rem !important; }
.about__lead strong { color: var(--ink); font-weight: 500; }
.about__text em { color: var(--brand); font-style: italic; }

.about__mvv {
  display: flex;
  flex-direction: column;
  margin: 28px 0 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.about__mvv-item {
  padding: 14px 20px;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 16px;
  align-items: baseline;
}
.about__mvv-item:last-child { border-bottom: none; }
.about__mvv-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand);
  flex-shrink: 0;
  width: 60px;
}
.about__mvv-item p {
  font-size: 0.875rem;
  color: var(--ink-muted);
  line-height: 1.5;
  margin: 0;
}

.about__signature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.about__signature strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin-bottom: 2px;
}
.about__signature span {
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-muted);
}
.about__signature-mark {
  width: 56px; height: 56px;
  display: grid; place-items: center;
  border: 1px solid var(--brand);
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 1.125rem;
  color: var(--brand);
  letter-spacing: 0.02em;
}

.about__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  align-content: start;
}
.about__gallery-item {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: var(--bg-warm);
  border: 1px solid var(--line);
  margin: 0;
}
.about__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s var(--ease);
}
.about__gallery-item:hover img { transform: scale(1.05); }
.about__gallery-item figcaption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 28px 10px 10px;
  background: linear-gradient(to top, rgba(14,26,42,0.82), transparent);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.about__stats {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
}
.about__stat {
  background: #fff;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: background 0.3s var(--ease);
}
.about__stat:hover { background: var(--bg-warm); }
.about__stat-num {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.about__stat-num small {
  font-size: 0.45em;
  color: var(--brand);
  font-weight: 500;
}
.about__stat-label {
  font-size: 0.875rem;
  color: var(--ink-muted);
  letter-spacing: 0.01em;
  line-height: 1.4;
}

/* ---------- Services ---------- */
.services {
  padding: clamp(80px, 10vw, 140px) 0;
  background: var(--bg-warm);
  position: relative;
}
.services::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-strong), transparent);
}
.services__head {
  max-width: 800px;
  margin-bottom: 0;
}

.svc-list {
  list-style: none;
  padding: 0;
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.svc-list li {
  padding: 10px 20px;
  border: 1px solid var(--line);
  border-radius: 100px;
  font-size: 0.95rem;
  color: var(--text);
  background: var(--bg-warm);
}

/* --- Service card grid --- */
.services__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 56px;
}

.svc-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px 28px 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: transform 0.38s var(--ease), box-shadow 0.38s var(--ease), border-color 0.38s var(--ease);
  box-shadow: var(--shadow-sm);
}
.svc-card::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--brand-dark), var(--brand-light));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.38s var(--ease);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}
.svc-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 56px rgba(14, 26, 42, 0.12), 0 8px 20px rgba(14, 26, 42, 0.06);
  border-color: rgba(27, 90, 140, 0.22);
}
.svc-card:hover::after { transform: scaleX(1); }

.svc-card--featured {
  border-color: rgba(27, 90, 140, 0.2);
  box-shadow: 0 4px 16px rgba(27, 90, 140, 0.07), 0 1px 3px rgba(27, 90, 140, 0.04);
}
.svc-card--featured::after { transform: scaleX(1); }
.svc-card--featured:hover {
  box-shadow: 0 28px 64px rgba(27, 90, 140, 0.18), 0 8px 24px rgba(27, 90, 140, 0.1);
}

.svc-card__badge {
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand);
  background: var(--brand-soft);
  border-radius: 999px;
  padding: 4px 12px;
  margin-bottom: 22px;
  align-self: flex-start;
  border: 1px solid rgba(27, 90, 140, 0.14);
}

.svc-card__icon {
  width: 52px; height: 52px;
  display: grid; place-items: center;
  background: var(--brand-soft);
  color: var(--brand);
  border-radius: var(--radius);
  margin-bottom: 22px;
  flex-shrink: 0;
  transition: background 0.38s var(--ease), color 0.38s var(--ease), transform 0.38s var(--ease);
}
.svc-card--featured .svc-card__icon { background: var(--brand-soft-strong); }
.svc-card:hover .svc-card__icon {
  background: var(--brand);
  color: #fff;
  transform: scale(1.06);
}

.svc-card__title {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.018em;
  line-height: 1.25;
  margin-bottom: 10px;
}

.svc-card__desc {
  font-size: 0.9rem;
  color: var(--ink-muted);
  line-height: 1.68;
  flex: 1;
  margin-bottom: 0;
}

.svc-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--brand);
  text-decoration: none;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  width: 100%;
  transition: gap 0.3s var(--ease), color 0.3s var(--ease);
}
.svc-card__cta svg { transition: transform 0.3s var(--ease); flex-shrink: 0; }
.svc-card:hover .svc-card__cta { color: var(--brand-dark); gap: 10px; }
.svc-card:hover .svc-card__cta svg { transform: translateX(3px); }

.svc-split {
  display: grid;
  grid-template-columns: 260px 1fr;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-top: 48px;
}

.svc-split__nav {
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}

.svc-split__btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--line);
  text-align: left;
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--ink-muted);
  cursor: pointer;
  width: 100%;
  transition: background 0.15s var(--ease), color 0.15s var(--ease);
}
.svc-split__btn:last-child { border-bottom: none; }
.svc-split__btn:hover,
.svc-split__btn.is-active {
  background: var(--bg-warm);
  color: var(--ink);
}

.svc-split__dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--line);
  flex-shrink: 0;
  transition: background 0.15s;
}
.svc-split__btn.is-active .svc-split__dot { background: var(--brand); }

.svc-split__panel {
  position: relative;
  min-height: 420px;
  background: var(--bg-warm);
  border-top: 3px solid var(--brand);
}

.svc-split__pane {
  position: absolute;
  inset: 0 0 57px 0;
  padding: 44px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s var(--ease);
  overflow: hidden;
}
.svc-split__pane.is-active {
  opacity: 1;
  pointer-events: auto;
}

.svc-split__num {
  position: absolute;
  top: 20px;
  right: 36px;
  font-family: var(--font-display);
  font-size: 7rem;
  font-weight: 900;
  color: rgba(27,90,140,0.07);
  line-height: 1;
  letter-spacing: -0.08em;
  user-select: none;
  pointer-events: none;
}

.svc-split__title {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 14px;
}

.svc-split__desc {
  font-size: 0.95rem;
  color: var(--ink-muted);
  line-height: 1.7;
  max-width: 400px;
  margin: 0;
}

.svc-split__tag {
  display: inline-block;
  margin-top: 20px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand-light);
  background: rgba(58,122,176,0.12);
  border-radius: 999px;
  padding: 4px 12px;
  align-self: flex-start;
}

.svc-split__panel-foot {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 57px;
  background: #fff;
  border-top: 1px solid var(--line);
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  z-index: 2;
}

.svc-split__wa {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.825rem;
  font-weight: 600;
  color: var(--brand);
  text-decoration: none;
  transition: gap 0.2s var(--ease);
}
.svc-split__wa svg:first-child { color: #25D366; flex-shrink: 0; }
.svc-split__wa:hover { gap: 12px; }

.svc-split__counter {
  font-family: var(--font-display);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.svc-split__counter-total {
  font-weight: 400;
  color: var(--ink-muted);
}

.services__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid var(--line);
}
.services__cta span {
  font-size: 1rem;
  color: var(--ink-muted);
}

@media (max-width: 860px) {
  .svc-split { grid-template-columns: 1fr; }
  .svc-split__nav {
    border-right: none;
    border-bottom: 1px solid var(--line);
    flex-direction: row;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .svc-split__btn {
    border-bottom: none;
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 0.8rem;
    padding: 12px 16px;
  }
  .svc-split__panel { min-height: 300px; }
  .svc-split__pane { padding: 28px 24px 28px; }
  .svc-split__num { font-size: 5rem; right: 20px; top: 12px; }
  .svc-split__title { font-size: 1.35rem; }
  .svc-split__panel-foot { padding: 0 20px; }
}

/* ---------- Premium / Especialidades ---------- */
.premium {
  padding: clamp(80px, 10vw, 140px) 0;
  background: var(--bg-dark);
  color: #C7CBD1;
  position: relative;
  overflow: hidden;
}
.premium::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(27, 90, 140, 0.1), transparent 50%),
    radial-gradient(ellipse at 20% 80%, rgba(27, 90, 140, 0.06), transparent 50%);
  pointer-events: none;
}
.premium__inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
  position: relative;
}

.premium__visual {
  position: relative;
}
.premium__visual-frame {
  aspect-ratio: 1;
  background: linear-gradient(135deg, #131820 0%, #0A0E12 100%);
  border: 1px solid rgba(27, 90, 140, 0.2);
  border-radius: var(--radius-lg);
  position: relative;
  padding: 48px;
  display: grid;
  place-items: center;
}
.premium__visual-frame::before,
.premium__visual-frame::after {
  content: "";
  position: absolute;
  width: 20px; height: 20px;
  border: 1px solid var(--brand);
}
.premium__visual-frame::before {
  top: 12px; left: 12px;
  border-right: 0; border-bottom: 0;
}
.premium__visual-frame::after {
  bottom: 12px; right: 12px;
  border-left: 0; border-top: 0;
}
.premium__visual-inner {
  width: 100%;
  position: relative;
}
.premium__crest {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 24px rgba(27, 90, 140, 0.3));
  animation: rotate 60s linear infinite;
}
@keyframes rotate {
  to { transform: rotate(360deg); }
}
.premium__visual-label {
  position: absolute;
  bottom: -24px; left: 50%;
  transform: translateX(-50%);
  background: var(--brand);
  color: #fff;
  padding: 14px 28px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 10px 30px rgba(27, 90, 140, 0.35);
}
.premium__visual-label span {
  display: block;
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 1px;
}
.premium__visual-label strong {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.0625rem;
  letter-spacing: 0.04em;
}

.premium__content .section__eyebrow { color: var(--brand-light); }
.premium__content .section__title { color: #fff; max-width: 18ch; }
.premium__content .section__title em { color: var(--brand-light); }

.premium__lead {
  margin-top: 20px;
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.65);
  max-width: 48ch;
  line-height: 1.7;
}

.premium__list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
.premium__list li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.premium__list li:last-child { border: 0; }
.premium__list-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--brand-light);
  letter-spacing: -0.01em;
  padding-top: 2px;
}
.premium__list h4 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 4px;
  letter-spacing: -0.005em;
}
.premium__list p {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
}

.premium__content .btn { margin-top: 40px; }

/* ---------- Process ---------- */
.process {
  padding: clamp(80px, 10vw, 140px) 0;
  background: var(--bg);
}
.process__head {
  text-align: center;
  margin-bottom: 72px;
}
.process__head .section__title { margin-inline: auto; }
.process__steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 24px;
  align-items: start;
}
.process__step {
  text-align: center;
  padding: 0 8px;
}
.process__num {
  display: inline-grid;
  place-items: center;
  width: 56px; height: 56px;
  background: var(--ink);
  color: var(--brand);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.25rem;
  border-radius: 50%;
  margin-bottom: 24px;
  position: relative;
}
.process__num::after {
  content: "";
  position: absolute;
  inset: -4px;
  border: 1px solid var(--brand-soft);
  border-radius: 50%;
}
.process__step h4 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.375rem;
  color: var(--ink);
  margin-bottom: 8px;
}
.process__step p {
  font-size: 0.9375rem;
  color: var(--ink-muted);
  line-height: 1.6;
}
.process__line {
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, var(--brand), var(--brand-light));
  opacity: 0.4;
  margin-top: 28px;
  min-width: 40px;
}

/* ---------- Page Hero (subpages) ---------- */
.page-hero {
  background: var(--bg);
  padding: clamp(48px, 7vw, 96px) 0 clamp(40px, 6vw, 72px);
  border-bottom: 1px solid var(--line);
}
.page-hero__inner { max-width: 780px; }
.page-hero__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8125rem;
  color: var(--ink-muted);
  text-decoration: none;
  margin-bottom: 24px;
  transition: color 0.2s;
}
.page-hero__back:hover { color: var(--brand); }
.page-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink);
  line-height: 1.1;
  margin: 16px 0 20px;
}
.page-hero__desc {
  font-size: 1.0625rem;
  color: var(--ink-muted);
  line-height: 1.65;
  max-width: 60ch;
}

.forms--page { background: var(--bg); }
.forms--page::before { display: none; }

.forms__group { margin-bottom: 56px; }
.forms__group:last-of-type { margin-bottom: 0; }
.forms__group-title {
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.forms__cta-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.forms__cta-left { flex: 1; min-width: 260px; }
.forms__cta-title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink);
  line-height: 1.15;
  margin: 12px 0 14px;
}
.forms__cta-desc {
  font-size: 1rem;
  color: var(--ink-muted);
  line-height: 1.6;
  max-width: 52ch;
}
.forms__cta-access {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  padding: 18px 28px;
  border-radius: var(--radius-lg);
  font-weight: 500;
  font-size: 0.9375rem;
  white-space: nowrap;
  transition: background 0.25s var(--ease), gap 0.25s var(--ease);
  flex-shrink: 0;
}
.forms__cta-access:hover {
  background: var(--brand);
  gap: 22px;
}
.forms__cta-access-label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.forms__cta-access-arrow { transition: transform 0.25s var(--ease); }
.forms__cta-access:hover .forms__cta-access-arrow { transform: translateX(4px); }

.forms__see-all {
  text-align: center;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.forms__see-all-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--brand);
  text-decoration: none;
  transition: gap 0.2s;
}
.forms__see-all-link:hover { gap: 12px; }

.forms__help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  background: var(--bg-warm);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px 32px;
  margin-top: 64px;
}
.forms__help-text {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  flex: 1;
  min-width: 240px;
}
.forms__help-text svg { color: var(--brand); flex-shrink: 0; margin-top: 2px; }
.forms__help-text p { font-size: 0.9375rem; color: var(--ink-muted); line-height: 1.5; margin: 0; }

/* ---------- Forms ---------- */
.forms {
  padding: clamp(80px, 10vw, 140px) 0;
  background: var(--bg-warm);
  position: relative;
}
.forms::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-strong), transparent);
}
.forms__head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.forms__head .section__title { margin-inline: auto; }
.forms__head .section__desc { margin-inline: auto; }
.forms__cta-btn {
  margin-top: 32px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  font-size: 1rem;
}

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

.form-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px 20px;
  transition: all 0.3s var(--ease);
  color: inherit;
  position: relative;
  overflow: hidden;
}
.form-card::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 2px;
  background: var(--brand);
  transform: scaleY(0);
  transition: transform 0.3s var(--ease);
}
.form-card:hover {
  border-color: rgba(27, 90, 140, 0.3);
  transform: translateX(4px);
  box-shadow: var(--shadow-sm);
}
.form-card:hover::before { transform: scaleY(1); }

.form-card__icon {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  background: var(--brand-soft);
  color: var(--brand);
  border-radius: var(--radius-sm);
  flex-shrink: 0;
  transition: all 0.3s var(--ease);
}
.form-card__icon svg { width: 20px; height: 20px; }
.form-card:hover .form-card__icon {
  background: var(--brand);
  color: #fff;
}

.form-card__body { flex: 1; min-width: 0; }
.form-card__cat {
  display: block;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 3px;
}
.form-card__title {
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.3;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.form-card__arrow {
  width: 16px; height: 16px;
  color: var(--ink-light);
  flex-shrink: 0;
  transition: all 0.3s var(--ease);
}
.form-card:hover .form-card__arrow {
  color: var(--brand);
  transform: translate(2px, -2px);
}

/* ---------- Reviews ---------- */
.reviews {
  padding: clamp(80px, 10vw, 140px) 0;
  background: var(--bg-cream);
}
.reviews__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 56px;
}
.reviews__rating {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px 24px;
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}
.reviews__rating-num {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 3rem;
  line-height: 1;
  color: var(--ink);
}
.reviews__rating-stars { display: flex; gap: 2px; margin-bottom: 4px; }
.reviews__rating-stars svg { width: 14px; height: 14px; fill: var(--star); }
.reviews__rating > div:last-child span {
  font-size: 0.8125rem;
  color: var(--ink-muted);
}

.reviews__carousel {
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}
.reviews__track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: reviewsMarquee 48s linear infinite;
}
.reviews__carousel:hover .reviews__track {
  animation-play-state: paused;
}
@keyframes reviewsMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.reviews__track .review {
  width: 360px;
  flex-shrink: 0;
}
.review {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: all 0.3s var(--ease);
}
.review:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.review__stars { display: flex; gap: 2px; }
.review__stars svg { width: 16px; height: 16px; fill: var(--star); }
.review p {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: -0.005em;
  color: var(--ink-soft);
  flex: 1;
}
.review p::before { content: "“"; color: var(--brand-light); font-weight: 700; margin-right: 2px; }
.review p::after { content: "”"; color: var(--brand-light); font-weight: 700; margin-left: 2px; }
.review__author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.review__avatar {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  background: var(--ink);
  color: var(--brand);
  border-radius: 50%;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 0.9375rem;
}
.review__author strong {
  display: block;
  font-size: 0.9375rem;
  color: var(--ink);
  font-weight: 500;
}
.review__author span {
  font-size: 0.75rem;
  color: var(--ink-muted);
  letter-spacing: 0.03em;
}

/* ---------- Partners ---------- */
.partners {
  padding: clamp(80px, 10vw, 140px) 0 clamp(60px, 8vw, 100px);
  background: var(--bg);
  overflow: hidden;
}
.partners__head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 56px;
}
.partners__head .section__title { margin-inline: auto; }
.partners__head .section__desc { margin-inline: auto; }

.partners__carousel {
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}
.partners__track {
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  animation: partnersMarquee 28s linear infinite;
}
.partners__carousel:hover .partners__track {
  animation-play-state: paused;
}
@keyframes partnersMarquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.partner-logo {
  flex: 0 0 25vw;
  min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  padding: 0 32px;
  opacity: 0.8;
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease);
}
.partner-logo:hover {
  opacity: 1;
  transform: scale(1.06);
}
.partner-logo img,
.partner-logo svg {
  height: 80px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
}

/* ---------- Contact ---------- */
.contact {
  padding: clamp(80px, 10vw, 140px) 0;
  background: var(--bg-warm);
}

.contact__intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 4vw, 64px);
  align-items: center;
  margin-bottom: 20px;
}

.contact__header {
  max-width: 520px;
}

.contact__lead {
  margin-top: 16px;
  font-size: 1.0625rem;
  color: var(--ink-muted);
  line-height: 1.65;
}

.contact__channels {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.contact__channel {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  transition: all 0.3s var(--ease);
  color: inherit;
  position: relative;
  overflow: hidden;
}
.contact__channel::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--brand);
  transform: scaleX(0);
  transition: transform 0.3s var(--ease);
}
.contact__channel:hover {
  border-color: rgba(27, 90, 140, 0.3);
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.contact__channel:hover::before { transform: scaleX(1); }

.contact__channel-icon {
  width: 48px; height: 48px;
  display: grid; place-items: center;
  background: var(--brand-soft);
  color: var(--brand);
  border-radius: var(--radius);
  flex-shrink: 0;
  transition: all 0.3s var(--ease);
}
.contact__channel:hover .contact__channel-icon {
  background: var(--brand);
  color: #fff;
}

.contact__channel-body { flex: 1; }
.contact__channel-label {
  display: block;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 4px;
}
.contact__channel-value {
  display: block;
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin-bottom: 2px;
  word-break: break-all;
}
.contact__channel-value--email {
  font-size: 0.9rem;
  cursor: pointer;
  transition: color 0.15s;
}
.contact__channel-value--email:hover {
  color: var(--brand);
}
.contact__channel-hint {
  display: block;
  font-size: 0.8125rem;
  color: var(--ink-muted);
}

.contact__channel-arrow {
  align-self: flex-end;
  color: var(--ink-light);
  transition: all 0.3s var(--ease);
}
.contact__channel:hover .contact__channel-arrow {
  color: var(--brand);
  transform: translate(2px, -2px);
}

.contact__bottom {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 20px;
  align-items: stretch;
}

.contact__info {
  background: var(--ink);
  color: #C7CBD1;
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.contact__info::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 2px;
  background: linear-gradient(90deg, transparent, var(--brand), transparent);
}
.contact__info h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 12px;
}
.contact__info address {
  font-size: 0.9375rem;
  line-height: 1.7;
}
.contact__info address strong {
  display: block;
  color: var(--brand-light);
  font-weight: 500;
  margin-bottom: 4px;
}

.contact__hours {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.contact__hours > span {
  display: block;
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand-light);
  margin-bottom: 10px;
}
.contact__hours ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.contact__hours li {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
}
.contact__hours li span { color: rgba(255, 255, 255, 0.55); }
.contact__hours li strong { color: #fff; font-weight: 500; }

.contact__map {
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 360px;
  position: relative;
}
.contact__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
  filter: grayscale(15%) contrast(1.05);
}
.contact__map-link {
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 6px;
  transition: background 0.2s var(--ease);
  letter-spacing: 0.02em;
}
.contact__map-link:hover {
  background: #fff;
  color: var(--brand);
}

/* ---------- Footer ---------- */
.footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.7);
  padding: 80px 0 0;
}
.footer__inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__brand p {
  margin-top: 20px;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.55);
  max-width: 36ch;
}
.footer__social {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
.footer__social a {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s var(--ease);
}
.footer__social a:hover {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
  transform: translateY(-2px);
}

.footer__col h5 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.0625rem;
  color: #fff;
  margin-bottom: 22px;
  letter-spacing: 0.01em;
}
.footer__col a {
  display: block;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.55);
  padding: 6px 0;
  transition: color 0.25s var(--ease);
}
.footer__col a:hover { color: var(--brand-light); }
.footer__email {
  word-break: break-all;
}
.footer__address {
  margin-top: 16px;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.6;
}

.footer__bottom {
  padding: 24px 0;
}
.footer__bottom-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.01em;
}

.footer__dev {
  display: flex;
  justify-content: center;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 8px;
}
.footer__dev-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.35);
  text-decoration: none;
  font-size: 0.75rem;
  letter-spacing: 0.01em;
  transition: color 0.2s;
}
.footer__dev-link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.footer__dev-logo {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.footer__dev-link strong {
  color: #00CC00;
}

/* ---------- Floating WhatsApp ---------- */
.wa-float {
  position: fixed;
  bottom: 24px; right: 24px;
  width: 58px; height: 58px;
  background: var(--whatsapp);
  color: #fff;
  display: grid;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
  z-index: 100;
  animation: floatPulse 2.5s ease-in-out infinite;
  transition: transform 0.3s var(--ease);
}
.wa-float:hover {
  transform: scale(1.08);
  animation-play-state: paused;
}
@keyframes floatPulse {
  0%, 100% { box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4), 0 0 0 0 rgba(37, 211, 102, 0.5); }
  50% { box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4), 0 0 0 14px rgba(37, 211, 102, 0); }
}

/* ---------- Reveal animation ---------- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}

/* ===================== RESPONSIVE ===================== */

@media (max-width: 1080px) {
  .hero__inner { grid-template-columns: 1fr; align-items: start; }
  .hero__card { max-width: 540px; margin: 0 auto; }
  .hero__visual { display: flex; justify-content: center; margin-top: 24px; }

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

  .premium__inner { grid-template-columns: 1fr; }
  .premium__visual { max-width: 380px; margin: 0 auto; }

  .process__steps { grid-template-columns: repeat(2, 1fr); }
  .process__line { display: none; }

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

  .reviews__track .review { width: 300px; }

  .contact__intro { grid-template-columns: 1fr; }
  .contact__channels { grid-template-columns: 1fr; }
  .contact__bottom { grid-template-columns: 1fr; }

  .footer__inner { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  .announcement__inner { gap: 8px; flex-wrap: nowrap; overflow: hidden; }
  .announcement__inner > span:nth-child(2) { font-size: 0.75rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .announcement__link { margin: 0; padding: 0; border: 0; font-size: 0.75rem; flex-shrink: 0; }

  .nav__inner { gap: 16px; padding-top: 8px; padding-bottom: 8px; min-height: 64px; }
  .nav__menu, .nav__cta { display: none; }
  .nav__toggle { display: flex; }
  .brand { height: 60px; }
  .footer__brand .brand { height: 100px; }
  .brand__logo { height: 104px; margin: -22px 0; }
  .brand__logo--light { height: 170px; margin: -35px 0; }

  .hero { padding: 48px 0 72px; }
  .hero__title { font-size: clamp(2.25rem, 9vw, 3.25rem); }
  .hero__desc { margin-top: 20px; }
  .hero__visual-img { max-height: 280px; width: auto; max-width: 100%; }
  .hero__actions { margin-top: 28px; }
  .hero__rating { flex-wrap: wrap; gap: 10px; margin-top: 32px; padding-top: 24px; }
  .hero__card { padding: 28px 24px; max-width: 100%; }
  .hero__card-num { font-size: 2rem; }
  .hero__scroll { display: none; }

  .trust__inner { justify-content: center; gap: 14px 24px; flex-wrap: wrap; }
  .trust__divider { display: none; }
  .trust__item { font-size: 0.75rem; }

  .about__grid { grid-template-columns: 1fr; gap: 40px; }
  .about__stats { grid-template-columns: repeat(2, 1fr); margin-top: 28px; }
  .about__gallery { grid-template-columns: repeat(3, 1fr); }
  .about__stat { padding: 20px 14px; }
  .about__stat-num { font-size: clamp(1.75rem, 4vw, 2.5rem); }
  .about__signature { flex-direction: column; align-items: flex-start; gap: 16px; }

  .services__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .svc-card { padding: 24px 20px 20px; }
  .svc-card__icon { width: 44px; height: 44px; }

  .premium__visual { display: none; }
  .premium__list li { grid-template-columns: 48px 1fr; gap: 16px; }

  .process__steps { grid-template-columns: 1fr; gap: 32px; }

  .forms__grid { grid-template-columns: 1fr; }
  .form-card__title { white-space: normal; }

  .reviews__head { flex-direction: column; align-items: flex-start; }
  .reviews__track .review { width: 280px; }

  .partner-logo { height: 72px; }
  .partner-logo img, .partner-logo svg { height: 56px; }

  .contact__info { padding: 24px 20px; }
  .contact__map { min-height: 260px; }
  .contact__map iframe { min-height: 260px; }

  .footer { padding-top: 48px; }
  .footer__inner { grid-template-columns: 1fr 1fr; gap: 32px 40px; padding-bottom: 40px; }
  .footer__bottom-inner { flex-direction: column; align-items: flex-start; gap: 8px; }
  .footer__bottom-inner span:last-child { font-size: 0.6875rem; }
}

@media (max-width: 420px) {
  :root { --pad: 16px; }

  .announcement__pulse { display: none; }
  .announcement__link { display: none; }

  .hero { padding: 40px 0 60px; }
  .hero__title { font-size: clamp(2rem, 10vw, 2.75rem); }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .btn { justify-content: center; }
  .hero__card-list { grid-template-columns: repeat(2, 1fr); gap: 16px 12px; }

  .services__grid { grid-template-columns: 1fr; }
  .svc-card { padding: 22px 18px 18px; }

  .footer__inner { grid-template-columns: 1fr; gap: 32px; }

  .wa-float { width: 52px; height: 52px; bottom: 18px; right: 18px; }
}
