/* ============================================================
   INTER HOSPEDADA LOCAL
   Baixada do Google Fonts. Licença SIL Open Font License 1.1.
   Motivo: tira duas conexões externas do carregamento (LCP).
   Regenerar com o script fonts.py se precisar de outro peso.
   ============================================================ */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/inter-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/inter-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/inter-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/inter-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('assets/fonts/inter-800-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('assets/fonts/inter-800-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ============================================================
   FINDABLE_STUDIO — Light Mode Brand CSS
   100% Light Mode visual system following the Brand Manual
   ============================================================ */

/* ── DESIGN SYSTEM VARIABLES ──────────────────────────────── */
:root {
  --blue: #0071E3;
  --blue-deep: #0066CC;
  --blue-light: #2997FF;
  --blue-wash: #EAF2FE;
  --ink: #1D1D1F;
  --soft: #86868B;
  --white: #FFFFFF;
  --canvas: #FFFFFF;
  --surface: #F5F5F7;
  --border: #E5E5E7;
  --text-main: #1D1D1F;
  --text-secondary: #515154;
  --font-family: 'Inter', sans-serif;

  /* Escala de raio (gramática Apple: utilitário · cápsula · card · pill) */
  --r-sm: 8px;
  --r-md: 11px;
  --r-lg: 18px;
  --r-pill: 9999px;

  /* Única sombra do sistema: só embaixo de "produto" (mock/preview) */
  --shadow-product: 3px 5px 30px rgba(0, 0, 0, 0.22);

  /* Pesos conforme manual: Display 800 · Rótulo 700 · Corpo 400 */
  --w-display: 800;
  --w-label: 700;
}

/* ── GLOBAL RESET & LIGHT BASE ────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  background-color: var(--canvas);
}

body {
  background-color: var(--canvas);
  color: var(--text-main);
  font-family: var(--font-family);
  /* Corpo a 17px: o ritmo de leitura da referência Apple */
  font-size: 1.0625rem;
  line-height: 1.47;
  letter-spacing: -0.01em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

::selection {
  background: var(--blue-wash);
  color: var(--blue-deep);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Foco visível: acessibilidade de teclado (o azul é o cursor da marca) */
:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
  border-radius: 4px;
}

/* Movimento reduzido: respeita a preferência do sistema */
@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;
    scroll-behavior: auto !important;
  }

  .marquee-track {
    animation: none !important;
    transform: none !important;
  }
}

/* ── PROGRESS BAR (CREATIVE ANIMATION) ────────────────────── */
.scroll-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background: var(--blue);
  z-index: 2000;
  transition: width 0.1s ease-out;
}

/* ── UTILITY CLASSES ───────────────────────────────────────── */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Coluna estreita para leitura longa (FAQ, jurídico) */
.container--narrow {
  max-width: 820px;
}

/* Atalho de teclado para pular a navegação */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 5000;
  background: var(--ink);
  color: var(--white);
  padding: 0.75rem 1.25rem;
  border-radius: var(--r-sm);
  font-size: 0.9rem;
  font-weight: var(--w-label);
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.eyebrow {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--blue);
  margin-bottom: 1rem;
  font-weight: var(--w-label);
  display: inline-block;
}

.section-padding {
  padding: 7rem 0;
}

/* Um único toque de azul por título (regra de ouro do manual) */
.gradient-text {
  color: var(--blue-deep);
  font-weight: var(--w-display);
}

.highlight-blue {
  color: var(--blue);
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  font-weight: var(--w-display);
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
  color: var(--ink);
}

.section-header {
  margin-bottom: 3.5rem;
  max-width: 700px;
}

.section-desc {
  color: var(--text-secondary);
  font-size: 1.1rem;
  margin-top: 0.5rem;
}

