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

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

.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: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.nav-brand {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1E40AF;
}

.nav-brand i {
    margin-right: 0.5rem;
    font-size: 2rem;
}

.logo-img {
    height: 40px;
    width: auto;
    margin-right: 0.5rem;
    object-fit: contain;
}

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

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

.nav-links a:hover {
    color: #1E40AF;
}

.btn-cta {
    background: #1E40AF;
    color: white !important;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    transition: all 0.3s;
}

.btn-cta:hover {
    background: #4A4AE8;
    transform: translateY(-2px);
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #1E40AF 0%, #4A4AE8 100%);
    color: white;
    padding: 120px 0 80px;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.hero h1 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}



.hero-subtitle {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.feature-item i {
    color: #5ded5d;
    font-size: 1.25rem;
}

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

.btn-primary {
    background: #1E40AF;
    color: white;
    padding: 1rem 2rem;
    border: none;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    cursor: pointer;
}

.btn-primary:hover {
    background: #4A4AE8;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(90, 90, 247, 0.3);
}

.btn-primary.large {
    padding: 1.25rem 2.5rem;
    font-size: 1.2rem;
}

.btn-secondary {
    background: transparent;
    color: white;
    padding: 1rem 2rem;
    border: 2px solid white;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background: white;
    color: #1E40AF;
}

.btn-outline {
    background: transparent;
    color: #1E40AF;
    padding: 1rem 2rem;
    border: 2px solid #1E40AF;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    text-align: center;
}

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

/* Phone Mockup */
.phone-mockups-container {
    position: relative;
    width: 450px;
    height: 920px;
    margin: 0 auto;
}

.phone-mockup {
    background-image: url('iphone_16_pro.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 450px;
    height: 820px;
    position: absolute;
    transition: all 0.6s ease-in-out;
    cursor: pointer;
}

.mockup-1 {
    z-index: 2;
    transform: translateX(-30px) translateY(50px) rotate(0deg);
     width: 360px;
    height: 750px;
}

.mockup-2 {
    z-index: 1;
    transform: translateX(250px)  rotate(6deg);
   
}


.whatsapp-chat {
    background: #ECE5DD;
    border-radius: 60px;
    overflow: hidden;
    width: 360px;
    height: 785px;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -52%);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
}
.whatsapp-chat-2 {
    background: #ECE5DD;
    border-radius: 50px;
    overflow: hidden;
    width: 325px;
    height: 702px;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -52%);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
}

.chat-header {
    background: #075E54;
    color: white;
    padding: 30px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    flex-shrink: 0;
}

.chat-header i {
    font-size: 20px;
    color: #25D366;
}

.chat-header span {
    font-weight: 600;
    font-size: 16px;
}

.chat-status {
    position: absolute;
    right: 15px;
    font-size: 12px;
    color: #57e652;
    font-weight: 400;
}

.chat-messages {
    padding: 15px;
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.message {
    max-width: 89%;
    position: relative;
}

.message.sent {
    align-self: flex-end;
}

.message.received {
    align-self: flex-start;
}

.message p {
    color: #333;
    padding: 8px 12px;
    border-radius: 15px;
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    word-wrap: break-word;
    position: relative;
    padding-bottom: 18px;
}

.message.received p {
    background: white;
    border-bottom-left-radius: 5px;
}

.message.sent p {
    background: #DCF8C6;
    border-bottom-right-radius: 5px;
}

.message .time {
    position: absolute;
    bottom: 2px;
    right: 8px;
    font-size: 11px;
    color: #999;
    font-weight: 400;
}

.typing-indicator {
    align-self: flex-start;
    margin-top: 5px;
}

.typing-dots {
    background: white;
    padding: 12px 15px;
    border-radius: 15px;
    border-bottom-left-radius: 5px;
    display: flex;
    gap: 3px;
    align-items: center;
}

.typing-dots span {
    width: 6px;
    height: 6px;
    background: #999;
    border-radius: 50%;
    animation: typing 1.4s infinite;
}

.typing-dots span:nth-child(2) {
    animation-delay: 0.2s;
}

.typing-dots span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes typing {
    0%, 60%, 100% {
        transform: translateY(0);
        opacity: 0.5;
    }
    30% {
        transform: translateY(-10px);
        opacity: 1;
    }
}

/* Audio Messages */
.audio-message {
    background: white;
    border-radius: 12px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 120px;
    position: relative;
    padding-bottom: 16px;
}

.message.received .audio-message {
    background: white;
}

.message.sent .audio-message {
    background: #DCF8C6;
}

.audio-message .fa-play {
    color: #1E40AF;
    font-size: 14px;
    cursor: pointer;
    transition: color 0.3s;
}

.audio-message .fa-play:hover {
    color: #4A4AE8;
}

.audio-wave {
    display: flex;
    align-items: center;
    gap: 2px;
    flex: 1;
}

.audio-wave span {
    width: 2px;
    background: #999;
    border-radius: 1px;
    animation: wave 1.5s infinite;
}

.audio-wave span:nth-child(1) { height: 8px; animation-delay: 0s; }
.audio-wave span:nth-child(2) { height: 12px; animation-delay: 0.1s; }
.audio-wave span:nth-child(3) { height: 16px; animation-delay: 0.2s; }
.audio-wave span:nth-child(4) { height: 10px; animation-delay: 0.3s; }
.audio-wave span:nth-child(5) { height: 6px; animation-delay: 0.4s; }

.audio-duration {
    font-size: 10px;
    color: #666;
    font-weight: 500;
}

@keyframes wave {
    0%, 100% {
        transform: scaleY(0.5);
        opacity: 0.7;
    }
    50% {
        transform: scaleY(1);
        opacity: 1;
    }
}

/* Multiple Service Section */
.multiple-service {
    padding: 80px 0;
    background: #f8f9fa;
}

.multiple-service h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #333;
}

