/* Kill Switch page, Figma node 292:28423. */
.kill-switch-page {
  background: #fcfaf4;
}

.ks-hero {
  height: 884px;
  overflow: hidden;
}

.ks-hero-inner {
  display: grid;
  width: min(calc(100% - 96px), 1632px);
  height: 100%;
  margin: 0 auto;
  padding-top: 132px;
  grid-template-columns: 720px minmax(0, 1fr);
  gap: 32px;
}

.ks-hero-copy {
  position: relative;
  z-index: 2;
  width: 720px;
}

.ks-hero h1 {
  margin-top: 24px;
  font-size: 72px;
  font-weight: 600;
  line-height: 90px;
  letter-spacing: -1.44px;
}

.ks-hero-copy > p {
  margin-top: 24px;
  color: #717680;
  font-size: 20px;
  line-height: 30px;
}

.ks-hero-actions {
  margin-top: 48px;
}

.ks-plan-note {
  display: flex;
  align-items: center;
  margin-top: 16px;
  color: #717680;
  font-size: 18px;
  line-height: 24px;
  gap: 12px;
}

.ks-plan-note img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.ks-hero-media {
  display: flex;
  height: 659px;
  align-items: flex-start;
  justify-content: center;
  overflow: visible;
}

.ks-hero-art {
  display: block;
  width: 659px;
  max-width: none;
  height: auto;
  flex: 0 0 auto;
}

.ks-screen {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgb(0 0 0 / 8%);
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 12px 8px rgb(10 13 18 / 8%), 0 4px 3px rgb(10 13 18 / 4%);
}

.ks-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ks-screen-desktop {
  top: -61px;
  left: 64px;
  width: 1024px;
  height: 687px;
  padding: 7px;
}

.ks-screen-desktop img {
  border: 2px solid #e9eaeb;
  border-radius: 24px;
}

.ks-screen-mobile {
  top: 43px;
  left: 0;
  z-index: 2;
  width: 280px;
  height: 592px;
  padding: 6px;
}

.ks-screen-mobile img {
  border: 2px solid #e9eaeb;
  border-radius: 24px;
}

.ks-explainer {
  height: 527px;
  border: 1px solid #e9eaeb;
  background: #fcfaf4;
}

.ks-explainer-inner {
  display: grid;
  width: min(calc(100% - 96px), 1632px);
  height: 100%;
  align-items: center;
  margin: -1px auto 0;
  padding: 0 32px;
  border-right: 1px solid #e9eaeb;
  border-left: 1px solid #e9eaeb;
  grid-template-columns: minmax(0, 752px) minmax(0, 752px);
  gap: 64px;
}

.ks-explainer h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -0.96px;
}

.ks-explainer-copy {
  color: #414651;
  font-size: 20px;
  line-height: 30px;
}

.ks-explainer-copy p + p {
  margin-top: 30px;
}

.ks-how {
  height: 557px;
  border-bottom: 1px solid #e9eaeb;
}

.ks-section-heading {
  display: flex;
  width: min(calc(100% - 96px), 1632px);
  height: 276px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  border-right: 1px solid #e9eaeb;
  border-left: 1px solid #e9eaeb;
  text-align: center;
}

.ks-section-heading h2 {
  margin-top: 16px;
  font-size: 60px;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: -1.2px;
}

.ks-section-heading > p {
  margin-top: 0;
  color: #414651;
  font-size: 20px;
  line-height: 30px;
}

.ks-how-grid {
  display: grid;
  width: min(calc(100% - 96px), 1632px);
  height: 281px;
  margin: 0 auto;
  border-top: 1px solid #e9eaeb;
  grid-template-columns: repeat(3, 1fr);
}

.ks-how-grid article,
.ks-matters-grid article {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 32px;
  border-right: 1px solid #e9eaeb;
}

.ks-how-grid article:first-child {
  border-left: 1px solid #e9eaeb;
}

