@charset "UTF-8";
.p-lower {
  position: relative;
  min-height: 100vh;
  padding-top: 140px;
  padding-bottom: 140px;
  background:
    radial-gradient(circle at 50% 0, rgba(130, 129, 156, 0.16), transparent 34%),
    url("../img/bg-patternGray.webp") repeat;
  background-size: auto, 800px, auto;
}


.p-lower__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, var(--content-width));
  margin: 0 auto;
}

.p-lower-hero {
  text-align: center;
  margin-bottom: 30px;
}

.p-lower-hero__label {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.2rem;
  letter-spacing: 0.24em;
}

.p-lower-hero__title {
  margin: 0;
  font-family: "FaithCollapsing", serif;
  font-size: clamp(4.6rem, 9vw, 9.6rem);
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: normal;
}

.p-lower-hero__text {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.08em;
}

.p-static-page {
  position: relative;
}

.p-static-page::before,
.p-static-page::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.p-static-section {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.p-static-section:first-child {
  margin-top: 0;
}

.p-static-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 28px;
}

.p-static-heading__label {
  color: rgba(255, 255, 255, 0.48);
  font-family: "Giflika", serif;
  font-size: 1.2rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-align: center;
}

.p-static-heading__title {
  margin: 0;
  color: #fff;
  font-family: serif;
  font-size: clamp(2.6rem, 4vw, 3.6rem);
  font-weight: 400;
  line-height: 1.36;
  letter-spacing: 0.08em;
  text-align: center;
}

.p-static-lead__mark {
  display: grid;
  place-items: center;
  min-height: 220px;
}

.p-static-lead__mark img {
  width: min(160px, 54%);
}

.p-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.p-info-card {
  position: relative;
  min-height: 100%;
  padding: 26px 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), transparent 42%),
    rgba(0, 0, 0, 0.48);
  overflow: hidden;
}

.p-info-card::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 22px;
  height: 26px;
  background: url("../img/common__header-cross.webp") center / contain no-repeat;
  opacity: 0.42;
}

.p-info-card__kicker {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.46);
  font-family: "Giflika", serif;
  font-size: 1.1rem;
  letter-spacing: 0.18em;
}

.p-info-card__title {
  margin: 0 0 14px;
  color: #fff;
  font-family: serif;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.p-info-card__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.35rem;
  line-height: 1.9;
  letter-spacing: 0.06em;
}

.p-split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 44px;
  align-items: start;
}

.p-panel {
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.p-panel__inner {
  padding: clamp(24px, 4vw, 42px);
}

.p-list-block {
  display: grid;
  gap: 18px;
}

.p-list-block__item {
  position: relative;
  padding: 0 0 20px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.p-list-block__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.p-list-block__item::before {
  content: "";
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 7px;
  height: 7px;
  background: #6a6eb9;
  transform: rotate(45deg);
}

.p-list-block__title {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.07em;
}

.p-list-block__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.38rem;
  line-height: 1.95;
  letter-spacing: 0.06em;
}

.p-side-note {
  position: sticky;
  top: 120px;
  display: grid;
  gap: 18px;
}

.p-side-note__block {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.48);
}

.p-side-note__title {
  margin: 0 0 14px;
  color: #fff;
  font-family: "Giflika", serif;
  font-size: 1.35rem;
  letter-spacing: 0.18em;
}

.p-side-note__text,
.p-side-note__list {
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.3rem;
  line-height: 1.85;
  letter-spacing: 0.06em;
}

.p-side-note__text {
  margin: 0;
}

.p-side-note__list {
  display: grid;
  gap: 8px;
}

.p-status-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.p-status-card {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 14px;
  min-height: 260px;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.52);
}

.p-status-card--ok {
  border-color: rgba(185, 166, 106, 0.44);
}

.p-status-card--ng {
  border-color: rgba(165, 48, 77, 0.55);
}

.p-status-card--ask {
  border-color: rgba(126, 112, 184, 0.5);
}

.p-status-card__label {
  width: fit-content;
  padding: 3px 10px;
  color: #050505;
  font-family: "Giflika", serif;
  font-size: 1.2rem;
  letter-spacing: 0.16em;
  background: rgba(255, 255, 255, 0.88);
}

