/* =========================================================
   XOHAI - A Unit of Janasetu Udyog Private Limited
   Ultra Mobile-Friendly & Responsive Global Stylesheet
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Work+Sans:wght@400;500;600;700&display=swap');

:root {
  --teal-950: #042520;
  --teal-900: #073e36;
  --teal-800: #094d43;
  --teal-700: #0b5c50;
  --teal-600: #0f7566;
  --teal-100: #e4f0ec;
  --teal-50: #f0f7f4;
  
  --orange-600: #d9791f;
  --orange-500: #e8892e;
  --orange-400: #f2994a;
  --orange-300: #f3ae6c;
  --orange-100: #fdf0df;
  
  --brown-950: #251a13;
  --brown-900: #3a2a1e;
  --cream-50: #fbf7ef;
  --cream-100: #f4ecdd;
  
  --ink: #2a2019;
  --ink-soft: #5a4f45;
  --white: #ffffff;
  
  --ring: rgba(11, 92, 80, 0.35);
  --shadow-sm: 0 2px 10px rgba(58, 42, 30, 0.08);
  --shadow-md: 0 12px 30px rgba(58, 42, 30, 0.12);
  --shadow-lg: 0 24px 60px rgba(7, 62, 54, 0.18);
  
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: 'Work Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--ink);
  background: var(--cream-50);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  line-height: 1.65;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  color: var(--brown-900);
  line-height: 1.2;
}

p {
  margin: 0;
  line-height: 1.65;
  color: var(--ink-soft);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  font-family: inherit;
  cursor: pointer;
}

/* =========================================================
   CONTAINERS & UTILITIES
   ========================================================= */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4.5vw, 32px);
}

.container-narrow {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4.5vw, 32px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--teal-700);
  background: var(--teal-100);
  padding: 6px 14px;
  border-radius: 999px;
}

.eyebrow.orange {
  color: var(--orange-600);
  background: var(--orange-100);
}

.eyebrow.white {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

/* =========================================================
   BUTTONS
   ========================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  border: 2px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}

.btn-primary {
  background: var(--orange-500);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(232, 137, 46, 0.35);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(232, 137, 46, 0.42);
}

.btn-outline {
  background: transparent;
  border-color: var(--teal-700);
  color: var(--teal-700);
}
.btn-outline:hover {
  background: var(--teal-700);
  color: var(--white);
  transform: translateY(-2px);
}

.btn-ghost-white {
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.5);
}
.btn-ghost-white:hover {
  background: var(--white);
  color: var(--teal-900);
}

.btn-sm {
  padding: 9px 18px;
  font-size: 13.5px;
}

.btn-lg {
  padding: 15px 30px;
  font-size: 16px;
}

/* =========================================================
   TOP NOTICE / REGISTRATION BAR
   ========================================================= */
.top-legal-bar {
  background: var(--teal-950);
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.top-legal-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.top-legal-bar .cin-badge {
  color: var(--orange-300);
  font-weight: 600;
  font-family: monospace;
}
.top-legal-bar a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* =========================================================
   HEADER & NAVBAR
   ========================================================= */
header.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(251, 247, 239, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: box-shadow .25s ease, background .25s ease;
  border-bottom: 1px solid rgba(58, 42, 30, 0.06);
}
header.site-header.scrolled {
  box-shadow: var(--shadow-sm);
  background: rgba(251, 247, 239, 0.98);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px clamp(16px, 4.5vw, 32px);
  max-width: 1200px;
  margin: 0 auto;
}
.brand-link {
  display: flex;
  align-items: center;
  gap: 8px;
}
.brand-logo-img {
  height: 40px;
  width: auto;
  object-fit: contain;
}
.brand-sub {
  display: flex;
  flex-direction: column;
}
.brand-tag {
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--teal-900);
  opacity: 0.75;
  line-height: 1;
}
.brand-sub-name {
  font-size: 11px;
  font-weight: 700;
  color: var(--teal-700);
  line-height: 1.2;
}

nav.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 30px);
}
nav.desktop-nav a {
  font-weight: 600;
  font-size: 14.5px;
  color: var(--ink);
  position: relative;
  padding: 6px 2px;
  transition: color .2s ease;
}
nav.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2px;
  background: var(--orange-500);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
nav.desktop-nav a:hover,
nav.desktop-nav a.active {
  color: var(--teal-700);
}
nav.desktop-nav a:hover::after,
nav.desktop-nav a.active::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.call-chip {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 700;
  font-size: 14px;
  color: var(--teal-900);
}
.call-chip svg {
  width: 17px; height: 17px;
  color: var(--orange-500);
}

