:root {
    --primary: #04c4b4;
    --secondary: #00695c;
}

/* BASE */
body {
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}

.page-content {
    margin-top: 40px;
}

.page-content-sales {
    margin-top: 0;
}

/* HERO */
.hero {
    position: relative;
    min-height: 620px;
    height: calc(100vh - 40px);
    max-height: 760px;
    display: flex;
    align-items: stretch;
    color: white;
    overflow: hidden;
    background-position: center bottom !important;
}

.hero-row {
    position: relative;
    width: 100%;
    min-height: inherit;
    align-items: center !important;
}

.hero-text {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.hero .col-md-4.text-center {
    position: absolute;
    right: 2%;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 2;
    pointer-events: none;
}

.overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.25) 45%, rgba(0,0,0,0) 65%, rgba(0,0,0,0) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: stretch;
}

.hero h1 {
    font-size: 70px;
    font-weight: 900;
    text-shadow: 0 10px 28px rgba(0,0,0,0.35);
}

.hero h2 {
    font-size: 32px;
    font-weight: 600;
}

.frase {
    margin-top: 10px;
    font-size: 1.05rem;
    color: rgba(255,255,255,0.95);
}

/* BOTÕES */
.btn {
    border-radius: 40px;
    padding: 14px 28px;
    font-weight: 700;
}

.btn-light {
    background: #ffffff;
    color: #038a7f;
    border: none;
    box-shadow: 0 14px 32px rgba(0,0,0,0.12);
}

.btn-outline-light {
    border-color: rgba(255,255,255,0.9);
    color: #ffffff;
}

.btn-outline-light:hover {
    background: rgba(255,255,255,0.15);
    border-color: #ffffff;
}

.btn i {
    margin-right: 8px;
}

/* HEADER */
.navbar {
    background: rgba(2, 164, 156, 1) !important;
    box-shadow: 0 5px 18px rgba(0,0,0,0.18);
    border-bottom: 1px solid #cac5c5;
}

.navbar-sales {
    background: #ffffff !important;
    box-shadow: none;
    border-bottom: 1px solid #edf1f1;
    padding: 18px 0;
}

.navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: nowrap;
}

.navbar-brand.header-title {
    font-size: 2.35rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #ffffff !important;
    white-space: normal;
    line-height: 1.2;
    margin-right: 0;
    max-width: 780px;
}

.navbar-sales .navbar-brand.header-title {
    color: #2daeb4 !important;
    font-size: 2.35rem;
    max-width: none;
}

.navbar .nav-link {
    color: #ffffff !important;
    font-weight: 500;
}

.navbar-social {
    display: flex;
    align-items: center;
}

.brand-goal {
    display: inline-flex;
    align-items: center;
    padding: 0;
}

.brand-goal img {
    display: block;
    width: 220px;
    max-width: 100%;
    height: auto;
}

.navbar-menu {
    display: flex;
    align-items: center;
    gap: 28px;
}

.navbar-menu a {
    color: #282828;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.08rem;
}

.navbar-menu a:hover {
    color: var(--secondary);
    text-decoration: none;
}

.navbar-social .navbar-nav {
    flex-direction: row;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white !important;
    font-size: 1.8rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 3px 8px rgb(243, 241, 241);
}

.social-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 26px rgba(0,0,0,0.22);
}

