:root {
  --aa-bg: #050505;
  --aa-bg-soft: #0b0b0f;
  --aa-panel: #111318;
  --aa-panel-2: #151922;
  --aa-panel-3: #0d1016;
  --aa-line: rgba(255, 255, 255, 0.08);
  --aa-line-strong: rgba(255, 196, 0, 0.22);
  --aa-text: #ffffff;
  --aa-text-soft: #c9ccd4;
  --aa-text-muted: #8f96a3;
  --aa-gold: #ffc400;
  --aa-gold-strong: #ffd84d;
  --aa-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  --aa-shadow-soft: 0 18px 40px rgba(0, 0, 0, 0.28);
  --aa-radius-lg: 32px;
  --aa-radius-md: 24px;
  --aa-radius-sm: 18px;
}

body.altagenda-page {
  background:
    radial-gradient(circle at top, rgba(255, 196, 0, 0.08), transparent 18%),
    radial-gradient(circle at 80% 14%, rgba(255, 215, 84, 0.08), transparent 20%),
    linear-gradient(180deg, #050505 0%, #07080c 24%, #0b0b0f 100%);
  color: var(--aa-text-soft);
  font-family: "Montserrat", sans-serif;
}

.altagenda-page h1,
.altagenda-page h2,
.altagenda-page h3,
.altagenda-page h4,
.altagenda-page h5,
.altagenda-page h6 {
  color: var(--aa-text);
  font-family: "Montserrat", sans-serif;
}

.altagenda-page .section,
.altagenda-page section {
  position: relative;
  background: transparent;
  padding: clamp(84px, 9vw, 120px) 0;
  scroll-margin-top: 104px;
}

.altagenda-page .header {
  --background-color: rgba(5, 5, 5, 0.08);
  padding: 18px 0;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.altagenda-page .header .container-fluid.container-xl {
  padding: 14px 18px;
  border-radius: 22px;
  background: rgba(8, 9, 13, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
}

.altagenda-page.scrolled .header {
  --background-color: rgba(5, 5, 5, 0.84);
}

.altagenda-page.scrolled .header .container-fluid.container-xl {
  background: rgba(8, 9, 13, 0.92);
  border-color: rgba(255, 255, 255, 0.08);
}

.altagenda-page .site-brand-mark {
  max-height: 44px;
  width: auto;
}

.footer-brand-altagenda {
  max-height: 64px;
  width: auto;
}

@media (min-width: 1200px) {
  .altagenda-page .navmenu ul {
    gap: 4px;
  }

  .altagenda-page .navmenu a,
  .altagenda-page .navmenu a:focus {
    padding: 10px 14px;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.76);
  }

  .altagenda-page .navmenu a:hover,
  .altagenda-page .navmenu .active,
  .altagenda-page .navmenu .active:focus {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
  }

  .altagenda-page .navmenu .nav-cta a,
  .altagenda-page .navmenu .nav-cta a:focus {
    color: #090909;
    background: linear-gradient(135deg, var(--aa-gold), var(--aa-gold-strong));
    box-shadow: 0 18px 32px rgba(255, 196, 0, 0.22);
  }

  .altagenda-page .navmenu .nav-cta a:hover {
    color: #090909;
    transform: translateY(-1px);
  }
}

.section-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-chip-gold {
  color: #141414;
  background: linear-gradient(135deg, var(--aa-gold), var(--aa-gold-strong));
  border-color: rgba(255, 196, 0, 0.32);
}

.section-heading {
  max-width: 860px;
  margin: 0 auto 52px;
}

.section-heading.text-center {
  text-align: center;
}

.section-heading-left {
  max-width: 560px;
}

.section-heading h2 {
  margin: 18px 0 16px;
  font-size: clamp(2.35rem, 4vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.section-heading p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.82;
  color: var(--aa-text-soft);
}

.altagenda-hero {
  overflow: hidden;
  padding-top: 176px;
  padding-bottom: 128px;
}

.altagenda-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.32;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86), transparent 95%);
}

.altagenda-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 12%, rgba(255, 196, 0, 0.12), transparent 24%),
    radial-gradient(circle at 84% 18%, rgba(255, 196, 0, 0.08), transparent 18%);
  pointer-events: none;
}

.altagenda-particles span {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 216, 94, 0.8), rgba(255, 196, 0, 0.18));
  box-shadow: 0 0 26px rgba(255, 196, 0, 0.2);
  animation: particleFloat 10s linear infinite;
}

.altagenda-particles span:nth-child(1) { top: 14%; left: 8%; animation-duration: 12s; }
.altagenda-particles span:nth-child(2) { top: 18%; right: 14%; animation-duration: 9s; }
.altagenda-particles span:nth-child(3) { top: 52%; left: 12%; animation-duration: 13s; }
.altagenda-particles span:nth-child(4) { top: 68%; right: 20%; animation-duration: 10s; }
.altagenda-particles span:nth-child(5) { top: 40%; right: 42%; animation-duration: 11s; }
.altagenda-particles span:nth-child(6) { bottom: 10%; left: 42%; animation-duration: 14s; }

@keyframes particleFloat {
  0% { transform: translate3d(0, 0, 0) scale(0.9); opacity: 0.2; }
  50% { transform: translate3d(0, -20px, 0) scale(1.05); opacity: 0.9; }
  100% { transform: translate3d(0, -40px, 0) scale(0.9); opacity: 0.2; }
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 640px;
}

.hero-copy h1 {
  margin: 20px 0 18px;
  max-width: 12ch;
  font-size: clamp(3.1rem, 5.8vw, 6rem);
  line-height: 0.94;
  letter-spacing: -0.08em;
}

.hero-lead {
  max-width: 58ch;
  font-size: 1.05rem;
  line-height: 1.82;
  color: var(--aa-text-soft);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 32px 0 26px;
}

.btn-hero-primary,
.btn-hero-secondary,
.footer-cta-link,
.altagenda-form button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 24px;
  border-radius: 16px;
  font-weight: 700;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease, border-color 0.28s ease;
}

