/* Notaly — warmes Scrapbook: weich, familiär, einladend */

:root {
  --notaly-yellow: #ffbc2c;
  --notaly-yellow-soft: #ffe8b8;
  --notaly-orange: #e8a020;
  --notaly-peach: #fff3e6;
  --notaly-teal: #2a6f66;
  --notaly-teal-soft: rgba(42, 111, 102, 0.12);
  --notaly-cream: #fffaf3;
  --notaly-paper: #f7efe4;
  --notaly-muted-bg: #efe6d8;
  --notaly-ink: #3a332c;
  --notaly-ink-muted: #6b6158;
  --notaly-rule: #c4a574;
  --notaly-rule-soft: rgba(196, 165, 116, 0.4);
  --notaly-nav-h: 4.5rem;
  --notaly-radius-lg: 1.25rem;
  --notaly-radius-xl: 1.75rem;
  --notaly-shadow-soft: 0 10px 40px rgba(58, 51, 44, 0.07);
  --notaly-shadow-lift: 0 6px 24px rgba(58, 51, 44, 0.08);
  --font-display: "Nunito", system-ui, sans-serif;
  --font-body: "Nunito", system-ui, sans-serif;
  --font-handwritten: "Caveat", "Segoe Print", cursive;
}

html {
  scroll-behavior: smooth;
}

body.notaly-site {
  overflow-x: clip;
  font-family: var(--font-body);
  padding-top: var(--notaly-nav-h);
  color: var(--notaly-ink);
  background-color: var(--notaly-cream);
  background-image:
    radial-gradient(ellipse 100% 70% at 50% -15%, rgba(255, 188, 44, 0.14), transparent 45%),
    radial-gradient(ellipse 60% 40% at 100% 50%, rgba(255, 227, 189, 0.35), transparent 55%),
    linear-gradient(180deg, #fffaf5 0%, #f5ebe0 100%);
  line-height: 1.65;
}

/* In-app WebView (?app=1): flat canvas — no nav offset, no paper/gradient bands or rule lines */
body.notaly-site.notaly-app-embed {
  padding-top: 0;
  background-image: none;
  background-color: var(--notaly-cream);
}

body.notaly-app-embed .notaly-section-paper,
body.notaly-app-embed .notaly-section-muted {
  background: transparent !important;
}

body.notaly-app-embed .border-bottom.notaly-section-border {
  border-bottom: none !important;
}

body.notaly-app-embed .notaly-footer {
  background: transparent !important;
  border-top: none !important;
}

/* Bootstrap .row is flex; columns default to min-width:auto and can refuse to shrink below content width */
.notaly-site .row > [class*="col-"] {
  min-width: 0;
}

.font-display {
  font-family: var(--font-display);
}

.font-handwritten {
  font-family: var(--font-handwritten);
}

/* Überschriften: Scrapbook-Tab oder weiche Linie */
.notaly-heading {
  border-left: 4px solid var(--notaly-yellow);
  padding-left: 0.9rem;
  color: var(--notaly-ink);
  font-weight: 800;
  border-radius: 0 0.35rem 0.35rem 0;
}

.notaly-heading--soft {
  border-left-color: rgba(255, 188, 44, 0.65);
  font-weight: 800;
}

/* Hero */
.notaly-hero-kicker {
  font-size: clamp(1.35rem, 3.5vw, 1.75rem);
  line-height: 1.2;
  color: var(--notaly-teal);
}

.notaly-hero-title {
  font-size: clamp(1.75rem, 4.5vw, 2.35rem);
  line-height: 1.22;
  letter-spacing: -0.02em;
  overflow-wrap: break-word;
  hyphens: auto;
}

.notaly-hero-lead {
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 36rem;
}

.notaly-lead-tight {
  font-size: 1.05rem;
  line-height: 1.55;
  max-width: 40rem;
  margin-inline: auto;
}

.notaly-section-eyebrow {
  font-size: 1.35rem;
  line-height: 1.2;
  color: var(--notaly-teal);
}

.notaly-deco {
  position: absolute;
  pointer-events: none;
  opacity: 0.9;
}

.notaly-deco--heart {
  top: 0.5rem;
  right: 8%;
  transform: rotate(12deg);
}

@media (max-width: 991.98px) {
  .notaly-deco--heart {
    right: 4%;
    opacity: 0.5;
  }
}

.notaly-scrapbook-frame {
  position: relative;
  padding: 0.65rem;
  background: linear-gradient(145deg, #fffefb 0%, var(--notaly-peach) 100%);
  border-radius: var(--notaly-radius-xl);
  box-shadow: var(--notaly-shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(184, 149, 106, 0.25);
}

.notaly-scrapbook-frame .notaly-idee-img {
  border-radius: var(--notaly-radius-lg) !important;
  box-shadow: 0 4px 20px rgba(58, 51, 44, 0.1) !important;
}

.notaly-scrapbook-caption {
  line-height: 1.45;
}

.notaly-section-warm {
  background: linear-gradient(180deg, rgba(255, 243, 230, 0.85) 0%, rgba(250, 246, 239, 0.4) 100%);
}

.notaly-warum-card {
  border-radius: var(--notaly-radius-lg);
  background: rgba(255, 254, 250, 0.98);
  border: 2px dashed rgba(196, 165, 116, 0.45);
  box-shadow: 0 8px 28px rgba(58, 51, 44, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.notaly-warum-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--notaly-shadow-lift);
}

.notaly-warum-card--soft {
  background: rgba(255, 255, 255, 0.75);
}

.notaly-warum-icon {
  width: 3.25rem;
  height: 3.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 188, 44, 0.25);
  color: var(--notaly-ink);
  font-size: 1.45rem;
}

.notaly-warum-icon--sun {
  background: var(--notaly-teal-soft);
  color: var(--notaly-teal);
}

.notaly-step-bubble {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--notaly-yellow) 0%, var(--notaly-orange) 100%);
  color: var(--notaly-ink);
  box-shadow: 0 4px 0 rgba(58, 51, 44, 0.08);
}

