/* ==========================================================================
   MEU BOM VELHINHO — HTML/CSS/JS Version
   Style System — premium navy + champagne
   ========================================================================== */

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

* {
  margin: 0;
  padding: 0;
}

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

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

button {
  font: inherit;
  cursor: pointer;
  background: none;
  border: none;
  color: inherit;
}

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

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

ul,
ol {
  list-style: none;
}

section[id] {
  scroll-margin-top: 96px;
}

/* ---------- Tokens ---------- */
:root {
  /* Brand palette */
  --bg: #FBFCFD;
  --bg-soft: #F4F7FB;
  --secondary: #F1F4F8;
  --secondary-strong: #E9EEF6;
  --card: #FFFFFF;

  --ink: #0F1B3D;
  --ink-2: #142555;
  --ink-3: #1E3A5F;
  --ink-deep: #0B1530;
  --ink-mid: #142A55;
  --muted: #6B7488;
  --muted-2: #9AA2B5;
  --border: #E1E6EE;
  --border-soft: #EAEEF5;

  /* Champagne / gold */
  --gold-50: #F7EFD9;
  --gold-100: #F2E3BF;
  --gold-200: #F0D9A3;
  --gold-300: #F3D588;
  --gold: #D6B56A;
  --gold-500: #C9A24C;
  --gold-600: #B08A3F;
  --gold-700: #A07D22;
  --gold-800: #8A6A26;

  /* Accents */
  --teal: #5BB6C7;
  --teal-deep: #0F8290;
  --sky-50: #EAF0F9;
  --sky-100: #BCDCFF;

  --emerald-50: #EAF4EE;
  --emerald-100: #E6F1EA;
  --emerald-600: #4A8A6B;
  --emerald-700: #2E6A4F;

  --rose-50: #F8ECEC;
  --rose-100: #F4E6EC;
  --rose-500: #B15454;
  --rose-600: #B15470;
  --rose-700: #8A3E57;

  --danger: #C8443B;

  /* Typography */
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-display: "Nunito", system-ui, sans-serif;

  /* Radius */
  --r-sm: 0.5rem;
  --r-md: 0.75rem;
  --r-lg: 1rem;
  --r-xl: 1.25rem;
  --r-2xl: 1.5rem;
  --r-3xl: 2rem;
  --r-pill: 9999px;

  /* Shadows */
  --shadow-sm: 0 1px 2px rgba(15, 27, 61, .05);
  --shadow: 0 8px 30px -12px rgba(15, 27, 61, .18);
  --shadow-lg: 0 18px 40px -16px rgba(15, 27, 61, .25);
  --shadow-xl: 0 30px 60px -20px rgba(15, 27, 61, .32);
  --shadow-navy: 0 30px 80px -25px rgba(15, 27, 61, .5);
  --shadow-gold: 0 18px 40px -12px rgba(214, 181, 106, .5);
  --shadow-soft: 0 2px 12px rgba(15, 27, 61, .05);
}

/* ---------- Base ---------- */
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 400;
  min-height: 100vh;
}

.font-display {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--muted);
}

.section-label {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  border-radius: var(--r-pill);
  background: var(--rose-50);
  color: var(--rose-700);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.32em;
}

/* ---------- Layout helpers ---------- */
.container {
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

@media (min-width: 640px) {
  .container {
    padding-inline: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .container {
    padding-inline: 2.5rem;
  }
}

.container-lg {
  max-width: 1320px;
}

.container-md {
  max-width: 1240px;
}

.container-sm {
  max-width: 1180px;
}

.container-xs {
  max-width: 840px;
}

/* ==========================================================================
   HEADER / NAV — sticky glass pill
   ========================================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  pointer-events: none;
}

.nav-pill {
  pointer-events: auto;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid rgba(15, 27, 61, 0.08) !important;
  height: 90px;
  background: rgba(255, 255, 255, 0.82) !important;
  /* Frosted glass */
  box-shadow: 0 8px 32px rgba(15, 27, 61, 0.03) !important;
  backdrop-filter: saturate(160%) blur(24px) !important;
  -webkit-backdrop-filter: saturate(160%) blur(24px) !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

.nav-pill.scrolled {
  height: 70px;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 10px 30px rgba(15, 27, 61, 0.06) !important;
}

.nav-container {
  width: 100%;
  max-width: 1760px;
  /* Increased to 1760px to ensure navigation items have plenty of space and breathing room */
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  height: 100%;
  transition: all 0.3s ease;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .nav-container {
    padding: 0 1.25rem;
  }
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: saturate(160%) blur(24px);
  -webkit-backdrop-filter: saturate(160%) blur(24px);
  border: 1.5px solid rgba(214, 181, 106, 0.45) !important;
  /* Premium gold border highlight */
  border-top: none !important;
  /* Spacious side margin */
  padding: 0.45rem 1.6rem 0.65rem 1.6rem;
  border-radius: 0 0 2.1rem 2.1rem;
  /* More distinct downward pocket curve */
  box-shadow: 0 16px 40px -10px rgba(15, 27, 61, 0.12), 0 0 20px 2px rgba(214, 181, 106, 0.22) !important;
  /* Stunning golden glow aura */
  z-index: 10;
  /* Perfect vertical merge with the navbar */
  height: auto;
  align-self: flex-start;
  transform-origin: top center;
  /* Majestic tall brand tab */
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.brand:hover {
  transform: translateY(2px) scale(1.04);
  /* Breathtaking pop-out effect on hover */
  box-shadow: 0 20px 48px -6px rgba(15, 27, 61, 0.16), 0 0 28px 6px rgba(214, 181, 106, 0.35) !important;
  /* Double the golden glow */
}

/* Left inverse fillet curve with matching gold border */
.brand::before {
  content: '';
  position: absolute;
  top: 0;
  /* Bridge position */
  left: -24px;
  width: 24px;
  height: 24px;
  background: radial-gradient(circle at bottom left, transparent 22.5px, rgba(255, 255, 255, 0.95) 23.5px);
  border-right: 1.5px solid rgba(214, 181, 106, 0.45) !important;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Right inverse fillet curve with matching gold border */
.brand::after {
  content: '';
  position: absolute;
  top: 0;
  right: -24px;
  width: 24px;
  height: 24px;
  background: radial-gradient(circle at bottom right, transparent 22.5px, rgba(255, 255, 255, 0.95) 23.5px);
  border-left: 1.5px solid rgba(214, 181, 106, 0.45) !important;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.logo-img {
  height: 74px;
  /* Elegant brand logo height for mobile/tablet */
  width: auto;
  object-fit: contain;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  filter: drop-shadow(0 6px 14px rgba(15, 27, 61, 0.05));
}

@media (min-width: 1024px) {
  .logo-img {
    height: 85px;
    /* Clean, well-proportioned brand logo for desktop */
  }
}

.nav-pill.scrolled .brand {
  height: auto;
  /* Scales down organic pocket height */
  padding: 0.2rem 1.25rem 0.45rem 1.25rem;
  border-radius: 0 0 1.5rem 1.5rem;
  margin-top: 0;
  box-shadow: 0 12px 30px rgba(15, 27, 61, 0.08), 0 0 14px rgba(214, 181, 106, 0.16) !important;
}

.nav-pill.scrolled .brand::before {
  top: 0;
  left: -18px;
  width: 18px;
  height: 18px;
  background: radial-gradient(circle at bottom left, transparent 16.5px, rgba(255, 255, 255, 0.95) 17.5px);
}

.nav-pill.scrolled .brand::after {
  top: 0;
  right: -18px;
  width: 18px;
  height: 18px;
  background: radial-gradient(circle at bottom right, transparent 16.5px, rgba(255, 255, 255, 0.95) 17.5px);
}

.nav-pill.scrolled .logo-img {
  height: 56px;
  /* Elegant scale on scroll */
}

.nav-links {
  display: none;
  align-items: center;
  gap: 2rem !important;
  /* Premium luxury spacing */
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .nav-links {
    gap: 1.1rem !important;
  }
  .nav-link {
    font-size: 0.88rem !important;
  }
  .nav-cta {
    padding: 0.75rem 1.3rem !important;
    font-size: 0.75rem !important;
    letter-spacing: 0.14em !important;
  }
}

@media (min-width: 1024px) {
  .nav-links {
    display: flex;
  }
}

.nav-link {
  font-size: 0.9rem !important;
  /* Larger text for perfect readability */
  font-weight: 700 !important;
  /* Solid weight */
  color: rgba(15, 27, 61, 0.88) !important;
  /* Vibrant high-contrast navy */
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  position: relative;
  padding: 0.375rem 0;
  letter-spacing: 0.01em !important;
  white-space: nowrap !important;
}

.nav-link:hover {
  color: var(--gold-600) !important;
  /* Gold hover effect */
  transform: translateY(-1px);
}

.nav-link.active {
  color: var(--ink) !important;
  font-weight: 800 !important;
}

/* Slider Underline Indicator */
.nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--gold);
  border-radius: var(--r-pill);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-link:hover::after,
.nav-link.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* Core Features / Services Highlight Accents */
.nav-link[href*="servicos"]::before,
.nav-link[href*="familias"]::before {
  content: '';
  position: absolute;
  top: -4px;
  right: -6px;
  width: 5px;
  height: 5px;
  background: var(--gold-500);
  border-radius: 50%;
  box-shadow: 0 0 6px var(--gold);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  border-radius: var(--r-pill);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  transition: all .3s ease;
  cursor: pointer;
}

.btn-primary {
  background: var(--ink);
  color: #fff;
  padding: 0.75rem 1.25rem;
  font-size: 0.72rem;
  box-shadow: var(--shadow);
  border: 1px solid rgba(214, 181, 106, 0.3);
}

.btn-primary:hover {
  background: var(--ink-deep);
  transform: translateY(-1px);
  box-shadow: 0 22px 50px -12px rgba(15, 27, 61, 0.55);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.8);
  color: var(--ink);
  padding: 0.875rem 1.5rem;
  font-size: 0.78rem;
  border: 1px solid rgba(15, 27, 61, 0.15);
  backdrop-filter: blur(8px);
}

.btn-ghost:hover {
  border-color: rgba(15, 27, 61, 0.4);
  background: #fff;
}

.btn-gold {
  background: var(--gold);
  color: var(--ink);
  padding: 0.875rem 1.75rem;
  font-size: 0.78rem;
  box-shadow: 0 14px 36px -12px rgba(214, 181, 106, 0.65);
}

.btn-gold:hover {
  background: var(--gold-500);
  box-shadow: 0 18px 42px -12px rgba(214, 181, 106, 0.75);
  transform: translateY(-1px);
}

.nav-cta {
  display: none;
}

@media (min-width: 640px) {
  .nav-cta {
    display: inline-flex !important;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-600) 100%) !important;
    /* Gold gradient CTA */
    color: var(--ink) !important;
    padding: 0.875rem 1.75rem !important;
    font-size: 0.78rem !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 0.18em !important;
    border-radius: var(--r-pill) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 10px 25px -8px rgba(176, 138, 63, 0.5) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  }
}

.nav-cta:hover {
  background: linear-gradient(135deg, var(--gold-500) 0%, var(--gold-700) 100%) !important;
  transform: translateY(-2px) scale(1.03) !important;
  box-shadow: 0 14px 30px -6px rgba(176, 138, 63, 0.65) !important;
}

.nav-cta:active {
  transform: translateY(0) scale(0.98) !important;
}

.nav-burger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--r-pill);
  color: var(--ink);
}

