/*
Theme Name: Super Seg
Theme URI: http://superseg.com.br
Author: Wanderley Bigosinski Zucari
Author URI: http://superseg.com.br
Description: Tema personalizado baseado no HTML estático
Version: 1.0
*/


:root {
    --green: #4CAF50;
    --green-dark: #2E7D32;
    --text: #1e293b;
    --muted: #64748b;
    --container: 1200px;

}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: var(--text);
    background: #ffffff;
}

a {
    color: inherit;
    text-decoration: none
}

/* HEADER */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #f5f5f5;
    border-bottom: 1px solid #e5e7eb;
    z-index: 100;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .08);

}

header .wrap {
    max-width: 1700px;
    padding: 14px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    height: 50px;
}

nav {
    display: flex;
    align-items: center;
    gap: 28px;
    font-weight: 600;
}

nav a:not(.cta) {
    color: #111827;
    transition: color .3s ease;
}

nav a:not(.cta):hover {
    color: var(--green-dark)
}

.cta {
    margin-left: 15px;
    padding: 10px 18px;
    border-radius: 999px;
    background: var(--green);
    color: #fff;
    font-weight: 700;
    transition: background .3s ease, transform .2s ease;
}

.cta:hover {
    background: #388E3C;
    transform: scale(1.05)
}

/* CONTAINER */
.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 14px 28px;
}

/* HERO */
.hero {
    margin-top: 90px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
    background: #fff
}

.hero-bg {
    height: 78vh;
    min-height: 520px;
    background: url('img/DSCF5780.jpg') center/cover no-repeat;
    position: relative;
}


.hero-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(18, 110, 180, .85)0%, rgba(18, 110, 180, .70)55%, rgba(18, 110, 180, .35)100%)
}

.hero .container {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center
}

.hero-content {
    max-width: 720px;
    color: #fff
}

.hero h1 {
    margin: 0 0 12px;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2
}

.hero p {
    margin: 0 0 22px;
    font-size: 18px;
    font-weight: 400;
    color: #e6eef6
}

.btn-wa {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: var(--green-dark);
    border: 2px solid var(--green);
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 700;
    transition: all .3s ease
}

.btn-wa:hover {
    background: var(--green);
    color: #fff
}

.btn-wa svg {
    width: 20px;
    height: 20px
}

/* STRIP */
.strip {
    position: relative;
    margin-top: -46px
}

.strip .panel {
    max-width: var(--container);
    margin: 0 auto;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    padding: 32px
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px
}

.item {
    display: flex;
    align-items: flex-start;
    gap: 18px
}

.icon-badge {
    flex: 0 0 auto;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #b4f5b6;
    color: #fff;
    font-size: 22px
}

.icon-blue {
    background: #80a4f2;
    /* azul */
    color: #fff;
    /* ícone branco */
}

/* Títulos e textos strip */
.item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #2E7D32
}

.item p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #444;
    margin: 0
}

/* ABOUT */
.about {
    padding: 80px 0
}

.about-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 56px;
    align-items: center
}

.about-media {
    position: relative;
    display: grid;
    grid-template-columns: 1.5fr 1.5fr;
    /* coluna 1 mais larga, coluna 2 mais estreita */
    grid-template-rows: 1fr 1fr;
    gap: 20px;
}

.photo {
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .10);
}

.photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo--tall {
    width: 100%;
    /* ocupa toda a largura do container */
    height: 550px;
    /* altura fixa */
    object-fit: cover;
    /* cobre sem distorcer (corta se necessário) */
    object-position: center;
    /* foca o centro da imagem */
    border-radius: 10px;
    grid-column: 1;
    grid-row: 1 / span 2;
}

.xp-badge {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 165px;
    height: 165px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background: radial-gradient(85% 85% at 30% 30%, #37B34A 0%, #1E5EBE 100%);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.xp-badge strong {
    font-size: 56px;
    font-weight: 800;
    line-height: 1;
}

.xp-badge span {
    margin-top: 6px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
}



/* Texto about */
.about-copy .eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    color: #2E7D32
}

.about-copy h2 {
    margin: 0 0 14px;
    font-size: 44px;
    line-height: 1.15;
    font-weight: 800;
    color: #2b2b2b
}

.about-copy p {
    margin: 0;
    color: #5b6470;
    font-size: 16px;
    line-height: 1.7
}





/* ===== LOGOS ===== */
.brands {
    padding: 48px 0 16px;
}

.brands-title {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 22px;
    color: #1f2937;
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(120px, 1fr));
    gap: 28px;
    align-items: center;
    justify-items: center;
}

