﻿:root {
  --bg: #f4f7fb;
  --surface: #ffffff;
  --ink: #002147;
  --muted: #5b6b7c;
  --brand: #1f9d55;
  --brand-dark: #178a48;
  --brand-blue: #0f2a6b;
  --accent: #1f9d55;
  --line: #dde5ef;
  --ok: #1b7f4a;
  --warn: #b7791f;
  --danger: #b42318;
  --info: #1769aa;
  --shadow: 0 14px 40px rgba(0, 33, 71, 0.08);
  --radius: 16px;
  --font: "Poppins", "Noto Sans Malayalam", "Segoe UI", sans-serif;
  --sans: "Poppins", "Noto Sans Malayalam", "Segoe UI", sans-serif;
}
body.locale-ml {
  --sans: "Noto Sans Malayalam", "Poppins", "Segoe UI", sans-serif;
  --font: "Noto Sans Malayalam", "Poppins", "Segoe UI", sans-serif;
  font-family: var(--sans);
  line-height: 1.55;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  overflow-x: clip;
}
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background:
    radial-gradient(circle at top right, rgba(31,157,85,.08), transparent 30%),
    linear-gradient(180deg, #eef4fb 0%, var(--bg) 42%, #f7fafc 100%);
  min-height: 100vh;
  overflow-x: clip;
}
a { color: var(--brand-blue); text-decoration: none; }
a:hover { color: var(--brand); }
img { max-width: 100%; height: auto; }
h1,h2,h3,h4 { font-family: var(--font); line-height: 1.15; margin: 0 0 .6rem; color: var(--ink); }
p { color: var(--muted); line-height: 1.7; }

.container { width: 95%; max-width: none; margin: 0 auto; }