.notaly-step-bubble-num {
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
}

.notaly-card-lift {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.notaly-card-lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--notaly-shadow-lift) !important;
}

@media (prefers-reduced-motion: reduce) {
  .notaly-card-lift:hover,
  .notaly-warum-card:hover {
    transform: none;
  }
}

.notaly-section-stimmen {
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.95) 0%, rgba(255, 240, 220, 0.35) 100%);
}

.notaly-quote--warm {
  position: relative;
  border-radius: var(--notaly-radius-lg);
  border: 1px solid rgba(196, 165, 116, 0.35);
  background: rgba(255, 254, 250, 0.95);
}

.notaly-quote--warm .blockquote {
  font-size: 1rem;
  line-height: 1.5;
  border-left: 0;
  padding-left: 0;
}

.notaly-quote-heart {
  display: block;
  font-size: 1.25rem;
  line-height: 1;
  color: rgba(232, 160, 32, 0.85);
  margin-bottom: 0.5rem;
}

/* Skip link */
.skip-link {
  position: absolute;
  left: -9999px;
  z-index: 9999;
  padding: 0.5rem 1rem;
  background: var(--notaly-teal);
  color: #fff;
}
.skip-link:focus {
  left: 0.5rem;
  top: 0.5rem;
}

/* Nav */
.notaly-nav {
  min-height: var(--notaly-nav-h);
  background: rgba(250, 246, 239, 0.92) !important;
  border-bottom: 1px solid var(--notaly-rule-soft) !important;
  backdrop-filter: blur(8px);
}

.notaly-nav-scroll {
  min-width: 0;
}

.notaly-nav-links {
  row-gap: 0.15rem;
}