.section-subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 3rem;
}

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

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

.service-card:hover {
    transform: translateY(-10px);
}

.service-icon {
    background: linear-gradient(135deg, #1E40AF, #4A4AE8);
    color: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
}

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

.service-card p {
    color: #666;
    line-height: 1.6;
}

.stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    text-align: center;
}

.stat-item {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.stat-number {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    color: #1E40AF;
    margin-bottom: 0.5rem;
}

.stat-label {
    color: #666;
    font-weight: 500;
}

/* Guarantee Section */
.guarantee {
    padding: 80px 0;
    background: linear-gradient(135deg, #1E40AF 0%, #4A4AE8 100%);
    color: white;
}

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

.guarantee h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.guarantee h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.guarantee p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.guarantee-features {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.guarantee-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.guarantee-item i {
    background: rgba(255,255,255,0.2);
    padding: 1rem;
    border-radius: 50%;
    font-size: 1.5rem;
}

.guarantee-item h4 {
    margin-bottom: 0.25rem;
}

.guarantee-item p {
    margin: 0;
    opacity: 0.8;
    font-size: 0.9rem;
}

.guarantee-visual {
    display: flex;
    justify-content: center;
}

.guarantee-badge {
    background: rgba(255,255,255,0.2);
    border: 3px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    backdrop-filter: blur(10px);
}

.guarantee-badge i {
    font-size: 3rem;
    margin-bottom: 0.5rem;
    color: #FFD700;
}

.guarantee-badge span {
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
}

.guarantee-badge small {
    font-size: 0.9rem;
    opacity: 0.8;
}

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

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

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

.feature-card {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.feature-card:hover {
    background: white;
    border-color: #1E40AF;
    box-shadow: 0 15px 35px rgba(90, 90, 247, 0.1);
    transform: translateY(-5px);
}

.feature-icon {
    background: linear-gradient(135deg, #1E40AF, #4A4AE8);
    color: white;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.75rem;
}

.feature-card h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #333;
    position: relative;
}

.coming-soon-badge {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
    color: white;
    font-size: 0.65rem;
    font-weight: 600;
    padding: 0.3rem 0.6rem;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(255, 107, 107, 0.4);
    animation: pulse-badge 2s infinite;
    z-index: 10;
}

@keyframes pulse-badge {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 2px 4px rgba(255, 107, 107, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 4px 8px rgba(255, 107, 107, 0.4);
    }
}

.feature-card p {
    color: #666;
    line-height: 1.6;
}

/* Pricing Section */
.pricing {
    padding: 80px 0;
    background: #f8f9fa;
}

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

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

.pricing-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s;
    position: relative;
    border: 2px solid transparent;
}

.pricing-card:hover {
    transform: translateY(-10px);
}

.pricing-card.popular {
    border-color: #1E40AF;
    transform: scale(1.05);
}

.popular-badge {
    background: #5A5AF7;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.pricing-header h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #333;
}

.price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 2rem;
}

.currency {
    font-size: 1.5rem;
    color: #666;
}

.amount {
    font-size: 3rem;
    font-weight: 700;
    color: #5A5AF7;
    margin: 0 0.25rem;
}
.amount_consulta{
    font-size: 1.6rem;
    font-weight: 700;
    color: #5A5AF7;
    margin: 0 0.25rem;
    line-height: 1.2;
}
.period {
    font-size: 1rem;
    color: #666;
}

.pricing-features {
    text-align: left;
    margin-bottom: 2rem;
}

.pricing-features .feature-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding: 0.5rem 0;
}

.pricing-features .feature-item i {
    color: #5A5AF7;
    font-size: 1rem;
    width: 20px;
}

.setup-fee {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 2rem;
    font-size: 0.9rem;
    color: #666;
}

.setup-fee strong {
    color: #5A5AF7;
}

.pricing-note {
    text-align: center;
    color: #666;
    font-style: italic;
}

.pricing-note i {
    color: #5A5AF7;
    margin-right: 0.5rem;
}

/* Final CTA */
.final-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #5A5AF7 0%, #4A4AE8 100%);
    color: white;
    text-align: center;
}

.final-cta h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.final-cta p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.cta-note {
    margin-top: 1rem;
    font-size: 1rem;
    opacity: 0.8;
}

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

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

