body.ten-years-page {
  background: #f4f6f8;
  color: #212931;
}

body.ten-years-page #header {
  display: none !important;
}

body.ten-years-page #wrapper {
  overflow: visible;
}

body.ten-years-page #wrapper > .bg {
  display: none !important;
}

body.ten-years-page #wrapper.fade-in:before {
  background: #f4f6f8;
}

body.ten-years-page #nav,
body.ten-years-page #main,
body.ten-years-page #copyright {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.ten-years-page #nav {
  margin-top: 0 !important;
  padding: 0 clamp(1rem, 3.5vw, 3rem);
  background: rgba(30, 37, 45, 0.9);
  backdrop-filter: blur(10px);
}

body.ten-years-page #main {
  background:
    radial-gradient(circle at top left, rgba(175, 230, 126, 0.16), transparent 30%),
    linear-gradient(180deg, #fbfdff 0%, #f4f6f8 76%);
  padding: clamp(1rem, 2.25vw, 1.85rem) clamp(1rem, 3.5vw, 3rem) 0;
}

body.ten-years-page #main > * {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  border-top: 0 !important;
}

body.ten-years-page article.post.featured {
  width: min(1220px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(1.85rem, 4vw, 3.75rem) clamp(0.65rem, 1.2vw, 1.25rem) 4rem !important;
  background: transparent !important;
  text-align: left !important;
}

body.ten-years-page #main > .post,
body.ten-years-page #main > .post p,
body.ten-years-page #main > .post li,
body.ten-years-page #main > .post figcaption {
  text-align: left;
}

body.ten-years-page article.post.featured h1,
body.ten-years-page article.post.featured h2,
body.ten-years-page article.post.featured h3,
body.ten-years-page article.post.featured h4 {
  color: #18212b;
  text-transform: none;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

body.ten-years-page article.post.featured h1 {
  margin: 0;
  font-size: clamp(2.4rem, 4.4vw, 4.25rem);
  font-weight: 900;
  line-height: 1.02;
}

body.ten-years-page article.post.featured h2 {
  margin: 0;
  font-size: clamp(1.75rem, 1.25rem + 1.45vw, 2.55rem);
  font-weight: 900;
  line-height: 1.14;
}

body.ten-years-page article.post.featured h3 {
  margin: 0;
  font-size: clamp(1.15rem, 1.02rem + 0.45vw, 1.45rem);
  font-weight: 900;
  line-height: 1.28;
}

body.ten-years-page article.post.featured h4 {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  line-height: 1.35;
  text-transform: uppercase;
}

body.ten-years-page article.post.featured p,
body.ten-years-page article.post.featured li,
body.ten-years-page article.post.featured figcaption {
  color: rgba(33, 41, 49, 0.88);
  font-size: clamp(1rem, 0.97rem + 0.15vw, 1.08rem);
  line-height: 1.72;
}

body.ten-years-page a {
  border-bottom: 0;
}

body.ten-years-page a:focus-visible {
  outline: 3px solid rgba(53, 84, 40, 0.32);
  outline-offset: 3px;
}

.ty-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1rem;
  color: rgba(24, 33, 43, 0.62);
  font-size: 0.92rem;
  line-height: 1.35;
}

.ty-breadcrumb a {
  color: rgba(24, 33, 43, 0.72);
}

.ty-eyebrow {
  margin: 0 0 0.82rem;
  color: rgba(33, 41, 49, 0.88) !important;
  font-size: 0.78rem !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3 !important;
  text-transform: uppercase;
}

.ty-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(27rem, 1.06fr);
  align-items: center;
  gap: clamp(1.5rem, 3.7vw, 3.8rem);
  min-width: 0;
  padding: clamp(1.9rem, 3.8vw, 3.4rem);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(175, 230, 126, 0.22), rgba(255, 255, 255, 0.98) 48%, rgba(228, 238, 248, 0.92));
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.ty-hero__copy {
  min-width: 0;
}

.ty-hero .major {
  margin: 0 !important;
  text-align: left !important;
}

body.ten-years-page article.post.featured .ty-hero__lead {
  max-width: 64ch;
  margin: 1.15rem 0 0;
  color: rgba(24, 33, 43, 0.92);
  font-size: clamp(1.06rem, 1rem + 0.24vw, 1.18rem);
  line-height: 1.72;
}

body.ten-years-page article.post.featured .ty-hero__support {
  max-width: 61ch;
  margin: 0.95rem 0 0;
  color: rgba(24, 33, 43, 0.72);
}

.ty-hero__art {
  display: block;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.1);
}

.ty-hero__art img {
  display: block;
  width: 100%;
  height: auto;
}

