/* ============================================================
   Xodeaa Global Private Limited — Stylesheet
   Brand: Navy (#0d2357 / #16357e) + Gold (#f5a623)
   ============================================================ */

:root {
  --navy-900: #081a45;
  --navy-800: #0d2357;
  --navy-700: #16357e;
  --navy-600: #1f47a8;
  --blue-400: #3a6fd8;
  --gold: #f5a623;
  --gold-soft: #fbb747;
  --ink: #1a2233;
  --muted: #5a6478;
  --line: #e6e9f0;
  --bg: #ffffff;
  --bg-alt: #f4f6fb;
  --white: #ffffff;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow-sm: 0 4px 16px rgba(13, 35, 87, 0.06);
  --shadow-md: 0 14px 40px rgba(13, 35, 87, 0.12);
  --shadow-lg: 0 24px 60px rgba(13, 35, 87, 0.18);
  --max: 1180px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4, .brand-name { font-family: 'Poppins', 'Inter', sans-serif; line-height: 1.2; }

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; font-weight: 600; font-size: 0.98rem;
  padding: 14px 28px; border-radius: 50px; cursor: pointer;
  border: 2px solid transparent; transition: all 0.3s var(--ease);
  letter-spacing: 0.2px;
}
.btn-primary {
  background: var(--gold); color: var(--navy-900);
  box-shadow: 0 10px 24px rgba(245, 166, 35, 0.35);
}
.btn-primary:hover { background: var(--gold-soft); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(245, 166, 35, 0.45); }
.btn-ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.4); }
.btn-ghost:hover { background: rgba(255,255,255,0.1); border-color: var(--white); }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255,255,255,0); transition: all 0.35s var(--ease);
  padding: 18px 0;
}
.site-header.scrolled {
  background: rgba(255,255,255,0.96); backdrop-filter: blur(12px);
  box-shadow: var(--shadow-sm); padding: 10px 0;
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }

.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo { display: grid; place-items: center; flex-shrink: 0; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name {
  font-weight: 800; font-size: 1.25rem; letter-spacing: 0.5px; color: var(--navy-800);
}
.brand-name span { color: var(--gold); }
.brand-sub { font-size: 0.68rem; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); margin-top: 2px; }

/* header transparent state (over hero) -> light text */
.site-header:not(.scrolled) .brand-name { color: var(--white); }
.site-header:not(.scrolled) .brand-sub { color: rgba(255,255,255,0.75); }
.site-header:not(.scrolled) .nav a { color: rgba(255,255,255,0.92); }

.nav { display: flex; align-items: center; gap: 6px; }
.nav a {
  font-weight: 500; font-size: 0.95rem; color: var(--ink);
  padding: 8px 16px; border-radius: 50px; transition: all 0.25s;
}
.nav a:hover { color: var(--gold); }
.nav .nav-cta {
  background: var(--gold); color: var(--navy-900) !important; font-weight: 600;
  margin-left: 6px;
}
.nav .nav-cta:hover { background: var(--gold-soft); transform: translateY(-1px); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 26px; height: 2.5px; background: var(--navy-800); border-radius: 2px; transition: all 0.3s; }
.site-header:not(.scrolled) .nav-toggle span { background: var(--white); }

/* ---------- Hero ---------- */
.hero {
  position: relative; padding: 170px 0 120px;
  background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-700) 55%, var(--navy-600) 100%);
  color: var(--white); overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; opacity: 0.5; pointer-events: none;
  background:
    radial-gradient(circle at 85% 20%, rgba(245,166,35,0.22), transparent 42%),
    radial-gradient(circle at 12% 85%, rgba(58,111,216,0.35), transparent 45%);
}
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 70% 40%, #000 0%, transparent 70%);
}
.hero-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: center;
}
.eyebrow {
  display: inline-block; font-size: 0.78rem; font-weight: 600; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--gold);
  padding: 6px 16px; border: 1px solid rgba(245,166,35,0.4); border-radius: 50px;
  margin-bottom: 24px; background: rgba(245,166,35,0.08);
}
.hero h1 { font-size: clamp(2.1rem, 4.6vw, 3.5rem); font-weight: 800; margin-bottom: 22px; }
.hero h1 .hl { color: var(--gold); }
.lead { font-size: 1.12rem; color: rgba(255,255,255,0.82); max-width: 620px; margin-bottom: 32px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 38px; }