.ks-step-number {
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #feefe5;
  color: #f47c3c;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.ks-how-grid h3,
.ks-matters-grid h3 {
  margin-top: 12px;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.72px;
}

.ks-how-grid p,
.ks-matters-grid p {
  margin-top: auto;
  padding-top: 32px;
  font-size: 18px;
  line-height: 24px;
}

.ks-matters {
  height: 655px;
  margin-top: 8px;
  background: #0f2040;
}

.ks-matters .ks-section-heading {
  height: 268px;
  border-color: #373a41;
}

.ks-matters .ks-section-heading h2 {
  color: #fff;
}

.ks-matters-grid {
  display: grid;
  width: min(calc(100% - 96px), 1632px);
  height: 326px;
  margin: 0 auto;
  border-top: 1px solid #373a41;
  border-bottom: 1px solid #373a41;
  grid-template-columns: repeat(4, 1fr);
}

.ks-matters-grid article {
  border-color: #373a41;
}

.ks-matters-grid article:first-child {
  border-left: 1px solid #373a41;
}

.ks-feature-icon {
  display: grid;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 50%;
  background: #0051ca;
  place-items: center;
}

.ks-feature-icon img {
  width: 28px;
  height: 28px;
}

.ks-matters-grid h3,
.ks-matters-grid p {
  color: #fff;
}

.ks-perks-cta {
  min-height: 481px;
  background: #ee6818;
  color: #fff;
}

.ks-perks-inner {
  display: grid;
  width: min(calc(100% - 96px), 1632px);
  min-height: 481px;
  align-items: center;
  margin: 0 auto;
  padding: 72px 0;
  grid-template-columns: minmax(0, 1fr) 574px;
  gap: 48px;
}

.ks-perks-copy h2 {
  max-width: 745px;
  font-size: 60px;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: -1.2px;
}

.ks-perks-copy p {
  max-width: 768px;
  margin-top: 16px;
  font-size: 20px;
  line-height: 30px;
}

.ks-perks-copy .button {
  margin-top: 38px;
}

.ks-perks-list {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
  list-style: none;
  gap: 16px;
}

.ks-perks-list li {
  min-height: 24px;
  padding-left: 36px;
  background: url("assets/kill-switch-cta-check.svg") 0 0 / 24px 24px no-repeat;
  font-size: 18px;
  line-height: 24px;
}

.ks-faq {
  min-height: 523px;
}

.kill-switch-page footer {
  overflow: hidden;
}

@media (max-width: 1200px) {
  .ks-hero {
    height: auto;
  }

  .ks-hero-inner {
    padding: 88px 0 96px;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 44%);
  }

  .ks-hero-copy,
  .ks-hero h1 {
    width: auto;
  }

  .ks-hero h1 {
    font-size: 56px;
    line-height: 68px;
  }

  .ks-hero-media {
    height: auto;
    align-self: center;
    aspect-ratio: 1;
  }

  .ks-hero-art {
    width: 100%;
    max-width: 659px;
  }

  .ks-explainer {
    height: auto;
  }

  .ks-explainer-inner {
    min-height: 527px;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }

  .ks-how,
  .ks-matters {
    height: auto;
  }

  .ks-section-heading,
  .ks-how-grid,
  .ks-matters .ks-section-heading,
  .ks-matters-grid {
    height: auto;
  }

  .ks-section-heading,
  .ks-matters .ks-section-heading {
    min-height: 268px;
    padding: 60px 32px;
  }

  .ks-how-grid article,
  .ks-matters-grid article {
    min-height: 300px;
  }

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

  .ks-matters-grid article:nth-child(2) {
    border-right: 1px solid #373a41;
  }

  .ks-matters-grid article:nth-child(3) {
    border-left: 1px solid #373a41;
  }

  .ks-perks-inner {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 44%);
  }

  .ks-perks-copy h2 {
    font-size: 48px;
    line-height: 60px;
  }
}

@media (min-width: 761px) and (max-width: 1200px) {
  .ks-hero-inner {
    display: block;
    width: calc(100% - 96px);
  }

  .ks-hero-copy {
    width: 100%;
    max-width: 720px;
  }

  .ks-hero-media {
    width: 100%;
    max-width: 620px;
    margin: 72px auto 0;
    aspect-ratio: auto;
  }

  .ks-hero-art {
    width: 100%;
  }
}

@media (min-width: 761px) and (max-width: 1023px) {
  .ks-explainer-inner {
    min-height: 527px;
    align-content: center;
    padding: 64px 32px;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ks-how-grid article {
    padding: 28px 20px;
  }

  .ks-how-grid h3 {
    overflow-wrap: anywhere;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -0.52px;
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .ks-perks-inner {
    min-height: 0;
    align-items: start;
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
  }

  .ks-perks-copy,
  .ks-perks-list {
    width: 100%;
    max-width: 768px;
  }
}

@media (max-width: 760px) {
  .ks-hero-inner {
    display: block;
    width: 100%;
    padding: 72px 20px;
  }

  .ks-hero h1 {
    margin-top: 16px;
    font-size: 42px;
    line-height: 52px;
    letter-spacing: -0.84px;
  }

  .ks-hero-copy > p {
    font-size: 17px;
    line-height: 26px;
  }

  .ks-hero-actions .actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ks-hero-actions .button {
    width: 100%;
  }

  .ks-plan-note {
    align-items: flex-start;
  }

  .ks-hero-media {
    height: auto;
    margin-top: 56px;
    aspect-ratio: auto;
  }

  .ks-explainer-inner {
    width: 100%;
    min-height: 0;
    padding: 72px 20px;
    border-right: 0;
    border-left: 0;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ks-explainer h2 {
    font-size: 38px;
    line-height: 48px;
  }

  .ks-explainer-copy {
    font-size: 17px;
    line-height: 26px;
  }

  .ks-explainer-copy p + p {
    margin-top: 26px;
  }

  .ks-section-heading,
  .ks-matters .ks-section-heading {
    width: calc(100% - 40px);
    min-height: 0;
    padding: 72px 20px;
  }

  .ks-section-heading h2 {
    font-size: 38px;
    line-height: 48px;
  }

  .ks-section-heading > p {
    margin-top: 16px;
    font-size: 17px;
    line-height: 26px;
  }

  .ks-how-grid,
  .ks-matters-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .ks-how-grid article,
  .ks-matters-grid article {
    min-height: 280px;
    border-right: 0;
    border-bottom: 1px solid;
    border-left: 0;
  }

  .ks-how-grid article {
    border-color: #e9eaeb;
  }

  .ks-matters-grid article,
  .ks-matters-grid article:nth-child(2),
  .ks-matters-grid article:nth-child(3) {
    border-right: 0;
    border-left: 0;
    border-color: #373a41;
  }

  .ks-how-grid h3,
  .ks-matters-grid h3 {
    font-size: 30px;
    line-height: 38px;
  }

  .ks-perks-inner {
    display: block;
    width: 100%;
    padding: 72px 20px;
  }

  .ks-perks-copy h2 {
    font-size: 38px;
    line-height: 48px;
  }

  .ks-perks-copy p {
    font-size: 17px;
    line-height: 26px;
  }

  .ks-perks-copy .button {
    width: 100%;
    margin-top: 32px;
  }

  .ks-perks-list {
    margin-top: 48px;
  }
}
