/* ============================================================
   Sonne QM — Homepage Redesign
   Modern High-Tech Medical / Care Design
   Loads AFTER styles.css and scopes everything under .home
   ============================================================ */

.home {
  --g900: #06201b;
  --g800: #0a2c25;
  --g700: #1d7363;
  --g600: #228a72;
  --g500: #8aa861;
  --g400: #b3c98f;
  --teal: #5f97a6;
  --teal-700: #4e8090;
  --ink: #0f1f1b;
  --muted: rgba(15, 31, 27, 0.62);
  --line: rgba(29, 115, 99, 0.14);
  --bg: #f3f9f5;
  --bg-2: #ffffff;
  --red: #e0533f;
  --red-bg: #fdf1ef;
  --red-line: #f4ccc4;
  --shadow-sm: 0 8px 24px rgba(15, 31, 27, 0.06);
  --shadow-md: 0 18px 46px rgba(15, 31, 27, 0.1);
  --shadow-glow: 0 22px 50px rgba(15, 31, 27, 0.12);
  --pill: 999px;
  background: var(--bg);
  display: block;
  align-items: stretch;
  color: var(--ink);
}

.home .container {
  width: min(1180px, 100% - 48px);
  margin-inline: auto;
}

/* ── Buttons ───────────────────────────────────────────── */
.home .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1.5px solid transparent;
  border-radius: var(--pill);
  padding: 11px 22px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease,
    border-color 0.2s ease;
}
.home .btn-lg {
  padding: 15px 30px;
  font-size: 0.98rem;
}
.home .btn-primary {
  background: linear-gradient(135deg, var(--g700), var(--g600));
  color: #fff;
  box-shadow: 0 12px 28px rgba(29, 115, 99, 0.28);
}
.home .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(29, 115, 99, 0.38);
}
.home .btn-ghost {
  background: transparent;
  color: var(--g700);
  border-color: rgba(29, 115, 99, 0.3);
}
.home .btn-ghost:hover {
  background: rgba(29, 115, 99, 0.07);
  border-color: var(--g700);
}
.home .btn-glass {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(6px);
}
.home .btn-glass:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}
.home .btn-accent {
  background: linear-gradient(135deg, var(--g500), var(--g400));
  color: #1c3a16;
  box-shadow: 0 10px 22px rgba(15, 31, 27, 0.12);
}
.home .btn-accent:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(15, 31, 27, 0.16);
}