@media (min-width: 1024px) {
  .nav-burger {
    display: none;
  }
}

.mobile-menu {
  pointer-events: auto;
  display: none;
  margin: 0.5rem auto 0;
  max-width: 1320px;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  border-radius: var(--r-2xl);
  border: 1px solid var(--border-soft);
  padding: 1.25rem;
  box-shadow: var(--shadow-lg);
}

.mobile-menu.open {
  display: block;
}

.mobile-menu a {
  display: block;
  padding: 0.75rem 0;
  font-size: 1rem;
  font-weight: 700;
  color: rgba(15, 27, 61, 0.88) !important;
  border-bottom: 1px solid var(--border-soft);
}

.mobile-menu a.active {
  color: var(--gold-600) !important;
  font-weight: 800;
}

.mobile-menu a:last-of-type {
  border-bottom: 0;
}

.mobile-menu .btn {
  width: 100%;
  margin-top: 1rem;
}

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  position: relative;
  overflow: hidden;
  padding: 7rem 0 3rem;
}

@media (min-width: 768px) {
  .hero {
    padding: 8rem 0 5rem;
  }
}

.hero-bg-1 {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top left, #EAF2FB 0%, #F6F9FD 45%, #fff 100%);
  z-index: -2;
}

.hero-bg-grid {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image: linear-gradient(to right, rgba(15, 27, 61, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(15, 27, 61, 0.04) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
  z-index: -2;
}

.hero-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.hero-blob-1 {
  top: -8rem;
  right: -6rem;
  width: 560px;
  height: 560px;
  background: rgba(188, 220, 255, 0.6);
  animation: heroHalo 5s ease-in-out infinite;
}

.hero-blob-2 {
  top: 33%;
  left: -10rem;
  width: 460px;
  height: 460px;
  background: rgba(214, 181, 106, 0.2);
  animation: heroHalo 5s ease-in-out 1.5s infinite;
}

.hero-blob-3 {
  bottom: 2.5rem;
  right: 25%;
  width: 280px;
  height: 280px;
  background: rgba(110, 231, 183, 0.15);
}

.hero-grid {
  position: relative;
  display: grid;
  gap: 2rem;
  align-items: center;
  grid-template-columns: 1fr;
}

@media (min-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3rem;
  }
}

.hero-copy {
  order: 2;
  max-width: 640px;
  margin-inline: auto;
  text-align: center;
}

@media (min-width: 1024px) {
  .hero-copy {
    order: 1;
    text-align: left;
    margin-inline: 0;
  }
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(15, 27, 61, 0.1);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  border-radius: var(--r-pill);
  padding: 0.375rem 0.875rem;
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--ink);
  box-shadow: var(--shadow-sm);
}

@media (min-width: 640px) {
  .hero-chip {
    font-size: 0.68rem;
    padding: 0.375rem 1rem;
    letter-spacing: 0.24em;
  }
}

.hero-chip .dot {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
}

.hero-chip .dot::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.7;
  animation: ping 1.8s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.hero-chip .dot::after {
  content: '';
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.hero-headline {
  margin-top: 1.5rem;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.08;
  color: var(--ink);
  font-size: 2rem;
}

@media (min-width: 640px) {
  .hero-headline {
    margin-top: 1.75rem;
    font-size: 3.3rem;
    line-height: 1.02;
  }
}

@media (min-width: 1024px) {
  .hero-headline {
    font-size: 4.1rem;
  }
}

.hero-shimmer-text {
  display: inline-block;
  margin-left: 0.5rem;
  background: linear-gradient(90deg, #0f1b3d 0%, #1e3a5f 35%, #c9a24c 50%, #1e3a5f 65%, #0f1b3d 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: shimmer 6s linear infinite;
}

.hero-sub {
  margin: 1.25rem auto 0;
  max-width: 36rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--muted);
}

@media (min-width: 640px) {
  .hero-sub {
    font-size: 1.02rem;
    margin-top: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .hero-sub {
    margin-left: 0;
  }
}

.hero-sub .desktop {
  display: none;
}

.hero-sub .mobile {
  display: inline;
}

@media (min-width: 640px) {
  .hero-sub .mobile {
    display: none;
  }

  .hero-sub .desktop {
    display: inline;
  }
}

.hero-ctas {
  margin: 2.25rem auto 0;
  max-width: 28rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .hero-ctas {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .hero-ctas {
    margin-left: 0;
    max-width: none;
  }
}

.hero-ctas .btn {
  width: 100%;
}

@media (min-width: 640px) {
  .hero-ctas .btn {
    width: auto;
  }
}

.btn-hero-primary {
  background: var(--ink);
  color: #fff;
  padding: 1rem 1.75rem;
  font-size: 0.74rem;
  box-shadow: 0 18px 40px -12px rgba(15, 27, 61, 0.5);
  border: 1px solid rgba(214, 181, 106, 0.4);
  animation: pulseRing 2.6s ease-out infinite;
}

.btn-hero-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 50px -12px rgba(15, 27, 61, 0.55);
}

@media (min-width: 640px) {
  .btn-hero-primary {
    font-size: 0.78rem;
  }
}

.hero-pills {
  margin: 2.5rem auto 0;
  max-width: 36rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

@media (min-width: 640px) {
  .hero-pills {
    display: flex;
    flex-wrap: wrap;
    max-width: none;
    gap: 0.625rem;
    margin-top: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .hero-pills {
    margin-left: 0;
  }
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid rgba(15, 27, 61, 0.1);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  border-radius: var(--r-pill);
  padding: 0.5rem 0.875rem;
  font-size: 0.68rem;
  font-weight: 500;
  color: rgba(15, 27, 61, 0.8);
  box-shadow: var(--shadow-sm);
  transition: all .25s;
}

@media (min-width: 640px) {
  .pill {
    font-size: 0.72rem;
    justify-content: flex-start;
    padding: 0.5rem 0.875rem;
  }
}

.pill:hover {
  transform: translateY(-2px);
  border-color: rgba(214, 181, 106, 0.4);
  box-shadow: var(--shadow);
}

.pill svg {
  color: var(--gold-500);
  flex-shrink: 0;
}

.hero-trust {
  margin: 3rem auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .hero-trust {
    flex-direction: row;
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .hero-trust {
    margin-left: 0;
  }
}

.avatars {
  display: inline-flex;
}

.avatars img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
  box-shadow: var(--shadow-sm);
}

.avatars img+img {
  margin-left: -12px;
}

.trust-text {
  font-size: 0.76rem;
  line-height: 1.65;
  color: var(--muted);
  text-align: center;
}

@media (min-width: 640px) {
  .trust-text {
    text-align: left;
  }
}

.trust-stars {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--gold-500);
  justify-content: center;
}

@media (min-width: 640px) {
  .trust-stars {
    justify-content: flex-start;
  }
}

.trust-stars .score {
  margin-left: 0.25rem;
  font-weight: 700;
  color: var(--ink);
}

/* Hero visual */
.hero-visual {
  position: relative;
  order: 1;
}

@media (min-width: 1024px) {
  .hero-visual {
    order: 2;
  }
}

.hero-back-panel {
  position: absolute;
  right: -2rem;
  top: -2.5rem;
  width: 92%;
  height: 92%;
  border-radius: 2.6rem;
  background: linear-gradient(135deg, var(--ink) 0%, var(--ink-mid) 50%, var(--ink-deep) 100%);
  box-shadow: 0 40px 80px -20px rgba(15, 27, 61, 0.55);
  display: none;
  z-index: -1;
}

@media (min-width: 1024px) {
  .hero-back-panel {
    display: block;
  }
}

.hero-back-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 2.6rem;
  opacity: 0.3;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 32px 32px;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 40%, transparent 80%);
}

.hero-back-panel::after {
  content: '';
  position: absolute;
  right: -2.5rem;
  top: -2.5rem;
  width: 10rem;
  height: 10rem;
  background: rgba(214, 181, 106, 0.3);
  border-radius: 50%;
  filter: blur(40px);
}

.hero-mascot-float {
  position: absolute;
  left: -2.5rem;
  top: -4rem;
  z-index: 20;
  display: none;
  pointer-events: none;
}

@media (min-width: 640px) {
  .hero-mascot-float {
    display: block;
  }
}

@media (min-width: 1024px) {
  .hero-mascot-float {
    left: -5rem;
    top: -5rem;
  }
}

.hero-mascot-float .wrap {
  position: relative;
  animation: heroFloat 7s ease-in-out infinite;
}

.hero-mascot-float .wrap::before {
  content: '';
  position: absolute;
  inset: 1.5rem;
  background: rgba(214, 181, 106, 0.4);
  filter: blur(30px);
  border-radius: 50%;
  z-index: -1;
  animation: heroHalo 5s ease-in-out infinite;
}

.hero-mascot-float img {
  width: 10rem;
  height: 10rem;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(15, 27, 61, 0.35));
}

