/* =============================================
   Kleeto Industry Pages — Shared Stylesheet
   Matches services pages theme (color, type, feel)
   ============================================= */

/* ---------- TOKENS ---------- */
:root {
  --green:        #1f7a10;
  --green-dark:   #145c0b;
  --green-soft:   #edf8e9;
  --green-mid:    #d5e8d0;
  --yellow:       #ffd66b;
  --yellow-soft:  #fff6db;
  --text:         #171717;
  --muted:        #626262;
  --border:       #eeeeee;
  --bg:           #ffffff;
  --bg-soft:      #fbfbf6;
  --shadow-sm:    0 6px 18px rgba(0,0,0,.05);
  --shadow:       0 16px 42px rgba(0,0,0,.08);
  --shadow-lg:    0 26px 64px rgba(0,0,0,.12);
  --radius-sm:    12px;
  --radius:       20px;
  --radius-lg:    28px;
}

/* ---------- RESET & BASE ---------- */
*, *::before, *::after { box-sizing: border-box; }
html  { scroll-behavior: smooth; }
body  {
  margin: 0;
  font-family: 'DM Sans', 'Inter', Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
p { margin: 0; }

/* ---------- LAYOUT ---------- */
.container     { width: min(1180px, calc(100% - 40px)); margin: auto; }
.section-pad   { padding: 84px 0; }
.center        { text-align: center; }

/* ---------- TYPOGRAPHY ---------- */
h1, h2, h3 {
  margin: 0;
  line-height: 1.13;
  letter-spacing: -.04em;
  color: var(--text);
  font-weight: 900;
}
h1 { font-size: clamp(28px, 3.6vw, 44px); font-weight: 900; }
h2 { font-size: clamp(22px, 2.6vw, 34px); font-weight: 900; }
h3 { font-size: 18px; font-weight: 900; letter-spacing: -.025em; }

.eyebrow {
  display: inline-block;
  margin: 0 0 10px;
  color: var(--green);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
}
.eyebrow.light { color: rgba(255,255,255,.75); }

.section-head          { max-width: 720px; margin: 0 auto 42px; text-align: center; }
.section-head p,
.hero-sub,
.two-col p,
.faq-body p            { color: var(--muted); font-size: 17px; margin-top: 10px; }

section h2,
section > .container > .eyebrow {
  text-align: center;
}

.two-col > div > .eyebrow,
.two-col > div > h2,
.two-col > div > p,
.faq-intro,
.faq-intro .eyebrow,
.faq-intro h2,
.faq-intro p {
  text-align: center;
}

.two-col > div > p,
.faq-intro p {
  margin-left: auto;
  margin-right: auto;
}

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 13px 26px;
  font-weight: 800;
  font-size: 14px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
  white-space: nowrap;
  line-height: 1;
}
.btn:hover { transform: translateY(-2px); }

.btn-primary {
  background: var(--green);
  color: #fff;
  box-shadow: 0 10px 28px rgba(31,122,16,.26);
}
.btn-primary:hover {
  background: var(--green-dark);
  box-shadow: 0 14px 34px rgba(31,122,16,.32);
}

.btn-outline {
  border-color: #d8d8d8;
  background: #fff;
  color: #111;
}
.btn-outline:hover { border-color: var(--green); color: var(--green); }

.btn-ghost {
  background: rgba(255,255,255,.12);
  color: #fff;
  border-color: rgba(255,255,255,.28);
}
.btn-ghost:hover { background: rgba(255,255,255,.22); }

