@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
    --primary: #0ca4b6;
    --primary-glow: rgba(12, 164, 182, 0.4);
    --secondary: #0f172a;
    --accent: #f59e0b;
    --bg-dark: #020617;
    --bg-light: #f8fafc;
    --text-main: #475569;
    --text-dark: #0f172a;
    --text-white: #ffffff;
    --border: rgba(226, 232, 240, 0.8);
    --glass: rgba(255, 255, 255, 0.7);
    --glass-border: rgba(255, 255, 255, 0.4);
    --shadow-premium: 0 20px 40px -15px rgba(0, 0, 0, 0.1);
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--text-main);
    line-height: 1.7;
    background-color: var(--white);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
    color: var(--text-dark);
    font-weight: 700;
    letter-spacing: -0.03em;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

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

/* Decorative Background Elements */
.bg-blob {
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, var(--primary-glow) 0%, transparent 70%);
    z-index: -1;
    border-radius: 50%;
    filter: blur(80px);
}

/* Header - Modern Glassmorphism */
header {
    height: 90px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: var(--glass);
    backdrop-filter: blur(12px) saturate(180%);
    z-index: 1000;
    border-bottom: 1px solid var(--glass-border);
    transition: var(--transition);
}

header.scrolled {
    height: 70px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
}

.header-left,
.header-right {
    flex: 1;
    display: flex;
    align-items: center;
}

.header-right {
    justify-content: flex-end;
}

.logo-centered {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--text-dark);
    text-transform: uppercase;
    letter-spacing: -0.01em;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 10;
    background: linear-gradient(135deg, var(--text-dark) 0%, var(--primary) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: var(--transition);
}

.logo-centered:hover {
    transform: translateX(-50%) scale(1.05);
    opacity: 0.9;
}

/* Hide Mobile Elements by Default */
.menu-toggle,
.mobile-nav {
    display: none;
}


/* Section Styling */
.section {
    padding: 8rem 0;
    position: relative;
}

/* Trust Badges Section */
.trust-badges {
    padding: 3rem 0;
    background: var(--bg-light);
    border-bottom: 1px solid var(--border);
    position: relative;
    z-index: 10;
}

.trust-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-dark);
}

.trust-item i {
    font-size: 1.5rem;
}

.text-accent {
    color: var(--accent);
}

.text-primary {
    color: var(--primary);
}

.text-success {
    color: #10b981;
}

.section-title {
    text-align: center;
    margin-bottom: 5rem;
}

.section-title h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, var(--text-dark) 0%, var(--primary) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title p {
    color: var(--text-main);
    font-size: 1.2rem;
    max-width: 650px;
    margin: 0 auto;
    opacity: 0.8;
}

/* Hero Section - Immersive & Premium */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
    position: relative;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(2, 6, 23, 0.4), rgba(2, 6, 23, 0.6));
    z-index: 1;
}

.hero-content.centered {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.hero-content h1 {
    font-size: 5rem;
    line-height: 1.1;
    margin-bottom: 2rem;
    letter-spacing: -0.04em;
    font-weight: 800;
}

.hero-content p {
    font-size: 1.4rem;
    color: var(--text-main);
    margin-bottom: 3rem;
    line-height: 1.6;
}

.hero-image {
    position: relative;
}

.hero-image::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    border: 2px solid var(--primary);
    border-radius: 24px;
    z-index: -1;
    transition: var(--transition);
}

.hero-image img {
    border-radius: 20px;
    box-shadow: var(--shadow-premium);
    transition: var(--transition);
}

.hero-image:hover img {
    transform: translate(-10px, -10px);
}

.hero-image:hover::before {
    transform: translate(10px, 10px);
}

.hero-image:hover::before {
    transform: translate(10px, 10px);
}

/* About Us Section - Premium Overlap Layout */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

@media (max-width: 900px) {
    .about-grid {
        grid-template-columns: 1fr;
    }
}

.about-images {
    position: relative;
    padding-bottom: 2rem;
    padding-right: 2rem;
}

.about-img-main {
    width: 90%;
    border-radius: 20px;
    box-shadow: var(--shadow-premium);
    z-index: 1;
    position: relative;
}