.hamburger {
  display: none;
  width: 42px; height: 42px;
  border-radius: 12px;
  border: none;
  background: var(--teal-100);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.hamburger span {
  display: block;
  width: 20px; height: 2.4px;
  background: var(--teal-900);
  border-radius: 2px;
  transition: transform .3s ease, opacity .3s ease;
}
.hamburger.active span:nth-child(1) { transform: translateY(7.4px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7.4px) rotate(-45deg); }

/* Mobile Menu Popup */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: rgba(7, 62, 54, 0.65);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
  z-index: 2000;
  display: flex;
  justify-content: flex-end;
}
.mobile-menu.open { opacity: 1; visibility: visible; }
.mobile-panel {
  width: min(340px, 86vw);
  height: 100%;
  background: var(--cream-50);
  padding: 20px 22px 36px;
  transform: translateX(100%);
  transition: transform .35s cubic-bezier(.2, .8, .2, 1);
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow-y: auto;
  position: relative;
  z-index: 2001;
}
.mobile-menu.open .mobile-panel { transform: translateX(0); }

.mobile-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(58, 42, 30, 0.1);
}
.mobile-close-btn {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: none;
  background: var(--teal-100);
  color: var(--teal-900);
  font-size: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .2s ease;
}
.mobile-close-btn:hover {
  background: var(--orange-100);
  color: var(--orange-600);
}

.mobile-panel a.mnav {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--brown-900);
  padding: 11px 4px;
  border-bottom: 1px solid rgba(58, 42, 30, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-panel a.mnav.active {
  color: var(--orange-500);
}
.mobile-panel .btn {
  margin-top: 12px;
  width: 100%;
}
.mobile-legal-group {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed rgba(58, 42, 30, 0.18);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mobile-legal-group a {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink-soft);
  padding: 4px 0;
}
.mobile-legal-group a.active {
  color: var(--orange-600);
  font-weight: 700;
}

/* =========================================================
   HERO SECTION
   ========================================================= */
.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(40px, 7vw, 84px) 0 clamp(50px, 8vw, 100px);
}
.hero-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: .35;
  z-index: 0;
  pointer-events: none;
}
.hero-blob.one {
  width: 420px; height: 420px;
  top: -160px; right: -120px;
  background: radial-gradient(circle, var(--orange-300), transparent 70%);
}
.hero-blob.two {
  width: 360px; height: 360px;
  bottom: -140px; left: -140px;
  background: radial-gradient(circle, var(--teal-600), transparent 70%);
  opacity: .18;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(30px, 5vw, 60px);
  align-items: center;
}
.hero-copy h1 {
  font-size: clamp(30px, 4.4vw, 52px);
  letter-spacing: -0.02em;
  margin: 16px 0 18px;
}
.hero-copy h1 .accent {
  color: var(--orange-500);
}
.hero-copy p.lead {
  font-size: clamp(15.5px, 1.4vw, 18px);
  max-width: 520px;
  margin-bottom: 28px;
}
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}
.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.hero-stat {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-stat .dot {
  width: 34px; height: 34px;
  border-radius: 10px;
  background: var(--teal-100);
  display: flex; align-items: center; justify-content: center;
  color: var(--teal-700);
  flex: none;
}
.hero-stat span {
  font-size: 13.8px;
  font-weight: 600;
  color: var(--brown-900);
}

.hero-media {
  position: relative;
}
.hero-media-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/4.2;
}
.hero-media-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.hero-badge {
  position: absolute;
  left: -18px;
  bottom: 24px;
  background: var(--teal-900);
  color: var(--white);
  padding: 14px 18px;
  border-radius: 16px;
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 240px;
}
.hero-badge .ring {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--orange-500);
  display: flex; align-items: center; justify-content: center;
  flex: none;
}
.hero-badge .ring svg { width: 20px; height: 20px; color: #fff; }
.hero-badge strong { display: block; font-size: 14px; font-family: 'Poppins', sans-serif; }
.hero-badge small { font-size: 11.5px; opacity: .85; }

.hero-chip-float {
  position: absolute;
  top: 20px; right: -14px;
  background: var(--white);
  padding: 9px 15px;
  border-radius: 14px;
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 13px;
  color: var(--teal-900);
}
.hero-chip-float svg { width: 16px; height: 16px; color: var(--orange-500); }

/* =========================================================
   TRUST STRIP
   ========================================================= */
.trust-strip {
  background: var(--teal-900);
  color: var(--white);
  padding: 14px 0;
}
.trust-strip .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(14px, 3.5vw, 46px);
}
.trust-strip .item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: .02em;
  opacity: .95;
}
.trust-strip svg { width: 16px; height: 16px; color: var(--orange-300); }

