/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 27 2026 | 18:42:43 */
@font-face {
  font-family: 'Unimed Sans';
  src: url('./fonts/UnimedSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unimed Sans';
  src: url('./fonts/UnimedSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unimed Sans';
  src: url('./fonts/UnimedSans-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unimed Sans';
  src: url('./fonts/UnimedSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unimed Sans';
  src: url('./fonts/UnimedSans-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unimed Sans';
  src: url('./fonts/UnimedSans-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ============================================================
   UNI DS — Unimed Design System (tokens)
   ============================================================ */

:root {
  --font-display: 'Unimed Sans', sans-serif;
  --font-heading: 'Unimed Sans', sans-serif;
  --font-body: 'Unimed Sans', sans-serif;
  --assets-base: "./assets";
  --asset-hero-photo: url("./assets/hero-lgpd-human.png");
}

/* ============================================================
   Landing page styles (ported from the original HTML)
   ============================================================ */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Unimed Sans', sans-serif;
  color: #1a2e1a;
  background: #fbf2ee;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

:root {
  --green: #00995d;
  --green-deep: #08484c;
  --green-dark: #005a2b;
  --green-light: #f0f7f2;
  --green-mid: #e0f0e6;
  --accent: #5dcc8a;
  --text: #1a2e1a;
  --muted: #5a6e5a;
  --border: #e0ece3;
  --btn-radius: 6px;
  --btn-border-width: 1px;
}

/* ============================================================
   Unimed Site Header
   ============================================================ */

.unimed-site-header {
  font-family: 'Unimed Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* ── Accessibility bar ── */
.unimed-access-bar {
  background: #2d6e42;
  padding: 0 24px;
}

.unimed-access-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 28px;
}

.unimed-access-links {
  display: flex;
  align-items: center;
  gap: 0;
}

.unimed-access-link {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #e8f5ec;
  font-size: 11px;
  font-weight: 400;
  padding: 0 14px 0 0;
  transition: color 150ms;
  white-space: nowrap;
  text-decoration: none;
}

.unimed-access-link:hover {
  color: #fff;
}

.unimed-access-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background: #7ec843;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  flex-shrink: 0;
  line-height: 1;
}

/* Right side: contrast + font size controls */
.unimed-access-controls {
  display: flex;
  align-items: center;
  gap: 0;
}

.unimed-access-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #e8f5ec;
  font-family: 'Unimed Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  padding: 0 0 0 16px;
  background: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: color 150ms;
}

.unimed-access-btn:hover {
  color: #fff;
}

.unimed-access-ctrl-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 15px;
  border-radius: 3px;
  background: #7ec843;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  padding: 0 3px;
  line-height: 1;
  flex-shrink: 0;
}

/* ── Main navbar ── */
.unimed-navbar {
  background: #00995d;
  border-bottom: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
}

.unimed-navbar-inner {
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 0;
  height: 62px;
}

/* ── Logo ── */
.unimed-logo-link {
  flex-shrink: 0;
  text-decoration: none;
  margin-right: 32px;
}

.unimed-logo-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.18);
  color: #fff;
  padding: 7px 13px 6px;
  border-radius: 3px;
  line-height: 1;
}

.unimed-logo-u {
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.unimed-logo-sub {
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  opacity: 0.9;
  margin-top: 2px;
}

/* ── Nav links ── */
.unimed-nav {
  display: flex;
  align-items: stretch;
  gap: 0;
  flex: 1;
  height: 100%;
}

.unimed-nav-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: 'Unimed Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15px;
  color: #fff;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  padding: 0 11px;
  white-space: nowrap;
  transition: background 150ms, border-color 150ms;
  height: 100%;
}

.unimed-nav-item svg {
  opacity: 0.75;
  flex-shrink: 0;
}

.unimed-nav-item:hover {
  background: rgba(0, 0, 0, 0.12);
  border-bottom-color: rgba(255, 255, 255, 0.6);
}

/* ── Action buttons ── */
.unimed-navbar-actions {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
  margin-left: auto;
}

.unimed-btn-buy {
  display: inline-flex;
  align-items: center;
  background: #f57c20;
  color: #fff;
  font-family: 'Unimed Sans', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding: 9px 17px;
  border-radius: var(--btn-radius);
  white-space: nowrap;
  border: var(--btn-border-width) solid transparent;
  cursor: pointer;
  transition: background 150ms;
}

.unimed-btn-buy:hover {
  background: #de6d18;
}

.unimed-btn-outline {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-family: 'Unimed Sans', sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 8px 15px;
  border-radius: var(--btn-radius);
  border: var(--btn-border-width) solid rgba(255, 255, 255, 0.6);
  background: transparent;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 150ms, background 150ms;
}

.unimed-btn-outline:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.unimed-btn-search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: var(--btn-radius);
  border: var(--btn-border-width) solid rgba(255, 255, 255, 0.6);
  background: none;
  color: #fff;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color 150ms, background 150ms;
}

.unimed-btn-search:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

/* ============================================================
   End Unimed Site Header
   ============================================================ */

.hero-boundary {
  position: relative;
}

.scroll-hint {
  position: absolute;
  right: 86px;
  top: 100%;
  bottom: auto;
  transform: translateY(-50%);
  width: 92px;
  height: 92px;
  border-radius: 999px;
  background: var(--green-mid);
  border: none;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  z-index: 120;
  display: grid;
  place-items: center;
  transition: transform 180ms ease, opacity 180ms ease, box-shadow 180ms ease;
  opacity: 1;
}

.scroll-hint:hover {
  transform: translateY(-50%) scale(1.03);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
}

.scroll-hint:active {
  transform: translateY(-50%) scale(0.99);
}

.scroll-hint-ring {
  width: 92px;
  height: 92px;
  animation: scrollHintSpin 10s linear infinite;
}

.scroll-hint-text {
  font-family: 'Unimed Sans', sans-serif;
  font-size: 8.6px;
  font-weight: 800;
  letter-spacing: 0.16em;
  fill: rgba(0, 90, 43, 0.82);
  text-transform: uppercase;
}

.scroll-hint-center {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(213, 224, 218, 1);
  border: none;
  color: var(--green-dark);
  display: grid;
  place-items: center;
  box-shadow: none;
}

@keyframes scrollHintSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 980px) {
  .scroll-hint {
    display: none;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

/* ── BUTTONS ─────────────────────────────────────────── */
.btn-green {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--green);
  color: #fff;
  font-family: 'Unimed Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: var(--btn-radius);
  border: var(--btn-border-width) solid transparent;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}
.btn-green:hover {
  background: var(--green-dark);
  transform: translateY(-1px);
  color: #fff;
}
.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-family: 'Unimed Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: var(--btn-radius);
  border: var(--btn-border-width) solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: background 0.2s;
}
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.btn-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: var(--green);
  font-family: 'Unimed Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: var(--btn-radius);
  border: var(--btn-border-width) solid transparent;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-white:hover {
  background: var(--green-light);
}
.btn-outline-green {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--green);
  font-family: 'Unimed Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: var(--btn-radius);
  border: var(--btn-border-width) solid var(--green);
  cursor: pointer;
  transition: all 0.2s;
}
.btn-outline-green:hover {
  background: var(--green);
  color: #fff;
}

