.km-home2, .km-home2 * { box-sizing: border-box; }
.km-home2 { max-width: 1220px; margin: 34px auto 80px; padding: 0 20px; color:#243746; font-family: inherit; }
.km-home2 h1, .km-home2 h2, .km-home2 h3, .km-home2 p { margin-top:0; }
.km-home2__eyebrow { display:inline-block; margin:0 0 15px; padding:9px 14px; border-radius:999px; background:rgba(90,167,171,.14); color:#134E70; font-size:12px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; line-height:1.2; }
.km-home2__eyebrow--light { background:rgba(255,255,255,.14); color:#fff; }
.km-home2__btn { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:13px 22px; border-radius:999px; font-weight:900; text-decoration:none !important; transition:.2s ease; border:2px solid transparent; text-align:center; }
.km-home2__btn--primary { background:#D66A40; color:#fff !important; box-shadow:0 12px 24px rgba(214,106,64,.23); }
.km-home2__btn--primary:hover { transform:translateY(-2px); box-shadow:0 16px 30px rgba(214,106,64,.30); }
.km-home2__btn--ghost-light { background:#fff; color:#134E70 !important; border-color:rgba(255,255,255,.45); }
.km-home2__btn--light { background:#fff; color:#134E70 !important; }
.km-home2__actions { display:flex; flex-wrap:wrap; gap:14px; align-items:center; }
.km-home2__actions--center { justify-content:center; }

.km-home2__hero { display:grid; grid-template-columns:1.35fr .85fr; gap:28px; align-items:stretch; margin-bottom:34px; }
.km-home2__hero-copy { padding:56px 52px; border-radius:34px; background:linear-gradient(135deg,#134E70 0%,#0f405c 100%); color:#fff; box-shadow:0 26px 60px rgba(8,37,54,.18); }
.km-home2 h1 { font-size:54px; line-height:1.05; letter-spacing:-.035em; color:#fff; margin-bottom:22px; font-weight:900; }
.km-home2__lead { font-size:21px; line-height:1.65; color:rgba(255,255,255,.90); max-width:820px; margin-bottom:28px; }
.km-home2__hero-card { border-radius:34px; padding:38px 30px; background:linear-gradient(180deg,#fff 0%,#fbfcfd 100%); border:1px solid rgba(19,78,112,.08); box-shadow:0 18px 42px rgba(8,37,54,.08); display:flex; flex-direction:column; justify-content:center; }
.km-home2__hero-note { font-size:18px; font-weight:900; color:#D66A40; text-align:center; margin-bottom:22px; }
.km-home2__krok { display:grid; gap:12px; }
.km-home2__krok span { display:block; text-align:center; padding:17px 16px; border-radius:20px; background:rgba(90,167,171,.10); color:#134E70; font-weight:900; font-size:20px; }

.km-home2__about { position:relative; overflow:hidden; display:grid; grid-template-columns:.8fr 1fr; gap:28px; align-items:center; margin:0 0 38px; padding:46px 52px; border-radius:34px; background:linear-gradient(180deg,#fff 0%,#fbfcfd 100%); border:1px solid rgba(19,78,112,.08); box-shadow:0 20px 48px rgba(8,37,54,.08); }
.km-home2__about::before { content:""; position:absolute; right:-110px; top:-120px; width:320px; height:320px; border-radius:50%; background:rgba(90,167,171,.12); }
.km-home2__about-photo-wrap { position:relative; min-height:430px; display:flex; align-items:flex-end; justify-content:center; isolation:isolate; }
.km-home2__blob { position:absolute; z-index:0; width:92%; max-width:440px; height:84%; bottom:0; border-radius:34px 34px 46% 46%; background:linear-gradient(150deg,rgba(90,167,171,.20),rgba(19,78,112,.08)); box-shadow: inset 0 0 0 1px rgba(19,78,112,.06); }
.km-home2__photo { position:relative; z-index:1; display:block; max-width:470px; width:100%; height:auto; margin:0 auto -6px; filter: drop-shadow(0 24px 26px rgba(8,37,54,.18)); }
.km-home2__about-copy { position:relative; z-index:1; }
.km-home2__about h2, .km-home2__head h2, .km-home2__final-cta h2 { font-size:42px; line-height:1.12; letter-spacing:-.025em; color:#134E70; font-weight:900; margin-bottom:14px; }
.km-home2__about p, .km-home2__card p, .km-home2__path-card p, .km-home2__steps p, .km-home2__final-cta p { color:#4a5a66; line-height:1.7; font-size:17px; }
.km-home2__about-lead { font-size:19px !important; color:#243746 !important; }
.km-home2__stats { grid-column:1 / -1; display:grid; grid-template-columns:repeat(3,1fr); gap:14px; position:relative; z-index:1; }
.km-home2__stats div { padding:22px; border-radius:24px; background:#F4FAFA; text-align:center; }
.km-home2__stats strong { display:block; font-size:34px; line-height:1; color:#D66A40; margin-bottom:8px; font-weight:900; }
.km-home2__stats span { color:#134E70; font-weight:900; }

.km-home2__section { padding:54px 0; }
.km-home2__section--soft { margin:0 -20px; padding:62px 20px; border-radius:34px; background:#F4FAFA; }
.km-home2__head { max-width:850px; margin:0 auto 30px; text-align:center; }
.km-home2__head p { font-size:19px; line-height:1.7; color:#4a5a66; }
.km-home2__help-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.km-home2__card, .km-home2__path-card, .km-home2__steps div { background:#fff; border:1px solid rgba(19,78,112,.08); border-radius:28px; padding:28px; box-shadow:0 16px 34px rgba(8,37,54,.06); }
.km-home2__card h3, .km-home2__path-card h3, .km-home2__steps h3 { color:#134E70; font-size:24px; line-height:1.15; margin-bottom:12px; }
.km-home2__icon { font-size:30px; margin-bottom:14px; }
.km-home2__path-grid { display:grid; grid-template-columns:1.2fr .9fr .9fr; gap:22px; align-items:stretch; }
.km-home2__path-card--featured { background:linear-gradient(135deg,#134E70 0%,#0f405c 100%); color:#fff; box-shadow:0 26px 56px rgba(8,37,54,.17); }
.km-home2__path-card--featured h3, .km-home2__path-card--featured p, .km-home2__path-card--featured li { color:#fff; }
.km-home2__badge { display:inline-block; padding:8px 12px; border-radius:999px; background:rgba(255,255,255,.15); color:#fff; font-size:12px; font-weight:900; letter-spacing:.07em; text-transform:uppercase; margin-bottom:16px; }
.km-home2__path-card ul { margin:0 0 22px 18px; padding:0; line-height:1.8; }
.km-home2__path-card > a:not(.km-home2__btn) { color:#D66A40; font-weight:900; text-decoration:none; }
.km-home2__steps { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.km-home2__steps span { width:44px; height:44px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; background:#D66A40; color:#fff; font-weight:900; margin-bottom:16px; }
.km-home2__final-cta { text-align:center; padding:60px 26px; border-radius:34px; background:linear-gradient(135deg,#134E70 0%,#0f405c 100%); color:#fff; box-shadow:0 26px 60px rgba(8,37,54,.18); }
.km-home2__final-cta h2 { color:#fff; }
.km-home2__final-cta p { color:rgba(255,255,255,.88); max-width:760px; margin:0 auto 24px; }

@media (max-width: 980px) {
  .km-home2__hero, .km-home2__about, .km-home2__path-grid { grid-template-columns:1fr; }
  .km-home2__help-grid, .km-home2__steps { grid-template-columns:repeat(2,1fr); }
  .km-home2 h1 { font-size:42px; }
  .km-home2__about h2, .km-home2__head h2, .km-home2__final-cta h2 { font-size:34px; }
  .km-home2__about-photo-wrap { min-height:380px; order:2; }
  .km-home2__about-copy { order:1; }
  .km-home2__stats { order:3; }
}
@media (max-width: 640px) {
  .km-home2 { margin-top:18px; padding:0 14px; }
  .km-home2__hero-copy, .km-home2__about, .km-home2__final-cta { padding:34px 22px; border-radius:26px; }
  .km-home2 h1 { font-size:34px; }
  .km-home2__lead { font-size:18px; }
  .km-home2__help-grid, .km-home2__steps, .km-home2__stats { grid-template-columns:1fr; }
  .km-home2__section--soft { border-radius:26px; }
  .km-home2__btn { width:100%; }
  .km-home2__about-photo-wrap { min-height:320px; margin:10px -14px -18px; }
  .km-home2__photo { max-width:360px; }
  .km-home2__blob { width:86%; height:78%; border-radius:28px 28px 42% 42%; }
  .km-home2__about p, .km-home2__card p, .km-home2__path-card p, .km-home2__steps p { font-size:16px; }
}