/* ── BRAND LOGO (EXACTLY AS BRAND MANUAL & SCREENSHOT) ───── */
.brandrow {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brandrow .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1.5px solid var(--border);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 2px;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.brandrow .avatar .logo-fs {
  font-size: 18px;
  font-weight: 800;
  color: var(--ink);
  line-height: 1;
  font-family: var(--font-family);
}

.brandrow .avatar .logo-bar {
  width: 13px;
  height: 3px;
  background: var(--blue);
  border-radius: 2px;
  margin-top: 1px;
}

.brandrow:hover .avatar {
  transform: scale(1.08) rotate(5deg);
}

.brandrow .name {
  font-weight: var(--w-display);
  letter-spacing: 0.12em;
  font-size: 15px;
  color: var(--ink);
}

/* O underscore é o único ponto de cor do wordmark. Nunca trocar. */
.brandrow .name .u {
  color: var(--blue);
  font-weight: var(--w-display);
}

/* ── NAVBAR ─────────────────────────────────────────────────── */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 1.2rem 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  transition: all 0.4s ease;
}

.navbar.scrolled {
  padding: 0.9rem 0;
}

.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.nav-links {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  align-items: center;
}

.nav-links a {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--text-secondary);
  transition: color 0.3s ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--blue);
}

.nav-cta {
  background: var(--blue);
  padding: 0.6rem 1.4rem !important;
  border-radius: var(--r-pill);
  color: var(--white) !important;
  transition: all 0.3s ease;
  font-weight: 700;
}

.nav-cta:hover {
  background: var(--blue-deep);
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--ink);
  cursor: pointer;
  z-index: 1001;
  width: 30px;
  height: 20px;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* ── HERO SECTION ──────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: var(--canvas);
}

.hero-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 100vh;
  min-height: 100svh;
  padding-top: 100px;
  padding-bottom: 4rem;
  position: relative;
}

/* Hero das páginas internas: mesma voz, um terço da altura */
.hero--page {
  min-height: 0;
}

.hero--page .hero-centered {
  min-height: 0;
  padding-top: 11rem;
  padding-bottom: 3rem;
}

.hero--page .hero-title {
  font-size: clamp(2.1rem, 5vw, 3.6rem);
}

.hero--page .hero-sub {
  margin-bottom: 0;
}

.hero--page .hero-ctas {
  margin-top: 2rem;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero h1 {
  font-size: clamp(2.5rem, 7vw, 5.2rem);
  font-weight: var(--w-display);
  letter-spacing: -0.04em;
  line-height: 1.02;
  margin-bottom: 1.5rem;
  color: var(--ink);
}

.hero-sub {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: var(--text-secondary);
  max-width: 700px;
  margin-bottom: 2.5rem;
  margin-inline: auto;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 0.6rem 1.2rem;
  border-radius: var(--r-pill);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 2rem;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.hero-badge.visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-badge .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  animation: pulse 2s ease-in-out infinite;
}

.hero-ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

/* ── BUTTONS ───────────────────────────────────────────────── */
.btn {
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.9rem 1.8rem;
  border-radius: var(--r-pill);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  border: none;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-primary {
  background: var(--blue);
  color: var(--white);
}

/* Sem lift no hover: os botões .magnetic controlam transform via JS */
.btn-primary:hover {
  background: var(--blue-deep);
}

.btn-ghost {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--ink);
}

.btn-ghost:hover {
  border-color: var(--blue);
  background: var(--blue-wash);
}

.full-width {
  width: 100%;
}

/* ── MARQUEE ───────────────────────────────────────────────── */
.marquee-section {
  padding: 2.2rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
  background: var(--surface);
}

.marquee-track {
  display: flex;
  gap: 3rem;
  animation: marquee 30s linear infinite;
  width: max-content;
}

.marquee-track span {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--ink);
  opacity: 0.6;
  white-space: nowrap;
}

.marquee-track span::after {
  content: ' · ';
  margin-left: 3rem;
  color: var(--blue);
}

@keyframes marquee {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}

/* ── ABOUT SECTION & GOOGLE SEARCH MOCK ───────────────────── */
.about {
  background-color: var(--canvas);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 4rem;
  align-items: center;
}

.about-photo-wrap {
  position: relative;
  width: 100%;
}

.about-text p {
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
  font-size: 1.05rem;
}

/* Real Google Mock CSS */
.google-search-mock {
  font-family: Arial, sans-serif;
  background: #FFFFFF;
  border: 1px solid #DADCE0;
  border-radius: 12px;
  box-shadow: var(--shadow-product);
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
}

