#otto-landing {
  --blue: #1717c8;
  --blue-deep: #09098f;
  --blue-ink: #10105f;
  --mint: #c9ffdb;
  --sky: #94baff;
  --cream: #f8f8f1;
  --paper: #fbfbff;
  --ink: #111123;
  --muted: #66667a;
  --line: rgba(17, 17, 35, 0.12);
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
}
#otto-landing {
  --blue: #1717c8;
  --blue-deep: #09098f;
  --blue-ink: #10105f;
  --mint: #c9ffdb;
  --sky: #94baff;
  --cream: #f8f8f1;
  --paper: #fbfbff;
  --ink: #111123;
  --muted: #66667a;
  --line: rgba(17, 17, 35, 0.12);
}

#otto-landing * { box-sizing: border-box; }
#otto-landing { scroll-behavior: smooth; }
#otto-landing {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
#otto-landing a { color: inherit; }
#otto-landing button, #otto-landing a { -webkit-tap-highlight-color: transparent; }
#otto-landing h1, #otto-landing h2, #otto-landing h3 { text-wrap: balance; overflow-wrap: normal; word-break: normal; hyphens: none; }
#otto-landing p { text-wrap: pretty; }

#otto-landing .otto-site { min-height: 100vh; overflow: clip; }
#otto-landing .scroll-progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 1000;
  height: 4px;
  background: linear-gradient(90deg, var(--mint), var(--sky));
  transition: width 0.08s linear;
}

#otto-landing .offer-bar {
  position: relative;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 24px;
  color: white;
  background: var(--ink);
  font-size: 13px;
}
#otto-landing .offer-bar strong { color: var(--mint); }
#otto-landing .offer-bar a { margin-left: 8px; color: var(--sky); font-weight: 800; text-underline-offset: 4px; }
#otto-landing .offer-dot, #otto-landing .pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #36e77b;
  box-shadow: 0 0 0 5px rgba(54, 231, 123, 0.14);
  animation: breathe 1.8s ease-in-out infinite;
}

#otto-landing .site-header {
  position: absolute;
  z-index: 30;
  top: 42px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: min(1200px, calc(100% - 48px));
  min-height: 82px;
  margin: auto;
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.18);
  transition: top .28s ease, width .28s ease, min-height .28s ease, padding .28s ease, background .28s ease, box-shadow .28s ease, border-color .28s ease, transform .3s ease, opacity .24s ease;
}
#otto-landing .site-header nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 34px); }
#otto-landing .site-header nav a { color: rgba(255,255,255,.76); font-size: 14px; font-weight: 700; text-decoration: none; transition: color .2s ease; }
#otto-landing .site-header nav a:hover { color: white; }
#otto-landing .wordmark { color: white; font-size: 36px; font-weight: 950; letter-spacing: -.08em; text-decoration: none; }
#otto-landing .wordmark span { color: var(--mint); }
#otto-landing .site-header.is-fixed {
  position: fixed;
  top: 10px;
  width: min(1160px, calc(100% - 32px));
  min-height: 64px;
  padding: 0 20px;
  color: var(--ink);
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(17,17,35,.1);
  border-radius: 999px;
  box-shadow: 0 16px 46px rgba(8,8,70,.16);
  backdrop-filter: blur(18px);
  animation: headerDrop .38s cubic-bezier(.2,.8,.2,1);
}
#otto-landing .site-header.is-fixed nav a { color: #4f4f67; }
#otto-landing .site-header.is-fixed nav a:hover { color: var(--blue); }
#otto-landing .site-header.is-fixed .wordmark { color: var(--blue); }
#otto-landing .site-header.is-fixed .button-mint { color: white; background: var(--blue); }
#otto-landing .site-header.is-fixed.is-hidden { opacity: 0; transform: translateY(calc(-100% - 24px)); pointer-events: none; }

#otto-landing .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  white-space: nowrap;
  min-width: 0;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(6, 6, 79, .18);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
#otto-landing .button:hover { transform: translateY(-3px); box-shadow: 0 23px 50px rgba(6, 6, 79, .28); }
#otto-landing .button span { font-size: 18px; transition: transform .2s ease; }
#otto-landing .button:hover span { transform: translate(2px, -2px); }
#otto-landing .button-small { min-height: 44px; padding: 0 19px; font-size: 13px; }
#otto-landing .button-mint { color: var(--blue-deep); background: var(--mint); }
#otto-landing .button-primary { color: var(--blue-deep); background: var(--mint); }
#otto-landing .button-pulse { position: relative; }
#otto-landing .button-pulse::after {
  content: "";
  position: absolute;
  inset: -7px;
  z-index: -1;
  border: 1px solid rgba(201,255,219,.8);
  border-radius: inherit;
  animation: pulseRing 2s ease-out infinite;
}

#otto-landing .hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, .9fr);
  align-items: center;
  gap: clamp(30px, 6vw, 84px);
  min-height: 820px;
  padding: 160px max(24px, calc((100vw - 1200px) / 2)) 80px;
  color: white;
  background:
    linear-gradient(120deg, rgba(18,18,190,.98), rgba(8,8,132,.98)),
    var(--blue);
  isolation: isolate;
}
#otto-landing .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .22;
  background-image: radial-gradient(rgba(255,255,255,.5) .7px, transparent .7px);
  background-size: 22px 22px;
  mask-image: linear-gradient(to right, black, transparent 70%);
}
#otto-landing .hero-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); pointer-events: none; }
#otto-landing .hero-orb-one { width: 420px; height: 420px; right: 4%; top: 16%; background: rgba(201,255,219,.18); animation: orbDriftOne 10s ease-in-out infinite; will-change: transform; }
#otto-landing .hero-orb-two { width: 260px; height: 260px; left: -120px; bottom: -80px; background: rgba(148,186,255,.25); animation: orbDriftTwo 8s ease-in-out infinite; will-change: transform; }
#otto-landing .hero-copy { position: relative; z-index: 5; max-width: 690px; }
#otto-landing .pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  padding: 10px 15px;
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}
#otto-landing .hero h1 {
  max-width: 700px;
  margin: 0 0 26px;
  font-size: clamp(52px, 5.75vw, 82px);
  line-height: .95;
  letter-spacing: -.065em;
}
#otto-landing .hero h1 > span, #otto-landing .hero h1 em { display: block; white-space: nowrap; }
#otto-landing .hero h1 em { color: var(--mint); font-style: normal; }
#otto-landing .hero-copy > p { max-width: 620px; margin: 0; color: rgba(255,255,255,.76); font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
#otto-landing .hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin: 36px 0 30px; }
#otto-landing .text-link { color: white; font-size: 14px; font-weight: 800; text-decoration: none; }
#otto-landing .text-link span { display: inline-block; margin-left: 6px; animation: floatY 1.6s ease-in-out infinite; }
#otto-landing .proof-row { display: flex; flex-wrap: wrap; gap: 20px; color: rgba(255,255,255,.7); font-size: 12px; font-weight: 750; }
#otto-landing .proof-row span::first-letter { color: var(--mint); }

