* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 18px;
}

body {
  margin: 0;
  background: #173649;
  color: #fff;
  font-family: "Figtree", "Avenir Next", Arial, sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}
body.modal-open {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

[v-cloak] {
  display: none;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  border-radius: 8px;
  background: #fff;
  color: #234f6d;
  font-weight: 700;
  transform: translateY(-180%);
  transition: transform 0.2s ease;
}
.skip-link:focus {
  transform: translateY(0);
}

.site-shell {
  width: min(100%, 1080px);
  margin: 0 auto;
  overflow: hidden;
  background: #e6f0f3;
  box-shadow: 0 0 42px rgba(0, 0, 0, 0.22);
}

.content-container {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-inline: clamp(26px, 5.3vw, 58px);
}

.page-step {
  width: 100%;
}

.hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background-image: url("../images/hero-family.png");
  background-position: center 52%;
  background-size: cover;
  isolation: isolate;
}
.hero__shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 36, 44, 0.28) 0%, transparent 29%), linear-gradient(0deg, rgba(13, 31, 38, 0.19), transparent 30%);
}
.hero__heading {
  position: absolute;
  top: 10px;
  left: 50%;
  width: min(570px, 56%);
  text-align: center;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  transform: translateX(-50%);
}
.hero__heading p {
  margin: 0 0 10px;
  font-size: clamp(15px, 1.65vw, 20px);
  font-weight: 600;
  line-height: 1.08;
}
.hero__heading h1 {
  margin: 0;
  font-family: "League Spartan", "Figtree", "Avenir Next", Arial, sans-serif;
  font-size: clamp(31px, 3.75vw, 43px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}
.hero__advice {
  position: absolute;
  right: 20px;
  bottom: 38px;
  width: 330px;
  margin: 0;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.08;
  text-align: center;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.hero__advice strong:last-child {
  display: block;
  font-size: 21px;
}
.hero__qr {
  position: absolute;
  bottom: 7px;
  left: 50%;
  width: 50px;
  height: auto;
  transform: translateX(-50%);
}

.association-logo {
  position: absolute;
  top: 24px;
  right: 26px;
  width: 137px;
}
.association-logo img {
  width: 100%;
  height: auto;
}

.studio-mark {
  position: absolute;
  bottom: 18px;
  left: 28px;
  width: 66px;
}
.studio-mark img {
  width: 100%;
  height: auto;
}

.intro {
  position: relative;
  min-height: 1020px;
  padding-block: 65px 48px;
  overflow: hidden;
  background-image: url("../images/caregiver-background.jpg");
  background-position: center 41%;
  background-size: cover;
}
.intro__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(71, 156, 187, 0.88), rgba(41, 98, 132, 0.91));
}
.intro h2 {
  margin: 0;
  padding: 15px 22px 18px;
  background: rgba(0, 101, 167, 0.72);
  font-size: clamp(27px, 3.4vw, 40px);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}
.intro__copy {
  padding: 2px 32px;
  font-size: clamp(19px, 2.35vw, 28px);
  line-height: 1.32;
  text-align: center;
}
.intro__copy p {
  margin: 24px 0 0;
}
.intro__copy strong {
  color: #ffbd00;
  font-weight: 700;
}