.social-icon.instagram {
    background: linear-gradient(135deg, #f58529 0%, #dd2a7b 50%, #8134af 100%);
}

.social-icon.whatsapp {
    background: #25d366;
}

.social-icon.facebook {
    background: #1877f2;
}

/* PAGINA DE VENDAS */
.sales-hero {
    background: linear-gradient(180deg, #18b8b5 0%, #ffffff 88%);
    color: #050505;
    min-height: 690px;
    display: flex;
    align-items: center;
    padding: 178px 0 82px;
}

.sales-hero-row {
    row-gap: 32px;
}

.sales-eyebrow,
.section-heading span {
    display: inline-block;
    color: #ffd166;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.82rem;
    margin-bottom: 14px;
}

.sales-hero h1 {
    font-size: 2.65rem;
    line-height: 1.2;
    font-weight: 900;
    max-width: 620px;
    margin-bottom: 20px;
    letter-spacing: 0;
}

.sales-hero p {
    font-size: 1.18rem;
    line-height: 1.55;
    color: #050505;
    max-width: 600px;
}

.sales-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.btn-hero-main {
    min-width: 245px;
    text-align: center;
}

.campaign-preview {
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
    border: none;
    background: transparent;
}

.campaign-preview img {
    display: block;
    width: 100%;
    height: auto;
}

.sales-hero .btn-light {
    background: #00b8b4;
    color: #052f33;
    border: none;
    box-shadow: none;
}

.sales-hero .btn-light:hover {
    background: #04c4b4;
    color: #052f33;
}

.sales-section,
.plans-section {
    padding: 72px 0;
}

.sales-section {
    background: #ffffff;
}

.plans-section {
    background: #f2f6f6;
}

.section-heading {
    max-width: 720px;
    margin-bottom: 36px;
}

.section-heading.text-center {
    margin-left: auto;
    margin-right: auto;
}

.section-heading h2 {
    color: #11363a;
    font-size: 2.5rem;
    line-height: 1.18;
    font-weight: 900;
}

.benefit-card,
.plan-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(12, 39, 45, 0.1);
    height: 100%;
}

.benefit-card {
    padding: 30px;
    border: 1px solid #e4eeee;
}

.benefit-card i {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #e8fbf8;
    color: var(--secondary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 20px;
}

.benefit-card h3,
.plan-card h3 {
    color: #11363a;
    font-size: 1.35rem;
    font-weight: 900;
}

.benefit-card p,
.plan-subtitle {
    color: #52666b;
    line-height: 1.65;
}

.plan-card {
    position: relative;
    padding: 32px;
    display: flex;
    flex-direction: column;
    border: 2px solid transparent;
}

.plan-card.featured {
    border-color: var(--primary);
    transform: translateY(-10px);
}

.plan-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    background: #ffd166;
    color: #213237;
    font-size: 0.75rem;
    font-weight: 900;
    padding: 8px 12px;
    border-radius: 40px;
}

.plan-subtitle {
    min-height: 80px;
    margin-right: 0;
}

.plan-price {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 0;
    border-top: 1px solid #e7eeee;
}

.plan-price span {
    color: #56686d;
    font-weight: 800;
}

.plan-price strong {
    color: #11363a;
    font-size: 1.28rem;
}

.plan-price.monthly {
    border-bottom: 1px solid #e7eeee;
}

.plan-card ul {
    list-style: none;
    padding: 0;
    margin: 24px 0;
    flex: 1;
}

.plan-card li {
    display: flex;
    gap: 10px;
    color: #31494e;
    line-height: 1.45;
    margin-bottom: 12px;
}

.plan-card li i {
    color: var(--primary);
    margin-top: 4px;
}

.plan-card .btn-success,
.sales-cta .btn-light {
    background: var(--primary);
    border-color: var(--primary);
    color: #ffffff;
}

.plan-card .btn-success:hover,
.sales-cta .btn-light:hover {
    background: #03ad9f;
    border-color: #03ad9f;
    color: #ffffff;
}

.plan-card .btn-outline-success {
    border-color: var(--secondary);
    color: var(--secondary);
}

.plan-card .btn-outline-success:hover {
    background: var(--secondary);
    color: #ffffff;
}

.sales-cta {
    background: #11363a;
    color: #ffffff;
    padding: 72px 0;
}

.sales-cta h2 {
    font-size: 2.4rem;
    font-weight: 900;
}

.sales-cta p {
    max-width: 640px;
    margin: 14px auto 28px;
    color: rgba(255,255,255,0.84);
    font-size: 1.08rem;
    line-height: 1.7;
}

/* REDES SOCIAIS */
.btn-social {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 30px;
    color: white;
    font-weight: bold;
    margin-right: 10px;
    text-decoration: none;
}

.btn-social.instagram {
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
}

.btn-social.facebook {
    background: #1877f2;
    
}

/* IMAGEM */


.candidato-img {
    width: auto;
    max-width: min(38vw, 560px);
    max-height: 74%;
    object-fit: contain;
    object-position: center bottom;
    margin: 0;
    display: block;
}

/* PROPOSTAS */
.card-proposta {
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.card-proposta h5 {
    color: var(--primary);
}

.card-proposta p {
    margin-bottom: 0;
    line-height: 1.6;
    overflow-wrap: anywhere;
}

/* SOBRE */
.sobre-section {
    background: #04c4b4;
    padding: 0px 0;
    margin: 50px 0 !important;
    padding-bottom: 0px;
}

.sobre-section h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 2.5rem;
}

.sobre-section p {
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: justify;
}

.sobre-section .btn-success {
    background: #ffffff;
    color: var(--primary);
    border: none;
    font-weight: 700;
}

.sobre-section .btn-success:hover {
    background: #f0f0f0;
    color: var(--primary);
}

.sobre-section .col-md-6 {
    order: 2;
}

.sobre-section .col-md-6.text-center {
    order: 1;
}
.candidato2-img {
    
    object-fit: contain;
    margin-top: 200px;
}
/* FORM */
form {
    max-width: 500px;
    margin: auto;
    margin-bottom: 30px;
}

form input,
form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

form .btn-success {
    background: var(--primary);
    border-color: var(--primary);
    color: #ffffff;
}

form .btn-success:hover,
form .btn-success:focus {
    background: #03ad9f;
    border-color: #03ad9f;
    color: #ffffff;
}

/* CTA */
.cta-final {
    background: var(--primary);
    color: white;
    padding: 60px;
    text-align: center;
}

/* RESPONSIVO */
@media (max-width: 768px) {
    .hero {
        background-position: center top !important;
        background-size: cover !important;
        min-height: auto;
        height: auto;
        max-height: none;
        align-items: stretch;
        padding: 72px 20px 0;
        text-align: center;
    }

    .overlay {
        background: linear-gradient(180deg, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.62) 18%, rgba(0,0,0,0.42) 38%, rgba(0,0,0,0.24) 58%, rgba(0,0,0,0.10) 78%, rgba(0,0,0,0.00) 100%);
    }

    .navbar {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .navbar-sales {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .navbar .container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        gap: 12px;
        flex-wrap: nowrap;
    }

    .navbar-brand.header-title {
        font-size: 1.75rem;
        max-width: calc(100% - 165px);
        line-height: 1.2;
    }

    .navbar-sales .navbar-brand.header-title {
        font-size: 1.55rem !important;
    }

    .candidate-number {
        display: none;
    }

    .navbar-social {
        width: auto;
        justify-content: flex-end;
        flex-shrink: 0;
    }

    .brand-goal {
        max-width: none !important;
        font-size: 1.4rem !important;
    }

    .brand-goal img {
        width: 160px;
    }

    .navbar-menu {
        gap: 12px;
        font-size: 0.86rem;
        flex-shrink: 0;
    }

    .navbar-menu a {
        font-size: 0.94rem;
    }

    .navbar-social .navbar-nav {
        justify-content: center;
    }

    .navbar-social .nav-item {
        margin-right: 10px !important;
    }

    .navbar-social .nav-item:last-child {
        margin-right: 0 !important;
    }

    .social-icon {
        width: 38px;
        height: 38px;
        font-size: 1.2rem;
    }

    .hero-content {
        width: 100%;
        min-height: auto;
        display: flex;
        align-items: stretch;
    }

    .hero-row {
        align-items: stretch !important;
        width: 100%;
        min-height: auto;
        justify-content: flex-start;
        row-gap: 8px;
    }

    .hero .col-md-4.text-center {
        position: relative;
        right: auto;
        bottom: auto;
        height: auto;
        z-index: 2;
        pointer-events: auto;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin-top: 12px;
        padding-left: 0;
        padding-right: 0;
    }

    .hero h1 {
        font-size: 32px;
        line-height: 1.15;
        overflow-wrap: anywhere;
    }

    .hero h2 {
        font-size: 24px;
        line-height: 1.25;
        overflow-wrap: anywhere;
    }

    .frase {
        font-size: 0.98rem;
        line-height: 1.5;
        overflow-wrap: anywhere;
        margin-bottom: 0;
    }

    .hero-text {
        margin-top: 0;
        margin-bottom: 0;
        position: relative;
        z-index: 2;
    }

    .hero-text .mt-4 {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .hero-text .btn {
        width: 100%;
        margin-right: 0 !important;
    }

    .hero-text .mt-4 {
        display: none;
    }

    .sales-hero {
        min-height: auto;
        padding: 116px 0 48px;
        text-align: left;
    }

    .sales-hero h1 {
        font-size: 2.25rem;
        line-height: 1.14;
    }

    .sales-hero p {
        font-size: 1rem;
        line-height: 1.65;
    }

    .sales-actions {
        flex-direction: column;
    }

    .sales-actions .btn {
        width: 100%;
    }

    .campaign-preview {
        margin-top: 10px;
    }

    .sales-section,
    .plans-section,
    .sales-cta {
        padding: 48px 0;
    }

    .section-heading h2,
    .sales-cta h2 {
        font-size: 1.9rem;
        line-height: 1.22;
        overflow-wrap: anywhere;
    }

    .benefit-card,
    .plan-card {
        padding: 24px;
    }

    .plan-card.featured {
        transform: none;
    }

    .plan-subtitle {
        min-height: auto;
        margin-right: 0;
    }

    .plan-badge {
        position: static;
        display: inline-block;
        margin-bottom: 16px;
    }

    .candidato-img {
        display: block;
        width: 82vw;
        max-width: 82vw;
        max-height: 380px;
        margin: 0 auto 0;
        object-position: center bottom;
        position: relative;
        z-index: 1;
    }

    .card-proposta {
        padding: 18px;
    }

    .card-proposta h5 {
        font-size: 1.15rem;
    }

    .card-proposta p {
        font-size: 0.95rem;
        line-height: 1.55;
    }

    .sobre-section h2,
    .cta-final h2,
    #propostas h2,
    #contato h2 {
        font-size: 1.9rem;
        line-height: 1.2;
        overflow-wrap: anywhere;
    }

    .sobre-section p,
    .cta-final p {
        font-size: 1rem;
        line-height: 1.7;
        overflow-wrap: anywhere;
        text-align: left;
    }

    .sobre-section {
        margin-top: 70px !important;
        padding-top: 36px;
    }

    .sobre-section .row {
        row-gap: 16px;
    }

    .sobre-section .col-md-7 {
        order: 1;
        margin-bottom: 0;
    }

    .sobre-section .col-md-5.text-center {
        order: 2;
        margin-top: -6px;
    }

    .sobre-section .btn-success {
        margin-top: 12px !important;
        margin-bottom: 0;
    }

    .candidato2-img {
        display: block;
        max-width: 220px;
        margin: 0 auto 0;
    }

    .cta-final {
        padding: 40px 20px;
    }
}

@media (max-width: 430px) {
    .hero {
        background-position: 58% top !important;
        padding: 68px 16px 0;
    }

    .hero h1 {
        font-size: 30px;
    }

    .hero h2 {
        font-size: 22px;
    }

    .frase {
        font-size: 0.93rem;
        line-height: 1.4;
    }

    .navbar-menu {
        display: none;
    }

    .brand-goal {
        max-width: 100% !important;
    }

    .sales-hero h1 {
        font-size: 2rem;
    }

    .hero-row {
        row-gap: 0;
    }

    .hero .col-md-4.text-center {
        margin-top: 8px;
    }

    .candidato-img {
        width: 84vw;
        max-width: 84vw;
        margin-left: auto;
        margin-right: auto;
    }
}
