﻿:root {
  --bg-start: #c4dcca;
  --bg-end: #0d8897;
  --card-bg: rgba(237, 245, 245, 0.9);
  --card-border: rgba(255, 255, 255, 0.56);
  --text: #164a57;
  --text-soft: #3f6c78;
  --line: #bcd1d7;
  --green: #1fa650;
  --green-dark: #15753b;
  --green-light: #27c163;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--text);
  background: #ffffff;
  position: relative;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: none;
  background-size: 18px 18px;
  opacity: 0;
  pointer-events: none;
}

.bg-orb {
  position: fixed;
  border-radius: 999px;
  filter: blur(18px);
  pointer-events: none;
  z-index: 0;
}

.bg-orb-1 {
  width: min(42vw, 540px);
  height: min(42vw, 540px);
  left: -18vw;
  top: -22vh;
  background: transparent;
}

.bg-orb-2 {
  width: min(44vw, 560px);
  height: min(44vw, 560px);
  right: -16vw;
  bottom: -24vh;
  background: transparent;
}

.shell {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  margin: 0 auto;
  padding: clamp(14px, 3.4vw, 34px) clamp(12px, 3.8vw, 28px) 20px;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brand-wrap {
  width: min(100%, 860px);
  margin: 0 auto 10px;
}

.brand-lockup {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.brand-logo {
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.brand-logo-image {
  display: none;
  width: clamp(240px, 34vw, 420px);
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

#brand-logo-fallback {
  font-family: "Sora", "Manrope", sans-serif;
  font-size: clamp(30px, 7vw, 58px);
  font-weight: 800;
  color: #1e8e61;
  letter-spacing: 0.04em;
}

.progress {
  width: min(100%, 760px);
  margin: 0 auto;
  height: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.36);
  overflow: hidden;
}

.progress-fill {
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #1259b3 0%, #3a91e6 100%);
  transition: width 260ms ease;
}

.progress-label {
  margin: 8px auto 0;
  width: min(100%, 760px);
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #3d6470;
}

.progress-label:empty {
  display: none;
}

.card {
  width: min(100%, 860px);
  margin: 0 auto;
  border-radius: clamp(18px, 3.8vw, 36px);
  background: linear-gradient(112deg, rgba(255, 255, 255, 0.88) 0%, var(--card-bg) 58%, rgba(190, 231, 218, 0.82) 100%);
  border: 1px solid var(--card-border);
  box-shadow: 0 18px 60px rgba(10, 41, 51, 0.22);
  backdrop-filter: blur(6px);
}

.stage {
  padding: clamp(18px, 4.4vw, 54px);
}

.stage-enter {
  animation: stageIn 200ms ease both;
}

@keyframes stageIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.flow-nav {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.btn-back {
  border: 0;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 700;
  color: #24586a;
  background: rgba(255, 255, 255, 0.74);
  cursor: pointer;
}

.flow-nav-spacer {
  width: 84px;
  height: 1px;
}

.flow-nav-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}

.kicker {
  width: fit-content;
  margin: 0 auto 14px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid #c5d8dd;
  background: rgba(255, 255, 255, 0.75);
  color: #2c6170;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
}

.kicker-success,
.kicker-danger,
.kicker-premium {
  margin-left: auto;
  margin-right: auto;
}

.title {
  margin: 0 auto 14px;
  max-width: 20ch;
  text-align: center;
  line-height: 1.05;
  color: #1a5768;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: clamp(28px, 6.2vw, 50px);
}

.intro-title {
  max-width: none;
  display: grid;
  gap: 4px;
}

.intro-title span {
  font-size: clamp(24px, 5.2vw, 56px);
  letter-spacing: 0.03em;
}

.intro-title strong {
  font-size: clamp(38px, 8.1vw, 82px);
  letter-spacing: 0.01em;
}

.subtitle,
.description {
  margin: 0 auto 14px;
  max-width: 66ch;
  text-align: center;
  color: var(--text-soft);
  font-size: clamp(15px, 3.4vw, 24px);
  line-height: 1.46;
}

.intro-points {
  display: grid;
  gap: 10px;
  margin: 14px auto;
  width: min(100%, 700px);
}

.intro-point {
  margin: 0;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  background: rgba(237, 243, 247, 0.92);
  border: 1px solid #c6d8de;
  border-radius: 14px;
  padding: clamp(10px, 2.6vw, 14px);
  color: #396170;
  font-size: clamp(16px, 3.5vw, 34px);
  line-height: 1.4;
}

.intro-point-mark {
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #1aa557;
  font-size: 14px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 16px 0 10px;
}

.trust-pill,
.stage-badge,
.city-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #bdd3d8;
  background: rgba(233, 244, 247, 0.78);
  color: #2f6373;
  font-weight: 700;
  padding: 8px 12px;
  font-size: clamp(12px, 2.6vw, 16px);
}

.city-tag {
  display: flex;
  width: fit-content;
  margin: 0 auto 12px;
  justify-content: center;
}

.question-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 4px;
}

.stage-badge {
  margin-bottom: 14px;
  font-weight: 800;
}

.stage-badge-top {
  margin-bottom: 0;
}

.question-title {
  margin-bottom: 8px;
}

.question-helper {
  color: #557884;
  font-size: clamp(14px, 2.8vw, 18px);
  margin-bottom: 18px;
}

.offer-box {
  width: min(100%, 680px);
  margin: 12px auto 14px;
  border-radius: 16px;
  border: 1px solid #c4d7dd;
  background: rgba(239, 247, 246, 0.84);
  padding: clamp(12px, 3vw, 20px);
}

.offer-list {
  margin: 0;
  padding-left: 20px;
  color: #3f6370;
  display: grid;
  gap: 8px;
  font-size: clamp(15px, 3.2vw, 21px);
  line-height: 1.45;
}

