/* Barber Cashflow Landing - Estilos customizados */

:root {
    --bc-gold: #c9a227;
    --bc-gold-light: #d4af37;
    --bc-gold-dark: #a68523;
    --bc-dark: #0d0d0d;
    --bc-dark-light: #1a1a1a;
    --bc-dark-medium: #2d2d2d;
    --bc-text-light: rgba(255, 255, 255, 0.85);
    --bc-text-muted: rgba(255, 255, 255, 0.6);
}

/* Header */
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 20px 0;
    background: transparent;
}

.header-logo {
    display: inline-block;
}

.logo-img {
    height: 100px;
    width: auto;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, var(--bc-dark) 0%, var(--bc-dark-light) 100%);
    color: white;
    min-height: 100vh;
    padding-top: 160px;
}

.hero-section .row {
    align-items: flex-start !important;
}

.hero-section h1 {
    line-height: 1.5;
}

/* Headline responsivo com impacto */
.hero-headline {
    font-size: clamp(2rem, 5vw, 3.5rem);
}

/* Marca - visivel e memoravel */
.hero-brand {
    font-size: 1.5rem;
    letter-spacing: 3px;
    color: var(--bc-gold) !important;
}

/* Subtitulo - apoio discreto */
.hero-subtitle {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.3px;
    font-weight: 400;
}

/* Step numbers */
.step-number {
    width: 40px;
    height: 40px;
    background: var(--bc-gold);
    color: var(--bc-dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}

/* Cards */
.card {
    transition: transform 0.2s ease;
    border: none;
}

.card:hover {
    transform: translateY(-5px);
}

/* Form section */
#formulario {
    scroll-margin-top: 20px;
    background: var(--bc-dark) !important;
}

/* Buttons - CTA Dourado Premium */
.btn-primary {
    padding: 14px 36px;
    font-weight: 600;
    background: var(--bc-gold);
    border-color: var(--bc-gold);
    color: var(--bc-dark);
    transition: all 0.3s ease;
}

.btn-primary:hover,
.btn-primary:focus {
    background: var(--bc-gold-dark);
    border-color: var(--bc-gold-dark);
    color: var(--bc-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(201, 162, 39, 0.4);
}

.btn-primary:active {
    background: var(--bc-gold-dark);
    border-color: var(--bc-gold-dark);
    color: var(--bc-dark);
}

/* Botao dentro do form */
#formulario .btn-primary,
.card .btn-primary {
    background: var(--bc-gold);
    border-color: var(--bc-gold);
    color: var(--bc-dark);
}

#formulario .btn-primary:hover,
.card .btn-primary:hover {
    background: var(--bc-gold-dark);
    border-color: var(--bc-gold-dark);
}

.btn-success {
    padding: 12px 32px;
    font-weight: 600;
}

/* WhatsApp button */
.btn-success:hover {
    background-color: #128c7e;
    border-color: #128c7e;
}

/* Accordion */
.accordion-button:not(.collapsed) {
    background-color: rgba(201, 162, 39, 0.1);
    color: var(--bc-gold-dark);
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(201, 162, 39, 0.25);
}

/* Secao de Dor */
.bg-light {
    background-color: #f8f9fa !important;
}

/* Icones premium */
.text-primary {
    color: var(--bc-gold) !important;
}

.text-danger {
    color: #8b0000 !important;
}

.text-warning {
    color: var(--bc-gold) !important;
}

/* Secao Escassez */
.bg-dark {
    background: var(--bc-dark) !important;
}

/* Pricing Cards */
.pricing-card {
    background: #fff;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.pricing-card-featured {
    border-color: var(--bc-gold);
    box-shadow: 0 5px 20px rgba(201, 162, 39, 0.3);
}

.pricing-card-featured:hover {
    box-shadow: 0 10px 35px rgba(201, 162, 39, 0.4);
}

.pricing-card .card-title {
    font-weight: 700;
    color: var(--bc-dark);
}

.price-original {
    color: #999;
    font-size: 1rem;
}

.price-promo {
    font-size: 2rem;
    font-weight: 700;
    color: var(--bc-gold-dark);
}

.price-period {
    font-size: 1rem;
    font-weight: 400;
}

.price-after {
    font-size: 0.85rem;
}

.pricing-card .btn-outline-primary {
    border-color: var(--bc-gold);
    color: var(--bc-gold-dark);
}

.pricing-card .btn-outline-primary:hover {
    background: var(--bc-gold);
    color: var(--bc-dark);
}

/* Pricing content wrapper - garante alinhamento vertical */
.pricing-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Secao de Prints */
.prints-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.prints-block {
    margin-bottom: 5rem;
}

.prints-block-last {
    margin-bottom: 0;
    padding-bottom: 2rem;
}

/* Device Mockups */
.device-mockup {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.device-frame {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.device-desktop {
    border: 3px solid var(--bc-dark-medium);
    border-radius: 8px;
    max-width: 100%;
}

.device-desktop img {
    display: block;
    width: 100%;
    height: auto;
}

.device-mobile {
    position: absolute;
    right: -15px;
    bottom: -15px;
    width: 28%;
    max-width: 110px;
    border: 3px solid var(--bc-dark-medium);
    border-radius: 14px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
    background: #fff;
}

.device-mobile img {
    display: block;
    width: 100%;
    height: auto;
}

.desktop-only {
    padding-right: 0;
    padding-bottom: 0;
}

.desktop-only .device-desktop {
    max-width: 100%;
}

.with-mobile {
    padding-right: 25px;
    padding-bottom: 25px;
}

/* Prova Social */
.text-success {
    color: var(--bc-gold) !important;
}

/* Footer */
footer.bg-dark {
    background: var(--bc-dark) !important;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .site-header {
        text-align: center;
        padding: 15px 0;
    }

    .logo-img {
        height: 52px;
    }

    .hero-section {
        text-align: center;
        padding: 110px 0 60px;
    }

    /* Prints section - mobile */
    .prints-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .prints-block {
        margin-bottom: 3rem;
        text-align: center;
    }

    .prints-block-last {
        text-align: center;
    }

    .device-mobile {
        position: relative;
        right: auto;
        bottom: auto;
        width: 45%;
        max-width: 140px;
        margin: 15px auto 0;
    }

    .with-mobile {
        padding-right: 0;
        padding-bottom: 0;
    }

    .device-mockup.with-mobile {
        flex-direction: column;
        align-items: center;
    }
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

/* Pricing cards - mobile */
@media (max-width: 768px) {
    .pricing-card {
        margin-bottom: 1rem;
    }

    .price-promo {
        font-size: 1.75rem;
    }

    .pricing-card-featured {
        order: -1;
    }
}
