/* ============================================
   VIPL - Varshney Infotech Pvt Ltd
   Enterprise Corporate Website Stylesheet
   ============================================ */

:root {
  --primary: #A61E2A;
  --primary-dark: #8B1822;
  --primary-light: #C42A38;
  --secondary: #23272F;
  --secondary-light: #2D323D;
  --accent: #2563EB;
  --accent-light: #3B82F6;
  --success: #10B981;
  --warning: #F59E0B;
  --bg: #FFFFFF;
  --surface: #F8F9FB;
  --surface-dark: #F1F3F6;
  --border: #E5E7EB;
  --border-light: #F3F4F6;
  --text: #111827;
  --text-secondary: #6B7280;
  --text-muted: #9CA3AF;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.04);
  --shadow: 0 4px 24px rgba(0,0,0,0.06);
  --shadow-lg: 0 12px 40px rgba(0,0,0,0.1);
  --shadow-xl: 0 24px 64px rgba(0,0,0,0.12);
  --radius: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --font-heading: 'Poppins', sans-serif;
  --font-body: 'Inter', sans-serif;
}
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--bg); color: var(--text); overflow-x: hidden; line-height: 1.6; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); line-height: 1.2; }
a { text-decoration: none; color: inherit; transition: var(--transition); }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
button { border: none; background: none; cursor: pointer; font-family: inherit; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--surface); }
::-webkit-scrollbar-thumb { background: var(--border); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--text-muted); }
.skip-link { position: absolute; top: -40px; left: 0; background: var(--primary); color: white; padding: 8px 16px; z-index: 10000; font-weight: 600; border-radius: 0 0 8px 0; }
.skip-link:focus { top: 0; }

