  html, body { margin: 0; }
  body { background: #F7F3EA; }
  .site { min-height: 100vh; }
  .lang { text-decoration: none; }
  .site :focus-visible { outline: 2px solid #0D4A47; outline-offset: 2px; }
  .final :focus-visible { outline-color: #DDEDEA; }
  .trap { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
  .status { font-size: .88rem; margin-top: 10px !important; min-height: 1.3em; }
  .status.err { color: #9B2C2C; }
  .final .status.err { color: #F2B8B5; }
  .status.ok { font-size: 1.05rem; font-weight: 600; color: #0D4A47; }
  .final .status.ok { color: #DDEDEA; }
  .form.done .roles, .form.done .fields, .form.done .fine { display: none; }
  .fields { position: relative; }
  .fields button[disabled] { opacity: .7; cursor: progress; }


  /* ================= the page (look A) ================= */
  .site { container-type: inline-size; background: #F7F3EA; color: #202827; font-family: 'Readex Pro', system-ui, sans-serif; font-size: 16px; line-height: 1.55; overflow: hidden; }
  .site * { box-sizing: border-box; }
  .site p, .site h1, .site h2, .site h3 { margin: 0; }
  .wrap { max-width: 1120px; margin: 0 auto; padding: 0 20px; position: relative; }
  .dots { position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(rgba(13,74,71,.18) 1px, transparent 1.3px); background-size: 22px 22px; }
  .nav { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; position: relative; z-index: 2; }
  .wm { display: flex; align-items: center; gap: 9px; font-weight: 700; font-size: 1.15rem; color: #102B2B; letter-spacing: -0.01em; }
  .wm svg { width: 26px; height: 26px; }
  .wm span { font-weight: 500; opacity: .55; margin-left: -4px; }
  .navlink { font-size: .88rem; color: #0D4A47; font-weight: 500; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
  .eyebrow { font-size: .76rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: #0D4A47; margin-bottom: 14px !important; }
  h1.hl { font-size: 2.15rem; line-height: 1.08; letter-spacing: -0.02em; font-weight: 600; color: #102B2B; margin-bottom: 16px !important; }
  .lead { font-size: 1.05rem; color: #3B4644; margin-bottom: 24px !important; }
  h2.sec { font-size: 1.7rem; line-height: 1.15; letter-spacing: -0.015em; font-weight: 600; color: #102B2B; margin-bottom: 28px !important; max-width: 22em; }

  /* hero */
  .herozone { position: relative; }
  .herozone .dots { -webkit-mask-image: radial-gradient(ellipse 60% 70% at 75% 50%, #000 15%, transparent 72%); mask-image: radial-gradient(ellipse 60% 70% at 75% 50%, #000 15%, transparent 72%); }
  .hero { padding: 20px 0 64px; display: grid; gap: 40px; position: relative; }
  .form { max-width: 470px; }
  .roles { display: flex; gap: 8px; margin-bottom: 10px; }
  .roles label { flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; font-size: .9rem; font-weight: 500; padding: 10px 12px; border-radius: 6px; border: 1px solid #D9D2C2; background: #FFFDF8; color: #3B4644; cursor: pointer; }
  .roles input { accent-color: #0D4A47; margin: 0; }
  .roles label:has(input:checked) { border-color: #0D4A47; color: #102B2B; box-shadow: inset 0 0 0 1px #0D4A47; }
  .fields { display: flex; flex-direction: column; gap: 8px; }
  .fields input { font: inherit; font-size: 1rem; padding: 13px 14px; border-radius: 6px; border: 1px solid #D9D2C2; background: #FFFDF8; color: #202827; min-width: 0; }
  .fields button { font: inherit; font-size: 1rem; font-weight: 600; padding: 13px 18px; border: 0; border-radius: 6px; background: #0D4A47; color: #F7F3EA; cursor: pointer; white-space: nowrap; }
  .fine { font-size: .8rem; color: #65716F; margin-top: 10px !important; }

  .stage { position: relative; padding: 58px 0 50px 18px; }
  .screen { position: relative; background: #FFFDF8; border: 1px solid #E4DED0; border-radius: 12px; padding: 16px; box-shadow: 0 1px 2px rgba(16,43,43,.06), 0 18px 44px -16px rgba(16,43,43,.24); animation: rise .7s cubic-bezier(.2,0,.38,.9) .1s both; }
  .s-top { display: flex; justify-content: space-between; align-items: center; font-size: .82rem; font-weight: 600; color: #102B2B; margin-bottom: 12px; }
  .chip { font-size: .66rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; padding: 3px 7px; border-radius: 4px; background: #F1E6CF; color: #7A5A22; }
  .metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 8px; }
  .metrics > div { background: #F7F3EA; border-radius: 8px; padding: 11px 12px; }
  .k { font-size: .73rem; color: #65716F; }
  .v { font-size: 1.15rem; font-weight: 600; color: #102B2B; font-variant-numeric: tabular-nums; letter-spacing: -0.01em; }
  .d { font-size: .7rem; color: #8A6424; margin-top: 2px !important; }
  .swap { display: grid; margin-bottom: 8px; }
  .swap > div { grid-area: 1 / 1; }
  .checking { display: flex; align-items: center; gap: 10px; background: #F7F3EA; border-radius: 8px; padding: 11px 12px; font-size: .8rem; color: #3B4644; animation: out .35s ease 2.6s forwards; }
  .spin { width: 16px; height: 16px; border-radius: 50%; border: 2px solid #CFE0DC; border-top-color: #0D4A47; flex: none; animation: spin .8s linear infinite; }
  .check { display: flex; gap: 10px; background: #DDEDEA; border-radius: 8px; padding: 11px 12px; color: #102B2B; opacity: 0; animation: pop .45s cubic-bezier(.2,0,.38,.9) 2.8s forwards; }
  .check svg { flex: none; width: 20px; height: 20px; color: #0D4A47; margin-top: 1px; }
  .check b { display: block; font-size: .84rem; }
  .check small { display: block; font-size: .77rem; color: #3B4644; line-height: 1.45; }
  .row { display: flex; justify-content: space-between; font-size: .8rem; color: #3B4644; padding: 9px 2px; border-top: 1px solid #EDE7DA; font-variant-numeric: tabular-nums; }

  .float { position: absolute; z-index: 2; background: #FFFDF8; border: 1px solid #E4DED0; border-radius: 10px; box-shadow: 0 12px 30px -12px rgba(16,43,43,.35); display: flex; align-items: center; gap: 10px; padding: 8px 12px 8px 8px; font-size: .78rem; color: #102B2B; }
  .float small { display: block; color: #65716F; font-size: .7rem; }
  .float b { font-weight: 600; }
  .photo { left: -6px; top: 0; animation: slideR .6s cubic-bezier(.2,0,.38,.9) .7s both; }
  .photo .thumb { width: 40px; height: 48px; border-radius: 6px; background: #EFE7D6; display: grid; place-items: center; }
  .photo .thumb svg { width: 26px; height: 34px; }
  .voice { left: -10px; bottom: 6px; animation: slideR .6s cubic-bezier(.2,0,.38,.9) 1.1s both; padding: 9px 14px 9px 9px; }
  .voice .play { width: 28px; height: 28px; border-radius: 50%; background: #0D4A47; display: grid; place-items: center; flex: none; }
  .voice .play svg { width: 11px; height: 11px; }
  .wave { display: flex; align-items: center; gap: 2px; height: 22px; }
  .wave i { display: block; width: 3px; border-radius: 2px; background: #0D4A47; opacity: .75; height: 30%; animation: wave 1s ease-in-out 1.3s 3 alternate; }
  .wave i:nth-child(3n) { height: 70%; animation-delay: 1.45s; }
  .wave i:nth-child(3n+1) { height: 45%; animation-delay: 1.6s; }
  .wave i:nth-child(4n) { height: 90%; }

  /* sections */
  .section { padding: 64px 0; border-top: 1px solid #E6DFD0; position: relative; }
  .probhead { display: grid; gap: 28px; align-items: center; margin-bottom: 36px; }
  .probhead h2.sec { margin-bottom: 0 !important; }
  .notebook { justify-self: center; width: min(100%, 330px); rotate: -3deg; background: #FFFEFA; border-radius: 4px; box-shadow: 0 1px 1px rgba(0,0,0,.05), 0 16px 34px -14px rgba(16,43,43,.3); padding: 18px 18px 14px 40px; position: relative; background-image: repeating-linear-gradient(#FFFEFA 0 27px, #D7E3EC 27px 28px); }
  .notebook::before { content: ""; position: absolute; top: 0; bottom: 0; left: 30px; width: 1px; background: #E7A3A3; }
  .nb-row { display: flex; justify-content: space-between; align-items: center; height: 28px; color: #37424A; }
  .nb-row svg { height: 12px; width: 120px; }
  .nb-row .num { font-size: .9rem; font-weight: 300; letter-spacing: .02em; transform: rotate(-1deg); }
  .nb-row .x { position: relative; }
  .nb-row .x::after { content: ""; position: absolute; left: -4px; right: -4px; top: 50%; height: 1.5px; background: #B64545; transform: rotate(-8deg); }
  .nb-q { position: absolute; right: 16px; bottom: 12px; width: 30px; height: 30px; border: 1.5px solid #B64545; border-radius: 50%; display: grid; place-items: center; color: #B64545; font-weight: 600; transform: rotate(8deg); }
  .problems { display: grid; gap: 28px; }
  .problems div { border-top: 2px solid #0D4A47; padding-top: 16px; }
  .problems h3, .bento h3 { font-size: 1.05rem; font-weight: 600; color: #102B2B; margin-bottom: 6px !important; }
  .problems p, .bento p { color: #3B4644; font-size: .96rem; }

  .steps { display: grid; gap: 12px; margin-bottom: 20px; position: relative; }
  .track { display: none; }
  .step { background: #FFFDF8; border: 1px solid #E4DED0; border-radius: 12px; padding: 18px; display: grid; gap: 4px; align-content: start; position: relative; z-index: 1; }
  .step .top { display: flex; align-items: center; gap: 12px; margin-bottom: 6px; }
  .step .ic { width: 40px; height: 40px; border-radius: 9px; background: #DDEDEA; color: #0D4A47; display: grid; place-items: center; flex: none; }
  .step .ic svg { width: 22px; height: 22px; }
  .step h3 { font-size: 1.05rem; font-weight: 600; color: #102B2B; }
  .step h3 em { font-style: normal; color: #8A6424; font-weight: 500; margin-right: 6px; font-variant-numeric: tabular-nums; }
  .step p { font-size: .92rem; color: #3B4644; margin-bottom: 12px !important; }
  .mini { background: #F7F3EA; border-radius: 8px; padding: 8px 10px; font-size: .74rem; color: #3B4644; margin-top: auto; }
  .mrow { display: flex; justify-content: space-between; gap: 8px; padding: 4px 0; font-variant-numeric: tabular-nums; }
  .mrow + .mrow { border-top: 1px dashed #E0D8C6; }
  .mrow .q { color: #102B2B; font-weight: 600; }
  .mrow.ok span:first-child::before { content: "✓ "; color: #1E7A5A; font-weight: 700; }
  .mrow.bad { color: #8C2F2F; font-weight: 600; }
  .mrow.bad span:first-child::before { content: "! "; font-weight: 700; }
  .mrow.tot { border-top: 1px solid #D9D2C2 !important; color: #102B2B; font-weight: 600; }
  .mbtn { margin-top: 6px; text-align: center; background: #0D4A47; color: #F7F3EA; border-radius: 5px; padding: 5px; font-weight: 600; }
  .mcap { font-size: .68rem; color: #65716F; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 2px; }
  .mbar { height: 6px; border-radius: 3px; background: #E4DED0; margin: 6px 0 4px; overflow: hidden; }
  .mbar i { display: block; height: 100%; width: 62%; background: #B88735; border-radius: 3px; }

  .assist { margin-top: 44px; }
  .assist-head { display: grid; gap: 10px; margin-bottom: 22px; }
  .assist-head h3 { font-size: 1.35rem; font-weight: 600; color: #102B2B; letter-spacing: -0.01em; }
  .assist-head p { color: #3B4644; max-width: 40em; }
  .diagram { position: relative; background: #FFFDF8; border: 1px solid #E4DED0; border-radius: 14px; overflow: hidden; }
  .diagram .dots { opacity: .7; }
  .flow-d { display: none; }
  .flow-m { position: relative; padding: 22px 16px; display: grid; gap: 0; justify-items: center; }
  .chips { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; width: 100%; }
  .node { display: flex; align-items: center; gap: 9px; background: #FFFDF8; border: 1px solid #E4DED0; border-radius: 9px; padding: 9px 10px; font-size: .8rem; font-weight: 500; color: #102B2B; box-shadow: 0 6px 16px -10px rgba(16,43,43,.3); }
  .node svg { width: 18px; height: 18px; color: #0D4A47; flex: none; }
  .node.out svg { color: #8A6424; }
  .pipe { width: 2px; height: 46px; background: repeating-linear-gradient(#9FC0BA 0 5px, transparent 5px 10px); position: relative; }
  .pipe::after { content: ""; position: absolute; left: -3px; top: 0; width: 8px; height: 8px; border-radius: 50%; background: #B88735; animation: drop 1.6s linear infinite; }
  .hub { display: grid; place-items: center; text-align: center; gap: 6px; padding: 6px 0; }
  .hub .core { width: 92px; height: 92px; border-radius: 50%; background: #0D4A47; display: grid; place-items: center; position: relative; box-shadow: 0 0 0 8px rgba(13,74,71,.10), 0 0 0 18px rgba(13,74,71,.05); }
  .hub .core::after { content: ""; position: absolute; inset: -8px; border-radius: 50%; border: 1.5px solid rgba(13,74,71,.35); animation: ring 2.4s ease-out infinite; }
  .hub .core svg { width: 40px; height: 40px; }
  .hub b { font-size: .9rem; color: #102B2B; }
  .hub small { font-size: .74rem; color: #65716F; display: block; }

  .bento { display: grid; gap: 14px; }
  .tile { background: #FFFDF8; border: 1px solid #E4DED0; border-radius: 14px; padding: 20px; display: grid; gap: 16px; align-content: start; }
  .viz { background: #F7F3EA; border-radius: 10px; padding: 14px; min-height: 124px; display: grid; align-content: center; gap: 8px; font-size: .78rem; color: #3B4644; position: relative; overflow: hidden; }
  .viz .dots { opacity: .5; }
  .vbubble { position: relative; display: flex; align-items: center; gap: 8px; background: #FFFDF8; border: 1px solid #E4DED0; border-radius: 16px 16px 16px 4px; padding: 7px 10px; width: fit-content; }
  .vbubble .wave i { background: #65716F; animation: none; }
  .ventry { position: relative; justify-self: end; background: #0D4A47; color: #F7F3EA; border-radius: 8px; padding: 7px 10px; font-weight: 500; }
  .rule { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 10px; background: #FFFDF8; border: 1px solid #E4DED0; border-radius: 8px; padding: 8px 10px; }
  .rule b { color: #102B2B; font-weight: 600; display: block; }
  .tog { width: 30px; height: 18px; border-radius: 9px; background: #0D4A47; position: relative; flex: none; }
  .tog::after { content: ""; position: absolute; right: 2px; top: 2px; width: 14px; height: 14px; border-radius: 50%; background: #F7F3EA; }
  .bars { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: end; height: 84px; padding: 0 6px; }
  .bars div { display: flex; flex-direction: column; justify-content: flex-end; align-items: center; gap: 4px; height: 100%; }
  .bars i { display: block; flex: none; width: 100%; border-radius: 4px 4px 0 0; background: #0D4A47; transform-origin: bottom; }
  .bars i.hi { background: #B88735; }
  .bars span { font-size: .68rem; color: #65716F; }
  .in .bars i { animation: grow .8s cubic-bezier(.2,0,.38,.9) both; }
  .export { position: absolute; top: 10px; right: 10px; background: #FFFDF8; border: 1px solid #E4DED0; border-radius: 999px; padding: 3px 9px; font-size: .68rem; font-weight: 600; color: #0D4A47; }
  .todo { position: relative; display: grid; gap: 6px; }
  .todo div { display: flex; align-items: center; gap: 8px; background: #FFFDF8; border: 1px solid #E4DED0; border-radius: 7px; padding: 6px 9px; }
  .todo i { width: 16px; height: 16px; border-radius: 50%; background: #0D4A47; display: grid; place-items: center; flex: none; }
  .todo i::after { content: ""; width: 7px; height: 4px; border-left: 1.6px solid #F7F3EA; border-bottom: 1.6px solid #F7F3EA; transform: rotate(-45deg) translate(1px,-1px); }
  .todo small { margin-left: auto; color: #8A6424; font-weight: 600; }

  .final { background: #102B2B; color: #DCE6E3; padding: 64px 0; position: relative; }
  .final .dots { background-image: radial-gradient(rgba(221,237,234,.12) 1px, transparent 1.3px); -webkit-mask-image: linear-gradient(90deg, transparent, #000 60%); mask-image: linear-gradient(90deg, transparent, #000 60%); }
  .final h2.sec { color: #FFFDF8; margin-bottom: 10px !important; }
  .final .lead { color: #B9C9C5; }
  .final .roles label { background: #16393A; border-color: #2C5051; color: #CFE0DC; }
  .final .roles label:has(input:checked) { border-color: #DDEDEA; color: #FFFDF8; box-shadow: inset 0 0 0 1px #DDEDEA; }
  .final .roles input { accent-color: #DDEDEA; }
  .final .fields input { background: #16393A; border-color: #2C5051; color: #FFFDF8; }
  .final .fields input::placeholder { color: #8FA7A3; }
  .final .fields button { background: #F7F3EA; color: #102B2B; }
  .final .fine { color: #8FA7A3; }
  .foot { background: #102B2B; color: #8FA7A3; font-size: .8rem; padding: 18px 0 28px; border-top: 1px solid #21403F; }
  .foot .wrap { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

  /* reveal on scroll */
  .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s cubic-bezier(.2,0,.38,.9), transform .6s cubic-bezier(.2,0,.38,.9); }
  .reveal.in { opacity: 1; transform: none; }
  .reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; } .reveal.d3 { transition-delay: .24s; }

  @keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
  @keyframes slideR { from { opacity: 0; transform: translate(-14px, 6px); } to { opacity: 1; transform: none; } }
  @keyframes out { to { opacity: 0; visibility: hidden; } }
  @keyframes pop { from { opacity: 0; transform: scale(.97); } to { opacity: 1; transform: none; } }
  @keyframes spin { to { transform: rotate(360deg); } }
  @keyframes wave { to { transform: scaleY(1.8); } }
  @keyframes drop { from { top: -4px; opacity: 0; } 15% { opacity: 1; } 85% { opacity: 1; } to { top: calc(100% - 4px); opacity: 0; } }
  @keyframes ring { from { transform: scale(.92); opacity: .9; } to { transform: scale(1.35); opacity: 0; } }
  @keyframes grow { from { transform: scaleY(0); } to { transform: scaleY(1); } }
  @keyframes run { from { left: 0; } to { left: calc(100% - 10px); } }

  @container (min-width: 760px) {
    .wrap { padding: 0 40px; }
    h1.hl { font-size: 3.1rem; }
    h2.sec { font-size: 2.2rem; }
    .hero { grid-template-columns: 1.05fr 1fr; align-items: center; gap: 48px; padding: 30px 0 92px; }
    .stage { padding: 62px 0 52px 40px; }
    .photo { left: 0; top: 0; }
    .voice { left: -12px; bottom: 8px; }
    .fields { flex-direction: row; }
    .fields input { flex: 1; }
    .section { padding: 92px 0; }
    .probhead { grid-template-columns: 1.3fr 1fr; gap: 48px; margin-bottom: 48px; }
    .problems { grid-template-columns: repeat(3, 1fr); gap: 36px; }
    .steps { grid-template-columns: repeat(4, 1fr); gap: 14px; }
    .track { display: block; position: absolute; left: 38px; right: 38px; top: 38px; height: 2px; background: repeating-linear-gradient(90deg, #9FC0BA 0 6px, transparent 6px 12px); z-index: 0; }
    .track i { position: absolute; top: -4px; width: 10px; height: 10px; border-radius: 50%; background: #B88735; animation: run 6s linear infinite; }
    .step { background: rgba(255,253,248,.96); }
    .assist-head { grid-template-columns: 1fr 1.2fr; gap: 48px; align-items: end; }
    .flow-m { display: none; }
    .flow-d { display: block; position: relative; aspect-ratio: 1000 / 380; }
    .flow-d svg.lines { position: absolute; inset: 0; width: 100%; height: 100%; }
    .flow-d .node { position: absolute; width: 17.5%; transform: translate(-50%, -50%); }
    .flow-d .hub { position: absolute; left: 50%; top: 50%; transform: translate(-50%, calc(-50% + 24px)); }
    .flow-d .hub .core { width: 120px; height: 120px; }
    .flow-d .hub .core svg { width: 52px; height: 52px; }
    .bento { grid-template-columns: 1fr 1fr; gap: 16px; }
    .final { padding: 92px 0; }
    .final .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
  }
  @media (prefers-reduced-motion: reduce) {
    .site *, .site *::before, .site *::after { animation: none !important; transition: none !important; }
    .reveal { opacity: 1; transform: none; }
    .checking { display: none; } .check { opacity: 1; }
    .flow-d circle.pulse { display: none; }
  }

  /* ---------- right-to-left overrides ---------- */
  .site[dir=rtl] { line-height: 1.75; }
  .site[dir=rtl] .eyebrow, .site[dir=rtl] .chip, .site[dir=rtl] .mcap { letter-spacing: 0; text-transform: none; }
  .site[dir=rtl] .eyebrow { font-size: .9rem; }
  .site[dir=rtl] h1.hl { letter-spacing: 0; line-height: 1.32; }
  .site[dir=rtl] h2.sec { letter-spacing: 0; line-height: 1.4; }
  .site[dir=rtl] .assist-head h3, .site[dir=rtl] .v, .site[dir=rtl] .wm { letter-spacing: 0; }
  .site[dir=rtl] .wm span { margin-left: 0; margin-right: 2px; font-size: .78rem; font-weight: 500; opacity: .55; align-self: flex-end; margin-bottom: 3px; }
  .navside { display: flex; align-items: center; gap: 14px; }
  .lang { font-size: .82rem; font-weight: 600; color: #102B2B; border: 1px solid #D9D2C2; border-radius: 999px; padding: 3px 11px; background: #FFFDF8; }
  .site[dir=rtl] .fields input[type=email] { direction: ltr; text-align: right; }
  .site[dir=rtl] .stage { padding: 58px 18px 50px 0; }
  .site[dir=rtl] .photo { left: auto; right: -6px; animation-name: slideL; }
  .site[dir=rtl] .voice { left: auto; right: -10px; animation-name: slideL; padding: 9px 9px 9px 14px; }
  .site[dir=rtl] .float { padding: 8px 8px 8px 12px; }
  .site[dir=rtl] .herozone .dots { -webkit-mask-image: radial-gradient(ellipse 60% 70% at 25% 50%, #000 15%, transparent 72%); mask-image: radial-gradient(ellipse 60% 70% at 25% 50%, #000 15%, transparent 72%); }
  .site[dir=rtl] .notebook { rotate: 3deg; padding: 18px 40px 14px 18px; }
  .site[dir=rtl] .notebook::before { left: auto; right: 30px; }
  .site[dir=rtl] .nb-q { right: auto; left: 16px; transform: rotate(-8deg); }
  .site[dir=rtl] .step h3 em { margin-right: 0; margin-left: 6px; }
  .site[dir=rtl] .track i { animation-direction: reverse; }
  .site[dir=rtl] .mrow.ok span:first-child::before { content: "✓ "; }
  .site[dir=rtl] .flow-d svg.lines { transform: scaleX(-1); }
  .site[dir=rtl] .export { right: auto; left: 10px; }
  .site[dir=rtl] .todo small { margin-left: 0; margin-right: auto; }
  .site[dir=rtl] .vbubble { border-radius: 16px 16px 4px 16px; }
  .site[dir=rtl] .final .dots { -webkit-mask-image: linear-gradient(270deg, transparent, #000 60%); mask-image: linear-gradient(270deg, transparent, #000 60%); }
  .site[dir=rtl] .rule div { line-height: 1.5; }
  @keyframes slideL { from { opacity: 0; transform: translate(14px, 6px); } to { opacity: 1; transform: none; } }
  @container (min-width: 760px) {
    .site[dir=rtl] h1.hl { font-size: 2.9rem; }
    .site[dir=rtl] .stage { padding: 62px 40px 52px 0; }
    .site[dir=rtl] .photo { right: 0; }
    .site[dir=rtl] .voice { right: -12px; }
  }
  /* ---------- phone: shorter and swipeable ---------- */
  .phone-only { display: block; } .wide-only { display: none; }
  .section { padding: 52px 0; }
  .problems { gap: 0; }
  .problems div { padding: 14px 0; }
  .problems h3 { margin-bottom: 0 !important; }
  .problems p { display: none; }
  .steps, .bento { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 12px; margin: 0 -20px; padding: 4px 20px 6px; scrollbar-width: none; }
  .steps::-webkit-scrollbar, .bento::-webkit-scrollbar { display: none; }
  .steps .step, .bento .tile { flex: 0 0 82%; scroll-snap-align: center; }
  .bento { align-items: flex-start; }
  .bento p { display: none; }
  .bento p.phone-only { display: block; }
  .cdots { display: flex; justify-content: center; gap: 6px; margin: 12px 0 0; }
  .cdots i { width: 6px; height: 6px; border-radius: 3px; background: #D9D2C2; transition: width .2s, background .2s; }
  .cdots i.on { width: 18px; background: #0D4A47; }
  .assist { margin-top: 36px; }
  @container (min-width: 760px) {
    .phone-only { display: none !important; } .wide-only { display: block; }
    .section { padding: 92px 0; }
    .problems { gap: 36px; } .problems div { padding: 16px 0 0; } .problems h3 { margin-bottom: 6px !important; } .problems p { display: block; }
    .steps, .bento { display: grid; overflow: visible; margin: 0; padding: 0; }
    .steps { margin-bottom: 20px; }
    .steps .step, .bento .tile { flex: none; }
    .bento p { display: block; }
    .bento { align-items: stretch; }
    .cdots { display: none; }
  }

  /* ---------- every card in a row is the same height ---------- */
  .step { display: flex; flex-direction: column; gap: 4px; }
  .step > p { min-height: 3.2em; }
  .site[dir=rtl] .step > p { min-height: 3.6em; }
  .mini { margin-top: auto; }
  .mrow span:first-child { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-width: 0; }
  .mrow span:last-child { flex: none; }
  .mfoot { margin-top: 6px; padding: 6px 8px; border-radius: 5px; font-weight: 600; font-size: .74rem; line-height: 1.3; text-align: center; }
  .mfoot.act { background: #0D4A47; color: #F7F3EA; }
  .mfoot.warn { background: #F6E3E1; color: #8C2F2F; }
  .mfoot.sum { background: #FFFDF8; border: 1px solid #D9D2C2; color: #102B2B; display: flex; justify-content: space-between; padding: 5px 8px; }
  .mfoot.due { background: #F1E6CF; color: #7A5A22; }
  .tile { display: flex; flex-direction: column; gap: 16px; }
  .viz { height: 156px; min-height: 0; }
  .tile p { min-height: 3.2em; }
  .site[dir=rtl] .tile p { min-height: 3.6em; }
  .bento, .steps { align-items: stretch !important; }
  @container (min-width: 760px) { .bento { grid-auto-rows: 1fr; } }
@container (min-width: 760px) and (max-width: 999.98px) {
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .track { display: none; }
}
.status:focus { outline: none; }
