:root {
    --bg-dark: #09080d;
    --text-light: #fffef6;
    --primary-orange: #ea8913;
    --primary-green: #4b5b34;
    --card-bg: rgba(255, 255, 255, 0.05);
    --border-color: rgba(255, 255, 255, 0.1);

    --bronze: #cd7f32;
    --silver: #c0c0c0;
    --gold: #ffd700;

    --font-heading: 'Audiowide', cursive;
    --font-body: 'Inter', sans-serif;

    --transition: all 0.3s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    background-color: var(--bg-dark);
    color: var(--text-light);
    font-family: var(--font-body);
    line-height: 1.6;
    overflow-x: hidden;
    width: 100%;
}


/* Utilities */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.text-center {
    text-align: center;
}

.position-relative {
    position: relative;
}

.z-1 {
    z-index: 1;
}

.text-orange {
    color: var(--primary-orange);
}

.text-green {
    color: var(--primary-green);
}

.text-bronze {
    color: var(--bronze);
}

.text-silver {
    color: var(--silver);
}

.text-gold {
    color: var(--gold);
}

.text-gradient {
    background: linear-gradient(90deg, var(--primary-orange), #ffae4a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6,
.plan-name {
    font-family: var(--font-heading);
    text-transform: uppercase;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    cursor: pointer;
    font-family: var(--font-body);
    font-size: 0.95rem;
    gap: 8px;
    border: none;
}

.btn-primary {
    background-color: var(--primary-orange);
    color: var(--bg-dark);
    box-shadow: 0 4px 15px rgba(234, 137, 19, 0.3);
}

.btn-primary:hover {
    background-color: #ffae4a;
    box-shadow: 0 6px 20px rgba(234, 137, 19, 0.5);
    transform: translateY(-2px);
}

.btn-secondary {
    background-color: var(--primary-green);
    color: var(--text-light);
}

.btn-secondary:hover {
    background-color: #5d7042;
    transform: translateY(-2px);
}

.btn-outline {
    background: transparent;
    color: var(--text-light);
    border: 1px solid var(--border-color);
}

.btn-outline:hover {
    border-color: var(--primary-orange);
    color: var(--primary-orange);
}

.btn-lg {
    padding: 16px 32px;
    font-size: 1.1rem;
}

/* Header & Nav */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 0;
    transition: var(--transition);
    background: rgba(9, 8, 13, 0.8);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid transparent;
}

.header.scrolled {
    padding: 15px 0;
    background: rgba(9, 8, 13, 0.95);
    border-bottom: 1px solid var(--border-color);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 40px;
    width: auto;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav-link {
    color: #ccc;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: var(--transition);
}

.nav-link:hover {
    color: var(--primary-orange);
}

.mobile-toggle {
    display: none;
    background: transparent;
    border: none;
    color: var(--text-light);
    cursor: pointer;
    padding: 5px;
}

/* Hero Section */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 100px;
    position: relative;
    overflow: hidden;
    background-image: url('./bg.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(9, 8, 13, 0.82); */
    z-index: 1;
}

.hero-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 2;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.05);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    border: 1px solid var(--border-color);
    margin-bottom: 20px;
}

.badge-dot {
    width: 8px;
    height: 8px;
    background-color: var(--primary-green);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--primary-green);
}

.hero-title {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 20px;
}

.hero-subtitle {
    font-size: 1.1rem;
    color: #aaa;
    margin: 0 auto 30px;
    max-width: 500px;
}

.hero-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
}

/* Aurora Background */
.aurora-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    background: rgba(9, 8, 13, 0.9);
}

.aurora {
    position: absolute;
    width: 60vw;
    height: 60vw;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.5;
    mix-blend-mode: screen;
    animation: aurora-float 20s infinite alternate linear;
    pointer-events: none;
    transition: transform 0.2s ease-out;
    /* For JS interaction */
}

.aurora-1 {
    background: radial-gradient(circle, rgba(234, 137, 19, 0.6) 0%, rgba(234, 137, 19, 0) 70%);
    top: -20%;
    left: -10%;
    animation-delay: 0s;
}

.aurora-2 {
    background: radial-gradient(circle, rgba(75, 91, 52, 0.6) 0%, rgba(75, 91, 52, 0) 70%);
    bottom: -20%;
    right: -10%;
    animation-delay: -5s;
}