/* =========================================================
   SECTION HEADS & CARDS
   ========================================================= */
section { padding: clamp(50px, 7vw, 90px) 0; }
.section-head {
  max-width: 640px;
  margin-bottom: clamp(30px, 4.5vw, 48px);
}
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 {
  font-size: clamp(26px, 3.2vw, 38px);
  margin: 12px 0 12px;
  letter-spacing: -0.01em;
}
.section-head p { font-size: 15.8px; }

/* Services Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  background: var(--white);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(58, 42, 30, 0.06);
  transition: transform .25s ease, box-shadow .25s ease;
  display: flex;
  flex-direction: column;
}
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.service-img {
  height: 190px;
  overflow: hidden;
  position: relative;
}
.service-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card:hover .service-img img { transform: scale(1.05); }
.service-icon {
  position: absolute;
  left: 18px; bottom: -20px;
  width: 46px; height: 46px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}
.service-icon svg { width: 22px; height: 22px; color: #fff; }
.service-body {
  padding: 32px 22px 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.service-body h3 { font-size: 20px; margin-bottom: 8px; }
.service-body p { font-size: 14.2px; margin-bottom: 14px; }
.service-list { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; flex-grow: 1; }
.service-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13.5px;
  color: var(--ink-soft);
}
.service-list svg { width: 15px; height: 15px; flex: none; margin-top: 3px; color: var(--teal-700); }
.service-note {
  font-size: 12.2px;
  color: var(--orange-600);
  background: var(--orange-100);
  padding: 8px 12px;
  border-radius: 8px;
  display: flex;
  gap: 7px;
  align-items: flex-start;
  margin-bottom: 16px;
}
.service-note svg { width: 14px; height: 14px; flex: none; margin-top: 2px; }

/* Why Us */
.why-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(30px, 5vw, 60px);
  align-items: center;
}
.why-media {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 5/5.4;
}
.why-media img { width: 100%; height: 100%; object-fit: cover; }
.why-media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(7, 62, 54, 0.6), transparent 45%);
}
.why-caption {
  position: absolute; left: 20px; bottom: 20px; right: 20px;
  color: #fff; z-index: 2;
}
.why-caption strong { font-family: 'Poppins', sans-serif; font-size: 15.5px; display: block; }
.why-caption span { font-size: 12.8px; opacity: .9; }

.why-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.why-item {
  background: var(--white);
  padding: 20px;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(58, 42, 30, 0.06);
}
.why-item .ico {
  width: 40px; height: 40px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 12px;
}
.why-item .ico svg { width: 20px; height: 20px; color: #fff; }
.why-item h4 { font-size: 15.5px; margin-bottom: 6px; }
.why-item p { font-size: 13.2px; margin: 0; }

/* How It Works Steps */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.step-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 28px 22px;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(58, 42, 30, 0.06);
}
.step-num {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: var(--teal-100);
  line-height: 1;
  margin-bottom: 6px;
}
.step-card h4 { font-size: 18px; margin-bottom: 8px; }
.step-card p { font-size: 14.2px; margin: 0; }

/* Careers Banner */
.careers {
  background: linear-gradient(120deg, var(--teal-950), var(--teal-700));
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
  padding: clamp(36px, 5vw, 60px);
  color: #fff;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: center;
}
.careers-decor {
  position: absolute;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--orange-500), transparent 70%);
  opacity: .35;
  right: -90px; top: -90px;
}
.careers h2 { color: #fff; font-size: clamp(24px, 2.8vw, 34px); margin-bottom: 12px; }
.careers p { color: rgba(255, 255, 255, 0.88); font-size: 15px; margin-bottom: 20px; max-width: 480px; }
.careers-roles {
  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px;
}
.careers-roles span {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 6px 13px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 600;
}
.salary-card {
  background: var(--white);
  color: var(--ink);
  border-radius: var(--radius-md);
  padding: 26px;
  position: relative;
  z-index: 1;
}
.salary-card .label { font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--orange-600); }
.salary-card .amount {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(24px, 2.8vw, 30px);
  font-weight: 800;
  color: var(--teal-900);
  margin: 6px 0 2px;
}
.salary-card .per { font-size: 12.5px; color: var(--ink-soft); margin-bottom: 16px; display: block; }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; }
.benefit-grid div {
  display: flex; align-items: center; gap: 7px;
  font-size: 12.5px; font-weight: 600; color: var(--brown-900);
}
.benefit-grid svg { width: 15px; height: 15px; color: var(--teal-700); flex: none; }

