:root {
      --bg: #edf7f6;
      --bg-2: #f8fbfb;
      --paper: rgba(255,255,255,.78);
      --paper-solid: #f7fbfb;
      --ink: #07090b;
      --muted: #5f6b76;
      --muted-2: #8b99a3;
      --teal: #3aa6a4;
      --teal-2: #2c7d84;
      --petrol: #0c4059;
      --petrol-2: #15394c;
      --dark-card: #3d4644;
      --line: rgba(12,64,89,.10);
      --shadow: 0 24px 70px rgba(12, 64, 89, .12);
      --shadow-soft: 0 12px 35px rgba(12, 64, 89, .08);
      --radius-xl: 34px;
      --radius-lg: 26px;
      --radius-md: 18px;
      --max: 1180px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--ink);
      background:
        radial-gradient(circle at 80% 5%, rgba(62, 177, 171, .20), transparent 34%),
        radial-gradient(circle at 14% 12%, rgba(12, 64, 89, .10), transparent 28%),
        linear-gradient(180deg, #eef8f7 0%, #f8fbfb 34%, #eff8f7 100%);
      overflow-x: hidden;
    }

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

    .page {
      position: relative;
      min-height: 100vh;
    }

    .grain {
      pointer-events: none;
      position: fixed;
      inset: 0;
      opacity: .16;
      mix-blend-mode: multiply;
      background-image:
        linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
      background-size: 42px 42px;
      mask-image: linear-gradient(180deg, black, transparent 64%);
    }

    .nav-wrap {
      position: sticky;
      top: 24px;
      z-index: 50;
      width: min(var(--max), calc(100% - 48px));
      margin: 24px auto 0;
    }

    .nav {
      height: 72px;
      padding: 0 26px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border: 1px solid rgba(255,255,255,.72);
      border-radius: 16px;
      background: rgba(255,255,255,.76);
      backdrop-filter: blur(24px);
      box-shadow: 0 14px 34px rgba(12,64,89,.10);
    }

    .brand {
      display: inline-flex;
      align-items: center;
      flex: 0 0 auto;
      min-width: 112px;
    }

    .brand img {
      display: block;
      width: 116px;
      height: auto;
      object-fit: contain;
    }

    .brand-script {
      font-family: Georgia, "Times New Roman", serif;
      font-style: italic;
      font-weight: 700;
      letter-spacing: -0.09em;
      font-size: 33px;
      line-height: 1;
      color: var(--petrol);
    }

    .brand-script::after {
      content: "+";
      position: relative;
      top: -13px;
      left: 3px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 14px;
      height: 14px;
      border-radius: 999px;
      background: var(--teal);
      color: white;
      font-size: 11px;
      letter-spacing: 0;
      font-family: Inter, sans-serif;
      font-style: normal;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: clamp(20px, 3vw, 40px);
      margin-left: 24px;
      margin-right: auto;
    }

    .nav-links a {
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: rgba(7,9,11,.68);
      transition: color .2s ease, transform .2s ease;
      white-space: nowrap;
    }

    .nav-links a:hover {
      color: var(--petrol);
      transform: translateY(-1px);
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 18px;
    }

    .login {
      font-weight: 800;
      color: #14191d;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      border: 0;
      cursor: pointer;
      font-weight: 900;
      letter-spacing: -.015em;
      border-radius: 14px;
      transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
    }

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

    .btn-primary {
      min-height: 58px;
      padding: 0 34px;
      color: #fff;
      background: var(--petrol);
      box-shadow: 0 18px 35px rgba(12,64,89,.20);
    }

    .btn-primary:hover {
      background: #08344a;
      box-shadow: 0 22px 44px rgba(12,64,89,.28);
    }

    .btn-dark {
      min-height: 66px;
      padding: 0 42px;
      color: #fff;
      background: #050505;
      box-shadow: 0 24px 48px rgba(7, 9, 11, .15);
    }

    .btn-soft {
      min-height: 64px;
      padding: 0 24px;
      color: #101417;
      background: rgba(255,255,255,.72);
      border: 1px solid rgba(12,64,89,.08);
      box-shadow: var(--shadow-soft);
    }

    .btn .arrow {
      width: 28px;
      height: 28px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      background: rgba(255,255,255,.12);
    }

    .btn-soft .arrow {
      background: rgba(12,64,89,.08);
      color: var(--petrol);
    }

    main {
      position: relative;
      z-index: 1;
    }

    .section {
      width: min(var(--max), calc(100% - 48px));
      margin: 0 auto;
    }

    .hero {
      padding: 110px 0 70px;
      text-align: center;
    }

    .eyebrow {
      margin: 0 auto 28px;
      font-size: 12px;
      font-weight: 900;
      letter-spacing: .38em;
      text-transform: uppercase;
      color: var(--petrol);
    }

    .hero h1,
    .section-title {
      margin: 0;
      font-size: clamp(56px, 9.2vw, 124px);
      line-height: .92;
      letter-spacing: -.075em;
      font-weight: 950;
      color: var(--ink);
    }

    .hero h1 span,
    .section-title span,
    .accent {
      color: var(--teal-2);
      font-style: italic;
      letter-spacing: -.08em;
    }

    .hero-copy {
      max-width: 760px;
      margin: 34px auto 0;
      font-size: clamp(19px, 2vw, 24px);
      line-height: 1.55;
      color: var(--muted);
      letter-spacing: -.02em;
    }

    .hero-copy strong {
      color: var(--ink);
      font-weight: 900;
    }

    .hero-actions {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 22px;
      margin-top: 42px;
      flex-wrap: wrap;
    }

    .proof {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      margin-top: 54px;
      color: var(--muted);
      font-weight: 800;
    }

    .avatar-stack {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 4px;
    }

    .avatar {
      width: 34px;
      height: 34px;
      border-radius: 999px;
      border: 3px solid #fff;
      margin-left: -9px;
      background:
        linear-gradient(135deg, rgba(12,64,89,.25), rgba(58,166,164,.45)),
        radial-gradient(circle at 30% 30%, #fff, transparent 35%);
      box-shadow: 0 8px 18px rgba(12,64,89,.14);
    }

    .avatar:first-child {
      margin-left: 0;
    }

    .stars {
      color: var(--teal);
      letter-spacing: .12em;
    }

    .media-stage {
      margin-top: 58px;
      border-radius: var(--radius-xl);
      position: relative;
      min-height: 470px;
      overflow: hidden;
      box-shadow: 0 28px 70px rgba(12,64,89,.18);
      background:
        linear-gradient(180deg, rgba(12,64,89,.05), rgba(255,255,255,.06)),
        url("../images/hero-consulta-presenca-clinica.png");
      background-size: cover;
      background-position: center;
      border: 1px solid rgba(255,255,255,.88);
    }

    .media-stage::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(237,247,246,.08), transparent 38%),
        linear-gradient(0deg, rgba(7,9,11,.10), transparent 44%);
      pointer-events: none;
    }

    .media-fallback {
      position: absolute;
      inset: 0;
      display: grid;
      place-items: center;
      padding: 42px;
      background:
        radial-gradient(circle at 48% 34%, rgba(58,166,164,.22), transparent 28%),
        linear-gradient(135deg, rgba(255,255,255,.85), rgba(226,241,240,.65));
      color: rgba(12,64,89,.18);
      font-size: clamp(80px, 16vw, 180px);
      font-weight: 950;
      letter-spacing: -.08em;
      z-index: -1;
    }

    .floating-card {
      position: absolute;
      z-index: 3;
      border-radius: 17px;
      padding: 18px 20px;
      text-align: left;
      background: rgba(255,255,255,.82);
      backdrop-filter: blur(14px);
      border: 1px solid rgba(255,255,255,.88);
      box-shadow: 0 18px 40px rgba(12,64,89,.14);
    }

    .floating-card small {
      display: block;
      margin-bottom: 10px;
      font-size: 12px;
      font-weight: 950;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: #26333a;
    }

    .floating-card p {
      margin: 0;
      max-width: 250px;
      font-size: 14px;
      line-height: 1.45;
      color: var(--muted);
    }

    .floating-card.transcribing {
      left: 28px;
      bottom: 28px;
    }

    .floating-card.analyzing {
      right: 44px;
      top: 44px;
    }

    .spark {
      color: var(--teal);
      margin-right: 8px;
    }

    .pain {
      padding: 84px 0 70px;
    }

    .split {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 34px;
      align-items: stretch;
    }

    .pain-card {
      border-radius: var(--radius-xl);
      padding: clamp(34px, 5vw, 68px);
      background: rgba(255,255,255,.66);
      border: 1px solid rgba(255,255,255,.88);
      box-shadow: var(--shadow-soft);
    }

    .pain-card.dark {
      background: var(--dark-card);
      color: #fff;
      box-shadow: 0 28px 70px rgba(7,9,11,.20);
    }

    .kicker {
      margin: 0 0 22px;
      font-size: 12px;
      font-weight: 950;
      letter-spacing: .36em;
      text-transform: uppercase;
      color: var(--petrol);
    }

    .pain-card.dark .kicker {
      color: rgba(78,210,203,.95);
    }

    .pain-card h2 {
      margin: 0;
      font-size: clamp(38px, 5.4vw, 72px);
      line-height: .98;
      letter-spacing: -.06em;
    }

    .pain-card p {
      margin: 24px 0 0;
      font-size: 19px;
      line-height: 1.65;
      color: var(--muted);
    }

    .pain-card.dark p {
      color: rgba(255,255,255,.72);
    }

    .quote-line {
      margin-top: 34px;
      padding-top: 30px;
      border-top: 1px solid rgba(255,255,255,.16);
      font-size: clamp(28px, 3.3vw, 44px);
      line-height: 1.08;
      font-weight: 950;
      letter-spacing: -.05em;
    }

    .resources {
      padding: 72px 0 72px;
    }

    .section-head {
      max-width: 780px;
      margin-bottom: 42px;
    }

    .section-head.center {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }

    .section-head h2 {
      margin: 0;
      font-size: clamp(42px, 6vw, 78px);
      line-height: .98;
      letter-spacing: -.065em;
    }

    .section-head p {
      margin: 22px 0 0;
      font-size: 19px;
      line-height: 1.6;
      color: var(--muted);
    }

    .resource-grid {
      display: grid;
      grid-template-columns: 1.35fr .65fr;
      gap: 28px;
    }

    .resource-card {
      position: relative;
      min-height: 260px;
      padding: 40px;
      border-radius: var(--radius-xl);
      background: rgba(255,255,255,.62);
      border: 1px solid rgba(255,255,255,.88);
      box-shadow: var(--shadow-soft);
      overflow: hidden;
    }

    .resource-card.teal {
      background: var(--teal);
      color: #fff;
    }

    .resource-card.dark {
      background: var(--dark-card);
      color: #fff;
    }

    .resource-card h3 {
      margin: 54px 0 12px;
      font-size: 27px;
      letter-spacing: -.04em;
    }

    .resource-card p {
      margin: 0;
      max-width: 580px;
      color: var(--muted);
      font-size: 18px;
      line-height: 1.55;
    }

    .resource-card.teal p,
    .resource-card.dark p {
      color: rgba(255,255,255,.80);
    }

    .icon {
      width: 44px;
      height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      background: rgba(12,64,89,.08);
      color: var(--petrol);
    }

    .resource-card.teal .icon,
    .resource-card.dark .icon {
      background: rgba(255,255,255,.12);
      color: #fff;
    }

    .watermark {
      position: absolute;
      right: 28px;
      bottom: -72px;
      font-size: 230px;
      line-height: 1;
      font-weight: 950;
      letter-spacing: -.09em;
      color: rgba(12,64,89,.07);
      pointer-events: none;
    }

    .side-stack {
      display: grid;
      gap: 28px;
    }

    .flow {
      padding: 84px 0 74px;
      text-align: center;
    }

    .steps {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 22px;
      margin-top: 52px;
    }

    .step {
      padding: 34px 28px;
      min-height: 255px;
      text-align: left;
      border-radius: 26px;
      background: rgba(255,255,255,.62);
      border: 1px solid rgba(255,255,255,.88);
      box-shadow: var(--shadow-soft);
    }

    .step-number {
      display: block;
      font-size: 42px;
      line-height: 1;
      font-weight: 950;
      letter-spacing: -.07em;
      color: rgba(12,64,89,.18);
      margin-bottom: 28px;
    }

    .step h3 {
      margin: 18px 0 12px;
      font-size: 21px;
      line-height: 1.18;
      letter-spacing: -.035em;
    }

    .step p {
      margin: 0;
      color: var(--muted);
      line-height: 1.5;
    }

    .agents {
      padding: 78px 0 72px;
    }

    .agent-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
      margin-top: 44px;
    }

    .agent-card {
      min-height: 190px;
      padding: 32px;
      border-radius: 26px;
      background: rgba(255,255,255,.62);
      border: 1px solid rgba(255,255,255,.88);
      box-shadow: var(--shadow-soft);
    }

    .agent-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 34px;
    }

    .agent-number {
      font-size: 34px;
      line-height: 1;
      font-weight: 950;
      color: var(--petrol);
      letter-spacing: -.06em;
    }

    .agent-card h3 {
      margin: 0 0 10px;
      font-size: 19px;
      letter-spacing: -.03em;
    }

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

    .security {
      padding: 72px 0 96px;
    }

    .security-box {
      display: grid;
      grid-template-columns: .95fr 1.05fr;
      gap: 34px;
      align-items: center;
    }

    .security-copy h2 {
      margin: 0;
      font-size: clamp(44px, 6vw, 78px);
      line-height: .98;
      letter-spacing: -.065em;
    }

    .security-copy p {
      margin: 24px 0 0;
      color: var(--muted);
      font-size: 19px;
      line-height: 1.62;
    }

    .security-panel {
      padding: 44px;
      border-radius: var(--radius-xl);
      background: var(--dark-card);
      color: #fff;
      box-shadow: 0 30px 70px rgba(7,9,11,.18);
    }

    .security-panel h3 {
      margin: 26px 0 14px;
      font-size: 31px;
      letter-spacing: -.045em;
    }

    .security-panel p {
      color: rgba(255,255,255,.72);
      line-height: 1.55;
      font-size: 17px;
    }

    .chips {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
      margin-top: 28px;
    }

    .chip {
      min-height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 9px;
      border: 1px solid rgba(255,255,255,.12);
      background: rgba(255,255,255,.08);
      color: rgba(255,255,255,.82);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: .04em;
    }

    .platforms {
      padding: 74px 0 92px;
      text-align: center;
    }

    .platform-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
      margin-top: 44px;
    }

    .platform-card {
      padding: 34px;
      min-height: 170px;
      text-align: left;
      border-radius: 25px;
      background: rgba(255,255,255,.62);
      border: 1px solid rgba(255,255,255,.88);
      box-shadow: var(--shadow-soft);
    }

    .platform-card h3 {
      margin: 26px 0 8px;
      font-size: 20px;
      letter-spacing: -.03em;
    }

    .platform-card p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
    }

    .badge {
      display: inline-flex;
      height: 24px;
      padding: 0 10px;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      background: rgba(58,166,164,.12);
      color: var(--teal-2);
      font-size: 10px;
      font-weight: 950;
      letter-spacing: .11em;
      text-transform: uppercase;
    }

    .badge.available {
      background: rgba(12,64,89,.10);
      color: var(--petrol);
    }

    .final-cta {
      padding: 40px 0 110px;
    }

    .cta-box {
      padding: clamp(44px, 7vw, 82px);
      text-align: center;
      border-radius: 42px;
      background:
        radial-gradient(circle at 75% 15%, rgba(58,166,164,.18), transparent 32%),
        rgba(255,255,255,.70);
      border: 1px solid rgba(255,255,255,.88);
      box-shadow: var(--shadow);
    }

    .cta-box h2 {
      margin: 0;
      font-size: clamp(46px, 7vw, 88px);
      line-height: .94;
      letter-spacing: -.07em;
    }

    .cta-box p {
      max-width: 710px;
      margin: 24px auto 0;
      color: var(--muted);
      font-size: 20px;
      line-height: 1.55;
    }

    .cta-box .hero-actions {
      margin-top: 36px;
    }

    footer {
      padding: 34px 0 48px;
      border-top: 1px solid rgba(12,64,89,.08);
      color: var(--muted);
      font-size: 14px;
    }

    .footer-inner {
      width: min(var(--max), calc(100% - 48px));
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap;
    }

    @media (max-width: 980px) {
      .nav {
        height: auto;
        min-height: 72px;
        gap: 20px;
        flex-wrap: wrap;
      }

      .nav-links {
        order: 3;
        width: 100%;
        justify-content: center;
        gap: 18px;
        flex-wrap: wrap;
      }

      .hero {
        padding-top: 78px;
      }

      .split,
      .resource-grid,
      .security-box {
        grid-template-columns: 1fr;
      }

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

      .media-stage {
        min-height: 390px;
      }
    }

    @media (max-width: 640px) {
      .nav-wrap,
      .section,
      .footer-inner {
        width: min(100% - 28px, var(--max));
      }

      .nav {
        padding: 16px;
      }

      .nav-links {
        display: none;
      }

      .login {
        display: none;
      }

      .hero h1,
      .section-title {
        font-size: clamp(48px, 14vw, 76px);
      }

      .hero-copy {
        font-size: 18px;
      }

      .hero-actions {
        align-items: stretch;
      }

      .btn-dark,
      .btn-primary,
      .btn-soft {
        width: 100%;
      }

      .proof {
        flex-direction: column;
      }

      .media-stage {
        min-height: 340px;
        border-radius: 24px;
      }

      .floating-card {
        position: relative;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        margin: 16px;
      }

      .steps,
      .agent-grid,
      .platform-grid,
      .chips {
        grid-template-columns: 1fr;
      }

      .pain-card,
      .resource-card,
      .security-panel,
      .cta-box {
        padding: 30px;
      }
    }