.aurora-3 {
    background: radial-gradient(circle, rgba(205, 127, 50, 0.5) 0%, rgba(205, 127, 50, 0) 70%);
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 80vw;
    height: 30vw;
    animation-delay: -10s;
}

@keyframes aurora-float {
    0% {
        transform: translate(0, 0) scale(1) rotate(0deg);
    }

    33% {
        transform: translate(5vw, -5vh) scale(1.1) rotate(5deg);
    }

    66% {
        transform: translate(-5vw, 5vh) scale(0.9) rotate(-5deg);
    }

    100% {
        transform: translate(0, 0) scale(1) rotate(0deg);
    }
}

/* Section Shared */
section {
    padding: 100px 0;
    position: relative;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.section-subtitle {
    color: #aaa;
    max-width: 600px;
    margin: 0 auto;
}

/* Processo Section */
.processo {
    padding: 60px 0 20px;
}

.process-banner {
    background: linear-gradient(135deg, rgba(234, 137, 19, 0.05), rgba(75, 91, 52, 0.05));
    border: 1px solid var(--border-color);
    padding: 50px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

.process-banner .section-title {
    margin-bottom: 30px;
    font-size: 2.2rem;
    line-height: 1.3;
    text-align: left;
}

.process-list {
    list-style: none;
    margin-bottom: 30px;
}

.process-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 1.15rem;
    font-weight: 500;
}

.process-list li .material-symbols-outlined {
    font-size: 2rem;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px;
    border-radius: 12px;
}

.process-desc {
    color: #bbb;
    font-size: 1.1rem;
    line-height: 1.7;
    background: rgba(0,0,0,0.3);
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid var(--primary-orange);
}

@media (max-width: 768px) {
    .process-banner {
        padding: 30px 20px;
    }
    .process-banner .section-title {
        font-size: 1.6rem;
    }
    .process-list li {
        font-size: 1rem;
    }
}

/* Benefícios Grid */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.benefit-card {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    padding: 40px 30px;
    border-radius: 16px;
    transition: var(--transition);
    backdrop-filter: blur(10px);
}

.benefit-card:hover {
    transform: translateY(-10px);
    border-color: var(--primary-orange);
    background: rgba(234, 137, 19, 0.05);
}

.benefit-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--primary-orange);
}

.benefit-icon span {
    font-size: 32px;
}

.benefit-title {
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.benefit-desc {
    color: #aaa;
    font-size: 0.9rem;
}

/* Modalidades (Pricing Table) */
.pricing-table-wrapper {
    overflow-x: auto;
    background: var(--card-bg);
    border-radius: 16px;
    border: 1px solid var(--border-color);
    padding: 20px;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    min-width: unset;
    /* Fixed horizontal scroll constraints */
}

.pricing-table th,
.pricing-table td {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid var(--border-color);
}

.pricing-table th {
    border-bottom: none;
}

.pricing-table .feature-col {
    text-align: left;
    width: 25%;
}

.pricing-table .feature-name {
    text-align: left;
    font-weight: 500;
    color: #ccc;
}

.pricing-table tr:last-child td {
    border-bottom: none;
}

.plan-header {
    background: rgba(0, 0, 0, 0.2);
    padding: 15px 10px;
    border-radius: 12px;
    position: relative;
    border: 1px solid transparent;
}

.plan-header.popular-plan {
    background: rgba(234, 137, 19, 0.05);
    border-color: var(--primary-orange);
    box-shadow: 0 0 20px rgba(234, 137, 19, 0.1);
}

.popular-badge {
    position: absolute;
    width: 65%;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-orange);
    color: var(--bg-dark);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
}

.plan-name {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.plan-price {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
    font-weight: 700;
    color: var(--text-light);
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    white-space: nowrap;
}

.plan-price .period {
    font-size: clamp(0.7rem, 2.5vw, 0.8rem);
    color: #888;
    font-weight: 400;
}

/* Animations Scroll Reveal */
.reveal-fade {
    opacity: 0;
    transition: opacity 0.8s ease-out;
}

.reveal-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal-visible {
    opacity: 1;
    transform: translateY(0);
}

.pricing-mobile {
    display: none;
}

/* Simulador */
.simulador-box {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 40px;
    backdrop-filter: blur(10px);
}

.input-group {
    margin-bottom: 40px;
}

.input-group label {
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: var(--font-heading);
    color: #ddd;
}

.range-container {
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    border: 1px solid var(--border-color);
}

.range-value {
    display: block;
    text-align: center;
    font-size: 2rem;
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--primary-orange);
    margin-bottom: 20px;
}