/* ---------- HEADER / NAV ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 8px 30px rgba(0,0,0,.035);
}
.nav-wrap {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand img { height: 38px; width: auto; }
.brand-text {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -.06em;
  color: var(--green);
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 13.5px;
  font-weight: 700;
  color: #2a2a2a;
}
.main-nav a:hover, .main-nav a.active { color: var(--green); }
.main-nav .muted { color: var(--muted); }
.menu-btn {
  display: none;
  background: none;
  border: 0;
  padding: 8px;
  cursor: pointer;
}
.menu-btn span {
  display: block;
  width: 24px;
  height: 2px;
  background: #111;
  margin: 5px 0;
  border-radius: 999px;
  transition: .2s;
}

/* ---------- HERO ---------- */
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #fff 0%, var(--bg-soft) 100%);
  padding: 78px 0 70px;
}
.hero11 {
      background: linear-gradient(160deg, #fff 0%, #f3faf1 100%);
    }

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(31,122,16,.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(31,122,16,.045) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, transparent, #000 16%, #000 78%, transparent);
  opacity: .8;
}
.hero::after {
  content: "";
  position: absolute;
  right: 6%;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, transparent, var(--green-mid), transparent);
  opacity: .9;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 64px;
  align-items: center;
}

.breadcrumb {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  flex-wrap: wrap;
}
.breadcrumb a { color: var(--green); }
.breadcrumb span { opacity: .5; }

.hero-sub {
  margin-top: 14px;
  font-size: 17px;
  color: var(--muted);
  max-width: 520px;
}

.hero-checks {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.hero-checks li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 650;
  color: #333;
  font-size: 15px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(213,232,208,.82);
  border-radius: var(--radius);
  padding: 10px 12px;
  box-shadow: var(--shadow-sm);
}
.hero-checks li::before {
  content: "✓";
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green);
  font-weight: 900;
  font-size: 11px;
  margin-top: 2px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

/* ---------- HERO VISUAL ---------- */
.hero-visual {
  position: relative;
  min-height: 420px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 18px 0 22px 34px;
  background: var(--yellow-soft);
  border: 1px solid rgba(255,214,107,.52);
  border-radius: var(--radius);
  transform: rotate(-2deg);
  z-index: -1;
}
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 46px 32px 0 0;
  background: rgba(237,248,233,.85);
  border: 1px solid var(--green-mid);
  border-radius: var(--radius);
  z-index: -2;
}

/* Floating 3-D card stack common */
.vis-stack {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Generic industry illustration pieces */
.vis-card {
  position: absolute;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.vis-card-header {
  padding: 14px 18px;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: .06em;
  color: #fff;
  background: var(--green);
}
.vis-line {
  height: 9px;
  border-radius: 999px;
  background: #eaeaea;
  margin: 12px 18px;
}
.vis-line.short { width: 55%; }
.vis-line.mid   { width: 75%; }

.vis-badge {
  position: absolute;
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  font-weight: 900;
  font-size: 13px;
  box-shadow: var(--shadow);
  animation: badgeFloat 4.5s ease-in-out infinite;
}
.vis-badge.dark  { background: #111; color: #fff; }
.vis-badge.yellow { background: var(--yellow); color: #111; animation-direction: reverse; animation-duration: 5s; }
.vis-badge small { display: block; font-weight: 700; font-size: 11px; opacity: .6; margin-top: 2px; }

.vis-dot {
  position: absolute;
  border-radius: 50%;
  animation: dotDrift 7s ease-in-out infinite;
}

/* Page-specific hero mockups share the same refined card language. */
.edu-card-main,
.edu-card-back,
.edu-card-back2,
.bfsi-loan,
.bfsi-b2 {
  border-radius: var(--radius) !important;
}

.edu-badge-naac,
.edu-badge-qr,
.bfsi-badge-rbi,
.bfsi-badge-kyc {
  border-radius: var(--radius) !important;
}

.edu-card-main,
.bfsi-loan {
  box-shadow: var(--shadow-lg) !important;
}

/* ---------- PROOF BAR ---------- */
.proof-bar {
  position: relative;
  z-index: 5;
  margin-top: -32px;
  padding-bottom: 4px;
}
.proof-grid {
  background: #111;
  border-radius: var(--radius);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  box-shadow: 0 24px 62px rgba(0,0,0,.18);
}
.proof-cell {
  padding: 26px 24px;
  border-right: 1px solid rgba(255,255,255,.1);
}
.proof-cell:last-child { border-right: 0; }
.proof-cell strong {
  display: block;
  color: var(--yellow);
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}
.proof-cell span {
  display: block;
  color: rgba(255,255,255,.7);
  font-size: 12px;
  font-weight: 700;
  margin-top: 6px;
}

/* ---------- CHALLENGES ---------- */
.challenges-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.challenge-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px;
  transition: .22s ease;
  position: relative;
  overflow: hidden;
}
.challenge-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  border-radius: 0;
  background: var(--green-mid);
  opacity: .55;
  transition: .3s;
}
.challenge-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--green-mid); }
.challenge-card:hover::before { width: 8px; background: var(--green); opacity: 1; }
.challenge-num {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green);
  font-weight: 900;
  font-size: 14px;
  margin-bottom: 12px;
}
.challenge-card h3 { color: var(--green); font-size: 16px; font-weight: 900; margin-bottom: 8px; }
.challenge-card p  { color: var(--muted); font-size: 14px; line-height: 1.55; }

