/* Apollo AI — apollosinteligence.com
   Theme: "Morning Draw" — white paper, jade ink, marigold draw balls */

:root {
  --asg-jade: #0b7a64;
  --asg-jade-deep: #065545;
  --asg-jade-mist: #e9f6f1;
  --asg-jade-line: #cfe7de;
  --asg-marigold: #e39b12;
  --asg-marigold-soft: #fff4d9;
  --asg-plum: #5a3d8c;
  --asg-plum-soft: #f1ecfa;
  --asg-ink: #1d2436;
  --asg-ink-soft: #545d72;
  --asg-paper: #ffffff;
  --asg-paper-2: #f7faf9;
  --asg-rule: #e3e9e7;
  --asg-head: "Readex Pro", "Trebuchet MS", "Segoe UI", system-ui, sans-serif;
  --asg-body: "Nunito Sans", "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
  --asg-max: 1180px;
  --asg-r-lg: 30px;
  --asg-r-md: 18px;
  --asg-r-sm: 10px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--asg-body);
  font-size: 19px;
  line-height: 1.72;
  color: var(--asg-ink);
  background: var(--asg-paper);
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--asg-jade); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--asg-jade-deep); }
:focus-visible { outline: 3px solid var(--asg-marigold); outline-offset: 3px; border-radius: 4px; }

h1, h2, h3, h4 {
  font-family: var(--asg-head);
  color: var(--asg-ink);
  line-height: 1.18;
  margin: 0 0 .55em;
  letter-spacing: -.01em;
}
h1 { font-size: clamp(2.1rem, 4.4vw, 3.35rem); font-weight: 700; }
h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 600; }
h3 { font-size: 1.28rem; font-weight: 600; }
p { margin: 0 0 1.1em; }
ul, ol { padding-left: 1.2em; }