/* NAVBAR */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(255,255,255,0.95); backdrop-filter: blur(20px) saturate(1.8); border-bottom: 1px solid var(--border-light); transition: var(--transition); }
.navbar.scrolled { box-shadow: var(--shadow); }
.navbar-inner { max-width: 1320px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; height: 72px; }
.logo { display: flex; align-items: center; gap: 12px; font-family: var(--font-heading); font-weight: 700; font-size: 20px; color: var(--secondary); }
.logo img { width: 40px; height: 40px; border-radius: 10px; object-fit: cover; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--text-secondary); position: relative; padding: 4px 0; }
.nav-links a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--primary); transition: var(--transition); border-radius: 1px; }
.nav-links a:hover, .nav-links a.active { color: var(--primary); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-cta { background: var(--primary); color: white; padding: 10px 24px; border-radius: 8px; font-family: var(--font-heading); font-size: 13px; font-weight: 600; transition: var(--transition); }
.nav-cta:hover { background: var(--primary-dark); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(166,30,42,0.3); }
.mobile-menu-btn { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; }
.mobile-menu-btn span { width: 24px; height: 2px; background: var(--secondary); transition: var(--transition); border-radius: 1px; }
.mobile-menu-btn.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.mobile-menu-btn.active span:nth-child(2) { opacity: 0; }
.mobile-menu-btn.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* HERO */
.hero { min-height: 100vh; position: relative; overflow: hidden; display: flex; align-items: center; padding-top: 72px; background: var(--bg); }
.hero-bg { position: absolute; inset: 0; z-index: 0; background: radial-gradient(ellipse at 20% 50%, rgba(166,30,42,0.04) 0%, transparent 50%), radial-gradient(ellipse at 80% 20%, rgba(37,99,235,0.03) 0%, transparent 50%), radial-gradient(ellipse at 50% 100%, rgba(166,30,42,0.02) 0%, transparent 50%); }
.hero-grid { position: absolute; inset: 0; z-index: 0; opacity: 0.4; background-image: linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px); background-size: 80px 80px; }
.hero-inner { max-width: 1320px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; width: 100%; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--surface); border: 1px solid var(--border); padding: 8px 16px; border-radius: 100px; font-size: 13px; color: var(--text-secondary); margin-bottom: 28px; }
.hero-badge-dot { width: 8px; height: 8px; background: var(--success); border-radius: 50%; animation: pulse 2s infinite; }
.hero h1 { font-size: clamp(40px, 5vw, 64px); font-weight: 800; line-height: 1.1; color: var(--secondary); margin-bottom: 24px; }
.hero h1 .highlight { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero p { font-size: 18px; line-height: 1.7; color: var(--text-secondary); max-width: 520px; margin-bottom: 36px; }
.hero-btns { display: flex; gap: 16px; margin-bottom: 48px; flex-wrap: wrap; }
.btn-primary { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); color: white; padding: 14px 32px; border-radius: 10px; font-family: var(--font-heading); font-size: 15px; font-weight: 600; transition: var(--transition); display: inline-flex; align-items: center; gap: 8px; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(166,30,42,0.35); }
.btn-secondary { background: transparent; color: var(--secondary); padding: 14px 32px; border-radius: 10px; font-family: var(--font-heading); font-size: 15px; font-weight: 600; transition: var(--transition); border: 1.5px solid var(--border); display: inline-flex; align-items: center; gap: 8px; }
.btn-secondary:hover { border-color: var(--primary); color: var(--primary); background: rgba(166,30,42,0.04); }
.hero-stats { display: flex; gap: 40px; flex-wrap: wrap; }
.hero-stat { text-align: left; }
.hero-stat-num { font-family: var(--font-heading); font-size: 32px; font-weight: 700; color: var(--secondary); line-height: 1; }
.hero-stat-label { font-size: 13px; color: var(--text-muted); margin-top: 6px; font-weight: 500; }
.hero-visual { position: relative; display: flex; align-items: center; justify-content: center; }
.hero-visual-inner { position: relative; width: 100%; max-width: 520px; }
.hero-card { background: white; border-radius: var(--radius-xl); box-shadow: var(--shadow-xl); padding: 28px; border: 1px solid var(--border-light); position: relative; z-index: 2; }
.hero-card-header { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.hero-card-avatar { width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(135deg, var(--primary), var(--accent)); display: flex; align-items: center; justify-content: center; color: white; font-weight: 700; font-size: 16px; }
.hero-card-title { font-family: var(--font-heading); font-weight: 600; font-size: 15px; color: var(--secondary); }
.hero-card-sub { font-size: 12px; color: var(--text-muted); }
.hero-card-body { display: flex; flex-direction: column; gap: 10px; }
.hero-card-row { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 10px; background: var(--surface); font-size: 13px; color: var(--text-secondary); }
.hero-card-badge { position: absolute; top: -16px; right: -16px; background: var(--accent); color: white; padding: 8px 16px; border-radius: 10px; font-size: 12px; font-weight: 600; z-index: 3; box-shadow: 0 4px 16px rgba(37,99,235,0.3); animation: float 3s ease-in-out infinite; }
.hero-float-card { position: absolute; background: white; border-radius: var(--radius); padding: 14px 18px; box-shadow: var(--shadow-lg); border: 1px solid var(--border-light); z-index: 3; animation: float 4s ease-in-out infinite; }
.hero-float-card.fc1 { top: -20px; left: -30px; animation-delay: 0s; }
.hero-float-card.fc2 { bottom: 30px; right: -40px; animation-delay: 1.5s; }
.hero-float-card .fc-icon { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 8px; font-size: 16px; }
.hero-float-card .fc-title { font-family: var(--font-heading); font-weight: 600; font-size: 13px; color: var(--secondary); }
.hero-float-card .fc-desc { font-size: 11px; color: var(--text-muted); }

/* CLIENTS */
.clients { padding: 48px 0; background: var(--surface); border-top: 1px solid var(--border-light); border-bottom: 1px solid var(--border-light); }
.clients-inner { max-width: 1320px; margin: 0 auto; padding: 0 24px; text-align: center; }
.clients-label { font-size: 12px; font-weight: 600; color: var(--text-muted); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 28px; }
.clients-logos { display: flex; justify-content: center; align-items: center; gap: 48px; flex-wrap: wrap; opacity: 0.5; }
.client-logo { font-family: var(--font-heading); font-weight: 700; font-size: 18px; color: var(--text-muted); letter-spacing: -0.5px; }

/* SECTION COMMON */
.section { padding: 100px 0; position: relative; }
.section-inner { max-width: 1320px; margin: 0 auto; padding: 0 24px; }
.section-header { text-align: center; max-width: 640px; margin: 0 auto 64px; }
.section-tag { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; color: var(--primary); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 16px; }
.section-tag::before, .section-tag::after { content: ''; width: 24px; height: 1px; background: var(--primary); opacity: 0.3; }
.section-header h2 { font-size: clamp(32px, 4vw, 44px); font-weight: 700; color: var(--secondary); line-height: 1.2; margin-bottom: 16px; }
.section-header p { font-size: 17px; color: var(--text-secondary); line-height: 1.7; }

/* SERVICES */
.services { background: var(--bg); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { background: white; border-radius: var(--radius-lg); padding: 36px 32px; border: 1px solid var(--border-light); transition: var(--transition); position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--primary), var(--accent)); transform: scaleX(0); transition: var(--transition); transform-origin: left; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-xl); border-color: transparent; }
.service-card:hover::before { transform: scaleX(1); }
.service-icon { width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 24px; font-size: 24px; transition: var(--transition); }
.service-card:hover .service-icon { transform: scale(1.1) rotate(-5deg); }
.service-card h3 { font-size: 20px; font-weight: 600; color: var(--secondary); margin-bottom: 12px; }
.service-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.7; margin-bottom: 20px; }
.service-link { font-size: 14px; font-weight: 600; color: var(--primary); display: inline-flex; align-items: center; gap: 6px; transition: var(--transition); }
.service-link:hover { gap: 10px; }