/* ── TOP NAV ─────────────────────────────────────────── */
.top-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid var(--border);
}
.top-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 66px;
}
.nav-logo img {
  height: 30px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  transition: color 0.2s;
}
.nav-links a:hover {
  color: var(--green);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-login {
  font-size: 14px;
  font-weight: 600;
  color: var(--green);
}

/* ── ANCHOR NAV ──────────────────────────────────────── */
.anchor-nav {
  background: var(--green-deep);
  position: sticky;
  top: 115px;
  z-index: 99;
}
.anchor-nav-inner {
  display: flex;
  align-items: center;
}
.anchor-nav a {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  padding: 12px 24px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 2px solid transparent;
  transition: all 0.2s;
}
.anchor-nav a:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.anchor-nav a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.anchor-nav a.active {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-bottom-color: var(--accent);
}

/* ── LGPD Sub-nav — alinha horizontalmente com o container (mesmo recuo do hero) ── */
.lgpd-subnav-inner {
  padding-left: calc((100vw - 1200px) / 2 + 48px);
}

@media (max-width: 1296px) {
  .lgpd-subnav-inner {
    padding-left: 48px;
  }
}

@media (max-width: 900px) {
  .lgpd-subnav-inner {
    padding-left: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .lgpd-subnav-inner::-webkit-scrollbar {
    display: none;
  }
}

/* ── HERO ────────────────────────────────────────────── */
.hero {
  background: var(--green-deep);
  min-height: 88vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  position: relative;
}
.hero.hero--ref {
  min-height: 78vh;
}
.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 56px 80px 0;
  padding-left: calc((100vw - 1200px) / 2 + 48px);
  position: relative;
  z-index: 2;
}
.hero.hero--ref .hero-left {
  justify-content: flex-start;
  padding-top: 52px;
  padding-bottom: 52px;
}
.hero.hero--ref .hero-bottom-group {
  margin-top: auto;
  padding-bottom: 0;
}
.hero-top-note {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.7);
  max-width: 520px;
  margin-bottom: 26px;
}
.hero.hero--ref .hero-top-note {
  font-size: 16px;
}
.hero-title-ref {
  font-family: 'Unimed Sans', sans-serif;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.02;
  color: #fff;
  margin-bottom: 34px;
}
.hero.hero--ref .hero-title-ref {
  font-size: 56px;
  font-weight: 700;
}
.hero-desc {
  font-size: 14px;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.65);
  max-width: 480px;
  margin-bottom: 32px;
}

.hero-cta.hero-cta-ref {
  gap: 18px;
  margin-bottom: 0;
}
.hero.hero--ref .hero-cta.hero-cta-ref {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-social-proof {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}
.hero-avatars {
  display: flex;
  align-items: center;
}
.hero-avatar {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-block;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  margin-left: -10px;
}
.hero-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-avatar:first-child {
  margin-left: 0;
}
.hero-social-proof-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.2;
}
.hero-social-proof-text strong {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 700;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 18px;
  border-radius: var(--btn-radius);
  border: var(--btn-border-width) solid transparent;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: background 0.15s, border-color 0.15s, color 0.15s, transform 0.15s;
  white-space: nowrap;
}
.hero-btn-primary {
  background: rgba(255, 255, 255, 0.9);
  color: #0b2b1d;
  border-color: rgba(255, 255, 255, 0.75);
}
.hero-btn-primary:hover {
  background: #ffffff;
  transform: translateY(-1px);
}
.hero-btn-secondary {
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
  border-color: rgba(255, 255, 255, 0.35);
}
.hero-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.45);
  color: rgba(255, 255, 255, 0.88);
}
.hero-btn-green {
  gap: 8px;
  background: var(--green);
  color: #fff;
  border-color: transparent;
  font-weight: 600;
}
.hero-btn-green:hover {
  background: var(--green-dark);
  color: #fff;
  transform: translateY(-1px);
}
.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(93, 204, 138, 0.15);
  border: 1px solid rgba(93, 204, 138, 0.3);
  color: var(--accent);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 28px;
  width: fit-content;
}
.hero-tag::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}
.hero h1 {
  font-size: clamp(32px, 3.8vw, 54px);
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 20px;
  text-wrap: pretty;
}
.hero h1 em {
  font-style: normal;
  color: var(--accent);
}
.hero-sub {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 40px;
  max-width: 480px;
}
.hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.hero-stats {
  display: flex;
  gap: 32px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-stat .num {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
.hero-stat .lbl {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 2px;
}
.hero-right {
  position: relative;
  overflow: hidden;
}
.hero-media {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px 48px;
}
.hero-media.hero-media-ref {
  padding: 52px 56px 52px 32px;
  justify-content: flex-start;
  align-items: flex-end;
}
.hero-photo-frame {
  width: min(520px, 100%);
  aspect-ratio: 1 / 1;
  border: none;
  border-radius: 8px;
  padding: 0;
  background: transparent;
  position: relative;
  box-shadow: none;
  overflow: hidden;
}
.hero.hero--ref .hero-photo-frame {
  aspect-ratio: 4 / 5;
}
.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65% center;
  display: block;
  border-radius: 8px;
}
.hero-info-card {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}
.hero-info-thumb {
  width: 44px;
  height: 44px;
  border-radius: 2px;
  background: rgba(0, 153, 93, 0.12);
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-info-text strong {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #1f2b26;
  margin-bottom: 3px;
}
.hero-info-text span {
  display: block;
  font-size: 11px;
  line-height: 1.35;
  color: rgba(31, 43, 38, 0.7);
}
.hero-right-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    var(--green-deep) 0%,
    rgba(8, 72, 76, 0.4) 40%,
    transparent 70%
  );
  z-index: 1;
}
.hero-float-card {
  position: absolute;
  z-index: 3;
  background: #fff;
  border-radius: 14px;
  padding: 16px 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-float-card.card-1 {
  bottom: 120px;
  left: -20px;
}
.hero-float-card.card-2 {
  top: 80px;
  right: 32px;
}
.hero-float-card .fc-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--green-light);
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hero-float-card .fc-text strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
}
.hero-float-card .fc-text span {
  font-size: 12px;
  color: var(--muted);
}

/* ── SECTION STRUCTURE ───────────────────────────────── */
.section {
  padding: 96px 0;
}

/* ── TRUST / BENEFÍCIOS (abaixo da hero) ─────────────── */
.trust {
  padding-top: 64px;
  padding-bottom: 64px;
  background: #fbf2ee;
}
.trust-inner {
  position: relative;
  display: grid;
  gap: 34px;
  align-items: center;
  justify-items: center;
  text-align: center;
}
.trust-title {
  position: relative;
  z-index: 2;
  font-size: clamp(32px, 3.2vw, 52px);
  font-weight: 400;
  line-height: 1.2;
  color: #0f2417;
  max-width: 860px;
  padding: 128px 0;
  text-wrap: balance;
}
.trust-floats {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.trust-float {
  position: absolute;
  width: 132px;
  height: 132px;
  border-radius: 4px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}
.trust-float img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.trust-float.tf-1 {
  left: -6%;
  top: 18%;
}
.trust-float.tf-2 {
  left: 2%;
  top: 46%;
  width: 124px;
  height: 124px;
  opacity: 0.95;
}
.trust-float.tf-3 {
  right: -2%;
  top: 10%;
  width: 156px;
  height: 156px;
}

.trust-metrics {
  width: min(980px, 100%);
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  text-align: left;
  overflow: hidden;
}
.trust-metric {
  padding: 22px 22px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-height: 86px;
}
.trust-metric:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}
.tm-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--green-light);
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.tm-text strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.05;
}
.tm-text span {
  display: block;
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.3;
  margin-top: 4px;
}
.label-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 14px;
}
.label-tag.white {
  color: rgba(255, 255, 255, 0.6);
}
.section h2 {
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 700;
  line-height: 1.15;
  color: var(--text);
  text-wrap: pretty;
}
.section h2.white {
  color: #fff;
}
.intro-text {
  font-size: 16px;
  line-height: 1.75;
  color: var(--muted);
  margin-top: 14px;
  max-width: 560px;
}
.intro-text.white {
  color: rgba(255, 255, 255, 0.72);
}