.offer {
  display: grid;
  grid-template-columns: minmax(0, 43%) minmax(0, 57%);
  align-items: end;
  margin-top: 70px;
}
.offer__text {
  position: relative;
  z-index: 2;
  padding-bottom: 8px;
}
.offer__text > p {
  margin: 18px 0 0 -7px;
  font-size: clamp(18px, 2.25vw, 26px);
  line-height: 1.25;
}
.offer__ribbon {
  position: relative;
  width: calc(100% + 62px);
  margin-left: calc(clamp(26px, 5.3vw, 58px) * -1);
  padding: 12px 50px 14px clamp(26px, 5.3vw, 58px);
  background: linear-gradient(90deg, #ff8b00, #ff360d);
  font-size: clamp(18px, 2.2vw, 26px);
  line-height: 1.17;
}
.offer__ribbon::after {
  content: "";
  position: absolute;
  top: -29px;
  right: -69px;
  width: 72px;
  height: calc(100% + 58px);
  background: #ff360d;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.offer__ribbon strong {
  color: #050505;
  font-weight: 900;
}
.offer__media {
  position: relative;
  z-index: 1;
  width: 116%;
  aspect-ratio: 630/382;
  max-width: none;
  margin: 0 0 -9px -5%;
  filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.22));
}
.offer__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.start-panel {
  display: flex;
  min-height: 158px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 27px;
  background: #2b5d7f;
}

.start-button {
  display: flex;
  width: min(100%, 440px);
  min-width: 390px;
  min-height: 87px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 9px 12px 9px 30px;
  border: 6px solid #ff8b00;
  border-radius: 999px;
  background: linear-gradient(100deg, #ffa000 0%, #ff360d 78%);
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
  box-shadow: 0 18px 13px rgba(5, 28, 41, 0.48);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.start-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 21px 16px rgba(5, 28, 41, 0.42);
}
.start-button:focus-visible {
  outline: 4px solid #fff;
  outline-offset: 5px;
}
.start-button > span:first-child {
  font-size: 24px;
  line-height: 1.03;
  text-align: center;
}
.start-button strong {
  display: block;
  font-size: 29px;
  font-weight: 900;
  text-transform: uppercase;
}
.start-button--info > span:first-child {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.05;
}
.start-button__icon {
  display: grid;
  width: 63px;
  height: 63px;
  flex: 0 0 63px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #2b5d7f;
  place-items: center;
}
.start-button__icon svg {
  width: 35px;
  height: 39px;
  color: #fff;
}
.start-button__pdf-icon {
  display: grid;
  width: 63px;
  height: 63px;
  flex: 0 0 63px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #fff;
  place-items: center;
}
.start-button__pdf-icon img {
  width: 35px;
  height: auto;
}

.survey-section {
  scroll-margin-top: 15px;
  padding: 48px 36px 0;
  background: #e6f0f3;
  color: #2b5d7f;
}
.survey-section:focus {
  outline: 0;
}

.survey-card__title-row {
  position: relative;
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  padding: 9px 22px;
  background: #2b5d7f;
  color: #fff;
}
.survey-card__title-row h2 {
  margin: 0;
  font-size: 31px;
  font-weight: 700;
}

.survey-group {
  display: flow-root;
  min-inline-size: 0;
  margin: 0;
  padding: 18px 20px 19px;
  border: 0;
  border-bottom: 1px solid #7fa5b8;
}
.survey-group legend {
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 8px;
  padding: 0;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.2;
}
.survey-group legend strong {
  display: block;
}
.survey-group legend small {
  display: block;
  margin-top: 2px;
  font-size: 17px;
  font-weight: 500;
}
.survey-group > .choice-list {
  clear: both;
}
.survey-group--behavior {
  padding-block: 12px 16px;
  border-bottom: 0;
}
.survey-group--behavior legend {
  margin-bottom: 8px;
  font-size: 20px;
}
.survey-group--checklist {
  padding-block: 20px 22px;
}
.survey-group--checklist legend {
  font-size: 21px;
}

.behavior-heading {
  padding: 21px 20px 8px;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.2;
  text-wrap: balance;
}

.choice-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 44px;
}
.choice-list--wide {
  gap: 10px 68px;
}
.choice-list--stacked {
  display: grid;
  gap: 7px;
}

