/* =========================================================
   WebsDocs ASG Public Page
   File: /aig/css/asg.css
   Section: Hero / A2A Commerce Intro
   ========================================================= */

:root {
  --asg-bg: #061326;
  --asg-bg-2: #081a33;
  --asg-panel: rgba(9, 28, 55, 0.78);
  --asg-panel-strong: rgba(11, 35, 68, 0.92);
  --asg-border: rgba(155, 205, 255, 0.16);
  --asg-border-strong: rgba(105, 190, 255, 0.34);
  --asg-text: #f3f8ff;
  --asg-muted: #a9bdd8;
  --asg-soft: #d9ebff;
  --asg-blue: #59b8ff;
  --asg-cyan: #61f2ff;
  --asg-green: #51f7a5;
  --asg-gold: #ffd166;
  --asg-danger: #ff6b8a;
  --asg-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --asg-radius-lg: 30px;
  --asg-radius-md: 20px;
  --asg-radius-sm: 14px;
  --asg-edge: clamp(18px, 3vw, 92px);
}

html {
  scroll-behavior: smooth;
}

body.asg-public-page,
.asg-public-page {
  margin: 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(42, 126, 202, 0.2), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(97, 242, 255, 0.14), transparent 28%),
    linear-gradient(180deg, #051124 0%, #071632 46%, #061326 100%);
  color: var(--asg-text);
  font-family: Arial, Helvetica, sans-serif;
}

.asg-public-page main {
  overflow: hidden;
}

.asg-wrap {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: var(--asg-edge);
  padding-right: var(--asg-edge);
  box-sizing: border-box;
}


/* ================= HERO ================= */

.asg-hero {
  position: relative;
  isolation: isolate;
  min-height: calc(81vh - 82px);
  padding: 86px 0 76px;
  overflow: hidden;
}

.asg-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.asg-orb {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.55;
}

.asg-orb-one {
  top: 70px;
  left: -120px;
  background: radial-gradient(circle, rgba(89, 184, 255, 0.38), transparent 68%);
}

.asg-orb-two {
  right: -120px;
  bottom: 20px;
  background: radial-gradient(circle, rgba(97, 242, 255, 0.22), transparent 68%);
}

.asg-grid-glow {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(130, 190, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(130, 190, 255, 0.055) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.9), transparent 86%);
}

.asg-hero-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(520px, 0.85fr);
  gap: clamp(28px, 4vw, 90px);
  align-items: center;
}

.asg-hero-copy {
  max-width: 920px;
}

.asg-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-bottom: 18px;
  padding: 9px 13px;
  border: 1px solid rgba(97, 242, 255, 0.26);
  border-radius: 999px;
  background: rgba(8, 27, 54, 0.74);
  color: #dff8ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 0 30px rgba(89, 184, 255, 0.12);
}

.asg-kicker i {
  color: var(--asg-cyan);
}

.asg-hero h1 {
  margin: 0;
  color: var(--asg-text);
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.94;
  letter-spacing: -0.06em;
  max-width: 820px;
}

.asg-hero-lead {
  margin: 24px 0 0;
  color: #dcecff;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.58;
  max-width: 960px;
}

.asg-hero-sub {
  margin: 16px 0 0;
  color: var(--asg-muted);
  font-size: 15.5px;
  line-height: 1.7;
  max-width: 935px;
}

/* ================= MINI FLOW ================= */

.asg-flow-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
}

.asg-flow-strip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(155, 205, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: #e8f4ff;
  font-size: 13px;
  font-weight: 800;
}

.asg-flow-strip i {
  color: var(--asg-green);
}

/* ================= BUTTONS ================= */

.asg-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 0;
}

.asg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 13px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease;
}

.asg-btn:hover {
  transform: translateY(-2px);
}

.asg-btn-primary {
  color: #031226;
  background: linear-gradient(135deg, var(--asg-cyan), var(--asg-blue));
  box-shadow: 0 18px 42px rgba(89, 184, 255, 0.28);
}

.asg-btn-ghost {
  color: var(--asg-text);
  border: 1px solid var(--asg-border-strong);
  background: rgba(255, 255, 255, 0.06);
}

.asg-btn-soft {
  color: #dff8ff;
  border: 1px solid rgba(97, 242, 255, 0.18);
  background: rgba(97, 242, 255, 0.08);
}

.asg-btn-ghost:hover,
.asg-btn-soft:hover {
  border-color: rgba(97, 242, 255, 0.48);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

/* ================= TRUST ROW ================= */

.asg-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin: 24px 0 0;
}

.asg-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c8dcf6;
  font-size: 13px;
  font-weight: 800;
}

.asg-trust-row i {
  color: var(--asg-green);
}

/* ================= RIGHT PANEL ================= */

.asg-hero-panel {
  position: relative;
  padding: 18px;
  width: 100%;
  max-width: none;
  border: 1px solid var(--asg-border);
  border-radius: var(--asg-radius-lg);
  background:
    linear-gradient(180deg, rgba(12, 36, 70, 0.88), rgba(6, 20, 42, 0.82)),
    rgba(10, 28, 54, 0.8);
  box-shadow: var(--asg-shadow);
  backdrop-filter: blur(18px);
}

.asg-hero-panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(circle at 22% 0%, rgba(97, 242, 255, 0.24), transparent 34%),
    radial-gradient(circle at 90% 18%, rgba(81, 247, 165, 0.12), transparent 30%);
}

.asg-panel-top {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  row-gap: 2px;
  align-items: center;
  margin-bottom: 14px;
  padding: 6px 4px 12px;
  border-bottom: 1px solid rgba(155, 205, 255, 0.12);
}

.asg-panel-top strong {
  color: #f5fbff;
  font-size: 15px;
}

.asg-panel-top small {
  grid-column: 2;
  color: var(--asg-muted);
  font-size: 12px;
  font-weight: 700;
}

.asg-live-dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: var(--asg-green);
  box-shadow: 0 0 0 6px rgba(81, 247, 165, 0.12), 0 0 28px rgba(81, 247, 165, 0.55);
}

/* ================= CONVERSATION WINDOW ================= */

.asg-chat-window {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(155, 205, 255, 0.13);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(2, 13, 28, 0.58), rgba(4, 19, 39, 0.78));
}

.asg-chat-line {
  display: grid;
  gap: 6px;
  max-width: 92%;
}

.asg-chat-line.buyer {
  justify-self: start;
}

.asg-chat-line.seller {
  justify-self: end;
}

.asg-agent-badge {
  width: fit-content;
  padding: 5px 8px;
  border-radius: 999px;
  color: #dff8ff;
  background: rgba(89, 184, 255, 0.12);
  border: 1px solid rgba(89, 184, 255, 0.18);
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.asg-chat-line.seller .asg-agent-badge {
  justify-self: end;
  color: #e8fff4;
  background: rgba(81, 247, 165, 0.11);
  border-color: rgba(81, 247, 165, 0.2);
}

.asg-chat-line p {
  margin: 0;
  padding: 11px 12px;
  border-radius: 16px;
  color: #e8f3ff;
  font-size: 12.5px;
  line-height: 1.48;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.asg-chat-line.seller p {
  background: rgba(89, 184, 255, 0.13);
  border-color: rgba(89, 184, 255, 0.18);
}

/* ================= COMMERCE PREVIEW ================= */

.asg-commerce-preview {
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(155, 205, 255, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
}

.asg-commerce-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}

.asg-commerce-head span {
  color: var(--asg-muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.asg-commerce-head strong {
  color: #f5fbff;
  font-size: 13px;
}

.asg-mini-product {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 11px;
  border: 1px solid rgba(155, 205, 255, 0.12);
  border-radius: 17px;
  background: rgba(3, 14, 31, 0.44);
}

.asg-mini-product + .asg-mini-product {
  margin-top: 9px;
}

.asg-mini-product.active {
  border-color: rgba(97, 242, 255, 0.32);
  background: rgba(97, 242, 255, 0.08);
}

.asg-mini-product i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  color: var(--asg-cyan);
  background: rgba(97, 242, 255, 0.1);
}

.asg-mini-product span {
  display: grid;
  gap: 3px;
}

.asg-mini-product strong {
  color: #f4fbff;
  font-size: 12.5px;
}

.asg-mini-product small {
  color: var(--asg-muted);
  font-size: 11.5px;
  line-height: 1.35;
}

.asg-mini-product b {
  color: var(--asg-green);
  font-size: 12px;
  white-space: nowrap;
}

/* ================= ACTIVITY MINI ================= */

.asg-activity-mini {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  margin-top: 14px;
}

.asg-activity-mini article {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  row-gap: 2px;
  align-items: center;
  padding: 10px 11px;
  border: 1px solid rgba(155, 205, 255, 0.11);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
}

.asg-activity-dot {
  grid-row: span 2;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--asg-green);
  box-shadow: 0 0 18px rgba(81, 247, 165, 0.55);
}

.asg-activity-mini strong {
  color: #f4fbff;
  font-size: 12.5px;
}

.asg-activity-mini small {
  color: var(--asg-muted);
  font-size: 11.5px;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 980px) {
  .asg-hero {
    min-height: auto;
    padding: 64px 0 58px;
  }

  .asg-hero-wrap {
    grid-template-columns: 1fr;
  }

  .asg-hero-copy {
    max-width: none;
  }

  .asg-hero-panel {
    max-width: 720px;
  }
}

@media (max-width: 640px) {
  .asg-wrap {
    width: min(100% - 28px, var(--asg-max));
  }

  .asg-hero {
    padding: 42px 0 44px;
  }

  .asg-hero h1 {
    font-size: clamp(38px, 13vw, 54px);
  }

  .asg-hero-lead {
    font-size: 16.5px;
  }

  .asg-hero-sub {
    font-size: 14.5px;
  }

  .asg-hero-actions,
  .asg-flow-strip,
  .asg-trust-row {
    align-items: stretch;
  }

  .asg-btn,
  .asg-flow-strip span {
    width: 100%;
  }

  .asg-hero-panel {
    padding: 14px;
    border-radius: 24px;
  }

  .asg-chat-line {
    max-width: 100%;
  }

  .asg-chat-line.seller {
    justify-self: stretch;
  }

  .asg-chat-line.seller .asg-agent-badge {
    justify-self: start;
  }

  .asg-mini-product {
    grid-template-columns: 32px 1fr;
  }

  .asg-mini-product b {
    grid-column: 2;
  }
}

/* =========================================================
   ASG Intro / Product Value Section
   ========================================================= */

.asg-intro {
  position: relative;
  padding: 82px 0;
  background:
    radial-gradient(circle at 8% 20%, rgba(89, 184, 255, 0.16), transparent 28%),
    radial-gradient(circle at 92% 72%, rgba(81, 247, 165, 0.09), transparent 26%),
    linear-gradient(180deg, rgba(6, 19, 38, 0.96), rgba(7, 22, 50, 0.98));
}

.asg-intro-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(520px, 1.05fr);
  gap: clamp(28px, 4vw, 82px);
  align-items: stretch;
}

.asg-intro-copy {
  display: grid;
  align-content: center;
  max-width: 920px;
}

.asg-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-bottom: 16px;
  padding: 9px 13px;
  border: 1px solid rgba(97, 242, 255, 0.22);
  border-radius: 999px;
  background: rgba(97, 242, 255, 0.08);
  color: #dff8ff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.asg-section-kicker i {
  color: var(--asg-cyan);
}