.google-header {
  padding: 16px;
  border-bottom: 1px solid #EBEEF0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #FFFFFF;
}

.google-logo {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.google-logo .g-g { color: #4285F4; }
.google-logo .g-o1 { color: #EA4335; }
.google-logo .g-o2 { color: #FBBC05; }
.google-logo .g-g2 { color: #4285F4; }
.google-logo .g-l { color: #34A853; }
.google-logo .g-e { color: #EA4335; }

.google-search-input {
  border: 1px solid #DFE1E5;
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.05);
  border-radius: var(--r-lg);
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  font-size: 0.85rem;
  background: #FFFFFF;
  color: #202124;
}

.search-query {
  font-weight: 500;
}

.typing-cursor {
  font-weight: 300;
  color: #4285F4;
  animation: blink-caret 0.75s step-end infinite;
  margin-left: 2px;
}

@keyframes blink-caret {
  from, to { opacity: 0; }
  50% { opacity: 1; }
}

.search-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.google-tabs {
  padding: 0 16px;
  border-bottom: 1px solid #EBEEF0;
  display: flex;
  gap: 14px;
  font-size: 0.75rem;
  color: #5F6368;
  background: #FFFFFF;
}

.g-tab {
  padding: 8px 0;
  cursor: pointer;
  font-weight: 600;
}

.g-tab.active {
  color: #1A73E8;
  border-bottom: 3px solid #1A73E8;
}

.google-results {
  padding: 16px;
  background: #F8F9FA;
  min-height: 290px;
}

.google-result {
  margin-bottom: 14px;
  background: #FFFFFF;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #EBEEF0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.01);
}

.g-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: #4D5156;
  margin-bottom: 4px;
}

.g-favicon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #F1F3F4;
  color: #202124;
  font-weight: 800;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.g-domain {
  font-weight: 500;
}

.g-breadcrumbs {
  color: #70757A;
}

.g-title {
  font-size: 1.05rem;
  font-weight: 500;
  color: #1A0DAB;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 4px;
  line-height: 1.3;
}

.g-title:hover {
  text-decoration: underline;
}

.g-snippet {
  font-size: 0.8rem;
  color: #4D5156;
  line-height: 1.4;
}

/* Invisible Business Result Warning */
.google-result.invisible-result {
  border: 2px dashed #EA4335;
  background: #FEF2F2;
}

.invisible-alert-badge {
  background: #EA4335;
  color: #FFFFFF;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 8px;
  animation: pulse-alert 1.5s infinite alternate;
}

@keyframes pulse-alert {
  0% { transform: scale(1); }
  100% { transform: scale(1.04); }
}

.google-results .res-fade-in {
  opacity: 0;
  transform: translateY(15px);
  visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.google-results.show-results .res-fade-in {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.google-results.show-results .res-fade-in:nth-child(1) { transition-delay: 0.2s; }
.google-results.show-results .res-fade-in:nth-child(2) { transition-delay: 0.6s; }
.google-results.show-results .res-fade-in:nth-child(3) { transition-delay: 1.2s; }

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 5rem;
}

.stat-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 2.2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-4px);
}

.stat-card .stat-number {
  font-size: 3rem;
  font-weight: var(--w-display);
  color: var(--blue);
  line-height: 1;
  display: block;
  margin-bottom: 0.8rem;
  letter-spacing: -0.04em;
}

.stat-card .stat-label {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

/* ── GLASS CARD (LIGHT DECORATIVE) ─────────────────────────── */
.glass-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  position: relative;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}

.glass-card:hover {
  transform: translateY(-6px);
  border-color: var(--blue-light);
}

/* ── SERVICES (OS DOIS MOTORES BENTO GRID) ────────────────── */
.services {
  background: var(--surface);
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.service-card {
  padding: 3.5rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #FFFFFF !important;
  border-color: var(--border) !important;
}

.service-tag-pill {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: var(--blue-wash);
  color: var(--blue-deep);
  padding: 0.4rem 1rem;
  border-radius: var(--r-pill);
  margin-bottom: 2rem;
  display: inline-block;
}

.service-tag-pill.accent-pill {
  background: var(--ink);
  color: var(--white);
}

.service-icon {
  width: 60px;
  height: 60px;
  border-radius: var(--r-md);
  background: var(--surface);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  color: var(--blue);
}

.service-card h3 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.service-card p {
  color: var(--text-secondary);
  font-size: 1.05rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.card-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
  margin-top: auto;
  border-top: 1px solid var(--border);
  padding-top: 1.5rem;
}

.card-features li {
  font-size: 0.95rem;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  gap: 8px;
}

.card-features li .bullet {
  color: var(--blue);
  font-weight: bold;
}

/* ── PACKAGES & PRICES ────────────────────────────────────── */
.packages {
  background: var(--canvas);
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  align-items: stretch;
}

.package-card {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--surface) !important;
  border-color: var(--border) !important;
}

.package-card.featured {
  background: #FFFFFF !important;
  border: 2px solid var(--blue) !important;
}

.featured-badge {
  position: absolute;
  top: 18px;
  right: 25px;
  background: var(--blue);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.3rem 0.8rem;
  border-radius: var(--r-pill);
}

.package-header h3 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.package-header .package-desc {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.5;
  margin-bottom: 2rem;
}

.package-price {
  margin-bottom: 2rem;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.package-price .currency {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--blue);
  margin-right: 4px;
}

.package-price .price {
  font-size: 3.2rem;
  font-weight: var(--w-display);
  color: var(--ink);
  line-height: 1;
  letter-spacing: -0.04em;
}

.package-price .period {
  font-size: 0.85rem;
  color: var(--soft);
  margin-left: 8px;
  font-weight: 500;
}

.package-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 2.5rem;
  border-top: 1px solid var(--border);
  padding-top: 1.5rem;
}

.package-features li {
  font-size: 0.95rem;
  color: var(--text-secondary);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.package-features li .bullet {
  color: var(--blue);
  font-weight: 800;
}

.care-plan-box {
  margin-top: 3rem;
  padding: 2.5rem;
  border: 1px dashed var(--border);
  background: var(--surface) !important;
}

.care-plan-box::before {
  display: none;
}

.care-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}

.care-text h3 {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: var(--ink);
}

.care-text p {
  font-size: 1rem;
  color: var(--text-secondary);
  margin-bottom: 0;
  line-height: 1.5;
  max-width: 800px;
}

.care-price {
  text-align: right;
  flex-shrink: 0;
}

.care-price .price-box {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}

.care-price .currency {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--blue);
}

.care-price .price {
  font-size: 2.8rem;
  font-weight: var(--w-display);
  color: var(--ink);
  line-height: 1;
}

.care-price .period {
  font-size: 0.9rem;
  color: var(--text-secondary);
}

.care-price .sub-care {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--blue);
  letter-spacing: 0.02em;
  display: block;
  margin-top: 4px;
}

/* ── PROCESS SECTION ───────────────────────────────────────── */
.process {
  background: var(--surface);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  position: relative;
}

.process-steps::before {
  content: '';
  position: absolute;
  top: 50px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: var(--border);
}

.process-step {
  text-align: center;
  position: relative;
}

.process-step .step-number {
  font-size: 1.6rem;
  font-weight: var(--w-display);
  color: var(--blue);
  display: block;
  margin-bottom: 1rem;
  line-height: 1;
}

.process-step .step-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--blue);
  border: 3px solid var(--canvas);
  margin: 0 auto 1.5rem;
  z-index: 2;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 113, 227, 0.4);
}

