:root {
    --texto-app: #424242;
    --laranja-app: #FD8139;
    --rosa-app: #D5618F;
    --bg-app: #F7F7F7;
    --card: #ffffff;
    --shadow: 0 10px 30px rgba(0,0,0,.08);
    --radius: 18px;
}

html, body {
    height: 100%;
}

body {
    color: var(--texto-app);
    background: var(--bg-app);
}

.page-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.app-main {
    flex: 1 0 auto;
}

/* Brand */
.brand {
    font-weight: 800;
    letter-spacing: .2px;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.brand-dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--laranja-app), var(--rosa-app));
    display: inline-block;
}

/* Buttons */
.btn-brand {
    background: var(--laranja-app);
    border: none;
    color: #fff;
    font-weight: 700;
    border-radius: 14px;
    padding: .6rem 1rem;
    box-shadow: 0 10px 20px rgba(253,129,57,.25);
}

    .btn-brand:hover {
        filter: brightness(.95);
        color: #fff;
    }

.btn-outline-brand {
    border: 1px solid rgba(0,0,0,.12);
    background: #fff;
    color: var(--texto-app);
    font-weight: 700;
    border-radius: 14px;
    padding: .6rem 1rem;
}

    .btn-outline-brand:hover {
        border-color: rgba(0,0,0,.22);
    }

/* Sections / Cards */
.section {
    padding: 64px 0;
}

.card-soft {
    background: var(--card);
    border: 1px solid rgba(0,0,0,.06);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

/* Hero */
.hero {
    background: radial-gradient(1200px 600px at 20% 10%, rgba(213,97,143,.22), transparent 60%), radial-gradient(1200px 600px at 90% 0%, rgba(253,129,57,.18), transparent 55%);
    padding: 72px 0;
}

    .hero h1 {
        font-weight: 900;
        line-height: 1.1;
    }

    .hero .lead {
        color: rgba(66,66,66,.8);
    }

.hero-badges span {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .45rem .7rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 10px 20px rgba(0,0,0,.04);
    font-weight: 600;
    font-size: .92rem;
}

/* Screenshot placeholders */
.sshot {
    width: 100%;
    aspect-ratio: 9/16;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.02));
    border: 1px dashed rgba(0,0,0,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(66,66,66,.6);
    font-weight: 700;
}

/* Forms */
.form-control, .form-select {
    border-radius: 14px;
    border: 1px solid #ddd;
}

    .form-control:focus, .form-select:focus {
        border-color: var(--rosa-app);
        box-shadow: 0 0 0 .2rem rgba(213,97,143,.18);
    }

/* Pills / filters */
.filter-box {
    background: #fff;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: var(--radius);
    padding: 18px;
}

.filter-title {
    font-weight: 800;
    margin-bottom: 10px;
}

.checkbox-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
}

@media (max-width: 768px) {
    .checkbox-grid {
        grid-template-columns: 1fr;
    }
}

/* Footer */
.app-footer {
    flex-shrink: 0;
    background: #fff;
    border-top: 1px solid rgba(0,0,0,.06);
}

.link-muted {
    color: rgba(66,66,66,.72);
    text-decoration: none;
}

    .link-muted:hover {
        color: var(--texto-app);
        text-decoration: underline;
    }

/* linha do checkbox */
.chk-row {
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: .45rem .6rem;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 14px;
    background: #fff;
}

.chk-text {
    color: var(--texto-app);
    font-weight: 600;
}

/* 2) quando marcado, texto e checkbox viram #D5618F */
.chk-row.is-checked {
    border-color: rgba(213,97,143,.35);
    box-shadow: 0 0 0 .15rem rgba(213,97,143,.12);
}

    .chk-row.is-checked .chk-text {
        color: var(--rosa-app);
    }

/* checkbox “puxado” para rosa */
.chk-pink:checked {
    background-color: var(--rosa-app);
    border-color: var(--rosa-app);
}

.prestador-card {
    display: flex;
    gap: 14px;
    align-items: stretch;
    background: #fff;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 18px;
    padding: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,.04);
}

.prestador-logo {
    width: 72px;
    min-width: 72px;
    height: 72px;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0,0,0,.06);
    background: rgba(213,97,143,.10); /* rosa leve */
}

