.site-header *,
.site-footer *,
.home-rework *,
.internal-page * {
    font-family: 'Poppins', sans-serif !important;
}

.site-header {
    position: relative;
    z-index: 20;
    background: #05070d;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.site-topbar {
    padding: 20px 0 16px;
    background: linear-gradient(180deg, #05070d 0%, #0f172a 100%);
}

.site-topbar-grid {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 32px;
    align-items: center;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.logotipo_topo {
    max-height: 74px;
    width: auto;
}

.site-topbar-info {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
    gap: 18px;
    align-items: center;
}

.site-topbar-item strong,
.site-topbar-item span {
    display: block;
}

.site-topbar-item strong {
    color: #f8fafc;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.site-topbar-item span {
    color: rgba(226, 232, 240, 0.82);
    font-size: 14px;
    line-height: 1.45;
}

.site-topbar-item small {
    font-size: 1em;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.site-topbar-item {
    min-width: 0;
}

.site-topbar-social,
.footer-social {
    display: flex;
    align-items: center;
    gap: 12px;
}

.site-topbar-social {
    justify-content: flex-end;
}

.site-social-link,
.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.site-social-link:hover,
.footer-social a:hover {
    transform: translateY(-1px);
    background: rgba(241, 207, 0, 0.18);
}

.site-social-link img,
.footer-social img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.site-nav {
    display: block;
    width: 100% !important;
    margin: 0 !important;
    padding: 0;
    background: #05070d !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-nav::before {
    content: none !important;
}

.site-nav .container {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-nav .navbar-collapse {
    flex-grow: 0;
    justify-content: center !important;
}

.site-nav .navbar-nav {
    gap: 10px;
    margin: 0 auto;
    justify-content: center;
}

.site-nav .nav-link {
    padding: 10px 16px !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #f8fafc !important;
    border-radius: 999px;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.site-nav .nav-link:hover,
.site-nav .nav-item.active .nav-link {
    color: #05070d !important;
    background: #f1cf00;
}

.site-nav .navbar-toggler {
    border-color: rgba(241, 207, 0, 0.4);
}

.site-nav .navbar-toggler-icon {
    filter: invert(1) brightness(2.5);
}

.home-rework {
    background:
        radial-gradient(circle at top left, rgba(241, 207, 0, 0.16), transparent 22%),
        linear-gradient(180deg, #f8fafc 0%, #eef2f6 100%);
}

.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-backdrop {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.hero-content {
    position: relative;
    z-index: 1;
    padding-top: 112px;
    padding-bottom: 98px;
}

.hero-copy {
    max-width: 760px;
    color: #ffffff;
}

.hero-kicker,
.section-tag {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero-kicker {
    color: #111827;
    background: #f1cf00;
}

.hero-copy h1,
.about-section h2,
.services-section h2,
.insurance-section h2,
.location-section h2 {
    margin-bottom: 18px;
    font-family: 'CervoNeue-ExtraBoldNeue', sans-serif;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.02;
    letter-spacing: -0.03em;
}

.hero-copy p,
.about-section p,
.service-card p,
.insurance-copy,
.location-info p {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.75;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.hero-button,
.section-button {
    min-width: 170px;
    padding: 14px 28px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hero-button.secondary {
    border-width: 2px;
}

.hero-panel {
    padding: 28px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.18);
}

.hero-panel-item + .hero-panel-item {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(15, 23, 42, 0.1);
}

.hero-panel-item strong,
.hero-panel-item span {
    display: block;
    color: #111827;
}

.hero-panel-item strong {
    font-family: 'CervoNeue-BoldNeue', sans-serif;
    font-size: 17px;
}

.hero-panel-item span {
    color: #52606d;
    font-size: 15px;
    line-height: 1.55;
}

.flow-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.flow-grid-compact {
    margin-bottom: 28px;
}

.flow-card {
    padding: 24px 16px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 55px rgba(15, 23, 42, 0.06);
    text-align: center;
}

.flow-card strong {
    display: block;
    font-family: 'CervoNeue-BoldNeue', sans-serif;
    color: #111827;
    font-size: 18px;
    line-height: 1.35;
}

.about-section,
.services-section,
.insurance-section,
.location-section {
    padding: 104px 0;
}

.services-section {
    position: relative;
    overflow: hidden;
    padding-top: 138px;
    background: linear-gradient(180deg, #05070d 0%, #0f172a 100%);
}

.home-rework #servicos.services-section {
    background: linear-gradient(180deg, #05070d 0%, #0f172a 100%);
}

.services-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: 0.35;
    pointer-events: none;
}

.section-tag {
    color: #7c5c00;
    background: rgba(241, 207, 0, 0.22);
}

.about-section h2,
.services-section h2,
.insurance-section h2,
.location-section h2 {
    color: #111827;
    font-size: clamp(30px, 3.6vw, 48px);
}

.about-section p,
.service-card p,
.insurance-copy,
.location-info p {
    color: #52606d;
    font-size: 17px;
}

.about-gallery {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 18px;
    align-items: stretch;
}

.about-main-image img,
.about-side-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 28px;
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.14);
}

.about-side-images {
    display: grid;
    gap: 18px;
}

.section-header {
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
}

.services-section .container {
    position: relative;
    z-index: 1;
    padding-top: 56px;
}

.services-section .section-tag {
    color: #f1cf00;
    background: rgba(241, 207, 0, 0.14);
}

.services-section h2 {
    color: #f8fafc;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-bottom: 26px;
}

.service-card,
.location-card {
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
}

.service-card {
    padding: 30px;
    height: 100%;
    text-align: left;
}

.service-card-link {
    display: flex;
    flex-direction: column;
}

.service-icon {
    width: 86px;
    height: 86px;
    object-fit: contain;
    margin-bottom: 20px;
}

.service-card h3 {
    margin-bottom: 14px;
    font-size: 28px;
    font-weight: 600;
    color: #111827;
}

.service-inline-link {
    display: inline-flex;
    align-items: center;
    margin-top: auto;
    padding-top: 16px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #111827;
}

.service-inline-link.light {
    color: #f8fafc;
}

.service-list-panel {
    padding: 10px 0 0;
    background: transparent;
    box-shadow: none;
}

.service-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-list li {
    position: relative;
    padding-left: 18px;
    color: #f8fafc;
    font-size: 17px;
    line-height: 1.6;
    text-align: left;
}

.service-list li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #f1cf00;
}

.service-list a {
    color: inherit;
    text-decoration: none;
}

.service-list-action {
    margin-top: 34px;
    text-align: center;
}

.insurance-section {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0.95) 100%);
}

.insurance-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.insurance-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 118px;
    padding: 22px;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
}

.insurance-logo img {
    max-height: 50px;
    width: auto;
}

.location-card {
    display: grid;
    grid-template-columns: 360px 1fr;
    overflow: hidden;
}

.location-info {
    padding: 32px;
    background: linear-gradient(180deg, #111827 0%, #1f2937 100%);
}

.location-info h2,
.location-info p,
.location-info .section-tag {
    color: #ffffff;
}

.location-info .section-tag {
    background: rgba(241, 207, 0, 0.22);
}

.location-actions,
.service-page-actions,
.sidebar-action-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.location-actions {
    margin-top: 18px;
}

.location-map {
    min-height: 420px;
}

.site-footer {
    padding: 28px 0 18px;
    background: #05070d;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.internal-page {
    background:
        radial-gradient(circle at top left, rgba(241, 207, 0, 0.14), transparent 20%),
        linear-gradient(180deg, #f8fafc 0%, #eef2f6 100%);
}

.internal-hero {
    position: relative;
    background-size: cover;
    background-position: center;
}

.internal-hero-content {
    padding-top: 84px;
    padding-bottom: 84px;
    color: #ffffff;
}

.internal-hero-content h1 {
    margin-bottom: 14px;
    font-family: 'CervoNeue-ExtraBoldNeue', sans-serif;
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1;
}

.internal-hero-content p {
    max-width: 760px;
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
}

.internal-body {
    margin-top: -28px;
    padding-bottom: 84px;
}

.internal-surface {
    padding: 38px;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
}

.internal-grid {
    display: grid;
    gap: 28px;
}

.internal-about-grid {
    grid-template-columns: 1fr 1.05fr;
    align-items: start;
}

.internal-copy p {
    color: #52606d;
    font-size: 18px;
    line-height: 1.85;
}

.internal-copy p + p {
    margin-top: 18px;
}

.internal-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.internal-gallery img {
    width: 100%;
    height: 100%;
    min-height: 240px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.1);
}

.internal-gallery .gallery-wide {
    grid-column: 1 / -1;
}

.internal-services-surface {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(241, 207, 0, 0.14), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.intro-copy {
    max-width: 980px;
    margin: 0 auto 28px;
    text-align: center;
}

.internal-services-grid {
    margin-bottom: 28px;
}

.internal-list-panel {
    margin-top: 0;
}

.internal-service-page {
    display: grid;
    gap: 28px;
}

.service-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 24px;
    margin-bottom: 28px;
    align-items: stretch;
}

.service-showcase-visual {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.12);
}

.service-showcase-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-showcase-overlay {
    position: absolute;
    inset: auto 24px 24px 24px;
    padding: 24px;
    border-radius: 24px;
    background: rgba(5, 7, 13, 0.76);
    backdrop-filter: blur(10px);
}

.service-showcase-overlay h3,
.quote-side-panel h3,
.budget-services-panel h3 {
    margin-bottom: 12px;
    font-family: 'CervoNeue-BoldNeue', sans-serif;
    font-size: 30px;
    color: #ffffff;
}

.service-showcase-overlay p {
    margin: 0;
    color: rgba(248, 250, 252, 0.86);
    font-size: 17px;
    line-height: 1.75;
}

.service-showcase-stack {
    display: grid;
    gap: 18px;
}

.service-stack-card,
.quote-side-panel,
.budget-services-panel {
    padding: 26px;
    border-radius: 28px;
    background: #0f172a;
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.12);
}

.service-stack-card h3 {
    margin-bottom: 12px;
    font-family: 'CervoNeue-BoldNeue', sans-serif;
    font-size: 28px;
    color: #f8fafc;
}

.service-stack-card p,
.quote-side-panel p {
    margin: 0;
    color: rgba(226, 232, 240, 0.82);
    font-size: 16px;
    line-height: 1.75;
}

.quote-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 24px;
    align-items: start;
}

.quote-main-panel {
    padding: 34px;
    border-radius: 30px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.quote-side-panel,
.budget-services-panel {
    position: sticky;
    top: 24px;
}

.quote-side-panel .section-tag,
.budget-services-panel .section-tag {
    color: #05070d;
    background: #f1cf00;
}

.quote-side-panel p {
    margin-bottom: 14px;
}

.quote-side-panel .btn-outline-light,
.quote-side-panel .btn-outline-light:hover,
.quote-side-panel .btn-outline-light:focus,
.quote-side-panel .btn-outline-light:active {
    color: #ffffff !important;
}

.sidebar-action-group {
    margin: 10px 0 22px;
}

.budget-services-panel ul {
    margin: 20px 0 0;
    padding-left: 20px;
}

.budget-services-panel li {
    margin-bottom: 12px;
    color: rgba(248, 250, 252, 0.9);
    font-size: 15px;
    line-height: 1.55;
}

.budget-services-panel li:last-child {
    margin-bottom: 0;
}

.internal-form-header {
    max-width: 900px;
    margin: 0 auto 26px;
    text-align: center;
}

.rework-form {
    max-width: 1080px;
    margin: 0 auto;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.form-group-wide {
    grid-column: 1 / -1;
}

.rework-form .form-group {
    margin-bottom: 0;
}

.rework-form label {
    display: block;
    margin-bottom: 8px;
    font-family: 'CervoNeue-BoldNeue', sans-serif;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #111827;
}

.rework-form .form-control {
    min-height: 54px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 16px;
    box-shadow: none;
    font-size: 16px;
    color: #111827;
}

.rework-form select.form-control,
.rework-form .form-control-file {
    min-height: 54px;
    padding: 12px 16px;
    background: #ffffff;
}

.upload-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.upload-dropzone {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 22px 24px;
    border: 1px dashed rgba(15, 23, 42, 0.18);
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    cursor: pointer;
}

.upload-dropzone-title,
.upload-dropzone-copy,
.upload-dropzone-meta {
    display: block;
}

.upload-dropzone-title {
    font-family: 'CervoNeue-BoldNeue', sans-serif;
    font-size: 15px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #111827;
}

.upload-dropzone-copy {
    color: #52606d;
    font-size: 15px;
    line-height: 1.6;
}

.upload-dropzone-meta {
    font-family: 'CervoNeue-BoldNeue', sans-serif;
    color: #0f172a;
    font-size: 14px;
    line-height: 1.5;
}

.rework-form textarea.form-control {
    min-height: 140px;
    padding-top: 14px;
    resize: vertical;
}

.form-note {
    display: inline-block;
    margin-top: 10px;
    color: #52606d;
    font-size: 14px;
    line-height: 1.5;
}

.checkbox-panels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.checkbox-panel {
    padding: 22px;
    border-radius: 22px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.checkbox-panel .form-check + .form-check {
    margin-top: 12px;
}

.checkbox-panel .form-check-label {
    padding-left: 10px;
    font-size: 15px;
    line-height: 1.5;
    color: #334155;
}

.quote-verify {
    max-width: 520px;
    margin: 0 auto;
    padding: 24px;
    border-radius: 24px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.quote-verify p {
    margin-bottom: 16px;
    color: #334155;
    font-size: 16px;
    line-height: 1.7;
}

.verify-input {
    max-width: 320px;
    margin: 0 auto;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 28px;
}

.contact-actions-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 28px;
}

.contact-action-card {
    display: block;
    padding: 24px;
    border-radius: 24px;
    background: #0f172a;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.12);
    text-decoration: none;
}

.contact-action-card strong,
.contact-action-card span {
    display: block;
}

.contact-action-card strong {
    margin-bottom: 8px;
    font-family: 'CervoNeue-BoldNeue', sans-serif;
    font-size: 22px;
    color: #f8fafc;
}

.contact-action-card span {
    color: rgba(226, 232, 240, 0.84);
    font-size: 15px;
    line-height: 1.6;
}

.contact-card {
    padding: 24px;
    border-radius: 24px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.contact-card h3 {
    margin-bottom: 10px;
    font-family: 'CervoNeue-BoldNeue', sans-serif;
    font-size: 24px;
    line-height: 1.18;
    color: #111827;
}

.contact-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #52606d;
}

.contact-map-frame {
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}

.footer-grid {
    display: grid;
    grid-template-columns: auto auto;
    gap: 120px;
    align-items: center;
    justify-content: center;
}

.footer-brand img {
    max-height: 104px;
}

.footer-brand {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cop {
    color: rgba(255, 255, 255, 0.88);
    margin-top: 14px;
    text-align: center;
    font-size: 13px;
}

.mobile-quick-bar {
    display: none;
}

@media screen and (max-width: 1199px) {
    .site-topbar-grid,
    .footer-grid,
    .location-card {
        grid-template-columns: 1fr;
    }

    .site-brand,
    .footer-brand {
        justify-content: flex-start;
    }

    .footer-grid {
        gap: 28px;
    }

    .site-topbar-info {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .flow-grid,
    .services-grid,
    .insurance-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-gallery {
        grid-template-columns: 1fr;
    }

    .internal-about-grid,
    .contact-actions-grid,
    .contact-grid {
        grid-template-columns: 1fr 1fr;
    }

    .service-showcase,
    .quote-layout {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 991px) {
    .site-nav .container {
        min-height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        justify-content: space-between;
    }

    .site-nav .navbar-collapse {
        padding-top: 12px;
        width: 100%;
        flex-grow: 1;
    }

    .site-nav .navbar-nav {
        gap: 6px;
        align-items: stretch !important;
    }

    .hero-content,
    .about-section,
    .services-section,
    .insurance-section,
    .location-section {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .internal-hero-content {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .internal-surface {
        padding: 28px;
    }

    .internal-about-grid,
    .checkbox-panels {
        grid-template-columns: 1fr;
    }

    .quote-main-panel {
        padding: 28px;
    }

    .hero-copy h1,
    .about-section h2,
    .services-section h2,
    .insurance-section h2,
    .location-section h2 {
        font-size: clamp(28px, 8vw, 42px);
    }

    .hero-copy p,
    .about-section p,
    .service-card p,
    .insurance-copy,
    .location-info p {
        font-size: 16px;
    }

    .services-section {
        padding-top: 92px;
    }

    .services-section .container {
        padding-top: 36px;
    }
}

@media screen and (max-width: 767px) {
    .home-rework #servicos,
    .home-rework #novidades,
    .home-rework #rodape {
        margin-top: 0;
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .btn-social {
        display: none;
    }

    .flow-grid-compact {
        display: none;
    }

    .site-topbar {
        padding: 10px 0 8px;
    }

    .site-topbar-grid,
    .site-topbar-info,
    .flow-grid,
    .services-grid,
    .insurance-grid,
    .service-list,
    .contact-actions-grid,
    .contact-grid,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .site-brand,
    .footer-brand {
        justify-content: center;
    }

    .site-topbar-grid {
        gap: 12px;
    }

    .logotipo_topo {
        max-height: 42px;
    }

    .site-topbar-item,
    .site-topbar-social {
        text-align: center;
    }

    .site-topbar-info {
        gap: 10px;
    }

    .site-topbar-item strong {
        font-size: 13px;
        line-height: 1.2;
    }

    .site-topbar-item span {
        font-size: 12px;
        line-height: 1.25;
    }

    .site-topbar-social {
        justify-content: center;
    }

    .site-social-link,
    .footer-social a {
        width: 40px;
        height: 40px;
    }

    .site-social-link img {
        width: 28px;
        height: 28px;
    }

    .site-nav .container {
        padding-top: 6px;
        padding-bottom: 6px;
        min-height: 52px;
    }

    .site-nav .navbar-toggler {
        padding: 4px 8px;
    }

    .hero-content {
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .hero-copy h1 {
        font-size: 26px;
        line-height: 1.12;
    }

    .hero-panel,
    .service-card,
    .service-list-panel,
    .location-info,
    .internal-surface,
    .contact-card,
    .checkbox-panel,
    .quote-main-panel,
    .quote-side-panel,
    .budget-services-panel,
    .service-stack-card {
        padding: 24px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-button,
    .section-button {
        width: 100%;
    }

    .location-actions,
    .service-page-actions,
    .sidebar-action-group {
        flex-direction: column;
    }

    .service-list-panel {
        padding: 0;
    }

    .location-map {
        min-height: 320px;
    }

    .internal-body {
        margin-top: -20px;
        padding-bottom: 64px;
    }

    .internal-hero-content h1 {
        font-size: 34px;
    }

    .internal-copy p,
    .internal-hero-content p,
    .contact-card p {
        font-size: 16px;
    }

    .internal-gallery {
        grid-template-columns: 1fr;
    }

    .about-side-images {
        display: none;
    }

    .internal-gallery .about-supporting-image {
        display: block;
    }

    .internal-gallery .about-featured-image {
        display: none;
    }

    .internal-gallery img {
        min-height: 220px;
    }

    .service-showcase-visual {
        min-height: 280px;
    }

    .service-showcase-overlay {
        inset: auto 16px 16px 16px;
        padding: 18px;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-grid {
        gap: 20px;
    }

    .footer-grid {
        justify-items: center;
    }

    .mobile-quick-bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 60;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        background: #05070d;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .mobile-quick-bar a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        min-height: 66px;
        color: #f8fafc;
        text-decoration: none;
        font-size: 11px;
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }

    .mobile-quick-bar i {
        font-size: 18px;
        color: #f1cf00;
    }

    body {
        padding-bottom: 66px;
    }
}