.range-slider {
    width: 100%;
    -webkit-appearance: none;
    height: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    outline: none;
}

.range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--primary-orange);
    cursor: pointer;
    box-shadow: 0 0 10px var(--primary-orange);
    transition: var(--transition);
}

.range-slider::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--primary-orange);
    cursor: pointer;
    box-shadow: 0 0 10px var(--primary-orange);
    border: none;
}

.results-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

.result-card {
    background: rgba(0, 0, 0, 0.2);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid var(--border-color);
}

.result-card.highlight-card {
    background: rgba(234, 137, 19, 0.05);
    border-color: rgba(234, 137, 19, 0.3);
}

.result-card h4 {
    font-size: 0.9rem;
    margin-bottom: 10px;
    color: #bbb;
}

.result-card .value {
    font-size: 2rem;
    font-weight: 700;
    font-family: var(--font-heading);
}

.simulador-note {
    font-size: 0.85rem;
    text-align: center;
    color: #888;
}

/* FAQ */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    overflow: hidden;
    transition: var(--transition);
}

.faq-item.active {
    border-color: var(--primary-green);
    box-shadow: 0 0 15px rgba(75, 91, 52, 0.2);
}

.faq-question {
    width: 100%;
    text-align: left;
    padding: 20px;
    background: transparent;
    border: none;
    color: var(--text-light);
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font-body);
}

.icon-expand {
    transition: transform 0.3s ease;
}

.faq-item.active .icon-expand {
    transform: rotate(180deg);
    color: var(--primary-green);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer p {
    padding: 0 20px 20px;
    color: #aaa;
}

/* Contato CTA */
.cta-box {
    background: linear-gradient(135deg, rgba(234, 137, 19, 0.1) 0%, rgba(75, 91, 52, 0.1) 100%);
    border: 1px solid var(--border-color);
    padding: 60px 40px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

.cta-title {
    margin-bottom: 20px;
}

.cta-text {
    color: #ccc;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Footer */
.footer {
    background: #040306;
    padding: 80px 0 0;
    border-top: 1px solid var(--border-color);
}

.footer-container {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 50px;
    margin-bottom: 60px;
}

.footer-brand img {
    height: 40px;
    margin-bottom: 20px;
}

.footer-brand p {
    color: #888;
    max-width: 300px;
}

.footer h4 {
    font-family: var(--font-heading);
    margin-bottom: 20px;
}

.footer-links ul {
    list-style: none;
}

.footer-links a {
    color: #888;
    text-decoration: none;
    transition: var(--transition);
    display: block;
    margin-bottom: 10px;
}

.footer-links a:hover {
    color: var(--primary-orange);
}

.footer-contato p {
    color: #888;
    margin-bottom: 10px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 20px 0;
    text-align: center;
    color: #666;
    font-size: 0.9rem;
}

/* WhatsApp Float Button */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: all 0.3s ease;
    animation: pulse-whatsapp 2s infinite;
}

.whatsapp-float:hover {
    background-color: #128c7e;
    transform: scale(1.1);
    color: #fff;
}

@keyframes pulse-whatsapp {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Media Queries */
@media (max-width: 992px) {
    .footer-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .footer-brand p {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {

    .nav-menu,
    .header .btn-primary {
        display: none;
    }

    .mobile-toggle {
        display: block;
    }

    /* Navigation Mobile Open state */
    .nav.active {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(9, 8, 13, 0.98);
        padding: 20px;
        border-bottom: 1px solid var(--border-color);
    }

    .nav.active .nav-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .pricing-table-wrapper {
        display: none;
        /* Hide standard table on mobile */
    }

    .pricing-mobile {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .plan-card {
        background: var(--card-bg);
        border: 1px solid var(--border-color);
        border-radius: 16px;
        padding: 30px;
        text-align: center;
        position: relative;
    }

    .plan-card.highlight {
        background: rgba(234, 137, 19, 0.05);
        border-color: var(--primary-orange);
    }

    .plan-features {
        list-style: none;
        text-align: left;
        margin: 20px 0 30px;
        border-top: 1px solid var(--border-color);
        padding-top: 20px;
    }

    .plan-features li {
        margin-bottom: 12px;
        color: #ddd;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .plan-features li .material-symbols-outlined {
        color: var(--primary-green);
        font-size: 1.2rem;
    }

    .results-grid {
        grid-template-columns: 1fr;
    }

}