/* Modelo5 — Hospital SEO (hero split, feature grid, timeline, footer escuro) */
:root {
    --cor-accent: #14b8a6;
    --cor-texto: #1e293b;
    --cor-texto-claro: #ffffff;
    --cor-fundo: #ffffff;
    --cor-fundo-soft: #f0fdfa;
    --cor-fundo-alt: #ecfdf5;
    --cor-fundo-muted: #f8fafc;
    --cor-whatsapp: #059669;
    --cor-borda: #cbd5e1;
    --cor-footer: #0f172a;
    --container-width: 1080px;
    --spacing-md: 20px;
    --spacing-lg: 44px;
    --spacing-xl: 56px;
    --radius: 12px;
    --radius-lg: 20px;
    --radius-pill: 999px;
    --font-main: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --mobile-bar: 54px;
    --shadow-card: 0 4px 24px rgba(15, 23, 42, 0.06);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: var(--font-main);
    color: var(--cor-texto);
    background: var(--cor-fundo);
    line-height: 1.65;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
}

body.has-mobile-bar { padding-bottom: var(--mobile-bar); }
@media (min-width: 769px) { body.has-mobile-bar { padding-bottom: 0; } }

img { max-width: 100%; height: auto; display: block; }
a { color: var(--cor-principal); text-decoration: none; }
a:hover { color: var(--cor-secundaria); }
ul, ol { list-style: none; }

.container {
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

.container-narrow { max-width: 720px; }

.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;
}

/* ——— Botões ——— */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 12px 24px; font-size: 0.9rem; font-weight: 600;
    border-radius: var(--radius); border: 2px solid transparent; cursor: pointer;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.btn-primary { background: var(--cor-principal); color: var(--cor-texto-claro); }