/* INDUSTRIES */
.industries { background: var(--surface); }
.industries-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.industry-card { background: white; border-radius: var(--radius-lg); padding: 32px 24px; text-align: center; border: 1px solid var(--border-light); transition: var(--transition); }
.industry-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--primary); }
.industry-icon { width: 64px; height: 64px; border-radius: 18px; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 28px; background: var(--surface); transition: var(--transition); }
.industry-card:hover .industry-icon { background: linear-gradient(135deg, var(--primary), var(--accent)); color: white; transform: scale(1.1); }
.industry-card h4 { font-size: 16px; font-weight: 600; color: var(--secondary); margin-bottom: 8px; }
.industry-card p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

/* WHY VIPL */
.why-vipl { background: var(--bg); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.why-card { background: white; border-radius: var(--radius-lg); padding: 32px 24px; text-align: center; border: 1px solid var(--border-light); transition: var(--transition); }
.why-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); border-color: transparent; }
.why-icon { width: 60px; height: 60px; border-radius: 16px; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; font-size: 24px; background: linear-gradient(135deg, rgba(166,30,42,0.08), rgba(37,99,235,0.08)); }
.why-card h4 { font-size: 15px; font-weight: 600; color: var(--secondary); margin-bottom: 8px; }
.why-card p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

/* AWARDS */
.awards { background: var(--surface); }
.awards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.award-card { background: white; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border-light); transition: var(--transition); }
.award-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-xl); }
.award-img { height: 260px; overflow: hidden; position: relative; }
.award-img img { width: 100%; height: 100%; object-fit: cover; transition: var(--transition); }
.award-card:hover .award-img img { transform: scale(1.05); }
.award-body { padding: 24px; }
.award-body h4 { font-size: 16px; font-weight: 600; color: var(--secondary); margin-bottom: 8px; }
.award-body p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }
.award-badge { display: inline-block; background: rgba(166,30,42,0.08); color: var(--primary); padding: 4px 12px; border-radius: 6px; font-size: 11px; font-weight: 600; margin-top: 12px; }
.trust-badges { display: flex; justify-content: center; align-items: center; gap: 48px; margin-top: 48px; flex-wrap: wrap; }
.trust-badge { display: flex; align-items: center; gap: 12px; background: white; padding: 16px 24px; border-radius: var(--radius); border: 1px solid var(--border-light); box-shadow: var(--shadow-sm); }
.trust-badge img { height: 48px; width: auto; }
.trust-badge span { font-size: 13px; font-weight: 600; color: var(--secondary); }