.asg-wrap { width: min(100% - 40px, var(--asg-max)); margin-inline: auto; }
.asg-narrow { width: min(100% - 40px, 760px); margin-inline: auto; }
.asg-skip { position: absolute; left: -9999px; top: 8px; background: var(--asg-ink); color: #fff; padding: 10px 16px; z-index: 99; }
.asg-skip:focus { left: 12px; }

.asg-section { padding: clamp(64px, 8vw, 110px) 0; }
.asg-section--tint { background: var(--asg-paper-2); }
.asg-lead { font-size: 1.1rem; color: var(--asg-ink-soft); max-width: 62ch; }
.asg-head-block { max-width: 720px; margin-bottom: 44px; }
.asg-head-block--center { margin-inline: auto; text-align: center; }
.asg-head-block--center .asg-lead { margin-inline: auto; }

/* buttons */
.asg-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--asg-head); font-weight: 600; font-size: 1.02rem;
  padding: 16px 30px; border-radius: 999px; text-decoration: none;
  border: 2px solid transparent; cursor: pointer; transition: background .2s, transform .2s;
}
.asg-btn--go { background: var(--asg-jade); color: #fff; }
.asg-btn--go:hover { background: var(--asg-jade-deep); color: #fff; transform: translateY(-1px); }
.asg-btn--sun { background: var(--asg-marigold); color: #2a1c00; }
.asg-btn--sun:hover { background: #cf8b08; color: #2a1c00; }
.asg-btn--line { border-color: var(--asg-jade-line); color: var(--asg-jade-deep); background: #fff; }
.asg-btn--line:hover { border-color: var(--asg-jade); color: var(--asg-jade-deep); }
.asg-btn--wide { width: 100%; }

/* header */
.asg-top { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--asg-rule); }
.asg-top__bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 74px; }
.asg-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--asg-ink); font-family: var(--asg-head); font-weight: 700; font-size: 1.3rem; }
.asg-logo svg { width: 38px; height: 38px; flex: none; }
.asg-logo small { display: block; font-family: var(--asg-body); font-weight: 600; font-size: .72rem; color: var(--asg-ink-soft); letter-spacing: .02em; margin-top: -3px; }
.asg-nav ul { list-style: none; display: flex; gap: 4px; margin: 0; padding: 0; align-items: center; }
.asg-nav a { display: block; padding: 8px 12px; border-radius: 8px; text-decoration: none; color: var(--asg-ink); font-weight: 600; font-size: .96rem; }
.asg-nav a:hover, .asg-nav a[aria-current="page"] { background: var(--asg-jade-mist); color: var(--asg-jade-deep); }
.asg-nav .asg-btn { padding: 11px 22px; font-size: .95rem; margin-left: 8px; }
.asg-nav .asg-btn:hover { background: var(--asg-jade-deep); color: #fff; }
.asg-burger { display: none; background: none; border: 1px solid var(--asg-rule); border-radius: 10px; width: 46px; height: 46px; cursor: pointer; }
.asg-burger span { display: block; width: 20px; height: 2px; background: var(--asg-ink); margin: 4px auto; }

@media (max-width: 1020px) {
  .asg-burger { display: block; }
  .asg-nav { position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-bottom: 1px solid var(--asg-rule); display: none; padding: 10px 20px 22px; }
  .asg-nav.is-open { display: block; }
  .asg-nav ul { flex-direction: column; align-items: stretch; }
  .asg-nav a { padding: 12px 10px; font-size: 1.05rem; }
  .asg-nav .asg-btn { margin: 10px 0 0; }
}

/* hero */
.asg-hero { padding: clamp(40px, 6vw, 84px) 0 clamp(56px, 7vw, 96px); position: relative; }
.asg-hero__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(28px, 5vw, 70px); align-items: center; }
.asg-hero__art { position: relative; }
.asg-hero__art::before {
  content: ""; position: absolute; inset: 8% 4% 4% 8%; border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, var(--asg-jade-mist) 0%, var(--asg-marigold-soft) 55%, transparent 72%);
  z-index: -1;
}
.asg-hero__art img { width: min(100%, 470px); margin-inline: auto; filter: drop-shadow(0 26px 34px rgba(11, 64, 52, .22)); }
.asg-hero__desc { font-size: 1.14rem; color: var(--asg-ink-soft); max-width: 58ch; }
.asg-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 22px; }
.asg-checks { display: flex; flex-wrap: wrap; gap: 8px 22px; list-style: none; padding: 0; margin: 0; font-weight: 600; font-size: .96rem; }
.asg-checks li { display: flex; align-items: center; gap: 8px; }
.asg-checks li::before { content: ""; width: 18px; height: 18px; border-radius: 50%; background: var(--asg-jade-mist) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 10.5l3 3 7-7' fill='none' stroke='%230b7a64' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/12px no-repeat; flex: none; }

/* draw tray — the signature element */
.asg-tray { margin-top: 30px; padding: 18px 20px; border-radius: var(--asg-r-md); background: var(--asg-paper-2); border: 1px dashed var(--asg-jade-line); max-width: 520px; }
.asg-tray__label { font-size: .88rem; font-weight: 700; color: var(--asg-ink-soft); margin: 0 0 10px; }
.asg-tray__balls { display: flex; gap: 10px; flex-wrap: wrap; }
.asg-ball {
  width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center;
  font-family: var(--asg-head); font-weight: 700; font-size: 1.25rem; color: #2a1c00;
  background: radial-gradient(circle at 34% 30%, #fff6dc 0 14%, #f6c24a 40%, var(--asg-marigold) 78%);
  box-shadow: inset -4px -6px 10px rgba(120, 70, 0, .22), 0 6px 12px rgba(120, 70, 0, .16);
}
.asg-ball--jade { color: #fff; background: radial-gradient(circle at 34% 30%, #bff0df 0 12%, #23a383 42%, var(--asg-jade-deep) 82%); }
.asg-tray__note { font-size: .84rem; color: var(--asg-ink-soft); margin: 12px 0 0; }
.js .asg-tray .asg-ball { opacity: 0; transform: translateY(-26px) scale(.8); }
.js .asg-tray.is-drawn .asg-ball { animation: asg-drop .6s cubic-bezier(.2, 1.4, .4, 1) forwards; }
.asg-tray.is-drawn .asg-ball:nth-child(2) { animation-delay: .14s; }
.asg-tray.is-drawn .asg-ball:nth-child(3) { animation-delay: .28s; }
.asg-tray.is-drawn .asg-ball:nth-child(4) { animation-delay: .42s; }
.asg-tray.is-drawn .asg-ball:nth-child(5) { animation-delay: .56s; }
@keyframes asg-drop { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .js .asg-tray .asg-ball { opacity: 1; transform: none; animation: none !important; }
  html { scroll-behavior: auto; }
}

@media (max-width: 860px) {
  .asg-hero__grid { grid-template-columns: 1fr; }
  .asg-hero__art { order: -1; }
  .asg-hero__art img { width: min(78%, 340px); }
}

/* facts strip */
.asg-facts { border-top: 1px solid var(--asg-rule); border-bottom: 1px solid var(--asg-rule); }
.asg-facts__row { display: grid; grid-template-columns: repeat(4, 1fr); }
.asg-fact { padding: 26px 22px; border-left: 1px solid var(--asg-rule); }
.asg-fact:first-child { border-left: 0; padding-left: 0; }
.asg-fact strong { display: block; font-family: var(--asg-head); font-size: 1.08rem; margin-bottom: 4px; }
.asg-fact span { font-size: .95rem; color: var(--asg-ink-soft); line-height: 1.55; display: block; }
@media (max-width: 860px) {
  .asg-facts__row { grid-template-columns: 1fr 1fr; }
  .asg-fact { border-left: 0; padding: 20px 10px 20px 0; border-top: 1px solid var(--asg-rule); }
  .asg-fact:nth-child(-n+2) { border-top: 0; }
}

/* split media */
.asg-split { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(30px, 5vw, 64px); align-items: center; }
.asg-split--flip { grid-template-columns: .85fr 1.15fr; }
.asg-split__media img { border-radius: var(--asg-r-lg); }
.asg-note {
  border-left: 4px solid var(--asg-plum); background: var(--asg-plum-soft);
  padding: 16px 20px; border-radius: 0 var(--asg-r-sm) var(--asg-r-sm) 0; font-size: 1rem; margin-top: 18px;
}
.asg-note strong { color: var(--asg-plum); }
@media (max-width: 860px) { .asg-split, .asg-split--flip { grid-template-columns: 1fr; } }

/* engine flow (sequence of parts) */
.asg-flow { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; position: relative; counter-reset: flow; }
.asg-flow::before { content: ""; position: absolute; top: 31px; left: 8%; right: 8%; height: 3px; background: repeating-linear-gradient(90deg, var(--asg-jade-line) 0 10px, transparent 10px 18px); }
.asg-flow li { position: relative; text-align: center; padding: 0 6px; }
.asg-flow__node {
  width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 16px; display: grid; place-items: center;
  background: #fff; border: 3px solid var(--asg-jade); color: var(--asg-jade-deep); position: relative; z-index: 1;
}
.asg-flow__node svg { width: 28px; height: 28px; }
.asg-flow h3 { font-size: 1.08rem; margin-bottom: 6px; }
.asg-flow h3 a { color: var(--asg-ink); text-decoration: none; }
.asg-flow h3 a:hover { color: var(--asg-jade); text-decoration: underline; }
.asg-flow p { font-size: .95rem; color: var(--asg-ink-soft); line-height: 1.6; margin: 0; }
.asg-flow__role { display: inline-block; font-size: .8rem; font-weight: 700; color: var(--asg-plum); background: var(--asg-plum-soft); border-radius: 999px; padding: 2px 10px; margin-bottom: 8px; }
@media (max-width: 900px) {
  .asg-flow { grid-template-columns: 1fr; gap: 0; }
  .asg-flow::before { top: 10px; bottom: 10px; left: 31px; right: auto; width: 3px; height: auto; background: repeating-linear-gradient(180deg, var(--asg-jade-line) 0 10px, transparent 10px 18px); }
  .asg-flow li { display: grid; grid-template-columns: 64px 1fr; gap: 18px; text-align: left; padding: 0 0 26px; }
  .asg-flow__node { margin: 0; }
}

/* benefits panel */
.asg-benefits { background: var(--asg-jade-mist); border-radius: var(--asg-r-lg); padding: clamp(30px, 5vw, 60px); display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; }
.asg-benefits__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 26px 34px; }
.asg-benefits__list li { padding-top: 16px; border-top: 2px solid rgba(11, 122, 100, .25); }
.asg-benefits__list h3 { font-size: 1.1rem; margin-bottom: 4px; }
.asg-benefits__list p { margin: 0; font-size: .98rem; color: var(--asg-ink-soft); }
@media (max-width: 900px) { .asg-benefits { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .asg-benefits__list { grid-template-columns: 1fr; } }

/* steps timeline */
.asg-steps { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: start; }
.asg-steps__intro { position: sticky; top: 110px; }
.asg-steps ol { list-style: none; margin: 0; padding: 0; counter-reset: st; }
.asg-steps ol li { counter-increment: st; position: relative; padding: 0 0 34px 76px; }
.asg-steps ol li::before {
  content: counter(st); position: absolute; left: 0; top: 0; width: 50px; height: 50px; border-radius: 50%;
  display: grid; place-items: center; font-family: var(--asg-head); font-weight: 700; font-size: 1.2rem;
  background: var(--asg-marigold-soft); color: #7a4f00; border: 2px solid var(--asg-marigold);
}
.asg-steps ol li::after { content: ""; position: absolute; left: 24px; top: 56px; bottom: 6px; width: 2px; background: var(--asg-rule); }
.asg-steps ol li:last-child::after { display: none; }
.asg-steps ol li h3 { margin-bottom: 4px; padding-top: 10px; }
.asg-steps ol li p { margin: 0; color: var(--asg-ink-soft); }
@media (max-width: 860px) { .asg-steps { grid-template-columns: 1fr; gap: 20px; } .asg-steps__intro { position: static; } }

/* bonus ticket stubs */
.asg-stubs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.asg-stub {
  position: relative; background: #fff; border: 1px solid var(--asg-rule); border-radius: var(--asg-r-md);
  padding: 26px 24px 24px; display: grid; grid-template-rows: auto auto 1fr;
}
.asg-stub::before, .asg-stub::after {
  content: ""; position: absolute; top: 58px; width: 22px; height: 22px; border-radius: 50%;
  background: var(--asg-paper); border: 1px solid var(--asg-rule);
}
.asg-stub::before { left: -12px; clip-path: inset(0 0 0 50%); }
.asg-stub::after { right: -12px; clip-path: inset(0 50% 0 0); }
.asg-stub__tag { font-family: var(--asg-head); font-weight: 600; color: var(--asg-plum); font-size: .92rem; padding-bottom: 18px; margin-bottom: 18px; border-bottom: 2px dashed var(--asg-rule); }
.asg-stub h3 { font-size: 1.12rem; }
.asg-stub p { margin: 0; font-size: .98rem; color: var(--asg-ink-soft); }
.asg-stubs-foot { margin-top: 26px; display: flex; flex-wrap: wrap; align-items: center; gap: 18px; justify-content: space-between; }
.asg-stubs-foot p { margin: 0; color: var(--asg-ink-soft); }
@media (max-width: 860px) { .asg-stubs { grid-template-columns: 1fr; } }

/* rating */
.asg-rating { display: grid; grid-template-columns: 300px 1fr; gap: clamp(26px, 5vw, 60px); align-items: center; }
.asg-score { text-align: center; }
.asg-score__dial {
  width: 220px; height: 220px; margin: 0 auto 14px; border-radius: 50%; display: grid; place-items: center;
  background: conic-gradient(var(--asg-jade) calc(var(--pct) * 1%), var(--asg-jade-mist) 0);
}
.asg-score__inner { width: 172px; height: 172px; border-radius: 50%; background: #fff; display: grid; place-content: center; }
.asg-score__num { font-family: var(--asg-head); font-weight: 700; font-size: 3.4rem; line-height: 1; color: var(--asg-ink); }
.asg-score__of { font-size: .95rem; color: var(--asg-ink-soft); }
.asg-stars { position: relative; display: inline-block; font-size: 1.35rem; letter-spacing: 3px; line-height: 1; color: #d9dfdd; }
.asg-stars::before { content: "★★★★★"; }
.asg-stars::after { content: "★★★★★"; position: absolute; left: 0; top: 0; width: var(--r, 100%); overflow: hidden; white-space: nowrap; color: var(--asg-marigold); }
.asg-score p { font-size: .92rem; color: var(--asg-ink-soft); margin: 6px 0 0; }
.asg-bars { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.asg-bars li { display: grid; grid-template-columns: 230px 1fr 44px; gap: 14px; align-items: center; font-weight: 600; }
.asg-bars__track { display: block; height: 12px; background: var(--asg-rule); border-radius: 999px; overflow: hidden; }
.asg-bars__fill { display: block; height: 100%; background: linear-gradient(90deg, var(--asg-jade), #2bb291); border-radius: 999px; }
.asg-bars b { font-family: var(--asg-head); text-align: right; }
@media (max-width: 860px) { .asg-rating { grid-template-columns: 1fr; } .asg-bars li { grid-template-columns: 1fr 44px; } .asg-bars__track { grid-column: 1 / -1; grid-row: 2; } }

.asg-quotes { columns: 3 280px; column-gap: 22px; margin-top: 50px; }
.asg-quote { break-inside: avoid; margin: 0 0 22px; padding: 24px; border-radius: var(--asg-r-md); background: var(--asg-paper-2); border: 1px solid var(--asg-rule); }
.asg-quote .asg-stars { font-size: 1rem; }
.asg-quote blockquote { margin: 8px 0 14px; font-size: 1.02rem; }
.asg-quote figcaption { font-size: .9rem; color: var(--asg-ink-soft); font-weight: 600; }
.asg-quote figcaption strong { color: var(--asg-ink); }
.asg-fineprint { font-size: .9rem; color: var(--asg-ink-soft); margin-top: 10px; }

.asg-verdicts { display: grid; gap: 18px; }
.asg-verdict { display: grid; grid-template-columns: 110px 1fr 1fr; gap: 22px; padding: 22px 0; border-top: 1px solid var(--asg-rule); }
.asg-verdict__score { font-family: var(--asg-head); font-size: 1.6rem; font-weight: 700; color: var(--asg-jade); line-height: 1.2; }
.asg-verdict__score span { display: block; font-size: .9rem; color: var(--asg-ink); font-weight: 600; }
.asg-verdict p { margin: 0; font-size: 1rem; }
@media (max-width: 760px) { .asg-verdict { grid-template-columns: 1fr; gap: 8px; } }

/* pricing ticket */
.asg-ticket {
  display: grid; grid-template-columns: .9fr 1.1fr; border-radius: var(--asg-r-lg); overflow: hidden;
  border: 2px solid var(--asg-jade); background: #fff; max-width: 1000px; margin-inline: auto;
  box-shadow: 0 30px 60px -36px rgba(6, 85, 69, .45);
}
.asg-ticket__art { background: linear-gradient(160deg, var(--asg-jade-mist), var(--asg-marigold-soft)); padding: 36px; display: grid; place-items: center; position: relative; border-right: 3px dashed var(--asg-jade-line); }
.asg-ticket__art img { width: min(100%, 340px); }
.asg-ticket__body { padding: clamp(28px, 4vw, 46px); }
.asg-ticket__plan { display: inline-block; background: var(--asg-plum-soft); color: var(--asg-plum); font-weight: 700; font-size: .9rem; border-radius: 999px; padding: 4px 14px; margin-bottom: 12px; }
.asg-ticket ul { list-style: none; padding: 0; margin: 0 0 24px; }
.asg-ticket ul li { padding: 9px 0 9px 32px; border-bottom: 1px solid var(--asg-rule); position: relative; font-size: 1rem; }
.asg-ticket ul li::before { content: ""; position: absolute; left: 0; top: 13px; width: 20px; height: 20px; border-radius: 50%; background: var(--asg-marigold); box-shadow: inset -2px -3px 4px rgba(120,70,0,.25); }
.asg-price { display: flex; align-items: flex-end; gap: 16px; margin-bottom: 6px; flex-wrap: wrap; }
.asg-price__old { font-size: 1.15rem; color: var(--asg-ink-soft); text-decoration: line-through; padding-bottom: 12px; }
.asg-price__now { font-family: var(--asg-head); font-weight: 700; font-size: 4rem; line-height: 1; color: var(--asg-jade-deep); }
.asg-price__terms { font-weight: 600; margin-bottom: 20px; color: var(--asg-ink-soft); font-size: .98rem; }
.asg-secure { font-size: .88rem; color: var(--asg-ink-soft); text-align: center; margin: 12px 0 0; }
@media (max-width: 820px) { .asg-ticket { grid-template-columns: 1fr; } .asg-ticket__art { border-right: 0; border-bottom: 3px dashed var(--asg-jade-line); } }

/* guarantee */
.asg-promise { display: grid; grid-template-columns: 220px 1fr; gap: 40px; align-items: center; max-width: 920px; margin-inline: auto; padding: 36px 40px; border-radius: var(--asg-r-lg); border: 2px solid var(--asg-marigold-soft); background: linear-gradient(90deg, var(--asg-marigold-soft), #fff 60%); }
.asg-promise img { width: 200px; }
@media (max-width: 700px) { .asg-promise { grid-template-columns: 1fr; text-align: center; padding: 28px 22px; } .asg-promise img { margin-inline: auto; width: 160px; } }

/* blog */
.asg-posts { display: grid; grid-template-columns: 1.25fr 1fr; gap: 30px; }
.asg-post-main { border-radius: var(--asg-r-lg); padding: 34px; background: var(--asg-plum-soft); display: flex; flex-direction: column; }
.asg-post-main h3 { font-size: 1.55rem; }
.asg-post-meta { font-size: .88rem; color: var(--asg-ink-soft); font-weight: 600; margin-bottom: 8px; }
.asg-post-main .asg-art-balls { display: flex; gap: 8px; margin-top: auto; padding-top: 24px; }
.asg-post-main .asg-art-balls .asg-ball { width: 44px; height: 44px; font-size: 1rem; }
.asg-post-list { list-style: none; padding: 0; margin: 0; }
.asg-post-list li { padding: 20px 0; border-bottom: 1px solid var(--asg-rule); }
.asg-post-list li:first-child { padding-top: 0; }
.asg-post-list h3 { font-size: 1.14rem; margin-bottom: 4px; }
.asg-post-list h3 a, .asg-post-main h3 a { color: var(--asg-ink); text-decoration: none; }
.asg-post-list h3 a:hover, .asg-post-main h3 a:hover { color: var(--asg-jade); text-decoration: underline; }
.asg-post-list p { margin: 0; font-size: .98rem; color: var(--asg-ink-soft); }
@media (max-width: 860px) { .asg-posts { grid-template-columns: 1fr; } }

.asg-archive { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 40px; }
.asg-archive article { padding: 26px 0; border-top: 1px solid var(--asg-rule); }
.asg-archive h2 { font-size: 1.3rem; margin-bottom: 6px; }
.asg-archive h2 a { color: var(--asg-ink); text-decoration: none; }
.asg-archive h2 a:hover { color: var(--asg-jade); text-decoration: underline; }
.asg-archive p { margin: 0 0 8px; color: var(--asg-ink-soft); font-size: 1rem; }
@media (max-width: 760px) { .asg-archive { grid-template-columns: 1fr; } }

/* FAQ */
.asg-faq { max-width: 860px; margin-inline: auto; }
.asg-faq__item { border-bottom: 1px solid var(--asg-rule); }
.asg-faq__q {
  width: 100%; background: none; border: 0; padding: 22px 50px 22px 0; text-align: left; cursor: pointer; position: relative;
  font-family: var(--asg-head); font-weight: 600; font-size: 1.12rem; color: var(--asg-ink);
}
.asg-faq__q::after {
  content: ""; position: absolute; right: 6px; top: 50%; width: 26px; height: 26px; margin-top: -13px; border-radius: 50%;
  background: var(--asg-jade-mist) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 4v12M4 10h12' stroke='%230b7a64' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E") center/13px no-repeat;
  transition: transform .25s;
}
.asg-faq__q[aria-expanded="true"]::after { transform: rotate(45deg); }
.asg-faq__a { overflow: hidden; }
.asg-faq__a[hidden] { display: none; }
.asg-faq__a p { color: var(--asg-ink-soft); padding-right: 40px; }

/* final CTA */
.asg-final { padding: clamp(60px, 8vw, 100px) 0; }
.asg-final__card {
  position: relative; border-radius: 40px; padding: clamp(36px, 6vw, 70px); overflow: hidden;
  background: linear-gradient(120deg, #e3f5ee 0%, #fdf1d3 100%);
  display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; align-items: center;
}
.asg-final__card::before {
  content: ""; position: absolute; width: 420px; height: 420px; right: -120px; top: -140px; border-radius: 50%;
  border: 40px solid rgba(255,255,255,.55);
}
.asg-final__card > * { position: relative; }
.asg-final__row { display: flex; gap: 10px; margin-bottom: 22px; }
.asg-final__row .asg-ball { width: 40px; height: 40px; font-size: .95rem; }
.asg-final__card img { width: min(100%, 300px); margin-inline: auto; filter: drop-shadow(0 22px 28px rgba(11,64,52,.25)); }
.asg-final__meta { font-size: .92rem; color: var(--asg-ink-soft); margin: 14px 0 0; }
@media (max-width: 820px) { .asg-final__card { grid-template-columns: 1fr; text-align: center; } .asg-final__row { justify-content: center; } .asg-final__card img { order: -1; width: 200px; } }

/* inner page header */
.asg-pagehead { padding: 44px 0 50px; background: linear-gradient(180deg, var(--asg-paper-2), #fff); border-bottom: 1px solid var(--asg-rule); }
.asg-crumbs { font-size: .9rem; margin-bottom: 18px; color: var(--asg-ink-soft); }
.asg-crumbs ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.asg-crumbs li + li::before { content: "/"; margin-right: 6px; color: #aab3b0; }
.asg-crumbs a { color: var(--asg-ink-soft); }
.asg-pagehead h1 { font-size: clamp(2rem, 4vw, 2.9rem); max-width: 22ch; }
.asg-pagehead .asg-lead { margin: 0; }

/* article/prose */
.asg-prose { font-size: 1.06rem; }
.asg-prose h2 { font-size: 1.65rem; margin-top: 1.7em; }
.asg-prose h3 { margin-top: 1.4em; }
.asg-prose li { margin-bottom: .45em; }
.asg-prose table { width: 100%; border-collapse: collapse; margin: 1.2em 0 1.6em; font-size: .98rem; }
.asg-prose th, .asg-prose td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--asg-rule); }
.asg-prose th { background: var(--asg-jade-mist); font-family: var(--asg-head); font-weight: 600; }
.asg-table-wrap { overflow-x: auto; }
.asg-article-meta { font-size: .95rem; color: var(--asg-ink-soft); margin-top: 10px; }
.asg-keypoints { background: var(--asg-jade-mist); border-radius: var(--asg-r-md); padding: 22px 26px; margin: 0 0 30px; }
.asg-keypoints h2 { font-size: 1.15rem !important; margin: 0 0 8px !important; }
.asg-keypoints ul { margin: 0; }
.asg-inline-cta { margin: 36px 0; padding: 26px 28px; border-radius: var(--asg-r-md); border: 2px solid var(--asg-marigold); background: var(--asg-marigold-soft); display: flex; gap: 20px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.asg-inline-cta p { margin: 0; font-weight: 600; max-width: 48ch; }
.asg-related { margin-top: 50px; padding-top: 30px; border-top: 2px solid var(--asg-rule); }
.asg-related h2 { font-size: 1.3rem !important; margin-top: 0 !important; }
.asg-related ul { list-style: none; padding: 0; display: grid; gap: 10px; }
.asg-related a { font-weight: 600; }

.asg-two { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.asg-box { border: 1px solid var(--asg-rule); border-radius: var(--asg-r-md); padding: 26px; }
.asg-box h2, .asg-box h3 { margin-top: 0 !important; }
@media (max-width: 760px) { .asg-two { grid-template-columns: 1fr; } }

.asg-partnav { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 0; }
.asg-partnav a { display: inline-block; padding: 9px 18px; border-radius: 999px; border: 1px solid var(--asg-jade-line); text-decoration: none; font-weight: 600; font-size: .95rem; color: var(--asg-jade-deep); }
.asg-partnav a:hover { background: var(--asg-jade-mist); }

.asg-contact-card { background: var(--asg-paper-2); border-radius: var(--asg-r-md); padding: 28px; border: 1px solid var(--asg-rule); }

/* footer */
.asg-foot { background: var(--asg-paper-2); border-top: 1px solid var(--asg-rule); padding: 60px 0 30px; font-size: .96rem; }
.asg-foot__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 34px; }
.asg-foot h2 { font-size: 1rem; margin-bottom: 12px; }
.asg-foot ul { list-style: none; padding: 0; margin: 0; }
.asg-foot li { margin-bottom: 8px; }
.asg-foot a { color: var(--asg-ink); text-decoration: none; }
.asg-foot a:hover { color: var(--asg-jade); text-decoration: underline; }
.asg-foot__about p { color: var(--asg-ink-soft); }
.asg-foot__legal { margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--asg-rule); font-size: .86rem; color: var(--asg-ink-soft); }
.asg-foot__legal p { margin: 0 0 8px; }
@media (max-width: 860px) { .asg-foot__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .asg-foot__grid { grid-template-columns: 1fr; } }

.asg-404 { text-align: center; padding: 90px 0; }
.asg-404 .asg-tray__balls { justify-content: center; margin-bottom: 26px; }
.asg-center { text-align: center; }
.asg-mt { margin-top: 34px; }

@media (max-width: 480px) {
  .asg-tray { padding: 16px; }
  .asg-tray__balls { gap: 8px; flex-wrap: nowrap; }
  .asg-ball { width: 46px; height: 46px; font-size: 1.08rem; }
  .asg-hero__actions .asg-btn { width: 100%; }
  .asg-price__now { font-size: 3.2rem; }
}

/* ===== v2: winner-style visuals ===== */
/* hero sunburst + floating balls */
.asg-hero__art::after {
  content: ""; position: absolute; left: 50%; top: 50%; width: 118%; aspect-ratio: 1; transform: translate(-50%, -50%);
  background: repeating-conic-gradient(from 0deg, rgba(227,155,18,.16) 0deg 8deg, transparent 8deg 20deg);
  -webkit-mask: radial-gradient(circle, #000 18%, transparent 66%); mask: radial-gradient(circle, #000 18%, transparent 66%);
  z-index: -2; border-radius: 50%;
}
.asg-hero__art { isolation: isolate; }
.asg-float { position: absolute; z-index: 2; width: 62px; height: 62px; font-size: 1.3rem; }
.asg-float--a { top: 8%; left: 6%; }
.asg-float--b { top: 16%; right: 4%; width: 50px; height: 50px; font-size: 1.1rem; }
.asg-float--c { bottom: 10%; left: 10%; width: 48px; height: 48px; font-size: 1.05rem; }
.asg-float--d { bottom: 6%; right: 12%; }
.js .asg-float { opacity: 0; transform: scale(.4); animation: asg-pop .7s cubic-bezier(.2,1.5,.4,1) forwards; }
.js .asg-float--a { animation-delay: .3s; } .js .asg-float--b { animation-delay: .45s; }
.js .asg-float--c { animation-delay: .6s; } .js .asg-float--d { animation-delay: .75s; }
@keyframes asg-pop { to { opacity: 1; transform: none; } }
.asg-ball--plum { color: #fff; background: radial-gradient(circle at 34% 30%, #e6dcfa 0 12%, #8a68c4 42%, #3f2468 84%); }
.asg-ball--ruby { color: #fff; background: radial-gradient(circle at 34% 30%, #ffd9d9 0 12%, #e2534f 42%, #9e1f24 84%); }

/* interactive draw demo */
.asg-tray__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.asg-tray__top .asg-tray__label { margin: 0; }
.asg-drawbtn { font-family: var(--asg-head); font-weight: 600; font-size: .9rem; border: 0; cursor: pointer; border-radius: 999px; padding: 9px 16px; background: var(--asg-marigold); color: #2a1c00; white-space: nowrap; }
.asg-drawbtn:hover { background: #cf8b08; }
.asg-tray.is-rolling .asg-ball { animation: asg-roll .5s ease-in-out; }
@keyframes asg-roll { 0% { transform: rotate(0) scale(1); } 50% { transform: rotate(200deg) scale(.82); } 100% { transform: rotate(360deg) scale(1); } }
.asg-confetti { position: absolute; inset: 0; pointer-events: none; overflow: hidden; border-radius: inherit; }
.asg-confetti i { position: absolute; top: -10px; width: 8px; height: 12px; border-radius: 2px; animation: asg-fall 1.1s ease-in forwards; }
@keyframes asg-fall { to { transform: translateY(160px) rotate(540deg); opacity: 0; } }
.asg-tray { position: relative; }

/* dashboard preview */
.asg-preview { display: grid; grid-template-columns: .9fr 1.1fr 1.3fr; gap: 20px; }
.asg-panel { background: #fff; border: 1px solid var(--asg-rule); border-radius: var(--asg-r-md); padding: 22px; box-shadow: 0 18px 40px -30px rgba(6,85,69,.4); }
.asg-panel h3 { font-size: 1.02rem; margin-bottom: 2px; }
.asg-panel__sub { font-size: .86rem; color: var(--asg-ink-soft); margin: 0 0 14px; }
.asg-donut { width: 170px; height: 170px; margin: 0 auto; display: block; }
.asg-donut circle { fill: none; stroke-width: 18; }
.asg-legend { list-style: none; padding: 0; margin: 14px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 4px 10px; font-size: .86rem; font-weight: 600; }
.asg-legend li { display: flex; align-items: center; gap: 6px; }
.asg-legend i { width: 10px; height: 10px; border-radius: 50%; display: inline-block; }
.asg-vbars { display: flex; align-items: flex-end; gap: 8px; height: 170px; padding: 0 4px; border-bottom: 2px solid var(--asg-rule); }
.asg-vbars span { flex: 1; border-radius: 8px 8px 0 0; background: linear-gradient(180deg, #2bb291, var(--asg-jade)); height: var(--h); transform-origin: bottom; }
.asg-vbars span.is-top { background: linear-gradient(180deg, #f6c24a, var(--asg-marigold)); }
.asg-vlabels { display: flex; gap: 8px; padding: 6px 4px 0; font-size: .78rem; color: var(--asg-ink-soft); font-weight: 700; }
.asg-vlabels span { flex: 1; text-align: center; }
.asg-trend { width: 100%; height: 190px; display: block; }
.asg-trend .asg-trend__line { fill: none; stroke: var(--asg-plum); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 700; }
.asg-trend .asg-trend__line2 { fill: none; stroke: var(--asg-marigold); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 700; }
.js .asg-preview .asg-vbars span { transform: scaleY(0); }
.js .asg-preview .asg-trend path { stroke-dashoffset: 700; }
.js .asg-preview .asg-donut .seg { stroke-dasharray: 0 400; }
.asg-preview.is-live .asg-vbars span { transform: scaleY(1); transition: transform .9s cubic-bezier(.2,.8,.2,1); }
.asg-preview.is-live .asg-vbars span:nth-child(2n) { transition-delay: .1s; }
.asg-preview.is-live .asg-vbars span:nth-child(3n) { transition-delay: .2s; }
.asg-preview.is-live .asg-trend path { stroke-dashoffset: 0; transition: stroke-dashoffset 1.6s ease-out; }
.asg-preview.is-live .asg-donut .seg { transition: stroke-dasharray 1.2s ease-out; }
.asg-preview-note { font-size: .88rem; color: var(--asg-ink-soft); text-align: center; margin: 18px 0 0; }
@media (max-width: 960px) { .asg-preview { grid-template-columns: 1fr 1fr; } .asg-panel--wide { grid-column: 1 / -1; } }
@media (max-width: 600px) { .asg-preview { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) {
  .js .asg-float { opacity: 1; transform: none; animation: none; }
  .js .asg-preview .asg-vbars span { transform: none; }
  .js .asg-preview .asg-trend path { stroke-dashoffset: 0; }
  .asg-tray.is-rolling .asg-ball { animation: none; }
}

/* showcase band */
.asg-showcase { display: grid; grid-template-columns: 1fr 1fr; border-radius: 36px; overflow: hidden; background: linear-gradient(135deg, #fff8e6, #eaf7f2); border: 1px solid #f3e2b5; }
.asg-showcase__img img { width: 100%; height: 100%; object-fit: cover; }
.asg-showcase__txt { padding: clamp(28px, 5vw, 60px); align-self: center; }
.asg-showcase__list { list-style: none; padding: 0; margin: 0 0 26px; display: grid; gap: 12px; }
.asg-showcase__list li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; font-size: 1.02rem; }
.asg-showcase__list .asg-ball { width: 34px; height: 34px; font-size: .85rem; }
.asg-gold-rule { height: 4px; width: 90px; border-radius: 4px; background: linear-gradient(90deg, var(--asg-marigold), #f6c24a); margin-bottom: 18px; }
@media (max-width: 860px) { .asg-showcase { grid-template-columns: 1fr; } .asg-showcase__img img { aspect-ratio: 4/3; } }
.asg-donut .seg { stroke-dasharray: var(--d); }
.js .asg-preview .asg-donut .seg { stroke-dasharray: 0 400; }
.asg-preview.is-live .asg-donut .seg { stroke-dasharray: var(--d); }
@media (prefers-reduced-motion: reduce) { .js .asg-preview .asg-donut .seg { stroke-dasharray: var(--d); } }
