:root {
  --ink: #16233b;
  --body: #536176;
  --muted: #738096;
  --paper: #faf8f5;
  --warm: #f4f0eb;
  --card: #ffffff;
  --line: #e6ded5;
  --sand: #d8b894;
  --green: #1da54f;
  --green-dark: #15883f;
  --shadow: 0 10px 30px rgba(22, 35, 59, 0.08);
  --radius: 8px;
  --container: 1336px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--body);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

.not-found {
  display: grid;
  min-height: 100vh;
  place-items: center;
  align-content: center;
  padding: 48px 20px;
  background: var(--paper);
  text-align: center;
}

.not-found img {
  width: 72px;
  height: 72px;
  margin-bottom: 22px;
  object-fit: contain;
}

.not-found h1 {
  margin-bottom: 14px;
}

.not-found p:not(.section-kicker) {
  margin-bottom: 28px;
}

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

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

h1,
h2,
h3,
p,
blockquote,
figure {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-family: "Fraunces", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  max-width: 680px;
  margin-bottom: 0;
  font-size: clamp(3.4rem, 4.3vw, 4rem);
  line-height: 0.98;
}

h1 em {
  font-weight: 400;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
}

h3 {
  margin-bottom: 6px;
  font-size: 1.25rem;
  line-height: 1.25;
}

.container {
  width: min(calc(100% - 64px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  transform: translateY(-160%);
  border-radius: 4px;
  background: var(--ink);
  color: #fff;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  height: 96px;
}

.header-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--ink);
}

.brand img {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  object-fit: contain;
}

.brand-copy {
  position: relative;
  z-index: 1;
  display: grid;
  line-height: 1.15;
}

.mobile-break {
  display: none;
}

.brand-copy strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.brand-copy small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.64rem;
  letter-spacing: 0.2em;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #46556c;
  font-size: 0.95rem;
}

.header-cta svg {
  width: 19px;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 950px;
  padding: 144px 0 80px;
  background: linear-gradient(120deg, #faf8f5 0%, #fbf9f6 52%, #f7f2ec 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 0.98fr);
  grid-template-rows: auto 1fr;
  gap: 30px 64px;
  align-items: center;
}

.hero-intro {
  align-self: end;
}

.hero-details {
  align-self: start;
  max-width: 600px;
}

.hero-media {
  position: relative;
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: stretch;
  min-height: 720px;
  margin-bottom: 0;
}

.hero-media > img {
  width: 100%;
  height: 100%;
  min-height: 720px;
  border-radius: 28px;
  object-fit: cover;
  object-position: center 28%;
  box-shadow: 0 22px 70px rgba(21, 30, 45, 0.16);
}

.hero-media figcaption {
  position: absolute;
  bottom: -18px;
  left: -38px;
  display: flex;
  min-width: 190px;
  align-items: center;
  gap: 11px;
  padding: 13px 16px;
  border: 1px solid rgba(22, 35, 59, 0.06);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.35;
}

.hero-media figcaption svg {
  width: 22px;
  color: var(--ink);
}

.hero-media figcaption span {
  display: grid;
}

.hero-media figcaption strong {
  color: var(--ink);
  font-weight: 600;
}

.eyebrow,
.section-kicker {
  margin-bottom: 26px;
  color: #647187;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 6px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
}

.eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sand);
}

.hero-lead {
  max-width: 570px;
  margin: 0 0 22px;
  font-size: 1.17rem;
  line-height: 1.55;
}

.hero blockquote,
.about blockquote {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 28px;
  color: #44536a;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.2rem;
  font-style: italic;
}

.benefit-list {
  display: grid;
  gap: 10px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
  font-size: 0.95rem;
}

.benefit-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.benefit-list svg {
  width: 21px;
  height: 21px;
  padding: 4px;
  border-radius: 50%;
  background: #eee6dc;
  color: var(--ink);
  stroke-width: 2.5;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 22px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 24px;
  border-radius: 999px;
  font-size: 0.93rem;
  font-weight: 600;
  line-height: 1.2;
  transition: transform 180ms ease, background-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button svg {
  width: 20px;
}

.button-primary {
  background: var(--ink);
  color: #fff;
}

.button-primary:hover {
  background: #223352;
}

.button-whatsapp {
  background: var(--green);
  color: #fff;
}

.button-whatsapp:hover {
  background: var(--green-dark);
}

.doctor-id {
  display: grid;
  color: var(--ink);
  line-height: 1.3;
}

.doctor-id strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.06rem;
  font-weight: 400;
}