/* =========================================================
   PAGE HERO / BANNER (FOR INNER PAGES)
   ========================================================= */
.page-banner {
  background: linear-gradient(135deg, var(--teal-950), var(--teal-800));
  color: var(--white);
  padding: clamp(44px, 6vw, 76px) 0;
  position: relative;
  overflow: hidden;
}
.page-banner::after {
  content: "";
  position: absolute;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 137, 46, 0.25), transparent 70%);
  right: -100px; top: -140px;
  pointer-events: none;
}
.page-banner h1 {
  color: var(--white);
  font-size: clamp(26px, 3.6vw, 42px);
  margin-bottom: 10px;
}
.page-banner p.lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(15px, 1.3vw, 17.5px);
  max-width: 680px;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  font-size: 12.8px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 14px;
}
.breadcrumbs a { color: var(--orange-300); }
.breadcrumbs span.sep { opacity: 0.5; }

/* =========================================================
   POLICY / CONTENT WRAPPER
   ========================================================= */
.policy-wrap {
  padding: clamp(36px, 5vw, 64px) 0;
}
.policy-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: clamp(22px, 4vw, 44px);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(58, 42, 30, 0.06);
}
.policy-card h2 {
  font-size: clamp(19px, 2vw, 24px);
  margin: 28px 0 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--teal-100);
  color: var(--teal-900);
}
.policy-card h2:first-of-type { margin-top: 0; }
.policy-card h3 {
  font-size: 17px;
  margin: 18px 0 8px;
  color: var(--brown-900);
}
.policy-card p {
  font-size: 14.8px;
  color: var(--ink-soft);
  margin-bottom: 14px;
}
.policy-card ul, .policy-card ol {
  margin: 10px 0 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.policy-card ul { list-style: disc; }
.policy-card ol { list-style: decimal; }
.policy-card li {
  font-size: 14.5px;
  color: var(--ink-soft);
  line-height: 1.6;
}

.notice-box {
  background: var(--teal-50);
  border-left: 4px solid var(--teal-700);
  padding: 14px 18px;
  border-radius: 6px;
  margin: 18px 0;
}
.notice-box.warning {
  background: #fff9f0;
  border-left-color: var(--orange-500);
}
.notice-box strong {
  display: block;
  color: var(--brown-900);
  margin-bottom: 4px;
  font-size: 14.2px;
}
.notice-box p {
  font-size: 13.8px;
  margin: 0;
}

/* Data Table Responsive Wrap */
.data-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 20px 0;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(58, 42, 30, 0.08);
}
table.data-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  text-align: left;
  font-size: 14px;
}
table.data-table th {
  background: var(--teal-900);
  color: var(--white);
  padding: 12px 14px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
table.data-table td {
  padding: 11px 14px;
  border-bottom: 1px solid rgba(58, 42, 30, 0.06);
  color: var(--ink-soft);
}
table.data-table tr:nth-child(even) td {
  background: var(--cream-50);
}

/* =========================================================
   CONTACT GRID & FORM
   ========================================================= */
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(24px, 4vw, 46px);
}
.form-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: clamp(22px, 3.5vw, 36px);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(58, 42, 30, 0.06);
}
.form-group {
  margin-bottom: 16px;
}
.form-label {
  display: block;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--brown-900);
  margin-bottom: 5px;
}
.form-control {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid rgba(58, 42, 30, 0.12);
  border-radius: 10px;
  font-size: 14.5px;
  color: var(--ink);
  background: var(--cream-50);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.form-control:focus {
  outline: none;
  border-color: var(--teal-700);
  background: var(--white);
  box-shadow: 0 0 0 3px var(--ring);
}
textarea.form-control {
  resize: vertical;
  min-height: 100px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-info-card {
  background: var(--teal-900);
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: clamp(22px, 3.5vw, 36px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-info-card h3 {
  color: var(--white);
  font-size: 21px;
}
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.contact-item .ico-box {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  display: flex; align-items: center; justify-content: center;
  flex: none;
  color: var(--orange-400);
}
.contact-item .ico-box svg { width: 20px; height: 20px; }
.contact-item strong {
  display: block;
  font-size: 13.5px;
  color: var(--orange-300);
  margin-bottom: 2px;
}
.contact-item p, .contact-item a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  margin: 0;
  word-break: break-word;
}

/* =========================================================
   FOOTER (ENHANCED & MOBILE RESPONSIVE)
   ========================================================= */
footer.site-footer {
  background: var(--brown-900);
  color: rgba(255, 255, 255, 0.75);
  padding: clamp(44px, 6vw, 70px) 0 24px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.8fr 1.1fr;
  gap: clamp(20px, 3.2vw, 36px);
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.footer-brand-logo {
  height: 42px;
  width: auto;
  background: #ffffff;
  padding: 5px 12px;
  border-radius: 8px;
}
.footer-corp-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 12px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.82);
}
.footer-corp-box strong { color: #fff; }
.footer-corp-box .cin {
  color: var(--orange-300);
  font-family: monospace;
  font-size: 11.5px;
}

.footer-col h5 {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 15px;
  margin-bottom: 14px;
  font-weight: 600;
}
.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.footer-col a {
  font-size: 13.6px;
  color: rgba(255, 255, 255, 0.78);
  transition: color .2s ease;
}
.footer-col a:hover { color: var(--orange-300); }
.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.82);
}
.footer-contact svg {
  width: 16px; height: 16px;
  margin-top: 2px;
  color: var(--orange-300);
  flex: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 20px;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.65);
}