.btn-hero-primary {
  color: #090909;
  background: linear-gradient(135deg, var(--aa-gold), var(--aa-gold-strong));
  box-shadow: 0 22px 44px rgba(255, 196, 0, 0.18);
}

.btn-hero-primary:hover {
  color: #090909;
  transform: translateY(-2px);
}

.btn-hero-secondary {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.btn-hero-secondary:hover {
  color: #ffffff;
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.08);
}

.hero-trustbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}

.trust-pill i {
  color: var(--aa-gold);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hero-stat-card {
  position: relative;
  padding: 20px 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transform-style: preserve-3d;
}

.hero-stat-card strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.55rem;
  color: #ffffff;
}

.hero-stat-card span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.66;
  font-size: 0.92rem;
}

.hero-visual {
  position: relative;
  min-height: 660px;
  perspective: 1200px;
}

.hero-visual-simple {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: none;
  overflow: visible;
}

.hero-visual-simple::before {
  content: "";
  position: absolute;
  width: min(520px, 92%);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 196, 0, 0.24) 0%, rgba(255, 196, 0, 0.08) 38%, rgba(255, 196, 0, 0) 72%);
  filter: blur(8px);
  opacity: 0.95;
  animation: heroHaloPulse 6.4s ease-in-out infinite;
}

.hero-tech-ambient {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-tech-ambient::before {
  content: "";
  position: absolute;
  inset: 8% 6% 10% 10%;
  border-radius: 36px;
  background:
    radial-gradient(circle at 66% 42%, rgba(250, 204, 21, 0.14), rgba(250, 204, 21, 0.04) 26%, rgba(250, 204, 21, 0) 58%),
    radial-gradient(circle at 48% 56%, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0) 54%),
    linear-gradient(180deg, rgba(10, 10, 12, 0.08), rgba(10, 10, 12, 0));
  opacity: 0.95;
}

.hero-tech-glow,
.hero-tech-particle {
  position: absolute;
  border-radius: 999px;
  will-change: transform, opacity;
}

.hero-tech-glow {
  background: radial-gradient(circle, rgba(250, 204, 21, 0.28) 0%, rgba(250, 204, 21, 0.08) 34%, rgba(250, 204, 21, 0) 72%);
  filter: blur(18px);
  opacity: 0.7;
  animation: heroAmbientDrift 12s ease-in-out infinite;
}

.hero-tech-glow-primary {
  top: 14%;
  right: 2%;
  width: 220px;
  height: 220px;
}

.hero-tech-glow-secondary {
  left: 6%;
  bottom: 14%;
  width: 140px;
  height: 140px;
  opacity: 0.44;
  animation-duration: 15s;
  animation-delay: -3s;
}

.hero-tech-particle {
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.08);
  animation: heroParticleFloat 9.5s ease-in-out infinite;
}

.hero-tech-particle-sm {
  width: 7px;
  height: 7px;
}

.hero-tech-particle-md {
  width: 11px;
  height: 11px;
}

.hero-tech-particle-lg {
  width: 16px;
  height: 16px;
}

.hero-tech-particle-glow {
  width: 24px;
  height: 24px;
  background: rgba(250, 204, 21, 0.34);
  box-shadow: 0 0 30px rgba(250, 204, 21, 0.2);
  filter: blur(2px);
}

.hero-tech-particle-glow-soft {
  width: 18px;
  height: 18px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 0 28px rgba(255, 255, 255, 0.14);
}

.hero-tech-particle:nth-child(3) {
  top: 12%;
  left: 18%;
  animation-duration: 11.5s;
}

.hero-tech-particle:nth-child(4) {
  top: 28%;
  right: 18%;
  animation-duration: 8.8s;
  animation-delay: -2.2s;
}

.hero-tech-particle:nth-child(5) {
  top: 42%;
  left: 8%;
  animation-duration: 10.6s;
  animation-delay: -3.4s;
}

.hero-tech-particle:nth-child(6) {
  top: 58%;
  right: 8%;
  animation-duration: 9.2s;
  animation-delay: -1.2s;
}

.hero-tech-particle:nth-child(7) {
  top: 66%;
  left: 24%;
  animation-duration: 12.4s;
  animation-delay: -4s;
}

.hero-tech-particle:nth-child(8) {
  top: 78%;
  right: 28%;
  animation-duration: 9.8s;
  animation-delay: -2.8s;
}

.hero-tech-particle:nth-child(9) {
  top: 18%;
  right: 34%;
  animation-duration: 10.2s;
  animation-delay: -1.8s;
}

.hero-tech-particle:nth-child(10) {
  top: 50%;
  right: 38%;
  animation-duration: 13s;
  animation-delay: -5s;
}

.dashboard-card,
.device-phone,
.hero-floating-proof,
.hero-badge {
  position: absolute;
  box-shadow: var(--aa-shadow);
}

