

:root {
    --brand-yellow: #F9E50B;
    --black: #000000;
    --white: #ffffff;
    --gray-50: #F7F7F7;
    --gray-700: #2b2b2b;
    --maxw: 1180px;
    --radius: 14px;
    --shadow: 0 10px 30px rgba(0,0,0,.06);
}

html {
    color-scheme: light;
	box-sizing: border-box;
    scroll-behavior: smooth
		
}

*, *::before, *::after {
    box-sizing: inherit
}

body {
    margin: 0;
    font-family: Montserrat, sans-serif;
    color: var(--black);
    background: var(--white);
    line-height: 1.45;
}

.skip-link {
    position: absolute;
    left: -999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

    .skip-link:focus {
        position: static;
        width: auto;
        height: auto;
        margin: 8px;
        display: inline-block;
        background: var(--brand-yellow);
        padding: 8px 12px;
        border-radius: 8px
    }

/* Header */
.header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: var(--white);
    border-bottom: 1px solid #eee
}

.container {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 20px
}

.nav {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

/* tamanho padrão (mude aqui se quiser) */
:root {
    --brand-logo-size: 64px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
}

.brand__logo {
    width: var(--brand-logo-size);
    height: var(--brand-logo-size);
    object-fit: contain;
    display: block;
    border-radius: 10px; /* remova se não quiser arredondado */
    overflow: hidden;
}

.brand__name {
    font-weight: 700;
    letter-spacing: .3px;
}

.nav__links {
    display: flex;
    align-items: center;
    gap: 22px
}

    .nav__links a {
        text-decoration: none;
        color: var(--gray-700);
        font-weight: 500;
        font-size: 15px
    }

.nav__actions {
    display: flex;
    align-items: center;
    gap: 10px
}

.btn {
    --p: 12px;
    --x: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: var(--p) var(--x);
    border-radius: 999px;
    border: 1.5px solid transparent;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: transform .05s ease, background .2s ease;
    box-shadow: var(--shadow);
}

    .btn:active {
        transform: translateY(1px)
    }

.btn--ghost {
    background: var(--white);
    border-color: var(--brand-yellow);
    color: var(--black);
    box-shadow: none
}

    .btn--ghost:hover {
        background: var(--brand-yellow)
    }

.btn--primary {
    background: var(--brand-yellow);
    color: var(--black)
}

    .btn--primary:hover {
        filter: brightness(0.95)
    }

.btn--sm {
    --p: 10px;
    --x: 14px;
    font-size: 14px
}

/* Mobile menu */
.hamb {
    display: none;
    background: transparent;
    border: 0;
    padding: 8px;
    cursor: pointer
}

    .hamb span {
        display: block;
        width: 22px;
        height: 2px;
        background: #111;
        margin: 5px;
        transition: .2s
    }

/* Hero */
.hero {
    background: linear-gradient(180deg,#fff 0%,var(--gray-50) 100%)
}

.hero__wrap {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 32px;
    align-items: center;
    padding: 72px 20px
}

.eyebrow {
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #6f6f6f;
    margin-bottom: 10px
}

.hero__title {
    font-size: clamp(28px,5vw,44px);
    line-height: 1.12;
    margin: 0 0 14px 0;
    font-weight: 800
}

.hero__subtitle {
    font-size: clamp(16px,2.2vw,18px);
    color: #444;
    margin: 0 0 22px 0;
    max-width: 60ch
}

.hero__cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 16px
}

.hero__proof {
    font-size: 14px;
    color: #5a5a5a
}

.hero__media {
    background: transparent;
    border-radius: var(--radius);
    padding: 0;
    box-shadow: none;
}

.media__placeholder {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 2px dashed #e0e0e0;
    display: grid;
    place-items: center;
    color: #9b9b9b;
    font-size: 14px;
    text-align: center;
    padding: 18px
}

.highlight {
    background: linear-gradient(transparent 65%,rgba(249,229,11,.6) 0%)
}

/* Footer-min */
.footer-min {
    padding: 28px 0;
    color: #666;
    font-size: 14px
}

/* Responsive */
@media (max-width:1024px) {
    .hero__wrap {
        grid-template-columns: 1fr;
        padding: 56px 20px
    }

    .hero__media {
        order: -1
    }
}

@media (max-width:860px) {
    .nav__links {
        display: none
    }

    .hamb {
        display: inline-block
    }
}

/* Sections base */
.section {
    padding: 72px 0
}

.section__head {
    max-width: 800px;
    margin: 0 auto 28px auto;
    text-align: center
}

.section__title {
    font-size: clamp(24px,4vw,36px);
    margin: 6px 0 10px 0;
    font-weight: 800
}

.section__subtitle {
    color: #4b4b4b;
    margin: 0 auto;
    max-width: 70ch
}

/* Problems */
.problems {
    background: #fff
}

.problems__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 24px;
}

.problem-card {
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 6px 18px rgba(0,0,0,.04);
    transition: transform .08s ease, box-shadow .2s ease, border-color .2s ease;
}

    .problem-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 26px rgba(0,0,0,.06);
        border-color: rgba(0,0,0,.06);
    }

.problem-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(249,229,11,.15);
    font-size: 22px;
    margin-bottom: 12px;
}

.problem-card__title {
    font-size: 18px;
    font-weight: 700;
    margin: 6px 0 6px 0
}

.problem-card__text {
    color: #4d4d4d;
    margin: 0
}

/* Section CTA */
.section__cta {
    display: flex;
    justify-content: center;
    margin-top: 26px
}

/* Responsive */
@media (max-width:1024px) {
    .problems__grid {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:680px) {
    .section {
        padding: 56px 0
    }

    .problems__grid {
        grid-template-columns: 1fr
    }
}

/* Implications */
.implications {
    background: var(--gray-50)
}

.implications__list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 24px;
    margin-top: 32px;
}

