
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("../fonts/dmsans-latin.7c87a648293f.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("../fonts/dmsans-latin-ext.49935c4b6235.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --bg: #ffffff;
  --bg-soft: #f8f9fb;
  --bg-3: #f5f6f8;
  --bg-4: #eaecf0;
  --border: #e5e7eb;
  --border-strong: #d5dae1;

  --text: #0f172a;
  --text-muted: #64748b;
  --text-dim: #94a3b8;

  --ink: #000000;

  --ao-brand: linear-gradient(135deg, #953ee8 0%, #eb44b0 55%, #ff4146 100%);
  --accent: #c13a5d;
  --accent-soft: #fdf2f6;

  --go: #065f46;
  --go-bg: #d1fae5;
  --mid: #92400e;
  --mid-bg: #fef3c7;
  --no: #991b1b;
  --no-bg: #fee2e2;

  --radius: 10px;
  --radius-lg: 16px;
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.05);
  --shadow-md: 0 2px 4px rgba(15, 23, 42, 0.06), 0 6px 16px rgba(15, 23, 42, 0.05);
  --shadow-lg: 0 18px 50px rgba(15, 23, 42, 0.13), 0 4px 12px rgba(15, 23, 42, 0.05);

  --nav-h: 84px;
  --maxw: 1180px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; }