/* ── FEATURE ROWS ────────────────────────────────────── */
.feature-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}
.feature-row:first-child {
  border-top: 1px solid var(--border);
}
.fr-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--green-light);
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.fr-icon.dark {
  background: rgba(93, 204, 138, 0.12);
  color: var(--accent);
}
.fr-text strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}
.fr-text.white strong {
  color: #fff;
}
.fr-text p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}
.fr-text.white p {
  color: rgba(255, 255, 255, 0.65);
}
.feature-row--dark {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.feature-row--dark:first-child {
  border-top-color: rgba(255, 255, 255, 0.1);
}
.feature-row--dark:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* ── SPLIT LAYOUTS ───────────────────────────────────── */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.split.reverse .col-img {
  order: -1;
}

/* Hero image: hidden on desktop, shown on mobile before CTA buttons */
.hero-image-mobile {
  display: none;
}
.split.gap-lg {
  gap: 96px;
}

/* ── SERVICE SPLIT: imagem entre descrição e features (mobile) ─── */
.split-service {
  grid-template-areas:
    "top img"
    "bottom img";
  row-gap: 0;
  align-items: start;
}
.split-service.reverse {
  grid-template-areas:
    "img top"
    "img bottom";
}
.split-service__top    { grid-area: top; }
.split-service__bottom { grid-area: bottom; }
.split-service .col-img {
  grid-area: img;
  align-self: center;
}

/* ── HUMAN FIGURE CONTAINERS ─────────────────────────── */
.fig-wrap {
  position: relative;
  border-radius: 20px;
  overflow: visible;
}
.fig-main {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: var(--green-mid);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.fig-badge {
  position: absolute;
  background: #fff;
  border-radius: 12px;
  padding: 14px 18px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  gap: 10px;
}
.fig-badge .fb-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--green-light);
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.fig-badge strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
}
.fig-badge span {
  font-size: 12px;
  color: var(--muted);
}

/* ── CTA STRIP ───────────────────────────────────────── */
.cta-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 28px 36px;
  background: var(--green-light);
  border: 1px solid rgba(0, 153, 93, 0.12);
  border-radius: 14px;
}
.cta-strip.dark {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.12);
}
.cta-strip p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 520px;
}
.cta-strip.dark p {
  color: rgba(255, 255, 255, 0.72);
}
.disclaimer {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 14px;
  padding: 14px 18px;
  background: #fff8f0;
  border: 1px solid #ffe0c0;
  border-radius: 8px;
  font-size: 13px;
  color: #8a5a2a;
  line-height: 1.6;
}
.disclaimer svg {
  flex-shrink: 0;
  margin-top: 1px;
  color: #e07a1a;
}

/* ── SCROLL OFFSET for sticky anchor-nav (~40px) ─────── */
#unimed-urgente,
#aeromedico,
#area-protegida {
  scroll-margin-top: 48px;
}

/* ── SECTION — URGENTE ───────────────────────────────── */
#unimed-urgente {
  background: #fff;
}

/* ── SECTION — ÁREA PROTEGIDA ────────────────────────── */
#area-protegida {
  background: var(--green-deep);
  position: relative;
  overflow: hidden;
}
#area-protegida::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at 25% 30%,
    rgba(0, 153, 93, 0.3) 0%,
    transparent 55%
  );
}
#area-protegida .container {
  position: relative;
  z-index: 1;
}
.cards-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 32px 0;
}
.mini-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 20px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.mini-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}
.mini-card .mc-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--green-light);
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.mini-card h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--text);
}
.mini-card p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.55;
}
.tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--green);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 100px;
  margin-bottom: 20px;
}

/* ── SECTION — AEROMÉDICO ────────────────────────────── */
#aeromedico {
  background: var(--green-light);
}

/* ── STATS STRIP ─────────────────────────────────────── */
.stats-strip {
  background: var(--green);
  padding: 60px 0;
}
.stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  text-align: center;
}
.stat-col {
  padding: 0 32px;
  position: relative;
}
.stat-col:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.stat-col .num {
  display: block;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.stat-col .lbl {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 8px;
  display: block;
}

/* ── COMO SOLICITAR ──────────────────────────────────── */
#como-solicitar {
  background: var(--green-deep);
  padding: clamp(80px, 10vw, 120px) 0;
}
.solicitar-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 36px;
}
.sol-block {
  background: #fff;
  border-radius: 10px;
  padding: 28px 28px;
  border: 1px solid var(--border);
}
.sol-block h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text);
}
.sol-block h3 .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}
.steps {
  display: flex;
  flex-direction: column;
}
.step {
  display: flex;
  gap: 14px;
  position: relative;
}
.step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 32px;
  width: 1px;
  height: calc(100% - 8px);
  background: var(--border);
}
.step-n {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--green-light);
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.step-c {
  padding-bottom: 20px;
}
.step-c strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 3px;
  color: var(--text);
}
.step-c span {
  display: block;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.55;
}
.phone-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  color: var(--green-dark);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 6px 12px;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
}

/* ── FINAL CTA ───────────────────────────────────────── */
#contato {
  background:
    radial-gradient(circle, rgba(93, 204, 138, 0.10) 1px, transparent 1px),
    var(--green-deep);
  background-size: 26px 26px, auto;
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}

#contato .container {
  position: relative;
  z-index: 1;
}
.cta-final-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
  gap: 0;
}
.cta-final-inner h2 {
  font-size: clamp(22px, 2.6vw, 36px);
  font-weight: 700;
  color: #fff;
  line-height: 1.18;
  margin-bottom: 14px;
}
.cta-final-inner h2 em {
  font-style: normal;
  color: var(--green);
}
.cta-final-inner p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.65;
  margin-bottom: 32px;
  max-width: 440px;
}
.cta-final-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--green);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 36px;
  border-radius: var(--btn-radius);
  border: var(--btn-border-width) solid transparent;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: background 0.2s, transform 0.15s;
}
.cta-final-btn:hover {
  background: var(--green-dark);
  transform: translateY(-1px);
  color: #fff;
}

.cta-final-inner--contact {
  max-width: 860px;
}

.cta-channels-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 100%;
  margin-top: 8px;
}

.cta-channel-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  text-align: left;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s;
}

a.cta-channel-card:hover {
  background: rgba(255, 255, 255, 0.13);
}

.cta-channel-icon {
  color: var(--green);
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}

.cta-channel-card h3 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.3;
}

.cta-channel-card p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  line-height: 1.55;
  max-width: none;
  margin-bottom: 0;
}

.cta-channel-sub {
  font-size: 11.5px;
  opacity: 0.75;
}