/* ── Sticky top nav (glass) ────────────────────────────── */
.home .site-top {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(16px) saturate(105%);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 8px 30px rgba(15, 31, 27, 0.06);
}
.home .nav-bar {
  position: static;
  width: min(1180px, 100% - 48px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 10px 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}
.home .brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.home .brand-logo {
  height: 52px;
  width: auto;
}
.home .nav-menu {
  display: flex;
  gap: 4px;
  margin: 0 auto;
  list-style: none;
  width: auto;
}
.home .nav-menu a {
  display: block;
  padding: 9px 15px;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}
.home .nav-menu a::after {
  display: none;
}
.home .nav-menu a:hover {
  background: rgba(29, 115, 99, 0.09);
  color: var(--g700);
}
.home .top-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.home .nav-toggle {
  margin-left: auto;
}

/* ── Hero ──────────────────────────────────────────────── */
.home .hero-x {
  position: relative;
  overflow: hidden;
  background: linear-gradient(155deg, #07241e 0%, #0b3329 48%, #14564a 100%);
  color: #fff;
}
/* Soft aurora light blooms — gives organic depth instead of a flat fill */
.home .hero-x-aurora {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(38% 60% at 82% 12%, rgba(95, 151, 166, 0.26), transparent 62%),
    radial-gradient(34% 50% at 96% 60%, rgba(95, 151, 166, 0.14), transparent 64%),
    radial-gradient(40% 70% at 6% 92%, rgba(138, 168, 97, 0.14), transparent 62%),
    radial-gradient(30% 45% at 22% 4%, rgba(138, 168, 97, 0.08), transparent 62%);
  filter: saturate(85%);
}
/* Fine dotted texture, fades out toward edges */
.home .hero-x-grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.085) 1px, transparent 1.4px);
  background-size: 26px 26px;
  mask-image: radial-gradient(120% 95% at 50% 5%, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(120% 95% at 50% 5%, #000 30%, transparent 80%);
  pointer-events: none;
}
/* Subtle top sheen + bottom vignette for a designed, dimensional feel */
.home .hero-x::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 18%),
    linear-gradient(0deg, rgba(4, 18, 14, 0.5), transparent 30%);
}
.home .hero-x-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
  padding: 84px 0 88px;
}
.home .hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--g400);
  margin-bottom: 18px;
}
.home .hero-kicker::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--g400);
}
.home .hero-x h1 {
  font-size: clamp(2.4rem, 4.4vw, 3.5rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 22px;
  color: #fff;
}
.home .hero-x h1 em {
  font-style: normal;
  position: relative;
  color: var(--g400);
}
.home .hero-x h1 em::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 8px;
  bottom: 4px;
  height: 6px;
  border-radius: 4px;
  background: linear-gradient(90deg, rgba(138, 168, 97, 0.45), rgba(138, 168, 97, 0));
}
.home .hero-x-sub {
  font-size: 1.04rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
  max-width: 460px;
  margin-bottom: 30px;
}
.home .hero-x-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 26px;
}
.home .hero-x-trust {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  padding: 0;
}
.home .hero-x-trust li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
}
.home .hero-x-trust li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--g400);
}
.home .hero-x-visual {
  position: relative;
}
.home .hero-x-frame {
  position: relative;
  z-index: 1;
  border-radius: 18px;
  padding: 6px;
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.14),
    rgba(255, 255, 255, 0.02)
  );
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 50px 100px -20px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(4px);
}
.home .hero-x-frame img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.home .hero-x-glow {
  position: absolute;
  inset: -50px -40px -60px;
  z-index: 0;
  background: radial-gradient(
    58% 58% at 60% 45%,
    rgba(95, 151, 166, 0.2),
    transparent 70%
  );
  filter: blur(30px);
}

/* Floating glass chips — make the shot feel composed, not pasted */
.home .hero-x-chip {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 15px;
  border-radius: 14px;
  background: rgba(11, 41, 34, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(14px) saturate(105%);
}
.home .hero-x-chip strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.home .hero-x-chip span {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.62);
}
.home .hero-x-chip-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #07241e;
  background: linear-gradient(135deg, var(--g400), var(--g500));
}
.home .hero-x-chip-num {
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--g400);
  flex-shrink: 0;
}
.home .hero-x-chip--top {
  top: 26px;
  left: -26px;
}
.home .hero-x-chip--bottom {
  bottom: 30px;
  right: -22px;
}

/* ── Trust strip ───────────────────────────────────────── */
.home .trust-strip {
  background: var(--bg-2);
  border-bottom: 1px solid var(--line);
}
.home .trust-strip-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 34px;
  padding: 18px 0;
}
.home .trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--muted);
}
.home .trust-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(29, 115, 99, 0.12), rgba(138, 168, 97, 0.16));
}
.home .trust-icon svg {
  width: 15px;
  height: 15px;
  fill: var(--g700);
}

/* ── Section scaffolding ───────────────────────────────── */
.home .section {
  padding: 84px 0;
}
.home .section-head {
  margin-bottom: 40px;
}
.home .section-head.center {
  text-align: center;
  max-width: 680px;
  margin-inline: auto;
}
.home .sec-label {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--teal-700);
  margin-bottom: 12px;
}
.home .sec-title {
  font-size: clamp(1.7rem, 2.8vw, 2.4rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--g700);
  margin-bottom: 12px;
}
.home .sec-desc {
  font-size: 0.96rem;
  line-height: 1.75;
  color: var(--muted);
  margin: 0 auto;
}