.p-status-card__title {
  margin: 0;
  color: #fff;
  font-family: serif;
  font-size: 2.35rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.p-status-card__list {
  display: grid;
  gap: 9px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.34rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.p-policy-index {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.p-policy-index a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.74);
  font-family: "Giflika", serif;
  font-size: 1.15rem;
  letter-spacing: 0.14em;
  background: rgba(0, 0, 0, 0.44);
}

.p-policy-article {
  display: grid;
  gap: 20px;
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
}

.p-policy-unit {
  scroll-margin-top: 120px;
}

.p-policy-unit__title {
  margin: 0 0 14px;
  color: #fff;
  font-family: serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.p-policy-unit__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.42rem;
  line-height: 2;
  letter-spacing: 0.06em;
}

.p-policy-unit__list {
  display: grid;
  gap: 9px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.36rem;
  line-height: 1.85;
  letter-spacing: 0.06em;
}

.p-policy-unit__list li {
  position: relative;
  padding-left: 18px;
}

.p-policy-unit__list li::before {
  content: "";
  position: absolute;
  top: 0.85em;
  left: 0;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.76);
  transform: rotate(45deg);
}

.p-privacy-page {
  isolation: isolate;
  transition: background-color 0.45s ease;
}

.p-privacy-page .p-static-section {
  isolation: isolate;
  overflow: hidden;
  padding:clamp(50px, 10vw, 100px)  clamp(28px, 4vw, 48px);
  color: #1a1a1a;
  background:
 rgba(255, 255, 255,0.96);
}

.p-privacy-page .p-static-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:#151517;
  opacity: 1;
  pointer-events: none;
  -webkit-mask-image: url("../img/loader-mask-invert.webp");
  mask-image: url("../img/loader-mask-invert.webp");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 0;
  mask-position: 50% 0;
  -webkit-mask-size: 100% 1200%;
  mask-size: 100% 1200%;
}

.p-privacy-page .p-static-section > * {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translate3d(0, 18px, 0);
}

.p-privacy-page.is-reading-mode .p-static-section::before {
  animation: privacyReadingInk 0.9s steps(11, end) forwards;
}

.p-privacy-page.is-reading-mode .p-static-section > * {
  animation: privacyContentFadeIn 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.9s forwards;
}

.p-privacy-page .p-static-heading__label,
.p-privacy-page .p-info-card__kicker {
  color: rgba(18, 16, 15, 0.48);
}

.p-privacy-page .p-static-heading__title,
.p-privacy-page .p-policy-unit__title,
.p-privacy-page .p-info-card__title {
  color: #1a1a1a;
}

.p-privacy-page .p-policy-unit__text,
.p-privacy-page .p-policy-unit__list,
.p-privacy-page .p-info-card__text {
  color: rgba(20, 18, 17, 0.76);
}

.p-privacy-page .p-policy-unit {
  padding: 0 0 28px;
  border: 0;
  border-bottom: 1px solid rgba(20, 18, 17, 0.32);
  background: transparent;
}

.p-privacy-page .p-policy-unit:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.p-privacy-page .p-info-card {
  border-color: rgba(20, 18, 17, 0.16);
  background: rgba(255, 255, 255, 0.38);
}

.p-privacy-page .p-policy-unit__list li::before {
  background: rgba(20, 18, 17, 0.58);
}

.p-privacy-page .p-info-card::before {
  filter: brightness(0);
  opacity: 0.18;
}

@keyframes privacyReadingInk {
  0% {
    opacity: 1;
    -webkit-mask-position: 50% 0;
    mask-position: 50% 0;
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-mask-position: 50% 100%;
    mask-position: 50% 100%;
  }
}

@keyframes privacyContentFadeIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.p-contact-page {
  isolation: isolate;
}

.p-contact-page .p-static-section {
  isolation: isolate;
  overflow: hidden;
  padding: clamp(50px, 10vw, 100px) clamp(16px, 4vw, 48px);
  color: #1a1a1a;
  background: rgba(255, 255, 255,.96);
}

.p-contact-page .p-static-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #151517;
  opacity: 1;
  pointer-events: none;
  -webkit-mask-image: url("../img/loader-mask-invert.webp");
  mask-image: url("../img/loader-mask-invert.webp");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 0;
  mask-position: 50% 0;
  -webkit-mask-size: 100% 1200%;
  mask-size: 100% 1200%;
}

.p-contact-page .p-static-section > * {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translate3d(0, 18px, 0);
}

.p-contact-page.is-reading-mode .p-static-section::before {
  animation: privacyReadingInk 0.9s steps(11, end) forwards;
}

.p-contact-page.is-reading-mode .p-static-section > * {
  animation: privacyContentFadeIn 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.9s forwards;
}

.p-contact-page .p-static-heading__label,
.p-contact-page .p-side-note__title {
  color: rgba(18, 16, 15, 0.48);
}

.p-contact-page .p-static-heading__title,
.p-contact-page .p-form-label,
.p-contact-page .p-flow__title {
  color: #1a1a1a;
}

