:root {
  --navy-950: #050c18;
  --navy-900: #071321;
  --navy-850: #0a182c;
  --navy-800: #10203a;
  --blue-700: #1d4ed8;
  --blue-600: #2563eb;
  --blue-500: #2f6fed;
  --blue-400: #60a5fa;
  --cyan: #22d3ee;
  --text: #0f172a;
  --text-2: #334155;
  --muted: #64748b;
  --line: #e6eef8;
  --card: #ffffff;
  --soft: #f7faff;
  --radius: 18px;
  --radius-sm: 12px;
  --container: 1180px;
  --header-h: 78px;
  --space-section: 64px;
  --space-block: 28px;
  --space-stack: 12px;
  --space-card: 20px;
  --shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  --font: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#servicos,
#suporte-ti,
#desenvolvimento-sistemas,
#automacao-processos,
#integracao-sistemas,
#redes-empresariais,
#servidores-backup-nuvem,
#problemas,
#processos {
  scroll-margin-top: calc(var(--header-h) + 12px);
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: #fff;
  line-height: 1.6;
}

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

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

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

.skip-link {
  position: absolute;
  left: 12px;
  top: -40px;
  background: #fff;
  color: var(--navy-900);
  padding: 8px 12px;
  z-index: 1000;
  border-radius: 8px;
}

.skip-link:focus {
  top: 12px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(5, 12, 24, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-header.is-scrolled {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.header-inner {
  min-height: var(--header-h);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px 24px;
  position: relative;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent;
  border-radius: 10px;
  padding: 9px 10px;
  justify-self: end;
  grid-column: 3;
  grid-row: 1;
}

.site-nav {
  justify-self: center;
  grid-column: 2;
  grid-row: 1;
}

.header-inner .btn-whatsapp {
  grid-column: 3;
  grid-row: 1;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  flex-shrink: 0;
}

.brand img {
  width: auto;
  height: 42px;
  max-width: 260px;
  background: transparent;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-copy strong {
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.brand-copy span {
  font-size: 9px;
  letter-spacing: 0.12em;
  color: #94a3b8;
  text-transform: uppercase;
  margin-top: 3px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-self: center;
  grid-column: 2;
  grid-row: 1;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-link,
.nav-link--button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #e2e8f0;
  font-size: 14.5px;
  font-weight: 500;
  padding: 10px 14px;
  border-radius: 999px;
  background: none;
  border: 0;
  cursor: pointer;
}

.nav-link:hover,
.nav-link--button:hover,
.nav-link[aria-current="page"],
.nav-link--button[aria-current="page"] {
  color: #fff;
}

.dropdown {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: -12px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  background: #fff;
  color: var(--text);
  border-radius: 14px;
  padding: 10px;
  box-shadow: var(--shadow);
  display: none;
  z-index: 20;
}

.dropdown:hover .dropdown-menu,
.dropdown:focus-within .dropdown-menu,
.dropdown.is-open .dropdown-menu {
  display: grid;
}

.dropdown-menu a {
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 14px;
  color: var(--text-2);
}

.dropdown-menu a:hover,
.dropdown-menu a:focus-visible {
  background: var(--soft);
  color: var(--blue-600);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  font-weight: 600;
  border: 0;
  cursor: pointer;
  transition: 0.2s ease;
  white-space: nowrap;
}

.btn-whatsapp {
  background: #25d366;
  color: #fff;
  padding: 13px 20px;
  font-size: 15px;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.35);
}

.btn-whatsapp svg,
.whatsapp-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: block;
}

.btn-whatsapp:hover {
  background: #1ebe5a;
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--blue-600);
  color: #fff;
  padding: 13px 20px;
  font-size: 15px;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.35);
}

.btn-primary:hover {
  background: var(--blue-700);
}

.btn-ghost {
  background: rgba(15, 23, 42, 0.55);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 13px 20px;
}

.btn-ghost:hover {
  background: rgba(15, 23, 42, 0.8);
}

.btn-light {
  background: #fff;
  color: var(--blue-600);
  padding: 13px 20px;
}

.nav-toggle span {
  display: block;
  height: 2px;
  background: #fff;
  margin: 6px 0;
}

.hero {
  background:
    radial-gradient(900px 420px at 18% 20%, rgba(37, 99, 235, 0.18), transparent 55%),
    linear-gradient(180deg, var(--navy-950) 0%, var(--navy-900) 70%, #081525 100%);
  color: #fff;
  padding: 42px 0 28px;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
}

.eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #93c5fd;
  font-weight: 600;
  margin-bottom: 12px;
}

.hero h1 {
  margin: 0 0 10px;
  font-size: clamp(30px, 4.2vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 800;
  max-width: 16ch;
}

.hero h1 em {
  color: #3b82f6;
  font-style: italic;
  font-weight: 700;
}

.hero-slogan {
  margin: 0 0 14px;
  font-size: 17px;
  font-weight: 600;
  color: #bfdbfe;
  font-style: italic;
}

.hero-lead {
  max-width: 48ch;
  color: #cbd5e1;
  font-size: 16.5px;
  margin: 0 0 28px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.hero-visual {
  position: relative;
  min-height: 420px;
}

.hero-photo {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  mask-image: linear-gradient(180deg, #000 62%, transparent 100%);
}

.hero-badge {
  position: absolute;
  top: 18px;
  right: 8px;
  text-align: right;
  z-index: 2;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.65);
}

.hero-badge strong {
  display: block;
  letter-spacing: 0.14em;
  font-size: 13px;
}

.hero-badge span {
  display: block;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #93c5fd;
  margin-top: 4px;
}

.hero-mug {
  display: none;
}

.trust-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  padding: 18px 0 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #dbeafe;
  font-size: 14px;
}

.trust-item:nth-child(1) {
  justify-content: flex-start;
}

.trust-item:nth-child(2) {
  justify-content: center;
}

.trust-item:nth-child(3) {
  justify-content: flex-end;
}

.trust-item svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  color: #60a5fa;
}

.section {
  padding: var(--space-section) 0;
}

.section-kicker {
  text-align: center;
  color: var(--blue-600);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 10px;
}

.section-title {
  text-align: center;
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: -0.03em;
  margin: 0 0 var(--space-stack);
  color: var(--navy-900);
}

.section-sub {
  text-align: center;
  color: var(--muted);
  max-width: 58ch;
  margin: 0 auto var(--space-block);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}

.audience-strip {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  text-align: center;
}

.audience-strip p {
  margin: 0 0 14px;
  color: var(--blue-600);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

.audience-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.audience-list li {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--navy-900);
}

.service-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: var(--space-card);
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.02);
  transition: 0.2s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: #d6e4f7;
}

