:root {
  --primary: #062b66;
  --primary-dark: #021b43;
  --accent: #0b6edc;
  --accent-2: #e31b48;
  --text: #1e293b;
  --muted: #64748b;
  --bg: #f6f9ff;
  --white: #ffffff;
  --border: rgba(15, 23, 42, 0.1);
  --shadow: 0 22px 55px rgba(2, 27, 67, 0.14);
  --radius: 24px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Inter, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, 92%); margin: 0 auto; }

.site-header {
  min-height: 100vh;
  background:
    radial-gradient(circle at top right, rgba(11, 110, 220, 0.18), transparent 38%),
    linear-gradient(135deg, #ffffff 0%, #f1f6ff 50%, #e7f1ff 100%);
  overflow: hidden;
  position: relative;
}
.site-header::before {
  content: "";
  position: absolute;
  right: -180px;
  top: -200px;
  width: 520px;
  height: 520px;
  background: rgba(227, 27, 72, 0.08);
  border-radius: 50%;
}

.navbar {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.brand img { width: 184px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 28px; font-weight: 600; color: var(--primary-dark); }
.nav-links a { position: relative; }
.nav-links a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 2px; background: var(--accent); transition: .25s;
}
.nav-links a:hover::after { width: 100%; }
.nav-cta { background: var(--primary); color: var(--white); padding: 12px 18px; border-radius: 999px; box-shadow: 0 10px 28px rgba(6,43,102,.2); }
.menu-toggle { display: none; border: none; background: var(--primary); color: white; padding: 9px 13px; border-radius: 10px; font-size: 24px; }

.hero { display: grid; grid-template-columns: 1.02fr .98fr; gap: 54px; align-items: center; padding: 72px 0 108px; position: relative; z-index: 2; }
.eyebrow { color: var(--accent); font-weight: 800; text-transform: uppercase; letter-spacing: .11em; font-size: 13px; }
h1 { font-size: clamp(42px, 6vw, 72px); line-height: 1.05; color: var(--primary-dark); margin: 14px 0 22px; letter-spacing: -0.05em; }
h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1.12; color: var(--primary-dark); margin: 12px 0 16px; letter-spacing: -0.04em; }
h3 { color: var(--primary-dark); line-height: 1.22; }
.hero p, .section-copy p, .section-heading p, .contact-copy p { color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin: 32px 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 22px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; cursor: pointer; }
.btn.primary { background: linear-gradient(135deg, var(--primary), var(--accent)); color: white; box-shadow: 0 16px 35px rgba(11,110,220,.25); }
.btn.secondary { background: white; color: var(--primary); border-color: var(--border); }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 620px; }
.hero-stats div { background: rgba(255,255,255,.78); border: 1px solid var(--border); border-radius: 18px; padding: 16px; backdrop-filter: blur(12px); }
.hero-stats strong { display: block; color: var(--primary); font-size: 24px; }
.hero-stats span { color: var(--muted); font-size: 13px; font-weight: 700; }
.hero-visual { position: relative; }
.hero-visual img { height: 560px; width: 100%; object-fit: cover; border-radius: 34px; box-shadow: var(--shadow); }
.hero-visual::after { content: ""; position: absolute; inset: 22px -20px -22px 55px; border: 2px solid rgba(11,110,220,.22); border-radius: 34px; z-index: -1; }
.floating-card { position: absolute; background: rgba(255,255,255,.92); padding: 16px 18px; border-radius: 18px; box-shadow: 0 14px 38px rgba(2,27,67,.18); border: 1px solid rgba(255,255,255,.7); }
.floating-card strong { display: block; color: var(--primary); }
.floating-card span { color: var(--muted); font-size: 13px; }
.card-one { top: 42px; left: -30px; }
.card-two { right: -24px; bottom: 72px; }

.logos-strip { background: var(--primary-dark); color: white; padding: 18px 0; }
.strip-content { display: flex; gap: 28px; align-items: center; justify-content: center; flex-wrap: wrap; }
.strip-content span { opacity: .7; }
.strip-content strong { letter-spacing: .02em; }

.section { padding: 98px 0; }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.reverse { direction: rtl; }
.reverse > * { direction: ltr; }
.check-list { display: grid; gap: 13px; margin-top: 24px; }
.check-list span { padding: 14px 18px; background: white; border: 1px solid var(--border); border-radius: 16px; color: var(--primary-dark); font-weight: 700; }
.image-stack { position: relative; min-height: 480px; }
.image-main { border-radius: 30px; height: 420px; width: 84%; object-fit: cover; box-shadow: var(--shadow); }
.image-small { position: absolute; right: 0; bottom: 0; border-radius: 24px; width: 48%; height: 220px; object-fit: cover; border: 10px solid var(--bg); box-shadow: var(--shadow); }