.implication-item {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 6px 14px rgba(0,0,0,.04);
    transition: transform .08s ease, box-shadow .2s ease;
}

    .implication-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 24px rgba(0,0,0,.06);
    }

    .implication-item h3 {
        margin-top: 0;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .implication-item p {
        margin: 0;
        color: #4b4b4b;
        font-size: 15px;
        line-height: 1.5;
    }

/* Responsive */
@media (max-width:900px) {
    .implications__list {
        grid-template-columns: 1fr
    }
}

/* =========================
   Extra Mobile Tweaks
   ========================= */

/* <= 480px (mobile pequeno) */
@media (max-width: 480px) {
    :root {
        --radius: 12px;
    }

    .container {
        padding: 0 16px
    }

    /* Header */
    .nav {
        height: 64px
    }

    .brand__logo {
        width: 30px;
        height: 30px;
        border-radius: 8px
    }

    .brand__name {
        font-weight: 700;
        font-size: 15px
    }

    .btn--sm {
        --p: 8px;
        --x: 12px;
        font-size: 13px
    }

    .nav__actions {
        gap: 8px
    }

    .hamb span {
        width: 20px
    }

    /* Hero */
    .hero__wrap {
        padding: 44px 16px;
        gap: 20px
    }

    .eyebrow {
        font-size: 11px;
        letter-spacing: .14em;
        margin-bottom: 8px
    }

    .hero__title {
        font-size: clamp(24px,8vw,30px);
        margin-bottom: 10px
    }

    .hero__subtitle {
        font-size: 15px;
        margin-bottom: 18px
    }

    .hero__cta {
        gap: 10px
    }

        .hero__cta .btn {
            width: 100%;
            justify-content: center
        }

    .hero__proof {
        font-size: 13px
    }

    .hero__media {
        padding: 14px;
        border-radius: 12px;
        aspect-ratio: 16/10;
    }

    .media__placeholder {
        font-size: 13px;
        padding: 14px
    }

    /* Problems */
    .section {
        padding: 46px 0
    }

    .section__head {
        margin-bottom: 20px
    }

    .section__title {
        font-size: clamp(22px,6.5vw,26px)
    }

    .section__subtitle {
        font-size: 14px
    }

    .problems__grid {
        gap: 16px
    }

    .problem-card {
        padding: 16px;
        border-radius: 12px
    }

    .problem-card__icon {
        width: 42px;
        height: 42px;
        border-radius: 10px;
        font-size: 20px;
        margin-bottom: 10px
    }

    .problem-card__title {
        font-size: 16px
    }

    .problem-card__text {
        font-size: 14px
    }

    /* Implications */
    .implications__list {
        gap: 16px;
        margin-top: 22px
    }

    .implication-item {
        padding: 16px;
        border-radius: 12px
    }

        .implication-item h3 {
            font-size: 16px;
            margin-bottom: 6px
        }

        .implication-item p {
            font-size: 14px
        }

    /* Footer */
    .footer-min {
        padding: 20px 0;
        font-size: 13px
    }
}

/* <= 360px (mobile extra pequeno) */
@media (max-width: 360px) {
    .container {
        padding: 0 14px
    }

    /* Header */
    .brand__name {
        display: none
    }
    /* mostra só o ícone para ganhar espaço */
    .nav__actions .btn--sm {
        --p: 7px;
        --x: 10px;
        font-size: 12px
    }

    .nav {
        gap: 10px
    }

    /* Hero */
    .hero__wrap {
        padding: 38px 14px
    }

    .hero__title {
        font-size: clamp(22px,8.5vw,26px)
    }

    .hero__subtitle {
        font-size: 13.5px
    }

    .hero__cta .btn {
        padding: 10px 12px
    }

    .hero__proof {
        font-size: 12.5px
    }

    .hero__media {
        aspect-ratio: 4/3;
        padding: 12px
    }

    .media__placeholder {
        font-size: 12.5px
    }

    /* Cards */
    .problem-card__title,
    .implication-item h3 {
        font-size: 15px
    }

    .problem-card__text,
    .implication-item p {
        font-size: 13.5px
    }
}

/* Componente de imagem responsiva */
.responsive-img {
    display: block;
    max-width: 100%;
    border-radius: 14px; /* arredondamento padrão */
    overflow: hidden; /* evita "estouro" de bordas */
    box-shadow: 0 6px 20px rgba(0,0,0,.06); /* sombra leve */
}

    .responsive-img img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover; /* mantém proporção sem distorcer */
    }

/* Solution */
.solution {
    background: #fff
}

.solution__grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 32px;
    align-items: center;
    margin-top: 22px;
}

.solution__copy {
}

.solution__benefits {
    margin: 0 0 16px 0;
    padding: 0;
    list-style: none;
}

    .solution__benefits li {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        font-size: 16px;
        color: #3f3f3f;
        margin: 0 0 10px 0;
    }

        .solution__benefits li span {
            display: inline-grid;
            place-items: center;
            flex: 0 0 22px;
            height: 22px;
            width: 22px;
            border-radius: 999px;
            background: rgba(249,229,11,.18);
            font-weight: 700;
        }

.solution__modules {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: 18px 0 18px 0;
}

.module {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 14px;
    background: #fff;
    box-shadow: 0 6px 14px rgba(0,0,0,.04);
}

.module__icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: rgba(249,229,11,.15);
    font-size: 18px;
    margin-bottom: 8px;
}

.module__title {
    margin: 0 0 4px 0;
    font-size: 16px;
    font-weight: 700
}

.module__text {
    margin: 0;
    color: #505050;
    font-size: 14px
}

.solution__cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 8px
}

.solution__media { /* usa .responsive-img por dentro */
}

@media (max-width:1024px) {
    .solution__grid {
        grid-template-columns: 1fr
    }

    .solution__media {
        order: -1
    }

    .solution__modules {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:560px) {
    .solution__modules {
        grid-template-columns: 1fr
    }

    .solution__benefits li {
        font-size: 15px
    }
}

/* Solução estilo Saasland */
.solution-saasland__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
}

.solution-saasland__copy {
    max-width: 520px
}

.solution-saasland__features {
    margin: 24px 0;
    display: grid;
    gap: 18px;
}