.asg-intro h2 {
  margin: 0;
  color: var(--asg-text);
  font-size: clamp(34px, 4.8vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.asg-intro-lead {
  margin: 22px 0 0;
  color: #e8f5ff;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5;
  font-weight: 800;
}

.asg-intro-copy p:not(.asg-intro-lead) {
  margin: 16px 0 0;
  color: var(--asg-muted);
  font-size: 15.5px;
  line-height: 1.72;
  max-width: 880px;
}

.asg-intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

/* ================= Route Map ================= */

.asg-intro-map {
  position: relative;
  padding: 18px;
  border: 1px solid var(--asg-border);
  border-radius: var(--asg-radius-lg);
  background:
    linear-gradient(180deg, rgba(12, 36, 70, 0.9), rgba(5, 17, 36, 0.86)),
    rgba(10, 28, 54, 0.82);
  box-shadow: var(--asg-shadow);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.asg-intro-map::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 0%, rgba(97, 242, 255, 0.18), transparent 32%),
    radial-gradient(circle at 100% 28%, rgba(81, 247, 165, 0.12), transparent 26%);
}

.asg-map-head {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  row-gap: 2px;
  align-items: center;
  padding: 6px 4px 14px;
  border-bottom: 1px solid rgba(155, 205, 255, 0.12);
}

.asg-map-head strong {
  color: #f5fbff;
  font-size: 15px;
}

.asg-map-head small {
  grid-column: 2;
  color: var(--asg-muted);
  font-size: 12px;
  font-weight: 800;
}

.asg-route-flow {
  position: relative;
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.asg-route-flow article {
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 14px;
  row-gap: 4px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(155, 205, 255, 0.13);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
}

.asg-route-flow article span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  color: #041326;
  background: linear-gradient(135deg, var(--asg-cyan), var(--asg-blue));
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 12px 28px rgba(89, 184, 255, 0.22);
}

.asg-route-flow article strong {
  color: #f5fbff;
  font-size: 15px;
  line-height: 1.25;
}

.asg-route-flow article small {
  color: var(--asg-muted);
  font-size: 13px;
  line-height: 1.45;
}

/* ================= Value Grid ================= */

.asg-value-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.asg-value-grid article {
  min-height: 178px;
  padding: 18px;
  border: 1px solid rgba(155, 205, 255, 0.13);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
}

.asg-value-grid i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 15px;
  color: var(--asg-cyan);
  background: rgba(97, 242, 255, 0.1);
  border: 1px solid rgba(97, 242, 255, 0.18);
}

.asg-value-grid strong {
  display: block;
  color: #f5fbff;
  font-size: 15px;
  line-height: 1.25;
}

.asg-value-grid span {
  display: block;
  margin-top: 8px;
  color: var(--asg-muted);
  font-size: 13px;
  line-height: 1.5;
}

/* ================= Responsive ================= */

@media (max-width: 1260px) {
  .asg-value-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .asg-intro {
    padding: 62px 0;
  }

  .asg-intro-shell {
    grid-template-columns: 1fr;
  }

  .asg-intro-map {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .asg-value-grid {
    grid-template-columns: 1fr;
  }

  .asg-intro-actions .asg-btn {
    width: 100%;
  }

  .asg-route-flow article {
    grid-template-columns: 42px 1fr;
    padding: 14px;
  }

  .asg-route-flow article span {
    width: 38px;
    height: 38px;
    border-radius: 14px;
  }
}


/* =========================================================
   ASG Billing Toggle + Launch Pricing
   ========================================================= */

.asg-price-toggle {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 26px 0 24px;
  padding: 10px;
  width: fit-content;
  max-width: 100%;
  border: 1px solid rgba(97, 242, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
}

.asg-price-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.asg-price-toggle label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--asg-muted);
  cursor: pointer;
  font-size: 13px;
  font-weight: 950;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

.asg-price-toggle label i {
  font-size: 13px;
}

#asgMonthly:checked + label,
#asgAnnual:checked + label {
  color: #061326;
  background: linear-gradient(135deg, var(--asg-green), var(--asg-cyan));
  box-shadow: 0 14px 30px rgba(97, 242, 255, 0.18);
}

.asg-toggle-note {
  flex-basis: 100%;
  padding: 0 10px 5px;
  color: var(--asg-muted);
  font-size: 12px;
  line-height: 1.45;
}

.asg-toggle-note strong {
  color: #f5fbff;
}

/* default */
.asg-price-annual,
.asg-annual-cta {
  display: none !important;
}

/* when annual selected */
.asg-memberships:has(#asgAnnual:checked) .asg-price-monthly,
.asg-memberships:has(#asgAnnual:checked) .asg-monthly-cta {
  display: none !important;
}

.asg-memberships:has(#asgAnnual:checked) .asg-price-annual {
  display: block !important;
}

.asg-memberships:has(#asgAnnual:checked) .asg-annual-cta {
  display: inline-flex !important;
}

.asg-price-stack {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(155, 205, 255, 0.12);
}

.asg-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 9px;
  margin-top: 10px;
  padding-top: 0;
  border-top: 0;
}

.asg-price-row del {
  color: rgba(220, 236, 255, 0.48);
  font-size: clamp(24px, 2.8vw, 38px);
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: -0.055em;
  text-decoration-thickness: 3px;
}

.asg-launch-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(81, 247, 165, 0.22);
  border-radius: 999px;
  color: var(--asg-green);
  background: rgba(81, 247, 165, 0.08);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ================= Trial Strip ================= */

.asg-trial-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(97, 242, 255, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(97, 242, 255, 0.07), rgba(255, 255, 255, 0.035));
}

.asg-trial-strip > div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
}

.asg-trial-strip i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 17px;
  color: #061326;
  background: linear-gradient(135deg, var(--asg-green), var(--asg-cyan));
  box-shadow: 0 16px 34px rgba(97, 242, 255, 0.2);
}

.asg-trial-strip strong {
  display: block;
  color: #f5fbff;
  font-size: 16px;
}

.asg-trial-strip small {
  display: block;
  margin-top: 5px;
  color: var(--asg-muted);
  font-size: 13.5px;
  line-height: 1.5;
}

.asg-trial-strip a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  color: #ffffff;
  background: #145cff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(20, 92, 255, 0.18);
}

/* ================= Responsive ================= */

@media (max-width: 760px) {
  .asg-price-toggle {
    width: 100%;
    border-radius: 24px;
  }

  .asg-price-toggle label {
    flex: 1 1 100%;
  }

  .asg-trial-strip {
    display: grid;
  }

  .asg-trial-strip > div {
    grid-template-columns: 1fr;
  }

  .asg-trial-strip a {
    width: 100%;
  }
}

/* =========================================================
   ASG Membership / Plan Cards
   ========================================================= */

.asg-memberships {
  position: relative;
  padding: 88px 0;
  background:
    radial-gradient(circle at 12% 10%, rgba(20, 92, 255, 0.16), transparent 28%),
    radial-gradient(circle at 88% 24%, rgba(97, 242, 255, 0.13), transparent 30%),
    linear-gradient(180deg, #071632 0%, #061326 100%);
}

.asg-section-head {
  max-width: 1120px;
  margin-bottom: 30px;
}

.asg-section-head h2 {
  margin: 0;
  color: var(--asg-text);
  font-size: clamp(34px, 4.8vw, 66px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.asg-section-head p {
  margin: 18px 0 0;
  color: var(--asg-muted);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.65;
  max-width: 980px;
}

.asg-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  position: relative;
  z-index: 2;
  margin-bottom: clamp(30px, 3vw, 46px);
}

.asg-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px;
  border: 1px solid rgba(155, 205, 255, 0.14);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    rgba(9, 28, 55, 0.76);
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.24);
  overflow: hidden;
   z-index: 2;
}

.asg-plan-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  opacity: 0.8;
}

.asg-plan-business::before {
  background: radial-gradient(circle at 18% 0%, rgba(89, 184, 255, 0.18), transparent 34%);
}

.asg-plan-enterprise::before {
  background:
    radial-gradient(circle at 24% 0%, rgba(97, 242, 255, 0.22), transparent 34%),
    radial-gradient(circle at 100% 20%, rgba(81, 247, 165, 0.14), transparent 28%);
}

.asg-plan-custom::before {
  background: radial-gradient(circle at 24% 0%, rgba(255, 209, 102, 0.15), transparent 34%);
}

.asg-plan-card > * {
  position: relative;
}

.asg-plan-card.is-featured {
  border-color: rgba(97, 242, 255, 0.38);
  transform: translateY(-10px);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.34),
    0 0 46px rgba(97, 242, 255, 0.13);
	z-index: 3;
}

.asg-plan-ribbon {
  width: fit-content;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #031226;
  background: linear-gradient(135deg, var(--asg-green), var(--asg-cyan));
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.asg-plan-top {
  display: grid;
  gap: 10px;
}

.asg-plan-label {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  color: #dff8ff;
  background: rgba(97, 242, 255, 0.09);
  border: 1px solid rgba(97, 242, 255, 0.16);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.asg-plan-top h3 {
  margin: 0;
  color: #f5fbff;
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.asg-plan-top p {
  margin: 0;
  color: var(--asg-muted);
  font-size: 14.5px;
  line-height: 1.58;
}

.asg-price-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(155, 205, 255, 0.12);
}

.asg-price-row strong {
  color: #ffffff;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.asg-price-row span {
  color: var(--asg-muted);
  font-size: 14px;
  font-weight: 850;
  padding-bottom: 5px;
}

.asg-plan-note {
  margin: 12px 0 0;
  color: #cfe2ff;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 800;
}

.asg-plan-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.asg-plan-list li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  color: #dcecff;
  font-size: 14px;
  line-height: 1.45;
}

.asg-plan-list i {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border-radius: 999px;
  color: #041326;
  background: var(--asg-green);
  font-size: 11px;
}

.asg-plan-actions {
  display: grid;
  gap: 10px;
  margin-top: auto;
  padding-top: 24px;
}

.asg-plan-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 18px;
  border-radius: 999px;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: -0.01em;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    filter 0.22s ease;
}