/* ── Problem / Solution ────────────────────────────────── */
.home .problem-sol {
  background: var(--bg-2);
}
.home .ps-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  align-items: stretch;
}
.home .ps-col {
  padding: 32px;
  border-radius: 20px;
  border: 1px solid;
}
.home .ps-problem {
  background: var(--red-bg);
  border-color: var(--red-line);
}
.home .ps-solution {
  background: linear-gradient(160deg, rgba(138, 168, 97, 0.1), rgba(29, 115, 99, 0.08));
  border-color: rgba(29, 115, 99, 0.22);
}
.home .ps-vs {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
}
.home .ps-vs span {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 0.82rem;
  color: #fff;
  background: linear-gradient(135deg, var(--g700), var(--g500));
  box-shadow: var(--shadow-glow);
}
.home .ps-tag {
  display: inline-block;
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 4px 11px;
  border-radius: var(--pill);
  margin-bottom: 14px;
}
.home .ps-tag-red {
  background: rgba(224, 83, 63, 0.14);
  color: #b8402e;
}
.home .ps-tag-green {
  background: rgba(29, 115, 99, 0.14);
  color: var(--g700);
}
.home .ps-col h3 {
  font-size: 1.18rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 18px;
  line-height: 1.3;
}
.home .ps-list {
  list-style: none;
  display: grid;
  gap: 11px;
  padding: 0;
}
.home .ps-list li {
  position: relative;
  padding-left: 28px;
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--ink);
}
.home .ps-list li::before {
  position: absolute;
  left: 0;
  top: -1px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.66rem;
  font-weight: 900;
}
.home .ps-list-bad li::before {
  content: "✕";
  background: rgba(224, 83, 63, 0.16);
  color: #b8402e;
}
.home .ps-list-good li::before {
  content: "✓";
  background: rgba(29, 115, 99, 0.16);
  color: var(--g700);
}

/* ── Feature splits ────────────────────────────────────── */
.home .feat-alt {
  background: var(--bg-2);
}
.home .feat-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.home .feat-split.reverse .feat-copy {
  order: 2;
}
.home .feat-tag {
  display: inline-flex;
  align-items: center;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--g700);
  background: rgba(29, 115, 99, 0.1);
  padding: 5px 12px;
  border-radius: var(--pill);
  margin-bottom: 16px;
}
.home .feat-copy h2 {
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.25;
  color: var(--g700);
  margin-bottom: 16px;
}
.home .feat-copy > p {
  font-size: 0.94rem;
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 22px;
}
.home .feat-bullets {
  list-style: none;
  display: grid;
  gap: 11px;
  padding: 0;
  margin-bottom: 26px;
}
.home .feat-bullets li {
  position: relative;
  padding-left: 26px;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--ink);
}
.home .feat-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--g500), var(--teal));
  box-shadow: 0 0 0 4px rgba(138, 168, 97, 0.10);
}
.home .feat-frame {
  border-radius: 20px;
  padding: 8px;
  background: linear-gradient(160deg, #ffffff, #eef6ef);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}
.home .feat-frame img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 13px;
}

/* ── Modules grid ──────────────────────────────────────── */
.home .mod-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.home .mod-card {
  position: relative;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.home .mod-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--g700), var(--g500), var(--teal));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.home .mod-card:hover {
  transform: translateY(-4px);
  border-color: rgba(29, 115, 99, 0.3);
  box-shadow: 0 18px 40px rgba(29, 115, 99, 0.14);
}
.home .mod-card:hover::before {
  transform: scaleX(1);
}
.home .mod-icon {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(29, 115, 99, 0.12), rgba(138, 168, 97, 0.18));
}
.home .mod-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: var(--g700);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.home .mod-card h4 {
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.3;
}
.home .mod-card p {
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--muted);
  margin: 0;
}
.home .mod-tag {
  margin-top: auto;
  align-self: flex-start;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--g700);
  background: rgba(29, 115, 99, 0.1);
  padding: 4px 10px;
  border-radius: var(--pill);
}

