/* ==========================================================================
   CSS FRONT PAGE (MONOLITHIC)
   ========================================================================== */
:root {
    --primary: #38bdf8;
    --primary-dark: #0284c7;
    --accent: #3b82f6;
    --dark-bg: #0b1224;
    --panel-bg: rgba(30, 41, 59, 0.5);
    --text-light: #f8fafc;
    --text-muted: #94a3b8;
    --border-color: rgba(255, 255, 255, 0.1);
}

html, body {
    background-color: var(--dark-bg);
    color: var(--text-light);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.6;
}

html {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

* {
    box-sizing: border-box;
}

#wpadminbar {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
    border: none !important;
}

main, #primary {
    margin: 0 !important;
    padding: 0 !important;
}

.seo247-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.seo247-section { padding: 100px 0; position: relative; }
.seo247-section-title { text-align: center; font-size: 2.5rem; font-weight: 800; margin-bottom: 1rem; background: linear-gradient(to right, #fff, #38bdf8); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.seo247-section-subtitle { text-align: center; color: var(--text-muted); max-width: 700px; margin: 0 auto 50px auto; font-size: 1.1rem; }

/* 1. HERO BANNER */
.hero-section { margin: 0 !important; min-height: 100vh; padding-top: 160px; padding-bottom: 80px; position: relative; overflow: hidden; background-color: var(--dark-bg); z-index: 0; }
.hero-section::before { content: ""; position: absolute; top: 0; bottom: -50px; left: -50px; right: -50px; background-color: var(--dark-bg); background-image: url('../../images/home/bannerseo247.webp'); background-size: cover; background-position: center top; background-repeat: no-repeat; z-index: 1; }
.hero-section::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: linear-gradient(to bottom, var(--dark-bg) 0%, var(--dark-bg) 8px, rgba(11, 18, 36, 0.35) 120px, rgba(11, 18, 36, 0.95) 100%); z-index: 2; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 5; }
.hero-badge { display: inline-block; padding: 6px 15px; background: rgba(56, 189, 248, 0.1); border: 1px solid var(--primary); border-radius: 20px; color: var(--primary); font-weight: 700; font-size: 0.85rem; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px; }
.hero-content h1 { font-size: 4.5rem; line-height: 1.15; font-weight: 900; margin-bottom: 25px; text-transform: uppercase; letter-spacing: -1px; }
.hero-content h1 span { color: var(--primary); text-shadow: 0 0 20px rgba(56, 189, 248, 0.5); display: inline-block; white-space: nowrap; }
.jump-char {
    display: inline-block;
    animation: jumpColor 3s infinite ease-in-out;
}
@keyframes jumpColor {
    0%, 100% { transform: translateY(0); color: var(--primary); text-shadow: 0 0 20px rgba(56, 189, 248, 0.5); }
    20% { transform: translateY(-12px); color: #fcd34d; text-shadow: 0 0 20px rgba(252, 211, 77, 0.8); }
    40% { transform: translateY(0); color: #34d399; text-shadow: 0 0 20px rgba(52, 211, 153, 0.8); }
    60% { transform: translateY(-6px); color: #c084fc; text-shadow: 0 0 20px rgba(192, 132, 252, 0.8); }
    80% { transform: translateY(0); color: var(--primary); text-shadow: 0 0 20px rgba(56, 189, 248, 0.5); }
}
.hero-content p { font-size: 1.3rem; font-weight: 500; color: #ffffff; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8); line-height: 1.7; margin-bottom: 40px; max-width: 90%; }
.hero-buttons { display: flex; gap: 20px; margin-bottom: 50px; }
.btn { display: inline-block; padding: 14px 32px; border-radius: 50px; font-weight: 700; text-decoration: none; transition: all 0.3s ease; font-size: 1rem; }
.btn-primary { background: linear-gradient(135deg, var(--primary), var(--accent)); color: #fff; box-shadow: 0 10px 20px rgba(56, 189, 248, 0.3); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 15px 25px rgba(56, 189, 248, 0.4); color: #fff; }
.btn-outline { background: transparent; color: #fff; border: 2px solid var(--border-color); }
.btn-outline:hover { border-color: var(--primary); color: var(--primary); }
.hero-stats { display: flex; gap: 40px; }
.stat-item h3 { font-size: 2.2rem; font-weight: 800; margin: 0; color: #fff; }
.stat-item p { color: var(--text-muted); margin: 0; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px; }
.hero-globe { position: relative; height: 600px; width: 100%; display: flex; justify-content: center; align-items: center; }
.city-label::after { content: ""; position: absolute; left: 50%; top: 100%; transform: translateX(-50%); width: 1px; height: 15px; background: #38bdf8; opacity: 0.8; }

/* 2. SERVICES */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.service-card { background: var(--panel-bg); border: 1px solid var(--border-color); border-radius: 20px; padding: 35px; transition: all 0.3s ease; backdrop-filter: blur(10px); cursor: pointer; }
.service-card:hover { transform: translateY(-10px); border-color: var(--primary); box-shadow: 0 20px 40px rgba(0,0,0,0.4); }
.service-card:active { transform: scale(1.05) translateY(-10px); box-shadow: 0 30px 60px rgba(56,189,248,0.25); transition: transform 0.1s ease, box-shadow 0.1s ease; z-index: 10; position: relative; }
.service-icon { width: 60px; height: 60px; background: rgba(56, 189, 248, 0.1); border-radius: 15px; display: flex; align-items: center; justify-content: center; font-size: 28px; margin-bottom: 25px; }
.service-card h3 { font-size: 1.4rem; margin-bottom: 15px; }
.service-card p { color: var(--text-muted); margin: 0; font-size: 0.95rem; }

/* 3. WHY CHOOSE US */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.stat-box { text-align: center; padding: 35px 20px; background: linear-gradient(180deg, rgba(30,41,59,0.8) 0%, transparent 100%); border-radius: 20px; border-top: 2px solid var(--primary); transition: all 0.3s ease; }
.stat-box:hover { transform: translateY(-8px); background: linear-gradient(180deg, rgba(30,41,59,0.95) 0%, rgba(56, 189, 248, 0.08) 100%); box-shadow: 0 15px 30px rgba(0,0,0,0.3), 0 0 20px rgba(56, 189, 248, 0.2); border-top-color: #fff; }
.stat-box .icon { font-size: 2.5rem; margin-bottom: 15px; transition: transform 0.3s ease, filter 0.3s ease; }
.stat-box:hover .icon { transform: scale(1.15) rotate(5deg); filter: drop-shadow(0 0 10px rgba(255,255,255,0.6)); }
.stat-box h3 { font-size: 1.2rem; margin-bottom: 10px; color: var(--primary); }
.stat-box p { font-size: 0.95rem; color: var(--text-muted); }

/* 4. QUALITY STANDARDS HUB LAYOUT */
.standards-hub-layout { display: flex; justify-content: center; align-items: center; gap: 40px; margin-top: 50px; }
.standards-col { display: flex; flex-direction: column; gap: 30px; flex: 1; }
.standards-col.center-image-col { flex: 1.2; display: flex; justify-content: center; }

.standards-image-wrapper { position: relative; width: 100%; border-radius: 20px; text-align: center; }
.standards-img { width: 100%; max-width: 450px; height: auto; object-fit: contain; position: relative; z-index: 2; filter: drop-shadow(0 20px 50px rgba(0,0,0,0.5)); transition: transform 0.5s ease; }
.standards-img:hover { transform: scale(1.05); }
.standards-image-wrapper .glow-effect { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80%; height: 80%; background: radial-gradient(circle, rgba(56, 189, 248, 0.5) 0%, transparent 70%); z-index: 1; filter: blur(50px); }

/* Common Item Styles */
.standard-item { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 30px; background: rgba(30,41,59,0.5); backdrop-filter: blur(10px); border-radius: 15px; border: 1px solid rgba(255,255,255,0.05); border-top: 3px solid var(--primary); transition: all 0.3s ease; }
.standard-item:hover { transform: translateY(-8px); background: rgba(30,41,59,0.95); box-shadow: 0 15px 30px rgba(0,0,0,0.4); border-top-color: #fff; border-bottom-color: rgba(56, 189, 248, 0.3); }
.standard-icon { font-size: 2.5rem; color: var(--primary); margin-bottom: 15px; }
.standard-content h4 { font-size: 1.15rem; margin: 0 0 10px 0; color: #fff; }
.standard-content p { margin: 0; color: var(--text-muted); font-size: 0.9rem; line-height: 1.5; }

/* 5. WORKING PROCESS */
/* 5. WORKING PROCESS - MODERN TIMELINE */
.process-grid { display: flex; flex-direction: column; position: relative; max-width: 1000px; margin: 40px auto 0; padding: 40px 0; gap: 0; }

/* Central Glowing Spine */
.process-grid::after { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 4px; height: 100%; background: linear-gradient(180deg, transparent, var(--primary) 10%, var(--primary) 90%, transparent); box-shadow: 0 0 20px rgba(56,189,248,0.5); z-index: 1; }

.process-step { width: calc(50% - 50px); background: rgba(30,41,59,0.5); backdrop-filter: blur(12px); padding: 40px 30px; position: relative; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); z-index: 2; border: 1px solid rgba(255,255,255,0.05); border-radius: 20px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.process-step + .process-step { margin-top: -20px; }
.process-step:hover { transform: translateY(-5px) scale(1.02); box-shadow: 0 15px 40px rgba(56,189,248,0.15); border-color: rgba(56,189,248,0.4); background: rgba(30,41,59,0.8); }

/* ALIGNMENT */
.process-step:nth-child(odd) { align-self: flex-start; }
.process-step:nth-child(even) { align-self: flex-end; }

/* NUMBER CIRCLES ON THE SPINE */
.process-num { position: absolute; top: 50%; width: 50px; height: 50px; background: linear-gradient(135deg, var(--primary), var(--accent)); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 1.4rem; box-shadow: 0 0 20px rgba(56,189,248,0.6); z-index: 3; border: 4px solid var(--panel-bg); transition: transform 0.3s ease; }
.process-step:hover .process-num { transform: translateY(-50%) scale(1.15) !important; box-shadow: 0 0 30px rgba(56,189,248,0.8); }

.process-step:nth-child(odd) .process-num { right: -50px; transform: translate(50%, -50%); }
.process-step:nth-child(even) .process-num { left: -50px; transform: translate(-50%, -50%); }

/* STRAIGHT STEMS CONNECTING BOX TO SPINE */
.process-step::before { content: ''; position: absolute; top: 50%; width: 50px; height: 2px; background: linear-gradient(90deg, var(--primary) 50%, transparent 50%); background-size: 15px 2px; z-index: 1; transform: translateY(-50%); opacity: 0.5; transition: opacity 0.3s; }
.process-step:hover::before { opacity: 1; animation: dashMove 1s linear infinite; }
@keyframes dashMove { to { background-position: 30px 0; } }

.process-step:nth-child(odd)::before { right: -50px; }
.process-step:nth-child(even)::before { left: -50px; background: linear-gradient(-90deg, var(--primary) 50%, transparent 50%); background-size: 15px 2px; }

.process-step h4 { margin: 0 0 10px 0; font-size: 1.3rem; color: #fff; }
.process-step p { margin: 0; color: var(--text-muted); font-size: 0.95rem; line-height: 1.6; }

/* 6. PRICING */
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: start; }
.pricing-card { background: var(--panel-bg); border: 1px solid var(--border-color); border-radius: 20px; padding: 40px 25px; text-align: center; position: relative; transition: 0.3s; display: flex; flex-direction: column; }
.pricing-card.popular { transform: scale(1.05); border-color: var(--primary); background: rgba(30, 41, 59, 0.9); box-shadow: 0 20px 40px rgba(56,189,248,0.15); z-index: 2; }
.pricing-badge { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: var(--primary); color: #fff; padding: 5px 15px; border-radius: 20px; font-size: 0.8rem; font-weight: bold; }
.price-icon { font-size: 2.5rem; margin-bottom: 15px; }
.pricing-card h3 { font-size: 1.4rem; margin-bottom: 5px; color: #fff; }
.pricing-card .package-name { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 2px; color: var(--primary); margin-bottom: 15px; font-weight: 600; }
.pricing-card .price { font-size: 1.6rem; font-weight: 800; color: #fff; margin: 15px 0; }
.pricing-card .price-period { font-size: 0.9rem; font-weight: normal; color: var(--text-muted); }
.pricing-card p { color: var(--text-muted); font-size: 0.95rem; margin-bottom: 25px; min-height: 45px; }

.pricing-features { list-style: none; padding: 10px 15px !important; margin: 0 !important; text-align: left; }
.pricing-features li { padding: 12px 0; font-size: 0.9rem; color: #e2e8f0; border-bottom: 1px solid rgba(255,255,255,0.05); display: flex; align-items: flex-start; }
.pricing-features li:last-child { border-bottom: none; }
.pricing-features li::before { content: "✓"; color: #34d399; margin-right: 12px; font-weight: bold; font-size: 1.1rem; }

/* Pricing Toggle Details */
.pricing-details { border: 1px solid rgba(56,189,248,0.2); border-radius: 8px; margin-bottom: 20px; text-align: left; background: rgba(0,0,0,0.2); transition: all 0.3s; }
.pricing-details summary { padding: 12px 15px; cursor: pointer; font-size: 0.9rem; font-weight: 600; color: #fff; list-style: none; display: flex; justify-content: space-between; align-items: center; background: rgba(56,189,248,0.05); border-radius: 8px; }
.pricing-details summary::-webkit-details-marker { display: none; }
.pricing-details summary::after { content: '▼'; font-size: 0.7rem; color: var(--primary); transition: transform 0.3s; }
.pricing-details[open] summary::after { transform: rotate(180deg); }
.pricing-details[open] summary { border-bottom: 1px solid rgba(56,189,248,0.2); border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.pricing-details[open] { border-color: rgba(56,189,248,0.4); }

.pricing-card .btn { margin-top: auto; padding: 12px 20px; width: 100%; box-sizing: border-box; font-weight: 600; }

/* 7. FAQ */
.faq-layout { display: grid; grid-template-columns: 1fr 1.5fr; gap: 50px; align-items: center; max-width: 1100px; margin: 0 auto; }
.faq-image-wrapper { display: flex; justify-content: center; align-items: center; }
.faq-image { max-width: 100%; height: auto; border-radius: 20px; filter: drop-shadow(0 0 30px rgba(56,189,248,0.2)); }

.faq-container { width: 100%; }
.faq-item { background: var(--panel-bg); border: 1px solid var(--border-color); border-radius: 12px; margin-bottom: 15px; overflow: hidden; transition: all 0.3s; }
.faq-item:hover { border-color: rgba(56,189,248,0.3); box-shadow: 0 5px 15px rgba(56,189,248,0.1); }
.faq-question { padding: 20px 25px; width: 100%; text-align: left; background: transparent; border: none; color: #fff; font-size: 1.1rem; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.faq-answer { padding: 0 25px; max-height: 0; overflow: hidden; transition: max-height 0.3s ease; color: var(--text-muted); }
.faq-item.active .faq-answer { padding-bottom: 20px; max-height: 300px; }
.faq-item.active .faq-question { color: var(--primary); }

/* 8. CORE TEAM - COVERFLOW CAROUSEL */
.team-carousel-container { position: relative; max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: center; height: 500px; }
.team-carousel { position: relative; width: 100%; height: 100%; perspective: 1000px; display: flex; justify-content: center; align-items: center; user-select: none; }
.team-card { position: absolute; width: 320px; background: var(--panel-bg); border-radius: 20px; padding: 35px 30px; text-align: center; border: 1px solid var(--border-color); transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); opacity: 0; z-index: 1; pointer-events: none; }

.team-card.active { opacity: 1; transform: translateX(0) scale(1.1); z-index: 10; pointer-events: auto; background: rgba(30,41,59,0.9); border-color: var(--primary); box-shadow: 0 20px 50px rgba(56,189,248,0.2); }
.team-card.prev { opacity: 0.6; transform: translateX(-95%) scale(0.9); z-index: 5; pointer-events: auto; cursor: pointer; filter: blur(1px); }
.team-card.next { opacity: 0.6; transform: translateX(95%) scale(0.9); z-index: 5; pointer-events: auto; cursor: pointer; filter: blur(1px); }
.team-card.prev:hover, .team-card.next:hover { opacity: 0.8; filter: blur(0); }

.team-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.1); color: var(--text-muted); width: 56px; height: 56px; border-radius: 50%; display: flex; justify-content: center; align-items: center; transition: all 0.3s; backdrop-filter: blur(10px); cursor: pointer; z-index: 20; padding: 0; }
.team-btn svg { width: 24px; height: 24px; transition: 0.3s; }
.team-btn:hover { background: rgba(56,189,248,0.1); border-color: var(--primary); color: var(--primary); box-shadow: 0 0 20px rgba(56,189,248,0.2); }
.team-btn:hover svg { transform: scale(1.1); }
.prev-btn { left: 10px; }
.next-btn { right: 10px; }
.team-role { color: var(--primary); font-size: 0.85rem; font-weight: 800; margin-bottom: 10px; letter-spacing: 2px; text-transform: uppercase; }
.team-name { font-size: 1.6rem; margin-bottom: 25px; font-weight: 800;}
.team-skill { display: flex; justify-content: space-between; margin-bottom: 5px; font-size: 0.9rem; color: var(--text-muted); font-weight: 600;}
.progress-bar { height: 6px; background: rgba(255,255,255,0.1); border-radius: 3px; margin-bottom: 20px; overflow: hidden; }
.progress-fill { height: 100%; background: var(--primary); }

/* 9. TESTIMONIALS - INFINITE MARQUEE */
.marquee-wrapper { position: relative; width: 100%; overflow: hidden; padding: 20px 0; mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent); -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent); }
.marquee-track { display: flex; gap: 30px; width: max-content; animation: scroll-marquee 40s linear infinite; }
.marquee-track:hover { animation-play-state: paused; }

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

.testi-card { width: 380px; flex-shrink: 0; background: rgba(255,255,255,0.03); padding: 30px; border-radius: 20px; border: 1px solid rgba(255,255,255,0.05); }
.testi-text { font-style: italic; color: var(--text-muted); margin-bottom: 25px; line-height: 1.7; font-size: 0.95rem; min-height: 100px; }
.testi-author { display: flex; align-items: center; gap: 15px; }
.author-avatar { width: 40px; height: 40px; background: rgba(56, 189, 248, 0.2); color: var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 1.1rem; }
.author-info h4 { margin: 0; font-size: 0.95rem; }
.author-info p { margin: 0; font-size: 0.75rem; color: var(--text-muted); }

/* 10. CTA FORM */
.cta-section { background: linear-gradient(135deg, rgba(30,41,59,0.5), rgba(15,23,42,0.8)); border-top: 1px solid var(--border-color); border-bottom: 1px solid var(--border-color); }
.cta-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 40px; align-items: stretch; padding: 60px 0; }
.cta-content { background: linear-gradient(135deg, rgba(15,23,42,0.9), rgba(15,23,42,0.6)), url('../../images/home/cta-illustration.png'); background-size: cover; background-position: center; padding: 50px; border-radius: 20px; border: 1px solid var(--border-color); display: flex; flex-direction: column; justify-content: center; box-shadow: 0 20px 50px rgba(0,0,0,0.3); }
.cta-content h2 { font-size: 2.2rem; margin-bottom: 20px; white-space: nowrap; }
.cta-content p { color: var(--text-muted); font-size: 1.1rem; margin-bottom: 30px; }
.cta-features { list-style: none; padding: 0; margin: 0; }
.cta-features li { margin-bottom: 15px; display: flex; align-items: center; gap: 10px; color: var(--text-light); }
.cta-features li::before { content: "✓"; color: var(--primary); font-weight: bold; background: rgba(56,189,248,0.1); width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.cta-form { background: var(--panel-bg); padding: 50px; border-radius: 20px; border: 1px solid var(--border-color); box-shadow: 0 20px 50px rgba(0,0,0,0.3); backdrop-filter: blur(10px); display: flex; flex-direction: column; justify-content: center; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; margin-bottom: 8px; font-size: 0.9rem; color: var(--text-light); font-weight: 600;}
span.wpcf7-form-control-wrap { display: block; width: 100%; }
.form-control { width: 100%; padding: 14px 15px; background: rgba(0,0,0,0.2); border: 1px solid var(--border-color); border-radius: 10px; color: #fff; font-family: inherit; box-sizing: border-box; transition: border-color 0.3s;}
.form-control:focus { outline: none; border-color: var(--primary); }
.btn-submit { width: 100%; border: none; font-size: 1.1rem; padding: 15px; cursor: pointer;}
.privacy-text { text-align: center; font-size: 0.8rem; color: var(--text-muted); margin-top: 15px; }


/* RESPONSIVE */
@media (max-width: 1024px) {
    .hero-grid { grid-template-columns: 1fr; text-align: center; }
    .hero-content p { margin: 0 auto 40px auto; }
    .hero-buttons { justify-content: center; }
    .hero-stats { justify-content: center; }
    .hero-globe { height: 400px; }
    .services-grid, .team-grid { grid-template-columns: repeat(2, 1fr); }
    .stats-grid, .pricing-grid, .testi-grid { grid-template-columns: repeat(2, 1fr); }
    
    /* Responsive Hub Layout cho Tablet */
    .standards-hub-layout { flex-direction: column; gap: 40px; }
    .standards-col { width: 100%; display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
    .standards-col.center-image-col { order: -1; display: flex; } /* Đưa ảnh lên trên cùng */
    
    .cta-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .hero-section::before { background-image: url('../../images/home/bannerseo247molbie.webp?v=2'); background-position: center top; top: 0; bottom: 0; left: 0; right: 0; }
    .hero-content h1 { font-size: 2.5rem; }
    .services-grid, .stats-grid, .pricing-grid, .faq-layout, .cta-grid { grid-template-columns: 1fr; }
    .cta-grid { gap: 30px; }
    .cta-content { padding: 30px; }
    .cta-form { padding: 30px; }
    .cta-content h2 { white-space: normal; font-size: 2rem; }
    
    /* Mobile Team Carousel */
    .team-carousel-container { height: 450px; }
    .team-card { width: 280px; }
    .team-card.prev { transform: translateX(-20%) scale(0.8); opacity: 0; pointer-events: none; }
    .team-card.next { transform: translateX(20%) scale(0.8); opacity: 0; pointer-events: none; }
    .prev-btn { left: 0px; }
    .next-btn { right: 0px; }
    
    .faq-layout { gap: 30px; }
    .faq-image-wrapper { order: -1; }
    .faq-image { max-width: 80%; }
    
    /* Mobile Process Timeline - Single Branch */
    .process-grid::after { left: 25px; transform: none; }
    .process-step { width: calc(100% - 60px); align-self: flex-end !important; margin-top: 20px !important; padding: 30px 20px; }
    
    .process-step .process-num { left: -60px !important; right: auto !important; transform: translate(50%, -50%) !important; }
    .process-step:hover .process-num { transform: translate(50%, -50%) scale(1.15) !important; }
    
    .process-step::before { left: -60px !important; width: 60px !important; background: linear-gradient(90deg, var(--primary) 50%, transparent 50%) !important; background-size: 15px 2px !important; }
    
    .pricing-card.popular { transform: none; }
}
