.home-body {
  background: #fff;
  color: var(--zorg-text);
}
.home-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 56px;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 30;
}
.home-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--zorg-navy);
  font-weight: 700;
  font-size: 22px;
  text-decoration: none;
  padding: 0;
}
.home-brand img {
  width: 36px;
  height: 36px;
  border-radius: 0;
  object-fit: contain;
  background: transparent;
}
.home-brand:hover { color: var(--zorg-navy); }
.home-links { display: flex; align-items: center; gap: 28px; }
.home-links a {
  color: var(--zorg-navy);
  font-weight: 600;
  text-decoration: none;
  font-size: 14.5px;
}
.home-links a i { font-size: 10px; margin-left: 2px; color: #8b95ad; }
.home-links a:hover { color: var(--zorg-primary); }
.home-nav-actions { display: flex; align-items: center; gap: 10px; }
.home-login-btn {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  border: 1px solid #dce3ef;
  border-radius: 10px;
  color: var(--zorg-navy);
  font-weight: 650;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.home-login-btn:hover { color: var(--zorg-navy); background: #f7f9fc; }
.home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 18px;
  border-radius: 10px;
  font-weight: 650;
  font-size: 14.5px;
  text-decoration: none;
  border: 1.5px solid transparent;
}
.home-btn-primary {
  background: var(--zorg-primary);
  border-color: var(--zorg-primary);
  color: #fff;
}
.home-btn-primary:hover { background: var(--zorg-primary-dark); border-color: var(--zorg-primary-dark); color: #fff; }
.home-btn-outline {
  background: #fff;
  border-color: var(--zorg-primary);
  color: var(--zorg-primary);
}
.home-btn-outline:hover { background: var(--zorg-primary-soft); color: var(--zorg-primary-dark); }
.home-hero {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 12px;
  align-items: center;
  padding: 28px 56px 8px;
  max-width: 1320px;
  margin: 0 auto;
}
.home-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #eef8f8;
  color: #0f9aa1;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.home-pill i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #13aeb5;
  display: inline-block;
}
.home-hero h1 {
  font-size: 54px;
  line-height: 1.04;
  margin-bottom: 16px;
  letter-spacing: -.045em;
  color: var(--zorg-navy);
  font-weight: 700;
}
.home-hero h1 em {
  font-style: normal;
  color: var(--zorg-primary);
}
.home-lead {
  font-size: 16.5px;
  color: #7a849c;
  max-width: 430px;
  margin-bottom: 24px;
  line-height: 1.6;
}
.home-hero-ctas { display: flex; gap: 10px; flex-wrap: wrap; }
.home-hero-trust {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  margin-top: 26px;
  color: #6b7690;
  font-size: 12.5px;
  font-weight: 600;
}
.home-hero-trust span { white-space: nowrap; }
.home-hero-trust i { color: var(--zorg-primary); margin-right: 6px; }
.home-hero-visual { position: relative; background: transparent; }
.home-hero-glow,
.home-hero-swirl { display: none; }
.home-hero-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  background: transparent;
  box-shadow: 0 18px 48px rgba(16, 28, 77, .10);
}
.home-process,
.home-features {
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 56px 12px;
  text-align: center;
}
.home-process h2,
.home-features h2,
.home-finale h2 {
  font-size: 36px;
  letter-spacing: -.03em;
  margin: 0 auto 32px;
  color: var(--zorg-navy);
  max-width: 640px;
}
.home-steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 10px;
  align-items: stretch;
  text-align: left;
}
.home-steps article {
  background: #fff;
  border: 1px solid #e9eef6;
  border-radius: 16px;
  padding: 20px 18px 22px;
  position: relative;
}
.home-steps article b {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e7f7f8;
  color: var(--zorg-primary);
  font-size: 11px;
  display: grid;
  place-items: center;
  font-weight: 700;
}
.home-steps i {
  color: var(--zorg-primary);
  font-size: 26px;
  display: block;
  margin: 18px 0 12px;
}
.home-steps h3 { font-size: 16px; margin-bottom: 8px; color: var(--zorg-navy); }
.home-steps p { color: #7a849c; font-size: 13.5px; margin: 0; line-height: 1.5; }
.home-step-arrow {
  display: grid;
  place-items: center;
  color: #c5cddc;
  font-size: 22px;
  font-weight: 300;
}
.home-feature-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  text-align: left;
}
.home-feature-grid article {
  background: #fff;
  border: 1px solid #e9eef6;
  border-radius: 16px;
  padding: 20px 18px 16px;
  min-height: 188px;
  display: flex;
  flex-direction: column;
}
.home-feature-grid i { color: var(--zorg-primary); font-size: 20px; }
.home-feature-grid h3 { margin: 12px 0 8px; font-size: 15.5px; color: var(--zorg-navy); }
.home-feature-grid p { color: #7a849c; margin: 0; font-size: 13.5px; line-height: 1.5; flex: 1; }
.home-finale-wrap { padding: 48px 40px 56px; }
.home-finale {
  max-width: 1180px;
  margin: 0 auto;
  padding: 36px 28px 28px 48px;
  background: #eaf6f8;
  border-radius: 28px;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 16px;
  align-items: center;
  overflow: hidden;
}
.home-finale h2 { text-align: left; font-size: 34px; margin: 0 0 12px; }
.home-finale p { color: #6b7690; margin-bottom: 22px; max-width: 380px; }
.home-finale-media {
  position: relative;
  min-height: 340px;
  display: grid;
  grid-template-columns: 170px 1fr;
  align-items: end;
}
.home-care-photo {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 18px;
  display: block;
}
.home-phone {
  width: 168px;
  height: auto;
  position: relative;
  z-index: 2;
  margin: 0 -20px 0 0;
  filter: drop-shadow(0 18px 30px rgba(16, 28, 77, .18));
}
.home-footer {
  display: flex;
  justify-content: space-between;
  padding: 22px 56px;
  color: var(--zorg-muted);
  border-top: 1px solid var(--zorg-border);
}
.login-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: var(--zorg-bg);
}
.login-card { width: min(420px, 100%); padding: 28px; }
@media (max-width: 1200px) {
  .home-feature-grid { grid-template-columns: repeat(3, 1fr); }
  .home-hero h1 { font-size: 44px; }
}
@media (max-width: 1100px) {
  .home-hero,
  .home-finale { grid-template-columns: 1fr; }
  .home-steps { grid-template-columns: 1fr 1fr; }
  .home-step-arrow { display: none; }
  .home-nav .home-links { display: none; }
  .home-finale-media { grid-template-columns: 140px 1fr; }
  .home-phone { width: 130px; }
  .home-finale h2 { text-align: left; }
}
@media (max-width: 700px) {
  .home-nav,
  .home-hero,
  .home-process,
  .home-features,
  .home-finale-wrap,
  .home-footer { padding-left: 20px; padding-right: 20px; }
  .home-feature-grid, .home-steps { grid-template-columns: 1fr; }
  .home-hero h1 { font-size: 32px; }
  .home-finale-media { grid-template-columns: 1fr; }
  .home-phone { display: none; }
  .home-care-photo { height: 240px; }
}