/* ---------- HOW KLEETO HELPS (2-col) ---------- */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 66px;
  align-items: center;
}
.two-col.reverse { direction: rtl; }
.two-col.reverse > * { direction: ltr; }

.help-visual {
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--green-soft), #e0f0da);
  border: 1px solid var(--green-mid);
  padding: 30px;
  display: grid;
  gap: 12px;
  box-shadow: var(--shadow);
}
.help-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #fff;
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  font-size: 14px;
  font-weight: 700;
  color: #111;
  transition: .2s;
}
.help-item:hover { border-color: var(--green-mid); transform: translateX(4px); }
.help-icon {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--green-soft);
  color: var(--green);
  display: grid;
  place-items: center;
  font-size: 16px;
}

/* ---------- USE CASES ---------- */
.usecase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.usecase-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px;
  transition: .25s ease;
  position: relative;
  overflow: hidden;
}
.usecase-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-radius: 0;
  background: var(--yellow);
  opacity: .85;
}
.usecase-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--green-mid); }
.usecase-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--green-soft);
  color: var(--green);
  display: grid;
  place-items: center;
  font-size: 22px;
  margin-bottom: 14px;
  transition: .22s;
  position: relative;
  z-index: 1;
}
.usecase-card:hover .usecase-icon { background: var(--green); color: #fff; }
.usecase-card h3 { font-size: 16px; color: var(--green); font-weight: 900; margin-bottom: 8px; position: relative; z-index: 1; }
.usecase-card p  { color: var(--muted); font-size: 13.5px; line-height: 1.55; position: relative; z-index: 1; }

/* ---------- DOCUMENT TYPES PILL LIST ---------- */
.doc-types-section { background: var(--bg-soft); }
.doc-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.doc-pill {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 9px 17px;
  font-size: 13px;
  font-weight: 700;
  color: #333;
  box-shadow: var(--shadow-sm);
  transition: .2s;
}
.doc-pill:hover { border-color: var(--green); color: var(--green); }

/* ---------- KEY FEATURES ---------- */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.feature-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px;
  transition: .25s ease;
  position: relative;
  overflow: hidden;
}
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--green-mid); }
.feature-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--green-soft);
  color: var(--green);
  display: grid;
  place-items: center;
  font-size: 22px;
  margin-bottom: 14px;
  transition: .22s;
}
.feature-card:hover .feature-icon { background: var(--green); color: #fff; }
.feature-card h3 { font-size: 16px; color: var(--green); font-weight: 900; margin-bottom: 8px; }
.feature-card p  { color: var(--muted); font-size: 13.5px; line-height: 1.55; }

/* ---------- WORKFLOW STEPS ---------- */
.workflow-section { background: #111; color: #fff; }
.workflow-section .section-head h2 { color: #fff; }
.workflow-steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,214,107,.18), transparent 28%),
    radial-gradient(circle at 84% 100%, rgba(31,122,16,.24), transparent 30%),
    rgba(255,255,255,.045);
  border-radius: var(--radius);
  overflow: visible;
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
  padding: 20px;
  perspective: 1200px;
}
.workflow-step {
  padding: 28px 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-right: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  text-align: center;
  position: relative;
  min-height: 178px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.045)),
    #141414;
  box-shadow:
    0 18px 36px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.16);
  transform: rotateX(8deg) translateY(0);
  transform-style: preserve-3d;
  animation: workflowFloat 5.5s ease-in-out infinite;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.workflow-step:nth-child(2) { animation-delay: .25s; }
