* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Satoshi', sans-serif; color: #1D1D1D; overflow-x: hidden; }

/* Navbar */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 999; background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,.08); height: 60px; display: flex; align-items: center; padding: 0 74px; justify-content: space-between; }
.nav-link-item { font-size: 13.5px; font-weight: 500; color: #1D1D1D; padding: 10px 12px; cursor: pointer; position: relative; transition: color .2s; display: flex; align-items: center; gap: 4px; }
.nav-link-item:hover { color: #046bd2; }
.nav-link-item i { font-size: 10px; }
.nav-cta { background: linear-gradient(to right, #F76902, #046bd2); color: #fff !important; border-radius: 30px; padding: 8px 20px !important; border: 1px solid #046bd2; font-size: 13.5px; font-weight: 600; cursor: pointer; transition: opacity .2s; text-decoration: none; display: inline-block; }
.nav-cta:hover { opacity: .85; }

/* Hero Banner */
.hero-section { padding-top: 60px; background: linear-gradient(135deg, #fff8f5 0%, #fff3ed 50%, #fff 100%); position: relative; overflow: hidden; min-height: 480px; display: flex; align-items: center; }
.hero-section::before { content: ''; position: absolute; top: 80px; left: 30px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(239,85,35,.08) 0%, transparent 70%); }
.text-flip { overflow: hidden; height: 60px; }
.text-flip-inner { animation: flipText 6s infinite; }
.text-flip-inner div { height: 60px; display: flex; align-items: center; font-size: 42px; font-weight: 700; color: #046bd2; line-height: 1; }
@keyframes flipText { 0%,28% { transform: translateY(0); } 33%,61% { transform: translateY(-60px); } 66%,94% { transform: translateY(-120px); } 100% { transform: translateY(0); } }
.stat-bar { background: #fff; border-top: 1px solid #f0f0f0; padding: 20px 0; }
.stat-card { text-align: center; padding: 15px 20px; border-right: 1px solid #f0f0f0; }
.stat-card:last-child { border-right: none; }
.stat-number { font-size: 26px; font-weight: 800; color: #1D1D1D; }
.stat-label { font-size: 12px; color: #666; margin-top: 2px; }

/* Trust Section */
.trusted-section { padding: 24px 0; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; overflow: hidden; }
.trusted-logos { display: flex; animation: scroll 25s linear infinite; width: max-content; gap: 60px; align-items: center; }
@keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.logo-img { height: 40px; object-fit: contain; filter: grayscale(100%); opacity: .6; transition: all .3s; }
.logo-img:hover { filter: grayscale(0%); opacity: 1; }

/* Section Headings */
.section-title { font-size: 36px; font-weight: 700; color: #1D1D1D; line-height: 1.2; }
.section-title span { color: #046bd2; }
.section-sub { font-size: 15px; color: #555; max-width: 600px; margin: 0 auto; line-height: 1.6; }

/* Core Tech Services */
.service-tab { display: flex; align-items: center; gap: 12px; padding: 16px 20px; border-radius: 10px; cursor: pointer; transition: all .2s; margin-bottom: 8px; border: 1px solid transparent; }
.service-tab:hover, .service-tab.active { background: rgba(239,85,35,.05); border-color: rgba(239,85,35,.2); }
.service-tab.active .tab-title { color: #046bd2; font-weight: 600; }
.tab-icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(239,85,35,.1); display: flex; align-items: center; justify-content: center; color: #046bd2; font-size: 18px; }
.service-tab.active .tab-icon { background: #046bd2; color: #fff; }
.tab-title { font-size: 14px; font-weight: 500; color: #1D1D1D; }
.content-panel { display: none; }
.content-panel.active { display: block; }
.tech-badge { display: inline-block; background: #f5f5f5; border: 1px solid #e8e8e8; border-radius: 20px; padding: 4px 12px; font-size: 12px; color: #444; margin: 3px; transition: all .2s; }
.tech-badge:hover { background: rgba(239,85,35,.08); border-color: #046bd2; color: #046bd2; }
.cta-btn { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(to right, #F76902, #046bd2); color: #fff; padding: 12px 24px; border-radius: 30px; font-weight: 600; font-size: 14px; text-decoration: none; transition: opacity .2s; border: none; cursor: pointer; }
.cta-btn:hover { opacity: .88; }
.cta-btn-outline { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: #046bd2; padding: 11px 24px; border-radius: 30px; font-weight: 600; font-size: 14px; text-decoration: none; transition: all .2s; border: 2px solid #046bd2; cursor: pointer; }
.cta-btn-outline:hover { background: #046bd2; color: #fff; }

/* Tech Stack */
.tech-domain-item { display: flex; align-items: center; justify-content: space-between; padding: 13px 20px; border-radius: 8px; cursor: pointer; transition: all .2s; margin-bottom: 6px; }
.tech-domain-item:hover, .tech-domain-item.active { background: #fff; color: #046bd2; font-weight: 600; }
.tech-domain-item.active { box-shadow: 0 2px 8px rgba(0,0,0,.06); }
.tech-item-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.tech-item { background: #f9f9f9; border: 1px solid #eee; border-radius: 10px; padding: 16px 10px; text-align: center; transition: all .2s; cursor: pointer; }
.tech-item:hover { border-color: #046bd2; background: rgba(239,85,35,.04); transform: translateY(-2px); }
.tech-item i { font-size: 22px; color: #046bd2; margin-bottom: 8px; display: block; }
.tech-item span { font-size: 11px; font-weight: 500; color: #444; }
.tech-panel { display: none; }
.tech-panel.active { display: block; }

/* Legacy Section */
.metric-card { background: #fff; border-radius: 12px; padding: 16px; border: 1px solid #f0f0f0; transition: all .3s; }
.metric-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.metric-value { font-size: 32px; font-weight: 800; color: #046bd2; }

/* Case Study Slider */
.case-slide { display: none; }
.case-slide.active { display: flex; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: #ddd; cursor: pointer; transition: all .2s; }
.dot.active { background: #046bd2; width: 24px; border-radius: 5px; }

/* Industry Cards */
.industry-card { background: #fff; border: 1px solid #eee; border-radius: 14px; padding: 24px; transition: all .3s; cursor: pointer; height: 100%; }
.industry-card:hover { border-color: #046bd2; box-shadow: 0 8px 30px rgba(239,85,35,.12); transform: translateY(-4px); }
.industry-card.featured { border-color: rgba(239,85,35,.3); background: linear-gradient(135deg, #fff8f5, #fff); }
.industry-icon { width: 44px; height: 44px; background: linear-gradient(135deg, #046bd2, #F76902); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 18px; margin-bottom: 16px; }
.highlight-badge { background: rgba(239,85,35,.08); border: 1px solid rgba(239,85,35,.2); color: #046bd2; border-radius: 6px; padding: 4px 10px; font-size: 11px; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; margin-bottom: 12px; }
.metric-pill { background: #f8f8f8; border-radius: 8px; padding: 8px 12px; text-align: center; }
.metric-pill .val { font-size: 14px; font-weight: 700; color: #1D1D1D; }
.metric-pill .lbl { font-size: 10px; color: #888; }
.explore-link { color: #046bd2; font-size: 13px; font-weight: 600; display: flex; align-items: center; gap: 6px; text-decoration: none; margin-top: 16px; transition: gap .2s; }
.explore-link:hover { gap: 10px; }

/* Scale Section */
.scale-card { background: #fff; border: 1px solid #eee; border-radius: 14px; padding: 28px; transition: all .3s; position: relative; overflow: hidden; }
.scale-card:hover { box-shadow: 0 10px 40px rgba(0,0,0,.08); }
.scale-card.featured { border-color: #046bd2; }
.scale-card.featured::before { content: 'Popular'; position: absolute; top: 16px; right: 16px; background: #046bd2; color: #fff; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 12px; }
.feature-check { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 10px; font-size: 14px; color: #444; }
.feature-check i { color: #046bd2; margin-top: 2px; font-size: 12px; }

/* Testimonials */
.testimonial-card { background: #fff; border: 1px solid #eee; border-radius: 14px; padding: 24px; transition: all .3s; }
.testimonial-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,.08); }
.testimonial-card.featured { border-color: rgba(239,85,35,.3); background: linear-gradient(135deg, #fff8f5, #fff); }
.stars { color: #F59E0B; font-size: 14px; }
.verified-badge { background: #e8fdf0; color: #16a34a; border-radius: 20px; padding: 3px 10px; font-size: 11px; font-weight: 600; display: flex; align-items: center; gap: 4px; }

/* FAQ */
.faq-item { border: 1px solid #eee; border-radius: 10px; margin-bottom: 10px; overflow: hidden; transition: all .2s; }
.faq-item:hover { border-color: rgba(239,85,35,.3); }
.faq-question { padding: 18px 20px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-weight: 500; font-size: 15px; background: #fff; }
.faq-question:hover { background: rgba(239,85,35,.02); }
.faq-question.open { color: #046bd2; }
.faq-question i { transition: transform .3s; color: #046bd2; }
.faq-question.open i { transform: rotate(45deg); }
.faq-answer { padding: 0 20px; max-height: 0; overflow: hidden; transition: all .3s; font-size: 14px; color: #555; line-height: 1.7; }
.faq-answer.open { max-height: 200px; padding: 0 20px 18px; }

/* CSR Section */
.csr-box { position: relative; border-radius: 12px; overflow: hidden; cursor: pointer; }
.csr-box img { width: 100%; height: 220px; object-fit: cover; transition: transform .4s; }
.csr-box:hover img { transform: scale(1.05); }
.csr-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(0,0,0,.7)); padding: 16px; }

/* Contact Section */
.contact-feature { display: flex; gap: 14px; align-items: flex-start; padding: 16px; border-radius: 10px; background: #f9f9f9; border: 1px solid #eee; margin-bottom: 12px; }
.contact-icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(239,85,35,.1); display: flex; align-items: center; justify-content: center; color: #046bd2; flex-shrink: 0; }
.form-input { width: 100%; padding: 12px 14px; border: 1px solid #e0e0e0; border-radius: 8px; font-size: 14px; font-family: 'Satoshi', sans-serif; transition: border-color .2s; background: #fff; }
.form-input:focus { outline: none; border-color: #046bd2; box-shadow: 0 0 0 3px rgba(239,85,35,.08); }
.submit-btn { width: 100%; background: linear-gradient(to right, #F76902, #046bd2); color: #fff; padding: 14px; border-radius: 8px; font-size: 15px; font-weight: 600; border: none; cursor: pointer; transition: opacity .2s; font-family: 'Satoshi', sans-serif; }
.submit-btn:hover { opacity: .88; }

/* Footer */
footer { background: #0f0f0f; color: #ccc; }
.footer-heading { color: #fff; font-size: 13px; font-weight: 700; margin-bottom: 14px; display: flex; align-items: center; gap: 6px; }
.footer-heading::before { content: '•'; color: #046bd2; }
.footer-link { display: block; font-size: 12.5px; color: #999; text-decoration: none; margin-bottom: 8px; transition: color .2s; }
.footer-link:hover { color: #046bd2; }
.social-icon { width: 34px; height: 34px; border-radius: 8px; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; color: #ccc; font-size: 14px; text-decoration: none; transition: all .2s; }
.social-icon:hover { background: #046bd2; color: #fff; }

/* Mobile Menu */
.mobile-menu { display: none; position: fixed; top: 60px; left: 0; right: 0; background: #1D1D1D; z-index: 998; padding: 20px; }
.mobile-menu.open { display: block; }

/* Animations */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.fade-in-up { animation: fadeInUp .6s ease forwards; }
.fade-in-up-delay-1 { animation-delay: .1s; opacity: 0; animation-fill-mode: forwards; animation-name: fadeInUp; animation-duration: .6s; }
.fade-in-up-delay-2 { animation-delay: .2s; opacity: 0; animation-fill-mode: forwards; animation-name: fadeInUp; animation-duration: .6s; }
.fade-in-up-delay-3 { animation-delay: .3s; opacity: 0; animation-fill-mode: forwards; animation-name: fadeInUp; animation-duration: .6s; }

/* Success Stories */
.story-card { background: #fff; border: 1px solid #eee; border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; height: 100%; }
.story-img { width: 100%; height: 220px; object-fit: cover; }
.story-content { padding: 24px; flex: 1; display: flex; flex-direction: column; }

/* Advantage Section */
.advantage-point { display: flex; gap: 16px; padding: 20px; border-radius: 12px; border: 1px solid #eee; margin-bottom: 16px; transition: all .3s; cursor: pointer; }
.advantage-point:hover { border-color: rgba(239,85,35,.3); background: rgba(239,85,35,.02); }
.adv-icon { width: 48px; height: 48px; border-radius: 12px; background: rgba(239,85,35,.1); display: flex; align-items: center; justify-content: center; color: #046bd2; font-size: 20px; flex-shrink: 0; }

/* Responsive */
@media (max-width: 768px) {
  .navbar { padding: 0 16px; }
  .nav-links-desktop { display: none; }
  .mobile-toggle { display: block; }
  .text-flip-inner div { font-size: 28px; height: 45px; }
  .text-flip { height: 45px; }
  .hero-section { padding: 80px 16px 40px; }
  .tech-item-grid { grid-template-columns: repeat(3, 1fr); }
  .section-title { font-size: 26px; }
}

@media (min-width: 769px) {
  .mobile-toggle { display: none; }
  .nav-links-desktop { display: flex; align-items: center; }
}

/* Progress bars */
.progress-bar { height: 4px; background: linear-gradient(to right, #F76902, #046bd2); border-radius: 2px; animation: growBar 1.5s ease forwards; }
@keyframes growBar { from { width: 0; } }

/* Scroll reveal */
.reveal { opacity: 0; transform: translateY(40px); transition: all .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Dropdown */
.dropdown { position: relative; }
.dropdown-menu-nav { position: absolute; top: 100%; left: 0; background: #fff; border-radius: 8px; box-shadow: 0 8px 30px rgba(0,0,0,.12); padding: 8px 0; min-width: 220px; display: none; border-top: 2px solid #046bd2; z-index: 999; }
.dropdown:hover .dropdown-menu-nav { display: block; }
.dropdown-item { display: block; padding: 8px 16px; font-size: 13px; color: #444; text-decoration: none; transition: all .2s; }
.dropdown-item:hover { background: rgba(239,85,35,.05); color: #046bd2; }