#otto-landing .hero-visual { position: relative; min-height: 590px; }
#otto-landing .mascot-stage {
  position: absolute;
  inset: -34px -40px -60px -30px;
  overflow: visible;
  border-radius: 56% 44% 58% 42% / 42% 47% 53% 58%;
  background: radial-gradient(circle at 50% 44%, rgba(201,255,219,.28), rgba(148,186,255,.11) 44%, transparent 70%);
  box-shadow: none;
}
#otto-landing .mascot-hero { width: 100%; height: 100%; object-fit: contain; object-position: 50% 50%; transform: scale(1.14); filter: drop-shadow(0 48px 44px rgba(3,3,65,.28)); }
#otto-landing .floating-note {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  max-width: 290px;
  padding: 13px 17px;
  color: var(--ink);
  background: rgba(255,255,255,.95);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 18px;
  box-shadow: 0 20px 55px rgba(4,4,70,.24);
  backdrop-filter: blur(14px);
  animation: floating 4s ease-in-out infinite;
}
#otto-landing .floating-note small { display: block; margin-bottom: 3px; color: var(--blue); font-size: 9px; font-weight: 950; letter-spacing: .08em; }
#otto-landing .floating-note strong { font-size: 13px; }
#otto-landing .note-one { top: 13%; left: -13%; }
#otto-landing .note-two { right: -7%; bottom: 11%; animation-delay: -2s; }
#otto-landing .note-icon { display: grid; place-items: center; width: 34px; height: 34px; color: var(--blue-deep); background: var(--mint); border-radius: 50%; font-weight: 950; }
#otto-landing .typing-dots { display: flex; align-items: center; gap: 3px; width: 34px; height: 34px; justify-content: center; background: #ededff; border-radius: 50%; }
#otto-landing .typing-dots i { width: 4px; height: 4px; background: var(--blue); border-radius: 50%; animation: typing 1s infinite; }
#otto-landing .typing-dots i:nth-child(2) { animation-delay: .15s; }
#otto-landing .typing-dots i:nth-child(3) { animation-delay: .3s; }

#otto-landing .promise-strip {
  position: relative;
  width: 100%;
  min-height: 72px;
  color: var(--blue-deep);
  background: var(--mint);
  font-size: 22px;
  font-weight: 950;
  letter-spacing: .08em;
  overflow: hidden;
}
#otto-landing .promise-track { display: flex; align-items: center; width: max-content; min-height: inherit; animation: marqueeFlow 18s linear infinite; will-change: transform; }
#otto-landing .promise-group { display: flex; flex: 0 0 auto; align-items: center; justify-content: space-around; gap: 28px; min-width: 100vw; padding: 0 28px; }
#otto-landing .promise-strip i { color: var(--blue); font-style: normal; }
#otto-landing .first-slice-note { display: grid; place-items: center; min-height: 220px; color: var(--muted); background: var(--paper); font-weight: 800; }

#otto-landing .section {
  position: relative;
  padding: clamp(88px, 10vw, 150px) max(22px, calc((100vw - 1200px) / 2));
}
#otto-landing .section-heading { max-width: 900px; margin-bottom: clamp(54px, 7vw, 88px); }
#otto-landing .section-heading h2, #otto-landing .offer-heading h2, #otto-landing .faq-intro h2, #otto-landing .final-copy h2, #otto-landing .day-sticky h2 {
  margin: 16px 0 22px;
  font-size: clamp(42px, 4.9vw, 68px);
  line-height: 1.02;
  letter-spacing: -.055em;
}
#otto-landing .section-heading h2 span, #otto-landing .day-sticky h2 span { color: var(--blue); }
#otto-landing .section-heading > p, #otto-landing .offer-heading > p, #otto-landing .faq-intro > p, #otto-landing .day-sticky > p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}
#otto-landing .section-index {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .13em;
}
#otto-landing .section-index::before { content: ""; width: 32px; height: 2px; background: currentColor; }
#otto-landing .section-index.light { color: var(--mint); }
#otto-landing .reveal { opacity: 0; transform: translateY(38px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
#otto-landing .reveal.is-visible { opacity: 1; transform: translateY(0); }

