.cfv2-page {
  background: #f4f4f5;
  color: #111;
  overflow-x: clip;
}

.cfv2-hero {
  padding: 120px var(--hn-side-padding, clamp(24px, 6vw, 80px)) 88px;
}

.cfv2-hero .hn-hero__bg {
  background:
    linear-gradient(180deg, rgba(7, 12, 20, 0.12) 0%, rgba(7, 12, 20, 0.3) 46%, rgba(0, 0, 0, 0.76) 100%),
    linear-gradient(120deg, rgba(28, 88, 121, 0.2), rgba(16, 29, 52, 0.08)),
    var(--hn-hero-bg-image) center 48% / cover no-repeat;
}

.cfv2-hero .hn-hero__content {
  max-width: min(980px, 100%);
  display: grid;
  gap: 18px;
}

.cfv2-hero .hn-hero__eyebrow {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.cfv2-hero .hn-hero__title {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 7.6vw, 110px);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: 0.04em;
}

.cfv2-hero .hn-hero__title-sub {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 2vw, 30px);
}

.cfv2-hero .hn-hero__lead {
  width: min(720px, 100%);
  margin: 0;
  padding-left: clamp(56px, 6.5vw, 94px);
}

.cfv2-hero .hn-hero__lead-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(16px, 1.6vw, 21px);
  font-weight: 500;
  line-height: 1.8;
}

.cfv2-intro {
  padding: clamp(34px, 20vw, 82px) var(--hn-side-padding, clamp(24px, 6vw, 80px)) 0;
}

.cfv2-intro__text {
  width: min(980px, 100%);
  margin: 0 auto;
  color: #111;
  text-align: center;
  font-size: clamp(22px, 2.5vw, 38px);
  font-weight: 700;
  line-height: 1.58;
  letter-spacing: 0.05em;
}

.cfv2-main {
  padding: clamp(44px, 5vw, 72px) var(--hn-side-padding, clamp(24px, 6vw, 80px)) clamp(96px, 11vw, 136px);
}

.cfv2-main__inner {
  width: min(1260px, 100%);
  margin: 0 auto;
}

.cfv2-main .hn-calendar__section-title {
  justify-content: center;
  gap: 16px;
  font-size: clamp(38px, 4vw, 62px);
}

.cfv2-main .hn-calendar__section-icon {
  width: auto;
  height: 1em;
  aspect-ratio: 47 / 34;
}

.cfv2-main .hn-calendar__section-icon svg {
  width: auto;
  height: 100%;
  display: block;
}

.cfv2-main .hn-calendar__section-text {
  font-size: 1em;
  letter-spacing: 0.06em;
}

.cfv2-summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: clamp(28px, 4vw, 42px);
}

.cfv2-summary__chip {
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.06);
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.cfv2-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.cfv2-steps__item {
  min-height: 88px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 18px 42px rgba(20, 24, 33, 0.06);
  display: flex;
  align-items: center;
  gap: 16px;
}

.cfv2-steps__item.is-current {
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.96), rgba(32, 44, 62, 0.94)),
    #111;
  color: #fff;
  border-color: transparent;
}

.cfv2-steps__item.is-complete {
  background:
    linear-gradient(135deg, rgba(67, 116, 84, 0.18), rgba(67, 116, 84, 0.08)),
    rgba(255, 255, 255, 0.95);
}