.brands-grid img {
    max-height: 36px;
    width: auto;
}


@media (max-width:900px) {
    .brands-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .brands-grid img {
        max-height: 30px;
    }
}

/* ===== CTA BANNER ===== */
.cta-banner {
    position: relative;
    margin: 22px auto 56px;
    border-radius: 12px;
    overflow: hidden;
    background: #0c4a6e;
    /* fallback */
}

.cta-bg {
    /* troque pelo seu arquivo */
    background: url('img/DSCF5792.jpg') center/cover no-repeat;
    height: 520px;
    min-height: 420px;
    position: relative;
}

.cta-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(14, 73, 114, .55);
    /* overlay azul */
    backdrop-filter: saturate(120%) contrast(105%);
}

.cta-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.cta-content h2 {
    margin: 0 0 14px;
    font-size: 44px;
    line-height: 1.15;
    font-weight: 800;
}

.cta-content p {
    max-width: 760px;
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1.6;
    color: #e6eef6;
}

.cta-btn {
    background: #fff;
    color: #2E7D32;
    border: 2px solid #4CAF50;
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
    transition: transform .2s ease, background .25s ease, color .25s ease;
}

.cta-btn:hover {
    background: #4CAF50;
    color: #fff;
    transform: translateY(-2px);
}

.cta-btn svg {
    transform: translateY(1px);
}

@media (max-width: 1024px) {
    .cta-content h2 {
        font-size: 36px;
    }
}

@media (max-width: 700px) {
    .cta-bg {
        height: 420px;
    }

    .cta-content h2 {
        font-size: 28px;
    }

    .cta-content p {
        font-size: 15px;
    }
}

/* Responsivo */
@media(max-width:1100px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: 38px
    }

    .xp-badge {
        width: 180px;
        height: 180px
    }

    .xp-badge strong {
        font-size: 52px
    }

    .about-copy h2 {
        font-size: 36px
    }
}

@media(max-width:820px) {
    nav {
        display: none
    }

    .grid {
        grid-template-columns: 1fr
    }

    .hero h1 {
        font-size: 36px
    }
}


/* ===== STATS ===== */
.stats {
    background: #fff;
    padding: 60px 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.stats-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    gap: 20px;
}

.stat strong {
    display: block;
    font-size: 48px;
    font-weight: 800;
    color: #0a47a3;
    /* azul principal */
    margin-bottom: 8px;
}

.stat span {
    font-size: 18px;
    font-weight: 600;
    color: #0a47a3;
    line-height: 1.4;
}

/* Responsivo */
@media (max-width: 900px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px;
    }
}

@media (max-width: 600px) {
    .stats-grid {
        grid-template-columns: 1fr;
        row-gap: 32px;
    }
}

/* ===== SERVICES ===== */
.services {
    padding: 80px 0;
    background: #fff;
}

.services-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 56px;
    align-items: center;
}

/* Imagens */
.services-media {
    position: relative;
}

.svc-main {
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
}

.svc-main img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
}

.svc-float {
    position: absolute;
    left: 50%;
    /* mais no canto esquerdo */
    bottom: -20px;
    /* aproxima ou afasta da base */
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 38px rgba(0, 0, 0, .18);
    padding: 8px;
}

.svc-float img {
    width: 260px;
    /* menor largura */
    height: 160px;
    /* menor altura */
    object-fit: cover;
    border-radius: 8px;
    display: block;
}


/* Textos */
.services-copy .eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 600;
    color: #2E7D32;
    letter-spacing: .08em;
}

.services-copy h2 {
    margin: 0 0 14px;
    font-weight: 800;
    font-size: 44px;
    line-height: 1.15;
    color: #222;
}

.services-copy .lead {
    margin: 0 0 22px;
    color: #5b6470;
    line-height: 1.65;
}

/* Pills */
.svc-pills {
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 14px 18px;
    max-width: 720px;
    filter: drop-shadow(0 18px 38px rgba(0, 0, 0, .08));
    /* halo suave como no print */
}

.pill {
    display: block;
    text-align: left;
    background: #fff;
    border-radius: 10px;
    padding: 14px 18px;
    color: #404b5a;
    font-weight: 600;
    border: 1px solid #eef2f7;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .10);
    border-color: #dfe7f1;
}

/* Responsivo */
@media (max-width:1100px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .svc-float {
        position: absolute;
        left: 50%;
        bottom: -22px;
    }

    .services-copy h2 {
        font-size: 36px;
    }
}

@media (max-width:720px) {
    .svc-main img {
        height: 360px;
    }

    .svc-float img {
        width: 320px;
        height: 200px;
    }

    .svc-pills {
        grid-template-columns: 1fr;
    }

    .services-copy h2 {
        font-size: 30px;
    }
}

