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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
}

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

/* Header */
.header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 1rem 0;
}

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

.logo h1 {
    font-size: 1.8rem;
    color: #333;
}

.logo span {
    color: #7C3AED;
}

.nav {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s;
}

.nav a:hover {
    color: #7C3AED;
}

.btn-demo {
    background: #7C3AED;
    color: white !important;
    padding: 0.6rem 1.5rem;
    border-radius: 8px;
    transition: background 0.3s;
}

.btn-demo:hover {
    background: #6D28D9;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #7C3AED 0%, #5B21B6 100%);
    color: white;
    padding: 4rem 0;
    min-height: 600px;
}

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

.hero-left {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.hero-icon {
    margin-bottom: 1rem;
}

.hero-badge {
    color: #A78BFA;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.hero-title {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 700;
}

.hero-description {
    font-size: 1.1rem;
    opacity: 0.95;
}

/* Form Card */
.form-card {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.form-card h3 {
    color: #333;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
}

.demo-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.demo-form input,
.demo-form select {
    padding: 0.9rem;
    border: 2px solid #E5E7EB;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s;
}

.demo-form input:focus,
.demo-form select:focus {
    outline: none;
    border-color: #7C3AED;
}

.btn-submit {
    background: #7C3AED;
    color: white;
    padding: 1rem;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
}

.btn-submit:hover {
    background: #6D28D9;
    transform: translateY(-2px);
}

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

/* Services Section */
.services {
    padding: 5rem 0;
    background: #F9FAFB;
}

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

.section-subtitle {
    text-align: center;
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto 3rem;
    color: #666;
}

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

.service-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: center;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(124, 58, 237, 0.2);
}

.service-icon {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
}

.lgpd-note {
    text-align: center;
    font-size: 0.9rem;
    color: #666;
    margin: 2rem 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.btn-primary {
    display: block;
    margin: 2rem auto;
    background: #7C3AED;
    color: white;
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
}

.btn-primary:hover {
    background: #6D28D9;
    transform: translateY(-2px);
}

/* Advantages Section */
.advantages {
    padding: 5rem 0;
    background: white;
}

.advantages-content {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 3rem;
    align-items: center;
    margin-top: 3rem;
}

.advantages-left,
.advantages-right {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

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

.advantage-icon {
    font-size: 2rem;
    flex-shrink: 0;
}

.advantage-item h4 {
    color: #333;
    margin-bottom: 0.3rem;
}

.advantage-item p {
    color: #666;
    font-size: 0.95rem;
}

.advantages-center {
    display: flex;
    justify-content: center;
}

.person-image {
    width: 250px;
    height: 300px;
    position: relative;
}

.person-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #7C3AED 0%, #A78BFA 100%);
    border-radius: 50% 50% 0 0;
    position: relative;
    overflow: hidden;
}

.person-placeholder::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 60%;
    background: white;
    border-radius: 50% 50% 0 0;
}

/* Data Section */
.data-section {
    padding: 5rem 0;
    background: #F9FAFB;
}

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

.data-left h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #333;
}

.data-left p {
    font-size: 1.1rem;
    color: #666;
}

.data-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.data-card {
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.data-label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.8rem;
    color: #333;
}

.data-bar {
    height: 8px;
    background: linear-gradient(90deg, #7C3AED 0%, #A78BFA 100%);
    border-radius: 4px;
}

/* Testimonials Section */
.testimonials {
    padding: 5rem 0;
    background: white;
}

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

.testimonial-card {
    background: #F9FAFB;
    padding: 2rem;
    border-radius: 12px;
    border-top: 4px solid #7C3AED;
    transition: transform 0.3s;
}

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

.stars {
    color: #FCD34D;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.testimonial-text {
    color: #333;
    margin-bottom: 1.5rem;
    font-style: italic;
    line-height: 1.6;
}

.testimonial-author {
    font-weight: 600;
    color: #7C3AED;
    margin-bottom: 0.3rem;
}

.testimonial-company {
    font-size: 0.9rem;
    color: #666;
}

/* Comparison Section */
.comparison {
    padding: 5rem 0;
    background: #F9FAFB;
}

.comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 3rem;
}

.comparison-card {
    background: white;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.comparison-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #333;
}

.comparison-card ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.comparison-card li {
    font-size: 1rem;
    line-height: 1.6;
}

.comparison-card.without {
    border-left: 4px solid #EF4444;
}

.comparison-card.with {
    border-left: 4px solid #10B981;
}

/* Footer */
.footer {
    background: #1F2937;
    color: white;
    padding: 3rem 0 1rem;
}

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

.footer-section h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.footer-section h3 span {
    color: #7C3AED;
}

.footer-section h4 {
    margin-bottom: 1rem;
    color: #A78BFA;
}

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

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

.footer-section a {
    color: #D1D5DB;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section a:hover {
    color: #A78BFA;
}

.footer-section p {
    color: #D1D5DB;
    margin-bottom: 0.5rem;
}

.footer-bottom {
    border-top: 1px solid #374151;
    padding-top: 1.5rem;
    text-align: center;
    color: #9CA3AF;
}

/* Responsive Design */
@media (max-width: 968px) {
    .hero-content {
        grid-template-columns: 1fr;
    }
    
    .advantages-content {
        grid-template-columns: 1fr;
    }
    
    .advantages-center {
        order: -1;
    }
    
    .data-content {
        grid-template-columns: 1fr;
    }
    
    .comparison-grid {
        grid-template-columns: 1fr;
    }
    
    .nav {
        gap: 1rem;
    }
}

@media (max-width: 640px) {
    .hero-title {
        font-size: 1.8rem;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .data-cards {
        grid-template-columns: 1fr;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .nav {
        flex-wrap: wrap;
        font-size: 0.9rem;
    }
}