.feature-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.feature-item__icon {
    flex: 0 0 50px;
    height: 50px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 22px;
    color: #222;
}

.feature-item__icon--purple {
    background: rgba(125,93,255,0.1);
    color: #7d5dff
}

.feature-item__icon--yellow {
    background: rgba(249,229,11,0.15);
    color: #b59d00
}

.feature-item__icon--blue {
    background: rgba(0, 122, 255, 0.12) !important;
    color: #007aff !important;
}

.feature-item__icon--green {
    background: rgba(52, 199, 89, 0.15); /* verde suave */
    color: #34c759; /* verde iOS/WhatsApp vibe */
}

.feature-item__body h3 {
    margin: 0 0 4px 0;
    font-size: 17px;
    font-weight: 700
}

.feature-item__body p {
    margin: 0;
    color: #555;
    font-size: 15px;
    line-height: 1.45
}

.solution-saasland__media {
    text-align: center
}

@media (max-width: 900px) {
    .solution-saasland__grid {
        grid-template-columns: 1fr
    }

    .solution-saasland__media {
        order: -1;
        margin-bottom: 24px
    }
}

/* Testimonials */
.testimonials {
    background: var(--gray-50)
}

.testimonials__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 32px;
}

.testimonial-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 6px 16px rgba(0,0,0,.04);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card__content p {
    font-size: 15px;
    color: #444;
    margin: 0 0 18px 0;
    line-height: 1.55;
}

.testimonial-card__author {
    display: flex;
    gap: 12px;
    align-items: center;
}

    .testimonial-card__author img {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        object-fit: cover;
    }

    .testimonial-card__author strong {
        font-size: 15px;
        font-weight: 700;
        color: #111;
    }

    .testimonial-card__author div {
        font-size: 14px;
        color: #555;
        line-height: 1.35
    }

@media (max-width:1024px) {
    .testimonials__grid {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:680px) {
    .testimonials__grid {
        grid-template-columns: 1fr
    }
}

/* Testimonials • Saasland bubble */
.testimonials-bubble {
    background: #f8f8fb
}

.testimonials-bubble__grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 32px;
    align-items: center;
}


/* Coluna esquerda (alinhamento título, subtítulo e botões) */
.testi-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* garante alinhamento no mesmo eixo */
    max-width: 480px; /* largura uniforme */
}

    .testi-left .section__title,
    .testi-left .section__subtitle,
    .testi-controls {
        width: 100%; /* força alinhamento vertical */
    }

    .testi-left .section__subtitle {
        margin-top: 8px;
        margin-bottom: 20px;
    }




/* Botões Prev/Next — estilo Saasland com SVG */
.testi-controls {
    display: flex;
    gap: 12px;
    margin-top: 24px
}

.testi-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 1.5px solid #e4e6ef;
    background: #fff;
    color: #263238;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease, transform .06s ease, box-shadow .2s ease, color .2s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,.04);
}

    .testi-btn:hover {
        background: rgba(249,229,11,.15); /* leve tom amarelo no hover */
        border-color: rgba(0,0,0,.08);
        box-shadow: 0 8px 18px rgba(0,0,0,.06);
    }

    .testi-btn:active {
        transform: translateY(1px)
    }

    .testi-btn:focus-visible {
        outline: none;
        background: #F9E50B; /* fundo amarelo padrão */
        border-color: #F9E50B;
        color: #000; /* ícone escuro para contraste */
        box-shadow: 0 0 0 3px rgba(249,229,11,.5);
    }


/* direita (balão) */
.testi-right {
    display: flex;
    justify-content: center
}



.bubble {
    position: relative;
    display: flex; /* empilha conteúdo */
    flex-direction: column;
    justify-content: center; /* centra quote + autor verticalmente */
    width: min(100%, 740px); /* largura maior */
    min-height: 440px; /* garante espaço confortável */
    padding: 78px 54px 84px; /* espaçamento interno */
    color: #111;
    background: linear-gradient(135deg, #F9E50B 0%, #fffbea 100%);
    border-radius: 56% 44% 58% 42% / 60% 38% 62% 40%; /* blob orgânico */
    box-shadow: 0 16px 32px rgba(0,0,0,.05); /* sombra suave */
    isolation: isolate;
}

    .bubble::before { /* aspas decorativas */
        content: "“";
        position: absolute;
        inset: auto auto 14% 10%;
        font-size: 180px;
        line-height: 0;
        color: rgba(0,0,0,.04);
        z-index: 0;
        pointer-events: none;
        font-family: Georgia, serif;
    }

/* avatar fixo no topo */
.bubble__avatar {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 6px 16px rgba(0,0,0,.12);
    z-index: 2;
}

/* quote e autor centralizados */
.bubble__slide {
    display: none;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 1
}

    .bubble__slide.is-active {
        display: block
    }

.bubble__quote {
    margin: 0 0 22px 0;
    font-size: 19px;
    line-height: 1.75;
    color: #111;
    text-align: center;
}

.bubble__author {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #222;
    text-align: center;
}

    .bubble__author strong {
        font-weight: 800;
        font-size: 15px;
        color: #000
    }

/* responsivo */
@media (max-width:560px) {
    .bubble {
        min-height: 380px;
        padding: 54px 22px 62px;
        border-radius: 40% 60% 52% 48% / 55% 45% 55% 45%;
    }

    .bubble__quote {
        font-size: 16.5px
    }
}
/* Clientes */
#clientes.clients-grid-section {
    background: #fff;
}

#clientes .clients-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 32px;
}

#clientes .client-logo {
    min-height: 112px;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0,0,0,.04);
    display: flex;
    align-items: center;
    justify-content: center;
}

#clientes .client-logo img {
    max-width: 96px;
    max-height: 96px;
    object-fit: contain;
    filter: grayscale(100%) contrast(.95);
    opacity: .82;
    transition: filter .2s ease, opacity .2s ease, transform .15s ease;
}

#clientes .client-logo:hover img {
    filter: none;
    opacity: 1;
    transform: scale(1.04);
}