.prestador-logo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prestador-logo-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 24px;
    color: var(--rosa-app);
}

.prestador-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.prestador-title {
    font-weight: 900;
    font-size: 16px;
    color: var(--texto-app);
    line-height: 1.2;
}

.prestador-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: rgba(66,66,66,.85);
    font-size: 13px;
}

.prestador-meta-item {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.prestador-meta-label {
    font-weight: 800;
    color: rgba(66,66,66,.75);
}

.prestador-actions {
    display: flex;
    gap: 8px;
    margin-top: 6px;
}

@media (max-width: 576px) {
    .prestador-card {
        flex-direction: row;
    }

    .prestador-actions {
        flex-wrap: wrap;
    }
}

.phone-link {
    font-weight: 800;
    color: var(--rosa-app);
    text-decoration: none;
}

    .phone-link:hover {
        text-decoration: underline;
    }

.prestador-actions .btn {
    border-radius: 14px;
    font-weight: 700;
}

.prestador-actions .btn-brand {
    box-shadow: 0 6px 14px rgba(253,129,57,.25);
}

.servicos-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 10px;
}

@media (min-width: 768px) {
    .servicos-grid {
        grid-template-columns: repeat(3, minmax(0,1fr));
    }
}

.servico-chip {
    border: 1px solid rgba(0,0,0,.10);
    background: #fff;
    border-radius: 18px;
    padding: 12px 12px;
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    box-shadow: 0 8px 18px rgba(0,0,0,.04);
    transition: transform .06s ease, box-shadow .12s ease, border-color .12s ease;
}

    .servico-chip:active {
        transform: scale(.99);
    }

.servico-chip-left {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.servico-chip-icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(253,129,57,.12);
    color: var(--laranja-app);
    flex: 0 0 auto;
    font-size: 18px;
}

.servico-chip-text {
    min-width: 0;
}

.servico-chip-title {
    font-weight: 900;
    color: var(--texto-app);
    font-size: 14px;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.servico-chip-sub {
    font-size: 12px;
    color: rgba(66,66,66,.65);
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.servico-chip-badge {
    font-size: 12px;
    font-weight: 900;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(253,129,57,.12);
    color: var(--laranja-app);
    white-space: nowrap;
}

.servico-chip.is-selected {
    border-color: rgba(213,97,143,.55);
    box-shadow: 0 10px 24px rgba(213,97,143,.10);
    background: rgba(213,97,143,.06);
}

    .servico-chip.is-selected .servico-chip-icon {
        background: rgba(213,97,143,.14);
        color: var(--rosa-app);
    }

    .servico-chip.is-selected .servico-chip-badge {
        background: rgba(213,97,143,.14);
        color: var(--rosa-app);
    }

.auth-container {
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.auth-card {
    width: 100%;
    max-width: 420px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.auth-title {
    margin: 0 0 18px 0;
    font-size: 24px;
    font-weight: 700;
    color: #424242;
}

.auth-group {
    margin-bottom: 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.auth-input {
    height: 44px;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 0 12px;
    outline: none;
    font-size: 15px;
}

    .auth-input:focus {
        border-color: #8B3A62;
        box-shadow: 0 0 0 4px rgba(139,58,98,.10);
    }

.auth-validation {
    color: #b00020;
    font-size: 12px;
}

.auth-alert {
    background: #fff2f4;
    border: 1px solid #ffd0d7;
    color: #8a1b2b;
    padding: 10px 12px;
    border-radius: 10px;
    margin-bottom: 14px;
}

.btn-site {
    width: 100%;
    height: 46px;
    border: none;
    border-radius: 12px;
    background: #8B3A62;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: transform .06s ease, opacity .15s ease, box-shadow .15s ease;
    box-shadow: 0 10px 20px rgba(139,58,98,.22);
}

    .btn-site:hover {
        opacity: .95;
    }

    .btn-site:active {
        transform: translateY(1px);
    }
.img-tile {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eee;
    background: #fff;
}

.img-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.btn-remove {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border: 0;
    background: rgba(0,0,0,.65);
    color: #fff;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
}

    .btn-remove:hover {
        background: rgba(0,0,0,.78);
    }

.badge-new {
    position: absolute;
    left: 6px;
    bottom: 6px;
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(213,97,143,.90);
    color: #fff;
    font-weight: 800;
}