@media (max-width: 768px) {
  .cta-channels-grid {
    grid-template-columns: 1fr;
  }
}

/* ── FOOTER BAR ──────────────────────────────────────── */
.footer-bar {
  background: var(--green);
  position: relative;
  padding: 18px 40px 18px 64px;
}

.footer-bar-shield {
  position: absolute;
  left: 20px;
  bottom: 14px;
  color: rgba(255, 255, 255, 0.55);
  display: flex;
  align-items: center;
}

.footer-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

/* ── Left: certification logos ── */
.footer-bar-logos {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.footer-cert-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  padding: 4px 8px;
  min-width: 60px;
  text-align: center;
}
.footer-cert-badge .footer-cert-num {
  font-size: 9px;
  font-weight: 800;
  color: #ffe040;
  letter-spacing: 0.06em;
  line-height: 1.1;
}
.footer-cert-badge .footer-cert-sub {
  font-size: 8px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-top: 1px;
}

.footer-cert-ans {
  display: flex;
  align-items: center;
  gap: 6px;
  border-left: 1.5px solid rgba(255, 255, 255, 0.3);
  padding-left: 12px;
}
.footer-cert-ans span {
  font-size: 8px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.4;
  max-width: 80px;
}

.footer-cert-gptw {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  padding: 4px 8px;
}
.footer-cert-gptw-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #c41e3a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}
.footer-cert-gptw span {
  font-size: 8px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.3;
  font-weight: 600;
}

.footer-cert-negocios {
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  padding: 5px 10px;
}
.footer-cert-negocios-label {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #fff;
}

/* ── Center: copyright text ── */
.footer-bar-center {
  text-align: center;
  flex: 1;
}
.footer-bar-copy {
  font-size: 11.5px;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 3px;
}
.footer-bar-address {
  font-size: 10.5px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
  margin-bottom: 5px;
}
.footer-bar-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 10.5px;
}
.footer-bar-links a {
  color: rgba(255, 255, 255, 0.9);
  transition: color 0.15s;
}
.footer-bar-links a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-bar-links span {
  color: rgba(255, 255, 255, 0.5);
}

/* ── Right: social icons ── */
.footer-bar-social {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  position: absolute;
  right: 0;
}
.footer-social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: var(--btn-radius);
  border: var(--btn-border-width) solid rgba(255, 255, 255, 0.45);
  color: rgba(255, 255, 255, 0.85);
  transition: border-color 0.15s, color 0.15s, background 0.15s;
}
.footer-social-btn:hover {
  border-color: #fff;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

/* ── Footer responsive ── */
@media (max-width: 900px) {
  .footer-bar {
    padding: 24px 20px 20px;
  }
  .footer-bar-shield {
    display: none;
  }
  .footer-bar-inner {
    flex-direction: column;
    gap: 18px;
    text-align: center;
  }
  .footer-bar-social {
    position: static;
  }
}

/* ── TWEAKS ──────────────────────────────────────────── */
#tweaks-panel {
  display: none;
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  background: #fff;
  border: 1px solid #e0ece3;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
  width: 280px;
  font-family: 'Unimed Sans', sans-serif;
}
#tweaks-panel.open {
  display: block;
}
.tw-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.tw-head h4 {
  font-size: 14px;
  font-weight: 700;
}
.tw-head button {
  background: none;
  border: none;
  cursor: pointer;
  color: #888;
}
.tw-row {
  margin-bottom: 14px;
}
.tw-row label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 6px;
}
.tw-row input[type="color"] {
  width: 100%;
  height: 34px;
  border-radius: 6px;
  border: 1px solid #e0ece3;
  cursor: pointer;
  padding: 2px;
}
.tw-tog {
  display: flex;
  border: 1px solid #e0ece3;
  border-radius: 8px;
  overflow: hidden;
}
.tw-tog button {
  flex: 1;
  font-family: 'Unimed Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding: 7px 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #888;
  transition: all 0.15s;
}
.tw-tog button.on {
  background: var(--green);
  color: #fff;
}

/* ============================================================
   Mobile Navigation Components
   ============================================================ */

.unimed-hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.12);
  border: var(--btn-border-width) solid rgba(255, 255, 255, 0.4);
  border-radius: var(--btn-radius);
  color: #fff;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 150ms;
}

.unimed-hamburger:hover {
  background: rgba(255, 255, 255, 0.22);
}

.unimed-mobile-menu {
  position: fixed;
  top: 62px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00995d;
  z-index: 97;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  animation: mobileMenuIn 0.18s ease-out;
}

@keyframes mobileMenuIn {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.unimed-mobile-nav {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.unimed-mobile-nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #fff;
  font-family: 'Unimed Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 18px 24px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: none;
  cursor: pointer;
  text-align: left;
  transition: background 150ms;
}

.unimed-mobile-nav-item:hover {
  background: rgba(255, 255, 255, 0.08);
}

.unimed-mobile-lgpd-nav {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.10);
}

.unimed-mobile-lgpd-nav-item {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  font-family: 'Unimed Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 14px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-decoration: none;
  transition: background 150ms, color 150ms;
}

.unimed-mobile-lgpd-nav-item:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.unimed-mobile-actions {
  padding: 20px 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.12);
}

/* ============================================================
   Tablet (≤ 900px)
   ============================================================ */

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-right {
    display: none;
  }
  .hero-image-mobile {
    display: block;
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 8px;
    margin-top: 8px;
    margin-bottom: 24px;
  }
  .hero.hero--ref .hero-cta.hero-cta-ref {
    padding-top: 0;
  }
  .hero-image-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 65% center;
    display: block;
  }
  .hero-left {
    padding: 60px 24px;
  }
  .hero-title-ref {
    font-size: clamp(36px, 10vw, 54px);
  }
  .split {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .split > div:first-child {
    order: 1;
  }
  .split .col-img,
  .split.reverse .col-img {
    order: 2;
  }
  .split-service,
  .split-service.reverse {
    grid-template-areas: none;
    gap: 48px;
  }
  .split-service__top,
  .split-service__bottom,
  .split-service .col-img {
    grid-area: auto;
  }
  .split-service__top    { order: 1; }
  .split.reverse.split-service .col-img,
  .split-service .col-img { order: 2; }
  .split-service__bottom { order: 3; }
  .solicitar-grid {
    grid-template-columns: 1fr;
  }
  .stats-inner {
    grid-template-columns: 1fr 1fr;
  }
  .stat-col:not(:last-child)::after {
    display: none;
  }
  .stat-col {
    padding: 24px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .stat-col:nth-child(3),
  .stat-col:nth-child(4) {
    border-bottom: none;
  }
  .container {
    padding: 0 24px;
  }
  .trust {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .trust-floats {
    display: none;
  }
  .trust-metrics {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .trust-metric:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .fig-badge {
    display: none;
  }
}

/* ============================================================
   Mobile (≤ 768px)
   ============================================================ */

@media (max-width: 768px) {
  /* Sticky header */
  .unimed-site-header {
    position: sticky;
    top: 0;
    z-index: 100;
  }

  /* Hide accessibility bar */
  .unimed-access-bar {
    display: none;
  }

  /* Hide desktop nav */
  .unimed-nav {
    display: none;
  }

  /* Hide desktop-only action items */
  .unimed-desktop-only {
    display: none !important;
  }

  /* Show hamburger */
  .unimed-hamburger {
    display: flex;
  }

  /* Anchor nav sticks below sticky header */
  .anchor-nav {
    top: 62px;
    overflow-x: auto;
    scrollbar-width: none;
    display: none;
  }

  /* Mobile: header (62px) + anchor-nav (~40px) */
  #unimed-urgente,
  #aeromedico,
  #area-protegida {
    scroll-margin-top: 110px;
  }
  .anchor-nav::-webkit-scrollbar {
    display: none;
  }
  .anchor-nav-inner {
    min-width: max-content;
  }

  /* Fix hero left padding — desktop calc() breaks at narrow widths */
  .hero-left {
    padding: 48px 24px 40px !important;
  }
  .hero.hero--ref .hero-left {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  /* Stack hero CTA buttons */
  .hero-cta {
    flex-direction: column;
    gap: 10px;
  }
  .hero-cta .hero-btn {
    width: 100%;
    justify-content: center;
    height: 50px;
  }

  /* Trust section */
  .trust-title {
    padding: 32px 0;
    font-size: clamp(22px, 7vw, 38px);
  }

  /* Section spacing */
  .section {
    padding: 60px 0;
  }

  /* Cards: single column */
  .cards-2col {
    grid-template-columns: 1fr;
  }

}

/* ============================================================
   Coleta Domiciliar — page-specific styles
   ============================================================ */

/* ── HERO ── */
.cd-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  background:
    linear-gradient(160deg, rgba(8,72,76,0.92) 0%, rgba(0,90,43,0.88) 60%, rgba(0,153,93,0.82) 100%),
    var(--asset-hero-photo) center / cover no-repeat;
  overflow: hidden;
}

.cd-hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 40%, rgba(93,204,138,0.12) 0%, transparent 65%);
  pointer-events: none;
}