/* CTA BANNER */
.cta-banner { background: linear-gradient(135deg, var(--secondary) 0%, #1a1d24 100%); padding: 80px 0; position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 50%, rgba(166,30,42,0.15) 0%, transparent 60%), radial-gradient(ellipse at 70% 50%, rgba(37,99,235,0.1) 0%, transparent 60%); }
.cta-inner { max-width: 1320px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; position: relative; z-index: 1; }
.cta-inner h2 { font-size: 36px; font-weight: 700; color: white; line-height: 1.2; margin-bottom: 16px; }
.cta-inner p { font-size: 17px; color: rgba(255,255,255,0.6); line-height: 1.7; max-width: 520px; }
.cta-btn { background: linear-gradient(135deg, var(--primary), var(--primary-light)); color: white; padding: 16px 40px; border-radius: 12px; font-family: var(--font-heading); font-size: 16px; font-weight: 600; transition: var(--transition); display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; }
.cta-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(166,30,42,0.4); }

/* FOOTER */
.footer { background: var(--secondary); color: white; padding: 80px 0 0; }
.footer-inner { max-width: 1320px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; }
.footer-brand .logo { color: white; margin-bottom: 20px; }
.footer-brand p { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.7; margin-bottom: 24px; }
.footer-social { display: flex; gap: 12px; }
.footer-social a { width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.6); transition: var(--transition); font-size: 16px; }
.footer-social a:hover { background: var(--primary); color: white; }
.footer-col h5 { font-family: var(--font-heading); font-size: 14px; font-weight: 600; color: white; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px; }
.footer-col ul li { margin-bottom: 12px; }
.footer-col ul li a { font-size: 14px; color: rgba(255,255,255,0.5); transition: var(--transition); }
.footer-col ul li a:hover { color: white; padding-left: 4px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); margin-top: 60px; padding: 24px 0; text-align: center; }
.footer-bottom p { font-size: 13px; color: rgba(255,255,255,0.3); }
.footer-bottom a { color: rgba(255,255,255,0.3); }
.footer-bottom a:hover { color: white; }

/* FLOATING ELEMENTS */
.fab-chat { position: fixed; bottom: 28px; right: 28px; z-index: 999; width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, var(--primary), var(--primary-light)); color: white; display: flex; align-items: center; justify-content: center; font-size: 22px; box-shadow: 0 4px 20px rgba(166,30,42,0.35); transition: var(--transition); }
.fab-chat:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(166,30,42,0.45); }
.fab-wa { position: fixed; bottom: 96px; right: 28px; z-index: 999; width: 48px; height: 48px; border-radius: 50%; background: #25D366; color: white; display: flex; align-items: center; justify-content: center; font-size: 24px; box-shadow: 0 4px 16px rgba(37,211,102,0.3); transition: var(--transition); }
.fab-wa:hover { transform: scale(1.1); }
.scroll-top { position: fixed; bottom: 28px; right: 96px; z-index: 999; width: 44px; height: 44px; border-radius: 10px; background: var(--secondary); color: white; display: flex; align-items: center; justify-content: center; font-size: 16px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transition: var(--transition); }
.scroll-top.visible { opacity: 1; visibility: visible; }
.scroll-top:hover { background: var(--primary); }

/* COOKIE BANNER */
.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999; background: var(--secondary); color: white; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; transform: translateY(100%); transition: transform 0.4s ease; }
.cookie-banner.show { transform: translateY(0); }
.cookie-banner p { font-size: 14px; color: rgba(255,255,255,0.7); }
.cookie-banner a { color: var(--accent-light); text-decoration: underline; }
.cookie-btn { background: var(--primary); color: white; padding: 8px 20px; border-radius: 6px; font-weight: 600; font-size: 13px; white-space: nowrap; }
.cookie-btn:hover { background: var(--primary-light); }