.about-img-overlap {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
    border-radius: 16px;
    border: 8px solid var(--white);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.floating-stat {
    position: absolute;
    top: 50px;
    left: -30px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 1rem 1.5rem;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 3;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.floating-stat .stat-icon {
    width: 40px;
    height: 40px;
    background: var(--primary-glow);
    color: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.floating-stat .stat-info h4 {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--text-dark);
}

.floating-stat .stat-info p {
    font-size: 0.8rem;
    margin: 0;
    color: var(--text-light);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.section-badge {
    display: inline-block;
    padding: 0.4rem 1rem;
    background: var(--primary-glow);
    color: var(--primary);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 1px;
    border-radius: 50px;
    margin-bottom: 1rem;
}

.about-content .lead-text {
    font-size: 1.2rem;
    color: var(--text-dark);
    font-weight: 500;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.highlight-text {
    color: var(--primary);
    font-weight: 700;
}

.about-stats {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border);
}

.stat-card {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.stat-card i {
    font-size: 2rem;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-card h4 {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 0.2rem;
}

.stat-card p {
    font-size: 0.85rem;
    margin: 0;
    color: var(--text-light);
}

/* How It Works Section */
.bg-light {
    background-color: var(--bg-light);
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3rem;
    position: relative;
}

.process-step {
    background: var(--white);
    padding: 3rem 2rem;
    border-radius: 24px;
    text-align: center;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-premium);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.process-step:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.15);
}

.step-number {
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 8rem;
    font-weight: 800;
    color: var(--primary-glow);
    opacity: 0.2;
    line-height: 1;
    z-index: 0;
}

.step-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--white) 0%, var(--bg-light) 100%);
    border: 1px solid var(--border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    font-size: 2rem;
    color: var(--primary);
    box-shadow: 0 10px 20px -5px rgba(12, 164, 182, 0.2);
    position: relative;
    z-index: 1;
}

.process-step h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.process-step p {
    color: var(--text-main);
    position: relative;
    z-index: 1;
}

/* Why Choose Us Section */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3rem;
}

.benefit-card {
    background: var(--white);
    padding: 3rem 2rem;
    border-radius: 20px;
    text-align: left;
    border: 1px solid var(--border);
    transition: var(--transition);
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-premium);
    border-color: rgba(12, 164, 182, 0.3);
}

.benefit-icon {
    width: 60px;
    height: 60px;
    background: var(--primary-glow);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    color: var(--primary);
}

.benefit-card h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

/* FAQ Section */
.faq-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.faq-item {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
    transition: var(--transition);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.faq-item:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-color: rgba(12, 164, 182, 0.3);
}

.faq-question {
    padding: 1.5rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-dark);
    cursor: pointer;
    list-style: none;
    /* Remove default arrow */
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--transition);
}

/* Hide default arrow in webkit */
.faq-question::-webkit-details-marker {
    display: none;
}

.faq-icon {
    font-size: 1.2rem;
    color: var(--primary);
    transition: transform 0.3s ease;
}

/* Rotate icon when open */
details[open] .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 2rem 1.5rem;
    color: var(--text-main);
    line-height: 1.7;
    border-top: 1px solid transparent;
}

details[open] .faq-question {
    color: var(--primary);
    border-bottom: 1px solid var(--bg-light);
}

details[open] .faq-answer {
    padding-top: 1.5rem;
}

/* Final CTA Banner */
.cta-banner {
    background: radial-gradient(circle at center, var(--primary) 0%, var(--secondary) 100%);
    padding: 6rem 0;
    text-align: center;
    color: var(--text-white);
    position: relative;
    overflow: hidden;
}

.cta-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg"><circle cx="2" cy="2" r="2" fill="rgba(255,255,255,0.05)"/></svg>');
    opacity: 0.5;
}

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}

.cta-content h2 {
    color: var(--text-white);
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.cta-content p {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    opacity: 0.9;
}

.cta-btn {
    font-size: 1.1rem;
    padding: 1rem 2.5rem;
    box-shadow: 0 10px 25px -5px rgba(37, 211, 102, 0.4);
}

.cta-btn:hover {
    box-shadow: 0 15px 35px -5px rgba(37, 211, 102, 0.6);
}

/* Service Cards - Modern & Interactive */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem;
}

.service-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 24px;
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-12px);
    box-shadow: var(--shadow-premium);
    border-color: var(--primary);
}

.service-img {
    height: 250px;
    position: relative;
    overflow: hidden;
}

.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.service-card:hover .service-img img {
    transform: scale(1.1);
}

.service-info {
    padding: 2.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.service-info h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.service-info p {
    font-size: 1.1rem;
    color: var(--text-main);
    margin-bottom: 2rem;
    flex-grow: 1;
}

.service-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border);
}

.price {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--primary);
}

/* Testimonials - Refined Layout */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}