.cd-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 64px;
}

.cd-hero-breadcrumb {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.cd-hero-title {
  font-size: clamp(28px, 3.6vw, 52px);
  font-weight: 700;
  line-height: 1.12;
  color: #fff;
  max-width: 700px;
  margin-bottom: 36px;
  text-wrap: pretty;
}

.cd-hero-title em {
  font-style: normal;
  color: var(--accent);
}

.cd-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--green);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: var(--btn-radius);
  border: var(--btn-border-width) solid transparent;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  text-decoration: none;
  letter-spacing: 0.01em;
}

.cd-hero-cta:hover {
  background: var(--green-dark);
  transform: translateY(-1px);
  color: #fff;
}

/* ── INTRO ── */
.cd-intro {
  background: linear-gradient(to bottom, var(--green-deep) 48%, #fbf2ee 48%);
  padding: 64px 0 32px;
  border-bottom: none;
}

.cd-intro-box {
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 56px;
}

.cd-intro-video-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}

.cd-intro-video-title {
  font-size: clamp(24px, 2.8vw, 40px);
  font-weight: 700;
  color: var(--text);
  line-height: 1.15;
  margin-top: 10px;
  margin-bottom: 20px;
  text-wrap: pretty;
}

.cd-intro-video-desc {
  font-size: 16px;
  line-height: 1.75;
  color: var(--muted);
  max-width: 720px;
  margin-bottom: 40px;
}

.cd-intro-video-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.cd-intro-video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* ── BENEFITS — bento grid ── */
.cd-benefits {
  background: #fbf2ee;
}

.cd-benefits.section {
  padding-top: 48px;
}

.cd-bento {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: stretch;
}

/* 2×2 via colunas flex — 01=04 (altos), 02=03 (baixos), sem vazios entre cards */
.cd-bento-4 {
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.cd-bento-4-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 0;
}

.cd-bento-4 .cd-bento-main--01,
.cd-bento-4 .cd-bento-sm--04 {
  flex: 1 1 0;
  min-height: 380px;
}

.cd-bento-4 .cd-bento-main--01 {
  padding: 44px 40px;
}

.cd-bento-4 .cd-bento-main--01 h3 {
  max-width: 320px;
}

.cd-bento-4 .cd-bento-sm--02,
.cd-bento-4 .cd-bento-sm--03 {
  flex: 0 0 auto;
  min-height: 220px;
}

.cd-bento-4 .cd-bento-sm--02 {
  padding: 24px 24px;
}

.cd-bento-4 .cd-bento-sm--03 {
  padding: 24px 24px;
}

.cd-bento-4 .cd-bento-sm--04 {
  padding: 34px 28px;
}

/* Card principal — coluna esquerda, verde escuro */
.cd-bento-main {
  background: var(--green-deep);
  border-radius: 20px;
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  overflow: hidden;
}

.cd-bento-main::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 1px solid rgba(93,204,138,0.12);
  pointer-events: none;
}

.cd-bento-nr {
  font-size: 88px;
  font-weight: 900;
  color: rgba(255,255,255,0.05);
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 28px;
  user-select: none;
  font-variant-numeric: tabular-nums;
}

.cd-bento-main-icon {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  background: rgba(93,204,138,0.16);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cd-bento-main h3 {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  max-width: 320px;
}

.cd-bento-main p {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255,255,255,0.62);
  flex: 1;
}

/* Coluna direita — dois cards empilhados */
.cd-bento-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cd-bento-sm {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  transition: box-shadow 0.2s;
}

.cd-bento-sm:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.07);
}

.cd-bento-sm--tinted {
  background: var(--green-light);
  border-color: rgba(0,153,93,0.14);
}

.cd-bento-sm-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 4px;
}

.cd-bento-nr-sm {
  font-size: 42px;
  font-weight: 900;
  color: var(--border);
  line-height: 1;
  user-select: none;
}

.cd-bento-sm--tinted .cd-bento-nr-sm {
  color: rgba(0,153,93,0.14);
}

.cd-bento-sm-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cd-bento-sm-icon--warm {
  background: #f57c20;
}

.cd-bento-sm h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.25;
}

.cd-bento-sm p {
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--muted);
  flex: 1;
}

/* Shared checklist */
.cd-benefit-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 6px;
}

.cd-benefit-list li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: var(--muted);
}

.cd-benefit-list svg {
  flex-shrink: 0;
  color: var(--green);
}

.cd-benefit-list--light li  { color: rgba(255,255,255,0.72); }
.cd-benefit-list--light svg { color: var(--accent); }
.cd-benefit-list--tinted svg { color: var(--green); }

.cd-benefit-disclaimer {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.55;
  color: var(--muted);
  font-style: italic;
}

/* ── FAQ Accordion ── */
.cd-faq {
  background: #fbf2ee;
}

.cd-faq-header {
  text-align: center;
  margin-bottom: 40px;
}

.cd-faq-title {
  max-width: 560px;
  margin: 0 auto;
}

.cd-faq-subtitle {
  font-size: 15px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 540px;
  margin: 10px auto 0;
}

.cd-faq-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 48px;
}

.cd-faq-tab {
  display: inline-flex;
  align-items: center;
  padding: 9px 22px;
  border-radius: 100px;
  border: 1.5px solid var(--border);
  background: transparent;
  color: var(--text);
  font-family: 'Unimed Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.18s, border-color 0.18s, color 0.18s;
  white-space: nowrap;
}

.cd-faq-tab:hover {
  border-color: var(--green);
  color: var(--green);
}

