/**
 * Estilos compartilhados do catalogo Loop Leiloes (mobile-first, max 430px).
 *
 * Integracao futura: variaveis de marca (--red, etc.) podem vir de config PHP/BD.
 */
:root {
    --red: #ff0043;
    --red-2: #d10036;
    --ink: #111827;
    --muted: #687080;
    --line: #e8eaf0;
    --surface: #fff;
    --background: #f7f8fa;
    --shadow: 0 12px 34px rgba(17, 24, 39, .075);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #e9ebef; }
body {
    margin: 0;
    color: var(--ink);
    background: #e9ebef;
    font-family: "Poppins", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
.svg-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.app-shell {
    position: relative;
    width: 100%;
    max-width: 430px;
    min-height: 100vh;
    margin: 0 auto;
    padding-bottom: 108px;
    overflow: hidden;
    background: var(--background);
    box-shadow: 0 0 60px rgba(17, 24, 39, .12);
}
.topbar {
    position: sticky;
    z-index: 30;
    top: 0;
    display: flex;
    height: 85px;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
    backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 9px; color: var(--ink); text-decoration: none; }
.brand-mark { display: block; width: 92px; height: 46px; object-fit: contain; filter: drop-shadow(0 5px 8px rgba(17, 24, 39, .1)); }
.brand-original { width: 158px; height: 52px; object-position: left center; }
.auction-pill { padding: 7px 14px; border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--red), var(--red-2)); font-size: 12px; font-weight: 600; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.icon-button {
    display: grid;
    width: 42px;
    height: 42px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    text-decoration: none;
}
.account-button { color: #fff; background: var(--ink); box-shadow: 0 7px 16px rgba(17, 24, 39, .18); }
.account-button .icon { width: 25px; height: 25px; }
.sim-button {
    color: var(--red);
    background: #fff1f5;
    box-shadow: 0 7px 16px rgba(255, 0, 67, .16);
    margin-right: 4px;
}
.sim-button.is-current {
    color: #fff;
    background: linear-gradient(135deg, var(--red), var(--red-2));
}
.sim-button .icon { width: 22px; height: 22px; }
.menu-button .icon { width: 30px; height: 30px; stroke-width: 2; }
main { padding: 14px 12px 0; }
.hero-card {
    position: relative;
    min-height: 410px;
    overflow: hidden;
    border: 1px solid rgba(255, 24, 79, .06);
    border-radius: 30px;
    background: #fff8fa;
    box-shadow: var(--shadow);
}
.hero-card::before, .hero-card::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255, 255, 255, .72); }
.hero-card::before { top: -55px; right: -55px; width: 170px; height: 170px; }
.hero-card::after { left: 45%; top: 112px; width: 100px; height: 100px; }
.hero-card img { position: absolute; z-index: 1; right: -33px; bottom: -2px; width: 111%; height: 73%; object-fit: cover; object-position: 66% 58%; mix-blend-mode: multiply; }
.hero-copy { position: relative; z-index: 2; padding: 25px 20px; }
.eyebrow { display: inline-flex; margin-bottom: 7px; padding: 5px 10px; border-radius: 999px; color: var(--red); background: #fff; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.hero-copy h1 { max-width: 305px; margin: 0; color: var(--red); font-size: clamp(30px, 9vw, 38px); font-weight: 800; letter-spacing: -.055em; line-height: .98; text-transform: uppercase; }
.hero-copy > p { max-width: 280px; margin: 9px 0 15px; color: #404756; font-size: 14px; font-weight: 600; }
.notice-card {
    width: 72%;
    min-height: 84px;
    padding: 15px 16px;
    border: 1px solid #f1f2f5;
    border-radius: 20px;
    color: #414756;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 10px 26px rgba(17, 24, 39, .06);
    font-size: 12px;
    line-height: 1.65;
}
.hero-button {
    display: flex;
    width: 185px;
    height: 52px;
    margin-top: 18px;
    align-items: center;
    justify-content: space-between;
    padding: 0 17px;
    border-radius: 17px;
    color: #fff;
    background: linear-gradient(135deg, var(--red), var(--red-2));
    box-shadow: 0 12px 25px rgba(255, 24, 79, .25);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}
.hero-button .icon { width: 20px; }
.search-panel { margin-top: 14px; overflow: hidden; border-radius: 26px; background: #fff; box-shadow: var(--shadow); }
.category-tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.category-tab {
    position: relative;
    display: flex;
    min-width: 0;
    height: 78px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 4px;
    border: 0;
    color: #4f5665;
    background: #fff;
    cursor: pointer;
    font-size: 11px;
    font-weight: 600;
}
.category-tab .icon { width: 23px; height: 23px; }
.category-tab.is-active { color: var(--red); }
.category-tab.is-active::after { content: ""; position: absolute; right: 8px; bottom: 0; left: 8px; height: 4px; border-radius: 6px 6px 0 0; background: var(--red); }
.filter-fields { display: grid; gap: 12px; padding: 16px 14px 13px; }
.field { position: relative; display: flex; height: 58px; align-items: center; gap: 12px; padding: 0 15px; border: 1px solid #dfe2e8; border-radius: 17px; color: #4d5564; background: #fff; }
.field > .icon { flex: 0 0 auto; width: 23px; }
.field select, .field input { width: 100%; min-width: 0; height: 100%; padding: 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 14px; appearance: none; }
.field input::placeholder { color: #8a909c; }
.field-arrow { width: 18px !important; }
.primary-button, .bid-button {
    display: flex;
    height: 64px;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border: 0;
    border-radius: 19px;
    color: #fff;
    background: linear-gradient(135deg, var(--red), var(--red-2));
    box-shadow: 0 12px 25px rgba(255, 24, 79, .22);
    cursor: pointer;
    font-size: 19px;
    font-weight: 700;
}
.primary-button small { font: inherit; }
.primary-button .icon { width: 21px; }
.stock-option { position: relative; margin: 0 10px 12px; padding: 16px 14px 14px; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 8px 24px rgba(17, 24, 39, .04); }
.stock-title { display: flex; align-items: center; gap: 10px; padding-right: 65px; font-size: 14px; font-weight: 600; }
.stock-title > .icon { color: var(--red); }
.stock-title .info-icon { width: 16px; color: #697181; }
.stock-option p { margin: 14px 0 0; padding: 13px; border-radius: 16px; color: #4c5362; background: #f6f7f9; font-size: 11.5px; line-height: 1.6; }
.switch { position: absolute; top: 14px; right: 14px; }
.switch input { position: absolute; opacity: 0; }
.switch span { position: relative; display: block; width: 54px; height: 31px; border-radius: 999px; background: #d9dce2; cursor: pointer; transition: .2s; }
.switch span::after { content: ""; position: absolute; top: 3px; left: 3px; width: 25px; height: 25px; border-radius: 50%; background: #fff; box-shadow: 0 2px 7px rgba(0, 0, 0, .18); transition: .2s; }
.switch input:checked + span { background: var(--red); }
.switch input:checked + span::after { transform: translateX(23px); }
.security-card { margin-top: 14px; padding: 22px 13px 20px; border-radius: 28px; color: #fff; background: radial-gradient(circle at 50% -20%, #283146, #111827 58%, #0f172a); box-shadow: 0 16px 35px rgba(15, 23, 42, .19); }
.security-card h2 { margin: 0 0 20px; text-align: center; font-size: 16px; }
.security-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.security-grid article { display: flex; min-width: 0; align-items: center; flex-direction: column; padding: 0 6px; text-align: center; }
.security-grid article + article { border-left: 1px solid rgba(255, 255, 255, .26); }
.security-grid .icon { width: 29px; height: 29px; margin-bottom: 10px; }
.security-grid strong { font-size: 9.5px; line-height: 1.4; }
.security-grid span { margin-top: 4px; color: #d5d9e2; font-size: 8px; line-height: 1.5; }
.benefits-card { display: grid; margin-top: 14px; padding: 23px 8px; grid-template-columns: repeat(3, 1fr); border: 1px solid #eceef2; border-radius: 27px; background: #fff; box-shadow: var(--shadow); }
.benefits-card article { padding: 0 10px; text-align: center; }
.benefits-card article + article { border-left: 1px solid var(--line); }
.benefits-card .icon { width: 30px; height: 30px; color: var(--red); stroke-width: 1.8; }
.benefits-card h3 { margin: 10px 0 7px; font-size: 11px; line-height: 1.35; }
.benefits-card p { margin: 0; color: var(--muted); font-size: 8.5px; line-height: 1.5; }
.offers-section { padding-top: 34px; scroll-margin-top: 80px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; padding: 0 4px 15px; }
.section-heading span { color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.section-heading h2 { margin: 3px 0 2px; font-size: 27px; letter-spacing: -.04em; }
.section-heading p { max-width: 255px; margin: 0; color: var(--muted); font-size: 10px; }
.filter-button { display: flex; height: 45px; align-items: center; gap: 7px; padding: 0 13px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 7px 18px rgba(17, 24, 39, .06); font-size: 11px; font-weight: 600; }
.filter-button .icon { width: 19px; }
.offer-list { display: grid; gap: 16px; }
.vehicle-card { position: relative; padding: 12px; border: 1px solid #eceef2; border-radius: 27px; background: #fff; box-shadow: var(--shadow); }
.vehicle-card-link { position: absolute; z-index: 2; inset: 0; border-radius: inherit; }
.vehicle-card .favorite-button, .vehicle-card .bid-button { position: relative; z-index: 3; }
.vehicle-photo { position: relative; overflow: hidden; aspect-ratio: 4 / 3; border-radius: 21px; background: #edf0f4; }
.vehicle-photo img { width: 100%; height: 100%; object-fit: cover; }
.featured-badge, .paid-badge { position: absolute; z-index: 2; border-radius: 10px; color: #fff; background: var(--red); font-size: 9px; font-weight: 700; text-transform: uppercase; box-shadow: 0 5px 12px rgba(255, 24, 79, .25); }
.featured-badge { top: 10px; left: 10px; padding: 6px 9px; text-transform: none; }
.paid-badge { right: 10px; bottom: 10px; padding: 6px 8px; }
.vehicle-content { padding: 13px 3px 2px; }
.vehicle-topline { display: flex; align-items: center; gap: 7px; }
.vehicle-topline > span { padding: 7px 9px; border: 1px solid var(--line); border-radius: 11px; font-size: 9px; font-weight: 600; }
.favorite-button { display: grid; width: 35px; height: 35px; margin-left: auto; padding: 0; place-items: center; border: 0; border-radius: 50%; background: #f7f8fa; cursor: pointer; }
.favorite-button .icon { width: 22px; }
.favorite-button.is-favorite { color: var(--red); }
.favorite-button.is-favorite .icon { fill: currentColor; }
.vehicle-content h3 { margin: 13px 0 8px; font-size: 22px; letter-spacing: -.03em; text-transform: uppercase; }
.vehicle-specs { display: flex; gap: 20px; color: #3f4756; font-size: 11px; }
.vehicle-specs span { display: flex; align-items: center; gap: 7px; }
.vehicle-specs .icon { width: 18px; }
.open-status { display: inline-flex; margin-top: 13px; align-items: center; gap: 8px; padding: 7px 12px; border-radius: 999px; color: #65a30d; background: #eef9dd; font-size: 11px; font-weight: 600; animation: pulse-open-badge 2s ease-in-out infinite; }
.open-status i { width: 9px; height: 9px; border-radius: 50%; background: #65a30d; box-shadow: 0 0 0 4px rgba(101, 163, 13, .1); animation: pulse-open-dot 1.5s ease-in-out infinite; }
.auction-data { display: grid; margin-top: 13px; grid-template-columns: 1fr 1fr; }
.auction-data div { position: relative; display: grid; min-height: 74px; padding: 11px 8px 10px 34px; border: 1px solid var(--line); }
.auction-data div:first-child { border-radius: 17px 0 0 17px; }
.auction-data div:last-child { border-left: 0; border-radius: 0 17px 17px 0; }
.auction-data .icon { position: absolute; top: 13px; left: 10px; width: 17px; }
.auction-data small { color: var(--muted); font-size: 8.5px; }
.auction-data strong { margin-top: 5px; font-size: 10px; font-weight: 600; }
.bid-button { width: 100%; height: 57px; margin-top: 10px; justify-content: space-between; padding: 0 20px; font-size: 17px; text-decoration: none; }
.bid-button span { flex: 1; text-align: center; }
.empty-state { padding: 30px; border-radius: 22px; color: var(--muted); background: #fff; text-align: center; font-size: 12px; }

.show-more-vehicles {
    display: flex;
    width: 100%;
    height: 50px;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #ffd0dc;
    border-radius: 14px;
    color: var(--red);
    background: #fff8fb;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}
.show-more-vehicles .show-more-icon {
    width: 16px;
    animation: show-more-bounce 1.2s ease-in-out infinite;
}

.documents-security-section,
.auction-confidence-progress-section,
.trust-company-section,
.auction-structure-section,
.site-reviews-section,
.site-news-section {
    margin-top: 14px;
    padding: 14px;
    border: 1px solid #eceef2;
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--shadow);
}

.section-tag {
    display: inline-flex;
    margin-bottom: 6px;
    color: var(--red);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.documents-security-section h2,
.auction-confidence-progress-section h2,
.trust-company-section h2,
.auction-structure-section h2,
.site-reviews-section h2,
.site-news-section h2 {
    margin: 0;
    font-size: 21px;
    letter-spacing: -.02em;
}

.documents-security-section h2,
.auction-confidence-progress-section h2 {
    font-size: 24px;
    line-height: 1.24;
}

.documents-security-intro {
    margin: 10px 0 0;
    color: #4b5563;
    font-size: 12px;
    line-height: 1.7;
}

.documents-security-highlight {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 12px;
    align-items: center;
    margin-top: 12px;
    padding: 12px;
    border: 1px solid #ffd4df;
    border-radius: 16px;
    background: linear-gradient(180deg, #fff7fa 0%, #fff 100%);
}

.documents-security-highlight img {
    width: 72px;
    height: 72px;
    padding: 4px;
    border-radius: 14px;
    object-fit: contain;
    border: 1px solid #f4bac9;
    background: #fff;
}

.documents-security-highlight strong {
    display: block;
    color: #111827;
    font-size: 13.5px;
    line-height: 1.55;
}

.documents-security-highlight p {
    margin: 4px 0 0;
    color: #6b7280;
    font-size: 11px;
    line-height: 1.6;
}

.documents-security-grid {
    display: grid;
    gap: 8px;
    margin-top: 12px;
}

.documents-security-grid article {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 10px;
    padding: 11px;
    border: 1px solid #edf0f4;
    border-radius: 14px;
    background: #fafbfc;
}

.documents-security-grid .icon {
    width: 22px;
    height: 22px;
    margin-top: 2px;
    color: var(--red);
}

.documents-security-grid strong {
    display: block;
    color: #111827;
    font-size: 12.5px;
}

.documents-security-grid p {
    margin: 3px 0 0;
    color: #4b5563;
    font-size: 10.5px;
    line-height: 1.6;
}

.auction-confidence-intro {
    margin: 10px 0 0;
    color: #4b5563;
    font-size: 11.5px;
    line-height: 1.68;
}

.auction-confidence-grid {
    display: grid;
    gap: 9px;
    margin-top: 12px;
}

.auction-confidence-grid article {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 9px;
    padding: 11px;
    border: 1px solid #eceff4;
    border-radius: 13px;
    background: #fbfbfd;
}

.auction-confidence-grid .icon {
    width: 21px;
    height: 21px;
    margin-top: 1px;
    color: var(--red);
}

.auction-confidence-grid strong {
    display: block;
    color: #0f172a;
    font-size: 12px;
}

.auction-confidence-grid p {
    margin: 3px 0 0;
    color: #4b5563;
    font-size: 10px;
    line-height: 1.58;
}

.auction-confidence-loading {
    margin-top: 12px;
    padding: 12px;
    border: 1px solid #ffd4df;
    border-radius: 15px;
    background: linear-gradient(180deg, #fff8fa 0%, #fff 100%);
}

.auction-confidence-loading-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
}

.auction-confidence-loading-head strong {
    color: #9f1239;
    font-size: 11px;
}

.auction-confidence-loading-head span {
    color: #e11d48;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .03em;
}

.auction-confidence-progressbar {
    height: 8px;
    margin-top: 9px;
    overflow: hidden;
    border-radius: 999px;
    background: #f9d7e1;
}

.auction-confidence-progressbar i {
    display: block;
    width: 42%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #ef4444, #e11d48, #be123c);
    animation: confidence-progress-fill 2.4s ease-in-out infinite;
}

.auction-confidence-spinner-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 9px;
}

.auction-confidence-spinner {
    width: 19px;
    height: 19px;
    border: 3px solid rgba(225, 29, 72, .2);
    border-top-color: #e11d48;
    border-radius: 50%;
    animation: confidence-spinner-spin 1s linear infinite;
}

.auction-confidence-spinner-row p {
    margin: 0;
    color: #4b5563;
    font-size: 9.5px;
    line-height: 1.55;
}

.trust-intro {
    margin: 10px 0 0;
    color: #4b5563;
    font-size: 10px;
    line-height: 1.65;
}

.trust-company-section h3 {
    margin: 14px 0 8px;
    font-size: 13px;
}

.trust-list {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.trust-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4b5563;
    font-size: 10px;
    font-weight: 500;
}
.trust-list li span {
    display: grid;
    width: 18px;
    height: 18px;
    place-items: center;
    border: 1px solid #ffd0dc;
    border-radius: 50%;
    color: var(--red);
    font-size: 11px;
    line-height: 1;
}

.trust-company-grid {
    display: grid;
    gap: 10px;
    margin-top: 12px;
}
.trust-company-grid article {
    padding: 10px;
    border: 1px solid #eef0f4;
    border-radius: 14px;
    background: #fafafa;
}
.trust-company-grid strong {
    display: block;
    margin-bottom: 5px;
    color: #111827;
    font-size: 16px;
    text-transform: lowercase;
}
.trust-company-grid p {
    margin: 0;
    color: #4b5563;
    font-size: 9px;
    line-height: 1.55;
}

.auction-structure-card {
    display: grid;
    gap: 12px;
    margin-top: 10px;
}
.auction-structure-card img {
    width: 100%;
    border-radius: 14px;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}
.auction-structure-card p {
    margin: 0 0 8px;
    color: #4b5563;
    font-size: 10px;
    line-height: 1.6;
}
.auction-structure-cta {
    display: inline-flex;
    height: 36px;
    margin-top: 2px;
    align-items: center;
    padding: 0 14px;
    border: 1px solid #ffd0dc;
    border-radius: 11px;
    color: var(--red);
    background: #fff8fb;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
}

.site-reviews-subtitle {
    margin: 6px 0 0;
    color: #6b7280;
    font-size: 9px;
}

.site-reviews-group + .site-reviews-group {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #f2f3f6;
}
.site-reviews-group-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.site-reviews-group-head strong {
    font-size: 11px;
}
.site-reviews-group-head span {
    color: #9ca3af;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.site-reviews-carousel {
    display: flex;
    gap: 10px;
    margin: 0 -14px;
    padding: 2px 14px 6px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}
.site-reviews-carousel::-webkit-scrollbar { display: none; }

.site-review-card {
    min-width: 86%;
    padding: 14px;
    border: 1px solid #f0d4dc;
    border-radius: 18px;
    background: linear-gradient(180deg, #fff 0%, #fffafb 100%);
    box-shadow: 0 10px 26px rgba(255, 0, 67, .08);
    scroll-snap-align: center;
}
.site-review-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
}
.site-review-author {
    display: flex;
    align-items: center;
    gap: 8px;
}
.site-review-avatar {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, var(--avatar-color, var(--red)), var(--red-2));
    font-size: 11px;
    font-weight: 700;
}
.site-review-author strong {
    display: block;
    font-size: 13px;
    line-height: 1.2;
}
.site-review-stars {
    display: flex;
    gap: 1px;
    margin-top: 3px;
}
.site-review-stars span {
    color: #e5e7eb;
    font-size: 14px;
    line-height: 1;
}
.site-review-stars .is-filled {
    color: #f59e0b;
}
.site-review-verified {
    display: inline-flex;
    height: 24px;
    align-items: center;
    padding: 0 9px;
    border-radius: 999px;
    color: #15803d;
    background: #ecfdf5;
    font-size: 8px;
    font-weight: 700;
    white-space: nowrap;
}
.site-review-card p {
    margin: 0;
    color: #374151;
    font-size: 12px;
    line-height: 1.6;
}

.site-reviews-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 8px;
}
.site-reviews-dots[hidden] { display: none; }
.site-reviews-dots button {
    width: 6px;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #e5e7eb;
}
.site-reviews-dots button.is-active {
    width: 18px;
    background: var(--red);
}

.site-news-list {
    display: grid;
    gap: 12px;
    margin-top: 10px;
}
.site-news-card {
    overflow: hidden;
    border: 1px solid #eceef2;
    border-radius: 16px;
    background: #fff;
}
.site-news-card img {
    width: 100%;
    height: 132px;
    object-fit: cover;
}
.site-news-card > div {
    padding: 10px 11px 12px;
}
.site-news-card h3 {
    margin: 0 0 6px;
    font-size: 13px;
    line-height: 1.35;
}
.site-news-card p {
    margin: 0;
    color: #4b5563;
    font-size: 9px;
    line-height: 1.55;
}
.site-news-card a {
    display: inline-flex;
    height: 30px;
    margin-top: 10px;
    align-items: center;
    padding: 0 12px;
    border-radius: 9px;
    color: #fff;
    background: #111827;
    font-size: 9px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.simulation-main { padding-top: 12px; }
.simulation-hero {
    padding: 16px;
    border: 1px solid #ffdbe5;
    border-radius: 22px;
    background: linear-gradient(145deg, #fff8fb, #fff);
    box-shadow: 0 12px 30px rgba(255, 0, 67, .08);
}
.simulation-hero h1 {
    margin: 6px 0 8px;
    font-size: 24px;
    letter-spacing: -.03em;
    line-height: 1.2;
}
.simulation-hero p {
    margin: 0;
    color: #4b5563;
    font-size: 11px;
    line-height: 1.65;
}
.simulation-form-card {
    display: grid;
    gap: 10px;
    margin-top: 12px;
    padding: 13px;
    border: 1px solid #eceef2;
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow);
}
.simulation-form-card label {
    display: grid;
    gap: 6px;
    color: #374151;
    font-size: 9px;
    font-weight: 600;
}
.simulation-vehicle-note {
    display: grid;
    gap: 3px;
    padding: 9px 10px;
    border: 1px solid #eceef2;
    border-radius: 12px;
    background: #f9fafb;
}
.simulation-vehicle-note strong {
    color: #374151;
    font-size: 9px;
}
.simulation-vehicle-note span {
    color: #4b5563;
    font-size: 10px;
    line-height: 1.5;
}
.simulation-form-card input,
.simulation-form-card select {
    width: 100%;
    height: 44px;
    padding: 0 12px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    outline: 0;
    background: #fff;
    font-size: 11px;
}
.simulation-form-card input:focus,
.simulation-form-card select:focus {
    border-color: var(--red);
    box-shadow: 0 0 0 3px rgba(255, 0, 67, .08);
}
.simulation-submit {
    display: flex;
    height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, var(--red), var(--red-2));
    box-shadow: 0 10px 24px rgba(255, 0, 67, .22);
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}
.simulation-submit .icon { width: 18px; }
.simulation-hint {
    margin: 0;
    color: #6b7280;
    font-size: 8px;
    line-height: 1.55;
}
.simulation-result {
    margin-top: 11px;
    padding: 12px;
    border: 1px solid #d1fae5;
    border-radius: 16px;
    background: linear-gradient(135deg, #ecfdf5, #f8fffb);
}
.simulation-result[hidden] { display: none; }
.simulation-result h3 {
    margin: 0 0 9px;
    color: #065f46;
    font-size: 13px;
}
.simulation-result-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}
.simulation-result-grid article {
    padding: 9px;
    border: 1px solid rgba(16, 185, 129, .2);
    border-radius: 11px;
    background: rgba(255, 255, 255, .8);
}
.simulation-result-grid small {
    display: block;
    color: #047857;
    font-size: 7px;
}
.simulation-result-grid strong {
    display: block;
    margin-top: 4px;
    color: #064e3b;
    font-size: 11px;
}
.simulation-message {
    min-height: 14px;
    margin: 4px 0 0;
    color: #6b7280;
    font-size: 8px;
}
.simulation-message.is-error { color: #b91c1c; }
.simulation-message.is-success { color: #15803d; }

.simulation-benefits,
.simulation-trust-card {
    margin-top: 12px;
    padding: 13px;
    border: 1px solid #eceef2;
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow);
}
.simulation-benefits h2,
.simulation-trust-card h2 {
    margin: 0 0 8px;
    font-size: 16px;
}
.simulation-benefits-list {
    display: grid;
    gap: 8px;
}
.simulation-benefits-list article {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 9px 10px;
    border-radius: 12px;
    background: #f8fafc;
}
.simulation-benefits-list .icon {
    width: 18px;
    height: 18px;
    color: var(--red);
}
.simulation-benefits-list strong {
    display: block;
    font-size: 10px;
}
.simulation-benefits-list p,
.simulation-trust-card p {
    margin: 0;
    color: #4b5563;
    font-size: 9px;
    line-height: 1.6;
}
.simulation-trust-card p + p { margin-top: 8px; }
.chat-button { position: fixed; z-index: 22; right: max(18px, calc((100vw - 430px) / 2 + 18px)); bottom: 105px; display: grid; width: 57px; height: 57px; padding: 0; place-items: center; border: 0; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--red), var(--red-2)); box-shadow: 0 12px 28px rgba(255, 24, 79, .35); cursor: pointer; }
.chat-button .icon { width: 27px; }
.bottom-nav {
    position: fixed;
    z-index: 25;
    right: max(0px, calc((100vw - 430px) / 2));
    bottom: 0;
    left: max(0px, calc((100vw - 430px) / 2));
    display: grid;
    height: calc(88px + env(safe-area-inset-bottom));
    padding: 8px 6px env(safe-area-inset-bottom);
    grid-template-columns: repeat(5, 1fr);
    border-radius: 30px 30px 0 0;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, .08);
    backdrop-filter: blur(18px);
}
.nav-item { position: relative; display: flex; min-width: 0; align-items: center; justify-content: center; flex-direction: column; gap: 4px; padding: 0; border: 0; color: #252c3a; background: transparent; font-size: 9.5px; text-decoration: none; }
.nav-item > .icon { width: 24px; height: 24px; }
.nav-item.is-active { color: var(--red); font-weight: 600; }
.nav-auction { color: var(--red); }
.nav-auction i { display: grid; width: 62px; height: 62px; margin-top: -36px; place-items: center; border: 6px solid #fff; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--red), var(--red-2)); box-shadow: 0 8px 20px rgba(255, 24, 79, .25); }
.nav-auction i .icon { width: 28px; height: 28px; }
.side-menu { position: fixed; z-index: 50; inset: 0; visibility: hidden; opacity: 0; transition: .25s; }
.side-menu.is-open { visibility: visible; opacity: 1; }
.menu-overlay { position: absolute; inset: 0; background: rgba(15, 23, 42, .42); backdrop-filter: blur(3px); }
.menu-sheet { position: absolute; top: 0; right: 0; width: min(82%, 330px); height: 100%; padding: 30px 22px; border-radius: 30px 0 0 30px; background: #fff; box-shadow: -20px 0 50px rgba(15, 23, 42, .15); transform: translateX(105%); transition: .25s; }
.side-menu.is-open .menu-sheet { transform: translateX(0); }
.menu-sheet > div { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; font-size: 22px; }
.menu-sheet button { width: 40px; height: 40px; border: 0; border-radius: 50%; background: #f3f4f6; font-size: 25px; }
.menu-sheet a { display: block; margin: 7px 0; padding: 14px; border-radius: 14px; color: var(--ink); background: #f8f9fb; font-size: 13px; font-weight: 600; text-decoration: none; }
@media (max-width: 360px) {
    .topbar { padding: 0 14px; }
    .brand-mark { width: 82px; }
    .brand-original { width: 148px; height: 49px; }
    .auction-pill { padding: 6px 10px; }
    .header-actions { gap: 6px; }
    .category-tab { flex-direction: column; }
    .hero-copy { padding: 22px 16px; }
    .notice-card { width: 78%; }
    .security-grid strong { font-size: 8.3px; }
    .attendant-chat-sheet { padding: 12px; border-radius: 20px; }
    .attendant-chat-title strong { font-size: 11px; }
    .attendant-chat-title h2 { font-size: 24px; }
    .attendant-chat-title p { font-size: 9px; }
    .attendant-consultant-copy h3 { font-size: 20px; }
    .attendant-consultant-copy p { font-size: 9.5px; }
    .attendant-status-pill { height: 24px; font-size: 9px; }
    .attendant-verified-box strong, .attendant-alert-box strong { font-size: 10px; }
    .attendant-verified-box b { font-size: 13px; }
    .attendant-verified-box p, .attendant-alert-box p { font-size: 8px; }
    .attendant-chat-understood { height: 38px; font-size: 10px; }
    .attendant-chat-action { height: 44px; font-size: 11.5px; }
    .attendant-trust-footer span { font-size: 7px; }
}
@media (min-width: 431px) {
    .app-shell { border-radius: 0; }
}
@keyframes pulse-open-dot {
    0%, 100% { transform: scale(1); box-shadow: 0 0 0 4px rgba(101, 163, 13, .12); }
    50% { transform: scale(1.15); box-shadow: 0 0 0 8px rgba(101, 163, 13, .28); }
}
@keyframes pulse-open-badge {
    0%, 100% { box-shadow: 0 0 0 0 rgba(101, 163, 13, 0); }
    50% { box-shadow: 0 0 0 6px rgba(101, 163, 13, .12); }
}
@keyframes show-more-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(3px); }
}
@keyframes confidence-progress-fill {
    0% { transform: translateX(-55%); }
    50% { transform: translateX(75%); }
    100% { transform: translateX(190%); }
}
@keyframes confidence-spinner-spin {
    to { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Escala compacta: desenhada para exibir mais conteudo em celulares reais. */
.app-shell { padding-bottom: 82px; }
.topbar { height: 68px; padding: 0 16px; }
.brand-original { width: 158px; height: 52px; }
.icon-button { width: 35px; height: 35px; }
.account-button .icon { width: 21px; height: 21px; }
.sim-button .icon { width: 19px; height: 19px; }
.menu-button .icon { width: 25px; height: 25px; }
main { padding: 10px 9px 0; }
.hero-card { min-height: 330px; border-radius: 23px; }
.hero-copy { padding: 18px 16px; }
.eyebrow { margin-bottom: 5px; padding: 4px 8px; font-size: 8px; }
.hero-copy h1 { font-size: clamp(25px, 7.4vw, 31px); line-height: 1; }
.hero-copy > p { margin: 7px 0 10px; font-size: 11px; white-space: nowrap; }
.notice-card { min-height: 67px; padding: 11px 13px; border-radius: 15px; font-size: 9.5px; line-height: 1.55; }
.hero-button { width: 150px; height: 42px; margin-top: 12px; padding: 0 14px; border-radius: 13px; font-size: 11px; }
.hero-card img { right: -26px; height: 72%; }
.search-panel { margin-top: 10px; border-radius: 20px; }
.category-tab { height: 59px; gap: 4px; font-size: 9px; white-space: nowrap; }
.category-tab .icon { width: 19px; height: 19px; }
.filter-fields { gap: 9px; padding: 12px 11px 10px; }
.field { height: 46px; gap: 9px; padding: 0 12px; border-radius: 13px; }
.field > .icon { width: 19px; }
.field select, .field input { font-size: 11px; }
.primary-button { height: 51px; border-radius: 14px; font-size: 15px; white-space: nowrap; }
.stock-option { margin: 0 8px 9px; padding: 12px 11px 11px; border-radius: 17px; }
.stock-title { font-size: 11px; }
.stock-title > .icon { width: 19px; }
.stock-option p { margin-top: 10px; padding: 10px; border-radius: 12px; font-size: 9px; }
.switch { top: 10px; right: 11px; }
.switch span { width: 45px; height: 27px; }
.switch span::after { width: 21px; height: 21px; }
.switch input:checked + span::after { transform: translateX(18px); }
.security-card { margin-top: 10px; padding: 17px 10px 15px; border-radius: 22px; }
.security-card h2 { margin-bottom: 15px; font-size: 13px; }
.security-grid .icon { width: 23px; height: 23px; margin-bottom: 7px; }
.security-grid strong { font-size: 7.5px; }
.security-grid span { font-size: 6.5px; }
.benefits-card { margin-top: 10px; padding: 18px 6px; border-radius: 21px; }
.benefits-card .icon { width: 24px; height: 24px; }
.benefits-card h3 { margin: 7px 0 5px; font-size: 8.5px; }
.benefits-card p { font-size: 6.8px; }
.offers-section { padding-top: 25px; }
.section-heading { padding-bottom: 11px; }
.section-heading span { font-size: 8px; }
.section-heading h2 { font-size: 22px; white-space: nowrap; }
.section-heading p { font-size: 8px; }
.filter-button { height: 38px; padding: 0 10px; border-radius: 12px; font-size: 9px; }
.filter-button .icon { width: 16px; }
.offer-list { gap: 12px; }
.vehicle-card { padding: 9px; border-radius: 21px; }
.vehicle-photo { border-radius: 16px; }
.vehicle-content { padding: 10px 2px 1px; }
.vehicle-topline > span { padding: 5px 7px; border-radius: 8px; font-size: 7.5px; white-space: nowrap; }
.favorite-button { width: 30px; height: 30px; }
.favorite-button .icon { width: 19px; }
.vehicle-content h3 { margin: 10px 0 6px; font-size: 18px; white-space: nowrap; }
.vehicle-specs { gap: 16px; font-size: 9px; }
.vehicle-specs .icon { width: 15px; }
.open-status { margin-top: 9px; padding: 6px 10px; font-size: 9px; }
.auction-data { margin-top: 9px; }
.auction-data div { min-height: 60px; padding: 9px 6px 8px 29px; }
.auction-data small { font-size: 7px; }
.auction-data strong { font-size: 8.5px; white-space: nowrap; }
.bid-button { height: 46px; margin-top: 8px; border-radius: 14px; font-size: 14px; }
.show-more-vehicles { height: 44px; margin-top: 8px; font-size: 10px; }
.documents-security-section,
.auction-confidence-progress-section,
.trust-company-section,
.auction-structure-section,
.site-reviews-section,
.site-news-section { margin-top: 10px; padding: 12px; border-radius: 18px; }
.documents-security-section h2,
.auction-confidence-progress-section h2,
.trust-company-section h2,
.auction-structure-section h2,
.site-reviews-section h2,
.site-news-section h2 { font-size: 20px; }
.documents-security-section h2,
.auction-confidence-progress-section h2 { font-size: 22px; }
.documents-security-intro { font-size: 11px; }
.documents-security-highlight { grid-template-columns: 62px 1fr; gap: 10px; padding: 10px; border-radius: 13px; }
.documents-security-highlight img { width: 62px; height: 62px; border-radius: 11px; object-fit: contain; }
.documents-security-highlight strong { font-size: 12px; }
.documents-security-highlight p { font-size: 10px; }
.documents-security-grid article { grid-template-columns: 33px 1fr; gap: 8px; padding: 9px; border-radius: 12px; }
.documents-security-grid .icon { width: 20px; height: 20px; }
.documents-security-grid strong { font-size: 11px; }
.documents-security-grid p { font-size: 9.5px; }
.auction-confidence-intro { font-size: 10.5px; }
.auction-confidence-grid article { grid-template-columns: 32px 1fr; padding: 9px; border-radius: 12px; }
.auction-confidence-grid .icon { width: 20px; height: 20px; }
.auction-confidence-grid strong { font-size: 10.5px; }
.auction-confidence-grid p { font-size: 9px; }
.auction-confidence-loading { padding: 10px; border-radius: 13px; }
.auction-confidence-loading-head strong { font-size: 10px; }
.auction-confidence-loading-head span { font-size: 8px; }
.auction-confidence-spinner { width: 17px; height: 17px; }
.auction-confidence-spinner-row p { font-size: 8.5px; }
.trust-company-section h3 { margin: 12px 0 7px; font-size: 11px; }
.trust-intro, .trust-list li, .auction-structure-card p { font-size: 9px; }
.trust-company-grid article { padding: 9px; border-radius: 12px; }
.trust-company-grid strong { font-size: 14px; }
.auction-structure-card img { border-radius: 12px; }
.auction-structure-cta { height: 32px; padding: 0 12px; font-size: 9px; }
.site-review-card { min-width: 88%; padding: 13px; border-radius: 15px; }
.site-review-avatar { width: 34px; height: 34px; font-size: 10px; }
.site-review-author strong { font-size: 13px; }
.site-review-stars span { font-size: 13px; }
.site-review-verified { height: 22px; padding: 0 8px; font-size: 8px; }
.site-review-card p { font-size: 12px; }
.site-news-card img { height: 122px; }
.site-news-card h3 { font-size: 11px; }
.site-news-card p { font-size: 8px; }
.site-news-card a { height: 28px; font-size: 8px; }
.simulation-hero { padding: 13px; border-radius: 18px; }
.simulation-hero h1 { font-size: 20px; }
.simulation-hero p { font-size: 10px; }
.simulation-form-card { margin-top: 10px; padding: 11px; border-radius: 15px; }
.simulation-vehicle-note strong { font-size: 8px; }
.simulation-vehicle-note span { font-size: 9px; }
.simulation-form-card input, .simulation-form-card select { height: 40px; font-size: 10px; }
.simulation-submit { height: 42px; font-size: 10px; }
.simulation-result { margin-top: 10px; padding: 10px; border-radius: 13px; }
.simulation-result h3 { font-size: 11px; }
.simulation-result-grid small { font-size: 6.5px; }
.simulation-result-grid strong { font-size: 10px; }
.simulation-benefits, .simulation-trust-card { margin-top: 10px; padding: 11px; border-radius: 15px; }
.simulation-benefits h2, .simulation-trust-card h2 { font-size: 14px; }
.simulation-benefits-list strong { font-size: 9px; }
.simulation-benefits-list p, .simulation-trust-card p { font-size: 8px; }
.bottom-nav { height: calc(72px + env(safe-area-inset-bottom)); padding-top: 6px; border-radius: 24px 24px 0 0; }
.nav-item { gap: 3px; font-size: 8px; }
.nav-item > .icon { width: 20px; height: 20px; }
.nav-auction i { width: 54px; height: 54px; margin-top: -30px; border-width: 5px; }
.nav-auction i .icon { width: 23px; height: 23px; }
.chat-button { right: max(13px, calc((100vw - 430px) / 2 + 13px)); bottom: 86px; width: 49px; height: 49px; }
.favorite-count { position: absolute; top: 1px; right: 16px; display: grid; min-width: 16px; height: 16px; padding: 0 4px; place-items: center; border-radius: 99px; color: #fff; background: var(--red); font-size: 7px; font-style: normal; }
.favorite-count[hidden] { display: none; }

/* Rodape premium */
.premium-footer { margin: 28px -9px -1px; padding: 16px 10px 95px; color: #fff; background: radial-gradient(circle at 50% 35%, rgba(29, 78, 216, .12), transparent 34%), linear-gradient(#0b1220, #111827); }
.representative-card { padding: 13px; border-radius: 22px; color: var(--ink); background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.representative-main { display: flex; align-items: center; gap: 12px; }
.representative-photo { position: relative; flex: 0 0 76px; height: 76px; }
.representative-photo img {
    width: 100%;
    height: 100%;
    border: 3px solid var(--red);
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 10px 24px rgba(255, 0, 67, .18);
}
.representative-photo.is-fallback img { display: none; }
.representative-avatar {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    border: 3px solid var(--red);
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, var(--red), var(--red-2));
    box-shadow: 0 10px 24px rgba(255, 0, 67, .2);
    font-size: 28px;
    font-weight: 700;
}
.representative-photo i { position: absolute; right: -3px; bottom: -2px; display: grid; width: 30px; height: 30px; place-items: center; border: 3px solid #fff; border-radius: 50%; color: #fff; background: var(--red); }
.representative-photo i .icon { width: 15px; }
.representative-copy { min-width: 0; }
.representative-copy > span { display: flex; align-items: center; gap: 5px; color: var(--red); font-size: 7.5px; font-weight: 700; text-transform: uppercase; white-space: nowrap; }
.representative-copy > span .icon { width: 14px; }
.representative-copy h2 { margin: 2px 0; font-size: 27px; line-height: 1; }
.representative-copy p { margin: 5px 0 0; color: #5b6473; font-size: 9px; line-height: 1.5; }
.whatsapp-button { display: flex; height: 54px; margin-top: 12px; align-items: center; gap: 10px; padding: 0 13px; border-radius: 15px; color: #fff; background: linear-gradient(135deg, #22c55e, #16a34a); text-decoration: none; box-shadow: 0 10px 24px rgba(34, 197, 94, .25); }
.whatsapp-button > b, .footer-contacts > * > b { display: grid; width: 31px; height: 31px; place-items: center; border: 2px solid currentColor; border-radius: 50%; font-size: 13px; }
.whatsapp-button span { display: grid; flex: 1; }
.whatsapp-button small { font-size: 8px; }
.whatsapp-button strong { font-size: 15px; white-space: nowrap; }
.whatsapp-button .icon { width: 20px; }
.footer-heading { margin: 20px 0 11px; text-align: center; font-size: 14px; }
.footer-trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.footer-trust article { display: flex; min-height: 73px; align-items: center; justify-content: center; flex-direction: column; gap: 7px; padding: 7px 4px; border-radius: 14px; color: var(--ink); background: #fff; text-align: center; }
.footer-trust .icon { width: 24px; height: 24px; color: var(--red); }
.footer-trust strong { font-size: 7.5px; line-height: 1.35; }
.newsletter-card { margin-top: 14px; padding: 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.035); }
.newsletter-card > div { display: flex; align-items: center; gap: 9px; }
.newsletter-card > div .icon { width: 27px; height: 27px; padding: 6px; border-radius: 50%; color: #fff; background: var(--red); }
.newsletter-card > div span { display: grid; }
.newsletter-card strong { font-size: 10px; }
.newsletter-card small, .newsletter-card p { color: #b8bfcb; font-size: 7.5px; }
.newsletter-card label { display: flex; height: 42px; margin-top: 10px; overflow: hidden; border-radius: 12px; background: #fff; }
.newsletter-card input { min-width: 0; flex: 1; padding: 0 11px; border: 0; outline: 0; font-size: 9px; }
.newsletter-card button { width: 92px; border: 0; color: #fff; background: var(--red); font-size: 8.5px; font-weight: 700; }
.newsletter-card p { margin: 8px 0 0; }
.footer-brand { display: flex; align-items: center; gap: 17px; padding: 18px 4px 12px; }
.footer-brand img { width: 132px; height: auto; object-fit: contain; filter: none; }
.footer-brand p { margin: 0; color: #d1d5db; font-size: 8.5px; line-height: 1.6; }
.footer-contacts { display: grid; gap: 7px; grid-template-columns: repeat(3, 1fr); }
.footer-contacts > * { display: flex; min-width: 0; min-height: 63px; align-items: center; gap: 7px; padding: 8px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; color: #fff; background: rgba(255,255,255,.03); text-decoration: none; }
.footer-contacts .icon { flex: 0 0 auto; width: 23px; height: 23px; color: var(--red); }
.footer-contacts span { display: grid; min-width: 0; }
.footer-contacts strong { font-size: 8px; }
.footer-contacts small { overflow: hidden; color: #b8bfcb; font-size: 6px; text-overflow: ellipsis; white-space: nowrap; }
.footer-contacts-premium .footer-contact-icon { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fff; background: rgba(255,255,255,.08); overflow: hidden; }
.footer-contacts-premium .footer-contact-icon .icon { width: 18px; color: currentColor; }
.footer-contact-icon--whatsapp { color: #25d366; background: rgba(37, 211, 102, .14); }
.footer-contact-icon--mail { color: #f43f5e; background: rgba(244, 63, 94, .14); }
.footer-contact-icon--pin { color: #3b82f6; background: rgba(59, 130, 246, .14); }
.social-area { padding: 17px 0; text-align: center; }
.social-area > strong { font-size: 12px; }
.social-area > div { display: flex; margin-top: 10px; justify-content: center; gap: 12px; }
.social-area a { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: #fff; background: rgba(255,255,255,.09); font-size: 10px; font-weight: 700; text-decoration: none; }
.social-area-premium .social-links { display: flex; justify-content: center; gap: 10px; }
.social-area-premium .social-links a { display: grid; width: 40px; height: 40px; place-items: center; border: 0; border-radius: 50%; color: #fff; box-shadow: 0 8px 18px rgba(0,0,0,.12); transition: transform .15s; text-decoration: none; }
.social-area-premium .social-links a:hover { transform: translateY(-2px); }
.social-area-premium .social-links .icon { width: 20px; height: 20px; color: #fff; }
.social-link--instagram { background: linear-gradient(135deg, #fdf497, #fd5949, #d6249f, #285aeb) !important; }
.social-link--facebook { background: #1877F2 !important; }
.social-link--youtube { background: #FF0000 !important; }
.social-link--linkedin { background: #0A66C2 !important; }
.social-link--whatsapp { background: #25D366 !important; }
.footer-seals { display: grid; padding: 10px 5px; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.14); border-radius: 15px; background: rgba(255,255,255,.03); }
.footer-seals span { display: flex; align-items: center; justify-content: center; gap: 5px; }
.footer-seals span + span { border-left: 1px solid rgba(255,255,255,.18); }
.footer-seals .icon { width: 18px; height: 18px; }
.footer-seals b { font-size: 6px; line-height: 1.4; }
.copyright { margin: 14px 0 0; color: #9ca3af; text-align: center; font-size: 7.5px; line-height: 1.7; }

/* Conta e cadastro */
.auth-body { min-height: 100vh; background: #eef0f4; }
.auth-shell { position: relative; width: 100%; max-width: 430px; min-height: 100vh; margin: 0 auto; padding: 22px 14px 95px; overflow: hidden; background: radial-gradient(circle at 50% 0, #fff, #f7f8fa 45%, #eef0f4); }
.auth-logo { display: block; width: 150px; margin: 0 auto 28px; }
.auth-logo img { width: 100%; }
.auth-main { text-align: center; }
.auth-kicker { display: inline-block; padding: 5px 9px; border-radius: 99px; color: var(--red); background: #fff0f3; font-size: 8px; font-weight: 700; text-transform: uppercase; }
.auth-main h1 { margin: 8px 0 5px; font-size: 27px; letter-spacing: -.04em; }
.auth-main > p { max-width: 310px; margin: 0 auto 18px; color: var(--muted); font-size: 10px; line-height: 1.6; }
.auth-card { display: grid; gap: 12px; padding: 17px; border: 1px solid #e8eaf0; border-radius: 22px; background: #fff; box-shadow: var(--shadow); text-align: left; }
.auth-card label { display: grid; gap: 6px; color: #3f4654; font-size: 9px; font-weight: 600; }
.auth-card input { height: 45px; padding: 0 12px; border: 1px solid #dfe2e8; border-radius: 12px; outline: 0; font-size: 10px; }
.auth-card input:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(255,0,67,.09); }
.auth-primary, .auth-secondary { display: grid; height: 47px; place-items: center; border: 0; border-radius: 13px; font-size: 11px; font-weight: 700; text-decoration: none; }
.auth-primary { color: #fff; background: linear-gradient(135deg, var(--red), var(--red-2)); box-shadow: 0 10px 22px rgba(255,0,67,.22); }
.auth-secondary { margin-top: 11px; color: var(--red); background: #fff; border: 1px solid #ffd0dc; }
.auth-safe { display: block; margin-top: 13px; color: var(--muted); font-size: 8px; }
.auth-message { min-height: 15px; text-align: center; font-size: 8.5px; }
.auth-message.is-success { color: #15803d; }
.auth-message.is-error { color: #b91c1c; }
.auth-nav { max-width: 430px; margin: 0 auto; }
.auth-nav .nav-auction { display: flex; margin: 0; }
.creation-overlay { position: fixed; z-index: 100; inset: 0; padding: 20px; background: rgba(11,18,32,.84); backdrop-filter: blur(10px); }
.creation-overlay[hidden] { display: none; }
.creation-card { position: absolute; top: 50%; left: 50%; width: min(340px, calc(100% - 34px)); padding: 28px 20px; border-radius: 24px; background: #fff; text-align: center; transform: translate(-50%,-50%); }
.secure-loader { display: block; width: 54px; height: 54px; margin: 0 auto 16px; border: 5px solid #ffe1e9; border-top-color: var(--red); border-radius: 50%; animation: spin 1s linear infinite; }
.creation-card h2 { margin: 0 0 8px; font-size: 19px; }
.creation-card p { min-height: 36px; margin: 0; color: var(--muted); font-size: 10px; }
.creation-card > strong { color: var(--red); font-size: 12px; }
@keyframes spin { to { transform: rotate(360deg); } }

.attendant-chat {
    position: fixed;
    z-index: 120;
    inset: 0;
    display: none;
    pointer-events: none;
}

.attendant-chat.is-open {
    display: block;
    pointer-events: auto;
}

.attendant-chat-overlay {
    opacity: 0;
    transition: opacity .28s ease;
}

.attendant-chat.is-open .attendant-chat-overlay {
    opacity: 1;
}

.attendant-chat-sheet {
    transform: translateY(20px) scale(.98);
    transition: transform .36s cubic-bezier(.32, .72, 0, 1), opacity .28s ease;
    opacity: 0;
}

.attendant-chat.is-open .attendant-chat-sheet {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.attendant-chat-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, .48);
    backdrop-filter: blur(4px);
}

.attendant-chat-sheet {
    position: absolute;
    right: max(10px, calc((100vw - 430px) / 2 + 10px));
    bottom: 12px;
    left: max(10px, calc((100vw - 430px) / 2 + 10px));
    max-width: 360px;
    max-height: min(86vh, 620px);
    margin: 0 auto;
    padding: 14px;
    overflow: auto;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 20px 44px rgba(15, 23, 42, .24);
}

.attendant-chat-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: grid;
    width: 34px;
    height: 34px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, #ff174f, #e11d48);
    box-shadow: 0 10px 20px rgba(255, 23, 79, .34);
    animation: attendant-close-pulse 1.35s ease-in-out infinite;
    cursor: pointer;
}

.attendant-chat-close .icon { width: 15px; color: #fff; }

.attendant-chat-security-icon {
    display: grid;
    width: 44px;
    height: 44px;
    margin: 0 auto 8px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, #22c55e, #16a34a);
    box-shadow: 0 10px 18px rgba(34, 197, 94, .24);
}

.attendant-chat-security-icon .icon { width: 22px; }

.attendant-chat-profile {
    position: relative;
    width: 72px;
    height: 72px;
    flex: 0 0 auto;
}

.attendant-chat-profile img {
    width: 100%;
    height: 100%;
    border: 4px solid var(--red);
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 12px 22px rgba(255, 23, 79, .2);
}
.attendant-chat-profile.is-fallback img { display: none; }
.attendant-avatar {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    border: 4px solid var(--red);
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, var(--red), var(--red-2));
    box-shadow: 0 10px 24px rgba(255, 0, 67, .2);
    font-size: 32px;
    font-weight: 700;
}

.attendant-online {
    position: absolute;
    right: 3px;
    bottom: 3px;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #22c55e;
    animation: attendant-online-pulse 1.5s ease-in-out infinite;
}

.attendant-chat-title {
    text-align: center;
}

.attendant-chat-title strong {
    display: block;
    color: #0f172a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.attendant-chat-title h2 {
    margin: 0;
    color: var(--red);
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.attendant-chat-title p {
    max-width: 95%;
    margin: 6px auto 0;
    color: #475569;
    font-size: 9.5px;
    line-height: 1.5;
}

.attendant-consultant-row {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 10px;
}

.attendant-consultant-copy h3 {
    margin: 0;
    color: #0f172a;
    font-size: 24px;
    line-height: 1;
}

.attendant-consultant-copy p {
    margin: 3px 0 0;
    color: #475569;
    font-size: 10.5px;
    line-height: 1.4;
}

.attendant-status-pill {
    display: inline-flex;
    height: 27px;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    padding: 0 10px;
    border-radius: 999px;
    color: #166534;
    background: #ecfdf5;
    font-size: 9.5px;
    font-weight: 700;
}

.attendant-status-pill > i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, .16);
    animation: attendant-online-pulse 1.5s ease-in-out infinite;
}

.attendant-verified-box,
.attendant-alert-box {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 10px;
    padding: 10px;
    border-radius: 14px;
}

.attendant-verified-box {
    border: 1px solid #b7e7cb;
    background: #f0fdf4;
}

.attendant-verified-icon,
.attendant-alert-icon {
    display: grid;
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 10px;
}

.attendant-verified-icon {
    color: #fff;
    background: linear-gradient(145deg, #22c55e, #16a34a);
}

.attendant-alert-icon {
    color: #fff;
    background: linear-gradient(145deg, #f43f5e, #e11d48);
}

.attendant-verified-icon .icon,
.attendant-alert-icon .icon { width: 17px; }

.attendant-verified-box strong,
.attendant-alert-box strong {
    display: block;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.attendant-verified-box strong { color: #15803d; }

.attendant-verified-box b {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 3px;
    color: #15803d;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
}

.attendant-verified-box b .icon {
    width: 13px;
    padding: 3px;
    border-radius: 50%;
    color: #25d366;
    background: rgba(37, 211, 102, .18);
}

.attendant-verified-box p,
.attendant-alert-box p {
    margin: 4px 0 0;
    color: #334155;
    font-size: 8.5px;
    line-height: 1.5;
}

.attendant-alert-box {
    border: 1px solid #fecdd3;
    background: #fff1f2;
}

.attendant-alert-box strong { color: #e11d48; }

.attendant-chat-understood {
    display: flex;
    width: 100%;
    height: 42px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 10px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    color: #0f172a;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}

.attendant-chat-understood .icon {
    width: 14px;
}

.attendant-chat-action {
    display: flex;
    height: 48px;
    margin-top: 8px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    box-shadow: 0 14px 24px rgba(34, 197, 94, .28);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.attendant-chat-action .icon { width: 18px; }

.attendant-trust-footer {
    display: grid;
    margin-top: 10px;
    padding: 6px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
}

.attendant-trust-footer article {
    display: grid;
    justify-items: center;
    gap: 3px;
    padding: 4px 3px;
    text-align: center;
}

.attendant-trust-footer article + article {
    border-left: 1px solid #f1f5f9;
}

.attendant-trust-footer .icon {
    width: 15px;
    color: var(--red);
}

.attendant-trust-footer span {
    color: #475569;
    font-size: 7.8px;
    line-height: 1.35;
}

.attendant-trust-note {
    margin: 7px 0 0;
    color: #64748b;
    font-size: 8px;
    text-align: center;
}

@keyframes attendant-online-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
    50% { box-shadow: 0 0 0 6px rgba(34, 197, 94, .2); }
}

@keyframes attendant-close-pulse {
    0%, 100% { transform: scale(1); box-shadow: 0 10px 20px rgba(255, 23, 79, .34); }
    50% { transform: scale(1.07); box-shadow: 0 0 0 6px rgba(255, 23, 79, .16), 0 10px 20px rgba(255, 23, 79, .34); }
}

@media (max-width: 360px) {
    .footer-contacts-premium {
        grid-template-columns: 1fr;
    }
}