.service-card svg,
.service-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 14px;
  color: var(--blue-600);
  flex-shrink: 0;
}

.ms-logo,
.g-logo {
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
}

.service-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.35;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.5;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}

.problem-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: var(--space-card);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.problem-card h3 {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.35;
  color: var(--navy-900);
}

.problem-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.section-cta {
  text-align: center;
  margin-top: var(--space-block);
}

.legacy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
}

.legacy-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.legacy-copy p {
  max-width: 52ch;
}

.legacy-grid .section-kicker {
  text-align: left;
}

.legacy-grid h2 {
  font-size: clamp(28px, 3.5vw, 40px);
  letter-spacing: -0.03em;
  margin: 0 0 var(--space-stack);
}

.legacy-grid p {
  color: var(--text-2);
  margin: 0 0 var(--space-block);
}

.legacy-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.legacy-card {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  color: var(--navy-900);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.legacy-card svg {
  width: 28px;
  height: 28px;
  color: var(--blue-600);
  flex-shrink: 0;
}

.coverage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 20px;
  margin-top: var(--space-block);
}

.coverage--single {
  grid-template-columns: 1fr;
  max-width: 42ch;
}

.local-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13.5px;
}

.coverage-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--text-2);
  font-size: 14.5px;
}

.coverage-item svg {
  width: 22px;
  height: 22px;
  color: var(--blue-600);
  flex-shrink: 0;
  margin-top: 2px;
}

.coverage-item strong {
  display: block;
  color: var(--navy-900);
}

.arrow {
  color: var(--blue-600);
  font-size: 18px;
}

.diff {
  background:
    radial-gradient(700px 280px at 80% 20%, rgba(37, 99, 235, 0.16), transparent 50%),
    linear-gradient(180deg, #07111f, #08182c);
  color: #fff;
}

.diff-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}

.diff-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.diff .eyebrow {
  margin-bottom: 10px;
}

.diff h2 {
  font-size: clamp(28px, 3.6vw, 42px);
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 0 var(--space-stack);
}

.diff p {
  color: #cbd5e1;
  max-width: 48ch;
  margin: 0 0 var(--space-stack);
}

.diff p:last-child {
  margin-bottom: 0;
}

