/* IDN-IT Survey closure page */

html.survey-closed-root {
  overflow-x: clip;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html.survey-closed-root::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

body.survey-closed {
  width: auto;
  overflow: visible;
  overflow-x: clip;
  background: #F6F9F6;
  color: #172033;
  font-family: "Segoe UI Variable Text", "Segoe UI", system-ui, -apple-system, sans-serif;
}

body.survey-closed::before {
  display: none;
}

body.survey-closed .header {
  background: rgba(246, 249, 246, .96);
  border-bottom-color: #D8E4DA;
  box-shadow: none;
}

.survey-closure-main {
  overflow: hidden;
  overflow: clip;
}

.survey-closure-container {
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
}

.survey-closure-hero {
  position: relative;
  padding: 30px 0 78px;
  background: #F6F9F6;
}

.survey-closure-utility {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #B8CABD;
}

.survey-closure-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid #A9D8C3;
  border-radius: 5px;
  background: #E4F7EE;
  color: #0B6B59;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.survey-closure-status .app-icon {
  width: 15px;
  height: 15px;
}

.survey-closure-language {
  display: flex;
  align-items: center;
  gap: 12px;
}

.survey-closure-language > span {
  color: #5A6675;
  font-size: 12px;
  font-weight: 700;
}

.survey-closure-language .language-switch {
  grid-template-columns: repeat(3, minmax(52px, 1fr));
  border-color: #B8CABD;
  border-radius: 6px;
  box-shadow: none;
}

.survey-closure-language .language-switch span {
  min-height: 30px;
  border-radius: 3px;
  font-size: 12px;
}

.survey-closure-language .language-switch input:checked + span {
  box-shadow: none;
}

.survey-closure-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, .68fr);
  gap: 88px;
  align-items: center;
  padding-top: 68px;
}

.survey-closure-copy {
  max-width: 680px;
}

.survey-closure-kicker {
  display: block;
  margin-bottom: 18px;
  color: #5A6675;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.survey-closure-copy h1 {
  max-width: none;
  margin: 0;
  color: #172033;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: 0;
  text-wrap: balance;
}

.survey-closure-copy > p {
  max-width: 62ch;
  margin: 24px 0 0;
  color: #445166;
  font-size: 17px;
  line-height: 1.72;
  text-wrap: pretty;
}

.survey-closure-snapshot {
  position: relative;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 20px;
  min-height: 252px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid #BAD8C7;
  border-radius: 8px;
  background: #E8F4EC;
}

.survey-closure-brand-mark {
  display: grid;
  place-items: center;
  width: 70px;
  height: 64px;
  border-radius: 6px;
  background: #202322;
}

.survey-closure-brand-mark .brand-logo {
  width: 56px;
  height: 56px;
}

.survey-closure-snapshot-copy {
  padding-top: 3px;
}

.survey-closure-snapshot-copy > span,
.survey-closure-snapshot-copy > strong {
  display: block;
}

.survey-closure-snapshot-copy > span {
  margin-bottom: 5px;
  color: #557065;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.survey-closure-snapshot-copy > strong {
  color: #0B6B59;
  font-size: 30px;
  line-height: 1.1;
}

.survey-closure-snapshot-copy > p {
  margin: 12px 0 0;
  color: #365348;
  font-size: 13px;
  line-height: 1.55;
}

.survey-closure-signal {
  position: absolute;
  right: 30px;
  bottom: 28px;
  left: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 5px;
  height: 6px;
}

.survey-closure-signal span {
  display: block;
  border-radius: 2px;
  background: #7BC7A8;
  transform-origin: left center;
}

.survey-closure-signal span:last-child {
  background: #E4B74F;
}

.survey-closure-process {
  padding: 72px 0 82px;
  border-top: 1px solid #D8E4DA;
  border-bottom: 1px solid #D8E4DA;
  background: #FFFFFF;
}

.survey-closure-section-head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .72fr);
  gap: 72px;
  align-items: end;
}

.survey-closure-section-head > div > span {
  display: block;
  margin-bottom: 10px;
  color: #0F8B6F;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.survey-closure-section-head h2 {
  max-width: 17ch;
  margin: 0;
  color: #172033;
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: 0;
  text-wrap: balance;
}

.survey-closure-section-head > p {
  max-width: 54ch;
  margin: 0;
  color: #5A6675;
  font-size: 15px;
  line-height: 1.7;
  text-wrap: pretty;
}