@media (min-width: 1024px) {
  .hero-mascot-float img {
    width: 13rem;
    height: 13rem;
  }
}

.hero-image-frame {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 1.8rem;
  overflow: hidden;
  box-shadow: 0 30px 60px -18px rgba(15, 27, 61, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

@media (min-width: 640px) {
  .hero-image-frame {
    border-radius: 2.2rem;
    box-shadow: 0 40px 80px -20px rgba(15, 27, 61, 0.35);
  }
}

.hero-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% top;
}

@media (min-width: 640px) {
  .hero-image-frame img {
    object-position: center;
  }
}

.hero-image-frame::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(15, 27, 61, 0.7), rgba(15, 27, 61, 0.2), transparent);
  pointer-events: none;
}

.hero-live-chip {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.25rem 0.625rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: var(--r-pill);
  font-size: 0.55rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--ink);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
  z-index: 5;
  animation: heroFloatSoft 9s ease-in-out infinite;
}

@media (min-width: 640px) {
  .hero-live-chip {
    left: 1.25rem;
    top: 1.25rem;
    padding: 0.375rem 0.875rem;
    font-size: 0.65rem;
    letter-spacing: 0.18em;
    gap: 0.5rem;
  }
}

.hero-live-chip .live-dot {
  position: relative;
  width: 8px;
  height: 8px;
}

.hero-live-chip .live-dot::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #10B981;
  opacity: 0.75;
  animation: ping 1.6s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.hero-live-chip .live-dot::after {
  content: '';
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #059669;
}

.hero-image-legend {
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.625rem 0.75rem;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--r-xl);
  color: #fff;
  backdrop-filter: blur(8px);
  z-index: 5;
}

@media (min-width: 640px) {
  .hero-image-legend {
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    padding: 0.75rem 1rem;
  }
}

.hero-image-legend .label {
  font-size: 0.55rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 640px) {
  .hero-image-legend .label {
    font-size: 0.62rem;
    letter-spacing: 0.22em;
  }
}

.hero-image-legend .name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.82rem;
  line-height: 1.1;
}

@media (min-width: 640px) {
  .hero-image-legend .name {
    font-size: 0.95rem;
  }
}

.hero-image-legend .badge {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  flex-shrink: 0;
}

@media (min-width: 640px) {
  .hero-image-legend .badge {
    width: 36px;
    height: 36px;
  }
}

.hero-float-card {
  position: absolute;
  width: 15rem;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--r-xl);
  padding: 1rem;
  box-shadow: 0 30px 60px -18px rgba(15, 27, 61, 0.3);
  display: none;
  animation: heroFloat 7s ease-in-out infinite;
  z-index: 6;
}

@media (min-width: 640px) {
  .hero-float-card {
    display: block;
  }
}

.hero-vitals {
  left: -1rem;
  bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .hero-vitals {
    left: -2.5rem;
  }
}

.hero-vitals .row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.hero-vitals .icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: var(--r-md);
  background: linear-gradient(135deg, #34D399, #0F8290);
  color: #fff;
}

.hero-vitals .label {
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--muted);
}

.hero-vitals .value {
  font-family: var(--font-display);
  font-size: 0.875rem;
  color: var(--ink);
}

.hero-vitals .bar {
  margin-top: 0.75rem;
  height: 6px;
  background: rgba(15, 27, 61, 0.05);
  border-radius: var(--r-pill);
  overflow: hidden;
}

.hero-vitals .bar>span {
  display: block;
  height: 100%;
  width: 75%;
  background: linear-gradient(to right, #34D399, #0F8290);
  border-radius: var(--r-pill);
}

.hero-vitals .foot {
  margin-top: 0.5rem;
  font-size: 0.65rem;
  color: var(--muted);
}

.hero-chip-float {
  position: absolute;
  right: -0.75rem;
  top: 2rem;
  display: none;
  align-items: center;
  gap: 0.625rem;
  padding: 0.75rem 1rem;
  border-radius: var(--r-xl);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(8px);
  animation: heroFloatSoft 9s ease-in-out 1.2s infinite;
  z-index: 6;
}

@media (min-width: 1024px) {
  .hero-chip-float {
    display: inline-flex;
  }
}

.hero-chip-float .badge {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: var(--r-md);
  background: linear-gradient(135deg, var(--gold), var(--gold-700));
  color: #fff;
}

.hero-chip-float .label {
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--muted);
}

.hero-chip-float .value {
  font-family: var(--font-display);
  font-size: 0.8rem;
  color: var(--ink);
}

.hero-evol-card {
  position: absolute;
  right: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 14rem;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--r-xl);
  padding: 1rem;
  box-shadow: var(--shadow-lg);
  display: none;
  animation: heroFloat 7s ease-in-out 2s infinite;
  z-index: 6;
}

@media (min-width: 1280px) {
  .hero-evol-card {
    display: block;
  }
}

.hero-evol-card .row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.hero-evol-card .icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: var(--r-md);
  background: linear-gradient(135deg, #38BDF8, #6366F1);
  color: #fff;
}

.hero-evol-card .label {
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--muted);
}

.hero-evol-card .value {
  font-family: var(--font-display);
  font-size: 0.875rem;
  color: var(--ink);
}

.hero-evol-card .chart {
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}

.hero-evol-card .chart>span {
  display: block;
  background: linear-gradient(to top, #93C5FD, #6366F1);
  border-radius: 2px;
}

/* Hero stats */
.hero-stats {
  position: relative;
  max-width: 1320px;
  margin: 2.5rem auto 0;
  padding: 0 1.25rem;
}

@media (min-width: 640px) {
  .hero-stats {
    margin-top: 5rem;
    padding: 0 1.5rem;
  }
}

@media (min-width: 1024px) {
  .hero-stats {
    padding: 0 2.5rem;
  }
}

.hero-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .hero-stats-grid {
    gap: 1rem;
  }
}

@media (min-width: 768px) {
  .hero-stats-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}

.stat-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-xl);
  padding: 1.25rem 1rem;
  border: 1px solid #fff;
  box-shadow: 0 10px 30px -12px rgba(15, 27, 61, 0.18);
  transition: all .3s;
}

@media (min-width: 640px) {
  .stat-card {
    border-radius: var(--r-3xl);
    padding: 1.75rem 1.5rem;
  }
}

.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -12px rgba(15, 27, 61, 0.28);
}

.stat-card::before {
  content: '';
  position: absolute;
  right: -1.5rem;
  top: -1.5rem;
  width: 6rem;
  height: 6rem;
  background: rgba(255, 255, 255, 0.5);
  filter: blur(30px);
  border-radius: 50%;
}

.stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #fff;
  position: relative;
  box-shadow: var(--shadow-sm);
}

.stat-number {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1;
  margin-top: 0.75rem;
  position: relative;
}

@media (min-width: 640px) {
  .stat-number {
    font-size: 2.4rem;
    margin-top: 1rem;
  }
}

.stat-label {
  margin-top: 0.5rem;
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(15, 27, 61, 0.7);
  position: relative;
}

@media (min-width: 640px) {
  .stat-label {
    font-size: 0.72rem;
    letter-spacing: 0.16em;
  }
}