/* ── Compare table ─────────────────────────────────────── */
.home .compare {
  background: var(--bg-2);
}
.home .compare-wrap {
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.home .compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.home .compare-table th {
  padding: 16px 20px;
  text-align: left;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.home .compare-table th:first-child {
  color: var(--muted);
  background: #fafdfb;
}
.home .compare-table th:nth-child(2) {
  color: #b8402e;
  background: var(--red-bg);
}
.home .compare-table th:nth-child(3) {
  color: var(--g700);
  background: linear-gradient(160deg, rgba(138, 168, 97, 0.16), rgba(29, 115, 99, 0.12));
}
.home .compare-table td {
  padding: 14px 20px;
  border-top: 1px solid var(--line);
  vertical-align: top;
}
.home .compare-table td:first-child {
  font-weight: 600;
  color: var(--ink);
}
.home .compare-table td:nth-child(2) {
  background: rgba(224, 83, 63, 0.05);
}
.home .compare-table td:nth-child(3) {
  background: rgba(29, 115, 99, 0.05);
}
.home .compare-table .c-no {
  color: #b8402e;
}
.home .compare-table .c-yes {
  color: var(--g700);
  font-weight: 700;
}
.home .compare-table .c-no::before {
  content: "✕ ";
  font-weight: 800;
}
.home .compare-table .c-yes::before {
  content: "✓ ";
  font-weight: 800;
}

/* ── Pricing (single) ──────────────────────────────────── */
.home .pricing-x {
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
}
.home .price-card {
  max-width: 780px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  background: var(--bg-2);
  border: 1.5px solid rgba(29, 115, 99, 0.25);
  border-radius: 26px;
  padding: 44px;
  box-shadow: var(--shadow-glow);
  position: relative;
  overflow: hidden;
}
.home .price-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, var(--g700), var(--g500), var(--teal));
}
.home .price-pqsg-banner {
  grid-column: 1 / -1;
  justify-self: center;
  width: min(100%, 650px);
  margin-top: -14px;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: linear-gradient(105deg, var(--g700), var(--g500));
  box-shadow: 0 12px 26px rgba(18, 105, 88, 0.2);
  color: #ffffff;
  font-size: 0.82rem;
  line-height: 1.2;
  text-align: center;
}
.home .price-pqsg-banner::before {
  content: "✓";
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  flex: 0 0 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  font-weight: 900;
}
.home .price-pqsg-banner-kicker {
  padding: 4px 8px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--g700);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.home .price-pqsg-banner strong {
  font-weight: 900;
}
.home .price-pqsg-banner > span:last-child {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}
.home .price-card:not([data-pqsg-enabled="true"]) .price-pqsg-partner {
  display: none;
}
.home .price-pqsg-partner {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 22px;
  padding: 10px 14px;
  border: 1px solid rgba(29, 115, 99, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(23, 99, 83, 0.08);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.home .price-pqsg-partner:hover {
  transform: translateY(-1px);
  border-color: rgba(29, 115, 99, 0.34);
  box-shadow: 0 16px 34px rgba(23, 99, 83, 0.13);
}
.home .price-pqsg-partner span {
  white-space: nowrap;
}
.home .price-pqsg-partner img {
  display: block;
  width: 82px;
  height: auto;
  max-height: 34px;
  object-fit: contain;
}
.home .price-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--g700);
  margin-bottom: 10px;
}
.home .price-name {
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--ink);
  margin-bottom: 8px;
}
.home .price-desc {
  font-size: 0.86rem;
  line-height: 1.6;
  color: var(--muted);
  margin-bottom: 22px;
}
.home .price-num {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--g700);
}
.home .price-num span {
  font-size: 1rem;
  font-weight: 500;
  color: var(--muted);
  margin-left: 4px;
}
.home .price-period {
  font-size: 0.76rem;
  line-height: 1.5;
  color: var(--muted);
  margin: 10px 0 22px;
}
.home .price-cta {
  width: 100%;
}
.home .price-fineprint {
  font-size: 0.76rem;
  color: var(--muted);
  margin-top: 12px;
  text-align: center;
}
.home .price-list {
  list-style: none;
  display: grid;
  gap: 11px;
  padding: 0;
}
.home .price-list li {
  position: relative;
  padding-left: 26px;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--ink);
}
.home .price-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.64rem;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(135deg, var(--g700), var(--g500));
}
.home .price-note {
  text-align: center;
  margin-top: 26px;
  font-size: 0.85rem;
  color: var(--muted);
}
.home .price-note a {
  color: var(--g700);
  font-weight: 700;
  text-decoration: none;
}
.home .price-note a:hover {
  text-decoration: underline;
}