.workflow-step:nth-child(3) { animation-delay: .5s; }
.workflow-step:nth-child(4) { animation-delay: .75s; }
.workflow-step:nth-child(5) { animation-delay: 1s; }
.workflow-step:nth-child(6) { animation-delay: 1.25s; }
.workflow-step:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.workflow-step::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: calc(var(--radius) - 6px);
  border: 1px solid rgba(255,255,255,.08);
  transform: translateZ(-18px);
  pointer-events: none;
}
.workflow-step::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: -14px;
  height: 18px;
  border-radius: 50%;
  background: rgba(0,0,0,.38);
  filter: blur(10px);
  transform: translateZ(-30px);
  pointer-events: none;
}
.workflow-step:hover {
  transform: rotateX(0) translateY(-10px) translateZ(24px);
  border-color: rgba(255,214,107,.55);
  box-shadow:
    0 26px 54px rgba(0,0,0,.42),
    0 0 0 1px rgba(255,214,107,.14),
    inset 0 1px 0 rgba(255,255,255,.2);
}
.workflow-step-num {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--green), var(--green-dark));
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  margin: 0 auto 12px;
  box-shadow:
    0 10px 22px rgba(31,122,16,.38),
    inset 0 1px 0 rgba(255,255,255,.24);
  transform: translateZ(30px);
}
.workflow-step h3 { color: #fff; font-size: 13px; font-weight: 900; transform: translateZ(24px); }
.workflow-step p  { color: rgba(255,255,255,.62); font-size: 12px; margin-top: 8px; transform: translateZ(18px); }
.workflow-arrow {
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--yellow);
  font-size: 18px;
  z-index: 2;
}

/* ---------- BENEFITS ---------- */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.benefit-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  transition: .25s;
}
.benefit-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--green-mid); }
.benefit-num {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--green-soft);
  color: var(--green);
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 22px;
}
.benefit-card h3 { font-size: 17px; color: var(--green); font-weight: 900; margin-bottom: 6px; }
.benefit-card p  { color: var(--muted); font-size: 14px; line-height: 1.55; }

/* ---------- COMPLIANCE STRIP ---------- */
.compliance-strip {
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  border-radius: var(--radius);
  padding: 30px 36px;
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: wrap;
}
.compliance-strip h3 { color: #fff; font-size: 18px; flex: 0 0 auto; }
.compliance-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
}
.comp-badge {
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  padding: 7px 14px;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
}

/* ---------- FAQ ---------- */
.faq-layout {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 58px;
}
.faq-intro h2  { margin-bottom: 14px; }
.faq-intro p   { color: var(--muted); font-size: 16px; margin-bottom: 24px; }

