    :root {
      --ink: #f8f7f4;
      --muted: #9d9ba4;
      --night: #070708;
      --panel: #111113;
      --line: rgba(255,255,255,.1);
      --pink: #ff2d6f;
      --coral: #ff6347;
      --orange: #ff9f1c;
      --lime: #d8ff4f;
      --grad: linear-gradient(120deg, var(--pink), var(--coral) 52%, var(--orange));
      --font-display: "Manrope", sans-serif;
      --font-body: "DM Sans", sans-serif;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--ink);
      background:
        radial-gradient(circle at 78% 2%, rgba(255,99,71,.11), transparent 27rem),
        radial-gradient(circle at 0 37%, rgba(255,45,111,.08), transparent 25rem),
        var(--night);
      font-family: var(--font-body);
      overflow-x: hidden;
      -webkit-font-smoothing: antialiased;
    }
    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      opacity: .025;
      z-index: 20;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
    }
    a { color: inherit; text-decoration: none; }
    button { font: inherit; }
    .shell { width: min(1220px, calc(100% - 40px)); margin: 0 auto; }
    .display { font-family: var(--font-display); }

    .nav {
      position: fixed;
      z-index: 50;
      inset: 18px 0 auto;
      transition: .3s ease;
    }
    .nav.scrolled { inset: 8px 0 auto; }
    .nav-inner {
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 11px 0 20px;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 22px;
      background: rgba(10,10,11,.7);
      box-shadow: 0 18px 60px rgba(0,0,0,.24);
      backdrop-filter: blur(20px);
    }
    .brand { display: flex; align-items: center; gap: 11px; font: 800 20px var(--font-display); }
    .logo {
      width: 35px;
      height: 35px;
      border-radius: 11px;
      object-fit: cover;
      box-shadow: 0 8px 24px rgba(255,45,111,.35);
    }
    .brand em { color: var(--pink); font-style: normal; }
    .links { display: flex; align-items: center; gap: 32px; color: #b6b4bc; font-size: 14px; }
    .links a { transition: color .2s; }
    .links a:hover { color: white; }
    .nav-actions { display: flex; align-items: center; gap: 10px; }
    .text-link { color: #b6b4bc; font-size: 14px; padding: 10px; }
    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 46px;
      padding: 0 21px;
      border: 0;
      border-radius: 14px;
      color: white;
      background: var(--grad);
      box-shadow: 0 10px 30px rgba(255,45,111,.22);
      font-weight: 700;
      cursor: pointer;
      transition: transform .2s, box-shadow .2s;
    }
    .button:hover { transform: translateY(-2px); box-shadow: 0 15px 38px rgba(255,45,111,.35); }
    .button.dark { background: #171719; border: 1px solid var(--line); box-shadow: none; }
    .button.dark:hover { background: #202023; }
    .button.lime { color: #10110b; background: var(--lime); box-shadow: 0 12px 35px rgba(216,255,79,.15); }
    .menu { display: none; width: 45px; padding: 0; }
    .menu span, .menu::before { content: ""; width: 17px; height: 2px; background: white; display: block; margin: 3px auto; transition: .2s; }

    .hero {
      min-height: 860px;
      padding: 160px 0 100px;
      position: relative;
      display: grid;
      grid-template-columns: 1.02fr .98fr;
      align-items: center;
      gap: 34px;
    }
    .hero-copy { position: relative; z-index: 4; }
    .pill {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 7px 12px 7px 8px;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 999px;
      background: rgba(255,255,255,.045);
      color: #cbc9cf;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: .03em;
    }
    .pill b {
      color: #12080c;
      background: #ff7c9d;
      border-radius: 999px;
      padding: 4px 8px;
      font-size: 10px;
      letter-spacing: .08em;
    }
    h1 {
      max-width: 710px;
      margin: 25px 0 22px;
      font: 800 clamp(54px, 6.2vw, 88px)/.96 var(--font-display);
      letter-spacing: -.065em;
    }
    .stroke {
      display: inline-block;
      color: transparent;
      -webkit-text-stroke: 1.5px rgba(255,255,255,.66);
      position: relative;
    }
    .stroke::after {
      content: "";
      position: absolute;
      z-index: -1;
      left: 2%;
      right: -4%;
      bottom: 6%;
      height: 18%;
      border-radius: 30px;
      background: var(--grad);
      transform: rotate(-2deg);
    }
    .hero-lead { max-width: 575px; margin: 0 0 31px; color: #aaa8b0; font-size: 18px; line-height: 1.7; }
    .hero-cta { display: flex; flex-wrap: wrap; gap: 11px; }
    .hero-cta .button { min-height: 56px; padding: 0 27px; border-radius: 16px; }
    .micro-proof { display: flex; align-items: center; gap: 14px; margin-top: 30px; color: #86848c; font-size: 13px; }
    .faces { display: flex; }
    .face {
      display: grid;
      place-items: center;
      width: 33px;
      height: 33px;
      margin-left: -8px;
      border: 2px solid var(--night);
      border-radius: 50%;
      background: linear-gradient(145deg, #44223e, #ff6d4b);
      color: white;
      font-size: 10px;
      font-weight: 700;
    }
    .face:first-child { margin-left: 0; background: linear-gradient(145deg,#29386b,#4ec8e2); }
    .face:nth-child(2) { background: linear-gradient(145deg,#624018,#ffbc42); }
    .face:nth-child(3) { background: linear-gradient(145deg,#264b3a,#73e2a7); }
    .rating { color: #ffd76b; letter-spacing: 1px; }
    .micro-proof strong { color: #d7d5da; }

    .visual {
      min-height: 650px;
      position: relative;
      display: grid;
      place-items: center;
      isolation: isolate;
    }
    .orbit {
      position: absolute;
      width: 570px;
      aspect-ratio: 1;
      border: 1px solid rgba(255,255,255,.07);
      border-radius: 50%;
      animation: spin 25s linear infinite;
    }
    .orbit::before, .orbit::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      background: var(--pink);
      box-shadow: 0 0 30px var(--pink);
    }
    .orbit::before { width: 8px; height: 8px; top: 49px; left: 97px; }
    .orbit::after { width: 5px; height: 5px; bottom: 72px; right: 73px; background: var(--orange); }
    @keyframes spin { to { transform: rotate(360deg); } }
    .halo {
      position: absolute;
      width: 480px;
      height: 480px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255,45,111,.23), rgba(255,99,71,.08) 44%, transparent 70%);
      filter: blur(8px);
    }
    .phone {
      width: 285px;
      height: 590px;
      padding: 8px;
      position: relative;
      z-index: 3;
      border: 1px solid #3a383e;
      border-radius: 48px;
      background: #171719;
      box-shadow: 0 45px 110px rgba(0,0,0,.65), inset 0 0 0 1px rgba(255,255,255,.08);
      transform: rotate(5deg);
      transition: transform .3s ease-out;
    }
    .phone::before {
      content: "";
      position: absolute;
      z-index: 8;
      top: 17px;
      left: 50%;
      width: 82px;
      height: 24px;
      border-radius: 20px;
      background: #080809;
      transform: translateX(-50%);
    }
    .video {
      height: 100%;
      position: relative;
      overflow: hidden;
      border-radius: 39px;
      background:
        linear-gradient(0deg, rgba(5,5,6,.95), transparent 55%),
        radial-gradient(circle at 72% 31%, #ffaf75 0 7%, transparent 7.5%),
        linear-gradient(140deg, #241940 0 28%, #a83b54 57%, #ff8245);
    }
    .video::before {
      content: "";
      position: absolute;
      width: 170px;
      height: 260px;
      top: 110px;
      left: 44px;
      border-radius: 80px 80px 28px 28px;
      background:
        radial-gradient(circle at 50% 31%, #5a291c 0 17%, transparent 17.5%),
        radial-gradient(circle at 50% 34%, #e69c74 0 21%, transparent 21.5%),
        linear-gradient(130deg,#5b6ed8,#c24286);
      filter: drop-shadow(0 15px 24px rgba(27,7,21,.35));
    }
    .video-top { position: absolute; z-index: 4; top: 44px; left: 20px; right: 20px; display: flex; justify-content: space-between; font-size: 12px; font-weight: 700; }
    .live { padding: 5px 9px; border-radius: 8px; background: rgba(255,45,111,.85); }
    .side-actions { position: absolute; z-index: 4; right: 13px; bottom: 87px; display: grid; gap: 17px; text-align: center; font-size: 10px; }
    .action-icon { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 3px; border-radius: 50%; background: rgba(15,15,17,.55); backdrop-filter: blur(10px); font-size: 16px; }
    .video-copy { position: absolute; z-index: 4; left: 17px; right: 56px; bottom: 56px; font-size: 11px; color: #ddd; }
    .video-copy strong { display: block; margin-bottom: 7px; color: white; font-size: 13px; }
    .video-copy b { color: #ff8faf; }
    .bottom-nav { position: absolute; z-index: 4; bottom: 0; inset-inline: 0; height: 43px; display: flex; align-items: center; justify-content: space-around; background: rgba(8,8,9,.84); font-size: 13px; }
    .plus { display: grid; place-items: center; width: 27px; height: 21px; border-radius: 7px; background: white; color: #111; font-size: 18px; line-height: 1; }

    .float-card {
      position: absolute;
      z-index: 5;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 18px;
      background: rgba(20,19,22,.82);
      box-shadow: 0 25px 60px rgba(0,0,0,.36);
      backdrop-filter: blur(18px);
    }
    .earning { left: -5px; top: 132px; width: 177px; padding: 16px; animation: float 5s ease-in-out infinite; }
    .earning small, .growth small { color: #99969f; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
    .earning strong { display: block; margin: 6px 0 2px; font: 800 25px var(--font-display); }
    .up { color: #8fee91; font-size: 10px; }
    .mini-bars { display: flex; align-items: end; gap: 5px; height: 32px; margin-top: 12px; }
    .mini-bars i { flex: 1; border-radius: 3px 3px 1px 1px; background: linear-gradient(var(--orange), var(--pink)); }
    .mini-bars i:nth-child(1) { height: 35%; }.mini-bars i:nth-child(2) { height: 56%; }.mini-bars i:nth-child(3) { height: 45%; }.mini-bars i:nth-child(4) { height: 78%; }.mini-bars i:nth-child(5) { height: 100%; }
    .growth { right: -30px; bottom: 119px; width: 178px; padding: 15px; animation: float 5s 1.3s ease-in-out infinite; }
    .growth-line { display: flex; align-items: center; gap: 10px; margin-top: 10px; }
    .trend { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: rgba(216,255,79,.12); color: var(--lime); }
    .growth strong { display: block; font: 800 19px var(--font-display); }
    .heart-bubble { right: 43px; top: 64px; display: grid; place-items: center; width: 52px; height: 52px; color: white; background: var(--pink); font-size: 20px; transform: rotate(9deg); animation: float 4s .5s ease-in-out infinite; }
    @keyframes float { 50% { transform: translateY(-10px); } }

    .ticker { border-block: 1px solid var(--line); background: #0c0c0e; overflow: hidden; }
    .ticker-track { width: max-content; display: flex; align-items: center; gap: 42px; padding: 18px 0; animation: ticker 26s linear infinite; }
    .ticker span { color: #b7b5bb; font: 700 13px var(--font-display); letter-spacing: .05em; text-transform: uppercase; }
    .ticker b { color: var(--pink); font-size: 17px; }
    @keyframes ticker { to { transform: translateX(-50%); } }

    section { padding: 115px 0; }
    .eyebrow { color: #ff708e; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
    .section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 48px; }
    h2 { max-width: 720px; margin: 11px 0 0; font: 800 clamp(38px, 5vw, 62px)/1.02 var(--font-display); letter-spacing: -.05em; }
    .section-head p { max-width: 360px; margin: 0 0 4px; color: var(--muted); line-height: 1.7; }

    .bento { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 320px 285px; gap: 16px; }
    .tile {
      position: relative;
      overflow: hidden;
      padding: 29px;
      border: 1px solid var(--line);
      border-radius: 25px;
      background: #111113;
      transition: border-color .25s, transform .25s;
    }
    .tile:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.22); }
    .tile h3 { margin: 0 0 9px; font: 800 22px var(--font-display); letter-spacing: -.025em; }
    .tile p { max-width: 370px; margin: 0; color: #908e96; line-height: 1.6; font-size: 14px; }
    .tile-main { grid-row: span 2; background: linear-gradient(155deg,#18131a,#0f0f11 55%); }
    .tile-main::after { content: ""; position: absolute; width: 330px; height: 330px; border-radius: 50%; right: -120px; bottom: -130px; background: rgba(255,45,111,.13); filter: blur(25px); }
    .feed-stack { position: absolute; left: 34px; right: 34px; bottom: -55px; height: 365px; perspective: 700px; }
    .feed-card { position: absolute; width: 172px; height: 280px; overflow: hidden; border: 5px solid #29282d; border-radius: 25px; box-shadow: 0 25px 50px rgba(0,0,0,.5); }
    .feed-card.one { left: 4px; top: 48px; transform: rotate(-9deg); background: linear-gradient(145deg,#142f46,#3fc1c9); }
    .feed-card.two { left: 50%; top: 8px; z-index: 2; transform: translateX(-48%) rotate(2deg); background: linear-gradient(145deg,#3b1930,#ff5858 65%,#ffb347); }
    .feed-card.three { right: -6px; top: 58px; transform: rotate(10deg); background: linear-gradient(145deg,#303830,#b8d66c); }
    .feed-card::before { content: "▶"; position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.8); }
    .zero { background: linear-gradient(140deg,#16131d,#241325); }
    .bolt { position: absolute; right: 25px; bottom: 22px; font: 800 125px/1 var(--font-display); color: transparent; -webkit-text-stroke: 2px rgba(255,74,117,.65); transform: rotate(8deg); }
    .speed { position: absolute; left: 28px; bottom: 30px; font: 800 50px var(--font-display); color: white; }
    .speed small { color: #8d8992; font: 500 12px var(--font-body); display: block; letter-spacing: .04em; }
    .creator-share { background: var(--lime); color: #13140d; }
    .creator-share p { color: rgba(19,20,13,.62); }
    .split { position: absolute; right: 24px; bottom: 15px; font: 800 67px var(--font-display); letter-spacing: -.07em; }
    .split small { display: block; text-align: right; font: 700 11px var(--font-body); letter-spacing: .1em; }
    .language { background: linear-gradient(145deg,#171719,#111519); }
    .langs { display: flex; flex-wrap: wrap; gap: 7px; position: absolute; left: 27px; right: 27px; bottom: 28px; }
    .langs span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 10px; color: #b8b6bc; background: rgba(255,255,255,.03); font-size: 11px; }

    .creator {
      padding-top: 40px;
    }
    .creator-stage {
      min-height: 660px;
      display: grid;
      grid-template-columns: .88fr 1.12fr;
      gap: 60px;
      align-items: center;
      padding: 66px;
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.1);
      border-radius: 36px;
      background:
        radial-gradient(circle at 87% 18%, rgba(255,112,80,.2), transparent 27rem),
        linear-gradient(135deg,#121014,#0d0d0f);
    }
    .creator-stage::before { content: "CREATE"; position: absolute; right: -20px; bottom: -45px; color: rgba(255,255,255,.025); font: 800 190px var(--font-display); letter-spacing: -.08em; }
    .creator-copy { position: relative; z-index: 4; }
    .creator-copy h2 { font-size: clamp(43px,5vw,68px); }
    .creator-copy p { max-width: 475px; color: var(--muted); line-height: 1.75; font-size: 16px; margin: 24px 0 30px; }
    .creator-points { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 31px; }
    .creator-points span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 10px; color: #c9c7cc; font-size: 12px; background: rgba(255,255,255,.035); }
    .dashboard {
      position: relative;
      z-index: 3;
      width: 620px;
      height: 420px;
      padding: 16px;
      border: 1px solid #343239;
      border-radius: 25px;
      background: #0b0b0d;
      box-shadow: 0 50px 100px rgba(0,0,0,.55);
      transform: perspective(1200px) rotateY(-10deg) rotateX(4deg);
    }
    .dash-top { height: 45px; display: flex; align-items: center; justify-content: space-between; padding: 0 10px 0 4px; }
    .dash-brand { font: 800 13px var(--font-display); }
    .dash-dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: var(--pink); margin-right: 7px; }
    .dash-body { display: grid; grid-template-columns: 115px 1fr; gap: 12px; height: calc(100% - 45px); }
    .dash-side, .dash-content { border: 1px solid rgba(255,255,255,.07); border-radius: 14px; background: #101012; }
    .dash-side { padding: 15px 10px; }
    .dash-side i { display: block; height: 8px; width: 72%; margin: 0 0 18px; border-radius: 5px; background: #252429; }
    .dash-side i:first-child { width: 90%; background: rgba(255,45,111,.35); }
    .dash-content { padding: 17px; }
    .dash-title { width: 120px; height: 11px; border-radius: 6px; background: #36343a; margin-bottom: 18px; }
    .stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
    .stat-box { padding: 12px; border: 1px solid rgba(255,255,255,.06); border-radius: 10px; background: #151518; }
    .stat-box small { display: block; color: #77747d; font-size: 8px; }
    .stat-box strong { display: block; margin-top: 6px; font: 800 16px var(--font-display); }
    .chart { height: 167px; margin-top: 12px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.06); border-radius: 12px; background: repeating-linear-gradient(0deg,transparent 0 32px,rgba(255,255,255,.04) 33px); }
    .chart svg { position: absolute; inset: 10px; width: calc(100% - 20px); height: calc(100% - 20px); }

    .steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; counter-reset: step; }
    .step { min-height: 270px; padding: 28px; border-top: 1px solid #35333a; background: linear-gradient(180deg,rgba(255,255,255,.025),transparent); }
    .step::before { counter-increment: step; content: "0" counter(step); display: block; color: #ff718f; font: 700 12px var(--font-display); letter-spacing: .1em; margin-bottom: 75px; }
    .step h3 { margin: 0 0 10px; font: 800 22px var(--font-display); }
    .step p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }

    .cta-panel {
      padding: 94px 30px;
      text-align: center;
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(255,97,79,.22);
      border-radius: 36px;
      background: linear-gradient(135deg,rgba(255,45,111,.13),rgba(255,159,28,.08));
    }
    .cta-panel::before, .cta-panel::after { content: ""; position: absolute; width: 270px; height: 270px; border-radius: 50%; filter: blur(70px); }
    .cta-panel::before { left: -100px; top: -100px; background: rgba(255,45,111,.24); }
    .cta-panel::after { right: -100px; bottom: -100px; background: rgba(255,159,28,.18); }
    .cta-panel > * { position: relative; z-index: 2; }
    .cta-panel h2 { margin: 10px auto 18px; max-width: 850px; }
    .cta-panel p { color: var(--muted); font-size: 17px; margin: 0 auto 29px; }
    .cta-panel .hero-cta { justify-content: center; }

    footer { padding: 40px 0 32px; }
    .footer-top { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-bottom: 33px; border-bottom: 1px solid var(--line); }
    .footer-links { display: flex; gap: 27px; color: #929099; font-size: 13px; }
    .footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; color: #68666e; font-size: 12px; }

    .reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.22,.8,.25,1); }
    .reveal.visible { opacity: 1; transform: none; }

    @media (max-width: 1060px) {
      .links { display: none; }
      .hero { grid-template-columns: 1fr; text-align: center; padding-top: 155px; }
      .hero-copy { display: flex; flex-direction: column; align-items: center; }
      .visual { margin-top: -30px; }
      .bento { grid-template-columns: 1fr 1fr; grid-template-rows: 500px 280px 280px; }
      .tile-main { grid-row: auto; grid-column: span 2; }
      .creator-stage { grid-template-columns: 1fr; padding: 54px 40px; }
      .dashboard { width: min(620px,100%); justify-self: center; transform: none; }
    }
    @media (max-width: 700px) {
      .shell { width: min(100% - 24px, 1220px); }
      .nav { inset: 8px 0 auto; }
      .nav-inner { height: 62px; padding-left: 14px; border-radius: 18px; }
      .nav-actions .text-link, .nav-actions > .button:not(.menu) { display: none; }
      .menu { display: inline-flex; flex-direction: column; }
      .links.open { display: flex; position: absolute; left: 12px; right: 12px; top: 70px; padding: 20px; flex-direction: column; align-items: stretch; gap: 6px; border: 1px solid var(--line); border-radius: 18px; background: rgba(12,12,14,.97); }
      .links.open a { padding: 10px; }
      .hero { min-height: auto; padding: 125px 0 70px; gap: 20px; }
      h1 { font-size: clamp(47px,14vw,67px); }
      .hero-lead { font-size: 16px; }
      .hero-cta { width: 100%; }
      .hero-cta .button { flex: 1; min-width: 155px; }
      .micro-proof { flex-wrap: wrap; justify-content: center; }
      .visual { min-height: 580px; transform: scale(.86); margin: -45px -45px -35px; }
      .earning { left: 8px; }.growth { right: 4px; }
      section { padding: 82px 0; }
      .section-head { display: block; }
      .section-head p { margin-top: 18px; }
      h2 { font-size: 40px; }
      .bento { display: flex; flex-direction: column; }
      .tile { min-height: 260px; }
      .tile-main { min-height: 520px; }
      .creator-stage { padding: 42px 23px; border-radius: 26px; }
      .creator-copy h2 { font-size: 43px; }
      .dashboard { height: 330px; padding: 10px; overflow: hidden; }
      .dash-body { grid-template-columns: 75px 1fr; }
      .dash-side { padding: 10px 7px; }
      .chart { height: 110px; }
      .steps-grid { grid-template-columns: 1fr; }
      .step { min-height: 220px; }
      .step::before { margin-bottom: 55px; }
      .cta-panel { padding: 70px 18px; border-radius: 26px; }
      .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
      .footer-links { flex-wrap: wrap; gap: 17px; }
    }
    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
      .reveal { opacity: 1; transform: none; }
    }