@media (min-width: 992px) {
  .notaly-nav-links {
    flex-wrap: wrap;
    align-items: center;
    column-gap: 0.55rem;
    row-gap: 0.35rem;
  }
}

.notaly-nav .nav-link {
  color: var(--notaly-ink);
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 0.55rem 0.85rem;
  border-radius: 0.35rem;
  transition: color 0.15s ease, background 0.15s ease;
}

@media (min-width: 992px) {
  .notaly-nav .nav-link {
    padding-inline: 0.75rem;
    white-space: nowrap;
  }
}

.notaly-nav .nav-link:hover,
.notaly-nav .nav-link:focus-visible {
  color: var(--notaly-teal);
  background: rgba(42, 111, 102, 0.06);
}

.notaly-nav .nav-link.active {
  color: var(--notaly-teal) !important;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.35rem;
  text-decoration-color: var(--notaly-teal);
  background: transparent;
}

.notaly-nav.nav-elevated {
  box-shadow: 0 4px 24px rgba(58, 51, 44, 0.06);
}

/* Navbar: rundes App-Icon — PNG wird beschnitten (cover), größeres Asset nutzen */
.brand-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 1px 5px rgba(58, 51, 44, 0.14);
  border: 1px solid rgba(58, 51, 44, 0.1);
  background: var(--notaly-yellow);
}

.brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.brand-navbar-title {
  font-size: 1.2rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--notaly-ink);
}

/* Buttons: warm, nicht „Bootstrap default“ */
.btn-notaly-primary {
  --bs-btn-bg: var(--notaly-yellow);
  --bs-btn-border-color: rgba(58, 51, 44, 0.12);
  --bs-btn-color: var(--notaly-ink);
  --bs-btn-hover-bg: var(--notaly-orange);
  --bs-btn-hover-border-color: rgba(58, 51, 44, 0.15);
  --bs-btn-hover-color: var(--notaly-ink);
  --bs-btn-active-bg: var(--notaly-orange);
  --bs-btn-active-color: var(--notaly-ink);
  font-weight: 700;
  border-radius: 999px;
}

.btn-notaly-outline {
  --bs-btn-color: var(--notaly-teal);
  --bs-btn-border-color: rgba(42, 111, 102, 0.45);
  --bs-btn-hover-bg: rgba(42, 111, 102, 0.08);
  --bs-btn-hover-color: var(--notaly-teal);
  --bs-btn-hover-border-color: var(--notaly-teal);
  font-weight: 600;
  border-radius: 999px;
}

.btn-notaly-cta {
  border-radius: 999px !important;
  padding-inline: 1.35rem;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(255, 188, 44, 0.35);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn-notaly-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(255, 188, 44, 0.45);
}

@media (prefers-reduced-motion: reduce) {
  .btn-notaly-cta:hover {
    transform: none;
  }
}

/* Sektionen */
.notaly-section-cream {
  background: transparent;
}

/* Hero: spielerischer Hintergrund — weiche Flecken + feines Raster (ohne Bilddatei) */
#idee.notaly-hero-section {
  position: relative;
  background-color: #faf7f2;
  background-image:
    radial-gradient(ellipse 82% 58% at 90% 6%, rgba(255, 188, 44, 0.2), transparent 40%),
    radial-gradient(ellipse 70% 52% at 4% 92%, rgba(42, 111, 102, 0.09), transparent 45%),
    radial-gradient(rgba(184, 149, 106, 0.14) 0.85px, transparent 1.1px),
    repeating-linear-gradient(
      -32deg,
      transparent 0,
      transparent 14px,
      rgba(255, 188, 44, 0.05) 14px,
      rgba(255, 188, 44, 0.05) 15px
    ),
    linear-gradient(168deg, #fdfcfa 0%, #f5efe6 48%, #faf6ef 100%);
  background-size:
    auto,
    auto,
    22px 22px,
    auto,
    100% 100%;
  background-position: center;
}
.notaly-section-paper {
  background: rgba(255, 254, 250, 0.65);
}
.notaly-section-muted {
  background: rgba(235, 227, 214, 0.55);
}