.diff-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.diff-item {
  display: flex;
  gap: 12px;
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 18px 16px;
  min-height: 88px;
}

.diff-item svg {
  width: 28px;
  height: 28px;
  color: #60a5fa;
  flex-shrink: 0;
}

.diff-item strong {
  display: block;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
}

.section.local {
  background: var(--soft);
}

.local-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
}

.local-photo-block {
  height: 100%;
  min-height: 0;
}

.local-photo-wrap {
  position: relative;
  height: 100%;
  min-height: 100%;
  border-radius: 22px;
  overflow: hidden;
}

.local-photo-wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.local-chip {
  position: absolute;
  left: 18px;
  bottom: 18px;
  background: rgba(255, 255, 255, 0.92);
  padding: 12px 14px;
  border-radius: 12px;
}

.local-chip strong {
  display: block;
}

.local-chip span {
  color: var(--muted);
  font-size: 13px;
}

.local-photo-credit {
  position: absolute;
  right: 10px;
  bottom: 8px;
  z-index: 1;
  margin: 0;
  font-size: 9px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.82);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
}

.local-photo-credit a {
  color: inherit;
  text-decoration: none;
}

.local-photo-credit a:hover {
  text-decoration: underline;
}

.local-copy .eyebrow,
.local-copy .section-kicker {
  text-align: left;
}

.local-copy h2 {
  font-size: clamp(28px, 3.5vw, 40px);
  letter-spacing: -0.03em;
  margin: 0 0 var(--space-stack);
}

.local-copy > p:not(.section-kicker):not(.local-note) {
  color: var(--text-2);
  margin: 0 0 var(--space-block);
}

.local-copy .local-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13.5px;
}

.stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
  margin-top: 28px;
}

.stat {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--text-2);
  font-size: 14.5px;
}

.stat svg {
  width: 22px;
  height: 22px;
  color: var(--blue-600);
}

.cta-band {
  background: var(--blue-600);
  color: #fff;
  padding: 28px 0;
}

.cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px 48px;
  align-items: center;
}

.cta-band .eyebrow {
  color: #bfdbfe;
  margin-bottom: 6px;
}

.cta-band h2 {
  margin: 0 0 6px;
  font-size: clamp(20px, 2.1vw, 28px);
  line-height: 1.28;
  letter-spacing: -0.02em;
  font-weight: 700;
  max-width: none;
}

.cta-band p {
  margin: 0;
  color: #dbeafe;
  font-size: 14.5px;
}

.cta-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  flex-shrink: 0;
}

.cta-side small {
  color: #dbeafe;
}

.site-footer {
  background: var(--navy-950);
  color: #cbd5e1;
  padding: 44px 0 18px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.45fr) minmax(0, 1.05fr) minmax(0, 0.82fr);
  gap: 28px 28px;
  align-items: start;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand .brand img,
.site-footer .brand img {
  width: auto;
  height: 48px;
  max-width: 260px;
  background: transparent;
}

.footer-brand p {
  max-width: 42ch;
  font-size: 14.5px;
  line-height: 1.6;
  color: #94a3b8;
  margin: 14px 0 0;
}

.socials {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.socials a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.03);
  transition: 0.2s ease;
}

.socials a:hover {
  color: #fff;
  border-color: rgba(147, 197, 253, 0.5);
  background: rgba(37, 99, 235, 0.18);
}

.socials a:focus-visible {
  outline: 2px solid var(--blue-400);
  outline-offset: 3px;
}

