:root {
  --red: #d40202;
  --red-hover: #f00707;
  --black: #050505;
  --gray: #666;
  --light-gray: #f6f6f6;
  --line: rgba(5, 5, 5, 0.14);
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.09);
  --font: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  interpolate-size: allow-keywords;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f7f7f7;
  color: var(--black);
  font-family: var(--font);
  font-feature-settings: "palt";
  letter-spacing: 0;
  overflow-x: hidden;
}

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

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

.desktop-shell {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-x: hidden;
}

.mobile-page {
  width: min(100%, 430px);
  min-height: 100vh;
  position: relative;
  z-index: 2;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.section {
  position: relative;
  overflow: hidden;
}

.section-inner {
  width: 100%;
  padding: 0 26px;
}

.hero {
  min-height: 100svh;
  padding: 38px 0 50px;
}

.hero-label,
.section-label {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin: 0 0 24px;
  padding: 6px 14px 7px;
  border: 3px solid var(--red);
  border-radius: 999px;
  color: var(--red);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
}

.hero-label {
  display: flex;
  justify-content: center;
  width: 100%;
  border: 0;
  padding: 0;
  min-height: auto;
  border-radius: 0;
  font-size: 24px;
  letter-spacing: 0.09em;
}

.hero-title,
.section-title {
  margin: 0;
  color: var(--black);
  font-weight: 900;
  letter-spacing: 0.01em;
}

.hero-title {
  font-size: clamp(39px, 11.2vw, 47px);
  line-height: 1.1;
  text-align: center;
}

.title-line {
  display: block;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(22px);
  animation: title-rise 0.84s cubic-bezier(0.2, 0.85, 0.2, 1) forwards;
}

.title-line:nth-child(2) {
  animation-delay: 0.13s;
}

.hero-ai {
  display: inline-block;
  margin: 0 0.02em;
  font-size: 1.22em;
  animation: ai-pop 0.74s cubic-bezier(0.18, 1.5, 0.28, 1) 0.52s both;
}

.accent {
  color: var(--red);
}

.no-break {
  white-space: nowrap;
}

.hero-subtitle {
  margin: 18px 0 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-align: center;
}

.hero-catch {
  margin: 0;
  font-size: clamp(23px, 6.2vw, 27px);
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-align: center;
}

.hero-lead {
  width: 100%;
  max-width: none;
  margin: 34px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

.hero-lead p {
  margin: 0;
}

.hero-lead p + p {
  margin-top: 18px;
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 0;
  margin: 34px 0 -18px;
}

.generated-asset {
  user-select: none;
}

.hero-face {
  width: min(76vw, 318px);
  position: relative;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: translate3d(0, var(--parallax-y, 0), 0);
  will-change: transform;
}

.mini-device {
  width: 154px;
  height: 104px;
  position: absolute;
  left: 0;
  bottom: 4px;
}

.mini-device__screen {
  width: 112px;
  height: 68px;
  position: absolute;
  left: 6px;
  top: 4px;
  border: 5px solid var(--black);
  border-radius: 5px;
  background:
    linear-gradient(90deg, var(--red) 0 34%, transparent 34%),
    linear-gradient(#cfcfcf, #cfcfcf) 58px 20px / 40px 4px no-repeat,
    linear-gradient(#cfcfcf, #cfcfcf) 58px 35px / 32px 4px no-repeat,
    #fff;
}

.mini-device__base {
  width: 134px;
  height: 24px;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 5px solid var(--black);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  transform: skewX(-10deg);
  background: #e8e8e8;
}

.mini-device__cursor {
  width: 34px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 34px;
  border-radius: 50%;
  background: #f0f0f0;
}

.mini-device__cursor::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 11px;
  top: 8px;
  border-left: 9px solid var(--black);
  border-top: 15px solid transparent;
  border-bottom: 4px solid transparent;
  transform: rotate(-18deg);
}

.hero-note {
  margin: 16px 0 0;
  padding: 24px 22px;
  border: 3px solid var(--red);
  border-radius: 8px;
  background: #fff;
}

.hero-note p,
.outline-box p,
.quote-box p {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.75;
  text-align: left;
}

.hero-note span {
  color: var(--red);
}

.hero-note p + p {
  margin-top: 16px;
}

.hero-note__created {
  color: var(--red);
}

.problem,
.about,
.contents,
.articles,
.faq,
.closing {
  padding: 92px 0;
}

.section-heading {
  position: relative;
}

.section-title {
  font-size: clamp(39px, 10.7vw, 53px);
  line-height: 1.34;
}

.problem .section-title {
  font-size: clamp(42px, 11.8vw, 56px);
  line-height: 1.45;
}

.about .section-title {
  font-size: clamp(34px, 9.2vw, 42px);
  line-height: 1.48;
}

.problem-list {
  position: relative;
  display: grid;
  gap: 28px;
  margin-top: 46px;
  padding-bottom: 22px;
}

.problem-card {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 148px;
  padding: 22px 18px 22px 18px;
  border: 3px solid var(--red);
  border-radius: 8px;
  background: #fff;
}

.problem-card__number {
  color: var(--red);
  font-size: 96px;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
}

.problem-card p {
  margin: 0;
  font-size: clamp(20px, 5.7vw, 25px);
  font-weight: 900;
  line-height: 1.72;
}

.about-body {
  display: block;
  margin-top: 40px;
}

.about-body p {
  width: 100%;
  max-width: none;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

.about-body p + p {
  margin-top: 22px;
}

.about-illustration {
  width: 286px;
  margin: 20px auto -12px;
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.06));
  transform: translate3d(0, var(--parallax-y, 0), 0) scaleX(-1);
  will-change: transform;
}

.work-illustration__screen {
  width: 116px;
  height: 76px;
  position: absolute;
  left: 54px;
  bottom: 25px;
  border: 5px solid var(--black);
  border-radius: 6px;
  background:
    linear-gradient(var(--red), var(--red)) 18px 16px / 30px 30px no-repeat,
    linear-gradient(#d9d9d9, #d9d9d9) 62px 20px / 34px 4px no-repeat,
    linear-gradient(#d9d9d9, #d9d9d9) 62px 36px / 26px 4px no-repeat,
    #fff;
}

.work-illustration__paper {
  width: 54px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 10px;
  border: 4px solid var(--black);
  border-radius: 6px;
  background:
    linear-gradient(#bdbdbd, #bdbdbd) 13px 17px / 28px 4px no-repeat,
    linear-gradient(#bdbdbd, #bdbdbd) 13px 33px / 22px 4px no-repeat,
    #fff;
}

.work-illustration__lamp {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 4px;
  top: 22px;
  border: 4px solid var(--black);
  border-radius: 50% 50% 48% 48%;
  background: var(--red);
}

.work-illustration__lamp::after {
  content: "";
  width: 28px;
  height: 8px;
  position: absolute;
  left: 3px;
  bottom: -13px;
  border: 4px solid var(--black);
  border-top: 0;
  border-radius: 0 0 5px 5px;
  background: #fff;
}

.work-illustration__desk {
  width: 210px;
  height: 5px;
  position: absolute;
  right: 0;
  bottom: 19px;
  border-radius: 999px;
  background: var(--black);
}

.outline-box {
  margin-top: 42px;
  padding: 30px 22px;
  border: 3px solid var(--red);
  border-radius: 8px;
  background: #fff;
}

.outline-box p {
  font-size: clamp(29px, 8vw, 38px);
  line-height: 1.62;
  text-align: left;
}

.contents-list {
  display: grid;
  gap: 18px;
  margin-top: 38px;
}

.contents-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 82px;
  padding: 17px 16px;
  border: 2px solid rgba(5, 5, 5, 0.72);
  border-radius: 8px;
  background: #fff;
}

.check-icon {
  width: 38px;
  height: 38px;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  background: var(--red);
}

.check-icon::after {
  content: "";
  width: 17px;
  height: 10px;
  position: absolute;
  left: 10px;
  top: 12px;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  transform: rotate(-45deg);
}

.contents-card p {
  margin: 0;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.65;
}

.quote-box {
  margin-top: 54px;
  padding: 36px 22px 38px;
  border: 3px solid var(--red);
  border-radius: 8px;
  background: #fff;
  box-shadow: 10px 10px 0 var(--red);
}

.quote-box::before,
.quote-box::after {
  display: block;
  color: var(--red);
  font-size: 68px;
  font-weight: 900;
  line-height: 0.75;
}

.quote-box::before {
  content: "“";
  margin-bottom: 8px;
}

.quote-box::after {
  content: "”";
  margin-top: 12px;
  text-align: right;
}

.quote-box p {
  font-size: clamp(30px, 8.5vw, 40px);
  line-height: 1.62;
  text-align: left;
}

.article-list {
  display: grid;
  gap: 24px;
  margin-top: 36px;
}

.article-card {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.article-card:hover,
.article-card:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.15);
}

.article-card:active {
  transform: translateY(-2px) scale(0.99);
}

.article-thumb {
  aspect-ratio: 16 / 9;
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--red);
}

.article-thumb img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  object-fit: cover;
  transition: transform 0.34s ease;
}

.article-card:hover .article-thumb img,
.article-card:focus-visible .article-thumb img {
  transform: scale(1.04);
}

.article-thumb.is-fallback img {
  display: none;
}

.thumb-fallback {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.article-meta {
  display: grid;
  gap: 12px;
  padding: 22px 20px 20px;
}

.article-title {
  display: block;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.58;
}

.article-url {
  display: block;
  overflow: hidden;
  color: #777;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-read {
  justify-self: end;
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.article-read span {
  display: inline-block;
  margin-left: 6px;
  transition: transform 0.24s ease;
}

.article-card:hover .article-read span,
.article-card:focus-visible .article-read span {
  transform: translateX(5px);
}

.faq {
  padding-top: 88px;
  padding-bottom: 84px;
  background: #fff;
}

.faq .section-title {
  font-size: clamp(42px, 11.4vw, 54px);
}

.faq-list {
  display: grid;
  gap: 15px;
  margin-top: 34px;
}

.faq-item {
  overflow: hidden;
  border: 2px solid rgba(5, 5, 5, 0.14);
  border-left: 5px solid var(--red);
  border-radius: 8px;
  background: #fff;
}

.faq-item[open] {
  border-color: rgba(212, 2, 2, 0.52);
  box-shadow: 0 16px 34px rgba(212, 2, 2, 0.08);
}

.faq-item::details-content {
  block-size: 0;
  overflow: hidden;
  transition: block-size 0.28s ease;
}

.faq-item[open]::details-content {
  block-size: auto;
}

.faq-question {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 74px;
  padding: 18px 16px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.55;
  list-style: none;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question:hover,
.faq-question:focus-visible {
  background: rgba(212, 2, 2, 0.06);
  outline: none;
}

.faq-q-label {
  color: var(--red);
  font-size: 20px;
  font-weight: 900;
}

.faq-icon {
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  border: 2px solid var(--red);
  border-radius: 50%;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 999px;
  background: var(--red);
  transform: translate(-50%, -50%);
  transition: transform 0.22s ease;
}

.faq-icon::before {
  width: 14px;
  height: 2px;
}

.faq-icon::after {
  width: 2px;
  height: 14px;
}

.faq-item[open] .faq-icon::after {
  transform: translate(-50%, -50%) scaleY(0);
}

.faq-answer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  padding: 0 18px 22px 17px;
  animation: faq-answer-in 0.24s ease;
}

.faq-a-label {
  color: var(--red);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.9;
}

.faq-answer p {
  margin: 0;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.9;
}

.closing {
  padding-bottom: 56px;
}

.closing .section-title {
  font-size: clamp(42px, 11.4vw, 56px);
  line-height: 1.38;
}

.closing-text {
  max-width: 20.5em;
  margin-top: 42px;
}

.closing-text p {
  margin: 0 0 28px;
  font-size: 17px;
  font-weight: 700;
  line-height: 2;
}

.closing-text p:last-child {
  padding-right: 88px;
}

.main-cta {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 116px;
  margin-top: 38px;
  padding: 24px 18px 26px;
  border-radius: 28px;
  background: var(--red);
  color: #fff;
  text-align: center;
  box-shadow: 0 12px 0 rgba(145, 0, 0, 0.16);
  transition:
    transform 0.24s ease,
    background-color 0.24s ease,
    box-shadow 0.24s ease;
}

.main-cta span {
  display: block;
  font-size: clamp(40px, 11.5vw, 54px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.01em;
}

.main-cta small {
  display: block;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.main-cta:hover,
.main-cta:focus-visible {
  background: var(--red-hover);
  transform: translateY(-3px) scale(1.015);
  box-shadow: 0 16px 0 rgba(145, 0, 0, 0.14);
}

.main-cta:active {
  transform: translateY(2px) scale(0.985);
  box-shadow: 0 8px 0 rgba(145, 0, 0, 0.14);
}

.llm-question {
  margin-top: 28px;
  padding: 24px 18px;
  border: 2px solid rgba(5, 5, 5, 0.08);
  border-radius: 28px;
  background: linear-gradient(180deg, #f7f7f7 0%, #fff 100%);
}

.llm-question__lead {
  margin: 0 0 18px;
  font-size: clamp(22px, 6vw, 28px);
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}

.llm-question__buttons {
  display: grid;
  gap: 14px;
}

.llm-question__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 66px;
  padding: 16px 22px;
  border: 2px solid rgba(5, 5, 5, 0.08);
  border-radius: 999px;
  background: #fff;
  color: var(--black);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.07);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.llm-question__button:hover,
.llm-question__button:focus-visible {
  border-color: rgba(212, 2, 2, 0.42);
  transform: translateY(-3px);
  box-shadow: 0 18px 32px rgba(212, 2, 2, 0.14);
}

.llm-question__button:active {
  transform: translateY(1px) scale(0.99);
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.08);
}

.llm-question__icon {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--red);
  font-size: 25px;
  line-height: 1;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  justify-content: center;
  padding: 0 24px 118px;
  text-align: center;
}

.footer-x {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
}

.x-icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--black);
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
}

.footer-copy {
  margin: 0;
  color: rgba(5, 5, 5, 0.64);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.floating-note {
  width: 92px;
  height: 92px;
  position: fixed;
  right: 13px;
  bottom: 16px;
  z-index: 30;
  display: block;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  box-shadow: none;
  animation: float-note 3.8s ease-in-out infinite;
  transition: transform 0.2s ease;
}

.floating-note img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.floating-note:hover,
.floating-note:focus-visible {
  transform: scale(1.06);
}

.floating-note:active {
  transform: scale(0.94);
}

.side-decoration {
  width: calc((100vw - 430px) / 2);
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.side-decoration-left {
  left: 0;
}

.side-decoration-right {
  right: 0;
}

.side-decoration__text {
  position: absolute;
  margin: 0;
  color: rgba(5, 5, 5, 0.045);
  font-size: clamp(54px, 7vw, 118px);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: 0.08em;
  white-space: nowrap;
  transform: translateY(var(--side-shift, 0));
}

.side-decoration-left .side-decoration__text {
  left: 8%;
  top: 7%;
  transform: translateY(var(--side-shift, 0)) rotate(-8deg);
}

.side-decoration-right .side-decoration__text {
  right: -20%;
  bottom: 11%;
  transform: translateY(var(--side-shift-reverse, 0)) rotate(90deg);
  transform-origin: right bottom;
}

.side-decoration__line {
  position: absolute;
  display: block;
  background: rgba(212, 2, 2, 0.28);
  transform: rotate(-18deg);
}

.side-decoration__line-a {
  width: 42vw;
  height: 3px;
  left: -8vw;
  top: 44%;
}

.side-decoration__line-b {
  width: 34vw;
  height: 4px;
  right: -9vw;
  top: 28%;
  transform: rotate(22deg);
}

.side-decoration__block,
.side-decoration__outline {
  position: absolute;
  border-radius: 8px;
}

.side-decoration__block {
  width: 96px;
  height: 96px;
  left: 20%;
  bottom: 10%;
  background: rgba(212, 2, 2, 0.08);
  transform: rotate(12deg);
}

.side-decoration__outline {
  width: 150px;
  height: 150px;
  right: 14%;
  top: 12%;
  border: 2px solid rgba(212, 2, 2, 0.16);
  transform: rotate(-12deg);
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.72s ease,
    transform 0.72s cubic-bezier(0.2, 0.75, 0.16, 1);
  transition-delay: var(--delay, 0ms);
}

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

.scale-in {
  transform: translateY(30px) scale(0.97);
}

.scale-in.is-visible {
  transform: translateY(0) scale(1);
}

@keyframes title-rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ai-pop {
  0% {
    opacity: 0;
    transform: translateY(14px) scale(0.92) rotate(-2deg);
  }
  68% {
    opacity: 1;
    transform: translateY(-2px) scale(1.04) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes float-note {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -6px;
  }
}

@keyframes faq-answer-in {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  body {
    background: #fff;
  }

  .desktop-shell {
    display: block;
  }

  .mobile-page {
    width: 100%;
    max-width: none;
    box-shadow: none;
  }

  .side-decoration {
    display: none;
  }
}

@media (min-width: 768px) {
  .section-inner {
    padding-right: 28px;
    padding-left: 28px;
  }

  .floating-note {
    right: auto;
    left: calc(50% + 113px);
    bottom: 24px;
  }
}

@media (max-width: 374px) {
  .section-inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-title {
    font-size: 38px;
  }

  .section-title {
    font-size: 36px;
  }

  .problem-card {
    grid-template-columns: 74px 1fr;
    gap: 14px;
    padding: 20px 16px;
  }

  .problem-card__number {
    font-size: 92px;
  }

  .problem-card p {
    font-size: 21px;
  }

  .contents-card {
    grid-template-columns: 36px 1fr;
    padding: 16px 14px;
  }

  .check-icon {
    width: 34px;
    height: 34px;
  }

  .faq-question {
    gap: 10px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 17px;
  }

  .faq-answer {
    padding-right: 14px;
    padding-left: 14px;
  }

  .hero-face {
    width: min(78vw, 292px);
  }

  .about-body {
    grid-template-columns: 1fr;
  }

  .about-illustration {
    width: 250px;
    margin-top: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal,
  .title-line,
  .hero-ai {
    opacity: 1;
    transform: none !important;
  }

  .floating-note {
    animation: none;
  }
}
