/* ===== Public landing page (loads after style.css for palette + Poppins) ===== */
body.landing { background: #ffffff; color: var(--navy); }

.container { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 20px; }

/* ---------- Header ---------- */
.lh { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: saturate(160%) blur(10px); border-bottom: 1px solid #e6eef7; }
.lh-inner { max-width: 1120px; margin: 0 auto; padding: 12px 20px; display: flex; align-items: center; justify-content: space-between; }
.lh-logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.lh-badge { width: 38px; height: 38px; border-radius: 50%; background: var(--blue); color: #fff; display: flex; align-items: center; justify-content: center; }
.lh-badge svg { width: 20px; height: 20px; }
.lh-name { font-weight: 800; font-size: 24px; color: var(--navy); }
.lh-name span { color: var(--blue); }
.lh-nav { display: flex; align-items: center; gap: 10px; }
.lh-login { color: var(--navy); font-weight: 600; text-decoration: none; padding: 9px 14px; border-radius: 12px; font-size: 15px; }
.lh-login:hover { background: #eef4fb; }
.lh-cta { background: linear-gradient(180deg, var(--blue-grad-a), var(--blue-grad-b)); color: #fff; font-weight: 700; text-decoration: none; padding: 10px 18px; border-radius: 12px; font-size: 15px; box-shadow: 0 8px 18px rgba(15,99,214,.28); white-space: nowrap; }

/* ---------- Hero ---------- */
.hero { position: relative; background: linear-gradient(160deg, #0b2f6e 0%, #1463d4 55%, #2a8af0 100%); color: #fff; padding: 56px 20px 70px; text-align: center; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -120px; right: -120px; width: 360px; height: 360px; background: radial-gradient(circle, rgba(255,255,255,.15), transparent 70%); }
.hero-inner { max-width: 820px; margin: 0 auto; position: relative; }
.hero-pill { display: inline-block; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.25); color: #fff; font-weight: 700; font-size: 12px; letter-spacing: .12em; padding: 8px 16px; border-radius: 999px; margin-bottom: 22px; }
.hero h1 { font-size: 34px; line-height: 1.12; font-weight: 800; margin: 0 0 16px; letter-spacing: -0.01em; }
.hero h1 span { color: #bfe0ff; }
.hero p { font-size: 17px; line-height: 1.6; color: rgba(255,255,255,.9); margin: 0 auto 28px; max-width: 620px; }
.hero-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn-primary { background: #fff; color: var(--blue-dark); font-weight: 700; text-decoration: none; padding: 15px 26px; border-radius: 14px; font-size: 16px; box-shadow: 0 14px 30px rgba(0,0,0,.18); }
.btn-primary.lg { padding: 17px 34px; font-size: 18px; }
.btn-ghost { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.45); color: #fff; font-weight: 700; text-decoration: none; padding: 15px 26px; border-radius: 14px; font-size: 16px; }
.btn-primary:active, .btn-ghost:active { transform: translateY(1px); }

/* Hero slider */
.hero-slider { max-width: 820px; margin: 36px auto 0; position: relative; }
.slider { position: relative; border-radius: 20px; overflow: hidden; box-shadow: 0 30px 60px rgba(3,30,80,.45); background: #0f63d6; }
.slides { display: flex; transition: transform .45s ease; }
.slide { flex: 0 0 100%; }
.slide img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.dots { position: absolute; left: 16px; bottom: 14px; display: flex; gap: 6px; }
.dots .dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.55); cursor: pointer; transition: width .2s, background .2s; }
.dots .dot.active { width: 22px; border-radius: 4px; background: #fff; }

/* ---------- Sections ---------- */
.sec { padding: 56px 0; }
.eyebrow { display: inline-block; color: var(--blue); font-weight: 800; font-size: 13px; letter-spacing: .12em; margin-bottom: 12px; }
.eyebrow.center { display: block; text-align: center; }
.sec h2 { font-size: 30px; font-weight: 800; color: var(--navy); margin: 0 0 26px; line-height: 1.15; }
.sec h2.center { text-align: center; }

.about { background: #fff; }
.about-grid { display: grid; gap: 18px; }
.about-grid p { font-size: 16.5px; line-height: 1.7; color: #44566b; margin: 0; }
.purpose { margin-top: 34px; background: linear-gradient(160deg, #eef6ff, #e4f0fd); border: 1px solid #d8e8fb; border-radius: 24px; padding: 30px; }
.purpose h3 { margin: 0 0 12px; font-size: 22px; color: var(--navy); font-weight: 800; }
.purpose p { margin: 0 0 22px; font-size: 16px; line-height: 1.7; color: #44566b; }
.values { display: grid; grid-template-columns: 1fr; gap: 14px; }
.value { background: #fff; border-radius: 16px; padding: 18px; box-shadow: 0 10px 24px rgba(17,70,140,.08); display: flex; flex-direction: column; gap: 4px; }
.value .v-ic { font-size: 26px; }
.value strong { font-size: 18px; color: var(--navy); }
.value small { color: var(--muted); font-size: 14px; }

.facts { background: linear-gradient(180deg, #eaf3fd, #dcecfb); }
.facts-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.fact { background: #fff; border-radius: 20px; padding: 24px 16px; text-align: center; box-shadow: 0 14px 30px rgba(17,70,140,.10); }
.fact-n { font-size: 34px; font-weight: 800; color: var(--blue); line-height: 1; }
.fact-l { color: var(--muted); font-size: 14px; margin-top: 10px; line-height: 1.4; }

.offices { background: #fff; }
.office-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.office { display: flex; align-items: flex-start; gap: 14px; background: #f6faff; border: 1px solid #e6eef7; border-radius: 18px; padding: 18px; }
.office-flag { font-size: 28px; line-height: 1; flex-shrink: 0; }
.office strong { display: block; font-size: 17px; color: var(--navy); margin-bottom: 6px; }
.office small { display: flex; align-items: flex-start; gap: 7px; color: var(--muted); font-size: 14px; line-height: 1.4; }
.office small svg { width: 16px; height: 16px; flex-shrink: 0; margin-top: 1px; color: var(--blue); }

.testi { background: linear-gradient(180deg, #eaf3fd, #dcecfb); }
.testi-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
figure.testi { margin: 0; background: #fff; border-radius: 20px; padding: 22px; box-shadow: 0 14px 30px rgba(17,70,140,.10); display: flex; flex-direction: column; }
.stars { color: #f5b301; font-size: 16px; letter-spacing: 2px; margin-bottom: 10px; }
figure.testi strong { font-size: 17px; color: var(--navy); margin-bottom: 8px; }
figure.testi blockquote { margin: 0 0 14px; color: #44566b; font-size: 15px; line-height: 1.6; flex: 1; }
figure.testi figcaption { color: var(--blue); font-weight: 700; font-size: 14px; }

/* ---------- CTA + footer ---------- */
.cta-band { background: linear-gradient(160deg, #1463d4, #0b2f6e); color: #fff; text-align: center; padding: 56px 20px; }
.cta-band h2 { font-size: 30px; font-weight: 800; margin: 0 0 10px; }
.cta-band p { margin: 0 0 26px; font-size: 17px; color: rgba(255,255,255,.9); }
.lf { background: #0a2350; color: #cdddf2; padding: 30px 20px; }
.lf-inner { display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.lf .lh-name { color: #fff; }
.lf-links { display: flex; gap: 22px; }
.lf-links a { color: #cdddf2; text-decoration: none; font-weight: 600; }
.lf-links a:hover { color: #fff; }
.lf small { color: #8fa9cc; }

/* ---------- Responsive ---------- */
@media (min-width: 700px) {
  .hero h1 { font-size: 48px; }
  .hero p { font-size: 19px; }
  .sec h2 { font-size: 36px; }
  .about-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .values { grid-template-columns: repeat(3, 1fr); }
  .facts-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .fact-n { font-size: 40px; }
  .office-grid { grid-template-columns: 1fr 1fr; }
  .testi-grid { grid-template-columns: 1fr 1fr; }
  .lf-inner { flex-direction: row; justify-content: space-between; }
}
@media (min-width: 1000px) {
  .hero h1 { font-size: 54px; }
  .testi-grid { grid-template-columns: repeat(3, 1fr); }
}
