:root {
    --bg: #07111d;
    --bg-2: #0f243d;
    --surface: #ffffff;
    --surface-2: #f3f6fb;
    --text: #11253b;
    --text-muted: #5e738c;
    --primary: #f2be1f;
    --primary-dark: #d79b0b;
    --accent: #0e6fb7;
    --border: rgba(7, 17, 29, 0.08);
    --shadow: 0 20px 45px rgba(7, 17, 29, 0.08);
    --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'Inter', 'Montserrat', 'Poppins', 'Open Sans', sans-serif;
    color: var(--text);
    background: var(--surface);
    line-height: 1.7;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 { font-weight: 800; line-height: 1.2; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 2rem)); margin: 0 auto; }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr); gap: 30px; }
.admin-settings-help { color: var(--text-muted); margin-top: -1rem; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.skip-link { position: absolute; left: -999px; top: 0; }
.skip-link:focus { left: 1rem; top: 1rem; background: var(--surface); padding: .75rem 1rem; z-index: 100; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(7, 17, 29, 0.94); backdrop-filter: blur(16px); box-shadow: 0 10px 30px rgba(7, 17, 29, 0.08); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(7, 17, 29, 0.98); box-shadow: 0 14px 35px rgba(7, 17, 29, 0.16); }
.topbar { display: flex; align-items: center; justify-content: space-between; padding: .95rem 1.2rem; max-width: 1180px; margin: 0 auto; }
.brand { display: flex; align-items: center; }
.brand img { height: 50px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 1rem; color: #dbe7f6; }
.nav-links a:hover { color: #fff; }
.menu-toggle { display: none; background: transparent; border: 0; }
.menu-toggle span { display: block; width: 28px; height: 2px; background: #fff; margin: 5px 0; }
.hero { position: relative; min-height: 92vh; display: grid; align-items: center; background: linear-gradient(120deg, rgba(7,17,29,.96), rgba(14,111,183,.78)), url('https://images.unsplash.com/photo-1509391366360-2e959784a276?auto=format&fit=crop&w=1700&q=80') center/cover no-repeat; color: #fff; }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,17,29,.84), rgba(7,17,29,.28)); }
.hero__content { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 2rem; align-items: center; padding: 4.5rem 0; }
.hero__text h1 { font-size: clamp(2.2rem, 4vw, 3.6rem); margin: .2rem 0 1rem; max-width: 700px; }
.hero__text p { font-size: 1.04rem; color: #dce7f6; max-width: 650px; }
.eyebrow { text-transform: uppercase; letter-spacing: .24em; font-size: .78rem; font-weight: 800; color: var(--primary); margin-bottom: .6rem; }
.hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; margin: 1.3rem 0 1.2rem; }
.hero__badges { display: flex; flex-wrap: wrap; gap: .75rem; }
.hero__badges span { display: inline-flex; align-items: center; gap: .4rem; background: rgba(255,255,255,.12); padding: .65rem .8rem; border-radius: 999px; color: #f2f6fb; font-size: .92rem; }
.hero__card { background: rgba(255,255,255,.96); color: var(--text); padding: 1.4rem; border-radius: var(--radius); box-shadow: var(--shadow); }
.hero__card-label { font-size: .8rem; font-weight: 800; color: var(--accent); text-transform: uppercase; letter-spacing: .2em; margin: 0 0 .75rem; }
.hero__card-note { margin-top: 1rem; color: var(--text-muted); font-size: .95rem; }
.metric-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 1rem; }
.metric-grid strong { display: block; font-size: 1.5rem; color: var(--primary-dark); }
.metric-grid span { color: var(--text-muted); font-size: .92rem; }
.section { padding: 5rem 0; }
.section--light { background: var(--surface-2); }
.section--accent { background: linear-gradient(135deg, var(--bg), var(--accent)); color: #fff; }
.section-heading { margin-bottom: 2rem; max-width: 760px; }
.section-heading--center { text-align: center; margin-inline: auto; }
.section-heading h2 { font-size: clamp(1.7rem, 3vw, 2.35rem); margin: .2rem 0 .7rem; }
.section-heading__sub { color: var(--text-muted); max-width: 620px; }
.section-heading--center .section-heading__sub { margin-inline: auto; }
.section--accent .section-heading__sub { color: #d7e4f2; }
.split-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2rem; align-items: center; }
.split-grid img { border-radius: 24px; box-shadow: var(--shadow); }
.feature-list { list-style: none; padding: 0; margin: 1.2rem 0 1.5rem; display: grid; gap: .7rem; }
.feature-list li { display: flex; align-items: center; gap: .6rem; color: var(--text-muted); }
.feature-list i { color: var(--primary-dark); }
.authority-strip { padding: 1.35rem 0; background: var(--surface-2); border-block: 1px solid var(--border); }
.authority-strip__inner { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; text-align: center; }
.authority-strip__inner strong { display: block; font-size: 1.4rem; color: var(--accent); }
.authority-strip__inner span { color: var(--text-muted); font-size: .95rem; }
.trust-band { padding: 6rem 0; }
.trust-band .eyebrow { margin-bottom: .8rem; }
.trust-band__main { display: flex; flex-direction: column; gap: 1rem; }
.trust-band__main h2 { font-size: clamp(1.7rem, 3vw, 2.25rem); margin-bottom: 0; }
.trust-band__main > p:not(.eyebrow) { margin-bottom: 0; }
.trust-band__main .btn { margin-bottom: 2.5rem; align-self: flex-start; }
.trust-band__cards { display: grid; gap: 1rem; }
.trust-card { display: flex; gap: 1rem; align-items: flex-start; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.15rem 1.2rem; box-shadow: var(--shadow); }
.trust-card i { font-size: 1.4rem; color: var(--accent); margin-top: .2rem; }
.trust-card h3 { margin: 0 0 .35rem; font-size: 1.05rem; }
.trust-card p { margin: 0; color: var(--text-muted); }
.solution-grid, .benefits-grid, .project-grid, .process-grid, .testimonial-slider { display: grid; gap: 1.2rem; }
.solution-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.solution-card, .benefit-card, .project-card, .testimonial-card, .process-card, .blog-card { background: var(--surface); padding: 1.5rem; border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid var(--border); transition: transform .25s ease, box-shadow .25s ease; }
.solution-card:hover, .benefit-card:hover, .project-card:hover, .testimonial-card:hover, .process-card:hover, .blog-card:hover { transform: translateY(-4px); box-shadow: 0 24px 55px rgba(7, 17, 29, 0.12); }
.solution-card { display: flex; flex-direction: column; }
.solution-card i { font-size: 1.8rem; color: var(--primary-dark); margin-bottom: .5rem; }
.solution-card p { flex: 1; }
.solution-card a { align-self: flex-start; margin-top: 1rem; padding-bottom: .1rem; }
.solution-card a, .project-card a, .blog-card a { color: var(--accent); font-weight: 700; }
.blog-card { display: flex; flex-direction: column; }
.blog-card p { flex: 1; }
.blog-card a { margin-top: 1rem; align-self: flex-start; }
.benefits-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.blog-card__image-link {
    display: block;
    margin-bottom: 1rem;
}
.blog-card__image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 18px;
}
.project-grid--featured { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.project-card__image {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 1rem;
}
.project-card { min-height: 220px; display: flex; flex-direction: column; justify-content: space-between; }
.project-card--featured { background: linear-gradient(135deg, var(--bg), var(--accent)); color: #fff; }
.project-card--featured a { color: var(--primary); }
.project-card__meta { font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; opacity: .85; }
/* Processo "Como funciona" — cards brancos com texto escuro */
.section--accent .section-heading p:not(.eyebrow) { color: #d7e4f2; max-width: 640px; margin-inline: auto; }
.process-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.2rem; position: relative; }
.process-card { background: #ffffff; color: #0b2748; border-radius: var(--radius); padding: 1.6rem 1.4rem; box-shadow: var(--shadow); display: flex; flex-direction: column; align-items: flex-start; text-align: left; min-height: 220px; transition: transform .25s ease, box-shadow .25s ease; position: relative; }
.process-card:hover { transform: translateY(-4px); box-shadow: 0 24px 55px rgba(7, 17, 29, 0.18); }
.process-card i { font-size: 1.7rem; color: var(--accent); margin: 0 0 .7rem; }
.process-card h3 { margin: 0 0 .5rem; color: #0b2748; font-size: 1.15rem; }
.process-card p { margin: 0; color: #526273; font-size: .95rem; }
.process-grid .process-card + .process-card::before { content: '→'; position: absolute; left: -.95rem; top: 50%; transform: translateY(-50%); color: var(--primary); font-size: 1.6rem; font-weight: 800; z-index: 2; }
/* Faixa de estatísticas */
.stats-band { background: #f9fafb; padding: 3rem 0; border-block: 1px solid var(--border); }
.stats-band__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; text-align: center; }
.stats-band__item { position: relative; padding: .5rem 1rem; }
.stats-band__item + .stats-band__item { border-left: 1px solid var(--border); }
.stats-band__item i { display: block; font-size: 1.5rem; color: var(--accent); margin-bottom: .5rem; }
.stats-band__item strong { display: block; font-size: 2rem; color: var(--accent); line-height: 1.1; }
.stats-band__item span { color: var(--text-muted); font-size: .95rem; }
/* Galeria de projetos — grid rígido, alturas iguais */
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 1rem; }
.gallery-card { position: relative; overflow: hidden; border-radius: 18px; cursor: pointer; box-shadow: var(--shadow); aspect-ratio: 1 / 1; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; display: block; }
.gallery-card:hover img { transform: scale(1.05); }
.gallery-card__info { position: absolute; left: 1rem; bottom: 1rem; background: rgba(7, 17, 29, 0.72); color: #fff; padding: .5rem .85rem; border-radius: 999px; font-size: .85rem; font-weight: 700; backdrop-filter: blur(6px); }
/* Lightbox */
.lightbox { position: fixed; inset: 0; background: rgba(7, 17, 29, 0.94); display: none; align-items: center; justify-content: center; z-index: 200; padding: 2rem; }
.lightbox.open { display: flex; }
.lightbox__figure { margin: 0; max-width: min(1000px, 92vw); max-height: 86vh; text-align: center; }
.lightbox__figure img { max-width: 100%; max-height: 78vh; border-radius: 16px; box-shadow: 0 30px 70px rgba(0,0,0,.5); margin-inline: auto; }
.lightbox__figure figcaption { color: #dce7f6; margin-top: .8rem; font-size: .95rem; }
.lightbox__close, .lightbox__prev, .lightbox__next { position: absolute; background: rgba(255,255,255,.12); color: #fff; border: 0; border-radius: 50%; width: 48px; height: 48px; font-size: 1.6rem; line-height: 1; cursor: pointer; display: grid; place-items: center; transition: background .2s ease; }
.lightbox__close:hover, .lightbox__prev:hover, .lightbox__next:hover { background: rgba(255,255,255,.25); }
.lightbox__close { top: 1.2rem; right: 1.2rem; }
.lightbox__prev { left: 1.2rem; top: 50%; transform: translateY(-50%); }
.lightbox__next { right: 1.2rem; top: 50%; transform: translateY(-50%); }
.calculator-shell { display: grid; grid-template-columns: .95fr 1.05fr; gap: 1.3rem; align-items: start; }
.simulator__form, .simulator__result { background: var(--surface); border-radius: var(--radius); padding: 1.4rem; box-shadow: var(--shadow); }
.simulator__form label { display: block; margin-bottom: 1rem; font-weight: 600; }
.simulator__form input, .simulator__form select { width: 100%; margin-top: .4rem; padding: .85rem 1rem; border: 1px solid var(--border); border-radius: 14px; font: inherit; background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.simulator__form input:focus, .simulator__form select:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px rgba(14, 111, 183, 0.12); }
.calculator-actions { margin-top: 1rem; }
.result-card { display: flex; justify-content: space-between; align-items: center; padding: 1rem; border-radius: 16px; background: var(--surface-2); margin-bottom: .8rem; gap: 1rem; }
.result-card strong { color: var(--primary-dark); font-size: 1.05rem; }
.result-note { color: var(--text-muted); margin-top: 1rem; }
.testimonial-slider { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.testimonial-card { min-width: 0; }
.testimonial-card.active { border-color: rgba(14, 111, 183, 0.28); box-shadow: 0 18px 45px rgba(14, 111, 183, 0.12); }
.testimonial-card span { display: block; margin-top: .75rem; color: var(--text-muted); font-size: .92rem; }

@media (max-width: 760px) {
    .testimonial-slider {
        display: flex;
        grid-template-columns: none;
        overflow-x: auto;
        scroll-snap-type: x proximity;
        padding-bottom: .5rem;
        scrollbar-width: thin;
        -ms-overflow-style: auto;
    }
    .testimonial-slider::-webkit-scrollbar { height: 8px; }
    .testimonial-slider::-webkit-scrollbar-thumb { background: rgba(14, 111, 183, 0.28); border-radius: 999px; }
    .testimonial-card {
        min-width: min(320px, 82vw);
        flex: 0 0 auto;
        scroll-snap-align: start;
    }
}
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.faq-list details { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 1rem 1.1rem; margin-bottom: .8rem; transition: border-color .2s ease, box-shadow .2s ease; }
.faq-list details[open] { border-color: rgba(14, 111, 183, 0.28); box-shadow: 0 10px 24px rgba(14, 111, 183, 0.08); }
.faq-list summary { cursor: pointer; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list p { color: var(--text-muted); margin: .6rem 0 0; }
.post-full__image {
    width: 100%;
    border-radius: 18px;
    margin: 1rem 0 2rem;
}
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.contact-intro { display: grid; gap: 1rem; }
.contact-highlights { display: grid; gap: .8rem; }
.contact-highlights div { display: flex; align-items: center; gap: .7rem; background: var(--surface); padding: .9rem 1rem; border-radius: 16px; box-shadow: 0 10px 25px rgba(8,35,68,.06); }
.contact-highlights i { color: var(--primary-dark); font-size: 1.1rem; }
.contact-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: .4rem; }
.contact-form-card select, .contact-form-card textarea { width: 100%; margin-top: .4rem; padding: .85rem 1rem; border: 1px solid var(--border); border-radius: 14px; font: inherit; background: #fff; }
.privacy-card, .success-card { max-width: 900px; margin: 0 auto; background: var(--surface); padding: 2rem; border-radius: var(--radius); box-shadow: var(--shadow); }
.success-card { text-align: center; }
.success-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; margin-top: 1.3rem; }
.privacy-list { display: grid; gap: 1rem; margin-top: 1.5rem; }
.privacy-list div { background: var(--surface-2); border: 1px solid var(--border); border-radius: 18px; padding: 1rem 1.1rem; }
.privacy-list h3 { margin: 0 0 .3rem; font-size: 1rem; }
.privacy-list p { margin: 0; color: var(--text-muted); }
.cta-final__box { background: linear-gradient(135deg, var(--bg), var(--accent)); color: #fff; border-radius: var(--radius); padding: 2rem; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; }
.cta-final__actions { display: flex; flex-wrap: wrap; gap: 1rem; }
.site-footer { background: var(--bg); color: #dce7f6; padding: 3rem 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.05fr 0.8fr 0.8fr 1fr; gap: 1.5rem; }
.site-footer h3, .site-footer h4 { color: #fff; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .45rem; }
.site-footer a { color: #dce7f6; }
.footer-social { display: flex; gap: .8rem; margin-top: .8rem; }
.footer-social a { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.1); }
.footer-bottom { margin-top: 1.8rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--primary), #ffbf00); color: var(--bg); padding: .95rem 1.25rem; border-radius: 999px; font-weight: 800; box-shadow: 0 10px 30px rgba(255,212,0,.24); border: 0; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(255,212,0,.28); }
.btn-secondary { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.3); box-shadow: none; }

.btn-specialist-menu { background: var(--accent); display: inline-flex; align-items: center; gap: 6px; }

.btn-specialist-menu:hover { background: #0a5a8a; }
.btn-small { padding: .7rem 1rem; font-size: .93rem; }
.whatsapp-float { position: fixed; right: 1rem; bottom: 1rem; width: auto; min-width: 190px; padding: .75rem 1rem; border-radius: 999px; background: #25d366; color: #fff; display: flex; align-items: center; gap: .6rem; box-shadow: var(--shadow); z-index: 90; font-weight: 700; }
.whatsapp-float i { font-size: 1.25rem; }
.whatsapp-float span { font-size: .9rem; }
.cookie-banner { position: fixed; left: 50%; transform: translateX(-50%); bottom: 1rem; background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 1rem 1.2rem; box-shadow: var(--shadow); display: none; align-items: center; gap: 1rem; z-index: 100; max-width: 900px; }
.cookie-banner.show { display: flex; }
/* Painel Administrativo */
.admin-body { background: linear-gradient(135deg, #07111d, #0e4f86); min-height: 100vh; color: #fff; }
.admin-panel { padding: 4rem 0; }
.admin-panel__container { width: min(1160px, calc(100% - 2rem)); margin: 0 auto; }
.admin-panel__header { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.3rem; }
.admin-panel__header h1 { margin: 0; color: #fff; }
.admin-panel__subtitle { color: #dce7f6; margin-bottom: 1.2rem; }
.admin-panel__error { color: #ff6b6b; font-weight: 700; background: rgba(255, 107, 107, 0.1); padding: .8rem 1rem; border-radius: 12px; margin-bottom: 1.2rem; }
.admin-panel__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.admin-card { background: #ffffff; color: #11253b; border-radius: 24px; padding: 1.5rem; box-shadow: 0 20px 45px rgba(7, 17, 29, 0.2); border: 1px solid rgba(7, 17, 29, 0.08); transition: transform .25s ease, box-shadow .25s ease; }
.admin-card:hover { transform: translateY(-4px); box-shadow: 0 24px 55px rgba(7, 17, 29, 0.25); }
.admin-card i { font-size: 1.8rem; color: #d79b0b; margin-bottom: .5rem; display: block; }
.admin-card h3 { margin: 0 0 .35rem; color: #11253b; }
.admin-card p { margin: 0 0 1rem; color: #5e738c; }
.admin-card a { color: #0e6fb7; font-weight: 700; }
.admin-login-card { background: #ffffff; color: #11253b; border-radius: 24px; padding: 2rem; box-shadow: 0 20px 45px rgba(7, 17, 29, 0.2); border: 1px solid rgba(255, 212, 0, 0.2); }
.admin-login-card img { height: 96px; width: auto; margin: 0 auto 1rem; }
.admin-login-card h1 { margin-top: 0; margin-bottom: .6rem; color: #11253b; }
.admin-login-card__subtitle { color: #5e738c; margin-bottom: 1.2rem; }
.admin-login-card label { display: block; margin-bottom: 1rem; font-weight: 700; color: #11253b; }
.admin-login-card input { width: 100%; margin-top: .4rem; padding: .85rem 1rem; border: 1px solid rgba(7, 17, 29, 0.08); border-radius: 14px; font: inherit; background: #fff; }
.admin-login-card input:focus { outline: none; border-color: #0e6fb7; box-shadow: 0 0 0 4px rgba(14, 111, 183, 0.12); }
/* Formulário de Configurações do Site */
.admin-panel__success { color: #22c55e; font-weight: 700; background: rgba(34, 197, 94, 0.12); padding: .8rem 1rem; border-radius: 12px; margin-bottom: 1.2rem; }
.admin-badge { display: inline-block; background: rgba(242, 190, 31, 0.15); color: #f2be1f; font-size: .8rem; font-weight: 700; padding: .3rem .8rem; border-radius: 999px; }
.admin-settings-form { background: #ffffff; color: #11253b; border-radius: 24px; padding: 2rem; box-shadow: 0 20px 45px rgba(7, 17, 29, 0.2); }
.admin-settings-form h2 { margin: 0 0 1rem; padding-bottom: .6rem; border-bottom: 2px solid rgba(242, 190, 31, 0.4); color: #11253b; font-size: 1.2rem; }
.admin-settings-form h2:not(:first-child) { margin-top: 2rem; }
.admin-settings-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.admin-settings-grid label { display: block; font-weight: 700; color: #11253b; font-size: .92rem; }
.admin-settings-grid input,
.admin-settings-grid textarea,
.admin-settings-grid select { width: 100%; margin-top: .4rem; padding: .85rem 1rem; border: 1px solid rgba(7, 17, 29, 0.12); border-radius: 14px; font: inherit; background: #fff; color: #11253b; }
.admin-settings-grid input:focus,
.admin-settings-grid textarea:focus,
.admin-settings-grid select:focus { outline: none; border-color: #0e6fb7; box-shadow: 0 0 0 4px rgba(14, 111, 183, 0.12); }
.admin-settings-grid textarea { resize: vertical; min-height: 80px; }
.admin-settings-full { grid-column: 1 / -1; }
.admin-settings-form .btn { margin-top: 1.8rem; width: 100%; }
.admin-panel__header .btn { white-space: nowrap; }
.admin-panel__header > div:last-child { display: flex; gap: .75rem; flex-wrap: wrap; align-items: center; justify-content: flex-end; }

.admin-manual { display: grid; gap: 1.5rem; }
.admin-manual__hero { background: linear-gradient(135deg, rgba(7,17,29,.96), rgba(14,111,183,.9)); color: #fff; border-radius: 26px; padding: 2rem; box-shadow: 0 25px 55px rgba(7,17,29,.18); }
.admin-manual__hero h2 { margin: 0.5rem 0 .75rem; color: #fff; }
.admin-manual__hero p { margin: 0; color: rgba(255,255,255,.8); max-width: 760px; }
.admin-badge { display: inline-flex; align-items: center; padding: .45rem .8rem; border-radius: 999px; background: rgba(255,255,255,.12); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; }
.admin-manual__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.admin-manual__card { background: #fff; border-radius: 20px; border: 1px solid rgba(7,17,29,.08); padding: 1.3rem; box-shadow: 0 18px 40px rgba(7,17,29,.06); }
.admin-manual__card h3 { margin: .75rem 0 .6rem; color: #11253b; }
.admin-manual__card ul { margin: 0; padding-left: 1.15rem; color: #526273; display: grid; gap: .5rem; }
.admin-manual__step { display: inline-flex; align-items: center; justify-content: center; min-width: 52px; height: 36px; padding: 0 .55rem; border-radius: 999px; background: rgba(14,111,183,.12); color: #0e6fb7; font-weight: 800; font-size: .8rem; }
.admin-manual__note { background: #f5f9fe; border: 1px solid rgba(14,111,183,.14); border-radius: 18px; padding: 1rem 1.2rem; }
.admin-manual__note h3 { margin: 0 0 .4rem; color: #11253b; }
.admin-manual__note p { margin: 0; color: #526273; }

@media (max-width: 760px) {
    .admin-panel { padding: 2rem 0; }
    .admin-panel__container { width: min(100% - 1rem, 1160px); }
    .admin-panel__header { flex-direction: column; align-items: stretch; }
    .admin-panel__header > div:last-child { justify-content: stretch; }
    .admin-panel__header .btn { width: 100%; text-align: center; }
    .admin-panel__grid { grid-template-columns: 1fr; }
    .admin-settings-grid { grid-template-columns: 1fr; }
    .admin-manual__grid { grid-template-columns: 1fr; }
    .admin-settings-form { padding: 1.25rem; border-radius: 18px; }
    .admin-login-card { padding: 1.25rem; border-radius: 18px; }
    .admin-login-card img { height: 72px; }
}

/* Estilos da Loja */
.shop-header {
    text-align: center;
    margin-bottom: 2.5rem;
}
.shop-header h1 {
    font-size: clamp(2rem, 4vw, 2.8rem);
    margin-bottom: 0.5rem;
}
.shop-header p {
    font-size: 1.05rem;
    color: var(--text-muted);
    max-width: 600px;
    margin-inline: auto;
}

.shop-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 2rem;
    align-items: start;
}

.shop-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border);
    flex-wrap: wrap;
    gap: 1rem;
}
.product-count {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.9rem;
}
.sort-control {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.sort-control label {
    font-size: 0.9rem;
    font-weight: 600;
}
.sort-control select {
    padding: 0.5rem 0.8rem;
    border-radius: 12px;
    border: 1px solid var(--border);
    background-color: #fff;
    font-size: 0.9rem;
}

.shop-sidebar {
    position: sticky;
    top: 120px; /* Altura do header */
}

.filter-block {
    margin-bottom: 2rem;
}
.filter-title {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--border);
}
.filter-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.5rem;
}
.filter-list a {
    color: var(--text-muted);
    transition: color 0.2s ease;
}
.filter-list a:hover {
    color: var(--accent);
}
.filter-list--checkbox label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    color: var(--text-muted);
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}

.product-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .2s ease, box-shadow .2s ease;
}
.product-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}
.product-card__image-link { display: block; position: relative; }
.product-card__image-link img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.product-card__tag { position: absolute; top: .75rem; left: .75rem; background: var(--primary); color: var(--bg); font-size: .75rem; font-weight: 700; padding: .25rem .6rem; border-radius: 99px; }
.product-card__content { padding: 1rem; display: flex; flex-direction: column; flex-grow: 1; }
.product-card__title { font-size: 1rem; margin: 0 0 .5rem; flex-grow: 1; }
.product-card__title a { color: var(--text); }
.product-card__price { margin-bottom: .25rem; }
.price-old { text-decoration: line-through; color: var(--text-muted); font-size: .85rem; margin-right: .5rem; }
.price-current { font-weight: 800; font-size: 1.2rem; color: var(--accent); }
.product-card__installments { font-size: .8rem; color: var(--text-muted); margin-bottom: 1rem; }
.product-card__button { width: 100%; }

@media (max-width: 1100px) {
    .solution-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .project-grid--featured { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 1fr; }
    .gallery-card { aspect-ratio: 1 / 1; }
    .stats-band__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .stats-band__item:nth-child(3) { border-left: 0; }
}

@media (max-width: 920px) {
    .hero__content, .split-grid, .calculator-shell, .faq-grid, .testimonial-slider, .card-grid, .trust-band__grid, .shop-layout { grid-template-columns: 1fr; }
    .authority-strip__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cta-final__box { flex-direction: column; align-items: flex-start; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .stats-band__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .stats-band__item:nth-child(3) { border-left: 0; }
    .admin-panel__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .shop-sidebar { position: static; }
.product-layout { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: rgba(7,17,29,.96); flex-direction: column; padding: 1rem; }
    .nav-links.open { display: flex; }
    .menu-toggle { display: block; }
    .hero { min-height: auto; }
    .hero__content { padding: 2rem 0 3rem; }
    .metric-grid, .authority-strip__inner, .solution-grid, .benefits-grid, .project-grid--featured, .process-grid, .card-grid, .stats-band__grid { grid-template-columns: 1fr; }
    .stats-band__item + .stats-band__item { border-left: 0; }
    .process-grid .process-card + .process-card::before { content: '↓'; left: 50%; top: -1rem; transform: translateX(-50%); }
    .process-card { min-height: 0; }
    .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 150px; gap: .6rem; }
    .brand img { height: 48px; }
    .whatsapp-float span { display: none; }
    .whatsapp-float { min-width: auto; width: 56px; padding: .8rem; }
    .footer-grid { grid-template-columns: 1fr; }
    .lightbox { padding: 1rem; }
    .lightbox__prev { left: .4rem; }
    .lightbox__next { right: .4rem; }
    .lightbox__close { top: .6rem; right: .6rem; }
    .container { width: min(100% - 1.25rem, 1160px); }
    .section { padding: 3rem 0; }
    h1 { font-size: clamp(1.8rem, 9vw, 2.5rem); overflow-wrap: anywhere; }
    h2 { font-size: clamp(1.45rem, 7vw, 2rem); overflow-wrap: anywhere; }
    h3 { font-size: clamp(1.05rem, 5vw, 1.35rem); }
    .hero__text h1 { font-size: clamp(2rem, 10vw, 3rem); }
    .hero__text p, .section-heading__sub { font-size: .98rem; }
    .hero__actions .btn { width: 100%; text-align: center; }
    .hero__badges { gap: .5rem; }
    .hero__badges span { width: 100%; justify-content: flex-start; font-size: .84rem; }
    .split-grid { gap: 1.25rem; }
    .split-grid__media { min-height: 260px; }
    .checkout-layout { grid-template-columns: 1fr; gap: 1rem; }
    .image-overlay-content { left: 10px; right: 10px; bottom: 10px; padding: 10px 12px; font-size: .85rem; }
    .solution-card, .benefit-card, .project-card, .testimonial-card, .process-card, .blog-card { padding: 1.2rem; }
}

/* Botão Fale com um especialista */
.btn-specialist {
    position: fixed;
    bottom: 90px;
    right: 20px;
    background: var(--primary);
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(242, 190, 31, 0.4);
    z-index: 99;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-specialist:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(242, 190, 31, 0.5);
}

.btn-specialist i {
    font-size: 1.2rem;
}

@media (max-width: 760px) {
    .btn-specialist {
        bottom: 80px;
        right: 15px;
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}
