:root {
  --gold: #d7a934;
  --gold2: #f3cf73;
  --gold3: #9b6d16;
  --ink: #f5f5f2;
  --muted: #aaa8a2;
  --line: #303030;
  --panel: #0f0f10;
  --panel2: #151515;
  --black: #030303;
  --cream: #0b0b0c;
  --red: #d7a934;
  --green: #050505;
  --radius: 18px;
  --shadow: 0 18px 55px rgba(0, 0, 0, 0.34);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: #030303;
}
body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(
      700px 420px at -8% 32%,
      rgba(207, 151, 31, 0.16),
      transparent 60%
    ),
    radial-gradient(
      760px 520px at 103% 78%,
      rgba(204, 145, 23, 0.12),
      transparent 62%
    ),
    linear-gradient(180deg, #020202, #080808 52%, #030303);
  min-height: 100vh;
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.008) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}
a {
  text-decoration: none;
  color: inherit;
}
.wrap {
  max-width: 1460px;
  margin: auto;
  padding: 0 42px;
}
.top {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(2, 2, 2, 0.93) !important;
  border-bottom: 1px solid #242424 !important;
  backdrop-filter: blur(18px);
}
.nav {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 285px;
}
.mark,
.mark.nahwerk-mark {
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  border-radius: 50% !important;
  font-size: 0 !important;
  color: transparent !important;
  background: #050505 center/95% no-repeat
    url("logo-nahwerk-concierge-gold.svg") !important;
  border: 0 !important;
  box-shadow: 0 0 26px rgba(215, 169, 52, 0.09) !important;
}
.brandtext strong {
  display: block !important;
  font-size: 0 !important;
}
.brandtext strong:before {
  content: "NAHWERK";
  font:
    600 29px/1 Georgia,
    serif;
  letter-spacing: 2px;
  color: #f0b93b;
}
.brandtext span {
  display: block !important;
  font-size: 0 !important;
  margin-top: 6px;
}
.brandtext span:before {
  content: "CONCIERGE";
  font:
    600 12px/1 Arial,
    sans-serif;
  letter-spacing: 7px;
  color: #e2b03a;
}
.senior-product .mark {
  background: #fff center/cover no-repeat url("logo-senioren-concierge.webp") !important;
  border: 1px solid #d7b86c !important;
}
.senior-product .brandtext strong:before {
  content: "SENIOREN";
}
.senior-product .brandtext span:before {
  content: "CONCIERGE";
}
.links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 31px;
  font-size: 15px;
  font-weight: 600;
  color: #e8e8e6;
  white-space: nowrap;
}
.links a {
  padding: 33px 0 24px;
  border-bottom: 3px solid transparent;
  transition: 0.18s ease;
}
.links a:hover,
.links a.active {
  color: #efbc3f;
  border-bottom-color: var(--gold);
}
.links .auth-link {
  padding: 14px 30px;
  border: 1px solid #9c731a;
  border-radius: 9px;
  color: #efbc3f;
}
.links .auth-link.register-link {
  background: linear-gradient(135deg, #f7cf6d, #d99823);
  color: #15100a;
  border-color: #e6b446;
  box-shadow: 0 8px 26px rgba(214, 163, 53, 0.18);
}
.links .auth-link.active {
  border-bottom: 1px solid #e5b13d;
}
.hero,
.homehero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 85% 55%,
      rgba(213, 158, 38, 0.12),
      transparent 30%
    ),
    linear-gradient(145deg, #050505, #0b0b0c 58%, #050505) !important;
  border-bottom: 1px solid #262626 !important;
}
.hero {
  padding: 72px 0 68px;
}
.hero:before {
  content: "";
  position: absolute;
  left: -180px;
  top: 10%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(228, 178, 59, 0.19),
    rgba(187, 127, 11, 0.04) 47%,
    transparent 68%
  );
  filter: blur(16px);
}
.hero h1,
.homecopy h1 {
  color: #fff !important;
  text-shadow: 0 4px 32px rgba(0, 0, 0, 0.42);
}
.eyebrow {
  color: var(--gold) !important;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.hero h1 {
  font:
    700 52px/1.08 Georgia,
    serif;
  margin: 11px 0 18px;
}
.hero p {
  max-width: 760px;
  font-size: 18px;
  line-height: 1.7;
  color: #c9c9c5 !important;
}
.section {
  position: relative;
  padding: 62px 0;
  background: transparent !important;
}
.section.alt {
  background: linear-gradient(
    180deg,
    rgba(17, 17, 17, 0.88),
    rgba(8, 8, 8, 0.92)
  ) !important;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}
h2 {
  font:
    700 36px/1.15 Georgia,
    serif;
  margin: 0 0 14px;
  color: #fff;
}
h3 {
  font-size: 20px;
  margin: 0 0 10px;
  color: #fff;
}
.lead {
  font-size: 17px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 820px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}
.card,
.product,
.mini-plan,
.step,
.contactitem,
.formcard,
.preview,
.logincard,
.resetcard,
.usagebox,
.legalbox,
.faq details {
  border: 1px solid #333 !important;
  border-radius: var(--radius) !important;
  padding: 26px;
  background: linear-gradient(
    145deg,
    rgba(17, 17, 18, 0.98),
    rgba(8, 8, 9, 0.98)
  ) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    var(--shadow) !important;
  color: #f4f4f0 !important;
}
.card.redline,
.product.primary,
.mini-plan.pop,
.planbox {
  border-color: #9f751a !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 0 1px rgba(215, 169, 52, 0.08),
    var(--shadow) !important;
}
.card p,
.card li,
.product p,
.step p,
.contactitem p,
.faq p,
.legalcopy p,
.legalcopy li,
.muted,
.tiny,
.smallprint {
  color: #aaa !important;
}
.price {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
}
.pill,
.planned,
.prefchip,
.tag {
  display: inline-block;
  background: #211a0c !important;
  color: var(--gold2) !important;
  border: 1px solid #5d471d !important;
  font-weight: 800;
  font-size: 11px;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border-radius: 9px;
  border: 1px solid #a87e24;
  font-weight: 750;
  font-size: 14px;
  transition: 0.18s ease;
}
.btn.red {
  background: linear-gradient(135deg, #f4ca65, #d89a27) !important;
  color: #15100a !important;
  border-color: #e6b445 !important;
  box-shadow: 0 9px 30px rgba(211, 163, 63, 0.16);
}
.btn.red:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}
.btn.light {
  background: #090909 !important;
  color: #f2c85f !important;
  border-color: #856522 !important;
}
.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.field label {
  display: block;
  color: #f0f0ed !important;
  font-size: 14px;
  font-weight: 650;
  margin-bottom: 8px;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #454545 !important;
  border-radius: 9px !important;
  outline: none;
  background: #0b0b0c !important;
  color: #f3f3ef !important;
  transition: 0.16s ease;
}
.field input::placeholder,
.field textarea::placeholder {
  color: #777;
}
.field input:hover,
.field select:hover,
.field textarea:hover {
  border-color: #696969 !important;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--gold) !important;
  box-shadow: 0 0 0 3px rgba(215, 169, 52, 0.12) !important;
}
.choice label {
  background: #0b0b0c !important;
  border: 1px solid #3c3c3c !important;
  color: #ecece9 !important;
}
.choice label.selected {
  background:
    radial-gradient(
      circle at 20% 50%,
      rgba(215, 169, 52, 0.16),
      transparent 70%
    ),
    #111 !important;
  border-color: var(--gold) !important;
  color: #f4bd3b !important;
}
.choice input {
  accent-color: var(--gold) !important;
}
.status,
.selfhint,
.notice,
.warning {
  border-left: 3px solid var(--gold) !important;
  background: #17130a !important;
  color: #e9e0c9 !important;
}
.legalcopy {
  max-width: 980px;
}
.legalcopy a {
  color: var(--gold);
  text-decoration: underline;
}
.footer {
  background: #020202 !important;
  color: #fff;
  padding: 46px 0 20px;
  border-top: 1px solid #262626;
}
.footergrid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.8fr 0.9fr;
  gap: 30px;
}
.footer h4 {
  margin: 0 0 12px;
}
.footer a,
.footer p {
  display: block;
  color: #aaa;
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
}
.footer a:hover {
  color: var(--gold);
}
.footbottom {
  border-top: 1px solid #2d281c;
  margin-top: 28px;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  color: #888;
}
.contactbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 28px;
}
.password-toggle {
  color: #ddd !important;
}
.password-toggle:hover,
.password-toggle:focus {
  background: #171717 !important;
}
.eye-icon {
  width: 22px;
  height: 22px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.msg {
  background: linear-gradient(145deg, #f7f7f7, #ececec) !important;
  color: #191919 !important;
  border: 1px solid #dedede !important;
}
.msg strong {
  color: #111;
}
.preview {
  position: sticky;
  top: 118px;
}
.planbox {
  border: 1px solid #9f751a !important;
  border-radius: 12px;
  padding: 18px;
  margin-bottom: 20px;
  background:
    radial-gradient(
      circle at 18% 15%,
      rgba(215, 169, 52, 0.11),
      transparent 40%
    ),
    #0c0c0c !important;
}
.planbox strong {
  color: #e6b43a;
}
.benefits {
  list-style: none;
  padding: 0 !important;
}
.benefits li {
  position: relative;
  padding-left: 30px;
  margin: 9px 0 !important;
}
.benefits li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 18px;
  height: 18px;
  border: 1px solid #bf8e25;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #e1ac2f;
  font-size: 11px;
  font-weight: 800;
}
.trustline {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
  color: #d5d5d2;
}
.trust-shield {
  width: 34px;
  height: 38px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.8;
}
.hero:after {
  content: "";
  position: absolute;
  right: max(5vw, 42px);
  top: 50%;
  transform: translateY(-50%);
  width: min(330px, 27vw);
  aspect-ratio: 1;
  background: center/100% 100% no-repeat
    url("NASHWERK-Concierge-Smartphone-mittig-ODYSX.png?v=1");
  -webkit-clip-path: circle(42% at 50% 45%);
  clip-path: circle(42% at 50% 45%);
  filter: drop-shadow(0 0 26px rgba(255, 255, 255, 0.13));
  opacity: 0.34;
  pointer-events: none;
}
.senior-product .hero:after {
  background: center/cover no-repeat url("logo-senioren-concierge.webp");
  -webkit-clip-path: none;
  clip-path: none;
  border-radius: 50%;
  opacity: 0.12;
}

@media (max-width: 1280px) {
  .nav {
    height: auto;
    min-height: 0;
    padding-top: 10px;
    padding-bottom: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .brand {
    min-width: 0;
  }
  .links {
    width: 100%;
    justify-content: center;
    gap: clamp(13px, 2vw, 26px);
    flex-wrap: wrap;
    white-space: normal;
  }
  .links a,
  .links .auth-link {
    padding: 8px 0 10px;
  }
}

@media (max-width: 700px) {
  .wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 16px;
    text-align: center;
  }
  .links .auth-link {
    border-radius: 7px;
  }
  .hero:after {
    right: 10px;
    width: min(240px, 46vw);
    opacity: 0.14;
  }
}

/* Senioren Concierge: ruhige, helle Produktwelt bei dunkler Hauptnavigation. */
.senior-product {
  --ink: #211f1a;
  --muted: #6e685f;
  --line: #e8dfcf;
  color: var(--ink);
  background: #fffdf9;
}
.senior-product:before {
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(151, 111, 31, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(151, 111, 31, 0.018) 1px, transparent 1px);
}
.senior-product .hero,
.senior-product .homehero {
  background:
    radial-gradient(circle at 86% 46%, rgba(215, 169, 52, 0.14), transparent 32%),
    linear-gradient(145deg, #fff, #fffaf0 58%, #f8eedb) !important;
  border-bottom-color: #eadfc9 !important;
}
.senior-product .hero:before {
  background: radial-gradient(circle, rgba(228, 178, 59, 0.18), rgba(187, 127, 11, 0.035) 48%, transparent 69%);
}
.senior-product .hero:has(.senior-hero-photo):after {
  display: none;
}
.senior-product .senior-image-hero:after {
  display: none !important;
}
.senior-product .senior-image-hero .senior-hero-photo {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.senior-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
}
.senior-hero-copy {
  position: relative;
  z-index: 2;
}
.senior-hero-photo {
  position: relative;
  z-index: 2;
  margin: 0;
  overflow: hidden;
  border: 1px solid #dfc47e;
  border-radius: 28px;
  aspect-ratio: 3 / 2;
  background: #f4ead8;
  box-shadow: 0 24px 60px rgba(93, 67, 20, 0.18);
}
.senior-hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 950px) {
  .senior-hero-layout {
    grid-template-columns: 1fr;
  }
  .senior-hero-photo {
    max-width: 760px;
    width: 100%;
  }
}
.senior-product .hero h1,
.senior-product .homecopy h1,
.senior-product h2,
.senior-product h3 {
  color: #211f1a !important;
  text-shadow: none;
}
.senior-product .hero p,
.senior-product .lead,
.senior-product .card p,
.senior-product .card li {
  color: #625d55 !important;
}
.senior-product .section {
  background: #fffdf9 !important;
}
.senior-product .section.alt {
  background: linear-gradient(180deg, #fbf5e9, #fffdf9) !important;
  border-color: #eadfc9 !important;
}
.senior-product .card,
.senior-product .product,
.senior-product .mini-plan,
.senior-product .step,
.senior-product .contactitem,
.senior-product .formcard,
.senior-product .preview {
  color: #211f1a !important;
  background: #fff !important;
  border-color: #e8dfcf !important;
  box-shadow: 0 12px 34px rgba(96, 72, 24, 0.08) !important;
}
.senior-product .formcard h1,
.senior-product .formcard label,
.senior-product .preview .msg,
.senior-product .trustline {
  color: #211f1a !important;
}
.senior-product .formcard .tiny,
.senior-product .preview-note {
  color: #6e685f !important;
}
.senior-product .field input,
.senior-product .field select,
.senior-product .field textarea,
.senior-product .choice label,
.senior-product .msg,
.senior-product .selfhint,
.senior-product .status {
  color: #211f1a !important;
  background: #fffdf9 !important;
  border-color: #ded2bc !important;
}
.senior-product .choice label.selected {
  background: #fff5dc !important;
  border-color: #c99b2d !important;
}
.senior-product .planbox {
  color: #211f1a !important;
  background: linear-gradient(145deg, #fff8e7, #fffdf9) !important;
  border-color: #d7a934 !important;
}
.senior-product .planbox .plan-sub,
.senior-product .planbox li {
  color: #625d55 !important;
}
.senior-product .card.redline {
  border-color: #dfc27d !important;
  box-shadow: inset 0 3px 0 #d7a934, 0 12px 34px rgba(96, 72, 24, 0.08) !important;
}
.senior-product .btn.light {
  background: #fff !important;
  color: #5d481e !important;
  border-color: #d8bd7d !important;
}
.senior-product .footer {
  background: #171511 !important;
  border-top-color: #332d22;
}
