
::-webkit-scrollbar-track {
  background: transparent;
}

/* Language switcher in nav */

/* NAV */

.dropdown-wrap {
  position: relative;
  display: inline-flex;
}
.dropdown-btn::after {
  content: "▾";
  font-size: 9px;
  margin-left: 4px;
  transition: transform 0.15s;
  opacity: 0.7;
}
.dropdown-wrap:hover .dropdown-btn::after {
  transform: rotate(180deg);
}

/* BUTTONS */

/* SHARED */
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
.accent {
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
section {
  padding: 100px 0;
  position: relative;
}

/* VEE BADGE */
.vee-badge {
  display: inline-block;
}
@keyframes veeBlink {
  0%,
  86%,
  94%,
  100% {
    transform: scaleY(1);
  }
  90% {
    transform: scaleY(0.08);
  }
}

/* ===================== HERO ===================== */
.ag-hero {
  min-height: 100vh;
  padding: 120px 0 80px;
  background:
    radial-gradient(
      ellipse at 30% 50%,
      rgba(124, 58, 237, 0.25) 0%,
      transparent 52%
    ),
    radial-gradient(
      ellipse at 80% 20%,
      rgba(91, 33, 182, 0.12) 0%,
      transparent 45%
    ),
    #050208;
  display: flex;
  align-items: center;
}
.ag-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.ag-hero-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ag-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 16px 7px 12px;
  border-radius: 20px;
  background: rgba(124, 58, 237, 0.12);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(124, 58, 237, 0.3);
  font-size: 11px;
  font-weight: 800;
  color: var(--purple-soft);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.ag-hero-badge .vee-badge {
  width: 44px;
  height: 44px;
  display: inline-block;
  margin: -12px 4px -12px -8px;
  animation: veeBadgeIdle 3.8s ease-in-out infinite;
  filter: drop-shadow(0 6px 14px rgba(124, 58, 237, 0.5));
}
.ag-hero h1 {
  font-size: clamp(42px, 5.2vw, 80px);
  font-weight: 900;
  letter-spacing: -3px;
  line-height: 0.97;
  margin-bottom: 26px;
  color: #fff;
}
.ag-hero-sub {
  font-size: 18px;
  color: var(--w80);
  line-height: 1.55;
  max-width: 480px;
  margin-bottom: 38px;
}
.ag-hero-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.ag-price-hint {
  font-size: 12px;
  color: var(--w35);
  letter-spacing: 0.2px;
}
.ag-price-hint strong {
  color: var(--w55);
  font-weight: 700;
}

.ag-hero-photo-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(124, 58, 237, 0.35);
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.6),
    0 0 60px rgba(124, 58, 237, 0.15);
  aspect-ratio: 4/5;
  max-height: 620px;
}
.ag-hero-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ag-hero-photo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
  opacity: 0.2;
  pointer-events: none;
  border-radius: inherit;
}

/* ===================== 01 · STACKS ===================== */
.ag-stacks {
  background: #0a0712;
  border-top: 1px solid var(--w04);
  border-bottom: 1px solid var(--w04);
}
.ag-stacks-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.ag-stacks h2 {
  font-size: clamp(36px, 4.5vw, 68px);
  font-weight: 900;
  letter-spacing: -2.5px;
  line-height: 1.02;
  margin-bottom: 0;
}
.ag-stacks-billboard {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 44px 0;
}
.ag-bb-line {
  font-family: var(--font);
  font-weight: 900;
  letter-spacing: -1.5px;
  line-height: 1.05;
  white-space: nowrap;
}
.ag-bb-line:nth-child(1) {
  font-size: clamp(28px, 3.8vw, 52px);
  color: rgba(255, 255, 255, 0.95);
}
.ag-bb-line:nth-child(2) {
  font-size: clamp(26px, 3.4vw, 46px);
  color: rgba(255, 255, 255, 0.72);
}
.ag-bb-line:nth-child(3) {
  font-size: clamp(22px, 2.8vw, 36px);
  color: rgba(255, 255, 255, 0.48);
  font-weight: 700;
  letter-spacing: -1px;
}
.ag-bb-line:nth-child(4) {
  font-size: clamp(28px, 3.8vw, 52px);
  color: rgba(255, 255, 255, 0.85);
}
.ag-bb-line:nth-child(5) {
  font-size: clamp(20px, 2.4vw, 30px);
  color: rgba(255, 255, 255, 0.32);
  font-weight: 600;
  letter-spacing: -0.5px;
}
.ag-stacks-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ag-stacks-essay {
  font-size: 18px;
  color: var(--w55);
  line-height: 1.65;
  max-width: 440px;
}

