/* Vindo Parceiros — página comercial para casas de festas e cerimonialistas.
   Mesma linguagem do one-page do piloto: fundo claro, título forte, grifo amarelo, telas reais. */

:root {
    --ground: #FFFFFF;
    --ground-2: #F4F5F7;
    --ink: #111317;
    --ink-2: #3B404B;
    --muted: #5E6470;
    --line: #E4E6EA;
    --yellow: #FEC026;
    --yellow-soft: #FFF4CF;
    --green: #2F9E5B;
    --green-soft: #E3F3E9;
    --wa: #25D366;
    --radius: 16px;
    --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font);
    font-size: 17px;
    line-height: 1.6;
    color: var(--ink);
    background: var(--ground);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
}

h1,
h2,
h3 {
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-wrap: balance;
}

h1 {
    font-size: clamp(2.1rem, 5.2vw, 3.3rem);
    font-weight: 800;
}

h2 {
    font-size: clamp(1.6rem, 3.4vw, 2.2rem);
    font-weight: 800;
}

h3 {
    font-size: 1.1rem;
    font-weight: 700;
}

p {
    text-wrap: pretty;
}

.wrap {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
}

.eyebrow {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 14px;
}

.nowrap {
    white-space: nowrap;
}

.marker {
    background: linear-gradient(transparent 60%, var(--yellow) 60%, var(--yellow) 92%, transparent 92%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 0 2px;
}

/* ----- Botões ----- */

.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 26px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn:focus-visible,
.link-arrow:focus-visible,
summary:focus-visible {
    outline: 3px solid var(--yellow);
    outline-offset: 3px;
}

.btn-primary,
.btn-dark {
    background: var(--ink);
    color: #fff;
    box-shadow: 0 6px 18px rgba(17, 19, 23, 0.18);
}

.btn-primary .fa-whatsapp,
.btn-dark .fa-whatsapp,
.btn-ghost .fa-whatsapp {
    color: var(--wa);
    font-size: 1.25em;
}

.btn-ghost {
    padding: 9px 18px;
    border: 1.5px solid var(--line);
    font-size: 0.92rem;
    background: var(--ground);
}

.link-arrow {
    font-weight: 600;
    text-decoration: none;
    color: var(--ink-2);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.link-arrow:hover {
    color: var(--ink);
}

/* ----- Topo ----- */

.top {
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: saturate(1.4) blur(8px);
    -webkit-backdrop-filter: saturate(1.4) blur(8px);
    border-bottom: 1px solid var(--line);
}

.top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    height: 68px;
}

.top-logo img {
    height: 38px;
    width: auto;
}

/* ----- Hero ----- */

.hero {
    padding: 56px 0 64px;
    border-bottom: 4px solid var(--yellow);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
}

.channels {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

.channels li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 15px;
    border-radius: 999px;
    background: var(--ink);
    color: #fff;
    font-weight: 600;
    font-size: 0.92rem;
}

.channels i {
    color: var(--yellow);
}

.lead {
    font-size: 1.1rem;
    color: var(--ink-2);
    margin: 22px 0 30px;
    max-width: 38em;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 26px;
}

.price-hint {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 26px;
    padding: 8px 16px;
    border-radius: 14px;
    background: var(--yellow-soft);
    font-weight: 600;
    font-size: 0.95rem;
}

.price-hint i {
    color: #B98400;
}

.hero-visual {
    position: relative;
    min-height: 520px;
}

.shot {
    position: absolute;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: 0 24px 48px rgba(17, 19, 23, 0.16);
    background: var(--ground);
}

.shot-web {
    right: 0;
    top: 0;
    width: 70%;
}

.shot-wa {
    left: 0;
    bottom: 0;
    width: 46%;
    background: #0B141A;
}

.toast {
    position: absolute;
    left: 18%;
    top: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 12px;
    background: var(--ground);
    border: 1px solid var(--line);
    box-shadow: 0 12px 28px rgba(17, 19, 23, 0.14);
    font-size: 0.88rem;
    white-space: nowrap;
}

.toast-dot,
.live-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 4px var(--green-soft);
    flex: none;
}

/* ----- Dores ----- */

.pains {
    padding: 72px 0;
}

.pains h2 {
    max-width: 18em;
    margin-bottom: 36px;
}

