/* Phase 4.3 revision ? Affiliate Landing marketing UI (COSTA) */
.al-page {
  --al-gold: var(--costa-gold, #b8874f);
  --al-gold-hover: #a3773f;
  --al-ink: var(--costa-ink, #14151a);
  --al-muted: var(--costa-ink-soft, #565b66);
  --al-cream: var(--costa-cream, #faf8f4);
  --al-paper: #fff;
  --al-line: var(--costa-hairline, #e8e9ee);
  --al-radius: 18px;
  --al-shadow: 0 10px 30px rgba(15, 16, 20, 0.06);
  --al-shadow-hover: 0 16px 40px rgba(15, 16, 20, 0.12);
  color: var(--al-ink);
  background: var(--al-paper);
  overflow-x: hidden;
}

.al-breadcrumb { padding: 1rem 0 0; background: transparent; }

.al-eyebrow {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--al-gold);
  margin: 0 0 0.65rem;
}

.al-head { text-align: center; margin-bottom: 2.25rem; }

.al-section { padding: 5rem 0; }
.al-section--tint { background: var(--al-cream); }
.al-section__title {
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  font-weight: 700;
  margin: 0 0 0.65rem;
  letter-spacing: -0.025em;
}
.al-section__intro {
  text-align: center;
  color: var(--al-muted);
  max-width: 40rem;
  margin: 0.35rem auto 0;
  line-height: 1.65;
}
.al-narrow { max-width: 720px; margin: 0 auto; }

/* Hero */
.al-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  background:
    linear-gradient(115deg, rgba(12,13,18,.92) 0%, rgba(12,13,18,.72) 48%, rgba(12,13,18,.45) 100%),
    var(--al-hero-image) center/cover no-repeat;
  color: #fff;
  padding: 5rem 0 3.5rem;
}
.al-hero--xl {
  min-height: min(92vh, 760px);
  align-items: center;
  padding: 6.5rem 0 4.5rem;
}
.al-hero__inner { position: relative; z-index: 1; max-width: 760px; color: #fff; }
.al-hero__title,
.al-hero h1 {
  font-size: clamp(2.15rem, 5.4vw, 3.55rem);
  line-height: 1.08;
  font-weight: 700;
  margin: 0 0 1.1rem;
  letter-spacing: -0.03em;
  color: #ffffff !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}
.al-hero__sub {
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.65;
  opacity: 0.95;
  margin: 0 0 1.75rem;
  max-width: 38rem;
  color: #ffffff !important;
}
.al-hero__actions { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-bottom: 0.85rem; }
.al-hero__note {
  margin: 0 0 1.5rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88) !important;
  max-width: 34rem;
}
.al-hero__highlights {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 1.25rem;
  max-width: 520px;
  color: #ffffff;
}
.al-hero__highlights li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #ffffff !important;
}
.al-check-ico {
  display: inline-flex;
  width: 22px; height: 22px;
  border-radius: 50%;
  align-items: center; justify-content: center;
  background: color-mix(in srgb, var(--al-gold) 35%, transparent);
  color: #fff;
  font-size: 0.75rem;
}

/* Buttons */
.al-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.45rem;
  border-radius: 999px;
  font-weight: 650;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  cursor: pointer;
  background: none;
  font: inherit;
}
.al-btn:hover { transform: translateY(-2px); text-decoration: none; }
.al-btn--lg { padding: 1rem 1.7rem; font-size: 1.02rem; }
.al-btn--primary { background: var(--al-gold); color: #fff; box-shadow: 0 8px 22px rgba(184,135,79,.28); }
.al-btn--primary:hover { background: var(--al-gold-hover); color: #fff; }
.al-btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.al-btn--ghost:hover { background: rgba(255,255,255,.12); color: #fff; }
.al-btn--ghost-dark { background: transparent; color: var(--al-ink); border-color: var(--al-line); }
.al-btn--ghost-dark:hover { background: #fff; color: var(--al-ink); }
.al-btn--outline {
  background: transparent; color: var(--al-ink); border-color: var(--al-ink);
  margin-top: 0.75rem; width: 100%;
}
.al-btn--outline:hover { background: var(--al-ink); color: #fff; }

/* Stats */
.al-stats {
  position: relative;
  z-index: 2;
  padding: 2.5rem 0 1rem;
  margin-top: 0;
}
.al-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.al-stat-card {
  background: #fff;
  border: 1px solid var(--al-line);
  border-radius: var(--al-radius);
  padding: 1.35rem 1.2rem;
  text-align: center;
  box-shadow: var(--al-shadow);
}
.al-stat-card__value {
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  font-weight: 750;
  letter-spacing: -0.02em;
  color: var(--al-ink);
}
.al-stat-card__label {
  margin-top: 0.35rem;
  font-size: 0.82rem;
  color: var(--al-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.al-stats__note {
  text-align: center;
  margin: 1.1rem 0 0;
  font-size: 0.85rem;
  color: var(--al-muted);
  line-height: 1.5;
}

/* Rules */
.al-rules-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}
.al-rules-card {
  background: #fff;
  border: 1px solid var(--al-line);
  border-radius: var(--al-radius);
  padding: 1.5rem 1.35rem;
  box-shadow: var(--al-shadow);
  height: 100%;
  transition: transform .22s ease, box-shadow .22s ease;
}
.al-rules-card:hover { transform: translateY(-4px); box-shadow: var(--al-shadow-hover); }
.al-rules-card h3 { margin: 0 0 0.85rem; font-size: 1.08rem; }
.al-rules-lead { margin: 0 0 0.65rem; color: var(--al-muted); font-size: 0.95rem; }
.al-rules-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.al-rules-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: var(--al-muted);
  font-size: 0.94rem;
  line-height: 1.45;
}
.al-rules-list--plain li {
  padding-left: 0.85rem;
  position: relative;
}
.al-rules-list--plain li::before {
  content: "";
  position: absolute;
  left: 0.15rem;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--al-gold);
}
.al-rules-mark {
  flex: 0 0 auto;
  width: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
}
.al-rules-mark--do { color: #0f766e; }
.al-rules-mark--dont { color: #b45309; }
.al-rules-card--do .al-card__icon { background: color-mix(in srgb, #0f766e 12%, white); color: #0f766e; }
.al-rules-card--dont .al-card__icon { background: color-mix(in srgb, #b45309 12%, white); color: #b45309; }
.al-rules-card--consequence .al-card__icon { background: color-mix(in srgb, var(--al-gold) 14%, white); color: var(--al-gold); }

/* Cards / grids */
.al-grid { display: grid; gap: 1.15rem; }
.al-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.al-card {
  background: var(--al-paper);
  border: 1px solid var(--al-line);
  border-radius: var(--al-radius);
  padding: 1.45rem;
  height: 100%;
  box-shadow: var(--al-shadow);
}
.al-card--lift { transition: transform .22s ease, box-shadow .22s ease; }
.al-card--lift:hover { transform: translateY(-4px); box-shadow: var(--al-shadow-hover); }
.al-card__icon {
  width: 48px; height: 48px; border-radius: 14px;
  display: inline-flex; align-items: center; justify-content: center;
  background: color-mix(in srgb, var(--al-gold) 14%, white);
  color: var(--al-gold);
  margin-bottom: 0.95rem;
  font-size: 1.15rem;
}
.al-card h3 { font-size: 1.08rem; margin: 0 0 0.4rem; }
.al-card p { margin: 0; color: var(--al-muted); line-height: 1.55; font-size: 0.96rem; }

/* Steps / timeline */
.al-steps {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 560px;
  display: grid;
  gap: 0.35rem;
}
.al-steps__item {
  position: relative;
  display: grid;
  grid-template-columns: 52px 36px 1fr;
  gap: 0.75rem;
  align-items: center;
  background: #fff;
  border: 1px solid var(--al-line);
  border-radius: 16px;
  padding: 0.95rem 1.1rem;
  box-shadow: var(--al-shadow);
}
.al-steps__icon {
  width: 44px; height: 44px; border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  background: color-mix(in srgb, var(--al-gold) 14%, white);
  color: var(--al-gold);
}
.al-steps__num {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--al-ink); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.8rem; font-weight: 700;
}
.al-steps__label { font-weight: 650; }
.al-steps__arrow {
  grid-column: 1 / -1;
  text-align: center;
  color: var(--al-gold);
  font-weight: 700;
  line-height: 1;
  margin: 0.15rem 0;
}

/* Tier roadmap */
.al-roadmap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.55rem;
  max-width: 640px;
  margin: 0 auto;
}
.al-roadmap__connector {
  text-align: center;
  color: var(--al-gold);
  font-weight: 700;
  font-size: 1.1rem;
}
.al-tier {
  background: #fff;
  border: 1px solid var(--al-line);
  border-radius: var(--al-radius);
  padding: 1.25rem 1.35rem;
  border-top: 3px solid var(--tier-color, var(--al-gold));
  box-shadow: var(--al-shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}
.al-tier:hover { transform: translateY(-2px); box-shadow: var(--al-shadow-hover); }
.al-tier.is-placeholder { opacity: 0.78; border-style: dashed; }
.al-tier__head { display: flex; align-items: center; justify-content: space-between; gap: 0.65rem; flex-wrap: wrap; }
.al-tier h3 { margin: 0; font-size: 1.15rem; }
.al-badge {
  font-size: 0.62rem; font-weight: 750; letter-spacing: 0.07em;
  border: 1px solid var(--al-ink); border-radius: 999px; padding: 0.2rem 0.55rem;
  white-space: nowrap;
}
.al-tier__extra { font-weight: 700; color: var(--tier-color, var(--al-gold)); margin: 0.45rem 0 0.25rem; }
.al-tier__desc { color: var(--al-muted); font-size: 0.92rem; margin: 0; line-height: 1.5; }

/* Promo campaign cards */
.al-promo-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--al-line);
  border-radius: var(--al-radius);
  padding: 1.5rem 1.25rem 1.25rem;
  box-shadow: var(--al-shadow);
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease;
}
.al-promo-card:hover { transform: translateY(-4px); box-shadow: var(--al-shadow-hover); }
.al-promo-card__ribbon {
  position: absolute; top: 14px; right: -28px;
  transform: rotate(35deg);
  background: var(--al-gold); color: #fff;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.06em;
  padding: 0.25rem 2.2rem;
}
.al-promo-card h3 { margin: 0 0 0.65rem; font-size: 1.15rem; padding-right: 2rem; }
.al-promo-card p { margin: 0 0 0.35rem; color: var(--al-muted); font-size: 0.94rem; }
.al-meta { font-size: 0.88rem !important; }
.al-status {
  display: inline-flex; align-items: center;
  background: #ecfdf5; color: #047857;
  border-radius: 999px; padding: 0.1rem 0.55rem;
  font-size: 0.78rem; font-weight: 700;
}

/* Benefits */
.al-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 0.95rem;
}
.al-benefit {
  display: flex; align-items: center; gap: 0.75rem;
  padding: 1.05rem 1.1rem;
  border-radius: 16px;
  border: 1px solid var(--al-line);
  background: #fff;
  font-weight: 650;
  box-shadow: var(--al-shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}
.al-benefit:hover { transform: translateY(-3px); box-shadow: var(--al-shadow-hover); }
.al-benefit i { color: var(--al-gold); font-size: 1.15rem; }

/* FAQ */
.al-faq__item {
  background: #fff;
  border: 1px solid var(--al-line);
  border-radius: 14px;
  padding: 0.95rem 1.1rem;
  margin-bottom: 0.7rem;
  box-shadow: var(--al-shadow);
}
.al-faq__item summary {
  font-weight: 680;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.al-faq__item summary::-webkit-details-marker { display: none; }
.al-faq__item summary::after {
  content: "+";
  color: var(--al-gold);
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
}
.al-faq__item[open] summary::after { content: "?"; }
.al-faq__item p { margin: 0.75rem 0 0.15rem; color: var(--al-muted); line-height: 1.6; }

.al-terms { padding-left: 1.15rem; color: var(--al-muted); line-height: 1.75; }

/* CTA */
.al-cta {
  background: linear-gradient(135deg, #14151a 0%, #2a2d36 100%);
  color: #fff;
  text-align: center;
  padding: 4.25rem 0;
}
.al-cta h2 { margin: 0 0 0.65rem; font-size: clamp(1.45rem, 3vw, 2.05rem); }
.al-cta__sub { margin: 0 0 1.4rem; opacity: 0.85; }

/* Wizard form */
.al-wizard {
  background: #fff;
  border: 1px solid var(--al-line);
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: var(--al-shadow);
}
.al-wizard__progress {
  display: flex;
  justify-content: center;
  gap: 0.65rem;
  margin-bottom: 1.35rem;
}
.al-wizard__progress span {
  width: 34px; height: 34px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  border: 2px solid var(--al-line);
  color: var(--al-muted);
  font-weight: 700;
  font-size: 0.85rem;
}
.al-wizard__progress span.is-active {
  border-color: var(--al-gold);
  color: var(--al-gold);
}
.al-wizard__progress span.is-current {
  background: var(--al-gold);
  border-color: var(--al-gold);
  color: #fff;
}
.al-wizard__title {
  font-size: 1.15rem;
  margin: 0 0 1rem;
}
.al-wizard__nav {
  display: flex;
  justify-content: flex-end;
  gap: 0.65rem;
  margin-top: 1.25rem;
  flex-wrap: wrap;
}
.al-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}
.al-form__grid--3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.al-form label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.85rem;
  font-weight: 650;
}
.al-form input,
.al-form textarea {
  font: inherit;
  font-weight: 400;
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--costa-divider, #cbd5e1);
  border-radius: 12px;
  background: #fff;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.al-form input:focus,
.al-form textarea:focus {
  outline: none;
  border-color: var(--al-gold);
  box-shadow: 0 0 0 3px rgba(184,135,79,.15);
}
.al-form__full { grid-column: 1 / -1; }
.al-form__hint {
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1.35;
  color: #64748b;
  margin-top: -0.1rem;
}
.al-form__note {
  margin: 0 0 0.9rem;
  font-size: 0.88rem;
  font-weight: 500;
  color: #475569;
  line-height: 1.45;
}
.al-form__after-acc {
  margin: 0.85rem 0 0;
  padding: 0.7rem 0.85rem;
  border-radius: 10px;
  background: #f8f1e8;
  border: 1px solid #e8d5c0;
  font-size: 0.8rem;
  font-weight: 500;
  color: #6b4f35;
  line-height: 1.45;
}
.al-social {
  margin-bottom: 1rem;
}
.al-social__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}
.al-social__label {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--al-ink, #1e293b);
}
.al-social__hint {
  margin: 0 0 0.75rem;
}
.al-social__row {
  border: 1px solid var(--costa-divider, #cbd5e1);
  border-radius: 12px;
  padding: 0.85rem;
  margin-bottom: 0.75rem;
  background: #fff;
}
.al-social__remove {
  appearance: none;
  border: 0;
  background: transparent;
  color: #b91c1c;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0;
  cursor: pointer;
}
.al-social__remove:hover { text-decoration: underline; }
.al-social__profession {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
  font-weight: 650;
}
.al-btn--sm {
  padding: 0.45rem 0.8rem;
  font-size: 0.8rem;
  border-radius: 999px;
}
.al-check {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start;
  gap: 0.7rem;
  margin-top: 1rem;
  font-weight: 500 !important;
  color: var(--al-muted);
}
.al-check input { margin-top: 0.2rem; }
.al-alert { padding: 0.9rem 1rem; border-radius: 12px; margin-bottom: 1rem; }
.al-alert--error { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }
.al-alert--info { background: #eff6ff; color: #1e3a8a; border: 1px solid #bfdbfe; }
.al-empty {
  text-align: center;
  color: var(--al-muted);
  padding: 2.25rem;
  border: 1px dashed var(--costa-divider, #cbd5e1);
  border-radius: 16px;
  background: #fff;
}

/* Footer contact CTA */
.al-footer-cta {
  text-align: center;
  padding: 4rem 0 4.5rem;
  background: var(--al-cream);
  border-top: 1px solid var(--al-line);
}
.al-footer-cta h2 { margin: 0 0 1.35rem; font-size: clamp(1.35rem, 2.8vw, 1.85rem); }
.al-footer-cta p { margin: 0 0 1.35rem; color: var(--al-muted); }
.al-footer-cta__actions { display: flex; gap: 0.75rem; justify-content: center; flex-wrap: wrap; }
.al-footer-cta__hours {
  margin-top: 1.75rem;
  color: var(--al-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}
.al-footer-cta__hours strong {
  display: block;
  color: var(--al-ink);
  margin-bottom: 0.35rem;
}
.al-footer-cta__hours ul {
  list-style: none;
  margin: 0.5rem auto 0;
  padding: 0;
  max-width: 28rem;
  display: grid;
  gap: 0.25rem;
}

/* Audience */
.al-audience {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.95rem;
}
.al-audience__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  text-align: center;
  padding: 1.25rem 0.85rem;
  background: #fff;
  border: 1px solid var(--al-line);
  border-radius: var(--al-radius);
  box-shadow: var(--al-shadow);
  font-weight: 650;
  transition: transform .2s ease, box-shadow .2s ease;
}
.al-audience__item:hover { transform: translateY(-3px); box-shadow: var(--al-shadow-hover); }
.al-audience__icon {
  width: 48px; height: 48px; border-radius: 14px;
  display: inline-flex; align-items: center; justify-content: center;
  background: color-mix(in srgb, var(--al-gold) 14%, white);
  color: var(--al-gold);
  font-size: 1.1rem;
}

/* Product slider */
.al-product-slider {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.5rem;
}
.al-product-slider__track {
  display: flex;
  gap: 1rem;
  min-width: min-content;
  padding: 0.25rem;
}
.al-product-card {
  flex: 0 0 min(260px, 78vw);
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid var(--al-line);
  border-radius: var(--al-radius);
  box-shadow: var(--al-shadow);
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease;
}
.al-product-card:hover { transform: translateY(-4px); box-shadow: var(--al-shadow-hover); }
.al-product-card__media {
  display: block;
  aspect-ratio: 1 / 1;
  background: #f3f1ec;
  overflow: hidden;
}
.al-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.al-product-card__body {
  padding: 1rem 1.05rem 1.15rem;
}
.al-product-card__name {
  margin: 0 0 0.45rem;
  font-size: 0.98rem;
  line-height: 1.35;
  min-height: 2.7em;
}
.al-product-card__name a {
  color: inherit;
  text-decoration: none;
}
.al-product-card__name a:hover { color: var(--al-gold); }
.al-product-card__price {
  margin: 0 0 0.85rem;
  font-weight: 700;
  color: var(--al-ink);
}
.al-product-card .al-btn--outline { margin-top: 0; }

/* Testimonials */
.al-testimonial {
  position: relative;
  background: #fff;
  border: 1px solid var(--al-line);
  border-radius: var(--al-radius);
  padding: 1.5rem 1.25rem 1.35rem;
  box-shadow: var(--al-shadow);
  height: 100%;
  transition: transform .22s ease, box-shadow .22s ease;
}
.al-testimonial:hover { transform: translateY(-3px); box-shadow: var(--al-shadow-hover); }
.al-testimonial__badge {
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid var(--al-line);
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  color: var(--al-muted);
  margin-bottom: 0.75rem;
}
.al-testimonial__stars {
  color: var(--al-gold);
  letter-spacing: 0.08em;
  margin-bottom: 0.55rem;
  font-size: 0.95rem;
}
.al-testimonial__quote {
  margin: 0;
  color: var(--al-muted);
  line-height: 1.6;
  font-size: 0.98rem;
}

.al-success {
  min-height: 50vh; display: flex; align-items: center; text-align: center; padding: 4rem 0;
}
.al-success__card {
  max-width: 520px; margin: 0 auto; background: #fff;
  border: 1px solid var(--al-line); border-radius: 18px; padding: 2rem;
  box-shadow: var(--al-shadow);
}
.al-success__card h1 { font-size: 1.55rem; margin: 0 0 1rem; }
.al-success__card p { color: var(--al-muted); line-height: 1.65; }

/* Reveal animation */
.al-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}
.al-reveal.is-in {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .al-reveal { opacity: 1; transform: none; transition: none; }
}

@media (min-width: 992px) {
  .al-roadmap {
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 0.75rem;
  }
  .al-roadmap__connector {
    display: flex;
    align-items: center;
    padding: 0 0.15rem;
    transform: rotate(-90deg);
  }
  .al-tier { flex: 1 1 160px; max-width: 200px; }
}

@media (max-width: 991px) {
  .al-stats__grid,
  .al-grid--3,
  .al-rules-grid,
  .al-audience { grid-template-columns: 1fr 1fr; }
  .al-hero--xl { min-height: auto; }
}
@media (max-width: 640px) {
  .al-stats { margin-top: 0; }
  .al-stats__grid,
  .al-grid--3,
  .al-rules-grid,
  .al-audience,
  .al-form__grid,
  .al-form__grid--3,
  .al-hero__highlights { grid-template-columns: 1fr; }
  .al-section { padding: 3.5rem 0; }
  .al-steps__item { grid-template-columns: 44px 28px 1fr; }
  .al-wizard__nav { justify-content: stretch; }
  .al-wizard__nav .al-btn { flex: 1; }
}