/* ===================== 02 · MARGIN RETURNS ===================== */
.ag-margin {
  background: var(--dark);
}
.ag-margin-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
.ag-margin h2 {
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 900;
  letter-spacing: -2.5px;
  line-height: 1;
  margin-bottom: 16px;
}
.ag-margin-sub {
  font-size: 17px;
  color: var(--w55);
  max-width: 580px;
  line-height: 1.55;
  margin-bottom: 64px;
}
.ag-margin-photo-wrap {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--w08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
  margin-bottom: 56px;
  height: 320px;
}
.ag-margin-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

/* P&L panels */
/* P&L variance document — single tilted statement, CFO-feel */
.ag-variance-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  perspective: 1400px;
}
.ag-variance {
  width: 100%;
  max-width: 720px;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.015) 0px,
      rgba(255, 255, 255, 0.015) 36px,
      transparent 36px,
      transparent 37px
    ),
    linear-gradient(180deg, #14101f 0%, #0c0816 100%);
  border: 1px solid rgba(167, 139, 250, 0.22);
  border-radius: 14px;
  padding: 26px 32px 24px;
  box-shadow:
    0 36px 80px rgba(0, 0, 0, 0.55),
    0 0 54px rgba(124, 58, 237, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transform: rotate(-0.8deg) rotateX(1deg);
  transform-origin: center center;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.ag-variance:hover {
  transform: rotate(0deg) rotateX(0);
}

.ag-var-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 14px;
  border-bottom: 2px solid rgba(167, 139, 250, 0.22);
  gap: 16px;
  flex-wrap: wrap;
}
.ag-var-head-left {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.ag-var-eyebrow {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--purple-soft);
}
.ag-var-title {
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.3px;
}
.ag-var-head-stamp {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 11px;
  border-radius: 100px;
  background: rgba(167, 139, 250, 0.1);
  border: 1px solid rgba(167, 139, 250, 0.3);
  font-size: 10.5px;
  font-weight: 800;
  color: var(--purple-soft);
  letter-spacing: 0.2px;
}
.ag-var-head-stamp svg {
  flex-shrink: 0;
}

.ag-var-colhead {
  display: grid;
  grid-template-columns: 1fr 130px 130px;
  gap: 16px;
  padding: 8px 4px;
  border-bottom: 1px solid rgba(167, 139, 250, 0.1);
  margin-bottom: 4px;
}
.ag-var-col-desc,
.ag-var-col-before,
.ag-var-col-after {
  font-size: 9.5px;
  font-weight: 900;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: var(--w35);
}
.ag-var-col-before,
.ag-var-col-after {
  text-align: right;
}
.ag-var-col-after {
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ag-var-rows {
  display: flex;
  flex-direction: column;
}
.ag-var-row {
  display: grid;
  grid-template-columns: 1fr 130px 130px;
  gap: 16px;
  padding: 12px 4px;
  border-bottom: 1px dashed rgba(167, 139, 250, 0.08);
  align-items: baseline;
}
.ag-var-row:last-child {
  border-bottom: none;
}
.ag-var-desc {
  font-size: 14.5px;
  color: var(--w80);
  font-weight: 600;
  letter-spacing: -0.1px;
}
.ag-var-desc em {
  font-style: italic;
  font-weight: 500;
  color: var(--w35);
  letter-spacing: 0.1px;
  font-size: 12.5px;
}
.ag-var-before,
.ag-var-after {
  text-align: right;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  font-size: 15px;
  letter-spacing: -0.2px;
}
.ag-var-before {
  color: rgba(255, 255, 255, 0.5);
}
.ag-var-after {
  color: #fff;
}
.ag-var-before.neg {
  color: rgba(252, 165, 165, 0.7);
}
.ag-var-after.neg {
  color: rgba(252, 165, 165, 0.85);
}

/* Profit summary row */
.ag-var-profit {
  display: grid;
  grid-template-columns: 1fr 130px 130px;
  gap: 16px;
  padding: 18px 4px 4px;
  margin-top: 6px;
  border-top: 2px solid rgba(167, 139, 250, 0.25);
  align-items: baseline;
}
.ag-var-profit .ag-var-desc {
  font-size: 11.5px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--w55);
}
.ag-var-profit .profit-before {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: line-through;
  text-decoration-color: rgba(239, 68, 68, 0.4);
}
.ag-var-profit .profit-after {
  font-size: 26px;
  background: linear-gradient(135deg, #fff, #c4b5fd 70%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.5px;
}

/* Delta billboard */
.ag-delta-wrap {
  text-align: center;
  padding: 48px 0 16px;
}
.ag-delta-line {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  color: var(--w55);
  letter-spacing: 0.1px;
  margin-bottom: 14px;
}
.ag-delta-was {
  text-decoration: line-through;
  text-decoration-color: rgba(239, 68, 68, 0.45);
}
.ag-delta-arrow {
  color: var(--purple-light);
  font-weight: 900;
}
.ag-delta-now {
  color: var(--purple-soft);
  font-weight: 800;
}
.ag-delta-unit {
  font-size: 0.35em;
  font-weight: 700;
  color: var(--w55);
  -webkit-text-fill-color: var(--w55);
  background: none;
  letter-spacing: 0;
}
.ag-delta {
  display: inline-block;
  font-size: clamp(64px, 10vw, 120px);
  font-weight: 900;
  letter-spacing: -4px;
  line-height: 1;
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: scale(0.82);
  opacity: 0;
  transition:
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.55s ease;
  will-change: transform, opacity;
}
.ag-delta.revealed {
  transform: scale(1);
  opacity: 1;
}
.ag-delta-caption {
  font-size: 16px;
  color: var(--w55);
  margin-top: 16px;
  line-height: 1.5;
}
.ag-delta-caption strong {
  color: var(--w80);
  font-weight: 700;
}
.ag-pnl-note {
  font-size: 12px;
  color: var(--w35);
  text-align: center;
  margin-top: 28px;
}

/* ===================== 03 · WHAT MAX INCLUDES ===================== */
.ag-max {
  background: #0a0712;
  border-top: 1px solid var(--w04);
  border-bottom: 1px solid var(--w04);
}
.ag-max-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 40px;
}
.ag-max h2 {
  font-size: clamp(38px, 4.8vw, 68px);
  font-weight: 900;
  letter-spacing: -2.5px;
  line-height: 1;
  margin-bottom: 16px;
}
.ag-max-sub {
  font-size: 17px;
  color: var(--w55);
  max-width: 560px;
  line-height: 1.55;
  margin-bottom: 56px;
}

.ag-feature-list {
  display: flex;
  flex-direction: column;
}
.ag-feature-row {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  align-items: center;
  padding: 32px 0;
  border-bottom: 1px solid var(--w08);
  transition: background 0.2s;
}
.ag-feature-row:first-child {
  border-top: 1px solid var(--w08);
}
.ag-feature-row:hover {
  background: rgba(124, 58, 237, 0.04);
}
.ag-feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(124, 58, 237, 0.1);
  border: 1px solid rgba(124, 58, 237, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--purple-light);
}
.ag-feature-icon svg {
  width: 22px;
  height: 22px;
}
.ag-feature-body {
}
.ag-feature-title {
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.3px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.ag-feature-desc {
  font-size: 14px;
  color: var(--w55);
  line-height: 1.5;
}

/* ===================== FINAL CTA ===================== */
.ag-final {
  padding: 120px 0 140px;
  text-align: center;
  background:
    radial-gradient(
      ellipse at 50% 50%,
      rgba(124, 58, 237, 0.18) 0%,
      transparent 60%
    ),
    #050208;
}
.ag-final-vee {
  display: block;
  width: 88px;
  height: 88px;
  margin: 0 auto 28px;
  filter: drop-shadow(0 8px 32px rgba(124, 58, 237, 0.55));
  animation: agFinalVeeFloat 3.2s ease-in-out infinite;
}
.ag-final-vee svg {
  width: 100%;
  height: 100%;
  display: block;
}
@keyframes agFinalVeeFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-3deg);
  }
  50% {
    transform: translateY(-8px) rotate(2deg);
  }
}
.ag-final h2 {
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 900;
  letter-spacing: -2.2px;
  line-height: 1.02;
  margin-bottom: 18px;
  color: #fff;
}
.ag-final p {
  font-size: 17px;
  color: var(--w55);
  max-width: 520px;
  margin: 0 auto 44px;
  line-height: 1.55;
}