.pain-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.pain {
    padding: 26px;
    border-radius: var(--radius);
    background: var(--ground-2);
}

.pain i {
    font-size: 1.3rem;
    color: var(--ink-2);
    margin-bottom: 14px;
}

.pain p {
    color: var(--muted);
    margin-top: 8px;
}

/* ----- Como funciona ----- */

.how {
    padding: 80px 0;
    background: var(--ground-2);
}

.how-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.steps {
    list-style: none;
    counter-reset: step;
    display: grid;
    gap: 22px;
    margin-top: 32px;
}

.steps li {
    counter-increment: step;
    display: grid;
    grid-template-columns: 44px 1fr;
    column-gap: 16px;
}

.steps li::before {
    content: counter(step);
    grid-row: span 2;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--yellow);
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 1.1rem;
}

.steps p {
    color: var(--muted);
    margin-top: 4px;
}

/* Painel de exemplo */

.board {
    background: var(--ground);
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 18px;
    box-shadow: 0 18px 40px rgba(17, 19, 23, 0.08);
    min-width: 0;
}

.board-head {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 5px 12px 5px 10px;
    border-radius: 999px;
    border: 1px solid var(--line);
}

.live-dot {
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 3px var(--green-soft);
}

.board-title {
    font-weight: 700;
    font-size: 0.95rem;
}

.board-cols {
    display: grid;
    grid-template-columns: repeat(4, minmax(112px, 1fr));
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.col {
    background: var(--ground-2);
    border-radius: 12px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.col-name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ink-2);
}

.col-name b {
    font-variant-numeric: tabular-nums;
    background: var(--ink);
    color: #fff;
    border-radius: 999px;
    padding: 1px 8px;
    font-size: 0.72rem;
    letter-spacing: 0;
}

.col-ok {
    background: var(--green-soft);
}

.col-ok .col-name b {
    background: var(--green);
}

.card {
    background: var(--yellow-soft);
    border: 1px solid #F4DC8E;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.3;
}

.col-ok .card {
    background: var(--ground);
    border-color: #BFE3CD;
}

.card small {
    display: block;
    font-weight: 400;
    font-size: 0.74rem;
    color: var(--muted);
    margin-top: 2px;
}

.board figcaption {
    font-size: 0.8rem;
    color: var(--muted);
    margin-top: 12px;
}

/* ----- Para quem ----- */

.audience {
    padding: 80px 0;
}

.audience h2 {
    margin-bottom: 32px;
}

.aud-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.aud {
    border: 1.5px solid var(--line);
    border-radius: var(--radius);
    padding: 28px;
}

.aud-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    font-size: 1.15rem;
    margin-bottom: 16px;
}

.aud-tag i {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: var(--yellow);
    display: grid;
    place-items: center;
    font-size: 1rem;
}

.aud ul {
    list-style: none;
    display: grid;
    gap: 10px;
}

.aud li {
    position: relative;
    padding-left: 30px;
    color: var(--ink-2);
}

.aud li::before {
    content: "\f00c";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 1px;
    color: var(--green);
}

/* ----- Programa ----- */

.program {
    padding: 80px 0;
    background: var(--ink);
    color: #fff;
}

.program .eyebrow {
    color: var(--yellow);
}

.program h2 {
    max-width: 20em;
}

.flow {
    list-style: none;
    counter-reset: flow;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 40px 0 48px;
}

.flow li {
    counter-increment: flow;
    padding-top: 18px;
    border-top: 2px solid rgba(255, 255, 255, 0.18);
}

.flow li::before {
    content: counter(flow);
    display: block;
    font-weight: 800;
    font-size: 0.9rem;
    color: var(--yellow);
    margin-bottom: 8px;
}

.flow p {
    color: #C4C8D0;
    margin-top: 6px;
}

.perks {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: 16px;
}

.perk {
    padding: 22px;
    border-radius: var(--radius);
    background: #1C1F26;
}

.perk h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    margin-bottom: 8px;
}

.perk h3 i {
    color: var(--yellow);
}

.perk p {
    color: #C4C8D0;
    font-size: 0.95rem;
}

.perk-strong {
    background: var(--yellow);
    color: var(--ink);
}

.perk-strong p {
    color: var(--ink-2);
}

