/* ──────────────────────────────────────────────
   seja-trampeiro.css — Landing page para prestadores
   ────────────────────────────────────────────── */

/* ── Layout wrapper ── */
.st-page {
    padding-top: 72px;
}

.st-section {
    width: min(1120px, calc(100% - 32px));
    margin-inline: auto;
    padding: 80px 0;
}

.st-section--alt {
    background: var(--surface-soft);
}

.st-section--alt .st-section {
    padding: 72px 0;
}

.st-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 14px;
}

.st-label .material-symbols-rounded {
    font-size: 16px;
}

/* ── Hero ── */
.st-hero {
    position: relative;
    overflow: hidden;
    background: var(--bg);
    border-bottom: 1px solid var(--border);
}

.st-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 60% 50%, rgba(138, 5, 190, 0.18) 0%, transparent 70%);
    pointer-events: none;
}

.st-hero__inner {
    width: min(1120px, calc(100% - 32px));
    margin-inline: auto;
    padding: 100px 0 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.st-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(138, 5, 190, 0.12);
    border: 1px solid rgba(138, 5, 190, 0.3);
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 100px;
    margin-bottom: 20px;
}

.st-hero__eyebrow .material-symbols-rounded {
    font-size: 15px;
}

.st-hero__title {
    font-family: 'Sora', sans-serif;
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: var(--text-primary);
    margin-bottom: 18px;
}

.st-hero__title .accent {
    color: var(--accent);
}

.st-hero__subtitle {
    font-size: 1.05rem;
    color: var(--text-secondary);
    line-height: 1.65;
    max-width: 440px;
    margin-bottom: 32px;
}

.st-hero__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

.st-hero__trust {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    font-size: 0.82rem;
    color: var(--text-muted);
}

.st-hero__trust .material-symbols-rounded {
    font-size: 16px;
    color: var(--accent);
}

/* Hero visual card */
.st-hero__visual {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.st-card-mock {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 20px;
}

.st-card-mock__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.st-card-mock__avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), #6d28d9);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
}

.st-card-mock__avatar .material-symbols-rounded {
    font-size: 22px;
}

.st-card-mock__name {
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--text-primary);
}

.st-card-mock__role {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-top: 2px;
}

.st-card-mock__stars {
    display: flex;
    gap: 2px;
    color: #f59e0b;
    font-size: 15px;
    margin-bottom: 10px;
}

.st-card-mock__stat {
    display: flex;
    justify-content: space-between;
    font-size: 0.82rem;
    padding: 6px 0;
    border-top: 1px solid var(--border);
    color: var(--text-secondary);
}

.st-card-mock__stat strong {
    color: var(--text-primary);
    font-weight: 700;
}

.st-earning-mock {
    background: linear-gradient(135deg, rgba(138, 5, 190, 0.15), rgba(109, 40, 217, 0.08));
    border: 1px solid rgba(138, 5, 190, 0.25);
    border-radius: 16px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.st-earning-mock__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(138, 5, 190, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--accent);
}

.st-earning-mock__icon .material-symbols-rounded {
    font-size: 22px;
}

.st-earning-mock__label {
    font-size: 0.78rem;
    color: var(--text-muted);
}

.st-earning-mock__value {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--text-primary);
    line-height: 1.2;
}

.st-earning-mock__value span {
    font-size: 0.88rem;
    font-weight: 500;
    color: #22c55e;
    margin-left: 6px;
}

/* ── Steps (Como funciona) ── */
.st-steps-header {
    text-align: center;
    margin-bottom: 56px;
}

.st-steps-header h2 {
    font-family: 'Sora', sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}

.st-steps-header p {
    color: var(--text-secondary);
    font-size: 1rem;
    max-width: 480px;
    margin-inline: auto;
}

.st-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    position: relative;
}

.st-steps::before {
    content: '';
    position: absolute;
    top: 34px;
    left: calc(16.66% + 16px);
    right: calc(16.66% + 16px);
    height: 2px;
    background: linear-gradient(90deg, var(--accent), rgba(138, 5, 190, 0.2));
    z-index: 0;
}

.st-step {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 32px 24px;
    position: relative;
    z-index: 1;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.st-step:hover {
    border-color: rgba(138, 5, 190, 0.4);
    box-shadow: 0 8px 32px rgba(138, 5, 190, 0.1);
}

.st-step__num-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.st-step__num {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--accent), #6d28d9);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Sora', sans-serif;
    font-size: 1.3rem;
    font-weight: 800;
    color: #fff;
    flex-shrink: 0;
}

.st-step__icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: var(--surface-soft);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
}

.st-step__icon .material-symbols-rounded {
    font-size: 22px;
}

.st-step h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--text-primary);
}

.st-step p {
    font-size: 0.88rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* ── Benefits ── */
.st-benefits-header {
    text-align: center;
    margin-bottom: 48px;
}

.st-benefits-header h2 {
    font-family: 'Sora', sans-serif;
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}

.st-benefits-header p {
    color: var(--text-secondary);
    font-size: 0.97rem;
    max-width: 460px;
    margin-inline: auto;
}

.st-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.st-benefit {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: border-color 0.2s;
}

.st-benefit:hover {
    border-color: rgba(138, 5, 190, 0.35);
}

.st-benefit__icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(138, 5, 190, 0.12);
    border: 1px solid rgba(138, 5, 190, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
}

.st-benefit__icon .material-symbols-rounded {
    font-size: 24px;
}

.st-benefit h3 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-primary);
}