#otto-landing .section-intro { background: var(--paper); }
#otto-landing .how-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(42px, 8vw, 100px); align-items: center; }
#otto-landing .journey-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
#otto-landing .journey-list li { position: relative; display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid var(--line); }
#otto-landing .journey-list li:first-child { border-top: 1px solid var(--line); }
#otto-landing .journey-list li > span { display: grid; place-items: center; width: 48px; height: 48px; color: var(--blue); background: #ededff; border-radius: 50%; font-weight: 950; }
#otto-landing .journey-list strong { display: block; margin: 2px 0 8px; font-size: 20px; }
#otto-landing .journey-list p { margin: 0; color: var(--muted); line-height: 1.5; }
#otto-landing .demo-shell { position: relative; padding: 20px; background: linear-gradient(145deg,#ededff,#dfffea); border: 1px solid rgba(23,23,200,.11); border-radius: 40px; box-shadow: 0 32px 80px rgba(18,18,103,.14); }
#otto-landing .demo-tabs { display: flex; gap: 7px; margin-bottom: 14px; padding: 6px; background: rgba(255,255,255,.65); border-radius: 999px; }
#otto-landing .demo-tabs button { flex: 1; min-height: 40px; padding: 0 12px; color: var(--muted); background: transparent; border: 0; border-radius: 999px; font: inherit; font-size: 12px; font-weight: 850; cursor: pointer; transition: .2s ease; }
#otto-landing .demo-tabs button.active { color: white; background: var(--blue); box-shadow: 0 8px 18px rgba(23,23,200,.2); }
#otto-landing .phone-demo { min-height: 460px; padding: 20px; background: white; border: 6px solid var(--ink); border-radius: 32px; box-shadow: 0 22px 45px rgba(17,17,35,.16); }
#otto-landing .phone-top { display: flex; align-items: center; gap: 10px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
#otto-landing .phone-top div { display: grid; }
#otto-landing .phone-top small { color: #29b761; font-size: 10px; font-weight: 800; }
#otto-landing .otto-avatar { display: grid; place-items: center; width: 40px; height: 40px; color: white; background: var(--blue); border-radius: 50%; font-weight: 950; }
#otto-landing .demo-chat { display: grid; gap: 14px; min-height: 320px; padding: 28px 0 16px; animation: chatIn .36s ease both; }
#otto-landing .chat-bubble { max-width: 84%; padding: 14px 16px; border-radius: 17px; font-size: 14px; line-height: 1.45; }
#otto-landing .chat-user { justify-self: end; background: var(--mint); border-bottom-right-radius: 5px; }
#otto-landing .chat-otto { background: #ededff; border-bottom-left-radius: 5px; }
#otto-landing .demo-result { display: flex; align-items: center; gap: 9px; width: max-content; margin-top: 3px; padding: 8px 12px; color: #197c43; background: #edfff4; border-radius: 999px; font-size: 11px; font-weight: 900; }
#otto-landing .demo-result span { display: grid; place-items: center; width: 18px; height: 18px; color: white; background: #2dcc69; border-radius: 50%; }
#otto-landing .fake-input { display: flex; justify-content: space-between; padding: 13px 15px; color: #9999aa; background: #f6f6fb; border-radius: 999px; font-size: 12px; }
#otto-landing .fake-input span { color: var(--blue); }

#otto-landing .resources-section { overflow: hidden; background: #f3f3ff; }
#otto-landing .resource-halo { position: absolute; top: 140px; right: -180px; width: 480px; height: 480px; border-radius: 50%; background: rgba(201,255,219,.75); filter: blur(1px); animation: haloDrift 9s ease-in-out infinite; will-change: transform; }
#otto-landing .bento-grid { position: relative; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-flow: dense; gap: 18px; align-items: stretch; }
#otto-landing .bento-card { position: relative; grid-column: span 6; min-width: 0; min-height: 330px; padding: clamp(25px,3vw,34px); overflow: hidden; background: white; border: 1px solid rgba(17,17,35,.09); border-radius: 28px; box-shadow: 0 16px 50px rgba(20,20,100,.06); transition: transform .5s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease, opacity .5s ease; }
#otto-landing .bento-card:hover { transform: translateY(-7px); box-shadow: 0 25px 65px rgba(20,20,100,.12); }
#otto-landing .bento-card small { display: block; margin: 18px 0 10px; color: var(--blue); font-size: 10px; font-weight: 950; letter-spacing: .12em; }
#otto-landing .bento-card h3 { max-width: 440px; margin: 0 0 12px; font-size: clamp(25px, 2.2vw, 34px); line-height: 1.08; letter-spacing: -.04em; }
#otto-landing .bento-card p { max-width: 480px; margin: 0; color: var(--muted); line-height: 1.5; }
#otto-landing .card-number { display: grid; place-items: center; width: 36px; height: 36px; color: var(--blue); background: #ededff; border-radius: 50%; font-size: 11px; font-weight: 950; }
#otto-landing .bento-large { grid-column: span 7; min-height: 500px; }
#otto-landing .bento-mint { grid-column: span 5; min-height: 500px; }
#otto-landing .bento-wide { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0,1fr) minmax(380px,1fr); align-items: center; gap: 8px; min-height: 440px; padding-right: 20px; }
#otto-landing .bento-copy { position: relative; z-index: 2; padding-left: 6px; }
#otto-landing .bento-wide h3 { max-width: 540px; margin-bottom: 18px; font-size: clamp(34px,3.1vw,46px); line-height: 1.02; }
#otto-landing .smart-examples { max-width: 540px; font-size: clamp(17px,1.5vw,20px); line-height: 1.55; }
#otto-landing .smart-examples span { display: inline-block; margin: 0 4px 4px 0; white-space: nowrap; }
#otto-landing .scroll-card.reveal { transform: translateY(46px) scale(.975); }
#otto-landing .scroll-card.reveal.is-visible { transform: translateY(0) scale(1); }
#otto-landing .scroll-card:nth-child(2) { transition-delay: .08s; }
#otto-landing .scroll-card:nth-child(3) { transition-delay: .04s; }
#otto-landing .scroll-card:nth-child(4) { transition-delay: .12s; }
#otto-landing .bento-blue { color: white; background: var(--blue); }
#otto-landing .bento-blue .card-number { color: var(--blue-deep); background: var(--mint); }
#otto-landing .bento-blue small { color: var(--mint); }
#otto-landing .bento-blue p { color: rgba(255,255,255,.7); }
#otto-landing .bento-mint { background: var(--mint); }
#otto-landing .bento-soft { background: linear-gradient(135deg,#fff,#edf1ff); }
#otto-landing .day-card { display: grid; gap: 9px; margin-top: 52px; padding: 24px; color: var(--ink); background: white; border-radius: 20px; transform: rotate(-2deg); box-shadow: 0 28px 65px rgba(2,2,72,.3); }
#otto-landing .day-card span { color: var(--muted); font-size: 12px; }
#otto-landing .day-card i { height: 9px; background: #e6e6f1; border-radius: 999px; }
#otto-landing .alarm-orbit { position: relative; display: grid; place-items: center; width: 150px; height: 150px; margin: 35px auto 0; color: var(--blue-deep); border: 2px dashed rgba(9,9,143,.25); border-radius: 50%; }
#otto-landing .alarm-orbit span { display: grid; place-items: center; width: 100px; height: 100px; background: white; border-radius: 50%; font-size: 27px; font-weight: 950; box-shadow: 0 12px 34px rgba(17,17,35,.1); }
#otto-landing .alarm-orbit i { position: absolute; top: -6px; width: 18px; height: 18px; background: var(--blue); border-radius: 50%; animation: orbit 5s linear infinite; transform-origin: 9px 81px; }
#otto-landing .bar-chart { display: flex; align-items: end; gap: 8px; height: 150px; margin-top: 28px; }
#otto-landing .bar-chart i { --bar-delay: 0s; flex: 1; opacity: .55; background: linear-gradient(to top,var(--blue),var(--sky)); border-radius: 8px 8px 3px 3px; transform: scaleY(.08); transform-origin: bottom; will-change: transform, opacity; }
#otto-landing .bar-chart i:nth-child(2) { --bar-delay: .08s; }
#otto-landing .bar-chart i:nth-child(3) { --bar-delay: .16s; }
#otto-landing .bar-chart i:nth-child(4) { --bar-delay: .24s; }
#otto-landing .bar-chart i:nth-child(5) { --bar-delay: .32s; }
#otto-landing .finance-card.chart-active .bar-chart i { animation: growBars .9s var(--bar-delay) cubic-bezier(.2,.8,.2,1) both, barBreathe 3.2s calc(1s + var(--bar-delay)) ease-in-out infinite; }
#otto-landing .clean-list { display: grid; gap: 10px; margin: 30px 0 0; padding: 0; list-style: none; color: var(--muted); }
#otto-landing .clean-list li { position: relative; padding: 0; overflow: hidden; background: #f4f4fa; border-radius: 10px; transition: background .2s ease, transform .2s ease; }
#otto-landing .clean-list li:hover { background: #ededff; transform: translateX(3px); }
#otto-landing .clean-list label { display: flex; align-items: center; gap: 11px; min-height: 46px; padding: 11px 13px; cursor: pointer; }
#otto-landing .clean-list input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
#otto-landing .check-box { display: grid; flex: 0 0 auto; place-items: center; width: 20px; height: 20px; color: white; background: white; border: 2px solid #54d787; border-radius: 6px; transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
#otto-landing .check-box::after { content: "✓"; opacity: 0; font-size: 13px; font-weight: 950; transform: scale(.5); transition: opacity .18s ease, transform .18s ease; }
#otto-landing .clean-list input:checked + .check-box { background: #2dcc69; border-color: #2dcc69; box-shadow: 0 5px 14px rgba(45,204,105,.24); }
#otto-landing .clean-list input:checked + .check-box::after { opacity: 1; transform: scale(1); }
#otto-landing .clean-list input:checked ~ .check-text { color: #88889a; text-decoration: line-through; }
#otto-landing .clean-list label:focus-within { outline: 2px solid var(--blue); outline-offset: -2px; border-radius: 10px; }
#otto-landing .resource-mascot { position: relative; align-self: stretch; min-height: 372px; overflow: visible; }
#otto-landing .resource-mascot::before { content: ""; position: absolute; z-index: 0; top: 50%; left: 50%; width: min(390px,94%); aspect-ratio: 1; border: 1px solid rgba(23,23,200,.08); border-radius: 52% 48% 46% 54% / 48% 56% 44% 52%; background: radial-gradient(circle at 42% 35%,rgba(255,255,255,.8),transparent 18%), linear-gradient(145deg,rgba(148,186,255,.58),rgba(216,226,255,.76)); box-shadow: inset 0 0 60px rgba(255,255,255,.35), 0 22px 54px rgba(23,23,200,.1); transform: translate(-50%,-50%); animation: resourceBackdrop 7s ease-in-out infinite; }
#otto-landing .resource-mascot::after { content: "✦"; position: absolute; z-index: 2; top: 12%; right: 5%; color: var(--blue); font-size: 28px; animation: starSpin 7s linear infinite; }
#otto-landing .resource-mascot img { position: absolute; z-index: 1; top: 0; left: 52%; width: auto; max-width: none; height: 820px; object-fit: contain; filter: drop-shadow(0 24px 23px rgba(15,15,90,.15)); transform: translateX(-50%); }