/* CHATBOT WIDGET */
.chatbot-widget { position: fixed; bottom: 96px; right: 28px; z-index: 998; width: 360px; max-height: 500px; background: white; border-radius: var(--radius-lg); box-shadow: var(--shadow-xl); border: 1px solid var(--border-light); display: flex; flex-direction: column; transform: scale(0); opacity: 0; transform-origin: bottom right; transition: var(--transition); overflow: hidden; }
.chatbot-widget.open { transform: scale(1); opacity: 1; }
.chatbot-header { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: white; padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; }
.chatbot-header h4 { font-size: 15px; font-weight: 600; }
.chatbot-header span { font-size: 12px; opacity: 0.8; }
.chatbot-close { color: white; font-size: 20px; cursor: pointer; }
.chatbot-body { flex: 1; padding: 16px; overflow-y: auto; display: flex; flex-direction: column; gap: 12px; min-height: 280px; max-height: 320px; }
.chatbot-msg { max-width: 85%; padding: 10px 14px; border-radius: 12px; font-size: 13px; line-height: 1.5; }
.chatbot-msg.bot { background: var(--surface); color: var(--text-secondary); align-self: flex-start; border-bottom-left-radius: 4px; }
.chatbot-msg.user { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: white; align-self: flex-end; border-bottom-right-radius: 4px; }
.chatbot-input { display: flex; gap: 8px; padding: 12px 16px; border-top: 1px solid var(--border-light); }
.chatbot-input input { flex: 1; padding: 10px 14px; border-radius: 8px; border: 1px solid var(--border); font-size: 13px; outline: none; font-family: inherit; }
.chatbot-input input:focus { border-color: var(--primary); }
.chatbot-send { background: var(--primary); color: white; width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.chatbot-send:hover { background: var(--primary-dark); }

/* ANIMATIONS */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* SCROLL REVEAL */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* PAGE HEADER */
.page-header { padding: 160px 0 80px; background: var(--surface); position: relative; overflow: hidden; }
.page-header::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 20% 50%, rgba(166,30,42,0.04) 0%, transparent 50%); }
.page-header-inner { max-width: 1320px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }
.page-header h1 { font-size: clamp(36px, 5vw, 52px); font-weight: 800; color: var(--secondary); margin-bottom: 16px; }
.page-header p { font-size: 18px; color: var(--text-secondary); max-width: 600px; }
.breadcrumb { display: flex; gap: 8px; align-items: center; margin-bottom: 24px; font-size: 13px; color: var(--text-muted); }
.breadcrumb a { color: var(--text-secondary); }
.breadcrumb a:hover { color: var(--primary); }
.breadcrumb .sep { color: var(--text-muted); }

/* CONTENT SECTIONS */
.content-section { padding: 80px 0; }
.content-section.alt { background: var(--surface); }
.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.content-grid.reverse { direction: rtl; }
.content-grid.reverse > * { direction: ltr; }
.content-text h2 { font-size: 32px; font-weight: 700; color: var(--secondary); margin-bottom: 20px; }
.content-text p { font-size: 16px; color: var(--text-secondary); line-height: 1.8; margin-bottom: 16px; }
.content-text ul { margin: 16px 0; }
.content-text ul li { padding: 8px 0; padding-left: 28px; position: relative; font-size: 15px; color: var(--text-secondary); }
.content-text ul li::before { content: '✓'; position: absolute; left: 0; color: var(--success); font-weight: 700; }
.content-img { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.content-img img { width: 100%; height: 100%; object-fit: cover; }

/* TIMELINE */
.timeline { position: relative; padding-left: 32px; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: var(--border); }
.timeline-item { position: relative; padding-bottom: 32px; }
.timeline-item::before { content: ''; position: absolute; left: -28px; top: 4px; width: 12px; height: 12px; border-radius: 50%; background: var(--primary); border: 3px solid white; box-shadow: 0 0 0 2px var(--primary); }
.timeline-year { font-family: var(--font-heading); font-size: 14px; font-weight: 700; color: var(--primary); margin-bottom: 4px; }
.timeline-title { font-size: 18px; font-weight: 600; color: var(--secondary); margin-bottom: 8px; }
.timeline-desc { font-size: 14px; color: var(--text-secondary); line-height: 1.6; }

/* FAQ */
.faq-item { background: white; border-radius: var(--radius); border: 1px solid var(--border-light); margin-bottom: 12px; overflow: hidden; transition: var(--transition); }
.faq-item:hover { box-shadow: var(--shadow); }
.faq-question { padding: 20px 24px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-weight: 600; font-size: 15px; color: var(--secondary); }
.faq-icon { font-size: 20px; color: var(--primary); transition: var(--transition); }
.faq-item.active .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-answer-inner { padding: 0 24px 20px; font-size: 14px; color: var(--text-secondary); line-height: 1.7; }

/* FORM */
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; color: var(--secondary); margin-bottom: 8px; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 12px 16px; border-radius: 10px; border: 1.5px solid var(--border); font-size: 14px; font-family: inherit; color: var(--text); outline: none; transition: var(--transition); background: white; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(166,30,42,0.08); }
.form-group textarea { min-height: 120px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* LOCATIONS */
.locations-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.location-card { background: white; border-radius: var(--radius-lg); padding: 32px; border: 1px solid var(--border-light); transition: var(--transition); }
.location-card:hover { box-shadow: var(--shadow-lg); border-color: var(--primary); }
.location-card .loc-icon { width: 48px; height: 48px; border-radius: 12px; background: rgba(166,30,42,0.08); color: var(--primary); display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 16px; }
.location-card h4 { font-size: 18px; font-weight: 600; color: var(--secondary); margin-bottom: 8px; }
.location-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.7; }
.location-card .loc-badge { display: inline-block; margin-top: 12px; padding: 4px 12px; background: var(--surface); border-radius: 6px; font-size: 11px; font-weight: 600; color: var(--text-muted); }