.cfv2-steps__index {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(17, 17, 17, 0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.cfv2-steps__item.is-current .cfv2-steps__index {
  background: rgba(255, 255, 255, 0.14);
}

.cfv2-steps__body {
  display: grid;
  gap: 4px;
}

.cfv2-steps__label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cfv2-steps__text {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.cfv2-layout {
  display: grid;
  grid-template-columns: minmax(280px, 330px) minmax(0, 1fr);
  gap: clamp(18px, 2.4vw, 28px);
  margin-top: clamp(30px, 4vw, 42px);
}

.cfv2-sidebar {
  display: grid;
  gap: 18px;
  align-self: start;
}

.cfv2-panel {
  border-radius: 34px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 26px 60px rgba(20, 24, 33, 0.09);
  padding: clamp(24px, 2.4vw, 32px);
}

.cfv2-panel--accent {
  background:
    linear-gradient(160deg, rgba(32, 128, 176, 0.08), rgba(32, 128, 176, 0)),
    rgba(255, 255, 255, 0.96);
}

.cfv2-panel--form {
  padding: clamp(28px, 3vw, 38px);
}

.cfv2-panel--form {
  position: relative;
}

.cfv2-panel--form.is-loading {
  pointer-events: none;
}

.cfv2-panel--form.is-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.cfv2-panel--form.is-loading::before {
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid rgba(17, 17, 17, 0.16);
  border-top-color: #111;
  animation: cfv2-spin 0.8s linear infinite;
  z-index: 2;
}

.cfv2-panel__eyebrow {
  margin: 0;
  color: rgba(17, 17, 17, 0.54);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cfv2-panel__title {
  margin: 10px 0 0;
  color: #111;
  font-size: clamp(28px, 2.6vw, 38px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0.03em;
}

.cfv2-panel__text {
  margin: 16px 0 0;
  color: #1f1f1f;
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.8;
}

.cfv2-cta-button,
.cfv2-button {
  min-height: 56px;
  padding: 14px 20px;
  border-radius: 18px;
  background: #111;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  border: 1px solid #111;
  transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.12);
}

.cfv2-cta-button:hover,
.cfv2-button:hover {
  transform: translateY(-2px);
  background: #1c1c1c;
  border-color: #1c1c1c;
}

.cfv2-button {
  cursor: pointer;
}

.cfv2-button.is-loading {
  opacity: 0.74;
}

.cfv2-button--ghost {
  background: #fff;
  color: #111;
  border-color: rgba(17, 17, 17, 0.12);
  box-shadow: none;
}

.cfv2-button--ghost:hover {
  background: rgba(17, 17, 17, 0.04);
  border-color: rgba(17, 17, 17, 0.18);
}

.cfv2-button--primary {
  background: #111;
  color: #fff;
}

.cfv2-cta-button__icon,
.cfv2-button__icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
}

.cfv2-cta-button__icon svg,
.cfv2-button__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.cfv2-contact-line {
  display: grid;
  gap: 4px;
  margin-top: 18px;
}

.cfv2-contact-line__label {
  color: rgba(17, 17, 17, 0.48);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cfv2-contact-line__value {
  color: #111;
  font-size: clamp(18px, 1.45vw, 22px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
  word-break: keep-all;
  font-variant-numeric: tabular-nums;
}

.cfv2-guide-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.cfv2-guide-list li {
  position: relative;
  padding-left: 18px;
  color: #1f1f1f;
  font-size: 14px;
  line-height: 1.75;
}

.cfv2-guide-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #111;
}

.cfv2-alert {
  margin-top: 20px;
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.7;
}

.cfv2-alert--error {
  background: rgba(201, 56, 56, 0.1);
  color: #a32121;
  border: 1px solid rgba(201, 56, 56, 0.18);
}

.cfv2-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.cfv2-field {
  display: grid;
  gap: 10px;
}

.cfv2-field.is-wide {
  grid-column: 1 / -1;
}

.cfv2-field__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.cfv2-field__label {
  color: #111;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.cfv2-field__required {
  min-height: 26px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(200, 75, 87, 0.12);
  border: 1px solid rgba(200, 75, 87, 0.3);
  color: var(--accent-red-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  flex: 0 0 auto;
}

.cfv2-field input,
.cfv2-field textarea,
.cfv2-static-choice {
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 18px;
  background: rgba(250, 250, 250, 0.96);
  color: #111;
  font: inherit;
  padding: 16px 18px;
  outline: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.cfv2-field textarea {
  min-height: 160px;
  resize: vertical;
}

.cfv2-field input:focus,
.cfv2-field textarea:focus {
  border-color: rgba(17, 17, 17, 0.34);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(17, 17, 17, 0.05);
}

.cfv2-field__hint {
  margin: 0;
  color: rgba(17, 17, 17, 0.55);
  font-size: 12px;
  line-height: 1.6;
}

.cfv2-field__error {
  margin: 0;
  color: #b12020;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.cfv2-radio-list {
  display: grid;
  gap: 10px;
}

.cfv2-radio {
  position: relative;
  min-height: 56px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: rgba(250, 250, 250, 0.96);
  display: flex;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}

.cfv2-radio input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.cfv2-radio span {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.cfv2-radio span::before,
.cfv2-radio span::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.cfv2-radio span::before {
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(17, 17, 17, 0.28);
  background: #fff;
}

.cfv2-radio span::after {
  left: 5px;
  width: 8px;
  height: 8px;
  background: #111;
  opacity: 0;
}

.cfv2-radio input:checked + span::after {
  opacity: 1;
}

.cfv2-radio input:checked + span::before {
  border-color: #111;
}

.cfv2-radio:has(input:checked) {
  border-color: rgba(17, 17, 17, 0.24);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(17, 17, 17, 0.04);
}

.cfv2-static-choice {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}

.cfv2-review {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.cfv2-review__row {
  display: grid;
  grid-template-columns: minmax(160px, 220px) minmax(0, 1fr);
  gap: 16px;
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(250, 250, 250, 0.96);
  border: 1px solid rgba(17, 17, 17, 0.08);
}

.cfv2-review__label {
  color: rgba(17, 17, 17, 0.56);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.cfv2-review__value {
  color: #111;
  font-size: 15px;
  line-height: 1.8;
  word-break: break-word;
}

.cfv2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.cfv2-actions__form {
  display: inline-flex;
}

.cfv2-complete {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}

.cfv2-complete__badge {
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.06);
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cfv2-complete__title {
  margin: 0;
  color: #111;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

.cfv2-complete__text {
  margin: 0;
  color: #1f1f1f;
  font-size: 16px;
  line-height: 1.85;
}

.cfv2-hidden-textarea {
  display: none;
}

@keyframes cfv2-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 1024px) {
  .cfv2-layout {
    grid-template-columns: 1fr;
  }

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

  .cfv2-form-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .cfv2-hero {
    min-height: 50vh;
    padding: 128px var(--hn-side-padding, clamp(24px, 6vw, 80px)) var(--hn-side-padding, clamp(24px, 6vw, 80px));
  }

  .cfv2-hero--visit .hn-hero__title-line:last-child {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .cfv2-hero--visit .hn-hero__title-sub {
    font-size: clamp(18px, 4.8vw, 26px);
    line-height: 1.1;
    letter-spacing: 0.03em;
  }

  .cfv2-hero .hn-hero__title {
    font-size: clamp(40px, 13vw, 72px);
  }

  .cfv2-hero .hn-hero__title-sub {
    font-size: clamp(14px, 3vw, 20px);
  }

  .cfv2-hero .hn-hero__lead-text {
    font-size: clamp(12px, 2.8vw, 15px);
    line-height: 1.5;
  }

  .cfv2-main .hn-calendar__section-title {
    gap: 10px;
    font-size: clamp(22px, 6vw, 30px);
  }

  .cfv2-steps {
    grid-template-columns: 1fr;
  }

  .cfv2-sidebar {
    grid-template-columns: 1fr;
  }

  .cfv2-review__row {
    grid-template-columns: 1fr;
  }

  .cfv2-actions,
  .cfv2-actions__form {
    width: 100%;
  }

  .cfv2-actions .cfv2-button,
  .cfv2-actions .cfv2-cta-button {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .cfv2-hero {
    padding: 112px var(--hn-side-padding, 24px) var(--hn-side-padding, 24px);
  }

  .cfv2-hero--visit .hn-hero__title-line:last-child {
    gap: 6px;
  }

  .cfv2-hero--visit .hn-hero__title-sub {
    font-size: clamp(16px, 5.4vw, 22px);
  }

  .cfv2-hero .hn-hero__title {
    font-size: clamp(34px, 12vw, 48px);
  }

  .cfv2-hero .hn-hero__title-sub {
    font-size: clamp(12px, 4.3vw, 16px);
  }

  .cfv2-hero .hn-hero__lead-text {
    font-size: clamp(11px, 3.4vw, 13px);
    line-height: 1.4;
  }

  .cfv2-main .hn-calendar__section-title {
    gap: 8px;
    font-size: clamp(20px, 7vw, 26px);
  }

  .cfv2-panel,
  .cfv2-panel--form {
    border-radius: 28px;
    padding: 22px;
  }

  .cfv2-field input,
  .cfv2-field textarea,
  .cfv2-static-choice,
  .cfv2-radio {
    border-radius: 16px;
  }

  .cfv2-cta-button,
  .cfv2-button {
    min-height: 52px;
    border-radius: 16px;
    margin-top: 18px;
  }
}