.ty-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.ty-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.74rem 1.05rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  color: #18212b !important;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.ty-button--primary {
  border-color: rgba(107, 161, 69, 0.24);
  background: #afe67e;
  box-shadow: 0 12px 26px rgba(85, 125, 55, 0.16);
}

.ty-button--primary:hover,
.ty-button--primary:focus-visible {
  background: #bcf18c;
  box-shadow: 0 16px 30px rgba(85, 125, 55, 0.2);
  transform: translateY(-1px);
}

.ty-button--secondary {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
}

.ty-button--secondary:hover,
.ty-button--secondary:focus-visible {
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
  transform: translateY(-1px);
}

.ty-campaign {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, auto);
  align-items: center;
  gap: 1.5rem;
  margin-top: 1.3rem;
  padding: 1.35rem;
  border: 1px solid rgba(146, 111, 39, 0.16);
  border-radius: 20px;
  background:
    radial-gradient(circle at 92% 18%, rgba(196, 154, 62, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(245, 250, 235, 0.98), rgba(255, 252, 243, 0.98));
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.ty-campaign h2 {
  font-size: clamp(1.35rem, 1.15rem + 0.65vw, 1.8rem) !important;
}

body.ten-years-page article.post.featured .ty-campaign__copy > p:not(.ty-eyebrow) {
  max-width: 68ch;
  margin: 0.62rem 0 0;
  font-size: 0.97rem;
  line-height: 1.58;
}

body.ten-years-page article.post.featured .ty-campaign__note {
  color: rgba(33, 41, 49, 0.68);
  font-size: 0.88rem !important;
}

.ty-campaign__actions {
  display: grid;
  gap: 0.65rem;
  min-width: min(100%, 18rem);
}

.ty-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1.3rem 0 0;
  padding: 0;
  list-style: none;
}

body.ten-years-page article.post.featured .ty-proof li {
  display: flex;
  align-items: center;
  min-height: 4.7rem;
  margin: 0;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
  color: #18212b;
  font-size: 0.94rem;
  font-weight: 750;
  line-height: 1.4;
}

.ty-section {
  width: 100%;
  min-width: 0;
  margin-top: clamp(3.6rem, 7vw, 6.5rem);
}

.ty-section__heading {
  max-width: 72ch;
}

body.ten-years-page article.post.featured .ty-section__heading > p:not(.ty-eyebrow) {
  margin: 0.95rem 0 0;
}

.ty-three-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.65rem;
}

.ty-card,
.ty-era__card,
.ty-screenshot-card,
.ty-review-card,
.ty-comparison__card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.ty-card {
  padding: 1.25rem;
}

body.ten-years-page article.post.featured .ty-card p {
  margin: 0.65rem 0 0;
}

body.ten-years-page article.post.featured .ty-boundary {
  max-width: 78ch;
  margin: 1.4rem 0 0;
  padding: 1.05rem 1.15rem;
  border-left: 4px solid #afe67e;
  border-radius: 0 16px 16px 0;
  background: rgba(228, 238, 248, 0.68);
  color: rgba(24, 33, 43, 0.78);
}

.ty-ledger {
  scroll-margin-top: 2rem;
}

.ty-timeline {
  position: relative;
  display: grid;
  gap: 1.15rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.ty-timeline::before {
  content: "";
  position: absolute;
  top: 1.35rem;
  bottom: 1.35rem;
  left: 5.95rem;
  width: 2px;
  background: linear-gradient(180deg, #afe67e, rgba(86, 123, 153, 0.35));
}

.ty-era {
  position: relative;
  display: grid;
  grid-template-columns: 4.85rem minmax(0, 1fr);
  gap: 2.1rem;
  align-items: start;
  margin: 0;
}

.ty-era::before {
  content: "";
  position: absolute;
  top: 1.15rem;
  left: 5.63rem;
  width: 0.7rem;
  height: 0.7rem;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: #afe67e;
  box-shadow: 0 0 0 1px rgba(53, 84, 40, 0.16);
}

.ty-era__year {
  padding-top: 0.85rem;
  color: #18212b;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
}

.ty-era__card {
  min-width: 0;
  padding: 1.35rem;
}

.ty-era__fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.ty-era__fields > div {
  min-width: 0;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.ty-era__fields h4 {
  color: rgba(33, 41, 49, 0.72) !important;
}

body.ten-years-page article.post.featured .ty-era__fields p {
  margin: 0.45rem 0 0;
  font-size: 0.96rem;
  line-height: 1.58;
}

.ty-section__close {
  max-width: 76ch;
  margin-top: 1.45rem;
}

.ty-section__close > p {
  margin: 0;
}

.ty-section__close .ty-button {
  margin-top: 1rem;
}

.ty-then-now {
  margin-top: 1.65rem;
  padding: 1.3rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(228, 238, 248, 0.7), rgba(255, 255, 255, 0.94));
}

.ty-then-now__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.ty-then-now__grid article {
  padding: 1rem;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.72);
}

body.ten-years-page article.post.featured .ty-then-now__grid p {
  margin: 0.55rem 0 0;
}

.ty-sequence-title {
  margin-top: 2rem !important;
}

.ty-screenshot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.1rem;
}