.stat-emerald {
  background: linear-gradient(135deg, #ECFDF5, rgba(209, 250, 229, 0.6));
}

.stat-emerald .stat-icon,
.stat-emerald .stat-number {
  color: #047857;
}

.stat-sky {
  background: linear-gradient(135deg, #F0F9FF, rgba(186, 230, 253, 0.6));
}

.stat-sky .stat-icon,
.stat-sky .stat-number {
  color: #0369A1;
}

.stat-rose {
  background: linear-gradient(135deg, #FFF1F2, rgba(254, 205, 211, 0.6));
}

.stat-rose .stat-icon,
.stat-rose .stat-number {
  color: #B91C46;
}

.stat-amber {
  background: linear-gradient(135deg, #FFFBEB, rgba(246, 231, 195, 0.7));
}

.stat-amber .stat-icon,
.stat-amber .stat-number {
  color: var(--gold-700);
}

/* ==========================================================================
   QUOTE FORM (#orcamento) — premium navy section
   ========================================================================== */
.quote {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
  padding: 3.5rem 0;
}

@media (min-width: 768px) {
  .quote {
    padding: 5rem 0;
  }
}

.quote-blob-1 {
  position: absolute;
  top: -8rem;
  right: -6rem;
  width: 420px;
  height: 420px;
  background: rgba(91, 182, 199, 0.2);
  filter: blur(80px);
  border-radius: 50%;
  pointer-events: none;
}

.quote-blob-2 {
  position: absolute;
  bottom: -10rem;
  left: -6rem;
  width: 360px;
  height: 360px;
  background: rgba(91, 182, 199, 0.1);
  filter: blur(80px);
  border-radius: 50%;
  pointer-events: none;
}

.quote-grid {
  position: relative;
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr;
}

@media (min-width: 1024px) {
  .quote-grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 4rem;
    align-items: center;
  }
}

.quote-pitch .section-label {
  background: rgba(91, 182, 199, 0.15);
  color: var(--gold-200);
}

.quote-pitch h2 {
  margin-top: 1.25rem;
  font-family: var(--font-display);
  font-size: 1.875rem;
  line-height: 1.1;
}

@media (min-width: 640px) {
  .quote-pitch h2 {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .quote-pitch h2 {
    font-size: 2.75rem;
  }
}

.quote-pitch p {
  margin-top: 1.25rem;
  max-width: 28rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.75);
}

.quote-pitch ul {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.85);
}

.quote-pitch li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.quote-pitch .check {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--teal);
  color: var(--ink);
  flex-shrink: 0;
}

.quote-card {
  background: var(--bg);
  color: var(--ink);
  border-radius: var(--r-3xl);
  padding: 1.5rem;
  box-shadow: 0 20px 60px -20px rgba(0, 0, 0, 0.4);
}

@media (min-width: 640px) {
  .quote-card {
    padding: 2.5rem;
  }
}

/* Step indicator */
.steps-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.step-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.step-line-wrap {
  width: 100%;
  display: flex;
  align-items: center;
}

.step-line {
  height: 1px;
  flex: 1;
  background: var(--border);
  transition: background .3s;
}

.step-line.active,
.step-line.done {
  background: var(--teal);
}

.step-circle {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 700;
  transition: all .3s;
  background: var(--secondary);
  color: var(--muted);
  flex-shrink: 0;
}

.step-circle.active {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 0 0 4px rgba(91, 182, 199, 0.2);
}

.step-circle.done {
  background: var(--teal);
  color: var(--ink);
}

.step-label {
  font-size: 0.62rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted);
}

.step-label.active {
  color: var(--ink);
}

.step-meta {
  margin-top: 1.5rem;
}

.step-meta .small {
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--teal-deep);
}

.step-meta h3 {
  margin-top: 0.5rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--ink);
}

@media (min-width: 640px) {
  .step-meta h3 {
    font-size: 1.5rem;
  }
}

.step-meta p {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: var(--muted);
}

.step-panel {
  display: none;
  flex-direction: column;
  gap: 1rem;
}

.step-panel.active {
  display: flex;
}

.field-row {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.field-row.two {
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .field-row.two {
    grid-template-columns: 1fr 1fr;
  }
}

.field-row.patient {
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .field-row.patient {
    grid-template-columns: 1.5fr 1fr;
  }
}

.field label,
.field-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--muted);
}

.field input,
.field select,
.field textarea {
  margin-top: 0.5rem;
  width: 100%;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 0.875rem 1rem;
  font-size: 0.875rem;
  color: var(--ink);
  outline: none;
  transition: border-color .2s;
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(107, 116, 136, 0.6);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--ink);
}

.field textarea {
  resize: none;
}

.field.error input,
.field.error select,
.field.error textarea {
  border-color: var(--danger);
}

.field-error {
  margin-top: 0.375rem;
  font-size: 0.75rem;
  color: var(--danger);
}

.terms-row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: var(--muted);
  margin-top: 0.5rem;
}

.terms-row input {
  margin-top: 0.25rem;
  width: 16px;
  height: 16px;
  accent-color: var(--ink);
  flex-shrink: 0;
}

.form-actions {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.75rem;
  padding-top: 0.5rem;
}

@media (min-width: 640px) {
  .form-actions {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.btn-step-back {
  background: var(--bg);
  border: 1px solid var(--border);
  color: var(--ink);
  padding: 0.875rem 1.5rem;
  font-size: 0.72rem;
  border-radius: var(--r-pill);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.btn-step-back:hover {
  border-color: rgba(15, 27, 61, 0.4);
}

.btn-step-next,
.btn-step-submit {
  background: var(--ink);
  color: #fff;
  padding: 0.875rem 1.75rem;
  font-size: 0.72rem;
  border-radius: var(--r-pill);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  box-shadow: var(--shadow);
  transition: all .3s;
}

.btn-step-next:hover,
.btn-step-submit:hover {
  background: var(--teal);
  color: var(--ink);
}

.btn-step-submit[disabled] {
  opacity: 0.65;
  cursor: wait;
}

.form-foot {
  text-align: center;
  font-size: 0.7rem;
  color: var(--muted);
  margin-top: 0.5rem;
}

.form-success {
  text-align: center;
  padding: 2.5rem 0;
}

.form-success .check-big {
  margin: 0 auto;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(91, 182, 199, 0.15);
  color: var(--teal);
}

.form-success h3 {
  margin-top: 1.25rem;
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--ink);
}

.form-success p {
  margin: 0.75rem auto 0;
  max-width: 24rem;
  font-size: 0.875rem;
  color: var(--muted);
}

.form-success a {
  margin-top: 1.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: var(--r-pill);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

/* ==========================================================================
   SUPPORT (#suporte)
   ========================================================================== */
.support {
  position: relative;
  overflow: hidden;
  background: var(--bg);
  padding: 3.5rem 0;
}

@media (min-width: 768px) {
  .support {
    padding: 5rem 0;
  }
}

.support-blob-1 {
  position: absolute;
  left: -8rem;
  top: 2.5rem;
  width: 420px;
  height: 420px;
  background: rgba(214, 181, 106, 0.12);
  filter: blur(80px);
  border-radius: 50%;
  pointer-events: none;
}

.support-blob-2 {
  position: absolute;
  right: -8rem;
  bottom: 0;
  width: 460px;
  height: 460px;
  background: rgba(15, 27, 61, 0.08);
  filter: blur(80px);
  border-radius: 50%;
  pointer-events: none;
}

.support-grid {
  position: relative;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  align-items: center;
}

@media (min-width: 1024px) {
  .support-grid {
    grid-template-columns: 1.05fr 1fr;
    gap: 4rem;
  }
}

.nurse-stage {
  position: relative;
  margin-inline: auto;
  width: 100%;
  max-width: 560px;
  padding-bottom: 3.5rem;
}

@media (min-width: 640px) {
  .nurse-stage {
    padding-bottom: 0;
  }
}

.nurse-wrap {
  position: relative;
  aspect-ratio: 10 / 13;
}

@media (min-width: 640px) {
  .nurse-wrap {
    aspect-ratio: 4 / 5;
  }
}

.nurse-panel {
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  top: 2.5rem;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  border-radius: 2.25rem;
  background: linear-gradient(135deg, var(--secondary), #fff, rgba(246, 239, 222, 0.6));
  border: 1px solid var(--border);
  box-shadow: 0 30px 80px -40px rgba(15, 27, 61, 0.35);
}

.nurse-panel::before {
  content: '';
  position: absolute;
  left: -3rem;
  top: -3rem;
  width: 14rem;
  height: 14rem;
  background: rgba(214, 181, 106, 0.2);
  filter: blur(70px);
  border-radius: 50%;
  animation: heroHalo 5s ease-in-out infinite;
}

.nurse-panel::after {
  content: '';
  position: absolute;
  right: -2.5rem;
  bottom: 1.5rem;
  width: 15rem;
  height: 15rem;
  background: rgba(91, 182, 199, 0.15);
  filter: blur(70px);
  border-radius: 50%;
}

.nurse-img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  filter: brightness(1.14) contrast(1.12) saturate(1.08);
  transform: translateY(4px) scale(1.03);
  -webkit-filter: drop-shadow(0 36px 48px rgba(15, 27, 61, 0.3));
  filter: drop-shadow(0 36px 48px rgba(15, 27, 61, 0.3)) brightness(1.14) contrast(1.12) saturate(1.08);
}

@media (min-width: 640px) {
  .nurse-img {
    object-position: bottom;
    transform: none;
    filter: drop-shadow(0 25px 35px rgba(15, 27, 61, 0.22));
  }
}

.nurse-floating-card {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: -1.5rem;
  margin: 0 auto;
  width: calc(100% - 2.5rem);
  max-width: 248px;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 1.2rem;
  box-shadow: 0 28px 64px -18px rgba(15, 27, 61, 0.3);
  border: 1px solid var(--border);
  backdrop-filter: blur(20px);
}

@media (min-width: 640px) {
  .nurse-floating-card {
    left: auto;
    right: -2.5rem;
    bottom: 1rem;
    width: 78%;
    max-width: 320px;
    padding: 1.5rem;
    border-radius: var(--r-xl);
  }
}

.nurse-floating-card::before {
  content: '';
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  top: -1px;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(214, 181, 106, 0.6), transparent);
}

.nurse-floating-card ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 640px) {
  .nurse-floating-card ul {
    gap: 1rem;
  }
}

.nurse-floating-card li {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}

@media (min-width: 640px) {
  .nurse-floating-card li {
    gap: 0.75rem;
  }
}

.nurse-floating-card .ico {
  flex: none;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 0.8rem;
}

@media (min-width: 640px) {
  .nurse-floating-card .ico {
    width: 40px;
    height: 40px;
    border-radius: var(--r-md);
  }
}

.ico-sky {
  background: #EFF6FE;
  color: var(--teal-deep);
  border: 1px solid #DCEAFB;
}

.ico-amber {
  background: #FFFBEB;
  color: #D97706;
  border: 1px solid #FEF3C7;
}

.ico-rose {
  background: #FFF1F2;
  color: #DC2626;
  border: 1px solid #FECDD3;
}

.ico-emerald {
  background: #ECFDF5;
  color: var(--emerald-700);
  border: 1px solid #D1FAE5;
}

.nurse-floating-card .t {
  font-family: var(--font-display);
  font-size: 0.72rem;
  line-height: 1.1;
  color: var(--ink);
}

@media (min-width: 640px) {
  .nurse-floating-card .t {
    font-size: 0.95rem;
  }
}

.nurse-floating-card .d {
  margin-top: 2px;
  font-size: 0.59rem;
  line-height: 1.35;
  color: var(--muted);
}

@media (min-width: 640px) {
  .nurse-floating-card .d {
    margin-top: 4px;
    font-size: 0.78rem;
  }
}

.nurse-floating-card a {
  margin-top: 0.75rem;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: var(--teal);
  color: var(--ink);
  padding: 0.625rem 0.875rem;
  border-radius: var(--r-pill);
  font-size: 0.54rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  transition: all .3s;
}

@media (min-width: 640px) {
  .nurse-floating-card a {
    margin-top: 1.25rem;
    padding: 0.75rem 1.5rem;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
  }
}

.nurse-floating-card a:hover {
  background: var(--ink);
  color: #fff;
}

.certified-seal {
  position: absolute;
  left: -0.75rem;
  top: 3rem;
  display: none;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: #fff;
  border-radius: var(--r-pill);
  box-shadow: var(--shadow);
  border: 1px solid rgba(214, 181, 106, 0.35);
}

@media (min-width: 640px) {
  .certified-seal {
    display: inline-flex;
  }
}

.certified-seal .pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  animation: pulseRing 2.6s ease-out infinite;
}