.cd-faq-tab--active {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}

.cd-faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cd-faq-item {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}

.cd-faq-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.cd-faq-trigger {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 20px 24px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: 'Unimed Sans', sans-serif;
}

.cd-faq-question {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.3;
}

.cd-faq-chevron {
  flex-shrink: 0;
  color: var(--muted);
  transition: transform 0.25s ease;
}

.cd-faq-item--open .cd-faq-chevron {
  transform: rotate(180deg);
  color: var(--green);
}

.cd-faq-body {
  padding: 0 24px 22px 24px;
  border-top: 1px solid var(--border);
}

.cd-faq-body p {
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--muted);
  padding-top: 18px;
}

@media (max-width: 768px) {
  .cd-faq-tabs {
    gap: 8px;
  }
  .cd-faq-tab {
    font-size: 13px;
    padding: 8px 16px;
  }
  .cd-faq-question {
    font-size: 15px;
  }
}

/* ── COMO SOLICITAR — cards escuros (ref. anexo 1) ── */
.cd-how-services .container {
  max-width: 1520px;
}

.cd-how-services-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}

.cd-how-services-header h2 {
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
  text-wrap: pretty;
}

.cd-how-services-lead {
  margin: 0;
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.62);
}

.cd-how-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(300px, 1fr));
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  padding-bottom: 4px;
}

.cd-how-services-card {
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 36px 32px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
  color: inherit;
  transition: background 0.2s, border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.cd-how-services-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.cd-how-services-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.cd-how-services-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}

.cd-how-services-card-arrow {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.2s, transform 0.2s;
}

.cd-how-services-card:hover .cd-how-services-card-arrow {
  color: #fff;
  transform: translate(2px, -2px);
}

.cd-how-services-card h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

.cd-how-services-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.58);
}

.cd-pref-card-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.cd-pref-action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 11px;
  background-color: rgba(0, 0, 0, 0.25);
  color: #ffffff;
  font-weight: 700;
  font-size: 1.3rem;
  text-decoration: none;
  border-radius: 12px;
}

.cd-pref-action-btn:hover {
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
}

/* ── CENTRAL DE PREFERÊNCIAS ── */
#preferencias {
  background: var(--green-deep);
  padding: clamp(80px, 10vw, 120px) 0;
}

#preferencias .container {
  max-width: 1200px;
}

.cd-preferences-scroll {
  overflow-x: auto;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  padding: 8px 0 12px;
  margin: -8px 0 -12px;
}

.cd-preferences-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(200px, 1fr));
  gap: 24px;
}

button.cd-how-services-card {
  appearance: none;
  font-family: 'Unimed Sans', sans-serif;
  text-align: left;
  width: 100%;
}

/* ── RESULTS — light step cards ── */
.cd-results {
  background: var(--green-light);
}

.cd-results-header {
  margin-bottom: 48px;
}

.cd-results-title {
  font-size: clamp(26px, 3vw, 44px);
  font-weight: 700;
  color: var(--text);
  line-height: 1.15;
  max-width: 680px;
  text-wrap: pretty;
  margin-bottom: 14px;
}

.cd-results-lead {
  margin: 0;
  max-width: 52em;
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
}

.cd-steps-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.cd-step-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.cd-step-card:hover {
  border-color: rgba(0, 153, 93, 0.35);
  box-shadow: 0 8px 28px rgba(0, 80, 48, 0.08);
}

.cd-step-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.cd-step-card-num {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--green);
  opacity: 0.55;
  line-height: 1;
  user-select: none;
}

.cd-step-card-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--green-light);
  color: var(--green-dark);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cd-step-card-body h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.3;
  margin: 0 0 10px;
}

.cd-step-card-body > p {
  margin: 0;
  font-size: 14px;
  line-height: 1.72;
  color: var(--muted);
}

.cd-step-card-actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cd-step-link {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--green-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}

.cd-step-link:hover {
  color: var(--green);
}

.cd-step-link--primary {
  padding: 10px 18px;
  border-radius: var(--btn-radius);
  border: var(--btn-border-width) solid transparent;
  background: var(--green);
  color: #fff;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}

.cd-step-link--primary:hover {
  background: var(--green-dark);
  color: #fff;
  transform: translateY(-1px);
}

.cd-results-actions {
  margin-top: 40px;
  padding: 28px 32px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px 32px;
}

.cd-results-actions-text {
  margin: 0;
  flex: 1 1 240px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--muted);
  max-width: 36em;
}

.cd-results-actions-text strong {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}

.cd-results-actions-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex-shrink: 0;
}

.cd-results-whatsapp {
  gap: 8px;
}

/* ── CTA FINAL additions ── */
.cd-cta-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: var(--green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.cd-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--green) !important;
  border-radius: var(--btn-radius) !important;
  border: var(--btn-border-width) solid transparent !important;
  padding: 16px 36px !important;
  font-size: 15px !important;
}

.cd-cta-btn:hover {
  background: var(--green-dark) !important;
  transform: translateY(-1px);
  color: #fff;
}

.cd-cta-number {
  margin-top: 14px !important;
  font-size: 13px !important;
  color: rgba(255,255,255,0.55) !important;
  margin-bottom: 0 !important;
}

/* ── Coleta Domiciliar responsive ── */
@media (max-width: 900px) {
  .cd-intro-box {
    padding: 36px 28px;
  }
  .cd-intro-header {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .cd-intro-header-right {
    padding-top: 0;
  }
  .cd-intro-features {
    flex-wrap: wrap;
    gap: 36px;
  }
  .cd-intro-feat {
    flex: 0 0 calc((100% - 36px) / 2);
    width: calc((100% - 36px) / 2);
    max-width: calc((100% - 36px) / 2);
  }
  .cd-bento {
    grid-template-columns: 1fr;
  }
  .cd-bento-4 {
    grid-template-columns: 1fr;
  }
  .cd-bento-4 .cd-bento-main--01,
  .cd-bento-4 .cd-bento-sm--04 {
    flex: 0 0 auto;
    min-height: 0;
  }
  .cd-bento-nr {
    font-size: 56px;
  }
  .cd-how-services-grid {
    grid-template-columns: repeat(4, minmax(280px, 1fr));
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 4px;
  }
  .cd-how-services-card {
    scroll-snap-align: start;
    padding: 32px 28px;
  }
  .cd-how-services-header {
    margin-bottom: 40px;
  }
  .cd-steps-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .cd-hero {
    min-height: 320px;
  }
  .cd-hero-content {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .cd-results-actions {
    padding: 24px 20px;
    flex-direction: column;
    align-items: stretch;
  }

  .cd-results-actions-btns {
    flex-direction: column;
  }

  .cd-results-actions-btns .btn-green,
  .cd-results-actions-btns .btn-outline-green {
    justify-content: center;
    width: 100%;
  }
}

/* ============================================================
   Small phones (≤ 480px)
   ============================================================ */

@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }
  .hero-title-ref {
    font-size: clamp(30px, 9vw, 42px);
  }
  .hero-top-note {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .hero-social-proof {
    flex-wrap: wrap;
  }
  .section {
    padding: 48px 0;
  }
  .section h2 {
    font-size: clamp(22px, 7vw, 32px);
  }
  .intro-text {
    font-size: 14px;
  }
  .trust-metric {
    padding: 16px;
  }
  .sol-block {
    padding: 20px 18px;
  }
  .solicitar-grid {
    gap: 12px;
  }
  .stat-col .num {
    font-size: 32px;
  }
  .tag-pill {
    font-size: 11px;
    padding: 5px 10px;
  }
  /* Hide buy button in navbar on very small screens (it's in the mobile menu) */
  .unimed-btn-buy {
    display: none;
  }
  .unimed-hamburger {
    margin-left: auto;
  }
}

/* ============================================================
   Hero Bento
   ============================================================ */

.hero-bento {
  background: #fbf2ee;
}

.hero-bento-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  min-height: 78vh;
}