.ty-screenshot-card {
  margin: 0;
  padding: 0.85rem;
  overflow: hidden;
}

.ty-screenshot-card img {
  display: block;
  width: 100%;
  height: min(49vw, 36rem);
  border-radius: 14px;
  background: #f4f6f8;
  object-fit: contain;
}

body.ten-years-page article.post.featured .ty-screenshot-card figcaption {
  margin-top: 0.8rem;
  color: rgba(24, 33, 43, 0.76);
  font-size: 0.93rem;
  line-height: 1.5;
}

.ty-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.65rem 0 0;
  padding: 0;
  counter-reset: clarity-step;
  list-style: none;
}

.ty-checklist > li {
  position: relative;
  margin: 0;
  padding-left: 4.2rem;
  counter-increment: clarity-step;
}

.ty-checklist > li::before {
  content: counter(clarity-step);
  position: absolute;
  top: 1.1rem;
  left: 1.1rem;
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: #afe67e;
  color: #18212b;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-weight: 900;
}

.ty-comparison {
  margin-top: 2rem;
  padding: clamp(1.2rem, 2.5vw, 1.8rem);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.ty-comparison > h3 {
  font-size: clamp(1.45rem, 1.2rem + 0.8vw, 2rem) !important;
}

.ty-comparison > p:not(.ty-eyebrow) {
  max-width: 70ch;
  margin: 0.7rem 0 0;
}

.ty-comparison__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.ty-comparison__card {
  padding: 1.25rem;
}

.ty-comparison__card--record {
  background: linear-gradient(180deg, rgba(244, 251, 236, 0.98), rgba(255, 255, 255, 0.96));
}

.ty-comparison__card h4 {
  font-size: 1.05rem !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
}

.ty-comparison__card ul {
  margin: 0.8rem 0 0;
  padding-left: 1.2rem;
}

body.ten-years-page article.post.featured .ty-comparison__card li {
  margin: 0.35rem 0;
  font-size: 0.96rem;
  line-height: 1.55;
}

body.ten-years-page article.post.featured .ty-comparison__close {
  margin-top: 1.2rem;
}

.ty-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.65rem;
}

.ty-review-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 1.25rem;
}

body.ten-years-page article.post.featured .ty-review-card__label {
  margin: 0;
  color: #355428;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.ten-years-page article.post.featured .ty-review-card__source {
  margin: 0.55rem 0 0;
  color: rgba(33, 41, 49, 0.62);
  font-size: 0.82rem;
  line-height: 1.4;
}

.ty-review-card blockquote {
  flex: 1;
  margin: 1rem 0 0;
  padding: 0;
  border-left: 0;
}

body.ten-years-page article.post.featured .ty-review-card blockquote p {
  margin: 0;
  color: rgba(24, 33, 43, 0.88);
  font-size: 1rem;
  font-style: italic;
  line-height: 1.67;
}

body.ten-years-page article.post.featured .ty-review-card__author {
  margin: 1rem 0 0;
  color: #18212b;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
}

