@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

h1 {
  font-family: Inter, sans-serif;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.36px;
}

h2 {
  font-family: Inter, sans-serif;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}

h3 {
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.24px;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
}

p {
  margin-bottom: 16px;
}

p:last-child {
  margin-bottom: 0;
}

section > p {
  letter-spacing: 0.01em;
}

.d-flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.cta-button {
  cursor: pointer;
  font-family: Inter, sans-serif;
  background-color: #0abe4e;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  padding: 14.5px 0;
  border: 0;
  width: 100%;
  transition: 0.165s;
}

.cta-button:hover {
  background-color: #1ead40;
}

.container {
  max-width: 1232px;
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}

section {
  margin-bottom: 32px;
}

section:last-child {
  margin-bottom: 0;
}

.section-full-image {
  margin-bottom: 20px;
}

header {
  border-bottom: 1px solid #0000004d;
  padding: 14px 0 13px 0;
}

.header-content {
  gap: 20px;
  justify-content: space-between;
  font-weight: 700;
}

.layout {
  padding: 40px 0 80px 0;
}

.layout-content {
  gap: 66px;
}

main {
  max-width: 794px;
  flex: 1;
  margin: 0 auto;
}

.hero h1 {
  text-transform: capitalize;
}

.hero-warning {
  background-color: #e9faff;
  border: 1px solid #369dbb;
  padding: 15px 16px;
  margin: 20px 0 16px 0;
}

.author {
  font-size: 16px;
  line-height: 22px;
  color: #000000b2;
  gap: 12px;
  margin-bottom: 24px;
}

.hero-tldr {
  background-color: #f5f7fc;
  margin-top: 24px;
  padding: 16px;
}

.hero-tldr-title {
  color: #1d374e;
  padding: 12px 0;
  border-bottom: 1px solid #1d374e;
  margin-bottom: 15px;
}

.hero-tldr-title h4 {
  font-weight: 800;
  letter-spacing: -0.18px;
}

.hero-tldr ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.hero-tldr li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-tldr li:before {
  content: "";
  height: 21px;
  width: 21px;
  background-image: url("../img/pre/checkmark.webp");
  background-size: cover;
}

.hero-tldr li span {
  flex: 1;
  font-size: 16px;
  letter-spacing: -0.16px;
}

.hero-risk {
  border: 2px dashed #3875d0;
  padding: 16px 0px;
  margin-top: 16px;
  text-align: center;
}