.hero-bento-left {
  display: flex;
  flex-direction: column;
}

.hero-bento-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 22px;
}

.hero-bento-title {
  font-size: clamp(38px, 4.2vw, 60px);
  font-weight: 700;
  line-height: 1.07;
  color: #1a2e1a;
  margin-bottom: 22px;
  text-wrap: pretty;
}

.hero-bento-title em {
  font-style: italic;
  font-weight: 700;
  color: #1a2e1a;
}

.hero-bento-desc {
  font-size: 15px;
  line-height: 1.72;
  color: #5a6e5a;
  max-width: 440px;
  margin-bottom: 32px;
}

.hero-bento-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.hero-bento-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #08484c;
  color: #fff;
  font-size: 13.5px;
  font-weight: 600;
  padding: 12px 22px;
  border-radius: var(--btn-radius);
  border: var(--btn-border-width) solid transparent;
  white-space: nowrap;
  transition: background 0.2s, transform 0.15s;
  letter-spacing: 0.01em;
}

.hero-bento-btn-primary:hover {
  background: #063436;
  transform: translateY(-1px);
  color: #fff;
}

.hero-bento-link {
  font-size: 13.5px;
  font-weight: 500;
  color: #5a6e5a;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}

.hero-bento-link:hover {
  color: #1a2e1a;
}

.hero-bento-proof {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-bento-stars {
  color: #f59e0b;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.hero-bento-stars strong {
  color: #1a2e1a;
  font-weight: 600;
}

.hero-bento-proof-text {
  font-size: 12px;
  color: #7a8e7a;
}

/* ── Bento grid (right column) ── */

.hero-bento-right {
  position: relative;
}

.hero-bento-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  height: 460px;
}

.hbg-cell {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

/* Photo — top left */
.hbg-photo {
  grid-column: 1;
  grid-row: 1;
}

.hbg-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Availability stat — top right */
.hbg-stat {
  background: #e4d9d0;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hbg-stat-num {
  font-size: 20px;
  font-weight: 700;
  color: #1a2e1a;
  line-height: 1.1;
  display: block;
}

.hbg-stat-lbl {
  font-size: 11.5px;
  color: #7a8e7a;
  margin-top: 5px;
  display: block;
}

.hbg-stat-icon {
  color: #7a8e7a;
  align-self: flex-end;
}

/* Users active — bottom left */
.hbg-feature {
  background: #e4d9d0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hbg-sparkles {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--green-deep);
}

.hbg-feature-lbl {
  font-size: 11.5px;
  color: #7a8e7a;
  margin: auto 0 10px;
}

.hbg-feature-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hbg-avatars {
  display: flex;
  align-items: center;
}

.hbg-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #e4d9d0;
  margin-left: -8px;
  flex-shrink: 0;
}

.hbg-avatars .hbg-avatar:first-child {
  margin-left: 0;
}

.hbg-arrow-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Dark metric — bottom right */
.hbg-metric {
  background: var(--green-deep);
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hbg-metric-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.hbg-metric-val {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}

.hbg-metric-arrow {
  font-size: 16px;
  color: var(--accent);
}

.hbg-chart {
  width: 100%;
  height: 40px;
  flex: 1;
  display: block;
}

.hbg-metric-lbl {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

/* ── Hero bento responsive ── */

@media (max-width: 900px) {
  .hero-bento-inner {
    grid-template-columns: 1fr;
    gap: 48px;
    min-height: auto;
    padding: 60px 24px;
  }

  .hero-bento-grid {
    height: 360px;
  }
}

@media (max-width: 768px) {
  .hero-bento-inner {
    padding: 48px 24px;
  }

  .hero-bento-grid {
    height: 300px;
    gap: 8px;
  }

  .hbg-stat-num,
  .hbg-metric-val {
    font-size: 16px;
  }

  .hero-bento-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-bento-btn-primary {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .hero-bento-inner {
    padding: 40px 16px;
  }

  .hero-bento-grid {
    height: 260px;
  }
}

/* ============================================================
   Hero Mosaic — grade de fotos 3×3 (lado direito da hero)
   ============================================================ */

.hero-mosaic {
  --hm-img: var(--asset-hero-photo);
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  grid-template-rows: 1fr 1fr 0.62fr;
  gap: 10px;
  width: min(500px, 100%);
  height: 480px;
  position: relative;
  /* Frestas = mesmo fundo do hero */
  background: var(--green-deep);
}

/* Uma foto contínua: cada célula exibe o recorte alinhado via --hm-x / --hm-y (JS) */
.hm-cell[data-hm-photo]::before {
  content: "";
  position: absolute;
  width: var(--hm-w, 100%);
  height: var(--hm-h, 100%);
  left: var(--hm-x, 0);
  top: var(--hm-y, 0);
  background-image: var(--hm-img);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.hm-cell {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  background: transparent;
}

/* Cantos especiais (como na referência) */
.hm-cell-a {
  border-radius: 18px 18px 52px 18px;
}

.hm-cell-c {
  border-radius: 18px 52px 52px 18px;
}

/* Célula alta — ocupa 2 linhas */
.hm-tall {
  grid-row: span 2;
}

/* ── Responsivo ── */
@media (max-width: 900px) {
  .hero-mosaic {
    height: 360px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .hero-mosaic {
    height: 290px;
    gap: 6px;
  }

  .hm-cell {
    border-radius: 12px;
  }

  .hm-cell-a {
    border-radius: 12px 12px 36px 12px;
  }

  .hm-cell-c {
    border-radius: 12px 36px 36px 12px;
  }
}

/* ── FORMULÁRIO (orçamento / solicitações) ───────────── */
.orcamento-page {
  position: relative;
  min-height: calc(100vh - 120px);
  padding: 72px 0 96px;
  overflow: hidden;
  background-color: #fbf2ee;
  background-image: radial-gradient(circle, rgba(0, 153, 93, 0.055) 1px, transparent 1px);
  background-size: 28px 28px;
}

.orcamento-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(75% 60% at 5% 8%, rgba(0, 153, 93, 0.07) 0%, transparent 55%),
    radial-gradient(60% 50% at 95% 92%, rgba(8, 72, 76, 0.055) 0%, transparent 50%),
    radial-gradient(42% 38% at 72% 38%, rgba(93, 204, 138, 0.07) 0%, transparent 58%);
}

.orcamento-page__decor {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.orcamento-bg-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(64px);
  will-change: transform;
}

.orcamento-bg-blob--1 {
  top: -10%;
  left: -8%;
  width: 440px;
  height: 440px;
  background: rgba(0, 153, 93, 0.05);
  animation: orcamentoBlobDrift1 28s ease-in-out infinite;
}

.orcamento-bg-blob--2 {
  right: -6%;
  bottom: -12%;
  width: 380px;
  height: 380px;
  background: rgba(8, 72, 76, 0.04);
  animation: orcamentoBlobDrift2 32s ease-in-out infinite;
}

.orcamento-bg-blob--3 {
  top: 42%;
  right: 16%;
  width: 300px;
  height: 300px;
  background: rgba(93, 204, 138, 0.08);
  animation: orcamentoBlobDrift3 26s ease-in-out infinite;
}

@keyframes orcamentoBlobDrift1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(22px, 16px) scale(1.04); }
}

@keyframes orcamentoBlobDrift2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-18px, -14px) scale(1.03); }
}