/* ===== SERVICES CARDS ===== */
.services-cards {
    padding: 80px 0;
    background: #fff;
    text-align: center;
}

.services-cards .eyebrow {
    font-size: 14px;
    font-weight: 600;
    color: #2E7D32;
    letter-spacing: .08em;
    display: block;
    margin-bottom: 12px;
}

.services-cards h2 {
    font-size: 32px;
    font-weight: 800;
    color: #222;
    margin: 0 0 48px;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .08);
    text-align: left;
    display: flex;
    flex-direction: column;
    transition: transform .2s ease, box-shadow .2s ease;
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, .12);
}

.card-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.card-body {
    padding: 20px 22px;
}

.card-body h3 {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin: 0 0 12px;
}

.card-body ul {
    margin: 0;
    padding-left: 20px;
    list-style: none;
}

.card-body ul li {
    position: relative;
    margin-bottom: 8px;
    font-size: 15px;
    color: #444;
    line-height: 1.45;
    padding-left: 20px;
}

.card-body ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #2E7D32;
    font-size: 14px;
}

/* Responsivo */
@media (max-width: 1024px) {
    .cards-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 720px) {
    .cards-grid {
        grid-template-columns: 1fr;
    }

    .card-img img {
        height: 180px;
    }
}

/* ================ ORÇAMENTO ================ */
.orcamento {
    padding: 64px 0;
}

.orcamento-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 48px;
    align-items: center;
}

@media (max-width: 960px) {
    .orcamento-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

/* Texto da esquerda */
.orcamento-copy h2 {
    font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.02em;
    font-size: 44px;
    margin: 0 0 16px;
}

@media (max-width: 960px) {
    .orcamento-copy h2 {
        font-size: 36px;
    }
}

.orcamento-desc {
    color: #5b5b5b;
    font-size: 16px;
    line-height: 1.7;
    max-width: 56ch;
    margin: 0;
}

/* Card/Formulário da direita */
.orcamento-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.orcamento-form {
    display: grid;
    gap: 16px;
}

.form-row {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 520px) {
    .form-row {
        grid-template-columns: 1fr;
    }
}

.form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
}

.orcamento-form input,
.orcamento-form select {
    width: 100%;
    background: #f2f4f7;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 14px 14px;
    font-size: 16px;
    outline: none;
    transition: border-color .2s, background .2s, box-shadow .2s;
}

.orcamento-form input::placeholder {
    color: #9aa3af;
}

.orcamento-form input:focus,
.orcamento-form select:focus {
    border-color: #c7cbd3;
    background: #eef1f6;
    box-shadow: 0 0 0 4px rgba(46, 125, 50, 0.10);
    /* verde suave */
}

/* Select com setinha */
.select-wrap {
    position: relative;
}

.select-wrap select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px;
}

.select-wrap::after {
    content: "";
    position: absolute;
    pointer-events: none;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #6b7280;
    opacity: .9;
}

/* Botão */
.orcamento-btn {
    margin-top: 8px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-transform: none;
    font-weight: 700;
    font-size: 18px;
    padding: 18px 20px;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    background: #2E7D32;
    /* usa o verde já presente no site */
    color: #fff;
    transition: transform .06s ease, filter .2s ease, box-shadow .2s ease;
    box-shadow: 0 10px 24px rgba(46, 125, 50, .25);
}

.orcamento-btn:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
}

.orcamento-btn:active {
    transform: translateY(0);
}

/* ============ FOOTER ============ */
.footer-ss {
    margin-top: 72px;
    background: #0f172a;
    /* azul bem escuro/neutro */
    color: #e5e7eb;
    font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.footer-ss_grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr 1fr;
    gap: 40px;
    padding: 56px 0;
}

@media (max-width: 1100px) {
    .footer-ss_grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .footer-ss_grid {
        grid-template-columns: 1fr;
    }
}

.footer-ss_brand img {
    height: 44px;
    width: auto;
    filter: brightness(0) invert(1);
    /* deixa branco no fundo escuro */
}

.footer-ss_brand p {
    margin: 16px 0 20px;
    color: #cbd5e1;
    line-height: 1.7;
    font-size: 14px;
}

.footer-ss_social {
    display: flex;
    gap: 12px;
}

.footer-ss_social a {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    color: #cbd5e1;
    background: #18223c;
    border: 1px solid #233055;
    transition: transform .08s ease, background .2s ease, color .2s ease;
}