.asg-plan-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.asg-plan-btn-blue {
  background: linear-gradient(135deg, #145cff, #59b8ff);
  box-shadow: 0 18px 38px rgba(20, 92, 255, 0.28);
}

.asg-plan-btn-premium {
  color: #031226;
  background: linear-gradient(135deg, var(--asg-green), var(--asg-cyan), var(--asg-blue));
  box-shadow: 0 18px 42px rgba(97, 242, 255, 0.28);
}

.asg-plan-btn-dark {
  background: linear-gradient(135deg, #071632, #152848);
  border: 1px solid rgba(255, 209, 102, 0.36);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.asg-ai-hook {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 12px;
  border: 1px solid rgba(155, 205, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--asg-muted);
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
}

.asg-ai-hook::before {
  content: "↳";
  margin-right: 7px;
  color: var(--asg-cyan);
}

.asg-ai-hook:hover {
  color: #ffffff;
  border-color: rgba(97, 242, 255, 0.32);
}

.asg-plan-footnote {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-top: 0;
  padding: 18px;
  clear: both;
  border: 1px solid rgba(155, 205, 255, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
}

.asg-plan-footnote i {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  color: var(--asg-cyan);
  background: rgba(97, 242, 255, 0.09);
  border: 1px solid rgba(97, 242, 255, 0.16);
}

.asg-plan-footnote p {
  margin: 0;
  color: var(--asg-muted);
  font-size: 14px;
  line-height: 1.55;
}

.asg-plan-footnote .asg-ai-hook {
  white-space: nowrap;
}

/* =========================================================
   ASG 4-card membership grid with trial card
   ========================================================= */

.asg-plan-trial::before {
  background:
    radial-gradient(circle at 18% 0%, rgba(97, 242, 255, 0.18), transparent 34%),
    radial-gradient(circle at 100% 18%, rgba(81, 247, 165, 0.1), transparent 28%);
}

.asg-plan-btn-trial {
  color: #061326;
  background: linear-gradient(135deg, var(--asg-green), var(--asg-cyan));
  box-shadow: 0 18px 42px rgba(97, 242, 255, 0.22);
}

.asg-plan-btn-trial:hover {
  color: #061326;
}

.asg-plan-trial .asg-launch-badge {
  color: var(--asg-cyan);
  border-color: rgba(97, 242, 255, 0.24);
  background: rgba(97, 242, 255, 0.08);
}

/* Annual toggle should not affect trial/custom cards */
.asg-memberships:has(#asgAnnual:checked) .asg-plan-trial .asg-price-monthly,
.asg-memberships:has(#asgAnnual:checked) .asg-plan-trial .asg-monthly-cta {
  display: block !important;
}

/* Responsive */
@media (max-width: 1480px) {
  .asg-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .asg-plan-grid {
    grid-template-columns: 1fr;
  }
}





@media (max-width: 900px) {
  .asg-plan-footnote {
    grid-template-columns: 44px 1fr;
  }

  .asg-plan-footnote .asg-ai-hook {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 560px) {
  .asg-plan-footnote {
    grid-template-columns: 1fr;
  }
}
/* ================= Responsive ================= */

@media (max-width: 1180px) {
  .asg-plan-grid {
    grid-template-columns: 1fr;
  }

  .asg-plan-card.is-featured {
    transform: none;
  }
}

@media (max-width: 640px) {
  .asg-memberships {
    padding: 62px 0;
  }

  .asg-plan-card {
    padding: 18px;
    border-radius: 24px;
  }

  .asg-plan-footnote {
    display: grid;
  }
}

/* =========================================================
   ASG 5-Minute Activation Flow
   ========================================================= */

.asg-activation-flow {
  position: relative;
  padding: 88px 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(81, 247, 165, 0.11), transparent 28%),
    radial-gradient(circle at 92% 16%, rgba(89, 184, 255, 0.13), transparent 30%),
    linear-gradient(180deg, #061326 0%, #071632 100%);
}

.asg-activation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(480px, 0.95fr);
  gap: clamp(26px, 4vw, 84px);
  align-items: start;
}

.asg-step-timeline {
  display: grid;
  gap: 14px;
}

.asg-step-card {
  position: relative;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(155, 205, 255, 0.13);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.032)),
    rgba(9, 28, 55, 0.72);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.17);
}

.asg-step-card::before {
  content: "";
  position: absolute;
  left: 46px;
  top: 74px;
  bottom: -16px;
  width: 1px;
  background: linear-gradient(180deg, rgba(97, 242, 255, 0.34), transparent);
}

.asg-step-card:last-child::before {
  display: none;
}

.asg-step-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 19px;
  color: #061326;
  background: linear-gradient(135deg, var(--asg-green), var(--asg-cyan));
  box-shadow: 0 14px 34px rgba(97, 242, 255, 0.2);
}

.asg-step-icon i {
  font-size: 22px;
}

.asg-step-copy span {
  display: inline-flex;
  margin-bottom: 6px;
  color: var(--asg-cyan);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.asg-step-copy h3 {
  margin: 0;
  color: #f5fbff;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.asg-step-copy p {
  margin: 9px 0 0;
  color: var(--asg-muted);
  font-size: 14.5px;
  line-height: 1.62;
}

/* ================= Cyber Shop Preview ================= */

.asg-cyber-shop {
  position: sticky;
  top: 112px;
  padding: 18px;
  border: 1px solid rgba(97, 242, 255, 0.22);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(12, 36, 70, 0.94), rgba(5, 17, 36, 0.9)),
    rgba(9, 28, 55, 0.86);
  box-shadow:
    0 28px 82px rgba(0, 0, 0, 0.32),
    0 0 50px rgba(97, 242, 255, 0.08);
  overflow: hidden;
}

.asg-cyber-shop::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 0%, rgba(97, 242, 255, 0.2), transparent 32%),
    radial-gradient(circle at 94% 20%, rgba(81, 247, 165, 0.12), transparent 30%);
}

.asg-cyber-shop > * {
  position: relative;
}

.asg-cyber-top {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  row-gap: 2px;
  align-items: center;
  padding: 6px 4px 14px;
  border-bottom: 1px solid rgba(155, 205, 255, 0.12);
}

.asg-cyber-top strong {
  color: #f5fbff;
  font-size: 15px;
}

.asg-cyber-top small {
  grid-column: 2;
  color: var(--asg-muted);
  font-size: 12px;
  font-weight: 800;
}

.asg-cyber-screen {
  display: grid;
  gap: 9px;
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(155, 205, 255, 0.13);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(2, 13, 28, 0.62), rgba(4, 19, 39, 0.78));
}

.asg-cyber-row {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px 11px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.045);
}

.asg-cyber-label {
  color: var(--asg-muted);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.asg-cyber-row strong {
  color: #eaf6ff;
  font-size: 12.5px;
  line-height: 1.35;
  word-break: break-word;
}

.asg-cyber-green {
  color: var(--asg-green) !important;
}

.asg-cyber-message {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.asg-cyber-agent {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 11px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(155, 205, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
}

.asg-cyber-agent.reply {
  background: rgba(97, 242, 255, 0.08);
  border-color: rgba(97, 242, 255, 0.18);
}

.asg-cyber-agent i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  color: var(--asg-cyan);
  background: rgba(97, 242, 255, 0.1);
  border: 1px solid rgba(97, 242, 255, 0.16);
}

.asg-cyber-agent strong {
  display: block;
  color: #f5fbff;
  font-size: 13px;
}

.asg-cyber-agent small {
  display: block;
  margin-top: 4px;
  color: var(--asg-muted);
  font-size: 12px;
  line-height: 1.4;
}

.asg-cyber-checklist {
  display: grid;
  gap: 9px;
  margin-top: 14px;
}

.asg-cyber-checklist article {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 9px;
  align-items: center;
  color: #dcecff;
  font-size: 13px;
  font-weight: 850;
}

.asg-cyber-checklist i {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  color: #041326;
  background: var(--asg-green);
  font-size: 12px;
}

.asg-cyber-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 48px;
  margin-top: 18px;
  border-radius: 999px;
  color: #031226;
  background: linear-gradient(135deg, var(--asg-green), var(--asg-cyan));
  text-decoration: none;
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 18px 42px rgba(97, 242, 255, 0.22);
}

.asg-cyber-link:hover {
  transform: translateY(-2px);
}

/* ================= Responsive ================= */

@media (max-width: 1080px) {
  .asg-activation-layout {
    grid-template-columns: 1fr;
  }

  .asg-cyber-shop {
    position: relative;
    top: auto;
  }
}

@media (max-width: 640px) {
  .asg-activation-flow {
    padding: 62px 0;
  }

  .asg-step-card {
    grid-template-columns: 48px 1fr;
    padding: 15px;
  }

  .asg-step-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .asg-step-icon i {
    font-size: 19px;
  }

  .asg-step-card::before {
    left: 39px;
    top: 64px;
  }

  .asg-cyber-shop {
    padding: 14px;
    border-radius: 24px;
  }

  .asg-cyber-row {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   ASG Live Dashboard Visibility
   ========================================================= */

.asg-live-visibility {
  position: relative;
  padding: 92px 0;
  background:
    radial-gradient(circle at 18% 8%, rgba(97, 242, 255, 0.14), transparent 30%),
    radial-gradient(circle at 84% 28%, rgba(20, 92, 255, 0.17), transparent 32%),
    linear-gradient(180deg, #071632 0%, #061326 100%);
}

.asg-live-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
  gap: clamp(28px, 4vw, 86px);
  align-items: center;
}

.asg-live-copy {
  max-width: 900px;
}

.asg-live-copy h2 {
  margin: 0;
  color: var(--asg-text);
  font-size: clamp(34px, 4.8vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.asg-live-lead {
  margin: 22px 0 0;
  color: #e8f5ff;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.52;
  font-weight: 800;
}

.asg-live-copy p:not(.asg-live-lead) {
  margin: 16px 0 0;
  color: var(--asg-muted);
  font-size: 15.5px;
  line-height: 1.72;
}

.asg-live-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.asg-live-cockpit {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(97, 242, 255, 0.22);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(12, 36, 70, 0.93), rgba(5, 17, 36, 0.9)),
    rgba(9, 28, 55, 0.86);
  box-shadow:
    0 28px 82px rgba(0, 0, 0, 0.34),
    0 0 52px rgba(97, 242, 255, 0.08);
  overflow: hidden;
}

.asg-live-cockpit::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 0%, rgba(97, 242, 255, 0.2), transparent 32%),
    radial-gradient(circle at 96% 18%, rgba(81, 247, 165, 0.12), transparent 28%);
}

.asg-live-cockpit > * {
  position: relative;
}

.asg-live-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 4px 16px;
  border-bottom: 1px solid rgba(155, 205, 255, 0.12);
}

.asg-live-top > div {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  row-gap: 2px;
  align-items: center;
}

.asg-live-top strong {
  color: #f5fbff;
  font-size: 15px;
}

.asg-live-top small {
  grid-column: 2;
  color: var(--asg-muted);
  font-size: 12px;
  font-weight: 800;
}

.asg-live-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(81, 247, 165, 0.24);
  border-radius: 999px;
  color: var(--asg-green);
  background: rgba(81, 247, 165, 0.08);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.asg-live-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.asg-live-kpi-grid article {
  min-height: 136px;
  padding: 14px;
  border: 1px solid rgba(155, 205, 255, 0.13);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
}

.asg-live-kpi-grid i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
  border-radius: 14px;
  color: var(--asg-cyan);
  background: rgba(97, 242, 255, 0.1);
  border: 1px solid rgba(97, 242, 255, 0.16);
}