@media (max-width: 900px) {
    #clientes .clients-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    #clientes .clients-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    #clientes .client-logo {
        min-height: 96px;
        padding: 16px;
    }
	#clientes .client-logo img {
		width: 82px;
		height: 82px;
	}
   
}

/* Implicações (visual) */
.implications-visual {
    background: var(--gray-50)
}

.impvis {
    position: relative;
    max-width: 1200px;
    margin: 24px auto 0 auto;
    aspect-ratio: 1 / 1; /* garante formato quadrado no desktop */
}

.impvis__center {
    position: absolute;
    inset: 8% 8%; /* centralizada com respiro */
    display: block;
}

    .impvis__center img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }

/* linhas conectoras circulares (anéis) */
.impvis::before, .impvis::after {
    content: "";
    position: absolute;
    inset: 6%;
    border: 2px dashed rgba(0,0,0,.08);
    border-radius: 50%;
}

.impvis::after {
    inset: 14%;
    border-style: solid;
    border-color: rgba(0,0,0,.06)
}

/* bolhas amarelas */
.impvis__badge {
    position: absolute;
    width: 240px;
    max-width: 42%;
    background: #fff;
    border-radius: 16px;
    padding: 14px 16px;
    box-shadow: 0 10px 24px rgba(0,0,0,.06);
    border: 1px solid #eee;
}

.badge__icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--brand-yellow);
    color: #000;
    font-size: 22px;
    margin-bottom: 8px;
    box-shadow: 0 6px 14px rgba(0,0,0,.08);
}

.impvis__badge h3 {
    margin: 0 0 6px 0;
    font-size: 16px;
    font-weight: 800;
    color: #111
}

.impvis__badge p {
    margin: 0;
    color: #4d4d4d;
    font-size: 14px;
    line-height: 1.45
}

/* posições das 4 bolhas (desktop) */
.impvis__badge--tl {
    top: 2%;
    left: -2%
}

.impvis__badge--tr {
    top: 2%;
    right: -2%
}

.impvis__badge--br {
    bottom: 2%;
    right: -2%
}

.impvis__badge--bl {
    bottom: 2%;
    left: -2%
}

/* responsivo */
@media (max-width: 1024px) {
    .impvis {
        max-width: 860px
    }

    .impvis__badge {
        width: 220px
    }
}

@media (max-width: 900px) {
    /* troca para layout em coluna no mobile */
    .impvis {
        aspect-ratio: auto;
        max-width: 700px
    }

    .impvis__center {
        position: relative;
        inset: auto;
        width: 100%;
        margin: 0 auto 16px
    }

    .impvis::before, .impvis::after {
        display: none
    }

    .impvis__badge {
        position: relative;
        width: 100%;
        max-width: none;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin: 10px 0;
        display: grid;
        grid-template-columns: 56px 1fr;
        gap: 12px;
        align-items: center;
    }

    .badge__icon {
        margin: 0
    }
}

/* ===== Implicações • círculos ===== */
.implications-circles {
    background: var(--gray-50)
}
/* Área de composição: mantém tudo numa “prancheta” quadrada */
.imp-canvas {
    position: relative;
    max-width: 980px;
    margin: 28px auto 0 auto;
    aspect-ratio: 1 / 1; /* quadrado no desktop */
    isolation: isolate; /* z-index independente */
}

/* Imagem central, centrada e redimensionável */
.imp-center {
    position: absolute;
    inset: 14% 14%;
    display: grid;
    place-items: center;
    z-index: 1;
}

    .imp-center img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }

/* Círculos com conteúdo */
.imp-circle {
    position: absolute;
    z-index: 2;
    width: 230px;
    height: 230px; /* mantém círculo */
    border-radius: 50%;
    background: #F9E50B; /* amarelo padrão */
    color: #000;
    box-shadow: 0 12px 28px rgba(0,0,0,.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 18px;
    border: 1px solid rgba(0,0,0,.06);
}

    .imp-circle .imp-icon {
        width: 54px;
        height: 54px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: #fff;
        color: #000;
        font-size: 22px;
        font-weight: 700;
        box-shadow: 0 6px 14px rgba(0,0,0,.1);
        margin-bottom: 10px;
    }

    .imp-circle h3 {
        margin: 0 0 6px 0;
        font-size: 16px;
        font-weight: 800;
        line-height: 1.2;
    }

    .imp-circle p {
        margin: 0;
        font-size: 14px;
        line-height: 1.35;
        color: #111;
    }

/* Posicionamento dos quatro círculos (desktop) */
.imp-circle--tl {
    top: 1%;
    left: -3%;
}

.imp-circle--tr {
    top: 1%;
    right: -3%;
}

.imp-circle--br {
    bottom: 1%;
    right: -3%;
}

.imp-circle--bl {
    bottom: 1%;
    left: -3%;
}

/* Anéis decorativos (opcional: parecem conexões) */
.imp-canvas::before, .imp-canvas::after {
    content: "";
    position: absolute;
    inset: 7%;
    border: 2px dashed rgba(0,0,0,.08);
    border-radius: 50%;
    z-index: 0;
}

.imp-canvas::after {
    inset: 15%;
    border-style: solid;
    border-color: rgba(0,0,0,.05)
}

/* Responsivo */
@media (max-width: 1100px) {
    .imp-circle {
        width: 210px;
        height: 210px;
        padding: 16px
    }
}

@media (max-width: 900px) {
    /* Empilha tudo no mobile para leitura perfeita */
    .imp-canvas {
        aspect-ratio: auto;
        max-width: 720px
    }

    .imp-center {
        position: relative;
        inset: auto;
        width: 100%;
        margin: 0 auto 16px
    }

    .imp-canvas::before, .imp-canvas::after {
        display: none
    }

    .imp-circle {
        position: relative;
        width: 100%;
        height: auto;
        border-radius: 16px;
        padding: 16px;
        margin: 10px 0;
        text-align: left;
        display: grid;
        grid-template-columns: 56px 1fr;
        gap: 12px;
        align-items: center;
    }

        .imp-circle .imp-icon {
            margin: 0
        }

        .imp-circle h3 {
            font-size: 16px;
            margin: 0
        }

        .imp-circle p {
            font-size: 14px
        }
}

@media (max-width: 480px) {
    .imp-circle {
        grid-template-columns: 50px 1fr
    }

        .imp-circle .imp-icon {
            width: 50px;
            height: 50px;
            font-size: 20px
        }
}

.imp-icon svg {
    width: 26px;
    height: 26px;
    display: block;
}

/* ===== Implicações • círculos ao redor da imagem central (escopo isolado) ===== */
.implications-circles {
    background: var(--gray-50)
}

    .implications-circles .imp-canvas {
        position: relative;
        max-width: 980px;
        margin: 28px auto 0 auto;
        aspect-ratio: 1 / 1; /* quadrado no desktop */
        isolation: isolate;
    }

    /* Imagem central */
    .implications-circles .imp-center {
        position: absolute;
        inset: 14% 14%;
        display: grid;
        place-items: center;
        z-index: 1;
    }

        .implications-circles .imp-center img {
            width: 100%;
            height: 100%;
            object-fit: contain
        }

    /* Círculos amarelos com conteúdo */
    .implications-circles .imp-circle {
        position: absolute;
        z-index: 2;
        width: 230px;
        height: 230px;
        border-radius: 50%;
        background: var(--brand-yellow); /* #F9E50B */
        color: #000;
        box-shadow: 0 12px 28px rgba(0,0,0,.08);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 18px;
        border: 1px solid rgba(0,0,0,.06);
    }

        .implications-circles .imp-circle .imp-icon {
            background: transparent; /* remove o círculo branco interno */
            border-radius: 0;
            width: auto;
            height: auto;
            box-shadow: none;
            margin-bottom: 10px;
            display: grid;
            place-items: center;
        }

            .implications-circles .imp-circle .imp-icon svg {
                width: 28px;
                height: 28px;
                display: block;
                stroke: #000;
            }

        .implications-circles .imp-circle h3 {
            margin: 0 0 6px 0;
            font-size: 16px;
            font-weight: 800;
            line-height: 1.2;
        }

        .implications-circles .imp-circle p {
            margin: 0;
            font-size: 14px;
            line-height: 1.35;
            color: #111;
        }

    /* Posicionamento dos quatro círculos (desktop) */
    .implications-circles .imp-circle--tl {
        top: 1%;
        left: -3%;
    }

    .implications-circles .imp-circle--tr {
        top: 1%;
        right: -3%;
    }

    .implications-circles .imp-circle--br {
        bottom: 1%;
        right: -3%;
    }

    .implications-circles .imp-circle--bl {
        bottom: 1%;
        left: -3%;
    }

    /* Anéis decorativos opcionais (conexões leves) */
    .implications-circles .imp-canvas::before,
    .implications-circles .imp-canvas::after {
        content: "";
        position: absolute;
        inset: 7%;
        border: 2px dashed rgba(0,0,0,.08);
        border-radius: 50%;
        z-index: 0;
    }

    .implications-circles .imp-canvas::after {
        inset: 15%;
        border-style: solid;
        border-color: rgba(0,0,0,.05)
    }

/* Responsivo */
@media (max-width: 1100px) {
    .implications-circles .imp-circle {
        width: 210px;
        height: 210px;
        padding: 16px
    }
}

@media (max-width: 900px) {
    .implications-circles .imp-canvas {
        aspect-ratio: auto;
        max-width: 720px
    }

    .implications-circles .imp-center {
        position: relative;
        inset: auto;
        width: 100%;
        margin: 0 auto 16px
    }

    .implications-circles .imp-canvas::before,
    .implications-circles .imp-canvas::after {
        display: none
    }

    /* os círculos viram cards empilhados para legibilidade */
    .implications-circles .imp-circle {
        position: relative;
        width: 100%;
        height: auto;
        border-radius: 16px;
        padding: 16px;
        margin: 10px 0;
        text-align: left;
        display: grid;
        grid-template-columns: 56px 1fr;
        gap: 12px;
        align-items: center;
    }

        .implications-circles .imp-circle .imp-icon {
            margin: 0
        }

        .implications-circles .imp-circle h3 {
            font-size: 16px;
            margin: 0
        }

        .implications-circles .imp-circle p {
            font-size: 14px
        }
}

@media (max-width: 480px) {
    .implications-circles .imp-circle {
        grid-template-columns: 50px 1fr
    }

        .implications-circles .imp-circle .imp-icon svg {
            width: 24px;
            height: 24px
        }
}

/* ===== Base / Tokens ===== */
:root {
    --imp-bg: #fff;
    --imp-fg: #111;
    --imp-muted: #666;
    --imp-accent: #FFD700; /* amarelo */
    --imp-card-bg: #fff;
    --imp-card-border: #eee;
}

.imp {
    padding: 48px 16px;
    background: var(--imp-bg);
    color: var(--imp-fg);
}

.imp-container {
    max-width: 1200px;
    margin: 0 auto;
}

.imp-hero {
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
}

.imp-hero__img {
    width: 180px;
    max-width: 40vw;
    height: auto;
    display: block
}

/* Cards */
.imp-cards {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
}

.imp-card {
    background: var(--imp-card-bg);
    border: 1px solid var(--imp-card-border);
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

.imp-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 3px solid var(--imp-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 18px;
    color: var(--imp-fg);
}

.imp-card__title {
    font-size: 16px;
    margin: 0 0 6px 0;
    font-weight: 700;
}

.imp-card__text {
    margin: 0;
    color: var(--imp-muted);
    font-size: 14px;
    line-height: 1.4
}

/* Responsivo */
@media (max-width: 992px) {
    .imp-cards {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width: 576px) {
    .imp-cards {
        grid-template-columns: 1fr;
    }

    .imp-hero__img {
        width: 140px;
    }
}

.imp-split {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 32px;
    align-items: center;
}

.imp-split__left {
    display: flex;
    justify-content: center
}

.imp-hero__img {
    width: 220px;
    max-width: 45vw;
    height: auto;
    display: block
}

.imp-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
}

.imp-item {
    display: flex;
    gap: 12px;
    padding: 16px;
    border: 1px solid #eee;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,.05);
}

.imp-item__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 3px solid var(--imp-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--imp-fg);
    flex: 0 0 42px;
}

.imp-item__title {
    margin: 0 0 4px 0;
    font-size: 16px;
    font-weight: 700
}

.imp-item__text {
    margin: 0;
    color: var(--imp-muted);
    font-size: 14px;
    line-height: 1.45
}

@media (max-width: 992px) {
    .imp-split {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .imp-hero__img {
        width: 180px
    }
}

@media (max-width: 576px) {
    .imp-grid {
        grid-template-columns: 1fr;
    }
}

.imp-split--balanced {
    grid-template-columns: 1fr 1fr;
}

.imp-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
}

.imp-list__item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px 0;
    border-bottom: 1px dashed #e7e7e7;
}

    .imp-list__item:last-child {
        border-bottom: none
    }

