:root {
  --blue: #0b2480;
  --blue-dark: #0b2480;
  --orange: #e87028;
  --orange-dark: #e87028;
  --cream: #fffdf9;
  --cream-deep: #f8eee2;
  --white: #ffffff;
  --ink: #11162e;
  --muted: #667085;
  --line: rgba(8, 39, 143, 0.16);
  --shadow: 0 16px 46px rgba(6, 26, 98, 0.1);
  --radius: 22px;
  --font: "Montserrat", Arial, sans-serif;
  --hand: "Kalam", cursive;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--cream);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  transform: translateY(-150%);
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--white);
  color: var(--blue);
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.panel {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--cream);
  border-bottom: 1px solid rgba(8, 39, 143, 0.08);
}

.panel:nth-child(even) {
  background: var(--white);
}

.panel-inner {
  width: min(100%, 1180px);
  min-height: 100svh;
  margin: 0 auto;
  padding: max(24px, env(safe-area-inset-top)) 20px max(28px, env(safe-area-inset-bottom));
}

.narrow {
  width: min(100%, 780px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow,
.kicker {
  margin: 0 0 13px;
  color: var(--blue);
  font-size: 0.67rem;
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1.45;
  text-transform: uppercase;
}

.kicker {
  font-weight: 800;
  letter-spacing: 0.075em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

h1 {
  margin-bottom: 17px;
  color: var(--blue-dark);
  font-size: clamp(2rem, 9.1vw, 3.8rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

h1 span {
  display: block;
  margin-top: 8px;
  color: var(--orange-dark);
  font-family: var(--hand);
  font-size: 0.92em;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.hero-ki {
  font-weight: 900;
}

h1 .love-line {
  display: flex;
  align-items: center;
  gap: 0.18em;
}

.hero-heart {
  position: relative;
  top: 0.04em;
  color: var(--blue);
  font-family: Arial, sans-serif;
  font-size: 0.9em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

h2 {
  margin-bottom: 12px;
  color: var(--blue);
  font-size: clamp(1.75rem, 7.5vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

h2 span {
  color: var(--orange-dark);
}

h3 {
  margin-bottom: 6px;
  font-size: 1rem;
  line-height: 1.22;
}

.section-heading {
  margin-bottom: 22px;
}

.section-heading > p:last-child {
  margin-bottom: 0;
  line-height: 1.5;
}

.centered {
  text-align: center;
}

.handwritten {
  margin-bottom: 10px;
  color: var(--orange);
  font-family: var(--hand);
  font-size: clamp(1.35rem, 6.5vw, 2.2rem);
  line-height: 1.1;
}

.handwritten-bottom {
  margin: 16px 0 6px;
  text-align: right;
  transform: rotate(-2deg);
}

.situations .handwritten-bottom {
  margin-top: 32px;
}

.button {
  display: flex;
  min-height: 54px;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 0;
  border-radius: 999px;
  padding: 15px 18px;
  cursor: pointer;
  text-decoration: none;
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button-primary {
  background: linear-gradient(135deg, var(--orange), #ff7200);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(255, 90, 8, 0.24);
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(255, 90, 8, 0.32);
}

.button:focus-visible,
.choice:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(255, 90, 8, 0.42);
  outline-offset: 3px;
}

.hero .panel-inner {
  padding-bottom: 0;
}

.hero-layout {
  display: grid;
  align-content: start;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-question {
  margin-bottom: 12px;
  color: var(--blue);
  font-size: clamp(1.08rem, 4.8vw, 1.55rem);
  line-height: 1.24;
}

.hero-question em {
  color: var(--orange-dark);
  font-family: var(--hand);
  font-style: normal;
}

.hero-bridge {
  margin-bottom: 16px;
  color: var(--ink);
  font-size: 0.94rem;
}

.trust-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 12px;
  margin: 11px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.63rem;
  list-style: none;
}

.trust-line li::before {
  content: "✓";
  display: inline-grid;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  place-items: center;
  border: 1px solid var(--blue);
  border-radius: 50%;
  color: var(--blue);
  font-size: 0.54rem;
  font-weight: 800;
}

.hero-visual {
  position: relative;
  z-index: 1;
  width: calc(100% + 40px);
  height: min(45svh, 405px);
  margin: 12px -20px 0;
  overflow: hidden;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 38%;
}

@media (max-width: 759px) {
  .hero-layout {
    display: grid;
  }

  .hero-copy {
    display: contents;
  }

  .hero-copy > .eyebrow {
    order: 1;
  }

  .hero-copy > h1 {
    order: 2;
  }

  .hero-visual {
    order: 3;
    height: clamp(245px, 34svh, 320px);
    margin-top: 5px;
    margin-bottom: 13px;
  }

  .hero-copy > .hero-question {
    order: 4;
  }

  .hero-copy > .hero-bridge {
    order: 5;
  }

  .hero-copy > .button {
    order: 6;
  }

  .hero-copy > .trust-line {
    order: 7;
  }
}

.situation-list {
  display: grid;
  gap: 12px;
}

.situation-card {
  position: relative;
  display: grid;
  min-height: 142px;
  grid-template-columns: 33px minmax(0, 1fr) 96px;
  align-items: center;
  gap: 9px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 10px 26px rgba(6, 26, 98, 0.06);
}

.number {
  align-self: start;
  display: grid;
  width: 25px;
  height: 25px;
  margin: 12px 0 0 10px;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 800;
}

.situation-copy {
  padding: 16px 0;
}

.situation-copy h3 span {
  color: var(--orange-dark);
}

.situation-copy p {
  margin: 0;
  font-size: 0.79rem;
  line-height: 1.42;
}

.situation-gallery-trigger {
  position: relative;
  align-self: stretch;
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 142px;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: zoom-in;
  font: inherit;
}

.situation-gallery-trigger img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 142px;
  object-fit: cover;
  transition: transform 180ms ease;
}

.situation-card:nth-child(1) .situation-gallery-trigger img {
  object-position: 14% 55%;
}

.situation-card:nth-child(2) .situation-gallery-trigger img {
  object-position: 48% 25%;
}

.situation-card:nth-child(3) .situation-gallery-trigger img {
  object-position: 88% 44%;
}

.situation-gallery-trigger:focus-visible {
  z-index: 2;
  outline: 3px solid var(--orange);
  outline-offset: -4px;
}

.zoom-icon {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(8, 39, 143, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 4px 12px rgba(6, 26, 98, 0.16);
}

.zoom-icon::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 9px;
  height: 9px;
  border: 2px solid var(--blue);
  border-radius: 50%;
}

.zoom-icon::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 17px;
  width: 7px;
  height: 2px;
  border-radius: 2px;
  background: var(--blue);
  transform: rotate(45deg);
  transform-origin: left center;
}

@media (hover: hover) {
  .situation-gallery-trigger:hover img,
  .proof-gallery-trigger:hover img {
    transform: scale(1.035);
  }
}

body.lightbox-open {
  overflow: hidden;
}

.image-lightbox {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: auto;
  padding: max(20px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) max(20px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
  background: rgba(3, 12, 45, 0.88);
  opacity: 0;
  transition: opacity 180ms ease;
}

.image-lightbox[hidden] {
  display: none;
}

.image-lightbox.is-open {
  opacity: 1;
}

.lightbox-panel {
  position: relative;
  display: grid;
  width: min(94vw, 980px);
  min-height: 0;
  place-items: center;
}

.lightbox-figure {
  display: grid;
  width: 100%;
  margin: 0;
  place-items: center;
}

.lightbox-media {
  display: grid;
  width: 100%;
  max-height: min(70svh, 820px);
  overflow: auto;
  place-items: center;
  border-radius: 18px 18px 0 0;
  background: var(--white);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}

.lightbox-image-frame {
  display: grid;
  width: 100%;
  min-width: 0;
  max-height: min(70svh, 820px);
  grid-template-rows: minmax(0, 1fr) auto;
  place-items: center;
  overflow: hidden;
  background: var(--white);
}

.lightbox-image-frame[hidden] {
  display: none;
}

.lightbox-image-frame > img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: min(70svh, 820px);
  object-fit: contain;
}

.lightbox-media.has-secondary {
  align-items: start;
  gap: 10px;
  padding: 10px;
}

.lightbox-media.has-secondary .lightbox-image-frame > img {
  width: 100%;
  max-height: calc(min(70svh, 820px) - 34px);
}

.lightbox-image-label {
  width: 100%;
  padding: 7px 10px 6px;
  background: var(--cream-deep);
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
}

.lightbox-figure figcaption {
  display: grid;
  width: min(100%, 720px);
  gap: 5px;
  padding: 15px 20px 14px;
  border-radius: 0 0 18px 18px;
  background: var(--cream);
  color: var(--ink);
  text-align: center;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}

.lightbox-figure figcaption strong {
  color: var(--blue);
  font-size: clamp(0.9rem, 2.2vw, 1.08rem);
  line-height: 1.35;
}

.lightbox-figure figcaption > span:not(.lightbox-count) {
  color: var(--muted);
  font-size: clamp(0.76rem, 1.8vw, 0.9rem);
  line-height: 1.4;
}

.lightbox-count {
  color: var(--orange-dark);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.lightbox-close,
.lightbox-nav {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--white);
  color: var(--blue);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  font-family: Arial, sans-serif;
  line-height: 1;
}

.lightbox-close {
  top: -14px;
  right: -6px;
  font-size: 2rem;
  font-weight: 300;
}

.lightbox-nav {
  top: 42%;
  font-size: 2.4rem;
  transform: translateY(-50%);
}

.lightbox-prev {
  left: -12px;
}

.lightbox-next {
  right: -12px;
}

.lightbox-close:hover,
.lightbox-nav:hover {
  background: var(--orange);
  color: var(--white);
}

.lightbox-close:focus-visible,
.lightbox-nav:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.choice {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 8px;
  border: 1.5px solid rgba(8, 39, 143, 0.26);
  border-radius: 12px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--blue-dark);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  transition: background 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.choice-check {
  position: relative;
  flex: 0 0 auto;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1.5px solid rgba(8, 39, 143, 0.38);
  border-radius: 7px;
  background: var(--white);
  transition: background 150ms ease, border-color 150ms ease;
}

.choice-check::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 8px;
  width: 6px;
  height: 11px;
  border: solid var(--white);
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: rotate(45deg) scale(0.7);
  transition: opacity 150ms ease, transform 150ms ease;
}

.choice:hover {
  transform: translateY(-1px);
  border-color: var(--blue);
}

.choice.is-selected {
  border-color: var(--orange);
  background: #fff0e7;
  color: var(--orange-dark);
}

.choice.is-selected > .choice-check {
  border-color: var(--orange);
  background: var(--orange);
}

.choice.is-selected > .choice-check::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

.choice-wide {
  grid-column: 1 / -1;
}

.text-link {
  align-self: center;
  margin-top: 10px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.proof .panel-inner {
  width: min(100%, 1080px);
  padding-top: 28px;
  padding-bottom: 28px;
}

.proof .section-heading {
  max-width: 940px;
  margin-bottom: 20px;
}

.proof-heading h2 {
  max-width: 940px;
}

.proof-journey {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  align-items: stretch;
}

.proof-step {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(6, 26, 98, 0.07);
}

.proof-step-heading {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
}

.proof-step-heading h3 {
  margin: 0;
  color: var(--blue-dark);
  font-size: 0.82rem;
  line-height: 1.28;
}

.proof-number {
  flex: 0 0 auto;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 800;
}

.proof-gallery-trigger {
  position: relative;
  display: block;
  width: 100%;
  height: 220px;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-top: 1px solid rgba(8, 39, 143, 0.08);
  background: var(--cream-deep);
  color: inherit;
  cursor: zoom-in;
}

.proof-gallery-trigger > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 180ms ease;
}

.proof-step:nth-of-type(1) .proof-gallery-trigger > img {
  object-position: center 11%;
}

.proof-gallery-trigger-card {
  padding: 10px;
  background: #fbf4ec;
}

.proof-card-pair {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.proof-card-face {
  display: grid;
  min-width: 0;
  min-height: 0;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(8, 39, 143, 0.12);
  border-radius: 10px;
  background: var(--white);
}

.proof-card-face img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  transition: transform 180ms ease;
}

.proof-card-label {
  padding: 5px 4px 4px;
  background: var(--cream);
  color: var(--blue);
  font-size: 0.58rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.proof-gallery-trigger:focus-visible {
  z-index: 2;
  outline: 3px solid var(--orange);
  outline-offset: -4px;
}

.proof-result-grid {
  display: grid;
  height: 220px;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 8px;
  padding: 8px;
  border-top: 1px solid rgba(8, 39, 143, 0.08);
  background: var(--cream-deep);
}

.proof-result-item {
  height: 100%;
  border: 1px solid rgba(8, 39, 143, 0.12);
  border-radius: 12px;
  background: var(--white);
}

.proof-result-item > img {
  object-fit: cover;
}

.proof-result-item:first-child > img {
  object-position: center top;
}

.proof-result-item:last-child > img {
  object-position: 100% center;
}

.proof-result-label {
  position: absolute;
  bottom: 8px;
  left: 8px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--blue-dark);
  box-shadow: 0 5px 14px rgba(6, 26, 98, 0.12);
  font-size: 0.58rem;
  font-weight: 800;
}

.proof-result-item .zoom-icon {
  right: 7px;
  bottom: 7px;
}

.journey-arrow {
  display: grid;
  width: 30px;
  height: 30px;
  margin: -2px auto;
  place-items: center;
  border: 1px solid rgba(8, 39, 143, 0.18);
  border-radius: 50%;
  background: var(--white);
  color: var(--orange);
  font-size: 1.15rem;
  transform: rotate(90deg);
}

.proof-feedback {
  position: relative;
  margin: 15px 0 10px;
  padding: 12px 145px 12px 38px;
  border-left: 3px solid var(--orange);
  border-radius: 0 12px 12px 0;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 22px rgba(6, 26, 98, 0.05);
}

.proof-feedback::before {
  position: absolute;
  top: 5px;
  left: 10px;
  color: var(--orange);
  content: "“";
  font-family: Georgia, serif;
  font-size: 2.3rem;
  line-height: 1;
}

.proof-feedback p {
  margin-bottom: 7px;
  font-family: Georgia, serif;
  font-size: 0.75rem;
  line-height: 1.45;
}

.proof-feedback footer {
  color: var(--muted);
  font-size: 0.65rem;
  line-height: 1.35;
}

.approval-pending {
  position: absolute;
  top: 12px;
  right: 12px;
  max-width: 124px;
  border: 1px solid rgba(232, 112, 40, 0.28);
  border-radius: 999px;
  padding: 6px 8px;
  background: #fff5ed;
  color: var(--orange-dark);
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.proof-note {
  margin: 0;
  font-size: 0.68rem;
  line-height: 1.45;
}

@media (max-width: 759px) {
  .proof-feedback {
    padding: 42px 14px 14px 38px;
  }

  .approval-pending {
    top: 10px;
    right: 10px;
    max-width: none;
  }
}

.upload-panel .panel-inner {
  padding-top: 22px;
  padding-bottom: 22px;
}

.upload-panel .section-heading {
  margin-bottom: 14px;
}

form {
  display: grid;
  gap: 10px;
}

.email-send-box {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border: 1.5px solid rgba(232, 112, 40, 0.42);
  border-radius: 13px;
  padding: 11px 12px;
  background: #fff5ed;
}

.email-send-box strong {
  display: block;
  margin-bottom: 3px;
  color: var(--blue-dark);
  font-size: 0.72rem;
  line-height: 1.3;
}

.email-send-box p {
  margin: 0;
  color: var(--muted);
  font-size: 0.62rem;
  line-height: 1.45;
}

.email-send-box a {
  color: var(--blue);
  font-weight: 700;
}

.form-step-number {
  flex: 0 0 auto;
  display: inline-grid;
  width: 23px;
  height: 23px;
  margin-right: 3px;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

.compact-choices {
  margin: 0;
  border: 0;
  padding: 0;
}

.compact-choices legend {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 5px;
  color: var(--blue-dark);
  font-size: 0.73rem;
  font-weight: 800;
}

.selected-summary {
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 0.64rem;
  line-height: 1.35;
}

.form-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
}

.form-choice-grid label {
  display: flex;
  min-height: 34px;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 6px 8px;
  background: var(--white);
  color: var(--blue-dark);
  cursor: pointer;
  font-size: 0.62rem;
  font-weight: 700;
}

.form-choice-grid label:has(input:checked) {
  border-color: var(--orange);
  background: #fff0e7;
  color: var(--orange-dark);
}

.form-choice-grid input,
.check-line input {
  accent-color: var(--orange);
}

.form-choice-wide {
  grid-column: 1 / -1;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.field {
  display: grid;
  gap: 4px;
  color: var(--blue-dark);
  font-size: 0.65rem;
  font-weight: 700;
}

.field small {
  color: var(--muted);
  font-weight: 500;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px 11px;
  background: var(--white);
  color: var(--ink);
  font-size: 0.75rem;
  resize: vertical;
}

.check-line {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  color: var(--muted);
  font-size: 0.58rem;
  line-height: 1.35;
}

.check-line input {
  flex: 0 0 auto;
  margin: 2px 0 0;
}

.check-line a {
  color: var(--blue);
  font-weight: 700;
}

.form-submit {
  min-height: 48px;
  margin-top: 2px;
}

.form-trust,
.form-status {
  margin: 0;
  text-align: center;
  font-size: 0.62rem;
}

.form-trust {
  color: var(--muted);
  line-height: 1.4;
}

.form-status {
  display: none;
  border-radius: 10px;
  padding: 9px;
  background: #edf8ef;
  color: #1c6733;
  font-weight: 700;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-error {
  background: #fff0ed;
  color: #9c2919;
}

.about .panel-inner {
  align-items: center;
  text-align: center;
}

.about .section-heading {
  width: 100%;
  text-align: left;
}

.about-portrait {
  position: relative;
  width: min(78vw, 290px);
  height: 275px;
  margin: -4px auto 15px;
  overflow: visible;
}

.about-portrait > img {
  width: 100%;
  height: 100%;
  border-radius: 48% 48% 20px 20px;
  object-fit: cover;
  object-position: 51% 49%;
  filter: drop-shadow(0 18px 28px rgba(6, 26, 98, 0.16));
}

.speech {
  position: absolute;
  border-radius: 999px;
  padding: 9px 12px;
  color: var(--white);
  font-family: var(--hand);
  font-size: 0.73rem;
  box-shadow: 0 8px 20px rgba(6, 26, 98, 0.14);
}

.speech::after {
  position: absolute;
  bottom: -6px;
  left: 22px;
  width: 0;
  height: 0;
  border-top: 8px solid currentColor;
  border-right: 7px solid transparent;
  border-left: 2px solid transparent;
  content: "";
}

.speech-one {
  top: 16px;
  right: -15px;
  background: var(--orange);
  color: var(--white);
}

.speech-two {
  bottom: 35px;
  left: -24px;
  max-width: 145px;
  border-radius: 18px;
  background: var(--blue);
  color: var(--white);
}

.about-copy {
  width: 100%;
  text-align: left;
}

.about-copy p {
  margin-bottom: 9px;
  font-size: 0.76rem;
  line-height: 1.43;
}

.about-copy .experience {
  color: var(--blue);
  font-size: 0.9rem;
}

.about-copy .experience strong {
  color: var(--orange);
}

.services {
  color: var(--blue-dark);
  font-weight: 700;
  letter-spacing: 0.015em;
}

.about-copy .handwritten {
  margin: 10px 0 5px;
  font-size: 1.55rem;
}

.about-logo {
  width: 130px;
  height: auto;
  margin: 5px auto 0;
}

.claim {
  margin: 2px 0 0;
  color: var(--blue);
  font-size: 0.65rem;
  font-weight: 700;
}

.faq-list {
  display: grid;
  margin: 4px 0 20px;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 3px 0;
}

.faq-list summary {
  position: relative;
  padding: 12px 30px 12px 0;
  color: var(--blue-dark);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.28;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
  color: var(--orange);
  content: "+";
  font-size: 1.3rem;
  font-weight: 500;
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-list details p {
  margin: -3px 28px 11px 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.45;
}

.final-prompt {
  margin: 2px 0 15px;
  text-align: center;
  transform: rotate(-1deg);
}

.final-trust {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.64rem;
  text-align: center;
}

.site-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-top: 24px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.site-footer img {
  width: 112px;
  height: auto;
}

.site-footer nav {
  display: flex;
  gap: 10px;
}

.site-footer a {
  color: var(--muted);
  font-size: 0.6rem;
}

@media (min-width: 760px) {
  .panel-inner {
    padding: 48px 40px;
  }

  .hero .panel-inner {
    padding: 42px 42px 0;
  }

  .hero-layout {
    grid-template-columns: minmax(360px, 0.82fr) minmax(420px, 1.18fr);
    align-items: center;
    gap: 32px;
  }

  .hero-visual {
    width: 100%;
    height: min(86svh, 840px);
    margin: 0;
    border-radius: 32px 32px 0 0;
  }

  .hero-visual img {
    object-position: center;
  }

  .trust-line {
    font-size: 0.69rem;
  }

  .situation-card {
    grid-template-columns: 42px minmax(0, 1fr) 190px;
  }

  .lightbox-close {
    top: -18px;
    right: -18px;
  }

  .lightbox-prev {
    left: -22px;
  }

  .lightbox-next {
    right: -22px;
  }

  .lightbox-media.has-secondary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .choice-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .choice-wide {
    grid-column: auto;
  }

  .proof-journey {
    grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
  }

  .journey-arrow {
    margin: 0 auto;
    transform: none;
  }

  .proof-gallery-trigger,
  .proof-result-grid {
    height: 240px;
  }

  .proof-step-heading h3 {
    font-size: 0.76rem;
  }

  .proof-feedback p {
    font-size: 0.88rem;
  }

  .proof-note {
    font-size: 0.76rem;
  }

  .form-choice-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .form-choice-wide {
    grid-column: auto;
  }

  .about .panel-inner {
    display: grid;
    grid-template-columns: 0.86fr 1.14fr;
    align-content: center;
    gap: 8px 42px;
    text-align: left;
  }

  .about .section-heading {
    grid-column: 1 / -1;
  }

  .about-portrait {
    grid-row: span 2;
    width: min(100%, 350px);
    height: 420px;
  }

  .about-copy p {
    font-size: 0.87rem;
  }

  .about-logo,
  .claim {
    justify-self: start;
    margin-left: 0;
  }

  .faq-list summary {
    font-size: 0.92rem;
  }

  .faq-list details p {
    font-size: 0.8rem;
  }
}

@media (max-height: 760px) and (max-width: 759px) {
  .panel-inner {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .eyebrow {
    margin-bottom: 8px;
    font-size: 0.6rem;
  }

  h1 {
    margin-bottom: 10px;
    font-size: 1.9rem;
  }

  .hero-question,
  .hero-bridge {
    margin-bottom: 9px;
  }

  .hero-visual {
    height: clamp(220px, 32svh, 270px);
    margin-top: 6px;
  }

  .situation-card {
    min-height: 118px;
  }

  .situation-gallery-trigger,
  .situation-gallery-trigger img {
    min-height: 118px;
  }

  .choice {
    min-height: 42px;
  }

  .proof-gallery-trigger,
  .proof-result-grid {
    height: 185px;
  }

  .about-portrait {
    height: 225px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .image-lightbox,
  .situation-gallery-trigger img,
  .proof-gallery-trigger img {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* V14: einfacher E-Mail-Weg */
.email-copy { border: 1px solid currentColor; border-radius: 8px; padding: 10px 14px; background: transparent; color: inherit; font: inherit; cursor: pointer; }
.email-copy:focus-visible { outline: 3px solid #ed780d; outline-offset: 3px; }
.email-send-box a { overflow-wrap: anywhere; }
.form-email-hint { text-align: center; font-size: .9rem; line-height: 1.5; margin: 12px 0; }
#copy-status:empty { display: none; }

/* V15: echte Rezension und klarer E-Mail-Ablauf */
.proof-feedback { padding: 20px 20px 20px 38px; }
.review-rating { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 12px; font-size: .9rem; }
.review-stars { color: #fcbc05; font-size: 1.35rem; letter-spacing: .08em; }
.review-source { font-size: .75rem; color: var(--muted); }
.review-excerpt, .review-full blockquote { margin: 0; padding: 0; border: 0; }
.proof-feedback .review-author { font-family: inherit; font-size: .75rem; color: var(--muted); }
.review-full { margin-top: 12px; }
.review-full summary { cursor: pointer; color: var(--navy); font-size: .8rem; font-weight: 700; }
.review-full summary:focus-visible { outline: 2px solid var(--orange); outline-offset: 4px; }
.review-full blockquote { padding-top: 12px; }
.proof-feedback .review-full p { font-family: inherit; font-size: .85rem; line-height: 1.6; margin-bottom: 12px; }
.email-step { margin: 20px 0 16px; }
.email-step p { font-size: .9rem; line-height: 1.6; margin-bottom: 8px; }
.email-fallback { margin-top: 20px; font-size: .8rem; line-height: 1.5; text-align: center; }
.email-fallback a { overflow-wrap: anywhere; }
.email-fallback .email-copy { padding: 6px 10px; margin-top: 6px; font-size: .8rem; }
.form-submit { white-space: normal; }

/* V16: Hinweis direkt bei der Anwendungsauswahl */
.choice-error { color: #a32b17; font-size: .85rem; line-height: 1.5; margin: 10px 0; }
.choice-error[hidden] { display: none; }
.compact-choices.has-error { outline: 2px solid #a32b17; outline-offset: 8px; border-radius: 8px; }

/* V17: ruhiges Porträt und unmittelbar sichtbarer nächster Schritt */
.about .brand-case { text-transform: none; }
.about-portrait { width: min(86vw, 350px); height: auto; aspect-ratio: 1; border-radius: 50%; overflow: hidden; background: #fff; box-shadow: 0 12px 35px rgba(6,26,98,.08); display: flex; align-items: flex-end; justify-content: center; }
.about-portrait > img { width: 92%; height: 92%; object-fit: contain; object-position: center bottom; border-radius: 0; filter: none; }
.about-copy .services { font-size: .9rem; line-height: 1.6; margin-bottom: 16px; }
.experience-highlight { color: var(--orange); }
.email-next-step { margin-top: 12px; scroll-margin: 12px; }
.email-next-step:focus { outline: none; }
.email-next-step .form-status { margin: 0 0 8px; }
.email-next-step .email-fallback { margin-top: 8px; }
@media (min-width: 760px) {
 .about-portrait { width: min(100%, 400px); height: auto; }
 .about-copy p { line-height: 1.6; }
}

/* V18: FF und UNIKAT als zusammengehörige Markenbestandteile */
.about .brand-case .brand-orange { color: var(--orange); }

.about-portrait {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
}

.about-portrait > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}