.notaly-section-border {
  border-color: var(--notaly-rule-soft) !important;
}

/* Vorteile — Einleitung + Karten */
.notaly-vorteile-intro {
  max-width: 42rem;
  line-height: 1.65;
}

/* Gleiche Kartenhöhe pro Zeile (Flex-Spalten) */
.notaly-vorteile-section .row > .col {
  display: flex;
  flex-direction: column;
}

.notaly-vorteile-card {
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  padding: 1.35rem 1.2rem;
  background: rgba(255, 254, 250, 0.98);
  border: 1px solid var(--notaly-rule-soft);
  border-radius: var(--notaly-radius-lg);
  box-shadow: 0 4px 16px rgba(58, 51, 44, 0.04);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.18s ease;
}

.notaly-vorteile-card:hover {
  transform: translateY(-2px);
  border-color: rgba(184, 149, 106, 0.45);
  box-shadow: 0 8px 24px rgba(58, 51, 44, 0.07);
}

.notaly-vorteile-card-icon {
  display: block;
  font-size: 1.5rem;
  color: var(--notaly-yellow);
  filter: drop-shadow(0 1px 0 rgba(58, 51, 44, 0.08));
  margin-bottom: 0.65rem;
}

.notaly-vorteile-card-title {
  font-size: 1.08rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--notaly-ink);
  line-height: 1.3;
}

.notaly-vorteile-card-text {
  font-size: 0.9rem;
  line-height: 1.55;
}

/* Store-Badges — gleiche Breite, Notaly-Gelb an den Icons, etwas mehr Gewicht */
.notaly-store-row {
  width: 100%;
}

.notaly-store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-width: 0;
  max-width: 100%;
  padding: 0.75rem 1.1rem;
  border: 2px solid rgba(255, 188, 44, 0.55);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 252, 245, 0.98) 0%, rgba(255, 248, 230, 0.65) 100%);
  box-shadow: 0 2px 0 rgba(58, 51, 44, 0.06);
  text-decoration: none;
  color: var(--notaly-ink);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.notaly-store-badge-icon {
  color: var(--notaly-yellow);
  filter: drop-shadow(0 1px 0 rgba(58, 51, 44, 0.12));
  flex-shrink: 0;
}

.notaly-store-badge:hover {
  border-color: rgba(232, 160, 32, 0.85);
  box-shadow: 0 6px 20px rgba(255, 188, 44, 0.22);
  color: var(--notaly-ink);
  background: linear-gradient(180deg, #fffefb 0%, rgba(255, 240, 200, 0.55) 100%);
}

/* Illustration „nur Familie“ — transparentes PNG, kein Rahmen/Schatten */
.notaly-protection-illu {
  display: block;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Großer Bildschirm: Illustration niedriger, weniger Überlappung mit dem Text */
@media (min-width: 992px) {
  #sicherheit .notaly-protection-illu {
    width: auto;
    max-width: 100%;
    max-height: 9.5rem;
    height: auto;
    object-fit: contain;
    object-position: top right;
  }
}

@media (max-width: 991.98px) {
  .notaly-protection-illu {
    width: 100%;
    max-width: 220px;
    height: auto;
    margin-inline: auto;
  }
}

/* Hero + „Eure Zeitung“: gleiches Zeitungs-PNG (transparent) */
.notaly-idee-figure {
  max-width: 100%;
}

/* Hero: Bild in der Spalte zentriert, nicht am rechten Rand kleben */
.notaly-idee-figure--hero {
  max-width: min(100%, 26rem);
  margin-inline: auto;
}

.notaly-idee-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: min(78vh, 560px);
  object-fit: contain;
  object-position: center center;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  display: block;
}

@media (max-width: 991.98px) {
  .notaly-idee-img {
    max-height: min(52vh, 420px);
  }
}