.topbar {
  background: #002147;
  color: #d7e3f0;
  font-size: .82rem;
}
.topbar a { color: #d7e3f0; font-weight: 500; }
.topbar a:hover { color: #fff; }
.topbar-inner {
  display: flex; justify-content: space-between; align-items: center;
  gap: 1rem; padding: .45rem 0; flex-wrap: wrap;
}
.topbar-left, .topbar-right { display: flex; gap: .9rem; align-items: center; }
.topbar-right span { opacity: .5; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem; padding: 1rem 0;
}
.nav-toggle.btn {
  display: none;
  margin-left: auto;
}
.brand {
  font-family: var(--font); font-size: 1.2rem; font-weight: 700; color: var(--ink);
  display: flex; align-items: center; gap: .65rem;
  flex-shrink: 0;
}
.brand-logo-img {
  height: 86px;
  width: auto;
  max-width: min(220px, 42vw);
  display: block;
  object-fit: contain;
  image-rendering: auto;
}
.footer-logo {
  height: 120px;
  width: auto;
  max-width: 280px;
  display: block;
  margin-bottom: .9rem;
  object-fit: contain;
}
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.brand-text {
  display: grid;
  gap: .05rem;
  line-height: 1.1;
}
.brand-text strong {
  font-size: 1.05rem;
  color: var(--brand-blue);
  letter-spacing: -.02em;
}
.brand-text em {
  font-style: normal;
  color: var(--brand);
}
.brand-text small {
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--brand);
}
body.locale-ml .brand-text small {
  text-transform: none;
  letter-spacing: 0;
  font-size: .68rem;
}
.login-tagline { display: none; }
.brand-mark {
  width: 36px; height: 36px; border-radius: 12px;
  background: linear-gradient(135deg, var(--brand), var(--brand-blue));
  display: grid; place-items: center; color: #fff; font-size: .9rem;
}
.nav-links {
  display: flex;
  gap: .75rem 1.05rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
}
.nav-links a { color: var(--ink); font-weight: 600; font-size: .9rem; white-space: nowrap; }
.nav-links a.nav-active {
  color: var(--brand);
  box-shadow: inset 0 -2px 0 var(--brand);
  padding-bottom: .15rem;
}
.nav-links .btn { white-space: nowrap; flex-shrink: 0; }
.nav-links .btn-cta { border-radius: 999px; padding: .55rem 1.05rem; }
.btn-ghost {
  background: #fff;
  border: 1.5px solid #c5d3e3;
  color: var(--brand-blue);
}
.btn-ghost:hover {
  border-color: var(--brand-blue);
  color: var(--brand-blue);
  background: #f5f9fc;
}
.btn-hero {
  border-radius: 999px;
  padding: .85rem 1.35rem;
  font-size: .95rem;
}
body.locale-ml .nav-links { gap: .5rem .85rem; }
body.locale-ml .nav-links a { font-size: .86rem; font-weight: 600; }
.btn, button.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
  border: 0; border-radius: 10px; padding: .75rem 1.2rem; font-weight: 700;
  cursor: pointer; font-family: var(--sans);
}
.btn-primary { background: var(--brand); color: #fff; }
.btn-primary:hover { background: var(--brand-dark); color: #fff; }
.btn-accent { background: var(--brand-blue); color: #fff; }
.btn-outline { background: transparent; border: 1.5px solid var(--brand); color: var(--brand-dark); }
.btn-sm { padding: .45rem .8rem; font-size: .85rem; }
.btn-danger { background: var(--danger); color: #fff; }

.auth-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(31,157,85,.12), transparent 45%),
    radial-gradient(ellipse at 90% 10%, rgba(15,42,107,.10), transparent 40%),
    linear-gradient(180deg, #eaf2fb 0%, #f7fafc 55%, #ffffff 100%);
}
.auth-topbar-inner .brand-logo-img {
  height: 86px;
  max-width: min(220px, 42vw);
}
.auth-topbar-inner {
  display: flex; align-items: center; justify-content: space-between; padding: .7rem 0;
}
.auth-top-links { display: flex; gap: 1rem; align-items: center; }
.auth-top-links a { font-weight: 600; color: var(--ink); }
.auth-main { flex: 1; display: grid; place-items: center; padding: 2rem 1rem; }
.auth-footer { text-align: center; padding: 1rem; color: #7a8899; font-size: .9rem; }
.login-shell { width: min(460px, 100%); }
.login-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  padding: 2rem 1.6rem 1.6rem;
}
.login-brand { text-align: center; margin-bottom: 1.1rem; }
.login-logo {
  width: min(340px, 92%);
  height: auto;
  max-height: 160px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.login-tagline { display: none; }
.login-title { text-align: center; font-size: 1.55rem; margin-bottom: .25rem; }
.login-sub { text-align: center; margin: 0 0 1.3rem; font-size: .92rem; }
.login-form .form-group label { color: var(--ink); font-weight: 600; }
.login-form input {
  border-radius: 10px; border: 1px solid #cfd9e6; padding: .85rem 1rem;
}
.login-form input:focus {
  outline: 2px solid rgba(31,157,85,.25); border-color: var(--brand);
}
.login-row {
  display: flex; justify-content: space-between; align-items: center;
  gap: .8rem; margin-bottom: 1.1rem; font-size: .9rem; flex-wrap: wrap;
}
.check-label {
  display: inline-flex; gap: .4rem; align-items: center; color: var(--muted); font-weight: 500;
}
.login-btn { width: 100%; border-radius: 10px; padding: .9rem 1.2rem; font-size: 1rem; }
.login-switch { text-align: center; margin: 1.1rem 0 .8rem; color: var(--muted); }
.login-switch a { font-weight: 700; color: var(--brand-blue); }
.login-demo {
  border-top: 1px dashed var(--line); padding-top: .9rem; display: grid; gap: .25rem;
  font-size: .78rem; color: var(--muted);
}
.login-demo strong { color: var(--ink); font-size: .82rem; }

.hero {
  display: grid; grid-template-columns: 1.2fr .8fr; gap: 2rem; align-items: center;
  padding: 3.5rem 0 2.5rem;
}
.hero-copy h1 { font-size: clamp(2.4rem, 5vw, 4rem); max-width: 12ch; color: var(--brand-blue); }
.hero-copy p { font-size: 1.08rem; max-width: 38ch; }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.4rem; }
.hero-panel {
  background: linear-gradient(160deg, #0f2a6b, #123f7a 55%, #1f9d55);
  color: #fff; border-radius: 28px; padding: 1.6rem; min-height: 320px;
  box-shadow: var(--shadow); position: relative; overflow: hidden;
}
.hero-panel::after {
  content: ""; position: absolute; inset: auto -40px -40px auto; width: 180px; height: 180px;
  background: rgba(255,255,255,.08); border-radius: 50%;
}
.hero-panel h2, .hero-panel p { color: #e8fff5; }
.stat-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: .8rem; margin-top: 1.2rem; }
.stat { background: rgba(255,255,255,.1); border-radius: 16px; padding: .9rem; }
.stat strong { display: block; font-size: 1.4rem; color: #fff; }

.section { padding: 2.5rem 0; }
.section-head { margin-bottom: 1.4rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.2rem; box-shadow: var(--shadow);
}
.card h3 { font-size: 1.25rem; }
.price { font-family: var(--font); font-size: 1.8rem; color: var(--brand-blue); }
.price s { color: var(--muted); font-size: 1rem; margin-right: .4rem; }

.site-footer {
  margin-top: 0; background: #002147; color: #d9ece4; padding: 2.5rem 0 1.5rem;
}
.site-footer a { color: #d9ece4; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 1.5rem; }
.flash {
  width: min(1120px, calc(100% - 2rem)); margin: 1rem auto 0; padding: .9rem 1rem;
  border-radius: 12px; font-weight: 600;
}
.flash-success { background: #e8f8ef; color: var(--ok); border: 1px solid #b7e4c7; }
.flash-error { background: #fdecec; color: var(--danger); border: 1px solid #f2c2c0; }

/* Toast + login popup notifications */
.kf-toast-root {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 12000;
  display: flex;
  flex-direction: column;
  gap: .65rem;
  width: min(360px, calc(100vw - 1.5rem));
  pointer-events: none;
}
.kf-toast {
  pointer-events: auto;
  background: #fff;
  border: 1px solid #d7e3f0;
  border-left: 4px solid #2563eb;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(0, 33, 71, .16);
  padding: .85rem 1rem .9rem;
  animation: kf-toast-in .28s ease;
}
.kf-toast.is-success { border-left-color: #1f9d55; }
.kf-toast.is-error { border-left-color: #dc2626; }
.kf-toast.is-info { border-left-color: #2563eb; }
.kf-toast-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .6rem;
}
.kf-toast-title {
  margin: 0;
  font-size: .92rem;
  font-weight: 700;
  color: #0d2b6b;
}
.kf-toast-msg {
  margin: .25rem 0 0;
  color: #3d5166;
  font-size: .88rem;
  line-height: 1.4;
  font-weight: 500;
}
.kf-toast-close {
  border: 0;
  background: transparent;
  color: #7a8899;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}
.kf-toast-link {
  display: inline-block;
  margin-top: .55rem;
  font-size: .82rem;
  font-weight: 700;
  color: var(--brand);
}
.kf-toast.is-out {
  opacity: 0;
  transform: translateY(-8px);
  transition: .2s ease;
}

.kf-login-overlay {
  position: fixed;
  inset: 0;
  z-index: 13000;
  background: rgba(8, 22, 48, .48);
  display: grid;
  place-items: center;
  padding: 1rem;
  animation: kf-toast-in .2s ease;
}
.kf-login-overlay.is-closing {
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}
body.kf-popup-open {
  overflow: hidden;
}
.kf-login-modal {
  width: min(440px, 100%);
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(0, 33, 71, .28);
  padding: 1.4rem 1.35rem 1.25rem;
  position: relative;
}
.kf-login-close {
  position: absolute;
  top: .7rem;
  right: .85rem;
  border: 0;
  background: transparent;
  font-size: 1.4rem;
  color: #7a8899;
  cursor: pointer;
  line-height: 1;
}
.kf-login-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  background: #eef8f2;
  margin-bottom: .85rem;
}
.kf-login-modal h3 {
  margin: 0 0 .4rem;
  color: #0d2b6b;
  font-size: 1.25rem;
}
.kf-login-msg {
  margin: 0 0 1rem;
  color: #3d5166;
  font-weight: 500;
  line-height: 1.45;
}
.kf-login-alerts {
  list-style: none;
  padding: 0;
  margin: 0 0 1.1rem;
  display: grid;
  gap: .55rem;
  max-height: 220px;
  overflow: auto;
}
.kf-login-alerts a,
.kf-login-alerts li {
  display: block;
  text-decoration: none;
  border: 1px solid #e6edf5;
  background: #f7fafc;
  border-radius: 12px;
  padding: .7rem .8rem;
  color: inherit;
}
.kf-login-alerts a:hover { border-color: #b7d4c4; background: #eef8f2; }
.kf-login-alerts strong {
  display: block;
  color: #0d2b6b;
  font-size: .9rem;
}
.kf-login-alerts span {
  display: block;
  margin-top: .2rem;
  color: #6b7c90;
  font-size: .8rem;
  font-weight: 500;
}
.kf-login-actions {
  display: flex;
  gap: .55rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@keyframes kf-toast-in {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 640px) {
  .kf-toast-root {
    top: auto;
    bottom: 1rem;
    right: .75rem;
    left: .75rem;
    width: auto;
  }
}

.auth-wrap { width: min(480px, calc(100% - 2rem)); margin: 2.5rem auto; }
.form-group { margin-bottom: 1rem; }
.form-group label { display: block; font-weight: 700; margin-bottom: .35rem; font-size: .9rem; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: .75rem .9rem; border: 1px solid var(--line); border-radius: 12px;
  background: #fff; font: inherit;
}
.form-group textarea { min-height: 110px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }

.portal { display: grid; grid-template-columns: 260px 1fr; min-height: 100vh; }
.sidebar {
  background: #002147; color: #dff3ea; padding: 1.2rem; position: sticky; top: 0; height: 100vh;
}
.sidebar .brand { color: #fff; margin-bottom: 1.5rem; }
.sidebar a {
  display: block; color: #cfe7dc; padding: .65rem .8rem; border-radius: 10px; margin-bottom: .25rem; font-weight: 600;
}
.sidebar a:hover, .sidebar a.active { background: rgba(255,255,255,.1); color: #fff; }
.portal-main { padding: 1.4rem; }
.page-title { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 1.2rem; flex-wrap: wrap; }
.table-wrap { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-bottom: 1.2rem; }
.metric { background: #fff; border-radius: 16px; padding: 1rem; border: 1px solid var(--line); }
.metric span { color: var(--muted); font-size: .85rem; }
.metric strong { display: block; font-size: 1.5rem; margin-top: .3rem; }

.table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 16px; overflow: hidden; }
.table th, .table td { padding: .85rem 1rem; border-bottom: 1px solid var(--line); text-align: left; font-size: .92rem; }
.table th { background: #eef4fb; font-size: .8rem; text-transform: uppercase; letter-spacing: .04em; }

.badge { display: inline-block; padding: .25rem .55rem; border-radius: 999px; font-size: .75rem; font-weight: 700; text-transform: capitalize; }
.badge-ok { background: #e5f6ec; color: var(--ok); }
.badge-warn { background: #fff4df; color: var(--warn); }
.badge-danger { background: #fdecec; color: var(--danger); }
.badge-info { background: #e7f2fb; color: var(--info); }
.badge-muted { background: #eef1ef; color: var(--muted); }

.timeline { list-style: none; padding: 0; margin: 0; }
.timeline li { position: relative; padding: 0 0 1.2rem 1.2rem; border-left: 2px solid var(--line); }
.timeline li::before {
  content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--brand);
  position: absolute; left: -6px; top: .25rem;
}
.steps { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 1rem; }
.step-pill { padding: .4rem .7rem; border-radius: 999px; background: #e8f2ec; font-size: .8rem; font-weight: 700; }
.cookie {
  position: fixed; bottom: 1rem; left: 1rem; right: 1rem; max-width: 520px;
  background: #002147; color: #fff; padding: 1rem; border-radius: 16px; z-index: 100;
  display: none;
}
.nav-links a.nav-active { color: var(--brand); }

/* Full-width login / auth */
.auth-hero {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  min-height: calc(100vh - 150px);
  width: 100%;
}
.auth-hero-visual {
  background:
    linear-gradient(120deg, rgba(0,33,71,.88), rgba(31,157,85,.55)),
    linear-gradient(160deg, #0f2a6b, #123f7a 50%, #1f9d55);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 3.5rem clamp(1.2rem, 5vw, 4.5rem);
  position: relative;
  overflow: hidden;
}
.auth-hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(255,255,255,.12), transparent 25%),
    radial-gradient(circle at 10% 90%, rgba(31,157,85,.25), transparent 30%);
  pointer-events: none;
}
.auth-hero-overlay { position: relative; z-index: 1; max-width: 560px; }
.auth-hero-overlay .eyebrow {
  display: inline-block;
  background: rgba(255,255,255,.14);
  color: #fff;
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .35rem .7rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}
.auth-hero-overlay h1 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.2rem);
  max-width: 12ch;
  margin-bottom: 1rem;
}
.auth-hero-overlay h1 span { color: #8dffb4; }
.auth-hero-overlay p { color: #e7eef8; font-size: 1.05rem; max-width: 38ch; }
.auth-points {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: grid;
  gap: .7rem;
}
.auth-points li {
  color: #fff;
  font-weight: 600;
  padding-left: 1.6rem;
  position: relative;
}
.auth-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #8dffb4;
  font-weight: 800;
}
.auth-hero-form {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 1.25rem;
  background: #f4f7fb;
}
.auth-hero-simple {
  grid-template-columns: 1fr;
  min-height: calc(100vh - 160px);
  background: #f4f7fb;
}
.auth-hero-form-center { width: 100%; }
.login-card-wide { width: min(460px, 100%); margin: 0; }
.social-row { display: flex; gap: .45rem; margin-top: .9rem; }
.social-row span {
  width: 32px; height: 32px; border-radius: 50%;
  display: grid; place-items: center; font-size: .7rem; font-weight: 800;
  background: #1f9d55; color: #fff; text-transform: uppercase;
}
.social-row span:nth-child(2) { background: #25d366; }
.social-row span:nth-child(3) { background: #e1306c; }
.social-row span:nth-child(4) { background: #ff0000; }
.social-row span:nth-child(5) { background: #0a66c2; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  margin-top: 1.5rem;
  padding-top: 1rem;
}
.footer-bottom p { color: #9db0c5; margin: 0; font-size: .88rem; }

.cookie.show { display: block; }

/* ========== Hero Pro (mockup-matched) ========== */
.hero-pro {
  position: relative;
  padding: 2.8rem 0 0;
  overflow: hidden;
}
.hero-pro-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(1.05);
  transform: scale(1.02);
}
.hero-pro-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(255,255,255,.96) 0%, rgba(248,251,253,.92) 38%, rgba(248,251,253,.72) 58%, rgba(248,251,253,.42) 100%),
    linear-gradient(180deg, rgba(0,33,71,.08), rgba(255,255,255,.55));
}
.hero-pro-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 1.5rem;
  align-items: center;
  padding-bottom: 1.5rem;
}
.pill-outline {
  display: inline-block;
  border: 1.5px solid rgba(31,157,85,.45);
  color: var(--brand-dark);
  background: rgba(255,255,255,.75);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: .4rem .75rem;
  border-radius: 999px;
  margin-bottom: 1rem;
  max-width: 100%;
  line-height: 1.35;
}
body.locale-ml .pill-outline {
  text-transform: none;
  letter-spacing: 0;
  font-size: .82rem;
  font-weight: 600;
}
.hero-pro-copy h1 {
  font-size: clamp(2.3rem, 4.8vw, 3.7rem);
  color: var(--brand-blue);
  max-width: 13ch;
  line-height: 1.12;
  margin-bottom: .9rem;
}
body.locale-ml .hero-pro-copy h1 {
  max-width: 18ch;
  font-size: clamp(1.7rem, 3.6vw, 2.55rem);
  line-height: 1.35;
  font-weight: 800;
}
.text-green { color: var(--brand); }
.hero-pro-copy .lead {
  max-width: 40ch;
  font-size: 1.05rem;
  margin-bottom: 1.2rem;
  color: #3d5166;
  font-weight: 500;
}
body.locale-ml .hero-pro-copy .lead { max-width: 46ch; line-height: 1.55; }
.hero-trust-icons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem 1rem;
  margin-bottom: 1.35rem;
  max-width: 440px;
}
.hero-trust-icons div {
  display: flex;
  align-items: center;
  gap: .55rem;
  min-height: 32px;
  font-size: .86rem;
  font-weight: 700;
  color: var(--ink);
}
.hero-trust-icons i {
  flex: 0 0 auto;
  width: 30px; height: 30px; border-radius: 8px;
  display: inline-flex; align-items: center; justify-content: center;
  background: #e8f7ef; color: var(--brand-dark);
  font-style: normal; font-size: .85rem; line-height: 1;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  align-items: center;
}
.hero-actions .btn { white-space: nowrap; }
body.locale-ml .hero-actions .btn { white-space: normal; text-align: center; line-height: 1.3; }
.hero-pro-visual {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.hero-product-img {
  width: min(520px, 100%);
  height: auto;
  filter: drop-shadow(0 22px 40px rgba(0,33,71,.18));
}

.quick-apply-float {
  position: relative;
  z-index: 2;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 22px 50px rgba(0,33,71,.12);
  overflow: hidden;
  display: grid;
  grid-template-columns: .9fr 1.7fr .9fr;
  align-items: stretch;
}
.quick-apply-head {
  background: linear-gradient(135deg, #1f9d55, #0f2a6b);
  color: #fff;
  padding: 1.35rem 1.4rem;
  display: flex;
  align-items: center;
}
.quick-apply-head h2 { color: #fff; margin: 0 0 .25rem; font-size: 1.35rem; }
.quick-apply-head p { color: #dff5e9; margin: 0; font-size: .9rem; line-height: 1.4; }
.quick-apply-body {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.quick-apply-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: .65rem;
  align-items: center;
  padding: 1.05rem .9rem;
  border-right: 1px solid var(--line);
  color: var(--ink);
  min-width: 0;
}
.quick-apply-item:last-child { border-right: 0; }
.quick-apply-item:hover { background: #f7fbf8; }
.qi {
  width: 42px; height: 42px; border-radius: 12px;
  display: grid; place-items: center; font-size: 1.15rem;
  flex-shrink: 0;
}
.tone-green { background: #e8f7ef; }
.tone-blue { background: #e8f1fb; }
.tone-purple { background: #f1eafb; }
.qi-text { min-width: 0; }
.qi-text strong {
  display: block;
  font-size: .88rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.qi-text small { color: var(--muted); font-weight: 600; }
body.locale-ml .qi-text strong { font-size: .82rem; font-weight: 700; }
.quick-apply-item em { color: var(--brand); font-style: normal; font-weight: 800; }
.quick-apply-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .55rem;
  align-content: center;
  padding: 1rem;
  background: #f4f8fc;
}
.quick-apply-stats div {
  text-align: center;
  background: #fff;
  border-radius: 12px;
  padding: .7rem .35rem;
  border: 1px solid var(--line);
}
.quick-apply-stats strong { display: block; color: var(--brand-blue); font-size: .95rem; }
.quick-apply-stats span { font-size: .7rem; color: var(--muted); font-weight: 600; line-height: 1.25; }

.feature-bar {
  background: #eef3f8;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 1.35rem 0;
  margin-top: 1.75rem;
}
.feature-bar-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .8rem 1rem;
}
.feature-bar-item {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-weight: 700;
  color: #35506a;
  font-size: .88rem;
}
.feature-bar-item span {
  width: 30px; height: 30px; border-radius: 9px;
  display: grid; place-items: center;
  background: #fff; border: 1px solid var(--line);
}

.service-grid-pro { gap: 1.1rem; }
.service-card-pro {
  border-radius: 20px;
  padding: 1.45rem;
  border: 1px solid transparent;
  box-shadow: 0 14px 34px rgba(0,33,71,.06);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.service-card-pro.tone-green { background: linear-gradient(180deg, #eefaf3, #f7fcf9); }
.service-card-pro.tone-blue { background: linear-gradient(180deg, #eef4fb, #f7faff); }
.service-card-pro.tone-purple { background: linear-gradient(180deg, #f5effc, #fbf8ff); }
.service-card-pro h3 {
  margin: 0 0 .55rem;
  color: var(--brand-blue);
  font-size: 1.2rem;
  line-height: 1.35;
  min-height: 2.7em;
}
.service-card-pro > p {
  margin: 0;
  color: #3d5166;
  font-weight: 500;
  line-height: 1.5;
  font-size: .95rem;
  min-height: 4.5em;
}
.service-card-pro ul {
  list-style: none; padding: 0; margin: .8rem 0 1rem;
  display: grid; gap: .45rem;
}
.service-card-pro li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--ink);
  font-weight: 600;
  font-size: .9rem;
}
.service-card-pro li::before {
  content: "✓";
  position: absolute;
  left: 0;
  font-weight: 800;
}
.service-card-pro.tone-green li::before { color: #1f9d55; }
.service-card-pro.tone-blue li::before { color: #2563eb; }
.service-card-pro.tone-purple li::before { color: #7c3aed; }
.service-card-pro .service-price { margin-top: auto; }
.service-cta {
  align-self: flex-start;
  color: #fff !important;
}
.service-card-pro.tone-green .service-cta { background: #1f9d55; }
.service-card-pro.tone-blue .service-cta { background: #2563eb; }
.service-card-pro.tone-purple .service-cta { background: #7c3aed; }

@media (max-width: 960px) {
  .hero-pro-inner,
  .quick-apply-float,
  .quick-apply-body { grid-template-columns: 1fr; }
  .hero-pro-copy h1 { max-width: none; }
  .quick-apply-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-apply-float { margin-bottom: 0; }
  .feature-bar { padding-top: 1.2rem; margin-top: 1rem; }
}

.section { padding: 3.4rem 0; }
.section-head { margin-bottom: 1.6rem; }
.section-head.center { text-align: center; max-width: 680px; margin-left: auto; margin-right: auto; margin-bottom: 2rem; }
.section-head.light h2, .section-head.light p { color: #fff; }
.section-head h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); }
.eyebrow, .pill {
  display: inline-block;
  background: rgba(31,157,85,.12);
  color: var(--brand-dark);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: .4rem .75rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}
.eyebrow.light { background: rgba(255,255,255,.12); color: #d7f7e4; }
.btn-ghost {
  background: #fff;
  color: var(--brand-blue);
  border: 1.5px solid #c9d7e8;
}
.btn-ghost:hover { border-color: var(--brand); color: var(--brand-dark); }
.band-white { background: #fff; }
.band-soft { background: #f5f8fc; }
.band-navy { background: linear-gradient(135deg, #002147, #0f2a6b); }

.service-grid, .review-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.service-card, .process-card, .review-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.35rem;
  box-shadow: 0 10px 28px rgba(0,33,71,.05);
}
.service-card:hover, .process-card:hover { transform: translateY(-3px); transition: .2s ease; box-shadow: var(--shadow); }
.service-icon {
  width: 52px; height: 52px; border-radius: 14px;
  display: grid; place-items: center; background: #eef8f2; font-size: 1.4rem; margin-bottom: .9rem;
}
.service-price { display: flex; align-items: baseline; gap: .45rem; margin: 1rem 0; }
.service-price s { color: var(--muted); }
.service-price strong { color: var(--brand-blue); font-size: 1.45rem; }
.service-price small { color: var(--muted); font-weight: 600; }

.process-card {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.process-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .95rem;
}
.process-num {
  width: 42px; height: 42px; border-radius: 12px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--brand), #0f2a6b);
  color: #fff; font-weight: 800; font-size: .92rem;
}
.process-icon {
  width: 42px; height: 42px; border-radius: 12px;
  display: grid; place-items: center;
  background: #eef8f2;
  font-size: 1.15rem;
}
.process-card h3 {
  margin: 0 0 .45rem;
  font-size: 1.05rem;
  color: var(--brand-blue);
}
.process-card p {
  margin: 0;
  color: #3d5166;
  font-size: .95rem;
  line-height: 1.55;
  font-weight: 500;
}
.process-connector {
  display: none;
}
@media (min-width: 1101px) {
  .process-connector {
    display: block;
    position: absolute;
    top: 2.05rem;
    right: -0.65rem;
    width: 1.3rem;
    height: 2px;
    background: linear-gradient(90deg, #b7e0c8, #1f9d55);
    z-index: 1;
  }
  .process-connector::after {
    content: "";
    position: absolute;
    right: -2px;
    top: -3px;
    border: 4px solid transparent;
    border-left-color: #1f9d55;
  }
}

.why-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 2rem; align-items: start;
}
.check-list { list-style: none; padding: 0; margin: 1.2rem 0 1.4rem; }
.check-list li {
  position: relative; padding: .55rem 0 .55rem 1.7rem;
  color: var(--ink); font-weight: 600;
}
.check-list li::before {
  content: "✓"; position: absolute; left: 0; color: var(--brand); font-weight: 800;
}
.why-panels { display: grid; gap: .9rem; }
.why-panel {
  background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 1.1rem 1.2rem;
  border-left: 4px solid var(--brand);
}
.why-panel strong { display: block; margin-bottom: .25rem; color: var(--brand-blue); }

.review-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); color: #fff; }
.review-card p { color: #d7e6f5; }
.review-card strong { color: #fff; }
.stars { color: #ffd166; margin-bottom: .5rem; letter-spacing: .08em; }

.dual-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: start; }
.blog-list, .faq-list { display: grid; gap: .75rem; }
.blog-item, .faq-item {
  display: block; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 1rem 1.1rem;
}
.blog-item:hover, .faq-item[open] {
  border-color: #b7d7c4;
  box-shadow: 0 8px 22px rgba(0,33,71,.06);
}
.blog-item strong { display: block; color: var(--brand-blue); margin-bottom: .25rem; }
.blog-item span { color: #3d5166; font-size: .92rem; font-weight: 500; line-height: 1.45; }
.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--brand-blue);
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  line-height: 1.4;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before {
  content: "+";
  flex: 0 0 auto;
  width: 22px; height: 22px;
  border-radius: 7px;
  display: grid; place-items: center;
  background: #eef8f2;
  color: var(--brand);
  font-weight: 800;
  font-size: .95rem;
  margin-top: .05rem;
}
.faq-item[open] summary::before { content: "–"; }
.faq-item p {
  margin: .75rem 0 0 1.85rem;
  color: #3d5166;
  font-weight: 500;
  line-height: 1.55;
}
.text-link { display: inline-block; margin-top: 1rem; font-weight: 700; color: var(--brand-blue); }

/* ========== Service detail page ========== */
.service-detail {
  padding: 2rem 0 2.5rem;
  background:
    radial-gradient(circle at 85% 10%, rgba(31,157,85,.10), transparent 28%),
    linear-gradient(180deg, #eef4fb 0%, #f7fafc 100%);
}
.service-detail.tone-blue {
  background:
    radial-gradient(circle at 85% 10%, rgba(37,99,235,.12), transparent 28%),
    linear-gradient(180deg, #eef4fb 0%, #f7fafc 100%);
}
.service-detail.tone-purple {
  background:
    radial-gradient(circle at 85% 10%, rgba(124,58,237,.12), transparent 28%),
    linear-gradient(180deg, #f5f0fb 0%, #f7fafc 100%);
}
.service-detail-hero {
  display: grid;
  grid-template-columns: 1.35fr .85fr;
  gap: 1.5rem;
  align-items: start;
}
.service-breadcrumb {
  display: flex; flex-wrap: wrap; gap: .4rem; align-items: center;
  margin-bottom: 1rem; font-size: .86rem; color: var(--muted); font-weight: 600;
}
.service-breadcrumb a { color: var(--brand-blue); }
.service-detail-copy h1 {
  margin: .35rem 0 .75rem;
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
  color: var(--brand-blue);
  line-height: 1.2;
}
.service-detail-copy .lead {
  max-width: 54ch;
  color: #3d5166;
  font-size: 1.05rem;
  font-weight: 500;
  margin-bottom: 1.1rem;
}
.service-detail-points {
  list-style: none; padding: 0; margin: 0 0 1.35rem;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem .9rem;
  max-width: 560px;
}
.service-detail-points li {
  position: relative;
  padding-left: 1.4rem;
  font-weight: 600;
  color: var(--ink);
  font-size: .92rem;
}
.service-detail-points li::before {
  content: "✓";
  position: absolute; left: 0;
  color: var(--brand); font-weight: 800;
}
.service-detail.tone-blue .service-detail-points li::before { color: #2563eb; }
.service-detail.tone-purple .service-detail-points li::before { color: #7c3aed; }
.service-detail-actions { display: flex; flex-wrap: wrap; gap: .7rem; }

.service-price-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 1.45rem 1.4rem;
  box-shadow: 0 18px 40px rgba(0,33,71,.08);
  position: sticky;
  top: 96px;
}
.service-price-icon {
  width: 54px; height: 54px; border-radius: 16px;
  display: grid; place-items: center; font-size: 1.45rem;
  background: #eef4fb; margin-bottom: .85rem;
}
.service-detail.tone-green .service-price-icon { background: #e8f7ef; }
.service-detail.tone-purple .service-price-icon { background: #f1eafb; }
.service-price-label { margin: 0; color: var(--muted); font-weight: 600; font-size: .9rem; }
.service-price-row {
  display: flex; align-items: baseline; gap: .55rem; margin: .35rem 0 .55rem;
}
.service-price-row s { color: var(--muted); font-size: 1rem; }
.service-price-row strong { color: var(--brand-blue); font-size: 2rem; line-height: 1; }
.service-save {
  display: inline-block;
  background: #e8f7ef; color: var(--brand-dark);
  font-size: .78rem; font-weight: 700;
  padding: .28rem .55rem; border-radius: 999px; margin-bottom: .9rem;
}
.service-price-meta {
  list-style: none; padding: 0; margin: 0 0 1.1rem;
  display: grid; gap: .45rem;
}
.service-price-meta li {
  color: #3d5166; font-weight: 600; font-size: .9rem;
  padding-left: 1.15rem; position: relative;
}
.service-price-meta li::before {
  content: "•"; position: absolute; left: 0; color: var(--brand);
}
.service-price-cta { width: 100%; margin-bottom: .7rem; }
.service-price-note { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.45; }

.service-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.service-step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.2rem;
  box-shadow: 0 10px 28px rgba(0,33,71,.04);
}
.service-step-num {
  display: inline-grid; place-items: center;
  width: 40px; height: 40px; border-radius: 12px;
  background: linear-gradient(135deg, var(--brand), #0f2a6b);
  color: #fff; font-weight: 800; font-size: .9rem; margin-bottom: .8rem;
}
.service-step h3 { margin: 0 0 .35rem; color: var(--brand-blue); font-size: 1.02rem; }
.service-step p { margin: 0; color: #3d5166; font-weight: 500; font-size: .92rem; line-height: 1.5; }

.service-docs-grid {
  display: grid;
  grid-template-columns: .9fr 1.3fr;
  gap: 1.5rem;
  align-items: start;
}
.service-docs-panels { display: grid; gap: 1rem; }
.service-docs-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.2rem 1.25rem;
  box-shadow: 0 10px 28px rgba(0,33,71,.04);
}
.service-docs-card h3 { margin: 0 0 .85rem; color: var(--brand-blue); font-size: 1.05rem; }
.service-docs-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .55rem; }
.service-docs-card li {
  display: flex; justify-content: space-between; align-items: center; gap: .75rem;
  padding: .7rem .8rem;
  background: #f7fafc;
  border: 1px solid #e6edf5;
  border-radius: 12px;
  font-weight: 600;
  color: var(--ink);
}
.service-docs-card li em {
  font-style: normal;
  font-size: .72rem;
  font-weight: 700;
  color: var(--brand-dark);
  background: #e8f7ef;
  padding: .2rem .45rem;
  border-radius: 999px;
  white-space: nowrap;
}

@media (max-width: 960px) {
  .service-detail-hero,
  .service-steps,
  .service-docs-grid,
  .service-detail-points {
    grid-template-columns: 1fr;
  }
  .service-price-card { position: static; }
}

/* ========== Pricing page ========== */
.pricing-page {
  padding: 2.2rem 0 2.8rem;
  background:
    radial-gradient(circle at 12% 0%, rgba(31,157,85,.10), transparent 26%),
    linear-gradient(180deg, #eef4fb 0%, #f7fafc 55%, #ffffff 100%);
}
.pricing-hero { margin-bottom: 1.8rem; }
.pricing-hero h1 {
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  color: var(--brand-blue);
  margin-bottom: .55rem;
}
.pricing-hero p {
  max-width: 52ch;
  margin: 0 auto;
  color: #3d5166;
  font-weight: 500;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  align-items: stretch;
}
.pricing-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 1.45rem 1.3rem 1.3rem;
  box-shadow: 0 14px 34px rgba(0,33,71,.06);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.pricing-card.tone-green { background: linear-gradient(180deg, #eefaf3, #ffffff 42%); }
.pricing-card.tone-blue { background: linear-gradient(180deg, #eef4fb, #ffffff 42%); }
.pricing-card.tone-purple { background: linear-gradient(180deg, #f5effc, #ffffff 42%); }
.pricing-card.is-featured {
  border-color: rgba(37,99,235,.35);
  box-shadow: 0 18px 42px rgba(15,42,107,.12);
  transform: translateY(-4px);
}
.pricing-badge {
  position: absolute;
  top: 1rem; right: 1rem;
  background: #0f2a6b;
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  padding: .28rem .55rem;
  border-radius: 999px;
}
.pricing-card.tone-green .pricing-badge { background: #1f9d55; }
.pricing-card.tone-purple .pricing-badge { background: #7c3aed; }
.pricing-icon {
  width: 52px; height: 52px; border-radius: 16px;
  display: grid; place-items: center; font-size: 1.4rem;
  background: rgba(255,255,255,.9);
  box-shadow: 0 8px 18px rgba(0,33,71,.06);
  margin-bottom: .9rem;
}
.pricing-card h2 {
  margin: 0 0 .4rem;
  color: var(--brand-blue);
  font-size: 1.2rem;
  line-height: 1.3;
  min-height: 2.6em;
}
.pricing-desc {
  margin: 0 0 1rem;
  color: #3d5166;
  font-weight: 500;
  font-size: .92rem;
  line-height: 1.5;
  min-height: 3.2em;
}
.pricing-amount {
  display: flex; align-items: baseline; gap: .5rem; margin-bottom: .45rem;
}
.pricing-amount s { color: var(--muted); font-size: 1rem; }
.pricing-amount strong { color: var(--brand-blue); font-size: 2rem; line-height: 1; }
.pricing-save {
  display: inline-block;
  background: #e8f7ef;
  color: var(--brand-dark);
  font-size: .78rem;
  font-weight: 700;
  padding: .25rem .55rem;
  border-radius: 999px;
  margin-bottom: .9rem;
}
.pricing-meta {
  list-style: none; padding: 0; margin: 0 0 1rem;
  display: grid; gap: .35rem;
}
.pricing-meta li {
  color: #3d5166; font-size: .88rem; font-weight: 600;
}
.pricing-points {
  list-style: none; padding: 0; margin: 0 0 1.2rem;
  display: grid; gap: .45rem;
}
.pricing-points li {
  position: relative;
  padding-left: 1.3rem;
  font-size: .9rem;
  font-weight: 600;
  color: var(--ink);
}
.pricing-points li::before {
  content: "✓";
  position: absolute; left: 0;
  color: var(--brand); font-weight: 800;
}
.pricing-card.tone-blue .pricing-points li::before { color: #2563eb; }
.pricing-card.tone-purple .pricing-points li::before { color: #7c3aed; }
.pricing-actions {
  margin-top: auto;
  display: grid;
  gap: .55rem;
  justify-items: start;
}
.pricing-actions .btn { width: 100%; }
.pricing-notes {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.pricing-note {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1rem 1.1rem;
}
.pricing-note strong { display: block; color: var(--brand-blue); margin-bottom: .3rem; }
.pricing-note p { margin: 0; color: #3d5166; font-weight: 500; font-size: .92rem; line-height: 1.45; }

@media (max-width: 960px) {
  .pricing-grid,
  .pricing-notes { grid-template-columns: 1fr; }
  .pricing-card.is-featured { transform: none; }
  .pricing-card h2,
  .pricing-desc { min-height: 0; }
}

/* ========== Knowledge Center ========== */
.knowledge-page {
  padding: 2.2rem 0 2.8rem;
  background:
    radial-gradient(circle at 88% 0%, rgba(31,157,85,.10), transparent 26%),
    linear-gradient(180deg, #eef4fb 0%, #f7fafc 50%, #ffffff 100%);
}
.knowledge-hero { margin-bottom: 1.6rem; }
.knowledge-hero h1 {
  font-size: clamp(1.85rem, 3.3vw, 2.55rem);
  color: var(--brand-blue);
  margin-bottom: .55rem;
}
.knowledge-hero p {
  max-width: 58ch;
  margin: 0 auto;
  color: #3d5166;
  font-weight: 500;
}
.knowledge-topics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}
.knowledge-topic {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: .8rem;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1rem 1.1rem;
  box-shadow: 0 10px 28px rgba(0,33,71,.05);
  color: var(--ink);
}
.knowledge-topic:hover { border-color: #b7d7c4; transform: translateY(-2px); transition: .2s ease; }
.knowledge-topic-icon {
  width: 46px; height: 46px; border-radius: 14px;
  display: grid; place-items: center;
  background: #eef8f2; font-size: 1.25rem;
}
.knowledge-topic strong { display: block; color: var(--brand-blue); margin-bottom: .2rem; }
.knowledge-topic small { color: #3d5166; font-weight: 500; line-height: 1.4; }
.knowledge-topic em { color: var(--brand); font-style: normal; font-weight: 800; }

.knowledge-layout {
  display: grid;
  grid-template-columns: 1.45fr .9fr;
  gap: 1.4rem;
  align-items: start;
}
.knowledge-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.knowledge-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.25rem;
  box-shadow: 0 10px 28px rgba(0,33,71,.05);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.knowledge-card.tone-green { background: linear-gradient(180deg, #eefaf3, #fff 40%); }
.knowledge-card.tone-blue { background: linear-gradient(180deg, #eef4fb, #fff 40%); }
.knowledge-card.tone-purple { background: linear-gradient(180deg, #f5effc, #fff 40%); }
.knowledge-type {
  display: inline-flex; align-items: center; gap: .35rem;
  font-size: .78rem; font-weight: 700; color: var(--brand-dark);
  background: rgba(255,255,255,.85);
  border-radius: 999px; padding: .28rem .55rem;
  margin-bottom: .8rem;
}
.knowledge-card h3 {
  margin: 0 0 .45rem;
  color: var(--brand-blue);
  font-size: 1.08rem;
  line-height: 1.35;
}
.knowledge-card p {
  margin: 0 0 1rem;
  color: #3d5166;
  font-weight: 500;
  font-size: .92rem;
  line-height: 1.5;
  flex: 1;
}
.knowledge-read {
  color: var(--muted);
  font-size: .86rem;
  font-weight: 600;
}
.knowledge-empty {
  background: #fff;
  border: 1px dashed var(--line);
  border-radius: 16px;
  padding: 1.4rem;
  color: var(--muted);
}

.knowledge-side { display: grid; gap: 1rem; }
.knowledge-side-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.2rem;
  box-shadow: 0 10px 28px rgba(0,33,71,.05);
}
.knowledge-side-card h3 {
  margin: 0 0 .9rem;
  color: var(--brand-blue);
  font-size: 1.05rem;
}
.knowledge-blog-list { display: grid; gap: .7rem; margin-bottom: .7rem; }
.knowledge-blog-list a {
  display: block;
  padding: .75rem .8rem;
  border-radius: 12px;
  background: #f7fafc;
  border: 1px solid #e6edf5;
  color: var(--ink);
}
.knowledge-blog-list a:hover { border-color: #b7d7c4; }
.knowledge-blog-list strong { display: block; color: var(--brand-blue); margin-bottom: .2rem; font-size: .92rem; }
.knowledge-blog-list span { color: #3d5166; font-size: .84rem; font-weight: 500; line-height: 1.4; }
.knowledge-faq-list { display: grid; gap: .55rem; margin-bottom: .7rem; }
.knowledge-faq-list details {
  border: 1px solid #e6edf5;
  border-radius: 12px;
  padding: .7rem .8rem;
  background: #f7fafc;
}
.knowledge-faq-list summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--brand-blue);
  font-size: .9rem;
  list-style: none;
}
.knowledge-faq-list summary::-webkit-details-marker { display: none; }
.knowledge-faq-list p {
  margin: .55rem 0 0;
  color: #3d5166;
  font-weight: 500;
  font-size: .88rem;
  line-height: 1.5;
}
.muted { color: var(--muted); }

@media (max-width: 960px) {
  .knowledge-topics,
  .knowledge-layout,
  .knowledge-grid { grid-template-columns: 1fr; }
}

/* ========== Blog article ========== */
.blog-article-page {
  padding: 1.8rem 0 2.8rem;
  background:
    radial-gradient(circle at 10% 0%, rgba(31,157,85,.08), transparent 24%),
    linear-gradient(180deg, #eef4fb 0%, #f7fafc 42%, #ffffff 100%);
}
.blog-article-wrap { max-width: 920px; }
.blog-article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(0,33,71,.06);
  overflow: hidden;
}
.blog-article-header {
  padding: 1.8rem 1.8rem 1.2rem;
  background: linear-gradient(135deg, #eefaf3, #eef4fb);
  border-bottom: 1px solid var(--line);
}
.blog-article-header h1 {
  margin: .35rem 0 .7rem;
  color: var(--brand-blue);
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  line-height: 1.25;
}
.blog-article-lead {
  margin: 0 0 1rem;
  color: #3d5166;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.55;
  max-width: 58ch;
}
.blog-article-meta {
  display: flex; flex-wrap: wrap; gap: .45rem .7rem;
  align-items: center;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 600;
}
.blog-article-meta strong { color: var(--ink); }
.blog-article-body {
  padding: 1.6rem 1.8rem 1.2rem;
  color: #243447;
  font-size: 1.02rem;
  line-height: 1.7;
  font-weight: 500;
}
.blog-article-body h2,
.blog-article-body h3 {
  color: var(--brand-blue);
  margin: 1.4rem 0 .55rem;
  line-height: 1.3;
}
.blog-article-body p { margin: 0 0 1rem; }
.blog-article-body ul,
.blog-article-body ol {
  margin: 0 0 1.1rem;
  padding-left: 1.2rem;
  display: grid;
  gap: .45rem;
}
.blog-article-body li { padding-left: .15rem; }
.blog-article-body a { color: var(--brand-blue); font-weight: 700; }
.blog-article-footer {
  padding: 0 1.8rem 1.8rem;
}
.blog-article-cta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  background: linear-gradient(135deg, #1f9d55, #0f2a6b);
  border-radius: 18px;
  padding: 1.2rem 1.3rem;
  color: #fff;
}
.blog-article-cta h2 {
  margin: 0 0 .3rem;
  color: #fff;
  font-size: 1.2rem;
}
.blog-article-cta p {
  margin: 0;
  color: #e4f6ec;
  font-size: .92rem;
}
.blog-article-cta-actions {
  display: flex; flex-wrap: wrap; gap: .6rem;
}
.blog-article-cta-actions .btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.5);
}
.blog-article-cta-actions .btn-ghost:hover {
  background: rgba(255,255,255,.12);
  color: #fff;
}

.blog-related { margin-top: 1.6rem; }
.blog-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.blog-related-card {
  display: block;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.1rem;
  box-shadow: 0 10px 28px rgba(0,33,71,.05);
  color: var(--ink);
}
.blog-related-card:hover { border-color: #b7d7c4; transform: translateY(-2px); transition: .2s ease; }
.blog-related-card strong {
  display: block;
  color: var(--brand-blue);
  margin-bottom: .35rem;
  line-height: 1.35;
}
.blog-related-card span {
  color: #3d5166;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.45;
}

@media (max-width: 960px) {
  .blog-article-header,
  .blog-article-body,
  .blog-article-footer { padding-left: 1.15rem; padding-right: 1.15rem; }
  .blog-related-grid { grid-template-columns: 1fr; }
}

/* ========== Track application ========== */
.track-page {
  padding: 2.2rem 0 2.8rem;
  background:
    radial-gradient(circle at 85% 0%, rgba(31,157,85,.10), transparent 26%),
    linear-gradient(180deg, #eef4fb 0%, #f7fafc 48%, #ffffff 100%);
}
.track-hero { margin-bottom: 1.6rem; }
.track-hero h1 {
  font-size: clamp(1.85rem, 3.3vw, 2.55rem);
  color: var(--brand-blue);
  margin-bottom: .55rem;
}
.track-hero p {
  max-width: 56ch;
  margin: 0 auto;
  color: #3d5166;
  font-weight: 500;
}
.track-layout {
  display: grid;
  grid-template-columns: 1.2fr .9fr;
  gap: 1.2rem;
  align-items: start;
  max-width: 1080px;
  margin: 0 auto;
}
.track-form-card,
.track-side-card,
.track-result {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(0,33,71,.06);
}
.track-form-card { padding: 1.45rem 1.4rem 1.25rem; }
.track-form-head {
  display: flex; gap: .9rem; align-items: flex-start;
  margin-bottom: 1.2rem;
}
.track-form-icon {
  width: 48px; height: 48px; border-radius: 14px;
  display: grid; place-items: center;
  background: #e8f7ef; font-size: 1.25rem; flex-shrink: 0;
}
.track-form-head h2 {
  margin: 0 0 .25rem;
  color: var(--brand-blue);
  font-size: 1.2rem;
}
.track-form-head p {
  margin: 0;
  color: #3d5166;
  font-weight: 500;
  font-size: .92rem;
  line-height: 1.45;
}
.track-form .form-group input {
  border-radius: 12px;
  border: 1px solid #cfd9e6;
  padding: .85rem 1rem;
  width: 100%;
  font: inherit;
}
.track-form .form-group input:focus {
  outline: 2px solid rgba(31,157,85,.25);
  border-color: var(--brand);
}
.track-hint {
  margin: -.35rem 0 .85rem;
  color: #6b7c90;
  font-size: .82rem;
  font-weight: 600;
}
.track-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .55rem;
  margin: 0 0 1.15rem;
}
.track-step {
  text-align: center;
  padding: .7rem .4rem;
  border-radius: 14px;
  background: #f4f8fc;
  border: 1px solid #e4edf5;
}
.track-step span {
  display: inline-grid;
  place-items: center;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: #d7e3f0;
  color: #35506a;
  font-weight: 800;
  font-size: .85rem;
  margin-bottom: .35rem;
}
.track-step small {
  display: block;
  font-size: .72rem;
  font-weight: 700;
  color: #5a6b7d;
  line-height: 1.25;
}
.track-step.is-done {
  background: #e8f7ef;
  border-color: #c6ebd5;
}
.track-step.is-done span { background: #1f9d55; color: #fff; }
.track-step.is-current {
  background: #eaf2ff;
  border-color: #c7dbfd;
  box-shadow: 0 0 0 2px rgba(13,91,215,.12);
}
.track-step.is-current span { background: #0d5bd7; color: #fff; }
.track-alert {
  padding: .85rem 1rem;
  border-radius: 14px;
  margin-bottom: 1rem;
  font-weight: 650;
}
.track-alert.danger {
  background: #fdecec;
  color: #b42318;
  border: 1px solid #f5c6c2;
}
.track-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 0 0 1.15rem;
}
@media (max-width: 960px) {
  .track-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .track-steps { grid-template-columns: 1fr 1fr; }
}
.track-help {
  margin-top: 1rem;
  padding-top: .9rem;
  border-top: 1px dashed var(--line);
  color: var(--muted);
  font-size: .9rem;
  font-weight: 500;
}
.track-help a { font-weight: 700; color: var(--brand-blue); }

.track-side { display: grid; gap: 1rem; }
.track-side-card { padding: 1.2rem 1.25rem; }
.track-side-card.tone-soft {
  background: linear-gradient(180deg, #eefaf3, #fff 55%);
}
.track-side-card h3 {
  margin: 0 0 .7rem;
  color: var(--brand-blue);
  font-size: 1.05rem;
}
.track-side-card p {
  margin: 0 0 .9rem;
  color: #3d5166;
  font-weight: 500;
  font-size: .92rem;
  line-height: 1.5;
}
.track-side-list {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: .5rem;
}
.track-side-list li {
  position: relative;
  padding-left: 1.55rem;
  font-weight: 600;
  color: var(--ink);
  font-size: .92rem;
  line-height: 1.45;
}
.track-side-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.1rem;
  color: var(--brand);
  font-weight: 800;
  font-size: .95rem;
  line-height: 1.45;
}

.track-result {
  margin: 1.4rem auto 0;
  max-width: 1080px;
  padding: 1.4rem 1.45rem 1.5rem;
}
.track-result-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 1.1rem;
}
.track-result-head h2 {
  margin: .25rem 0 .2rem;
  color: var(--brand-blue);
  font-size: 1.45rem;
}
.track-result-service {
  margin: 0;
  color: #3d5166;
  font-weight: 600;
}
.track-result-badges {
  display: flex; gap: .8rem; flex-wrap: wrap;
}
.track-result-badges > div {
  background: #f7fafc;
  border: 1px solid #e6edf5;
  border-radius: 14px;
  padding: .65rem .85rem;
  min-width: 140px;
}
.track-result-badges small {
  display: block;
  color: var(--muted);
  font-weight: 700;
  font-size: .72rem;
  margin-bottom: .35rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.track-result-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  margin-bottom: 1.3rem;
}
.track-result-meta > div {
  background: #f7fafc;
  border: 1px solid #e6edf5;
  border-radius: 14px;
  padding: .85rem 1rem;
}
.track-result-meta strong {
  display: block;
  color: var(--muted);
  font-size: .78rem;
  margin-bottom: .25rem;
}
.track-result-meta span {
  color: var(--brand-blue);
  font-weight: 700;
}
.track-timeline-wrap h3 {
  margin: 0 0 1rem;
  color: var(--brand-blue);
  font-size: 1.1rem;
}
.track-timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0;
}
.track-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: .85rem;
  padding-bottom: 1.15rem;
}
.track-timeline li:last-child { padding-bottom: 0; }
.track-timeline li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 18px;
  bottom: 0;
  width: 2px;
  background: #d7e4f0;
}
.track-timeline-dot {
  width: 14px; height: 14px;
  border-radius: 50%;
  margin-top: .35rem;
  background: #fff;
  border: 3px solid #9bb8d3;
  z-index: 1;
}
.track-timeline li.is-current .track-timeline-dot {
  border-color: var(--brand);
  background: #e8f7ef;
  box-shadow: 0 0 0 4px rgba(31,157,85,.15);
}
.track-timeline-content strong {
  display: block;
  color: var(--brand-blue);
  margin-bottom: .15rem;
}
.track-timeline-content time {
  display: block;
  color: var(--muted);
  font-size: .84rem;
  font-weight: 600;
  margin-bottom: .35rem;
}
.track-timeline-content p {
  margin: 0;
  color: #3d5166;
  font-weight: 500;
  font-size: .92rem;
  line-height: 1.45;
}
.track-empty { color: var(--muted); font-weight: 500; }

@media (max-width: 960px) {
  .track-layout,
  .track-result-meta { grid-template-columns: 1fr; }
}

/* ========== About page ========== */
.about-page {
  padding: 2rem 0 2.8rem;
  background:
    radial-gradient(circle at 12% 0%, rgba(31,157,85,.10), transparent 26%),
    linear-gradient(180deg, #eef4fb 0%, #f7fafc 48%, #ffffff 100%);
}
.about-hero {
  display: grid;
  grid-template-columns: 1.35fr .85fr;
  gap: 1.4rem;
  align-items: start;
  margin-bottom: 2.4rem;
}
.about-hero-copy h1 {
  margin: .35rem 0 .85rem;
  color: var(--brand-blue);
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
  line-height: 1.2;
}
.about-intro {
  color: #3d5166;
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.7;
  max-width: 62ch;
  margin-bottom: 1.2rem;
}
.about-intro p { margin: 0 0 1rem; }
.about-intro p:last-child { margin-bottom: 0; }
.about-hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.2rem; }

.about-hero-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .8rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 1rem;
  box-shadow: 0 14px 34px rgba(0,33,71,.06);
}
.about-stat {
  background: linear-gradient(180deg, #eefaf3, #f7fafc);
  border: 1px solid #e6edf5;
  border-radius: 16px;
  padding: 1rem .9rem;
  text-align: center;
}
.about-stat strong {
  display: block;
  color: var(--brand-blue);
  font-size: 1.35rem;
  margin-bottom: .25rem;
}
.about-stat span {
  color: #3d5166;
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.35;
}

.about-vm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 2.4rem;
}
.about-vm-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1.4rem 1.35rem;
  box-shadow: 0 10px 28px rgba(0,33,71,.05);
}
.about-vm-card.tone-green {
  background: linear-gradient(180deg, #eefaf3, #fff 45%);
}
.about-vm-card h2 {
  margin: .35rem 0 .75rem;
  color: var(--brand-blue);
  font-size: 1.25rem;
  line-height: 1.3;
}
.about-vm-card > p {
  margin: 0;
  color: #3d5166;
  font-weight: 500;
  line-height: 1.65;
}
.about-mission-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: .55rem;
}
.about-mission-list li {
  position: relative;
  padding-left: 1.35rem;
  color: #243447;
  font-weight: 600;
  font-size: .95rem;
  line-height: 1.45;
}
.about-mission-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--brand);
  font-weight: 800;
}

.about-values { margin-bottom: 2.4rem; }
.about-values-grid,
.about-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.about-value-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.2rem;
  box-shadow: 0 10px 28px rgba(0,33,71,.05);
}
.about-value-icon {
  width: 42px; height: 42px; border-radius: 12px;
  display: grid; place-items: center;
  background: #e8f7ef;
  margin-bottom: .8rem;
  font-size: 1.1rem;
}
.about-value-card h3 {
  margin: 0 0 .35rem;
  color: var(--brand-blue);
  font-size: 1.02rem;
}
.about-value-card p {
  margin: 0;
  color: #3d5166;
  font-weight: 500;
  font-size: .9rem;
  line-height: 1.5;
}

.about-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.about-service-card {
  display: grid;
  gap: .45rem;
  background: linear-gradient(180deg, #eef4fb, #fff 40%);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.25rem;
  color: var(--ink);
  box-shadow: 0 10px 28px rgba(0,33,71,.05);
}
.about-service-card:hover {
  border-color: #b7d7c4;
  transform: translateY(-2px);
  transition: .2s ease;
}
.about-service-icon {
  width: 48px; height: 48px; border-radius: 14px;
  display: grid; place-items: center;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0,33,71,.06);
  font-size: 1.25rem;
  margin-bottom: .25rem;
}
.about-service-card strong { color: var(--brand-blue); font-size: 1.05rem; }
.about-service-card span { color: #3d5166; font-weight: 500; font-size: .92rem; line-height: 1.45; }
.about-service-card em { color: var(--brand); font-style: normal; font-weight: 700; margin-top: .35rem; }

@media (max-width: 960px) {
  .about-hero,
  .about-vm-grid,
  .about-values-grid,
  .about-why-grid,
  .about-services-grid { grid-template-columns: 1fr; }
  .about-hero-panel { grid-template-columns: 1fr 1fr; }
}

/* ========== FAQs page ========== */
.faqs-page {
  padding: 2.2rem 0 2.8rem;
  background:
    radial-gradient(circle at 88% 0%, rgba(31,157,85,.10), transparent 26%),
    linear-gradient(180deg, #eef4fb 0%, #f7fafc 48%, #ffffff 100%);
}
.faqs-hero { margin-bottom: 1.4rem; }
.faqs-hero h1 {
  font-size: clamp(1.85rem, 3.3vw, 2.55rem);
  color: var(--brand-blue);
  margin-bottom: .55rem;
}
.faqs-hero p {
  max-width: 56ch;
  margin: 0 auto;
  color: #3d5166;
  font-weight: 500;
}
.faqs-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.faqs-tab {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  border-radius: 999px;
  padding: .45rem .9rem;
  font-weight: 700;
  font-size: .86rem;
  cursor: pointer;
  font-family: var(--sans);
}
.faqs-tab:hover { border-color: #b7d7c4; }
.faqs-tab.is-active {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}
.faqs-layout {
  display: grid;
  grid-template-columns: 1.45fr .85fr;
  gap: 1.3rem;
  align-items: start;
}
.faqs-group { margin-bottom: 1.4rem; }
.faqs-group h2 {
  margin: 0 0 .75rem;
  color: var(--brand-blue);
  font-size: 1.15rem;
}
.faqs-accordion { display: grid; gap: .7rem; }
.faqs-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1rem 1.1rem;
  box-shadow: 0 8px 22px rgba(0,33,71,.04);
}
.faqs-item[open] {
  border-color: #b7d7c4;
  box-shadow: 0 10px 26px rgba(0,33,71,.07);
}
.faqs-item summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--brand-blue);
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  line-height: 1.4;
}
.faqs-item summary::-webkit-details-marker { display: none; }
.faqs-item summary::before {
  content: "+";
  flex: 0 0 auto;
  width: 24px; height: 24px;
  border-radius: 8px;
  display: grid; place-items: center;
  background: #eef8f2;
  color: var(--brand);
  font-weight: 800;
  margin-top: .05rem;
}
.faqs-item[open] summary::before { content: "–"; }
.faqs-item p {
  margin: .75rem 0 0 2rem;
  color: #3d5166;
  font-weight: 500;
  line-height: 1.6;
}
.faqs-empty {
  background: #fff;
  border: 1px dashed var(--line);
  border-radius: 16px;
  padding: 1.4rem;
  color: var(--muted);
}
.faqs-side { display: grid; gap: 1rem; position: sticky; top: 96px; }
.faqs-side-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.2rem;
  box-shadow: 0 10px 28px rgba(0,33,71,.05);
}
.faqs-side-card.tone-soft {
  background: linear-gradient(180deg, #eefaf3, #fff 55%);
}
.faqs-side-card h3 {
  margin: 0 0 .45rem;
  color: var(--brand-blue);
  font-size: 1.05rem;
}
.faqs-side-card p {
  margin: 0 0 .9rem;
  color: #3d5166;
  font-weight: 500;
  font-size: .92rem;
  line-height: 1.5;
}
.faqs-side-links {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: .45rem;
}
.faqs-side-links a {
  display: block;
  padding: .65rem .75rem;
  border-radius: 12px;
  background: #f7fafc;
  border: 1px solid #e6edf5;
  color: var(--brand-blue);
  font-weight: 700;
  font-size: .9rem;
}
.faqs-side-links a:hover { border-color: #b7d7c4; }

@media (max-width: 960px) {
  .faqs-layout { grid-template-columns: 1fr; }
  .faqs-side { position: static; }
  .faqs-item p { margin-left: 0; }
}

/* ========== Blog listing ========== */
.blog-page {
  padding: 2.2rem 0 2.8rem;
  background:
    radial-gradient(circle at 12% 0%, rgba(31,157,85,.10), transparent 26%),
    linear-gradient(180deg, #eef4fb 0%, #f7fafc 48%, #ffffff 100%);
}
.blog-hero { margin-bottom: 1.6rem; }
.blog-hero h1 {
  font-size: clamp(1.85rem, 3.3vw, 2.55rem);
  color: var(--brand-blue);
  margin-bottom: .55rem;
}
.blog-hero p {
  max-width: 56ch;
  margin: 0 auto;
  color: #3d5166;
  font-weight: 500;
}
.blog-layout {
  display: grid;
  grid-template-columns: 1.5fr .85fr;
  gap: 1.3rem;
  align-items: start;
}
.blog-featured {
  display: block;
  background: linear-gradient(135deg, #eefaf3, #eef4fb);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 1.6rem 1.5rem;
  box-shadow: 0 14px 34px rgba(0,33,71,.06);
  color: var(--ink);
  margin-bottom: 1.1rem;
}
.blog-featured:hover {
  border-color: #b7d7c4;
  transform: translateY(-2px);
  transition: .2s ease;
}
.blog-featured-badge {
  display: inline-block;
  background: var(--brand);
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  padding: .28rem .55rem;
  border-radius: 999px;
  margin-bottom: .8rem;
}
.blog-featured h2 {
  margin: 0 0 .55rem;
  color: var(--brand-blue);
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  line-height: 1.3;
}
.blog-featured p {
  margin: 0 0 .9rem;
  color: #3d5166;
  font-weight: 500;
  line-height: 1.55;
  max-width: 60ch;
}
.blog-featured em {
  display: inline-block;
  margin-top: .7rem;
  color: var(--brand);
  font-style: normal;
  font-weight: 700;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.blog-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.25rem;
  box-shadow: 0 10px 28px rgba(0,33,71,.05);
  color: var(--ink);
  min-height: 100%;
}
.blog-card:hover {
  border-color: #b7d7c4;
  transform: translateY(-2px);
  transition: .2s ease;
}
.blog-card-tag {
  display: inline-block;
  width: fit-content;
  background: #eef8f2;
  color: var(--brand-dark);
  font-size: .72rem;
  font-weight: 700;
  padding: .25rem .5rem;
  border-radius: 999px;
  margin-bottom: .7rem;
}
.blog-card h3 {
  margin: 0 0 .45rem;
  color: var(--brand-blue);
  font-size: 1.08rem;
  line-height: 1.35;
}
.blog-card p {
  margin: 0 0 .9rem;
  color: #3d5166;
  font-weight: 500;
  font-size: .92rem;
  line-height: 1.5;
  flex: 1;
}
.blog-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem .55rem;
  align-items: center;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 600;
}
.blog-side { display: grid; gap: 1rem; position: sticky; top: 96px; }
.blog-side-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.2rem;
  box-shadow: 0 10px 28px rgba(0,33,71,.05);
}
.blog-side-card.tone-soft {
  background: linear-gradient(180deg, #eefaf3, #fff 55%);
}
.blog-side-card h3 {
  margin: 0 0 .7rem;
  color: var(--brand-blue);
  font-size: 1.05rem;
}
.blog-side-card p {
  margin: 0 0 .9rem;
  color: #3d5166;
  font-weight: 500;
  font-size: .92rem;
  line-height: 1.5;
}
.blog-side-links {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: .45rem;
}
.blog-side-links a {
  display: block;
  padding: .65rem .75rem;
  border-radius: 12px;
  background: #f7fafc;
  border: 1px solid #e6edf5;
  color: var(--brand-blue);
  font-weight: 700;
  font-size: .9rem;
}
.blog-side-links a:hover { border-color: #b7d7c4; }
.blog-empty {
  text-align: center;
  background: #fff;
  border: 1px dashed var(--line);
  border-radius: 18px;
  padding: 2rem 1.4rem;
  color: var(--muted);
}
.blog-empty .btn { margin-top: 1rem; }

@media (max-width: 960px) {
  .blog-layout,
  .blog-grid { grid-template-columns: 1fr; }
  .blog-side { position: static; }
}

/* ========== Legal pages (privacy / terms / refund) ========== */
.legal-page {
  padding: 1.8rem 0 2.8rem;
  background:
    radial-gradient(circle at 88% 0%, rgba(31,157,85,.08), transparent 24%),
    linear-gradient(180deg, #eef4fb 0%, #f7fafc 42%, #ffffff 100%);
}
.legal-wrap { max-width: 1100px; }
.legal-layout {
  display: grid;
  grid-template-columns: 1.55fr .8fr;
  gap: 1.3rem;
  align-items: start;
}
.legal-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(0,33,71,.06);
  overflow: hidden;
}
.legal-header {
  padding: 1.6rem 1.6rem 1.2rem;
  background: linear-gradient(135deg, #eefaf3, #eef4fb);
  border-bottom: 1px solid var(--line);
}
.legal-header h1 {
  margin: .3rem 0 .55rem;
  color: var(--brand-blue);
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  line-height: 1.25;
}
.legal-lead {
  margin: 0 0 .8rem;
  color: #3d5166;
  font-weight: 500;
  line-height: 1.55;
  max-width: 58ch;
}
.legal-meta {
  color: var(--muted);
  font-size: .86rem;
  font-weight: 600;
}
.legal-body {
  padding: 1.5rem 1.6rem 1.7rem;
  color: #243447;
  font-size: 1.02rem;
  line-height: 1.7;
  font-weight: 500;
}
.legal-body h2,
.legal-body h3 {
  color: var(--brand-blue);
  margin: 1.35rem 0 .5rem;
  line-height: 1.3;
}
.legal-body h2:first-child,
.legal-body h3:first-child { margin-top: 0; }
.legal-body p { margin: 0 0 1rem; }
.legal-body ul,
.legal-body ol {
  margin: 0 0 1.1rem;
  padding-left: 1.2rem;
  display: grid;
  gap: .4rem;
}
.legal-body li { padding-left: .1rem; }
.legal-body a { color: var(--brand-blue); font-weight: 700; }

.legal-side { display: grid; gap: 1rem; position: sticky; top: 96px; }
.legal-side-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.2rem;
  box-shadow: 0 10px 28px rgba(0,33,71,.05);
}
.legal-side-card.tone-soft {
  background: linear-gradient(180deg, #eefaf3, #fff 55%);
}
.legal-side-card h3 {
  margin: 0 0 .7rem;
  color: var(--brand-blue);
  font-size: 1.05rem;
}
.legal-side-card p {
  margin: 0 0 .9rem;
  color: #3d5166;
  font-weight: 500;
  font-size: .92rem;
  line-height: 1.5;
}
.legal-side-links {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: .45rem;
}
.legal-side-links a {
  display: block;
  padding: .65rem .75rem;
  border-radius: 12px;
  background: #f7fafc;
  border: 1px solid #e6edf5;
  color: var(--brand-blue);
  font-weight: 700;
  font-size: .9rem;
}
.legal-side-links a:hover,
.legal-side-links a.is-active {
  border-color: #b7d7c4;
  background: #eef8f2;
}

@media (max-width: 960px) {
  .legal-layout { grid-template-columns: 1fr; }
  .legal-side { position: static; }
  .legal-header,
  .legal-body { padding-left: 1.15rem; padding-right: 1.15rem; }
}

.cta-band {
  background: linear-gradient(120deg, #1f9d55, #0f2a6b);
  padding: 2.4rem 0;
}
.cta-inner {
  display: flex; justify-content: space-between; align-items: center; gap: 1.2rem; flex-wrap: wrap;
}
.cta-inner h2 { color: #fff; margin-bottom: .35rem; }
.cta-inner p { color: #e4f6ec; margin: 0; }
.cta-actions { display: flex; gap: .7rem; flex-wrap: wrap; }
.btn-white { background: #fff; color: var(--brand-blue); }
.btn-white:hover { background: #f3f8ff; color: var(--brand-dark); }
.btn-outline-light {
  background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.55);
}
.btn-outline-light:hover { background: rgba(255,255,255,.1); color: #fff; }

@media (max-width: 1100px) {
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .nav-toggle.btn { display: inline-flex; margin-left: auto; }
  .nav-links { display: none; width: 100%; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: stretch;
    margin-left: 0;
    padding: .5rem 0 .15rem;
    gap: .35rem;
  }
  .nav-links a {
    white-space: normal;
    padding: .45rem 0;
  }
  .nav-links a.nav-active { box-shadow: none; }
  .nav-links .btn { width: fit-content; }
  .brand-logo-img { height: 72px; max-width: min(200px, 46vw); }
  .about-values-grid,
  .about-why-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 960px) {
  .hero, .grid-3, .grid-2, .footer-grid, .cards, .portal, .form-row, .auth-hero,
  .home-hero-grid, .service-grid, .review-grid, .why-grid, .dual-grid,
  .hero-pro-inner, .quick-apply-float, .quick-apply-body {
    grid-template-columns: 1fr;
  }
  .sidebar { position: relative; height: auto; }
  .brand-logo-img { height: 64px; max-width: min(180px, 48vw); }
  .footer-logo { height: 88px; max-width: 220px; }
  .auth-topbar-inner .brand-logo-img { height: 64px; }
  .auth-hero-visual { min-height: 260px; padding: 2.2rem 1.2rem; }
  .auth-hero-overlay h1, .home-hero-copy h1, .hero-pro-copy h1 { max-width: none; }
  .mini-stats { grid-template-columns: 1fr 1fr; }
  .quick-apply-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-apply-float { margin-bottom: 0; }
  .feature-bar { padding-top: 1.2rem; margin-top: 1rem; }
  .about-values-grid,
  .about-why-grid,
  .about-hero-panel { grid-template-columns: 1fr; }
  .service-docs-card li { flex-wrap: wrap; }
  .service-docs-card li em { white-space: normal; }
  .service-card-pro h3,
  .service-card-pro > p { min-height: 0; }
  .topbar-left span:not(:first-child) { display: none; }
}
@media (max-width: 640px) {
  .process-grid { grid-template-columns: 1fr; }
  .mini-stats,
  .quick-apply-stats { grid-template-columns: 1fr; }
  .footer-logo { height: 72px; max-width: 180px; }
  .login-logo { width: min(280px, 100%); max-height: 130px; }
  .login-row { flex-direction: column; align-items: flex-start; }
  .auth-top-links { gap: .65rem; flex-wrap: wrap; justify-content: flex-end; }
  .page-title { align-items: flex-start; }
  .table th, .table td { padding: .7rem .75rem; font-size: .86rem; }
}

/* ========== Homepage hero (user design) ========== */
.hero-section{
  position:relative;
  padding:80px 0 48px;
  background:url('../images/hero-kerala.jpg') center center/cover no-repeat;
  overflow:hidden;
}
.hero-section::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.92) 45%,rgba(255,255,255,.25) 100%);
}
.hero-layout{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);
  gap:2.5rem;
  align-items:center;
}
.hero-content{ position:relative; z-index:2; }
.hero-badge{
  display:inline-block;
  background:#eaf8ef;
  color:#0b8d4c;
  padding:8px 18px;
  border-radius:30px;
  font-size:14px;
  font-weight:600;
  margin-bottom:25px;
}
.hero-title{
  font-size:clamp(2.4rem,5vw,4.25rem);
  font-weight:800;
  line-height:1.05;
  color:#0d2b6b;
  margin:0;
  letter-spacing:-.02em;
}
.hero-title span{ color:#16a34a; }
.hero-text{
  font-size:1.15rem;
  color:#586172;
  margin-top:25px;
  margin-bottom:35px;
  max-width:38ch;
  line-height:1.55;
}
.hero-cta-row{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.hero-btn{
  padding:15px 35px !important;
  border-radius:12px !important;
  font-weight:600 !important;
  font-size:1rem !important;
}
.btn-success.hero-btn,
a.btn-success.hero-btn{
  background:#16a34a !important;
  border:1px solid #16a34a !important;
  color:#fff !important;
}
.btn-success.hero-btn:hover{ background:#14853e !important; border-color:#14853e !important; }
.btn-outline-primary.hero-btn,
a.btn-outline-primary.hero-btn{
  background:#fff !important;
  border:2px solid #0d5bd7 !important;
  color:#0d5bd7 !important;
}
.btn-outline-primary.hero-btn:hover{
  background:#0d5bd7 !important;
  color:#fff !important;
}
.feature-list{
  display:flex;
  flex-wrap:wrap;
  gap:30px;
  margin-top:35px;
}
.feature-item{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:600;
  color:#0d2b6b;
}
.feature-item i{
  color:#18a957;
  font-size:24px;
}
.quick-card{
  background:#fff;
  border-radius:25px;
  overflow:hidden;
  box-shadow:0 15px 45px rgba(0,0,0,.08);
}
.quick-header{
  background:linear-gradient(135deg,#082d74,#14a54c);
  color:#fff;
  padding:30px;
}
.quick-header h3{
  font-weight:700;
  margin:0 0 .35rem;
  color:#fff;
  font-size:1.45rem;
}
.quick-header p,
.quick-header .mb-0{
  margin:0;
  color:rgba(255,255,255,.9);
  font-size:.95rem;
}
a.service-item,
.service-item{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:22px 30px;
  border-bottom:1px solid #eee;
  color:inherit;
  text-decoration:none;
  transition:background .15s ease;
}
a.service-item:hover{ background:#f7fbf9; }
.service-left{
  display:flex;
  gap:18px;
  align-items:center;
  min-width:0;
}
.icon-box{
  width:55px;
  height:55px;
  background:#eef6ff;
  border-radius:15px;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:26px;
  color:#0d5bd7;
  flex:0 0 auto;
}
.service-item h5{
  margin:0;
  font-size:18px;
  color:#0d2b6b;
  font-weight:700;
}
.service-item p{
  margin:3px 0 0;
  color:#666;
  font-size:.92rem;
}
.service-item i.arrow{
  font-size:24px;
  color:#18a957;
  flex:0 0 auto;
}
.stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:15px;
  padding:25px;
}
.stat-box{
  background:#f8fbff;
  border-radius:15px;
  text-align:center;
  padding:18px 10px;
  color:#586172;
  font-size:.82rem;
  font-weight:600;
}
.stat-box h3{
  color:#0d2b6b;
  font-weight:700;
  margin:0 0 .25rem;
  font-size:1.25rem;
}
.bottom-features{
  position:relative;
  z-index:2;
  background:#fff;
  box-shadow:0 10px 30px rgba(0,0,0,.05);
  border-radius:20px;
  padding:30px;
  margin-top:40px;
}
.bottom-features-row{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:1rem;
}
.bottom-feature{
  text-align:center;
}
.bottom-feature i{
  font-size:34px;
  color:#0d5bd7;
}
.bottom-feature h6{
  margin-top:10px;
  margin-bottom:0;
  font-weight:600;
  color:#0d2b6b;
  font-size:.9rem;
  line-height:1.35;
}

.service-stack{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:1.1rem;
  align-items:stretch;
}
.service-row{
  display:flex;
  flex-direction:column;
  gap:1rem;
  border-radius:22px;
  padding:1.35rem 1.25rem 1.25rem;
  border:1px solid transparent;
  box-shadow:0 12px 30px rgba(0,33,71,.06);
  min-height:100%;
}
.service-row.tone-green{ background:linear-gradient(180deg,#eefaf3,#f7fcf9); border-color:#d7eee1; }
.service-row.tone-blue{ background:linear-gradient(180deg,#eef4fb,#f7faff); border-color:#d7e5f5; }
.service-row.tone-purple{ background:linear-gradient(180deg,#f5effc,#fbf8ff); border-color:#e4daf5; }
.service-row-art{ display:grid; place-items:center; justify-items:start; }
.service-row-fallback{
  width:72px; height:72px; border-radius:18px; display:grid; place-items:center;
  font-size:2rem; background:rgba(255,255,255,.9); box-shadow:0 8px 20px rgba(0,33,71,.08);
}
.service-row-body{
  display:flex;
  flex-direction:column;
  flex:1;
  min-width:0;
}
.service-row-body h3{ font-size:1.15rem; margin:0 0 .4rem; color:var(--brand-blue); line-height:1.35; }
.service-row-body > p{ margin:0 0 .85rem; font-size:.92rem; line-height:1.5; color:#3d5166; }
.service-row-body ul{ list-style:none; padding:0; margin:0 0 1rem; display:grid; gap:.4rem; }
.service-row-body li{ position:relative; padding-left:1.35rem; color:#35506a; font-weight:600; font-size:.88rem; }
.service-row-body li::before{ content:"✓"; position:absolute; left:0; top:0; font-weight:800; }
.service-row.tone-green li::before{ color:#1f9d55; }
.service-row.tone-blue li::before{ color:#2563eb; }
.service-row.tone-purple li::before{ color:#7c3aed; }
.service-row-foot{
  display:flex;
  flex-wrap:wrap;
  gap:.75rem 1rem;
  align-items:center;
  justify-content:space-between;
  margin-top:auto;
}
.service-row .service-cta{ border-radius:999px; padding:.55rem 1rem; color:#fff !important; font-size:.88rem; }
.service-row.tone-green .service-cta{ background:#1f9d55; }
.service-row.tone-blue .service-cta{ background:#2563eb; }
.service-row.tone-purple .service-cta{ background:#7c3aed; }
.service-row .service-price{ margin:0; }
.service-row .service-price s{ color:#8a9aab; margin-right:.35rem; font-size:.85rem; }
.service-row .service-price strong{ color:var(--brand-blue); font-size:1.15rem; }

@media (max-width:960px){
  .hero-section{ padding:56px 0 36px; }
  .hero-layout{ grid-template-columns:1fr; }
  .hero-aside{ margin-top:20px; max-width:480px; width:100%; }
  .hero-title{ font-size:clamp(2rem,8vw,2.6rem); }
  .hero-text{ font-size:1.05rem; margin-top:18px; margin-bottom:24px; }
  .bottom-features-row{ grid-template-columns:repeat(3,minmax(0,1fr)); }
  .service-stack{ grid-template-columns:1fr; }
  .stats{ grid-template-columns:1fr 1fr 1fr; }
  .auth-topbar-inner{ flex-wrap:wrap; gap:.65rem; }
}
@media (max-width:640px){
  .stats{ grid-template-columns:1fr; }
  .bottom-features-row{ grid-template-columns:1fr; }
  .feature-list{ gap:16px 22px; flex-wrap:wrap; }
  .service-item, a.service-item{ padding:18px 20px; }
  .quick-header{ padding:22px; }
  .hero-section{ padding:40px 0 28px; }
  .hero-cta-row{ flex-wrap:wrap; }
  .hero-aside{ margin-left:auto; margin-right:auto; }
}