.imp-bullet {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 3px solid var(--imp-accent);
    flex: 0 0 14px;
    margin-top: 4px;
}

.imp-list__title {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 700
}

.imp-list__text {
    margin: 0;
    color: var(--imp-muted);
    font-size: 14px;
    line-height: 1.45
}

@media (max-width: 992px) {
    .imp-split--balanced {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .imp-hero__img {
        width: 180px
    }
}

/* fundo cinza só nesta seção */
#implicacoes.section--gray {
    background: #f5f6f8;
}

/* Imagem central (maior) */
#implicacoes .imp-hero {
    display: flex;
    justify-content: center;
    margin: 24px 0;
}

#implicacoes .imp-hero__img {
    width: 440px;
    max-width: 80vw;
    height: auto;
    display: block;
}

/* Grid dos cards: 4 → 2 → 1 */
#implicacoes .imp-cards {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4,1fr);
    margin-top: 8px;
}

#implicacoes .imp-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 6px 18px rgba(0,0,0,.05);
}















#implicacoes .imp-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 3px solid #FFD700; /* círculo amarelo */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 18px;
    color: #111;
}

#implicacoes .imp-card__title {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 700;
}

#implicacoes .imp-card__text {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.45;
}

/* Responsivo */
@media (max-width:992px) {
    #implicacoes .imp-cards {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width:576px) {
    #implicacoes .imp-cards {
        grid-template-columns: 1fr;
    }

    #implicacoes .imp-hero__img {
        width: 360px;
    }
}


/* Fundo cinza da seção */
#implicacoes.section--gray {
    background: #f5f6f8;
}

/* Split: imagem à esquerda, grade à direita */
#implicacoes .imp-split {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 32px;
    align-items: center;
    margin-top: 16px;
}

#implicacoes .imp-split__left {
    display: flex;
    justify-content: center;
}

/* Imagem maior (responsiva) */
#implicacoes .imp-hero__img {
    width: 440px;
    max-width: 45vw;
    height: auto;
    display: block;
}

/* Grade 2x2 (4 → 2 → 1) */
#implicacoes .imp-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
}

#implicacoes .imp-item {
    display: flex;
    gap: 12px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 6px 18px rgba(0,0,0,.05);
}

#implicacoes .imp-item__icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 50%;
    border: 3px solid #FFD700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #111;
}

#implicacoes .imp-item__title {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 700;
}

#implicacoes .imp-item__text {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.45;
}

/* Responsivo */
@media (max-width:992px) {
    #implicacoes .imp-split {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    #implicacoes .imp-hero__img {
        width: 360px;
        max-width: 80vw;
    }
}

@media (max-width:576px) {
    #implicacoes .imp-grid {
        grid-template-columns: 1fr;
    }
}

/* Fundo cinza desta seção */
#implicacoes.section--gray {
    background: #f5f6f8;
}

/* Split balanceado 1:1 */
#implicacoes .imp-split.imp-split--balanced {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
    margin-top: 16px;
}

#implicacoes .imp-split__left {
    display: flex;
    justify-content: center;
}

/* Imagem maior (responsiva) */
#implicacoes .imp-hero__img {
    width: 440px; /* ~dobro */
    max-width: 55vw;
    height: auto;
    display: block;
}

/* Lista limpa com bullets */
#implicacoes .imp-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
}

#implicacoes .imp-list__item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px 0;
    border-bottom: 1px dashed #e6e6e6;
}

    #implicacoes .imp-list__item:last-child {
        border-bottom: none;
    }

#implicacoes .imp-bullet {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    border-radius: 50%;
    border: 3px solid #FFD700; /* amarelo */
    margin-top: 4px;
}

#implicacoes .imp-list__title {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 700;
}

#implicacoes .imp-list__text {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.45;
}

/* Responsivo */
@media (max-width: 992px) {
    #implicacoes .imp-split.imp-split--balanced {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    #implicacoes .imp-hero__img {
        width: 360px;
        max-width: 80vw;
    }
}




/* Fundo cinza (ajuste/retire se preferir branco) */
#contato.section--gray {
    background: #f5f6f8;
}

/* Presets de cor dos ícones dentro do círculo */
#contato.icons-black {
    --contact-icon-color: #111;
}

#contato.icons-yellow {
    --contact-icon-color: #FFD700;
}

/* Grid */
#contato .contacts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 16px;
}

/* Card */
#contato .contact-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 6px 18px rgba(0,0,0,.05);
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

/* Círculo + ícone dentro */
#contato .contact-card__icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 50%;
    border: 3px solid #FFD700; /* anel amarelo */
    display: flex;
    align-items: center;
    justify-content: center;
}

    #contato .contact-card__icon i {
        font-size: 20px;
        color: var(--contact-icon-color, #111); /* PRETO por padrão */
        line-height: 1;
        display: inline-block;
    }

/* Conteúdo */
#contato .contact-card__body {
    display: grid;
    gap: 6px;
}

#contato .contact-card__title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}

#contato .contact-card__text {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.45;
}