.p-contact-page .p-panel,
.p-contact-page .p-side-note__block,
.p-contact-page .p-flow,
.p-contact-page .p-flow__item {
  border-color: rgba(20, 18, 17, .7);
  background: #fff;
}

.p-contact-page .p-side-note__text,
.p-contact-page .p-side-note__list,
.p-contact-page .p-form-check,
.p-contact-page .p-form-note,
.p-contact-page .p-flow__text {
  color: rgba(20, 18, 17, 0.68);
}

.p-contact-page .p-form-control,
.p-contact-page .p-form-textarea,
.p-contact-page .p-form-select {
  border-color: rgba(20, 18, 17, 0.18);
  color: #1a1a1a;
  background-color: rgba(255, 255, 255, 0.78);
}

.p-contact-page .p-form-control::placeholder,
.p-contact-page .p-form-textarea::placeholder {
  color: rgba(20, 18, 17, 0.38);
}

.p-contact-page .p-form-control:focus,
.p-contact-page .p-form-textarea:focus,
.p-contact-page .p-form-select:focus {
  border-color: rgba(20, 18, 17, 0.58);
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(185, 166, 106, 0.2);
}

.p-contact-page .p-form-submit {
  border-color: rgba(20, 18, 17, 0.74);
  color: #fff;
  background: #1a1a1a;
}

.p-contact-page .wpcf7 form .wpcf7-response-output {
  margin: 22px 0 0;
  padding: 14px 16px;
  border: 1px solid #4c4d63;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  background: #333;
}

.p-contact-page .wpcf7 form.sent .wpcf7-response-output,
.p-contact-page .wpcf7 form.failed .wpcf7-response-output,
.p-contact-page .wpcf7 form.aborted .wpcf7-response-output,
.p-contact-page .wpcf7 form.spam .wpcf7-response-output,
.p-contact-page .wpcf7 form.invalid .wpcf7-response-output,
.p-contact-page .wpcf7 form.unaccepted .wpcf7-response-output,
.p-contact-page .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #4c4d63;
}

.p-contact-page .wpcf7-not-valid-tip {
  margin-top: 7px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.p-guideline-page {
  isolation: isolate;
}

.p-guideline-page .p-static-section {
  isolation: isolate;
  overflow: hidden;
  padding: clamp(50px, 10vw, 100px) clamp(16px, 4vw, 48px);
  color: #1a1a1a;
  background: rgba(255, 255, 255, 0.96);
}
.p-guideline-article{
  margin-bottom: 50px;
}
.p-guideline-article:last-child{
  margin-bottom: 0;
}
.p-guideline-page .p-static-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #151517;
  opacity: 1;
  pointer-events: none;
  -webkit-mask-image: url("../img/loader-mask-invert.webp");
  mask-image: url("../img/loader-mask-invert.webp");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 0;
  mask-position: 50% 0;
  -webkit-mask-size: 100% 1200%;
  mask-size: 100% 1200%;
}

.p-guideline-page .p-static-section > * {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translate3d(0, 18px, 0);
}

.p-guideline-page.is-reading-mode .p-static-section::before {
  animation: privacyReadingInk 0.9s steps(11, end) forwards;
}

.p-guideline-page.is-reading-mode .p-static-section > * {
  animation: privacyContentFadeIn 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.9s forwards;
}

@media (max-width: 768px) {
  .p-privacy-page .p-static-section::before,
  .p-contact-page .p-static-section::before,
  .p-guideline-page .p-static-section::before {
    -webkit-mask-size: auto 1200%;
    mask-size: auto 1200%;
  }
}

.p-guideline-page .p-static-heading__label,
.p-guideline-page .p-status-card__label,
.p-guideline-page .p-info-card__kicker,
.p-guideline-page .p-side-note__title {
  color: rgba(18, 16, 15, 0.48);
}

.p-guideline-page .p-static-heading__title,
.p-guideline-page .p-status-card__title,
.p-guideline-page .p-list-block__title,
.p-guideline-page .p-info-card__title {
  color: #1a1a1a;
}

.p-guideline-page .p-status-card__list,
.p-guideline-page .p-list-block__text,
.p-guideline-page .p-side-note__text,
.p-guideline-page .p-side-note__list,
.p-guideline-page .p-info-card__text,
.p-guideline-page .p-policy-unit__text {
  color: rgba(20, 18, 17, 0.72);
}

.p-guideline-page .p-status-card,
.p-guideline-page .p-info-card,
.p-guideline-page .p-panel,
.p-guideline-page .p-side-note__block {
  border-color: rgba(20, 18, 17, 0.16);
  background: rgba(255, 255, 255, 0.42);
}