.choice {
  position: relative;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  gap: 9px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  cursor: pointer;
  transition: color 0.15s ease;
}
.choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.choice input:focus-visible + .choice__control {
  outline: 3px solid #5ca6ca;
  outline-offset: 3px;
}
.choice__control {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  border: 2px solid #80acc1;
  background: #fff;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.choice__control::after {
  content: "";
  position: absolute;
  inset: 4px;
  background: #347da1;
  opacity: 0;
  transform: scale(0.3);
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.choice.is-selected .choice__control {
  border-color: #347da1;
}
.choice.is-selected .choice__control::after {
  opacity: 1;
  transform: scale(1);
}
.choice:hover {
  color: #ff8b00;
}
.choice:hover .choice__control {
  border-color: #ff8b00;
}
.choice:hover .choice__control::after {
  background: #ff8b00;
}

.survey-submit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 27px 20px 35px;
}
.survey-submit p {
  margin: 0;
  color: #34719a;
  font-size: 14px;
}
.survey-submit button {
  flex: 0 0 auto;
  padding: 14px 27px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(100deg, #ff8b00, #ff360d);
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 8px 16px rgba(43, 93, 127, 0.2);
  transition: transform 0.2s ease;
}
.survey-submit button:hover {
  transform: translateY(-2px);
}
.survey-submit button:focus-visible {
  outline: 4px solid #347da1;
  outline-offset: 3px;
}
.survey-submit button:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}
.survey-submit__error {
  width: 100%;
  margin: 0 !important;
  color: #a41919 !important;
  font-size: 15px !important;
  font-weight: 700;
  text-align: right;
}

.result-panel {
  position: relative;
  display: grid;
  min-height: 510px;
  grid-template-columns: 42% 58%;
  align-items: end;
  padding: 42px 48px 0;
  overflow: hidden;
  background: #2b5d7f;
  color: #fff;
}
.result-panel:focus {
  outline: 0;
}
.result-panel__message {
  grid-column: 1/-1;
  margin: 0 auto 22px;
  text-align: center;
}
.result-panel__message h2 {
  margin: 0;
  font-size: 35px;
  line-height: 1.1;
  font-weight: 800;
  text-wrap: balance;
}
.result-panel__message p {
  max-width: 790px;
  margin: 8px auto 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}
.result-panel__actions {
  display: grid;
  align-self: center;
  gap: 26px;
  padding-bottom: 52px;
}
.result-panel__pdf-error {
  margin: -14px 0 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
.result-panel__visual {
  position: relative;
  align-self: end;
}
.result-panel__media {
  width: 112%;
  aspect-ratio: 546/367;
  max-width: none;
  margin-left: -5%;
}
.result-panel__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.info-link {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 18px;
  border-radius: 9px;
  background: #8ebbd1;
  color: #fff;
  font-size: 22px;
  text-wrap: balance;
  font-weight: 500;
  line-height: 1.22;
  text-align: left;
  text-decoration: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  transition: background 0.2s ease, transform 0.2s ease;
}
.info-link:is(button) {
  width: 100%;
  border: 0;
  font-family: inherit;
  cursor: pointer;
}
.info-link:hover {
  background: #a0c6d8;
  transform: translateY(-2px);
}
.info-link u {
  font-weight: 800;
}
.info-link:focus-visible {
  outline: 4px solid #ffbd00;
  outline-offset: 3px;
}
.info-link:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}
.info-link__icon {
  display: grid;
  width: 40px;
  height: 46px;
  flex: 0 0 40px;
  border: 3px solid #fff;
  background: #fff;
  color: #e92323;
  font-size: 10px;
  font-weight: 900;
  place-items: center;
}

.membership-badge {
  position: absolute;
  top: -20px;
  right: -30px;
  display: flex;
  width: 200px;
  height: 200px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: none;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  line-height: 0.96;
  text-align: center;
  text-decoration: none;
  transform: rotate(3deg);
  transition: transform 0.2s ease;
}
.membership-badge:hover {
  transform: rotate(3deg) scale(1.05);
}
.membership-badge:focus-visible {
  outline: 4px solid #fff;
  outline-offset: 4px;
}
.membership-badge strong {
  font-size: 43px;
  line-height: 0.8;
}
.membership-badge span {
  font-size: 11px;
  font-weight: 700;
}
.membership-badge b {
  font-size: 18px;
}