@keyframes orcamentoBlobDrift3 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(14px, -12px); }
}

@media (prefers-reduced-motion: reduce) {
  .orcamento-bg-blob {
    animation: none;
  }
}

.orcamento-page__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
}

.orcamento-split {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  grid-template-rows: auto 1fr;
  gap: 28px 64px;
  align-items: start;
}

.orcamento-back {
  display: inline-flex;
  grid-area: 1 / 1;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--green-deep);
  transition: color 0.15s, gap 0.15s;
}

.orcamento-back:hover {
  gap: 10px;
  color: var(--green);
}

.orcamento-form-card {
  grid-area: 1 / 2 / -1;
}

.orcamento-info {
  display: flex;
  flex-direction: column;
  grid-area: 2 / 1;
}

.orcamento-label {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green);
}

.orcamento-title {
  margin-bottom: 20px;
  font-size: clamp(32px, 3.4vw, 48px);
  font-weight: 700;
  line-height: 1.15;
  color: var(--text);
}

.orcamento-intro {
  max-width: 460px;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
}

.orcamento-visual {
  margin: 0 0 32px;
  aspect-ratio: 5 / 4;
  overflow: hidden;
  border-radius: 20px;
  background: var(--green-light);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.orcamento-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.orcamento-info-cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.orcamento-info-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
}

.orcamento-info-card__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  color: var(--green);
  background: var(--green-light);
}

.orcamento-info-card strong {
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
}

.orcamento-info-card span {
  font-size: 13px;
  color: var(--muted);
}

.orcamento-form-card {
  padding: 32px 36px 36px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
}

.orcamento-form-card__header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--border);
}

.orcamento-form-card__header-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  color: var(--green);
  background: var(--green-light);
}

.orcamento-form-card__header h2 {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
}

.orcamento-form-card__header p {
  font-size: 13px;
  color: var(--muted);
}

.orcamento-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.orcamento-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.orcamento-field label,
.orcamento-fieldset legend {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
}

.orcamento-fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.orcamento-field input,
.orcamento-field select,
.orcamento-field textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid #d4e4d8;
  border-radius: 8px;
  font-family: inherit;
  font-size: 14px;
  color: var(--text);
  background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.orcamento-field textarea {
  resize: vertical;
  min-height: 110px;
}

.orcamento-field input::placeholder,
.orcamento-field textarea::placeholder {
  color: #9ab09a;
}

.orcamento-field input:focus,
.orcamento-field select:focus,
.orcamento-field textarea:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(0, 153, 93, 0.12);
}

.orcamento-field select {
  appearance: none;
  cursor: pointer;
  padding-right: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%235a6e5a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}

.orcamento-hint {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: var(--muted);
}

.orcamento-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
}

.orcamento-checkbox-grid--stack {
  grid-template-columns: 1fr;
}

.orcamento-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--text);
  cursor: pointer;
}

.orcamento-checkbox input {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 3px;
  accent-color: var(--green);
}

.orcamento-field__label {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
}

.orcamento-file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.orcamento-file-drop {
  position: relative;
  padding: 28px 20px;
  border: 1.5px dashed #b8d4c4;
  border-radius: 12px;
  text-align: center;
  background: linear-gradient(180deg, #f7fbf8 0%, #f0f7f2 100%);
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}

.orcamento-file-drop:hover,
.orcamento-file-drop--active {
  border-color: var(--green);
  background: #eef8f2;
  box-shadow: 0 0 0 3px rgba(0, 153, 93, 0.1);
}

.orcamento-file-drop--active {
  border-style: solid;
}

.orcamento-file-drop--filled {
  padding: 20px;
}

.orcamento-file-drop__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.orcamento-file-drop__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 4px;
  border-radius: 12px;
  color: var(--green);
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 153, 93, 0.12);
}

.orcamento-file-drop__title {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
}

.orcamento-file-drop__subtitle {
  font-size: 12px;
  color: var(--muted);
}

.orcamento-file-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  padding: 10px 20px;
  border: none;
  border-radius: 999px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  background: var(--green);
  transition: background 0.2s, transform 0.15s;
}

.orcamento-file-btn:hover {
  background: var(--green-dark);
  transform: translateY(-1px);
}

.orcamento-file-drop__hint {
  margin-top: 6px;
  font-size: 12px;
  color: var(--muted);
}

.orcamento-file-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.orcamento-file-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fff;
}

.orcamento-file-item__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  color: var(--green);
  background: var(--green-light);
}

.orcamento-file-item__info {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.orcamento-file-item__name {
  overflow: hidden;
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.orcamento-file-item__size {
  font-size: 11px;
  color: var(--muted);
}

.orcamento-file-item__remove {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 8px;
  color: var(--muted);
  cursor: pointer;
  background: transparent;
  transition: color 0.15s, background 0.15s;
}

.orcamento-file-item__remove:hover {
  color: #b71c1c;
  background: #ffebee;
}

.orcamento-form-error {
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 13px;
  color: #b71c1c;
  background: #ffebee;
  border: 1px solid #ffcdd2;
}

.orcamento-form-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

.orcamento-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 28px;
  border: none;
  border-radius: 999px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  background: var(--green-deep);
  transition: background 0.2s, transform 0.15s;
}

.orcamento-submit:hover {
  background: var(--green-dark);
  transform: translateY(-1px);
}

.orcamento-required {
  font-weight: 700;
  color: #e53935;
}

.orcamento-success {
  padding: 36px 28px;
  text-align: center;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--green-light);
}

.orcamento-success__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--green);
}

.orcamento-success strong {
  display: block;
  margin-bottom: 12px;
  font-size: 20px;
  color: var(--green-deep);
}

.orcamento-success p {
  max-width: 420px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
}

.orcamento-success__note {
  margin-top: 12px !important;
  padding-top: 12px;
  border-top: 1px solid var(--border);
  font-size: 13px !important;
}

.orcamento-success__note strong,
.orcamento-success a {
  color: var(--green-deep);
}

.orcamento-success a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 960px) {
  .orcamento-split {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 40px;
  }

  .orcamento-back,
  .orcamento-info,
  .orcamento-form-card {
    grid-area: auto;
  }

  .orcamento-page {
    padding: 48px 0 72px;
  }

  .orcamento-bg-blob--3 {
    display: none;
  }

  .orcamento-visual {
    max-width: 520px;
  }

  .orcamento-form-card {
    padding: 24px 20px 28px;
  }
}

@media (max-width: 600px) {
  .orcamento-form-row,
  .orcamento-checkbox-grid {
    grid-template-columns: 1fr;
  }

  .orcamento-form-actions {
    justify-content: stretch;
  }

  .orcamento-submit {
    justify-content: center;
    width: 100%;
  }
}