.asg-live-kpi-grid span {
  display: block;
  color: var(--asg-muted);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.asg-live-kpi-grid strong {
  display: block;
  margin-top: 5px;
  color: #f5fbff;
  font-size: 18px;
  letter-spacing: -0.03em;
}

.asg-live-kpi-grid small {
  display: block;
  margin-top: 6px;
  color: var(--asg-muted);
  font-size: 12px;
  line-height: 1.35;
}

.asg-live-window {
  margin-top: 14px;
  padding: 15px;
  border: 1px solid rgba(155, 205, 255, 0.13);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(2, 13, 28, 0.54), rgba(4, 19, 39, 0.76));
}

.asg-live-window-head,
.asg-live-feed-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.asg-live-window-head span,
.asg-live-feed-head span {
  color: var(--asg-muted);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.asg-live-window-head strong,
.asg-live-feed-head strong {
  color: #f5fbff;
  font-size: 13px;
}

.asg-live-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.asg-live-proof-grid article {
  padding: 13px;
  border: 1px solid rgba(155, 205, 255, 0.1);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.045);
}

.asg-live-proof-grid i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 10px;
  border-radius: 13px;
  color: var(--asg-green);
  background: rgba(81, 247, 165, 0.09);
  border: 1px solid rgba(81, 247, 165, 0.16);
}

.asg-live-proof-grid strong {
  display: block;
  color: #f5fbff;
  font-size: 13px;
}

.asg-live-proof-grid small {
  display: block;
  margin-top: 5px;
  color: var(--asg-muted);
  font-size: 12px;
  line-height: 1.4;
}

.asg-live-feed {
  display: grid;
  gap: 9px;
  margin-top: 14px;
  padding: 15px;
  border: 1px solid rgba(155, 205, 255, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.045);
}

.asg-live-feed article {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
  padding: 10px;
  border-radius: 15px;
  background: rgba(3, 14, 31, 0.34);
}

.asg-live-feed i {
  color: var(--asg-green);
  font-size: 13px;
  margin-top: 2px;
}

.asg-live-feed strong {
  display: block;
  color: #f5fbff;
  font-size: 13px;
}

.asg-live-feed small {
  display: block;
  margin-top: 4px;
  color: var(--asg-muted);
  font-size: 12px;
  line-height: 1.38;
}

/* ================= Responsive ================= */

@media (max-width: 1120px) {
  .asg-live-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .asg-live-kpi-grid,
  .asg-live-proof-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .asg-live-visibility {
    padding: 62px 0;
  }

  .asg-live-actions .asg-btn {
    width: 100%;
  }

  .asg-live-cockpit {
    padding: 14px;
    border-radius: 24px;
  }

  .asg-live-kpi-grid,
  .asg-live-proof-grid {
    grid-template-columns: 1fr;
  }

  .asg-live-top,
  .asg-live-window-head,
  .asg-live-feed-head {
    display: grid;
  }
}

/* =========================================================
   ASG Agent-to-Agent Commerce Ready
   ========================================================= */

.asg-a2a-commerce {
  position: relative;
  padding: 92px 0;
  background:
    radial-gradient(circle at 14% 22%, rgba(81, 247, 165, 0.11), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(97, 242, 255, 0.14), transparent 30%),
    linear-gradient(180deg, #061326 0%, #071632 100%);
}

.asg-a2a-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(560px, 1.1fr);
  gap: clamp(28px, 4vw, 86px);
  align-items: center;
}

.asg-a2a-copy {
  max-width: 920px;
}

.asg-a2a-copy h2 {
  margin: 0;
  color: var(--asg-text);
  font-size: clamp(34px, 4.8vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.asg-a2a-lead {
  margin: 22px 0 0;
  color: #e8f5ff;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.52;
  font-weight: 850;
}

.asg-a2a-copy p:not(.asg-a2a-lead) {
  margin: 16px 0 0;
  color: var(--asg-muted);
  font-size: 15.5px;
  line-height: 1.72;
}

.asg-a2a-highlight {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: start;
  margin-top: 26px;
  padding: 18px;
  border: 1px solid rgba(97, 242, 255, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(97, 242, 255, 0.08), rgba(255, 255, 255, 0.035));
}

.asg-a2a-highlight i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 17px;
  color: #061326;
  background: linear-gradient(135deg, var(--asg-green), var(--asg-cyan));
  box-shadow: 0 16px 34px rgba(97, 242, 255, 0.2);
}

.asg-a2a-highlight strong {
  display: block;
  color: #f5fbff;
  font-size: 16px;
  line-height: 1.25;
}

.asg-a2a-highlight small {
  display: block;
  margin-top: 6px;
  color: var(--asg-muted);
  font-size: 13.5px;
  line-height: 1.55;
}

/* ================= A2A Stage ================= */

.asg-a2a-stage {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(97, 242, 255, 0.22);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(12, 36, 70, 0.94), rgba(5, 17, 36, 0.9)),
    rgba(9, 28, 55, 0.86);
  box-shadow:
    0 28px 82px rgba(0, 0, 0, 0.34),
    0 0 52px rgba(97, 242, 255, 0.08);
  overflow: hidden;
}

.asg-a2a-stage::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 0%, rgba(97, 242, 255, 0.2), transparent 32%),
    radial-gradient(circle at 96% 18%, rgba(81, 247, 165, 0.12), transparent 28%);
}

.asg-a2a-stage > * {
  position: relative;
}

.asg-a2a-stage-top {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  row-gap: 2px;
  align-items: center;
  padding: 8px 4px 16px;
  border-bottom: 1px solid rgba(155, 205, 255, 0.12);
}

.asg-a2a-stage-top strong {
  color: #f5fbff;
  font-size: 15px;
}

.asg-a2a-stage-top small {
  grid-column: 2;
  color: var(--asg-muted);
  font-size: 12px;
  font-weight: 800;
}

/* ================= Chat Preview ================= */

.asg-a2a-chat {
  display: grid;
  gap: 12px;
  margin-top: 14px;
  padding: 15px;
  border: 1px solid rgba(155, 205, 255, 0.13);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(2, 13, 28, 0.6), rgba(4, 19, 39, 0.78));
}

.asg-a2a-msg {
  display: grid;
  gap: 7px;
  max-width: 92%;
}

.asg-a2a-msg.buyer {
  justify-self: start;
}

.asg-a2a-msg.gateway {
  justify-self: end;
}

.asg-a2a-msg span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  padding: 6px 9px;
  border: 1px solid rgba(89, 184, 255, 0.18);
  border-radius: 999px;
  background: rgba(89, 184, 255, 0.11);
  color: #dff8ff;
  font-size: 10.5px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.asg-a2a-msg.gateway span {
  justify-self: end;
  border-color: rgba(81, 247, 165, 0.2);
  background: rgba(81, 247, 165, 0.1);
  color: #e8fff4;
}

.asg-a2a-msg p {
  margin: 0;
  padding: 12px 13px;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.065);
  color: #e8f3ff;
  font-size: 12.7px;
  line-height: 1.48;
}

.asg-a2a-msg.gateway p {
  border-color: rgba(97, 242, 255, 0.18);
  background: rgba(97, 242, 255, 0.1);
}

/* ================= Commerce Path ================= */

.asg-a2a-commerce-path {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.asg-a2a-commerce-path article {
  min-height: 134px;
  padding: 14px;
  border: 1px solid rgba(155, 205, 255, 0.13);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
}

.asg-a2a-commerce-path i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
  border-radius: 14px;
  color: var(--asg-cyan);
  background: rgba(97, 242, 255, 0.1);
  border: 1px solid rgba(97, 242, 255, 0.16);
}

.asg-a2a-commerce-path strong {
  display: block;
  color: #f5fbff;
  font-size: 14px;
}

.asg-a2a-commerce-path span {
  display: block;
  margin-top: 6px;
  color: var(--asg-muted);
  font-size: 12px;
  line-height: 1.4;
}

/* ================= Intent Hook Box ================= */

.asg-a2a-intent-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  margin-top: 14px;
  padding: 15px;
  border: 1px solid rgba(81, 247, 165, 0.18);
  border-radius: 22px;
  background: rgba(81, 247, 165, 0.07);
}

.asg-a2a-intent-box span {
  display: block;
  color: var(--asg-muted);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.asg-a2a-intent-box strong {
  display: block;
  margin-top: 4px;
  color: #f5fbff;
  font-size: 14px;
}

.asg-a2a-intent-box code {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(3, 14, 31, 0.56);
  border: 1px solid rgba(155, 205, 255, 0.13);
  color: var(--asg-green);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

/* ================= Responsive ================= */

@media (max-width: 1120px) {
  .asg-a2a-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .asg-a2a-commerce-path {
    grid-template-columns: 1fr 1fr;
  }

  .asg-a2a-intent-box {
    grid-template-columns: 1fr;
  }

  .asg-a2a-intent-box code {
    width: fit-content;
    max-width: 100%;
    white-space: normal;
  }
}

@media (max-width: 560px) {
  .asg-a2a-commerce {
    padding: 62px 0;
  }

  .asg-a2a-stage {
    padding: 14px;
    border-radius: 24px;
  }

  .asg-a2a-msg {
    max-width: 100%;
  }

  .asg-a2a-msg.gateway {
    justify-self: stretch;
  }

  .asg-a2a-msg.gateway span {
    justify-self: start;
  }

  .asg-a2a-commerce-path {
    grid-template-columns: 1fr;
  }

  .asg-a2a-highlight {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   ASG Safe Public Boundary
   ========================================================= */

.asg-boundary {
  position: relative;
  padding: 92px 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 107, 138, 0.08), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(81, 247, 165, 0.11), transparent 30%),
    linear-gradient(180deg, #071632 0%, #061326 100%);
}

.asg-boundary-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(580px, 1.14fr);
  gap: clamp(28px, 4vw, 86px);
  align-items: center;
}

.asg-boundary-copy {
  max-width: 920px;
}

.asg-boundary-copy h2 {
  margin: 0;
  color: var(--asg-text);
  font-size: clamp(34px, 4.8vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.asg-boundary-lead {
  margin: 22px 0 0;
  color: #e8f5ff;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.52;
  font-weight: 850;
}

.asg-boundary-copy p:not(.asg-boundary-lead) {
  margin: 16px 0 0;
  color: var(--asg-muted);
  font-size: 15.5px;
  line-height: 1.72;
}

.asg-boundary-alert {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: start;
  margin-top: 26px;
  padding: 18px;
  border: 1px solid rgba(97, 242, 255, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(97, 242, 255, 0.08), rgba(255, 255, 255, 0.035));
}

.asg-boundary-alert i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 17px;
  color: #061326;
  background: linear-gradient(135deg, var(--asg-green), var(--asg-cyan));
  box-shadow: 0 16px 34px rgba(97, 242, 255, 0.2);
}

.asg-boundary-alert strong {
  display: block;
  color: #f5fbff;
  font-size: 16px;
  line-height: 1.25;
}

.asg-boundary-alert small {
  display: block;
  margin-top: 6px;
  color: var(--asg-muted);
  font-size: 13.5px;
  line-height: 1.55;
}

/* ================= Boundary Board ================= */

.asg-boundary-board {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(97, 242, 255, 0.22);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(12, 36, 70, 0.94), rgba(5, 17, 36, 0.9)),
    rgba(9, 28, 55, 0.86);
  box-shadow:
    0 28px 82px rgba(0, 0, 0, 0.34),
    0 0 52px rgba(97, 242, 255, 0.08);
  overflow: hidden;
}

.asg-boundary-board::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 0%, rgba(97, 242, 255, 0.18), transparent 32%),
    radial-gradient(circle at 96% 18%, rgba(81, 247, 165, 0.12), transparent 28%);
}