.process-step h3 {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  color: var(--ink);
}

.process-step p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* ── PORTFOLIO ─────────────────────────────────────────────── */
.portfolio {
  background: var(--canvas);
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.project-card {
  background: var(--surface) !important;
  border: 1px solid var(--border) !important;
  border-radius: var(--r-lg);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
  transform-style: preserve-3d;
  position: relative;
}

.project-card:hover {
  transform: translateY(-5px);
}

.project-card-thumb {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.project-card-thumb .thumb-bg {
  width: 100%;
  height: 100%;
}

.project-card-body {
  padding: 1.8rem;
}

.project-tag {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--blue-deep);
  background: var(--blue-wash);
  padding: 0.35rem 0.9rem;
  border-radius: var(--r-pill);
  display: inline-block;
  margin-bottom: 1rem;
}

.project-card h3 {
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.project-desc {
  color: var(--text-secondary);
  font-size: 0.9rem;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.project-link {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--blue);
  margin-top: 1.5rem;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: transform 0.3s ease;
}

.project-card:hover .project-link {
  transform: translateX(5px);
}

/* ── TESTIMONIALS ──────────────────────────────────────────── */
.testimonials {
  background: var(--surface);
}

.disclaimer-text {
  font-size: 0.8rem;
  color: var(--soft);
  margin-top: 1rem;
  line-height: 1.5;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.testimonial-card {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #FFFFFF !important;
  border-color: var(--border) !important;
}

.testimonial-quote {
  font-size: 4rem;
  color: var(--blue-wash);
  line-height: 1;
  margin-top: -1rem;
  height: 2.5rem;
  font-family: serif;
}

.testimonial-card p {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--border);
  padding-top: 1.5rem;
  margin-top: auto;
}

.testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
}

.testimonial-name {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--ink);
}