/* =========================================================
   WHATSAPP FLOAT
   ========================================================= */
.wa-float {
  position: fixed;
  right: 20px; bottom: 20px;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #25D366;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 26px rgba(37, 211, 102, 0.5);
  z-index: 1200;
  animation: wa-pulse 2.4s ease-in-out infinite;
}
.wa-float svg { width: 28px; height: 28px; color: #fff; }
@keyframes wa-pulse {
  0% { box-shadow: 0 10px 26px rgba(37, 211, 102, 0.5), 0 0 0 0 rgba(37, 211, 102, 0.5); }
  70% { box-shadow: 0 10px 26px rgba(37, 211, 102, 0.5), 0 0 0 16px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 10px 26px rgba(37, 211, 102, 0.5), 0 0 0 0 rgba(37, 211, 102, 0); }
}
.wa-tooltip {
  position: fixed;
  right: 86px; bottom: 32px;
  background: #fff;
  padding: 8px 14px;
  border-radius: 10px;
  box-shadow: var(--shadow-md);
  font-size: 13px;
  font-weight: 600;
  color: var(--brown-900);
  z-index: 1200;
  opacity: 0;
  pointer-events: none;
  transform: translateX(8px);
  transition: opacity .25s ease, transform .25s ease;
}
.wa-float:hover + .wa-tooltip, .wa-tooltip:hover { opacity: 1; transform: translateX(0); }

/* =========================================================
   SCROLL REVEAL
   ========================================================= */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .65s ease;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================================
   RESPONSIVE MEDIA QUERIES (IDENTICAL TO REFERENCE)
   ========================================================= */
/* Responsive Feature Grids */
.service-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(26px, 4vw, 50px);
  align-items: center;
  margin-bottom: 50px;
  background: var(--white);
  padding: clamp(22px, 3.5vw, 36px);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(58, 42, 30, 0.06);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 50px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-media {
    order: -1;
    max-width: 440px;
    margin: 0 auto 10px;
  }
  .why-wrap {
    grid-template-columns: 1fr;
  }
  .why-media {
    max-width: 460px;
    margin: 0 auto;
  }
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }
  .service-detail-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .service-detail-grid .detail-img-col {
    order: -1;
    max-width: 440px;
    margin: 0 auto;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .values-grid {
    grid-template-columns: 1fr;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .careers {
    grid-template-columns: 1fr;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .top-legal-bar {
    display: none;
  }
  .brand-sub {
    display: none;
  }
  .header-actions .call-chip,
  .header-actions .btn {
    display: none;
  }
  nav.desktop-nav {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .brand-logo-img {
    height: 36px;
  }
  .nav-wrap {
    padding: 10px 16px;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .why-list {
    grid-template-columns: 1fr;
  }
  .footer-top {
    grid-template-columns: 1fr;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .stats-grid {
    grid-template-columns: 1fr;
  }
  .hero-badge {
    left: 10px;
    bottom: 14px;
    padding: 10px 14px;
    max-width: 210px;
  }
  .hero-chip-float {
    right: 10px;
    top: 14px;
    padding: 7px 12px;
    font-size: 12px;
  }
  .hero-copy h1 {
    font-size: 27px;
    line-height: 1.2;
  }
  .hero-copy p.lead {
    font-size: 15px;
  }
  .hero-ctas .btn {
    width: 100%;
  }
  .btn-lg {
    padding: 12px 22px;
    font-size: 14.5px;
  }
  .salary-card {
    padding: 20px;
  }
  .careers {
    padding: 26px 18px;
  }
  .wa-float {
    bottom: 16px;
    right: 16px;
    width: 52px;
    height: 52px;
  }
}
