body {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    margin: 0;
    color: #cbd5e1;
    background-color: #050505;
}

.hero,
.new-section {
    background: #050505;
    color: white;
    padding: 120px 20px;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.05) 0%, rgba(34, 197, 94, 0) 100%);
    pointer-events: none;
}

.hero h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.1;
    margin: 20px 0;
}

.hero p {
    font-size: 20px;
    color: #cfcfcf;
    max-width: 600px;
    margin: auto;
}

.btn,
.navbar {
    background: #22c55e;
    border: none;
    padding: 14px 40px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
}

.btn-lg {
    padding: 15px 35px;
    font-size: 16px;
}

.btn-main:hover {
    background: #1ea84c;
}

.section {
    padding: 60px 20px 60px;
}

.section.section-light {
    padding: 60px 15px 60px;
}

.section-light {
    background: transparent;
}

.section-light .title {
    color: #f8fafc;
}

.section-light p,
.section-light ul,
.section-light li {
    color: #94a3b8;
}

.section-light .card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.section-light .card h3,
.section-light .card h4 {
    color: #f8fafc;
}

.section-light .card strong {
    color: #22c55e;
}

.new-section {
    background: #050505;
}

hr {
    width: 80%;
    height: 5px;
    background: rgba(34, 197, 94, 0.5);
    border: none;
    margin: 20px auto;
    border-radius: 10px;
}

.linha-titulo {
    width: 120px;
    height: 3px;
    background: #2c7be5;
    border: none;
    margin: 15px auto 30px auto;
}

.texto-financeiro {
    font-size: 20px;
    max-width: 700px;
    margin: auto;
    line-height: 1.6;
    color: #555;
}

.title {
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
    word-wrap: break-word;
}

.card-custom {
    background: rgba(255,255,255,0.03);
    color: #f8fafc;
    border-radius: 15px;
    padding: 40px 20px;
    border: 1px solid rgba(255,255,255,0.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    height: 100%;
}

.card-custom:hover {
    transform: translateY(-10px);
    transition: 0.3s;
    box-shadow: 0 20px 35px rgba(0,0,0,0.5);
    border-color: rgba(34, 197, 94, 0.3);
}

.card-custom h5 {
    margin-top: 15px;
    font-weight: 600;
}

.card-custom p {
    color: #94a3b8;
}


.planilha-img {
    width: 100%;
    max-width: 850px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    margin-top: 30px;
}

.price{
    font-size: 46px;
    font-weight: 800;
    color: #22c55e;
    margin: 25px 0;
}

.btn-main, .btn-dark {
    transition: all 0.3s ease;
}

.btn-main:hover {
    background: #1ea84c;
    transform: scale(1.05);
}

.btn-dark:hover {
    background: #000;
    transform: scale(1.05);
}

.cta {
    background: #111;
    color: white;
}

.depoimento {
    background: rgba(255,255,255,0.03);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255,255,255,0.05);
}

footer {
    background: #000000;
    color: #64748b;
    padding: 30px;
    border-top: 1px solid rgba(255,255,255,0.05);
}

@media (max-width:768px) {

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

    .title {
        font-size: 30px;
    }

}

.carousel-wrapper {
    overflow: hidden;
    margin-top: 40px;
    position: relative;
}

.carousel-track {
    display: flex;
    gap: 30px;
    animation: scroll 20s linear infinite;
    width: max-content;
}

.carousel-track:hover {
    animation-play-state: paused;
}