.faq-list { display: grid; gap: 12px; }
.faq-item {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: box-shadow .2s;
}
.faq-item.active { box-shadow: var(--shadow); }
.faq-btn {
  width: 100%;
  border: 0;
  background: none;
  cursor: pointer;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  font: inherit;
  font-weight: 800;
  font-size: 14px;
  color: #111;
}
.faq-icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green);
  display: grid;
  place-items: center;
  font-size: 20px;
  transition: transform .2s, background .2s;
}
.faq-item.active .faq-icon { transform: rotate(45deg); background: var(--yellow-soft); color: #111; }
.faq-body { display: none; padding: 0 20px 18px; }
.faq-body p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.faq-item.active .faq-body { display: block; }

/* ---------- CTA BANNER ---------- */
.cta-banner {
  padding: 88px 0;
  background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,214,107,.14), transparent 70%);
  animation: floatBlob 8s ease-in-out infinite;
}
.cta-banner::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.07), transparent 70%);
  animation: floatBlob 10s ease-in-out infinite reverse;
}
.cta-box {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 44px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  padding: 44px;
  backdrop-filter: blur(10px);
}
.cta-box h2         { color: #fff; font-size: clamp(24px, 2.8vw, 36px); margin-bottom: 14px; }
.cta-box p          { color: rgba(255,255,255,.85); font-size: 15px; line-height: 1.7; }
.cta-actions        { display: flex; gap: 12px; margin-top: 22px; flex-wrap: wrap; }
.cta-box .btn-white {
  background: #fff;
  color: var(--green);
  font-weight: 900;
  padding: 14px 28px;
  border-radius: 999px;
  border: 2px solid #fff;
  transition: .25s;
  font-size: 14px;
  cursor: pointer;
}
.cta-box .btn-white:hover { background: var(--yellow); color: #111; transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,0,0,.25); }

/* ---------- FOOTER ---------- */
.site-footer {
  background: #111;
  color: rgba(255,255,255,.6);
  padding: 28px 0;
  font-size: 13px;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-brand { color: #fff; font-weight: 900; font-size: 20px; letter-spacing: -.04em; }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-links a { color: rgba(255,255,255,.5); font-weight: 700; transition: .2s; }
.footer-links a:hover { color: var(--yellow); }

/* ---------- ANIMATIONS ---------- */
@keyframes morphBlob {
  0%,100% { border-radius: 58% 42% 52% 48%; transform: rotate(0); }
  50%      { border-radius: 38% 62% 45% 55%; transform: rotate(8deg); }
}
@keyframes badgeFloat {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-12px); }
}
@keyframes dotDrift {
  0%,100% { transform: translate3d(0,0,0); }
  50%      { transform: translate3d(14px,-18px,0); }
}
@keyframes floatBlob {
  0%,100% { transform: translate(0,0); }
  50%      { transform: translate(18px,-18px); }
}
@keyframes workflowFloat {
  0%,100% { transform: rotateX(8deg) translateY(0); }
  50% { transform: rotateX(5deg) translateY(-8px); }
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 980px) {
  .menu-btn { display: block; }
  .main-nav {
    position: absolute;
    top: 76px; left: 0; right: 0;
    background: #fff;
    border-bottom: 1px solid var(--border);
    padding: 16px 20px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
  }
  .main-nav.open { display: flex; }

  .hero-grid, .two-col, .faq-layout, .cta-box {
    grid-template-columns: 1fr;
  }
  .two-col.reverse { direction: ltr; }
  .hero-visual { min-height: 340px; height: auto; }
  .edu-visual,
  .bfsi-visual { height: 320px !important; max-width: 520px; margin: 0 auto; }
  .edu-card-main,
  .edu-card-back,
  .edu-card-back2,
  .bfsi-loan,
  .bfsi-b2 { transform-origin: center; }
  .hero::before { opacity: .35; }
  .proof-grid  { grid-template-columns: repeat(2, 1fr); }
  .challenges-grid,
  .usecase-grid,
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .workflow-steps { grid-template-columns: repeat(3, 1fr); }
  .workflow-step:nth-child(3) { border-right: 1px solid rgba(255,255,255,.12); }
  .cta-box { gap: 24px; padding: 28px; }
}

@media (max-width: 640px) {
  .container { width: calc(100% - 28px); }
  .section-pad { padding: 52px 0; }
  .hero { padding: 52px 0 44px; }
  .hero-visual { min-height: 300px; }
  .hero-visual::before { inset: 26px 6px 20px; }
  .hero-visual::after { inset: 48px 18px 8px; }
  .edu-visual,
  .bfsi-visual { height: 290px !important; transform: scale(.86); transform-origin: center; }
  .hero-actions, .cta-actions { flex-direction: column; }
  .btn { width: 100%; }
  .proof-grid,
  .challenges-grid,
  .usecase-grid,
  .features-grid,
  .benefits-grid { grid-template-columns: 1fr; }
  .workflow-steps { grid-template-columns: repeat(2, 1fr); }
  .workflow-step:nth-child(2) { border-right: 1px solid rgba(255,255,255,.12); }
  .compliance-strip { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .workflow-step {
    animation: none;
  }
}


/* ---------- INDUSTRY HERO SWITCHER + GENERIC VISUAL FOR NEW PAGES ---------- */
.industry-switcher { margin-top: 20px; }
.industry-switcher > span { display:block; color:var(--muted); font-size:12px; font-weight:900; text-transform:uppercase; letter-spacing:.07em; margin-bottom:10px; }
.industry-chip-wrap { display:flex; flex-wrap:wrap; gap:8px; max-width:620px; }
.industry-chip { background:rgba(255,255,255,.82); border:1px solid var(--green-mid); color:#333; border-radius:999px; padding:7px 12px; font-size:12px; font-weight:800; box-shadow:var(--shadow-sm); transition:.22s; }
.industry-chip:hover, .industry-chip.active { background:var(--green); color:#fff; border-color:var(--green); transform:translateY(-2px); }
.industry-visual-card { position:relative; width:100%; height:400px; }
.iv-card-main { position:absolute; left:28px; top:38px; width:238px; height:288px; border-radius:var(--radius); background:#fff; border:1px solid rgba(0,0,0,.08); box-shadow:var(--shadow-lg); overflow:hidden; animation:cardFloat 6s ease-in-out infinite; }
.iv-card-back { position:absolute; left:54px; top:64px; width:238px; height:288px; border-radius:var(--radius); background:var(--green-soft); border:1px solid var(--green-mid); opacity:.62; z-index:-1; transform:rotate(5deg); }
.iv-card-top { background:var(--green); height:52px; display:flex; align-items:center; gap:7px; padding:0 16px; color:#fff; font-weight:900; font-size:12px; letter-spacing:.06em; }
.iv-row { display:flex; align-items:center; gap:8px; margin:10px 16px; }
.iv-dot { width:8px; height:8px; border-radius:50%; background:var(--green); flex:0 0 auto; }
.iv-line { flex:1; height:9px; border-radius:999px; background:#eaeaea; }
.iv-line.s { width:54%; flex:none; }
.iv-progress { margin:16px; height:8px; border-radius:999px; background:var(--green-soft); overflow:hidden; }
.iv-progress span { display:block; width:74%; height:100%; border-radius:999px; background:var(--green); }
.iv-badge { position:absolute; border-radius:var(--radius); padding:12px 16px; font-weight:900; font-size:13px; box-shadow:var(--shadow); animation:badgeFloat 4.5s ease-in-out infinite; }
.iv-badge small { display:block; font-size:11px; font-weight:700; margin-top:3px; opacity:.68; }
.iv-dark { right:22px; top:46px; background:#111; color:#fff; }
.iv-dark small { color:var(--yellow); opacity:1; }
.iv-yellow { right:42px; bottom:78px; background:var(--yellow); color:#111; animation-direction:reverse; animation-duration:5.1s; }
.iv-dot1 { width:18px; height:18px; background:var(--green); top:24px; right:148px; animation-delay:.4s; }
.iv-dot2 { width:26px; height:26px; background:var(--yellow); bottom:54px; left:26px; animation-delay:1.1s; }
.iv-dot3 { width:12px; height:12px; background:#111; top:200px; right:28px; animation-delay:1.9s; }
@media (max-width:980px){ .industry-visual-card{height:320px!important;max-width:520px;margin:0 auto;} }
@media (max-width:640px){ .industry-visual-card{height:290px!important;transform:scale(.86);transform-origin:center;} .industry-chip-wrap{gap:7px;} .industry-chip{font-size:11px;padding:6px 10px;} }


/* ---------- FINAL UI FIXES FOR SIX NEW INDUSTRY PAGES ---------- */
/* Industry chips removed from hero; keep selector hidden in case old cached HTML remains. */
.industry-switcher { display: none !important; }

.hero-grid {
  gap: clamp(36px, 5vw, 64px);
  align-items: center;
}
.hero-grid > div:first-child {
  min-width: 0;
}
.hero h1 {
  max-width: 760px;
}
.hero-checks {
  max-width: 620px;
}
.hero-checks li {
  min-height: 44px;
}
.hero-actions {
  align-items: center;
}

/* Keep generic visual aligned with the same card language as the existing pages. */
.industry-visual-card {
  position: relative;
  width: min(100%, 470px);
  height: 400px;
  margin: 0 auto;
  isolation: isolate;
}
.iv-card-main {
  left: 28px;
  top: 38px;
  width: min(238px, 58%);
  height: 288px;
}
.iv-card-back {
  left: 54px;
  top: 64px;
  width: min(238px, 58%);
  height: 288px;
}
.iv-dark {
  right: 18px;
  top: 48px;
  max-width: 190px;
}
.iv-yellow {
  right: 32px;
  bottom: 76px;
  max-width: 200px;
}
.iv-badge {
  line-height: 1.25;
}

/* Improve card alignment and prevent uneven text blocks from breaking rows. */
.challenges-grid,
.usecase-grid,
.features-grid,
.benefits-grid {
  align-items: stretch;
}
.challenge-card,
.usecase-card,
.feature-card,
.benefit-card {
  height: 100%;
}
.challenge-card p,
.usecase-card p,
.feature-card p,
.benefit-card p,
.faq-body p,
.help-item {
  overflow-wrap: anywhere;
}
.doc-pills {
  justify-content: center;
}
.doc-pill {
  text-align: center;
}
.help-visual {
  align-content: start;
}
.help-item span:last-child {
  min-width: 0;
}
.workflow-step h3 {
  word-break: normal;
  overflow-wrap: anywhere;
}
.cta-box {
  align-items: center;
}
.cta-box > div:first-child {
  min-width: 0;
}

@media (max-width: 980px) {
  .site-header { position: sticky; }
  .main-nav {
    box-shadow: 0 18px 32px rgba(0,0,0,.08);
    gap: 12px;
  }
  .hero {
    padding: 64px 0 54px;
  }
  .hero-grid {
    gap: 30px;
  }
  .hero-sub,
  .hero-checks,
  .hero h1 {
    max-width: 100%;
  }
  .hero-visual {
    width: 100%;
    min-height: 360px;
  }
  .industry-visual-card {
    height: 340px !important;
    max-width: 480px;
  }
  .proof-bar {
    margin-top: -24px;
  }
  .two-col,
  .two-col.reverse {
    gap: 34px;
  }
  .help-visual {
    padding: 22px;
  }
  .workflow-steps {
    gap: 12px;
  }
  .workflow-step {
    min-height: 150px;
  }
}

@media (max-width: 640px) {
  body {
    overflow-x: hidden;
  }
  .container {
    width: min(100% - 28px, 1180px);
  }
  .nav-wrap {
    height: 70px;
  }
  .main-nav {
    top: 70px;
  }
  .brand img {
    height: 34px;
  }
  .hero {
    padding: 46px 0 40px;
  }
  .hero::after {
    display: none;
  }
  .hero-grid {
    gap: 20px;
  }
  .breadcrumb {
    font-size: 11px;
    margin-bottom: 12px;
  }
  h1 {
    font-size: clamp(28px, 8.4vw, 34px);
    letter-spacing: -.035em;
  }
  h2 {
    font-size: clamp(22px, 6.6vw, 28px);
  }
  .hero-sub,
  .section-head p,
  .two-col p,
  .faq-body p {
    font-size: 15px;
    line-height: 1.65;
  }
  .hero-checks {
    gap: 8px;
    margin-top: 18px;
  }
  .hero-checks li {
    font-size: 13.5px;
    line-height: 1.45;
    border-radius: 14px;
    padding: 10px;
  }
  .hero-actions {
    margin-top: 20px;
  }
  .hero-visual {
    min-height: 300px;
    align-items: flex-start;
    padding-top: 4px;
  }
  .hero-visual::before {
    inset: 18px 2px 18px;
  }
  .hero-visual::after {
    inset: 42px 12px 8px;
  }
  .industry-visual-card {
    height: 292px !important;
    max-width: 340px;
    transform: none !important;
  }
  .iv-card-main {
    left: 8px;
    top: 28px;
    width: 206px;
    height: 244px;
  }
  .iv-card-back {
    left: 26px;
    top: 48px;
    width: 206px;
    height: 244px;
  }
  .iv-card-top {
    height: 46px;
    padding: 0 12px;
    font-size: 10.5px;
  }
  .iv-row {
    margin: 9px 13px;
  }
  .iv-progress {
    margin: 12px 13px;
  }
  .iv-badge {
    padding: 9px 11px;
    font-size: 11.5px;
    border-radius: 14px;
  }
  .iv-badge small {
    font-size: 9.5px;
  }
  .iv-dark {
    right: 4px;
    top: 42px;
    max-width: 138px;
  }
  .iv-yellow {
    right: 10px;
    bottom: 58px;
    max-width: 145px;
  }
  .iv-dot1 { right: 118px; }
  .iv-dot2 { left: 8px; bottom: 32px; }
  .iv-dot3 { right: 6px; top: 184px; }
  .proof-bar {
    margin-top: -18px;
  }
  .proof-cell {
    padding: 20px 18px;
  }
  .section-head {
    margin-bottom: 28px;
  }
  .challenge-card,
  .usecase-card,
  .feature-card,
  .benefit-card {
    padding: 22px;
  }
  .help-visual {
    padding: 18px;
    border-radius: 22px;
  }
  .help-item {
    padding: 12px;
    font-size: 13.5px;
  }
  .workflow-steps {
    grid-template-columns: 1fr !important;
    padding: 14px;
  }
  .workflow-step {
    min-height: auto;
    padding: 22px 14px;
    transform: none;
    animation: none;
  }
  .workflow-arrow {
    display: none;
  }
  .compliance-strip {
    padding: 24px;
  }
  .faq-btn {
    gap: 14px;
    align-items: flex-start;
  }
  .cta-box {
    padding: 24px 20px;
    border-radius: 24px;
  }
  .footer-inner {
    align-items: flex-start;
    gap: 14px;
  }
}

/* ---------- HEADING AND SUBHEADING ALIGNMENT ---------- */
.hero-grid > div:first-child,
.section-head,
.two-col > div:not(.help-visual),
.faq-intro,
.cta-box > div:first-child {
  min-width: 0;
}

.hero h1,
.hero-sub,
.hero-checks {
  max-width: 640px;
}

.hero h1,
.hero-sub {
  text-align: left;
}

.section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-head .eyebrow,
.section-head h2,
.section-head > p,
.faq-intro .eyebrow,
.faq-intro h2,
.faq-intro > p,
.two-col > div:not(.help-visual) > .eyebrow,
.two-col > div:not(.help-visual) > h2,
.two-col > div:not(.help-visual) > p {
  width: 100%;
  max-width: 720px;
  text-align: center;
}

.section-head > p,
.faq-intro > p,
.two-col > div:not(.help-visual) > p {
  margin-left: auto;
  margin-right: auto;
}

.two-col > div:not(.help-visual) .hero-actions,
.faq-intro .btn {
  justify-content: center;
}

.cta-box h2,
.cta-box p {
  max-width: 760px;
  text-align: left;
}

@media (max-width: 980px) {
  .hero-grid > div:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .breadcrumb,
  .hero h1,
  .hero-sub,
  .hero-checks {
    width: 100%;
    max-width: 720px;
  }

  .hero h1,
  .hero-sub {
    text-align: center;
  }

  .hero-actions {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .breadcrumb,
  .hero h1,
  .hero-sub,
  .hero-checks,
  .section-head .eyebrow,
  .section-head h2,
  .section-head > p,
  .faq-intro .eyebrow,
  .faq-intro h2,
  .faq-intro > p,
  .two-col > div:not(.help-visual) > .eyebrow,
  .two-col > div:not(.help-visual) > h2,
  .two-col > div:not(.help-visual) > p,
  .cta-box h2,
  .cta-box p {
    max-width: 100%;
    text-align: center;
  }

  .breadcrumb,
  .cta-actions {
    justify-content: center;
  }
}
