/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

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

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

p {
    margin-bottom: 1rem;
    color: #666;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    justify-content: center;
}

.btn-primary {
    background: linear-gradient(135deg, #ff0000, #A855F7);
    color: white;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #A855F7, #ff0000);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(139, 92, 246, 0.3);
}

.btn-outline {
    background: transparent;
    color: #ff0000;
    border: 2px solid #ff0000;
}

.btn-outline:hover {
    background: #ff0000;
    color: white;
}

.btn-white {
    background: white;
    color: #ff0000;
}

.btn-white:hover {
    background: #f8f9fa;
}

.btn-large {
    padding: 16px 32px;
    font-size: 18px;
}

.btn-app-store {
    padding: 12px 20px;
    border-radius: 12px;
    font-weight: 600;
    min-width: 200px;
}

.btn-app-store.google {
    background: #34A853;
    color: white;
}

.btn-app-store.google:hover {
    background: #2E8B47;
}

.btn-app-store.apple {
    background: #000;
    color: white;
}

.btn-app-store.apple:hover {
    background: #333;
}

/* Header */
.header {
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-icon img{
    width: 100px;
}
.logo-text {
    font-size: 24px;
    font-weight: 700;
    color: #333;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #F3F4F6 0%, #FFFFFF 50%, #F3F4F6 100%);
    padding: 120px 0 80px;
    text-align: center;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.badge {
    display: inline-block;
    background: #EDE9FE;
    color: #ff0000;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2rem;
}

.hero-title {
    font-size: 3.5rem;
    color: #333;
    margin-bottom: 1.5rem;
}

.gradient-text {
    background: linear-gradient(135deg, #ff0000, #A855F7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-description {
    font-size: 1.25rem;
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 1rem;
}

.section-description {
    font-size: 1.25rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* How It Works Section */
.how-it-works {
    padding: 80px 0;
    background: white;
}

.steps-grid {
    cursor: pointer;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.step-card {
    background: white;
    border: 2px solid #E5E7EB;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}

.step-card:hover {
    border-color: #ff0000;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.step-number {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 32px;
    height: 32px;
    background: #ff0000;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
}

.step-icon {
    width: 64px;
    height: 64px;
    background: #EDE9FE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: #ff0000;
    font-size: 24px;
}

.step-title {
    font-size: 1.25rem;
    color: #333;
    margin-bottom: 1rem;
}

.step-description {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* Advantages Section */
.advantages {
    padding: 80px 0;
    background: linear-gradient(135deg, #F3F4F6 0%, #FFFFFF 100%);
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.advantage-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.advantage-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.advantage-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 24px;
}

.advantage-card.green .advantage-icon {
    background: linear-gradient(135deg, #10B981, #059669);
}

.advantage-card.blue .advantage-icon {
    background: linear-gradient(135deg, #3B82F6, #2563EB);
}

.advantage-card.yellow .advantage-icon {
    background: linear-gradient(135deg, #F59E0B, #D97706);
}

.advantage-card.purple .advantage-icon {
    background: linear-gradient(135deg, #ff0000, #7C3AED);
}

.advantage-title {
    font-size: 1.25rem;
    color: #333;
    margin-bottom: 1rem;
}

.advantage-description {
    color: #666;
    line-height: 1.6;
}

/* Features Section */
.features {
    padding: 80px 0;
    background: white;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-card {
    background: white;
    border: 2px solid #E5E7EB;
    border-radius: 16px;
    padding: 2rem;
    transition: all 0.3s ease;
}

.feature-card:hover {
    border-color: #ff0000;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: #EDE9FE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: #ff0000;
    font-size: 32px;
}

.feature-title {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 1rem;
    text-align: center;
}

.feature-description {
    color: #666;
    margin-bottom: 1.5rem;
    text-align: center;
}

.feature-list {
    list-style: none;
}

.feature-list li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    color: #666;
}

.feature-list i {
    color: #10B981;
    font-size: 14px;
}

/* Differentials Section */
.differentials {
    padding: 80px 0;
    background: linear-gradient(135deg, #F9FAFB 0%, #FFFFFF 100%);
}

.differentials-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.differentials-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.differential-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.differential-icon {
    width: 48px;
    height: 48px;
    background: #EDE9FE;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff0000;
    font-size: 20px;
    flex-shrink: 0;
}

.differential-title {
    font-size: 1.25rem;
    color: #333;
    margin-bottom: 0.5rem;
}

.differential-description {
    color: #666;
    line-height: 1.6;
}

.cta-box {
    background: linear-gradient(135deg, #ff0000, #A855F7);
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    color: white;
}

.cta-icon {
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 24px;
}

.cta-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: white;
}

.cta-description {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
}

/* Mobile App Section */
.mobile-app {
    padding: 30px 0;
    
}

.mobile-app-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.mobile-app-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.mobile-app-description {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.app-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.app-download-area {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.app-download-btn {
  background-color: #FFE93D; /* amarelo vibrante */
  border-radius: 100px;
  padding: 12px 24px;
  transition: all 0.3s ease;
}

.app-download-btn a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #8B5CF6; /* roxo */
  font-weight: 600;
  text-decoration: none;
}

.app-download-btn a i {
  font-size: 20px;
}

.app-download-btn p {
  margin: 0;
  line-height: 1.2;
  font-size: 14px;
}

.app-download-btn span {
  display: block;
  font-size: 12px;
}
.mobile-mockup {
    display: flex;
    justify-content: center;
    position: relative;
}

.phone {
    width: 250px;
    height: 400px;
    background: white;
    border-radius: 30px;
    padding: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
}

.phone-screen {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #EDE9FE, #DDD6FE);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-content {
    text-align: center;
    color: #ff0000;
}

.app-content i {
    font-size: 48px;
    margin-bottom: 1rem;
}

.app-content h4 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.app-content p {
    font-size: 14px;
    color: #666;
}

/* Final CTA Section */
.final-cta {
    padding: 80px 0;
    background: white;
    text-align: center;
}

.final-cta-content {
    max-width: 600px;
    margin: 0 auto;
}

.final-cta-title {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 1.5rem;
}

.final-cta-description {
    font-size: 1.25rem;
    color: #666;
    margin-bottom: 2rem;
}

.final-cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Footer */
.footer {
    background: #ff0000;
    color: white;
    padding: 30px 0 10px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-brand .logo-text {
    color: white;
}

.footer-description {
    color: #ffffff;
    margin-top: 1rem;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.footer-title {
    font-size: 1.125rem;
    color: white;
    margin-bottom: 1rem;
}

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

.footer-list li {
    margin-bottom: 0.5rem;
}

.footer-link {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: white;
}

.footer-bottom {
    /*border-top: 1px solid #374151;*/
    padding: 10px;
    text-align: center;
}

.footer-copyright {
    color: #ffffff;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.float {
    animation: float 3s ease-in-out infinite;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .hero-buttons,
    .final-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-large {
        width: 100%;
        max-width: 300px;
    }
    
    .steps-grid {
        grid-template-columns: 1fr;
    }
    
    .advantages-grid {
        grid-template-columns: 1fr;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .differentials-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .mobile-app-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .footer-links {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .app-buttons {
        align-items: center;
    }
    
    .nav {
        /*flex-direction: column;*/
        gap: 1rem;
    }
    
    .hero {
        padding: 100px 0 60px;
    }
    
    .mobile-app-title {
        font-size: 2rem;
    }
    
    .final-cta-title {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .mobile-app-title,
    .final-cta-title {
        font-size: 1.75rem;
    }
    
    .phone {
        width: 200px;
        height: 320px;
    }
    
    .step-card,
    .advantage-card,
    .feature-card {
        padding: 1.5rem;
    }
    
    .cta-box {
        padding: 2rem;
    }
}




.animate-subtle-pulse.jsx-576413fd876a5dc {
    -webkit-animation: subtle-pulse 2s infinite ease-in-out;
    -moz-animation: subtle-pulse 2s infinite ease-in-out;
    -o-animation: subtle-pulse 2s infinite ease-in-out;
    animation: subtle-pulse 2s infinite ease-in-out;
}

.duration-200 {
    animation-duration: .2s;
}
.duration-200 {
    transition-duration: .2s;
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}
.shadow-lg, .shadow-md {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.font-extrabold {
    font-weight: 800;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}