/* „Eure Zeitung“-Karussell (Höhe 1.5× gegenüber vorheriger Stufe: 58vh/480px → 87vh/720px) */
.notaly-zeitung-carousel-figure #zeitungCarousel .notaly-idee-img {
  max-height: min(58vh, 480px);
}

@media (max-width: 991.98px) {
  .notaly-zeitung-carousel-figure #zeitungCarousel .notaly-idee-img {
    max-height: min(65vh, 520px);
  }
}

/* Ablauf-Karten: wie lose Papierkarten */
.notaly-card-paper {
  background: rgba(255, 254, 250, 0.95);
  border: 1px solid var(--notaly-rule-soft) !important;
  border-radius: var(--notaly-radius-lg);
  box-shadow: 0 6px 28px rgba(58, 51, 44, 0.05);
}

.notaly-step-num {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--notaly-rule);
  line-height: 1;
  margin-bottom: 0.35rem;
}

.notaly-process-img {
  max-width: 100%;
  max-height: 140px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* App: Handy-Rahmen weicher */
.notaly-phone-frame {
  width: 100%;
  max-width: 280px;
  margin-inline: auto;
  border-color: var(--notaly-rule-soft) !important;
  border-radius: 1.25rem !important;
  box-shadow: 0 8px 32px rgba(58, 51, 44, 0.08);
}

.notaly-phone-chrome {
  background: linear-gradient(180deg, #3a3632 0%, #2a2624 100%);
}

.notaly-phone-shot {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  object-position: top center;
}

.notaly-phone-placeholder {
  width: 100%;
  max-width: 280px;
  aspect-ratio: 9 / 16;
  max-height: 560px;
  margin-inline: auto;
  border-color: var(--notaly-rule-soft) !important;
  background: rgba(235, 227, 214, 0.5) !important;
  color: var(--notaly-ink-muted) !important;
}

/* Prosa-Liste */
.notaly-prose-list {
  padding-left: 1.1rem;
  margin: 0;
  color: var(--notaly-ink-muted);
  font-size: 1rem;
  line-height: 1.65;
}
.notaly-prose-list li {
  margin-bottom: 0.5rem;
}
.notaly-prose-list li::marker {
  color: var(--notaly-rule);
}

/* Prosa-Liste mit Häkchen (z. B. #zeitung) */
.notaly-prose-list--ticks {
  list-style: none;
  padding-left: 0;
}

.notaly-prose-list--ticks li {
  position: relative;
  padding-left: 1.65rem;
  margin-bottom: 0.55rem;
}

.notaly-prose-list--ticks li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 700;
  color: var(--notaly-teal);
}

/* Zitate (Basis; Varianten z. B. --warm oben) */
.notaly-quote:not(.notaly-quote--warm) {
  background: rgba(255, 252, 245, 0.9);
  border: 1px solid var(--notaly-rule-soft);
  border-radius: var(--notaly-radius-lg);
}
.notaly-quote:not(.notaly-quote--warm) blockquote {
  border-left: 2px solid var(--notaly-rule);
  padding-left: 0.75rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

/* FAQ etwas weicher */
.notaly-site .accordion-item {
  border-color: var(--notaly-rule-soft) !important;
  background: rgba(255, 254, 250, 0.8);
  border-radius: 0.5rem !important;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.notaly-site .accordion-button {
  font-weight: 500;
  color: var(--notaly-ink);
  box-shadow: none !important;
}
.notaly-site .accordion-button:not(.collapsed) {
  background: rgba(255, 248, 230, 0.6);
  color: var(--notaly-ink);
  box-shadow: none !important;
}
.notaly-site .accordion-button:focus,
.notaly-site .accordion-button:focus-visible {
  box-shadow: none !important;
  border-color: var(--notaly-rule-soft) !important;
}
.notaly-site .accordion-button:focus-visible {
  outline: 0.15rem solid rgba(42, 111, 102, 0.45);
  outline-offset: 0.1rem;
}

.notaly-faq .accordion-body p:last-child {
  margin-bottom: 0;
}

.notaly-faq-list {
  margin: 0 0 1rem;
  padding-left: 1.15rem;
  color: var(--notaly-ink-muted);
}

.notaly-faq-list li {
  margin-bottom: 0.5rem;
}

.notaly-faq-list li::marker {
  color: var(--notaly-rule);
}

.notaly-faq .accordion-body a {
  color: var(--notaly-teal);
  font-weight: 600;
}

/* Footer */
.notaly-footer {
  background: rgba(235, 227, 214, 0.45) !important;
  border-color: var(--notaly-rule-soft) !important;
  color: var(--notaly-ink-muted);
}

/* Preise — scanbar: Fakten-Streifen + kompakte Karten */
.notaly-price-section .notaly-price-lead {
  max-width: 38rem;
  line-height: 1.55;
}

.notaly-price-fact {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  height: 100%;
  padding: 0.85rem 1rem;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--notaly-rule-soft);
  border-radius: 0.55rem;
}

.notaly-price-fact-icon {
  flex-shrink: 0;
  font-size: 1.4rem;
  color: var(--notaly-teal);
  opacity: 0.95;
}

.notaly-price-fact-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--notaly-ink-muted);
  line-height: 1.2;
}