.p-guideline-page .p-status-card--ok {
  border-color: rgba(151, 128, 54, 0.46);
}

.p-guideline-page .p-status-card--ask {
  border-color: rgba(111, 92, 170, 0.42);
}

.p-guideline-page .p-status-card--ng {
  border-color: rgba(152, 39, 65, 0.44);
}

.p-guideline-page .p-status-card__label {
  color: #1a1a1a;
  background: rgba(20, 18, 17, 0.08);
}

.p-guideline-page .p-list-block__item {
  border-bottom-color: rgba(20, 18, 17, 0.12);
}

.p-guideline-page .p-list-block__item::before {
  background: rgba(20, 18, 17, 0.52);
}

.p-guideline-page .p-info-card::before {
  filter: brightness(0);
  opacity: 0.18;
}

.p-contact-form {
  display: grid;
  gap: 22px;
}

.p-form-row {
  display: grid;
  gap: 9px;
}

.p-form-row--2col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.p-form-label {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.32rem;
  letter-spacing: 0.08em;
}

.p-form-label__required {
  margin-left: 8px;
  color: #b9a66a;
  font-size: 1.1rem;
}

.p-form-control,
.p-form-textarea,
.p-form-select {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  color: #fff;
  font: inherit;
  font-size: 1.45rem;
  letter-spacing: 0.04em;
  background: rgba(0, 0, 0, 0.56);
  outline: none;
  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.p-form-textarea {
  min-height: 190px;
  padding: 14px 16px;
  resize: vertical;
}

.p-form-control:focus,
.p-form-textarea:focus,
.p-form-select:focus {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(0, 0, 0, 0.72);
  box-shadow: 0 0 0 3px rgba(185, 166, 106, 0.14);
}

.p-form-check {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.p-form-check input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  accent-color: #b9a66a;
}

.p-form-check--privacy .wpcf7-form-control-wrap,
.p-form-check--privacy .wpcf7-acceptance,
.p-form-check--privacy .wpcf7-list-item {
  display: block;
}

.p-form-check--privacy .wpcf7-list-item {
  margin: 0;
}

.p-form-check--privacy label {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.p-form-check--privacy input {
  margin-top: 2px;
}

.p-form-check--privacy .wpcf7-list-item-label {
  display: inline-block;
}

.p-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}

.p-form-submit-wrap {
  display: inline-grid;
  gap: 6px;
  justify-items: center;
}

.p-form-submit-label {
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.15rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.p-form-submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  min-height: 58px;
  padding: 0 34px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #050505;
  font-family: "Giflika", serif;
  font-size: 1.45rem;
  letter-spacing: 0.18em;
  background: rgba(255, 255, 255, 0.92);
  cursor: pointer;
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}

.p-form-submit:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 0 16px rgba(255, 255, 255, 0.2));
}

.p-form-note {
  color: rgba(255, 255, 255, 0.52);
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.p-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.p-flow__item {
  min-height: 180px;
  padding: 24px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.46);
}

.p-flow__item:last-child {
  border-right: 0;
}

.p-flow__num {
  display: block;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.45);
  font-family: "Giflika", serif;
  font-size: 1.3rem;
  letter-spacing: 0.16em;
}

.p-flow__title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.p-flow__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.28rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .p-static-lead,
  .p-split-layout {
    grid-template-columns: 1fr;
  }

  .p-static-lead__mark {
    min-height: 150px;
    border-left: 0;
  }

  .p-card-grid,
  .p-status-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .p-side-note {
    position: static;
    grid-template-columns: repeat(2, 1fr);
  }

  .p-contact-page .p-panel {
    order: 2;
  }

  .p-contact-page .p-side-note {
    order: 1;
  }

  .p-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .p-flow__item:nth-child(2) {
    border-right: 0;
  }

  .p-flow__item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media screen and (max-width: 767px) {
  .p-static-page::before {
    top: 150px;
    right: -110px;
    width: 260px;
  }

  .p-static-page::after {
    display: none;
  }

  .p-static-section {
    margin-top: 30px;
  }

  .p-static-lead {
    gap: 28px;
    padding: 28px 20px;
  }

  .p-static-lead__text {
    font-size: 1.38rem;
  }

  .p-card-grid,
  .p-status-grid,
  .p-side-note,
  .p-flow,
  .p-form-row--2col {
    grid-template-columns: 1fr;
  }

  .p-flow__item,
  .p-flow__item:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .p-flow__item:last-child {
    border-bottom: 0;
  }

  .p-form-actions {
    display: grid;
  }

  .p-form-submit {
    width: 100%;
  }
}
