/* Fallbacks até carregar #site-theme-vars (home / marketing) */
:root {
    --bt-marketing-teal-rgb: 45, 212, 191;
    --bt-marketing-violet-rgb: 139, 92, 246;
}

body {
    background: #f4f7fb;
    color: #122033;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

a {
    text-decoration: none;
}

.auth-bg {
    background:
        radial-gradient(circle at top left, rgba(74, 144, 226, 0.20), transparent 32%),
        radial-gradient(circle at bottom right, rgba(72, 187, 120, 0.16), transparent 28%),
        linear-gradient(180deg, #eef5ff 0%, #f7f9fc 100%);
}

.site-shell {
    min-height: 100vh;
    background:
        radial-gradient(circle at 10% 10%, rgba(73, 121, 255, 0.20), transparent 22%),
        radial-gradient(circle at 88% 18%, rgba(0, 230, 180, 0.14), transparent 20%),
        linear-gradient(180deg, #081423 0%, #0f1f35 42%, #f7f9fc 42%, #f7f9fc 100%);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(18px);
    background: color-mix(in srgb, var(--bt-shell-bg-top, #070f1a) 72%, transparent);
    border-bottom: 1px solid rgba(var(--bs-primary-rgb), 0.12);
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    color: #122033;
}

.brand-mark small {
    display: block;
    color: #64748b;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* Home marketing (hero escuro): marca e links claros só dentro do shell */
.site-shell .site-header .brand-mark {
    color: #fff;
}

.site-shell .site-header .brand-mark small {
    color: rgba(255, 255, 255, 0.66);
}

.brand-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(145deg, var(--bt-primary-mid, #5b9dff), var(--bt-primary, #1351b4));
    box-shadow: 0 18px 45px rgba(var(--bs-primary-rgb), 0.4);
    color: #fff;
    font-size: 1.25rem;
}

.brand-icon::after {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.36);
}

.site-shell .site-header .navbar.navbar-dark .nav-link {
    color: rgba(255, 255, 255, 0.78);
    font-weight: 500;
}

.site-shell .site-header .navbar.navbar-dark .nav-link:hover {
    color: #fff;
}

/* Navbar institucional clara (consulta pública, login, LGPD): links visíveis */
.public-site-header .navbar.navbar-light .nav-link {
    color: rgba(18, 32, 51, 0.88);
    font-weight: 500;
}

.public-site-header .navbar.navbar-light .nav-link:hover {
    color: #0d6efd;
}

.public-site-header .navbar-toggler {
    border-color: rgba(13, 110, 253, 0.35);
}

.public-site-header .navbar-toggler-icon {
    filter: none;
}

/* Topo claro: marca e links sempre legíveis */
header.public-site-header nav.navbar.navbar-expand-lg.navbar-light .navbar-brand.brand-mark,
header.public-site-header nav.navbar.navbar-expand-lg.navbar-light .navbar-brand.brand-mark strong {
    color: #0f172a;
}

header.public-site-header nav.navbar.navbar-expand-lg.navbar-light .navbar-brand.brand-mark small {
    color: #64748b;
}

header.public-site-header nav.navbar.navbar-expand-lg.navbar-light .navbar-nav .nav-link {
    color: rgba(15, 23, 42, 0.9);
}

header.public-site-header nav.navbar.navbar-expand-lg.navbar-light .navbar-nav .nav-link:hover,
header.public-site-header nav.navbar.navbar-expand-lg.navbar-light .navbar-nav .nav-link:focus {
    color: var(--bt-primary, #1351b4);
}

.hero-section {
    padding: 4.5rem 0 3rem;
    color: #fff;
}

.eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    background: rgba(var(--bs-primary-rgb), 0.14);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--bt-on-hero-accent, #9fd7ff);
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.hero-title {
    font-size: clamp(2.6rem, 5vw, 4.9rem);
    line-height: 0.98;
    font-weight: 800;
    margin: 1rem 0 1.25rem;
    max-width: 11ch;
}

.hero-text {
    max-width: 58ch;
    color: rgba(255, 255, 255, 0.76);
    font-size: 1.05rem;
}

.btn-brand {
    background: linear-gradient(135deg, var(--bt-primary, #1351b4), var(--bt-primary-mid, #3e7bff));
    border: 0;
    color: #fff;
    box-shadow: 0 18px 45px rgba(var(--bs-primary-rgb), 0.34);
}

.btn-brand:hover {
    color: #fff;
    filter: brightness(1.05);
    transform: translateY(-1px);
}

.btn-glass {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
}

.btn-glass:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
}

/* Marketing (hero escuro): vidro e hover alinhados à cor da marca */
.site-shell .btn-glass,
.hero-section .btn-glass {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px);
}

.site-shell .btn-glass:hover,
.hero-section .btn-glass:hover {
    color: #fff;
    background: rgba(var(--bs-primary-rgb), 0.22);
    border-color: rgba(255, 255, 255, 0.38);
    box-shadow: 0 10px 32px rgba(var(--bs-primary-rgb), 0.2);
}

.hero-metrics .metric-box {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.4rem;
    padding: 1rem;
    min-height: 100%;
}

.metric-box strong {
    display: block;
    font-size: 1.35rem;
}

.metric-box i {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--bt-on-hero-muted, #bfe7ff);
    font-size: 1.2rem;
}

.metric-box span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.85rem;
}

.hero-visual {
    position: relative;
    min-height: 560px;
    perspective: 1200px;
}

.floating-panel,
.floating-card {
    position: absolute;
    border-radius: 28px;
    backdrop-filter: blur(16px);
}

.floating-panel {
    inset: 50px 40px auto 20px;
    padding: 2rem;
    background: linear-gradient(145deg, rgba(24, 42, 74, 0.96), rgba(12, 22, 37, 0.88));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 40px 80px rgba(3, 10, 24, 0.46);
    transform: rotateY(-12deg) rotateX(7deg);
}

.floating-panel h3 {
    font-size: 1.7rem;
    line-height: 1.2;
    margin: 0.7rem 0 1.4rem;
}

.panel-label {
    color: var(--bt-on-hero-accent, #86d7ff);
    font-size: 0.82rem;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.panel-lines {
    display: grid;
    gap: 0.7rem;
}

.panel-lines span {
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        rgba(var(--bs-primary-rgb), 0.92),
        rgba(var(--bt-marketing-teal-rgb), 0.28)
    );
}

.floating-card {
    width: 230px;
    padding: 1.3rem 1.2rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 22px 50px rgba(16, 24, 40, 0.16);
}

.floating-card small {
    display: block;
    color: #516177;
    margin-bottom: 0.25rem;
}

.floating-card strong {
    display: block;
    color: #132238;
}

.floating-card span {
    color: var(--bt-primary, #4a90e2);
    font-size: 0.9rem;
}

.card-a {
    right: 36px;
    top: 110px;
    transform: rotateY(12deg) rotateX(-6deg);
}

.card-b {
    left: 0;
    bottom: 92px;
    transform: rotateY(-10deg) rotateX(5deg);
}

.floating-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(6px);
}

.orb-one {
    width: 150px;
    height: 150px;
    right: 0;
    bottom: 20px;
    background: radial-gradient(
        circle,
        rgba(var(--bt-marketing-teal-rgb), 0.85),
        rgba(var(--bt-marketing-teal-rgb), 0.02)
    );
}

.orb-two {
    width: 110px;
    height: 110px;
    left: 50px;
    top: 20px;
    background: radial-gradient(
        circle,
        rgba(var(--bt-marketing-violet-rgb), 0.82),
        rgba(var(--bt-marketing-violet-rgb), 0.02)
    );
}

.section-block {
    padding: 6rem 0;
}

.section-head {
    max-width: 760px;
    margin-bottom: 2.5rem;
}

.section-head h2 {
    font-size: clamp(2rem, 3vw, 3rem);
    margin: 0.9rem 0 1rem;
}

.section-head p {
    color: #576579;
    font-size: 1.02rem;
}

.section-dark {
    background:
        radial-gradient(circle at top left, rgba(var(--bs-primary-rgb), 0.26), transparent 28%),
        linear-gradient(
            180deg,
            color-mix(in srgb, var(--bt-shell-bg-mid, #0d1930) 88%, var(--bt-primary, #1351b4) 12%) 0%,
            color-mix(in srgb, var(--bt-shell-bg-top, #101f38) 92%, var(--bt-primary-dark, #0a306e) 8%) 100%
        );
    color: #fff;
}

.section-head-light p {
    color: rgba(255, 255, 255, 0.68);
}

.feature-card {
    position: relative;
    height: 100%;
    padding: 2rem;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(11, 26, 48, 0.08);
    overflow: hidden;
}

.feature-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.9;
}

.feature-card--blue::before {
    background: linear-gradient(180deg, rgba(var(--bs-primary-rgb), 0.12), transparent 55%);
}

.feature-card--violet::before {
    background: linear-gradient(180deg, rgba(var(--bt-marketing-violet-rgb), 0.14), transparent 55%);
}

.feature-card--teal::before {
    background: linear-gradient(180deg, rgba(var(--bt-marketing-teal-rgb), 0.14), transparent 55%);
}

.feature-card > * {
    position: relative;
    z-index: 1;
}

.feature-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    margin-bottom: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, var(--bt-primary, #0d6efd), var(--bt-primary-mid, #6ee7f9));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.feature-icon i {
    color: #fff;
    font-size: 1.35rem;
}

.solutions-section {
    background:
        radial-gradient(circle at top left, rgba(var(--bs-primary-rgb), 0.28), transparent 28%),
        linear-gradient(
            180deg,
            color-mix(in srgb, var(--bt-shell-bg-mid, #0d1930) 85%, var(--bt-primary) 15%) 0%,
            color-mix(in srgb, var(--bt-shell-bg-top, #10203a) 90%, var(--bt-primary-dark) 10%) 100%
        );
}

.solutions-section .section-head h2,
.solutions-section .section-head p,
.solutions-section .section-kicker {
    color: #fff;
}

.solutions-section .section-head p {
    color: rgba(255, 255, 255, 0.76);
}

.feature-card h3 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

.feature-card p {
    color: #5b687b;
    margin-bottom: 0;
}

.step-card {
    height: 100%;
    padding: 2rem;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.step-card span {
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    margin-bottom: 1rem;
    background: linear-gradient(145deg, #3e7bff, #5dd3ff);
    font-weight: 700;
}

.step-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
}

.price-card {
    height: 100%;
    padding: 2.2rem;
    border-radius: 30px;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.06);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.price-card.featured {
    color: #fff;
    background: linear-gradient(160deg, #0d1930, #16325e);
}

.price-chip {
    display: inline-flex;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(62, 123, 255, 0.1);
    color: #235cc9;
    font-size: 0.8rem;
    margin-bottom: 1rem;
}

.featured .price-chip {
    background: rgba(255, 255, 255, 0.12);
    color: #d8ebff;
}

.price-value {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    margin: 1rem 0;
}

.price-card p {
    color: #5b687b;
}

.featured p {
    color: rgba(255, 255, 255, 0.76);
}

.contact-shell,
.access-shell {
    padding: 3rem;
    border-radius: 34px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

.contact-card {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    padding: 1rem 1.2rem;
    border-radius: 18px;
    margin-bottom: 1rem;
    background: #f8fbff;
    border: 1px solid #dce8f8;
}

.form-panel {
    padding: 2rem;
    border-radius: 28px;
    background: linear-gradient(180deg, #f9fbff 0%, #f3f8ff 100%);
    border: 1px solid #dce8f8;
}

.auth-panel-card {
    padding: 0.4rem;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.search-shell,
.faq-shell,
.page-hero-card {
    padding: 2.4rem;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

.search-bar {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
}

.testimonial-card {
    height: 100%;
    padding: 2rem;
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border: 1px solid #dce8f8;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.testimonial-card p {
    color: #516177;
    margin-bottom: 1.2rem;
}

.testimonial-card span {
    display: block;
    color: #66768a;
    font-size: 0.92rem;
}

.faq-item {
    padding: 1.2rem 1.4rem;
    border-radius: 22px;
    background: #f8fbff;
    border: 1px solid #dce8f8;
}

.faq-item summary {
    cursor: pointer;
    list-style: none;
    font-weight: 600;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item p {
    margin: 1rem 0 0;
    color: #58667a;
}

.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 30;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    max-width: 280px;
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: linear-gradient(135deg, #17c964, #10b981);
    color: #fff;
    box-shadow: 0 20px 45px rgba(16, 185, 129, 0.3);
    animation: whatsappPulse 1.6s infinite;
}

.whatsapp-float small {
    color: rgba(255, 255, 255, 0.78);
}

.whatsapp-float span {
    font-weight: 700;
}

.auth-page-shell {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(62, 123, 255, 0.22), transparent 22%),
        radial-gradient(circle at bottom right, rgba(16, 185, 129, 0.18), transparent 24%),
        linear-gradient(180deg, #0a1323 0%, #122744 52%, #eef4ff 52%, #f6f9ff 100%);
}

.auth-layout-card {
    overflow: hidden;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 30px 90px rgba(10, 20, 38, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.auth-showcase-panel {
    height: 100%;
    background:
        radial-gradient(circle at top right, rgba(93, 211, 255, 0.18), transparent 24%),
        linear-gradient(180deg, #0f2039 0%, #13294b 100%);
}

.auth-showcase {
    height: 100%;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.auth-kicker {
    width: fit-content;
    background: rgba(255, 255, 255, 0.08);
    color: #dff1ff;
}

.auth-title {
    color: #fff;
    font-size: clamp(2.2rem, 4vw, 3.35rem);
    line-height: 1.02;
    font-weight: 800;
    margin: 1rem 0 1rem;
    max-width: 10ch;
}

.auth-description {
    color: rgba(255, 255, 255, 0.76);
    font-size: 1.02rem;
    max-width: 54ch;
    margin-bottom: 1.8rem;
}

.auth-highlight-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.1rem 1.2rem;
    border-radius: 22px;
    margin-bottom: 1.8rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.auth-highlight-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #36d1dc, #5b86e5);
    color: #fff;
    font-size: 1.3rem;
    box-shadow: 0 18px 40px rgba(91, 134, 229, 0.26);
}

.auth-highlight-card strong {
    color: #fff;
    display: block;
    margin-bottom: 0.2rem;
}

.auth-highlight-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
}

.auth-points {
    display: grid;
    gap: 0.9rem;
}

.auth-points div {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    color: #e5f2ff;
    font-weight: 500;
}

.auth-points i {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.auth-login-panel {
    height: 100%;
    padding: 3rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.auth-brand-line {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #2b69dd;
    margin-bottom: 0.4rem;
}

.auth-panel-title {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 800;
    margin-bottom: 0.35rem;
    color: #132238;
}

.auth-panel-subtitle {
    color: #67768b;
    margin-bottom: 0;
}

.auth-role-tabs .nav-link {
    border-radius: 16px;
    font-weight: 600;
    color: #4a5a72;
    background: rgba(14, 31, 56, 0.04);
    border: 1px solid rgba(14, 31, 56, 0.06);
}

.auth-role-tabs .nav-link.active {
    background: linear-gradient(135deg, #3e7bff, #5dd3ff);
    color: #fff;
}

.auth-label {
    font-weight: 600;
    color: #253349;
    margin-bottom: 0.4rem;
}

.auth-input-wrap {
    position: relative;
}

.auth-input-wrap i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c7a8f;
    font-size: 1rem;
}

.auth-input {
    padding-left: 3rem;
    border-radius: 18px;
    border: 1px solid #d8e3f2;
    background: #fff;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.02);
}

.auth-input:focus {
    border-color: #5b86e5;
    box-shadow: 0 0 0 0.25rem rgba(91, 134, 229, 0.15);
}

.auth-submit {
    border-radius: 18px;
    min-height: 58px;
    font-weight: 700;
}

.auth-submit-dark {
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
}

.auth-footer-note {
    margin-top: 1.4rem;
    text-align: center;
    color: #6f7c90;
    font-size: 0.95rem;
}

.auth-footer-note a {
    font-weight: 600;
}

.verify-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(62, 123, 255, 0.16), transparent 24%),
        radial-gradient(circle at top right, rgba(16, 185, 129, 0.10), transparent 22%),
        linear-gradient(180deg, #edf4ff 0%, #f7faff 100%);
}

.verify-shell {
    padding: 2rem;
    border-radius: 36px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.65);
    box-shadow: 0 30px 90px rgba(15, 23, 42, 0.12);
}

/* Ficha pública (public-bike): mesmo encaixe do painel da consulta pública */
.verify-shell--public-stack {
    margin-top: -2.5rem;
    position: relative;
    z-index: 2;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(19, 81, 180, 0.12);
    box-shadow: 0 20px 50px rgba(15, 35, 55, 0.08);
}

.verify-hero {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.verify-hero-main {
    max-width: 700px;
}

.verify-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #3e7bff, #5dd3ff);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 14px 32px rgba(62, 123, 255, 0.24);
}

.verify-title {
    margin: 1rem 0 0.35rem;
    color: #132238;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    letter-spacing: -0.04em;
}

.verify-subtitle {
    margin: 0;
    color: #64748b;
    font-size: 1.02rem;
}

.verify-alert {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.1rem 1.2rem;
    margin-bottom: 1.35rem;
    border-radius: 24px;
    border: 1px solid transparent;
}

.verify-alert strong {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 1.02rem;
}

.verify-alert p {
    color: inherit;
    opacity: 0.92;
}

.verify-alert--success {
    background: linear-gradient(180deg, #eafaf2 0%, #dff6eb 100%);
    border-color: #b7e7ca;
    color: #155b39;
}

.verify-alert--danger {
    background: linear-gradient(180deg, #fff0f0 0%, #ffe2e2 100%);
    border-color: #f3b4b4;
    color: #9d1c1c;
}

.verify-alert--primary {
    background: linear-gradient(180deg, #e8f1ff 0%, #dceaff 100%);
    border-color: #a8c4f0;
    color: #143a6e;
}

.verify-alert--warning {
    background: linear-gradient(180deg, #fff9e6 0%, #fff0cc 100%);
    border-color: #e8cf8a;
    color: #6a4a00;
}

.verify-alert--info {
    background: linear-gradient(180deg, #e8f7fb 0%, #dcf2f9 100%);
    border-color: #a8d5e8;
    color: #0d4f66;
}

.verify-alert-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 auto;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.6);
    font-size: 1.25rem;
}

.verify-overview {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.4rem;
}

.verify-stat-card,
.verify-panel,
.verify-empty-state {
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border: 1px solid #deebfb;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.verify-stat-card {
    padding: 1.2rem 1.25rem;
}

.verify-stat-card small,
.verify-panel-label,
.verify-field small {
    display: block;
    color: #73839a;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.verify-stat-card strong {
    display: block;
    margin-top: 0.4rem;
    color: #162840;
    font-size: 1.18rem;
}

.verify-stat-card span {
    display: block;
    margin-top: 0.45rem;
    color: #64748b;
}

.verify-panel {
    padding: 1.35rem;
    height: 100%;
}

.verify-panel-grid {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
}

.verify-field {
    padding: 1rem 1.05rem;
    border-radius: 20px;
    background: #f8fbff;
    border: 1px solid #dfeaf8;
}

.verify-field strong {
    display: block;
    margin-top: 0.35rem;
    color: #162840;
}

.verify-parts-list {
    margin-top: 1rem;
    display: grid;
    gap: 0.85rem;
}

.verify-part-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.5rem 1rem;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    background: #f8fbff;
    border: 1px solid #dfeaf8;
}

.verify-part-item span {
    color: #526277;
    font-weight: 600;
}

.verify-part-item strong {
    color: #162840;
    font-size: 0.95rem;
    text-align: right;
}

.verify-empty-state {
    padding: 3rem 1.5rem;
    text-align: center;
}

.verify-empty-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 1rem;
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #3e7bff, #5dd3ff);
    color: #fff;
    font-size: 1.75rem;
    box-shadow: 0 18px 35px rgba(62, 123, 255, 0.24);
}

.verify-empty-state h2 {
    color: #132238;
    font-size: 1.6rem;
    font-weight: 800;
}

.verify-empty-state p {
    max-width: 50ch;
    margin: 0.75rem auto 0;
    color: #64748b;
}

.document-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(62, 123, 255, 0.16), transparent 24%),
        radial-gradient(circle at top right, rgba(93, 211, 255, 0.12), transparent 22%),
        linear-gradient(180deg, #edf4ff 0%, #f7faff 100%);
}

.document-shell {
    position: relative;
    padding: 2rem;
    border-radius: 36px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.65);
    box-shadow: 0 30px 90px rgba(15, 23, 42, 0.12);
}

.document-shell > * {
    position: relative;
    z-index: 1;
}

.document-hero {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 1.6rem;
    padding: 1.5rem;
    border-radius: 28px;
    background:
        radial-gradient(circle at left top, rgba(93, 211, 255, 0.16), transparent 38%),
        linear-gradient(135deg, rgba(10, 27, 53, 0.98), rgba(24, 58, 108, 0.96));
    box-shadow: 0 24px 60px rgba(13, 25, 48, 0.22);
    color: #fff;
}

.document-hero-main {
    max-width: 680px;
}

.document-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #dbefff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.document-chip-soft {
    background: rgba(62, 123, 255, 0.08);
    border-color: rgba(62, 123, 255, 0.10);
    color: #2563eb;
}

.document-title {
    margin: 1rem 0 0.35rem;
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    font-weight: 800;
    letter-spacing: -0.04em;
}

.document-subtitle {
    margin: 0;
    max-width: 58ch;
    color: rgba(255, 255, 255, 0.76);
    font-size: 1.02rem;
    line-height: 1.65;
}

.document-hash-card {
    min-width: min(100%, 320px);
    padding: 1rem 1.1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
}

.document-hash-label {
    margin-bottom: 0.35rem;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.document-hash-card code {
    display: block;
    color: #fff;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    font-size: 0.82rem;
    line-height: 1.55;
}

.document-overview {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.4rem;
}

.document-stat-card,
.document-panel,
.document-qr-card,
.document-track-card {
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border: 1px solid #deebfb;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.document-stat-card {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.2rem 1.25rem;
}

.document-stat-icon {
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #3e7bff, #5dd3ff);
    color: #fff;
    box-shadow: 0 18px 35px rgba(62, 123, 255, 0.24);
    font-size: 1.2rem;
}

.document-stat-text small,
.document-panel-label,
.document-qr-label {
    display: block;
    color: #5b6b82;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.document-stat-text strong {
    display: block;
    margin-top: 0.25rem;
    color: #15263d;
    font-size: 1.08rem;
    line-height: 1.35;
}

.document-stat-text span {
    display: block;
    margin-top: 0.2rem;
    color: #64748b;
}

.document-panel {
    padding: 1.35rem;
}

.document-panel-title {
    margin-top: 0.35rem;
    color: #15263d;
    font-size: 1.22rem;
    font-weight: 700;
    line-height: 1.35;
}

.document-panel-meta {
    margin-top: 0.35rem;
    color: #64748b;
}

.document-list {
    margin: 0.9rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.8rem;
}

.document-list li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px dashed #d7e5f6;
}

.document-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.document-list span {
    color: #64748b;
}

.document-list strong {
    color: #162840;
    text-align: right;
}

.document-detail-box {
    height: 100%;
    padding: 1rem 1.05rem;
    border-radius: 20px;
    background: #f8fbff;
    border: 1px solid #dfeaf8;
}

.document-detail-box small {
    display: block;
    color: #607188;
    margin-bottom: 0.35rem;
}

.document-detail-box strong {
    color: #162840;
    font-size: 1rem;
}

.document-qr-card {
    height: 100%;
    padding: 1.4rem;
    text-align: center;
    background:
        radial-gradient(circle at top, rgba(62, 123, 255, 0.10), transparent 38%),
        linear-gradient(180deg, #ffffff 0%, #f5faff 100%);
}

.document-qr-frame {
    padding: 1rem;
    border-radius: 26px;
    background: #fff;
    border: 1px solid #e2ebf7;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.document-qr-url {
    margin-top: 0.5rem;
    color: #1e293b;
    font-weight: 600;
    line-height: 1.6;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.document-tracking-section {
    margin-top: 1.6rem;
}

.document-section-title {
    margin: 0.7rem 0 0;
    color: #132238;
    font-size: 1.4rem;
    font-weight: 800;
}

.document-track-card {
    padding: 1.15rem;
}

.document-track-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.85rem;
}

.document-track-source {
    display: inline-flex;
    padding: 0.38rem 0.75rem;
    border-radius: 999px;
    background: rgba(62, 123, 255, 0.10);
    color: #235cc9;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.document-track-top small {
    color: #72839a;
}

.document-track-address {
    color: #1e293b;
    line-height: 1.6;
}

[data-animate] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-animate].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes whatsappPulse {
    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 20px 45px rgba(16, 185, 129, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 24px 55px rgba(16, 185, 129, 0.42);
    }
}

.site-footer {
    padding: 2rem 0 3.5rem;
    background: #081423;
    color: #fff;
}

.app-shell {
    display: flex;
    min-height: 100vh;
}

.sidebar {
    width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-area {
    flex: 1;
    min-width: 0;
}

.btn-sidebar {
    text-align: left;
    color: #dbeafe;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.btn-sidebar:hover,
.btn-sidebar.active {
    background: #0d6efd;
    color: #fff;
}

.stat-card {
    background: linear-gradient(135deg, #ffffff, #eef4ff);
}

.bikes-page .card {
    border-radius: 28px;
}

.bikes-side-card,
.bikes-list-shell {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.08);
}

.bikes-section-kicker {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.8rem;
    margin-bottom: 0.75rem;
    border-radius: 999px;
    background: rgba(62, 123, 255, 0.10);
    color: #235cc9;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bikes-section-text {
    color: #66768a;
    font-size: 0.95rem;
    max-width: 42ch;
}

.bikes-form-grid .form-label,
.bike-editor .form-label {
    font-weight: 600;
    color: #22324a;
}

.bikes-form-grid .form-control,
.bikes-form-grid .form-select,
.bike-editor .form-control,
.bike-editor .form-select,
.ajax-filter-form .form-control,
.ajax-filter-form .form-select {
    border-radius: 16px;
    border: 1px solid #d9e4f2;
    background: #fff;
}

.bikes-form-highlight {
    padding: 0.15rem 0;
}

.bikes-primary-btn {
    min-height: 50px;
    border-radius: 16px;
    font-weight: 700;
    box-shadow: 0 18px 40px rgba(62, 123, 255, 0.24);
}

.bikes-counter {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: #f3f8ff;
    border: 1px solid #dbe7f6;
}

.bikes-list-head {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e8eef5;
}

@media (min-width: 768px) {
    .bikes-list-head {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
}

.bikes-list-head__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
}

.bikes-list-head__meta {
    width: 100%;
}

@media (min-width: 768px) {
    .bikes-list-head__meta {
        width: auto;
        margin-left: auto;
        text-align: right;
    }
}

.bike-record-card {
    padding: 1.25rem;
    margin-bottom: 1rem;
    border-radius: 26px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #deebfb;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.bike-record-hero {
    margin-bottom: 0.5rem;
}

.bike-record-identity {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.bike-record-panel {
    margin-top: 0.85rem;
    padding: 0.85rem 1rem;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e2ebf7;
}

.bike-record-panel--muted {
    background: #f4f8ff;
    border-color: #d5e3f5;
}

.bike-record-panel--admin {
    background: linear-gradient(135deg, #f0f7ff 0%, #fff 100%);
    border-color: #b8d4f5;
    box-shadow: 0 8px 24px rgba(19, 81, 180, 0.08);
}

.bike-record-panel__label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #5a6b82;
    margin-bottom: 0.5rem;
}

.bike-record-panel__body {
    margin: 0;
}

.bike-doc-actions .btn {
    border-radius: 10px;
}

.bike-doc-actions .btn:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.bike-doc-actions .btn:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.bike-edit-stack {
    padding: 1rem;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #dfeaf8;
    height: 100%;
}

.bike-editor-card {
    border: 1px solid #e2ebf7;
    border-radius: 14px;
    padding: 0.35rem 0.85rem 0.85rem;
    background: #fbfdff;
}

.bike-editor-card > summary {
    list-style: none;
    cursor: pointer;
    font-weight: 600;
    color: #1a2d44;
    padding: 0.5rem 0 0.25rem;
    user-select: none;
}

.bike-editor-card > summary::-webkit-details-marker {
    display: none;
}

.bike-editor-card > summary::after {
    content: '';
    float: right;
    width: 0.5rem;
    height: 0.5rem;
    margin-top: 0.35rem;
    border-right: 2px solid #6c7d95;
    border-bottom: 2px solid #6c7d95;
    transform: rotate(45deg);
    transition: transform 0.15s ease;
}

.bike-editor-card[open] > summary::after {
    transform: rotate(-135deg);
    margin-top: 0.55rem;
}

/* Página de detalhe da bike (gov) */
.bike-detail-page {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.bike-detail-toolbar {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e8eef5;
}

@media (min-width: 992px) {
    .bike-detail-aside-wrap {
        position: sticky;
        top: 5.75rem;
        z-index: 2;
    }
}

.bike-detail-aside-body {
    max-height: min(55vh, 420px);
    overflow-y: auto;
}

.bike-timeline-item {
    position: relative;
    padding-left: 1.15rem;
    margin-bottom: 1rem;
    border-left: 2px solid #dbe7f6;
}

.bike-timeline-item:last-child {
    margin-bottom: 0;
}

.bike-timeline-item__dot {
    position: absolute;
    left: -5px;
    top: 0.35rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gov-blue, #1351b4);
    box-shadow: 0 0 0 3px rgba(19, 81, 180, 0.2);
}

.bike-record-card--detail {
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
}

.bike-record-hero--elevated {
    padding: 0.25rem 0 0.5rem;
}

.bike-spec-grid {
    display: grid;
    gap: 0.5rem 1rem;
    font-size: 0.9rem;
}

.bike-spec-grid__row {
    display: grid;
    grid-template-columns: 7.5rem 1fr;
    gap: 0.5rem 1rem;
    align-items: baseline;
}

@media (max-width: 575.98px) {
    .bike-spec-grid__row {
        grid-template-columns: 1fr;
        gap: 0.15rem;
    }

    .bike-spec-grid__row dt {
        font-size: 0.68rem;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        color: #6c7d95;
    }
}

.bike-spec-grid__row dt {
    margin: 0;
    font-weight: 600;
    color: #4a5c73;
    font-size: 0.78rem;
}

.bike-spec-grid__row dd {
    margin: 0;
    color: #1a2d44;
}

.bike-spec-grid__row--full {
    grid-column: 1 / -1;
}

.bike-subpanel__title {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #5a6b82;
}

.bike-parts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 0.5rem;
}

.bike-part-chip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.35rem;
    padding: 0.5rem 0.65rem;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e2ebf7;
    min-height: 2.75rem;
}

.bike-part-chip__name {
    font-weight: 600;
    font-size: 0.85rem;
    color: #1a2d44;
}

.bike-part-chip__code {
    display: block;
    width: 100%;
    font-size: 0.7rem;
    color: #6c7d95;
    font-family: ui-monospace, monospace;
}

.bike-part-chip__qr {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 8px;
    background: #f0f5fc;
    color: #1351b4;
    text-decoration: none;
    transition: background 0.15s ease;
}

.bike-part-chip__qr:hover {
    background: #e0e9f7;
    color: #0c326f;
}

.bike-record-panel--done {
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.bike-record-actions-row .btn {
    font-weight: 600;
}

.bike-record-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.bike-record-main {
    min-width: 0;
}

.bike-record-code {
    font-size: 1.05rem;
    font-weight: 800;
    color: #162840;
    letter-spacing: -0.02em;
}

.bike-record-meta {
    color: #5d6c80;
    margin-top: 0.2rem;
}

.bike-record-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.65rem;
}

.bike-status-badge {
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.bike-action-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.45rem;
}

.bikes-catalog-tabs .btn {
    border-radius: 999px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 600;
}

.bikes-catalog-tabs .btn-dark {
    box-shadow: 0 10px 24px rgba(22, 40, 64, 0.18);
}

.bike-action-toolbar {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.25rem;
}

.bike-toolbar-group .btn {
    border-radius: 0;
}

.bike-toolbar-group .btn:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.bike-toolbar-group .btn:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.bike-class-badge {
    font-weight: 600;
    letter-spacing: 0.02em;
}

form.ajax-form.is-submitting {
    pointer-events: none;
    opacity: 0.92;
}

.bike-subpanel {
    height: 100%;
    padding: 1rem;
    border-radius: 20px;
    background: #f8fbff;
    border: 1px solid #dfeaf8;
}

.bike-part-badge {
    padding: 0.55rem 0.75rem;
    border-radius: 14px;
    color: #314156;
}

.bike-location-item {
    padding: 0.75rem 0.85rem;
    margin-bottom: 0.55rem;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e0e9f5;
    color: #3f4e63;
}

.bike-editor summary {
    list-style: none;
}

.bike-editor summary::-webkit-details-marker {
    display: none;
}

.bike-editor form,
.bike-approval-actions {
    padding: 1rem;
    border-radius: 20px;
    background: #f8fbff;
    border: 1px solid #dfeaf8;
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 10;
}

@media (max-width: 991px) {
    .app-shell {
        flex-direction: column;
    }

    .sidebar {
        width: 100%;
    }

    .hero-section {
        padding-top: 2rem;
    }

    .hero-visual {
        min-height: 420px;
    }

    .floating-panel {
        inset: 30px 20px auto 10px;
        transform: none;
    }

    .card-a,
    .card-b {
        transform: none;
    }

    .card-a {
        right: 10px;
    }

    .card-b {
        left: 10px;
        bottom: 30px;
    }

    .contact-shell,
    .access-shell {
        padding: 2rem 1.2rem;
    }

    .auth-showcase,
    .auth-login-panel {
        padding: 2rem 1.4rem;
    }

    .auth-title {
        max-width: none;
    }

    .bike-record-top {
        flex-direction: column;
    }

    .bike-record-identity {
        flex-direction: column;
    }

    .bike-record-actions {
        align-items: flex-start;
    }

    .bike-action-links,
    .bike-action-toolbar {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .document-shell {
        padding: 1.2rem;
        border-radius: 28px;
    }

    .document-hero {
        padding: 1.15rem;
        border-radius: 24px;
    }

    .verify-shell {
        padding: 1.2rem;
        border-radius: 28px;
    }

    .verify-hero {
        flex-direction: column;
    }

    .verify-overview {
        grid-template-columns: 1fr;
    }

    .document-hero {
        flex-direction: column;
    }

    .document-overview {
        grid-template-columns: 1fr;
    }

    .document-title {
        font-size: 2rem;
    }

    .search-bar {
        grid-template-columns: 1fr;
    }

    .whatsapp-float {
        left: 16px;
        right: 16px;
        bottom: 16px;
        max-width: none;
    }
}

@media (max-width: 767px) {
    .document-stat-card {
        padding: 1rem;
    }

    .document-panel,
    .document-qr-card,
    .document-track-card {
        border-radius: 22px;
    }

    .document-list li,
    .document-track-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .document-list strong {
        text-align: left;
    }

    .verify-part-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .verify-part-item strong {
        text-align: left;
    }

    .bike-record-card {
        padding: 1rem;
    }

    .bike-part-badge,
    .bike-location-item,
    .bike-editor form,
    .bike-approval-actions {
        border-radius: 16px;
    }
}

/* --- Cadastro de bike · assistente por etapas --- */
.bike-form-wizard {
    position: sticky;
    top: 0.5rem;
    z-index: 5;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 70%, transparent);
    padding-bottom: 0.35rem;
    margin-bottom: 0.25rem;
}

.bike-wizard-progress .bike-wizard-step {
    border-radius: 999px;
    border: 1px solid #dee6f2;
    background: #fff;
    color: #64748b;
    font-weight: 600;
    min-width: 2.25rem;
    padding-inline: 0.65rem;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.bike-wizard-progress .bike-wizard-step:hover {
    border-color: var(--bt-primary, #1351b4);
    color: var(--bt-primary, #1351b4);
}

.bike-wizard-progress .bike-wizard-step.active {
    background: var(--bt-primary, #1351b4);
    border-color: var(--bt-primary, #1351b4);
    color: #fff;
}

.bike-wizard-step-num {
    font-variant-numeric: tabular-nums;
}

.bike-wizard-step-caption {
    font-weight: 500;
}

/* --- Painel · Evolution / WhatsApp (mesma linguagem da consulta pública) --- */
.evo-integration-page {
    padding: 0.25rem 0 1rem;
    margin: 0 -0.15rem;
    background:
        radial-gradient(circle at top left, rgba(62, 123, 255, 0.14), transparent 26%),
        radial-gradient(circle at top right, rgba(16, 185, 129, 0.09), transparent 24%),
        linear-gradient(180deg, #edf4ff 0%, #f7faff 100%);
    border-radius: 20px;
}

.evo-verify-shell.verify-shell {
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.1);
}

.evo-verify-shell .verify-title {
    font-size: clamp(1.55rem, 2.8vw, 2.35rem);
    letter-spacing: -0.03em;
}

.evo-verify-overview.verify-overview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.evo-verify-field .form-control {
    border-radius: 14px;
    border-color: #c5d7ec;
}

.evo-verify-field .form-control:focus {
    border-color: var(--bt-primary, #1351b4);
    box-shadow: 0 0 0 0.2rem rgba(19, 81, 180, 0.15);
}

.evo-action-list .evo-action-item {
    align-items: stretch;
}

.evo-qr-card {
    border-radius: 24px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 55%);
    border: 1px solid #dfeaf8;
    min-height: 280px;
}

.evo-qr-image {
    border-radius: 22px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
    max-width: 100%;
}

.evo-qr-empty {
    border-radius: 20px;
    border: 1px dashed #c5d7ec;
    background: rgba(255, 255, 255, 0.7);
}

@media (max-width: 991px) {
    .evo-verify-overview.verify-overview {
        grid-template-columns: 1fr;
    }
}

/* --- Consulta pública (nível produto) --- */
.public-search-page {
    background: linear-gradient(180deg, var(--bt-primary-soft) 0%, #f4f7fb 22%, #f4f7fb 100%);
    flex: 1;
}

.ps-hero {
    background: linear-gradient(135deg, var(--bt-primary-dark) 0%, var(--bt-primary) 42%, var(--bt-primary-mid) 100%);
    color: #fff;
    box-shadow: 0 12px 40px rgba(19, 81, 180, 0.22);
}

.ps-breadcrumb {
    --bs-breadcrumb-divider-color: rgba(255, 255, 255, 0.45);
    font-size: 0.875rem;
}

.ps-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
}

.ps-breadcrumb .breadcrumb-item a:hover {
    color: #fff;
    text-decoration: underline;
}

.ps-breadcrumb .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.72);
}

.ps-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 0.65rem;
}

.ps-title {
    font-size: clamp(1.65rem, 4vw, 2.15rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

.ps-lead {
    font-size: 1.02rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.9);
    max-width: 40rem;
}

.ps-trust-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    padding: 1rem 1.15rem;
}

.ps-trust-list li {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.92);
    padding: 0.35rem 0;
}

.ps-trust-list li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ps-panel {
    border-radius: 20px;
    border: 1px solid rgba(19, 81, 180, 0.12);
    box-shadow: 0 20px 50px rgba(15, 35, 55, 0.08) !important;
    margin-top: -2.5rem;
    position: relative;
    z-index: 2;
    background: #fff;
}

.ps-search-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: stretch;
}

.ps-search-input-wrap {
    position: relative;
    min-width: 220px;
}

.ps-search-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 1.1rem;
    pointer-events: none;
}

.ps-search-input {
    padding-left: 2.75rem;
    border-radius: 14px;
    border: 1px solid #ced8e8;
    font-size: 1.05rem;
}

.ps-search-input:focus {
    border-color: var(--bt-primary, #1351b4);
    box-shadow: 0 0 0 0.2rem rgba(19, 81, 180, 0.18);
}

.ps-btn-search {
    border-radius: 14px;
    font-weight: 600;
    background: var(--bt-primary, #1351b4);
    border-color: var(--bt-primary, #1351b4);
}

.ps-btn-search:hover {
    background: var(--bt-primary-dark, #0f4596);
    border-color: var(--bt-primary-dark, #0f4596);
}

.letter-spacing-tight {
    letter-spacing: 0.04em;
}

.ps-result-card {
    position: relative;
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    background: #fff;
    overflow: hidden;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.ps-result-card:hover {
    border-color: rgba(19, 81, 180, 0.35);
    box-shadow: 0 14px 36px rgba(19, 81, 180, 0.12);
}

.ps-result-card--alert {
    border-color: rgba(220, 53, 69, 0.45);
    box-shadow: 0 0 0 1px rgba(220, 53, 69, 0.12);
}

.ps-result-banner {
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.65rem 1rem;
    background: rgba(255, 193, 7, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.ps-result-card--alert .ps-result-banner {
    background: rgba(220, 53, 69, 0.1);
}

.ps-result-body {
    display: flex;
    gap: 1rem;
    padding: 1.15rem;
}

.ps-result-thumb {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 14px;
    border: 1px solid #e9ecef;
    background: #f8f9fa;
}

.ps-result-thumb--ph {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #eef3fb, #f8fafc);
    color: var(--bt-primary, #1351b4);
    font-size: 2rem;
}

.ps-result-code {
    font-size: 1.05rem;
    font-weight: 700;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    color: #0b3d91;
}

.ps-chip {
    font-size: 0.78rem;
    font-weight: 600;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.ps-result-model {
    font-size: 0.95rem;
    line-height: 1.4;
    margin-bottom: 0;
}

.ps-meta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem 1rem;
    font-size: 0.8rem;
}

.ps-meta-grid dt {
    margin: 0;
    color: #6c757d;
    font-weight: 500;
}

.ps-meta-grid dd {
    margin: 0;
}

.ps-mono {
    font-size: 0.85rem;
    background: #f1f4f9;
    padding: 0.15rem 0.4rem;
    border-radius: 6px;
}

.ps-info-tile {
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 1.25rem;
    background: linear-gradient(180deg, #fcfdff 0%, #f8fafc 100%);
}

.ps-info-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 12px;
    background: rgba(19, 81, 180, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

@media (max-width: 575px) {
    .ps-panel {
        margin-top: -1.25rem;
        border-radius: 16px;
    }

    .ps-search-actions {
        width: 100%;
    }

    .ps-search-actions .btn {
        flex: 1;
    }

    .ps-result-body {
        flex-direction: column;
    }

    .ps-result-media {
        align-self: center;
    }

    .ps-meta-grid {
        grid-template-columns: 1fr;
    }
}

/* --- Páginas institucionais (Sobre, Planos, Contato) --- */
.letter-spacing-tight {
    letter-spacing: 0.06em;
}

.pub-sub-page {
    background: linear-gradient(180deg, var(--bt-primary-soft) 0%, #f4f7fb 18%, #f4f7fb 100%);
    flex: 1;
}

.pub-sub-hero {
    background: linear-gradient(135deg, var(--bt-primary-dark) 0%, var(--bt-primary) 45%, var(--bt-primary-mid) 100%);
    color: #fff;
    box-shadow: 0 12px 40px rgba(19, 81, 180, 0.2);
}

.pub-sub-hero--alt {
    background: linear-gradient(135deg, #0f3568 0%, #1a4f8c 40%, #2366ad 100%);
}

.pub-sub-hero--contact {
    background: linear-gradient(135deg, #123a72 0%, #1e5a9e 38%, #2a6db5 100%);
}

.pub-sub-breadcrumb {
    --bs-breadcrumb-divider-color: rgba(255, 255, 255, 0.45);
    font-size: 0.875rem;
}

.pub-sub-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
}

.pub-sub-breadcrumb .breadcrumb-item a:hover {
    color: #fff;
    text-decoration: underline;
}

.pub-sub-breadcrumb .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.72);
}

.pub-sub-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 0.65rem;
}

.pub-sub-title {
    font-size: clamp(1.65rem, 4vw, 2.25rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

.pub-sub-lead {
    font-size: 1.02rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.9);
    max-width: 44rem;
}

.pub-sub-badge {
    display: inline-block;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 0.9rem;
    font-weight: 600;
}

.pub-prose {
    border-radius: 20px;
    border: 1px solid rgba(19, 81, 180, 0.1);
}

.pub-prose-p {
    font-size: 1.05rem;
    line-height: 1.65;
    color: #334155;
    margin-bottom: 1.25rem;
}

.pub-prose-p:last-child {
    margin-bottom: 0;
}

.pub-pillar {
    padding: 1.35rem;
    border-radius: 18px;
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
    border: 1px solid #e2e8f0;
    box-shadow: 0 14px 36px rgba(15, 35, 55, 0.06);
}

.pub-pillar-icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 14px;
    background: rgba(19, 81, 180, 0.1);
    color: var(--bt-primary, #1351b4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 0.85rem;
}

.pub-side-stack {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    position: sticky;
    top: 1rem;
}

.pub-side-card {
    border-radius: 18px !important;
    border: 1px solid rgba(19, 81, 180, 0.08) !important;
}

.pub-steps li {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    padding: 0.65rem 0;
    border-bottom: 1px solid #e8eef6;
    font-size: 0.92rem;
    color: #475569;
}

.pub-steps li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.pub-step-num {
    flex-shrink: 0;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 999px;
    background: var(--bt-primary, #1351b4);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pub-faq-mini {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 0.65rem 0.85rem;
    background: #f8fafc;
}

.pub-faq-mini summary {
    cursor: pointer;
    list-style: none;
    font-weight: 600;
    font-size: 0.88rem;
    color: #1e3a5f;
}

.pub-faq-mini summary::-webkit-details-marker {
    display: none;
}

.pub-cta-band {
    border-radius: 22px !important;
    background: linear-gradient(120deg, #0b3d91, #1a5fc0 55%, #2580e0) !important;
    box-shadow: 0 22px 50px rgba(19, 81, 180, 0.25);
}

.pub-plan-card {
    border-radius: 22px !important;
    border: 1px solid #dce7f4 !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pub-plan-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 26px 55px rgba(15, 35, 55, 0.1) !important;
}

.pub-plan-card--featured {
    border-color: rgba(19, 81, 180, 0.35) !important;
    box-shadow: 0 22px 55px rgba(19, 81, 180, 0.12) !important;
}

.pub-plan-price {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0b3d91;
    letter-spacing: -0.02em;
}

.pub-plan-checks {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pub-plan-checks li {
    padding: 0.35rem 0;
}

.pub-trust-tile {
    padding: 1.5rem;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 32px rgba(15, 35, 55, 0.05);
}

.pub-contact-panel .form-control,
.pub-contact-panel .form-select {
    border-radius: 14px;
}

.pub-contact-label {
    display: block;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
    color: #64748b;
    margin-bottom: 0.25rem;
}

@media (max-width: 991px) {
    .pub-side-stack {
        position: static;
    }
}

/* Hub secundário — Consulta BIC (páginas públicas) */
.bic-hub {
    --bic-hub-blue: var(--bt-primary, #1351b4);
    border-color: rgba(19, 81, 180, 0.12) !important;
}

.bic-hub__title {
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    margin-right: 0.25rem;
}

.bic-hub__link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #334155;
    text-decoration: none;
    font-weight: 500;
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
    transition: background 0.15s ease, color 0.15s ease;
}

.bic-hub__link:hover {
    background: rgba(19, 81, 180, 0.08);
    color: var(--bic-hub-blue);
}

.bic-hub__link.is-active {
    background: rgba(19, 81, 180, 0.12);
    color: var(--bic-hub-blue);
    font-weight: 600;
}

.bic-hub__pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    background: linear-gradient(120deg, #0b3d91, #1a5fc0);
    color: #fff;
    font-weight: 600;
    font-size: 0.8rem;
}

.bic-hub__sep {
    opacity: 0.45;
    user-select: none;
}

/* Faixa institucional na ficha pública */
.bic-official-banner {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1rem 1.15rem;
    border-radius: 14px;
    border: 1px solid rgba(19, 81, 180, 0.18);
    background: linear-gradient(135deg, #f8fafc 0%, #e8eef8 100%);
    box-shadow: 0 8px 28px rgba(15, 35, 55, 0.06);
}

.bic-official-banner__icon {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 12px;
    background: var(--bt-primary, var(--gov-blue, #1351b4));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.bic-official-banner__org {
    font-weight: 700;
    font-size: 1.05rem;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.bic-official-banner__tagline {
    font-size: 0.88rem;
    color: #475569;
    margin-top: 0.15rem;
}

.bic-official-banner__note {
    margin-top: 0.5rem;
    color: #64748b;
    max-width: 52rem;
}

.bic-id-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #0f172a;
    background: rgba(255, 255, 255, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
}

/* Consulta BIC — painel do cidadão */
.citizen-bic-page .citizen-bic-hero {
    border-radius: 16px;
    border: 1px solid rgba(19, 81, 180, 0.12);
}

.citizen-bic-hero__strip {
    height: 4px;
    background: linear-gradient(90deg, #0b3d91, #2580e0);
}

.citizen-bic-result-card {
    border-radius: 14px !important;
    border: 1px solid #e2e8f0 !important;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.citizen-bic-result-card:hover {
    border-color: rgba(19, 81, 180, 0.25) !important;
    box-shadow: 0 12px 36px rgba(15, 35, 55, 0.08) !important;
}

/* —— Mobile: consulta pública, ficha QR e documento digital —— */
@media (max-width: 767.98px) {
    .verify-shell--public-stack {
        margin-top: -1.25rem;
        padding: 0.85rem 0.75rem;
        border-radius: 16px;
    }

    .verify-overview {
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }

    .verify-panel-grid {
        grid-template-columns: 1fr;
    }

    .verify-part-item {
        padding: 0.85rem;
    }

    .public-search-page .ps-hero .container {
        padding-top: 1.25rem !important;
        padding-bottom: 1.5rem !important;
    }

    .ps-search-row {
        flex-direction: column;
    }

    .ps-search-actions {
        width: 100%;
    }

    .ps-search-actions .btn {
        flex: 1;
        min-height: 48px;
    }

    .bic-official-banner {
        flex-direction: column;
        align-items: stretch;
    }

    .document-page .container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .document-shell {
        padding: 0.85rem;
        border-radius: 20px;
    }

    .document-hero {
        flex-direction: column;
        gap: 1rem;
    }

    .document-title {
        font-size: 1.65rem;
        word-break: break-word;
    }

    .document-hash-card {
        width: 100%;
        min-width: 0;
    }

    .document-overview {
        grid-template-columns: 1fr;
    }

    .document-qr-card {
        margin-top: 0.5rem;
    }

    .document-qr-frame {
        max-width: min(240px, 88vw);
        margin-left: auto;
        margin-right: auto;
    }

    .document-panel {
        padding: 1rem;
    }

    .auth-layout-card {
        border-radius: 22px;
    }

    .auth-showcase-panel {
        min-height: 240px;
    }

    .auth-showcase {
        padding: 1.5rem 1.1rem;
    }

    .auth-login-panel {
        padding: 1.5rem 1.1rem 1.75rem;
    }

    .auth-title {
        font-size: clamp(1.65rem, 6vw, 2.2rem);
        max-width: none;
    }

    .auth-description {
        font-size: 0.95rem;
    }
}