.dashboard-card-main {
  inset: 48px 72px 110px 0;
  padding: 22px;
  border-radius: var(--aa-radius-lg);
  background:
    radial-gradient(circle at top right, rgba(255, 196, 0, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(18, 20, 27, 0.98), rgba(11, 12, 16, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 1;
}

.dashboard-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.window-dots {
  display: inline-flex;
  gap: 7px;
}

.window-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.window-dots span:first-child { background: rgba(255, 216, 94, 0.9); }
.window-dots span:nth-child(2) { background: rgba(255, 255, 255, 0.32); }
.window-dots span:nth-child(3) { background: rgba(255, 255, 255, 0.12); }

.dashboard-label {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.8rem;
}

.dashboard-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
}

.dashboard-summary small,
.preview-topline small,
.mobile-preview-card small,
.phone-calendar-card small,
.column-title {
  display: block;
  margin-bottom: 6px;
  color: var(--aa-text-muted);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-summary strong,
.preview-topline strong {
  display: block;
  font-size: 1.08rem;
  color: #ffffff;
}

.summary-badge,
.mini-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 196, 0, 0.12);
  border: 1px solid rgba(255, 196, 0, 0.22);
  color: #ffe189;
  font-size: 0.82rem;
  font-weight: 700;
}

.dashboard-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.dashboard-column {
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.dashboard-column.highlight {
  background: linear-gradient(180deg, rgba(255, 196, 0, 0.12), rgba(255, 255, 255, 0.03));
  border-color: rgba(255, 196, 0, 0.16);
}

.slot-card {
  display: grid;
  gap: 3px;
  margin-top: 12px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.slot-card span,
.preview-table span {
  font-family: "Montserrat", sans-serif;
  color: #ffe189;
  font-size: 0.95rem;
}

.slot-card strong,
.preview-table strong {
  color: #ffffff;
  font-size: 0.95rem;
}

.slot-card small,
.preview-table small {
  color: rgba(255, 255, 255, 0.62);
}

.slot-card.active {
  background: linear-gradient(135deg, rgba(255, 196, 0, 0.16), rgba(255, 255, 255, 0.05));
}

.device-phone {
  top: 110px;
  right: 0;
  width: 280px;
  padding: 14px;
  border-radius: 38px;
  background: linear-gradient(180deg, #16191f, #0d1016);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform: rotate(7deg);
  z-index: 2;
}

.hero-visual-simple .device-phone {
  position: relative;
  top: auto;
  right: auto;
  width: min(420px, 100%);
  margin: 0 auto;
  padding: 16px;
  border-radius: 46px;
  transform: rotate(4deg) translate3d(0, 0, 0);
  box-shadow:
    0 32px 70px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.05),
    0 0 48px rgba(255, 196, 0, 0.12);
  transition: transform 0.45s ease, box-shadow 0.45s ease, filter 0.45s ease;
  animation: phoneHeroIntro 0.95s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  animation-delay: 0.18s;
  z-index: 2;
}

.hero-visual-simple .device-phone:hover {
  transform: rotate(0deg) translate3d(0, -14px, 0) scale(1.03);
  box-shadow:
    0 42px 86px rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 58px rgba(255, 196, 0, 0.2);
  filter: saturate(1.04);
}

.device-phone-image {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.22));
  transition: transform 0.45s ease, filter 0.45s ease;
}

.hero-visual-simple .device-phone:hover .device-phone-image {
  transform: scale(1.015);
  filter: drop-shadow(0 26px 40px rgba(0, 0, 0, 0.26));
}

@keyframes phoneHeroIntro {
  0% {
    opacity: 0;
    transform: rotate(10deg) translate3d(48px, 34px, 0) scale(0.9);
  }

  100% {
    opacity: 1;
    transform: rotate(4deg) translate3d(0, 0, 0) scale(1);
  }
}

@keyframes heroHaloPulse {
  0%,
  100% {
    transform: scale(0.96);
    opacity: 0.72;
  }

  50% {
    transform: scale(1.03);
    opacity: 1;
  }
}

@keyframes heroParticleFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(0.94);
    opacity: 0.28;
  }

  50% {
    transform: translate3d(0, -18px, 0) scale(1.08);
    opacity: 0.92;
  }
}

@keyframes heroAmbientDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(0.98);
    opacity: 0.42;
  }

  50% {
    transform: translate3d(0, -14px, 0) scale(1.04);
    opacity: 0.76;
  }
}

.phone-notch {
  width: 42%;
  height: 28px;
  margin: 0 auto 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.phone-screen {
  padding: 16px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top, rgba(255, 196, 0, 0.08), transparent 24%),
    linear-gradient(180deg, #0f1218 0%, #0a0c11 100%);
}

.phone-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.phone-header img {
  width: 106px;
  max-width: 100%;
}

.phone-header span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
}

.phone-service-card,
.phone-calendar-card {
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.phone-service-card strong,
.phone-calendar-card strong,
.mobile-preview-card strong {
  display: block;
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 1rem;
}

.phone-service-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.phone-service-card li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.72);
}

.phone-service-card li.selected,
.calendar-slots .selected,
.picker-grid .selected,
.mobile-preview-card.current {
  color: #151515;
  background: linear-gradient(135deg, var(--aa-gold), var(--aa-gold-strong));
}

.phone-service-card b,
.phone-service-card span,
.mobile-preview-card span {
  font-weight: 600;
}

.phone-calendar-card {
  margin-top: 14px;
}

.calendar-slots,
.picker-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.calendar-slots span,
.picker-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.hero-badge,
.hero-floating-proof {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(12px);
}

.hero-badge-top {
  top: 30px;
  right: 80px;
  z-index: 3;
}

.hero-badge-bottom {
  left: 32px;
  bottom: 42px;
  z-index: 2;
}

.hero-floating-proof {
  left: 60px;
  bottom: 0;
  max-width: 240px;
  z-index: 3;
}

.proof-label {
  display: block;
  margin-bottom: 8px;
  color: #ffe189;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-floating-proof strong {
  display: block;
  color: #ffffff;
  line-height: 1.55;
  font-size: 0.92rem;
}

.altagenda-brand-strip {
  padding-top: 0;
}

.brand-strip-shell {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: center;
  padding: 30px;
  border-radius: var(--aa-radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.brand-strip-shell h2 {
  margin: 16px 0 0;
  font-size: clamp(1.9rem, 2.8vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.brand-strip-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.brand-strip-points span,
.segments-highlight strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 196, 0, 0.1);
  border: 1px solid rgba(255, 196, 0, 0.2);
  color: #ffe189;
  font-weight: 600;
}

.altagenda-benefits {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0));
}

.benefits-grid,
.segments-grid,
.differentials-grid {
  display: grid;
  gap: 18px;
}

.benefits-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.benefit-card,
.segment-card,
.differential-card,
.flow-summary-card,
.flow-step,
.showcase-card,
.contact-panel,
.altagenda-form,
.footer-altagenda .footer-cta-block {
  position: relative;
  border-radius: var(--aa-radius-md);
  background:
    radial-gradient(circle at top right, rgba(255, 196, 0, 0.06), transparent 28%),
    linear-gradient(180deg, rgba(17, 19, 24, 0.96), rgba(11, 12, 16, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--aa-shadow-soft);
}

.benefit-card {
  padding: 26px;
  min-height: 100%;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
  transform-style: preserve-3d;
}

.benefit-card:hover,
.segment-card:hover,
.differential-card:hover,
.flow-step:hover,
.showcase-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 196, 0, 0.24);
  box-shadow: 0 32px 54px rgba(0, 0, 0, 0.34);
}