.depoimento {
    min-width: 320px;
    max-width: 320px;
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.depoimento-header{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.foto-depoimento{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.stars {
    margin-bottom: 10px;
}

/* destaque para cronômetros */
#countdown, #countdown2 {
    background: linear-gradient(135deg, #ffecb3 0%, #ffd54f 100%);
    color: #000;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
}

/* permitir reutilizar classe caso necessário */
.countdown {
    background: linear-gradient(135deg, #ffecb3 0%, #ffd54f 100%);
    color: #000;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
}

/* animação */

@keyframes scroll {

    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }

}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pulsing-btn {
    animation: pulse 2s infinite;
}

.slide-up {
    animation: slideUp 0.6s ease-out;
}

/* TABLET */

@media (max-width:992px) {

    .hero,
    .new-section {
        padding: 80px 15px;
    }

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

    .hero p {
        font-size: 16px;
    }

    .title {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .section {
        padding: 50px 15px 50px;
    }

    .depoimento {
        min-width: 260px;
        max-width: 260px;
    }

    .card-custom {
        padding: 25px 15px;
    }

    .destaque {
        transform: scale(1.05);
    }

}

/* CELULAR */

@media (max-width:768px) {

    .hero {
        padding: 60px 15px;
    }

    .hero h1 {
        font-size: 32px;
        margin: 15px 0;
    }

    .hero p {
        font-size: 14px;
    }

    .btn-main {
        padding: 12px 25px;
        font-size: 14px;
    }

    .title {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .fs-4 {
        font-size: 18px !important;
    }

    .fs-5 {
        font-size: 15px !important;
    }

    .section {
        padding: 40px 15px 40px;
    }

    .card-custom {
        padding: 20px 15px;
        margin-bottom: 15px;
    }

    .card-custom h5 {
        font-size: 16px;
    }

    .card-custom p {
        font-size: 13px;
    }

}

/* MOBILE */

@media (max-width:576px) {

    .carousel-track {
        gap: 15px;
    }

    .depoimento {
        min-width: 100%;
        max-width: 100%;
        padding: 20px;
    }

    .hero {
        padding: 50px 12px;
    }

    .hero h1 {
        font-size: 26px;
        line-height: 1.2;
        margin: 12px 0;
    }

    .hero > div > p:first-child {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .hero p {
        font-size: 13px;
    }

    .btn-main, .btn-lg {
        padding: 10px 20px;
        font-size: 13px;
        width: 100%;
        max-width: 280px;
    }

    .title {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .section {
        padding: 35px 12px 35px;
    }

    .section.section-light {
        padding: 35px 12px 35px;
    }

    .section.new-section {
        padding: 35px 12px 35px;
    }

    .fs-4 {
        font-size: 16px !important;
        line-height: 1.4;
    }

    .fs-5 {
        font-size: 14px !important;
        line-height: 1.5;
    }

    .card-custom {
        padding: 18px 12px;
        margin-bottom: 15px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    }

    .card-custom h5 {
        font-size: 15px;
        margin-top: 10px;
    }

    .card-custom p {
        font-size: 12px;
        line-height: 1.5;
    }

    .card-custom small {
        font-size: 11px;
    }

    .plano-card{
        padding: 25px 15px;
        margin-bottom: 20px;
    }

    .plano-card h4 {
        font-size: 18px;
    }

    .plano-card p {
        font-size: 12px;
    }

    .price {
        font-size: 28px;
        margin: 15px 0;
    }

    .lista-beneficios li {
        padding: 8px 0;
        font-size: 12px;
    }

    .destaque {
        transform: scale(1);
    }

    .badge-plano {
        top: -8px;
        right: -8px;
        padding: 6px 10px;
        font-size: 10px;
    }

    .accordion-button {
        font-size: 13px;
        padding: 12px;
    }

    .accordion-body {
        font-size: 12px;
        padding: 15px;
    }

}

/* EXTRA PEQUENO - TELAS MENORES QUE 530px */

@media (max-width:530px) {

    .carousel-wrapper {
        margin-top: 20px;
        padding: 0;
        overflow: visible;
    }

    .carousel-track {
        gap: 12px;
        padding: 0 10px;
        animation: none;
        overflow-x: auto;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        width: 100%;
    }

    .carousel-track::-webkit-scrollbar {
        height: 4px;
    }

    .carousel-track::-webkit-scrollbar-track {
        background: #e0e0e0;
        border-radius: 10px;
    }

    .carousel-track::-webkit-scrollbar-thumb {
        background: #22c55e;
        border-radius: 10px;
    }

    .carousel-track::-webkit-scrollbar-thumb:hover {
        background: #1ea84c;
    }

    .depoimento {
        min-width: calc(100vw - 44px);
        max-width: calc(100vw - 44px);
        padding: 16px;
        margin: 0;
        background: white;
        border-radius: 8px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
        flex-shrink: 0;
    }

    .depoimento-header {
        gap: 8px;
        margin-bottom: 8px;
        flex-wrap: wrap;
    }

    .depoimento-header strong {
        font-size: 12px;
        flex: 1;
        min-width: auto;
    }

    .depoimento-header small {
        font-size: 9px;
        width: 100%;
        text-align: left;
        margin-top: 2px;
    }

    .depoimento p {
        font-size: 11px;
        line-height: 1.4;
        margin: 6px 0;
        color: #555;
    }

    .depoimento small {
        font-size: 12px;
        display: block;
        margin-top: 4px;
    }

    .foto-depoimento {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }

    .section.section-light {
        padding: 30px 10px 30px;
    }

    .col-md-6 {
        padding: 0 10px;
    }

    .row.justify-content-center {
        margin-left: -5px;
        margin-right: -5px;
    }

    .row > * {
        padding-left: 5px;
        padding-right: 5px;
    }

    /* Melhorar cards em telas pequenas */
    .row.g-4 {
        gap: 0.75rem !important;
    }

    .row.g-4 > * {
        padding: 0.375rem;
    }

    /* Ajustar seção "POR QUE ESSA PLANILHA FUNCIONA" */
    .row[style*="margin-top: 30px"] {
        gap: 15px;
    }

    .row[style*="margin-top: 30px"] > div {
        min-width: 100%;
    }

    /* Melhorar texto em telas pequenas */
    .fs-4 {
        font-size: 15px !important;
    }

    .fs-5 {
        font-size: 13px !important;
    }

    /* Botões melhorados para telas pequenas */
    .btn-light {
        width: 100%;
        max-width: 100%;
    }

    /* Melhorar section em telas pequenas */
    .section.text-center div[style*="background: linear-gradient"] {
        padding: 20px 10px;
    }

    /* Garantir que badges fiquem bem em telas pequenas */
    .badge-plano {
        font-size: 9px;
        padding: 5px 8px;
    }

}

@keyframes scroll {

    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-25%);
    }

}

/* TESTE */
.plano-card{
    background: rgba(255,255,255,0.03);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.05);
}

.plano-card h4 {
    font-size: 22px;
    margin-bottom: 8px;
    color: #f8fafc;
}

.plano-card p {
    margin-bottom: 15px;
    font-size: 14px;
    color: #94a3b8;
}

.price{
    font-size: 36px;
    font-weight: bold;
    margin: 20px 0;
    color: #f8fafc;
}

.lista-beneficios{
    list-style: none;
    padding: 0;
    text-align: left;
    margin: 20px 0;
}

.lista-beneficios li{
    padding: 10px 0;
    color: #cbd5e1;
    font-weight: 500;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.lista-beneficios li:last-child {
    border-bottom: none;
}

.destaque{
    transform: scale(1.08);
    border: 2px solid #22c55e;
    box-shadow: 0 20px 50px rgba(34, 197, 94, 0.15);
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(10px);
}

.destaque .btn {
    background: #22c55e;
    color: white;
}

.destaque .btn:hover {
    background: #1ea84c;
}

.badge-plano{
    position: absolute;
    top: -10px;
    right: -10px;
    background: #dc3545;
    color: white;
    padding: 8px 12px;
    font-size: 12px;
    border-radius: 50px;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(220, 53, 69, 0.3);
}

/* RESPONSIVE INLINE STYLES */

.hero-alert {
    color: #22c55e;
    font-weight: bold;
    font-size: 18px;
}

.hero-subtext {
    font-size: 18px;
    line-height: 1.5;
}

.hero-countdown {
    margin-top: 20px;
    font-size: 14px;
    color: #cfcfcf;
}

.urgency-box {
    background: rgba(34, 197, 94, 0.15);
    padding: 30px;
    border-radius: 15px;
    border: 2px solid #22c55e;
    margin-bottom: 30px;
}

.urgency-box h3 {
    color: #22c55e;
    font-weight: 800;
    margin-bottom: 15px;
}

.problem-text {
    margin: 15px 0;
    font-size: 13px;
    color: #555;
}

.benefit-list li {
    padding: 8px 0;
    font-size: 12px;
    border-bottom: 1px solid #eee;
}

/* MEDIA QUERIES */

@media (max-width: 768px) {
    .hero-alert {
        font-size: 15px;
    }

    .hero-subtext {
        font-size: 15px;
    }

    .hero-countdown {
        font-size: 12px;
    }

    .urgency-box {
        padding: 20px;
    }

    .urgency-box h3 {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .hero-alert {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .hero-subtext {
        font-size: 13px;
    }

    .hero-countdown {
        font-size: 11px;
        line-height: 1.4;
    }

    .urgency-box {
        padding: 18px;
        margin-bottom: 20px;
    }

    .urgency-box h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .urgency-box p {
        margin-bottom: 15px;
        font-size: 12px;
    }

    .problem-text {
        font-size: 12px;
    }

    .benefit-list li {
        padding: 7px 0;
        font-size: 11px;
    }
}

/* DEMO SECTION STYLES */
.demo-section {
    background: radial-gradient(circle at center, #1a1a1a 0%, #050505 100%);
    position: relative;
    overflow: hidden;
}

.window-mockup {
    background: #1e1e1e;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.window-header {
    background: #2a2a2a;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.window-dots {
    display: flex;
    gap: 8px;
}

.window-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.dot-red { background: #ff5f56; }
.dot-yellow { background: #ffbd2e; }
.dot-green { background: #27c93f; }

.window-title {
    flex: 1;
    text-align: center;
    color: #a0aec0;
    font-size: 13px;
    font-weight: 500;
    margin-right: 52px;
}

.nav-btn-hover:hover {
    background-color: #333 !important;
    transform: scale(1.1);
}

/* FEATURE CARDS (BENEFITS) STYLES */
.feature-card:hover {
    transform: translateY(-8px) !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4) !important;
}

.text-purple {
    color: #d63384 !important;
}

/* Custom Carousel Caption */
.demo-caption {
    bottom: 25px;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 15px 25px;
    max-width: 500px;
    margin: 0 auto;
    left: 0;
    right: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

@media (max-width: 767px) {
    .demo-caption {
        position: relative !important;
        right: auto !important;
        left: auto !important;
        bottom: auto !important;
        margin-top: 0px;
        margin-bottom: 25px;
        padding: 12px 15px;
        width: 90%;
        max-width: 100%;
        border-radius: 8px;
    }
    .demo-caption h5 {
        font-size: 1.1rem;
    }
    .demo-caption p {
        font-size: 0.85rem;
    }
}