.asg-boundary-board > * {
  position: relative;
}

.asg-boundary-top {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  row-gap: 2px;
  align-items: center;
  padding: 8px 4px 16px;
  border-bottom: 1px solid rgba(155, 205, 255, 0.12);
}

.asg-boundary-top strong {
  color: #f5fbff;
  font-size: 15px;
}

.asg-boundary-top small {
  grid-column: 2;
  color: var(--asg-muted);
  font-size: 12px;
  font-weight: 800;
}

.asg-boundary-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 14px;
}

.asg-boundary-column {
  padding: 16px;
  border: 1px solid rgba(155, 205, 255, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
}

.asg-boundary-column.allowed {
  border-color: rgba(81, 247, 165, 0.18);
}

.asg-boundary-column.blocked {
  border-color: rgba(255, 107, 138, 0.2);
}

.asg-boundary-column-head {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.asg-boundary-column-head > i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: rgba(97, 242, 255, 0.1);
  border: 1px solid rgba(97, 242, 255, 0.16);
  color: var(--asg-cyan);
}

.asg-boundary-column.allowed .asg-boundary-column-head > i {
  color: var(--asg-green);
  background: rgba(81, 247, 165, 0.09);
  border-color: rgba(81, 247, 165, 0.16);
}

.asg-boundary-column.blocked .asg-boundary-column-head > i {
  color: var(--asg-danger);
  background: rgba(255, 107, 138, 0.09);
  border-color: rgba(255, 107, 138, 0.18);
}

.asg-boundary-column-head strong {
  display: block;
  color: #f5fbff;
  font-size: 16px;
}

.asg-boundary-column-head small {
  display: block;
  margin-top: 4px;
  color: var(--asg-muted);
  font-size: 12px;
  line-height: 1.35;
}

.asg-boundary-column ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.asg-boundary-column li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 9px;
  align-items: start;
  color: #dcecff;
  font-size: 13.5px;
  line-height: 1.4;
}

.asg-boundary-column li i {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  color: #041326;
  background: var(--asg-green);
  font-size: 12px;
}

.asg-boundary-column.blocked li i {
  color: #ffffff;
  background: rgba(255, 107, 138, 0.9);
}

/* ================= Route Card ================= */

.asg-boundary-route-card {
  display: grid;
  gap: 13px;
  margin-top: 14px;
  padding: 15px;
  border: 1px solid rgba(97, 242, 255, 0.14);
  border-radius: 22px;
  background: rgba(97, 242, 255, 0.065);
}

.asg-boundary-route-card span {
  display: block;
  color: var(--asg-muted);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.asg-boundary-route-card strong {
  display: block;
  margin-top: 4px;
  color: #f5fbff;
  font-size: 14px;
}

.asg-boundary-route {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
}

.asg-boundary-route code {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(3, 14, 31, 0.56);
  border: 1px solid rgba(155, 205, 255, 0.13);
  color: var(--asg-green);
  font-size: 12px;
  font-weight: 900;
}

.asg-boundary-route i {
  color: var(--asg-cyan);
  font-size: 13px;
}

/* ================= Responsive ================= */

@media (max-width: 1120px) {
  .asg-boundary-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .asg-boundary-columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .asg-boundary {
    padding: 62px 0;
  }

  .asg-boundary-board {
    padding: 14px;
    border-radius: 24px;
  }

  .asg-boundary-alert {
    grid-template-columns: 1fr;
  }

  .asg-boundary-route {
    display: grid;
  }

  .asg-boundary-route i {
    transform: rotate(90deg);
    justify-self: start;
    margin-left: 12px;
  }
}

/* =========================================================
   ASG AI Agent Discovery Routes
   ========================================================= */

.asg-ai-routes {
  position: relative;
  padding: 92px 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(97, 242, 255, 0.13), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(20, 92, 255, 0.15), transparent 32%),
    linear-gradient(180deg, #061326 0%, #071632 100%);
}

.asg-routes-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(620px, 1.18fr);
  gap: clamp(28px, 4vw, 86px);
  align-items: center;
}

.asg-routes-copy {
  max-width: 920px;
}

.asg-routes-copy h2 {
  margin: 0;
  color: var(--asg-text);
  font-size: clamp(34px, 4.8vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.asg-routes-lead {
  margin: 22px 0 0;
  color: #e8f5ff;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.52;
  font-weight: 850;
}

.asg-routes-copy p:not(.asg-routes-lead) {
  margin: 16px 0 0;
  color: var(--asg-muted);
  font-size: 15.5px;
  line-height: 1.72;
}

.asg-routes-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

/* ================= Route Terminal ================= */

.asg-route-terminal {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(97, 242, 255, 0.22);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(12, 36, 70, 0.94), rgba(5, 17, 36, 0.9)),
    rgba(9, 28, 55, 0.86);
  box-shadow:
    0 28px 82px rgba(0, 0, 0, 0.34),
    0 0 52px rgba(97, 242, 255, 0.08);
  overflow: hidden;
}

.asg-route-terminal::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 0%, rgba(97, 242, 255, 0.2), transparent 32%),
    radial-gradient(circle at 96% 18%, rgba(81, 247, 165, 0.12), transparent 28%);
}

.asg-route-terminal > * {
  position: relative;
}

.asg-route-terminal-top {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  row-gap: 2px;
  align-items: center;
  padding: 8px 4px 16px;
  border-bottom: 1px solid rgba(155, 205, 255, 0.12);
}

.asg-route-terminal-top strong {
  color: #f5fbff;
  font-size: 15px;
}

.asg-route-terminal-top small {
  grid-column: 2;
  color: var(--asg-muted);
  font-size: 12px;
  font-weight: 800;
}

.asg-route-lines {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.asg-route-lines div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 13px;
  border: 1px solid rgba(155, 205, 255, 0.12);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.05);
}

.asg-route-lines span {
  color: var(--asg-muted);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.asg-route-lines code {
  color: var(--asg-green);
  font-size: 12.5px;
  font-weight: 900;
  line-height: 1.35;
  word-break: break-word;
}

/* ================= Route Cards ================= */

.asg-route-card-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.asg-route-card-grid article {
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 18px;
  border: 1px solid rgba(155, 205, 255, 0.13);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.032)),
    rgba(9, 28, 55, 0.72);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.17);
}

.asg-route-card-grid i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 16px;
  color: var(--asg-cyan);
  background: rgba(97, 242, 255, 0.1);
  border: 1px solid rgba(97, 242, 255, 0.16);
}

.asg-route-card-grid strong {
  display: block;
  color: #f5fbff;
  font-size: 16px;
  line-height: 1.25;
}

.asg-route-card-grid span {
  display: block;
  margin-top: 8px;
  color: var(--asg-muted);
  font-size: 13px;
  line-height: 1.5;
}

.asg-route-card-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 34px;
  margin-top: auto;
  padding: 0 12px;
  border: 1px solid rgba(97, 242, 255, 0.18);
  border-radius: 999px;
  color: #dff8ff;
  background: rgba(97, 242, 255, 0.07);
  text-decoration: none;
  font-size: 12px;
  font-weight: 950;
}

.asg-route-card-grid a:hover {
  color: #061326;
  background: var(--asg-cyan);
}

/* ================= FAQ Hook ================= */

.asg-faq-hook {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(97, 242, 255, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(97, 242, 255, 0.07), rgba(255, 255, 255, 0.035));
}

.asg-faq-hook > div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
}

.asg-faq-hook i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 17px;
  color: #061326;
  background: linear-gradient(135deg, var(--asg-green), var(--asg-cyan));
  box-shadow: 0 16px 34px rgba(97, 242, 255, 0.2);
}

.asg-faq-hook strong {
  display: block;
  color: #f5fbff;
  font-size: 16px;
}

.asg-faq-hook small {
  display: block;
  margin-top: 5px;
  color: var(--asg-muted);
  font-size: 13.5px;
  line-height: 1.5;
}

.asg-faq-hook a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  color: #061326;
  background: linear-gradient(135deg, var(--asg-green), var(--asg-cyan));
  text-decoration: none;
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
}

/* ================= Responsive ================= */

@media (max-width: 1280px) {
  .asg-route-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1120px) {
  .asg-routes-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .asg-route-card-grid {
    grid-template-columns: 1fr;
  }

  .asg-faq-hook {
    display: grid;
  }

  .asg-faq-hook > div {
    grid-template-columns: 1fr;
  }

  .asg-faq-hook a {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .asg-ai-routes {
    padding: 62px 0;
  }

  .asg-routes-actions .asg-btn {
    width: 100%;
  }

  .asg-route-terminal {
    padding: 14px;
    border-radius: 24px;
  }

  .asg-route-lines div {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   ASG Business Owner Control
   ========================================================= */

.asg-owner-control {
  position: relative;
  padding: 92px 0;
  background:
    radial-gradient(circle at 14% 16%, rgba(81, 247, 165, 0.11), transparent 30%),
    radial-gradient(circle at 90% 22%, rgba(97, 242, 255, 0.13), transparent 30%),
    linear-gradient(180deg, #071632 0%, #061326 100%);
}

.asg-owner-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(580px, 1.14fr);
  gap: clamp(28px, 4vw, 86px);
  align-items: center;
}

.asg-owner-copy {
  max-width: 920px;
}

.asg-owner-copy h2 {
  margin: 0;
  color: var(--asg-text);
  font-size: clamp(34px, 4.8vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.asg-owner-lead {
  margin: 22px 0 0;
  color: #e8f5ff;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.52;
  font-weight: 850;
}

.asg-owner-copy p:not(.asg-owner-lead) {
  margin: 16px 0 0;
  color: var(--asg-muted);
  font-size: 15.5px;
  line-height: 1.72;
}

/* ================= Owner Panel ================= */

.asg-owner-panel {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(97, 242, 255, 0.22);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(12, 36, 70, 0.94), rgba(5, 17, 36, 0.9)),
    rgba(9, 28, 55, 0.86);
  box-shadow:
    0 28px 82px rgba(0, 0, 0, 0.34),
    0 0 52px rgba(97, 242, 255, 0.08);
  overflow: hidden;
}

.asg-owner-panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 0%, rgba(97, 242, 255, 0.2), transparent 32%),
    radial-gradient(circle at 96% 18%, rgba(81, 247, 165, 0.12), transparent 28%);
}

.asg-owner-panel > * {
  position: relative;
}

.asg-owner-panel-top {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  row-gap: 2px;
  align-items: center;
  padding: 8px 4px 16px;
  border-bottom: 1px solid rgba(155, 205, 255, 0.12);
}

.asg-owner-panel-top strong {
  color: #f5fbff;
  font-size: 15px;
}

.asg-owner-panel-top small {
  grid-column: 2;
  color: var(--asg-muted);
  font-size: 12px;
  font-weight: 800;
}

.asg-owner-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.asg-owner-preview-grid article {
  min-height: 160px;
  padding: 14px;
  border: 1px solid rgba(155, 205, 255, 0.13);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
}

.asg-owner-preview-grid i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
  border-radius: 14px;
  color: var(--asg-cyan);
  background: rgba(97, 242, 255, 0.1);
  border: 1px solid rgba(97, 242, 255, 0.16);
}

.asg-owner-preview-grid span {
  display: block;
  color: var(--asg-muted);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.asg-owner-preview-grid strong {
  display: block;
  margin-top: 5px;
  color: #f5fbff;
  font-size: 16px;
  line-height: 1.2;
}

.asg-owner-preview-grid small {
  display: block;
  margin-top: 6px;
  color: var(--asg-muted);
  font-size: 12px;
  line-height: 1.4;
}

/* ================= Switchboard ================= */

.asg-owner-switchboard {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding: 15px;
  border: 1px solid rgba(155, 205, 255, 0.13);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(2, 13, 28, 0.52), rgba(4, 19, 39, 0.75));
}

.asg-switch-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 13px;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.05);
}