.st-benefit p {
    font-size: 0.83rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* ── Stats ── */
.st-stats {
    background: linear-gradient(135deg, rgba(138, 5, 190, 0.12) 0%, rgba(109, 40, 217, 0.06) 100%);
    border-top: 1px solid rgba(138, 5, 190, 0.2);
    border-bottom: 1px solid rgba(138, 5, 190, 0.2);
}

.st-stats__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.st-stat {
    padding: 52px 32px;
    text-align: center;
    border-right: 1px solid var(--border);
}

.st-stat:last-child {
    border-right: none;
}

.st-stat__value {
    font-family: 'Sora', sans-serif;
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    font-weight: 800;
    color: var(--text-primary);
    letter-spacing: -0.04em;
    line-height: 1;
    margin-bottom: 8px;
}

.st-stat__value span {
    color: var(--accent);
}

.st-stat__label {
    font-size: 0.87rem;
    color: var(--text-secondary);
    font-weight: 500;
}

/* ── FAQ ── */
.st-faq-header {
    text-align: center;
    margin-bottom: 40px;
}

.st-faq-header h2 {
    font-family: 'Sora', sans-serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}

.st-faq-header p {
    color: var(--text-secondary);
    font-size: 0.95rem;
}

.st-faq {
    max-width: 700px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.st-faq-item {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.2s;
}

.st-faq-item.open {
    border-color: rgba(138, 5, 190, 0.35);
}

.st-faq-item__q {
    width: 100%;
    background: none;
    border: none;
    color: var(--text-primary);
    font: inherit;
    font-size: 0.95rem;
    font-weight: 600;
    text-align: left;
    padding: 18px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.st-faq-item__q .material-symbols-rounded {
    font-size: 20px;
    color: var(--text-muted);
    flex-shrink: 0;
    transition: transform 0.25s;
}

.st-faq-item.open .st-faq-item__q .material-symbols-rounded {
    transform: rotate(180deg);
    color: var(--accent);
}

.st-faq-item__a {
    display: none;
    padding: 0 20px 18px;
    font-size: 0.87rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

.st-faq-item.open .st-faq-item__a {
    display: block;
}

/* ── Final CTA ── */
.st-cta {
    background: linear-gradient(135deg, rgba(138, 5, 190, 0.15) 0%, rgba(7, 3, 13, 0) 60%);
    border-top: 1px solid var(--border);
}

.st-cta__inner {
    width: min(800px, calc(100% - 32px));
    margin-inline: auto;
    padding: 80px 0;
    text-align: center;
}

.st-cta__title {
    font-family: 'Sora', sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 14px;
}

.st-cta__title .accent {
    color: var(--accent);
}

.st-cta__sub {
    font-size: 1rem;
    color: var(--text-secondary);
    margin-bottom: 32px;
    max-width: 480px;
    margin-inline: auto;
    margin-bottom: 32px;
}

.st-cta__actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.st-cta__note {
    margin-top: 16px;
    font-size: 0.8rem;
    color: var(--text-muted);
}

/* ── Botão gold (compartilhado com publicar-servico) ── */
.btn--primary-gold {
    background: linear-gradient(90deg, #EAB308, #FACC15);
    color: #2B0F00;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    box-shadow: 0 2px 6px rgba(234, 179, 8, 0.2);
}

.btn--primary-gold:hover {
    box-shadow: 0 4px 12px rgba(234, 179, 8, 0.25);
}

/* ── Responsive ── */
@media (max-width: 900px) {
    .st-hero__inner {
        grid-template-columns: 1fr;
        padding: 80px 0 60px;
        gap: 32px;
    }

    .st-hero__visual {
        display: none;
    }

    .st-steps {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .st-steps::before {
        display: none;
    }

    .st-step {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 0 16px;
        padding: 20px;
    }

    .st-step__num-row {
        flex-direction: column;
        align-items: flex-start;
        grid-row: 1 / 3;
        gap: 8px;
        margin-bottom: 0;
        margin-right: 0;
    }

    .st-step h3,
    .st-step p {
        grid-column: 2;
    }

    .st-benefits {
        grid-template-columns: repeat(2, 1fr);
    }

    .st-stats__grid {
        grid-template-columns: 1fr;
    }

    .st-stat {
        border-right: none;
        border-bottom: 1px solid var(--border);
        padding: 36px 24px;
    }

    .st-stat:last-child {
        border-bottom: none;
    }
}

@media (max-width: 580px) {
    .st-section {
        padding: 56px 0;
    }

    .st-hero__inner {
        padding: 72px 0 48px;
    }

    .st-hero__title {
        font-size: 2rem;
    }

    .st-benefits {
        grid-template-columns: 1fr;
    }

    .st-steps-header,
    .st-benefits-header,
    .st-faq-header {
        margin-bottom: 32px;
    }
}