#otto-landing .day-section { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.15fr); gap: clamp(54px, 8vw, 110px); color: white; background: var(--ink); }
#otto-landing .day-section::before { content: ""; position: absolute; inset: 0; opacity: .22; background: radial-gradient(circle at 15% 20%, rgba(148,186,255,.55), transparent 25%), radial-gradient(circle at 90% 80%, rgba(201,255,219,.22), transparent 25%); }
#otto-landing .day-sticky { position: sticky; top: 80px; align-self: start; z-index: 1; }
#otto-landing .day-sticky h2 { max-width: 600px; font-size: clamp(42px,4.35vw,64px); }
#otto-landing .day-sticky h2 span { display: block; }
#otto-landing .day-sticky h2 .day-title-main { color: white; }
#otto-landing .day-sticky h2 span { color: var(--mint); }
#otto-landing .day-sticky > p { color: rgba(255,255,255,.64); }
#otto-landing .day-timeline { --timeline-progress: 0; position: relative; z-index: 1; }
#otto-landing .day-timeline::before { content: ""; position: absolute; top: 0; bottom: 0; left: 54px; width: 1px; background: rgba(255,255,255,.17); }
#otto-landing .day-timeline::after { content: ""; position: absolute; z-index: 0; top: 0; bottom: 0; left: 53px; width: 3px; background: linear-gradient(var(--mint),var(--sky)); transform: scaleY(var(--timeline-progress)); transform-origin: top; border-radius: 99px; }
#otto-landing .day-timeline article { position: relative; z-index: 1; display: grid; grid-template-columns: 84px minmax(0,1fr); align-items: start; gap: 34px; min-height: 250px; padding-bottom: 38px; }
#otto-landing .day-timeline time { position: relative; z-index: 2; align-self: start; justify-self: start; width: max-content; height: auto; min-height: 0; padding: 10px 12px; color: var(--blue-deep); background: var(--mint); border-radius: 999px; font-size: 11px; line-height: 1; white-space: nowrap; font-weight: 950; box-shadow: 0 0 0 8px var(--ink); transition: transform .5s ease, box-shadow .5s ease; }
#otto-landing .day-timeline article > div { padding: 30px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.11); border-radius: 26px; backdrop-filter: blur(10px); opacity: .62; transform: translateX(28px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.8,.2,1), border-color .45s ease, background .45s ease; }
#otto-landing .day-timeline article.is-visible > div { opacity: 1; transform: translateX(0); border-color: rgba(201,255,219,.3); background: rgba(255,255,255,.1); }
#otto-landing .day-timeline article.is-visible time { transform: scale(1.06); box-shadow: 0 0 0 8px var(--ink), 0 0 28px rgba(201,255,219,.28); }
#otto-landing .day-timeline small { color: var(--sky); font-size: 10px; font-weight: 950; letter-spacing: .12em; }
#otto-landing .day-timeline h3 { margin: 13px 0 12px; font-size: 29px; letter-spacing: -.035em; }
#otto-landing .day-timeline p { margin: 0; color: rgba(255,255,255,.62); line-height: 1.55; }