.certified-seal span:last-child {
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(15, 27, 61, 0.8);
}

.support-copy h2 {
  margin-top: 1rem;
  font-family: var(--font-display);
  font-size: 1.875rem;
  line-height: 1.08;
  color: var(--ink);
}

@media (min-width: 640px) {
  .support-copy h2 {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .support-copy h2 {
    font-size: 2.6rem;
  }
}

.support-copy h2 em {
  font-style: normal;
  color: var(--gold-600);
}

.support-copy p {
  margin-top: 1.25rem;
  max-width: 36rem;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--muted);
}

.support-features {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.support-feature {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-soft);
  transition: all .3s;
}

@media (min-width: 640px) {
  .support-feature {
    padding: 1.5rem;
  }
}

.support-feature:hover {
  transform: translateY(-2px);
  border-color: rgba(214, 181, 106, 0.35);
  box-shadow: var(--shadow);
}

.support-feature .ico {
  width: 48px;
  height: 48px;
  border-radius: var(--r-md);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: transform .3s;
}

.support-feature:hover .ico {
  transform: scale(1.05);
}

.support-feature h4 {
  font-family: var(--font-display);
  font-size: 1.125rem;
  color: var(--ink);
}

.support-feature p {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--muted);
}

/* ==========================================================================
   HOW IT WORKS
   ========================================================================== */
.how {
  position: relative;
  overflow: hidden;
  background: var(--bg);
  padding: 3.5rem 0;
}

@media (min-width: 768px) {
  .how {
    padding: 5rem 0;
  }
}

.how-blob-1 {
  position: absolute;
  top: -8rem;
  right: -10%;
  width: 420px;
  height: 420px;
  background: rgba(214, 181, 106, 0.12);
  filter: blur(80px);
  border-radius: 50%;
  pointer-events: none;
}

.how-blob-2 {
  position: absolute;
  bottom: -10rem;
  left: -10%;
  width: 420px;
  height: 420px;
  background: rgba(15, 27, 61, 0.08);
  filter: blur(80px);
  border-radius: 50%;
  pointer-events: none;
}

.section-head {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto;
}

.section-head .label-mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.section-head h2 {
  margin-top: 1.25rem;
  font-family: var(--font-display);
  font-size: 1.875rem;
  line-height: 1.1;
  color: var(--ink);
}

@media (min-width: 640px) {
  .section-head h2 {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .section-head h2 {
    font-size: 2.6rem;
  }
}

.section-head p {
  margin-top: 1.25rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--muted);
}

.mascot-mark {
  position: relative;
  width: 100px;
  height: 100px;
  display: inline-grid;
  place-items: center;
}

.mascot-mark::before {
  content: '';
  position: absolute;
  inset: -18%;
  background: radial-gradient(circle, rgba(214, 181, 106, 0.4), transparent 60%);
  border-radius: 50%;
  filter: blur(15px);
  opacity: 0.8;
  animation: heroHalo 5s ease-in-out infinite;
}

.mascot-mark img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(15, 27, 61, 0.28));
  animation: mascotWave 5.5s ease-in-out infinite;
  transform-origin: 50% 90%;
}

.steps {
  position: relative;
  max-width: 1040px;
  margin: 4rem auto 0;
}

@media (min-width: 768px) {
  .steps {
    margin-top: 5rem;
  }
}

.steps::before {
  content: '';
  position: absolute;
  left: 1.5rem;
  top: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(214, 181, 106, 0.45), transparent);
}

@media (min-width: 768px) {
  .steps::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

.step-item {
  position: relative;
}

.step-item+.step-item {
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .step-item+.step-item {
    margin-top: 5rem;
  }
}

.step-dot {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  transform: translateX(-50%);
  z-index: 2;
}

@media (min-width: 768px) {
  .step-dot {
    left: 50%;
  }
}

.step-dot-inner {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--gold-100);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.7rem;
  border: 4px solid var(--bg);
  box-shadow: 0 10px 24px -10px rgba(15, 27, 61, 0.6);
}

@media (min-width: 768px) {
  .step-dot-inner {
    width: 44px;
    height: 44px;
    font-size: 0.78rem;
  }
}

.step-row {
  display: grid;
  align-items: center;
  gap: 1.5rem;
  padding-left: 4rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .step-row {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    gap: 3rem;
  }
}

.step-row.right .step-text-col {
  order: 1;
}

.step-row.right .step-visual-col {
  order: 2;
}

@media (min-width: 768px) {
  .step-row.right .step-text-col {
    padding-left: 3.5rem;
    text-align: left;
  }

  .step-row.right .step-visual-col {
    display: flex;
    justify-content: flex-end;
    padding-right: 3.5rem;
  }

  .step-row.left .step-text-col {
    padding-right: 3.5rem;
    text-align: right;
    order: 1;
  }

  .step-row.left .step-visual-col {
    display: flex;
    justify-content: flex-start;
    padding-left: 3.5rem;
    order: 2;
  }
}

.step-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 1.5rem;
  box-shadow: var(--shadow-soft);
  transition: all .5s;
}

@media (min-width: 640px) {
  .step-card {
    padding: 1.75rem;
  }
}

.step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(214, 181, 106, 0.45);
  box-shadow: var(--shadow);
}

.step-card .eta {
  font-size: 0.62rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.28em;
}

.step-card h3 {
  margin-top: 0.75rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  line-height: 1.15;
  color: var(--ink);
}

.step-card p {
  margin-top: 0.75rem;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--muted);
}

.step-icon-circle {
  position: relative;
  width: 128px;
  height: 128px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 24px 50px -24px rgba(15, 27, 61, 0.35);
  border: 1px solid var(--border);
  animation: heroFloatSoft 9s ease-in-out infinite;
}

@media (min-width: 640px) {
  .step-icon-circle {
    width: 144px;
    height: 144px;
  }
}

.step-icon-circle::before {
  content: '';
  position: absolute;
  inset: -1rem;
  border-radius: 50%;
  filter: blur(25px);
  opacity: 0.7;
  background: inherit;
}

.step-icon-circle svg {
  width: 48px;
  height: 48px;
}

@media (min-width: 640px) {
  .step-icon-circle svg {
    width: 56px;
    height: 56px;
  }
}

.how-cta {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  padding: 0 1rem;
}

/* ==========================================================================
   SERVICES (#servicos)
   ========================================================================== */
.services {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom, rgba(241, 244, 248, 0.3), var(--bg), rgba(241, 244, 248, 0.4));
  padding: 4rem 0;
}

@media (min-width: 768px) {
  .services {
    padding: 6rem 0;
  }
}

.services-blob-1 {
  position: absolute;
  left: -6rem;
  top: 2.5rem;
  width: 360px;
  height: 360px;
  background: rgba(188, 220, 255, 0.4);
  filter: blur(80px);
  border-radius: 50%;
  pointer-events: none;
}

.services-blob-2 {
  position: absolute;
  right: -8rem;
  bottom: 0;
  width: 420px;
  height: 420px;
  background: rgba(214, 181, 106, 0.2);
  filter: blur(80px);
  border-radius: 50%;
  pointer-events: none;
}

.carousel {
  position: relative;
  margin-top: 3rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  .carousel {
    margin-top: 4rem;
  }
}