/* FOOTER */

/* RESPONSIVE */
@media (max-width: 1310px) {
  .ag-hero-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .ag-hero h1 {
    font-size: clamp(42px, 7vw, 64px);
  }
  .ag-hero-photo-wrap {
    max-height: 420px;
    aspect-ratio: 16/9;
  }
  .ag-stacks-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .ag-pnl-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .ag-variance {
    padding: 22px 20px 20px;
  }
  .ag-var-colhead,
  .ag-var-row,
  .ag-var-profit {
    grid-template-columns: 1fr 88px 88px;
    gap: 10px;
  }
  .ag-var-before,
  .ag-var-after {
    font-size: 13.5px;
  }
  .ag-var-profit .profit-before {
    font-size: 16px;
  }
  .ag-var-profit .profit-after {
    font-size: 22px;
  }
}
@media (max-width: 640px) {  .wrap {
    padding: 0 20px;
  }
  .ag-hero-inner,
  .ag-stacks-inner,
  .ag-margin-inner,
  .ag-max-inner {
    padding: 0 20px;
  }
  section {
    padding: 64px 0;
  }
  .ag-bb-line:nth-child(3) {
    white-space: normal;
  }
  .ag-pnl-panel {
    padding: 24px 22px;
  }
  .ag-feature-row {
    grid-template-columns: 44px 1fr;
    gap: 16px;
    padding: 24px 0;
  }
}