.ty-development {
  padding: clamp(1.35rem, 3vw, 2.2rem);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background:
    radial-gradient(circle at 90% 12%, rgba(175, 230, 126, 0.24), transparent 34%),
    linear-gradient(135deg, rgba(228, 238, 248, 0.72), rgba(255, 255, 255, 0.96));
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

body.ten-years-page .best-next-step {
  margin-top: clamp(3.6rem, 7vw, 6.5rem);
  margin-bottom: 0;
}

body.ten-years-page .best-next-step__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ty-download {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  padding: clamp(1.5rem, 3.5vw, 2.6rem);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background:
    radial-gradient(circle at 10% 14%, rgba(175, 230, 126, 0.22), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(228, 238, 248, 0.82));
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.ty-download__copy {
  max-width: 70ch;
  min-width: 0;
}

body.ten-years-page article.post.featured .ty-download__copy > p:not(.ty-eyebrow) {
  margin: 0.9rem 0 0;
}

.ty-download__action {
  display: grid;
  justify-items: center;
  min-width: min(250px, 100%);
}

body.ten-years-page .ty-download .lt-appStoreBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  width: 250px;
  max-width: 100%;
  border-bottom: 0;
}

body.ten-years-page .ty-download .lt-appStoreBtn img {
  display: block;
  width: min(250px, 100%);
  height: auto;
}

.ty-thanks {
  padding: clamp(1.8rem, 4vw, 3rem);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(175, 230, 126, 0.18), rgba(255, 255, 255, 0.96) 60%, rgba(228, 238, 248, 0.76));
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.ty-thanks > p:not(.ty-eyebrow) {
  max-width: 70ch;
  margin: 0.9rem 0 0;
}

@media (max-width: 1080px) {
  body.ten-years-page .best-next-step__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ty-hero {
    grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.95fr);
  }

  .ty-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ty-era__fields {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 880px) {
  .ty-hero {
    grid-template-columns: 1fr;
  }

  .ty-hero__art {
    width: min(100%, 42rem);
  }

  .ty-download {
    grid-template-columns: 1fr;
  }

  .ty-download__action {
    justify-items: start;
  }

  .ty-campaign {
    grid-template-columns: 1fr;
  }

  .ty-campaign__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ty-three-grid,
  .ty-review-grid {
    grid-template-columns: 1fr;
  }

  .ty-review-card {
    min-height: 0;
  }
}

@media (max-width: 736px) {
  body.ten-years-page .best-next-step__grid {
    grid-template-columns: 1fr;
  }

  body.ten-years-page #main {
    padding: 0.72rem 0.62rem 0;
  }

  body.ten-years-page article.post.featured {
    width: 100%;
    padding-right: 0;
    padding-bottom: 2.8rem !important;
    padding-left: 0;
  }

  body.ten-years-page article.post.featured h1 {
    font-size: clamp(2rem, 9.2vw, 2.6rem);
    line-height: 1.04;
    overflow-wrap: break-word;
  }

  body.ten-years-page article.post.featured h2 {
    font-size: 1.55rem;
    line-height: 1.18;
  }

  body.ten-years-page article.post.featured h3 {
    font-size: 1.18rem;
  }

  body.ten-years-page article.post.featured p,
  body.ten-years-page article.post.featured li,
  body.ten-years-page article.post.featured figcaption {
    font-size: 1rem;
    line-height: 1.62;
  }

  .ty-breadcrumb {
    margin-bottom: 0.85rem;
  }

  .ty-hero {
    gap: 1.3rem;
    padding: 1.15rem;
    border-radius: 20px;
  }

  body.ten-years-page article.post.featured .ty-hero__lead {
    margin-top: 0.85rem;
    font-size: 1rem;
    line-height: 1.55;
  }

  body.ten-years-page article.post.featured .ty-hero__support {
    margin-top: 0.72rem;
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .ty-actions {
    margin-top: 1rem;
  }

  .ty-button {
    width: 100%;
    min-height: 44px;
  }

  .ty-hero__art {
    justify-self: center;
    width: min(100%, 20rem);
    border-radius: 18px;
  }

  .ty-campaign {
    gap: 1rem;
    margin-top: 0.9rem;
    padding: 1rem;
    border-radius: 18px;
  }

  .ty-campaign__actions {
    grid-template-columns: 1fr;
  }

  .ty-proof {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    margin-top: 0.9rem;
  }

  body.ten-years-page article.post.featured .ty-proof li {
    min-height: 0;
    padding: 0.8rem 0.9rem;
  }

  .ty-section {
    margin-top: 3.4rem;
  }

  .ty-three-grid,
  .ty-checklist,
  .ty-comparison__grid,
  .ty-screenshot-grid,
  .ty-then-now__grid {
    grid-template-columns: 1fr;
  }

  .ty-card,
  .ty-era__card,
  .ty-comparison__card,
  .ty-review-card {
    padding: 1rem;
    border-radius: 18px;
  }

  .ty-timeline {
    gap: 0.95rem;
    margin-top: 1.4rem;
  }

  .ty-timeline::before {
    left: 0.42rem;
  }

  .ty-era {
    display: block;
    padding-left: 1.65rem;
  }

  .ty-era::before {
    top: 0.4rem;
    left: 0.1rem;
  }

  .ty-era__year {
    padding: 0 0 0.55rem;
    font-size: 1.15rem;
  }

  .ty-era__fields {
    gap: 0.75rem;
  }

  .ty-screenshot-card {
    border-radius: 18px;
  }

  .ty-screenshot-card img {
    height: auto;
    max-height: none;
  }

  .ty-checklist > li {
    padding-left: 3.8rem;
  }

  .ty-comparison,
  .ty-development,
  .ty-download,
  .ty-thanks {
    padding: 1rem;
    border-radius: 18px;
  }

  body.ten-years-page .best-next-step {
    margin-top: 3.4rem;
  }

  body.ten-years-page #copyright {
    padding: 1.6rem 1rem 2.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ty-button,
  body.ten-years-page .best-next-step__card {
    transition: none;
  }

  html:focus-within {
    scroll-behavior: auto;
  }
}