/* ── Testimonials ──────────────────────────────────────── */
.home .testi-x {
  background: var(--bg-2);
}
.home .testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.home .testi-card {
  background: linear-gradient(165deg, var(--bg), #ffffff);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.home .testi-stars {
  color: var(--g500);
  font-size: 0.95rem;
  letter-spacing: 3px;
}
.home .testi-text {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--ink);
  flex: 1;
  margin: 0;
}
.home .testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.home .testi-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.84rem;
  color: #fff;
  background: linear-gradient(135deg, var(--g700), var(--g500));
  flex-shrink: 0;
}
.home .testi-name {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--ink);
}
.home .testi-role {
  font-size: 0.78rem;
  color: var(--muted);
}
.home .testi-cta {
  background: linear-gradient(160deg, var(--g700), var(--g800));
  border: none;
  color: #fff;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.home .testi-cta h4 {
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.3;
}
.home .testi-cta p {
  font-size: 0.86rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
}

/* ── Contact band ──────────────────────────────────────── */
.home .contact-x {
  background: radial-gradient(
      100% 140% at 90% 0%,
      rgba(95, 151, 166, 0.3),
      transparent 50%
    ),
    linear-gradient(150deg, var(--g900), var(--g700));
  color: #fff;
}
.home .contact-x-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 36px;
  align-items: center;
}
.home .contact-x-team {
  display: flex;
}
.home .contact-x-team img {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.3);
}
.home .contact-x-team img:not(:first-child) {
  margin-left: -16px;
}
.home .contact-x-text h2 {
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  font-weight: 900;
  margin-bottom: 8px;
}
.home .contact-x-text p {
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  max-width: 440px;
}
.home .contact-x-details {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  text-align: right;
}
.home .contact-x-details span {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.55);
}
.home .contact-x-details span.mt {
  margin-top: 10px;
}
.home .contact-x-details a {
  color: #fff;
  font-weight: 800;
  font-size: 1.05rem;
  text-decoration: none;
}
.home .contact-x-details .contact-x-mail {
  font-size: 0.82rem;
  font-weight: 600;
  word-break: break-all;
}
.home .contact-x-details .btn-accent {
  margin-top: 16px;
}

/* ── Footer ────────────────────────────────────────────── */
.home .footer-x {
  background: var(--g900);
  color: rgba(255, 255, 255, 0.6);
  padding: 52px 0 28px;
}
.home .footer-x-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 36px;
  padding-bottom: 32px;
}
.home .footer-x-brand img {
  height: 56px;
  width: auto;
  margin-bottom: 14px;
}
.home .footer-x-brand p {
  font-size: 0.8rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.45);
}
.home .footer-x-col h4 {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.42);
  margin-bottom: 14px;
}
.home .footer-x-col a {
  display: block;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.66);
  text-decoration: none;
  margin-bottom: 9px;
  transition: color 0.15s ease;
}
.home .footer-x-col a:hover {
  color: #fff;
}
.home .footer-x-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.4);
}