.footer-brand p {
    margin-top: 1rem;
    opacity: 0.8;
}

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

.footer-column h4 {
    margin-bottom: 1rem;
    color: white;
}



.footer-column a {
    display: block;
    color: #ccc;
    text-decoration: none;
    margin-bottom: 0.5rem;
    transition: color 0.3s;
}

.footer-column a:hover {
    color: #5A5AF7;
}

.footer-bottom {
    border-top: 1px solid #555;
    padding-top: 1rem;
    text-align: center;
    opacity: 0.8;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-links {
        display: none;
    }
    
    .hero {
        padding: 100px 0 60px;
        min-height: auto;
    }
    
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .hero h1 {
        font-size: 2.2rem;
        line-height: 1.3;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .hero-buttons {
        justify-content: center;
        gap: 0.75rem;
    }
    
    /* Ocultar mockups completamente no mobile */
    .phone-mockups-container {
        display: none;
    }
    
    .phone-mockup {
        display: none;
    }
    
    .mockup-1 {
        display: none;
    }
    
    .mockup-2 {
        display: none;
    }
    
    .whatsapp-chat {
        display: none;
    }
    
    .whatsapp-chat-2 {
        display: none;
    }
    
    .chat-header {
        padding: 20px 12px;
    }
    
    .chat-messages {
        padding: 12px;
    }
    
    .message p {
        font-size: 13px;
        padding: 6px 10px;
    }
    
    /* Seções principais */
    .multiple-service,
    .features,
    .pricing {
        padding: 60px 0;
    }
    
    .multiple-service h2,
    .features h2,
    .pricing h2 {
        font-size: 2rem;
    }
    
    .service-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .service-card {
        padding: 1.5rem;
    }
    
    .service-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .feature-card {
        padding: 1.5rem;
    }
    
    .feature-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .guarantee {
        padding: 60px 0;
    }
    
    .guarantee-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .guarantee h2 {
        font-size: 2rem;
    }
    
    .guarantee-badge {
        width: 150px;
        height: 150px;
    }
    
    .guarantee-badge i {
        font-size: 2rem;
    }
    
    .guarantee-badge span {
        font-size: 1.2rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .footer-links {
        grid-template-columns: 1fr;
    }
    
    .pricing-card.popular {
        transform: none;
    }
    
    .stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .stat-item {
        padding: 1.5rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .navbar {
        padding: 1rem 1rem;
    }
    
    .hero {
        padding: 80px 0 40px;
    }
    
    .hero h1 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .hero-features {
        gap: 0.75rem;
        margin-bottom: 1.5rem;
    }
    
    .feature-item {
        font-size: 0.9rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }
    
    .btn-primary, .btn-secondary {
        width: 100%;
        max-width: 280px;
        text-align: center;
        padding: 0.875rem 1.5rem;
        font-size: 1rem;
    }
    
    /* Mockups ocultos no mobile - não precisam de ajustes */
    
    /* Seções principais */
    .multiple-service,
    .features,
    .pricing,
    .guarantee {
        padding: 40px 0;
    }
    
    .multiple-service h2,
    .features h2,
    .pricing h2,
    .guarantee h2 {
        font-size: 1.75rem;
        margin-bottom: 0.75rem;
    }
    
    .section-subtitle {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .service-grid,
    .features-grid,
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    
    .service-card,
    .feature-card,
    .pricing-card {
        padding: 1.25rem;
    }
    
    .service-card h3,
    .feature-card h3 {
        font-size: 1.1rem;
    }
    
    .service-icon,
    .feature-icon {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
    
    .stats {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .stat-item {
        padding: 1.25rem;
    }
    
    .stat-number {
        font-size: 1.75rem;
    }
    
    .guarantee-features {
        gap: 1rem;
    }
    
    .guarantee-item {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
    
    .guarantee-item i {
        padding: 0.75rem;
        font-size: 1.25rem;
    }
    
    .guarantee-badge {
        width: 120px;
        height: 120px;
    }
    
    .guarantee-badge i {
        font-size: 1.5rem;
    }
    
    .guarantee-badge span {
        font-size: 1rem;
    }
    
    .coming-soon-badge {
        font-size: 0.6rem;
        padding: 0.25rem 0.5rem;
        top: 0.5rem;
        right: 0.5rem;
    }
    
    .final-cta {
        padding: 60px 0;
    }
    
    .final-cta h2 {
        font-size: 2rem;
    }
    
    .final-cta p {
        font-size: 1.1rem;
    }
}

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

.service-card,
.feature-card,
.pricing-card {
    animation: fadeInUp 0.6s ease-out;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Loading animation for buttons */
.btn-primary:active,
.btn-secondary:active,
.btn-outline:active {
    transform: scale(0.98);
}

/* Hover effects for cards */
.service-card:hover .service-icon,
.feature-card:hover .feature-icon {
    transform: scale(1.1);
    transition: transform 0.3s;
}

/* Removed gradient animation - no longer needed */

.highlight_blue {
    color: #5A5AF7;
}