.asg-switch-row span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #dcecff;
  font-size: 13px;
  font-weight: 900;
}

.asg-switch-row i {
  color: var(--asg-muted);
  font-size: 17px;
}

.asg-switch-row.on i {
  color: var(--asg-green);
}

.asg-switch-row strong {
  color: var(--asg-muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.asg-switch-row.on strong {
  color: var(--asg-green);
}

/* ================= Owner Feature Grid ================= */

.asg-owner-feature-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.asg-owner-feature-grid article {
  min-height: 205px;
  padding: 18px;
  border: 1px solid rgba(155, 205, 255, 0.13);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.032)),
    rgba(9, 28, 55, 0.72);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.17);
}

.asg-owner-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 16px;
  color: var(--asg-cyan);
  background: rgba(97, 242, 255, 0.1);
  border: 1px solid rgba(97, 242, 255, 0.16);
}

.asg-owner-icon i {
  font-size: 18px;
}

.asg-owner-feature-grid strong {
  display: block;
  color: #f5fbff;
  font-size: 16px;
  line-height: 1.25;
}

.asg-owner-feature-grid span {
  display: block;
  margin-top: 8px;
  color: var(--asg-muted);
  font-size: 13px;
  line-height: 1.5;
}

/* ================= Responsive ================= */

@media (max-width: 1280px) {
  .asg-owner-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .asg-owner-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1120px) {
  .asg-owner-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .asg-owner-feature-grid,
  .asg-owner-preview-grid {
    grid-template-columns: 1fr;
  }

  .asg-switch-row {
    display: grid;
  }
}

@media (max-width: 560px) {
  .asg-owner-control {
    padding: 62px 0;
  }

  .asg-owner-panel {
    padding: 14px;
    border-radius: 24px;
  }
}

/* =========================================================
   ASG vs AI Visibility Tools
   ========================================================= */

.asg-vs-tools {
  position: relative;
  padding: 92px 0;
  background:
    radial-gradient(circle at 12% 16%, rgba(97, 242, 255, 0.13), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(81, 247, 165, 0.11), transparent 30%),
    linear-gradient(180deg, #061326 0%, #071632 100%);
}

.asg-vs-head {
  max-width: 1240px;
  margin-bottom: 30px;
}

.asg-vs-head h2 {
  margin: 0;
  color: var(--asg-text);
  font-size: clamp(34px, 4.8vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.asg-vs-head p {
  margin: 18px 0 0;
  max-width: 1080px;
  color: var(--asg-muted);
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.68;
}

.asg-vs-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr) minmax(0, 0.95fr);
  gap: 16px;
  align-items: stretch;
}

.asg-vs-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 22px;
  border: 1px solid rgba(155, 205, 255, 0.13);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.032)),
    rgba(9, 28, 55, 0.72);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.asg-vs-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  opacity: 0.8;
  background: radial-gradient(circle at 22% 0%, rgba(97, 242, 255, 0.12), transparent 34%);
}

.asg-vs-card.featured {
  border-color: rgba(97, 242, 255, 0.34);
  background:
    linear-gradient(180deg, rgba(97, 242, 255, 0.105), rgba(255, 255, 255, 0.04)),
    rgba(9, 28, 55, 0.82);
  box-shadow:
    0 28px 82px rgba(0, 0, 0, 0.32),
    0 0 52px rgba(97, 242, 255, 0.1);
  transform: translateY(-8px);
}

.asg-vs-card.featured::before {
  background:
    radial-gradient(circle at 18% 0%, rgba(97, 242, 255, 0.22), transparent 34%),
    radial-gradient(circle at 100% 14%, rgba(81, 247, 165, 0.14), transparent 28%);
}

.asg-vs-card > * {
  position: relative;
}

.asg-vs-ribbon {
  width: fit-content;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #031226;
  background: linear-gradient(135deg, var(--asg-green), var(--asg-cyan));
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.asg-vs-card-top {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(155, 205, 255, 0.12);
}

.asg-vs-card-top > i {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  color: var(--asg-cyan);
  background: rgba(97, 242, 255, 0.1);
  border: 1px solid rgba(97, 242, 255, 0.16);
  font-size: 21px;
}

.asg-vs-card.featured .asg-vs-card-top > i {
  color: #061326;
  background: linear-gradient(135deg, var(--asg-green), var(--asg-cyan));
  box-shadow: 0 16px 34px rgba(97, 242, 255, 0.2);
}

.asg-vs-card-top strong {
  display: block;
  color: #f5fbff;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.asg-vs-card-top small {
  display: block;
  margin-top: 5px;
  color: var(--asg-muted);
  font-size: 12.5px;
  font-weight: 850;
}

.asg-vs-card ul {
  display: grid;
  gap: 11px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.asg-vs-card li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  color: #dcecff;
  font-size: 14px;
  line-height: 1.42;
}

.asg-vs-card li i {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  color: #041326;
  background: var(--asg-green);
  font-size: 12px;
}

.asg-vs-card.muted li i.fa-minus {
  color: #dcecff;
  background: rgba(155, 205, 255, 0.16);
}

.asg-vs-bottom {
  margin-top: auto;
  padding-top: 24px;
}

.asg-vs-bottom span {
  display: block;
  color: var(--asg-muted);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.asg-vs-bottom strong {
  display: block;
  margin-top: 6px;
  color: #f5fbff;
  font-size: 15px;
  line-height: 1.35;
}

.asg-vs-bottom.strong {
  padding: 15px;
  border: 1px solid rgba(81, 247, 165, 0.18);
  border-radius: 20px;
  background: rgba(81, 247, 165, 0.07);
}

.asg-vs-bottom.strong strong {
  color: var(--asg-green);
}

/* ================= Punchline ================= */

.asg-vs-punchline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(97, 242, 255, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(97, 242, 255, 0.07), rgba(255, 255, 255, 0.035));
}

.asg-vs-punchline > div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
}

.asg-vs-punchline i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 17px;
  color: #061326;
  background: linear-gradient(135deg, var(--asg-green), var(--asg-cyan));
  box-shadow: 0 16px 34px rgba(97, 242, 255, 0.2);
}

.asg-vs-punchline strong {
  display: block;
  color: #f5fbff;
  font-size: 16px;
}

.asg-vs-punchline small {
  display: block;
  margin-top: 5px;
  color: var(--asg-muted);
  font-size: 13.5px;
  line-height: 1.5;
}

.asg-vs-punchline a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 17px;
  border-radius: 999px;
  color: #061326;
  background: linear-gradient(135deg, var(--asg-green), var(--asg-cyan));
  text-decoration: none;
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
}

/* ================= Responsive ================= */

@media (max-width: 1180px) {
  .asg-vs-layout {
    grid-template-columns: 1fr;
  }

  .asg-vs-card.featured {
    transform: none;
  }
}

@media (max-width: 760px) {
  .asg-vs-punchline {
    display: grid;
  }

  .asg-vs-punchline > div {
    grid-template-columns: 1fr;
  }

  .asg-vs-punchline a {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .asg-vs-tools {
    padding: 62px 0;
  }

  .asg-vs-card {
    padding: 18px;
    border-radius: 24px;
  }

  .asg-vs-card-top {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   ASG FAQ Teaser
   ========================================================= */

.asg-faq-teaser {
  position: relative;
  padding: 92px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(81, 247, 165, 0.1), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(97, 242, 255, 0.13), transparent 30%),
    linear-gradient(180deg, #071632 0%, #061326 100%);
}

.asg-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(600px, 1.18fr);
  gap: clamp(28px, 4vw, 86px);
  align-items: center;
}

.asg-faq-copy {
  max-width: 920px;
}

.asg-faq-copy h2 {
  margin: 0;
  color: var(--asg-text);
  font-size: clamp(34px, 4.8vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.asg-faq-lead {
  margin: 22px 0 0;
  color: #e8f5ff;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.52;
  font-weight: 850;
}

.asg-faq-copy p:not(.asg-faq-lead) {
  margin: 16px 0 0;
  color: var(--asg-muted);
  font-size: 15.5px;
  line-height: 1.72;
}

.asg-faq-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

/* ================= FAQ Box With Scroll ================= */

.asg-faq-box {
  position: relative;
  display: grid;
  gap: 12px;
  max-height: clamp(390px, 74vh, 550px);
  padding: 18px;
  padding-right: 14px;
  border: 1px solid rgba(97, 242, 255, 0.22);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(12, 36, 70, 0.94), rgba(5, 17, 36, 0.9)),
    rgba(9, 28, 55, 0.86);
  box-shadow:
    0 28px 82px rgba(0, 0, 0, 0.34),
    0 0 52px rgba(97, 242, 255, 0.08);
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(97, 242, 255, 0.56) rgba(255, 255, 255, 0.055);
}

.asg-faq-box::-webkit-scrollbar {
  width: 10px;
}

.asg-faq-box::-webkit-scrollbar-track {
  margin: 18px 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
}

.asg-faq-box::-webkit-scrollbar-thumb {
  border: 2px solid rgba(6, 19, 38, 0.92);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(81, 247, 165, 0.9), rgba(97, 242, 255, 0.9));
}

.asg-faq-box::-webkit-scrollbar-thumb:hover {
  background:
    linear-gradient(180deg, rgba(97, 242, 255, 1), rgba(81, 247, 165, 1));
}

.asg-faq-box::before {
  content: "";
  position: sticky;
  top: -18px;
  z-index: 0;
  display: block;
  height: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 0%, rgba(97, 242, 255, 0.18), transparent 32%),
    radial-gradient(circle at 96% 18%, rgba(81, 247, 165, 0.12), transparent 28%);
}

.asg-faq-box > * {
  position: relative;
  z-index: 1;
}

.asg-faq-box details {
  border: 1px solid rgba(155, 205, 255, 0.13);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
  overflow: hidden;
}

.asg-faq-box details:hover {
  border-color: rgba(97, 242, 255, 0.24);
}

.asg-faq-box summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  padding: 16px;
  color: #f5fbff;
  list-style: none;
}