.testimonial-role {
  font-size: 0.75rem;
  color: var(--text-secondary);
  font-weight: 500;
}

/* ── CTA BOX FINAL (LIGHT BRAND DESIGN) ────────────────────── */
.cta-final {
  background: var(--canvas);
}

.cta-box {
  padding: 5rem 3rem;
  text-align: center;
  border: 1px solid var(--blue);
  background: #FFFFFF;
}

.cta-box h2 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: var(--w-display);
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
  line-height: 1.15;
  color: var(--ink);
}

.cta-desc {
  max-width: 650px;
  margin: 0 auto 2.5rem;
  color: var(--text-secondary);
  font-size: 1.1rem;
}

/* ── FOOTER (LIGHT MODE AS DEMANDED) ───────────────────────── */
.footer {
  background: #FFFFFF;
  padding: 4rem 0;
  border-top: 1px solid var(--border);
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.footer-logo-link {
  display: inline-block;
  margin-bottom: 0.75rem;
}

.footer-copy {
  font-size: 0.85rem;
  color: var(--text-secondary);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-links a {
  font-size: 0.9rem;
  color: var(--text-secondary);
  transition: color 0.3s;
}

.footer-links a:hover {
  color: var(--blue);
}

.footer-social {
  display: flex;
  gap: 1rem;
}

.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  transition: all 0.3s;
}

.footer-social a:hover {
  color: var(--white);
  border-color: var(--blue);
  background: var(--blue);
}

/* ── FLOATING WHATSAPP BUTTON ──────────────────────────────── */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: #fff;
  border-radius: var(--r-pill);
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
}

/* ── PORTFOLIO MOCK BROWSER MODAL (LIGHT MAC STYLE) ────────── */
.project-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.project-modal.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 29, 31, 0.35);
  backdrop-filter: blur(10px);
}