.review-card {
    background: var(--bg-light);
    padding: 3rem;
    border-radius: 24px;
    border: 1px solid var(--border);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

.review-card:hover {
    background: var(--white);
    box-shadow: var(--shadow-premium);
    border-color: var(--primary);
}

.stars {
    color: var(--accent);
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.review-text {
    font-size: 1.2rem;
    color: var(--text-dark);
    margin-bottom: 2rem;
    font-style: italic;
    font-weight: 500;
    line-height: 1.6;
}

.review-author {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-top: auto;
}

.author-info h4 {
    font-size: 1.1rem;
    margin-bottom: 0.2rem;
}

.author-info span {
    font-size: 0.9rem;
    color: var(--primary);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Buttons - Premium Feel */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.2rem 2.5rem;
    border-radius: 100px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    gap: 0.8rem;
    transition: var(--transition);
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary) 0%, #0891b2 100%);
    color: var(--white);
    box-shadow: 0 10px 20px -5px var(--primary-glow);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px -10px var(--primary-glow);
}

.btn-whatsapp {
    background: #25d366;
    color: var(--white);
    box-shadow: 0 10px 20px -5px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp:hover {
    background: #22c55e;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px -10px rgba(37, 211, 102, 0.4);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--text-white);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

/* Header Utilities */
.header-cta {
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    font-size: 0.9rem;
}

/* Hero Utilities */
.hero-container {
    position: relative;
    z-index: 2;
}

.hero-badge {
    color: var(--primary);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    display: block;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.hero-content h1 {
    color: var(--text-white);
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.hero-content p {
    color: var(--text-white);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: 500;
}

.hero-btns {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.text-primary {
    color: var(--primary);
}

/* Footer - Dark & Elegant */
footer {
    background: var(--bg-dark);
    color: var(--text-white);
    padding: 8rem 0 3rem;
    position: relative;
    overflow: hidden;
}

footer .logo {
    color: var(--text-white);
    font-size: 1.8rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.2fr;
    gap: 6rem;
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.1rem;
    margin-top: 1.5rem;
    max-width: 400px;
}

.social-links {
    margin-top: 2.5rem;
    display: flex;
    gap: 1.2rem;
}

.social-links a {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 1.4rem;
}

.social-links a:hover {
    background: var(--primary);
    transform: translateY(-5px);
    border-color: var(--primary);
}

.footer-links h4 {
    color: var(--text-white);
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
}

.footer-links ul li {
    margin-bottom: 1.2rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.1rem;
}

.footer-links a:hover {
    color: var(--primary);
    padding-left: 8px;
}

.footer-bottom {
    margin-top: 6rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
}

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

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.reveal {
    animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* Responsive Cleanup */
/* Responsive Cleanup */
@media (max-width: 1024px) {
    .container {
        padding: 0 1.5rem;
    }

    .hero-content h1 {
        font-size: 3.5rem;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

@media (max-width: 768px) {
    .section {
        padding: 5rem 0;
    }

    .section-title {
        margin-bottom: 3rem;
    }

    .section-title h2 {
        font-size: 2.2rem;
    }

    .header-content {
        padding: 0 1rem;
    }

    .logo-centered {
        font-size: 1.25rem;
    }

    .btn-whatsapp span {
        display: none;
    }

    .header-cta {
        width: 45px;
        height: 45px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Mobile Nav Toggle */
    .menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        background: var(--white);
        border: 1px solid var(--border);
        border-radius: 12px;
        color: var(--text-dark);
        font-size: 1.2rem;
        cursor: pointer;
        transition: var(--transition);
        z-index: 1001;
    }

    .menu-toggle:hover {
        background: var(--bg-light);
        border-color: var(--primary);
        color: var(--primary);
    }

    .menu-toggle.active {
        background: var(--primary);
        color: var(--white);
        border-color: var(--primary);
    }

    /* Mobile Navigation */
    .mobile-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(20px);
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transform: translateY(-20px);
    }

    .mobile-nav.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .mobile-nav-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        width: 100%;
        padding: 5rem 2rem 2rem;
        /* Added top padding for logo clearance */
    }

    .mobile-link {
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--text-dark);
        transition: var(--transition);
    }

    .mobile-link:hover {
        color: var(--primary);
        transform: scale(1.1);
    }

    /* Hero Responsive */
    .hero-content h1 {
        font-size: 2.8rem;
    }

    .hero-content p {
        font-size: 1.1rem;
        margin-bottom: 2rem;
    }

    /* About Responsive */
    .about-images {
        margin-bottom: 3rem;
    }

    .floating-stat {
        left: 10px;
        top: 20px;
    }

    .about-img-overlap {
        width: 50%;
        border-width: 4px;
    }

    .about-stats {
        flex-direction: column;
        gap: 1.5rem;
    }

    /* Grid Adjustments */
    .services-grid,
    .process-grid,
    .benefits-grid,
    .reviews-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .service-img {
        height: 200px;
    }

    .service-info {
        padding: 1.5rem;
    }

    .cta-content h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 2.2rem;
    }

    .btn {
        width: 100%;
        padding: 1rem 1.5rem;
    }

    .logo-centered {
        font-size: 1.1rem;
    }

    .header-right .btn-whatsapp {
        padding: 0.5rem 0.8rem !important;
        font-size: 0.8rem !important;
    }
}