.membership-modal-backdrop {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  padding: 24px;
  background: rgba(7, 28, 41, 0.76);
  place-items: center;
  backdrop-filter: blur(5px);
}

.membership-modal {
  position: relative;
  width: min(100%, 520px);
  padding: 48px 42px 42px;
  border: 3px solid rgba(255, 255, 255, 0.74);
  border-radius: 22px;
  background: #e6f0f3;
  color: #234f6d;
  text-align: center;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}
.membership-modal:focus {
  outline: 0;
}
.membership-modal h2 {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
}
.membership-modal__close {
  position: absolute;
  top: 12px;
  right: 15px;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #234f6d;
  cursor: pointer;
  font-size: 34px;
  line-height: 1;
  place-items: center;
}
.membership-modal__close:hover {
  background: rgba(43, 93, 127, 0.1);
}
.membership-modal__close:focus-visible {
  outline: 3px solid #347da1;
  outline-offset: 2px;
}
.membership-modal__code {
  display: block;
  margin: 12px 0 27px;
  color: #ff360d;
  font-size: 46px;
  font-weight: 900;
  letter-spacing: 0.06em;
}
.membership-modal__link {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 999px;
  background: linear-gradient(100deg, #ff8b00, #ff360d);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(43, 93, 127, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.membership-modal__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 11px 22px rgba(43, 93, 127, 0.22);
}
.membership-modal__link:focus-visible {
  outline: 4px solid #347da1;
  outline-offset: 3px;
}

.legal {
  padding: 34px 55px 40px;
  background: #e6f0f3;
  color: #2b5d7f;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
}
.legal p {
  margin: 0 0 15px;
  text-wrap: balance;
}
.legal__references {
  margin-top: 27px !important;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 820px) {
  .hero {
    min-height: 650px;
    background-position: 49% 56%;
  }
  .hero__heading {
    top: 27px;
    width: 68%;
  }
  .hero__advice {
    right: 20px;
    bottom: 35px;
    width: 280px;
    font-size: 14px;
  }

  .association-logo {
    top: 20px;
    right: 18px;
    width: 120px;
  }

  .intro {
    min-height: auto;
  }

  .offer {
    margin-top: 55px;
  }
  .offer__ribbon::after {
    right: -50px;
    width: 53px;
  }

  .survey-section {
    padding-inline: 24px;
  }

  .choice-list,
.choice-list--wide {
    column-gap: 26px;
  }

  .result-panel {
    padding-inline: 32px;
  }
}
@media (max-width: 640px) {
  .site-shell {
    box-shadow: none;
  }

  .hero {
    min-height: 720px;
    background-position: 51% 56%;
  }
  .hero__shade {
    background: linear-gradient(180deg, rgba(16, 36, 44, 0.45), transparent 36%), linear-gradient(0deg, rgba(13, 31, 38, 0.55), transparent 48%);
  }
  .hero__heading {
    top: 90px;
    width: calc(100% - 40px);
  }
  .hero__heading p {
    font-size: 14px;
  }
  .hero__heading h1 {
    margin-top: 15px;
    font-size: clamp(30px, 9vw, 40px);
  }
  .hero__advice {
    right: 22px;
    bottom: 68px;
    left: 22px;
    width: auto;
    padding: 16px;
    border-radius: 12px;
    background: rgba(17, 47, 61, 0.52);
    font-size: 14px;
    line-height: 1.25;
    backdrop-filter: blur(4px);
  }
  .hero__qr {
    bottom: 8px;
  }

  .association-logo {
    top: 16px;
    right: 13px;
    width: 80px;
  }

  .studio-mark {
    bottom: 15px;
    left: 18px;
    width: 58px;
  }

  .intro {
    padding-block: 38px 42px;
  }
  .intro h2 {
    padding: 14px 12px;
    font-size: 25px;
  }
  .intro__copy {
    padding-inline: 2px;
    font-size: 18px;
  }
  .intro__copy p {
    margin-top: 20px;
  }

  .offer {
    display: flex;
    flex-direction: column;
    margin-top: 38px;
  }
  .offer__text > p {
    margin: 20px 0 0;
    font-size: 18px;
    text-align: center;
  }
  .offer__ribbon {
    width: calc(100% + 52px);
    margin-left: -26px;
    padding: 16px 26px;
    font-size: 18px;
    text-align: center;
  }
  .offer__ribbon::after {
    display: none;
  }
  .offer__media {
    width: 116%;
    margin: 24px -8% -4px;
  }

  .start-panel {
    min-height: 132px;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 18px;
    padding: 24px 18px;
  }

  .start-button {
    min-width: 0;
    width: min(100%, 390px);
    gap: 10px;
    padding-left: 22px;
    border-width: 4px;
  }
  .start-button > span:first-child {
    font-size: 18px;
  }
  .start-button strong {
    font-size: 23px;
  }
  .start-button__icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }
  .start-button__pdf-icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }
  .start-button__pdf-icon img {
    width: 35px;
  }
  .start-button--info > span:first-child {
    font-size: 16px;
  }

  .survey-section {
    padding: 24px 14px 0;
  }

  .survey-card__title-row {
    min-height: 64px;
    justify-content: flex-start;
  }
  .survey-card__title-row h2 {
    font-size: 23px;
  }

  .survey-group,