.carousel-track {
  display: flex;
  gap: 1rem;
  transition: transform .6s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.carousel-item {
  flex: 0 0 100%;
}

@media (min-width: 640px) {
  .carousel-item {
    flex: 0 0 calc(50% - 0.5rem);
  }
}

@media (min-width: 1024px) {
  .carousel-item {
    flex: 0 0 calc(33.333% - 0.667rem);
  }
}

.service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: var(--r-3xl);
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 12px 40px -18px rgba(15, 27, 61, 0.25);
  backdrop-filter: blur(8px);
  transition: all .5s;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px -20px rgba(15, 27, 61, 0.35);
}

.service-img-wrap {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.service-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s;
}

.service-card:hover .service-img-wrap img {
  transform: scale(1.06);
}

.service-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 27, 61, 0.8), rgba(15, 27, 61, 0.15), transparent);
}

.service-badge {
  position: absolute;
  left: 1.25rem;
  top: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: var(--r-pill);
  font-size: 0.62rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(214, 181, 106, 0.3);
  backdrop-filter: blur(8px);
  z-index: 2;
}

.service-badge svg {
  color: var(--gold-500);
  width: 12px;
  height: 12px;
}

.service-title {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.25rem;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.25rem;
  line-height: 1.1;
  z-index: 2;
}

@media (min-width: 640px) {
  .service-title {
    font-size: 1.45rem;
  }
}

.service-text {
  flex: 1;
  padding: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--muted);
}

/* Plans band */
.plans-band {
  position: relative;
  margin-top: 2.5rem;
  overflow: hidden;
  border-radius: var(--r-xl);
  padding: 2rem 1.25rem;
  color: #fff;
  background: linear-gradient(135deg, var(--ink), var(--ink-mid), var(--ink-deep));
  box-shadow: 0 24px 60px -24px rgba(15, 27, 61, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 640px) {
  .plans-band {
    border-radius: var(--r-2xl);
    padding: 2.5rem 2rem;
  }
}

@media (min-width: 768px) {
  .plans-band {
    padding: 2rem 2.5rem;
    margin-top: 3.5rem;
  }
}

.plans-band::before {
  content: '';
  position: absolute;
  right: -4rem;
  top: -4rem;
  width: 12rem;
  height: 12rem;
  background: rgba(214, 181, 106, 0.2);
  filter: blur(60px);
  border-radius: 50%;
}

.plans-band::after {
  content: '';
  position: absolute;
  left: -3rem;
  bottom: -3rem;
  width: 12rem;
  height: 12rem;
  background: rgba(188, 220, 255, 0.15);
  filter: blur(60px);
  border-radius: 50%;
}

.plans-grid {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .plans-grid {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
}

.plans-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  max-width: 28rem;
}

.plans-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.25rem 0.625rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--r-pill);
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--gold-200);
}

.plans-text h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.1;
}

@media (min-width: 640px) {
  .plans-text h3 {
    font-size: 1.55rem;
  }
}

@media (min-width: 1024px) {
  .plans-text h3 {
    font-size: 1.75rem;
  }
}

.plans-text p {
  max-width: 22rem;
  font-size: 0.82rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.75);
}

@media (min-width: 640px) {
  .plans-text p {
    font-size: 0.88rem;
  }
}

.plans-options {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .plans-options {
    align-items: center;
  }
}

.plans-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}

@media (min-width: 640px) {
  .plans-chips {
    gap: 0.5rem;
  }
}

.plans-chip-hour {
  padding: 0.25rem 0.625rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--r-pill);
  font-size: 0.72rem;
  font-weight: 600;
  color: #fff;
}

@media (min-width: 640px) {
  .plans-chip-hour {
    padding: 0.375rem 0.75rem;
    font-size: 0.78rem;
  }
}

.plans-chip-gold {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.625rem;
  background: rgba(214, 181, 106, 0.15);
  border: 1px solid rgba(214, 181, 106, 0.3);
  border-radius: var(--r-pill);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--gold-200);
}

@media (min-width: 640px) {
  .plans-chip-gold {
    padding: 0.375rem 0.75rem;
    font-size: 0.78rem;
  }
}

.plans-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.65);
}

@media (min-width: 640px) {
  .plans-benefits {
    font-size: 0.75rem;
  }
}

.plans-benefits li {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.plans-benefits svg {
  color: rgba(214, 181, 106, 0.8);
  width: 12px;
  height: 12px;
}

/* ==========================================================================
   WHERE WE ARE (#onde-estamos)
   ========================================================================== */
.where {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom, var(--bg), rgba(241, 244, 248, 0.4), var(--bg));
  padding: 5rem 0;
}

@media (min-width: 768px) {
  .where {
    padding: 7rem 0;
  }
}

.where-blob-1 {
  position: absolute;
  top: -8rem;
  left: 25%;
  width: 24rem;
  height: 24rem;
  background: rgba(15, 27, 61, 0.1);
  filter: blur(80px);
  border-radius: 50%;
  pointer-events: none;
}

.where-blob-2 {
  position: absolute;
  bottom: -8rem;
  right: 25%;
  width: 24rem;
  height: 24rem;
  background: rgba(214, 181, 106, 0.12);
  filter: blur(80px);
  border-radius: 50%;
  pointer-events: none;
}

.where-composition {
  position: relative;
  margin-top: 3.5rem;
  display: grid;
  align-items: center;
  gap: 3rem;
}

@media (min-width: 768px) {
  .where-composition {
    margin-top: 5rem;
    grid-template-columns: 3fr 4fr 5fr;
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .where-composition {
    gap: 2.5rem;
  }
}

.where-mascot {
  position: relative;
  height: 320px;
  display: flex;
  justify-content: center;
  order: 2;
}

@media (min-width: 640px) {
  .where-mascot {
    height: 380px;
  }
}

@media (min-width: 768px) {
  .where-mascot {
    height: 400px;
    order: 1;
    justify-content: flex-end;
  }
}

.where-mascot .mwrap {
  position: relative;
  width: 320px;
  height: 320px;
}

@media (min-width: 640px) {
  .where-mascot .mwrap {
    width: 380px;
    height: 380px;
  }
}

@media (min-width: 768px) {
  .where-mascot .mwrap {
    width: 400px;
    height: 400px;
  }
}

.where-mascot .mwrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(15, 27, 61, 0.15), rgba(214, 181, 106, 0.1), transparent);
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}

.where-mascot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: heroFloat 7s ease-in-out infinite;
  filter: drop-shadow(0 30px 50px rgba(15, 27, 61, 0.28));
}

.orbit {
  position: absolute;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: var(--ink);
  box-shadow: 0 10px 24px -8px rgba(15, 27, 61, 0.35);
  border: 1px solid rgba(15, 27, 61, 0.1);
  backdrop-filter: blur(4px);
}

.orbit svg {
  width: 16px;
  height: 16px;
}

.orbit-1 {
  top: 1rem;
  left: -0.5rem;
  animation: heroFloatSoft 9s ease-in-out infinite;
}

.orbit-2 {
  top: 33%;
  right: -0.75rem;
  animation: heroFloat 7s ease-in-out infinite;
}

.orbit-3 {
  bottom: 2.5rem;
  left: -1rem;
  animation: heroFloat 7s ease-in-out 1s infinite;
}

.orbit-4 {
  bottom: 1rem;
  right: 0.5rem;
  animation: heroFloatSoft 9s ease-in-out 1.5s infinite;
}

.where-center {
  position: relative;
  order: 3;
  max-width: 28rem;
  margin-inline: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .where-center {
    order: 2;
    max-width: none;
  }
}

.where-center::before {
  content: '';
  position: absolute;
  inset: -1.5rem;
  border-radius: 2.5rem;
  background: linear-gradient(135deg, rgba(15, 27, 61, 0.25), transparent, rgba(214, 181, 106, 0.25));
  filter: blur(40px);
  z-index: -1;
}

.where-card-inner {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  padding: 3rem 1.75rem;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #0F1B3D, #152555, #0F1B3D);
  box-shadow: 0 40px 80px -30px rgba(15, 27, 61, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 640px) {
  .where-card-inner {
    padding: 3.5rem 2.5rem;
  }
}

.where-card-inner::before {
  content: '';
  position: absolute;
  left: 2.5rem;
  right: 2.5rem;
  top: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(214, 181, 106, 0.6), transparent);
}

.where-card-inner .accent-top {
  position: absolute;
  right: -3rem;
  top: -4rem;
  width: 12rem;
  height: 12rem;
  background: rgba(214, 181, 106, 0.25);
  filter: blur(60px);
  border-radius: 50%;
}

.where-card-inner .accent-bot {
  position: absolute;
  left: -3rem;
  bottom: -4rem;
  width: 12rem;
  height: 12rem;
  background: rgba(255, 255, 255, 0.1);
  filter: blur(60px);
  border-radius: 50%;
}

.where-card-inner .grain {
  position: absolute;
  inset: 0;
  opacity: 0.07;
  background-image: radial-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px);
  background-size: 16px 16px;
}

.where-eyebrow {
  position: relative;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  color: #E8C97A;
}