#otto-landing .offer-section { overflow: hidden; color: white; background: var(--blue-deep); }
#otto-landing .offer-glow { position: absolute; width: 600px; height: 600px; right: -180px; top: -180px; background: rgba(201,255,219,.2); border-radius: 50%; filter: blur(2px); animation: offerGlow 8s ease-in-out infinite; will-change: transform; }
#otto-landing .offer-heading { position: relative; z-index: 1; max-width: 950px; margin-bottom: 64px; }
#otto-landing .offer-heading h2 { max-width: 920px; }
#otto-landing .offer-heading > p { color: rgba(255,255,255,.7); }
#otto-landing .offer-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .9fr; gap: 22px; align-items: stretch; }
#otto-landing .price-panel { padding: clamp(30px,5vw,56px); color: var(--ink); background: white; border-radius: 34px; box-shadow: 0 30px 90px rgba(0,0,60,.28); }
#otto-landing .launch-badge { display: inline-flex; padding: 8px 12px; color: var(--blue-deep); background: var(--mint); border-radius: 999px; font-size: 10px; font-weight: 950; letter-spacing: .1em; }
#otto-landing .old-price { margin: 35px 0 5px; color: var(--muted); font-size: 15px; }
#otto-landing .launch-price { display: grid; grid-template-columns: max-content max-content max-content; align-items: start; width: max-content; max-width: 100%; color: var(--blue-deep); white-space: nowrap; font-variant-numeric: tabular-nums; }
#otto-landing .launch-price .price-currency { margin: 14px 12px 0 0; font-size: 20px; line-height: 1; font-weight: 900; }
#otto-landing .launch-price .price-major { font-size: clamp(92px,9vw,132px); line-height: .78; letter-spacing: -.025em; }
#otto-landing .launch-price .price-tail { display: flex; flex-direction: column; align-items: flex-start; margin: 7px 0 0 14px; line-height: 1; }
#otto-landing .launch-price .price-tail b { font-size: 38px; line-height: .9; font-weight: 950; letter-spacing: -.01em; }
#otto-landing .launch-price .price-tail small { margin-top: 5px; font-size: 13px; line-height: 1; font-weight: 850; }
#otto-landing .price-lock { margin: 25px 0; color: var(--muted); font-weight: 700; }
#otto-landing .full-button { width: 100%; }
#otto-landing .offer-checks { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; color: #45455c; font-size: 14px; }
#otto-landing .offer-checks li::first-letter { color: #21bd5c; }
#otto-landing .offer-details { display: grid; gap: 22px; }
#otto-landing .savings-card, #otto-landing .spots-card { padding: 34px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14); border-radius: 30px; backdrop-filter: blur(12px); }
#otto-landing .savings-label, #otto-landing .spots-card small { color: var(--mint); font-size: 10px; font-weight: 950; letter-spacing: .12em; }
#otto-landing .math-row { display: flex; justify-content: space-between; gap: 20px; margin-top: 22px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.7); }
#otto-landing .math-row strong { color: white; }
#otto-landing .saving-total { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-top: 28px; }
#otto-landing .saving-total span { color: rgba(255,255,255,.7); }
#otto-landing .saving-total strong { color: var(--mint); font-size: clamp(29px,4vw,48px); letter-spacing: -.04em; }
#otto-landing .spots-top { display: flex; justify-content: space-between; align-items: center; }
#otto-landing .spots-top > div { display: grid; gap: 10px; }
#otto-landing .spots-top strong { font-size: 28px; }
#otto-landing .spots-top strong span { font-size: 52px; color: white; }
#otto-landing .spots-top > i { display: grid; place-items: center; align-content: center; width: 68px; height: 68px; color: var(--blue-deep); background: var(--mint); border-radius: 50%; font-size: 18px; line-height: 1; font-style: normal; font-weight: 950; }
#otto-landing .spots-top > i b { font-size: 20px; }
#otto-landing .spots-top > i small { margin-top: 4px; color: var(--blue-deep); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
#otto-landing .spots-track { height: 11px; margin: 28px 0 17px; overflow: hidden; background: rgba(255,255,255,.13); border-radius: 999px; }
#otto-landing .spots-track span { display: block; height: 100%; background: linear-gradient(90deg,var(--sky),var(--mint)); border-radius: inherit; transition: width .25s ease; }
#otto-landing .spots-card p { margin: 0; color: rgba(255,255,255,.62); line-height: 1.5; }
#otto-landing .offer-note { position: relative; z-index: 1; margin: 24px 0 0; color: rgba(255,255,255,.44); font-size: 11px; }