.benefit-icon,
.segment-card i {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 18px;
  color: #171717;
  background: linear-gradient(135deg, var(--aa-gold), var(--aa-gold-strong));
  box-shadow: 0 16px 28px rgba(255, 196, 0, 0.18);
  font-size: 1.4rem;
}

.benefit-card h3,
.flow-step h3,
.differential-card h3,
.contact-panel h2,
.final-cta-shell h2 {
  margin: 0 0 12px;
  font-size: 1.28rem;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.benefit-card p,
.flow-step p,
.differential-card p,
.contact-panel p,
.final-cta-shell p,
.footer-altagenda p {
  margin: 0;
  line-height: 1.74;
  color: var(--aa-text-soft);
}

.flow-summary-card {
  padding: 22px;
}

.summary-line {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.summary-line:first-child {
  padding-top: 0;
  border-top: 0;
}

.summary-line span,
.flow-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: #171717;
  background: linear-gradient(135deg, var(--aa-gold), var(--aa-gold-strong));
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.summary-line p {
  margin: 0;
  padding-top: 8px;
}

.flow-steps {
  display: grid;
  gap: 14px;
}

.flow-step {
  display: flex;
  gap: 18px;
  padding: 22px;
  transition: transform 0.28s ease, border-color 0.28s ease, background-color 0.28s ease;
}

.flow-step.is-active {
  border-color: rgba(255, 196, 0, 0.22);
  background:
    radial-gradient(circle at left, rgba(255, 196, 0, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(17, 19, 24, 0.98), rgba(11, 12, 16, 0.98));
}

.segments-highlight {
  margin: 0 auto 24px;
  text-align: center;
}

.segments-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.segment-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 94px;
  padding: 18px;
}

.segment-card i {
  width: 50px;
  height: 50px;
  margin: 0;
  font-size: 1.15rem;
}

.segment-card span {
  color: #ffffff;
  font-weight: 600;
  line-height: 1.5;
}

.segments-highlight-premium {
  margin-bottom: 24px;
}

.segments-carousel-shell {
  position: relative;
  padding: 28px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 15% 18%, rgba(255, 196, 0, 0.08), transparent 18%),
    radial-gradient(circle at 85% 16%, rgba(50, 152, 255, 0.14), transparent 20%),
    linear-gradient(180deg, #040b17 0%, #07111f 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 34px 84px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.segments-carousel-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 11, 23, 0.96), transparent 12%, transparent 88%, rgba(4, 11, 23, 0.96)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 30%);
  pointer-events: none;
  z-index: 2;
}

.segments-carousel-topline {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.segments-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: rgba(121, 189, 255, 0.88);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.segments-carousel-topline strong {
  display: block;
  max-width: 760px;
  color: #ffffff;
  font-size: clamp(1.12rem, 1.6vw, 1.45rem);
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.segments-scroll-indicator {
  position: relative;
  flex: 0 0 180px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.segments-scroll-indicator span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 42%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255, 196, 0, 0.92), rgba(66, 176, 255, 0.9));
  animation: segmentIndicatorMove 4.8s linear infinite;
}

@keyframes segmentIndicatorMove {
  0% { transform: translateX(-115%); }
  100% { transform: translateX(340%); }
}

.altagenda-segments-swiper {
  position: relative;
  z-index: 1;
  overflow: visible;
}

.altagenda-segments-swiper .swiper-wrapper {
  align-items: stretch;
  will-change: transform;
  transition-timing-function: linear !important;
}

.altagenda-segments-swiper .swiper-slide {
  width: min(100%, 320px);
  height: auto;
  flex-shrink: 0;
}

.segment-slide-card {
  position: relative;
  min-height: 420px;
  border-radius: 28px;
  overflow: hidden;
  background: #0a1321;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 0.34s ease, box-shadow 0.34s ease, border-color 0.34s ease;
}

.segment-slide-card img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.segment-slide-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 6, 23, 0.08) 12%, rgba(2, 6, 23, 0.3) 48%, rgba(2, 6, 23, 0.88) 100%);
}

.segment-slide-copy {
  position: absolute;
  inset: auto 22px 22px;
  z-index: 1;
}

.segment-slide-copy span {
  display: inline-block;
  margin-bottom: 8px;
  color: rgba(180, 217, 255, 0.86);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.segment-slide-copy strong {
  display: block;
  color: #ffffff;
  font-size: 1.35rem;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.segment-slide-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 196, 0, 0.24);
  box-shadow:
    0 30px 74px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(79, 168, 255, 0.14);
}

.segment-slide-card:hover img {
  transform: scale(1.06);
}

.sticky-copy {
  position: sticky;
  top: 120px;
}

.differentials-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.differential-card {
  padding: 24px;
}

.altagenda-showcase {
  overflow: hidden;
}

.showcase-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 22px;
}

.showcase-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 600;
}

.system-showcase-shell {
  position: relative;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 36px;
  background:
    radial-gradient(circle at top left, rgba(91, 182, 255, 0.18), transparent 28%),
    radial-gradient(circle at 92% 16%, rgba(159, 228, 255, 0.14), transparent 20%),
    linear-gradient(180deg, #f9fcff 0%, #f2f7fc 100%);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.24);
}

.system-showcase-shell::before,
.system-showcase-shell::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(18px);
}

.system-showcase-shell::before {
  width: 180px;
  height: 180px;
  top: 42px;
  right: 68px;
  background: rgba(97, 196, 255, 0.18);
}

.system-showcase-shell::after {
  width: 140px;
  height: 140px;
  left: 80px;
  bottom: 50px;
  background: rgba(120, 220, 255, 0.14);
}

.system-showcase-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.36fr) minmax(320px, 0.64fr);
  gap: 18px;
  align-items: center;
  z-index: 1;
}

.system-showcase-stage::after {
  content: "";
  position: absolute;
  left: 6%;
  right: 4%;
  bottom: 64px;
  height: 94px;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(42, 74, 112, 0.18), rgba(42, 74, 112, 0));
  filter: blur(18px);
  z-index: 0;
  pointer-events: none;
}