.survey-closure-steps {
  display: grid;
  grid-template-columns: .86fr 1.14fr 1fr;
  margin: 46px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #B8CABD;
  border-bottom: 1px solid #B8CABD;
}

.survey-closure-steps > li {
  position: relative;
  min-width: 0;
  min-height: 250px;
  padding: 26px 30px 34px;
}

.survey-closure-steps > li + li {
  border-left: 1px solid #D8E4DA;
}

.survey-closure-steps > li::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 30px;
  width: 42px;
  height: 3px;
  background: #B8CABD;
}

.survey-closure-steps > li.is-complete::before {
  background: #0F8B6F;
}

.survey-closure-steps > li.is-active::before {
  width: 72px;
  background: #D99A20;
}

.survey-closure-step-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 44px;
}

.survey-closure-step-number {
  color: #7B8794;
  font-size: 12px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.survey-closure-step-state {
  padding: 5px 8px;
  border: 1px solid #D8E4DA;
  border-radius: 4px;
  color: #667382;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.survey-closure-steps .is-complete .survey-closure-step-state {
  border-color: #B5E1CE;
  background: #E7F7EF;
  color: #0B6B59;
}

.survey-closure-steps .is-active .survey-closure-step-state {
  border-color: #F0D49A;
  background: #FFF6DE;
  color: #9A6410;
}

.survey-closure-steps h3 {
  max-width: 22ch;
  margin: 0 0 12px;
  color: #172033;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0;
}

.survey-closure-steps p {
  max-width: 38ch;
  margin: 0;
  color: #5A6675;
  font-size: 14px;
  line-height: 1.65;
  text-wrap: pretty;
}

.survey-closure-support {
  padding: 42px 0 48px;
  background: #FFF8E7;
}

.survey-closure-support-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .48fr);
  gap: 56px;
  align-items: center;
}

.survey-closure-support-copy {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.survey-closure-support-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid #E8CA83;
  border-radius: 6px;
  background: #FFEDBB;
  color: #9A6410;
}

.survey-closure-support-icon .app-icon {
  width: 23px;
  height: 23px;
}

.survey-closure-support-copy h2 {
  margin: 0 0 5px;
  color: #172033;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0;
}

.survey-closure-support-copy p {
  max-width: 62ch;
  margin: 0;
  color: #625C4C;
  font-size: 13px;
  line-height: 1.6;
}

.survey-closure-access {
  padding-left: 28px;
  border-left: 1px solid #DDBE77;
}

.survey-closure-access span,
.survey-closure-access strong {
  display: block;
}

.survey-closure-access span {
  margin-bottom: 5px;
  color: #8A7650;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.survey-closure-access strong {
  color: #493E2C;
  font-size: 14px;
  line-height: 1.45;
}

body.survey-closed .site-footer {
  background: #FFFFFF;
}

.js-motion body.survey-closed:not(.is-ready) .survey-closure-utility,
.js-motion body.survey-closed:not(.is-ready) .survey-closure-copy,
.js-motion body.survey-closed:not(.is-ready) .survey-closure-snapshot,
.js-motion body.survey-closed:not(.is-ready) .survey-closure-section-head,
.js-motion body.survey-closed:not(.is-ready) .survey-closure-steps > li,
.js-motion body.survey-closed:not(.is-ready) .survey-closure-support-row {
  opacity: 0;
  transform: translateY(16px);
}

.js-motion.js-motion-fallback body.survey-closed:not(.is-ready) .survey-closure-utility,
.js-motion.js-motion-fallback body.survey-closed:not(.is-ready) .survey-closure-copy,
.js-motion.js-motion-fallback body.survey-closed:not(.is-ready) .survey-closure-snapshot,
.js-motion.js-motion-fallback body.survey-closed:not(.is-ready) .survey-closure-section-head,
.js-motion.js-motion-fallback body.survey-closed:not(.is-ready) .survey-closure-steps > li,
.js-motion.js-motion-fallback body.survey-closed:not(.is-ready) .survey-closure-support-row {
  opacity: 1;
  transform: none;
}

.js-motion body.survey-closed.is-ready .survey-closure-utility,
.js-motion body.survey-closed.is-ready .survey-closure-copy,
.js-motion body.survey-closed.is-ready .survey-closure-snapshot,
.js-motion body.survey-closed.is-ready .survey-closure-section-head,
.js-motion body.survey-closed.is-ready .survey-closure-steps > li,
.js-motion body.survey-closed.is-ready .survey-closure-support-row {
  animation: closure-rise 620ms var(--ease-enter) backwards;
}