#otto-landing .plans-block { position: relative; z-index: 1; margin-top: clamp(72px,9vw,120px); padding-top: clamp(72px,9vw,120px); color: white; border-top: 1px solid rgba(255,255,255,.16); }
#otto-landing .plans-heading { max-width: 850px; margin: 0 auto 56px; text-align: center; }
#otto-landing .plans-heading .section-index { justify-content: center; }
#otto-landing .plans-heading > small { display: block; margin-top: 24px; color: var(--mint); font-size: 10px; font-weight: 950; letter-spacing: .12em; }
#otto-landing .plans-heading h2 { margin: 16px auto 18px; font-size: clamp(42px,5vw,68px); line-height: 1; letter-spacing: -.055em; }
#otto-landing .plans-heading > p { margin: 0; color: rgba(255,255,255,.74); font-size: 17px; }
#otto-landing .billing-toggle { display: inline-flex; gap: 6px; margin-top: 32px; padding: 5px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(5,5,68,.28); }
#otto-landing .billing-toggle button { min-height: 42px; padding: 0 18px; color: white; background: transparent; border: 0; border-radius: 999px; font: inherit; font-size: 13px; cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease; }
#otto-landing .billing-toggle button:hover { transform: translateY(-1px); }
#otto-landing .billing-toggle button.active { color: var(--blue-deep); background: var(--mint); font-weight: 900; }
#otto-landing .billing-toggle button span { font-weight: 900; }
#otto-landing .plans-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; align-items: stretch; }
#otto-landing .plan-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 34px 30px; color: var(--ink); background: #fbfbff; border: 1px solid rgba(255,255,255,.52); border-radius: 22px; box-shadow: 0 24px 65px rgba(2,2,45,.2); }
#otto-landing .plan-card.featured { background: linear-gradient(145deg,#fff 48%,#e3ffed 100%); border: 2px solid #3d4cff; }
#otto-landing .featured-label { position: absolute; top: 0; left: 50%; padding: 7px 14px; color: white; background: linear-gradient(90deg,var(--blue),#657ef4); border-radius: 999px; font-size: 8px; font-weight: 950; letter-spacing: .05em; transform: translate(-50%,-50%); white-space: nowrap; }
#otto-landing .plan-card h3 { margin: 0 0 12px; font-size: 21px; }
#otto-landing .plan-description { min-height: 48px; margin: 0 0 18px; color: #9a9aae; font-size: 14px; line-height: 1.5; }
#otto-landing .pro-offer { min-height: 72px; margin: 0 0 18px; padding: 13px 14px; color: #10106f; background: linear-gradient(135deg,#c9ffe0,#eef0ff); border: 1px solid #78e6aa; border-radius: 12px; font-size: 11px; line-height: 1.45; box-shadow: 0 10px 24px rgba(21,186,100,.12); }
#otto-landing .pro-offer strong, #otto-landing .pro-offer span { display: block; }
#otto-landing .pro-offer strong { margin-bottom: 4px; color: #1414c8; font-size: 13px; line-height: 1.25; }
#otto-landing .pro-offer span { color: #41415b; }
#otto-landing .plan-card li strong { color: var(--blue-deep); font-weight: 900; }
#otto-landing .plan-price { display: flex; align-items: flex-start; color: var(--blue-deep); font-variant-numeric: tabular-nums; }
#otto-landing .plan-price > small { margin: 7px 5px 0 0; font-size: 13px; }
#otto-landing .plan-price > strong { font-size: 38px; line-height: 1; letter-spacing: -.04em; }
#otto-landing .plan-price > span { margin: 4px 0 0 5px; font-size: 11px; }
#otto-landing .plan-billing { min-height: 18px; margin: 6px 0 0; color: #6d6d82; font-size: 11px; }
#otto-landing .plan-saving { min-height: 18px; margin: 15px 0 0; color: #08a84d; font-size: 11px; font-weight: 900; }
#otto-landing .plan-card .plan-button { width: 100%; min-height: 48px; margin: 28px 0 25px; color: var(--blue-deep); background: var(--mint); font-size: 13px; }
#otto-landing .plan-card .pro-button { color: white; background: var(--blue); box-shadow: 0 12px 26px rgba(23,23,200,.22); }
#otto-landing .plan-card ul { display: grid; gap: 12px; margin: 0; padding: 0; color: #4e4e64; list-style: none; font-size: 12px; line-height: 1.35; }
#otto-landing .plan-card li::first-letter { color: #22bd5c; }
#otto-landing .plans-note { margin: 30px 0 0; color: rgba(255,255,255,.66); font-size: 11px; text-align: center; }

#otto-landing .faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px,9vw,120px); background: white; }
#otto-landing .faq-intro { position: sticky; top: 100px; align-self: start; }
#otto-landing .faq-intro h2 { font-size: clamp(40px,5vw,66px); }
#otto-landing .faq-list { display: grid; gap: 12px; }
#otto-landing .faq-list details { padding: 0 24px; background: #f6f6ff; border: 1px solid #e8e8f2; border-radius: 18px; }
#otto-landing .faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; font-weight: 850; cursor: pointer; list-style: none; }
#otto-landing .faq-list summary::-webkit-details-marker { display: none; }
#otto-landing .faq-list summary span { color: var(--blue); font-size: 20px; transition: transform .2s ease; }
#otto-landing .faq-list details[open] summary span { transform: rotate(45deg); }
#otto-landing .faq-list details p { margin: 0; padding: 0 34px 22px 0; color: var(--muted); line-height: 1.6; }

#otto-landing .final-cta-section { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; min-height: 730px; padding: 90px max(22px, calc((100vw - 1200px) / 2)) 0; overflow: hidden; background: var(--mint); }
#otto-landing .final-copy { align-self: center; padding-bottom: 80px; }
#otto-landing .final-copy h2 { max-width: 720px; color: var(--blue-deep); }
#otto-landing .final-copy p { max-width: 590px; margin: 0 0 30px; color: #31314a; font-size: 19px; line-height: 1.55; }
#otto-landing .final-copy .button { color: white; background: var(--blue); }
#otto-landing .final-copy > small { display: block; margin-top: 18px; color: #595970; }
#otto-landing .final-mascot { position: relative; align-self: end; min-height: 660px; }
#otto-landing .final-mascot::before { content: ""; position: absolute; width: 500px; height: 500px; left: 50%; top: 50%; transform: translate(-50%,-42%); background: rgba(148,186,255,.5); border-radius: 50%; animation: finalHalo 7s ease-in-out infinite; will-change: transform; }
#otto-landing .final-character { position: absolute; z-index: 1; inset: 10px 0 -20px; display: flex; align-items: flex-end; justify-content: center; }
#otto-landing .final-character img { display: block; width: min(620px,112%); height: 100%; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 42px 34px rgba(9,9,143,.2)); animation: celebrateFloat 3.8s ease-in-out infinite; }
#otto-landing .star { position: absolute; z-index: 2; color: var(--blue); font-size: 46px; animation: starSpin 6s linear infinite; }
#otto-landing .star-one { left: 5%; top: 21%; }
#otto-landing .star-two { right: 3%; top: 8%; font-size: 30px; animation-direction: reverse; }

#otto-landing footer { display: grid; grid-template-columns: 1.4fr .7fr .9fr; gap: 50px; padding: 68px max(22px, calc((100vw - 1200px) / 2)) 34px; color: white; background: var(--ink); }
#otto-landing footer > div { display: grid; align-content: start; gap: 11px; }
#otto-landing .footer-logo { width: max-content; }
#otto-landing footer p { margin: 0; color: rgba(255,255,255,.55); }
#otto-landing footer strong { color: var(--mint); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
#otto-landing footer a:not(.wordmark) { color: rgba(255,255,255,.62); font-size: 14px; text-decoration: none; }
#otto-landing footer a:hover { color: white; }
#otto-landing .footer-bottom { grid-column: 1/-1; display: flex; justify-content: space-between; margin-top: 25px; padding-top: 25px; color: rgba(255,255,255,.35); border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }
#otto-landing .floating-offer { position: fixed; z-index: 25; right: 20px; bottom: 20px; display: grid; grid-template-columns: auto auto; gap: 0 7px; padding: 12px 15px; color: var(--blue-deep); background: var(--mint); border: 1px solid rgba(9,9,143,.12); border-radius: 18px; box-shadow: 0 18px 45px rgba(9,9,80,.23); text-decoration: none; transition: transform .2s ease; }
#otto-landing .floating-offer:hover { transform: translateY(-4px); }
#otto-landing .floating-offer small { font-size: 8px; font-weight: 950; letter-spacing: .09em; }
#otto-landing .floating-offer strong { font-size: 15px; }
#otto-landing .floating-offer > span { grid-row: 1/3; grid-column: 2; align-self: center; animation: floatY 1.5s ease-in-out infinite; }