.asg-faq-box summary::-webkit-details-marker {
  display: none;
}

.asg-faq-box summary::after {
  content: "+";
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: var(--asg-cyan);
  background: rgba(97, 242, 255, 0.1);
  border: 1px solid rgba(97, 242, 255, 0.16);
  font-size: 18px;
  font-weight: 900;
}

.asg-faq-box details[open] summary::after {
  content: "−";
  color: #061326;
  background: linear-gradient(135deg, var(--asg-green), var(--asg-cyan));
}

.asg-faq-box summary span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #f5fbff;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.25;
}

.asg-faq-box summary i {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  color: var(--asg-cyan);
  background: rgba(97, 242, 255, 0.1);
  border: 1px solid rgba(97, 242, 255, 0.16);
}

.asg-faq-box details[open] summary i {
  color: #061326;
  background: linear-gradient(135deg, var(--asg-green), var(--asg-cyan));
}

.asg-faq-box details p {
  margin: 0;
  padding: 0 16px 17px 66px;
  color: var(--asg-muted);
  font-size: 14px;
  line-height: 1.62;
}

/* ================= Responsive ================= */

@media (max-width: 1120px) {
  .asg-faq-layout {
    grid-template-columns: 1fr;
  }

  .asg-faq-box {
    max-height: 720px;
  }
}

@media (max-width: 560px) {
  .asg-faq-teaser {
    padding: 62px 0;
  }

  .asg-faq-actions .asg-btn {
    width: 100%;
  }

  .asg-faq-box {
    max-height: clamp(360px, 68vh, 500px);
    padding: 14px;
    padding-right: 10px;
    border-radius: 24px;
  }

  .asg-faq-box::-webkit-scrollbar {
    width: 8px;
  }

  .asg-faq-box summary {
    align-items: flex-start;
  }

  .asg-faq-box summary span {
    align-items: flex-start;
  }

  .asg-faq-box details p {
    padding-left: 16px;
  }
}

/* =========================================================
   ASG Final CTA
   ========================================================= */

.asg-final-cta {
  position: relative;
  padding: 96px 0 56px;
  background:
    radial-gradient(circle at 16% 12%, rgba(97, 242, 255, 0.16), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(81, 247, 165, 0.12), transparent 30%),
    linear-gradient(180deg, #061326 0%, #071632 100%);
}

.asg-final-cta-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 0.72fr);
  gap: clamp(28px, 4vw, 76px);
  align-items: center;
  padding: clamp(26px, 4vw, 54px);
  border: 1px solid rgba(97, 242, 255, 0.24);
  border-radius: 36px;
  background:
    radial-gradient(circle at 12% 0%, rgba(97, 242, 255, 0.18), transparent 34%),
    radial-gradient(circle at 100% 22%, rgba(81, 247, 165, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(12, 36, 70, 0.94), rgba(5, 17, 36, 0.92));
  box-shadow:
    0 32px 92px rgba(0, 0, 0, 0.36),
    0 0 62px rgba(97, 242, 255, 0.08);
  overflow: hidden;
}

.asg-final-cta-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.08) 34%, transparent 62%);
  opacity: 0.72;
}

.asg-final-cta-card > * {
  position: relative;
}

.asg-final-cta-copy h2 {
  margin: 0;
  max-width: 1120px;
  color: var(--asg-text);
  font-size: clamp(38px, 5.6vw, 82px);
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.asg-final-cta-copy p {
  margin: 22px 0 0;
  max-width: 980px;
  color: #dcecff;
  font-size: clamp(16px, 1.55vw, 20px);
  line-height: 1.66;
}

.asg-final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

/* ================= Final CTA Panel ================= */

.asg-final-cta-panel {
  padding: 18px;
  border: 1px solid rgba(155, 205, 255, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(2, 13, 28, 0.58), rgba(4, 19, 39, 0.78));
}

.asg-final-panel-top {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  row-gap: 2px;
  align-items: center;
  padding: 6px 4px 15px;
  border-bottom: 1px solid rgba(155, 205, 255, 0.12);
}

.asg-final-panel-top strong {
  color: #f5fbff;
  font-size: 15px;
}

.asg-final-panel-top small {
  grid-column: 2;
  color: var(--asg-muted);
  font-size: 12px;
  font-weight: 800;
}

.asg-final-launch-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.asg-final-launch-list article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(155, 205, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
}

.asg-final-launch-list i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  color: #061326;
  background: linear-gradient(135deg, var(--asg-green), var(--asg-cyan));
  box-shadow: 0 14px 30px rgba(97, 242, 255, 0.17);
}

.asg-final-launch-list strong {
  display: block;
  color: #f5fbff;
  font-size: 13.5px;
  line-height: 1.25;
}

.asg-final-launch-list small {
  display: block;
  margin-top: 4px;
  color: var(--asg-muted);
  font-size: 12px;
  line-height: 1.38;
}

.asg-final-intent-hook {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(81, 247, 165, 0.18);
  border-radius: 20px;
  background: rgba(81, 247, 165, 0.07);
}

.asg-final-intent-hook span {
  color: var(--asg-muted);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.asg-final-intent-hook code {
  color: var(--asg-green);
  font-size: 12.5px;
  font-weight: 900;
  line-height: 1.4;
  word-break: break-word;
}

/* =========================================================
   ASG Footer Pre-Strip
   ========================================================= */

.asg-footer-strip {
  position: relative;
  padding: 0 0 36px;
  background: #071632;
}

.asg-footer-strip-inner {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.asg-footer-strip-inner a {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 84px;
  padding: 14px;
  border: 1px solid rgba(155, 205, 255, 0.13);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.032)),
    rgba(9, 28, 55, 0.72);
  text-decoration: none;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.16);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.asg-footer-strip-inner a:hover {
  transform: translateY(-2px);
  border-color: rgba(97, 242, 255, 0.34);
  background:
    linear-gradient(180deg, rgba(97, 242, 255, 0.09), rgba(255, 255, 255, 0.04)),
    rgba(9, 28, 55, 0.82);
}

.asg-footer-strip-inner i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  color: var(--asg-cyan);
  background: rgba(97, 242, 255, 0.1);
  border: 1px solid rgba(97, 242, 255, 0.16);
}

.asg-footer-strip-inner strong {
  display: block;
  color: #f5fbff;
  font-size: 13.5px;
  line-height: 1.2;
}

.asg-footer-strip-inner small {
  display: block;
  margin-top: 4px;
  color: var(--asg-muted);
  font-size: 12px;
  line-height: 1.3;
}

/* ================= Responsive ================= */

@media (max-width: 1180px) {
  .asg-final-cta-card {
    grid-template-columns: 1fr;
  }

  .asg-footer-strip-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .asg-final-cta {
    padding: 66px 0 38px;
  }

  .asg-final-cta-card {
    padding: 22px;
    border-radius: 28px;
  }

  .asg-final-cta-actions .asg-btn {
    width: 100%;
  }

  .asg-final-cta-panel {
    padding: 14px;
    border-radius: 22px;
  }

  .asg-final-launch-list article {
    grid-template-columns: 1fr;
  }

  .asg-footer-strip-inner {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   ASG AI Usage Credits
   ========================================================= */

.asg-ai-credits {
  position: relative;
  padding: 92px 0;
  background:
    radial-gradient(circle at 14% 14%, rgba(255, 209, 102, 0.12), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(97, 242, 255, 0.13), transparent 30%),
    linear-gradient(180deg, #061326 0%, #071632 100%);
}

.asg-credit-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(580px, 1.14fr);
  gap: clamp(28px, 4vw, 86px);
  align-items: center;
}

.asg-credit-copy {
  max-width: 940px;
}

.asg-credit-copy h2 {
  margin: 0;
  color: var(--asg-text);
  font-size: clamp(34px, 4.8vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.asg-credit-lead {
  margin: 22px 0 0;
  color: #e8f5ff;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.52;
  font-weight: 850;
}

.asg-credit-copy p:not(.asg-credit-lead) {
  margin: 16px 0 0;
  color: var(--asg-muted);
  font-size: 15.5px;
  line-height: 1.72;
}

.asg-credit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

/* ================= Credit Board ================= */

.asg-credit-board {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(97, 242, 255, 0.22);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(12, 36, 70, 0.94), rgba(5, 17, 36, 0.9)),
    rgba(9, 28, 55, 0.86);
  box-shadow:
    0 28px 82px rgba(0, 0, 0, 0.34),
    0 0 52px rgba(97, 242, 255, 0.08);
  overflow: hidden;
}

.asg-credit-board::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 209, 102, 0.16), transparent 32%),
    radial-gradient(circle at 96% 18%, rgba(81, 247, 165, 0.12), transparent 28%);
}

.asg-credit-board > * {
  position: relative;
}

.asg-credit-board-top {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  row-gap: 2px;
  align-items: center;
  padding: 8px 4px 16px;
  border-bottom: 1px solid rgba(155, 205, 255, 0.12);
}

.asg-credit-board-top strong {
  color: #f5fbff;
  font-size: 15px;
}

.asg-credit-board-top small {
  grid-column: 2;
  color: var(--asg-muted);
  font-size: 12px;
  font-weight: 800;
}

.asg-credit-rule-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.asg-credit-rule-grid article {
  min-height: 146px;
  padding: 14px;
  border: 1px solid rgba(155, 205, 255, 0.13);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
}

.asg-credit-rule-grid i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
  border-radius: 14px;
  color: #061326;
  background: linear-gradient(135deg, var(--asg-green), var(--asg-cyan));
  box-shadow: 0 14px 30px rgba(97, 242, 255, 0.16);
}

.asg-credit-rule-grid span {
  display: block;
  color: var(--asg-muted);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.asg-credit-rule-grid strong {
  display: block;
  margin-top: 5px;
  color: #f5fbff;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.asg-credit-rule-grid small {
  display: block;
  margin-top: 7px;
  color: var(--asg-muted);
  font-size: 12px;
  line-height: 1.4;
}

.asg-credit-flow {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding: 15px;
  border: 1px solid rgba(155, 205, 255, 0.13);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(2, 13, 28, 0.52), rgba(4, 19, 39, 0.75));
}

.asg-credit-flow article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
}

.asg-credit-flow i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  color: var(--asg-cyan);
  background: rgba(97, 242, 255, 0.1);
  border: 1px solid rgba(97, 242, 255, 0.16);
}

.asg-credit-flow strong {
  display: block;
  color: #f5fbff;
  font-size: 13.5px;
  line-height: 1.25;
}

.asg-credit-flow small {
  display: block;
  margin-top: 4px;
  color: var(--asg-muted);
  font-size: 12px;
  line-height: 1.4;
}

/* =========================================================
   ASG Credit Formula Popup
   ========================================================= */