.btn-primary:hover { background: var(--cor-secundaria); color: var(--cor-texto-claro); }
.btn-pill { border-radius: var(--radius-pill); }
.btn-sm { padding: 8px 16px; font-size: 0.85rem; }
.btn-block { display: flex; width: 100%; margin-bottom: 10px; }
.btn-whatsapp { background: var(--cor-whatsapp); color: #fff; }
.btn-whatsapp:hover { background: #047857; color: #fff; }
.btn-outline {
    background: #fff; color: var(--cor-principal);
    border-color: var(--cor-borda);
}
.btn-outline:hover {
    border-color: var(--cor-principal);
    background: var(--cor-fundo-soft);
}

/* ——— Barra accent + header ——— */
.site-accent {
    height: 5px;
    background: linear-gradient(90deg, var(--cor-principal) 0%, var(--cor-accent) 100%);
}

.site-header {
    background: #fff;
    border-bottom: 1px solid var(--cor-borda);
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-row {
    display: flex; align-items: center; gap: 20px;
    padding: 16px 0; position: relative; flex-wrap: wrap;
}

.logo img { max-height: 80px; width: auto; }

.main-nav ul { display: flex; gap: 28px; }
.main-nav a {
    color: var(--cor-texto); font-weight: 500; font-size: 0.92rem;
    padding-bottom: 4px; border-bottom: 2px solid transparent;
}
.main-nav a:hover {
    color: var(--cor-principal);
    border-bottom-color: var(--cor-accent);
}

.header-cta {
    display: none; align-items: center; gap: 14px; margin-left: auto;
}

.header-phone {
    font-size: 0.85rem; font-weight: 600; color: #64748b;
}

.menu-toggle {
    display: none; background: #fff; border: 1px solid var(--cor-borda);
    border-radius: var(--radius); padding: 8px; cursor: pointer; margin-left: auto;
}

@media (min-width: 901px) {
    .header-cta { display: flex; }
    .main-nav { display: block !important; position: static; border: none; padding: 0; }
    .menu-toggle { display: none !important; }
    .mobile-nav-cta { display: none; }
    .header-row { flex-wrap: nowrap; }
    .main-nav { margin-left: auto; margin-right: 16px; }
}

@media (max-width: 900px) {
    .menu-toggle { display: block; }
    .header-cta { display: none; }
    .main-nav {
        display: none; width: 100%; order: 10;
        background: #fff; border: 1px solid var(--cor-borda);
        border-radius: var(--radius-lg); padding: 20px;
    }
    .main-nav.is-open { display: block; }
    .main-nav ul { flex-direction: column; gap: 14px; text-align: center; }
    .main-nav a { border: none; }
}

/* ——— Hero split ——— */
.hero-split {
    background: var(--cor-fundo-soft);
    padding: var(--spacing-xl) 0;
    border-bottom: 1px solid #99f6e4;
}

.hero-split-grid {
    display: grid; gap: 36px; align-items: center;
}

.hero-kicker {
    display: inline-block; font-size: 0.72rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.1em;
    color: var(--cor-principal); margin-bottom: 12px;
}

.hero-split h1 {
    font-size: clamp(1.75rem, 4.5vw, 2.45rem);
    font-weight: 800; line-height: 1.12; letter-spacing: -0.03em;
    color: #0f172a; margin-bottom: 14px;
}

.hero-lead {
    font-size: 1.02rem; color: #475569; max-width: 50ch; margin-bottom: 22px;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }

.hero-metrics {
    display: flex; flex-wrap: wrap; gap: 24px;
    padding-top: 20px; border-top: 1px dashed #99f6e4;
}

.hero-metrics li { text-align: left; }
.hero-metrics strong {
    display: block; font-size: 1.35rem; font-weight: 800;
    color: var(--cor-principal); line-height: 1.1;
}
.hero-metrics span { font-size: 0.78rem; color: #64748b; text-transform: uppercase; letter-spacing: 0.04em; }

.hero-visual img {
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
    width: 100%;
}

@media (min-width: 900px) {
    .hero-split-grid { grid-template-columns: 1fr 1fr; gap: 48px; }
}

/* ——— Trust pills ——— */
.trust-pills {
    padding: 28px 0;
    background: #fff;
    border-bottom: 1px solid var(--cor-borda);
}

.trust-pills-title {
    font-size: 0.8rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.08em; color: #64748b; margin-bottom: 14px; text-align: center;
}

.trust-pills-list {
    display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;
}

.trust-pills-list li {
    font-size: 0.88rem; font-weight: 500;
    padding: 10px 18px; border-radius: var(--radius-pill);
    background: var(--cor-fundo-alt); color: #0f766e;
    border: 1px solid #a7f3d0;
}

/* ——— Seções ——— */
.section { padding: var(--spacing-xl) 0; }
.section-tint { background: var(--cor-fundo-muted); }
.section-alt { background: var(--cor-fundo-alt); }

.section-head { margin-bottom: var(--spacing-lg); }
.section-head--center { text-align: center; max-width: 560px; margin-left: auto; margin-right: auto; }

.section-head h2 {
    font-size: 1.5rem; font-weight: 800; color: #0f172a;
    letter-spacing: -0.02em; margin-bottom: 8px;
}

.section-head p { color: #64748b; font-size: 0.98rem; }

/* ——— Feature grid ——— */
.feature-grid {
    display: grid; gap: 16px;
    grid-template-columns: 1fr;
}

.feature-card {
    background: #fff; border: 1px solid var(--cor-borda);
    border-radius: var(--radius-lg); padding: 24px;
    box-shadow: var(--shadow-card);
    transition: transform 0.15s, border-color 0.15s;
}

.feature-card:hover {
    transform: translateY(-2px);
    border-color: #5eead4;
}

.feature-card--highlight {
    background: linear-gradient(145deg, var(--cor-fundo-soft) 0%, #fff 60%);
    border-color: #5eead4;
}

.feature-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 40px; height: 40px; border-radius: 10px;
    background: var(--cor-principal); color: #fff;
    font-size: 0.75rem; font-weight: 800; margin-bottom: 14px;
}

.feature-card h3 {
    font-size: 1rem; font-weight: 700; color: #0f172a; margin-bottom: 8px;
}

.feature-card p { font-size: 0.9rem; color: #64748b; line-height: 1.5; }

@media (min-width: 600px) {
    .feature-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 900px) {
    .feature-grid { grid-template-columns: repeat(3, 1fr); }
    .feature-card--highlight { grid-column: span 1; }
}

/* ——— Timeline ——— */
.timeline-layout {
    display: grid; gap: var(--spacing-lg);
}

@media (min-width: 900px) {
    .timeline-layout {
        grid-template-columns: minmax(220px, 280px) 1fr;
        align-items: start;
    }
    .timeline-layout .section-head { margin-bottom: 0; }
}

.timeline {
    display: flex; flex-direction: column; gap: 0;
    border-left: 3px solid var(--cor-accent);
    margin-left: 8px; padding-left: 28px;
}

.timeline-item {
    position: relative; padding-bottom: 32px;
}

.timeline-item:last-child { padding-bottom: 0; }

.timeline-item::before {
    content: "";
    position: absolute; left: -39px; top: 4px;
    width: 14px; height: 14px; border-radius: 50%;
    background: var(--cor-principal);
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px var(--cor-accent);
}

.timeline-item h3 {
    font-size: 1.05rem; font-weight: 700; color: #0f172a; margin-bottom: 6px;
}

.timeline-item p { font-size: 0.9rem; color: #64748b; }

/* ——— CTA panel ——— */
.cta-panel { padding: var(--spacing-lg) 0 var(--spacing-xl); }

.cta-panel-card {
    display: flex; flex-direction: column; gap: 24px;
    padding: 32px 28px; border-radius: var(--radius-lg);
    background: linear-gradient(135deg, var(--cor-principal) 0%, var(--cor-secundaria) 100%);
    color: #fff; box-shadow: 0 12px 40px rgba(15, 118, 110, 0.25);
}

.cta-panel-card h2 {
    font-size: 1.35rem; font-weight: 700; margin-bottom: 8px;
}

.cta-panel-card p { opacity: 0.92; font-size: 0.95rem; }

.cta-panel-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.cta-panel .btn-outline {
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff; background: transparent;
}

.cta-panel .btn-outline:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: #fff; color: #fff;
}

@media (min-width: 768px) {
    .cta-panel-card {
        flex-direction: row; align-items: center; justify-content: space-between;
        padding: 36px 40px;
    }
}

/* ——— Vídeos (compilador) ——— */
.video-list {
    display: grid; gap: 16px;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .video-list { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
}

.video-card {
    border: 1px solid var(--cor-borda); border-radius: var(--radius-lg);
    overflow: hidden; background: #fff; box-shadow: var(--shadow-card);
}

.video-card-trigger {
    display: block; width: 100%; padding: 0; border: none;
    background: none; cursor: pointer;
}

.video-thumb { position: relative; aspect-ratio: 16 / 10; background: #e2e8f0; }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; }

.play-badge {
    position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
    background: rgba(15, 23, 42, 0.2);
}

.play-badge span {
    width: 48px; height: 48px; border-radius: 50%; background: #fff;
    color: var(--cor-principal); display: flex; align-items: center; justify-content: center;
}

/* ——— FAQ ——— */
.faq-grid { display: grid; gap: 12px; }

@media (min-width: 768px) {
    .faq-grid { grid-template-columns: 1fr 1fr; }
}

.faq-stack { display: flex; flex-direction: column; gap: 12px; }
.faq-stack--spaced { gap: 14px; }

details {
    background: #fff; border: 1px solid var(--cor-borda);
    border-radius: var(--radius); padding: 18px 20px;
}

details[open] {
    border-color: #5eead4;
    background: var(--cor-fundo-soft);
}

summary {
    font-weight: 600; font-size: 0.95rem; color: #0f172a;
    cursor: pointer; list-style: none; padding-right: 28px; position: relative;
}

summary::-webkit-details-marker { display: none; }

summary::after {
    content: "+"; position: absolute; right: 0;
    color: var(--cor-principal); font-size: 1.2rem; font-weight: 400;
}

details[open] summary::after { content: "−"; }

details p, details div {
    margin-top: 10px; font-size: 0.9rem; color: #64748b; line-height: 1.55;
}

.faq-link-wrap { margin-top: 28px; text-align: center; }

/* ——— Páginas internas ——— */
.page-hero {
    padding: 36px 0 28px;
    background: var(--cor-fundo-soft);
    border-bottom: 1px solid #99f6e4;
}

.page-hero--slim { padding: 32px 0 24px; }

.page-kicker {
    font-size: 0.72rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.1em; color: var(--cor-principal); margin-bottom: 8px;
}

.page-hero h1 {
    font-size: clamp(1.3rem, 3.5vw, 1.85rem);
    font-weight: 800; color: #0f172a; margin-bottom: 8px;
}

.page-intro {
    font-size: 0.95rem; color: #64748b; margin-bottom: 12px; max-width: 52ch;
}

.breadcrumb { font-size: 0.85rem; color: #64748b; }

.page-body { padding: var(--spacing-lg) 0 var(--spacing-xl); }

.page-layout {
    display: grid; gap: var(--spacing-lg); align-items: start;
    width: 100%;
    max-width: var(--container-width);
    min-width: 0;
}

.page-content h2 {
    font-size: 1.12rem; color: #0f172a; margin: 1.5em 0 0.4em; font-weight: 700;
}

.page-content h3 {
    font-size: 1.02rem; color: #0f172a; margin: 1.3em 0 0.35em; font-weight: 700;
}

.page-content p { margin-bottom: 1em; color: #475569; }
.page-content ul,
.page-content ol { list-style: disc; margin: 0 0 1em 1.2em; color: #475569; }
.page-content ol { list-style: decimal; }

.home-extra .page-content > section {
    margin: 0;
    padding: 0;
}

.aside-card {
    background: #fff; border: 1px solid var(--cor-borda);
    border-radius: var(--radius-lg); padding: 26px;
    box-shadow: var(--shadow-card);
}

.aside-card--accent {
    border-top: 4px solid var(--cor-principal);
}

.aside-card h2 { font-size: 1.05rem; margin-bottom: 8px; color: #0f172a; }
.aside-card > p { font-size: 0.9rem; color: #64748b; margin-bottom: 16px; }

.aside-phone {
    display: block; text-align: center; margin-top: 12px;
    font-size: 0.9rem; font-weight: 600;
}

@media (min-width: 900px) {
    .page-layout { grid-template-columns: 1fr 300px; }
    .page-layout--reverse { grid-template-columns: 300px 1fr; }
    .page-layout--reverse .page-aside { order: -1; }
    .aside-card { position: sticky; top: 92px; }
}

/* ==========================================================================
   Tabelas de Preço Responsivas
   ========================================================================== */
.page-content,
.page-article {
    min-width: 0;
    overflow-x: hidden;
}

.table-responsive,
.table-wrap {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 30px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e2e8f0;
}

.table-responsive table,
.table-wrap table {
    width: max-content;
    min-width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.table-responsive th,
.table-responsive td,
.table-wrap th,
.table-wrap td {
    padding: 15px;
    border-bottom: 1px solid #e2e8f0;
    text-align: center;
    font-size: 15px;
    color: var(--cor-texto, #334155);
}

.table-responsive th,
.table-wrap th {
    background-color: var(--cor-principal, #0056b3);
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.table-responsive tbody tr:last-child td,
.table-wrap tbody tr:last-child td {
    border-bottom: none;
}

.table-responsive tbody tr:nth-child(even),
.table-wrap tbody tr:nth-child(even) {
    background-color: #f8fafc;
}

.table-responsive tbody tr:hover,
.table-wrap tbody tr:hover {
    background-color: #f1f5f9;
}

/* ==========================================================================
   Logos / Hospitais Parceiros
   ========================================================================== */
.hospital-logo {
    max-height: 80px;
    width: auto;
    object-fit: contain;
}

.section-hospitais .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

.section-hospitais .col-6,
.section-hospitais .col-md-4,
.section-hospitais .col-lg-2 {
    padding: 0;
}

.section-hospitais .col-6 {
    width: calc(50% - 1.5rem);
}

@media (min-width: 768px) {
    .section-hospitais .col-6 {
        width: calc(33.333% - 1.5rem);
    }
}

@media (min-width: 992px) {
    .section-hospitais .col-6 {
        width: calc(16.666% - 1.5rem);
    }
}

/* ——— Footer escuro ——— */
.site-footer--dark {
    background: var(--cor-footer);
    color: #94a3b8;
    padding: var(--spacing-xl) 0 var(--spacing-lg);
    font-size: 0.875rem;
}

.site-footer--dark a { color: #e2e8f0; }
.site-footer--dark a:hover { color: var(--cor-accent); }

.footer-top {
    display: grid; gap: 32px;
    padding-bottom: var(--spacing-lg);
    border-bottom: 1px solid #334155;
    margin-bottom: var(--spacing-lg);
}

.footer-col h2 {
    font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em;
    color: #f1f5f9; margin-bottom: 14px;
}

.footer-col--brand p {
    margin-top: 14px; max-width: 320px; line-height: 1.55; color: #94a3b8;
}

.footer-col--brand strong { color: #f8fafc; }

.footer-logo { filter: brightness(0) invert(1); opacity: 0.9; }

.footer-links li { margin-bottom: 8px; }

.footer-col--farm details {
    background: transparent; border: none; border-bottom: 1px solid #334155;
    border-radius: 0; padding: 12px 0;
}

.footer-col--farm summary { color: #e2e8f0; }
.footer-col--farm a { color: #94a3b8; font-size: 0.85rem; }
.footer-col--farm li { margin-bottom: 6px; }

/* Link farm do compilador (sem Bootstrap) */
.footer-link-farm {
    display: grid;
    gap: 0.75rem 1.25rem;
    grid-template-columns: 1fr;
    width: 100%;
}

.footer-link-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-link-list li {
    margin-bottom: 6px;
}

@media (min-width: 768px) {
    .footer-col--farm .footer-link-farm {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .footer-top { grid-template-columns: 1.2fr 0.7fr 1fr; }
}

.footer-mid {
    display: flex; flex-direction: column; gap: 16px;
    text-align: center; margin-bottom: var(--spacing-md);
}

@media (min-width: 768px) {
    .footer-mid {
        flex-direction: row; justify-content: space-between;
        align-items: center; text-align: left;
    }
}

.footer-mid address { font-style: normal; line-height: 1.6; }

.social a { margin: 0 10px; color: #cbd5e1; }

.footer-legal p { font-size: 0.75rem; line-height: 1.5; color: #64748b; }
.llm-link { color: #475569; font-size: 0.7rem; }

/* ——— Mobile bar ——— */
.mobile-bar {
    display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 200;
    background: #fff; border-top: 1px solid var(--cor-borda);
    padding: 6px 12px; gap: 10px;
    box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.08);
}

.mobile-bar .btn { flex: 1; padding: 12px; font-size: 0.85rem; }
.mobile-bar .btn-whatsapp { flex: 1.1; }

@media (min-width: 769px) { .mobile-bar { display: none; } }

.whatsapp-float {
    display: none;
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 52px;
    height: 52px;
    background: var(--cor-whatsapp, #25d366);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(5, 150, 105, 0.35);
    z-index: 90;
}

@media (min-width: 769px) {
    .whatsapp-float { display: flex; }
}

/* ——— Dialog vídeo ——— */
.video-dialog {
    border: none; border-radius: var(--radius-lg); padding: 0;
    max-width: 880px; width: 92vw; background: #0f172a;
}

.video-dialog::backdrop { background: rgba(15, 23, 42, 0.85); }

.video-dialog-inner { position: relative; }

.dialog-close {
    position: absolute; top: -36px; right: 0;
    background: none; border: none; color: #fff;
    font-size: 1.75rem; cursor: pointer;
}

.video-frame { position: relative; padding-bottom: 56.25%; height: 0; }

.video-frame iframe {
    position: absolute; inset: 0; width: 100%; height: 100%; border: 0;
}

/* ==========================================================================
   Formulário de Cotação V2 - Motor Estático Carmel
   ========================================================================== */
   .section-cotacao-page {
    padding: 60px 0;
    background-color: var(--cor-fundo, #ffffff);
}
.form-cotacao-v2 {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid #eef2f5;
    margin-top: 30px;
}
.form-grid-two-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .form-grid-two-cols {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}
.form-field-wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.form-field-wrap label {
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--cor-texto, #333333);
    font-size: 14px;
}
.form-field-wrap input[type="text"],
.form-field-wrap input[type="email"],
.form-field-wrap input[type="tel"],
.form-field-wrap textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    font-size: 16px;
    color: var(--cor-texto);
    background-color: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form-field-wrap input:focus,
.form-field-wrap textarea:focus {
    outline: none;
    border-color: var(--cor-principal);
    box-shadow: 0 0 0 3px rgba(0, 86, 179, 0.1);
}
.full-width-field {
    margin-bottom: 20px;
}
.radio-box {
    background: #f8fafc;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}
.radio-label-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    color: var(--cor-texto);
}
.radio-options {
    display: flex;
    gap: 20px;
}
.radio-options label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-weight: 500;
}
.radio-options input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: var(--cor-principal);
    cursor: pointer;
}
.form-submit-action {
    text-align: center;
    margin-top: 30px;
}
.form-submit-action .btn {
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 6px;
    transition: transform 0.1s ease;
}
.form-submit-action .btn:active {
    transform: scale(0.98);
}
/* Texto focado em GEO para LLMs */
.geo-notice-box {
    margin-top: 30px;
    padding: 20px;
    background-color: #f0f7ff;
    border-left: 4px solid var(--cor-principal);
    border-radius: 0 8px 8px 0;
}
.geo-notice-box p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #4a5568;
}

.hospital-card {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 25px 15px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}