/* ===== CORREÇÃO HOSTINGER: NAVBAR SEM ESTOURAR A LARGURA ===== */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

.nav-wrap {
  width: min(var(--max), calc(100% - 96px));
}

.nav {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(18px, 2vw, 34px);
  overflow: visible;
}

.brand {
  flex: 0 0 auto;
  min-width: 124px;
}

.brand img {
  width: 122px;
  max-width: 122px;
}

.nav-links {
  min-width: 0;
  margin: 0;
  justify-content: center;
  gap: clamp(18px, 2.25vw, 38px);
}

.nav-links a {
  letter-spacing: .15em;
}

.nav-actions {
  flex: 0 0 auto;
  gap: 12px;
  white-space: nowrap;
}

.nav-actions .login {
  white-space: nowrap;
  font-size: 15px;
  line-height: 1;
}

.nav-actions .btn-primary {
  min-height: 56px;
  padding: 0 26px;
  white-space: nowrap;
}

@media (max-width: 1320px) {
  .nav-wrap {
    width: min(var(--max), calc(100% - 48px));
  }

  .nav {
    padding: 0 18px;
    gap: 18px;
  }

  .brand {
    min-width: 110px;
  }

  .brand img {
    width: 108px;
  }

  .nav-links {
    gap: 18px;
  }

  .nav-links a {
    font-size: 12px;
    letter-spacing: .13em;
  }

  .nav-actions .login {
    font-size: 14px;
  }

  .nav-actions .btn-primary {
    padding: 0 22px;
  }
}

@media (max-width: 1180px) {
  .nav-actions .login {
    display: none;
  }
}

@media (max-width: 980px) {
  .nav {
    display: flex;
    overflow: visible;
  }

  .nav-actions .login {
    display: inline-flex;
  }
}

@media (max-width: 640px) {
  .nav-actions .login {
    display: none;
  }

  .brand img {
    width: 104px;
  }
}


/* Correções Hostinger: imagens e CTAs */
.media-fallback {
  display: none;
}

.nav-actions .login {
  white-space: nowrap;
}

@media (max-width: 1120px) {
  .nav-links {
    gap: 20px;
  }

  .nav-links a {
    font-size: 11px;
    letter-spacing: .22em;
  }

  .nav-actions {
    gap: 10px;
  }

  .nav-actions .login {
    display: none;
  }
}

@media (max-width: 760px) {
  .nav {
    height: auto;
    min-height: 68px;
    padding: 14px 18px;
    gap: 14px;
  }

  .brand img {
    width: 104px;
  }

  .nav-actions .btn {
    padding: 13px 16px;
    font-size: 13px;
  }
}
