:root {
  --primary: #003366;
  --secondary: #0057b8;
  --accent: #00b8d9;
  --bg: #f8fafc;
  --card: #ffffff;
  --ink: #102033;
  --muted: #64748b;
  --line: rgba(15, 35, 60, .12);
  --emerald: #18a058;
  --amber: #f0a202;
  --shadow: 0 24px 70px rgba(0, 37, 84, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, sans-serif; color: var(--ink); background: var(--bg); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3, h4, h5, h6 { font-family: Manrope, Inter, sans-serif; font-weight: 800; letter-spacing: 0; }
p { color: var(--muted); line-height: 1.75; }
.section-pad { padding: clamp(72px, 8vw, 118px) 0; }
.section-light { background: linear-gradient(180deg, #fff, #eef7fb); }
.section-dark { background: radial-gradient(circle at 20% 10%, rgba(0,184,217,.24), transparent 30%), linear-gradient(135deg, #06213f, #001a33 62%, #083b54); color: #fff; }
.section-dark p, .section-dark span { color: rgba(255,255,255,.74); }
.section-kicker { display: inline-flex; margin-bottom: 12px; color: var(--accent); font-weight: 800; text-transform: uppercase; font-size: .78rem; letter-spacing: .08em; }
.section-heading { max-width: 760px; margin: 0 auto 46px; text-align: center; }
.section-heading h2, .about-section h2, .why-section h2, .contact-section h2 { font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.05; color: var(--primary); }
.section-heading.light h2 { color: #fff; }
.btn { border-radius: 999px; font-weight: 800; padding: .82rem 1.3rem; border: 0; display: inline-flex; align-items: center; gap: 10px; }
.btn-accent { background: linear-gradient(135deg, var(--accent), #58e0bd); color: #002843; box-shadow: 0 16px 36px rgba(0,184,217,.32); }
.btn-glass { background: rgba(255,255,255,.14); color: #fff; border: 1px solid rgba(255,255,255,.28); backdrop-filter: blur(16px); }
.btn-primary-soft { background: #eaf5ff; color: var(--secondary); }
.enterprise-nav { min-height: 96px; padding: 14px 0; background: linear-gradient(135deg, rgba(0,51,102,.98), rgba(0,87,184,.94)); border-bottom: 1px solid rgba(255,255,255,.14); box-shadow: 0 14px 42px rgba(0,30,70,.2); backdrop-filter: blur(18px); transition: .28s ease; }
.enterprise-nav.scrolled { min-height: 78px; padding: 9px 0; background: linear-gradient(135deg, rgba(0,38,76,.98), rgba(0,71,150,.96)); box-shadow: 0 14px 40px rgba(0,30,70,.18); }
.enterprise-nav .container { max-width: 1720px; }
.enterprise-nav .navbar-nav { gap: 6px; }
.brand-mark { display: inline-flex; align-items: center; gap: 12px; margin: 0; font-family: Poppins, sans-serif; font-size: clamp(1.25rem, 1.45vw, 1.9rem); line-height: 1; font-weight: 800; color: #fff; white-space: nowrap; }
.enterprise-nav .nav-link, .enterprise-nav .brand-mark, .enterprise-nav.scrolled .nav-link, .enterprise-nav.scrolled .brand-mark { color: #fff; }
.enterprise-nav .nav-link { min-height: 48px; display: inline-flex; align-items: center; padding: 10px 12px !important; font-size: clamp(.95rem, 1.02vw, 1.18rem); line-height: 1; font-weight: 800; color: #fff !important; white-space: nowrap; }
.enterprise-nav .nav-link:hover, .enterprise-nav .nav-link:focus, .enterprise-nav .nav-link.show, .enterprise-nav .dropdown-toggle.show { color: #74f4d0 !important; }
.brand-mark span { flex: 0 0 54px; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 12px; background: linear-gradient(135deg, var(--accent), #74f4d0); color: #00213d; font-size: 1.45rem; }
.nav-search { width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.14); color: #fff; }
.nav-search:hover { background: rgba(255,255,255,.22); color: #74f4d0; }
.enterprise-nav .btn-accent { min-height: 56px; padding: 0 28px; color: #002843; white-space: nowrap; }
.mega-parent { position: static; }
.mega-menu { left: 50% !important; right: auto !important; top: calc(100% - 1px) !important; width: min(1040px, calc(100vw - 48px)); max-height: calc(100vh - 130px); overflow-x: hidden; overflow-y: auto; transform: translateX(-50%); border: 0; border-radius: 8px; box-shadow: 0 28px 90px rgba(0,30,70,.22); background: rgba(248,251,255,.96); backdrop-filter: blur(18px); animation: dropdownIn .2s ease; }
.mega-link { min-height: 108px; display: flex; align-items: center; gap: 18px; padding: 22px 24px; border-radius: 8px; background: #f6fbff; color: var(--primary); font-size: clamp(1rem, 1.15vw, 1.35rem); line-height: 1.2; font-weight: 800; white-space: normal; box-shadow: inset 0 0 0 1px rgba(0,51,102,.04); }
.mega-link:hover { color: var(--secondary); background: #fff; transform: translateY(-2px); }
.mega-link i { flex: 0 0 34px; width: 34px; height: 34px; }
.mega-link i, .service-icon i, .industry-card i, .office-card i { color: var(--accent); }
@keyframes dropdownIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.search-popup { position: fixed; inset: 0; z-index: 2000; display: none; place-items: center; background: rgba(0,18,38,.84); backdrop-filter: blur(14px); }
.search-popup.active { display: grid; }
.search-close { position: absolute; top: 28px; right: 28px; width: 48px; height: 48px; border: 0; border-radius: 50%; background: #fff; }
.search-box { width: min(760px, 92vw); color: #fff; }
.search-box input { width: 100%; margin-top: 14px; padding: 22px; border-radius: 8px; border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.16); color: #fff; font-size: clamp(1.05rem, 2vw, 1.5rem); }
.hero-section { position: relative; min-height: 100vh; overflow: hidden; color: #fff; }
.hero-video, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { background: linear-gradient(120deg, rgba(0,28,58,.94), rgba(0,51,102,.62), rgba(0,184,217,.22)); animation: gradientPulse 8s ease-in-out infinite alternate; }
@keyframes gradientPulse { from { opacity: .96; } to { opacity: .82; } }
.hero-content { position: relative; z-index: 2; padding-top: 78px; }
.hero-title { font-size: clamp(2.35rem, 4.7vw, 5.05rem); line-height: 1.04; color: #fff; max-width: 880px; }
.hero-title span { color: #72f1dc; }
.hero-copy { max-width: 720px; color: rgba(255,255,255,.82); font-size: clamp(.98rem, 1.18vw, 1.08rem); }
.hero-actions, .trust-strip { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 28px; }
.trust-strip span { display: inline-flex; gap: 8px; align-items: center; color: rgba(255,255,255,.82); font-weight: 700; }
.hero-lottie lottie-player { width: min(520px, 100%); filter: drop-shadow(0 24px 50px rgba(0,0,0,.25)); }
.floating-shape { position: absolute; z-index: 1; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.08); backdrop-filter: blur(10px); animation: float 7s ease-in-out infinite; }
.shape-one { width: 120px; height: 120px; right: 14%; top: 18%; border-radius: 24px; }
.shape-two { width: 86px; height: 86px; left: 8%; bottom: 18%; border-radius: 50%; animation-delay: 1.5s; }
.shape-three { width: 150px; height: 60px; right: 28%; bottom: 13%; border-radius: 999px; animation-delay: .8s; }
@keyframes float { 50% { transform: translate3d(0,-24px,0) rotate(4deg); } }
.scroll-indicator { position: absolute; bottom: 26px; left: 50%; z-index: 3; width: 28px; height: 48px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; }
.scroll-indicator span { position: absolute; left: 50%; top: 9px; width: 4px; height: 10px; border-radius: 5px; background: #fff; transform: translateX(-50%); animation: scrollDot 1.4s infinite; }
@keyframes scrollDot { to { transform: translate(-50%, 18px); opacity: 0; } }
.trusted-band { background: #fff; }
.logoSwiper img { height: 54px; width: 150px; object-fit: contain; margin: auto; filter: grayscale(1); opacity: .72; transition: .25s; }
.logoSwiper img:hover { filter: grayscale(0); opacity: 1; }
.stat-card, .service-card, .industry-card, .glass-panel, .office-card, .blog-card { background: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.72); box-shadow: var(--shadow); border-radius: 8px; }
.stat-card { min-height: 150px; display: grid; place-items: center; text-align: center; }
.stat-card span { font-size: clamp(2.3rem, 5vw, 4rem); color: var(--primary); font-weight: 900; font-family: Manrope; }
.premium-image { border-radius: 8px; box-shadow: var(--shadow); width: 100%; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 26px 0; }
.value-grid div { padding: 18px; border-radius: 8px; background: #fff; border: 1px solid var(--line); }
.service-card { height: 100%; padding: 24px; overflow: hidden; transition: .25s ease; }
.service-card:hover, .industry-card:hover, .blog-card:hover { transform: translateY(-8px); box-shadow: 0 26px 80px rgba(0,87,184,.2); }
.service-card img { width: 100%; height: 170px; object-fit: cover; border-radius: 8px; margin-bottom: 20px; }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 8px; background: #eaf9fd; margin-bottom: 16px; }
.service-card a { display: inline-flex; align-items: center; gap: 6px; color: var(--secondary); font-weight: 800; }
.industry-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.industry-card { padding: 24px; min-height: 190px; transition: .25s; }
.cert-cloud { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.cert-cloud span { padding: 14px 20px; border-radius: 999px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.1); color: #fff; font-weight: 800; }
.timeline { position: relative; }
.timeline:before { content: ""; position: absolute; left: 24px; top: 0; bottom: 0; width: 2px; background: linear-gradient(var(--accent), var(--emerald)); }
.timeline-item { position: relative; padding: 0 0 28px 72px; }
.timeline-item span { position: absolute; left: 0; top: 0; width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; background: var(--primary); color: #fff; font-weight: 900; }
.process-line { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.process-step { padding: 22px 16px; text-align: center; border-radius: 8px; background: #fff; border: 1px solid var(--line); font-weight: 800; color: var(--primary); }
.process-step i { color: var(--emerald); margin-bottom: 10px; }
.filter-row, .blog-tools { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 28px; }
.filter-row button, .blog-tools button { border: 1px solid var(--line); border-radius: 999px; background: #fff; padding: 10px 18px; font-weight: 800; color: var(--primary); }
.filter-row button.active { background: var(--primary); color: #fff; }
.blog-tools input { min-width: min(360px, 100%); border: 1px solid var(--line); border-radius: 999px; padding: 10px 18px; }
.project-card { position: relative; min-height: 310px; overflow: hidden; border-radius: 8px; box-shadow: var(--shadow); }
.project-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: .35s; }
.project-card:hover img { transform: scale(1.08); }
.project-card:after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 35%, rgba(0,28,58,.92)); }
.project-card div { position: absolute; z-index: 2; bottom: 20px; left: 20px; right: 20px; color: #fff; }
.video-testimonial, .testimonialSwiper .swiper-slide { min-height: 310px; padding: 34px; border-radius: 8px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); }
.video-testimonial { display: grid; align-content: center; text-align: center; }
.video-testimonial i { width: 70px; height: 70px; margin: 0 auto 18px; color: var(--accent); }
.testimonialSwiper blockquote { font-size: clamp(1.3rem, 2vw, 2rem); line-height: 1.45; }
.team-card { position: relative; overflow: hidden; border-radius: 8px; box-shadow: var(--shadow); background: #fff; }
.team-card img { width: 100%; height: 310px; object-fit: cover; }
.team-card div { padding: 18px; }
.team-card span { display: flex; gap: 12px; color: var(--secondary); }
.blog-card { height: 100%; overflow: hidden; }
.blog-card img { width: 100%; height: 190px; object-fit: cover; }
.blog-card h3, .blog-card p, .blog-card span { margin-left: 20px; margin-right: 20px; }
.blog-card span { display: inline-block; margin-top: 18px; color: var(--accent); font-weight: 800; }
.blog-card a { display: inline-flex; margin: 0 20px 22px; color: var(--secondary); font-weight: 800; }
.content-grid { display: grid; gap: 22px; }
.content-grid.three { grid-template-columns: repeat(3, 1fr); }
.content-grid.four { grid-template-columns: repeat(4, 1fr); }
.cert-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.content-card { height: 100%; padding: 26px; border-radius: 8px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); transition: .25s ease; }
.content-card:hover { transform: translateY(-6px); box-shadow: 0 24px 70px rgba(0,87,184,.18); }
.content-card i { width: 38px; height: 38px; color: var(--accent); margin-bottom: 16px; }
.content-card h3 { font-size: clamp(1.1rem, 1.4vw, 1.45rem); color: var(--primary); }
.content-card a, .industry-card a { display: inline-flex; color: var(--secondary); font-weight: 800; margin-top: 6px; }
.content-list { display: grid; gap: 18px; }
.list-card { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px; border-radius: 8px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.list-card span { color: var(--accent); font-weight: 800; text-transform: uppercase; font-size: .78rem; letter-spacing: .06em; }
.list-card h3 { color: var(--primary); margin-top: 8px; }
.check-list { padding-left: 0; margin: 18px 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; margin-bottom: 9px; color: var(--muted); }
.check-list li:before { content: ""; position: absolute; left: 0; top: 8px; width: 10px; height: 10px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(0,184,217,.12); }
.narrow-content { max-width: 880px; }
.narrow-content h2, .narrow-content h3 { color: var(--primary); margin-top: 28px; }
.premium-accordion .accordion-item { margin-bottom: 12px; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.premium-accordion .accordion-button { font-weight: 800; color: var(--primary); }
.contact-form { padding: 28px; }
.contact-form input, .contact-form textarea, .contact-form select, .newsletter-form input { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 14px 16px; outline: none; background: #fff; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(0,184,217,.13); }
.office-card { display: flex; gap: 14px; align-items: flex-start; padding: 18px; margin-top: 14px; }
.map-frame iframe { width: 100%; height: 360px; border: 0; border-radius: 8px; box-shadow: var(--shadow); }
.footer { padding: 72px 0 22px; }
.footer a { display: block; color: rgba(255,255,255,.78); margin: 8px 0; }
.footer-brand { color: #fff; margin-bottom: 16px; }
.social-row { display: flex; gap: 10px; }
.social-row a { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.1); }
.newsletter-form { display: flex; gap: 8px; }
.newsletter-form button { width: 54px; border: 0; border-radius: 8px; background: var(--accent); color: #00213d; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.14); margin-top: 42px; padding-top: 20px; color: rgba(255,255,255,.72); }
.footer-bottom a { display: inline; }
.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 100; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: #20c767; color: #fff; box-shadow: 0 14px 34px rgba(32,199,103,.38); }
.page-hero { padding: 150px 0 70px; background: linear-gradient(135deg, var(--primary), #064d73); color: #fff; }
.page-hero h1 { font-size: clamp(2.6rem, 6vw, 5.5rem); color: #fff; }
.breadcrumb a, .breadcrumb .active { color: rgba(255,255,255,.82); }
.cursor-dot { position: fixed; left: 0; top: 0; width: 14px; height: 14px; border-radius: 50%; background: var(--accent); pointer-events: none; z-index: 3000; mix-blend-mode: difference; transform: translate(-50%, -50%); }
@media (max-width: 991px) {
  .enterprise-nav { min-height: 78px; background: linear-gradient(135deg, rgba(0,51,102,.98), rgba(0,87,184,.96)); }
  .enterprise-nav .nav-link, .enterprise-nav .brand-mark { color: #fff !important; }
  .enterprise-nav .navbar-collapse { margin-top: 16px; padding: 14px; border-radius: 8px; background: rgba(0,33,68,.72); }
  .enterprise-nav .navbar-nav { align-items: stretch !important; gap: 4px; }
  .enterprise-nav .nav-link { width: 100%; justify-content: flex-start; }
  .enterprise-nav .nav-search { margin: 8px 0; }
  .enterprise-nav .btn-accent { width: 100%; justify-content: center; }
  .navbar-toggler { border-color: rgba(255,255,255,.32); }
  .navbar-toggler:focus { box-shadow: 0 0 0 .18rem rgba(0,184,217,.28); }
  .navbar-toggler-icon { filter: invert(1); }
  .mega-menu { position: static !important; width: 100%; max-height: none; transform: none; padding: 12px !important; margin: 6px 0 12px; box-shadow: none; background: rgba(255,255,255,.96); }
  .mega-link { min-height: 72px; padding: 16px; font-size: 1rem; }
  .hero-title { font-size: clamp(2.25rem, 10vw, 3.65rem); }
  .value-grid, .industry-grid, .process-line, .content-grid.three, .content-grid.four, .cert-grid { grid-template-columns: 1fr 1fr; }
  .list-card { align-items: flex-start; flex-direction: column; }
  .hero-lottie { display: none; }
}
@media (max-width: 575px) {
  .section-pad { padding: 64px 0; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .value-grid, .industry-grid, .process-line, .content-grid.three, .content-grid.four, .cert-grid { grid-template-columns: 1fr; }
  .footer-bottom, .newsletter-form { flex-direction: column; }
  .cursor-dot { display: none; }
}
