/* ALICERN landing — single external stylesheet (no inline/HMR duplication). Bump ?v= on change. */
      @font-face {
        font-family: 'Fraunces';
        font-style: normal;
        font-weight: 380 640;
        font-display: swap;
        src: url('/fonts/Fraunces.woff2') format('woff2');
      }
      @font-face {
        font-family: 'IBM Plex Mono';
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url('/fonts/IBMPlexMono-500.woff2') format('woff2');
      }
      @font-face {
        font-family: 'Fira Sans';
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url('/fonts/FiraSans-Regular.woff2') format('woff2');
      }
      @font-face {
        font-family: 'Fira Sans';
        font-style: normal;
        font-weight: 600;
        font-display: swap;
        src: url('/fonts/FiraSans-SemiBold.woff2') format('woff2');
      }

      *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
      html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
      @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
      body { background: #f2eee3; color: #211f1a; }


      /* ===================== TOKENS ===================== */
      .lp {
        --paper: #f2eee3;
        --paper-2: #ece6d8;
        --card: #fbf8f1;
        --ink: #211f1a;
        --ink-2: #4a4538;
        --muted: #726a59;
        --faint: #9a9079;
        --line: #ddd5c2;
        --line-2: #c9bfa7;
        --pine: #1f5141;
        --pine-700: #173b30;
        --pine-300: #4a8068;
        --pine-wash: #e4ece5;
        --maxw: 1180px;
        --fdisplay: 'Fraunces', Georgia, 'Times New Roman', serif;
        --fsans: 'Fira Sans', system-ui, -apple-system, sans-serif;
        --fmono: 'IBM Plex Mono', ui-monospace, 'SF Mono', Menlo, monospace;

        font-family: var(--fsans);
        background: var(--paper);
        color: var(--ink);
        line-height: 1.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        overflow-x: hidden;
        position: relative;
        min-height: 100vh;
      }

      /* cheap, static structure layers — no blur, no animation, painted once */
      .lp::before {
        content: '';
        position: fixed;
        inset: 0;
        z-index: 0;
        pointer-events: none;
        background-image:
          repeating-linear-gradient(90deg, rgba(31, 81, 65, 0.045) 0 1px, transparent 1px calc(100% / 12));
        background-position: center;
        opacity: 0.5;
      }
      .lp::after {
        content: '';
        position: fixed;
        inset: 0;
        z-index: 0;
        pointer-events: none;
        opacity: 0.5;
        mix-blend-mode: multiply;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
      }
      .lp > * { position: relative; z-index: 1; }

      /* ===================== PRIMITIVES ===================== */
      .lp h1, .lp h2, .lp h3, .lp h4 {
        font-family: var(--fdisplay);
        font-weight: 600;
        font-optical-sizing: auto;
        line-height: 1.04;
        letter-spacing: -0.015em;
        color: var(--ink);
      }
      .lp a { text-decoration: none; }
      .lp a:not(.landing-button) { color: inherit; }
      .lp ul { list-style: none; }
      .lp svg { display: block; }

      .wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
      .sec { padding: clamp(72px, 11vw, 132px) 0; position: relative; }
      .sec--line .wrap { border-top: 1px solid var(--line); padding-top: clamp(56px, 8vw, 96px); }
      [id] { scroll-margin-top: 92px; }

      /* mono index / eyebrow */
      .ix {
        font-family: var(--fmono);
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        color: var(--pine);
        display: inline-flex;
        align-items: center;
        gap: 10px;
      }
      .ix::before { content: ''; width: 22px; height: 1px; background: var(--pine); display: inline-block; }

      .lead { color: var(--muted); font-size: clamp(16px, 1.9vw, 19px); line-height: 1.65; max-width: 60ch; }
      .hl { color: var(--pine); font-style: normal; }

      .shead { max-width: 720px; margin-bottom: clamp(40px, 6vw, 68px); }
      .shead h2 { font-size: clamp(30px, 4.6vw, 50px); margin: 18px 0 0; }
      .shead .lead { margin-top: 18px; }
      .shead--center { margin-left: auto; margin-right: auto; text-align: center; }
      .shead--center .ix { justify-content: center; }
      .shead--center .lead { margin-left: auto; margin-right: auto; }

      /* Commercial solution pages linked from the homepage. */
      .solution-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
      .solution-link { display: flex; flex-direction: column; min-height: 310px; padding: 27px; border: 1px solid var(--line); border-radius: 16px; background: rgba(251, 248, 241, .58); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
      .solution-link:hover { transform: translateY(-3px); border-color: #91a898; box-shadow: 0 18px 44px rgba(35, 56, 47, .08); }
      .solution-link > span { color: var(--pine); font-family: var(--fmono); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
      .solution-link h3 { margin: 17px 0 13px; font-size: clamp(21px, 2.5vw, 27px); }
      .solution-link p { margin: 0 0 22px; color: var(--muted); font-size: 14px; }
      .solution-link strong { margin-top: auto; color: var(--pine); font-size: 14px; }
      @media (max-width: 920px) { .solution-links { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
      @media (max-width: 580px) { .solution-links { grid-template-columns: 1fr; } .solution-link { min-height: 260px; } }

      /* buttons — every variant sets its own bg/color/border explicitly (max legibility) */
      .landing-button {
        display: inline-flex; align-items: center; justify-content: center; gap: 9px;
        font-family: var(--fsans); font-weight: 600; font-size: 15px; line-height: 1;
        padding: 13px 22px; border-radius: 9px; cursor: pointer;
        background: var(--pine); color: #fbfaf6; border: 1px solid var(--pine);
        transition: background .18s ease, transform .18s ease, border-color .18s ease, color .18s ease;
        white-space: nowrap;
      }
      .landing-button svg { width: 17px; height: 17px; }
      /* filled pine — on light/paper sections */
      .landing-button--primary { background: var(--pine); color: #fbfaf6; border-color: var(--pine); }
      .landing-button--primary:hover { background: var(--pine-700); border-color: var(--pine-700); color: #fff; transform: translateY(-1px); }
      /* outline ink — on light/paper sections */
      .landing-button--ghost { background: transparent; color: var(--ink); border-color: var(--line-2); }
      .landing-button--ghost:hover { background: transparent; color: var(--ink); border-color: var(--ink); transform: translateY(-1px); }
      /* solid light — on the dark pine block */
      .landing-button--cream { background: #fbfaf6; color: var(--pine-700); border-color: #fbfaf6; }
      .landing-button--cream:hover { background: #fff; color: var(--pine-700); border-color: #fff; transform: translateY(-1px); }
      /* outline light — on the dark pine block */
      .landing-button--line-cream { background: transparent; color: #f4f1e8; border-color: rgba(244, 241, 232, 0.55); }
      .landing-button--line-cream:hover { background: rgba(244, 241, 232, 0.1); color: #fff; border-color: #f4f1e8; transform: translateY(-1px); }

      /* ===================== NAV ===================== */
      .nav { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--paper) 88%, transparent); border-bottom: 1px solid var(--line); }
      @supports not (background: color-mix(in srgb, red, blue)) { .nav { background: var(--paper); } }
      .bar { display: flex; align-items: center; gap: 24px; height: 64px; }
      .brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--fdisplay); font-weight: 600; font-size: 21px; letter-spacing: -0.01em; }
      .brand .mark { width: 32px; height: 32px; flex: none; border-radius: 8px; overflow: hidden; }
      .brand .mark img { display: block; width: 100%; height: 100%; object-fit: cover; }
      .nav-links { display: flex; align-items: center; gap: 28px; margin-left: 14px; }
      .nav-links a { font-size: 14.5px; color: var(--ink-2); font-weight: 600; padding: 4px 0; position: relative; }
      .nav-links a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -2px; height: 1.5px; background: var(--pine); transition: right .22s ease; }
      .nav-links a:hover::after { right: 0; }
      .nav-cta { margin-left: auto; display: flex; align-items: center; gap: 14px; }
      .nav-cta .landing-button { padding: 9px 17px; font-size: 14px; }
      .nav-cta .enter { font-size: 14.5px; font-weight: 600; color: var(--ink-2); }
      .nav-cta .enter:hover { color: var(--pine); }
      .burger { display: none; background: none; border: 1px solid var(--line-2); border-radius: 8px; width: 40px; height: 40px; color: var(--ink); cursor: pointer; place-items: center; }
      .burger svg { width: 22px; height: 22px; }

      @media (max-width: 880px) {
        .nav-links { display: none; }
        .nav-cta .enter { display: none; }
        .burger { display: grid; }
        [data-nav][data-open='true'] .nav-links {
          display: flex; flex-direction: column; align-items: flex-start; gap: 4px;
          position: absolute; top: 64px; left: 0; right: 0; margin: 0;
          background: var(--paper); border-bottom: 1px solid var(--line); padding: 12px 28px 22px;
        }
        [data-nav][data-open='true'] .nav-links a { padding: 10px 0; width: 100%; border-bottom: 1px solid var(--line); }
      }

      /* ===================== HERO ===================== */
      .hero .wrap { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: clamp(32px, 5vw, 64px); align-items: center; padding-top: clamp(48px, 7vw, 84px); padding-bottom: clamp(56px, 8vw, 96px); }
      .hero h1 { font-size: clamp(40px, 6.4vw, 78px); margin: 22px 0 0; letter-spacing: -0.025em; }
      .hero h1 .hl { text-decoration: underline; text-decoration-color: var(--pine-300); text-decoration-thickness: 0.055em; text-underline-offset: 0.12em; }
      .hero .lead { margin-top: 26px; font-size: clamp(16px, 2vw, 19px); }
      .hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
      .hero-note { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 8px 22px; font-family: var(--fmono); font-size: 12.5px; color: var(--muted); letter-spacing: 0.02em; }
      .hero-note span { display: inline-flex; align-items: center; gap: 8px; }
      .hero-note .ck { width: 15px; height: 15px; color: var(--pine); flex: none; }

      /* receipt / comprovante visual */
      .ticket { background: var(--card); border: 1px solid var(--line-2); border-radius: 14px; padding: 24px; box-shadow: 0 1px 0 var(--line); position: relative; max-width: 380px; margin: 0 auto; }
      .ticket::before { content: ''; position: absolute; left: 14px; right: 14px; top: -1px; height: 6px; background-image: radial-gradient(circle at 6px 3px, var(--paper) 2.6px, transparent 3px); background-size: 14px 6px; }
      .tk-head { display: flex; justify-content: space-between; align-items: baseline; font-family: var(--fmono); font-size: 11px; letter-spacing: 0.12em; color: var(--faint); text-transform: uppercase; }
      .tk-head b { color: var(--pine); font-weight: 500; }
      .scan { margin: 18px auto; width: 138px; height: 138px; position: relative; display: grid; place-items: center; }
      .scan svg.face { width: 78px; height: 78px; color: var(--pine-300); }
      .br { position: absolute; width: 22px; height: 22px; border: 2px solid var(--pine); }
      .br.tl { top: 0; left: 0; border-right: 0; border-bottom: 0; border-radius: 4px 0 0 0; }
      .br.tr { top: 0; right: 0; border-left: 0; border-bottom: 0; border-radius: 0 4px 0 0; }
      .br.bl { bottom: 0; left: 0; border-right: 0; border-top: 0; border-radius: 0 0 0 4px; }
      .br.br2 { bottom: 0; right: 0; border-left: 0; border-top: 0; border-radius: 0 0 4px 0; }
      .scan-tag { position: absolute; bottom: -6px; left: 50%; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 7px; background: var(--pine-wash); color: var(--pine-700); font-family: var(--fmono); font-size: 11px; padding: 4px 10px; border-radius: 100px; white-space: nowrap; }
      .scan-tag i { width: 7px; height: 7px; border-radius: 50%; background: var(--pine); box-shadow: 0 0 0 3px rgba(31,81,65,.16); }
      .tk-rows { margin-top: 14px; border-top: 1px solid var(--line); }
      .tk-rows .tk-row { display: flex; justify-content: space-between; gap: 14px; padding: 9px 0; border-bottom: 1px solid var(--line); font-family: var(--fmono); font-size: 13px; }
      .tk-rows .tk-row dt { color: var(--muted); text-transform: uppercase; font-size: 10.5px; letter-spacing: 0.1em; align-self: center; }
      .tk-rows .tk-row dd { color: var(--ink); font-variant-numeric: tabular-nums; }
      .tk-rows .tk-row dd.big { font-size: 20px; color: var(--pine); letter-spacing: 0.01em; }
      .tk-foot { display: flex; justify-content: space-between; align-items: center; margin-top: 14px; }
      .tk-seal { font-family: var(--fmono); font-size: 10.5px; letter-spacing: 0.08em; color: var(--pine); border: 1px solid var(--pine); border-radius: 6px; padding: 5px 9px; }
      .tk-hash { font-family: var(--fmono); font-size: 11px; color: var(--faint); }
      .ticket-cap { font-family: var(--fmono); font-size: 11.5px; color: var(--faint); text-align: center; margin-top: 16px; letter-spacing: 0.02em; }

      @media (max-width: 900px) {
        .hero .wrap { grid-template-columns: 1fr; }
        .hero-visual { order: 2; }
      }

      /* ===================== TRUST / SECTORS / STATS ===================== */
      .label { display: block; font-family: var(--fmono); font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--faint); }
      .sectors { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 18px; }
      .sector { display: inline-flex; align-items: center; gap: 9px; color: var(--ink-2); font-weight: 600; font-size: 14.5px; }
      .sector svg { width: 19px; height: 19px; color: var(--pine); }

      .stats { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: var(--card); margin-top: 40px; }
      .stat { padding: 30px 26px; border-right: 1px solid var(--line); }
      .stat:last-child { border-right: 0; }
      .stat .num { font-family: var(--fmono); font-weight: 500; font-size: clamp(30px, 4vw, 44px); color: var(--ink); letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
      .stat .num sup { color: var(--pine); font-size: 0.5em; vertical-align: super; margin-left: 1px; }
      .stat .lbl { color: var(--muted); font-size: 13.5px; margin-top: 8px; max-width: 22ch; }
      @media (max-width: 820px) { .stats { grid-template-columns: 1fr 1fr; } .stat:nth-child(2) { border-right: 0; } .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid var(--line); } }
      @media (max-width: 460px) { .stats { grid-template-columns: 1fr; } .stat { border-right: 0; border-bottom: 1px solid var(--line); } .stat:last-child { border-bottom: 0; } }

      /* ===================== FEATURES ===================== */
      .bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
      .fcard { grid-column: span 2; background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 26px; transition: border-color .2s ease, transform .2s ease; }
      .fcard:hover { border-color: var(--line-2); transform: translateY(-3px); }
      .fcard.wide { grid-column: span 3; }
      .fcard.tall { grid-column: span 3; }
      .fc-top { display: flex; align-items: center; justify-content: space-between; }
      .fc-ic { width: 44px; height: 44px; border-radius: 10px; background: var(--pine-wash); color: var(--pine); display: grid; place-items: center; }
      .fc-ic svg { width: 22px; height: 22px; }
      .fc-n { font-family: var(--fmono); font-size: 12px; color: var(--faint); letter-spacing: 0.1em; }
      .fcard h3 { font-size: 20px; margin-top: 18px; }
      .fcard p { color: var(--muted); font-size: 14.5px; margin-top: 9px; }
      .flist { margin-top: 16px; display: flex; flex-direction: column; gap: 9px; }
      .flist li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ink-2); }
      .flist svg { width: 16px; height: 16px; color: var(--pine); flex: none; }
      @media (max-width: 900px) { .bento { grid-template-columns: 1fr 1fr; } .fcard, .fcard.wide, .fcard.tall { grid-column: span 1; } }
      @media (max-width: 560px) { .bento { grid-template-columns: 1fr; } .fcard, .fcard.wide, .fcard.tall { grid-column: span 1; } }

      /* ===================== STEPS ===================== */
      .steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); }
      .step { padding: 30px 26px 30px 0; border-right: 1px solid var(--line); position: relative; }
      .step:last-child { border-right: 0; }
      .step .sn { font-family: var(--fmono); font-weight: 500; font-size: 36px; color: var(--pine); letter-spacing: -0.02em; }
      .step h3 { font-size: 19px; margin-top: 12px; }
      .step p { color: var(--muted); font-size: 14px; margin-top: 8px; max-width: 26ch; }
      @media (max-width: 820px) { .steps { grid-template-columns: 1fr 1fr; } .step { padding: 26px 24px 26px 0; } .step:nth-child(2) { border-right: 0; } .step:nth-child(1), .step:nth-child(2) { border-bottom: 1px solid var(--line); padding-bottom: 26px; } }
      @media (max-width: 480px) { .steps { grid-template-columns: 1fr; } .step { border-right: 0; border-bottom: 1px solid var(--line); padding: 24px 0; } .step:last-child { border-bottom: 0; } }

      /* ===================== COMPLIANCE ===================== */
      .comp { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(32px, 5vw, 60px); align-items: center; border: 1px solid var(--line); border-radius: 18px; background: var(--card); padding: clamp(30px, 4.5vw, 54px); }
      .comp h2 { font-size: clamp(28px, 4vw, 42px); margin-top: 16px; }
      .comp .lead { margin-top: 16px; }
      .cbadges { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 26px; }
      .cbadge { display: flex; gap: 11px; align-items: flex-start; padding: 14px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); }
      .cbadge svg { width: 18px; height: 18px; color: var(--pine); flex: none; margin-top: 2px; }
      .cbadge b { font-family: var(--fsans); font-weight: 600; font-size: 14px; display: block; color: var(--ink); }
      .cbadge span { font-size: 12.5px; color: var(--muted); }
      .registration { margin-top: 24px; display: flex; gap: 12px; align-items: center; padding: 15px 17px; border: 1px solid #b8cdbd; border-radius: 10px; background: var(--pine-wash); color: var(--pine-700); }
      .registration svg { width: 21px; height: 21px; flex: none; }
      .registration__copy { display: flex; flex-direction: column; gap: 1px; }
      .registration__copy b { font-family: var(--fsans); font-size: 13.5px; font-weight: 600; }
      .registration__copy span { color: var(--ink-2); font-size: 12.5px; }
      .seal { width: clamp(170px, 22vw, 210px); height: clamp(170px, 22vw, 210px); margin: 0 auto; }
      @media (max-width: 860px) { .comp { grid-template-columns: 1fr; } .comp .seal-wrap { order: -1; } .cbadges { grid-template-columns: 1fr; } }

      /* ===================== PRICING ===================== */
      .prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
      .price { display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 30px; position: relative; transition: border-color .2s ease, transform .2s ease; }
      .price:hover { transform: translateY(-3px); border-color: var(--line-2); }
      .price.pop { border-color: var(--pine); box-shadow: inset 0 3px 0 var(--pine); }
      .price .tag { position: absolute; top: -11px; left: 30px; background: var(--pine); color: var(--paper); font-family: var(--fmono); font-size: 10.5px; letter-spacing: 0.08em; padding: 5px 10px; border-radius: 6px; }
      .price h3 { font-size: 21px; }
      .price .pdesc { color: var(--muted); font-size: 13.5px; margin-top: 7px; min-height: 40px; }
      .price .pval { display: flex; align-items: flex-end; gap: 5px; margin: 18px 0 4px; font-family: var(--fmono); font-weight: 500; }
      .price .pval .cur { font-size: 17px; color: var(--muted); margin-bottom: 8px; }
      .price .pval .amt { font-size: 46px; color: var(--ink); letter-spacing: -0.02em; line-height: 1; }
      .price .pval .amt.sm { font-size: 30px; }
      .price .pval .per { color: var(--muted); font-size: 13px; margin-bottom: 8px; font-family: var(--fsans); }
      .pincludes { margin-top: 22px; color: var(--pine); font-size: 13px; font-weight: 600; }
      .plist { margin: 22px 0; display: flex; flex-direction: column; gap: 12px; flex: 1; }
      .pincludes + .plist { margin-top: 12px; }
      .plist li { display: flex; gap: 10px; font-size: 14px; color: var(--ink-2); }
      .plist svg { width: 17px; height: 17px; color: var(--pine); flex: none; margin-top: 2px; }
      .price .landing-button { width: 100%; }
      @media (max-width: 900px) { .prices { grid-template-columns: 1fr; } .price .tag { left: 50%; transform: translateX(-50%); } }

      /* calculator */
      .calc { margin-top: 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--card); padding: 30px; display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 32px; align-items: center; }
      .calc h3 { font-size: 21px; }
      .calc p { color: var(--muted); font-size: 14px; margin-top: 6px; }
      .range { margin-top: 22px; }
      .range .rv { font-family: var(--fmono); font-size: 14px; color: var(--ink); }
      .range .rv b { color: var(--pine); font-weight: 500; }
      .range input[type='range'] { -webkit-appearance: none; appearance: none; width: 100%; height: 3px; margin-top: 16px; cursor: pointer; outline: none; border-radius: 2px; background: linear-gradient(var(--pine), var(--pine)) no-repeat, var(--line-2); background-size: var(--pct, 5%) 100%; }
      .range input[type='range']::-webkit-slider-thumb { -webkit-appearance: none; width: 18px; height: 18px; border-radius: 50%; background: var(--pine); border: 3px solid var(--card); box-shadow: 0 0 0 1px var(--pine); cursor: pointer; }
      .range input[type='range']::-moz-range-thumb { width: 18px; height: 18px; border: 3px solid var(--card); border-radius: 50%; background: var(--pine); box-shadow: 0 0 0 1px var(--pine); cursor: pointer; }
      .calc-out { text-align: center; border-left: 1px solid var(--line); padding-left: 32px; }
      .calc-out .big { font-family: var(--fmono); font-weight: 500; font-size: clamp(34px, 5vw, 46px); color: var(--pine); letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
      .calc-out small { color: var(--muted); font-size: 12.5px; display: block; margin-top: 4px; }
      .calc-out .yr { margin-top: 8px; font-size: 13px; color: var(--ink-2); font-family: var(--fmono); }
      @media (max-width: 760px) { .calc { grid-template-columns: 1fr; } .calc-out { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; padding-top: 24px; } }

      /* ===================== QUOTE ===================== */
      .quote { max-width: 880px; margin: 0 auto; text-align: center; }
      .quote .qm { font-family: var(--fdisplay); font-size: 86px; line-height: 0.4; color: var(--pine); opacity: 0.35; }
      .quote blockquote { font-family: var(--fdisplay); font-weight: 400; font-size: clamp(24px, 3.6vw, 38px); line-height: 1.28; letter-spacing: -0.015em; margin: 18px auto 0; max-width: 20ch; }
      .quote .stars { color: var(--pine); letter-spacing: 3px; margin-top: 22px; font-size: 15px; }
      .quote .who { margin-top: 12px; font-family: var(--fmono); font-size: 13px; color: var(--muted); }
      .quote .who b { color: var(--ink); font-weight: 500; }

      /* ===================== FAQ ===================== */
      .faq { max-width: 820px; margin: 0 auto; border-top: 1px solid var(--line); }
      .qa { border-bottom: 1px solid var(--line); }
      .qa summary { list-style: none; cursor: pointer; padding: 22px 4px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-family: var(--fdisplay); font-weight: 600; font-size: clamp(16px, 2.2vw, 19px); color: var(--ink); }
      .qa summary::-webkit-details-marker { display: none; }
      .qa .pl { width: 24px; height: 24px; flex: none; position: relative; }
      .qa .pl::before, .qa .pl::after { content: ''; position: absolute; background: var(--pine); transition: transform .22s ease, opacity .22s ease; }
      .qa .pl::before { top: 11px; left: 4px; right: 4px; height: 2px; }
      .qa .pl::after { left: 11px; top: 4px; bottom: 4px; width: 2px; }
      .qa[open] .pl::after { transform: scaleY(0); opacity: 0; }
      .qa .ans { padding: 0 4px 24px; color: var(--muted); font-size: 15px; max-width: 70ch; }

      /* ===================== FINAL CTA ===================== */
      .final { background: var(--pine); color: var(--paper); border-radius: 20px; padding: clamp(48px, 7vw, 88px) clamp(24px, 5vw, 60px); text-align: center; position: relative; overflow: hidden; }
      .final::before { content: ''; position: absolute; inset: 0; background-image: repeating-linear-gradient(90deg, rgba(242,238,227,0.05) 0 1px, transparent 1px calc(100% / 12)); opacity: 0.6; pointer-events: none; }
      .final > * { position: relative; }
      .final .ix { color: #b9ccc2; }
      .final .ix::before { background: #b9ccc2; }
      .final h2 { color: var(--paper); font-size: clamp(30px, 5vw, 54px); margin: 18px auto 0; max-width: 18ch; }
      .final p { color: #cdd9d2; margin: 18px auto 0; max-width: 52ch; font-size: clamp(15px, 2vw, 17px); }
      .final .hero-cta { justify-content: center; margin-top: 32px; }
      .final-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(12px, 1.8vw, 20px); margin-top: clamp(30px, 4vw, 44px); text-align: left; }
      .final-opt { display: flex; flex-direction: column; gap: 9px; background: rgba(242, 238, 227, 0.06); border: 1px solid rgba(244, 241, 232, 0.18); border-radius: 16px; padding: clamp(22px, 2.6vw, 30px); }
      .final-opt h3 { color: var(--paper); font-family: var(--fdisplay); font-weight: 600; font-size: clamp(18px, 2.2vw, 22px); margin: 0; }
      .final-opt p { color: #cdd9d2; margin: 0 0 4px; max-width: none; font-size: 14.5px; line-height: 1.55; }
      .final-opt .landing-button { margin-top: auto; width: 100%; white-space: normal; }
      @media (max-width: 920px) { .final-split { grid-template-columns: 1fr; } }

      /* ===================== FOOTER ===================== */
      .foot { border-top: 1px solid var(--line); padding: clamp(48px, 6vw, 72px) 0 40px; margin-top: clamp(72px, 10vw, 120px); }
      .fgrid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 40px; }
      .fabout { color: var(--muted); font-size: 14px; margin-top: 16px; max-width: 36ch; }
      .fcol h4 { font-family: var(--fmono); font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--faint); margin-bottom: 16px; font-weight: 500; }
      .fcol a { display: block; color: var(--muted); font-size: 14px; margin-bottom: 11px; transition: color .18s ease; }
      .fcol a:hover { color: var(--pine); }
      .fbot { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--faint); font-family: var(--fmono); font-size: 12px; }
      @media (max-width: 780px) { .fgrid { grid-template-columns: 1fr 1fr; } .fbot { flex-direction: column; } }

      /* ===================== ONE-SHOT ENTRANCE (no loops) ===================== */
      @keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
      .rise { opacity: 0; animation: rise .7s cubic-bezier(.2,.7,.2,1) forwards; }
      .d1 { animation-delay: .05s; } .d2 { animation-delay: .14s; } .d3 { animation-delay: .23s; }
      .d4 { animation-delay: .32s; } .d5 { animation-delay: .42s; }
      @media (prefers-reduced-motion: reduce) { .rise { opacity: 1; animation: none; } }

      /* ===================== LIVING PRODUCT DIRECTION ===================== */
      .nav { backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
      .hero {
        background:
          radial-gradient(circle at 82% 24%, rgba(74, 128, 104, 0.17), transparent 30%),
          linear-gradient(180deg, rgba(251, 248, 241, 0.52), transparent 78%);
      }

      .journey-map { position: relative; max-width: 520px; min-height: 510px; margin: 4px auto 0; padding: 38px; overflow: hidden; border: 1px solid rgba(31, 81, 65, 0.28); border-radius: 50% 50% 42% 42% / 38% 38% 48% 48%; background: radial-gradient(circle at 50% 38%, rgba(251, 248, 241, 0.95), rgba(228, 236, 229, 0.75) 62%, rgba(242, 238, 227, 0.2) 63%); }
      .journey-map::before { content: ''; position: absolute; inset: 26px; border: 1px dashed rgba(31, 81, 65, 0.2); border-radius: inherit; }
      .journey-map figcaption { position: relative; display: flex; flex-direction: column; margin: 0 auto 22px; text-align: center; }
      .journey-map figcaption span { color: #4b8068; font: 10px var(--fmono); letter-spacing: .14em; text-transform: uppercase; }
      .journey-map figcaption b { max-width: 280px; margin: 2px auto 0; color: #25342d; font: 600 19px/1.15 var(--fdisplay); }
      .journey-map__route { position: relative; z-index: 1; width: min(100%, 330px); margin: 0 auto; display: flex; flex-direction: column; gap: 11px; }
      .journey-map__line { position: absolute; top: 25px; bottom: 25px; left: 25px; width: 1px; background: #b7cbbd; }
      .journey-map__line i { display: block; width: 1px; height: 52%; background: #1f5141; animation: routeProgress 3.4s ease-in-out infinite alternate; }
      .journey-node { position: relative; display: grid; grid-template-columns: 50px 1fr; align-items: center; gap: 13px; padding: 9px 14px 9px 0; }
      .journey-node > i { width: 50px; height: 50px; z-index: 1; display: grid; place-items: center; border: 1px solid #9cb7a6; border-radius: 50%; background: #f8f5ed; color: #1f5141; font-style: normal; box-shadow: 0 0 0 6px rgba(242, 238, 227, .78); }
      .journey-node > i svg { width: 22px; height: 22px; stroke-width: 1.6; }
      .journey-node > span { display: grid; grid-template-columns: auto 1fr; align-items: baseline; gap: 0 9px; }
      .journey-node small { color: #8b9b91; font: 9px var(--fmono); }
      .journey-node b { color: #27372f; font-size: 14px; }
      .journey-node em { grid-column: 2; color: #768279; font-size: 10px; font-style: normal; }
      .journey-map__orbit { position: absolute; border: 1px solid rgba(31, 81, 65, .12); border-radius: 50%; }
      .journey-map__orbit--one { width: 260px; height: 260px; right: -150px; top: 88px; }
      .journey-map__orbit--two { width: 190px; height: 190px; left: -105px; bottom: 35px; }
      .journey-tag { position: absolute; z-index: 2; padding: 7px 10px; border: 1px solid #b8cdbd; border-radius: 100px; background: rgba(248, 245, 237, .94); color: #315d49; font: 8px var(--fmono); letter-spacing: .04em; white-space: nowrap; box-shadow: 0 8px 22px rgba(31, 81, 65, .1); }
      .journey-tag--proof { right: 13px; top: 156px; }
      .journey-tag--audit { left: 16px; bottom: 76px; }

      /* Product tour: a deliberate dark chapter between light editorial sections. */
      .product-tour { overflow: hidden; background: #153c30; color: #f2eee3; }
      .product-tour::before { content: ''; position: absolute; width: 640px; height: 640px; right: -280px; top: -360px; border: 1px solid rgba(218, 234, 222, 0.13); border-radius: 50%; box-shadow: 0 0 0 90px rgba(218, 234, 222, 0.025), 0 0 0 180px rgba(218, 234, 222, 0.018); }
      .product-tour .ix { color: #a9c8b6; }
      .product-tour .ix::before { background: #a9c8b6; }
      .product-tour__head { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(30px, 7vw, 100px); align-items: end; margin-bottom: clamp(38px, 6vw, 64px); }
      .product-tour__head h2 { max-width: 12ch; margin-top: 17px; color: #f5f1e8; font-size: clamp(36px, 5.4vw, 62px); }
      .product-tour__head h2 span { color: #9fc4ae; font-style: italic; }
      .product-tour__head > p { max-width: 52ch; color: #bad0c4; font-size: clamp(15px, 1.7vw, 18px); line-height: 1.7; }
      .product-demo { overflow: hidden; border: 1px solid rgba(240, 236, 226, 0.22); border-radius: 22px; background: #f5f1e8; box-shadow: 0 35px 90px rgba(6, 24, 18, 0.27); color: #211f1a; }
      .product-tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid #d9d2c2; background: #ede8dc; }
      .product-tabs button { position: relative; min-width: 0; display: grid; grid-template-columns: auto 1fr; gap: 0 10px; padding: 19px 20px; border: 0; border-right: 1px solid #d9d2c2; background: transparent; color: #746d5f; font: inherit; text-align: left; cursor: pointer; }
      .product-tabs button:last-child { border-right: 0; }
      .product-tabs button::after { content: ''; position: absolute; left: 18px; right: 18px; bottom: -1px; height: 3px; background: #1f5141; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
      .product-tabs button[aria-selected='true'] { background: #f5f1e8; color: #1f5141; }
      .product-tabs button[aria-selected='true']::after { transform: scaleX(1); }
      .product-tabs button > span { grid-row: span 2; align-self: center; font-family: var(--fmono); font-size: 11px; color: #9b927f; }
      .product-tabs b { font-family: var(--fsans); font-size: 14px; }
      .product-tabs small { overflow: hidden; font-size: 10px; color: #9b927f; white-space: nowrap; text-overflow: ellipsis; }
      .product-panel { min-height: 510px; display: grid; grid-template-columns: 0.78fr 1.22fr; animation: panelIn .32s cubic-bezier(.2,.7,.2,1); }
      .product-panel[hidden] { display: none; }
      .product-panel__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 62px); }
      .panel-kicker { font-family: var(--fmono); font-size: 10px; letter-spacing: 0.13em; text-transform: uppercase; color: #4b8068; }
      .product-panel__copy h3 { max-width: 15ch; margin-top: 14px; font-size: clamp(27px, 3.1vw, 38px); line-height: 1.08; }
      .product-panel__copy p { max-width: 43ch; margin-top: 17px; color: #726a59; font-size: 14px; line-height: 1.65; }
      .product-panel__copy ul { display: flex; flex-direction: column; gap: 10px; margin-top: 23px; }
      .product-panel__copy li { display: flex; align-items: center; gap: 9px; color: #4a4538; font-size: 13px; }
      .product-panel__copy li i { width: 18px; height: 18px; display: grid; place-items: center; flex: none; border-radius: 50%; background: #e0ebe2; color: #1f5141; font-size: 9px; font-style: normal; }
      .concept-visual { position: relative; min-width: 0; min-height: 410px; margin: 34px 34px 34px 0; overflow: hidden; border: 1px solid #cfc8b9; border-radius: 50% 16px 50% 16px; background-color: #e7e3d8; background-image: radial-gradient(rgba(31, 81, 65, .13) .8px, transparent .8px); background-size: 18px 18px; }
      .concept-caption { position: absolute; top: 18px; left: 20px; color: #6f7d73; font: 9px var(--fmono); letter-spacing: .12em; text-transform: uppercase; }
      .concept-core__mark { width: 39px; height: 39px; display: block; flex: none; border-radius: 10px; overflow: hidden; }
      .concept-core__mark img { display: block; width: 100%; height: 100%; object-fit: cover; }
      .concept-result { display: flex; align-items: center; gap: 11px; padding: 13px 16px; border: 1px solid #aac4b2; border-radius: 11px; background: #f6f7f1; box-shadow: 0 10px 25px rgba(31, 81, 65, .09); }
      .concept-result > i { width: 28px; height: 28px; display: grid; place-items: center; flex: none; border-radius: 50%; background: #1f5141; color: white; font-style: normal; font-size: 11px; }
      .concept-result span, .concept-core > div, .concept-register__sources span, .concept-approval span, .concept-export__source div { display: flex; flex-direction: column; }
      .concept-result small, .concept-core small, .concept-register__sources small, .concept-approval small, .concept-export__source small { color: #829087; font-size: 8px; }
      .concept-result b, .concept-core b, .concept-register__sources b, .concept-approval b, .concept-export__source b { color: #29483b; font-size: 11px; }

      .concept-register { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 56px 32px 28px; }
      .concept-register__sources { width: min(100%, 430px); display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
      .concept-register__sources > div { display: flex; align-items: center; gap: 11px; padding: 14px; border: 1px solid #d0c9ba; border-radius: 11px; background: rgba(251, 248, 241, .88); }
      .concept-register__sources > div > i { width: 34px; height: 34px; display: grid; place-items: center; flex: none; border-radius: 50%; background: #e0ebe2; color: #1f5141; font-style: normal; }
      .concept-register__sources svg { width: 19px; height: 19px; stroke-width: 1.6; }
      .concept-arrow { height: 46px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
      .concept-arrow i { width: 1px; height: 22px; background: #799986; }
      .concept-arrow em { margin-top: 3px; color: #8a938c; font: 7px var(--fmono); font-style: normal; }
      .concept-core { display: flex; align-items: center; gap: 12px; padding: 13px 18px; border: 1px solid #8aaa94; border-radius: 12px; background: #dfe9e1; }

      .concept-engine { display: grid; grid-template-columns: 1fr 42px 1.25fr 42px 1fr; align-items: center; gap: 0; padding: 55px 24px 24px; }
      .concept-engine__inputs, .concept-engine__outputs { display: flex; flex-direction: column; gap: 10px; }
      .concept-engine__inputs span, .concept-engine__outputs span { display: flex; align-items: center; gap: 8px; padding: 11px; border: 1px solid #d1cabb; border-radius: 9px; background: rgba(251, 248, 241, .9); color: #4f5b54; font-size: 9px; }
      .concept-engine__inputs i { width: 7px; height: 7px; flex: none; border-radius: 50%; background: #7a9b87; }
      .concept-engine__outputs i { width: 18px; height: 18px; display: grid; place-items: center; flex: none; border-radius: 50%; background: #dce9df; color: #315d49; font-size: 8px; font-style: normal; }
      .concept-engine__outputs span:last-child i { background: #f1e5c1; color: #7d611b; }
      .concept-engine__join, .concept-engine__split { height: 1px; background: #8ca898; }
      .concept-engine__core { aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: 1px solid #7c9e89; border-radius: 50%; background: #dce8df; box-shadow: 0 0 0 12px rgba(220, 232, 223, .45); }
      .concept-engine__core .concept-core__mark { margin-bottom: 9px; }
      .concept-engine__core small { color: #788b80; font-size: 8px; }
      .concept-engine__core b { color: #29483b; font-size: 11px; }

      .concept-approval { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 55px 30px 24px; }
      .concept-approval__start { display: flex; align-items: center; gap: 10px; padding: 12px 16px; border: 1px solid #cfc8ba; border-radius: 11px; background: rgba(251, 248, 241, .9); }
      .concept-approval__start > i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: #e0ebe2; color: #1f5141; }
      .concept-approval__start svg { width: 19px; height: 19px; }
      .concept-approval__branch, .concept-approval__merge { width: 55%; height: 30px; border-left: 1px solid #8ca898; border-right: 1px solid #8ca898; }
      .concept-approval__branch { border-top: 1px solid #8ca898; transform: rotate(180deg); }
      .concept-approval__merge { border-top: 1px solid #8ca898; }
      .concept-approval__people { width: min(100%, 430px); display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
      .concept-approval__people > div { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px; padding: 13px; border: 1px solid #d0c9ba; border-radius: 11px; background: #fbf8f1; }
      .concept-approval__people > div > i { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: #e1ebe3; color: #315d49; font-style: normal; }
      .concept-approval__people svg { width: 18px; height: 18px; }
      .concept-approval__people em { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: #1f5141; color: white; font-size: 8px; font-style: normal; }

      .concept-export { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 55px 30px 24px; }
      .concept-export__source { display: flex; align-items: center; gap: 11px; padding: 12px 16px; border: 1px solid #8aaa94; border-radius: 12px; background: #dfe9e1; }
      .concept-export__track { position: relative; height: 64px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: min(100%, 400px); }
      .concept-export__track span, .concept-export__track::after { content: ''; height: 1px; background: #8ca898; }
      .concept-export__track i { width: 34px; height: 34px; display: grid; place-items: center; margin: 0 9px; border: 1px solid #8aaa94; border-radius: 50%; background: #f8f5ed; color: #1f5141; font-style: normal; }
      .concept-export__track svg { width: 17px; height: 17px; stroke-width: 1.6; }
      .concept-export__track em { position: absolute; margin-top: 45px; justify-self: center; color: #7f8c84; font: 7px var(--fmono); font-style: normal; }
      .concept-export__formats { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin-bottom: 22px; }
      .concept-export__formats span { padding: 6px 9px; border: 1px solid #c6d3c9; border-radius: 100px; background: rgba(248, 245, 237, .9); color: #53655b; font: 8px var(--fmono); }

      /* Scroll reveals and persistent mobile conversion point. */
      html.reveal-ready [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .72s cubic-bezier(.2,.7,.2,1), transform .72s cubic-bezier(.2,.7,.2,1); }
      html.reveal-ready [data-reveal].is-visible { opacity: 1; transform: none; }
      .mobile-demo-cta { display: none; }

      @keyframes routeProgress { from { height: 22%; } to { height: 78%; } }
      @keyframes panelIn { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }

      @media (max-width: 1040px) {
        .product-panel { grid-template-columns: .88fr 1.12fr; }
        .product-panel__copy { padding: 38px; }
      }

      @media (max-width: 820px) {
        .product-tour__head { grid-template-columns: 1fr; align-items: start; }
        .product-tabs { display: flex; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; }
        .product-tabs::-webkit-scrollbar { display: none; }
        .product-tabs button { min-width: 174px; flex: 1 0 174px; }
        .product-panel { grid-template-columns: 1fr; }
        .product-panel__copy { padding: 36px 34px 26px; }
        .product-panel__copy h3 { max-width: 20ch; }
        .product-panel__copy p { max-width: 60ch; }
        .product-panel__copy ul { display: grid; grid-template-columns: 1fr 1fr; }
        .concept-visual { min-height: 390px; margin: 0 24px 24px; }
      }

      @media (max-width: 620px) {
        .wrap { padding-left: 20px; padding-right: 20px; }
        .sec { padding-top: 76px; padding-bottom: 76px; }
        .hero .wrap { padding-top: 46px; padding-bottom: 64px; }
        .hero h1 { font-size: clamp(39px, 12.4vw, 58px); }
        .hero-note { gap: 8px 14px; }
        .journey-map { min-height: 470px; padding: 32px 24px; border-radius: 44% 44% 36% 36% / 30% 30% 42% 42%; }
        .journey-map__route { width: min(100%, 285px); }
        .journey-tag--proof { right: -4px; }
        .journey-tag--audit { left: -6px; }
        .product-tour__head h2 { font-size: 42px; }
        .product-demo { margin-left: -4px; margin-right: -4px; border-radius: 17px; }
        .product-panel__copy { padding: 32px 24px 24px; }
        .product-panel__copy ul { grid-template-columns: 1fr; }
        .concept-visual { min-height: 390px; margin: 0 14px 14px; border-radius: 80px 14px 80px 14px; }
        .concept-register { padding: 54px 18px 20px; }
        .concept-register__sources { gap: 8px; }
        .concept-register__sources > div { padding: 10px; }
        .concept-register__sources > div > i { display: none; }
        .concept-engine { grid-template-columns: 1fr 24px 1.2fr 24px 1fr; padding: 52px 10px 18px; }
        .concept-engine__inputs span, .concept-engine__outputs span { padding: 8px 6px; font-size: 7px; }
        .concept-engine__core .concept-core__mark { width: 31px; height: 31px; }
        .concept-engine__core b { font-size: 9px; }
        .concept-approval { padding: 52px 15px 20px; }
        .concept-approval__people { gap: 8px; }
        .concept-approval__people > div { grid-template-columns: 1fr auto; padding: 10px; }
        .concept-approval__people > div > i { display: none; }
        .concept-export { padding: 52px 16px 20px; }
        .lp a.mobile-demo-cta {
          position: fixed;
          z-index: 45;
          left: 12px;
          right: 12px;
          bottom: max(12px, env(safe-area-inset-bottom));
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 18px;
          padding: 12px 15px;
          border: 1px solid rgba(242, 238, 227, 0.22);
          border-radius: 13px;
          background: #153c30;
          color: #f8f5ed;
          box-shadow: 0 15px 40px rgba(18, 41, 34, 0.32);
        }
        .lp .mobile-demo-cta > span { display: flex; flex-direction: column; font-size: 14px; font-weight: 600; line-height: 1.25; }
        .lp .mobile-demo-cta small { color: #a9c8b6; font-size: 9px; font-weight: 400; letter-spacing: .05em; text-transform: uppercase; }
        .lp .mobile-demo-cta svg { width: 20px; height: 20px; flex: none; }
        .foot { padding-bottom: 112px; }
      }

      @media (prefers-reduced-motion: reduce) {
        .journey-map__line i { animation: none; }
        .product-panel { animation: none; }
        html.reveal-ready [data-reveal] { opacity: 1; transform: none; transition: none; }
      }