.hero-tags { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; }
.hero-tags li {
  font-size: 0.85rem; font-weight: 500; padding: 7px 16px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.14);
  border-radius: 50px; color: rgba(255,255,255,0.9);
}

.hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; position: relative; z-index: 2; }
.stat-card {
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.13);
  border-radius: var(--radius); padding: 24px 20px; text-align: center;
  backdrop-filter: blur(6px);
}
.stat-num { font-family: 'Poppins', sans-serif; font-size: 2.4rem; font-weight: 800; color: var(--gold); }
.stat-plus { font-family: 'Poppins', sans-serif; font-size: 1.5rem; font-weight: 700; color: var(--gold); }
.stat-label { display: block; font-size: 0.82rem; color: rgba(255,255,255,0.78); margin-top: 6px; }

.hero-wave {
  position: absolute; bottom: -1px; left: 0; right: 0; height: 70px; z-index: 1;
  background: var(--bg);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 70' preserveAspectRatio='none'%3E%3Cpath d='M0 70 V30 Q360 -10 720 25 T1440 30 V70 Z'/%3E%3C/svg%3E") bottom/100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 70' preserveAspectRatio='none'%3E%3Cpath d='M0 70 V30 Q360 -10 720 25 T1440 30 V70 Z'/%3E%3C/svg%3E") bottom/100% 100% no-repeat;
}

/* ---------- Trust strip ---------- */
.trust-strip { background: var(--bg); padding: 30px 0 10px; }
.trust-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.trust-item { display: flex; gap: 14px; align-items: flex-start; }
.trust-item svg { color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.trust-item strong { display: block; font-size: 0.98rem; color: var(--navy-800); }
.trust-item span { font-size: 0.86rem; color: var(--muted); }

/* ---------- Sections ---------- */
.section { padding: 90px 0; }
.section-alt { background: var(--bg-alt); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 54px; }
.kicker {
  display: inline-block; font-size: 0.78rem; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--gold); margin-bottom: 14px;
}
.section-head h2 { font-size: clamp(1.7rem, 3.3vw, 2.5rem); font-weight: 700; color: var(--navy-800); }
.section-intro { color: var(--muted); margin-top: 16px; font-size: 1.05rem; }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 48px; align-items: start; }
.about-side { display: flex; flex-direction: column; gap: 24px; }
.about-photo {
  position: relative; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-md); margin: 0;
}
.about-photo img { width: 100%; height: 230px; object-fit: cover; transition: transform 0.6s var(--ease); }
.about-photo::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, transparent 50%, rgba(8,26,69,0.32));
}
.about-photo:hover img { transform: scale(1.05); }
.about-copy p { color: var(--muted); margin-bottom: 18px; font-size: 1.04rem; }
.about-copy strong { color: var(--ink); }
.about-quote {
  border-left: 4px solid var(--gold); padding: 6px 0 6px 22px;
  font-style: italic; color: var(--navy-700) !important; font-size: 1.1rem !important;
}
.why-card {
  background: linear-gradient(160deg, var(--navy-800), var(--navy-700));
  color: var(--white); padding: 36px 32px; border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}
.why-card h3 { font-size: 1.3rem; margin-bottom: 22px; }
.check-list { list-style: none; }
.check-list li {
  position: relative; padding-left: 30px; margin-bottom: 16px; font-size: 0.98rem;
  color: rgba(255,255,255,0.92);
}
.check-list li::before {
  content: "\2713"; position: absolute; left: 0; top: 0;
  color: var(--gold); font-weight: 700; font-size: 1.05rem;
}

/* ---------- Service cards ---------- */
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.service-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 28px; transition: all 0.35s var(--ease); position: relative; overflow: hidden;
}
.service-card::before {
  content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-soft));
  transform: scaleX(0); transform-origin: left; transition: transform 0.35s var(--ease);
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); border-color: transparent; }
.service-card:hover::before { transform: scaleX(1); }
.service-icon {
  width: 58px; height: 58px; border-radius: 14px; display: grid; place-items: center;
  background: linear-gradient(160deg, var(--navy-700), var(--navy-600));
  color: var(--gold); margin-bottom: 20px;
}
.service-card h3 { font-size: 1.22rem; color: var(--navy-800); margin-bottom: 16px; }
.service-card ul { list-style: none; }
.service-card ul li {
  position: relative; padding-left: 20px; color: var(--muted); font-size: 0.94rem; margin-bottom: 9px;
}
.service-card ul li::before {
  content: ""; position: absolute; left: 0; top: 9px; width: 7px; height: 7px;
  border-radius: 50%; background: var(--gold);
}

