/* Apollo AI — apollo-ai.us — "Sandstone Board" */
:root {
  --aus-ink: #1b1f2a;
  --aus-ink-2: #2b3142;
  --aus-body: #4a4f5e;
  --aus-sand: #faf5ec;
  --aus-sand-2: #f2e9d8;
  --aus-orange: #ff7a2f;
  --aus-orange-dk: #e0601a;
  --aus-orange-lt: #fff0e5;
  --aus-sky: #2f8ff0;
  --aus-sky-lt: #e6f2fe;
  --aus-lime: #7cc242;
  --aus-line: #e9dfcc;
  --aus-card: #ffffff;
  --aus-hd: "Sora", "Segoe UI", system-ui, Arial, sans-serif;
  --aus-tx: "Work Sans", "Segoe UI", system-ui, Arial, sans-serif;
  --aus-w: 1180px;
  --aus-sh: 0 2px 0 rgba(27, 31, 42, .05), 0 22px 44px -30px rgba(27, 31, 42, .5);
  --aus-e: cubic-bezier(.2, .8, .2, 1);
}
*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 80px; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--aus-tx); font-size: 18.5px; line-height: 1.7; color: var(--aus-body); background: var(--aus-sand); }
img, svg { display: block; max-width: 100%; height: auto; }
a { color: var(--aus-orange-dk); text-underline-offset: 3px; }
a:hover { color: var(--aus-sky); }
h1, h2, h3, h4 { font-family: var(--aus-hd); color: var(--aus-ink); margin: 0 0 .5em; line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(38px, 5.6vw, 68px); font-weight: 800; }
h2 { font-size: clamp(28px, 3.5vw, 44px); font-weight: 700; }
h3 { font-size: clamp(19px, 1.8vw, 22px); font-weight: 700; }
p { margin: 0 0 1em; }
:focus-visible { outline: 3px solid var(--aus-sky); outline-offset: 3px; }
.aus-skip { position: absolute; left: -9999px; }
.aus-skip:focus { left: 10px; top: 10px; z-index: 300; background: var(--aus-ink); color: #fff; padding: 10px 14px; }
.aus-box { width: 100%; max-width: var(--aus-w); margin: 0 auto; padding: 0 22px; }
.aus-part { padding: clamp(60px, 7.5vw, 104px) 0; }
.aus-part--white { background: #fff; }
.aus-part--ink { background: var(--aus-ink); color: #c7cbd8; }
.aus-part--ink h2, .aus-part--ink h3 { color: #fff; }
.aus-part--orange { background: linear-gradient(180deg, var(--aus-orange-lt), var(--aus-sand)); }
.aus-label { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px; font-family: var(--aus-hd); font-weight: 700; font-size: 13.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--aus-orange-dk); }
.aus-label b { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 6px; background: var(--aus-ink); color: #fff; font-size: 12px; letter-spacing: 0; }
.aus-part--ink .aus-label { color: #ffb487; }
.aus-part--ink .aus-label b { background: var(--aus-orange); color: var(--aus-ink); }
.aus-headline { max-width: 760px; margin-bottom: clamp(30px, 4vw, 50px); }
.aus-headline--mid { margin-inline: auto; text-align: center; }
.aus-big { font-size: clamp(18px, 1.6vw, 20.5px); }

/* buttons: squared with offset shadow */
.aus-cta { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 58px; padding: 12px 28px; border: 2px solid var(--aus-ink); border-radius: 10px; font-family: var(--aus-hd); font-weight: 700; font-size: 17.5px; text-decoration: none; color: var(--aus-ink); background: var(--aus-orange); box-shadow: 4px 4px 0 var(--aus-ink); transition: transform .2s var(--aus-e), box-shadow .2s var(--aus-e); }
.aus-cta:hover { color: var(--aus-ink); transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--aus-ink); }
.aus-cta:active { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--aus-ink); }
.aus-cta svg { width: 20px; height: 20px; }
.aus-cta--white { background: #fff; }
.aus-cta--block { width: 100%; }
.aus-part--ink .aus-cta { border-color: #fff; box-shadow: 4px 4px 0 #fff; }

/* header */
.aus-hdr { position: sticky; top: 0; z-index: 90; background: rgba(250, 245, 236, .94); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 2px solid var(--aus-ink); }
.aus-hdr-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 70px; }
.aus-logo { display: inline-flex; align-items: center; gap: 10px; font-family: var(--aus-hd); font-weight: 800; font-size: 21px; color: var(--aus-ink); text-decoration: none; letter-spacing: -.02em; }
.aus-logo svg { width: 36px; height: 36px; }
.aus-logo small { font-weight: 600; font-size: 13px; color: var(--aus-orange-dk); margin-left: 2px; }
.aus-links { display: flex; align-items: center; gap: 6px; }
.aus-links ul { display: flex; list-style: none; margin: 0; padding: 0; gap: 2px; }
.aus-links ul a { display: block; padding: 8px 12px; font-family: var(--aus-hd); font-weight: 600; font-size: 16px; color: var(--aus-ink); text-decoration: none; border-bottom: 3px solid transparent; }
.aus-links ul a:hover { border-bottom-color: var(--aus-orange); color: var(--aus-ink); }
.aus-links .aus-cta { min-height: 46px; padding: 6px 20px; font-size: 16px; box-shadow: 3px 3px 0 var(--aus-ink); }
.aus-toggle { display: none; width: 48px; height: 48px; border: 2px solid var(--aus-ink); border-radius: 10px; background: #fff; cursor: pointer; }
.aus-toggle svg { width: 24px; height: 24px; margin: 0 auto; }

/* hero */
.aus-hero { position: relative; padding: clamp(40px, 5.5vw, 76px) 0 clamp(56px, 7vw, 92px); background-image: linear-gradient(var(--aus-line) 1px, transparent 1px), linear-gradient(90deg, var(--aus-line) 1px, transparent 1px); background-size: 44px 44px; background-position: -1px -1px; }
.aus-hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(700px 420px at 20% 30%, rgba(250, 245, 236, .96), rgba(250, 245, 236, .6) 70%); pointer-events: none; }
.aus-hero > .aus-box { position: relative; z-index: 1; }
.aus-hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(28px, 4.4vw, 64px); align-items: start; }
.aus-hero h1 mark { background: none; color: var(--aus-orange-dk); box-shadow: inset 0 -.22em 0 var(--aus-sky-lt); }
.aus-hero-p { font-size: clamp(18px, 1.65vw, 20.5px); max-width: 600px; }
.aus-bul { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 8px; }
.aus-bul li { position: relative; padding-left: 32px; font-weight: 600; color: var(--aus-ink); }
.aus-bul li::before { content: ""; position: absolute; left: 0; top: 5px; width: 20px; height: 20px; border-radius: 5px; background: var(--aus-lime); box-shadow: inset 0 0 0 2px var(--aus-ink); }
.aus-bul li::after { content: ""; position: absolute; left: 6px; top: 8px; width: 6px; height: 11px; border: solid var(--aus-ink); border-width: 0 2.5px 2.5px 0; transform: rotate(45deg); }
.aus-four { list-style: none; padding: 0; margin: 0 0 28px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 2px solid var(--aus-ink); border-radius: 12px; overflow: hidden; background: #fff; }
.aus-four li { padding: 12px 8px; text-align: center; font-family: var(--aus-hd); font-weight: 600; font-size: 14.5px; color: var(--aus-ink); line-height: 1.25; }
.aus-four li + li { border-left: 2px solid var(--aus-ink); }
.aus-four b { display: block; font-size: 24px; font-weight: 800; color: var(--aus-orange-dk); }
.aus-hero-act { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.aus-hero-act span { font-size: 15px; }
.aus-hero-side { min-width: 0; }
.aus-banner { position: relative; padding: 24px 20px 30px; border: 2px solid var(--aus-ink); border-radius: 18px; background: radial-gradient(circle at 50% 45%, #fff 0%, var(--aus-sky-lt) 75%); box-shadow: 6px 6px 0 var(--aus-ink); }
.aus-banner img { width: min(250px, 64%); margin: 0 auto; filter: drop-shadow(0 22px 26px rgba(27, 31, 42, .35)); animation: aus-hover 6s ease-in-out infinite; }
.aus-sticker { position: absolute; padding: 6px 12px; border: 2px solid var(--aus-ink); border-radius: 8px; background: var(--aus-orange); font-family: var(--aus-hd); font-weight: 700; font-size: 13.5px; color: var(--aus-ink); transform: rotate(-4deg); }
.aus-sticker--1 { top: 16px; left: -10px; } .aus-sticker--2 { bottom: 18px; right: -10px; background: var(--aus-lime); transform: rotate(3deg); }

/* hero visual: frequency dial */
.aus-dial { margin: 22px 0 0; padding: 18px; border: 2px solid var(--aus-ink); border-radius: 18px; background: #fff; box-shadow: 6px 6px 0 var(--aus-ink); }
.aus-dial-top { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 4px 12px; margin-bottom: 8px; }
.aus-dial-top b { font-family: var(--aus-hd); font-size: 16.5px; color: var(--aus-ink); }
.aus-dial-top span { font-size: 13.5px; }
.aus-dial-in { display: grid; grid-template-columns: minmax(0, 190px) minmax(0, 1fr); gap: 16px; align-items: center; }
.aus-dial svg { width: 100%; height: auto; }
.aus-dial .aus-spoke { stroke-width: 13; stroke-linecap: round; transition: stroke-dasharray .45s var(--aus-e), stroke .3s; }
.aus-dial .aus-lbl { font-family: var(--aus-hd); font-size: 11px; font-weight: 700; fill: var(--aus-ink); text-anchor: middle; dominant-baseline: middle; }
.aus-dial .aus-core { font-family: var(--aus-hd); font-weight: 800; font-size: 22px; fill: var(--aus-ink); text-anchor: middle; dominant-baseline: middle; }
.aus-dial .aus-core-s { font-family: var(--aus-tx); font-size: 9.5px; fill: var(--aus-body); text-anchor: middle; }
.aus-dial-log { list-style: none; padding: 0; margin: 0 0 10px; display: flex; flex-wrap: wrap; gap: 5px; min-height: 58px; align-content: flex-start; }
.aus-dial-log li { padding: 1px 7px; border-radius: 6px; background: var(--aus-sand); border: 1px solid var(--aus-line); font-family: var(--aus-hd); font-weight: 700; font-size: 12.5px; letter-spacing: .1em; color: var(--aus-ink); animation: aus-pop .35s var(--aus-e) both; }
.aus-dial-set small { display: block; font-family: var(--aus-hd); font-weight: 700; font-size: 13px; color: var(--aus-orange-dk); margin-bottom: 6px; }
.aus-dial-set div { display: flex; gap: 6px; }
.aus-dial-set i { font-style: normal; width: 38px; height: 44px; border: 2px solid var(--aus-ink); border-radius: 8px; display: grid; place-items: center; font-family: var(--aus-hd); font-weight: 800; font-size: 21px; color: var(--aus-ink); background: var(--aus-orange-lt); }
.aus-dial-set i.is-new { animation: aus-pop .45s var(--aus-e) both; background: var(--aus-orange); }
.aus-dial-note { margin: 12px 0 0; font-size: 13px; line-height: 1.45; }

/* why strip */
.aus-why { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 2px solid var(--aus-ink); border-radius: 16px; overflow: hidden; background: #fff; box-shadow: 6px 6px 0 var(--aus-ink); }
.aus-why article { padding: 24px 22px; }
.aus-why article + article { border-left: 2px solid var(--aus-ink); }
.aus-why p { margin: 0; font-size: 16.5px; }
.aus-sym { width: 44px; height: 44px; margin-bottom: 12px; display: grid; place-items: center; border-radius: 10px; background: var(--aus-orange-lt); color: var(--aus-orange-dk); }
.aus-sym svg { width: 24px; height: 24px; }

/* split */
.aus-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 64px); align-items: center; }
.aus-frame { border: 2px solid var(--aus-ink); border-radius: 16px; overflow: hidden; background: #fff; box-shadow: 6px 6px 0 var(--aus-ink); }
.aus-ticks { list-style: none; padding: 0; margin: 18px 0; display: grid; gap: 10px; }
.aus-ticks li { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 10px; }
.aus-ticks li::before { content: "→"; font-family: var(--aus-hd); font-weight: 800; color: var(--aus-orange-dk); }
.aus-aside-note { padding: 14px 18px; border-left: 4px solid var(--aus-sky); background: var(--aus-sky-lt); font-size: 16.5px; color: var(--aus-ink); }

/* steps: horizontal track */
.aus-track { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; counter-reset: t; border-top: 2px dashed rgba(255, 255, 255, .25); }
.aus-track li { position: relative; padding: 34px 22px 8px 0; }
.aus-track li::before { counter-increment: t; content: "0" counter(t); position: absolute; top: -18px; left: 0; padding: 4px 10px; border-radius: 6px; background: var(--aus-orange); color: var(--aus-ink); font-family: var(--aus-hd); font-weight: 800; font-size: 15px; }
.aus-track p { margin: 0; font-size: 16.5px; color: #c7cbd8; }

/* tools + gap strip */
.aus-tools { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.aus-tool { padding: 22px; border: 2px solid var(--aus-ink); border-radius: 14px; background: #fff; }
.aus-tool small { display: inline-block; margin-bottom: 8px; padding: 2px 8px; border-radius: 5px; background: var(--aus-sky-lt); color: var(--aus-sky); font-family: var(--aus-hd); font-weight: 700; font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; }
.aus-tool p { margin: 0; font-size: 16.5px; }
.aus-gaps { margin-top: 26px; padding: 22px; border: 2px solid var(--aus-ink); border-radius: 16px; background: var(--aus-ink); color: #c7cbd8; }
.aus-gaps-top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 4px 14px; margin-bottom: 14px; }
.aus-gaps-top b { font-family: var(--aus-hd); color: #fff; font-size: 17px; }
.aus-gaps-top span { font-size: 14px; }
.aus-gap-row { display: grid; grid-template-columns: 54px minmax(0, 1fr) 80px; gap: 10px; align-items: center; margin-bottom: 10px; font-family: var(--aus-hd); font-size: 13.5px; }
.aus-gap-row > b { color: #fff; font-size: 15px; }
.aus-gap-row > em { font-style: normal; color: #ffb487; font-weight: 700; text-align: right; }
.aus-gap-cells { display: grid; grid-template-columns: repeat(20, minmax(0, 1fr)); gap: 3px; }
.aus-gap-cells i { height: 18px; border-radius: 3px; background: rgba(255, 255, 255, .08); transform: scaleY(.3); transition: transform .4s var(--aus-e), background .4s; }
.aus-gaps.aus-show .aus-gap-cells i { transform: none; }
.aus-gaps.aus-show .aus-gap-cells i.on { background: var(--aus-orange); }
.aus-gaps p { margin: 10px 0 0; font-size: 13.5px; }

/* benefits: numbered list two columns */
.aus-gains { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 36px; counter-reset: g; }
.aus-gains li { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 14px; padding: 22px 0; border-bottom: 2px solid var(--aus-line); }
.aus-gains li::before { counter-increment: g; content: counter(g, decimal-leading-zero); font-family: var(--aus-hd); font-weight: 800; font-size: 34px; line-height: 1; color: var(--aus-orange); }
.aus-gains p { margin: 0; font-size: 16.5px; }

/* receipt pricing */
.aus-receipt { max-width: 980px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); border: 2px solid var(--aus-ink); border-radius: 18px; overflow: hidden; background: #fff; box-shadow: 8px 8px 0 var(--aus-ink); }
.aus-receipt-art { display: grid; place-items: center; padding: 30px; background: var(--aus-sky-lt); border-right: 2px solid var(--aus-ink); }
.aus-receipt-art img { width: min(320px, 100%); }
.aus-receipt-body { padding: clamp(24px, 3.6vw, 40px); font-family: var(--aus-hd); }
.aus-line { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px dashed var(--aus-line); font-size: 16px; color: var(--aus-ink); }
.aus-line span:last-child { font-weight: 700; }
.aus-total { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin: 16px 0 6px; }
.aus-total span { font-weight: 700; color: var(--aus-ink); }
.aus-total strong { font-size: clamp(46px, 5.6vw, 62px); line-height: 1; color: var(--aus-ink); }
.aus-was { display: block; text-align: right; margin-bottom: 18px; font-size: 15px; color: var(--aus-body); }
.aus-was s { text-decoration-color: var(--aus-orange-dk); }
.aus-fine-s { display: block; margin-top: 12px; text-align: center; font-family: var(--aus-tx); font-size: 14.5px; }
.aus-guard { max-width: 980px; margin: 0 auto; display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: 28px; align-items: center; padding: clamp(22px, 3.4vw, 36px); border: 2px dashed var(--aus-ink); border-radius: 18px; background: #fff; }
.aus-guard img { width: 160px; }
.aus-guard p { margin: 0; }

/* fit */
.aus-fits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.aus-fits article { padding: 24px; border: 2px solid rgba(255, 255, 255, .2); border-radius: 14px; }
.aus-fits small { display: block; margin-bottom: 8px; color: #ffb487; font-family: var(--aus-hd); font-weight: 700; font-size: 13.5px; letter-spacing: .08em; text-transform: uppercase; }
.aus-fits p { margin: 0; font-size: 16.5px; color: #c7cbd8; }

/* faq two columns */
.aus-ask { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 22px; align-items: start; }
.aus-ask details { border: 2px solid var(--aus-ink); border-radius: 12px; background: #fff; }
.aus-ask summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: minmax(0, 1fr) 28px; gap: 12px; align-items: center; padding: 16px 18px; font-family: var(--aus-hd); font-weight: 700; font-size: 17.5px; color: var(--aus-ink); }
.aus-ask summary::-webkit-details-marker { display: none; }
.aus-ask summary::after { content: "+"; width: 28px; height: 28px; border-radius: 6px; display: grid; place-items: center; background: var(--aus-orange); color: var(--aus-ink); font-size: 20px; font-weight: 800; }
.aus-ask details[open] summary::after { content: "–"; background: var(--aus-lime); }
.aus-ask details p { margin: 0; padding: 0 18px 18px; font-size: 16.5px; }

/* close */
.aus-close { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: 30px; align-items: center; padding: clamp(30px, 5vw, 58px); border: 2px solid var(--aus-ink); border-radius: 22px; background: var(--aus-orange); box-shadow: 8px 8px 0 var(--aus-ink); }
.aus-close p { color: var(--aus-ink); }
.aus-close .aus-cta { background: #fff; }
.aus-close img { width: min(300px, 100%); margin: 0 auto; }

/* inner */
.aus-intro { padding: clamp(38px, 5.6vw, 70px) 0 clamp(28px, 3.6vw, 46px); border-bottom: 2px solid var(--aus-ink); background: #fff; }
.aus-intro h1 { font-size: clamp(32px, 4.4vw, 52px); }
.aus-crumb { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; padding: 0; margin: 0 0 12px; font-size: 15px; font-family: var(--aus-hd); }
.aus-crumb a { text-decoration: none; }
.aus-crumb li + li::before { content: "/"; margin-right: 6px; color: var(--aus-orange); }
.aus-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 46px; padding-top: clamp(34px, 5vw, 60px); padding-bottom: clamp(50px, 6vw, 80px); }
.aus-text { max-width: 760px; font-size: clamp(18px, 1.5vw, 19.5px); line-height: 1.8; }
.aus-text h2 { font-size: clamp(24px, 2.6vw, 32px); margin-top: 1.4em; }
.aus-text ul, .aus-text ol { padding-left: 1.2em; }
.aus-text li { margin-bottom: .45em; }
.aus-text li::marker { color: var(--aus-orange-dk); font-weight: 800; }
.aus-rail { align-self: start; position: sticky; top: 92px; display: grid; gap: 16px; }
.aus-rail-card { padding: 20px; border: 2px solid var(--aus-ink); border-radius: 14px; background: #fff; }
.aus-rail-card img { width: 60%; margin: 0 auto 10px; }
.aus-rail-card h3 { font-size: 19px; }
.aus-rail-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.aus-rail-card ul a { font-family: var(--aus-hd); font-weight: 600; font-size: 16px; text-decoration: none; }
.aus-tbl { overflow-x: auto; margin: 22px 0; border: 2px solid var(--aus-ink); border-radius: 12px; background: #fff; }
.aus-tbl table { width: 100%; min-width: 460px; border-collapse: collapse; font-size: 16.5px; }
.aus-tbl th, .aus-tbl td { padding: 12px 16px; text-align: left; border-bottom: 1px solid var(--aus-line); }
.aus-tbl th { background: var(--aus-sand-2); font-family: var(--aus-hd); color: var(--aus-ink); }
.aus-posts { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr)); gap: 18px; }
.aus-post { display: flex; flex-direction: column; padding: 22px; border: 2px solid var(--aus-ink); border-radius: 14px; background: #fff; text-decoration: none; color: var(--aus-body); box-shadow: 4px 4px 0 var(--aus-ink); transition: transform .2s var(--aus-e), box-shadow .2s var(--aus-e); }
.aus-post:hover { color: var(--aus-body); transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--aus-ink); }
.aus-post small { font-family: var(--aus-hd); font-weight: 700; font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--aus-orange-dk); }
.aus-post p { margin: 0; font-size: 16.5px; }

/* blog visuals */
.aus-viz { margin: 28px 0; padding: 20px 20px 16px; border: 2px solid var(--aus-ink); border-radius: 14px; background: #fff; }
.aus-viz > b { display: block; font-family: var(--aus-hd); color: var(--aus-ink); font-size: 17.5px; margin-bottom: 12px; }
.aus-viz figcaption { font-size: 14.5px; margin-top: 10px; }
.aus-bars { display: grid; gap: 10px; }
.aus-bars div { display: grid; grid-template-columns: 96px minmax(0, 1fr) 96px; gap: 10px; align-items: center; font-size: 15px; font-family: var(--aus-hd); color: var(--aus-ink); }
.aus-bars i { display: block; height: 18px; width: var(--w); background: var(--aus-orange); border: 2px solid var(--aus-ink); border-radius: 4px; transform: scaleX(0); transform-origin: left center; transition: transform 1.1s var(--aus-e); }
.aus-show .aus-bars i { transform: scaleX(1); }
.aus-bars div:nth-child(2) i { transition-delay: .12s; background: var(--aus-sky); } .aus-bars div:nth-child(3) i { transition-delay: .24s; } .aus-bars div:nth-child(4) i { transition-delay: .36s; background: var(--aus-sky); }
.aus-waffle { display: grid; grid-template-columns: repeat(20, minmax(0, 1fr)); gap: 3px; max-width: 520px; }
.aus-waffle i { aspect-ratio: 1; border-radius: 2px; background: var(--aus-sand-2); transform: scale(0); transition: transform .3s var(--aus-e); }
.aus-waffle i.hit { background: var(--aus-orange); }
.aus-show .aus-waffle i { transform: none; }
.aus-steps { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(0, 1fr); gap: 8px; align-items: end; height: 150px; border-bottom: 2px solid var(--aus-ink); }
.aus-steps span { display: flex; flex-direction: column; justify-content: flex-end; align-items: center; height: 100%; font-family: var(--aus-hd); font-size: 13px; font-weight: 700; color: var(--aus-ink); text-align: center; }
.aus-steps i { width: 100%; height: var(--h); margin-bottom: 6px; background: var(--aus-sky); border: 2px solid var(--aus-ink); border-bottom: 0; border-radius: 4px 4px 0 0; transform: scaleY(0); transform-origin: bottom; transition: transform 1s var(--aus-e); }
.aus-steps span:last-child i { background: var(--aus-orange); }
.aus-show .aus-steps i { transform: scaleY(1); }
.aus-meter { position: relative; height: 34px; border: 2px solid var(--aus-ink); border-radius: 6px; background: repeating-linear-gradient(90deg, var(--aus-sand-2) 0 1px, transparent 1px 10%); overflow: hidden; }
.aus-meter i { position: absolute; top: 6px; bottom: 6px; left: 0; width: var(--w); background: var(--aus-orange); transform: scaleX(0); transform-origin: left center; transition: transform 1.2s var(--aus-e); }
.aus-meter b { position: absolute; top: -2px; bottom: -2px; left: var(--t); width: 3px; background: var(--aus-ink); }
.aus-show .aus-meter i { transform: scaleX(1); }
.aus-meter + .aus-meter { margin-top: 10px; }
.aus-meter-k { display: flex; justify-content: space-between; font-size: 13.5px; font-family: var(--aus-hd); margin-top: 6px; color: var(--aus-ink); }

/* foot */
.aus-ftr { background: var(--aus-ink); color: #a9aebd; padding: 54px 0 100px; font-size: 16px; border-top: 2px solid var(--aus-ink); }
.aus-ftr a { color: #eef0f5; text-decoration: none; }
.aus-ftr a:hover { color: #ffb487; }
.aus-ftr-cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 28px; }
.aus-ftr h4 { color: #fff; font-size: 14.5px; letter-spacing: .1em; text-transform: uppercase; }
.aus-ftr ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.aus-ftr .aus-logo { color: #fff; }
.aus-ftr-legal { margin-top: 32px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: 14.5px; line-height: 1.65; }
.aus-float { position: fixed; right: 16px; bottom: 16px; z-index: 80; display: flex; align-items: center; gap: 12px; padding: 8px 8px 8px 16px; border: 2px solid var(--aus-ink); border-radius: 12px; background: #fff; box-shadow: 4px 4px 0 var(--aus-ink); transform: translateY(160%); transition: transform .4s var(--aus-e); }
.aus-float.is-on { transform: none; }
.aus-float span { font-family: var(--aus-hd); font-weight: 700; font-size: 15px; color: var(--aus-ink); }
.aus-float .aus-cta { min-height: 42px; padding: 4px 18px; font-size: 15px; box-shadow: 2px 2px 0 var(--aus-ink); }

/* motion */
.aus-fx { opacity: 0; transform: translateY(20px); transition: opacity .7s var(--aus-e), transform .7s var(--aus-e); }
.aus-fx.aus-show { opacity: 1; transform: none; }
@keyframes aus-hover { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes aus-pop { from { transform: scale(.5); opacity: 0; } to { transform: none; opacity: 1; } }

/* responsive */
@media (max-width: 1040px) {
  .aus-toggle { display: block; }
  .aus-links { position: fixed; top: 72px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 10px; padding: 16px 22px 24px; background: var(--aus-sand); border-bottom: 2px solid var(--aus-ink); }
  .aus-links.is-open { display: flex; }
  .aus-links ul { flex-direction: column; }
  .aus-links ul a { padding: 12px 6px; font-size: 18px; border-bottom: 1px solid var(--aus-line); }
}
@media (max-width: 940px) {
  .aus-hero-grid, .aus-split, .aus-receipt, .aus-close, .aus-layout { grid-template-columns: minmax(0, 1fr); }
  .aus-receipt-art { border-right: 0; border-bottom: 2px solid var(--aus-ink); }
  .aus-why { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .aus-why article:nth-child(3) { border-left: 0; }
  .aus-why article:nth-child(n+3) { border-top: 2px solid var(--aus-ink); }
  .aus-track { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 30px; }
  .aus-tools, .aus-fits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .aus-ftr-cols { grid-template-columns: 1fr 1fr; }
  .aus-rail { position: static; }
  .aus-close img { order: -1; max-width: 220px; }
}
@media (max-width: 640px) {
  body { font-size: 17.5px; }
  .aus-box { padding: 0 18px; }
  .aus-why, .aus-track, .aus-tools, .aus-fits, .aus-gains, .aus-ask, .aus-ftr-cols { grid-template-columns: minmax(0, 1fr); }
  .aus-why article + article { border-left: 0; border-top: 2px solid var(--aus-ink); }
  .aus-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .aus-four li:nth-child(3) { border-left: 0; }
  .aus-four li:nth-child(n+3) { border-top: 2px solid var(--aus-ink); }
  .aus-hero-act .aus-cta { width: 100%; }
  .aus-dial-in { grid-template-columns: minmax(0, 1fr); }
  .aus-dial svg { max-width: 220px; margin: 0 auto; }
  .aus-sticker--1 { left: 6px; } .aus-sticker--2 { right: 6px; }
  .aus-guard { grid-template-columns: minmax(0, 1fr); text-align: center; }
  .aus-guard img { margin: 0 auto; width: 130px; }
  .aus-gap-row { grid-template-columns: 40px minmax(0, 1fr) 62px; font-size: 12px; }
  .aus-gap-cells { gap: 2px; }
  .aus-gap-cells i { height: 14px; }
  .aus-bars div { grid-template-columns: 76px minmax(0, 1fr) 84px; font-size: 13.5px; }
  .aus-float { left: 12px; right: 12px; justify-content: space-between; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .aus-fx { opacity: 1; transform: none; }
}