/* ── Reveal animation (respects prefers-reduced-motion) ── */
@media (prefers-reduced-motion: reduce) {
  .home .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ── Responsive ────────────────────────────────────────── */
@media (max-width: 980px) {
  .home .hero-x-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 60px 0 64px;
  }
  .home .hero-x-visual {
    order: -1;
  }
  .home .hero-x-chip--top {
    left: 0;
  }
  .home .hero-x-chip--bottom {
    right: 0;
  }
  .home .feat-split {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .home .feat-split.reverse .feat-copy {
    order: 0;
  }
  .home .mod-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .home .ps-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .home .ps-vs {
    padding: 0;
  }
  .home .ps-vs span {
    transform: rotate(90deg);
  }
  .home .price-card {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px;
  }
  .home .testi-grid {
    grid-template-columns: 1fr;
  }
  .home .contact-x-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }
  .home .contact-x-team {
    justify-content: center;
  }
  .home .contact-x-text p {
    margin-inline: auto;
  }
  .home .contact-x-details {
    align-items: center;
    text-align: center;
  }
  .home .footer-x-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Mobile nav: reuse styles.css toggle behaviour under .home */
@media (max-width: 900px) {
  .home .site-top {
    padding: 6px 0;
  }
  .home .nav-bar {
    flex-wrap: wrap;
    gap: 12px;
    padding: 8px 0;
  }
  .home .nav-toggle {
    display: inline-flex;
    margin-left: auto;
    order: 2;
  }
  .home .top-cta {
    order: 3;
    width: 100%;
    display: none;
  }
  .home .nav-bar.is-open .top-cta {
    display: flex;
  }
  .home .nav-menu {
    display: none;
    order: 4;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    margin: 0;
    gap: 2px;
  }
  .home .nav-bar.is-open .nav-menu {
    display: flex;
  }
  .home .nav-menu a {
    padding: 12px 14px;
  }
  .home .top-cta .btn {
    flex: 1;
  }
}

@media (max-width: 560px) {
  .home .container,
  .home .nav-bar {
    width: 100% - 32px;
    width: calc(100% - 32px);
  }
  .home .section {
    padding: 60px 0;
  }
  .home .mod-grid {
    grid-template-columns: 1fr;
  }
  .home .footer-x-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .home .hero-x-trust {
    gap: 8px 18px;
  }
  .home .hero-x-chip {
    display: none;
  }
  .home .ps-col,
  .home .price-card {
    padding: 24px;
  }
  .home .price-pqsg-banner {
    justify-content: flex-start;
    margin-top: -4px;
    border-radius: 16px;
    text-align: left;
  }
  .home .price-pqsg-partner {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .home .price-pqsg-partner span {
    white-space: normal;
  }
  .home .compare-table th,
  .home .compare-table td {
    padding: 11px 12px;
    font-size: 0.82rem;
  }
}

/* ============================================================
   Unified SUBPAGE layer — applies the high-tech look to the
   existing content of all non-home pages (styles.css classes).
   Scoped under .home so only unified pages are affected.
   ============================================================ */

/* Re-center the legacy .page wrapper (body.home is display:block) */
.home .page {
  width: min(1180px, 100% - 48px);
  margin-inline: auto;
  padding: 36px 0 64px;
  gap: 40px;
}

/* ---- Page headings ---------------------------------------- */
.home .page-title,
.home .form-section h1,
.home .faq-section h1,
.home .legal-section h1,
.home .landing-hero h1,
.home .blog-hero h1 {
  font-size: clamp(2rem, 3.4vw, 2.85rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.12;
  color: var(--g700);
}
.home .page-intro,
.home .faq-intro,
.home .form-section > p {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--muted);
}
.home .intro {
  margin-top: 14px;
}

/* Section sub-headings */
.home .about-section h2,
.home .landing-section h2,
.home .legal-section h2,
.home .features h2,
.home .blog-cta h3 {
  color: var(--g700);
  font-weight: 800;
  letter-spacing: -0.01em;
}
.home .about-section h2,
.home .landing-section h2 {
  font-size: clamp(1.4rem, 2.3vw, 1.9rem);
}
.home .landing-section h3 {
  color: var(--g700);
  font-weight: 700;
}

/* ---- About / page hero band ------------------------------- */
.home .about-hero {
  position: relative;
  overflow: hidden;
  margin-top: 6px;
  padding: 48px 44px;
  border-radius: 24px;
  background: linear-gradient(150deg, #07241e 0%, #0e3a30 50%, #14564a 100%);
  color: #fff;
}
.home .about-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(95, 151, 166, 0.34), transparent 65%);
  pointer-events: none;
}
.home .about-hero > * {
  position: relative;
  z-index: 1;
}
.home .about-hero h1 {
  color: #fff;
}
.home .about-hero p {
  color: rgba(255, 255, 255, 0.82);
}

/* ---- Universal card treatment ----------------------------- */
.home .feature-card,
.home .principle-card,
.home .team-card,
.home .faq-item,
.home .about-card,
.home .legal-card,
.home .natura-blog .blog-card,
.home .contact-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.home .feature-card:hover,
.home .principle-card:hover,
.home .team-card:hover,
.home .faq-item:hover,
.home .natura-blog .blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(29, 115, 99, 0.12);
  border-color: rgba(29, 115, 99, 0.28);
}
.home .feature-card h2,
.home .principle-card h3,
.home .team-card h3,
.home .faq-item h3,
.home .natura-blog .blog-card h3 {
  color: var(--g700);
  font-weight: 800;
  letter-spacing: -0.01em;
}