@keyframes breathe { 50% { transform: scale(.74); opacity: .65; } }
@keyframes pulseRing { 0% { opacity: .7; transform: scale(.97); } 75%,100% { opacity: 0; transform: scale(1.12); } }
@keyframes floatY { 50% { transform: translateY(5px); } }
@keyframes floating { 50% { transform: translateY(-9px) rotate(-1deg); } }
@keyframes typing { 0%,60%,100% { transform: translateY(0); opacity: .35; } 30% { transform: translateY(-3px); opacity: 1; } }
@keyframes marqueeFlow { to { transform: translateX(-50%); } }
@keyframes headerDrop { from { opacity: 0; transform: translateY(-22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes chatIn { from { opacity: 0; transform: translateY(8px); } }
@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes growBars { from { opacity: .55; transform: scaleY(.08); } to { opacity: 1; transform: scaleY(1); } }
@keyframes barBreathe { 0%,100% { opacity: 1; transform: scaleY(1); } 50% { opacity: .86; transform: scaleY(.94); } }
@keyframes fillTrack { from { transform: scaleX(0); } }
@keyframes celebrateFloat { 50% { transform: translateY(-12px) rotate(1deg); } }
@keyframes starSpin { to { transform: rotate(360deg); } }
@keyframes orbDriftOne { 0%,100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(-28px,22px,0) scale(1.07); } }
@keyframes orbDriftTwo { 0%,100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(24px,-20px,0) scale(.93); } }
@keyframes haloDrift { 0%,100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(-38px,30px,0) scale(1.08); } }
@keyframes offerGlow { 0%,100% { transform: translate3d(0,0,0) scale(1); opacity: .8; } 50% { transform: translate3d(-34px,32px,0) scale(1.12); opacity: 1; } }
@keyframes finalHalo { 0%,100% { transform: translate(-50%,-42%) scale(1); } 50% { transform: translate(-50%,-46%) scale(1.08); } }
@keyframes resourceBackdrop { 0%,100% { transform: translate(-50%,-50%) rotate(0deg) scale(1); } 50% { transform: translate(-50%,-52%) rotate(3deg) scale(1.04); } }

@media (min-width: 981px) {
  #otto-landing .final-cta-section { min-height: 760px; padding-top: 70px; padding-bottom: 70px; }
  #otto-landing .final-copy { padding-bottom: 0; }
  #otto-landing .final-mascot { align-self: center; min-height: 600px; }
  #otto-landing .final-mascot::before { top: 44%; }
  #otto-landing .final-character { inset: -8px 0 12px; }
}

@media (max-width: 980px) {
  #otto-landing .site-header nav { display: none; }
  #otto-landing .hero { grid-template-columns: 1fr; padding-top: 160px; }
  #otto-landing .hero-copy { max-width: 760px; }
  #otto-landing .hero-visual { width: min(600px, 92%); min-height: 560px; margin: 20px auto 0; }
  #otto-landing .how-grid, #otto-landing .day-section, #otto-landing .offer-grid, #otto-landing .faq-section, #otto-landing .final-cta-section { grid-template-columns: 1fr; }
  #otto-landing .plans-grid { grid-template-columns: 1fr; max-width: 680px; margin: 0 auto; }
  #otto-landing .plan-description { min-height: 0; }
  #otto-landing .bento-grid { grid-template-columns: repeat(2,1fr); }
  #otto-landing .bento-large, #otto-landing .bento-mint { grid-column: span 2; grid-row: auto; min-height: 440px; }
  #otto-landing .bento-wide { grid-column: span 2; }
  #otto-landing .day-sticky, #otto-landing .faq-intro { position: relative; top: auto; }
  #otto-landing .final-cta-section { padding-top: 90px; }
  #otto-landing .final-copy { padding-bottom: 20px; }
  #otto-landing .final-mascot { width: min(620px,100%); min-height: 590px; margin: auto; }
}

