/* Gerado por build.py a partir de reset.css, variables.css, base.css, layout.css, components.css, responsive.css. Nao editar direto, editar os arquivos-fonte. */

/* ---- reset.css ---- */
/* css/reset.css — Norclin — extraído do index.html único em 03/09/2026, seguindo templates/sites/PADRAO-BASE.md */

  /* ==========================================================================
     DRAFT INICIAL — 14/08/2026
     Faltam do cliente: logo, fotos reais das duas unidades, textos institucionais
     revisados, depoimentos, telefone de WhatsApp. Todo bloco pendente está
     marcado com [PENDENTE CLIENTE]. Endereço da matriz confirmado via busca
     pública. Estrutura pronta pra virar PADRAO-BASE modular quando o material
     oficial chegar (ver templates/sites/PADRAO-BASE.md).
     ========================================================================== */

  * { margin: 0; padding: 0; box-sizing: border-box; }
  [hidden] { display: none !important; }

/* ---- variables.css ---- */
/* css/variables.css — Norclin — extraído do index.html único em 03/09/2026, seguindo templates/sites/PADRAO-BASE.md */

  :root {
    --bg: #F7F9FC;
    --bg-alt: #EDF2F8;
    --ink: #0B1D38;
    --ink-soft: #40516A;
    --ink-muted: #718096;
    --primary: #12366A;
    --primary-dark: #071E42;
    --primary-tint: #E7EFF9;
    --line: #D7E0EC;
    --white: #FFFFFF;
    --radius: 10px;
  }

  /* VISUAL REFRESH 2026 */
  /* Paleta revisada conforme a identidade do Grupo Norclin: azul-marinho dominante,
     superficies frias azuladas e verde restrito as acoes que abrem o WhatsApp. */
  :root {
    --bg: #F7F9FC;
    --bg-alt: #EDF2F8;
    --ink: #0B1D38;
    --ink-soft: #40516A;
    --ink-muted: #718096;
    --primary: #12366A;
    --primary-dark: #071E42;
    --primary-tint: #E7EFF9;
    --action: #174C88;
    --action-dark: #0E376A;
    --whatsapp: #128C6B;
    --whatsapp-dark: #0D7055;
    --accent: #65559A;
    --line: #D7E0EC;
    --white: #FFFFFF;
    --radius: 18px;
    --shadow-sm: 0 12px 34px rgba(18, 54, 106, 0.09);
    --shadow-lg: 0 30px 80px rgba(7, 30, 66, 0.17);
  }

/* ---- base.css ---- */
/* css/base.css — Norclin — extraído do index.html único em 03/09/2026, seguindo templates/sites/PADRAO-BASE.md */

  html { scroll-behavior: smooth; }
  body {
    background: var(--bg);
    color: var(--ink);
    font-family: 'IBM Plex Sans', -apple-system, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }
  h1, h2, h3, h4 { font-family: 'Archivo', sans-serif; letter-spacing: -0.01em; color: var(--ink); }
  a { color: inherit; text-decoration: none; }
  ul { list-style: none; }

  body {
    background:
      radial-gradient(circle at 86% 2%, rgba(18,54,106,0.09), transparent 22rem),
      var(--bg);
  }
  h1, h2, h3, h4 { letter-spacing: -0.035em; }

/* ---- layout.css ---- */
/* css/layout.css — Norclin — extraído do index.html único em 03/09/2026, seguindo templates/sites/PADRAO-BASE.md */

  .container { max-width: 1300px; margin: 0 auto; padding: 0 24px; }

  /* HEADER */
  .site-header {
    position: sticky; top: 0; z-index: 100; background: rgba(251,250,247,0.94);
    backdrop-filter: blur(8px); border-bottom: 1px solid var(--line);
  }
  .site-header .container { display: flex; align-items: center; justify-content: space-between; height: 76px; }
  .site-nav ul { display: flex; gap: 32px; }
  .site-nav a { font-size: 14.5px; font-weight: 500; color: var(--ink-soft); }
  .site-nav a:hover { color: var(--primary); }

  /* FOOTER */
  footer { background: var(--bg-alt); color: var(--ink-soft); padding: 48px 0 24px; font-size: 14px; border-top: 1px solid var(--line); }
  footer a { color: var(--ink-soft); }
  footer a:hover { color: var(--primary); }
  .container { max-width: 1300px; padding-inline: clamp(20px, 4vw, 48px); }

  .site-header {
    background: rgba(247,249,252,0.9);
    backdrop-filter: blur(18px);
    border-color: rgba(16,32,28,0.08);
  }
  .site-header .container { height: 84px; }
  .site-nav ul { gap: 38px; }
  .site-nav a { position: relative; font-weight: 600; }
  .site-nav a::after {
    content: ''; position: absolute; left: 0; right: 100%; bottom: -9px;
    height: 2px; border-radius: 99px; background: var(--primary); transition: right 0.2s ease;
  }
  .site-nav a:hover::after { right: 0; }

  footer { padding: 64px 0 30px; }