/* ---------- Process ---------- */
.process-steps { list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; counter-reset: step; }
.step {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 22px; position: relative; transition: all 0.35s var(--ease);
}
.step:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.step-num {
  font-family: 'Poppins', sans-serif; font-size: 2rem; font-weight: 800; color: var(--gold);
  display: block; margin-bottom: 12px; opacity: 0.9;
}
.step h3 { font-size: 1.05rem; color: var(--navy-800); margin-bottom: 10px; }
.step p { font-size: 0.9rem; color: var(--muted); }

/* ---------- Process media ---------- */
.process-media { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-bottom: 44px; }
.process-media figure {
  position: relative; margin: 0; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-md);
}
.process-media img { width: 100%; height: 270px; object-fit: cover; transition: transform 0.6s var(--ease); }
.process-media figure:hover img { transform: scale(1.05); }
.process-media figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 38px 22px 18px;
  color: var(--white); font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 0.98rem;
  background: linear-gradient(180deg, transparent, rgba(8,26,69,0.85));
}

/* ---------- Workforce gallery ---------- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.gallery-item {
  position: relative; margin: 0; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-md);
}
.gallery-item img { width: 100%; height: 320px; object-fit: cover; transition: transform 0.6s var(--ease); }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 46px 22px 20px;
  background: linear-gradient(180deg, transparent, rgba(8,26,69,0.88));
}
.gallery-item figcaption span {
  color: var(--white); font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 1.08rem;
}
.gallery-item::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; z-index: 2;
  background: linear-gradient(90deg, var(--gold), var(--gold-soft));
  transform: scaleX(0); transform-origin: left; transition: transform 0.4s var(--ease);
}
.gallery-item:hover::before { transform: scaleX(1); }

/* ---------- Industries ---------- */
.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.industry-col {
  background: var(--white); border-radius: var(--radius); padding: 30px 26px;
  border-top: 4px solid var(--gold); box-shadow: var(--shadow-sm); transition: all 0.3s var(--ease);
}
.industry-col:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.industry-col h3 { color: var(--navy-800); font-size: 1.2rem; margin-bottom: 12px; }
.industry-col p { color: var(--muted); font-size: 0.94rem; }

/* ---------- Global reach ---------- */
.reach { background: var(--bg); }
.reach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.reach-card {
  background: linear-gradient(160deg, var(--navy-800), var(--navy-700));
  color: var(--white); border-radius: var(--radius); padding: 34px 30px;
  box-shadow: var(--shadow-md); position: relative; overflow: hidden;
}
.reach-card::after {
  content: ""; position: absolute; right: -30px; bottom: -30px; width: 130px; height: 130px;
  border-radius: 50%; background: radial-gradient(circle, rgba(245,166,35,0.25), transparent 70%);
}
.reach-card h3 { font-size: 1.35rem; margin-bottom: 20px; color: var(--gold); }
.pill-list { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; }
.pill-list li {
  font-size: 0.88rem; padding: 7px 15px; border-radius: 50px;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.16);
}

/* ---------- Vision / Mission ---------- */
.vm { padding: 0 0 90px; }
.vm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.vm-card {
  background: var(--bg-alt); border-radius: var(--radius); padding: 42px 38px;
  border: 1px solid var(--line); text-align: center;
}
.vm-icon {
  width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center;
  margin: 0 auto 20px; background: var(--white); color: var(--gold); box-shadow: var(--shadow-sm);
}
.vm-card h3 { font-size: 1.5rem; color: var(--navy-800); margin-bottom: 14px; }
.vm-card p { color: var(--muted); font-size: 1.02rem; }