::selection { background: #fbd5e0; color: var(--text); }

h1, h2, h3, h4 { font-weight: 700; letter-spacing: -0.025em; line-height: 1.14; color: var(--text); }

.ao-wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.ao-section { padding: 96px 0; }

.ao-section[id] { scroll-margin-top: calc(var(--nav-h) + 16px); }

.ao-hero {
  min-height: calc(100vh - var(--nav-h));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 24px 96px;
  text-align: center;
}
.ao-hero-inner { width: 100%; max-width: 1120px; }

.ao-brand { display: inline-flex; align-items: center; gap: 11px; }

.ao-brand-mark { display: block; height: 28px; width: auto; }
.ao-brand-name { font-size: 24px; font-weight: 500; letter-spacing: -0.012em; color: #1f1f1f; }

.ao-hero-title {
  margin: 34px auto 0;

  max-width: 23ch;
  font-size: clamp(32px, 4.6vw, 66px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.022em;
}

.ao-hero-cta { margin-top: 72px; display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }

.ao-hero-cta2 { margin-top: 14px; display: flex; justify-content: center; }

.ao-stage-section { padding: 0 24px 140px; }
.ao-stage {
  position: relative;
  overflow: hidden;
  max-width: 1360px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border-radius: 28px;
  background: #0d0d0d;

  --sa-fs: clamp(30px, 5.4vw, 78px);
}
@keyframes ao-approach {
  from { transform: scale(0.5); }
  to   { transform: scale(1); }
}
@supports (animation-timeline: view()) {
  .ao-stage {
    animation: ao-approach linear both;
    animation-timeline: view();

    animation-range: entry 0% entry 100%;
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}

.ao-sa {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  font-size: var(--sa-fs);
}

.ao-sa-brand, .ao-sa-msg, .ao-sa-cta { grid-area: 1 / 1; }
.ao-sa-brand { display: grid; place-items: center; }
.ao-sa-rise, .ao-sa-ver { grid-area: 1 / 1; }
.ao-sa-rise { display: flex; transform: translateY(calc(var(--sa-fs) * -0.38)); }
.ao-sa-lockup { display: flex; align-items: center; gap: calc(var(--sa-fs) * 0.26); }

.ao-sa-mark { display: block; width: calc(var(--sa-fs) * 0.693); height: var(--sa-fs); }
.ao-sa-word {
  color: #fff; font-size: var(--sa-fs); font-weight: 400;
  letter-spacing: -0.03em; line-height: 1; white-space: nowrap;
}
.ao-sa-word strong { font-weight: 700; }
.ao-sa-ver {
  position: relative;

  isolation: isolate;
  color: #fff; font-size: calc(var(--sa-fs) * 0.56); font-weight: 300;
  letter-spacing: 0.02em; line-height: 1;

  text-shadow: 0 0 calc(var(--sa-fs) * 0.36) rgba(255, 122, 196, 0.45);
  transform: translateY(calc(var(--sa-fs) * 0.70));
}

.ao-sa-ver::before {
  content: '';
  position: absolute; z-index: -1;
  left: 50%; top: 50%;
  width: calc(var(--sa-fs) * 4.4); height: calc(var(--sa-fs) * 2.6);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(closest-side,
    rgba(255, 68, 161, 0.34),
    rgba(198, 60, 214, 0.15) 38%,
    rgba(149, 62, 232, 0.05) 66%,
    rgba(149, 62, 232, 0) 100%);
  filter: blur(calc(var(--sa-fs) * 0.22));
  pointer-events: none;
}

.ao-sa-msg { text-align: center; color: #fff; }
.ao-sa-line {
  position: relative; display: block;

  width: max-content; max-width: 100%; margin: 0 auto;
  font-size: calc(var(--sa-fs) * 0.40); font-weight: 400;
  letter-spacing: -0.02em; line-height: 1.42;
}
.ao-sa-txt { display: block; white-space: nowrap; }
.ao-sa-caret {
  position: absolute; top: 0.16em; bottom: 0.16em; left: 100%;
  width: max(2px, calc(var(--sa-fs) * 0.035));
  background: #fff; opacity: 0;
}

.ao-sa-cta {
  transform: translateY(calc(var(--sa-fs) * 1.42));
  display: inline-flex; align-items: center; justify-content: center;
  gap: 0.5em;
  height: calc(var(--sa-fs) * 0.80);
  padding: 0 calc(var(--sa-fs) * 0.44);
  border: 0; border-radius: 999px;
  background: #fff; color: #111;
  font-family: inherit; font-size: calc(var(--sa-fs) * 0.26); font-weight: 500;
  letter-spacing: -0.01em; white-space: nowrap; cursor: pointer;
  transition: background 0.16s;
}
.ao-sa-cta:hover { background: #e6e8ea; }
.ao-sa-cta svg { width: 1em; height: 1em; }

.ao-sa-brand { opacity: 0; filter: blur(calc(var(--sa-fs) * 0.14)); }

.ao-stage.is-armed .ao-sa-brand { opacity: 1; filter: none; }
.ao-stage.is-armed .ao-sa-txt { clip-path: inset(0 100% 0 0); }
.ao-stage.is-armed .ao-sa-rise { transform: none; }
.ao-stage.is-armed .ao-sa-cta { opacity: 0; visibility: hidden; }
.ao-stage.is-armed .ao-sa-mark { opacity: 0; }
.ao-stage.is-armed .ao-sa-lockup { transform: translateX(calc(50% - var(--sa-fs) * 0.347)); }
.ao-stage.is-armed .ao-sa-word { opacity: 0; clip-path: inset(0 100% 0 0); }
.ao-stage.is-armed .ao-sa-ver { opacity: 0; transform: translateY(calc(var(--sa-fs) * 0.36)); }

.ao-stage.is-in .ao-sa-mark   { animation: sa-pop    .58s cubic-bezier(.34, 1.42, .52, 1) .14s both; }
.ao-stage.is-in .ao-sa-lockup { animation: sa-slide  .68s cubic-bezier(.22, .61, .36, 1) .80s both; }
.ao-stage.is-in .ao-sa-word   { animation: sa-reveal .64s cubic-bezier(.22, .61, .36, 1) .84s both; }
.ao-stage.is-in .ao-sa-rise   { animation: sa-rise   .56s cubic-bezier(.22, .61, .36, 1) 1.68s both; }
.ao-stage.is-in .ao-sa-ver    { animation: sa-ver    .52s cubic-bezier(.22, .61, .36, 1) 1.86s both; }
.ao-stage.is-in .ao-sa-brand  { animation: sa-out    .50s ease-in 2.85s forwards; }

.ao-stage.is-in .ao-sa-l1 .ao-sa-txt   { animation: sa-type .60s steps(20, end) 3.30s forwards; }
.ao-stage.is-in .ao-sa-l1 .ao-sa-caret {
  animation: sa-caret-run .60s steps(20, end) 3.30s forwards,
             sa-caret-off .01s linear 4.02s forwards;
}
.ao-stage.is-in .ao-sa-l2 .ao-sa-txt   { animation: sa-type .48s steps(16, end) 4.08s forwards; }
.ao-stage.is-in .ao-sa-l2 .ao-sa-caret {
  animation: sa-caret-run .48s steps(16, end) 4.08s forwards,
             sa-blink .85s steps(1, end) 4.62s infinite;
}

.ao-stage.is-in .ao-sa-cta { animation: sa-cta .40s cubic-bezier(.22, .61, .36, 1) 4.76s forwards; }

@keyframes sa-pop {
  from { opacity: 0; transform: scale(.30); }
  55%  { opacity: 1; transform: scale(1.12); }
  to   { opacity: 1; transform: scale(1); }
}
@keyframes sa-slide {
  from { transform: translateX(calc(50% - var(--sa-fs) * 0.347)); }
  to   { transform: translateX(0); }
}

@keyframes sa-reveal {
  from { opacity: 0; clip-path: inset(0 100% 0 0); }
  to   { opacity: 1; clip-path: inset(0 0 0 0); }
}
@keyframes sa-rise {
  from { transform: translateY(0); }
  to   { transform: translateY(calc(var(--sa-fs) * -0.38)); }
}
@keyframes sa-ver {
  from { opacity: 0; transform: translateY(calc(var(--sa-fs) * 0.36)); }
  to   { opacity: 1; transform: translateY(calc(var(--sa-fs) * 0.70)); }
}

@keyframes sa-out {
  from { opacity: 1; filter: blur(0); }
  to   { opacity: 0; filter: blur(calc(var(--sa-fs) * 0.14)); }
}
@keyframes sa-type {
  from { clip-path: inset(0 100% 0 0); }
  to   { clip-path: inset(0 0 0 0); }
}
@keyframes sa-caret-run {
  from { opacity: 1; left: 0; }
  to   { opacity: 1; left: 100%; }
}
@keyframes sa-caret-off { to { opacity: 0; } }

@keyframes sa-cta {
  from { opacity: 0; visibility: hidden; transform: translateY(calc(var(--sa-fs) * 1.60)); }
  to   { opacity: 1; visibility: visible; transform: translateY(calc(var(--sa-fs) * 1.42)); }
}
@keyframes sa-blink {
  0%   { opacity: 1; }
  50%  { opacity: 0; }
  100% { opacity: 1; }
}

.ao-features { padding: 20px 24px 40px; }

.ao-feat {
  position: relative; z-index: 1;
  max-width: 1360px; margin: 0 auto;
  display: grid; grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: 72px; align-items: center;
  padding: 96px 0;
}
.ao-feat-text h2 {
  font-size: clamp(28px, 3.1vw, 44px);
  font-weight: 400; letter-spacing: -0.025em; line-height: 1.1;
}
.ao-feat-name { font-weight: 600; }

.ao-pulse { position: relative; display: inline-block; }
.ao-pulse-cv {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1; pointer-events: none;
}
.ao-feat-text p {
  margin-top: 20px; max-width: 46ch;
  font-size: 17px; line-height: 1.62; color: var(--text-muted);
}

.ao-solo {
  max-width: 1360px;
  margin: 0 auto;
  padding: 96px 0 0;
  text-align: center;
}
.ao-solo-head h2 {
  font-size: clamp(28px, 3.1vw, 44px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.1;
}
.ao-solo-head p {
  margin: 20px auto 0;
  max-width: 58ch;
  font-size: 17px;
  line-height: 1.62;
  color: var(--text-muted);
}
.ao-sortstage {
  position: relative;
  height: 260vh;
  margin-top: -170px;
  margin-bottom: -8vh;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.ao-sortpin {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.ao-sortbox-cv {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ao-sortbox-caps {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0;
}
.ao-sortbox-caps span {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  padding: 15px 30px;
  white-space: nowrap;
  border-radius: 999px;
  background: #14111f;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 10px 30px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.18s ease;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #fff;
}
.ao-sortbox-caps span.is-on { opacity: 1; transition: opacity 0.4s ease 0.18s; }

@media (max-width: 700px) {
  .ao-solo { padding: 64px 0; }
  .ao-sortstage { height: 240vh; margin-top: -255px; margin-bottom: -10vh; }
  .ao-sortbox-caps span { font-size: 15px; padding: 12px 22px; }
}

.ao-feat-visual {
  display: flex; align-items: center; justify-content: center;
  aspect-ratio: 4 / 3;
  padding: 30px;
  border-radius: 28px;
  background: #f4f6f9;
  overflow: hidden;
}
.ao-mock { width: 100%; font-size: 12px; line-height: 1.4; }

.ao-feat-img { display: block; width: 100%; height: auto; border-radius: 14px; }

.ao-feat-visual:has(.ao-feat-img) { aspect-ratio: auto; padding: 22px; }

.ao-feat-visual:has(.mk-podium) { aspect-ratio: auto; padding: 22px; }

.ao-feat-visual-toile { aspect-ratio: auto; padding: 22px; align-items: stretch; }
.ao-feat-visual-toile .aotoile { flex: 1; }
.mk-board { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 14px 16px 8px; }
.mk-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 10px; }
.mk-toolbar-t { font-weight: 600; font-size: 13px; color: #0f172a; }
.mk-lane { position: relative; display: flex; align-items: center; gap: 10px; padding: 9px 6px; border-top: 1px solid #f4f6f9; border-radius: 8px; }
.mk-lane:first-of-type { border-top: 0; }
.mk-score {
  flex-shrink: 0; min-width: 42px; text-align: center;
  font-size: 13px; font-weight: 800; line-height: 1; font-variant-numeric: tabular-nums;
  color: #0f172a; padding: 5px 7px; border-radius: 7px; background: #f1f5f9;
}
.mk-score.go { background: #d1fae5; color: #065f46; }
.mk-score.mid { background: #fef3c7; color: #92400e; }
.mk-lane-main { min-width: 0; flex: 1; }
.mk-lane-t { display: block; font-size: 12.5px; font-weight: 600; color: #0f172a; line-height: 1.35; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mk-lane-m { display: block; font-size: 10.5px; color: #64748b; margin-top: 2px; }
.mk-lane-m i { font-style: normal; color: #cbd5e1; margin: 0 2px; }
.mk-pjd-fact.is-action { margin-left: auto; }
.mk-pjd-btn.is-primary { background: #0f172a; color: #fff; border-color: #0f172a; }
.mk-pjd-btn.is-primary svg { color: rgba(255,255,255,.6); }
.mk-pjd-tbl thead th.num, .mk-pjd-tbl tbody td.num { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
.mk-pf { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 15px 17px; }
.mk-pf-h { display: flex; align-items: center; gap: 9px; margin-bottom: 12px; }
.mk-pf-ic { flex-shrink: 0; width: 28px; height: 28px; border-radius: 8px; background: #f5f3ff; color: #7c3aed; display: flex; align-items: center; justify-content: center; }
.mk-pf-ic svg { width: 15px; height: 15px; }
.mk-pf-t { display: block; font-size: 13px; font-weight: 700; color: #0f172a; }
.mk-pf-sub { display: block; font-size: 10.5px; color: #94a3b8; margin-top: 1px; }
.mk-pref { display: flex; gap: 10px; align-items: flex-start; padding: 10px 2px; border-top: 1px solid #f1f5f9; }
.mk-pref:first-of-type { border-top: 0; }
.mk-badge { flex-shrink: 0; font-size: 8.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; padding: 3px 7px; border-radius: 999px; margin-top: 2px; }
.mk-badge.preference { background: #d1fae5; color: #065f46; }
.mk-badge.neutral { background: #e2e8f0; color: #475569; }
.mk-badge.exclusion { background: #fee2e2; color: #991b1b; }
.mk-pref-body { flex: 1; min-width: 0; }
.mk-pref-t { display: block; font-size: 12px; color: #0f172a; line-height: 1.4; }
.mk-pref-m { display: block; font-size: 10px; color: #94a3b8; margin-top: 3px; }
.mk-dictate {
  display: flex; align-items: center; gap: 9px;
  margin-top: 12px; padding: 9px 11px;
  border: 1px solid #ede9fe; border-radius: 10px; background: #faf9ff;
}
.mk-mic { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: #7c3aed; color: #fff; display: flex; align-items: center; justify-content: center; }
.mk-mic svg { width: 11px; height: 11px; }
.mk-type { font-size: 11.5px; color: #4c1d95; white-space: nowrap; overflow: hidden; }

.ao-feat .mk-lane, .ao-feat .mk-pref, .ao-feat .mk-dictate { opacity: 1; }

@keyframes mk-slide { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.ao-feat.is-in .mk-lane { animation: mk-lane-in var(--mk-cycle) ease-out infinite; }
.ao-feat.is-in .mk-lane:nth-of-type(3) { animation-delay: .1s; }
.ao-feat.is-in .mk-lane:nth-of-type(4) { animation-delay: .2s; }
.ao-feat.is-in .mk-lane:nth-of-type(5) { animation-delay: .3s; }
@keyframes mk-lane-in {
  0%   { opacity: 0; transform: translateY(10px); }
  3%   { opacity: 1; transform: none; }
  100% { opacity: 1; transform: none; }
}

.ao-feat.is-in .mk-lane-target {
  animation: mk-lane-in var(--mk-cycle) ease-out infinite,
             mk-lane-hit var(--mk-cycle) ease-in-out infinite;
}
@keyframes mk-lane-hit {
  0%, 11%     { background: transparent; }
  12.5%, 17%  { background: #f8fafc; }
  18.5%, 100% { background: transparent; }
}
.ao-feat.is-in .mk-lane-target .mk-lane-t { animation: mk-lane-hit-t var(--mk-cycle) ease-in-out infinite; }
@keyframes mk-lane-hit-t {
  0%, 11%     { color: #0f172a; }
  12.5%, 17%  { color: #c13a5d; }
  18.5%, 100% { color: #0f172a; }
}

.ao-feat.is-in .mk-cursor { animation: mk-cursor var(--mk-cycle) ease-in-out infinite; }
@keyframes mk-cursor {
  0%, 2%    { opacity: 0; transform: translate(560px, 400px); }
  5%        { opacity: 1; transform: translate(430px, 300px); }
  13%       { opacity: 1; transform: translate(0, 0) scale(1); }
  14.5%     { opacity: 1; transform: translate(0, 0) scale(.78); }
  16%       { opacity: 1; transform: translate(0, 0) scale(1); }
  18%       { opacity: 1; transform: translate(0, 0); }
  21%, 100% { opacity: 0; transform: translate(0, 0); }
}
.ao-feat.is-in .mk-ripple { animation: mk-ripple var(--mk-cycle) ease-out infinite; }
@keyframes mk-ripple {
  0%, 14%   { opacity: 0; transform: scale(.2); }
  15.5%     { opacity: .55; transform: scale(1); }
  19%, 100% { opacity: 0; transform: scale(3.4); }
}

.ao-feat.is-in .mk-screen-list { animation: mk-list var(--mk-cycle) ease-in-out infinite; }
@keyframes mk-list {
  0%, 16%   { opacity: 1; transform: none; }
  19%, 100% { opacity: 0; transform: translateY(-12px) scale(.985); }
}
.ao-feat.is-in .mk-screen-detail .mk-pjd > * { animation: mk-detail var(--mk-cycle) ease-out infinite; }
.ao-feat.is-in .mk-screen-detail .mk-pjd > *:nth-child(2) { animation-delay: .12s; }
.ao-feat.is-in .mk-screen-detail .mk-pjd > *:nth-child(3) { animation-delay: .24s; }
@keyframes mk-detail {
  0%, 16.5% { opacity: 0; transform: translateY(10px); }
  21%, 90%  { opacity: 1; transform: none; }
  95%, 100% { opacity: 0; transform: translateY(-8px); }
}

.ao-feat.is-in .mk-pjd-scroll { animation: mk-scroll var(--mk-cycle) ease-in-out infinite; }
@keyframes mk-scroll {
  0%, 24%   { transform: translateY(0); }
  40%, 44%  { transform: translateY(calc((-100% + var(--mk-frame)) * .34)); }
  60%, 64%  { transform: translateY(calc((-100% + var(--mk-frame)) * .70)); }
  80%, 95%  { transform: translateY(calc(-100% + var(--mk-frame))); }
  100%      { transform: translateY(0); }
}

.ao-feat.is-in .mk-pref { animation: mk-slide 0.5s ease-out backwards; }
.ao-feat.is-in .mk-pref:nth-of-type(2) { animation-delay: .12s; }
.ao-feat.is-in .mk-pref-new { animation: mk-slide 0.5s ease-out 2.5s backwards; }
.ao-feat.is-in .mk-type { animation: mk-typing 2.1s steps(56, end) .5s backwards; }
@keyframes mk-typing { from { width: 0; } to { width: 100%; } }
.ao-feat.is-in .mk-mic { animation: mk-beat-mic 1.3s ease-in-out .5s 2; }
@keyframes mk-beat-mic { 50% { box-shadow: 0 0 0 6px rgba(124,58,237,.16); } }

.ao-blogs { max-width: 1408px; margin: 0 auto; padding: 40px 24px 130px; }

.ao-blogs-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap; margin-bottom: 48px;
}
.ao-blogs-head h2 {
  font-size: clamp(30px, 3.1vw, 44px);
  font-weight: 400; letter-spacing: -0.025em; line-height: 1.1;
}

.ao-blogs-track {
  --gap: 48px;
  display: flex; gap: var(--gap);
  overflow-x: auto; overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory; scroll-behavior: smooth;
  scrollbar-width: none; -ms-overflow-style: none;
}
.ao-blogs-track::-webkit-scrollbar { display: none; }
.ao-blogs-track:focus-visible { outline: 2px solid var(--ink); outline-offset: 6px; border-radius: 4px; }

.ao-blog-card {
  position: relative; scroll-snap-align: start;
  flex: 0 0 calc((100% - 2.87 * var(--gap)) / 3.87);
  padding-bottom: 64px;
}
.ao-blog-card + .ao-blog-card::before {
  content: ''; position: absolute; top: 0; bottom: 0;
  left: calc(-1 * var(--gap) / 2); width: 1px; background: var(--border);
}

.ao-blog-media {
  display: block; aspect-ratio: 1 / 1; overflow: hidden;
  border-radius: 20px; background: var(--bg-3);
}

.ao-blog-media img {
  width: 100%; height: 100%; display: block;
  object-fit: cover; object-position: left center;
  transition: transform 0.4s ease;
}
.ao-blog-card:hover .ao-blog-media img { transform: scale(1.035); }

.ao-blog-title {
  margin-top: 38px;
  font-size: clamp(19px, 1.75vw, 26px);
  font-weight: 400; letter-spacing: -0.02em; line-height: 1.22;
  min-height: calc(3 * 1.22em);
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
  overflow: hidden;
}
.ao-blog-title a { color: inherit; }
.ao-blog-card:hover .ao-blog-title a { text-decoration: underline; text-underline-offset: 4px; }

.ao-blog-meta {
  display: flex; flex-wrap: wrap; gap: 6px 22px;
  margin-top: 28px; font-size: 14px; color: var(--text-muted);
}
.ao-blog-link {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 20px; font-size: 14px; color: var(--text);
  transition: gap 0.16s;
}
.ao-blog-link svg { width: 14px; height: 14px; }
.ao-blog-card:hover .ao-blog-link { gap: 12px; }

.ao-blogs-nav {
  display: inline-flex; gap: 4px; margin-top: 30px;
  padding: 5px; background: #f1f3f4; border-radius: 999px;
}
.ao-blogs-arrow {
  width: 44px; height: 44px; border: 0; border-radius: 50%;
  background: transparent; color: #1f1f1f; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background 0.16s, opacity 0.16s;
}
.ao-blogs-arrow svg { width: 20px; height: 20px; }
.ao-blogs-arrow:hover { background: #fff; }
.ao-blogs-arrow[disabled] { opacity: 0.32; cursor: default; background: transparent; }

@media (max-width: 1024px) {
  .ao-blogs { padding-bottom: 90px; }
  .ao-blogs-track { --gap: 32px; }
  .ao-blog-card { flex-basis: calc((100% - 1.4 * var(--gap)) / 2.4); padding-bottom: 48px; }
  .ao-blog-title { margin-top: 28px; }
  .ao-blog-meta { margin-top: 20px; }
}
@media (max-width: 640px) {
  .ao-blogs { padding-bottom: 70px; }
  .ao-blogs-track { --gap: 22px; }
  .ao-blog-card { flex-basis: 78%; }
  .ao-blogs-head { margin-bottom: 32px; }
}

.ao-page-main { padding-top: var(--nav-h); }

.ao-pricing { position: relative; max-width: 1408px; margin: 0 auto; padding: 20px 24px 130px; }

.ao-gw {
  --gw-cell: 44px;
  --gw-line: rgba(15, 23, 42, 0.075);

  position: absolute;
  top: 0; bottom: 0; left: 50%;
  width: 100vw; margin-left: -50vw;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 14%, #000 84%, transparent 100%);
          mask-image: linear-gradient(to bottom, transparent 0, #000 14%, #000 84%, transparent 100%);
}

.ao-gw-in {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, var(--gw-line) 1px, transparent 1px),
    linear-gradient(to bottom, var(--gw-line) 1px, transparent 1px);
  background-size: var(--gw-cell) var(--gw-cell);
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 9%, #000 91%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0, #000 9%, #000 91%, transparent 100%);
}

.ao-gw.is-live .ao-gw-in { background-image: none; }
.ao-gw-cv { position: absolute; inset: 0; display: block; }

.ao-pricing-head,
.ao-plans,
.ao-billing { position: relative; z-index: 1; }

.ao-pricing-head { max-width: 640px; margin-bottom: 48px; }
.ao-pricing-head h1,
.ao-pricing-head h2 {
  font-size: clamp(30px, 3.1vw, 44px);
  font-weight: 400; letter-spacing: -0.025em; line-height: 1.1;
}
.ao-pricing-lede { margin-top: 18px; font-size: 17px; color: var(--text-muted); }

.ao-offer {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 32px 40px; align-items: start;
  margin-bottom: 24px; padding: 34px 34px 32px;
  scroll-margin-top: calc(var(--nav-h) + 20px);
  border-radius: 24px; border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(90% 130% at 100% 0%, rgba(255, 65, 70, 0.42) 0%, rgba(255, 65, 70, 0) 62%),
    radial-gradient(80% 120% at 0% 100%, rgba(149, 62, 232, 0.4) 0%, rgba(149, 62, 232, 0) 60%),
    linear-gradient(160deg, #16121f 0%, #0b0d16 100%);
  color: #fff;
  overflow: hidden;
}

.ao-offer-t {
  color: #fff;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 500; letter-spacing: -0.025em; line-height: 1.15;
}
.ao-offer-lede {
  margin-top: 14px; max-width: 58ch;
  font-size: 15px; line-height: 1.65; color: rgba(255, 255, 255, 0.72);
}

.ao-offer-gauge { margin-top: 26px; max-width: 460px; }
.ao-offer-count { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.ao-offer-n {
  font-size: 40px; font-weight: 600; line-height: 1; letter-spacing: -0.03em;
  color: #ff6b5e;
}
.ao-offer-n-l { font-size: 14px; color: rgba(255, 255, 255, 0.72); }
.ao-offer-bar {
  margin-top: 12px; height: 8px; border-radius: 999px;
  background: rgba(255, 255, 255, 0.14); overflow: hidden;
}
.ao-offer-bar i {
  display: block; height: 100%; border-radius: 999px;
  background: var(--ao-brand);
  min-width: 6px;
}
.ao-offer-sub { margin-top: 10px; font-size: 13px; color: rgba(255, 255, 255, 0.5); }

.ao-offer.is-last .ao-offer-bar i { background: #ff4146; }
.ao-offer.is-last .ao-offer-n { color: #ff4146; }
.ao-offer.is-closed .ao-offer-n { color: rgba(255, 255, 255, 0.6); }
.ao-offer.is-closed .ao-offer-bar i { background: rgba(255, 255, 255, 0.35); }

.ao-offer-features {
  list-style: none; margin: 26px 0 0;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 26px; font-size: 14.5px;
}
.ao-offer-features li { display: grid; grid-template-columns: 18px 1fr; gap: 11px; align-items: start; }
.ao-offer-features .ao-plan-ic { color: rgba(255, 255, 255, 0.55); }

.ao-offer-side {
  background: #fff; color: var(--text);
  border-radius: 18px; padding: 24px 22px 22px;
}
.ao-offer-form-t { font-size: 17px; font-weight: 600; letter-spacing: -0.01em; }
.ao-offer-form-lede { margin-top: 8px; font-size: 13.5px; line-height: 1.6; color: var(--text-muted); }

.ao-offer-alert {
  margin-top: 14px; padding: 10px 12px; border-radius: 10px;
  background: var(--no-bg); color: var(--no); font-size: 13px; line-height: 1.5;
}

.ao-offer-form { margin-top: 16px; }
.ao-offer-field { margin-bottom: 12px; }
.ao-offer-field label {
  display: block; margin-bottom: 6px;
  font-size: 12.5px; font-weight: 600; color: var(--text-muted);
}
.ao-offer-field input {
  width: 100%; height: 44px; padding: 0 13px;
  border: 1px solid var(--border-strong); border-radius: 10px;
  background: #fff; color: var(--text);
  font-size: 15px; font-family: inherit;
}
.ao-offer-field input:focus {
  outline: none; border-color: var(--text);
  box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.08);
}

.ao-offer-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.ao-offer-btn { width: 100%; margin-top: 6px; }
.ao-offer-note { margin-top: 12px; font-size: 12.5px; line-height: 1.55; color: var(--text-muted); }

.ao-offer-done-t { font-size: 17px; font-weight: 600; letter-spacing: -0.01em; }
.ao-offer-done p { margin-top: 10px; font-size: 14px; line-height: 1.6; color: var(--text-muted); }
.ao-offer-done .ao-offer-btn { margin-top: 18px; }

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

.ao-plan {
  position: relative; display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--border); border-radius: 20px;
  padding: 30px 26px 28px;
}

.ao-plan-popular {
  border-color: transparent;
  border-width: 2px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--ao-brand) border-box;
}
.ao-plan-badge {
  position: absolute; top: -11px; left: 26px;
  background: var(--ao-brand); color: #fff;
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 999px;
}

.ao-plan-name { font-size: 15px; font-weight: 700; }
.ao-plan-price { display: flex; align-items: baseline; gap: 7px; margin-top: 14px; flex-wrap: wrap; }
.ao-plan-amount { font-size: 40px; font-weight: 500; letter-spacing: -0.03em; line-height: 1; }
.ao-plan-period { font-size: 14px; color: var(--text-muted); }

.ao-plan-for { font-size: 14px; color: var(--text-muted); margin-top: 12px; min-height: 44px; }

.ao-ico-defs { position: absolute; width: 0; height: 0; overflow: hidden; }

.ao-plan-features {
  list-style: none; margin: 22px 0 26px;
  display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; font-size: 14.5px;
}
.ao-plan-features li { display: grid; grid-template-columns: 18px 1fr; gap: 11px; align-items: start; }

.ao-plan-ic {
  width: 17px; height: 17px; margin-top: 2px;
  fill: none; stroke: currentColor; stroke-width: 1.7;
  stroke-linecap: round; stroke-linejoin: round;
  color: var(--text-muted);
}

.ao-plan-features li.off { color: var(--text-dim); }

.ao-plan-cta { margin-top: auto; }
.ao-plan-btn { width: 100%; }

.ao-billing {
  margin-top: 40px; border: 1px solid var(--border); border-radius: 20px;
  background: #fff; overflow: hidden;
}
.ao-billing-t { padding: 22px 26px 16px; font-size: 15px; font-weight: 700; }
.ao-billing-row {
  display: flex; justify-content: space-between; align-items: baseline; gap: 20px;
  padding: 14px 26px; border-top: 1px solid var(--border);
  font-size: 14.5px; color: var(--text-muted);
}
.ao-billing-row b { color: var(--text); font-weight: 600; white-space: nowrap; }
.ao-billing-note {
  padding: 16px 26px 20px; border-top: 1px solid var(--border);
  background: var(--bg-soft); font-size: 13.5px; color: var(--text-muted);
}

.ao-fit {
  position: relative; z-index: 1;
  margin-top: 24px; padding: 34px 26px;
  border: 1px solid var(--border); border-radius: 20px; background: #fff;
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 34px 44px; align-items: start;
}
.ao-fit-t { font-size: 22px; font-weight: 600; letter-spacing: -0.02em; }
.ao-fit-lede { margin-top: 10px; font-size: 14.5px; color: var(--text-muted); }

.ao-fit-lab {
  display: block; margin: 22px 0 8px;
  font-size: 14px; font-weight: 500; color: var(--text);
}

.ao-fit-sel {
  -webkit-appearance: none; -moz-appearance: none; appearance: none;
  width: 100%; height: 54px; padding: 0 46px 0 16px;
  font-family: inherit; font-size: 16px;
  font-weight: 500;
  color: var(--text); cursor: pointer;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9.5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 19px 19px;
  border: 1px solid var(--border-strong); border-radius: 14px;
  box-shadow: var(--shadow-sm);
  transition: border-color 0.16s, box-shadow 0.16s, background-color 0.16s;
}
.ao-fit-sel::-ms-expand { display: none; }
.ao-fit-sel:hover { border-color: #b8c0cb; background-color: var(--bg-soft); }
.ao-fit-sel:focus-visible {
  outline: none; border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

.ao-fit-sel.is-set { border-color: var(--ink); }
.ao-fit-sel option { color: var(--text); background: #fff; }

.ao-fit-field { position: relative; }
.ao-fit-field.is-upgraded .ao-fit-sel { display: none; }

.ao-sel-btn {
  width: 100%; height: 54px; padding: 0 46px 0 16px;
  display: flex; align-items: center; text-align: left;
  font-family: inherit; font-size: 16px; font-weight: 500;
  color: var(--text); cursor: pointer;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9.5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 19px 19px;
  border: 1px solid var(--border-strong); border-radius: 14px;
  box-shadow: var(--shadow-sm);
  transition: border-color 0.16s, box-shadow 0.16s, background-color 0.16s;
}
.ao-sel-btn:hover { border-color: #b8c0cb; background-color: var(--bg-soft); }
.ao-sel-btn:focus-visible {
  outline: none; border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}
.ao-sel-btn.is-set { border-color: var(--ink); }
.ao-sel-btn[aria-expanded="true"] { border-color: var(--ink); background-color: #fff; }
.ao-sel-val { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ao-sel-btn.is-empty .ao-sel-val { color: var(--text-muted); font-weight: 400; }

.ao-sel-panel {
  position: absolute; z-index: 20; left: 0; right: 0; top: calc(100% + 8px);
  max-height: 306px; overflow-y: auto; overscroll-behavior: contain;
  margin: 0; padding: 6px; list-style: none;
  background: #fff; border: 1px solid var(--border-strong); border-radius: 14px;
  box-shadow: var(--shadow-lg);
  animation: ao-sel-in 0.13s ease-out;
}

.ao-sel-panel.is-up { top: auto; bottom: calc(100% + 8px); }
.ao-sel-panel:focus { outline: none; }

.ao-sel-opt {
  padding: 11px 13px; border-radius: 10px;
  font-size: 15px; line-height: 1.35; color: var(--text); cursor: pointer;
}

.ao-sel-opt.is-active { background: var(--bg-3); }
.ao-sel-opt[aria-selected="true"] { font-weight: 600; background: var(--accent-soft); }

@keyframes ao-sel-in {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: none; }
}

.ao-fit-out { min-height: 190px; }
.ao-fit-out[hidden] { display: block; visibility: hidden; }

.ao-fit-vol { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.ao-fit-n {
  font-size: 40px; font-weight: 500; letter-spacing: -0.03em; line-height: 1;
}
.ao-fit-vol-l { font-size: 13.5px; color: var(--text-muted); max-width: 30ch; }

.ao-fit-reco { margin-top: 22px; }
.ao-fit-reco-h { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.ao-fit-reco-lab {
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase;
  color: var(--text-dim);
}
.ao-fit-reco-plan { font-size: 17px; font-weight: 600; }
.ao-fit-reco-plan b { font-weight: 600; }

.ao-fit-reco-plan i { font-style: normal; font-weight: 400; color: var(--text-muted); font-size: 14px; margin-left: 5px; }
.ao-fit-why { margin-top: 10px; font-size: 14px; line-height: 1.6; color: var(--text-muted); }
.ao-fit-cta { margin-top: 18px; }

.ao-fit-note {
  grid-column: 1 / -1;
  padding-top: 22px; border-top: 1px solid var(--border);
  font-size: 13.5px; color: var(--text-muted);
}
.ao-fit-note a { color: var(--text); text-decoration: underline; text-underline-offset: 2px; }

@media (max-width: 860px) {

  .ao-fit { grid-template-columns: 1fr; gap: 26px; padding: 28px 22px; }
  .ao-fit-out { min-height: 0; }
  .ao-fit-out[hidden] { display: none; }
}

@media (max-width: 1024px) {
  .ao-pricing { padding-bottom: 90px; }

  .ao-plans { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ao-offer { grid-template-columns: 1fr; gap: 26px; padding: 28px 24px 26px; }
  .ao-offer-gauge { max-width: none; }
}
@media (max-width: 640px) {
  .ao-pricing { padding-bottom: 70px; }
  .ao-plans { grid-template-columns: 1fr; }
  .ao-plan-for { min-height: 0; }
  .ao-billing-row { flex-direction: column; gap: 4px; }
  .ao-offer { padding: 24px 18px 22px; border-radius: 20px; }
  .ao-offer-features { grid-template-columns: 1fr; }
  .ao-offer-side { padding: 20px 16px 18px; }
  .ao-offer-n { font-size: 34px; }
}

.ao-pill {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: 46px; padding: 0 26px;
  border: 0; border-radius: 999px;
  font-size: 16px; font-weight: 500; font-family: inherit;
  cursor: pointer; white-space: nowrap;
  transition: background 0.16s, color 0.16s;
}
.ao-pill svg { width: 18px; height: 18px; }
.ao-pill-dark { background: #000; color: #fff; }
.ao-pill-dark:hover { background: #1f1f1f; }
.ao-pill-soft { background: #f1f3f4; color: #1f1f1f; }
.ao-pill-soft:hover { background: #e5e8ea; }

.ao-pill-offer {
  background: var(--ao-brand); color: #fff;
  box-shadow: 0 10px 26px rgba(235, 68, 176, 0.32);
  transition: box-shadow 0.18s, transform 0.18s;
}
.ao-pill-offer:hover { box-shadow: 0 14px 32px rgba(235, 68, 176, 0.44); transform: translateY(-1px); }
.ao-pill-offer svg { transition: transform 0.18s; }
.ao-pill-offer:hover svg { transform: translateY(2px); }

.ao-pill-line { background: #fff; color: #1f1f1f; box-shadow: inset 0 0 0 1px var(--border-strong); }
.ao-pill-line:hover { background: #f8f9fb; box-shadow: inset 0 0 0 1px #b8c0cb; }

.ao-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 42px; padding: 0 20px;
  border: 1px solid transparent; border-radius: 8px;
  font-size: 14px; font-weight: 600; font-family: inherit;
  cursor: pointer; white-space: nowrap;
  transition: background 0.16s, border-color 0.16s, color 0.16s, transform 0.16s;
}
.ao-btn-primary { background: var(--ink); color: #fff; }
.ao-btn-primary:hover { background: #1f1f1f; transform: translateY(-1px); }
.ao-btn-ghost { background: #fff; color: var(--text); border-color: var(--border-strong); }
.ao-btn-ghost:hover { background: var(--bg-3); border-color: #b8c0cb; }
.ao-btn-lg { height: 48px; padding: 0 26px; font-size: 15px; }

.ao-nav {
  position: sticky; top: 0; z-index: 100;
  padding: 12px 16px;
  background: transparent;
  pointer-events: none;
}
.ao-nav-inner {
  pointer-events: auto;
  position: relative;
  max-width: 1200px; margin: 0 auto; padding: 12px 28px;
  display: flex; align-items: center; gap: 32px;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-radius: 999px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
  transition: box-shadow 0.2s;
}

.ao-nav.is-stuck .ao-nav-inner { box-shadow: 0 6px 22px rgba(15, 23, 42, 0.12); }
.ao-logo {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 17px; font-weight: 400; letter-spacing: -0.02em; color: var(--text);
}

.ao-logo strong { font-weight: 700; }
.ao-logo-mark { display: block; height: 23px; width: auto; }
.ao-nav-links { display: flex; align-items: center; gap: 24px; margin-right: auto; }
.ao-nav-links a {
  font-size: 14px; font-weight: 500; color: var(--text-muted);
  padding: 6px 0; border-bottom: 1.5px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}
.ao-nav-links a:hover { color: var(--text); border-bottom-color: var(--accent); }
.ao-nav-actions { display: flex; align-items: center; gap: 14px; }
.ao-nav-actions .ao-btn { height: 36px; padding: 0 16px; }
.ao-nav-login { font-size: 14px; font-weight: 600; color: var(--text-muted); }

.ao-nav-mobile-cta { display: none; }
.ao-nav-login:hover { color: var(--text); }

.ao-burger {
  display: none; width: 38px; height: 38px; align-items: center; justify-content: center;
  background: #fff; border: 1px solid var(--border); border-radius: 8px; cursor: pointer; color: var(--text);
}

@media (max-width: 1020px) {

  .ao-feat { grid-template-columns: minmax(0, 1fr); gap: 34px; padding: 64px 0; }
  .ao-feat-text p { max-width: none; }
  .ao-feat-visual { aspect-ratio: 5 / 4; padding: 20px; border-radius: 22px; }
}

@media (max-width: 860px) {
  .ao-section { padding: 68px 0; }
  .ao-features { padding: 10px 20px 20px; }
  .ao-hero { padding: 32px 20px 72px; }
  .ao-hero-title { margin-top: 28px; max-width: 13ch; }
  .ao-hero-cta { margin-top: 40px; }
  .ao-brand-mark { height: 26px; }
  .ao-brand-name { font-size: 23px; }
  .ao-nav-links { display: none; }
  .ao-nav-inner { gap: 14px; padding: 10px 16px; }
  .ao-logo { margin-right: auto; }
  .ao-burger { display: flex; }

  .ao-nav.is-open .ao-nav-links {
    display: flex; flex-direction: column; align-items: stretch; gap: 0;
    position: absolute; top: calc(100% + 8px); left: 0; right: 0;
    background: rgba(255, 255, 255, 0.96);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    border-radius: 20px; padding: 6px 24px 10px;
    box-shadow: 0 6px 22px rgba(15, 23, 42, 0.12);
  }
  .ao-nav.is-open .ao-nav-links a { padding: 12px 0; border-bottom: 1px solid var(--border); }
  .ao-nav.is-open .ao-nav-links a:last-child { border-bottom: 0; }
  .ao-nav-login { display: none; }

  .ao-nav-actions .ao-btn { display: none; }
  .ao-nav.is-open .ao-nav-mobile-cta { display: block; color: var(--text); font-weight: 700; }
}

@media (max-width: 480px) {

  .ao-hero-cta { flex-direction: column; align-items: stretch; }
  .ao-pill { width: 100%; }

  .ao-blogs-head .ao-pill { width: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .ao-stage { animation: none; transform: none; }

  .ao-feat.is-in * { animation: none !important; }
  html { scroll-behavior: auto; }
  .ao-btn:hover { transform: none; }

  .ao-sel-panel { animation: none; }

  .ao-stage.is-armed .ao-sa-lockup { transform: none; }
  .ao-stage.is-armed .ao-sa-rise { transform: translateY(calc(var(--sa-fs) * -0.38)); }
  .ao-stage.is-armed .ao-sa-ver { transform: translateY(calc(var(--sa-fs) * 0.70)); }
  .ao-stage.is-armed .ao-sa-word { clip-path: none; }
  .ao-stage.is-armed .ao-sa-txt { clip-path: none; opacity: 0; }

  .ao-stage.is-in .ao-sa-mark  { animation: sa-fade-in .45s ease .10s both; }
  .ao-stage.is-in .ao-sa-word  { animation: sa-fade-in .45s ease .55s both; }
  .ao-stage.is-in .ao-sa-ver   { animation: sa-fade-in .45s ease 1.10s both; }
  .ao-stage.is-in .ao-sa-lockup,
  .ao-stage.is-in .ao-sa-rise  { animation: none; }
  .ao-stage.is-in .ao-sa-brand { animation: sa-fade-out .45s ease 2.05s forwards; }
  .ao-stage.is-in .ao-sa-l1 .ao-sa-txt { animation: sa-fade-in .45s ease 2.45s forwards; }
  .ao-stage.is-in .ao-sa-l2 .ao-sa-txt { animation: sa-fade-in .45s ease 2.80s forwards; }

  .ao-stage.is-in .ao-sa-l1 .ao-sa-caret,
  .ao-stage.is-in .ao-sa-l2 .ao-sa-caret { animation: none; opacity: 0; }

  .ao-stage.is-in .ao-sa-cta { animation: sa-cta-still .40s ease 3.45s forwards; }
}
@keyframes sa-fade-in  { from { opacity: 0; } to { opacity: 1; } }
@keyframes sa-fade-out { from { opacity: 1; } to { opacity: 0; } }
@keyframes sa-cta-still {
  from { opacity: 0; visibility: hidden; }
  to   { opacity: 1; visibility: visible; }
}