.where-number {
  position: relative;
  margin: 1.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.where-number .big {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 6rem;
  line-height: 0.9;
  letter-spacing: -0.02em;
  color: #fff;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

@media (min-width: 640px) {
  .where-number .big {
    font-size: 7.5rem;
  }
}

@media (min-width: 1024px) {
  .where-number .big {
    font-size: 8.5rem;
  }
}

.where-number .div {
  display: block;
  height: 3px;
  width: 80px;
  border-radius: var(--r-pill);
  background: linear-gradient(to right, transparent, var(--gold), transparent);
  margin-top: 0.75rem;
}

.where-number .label {
  margin-top: 0.75rem;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #E8C97A;
}

@media (min-width: 640px) {
  .where-number .label {
    font-size: 1.875rem;
  }
}

.where-card-inner>p {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 640px) {
  .where-card-inner>p {
    font-size: 1.125rem;
  }
}

.where-mini {
  position: relative;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  text-align: left;
}

.where-mini .k {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}

.where-mini .v {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(232, 201, 122, 0.8);
}

.where-map-col {
  position: relative;
  order: 4;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .where-map-col {
    order: 3;
    justify-content: flex-start;
  }
}

.map-frame {
  position: relative;
  width: 100%;
  max-width: 460px;
}

.map-frame::before {
  content: '';
  position: absolute;
  inset: -2rem;
  border-radius: 2.5rem;
  background: linear-gradient(135deg, rgba(15, 27, 61, 0.15), transparent, rgba(214, 181, 106, 0.15));
  filter: blur(60px);
  z-index: -1;
}

.map-inner {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 1.25rem;
  background: linear-gradient(135deg, #ffffff, rgba(240, 244, 250, 0.65), #ffffff);
  box-shadow: 0 45px 85px -25px rgba(15, 27, 61, 0.28), inset 0 2px 4px rgba(255, 255, 255, 0.8);
  perspective: 1200px;
  transform-style: preserve-3d;
}

@media (min-width: 640px) {
  .map-inner {
    padding: 1.75rem;
  }
}

.south-map {
  width: 100%;
  height: auto;
  transform: rotateX(22deg) rotateY(-10deg) rotateZ(1deg);
  transform-style: preserve-3d;
  animation: mapFloat 7.5s ease-in-out infinite;
  filter: drop-shadow(-10px 35px 45px rgba(15, 27, 61, 0.32));
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.south-map:hover {
  transform: rotateX(15deg) rotateY(-5deg) rotateZ(0deg) scale(1.02);
  filter: drop-shadow(-5px 25px 35px rgba(15, 27, 61, 0.38));
}

.map-legend {
  position: relative;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
  color: var(--muted);
}

.map-legend .left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.map-legend .dot {
  position: relative;
  width: 10px;
  height: 10px;
}

.map-legend .dot::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.6;
  animation: ping 1.6s infinite;
}

.map-legend .dot::after {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background: var(--gold);
}

.map-legend .right {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(15, 27, 61, 0.7);
  font-size: 0.65rem;
}

.where-differentials {
  margin: 4rem auto 0;
  max-width: 64rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .where-differentials {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

@media (min-width: 768px) {
  .where-differentials {
    margin-top: 5rem;
  }
}

.where-diff {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(225, 230, 238, 0.6);
  border-radius: var(--r-xl);
  box-shadow: 0 10px 30px -18px rgba(15, 27, 61, 0.22);
  backdrop-filter: blur(8px);
  transition: all .3s;
}

.where-diff:hover {
  transform: translateY(-2px);
  border-color: rgba(214, 181, 106, 0.5);
  box-shadow: 0 18px 36px -18px rgba(15, 27, 61, 0.28);
}

.where-diff .ic {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(15, 27, 61, 0.12), rgba(15, 27, 61, 0.05));
  color: var(--ink);
  border: 1px solid rgba(15, 27, 61, 0.15);
  flex-shrink: 0;
}

.where-diff .ic svg {
  width: 18px;
  height: 18px;
}

.where-diff .t {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink);
}

.where-diff .d {
  margin-top: 2px;
  font-size: 0.78rem;
  color: var(--muted);
}

/* ==========================================================================
   TESTIMONIALS (#depoimentos)
   ========================================================================== */
.testimonials {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom, var(--bg), rgba(241, 244, 248, 0.3), var(--bg));
  padding: 3.5rem 0;
}

@media (min-width: 768px) {
  .testimonials {
    padding: 5rem 0;
  }
}

.testimonials-blob-1 {
  position: absolute;
  top: -6rem;
  left: 33%;
  width: 18rem;
  height: 18rem;
  background: rgba(214, 181, 106, 0.1);
  filter: blur(80px);
  border-radius: 50%;
  pointer-events: none;
}

.testimonials-blob-2 {
  position: absolute;
  bottom: -6rem;
  right: 25%;
  width: 18rem;
  height: 18rem;
  background: rgba(15, 27, 61, 0.08);
  filter: blur(80px);
  border-radius: 50%;
  pointer-events: none;
}

.testimonials-carousel {
  position: relative;
  margin-top: 3rem;
}

.testimonials-carousel::before,
.testimonials-carousel::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4rem;
  z-index: 5;
  pointer-events: none;
}

.testimonials-carousel::before {
  left: 0;
  background: linear-gradient(to right, var(--bg), transparent);
}

.testimonials-carousel::after {
  right: 0;
  background: linear-gradient(to left, var(--bg), transparent);
}

@media (min-width: 768px) {

  .testimonials-carousel::before,
  .testimonials-carousel::after {
    width: 6rem;
  }
}

.testimonial-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  min-height: 300px;
  height: 100%;
  border-radius: var(--r-3xl);
  border: 1px solid rgba(225, 230, 238, 0.7);
  background: #fff;
  padding: 2rem;
  box-shadow: 0 8px 30px -12px rgba(15, 27, 61, 0.12);
  transition: all .5s;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  border-color: rgba(214, 181, 106, 0.4);
  box-shadow: 0 20px 50px -18px rgba(15, 27, 61, 0.22);
}

.testimonial-card::before {
  content: '';
  position: absolute;
  right: -2.5rem;
  top: -2.5rem;
  width: 7rem;
  height: 7rem;
  background: rgba(214, 181, 106, 0.1);
  filter: blur(40px);
  border-radius: 50%;
}

.t-stars {
  display: flex;
  gap: 0.25rem;
}

.t-stars svg {
  width: 16px;
  height: 16px;
  fill: var(--gold);
  color: var(--gold);
  filter: drop-shadow(0 1px 2px rgba(214, 181, 106, 0.35));
}

.t-quote-icon {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  width: 32px;
  height: 32px;
  color: rgba(214, 181, 106, 0.2);
}

.t-quote {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(15, 27, 61, 0.9);
  flex-grow: 1;
}

.t-foot {
  position: relative;
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border-soft);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.t-avatar {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--secondary), rgba(246, 239, 222, 0.7));
  border: 1px solid rgba(214, 181, 106, 0.25);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--ink);
  flex-shrink: 0;
}

.t-name {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--ink);
}

.t-meta {
  margin-top: 2px;
  font-size: 0.78rem;
  color: var(--muted);
}

.t-city {
  color: rgba(15, 27, 61, 0.7);
}

/* ==========================================================================
   TECHNOLOGY (#tecnologia)
   ========================================================================== */
.technology {
  position: relative;
  overflow: hidden;
  background: var(--bg);
  padding: 2.5rem 0;
}

@media (min-width: 768px) {
  .technology {
    padding: 5rem 0;
  }
}

.tech-blob-1 {
  position: absolute;
  top: -8rem;
  right: -8rem;
  width: 420px;
  height: 420px;
  background: rgba(214, 181, 106, 0.15);
  filter: blur(80px);
  border-radius: 50%;
  pointer-events: none;
}

.tech-blob-2 {
  position: absolute;
  bottom: -8rem;
  left: -8rem;
  width: 420px;
  height: 420px;
  background: rgba(15, 27, 61, 0.1);
  filter: blur(80px);
  border-radius: 50%;
  pointer-events: none;
}

.tech-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}

@media (min-width: 1024px) {
  .tech-grid {
    grid-template-columns: 1fr 1.05fr;
    grid-template-rows: auto auto;
    gap: 5rem;
    align-items: center;
  }
}

.tech-head {
  order: 1;
}

@media (min-width: 1024px) {
  .tech-head {
    grid-column: 1;
    grid-row: 1;
  }
}

.tech-head .row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.tech-head h2 {
  margin-top: 1.25rem;
  font-family: var(--font-display);
  font-size: 1.875rem;
  line-height: 1.1;
  color: var(--ink);
}

@media (min-width: 640px) {
  .tech-head h2 {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .tech-head h2 {
    font-size: 2.5rem;
  }
}

.tech-head h2 em {
  font-style: normal;
  color: var(--gold-600);
}

.tech-head p {
  margin-top: 1.25rem;
  max-width: 36rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--muted);
}

.tech-stage {
  order: 2;
  position: relative;
  perspective: 1200px;
}

@media (min-width: 1024px) {
  .tech-stage {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
  }
}

.tech-stage .stage-inner {
  position: relative;
  width: min(92%, clamp(280px, 86vw, 420px));
  margin-inline: auto;
}

@media (min-width: 640px) {
  .tech-stage .stage-inner {
    width: 100%;
    max-width: 640px;
  }
}

.tech-halo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  animation: heroHalo 5s ease-in-out infinite;
}

.tech-halo-1 {
  width: 85%;
  height: 85%;
  background: rgba(214, 181, 106, 0.25);
  filter: blur(90px);
}

.tech-halo-2 {
  width: 65%;
  height: 65%;
  top: 55%;
  background: rgba(15, 27, 61, 0.15);
  filter: blur(70px);
  animation-delay: 1.2s;
}

.tech-halo-3 {
  width: 45%;
  height: 45%;
  top: 42%;
  background: rgba(91, 182, 199, 0.15);
  filter: blur(55px);
  animation-delay: 2.4s;
}

.tech-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 88%;
  height: 88%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px dashed rgba(15, 27, 61, 0.1);
  animation: spin 22s linear infinite;
  pointer-events: none;
}