.services { background: white; }
.section-heading { text-align: center; max-width: 780px; margin: 0 auto 46px; }
.service-grid, .capability-grid, .process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card, .capability, .process-step { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; box-shadow: 0 12px 35px rgba(2,27,67,.07); transition: .25s ease; }
.services .service-card { background: linear-gradient(180deg, #ffffff, #f8fbff); }
.service-card:hover, .capability:hover, .process-step:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.icon { width: 58px; height: 58px; display: grid; place-items: center; background: #eaf3ff; border-radius: 17px; font-size: 27px; margin-bottom: 18px; }
.service-card p, .capability p, .process-step p { color: var(--muted); margin-top: 12px; }

.staffing-visual { position: relative; }
.staffing-visual > img { border-radius: 30px; height: 520px; width: 100%; object-fit: cover; box-shadow: var(--shadow); }
.talent-panel { position: absolute; left: 28px; right: 28px; bottom: 26px; background: rgba(255,255,255,.94); border-radius: 24px; padding: 22px; box-shadow: 0 16px 44px rgba(2,27,67,.18); }
.pill-wrap, .industry-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.pill-wrap span, .industry-list span { padding: 9px 13px; border-radius: 999px; background: #eef6ff; color: var(--primary); font-size: 13px; font-weight: 800; }
.timeline { display: grid; gap: 16px; margin-top: 28px; }
.timeline div { display: grid; grid-template-columns: 58px 1fr; gap: 16px; align-items: center; padding: 16px; background: white; border-radius: 18px; border: 1px solid var(--border); }
.timeline strong { background: var(--primary); color: white; height: 42px; width: 42px; display: grid; place-items: center; border-radius: 12px; }
.timeline span { color: var(--muted); }

.cloud-ai { background: linear-gradient(180deg, #f6f9ff, #ffffff); }
.cloud-banner { display: grid; grid-template-columns: 1fr .85fr; gap: 36px; align-items: center; background: var(--primary-dark); color: white; border-radius: 34px; padding: 44px; overflow: hidden; margin-bottom: 28px; }
.cloud-banner h2 { color: white; }
.cloud-banner p { color: rgba(255,255,255,.72); font-size: 18px; }
.cloud-banner img { height: 340px; width: 100%; object-fit: cover; border-radius: 26px; opacity: .9; }
.capability-grid { grid-template-columns: repeat(4, 1fr); }

.process { background: #ffffff; }
.process-grid { grid-template-columns: repeat(4, 1fr); }
.process-step span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: white; background: linear-gradient(135deg, var(--accent), var(--primary)); font-weight: 900; margin-bottom: 18px; }

.client-card { background: white; border-radius: 30px; overflow: hidden; box-shadow: var(--shadow); }
.client-card img { height: 330px; width: 100%; object-fit: cover; }
.client-card div { padding: 26px; }
.client-card p { color: var(--muted); margin-top: 10px; }

.contact { background: linear-gradient(135deg, var(--primary-dark), var(--primary)); color: white; }
.contact h2 { color: white; }
.contact-copy p { color: rgba(255,255,255,.72); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: start; }
.contact-details { display: grid; gap: 12px; margin-top: 26px; }
.contact-details a, .contact-details span { color: white; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); padding: 14px 16px; border-radius: 16px; }
.contact-form { display: grid; gap: 15px; background: white; color: var(--text); border-radius: 28px; padding: 30px; box-shadow: var(--shadow); }
.contact-form label { font-weight: 800; color: var(--primary-dark); }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; border: 1px solid var(--border); border-radius: 14px; padding: 13px 14px; font: inherit; color: var(--text); outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(11,110,220,.12); }

.footer { background: #07152f; color: rgba(255,255,255,.75); padding: 58px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 34px; }
.footer-logo { width: 170px; background: white; border-radius: 12px; padding: 8px; margin-bottom: 16px; }
.footer h4 { color: white; margin-bottom: 14px; }
.footer a { display: block; margin: 8px 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 36px; padding-top: 18px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }

.reveal { opacity: 0; transform: translateY(22px); transition: .75s ease; }
.reveal.active { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .nav-links { position: absolute; top: 82px; right: 0; left: 0; background: white; border: 1px solid var(--border); box-shadow: var(--shadow); border-radius: 18px; padding: 18px; flex-direction: column; align-items: stretch; display: none; }
  .nav-links.open { display: flex; }
  .hero, .two-column, .cloud-banner, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 30px; }
  .hero-visual img { height: 430px; }
  .service-grid, .capability-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .card-one { left: 14px; }
  .card-two { right: 14px; }
}

@media (max-width: 640px) {
  .brand img { width: 150px; }
  .hero-stats, .service-grid, .capability-grid, .process-grid, .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 72px 0; }
  .cloud-banner { padding: 28px; }
  .image-stack { min-height: auto; }
  .image-main, .image-small { position: static; width: 100%; height: 280px; border: 0; margin-top: 16px; }
  .floating-card { position: static; margin-top: 14px; }
  .contact-form { padding: 22px; }
  .footer-bottom { display: grid; }
}