.behavior-heading {
    padding-inline: 8px;
  }

  .survey-group legend {
    font-size: 18px;
  }
  .survey-group legend small {
    font-size: 15px;
  }
  .survey-group--behavior legend, .survey-group--checklist legend {
    font-size: 17px;
  }

  .behavior-heading {
    font-size: 18px;
  }

  .choice-list,
.choice-list--wide {
    gap: 10px 24px;
  }

  .choice-list--stacked {
    gap: 9px;
  }

  .choice {
    font-size: 16px;
  }

  .survey-submit {
    flex-direction: column;
    align-items: stretch;
    padding-inline: 8px;
    text-align: center;
  }
  .survey-submit button {
    width: 100%;
  }

  .result-panel {
    display: flex;
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
    padding: 34px 22px 0;
  }
  .result-panel__message h2 {
    font-size: 25px;
  }
  .result-panel__message p {
    font-size: 17px;
  }
  .result-panel__actions {
    width: 100%;
    padding: 8px 0 32px;
  }
  .result-panel__visual {
    width: 116%;
    margin-left: -8%;
  }
  .result-panel__visual .result-panel__media {
    width: 100%;
    margin: 0;
  }

  .info-link {
    min-height: 70px;
    font-size: 22px;
  }

  .membership-badge {
    top: -18px;
    right: 4px;
    width: 130px;
    height: 130px;
  }
  .membership-badge strong {
    font-size: 33px;
  }
  .membership-badge span {
    font-size: 8px;
  }
  .membership-badge b {
    font-size: 14px;
  }

  .membership-modal {
    padding: 45px 22px 30px;
  }
  .membership-modal h2 {
    font-size: 21px;
  }
  .membership-modal__code {
    margin-bottom: 22px;
    font-size: 38px;
  }
  .membership-modal__link {
    width: 100%;
    padding-inline: 15px;
    font-size: 16px;
  }

  .legal {
    padding: 28px 22px 32px;
    font-size: 17px;
  }
  .legal__references {
    font-size: 13px;
    text-align: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    transition-duration: 0.01ms !important;
  }
}
@media print {
  body,
.site-shell {
    background: #fff;
    box-shadow: none;
  }

  .hero,
.intro,
.start-panel,
.survey-submit,
.result-panel {
    display: none;
  }

  .survey-section {
    padding: 0;
  }
}

/*# sourceMappingURL=main.css.map */