.tech-base {
  position: absolute;
  left: 50%;
  bottom: 2%;
  transform: translateX(-50%);
  width: 60%;
  height: 24px;
  background: rgba(15, 27, 61, 0.25);
  filter: blur(30px);
  border-radius: 50%;
}

.tech-mockups {
  position: relative;
  z-index: 10;
  width: 100%;
  animation: heroFloatSoft 9s ease-in-out infinite;
  filter: drop-shadow(0 45px 70px rgba(15, 27, 61, 0.3));
  transition: transform .3s ease-out;
  will-change: transform;
}

.tech-chip-live {
  position: absolute;
  left: 6%;
  top: 6%;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.875rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: var(--r-pill);
  font-size: 0.62rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
  backdrop-filter: blur(8px);
  animation: heroFloatSoft 9s ease-in-out infinite;
}

.tech-chip-live .ldot {
  position: relative;
  width: 6px;
  height: 6px;
}

.tech-chip-live .ldot::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 50%;
  background: #10B981;
  opacity: 0.75;
  animation: ping 1.6s infinite;
}

.tech-chip-live .ldot::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #059669;
}

.tech-chip-seal {
  position: absolute;
  right: 4%;
  bottom: 4%;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.875rem;
  background: var(--ink);
  border-radius: var(--r-pill);
  font-size: 0.62rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--gold-100);
  box-shadow: var(--shadow-xl);
  border: 1px solid rgba(214, 181, 106, 0.4);
}

.tech-chip-seal svg {
  color: var(--gold);
  width: 12px;
  height: 12px;
}

.tech-pillars {
  order: 3;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .tech-pillars {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .tech-pillars {
    grid-column: 1;
    grid-row: 2;
    margin-top: 2.5rem;
  }
}

.tech-pillar {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-soft);
  transition: all .3s;
}

.tech-pillar:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.tech-pillar .ic {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: var(--r-md);
  background: var(--secondary);
  color: var(--ink);
  border: 1px solid var(--border);
  flex-shrink: 0;
  transition: all .3s;
}

.tech-pillar:hover .ic {
  background: rgba(214, 181, 106, 0.15);
  color: var(--gold-800);
}

.tech-pillar h3 {
  font-family: var(--font-display);
  font-size: 1.02rem;
  line-height: 1.15;
  color: var(--ink);
}

.tech-pillar p {
  margin-top: 4px;
  font-size: 0.85rem;
  line-height: 1.65;
  color: var(--muted);
}

.tech-cta {
  order: 4;
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  padding: 0 1rem;
}

@media (min-width: 1024px) {
  .tech-cta {
    grid-column: 1;
    grid-row: 3;
    justify-content: flex-start;
    padding: 0;
    margin-top: 0;
  }
}

/* ==========================================================================
   FAQ (#faq)
   ========================================================================== */
.faq {
  position: relative;
  overflow: hidden;
  background: var(--bg);
  padding: 3.5rem 0;
}

@media (min-width: 768px) {
  .faq {
    padding: 5rem 0;
  }
}

.faq-blob-1 {
  position: absolute;
  top: 0;
  right: -8rem;
  width: 420px;
  height: 420px;
  background: rgba(214, 181, 106, 0.1);
  filter: blur(80px);
  border-radius: 50%;
  pointer-events: none;
}

.faq-blob-2 {
  position: absolute;
  bottom: 0;
  left: -8rem;
  width: 460px;
  height: 460px;
  background: rgba(15, 27, 61, 0.06);
  filter: blur(80px);
  border-radius: 50%;
  pointer-events: none;
}

.faq-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.faq-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(15, 27, 61, 0.1);
  background: rgba(15, 27, 61, 0.035);
  padding: 0.5rem 1rem;
  border-radius: var(--r-pill);
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: var(--ink);
}

.faq-head h2 {
  margin-top: 1.25rem;
  max-width: 36rem;
  font-family: var(--font-display);
  font-size: 1.7rem;
  line-height: 1.1;
  color: var(--ink);
}

@media (min-width: 640px) {
  .faq-head h2 {
    font-size: 2.4rem;
  }
}

@media (min-width: 768px) {
  .faq-head h2 {
    font-size: 2.8rem;
  }
}

.faq-head p {
  margin-top: 0.75rem;
  max-width: 28rem;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--muted);
}

@media (min-width: 640px) {
  .faq-head p {
    font-size: 0.97rem;
  }
}

.faq-list {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .faq-list {
    margin-top: 3.5rem;
  }
}

.faq-item {
  overflow: hidden;
  border-radius: var(--r-xl);
  border: 1px solid rgba(225, 230, 238, 0.6);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 12px rgba(15, 27, 61, 0.04);
  backdrop-filter: blur(8px);
  transition: all .3s;
}

.faq-item:hover {
  border-color: rgba(15, 27, 61, 0.15);
  box-shadow: 0 4px 20px rgba(15, 27, 61, 0.07);
}

.faq-item.open {
  border-color: rgba(15, 27, 61, 0.2);
  box-shadow: 0 8px 30px rgba(15, 27, 61, 0.08);
}

.faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  text-align: left;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--ink);
  transition: color .2s;
}

@media (min-width: 640px) {
  .faq-trigger {
    padding: 1.25rem 1.5rem;
    font-size: 0.95rem;
  }
}

.faq-trigger:hover {
  color: var(--ink-2);
}

.faq-chev {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  transition: transform .3s;
}

.faq-item.open .faq-chev {
  transform: rotate(180deg);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
  padding: 0 1.25rem;
}

@media (min-width: 640px) {
  .faq-content {
    padding: 0 1.5rem;
  }
}

.faq-content>div {
  padding: 0 0 1.25rem;
  font-size: 0.86rem;
  line-height: 1.7;
  color: var(--muted);
}

@media (min-width: 640px) {
  .faq-content>div {
    padding: 0 0 1.5rem;
    font-size: 0.92rem;
  }
}

.faq-end {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media (min-width: 768px) {
  .faq-end {
    margin-top: 4rem;
  }
}

.faq-end .div {
  height: 1px;
  width: 4rem;
  background: linear-gradient(to right, transparent, rgba(214, 181, 106, 0.6), transparent);
}

.faq-end p {
  margin-top: 1.5rem;
  max-width: 28rem;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--muted);
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--font-display);
}

.site-footer .blob-1 {
  position: absolute;
  top: -8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 44rem;
  height: 18rem;
  background: rgba(214, 181, 106, 0.1);
  filter: blur(80px);
  border-radius: 50%;
  pointer-events: none;
}

.site-footer .blob-2 {
  position: absolute;
  bottom: -6rem;
  right: 0;
  width: 16rem;
  height: 16rem;
  background: rgba(255, 255, 255, 0.04);
  filter: blur(80px);
  border-radius: 50%;
  pointer-events: none;
}

.footer-inner {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}

@media (min-width: 768px) {
  .footer-inner {
    padding: 2.5rem;
  }
}

.footer-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-row {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

.footer-logo img {
  height: 96px;
  width: auto;
}

@media (min-width: 768px) {
  .footer-logo img {
    height: 112px;
  }
}

.footer-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .footer-social {
    align-items: flex-end;
  }
}

.footer-social .lbl {
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: rgba(255, 255, 255, 0.5);
}

.socials {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.8);
  transition: all .3s;
}

.social-link:hover {
  transform: translateY(-2px);
  border-color: rgba(214, 181, 106, 0.6);
  background: rgba(214, 181, 106, 0.15);
  color: #fff;
  box-shadow: 0 8px 24px -12px rgba(214, 181, 106, 0.6);
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}

@media (min-width: 768px) {
  .footer-bottom {
    text-align: left;
  }
}

/* ==========================================================================
   ANIMATIONS
   ========================================================================== */
@keyframes heroFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes heroFloatSoft {

  0%,
  100% {
    transform: translateY(0) translateX(0);
  }

  50% {
    transform: translateY(-6px) translateX(3px);
  }
}

@keyframes heroHalo {

  0%,
  100% {
    opacity: 0.55;
    transform: scale(1);
  }

  50% {
    opacity: 0.9;
    transform: scale(1.08);
  }
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

@keyframes ping {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  75%,
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}

@keyframes pulseRing {
  0% {
    box-shadow: 0 0 0 0 rgba(214, 181, 106, 0.45);
  }

  70% {
    box-shadow: 0 0 0 16px rgba(214, 181, 106, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(214, 181, 106, 0);
  }
}

@keyframes mascotWave {

  0%,
  100% {
    transform: translateY(0) rotate(-3deg);
  }

  50% {
    transform: translateY(-6px) rotate(3deg);
  }
}

@keyframes mapFloat {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-8px) rotate(0.4deg);
  }
}

@keyframes mapPinPulse {
  0% {
    transform: scale(1);
    opacity: 0.55;
  }

  70% {
    transform: scale(2.6);
    opacity: 0;
  }

  100% {
    transform: scale(2.6);
    opacity: 0;
  }
}

@keyframes mapLineFlow {
  0% {
    stroke-dashoffset: 60;
    opacity: 0.15;
  }

  50% {
    opacity: 0.9;
  }

  100% {
    stroke-dashoffset: 0;
    opacity: 0.15;
  }
}

@keyframes heroRise {
  0% {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(6px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.hero-rise {
  animation: heroRise 0.8s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.hero-rise-2 {
  animation: heroRise 0.8s 0.12s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.hero-rise-3 {
  animation: heroRise 0.8s 0.24s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.hero-rise-4 {
  animation: heroRise 0.8s 0.36s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.hero-rise-5 {
  animation: heroRise 0.8s 0.48s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}