.system-shot {
  position: relative;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.62));
  border: 1px solid rgba(117, 149, 184, 0.22);
  box-shadow:
    0 24px 60px rgba(30, 54, 87, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.system-shot:hover {
  transform: translateY(-6px);
  border-color: rgba(82, 156, 219, 0.34);
  box-shadow:
    0 34px 80px rgba(30, 54, 87, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.system-shot-primary {
  padding: 22px 22px 18px;
  border-radius: 32px;
  transform: perspective(1600px) rotateX(1.2deg) rotateY(-4.5deg) rotateZ(-0.8deg);
  box-shadow:
    0 48px 120px rgba(19, 40, 67, 0.2),
    0 18px 46px rgba(35, 72, 114, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
  transform-style: preserve-3d;
  z-index: 3;
}

.system-shot-primary:hover {
  transform: perspective(1600px) translateY(-6px) rotateX(1.2deg) rotateY(-4.5deg) rotateZ(-0.8deg);
}

.system-shot-secondary {
  grid-column: 1 / 2;
  padding: 20px;
}

.system-mobile-stack {
  position: relative;
  min-height: 100%;
  margin-left: -18px;
  padding: 0 0 8px;
  z-index: 1;
}

.system-shot-mobile {
  position: absolute;
  margin: 0;
  filter: drop-shadow(0 32px 46px rgba(20, 46, 78, 0.24));
  transform-origin: center center;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.system-mobile-composition {
  position: relative;
  min-height: 670px;
  pointer-events: none;
}

.system-mobile-composition img {
  display: block;
  width: 100%;
  height: auto;
}

.system-mobile-composition:hover .system-shot-mobile {
  filter: drop-shadow(0 34px 46px rgba(20, 46, 78, 0.3));
}

.system-shot-mobile-back {
  top: 238px;
  left: -170px;
  width: clamp(142px, 13vw, 184px);
  z-index: 1;
  transform: rotate(-7deg);
}

.system-shot-mobile-main {
  top: 126px;
  left: 84px;
  width: clamp(196px, 17vw, 246px);
  z-index: 2;
  transform: rotate(-2.5deg);
}

.system-shot-mobile-front {
  right: 10px;
  bottom: 134px;
  width: clamp(172px, 15.5vw, 220px);
  z-index: 4;
  transform: rotate(5deg);
}

.system-mobile-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(28px);
  pointer-events: none;
}

.system-mobile-glow-a {
  top: 140px;
  right: 44px;
  width: 200px;
  height: 200px;
  background: rgba(72, 182, 255, 0.16);
}

.system-mobile-glow-b {
  left: 86px;
  bottom: 128px;
  width: 170px;
  height: 170px;
  background: rgba(255, 255, 255, 0.18);
}

.system-floating-card {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(117, 149, 184, 0.16);
  box-shadow:
    0 18px 40px rgba(35, 72, 114, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.system-floating-card {
  z-index: 6;
}

.system-floating-card-confirmed {
  top: 92px;
  right: 42px;
}

.system-floating-card-queue {
  left: -8px;
  bottom: 112px;
}

.system-floating-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--aa-gold), #ffe382);
  color: #101214;
  font-size: 1.05rem;
  flex-shrink: 0;
}

.system-floating-card strong {
  display: block;
  color: #18304b;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
}

.system-floating-card small {
  display: block;
  margin-top: 4px;
  color: #56718d;
  font-size: 0.78rem;
  line-height: 1.45;
}

.system-shot-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.system-shot-head span {
  display: inline-block;
  color: #3f668a;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.system-shot-head strong {
  display: block;
  margin-top: 6px;
  color: #13253b;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.system-shot-head-compact strong {
  font-size: 1rem;
}

.system-shot-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(60, 139, 204, 0.1);
  color: #24537d;
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
}

.system-shot-frame {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(224, 235, 246, 0.95), rgba(206, 220, 236, 0.82));
  border: 1px solid rgba(125, 154, 184, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 18px 44px rgba(44, 72, 105, 0.12);
}

.system-shot-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 42%);
  pointer-events: none;
  z-index: 1;
}

.system-shot-frame img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.45s ease;
}

.system-shot:hover .system-shot-frame img {
  transform: scale(1.015);
}

.system-shot-frame-desktop {
  padding: 14px;
}

.system-shot-frame-phone {
  padding: 10px;
  border-radius: 24px;
}

.system-shot-frame-soft {
  background:
    linear-gradient(180deg, rgba(236, 243, 251, 0.98), rgba(221, 232, 244, 0.88));
}

.system-showcase-highlights {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 62px;
}

.system-highlight-card {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(117, 149, 184, 0.16);
  box-shadow:
    0 18px 40px rgba(35, 72, 114, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.system-highlight-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 196, 0, 0.18), rgba(255, 255, 255, 0.78));
  color: #17314e;
  border: 1px solid rgba(255, 196, 0, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
  font-size: 1.05rem;
}

.system-highlight-card strong {
  display: block;
  margin-bottom: 10px;
  color: #13253b;
  font-size: 1.02rem;
  line-height: 1.25;
}

.system-highlight-card p {
  margin: 0;
  color: #45627f;
  line-height: 1.75;
}

.system-editor-gallery {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 18px;
  margin-top: 18px;
}

