/* RECREATED VIBRANT STYLE */
:root {
    --primary-color: #17736e; /* Vibrant Teal */
    --primary-light: #1e8f89;
    --primary-dark: #082b29;  /* Dark text/background */
    --secondary-color: #d18a42; /* Vibrant Orange/Gold */
    --bg-gray: #ffffff;
    --bg-dark: #082b29; /* Dark section backgrounds */
    --text-dark: #2c3e50;
    --text-light: #e0e6ed;
    --border-radius-lg: 12px;
    --border-radius-md: 8px;
    --font-main: 'Inter', sans-serif;
    --font-heading: 'Playfair Display', serif;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-main);
    color: var(--text-dark);
    background-color: var(--bg-gray);
    line-height: 1.6;
    overflow-x: hidden;
}

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

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

.relative-z { position: relative; z-index: 10; }
.text-center { text-align: center; }
.text-white { color: #ffffff !important; }
.text-light { color: var(--text-light) !important; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 2rem; }
.mt-5 { margin-top: 3rem; }
.mb-3 { margin-bottom: 1rem; }
.pt-3 { padding-top: 1rem; }
.pb-3 { padding-bottom: 1rem; }
.pb-4 { padding-bottom: 2rem; }
.w-full { width: 100%; display: block; }
.section-padding { padding: 5rem 0; }

h1, h2, h3, h4 { font-family: var(--font-heading); font-weight: 600; line-height: 1.2; }
.section-title { font-size: 2.5rem; margin-bottom: 0.5rem; color: var(--primary-dark); }
.text-white .section-title { color: #fff; }
.section-description { font-size: 1.1rem; max-width: 700px; margin: 0 auto; color: #555; }
.text-light .section-description { color: #b3cccc; }

.divider { height: 2px; width: 60px; background: var(--secondary-color); margin: 1rem 0; }
.divider.center { margin: 1rem auto; }
.divider.light { background: var(--secondary-color); }

/* The special italic gold text for "Sem Cortar Alimentos" */
.text-secondary { 
    color: var(--secondary-color) !important; 
    font-style: italic; 
    font-family: var(--font-heading); 
    font-weight: 600;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 8px; /* Squared-off rounded edges */
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    letter-spacing: 0.5px;
}
.btn-large { padding: 16px 36px; font-size: 1.05rem; }
.btn-primary {
    background: var(--secondary-color);
    color: white;
    box-shadow: 0 4px 15px rgba(209, 138, 66, 0.3);
}
.btn-primary:hover {
    transform: translateY(-3px);
    background: #c57e38;
    box-shadow: 0 8px 25px rgba(209, 138, 66, 0.5);
    color: white;
}
.btn-secondary {
    background: var(--primary-color);
    color: white;
}
.btn-secondary:hover {
    background: var(--primary-light);
    color: white;
}

/* Badge (like "10 ANOS DE EXPERTISE") */
.badge-accent {
    display: inline-block;
    padding: 6px 16px;
    background: var(--secondary-color);
    color: white;
    border-radius: 30px;
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    box-shadow: 0 4px 10px rgba(209, 138, 66, 0.3);
}

/* Navbar */
.navbar {
    position: fixed; width: 100%; top: 0; z-index: 1000;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    padding: 15px 0;
}
.nav-container { display: flex; justify-content: space-between; align-items: center; }
.logo { font-size: 1.5rem; font-family: var(--font-heading); color: var(--primary-dark); font-weight: 700; text-decoration: none; }
.logo span { color: var(--primary-color); }
.nav-list { display: flex; list-style: none; gap: 25px; }
.nav-link { color: var(--text-dark); text-decoration: none; font-weight: 500; transition: color 0.3s; }
.nav-link:hover { color: var(--primary-color); }
.hamburger { display: none; cursor: pointer; flex-direction: column; gap: 5px; }
.hamburger .bar { width: 25px; height: 3px; background: var(--primary-dark); transition: 0.3s; }

/* Hero */
.hero-curved {
    position: relative;
    padding: 160px 0 0; 
    overflow: hidden;
    background: var(--bg-gray);
    /* Altura mínima generosa para caber a foto de forma imponente */
    min-height: 750px; 
}
.hero-curved-container {
    display: flex;
    align-items: center; /* Centraliza o texto verticalmente */
    justify-content: flex-start;
    gap: 20px;
    /* Static position tira a imagem da armadilha dos 1200px maximos, deixando ela ir até o canto da tela */
    position: static; 
    z-index: 10;
}
.hero-curved-content { 
    flex: 1; 
    max-width: 600px; 
    padding-right: 20px;
    padding-bottom: 120px; /* Respiro pro texto */
}
.hero-title-dark { font-size: 3.2rem; color: var(--primary-dark); margin-bottom: 1.5rem; line-height: 1.15; }
.hero-subtitle-dark { font-size: 1.1rem; color: #555; }
.hero-curved-image { 
    /* Absolute libera a imagem pra crescer de forma estupenda do lado direito */
    position: absolute; 
    bottom: 0;
    right: 2%; /* Cola na borda direita do monitor */
    z-index: 5;
    pointer-events: none; /* Não bloqueia clics no WhatsApp */
}
.hero-img-wrapper { 
    position: relative; 
    width: auto;
    height: auto;
    overflow: visible; 
}
.hero-dr-img { 
    width: auto; 
    height: 1350px; /* ALTURA AINDA MAIOR, transformando em um super plano americano */
    max-width: none;
    display: block; 
    border: none;
    box-shadow: none;
    /* Afunda ele mais no limite da caixa pra cortar o excesso extra que apareceu ao aumentar */
    margin-bottom: -400px; 
    -webkit-mask-image: none; 
    mask-image: none;
}
.hero-dr-img:hover {
    transform: scale(1.02);
    transition: 0.3s ease;
}

/* Glassmorphism & Futuristic Resets */
.futuristic-section {
    background: var(--bg-dark);
    position: relative;
    color: white;
}
.futuristic-section .text-dark { color: white !important; }

/* Urgency - Section 7 Cards */
.urgency-waves {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    overflow: hidden;
    line-height: 0;
}
.urgency-waves svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 120px;
}
.urgency-waves svg path { fill: var(--bg-dark); opacity: 1; }
.urgency-grid-futuristic { display: flex; align-items: stretch; gap: 20px; justify-content: center; }
.urgency-card { 
    flex: 1; 
    background: rgba(13, 56, 53, 0.6);
    padding: 40px; 
    border-radius: var(--border-radius-lg); 
    transition: 0.3s ease;
}
.glass-bad { border: 1px solid #ff4d4d; box-shadow: 0 0 20px rgba(255, 77, 77, 0.1); }
.glass-good { border: 1px solid #00ff88; box-shadow: 0 0 20px rgba(0, 255, 136, 0.1); }
.u-card-icon {
    font-size: 2.5rem; margin-bottom: 25px;
}
.glass-bad .u-card-icon { color: #ff4d4d; }
.glass-good .u-card-icon { color: #00ff88; }
.u-card-list { list-style: none; }
.u-card-list li { margin-bottom: 15px; display: flex; align-items: flex-start; gap: 10px; font-size: 1rem; color: #e6e6e6; text-align: left; }
.u-card-list li i.fa-times { color: #ff4d4d; margin-top: 4px;}
.u-card-list li i.fa-check { color: #00ff88; margin-top: 4px;}
.urgency-versus { display: flex; align-items: center; justify-content: center; margin: 0 10px;}
.vs-circle { 
    width: 50px; height: 50px; border-radius: 50%; 
    border: 1px solid rgba(255,255,255,0.2); 
    color: white; display: flex; align-items: center; justify-content: center; 
    font-weight: 700; font-family: var(--font-heading); 
}

/* Efeito Neon Amarelo Hover em TODAS as caixas do site! */
.urgency-card:hover, .diff-card-futuristic:hover, .timeline-step:hover {
    background: rgba(255, 204, 0, 0.08) !important;
    border-color: rgba(255, 204, 0, 0.4) !important;
    box-shadow: 0 5px 30px rgba(255, 204, 0, 0.15) !important;
    transform: translateY(-5px);
}
.urgency-card:hover h3, .diff-card-futuristic:hover h3, .timeline-step:hover h3 {
    color: #ffcc00 !important;
}
.urgency-card:hover .u-card-icon, .diff-card-futuristic:hover .diff-icon-wrapper, .timeline-step:hover .step-icon {
    color: #ffcc00 !important;
    border-color: rgba(255, 204, 0, 0.4) !important;
}
.urgency-card:hover .u-card-icon i, .diff-card-futuristic:hover .diff-icon-wrapper i, .timeline-step:hover .step-icon i {
    color: #ffcc00 !important;
}

/* Differentials - Section 3 Cards */
.diff-grid-futuristic { display: flex; flex-direction: column; align-items: center; gap: 30px; }
.diff-card-futuristic {
    width: 100%;
    max-width: 800px;
    padding: 40px;
    border-radius: var(--border-radius-lg);
    transition: 0.3s ease;
}
.diff-card-futuristic.bad { border: 1px solid rgba(255, 77, 77, 0.3); }
.diff-card-futuristic.good { border: 1px solid rgba(0, 255, 136, 0.3); border-width: 2px; }
.diff-header-futuristic { display: flex; align-items: center; gap: 20px; margin-bottom: 30px; }
.diff-title-wrapper h3 { font-size: 1.3rem; margin: 0 0 5px; color: white; font-family: var(--font-heading); }
.diff-title-wrapper span { font-size: 0.9rem; color: #a4cdca; }
.diff-icon-wrapper { 
    width: 60px; height: 60px; border-radius: 50%; 
    display: flex; align-items: center; justify-content: center; 
    font-size: 1.5rem; 
}
.bad-icon { background: rgba(255, 77, 77, 0.1); color: #ff4d4d; border: 1px solid rgba(255, 77, 77, 0.3); }
.good-icon { background: rgba(0, 255, 136, 0.15); color: #00ff88; border: 1px solid rgba(0, 255, 136, 0.4); }
.diff-list-futuristic { list-style: none; padding: 0; }
.diff-list-futuristic li { margin-bottom: 20px; display: flex; align-items: flex-start; gap: 15px; color: #e6e6e6; font-size: 1.05rem; line-height: 1.4; text-align: left; }
.bad-list li i { color: #ff4d4d; margin-top: 4px; font-size: 1.1rem; }
.good-list li i { color: #00ff88; margin-top: 4px; font-size: 1.1rem; }

/* Timeline/Como Funciona - Section 5 Cards */
.timeline-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.timeline-step { 
    background: #0b3633; 
    border-radius: var(--border-radius-lg); 
    padding: 30px; 
    transition: 0.3s; 
    border: 1px solid rgba(255,255,255,0.05);
}
.timeline-step:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.3); }
.step-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 15px; }
.step-icon { 
    width: 45px; height: 45px; border-radius: 50%; 
    border: 1px solid rgba(255,255,255,0.8); 
    display: flex; align-items: center; justify-content: center; 
    font-size: 1.2rem; color: white; 
}
.step-num { font-size: 3.5rem; font-weight: 700; color: rgba(255,255,255,0.08); font-family: var(--font-heading); margin-top: -15px; }
.step-body h3 { font-size: 1.2rem; margin-bottom: 10px; color: white; }
.step-body p { color: #a4cdca; font-size: 0.95rem; margin-bottom: 25px; line-height: 1.5; }
.step-meta { 
    background: var(--bg-dark); 
    display: inline-block;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 0.8rem; font-weight: 600; 
    color: #e0e6ed;
}

/* About / Credentials */
.about-container-futuristic { display: flex; align-items: center; justify-content: center; gap: 60px; }
.about-image-futuristic { flex: 1; display: flex; align-items: center; justify-content: center; }
.about-content-futuristic { flex: 1.2; display: flex; flex-direction: column; justify-content: center; }

.doctor-image-wrapper { position: relative; width: 100%; max-width: 500px; margin: 0 auto; }
.doctor-img { width: 100%; border-radius: 20px; border: 1px solid rgba(255,255,255,0.1); box-shadow: 0 10px 40px rgba(0,0,0,0.3); }

.floating-badge {
    background: linear-gradient(135deg, rgba(23, 115, 110, 0.9), rgba(11, 54, 51, 0.95));
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.15);
    position: absolute;
    display: flex; align-items: center; gap: 15px;
    padding: 12px 25px; border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
.badge-1 { top: 30px; right: -30px; }
.badge-2 { bottom: 40px; left: -30px; }
.highlight-number { font-size: 2.5rem; font-weight: 700; color: var(--secondary-color); }

.credentials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; }
.cred-card { 
    background: rgba(13, 56, 53, 0.4); 
    padding: 30px 25px; 
    border-radius: 8px; /* Mais quadrado como na imagem */
    transition: 0.3s ease; 
    border: 1px solid rgba(255,255,255,0.05);
    border-top: 3px solid transparent; /* default espacador */
    position: relative;
    overflow: hidden;
}

.cred-card:hover {
    background: rgba(255, 204, 0, 0.08); /* Fundo com tom amarelo neon sutil */
    border-color: rgba(255,255,255,0.1);
    border-top: 3px solid #ffcc00; /* Borda superior neon amarela */
    box-shadow: 0 5px 30px rgba(255, 204, 0, 0.15);
    transform: translateY(-5px);
}

.cred-icon { font-size: 2rem; color: var(--secondary-color); margin-bottom: 15px; transition: 0.3s; }
.cred-card:hover .cred-icon { color: #ffcc00; } /* Icone brilha no neon */
.cred-card h4 { font-size: 1.15rem; color: white; margin-bottom: 10px; font-weight: 600; }
.cred-card p { font-size: 0.9rem; color: #a4cdca; line-height: 1.5; }

/* Differentials */
.diff-grid-futuristic { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.diff-card-futuristic { padding: 40px; border-radius: var(--border-radius-lg); background: #0b3633;}
.diff-header-futuristic { display: flex; align-items: center; gap: 20px; margin-bottom: 30px; }
.diff-icon-wrapper { width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; }
.bad-icon { background: rgba(255, 77, 77, 0.2); color: #ff4d4d; }
.good-icon { background: rgba(0, 255, 136, 0.2); color: #00ff88; }
.diff-title-wrapper h3 { margin-bottom: 5px; font-size: 1.3rem; color: white;}
.diff-title-wrapper span { font-size: 0.9rem; color: #a4cdca; }
.diff-list-futuristic { list-style: none; }
.diff-list-futuristic li { margin-bottom: 15px; display: flex; align-items: flex-start; gap: 10px; font-size: 1.05rem; color: #e6e6e6;}
.bad-list li i { color: #ff4d4d; margin-top: 5px; }
.good-list li i { color: #00ff88; margin-top: 5px; }

/* Emotional Benefits */
.benefits { background: url('assets/schoolgirl-with-hands-apart.jpg') center/cover fixed; position: relative; }
.benefits-overlay { position: absolute; top:0; left:0; width:100%; height:100%; background: rgba(8, 43, 41, 0.9); }
.benefits-content { position: relative; z-index: 2; }
.ribbon-list { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.ribbon-item { display: flex; align-items: stretch; border-radius: 12px; overflow: hidden; background: #0b3633; }
.ribbon-left { width: 90px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: white; position: relative; padding: 20px 10px; }
.palette-teal .ribbon-left { background: var(--primary-color); }
.palette-gold .ribbon-left { background: var(--secondary-color); }
.r-num { font-size: 2.2rem; font-weight: 700; opacity: 0.3; position: absolute; top: 5px; left: 10px; }
.r-icon { font-size: 1.8rem; margin-top: 10px; z-index: 2; }
.r-title { z-index: 2; font-size: 0.9rem; text-align: center; margin-top: 8px; font-weight: 700;}
.ribbon-right { padding: 20px 30px; flex: 1; display: flex; align-items: center; color: #e6e6e6; }

/* Main CTA Box */
.bg-light { background: var(--bg-gray); }
.cta-box { background: white; border-radius: var(--border-radius-lg); box-shadow: 0 15px 40px rgba(0,0,0,0.08); overflow: hidden; }
.cta-header { background: var(--primary-color); padding: 40px 20px; color: white; }
.cta-header h2 { margin: 0; font-size: 2rem; color: white;}
.cta-body { padding: 40px; }
.cta-intro { font-size: 1.2rem; margin-bottom: 20px; font-weight: 600; color: var(--primary-dark);}
.check-list { list-style: none; }
.check-list li { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; font-size: 1.1rem; }
.check-list li i { color: #00ff88; font-size: 1.2rem; background: var(--primary-dark); border-radius: 50%; padding: 4px; font-size: 0.8rem;}
.cta-info-bar { display: flex; flex-wrap: wrap; background: #f8f9fa; padding: 20px; border-radius: 8px; border-left: 4px solid var(--secondary-color);}
.info-item { display: flex; align-items: center; gap: 10px; font-size: 1.05rem; }
.info-item i { color: var(--secondary-color); font-size: 1.5rem; }
.cta-footer { padding: 0 40px 40px; }
.reply-time { font-size: 0.9rem; color: #666; margin-top: 10px;}

/* FAQ */
.faq-list { display: flex; flex-direction: column; gap: 15px; }
.faq-item { background: white; border-radius: 8px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); overflow: hidden; border: 1px solid #eee;}
.faq-question { width: 100%; text-align: left; background: none; border: none; padding: 20px; font-size: 1.1rem; font-weight: 600; font-family: var(--font-main); color: var(--primary-dark); display: flex; justify-content: space-between; align-items: center; cursor: pointer; transition: 0.3s; }
.faq-question span { display: flex; align-items: center; gap: 15px; }
.faq-question span i { color: var(--secondary-color); }
.faq-question:hover { background: #fcfcfc; color: var(--primary-color);}
.faq-answer { padding: 0 20px; max-height: 0; overflow: hidden; transition: max-height 0.3s ease; color: #555;}
.faq-item.active .faq-answer { padding: 0 20px 20px; max-height: 500px; }

/* Final CTA */
.final-cta { background: url('assets/foto-dr-helio.jpg') center/cover; position: relative; }
.final-overlay { position: absolute; top:0; left:0; width:100%; height:100%; background: rgba(8, 43, 41, 0.95); }
.final-content { position: relative; z-index: 2; }
.final-text { font-size: 1.4rem; font-weight: 300; margin-bottom: 2rem; }
.final-list { list-style: none; font-size: 1.2rem; display: inline-block; text-align: left; margin-bottom: 2rem; }
.final-list li { margin-bottom: 12px; position: relative; padding-left: 25px; }
.final-list li::before { content: '✓'; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.final-highlight { background: #0b3633; padding: 25px; border-radius: var(--border-radius-md); border-left: 4px solid var(--secondary-color); font-size: 1.3rem; font-weight: 600; display: inline-block; }

/* Floating WhatsApp */
.floating-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #25d366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
    z-index: 9999;
    transition: 0.3s;
}
.floating-whatsapp:hover { transform: scale(1.1); background: #1ebe57; color: white; }

/* Animations - Triggered by JS Intersection Observer (.visible) */
.fade-in-up, .fade-in-left, .slide-in-bottom, .slide-in-left, .slide-in-right, .scale-in {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-up { transform: translateY(40px); }
.fade-in-left { transform: translateX(-40px); }
.slide-in-bottom { transform: translateY(60px); }
.slide-in-left { transform: translateX(-60px); }
.slide-in-right { transform: translateX(60px); }
.scale-in { transform: scale(0.9); }

/* When element enters viewport */
.fade-in-up.visible, .fade-in-left.visible, .slide-in-bottom.visible, .slide-in-left.visible, .slide-in-right.visible, .scale-in.visible {
    opacity: 1;
    transform: none;
}

.delay-1 { transition-delay: 0.2s; }
.delay-2 { transition-delay: 0.4s; }
.delay-3 { transition-delay: 0.6s; }
.delay-4 { transition-delay: 0.8s; }
.delay-5 { transition-delay: 1.0s; }

/* Responsive Media Queries */
@media (max-width: 992px) {
    .hero-curved-container, .about-container-futuristic, .urgency-grid-futuristic {
        flex-direction: column; text-align: center;
    }
    .diff-grid-futuristic {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .hero-curved-image {
        position: relative; 
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 0;
        display: flex;
        justify-content: center;
    }
    .hero-img-wrapper {
        position: relative;
        margin: -40px auto 0; 
        width: 100%;
        max-width: 350px;
        display: flex;
        justify-content: center;
        overflow: visible; 
        background: transparent;
    }
    .hero-dr-img {
        position: relative;
        top: auto;
        left: auto;
        width: 100%; 
        height: auto; 
        object-fit: contain;
        transform: scale(1.15) translateX(3%); 
        transform-origin: bottom center; 
        max-width: none;
        margin: 0;
        -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
        mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
    }
    .hero-curved-content { 
        padding-right: 0;
        padding-bottom: 20px; /* Reduz drasticamente o espaço em branco no mobile que era de 120px */
    }
    .hero-title-dark { font-size: 2.6rem; }
    .timeline-grid { grid-template-columns: 1fr 1fr; }
    .urgency-versus { margin: 20px 0; }
    .hero-shape { display: none; /* Mantém a versão mobile limpa sem sobreposições estranhas de verde */ }
}

@media (max-width: 768px) {
    .nav-list { display: none; }
    .hamburger { display: flex; }
    .section-title { font-size: 2.2rem; }
    .timeline-grid, .ribbon-list { grid-template-columns: 1fr; }
    .hero-curved { padding-top: 120px; }
}

/* Google Reviews Marquee */
.reviews-marquee-container {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    display: flex;
}
.google-reviews-wrapper {
    display: flex;
    gap: 20px;
    animation: marquee 40s linear infinite;
    padding-left: 20px;
}
.google-reviews-wrapper:hover {
    animation-play-state: paused;
}
.google-review-card {
    background: rgba(11, 54, 51, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: var(--border-radius-lg);
    padding: 24px;
    width: 380px;
    min-width: 380px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: #e0e6ed;
    font-family: 'Inter', sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.gr-header { display: flex; justify-content: space-between; align-items: flex-start; }
.gr-user-info { display: flex; gap: 15px; align-items: center; }
.gr-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.gr-meta { display: flex; flex-direction: column; }
.gr-author-name { font-size: 1.05rem; font-weight: 600; color: #ffffff; margin: 0; font-family: 'Inter', sans-serif;}
.gr-author-stats { font-size: 0.85rem; color: #a4cdca; }
.gr-options-btn { color: #a4cdca; cursor: pointer; transition: 0.2s; }
.gr-options-btn:hover { color: #ffffff; }

.gr-rating-row { display: flex; align-items: center; gap: 10px; }
.gr-stars { display: flex; }
.gr-star-icon { width: 18px; height: 18px; fill: var(--secondary-color); }
.gr-time { font-size: 0.85rem; color: #a4cdca; }

.gr-text { font-size: 0.95rem; line-height: 1.6; color: rgba(255,255,255,0.9); display: -webkit-box; -webkit-line-clamp: 5; line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; flex-grow: 1;}

.gr-actions { display: flex; gap: 20px; align-items: center; margin-top: auto; padding-top: 15px; }
.gr-action-btn { display: flex; align-items: center; gap: 8px; color: #a4cdca; font-size: 0.85rem; cursor: pointer; transition: 0.2s;}
.gr-action-btn:hover { background: rgba(255,255,255,0.05); border-radius: 20px; color: white; }
.gr-heart-icon, .gr-share-icon { width: 20px; height: 20px; fill: currentColor; }

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-50% - 10px)); }
}

@media (max-width: 768px) {
    .nav-list { display: none; }
    .hamburger { display: flex; }
    .section-title { font-size: 2rem; }
    .timeline-grid, .ribbon-list, .credentials-grid { grid-template-columns: 1fr; }
    .hero-curved { padding-top: 120px; }
    .google-review-card { width: 300px; min-width: 300px; padding: 20px; }
    .vs-circle { margin: 20px auto; z-index: 2; position: relative; }
    .urgency-grid-futuristic { display: flex; flex-direction: column; width: 100%; gap: 0;}

    /* Adjust floating badges so they do not clip on mobile */
    .badge-1 { top: 10px; right: 5px; padding: 8px 12px; }
    .badge-2 { bottom: 10px; left: 5px; padding: 8px 12px; }
    .floating-badge { gap: 10px; }
    .floating-badge .badge-text { font-size: 0.8rem; line-height: 1.2; }
    .highlight-number { font-size: 1.8rem; }
    
    .nav-list.active {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background: rgba(11, 54, 51, 0.98);
        backdrop-filter: blur(15px);
        padding: 30px 0;
        box-shadow: 0 10px 30px rgba(0,0,0,0.5);
        gap: 20px;
        text-align: center;
    }
}