.footer-ss_social a:hover {
    transform: translateY(-2px);
    color: #fff;
    background: #243250;
}

/* colunas */
.footer-ss_col h4 {
    margin: 0 0 14px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
}

.footer-ss_col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-ss_col li {
    margin: 10px 0;
}

.footer-ss_col a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 14px;
}

.footer-ss_col a:hover {
    color: #ffffff;
}

/* contato */
.footer-ss_contact li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-ss_contact svg {
    color: #94a3b8;
}

/* botão whatsapp */
.footer-ss_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    padding: 12px 16px;
    background: #2E7D32;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(46, 125, 50, .25);
    transition: filter .2s, transform .06s;
}

.footer-ss_btn:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
}

/* barrinha inferior */
.footer-ss_bar {
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding: 14px 0;
    background: #0b1224;
}

.footer-ss_bar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: #9fb0ce;
    font-size: 13px;
}

.footer-ss_bar__inner ul {
    display: flex;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-ss_bar__inner a {
    color: #9fb0ce;
    text-decoration: none;
}

.footer-ss_bar__inner a:hover {
    color: #ffffff;
}

@media (max-width: 640px) {
    .footer-ss_bar__inner {
        flex-direction: column;
        text-align: center;
    }
}

/* ===== DEPOIMENTOS ===== */
.testimonials {
    padding: 80px 0;
    background: #18223c;
    overflow: hidden;
    /* evita setas/track “vazar” nas bordas */
}

.testimonials__wrap {
    text-align: center;
}

.testimonials__title {
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 12px;
    color: #fff;
}

.testimonials__subtitle {
    max-width: 720px;
    margin: 0 auto 32px;
    color: #f5f5f5;
}

.testimonials__slider {
    position: relative;
    padding-inline: 28px;
    /* espaço para as setas sem sobrepor os cards */
}

.ts-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #d1d5db;
    background: #fff;
    color: #111;
    display: grid;
    place-items: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
}

.ts-btn--prev {
    left: -4px;
}

/* bem encostadas como no layout */
.ts-btn--next {
    right: -4px;
}

.ts-btn:hover {
    background: #f3f4f6;
}

.testimonials__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: clamp(280px, 40vw, 520px);
    /* levemente maior para destacar o central em telas grandes */
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 10px 0;
    scrollbar-width: none;
}

.testimonials__track::-webkit-scrollbar {
    display: none;
}

.ts-btn.is-hidden {
    display: none;
}

.ts-btn[disabled] {
    opacity: .5;
    pointer-events: none;
}

.testimonials {
    overflow: hidden;
}

.ts-card {
    scroll-snap-align: start;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .08);
    padding: 16px;
    text-align: left;
    position: relative;
}

.g-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.g-text {
    color: #374151;
    line-height: 1.55;
    margin: 0 0 12px;
}

.g-tail {
    position: absolute;
    left: 28px;
    bottom: -8px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-left: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    transform: rotate(45deg);
}

.g-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.g-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 700;
    user-select: none;
    background: #9DCB3C;
    /* fallback */
}

.meta {
    display: flex;
    flex-direction: column;
}

.meta strong {
    color: #111827;
}

.meta .date {
    color: #6b7280;
    font-size: .9rem;
}

.g-attrib {
    margin-top: 16px;
    font-size: 14px;
    color: #f5f5f5;
}

@media (max-width: 768px) {
    .ts-btn {
        display: none;
    }
}
/* ===== VÍDEOS ===== */
.video-section {
  padding: 80px 0;
  background: #fff;
}

.video-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
  color: #2E7D32; /* combina com o resto do site */
}

.video-title {
  margin: 0 0 10px;
  font-size: 32px;
  font-weight: 800;
  color: #222;
}

.video-subtitle {
  margin: 0 0 26px;
  color: #5b6470;
  line-height: 1.65;
  max-width: 70ch;
}

.video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.video-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
  padding: 16px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0,0,0,.10);
}

.video-frame {
  /* mantém 16:9 sem gambiarras */
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #000; /* fundo enquanto carrega */
  margin-bottom: 12px;
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.video-heading {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #1f2937;
}

/* Responsivo */
@media (max-width: 900px) {
  .video-grid {
    grid-template-columns: 1fr;
  }
}
.wa-float {
  position: fixed;
  bottom: 120px;
  right: 22px; /* joga o WhatsApp mais para a esquerda */
  background: #25d366;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
  z-index: 200;
  transition: transform .2s ease, filter .2s ease;
}

.wa-float:hover {
  transform: scale(1.08);
  filter: brightness(1.05);
}

.wa-float img {
  width: 28px;
  height: 28px;
}