.system-editor-card {
  padding: 20px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(117, 149, 184, 0.18);
  box-shadow:
    0 18px 40px rgba(42, 68, 99, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.system-editor-card:hover {
  transform: translateY(-5px);
  border-color: rgba(82, 156, 219, 0.28);
  box-shadow:
    0 28px 54px rgba(42, 68, 99, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.system-editor-card-wide {
  padding: 22px;
}

.final-cta-shell {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 26px;
  align-items: center;
  padding: 40px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(255, 196, 0, 0.16), transparent 24%),
    linear-gradient(135deg, #0f1014 0%, #171a20 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--aa-shadow);
}

.final-cta-shell h2 {
  font-size: clamp(2rem, 3.4vw, 3.5rem);
  line-height: 1.04;
}

.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.altagenda-contact {
  padding-top: 0;
}

.contact-panel,
.altagenda-form {
  height: 100%;
  padding: 30px;
}

.contact-panel h2 {
  margin-top: 18px;
  margin-bottom: 14px;
  font-size: clamp(2rem, 3vw, 3rem);
}

.contact-points {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.contact-points div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.contact-points i {
  color: var(--aa-gold);
}

.altagenda-form label {
  color: #ffffff;
  font-weight: 600;
}

.altagenda-form .form-control {
  min-height: 54px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  box-shadow: none;
}

.altagenda-form textarea.form-control {
  min-height: 170px;
  padding-top: 14px;
}

.altagenda-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.altagenda-form .form-control:focus {
  border-color: rgba(255, 196, 0, 0.32);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.altagenda-form button[type="submit"] {
  width: 100%;
  color: #090909;
  border: 0;
  background: linear-gradient(135deg, var(--aa-gold), var(--aa-gold-strong));
  box-shadow: 0 18px 36px rgba(255, 196, 0, 0.18);
}

.altagenda-form button[type="submit"]:hover {
  transform: translateY(-2px);
}

.footer-altagenda {
  --background-color: transparent;
  color: var(--aa-text-soft);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.02));
}

.footer-altagenda .footer-top {
  padding-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-altagenda .footer-about .logo img {
  max-height: 34px;
}

.footer-altagenda h4,
.footer-altagenda .footer-contact strong,
.footer-altagenda .footer-links ul a,
.footer-altagenda .copyright,
.footer-altagenda .credits,
.footer-altagenda .footer-cta-block h4,
.footer-altagenda .social-links a {
  color: #ffffff;
}

.footer-altagenda .footer-links ul a {
  color: rgba(255, 255, 255, 0.72);
}

.footer-altagenda .footer-links ul a:hover,
.footer-altagenda .social-links a:hover {
  color: var(--aa-gold);
}

.footer-altagenda .social-links a {
  border-color: rgba(255, 255, 255, 0.12);
}

.footer-altagenda .footer-cta-block {
  padding: 24px;
}

.footer-cta-link {
  margin-top: 18px;
  color: #090909;
  background: linear-gradient(135deg, var(--aa-gold), var(--aa-gold-strong));
}

.footer-cta-link:hover {
  color: #090909;
}

.footer-altagenda .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

[data-tilt-card] {
  will-change: transform;
}

@media (max-width: 1199px) {
  .hero-stats,
  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .segments-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .altagenda-segments-swiper .swiper-slide {
    width: min(100%, 290px);
  }

  .system-showcase-stage {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.62fr);
    gap: 22px;
  }

  .system-shot-secondary {
    grid-column: 1 / -1;
  }

  .system-mobile-stack {
    margin-left: -8px;
  }

  .system-mobile-composition {
    min-height: 600px;
  }

  .system-shot-mobile-back {
    top: 220px;
    left: -124px;
  }

  .system-shot-mobile-main {
    top: 128px;
    left: 62px;
  }

  .system-shot-mobile-front {
    right: 4px;
    bottom: 142px;
  }

  .system-floating-card-confirmed {
    right: 4px;
  }

  .system-floating-card-queue {
    left: -4px;
    bottom: 110px;
  }

  .system-showcase-highlights {
    grid-template-columns: 1fr;
  }

  .system-editor-gallery {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 620px;
  }

  .dashboard-card-main {
    inset: 40px 48px 100px 0;
  }
}

@media (max-width: 991px) {
  .altagenda-page .section,
  .altagenda-page section {
    scroll-margin-top: 86px;
  }

  .altagenda-hero {
    padding-top: 148px;
    padding-bottom: 96px;
  }

  .hero-copy,
  .section-heading,
  .section-heading-left {
    max-width: 100%;
  }

  .hero-copy h1,
  .section-heading h2 {
    max-width: 100%;
  }

  .hero-visual {
    min-height: auto;
    padding-top: 26px;
  }

  .hero-visual-simple {
    min-height: 560px;
  }

  .hero-tech-glow-primary {
    width: 180px;
    height: 180px;
    right: 6%;
  }

  .hero-tech-glow-secondary {
    width: 110px;
    height: 110px;
    left: 12%;
    bottom: 18%;
  }

  .dashboard-card,
  .device-phone,
  .hero-floating-proof,
  .hero-badge {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none !important;
  }

  .dashboard-card-main {
    inset: auto;
    margin-bottom: 18px;
  }

  .device-phone {
    width: min(360px, 100%);
    margin-left: auto;
    margin-bottom: 18px;
  }

  .hero-floating-proof,
  .hero-badge {
    display: inline-flex;
    width: 100%;
    margin-bottom: 12px;
  }

  .brand-strip-shell,
  .final-cta-shell {
    grid-template-columns: 1fr;
  }

  .segments-carousel-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .segments-scroll-indicator {
    width: 100%;
    max-width: 220px;
    flex-basis: auto;
  }

  .system-showcase-stage {
    grid-template-columns: 1fr;
  }

  .system-mobile-stack {
    margin-left: 0;
    padding: 22px 0 0;
  }

  .system-mobile-composition {
    min-height: 440px;
    max-width: 720px;
    margin: 0 auto;
  }

  .system-shot-mobile-back {
    top: 156px;
    left: 6px;
    width: clamp(138px, 22vw, 190px);
  }

  .system-shot-mobile-main {
    top: 56px;
    left: 60%;
    width: clamp(170px, 27vw, 220px);
    transform: translateX(-50%) rotate(-1deg);
  }

  .system-shot-mobile-front {
    right: 44px;
    bottom: 86px;
    width: clamp(138px, 22vw, 190px);
  }

  .system-floating-card {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 14px;
  }

  .system-shot-primary {
    transform: none;
  }

  .system-showcase-highlights {
    margin-top: 42px;
  }

  .system-mobile-glow-a {
    right: 138px;
    width: 150px;
    height: 150px;
  }

  .system-mobile-glow-b {
    left: 110px;
    bottom: 82px;
  }

  .system-editor-card,
  .system-editor-card-wide {
    padding: 18px;
  }

  .brand-strip-points,
  .final-cta-actions {
    justify-content: flex-start;
  }

  .segments-grid,
  .differentials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sticky-copy {
    position: static;
  }
}

@media (max-width: 767px) {
  .altagenda-page .header {
    padding: 14px 0;
  }

  .altagenda-page .header .container-fluid.container-xl {
    padding: 12px 14px;
    border-radius: 18px;
  }

  .altagenda-page .mobile-nav-toggle {
    color: #ffffff;
  }

  .altagenda-page .navmenu ul {
    background: #0d0f14;
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .altagenda-page .navmenu a,
  .altagenda-page .navmenu a:focus {
    color: rgba(255, 255, 255, 0.78);
  }

  .altagenda-page .navmenu .nav-cta a,
  .altagenda-page .navmenu .nav-cta a:focus {
    color: #090909;
    background: linear-gradient(135deg, var(--aa-gold), var(--aa-gold-strong));
  }

  .altagenda-page .section,
  .altagenda-page section {
    padding: 72px 0;
  }

  .altagenda-hero {
    padding-top: 132px;
    padding-bottom: 78px;
  }

  .hero-actions,
  .final-cta-actions {
    display: grid;
  }

  .hero-visual-simple {
    min-height: 420px;
  }

  .hero-tech-ambient::before {
    inset: 14% 8% 10%;
    opacity: 0.72;
  }

  .hero-tech-glow-primary {
    width: 130px;
    height: 130px;
    top: 18%;
    right: 10%;
  }

  .hero-tech-glow-secondary {
    width: 84px;
    height: 84px;
    left: 16%;
    bottom: 16%;
  }

  .hero-tech-particle:nth-child(6),
  .hero-tech-particle:nth-child(8),
  .hero-tech-particle:nth-child(9),
  .hero-tech-particle:nth-child(10) {
    display: none;
  }

  .segments-carousel-shell {
    padding: 22px;
    border-radius: 28px;
  }

  .showcase-badges {
    justify-content: flex-start;
  }

  .btn-hero-primary,
  .btn-hero-secondary,
  .footer-cta-link {
    width: 100%;
  }

  .hero-stats,
  .benefits-grid,
  .segments-grid,
  .differentials-grid,
  .system-showcase-highlights {
    grid-template-columns: 1fr;
  }

  .system-mobile-stack {
    display: block;
  }

  .system-mobile-composition {
    min-height: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: end;
    gap: 12px;
    padding-top: 6px;
  }

  .system-mobile-glow {
    display: none;
  }

  .system-shot-mobile {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    max-width: 170px;
    justify-self: center;
    transform: none;
  }

  .system-shot-mobile-main {
    max-width: 182px;
  }

  .system-shot-mobile-front,
  .system-shot-mobile-back {
    max-width: 156px;
  }

  .system-floating-card {
    padding: 12px;
  }

  .hero-stat-card,
  .benefit-card,
  .segment-card,
  .differential-card,
  .contact-panel,
  .altagenda-form,
  .brand-strip-shell,
  .final-cta-shell,
  .flow-summary-card,
  .flow-step,
  .dashboard-card-main,
  .device-phone {
    border-radius: 20px;
  }

  .hero-visual {
    padding-top: 10px;
  }

  .dashboard-card-main,
  .device-phone,
  .hero-floating-proof,
  .hero-badge {
    width: 100%;
  }

  .dashboard-summary,
  .segment-card,
  .flow-step {
    grid-template-columns: 1fr;
    display: grid;
  }

  .system-showcase-shell {
    border-radius: 28px;
    padding: 18px;
  }

  .segments-carousel-shell {
    padding: 18px;
    border-radius: 24px;
  }

  .segments-carousel-shell::before {
    background:
      linear-gradient(90deg, rgba(4, 11, 23, 0.72), transparent 6%, transparent 94%, rgba(4, 11, 23, 0.72));
  }

  .altagenda-segments-swiper .swiper-slide {
    width: min(84vw, 270px);
  }

  .segment-slide-card,
  .segment-slide-card img {
    min-height: 360px;
  }

  .contact-panel,
  .altagenda-form,
  .brand-strip-shell,
  .final-cta-shell {
    padding: 24px;
  }

  .system-shot,
  .system-highlight-card,
  .system-editor-card {
    border-radius: 22px;
  }

  .system-shot-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .system-shot-frame-desktop,
  .system-shot-frame-phone {
    padding: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .altagenda-particles span,
  .hero-tech-particle,
  .hero-tech-glow,
  [data-tilt-card] {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}

/* =====================================================
   RESPONSIVE MOCKUP SECTION — v2
   ===================================================== */

.altagenda-responsive {
  position: relative;
  overflow: hidden;
}

.rsp-section-accent {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 75% 50%, rgba(255, 196, 0, 0.07), transparent 60%),
    radial-gradient(ellipse 40% 50% at 8%  30%, rgba(60, 140, 255, 0.06), transparent 50%),
    linear-gradient(180deg, rgba(255,255,255,0.018) 0%, transparent 55%);
  pointer-events: none;
}

/* ── LEFT: text side ── */
.rsp-text-side {
  max-width: 520px;
}

.rsp-text-side .section-chip {
  margin-bottom: 18px;
}

.rsp-text-side h2 {
  margin: 18px 0 16px;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.rsp-text-side > p {
  margin: 0 0 30px;
  font-size: 1rem;
  line-height: 1.82;
  color: var(--aa-text-soft);
}

/* Checklist */
.rsp-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  gap: 18px;
}

.rsp-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.rsp-check {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: rgba(255, 196, 0, 0.12);
  border: 1px solid rgba(255, 196, 0, 0.24);
  color: var(--aa-gold);
  font-size: 1rem;
  margin-top: 1px;
}

.rsp-checklist strong {
  display: block;
  color: #ffffff;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 4px;
}

.rsp-checklist span {
  color: var(--aa-text-muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

/* Device bar */
.rsp-device-bar {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  padding: 16px 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.rsp-device-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.87rem;
  font-weight: 600;
}

.rsp-device-item i {
  font-size: 1.15rem;
  color: var(--aa-gold);
}

.rsp-device-item em {
  margin-left: auto;
  font-style: normal;
  font-weight: 800;
  color: var(--aa-gold);
}

.rsp-device-sep {
  width: 1px;
  height: 34px;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 16px;
}

/* ── RIGHT: phone cluster ── */
.rsp-phones-cluster {
  position: relative;
  padding-top: 50px;
}

.rsp-glow-center,
.rsp-glow-left,
.rsp-glow-right {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(70px);
}

.rsp-glow-center {
  width: 340px;
  height: 340px;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(255, 196, 0, 0.2), transparent 70%);
}

.rsp-glow-left {
  width: 180px;
  height: 180px;
  top: 25%;
  left: 4%;
  background: radial-gradient(circle, rgba(80, 150, 255, 0.12), transparent 70%);
}

.rsp-glow-right {
  width: 180px;
  height: 180px;
  top: 25%;
  right: 4%;
  background: radial-gradient(circle, rgba(255, 140, 0, 0.12), transparent 70%);
}

/* Main phones */
.rsp-main-phones {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 2;
}

.rsp-phone {
  position: relative;
  flex: 0 0 auto;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.3s ease, opacity 0.3s ease;
}

.rsp-phone img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Side phones */
.rsp-phone-side {
  width: clamp(110px, 13vw, 175px);
  opacity: 0.82;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.55));
  z-index: 2;
}

.rsp-phone-l {
  transform: rotate(-11deg) translateX(32px) translateY(36px);
}

.rsp-phone-r {
  transform: rotate(11deg) translateX(-32px) translateY(36px);
}

.rsp-phone-side:hover {
  opacity: 1;
  filter: drop-shadow(0 26px 52px rgba(255, 196, 0, 0.2));
}

.rsp-phone-l:hover { transform: rotate(-5deg) translateX(32px) translateY(18px) scale(1.06); }
.rsp-phone-r:hover { transform: rotate(5deg)  translateX(-32px) translateY(18px) scale(1.06); }

/* Center phone — featured */
.rsp-phone-center {
  width: clamp(175px, 20vw, 250px);
  filter:
    drop-shadow(0 36px 64px rgba(255, 196, 0, 0.24))
    drop-shadow(0 18px 48px rgba(0, 0, 0, 0.65));
  z-index: 5;
}

.rsp-phone-center:hover {
  transform: translateY(-10px) scale(1.03);
}

/* Floating notification */
.rsp-float-notif {
  position: absolute;
  top: 24px;
  right: -94px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  border-radius: 20px;
  background: rgba(10, 14, 20, 0.95);
  border: 1px solid rgba(255, 196, 0, 0.24);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 196, 0, 0.07);
  z-index: 10;
  white-space: nowrap;
  animation: rspFloat 3.6s ease-in-out infinite;
}

.rsp-notif-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--aa-gold), var(--aa-gold-strong));
  color: #111;
  font-size: 1rem;
}

.rsp-notif-text strong {
  display: block;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
}

.rsp-notif-text span {
  color: var(--aa-text-muted);
  font-size: 0.75rem;
}

/* Floating stat */
.rsp-float-stat {
  position: absolute;
  bottom: 36px;
  left: -90px;
  padding: 14px 20px;
  border-radius: 20px;
  background: rgba(10, 14, 20, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.5);
  z-index: 10;
  animation: rspFloat 4.2s ease-in-out infinite;
  animation-delay: 2s;
}

.rsp-float-stat strong {
  display: block;
  color: var(--aa-gold);
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 5px;
}

.rsp-float-stat span {
  display: block;
  color: var(--aa-text-soft);
  font-size: 0.76rem;
  line-height: 1.45;
  white-space: nowrap;
}

@keyframes rspFloat {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-9px); }
}