.doctor-id span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
}

.privacy-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: #69768a;
  font-size: 0.76rem;
}

.privacy-note svg {
  width: 17px;
}

.section {
  padding: 112px 0;
}

.section-warm {
  background: var(--warm);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(70px, 10vw, 150px);
  align-items: center;
}

.about-media {
  margin-bottom: 0;
}

.about-media img {
  width: 100%;
  max-height: 720px;
  border-radius: 26px;
  object-fit: cover;
  object-position: center 22%;
  box-shadow: var(--shadow);
}

.about-copy {
  max-width: 610px;
}

.about-copy p:not(.section-kicker) {
  margin-bottom: 17px;
  line-height: 1.75;
}

.about-copy blockquote {
  margin-top: 30px;
  margin-bottom: 0;
}

.section-heading {
  max-width: 730px;
  margin-bottom: 52px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading-centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading-centered h2 {
  max-width: 690px;
  margin-right: auto;
  margin-left: auto;
}

.section-heading-centered > p:last-child {
  max-width: 720px;
  margin: 22px auto 0;
}

@media (min-width: 741px) {
  .desktop-centered-heading {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

.condition-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.condition-card {
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 14px;
  padding: 15px 18px;
  border: 1px solid #ede6df;
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: 0 6px 18px rgba(22, 35, 59, 0.05);
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 500;
}

.condition-card svg {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  padding: 8px;
  border-radius: 7px;
  background: #eee7de;
  color: #667287;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 58px;
}

.process-card {
  position: relative;
  min-height: 235px;
  padding: 52px 24px 28px;
  border: 1px solid #ebe4dc;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 8px 24px rgba(22, 35, 59, 0.05);
}

.process-card > svg {
  position: absolute;
  top: 19px;
  right: 20px;
  width: 18px;
  color: var(--sand);
}

.step-number {
  position: absolute;
  top: 19px;
  left: 22px;
  color: var(--sand);
  font-family: "Fraunces", Georgia, serif;
  font-size: 0.78rem;
}

.process-card h3 {
  font-size: 1.12rem;
}

.process-card p {
  margin-bottom: 0;
  color: #6f7b8e;
  font-size: 0.82rem;
  line-height: 1.55;
}

.process-note {
  margin: 34px 0 0;
  color: #8790a0;
  font-family: "Fraunces", Georgia, serif;
  font-size: 0.82rem;
  font-style: italic;
  text-align: center;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  display: flex;
  min-height: 112px;
  align-items: center;
  gap: 18px;
  padding: 20px 22px;
  border: 1px solid #e9e1d9;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 7px 22px rgba(22, 35, 59, 0.06);
}

.feature-icon {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border-radius: 7px;
  background: var(--ink);
  color: #fff;
}

.feature-icon svg {
  width: 21px;
}

.feature-card h3 {
  margin-bottom: 5px;
  font-size: 1.05rem;
}

.feature-card p {
  margin-bottom: 0;
  color: #788396;
  font-size: 0.8rem;
  line-height: 1.5;
}

.testimonial-carousel {
  position: relative;
  overflow: hidden;
  padding: 24px 0 4px;
}

.testimonial-track {
  position: relative;
  height: 240px;
}

.testimonial-card {
  position: absolute;
  top: 14px;
  left: 50%;
  width: min(620px, 58%);
  min-height: 190px;
  margin: 0;
  padding: 38px 30px 26px;
  border: 1px solid #e9e2db;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 8px 24px rgba(22, 35, 59, 0.06);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) scale(0.78);
  transition:
    transform 420ms ease,
    opacity 420ms ease,
    box-shadow 420ms ease;
}

.testimonial-card.is-active {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) scale(1);
  box-shadow: 0 18px 44px rgba(22, 35, 59, 0.13);
}

.testimonial-card.is-previous {
  z-index: 1;
  opacity: 0.52;
  transform: translateX(-118%) scale(0.84);
}

.testimonial-card.is-next {
  z-index: 2;
  opacity: 0.62;
  transform: translateX(18%) scale(0.88);
}

.testimonial-card > svg {
  position: absolute;
  top: -12px;
  left: 24px;
  width: 25px;
  padding: 5px;
  border-radius: 50%;
  background: var(--paper);
  color: var(--sand);
  fill: var(--sand);
}

.testimonial-card blockquote {
  margin: 0 0 20px;
  color: var(--ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.03rem;
  line-height: 1.55;
}

.testimonial-card figcaption {
  color: #8b94a2;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.testimonial-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 4px;
}

.carousel-button {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  cursor: pointer;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
}

.carousel-button:hover,
.carousel-button:focus-visible {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.carousel-button svg {
  width: 18px;
}

.carousel-dots {
  display: flex;
  align-items: center;
  gap: 7px;
}

.carousel-dot {
  width: 6px;
  height: 6px;
  padding: 0;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  background: #c9c0b7;
  transition: width 180ms ease, background-color 180ms ease;
}

.carousel-dot.is-active {
  width: 20px;
  border-radius: 999px;
  background: var(--ink);
}

.testimonial-disclaimer {
  margin: 18px 0 0;
  color: #8b94a2;
  font-size: 0.67rem;
  text-align: center;
}

.final-cta {
  padding: 92px 0;
}

.cta-panel {
  width: min(100%, 820px);
  margin-inline: auto;
  padding: 66px 52px;
  border-radius: var(--radius);
  background: var(--ink);
  box-shadow: 0 18px 48px rgba(22, 35, 59, 0.16);
  color: #fff;
  text-align: center;
}

.cta-panel > svg {
  width: 31px;
  margin-bottom: 20px;
  color: var(--sand);
}

.cta-panel h2 {
  margin-bottom: 14px;
  color: #fff;
}

.cta-panel p {
  margin-bottom: 28px;
  color: #c4ccda;
}

.site-footer {
  padding: 68px 0;
  background: var(--paper);
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #6f7b8d;
  font-size: 0.72rem;
  line-height: 1.75;
  text-align: center;
}

.footer-inner img {
  width: 58px;
  height: 58px;
  margin-bottom: 8px;
  object-fit: contain;
}

.footer-inner strong {
  color: var(--ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: 0.98rem;
  font-weight: 400;
}

.footer-inner em {
  margin-top: 12px;
  color: #536176;
  font-family: "Fraunces", Georgia, serif;
}

.footer-inner small {
  margin-top: 16px;
  color: #9aa1ac;
  font-size: 0.62rem;
}

.whatsapp-float {
  position: fixed;
  z-index: 100;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 12px 30px rgba(16, 120, 56, 0.24);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  transition: background-color 180ms ease, transform 180ms ease;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  background: var(--green-dark);
}

.whatsapp-float svg {
  width: 21px;
}

.back-to-top {
  position: fixed;
  z-index: 100;
  bottom: 24px;
  left: 24px;
  display: grid;
  width: 46px;
  height: 46px;
  cursor: pointer;
  place-items: center;
  border: 1px solid rgba(22, 35, 59, 0.16);
  border-radius: 50%;
  background: rgba(22, 35, 59, 0.72);
  box-shadow: 0 10px 26px rgba(22, 35, 59, 0.16);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    background-color 180ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  background: rgba(22, 35, 59, 0.92);
}

.back-to-top svg {
  width: 20px;
}

.reveal {
  opacity: 1;
  transform: none;
}

.reveal-ready .reveal:not(.is-visible) {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr);
    gap: 24px 36px;
  }

  .hero-media,
  .hero-media > img {
    min-height: 650px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .about-grid {
    gap: 64px;
  }

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

@media (max-width: 740px) {
  .container {
    width: min(calc(100% - 36px), var(--container));
  }

  .site-header {
    height: 68px;
  }

  .brand img {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .brand-copy strong {
    font-size: 0.78rem;
  }

  .brand-copy small {
    margin-top: 2px;
    font-size: 0.48rem;
  }

  .header-cta {
    width: 38px;
    height: 38px;
    justify-content: center;
  }

  .header-cta span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .hero {
    padding: 86px 0 34px;
  }

  .hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 0;
  }

  .hero-intro {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    min-width: 0;
  }

  .hero-media {
    grid-column: 1;
    grid-row: 2;
    min-height: 0;
    height: 240px;
    margin: 18px 0 28px;
  }

  .hero-media > img {
    height: 100%;
    min-height: 0;
    border-radius: 18px;
    object-position: center 14%;
  }

  .hero-media figcaption {
    top: auto;
    right: auto;
    bottom: 12px;
    left: 12px;
    width: 78px;
    min-width: 0;
    flex-direction: column;
    gap: 5px;
    padding: 9px 7px;
    font-size: 0.53rem;
    line-height: 1.2;
    text-align: center;
  }

  .hero-media figcaption svg {
    width: 19px;
    height: 19px;
  }

  .hero-media figcaption span {
    gap: 2px;
  }

  .hero-details {
    grid-column: 1;
    grid-row: 3;
    width: 100%;
    min-width: 0;
  }

  .eyebrow {
    margin-bottom: 14px;
    padding: 4px 9px;
    font-size: 0.58rem;
  }

  h1 {
    max-width: 520px;
    font-size: clamp(1.38rem, 7vw, 1.78rem);
    line-height: 1.1;
  }

  .mobile-break {
    display: inline;
  }

  h2 {
    font-size: 2rem;
  }

  .hero-lead {
    margin-bottom: 14px;
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .hero blockquote {
    margin-bottom: 18px;
    font-size: clamp(0.64rem, 3.12vw, 0.86rem);
    letter-spacing: -0.01em;
    text-align: center;
    white-space: nowrap;
  }

  .about blockquote {
    font-size: clamp(0.64rem, 3.12vw, 0.86rem);
    letter-spacing: -0.01em;
    text-align: center;
    white-space: nowrap;
  }

  .benefit-list {
    gap: 8px;
    margin-bottom: 22px;
    font-size: 0.78rem;
  }

  .hero-actions {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 16px;
  }

  .hero-actions .button-primary {
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    padding-right: 13px;
    padding-left: 13px;
    text-align: center;
  }

  .hero-actions .doctor-id {
    width: 94px;
    flex: 0 0 94px;
  }

  .button {
    min-height: 48px;
    padding: 12px 17px;
    font-size: 0.78rem;
  }

  .doctor-id strong {
    font-size: 0.83rem;
  }

  .doctor-id span {
    font-size: 0.58rem;
  }

  .privacy-note {
    font-size: 0.64rem;
  }

  .section {
    padding: 72px 0;
  }

  .about {
    padding-top: 42px;
  }

  .about-grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 28px;
  }

  .about-media {
    width: 100%;
    height: 240px;
    margin: 0;
  }

  .about-media img {
    width: 100%;
    height: 100%;
    max-height: none;
    border-radius: 18px;
    object-fit: cover;
    object-position: center 7%;
  }

  .about-copy p:not(.section-kicker) {
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .section-kicker {
    margin-bottom: 15px;
    font-size: 0.58rem;
  }

  .section-heading {
    margin-bottom: 32px;
  }

  .condition-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .condition-card {
    min-height: 64px;
    padding: 12px 14px;
    font-size: 0.78rem;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 38px;
  }

  .process-card {
    min-height: 155px;
    padding: 48px 20px 22px;
  }

  .feature-card {
    min-height: 100px;
    padding: 17px;
  }

  .testimonial-card {
    width: 76%;
    min-height: 220px;
    padding: 34px 22px 22px;
  }

  .testimonial-track {
    height: 260px;
  }

  .testimonial-card.is-previous {
    transform: translateX(-110%) scale(0.84);
  }

  .testimonial-card.is-next {
    transform: translateX(10%) scale(0.88);
  }

  .testimonial-card blockquote {
    font-size: 0.94rem;
  }

  .testimonial-controls {
    gap: 11px;
  }

  .carousel-dots {
    gap: 5px;
  }

  .carousel-dot {
    width: 5px;
    height: 5px;
  }

  .carousel-dot.is-active {
    width: 15px;
  }

  .final-cta {
    padding: 64px 0;
  }

  .cta-panel {
    padding: 46px 24px;
  }

  .site-footer {
    padding: 54px 0 80px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 50px;
    height: 50px;
    min-height: 50px;
    justify-content: center;
    padding: 0;
  }

  .whatsapp-float span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .back-to-top {
    bottom: 14px;
    left: 14px;
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 340px) {
  .container {
    width: calc(100% - 20px);
  }

  h1 {
    font-size: 1.3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