/* Feature cards: subtle gradient top accent on hover */
.home .feature-card {
  position: relative;
  overflow: hidden;
}
.home .feature-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--g700), var(--g500), var(--teal));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.home .feature-card:hover::before {
  transform: scaleX(1);
}

/* ---- Keyword pills ---------------------------------------- */
.home .keyword-list li {
  background: #fff;
  border: 1px solid rgba(29, 115, 99, 0.22);
  color: var(--ink);
  font-weight: 500;
}

/* ---- Blog ------------------------------------------------- */
.home .blog-cta {
  border: 1px solid rgba(29, 115, 99, 0.18);
  background: linear-gradient(150deg, rgba(29, 115, 99, 0.09), rgba(138, 168, 97, 0.12));
}
.home .natura-blog .blog-tag {
  color: var(--teal-700);
}

/* ---- Links inside content --------------------------------- */
.home .landing-section a,
.home .legal-card a,
.home .highlight-link a {
  color: var(--g700);
  font-weight: 600;
}

/* ---- Forms (kontakt + toast share .form-card) ------------- */
.home .form-card {
  border-radius: 20px;
  box-shadow: var(--shadow-md);
}

/* ---- Responsive: subpage container padding ---------------- */
@media (max-width: 560px) {
  .home .page {
    width: calc(100% - 32px);
    padding: 24px 0 48px;
    gap: 28px;
  }
  .home .about-hero {
    padding: 32px 22px;
  }
}

/* ============================================================
   Landingpage: Pflegedienst eröffnen / QM-Service
   ============================================================ */
.home .lp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--g400);
  margin-bottom: 14px;
}
.home .lp-note {
  font-size: 0.84rem;
  color: var(--muted);
  text-align: center;
  margin-top: 20px;
}
.home .lp-note strong { color: var(--g700); font-weight: 700; }

/* Leistungs-Karten */
.home .svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.home .svc-card {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.home .svc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(29, 115, 99, 0.12);
  border-color: rgba(29, 115, 99, 0.28);
}
.home .svc-icon {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(29, 115, 99, 0.12), rgba(138, 168, 97, 0.18));
}
.home .svc-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--g700);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.home .svc-card h3 { font-size: 1.05rem; font-weight: 800; color: var(--g700); }
.home .svc-card > p { font-size: 0.88rem; line-height: 1.65; color: var(--muted); margin: 0; }
.home .svc-card ul { list-style: none; display: grid; gap: 8px; padding: 0; margin-top: 2px; }
.home .svc-card li {
  position: relative;
  padding-left: 24px;
  font-size: 0.85rem;
  line-height: 1.45;
  color: var(--ink);
}
.home .svc-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(135deg, var(--g700), var(--g500));
}