.mock-browser {
  width: 90vw;
  height: 85vh;
  background: #FFFFFF;
  border: 1px solid #C5C5C7;
  border-radius: var(--r-md);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  z-index: 2001;
  overflow: hidden;
  transform: scale(0.95);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.project-modal.active .mock-browser {
  transform: scale(1);
}

/* Browser Header */
.browser-header {
  background: #ECECEC;
  padding: 0.75rem 1rem 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D1D1D6;
}

.browser-dots {
  display: flex;
  gap: 8px;
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
}

.browser-dots span,
.browser-dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dot-red { background: #ff5f56; }
.dot-yellow { background: #ffbd2e; }
.dot-green { background: #27c93f; }

.browser-tabs {
  display: flex;
  gap: 4px;
}

.browser-tab {
  background: rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 8px 8px 0 0;
  color: var(--text-secondary);
  padding: 0.5rem 1.2rem;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  max-width: 160px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.3s;
}

.browser-tab.active {
  background: #FFFFFF;
  color: var(--ink);
  border-top: 2px solid var(--blue);
}

/* Address Bar Area */
.browser-bar {
  background: #FFFFFF;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid #E5E5E7;
}

.browser-nav-btns {
  display: flex;
  gap: 4px;
}

.browser-nav-btn {
  background: transparent;
  border: none;
  color: var(--soft);
  font-size: 1.1rem;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.browser-nav-btn:hover {
  background: rgba(0, 0, 0, 0.05);
  color: var(--ink);
}

.browser-address {
  flex-grow: 1;
  background: #F1F3F4;
  border-radius: var(--r-pill);
  height: 32px;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  gap: 8px;
  font-size: 0.8rem;
  color: #4D5156;
  border: 1px solid #E5E5E7;
  overflow: hidden;
}

.lock-icon {
  color: #27c93f;
  flex-shrink: 0;
}

.address-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.browser-external-link {
  color: var(--soft);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s;
}

.browser-external-link:hover {
  color: var(--ink);
}

/* Viewport (Iframe) */
.browser-viewport {
  flex-grow: 1;
  background: #FFF;
  position: relative;
}

.browser-viewport iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}

/* ── ANIMATIONS ────────────────────────────────────────────── */
@keyframes pulse {
  0% { transform: scale(0.9); opacity: 0.6; }
  50% { transform: scale(1.1); opacity: 1; box-shadow: 0 0 8px rgba(34, 197, 94, 0.4); }
  100% { transform: scale(0.9); opacity: 0.6; }
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* ── FAQ (details/summary: zero JS) ────────────────────────── */
.faq-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--border);
}

.faq-item {
  border-bottom: 1px solid var(--border);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1.5rem 2.5rem 1.5rem 0;
  font-size: 1.1rem;
  font-weight: var(--w-label);
  color: var(--ink);
  position: relative;
  transition: color 0.3s ease;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary:hover {
  color: var(--blue);
}

.faq-item summary::after {
  content: '';
  position: absolute;
  right: 6px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.3s var(--ease-out, ease);
}

.faq-item[open] summary::after {
  transform: translateY(-20%) rotate(-135deg);
}

.faq-item p {
  color: var(--text-secondary);
  padding: 0 3rem 1.75rem 0;
  max-width: 65ch;
}

/* ── PILARES (sobre nós) ───────────────────────────────────── */
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.pillar-card {
  padding: 2.5rem;
  background: #FFFFFF !important;
}

.pillar-card h3 {
  font-size: 1.4rem;
  font-weight: var(--w-display);
  margin-bottom: 0.75rem;
  color: var(--ink);
}

.pillar-card p {
  color: var(--text-secondary);
}

/* Card manifesto: ocupa o lugar da foto sem virar decoração */
.manifesto-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 3.5rem 3rem;
  max-width: 480px;
  margin: 0 auto;
}

.manifesto-mark {
  font-weight: var(--w-display);
  letter-spacing: 0.12em;
  font-size: 0.95rem;
  color: var(--ink);
  margin-bottom: 2rem;
}

.manifesto-mark .u {
  color: var(--blue);
}

.manifesto-quote {
  font-size: 1.5rem;
  line-height: 1.35;
  font-weight: var(--w-display);
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 2rem;
}

.manifesto-line {
  width: 42px;
  height: 2px;
  border-radius: 2px;
  background: var(--blue);
  margin-bottom: 1rem;
}

.manifesto-meta {
  font-size: 0.85rem;
  color: var(--soft);
}

/* ── CONTATO ───────────────────────────────────────────────── */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}

.contact-card {
  padding: 2.5rem;
  background: #FFFFFF !important;
  display: block;
}

.contact-card h2 {
  font-size: 1.4rem;
  font-weight: var(--w-display);
  margin-bottom: 0.6rem;
  color: var(--ink);
}

.contact-card p {
  color: var(--text-secondary);
  margin-bottom: 1.25rem;
}

.contact-form-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  padding: 3.5rem;
  background: var(--surface) !important;
}

.contact-form-text p {
  color: var(--text-secondary);
  margin-bottom: 1rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.contact-form label {
  font-size: 0.8rem;
  font-weight: var(--w-label);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--soft);
  margin-top: 1rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  font-family: inherit;
  font-size: 1rem;
  color: var(--ink);
  background: #FFFFFF;
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  padding: 0.85rem 1rem;
  width: 100%;
  transition: border-color 0.3s ease;
}

.contact-form textarea {
  resize: vertical;
  min-height: 110px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  outline: none;
}

.contact-form .btn {
  margin-top: 1.75rem;
}

/* ── PÁGINAS JURÍDICAS ─────────────────────────────────────── */
.legal h2 {
  font-size: 1.35rem;
  font-weight: var(--w-display);
  color: var(--ink);
  margin: 2.5rem 0 0.75rem;
}

.legal h2:first-child {
  margin-top: 0;
}

.legal p {
  color: var(--text-secondary);
  margin-bottom: 1rem;
  max-width: 68ch;
}

/* ── RODAPÉ: NAVEGAÇÃO ─────────────────────────────────────── */
.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0.5rem 2rem;
}

