:root {
  --green: #123b54;
  --ink: #19384d;
  --lime: #d3f1f2;
  --soft: #eaf3f5;
  --paper: #f7f9fa;
  --line: #d7e2e8;
  --muted: #4a6170;
}
.noryk-mark {
  width: 38px;
  height: 38px;
  flex: none;
}
.header .brand {
  letter-spacing: -1px;
  color: #12334c;
  gap: 10px;
}
.header .brand small {
  letter-spacing: 0;
  font-size: 10px;
}
.noryk-start {
  padding-top: 55px;
  padding-bottom: 70px;
}
.noryk-start > p {
  max-width: 630px;
}
.learning-paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 35px 0;
}
.learning-paths .panel {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
}
.learning-paths h2 {
  font-size: 28px;
  margin: 0;
}
.learning-paths p {
  margin: 0;
}
.path-number {
  color: #147787;
  font-size: 15px;
  letter-spacing: 3px;
}
.learning-paths .field {
  margin-top: auto;
}
.learning-paths select,
.service-editor input,
.period-booking input {
  min-width: 0;
  max-width: 100%;
}
.learning-paths select {
  width: 100%;
  padding: 13px;
  border: 1px solid #b8cbd4;
  background: white;
  color: #19384d;
  border-radius: 9px;
}
.guided-demo {
  padding: 35px 0 70px;
  max-width: 1080px;
}
.guide-context {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 25px;
}
.guide-context h2 {
  font-size: 30px;
  margin: 10px 0;
}
.guide-context p {
  max-width: 650px;
  font-size: 14px;
}
.guide-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  list-style: none;
  gap: 8px;
  margin: 20px 0 32px;
}
.guide-steps li {
  display: flex;
  gap: 9px;
  align-items: center;
  border-bottom: 2px solid #c8d8df;
  padding: 12px 5px;
  color: #536977;
  font-size: 13px;
}
.guide-steps li[aria-current] {
  color: #123b54;
  font-weight: 700;
  border-color: #167887;
}
.guide-steps .done {
  color: #256050;
  border-color: #8db6a4;
}
.guide-steps span {
  font-size: 12px;
}
.guided-demo .public-offer {
  width: 100%;
  padding: 0;
}
.guided-demo .booking-area {
  padding: 32px;
  border-radius: 18px;
}
.guided-demo .page-heading h1 {
  font-size: 35px;
}
.guided-demo .document {
  font-size: 13px;
}
.service-picker {
  margin-bottom: 35px;
}
.service-picker h2 {
  font-size: 32px;
  margin-top: 12px;
}
.service-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.service-options button {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
  padding: 23px 20px;
  border: 1px solid #b9ccd6;
  border-radius: 14px;
  background: #fff;
  color: #19384d;
  transition:
    transform 0.2s,
    border-color 0.2s;
  min-width: 0;
}
.service-options button[aria-pressed="true"] {
  border: 2px solid var(--service-color, #17677e);
  padding: 22px 19px;
  background: #eff8fa;
}
.service-options button > span {
  font-size: 11px;
  color: #43606f;
}
.service-options button > b {
  font-size: 17px;
  line-height: 1.4;
}
.service-options strong {
  font-size: 25px;
  letter-spacing: -1px;
  margin-top: auto;
}
.service-options strong small {
  display: block;
  font-size: 12px;
  letter-spacing: 0;
  margin-top: 4px;
}
.service-options p {
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}
.booking-hund {
  --service-color: #497331;
}
.booking-katze {
  --service-color: #88662f;
}
.booking-foto {
  --service-color: #66765b;
}
.booking-dj {
  --service-color: #7b5385;
}
.booking-musikunterricht {
  --service-color: #35638c;
}
.period-price {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #e9f3ef;
  border: 1px solid #aac4b5;
  border-radius: 14px;
  padding: 25px;
  margin: 20px 0;
  color: #244836;
}
.period-price strong {
  font-size: 40px;
  letter-spacing: -2px;
}
.period-price b {
  font-size: 13px;
}
.period-booking .form-grid {
  gap: 14px;
}
.period-booking .booking-grid {
  grid-template-columns: 1fr 1fr;
}
.service-editor {
  margin-bottom: 25px;
}
.service-editor summary {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
.service-editor form {
  margin-top: 25px;
}
.service-editor fieldset {
  border: 1px solid #c4d6df;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 20px;
  min-width: 0;
}
.service-editor legend {
  font-weight: 600;
  padding: 0 8px;
}
.outcome {
  padding: 40px;
  margin: 0;
}
.outcome h1 {
  font-size: clamp(33px, 4vw, 54px);
  margin: 18px 0;
}
.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
  margin: 35px 0;
}
.outcome-grid > div {
  border-top: 2px solid #43a6b3;
  padding-top: 20px;
}
.outcome-grid h2 {
  font-size: 22px;
  margin: 14px 0;
}
.outcome-grid p {
  font-size: 14px;
}
.outcome-grid strong {
  font-size: 32px;
  display: block;
  margin: 16px 0;
}
.outcome-benefit {
  padding: 20px;
  background: #edf5f7;
  border-radius: 12px;
}
.noryk-roles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  padding: 45px 0;
  border-top: 1px solid #d3e1e6;
  border-bottom: 1px solid #d3e1e6;
}
.noryk-roles span {
  font-size: 11px;
  letter-spacing: 1px;
  color: #346273;
}
.noryk-roles h2 {
  font-size: 26px;
  line-height: 1.2;
  margin: 17px 0;
}
.noryk-roles p {
  font-size: 14px;
  margin-bottom: 0;
}
.noryk-invitation {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 35px;
  align-items: center;
  padding: 55px 0;
}
.noryk-invitation .text-button {
  display: block;
  margin-top: 18px;
}
.noryk-brand-art {
  border-radius: 24px;
  background: #f0f6fa;
  overflow: hidden;
}
.noryk-brand-art img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  object-fit: cover;
}
.noryk-examples {
  padding: 35px 0;
}
.noryk-examples > .project-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.noryk-examples .project-card {
  min-width: 0;
}
.noryk-examples .project-card-caption {
  display: grid;
  gap: 10px;
}
.all-examples {
  margin-top: 25px;
  border-top: 1px solid #c6d7df;
  padding-top: 20px;
}
.all-examples > summary {
  font-weight: 600;
  cursor: pointer;
}
.all-examples .project-examples {
  padding-top: 30px;
}
.noryk-price-teaser {
  padding: 35px 0;
}
.noryk-mini-prices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 25px 0;
}
.noryk-mini-prices > a {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px;
  border: 1px solid #c5d8e1;
  border-radius: 16px;
  background: #fff;
}
.noryk-mini-prices > a:last-child {
  background: #132f46;
  color: #fff;
  border-color: #132f46;
}
.noryk-mini-prices strong {
  font-size: 35px;
  letter-spacing: -1px;
}
.noryk-mini-prices small {
  font-size: 12px;
  letter-spacing: 0;
  margin-left: 5px;
}
.noryk-mini-prices span {
  font-size: 13px;
  line-height: 1.6;
}
.landing-v12 .faq {
  padding: 45px 0 65px;
}
.feedback-delivery {
  margin-top: 20px;
  padding: 20px;
  background: #eef6f8;
  border-radius: 12px;
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .service-options button:hover {
    transform: translateY(-3px);
  }
}
@media (max-width: 800px) {
  .learning-paths {
    gap: 14px;
  }
  .service-options {
    grid-template-columns: 1fr;
  }
  .service-options button {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 17px;
  }
  .service-options button[aria-pressed="true"] {
    padding: 16px;
  }
  .service-options button > span {
    grid-column: 1/-1;
  }
  .service-options strong {
    grid-column: 2;
    grid-row: 2;
    white-space: nowrap;
    margin: 0;
  }
  .service-options p {
    grid-column: 1/-1;
  }
  .guide-context {
    display: block;
  }
  .guide-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .outcome-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .noryk-examples > .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .noryk-invitation {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .noryk-brand-art {
    max-width: 480px;
  }
  .noryk-roles {
    gap: 22px;
  }
  .noryk-roles h2 {
    font-size: 23px;
  }
}
@media (max-width: 600px) {
  .noryk-start {
    padding-top: 30px;
  }
  .learning-paths {
    grid-template-columns: 1fr;
  }
  .learning-paths .panel {
    padding: 23px;
  }
  .guided-demo {
    width: calc(100% - 32px);
    padding-top: 25px;
  }
  .guided-demo .booking-area {
    padding: 20px 16px;
  }
  .service-options button {
    grid-template-columns: 1fr;
  }
  .service-options strong {
    grid-column: auto;
    grid-row: auto;
  }
  .service-options strong small {
    display: inline;
    margin-left: 12px;
  }
  .period-booking .booking-grid {
    grid-template-columns: 1fr;
  }
  .period-booking .form-grid {
    grid-template-columns: 1fr;
  }
  .outcome {
    padding: 24px 18px;
  }
  .noryk-roles {
    grid-template-columns: 1fr;
    padding: 30px 0;
  }
  .noryk-roles > div {
    border-left: 2px solid #56a8b9;
    padding-left: 20px;
  }
  .noryk-roles h2 {
    margin: 8px 0;
  }
  .noryk-mini-prices {
    grid-template-columns: 1fr;
  }
  .noryk-mini-prices > a {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 20px;
    gap: 12px;
  }
  .noryk-mini-prices strong {
    grid-row: 1/3;
    grid-column: 2;
    font-size: 28px;
  }
  .noryk-mini-prices span {
    grid-column: 1;
  }
  .noryk-mini-prices strong small {
    display: block;
    margin: 0;
    text-align: right;
  }
  .landing-v12 .hero-v2 {
    padding-top: 32px;
    padding-bottom: 30px;
  }
  .landing-v12 .product-scene {
    margin-top: 15px;
  }
  .landing-v12 .scene-stage {
    max-width: 340px;
    margin: auto;
  }
  .landing-v12 .scene-controls {
    margin-top: 12px;
  }
  .landing-v12 .scene-description {
    display: none;
  }
  .noryk-invitation {
    padding: 35px 0;
  }
  .noryk-invitation h2 {
    font-size: 33px;
  }
  .noryk-examples .project-card-caption b {
    font-size: 15px;
  }
  .noryk-examples .project-card-caption span {
    font-size: 11px;
  }
  .noryk-mark {
    width: 28px;
    height: 28px;
  }
  .header .brand {
    gap: 6px;
  }
  .header .brand small {
    display: none;
  }
  .service-editor .form-grid {
    grid-template-columns: 1fr;
  }
  .period-price strong {
    font-size: 34px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .service-options button {
    transition: none;
  }
}
.landing-v12 .hero-copy h1 em,
.landing-v12 .noryk-invitation h2 em,
.landing-v12 .noryk-examples h2 em {
  color: #17657a;
}
.feedback-delivery pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font: inherit;
  font-size: 13px;
}
/* 0.14: roles and status replace repeated walkthrough paragraphs. */
.guide-steps {
  grid-template-columns: repeat(var(--step-count, 4), minmax(0, 1fr));
}
.guide-context h2 {
  font-size: 23px;
  margin: 5px 0 0;
}
.guide-context {
  align-items: center;
}
.quick-demo {
  padding-top: 14px;
  padding-bottom: 14px;
}
@media (max-width: 600px) {
  .guide-steps li {
    font-size: 11px;
    gap: 5px;
  }
  .guide-context h2 {
    font-size: 20px;
  }
}