.perk .perk-big {
    font-weight: 800;
    font-size: 1.45rem;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
    color: var(--ink);
}

/* ----- Selo de parceiro oficial ----- */

.official {
    padding: 88px 0;
    background: var(--ground-2);
}

.official-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 56px;
    align-items: center;
}

.seal-wrap {
    display: grid;
    place-items: center;
    padding: 12px;
    background: radial-gradient(closest-side, var(--yellow-soft), transparent);
}

.seal {
    width: min(340px, 100%);
    filter: drop-shadow(0 18px 30px rgba(17, 19, 23, 0.18));
    transform: rotate(-6deg);
    transition: transform 0.4s ease;
}

.seal-wrap:hover .seal {
    transform: rotate(0deg) scale(1.03);
}

.official h2 {
    max-width: 16em;
}

.official-lead {
    color: var(--ink-2);
    margin: 18px 0 24px;
    max-width: 36em;
}

.uses {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.uses li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px;
    border-radius: 12px;
    background: var(--ground);
    border: 1px solid var(--line);
    font-weight: 600;
    font-size: 0.95rem;
}

.uses i {
    color: var(--green);
}

/* ----- Perguntas ----- */

.faq {
    padding: 80px 0;
}

.faq-wrap {
    max-width: 800px;
}

.faq h2 {
    margin-bottom: 24px;
}

details {
    border-bottom: 1px solid var(--line);
}

summary {
    list-style: none;
    cursor: pointer;
    padding: 18px 40px 18px 0;
    font-weight: 600;
    position: relative;
}

summary::-webkit-details-marker {
    display: none;
}

summary::after {
    content: "+";
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--muted);
}

details[open] summary::after {
    content: "–";
}

details p {
    color: var(--ink-2);
    padding: 0 0 20px;
    max-width: 40em;
}

/* ----- Chamada final ----- */

.cta {
    padding: 0 0 80px;
}

.cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px 40px;
    flex-wrap: wrap;
    background: var(--yellow);
    border-radius: 24px;
    padding: 40px 44px;
}

.cta-inner > div {
    flex: 1 1 420px;
}

.cta h2 {
    font-size: clamp(1.4rem, 2.8vw, 1.9rem);
}

.cta p {
    margin-top: 8px;
    color: var(--ink-2);
    font-weight: 500;
}

/* ----- Rodapé ----- */

.foot {
    border-top: 1px solid var(--line);
    padding: 28px 0;
    font-size: 0.85rem;
    color: var(--muted);
}

.foot-app {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 24px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--line);
}

.foot-app p {
    font-weight: 500;
    color: var(--ink-2);
}

.stores {
    display: flex;
    gap: 10px;
}

.stores img {
    height: 40px;
    width: auto;
}

.foot-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px 24px;
}

.foot nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
}

.foot a {
    text-decoration: none;
}

.foot a:hover {
    color: var(--ink);
}

/* ----- Telas menores ----- */

@media (max-width: 960px) {
    .hero-grid,
    .how-grid,
    .official-grid {
        grid-template-columns: 1fr;
    }

    .official-grid {
        gap: 28px;
    }

    .seal {
        width: min(260px, 70%);
    }

    .hero-visual {
        min-height: 0;
        height: 460px;
        max-width: 480px;
        width: 100%;
        margin: 0 auto;
    }

    .perks {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 720px) {
    body {
        font-size: 16px;
    }

    .hero {
        padding: 36px 0 44px;
    }

    .hero-visual {
        height: 400px;
    }

    .toast {
        left: 8px;
        top: 8px;
        font-size: 0.8rem;
    }

    .pain-grid,
    .aud-grid,
    .flow,
    .perks {
        grid-template-columns: 1fr;
    }

    .pains,
    .how,
    .audience,
    .program,
    .official,
    .faq {
        padding: 56px 0;
    }

    .top-inner .btn-ghost span {
        display: none;
    }

    .top-inner .btn-ghost {
        padding: 9px 12px;
    }

    .cta-inner {
        padding: 30px 24px;
    }

    .cta .btn {
        width: 100%;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .btn {
        transition: none;
    }

    .btn:hover {
        transform: none;
    }

    .seal,
    .seal-wrap:hover .seal {
        transition: none;
        transform: rotate(-6deg);
    }
}