.hero-risk h4 {
  font-weight: 700;
  font-size: 18px;
  color: #3875d0;
  line-height: 1.5;
  letter-spacing: 1%;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.hero-risk p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.introduction .quote {
  border: 1px solid #3875d033;
  display: flex;
  align-items: center;
  gap: 29px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 16px;
}

.introduction-attention {
  border: 1px solid #dfdfdf;
  overflow: hidden;
  background-color: #f7f7f7;
  margin-bottom: 32px;
}

.introduction-attention-title {
  border-bottom: 1px solid #dfdfdf;
  background-color: #fbaf3f33;
  padding: 16px;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.introduction-attention-title span {
  color: #a80504;
}

.introduction-attention-content {
  background-color: #f5f7fc;
  padding: 16px;
  letter-spacing: -0.01em;
}

a {
  color: #2200ff;
  text-decoration: underline;
  /* text-decoration-thickness: 2px; */
  text-underline-offset: 2px;
}

.choice h2 {
  margin-bottom: 20px;
}

.choice .note-quote {
  border-left: 3px solid #000;
  background-color: #f5f7fc;
  padding: 12px 16px;
  margin-bottom: 16px;
}

.choice i {
  font-weight: 500;
}

.technology-image {
  float: right;
}

.technology::after {
  content: "";
  display: block;
  clear: both;
}

.attributes ul {
  gap: 18px 16px;
  margin: 20px 0 24px 0;
}

.attributes ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  width: calc(50% - 8px);
  font-weight: 800;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.16px;
}

.attributes .cta-button {
  font-size: 22px;
}

.schedule .month-changes {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 18px 0;
}

.schedule .month-change {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.schedule .month-change-icon {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.schedule .month-change-icon img {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.feature .feature-checklist {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 16px 0;
}

.feature .feature-checklist li {
  margin: 0;
  line-height: 1.45;
}

.feature .feature-audience p {
  margin-bottom: 10px;
}

.schedule .month-change p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}

.schedule .month-change p b {
  display: block;
  margin-bottom: 2px;
  line-height: 1.2;
}

.review {
  border-left: 3px solid #3875d0;
  background-color: #f9f9f9;
  padding: 16px;
  letter-spacing: -0.18px;
}

.review p {
  color: #131d24;
  font-style: Italic;
  margin-bottom: 10px;
}

.review div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  line-height: 150%;
}

.review div img {
  width: 97px;
  height: 16px;
}

.reviews-list {
  gap: 24px;
}

.faq {
  border-top: 1px solid #d4d4d4;
  padding-top: 30px;
}

.faq-items {
  margin-bottom: 32px;
}

.faq-item {
  cursor: pointer;
  padding-bottom: 15px;
  border-bottom: 1px solid #d4d4d4;
  position: relative;
}

.faq-item .question {
  font-weight: 600;
  padding-right: 24px;
  padding-top: 15px;
}

.faq-item .answer-wrapper {
  height: 0;
  overflow: hidden;
  transition: 0.22s ease-in-out;
}

.faq-item .answer {
  padding-top: 8px;
  color: #000000cc;
}

.faq-item span {
  width: 20px;
  height: 20px;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  top: 19px;
  right: 4px;
}

.faq-item span:before,
.faq-item span:after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  width: 8px;
  height: 2px;
  top: 9px;
  left: 6px;
  border-radius: 2px;
}

.faq-item span:after {
  transform: rotate(90deg);
  transition: 0.06s;
}

.faq-item.open span:after {
  opacity: 0;
}

.update {
  overflow: hidden;
  border: 1px solid #dfdfdf;
}

.update-title {
  border-bottom: 1px solid #dfdfdf;
  padding: 16px;
  background-color: #fbaf3f33;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}

.update-content {
  background-color: #f7f7f7;
  padding: 16px;
  letter-spacing: -0.01em;
}

aside {
  border: 1.5px dashed #000;
  background-color: #e4eaf5;
  padding: 27px 14px 12px 14px;
  width: 340px;
  height: fit-content;
  text-align: center;
  position: relative;
  overflow: hidden;
  position: sticky;
  top: 40px;
}

aside:before {
  content: "";
  height: 16px;
  width: calc(100% + 72px); /* extra width to avoid gaps */
  background: repeating-linear-gradient(
    60deg,
    #3381c1 0px,
    #3381c1 9px,
    #5193ca 9px,
    #5193ca 18px
  );
  position: absolute;
  top: 0;
  left: -36px;

  animation: stripeMove 1s linear infinite;
}

@keyframes stripeMove {
  to {
    transform: translateX(21px);
  }
}

.sidebar-image {
  margin-bottom: 20px;
}

aside h4 {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

aside p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.14px;
  margin-bottom: 20px;
}

aside .cta-button {
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.2px;
  padding: 16px;
}

.sellOut-risk {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.12px;
  text-transform: uppercase;
  margin-top: 12px;
}

.sellOut-risk span {
  color: #d32f2f;
}

footer {
  font-family: Avenir, Inter, sans-serif;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  padding: 40px 0;
}

.footer-content {
  gap: 20px;
}

.footer-content ul li {
  font-size: 16px;
  transition: 0.2s;
}

.footer-content ul a {
  color: #fff;
  transition: 0.2s;
  text-decoration: none;
}

.footer-content ul li:after {
  content: "|";
  font-family: Montserrat, sans-serif;
  transition: 0.2s;
}

.footer-content ul li a:hover {
  color: #ffffff;
  transition: 0.185s ease-in;
}

.footer-content ul li:last-child:after {
  content: none;
}

.footer-content ul a {
  padding: 10px;
}

.copyright {
  font-size: 15px;
}

@media screen and (max-width: 991px) {
  aside {
    display: none;
  }

  .footer-logo img {
    width: 146px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0.01em;
  }

  h2 {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0.24px;
  }

  p {
    font-size: 16px;
    margin-bottom: 12px;
    letter-spacing: 0.16px;
  }

  .cta-button {
    font-size: 16px;
    padding: 15.5px 0;
  }

  header {
    padding: 10px 0;
  }

  .header-logo {
    width: 95px;
  }

  .header-content {
    font-size: 14px;
  }

  .layout {
    padding: 20px 0 50px 0;
  }

  section {
    margin-bottom: 24px;
  }

  .hero-tldr {
    margin-top: 20px;
    padding: 12px;
  }

  .hero-tldr-title h4 {
    font-size: 16px;
  }

  .hero-tldr ul {
    grid-template-columns: 1fr;
  }

  /* .hero-tldr ul {
    max-height: 156px;
  } */

  .hero-tldr li {
    gap: 8px;
  }

  .hero-warning {
    font-size: 15px;
    padding: 12px;
    margin: 8px 0 12px 0;
  }

  .author {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .introduction-attention {
    margin-bottom: 16px;
  }

  .introduction-attention-title {
    font-size: 16px;
    line-height: 1.3;
    padding: 12px;
  }

  .introduction-attention-title span {
    font-size: 18px;
  }

  .introduction-attention-content {
    padding: 11px;
  }

  .introduction-attention-content p {
    letter-spacing: -0.01em;
  }

  .technology-image {
    display: none;
  }

  .attributes ul {
    flex-direction: column;
  }

  .attributes ul li {
    gap: 12px;
    width: 100%;
  }

  .attributes ul li img {
    width: 45px;
    height: 45px;
  }

  .review {
    padding: 12px;
    letter-spacing: -0.01em;
  }

  .review > p {
    letter-spacing: -0.02em;
  }

  .review:nth-of-type(3) > p {
    letter-spacing: -0.01em;
  }

  .review div {
    font-size: 16px;
    letter-spacing: -0.16px;
  }

  .review div img {
    width: 97px;
  }

  .reviews-list {
    gap: 16px;
  }

  .faq-item {
    font-size: 16px;
    letter-spacing: -0.16px;
  }

  .update-title {
    padding: 12px;
    font-size: 16px;
    letter-spacing: 0.18px;
  }

  .update-content {
    padding: 12px;
  }

  .update-content p {
    letter-spacing: -0.01em;
  }

  footer {
    padding: 30px 0;
  }

  .footer-content ul li {
    font-size: 14px;
  }

  .copyright {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  a {
    font-size: 16px;
  }

  .hero-tldr li span {
    font-size: 16px;
  }

  .hero-risk {
    padding: 12px;
  }

  .hero-risk h4 {
    font-size: 16px;
  }

  .hero-risk p {
    text-align: left;
    font-size: 14px;
  }

  .introduction .quote {
    gap: 10px;
  }

  .introduction .quote p {
    font-size: 14px;
    letter-spacing: 0.01em;
  }

  .introduction .quote svg {
    width: auto;
    height: 40px;
  }

  .attributes .cta-button {
    font-size: 18px;
  }

  .schedule .month-changes {
    gap: 14px;
  }

  .schedule .month-change {
    gap: 12px;
    align-items: center;
  }
  

  .schedule .month-change-icon, .schedule .month-change-icon img {
    width: 45px;
    height: 45px;
    flex-basis: 45px;
  }

  .schedule .month-change p {
    font-size: 14px;
  }

  .feature .feature-checklist {
    gap: 8px;
  }

  .footer-content ul a {
    padding: 5px;
    font-size: 14px;
  }
}

@media screen and (min-width: 391px) {
  .show-390 {
    display: none;
  }
}

@media screen and (max-width: 390px) {
  .show-390 {
    display: block;
  }
}

@media screen and (max-width: 387px) {
  .show-390 {
    display: none;
  }
}

@media screen and (max-width: 380px) {
  .footer-content ul {
    flex-direction: column;
  }

  .footer-content ul li:after {
    content: none;
  }
}