/* Secondary strip */
.rsp-secondary-strip {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 18px;
  padding: 0 48px;
}

.rsp-secondary-strip::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(5, 5, 5, 0.88) 85%);
  pointer-events: none;
  z-index: 1;
  border-radius: 12px;
}

.rsp-mini-phone {
  flex: 1;
  max-width: 115px;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.45));
  opacity: 0.55;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.rsp-mini-phone:hover {
  opacity: 0.85;
  transform: translateY(-5px);
}

.rsp-mini-phone img {
  display: block;
  width: 100%;
  height: auto;
}

.rsp-strip-label {
  position: relative;
  z-index: 2;
  margin: 10px 0 0;
  text-align: center;
  color: var(--aa-text-muted);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
}

/* ── Breakpoints ── */
@media (max-width: 1199px) {
  .rsp-float-notif { right: -50px; }
  .rsp-float-stat  { left: -50px; }
  .rsp-phone-side  { width: clamp(100px, 11vw, 150px); }
  .rsp-phone-center{ width: clamp(155px, 17vw, 210px); }
}

@media (max-width: 991px) {
  .rsp-text-side { max-width: 100%; }

  .rsp-float-notif {
    top: -46px;
    right: 0;
    animation: none;
  }

  .rsp-float-stat {
    bottom: -46px;
    left: 0;
    animation: none;
  }

  .rsp-phones-cluster {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .rsp-device-bar {
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .rsp-phone-side  { width: 95px; }
  .rsp-phone-l     { transform: rotate(-8deg) translateX(22px) translateY(28px); }
  .rsp-phone-r     { transform: rotate(8deg)  translateX(-22px) translateY(28px); }
  .rsp-phone-center{ width: 150px; }

  .rsp-float-notif,
  .rsp-float-stat  { display: none; }

  .rsp-secondary-strip {
    padding: 0 20px;
    gap: 12px;
  }

  .rsp-mini-phone { max-width: 85px; }

  .rsp-device-bar {
    flex-wrap: wrap;
    gap: 12px 0;
    justify-content: center;
  }

  .rsp-device-sep { display: none; }

  .rsp-device-item {
    flex: 0 0 auto;
    width: 33%;
    flex-direction: column;
    text-align: center;
    gap: 6px;
  }

  .rsp-device-item em {
    margin: 0;
  }
}