.footer-nav a {
  font-size: 0.9rem;
  color: var(--text-secondary);
  transition: color 0.3s ease;
  position: relative;
}

.footer-nav a:hover {
  color: var(--blue);
}

.footer-right {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
}

/* Títulos de card que viraram h2 na estrutura multipágina */
.service-card h2,
.package-header h2,
.project-card h2 {
  font-size: 1.6rem;
  font-weight: var(--w-display);
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.project-card h2 {
  font-size: 1.3rem;
  margin-bottom: 0;
}

.package-header h2 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

/* ── TRILHA DE NAVEGAÇÃO ───────────────────────────────────── */
.breadcrumbs {
  padding-top: 6.5rem;
  font-size: 0.85rem;
  color: var(--soft);
}

.breadcrumbs a {
  color: var(--text-secondary);
  transition: color 0.3s ease;
}

.breadcrumbs a:hover {
  color: var(--blue);
}

.breadcrumbs .crumb-sep {
  margin: 0 0.5rem;
  color: var(--border);
}

.breadcrumbs + main .hero--page .hero-centered {
  padding-top: 3rem;
}

/* ── TEXTO CORRIDO DAS PÁGINAS DE BUSCA ────────────────────── */
.prose h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: var(--w-display);
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 3.5rem 0 1rem;
}

.prose p {
  color: var(--text-secondary);
  margin-bottom: 1.25rem;
  max-width: 68ch;
}

.prose-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin: 1.5rem 0 2rem;
  border-left: 2px solid var(--border);
  padding-left: 1.5rem;
}

.prose-list li {
  color: var(--text-secondary);
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.prose-list li .bullet {
  color: var(--blue);
  font-weight: var(--w-label);
  flex-shrink: 0;
}

.lp-links {
  margin-top: 3.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}

.lp-links ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}

.lp-links a {
  color: var(--blue-deep);
  font-weight: 500;
}

.lp-links a:hover {
  text-decoration: underline;
}

/* ── GRADE DE NICHOS ───────────────────────────────────────── */
.nichos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.nicho-card {
  padding: 2.25rem;
  background: #FFFFFF !important;
  display: block;
}

.nicho-card h3 {
  font-size: 1.3rem;
  font-weight: var(--w-display);
  color: var(--ink);
  margin-bottom: 0.6rem;
  letter-spacing: -0.01em;
}

.nicho-card p {
  color: var(--text-secondary);
  margin-bottom: 1rem;
}

/* ── RESPONSIVE DESIGN ──────────────────────────────────────── */
@media (max-width: 992px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .about-stats {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 3rem;
  }
  
  .bento-grid {
    grid-template-columns: 1fr;
  }
  
  .packages-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .portfolio-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .testimonials-grid,
  .pillars-grid,
  .nichos-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .contact-form-wrap {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 2.5rem;
  }

  .hero--page .hero-centered {
    padding-top: 9rem;
  }

  .care-content {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }

  .care-price {
    text-align: center;
  }

  .care-price .price-box {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 1.25rem;
  }

  .section-padding {
    padding: 5rem 0;
  }

  .navbar {
    padding: 1rem 0;
  }

  .nav-toggle {
    display: flex;
  }

  /* Hambúrguer vira X quando o menu abre */
  .nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 320px;
    height: 100dvh;
    background: #FFFFFF;
    border-left: 1px solid var(--border);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
    transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1000;
  }
  
  .nav-links.active {
    right: 0;
  }
  
  .process-steps {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .process-steps::before {
    display: none;
  }
  
  .nav-cta {
    width: auto;
    text-align: center;
  }
}