/* ---- components.css ---- */
/* css/components.css — Norclin — extraído do index.html único em 03/09/2026, seguindo templates/sites/PADRAO-BASE.md */

  img { max-width: 100%; display: block; }
  section { padding: 88px 0; }

  .placeholder-tag {
    display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: 0.06em;
    text-transform: uppercase; color: #9A6B00; background: #FFF3D6; border: 1px solid #F0D896;
    border-radius: 4px; padding: 3px 8px; margin-bottom: 8px;
  }
  .media-placeholder {
    background: var(--bg-alt); border: 1.5px dashed var(--line); border-radius: var(--radius);
    display: flex; align-items: center; justify-content: center; text-align: center;
    color: var(--ink-muted); font-size: 13.5px; padding: 24px; min-height: 220px;
  }
  .logo { display: flex; align-items: center; }
  .logo-img { height: 38px; width: auto; display: block; }
  .header-actions { display: flex; align-items: center; gap: 16px; }
  .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 600; font-size: 14.5px; border-radius: 8px; padding: 13px 22px; border: none; cursor: pointer; transition: transform 0.15s ease, background 0.15s ease; }
  .btn .whatsapp-icon { width: 19px; height: 19px; flex: 0 0 19px; }
  .btn .cta-icon { width: 19px; height: 19px; flex: 0 0 19px; }
  .btn-label-short { display: none; }
  .btn-primary { background: var(--action); color: var(--white); }
  .btn-primary:hover { background: var(--action-dark); transform: translateY(-1px); }
  .btn-ghost { background: transparent; color: var(--primary-dark); border: 1.5px solid var(--line); }
  .btn-ghost:hover { border-color: var(--primary); }
  .nav-toggle { display: none; background: none; border: none; cursor: pointer; }

  /* HERO */
  .hero { padding: 76px 0 64px; position: relative; overflow: hidden; }
  .hero-bg { position: absolute; inset: 0; z-index: 0; }
  .hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 34%; }
  .hero-bg::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(90deg, var(--bg) 0%, var(--bg) 32%, rgba(247,249,252,0.9) 48%, rgba(247,249,252,0.42) 66%, rgba(247,249,252,0.05) 82%);
  }
  .hero .container { position: relative; z-index: 1; }
  .hero-copy { max-width: 620px; }
  .hero-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--primary-tint); color: var(--primary-dark); font-size: 13px; font-weight: 600; padding: 7px 14px; border-radius: 999px; margin-bottom: 20px; }
  .hero h1 { font-size: 44px; line-height: 1.12; font-weight: 800; margin-bottom: 18px; }
  .hero p.lead { font-size: 17px; color: var(--ink-soft); max-width: 500px; margin-bottom: 14px; }
  .hero-highlight { font-size: 15.5px; font-weight: 700; color: var(--primary-dark); max-width: 520px; margin-bottom: 26px; }
  .hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 14px; }
  .hero-microcopy { font-size: 13px; color: var(--ink-muted); margin-bottom: 18px; }
  .hero-selos { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
  .hero-selo { display: inline-flex; align-items: center; gap: 6px; background: var(--primary-tint); color: var(--primary-dark); font-size: 12.5px; font-weight: 600; padding: 6px 12px; border-radius: 999px; }
  .hero-selo svg { flex-shrink: 0; }
  .hero-mobile-primary { display: none; }
  .hero-mobile-only { display: none; }
  .hero-mobile-photo { display: none; }

  /* FAIXA */
  .marquee-strip {
    position: relative; z-index: 1;
    border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
    background: var(--bg-alt); overflow: hidden; height: 48px;
    display: flex; align-items: center;
  }
  .marquee-track { display: flex; gap: 0; animation: marquee 25s linear infinite; white-space: nowrap; }
  @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
  .marquee-item {
    display: flex; align-items: center; gap: 20px; padding: 0 40px;
    font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em;
    color: var(--ink-muted);
  }
  .marquee-item .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }

  /* DOR */
  .dor { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .dor-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 56px; align-items: center; }
  .section-head { max-width: 620px; margin-bottom: 44px; }
  .section-eyebrow { font-size: 12.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--primary); margin-bottom: 10px; }
  .section-head h2 { font-size: 30px; font-weight: 800; }
  .dor-texto p { font-size: 16px; color: var(--ink-soft); line-height: 1.7; margin-bottom: 20px; max-width: 720px; }
  .dor-texto .btn { margin-top: 8px; }
  .dor-foto { border-radius: 20px; overflow: hidden; aspect-ratio: 4 / 3; }
  .dor-foto img { width: 100%; height: 100%; object-fit: cover; display: block; }

  /* SERVICOS */

  /* AUTORIDADE */
  .autoridade { background: var(--bg); }
  .autoridade .container { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: center; }
  .autoridade-copy { grid-column: 1; grid-row: 1; }
  .autoridade-foto { position: relative; grid-column: 2; grid-row: 1; }
  .autoridade-foto-inner { border-radius: 14px; overflow: hidden; aspect-ratio: 3 / 4; }
  .autoridade-foto-inner img { width: 100%; height: 100%; object-fit: cover; }
  .autoridade-badge {
    position: absolute; left: -18px; bottom: -18px; z-index: 2; max-width: 180px;
    background: var(--white); border-radius: 14px; padding: 16px 20px;
  }
  .autoridade-badge .num { font-family: 'Archivo', sans-serif; font-size: 30px; font-weight: 800; color: var(--primary); line-height: 1; }
  .autoridade-badge .lbl { font-size: 12.5px; color: var(--ink-soft); line-height: 1.4; margin-top: 6px; }
  .autoridade h2 { font-size: 30px; font-weight: 800; margin-bottom: 8px; }
  .autoridade .registro { font-size: 14px; color: var(--ink-muted); margin-bottom: 20px; font-weight: 600; }
  .autoridade .lead { font-size: 17px; color: var(--ink-soft); margin-bottom: 16px; max-width: 560px; }
  .autoridade .detalhe { font-size: 14.5px; color: var(--ink-muted); line-height: 1.6; margin-bottom: 24px; max-width: 560px; }
  .autoridade-cta { margin-top: 24px; }

  .servicos-head { max-width: 760px; margin: 0 auto 42px; text-align: center; }
  .servicos-head .section-eyebrow { margin-inline: auto; }
  .servicos-head h2 { margin-bottom: 14px; }
  .servicos-head p { color: var(--ink-soft); font-size: 16px; line-height: 1.65; }
  .servicos-grupos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .servico-grupo {
    display: flex; flex-direction: column; align-items: center; min-height: 286px;
    background: rgba(255,255,255,0.82); border: 1px solid rgba(18,54,106,0.11);
    border-radius: 20px; padding: 28px 24px 22px; text-align: center;
  }
  .servico-icon {
    width: 50px; height: 50px; border-radius: 50%; background: var(--primary);
    color: var(--white); display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
  }
  .servico-grupo h3 { font-size: 18px; margin-bottom: 10px; }
  .servico-resumo { font-size: 14px; color: var(--ink-soft); line-height: 1.55; margin-bottom: 20px; }
  .servico-link {
    display: flex; align-items: center; justify-content: center; width: 100%; margin-top: auto;
    min-height: 38px; padding: 9px 14px; border: 1px solid rgba(18,54,106,0.12);
    border-radius: 999px; background: var(--primary-tint); color: var(--primary-dark);
    font-size: 12.5px; font-weight: 700; transition: background 0.2s ease, color 0.2s ease;
  }
  .servico-link:hover { background: var(--primary); color: var(--white); }
  .servicos-cta {
    display: flex; align-items: center; justify-content: space-between; gap: 30px;
    margin-top: 28px; padding: 36px 40px; border-radius: 22px;
    background: linear-gradient(135deg, var(--primary-dark), var(--primary)); color: var(--white);
    box-shadow: var(--shadow-lg); text-align: left;
  }
  .servicos-cta-copy { max-width: 650px; }
  .servicos-cta h3 { color: var(--white); font-size: clamp(23px, 2.5vw, 31px); margin-bottom: 8px; }
  .servicos-cta p { color: rgba(255,255,255,0.76); font-size: 14px; line-height: 1.6; }
  .servicos-cta .btn { flex-shrink: 0; background: var(--white); color: var(--primary-dark); }
  .servicos-cta .btn:hover { background: var(--primary-tint); }

  /* ESTRUTURA REAL */
  .estrutura { background: var(--white); overflow: hidden; }
  .estrutura-head {
    display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 34px;
  }
  .estrutura-head .section-head { margin-bottom: 0; }
  .estrutura-head .btn { flex-shrink: 0; }
  .estrutura-carousel {
    display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory;
    scrollbar-width: none; -ms-overflow-style: none; padding: 4px 0 10px;
  }
  .estrutura-carousel::-webkit-scrollbar { display: none; }
  .estrutura-card {
    position: relative; flex: 0 0 min(390px, 76vw); aspect-ratio: 4 / 3; overflow: hidden;
    border-radius: 20px; scroll-snap-align: start; background: var(--bg-alt); box-shadow: var(--shadow-sm);
  }
  .estrutura-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.35s ease; }
  .estrutura-card:hover img { transform: scale(1.025); }
  .estrutura-card figcaption {
    position: absolute; inset: auto 14px 14px; width: fit-content; max-width: calc(100% - 28px);
    padding: 8px 11px; border-radius: 999px; color: #fff; background: rgba(7,30,66,0.84);
    backdrop-filter: blur(8px); font-size: 12px; font-weight: 700;
  }
  .estrutura-nav { display: flex; gap: 10px; margin-top: 20px; }
  .estrutura-nav button {
    width: 42px; height: 42px; border-radius: 50%; border: 1.5px solid var(--line);
    background: var(--white); cursor: pointer; display: flex; align-items: center;
    justify-content: center; color: var(--ink-soft);
  }
  .estrutura-nav button:hover { border-color: var(--primary); color: var(--primary); }

  /* BENEFICIOS */
  .beneficios { background: var(--white); }
  .beneficios-list { display: grid; grid-template-columns: repeat(4, 1fr); }
  .beneficio-item { padding: 0 26px; border-left: 1px solid var(--line); }
  .beneficio-item:first-child { border-left: 0; padding-left: 0; }
  .beneficio-num { display: block; font-family: 'Archivo', sans-serif; font-size: 44px; font-weight: 800; color: #C7D6E5; margin-bottom: 16px; line-height: 1; }
  .beneficio-item h3 { font-size: 18px; margin-bottom: 10px; }
  .beneficio-item p { font-size: 14px; color: var(--ink-soft); line-height: 1.6; }

  /* DESTAQUE RAIO-X */
  .raiox-destaque { background: linear-gradient(135deg, var(--primary-dark), #0B2F62); color: #fff; }
  .raiox-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
  .raiox-destaque .section-eyebrow { color: #9DC3E0; }
  .raiox-destaque h2 { color: #fff; font-size: clamp(28px, 3.4vw, 38px); line-height: 1.15; margin-bottom: 16px; }
  .raiox-destaque p { color: #C9D8E6; margin-bottom: 26px; line-height: 1.7; max-width: 460px; }
  .raiox-foto { aspect-ratio: 4 / 3; border-radius: 20px; overflow: hidden; }
  .raiox-foto img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .raiox-foto.media-placeholder {
    min-height: 0; border: 1.5px dashed rgba(255,255,255,0.22); background: rgba(255,255,255,0.04);
    color: #C9D8E6;
  }

  /* DIFERENCIAIS */
  .diferenciais { background: var(--bg); }
  .diferenciais-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center; }
  .diferenciais h2 { font-size: clamp(28px, 3.4vw, 38px); line-height: 1.15; margin-bottom: 18px; }
  .diferenciais > .container > div > p { color: var(--ink-soft); line-height: 1.75; max-width: 500px; }
  .diferenciais-lista { display: flex; flex-direction: column; gap: 16px; }
  .diferenciais-lista li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; font-weight: 600; line-height: 1.4; }
  .diferenciais-lista li svg { flex-shrink: 0; margin-top: 2px; color: var(--action); }

  /* COMO FUNCIONA */
  .como-funciona { background: var(--white); }
  .passos-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-bottom: 40px; }
  .passo-item { position: relative; padding-top: 26px; }
  .passo-item::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--line); }
  .passo-item::after { content: ''; position: absolute; top: -3px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--action); }
  .passo-num { display: block; font-family: 'Archivo', sans-serif; font-size: 14px; font-weight: 800; letter-spacing: 0.08em; color: var(--action); margin-bottom: 14px; }
  .passo-item h3 { font-size: 19px; margin-bottom: 10px; }
  .passo-item p { font-size: 14px; color: var(--ink-soft); line-height: 1.6; }

  /* FAQ */
  .faq { background: var(--bg); }
  .faq-list { border-top: 1px solid var(--line); }
  .faq-item { border-bottom: 1px solid var(--line); padding: 22px 0; }
  .faq-item summary { display: flex; align-items: baseline; gap: 16px; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 16.5px; cursor: pointer; list-style: none; }
  .faq-item summary::-webkit-details-marker { display: none; }
  .faq-item summary::after { content: '+'; margin-left: auto; font-size: 24px; font-weight: 400; color: var(--action); flex-shrink: 0; }
  .faq-item[open] summary::after { content: '\2212'; }
  .faq-index { font-size: 13px; font-weight: 800; color: var(--action); flex-shrink: 0; }
  .faq-item p { margin-top: 14px; padding-left: 36px; color: var(--ink-soft); font-size: 15px; line-height: 1.7; max-width: 640px; }

  /* UNIDADES */
  .unidades { background: var(--primary-dark); color: var(--white); }
  .unidades .section-eyebrow { color: #A9C6E4; }
  .unidades .section-head h2 { color: var(--white); }
  .unidades .section-head p { color: #C9DAD5; max-width: 620px; margin-top: 10px; }
  .unidades-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
  .unidades-tabs { display: flex; gap: 10px; margin-bottom: 26px; }
  .unidade-tab {
    border: 1px solid rgba(255,255,255,0.24); border-radius: 999px; padding: 11px 18px;
    background: transparent; color: #D5E2EC; font: inherit; font-size: 14px; font-weight: 700; cursor: pointer;
  }
  .unidade-tab.is-active { background: var(--white); color: var(--primary-dark); border-color: var(--white); }
  .unidades-grid { grid-template-columns: 1fr; }
  .unidade-card { grid-template-columns: 1.1fr 0.9fr; }
  .unidade-card:not([hidden]) { display: grid; }

  .unidade-card {
    background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14);
    border-radius: var(--radius); overflow: hidden;
    display: flex; flex-direction: column;
  }
  /* foto da unidade: 4:3, no topo do card, sangrando ate as bordas */
  .unidade-foto { position: relative; width: 100%; aspect-ratio: 4 / 3; background: rgba(255,255,255,0.05); overflow: hidden; }
  .unidade-foto img { width: 100%; height: 100%; object-fit: cover; }
  .unidade-slider { width: 100%; height: 100%; display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; -ms-overflow-style: none; }
  .unidade-slider::-webkit-scrollbar { display: none; }
  .unidade-slide { flex: 0 0 100%; height: 100%; scroll-snap-align: start; }
  .unidade-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .unidade-slider-dots {
    position: absolute; z-index: 2; left: 50%; bottom: 14px; transform: translateX(-50%);
    display: flex; align-items: center; gap: 7px; padding: 8px 10px; border-radius: 999px;
    background: rgba(7,30,66,0.72); backdrop-filter: blur(10px);
  }
  .unidade-slider-dot {
    width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px;
    background: rgba(255,255,255,0.48); cursor: pointer;
    transition: width 0.2s ease, background 0.2s ease;
  }
  .unidade-slider-dot.is-active { width: 22px; background: var(--white); }
  .unidade-foto-provisoria { position: relative; }
  .unidade-foto-provisoria::after {
    content: 'Imagem provisória'; position: absolute; left: 16px; bottom: 16px;
    padding: 7px 11px; border-radius: 999px; background: rgba(7,30,66,0.88);
    color: var(--white); font-size: 11px; font-weight: 700; letter-spacing: 0.05em;
    text-transform: uppercase; backdrop-filter: blur(8px);
  }
  .unidade-foto.media-placeholder {
    min-height: 0; border: none; border-bottom: 1.5px dashed rgba(255,255,255,0.2);
    border-radius: 0; background: rgba(255,255,255,0.04); color: #C9DAD5;
  }
  .unidade-body { padding: 26px 28px 28px; display: flex; flex-direction: column; flex: 1; }
  .unidade-card .tag { display: inline-block; font-size: 11.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: #A9C6E4; margin-bottom: 8px; }
  .unidade-card h3 { color: var(--white); font-size: 20px; margin-bottom: 8px; }
  .unidade-papel { font-size: 14.5px; color: #C9DAD5; line-height: 1.55; margin-bottom: 20px; }
  .unidade-info { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 18px; display: grid; gap: 14px; margin-bottom: 22px; }
  .unidade-info .rot { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 4px; }
  .unidade-info p { font-size: 14px; color: #C9DAD5; line-height: 1.55; }
  .unidade-acoes { display: flex; gap: 10px; margin-top: auto; flex-wrap: wrap; }
  .unidade-acoes .btn { flex: 1; min-width: 148px; }
  .unidade-acoes .btn-ghost { color: var(--white); border-color: rgba(255,255,255,0.28); }
  .unidade-acoes .btn-ghost:hover { border-color: #A9C6E4; }
  .unidade-acoes .btn-primary { background: var(--whatsapp); }
  .unidade-acoes .btn-primary:hover { background: var(--whatsapp-dark); }

  /* DEPOIMENTOS */
  .depo-carousel { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; }
  .depo-carousel::-webkit-scrollbar { display: none; }
  .depo-card { scroll-snap-align: start; flex: 0 0 320px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; gap: 14px; }
  .depo-head { display: flex; align-items: center; gap: 12px; }
  .depo-avatar { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 18px; color: #fff; flex-shrink: 0; }
  .depo-who { min-width: 0; }
  .depo-name { font-weight: 700; font-size: 15px; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .depo-source { display: flex; align-items: center; gap: 5px; font-size: 12.5px; color: var(--ink-muted); margin-top: 2px; }
  .depo-stars { display: flex; gap: 2px; }
  .depo-text { font-size: 14.5px; color: var(--ink-soft); line-height: 1.6; }
  .depo-time { font-size: 12.5px; color: var(--ink-muted); margin-top: auto; padding-top: 6px; }
  .depo-nav { display: flex; gap: 10px; margin-top: 22px; }
  .depo-nav button { width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid var(--line); background: var(--white); cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--ink-soft); transition: border-color 0.15s ease, color 0.15s ease; }
  .depo-nav button:hover { border-color: var(--primary); color: var(--primary); }

  /* CTA FINAL */
  .cta-final { background: var(--bg-alt); }
  .contato-cta { max-width: 640px; margin: 0 auto; text-align: center; background: var(--primary-tint); border-radius: 28px; padding: 48px 32px; }
  .contato-cta h2 { font-size: 28px; margin-bottom: 14px; }
  .contato-cta > p { color: var(--ink-soft); max-width: 520px; margin: 0 auto 14px; line-height: 1.7; }
  .contato-trust { font-size: 13.5px; font-weight: 700; color: var(--primary-dark); margin-bottom: 28px; }
  .contato-form { text-align: left; background: var(--white); border-radius: 20px; padding: 28px; }
  .form-row { margin-bottom: 16px; }
  .form-row label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; color: var(--ink-soft); }
  .form-row input { width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 8px; font-size: 15px; font-family: inherit; background: var(--bg); }
  .form-row input:focus { outline: none; border-color: var(--action); }
  .contato-form .btn { width: 100%; min-height: 52px; margin-top: 6px; }
  .form-note { font-size: 12px; color: var(--ink-muted); margin: 10px 0 0; text-align: center; }
  .form-confirm { display: none; font-size: 13.5px; font-weight: 600; color: var(--action-dark); background: var(--primary-tint); border-radius: 10px; padding: 12px 14px; margin: 14px 0 0; text-align: center; }
  .form-confirm.is-visible { display: block; }
  .footer-grid { display: grid; grid-template-columns: 1.1fr 0.7fr 1.1fr 1.1fr; gap: 32px; padding-bottom: 36px; }
  .footer-brand img { height: 30px; display: block; margin-bottom: 14px; }
  .footer-desc { font-size: 13.5px; line-height: 1.6; max-width: 280px; }
  .footer-heading { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 15px; color: var(--primary-dark); margin-bottom: 16px; }
  .footer-links { display: flex; flex-direction: column; gap: 10px; }
  .footer-links a { font-size: 14px; }
  .footer-contact-item { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 14px; font-size: 13.5px; line-height: 1.55; }
  .footer-contact-item svg { flex-shrink: 0; margin-top: 2px; color: var(--primary); }
  .footer-contact-item a { font-weight: 600; }
  .footer-bottom { border-top: 1px solid var(--line); padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 12.5px; color: var(--ink-muted); }
  .footer-bottom a { color: var(--ink-muted); }
  .footer-bottom a:hover { color: var(--primary); }

  /* WHATSAPP FLOAT */
  .wa-float {
    position: fixed; bottom: 22px; right: 22px; z-index: 200; width: 56px; height: 56px;
    border-radius: 50%; background: var(--action); display: flex; align-items: center; justify-content: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2); cursor: pointer; border: none;
  }

  /* Fade-in */
  /* Conteudo sempre visivel. A pagina nao depende de animacao ou JavaScript para aparecer. */
  .fade-in, .fade-in.is-visible { opacity: 1; transform: none; }
  section { padding: clamp(72px, 9vw, 120px) 0; }

  a:focus-visible, button:focus-visible, input:focus-visible {
    outline: 3px solid rgba(217,164,65,0.55);
    outline-offset: 3px;
  }
  .logo-img { height: 52px; }

  .btn {
    min-height: 48px; border-radius: 999px; padding: 13px 24px;
    box-shadow: none; transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  }
  .btn-primary { background: linear-gradient(135deg, var(--action), #295F9E); box-shadow: 0 9px 24px rgba(18,54,106,0.24); }
  .btn-primary:hover { background: linear-gradient(135deg, var(--action-dark), #174C88); transform: translateY(-2px); box-shadow: 0 14px 28px rgba(7,30,66,0.3); }
  .btn-ghost { border-color: rgba(18,54,106,0.18); background: rgba(255,255,255,0.62); }

  .hero { position: relative; overflow: hidden; padding: clamp(74px, 9vw, 124px) 0 clamp(78px, 8vw, 108px); }
  .hero-bg::after {
    background: linear-gradient(90deg, var(--bg) 0%, var(--bg) 30%, rgba(247,249,252,0.9) 38%, rgba(247,249,252,0.6) 44%, rgba(247,249,252,0.22) 50%, rgba(247,249,252,0.04) 55%, transparent 58%);
  }
  .hero-badge {
    border: 1px solid rgba(18,54,106,0.14); padding: 8px 15px;
    letter-spacing: 0.02em; box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
  }
  .hero-badge::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(217,164,65,0.16); }
  .hero h1 { font-size: clamp(40px, 5.2vw, 66px); line-height: 1.02; max-width: 640px; margin-bottom: 24px; }
  .hero p.lead { font-size: clamp(17px, 1.55vw, 20px); line-height: 1.7; max-width: 500px; margin-bottom: 34px; }
  .hero-ctas { margin-bottom: 38px; }

  .section-head { max-width: 750px; margin-bottom: 52px; }
  .section-eyebrow { color: var(--primary); letter-spacing: 0.14em; margin-bottom: 14px; }
  .section-head h2, .autoridade h2 { font-size: clamp(31px, 3.6vw, 46px); line-height: 1.12; }
  .section-head > p { margin-top: 16px; font-size: 17px; color: var(--ink-soft); }

  .dor { background: var(--white); border: 0; }
  .dor-foto { box-shadow: var(--shadow-lg); }

  .autoridade { background: linear-gradient(180deg, #F3F7FB, var(--bg)); }
  .autoridade .container { grid-template-columns: 1.16fr 0.84fr; gap: clamp(44px, 8vw, 100px); }
  .autoridade-foto-inner { border-radius: 28px; box-shadow: var(--shadow-lg); background: linear-gradient(145deg, #DCE8F2, #B9CFE0); border: 0; }
  .autoridade-badge { box-shadow: var(--shadow-lg); }
  .autoridade .registro { display: inline-flex; padding: 7px 12px; border-radius: 999px; color: var(--primary-dark); background: var(--primary-tint); margin: 12px 0 22px; }
  .autoridade .lead { font-size: 18px; line-height: 1.75; }
  .autoridade .detalhe { font-size: 15px; line-height: 1.7; }

  #servicos { background: var(--bg); }
  .servicos-grupos { gap: 16px; }
  .servico-grupo {
    border-color: rgba(18,54,106,0.1);
    box-shadow: 0 8px 26px rgba(18,54,106,0.04); transition: box-shadow 0.22s ease, border-color 0.22s ease;
  }
  .servico-grupo:hover { border-color: rgba(18,54,106,0.24); box-shadow: var(--shadow-sm); }

  .unidades { position: relative; background: var(--primary-dark); overflow: hidden; }
  .unidades::after { content: ''; position: absolute; width: 520px; height: 520px; right: -250px; bottom: -320px; border: 1px solid rgba(255,255,255,0.1); border-radius: 50%; }
  .unidades .container { position: relative; z-index: 1; }
  .unidades-grid { gap: 22px; }
  .unidade-card { border-radius: 22px; background: rgba(255,255,255,0.075); border-color: rgba(255,255,255,0.13); backdrop-filter: blur(8px); }
  .unidade-foto { aspect-ratio: 16 / 10; }
  .unidade-body { padding: 32px; }
  .unidade-card h3 { font-size: 24px; }
  .unidade-papel { min-height: 70px; }

  .galeria-carousel { gap: 18px; padding-bottom: 4px; }
  .galeria-card { border-radius: 20px; box-shadow: var(--shadow-sm); }

  .depo-carousel { gap: 18px; padding-bottom: 4px; }
  .depo-card { min-height: 200px; border-radius: 20px; background: var(--white); box-shadow: var(--shadow-sm); border-color: rgba(18,54,106,0.09); }

  .cta-final { background: linear-gradient(145deg, #E9F1F9, #F2F5F9); }
  .contato-cta { padding: clamp(48px, 7vw, 72px) clamp(28px, 6vw, 56px); box-shadow: var(--shadow-lg); }
  .contato-cta h2 { font-size: clamp(30px, 3.6vw, 42px); line-height: 1.1; }
  .wa-float { width: 60px; height: 60px; right: 26px; bottom: 26px; background: var(--whatsapp); box-shadow: 0 12px 30px rgba(18,140,107,0.3); transition: transform 0.2s ease; }
  .wa-float:hover { transform: scale(1.06); }

/* ---- responsive.css ---- */
/* css/responsive.css — Norclin — extraído do index.html único em 03/09/2026, seguindo templates/sites/PADRAO-BASE.md */

  @media (max-width: 768px) { section { padding: 56px 0; } }


  @media (max-width: 900px) {
    .site-nav { display: none; }
    .header-actions .btn-ghost { display: none; }
    .nav-toggle { display: block; }
  }


  @media (max-width: 560px) { .hero h1 { font-size: 32px; } }


  @media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }


  @media (max-width: 900px) { .dor-grid { grid-template-columns: 1fr; gap: 32px; } }


  @media (max-width: 900px) {
    .autoridade .container { grid-template-columns: 1fr; gap: 36px; }
    .autoridade-copy { grid-column: 1; grid-row: 1; }
    .autoridade-foto { grid-column: 1; grid-row: 2; }
  }


  @media (max-width: 900px) {
    .servicos-grupos { grid-template-columns: repeat(2, 1fr); }
    .servicos-cta { align-items: flex-start; flex-direction: column; }
  }


  @media (max-width: 620px) {
    .servicos-grupos { grid-template-columns: 1fr; }
    .servico-grupo { min-height: 0; }
    .servicos-cta { padding: 30px 24px; }
    .servicos-cta .btn { width: 100%; }
  }


  @media (max-width: 720px) {
    .estrutura-head { align-items: stretch; flex-direction: column; }
    .estrutura-head .btn { width: 100%; }
    .estrutura-card { flex-basis: 84vw; }
  }


  @media (max-width: 860px) { .beneficios-list { grid-template-columns: 1fr; gap: 30px; } }


  @media (max-width: 860px) {
    .beneficio-item { border-left: 0; padding: 26px 0 0; border-top: 1px solid var(--line); }
    .beneficio-item:first-child { border-top: 0; padding-top: 0; }
  }


  @media (max-width: 860px) { .raiox-grid { grid-template-columns: 1fr; gap: 32px; } }


  @media (max-width: 860px) { .diferenciais-grid { grid-template-columns: 1fr; gap: 32px; } }


  @media (max-width: 760px) { .passos-list { grid-template-columns: 1fr; gap: 36px; } }


  @media (max-width: 860px) { .unidades-grid { grid-template-columns: 1fr; } }


  @media (max-width: 760px) {
    .unidade-card { grid-template-columns: 1fr; }
    .unidades-tabs { display: grid; grid-template-columns: 1fr 1fr; }
    .unidade-tab { padding-inline: 12px; }
  }


  @media (max-width: 520px) {
    .unidade-acoes { flex-direction: column; }
    .unidade-acoes .btn { width: 100%; flex: none; }
  }


  @media (max-width: 560px) { .depo-card { flex-basis: 84vw; } }


  @media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }


  @media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; gap: 30px; } }



  @media (min-width: 901px) {
    .btn-primary { padding-inline: 30px; }
  }



  @media (max-width: 900px) {
    .site-header .container { height: 72px; }
    .header-actions .btn-primary { padding-inline: 18px; }
    .hero-bg { display: none; }
    .hero-copy-top { display: flex; flex-direction: column; min-height: 0; padding-top: 6px; }
    .hero-badge { align-self: flex-start; width: fit-content; max-width: 100%; }
    .hero-mobile-photo { display: block; flex: none; width: 100%; min-height: 0; aspect-ratio: 4 / 5; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-sm); margin-bottom: 24px; }
    .hero-mobile-photo img { width: 100%; height: 100%; object-fit: cover; }
    .hero-copy { max-width: 100%; }
    .autoridade .container { grid-template-columns: 1fr; gap: 44px; }
    .autoridade-copy { grid-column: 1; grid-row: 1; }
    .autoridade-foto { grid-column: 1; grid-row: 2; }
    .autoridade-foto { max-width: 520px; width: 100%; margin-inline: auto; }
  }



  @media (max-width: 560px) {
    .container { padding-inline: 20px; }
    .hero-copy-top { padding-top: 0; }
    .site-header {
      position: fixed; inset: 0 0 auto; opacity: 0; pointer-events: none;
      transform: translateY(-110%); transition: transform 0.34s ease, opacity 0.24s ease;
      will-change: transform, opacity;
    }
    .site-header.is-mobile-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
    .logo-img { height: 58px; }
    .header-actions { gap: 0; }
    .header-actions .btn-primary { min-height: 42px; padding: 10px 16px; font-size: 13px; white-space: nowrap; }
    .header-actions .btn-primary .btn-label-full { display: none; }
    .header-actions .btn-primary .btn-label-short { display: inline; }
    .hero { padding: 0; }
    .hero-badge { display: none; }
    .hero h1 { font-size: 37px; margin-bottom: 16px; }
    .hero p.lead { margin-bottom: 20px; }
    .hero-mobile-primary { display: flex; width: 100%; margin-bottom: 24px; }
    .hero-mobile-primary svg { flex-shrink: 0; }
    .hero-mobile-only { display: block; }
    .hero-mobile-only.hero-selos { display: flex; }
    .hero-ctas { display: none; }
    .hero-mobile-photo {
      position: relative; width: 100vw; margin-left: calc(50% - 50vw); margin-bottom: 0;
      aspect-ratio: 5 / 4; border-radius: 0; box-shadow: none; isolation: isolate;
    }
    .hero-mobile-photo img { object-position: center 32%; }
    .hero-mobile-photo::after {
      content: ''; position: absolute; z-index: 1; inset: auto 0 0; height: 84px;
      background: linear-gradient(0deg, #F7F9FC 0%, rgba(247,249,252,0.74) 22%, rgba(247,249,252,0) 100%);
      pointer-events: none;
    }
    .section-head { margin-bottom: 36px; }
    .unidade-body { padding: 26px 22px; }
    .wa-float { width: 54px; height: 54px; right: 18px; bottom: 18px; }
  }



  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
    .fade-in { opacity: 1; transform: none; }
  }