.notaly-price-fact-value {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--notaly-ink);
  line-height: 1.25;
}

.notaly-price-rhythm {
  letter-spacing: 0.06em;
}

.notaly-price-card {
  position: relative;
  height: 100%;
  padding: 1.2rem 1rem 1rem;
  background: rgba(255, 254, 250, 0.98);
  border: 1px solid var(--notaly-rule-soft);
  border-radius: var(--notaly-radius-lg);
  box-shadow: 0 4px 18px rgba(58, 51, 44, 0.05);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.notaly-price-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--notaly-shadow-lift);
}

.notaly-price-card--featured {
  border-width: 2px;
  border-color: rgba(184, 149, 106, 0.55);
  box-shadow: 0 8px 28px rgba(58, 51, 44, 0.07);
}

.notaly-price-card-badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.35rem 0.65rem;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: var(--notaly-yellow);
  color: var(--notaly-ink);
  border-radius: 0 0.55rem 0 0.4rem;
}

.notaly-price-card-title {
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--notaly-ink);
  padding-right: 3.5rem;
}

.notaly-price-card:not(.notaly-price-card--featured) .notaly-price-card-title {
  padding-right: 0;
}

.notaly-price-card-amount {
  font-size: clamp(1.65rem, 3.5vw, 2.05rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--notaly-ink);
}

.notaly-price-card-note {
  margin: 0.4rem 0 0;
  font-size: 0.9rem;
  color: var(--notaly-ink-muted);
}

.notaly-price-card-hint {
  margin: 0.85rem 0 0;
  padding-top: 0.75rem;
  font-size: 0.78rem;
  line-height: 1.4;
  color: var(--notaly-ink-muted);
  border-top: 1px dashed var(--notaly-rule-soft);
}

.notaly-price-footer {
  border-top: 1px solid var(--notaly-rule-soft);
}

/* Text-Hilfen */
.notaly-text-muted {
  color: var(--notaly-ink-muted) !important;
}

/* Formular: weiche Ecken */
.notaly-site .form-control {
  border-radius: 0.85rem;
  border-color: rgba(196, 165, 116, 0.4);
}

.notaly-site .form-control:focus {
  border-color: var(--notaly-teal);
  box-shadow: 0 0 0 0.2rem var(--notaly-teal-soft);
}

/* Spam honeypot (leave empty) */
.notaly-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

/* Nav: viele Links — etwas kompakter auf Desktop */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .notaly-nav .nav-link {
    font-size: 0.875rem;
    padding-inline: 0.55rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .notaly-vorteile-card:hover,
  .notaly-price-card:hover {
    transform: none;
  }
}