.offer-lead {
  margin: 0 0 10px;
  text-align: center;
  color: #215768;
  font-size: clamp(18px, 3.4vw, 24px);
}

.offer-text {
  margin: 0 0 10px;
  color: #355f6f;
  font-size: clamp(15px, 3vw, 19px);
  line-height: 1.5;
}

.offer-subtitle {
  margin: 6px 0 8px;
  color: #2a5f70;
  font-weight: 800;
  font-size: clamp(15px, 2.8vw, 19px);
}

.offer-warning {
  margin: 10px 0 0;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #edc2a4;
  background: #fff6ef;
  color: #8d4d2d;
  font-size: clamp(14px, 2.6vw, 17px);
  font-weight: 700;
}

.rejected {
  margin: 0 auto 10px;
  text-align: center;
  font-family: "Sora", "Manrope", sans-serif;
  color: #b24040;
  font-size: clamp(22px, 5vw, 38px);
  font-weight: 700;
}

.helper-note,
.intro-note {
  font-weight: 700;
  color: #26596a;
  margin-top: 14px;
}

.actions {
  display: grid;
  gap: 10px;
  margin: 14px auto 0;
  width: min(100%, 700px);
}

.actions.grid-2 {
  grid-template-columns: 1fr;
}

.actions.grid-3 {
  grid-template-columns: 1fr;
}

.btn {
  width: 100%;
  border: 1px solid #b9cfd6;
  border-radius: 14px;
  min-height: 54px;
  padding: 10px 16px;
  font-size: clamp(17px, 3.8vw, 24px);
  font-weight: 800;
  font-family: "Manrope", sans-serif;
  color: #275d6d;
  background: rgba(239, 247, 248, 0.96);
  cursor: pointer;
  transition: background-color 120ms ease, border-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.btn:hover {
  background: rgba(255, 255, 255, 0.98);
}

.btn:focus-visible {
  outline: 3px solid rgba(44, 122, 161, 0.35);
  outline-offset: 2px;
}

.btn.primary {
  border: 0;
  color: #fff;
  background: linear-gradient(90deg, var(--green-light) 0%, var(--green) 48%, var(--green-dark) 100%);
  box-shadow: 0 10px 20px rgba(21, 117, 59, 0.3);
}

.btn.primary:hover {
  filter: brightness(1.03);
}

.option-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.option-btn > span:last-child {
  display: block;
  width: 100%;
  text-align: center;
}

.option-btn.yes {
  border-color: #8ed2ac;
  background: rgba(237, 251, 241, 0.96);
  color: #1f6640;
}

.option-btn.no {
  border-color: #e8b3b3;
  background: rgba(255, 244, 244, 0.98);
  color: #8a3030;
}

.option-btn.neutral {
  border-color: #b9cfd6;
  background: rgba(239, 247, 248, 0.96);
  color: #275d6d;
}


.option-btn.is-selected {
  transform: scale(0.985);
  box-shadow: 0 0 0 3px rgba(36, 126, 168, 0.16);
}

.btn-arrow {
  margin-left: 8px;
}

.footnote {
  margin-top: 14px;
  text-align: center;
  color: #688791;
  font-size: clamp(12px, 2.6vw, 15px);
}

@media (min-width: 720px) {
  .actions.grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .intro-point {
    font-size: clamp(17px, 2vw, 34px);
  }

  .title {
    font-size: clamp(34px, 4.2vw, 50px);
  }

  .intro-title span {
    font-size: clamp(24px, 3.8vw, 56px);
  }

  .intro-title strong {
    font-size: clamp(44px, 5.6vw, 82px);
  }

  .description,
  .subtitle {
    font-size: clamp(16px, 2.1vw, 24px);
  }

  .btn {
    font-size: clamp(18px, 2.2vw, 24px);
  }
}

@media (min-width: 1024px) {
  .brand-logo {
    min-height: 112px;
  }

  .brand-logo-image {
    width: clamp(480px, 50vw, 760px);
  }

  .brand-lockup {
    margin-bottom: 2px;
  }

  .shell {
    width: min(100%, 900px);
    padding-top: 10px;
    padding-bottom: 14px;
  }

  .brand-wrap {
    margin-top: 24px;
    margin-bottom: 4px;
  }

  .card {
    width: min(100%, 760px);
  }

  .stage {
    padding: 30px 34px;
  }

  .title {
    font-size: clamp(32px, 3.6vw, 44px);
  }

  .intro-title span {
    font-size: clamp(22px, 2.8vw, 40px);
  }

  .intro-title strong {
    font-size: clamp(52px, 5vw, 74px);
  }

  .description,
  .subtitle {
    font-size: clamp(16px, 1.6vw, 20px);
  }

  .intro-point {
    font-size: clamp(15px, 1.6vw, 18px);
  }

  .btn {
    min-height: 46px;
    font-size: clamp(16px, 1.6vw, 20px);
  }
}

@media (max-width: 768px) {
  .brand-wrap {
    margin-top: 14px;
    margin-bottom: 2px;
  }

  .brand-lockup {
    margin-bottom: 0;
  }

  .brand-logo {
    min-height: 86px;
    overflow: hidden;
  }

  .brand-logo-image {
    width: clamp(240px, 74vw, 320px);
    max-width: 100%;
    transform: scale(2.35);
    transform-origin: center;
  }
}

@media (max-width: 420px) {
  .stage {
    padding-left: 14px;
    padding-right: 14px;
  }

  .intro-point {
    grid-template-columns: 18px 1fr;
    font-size: 15px;
  }

  .intro-point-mark {
    width: 18px;
    height: 18px;
    font-size: 12px;
  }
}

