.hero-banner {
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 20px 80px;
}

.hero-inner {
    max-width: 720px;
    text-align: center;
    color: #fff;
}

.hero-tag {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 999px;
    background: rgba(212, 175, 55, 0.25);
    color: #f5e7c8;
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hero-inner h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3.2rem);
    line-height: 1.15;
    margin-bottom: 16px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.hero-text {
    font-size: 1.15rem;
    color: #e8e8e8;
    line-height: 1.6;
    margin-bottom: 28px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    border: 2px solid transparent;
}

.btn-gold {
    background: linear-gradient(135deg, #d4af37, #b8860b);
    color: #0f172a;
}

.btn-outline {
    border-color: #d4af37;
    color: #f5e7c8;
    background: rgba(0, 0, 0, 0.25);
}

.btn-ghost {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
}

.menu-fixo a.menu-cta,
.menu-fixo a.menu-hotmart {
    background: #d4af37;
    color: #0f172a !important;
    font-weight: 700;
}

.menu-fixo a.menu-hotmart {
    background: rgba(255, 255, 255, 0.2);
    color: #fff !important;
}

.steps-card h2 {
    font-family: 'Playfair Display', serif;
    text-align: center;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #d4af37, #f5e7c8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.steps-list {
    color: #fff;
    line-height: 1.8;
    padding-left: 1.2rem;
}

.steps-list li {
    margin-bottom: 8px;
}

.demo-hint {
    text-align: center;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
}

.demo-hint code {
    background: rgba(0, 0, 0, 0.3);
    padding: 2px 8px;
    border-radius: 4px;
    color: #d4af37;
}

.site-footer {
    text-align: center;
    padding: 40px 20px 60px;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    z-index: 10;
}

.site-footer a {
    color: #d4af37;
}

.upload-area.dragover {
    background: rgba(255, 255, 255, 0.15);
}

.codigo-gate {
    margin-bottom: 24px;
    padding: 24px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(212, 175, 55, 0.35);
}

.codigo-gate label {
    color: #fff;
    display: block;
    margin-bottom: 8px;
}

.codigo-gate input {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 1rem;
    margin-bottom: 12px;
}

.codigo-msg {
    color: #ffb4b4;
    font-size: 0.9rem;
    min-height: 1.2em;
}

.codigo-info {
    color: #a8e6a8;
    font-size: 0.9rem;
    margin-bottom: 16px;
}

.page-criar .parallax-container {
    opacity: 0.85;
}

.hotmart-page {
    position: relative;
    z-index: 10;
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 20px 60px;
    color: #fff;
}

.hotmart-page h1 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    margin-bottom: 12px;
    background: linear-gradient(135deg, #d4af37, #f5e7c8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.preco-box {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 20px;
    padding: 28px;
    margin: 28px 0;
    text-align: center;
}

.preco-box .preco {
    font-size: 2.5rem;
    font-weight: 700;
    color: #d4af37;
}

.beneficios {
    list-style: none;
    padding: 0;
}

.beneficios li {
    padding: 10px 0 10px 28px;
    position: relative;
    line-height: 1.5;
}

.beneficios li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #d4af37;
    font-weight: bold;
}

@media (max-width: 768px) {
    .menu-fixo {
        top: 10px;
        padding: 8px 12px;
        max-width: 95vw;
    }

    .menu-fixo a {
        font-size: 0.75em;
        padding: 6px 12px;
    }

    .cards-grid {
        grid-template-columns: 1fr !important;
    }
}
