    :root {
      --bg: #fff7e8;
      --bg-warm: #ffe6bb;
      --bg-mint: #dff8ef;
      --paper: rgba(255, 252, 244, 0.78);
      --paper-strong: rgba(255, 252, 244, 0.94);
      --line: rgba(33, 31, 68, 0.12);
      --text: #20193d;
      --muted: #5d5875;
      --orange: #ff8f3d;
      --orange-deep: #f06322;
      --teal: #11b6a6;
      --lime: #8bd64f;
      --pink: #ff6ea9;
      --yellow: #ffd85c;
      --shadow: 0 22px 60px rgba(47, 32, 11, 0.14);
      --radius-xl: 34px;
      --radius-lg: 26px;
      --radius-md: 20px;
      --max-width: 1160px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      color: var(--text);
      font-family: "Onest", "Segoe UI", sans-serif;
      font-weight: 600;
      background:
        radial-gradient(circle at 15% 15%, rgba(255, 216, 92, 0.42), transparent 24%),
        radial-gradient(circle at 84% 14%, rgba(17, 182, 166, 0.24), transparent 20%),
        radial-gradient(circle at 84% 85%, rgba(255, 110, 169, 0.16), transparent 22%),
        linear-gradient(180deg, #fff9ee 0%, #fff4de 52%, #fff8ef 100%);
      min-width: 320px;
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      background-image:
        linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
      background-size: 34px 34px;
      opacity: 0.35;
      pointer-events: none;
      mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), black 18%, black 82%, rgba(0, 0, 0, 0.3));
    }

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

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

    .shell {
      position: relative;
      isolation: isolate;
    }

    .container {
      width: min(var(--max-width), calc(100% - 32px));
      margin: 0 auto;
    }

    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 56px;
      padding: 14px 24px;
      border: 0;
      border-radius: 18px;
      font-size: 1rem;
      font-weight: 800;
      font-family: inherit;
      cursor: pointer;
      transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        background-color 180ms ease,
        color 180ms ease;
    }

    .button:hover,
    .button:focus-visible {
      transform: translateY(-3px) scale(1.01);
      outline: none;
    }

    .button-compact {
      min-height: 48px;
      padding: 12px 18px;
      border-radius: 16px;
      font-size: 0.95rem;
    }

    .topbar-user-button {
      max-width: min(320px, 38vw);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .button-primary {
      color: #fffaf4;
      background: linear-gradient(180deg, var(--orange) 0%, var(--orange-deep) 100%);
      box-shadow: 0 16px 28px rgba(240, 99, 34, 0.34);
    }

    .button-primary:hover,
    .button-primary:focus-visible {
      box-shadow: 0 20px 34px rgba(240, 99, 34, 0.42);
    }

    .button-secondary {
      color: var(--text);
      background: rgba(255, 255, 255, 0.78);
      border: 1px solid rgba(32, 25, 61, 0.08);
      box-shadow: 0 12px 26px rgba(32, 25, 61, 0.1);
    }

    .hero {
      padding: 44px 0 60px;
      min-height: 100svh;
    }

    .hero-grid {
      display: grid;
      gap: 28px;
    }

    .site-topbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 12px 14px;
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.72);
      border: 1px solid rgba(32, 25, 61, 0.08);
      box-shadow: 0 12px 30px rgba(32, 25, 61, 0.08);
    }

    .site-brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      font-family: "Unbounded", "Segoe UI", sans-serif;
      font-size: 0.96rem;
      font-weight: 800;
      letter-spacing: -0.04em;
    }

    .site-brand img {
      width: 34px;
      height: 34px;
      border-radius: 10px;
    }

    .language-switches {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px;
    }

    .language-button {
      width: 34px;
      height: 34px;
      padding: 0;
      border: 1px solid rgba(32, 25, 61, 0.08);
      border-radius: 11px;
      background: rgba(255, 255, 255, 0.78);
      box-shadow: 0 12px 26px rgba(32, 25, 61, 0.08);
      cursor: pointer;
      transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        border-color 180ms ease,
        opacity 180ms ease;
    }

    .language-button img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 10px;
    }

    .language-button:hover,
    .language-button:focus-visible,
    .language-button.is-active {
      transform: translateY(-2px) scale(1.04);
      border-color: rgba(240, 99, 34, 0.3);
      box-shadow: 0 16px 28px rgba(32, 25, 61, 0.12);
      outline: none;
    }

    .language-button:not(.is-active) {
      opacity: 0.52;
      filter: saturate(0.72);
    }

    .language-button.is-bouncing {
      animation: langBounce 420ms ease;
    }

    .site-topbar-actions {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .site-link {
      color: var(--muted);
      font-size: 0.95rem;
      font-weight: 800;
      transition: color 180ms ease, transform 180ms ease;
    }

    .site-link:hover,
    .site-link:focus-visible {
      color: var(--text);
      transform: translateY(-1px);
      outline: none;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 11px 16px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.72);
      border: 1px solid rgba(32, 25, 61, 0.08);
      box-shadow: 0 10px 24px rgba(32, 25, 61, 0.08);
      color: var(--muted);
      font-size: 0.95rem;
      font-weight: 800;
    }

    .eyebrow-dot {
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: var(--lime);
      box-shadow: 0 0 0 6px rgba(139, 214, 79, 0.14);
    }

    h1,
    h2,
    h3 {
      margin: 0;
      font-family: "Unbounded", "Segoe UI", sans-serif;
      font-weight: 800;
      line-height: 1.02;
      letter-spacing: -0.05em;
    }

    h1 {
      margin-top: 18px;
      font-size: clamp(2.55rem, 5.8vw, 5.6rem);
      max-width: 100%;
    }

    .hero-title-accent {
      color: var(--orange-deep);
      text-shadow: 0 6px 0 rgba(255, 143, 61, 0.18);
    }

    .hero-bottom {
      display: grid;
      grid-template-columns: minmax(280px, 0.9fr) minmax(220px, 1.1fr);
      gap: 12px;
      align-items: stretch;
    }

    .hero-panel {
      position: relative;
      padding: 6px 0 0;
    }

    .hero-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 10px;
      max-width: 420px;
    }

    .hero-list li {
      display: flex;
      align-items: baseline;
      gap: 12px;
      color: var(--muted);
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.45;
    }

    .hero-list strong {
      display: inline-block;
      min-width: 68px;
      font-family: "Unbounded", "Segoe UI", sans-serif;
      font-size: 1rem;
      color: var(--text);
      letter-spacing: -0.05em;
    }

    .hero-actions {
      margin-top: 22px;
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .scroll-hint {
      display: none;
    }

    .monster-wrap {
      position: relative;
      padding: 0;
      overflow: visible;
      min-height: 320px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      background: none;
      border: 0;
      box-shadow: none;
    }

    .monster-wrap::before,
    .monster-wrap::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      filter: blur(10px);
      opacity: 0.2;
      pointer-events: none;
    }

    .monster-wrap::before {
      inset: auto auto 22px 20px;
      width: 120px;
      height: 120px;
      background: rgba(255, 110, 169, 0.18);
    }

    .monster-wrap::after {
      inset: 16px 18px auto auto;
      width: 160px;
      height: 160px;
      background: rgba(17, 182, 166, 0.16);
    }

    .speech {
      position: absolute;
      top: 72px;
      right: 72px;
      left: auto;
      max-width: 200px;
      font-size: 0.88rem;
      font-weight: 700;
      line-height: 1.55;
      color: var(--text);
      z-index: 1;
      animation: bob 4.5s ease-in-out infinite;
      text-align: left;
    }

    .speech span {
      color: var(--orange-deep);
    }

    .monster-stage {
      position: absolute;
      left: 20%;
      top: -34px;
      width: min(34vw, 280px);
      max-width: 280px;
      margin: 0;
      opacity: 1;
      filter: none;
      animation: float 5.8s ease-in-out infinite;
    }

    section {
      position: relative;
      padding: 52px 0 84px;
    }

    .panel {
      position: relative;
      background: var(--paper);
      border-radius: var(--radius-xl);
      border: 1px solid rgba(255, 255, 255, 0.74);
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .panel::before {
      content: "";
      position: absolute;
      inset: auto -70px -90px auto;
      width: 220px;
      height: 220px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255, 216, 92, 0.38), transparent 66%);
      pointer-events: none;
    }

    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 28px;
    }

    .section-head h2 {
      font-size: clamp(2rem, 4.2vw, 3.35rem);
      max-width: 100%;
    }

    .section-head p {
      max-width: 500px;
      margin: 0;
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.72;
      color: var(--muted);
    }

    .features {
      padding: 34px;
    }

    .features .section-head {
      display: block;
      margin-bottom: 32px;
    }

    .features .eyebrow {
      margin-bottom: 18px;
    }

    .features .section-head h2 {
      color: rgba(32, 25, 61, 0.76);
      line-height: 1.08;
    }

    .features .section-head h2 span {
      color: var(--orange-deep);
    }

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

    .feature-card {
      position: relative;
      padding: 24px;
      border-radius: var(--radius-lg);
      background: rgba(255, 255, 255, 0.84);
      border: 1px solid rgba(32, 25, 61, 0.08);
      min-height: 270px;
      display: flex;
      flex-direction: column;
      transition:
        transform 220ms ease,
        box-shadow 220ms ease,
        border-color 220ms ease;
      box-shadow: 0 14px 24px rgba(32, 25, 61, 0.08);
    }

    .feature-card:hover,
    .feature-card:focus-within {
      transform: translateY(-8px) rotate(-1deg);
      box-shadow: 0 24px 32px rgba(32, 25, 61, 0.12);
      border-color: rgba(240, 99, 34, 0.2);
    }

    .feature-icon {
      width: 62px;
      height: 62px;
      display: grid;
      place-items: center;
      border-radius: 20px;
      font-size: 1.6rem;
      box-shadow: inset 0 -6px 0 rgba(0, 0, 0, 0.06);
      margin-inline: auto;
    }

    .feature-card:nth-child(1) .feature-icon {
      background: rgba(255, 143, 61, 0.18);
    }

    .feature-card:nth-child(2) .feature-icon {
      background: rgba(17, 182, 166, 0.18);
    }

    .feature-card:nth-child(3) .feature-icon {
      background: rgba(139, 214, 79, 0.22);
    }

    .feature-card h3 {
      margin-top: 18px;
      font-size: 1.55rem;
      line-height: 1.08;
    }

    .feature-card p {
      margin: 14px 0 0;
      color: var(--muted);
      font-weight: 600;
      line-height: 1.72;
      font-size: 1rem;
    }

    .ribbon {
      display: inline-flex;
      margin-top: auto;
      margin-bottom: 0;
      transform: translateY(8px);
      padding: 8px 12px;
      border-radius: 999px;
      background: rgba(255, 216, 92, 0.35);
      font-size: 0.85rem;
      font-weight: 800;
      color: #6b4f03;
      align-self: center;
      text-align: center;
    }

    .flow-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
      gap: 20px;
      align-items: stretch;
    }

    .flow-card,
    .pricing-card,
    .faq-card,
    .cta-card {
      padding: 32px;
    }

    .flow-card .eyebrow {
      margin-bottom: 18px;
    }

    .flow-card h2 {
      color: rgba(32, 25, 61, 0.76);
      line-height: 1.08;
      max-width: 100%;
    }

    .flow-card h2 span {
      color: var(--orange-deep);
    }

    .steps {
      display: grid;
      gap: 14px;
      margin-top: 22px;
    }

    .step {
      display: grid;
      grid-template-columns: 64px 1fr;
      gap: 16px;
      align-items: start;
      padding: 18px;
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.78);
      border: 1px solid rgba(32, 25, 61, 0.08);
    }

    .step-number {
      width: 64px;
      height: 64px;
      border-radius: 20px;
      display: grid;
      place-items: center;
      font-family: "Unbounded", "Segoe UI", sans-serif;
      font-size: 1.45rem;
      font-weight: 800;
      background: linear-gradient(180deg, rgba(255, 143, 61, 0.22), rgba(255, 110, 169, 0.2));
      color: var(--text);
      box-shadow: inset 0 -6px 0 rgba(0, 0, 0, 0.05);
    }

    .step h3 {
      font-size: 1.35rem;
      line-height: 1.1;
    }

    .step h3 a {
      color: var(--orange-deep);
      text-decoration: underline;
      text-decoration-thickness: 3px;
      text-decoration-color: rgba(240, 99, 34, 0.6);
      text-underline-offset: 0.18em;
      transition: color 180ms ease, text-decoration-color 180ms ease, opacity 180ms ease;
    }

    .step h3 a:hover,
    .step h3 a:focus-visible {
      color: #c84a14;
      text-decoration-color: rgba(200, 74, 20, 0.9);
      opacity: 0.88;
      outline: none;
    }

    .step p {
      margin: 10px 0 0;
      color: var(--muted);
      font-weight: 600;
      line-height: 1.72;
    }

    .mini-board {
      display: grid;
      gap: 16px;
      height: 100%;
    }

    .model-cloud {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 10px;
    }

    .model-cloud span {
      padding: 6px 10px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.8);
      border: 1px solid rgba(32, 25, 61, 0.08);
      font-weight: 800;
      font-size: 0.78rem;
      color: var(--text);
      box-shadow: 0 10px 18px rgba(32, 25, 61, 0.06);
    }

    .model-cloud .model-hot {
      background: rgba(255, 143, 61, 0.18);
      border-color: rgba(240, 99, 34, 0.16);
      color: #9a3b12;
    }

    .model-cloud .model-cool {
      background: rgba(17, 182, 166, 0.16);
      border-color: rgba(17, 182, 166, 0.16);
      color: #0b7469;
    }

    .model-cloud .model-soft {
      background: rgba(139, 214, 79, 0.18);
      border-color: rgba(139, 214, 79, 0.18);
      color: #446d1e;
    }

    .model-cloud .model-more {
      background: rgba(32, 25, 61, 0.08);
      border-style: dashed;
      color: rgba(32, 25, 61, 0.72);
    }

    .notes {
      padding: 22px;
      border-radius: 24px;
      background: linear-gradient(180deg, rgba(17, 182, 166, 0.14), rgba(17, 182, 166, 0.05));
      border: 1px solid rgba(17, 182, 166, 0.14);
    }

    .notes h3 {
      font-size: 1.5rem;
      line-height: 1.12;
    }

    .notes .eyebrow {
      margin-bottom: 18px;
    }

    .notes p {
      margin: 12px 0 0;
      color: var(--muted);
      font-weight: 600;
      line-height: 1.72;
    }

    .logo-row {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap;
      column-gap: 18px;
      row-gap: 18px;
      margin-top: 18px;
    }

    .logo-card {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px 12px;
      min-height: 68px;
      background: none;
      border: 0;
      box-shadow: none;
      opacity: 0.74;
      transition:
        transform 220ms ease,
        opacity 220ms ease,
        filter 220ms ease;
    }

    .logo-card img {
      width: 100%;
      height: 100%;
      max-width: 100%;
      max-height: 52px;
      object-fit: contain;
      flex: 0 0 auto;
    }

    .logo-card:hover,
    .logo-card:focus-visible {
      opacity: 1;
      filter: saturate(1.05);
      outline: none;
    }

    .logo-card:nth-child(odd):hover,
    .logo-card:nth-child(odd):focus-visible {
      transform: translateY(-5px) rotate(-4deg);
    }

    .logo-card:nth-child(even):hover,
    .logo-card:nth-child(even):focus-visible {
      transform: translateY(-5px) rotate(4deg);
    }

    .logo-card--square {
      width: 72px;
      min-width: 72px;
    }

    .logo-card--wide {
      width: 122px;
      min-width: 122px;
    }

    .logo-card--medium {
      width: 96px;
      min-width: 96px;
    }

    .logo-card--tilt-left {
      transform: rotate(-5deg);
    }

    .logo-card--tilt-right {
      transform: rotate(5deg);
    }

    .logo-card--lift {
      transform: translateY(-6px);
    }

    .logo-card--drop {
      transform: translateY(5px);
    }

    .price-grid {
      display: grid;
      grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
      gap: 20px;
      align-items: start;
    }

    #pricing .section-head {
      display: block;
      margin-bottom: 32px;
    }

    #pricing .eyebrow {
      margin-bottom: 18px;
    }

    #pricing .section-head h2 {
      color: rgba(32, 25, 61, 0.76);
      line-height: 1.08;
    }

    #pricing .section-head h2 span {
      color: var(--orange-deep);
    }

    .pricing-card {
      background:
        radial-gradient(circle at top right, rgba(255, 216, 92, 0.32), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.76));
    }

    .price-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 14px;
      border-radius: 999px;
      background: rgba(139, 214, 79, 0.18);
      color: #335d13;
      font-size: 0.95rem;
      font-weight: 800;
    }

    .price {
      margin-top: 18px;
      display: flex;
      align-items: end;
      gap: 10px;
      flex-wrap: wrap;
    }

    .price strong {
      font-family: "Unbounded", "Segoe UI", sans-serif;
      font-size: clamp(3.15rem, 6.8vw, 4.6rem);
      line-height: 0.98;
      color: var(--text);
    }

    .price span {
      padding-bottom: 12px;
      font-size: 1.12rem;
      font-weight: 800;
      color: var(--muted);
    }

    .pricing-copy {
      margin: 14px 0 0;
      color: var(--muted);
      font-weight: 600;
      line-height: 1.74;
      font-size: 1.02rem;
    }

    .pricing-list {
      margin: 24px 0 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 12px;
    }

    .pricing-list li {
      position: relative;
      padding-left: 32px;
      color: var(--text);
      font-weight: 700;
      line-height: 1.6;
    }

    .pricing-list li::before {
      content: "✓";
      position: absolute;
      left: 0;
      top: 0;
      color: var(--teal);
      font-weight: 900;
    }

    .cta-stack {
      margin-top: 24px;
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .faq-card details {
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.82);
      border: 1px solid rgba(32, 25, 61, 0.08);
      padding: 18px 20px;
      transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
    }

    .faq-card details + details {
      margin-top: 12px;
    }

    .faq-card details[open] {
      transform: translateY(-2px);
      box-shadow: 0 16px 24px rgba(32, 25, 61, 0.08);
    }

    .faq-card summary {
      list-style: none;
      cursor: pointer;
      font-weight: 800;
      font-size: 1.06rem;
      padding-right: 28px;
      position: relative;
    }

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

    .faq-card summary::after {
      content: "+";
      position: absolute;
      right: 0;
      top: -2px;
      font-size: 1.5rem;
      color: var(--orange-deep);
      transition: transform 180ms ease;
    }

    .faq-card details[open] summary::after {
      transform: rotate(45deg);
    }

    .faq-card p {
      margin: 12px 0 0;
      color: var(--muted);
      line-height: 1.75;
      transform-origin: top;
    }

    .faq-card details[open] p {
      animation: faqReveal 240ms ease;
    }

    .cta-card {
      margin-top: 20px;
      background:
        radial-gradient(circle at 18% 20%, rgba(255, 216, 92, 0.24), transparent 30%),
        linear-gradient(135deg, rgba(255, 143, 61, 0.14), rgba(17, 182, 166, 0.12)),
        rgba(255, 252, 244, 0.92);
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 18px;
      align-items: center;
    }

    .cta-card h2 {
      font-size: clamp(1.95rem, 4.2vw, 3.1rem);
      max-width: 100%;
      color: rgba(32, 25, 61, 0.76);
      line-height: 1.08;
    }

    .cta-card h2 span {
      color: var(--orange-deep);
    }

    .cta-card p {
      margin: 12px 0 0;
      color: var(--muted);
      font-weight: 700;
      line-height: 1.72;
      max-width: 640px;
    }

    .cta-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 12px;
    }

    .footer {
      padding: 12px 0 36px;
    }

    .footer-copy {
      margin: 0;
      color: rgba(93, 88, 117, 0.82);
      font-weight: 600;
      line-height: 1.6;
      font-size: 0.88rem;
      text-align: center;
    }

    .footer-copy a {
      margin-left: 10px;
      color: rgba(93, 88, 117, 0.92);
      text-decoration: none;
      border-bottom: 1px solid rgba(93, 88, 117, 0.22);
      transition: color 0.2s ease, border-color 0.2s ease;
    }

    .footer-copy a:hover {
      color: var(--ink);
      border-color: rgba(32, 25, 61, 0.4);
    }

    .reveal {
      opacity: 0;
      transform: translateY(26px);
      transition:
        opacity 520ms ease,
        transform 520ms ease;
    }

    .reveal.in-view {
      opacity: 1;
      transform: translateY(0);
    }

    .delay-1 {
      transition-delay: 70ms;
    }

    .delay-2 {
      transition-delay: 140ms;
    }

    .delay-3 {
      transition-delay: 210ms;
    }

    .delay-4 {
      transition-delay: 280ms;
    }

    @keyframes float {
      0%,
      100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-14px);
      }
    }

    @keyframes bob {
      0%,
      100% {
        transform: translateY(0) rotate(0deg);
      }
      50% {
        transform: translateY(-8px) rotate(-1deg);
      }
    }

    @keyframes faqReveal {
      0% {
        opacity: 0;
        transform: translateY(-6px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes nudgeDown {
      0%,
      100% {
        transform: translateY(0);
        opacity: 0.34;
      }
      50% {
        transform: translateY(8px);
        opacity: 0.7;
      }
    }

    @keyframes langBounce {
      0% {
        transform: translateY(0) scale(1);
      }
      40% {
        transform: translateY(-5px) scale(1.08);
      }
      100% {
        transform: translateY(-2px) scale(1.04);
      }
    }

    @media (max-width: 1040px) {
      .hero-grid,
      .hero-bottom,
      .flow-grid,
      .price-grid,
      .cta-card {
        grid-template-columns: 1fr;
      }

      .monster-wrap {
        display: none;
      }

      .speech {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        max-width: 240px;
        margin: 0 0 14px auto;
        animation: none;
      }

      .monster-stage {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        width: min(58vw, 240px);
        max-width: 240px;
        margin: -8px 24px 0 auto;
        animation: none;
      }

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

      .section-head {
        align-items: start;
        flex-direction: column;
      }

      .cta-card {
        align-items: start;
      }
    }

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

      .site-topbar {
        align-items: flex-start;
        flex-direction: column;
      }

      .language-switches,
      .site-topbar-actions {
        width: 100%;
      }

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

      .site-topbar-actions {
        justify-content: space-between;
      }

      section {
        padding: 40px 0 56px;
      }

      .hero {
        display: flex;
        align-items: center;
        padding-top: 36px;
        padding-bottom: 72px;
        min-height: 100svh;
      }

      .hero-grid {
        gap: 30px;
      }

      .hero-bottom {
        gap: 24px;
      }

      .eyebrow {
        padding: 9px 12px;
        font-size: 0.82rem;
        line-height: 1.3;
      }

      .hero .eyebrow {
        margin-bottom: 14px;
      }

      .hero-actions,
      .cta-stack,
      .cta-actions {
        flex-direction: column;
      }

      .button {
        width: 100%;
      }

      .cta-actions {
        width: 100%;
        justify-content: stretch;
      }

      h1 {
        font-size: clamp(2.25rem, 9.8vw, 4rem);
        max-width: 100%;
        margin-top: 10px;
        margin-bottom: 18px;
        line-height: 1.06;
      }

      .hero-list {
        gap: 12px;
      }

      .hero-list li {
        font-size: 0.95rem;
        gap: 10px;
        line-height: 1.5;
      }

      .hero-list strong {
        min-width: 58px;
        font-size: 0.92rem;
      }

      .hero-actions {
        margin-top: 28px;
      }

      .scroll-hint {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 10px;
        color: rgba(32, 25, 61, 0.34);
        font-size: 1.4rem;
        line-height: 1;
        animation: nudgeDown 1.8s ease-in-out infinite;
        pointer-events: none;
      }

      .monster-wrap {
        min-height: 180px;
      }

      .speech {
        max-width: 190px;
        margin: 0 0 10px auto;
        font-size: 0.8rem;
      }

      .monster-stage {
        width: min(64vw, 210px);
        max-width: 210px;
        margin: -4px 12px 0 auto;
      }

      .section-head h2,
      .flow-card h2,
      .cta-card h2 {
        font-size: clamp(1.72rem, 7.2vw, 2.45rem);
      }

      .features,
      .flow-card,
      .pricing-card,
      .faq-card,
      .cta-card {
        padding: 24px;
      }

      .feature-card h3,
      .notes h3 {
        font-size: 1.28rem;
      }

      .step {
        grid-template-columns: 1fr;
      }

      .step-number {
        width: 58px;
        height: 58px;
      }

      .step h3 {
        font-size: 1.18rem;
      }

      .model-cloud {
        gap: 8px;
      }

      .model-cloud span {
        padding: 5px 8px;
        font-size: 0.72rem;
      }

      .logo-row {
        justify-content: center;
        column-gap: 12px;
        row-gap: 12px;
      }

      .logo-card {
        opacity: 1;
      }

      .logo-card--square {
        width: 58px;
        min-width: 58px;
      }

      .logo-card--wide {
        width: 98px;
        min-width: 98px;
      }

      .logo-card--medium {
        width: 78px;
        min-width: 78px;
      }

      .logo-card--tilt-left,
      .logo-card--tilt-right,
      .logo-card--lift,
      .logo-card--drop {
        transform: none;
      }

      .price {
        align-items: flex-start;
      }

      .price strong {
        font-size: clamp(2.5rem, 13vw, 3.8rem);
      }

      .price span {
        padding-bottom: 0;
        font-size: 1rem;
      }

      .faq-card summary {
        font-size: 0.98rem;
      }

      .faq-card p,
      .pricing-copy,
      .cta-card p {
        font-size: 0.96rem;
      }

      .footer-copy {
        text-align: left;
      }
    }

    @media (max-width: 420px) {
      .language-switches {
        gap: 8px;
        justify-content: center;
      }

      .language-button {
        width: 31px;
        height: 31px;
        border-radius: 10px;
      }

      .site-topbar-actions {
        align-items: stretch;
        flex-direction: column;
      }

      .site-link,
      .button-compact {
        width: 100%;
        text-align: center;
      }

      .topbar-user-button {
        max-width: none;
      }

      h1 {
        font-size: clamp(2rem, 11vw, 3rem);
        margin-top: 12px;
        margin-bottom: 20px;
      }

      .hero {
        padding-top: 28px;
        padding-bottom: 64px;
      }

      .button {
        min-height: 52px;
        padding: 12px 18px;
      }

      .speech {
        max-width: 160px;
      }

      .monster-stage {
        width: min(62vw, 180px);
        max-width: 180px;
      }

      .feature-card,
      .flow-card,
      .pricing-card,
      .faq-card,
      .notes,
      .cta-card {
        border-radius: 22px;
      }
    }

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

      *,
      *::before,
      *::after {
        animation: none !important;
        transition-duration: 0ms !important;
      }

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