.site-footer h3 {
  color: #fff;
  font-size: 15px;
  margin: 0 0 14px;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer li {
  margin: 0 0 8px;
  line-height: 1.45;
  font-size: 14px;
}

.site-footer li:last-child {
  margin-bottom: 0;
}

.site-footer a:hover {
  color: #fff;
}

.contact-list {
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-list li {
  margin: 0 0 8px;
}

.contact-list a {
  color: #93c5fd;
}

.footer-credit a {
  color: #94a3b8;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-credit a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 16px;
  font-size: 13px;
  color: #64748b;
}

.page-hero {
  background: linear-gradient(180deg, var(--navy-950), var(--navy-850));
  color: #fff;
  padding: 72px 0 56px;
}

.page-hero h1 {
  margin: 10px 0 12px;
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: -0.03em;
}

.page-hero p {
  max-width: 62ch;
  color: #cbd5e1;
}

.prose {
  max-width: 760px;
}

.prose h2 {
  letter-spacing: -0.03em;
  margin-top: 1.6em;
}

.prose p,
.prose li {
  color: var(--text-2);
}

.card-list {
  display: grid;
  gap: 16px;
}

.article-card,
.info-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px;
  background: #fff;
}

.article-card h2,
.info-card h2,
.info-card h3 {
  margin-top: 0;
}

.form {
  display: grid;
  gap: 14px;
}

.form label {
  display: grid;
  gap: 6px;
  font-weight: 600;
  font-size: 14px;
}

.form input,
.form textarea,
.form select {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px;
}

.form .btn {
  justify-self: start;
}

.breadcrumbs {
  font-size: 13px;
  color: #94a3b8;
  margin-bottom: 8px;
}

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

.page-section {
  padding: 56px 0 88px;
  background: #f8fbff;
}

.page-section .container {
  display: grid;
  gap: 28px;
}

.two-col {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: start;
}

.map-embed {
  border: 0;
  width: 100%;
  height: 280px;
  border-radius: 16px;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 0;
}

.faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px 18px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--navy-900);
}

.faq-list p {
  margin: 10px 0 0;
  color: var(--text-2);
}

.tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue-600);
  margin-bottom: 8px;
}

.article-meta {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 22px;
}

.legal {
  background: #fff;
}

@media (max-width: 1024px) {
  .services-grid,
  .footer-grid,
  .two-col {
    grid-template-columns: 1fr 1fr;
  }

  .hero-grid,
  .diff-grid,
  .local-grid,
  .legacy-grid {
    grid-template-columns: 1fr;
  }

  .local-photo-wrap {
    height: 320px;
  }

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

  .hero h1 {
    max-width: none;
    font-size: clamp(28px, 5vw, 40px);
  }
}

@media (max-width: 960px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .header-inner .btn-whatsapp {
    display: none;
  }

  .site-nav {
    position: absolute;
    top: var(--header-h);
    left: 0;
    right: 0;
    background: #07111f;
    display: none;
    padding: 16px 20px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .site-nav.is-open {
    display: block;
  }

  .nav-list {
    flex-direction: column;
    align-items: stretch;
  }

  .dropdown {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .dropdown-menu {
    position: static;
    box-shadow: none;
    background: transparent;
    padding: 0 0 0 12px;
  }

  .dropdown-menu a {
    color: #cbd5e1;
  }

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

  .cta-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cta-side {
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 48px 0;
  }

  .services-grid,
  .stats,
  .footer-grid,
  .trust-row,
  .two-col,
  .coverage,
  .problem-grid {
    grid-template-columns: 1fr;
  }

  .audience-list {
    justify-content: flex-start;
  }

  .trust-item:nth-child(1),
  .trust-item:nth-child(2),
  .trust-item:nth-child(3) {
    justify-content: flex-start;
  }

  .hero {
    padding-top: 24px;
  }

  .hero-photo {
    height: 280px;
  }

  .local-photo-wrap {
    height: 260px;
  }
}

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

.btn:focus-visible {
  outline: 2px solid var(--blue-600);
  outline-offset: 3px;
}

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

.btn svg {
  transition: transform 0.2s ease;
}

a.service-card {
  text-decoration: none;
  color: inherit;
}

.service-card__go {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--blue-600);
  letter-spacing: 0.01em;
  transition: transform 0.2s ease;
}

a.service-card:hover .service-card__go,
a.service-card:focus-visible .service-card__go {
  transform: translateX(2px);
}

a.service-card:hover,
a.service-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: #c5d8f3;
}

a.service-card:focus-visible {
  outline: 2px solid var(--blue-600);
  outline-offset: 3px;
}

a.service-card svg {
  transition: transform 0.2s ease;
}

a.service-card:hover svg,
a.service-card:focus-visible svg {
  transform: translate(2px, -1px);
}

.hero-visual {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.hero-photo,
.local-photo-wrap img {
  transition: transform 0.5s ease;
}

.hero-visual:hover .hero-photo,
.local-photo-wrap:hover img {
  transform: scale(1.03);
}

@media (prefers-reduced-motion: no-preference) {
  .js-ready [data-reveal] {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition-delay: var(--reveal-delay, 0s);
  }

  .js-ready [data-reveal].is-visible {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .hero-visual:hover .hero-photo,
  .local-photo-wrap:hover img,
  .btn:hover,
  .btn:focus-visible,
  a.service-card:hover,
  a.service-card:focus-visible,
  .service-card:hover {
    transform: none;
  }
}