@media (max-width: 640px) {
  #otto-landing .offer-bar { flex-wrap: wrap; gap: 4px 7px; padding: 9px 15px; font-size: 10px; line-height: 1.35; text-align: center; }
  #otto-landing .offer-bar a { margin-left: 4px; }
  #otto-landing .site-header { top: 54px; width: calc(100% - 32px); min-height: 70px; }
  #otto-landing .site-header.is-fixed { top: 8px; width: calc(100% - 20px); min-height: 56px; padding: 0 12px; }
  #otto-landing .site-header .button-small { min-height: 39px; padding: 0 14px; font-size: 11px; }
  #otto-landing .wordmark { font-size: 31px; }
  #otto-landing .hero { min-height: auto; padding: 150px 19px 65px; }
  #otto-landing .pill { margin-bottom: 22px; font-size: 9px; }
  #otto-landing .hero h1 { max-width: 100%; font-size: clamp(31px, 9.8vw, 43px); line-height: 1; letter-spacing: -.05em; }
  #otto-landing .hero-copy > p { font-size: 17px; }
  #otto-landing .hero-actions { display: grid; gap: 18px; }
  #otto-landing .hero-actions .button { width: 100%; padding: 0 14px; font-size: 12px; gap: 8px; }
  #otto-landing .button-arrow { flex: 0 0 auto; }
  #otto-landing .text-link { text-align: center; }
  #otto-landing .proof-row { display: grid; justify-items: start; gap: 8px; width: 100%; text-align: left; }
  #otto-landing .hero-visual { width: 100%; min-height: 440px; margin-top: 30px; }
  #otto-landing .mascot-stage { inset: 0 -42px -20px -42px; }
  #otto-landing .note-one { display: flex; top: 55%; left: -1%; max-width: 190px; padding: 9px 10px; }
  #otto-landing .note-one .note-icon { width: 29px; height: 29px; }
  #otto-landing .note-one small { font-size: 7px; }
  #otto-landing .note-one strong { font-size: 9px; }
  #otto-landing .note-two { right: -1%; bottom: 2%; }
  #otto-landing .floating-note { max-width: 225px; padding: 10px 12px; }
  #otto-landing .floating-note strong { font-size: 11px; }
  #otto-landing .promise-strip { min-height: 62px; font-size: 15px; }
  #otto-landing .promise-group { justify-content: space-between; gap: 20px; min-width: 620px; padding: 0 20px; }
  #otto-landing .section { padding: 80px 19px; }
  #otto-landing .section-heading { margin-bottom: 45px; }
  #otto-landing .section-heading h2, #otto-landing .offer-heading h2, #otto-landing .plans-heading h2, #otto-landing .faq-intro h2, #otto-landing .final-copy h2, #otto-landing .day-sticky h2 { font-size: clamp(34px,9.8vw,44px); line-height: 1.05; letter-spacing: -.045em; }
  #otto-landing .how-grid { gap: 35px; }
  #otto-landing .journey-list li { grid-template-columns: 45px 1fr; gap: 14px; padding: 22px 0; }
  #otto-landing .journey-list li > span { width: 40px; height: 40px; }
  #otto-landing .demo-shell { padding: 11px; border-radius: 29px; }
  #otto-landing .demo-tabs button { padding: 0 7px; font-size: 10px; }
  #otto-landing .phone-demo { min-height: 430px; padding: 16px; border-width: 4px; border-radius: 25px; }
  #otto-landing .bento-grid { grid-template-columns: 1fr; }
  #otto-landing .bento-card, #otto-landing .bento-large, #otto-landing .bento-mint, #otto-landing .bento-wide { grid-column: auto; min-height: 300px; padding: 24px; }
  #otto-landing .bento-large { min-height: 430px; }
  #otto-landing .bento-mint { min-height: 380px; }
  #otto-landing .bento-wide { grid-template-columns: minmax(0,1fr); min-height: auto; padding-right: 24px; padding-bottom: 0; }
  #otto-landing .bento-wide .bento-copy { padding: 0; }
  #otto-landing .bento-wide h3 { max-width: 100%; margin-bottom: 16px; font-size: 32px; line-height: 1.04; }
  #otto-landing .smart-examples { max-width: 100%; font-size: 17px; line-height: 1.5; }
  #otto-landing .smart-examples span { display: inline-block; white-space: nowrap; }
  #otto-landing .resource-mascot { align-self: auto; justify-self: stretch; width: 100%; min-height: 330px; margin-top: 22px; overflow: visible; }
  #otto-landing .resource-mascot::before { top: 52%; width: min(310px,96%); }
  #otto-landing .resource-mascot::after { top: 8%; right: 1%; font-size: 23px; }
  #otto-landing .resource-mascot img { top: 0; left: 50%; width: 145%; max-width: none; height: auto; transform: translateX(-50%); }
  #otto-landing .day-section { gap: 55px; }
  #otto-landing .day-timeline::before { left: 29px; }
  #otto-landing .day-timeline::after { left: 28px; }
  #otto-landing .day-timeline article { grid-template-columns: 62px minmax(0,1fr); gap: 12px; min-height: 0; padding-bottom: 34px; }
  #otto-landing .day-timeline time { padding: 9px 7px; font-size: 9px; line-height: 1; box-shadow: 0 0 0 6px var(--ink); }
  #otto-landing .day-timeline article.is-visible time { box-shadow: 0 0 0 6px var(--ink), 0 0 24px rgba(201,255,219,.24); }
  #otto-landing .day-timeline article > div { padding: 22px; }
  #otto-landing .day-timeline h3 { font-size: 24px; }
  #otto-landing .price-panel, #otto-landing .savings-card, #otto-landing .spots-card { padding: 25px; border-radius: 25px; }
  #otto-landing .launch-price .price-currency { margin: 10px 10px 0 0; font-size: 16px; }
  #otto-landing .launch-price .price-major { font-size: clamp(76px,25vw,92px); line-height: .8; letter-spacing: -.015em; }
  #otto-landing .launch-price .price-tail { margin: 6px 0 0 11px; }
  #otto-landing .launch-price .price-tail b { font-size: 28px; }
  #otto-landing .launch-price .price-tail small { margin-top: 4px; font-size: 11px; }
  #otto-landing .price-panel .button, #otto-landing .full-button, #otto-landing .final-copy .button { width: 100%; padding: 0 13px; gap: 8px; font-size: 12px; white-space: nowrap; }
  #otto-landing .saving-total { align-items: start; flex-direction: column; }
  #otto-landing .spots-top strong span { font-size: 45px; }
  #otto-landing .spots-top strong { max-width: 185px; font-size: 20px; line-height: 1.05; }
  #otto-landing .plans-heading { margin-bottom: 42px; }
  #otto-landing .plans-heading > p { font-size: 15px; line-height: 1.5; }
  #otto-landing .billing-toggle { width: 100%; }
  #otto-landing .billing-toggle button { flex: 1; padding: 0 10px; }
  #otto-landing .plan-card { padding: 30px 22px; }
  #otto-landing .plan-card .plan-button { white-space: normal; }
  #otto-landing .faq-section { gap: 45px; }
  #otto-landing .faq-list details { padding: 0 18px; }
  #otto-landing .faq-list summary { font-size: 14px; }
  #otto-landing .final-cta-section { min-height: auto; padding: 78px 19px 0; }
  #otto-landing .final-mascot { width: 100%; min-height: 440px; margin: 8px auto 0; }
  #otto-landing .final-mascot::before { top: 48%; width: 340px; height: 340px; transform: translate(-50%,-50%); animation: none; }
  #otto-landing .final-character { inset: auto; top: 50%; left: 50%; width: min(340px,100%); aspect-ratio: 1; align-items: center; justify-content: center; transform: translate(-50%,-50%); }
  #otto-landing .final-character img { width: 130% !important; max-width: none !important; height: auto; object-position: center; }
  #otto-landing .resource-halo { display: none; }
  #otto-landing footer { grid-template-columns: 1fr; gap: 30px; padding: 55px 19px 28px; }
  #otto-landing .footer-bottom { grid-column: auto; flex-direction: column; }
  #otto-landing .floating-offer { display: none; }
}

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