.asg-credit-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  place-items: center;
  padding: 22px;
}

.asg-credit-modal:target {
  display: grid;
}

.asg-credit-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 10, 22, 0.78);
  backdrop-filter: blur(14px);
}

.asg-credit-modal-card {
  position: relative;
  width: min(980px, 100%);
  max-height: min(88vh, 920px);
  overflow: auto;
  border: 1px solid rgba(97, 242, 255, 0.24);
  border-radius: 32px;
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 209, 102, 0.14), transparent 34%),
    radial-gradient(circle at 96% 16%, rgba(81, 247, 165, 0.12), transparent 30%),
    linear-gradient(180deg, #0c2446 0%, #061326 100%);
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.5),
    0 0 70px rgba(97, 242, 255, 0.1);
}

.asg-credit-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  border-bottom: 1px solid rgba(155, 205, 255, 0.13);
}

.asg-credit-modal-head h3 {
  margin: 0;
  color: #f5fbff;
  font-size: clamp(26px, 3vw, 44px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.asg-credit-close {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  color: #f5fbff;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(155, 205, 255, 0.14);
  text-decoration: none;
}

.asg-credit-close:hover {
  color: #061326;
  background: linear-gradient(135deg, var(--asg-green), var(--asg-cyan));
}

.asg-credit-modal-body {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.asg-credit-modal-rules {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.asg-credit-modal-rules article {
  padding: 16px;
  border: 1px solid rgba(155, 205, 255, 0.13);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
}

.asg-credit-modal-rules strong {
  display: block;
  color: #f5fbff;
  font-size: 19px;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.asg-credit-modal-rules span {
  display: block;
  margin-top: 7px;
  color: var(--asg-muted);
  font-size: 13px;
  line-height: 1.42;
}

.asg-credit-modal-note {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 13px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(97, 242, 255, 0.16);
  border-radius: 22px;
  background: rgba(97, 242, 255, 0.065);
}

.asg-credit-modal-note i,
.asg-credit-modal-warning i {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  color: #061326;
  background: linear-gradient(135deg, var(--asg-green), var(--asg-cyan));
}

.asg-credit-modal-note p {
  margin: 0;
  color: #dcecff;
  font-size: 14px;
  line-height: 1.6;
}

.asg-credit-modal-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.asg-credit-modal-split article {
  padding: 16px;
  border: 1px solid rgba(155, 205, 255, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
}

.asg-credit-modal-split article.free {
  border-color: rgba(81, 247, 165, 0.18);
}

.asg-credit-modal-split article.metered {
  border-color: rgba(255, 209, 102, 0.22);
}

.asg-credit-modal-split article > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  margin-bottom: 13px;
}

.asg-credit-modal-split article > div i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  color: var(--asg-cyan);
  background: rgba(97, 242, 255, 0.1);
  border: 1px solid rgba(97, 242, 255, 0.16);
}

.asg-credit-modal-split strong {
  color: #f5fbff;
  font-size: 16px;
}

.asg-credit-modal-split ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0 0 0 18px;
  color: var(--asg-muted);
  font-size: 13.5px;
  line-height: 1.45;
}

.asg-credit-modal-warning {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 13px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(255, 209, 102, 0.22);
  border-radius: 22px;
  background: rgba(255, 209, 102, 0.075);
}

.asg-credit-modal-warning strong {
  display: block;
  color: #f5fbff;
  font-size: 15px;
}

.asg-credit-modal-warning small {
  display: block;
  margin-top: 5px;
  color: var(--asg-muted);
  font-size: 13px;
  line-height: 1.5;
}

.asg-credit-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* ================= Responsive ================= */

@media (max-width: 1120px) {
  .asg-credit-layout {
    grid-template-columns: 1fr;
  }

  .asg-credit-rule-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .asg-credit-modal-rules,
  .asg-credit-modal-split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .asg-ai-credits {
    padding: 62px 0;
  }

  .asg-credit-actions .asg-btn,
  .asg-credit-modal-actions .asg-btn {
    width: 100%;
  }

  .asg-credit-board,
  .asg-credit-modal-card {
    border-radius: 24px;
  }

  .asg-credit-board,
  .asg-credit-modal-head,
  .asg-credit-modal-body {
    padding: 14px;
  }

  .asg-credit-rule-grid {
    grid-template-columns: 1fr;
  }

  .asg-credit-flow article,
  .asg-credit-modal-note,
  .asg-credit-modal-warning {
    grid-template-columns: 1fr;
  }
}

/* ================= Extra Credit Popup Detail Styling ================= */

.asg-credit-modal-head p {
  margin: 12px 0 0;
  max-width: 780px;
  color: var(--asg-muted);
  font-size: 14.5px;
  line-height: 1.62;
}

.asg-credit-modal-rules article {
  position: relative;
  min-height: 156px;
}

.asg-credit-modal-rules article i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  border-radius: 15px;
  color: #061326;
  background: linear-gradient(135deg, var(--asg-green), var(--asg-cyan));
  box-shadow: 0 14px 30px rgba(97, 242, 255, 0.16);
}

.asg-credit-formula-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  border: 1px solid rgba(255, 209, 102, 0.22);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 209, 102, 0.09), rgba(255, 255, 255, 0.04));
}

.asg-credit-formula-strip span {
  display: block;
  color: var(--asg-muted);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.asg-credit-formula-strip strong {
  display: block;
  margin-top: 5px;
  color: #f5fbff;
  font-size: 15px;
  line-height: 1.35;
}

.asg-credit-formula-strip code {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  border-radius: 999px;
  color: var(--asg-green);
  background: rgba(3, 14, 31, 0.58);
  border: 1px solid rgba(155, 205, 255, 0.13);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.asg-credit-example-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.asg-credit-example-grid article,
.asg-credit-plan-grid article {
  padding: 15px;
  border: 1px solid rgba(155, 205, 255, 0.13);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
}

.asg-credit-example-grid span,
.asg-credit-plan-grid span {
  display: block;
  color: var(--asg-muted);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.asg-credit-example-grid strong,
.asg-credit-plan-grid strong {
  display: block;
  margin-top: 7px;
  color: #f5fbff;
  font-size: 17px;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.asg-credit-example-grid small,
.asg-credit-plan-grid small {
  display: block;
  margin-top: 7px;
  color: var(--asg-muted);
  font-size: 12.5px;
  line-height: 1.42;
}

.asg-credit-modal-split article p {
  margin: 0 0 13px;
  color: var(--asg-muted);
  font-size: 13.5px;
  line-height: 1.55;
}

.asg-credit-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.asg-credit-plan-grid article:nth-child(2) {
  border-color: rgba(97, 242, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(97, 242, 255, 0.08), rgba(255, 255, 255, 0.045));
}

.asg-credit-usage-factors {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(155, 205, 255, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
}

.asg-credit-mini-head {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 13px;
  align-items: center;
}

.asg-credit-mini-head i {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  color: var(--asg-cyan);
  background: rgba(97, 242, 255, 0.1);
  border: 1px solid rgba(97, 242, 255, 0.16);
}

.asg-credit-mini-head strong {
  display: block;
  color: #f5fbff;
  font-size: 15px;
}

.asg-credit-mini-head small {
  display: block;
  margin-top: 5px;
  color: var(--asg-muted);
  font-size: 13px;
  line-height: 1.45;
}

.asg-credit-factor-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.asg-credit-factor-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 11px;
  border-radius: 999px;
  color: #dff8ff;
  background: rgba(97, 242, 255, 0.08);
  border: 1px solid rgba(97, 242, 255, 0.14);
  font-size: 12px;
  font-weight: 900;
}

.asg-credit-value-box {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 13px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(97, 242, 255, 0.18);
  border-radius: 22px;
  background: rgba(97, 242, 255, 0.065);
}

.asg-credit-value-box i {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  color: #061326;
  background: linear-gradient(135deg, var(--asg-green), var(--asg-cyan));
}

.asg-credit-value-box strong {
  display: block;
  color: #f5fbff;
  font-size: 15px;
}

.asg-credit-value-box small {
  display: block;
  margin-top: 5px;
  color: var(--asg-muted);
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 860px) {
  .asg-credit-formula-strip {
    display: grid;
  }

  .asg-credit-formula-strip code {
    width: fit-content;
    max-width: 100%;
    white-space: normal;
  }

  .asg-credit-example-grid,
  .asg-credit-plan-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .asg-credit-mini-head,
  .asg-credit-value-box {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   FIX: Keep bottom strips below cards, never under borders
   Add at END of /aig/css/asg.css
   ========================================================= */

/* ================= Membership cards bottom strips ================= */

.asg-memberships .asg-plan-grid {
  position: relative;
  z-index: 2;
  margin-bottom: clamp(42px, 4vw, 64px);
}

.asg-memberships .asg-plan-card {
  position: relative;
  z-index: 2;
}

.asg-memberships .asg-plan-card.is-featured {
  z-index: 3;
}

.asg-memberships .asg-plan-footnote,
.asg-memberships .asg-trial-strip {
  position: relative;
  z-index: 8;
  isolation: isolate;
}

.asg-memberships .asg-plan-footnote {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 22px;
  padding: 18px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.035)),
    rgba(9, 28, 55, 0.78);
}

.asg-memberships .asg-plan-footnote > i {
  width: 44px;
  height: 44px;
}

.asg-memberships .asg-plan-footnote p {
  margin: 0;
}

.asg-memberships .asg-plan-footnote .asg-ai-hook {
  justify-self: end;
  white-space: nowrap;
}

.asg-memberships .asg-trial-strip {
  margin-top: 0;
}

/* ================= ASG vs tools bottom punchline ================= */

.asg-vs-tools .asg-vs-layout {
  position: relative;
  z-index: 2;
  margin-bottom: clamp(42px, 4vw, 64px);
}

.asg-vs-tools .asg-vs-card {
  position: relative;
  z-index: 2;
}

.asg-vs-tools .asg-vs-card.featured {
  z-index: 3;
}

.asg-vs-tools .asg-vs-punchline {
  position: relative;
  z-index: 8;
  isolation: isolate;
  margin-top: 0;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(97, 242, 255, 0.075), rgba(255, 255, 255, 0.038)),
    rgba(9, 28, 55, 0.78);
}

/* ================= Responsive cleanup ================= */

@media (max-width: 900px) {
  .asg-memberships .asg-plan-footnote {
    grid-template-columns: 44px 1fr;
  }

  .asg-memberships .asg-plan-footnote .asg-ai-hook {
    grid-column: 1 / -1;
    justify-self: stretch;
    width: 100%;
  }
}

@media (max-width: 760px) {
  .asg-vs-tools .asg-vs-layout,
  .asg-memberships .asg-plan-grid {
    margin-bottom: 34px;
  }
}

@media (max-width: 560px) {
  .asg-memberships .asg-plan-footnote {
    grid-template-columns: 1fr;
  }

  .asg-memberships .asg-plan-footnote .asg-ai-hook {
    justify-self: stretch;
  }
}

#asg-memberships,
#asg-trial-card {
  scroll-margin-top: 110px;
}