/* ---------- Contact ---------- */
.contact { background: var(--bg-alt); }
.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 40px; }
.contact-info { display: flex; flex-direction: column; gap: 26px; }
.info-item { display: flex; gap: 16px; align-items: flex-start; }
.info-ic {
  width: 46px; height: 46px; border-radius: 12px; flex-shrink: 0; display: grid; place-items: center;
  background: linear-gradient(160deg, var(--navy-700), var(--navy-600)); color: var(--gold);
}
.info-label { display: block; font-size: 0.76rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--muted); margin-bottom: 4px; font-weight: 600; }
.info-item a { display: block; color: var(--navy-800); font-weight: 600; }
.info-item a:hover { color: var(--gold); }
.info-item p { color: var(--ink); font-size: 0.96rem; }

.contact-form {
  background: var(--white); border-radius: var(--radius); padding: 36px;
  box-shadow: var(--shadow-md); border: 1px solid var(--line);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; display: flex; flex-direction: column; }
.field label { font-size: 0.86rem; font-weight: 600; color: var(--navy-800); margin-bottom: 7px; }
.field input, .field textarea {
  font-family: inherit; font-size: 0.96rem; padding: 12px 15px;
  border: 1.5px solid var(--line); border-radius: var(--radius-sm); background: var(--bg-alt);
  transition: all 0.2s; color: var(--ink); resize: vertical;
}
.field input:focus, .field textarea:focus {
  outline: none; border-color: var(--gold); background: var(--white);
  box-shadow: 0 0 0 3px rgba(245,166,35,0.15);
}
.form-note { text-align: center; font-size: 0.85rem; color: var(--muted); margin-top: 14px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-900); color: rgba(255,255,255,0.75); padding: 64px 0 0; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; padding-bottom: 44px; }
.footer-brand .brand-name { font-size: 1.5rem; color: var(--white); }
.footer-brand .brand-name span { color: var(--gold); }
.footer-brand p { margin-top: 14px; max-width: 340px; font-size: 0.95rem; }
.footer-links h4 { color: var(--white); font-size: 1rem; margin-bottom: 16px; }
.footer-links a { display: block; margin-bottom: 10px; font-size: 0.92rem; transition: color 0.2s; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 22px 0; }
.footer-bottom .container { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.footer-bottom p { font-size: 0.85rem; }
.footer-bottom .tagline { color: var(--gold); font-style: italic; }

/* ---------- Back to top ---------- */
.back-to-top {
  position: fixed; bottom: 26px; right: 26px; z-index: 90;
  width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center;
  background: var(--gold); color: var(--navy-900); box-shadow: var(--shadow-md);
  opacity: 0; visibility: hidden; transform: translateY(12px); transition: all 0.3s var(--ease);
}
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: var(--gold-soft); transform: translateY(-3px); }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 44px; }
  .about-grid { grid-template-columns: 1fr; gap: 32px; }
  .contact-grid { grid-template-columns: 1fr; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .gallery-item img { height: 240px; }
  .reach-grid { grid-template-columns: 1fr; }
  .trust-inner { grid-template-columns: repeat(2, 1fr); }
  .vm-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .nav {
    position: fixed; top: 0; right: -100%; width: min(80%, 320px); height: 100vh;
    flex-direction: column; align-items: stretch; justify-content: flex-start;
    background: var(--navy-800); padding: 100px 28px 40px; gap: 6px;
    transition: right 0.35s var(--ease); box-shadow: var(--shadow-lg);
  }
  .nav.open { right: 0; }
  .nav a { color: rgba(255,255,255,0.92) !important; padding: 14px 16px; border-radius: 10px; }
  .nav a:hover { background: rgba(255,255,255,0.08); }
  .nav .nav-cta { text-align: center; margin-top: 10px; }
  .nav-toggle { display: flex; z-index: 110; }
  .nav-toggle.active span { background: var(--white); }
  .nav-toggle.active span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .nav-toggle.active span:nth-child(2) { opacity: 0; }
  .nav-toggle.active span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

  .hero { padding: 130px 0 90px; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .cards-grid, .process-steps, .industry-grid, .trust-inner { grid-template-columns: 1fr; }
  .process-media, .gallery { grid-template-columns: 1fr; }
  .gallery-item img { height: 260px; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .section { padding: 64px 0; }
  .contact-form { padding: 26px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