/* HIRING MODELS */
.models-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.model-card { background: white; border-radius: var(--radius-lg); padding: 32px; border: 1px solid var(--border-light); transition: var(--transition); text-align: center; }
.model-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-xl); }
.model-card .model-num { font-family: var(--font-heading); font-size: 40px; font-weight: 800; color: var(--primary); opacity: 0.15; line-height: 1; margin-bottom: -20px; }
.model-card h3 { font-size: 18px; font-weight: 600; color: var(--secondary); margin-bottom: 12px; }
.model-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.7; }

/* SKILLS */
.skills-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.skill-tag { background: white; border: 1px solid var(--border-light); padding: 10px 16px; border-radius: 8px; font-size: 13px; font-weight: 500; color: var(--text-secondary); text-align: center; transition: var(--transition); }
.skill-tag:hover { background: var(--primary); color: white; border-color: var(--primary); }

/* TESTIMONIALS */
.testimonials { background: var(--surface); }
.testimonial-card { background: white; border-radius: var(--radius-lg); padding: 32px; border: 1px solid var(--border-light); box-shadow: var(--shadow); }
.testimonial-card .quote { font-size: 16px; color: var(--text-secondary); line-height: 1.8; font-style: italic; margin-bottom: 24px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-author .avatar { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, var(--primary), var(--accent)); display: flex; align-items: center; justify-content: center; color: white; font-weight: 700; font-size: 16px; }
.testimonial-author .name { font-weight: 600; color: var(--secondary); font-size: 14px; }
.testimonial-author .role { font-size: 12px; color: var(--text-muted); }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; gap: 40px; }
  .hero p { margin: 0 auto 36px; }
  .hero-btns { justify-content: center; }
  .hero-stats { justify-content: center; }
  .hero-visual { order: -1; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .industries-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .awards-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-inner { grid-template-columns: 1fr; text-align: center; gap: 32px; }
  .cta-inner p { margin: 0 auto; }
  .footer-inner { grid-template-columns: repeat(2, 1fr); }
  .content-grid { grid-template-columns: 1fr; }
  .locations-grid { grid-template-columns: repeat(2, 1fr); }
  .models-grid { grid-template-columns: repeat(2, 1fr); }
  .skills-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .mobile-menu-btn { display: flex; }
  .services-grid, .industries-grid, .why-grid, .awards-grid, .footer-inner, .locations-grid, .models-grid, .skills-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 36px; }
  .hero-stats { flex-direction: column; gap: 20px; align-items: center; }
  .hero-float-card { display: none; }
  .chatbot-widget { width: calc(100% - 40px); right: 20px; bottom: 80px; }
  .form-row { grid-template-columns: 1fr; }
  .trust-badges { flex-direction: column; gap: 16px; }
}
.mobile-nav { position: fixed; inset: 0; z-index: 999; background: rgba(255,255,255,0.98); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px; transform: translateX(100%); transition: transform 0.35s ease; }
.mobile-nav.open { transform: translateX(0); }
.mobile-nav a { font-family: var(--font-heading); font-size: 24px; font-weight: 600; color: var(--secondary); }
.mobile-nav a:hover { color: var(--primary); }
.mobile-nav .nav-cta { font-size: 16px; margin-top: 16px; }