.js-motion body.survey-closed.is-ready .survey-closure-copy {
  animation-delay: 80ms;
}

.js-motion body.survey-closed.is-ready .survey-closure-snapshot {
  animation-delay: 170ms;
}

.js-motion body.survey-closed.is-ready .survey-closure-section-head {
  animation-delay: 220ms;
}

.js-motion body.survey-closed.is-ready .survey-closure-steps > li:nth-child(1) {
  animation-delay: 280ms;
}

.js-motion body.survey-closed.is-ready .survey-closure-steps > li:nth-child(2) {
  animation-delay: 350ms;
}

.js-motion body.survey-closed.is-ready .survey-closure-steps > li:nth-child(3) {
  animation-delay: 420ms;
}

.js-motion body.survey-closed.is-ready .survey-closure-support-row {
  animation-delay: 470ms;
}

.js-motion body.survey-closed.is-ready .survey-closure-signal span {
  animation: closure-signal 720ms var(--ease-enter) backwards;
}

.js-motion body.survey-closed.is-ready .survey-closure-signal span:nth-child(1) { animation-delay: 390ms; }
.js-motion body.survey-closed.is-ready .survey-closure-signal span:nth-child(2) { animation-delay: 460ms; }
.js-motion body.survey-closed.is-ready .survey-closure-signal span:nth-child(3) { animation-delay: 530ms; }
.js-motion body.survey-closed.is-ready .survey-closure-signal span:nth-child(4) { animation-delay: 600ms; }

@keyframes closure-rise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes closure-signal {
  from { opacity: 0; transform: scaleX(0); }
  to { opacity: 1; transform: scaleX(1); }
}

@media (max-width: 980px) {
  .survey-closure-intro {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
    gap: 48px;
  }

  .survey-closure-copy h1 {
    font-size: 48px;
  }

  .survey-closure-section-head {
    gap: 42px;
  }

  .survey-closure-steps > li {
    padding-inline: 22px;
  }

  .survey-closure-steps > li::before {
    left: 22px;
  }
}

@media (max-width: 760px) {
  .survey-closure-container {
    width: min(100% - 32px, 1180px);
  }

  .survey-closure-hero {
    padding: 22px 0 54px;
  }

  .survey-closure-utility {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 20px;
  }

  .survey-closure-status {
    align-self: flex-start;
  }

  .survey-closure-language {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .survey-closure-language .language-switch {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .survey-closure-intro {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 42px;
  }

  .survey-closure-copy h1 {
    max-width: none;
    font-size: 40px;
    line-height: 1.08;
  }

  .survey-closure-copy > p {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.68;
  }

  .survey-closure-snapshot {
    min-height: 226px;
    padding: 24px;
  }

  .survey-closure-signal {
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .survey-closure-process {
    padding: 54px 0 62px;
  }

  .survey-closure-section-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .survey-closure-section-head h2 {
    font-size: 30px;
  }

  .survey-closure-steps {
    grid-template-columns: 1fr;
    margin-top: 34px;
    border-bottom: 0;
  }

  .survey-closure-steps > li {
    min-height: auto;
    padding: 24px 0 28px 54px;
    border-bottom: 1px solid #D8E4DA;
  }

  .survey-closure-steps > li + li {
    border-left: 0;
  }

  .survey-closure-steps > li::before {
    top: 31px;
    left: 0;
    width: 28px;
    height: 3px;
  }

  .survey-closure-steps > li.is-active::before {
    width: 36px;
  }

  .survey-closure-step-meta {
    justify-content: flex-start;
    margin-bottom: 18px;
  }

  .survey-closure-steps p {
    max-width: 48ch;
  }

  .survey-closure-support-row {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .survey-closure-access {
    padding: 18px 0 0;
    border-top: 1px solid #DDBE77;
    border-left: 0;
  }
}

@media (max-width: 420px) {
  .survey-closure-container {
    width: calc(100% - 24px);
  }

  .survey-closure-copy h1 {
    font-size: 35px;
  }

  .survey-closure-snapshot {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    min-height: 218px;
    padding: 20px;
  }

  .survey-closure-brand-mark {
    width: 58px;
    height: 54px;
  }

  .survey-closure-brand-mark .brand-logo {
    width: 47px;
    height: 47px;
  }

  .survey-closure-snapshot-copy > strong {
    font-size: 25px;
  }

  .survey-closure-signal {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .survey-closure-support-copy {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
  }

  .survey-closure-support-icon {
    width: 40px;
    height: 40px;
  }
}