/* Hover sutil no card */
#contato .contact-card:hover {
    box-shadow: 0 10px 24px rgba(0,0,0,.08);
    transform: translateY(-1px);
    transition: box-shadow .2s ease, transform .2s ease;
}

/* Responsivo */
@media (max-width: 992px) {
    #contato .contacts-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    #contato .contacts-grid {
        grid-template-columns: 1fr;
    }
}


/* baixar.html */

/* Fundo cinza desta página/seção */
#baixar.section--gray {
    background: #f5f6f8;
}

/* Grid principal: lojas + QR */
#baixar .download__content {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 32px;
    align-items: start;
    margin-top: 16px;
}

/* Coluna das lojas */
#baixar .download__stores {
    display: grid;
    gap: 14px;
    align-content: start;
}

#baixar .store-btn img {
    display: block;
    height: auto;
    filter: none; /* mantenha as badges oficiais */
}

/* Botão de detecção (opcional) */
#baixar .detect-btn {
    width: max-content;
}

/* Observação */
#baixar .download__hint {
    margin: 6px 0 0;
    font-size: 14px;
    color: #666;
}

/* Cartão do QR */
#baixar .download__qr {
    display: flex;
    justify-content: center;
}

#baixar .qr-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 6px 18px rgba(0,0,0,.05);
    text-align: center;
}

#baixar .qr-card__img {
    display: block;
    margin: 0 auto 8px;
    width: 180px;
    height: 180px;
}

#baixar .qr-card__text {
    margin: 0;
    font-size: 14px;
    color: #666;
}

/* Responsivo */
@media (max-width: 992px) {
    #baixar .download__content {
        grid-template-columns: 1fr;
    }

    #baixar .qr-card__img {
        width: 160px;
        height: 160px;
    }
}


.store-buttons img {
    height: 40px;
    margin-right: 10px;
}

/* =========================================================
   FIX MOBILE - SEÇÃO SOLUÇÃO
   Colar no FINAL do style.css
   ========================================================= */

@media (max-width: 900px) {
    #solucao {
        text-align: center;
    }

    #solucao > .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #solucao .section__head {
        width: 100%;
        max-width: 800px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    #solucao .solution-saasland__grid {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    #solucao .solution-saasland__media {
        order: -1;
        width: 100%;
        max-width: 560px;
        margin: 0 auto 24px auto;
        text-align: center;
    }

    #solucao .solution-saasland__media picture {
        display: block;
        width: 100%;
        text-align: center;
    }

    #solucao .solution-saasland__media img {
        display: block;
        width: 100%;
        max-width: 420px;
        height: auto;
        margin: 0 auto;
    }

    #solucao .solution-saasland__features {
        width: 100%;
        max-width: 560px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #solucao .feature-item {
        width: 100%;
        max-width: 520px;
        display: flex;
        justify-content: flex-start;
        text-align: left;
    }

    #solucao .solution__cta {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 560px) {
    #solucao .solution-saasland__media img {
        max-width: 320px;
    }

    #solucao .feature-item {
        max-width: 100%;
    }

    #solucao .solution__cta {
        flex-direction: column;
        align-items: center;
    }

    #solucao .solution__cta .btn {
        width: 100%;
        max-width: 320px;
    }
}

/* =========================================================
   FIX - imagens dentro do hero não podem estourar no mobile
   ========================================================= */
.hero__media picture,
.hero__media img {
    display: block;
    max-width: 100%;
}

.hero__media img {
    width: 100%;
    height: auto;
    object-fit: contain;
}


/* =========================================================
   MOBILE - HERO
   Corrige margem lateral e centralização do conteúdo
   ========================================================= */

@media (max-width: 768px) {
    .hero__copy {
        width: 100%;
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .hero__subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .hero__proof {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .hero__wrap {
        padding: 44px 16px;
    }
}

@media (max-width: 360px) {
    .hero__wrap {
        padding: 38px 14px;
    }
}


/* =========================================================
   MOBILE - CONTATO
   Impede cards/botões de estourarem lateralmente
   ========================================================= */
@media (max-width: 576px) {
    #contato .container,
    #contato .contacts-grid,
    #contato .contact-card,
    #contato .contact-card__body {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    #contato .contacts-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    #contato .contact-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        overflow: hidden;
    }

    #contato .contact-card__body {
        display: grid;
        justify-items: center;
    }

    #contato .contact-card .btn {
        width: 100%;
        max-width: 320px;
        min-width: 0;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
        text-align: center;
    }
}


/* =========================================================
   DEPOIMENTOS - card único centralizado
   Substitui visual antigo de bolha
   ========================================================= */

.testimonials-clean {
    background: #f8f8fb;
}

.testimonial-carousel {
    max-width: 860px;
    margin: 32px auto 0 auto;
    position: relative;
}

.testimonial-clean-card {
    display: none;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 18px;
    padding: 34px;
    box-shadow: 0 10px 28px rgba(0,0,0,.06);
}

.testimonial-clean-card.is-active {
    display: block;
}

.testimonial-clean-card__author {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.testimonial-clean-card__author img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 64px;
    border: 3px solid #fff;
    box-shadow: 0 6px 14px rgba(0,0,0,.12);
}

.testimonial-clean-card__author strong {
    display: block;
    font-size: 16px;
    font-weight: 800;
    color: #111;
    margin-bottom: 3px;
}

.testimonial-clean-card__author span {
    display: block;
    font-size: 14px;
    color: #555;
    line-height: 1.35;
}

.testimonial-clean-card__quote {
    margin: 0;
    color: #333;
    font-size: 17px;
    line-height: 1.75;
    text-align: left;
}

.testimonial-clean-controls {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

/* reaproveita .testi-btn existente, mas garante consistência */
.testimonials-clean .testi-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 1.5px solid #e4e6ef;
    background: #fff;
    color: #263238;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,.04);
}

.testimonials-clean .testi-btn:hover {
    background: rgba(249,229,11,.15);
    border-color: rgba(0,0,0,.08);
}

.testimonials-clean .testi-btn:focus-visible {
    outline: none;
    background: #F9E50B;
    border-color: #F9E50B;
    color: #000;
    box-shadow: 0 0 0 3px rgba(249,229,11,.5);
}