/* Checkliste */
.home .check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.home .check-card {
  position: relative;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px 26px 24px;
  overflow: hidden;
}
.home .check-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--g700), var(--g500), var(--teal));
}
.home .check-phase { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.home .check-num {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 0.9rem;
  color: #fff;
  background: linear-gradient(135deg, var(--g700), var(--g600));
}
.home .check-phase h3 { font-size: 1.02rem; font-weight: 800; color: var(--g700); }
.home .check-list { list-style: none; display: grid; gap: 11px; padding: 0; }
.home .check-list li {
  position: relative;
  padding-left: 30px;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--ink);
}
.home .check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  border: 2px solid var(--g500);
  background: rgba(138, 168, 97, 0.12);
}
.home .check-list li::after {
  content: "✓";
  position: absolute;
  left: 3px;
  top: 0;
  font-size: 0.72rem;
  font-weight: 900;
  color: var(--g700);
}

/* CTA-Panel */
.home .lp-cta {
  background: linear-gradient(150deg, #07241e 0%, #0e3a30 55%, #14564a 100%);
  border-radius: 22px;
  padding: 40px 36px;
  text-align: center;
  color: #fff;
}
.home .lp-cta h2 { color: #fff; font-size: clamp(1.4rem, 2.4vw, 1.9rem); font-weight: 900; margin-bottom: 10px; }
.home .lp-cta p { color: rgba(255, 255, 255, 0.82); max-width: 560px; margin: 0 auto 22px; line-height: 1.65; }
.home .lp-cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 820px) {
  .home .svc-grid { grid-template-columns: 1fr; }
  .home .check-grid { grid-template-columns: 1fr; }
}

/* ── Homepage-Teaser für Service-Landingpage + rechtlicher Hinweis ── */
.home .teaser-x {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(150deg, rgba(29, 115, 99, 0.06), rgba(138, 168, 97, 0.10));
  padding: 38px 44px;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 32px;
  align-items: center;
}
.home .teaser-x::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--g700), var(--g500), var(--teal));
}
.home .teaser-x h2 {
  font-size: clamp(1.4rem, 2.4vw, 1.95rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--g700);
  margin-bottom: 12px;
}
.home .teaser-x > div > p {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 18px;
  max-width: 560px;
}
.home .teaser-points {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding: 0;
}
.home .teaser-points li {
  position: relative;
  padding-left: 22px;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--ink);
}
.home .teaser-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--g700);
  font-weight: 900;
}
.home .teaser-aside {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}
.home .teaser-aside .btn { width: 100%; }

.home .legal-hint {
  font-size: 0.78rem;
  line-height: 1.6;
  color: var(--muted);
  margin-top: 16px;
  max-width: 900px;
}
.home .legal-hint strong { color: var(--g700); }

.home .disclaimer {
  border: 1px dashed rgba(29, 115, 99, 0.32);
  background: rgba(29, 115, 99, 0.04);
  border-radius: 14px;
  padding: 20px 22px;
  font-size: 0.82rem;
  line-height: 1.65;
  color: var(--muted);
}
.home .disclaimer strong { color: var(--g700); }

@media (max-width: 820px) {
  .home .teaser-x { grid-template-columns: 1fr; padding: 28px 24px; }
}

/* ── Foto-Kundenstimme (Landingpage) ── */
.home .lp-quote {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 26px;
  align-items: center;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px 32px;
  box-shadow: var(--shadow-sm);
}
.home .lp-quote > img {
  width: 128px;
  height: 128px;
  border-radius: 18px;
  object-fit: cover;
  flex-shrink: 0;
}
.home .lp-quote .testi-stars {
  color: var(--g500);
  font-size: 0.95rem;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.home .lp-quote blockquote {
  margin: 0 0 14px;
  font-size: 1.02rem;
  line-height: 1.75;
  color: var(--ink);
  font-style: italic;
}
.home .lp-quote-author { font-weight: 800; color: var(--g700); }
.home .lp-quote-role { font-size: 0.85rem; color: var(--muted); }
@media (max-width: 640px) {
  .home .lp-quote { grid-template-columns: 1fr; text-align: center; padding: 24px; }
  .home .lp-quote > img { margin: 0 auto; }
}