/* Mobile */
@media (max-width: 680px) {
    .testimonial-carousel {
        margin-top: 24px;
    }

    .testimonial-clean-card {
        padding: 22px;
        border-radius: 14px;
    }

    .testimonial-clean-card__author {
        align-items: center;
        margin-bottom: 18px;
    }

    .testimonial-clean-card__author img {
        width: 56px;
        height: 56px;
        flex-basis: 56px;
    }

    .testimonial-clean-card__quote {
        font-size: 15px;
        line-height: 1.65;
    }
}

@media (max-width: 420px) {
    .testimonial-clean-card {
        padding: 18px;
    }

    .testimonial-clean-card__author {
        flex-direction: column;
        text-align: center;
    }

    .testimonial-clean-card__quote {
        text-align: center;
    }
}

/* =========================================================
   SAFARI IOS - FORÇAR TEMA CLARO
   ========================================================= */

html {
    background: #ffffff;
    color-scheme: light;
}

body {
    background: #ffffff;
    color: #000000;
}

/* Header */
.header {
    background: #ffffff !important;
}

/* Menu */
.nav__links a {
    color: rgba(0,0,0,.72) !important;
}

/* Hamburguer */
.hamb span {
    background: rgba(0,0,0,.72) !important;
}

/* Logo */
.brand {
    background: #ffffff;
    border-radius: 12px;
    padding: 4px;
}

/* Mantém amarelo original */
.btn--primary,
.highlight {
    background: #F9E50B !important;
    color: #000000 !important;
}

/* =========================================================
   CONTATO - FORMULÁRIO FALE CONOSCO
   ========================================================= */

#contato .contact-layout {
    display: grid;
    grid-template-columns: 1.35fr .85fr;
    gap: 24px;
    align-items: start;
    margin-top: 28px;
}

#contato .contact-form {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 6px 18px rgba(0,0,0,.05);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

#contato .form-row {
    display: grid;
    gap: 8px;
}

#contato .form-row--full {
    grid-column: 1 / -1;
}

#contato .form-row label {
    font-size: 14px;
    font-weight: 700;
    color: #111;
}

#contato .form-row input,
#contato .form-row textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 13px 14px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    color: #111;
    background: #fff;
    outline: none;
}

#contato .form-row input:focus,
#contato .form-row textarea:focus {
    border-color: #F9E50B;
    box-shadow: 0 0 0 3px rgba(249,229,11,.25);
}

#contato .form-row textarea {
    resize: vertical;
}

#contato .form-actions {
    display: flex;
    justify-content: flex-start;
}

#contato .contact-side {
    display: grid;
    gap: 16px;
}

@media (max-width: 900px) {
    #contato .contact-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    #contato .contact-form {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    #contato .form-actions .btn {
        width: 100%;
    }
}

/* =========================================================
   APP - CONHECER O APLICATIVO
   ========================================================= */

#app.app-section {
    background: var(--gray-50);
}

#app .app-layout {
    width: 100%;
    max-width: none;
    margin: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 22px;
    padding: 42px;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    display: grid;
grid-template-columns: 1fr 560px;
	gap: 32px;
    align-items: center;
}

#app .app-copy .section__title {
    margin-top: 6px;
}

#app .app-copy .section__subtitle {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}

#app .app-features {
    list-style: none;
    padding: 0;
    margin: 24px 0;
    display: grid;
    gap: 10px;
}

#app .app-features li {
    position: relative;
    padding-left: 30px;
    color: #333;
    font-size: 15px;
}

#app .app-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    width: 21px;
    height: 21px;
    border-radius: 999px;
    background: #F9E50B;
    color: #000;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 800;
}

#app .app-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

#app .app-card {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 360px;
}

#app .app-card img {
    display: block;
    width: 100%;
    max-width: 560px;
    height: auto;
    object-fit: contain;
    margin-left: auto;
    margin-right: 0;
    border: none !important;
    box-shadow: none !important;
    border-radius: 18px;
}


#app .app-card__phone {
    width: 100%;
}

#app .app-card__screen {
    display: grid;
    gap: 14px;
}

#app .app-card__logo {
    display: inline-flex;
    width: fit-content;
    background: #F9E50B;
    color: #000;
    padding: 8px 14px;
    border-radius: 999px;
    font-weight: 800;
}

#app .app-card__screen strong {
    color: #fff;
    font-size: 30px;
    line-height: 1.15;
}

#app .app-card__screen p {
    color: rgba(255,255,255,.76);
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
}

@media (max-width: 900px) {
    #app .app-layout {
        grid-template-columns: 1fr;
        padding: 30px;
    }

    #app .app-card {
        min-height: auto;
    }
}

@media (max-width: 576px) {
    #app .app-layout {
        padding: 22px;
        border-radius: 18px;
    }

    #app .app-buttons .btn {
        width: 100%;
    }

    #app .app-card {
        padding: 22px;
    }

    #app .app-card__screen strong {
        font-size: 24px;
    }
}

/* =========================================================
   CONTATO - AJUSTES DOS CARDS LATERAIS
   ========================================================= */

#contato .contact-side {
    height: 100%;
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 22px;
}

#contato .contact-side .contact-card {
    height: 100%;
    align-items: flex-start;
}

#contato .contact-side .contact-card__body {
    width: 100%;
}

#contato .contact-side .contact-card .btn {
    width: 100%;
}

/* Botão do Instagram preenchido em amarelo */
#contato .contact-side .contact-card .btn--ghost {
    background: #F9E50B;
    border-color: #F9E50B;
    color: #000;
}

/* CONTATO - ALINHAMENTO INTERNO DOS CARDS LATERAIS */
#contato .contact-side .contact-card {
    display: grid;
    grid-template-columns: 88px 1fr;
    align-items: start;
    gap: 18px;
}

#contato .contact-side .contact-card__body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

#contato .contact-side .contact-card__title {
    margin-top: 0;
}

#contato .contact-side .contact-card .btn {
    margin-top: 14px;
}

	