:root {
  --blue: #2563eb;
  --light-blue: #3b82f6;
  --white: #ffffff;
  --gray: #f8fafc;
  --dark: #0f172a;
  --text-gray: #64748b;
  --scroll-progress: 0;
  --orb-shift: 0px;
  --tipster-font-body: "Red Hat Mono", "Courier New", monospace;
  --tipster-font-heading: "Red Hat Display", Arial, sans-serif;
  --tipster-font-display: "Red Hat Display", Arial, sans-serif;
  --tipster-font-soft: "Red Hat Mono", "Courier New", monospace;
  --tipster-font-brand: "Red Hat Display", Arial, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--tipster-font-body);
}

html,
body {
  height: 100%;
}

html {
  scroll-snap-type: y mandatory;
  scroll-padding-top: 0;
  scroll-behavior: smooth;
}

.homepage-azure .az-panel {
  margin-top: 32px;
  padding: 28px;
  border-radius: 28px;
  background: rgba(7, 16, 30, 0.75);
  border: 1px solid rgba(120, 150, 190, 0.35);
  box-shadow: 0 30px 80px rgba(4, 12, 24, 0.4);
  backdrop-filter: blur(14px);
  color: #eaf2ff;
}

.homepage-azure .az-panel.az-hidden {
  display: none;
}

.homepage-azure .az-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.homepage-azure .az-panel-header h2 {
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: clamp(22px, 2.1vw, 28px);
  margin: 0;
  color: #f6fbff;
}

.homepage-azure .az-panel-close {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(200, 220, 255, 0.2);
  color: #f4f8ff;
  border-radius: 999px;
  padding: 8px 16px;
  cursor: pointer;
  font-weight: 600;
}

.homepage-azure .az-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.homepage-azure .az-form-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.homepage-azure .az-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
  color: rgba(230, 240, 255, 0.9);
}

.homepage-azure .az-form input,
.homepage-azure .az-form select {
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(160, 185, 230, 0.35);
  background: rgba(7, 12, 24, 0.65);
  color: #f3f7ff;
  font-family: "Red Hat Mono", "Courier New", monospace;
}

.homepage-azure .az-form input::placeholder {
  color: rgba(200, 215, 240, 0.6);
}

.homepage-azure .az-form-error {
  color: #ffd5d5;
  font-size: 13px;
  margin: 0;
}

.homepage-azure .az-form-success {
  background: rgba(18, 40, 70, 0.7);
  border-radius: 18px;
  padding: 16px;
  border: 1px solid rgba(120, 180, 255, 0.35);
  font-size: 14px;
}

.homepage-azure .az-form-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}

html.intro-unlocked {
  overflow-x: hidden;
  overflow-y: auto;
  scroll-snap-type: none;
}

body {
  background: var(--white);
  color: var(--dark);
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.homepage {
  scroll-snap-type: y mandatory;
}

.bg-reactive {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}

.homepage .bg-reactive,
.subpage .bg-reactive {
  background:
    radial-gradient(1200px 700px at -10% 90%, rgba(59, 130, 246, 0.26), transparent 70%),
    radial-gradient(900px 550px at 90% 10%, rgba(71, 85, 105, 0.24), transparent 70%),
    linear-gradient(125deg, #0f172a 0%, #1e293b 36%, #334155 68%, #64748b 100%);
}

.homepage .bg-reactive::after,
.subpage .bg-reactive::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 25%, rgba(148, 163, 184, 0.18), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(59, 130, 246, 0.18), transparent 40%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.05), rgba(15, 23, 42, 0.35));
}

.bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(28px);
  opacity: 0.26;
  transition: transform 240ms linear;
}

.orb-1 {
  width: 380px;
  height: 380px;
  top: calc(-90px + var(--orb-shift));
  right: 8%;
  background: rgba(96, 165, 250, 0.35);
  transform: translate3d(0, calc(var(--scroll-progress) * 160px), 0);
}

.orb-2 {
  width: 320px;
  height: 320px;
  top: 42%;
  left: -90px;
  background: rgba(100, 116, 139, 0.3);
  transform: translate3d(0, calc(var(--scroll-progress) * -140px), 0);
}

.orb-3 {
  width: 260px;
  height: 260px;
  bottom: -70px;
  right: 24%;
  background: rgba(148, 163, 184, 0.34);
  transform: translate3d(0, calc(var(--scroll-progress) * 120px), 0);
}

.bg-depth {
  position: absolute;
  border-radius: 28px;
  border: 1px solid rgba(191, 219, 254, 0.2);
  backdrop-filter: blur(3px);
  transform-style: preserve-3d;
}

.depth-a {
  width: 560px;
  height: 320px;
  top: 18%;
  right: 8%;
  background: linear-gradient(130deg, rgba(37, 99, 235, 0.26), rgba(100, 116, 139, 0.24));
  transform:
    perspective(900px)
    rotateY(-24deg)
    rotateX(8deg)
    translate3d(0, calc(var(--scroll-progress) * 65px), 0);
  box-shadow: 0 30px 50px rgba(15, 23, 42, 0.28);
}

.depth-b {
  width: 430px;
  height: 260px;
  top: 34%;
  right: 18%;
  background: linear-gradient(135deg, rgba(148, 163, 184, 0.24), rgba(30, 64, 175, 0.2));
  transform:
    perspective(800px)
    rotateY(-18deg)
    rotateX(7deg)
    translate3d(0, calc(var(--scroll-progress) * 40px), 0);
  box-shadow: 0 24px 42px rgba(15, 23, 42, 0.22);
}

nav {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 18px 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  backdrop-filter: none;
  background: transparent;
  border-bottom: none;
  z-index: 1000;
}

.logo {
  font-weight: 800;
  font-size: 22px;
  color: var(--blue);
}

.brand-mark {
  color: var(--blue);
  letter-spacing: 0.38em;
  font-weight: 800;
  text-transform: uppercase;
}

.hero .brand-mark {
  color: var(--blue);
  letter-spacing: 0.18em;
  white-space: nowrap;
}

nav ul {
  display: flex;
  list-style: none;
  gap: 30px;
}

nav ul li a {
  text-decoration: none;
  color: #e2e8f0;
  font-weight: 500;
  transition: .3s;
}

nav ul li a:hover {
  color: var(--blue);
}

section {
  padding: 110px 8% 72px;
}

.homepage .snap-page {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  min-height: calc(100vh - 88px);
  scroll-margin-top: 88px;
  position: relative;
  overflow: hidden;
}

.homepage .snap-page > * {
  position: relative;
  z-index: 1;
}

.page-hero::before,
.page-about::before,
.page-metrics::before,
.page-cta::before,
.page-hardware::before,
.page-adaptive::before,
.page-why::before,
.page-slogan::before,
.page-hero::after,
.page-about::after,
.page-metrics::after,
.page-cta::after,
.page-hardware::after,
.page-adaptive::after,
.page-why::after,
.page-slogan::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.page-hero::before {
  width: 360px;
  height: 360px;
  right: -80px;
  top: 10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(96,165,250,0.24), transparent 70%);
  animation: driftSlow 9s ease-in-out infinite;
}

.page-about::before {
  width: 420px;
  height: 140px;
  left: -50px;
  top: 20%;
  border-radius: 20px;
  background: linear-gradient(90deg, rgba(148,163,184,0.18), rgba(96,165,250,0.14));
  transform: rotate(-8deg);
  animation: slideGlow 8s ease-in-out infinite;
}

.page-metrics::before {
  width: 260px;
  height: 260px;
  right: 8%;
  bottom: 10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59,130,246,0.16), transparent 72%);
  animation: pulseField 4.8s ease-in-out infinite;
}

.page-cta::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image:
    linear-gradient(rgba(148,163,184,0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148,163,184,0.09) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at center, black 35%, transparent 85%);
  animation: gridShift 12s linear infinite;
}

.page-hardware::before {
  width: 300px;
  height: 300px;
  left: -90px;
  bottom: -90px;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(59,130,246,0.2), rgba(148,163,184,0.12));
  transform: rotate(18deg);
  animation: hardwareFloat 7s ease-in-out infinite;
}

.page-adaptive::before {
  width: 440px;
  height: 440px;
  right: -140px;
  top: 18%;
  border-radius: 50%;
  background: conic-gradient(from 0deg, rgba(59,130,246,0.1), rgba(148,163,184,0.18), rgba(59,130,246,0.1));
  animation: spinSoft 18s linear infinite;
}

.page-why::before {
  width: 500px;
  height: 120px;
  right: -40px;
  top: 14%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(148,163,184,0.16), rgba(59,130,246,0.18));
  animation: slideGlow 10s ease-in-out infinite;
}

.page-slogan::before {
  width: 340px;
  height: 340px;
  left: 50%;
  top: 50%;
  margin-left: -170px;
  margin-top: -170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(96,165,250,0.22), transparent 68%);
  animation: pulseField 5.2s ease-in-out infinite;
}

@keyframes driftSlow {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(24px); }
}

@keyframes slideGlow {
  0%, 100% { transform: translateX(0) rotate(-8deg); opacity: 0.6; }
  50% { transform: translateX(24px) rotate(-6deg); opacity: 1; }
}

@keyframes pulseField {
  0%, 100% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.08); opacity: 1; }
}

@keyframes gridShift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 34px 0, 0 34px; }
}

@keyframes hardwareFloat {
  0%, 100% { transform: rotate(18deg) translateY(0); }
  50% { transform: rotate(14deg) translateY(-18px); }
}

@keyframes spinSoft {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  min-height: 92vh;
  background: rgba(15, 23, 42, 0.08);
  backdrop-filter: none;
  position: relative;
}

.homepage section {
  background: transparent;
}

.homepage .hero {
  background: rgba(15, 23, 42, 0.14);
}

.hero-text {
  max-width: 550px;
}

.hero-media img {
  width: min(500px, 100%);
  border-radius: 22px;
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.15);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 700;
  color: #93c5fd;
  margin-bottom: 14px;
}

.hero h1 {
  font-size: clamp(42px, 4.8vw, 68px);
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.12;
}

.hero p {
  color: #cbd5e1;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.6;
}

.scroll-hint {
  position: absolute;
  left: 8%;
  bottom: 22px;
  color: #cbd5e1;
  opacity: 0.8;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.scroll-arrow {
  font-size: 18px;
  line-height: 1;
  animation: downPulse 1.1s ease-in-out infinite;
}

.adaptive-scroll-hint {
  left: 8%;
  bottom: 18px;
}

@keyframes downPulse {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.55;
  }
  50% {
    transform: translateY(8px);
    opacity: 1;
  }
}

.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: .3s;
}

.btn-primary {
  background: var(--blue);
  color: white;
}

.btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(37,99,235,.3);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
  gap: 40px;
}

.card {
  background: var(--gray);
  padding: 40px;
  border-radius: 20px;
  transition: .3s;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,.08);
}

.section-title {
  text-align: center;
  color: var(--blue);
  font-size: clamp(44px, 5vw, 68px);
  margin-bottom: 60px;
}

.story-section {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.alt-surface {
  background: linear-gradient(180deg, #eef4ff 0%, #ffffff 100%);
}

.homepage .story-section,
.homepage .alt-surface,
.homepage .metrics-strip {
  background: transparent;
}

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

.story-card {
  background: rgba(226, 232, 240, 0.8);
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 18px;
  padding: 38px;
  box-shadow: 0 20px 35px rgba(15, 23, 42, 0.06);
}

.story-card h3 {
  color: var(--blue);
  margin-bottom: 12px;
  font-size: 30px;
}

.story-card p {
  color: var(--text-gray);
  line-height: 1.7;
  font-size: 19px;
}

.metrics-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 20px 8% 100px;
  background: #ffffff;
}

.metric {
  background: #0f172a;
  color: #ffffff;
  border-radius: 16px;
  padding: 34px;
}

.metric h3 {
  color: #93c5fd;
  margin-bottom: 10px;
  font-size: 30px;
}

.metric p {
  color: #cbd5e1;
  font-size: 17px;
  line-height: 1.6;
}

.reason-item {
  opacity: 0;
  transform: translateY(16px);
  transition: 420ms ease;
  margin-top: 16px;
}

.reason-block h3 + .reason-item {
  margin-top: 20px;
}

.snap-page.play-animations .reason-item {
  opacity: 1;
  transform: translateY(0);
}

.cta-section {
  text-align: center;
  padding-top: 80px;
}

.cta-section h2 {
  color: var(--blue);
  font-size: clamp(46px, 5vw, 70px);
  margin-bottom: 16px;
}

.cta-section p {
  color: var(--text-gray);
  margin: 0 auto 28px;
  max-width: 760px;
  line-height: 1.7;
  font-size: 20px;
}

.cta-details {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.cta-tile {
  text-align: left;
  background: rgba(226, 232, 240, 0.82);
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 14px;
  padding: 24px;
}

.cta-tile h3 {
  color: var(--blue);
  font-size: 24px;
  margin-bottom: 10px;
}

.cta-tile p {
  font-size: 16px;
  margin: 0;
  max-width: none;
}

.timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 10px;
  bottom: 10px;
  width: 3px;
  background: linear-gradient(180deg, #2563eb, #c7d2fe);
  border-radius: 999px;
}

.timeline-item {
  position: relative;
  margin-left: 60px;
  background: rgba(226, 232, 240, 0.82);
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 14px;
  padding: 20px 22px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -49px;
  top: 22px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2563eb;
  box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.15);
}

.timeline-item h3 {
  color: var(--blue);
  font-size: 28px;
  margin-bottom: 8px;
}

.timeline-item p {
  color: var(--text-gray);
  line-height: 1.65;
  font-size: 19px;
}

.adaptive-card {
  opacity: 0;
  transform: translateY(26px);
  transition: 320ms ease;
}

.adaptive-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.slogan-band {
  margin: 0 8% 70px;
  padding: 36px 30px;
  border-radius: 18px;
  background: linear-gradient(120deg, #0f172a, #1d4ed8);
  text-align: center;
}

.slogan-band p {
  color: #ffffff;
  font-size: clamp(30px, 3.5vw, 52px);
  letter-spacing: 0.03em;
  font-weight: 800;
}

.slogan-band .brand-mark {
  color: var(--blue);
}

.slogan-band {
  display: grid;
  place-items: center;
  align-content: center;
  min-height: calc(100vh - 88px);
  gap: 18px;
  text-align: center;
}

.logo-reveal-delay {
  font-size: clamp(52px, 7.2vw, 110px);
  opacity: 0;
  transform: translateY(18px);
  transition: 420ms ease;
}

.bottom-cta {
  opacity: 0;
  transform: translateY(16px);
  transition: 420ms ease;
}

.slogan-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: 420ms ease;
}

.snap-page.play-animations .slogan-reveal {
  opacity: 1;
  transform: translateY(0);
}

.snap-page.play-animations .logo-reveal-delay {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 250ms;
}

.snap-page.play-animations .bottom-cta {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 500ms;
}

.inline-brand {
  letter-spacing: 0.22em;
  font-size: 0.9em;
}

footer {
  text-align: center;
  padding: 40px;
  background: transparent;
  color: #cbd5e1;
}

.homepage footer {
  background: transparent;
  backdrop-filter: none;
}

.subpage .sub-bg { opacity: 1; }

.subpage nav { background: transparent; }

.subpage .section-title {
  color: var(--blue);
}

.subpage-hero {
  min-height: 48vh;
  display: grid;
  align-content: center;
  gap: 12px;
  text-align: center;
}

.sub-title {
  color: var(--blue);
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.15;
}

.sub-text {
  max-width: 920px;
  margin: 0 auto;
  color: #cbd5e1;
  font-size: 19px;
  line-height: 1.65;
}

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

.sub-card {
  background: rgba(226, 232, 240, 0.84);
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 16px;
  padding: 26px;
}

.sub-card h3 {
  color: var(--blue);
  font-size: 24px;
  margin-bottom: 12px;
}

.sub-card p {
  color: var(--text-gray);
  line-height: 1.7;
}

.pricing-card .pill {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.14);
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.pricing-card .price {
  color: #0f172a;
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 10px;
}

.pricing-card.featured {
  border-color: rgba(37, 99, 235, 0.45);
  box-shadow: 0 18px 38px rgba(37, 99, 235, 0.2);
}

.btn-ghost {
  background: transparent;
  color: #e2e8f0;
  border: 1px solid rgba(148, 163, 184, 0.5);
}

.btn-ghost:hover {
  background: rgba(148, 163, 184, 0.16);
  transform: translateY(-3px);
}

.shop-page .pricing-section {
  padding-top: 20px;
  padding-bottom: 40px;
}

.shop-page .pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.shop-page .installation-grid,
.shop-page .subscription-grid {
  width: min(1200px, 100%);
  margin: 0 auto;
}

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

.shop-page .plan-card {
  background: rgba(10, 18, 31, 0.86);
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 22px;
  padding: 26px;
  color: #e2e8f0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.shop-page .plan-card:hover {
  transform: translateY(-6px);
  border-color: rgba(59, 130, 246, 0.5);
  box-shadow: 0 26px 48px rgba(8, 15, 26, 0.35);
}

.shop-page .plan-card.is-featured {
  border-color: rgba(59, 130, 246, 0.7);
  box-shadow: 0 32px 60px rgba(37, 99, 235, 0.32);
}

.shop-page .plan-badge {
  align-self: flex-start;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.95);
  color: #f8fbff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.35);
}

.shop-page .plan-title {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 700;
  color: rgba(147, 197, 253, 0.9);
}

.shop-page .plan-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.shop-page .plan-amount {
  font-size: 36px;
  font-weight: 800;
  color: #f8fbff;
}

.shop-page .plan-cycle {
  font-size: 14px;
  color: rgba(203, 213, 225, 0.9);
}

.shop-page .plan-fee {
  font-size: 14px;
  color: rgba(203, 213, 225, 0.88);
}

.shop-page .plan-slates {
  font-size: 15px;
  font-weight: 600;
  color: #e2e8f0;
}

.shop-page .plan-note {
  margin: 0;
  color: rgba(203, 213, 225, 0.9);
  font-size: 14px;
  line-height: 1.7;
}

.shop-page .plan-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
}

.shop-page .plan-meta-item {
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(15, 23, 42, 0.62);
}

.shop-page .plan-meta-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(148, 163, 184, 0.9);
}

.shop-page .plan-meta-value {
  display: block;
  margin-top: 6px;
  font-size: 20px;
  font-weight: 700;
  color: #f8fbff;
}

.shop-page .plan-subtitle {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(148, 163, 184, 0.9);
}

.shop-page .plan-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.shop-page .plan-features li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  align-items: start;
  font-size: 14px;
  color: rgba(226, 232, 240, 0.95);
}

.shop-page .plan-features .check {
  color: #22c55e;
  font-weight: 700;
}

.shop-page .plan-hardware {
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  padding-top: 12px;
}

.shop-page .plan-hardware h4 {
  margin-bottom: 8px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(147, 197, 253, 0.9);
}

.shop-page .plan-hardware ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
  color: rgba(226, 232, 240, 0.92);
  font-size: 14px;
}

.shop-page .plan-best-for p {
  margin: 0;
  color: rgba(226, 232, 240, 0.92);
  line-height: 1.6;
  font-size: 14px;
}

.shop-page .plan-tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.shop-page .plan-tags li {
  width: 100%;
  display: block;
  text-align: left;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(96, 165, 250, 0.24);
  background: rgba(30, 64, 175, 0.18);
  color: #eff6ff;
  font-size: 13px;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shop-page .plan-tags {
  display: grid !important;
  grid-template-columns: 1fr !important;
}

.shop-page .plan-tags li {
  width: 100% !important;
}

.shop-page .plan-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
}

.shop-page .plan-toggle {
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: transparent;
  color: rgba(226, 232, 240, 0.9);
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.shop-page .plan-toggle:hover {
  transform: translateY(-2px);
  border-color: rgba(59, 130, 246, 0.45);
  background: rgba(30, 64, 175, 0.2);
}

.shop-page .plan-about {
  display: none;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(15, 23, 42, 0.6);
  color: rgba(203, 213, 225, 0.95);
  font-size: 14px;
  line-height: 1.6;
}

.shop-page .plan-card.is-open .plan-about {
  display: block;
}

.shop-page .pricing-signature {
  width: min(1200px, 100%);
  margin: 22px auto 0;
}

.shop-page .custom-plan-section {
  padding-top: 0;
  padding-bottom: 70px;
}

.shop-page .consultation-panel {
  width: min(1180px, 100%);
  max-width: 1180px;
}

.shop-page .consultation-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
  margin-top: 10px;
}

.shop-page .panel-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.shop-page .hardware-section {
  padding-top: 0;
  padding-bottom: 70px;
}

.shop-page .hardware-grid {
  width: min(1200px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.shop-page .plan-card-wide {
  gap: 18px;
}

.shop-page .plan-card-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 1fr);
  gap: 18px;
  align-items: start;
}

.shop-page .pricing-compare {
  padding-top: 20px;
  padding-bottom: 70px;
}

.shop-page .compare-header {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 24px;
}

.shop-page .compare-header h2 {
  font-size: clamp(28px, 3.2vw, 42px);
  color: #f8fbff;
  margin-bottom: 8px;
}

.shop-page .compare-header p {
  color: rgba(203, 213, 225, 0.88);
  font-size: 16px;
}

.shop-page .compare-table {
  max-width: 1200px;
  margin: 0 auto;
  overflow-x: auto;
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(10, 18, 31, 0.84);
  box-shadow: 0 28px 54px rgba(6, 10, 18, 0.35);
}

.shop-page .compare-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 860px;
}

.shop-page .compare-table th,
.shop-page .compare-table td {
  padding: 14px 16px;
  text-align: left;
  font-size: 14px;
  color: rgba(226, 232, 240, 0.92);
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.shop-page .compare-table th {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(147, 197, 253, 0.9);
  background: rgba(15, 23, 42, 0.9);
  position: sticky;
  top: 0;
}

.shop-page .compare-check {
  color: #22c55e;
  font-weight: 700;
}

.shop-page .compare-dash {
  color: rgba(148, 163, 184, 0.9);
}

.shop-page .pricing-note {
  max-width: 860px;
  margin: 18px auto 0;
  text-align: center;
  color: rgba(203, 213, 225, 0.88);
  font-size: 15px;
  line-height: 1.7;
}

.buying-page .buying-layout {
  align-items: stretch;
}

.buying-page .checkout-layout {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 400px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.buying-page .checkout-summary-card {
  position: sticky;
  top: 24px;
}

.buying-page .checkout-form {
  display: grid;
  gap: 18px;
}

.buying-page .checkout-form-head .panel-title {
  margin-bottom: 10px;
}

.buying-page .buying-copy {
  margin: 0;
  color: rgba(224, 239, 255, 0.92);
  line-height: 1.7;
}

.buying-page .checkout-section {
  display: grid;
  gap: 12px;
}

.buying-page .checkout-section-title {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(147, 197, 253, 0.94);
}

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

.buying-page .checkout-span-2 {
  grid-column: span 2;
}

.buying-page .checkout-security-note {
  margin: 0;
  color: rgba(224, 239, 255, 0.78);
  font-size: 13px;
  line-height: 1.6;
}

.buying-page .checkout-order-summary {
  border-top: 1px solid rgba(223, 239, 255, 0.16);
  border-bottom: 1px solid rgba(223, 239, 255, 0.16);
  padding: 16px 0;
  display: grid;
  gap: 10px;
}

.buying-page .checkout-order-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: rgba(224, 239, 255, 0.88);
  font-size: 14px;
}

.buying-page .checkout-order-row strong {
  color: #f8fbff;
  text-align: right;
}

.buying-page .checkout-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(224, 239, 255, 0.9);
  font-size: 14px;
  line-height: 1.7;
}

.buying-page .checkout-checkbox input {
  margin-top: 4px;
  width: 16px;
  height: 16px;
}

.buying-page .checkout-actions,
.buying-page .buying-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.buying-page .checkout-success {
  border-radius: 18px;
  border: 1px solid rgba(74, 222, 128, 0.34);
  background: rgba(22, 101, 52, 0.18);
  padding: 18px;
  color: #ecfdf5;
}

.buying-page .checkout-success h3 {
  margin-bottom: 8px;
  color: #f0fdf4;
}

.buying-page .checkout-success p {
  margin-bottom: 10px;
  color: rgba(220, 252, 231, 0.92);
}

@media (max-width: 1200px) {
  .shop-page .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .shop-page .plan-card-columns,
  .shop-page .hardware-grid {
    grid-template-columns: 1fr;
  }

  .shop-page .consultation-list {
    grid-template-columns: 1fr;
  }

  .buying-page .checkout-layout,
  .buying-page .checkout-grid {
    grid-template-columns: 1fr;
  }

  .buying-page .checkout-span-2 {
    grid-column: auto;
  }

  .buying-page .checkout-summary-card {
    position: static;
  }
}

@media (max-width: 720px) {
  .shop-page .pricing-grid {
    grid-template-columns: 1fr;
  }

  .shop-page .plan-card {
    padding: 22px;
  }

  .shop-page .plan-meta {
    grid-template-columns: 1fr;
  }
}

.content-panel {
  max-width: 980px;
  margin: 0 auto;
  background: rgba(226, 232, 240, 0.84);
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 18px;
  padding: 28px;
}

.panel-title {
  color: var(--blue);
  font-size: clamp(28px, 3.8vw, 44px);
  margin-bottom: 14px;
}

.content-panel p {
  color: var(--text-gray);
  line-height: 1.7;
  margin-bottom: 12px;
}

.signup-purchase-summary {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(148, 163, 184, 0.22);
}

.signup-purchase-title {
  font-size: 20px;
  font-weight: 700;
  color: #f8fbff;
  margin-bottom: 8px;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: start;
}

.contact-form {
  background: rgba(226, 232, 240, 0.84);
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 18px;
  padding: 24px;
}

.field {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  background: rgba(255, 255, 255, 0.7);
  margin-bottom: 14px;
  color: #0f172a;
}

.field-area {
  min-height: 150px;
  resize: vertical;
}

.metric-card {
  text-align: center;
}

.big-metric {
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 800;
  color: #0f172a;
}

.chart-panel {
  max-width: 1100px;
}

.chart-panel canvas {
  width: 100% !important;
  height: 380px !important;
}

.config-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 22px;
  align-items: start;
}

.config-summary {
  position: sticky;
  top: 100px;
}

.tip-block-preview {
  --preview-accent: #111827;
  margin: 8px 0 16px;
  border-radius: 16px;
  padding: 20px;
  min-height: 120px;
  background: linear-gradient(135deg, var(--preview-accent), rgba(30, 41, 59, 0.8));
  color: #ffffff;
  display: grid;
  align-content: center;
  gap: 6px;
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.3);
}

.preview-logo {
  font-weight: 800;
  letter-spacing: 0.12em;
}

.preview-sub {
  font-size: 13px;
  opacity: 0.88;
}

.config-divider {
  border: none;
  border-top: 1px solid rgba(148, 163, 184, 0.45);
  margin: 16px 0;
}

.price-label {
  font-size: 12px;
  color: #64748b;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.config-price {
  font-size: 34px;
  color: #0f172a;
  font-weight: 800;
  margin-bottom: 14px;
}

.price-footnote {
  color: #64748b;
  font-size: 13px;
}

.config-sections {
  display: grid;
  gap: 18px;
}

.config-section .panel-title {
  font-size: clamp(24px, 2.4vw, 34px);
}

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

.config-item {
  background: rgba(241, 245, 249, 0.75);
  border: 1px solid rgba(148, 163, 184, 0.32);
  border-radius: 12px;
  padding: 12px;
}

.field-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.config-grid label {
  display: block;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 0.03em;
}

.info-toggle {
  border: none;
  background: rgba(37, 99, 235, 0.12);
  color: var(--blue);
  width: 24px;
  height: 24px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1;
  display: grid;
  place-items: center;
  transition: 180ms ease;
}

.info-toggle.open {
  transform: rotate(90deg);
  background: rgba(37, 99, 235, 0.2);
}

.field-help {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin-top: 0;
  color: #475569;
  font-size: 13px;
  line-height: 1.5;
  transition: max-height 220ms ease, opacity 220ms ease, margin-top 220ms ease;
}

.field-help.open {
  max-height: 140px;
  opacity: 1;
  margin-top: 8px;
}

.config-grid select {
  width: 100%;
  border: 1px solid rgba(148, 163, 184, 0.45);
  border-radius: 10px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.78);
  margin-top: 10px;
}

.picker-wrap {
  position: relative;
}

.picker-trigger {
  width: 100%;
  border: 1px solid rgba(148, 163, 184, 0.45);
  border-radius: 10px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.78);
  text-align: left;
  cursor: pointer;
  margin-top: 10px;
}

.color-trigger {
  display: flex;
  align-items: center;
  gap: 10px;
}

.color-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgba(15, 23, 42, 0.2);
}

.picker-menu {
  position: absolute;
  left: 0;
  bottom: calc(100% + 8px);
  width: 100%;
  max-height: 230px;
  overflow: auto;
  background: rgba(241, 245, 249, 0.98);
  border: 1px solid rgba(148, 163, 184, 0.42);
  border-radius: 12px;
  padding: 8px;
  display: none;
  z-index: 20;
}

.picker-menu.open {
  display: block;
}

.picker-option {
  width: 100%;
  text-align: left;
  border: none;
  border-radius: 8px;
  padding: 9px 10px;
  background: transparent;
  cursor: pointer;
}

.picker-option:hover,
.picker-option.active {
  background: rgba(37, 99, 235, 0.14);
}

.picker-colors {
  display: none;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.picker-colors.open {
  display: grid;
}

.color-option {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 9px;
  border: 2px solid rgba(148, 163, 184, 0.5);
  cursor: pointer;
}

.color-option.active {
  border-color: #2563eb;
}

.color-option.pantone {
  background: #ffffff;
  color: #334155;
  font-weight: 800;
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: 700ms ease;
}

.snap-page.play-animations .reveal,
.snap-page.play-animations.reveal {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  html {
    scroll-snap-type: y proximity;
  }

  .homepage {
    scroll-snap-type: y proximity;
  }

  nav {
    padding: 15px 5%;
  }

  nav ul {
    gap: 16px;
  }

  section {
    padding: 98px 5% 64px;
  }

  .homepage .snap-page {
    scroll-snap-stop: normal;
  }

  .hero {
    flex-direction: column;
    min-height: auto;
    text-align: center;
  }

  .scroll-hint {
    left: 5%;
    bottom: 16px;
    font-size: 12px;
  }

  .adaptive-scroll-hint {
    left: 5%;
    bottom: 14px;
  }

  .depth-a {
    width: 300px;
    height: 180px;
    top: 12%;
    right: -60px;
    transform:
      perspective(700px)
      rotateY(-24deg)
      rotateX(8deg)
      translate3d(0, calc(var(--scroll-progress) * 35px), 0);
  }

  .depth-b {
    width: 240px;
    height: 150px;
    top: 24%;
    right: 10px;
    transform:
      perspective(650px)
      rotateY(-18deg)
      rotateX(7deg)
      translate3d(0, calc(var(--scroll-progress) * 22px), 0);
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero .brand-mark {
    letter-spacing: 0.1em;
    white-space: nowrap;
  }

  .story-grid,
  .metrics-strip,
  .cta-details {
    grid-template-columns: 1fr;
  }

  .sub-grid,
  .contact-layout,
  .config-layout {
    grid-template-columns: 1fr;
  }

  .config-grid {
    grid-template-columns: 1fr;
  }

  .config-summary {
    position: static;
  }

  .sub-title {
    font-size: 34px;
  }

  .sub-text {
    font-size: 17px;
  }

  .metrics-strip {
    padding: 20px 5% 80px;
  }

  .cta-section h2 {
    font-size: 30px;
  }

  .timeline::before {
    left: 9px;
  }

  .timeline-item {
    margin-left: 35px;
  }

  .timeline-item::before {
    left: -34px;
  }

  .slogan-band {
    margin: 0 5% 60px;
    padding: 28px 18px;
  }
}

/* Refined homepage: condensed sections, unique backgrounds, varied animation styles */
.homepage-refined {
  background: #0b1220;
  color: #e2e8f0;
  scroll-snap-type: y mandatory;
}

.cursor-ripple-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  overflow: hidden;
}

.cursor-glow {
  position: absolute;
  width: 26px;
  height: 26px;
  margin-left: -13px;
  margin-top: -13px;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 120ms ease, transform 180ms ease;
  background: radial-gradient(circle, rgba(191, 219, 254, 0.28) 0%, rgba(191, 219, 254, 0) 70%);
  box-shadow: 0 0 16px rgba(147, 197, 253, 0.18);
}

.cursor-glow.is-visible {
  opacity: 0.45;
  transform: scale(1);
}

.homepage-refined nav ul li a {
  color: #e2e8f0;
}

.homepage-refined section {
  padding: 104px 8% 72px;
}

.homepage-refined .home-panel {
  min-height: 112vh;
  min-height: 112svh;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.homepage-refined .panel-content {
  position: relative;
  z-index: 2;
}

.homepage-refined .panel-inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

.homepage-refined .lead-copy {
  max-width: 700px;
  color: #dbeafe;
  font-size: 20px;
  line-height: 1.7;
  margin: 16px 0 28px;
}

.homepage-refined .hero-logo {
  font-size: clamp(52px, 9vw, 108px);
  letter-spacing: 0.16em;
  white-space: nowrap;
}

.homepage-refined .panel-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.homepage-refined .panel-hero {
  padding: 0;
  min-height: 100vh;
  background:
    radial-gradient(1100px 620px at 100% 0%, rgba(37, 99, 235, 0.22), transparent 68%),
    radial-gradient(900px 520px at -5% 100%, rgba(71, 85, 105, 0.22), transparent 70%),
    linear-gradient(145deg, #090f1f 0%, #1b2e4a 44%, #334155 100%);
  perspective: 1100px;
}

.homepage-refined .hero-bg {
  z-index: 0;
}

.homepage-refined .hero-outer-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(960px 560px at 85% 10%, rgba(59, 130, 246, 0.2), transparent 70%),
    radial-gradient(860px 500px at 10% 92%, rgba(100, 116, 139, 0.2), transparent 72%),
    linear-gradient(138deg, #0b1329 0%, #1e3a5f 52%, #334155 100%);
  opacity: 0;
  transition: opacity 700ms ease;
}

.homepage-refined .hero-abstract-lines {
  position: absolute;
  inset: -15% -8%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 760' fill='none'%3E%3Cpath d='M-28 206C132 18 388 322 792 -28' stroke='%23bfdbfe' stroke-opacity='.30' stroke-width='.62'/%3E%3Cpath d='M1308 156C1066 26 742 420 -30 512' stroke='%2393c5fd' stroke-opacity='.28' stroke-width='.60'/%3E%3Cpath d='M312 -28C372 178 728 254 1306 206' stroke='%23bfdbfe' stroke-opacity='.24' stroke-width='.58'/%3E%3Cpath d='M-20 742C304 590 702 918 858 -20' stroke='%2393c5fd' stroke-opacity='.23' stroke-width='.58'/%3E%3Cpath d='M1306 682C1002 604 672 488 430 760' stroke='%23bfdbfe' stroke-opacity='.21' stroke-width='.56'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 760' fill='none'%3E%3Cpath d='M-24 102C224 322 442 -92 908 84' stroke='%2393c5fd' stroke-opacity='.22' stroke-width='.54'/%3E%3Cpath d='M1312 420C1030 302 758 82 -22 314' stroke='%23bfdbfe' stroke-opacity='.24' stroke-width='.56'/%3E%3Cpath d='M188 786C404 522 890 652 1240 -18' stroke='%2393c5fd' stroke-opacity='.20' stroke-width='.52'/%3E%3Cpath d='M1286 -14C1006 204 692 388 24 772' stroke='%23bfdbfe' stroke-opacity='.19' stroke-width='.50'/%3E%3C/svg%3E");
  background-repeat: no-repeat, no-repeat;
  background-size: 132% 132%, 124% 124%;
  background-position: 6% 8%, 94% 88%;
  opacity: 0;
  animation: heroLineWarp 14s cubic-bezier(.42,0,.22,1) infinite, heroLineScatter 26s linear infinite;
  transition: opacity 700ms ease;
  filter: saturate(120%) contrast(112%);
  mix-blend-mode: screen;
  z-index: 2;
}

.homepage-refined .hero-zoom-lines-global {
  position: absolute;
  inset: -10% -6%;
  pointer-events: none;
  opacity: 0;
  z-index: 3;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 760' fill='none'%3E%3Cpath d='M-28 206C132 18 388 322 792 -28' stroke='%23bfdbfe' stroke-opacity='.40' stroke-width='.70'/%3E%3Cpath d='M1308 156C1066 26 742 420 -30 512' stroke='%2393c5fd' stroke-opacity='.36' stroke-width='.68'/%3E%3Cpath d='M312 -28C372 178 728 254 1306 206' stroke='%23bfdbfe' stroke-opacity='.33' stroke-width='.66'/%3E%3Cpath d='M-20 742C304 590 702 918 858 -20' stroke='%2393c5fd' stroke-opacity='.30' stroke-width='.64'/%3E%3Cpath d='M1306 682C1002 604 672 488 430 760' stroke='%23bfdbfe' stroke-opacity='.27' stroke-width='.62'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 760' fill='none'%3E%3Cpath d='M-24 102C224 322 442 -92 908 84' stroke='%2393c5fd' stroke-opacity='.30' stroke-width='.60'/%3E%3Cpath d='M1312 420C1030 302 758 82 -22 314' stroke='%23bfdbfe' stroke-opacity='.32' stroke-width='.62'/%3E%3Cpath d='M188 786C404 522 890 652 1240 -18' stroke='%2393c5fd' stroke-opacity='.26' stroke-width='.58'/%3E%3Cpath d='M1286 -14C1006 204 692 388 24 772' stroke='%23bfdbfe' stroke-opacity='.24' stroke-width='.56'/%3E%3C/svg%3E");
  background-repeat: no-repeat, no-repeat;
  background-size: 132% 132%, 124% 124%;
  background-position: 6% 8%, 94% 88%;
  animation: heroLineWarp 17s cubic-bezier(.42,0,.22,1) infinite reverse, heroLineScatter 26s linear infinite;
  transition: opacity 350ms ease;
  filter: saturate(124%) contrast(116%);
  mix-blend-mode: screen;
}

.homepage-refined .hero-ticker {
  position: absolute;
  left: -6%;
  width: 112%;
  display: flex;
  gap: 0;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 700ms ease;
}

.homepage-refined .hero-ticker-top {
  top: 42%;
}

.homepage-refined .hero-ticker-bottom {
  top: 52%;
}

.homepage-refined .hero-ticker-track {
  flex: 0 0 auto;
  padding-right: 2.4rem;
  color: rgba(219, 234, 254, 0.16);
  text-shadow: 0 0 18px rgba(37, 99, 235, 0.18);
  animation: tickerMove 16s linear infinite;
}

.homepage-refined .hero-ticker-top .hero-ticker-track {
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: clamp(36px, 6vw, 92px);
  letter-spacing: 0.22em;
  font-weight: 700;
}

.homepage-refined .hero-ticker-bottom .hero-ticker-track {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(34px, 5.6vw, 86px);
  letter-spacing: 0.2em;
  color: rgba(191, 219, 254, 0.14);
  animation-duration: 22s;
  animation-direction: reverse;
}

.homepage-refined .hero-ticker-track.duplicate {
  margin-left: 0;
}

.homepage-refined .hero-zoom-stage {
  position: absolute;
  inset: 0;
  width: auto;
  min-height: 100vh;
  display: grid;
  place-items: center;
  z-index: 2;
}

.homepage-refined .hero-zoom-frame {
  width: 100vw;
  height: 100vh;
  max-width: none;
  background:
    radial-gradient(900px 480px at 80% 18%, rgba(59, 130, 246, 0.2), transparent 72%),
    linear-gradient(142deg, rgba(11, 19, 41, 0.97) 0%, rgba(30, 58, 95, 0.95) 48%, rgba(51, 65, 85, 0.95) 100%);
  border-radius: 0;
  border: 1px solid rgba(191, 219, 254, 0.12);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.32);
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center center;
  transform: translateY(-72px) scale(1);
  transition: transform 1200ms cubic-bezier(.22,.78,.24,1), border-radius 1200ms cubic-bezier(.22,.78,.24,1);
}

.homepage-refined .hero-content {
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 560px;
  text-align: left;
  padding: 0;
  transition: left 1050ms cubic-bezier(.22,.78,.24,1), transform 1050ms cubic-bezier(.22,.78,.24,1);
}

.homepage-refined .hero-logo-animated {
  transform: translate(0, 0) scale(1);
  opacity: 1;
  transition: transform 1050ms cubic-bezier(.22,.78,.24,1), opacity 700ms ease;
}

.homepage-refined .hero-content .eyebrow,
.homepage-refined .hero-content .lead-copy,
.homepage-refined .hero-content .btn {
  opacity: 1;
  transform: translateY(0);
}

.homepage-refined.hero-zoomed .hero-zoom-frame {
  transform: translateY(-72px) scale(0.44);
  border-radius: 24px;
}

.homepage-refined.hero-zoomed .hero-content {
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  max-width: none;
  text-align: center;
}

.homepage-refined.hero-zoomed .hero-content .eyebrow,
.homepage-refined.hero-zoomed .hero-content .lead-copy,
.homepage-refined.hero-zoomed .hero-content .btn {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.homepage-refined.hero-zoomed .hero-outer-gradient,
.homepage-refined.hero-zoomed .hero-abstract-lines,
.homepage-refined.hero-zoomed .hero-ticker {
  opacity: 1;
}

.homepage-refined.hero-zoomed .hero-abstract-lines {
  opacity: 0.9;
}

.homepage-refined.hero-zoomed .hero-zoom-lines-global {
  opacity: 1;
  filter: saturate(125%) contrast(120%);
}

.homepage-refined .panel-platform {
  display: block;
  opacity: 1;
  transform: none;
}

.homepage-refined .hero-cloud {
  position: absolute;
  border-radius: 22px;
  filter: none;
  background: linear-gradient(135deg, rgba(226, 232, 240, 0.26), rgba(148, 163, 184, 0.14));
  border: 1px solid rgba(191, 219, 254, 0.34);
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.34),
    inset -10px -12px 18px rgba(15, 23, 42, 0.16),
    0 24px 44px rgba(15, 23, 42, 0.42);
  transform-style: preserve-3d;
}

.homepage-refined .hero-cloud::before {
  content: "";
  position: absolute;
  inset: 10% 10% auto 10%;
  height: 34%;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.homepage-refined .cloud-a {
  width: 250px;
  height: 250px;
  top: 10%;
  left: -24%;
  animation: heroCloudPathA 18s ease-in-out infinite;
}

.homepage-refined .cloud-b {
  width: 210px;
  height: 210px;
  top: 58%;
  left: -18%;
  animation: heroCloudPathB 22s ease-in-out infinite;
  animation-delay: -3.4s;
}

.homepage-refined .cloud-c {
  width: 170px;
  height: 170px;
  top: 28%;
  left: -12%;
  animation: heroCloudPathC 20s ease-in-out infinite;
  animation-delay: -7.1s;
}

.homepage-refined .cloud-d {
  width: 140px;
  height: 140px;
  top: 16%;
  left: 108%;
  animation: heroCloudPathD 24s ease-in-out infinite;
  animation-delay: -5.8s;
}

.homepage-refined .cloud-e {
  width: 120px;
  height: 120px;
  top: -18%;
  left: 58%;
  animation: heroCloudPathE 16s ease-in-out infinite;
  animation-delay: -1.9s;
}

.homepage-refined .cloud-f {
  width: 190px;
  height: 190px;
  top: 112%;
  left: 24%;
  animation: heroCloudPathF 21s ease-in-out infinite;
  animation-delay: -9.2s;
}

.homepage-refined .panel-platform {
  background:
    radial-gradient(800px 420px at 10% 20%, rgba(30, 64, 175, 0.22), transparent 68%),
    linear-gradient(150deg, #0f172a 0%, #1e293b 55%, #475569 100%);
}

.homepage-refined .ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(191, 219, 254, 0.35);
}

.homepage-refined .ring-1 {
  width: 420px;
  height: 420px;
  right: -120px;
  top: 16%;
  animation: ringRotate 18s linear infinite;
}

.homepage-refined .ring-2 {
  width: 260px;
  height: 260px;
  right: 100px;
  top: 32%;
  animation: ringRotate 12s linear infinite reverse;
}

.homepage-refined .grid-scan {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, transparent 0, black 20%, black 80%, transparent 100%);
  animation: scanShift 8s linear infinite;
}

.homepage-refined .panel-adaptive {
  background:
    radial-gradient(700px 420px at 85% 80%, rgba(59, 130, 246, 0.2), transparent 66%),
    linear-gradient(140deg, #111827 0%, #1f2937 45%, #334155 100%);
}

.homepage-refined .beam {
  position: absolute;
  width: 120%;
  height: 90px;
  left: -10%;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(96, 165, 250, 0.2), transparent);
  filter: blur(2px);
  animation: beamSweep 7s ease-in-out infinite;
}

.homepage-refined .beam-a { top: 24%; }
.homepage-refined .beam-b { top: 50%; animation-delay: -2.3s; }
.homepage-refined .beam-c { top: 74%; animation-delay: -4.6s; }

.homepage-refined .panel-why {
  background:
    radial-gradient(900px 520px at 0% 85%, rgba(30, 64, 175, 0.2), transparent 66%),
    linear-gradient(130deg, #0f172a 0%, #1e293b 50%, #334155 100%);
}

.homepage-refined .pulse {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(191, 219, 254, 0.22);
}

.homepage-refined .pulse-a {
  width: 280px;
  height: 280px;
  left: 8%;
  top: 26%;
  animation: pulseExpand 4.8s ease-in-out infinite;
}

.homepage-refined .pulse-b {
  width: 170px;
  height: 170px;
  left: 16%;
  top: 38%;
  animation: pulseExpand 4.8s ease-in-out infinite 1.2s;
}

.homepage-refined .spark-layer {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(191, 219, 254, 0.65) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.14;
  animation: sparkleDrift 14s linear infinite;
}

.homepage-refined .panel-close {
  min-height: 112vh;
  min-height: 112svh;
  background:
    radial-gradient(900px 460px at 50% 20%, rgba(59, 130, 246, 0.24), transparent 66%),
    linear-gradient(145deg, #0b1329 0%, #1e293b 50%, #334155 100%);
}

.homepage-refined .close-content {
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 16px;
}

.homepage-refined .halo {
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(191, 219, 254, 0.32);
}

.homepage-refined .halo-a {
  width: 360px;
  height: 360px;
  animation: haloBreath 4.4s ease-in-out infinite;
}

.homepage-refined .halo-b {
  width: 520px;
  height: 520px;
  animation: haloBreath 5.6s ease-in-out infinite;
}

.homepage-refined .compact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 24px;
}

.homepage-refined .compact-card {
  background: rgba(226, 232, 240, 0.14);
  border: 1px solid rgba(191, 219, 254, 0.24);
  border-radius: 14px;
  padding: 22px;
  backdrop-filter: blur(2px);
}

.homepage-refined .compact-card h3 {
  color: #93c5fd;
  font-size: 22px;
  margin-bottom: 8px;
}

.homepage-refined .compact-card p {
  color: #cbd5e1;
  line-height: 1.7;
}

.homepage-refined .adaptive-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.homepage-refined .adaptive-pill {
  background: rgba(15, 23, 42, 0.46);
  border: 1px solid rgba(148, 163, 184, 0.34);
  border-radius: 999px;
  padding: 24px 22px;
}

.homepage-refined .adaptive-pill h3 {
  color: #93c5fd;
  font-size: 20px;
  margin-bottom: 8px;
}

.homepage-refined .adaptive-pill p {
  color: #dbeafe;
  line-height: 1.65;
}

.homepage-refined .slogan-reveal {
  color: #dbeafe;
  font-size: clamp(28px, 4vw, 54px);
  font-weight: 700;
}

.homepage-refined .bottom-cta {
  margin-top: 6px;
}

.homepage-refined .view-fade {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.homepage-refined .view-fade.in-view {
  opacity: 1;
  transform: translateY(0);
}

.homepage-refined footer {
  background: transparent;
}

@keyframes heroCloudPathA {
  0% {
    left: -24%;
    top: 12%;
    transform: rotate(-12deg) rotateX(24deg) scale(0.92);
    opacity: 0.34;
  }
  25% {
    left: 12%;
    top: 8%;
    transform: rotate(-6deg) rotateX(18deg) scale(1);
    opacity: 0.58;
  }
  55% {
    left: 52%;
    top: 20%;
    transform: rotate(4deg) rotateX(22deg) scale(1.08);
    opacity: 0.66;
  }
  85% {
    left: 88%;
    top: 14%;
    transform: rotate(10deg) rotateX(26deg) scale(0.98);
    opacity: 0.42;
  }
  100% {
    left: 120%;
    top: 10%;
    transform: rotate(14deg) rotateX(24deg) scale(0.92);
    opacity: 0.28;
  }
}

@keyframes heroLineFlow {
  from { transform: translateX(0) translateY(0); }
  to { transform: translateX(-120px) translateY(40px); }
}

@keyframes heroLineWarp {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) skewX(0deg) skewY(0deg) scale(1);
    opacity: 0.78;
  }
  25% {
    transform: translate3d(-18px, 14px, 0) rotate(-1.2deg) skewX(1.4deg) skewY(-0.8deg) scale(1.03);
    opacity: 0.9;
  }
  50% {
    transform: translate3d(-36px, -8px, 0) rotate(1.8deg) skewX(-1.6deg) skewY(1deg) scale(1.05);
    opacity: 1;
  }
  75% {
    transform: translate3d(-12px, 20px, 0) rotate(-1deg) skewX(1deg) skewY(1.2deg) scale(1.02);
    opacity: 0.86;
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) skewX(0deg) skewY(0deg) scale(1);
    opacity: 0.78;
  }
}

@keyframes heroLineScatter {
  0% {
    background-position: 6% 8%, 94% 88%;
  }
  50% {
    background-position: -2% 14%, 86% 80%;
  }
  100% {
    background-position: -10% 20%, 78% 72%;
  }
}

@keyframes tickerMove {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes heroMetaIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroCloudPathB {
  0% {
    left: -18%;
    top: 64%;
    transform: rotate(12deg) rotateX(16deg) scale(0.88);
    opacity: 0.28;
  }
  30% {
    left: 22%;
    top: 58%;
    transform: rotate(4deg) rotateX(20deg) scale(1.02);
    opacity: 0.54;
  }
  60% {
    left: 56%;
    top: 68%;
    transform: rotate(-6deg) rotateX(12deg) scale(1.08);
    opacity: 0.62;
  }
  100% {
    left: 118%;
    top: 60%;
    transform: rotate(-14deg) rotateX(18deg) scale(0.9);
    opacity: 0.26;
  }
}

@keyframes heroCloudPathC {
  0% {
    left: -12%;
    top: 32%;
    transform: rotate(-8deg) rotateX(24deg) scale(0.84);
    opacity: 0.25;
  }
  20% {
    left: 14%;
    top: 26%;
    transform: rotate(-2deg) rotateX(18deg) scale(0.96);
    opacity: 0.48;
  }
  50% {
    left: 42%;
    top: 40%;
    transform: rotate(10deg) rotateX(12deg) scale(1.06);
    opacity: 0.62;
  }
  78% {
    left: 74%;
    top: 24%;
    transform: rotate(2deg) rotateX(22deg) scale(0.98);
    opacity: 0.46;
  }
  100% {
    left: 116%;
    top: 34%;
    transform: rotate(-10deg) rotateX(24deg) scale(0.86);
    opacity: 0.22;
  }
}

@keyframes heroCloudPathD {
  0% {
    left: 112%;
    top: 18%;
    transform: rotate(14deg) rotateX(20deg) scale(0.82);
    opacity: 0.22;
  }
  40% {
    left: 68%;
    top: 10%;
    transform: rotate(-8deg) rotateX(12deg) scale(1.04);
    opacity: 0.52;
  }
  100% {
    left: -24%;
    top: 26%;
    transform: rotate(-16deg) rotateX(18deg) scale(0.9);
    opacity: 0.2;
  }
}

@keyframes heroCloudPathE {
  0% {
    left: 62%;
    top: -24%;
    transform: rotate(-10deg) rotateX(14deg) scale(0.88);
    opacity: 0.22;
  }
  45% {
    left: 70%;
    top: 28%;
    transform: rotate(8deg) rotateX(20deg) scale(1);
    opacity: 0.48;
  }
  100% {
    left: 54%;
    top: 112%;
    transform: rotate(12deg) rotateX(18deg) scale(0.9);
    opacity: 0.2;
  }
}

@keyframes heroCloudPathF {
  0% {
    left: 18%;
    top: 112%;
    transform: rotate(6deg) rotateX(26deg) scale(0.9);
    opacity: 0.18;
  }
  35% {
    left: 8%;
    top: 74%;
    transform: rotate(-10deg) rotateX(18deg) scale(1);
    opacity: 0.44;
  }
  70% {
    left: 26%;
    top: 36%;
    transform: rotate(10deg) rotateX(12deg) scale(1.1);
    opacity: 0.6;
  }
  100% {
    left: 20%;
    top: -24%;
    transform: rotate(-14deg) rotateX(22deg) scale(0.92);
    opacity: 0.2;
  }
}

@keyframes ringRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes scanShift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 34px 0, 0 34px; }
}

@keyframes beamSweep {
  0%, 100% { transform: translateX(-6%) scaleX(0.96); opacity: 0.2; }
  50% { transform: translateX(6%) scaleX(1.04); opacity: 0.8; }
}

@keyframes pulseExpand {
  0%, 100% { transform: scale(0.94); opacity: 0.4; }
  50% { transform: scale(1.1); opacity: 0.9; }
}

@keyframes sparkleDrift {
  from { background-position: 0 0; }
  to { background-position: 0 160px; }
}

@keyframes haloBreath {
  0%, 100% { transform: translate(-50%, -50%) scale(0.98); opacity: 0.4; }
  50% { transform: translate(-50%, -50%) scale(1.08); opacity: 0.85; }
}

@media (max-width: 980px) {
  .homepage-refined section {
    padding: 96px 5% 58px;
  }

  .homepage-refined .panel-hero {
    padding: 0;
    min-height: 100vh;
  }

  .homepage-refined .home-panel {
    min-height: 106vh;
    min-height: 106svh;
    padding-bottom: 70px;
    scroll-snap-stop: normal;
  }

  .homepage-refined .hero-logo {
    font-size: clamp(38px, 10vw, 62px);
    letter-spacing: 0.1em;
  }

  .homepage-refined .hero-zoom-stage {
    min-height: 100vh;
  }

  .homepage-refined .hero-zoom-frame {
    height: 100vh;
    transform: translateY(-44px) scale(1);
  }

  .homepage-refined.hero-zoomed .hero-zoom-frame {
    transform: translateY(-44px) scale(0.66);
  }

  .homepage-refined .hero-content {
    left: 5%;
    max-width: 88%;
  }

  .homepage-refined.hero-zoomed .hero-content {
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 78%;
  }

  .homepage-refined .hero-ticker-top {
    top: 46%;
  }

  .homepage-refined .hero-ticker-bottom {
    top: 56%;
  }

  .homepage-refined .lead-copy {
    font-size: 17px;
  }

  .homepage-refined .compact-grid,
  .homepage-refined .adaptive-row {
    grid-template-columns: 1fr;
  }

  .homepage-refined .adaptive-pill {
    border-radius: 16px;
  }

  .homepage-refined .ring-1,
  .homepage-refined .ring-2 {
    right: -180px;
  }

  .cursor-ripple-layer {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cursor-ripple-layer {
    display: none;
  }
}

/* Subpage motion refresh: unique animated atmosphere per page */
.about-page .bg-reactive {
  background:
    radial-gradient(900px 560px at 18% 18%, rgba(59, 130, 246, 0.22), transparent 70%),
    linear-gradient(140deg, #0f172a 0%, #1e3a5f 45%, #334155 100%);
}

.about-page .sub-card {
  animation: aboutCardFloat 7s ease-in-out infinite;
}

.about-page .sub-card:nth-child(2) {
  animation-delay: -2.2s;
}

.about-page .sub-card:nth-child(3) {
  animation-delay: -4.4s;
}

.shop-page .bg-reactive {
  background:
    radial-gradient(980px 580px at 82% 12%, rgba(96, 165, 250, 0.22), transparent 68%),
    linear-gradient(135deg, #0b1329 0%, #1e293b 48%, #334155 100%);
}

.shop-page .bg-reactive::before {
  content: none;
}

.shop-page .pricing-card {
  position: relative;
  overflow: hidden;
  animation: shopCardBob 6.5s ease-in-out infinite;
}

.shop-page .pricing-card:nth-child(2) {
  animation-delay: -2s;
}

.shop-page .pricing-card:nth-child(3) {
  animation-delay: -4s;
}

.shop-page .pricing-card::after {
  content: "";
  position: absolute;
  inset: -70% 40% auto -60%;
  height: 180%;
  background: linear-gradient(90deg, transparent, rgba(191, 219, 254, 0.2), transparent);
  transform: rotate(14deg);
  animation: shopShine 6.8s ease-in-out infinite;
}

.contact-page .bg-reactive {
  background:
    radial-gradient(900px 580px at 10% 90%, rgba(148, 163, 184, 0.24), transparent 70%),
    linear-gradient(145deg, #0b1329 0%, #1f2937 50%, #475569 100%);
}

.contact-page .bg-reactive::before,
.contact-page .bg-reactive::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
}

.contact-page .bg-reactive::before {
  width: 360px;
  height: 120px;
  left: -40px;
  top: 24%;
  background: linear-gradient(90deg, rgba(125, 211, 252, 0.22), rgba(148, 163, 184, 0.08));
  animation: contactRibbonA 10s ease-in-out infinite;
}

.contact-page .bg-reactive::after {
  width: 300px;
  height: 100px;
  right: -30px;
  top: 58%;
  background: linear-gradient(90deg, rgba(148, 163, 184, 0.1), rgba(59, 130, 246, 0.24));
  animation: contactRibbonB 9s ease-in-out infinite;
}

.contact-page .content-panel,
.contact-page .contact-form {
  position: relative;
  overflow: hidden;
}

.contact-page .content-panel::after,
.contact-page .contact-form::after {
  content: "";
  position: absolute;
  inset: auto -30% -60% -30%;
  height: 80%;
  background: radial-gradient(ellipse at center, rgba(59, 130, 246, 0.16), transparent 72%);
  animation: contactGlow 6.4s ease-in-out infinite;
  pointer-events: none;
}

.dashboard-page .bg-reactive {
  background:
    radial-gradient(980px 560px at 80% 82%, rgba(59, 130, 246, 0.22), transparent 72%),
    linear-gradient(140deg, #0a1220 0%, #1e293b 46%, #334155 100%);
}

.dashboard-page .bg-reactive::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0, rgba(147, 197, 253, 0.16) 50%, transparent 100%);
  opacity: 0.18;
  animation: dashboardScan 8s linear infinite;
}

.dashboard-page .metric-card {
  animation: dashboardPulse 5.6s ease-in-out infinite;
}

.dashboard-page .metric-card:nth-child(2) {
  animation-delay: -1.8s;
}

.dashboard-page .metric-card:nth-child(3) {
  animation-delay: -3.6s;
}

.dashboard-page .chart-panel {
  position: relative;
  overflow: hidden;
}

.dashboard-page .chart-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
  animation: dashboardGrid 14s linear infinite;
}

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

@keyframes shopGridShift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 32px 0, 0 32px; }
}

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

@keyframes shopShine {
  0%, 20% { transform: translateX(-160%) rotate(14deg); opacity: 0; }
  35% { opacity: 1; }
  70%, 100% { transform: translateX(220%) rotate(14deg); opacity: 0; }
}

@keyframes contactRibbonA {
  0%, 100% { transform: translateX(0) rotate(-8deg); opacity: 0.5; }
  50% { transform: translateX(52px) rotate(-4deg); opacity: 0.9; }
}

@keyframes contactRibbonB {
  0%, 100% { transform: translateX(0) rotate(10deg); opacity: 0.5; }
  50% { transform: translateX(-44px) rotate(6deg); opacity: 0.9; }
}

@keyframes contactGlow {
  0%, 100% { transform: translateY(0); opacity: 0.35; }
  50% { transform: translateY(-12px); opacity: 0.8; }
}

@keyframes dashboardScan {
  from { transform: translateX(-120%); }
  to { transform: translateX(120%); }
}

@keyframes dashboardPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 16px 28px rgba(15, 23, 42, 0.08); }
  50% { transform: scale(1.02); box-shadow: 0 22px 34px rgba(37, 99, 235, 0.16); }
}

@keyframes dashboardGrid {
  from { background-position: 0 0, 0 0; }
  to { background-position: 28px 0, 0 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .about-page .sub-card,
  .shop-page .pricing-card,
  .shop-page .pricing-card::after,
  .contact-page .bg-reactive::before,
  .contact-page .bg-reactive::after,
  .contact-page .content-panel::after,
  .contact-page .contact-form::after,
  .dashboard-page .metric-card,
  .dashboard-page .chart-panel::before,
  .shop-page .bg-reactive::before,
  .dashboard-page .bg-reactive::before {
    animation: none !important;
  }
}

@media (min-width: 981px) {
  .homepage-refined .home-panel {
    min-height: max(112vh, 920px);
  }

  .homepage-refined .panel-close {
    min-height: max(112vh, 920px);
  }
}

/* Homepage azure: scroll-linked atmosphere and hero parallax polish */
.homepage-azure {
  --home-scroll-accent: rgba(56, 189, 248, 0.28);
  --home-scroll-accent-soft: rgba(15, 23, 42, 0.76);
}

.homepage-azure .az-main {
  position: relative;
  z-index: 0;
  isolation: isolate;
}

.homepage-azure .az-main::before {
  content: "";
  position: fixed;
  inset: -20%;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(900px 620px at 16% 6%, rgba(59, 130, 246, 0.32), transparent 70%),
    radial-gradient(900px 620px at 84% 14%, rgba(34, 197, 235, 0.26), transparent 72%),
    radial-gradient(1200px 780px at 50% 120%, rgba(15, 23, 42, 0.96), transparent 80%);
  opacity: 0.9;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 420ms ease-out,
    filter 420ms ease-out,
    transform 520ms ease-out;
  filter: saturate(1.1);
}

.homepage-azure[data-active-section="az-problem-section"] .az-main::before {
  transform: translate3d(0, -4vh, 0) scale(1.02);
  filter: saturate(1.08) hue-rotate(-6deg);
}

.homepage-azure[data-active-section="az-hardware-section"] .az-main::before {
  transform: translate3d(0, -10vh, 0) scale(1.05);
  filter: saturate(1.12) hue-rotate(4deg);
}

.homepage-azure[data-active-section="az-journey-section"] .az-main::before {
  transform: translate3d(0, -18vh, 0) scale(1.08);
  filter: saturate(1.16) hue-rotate(10deg);
}

.homepage-azure[data-active-section="az-deployment-section"] .az-main::before {
  transform: translate3d(0, -26vh, 0) scale(1.12);
  filter: saturate(1.18) hue-rotate(16deg);
}

.homepage-azure[data-active-section="az-cta-section"] .az-main::before {
  transform: translate3d(0, -32vh, 0) scale(1.16);
  filter: saturate(1.22) hue-rotate(20deg);
  opacity: 1;
}

.homepage-azure .az-hero .az-background {
  transform: translate3d(0, 0, 0);
  will-change: transform, filter;
  transition:
    filter 360ms ease-out,
    transform 360ms ease-out;
}

.homepage-azure .az-hero .az-glow-a,
.homepage-azure .az-hero .az-glow-b {
  position: absolute;
  inset: -24%;
  filter: blur(38px);
  opacity: 0.9;
  pointer-events: none;
  transform-origin: center;
  transform: translate3d(0, 0, 0);
}

.homepage-azure .az-hero .az-glow-a {
  transform: translate3d(0, var(--hero-glow-a-offset, 0px), 0);
}

.homepage-azure .az-hero .az-glow-b {
  transform: translate3d(0, var(--hero-glow-b-offset, 0px), 0);
}

.homepage-azure .az-hero .az-spotlight {
  --hero-spotlight-x: 50%;
  --hero-spotlight-y: 52%;
  position: absolute;
  inset: -10%;
  pointer-events: none;
  background:
    radial-gradient(
      780px 520px at var(--hero-spotlight-x) var(--hero-spotlight-y),
      rgba(251, 191, 36, 0.4),
      transparent 72%
    ),
    radial-gradient(
      980px 640px at calc(var(--hero-spotlight-x) - 12%)
      calc(var(--hero-spotlight-y) + 18%),
      rgba(59, 130, 246, 0.26),
      transparent 76%
    );
  mix-blend-mode: screen;
  opacity: 0.9;
  transition: opacity 340ms ease-out;
}

.homepage-azure.home-intro-pending .az-hero .az-spotlight {
  opacity: 0;
}

.homepage-azure .az-scroll-progress-bar {
  position: fixed;
  inset-inline: 24px;
  top: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(148, 163, 184, 0.2),
    rgba(148, 163, 184, 0.12)
  );
  overflow: hidden;
  z-index: 80;
  pointer-events: none;
}

.homepage-azure .az-scroll-progress-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  width: var(--scroll-pct, 0%);
  max-width: 100%;
  background: linear-gradient(
    90deg,
    rgba(56, 189, 248, 0.8),
    rgba(59, 130, 246, 0.95),
    rgba(147, 197, 253, 0.95)
  );
  box-shadow:
    0 0 12px rgba(56, 189, 248, 0.9),
    0 0 24px rgba(59, 130, 246, 0.9);
}

@media (max-width: 720px) {
  .homepage-azure .az-main::before {
    inset: -30%;
    opacity: 0.96;
  }

  .homepage-azure .az-scroll-progress-bar {
    inset-inline: 18px;
    top: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .homepage-azure .az-main::before {
    transition: none;
    transform: none !important;
  }

  .homepage-azure .az-hero .az-background,
  .homepage-azure .az-hero .az-glow-a,
  .homepage-azure .az-hero .az-glow-b,
  .homepage-azure .az-hero .az-spotlight {
    transition: none;
  }
}

/* Homepage redesign: premium landing experience */
.homepage-jeton {
  background:
    radial-gradient(1200px 760px at -10% 0%, rgba(56, 189, 248, 0.18), transparent 70%),
    radial-gradient(900px 620px at 108% 10%, rgba(99, 102, 241, 0.2), transparent 72%),
    linear-gradient(160deg, #060b16 0%, #0d162a 44%, #131d34 100%);
  color: #e7eefc;
  overflow-x: hidden;
}

.homepage-jeton::before,
.homepage-jeton::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.homepage-jeton::before {
  background-image:
    radial-gradient(circle at 12% 22%, rgba(125, 211, 252, 0.1) 0, transparent 42%),
    radial-gradient(circle at 88% 72%, rgba(129, 140, 248, 0.1) 0, transparent 44%);
}

.homepage-jeton::after {
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.04) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at center, black 28%, transparent 92%);
  opacity: 0.32;
}

.homepage-jeton nav,
.homepage-jeton .jeton-main,
.homepage-jeton .jeton-footer {
  position: relative;
  z-index: 2;
}

.homepage-jeton nav {
  background: rgba(5, 10, 20, 0.64);
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  backdrop-filter: blur(14px);
}

.homepage-jeton .logo {
  color: #e6eeff;
  font-family: "Red Hat Display", Arial, sans-serif;
  letter-spacing: 0.14em;
  font-size: 19px;
}

.homepage-jeton nav ul li a {
  color: rgba(226, 232, 240, 0.9);
}

.homepage-jeton nav ul li a:hover {
  color: #7dd3fc;
}

.homepage-jeton .brand-mark {
  color: #dbeafe;
}

.homepage-jeton section {
  padding: 0;
}

.homepage-jeton.jeton-panel-lock {
  cursor: wait;
}

.jeton-main {
  padding-top: 84px;
}

.jeton-panel {
  position: relative;
  min-height: 88vh;
  min-height: 88svh;
  display: grid;
  align-items: center;
  opacity: 0.56;
  transform: translate3d(0, 56px, 0) scale(0.986);
  filter: blur(7px);
  transition:
    opacity 880ms ease,
    transform 980ms cubic-bezier(.22,.78,.24,1),
    filter 880ms ease;
}

.jeton-panel.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.jeton-panel[data-panel="features"] {
  transform: translate3d(34px, 56px, 0) scale(0.986);
}

.jeton-panel[data-panel="cta"] {
  transform: translate3d(-34px, 56px, 0) scale(0.986);
}

.jeton-panel.is-active[data-panel="features"],
.jeton-panel.is-active[data-panel="cta"] {
  transform: translate3d(0, 0, 0) scale(1);
}

.jeton-shell {
  width: min(1180px, 88vw);
  margin: 0 auto;
}

.jeton-hero {
  --parallax-x: 0px;
  --parallax-y: 0px;
  --scroll-ratio: 0;
  position: relative;
  min-height: calc(100vh - 84px);
  min-height: calc(100svh - 84px);
  display: grid;
  align-items: center;
  padding: 56px 0 72px;
}

.jeton-hero-art {
  position: absolute;
  inset: -12% -8% 0;
  pointer-events: none;
  overflow: hidden;
  transform: translate3d(var(--parallax-x), calc(var(--parallax-y) + (var(--scroll-ratio) * -24px)), 0);
  transition: transform 240ms linear;
}

.jeton-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(14px);
}

.jeton-orb.orb-a {
  width: 440px;
  height: 440px;
  left: -120px;
  top: -80px;
  background: radial-gradient(circle at 35% 35%, rgba(56, 189, 248, 0.42), rgba(56, 189, 248, 0.06));
  animation: jetonOrbA 14s ease-in-out infinite;
}

.jeton-orb.orb-b {
  width: 540px;
  height: 540px;
  right: -180px;
  top: 20%;
  background: radial-gradient(circle at 58% 42%, rgba(129, 140, 248, 0.36), rgba(129, 140, 248, 0.05));
  animation: jetonOrbB 18s ease-in-out infinite;
}

.jeton-orb.orb-c {
  width: 380px;
  height: 380px;
  left: 34%;
  bottom: -180px;
  background: radial-gradient(circle at 52% 48%, rgba(14, 165, 233, 0.3), rgba(14, 165, 233, 0.04));
  animation: jetonOrbC 16s ease-in-out infinite;
}

.jeton-line-field {
  position: absolute;
  inset: -8%;
  mix-blend-mode: screen;
  pointer-events: none;
}

.jeton-line-field.line-a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1700 950' fill='none'%3E%3Cpath d='M-40 230C210 20 420 340 820 -40' stroke='%23bfdbfe' stroke-opacity='.42' stroke-width='1'/%3E%3Cpath d='M1740 180C1420 10 1010 520 -60 620' stroke='%2393c5fd' stroke-opacity='.36' stroke-width='1'/%3E%3Cpath d='M220 980C460 620 990 760 1390 -40' stroke='%23bfdbfe' stroke-opacity='.28' stroke-width='.9'/%3E%3Cpath d='M1700 860C1250 720 920 540 560 980' stroke='%2393c5fd' stroke-opacity='.24' stroke-width='.9'/%3E%3C/svg%3E");
  background-size: 126% 122%;
  background-repeat: no-repeat;
  background-position: 4% 8%;
  opacity: 0.86;
  animation: jetonLineWarpA 22s cubic-bezier(.42,0,.24,1) infinite;
}

.jeton-line-field.line-b {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1700 950' fill='none'%3E%3Cpath d='M-70 120C280 420 520 -120 980 120' stroke='%2393c5fd' stroke-opacity='.28' stroke-width='.85'/%3E%3Cpath d='M1760 480C1380 340 1000 100 -70 340' stroke='%23bfdbfe' stroke-opacity='.32' stroke-width='.9'/%3E%3Cpath d='M1500 -30C1120 250 760 460 40 980' stroke='%2393c5fd' stroke-opacity='.22' stroke-width='.8'/%3E%3Cpath d='M-20 880C390 620 840 1020 1060 -20' stroke='%23bfdbfe' stroke-opacity='.2' stroke-width='.8'/%3E%3C/svg%3E");
  background-size: 122% 128%;
  background-repeat: no-repeat;
  background-position: 88% 84%;
  opacity: 0.66;
  animation: jetonLineWarpB 28s cubic-bezier(.42,0,.24,1) infinite reverse;
}

.jeton-line-field.line-c {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1700 950' fill='none'%3E%3Cpath d='M-40 760C360 520 780 1080 1040 -20' stroke='%23bfdbfe' stroke-opacity='.16' stroke-width='.85'/%3E%3Cpath d='M1740 60C1360 240 940 520 220 980' stroke='%2393c5fd' stroke-opacity='.18' stroke-width='.9'/%3E%3Cpath d='M-20 100C280 380 620 -70 1220 120' stroke='%23bfdbfe' stroke-opacity='.16' stroke-width='.82'/%3E%3C/svg%3E");
  background-size: 134% 132%;
  background-repeat: no-repeat;
  background-position: 38% 44%;
  opacity: 0.52;
  animation: jetonLineWarpC 19s cubic-bezier(.42,0,.24,1) infinite;
}

.jeton-wordmark {
  margin: 0 0 14px;
  display: inline-block;
  padding-right: 0.2em;
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: clamp(48px, 10.6vw, 176px);
  line-height: 0.92;
  letter-spacing: 0.2em;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  color: transparent;
  background: linear-gradient(90deg, rgba(219, 234, 254, 0.98) 0%, rgba(125, 211, 252, 0.98) 42%, rgba(199, 210, 254, 0.98) 72%, rgba(219, 234, 254, 0.98) 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 0.45px rgba(219, 234, 254, 0.35);
  text-shadow: 0 0 12px rgba(125, 211, 252, 0.16);
  animation: jetonWordmarkFlow 13s linear infinite, jetonWordmarkGlow 6.6s ease-in-out infinite;
}

.jeton-kicker {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-weight: 700;
  color: #93c5fd;
}

.jeton-title {
  margin-top: 10px;
  font-family: 'Sora', sans-serif;
  font-size: clamp(42px, 6.2vw, 88px);
  line-height: 1.06;
  font-weight: 800;
  color: #f4f7ff;
  max-width: 14ch;
}

.jeton-sub {
  margin-top: 24px;
  max-width: 720px;
  color: #cbd5e1;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.7;
}

.jeton-actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.jeton-btn-primary,
.jeton-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease, border-color 220ms ease;
}

.jeton-btn-primary {
  color: #041020;
  background: linear-gradient(90deg, #7dd3fc, #a5b4fc);
  box-shadow: 0 14px 30px rgba(56, 189, 248, 0.25);
}

.jeton-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 34px rgba(56, 189, 248, 0.3);
}

.jeton-btn-ghost {
  color: #dbeafe;
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: rgba(15, 23, 42, 0.45);
}

.jeton-btn-ghost:hover {
  transform: translateY(-3px);
  border-color: rgba(125, 211, 252, 0.6);
  background: rgba(30, 41, 59, 0.72);
}

.jeton-stat-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 760px;
}

.jeton-stat {
  padding: 20px;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.78), rgba(30, 41, 59, 0.58));
  border: 1px solid rgba(148, 163, 184, 0.24);
  backdrop-filter: blur(2px);
  animation: jetonCardFloat 8.8s ease-in-out infinite;
}

.jeton-stat:nth-child(2) { animation-delay: -2.1s; }
.jeton-stat:nth-child(3) { animation-delay: -4.2s; }

.jeton-stat-value {
  font-family: 'Sora', sans-serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  color: #dbeafe;
}

.jeton-stat-label {
  margin-top: 8px;
  color: #94a3b8;
  line-height: 1.55;
  font-size: 14px;
}

.jeton-band {
  width: 100%;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(6, 11, 22, 0.58);
  display: flex;
  white-space: nowrap;
  overflow: hidden;
}

.jeton-band-track {
  flex: 0 0 auto;
  padding: 12px 1.8rem;
  color: rgba(147, 197, 253, 0.62);
  font-family: "Red Hat Display", Arial, sans-serif;
  letter-spacing: 0.28em;
  font-size: clamp(11px, 1.5vw, 14px);
  animation: jetonTicker 18s linear infinite;
}

.jeton-band-track.duplicate {
  animation-duration: 18s;
}

.jeton-section {
  padding: 72px 0;
}

.jeton-features .jeton-shell,
.jeton-gallery .jeton-shell,
.jeton-cta .jeton-shell {
  border-radius: 28px;
  padding: 42px 42px;
  background:
    radial-gradient(860px 280px at -12% -10%, rgba(125, 211, 252, 0.1), transparent 62%),
    rgba(9, 15, 30, 0.62);
  border: 1px solid rgba(148, 163, 184, 0.24);
  box-shadow: 0 24px 48px rgba(4, 8, 18, 0.24);
}

.jeton-gallery .jeton-shell {
  background:
    radial-gradient(760px 240px at 108% -10%, rgba(129, 140, 248, 0.14), transparent 64%),
    rgba(9, 15, 30, 0.62);
}

.jeton-section-head h2 {
  margin-top: 12px;
  font-family: 'Sora', sans-serif;
  font-size: clamp(32px, 4.6vw, 56px);
  line-height: 1.12;
  color: #f3f7ff;
  max-width: 16ch;
}

.jeton-feature-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 860px;
}

.jeton-feature-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  padding: 26px;
  background:
    radial-gradient(600px 260px at -10% 0%, rgba(56, 189, 248, 0.12), transparent 60%),
    rgba(15, 23, 42, 0.66);
  border: 1px solid rgba(148, 163, 184, 0.26);
  animation: jetonCardFloat 10.6s ease-in-out infinite;
}

.jeton-feature-card:nth-child(2) { animation-delay: -2.7s; }
.jeton-feature-card:nth-child(3) { animation-delay: -5.4s; }

.jeton-feature-card::after {
  content: "";
  position: absolute;
  inset: -130% auto -130% -70%;
  width: 48%;
  background: linear-gradient(90deg, transparent, rgba(125, 211, 252, 0.22), transparent);
  transform: rotate(18deg);
  animation: jetonCardSheen 8.2s ease-in-out infinite;
  pointer-events: none;
}

.jeton-feature-card:nth-child(2)::after { animation-delay: -2.6s; }
.jeton-feature-card:nth-child(3)::after { animation-delay: -5.2s; }

.jeton-feature-card:hover {
  border-color: rgba(125, 211, 252, 0.52);
  transform: translateY(-4px);
  transition: border-color 220ms ease, transform 220ms ease;
}

.jeton-feature-card h3 {
  color: #dbeafe;
  font-size: 24px;
  margin-bottom: 10px;
}

.jeton-feature-card p {
  color: #9fb0c8;
  line-height: 1.68;
}

.jeton-media-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1.34fr 1fr;
  grid-template-rows: repeat(2, minmax(178px, 220px));
  gap: 16px;
}

.jeton-photo-card {
  position: relative;
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: rgba(15, 23, 42, 0.44);
  box-shadow: 0 18px 36px rgba(2, 6, 16, 0.32);
}

.jeton-photo-a {
  grid-row: 1 / span 2;
}

.jeton-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.04);
  filter: saturate(1.05) contrast(1.05);
  transition: transform 1200ms cubic-bezier(.22,.78,.24,1), filter 600ms ease;
}

.jeton-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 6, 16, 0) 42%, rgba(2, 6, 16, 0.46) 100%);
  pointer-events: none;
}

.jeton-panel.is-active .jeton-photo-card img {
  transform: scale(1.08);
}

.jeton-photo-b img {
  animation: jetonPhotoDriftA 14s ease-in-out infinite;
}

.jeton-photo-c img {
  animation: jetonPhotoDriftB 12s ease-in-out infinite;
}

.jeton-showcase {
  padding-top: 30px;
}

.jeton-showcase-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 480px);
  gap: 28px;
  align-items: center;
}

.jeton-copy h2 {
  margin-top: 12px;
  font-family: 'Sora', sans-serif;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.15;
  color: #f3f7ff;
  max-width: 16ch;
}

.jeton-copy p {
  margin-top: 16px;
  color: #aebed4;
  line-height: 1.72;
  max-width: 58ch;
}

.jeton-list {
  list-style: none;
  margin-top: 20px;
  display: grid;
  gap: 10px;
}

.jeton-list li {
  color: #d3e0f5;
  position: relative;
  padding-left: 18px;
}

.jeton-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.64em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #7dd3fc;
  box-shadow: 0 0 0 4px rgba(125, 211, 252, 0.2);
}

.jeton-device {
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background:
    radial-gradient(680px 320px at 8% 0%, rgba(125, 211, 252, 0.12), transparent 56%),
    linear-gradient(145deg, rgba(15, 23, 42, 0.92), rgba(30, 41, 59, 0.78));
  box-shadow: 0 26px 52px rgba(5, 10, 20, 0.36);
  overflow: hidden;
}

.jeton-device::after {
  content: "";
  position: absolute;
  inset: -20% -60% auto -60%;
  height: 68%;
  background: linear-gradient(90deg, transparent, rgba(147, 197, 253, 0.2), transparent);
  transform: translateX(-36%) rotate(9deg);
  animation: jetonDeviceScan 9.4s ease-in-out infinite;
  pointer-events: none;
}

.jeton-device-top {
  height: 36px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(15, 23, 42, 0.7);
}

.jeton-device-top span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(191, 219, 254, 0.36);
}

.jeton-device-body {
  padding: 22px 18px 20px;
}

.jeton-chart-line {
  height: 132px;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.3), rgba(15, 23, 42, 0.66)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 180' fill='none'%3E%3Cpath d='M0 134C72 136 102 84 158 92C218 100 252 142 312 124C378 104 402 42 466 64C528 86 560 66 600 18' stroke='%237dd3fc' stroke-width='3'/%3E%3C/svg%3E");
  background-size: cover, 100% 100%;
  background-repeat: no-repeat;
  background-position: center, center;
}

.jeton-bars {
  margin-top: 16px;
  height: 116px;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  align-items: end;
}

.jeton-bars span {
  border-radius: 10px 10px 4px 4px;
  height: var(--h);
  background: linear-gradient(180deg, rgba(125, 211, 252, 0.9), rgba(99, 102, 241, 0.72));
  animation: jetonBarLift 4.8s ease-in-out infinite;
}

.jeton-bars span:nth-child(2) { animation-delay: -0.4s; }
.jeton-bars span:nth-child(3) { animation-delay: -0.8s; }
.jeton-bars span:nth-child(4) { animation-delay: -1.2s; }
.jeton-bars span:nth-child(5) { animation-delay: -1.6s; }
.jeton-bars span:nth-child(6) { animation-delay: -2s; }
.jeton-bars span:nth-child(7) { animation-delay: -2.4s; }

.jeton-cta {
  padding-top: 34px;
  padding-bottom: 88px;
}

.jeton-cta-panel {
  border-radius: 24px;
  padding: 44px;
  background:
    radial-gradient(920px 380px at -6% -18%, rgba(56, 189, 248, 0.2), transparent 62%),
    linear-gradient(145deg, rgba(15, 23, 42, 0.9), rgba(30, 41, 59, 0.76));
  background-size: 132% 132%, 100% 100%;
  background-position: 0% 0%, center;
  border: 1px solid rgba(148, 163, 184, 0.28);
  box-shadow: 0 24px 54px rgba(6, 11, 22, 0.42);
  animation: jetonCtaDrift 12s ease-in-out infinite;
}

.jeton-cta-panel h2 {
  margin-top: 12px;
  font-family: 'Sora', sans-serif;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.14;
  color: #f4f7ff;
  max-width: 12ch;
}

.jeton-cta-panel p {
  margin-top: 16px;
  max-width: 64ch;
  color: #adc0d8;
  line-height: 1.72;
}

.jeton-footer {
  text-align: center;
  padding: 30px 20px 46px;
  color: #8ea2bd;
}

.jeton-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 680ms ease, transform 680ms cubic-bezier(.22,.78,.24,1);
}

.jeton-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes jetonOrbA {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(46px, -26px, 0); }
}

@keyframes jetonOrbB {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-56px, 28px, 0); }
}

@keyframes jetonOrbC {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(22px, -44px, 0); }
}

@keyframes jetonWordmarkFlow {
  from { background-position: 0% 50%; }
  to { background-position: 220% 50%; }
}

@keyframes jetonWordmarkGlow {
  0%, 100% { text-shadow: 0 0 10px rgba(125, 211, 252, 0.14); }
  50% { text-shadow: 0 0 16px rgba(165, 180, 252, 0.22); }
}

@keyframes jetonLineWarpA {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) skewX(0deg) scale(1);
    background-position: 4% 8%;
  }
  50% {
    transform: translate3d(-24px, 18px, 0) rotate(1.3deg) skewX(-1.2deg) scale(1.04);
    background-position: -8% 16%;
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) skewX(0deg) scale(1);
    background-position: 4% 8%;
  }
}

@keyframes jetonLineWarpB {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) skewY(0deg) scale(1);
    background-position: 88% 84%;
  }
  50% {
    transform: translate3d(28px, -22px, 0) rotate(-1.6deg) skewY(1.3deg) scale(1.06);
    background-position: 74% 72%;
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) skewY(0deg) scale(1);
    background-position: 88% 84%;
  }
}

@keyframes jetonLineWarpC {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    background-position: 38% 44%;
  }
  50% {
    transform: translate3d(-18px, 20px, 0) rotate(1.1deg) scale(1.05);
    background-position: 26% 52%;
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    background-position: 38% 44%;
  }
}

@keyframes jetonTicker {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

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

@keyframes jetonCardSheen {
  0%, 20% { transform: translateX(-180%) rotate(18deg); opacity: 0; }
  35% { opacity: 1; }
  75%, 100% { transform: translateX(230%) rotate(18deg); opacity: 0; }
}

@keyframes jetonDeviceScan {
  0%, 18% { transform: translateX(-46%) rotate(9deg); opacity: 0; }
  30% { opacity: 1; }
  64%, 100% { transform: translateX(62%) rotate(9deg); opacity: 0; }
}

@keyframes jetonCtaDrift {
  0%, 100% { background-position: 0% 0%, center; }
  50% { background-position: 18% 10%, center; }
}

@keyframes jetonPhotoDriftA {
  0%, 100% { transform: scale(1.06) translate3d(0, 0, 0); }
  50% { transform: scale(1.11) translate3d(-10px, 6px, 0); }
}

@keyframes jetonPhotoDriftB {
  0%, 100% { transform: scale(1.06) translate3d(0, 0, 0); }
  50% { transform: scale(1.11) translate3d(8px, -7px, 0); }
}

@keyframes jetonBarLift {
  0%, 100% { filter: brightness(1); transform: scaleY(1); }
  50% { filter: brightness(1.2); transform: scaleY(1.06); }
}

@media (max-width: 980px) {
  .homepage-jeton nav {
    padding: 14px 5%;
  }

  .jeton-main {
    padding-top: 74px;
  }

  .jeton-shell {
    width: min(1180px, 92vw);
  }

  .jeton-hero {
    min-height: calc(100vh - 74px);
    min-height: calc(100svh - 74px);
    padding: 44px 0 56px;
  }

  .jeton-panel {
    min-height: auto;
    opacity: 1;
    transform: none !important;
    filter: none;
  }

  .jeton-wordmark {
    font-size: clamp(42px, 14vw, 96px);
    letter-spacing: 0.12em;
    margin-bottom: 10px;
  }

  .jeton-hero-art {
    inset: -12% -24% -8%;
  }

  .jeton-actions {
    flex-wrap: wrap;
  }

  .jeton-btn-primary,
  .jeton-btn-ghost {
    width: 100%;
  }

  .jeton-stat-grid,
  .jeton-feature-grid,
  .jeton-showcase-layout {
    grid-template-columns: 1fr;
  }

  .jeton-features .jeton-shell,
  .jeton-gallery .jeton-shell,
  .jeton-cta .jeton-shell {
    border-radius: 20px;
    padding: 26px 22px;
  }

  .jeton-media-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .jeton-photo-a {
    grid-row: auto;
  }

  .jeton-photo-card {
    min-height: 220px;
  }

  .jeton-cta-panel {
    padding: 30px 24px;
  }

  .jeton-band-track {
    letter-spacing: 0.2em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jeton-panel {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  .jeton-orb,
  .jeton-line-field,
  .jeton-band-track,
  .jeton-bars span,
  .jeton-wordmark,
  .jeton-stat,
  .jeton-feature-card,
  .jeton-feature-card::after,
  .jeton-device::after,
  .jeton-cta-panel,
  .jeton-photo-b img,
  .jeton-photo-c img {
    animation: none !important;
  }

  .jeton-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* SaaS production homepage refresh */
.saas-main,
.saas-footer,
.homepage-jeton nav {
  position: relative;
  z-index: 2;
}

.homepage-jeton.saas-panel-lock {
  cursor: wait;
}

.saas-main {
  padding-top: 84px;
}

.saas-container {
  width: min(1180px, 90vw);
  margin: 0 auto;
}

.saas-hero {
  --px: 0px;
  --py: 0px;
  position: relative;
  min-height: calc(100vh - 84px);
  min-height: calc(100svh - 84px);
  display: grid;
  align-items: center;
  padding: 56px 0 74px;
}

.saas-hero-art {
  position: absolute;
  inset: -10% -8% 0;
  pointer-events: none;
  overflow: hidden;
  transform: translate3d(var(--px), var(--py), 0);
  transition: transform 220ms linear;
}

.saas-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(20px);
}

.saas-glow.glow-a {
  width: 420px;
  height: 420px;
  left: -100px;
  top: -90px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.34), rgba(56, 189, 248, 0));
  animation: saasGlowA 14s ease-in-out infinite;
}

.saas-glow.glow-b {
  width: 560px;
  height: 560px;
  right: -160px;
  top: 10%;
  background: radial-gradient(circle, rgba(129, 140, 248, 0.3), rgba(129, 140, 248, 0));
  animation: saasGlowB 18s ease-in-out infinite;
}

.saas-glow.glow-c {
  width: 360px;
  height: 360px;
  left: 42%;
  bottom: -160px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.24), rgba(56, 189, 248, 0));
  animation: saasGlowC 16s ease-in-out infinite;
}

.saas-curve {
  position: absolute;
  inset: -8%;
  mix-blend-mode: screen;
}

.saas-curve.curve-a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1700 900' fill='none'%3E%3Cpath d='M-30 230C220 20 430 360 820 -30' stroke='%23bfdbfe' stroke-opacity='.4' stroke-width='1'/%3E%3Cpath d='M1720 150C1380 30 980 490 -50 590' stroke='%2393c5fd' stroke-opacity='.34' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 128% 124%;
  background-position: 4% 8%;
  animation: saasCurveA 22s cubic-bezier(.42,0,.24,1) infinite;
}

.saas-curve.curve-b {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1700 900' fill='none'%3E%3Cpath d='M-40 760C340 520 760 1020 1030 -20' stroke='%23bfdbfe' stroke-opacity='.2' stroke-width='.85'/%3E%3Cpath d='M1720 50C1360 220 940 520 220 920' stroke='%2393c5fd' stroke-opacity='.22' stroke-width='.9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 132% 128%;
  background-position: 38% 46%;
  animation: saasCurveB 20s cubic-bezier(.42,0,.24,1) infinite reverse;
}

.saas-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 470px);
  gap: 30px;
  align-items: center;
}

.saas-kicker {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-weight: 700;
  color: #93c5fd;
}

.saas-title {
  margin-top: 12px;
  font-family: 'Sora', sans-serif;
  font-size: clamp(42px, 5.8vw, 84px);
  line-height: 1.06;
  color: #f6f8ff;
  max-width: 13ch;
}

.saas-brand-word {
  display: inline-block;
  font-family: "Red Hat Display", Arial, sans-serif;
  letter-spacing: 0.18em;
  color: #e2e8f0;
  text-shadow: 0 0 14px rgba(125, 211, 252, 0.2);
}

.saas-sub {
  margin-top: 20px;
  max-width: 66ch;
  color: #c7d4e9;
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.72;
}

.saas-actions {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.saas-btn-primary,
.saas-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background-color 220ms ease;
}

.saas-btn-primary {
  color: #041020;
  background: linear-gradient(90deg, #7dd3fc, #a5b4fc);
  box-shadow: 0 14px 30px rgba(56, 189, 248, 0.24);
}

.saas-btn-secondary {
  color: #dbeafe;
  border: 1px solid rgba(148, 163, 184, 0.45);
  background: rgba(15, 23, 42, 0.5);
}

.saas-btn-primary:hover,
.saas-btn-secondary:hover {
  transform: translateY(-3px);
}

.saas-kpi-row {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
}

.saas-kpi {
  padding: 16px;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.78), rgba(30, 41, 59, 0.56));
}

.saas-kpi-value {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 2.4vw, 30px);
  color: #dbeafe;
}

.saas-kpi-label {
  margin-top: 7px;
  color: #93a9c7;
  font-size: 13px;
}

.saas-product {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background:
    radial-gradient(720px 320px at 10% 0%, rgba(125, 211, 252, 0.14), transparent 58%),
    linear-gradient(145deg, rgba(15, 23, 42, 0.92), rgba(30, 41, 59, 0.78));
  box-shadow: 0 26px 54px rgba(4, 8, 18, 0.34);
}

.saas-product-top {
  height: 36px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(15, 23, 42, 0.72);
}

.saas-product-top span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(191, 219, 254, 0.4);
}

.saas-product-body {
  padding: 18px;
}

.saas-product-chart {
  height: 154px;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.28), rgba(15, 23, 42, 0.66)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 200' fill='none'%3E%3Cpath d='M0 148C64 162 112 84 166 96C222 110 254 162 316 134C380 106 414 38 476 68C536 96 566 74 600 24' stroke='%237dd3fc' stroke-width='3'/%3E%3C/svg%3E");
  background-size: cover, 100% 100%;
  background-repeat: no-repeat;
  animation: saasChartPulse 7.2s ease-in-out infinite;
}

.saas-product-metrics {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.saas-mini {
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(15, 23, 42, 0.58);
  padding: 10px;
}

.saas-mini p {
  color: #93a9c7;
  font-size: 12px;
}

.saas-mini strong {
  display: block;
  margin-top: 4px;
  color: #e2e8f0;
  font-size: 16px;
}

.saas-strip {
  padding: 16px 0;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(6, 11, 22, 0.58);
}

.saas-strip .saas-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.saas-strip-label {
  color: #96abc8;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.saas-strip-brands {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.saas-strip-brands span {
  color: #d2dff5;
  font-family: "Red Hat Display", Arial, sans-serif;
  letter-spacing: 0.06em;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: rgba(15, 23, 42, 0.42);
}

.saas-section {
  min-height: 88vh;
  min-height: 88svh;
  display: grid;
  align-items: center;
  padding: 70px 0;
  opacity: 0.56;
  transform: translate3d(0, 58px, 0) scale(0.986);
  filter: blur(7px);
  transition: opacity 860ms ease, transform 980ms cubic-bezier(.22,.78,.24,1), filter 860ms ease;
}

.saas-section.is-active,
.saas-hero.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.saas-section .saas-container {
  border-radius: 26px;
  padding: 40px 40px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background:
    radial-gradient(760px 240px at -14% -12%, rgba(125, 211, 252, 0.12), transparent 64%),
    rgba(9, 15, 30, 0.62);
  box-shadow: 0 22px 44px rgba(4, 8, 18, 0.24);
}

.saas-section-head h2 {
  margin-top: 12px;
  font-family: 'Sora', sans-serif;
  font-size: clamp(32px, 4.8vw, 56px);
  line-height: 1.12;
  color: #f3f7ff;
  max-width: 16ch;
}

.saas-bento-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  grid-template-rows: repeat(2, minmax(170px, 220px));
  gap: 14px;
}

.saas-tile {
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.26);
  background: rgba(15, 23, 42, 0.64);
  padding: 20px;
  overflow: hidden;
}

.saas-tile h3 {
  color: #dbeafe;
  font-size: 24px;
  margin-bottom: 8px;
}

.saas-tile p {
  color: #9eb3d1;
  line-height: 1.64;
}

.saas-tile-large {
  grid-row: 1 / span 2;
  padding: 0;
}

.saas-tile-large img,
.saas-tile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.05);
  transition: transform 1100ms cubic-bezier(.22,.78,.24,1);
}

.saas-section.is-active .saas-tile-large img,
.saas-section.is-active .saas-tile-photo img {
  transform: scale(1.09);
}

.saas-tile-copy {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  padding: 14px;
  border-radius: 12px;
  background: rgba(2, 6, 16, 0.62);
  border: 1px solid rgba(148, 163, 184, 0.24);
}

.saas-tile-photo {
  padding: 0;
}

.saas-flow-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.saas-flow-step {
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.26);
  background: rgba(15, 23, 42, 0.64);
  padding: 20px;
}

.saas-step-num {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  font-family: "Red Hat Display", Arial, sans-serif;
  font-weight: 700;
  color: #dbeafe;
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: rgba(30, 41, 59, 0.66);
}

.saas-flow-step h3 {
  margin-top: 12px;
  color: #dbeafe;
  font-size: 24px;
}

.saas-flow-step p {
  margin-top: 8px;
  color: #9eb3d1;
  line-height: 1.66;
}

.saas-cta-panel {
  border-radius: 22px;
  padding: 38px;
  border: 1px solid rgba(148, 163, 184, 0.26);
  background:
    radial-gradient(920px 320px at -6% -20%, rgba(56, 189, 248, 0.18), transparent 62%),
    linear-gradient(145deg, rgba(15, 23, 42, 0.88), rgba(30, 41, 59, 0.74));
  animation: saasCtaShift 11s ease-in-out infinite;
}

.saas-cta-panel h2 {
  margin-top: 12px;
  font-family: 'Sora', sans-serif;
  font-size: clamp(30px, 4.2vw, 50px);
  line-height: 1.14;
  color: #f4f7ff;
  max-width: 14ch;
}

.saas-cta-panel p {
  margin-top: 14px;
  max-width: 60ch;
  color: #adc0d8;
  line-height: 1.72;
}

.saas-footer {
  text-align: center;
  padding: 30px 20px 44px;
  color: #8ea2bd;
}

.saas-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 640ms ease, transform 640ms cubic-bezier(.22,.78,.24,1);
}

.saas-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes saasGlowA {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(42px, -24px, 0); }
}

@keyframes saasGlowB {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-54px, 20px, 0); }
}

@keyframes saasGlowC {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(22px, -34px, 0); }
}

@keyframes saasCurveA {
  0% { transform: translate3d(0, 0, 0) scale(1); background-position: 4% 8%; }
  50% { transform: translate3d(-20px, 16px, 0) scale(1.04); background-position: -8% 16%; }
  100% { transform: translate3d(0, 0, 0) scale(1); background-position: 4% 8%; }
}

@keyframes saasCurveB {
  0% { transform: translate3d(0, 0, 0) scale(1); background-position: 38% 46%; }
  50% { transform: translate3d(-16px, 18px, 0) scale(1.05); background-position: 26% 52%; }
  100% { transform: translate3d(0, 0, 0) scale(1); background-position: 38% 46%; }
}

@keyframes saasChartPulse {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.12); }
}

@keyframes saasCtaShift {
  0%, 100% { background-position: 0% 0%, center; }
  50% { background-position: 14% 8%, center; }
}

@media (max-width: 980px) {
  .saas-main {
    padding-top: 74px;
  }

  .saas-container {
    width: min(1180px, 92vw);
  }

  .saas-hero {
    min-height: calc(100vh - 74px);
    min-height: calc(100svh - 74px);
    padding: 44px 0 56px;
  }

  .saas-hero-layout,
  .saas-kpi-row,
  .saas-bento-grid,
  .saas-flow-grid {
    grid-template-columns: 1fr;
  }

  .saas-strip .saas-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .saas-actions {
    flex-wrap: wrap;
  }

  .saas-btn-primary,
  .saas-btn-secondary {
    width: 100%;
  }

  .saas-section {
    min-height: auto;
    opacity: 1;
    transform: none !important;
    filter: none;
    padding: 56px 0;
  }

  .saas-section .saas-container {
    border-radius: 20px;
    padding: 26px 22px;
  }

  .saas-bento-grid {
    grid-template-rows: none;
  }

  .saas-tile-large {
    grid-row: auto;
    min-height: 260px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .saas-section {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  .saas-glow,
  .saas-curve,
  .saas-product-chart,
  .saas-cta-panel {
    animation: none !important;
  }

  .saas-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Norris-inspired editorial SaaS homepage */
.homepage-norris {
  background:
    radial-gradient(1200px 700px at -6% 0%, rgba(56, 189, 248, 0.15), transparent 70%),
    radial-gradient(900px 600px at 108% 8%, rgba(129, 140, 248, 0.18), transparent 72%),
    linear-gradient(165deg, #050915 0%, #0b1427 44%, #0f1a31 100%);
  color: #e6eefb;
  overflow-x: hidden;
}

.homepage-norris nav,
.homepage-norris .n-main,
.homepage-norris .n-footer {
  position: relative;
  z-index: 2;
}

.homepage-norris.n-panel-lock {
  cursor: wait;
}

.homepage-norris nav {
  background: rgba(4, 8, 18, 0.66);
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  backdrop-filter: blur(14px);
}

.homepage-norris .logo {
  color: #e2e8f0;
  font-family: "Red Hat Display", Arial, sans-serif;
  letter-spacing: 0.14em;
  font-size: 19px;
}

.homepage-norris nav ul li a {
  color: rgba(226, 232, 240, 0.9);
}

.homepage-norris nav ul li a:hover {
  color: #93c5fd;
}

.homepage-norris .brand-mark {
  color: #dbeafe;
}

.homepage-norris section {
  padding: 0;
}

.n-main {
  padding-top: 84px;
}

.n-panel {
  --px: 0px;
  --py: 0px;
  position: relative;
  min-height: calc(100vh - 84px);
  min-height: calc(100svh - 84px);
  display: grid;
  align-items: end;
  overflow: hidden;
  opacity: 0.58;
  transform: translate3d(0, 56px, 0) scale(0.985);
  filter: blur(7px);
  transition: opacity 860ms ease, transform 980ms cubic-bezier(.22,.78,.24,1), filter 860ms ease;
}

.n-panel.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.n-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  transition: transform 1100ms cubic-bezier(.22,.78,.24,1);
}

.n-panel.is-active .n-bg {
  transform: scale(1.1);
}

.n-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 6, 16, 0.16) 0%, rgba(2, 6, 16, 0.74) 76%);
  z-index: 1;
}

.n-hero .n-bg {
  background-image: url("https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?auto=format&fit=crop&w=1900&q=80");
}

.n-platform .n-bg {
  background-image: url("https://images.unsplash.com/photo-1542744173-8e7e53415bb0?auto=format&fit=crop&w=1900&q=80");
}

.n-impact .n-bg {
  background-image: url("https://images.unsplash.com/photo-1556740758-90de374c12ad?auto=format&fit=crop&w=1900&q=80");
}

.n-cta .n-bg {
  background-image: url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=1900&q=80");
}

.n-lines {
  position: absolute;
  inset: -8%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1700 900' fill='none'%3E%3Cpath d='M-20 230C230 10 420 360 820 -30' stroke='%23bfdbfe' stroke-opacity='.42' stroke-width='1'/%3E%3Cpath d='M1720 140C1380 20 980 500 -40 600' stroke='%2393c5fd' stroke-opacity='.34' stroke-width='1'/%3E%3Cpath d='M-40 760C340 520 760 1020 1030 -20' stroke='%23bfdbfe' stroke-opacity='.2' stroke-width='.85'/%3E%3C/svg%3E");
  background-size: 130% 128%;
  background-repeat: no-repeat;
  background-position: 6% 10%;
  mix-blend-mode: screen;
  transform: translate3d(var(--px), var(--py), 0);
  animation: nLineWarp 20s cubic-bezier(.42,0,.24,1) infinite;
  pointer-events: none;
  z-index: 1;
}

.n-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, 90vw);
  margin: 0 auto;
  padding: 0 0 84px;
}

.n-kicker {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-weight: 700;
  color: #93c5fd;
}

.n-logo {
  margin-top: 12px;
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: clamp(52px, 10vw, 180px);
  letter-spacing: 0.2em;
  line-height: 0.9;
  color: rgba(226, 232, 240, 0.95);
  text-shadow: 0 0 24px rgba(125, 211, 252, 0.16);
}

.n-headline {
  margin-top: 14px;
  max-width: 22ch;
  font-family: 'Sora', sans-serif;
  font-size: clamp(28px, 4.2vw, 58px);
  line-height: 1.1;
  color: #f4f7ff;
}

.n-title {
  margin-top: 12px;
  max-width: 16ch;
  font-family: 'Sora', sans-serif;
  font-size: clamp(30px, 4.5vw, 60px);
  line-height: 1.1;
  color: #f4f7ff;
}

.n-copy {
  margin-top: 16px;
  max-width: 58ch;
  color: #c3d1e8;
  line-height: 1.72;
  font-size: 18px;
}

.n-actions {
  margin-top: 26px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.n-btn-primary,
.n-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background-color 220ms ease;
}

.n-btn-primary {
  color: #041020;
  background: linear-gradient(90deg, #7dd3fc, #a5b4fc);
  box-shadow: 0 14px 30px rgba(56, 189, 248, 0.24);
}

.n-btn-ghost {
  color: #dbeafe;
  border: 1px solid rgba(148, 163, 184, 0.46);
  background: rgba(15, 23, 42, 0.5);
}

.n-btn-primary:hover,
.n-btn-ghost:hover {
  transform: translateY(-3px);
}

.n-chip-row {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.n-chip-row span {
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.34);
  background: rgba(15, 23, 42, 0.6);
  padding: 8px 12px;
  color: #dbeafe;
  font-size: 13px;
  letter-spacing: 0.03em;
}

.n-impact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 430px);
  gap: 24px;
  align-items: end;
}

.n-metric-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.n-metric {
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.32);
  background: rgba(2, 6, 16, 0.62);
  padding: 16px;
}

.n-metric-value {
  font-family: 'Sora', sans-serif;
  font-size: clamp(24px, 3vw, 40px);
  color: #e2e8f0;
  font-weight: 700;
}

.n-metric-label {
  margin-top: 6px;
  color: #9db1cf;
}

.n-cta-inner {
  max-width: 720px;
}

.n-footer {
  text-align: center;
  padding: 30px 20px 44px;
  color: #8ea2bd;
}

.n-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 640ms ease, transform 640ms cubic-bezier(.22,.78,.24,1);
}

.n-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes nLineWarp {
  0% { transform: translate3d(var(--px), var(--py), 0) scale(1); background-position: 6% 10%; }
  50% { transform: translate3d(calc(var(--px) - 16px), calc(var(--py) + 14px), 0) scale(1.04); background-position: -8% 16%; }
  100% { transform: translate3d(var(--px), var(--py), 0) scale(1); background-position: 6% 10%; }
}

@media (max-width: 980px) {
  .n-main {
    padding-top: 74px;
  }

  .n-panel {
    min-height: calc(100vh - 74px);
    min-height: calc(100svh - 74px);
    opacity: 1;
    transform: none !important;
    filter: none;
  }

  .n-inner {
    width: min(1180px, 92vw);
    padding-bottom: 52px;
  }

  .n-logo {
    font-size: clamp(42px, 14vw, 110px);
    letter-spacing: 0.12em;
  }

  .n-headline,
  .n-title {
    max-width: none;
  }

  .n-actions {
    flex-wrap: wrap;
  }

  .n-btn-primary,
  .n-btn-ghost {
    width: 100%;
  }

  .n-impact-layout {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .n-panel {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  .n-lines {
    animation: none !important;
  }

  .n-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Homepage: blue Jeton-like hero with animated disc orbit */
.homepage-azure {
  --mx: 0px;
  --my: 0px;
  min-height: 100vh;
  padding-bottom: 98px;
  color: #f8fbff;
  background:
    radial-gradient(1100px 740px at 110% 4%, rgba(220, 240, 255, 0.58), transparent 70%),
    radial-gradient(760px 540px at -8% 90%, rgba(183, 220, 255, 0.48), transparent 72%),
    linear-gradient(130deg, #d7edff 0%, #8ec5ff 46%, #4f97f8 72%, #2d76ea 100%);
  background-size: 112% 112%, 108% 108%, 100% 100%;
  background-position: 100% 0%, 0% 100%, 50% 50%;
  animation: azGradientShift 62s ease-in-out infinite alternate;
  overflow: hidden;
  scroll-snap-type: none;
}

.homepage-azure.intro-unlocked {
  overflow-x: hidden;
  overflow-y: auto;
}

.homepage-azure * {
  font-family: "Red Hat Mono", "Courier New", monospace;
}

.homepage-azure nav.az-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 24px 3.6vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  z-index: 40;
  background: linear-gradient(to bottom, rgba(25, 86, 183, 0.2), rgba(25, 86, 183, 0));
  border-bottom: 0;
}

.homepage-azure .logo {
  color: #f8fbff;
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: clamp(23px, 1.65vw, 34px);
  letter-spacing: 0.15em;
  font-weight: 700;
}

.homepage-azure .az-nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.homepage-azure .az-nav-links a,
.homepage-azure .az-login {
  color: rgba(247, 252, 255, 0.96);
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.01em;
  border: 1px solid rgba(247, 252, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 11px 18px;
  transition: transform 260ms ease, background 260ms ease, border-color 260ms ease;
  backdrop-filter: blur(6px);
}

.homepage-azure .az-nav-links a:hover,
.homepage-azure .az-login:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.38);
}

.homepage-azure .az-nav-auth {
  display: flex;
  align-items: center;
  gap: 10px;
}

.homepage-azure .az-signup {
  color: #2a73e6;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  border-radius: 14px;
  padding: 11px 20px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.24);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.homepage-azure .az-signup:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(37, 99, 235, 0.32);
}

.homepage-azure .az-main {
  min-height: 100vh;
  position: relative;
}

.homepage-azure .az-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  padding: max(54px, 7vh) 3.6vw 110px 0.9vw;
  overflow: hidden;
}

.homepage-azure .az-background {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.homepage-azure .az-background::before,
.homepage-azure .az-background::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.homepage-azure .az-background::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='0.18'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
  opacity: 0.09;
  background-size: 180px 180px;
}

.homepage-azure .az-background::after {
  background: radial-gradient(circle at center, transparent 36%, rgba(8, 34, 84, 0.26) 100%);
  opacity: 0.65;
}

.homepage-azure .az-spotlight {
  position: absolute;
  width: min(760px, 62vw);
  height: min(760px, 62vw);
  left: -10%;
  top: 22%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 251, 255, 0.34) 0%, rgba(242, 251, 255, 0.08) 42%, rgba(242, 251, 255, 0) 72%);
  filter: none;
}

.homepage-azure .az-glow {
  position: absolute;
  border-radius: 50%;
  filter: none;
  opacity: 0;
}

.homepage-azure .az-glow-a {
  width: 620px;
  height: 620px;
  right: -130px;
  top: -220px;
  background: rgba(217, 238, 255, 0.58);
}

.homepage-azure .az-glow-b {
  width: 540px;
  height: 540px;
  left: 34%;
  top: 44%;
  background: rgba(83, 147, 241, 0.3);
}

.homepage-azure .az-disc-orbit {
  position: absolute;
  right: -2%;
  top: 50%;
  width: min(980px, 72vw);
  height: min(980px, 80vh);
  transform: translate3d(calc(var(--mx) * 0.4), calc(-50% + (var(--my) * 0.35)), 0);
  transform-style: preserve-3d;
}

.homepage-azure .az-disc-ring {
  position: relative;
  width: 100%;
  height: 100%;
  animation: azDiscOrbitSpin 28s linear infinite;
  filter: drop-shadow(0 46px 80px rgba(12, 49, 120, 0.25));
}

.homepage-azure .az-disc {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(210px, 20vw, 360px);
  height: clamp(64px, 5.8vw, 108px);
  border-radius: 50%;
  border: 1px solid rgba(247, 252, 255, 0.54);
  background:
    radial-gradient(150% 120% at 26% 22%, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0.08) 48%, rgba(41, 112, 222, 0.78) 100%);
  box-shadow:
    inset 0 3px 4px rgba(255, 255, 255, 0.42),
    inset 0 -10px 14px rgba(33, 78, 156, 0.35),
    0 16px 26px rgba(19, 62, 142, 0.22);
  transform: translate(-50%, -50%) translate(var(--x), var(--y)) rotate(var(--r)) scale(var(--s));
  animation: azDiscBob 8s ease-in-out infinite var(--d);
}

.homepage-azure .az-disc::before {
  content: "";
  position: absolute;
  inset: 9% 10% auto 10%;
  height: 34%;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.homepage-azure .disc-1 { --x: 210px; --y: 0px; --r: -8deg; --s: 1.02; --d: -0.6s; }
.homepage-azure .disc-2 { --x: 182px; --y: 145px; --r: -3deg; --s: 0.98; --d: -1.1s; }
.homepage-azure .disc-3 { --x: 105px; --y: 252px; --r: 2deg; --s: 1; --d: -1.8s; }
.homepage-azure .disc-4 { --x: 0px; --y: 290px; --r: 5deg; --s: 1.03; --d: -2.4s; }
.homepage-azure .disc-5 { --x: -105px; --y: 252px; --r: 9deg; --s: 0.99; --d: -3s; }
.homepage-azure .disc-6 { --x: -182px; --y: 145px; --r: 12deg; --s: 1.01; --d: -3.6s; }
.homepage-azure .disc-7 { --x: -210px; --y: 0px; --r: 8deg; --s: 1.02; --d: -4.1s; }
.homepage-azure .disc-8 { --x: -182px; --y: -145px; --r: 3deg; --s: 0.98; --d: -4.7s; }
.homepage-azure .disc-9 { --x: -105px; --y: -252px; --r: -2deg; --s: 1; --d: -5.3s; }
.homepage-azure .disc-10 { --x: 0px; --y: -290px; --r: -6deg; --s: 1.03; --d: -5.9s; }
.homepage-azure .disc-11 { --x: 105px; --y: -252px; --r: -9deg; --s: 0.99; --d: -6.3s; }
.homepage-azure .disc-12 { --x: 182px; --y: -145px; --r: -12deg; --s: 1.01; --d: -6.9s; }

.homepage-azure .az-hero-grid {
  position: relative;
  z-index: 5;
  width: 100%;
  margin: 0;
  min-height: calc(100vh - 220px);
  display: grid;
  grid-template-columns: minmax(0, 640px) minmax(0, 1fr);
  align-items: center;
}

.homepage-azure .az-copy {
  padding-bottom: 0;
  margin-left: 0.7vw;
  transform: translateY(-2.4vh);
  position: relative;
}

.homepage-azure .az-copy::before {
  content: "";
  position: absolute;
  left: -14%;
  top: -18%;
  width: min(640px, 54vw);
  height: min(440px, 46vh);
  background: radial-gradient(circle, rgba(242, 250, 255, 0.3) 0%, rgba(242, 250, 255, 0.06) 50%, rgba(242, 250, 255, 0) 76%);
  filter: none;
  z-index: -1;
}

.homepage-azure .az-eyebrow {
  color: rgba(248, 251, 255, 0.9);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.homepage-azure .az-copy h1 {
  font-family: "Red Hat Display", Arial, sans-serif;
  color: #f9fcff;
  font-size: clamp(64px, 8.3vw, 164px);
  line-height: 0.92;
  letter-spacing: -0.03em;
  opacity: 0;
  transform: translateY(20px);
  animation: azHeroReveal 760ms cubic-bezier(.22,.78,.24,1) 20ms forwards;
}

.homepage-azure .az-subcopy {
  margin-top: 26px;
  max-width: 560px;
  color: rgba(241, 249, 255, 0.95);
  font-size: clamp(19px, 1.6vw, 28px);
  line-height: 1.45;
  opacity: 0;
  transform: translateY(16px);
  animation: azHeroReveal 760ms cubic-bezier(.22,.78,.24,1) 120ms forwards;
}

.homepage-azure .az-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  position: relative;
  opacity: 0;
  transform: translateY(14px);
  animation: azHeroReveal 760ms cubic-bezier(.22,.78,.24,1) 220ms forwards;
}

.homepage-azure .az-actions::before {
  content: "";
  position: absolute;
  inset: -10px -6px;
  border-radius: 999px;
  background: radial-gradient(ellipse at left center, rgba(242, 251, 255, 0.34), rgba(242, 251, 255, 0));
  filter: none;
  opacity: 0.5;
  pointer-events: none;
  z-index: -1;
}

.homepage-azure .az-btn {
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.01em;
  border-radius: 999px;
  padding: 14px 24px;
  transition: transform 280ms ease, box-shadow 280ms ease, background 280ms ease, color 280ms ease;
}

.homepage-azure .az-btn-primary {
  color: #2a73e6;
  background: #f8fbff;
  box-shadow: 0 16px 34px rgba(26, 79, 173, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.32), 0 0 22px rgba(248, 251, 255, 0.24);
}

.homepage-azure .az-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 38px rgba(26, 79, 173, 0.36);
}

.homepage-azure .az-btn-ghost {
  color: #f8fbff;
  border: 1px solid rgba(248, 251, 255, 0.44);
  background: rgba(255, 255, 255, 0.14);
}

.homepage-azure .az-btn-ghost:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.2);
}

.homepage-azure .az-side-note {
  align-self: end;
  justify-self: end;
  padding-bottom: 64px;
  opacity: 0;
  transform: translateY(20px);
  animation: azHeroReveal 760ms cubic-bezier(.22,.78,.24,1) 360ms forwards;
}

.homepage-azure .az-side-note p {
  color: rgba(248, 251, 255, 0.9);
  font-size: clamp(24px, 2.15vw, 42px);
  font-weight: 700;
  line-height: 1.15;
  max-width: 420px;
  text-align: left;
  text-shadow: 0 10px 28px rgba(20, 65, 142, 0.2);
}

.homepage-azure .az-bottom-dock,
.subpage-azure .az-bottom-dock {
  position: fixed;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border-radius: 999px;
  border: 1px solid rgba(248, 251, 255, 0.42);
  background: rgba(41, 102, 205, 0.3);
  backdrop-filter: none;
  z-index: 60;
}

.homepage-azure .az-bottom-dock a,
.subpage-azure .az-bottom-dock a {
  color: rgba(248, 251, 255, 0.96);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 999px;
  transition: background 240ms ease, color 240ms ease, transform 240ms ease, box-shadow 240ms ease;
}

.homepage-azure .az-bottom-dock a:hover,
.subpage-azure .az-bottom-dock a:hover {
  background: rgba(248, 251, 255, 0.18);
  transform: translateY(-1px);
}

.homepage-azure .az-bottom-dock .az-home-link,
.subpage-azure .az-bottom-dock .az-home-link {
  background: #ffffff;
  color: #2a73e6;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(16, 58, 133, 0.24);
}

.homepage-azure .az-bottom-dock .az-home-link:hover,
.subpage-azure .az-bottom-dock .az-home-link:hover {
  background: #ffffff;
  color: #2a73e6;
}

@keyframes azDiscOrbitSpin {
  from { transform: rotate(-10deg); }
  to { transform: rotate(350deg); }
}

@keyframes azDiscBob {
  0%, 100% { margin-top: -5px; }
  50% { margin-top: 8px; }
}

@keyframes azGlowFloatA {
  0%, 100% { transform: translate3d(-8px, 0, 0); opacity: 0.8; }
  35% { transform: translate3d(22px, 18px, 0); opacity: 0.96; }
  70% { transform: translate3d(-20px, 10px, 0); opacity: 0.88; }
}

@keyframes azGlowFloatB {
  0%, 100% { transform: translate3d(0, 0, 0); opacity: 0.72; }
  45% { transform: translate3d(-26px, -14px, 0); opacity: 0.92; }
  75% { transform: translate3d(30px, -6px, 0); opacity: 1; }
}

@keyframes azGradientShift {
  0% {
    background-position: 100% 0%, 0% 100%, 50% 50%;
  }
  100% {
    background-position: 94% 6%, 8% 94%, 52% 48%;
  }
}

@keyframes azSpotlightShift {
  0%, 100% { transform: translate3d(0, 0, 0); opacity: 0.8; }
  40% { transform: translate3d(36px, -12px, 0); opacity: 0.96; }
  75% { transform: translate3d(-22px, -8px, 0); opacity: 1; }
}

@keyframes azHeroReveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1240px) {
  .homepage-azure .az-disc-orbit {
    width: min(860px, 78vw);
    right: -14%;
  }

  .homepage-azure .az-hero-grid {
    grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
  }

  .homepage-azure .az-side-note p {
    font-size: clamp(20px, 1.85vw, 32px);
  }
}

@media (max-width: 980px) {
  .homepage-azure .az-main {
    min-height: 100vh;
  }

  .homepage-azure nav.az-nav {
    padding: 16px 5%;
  }

  .homepage-azure .az-nav-links {
    display: none;
  }

  .homepage-azure .az-login,
  .homepage-azure .az-signup {
    padding: 9px 14px;
    font-size: 13px;
  }

  .homepage-azure .az-hero {
    padding: 98px 5% 96px;
  }

  .homepage-azure .az-hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: start;
  }

  .homepage-azure .az-copy {
    padding-bottom: 0;
    z-index: 5;
    margin-left: 0;
    transform: none;
  }

  .homepage-azure .az-spotlight {
    left: -26%;
    top: 28%;
    width: min(620px, 90vw);
    height: min(620px, 90vw);
  }

  .homepage-azure .az-copy h1 {
    font-size: clamp(52px, 14vw, 96px);
  }

  .homepage-azure .az-subcopy {
    font-size: 18px;
    max-width: 92%;
  }

  .homepage-azure .az-side-note {
    justify-self: start;
    align-self: start;
    padding-bottom: 0;
  }

  .homepage-azure .az-side-note p {
    font-size: clamp(18px, 4.8vw, 28px);
    max-width: 320px;
  }

  .homepage-azure .az-disc-orbit {
    right: -34%;
    top: 56%;
    width: min(700px, 96vw);
    height: min(700px, 72vh);
    opacity: 0.86;
  }

  .homepage-azure .az-disc {
    width: clamp(152px, 32vw, 250px);
    height: clamp(46px, 9vw, 72px);
  }

  .homepage-azure .disc-1 { --x: 150px; --y: 0px; }
  .homepage-azure .disc-2 { --x: 130px; --y: 102px; }
  .homepage-azure .disc-3 { --x: 76px; --y: 176px; }
  .homepage-azure .disc-4 { --x: 0px; --y: 203px; }
  .homepage-azure .disc-5 { --x: -76px; --y: 176px; }
  .homepage-azure .disc-6 { --x: -130px; --y: 102px; }
  .homepage-azure .disc-7 { --x: -150px; --y: 0px; }
  .homepage-azure .disc-8 { --x: -130px; --y: -102px; }
  .homepage-azure .disc-9 { --x: -76px; --y: -176px; }
  .homepage-azure .disc-10 { --x: 0px; --y: -203px; }
  .homepage-azure .disc-11 { --x: 76px; --y: -176px; }
  .homepage-azure .disc-12 { --x: 130px; --y: -102px; }

  .homepage-azure .az-bottom-dock,
  .subpage-azure .az-bottom-dock {
    left: 5%;
    right: 5%;
    transform: none;
    justify-content: space-between;
    bottom: 18px;
  }

  .homepage-azure .az-bottom-dock a,
  .subpage-azure .az-bottom-dock a {
    font-size: 12px;
    padding: 10px 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .homepage-azure {
    animation: none !important;
  }

  .homepage-azure .az-disc-ring,
  .homepage-azure .az-disc,
  .homepage-azure .az-glow-a,
  .homepage-azure .az-glow-b,
  .homepage-azure .az-background::before,
  .homepage-azure .az-spotlight,
  .homepage-azure .az-copy,
  .homepage-azure .az-copy h1,
  .homepage-azure .az-subcopy,
  .homepage-azure .az-actions,
  .homepage-azure .az-actions::before,
  .homepage-azure .az-side-note,
  .homepage-azure .az-side-note p {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

  .homepage-azure .az-copy h1,
  .homepage-azure .az-subcopy,
  .homepage-azure .az-actions,
  .homepage-azure .az-side-note,
  .homepage-azure .az-side-note p {
    opacity: 1 !important;
  }

}

/* Subpages: aligned with homepage azure style */
.subpage-azure {
  min-height: 100vh;
  padding-bottom: 98px;
  color: #eaf3ff;
  background:
    radial-gradient(1000px 680px at 108% 0%, rgba(214, 236, 255, 0.52), transparent 72%),
    radial-gradient(760px 520px at -8% 90%, rgba(161, 210, 255, 0.44), transparent 72%),
    linear-gradient(132deg, #d3eafe 0%, #89c2fb 42%, #488fe9 70%, #2b6fdc 100%);
  background-attachment: fixed;
  scroll-snap-type: none;
}

.subpage-azure::before,
.subpage-azure::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.subpage-azure::before {
  background:
    radial-gradient(circle at 18% 22%, rgba(247, 252, 255, 0.16) 0, transparent 38%),
    radial-gradient(circle at 86% 74%, rgba(247, 252, 255, 0.12) 0, transparent 42%);
}

.subpage-azure::after {
  background-image:
    linear-gradient(rgba(247, 252, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 252, 255, 0.06) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: radial-gradient(circle at center, black 26%, transparent 88%);
  opacity: 0.34;
}

.subpage-azure nav,
.subpage-azure main,
.subpage-azure section,
.subpage-azure footer {
  position: relative;
  z-index: 2;
}

.subpage-azure * {
  font-family: "Red Hat Mono", "Courier New", monospace;
}

.subpage-azure nav.az-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 18px 3.6vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  z-index: 40;
  background: linear-gradient(to bottom, rgba(23, 77, 165, 0.3), rgba(23, 77, 165, 0));
  border: 0;
}

.subpage-azure .logo {
  margin: 0;
  line-height: 1;
}

.subpage-azure .logo a {
  color: #f8fbff;
  text-decoration: none;
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: clamp(20px, 1.35vw, 26px);
  letter-spacing: 0.14em;
  font-weight: 700;
}

.subpage-azure .az-nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.subpage-azure .az-nav-links a,
.subpage-azure .az-login {
  color: rgba(247, 252, 255, 0.96);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid rgba(247, 252, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 10px 16px;
  transition: transform 220ms ease, background 220ms ease;
  backdrop-filter: none;
}

.subpage-azure .az-nav-links a:hover,
.subpage-azure .az-login:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.2);
}

.subpage-azure .az-nav-auth {
  display: flex;
  align-items: center;
  gap: 10px;
}

.subpage-azure .az-signup {
  color: #2a73e6;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  border-radius: 12px;
  padding: 10px 18px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(31, 88, 184, 0.24);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.subpage-azure .az-signup:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(31, 88, 184, 0.3);
}

.subpage-azure section {
  padding: 20px 4.6vw;
}

.subpage-azure .subpage-hero {
  width: min(1180px, 100%);
  margin: 0 auto;
  min-height: 42vh;
  padding-top: 48px;
  display: grid;
  align-content: end;
  gap: 14px;
  text-align: left;
}

.subpage-azure .eyebrow {
  color: rgba(238, 247, 255, 0.92);
}

.subpage-azure .sub-title {
  color: #f8fbff;
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: clamp(40px, 5.1vw, 80px);
  letter-spacing: -0.02em;
  line-height: 1.03;
}

.subpage-azure .sub-text {
  margin: 0;
  max-width: 840px;
  color: rgba(234, 243, 255, 0.95);
  font-size: clamp(17px, 1.24vw, 22px);
  line-height: 1.6;
}

.subpage-azure .sub-grid,
.subpage-azure .contact-layout,
.subpage-azure .config-layout {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.subpage-azure .sub-card,
.subpage-azure .content-panel,
.subpage-azure .contact-form {
  background: rgba(8, 34, 84, 0.34);
  border: 1px solid rgba(223, 239, 255, 0.28);
  box-shadow: 0 20px 40px rgba(17, 54, 120, 0.22);
  backdrop-filter: none;
}

.subpage-azure .sub-card h3,
.subpage-azure .panel-title,
.subpage-azure .pricing-card .price,
.subpage-azure .big-metric {
  color: #f8fbff;
}

.subpage-azure .sub-card p,
.subpage-azure .content-panel p,
.subpage-azure .price-label,
.subpage-azure .price-footnote {
  color: rgba(224, 239, 255, 0.92);
}

.subpage-azure .pricing-card .pill {
  background: rgba(255, 255, 255, 0.16);
  color: #f8fbff;
}

.subpage-azure .pricing-card.featured {
  border-color: rgba(248, 251, 255, 0.52);
  box-shadow: 0 22px 42px rgba(17, 54, 120, 0.28);
}

.subpage-azure .btn.btn-primary {
  background: #f8fbff;
  color: #2a73e6;
  box-shadow: 0 14px 26px rgba(31, 88, 184, 0.26);
}

.subpage-azure .btn.btn-primary:hover {
  transform: translateY(-2px);
}

.subpage-azure .field,
.subpage-azure .config-grid select,
.subpage-azure .picker-trigger,
.subpage-azure .picker-menu {
  background: rgba(236, 246, 255, 0.92);
  color: #0f264f;
  border-color: rgba(180, 213, 248, 0.72);
}

.subpage-azure .config-item {
  background: rgba(11, 47, 110, 0.24);
  border-color: rgba(223, 239, 255, 0.26);
}

.subpage-azure .config-grid label,
.subpage-azure .field-head label {
  color: #f3f9ff;
}

.subpage-azure .field-help {
  color: rgba(230, 243, 255, 0.9);
}

.subpage-azure .info-toggle {
  background: rgba(248, 251, 255, 0.14);
  color: #f8fbff;
}

.subpage-azure .info-toggle.open {
  background: rgba(248, 251, 255, 0.24);
}

.subpage-azure .tip-block-preview {
  box-shadow: 0 18px 34px rgba(9, 35, 85, 0.34);
}

.subpage-azure .chart-panel canvas {
  border-radius: 14px;
}

.subpage-azure footer {
  text-align: center;
  padding: 36px 20px 44px;
  color: rgba(234, 243, 255, 0.94);
}

@media (max-width: 980px) {
  .subpage-azure nav.az-nav {
    padding: 14px 5%;
  }

  .subpage-azure .az-nav-links {
    display: none;
  }

  .subpage-azure .az-login,
  .subpage-azure .az-signup {
    font-size: 12px;
    padding: 9px 12px;
  }

  .subpage-azure section {
    padding: 18px 5%;
  }

  .subpage-azure .subpage-hero {
    min-height: 34vh;
    padding-top: 36px;
    text-align: left;
  }

  .subpage-azure .sub-title {
    font-size: clamp(34px, 10vw, 54px);
  }

  .subpage-azure .sub-text {
    font-size: 16px;
  }
}

/* Luxury hospitality palette overrides */
.homepage-azure {
  color: #f5efe4;
  background:
    radial-gradient(1100px 740px at 108% 2%, rgba(203, 171, 127, 0.34), transparent 70%),
    radial-gradient(820px 560px at -8% 96%, rgba(141, 112, 78, 0.26), transparent 72%),
    linear-gradient(132deg, #0b1422 0%, #102035 40%, #1b2b3f 70%, #3a312a 100%);
}

.homepage-azure .az-background::after {
  background: radial-gradient(circle at center, transparent 34%, rgba(5, 10, 18, 0.48) 100%);
}

.homepage-azure .az-spotlight {
  background: radial-gradient(circle, rgba(245, 239, 228, 0.28) 0%, rgba(199, 170, 130, 0.12) 42%, rgba(245, 239, 228, 0) 74%);
}

.homepage-azure .az-glow-a {
  background: rgba(199, 170, 130, 0.28);
}

.homepage-azure .az-glow-b {
  background: rgba(119, 143, 173, 0.2);
}

.homepage-azure .az-copy::before {
  background: radial-gradient(circle, rgba(245, 239, 228, 0.24) 0%, rgba(199, 170, 130, 0.09) 50%, rgba(245, 239, 228, 0) 76%);
}

.homepage-azure .az-eyebrow {
  color: rgba(219, 195, 160, 0.96);
}

.homepage-azure .az-copy h1 {
  color: #f8f1e6;
}

.homepage-azure .az-subcopy,
.homepage-azure .az-side-note p {
  color: rgba(233, 222, 205, 0.94);
  text-shadow: 0 12px 28px rgba(3, 7, 13, 0.36);
}

.homepage-azure .az-actions::before {
  background: radial-gradient(ellipse at left center, rgba(199, 170, 130, 0.32), rgba(245, 239, 228, 0));
}

.homepage-azure .az-btn-primary {
  color: #19283c;
  background: linear-gradient(145deg, #f8f1e6 0%, #e5d1b4 100%);
  box-shadow: 0 16px 34px rgba(7, 14, 24, 0.42), 0 0 0 1px rgba(245, 239, 228, 0.45), 0 0 20px rgba(199, 170, 130, 0.22);
}

.homepage-azure .az-btn-primary:hover {
  box-shadow: 0 22px 38px rgba(7, 14, 24, 0.52), 0 0 22px rgba(199, 170, 130, 0.3);
}

.homepage-azure .az-btn-ghost {
  color: #f5efe4;
  border: 1px solid rgba(219, 195, 160, 0.46);
  background: rgba(245, 239, 228, 0.1);
}

.homepage-azure .az-btn-ghost:hover {
  background: rgba(219, 195, 160, 0.2);
}

.homepage-azure .az-bottom-dock,
.subpage-azure .az-bottom-dock {
  border: 1px solid rgba(219, 195, 160, 0.48);
  background: rgba(8, 16, 28, 0.62);
  box-shadow: 0 16px 34px rgba(4, 8, 15, 0.46);
}

.homepage-azure .az-bottom-dock a,
.subpage-azure .az-bottom-dock a {
  color: rgba(241, 232, 217, 0.96);
}

.homepage-azure .az-bottom-dock a:hover,
.subpage-azure .az-bottom-dock a:hover {
  background: rgba(177, 139, 91, 0.24);
}

.homepage-azure .az-bottom-dock .az-home-link,
.subpage-azure .az-bottom-dock .az-home-link {
  background: #f8f1e6;
  color: #1f2f45;
  box-shadow: 0 8px 18px rgba(3, 8, 14, 0.36);
}

.subpage-azure {
  color: #efe4d3;
  background:
    radial-gradient(1000px 680px at 108% 0%, rgba(203, 171, 127, 0.3), transparent 72%),
    radial-gradient(760px 520px at -8% 90%, rgba(141, 112, 78, 0.24), transparent 72%),
    linear-gradient(136deg, #0c1524 0%, #13233a 42%, #1f3045 70%, #3b332c 100%);
}

.subpage-azure::before {
  background:
    radial-gradient(circle at 18% 22%, rgba(245, 239, 228, 0.1) 0, transparent 38%),
    radial-gradient(circle at 86% 74%, rgba(219, 195, 160, 0.1) 0, transparent 42%);
}

.subpage-azure::after {
  background-image:
    linear-gradient(rgba(245, 239, 228, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 239, 228, 0.04) 1px, transparent 1px);
}

.subpage-azure .eyebrow {
  color: rgba(219, 195, 160, 0.94);
}

.subpage-azure .sub-title,
.subpage-azure .sub-card h3,
.subpage-azure .panel-title,
.subpage-azure .pricing-card .price,
.subpage-azure .big-metric {
  color: #f8f1e6;
}

.subpage-azure .sub-text,
.subpage-azure .sub-card p,
.subpage-azure .content-panel p,
.subpage-azure .price-label,
.subpage-azure .price-footnote,
.subpage-azure footer {
  color: rgba(232, 220, 201, 0.92);
}

.subpage-azure .sub-card,
.subpage-azure .content-panel,
.subpage-azure .contact-form {
  background: rgba(10, 21, 36, 0.56);
  border: 1px solid rgba(219, 195, 160, 0.26);
  box-shadow: 0 20px 40px rgba(3, 8, 14, 0.46);
}

.subpage-azure .pricing-card .pill {
  background: rgba(177, 139, 91, 0.24);
  color: #f1e6d4;
}

.subpage-azure .pricing-card.featured {
  border-color: rgba(219, 195, 160, 0.5);
  box-shadow: 0 22px 42px rgba(3, 8, 14, 0.52);
}

.subpage-azure .btn.btn-primary {
  background: linear-gradient(145deg, #f8f1e6 0%, #e5d1b4 100%);
  color: #1f2f45;
  box-shadow: 0 14px 26px rgba(3, 8, 14, 0.42);
}

.subpage-azure .field,
.subpage-azure .config-grid select,
.subpage-azure .picker-trigger,
.subpage-azure .picker-menu {
  background: rgba(247, 241, 233, 0.95);
  color: #1f2f45;
  border-color: rgba(199, 170, 130, 0.58);
}

.subpage-azure .config-item {
  background: rgba(14, 27, 44, 0.58);
  border-color: rgba(219, 195, 160, 0.24);
}

.subpage-azure .config-grid label,
.subpage-azure .field-head label {
  color: #f1e6d4;
}

.subpage-azure .field-help {
  color: rgba(229, 215, 193, 0.9);
}

.subpage-azure .info-toggle {
  background: rgba(177, 139, 91, 0.24);
  color: #f8f1e6;
}

.subpage-azure .info-toggle.open {
  background: rgba(177, 139, 91, 0.34);
}

/* Homepage atmosphere refinement: no visible objects, only depth and light */
.homepage-azure {
  color: #f5efe4;
  background:
    radial-gradient(1100px 700px at 90% 8%, rgba(233, 217, 188, 0.2), transparent 68%),
    radial-gradient(860px 620px at 8% 84%, rgba(142, 168, 199, 0.16), transparent 72%),
    linear-gradient(136deg, #0b1422 0%, #14263a 38%, #1d3046 67%, #2b2f3b 100%);
  background-size: 122% 122%, 114% 114%, 100% 100%;
  background-position: 100% 0%, 0% 100%, 50% 50%;
  animation: azAtmosGradientDrift 34s ease-in-out infinite alternate;
}

.homepage-azure .az-hero {
  --sy: 0px;
  --focus-progress: 0;
  --focus-fade: 0;
  --focus-center: 0;
  --focus-reveal: 0;
  --focus-next-label: 0;
  --focus-next-fade: 0;
  --focus-reveal-radius: 0vmax;
  --focus-slogan-shift-x: 0px;
  --focus-slogan-shift-y: 0px;
  --focus-tone: 0;
  padding: clamp(86px, 10vh, 126px) 3.8vw 128px 1.2vw;
  display: grid;
  align-items: center;
}

.homepage-azure .az-white-reveal {
  position: fixed;
  inset: 0;
  background: #ffffff;
  pointer-events: none;
  z-index: 16;
  opacity: var(--focus-reveal);
  clip-path: circle(var(--focus-reveal-radius) at 50% 50%);
  transition: opacity 120ms linear, clip-path 120ms linear;
}

.homepage-azure .az-phase-label {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 24;
  pointer-events: none;
  margin: 0;
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: clamp(24px, 1.9vw, 36px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: none;
  color: #2a73e6;
  opacity: var(--focus-next-label);
  transform: translate3d(-50%, calc(-50% - 216px + (1 - var(--focus-next-label)) * 24px), 0);
  transition: opacity 120ms linear, transform 120ms linear;
  will-change: opacity, transform;
}

.homepage-azure .az-slide-backdrop {
  position: fixed;
  inset: 0;
  z-index: 21;
  pointer-events: none;
  opacity: 0;
  transition: opacity 280ms ease;
}

.homepage-azure .az-slide-bg {
  position: absolute;
  inset: -8%;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 620ms ease, transform 1200ms cubic-bezier(0.22, 1, 0.36, 1);
  filter: saturate(108%);
}

.homepage-azure .az-slide-bg::before,
.homepage-azure .az-slide-bg::after {
  content: "";
  position: absolute;
  inset: 0;
}

.homepage-azure .az-slide-bg::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  background-size: 190px 190px;
  mix-blend-mode: soft-light;
  opacity: 0.09;
}

.homepage-azure .az-slide-bg[data-bg="0"]::before {
  background:
    radial-gradient(circle at 20% 30%, rgba(206, 231, 255, 0.44), rgba(206, 231, 255, 0) 44%),
    radial-gradient(circle at 84% 76%, rgba(235, 196, 144, 0.32), rgba(235, 196, 144, 0) 48%),
    linear-gradient(138deg, rgba(8, 20, 40, 0.96), rgba(20, 44, 80, 0.94) 42%, rgba(9, 18, 34, 0.94));
  animation: azSlideBgSweepA 24s ease-in-out infinite alternate;
}

.homepage-azure .az-slide-bg[data-bg="1"]::before {
  background:
    radial-gradient(circle at 76% 18%, rgba(147, 230, 216, 0.32), rgba(147, 230, 216, 0) 46%),
    radial-gradient(circle at 22% 78%, rgba(233, 194, 148, 0.28), rgba(233, 194, 148, 0) 42%),
    linear-gradient(146deg, rgba(11, 24, 44, 0.97), rgba(14, 36, 64, 0.96), rgba(8, 18, 32, 0.96));
  animation: azSlideBgSweepB 30s ease-in-out infinite alternate;
}

.homepage-azure .az-slide-bg[data-bg="2"]::before {
  background:
    radial-gradient(circle at 52% 18%, rgba(198, 233, 255, 0.28), rgba(198, 233, 255, 0) 42%),
    radial-gradient(circle at 18% 82%, rgba(189, 215, 243, 0.34), rgba(189, 215, 243, 0) 48%),
    linear-gradient(160deg, rgba(6, 22, 48, 0.96), rgba(16, 64, 92, 0.9), rgba(6, 18, 36, 0.96));
  animation: azSlideBgSweepC 28s ease-in-out infinite alternate;
}

.homepage-azure .az-slide-bg[data-bg="3"]::before {
  background:
    radial-gradient(circle at 76% 68%, rgba(239, 217, 166, 0.34), rgba(239, 217, 166, 0) 50%),
    radial-gradient(circle at 22% 20%, rgba(170, 216, 255, 0.34), rgba(170, 216, 255, 0) 42%),
    linear-gradient(136deg, rgba(10, 22, 42, 0.96), rgba(12, 30, 60, 0.94), rgba(6, 13, 24, 0.96));
  animation: azSlideBgSweepA 27s ease-in-out infinite alternate-reverse;
}

.homepage-azure .az-slide-bg[data-bg="4"]::before {
  background:
    radial-gradient(circle at 76% 36%, rgba(172, 223, 255, 0.42), rgba(172, 223, 255, 0) 44%),
    radial-gradient(circle at 20% 74%, rgba(231, 187, 134, 0.32), rgba(231, 187, 134, 0) 46%),
    linear-gradient(164deg, rgba(5, 19, 44, 0.98), rgba(9, 40, 83, 0.95), rgba(4, 13, 30, 0.97));
  animation: azSlideBgSweepB 26s ease-in-out infinite alternate;
}

.homepage-azure .az-slide-bg[data-bg="5"]::before {
  background:
    radial-gradient(circle at 34% 22%, rgba(233, 208, 162, 0.3), rgba(233, 208, 162, 0) 46%),
    radial-gradient(circle at 84% 78%, rgba(188, 233, 255, 0.28), rgba(188, 233, 255, 0) 42%),
    linear-gradient(148deg, rgba(9, 18, 36, 0.97), rgba(13, 31, 58, 0.95), rgba(7, 14, 28, 0.98));
  animation: azSlideBgSweepC 30s ease-in-out infinite alternate;
}

.homepage-azure .az-slide-bg[data-bg="6"]::before {
  background:
    radial-gradient(circle at 74% 24%, rgba(169, 221, 255, 0.34), rgba(169, 221, 255, 0) 44%),
    radial-gradient(circle at 20% 82%, rgba(196, 228, 251, 0.28), rgba(196, 228, 251, 0) 42%),
    linear-gradient(154deg, rgba(8, 18, 34, 0.98), rgba(14, 34, 68, 0.95), rgba(8, 14, 24, 0.96));
  animation: azSlideBgSweepA 32s ease-in-out infinite alternate;
}

.homepage-azure .az-slide-bg[data-bg="7"]::before {
  background:
    radial-gradient(circle at 30% 26%, rgba(245, 219, 174, 0.32), rgba(245, 219, 174, 0) 42%),
    radial-gradient(circle at 72% 72%, rgba(174, 224, 255, 0.3), rgba(174, 224, 255, 0) 46%),
    linear-gradient(142deg, rgba(10, 22, 40, 0.97), rgba(15, 42, 76, 0.93), rgba(8, 16, 30, 0.96));
  animation: azSlideBgSweepB 29s ease-in-out infinite alternate-reverse;
}

.homepage-azure .az-slide-bg[data-bg="8"]::before {
  background:
    radial-gradient(circle at 50% 20%, rgba(239, 224, 197, 0.3), rgba(239, 224, 197, 0) 44%),
    radial-gradient(circle at 18% 74%, rgba(176, 219, 255, 0.26), rgba(176, 219, 255, 0) 42%),
    linear-gradient(144deg, rgba(11, 23, 43, 0.97), rgba(10, 30, 56, 0.95), rgba(8, 16, 30, 0.98));
  animation: azSlideBgSweepC 26s ease-in-out infinite alternate;
}

.homepage-azure .az-slide-bg[data-bg="9"]::before {
  background:
    radial-gradient(circle at 76% 24%, rgba(216, 240, 255, 0.42), rgba(216, 240, 255, 0) 46%),
    radial-gradient(circle at 24% 78%, rgba(239, 216, 176, 0.34), rgba(239, 216, 176, 0) 52%),
    linear-gradient(142deg, rgba(5, 18, 42, 0.98), rgba(15, 56, 96, 0.9), rgba(9, 18, 32, 0.98));
  animation: azSlideBgSweepA 28s ease-in-out infinite alternate;
}

.homepage-azure .az-hero.slides-active .az-slide-backdrop {
  opacity: 1;
}

.homepage-azure .az-slide-bg.is-active {
  opacity: 1;
  transform: scale(1);
}

.homepage-azure .az-slide-stack {
  position: fixed;
  left: 50%;
  top: 54%;
  transform: translate3d(-50%, -50%, 0);
  width: min(1140px, 88vw);
  min-height: 360px;
  display: grid;
  z-index: 26;
  pointer-events: none;
  opacity: 0;
  transition: opacity 260ms ease;
}

.homepage-azure .az-slide {
  grid-area: 1 / 1;
  opacity: 0;
  filter: blur(11px);
  transform: translate3d(86px, 0, 0) scale(0.98);
  transition: opacity 360ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1), filter 620ms ease;
}

.homepage-azure .az-slide-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.74fr);
  align-items: center;
  gap: clamp(20px, 4vw, 76px);
}

.homepage-azure .az-slide:nth-child(even) .az-slide-copy {
  order: 2;
}

.homepage-azure .az-slide:nth-child(even) .az-slide-media {
  order: 1;
}

.homepage-azure .az-slide-copy {
  text-align: left;
  max-width: min(700px, 56vw);
}

.homepage-azure .az-slide h3 {
  margin: 0;
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: clamp(34px, 3.5vw, 62px);
  line-height: 1.06;
  letter-spacing: -0.025em;
  color: #2a73e6;
  text-wrap: balance;
}

.homepage-azure .az-slide p {
  margin: 20px 0 0;
}

.homepage-azure .az-slide p span {
  --line-x: 44px;
  --line-y: 10px;
  display: block;
  font-size: clamp(19px, 1.46vw, 27px);
  line-height: 1.3;
  color: rgba(25, 84, 178, 0.95);
  opacity: 0;
  transform: translate3d(var(--line-x), var(--line-y), 0);
  transition: opacity 340ms ease, transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.homepage-azure .az-slide p span + span {
  margin-top: 8px;
}

.homepage-azure .az-slide p span.is-on {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.homepage-azure .az-slide-media {
  position: relative;
  width: min(360px, 30vw);
  aspect-ratio: 1.02 / 0.78;
  border-radius: 30px;
  border: 1px solid rgba(242, 250, 255, 0.45);
  background:
    linear-gradient(165deg, rgba(235, 247, 255, 0.68), rgba(204, 228, 246, 0.22) 44%, rgba(14, 26, 48, 0.34) 100%),
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0) 40%);
  box-shadow: 0 30px 58px rgba(4, 14, 30, 0.36), 0 0 0 1px rgba(246, 250, 255, 0.34) inset;
  overflow: hidden;
  opacity: 0;
  transform: translate3d(42px, 30px, 0) scale(0.92) rotate(-1.2deg);
  filter: blur(10px);
  transition: opacity 360ms ease, transform 760ms cubic-bezier(0.22, 1, 0.36, 1), filter 620ms ease;
}

.homepage-azure .az-slide-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(132deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.08) 40%, rgba(11, 20, 34, 0.16) 100%),
    radial-gradient(circle at 90% 14%, rgba(97, 176, 255, 0.4), rgba(97, 176, 255, 0) 44%);
  opacity: 0.85;
}

.homepage-azure .az-slide-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(120deg, rgba(255, 255, 255, 0.16) 0 1px, rgba(255, 255, 255, 0) 1px 12px);
  opacity: 0.25;
  mix-blend-mode: soft-light;
}

.homepage-azure .az-media-pane,
.homepage-azure .az-media-line,
.homepage-azure .az-media-dot {
  position: absolute;
  z-index: 1;
}

.homepage-azure .az-media-pane {
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.86), rgba(227, 241, 255, 0.32));
  box-shadow: 0 10px 24px rgba(8, 16, 28, 0.2);
}

.homepage-azure .az-media-pane-a {
  top: 14%;
  left: 10%;
  width: 56%;
  height: 34%;
}

.homepage-azure .az-media-pane-b {
  right: 12%;
  bottom: 12%;
  width: 44%;
  height: 28%;
}

.homepage-azure .az-media-line {
  left: 14%;
  right: 16%;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(98, 160, 231, 0.76), rgba(98, 160, 231, 0.15));
}

.homepage-azure .az-media-line-a {
  top: 56%;
}

.homepage-azure .az-media-line-b {
  top: 68%;
  right: 26%;
}

.homepage-azure .az-media-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(41, 119, 222, 0.86);
  right: 14%;
  top: 18%;
  box-shadow: 0 0 0 7px rgba(41, 119, 222, 0.18);
}

.homepage-azure .az-hero.slides-active .az-slide-stack {
  opacity: 1;
}

.homepage-azure .az-slide.is-active {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.homepage-azure .az-slide.is-active .az-slide-media {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.homepage-azure .az-slide[data-slide="0"] {
  transform: translate3d(92px, 0, 0) scale(0.97);
}

.homepage-azure .az-slide[data-slide="0"] p span {
  --line-x: 54px;
  --line-y: 8px;
}

.homepage-azure .az-slide[data-slide="0"] .az-slide-media {
  transform: translate3d(66px, -10px, 0) scale(0.9) rotate(-3deg);
  border-radius: 34px 18px 30px 18px;
}

.homepage-azure .az-slide[data-slide="1"] {
  transform: translate3d(0, 72px, 0) scale(0.96);
}

.homepage-azure .az-slide[data-slide="1"] .az-slide-shell {
  grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1.1fr);
}

.homepage-azure .az-slide[data-slide="1"] .az-slide-copy {
  order: 2;
}

.homepage-azure .az-slide[data-slide="1"] .az-slide-media {
  order: 1;
  transform: translate3d(-40px, 34px, 0) scale(0.9) rotate(2.4deg);
  border-radius: 22px 40px 24px 34px;
}

.homepage-azure .az-slide[data-slide="1"] p span {
  --line-x: 0px;
  --line-y: 22px;
}

.homepage-azure .az-slide[data-slide="2"] {
  transform: translate3d(-82px, 0, 0) scale(0.97);
}

.homepage-azure .az-slide[data-slide="2"] p span {
  --line-x: -40px;
  --line-y: 0px;
}

.homepage-azure .az-slide[data-slide="2"] .az-slide-media {
  transform: translate3d(-54px, -14px, 0) scale(0.92) rotate(-1.8deg);
  border-radius: 36px 14px 34px 16px;
}

.homepage-azure .az-slide[data-slide="2"] .az-media-pane-a {
  width: 62%;
  height: 58%;
}

.homepage-azure .az-slide[data-slide="3"] {
  transform: translate3d(0, -74px, 0) scale(0.93);
}

.homepage-azure .az-slide[data-slide="3"] p span {
  --line-x: 28px;
  --line-y: -20px;
}

.homepage-azure .az-slide[data-slide="3"] .az-slide-media {
  transform: translate3d(28px, 36px, 0) scale(0.86);
  border-radius: 18px;
}

.homepage-azure .az-slide[data-slide="3"] .az-media-pane-a {
  inset: 8% 8% 52% 8%;
  width: auto;
  height: auto;
  border-radius: 14px;
}

.homepage-azure .az-slide[data-slide="3"] .az-media-pane-b {
  inset: auto 8% 10% 8%;
  width: auto;
  height: 36%;
  border-radius: 14px;
}

.homepage-azure .az-slide[data-slide="4"] {
  transform: translate3d(78px, 26px, 0) scale(0.95);
}

.homepage-azure .az-slide[data-slide="4"] p span {
  --line-x: 36px;
  --line-y: 14px;
}

.homepage-azure .az-slide[data-slide="4"] .az-slide-media {
  transform: translate3d(72px, -18px, 0) scale(0.9) rotate(1.4deg);
  border-radius: 44px 18px 44px 18px;
}

.homepage-azure .az-slide[data-slide="4"] .az-media-line-a {
  top: 46%;
}

.homepage-azure .az-slide[data-slide="4"] .az-media-line-b {
  top: 58%;
}

.homepage-azure .az-slide[data-slide="5"] {
  transform: translate3d(-70px, -24px, 0) scale(0.96);
}

.homepage-azure .az-slide[data-slide="5"] p span {
  --line-x: -30px;
  --line-y: 12px;
}

.homepage-azure .az-slide[data-slide="5"] .az-slide-shell {
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.12fr);
}

.homepage-azure .az-slide[data-slide="5"] .az-slide-copy {
  order: 2;
}

.homepage-azure .az-slide[data-slide="5"] .az-slide-media {
  order: 1;
  transform: translate3d(-44px, -20px, 0) scale(0.9) rotate(-2.2deg);
  border-radius: 20px 42px 22px 38px;
}

.homepage-azure .az-slide[data-slide="6"] {
  transform: translate3d(0, 82px, 0) scale(0.95);
}

.homepage-azure .az-slide[data-slide="6"] p span {
  --line-x: 0px;
  --line-y: 20px;
}

.homepage-azure .az-slide[data-slide="6"] .az-slide-media {
  transform: translate3d(0, 60px, 0) scale(0.9);
  border-radius: 50px 16px 18px 52px;
}

.homepage-azure .az-slide[data-slide="7"] {
  transform: translate3d(92px, -20px, 0) scale(0.95);
}

.homepage-azure .az-slide[data-slide="7"] p span {
  --line-x: 38px;
  --line-y: -8px;
}

.homepage-azure .az-slide[data-slide="7"] .az-slide-media {
  transform: translate3d(50px, 8px, 0) scale(0.92) rotate(2deg);
  border-radius: 30px;
}

.homepage-azure .az-slide[data-slide="7"] .az-media-dot {
  right: auto;
  left: 14%;
}

.homepage-azure .az-slide[data-slide="8"] {
  transform: translate3d(0, -56px, 0) scale(0.94);
}

.homepage-azure .az-slide[data-slide="8"] p span {
  --line-x: 0px;
  --line-y: -18px;
}

.homepage-azure .az-slide[data-slide="8"] .az-slide-shell {
  grid-template-columns: minmax(270px, 0.72fr) minmax(0, 1.1fr);
}

.homepage-azure .az-slide[data-slide="8"] .az-slide-copy {
  order: 2;
}

.homepage-azure .az-slide[data-slide="8"] .az-slide-media {
  order: 1;
  transform: translate3d(-34px, -30px, 0) scale(0.86);
  border-radius: 14px 34px 14px 34px;
}

.homepage-azure .az-slide[data-slide="9"] {
  transform: translate3d(0, 64px, 0) scale(0.92);
}

.homepage-azure .az-slide[data-slide="9"] p span {
  --line-x: 0px;
  --line-y: 24px;
}

.homepage-azure .az-slide[data-slide="9"] .az-slide-media {
  transform: translate3d(0, 44px, 0) scale(0.86);
  border-radius: 999px 999px 26px 26px;
}

.homepage-azure .az-slide[data-slide="9"] .az-media-pane-a {
  top: 18%;
  left: 22%;
  width: 56%;
}

.homepage-azure .az-slide[data-slide="9"] .az-media-pane-b {
  right: 20%;
  bottom: 14%;
  width: 60%;
}

.homepage-azure .az-slide.is-active[data-slide="0"] .az-slide-media {
  animation: azSlideMediaFloatA 10s ease-in-out infinite alternate;
}

.homepage-azure .az-slide.is-active[data-slide="1"] .az-slide-media {
  animation: azSlideMediaFloatB 12s ease-in-out infinite alternate;
}

.homepage-azure .az-slide.is-active[data-slide="2"] .az-slide-media {
  animation: azSlideMediaFloatC 11s ease-in-out infinite alternate;
}

.homepage-azure .az-slide.is-active[data-slide="3"] .az-slide-media {
  animation: azSlideMediaPulse 8.8s ease-in-out infinite alternate;
}

.homepage-azure .az-slide.is-active[data-slide="4"] .az-slide-media {
  animation: azSlideMediaFloatA 9.2s ease-in-out infinite alternate;
}

.homepage-azure .az-slide.is-active[data-slide="5"] .az-slide-media {
  animation: azSlideMediaFloatB 10.4s ease-in-out infinite alternate;
}

.homepage-azure .az-slide.is-active[data-slide="6"] .az-slide-media {
  animation: azSlideMediaDriftY 8.4s ease-in-out infinite alternate;
}

.homepage-azure .az-slide.is-active[data-slide="7"] .az-slide-media {
  animation: azSlideMediaFloatC 11.2s ease-in-out infinite alternate;
}

.homepage-azure .az-slide.is-active[data-slide="8"] .az-slide-media {
  animation: azSlideMediaPulse 9.6s ease-in-out infinite alternate;
}

.homepage-azure .az-slide.is-active[data-slide="9"] .az-slide-media {
  animation: azSlideMediaHalo 8.6s ease-in-out infinite alternate;
}

.homepage-azure .az-hero.slides-active .az-phase-label {
  opacity: 0;
  transform: translate3d(-50%, calc(-50% - 232px), 0);
}

.homepage-azure .az-wordmark {
  position: absolute;
  top: clamp(20px, 3.2vh, 34px);
  left: clamp(18px, 2.2vw, 34px);
  z-index: 32;
  text-decoration: none;
  color: #f8f1e6;
  font-family: "Suisse Int'l", "Suisse Intl", "SuisseInt'l", "Inter", sans-serif;
  font-size: clamp(20px, 1.9vw, 34px);
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 8px 20px rgba(2, 6, 12, 0.28);
}

.homepage-azure .az-hero-grid {
  position: relative;
  z-index: 22;
  min-height: calc(100svh - 232px);
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.9fr);
  align-items: center;
  column-gap: clamp(30px, 5vw, 82px);
}

.homepage-azure .az-eyebrow {
  font-size: 11px;
  letter-spacing: 0.24em;
  opacity: 0.68;
  margin-bottom: 20px;
}

.homepage-azure .az-copy {
  padding: 0;
  margin-left: clamp(16px, 2.8vw, 52px);
  max-width: min(760px, 56vw);
  transform: none;
  border-radius: 0;
  border: none;
  background: none;
  backdrop-filter: none;
  box-shadow: none;
  position: static;
  align-self: center;
  justify-self: start;
  padding-bottom: 0;
}

.homepage-azure .az-copy h1 {
  margin: 0;
  font-size: clamp(70px, 8.5vw, 152px);
  line-height: 0.92;
  letter-spacing: -0.04em;
  max-width: 760px;
  position: relative;
  z-index: 22;
  opacity: calc(1 - var(--focus-next-fade));
  color: rgb(
    calc(248 - 206 * var(--focus-tone)),
    calc(241 - 126 * var(--focus-tone)),
    230
  );
  transform: translate3d(var(--focus-slogan-shift-x), var(--focus-slogan-shift-y), 0);
  animation: none;
  transition: transform 120ms linear, color 120ms linear, opacity 120ms linear;
  will-change: transform, color, opacity;
}

.homepage-azure .az-copy h1 span {
  display: block;
}

.homepage-azure .az-copy h1 span + span {
  margin-top: 0.06em;
}

.homepage-azure .az-subcopy {
  margin-top: 40px;
  max-width: 700px;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.46;
}

.homepage-azure .az-hero.focus-active .az-eyebrow {
  opacity: calc(1 - var(--focus-fade));
  transform: translate3d(0, calc(var(--focus-fade) * 24px), 0);
}

.homepage-azure .az-hero.focus-active .az-subcopy {
  opacity: calc(1 - (var(--focus-fade) * 1.8));
  transform: translate3d(0, calc(var(--focus-fade) * 32px), 0);
  filter: blur(calc(var(--focus-fade) * 2.8px));
}

.homepage-azure .az-hero.focus-active .az-actions {
  opacity: calc(1 - var(--focus-fade));
  transform: translate3d(0, calc(var(--focus-fade) * -18px), 0);
  transition: opacity 120ms linear, transform 120ms linear;
}

.homepage-azure .az-hero.intro-complete .az-copy h1,
.homepage-azure .az-hero.intro-complete .az-eyebrow,
.homepage-azure .az-hero.intro-complete .az-subcopy,
.homepage-azure .az-hero.intro-complete .az-phase-label,
.homepage-azure .az-hero.intro-complete .az-slide-stack,
.homepage-azure .az-hero.intro-complete .az-slide-backdrop {
  opacity: 0 !important;
  pointer-events: none;
}

.homepage-azure .az-hero.intro-complete .az-copy h1,
.homepage-azure .az-hero.intro-complete .az-eyebrow,
.homepage-azure .az-hero.intro-complete .az-subcopy {
  transform: translate3d(0, 34px, 0);
  filter: blur(8px);
}

.homepage-azure .az-hero.intro-complete .az-white-reveal {
  opacity: 0 !important;
  clip-path: circle(0 at 50% 50%) !important;
  transition: opacity 480ms ease, clip-path 480ms ease;
}

.homepage-azure .az-hero.intro-complete {
  min-height: clamp(150px, 22vh, 240px);
  padding-bottom: clamp(24px, 4vh, 48px);
  transition: min-height 560ms cubic-bezier(0.22, 1, 0.36, 1), padding 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.homepage-azure .az-hero.intro-complete .az-hero-grid {
  min-height: 0;
}

.homepage-azure .az-actions {
  position: static;
  margin-top: 28px;
  gap: 16px;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  opacity: 1;
  transform: none;
  animation: none;
  z-index: auto;
}

.homepage-azure .az-btn {
  padding: 15px 28px;
}

.homepage-azure .az-btn-primary {
  background: linear-gradient(146deg, #f8f1e6 0%, #ead7bb 100%);
  color: #16273c;
  box-shadow: 0 18px 40px rgba(5, 12, 22, 0.48), 0 0 0 1px rgba(245, 239, 228, 0.5);
}

.homepage-azure .az-btn-primary:hover {
  box-shadow: 0 24px 46px rgba(5, 12, 22, 0.56), 0 0 18px rgba(226, 200, 162, 0.28);
}

.homepage-azure .az-btn-ghost {
  color: rgba(241, 230, 214, 0.86);
  border: 1px solid rgba(219, 195, 160, 0.34);
  background: rgba(245, 239, 228, 0.04);
}

.homepage-azure .az-btn-ghost:hover {
  color: #f5efe4;
  background: rgba(219, 195, 160, 0.16);
}

.homepage-azure .az-side-note {
  align-self: center;
  justify-self: center;
  padding-bottom: 0;
  margin-top: clamp(6px, 1vh, 16px);
  max-width: min(430px, 36vw);
  display: grid;
  gap: 20px;
}

.homepage-azure .az-side-visual {
  position: relative;
  width: min(420px, 34vw);
  aspect-ratio: 1.15 / 0.74;
  border-radius: 24px;
  border: 1px solid rgba(237, 222, 195, 0.2);
  background: linear-gradient(162deg, rgba(241, 231, 215, 0.1), rgba(14, 26, 42, 0.34));
  backdrop-filter: blur(8px) saturate(120%);
  box-shadow: 0 22px 46px rgba(2, 7, 14, 0.4);
  overflow: hidden;
  transform: translate3d(calc(var(--mx) * 0.16), calc(var(--my) * 0.12 + (var(--sy) * -0.012)), 0);
}

.homepage-azure .az-side-visual::before {
  content: "";
  position: absolute;
  inset: -34% 36% 52% -28%;
  background: radial-gradient(circle, rgba(245, 239, 228, 0.36), rgba(245, 239, 228, 0));
}

.homepage-azure .az-side-line {
  position: absolute;
  left: 15%;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(232, 208, 174, 0.86), rgba(232, 208, 174, 0.1));
}

.homepage-azure .az-side-line-a {
  top: 28%;
  width: 62%;
}

.homepage-azure .az-side-line-b {
  top: 46%;
  width: 76%;
}

.homepage-azure .az-side-line-c {
  top: 64%;
  width: 48%;
}

.homepage-azure .az-side-dot {
  position: absolute;
  right: 14%;
  bottom: 18%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(232, 208, 174, 0.9);
  box-shadow: 0 0 0 6px rgba(232, 208, 174, 0.22);
}

.homepage-azure .az-side-note p {
  margin: 0;
  max-width: 360px;
  font-size: clamp(23px, 2vw, 34px);
  line-height: 1.15;
  text-align: left;
}

.homepage-azure .az-background {
  transform: translate3d(0, calc(var(--sy) * -0.05), 0);
  will-change: transform;
}

.homepage-azure .az-background::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150' viewBox='0 0 150 150'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='150' height='150' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  background-size: 150px 150px;
  mix-blend-mode: overlay;
  opacity: 0.03;
}

.homepage-azure .az-background::after {
  background:
    radial-gradient(circle at 22% 44%, rgba(242, 250, 255, 0.08) 0%, rgba(242, 250, 255, 0) 44%),
    radial-gradient(circle at 108% 30%, rgba(215, 186, 146, 0.1) 0%, rgba(215, 186, 146, 0) 44%),
    radial-gradient(circle at center, transparent 34%, rgba(2, 5, 12, 0.48) 100%);
  opacity: 1;
}

.homepage-azure .az-spotlight {
  width: min(920px, 70vw);
  height: min(920px, 70vw);
  left: -16%;
  top: 16%;
  background: radial-gradient(circle, rgba(242, 250, 255, 0.2) 0%, rgba(242, 250, 255, 0.04) 48%, rgba(242, 250, 255, 0) 78%);
  filter: blur(140px);
  opacity: 0.82;
  transform: translate3d(calc(var(--mx) * 0.16), calc(var(--my) * 0.14), 0);
  animation: azAmbientCloudA 46s ease-in-out infinite alternate;
}

.homepage-azure .az-glow {
  filter: blur(170px);
  opacity: 0.18;
}

.homepage-azure .az-glow-a {
  width: 980px;
  height: 980px;
  right: -390px;
  top: -360px;
  background: rgba(206, 176, 136, 0.32);
  animation: azAmbientCloudB 58s ease-in-out infinite alternate;
}

.homepage-azure .az-glow-b {
  width: 900px;
  height: 900px;
  left: 14%;
  top: 54%;
  background: rgba(154, 178, 208, 0.26);
  animation: azAmbientCloudC 52s ease-in-out infinite alternate;
}

.homepage-azure .az-copy::before {
  content: none;
  background: none;
  filter: none;
}

.homepage-azure .az-actions::before {
  content: none;
  background: none;
  filter: none;
  opacity: 0;
}

.homepage-azure .az-bottom-dock {
  transform: translate3d(-50%, calc(var(--sy) * 0.02), 0);
  transition: transform 180ms linear;
}

.homepage-azure .az-highlights {
  position: relative;
  z-index: 18;
  padding: clamp(58px, 8vh, 96px) 0 clamp(82px, 11vh, 130px);
  background:
    radial-gradient(920px 560px at 6% 10%, rgba(173, 210, 246, 0.09), transparent 70%),
    radial-gradient(860px 540px at 92% 86%, rgba(226, 190, 145, 0.09), transparent 72%),
    linear-gradient(146deg, #12131d 0%, #171925 44%, #1e202d 100%);
  border-top: 1px solid rgba(189, 210, 234, 0.14);
}

.homepage-azure .az-highlights-head {
  width: min(1260px, 94vw);
  margin: 0 auto 22px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

.homepage-azure .az-highlights h2 {
  margin: 0;
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: clamp(42px, 4vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.028em;
  color: #f6f9ff;
}

.homepage-azure .az-highlights-link {
  text-decoration: none;
  color: #5ba6ff;
  font-size: clamp(15px, 1.05vw, 18px);
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: color 240ms ease, transform 240ms ease;
}

.homepage-azure .az-highlights-link:hover {
  color: #8ac0ff;
  transform: translateY(-1px);
}

.homepage-azure .az-highlights-rail {
  width: min(1280px, 96vw);
  margin: 0 auto;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(min(760px, 82vw), 1fr);
  gap: clamp(16px, 1.5vw, 24px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  touch-action: pan-y pinch-zoom;
  padding: 8px 2px 10px;
  scrollbar-width: none;
}

.homepage-azure .az-highlights-rail::-webkit-scrollbar {
  display: none;
}

.homepage-azure .az-highlight-card {
  position: relative;
  scroll-snap-align: start;
  min-height: clamp(380px, 48vw, 520px);
  border-radius: clamp(28px, 2.3vw, 36px);
  padding: clamp(28px, 2.5vw, 40px);
  border: 1px solid rgba(224, 239, 255, 0.22);
  background:
    radial-gradient(circle at 18% 18%, rgba(198, 224, 248, 0.24), transparent 46%),
    linear-gradient(168deg, rgba(7, 10, 16, 0.96), rgba(4, 7, 14, 0.98));
  box-shadow: 0 26px 56px rgba(2, 6, 13, 0.46), inset 0 0 0 1px rgba(245, 251, 255, 0.06);
  display: grid;
  align-content: space-between;
  gap: clamp(18px, 2.5vw, 28px);
}

.homepage-azure .az-highlight-card h3 {
  margin: 0;
  max-width: 760px;
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: clamp(28px, 2.45vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #f7fbff;
}

.homepage-azure .az-highlight-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.homepage-azure .az-highlight-card li {
  color: rgba(220, 233, 247, 0.94);
  font-size: clamp(17px, 1.24vw, 22px);
  line-height: 1.4;
}

.homepage-azure .az-highlight-media {
  position: relative;
  height: clamp(146px, 16vw, 212px);
  border-radius: 20px;
  background:
    linear-gradient(160deg, rgba(28, 52, 84, 0.44), rgba(17, 31, 52, 0.2)),
    radial-gradient(circle at 20% 16%, rgba(169, 215, 255, 0.4), rgba(169, 215, 255, 0) 56%);
  border: 1px solid rgba(196, 223, 248, 0.28);
  overflow: hidden;
}

.homepage-azure .az-highlight-media span {
  position: absolute;
  display: block;
}

.homepage-azure .az-media-chipset span {
  width: 24%;
  aspect-ratio: 1 / 1;
  top: 18%;
  border-radius: 18px;
  border: 1px solid rgba(203, 229, 251, 0.34);
  background: linear-gradient(162deg, rgba(198, 235, 255, 0.76), rgba(69, 114, 168, 0.22));
}

.homepage-azure .az-media-chipset span:nth-child(1) { left: 14%; }
.homepage-azure .az-media-chipset span:nth-child(2) { left: 38%; }
.homepage-azure .az-media-chipset span:nth-child(3) { left: 62%; }

.homepage-azure .az-media-grid span {
  width: 34%;
  height: 36%;
  border-radius: 14px;
  border: 1px solid rgba(203, 229, 251, 0.3);
  background: linear-gradient(146deg, rgba(221, 238, 255, 0.68), rgba(64, 98, 153, 0.24));
}

.homepage-azure .az-media-grid span:nth-child(1) { left: 10%; top: 14%; }
.homepage-azure .az-media-grid span:nth-child(2) { left: 50%; top: 14%; }
.homepage-azure .az-media-grid span:nth-child(3) { left: 10%; top: 56%; }
.homepage-azure .az-media-grid span:nth-child(4) { left: 50%; top: 56%; }

.homepage-azure .az-media-lines span {
  left: 8%;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(113, 177, 239, 0.88), rgba(113, 177, 239, 0.2));
}

.homepage-azure .az-media-lines span:nth-child(1) { top: 26%; width: 76%; }
.homepage-azure .az-media-lines span:nth-child(2) { top: 46%; width: 64%; }
.homepage-azure .az-media-lines span:nth-child(3) { top: 66%; width: 84%; }

.homepage-azure .az-media-map span {
  border-radius: 999px;
  background: rgba(126, 187, 245, 0.82);
  box-shadow: 0 0 0 8px rgba(126, 187, 245, 0.17);
}

.homepage-azure .az-media-map span:nth-child(1) { width: 14px; height: 14px; left: 24%; top: 28%; }
.homepage-azure .az-media-map span:nth-child(2) { width: 16px; height: 16px; left: 56%; top: 38%; }
.homepage-azure .az-media-map span:nth-child(3) { width: 12px; height: 12px; left: 42%; top: 64%; }
.homepage-azure .az-media-map span:nth-child(4) { width: 68%; height: 2px; left: 20%; top: 48%; border-radius: 0; background: rgba(155, 205, 251, 0.52); box-shadow: none; }

.homepage-azure .az-media-bars span {
  bottom: 12%;
  width: 14%;
  border-radius: 10px 10px 4px 4px;
  background: linear-gradient(180deg, rgba(169, 214, 250, 0.84), rgba(94, 142, 197, 0.44));
}

.homepage-azure .az-media-bars span:nth-child(1) { left: 14%; height: 34%; }
.homepage-azure .az-media-bars span:nth-child(2) { left: 34%; height: 52%; }
.homepage-azure .az-media-bars span:nth-child(3) { left: 54%; height: 72%; }
.homepage-azure .az-media-bars span:nth-child(4) { left: 74%; height: 44%; }

.homepage-azure .az-media-ring span {
  border: 1px solid rgba(195, 223, 248, 0.34);
  border-radius: 50%;
}

.homepage-azure .az-media-ring span:nth-child(1) { inset: 12% 30%; }
.homepage-azure .az-media-ring span:nth-child(2) { inset: 26% 18%; }
.homepage-azure .az-media-ring span:nth-child(3) { inset: 40% 6%; }

.homepage-azure .az-media-orbit span {
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(203, 230, 253, 0.88), rgba(90, 133, 186, 0.46));
}

.homepage-azure .az-media-orbit span:nth-child(1) { width: 22px; height: 22px; left: 18%; top: 48%; }
.homepage-azure .az-media-orbit span:nth-child(2) { width: 16px; height: 16px; left: 44%; top: 26%; }
.homepage-azure .az-media-orbit span:nth-child(3) { width: 28px; height: 28px; left: 70%; top: 54%; }

.homepage-azure .az-media-wave span {
  width: 120%;
  height: 62px;
  left: -10%;
  border-radius: 50%;
  border: 1px solid rgba(185, 218, 248, 0.26);
  background: transparent;
}

.homepage-azure .az-media-wave span:nth-child(1) { top: 24%; }
.homepage-azure .az-media-wave span:nth-child(2) { top: 42%; }
.homepage-azure .az-media-wave span:nth-child(3) { top: 60%; }

.homepage-azure .az-media-split span {
  top: 12%;
  bottom: 12%;
  width: 44%;
  border-radius: 14px;
}

.homepage-azure .az-media-split span:nth-child(1) {
  left: 8%;
  background: linear-gradient(168deg, rgba(239, 211, 170, 0.48), rgba(108, 74, 34, 0.38));
}

.homepage-azure .az-media-split span:nth-child(2) {
  right: 8%;
  background: linear-gradient(168deg, rgba(177, 218, 252, 0.44), rgba(47, 87, 142, 0.36));
}

.homepage-azure .az-media-finish span {
  border-radius: 16px;
  border: 1px solid rgba(193, 224, 251, 0.3);
  background: linear-gradient(160deg, rgba(223, 238, 253, 0.7), rgba(72, 113, 169, 0.24));
}

.homepage-azure .az-media-finish span:nth-child(1) { left: 12%; top: 16%; width: 76%; height: 20%; }
.homepage-azure .az-media-finish span:nth-child(2) { left: 12%; top: 44%; width: 56%; height: 20%; }
.homepage-azure .az-media-finish span:nth-child(3) { left: 12%; top: 72%; width: 88%; height: 16%; }

.homepage-azure .az-highlights-controls,
.homepage-azure .az-areas-controls,
.homepage-azure .az-voices-controls {
  width: min(1260px, 94vw);
  margin: 18px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.homepage-azure .az-highlights-slider,
.homepage-azure .az-areas-slider,
.homepage-azure .az-voices-slider {
  width: min(340px, 56vw);
  height: 8px;
  border-radius: 999px;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(184, 211, 237, 0.26);
  border: 1px solid rgba(191, 218, 243, 0.2);
}

.homepage-azure .az-highlights-slider::-webkit-slider-thumb,
.homepage-azure .az-areas-slider::-webkit-slider-thumb,
.homepage-azure .az-voices-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 28px;
  height: 8px;
  border-radius: 999px;
  background: #f8fbff;
  border: 0;
  box-shadow: 0 0 0 1px rgba(16, 28, 46, 0.24);
  cursor: pointer;
}

.homepage-azure .az-highlights-slider::-moz-range-thumb,
.homepage-azure .az-areas-slider::-moz-range-thumb,
.homepage-azure .az-voices-slider::-moz-range-thumb {
  width: 28px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: #f8fbff;
  box-shadow: 0 0 0 1px rgba(16, 28, 46, 0.24);
  cursor: pointer;
}

.homepage-azure .az-highlights-slider::-moz-range-track,
.homepage-azure .az-areas-slider::-moz-range-track,
.homepage-azure .az-voices-slider::-moz-range-track {
  height: 8px;
  border-radius: 999px;
  background: rgba(184, 211, 237, 0.26);
  border: 1px solid rgba(191, 218, 243, 0.2);
}

.homepage-azure .az-highlights-dots,
.homepage-azure .az-areas-dots,
.homepage-azure .az-voices-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.homepage-azure .az-dot,
.homepage-azure .az-area-dot,
.homepage-azure .az-voice-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  border: 0;
  background: rgba(191, 214, 237, 0.45);
  cursor: pointer;
  transition: transform 220ms ease, background 220ms ease;
}

.homepage-azure .az-dot.is-active,
.homepage-azure .az-area-dot.is-active,
.homepage-azure .az-voice-dot.is-active {
  transform: scale(1.34);
  background: #f8fbff;
}

.homepage-azure .az-section-head {
  width: min(1260px, 94vw);
  margin: 0 auto 20px;
  display: grid;
  gap: 8px;
}

.homepage-azure .az-section-head h2 {
  margin: 0;
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: clamp(38px, 3.4vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.024em;
  color: #f5f9ff;
}

.homepage-azure .az-section-head p {
  margin: 0;
  max-width: 860px;
  color: rgba(205, 223, 242, 0.88);
  font-size: clamp(16px, 1.12vw, 19px);
  line-height: 1.5;
}

.homepage-azure .az-areas {
  position: relative;
  z-index: 18;
  padding: clamp(52px, 7vh, 88px) 0 clamp(72px, 10vh, 118px);
  background:
    radial-gradient(920px 560px at 88% 14%, rgba(146, 194, 238, 0.1), transparent 72%),
    radial-gradient(840px 520px at 14% 82%, rgba(238, 201, 151, 0.1), transparent 72%),
    linear-gradient(148deg, #11131d 0%, #171a27 44%, #1c202e 100%);
  border-top: 1px solid rgba(186, 208, 233, 0.14);
}

.homepage-azure .az-areas-rail {
  width: min(1280px, 96vw);
  margin: 0 auto;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(min(700px, 80vw), 1fr);
  gap: clamp(16px, 1.5vw, 22px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  touch-action: pan-y pinch-zoom;
  padding: 6px 2px 10px;
  scrollbar-width: none;
}

.homepage-azure .az-areas-rail::-webkit-scrollbar {
  display: none;
}

.homepage-azure .az-area-card {
  scroll-snap-align: start;
  min-height: clamp(350px, 44vw, 460px);
  border-radius: clamp(24px, 2vw, 32px);
  padding: clamp(24px, 2.3vw, 34px);
  border: 1px solid rgba(201, 223, 247, 0.22);
  background:
    radial-gradient(circle at 18% 16%, rgba(169, 210, 248, 0.2), transparent 44%),
    linear-gradient(164deg, rgba(7, 13, 22, 0.95), rgba(7, 11, 18, 0.98));
  box-shadow: 0 24px 48px rgba(2, 6, 14, 0.44), inset 0 0 0 1px rgba(240, 248, 255, 0.06);
  display: grid;
  align-content: space-between;
  gap: 18px;
}

.homepage-azure .az-area-card h3 {
  margin: 0;
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: clamp(27px, 2.2vw, 38px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #f3f8ff;
}

.homepage-azure .az-area-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 5px;
}

.homepage-azure .az-area-card li {
  color: rgba(215, 231, 247, 0.92);
  font-size: clamp(16px, 1.14vw, 20px);
  line-height: 1.42;
}

.homepage-azure .az-area-media {
  position: relative;
  height: clamp(126px, 14vw, 184px);
  border-radius: 18px;
  border: 1px solid rgba(193, 220, 246, 0.24);
  background:
    linear-gradient(160deg, rgba(20, 40, 67, 0.58), rgba(10, 21, 36, 0.36)),
    radial-gradient(circle at 20% 16%, rgba(173, 213, 249, 0.36), rgba(173, 213, 249, 0) 58%);
  overflow: hidden;
}

.homepage-azure .az-area-media span {
  position: absolute;
  display: block;
}

.homepage-azure .az-area-media-hotel span {
  border-radius: 12px;
  background: linear-gradient(162deg, rgba(218, 237, 255, 0.7), rgba(77, 113, 160, 0.2));
  border: 1px solid rgba(196, 224, 251, 0.28);
}

.homepage-azure .az-area-media-hotel span:nth-child(1) { left: 10%; top: 16%; width: 44%; height: 30%; }
.homepage-azure .az-area-media-hotel span:nth-child(2) { left: 56%; top: 16%; width: 34%; height: 58%; }
.homepage-azure .az-area-media-hotel span:nth-child(3) { left: 10%; top: 54%; width: 40%; height: 28%; }

.homepage-azure .az-area-media-valet span {
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(109, 176, 240, 0.88), rgba(109, 176, 240, 0.2));
}

.homepage-azure .az-area-media-valet span:nth-child(1) { left: 8%; top: 28%; width: 78%; height: 10px; }
.homepage-azure .az-area-media-valet span:nth-child(2) { left: 18%; top: 50%; width: 66%; height: 10px; }
.homepage-azure .az-area-media-valet span:nth-child(3) { left: 30%; top: 72%; width: 46%; height: 10px; }

.homepage-azure .az-area-media-spa span {
  border-radius: 50%;
  background: radial-gradient(circle, rgba(210, 233, 255, 0.88), rgba(105, 154, 209, 0.2));
}

.homepage-azure .az-area-media-spa span:nth-child(1) { width: 94px; height: 94px; left: 18%; top: 24%; }
.homepage-azure .az-area-media-spa span:nth-child(2) { width: 126px; height: 126px; right: 12%; top: 10%; }

.homepage-azure .az-area-media-dining span {
  border-radius: 10px;
  border: 1px solid rgba(197, 224, 248, 0.28);
  background: linear-gradient(160deg, rgba(232, 242, 255, 0.62), rgba(81, 121, 172, 0.24));
}

.homepage-azure .az-area-media-dining span:nth-child(1) { left: 10%; top: 18%; width: 18%; height: 62%; }
.homepage-azure .az-area-media-dining span:nth-child(2) { left: 32%; top: 26%; width: 18%; height: 54%; }
.homepage-azure .az-area-media-dining span:nth-child(3) { left: 54%; top: 14%; width: 18%; height: 66%; }
.homepage-azure .az-area-media-dining span:nth-child(4) { left: 76%; top: 30%; width: 14%; height: 48%; }

.homepage-azure .az-area-media-events span {
  border-radius: 999px;
  border: 1px solid rgba(193, 219, 246, 0.26);
}

.homepage-azure .az-area-media-events span:nth-child(1) { inset: 12% 8%; }
.homepage-azure .az-area-media-events span:nth-child(2) { inset: 24% 20%; }
.homepage-azure .az-area-media-events span:nth-child(3) { inset: 36% 32%; }

.homepage-azure .az-area-media-night span {
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(219, 204, 255, 0.82), rgba(106, 80, 171, 0.3));
}

.homepage-azure .az-area-media-night span:nth-child(1) { width: 18px; height: 18px; left: 22%; top: 28%; }
.homepage-azure .az-area-media-night span:nth-child(2) { width: 24px; height: 24px; left: 48%; top: 44%; }
.homepage-azure .az-area-media-night span:nth-child(3) { width: 16px; height: 16px; left: 72%; top: 30%; }

.homepage-azure .az-area-media-enterprise span {
  border-radius: 14px;
  border: 1px solid rgba(188, 216, 241, 0.3);
  background: linear-gradient(156deg, rgba(224, 238, 253, 0.64), rgba(78, 117, 165, 0.24));
}

.homepage-azure .az-area-media-enterprise span:nth-child(1) { left: 10%; top: 16%; width: 80%; height: 20%; }
.homepage-azure .az-area-media-enterprise span:nth-child(2) { left: 10%; top: 44%; width: 58%; height: 20%; }
.homepage-azure .az-area-media-enterprise span:nth-child(3) { left: 10%; top: 72%; width: 34%; height: 14%; }
.homepage-azure .az-area-media-enterprise span:nth-child(4) { left: 50%; top: 72%; width: 40%; height: 14%; }

.homepage-azure .az-voices {
  position: relative;
  z-index: 18;
  padding: clamp(50px, 7vh, 84px) 0 clamp(84px, 11vh, 126px);
  background:
    radial-gradient(920px 520px at 8% 10%, rgba(164, 205, 244, 0.08), transparent 72%),
    radial-gradient(900px 560px at 92% 84%, rgba(229, 198, 156, 0.08), transparent 74%),
    linear-gradient(144deg, #10131d 0%, #161a26 44%, #1a1d2a 100%);
  border-top: 1px solid rgba(185, 207, 231, 0.14);
}

.homepage-azure .az-voices-rail {
  width: min(1280px, 96vw);
  margin: 0 auto;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(min(460px, 72vw), 1fr);
  gap: clamp(14px, 1.4vw, 20px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  touch-action: pan-y pinch-zoom;
  padding: 6px 2px 10px;
  scrollbar-width: none;
}

.homepage-azure .az-voices-rail::-webkit-scrollbar {
  display: none;
}

.homepage-azure .az-voice-card {
  scroll-snap-align: start;
  min-height: clamp(320px, 36vw, 380px);
  border-radius: clamp(22px, 1.8vw, 28px);
  padding: clamp(22px, 2vw, 30px);
  border: 1px solid rgba(196, 220, 247, 0.22);
  background:
    radial-gradient(circle at 20% 10%, rgba(177, 216, 250, 0.18), transparent 46%),
    linear-gradient(168deg, rgba(8, 14, 24, 0.95), rgba(6, 11, 20, 0.98));
  box-shadow: 0 20px 42px rgba(2, 6, 14, 0.42), inset 0 0 0 1px rgba(245, 251, 255, 0.05);
  display: grid;
  align-content: start;
  gap: 16px;
}

.homepage-azure .az-voice-photo {
  width: clamp(66px, 4.8vw, 88px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(204, 228, 250, 0.46);
  box-shadow: 0 8px 20px rgba(5, 14, 25, 0.36), inset 0 0 0 1px rgba(245, 251, 255, 0.2);
}

.homepage-azure .az-voice-photo span {
  font-size: clamp(18px, 1.25vw, 22px);
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #f5f9ff;
}

.homepage-azure .az-photo-a { background: linear-gradient(150deg, #6a93cc, #233d6b); }
.homepage-azure .az-photo-b { background: linear-gradient(150deg, #4f8b7b, #1f4b41); }
.homepage-azure .az-photo-c { background: linear-gradient(150deg, #9c7daa, #4d3457); }
.homepage-azure .az-photo-d { background: linear-gradient(150deg, #9f7d63, #4f3728); }
.homepage-azure .az-photo-e { background: linear-gradient(150deg, #6a869f, #273b4d); }
.homepage-azure .az-photo-f { background: linear-gradient(150deg, #7e8fc2, #2d3d73); }

.homepage-azure .az-voice-quote {
  margin: 0;
  color: rgba(226, 238, 250, 0.95);
  font-size: clamp(18px, 1.24vw, 22px);
  line-height: 1.48;
}

.homepage-azure .az-voice-meta {
  margin: 0;
  color: rgba(176, 203, 231, 0.9);
  font-size: clamp(13px, 0.9vw, 15px);
  letter-spacing: 0.02em;
}

@keyframes azAtmosGradientDrift {
  0% {
    background-position: 100% 0%, 0% 100%, 50% 50%;
  }
  100% {
    background-position: 92% 8%, 8% 92%, 52% 48%;
  }
}

@keyframes azAmbientCloudA {
  0% {
    transform: translate3d(calc(var(--mx) * 0.12), calc(var(--my) * 0.1), 0);
  }
  100% {
    transform: translate3d(calc(var(--mx) * 0.12 + 38px), calc(var(--my) * 0.1 - 26px), 0);
  }
}

@keyframes azAmbientCloudB {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-42px, 28px, 0);
  }
}

@keyframes azAmbientCloudC {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(36px, -24px, 0);
  }
}

@keyframes azSlideBgSweepA {
  0% {
    transform: translate3d(-1.8%, -1.2%, 0) scale(1.06);
  }
  100% {
    transform: translate3d(2%, 1.4%, 0) scale(1.02);
  }
}

@keyframes azSlideBgSweepB {
  0% {
    transform: translate3d(2.2%, -1.4%, 0) scale(1.04);
  }
  100% {
    transform: translate3d(-1.8%, 1.8%, 0) scale(1.08);
  }
}

@keyframes azSlideBgSweepC {
  0% {
    transform: translate3d(-1.4%, 1.8%, 0) scale(1.07);
  }
  100% {
    transform: translate3d(2%, -1.6%, 0) scale(1.03);
  }
}

@keyframes azSlideMediaFloatA {
  0% {
    transform: translate3d(0, 0, 0) rotate(-0.6deg);
  }
  100% {
    transform: translate3d(0, -12px, 0) rotate(0.4deg);
  }
}

@keyframes azSlideMediaFloatB {
  0% {
    transform: translate3d(0, 0, 0) rotate(0.8deg);
  }
  100% {
    transform: translate3d(-8px, -10px, 0) rotate(-0.4deg);
  }
}

@keyframes azSlideMediaFloatC {
  0% {
    transform: translate3d(0, 0, 0) rotate(-0.8deg);
  }
  100% {
    transform: translate3d(10px, -9px, 0) rotate(0.5deg);
  }
}

@keyframes azSlideMediaPulse {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(0, -8px, 0) scale(1.016);
  }
}

@keyframes azSlideMediaDriftY {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -14px, 0);
  }
}

@keyframes azSlideMediaHalo {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 30px 58px rgba(4, 14, 30, 0.36), 0 0 0 1px rgba(246, 250, 255, 0.34) inset;
  }
  100% {
    transform: translate3d(0, -10px, 0) scale(1.02);
    box-shadow: 0 34px 66px rgba(4, 14, 30, 0.42), 0 0 0 1px rgba(246, 250, 255, 0.44) inset;
  }
}

@media (max-width: 980px) {
  .homepage-azure .az-wordmark {
    top: 18px;
    left: 16px;
    font-size: clamp(18px, 6.5vw, 24px);
    letter-spacing: 0.14em;
  }

  .homepage-azure .az-hero {
    padding: 94px 5% 114px;
  }

  .homepage-azure .az-hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    row-gap: 28px;
    align-items: start;
  }

  .homepage-azure .az-copy {
    padding: 0;
    margin-left: 0;
    max-width: 100%;
    align-self: start;
    padding-bottom: 0;
  }

  .homepage-azure .az-copy h1 {
    font-size: clamp(54px, 13.6vw, 94px);
    line-height: 0.88;
  }

  .homepage-azure .az-copy h1 span + span {
    margin-top: -0.06em;
  }

  .homepage-azure .az-subcopy {
    margin-top: 24px;
    max-width: 94%;
    font-size: clamp(19px, 5vw, 25px);
  }

  .homepage-azure .az-phase-label {
    font-size: clamp(20px, 5.2vw, 30px);
    transform: translate3d(-50%, calc(-50% - 162px + (1 - var(--focus-next-label)) * 18px), 0);
  }

  .homepage-azure .az-slide-stack {
    left: 50%;
    right: auto;
    transform: translate3d(-50%, -50%, 0);
    width: min(94vw, 700px);
    min-height: 430px;
    top: 58%;
  }

  .homepage-azure .az-slide[data-slide] {
    transform: translate3d(0, 30px, 0) scale(0.96);
  }

  .homepage-azure .az-slide[data-slide] .az-slide-shell {
    grid-template-columns: 1fr;
    gap: 18px;
    justify-items: center;
  }

  .homepage-azure .az-slide[data-slide] .az-slide-copy {
    order: 1;
    max-width: min(92vw, 660px);
    text-align: center;
  }

  .homepage-azure .az-slide[data-slide] .az-slide-media {
    order: 2;
    width: min(82vw, 420px);
    transform: translate3d(0, 28px, 0) scale(0.9);
  }

  .homepage-azure .az-slide h3 {
    font-size: clamp(28px, 8.4vw, 52px);
    line-height: 1.04;
  }

  .homepage-azure .az-slide p span {
    font-size: clamp(18px, 4.6vw, 28px);
    line-height: 1.28;
    --line-x: 0px;
    --line-y: 16px;
  }

  .homepage-azure .az-hero.slides-active .az-phase-label {
    transform: translate3d(-50%, calc(-50% - 186px), 0);
  }

  .homepage-azure .az-highlights {
    padding: clamp(52px, 7vh, 74px) 0 clamp(70px, 9vh, 98px);
  }

  .homepage-azure .az-highlights-head {
    width: min(94vw, 760px);
    margin-bottom: 14px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .homepage-azure .az-section-head {
    width: min(94vw, 760px);
    margin-bottom: 14px;
  }

  .homepage-azure .az-highlights h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .homepage-azure .az-highlights-rail {
    width: 96vw;
    grid-auto-columns: minmax(min(90vw, 560px), 1fr);
  }

  .homepage-azure .az-highlight-card {
    min-height: 430px;
    padding: 24px;
  }

  .homepage-azure .az-highlight-card h3 {
    font-size: clamp(24px, 6.4vw, 34px);
  }

  .homepage-azure .az-highlight-card li {
    font-size: clamp(16px, 4.2vw, 22px);
  }

  .homepage-azure .az-areas,
  .homepage-azure .az-voices {
    padding: clamp(48px, 7vh, 70px) 0 clamp(68px, 9vh, 94px);
  }

  .homepage-azure .az-section-head h2 {
    font-size: clamp(32px, 9.2vw, 44px);
  }

  .homepage-azure .az-section-head p {
    font-size: clamp(15px, 3.9vw, 18px);
  }

  .homepage-azure .az-areas-rail {
    width: 96vw;
    grid-auto-columns: minmax(min(90vw, 540px), 1fr);
  }

  .homepage-azure .az-area-card {
    min-height: 390px;
    padding: 22px;
  }

  .homepage-azure .az-area-card h3 {
    font-size: clamp(24px, 6.6vw, 34px);
  }

  .homepage-azure .az-area-card li {
    font-size: clamp(15px, 4vw, 19px);
  }

  .homepage-azure .az-voices-rail {
    width: 96vw;
    grid-auto-columns: minmax(min(90vw, 520px), 1fr);
  }

  .homepage-azure .az-voice-card {
    min-height: 300px;
    padding: 20px;
  }

  .homepage-azure .az-voice-quote {
    font-size: clamp(17px, 4.4vw, 21px);
  }

  .homepage-azure .az-highlights-controls,
  .homepage-azure .az-areas-controls,
  .homepage-azure .az-voices-controls {
    width: 94vw;
    justify-content: flex-start;
    gap: 12px;
  }

  .homepage-azure .az-highlights-slider,
  .homepage-azure .az-areas-slider,
  .homepage-azure .az-voices-slider {
    width: min(280px, 62vw);
  }

  .homepage-azure .az-actions {
    position: static;
    right: auto;
    top: auto;
    margin-top: 30px;
    gap: 12px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .homepage-azure .az-side-note {
    justify-self: start;
    max-width: min(420px, 100%);
    gap: 14px;
    margin-top: 10px;
  }

  .homepage-azure .az-side-visual {
    width: min(360px, 86vw);
  }

  .homepage-azure .az-side-note p {
    font-size: clamp(18px, 5vw, 26px);
    max-width: 320px;
  }

  .homepage-azure .az-bottom-dock {
    transform: translate3d(0, calc(var(--sy) * 0.02), 0);
  }

  .homepage-azure .az-spotlight,
  .homepage-azure .az-glow-a,
  .homepage-azure .az-glow-b {
    animation-duration: 66s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .homepage-azure {
    animation: none !important;
  }

  .homepage-azure .az-white-reveal {
    opacity: 0 !important;
    clip-path: circle(0 at 50% 50%) !important;
    transition: none !important;
  }
 
  .homepage-azure .az-phase-label {
    opacity: 0 !important;
    transform: translate3d(-50%, -50%, 0) !important;
    transition: none !important;
  }

  .homepage-azure .az-slide-backdrop,
  .homepage-azure .az-slide-bg {
    opacity: 0 !important;
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }

  .homepage-azure .az-slide-stack {
    opacity: 0 !important;
    transition: none !important;
  }

  .homepage-azure .az-slide,
  .homepage-azure .az-slide-media {
    opacity: 0 !important;
    transform: none !important;
    transition: none !important;
    filter: none !important;
    animation: none !important;
  }

  .homepage-azure .az-copy h1,
  .homepage-azure .az-hero.focus-active .az-eyebrow,
  .homepage-azure .az-hero.focus-active .az-subcopy {
    opacity: 1 !important;
    transform: none !important;
    color: #f8f1e6 !important;
  }

  .homepage-azure .az-highlights-rail,
  .homepage-azure .az-areas-rail,
  .homepage-azure .az-voices-rail {
    scroll-behavior: auto !important;
  }

  .homepage-azure .az-highlight-card,
  .homepage-azure .az-highlight-media,
  .homepage-azure .az-area-card,
  .homepage-azure .az-area-media,
  .homepage-azure .az-voice-card,
  .homepage-azure .az-voice-photo,
  .homepage-azure .az-dot,
  .homepage-azure .az-area-dot,
  .homepage-azure .az-voice-dot {
    transition: none !important;
    animation: none !important;
  }

  .homepage-azure .az-spotlight,
  .homepage-azure .az-glow-a,
  .homepage-azure .az-glow-b,
  .homepage-azure .az-background,
  .homepage-azure .az-side-visual {
    animation: none !important;
    transform: none !important;
  }
}

/* Shared polish for the active azure theme */
:root {
  --tipster-ink: #a79277;
  --tipster-ink-soft: #b8a58c;
  --tipster-panel: rgba(167, 146, 119, 0.84);
  --tipster-panel-strong: rgba(149, 129, 104, 0.94);
  --tipster-panel-light: rgba(255, 248, 239, 0.98);
  --tipster-copy: #fff2e1;
  --tipster-copy-soft: rgba(255, 242, 225, 0.82);
  --tipster-accent: #fff2e1;
  --tipster-accent-strong: #fff8ef;
  --tipster-accent-cool: #ead8c2;
  --tipster-border: rgba(255, 242, 225, 0.18);
  --tipster-border-strong: rgba(255, 242, 225, 0.32);
  --tipster-shadow: 0 24px 60px rgba(86, 69, 49, 0.2);
}

html {
  background: var(--tipster-ink);
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background: rgba(255, 242, 225, 0.26);
  color: #6b5a46;
}

.homepage-azure,
.subpage-azure {
  color: var(--tipster-copy);
  background-color: var(--tipster-ink);
}

.homepage-azure {
  background:
    radial-gradient(1200px 720px at 92% 8%, rgba(255, 242, 225, 0.2), transparent 68%),
    radial-gradient(960px 620px at 8% 86%, rgba(128, 108, 84, 0.18), transparent 72%),
    linear-gradient(142deg, #907b62 0%, #a79277 42%, #b8a58c 72%, #cbb79d 100%);
}

.subpage-azure {
  background:
    radial-gradient(1000px 680px at 108% 0%, rgba(255, 242, 225, 0.16), transparent 72%),
    radial-gradient(760px 520px at -8% 90%, rgba(128, 108, 84, 0.18), transparent 72%),
    linear-gradient(140deg, #907b62 0%, #a79277 44%, #b8a58c 72%, #cdb9a1 100%);
}

.homepage-azure a,
.subpage-azure a {
  text-underline-offset: 0.22em;
}

.homepage-azure .az-main {
  padding-bottom: 120px;
}

.homepage-azure .az-hero {
  min-height: 100svh;
  padding-top: clamp(96px, 11vh, 138px);
}

.homepage-azure .az-wordmark,
.homepage-azure .az-copy,
.homepage-azure .az-actions,
.homepage-azure .az-bottom-dock {
  transition:
    opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 240ms ease,
    background-color 240ms ease,
    border-color 240ms ease;
}

.homepage-azure .az-wordmark {
  color: var(--tipster-copy);
  letter-spacing: 0.22em;
  text-shadow: 0 12px 34px rgba(86, 69, 49, 0.18);
}

.homepage-azure .az-copy {
  max-width: min(780px, 62vw);
}

.homepage-azure .az-copy h1 {
  max-width: 820px;
  color: var(--tipster-copy);
  text-shadow: 0 18px 50px rgba(86, 69, 49, 0.22);
}

.homepage-azure .az-eyebrow {
  color: rgba(255, 242, 225, 0.84);
  letter-spacing: 0.28em;
}

.homepage-azure .az-subcopy {
  max-width: 34rem;
  margin-top: 32px;
  color: var(--tipster-copy-soft);
}

.homepage-azure .az-actions {
  gap: 14px;
  margin-top: 34px;
}

.homepage-azure .az-btn,
.subpage-azure .btn {
  min-height: 54px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    color 220ms ease;
}

.homepage-azure .az-btn:hover,
.subpage-azure .btn:hover {
  transform: translateY(-3px);
}

.homepage-azure .az-btn-primary,
.subpage-azure .btn.btn-primary {
  background: linear-gradient(145deg, #fff2e1 0%, #fff8ef 100%);
  color: #6b5a46;
  box-shadow:
    0 18px 42px rgba(86, 69, 49, 0.16),
    0 0 0 1px rgba(255, 242, 225, 0.16);
}

.homepage-azure .az-btn-primary:hover,
.subpage-azure .btn.btn-primary:hover {
  box-shadow:
    0 24px 50px rgba(86, 69, 49, 0.22),
    0 0 18px rgba(255, 242, 225, 0.18);
}

.homepage-azure .az-btn-ghost,
.subpage-azure .btn.btn-ghost {
  color: var(--tipster-copy);
  border: 1px solid rgba(255, 242, 225, 0.18);
  background: rgba(255, 242, 225, 0.08);
}

.homepage-azure .az-btn-ghost:hover,
.subpage-azure .btn.btn-ghost:hover {
  color: #fff8ef;
  background: rgba(255, 242, 225, 0.14);
  border-color: rgba(255, 242, 225, 0.3);
}

.homepage-azure .az-bottom-dock,
.subpage-azure .az-bottom-dock {
  width: fit-content;
  max-width: calc(100% - 28px);
  padding: 10px;
  gap: 8px;
  bottom: 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 242, 225, 0.16);
  background: rgba(143, 123, 98, 0.84);
  box-shadow:
    0 18px 40px rgba(86, 69, 49, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
}

.homepage-azure .az-bottom-dock a,
.subpage-azure .az-bottom-dock a {
  min-height: 42px;
  border-radius: 999px;
  font-weight: 600;
  color: rgba(255, 242, 225, 0.9);
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.homepage-azure .az-bottom-dock a:hover,
.subpage-azure .az-bottom-dock a:hover {
  transform: translateY(-1px);
  background: rgba(255, 242, 225, 0.12);
  color: #fff8ef;
}

.homepage-azure .az-bottom-dock a.is-current,
.subpage-azure .az-bottom-dock a.is-current {
  background: rgba(255, 242, 225, 0.14);
  color: #fff8ef;
  box-shadow: inset 0 0 0 1px rgba(255, 242, 225, 0.18);
}

.homepage-azure .az-bottom-dock .az-home-link,
.subpage-azure .az-bottom-dock .az-home-link {
  background: linear-gradient(145deg, #fff2e1 0%, #fff8ef 100%);
  color: #6b5a46;
  box-shadow: 0 10px 24px rgba(86, 69, 49, 0.14);
}

.subpage-azure section {
  padding: clamp(24px, 3vw, 40px) 4.8vw;
}

.subpage-azure .subpage-hero {
  min-height: clamp(300px, 44vh, 430px);
  padding-top: clamp(44px, 6vh, 72px);
  gap: 18px;
}

.subpage-azure .subpage-hero::after {
  content: "";
  width: min(180px, 34vw);
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 242, 225, 0.78), rgba(255, 242, 225, 0.12));
}

.subpage-azure .sub-title {
  max-width: 14ch;
  line-height: 0.98;
}

.subpage-azure .sub-text {
  max-width: 52rem;
  color: var(--tipster-copy-soft);
}

.subpage-azure .sub-grid,
.subpage-azure .contact-layout,
.subpage-azure .config-layout,
.subpage-azure .pricing-section .compare-header,
.subpage-azure .pricing-section .pricing-grid,
.subpage-azure .custom-plan-section .consultation-panel {
  width: min(1180px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.subpage-azure .sub-grid {
  gap: 22px;
}

.subpage-azure .sub-card,
.subpage-azure .content-panel,
.subpage-azure .contact-form,
.subpage-azure .plan-card,
.subpage-azure .checkout-form,
.subpage-azure .checkout-summary-card,
.subpage-azure .config-section,
.subpage-azure .config-summary {
  border-radius: 30px;
  border: 1px solid var(--tipster-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    linear-gradient(165deg, rgba(175, 155, 128, 0.92), rgba(146, 126, 101, 0.9));
  box-shadow: var(--tipster-shadow);
  backdrop-filter: blur(18px);
}

.subpage-azure .sub-card,
.subpage-azure .plan-card,
.subpage-azure .metric-card,
.subpage-azure .config-item {
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease;
}

.subpage-azure .sub-card:hover,
.subpage-azure .plan-card:hover,
.subpage-azure .metric-card:hover,
.subpage-azure .config-item:hover {
  transform: translateY(-6px);
  border-color: var(--tipster-border-strong);
  box-shadow: 0 28px 70px rgba(86, 69, 49, 0.22);
}

.subpage-azure .sub-card h3,
.subpage-azure .panel-title,
.subpage-azure .plan-title,
.subpage-azure .plan-price,
.subpage-azure .big-metric {
  color: var(--tipster-copy);
  letter-spacing: -0.02em;
}

.subpage-azure .sub-card p,
.subpage-azure .content-panel p,
.subpage-azure .plan-features li,
.subpage-azure .plan-tags li,
.subpage-azure .buying-copy,
.subpage-azure .checkout-order-row span,
.subpage-azure .checkout-security-note,
.subpage-azure .field-help,
.subpage-azure .plan-note {
  color: var(--tipster-copy-soft);
  line-height: 1.68;
}

.subpage-azure .plan-subtitle,
.subpage-azure .checkout-section-title,
.subpage-azure .field-head label,
.subpage-azure .plan-best-for h4,
.subpage-azure .plan-meta-label {
  color: rgba(255, 242, 225, 0.82);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.subpage-azure .plan-price .plan-amount,
.subpage-azure .big-metric {
  font-family: "Red Hat Display", Arial, sans-serif;
}

.subpage-azure .plan-cycle,
.subpage-azure .plan-slates,
.subpage-azure .plan-meta-value,
.subpage-azure .checkout-order-row strong,
.subpage-azure .signup-purchase-title {
  color: #fff8ef;
}

.subpage-azure .plan-meta,
.subpage-azure .checkout-order-summary,
.subpage-azure .checkout-success,
.subpage-azure .signup-purchase-summary {
  border-radius: 22px;
  border: 1px solid rgba(255, 242, 225, 0.14);
  background: rgba(255, 242, 225, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.subpage-azure .plan-toggle {
  border-radius: 999px;
  border: 1px solid rgba(255, 242, 225, 0.16);
  background: rgba(255, 242, 225, 0.08);
  color: var(--tipster-copy);
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.subpage-azure .plan-toggle:hover {
  transform: translateY(-1px);
  background: rgba(255, 242, 225, 0.16);
  border-color: rgba(255, 242, 225, 0.3);
}

.subpage-azure .plan-about {
  border-top-color: rgba(255, 242, 225, 0.14);
}

.subpage-azure .compare-header h2,
.subpage-azure .checkout-form-head .panel-title {
  color: var(--tipster-copy);
}

.subpage-azure .compare-header p,
.subpage-azure .checkout-form-head p {
  color: var(--tipster-copy-soft);
}

.subpage-azure .contact-form,
.subpage-azure .checkout-form {
  gap: 16px;
}

.subpage-azure .field,
.subpage-azure .config-grid select,
.subpage-azure .picker-trigger,
.subpage-azure .picker-menu,
.subpage-azure textarea.field {
  min-height: 54px;
  border-radius: 16px;
  border: 1px solid rgba(255, 242, 225, 0.18);
  background: rgba(255, 250, 244, 0.98);
  color: #6b5a46;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.subpage-azure .field::placeholder,
.subpage-azure textarea.field::placeholder {
  color: rgba(107, 90, 70, 0.52);
}

.subpage-azure .field:focus,
.subpage-azure .config-grid select:focus,
.subpage-azure .picker-trigger:focus,
.subpage-azure textarea.field:focus {
  outline: none;
  border-color: rgba(255, 242, 225, 0.42);
  background: #fffdf9;
  box-shadow:
    0 0 0 4px rgba(255, 242, 225, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.subpage-azure .field-area {
  min-height: 180px;
}

.contact-page .contact-status {
  margin: 8px 0 0;
  font-size: 13px;
  color: var(--tipster-copy-soft);
}

.subpage-azure .checkout-checkbox {
  border-radius: 18px;
  border: 1px solid rgba(255, 242, 225, 0.12);
  background: rgba(255, 242, 225, 0.08);
}

.subpage-azure .checkout-checkbox input {
  accent-color: var(--tipster-accent);
}

.subpage-azure .config-item {
  border-radius: 24px;
  background: rgba(255, 242, 225, 0.08);
}

.subpage-azure .picker-menu {
  border-radius: 18px;
  background: rgba(255, 248, 239, 0.98);
  box-shadow: 0 20px 40px rgba(86, 69, 49, 0.14);
}

.subpage-azure .color-option {
  border: 2px solid rgba(255, 255, 255, 0.24);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.subpage-azure .color-option.active {
  border-color: #fff8ef;
  box-shadow:
    0 0 0 4px rgba(255, 242, 225, 0.14),
    inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.subpage-azure .tip-block-preview {
  background:
    radial-gradient(circle at 24% 22%, rgba(255, 242, 225, 0.2), transparent 42%),
    linear-gradient(145deg, rgba(167, 146, 119, 0.92), rgba(143, 123, 98, 0.86));
  border: 1px solid rgba(255, 242, 225, 0.16);
}

.subpage-azure .config-divider {
  border-color: rgba(255, 242, 225, 0.14);
}

.shop-page .pricing-grid {
  gap: 22px;
}

.shop-page .installation-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.shop-page .subscription-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.shop-page .plan-card.is-featured {
  border-color: rgba(255, 242, 225, 0.26);
  background:
    radial-gradient(circle at 84% 0%, rgba(255, 242, 225, 0.16), transparent 34%),
    linear-gradient(160deg, rgba(175, 155, 128, 0.96), rgba(146, 126, 101, 0.92));
}

.shop-page .plan-badge {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: linear-gradient(145deg, #fff2e1 0%, #fff8ef 100%);
  color: #6b5a46;
  box-shadow: 0 12px 24px rgba(86, 69, 49, 0.12);
}

.dashboard-page .metric-card {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 242, 225, 0.16), transparent 38%),
    linear-gradient(160deg, rgba(175, 155, 128, 0.96), rgba(146, 126, 101, 0.88));
}

.dashboard-page .big-metric {
  font-size: clamp(30px, 3.4vw, 48px);
}

.dashboard-page .chart-panel canvas {
  padding: 12px;
  background: rgba(255, 242, 225, 0.12);
  border: 1px solid rgba(255, 242, 225, 0.14);
}

.reveal-up {
  opacity: 0;
  transform: translate3d(0, 28px, 0) scale(0.985);
  filter: blur(8px);
  transition:
    opacity 680ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 680ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 680ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-up.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.home-entry-screen {
  position: fixed;
  inset: 0;
  z-index: 45;
  display: grid;
  place-items: center;
  gap: 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at center, rgba(255, 242, 225, 0.2) 0%, rgba(167, 146, 119, 0) 36%),
    linear-gradient(180deg, rgba(167, 146, 119, 0.94), rgba(167, 146, 119, 0.98));
}

.home-entry-screen__halo {
  position: absolute;
  width: min(68vw, 760px);
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255, 242, 225, 0.26) 0%, rgba(255, 242, 225, 0.12) 46%, rgba(167, 146, 119, 0) 72%);
  filter: blur(12px);
  opacity: 0;
}

.home-entry-screen__wordmark {
  position: relative;
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: clamp(26px, 3.2vw, 44px);
  font-weight: 700;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--tipster-copy);
  opacity: 0;
  transform: translate3d(0, 20px, 0) scale(0.98);
}

.home-entry-screen__line {
  width: min(54vw, 520px);
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 242, 225, 0), rgba(255, 242, 225, 0.84), rgba(255, 248, 239, 0.92), rgba(255, 242, 225, 0));
  opacity: 0;
  transform: scaleX(0.25);
}

html.home-intro-pending body.homepage-azure {
  overflow: hidden;
}

html.home-intro-pending body.homepage-azure .home-entry-screen,
body.home-opening.homepage-azure .home-entry-screen {
  opacity: 1;
  visibility: visible;
}

html.home-intro-pending body.homepage-azure .az-wordmark,
html.home-intro-pending body.homepage-azure .az-copy,
html.home-intro-pending body.homepage-azure .az-actions,
body.home-opening.homepage-azure .az-wordmark,
body.home-opening.homepage-azure .az-copy,
body.home-opening.homepage-azure .az-actions {
  opacity: 0;
  transform: translate3d(0, 24px, 0) scale(0.985);
}

html.home-intro-pending body.homepage-azure .az-bottom-dock,
body.home-opening.homepage-azure .az-bottom-dock {
  opacity: 0;
  transform: translate3d(-50%, 24px, 0) scale(0.985);
}

body.home-opening.homepage-azure .home-entry-screen__halo {
  animation: homeEntryHalo 1.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

body.home-opening.homepage-azure .home-entry-screen__wordmark {
  animation: homeEntryWordmark 1.2s cubic-bezier(0.22, 1, 0.36, 1) 120ms forwards;
}

body.home-opening.homepage-azure .home-entry-screen__line {
  animation: homeEntryLine 1.05s cubic-bezier(0.22, 1, 0.36, 1) 220ms forwards;
}

body.home-intro-done.homepage-azure .az-wordmark,
body.home-intro-done.homepage-azure .az-copy,
body.home-intro-done.homepage-azure .az-actions {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

body.home-intro-done.homepage-azure .az-bottom-dock {
  opacity: 1;
  transform: translate3d(-50%, 0, 0) scale(1);
}

body.home-intro-done.homepage-azure .home-entry-screen {
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms ease, visibility 0s linear 400ms;
}

@keyframes homeEntryHalo {
  0% {
    opacity: 0;
    transform: scale(0.74);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}

@keyframes homeEntryWordmark {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0) scale(0.98);
    letter-spacing: 0.64em;
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -8px, 0) scale(1.02);
    letter-spacing: 0.5em;
  }
}

@keyframes homeEntryLine {
  0% {
    opacity: 0;
    transform: scaleX(0.25);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}

@media (max-width: 900px) {
  .homepage-azure .az-copy {
    max-width: 100%;
    margin-left: 0;
  }

  .homepage-azure .az-subcopy {
    margin-top: 24px;
  }

  .homepage-azure .az-actions {
    gap: 12px;
  }

  .homepage-azure .az-btn,
  .subpage-azure .btn {
    width: 100%;
    justify-content: center;
  }

  .homepage-azure .az-bottom-dock,
  .subpage-azure .az-bottom-dock {
    width: calc(100% - 20px);
    bottom: 16px;
    padding: 8px;
  }

  .homepage-azure .az-bottom-dock a,
  .subpage-azure .az-bottom-dock a {
    min-height: 40px;
    font-size: 13px;
  }

  .subpage-azure .sub-title {
    max-width: 11ch;
  }

  .subpage-azure .sub-card,
  .subpage-azure .content-panel,
  .subpage-azure .contact-form,
  .subpage-azure .plan-card,
  .subpage-azure .checkout-form,
  .subpage-azure .checkout-summary-card,
  .subpage-azure .config-section,
  .subpage-azure .config-summary {
    border-radius: 24px;
  }

  .shop-page .installation-grid,
  .shop-page .subscription-grid {
    grid-template-columns: 1fr;
  }

  .home-entry-screen__wordmark {
    letter-spacing: 0.26em;
  }

  .home-entry-screen__line {
    width: min(76vw, 360px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-up {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  .home-entry-screen,
  .home-entry-screen__halo,
  .home-entry-screen__wordmark,
  .home-entry-screen__line {
    animation: none !important;
    transition: none !important;
  }
}

/* Palette experiment: navy and gold */
:root {
  --tipster-ink: #0f172a;
  --tipster-ink-soft: #1e293b;
  --tipster-panel: rgba(15, 23, 42, 0.84);
  --tipster-panel-strong: rgba(9, 15, 28, 0.94);
  --tipster-panel-light: rgba(248, 244, 237, 0.98);
  --tipster-copy: #f8f4ed;
  --tipster-copy-soft: rgba(248, 244, 237, 0.78);
  --tipster-accent: #c89b3c;
  --tipster-accent-strong: #d7ad54;
  --tipster-accent-cool: #8e6f34;
  --tipster-border: rgba(200, 155, 60, 0.24);
  --tipster-border-strong: rgba(200, 155, 60, 0.42);
  --tipster-shadow: 0 26px 64px rgba(2, 6, 13, 0.44);
}

::selection {
  background: rgba(200, 155, 60, 0.26);
  color: #f8f4ed;
}

.homepage-azure,
.subpage-azure {
  color: var(--tipster-copy);
  background-color: var(--tipster-ink);
}

.homepage-azure {
  background:
    radial-gradient(1200px 720px at 92% 8%, rgba(200, 155, 60, 0.16), transparent 68%),
    radial-gradient(960px 620px at 8% 86%, rgba(30, 41, 59, 0.2), transparent 72%),
    linear-gradient(142deg, #0a1020 0%, #0f172a 42%, #162236 72%, #243247 100%);
}

.subpage-azure {
  background:
    radial-gradient(1000px 680px at 108% 0%, rgba(200, 155, 60, 0.14), transparent 72%),
    radial-gradient(760px 520px at -8% 90%, rgba(30, 41, 59, 0.24), transparent 72%),
    linear-gradient(140deg, #0a1020 0%, #0f172a 44%, #17243a 72%, #22324a 100%);
}

.homepage-azure .az-wordmark,
.homepage-azure .az-copy h1,
.subpage-azure .sub-card h3,
.subpage-azure .panel-title,
.subpage-azure .plan-title,
.subpage-azure .plan-price,
.subpage-azure .big-metric,
.subpage-azure .compare-header h2,
.subpage-azure .checkout-form-head .panel-title {
  color: var(--tipster-copy);
}

.homepage-azure .az-wordmark {
  text-shadow: 0 12px 34px rgba(2, 6, 13, 0.34);
}

.homepage-azure .az-copy h1 {
  text-shadow: 0 18px 50px rgba(2, 6, 13, 0.4);
}

.homepage-azure .az-eyebrow,
.subpage-azure .plan-subtitle,
.subpage-azure .checkout-section-title,
.subpage-azure .field-head label,
.subpage-azure .plan-best-for h4,
.subpage-azure .plan-meta-label {
  color: rgba(200, 155, 60, 0.86);
}

.homepage-azure .az-subcopy,
.subpage-azure .sub-text,
.subpage-azure .sub-card p,
.subpage-azure .content-panel p,
.subpage-azure .plan-features li,
.subpage-azure .plan-tags li,
.subpage-azure .buying-copy,
.subpage-azure .checkout-order-row span,
.subpage-azure .checkout-security-note,
.subpage-azure .field-help,
.subpage-azure .plan-note,
.subpage-azure .compare-header p,
.subpage-azure .checkout-form-head p {
  color: var(--tipster-copy-soft);
}

.homepage-azure .az-btn-primary,
.subpage-azure .btn.btn-primary,
.homepage-azure .az-bottom-dock .az-home-link,
.subpage-azure .az-bottom-dock .az-home-link,
.shop-page .plan-badge {
  background: linear-gradient(145deg, #c89b3c 0%, #d7ad54 100%);
  color: #0f172a;
  box-shadow:
    0 18px 42px rgba(2, 6, 13, 0.28),
    0 0 0 1px rgba(200, 155, 60, 0.18);
}

.homepage-azure .az-btn-primary:hover,
.subpage-azure .btn.btn-primary:hover {
  box-shadow:
    0 24px 50px rgba(2, 6, 13, 0.38),
    0 0 18px rgba(200, 155, 60, 0.18);
}

.homepage-azure .az-btn-ghost,
.subpage-azure .btn.btn-ghost,
.subpage-azure .plan-toggle {
  color: var(--tipster-copy);
  border-color: rgba(200, 155, 60, 0.26);
  background: rgba(200, 155, 60, 0.08);
}

.homepage-azure .az-btn-ghost:hover,
.subpage-azure .btn.btn-ghost:hover,
.subpage-azure .plan-toggle:hover {
  color: #fff8ef;
  background: rgba(200, 155, 60, 0.16);
  border-color: rgba(200, 155, 60, 0.38);
}

.homepage-azure .az-bottom-dock,
.subpage-azure .az-bottom-dock {
  border-color: rgba(200, 155, 60, 0.22);
  background: rgba(9, 15, 28, 0.82);
  box-shadow:
    0 18px 40px rgba(2, 6, 13, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.homepage-azure .az-bottom-dock a,
.subpage-azure .az-bottom-dock a,
.subpage-azure .plan-cycle,
.subpage-azure .plan-slates,
.subpage-azure .plan-meta-value,
.subpage-azure .checkout-order-row strong,
.subpage-azure .signup-purchase-title {
  color: rgba(248, 244, 237, 0.92);
}

.homepage-azure .az-bottom-dock a:hover,
.subpage-azure .az-bottom-dock a:hover,
.homepage-azure .az-bottom-dock a.is-current,
.subpage-azure .az-bottom-dock a.is-current {
  background: rgba(200, 155, 60, 0.14);
  color: #fff8ef;
}

.homepage-azure .az-bottom-dock a.is-current,
.subpage-azure .az-bottom-dock a.is-current {
  box-shadow: inset 0 0 0 1px rgba(200, 155, 60, 0.2);
}

.subpage-azure .subpage-hero::after {
  background: linear-gradient(90deg, rgba(200, 155, 60, 0.78), rgba(200, 155, 60, 0.08));
}

.subpage-azure .sub-card,
.subpage-azure .content-panel,
.subpage-azure .contact-form,
.subpage-azure .plan-card,
.subpage-azure .checkout-form,
.subpage-azure .checkout-summary-card,
.subpage-azure .config-section,
.subpage-azure .config-summary {
  border-color: var(--tipster-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    linear-gradient(165deg, rgba(18, 28, 48, 0.94), rgba(9, 15, 28, 0.9));
  box-shadow: var(--tipster-shadow);
}

.subpage-azure .sub-card:hover,
.subpage-azure .plan-card:hover,
.subpage-azure .metric-card:hover,
.subpage-azure .config-item:hover {
  border-color: var(--tipster-border-strong);
  box-shadow: 0 30px 72px rgba(2, 6, 13, 0.48);
}

.subpage-azure .plan-meta,
.subpage-azure .checkout-order-summary,
.subpage-azure .checkout-success,
.subpage-azure .signup-purchase-summary,
.subpage-azure .checkout-checkbox,
.subpage-azure .config-item {
  border-color: rgba(200, 155, 60, 0.16);
  background: rgba(200, 155, 60, 0.06);
}

.subpage-azure .plan-about,
.subpage-azure .config-divider {
  border-color: rgba(200, 155, 60, 0.14);
}

.subpage-azure .field,
.subpage-azure .config-grid select,
.subpage-azure .picker-trigger,
.subpage-azure .picker-menu,
.subpage-azure textarea.field {
  border-color: rgba(200, 155, 60, 0.24);
  background: rgba(248, 244, 237, 0.98);
  color: #17233a;
}

.subpage-azure .field::placeholder,
.subpage-azure textarea.field::placeholder {
  color: rgba(23, 35, 58, 0.52);
}

.subpage-azure .field:focus,
.subpage-azure .config-grid select:focus,
.subpage-azure .picker-trigger:focus,
.subpage-azure textarea.field:focus {
  border-color: rgba(200, 155, 60, 0.68);
  background: #fffdf8;
  box-shadow:
    0 0 0 4px rgba(200, 155, 60, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.subpage-azure .checkout-checkbox input {
  accent-color: var(--tipster-accent);
}

.subpage-azure .picker-menu {
  box-shadow: 0 20px 40px rgba(2, 6, 13, 0.22);
}

.subpage-azure .color-option.active {
  box-shadow:
    0 0 0 4px rgba(200, 155, 60, 0.18),
    inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.subpage-azure .tip-block-preview {
  background:
    radial-gradient(circle at 24% 22%, rgba(200, 155, 60, 0.18), transparent 42%),
    linear-gradient(145deg, rgba(15, 23, 42, 0.92), rgba(30, 41, 59, 0.88));
  border-color: rgba(200, 155, 60, 0.16);
}

.shop-page .plan-card.is-featured,
.dashboard-page .metric-card {
  border-color: rgba(200, 155, 60, 0.28);
  background:
    radial-gradient(circle at 84% 0%, rgba(200, 155, 60, 0.12), transparent 34%),
    linear-gradient(160deg, rgba(18, 28, 48, 0.96), rgba(9, 15, 28, 0.92));
}

.dashboard-page .chart-panel canvas {
  background: rgba(200, 155, 60, 0.05);
  border-color: rgba(200, 155, 60, 0.12);
}

.home-entry-screen {
  background:
    radial-gradient(circle at center, rgba(200, 155, 60, 0.14) 0%, rgba(15, 23, 42, 0) 36%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.94), rgba(15, 23, 42, 0.98));
}

.home-entry-screen__halo {
  background:
    radial-gradient(circle, rgba(200, 155, 60, 0.24) 0%, rgba(200, 155, 60, 0.1) 46%, rgba(15, 23, 42, 0) 72%);
}

.home-entry-screen__wordmark {
  color: var(--tipster-copy);
}

.home-entry-screen__line {
  background: linear-gradient(90deg, rgba(200, 155, 60, 0), rgba(200, 155, 60, 0.88), rgba(248, 244, 237, 0.4), rgba(200, 155, 60, 0));
}

/* Palette experiment: powder blue */
:root {
  --tipster-ink: #0d2440;
  --tipster-ink-soft: #163455;
  --tipster-panel: rgba(13, 36, 64, 0.86);
  --tipster-panel-strong: rgba(9, 26, 47, 0.94);
  --tipster-panel-light: rgba(231, 240, 250, 0.98);
  --tipster-copy: #e7f0fa;
  --tipster-copy-soft: rgba(231, 240, 250, 0.8);
  --tipster-accent: #7ba4d0;
  --tipster-accent-strong: #2e5e99;
  --tipster-accent-cool: #c5d9ee;
  --tipster-border: rgba(123, 164, 208, 0.24);
  --tipster-border-strong: rgba(123, 164, 208, 0.42);
  --tipster-shadow: 0 26px 64px rgba(2, 8, 18, 0.44);
}

::selection {
  background: rgba(123, 164, 208, 0.26);
  color: #e7f0fa;
}

.homepage-azure,
.subpage-azure {
  color: var(--tipster-copy);
  background-color: var(--tipster-ink);
}

.homepage-azure {
  background:
    radial-gradient(1200px 720px at 92% 8%, rgba(123, 164, 208, 0.18), transparent 68%),
    radial-gradient(960px 620px at 8% 86%, rgba(46, 94, 153, 0.22), transparent 72%),
    linear-gradient(142deg, #081628 0%, #0d2440 42%, #163455 72%, #244c79 100%);
}

.subpage-azure {
  background:
    radial-gradient(1000px 680px at 108% 0%, rgba(123, 164, 208, 0.16), transparent 72%),
    radial-gradient(760px 520px at -8% 90%, rgba(46, 94, 153, 0.24), transparent 72%),
    linear-gradient(140deg, #081628 0%, #0d2440 44%, #153250 72%, #20446e 100%);
}

.homepage-azure .az-wordmark,
.homepage-azure .az-copy h1,
.subpage-azure .sub-card h3,
.subpage-azure .panel-title,
.subpage-azure .plan-title,
.subpage-azure .plan-price,
.subpage-azure .big-metric,
.subpage-azure .compare-header h2,
.subpage-azure .checkout-form-head .panel-title {
  color: var(--tipster-copy);
}

.homepage-azure .az-wordmark {
  text-shadow: 0 12px 34px rgba(2, 8, 18, 0.34);
}

.homepage-azure .az-copy h1 {
  text-shadow: 0 18px 50px rgba(2, 8, 18, 0.42);
}

.homepage-azure .az-eyebrow,
.subpage-azure .plan-subtitle,
.subpage-azure .checkout-section-title,
.subpage-azure .field-head label,
.subpage-azure .plan-best-for h4,
.subpage-azure .plan-meta-label {
  color: rgba(123, 164, 208, 0.9);
}

.homepage-azure .az-subcopy,
.subpage-azure .sub-text,
.subpage-azure .sub-card p,
.subpage-azure .content-panel p,
.subpage-azure .plan-features li,
.subpage-azure .plan-tags li,
.subpage-azure .buying-copy,
.subpage-azure .checkout-order-row span,
.subpage-azure .checkout-security-note,
.subpage-azure .field-help,
.subpage-azure .plan-note,
.subpage-azure .compare-header p,
.subpage-azure .checkout-form-head p {
  color: var(--tipster-copy-soft);
}

.homepage-azure .az-btn-primary,
.subpage-azure .btn.btn-primary,
.homepage-azure .az-bottom-dock .az-home-link,
.subpage-azure .az-bottom-dock .az-home-link,
.shop-page .plan-badge {
  background: linear-gradient(145deg, #7ba4d0 0%, #2e5e99 100%);
  color: #e7f0fa;
  box-shadow:
    0 18px 42px rgba(2, 8, 18, 0.28),
    0 0 0 1px rgba(123, 164, 208, 0.18);
}

.homepage-azure .az-btn-primary:hover,
.subpage-azure .btn.btn-primary:hover {
  box-shadow:
    0 24px 50px rgba(2, 8, 18, 0.38),
    0 0 18px rgba(123, 164, 208, 0.18);
}

.homepage-azure .az-btn-ghost,
.subpage-azure .btn.btn-ghost,
.subpage-azure .plan-toggle {
  color: var(--tipster-copy);
  border-color: rgba(123, 164, 208, 0.28);
  background: rgba(123, 164, 208, 0.1);
}

.homepage-azure .az-btn-ghost:hover,
.subpage-azure .btn.btn-ghost:hover,
.subpage-azure .plan-toggle:hover {
  color: #f5f9fe;
  background: rgba(123, 164, 208, 0.18);
  border-color: rgba(123, 164, 208, 0.4);
}

.homepage-azure .az-bottom-dock,
.subpage-azure .az-bottom-dock {
  border-color: rgba(123, 164, 208, 0.24);
  background: rgba(9, 26, 47, 0.84);
  box-shadow:
    0 18px 40px rgba(2, 8, 18, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.homepage-azure .az-bottom-dock a,
.subpage-azure .az-bottom-dock a,
.subpage-azure .plan-cycle,
.subpage-azure .plan-slates,
.subpage-azure .plan-meta-value,
.subpage-azure .checkout-order-row strong,
.subpage-azure .signup-purchase-title {
  color: rgba(231, 240, 250, 0.92);
}

.homepage-azure .az-bottom-dock a:hover,
.subpage-azure .az-bottom-dock a:hover,
.homepage-azure .az-bottom-dock a.is-current,
.subpage-azure .az-bottom-dock a.is-current {
  background: rgba(123, 164, 208, 0.16);
  color: #f5f9fe;
}

.homepage-azure .az-bottom-dock a.is-current,
.subpage-azure .az-bottom-dock a.is-current {
  box-shadow: inset 0 0 0 1px rgba(123, 164, 208, 0.22);
}

.subpage-azure .subpage-hero::after {
  background: linear-gradient(90deg, rgba(123, 164, 208, 0.82), rgba(123, 164, 208, 0.08));
}

.subpage-azure .sub-card,
.subpage-azure .content-panel,
.subpage-azure .contact-form,
.subpage-azure .plan-card,
.subpage-azure .checkout-form,
.subpage-azure .checkout-summary-card,
.subpage-azure .config-section,
.subpage-azure .config-summary {
  border-color: var(--tipster-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    linear-gradient(165deg, rgba(16, 42, 74, 0.94), rgba(9, 26, 47, 0.9));
  box-shadow: var(--tipster-shadow);
}

.subpage-azure .sub-card:hover,
.subpage-azure .plan-card:hover,
.subpage-azure .metric-card:hover,
.subpage-azure .config-item:hover {
  border-color: var(--tipster-border-strong);
  box-shadow: 0 30px 72px rgba(2, 8, 18, 0.48);
}

.subpage-azure .plan-meta,
.subpage-azure .checkout-order-summary,
.subpage-azure .checkout-success,
.subpage-azure .signup-purchase-summary,
.subpage-azure .checkout-checkbox,
.subpage-azure .config-item {
  border-color: rgba(123, 164, 208, 0.16);
  background: rgba(123, 164, 208, 0.07);
}

.subpage-azure .plan-about,
.subpage-azure .config-divider {
  border-color: rgba(123, 164, 208, 0.14);
}

.subpage-azure .field,
.subpage-azure .config-grid select,
.subpage-azure .picker-trigger,
.subpage-azure .picker-menu,
.subpage-azure textarea.field {
  border-color: rgba(123, 164, 208, 0.26);
  background: rgba(231, 240, 250, 0.98);
  color: #0d2440;
}

.subpage-azure .field::placeholder,
.subpage-azure textarea.field::placeholder {
  color: rgba(13, 36, 64, 0.52);
}

.subpage-azure .field:focus,
.subpage-azure .config-grid select:focus,
.subpage-azure .picker-trigger:focus,
.subpage-azure textarea.field:focus {
  border-color: rgba(123, 164, 208, 0.72);
  background: #f7fbff;
  box-shadow:
    0 0 0 4px rgba(123, 164, 208, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.subpage-azure .checkout-checkbox input {
  accent-color: #7ba4d0;
}

.subpage-azure .picker-menu {
  box-shadow: 0 20px 40px rgba(2, 8, 18, 0.22);
}

.subpage-azure .color-option.active {
  box-shadow:
    0 0 0 4px rgba(123, 164, 208, 0.2),
    inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.subpage-azure .tip-block-preview {
  background:
    radial-gradient(circle at 24% 22%, rgba(123, 164, 208, 0.18), transparent 42%),
    linear-gradient(145deg, rgba(13, 36, 64, 0.94), rgba(46, 94, 153, 0.86));
  border-color: rgba(123, 164, 208, 0.16);
}

.shop-page .plan-card.is-featured,
.dashboard-page .metric-card {
  border-color: rgba(123, 164, 208, 0.3);
  background:
    radial-gradient(circle at 84% 0%, rgba(123, 164, 208, 0.14), transparent 34%),
    linear-gradient(160deg, rgba(16, 42, 74, 0.96), rgba(9, 26, 47, 0.92));
}

.dashboard-page .chart-panel canvas {
  background: rgba(123, 164, 208, 0.06);
  border-color: rgba(123, 164, 208, 0.14);
}

.home-entry-screen {
  background:
    radial-gradient(circle at center, rgba(123, 164, 208, 0.16) 0%, rgba(13, 36, 64, 0) 36%),
    linear-gradient(180deg, rgba(13, 36, 64, 0.94), rgba(13, 36, 64, 0.98));
}

.home-entry-screen__halo {
  background:
    radial-gradient(circle, rgba(123, 164, 208, 0.26) 0%, rgba(123, 164, 208, 0.12) 46%, rgba(13, 36, 64, 0) 72%);
}

.home-entry-screen__wordmark {
  color: var(--tipster-copy);
}

.home-entry-screen__line {
  background: linear-gradient(90deg, rgba(123, 164, 208, 0), rgba(123, 164, 208, 0.9), rgba(231, 240, 250, 0.42), rgba(123, 164, 208, 0));
}

/* Palette experiment: warm gold */
:root {
  --tipster-ink: #5a3c0b;
  --tipster-ink-soft: #7a5310;
  --tipster-panel: rgba(90, 60, 11, 0.86);
  --tipster-panel-strong: rgba(67, 44, 7, 0.94);
  --tipster-panel-light: rgba(255, 245, 225, 0.98);
  --tipster-copy: #fff5e1;
  --tipster-copy-soft: rgba(255, 245, 225, 0.8);
  --tipster-accent: #c48b28;
  --tipster-accent-strong: #ebc176;
  --tipster-accent-cool: #ebc176;
  --tipster-border: rgba(196, 139, 40, 0.24);
  --tipster-border-strong: rgba(196, 139, 40, 0.42);
  --tipster-shadow: 0 26px 64px rgba(33, 20, 3, 0.42);
}

::selection {
  background: rgba(196, 139, 40, 0.26);
  color: #fff5e1;
}

.homepage-azure,
.subpage-azure {
  color: var(--tipster-copy);
  background-color: var(--tipster-ink);
}

.homepage-azure {
  background:
    radial-gradient(1200px 720px at 92% 8%, rgba(235, 193, 118, 0.16), transparent 68%),
    radial-gradient(960px 620px at 8% 86%, rgba(196, 139, 40, 0.2), transparent 72%),
    linear-gradient(142deg, #3b2506 0%, #5a3c0b 42%, #7a5310 72%, #9a6b18 100%);
}

.subpage-azure {
  background:
    radial-gradient(1000px 680px at 108% 0%, rgba(235, 193, 118, 0.14), transparent 72%),
    radial-gradient(760px 520px at -8% 90%, rgba(196, 139, 40, 0.24), transparent 72%),
    linear-gradient(140deg, #3b2506 0%, #5a3c0b 44%, #744f10 72%, #94671b 100%);
}

.homepage-azure .az-wordmark,
.homepage-azure .az-copy h1,
.subpage-azure .sub-card h3,
.subpage-azure .panel-title,
.subpage-azure .plan-title,
.subpage-azure .plan-price,
.subpage-azure .big-metric,
.subpage-azure .compare-header h2,
.subpage-azure .checkout-form-head .panel-title {
  color: var(--tipster-copy);
}

.homepage-azure .az-wordmark {
  text-shadow: 0 12px 34px rgba(33, 20, 3, 0.34);
}

.homepage-azure .az-copy h1 {
  text-shadow: 0 18px 50px rgba(33, 20, 3, 0.42);
}

.homepage-azure .az-eyebrow,
.subpage-azure .plan-subtitle,
.subpage-azure .checkout-section-title,
.subpage-azure .field-head label,
.subpage-azure .plan-best-for h4,
.subpage-azure .plan-meta-label {
  color: rgba(235, 193, 118, 0.88);
}

.homepage-azure .az-subcopy,
.subpage-azure .sub-text,
.subpage-azure .sub-card p,
.subpage-azure .content-panel p,
.subpage-azure .plan-features li,
.subpage-azure .plan-tags li,
.subpage-azure .buying-copy,
.subpage-azure .checkout-order-row span,
.subpage-azure .checkout-security-note,
.subpage-azure .field-help,
.subpage-azure .plan-note,
.subpage-azure .compare-header p,
.subpage-azure .checkout-form-head p {
  color: var(--tipster-copy-soft);
}

.homepage-azure .az-btn-primary,
.subpage-azure .btn.btn-primary,
.homepage-azure .az-bottom-dock .az-home-link,
.subpage-azure .az-bottom-dock .az-home-link,
.shop-page .plan-badge {
  background: linear-gradient(145deg, #ebc176 0%, #c48b28 100%);
  color: #5a3c0b;
  box-shadow:
    0 18px 42px rgba(33, 20, 3, 0.28),
    0 0 0 1px rgba(235, 193, 118, 0.16);
}

.homepage-azure .az-btn-primary:hover,
.subpage-azure .btn.btn-primary:hover {
  box-shadow:
    0 24px 50px rgba(33, 20, 3, 0.38),
    0 0 18px rgba(235, 193, 118, 0.18);
}

.homepage-azure .az-btn-ghost,
.subpage-azure .btn.btn-ghost,
.subpage-azure .plan-toggle {
  color: var(--tipster-copy);
  border-color: rgba(235, 193, 118, 0.24);
  background: rgba(235, 193, 118, 0.1);
}

.homepage-azure .az-btn-ghost:hover,
.subpage-azure .btn.btn-ghost:hover,
.subpage-azure .plan-toggle:hover {
  color: #fff9ef;
  background: rgba(235, 193, 118, 0.18);
  border-color: rgba(235, 193, 118, 0.38);
}

.homepage-azure .az-bottom-dock,
.subpage-azure .az-bottom-dock {
  border-color: rgba(196, 139, 40, 0.24);
  background: rgba(67, 44, 7, 0.84);
  box-shadow:
    0 18px 40px rgba(33, 20, 3, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.homepage-azure .az-bottom-dock a,
.subpage-azure .az-bottom-dock a,
.subpage-azure .plan-cycle,
.subpage-azure .plan-slates,
.subpage-azure .plan-meta-value,
.subpage-azure .checkout-order-row strong,
.subpage-azure .signup-purchase-title {
  color: rgba(255, 245, 225, 0.92);
}

.homepage-azure .az-bottom-dock a:hover,
.subpage-azure .az-bottom-dock a:hover,
.homepage-azure .az-bottom-dock a.is-current,
.subpage-azure .az-bottom-dock a.is-current {
  background: rgba(235, 193, 118, 0.16);
  color: #fffaf2;
}

.homepage-azure .az-bottom-dock a.is-current,
.subpage-azure .az-bottom-dock a.is-current {
  box-shadow: inset 0 0 0 1px rgba(235, 193, 118, 0.2);
}

.subpage-azure .subpage-hero::after {
  background: linear-gradient(90deg, rgba(235, 193, 118, 0.82), rgba(196, 139, 40, 0.08));
}

.subpage-azure .sub-card,
.subpage-azure .content-panel,
.subpage-azure .contact-form,
.subpage-azure .plan-card,
.subpage-azure .checkout-form,
.subpage-azure .checkout-summary-card,
.subpage-azure .config-section,
.subpage-azure .config-summary {
  border-color: var(--tipster-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    linear-gradient(165deg, rgba(98, 66, 13, 0.94), rgba(67, 44, 7, 0.9));
  box-shadow: var(--tipster-shadow);
}

.subpage-azure .sub-card:hover,
.subpage-azure .plan-card:hover,
.subpage-azure .metric-card:hover,
.subpage-azure .config-item:hover {
  border-color: var(--tipster-border-strong);
  box-shadow: 0 30px 72px rgba(33, 20, 3, 0.48);
}

.subpage-azure .plan-meta,
.subpage-azure .checkout-order-summary,
.subpage-azure .checkout-success,
.subpage-azure .signup-purchase-summary,
.subpage-azure .checkout-checkbox,
.subpage-azure .config-item {
  border-color: rgba(235, 193, 118, 0.16);
  background: rgba(235, 193, 118, 0.08);
}

.subpage-azure .plan-about,
.subpage-azure .config-divider {
  border-color: rgba(235, 193, 118, 0.14);
}

.subpage-azure .field,
.subpage-azure .config-grid select,
.subpage-azure .picker-trigger,
.subpage-azure .picker-menu,
.subpage-azure textarea.field {
  border-color: rgba(196, 139, 40, 0.24);
  background: rgba(255, 245, 225, 0.98);
  color: #5a3c0b;
}

.subpage-azure .field::placeholder,
.subpage-azure textarea.field::placeholder {
  color: rgba(90, 60, 11, 0.52);
}

.subpage-azure .field:focus,
.subpage-azure .config-grid select:focus,
.subpage-azure .picker-trigger:focus,
.subpage-azure textarea.field:focus {
  border-color: rgba(196, 139, 40, 0.68);
  background: #fffaf2;
  box-shadow:
    0 0 0 4px rgba(196, 139, 40, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.68);
}

.subpage-azure .checkout-checkbox input {
  accent-color: #c48b28;
}

.subpage-azure .picker-menu {
  box-shadow: 0 20px 40px rgba(33, 20, 3, 0.22);
}

.subpage-azure .color-option.active {
  box-shadow:
    0 0 0 4px rgba(196, 139, 40, 0.18),
    inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.subpage-azure .tip-block-preview {
  background:
    radial-gradient(circle at 24% 22%, rgba(235, 193, 118, 0.18), transparent 42%),
    linear-gradient(145deg, rgba(90, 60, 11, 0.94), rgba(196, 139, 40, 0.84));
  border-color: rgba(196, 139, 40, 0.16);
}

.shop-page .plan-card.is-featured,
.dashboard-page .metric-card {
  border-color: rgba(196, 139, 40, 0.28);
  background:
    radial-gradient(circle at 84% 0%, rgba(235, 193, 118, 0.14), transparent 34%),
    linear-gradient(160deg, rgba(98, 66, 13, 0.96), rgba(67, 44, 7, 0.92));
}

.dashboard-page .chart-panel canvas {
  background: rgba(235, 193, 118, 0.06);
  border-color: rgba(196, 139, 40, 0.12);
}

.home-entry-screen {
  background:
    radial-gradient(circle at center, rgba(235, 193, 118, 0.16) 0%, rgba(90, 60, 11, 0) 36%),
    linear-gradient(180deg, rgba(90, 60, 11, 0.94), rgba(90, 60, 11, 0.98));
}

.home-entry-screen__halo {
  background:
    radial-gradient(circle, rgba(235, 193, 118, 0.24) 0%, rgba(196, 139, 40, 0.1) 46%, rgba(90, 60, 11, 0) 72%);
}

.home-entry-screen__wordmark {
  color: var(--tipster-copy);
}

.home-entry-screen__line {
  background: linear-gradient(90deg, rgba(235, 193, 118, 0), rgba(235, 193, 118, 0.9), rgba(255, 245, 225, 0.42), rgba(235, 193, 118, 0));
}

/* Palette experiment: green heritage */
:root {
  --tipster-ink: #102c26;
  --tipster-ink-soft: #1d463e;
  --tipster-panel: rgba(16, 44, 38, 0.86);
  --tipster-panel-strong: rgba(11, 31, 27, 0.94);
  --tipster-panel-light: rgba(255, 245, 225, 0.98);
  --tipster-copy: #fff5e1;
  --tipster-copy-soft: rgba(247, 231, 206, 0.8);
  --tipster-accent: #c48b28;
  --tipster-accent-strong: #ebc176;
  --tipster-accent-cool: #f7e7ce;
  --tipster-contrast: #5a3c0b;
  --tipster-border: rgba(196, 139, 40, 0.24);
  --tipster-border-strong: rgba(235, 193, 118, 0.38);
  --tipster-shadow: 0 28px 68px rgba(8, 22, 19, 0.42);
}

::selection {
  background: rgba(235, 193, 118, 0.26);
  color: #102c26;
}

.homepage-azure,
.subpage-azure {
  color: var(--tipster-copy);
  background-color: var(--tipster-ink);
}

.homepage-azure {
  background:
    radial-gradient(1120px 680px at 92% 8%, rgba(235, 193, 118, 0.18), transparent 68%),
    radial-gradient(940px 620px at 8% 86%, rgba(247, 231, 206, 0.12), transparent 72%),
    linear-gradient(144deg, #0b1f1b 0%, #102c26 44%, #1d463e 100%);
}

.subpage-azure {
  background:
    radial-gradient(980px 680px at 108% 0%, rgba(235, 193, 118, 0.14), transparent 72%),
    radial-gradient(760px 520px at -8% 90%, rgba(247, 231, 206, 0.1), transparent 72%),
    linear-gradient(144deg, #0a1d19 0%, #102c26 46%, #183b34 100%);
}

.homepage-azure .az-wordmark,
.homepage-azure .az-copy h1,
.subpage-azure .sub-card h3,
.subpage-azure .panel-title,
.subpage-azure .plan-title,
.subpage-azure .plan-price,
.subpage-azure .big-metric,
.subpage-azure .compare-header h2,
.subpage-azure .checkout-form-head .panel-title {
  color: var(--tipster-copy);
}

.homepage-azure .az-wordmark {
  text-shadow: 0 12px 34px rgba(8, 22, 19, 0.34);
}

.homepage-azure .az-copy h1 {
  text-shadow: 0 18px 50px rgba(8, 22, 19, 0.42);
}

.homepage-azure .az-eyebrow,
.subpage-azure .plan-subtitle,
.subpage-azure .checkout-section-title,
.subpage-azure .field-head label,
.subpage-azure .plan-best-for h4,
.subpage-azure .plan-meta-label {
  color: rgba(235, 193, 118, 0.9);
}

.homepage-azure .az-subcopy,
.subpage-azure .sub-text,
.subpage-azure .sub-card p,
.subpage-azure .content-panel p,
.subpage-azure .plan-features li,
.subpage-azure .plan-tags li,
.subpage-azure .buying-copy,
.subpage-azure .checkout-order-row span,
.subpage-azure .checkout-security-note,
.subpage-azure .field-help,
.subpage-azure .plan-note,
.subpage-azure .compare-header p,
.subpage-azure .checkout-form-head p {
  color: var(--tipster-copy-soft);
}

.homepage-azure .az-btn-primary,
.subpage-azure .btn.btn-primary,
.homepage-azure .az-bottom-dock .az-home-link,
.subpage-azure .az-bottom-dock .az-home-link,
.shop-page .plan-badge {
  background: linear-gradient(145deg, #ebc176 0%, #c48b28 100%);
  color: var(--tipster-contrast);
  box-shadow:
    0 18px 42px rgba(8, 22, 19, 0.28),
    0 0 0 1px rgba(235, 193, 118, 0.18);
}

.homepage-azure .az-btn-primary:hover,
.subpage-azure .btn.btn-primary:hover {
  box-shadow:
    0 24px 50px rgba(8, 22, 19, 0.38),
    0 0 18px rgba(235, 193, 118, 0.16);
}

.homepage-azure .az-btn-ghost,
.subpage-azure .btn.btn-ghost,
.subpage-azure .plan-toggle {
  color: var(--tipster-copy);
  border-color: rgba(247, 231, 206, 0.26);
  background: rgba(247, 231, 206, 0.08);
}

.homepage-azure .az-btn-ghost:hover,
.subpage-azure .btn.btn-ghost:hover,
.subpage-azure .plan-toggle:hover {
  color: #fffdf7;
  background: rgba(247, 231, 206, 0.16);
  border-color: rgba(235, 193, 118, 0.34);
}

.homepage-azure .az-bottom-dock,
.subpage-azure .az-bottom-dock {
  border-color: rgba(196, 139, 40, 0.22);
  background: rgba(16, 44, 38, 0.84);
  box-shadow:
    0 18px 40px rgba(8, 22, 19, 0.38),
    inset 0 1px 0 rgba(247, 231, 206, 0.06);
}

.homepage-azure .az-bottom-dock a,
.subpage-azure .az-bottom-dock a,
.subpage-azure .plan-cycle,
.subpage-azure .plan-slates,
.subpage-azure .plan-meta-value,
.subpage-azure .checkout-order-row strong,
.subpage-azure .signup-purchase-title {
  color: rgba(255, 245, 225, 0.92);
}

.homepage-azure .az-bottom-dock a:hover,
.subpage-azure .az-bottom-dock a:hover,
.homepage-azure .az-bottom-dock a.is-current,
.subpage-azure .az-bottom-dock a.is-current {
  background: rgba(247, 231, 206, 0.14);
  color: #fffdf7;
}

.homepage-azure .az-bottom-dock a.is-current,
.subpage-azure .az-bottom-dock a.is-current {
  box-shadow: inset 0 0 0 1px rgba(235, 193, 118, 0.18);
}

.subpage-azure .subpage-hero::after {
  background: linear-gradient(90deg, rgba(235, 193, 118, 0.84), rgba(247, 231, 206, 0.1));
}

.subpage-azure .sub-card,
.subpage-azure .content-panel,
.subpage-azure .contact-form,
.subpage-azure .plan-card,
.subpage-azure .checkout-form,
.subpage-azure .checkout-summary-card,
.subpage-azure .config-section,
.subpage-azure .config-summary {
  border-color: var(--tipster-border);
  background:
    linear-gradient(180deg, rgba(247, 231, 206, 0.04), rgba(247, 231, 206, 0.01)),
    linear-gradient(165deg, rgba(29, 70, 62, 0.94), rgba(16, 44, 38, 0.9));
  box-shadow: var(--tipster-shadow);
}

.subpage-azure .sub-card:hover,
.subpage-azure .plan-card:hover,
.subpage-azure .metric-card:hover,
.subpage-azure .config-item:hover {
  border-color: var(--tipster-border-strong);
  box-shadow: 0 30px 72px rgba(8, 22, 19, 0.48);
}

.subpage-azure .plan-meta,
.subpage-azure .checkout-order-summary,
.subpage-azure .checkout-success,
.subpage-azure .signup-purchase-summary,
.subpage-azure .checkout-checkbox,
.subpage-azure .config-item {
  border-color: rgba(235, 193, 118, 0.16);
  background: rgba(247, 231, 206, 0.08);
}

.subpage-azure .plan-about,
.subpage-azure .config-divider {
  border-color: rgba(247, 231, 206, 0.14);
}

.subpage-azure .field,
.subpage-azure .config-grid select,
.subpage-azure .picker-trigger,
.subpage-azure .picker-menu,
.subpage-azure textarea.field {
  border-color: rgba(196, 139, 40, 0.24);
  background: rgba(255, 245, 225, 0.98);
  color: var(--tipster-contrast);
}

.subpage-azure .field::placeholder,
.subpage-azure textarea.field::placeholder {
  color: rgba(90, 60, 11, 0.52);
}

.subpage-azure .field:focus,
.subpage-azure .config-grid select:focus,
.subpage-azure .picker-trigger:focus,
.subpage-azure textarea.field:focus {
  border-color: rgba(196, 139, 40, 0.62);
  background: #fffdf7;
  box-shadow:
    0 0 0 4px rgba(235, 193, 118, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.subpage-azure .checkout-checkbox input {
  accent-color: #c48b28;
}

.subpage-azure .picker-menu {
  box-shadow: 0 20px 40px rgba(8, 22, 19, 0.22);
}

.subpage-azure .color-option.active {
  box-shadow:
    0 0 0 4px rgba(235, 193, 118, 0.18),
    inset 0 0 0 1px rgba(16, 44, 38, 0.14);
}

.subpage-azure .tip-block-preview {
  background:
    radial-gradient(circle at 24% 22%, rgba(247, 231, 206, 0.16), transparent 42%),
    linear-gradient(145deg, rgba(16, 44, 38, 0.96), rgba(196, 139, 40, 0.82));
  border-color: rgba(196, 139, 40, 0.16);
}

.shop-page .plan-card.is-featured,
.dashboard-page .metric-card {
  border-color: rgba(196, 139, 40, 0.28);
  background:
    radial-gradient(circle at 84% 0%, rgba(235, 193, 118, 0.14), transparent 34%),
    linear-gradient(160deg, rgba(24, 59, 52, 0.96), rgba(16, 44, 38, 0.92));
}

.dashboard-page .chart-panel canvas {
  background: rgba(247, 231, 206, 0.05);
  border-color: rgba(196, 139, 40, 0.12);
}

.home-entry-screen {
  background:
    radial-gradient(circle at center, rgba(235, 193, 118, 0.16) 0%, rgba(16, 44, 38, 0) 36%),
    linear-gradient(180deg, rgba(16, 44, 38, 0.94), rgba(11, 31, 27, 0.98));
}

.home-entry-screen__halo {
  background:
    radial-gradient(circle, rgba(235, 193, 118, 0.22) 0%, rgba(247, 231, 206, 0.12) 46%, rgba(16, 44, 38, 0) 72%);
}

.home-entry-screen__wordmark {
  color: var(--tipster-copy);
}

.home-entry-screen__line {
  background: linear-gradient(90deg, rgba(235, 193, 118, 0), rgba(235, 193, 118, 0.9), rgba(247, 231, 206, 0.42), rgba(235, 193, 118, 0));
}

.dashboard-page .bg-reactive {
  background:
    radial-gradient(980px 560px at 86% 82%, rgba(235, 193, 118, 0.16), transparent 72%),
    radial-gradient(820px 520px at 10% 8%, rgba(247, 231, 206, 0.08), transparent 72%),
    linear-gradient(144deg, rgba(10, 29, 25, 0.98), rgba(16, 44, 38, 0.94));
}

.dashboard-page .bg-reactive::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0, rgba(235, 193, 118, 0.14) 50%, transparent 100%);
  opacity: 0.18;
  animation: dashboardScan 8s linear infinite;
}

.dashboard-page .bg-reactive::after {
  background:
    radial-gradient(circle at 18% 24%, rgba(247, 231, 206, 0.12), transparent 38%),
    radial-gradient(circle at 82% 72%, rgba(235, 193, 118, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(16, 44, 38, 0.04), rgba(16, 44, 38, 0.34));
}

.dashboard-page .subpage-hero,
.dashboard-page .content-panel {
  position: relative;
  overflow: hidden;
}

.dashboard-page .subpage-hero::before,
.dashboard-page .content-panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.dashboard-page .subpage-hero::before {
  inset: auto 0 -1px 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(235, 193, 118, 0), rgba(235, 193, 118, 0.7), rgba(247, 231, 206, 0.16), rgba(235, 193, 118, 0));
}

.dashboard-page .content-panel::after {
  inset: 0;
  z-index: 0;
  background: radial-gradient(circle at 82% 0%, rgba(235, 193, 118, 0.08), transparent 34%);
}

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

.dashboard-page .metric-card {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 12px;
}

.dashboard-page .content-panel > * {
  position: relative;
  z-index: 1;
}

.dashboard-kicker {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(235, 193, 118, 0.9);
}

.dashboard-page .big-metric {
  line-height: 0.96;
}

.dashboard-trend {
  margin: 0;
  color: rgba(247, 231, 206, 0.76);
}

.dashboard-trend.is-up {
  color: #ebc176;
}

.dashboard-layout,
.dashboard-activity-grid {
  width: min(1100px, calc(100vw - 48px));
  margin: 0 auto;
  display: grid;
  gap: 22px;
}

.dashboard-layout {
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.9fr);
}

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

.dashboard-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.dashboard-panel-copy {
  max-width: 280px;
  margin: 0;
  text-align: right;
  color: rgba(247, 231, 206, 0.74);
}

.dashboard-page .chart-panel {
  min-height: 420px;
}

.dashboard-page .chart-panel::before {
  background-image:
    linear-gradient(rgba(247, 231, 206, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 231, 206, 0.06) 1px, transparent 1px);
}

.dashboard-page .chart-panel canvas {
  position: relative;
  z-index: 1;
  height: 320px !important;
}

.dashboard-side-panel,
.dashboard-list-panel,
.dashboard-alert-panel {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.dashboard-mini-list,
.dashboard-list,
.dashboard-alert-list {
  display: grid;
  gap: 14px;
}

.dashboard-mini-stat,
.dashboard-list-row,
.dashboard-alert {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(235, 193, 118, 0.14);
  border-radius: 18px;
  background: rgba(247, 231, 206, 0.08);
}

.dashboard-mini-label,
.dashboard-role {
  color: rgba(247, 231, 206, 0.72);
}

.dashboard-mini-stat strong,
.dashboard-list-row strong {
  font-size: 20px;
  color: #fff5e1;
}

.dashboard-person {
  margin: 0 0 4px;
  font-weight: 700;
  color: #fff5e1;
}

.dashboard-role {
  margin: 0;
}

.dashboard-alert {
  align-items: flex-start;
  justify-content: flex-start;
}

.dashboard-alert-dot {
  width: 10px;
  height: 10px;
  margin-top: 7px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #c48b28;
  box-shadow: 0 0 0 6px rgba(196, 139, 40, 0.14);
}

.dashboard-alert.is-positive .dashboard-alert-dot {
  background: #ebc176;
}

.dashboard-alert h3,
.dashboard-alert p {
  margin: 0;
}

.dashboard-alert h3 {
  margin-bottom: 6px;
  color: #fff5e1;
}

.dashboard-alert p {
  color: rgba(247, 231, 206, 0.74);
}

@media (max-width: 980px) {
  .dashboard-kpis,
  .dashboard-layout,
  .dashboard-activity-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-panel-head {
    flex-direction: column;
  }

  .dashboard-panel-copy {
    max-width: none;
    text-align: left;
  }
}

@media (max-width: 720px) {
  .dashboard-kpis {
    grid-template-columns: 1fr;
  }

  .dashboard-layout,
  .dashboard-activity-grid {
    width: min(1100px, calc(100vw - 32px));
  }

  .dashboard-mini-stat,
  .dashboard-list-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Typography system: Fontshare mix */
.homepage-azure,
.subpage-azure,
.homepage-azure p,
.subpage-azure p,
.subpage-azure li,
.subpage-azure input,
.subpage-azure select,
.subpage-azure textarea,
.subpage-azure table,
.subpage-azure td {
  font-family: var(--tipster-font-body);
}

.homepage-azure .az-wordmark,
.home-entry-screen__wordmark {
  font-family: var(--tipster-font-brand);
  letter-spacing: 0.36em;
}

.homepage-azure .az-copy h1,
.subpage-azure .sub-title,
.subpage-azure .plan-price,
.subpage-azure .compare-header h2,
.subpage-azure .big-metric,
.subpage-azure .plan-amount {
  font-family: var(--tipster-font-display);
  font-weight: 500;
  letter-spacing: -0.03em;
}

.homepage-azure .az-panel-header h2,
.subpage-azure .sub-card h3,
.subpage-azure .panel-title,
.subpage-azure .plan-title,
.subpage-azure .checkout-form-head .panel-title,
.dashboard-page .dashboard-person,
.dashboard-page .dashboard-alert h3,
.subpage-azure .signup-purchase-title {
  font-family: var(--tipster-font-heading);
  letter-spacing: -0.02em;
}

.homepage-azure .az-eyebrow,
.subpage-azure .eyebrow,
.subpage-azure .plan-subtitle,
.subpage-azure .checkout-section-title,
.subpage-azure .field-head label,
.subpage-azure .plan-best-for h4,
.subpage-azure .plan-meta-label,
.shop-page .plan-badge,
.dashboard-page .dashboard-kicker {
  font-family: var(--tipster-font-soft);
  font-weight: 600;
  letter-spacing: 0.16em;
}

.homepage-azure .az-bottom-dock a,
.subpage-azure .az-bottom-dock a,
.homepage-azure .az-btn,
.subpage-azure .btn,
.subpage-azure .plan-toggle,
.subpage-azure th,
.subpage-azure .plan-cycle,
.subpage-azure .plan-slates,
.subpage-azure .checkout-order-row strong {
  font-family: var(--tipster-font-heading);
}

.homepage-azure .az-btn,
.subpage-azure .btn,
.subpage-azure .plan-toggle {
  letter-spacing: 0.02em;
}

/* Final polish layer */
.homepage-azure .az-main,
.subpage-azure {
  position: relative;
  isolation: isolate;
}

.homepage-azure .az-hero {
  min-height: 100svh;
  padding-bottom: 140px;
}

.homepage-azure .az-copy {
  max-width: 720px;
}

.homepage-azure .az-copy h1 {
  line-height: 0.92;
  text-wrap: balance;
}

.homepage-azure .az-subcopy {
  max-width: 34ch;
}

.homepage-azure .az-actions {
  align-items: center;
  gap: 12px;
}

.homepage-azure .az-side-note,
.homepage-azure .az-highlight-card {
  border-color: var(--tipster-border);
  box-shadow: var(--tipster-shadow);
}

.homepage-azure .az-highlight-card {
  background:
    linear-gradient(180deg, rgba(255, 245, 225, 0.08), rgba(247, 231, 206, 0.03)),
    var(--tipster-panel);
}

.homepage-azure .az-highlights-head,
.subpage-azure .compare-header,
.subpage-azure .checkout-form-head {
  align-items: end;
}

.homepage-azure .az-bottom-dock,
.subpage-azure .az-bottom-dock {
  gap: 10px;
  padding: 10px 12px;
  box-shadow:
    0 22px 54px rgba(8, 22, 19, 0.34),
    inset 0 1px 0 rgba(255, 245, 225, 0.06);
}

.homepage-azure .az-bottom-dock a,
.subpage-azure .az-bottom-dock a {
  min-height: 44px;
  border-radius: 999px;
}

.subpage-azure {
  min-height: 100vh;
}

.subpage-azure section,
.subpage-azure footer {
  width: min(1180px, calc(100vw - 48px));
  margin-inline: auto;
}

.subpage-azure .subpage-hero {
  margin-top: 96px;
  margin-bottom: 28px;
  padding: clamp(34px, 5vw, 54px);
}

.subpage-azure .sub-title {
  max-width: 14ch;
  line-height: 0.98;
  text-wrap: balance;
}

.subpage-azure .sub-text {
  max-width: 62ch;
}

.subpage-azure .sub-card,
.subpage-azure .content-panel,
.subpage-azure .contact-form,
.subpage-azure .plan-card,
.subpage-azure .checkout-form,
.subpage-azure .checkout-summary-card,
.subpage-azure .config-section,
.subpage-azure .config-summary,
.subpage-azure .metric-card {
  background:
    linear-gradient(180deg, rgba(255, 245, 225, 0.08), rgba(247, 231, 206, 0.03)),
    var(--tipster-panel);
  box-shadow: var(--tipster-shadow);
}

.subpage-azure .sub-card,
.subpage-azure .content-panel,
.subpage-azure .contact-form,
.subpage-azure .plan-card,
.subpage-azure .checkout-form,
.subpage-azure .checkout-summary-card,
.subpage-azure .config-section,
.subpage-azure .config-summary {
  border-radius: 30px;
}

.subpage-azure .plan-card,
.subpage-azure .checkout-form,
.subpage-azure .contact-form,
.subpage-azure .config-section {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.subpage-azure .plan-card.is-featured {
  transform: translateY(-10px);
  border-color: var(--tipster-border-strong);
}

.subpage-azure .plan-head,
.subpage-azure .compare-header,
.subpage-azure .checkout-form-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
}

.subpage-azure .compare-header h2,
.subpage-azure .checkout-form-head .panel-title {
  max-width: 18ch;
}

.subpage-azure .plan-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.subpage-azure .plan-features,
.subpage-azure .plan-tags,
.subpage-azure .consultation-list {
  display: grid;
  gap: 12px;
}

.subpage-azure .plan-features li,
.subpage-azure .plan-tags li,
.subpage-azure .consultation-list li {
  align-items: flex-start;
}

.subpage-azure .plan-about,
.subpage-azure .plan-meta,
.subpage-azure .checkout-order-summary,
.subpage-azure .checkout-success,
.subpage-azure .signup-purchase-summary {
  border-radius: 22px;
  padding: 18px 20px;
}

.subpage-azure .plan-actions,
.subpage-azure .panel-actions,
.subpage-azure .checkout-actions,
.subpage-azure .buying-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.subpage-azure .plan-actions,
.subpage-azure .checkout-actions,
.subpage-azure .buying-actions {
  margin-top: auto;
}

.subpage-azure .btn,
.subpage-azure .plan-toggle {
  min-height: 46px;
}

.subpage-azure .btn.btn-primary,
.subpage-azure .btn.btn-ghost,
.subpage-azure .plan-toggle {
  box-shadow: 0 14px 34px rgba(8, 22, 19, 0.2);
}

.subpage-azure .btn.btn-ghost,
.subpage-azure .plan-toggle {
  border: 1px solid rgba(247, 231, 206, 0.16);
  background: rgba(247, 231, 206, 0.08);
}

.subpage-azure .field,
.subpage-azure .config-grid select,
.subpage-azure .picker-trigger,
.subpage-azure .picker-menu,
.subpage-azure textarea.field {
  min-height: 50px;
}

.subpage-azure textarea.field,
.subpage-azure .field-area {
  min-height: 150px;
  resize: vertical;
}

.subpage-azure .checkout-layout,
.subpage-azure .contact-layout,
.subpage-azure .config-layout {
  align-items: start;
}

.buying-page .checkout-summary-card,
.customize-page .config-summary {
  position: sticky;
  top: 120px;
}

.subpage-azure footer {
  margin-top: 32px;
  margin-bottom: 124px;
  text-align: center;
  color: var(--tipster-copy-soft);
}

@media (max-width: 900px) {
  .subpage-azure section,
  .subpage-azure footer {
    width: min(100%, calc(100vw - 32px));
  }

  .subpage-azure .subpage-hero {
    margin-top: 84px;
  }

  .subpage-azure .plan-card.is-featured {
    transform: none;
  }

  .buying-page .checkout-summary-card,
  .customize-page .config-summary {
    position: static;
  }
}

@media (max-width: 640px) {
  .homepage-azure .az-hero {
    padding-bottom: 126px;
  }

  .homepage-azure .az-copy h1 {
    line-height: 0.96;
  }

  .homepage-azure .az-bottom-dock,
  .subpage-azure .az-bottom-dock {
    gap: 8px;
    padding: 10px;
  }

  .subpage-azure .subpage-hero,
  .subpage-azure .sub-card,
  .subpage-azure .content-panel,
  .subpage-azure .contact-form,
  .subpage-azure .plan-card,
  .subpage-azure .checkout-form,
  .subpage-azure .checkout-summary-card,
  .subpage-azure .config-section,
  .subpage-azure .config-summary {
    border-radius: 24px;
  }
}

/* Homepage intro refinement */
.home-entry-screen {
  display: block;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 46%, rgba(235, 193, 118, 0.24) 0%, rgba(235, 193, 118, 0.05) 24%, transparent 44%),
    linear-gradient(180deg, rgba(11, 31, 27, 0.96), rgba(16, 44, 38, 0.985));
}

.home-entry-screen__content {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 100vh;
  place-items: center;
}

.home-entry-screen__halo {
  top: 50%;
  left: 50%;
  width: min(76vw, 920px);
  transform: translate(-50%, -50%) scale(0.76);
  background:
    radial-gradient(circle, rgba(255, 245, 225, 0.26) 0%, rgba(235, 193, 118, 0.16) 38%, rgba(16, 44, 38, 0) 70%);
  filter: blur(16px);
}

.home-entry-screen__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 999px;
  border: 1px solid rgba(247, 231, 206, 0.12);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.88);
}

.home-entry-screen__ring--outer {
  width: min(72vw, 860px);
  aspect-ratio: 1;
  border-color: rgba(235, 193, 118, 0.18);
}

.home-entry-screen__ring--inner {
  width: min(48vw, 560px);
  aspect-ratio: 1;
  border-color: rgba(255, 245, 225, 0.18);
}

.home-entry-screen__spark {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #fff5e1;
  box-shadow:
    0 0 0 6px rgba(235, 193, 118, 0.14),
    0 0 24px rgba(235, 193, 118, 0.34);
  opacity: 0;
}

.home-entry-screen__spark--a {
  transform: translate(calc(-50% - min(20vw, 240px)), calc(-50% - min(12vw, 140px)));
}

.home-entry-screen__spark--b {
  transform: translate(calc(-50% + min(23vw, 270px)), calc(-50% - min(6vw, 74px)));
}

.home-entry-screen__spark--c {
  transform: translate(calc(-50% + min(14vw, 170px)), calc(-50% + min(16vw, 190px)));
}

.home-entry-screen__wordmark {
  font-family: var(--tipster-font-brand);
  font-size: clamp(56px, 8.4vw, 118px);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: 0.28em;
  text-align: center;
  color: var(--tipster-neutral-bright);
  text-shadow:
    0 0 28px rgba(235, 193, 118, 0.22),
    0 12px 40px rgba(8, 22, 19, 0.26);
  transform: translate3d(0, 22px, 0) scale(0.96);
}

.home-entry-screen__line {
  position: absolute;
  top: calc(50% + clamp(54px, 7vw, 88px));
  left: calc(50% - min(20vw, 210px));
  width: min(40vw, 420px);
  height: 2px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 245, 225, 0), rgba(255, 245, 225, 0.92), rgba(235, 193, 118, 0.94), rgba(255, 245, 225, 0));
  box-shadow: 0 0 24px rgba(235, 193, 118, 0.22);
  transform-origin: center;
}

body.home-opening.homepage-azure .home-entry-screen__halo {
  animation: homeEntryHaloRefined 1.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

body.home-opening.homepage-azure .home-entry-screen__ring--outer {
  animation: homeEntryRingOrbit 1.8s cubic-bezier(0.22, 1, 0.36, 1) 60ms forwards;
}

body.home-opening.homepage-azure .home-entry-screen__ring--inner {
  animation: homeEntryRingOrbit 1.55s cubic-bezier(0.22, 1, 0.36, 1) 180ms forwards;
}

body.home-opening.homepage-azure .home-entry-screen__spark--a {
  animation: homeEntrySparkFloat 1.35s cubic-bezier(0.22, 1, 0.36, 1) 180ms forwards;
}

body.home-opening.homepage-azure .home-entry-screen__spark--b {
  animation: homeEntrySparkFloat 1.35s cubic-bezier(0.22, 1, 0.36, 1) 280ms forwards;
}

body.home-opening.homepage-azure .home-entry-screen__spark--c {
  animation: homeEntrySparkFloat 1.35s cubic-bezier(0.22, 1, 0.36, 1) 380ms forwards;
}

body.home-opening.homepage-azure .home-entry-screen__wordmark {
  animation: homeEntryWordmarkRefined 1.3s cubic-bezier(0.22, 1, 0.36, 1) 140ms forwards;
}

body.home-opening.homepage-azure .home-entry-screen__line {
  animation: homeEntryLineRefined 1.12s cubic-bezier(0.22, 1, 0.36, 1) 280ms forwards;
}

body.home-intro-handoff.homepage-azure .az-wordmark,
body.home-intro-handoff.homepage-azure .az-copy,
body.home-intro-handoff.homepage-azure .az-actions {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

body.home-intro-handoff.homepage-azure .az-bottom-dock {
  opacity: 1;
  transform: translate3d(-50%, 0, 0) scale(1);
}

body.home-intro-handoff.homepage-azure .home-entry-screen {
  opacity: 0;
  visibility: hidden;
  transition: opacity 260ms ease, visibility 0s linear 260ms;
}

@keyframes homeEntryHaloRefined {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.74);
  }
  26% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.18);
  }
}

@keyframes homeEntryRingOrbit {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.84);
  }
  28% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.12);
  }
}

@keyframes homeEntrySparkFloat {
  0% {
    opacity: 0;
    filter: blur(2px);
  }
  28% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    filter: blur(0);
  }
}

@keyframes homeEntryWordmarkRefined {
  0% {
    opacity: 0;
    transform: translate3d(0, 22px, 0) scale(0.96);
    letter-spacing: 0.34em;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -10px, 0) scale(1.02);
    letter-spacing: 0.28em;
  }
}

@keyframes homeEntryLineRefined {
  0% {
    opacity: 0;
    transform: scaleX(0.18);
  }
  22% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}

@media (max-width: 900px) {
  .home-entry-screen__wordmark {
    font-size: clamp(44px, 12vw, 84px);
    letter-spacing: 0.2em;
  }

  .home-entry-screen__line {
    left: calc(50% - min(32vw, 170px));
    width: min(64vw, 340px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-entry-screen__content,
  .home-entry-screen__ring,
  .home-entry-screen__spark {
    animation: none !important;
  }
}

html.home-scroll-free {
  scroll-snap-type: none;
}

body.homepage.homepage-azure {
  overflow-x: hidden;
  overflow-y: auto;
}

/* Homepage scroll sections */
.homepage-azure .az-scroll-stack {
  position: relative;
  z-index: 14;
  width: 100%;
  margin: 0;
  padding: 24px 0 136px;
  display: grid;
  gap: 0;
}

.homepage-azure .az-home-section,
.homepage-azure .az-home-footer {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  border-top: 1px solid var(--tipster-border);
  border-bottom: 1px solid var(--tipster-border);
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 245, 225, 0.08), rgba(247, 231, 206, 0.03)),
    var(--tipster-panel);
  box-shadow: var(--tipster-shadow);
}

.homepage-azure .az-home-section {
  padding: clamp(42px, 5vw, 72px) 0;
}

.homepage-azure .az-home-section::after,
.homepage-azure .az-home-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 84% 0%, rgba(235, 193, 118, 0.12), transparent 34%);
}

.homepage-azure .az-home-section > *,
.homepage-azure .az-home-footer > * {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100vw - 48px));
  margin-inline: auto;
}

.homepage-azure .az-problem-section {
  background:
    radial-gradient(960px 520px at 100% 16%, rgba(235, 193, 118, 0.16), transparent 70%),
    linear-gradient(180deg, rgba(255, 245, 225, 0.07), rgba(247, 231, 206, 0.02)),
    rgba(16, 44, 38, 0.96);
}

.homepage-azure .az-hardware-section {
  background:
    radial-gradient(820px 420px at 8% 14%, rgba(247, 231, 206, 0.12), transparent 68%),
    linear-gradient(180deg, rgba(255, 245, 225, 0.06), rgba(247, 231, 206, 0.02)),
    rgba(11, 31, 27, 0.98);
}

.homepage-azure .az-deployment-section {
  background:
    radial-gradient(860px 480px at 92% 20%, rgba(196, 139, 40, 0.14), transparent 68%),
    linear-gradient(180deg, rgba(255, 245, 225, 0.07), rgba(247, 231, 206, 0.02)),
    rgba(16, 44, 38, 0.98);
}

.homepage-azure .az-cta-section,
.homepage-azure .az-home-footer {
  background:
    radial-gradient(900px 520px at 12% 20%, rgba(235, 193, 118, 0.12), transparent 70%),
    linear-gradient(180deg, rgba(255, 245, 225, 0.06), rgba(247, 231, 206, 0.02)),
    rgba(11, 31, 27, 0.98);
}

.homepage-azure .az-home-section-head {
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
}

.homepage-azure .az-home-section-head h2,
.homepage-azure .az-deployment-head h2,
.homepage-azure .az-cta-copy h2 {
  margin: 0;
  max-width: 14ch;
  font-family: var(--tipster-font-display);
  font-size: clamp(40px, 4vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: var(--tipster-copy);
  text-wrap: balance;
}

.homepage-azure .az-home-section-head p:last-child,
.homepage-azure .az-cta-copy > p:last-of-type {
  max-width: 58ch;
  color: var(--tipster-copy-soft);
}

.homepage-azure .az-scroll-stack {
  padding: 0 0 104px;
}

.homepage-azure .az-benefits-section {
  min-height: 100vh;
  min-height: 100svh;
  padding: clamp(56px, 6.5vw, 92px) 0 clamp(88px, 8vw, 120px);
  background:
    radial-gradient(860px 420px at 50% 0%, rgba(182, 197, 157, 0.22), transparent 64%),
    radial-gradient(920px 480px at 100% 100%, rgba(205, 174, 113, 0.18), transparent 66%),
    linear-gradient(180deg, #faf7ef 0%, #f4eee3 100%);
  color: #161511;
}

.homepage-azure .az-benefits-section::after {
  background:
    radial-gradient(circle at 78% 0%, rgba(180, 196, 154, 0.18), transparent 32%),
    radial-gradient(circle at 18% 100%, rgba(215, 182, 124, 0.1), transparent 32%);
}

.homepage-azure .az-benefits-section > .az-benefits-shell {
  width: min(1320px, calc(100vw - 56px));
}

.homepage-azure .az-benefits-shell {
  display: grid;
  gap: clamp(28px, 4vw, 42px);
}

.homepage-azure .az-benefits-head {
  gap: 18px;
  margin-bottom: 0;
}

.homepage-azure .az-benefits-head .az-eyebrow {
  margin-bottom: 0;
  color: rgba(96, 101, 74, 0.92);
  font-family: "Red Hat Display", Arial, sans-serif;
  opacity: 1;
}

.homepage-azure .az-benefits-head h2 {
  max-width: 13ch;
  font-family: "Instrument Serif", Georgia, serif !important;
  font-size: clamp(48px, 5.1vw, 82px);
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: #151410;
}

.homepage-azure .az-benefits-head p:last-child {
  max-width: 54ch;
  color: rgba(34, 36, 29, 0.66);
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: clamp(17px, 1.22vw, 21px);
  line-height: 1.65;
}

.homepage-azure .az-benefits-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.homepage-azure .az-benefit-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  padding-top: 24px;
  border-top: 1px solid rgba(24, 28, 22, 0.12);
}

.homepage-azure .az-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #151410;
}

.homepage-azure .az-benefit-icon svg {
  width: 100%;
  height: 100%;
}

.homepage-azure .az-benefit-card h3 {
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(28px, 2vw, 34px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #151410;
}

.homepage-azure .az-benefit-card p {
  margin: 0;
  color: rgba(34, 36, 29, 0.68);
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.72;
}

.homepage-azure .az-benefits-media {
  display: grid;
  gap: 18px;
  margin-top: 10px;
}

.homepage-azure .az-benefits-media-caption {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.homepage-azure .az-benefits-media-label {
  margin: 0 0 10px;
  color: rgba(96, 101, 74, 0.92);
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.homepage-azure .az-benefits-media-caption h3 {
  margin: 0;
  max-width: 18ch;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(28px, 2.4vw, 42px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #171511;
}

.homepage-azure .az-benefits-media-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.homepage-azure .az-benefits-media-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(24, 28, 22, 0.1);
  background: rgba(255, 255, 255, 0.54);
  color: rgba(29, 32, 25, 0.76);
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  backdrop-filter: blur(14px);
}

.homepage-azure .az-benefits-media-frame {
  position: relative;
  min-height: clamp(320px, 44vw, 560px);
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(24, 28, 22, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, #d7d8cf 0%, #c2d2bc 38%, #e9ddd0 100%);
  box-shadow:
    0 30px 80px rgba(26, 31, 24, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.homepage-azure .az-benefits-media-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(250, 247, 239, 0.1) 0%, rgba(250, 247, 239, 0) 16%),
    linear-gradient(180deg, rgba(20, 23, 18, 0) 46%, rgba(20, 23, 18, 0.22) 100%);
}

.homepage-azure .az-benefits-media-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.94) contrast(1.02);
  transform: scale(1.06);
  transition: transform 1100ms cubic-bezier(0.22, 1, 0.36, 1);
}

.homepage-azure .az-benefits-media.is-visible .az-benefits-media-frame img {
  transform: scale(1);
}

.homepage-azure .az-benefits-stat {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 6px;
  min-width: 220px;
  max-width: min(320px, calc(100% - 32px));
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(17, 20, 17, 0.66);
  box-shadow: 0 18px 48px rgba(14, 16, 13, 0.22);
  backdrop-filter: blur(18px);
}

.homepage-azure .az-benefits-stat span {
  color: rgba(244, 241, 233, 0.72);
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.homepage-azure .az-benefits-stat strong {
  color: #fbf8f1;
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: clamp(1.1rem, 1.5vw, 1.5rem);
  font-weight: 700;
  line-height: 1.15;
}

.homepage-azure .az-benefits-stat--primary {
  left: 24px;
  bottom: 24px;
}

.homepage-azure .az-benefits-stat--secondary {
  top: 24px;
  right: 24px;
}

@media (max-width: 1100px) {
  .homepage-azure .az-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .homepage-azure .az-benefits-media-caption {
    display: grid;
    gap: 16px;
  }

  .homepage-azure .az-benefits-media-chips {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .homepage-azure .az-scroll-stack {
    padding: 0 0 96px;
  }

  .homepage-azure .az-benefits-section {
    padding: 42px 0 96px;
  }

  .homepage-azure .az-benefits-section > .az-benefits-shell {
    width: min(100%, calc(100vw - 24px));
  }

  .homepage-azure .az-benefits-head h2 {
    max-width: none;
    font-size: clamp(46px, 12vw, 64px);
    line-height: 0.96;
  }

  .homepage-azure .az-benefits-head p:last-child {
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .homepage-azure .az-benefits-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .homepage-azure .az-benefit-card {
    gap: 12px;
    padding-top: 18px;
  }

  .homepage-azure .az-benefit-card h3 {
    font-size: 2rem;
  }

  .homepage-azure .az-benefits-media {
    gap: 16px;
  }

  .homepage-azure .az-benefits-media-caption h3 {
    max-width: none;
    font-size: clamp(26px, 8.5vw, 38px);
  }

  .homepage-azure .az-benefits-media-chips span {
    min-height: 36px;
    padding: 8px 12px;
    font-size: 0.78rem;
  }

  .homepage-azure .az-benefits-media-frame {
    min-height: 360px;
    border-radius: 26px;
  }

  .homepage-azure .az-benefits-stat {
    min-width: 0;
    max-width: calc(100% - 24px);
    padding: 14px 16px;
    border-radius: 18px;
  }

  .homepage-azure .az-benefits-stat--primary {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .homepage-azure .az-benefits-stat--secondary {
    top: 12px;
    left: 12px;
    right: 12px;
  }
}

.homepage-azure .az-problem-layout,
.homepage-azure .az-cta-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
}

.homepage-azure .az-problem-grid,
.homepage-azure .az-hardware-grid,
.homepage-azure .az-deployment-grid {
  display: grid;
  gap: 18px;
}

.homepage-azure .az-problem-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.homepage-azure .az-problem-card,
.homepage-azure .az-feed-card,
.homepage-azure .az-hardware-card,
.homepage-azure .az-deployment-card,
.homepage-azure .az-cta-panel {
  border: 1px solid rgba(247, 231, 206, 0.12);
  border-radius: 26px;
  background: rgba(247, 231, 206, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 245, 225, 0.04);
}

.homepage-azure .az-problem-card,
.homepage-azure .az-hardware-card,
.homepage-azure .az-deployment-card {
  padding: 22px;
}

.homepage-azure .az-problem-card h3,
.homepage-azure .az-hardware-card h3 {
  margin: 0 0 10px;
  font-family: var(--tipster-font-heading);
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--tipster-copy);
}

.homepage-azure .az-problem-card p:last-child,
.homepage-azure .az-hardware-card p,
.homepage-azure .az-deployment-note {
  margin: 0;
  color: var(--tipster-copy-soft);
}

.homepage-azure .az-problem-no,
.homepage-azure .az-card-kicker {
  margin: 0 0 16px;
  font-family: var(--tipster-font-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--tipster-accent-soft);
}

.homepage-azure .az-feed-card {
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255, 245, 225, 0.09), rgba(247, 231, 206, 0.04)),
    linear-gradient(165deg, rgba(9, 24, 21, 0.96), rgba(14, 36, 31, 0.94));
  box-shadow:
    0 28px 60px rgba(8, 22, 19, 0.34),
    inset 0 1px 0 rgba(255, 245, 225, 0.06);
}

.homepage-azure .az-feed-screen {
  display: grid;
  gap: 16px;
  transform: translate3d(0, var(--feed-screen-offset, 0px), 0);
  transition: transform 220ms linear;
  will-change: transform;
}

.homepage-azure .az-feed-screen-chrome {
  display: flex;
  align-items: center;
  gap: 8px;
}

.homepage-azure .az-feed-screen-chrome span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: rgba(247, 231, 206, 0.24);
}

.homepage-azure .az-feed-screen-chrome span:nth-child(2) {
  background: rgba(235, 193, 118, 0.46);
}

.homepage-azure .az-feed-screen-chrome span:nth-child(3) {
  background: rgba(255, 245, 225, 0.66);
}

.homepage-azure .az-feed-screen-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.homepage-azure .az-feed-screen-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(235, 193, 118, 0.22);
  background: rgba(235, 193, 118, 0.12);
  font-family: var(--tipster-font-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tipster-accent-soft);
}

.homepage-azure .az-feed-screen-metric {
  display: grid;
  gap: 6px;
  padding: 18px 18px 14px;
  border-radius: 22px;
  background: rgba(247, 231, 206, 0.06);
}

.homepage-azure .az-feed-screen-chart {
  position: relative;
  height: 160px;
  padding: 16px 14px 12px;
  border-radius: 22px;
  border: 1px solid rgba(247, 231, 206, 0.1);
  background: rgba(247, 231, 206, 0.04);
  overflow: hidden;
}

.homepage-azure .az-feed-chart-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(247, 231, 206, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 231, 206, 0.05) 1px, transparent 1px);
  background-size: 100% 32px, 40px 100%;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.18));
}

.homepage-azure .az-feed-chart-bars {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  align-items: end;
  gap: 10px;
  height: 100%;
}

.homepage-azure .az-feed-chart-bars span {
  display: block;
  height: var(--feed-bar);
  border-radius: 14px 14px 6px 6px;
  background: linear-gradient(180deg, #ebc176 0%, #c48b28 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 245, 225, 0.2),
    0 10px 22px rgba(196, 139, 40, 0.16);
}

.homepage-azure .az-feed-kicker {
  margin: 0;
  font-family: var(--tipster-font-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--tipster-accent-soft);
}

.homepage-azure .az-feed-total {
  margin: 0;
  font-family: var(--tipster-font-display);
  font-size: clamp(42px, 4.4vw, 68px);
  line-height: 0.94;
  letter-spacing: -0.04em;
  color: var(--tipster-copy);
}

.homepage-azure .az-feed-note {
  margin: 0 0 8px;
  color: var(--tipster-copy-soft);
}

.homepage-azure .az-feed-list {
  display: grid;
  gap: 12px;
}

.homepage-azure .az-feed-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(247, 231, 206, 0.08);
  background: rgba(247, 231, 206, 0.04);
  color: var(--tipster-copy-soft);
}

.homepage-azure .az-feed-row-main {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.homepage-azure .az-feed-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(235, 193, 118, 0.22), rgba(196, 139, 40, 0.14));
  color: var(--tipster-copy);
  font-family: var(--tipster-font-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  flex: 0 0 auto;
}

.homepage-azure .az-feed-row-main span:last-child {
  min-width: 0;
}

.homepage-azure .az-feed-row strong {
  color: var(--tipster-copy);
}

.homepage-azure .az-hardware-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.homepage-azure .az-check-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.homepage-azure .az-check-list li {
  position: relative;
  padding-left: 22px;
  color: var(--tipster-copy);
}

.homepage-azure .az-check-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--tipster-accent-soft);
}

.homepage-azure .az-deployment-head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.homepage-azure .az-deployment-tracks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.homepage-azure .az-deployment-track {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(247, 231, 206, 0.16);
  background: rgba(247, 231, 206, 0.08);
  color: var(--tipster-copy);
  text-decoration: none;
  font-family: var(--tipster-font-heading);
}

.homepage-azure .az-deployment-track.is-active {
  background: linear-gradient(145deg, #ebc176 0%, #c48b28 100%);
  color: var(--tipster-contrast);
  border-color: rgba(235, 193, 118, 0.2);
}

.homepage-azure .az-deployment-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.homepage-azure .az-deployment-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.homepage-azure .az-deployment-card .az-btn {
  margin-top: auto;
}

.homepage-azure .az-deployment-card-featured {
  border-color: rgba(235, 193, 118, 0.28);
  background:
    linear-gradient(180deg, rgba(235, 193, 118, 0.14), rgba(247, 231, 206, 0.08)),
    rgba(247, 231, 206, 0.08);
}

.homepage-azure .az-plan-badge-inline {
  display: inline-flex;
  align-self: flex-start;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(145deg, #ebc176 0%, #fff5e1 100%);
  color: var(--tipster-contrast);
  font-family: var(--tipster-font-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.homepage-azure .az-deployment-price {
  margin: 0;
  font-family: var(--tipster-font-display);
  font-size: clamp(34px, 3.4vw, 50px);
  line-height: 0.94;
  letter-spacing: -0.04em;
  color: var(--tipster-copy);
}

.homepage-azure .az-cta-copy {
  display: grid;
  align-content: start;
  gap: 14px;
}

.homepage-azure .az-cta-panel {
  padding: 24px;
  display: grid;
  gap: 16px;
  align-content: start;
}

.homepage-azure .az-cta-field {
  display: grid;
  gap: 8px;
}

.homepage-azure .az-cta-field label {
  font-family: var(--tipster-font-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--tipster-accent-soft);
}

.homepage-azure .az-cta-field input,
.homepage-azure .az-cta-field select {
  min-height: 52px;
  border-radius: 18px;
  border: 1px solid rgba(196, 139, 40, 0.24);
  background: rgba(255, 245, 225, 0.98);
  color: var(--tipster-contrast);
  padding: 0 16px;
  font-size: 15px;
  outline: none;
}

.homepage-azure .az-home-footer {
  padding: clamp(34px, 4vw, 50px) 0;
}

.homepage-azure .az-home-footer-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1.1fr) repeat(2, minmax(180px, 0.5fr));
}

.homepage-azure .az-footer-wordmark {
  position: static;
  left: auto;
  top: auto;
  display: inline-block;
  margin-bottom: 18px;
  font-size: clamp(24px, 2.4vw, 34px);
  letter-spacing: 0.22em;
  text-shadow: none;
}

.homepage-azure .az-home-footer-brand p {
  max-width: 38ch;
  color: var(--tipster-copy-soft);
}

.homepage-azure .az-footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.homepage-azure .az-footer-links a,
.homepage-azure .az-footer-links span,
.homepage-azure .az-home-footer-meta {
  color: var(--tipster-copy-soft);
  text-decoration: none;
}

.homepage-azure .az-footer-links a:hover {
  color: var(--tipster-copy);
}

.homepage-azure .az-home-footer-meta {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(247, 231, 206, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.homepage-azure .az-home-footer-meta p {
  margin: 0;
}

.homepage-azure .az-home-footer-policies {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 980px) {
  .homepage-azure .az-scroll-stack {
    width: 100%;
  }

  .homepage-azure .az-problem-layout,
  .homepage-azure .az-cta-grid,
  .homepage-azure .az-home-footer-grid {
    grid-template-columns: 1fr;
  }

  .homepage-azure .az-problem-grid,
  .homepage-azure .az-hardware-grid,
  .homepage-azure .az-deployment-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .homepage-azure .az-home-section,
  .homepage-azure .az-home-footer {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .homepage-azure .az-problem-grid,
  .homepage-azure .az-hardware-grid,
  .homepage-azure .az-deployment-grid {
    grid-template-columns: 1fr;
  }

  .homepage-azure .az-home-section-head h2,
  .homepage-azure .az-deployment-head h2,
  .homepage-azure .az-cta-copy h2 {
    max-width: 100%;
    font-size: clamp(34px, 10vw, 48px);
  }

  .homepage-azure .az-feed-total,
  .homepage-azure .az-deployment-price {
    font-size: clamp(32px, 11vw, 44px);
  }

  .homepage-azure .az-home-footer-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .homepage-azure .az-home-section > *,
  .homepage-azure .az-home-footer > * {
    width: min(100%, calc(100vw - 32px));
  }
}

/* ============================================================
   TIPSTER LUXURY ENHANCEMENTS — v2
   ============================================================ */

/* ── Skip link ── */
.skip-link {
  position: fixed;
  top: -100%;
  left: 16px;
  z-index: 9999;
  padding: 10px 20px;
  border-radius: 999px;
  background: #ebc176;
  color: #102c26;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: top 200ms ease;
}
.skip-link:focus {
  top: 16px;
}

/* ── Footer "coming soon" spans ── */
.homepage-azure .az-footer-link-soon,
.subpage-azure .az-footer-link-soon {
  color: var(--tipster-copy-soft);
  opacity: 0.52;
  cursor: default;
  position: relative;
}
.homepage-azure .az-footer-link-soon::after,
.subpage-azure .az-footer-link-soon::after {
  content: "soon";
  margin-left: 6px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tipster-accent-soft);
  opacity: 0.72;
  vertical-align: super;
}

/* ── Scroll reveal animations ── */
.reveal-up {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Child stagger inside grids when parent becomes visible */
.reveal-up.is-visible .az-problem-card:nth-child(1),
.reveal-up.is-visible .az-hardware-card:nth-child(1),
.reveal-up.is-visible .az-deployment-card:nth-child(1) {
  animation: luxChildFadeUp 600ms cubic-bezier(0.22, 1, 0.36, 1) 60ms both;
}
.reveal-up.is-visible .az-problem-card:nth-child(2),
.reveal-up.is-visible .az-hardware-card:nth-child(2),
.reveal-up.is-visible .az-deployment-card:nth-child(2) {
  animation: luxChildFadeUp 600ms cubic-bezier(0.22, 1, 0.36, 1) 140ms both;
}
.reveal-up.is-visible .az-problem-card:nth-child(3),
.reveal-up.is-visible .az-hardware-card:nth-child(3),
.reveal-up.is-visible .az-deployment-card:nth-child(3) {
  animation: luxChildFadeUp 600ms cubic-bezier(0.22, 1, 0.36, 1) 220ms both;
}
.reveal-up.is-visible .az-deployment-card:nth-child(4) {
  animation: luxChildFadeUp 600ms cubic-bezier(0.22, 1, 0.36, 1) 300ms both;
}

@keyframes luxChildFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-up {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ── Luxury card hover shimmer ── */
.homepage-azure .az-problem-card,
.homepage-azure .az-hardware-card,
.homepage-azure .az-deployment-card {
  position: relative;
  overflow: hidden;
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 260ms ease,
    box-shadow 260ms ease;
}

.homepage-azure .az-problem-card::after,
.homepage-azure .az-hardware-card::after,
.homepage-azure .az-deployment-card::after {
  content: "";
  position: absolute;
  inset: -60% -40% auto -80%;
  height: 200%;
  background: linear-gradient(
    100deg,
    transparent,
    rgba(235, 193, 118, 0.1),
    transparent
  );
  transform: translateX(-100%) rotate(18deg);
  transition: transform 600ms ease;
  pointer-events: none;
}

.homepage-azure .az-problem-card:hover,
.homepage-azure .az-hardware-card:hover,
.homepage-azure .az-deployment-card:hover {
  transform: translateY(-5px);
  border-color: rgba(235, 193, 118, 0.3);
  box-shadow:
    0 28px 64px rgba(8, 22, 19, 0.48),
    inset 0 1px 0 rgba(255, 245, 225, 0.08);
}

.homepage-azure .az-problem-card:hover::after,
.homepage-azure .az-hardware-card:hover::after,
.homepage-azure .az-deployment-card:hover::after {
  transform: translateX(300%) rotate(18deg);
}

.homepage-azure .az-deployment-card-featured {
  border-color: rgba(235, 193, 118, 0.32) !important;
  background:
    radial-gradient(circle at 84% 0%, rgba(235, 193, 118, 0.16), transparent 40%),
    linear-gradient(180deg, rgba(255, 245, 225, 0.1), rgba(247, 231, 206, 0.05)),
    rgba(16, 44, 38, 0.96) !important;
  box-shadow:
    0 0 0 1px rgba(235, 193, 118, 0.16),
    0 28px 64px rgba(8, 22, 19, 0.48),
    inset 0 1px 0 rgba(255, 245, 225, 0.08);
}

/* ── Feed card counter animation ── */
.homepage-azure .az-feed-total {
  transition: transform 200ms ease;
}

/* ── Hero CTA button hover lift ── */
.homepage-azure .az-btn-primary:hover,
.homepage-azure .az-btn-ghost:hover {
  transform: translateY(-2px);
}
.homepage-azure .az-btn-primary,
.homepage-azure .az-btn-ghost {
  transition:
    transform 200ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 200ms ease,
    background-color 200ms ease,
    border-color 200ms ease,
    color 200ms ease;
}

/* ── Deployment price number animation class ── */
.az-price-animated {
  display: inline-block;
  transition: transform 200ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* ── Improved bottom dock — mobile fix ── */
@media (max-width: 480px) {
  .homepage-azure .az-bottom-dock,
  .subpage-azure .az-bottom-dock {
    left: 10px;
    right: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }
  .homepage-azure .az-bottom-dock::-webkit-scrollbar,
  .subpage-azure .az-bottom-dock::-webkit-scrollbar {
    display: none;
  }
  .homepage-azure .az-bottom-dock a,
  .subpage-azure .az-bottom-dock a {
    flex-shrink: 0;
    font-size: 11.5px;
    padding: 9px 11px;
  }
}

/* ── Section head eyebrow accent line ── */
.homepage-azure .az-home-section-head {
  position: relative;
}

/* ── CTA section: balance left/right on mobile ── */
@media (max-width: 720px) {
  .homepage-azure .az-cta-grid {
    grid-template-columns: 1fr;
  }
  .homepage-azure .az-cta-copy {
    order: 1;
  }
  .homepage-azure .az-cta-panel {
    order: 2;
  }
}

/* ── Counter animation ── */
@keyframes luxCountUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.az-price-reveal {
  animation: luxCountUp 500ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* ── Hero wordmark entrance (reduced-motion/static path only) ── */
body.home-intro-done.home-intro-static.homepage-azure .az-wordmark {
  animation: azHeroReveal 680ms cubic-bezier(0.22, 1, 0.36, 1) 80ms both;
}
body.home-intro-done.home-intro-static.homepage-azure .az-copy {
  animation: azHeroReveal 680ms cubic-bezier(0.22, 1, 0.36, 1) 180ms both;
}
body.home-intro-done.home-intro-static.homepage-azure .az-actions {
  animation: azHeroReveal 680ms cubic-bezier(0.22, 1, 0.36, 1) 280ms both;
}

/* ── Luxury heading treatment on section h2 ── */
.homepage-azure .az-home-section-head h2 em,
.homepage-azure .az-deployment-head h2 em,
.homepage-azure .az-cta-copy h2 em {
  font-style: italic;
  color: var(--tipster-accent-soft);
}

/* ── Backdrop blur on dock ── */
.homepage-azure .az-bottom-dock,
.subpage-azure .az-bottom-dock {
  backdrop-filter: blur(22px) saturate(1.5) !important;
}

/* ── Pricing card badge glow ── */
.homepage-azure .az-plan-badge-inline {
  box-shadow:
    0 0 0 1px rgba(235, 193, 118, 0.2),
    0 8px 24px rgba(196, 139, 40, 0.28);
}

/* ── Feed list row hover ── */
.homepage-azure .az-feed-row {
  transition: background 200ms ease, border-color 200ms ease;
  cursor: default;
}
.homepage-azure .az-feed-row:hover {
  background: rgba(247, 231, 206, 0.08);
  border-color: rgba(235, 193, 118, 0.14);
}

/* ── Hardware section number highlight ── */
.homepage-azure .az-hardware-card h3 {
  font-size: 22px;
  line-height: 1.28;
}

/* ── Section separator micro-rule ── */
.homepage-azure .az-home-section {
  border-bottom: 1px solid rgba(196, 139, 40, 0.1) !important;
}

/* ── Deployment track active animation ── */
.homepage-azure .az-deployment-track.is-active {
  box-shadow:
    0 0 0 1px rgba(235, 193, 118, 0.2),
    0 8px 24px rgba(196, 139, 40, 0.22),
    inset 0 1px 0 rgba(255, 245, 225, 0.18);
}

/* ── Scroll progress line at top of page ── */
.az-scroll-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: var(--scroll-pct, 0%);
  background: linear-gradient(90deg, #c48b28, #ebc176, #fff5e1);
  z-index: 9000;
  transition: width 80ms linear;
  box-shadow: 0 0 10px rgba(235, 193, 118, 0.4);
}

/* ── Check list tick ── */
.homepage-azure .az-check-list li::before {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  color: #ebc176;
}

/* ── Wordmark tracking animation on hover ── */
.homepage-azure .az-wordmark {
  transition: letter-spacing 400ms ease, opacity 400ms ease;
}
.homepage-azure .az-wordmark:hover {
  letter-spacing: 0.28em;
}
.account-choice-layout {
  align-items: start;
}

.account-stack {
  display: grid;
  gap: 1.15rem;
}

.account-switcher {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.account-switcher__button {
  border: 1px solid rgba(247, 231, 206, 0.16);
  background: rgba(247, 231, 206, 0.08);
  color: #fff5e1;
  border-radius: 999px;
  padding: 0.8rem 1.15rem;
  font: 600 0.9rem "Red Hat Display", Arial, sans-serif;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.account-switcher__button:hover {
  transform: translateY(-1px);
  border-color: rgba(235, 193, 118, 0.28);
}

.account-switcher__button.is-active {
  border-color: rgba(235, 193, 118, 0.12);
  background: linear-gradient(145deg, #ebc176 0%, #c48b28 100%);
  color: #5a3c0b;
}

.account-pane {
  display: block;
}

.account-pane[hidden] {
  display: none !important;
}

.account-note {
  margin-top: 1rem;
}

.subpage-azure .btn.btn-secondary {
  border: 1px solid rgba(247, 231, 206, 0.18);
  background: rgba(247, 231, 206, 0.08);
  color: #fff5e1;
}

/* Homepage hero globe */
.homepage-azure .az-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 0;
  overflow: visible;
}

.homepage-azure .az-copy {
  position: relative;
  z-index: 24;
}

.homepage-azure .az-copy::before {
  content: "";
  position: absolute;
  inset: -18% -10% -22% -20%;
  background:
    radial-gradient(
      760px 620px at 24% 46%,
      rgba(46, 113, 94, 0.42) 0%,
      rgba(28, 74, 61, 0.22) 34%,
      rgba(10, 24, 21, 0.04) 62%,
      rgba(0, 0, 0, 0) 82%
    );
  filter: blur(38px);
  opacity: 0.95;
  pointer-events: none;
  z-index: -1;
}

.homepage-azure .az-hero .az-background {
  background:
    radial-gradient(
      1260px 860px at 20% 48%,
      rgba(38, 95, 80, 0.98) 0%,
      rgba(24, 67, 55, 0.96) 28%,
      rgba(13, 35, 29, 0.72) 52%,
      rgba(4, 11, 10, 0.16) 74%,
      rgba(0, 0, 0, 0) 88%
    ),
    linear-gradient(
      90deg,
      rgba(16, 44, 38, 1) 0%,
      rgba(20, 53, 44, 0.98) 18%,
      rgba(18, 49, 41, 0.96) 36%,
      rgba(10, 24, 21, 0.94) 50%,
      rgba(3, 5, 5, 0.98) 62%,
      rgba(0, 0, 0, 1) 76%,
      rgba(0, 0, 0, 1) 100%
    );
}

.homepage-azure .az-hero .az-background::before {
  background:
    radial-gradient(
      1100px 760px at 24% 48%,
      rgba(155, 224, 205, 0.24) 0%,
      rgba(106, 171, 155, 0.18) 22%,
      rgba(31, 78, 66, 0.08) 44%,
      rgba(0, 0, 0, 0) 70%
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.04) 0%,
      rgba(255, 255, 255, 0.02) 28%,
      rgba(255, 255, 255, 0) 48%
    );
  mix-blend-mode: screen;
  opacity: 0.96;
}

.homepage-azure .az-hero .az-background::after {
  background:
    radial-gradient(
      920px 920px at 77% 49%,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.18) 20%,
      rgba(0, 0, 0, 0.52) 40%,
      rgba(0, 0, 0, 0.88) 62%,
      rgba(0, 0, 0, 1) 78%
    ),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0) 34%,
      rgba(0, 0, 0, 0.16) 46%,
      rgba(0, 0, 0, 0.58) 58%,
      rgba(0, 0, 0, 0.9) 70%,
      rgba(0, 0, 0, 1) 100%
    );
  opacity: 1;
}

.homepage-azure .az-hero .az-glow-a,
.homepage-azure .az-hero .az-glow-b {
  filter: blur(72px);
  opacity: 0.9;
}

.homepage-azure .az-hero .az-glow-a {
  width: 1020px;
  height: 1020px;
  right: -280px;
  top: -180px;
  background:
    radial-gradient(circle, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.24) 42%, rgba(0, 0, 0, 0) 74%);
}

.homepage-azure .az-hero .az-glow-b {
  width: 1180px;
  height: 980px;
  left: -160px;
  top: -40px;
  background:
    radial-gradient(circle, rgba(75, 145, 122, 0.42) 0%, rgba(75, 145, 122, 0.18) 38%, rgba(75, 145, 122, 0.04) 60%, rgba(75, 145, 122, 0) 80%);
}

.homepage-azure .az-hero .az-spotlight {
  background:
    radial-gradient(
      680px 520px at 31% 49%,
      rgba(232, 255, 247, 0.12) 0%,
      rgba(138, 198, 182, 0.08) 20%,
      rgba(8, 18, 16, 0) 62%
    ),
    radial-gradient(
      560px 460px at 77% 45%,
      rgba(118, 201, 175, 0.12) 0%,
      rgba(118, 201, 175, 0.03) 16%,
      rgba(0, 0, 0, 0) 38%
    );
  mix-blend-mode: screen;
  opacity: 0.72;
}

.homepage-azure .az-globe-hero {
  position: relative;
  z-index: 18;
  align-self: center;
  justify-self: stretch;
  width: 100%;
  margin-left: 0;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  transition: opacity 720ms ease, transform 820ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.homepage-azure .az-spline-shell {
  position: relative;
  width: min(136%, 1240px);
  height: min(78vh, 860px);
  display: block;
  filter: drop-shadow(0 48px 124px rgba(0, 0, 0, 0.82));
  transform: translateX(-16%);
}

.homepage-azure .az-spline-viewer {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  filter: saturate(1.04) brightness(1.04) contrast(1.04);
}

.homepage-azure .az-globe-pill {
  position: absolute;
  left: 50%;
  bottom: 6%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(162, 232, 210, 0.16);
  background: rgba(1, 4, 4, 0.74);
  box-shadow:
    0 18px 52px rgba(0, 0, 0, 0.56),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
  color: #fff5e1;
}

.homepage-azure .az-globe-pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, #c8ffe9, #59a88a);
  box-shadow: 0 0 0 4px rgba(89, 168, 138, 0.14);
}

html.home-intro-pending body.homepage-azure .az-globe-hero,
body.home-opening.homepage-azure .az-globe-hero {
  opacity: 0;
  transform: translate3d(26px, 18px, 0) scale(0.96);
}

body.home-intro-done.homepage-azure .az-globe-hero,
body.home-intro-static.homepage-azure .az-globe-hero,
body.home-intro-handoff.homepage-azure .az-globe-hero {
  opacity: 1;
  transform: none;
}

@media (max-width: 960px) {
  .homepage-azure .az-hero-grid {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .homepage-azure .az-globe-hero {
    justify-self: center;
    width: min(100%, 520px);
  }

  .homepage-azure .az-spline-shell {
    width: min(100vw, 700px);
    height: min(72vw, 560px);
    transform: none;
  }
}

@media (max-width: 640px) {
  .homepage-azure .az-spline-shell {
    width: min(100vw, 430px);
    height: min(92vw, 430px);
    transform: none;
  }

  .homepage-azure .az-globe-pill {
    bottom: 4%;
    padding: 10px 14px;
    font-size: 0.76rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .homepage-azure .az-globe-hero,
  .homepage-azure .az-spline-viewer {
    animation: none !important;
    transition: none !important;
  }
}

.subpage-azure .btn.btn-secondary:hover {
  border-color: rgba(235, 193, 118, 0.28);
  background: rgba(247, 231, 206, 0.14);
}

@media (max-width: 900px) {
  .account-switcher {
    width: 100%;
  }

  .account-switcher__button {
    flex: 1 1 0;
    justify-content: center;
    text-align: center;
  }
}

.homepage-azure .az-journey-grid {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: start;
}

.homepage-azure .az-journey-list {
  display: grid;
  gap: 1rem;
}

.homepage-azure .az-journey-step,
.homepage-azure .az-journey-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(247, 231, 206, 0.12);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 245, 225, 0.06), rgba(247, 231, 206, 0.02)),
    rgba(16, 44, 38, 0.58);
  box-shadow: 0 24px 60px rgba(6, 18, 15, 0.18);
}

.homepage-azure .az-journey-step::after,
.homepage-azure .az-journey-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 90% 0%, rgba(235, 193, 118, 0.12), transparent 34%);
}

.homepage-azure .az-journey-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.2rem;
}

.homepage-azure .az-journey-step > *,
.homepage-azure .az-journey-panel > * {
  position: relative;
  z-index: 1;
}

.homepage-azure .az-journey-step-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: linear-gradient(145deg, #ebc176 0%, #c48b28 100%);
  color: #5a3c0b;
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.homepage-azure .az-journey-step h3,
.homepage-azure .az-journey-panel h3 {
  margin: 0.2rem 0 0.55rem;
  color: #fff5e1;
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.15;
}

.homepage-azure .az-journey-step p:last-child,
.homepage-azure .az-journey-panel p:not(.az-card-kicker) {
  color: rgba(247, 231, 206, 0.8);
  line-height: 1.7;
}

.homepage-azure .az-journey-panel {
  padding: clamp(1.35rem, 3vw, 1.8rem);
}

.homepage-azure .az-journey-metrics {
  display: grid;
  gap: 0.75rem;
  margin: 1.2rem 0 1.45rem;
}

.homepage-azure .az-journey-metric {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(247, 231, 206, 0.1);
  border-radius: 18px;
  background: rgba(247, 231, 206, 0.06);
  padding: 0.9rem 1rem;
  color: rgba(247, 231, 206, 0.82);
}

.homepage-azure .az-journey-metric strong {
  color: #fff5e1;
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.homepage-azure .az-deployment-card .az-btn,
.homepage-azure .az-journey-panel .az-btn {
  width: 100%;
  justify-content: center;
}

@media (max-width: 960px) {
  .homepage-azure .az-journey-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .homepage-azure .az-journey-step {
    grid-template-columns: 1fr;
  }

  .homepage-azure .az-journey-step-no {
    width: 2.7rem;
    height: 2.7rem;
  }
}

/* ============================================================
   HOMEPAGE HERO REDESIGN
   ============================================================ */

.homepage-azure {
  --az-hero-text: var(--tipster-copy);
  --az-hero-muted: var(--tipster-copy-soft);
  --az-hero-accent: #1d463e;
  --az-hero-accent-soft: rgba(247, 231, 206, 0.74);
  --az-hero-border: var(--tipster-border);
  --az-hero-panel: var(--tipster-panel);
}

.homepage-azure .az-main {
  background:
    radial-gradient(1180px 720px at 88% 8%, rgba(235, 193, 118, 0.12), transparent 66%),
    radial-gradient(1040px 720px at 12% 82%, rgba(247, 231, 206, 0.09), transparent 74%),
    linear-gradient(144deg, #21493f 0%, #2b5a4f 42%, #4f7150 100%);
}

.homepage-azure .az-hero-premium {
  min-height: 100svh;
  padding: 0 0 96px;
  background: transparent;
}

.homepage-azure .az-hero-premium,
.homepage-azure .az-hero-premium * {
  font-family: "Red Hat Display", Arial, sans-serif;
}

.homepage-azure .az-hero-premium .az-background {
  background:
    radial-gradient(980px 760px at 12% 24%, rgba(86, 127, 103, 0.3) 0%, rgba(57, 98, 82, 0.14) 34%, rgba(0, 0, 0, 0) 74%),
    radial-gradient(1040px 760px at 78% 44%, rgba(39, 73, 61, 0.62) 0%, rgba(39, 73, 61, 0.18) 52%, rgba(0, 0, 0, 0) 78%),
    linear-gradient(180deg, #21493f 0%, #355f52 54%, #567655 100%);
}

.homepage-azure .az-hero-premium .az-background::before {
  background:
    linear-gradient(120deg, rgba(255, 245, 225, 0.05), rgba(255, 245, 225, 0) 36%),
    linear-gradient(180deg, rgba(255, 245, 225, 0.055), rgba(255, 245, 225, 0));
  opacity: 1;
  mix-blend-mode: screen;
}

.homepage-azure .az-hero-premium .az-background::after {
  background:
    radial-gradient(680px 440px at 76% 50%, rgba(0, 0, 0, 0) 0%, rgba(9, 24, 21, 0.16) 36%, rgba(9, 24, 21, 0.5) 74%),
    linear-gradient(90deg, rgba(0, 0, 0, 0) 34%, rgba(20, 45, 38, 0.18) 54%, rgba(20, 45, 38, 0.52) 100%);
  opacity: 1;
}

.homepage-azure .az-hero-premium .az-glow-a,
.homepage-azure .az-hero-premium .az-glow-b {
  filter: blur(84px);
  opacity: 0.88;
}

.homepage-azure .az-hero-premium .az-glow-a {
  width: 760px;
  height: 760px;
  right: -220px;
  top: -160px;
  background: radial-gradient(circle, rgba(74, 110, 88, 0.34) 0%, rgba(74, 110, 88, 0.12) 44%, rgba(74, 110, 88, 0) 76%);
}

.homepage-azure .az-hero-premium .az-glow-b {
  width: 720px;
  height: 720px;
  left: -160px;
  top: 18%;
  background: radial-gradient(circle, rgba(93, 137, 112, 0.34) 0%, rgba(93, 137, 112, 0.14) 44%, rgba(93, 137, 112, 0) 76%);
}

.homepage-azure .az-hero-premium .az-spotlight {
  width: min(760px, 58vw);
  height: min(760px, 58vw);
  left: -6%;
  top: 20%;
  background:
    radial-gradient(circle, rgba(247, 231, 206, 0.11) 0%, rgba(247, 231, 206, 0.04) 26%, rgba(247, 231, 206, 0) 66%),
    radial-gradient(circle, rgba(108, 150, 126, 0.18) 0%, rgba(108, 150, 126, 0) 58%);
  opacity: 0.88;
  mix-blend-mode: screen;
}

.homepage-azure .az-wordmark {
  color: #f6efe4;
  text-shadow: 0 14px 34px rgba(3, 15, 13, 0.36);
}

.homepage-azure .az-hero-nav {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1340px, calc(100% - 56px));
  display: grid;
  grid-template-columns: minmax(180px, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 18px 28px;
  border-radius: 24px;
  border: 1px solid rgba(245, 239, 230, 0.08);
  background: rgba(10, 11, 12, 0.58);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px) saturate(1.15);
  z-index: 48;
}

.homepage-azure .az-hero-nav .az-wordmark {
  position: static;
  top: auto;
  left: auto;
  z-index: auto;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  color: var(--az-hero-text);
  text-decoration: none;
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1;
  text-shadow: none;
  text-transform: uppercase;
}

.homepage-azure .az-hero-nav .az-wordmark:hover,
.homepage-azure .az-hero-nav .az-wordmark:focus-visible {
  letter-spacing: 0.22em;
  opacity: 1;
}

.homepage-azure .az-hero-nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3vw, 56px);
  min-width: 0;
}

.homepage-azure .az-hero-nav-links a {
  color: rgba(245, 239, 230, 0.78);
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 500;
  transition: color 180ms ease, opacity 180ms ease;
}

.homepage-azure .az-hero-nav-links a:hover,
.homepage-azure .az-hero-nav-links a:focus-visible {
  color: var(--az-hero-text);
}

.homepage-azure .az-hero-nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.homepage-azure .az-hero-nav-login,
.homepage-azure .az-hero-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 16px;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.homepage-azure .az-hero-nav-login {
  color: var(--az-hero-text);
  border: 1px solid rgba(245, 239, 230, 0.12);
  background: rgba(255, 245, 225, 0.03);
}

.homepage-azure .az-hero-nav-cta {
  color: #1c140d;
  border: 1px solid rgba(255, 241, 220, 0.42);
  background: linear-gradient(180deg, #d8b07b 0%, #be8644 100%);
  box-shadow:
    0 14px 32px rgba(102, 67, 29, 0.28),
    inset 0 1px 0 rgba(255, 247, 235, 0.56);
}

.homepage-azure .az-hero-nav-login:hover,
.homepage-azure .az-hero-nav-cta:hover,
.homepage-azure .az-hero-nav-login:focus-visible,
.homepage-azure .az-hero-nav-cta:focus-visible {
  transform: translateY(-1px);
}

.homepage-azure .az-hero-shell {
  position: relative;
  z-index: 2;
  width: min(1340px, calc(100% - 80px));
  margin: 0 auto;
  padding-top: 96px;
}

.homepage-azure .az-hero-grid-premium {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(460px, 0.92fr);
  gap: clamp(42px, 5vw, 88px);
  align-items: center;
  min-height: calc(100svh - 208px);
}

.homepage-azure .az-copy-premium {
  position: relative;
  max-width: 760px;
  padding: clamp(20px, 2.6vw, 38px) 0 clamp(34px, 4vw, 52px);
  z-index: 4;
}

.homepage-azure .az-copy-premium::before {
  content: "";
  position: absolute;
  inset: -14% -18% -18% -18%;
  background: radial-gradient(720px 520px at 20% 34%, rgba(75, 145, 122, 0.18) 0%, rgba(75, 145, 122, 0.08) 34%, rgba(75, 145, 122, 0) 72%);
  filter: blur(26px);
  opacity: 1;
  pointer-events: none;
  z-index: -1;
}

.homepage-azure .az-copy-premium .az-eyebrow {
  margin-bottom: 18px;
  color: rgba(168, 218, 201, 0.9);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.homepage-azure .az-copy-premium h1 {
  margin: 0;
  max-width: 8.8ch;
  color: var(--az-hero-text);
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: clamp(3.35rem, 5.25vw, 6rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.homepage-azure .az-copy-premium .az-subcopy {
  margin-top: 24px;
  max-width: 34rem;
  color: var(--az-hero-muted);
  font-size: clamp(1.04rem, 1.25vw, 1.22rem);
  line-height: 1.68;
}

.homepage-azure .az-copy-premium .az-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.homepage-azure .az-copy-premium .az-actions::before {
  display: none;
}

.homepage-azure .az-hero-premium .az-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 58px;
  padding: 0 24px;
  border-radius: 18px;
  font-size: 0.97rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.homepage-azure .az-hero-premium .az-btn-primary {
  color: #f5efe6;
  border: 1px solid rgba(247, 231, 206, 0.14);
  background: linear-gradient(180deg, #1d463e 0%, #102c26 100%);
  box-shadow:
    0 22px 48px rgba(6, 28, 23, 0.34),
    inset 0 1px 0 rgba(214, 245, 235, 0.12);
}

.homepage-azure .az-hero-premium .az-btn-ghost {
  color: var(--az-hero-text);
  border: 1px solid rgba(247, 231, 206, 0.14);
  background: rgba(16, 44, 38, 0.38);
}

.homepage-azure .az-hero-premium .az-btn-ghost-strong {
  border-color: rgba(210, 237, 228, 0.18);
  background: rgba(255, 245, 225, 0.045);
}

.homepage-azure .az-inline-link {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
  color: rgba(214, 236, 228, 0.82);
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 600;
  transition: color 180ms ease, opacity 180ms ease;
}

.homepage-azure .az-inline-link:hover,
.homepage-azure .az-inline-link:focus-visible {
  color: #f5efe6;
}

.homepage-azure .az-hero-note {
  margin-top: 26px;
  max-width: 40rem;
  color: rgba(236, 227, 214, 0.6);
  font-size: 0.98rem;
  line-height: 1.72;
}

.homepage-azure .az-hero-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.homepage-azure .az-hero-trust-item {
  padding: 18px 20px;
  border-radius: 24px;
  border: 1px solid var(--tipster-border);
  background:
    linear-gradient(180deg, rgba(255, 245, 225, 0.08), rgba(247, 231, 206, 0.03)),
    var(--tipster-panel);
  box-shadow: var(--tipster-shadow);
}

.homepage-azure .az-hero-trust-item strong {
  display: block;
  margin-bottom: 0;
  color: var(--az-hero-text);
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.3;
}

.homepage-azure .az-hero-trust-item span {
  display: block;
  color: rgba(236, 227, 214, 0.64);
  font-size: 0.88rem;
  line-height: 1.58;
}

.homepage-azure .az-hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.homepage-azure .az-hero-visual-frame {
  position: relative;
  width: min(100%, 690px);
  min-height: 660px;
  padding: 52px;
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid var(--tipster-border);
  background:
    linear-gradient(180deg, rgba(29, 70, 62, 0.28), rgba(255, 245, 225, 0.03)),
    var(--tipster-panel-strong);
  box-shadow:
    var(--tipster-shadow),
    inset 0 1px 0 rgba(255, 245, 225, 0.08);
}

.homepage-azure .az-hero-visual-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(420px 320px at 24% 20%, rgba(29, 70, 62, 0.22), rgba(29, 70, 62, 0) 72%),
    radial-gradient(520px 420px at 76% 76%, rgba(255, 245, 225, 0.04), rgba(255, 245, 225, 0) 70%);
  pointer-events: none;
}

.homepage-azure .az-hero-visual-frame::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 30px;
  border: 1px solid rgba(245, 239, 230, 0.05);
  pointer-events: none;
}

.homepage-azure .az-hero-visual-frame::after {
  content: "";
  position: absolute;
  width: 78%;
  height: 78%;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(201, 149, 82, 0.1);
  box-shadow: inset 0 0 0 1px rgba(245, 239, 230, 0.03);
  pointer-events: none;
}

.homepage-azure .az-phone-rig {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 520px;
  perspective: 1500px;
}

.homepage-azure .az-phone-shadow {
  position: absolute;
  left: 50%;
  bottom: 54px;
  width: 340px;
  height: 96px;
  transform: translateX(-50%) rotate(-7deg);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(3, 8, 7, 0.66) 0%, rgba(3, 8, 7, 0.28) 46%, rgba(3, 8, 7, 0) 76%);
  filter: blur(18px);
}

.homepage-azure .az-phone-model {
  position: relative;
  width: 320px;
  height: 622px;
  margin: 8px auto 0;
  transform-style: preserve-3d;
  transform: rotateY(-26deg) rotateX(14deg) rotateZ(10deg) translateY(6px);
  animation: tipsterPhoneFloat 7s ease-in-out infinite;
}

.homepage-azure .az-phone-shell {
  position: absolute;
  inset: 0;
  padding: 14px;
  border-radius: 48px;
  border: 1px solid rgba(255, 245, 225, 0.16);
  background:
    linear-gradient(145deg, rgba(61, 78, 73, 0.98) 0%, rgba(18, 26, 24, 1) 52%, rgba(7, 10, 10, 1) 100%);
  box-shadow:
    0 42px 110px rgba(0, 0, 0, 0.42),
    18px 0 34px rgba(0, 0, 0, 0.24),
    inset 0 2px 0 rgba(245, 239, 230, 0.16),
    inset 0 -18px 32px rgba(0, 0, 0, 0.38);
  overflow: hidden;
}

.homepage-azure .az-phone-shell::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 40px;
  border: 1px solid rgba(255, 245, 225, 0.06);
  pointer-events: none;
}

.homepage-azure .az-phone-shell::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 18px;
  right: 18px;
  height: 38%;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 245, 225, 0.16), rgba(255, 245, 225, 0.02) 44%, rgba(255, 245, 225, 0) 100%);
  pointer-events: none;
}

.homepage-azure .az-phone-side {
  position: absolute;
  top: 18px;
  bottom: 18px;
  width: 14px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(88, 110, 103, 0.9), rgba(16, 24, 22, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 245, 225, 0.14);
}

.homepage-azure .az-phone-side--left {
  left: -5px;
  transform: rotateY(-78deg) translateZ(9px);
  transform-origin: left center;
}

.homepage-azure .az-phone-side--right {
  right: -5px;
  transform: rotateY(78deg) translateZ(9px);
  transform-origin: right center;
}

.homepage-azure .az-phone-camera {
  position: absolute;
  top: 18px;
  left: 50%;
  width: 122px;
  height: 28px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(6, 10, 10, 0.96), rgba(14, 19, 18, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 245, 225, 0.04),
    0 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 3;
}

.homepage-azure .az-phone-screen {
  position: absolute;
  inset: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 28px 20px 20px;
  border-radius: 36px;
  border: 1px solid rgba(255, 245, 225, 0.06);
  background:
    radial-gradient(circle at 16% 18%, rgba(110, 195, 168, 0.22), rgba(110, 195, 168, 0) 40%),
    radial-gradient(circle at 84% 92%, rgba(255, 245, 225, 0.05), rgba(255, 245, 225, 0) 32%),
    linear-gradient(180deg, rgba(8, 17, 16, 0.98), rgba(10, 25, 22, 0.98) 52%, rgba(5, 12, 11, 1) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 245, 225, 0.04),
    inset 0 -18px 28px rgba(0, 0, 0, 0.26);
  overflow: hidden;
}

.homepage-azure .az-phone-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(245, 239, 230, 0.82);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.homepage-azure .az-phone-status-icons {
  display: inline-flex;
  align-items: flex-end;
  gap: 5px;
}

.homepage-azure .az-phone-status-icons i {
  display: block;
  width: 14px;
  border-radius: 999px;
  background: rgba(245, 239, 230, 0.72);
}

.homepage-azure .az-phone-status-icons i:first-child {
  height: 9px;
}

.homepage-azure .az-phone-status-icons i:last-child {
  width: 18px;
  height: 11px;
}

.homepage-azure .az-phone-brand {
  margin-top: 22px;
  color: var(--az-hero-text);
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.homepage-azure .az-phone-screen-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 16px 16px 14px;
  border-radius: 24px;
  border: 1px solid rgba(204, 234, 225, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 245, 225, 0.055), rgba(255, 245, 225, 0.018)),
    rgba(8, 18, 16, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 245, 225, 0.04);
}

.homepage-azure .az-phone-screen-card--hero {
  margin-top: 6px;
}

.homepage-azure .az-phone-screen-kicker {
  color: rgba(168, 218, 201, 0.84);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.homepage-azure .az-phone-screen-card strong {
  color: var(--az-hero-text);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.homepage-azure .az-phone-screen-card span:not(.az-phone-screen-kicker) {
  color: rgba(236, 227, 214, 0.68);
  font-size: 0.86rem;
  line-height: 1.45;
}

.homepage-azure .az-phone-screen-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.homepage-azure .az-phone-screen-grid .az-phone-screen-card strong {
  font-size: 1.36rem;
}

.homepage-azure .az-phone-mini-chart {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  align-items: end;
  height: 110px;
  padding: 16px 16px 10px;
  border-radius: 24px;
  border: 1px solid rgba(204, 234, 225, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 245, 225, 0.045), rgba(255, 245, 225, 0.01)),
    rgba(8, 17, 15, 0.44);
}

.homepage-azure .az-phone-mini-chart span {
  display: block;
  height: var(--phone-bar);
  min-height: 20px;
  border-radius: 999px 999px 8px 8px;
  background: linear-gradient(180deg, rgba(126, 205, 182, 0.98), rgba(35, 101, 84, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(219, 247, 238, 0.18),
    0 8px 18px rgba(14, 50, 42, 0.18);
}

.homepage-azure .az-phone-bottom-pill {
  margin-top: auto;
  align-self: flex-start;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(190, 228, 216, 0.12);
  background: linear-gradient(180deg, rgba(31, 80, 68, 0.8), rgba(17, 46, 39, 0.92));
  color: var(--az-hero-text);
  font-size: 0.82rem;
  font-weight: 600;
  box-shadow: 0 12px 24px rgba(5, 20, 17, 0.22);
}

.homepage-azure .az-hero-callout {
  position: absolute;
  z-index: 3;
  width: min(258px, 44%);
  padding: 18px 18px 16px;
  border-radius: 24px;
  border: 1px solid rgba(245, 239, 230, 0.08);
  background:
    linear-gradient(180deg, rgba(24, 37, 34, 0.92), rgba(8, 14, 13, 0.96)),
    rgba(8, 14, 13, 0.94);
  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 245, 225, 0.06);
  backdrop-filter: blur(16px);
}

.homepage-azure .az-hero-callout--guest {
  left: 28px;
  top: 38px;
}

.homepage-azure .az-hero-callout--ops {
  right: 24px;
  bottom: 52px;
}

.homepage-azure .az-hero-callout-kicker {
  color: rgba(168, 218, 201, 0.82);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.homepage-azure .az-hero-callout-amount {
  margin-top: 12px;
  color: var(--az-hero-text);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.homepage-azure .az-hero-callout-meta {
  margin-top: 6px;
  color: rgba(236, 227, 214, 0.76);
  font-size: 0.9rem;
  line-height: 1.5;
}

.homepage-azure .az-hero-callout-copy {
  margin-top: 10px;
  color: rgba(236, 227, 214, 0.62);
  font-size: 0.84rem;
  line-height: 1.55;
}

.homepage-azure .az-hero-rating {
  margin-top: 12px;
  color: rgba(168, 218, 201, 0.88);
  font-size: 0.88rem;
  letter-spacing: 0.16em;
}

.homepage-azure .az-hero-mini-bars {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  align-items: end;
  height: 82px;
  margin-top: 16px;
}

.homepage-azure .az-hero-mini-bars span {
  display: block;
  height: var(--hero-bar);
  min-height: 18px;
  border-radius: 999px 999px 10px 10px;
  background: linear-gradient(180deg, rgba(126, 205, 182, 0.96), rgba(38, 98, 84, 0.9));
  box-shadow: inset 0 1px 0 rgba(219, 247, 238, 0.22);
}

.homepage-azure .az-hero-stat-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  color: rgba(236, 227, 214, 0.74);
  font-size: 0.88rem;
}

.homepage-azure .az-hero-stat-row strong {
  color: var(--az-hero-text);
  font-size: 1rem;
  font-weight: 700;
}

@keyframes tipsterPhoneFloat {
  0%,
  100% {
    transform: rotateY(-26deg) rotateX(14deg) rotateZ(10deg) translateY(6px);
  }
  50% {
    transform: rotateY(-23deg) rotateX(12deg) rotateZ(8deg) translateY(-8px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .homepage-azure .az-phone-model {
    animation: none;
  }
}

@media (max-width: 1080px) {
  .homepage-azure .az-hero-nav {
    width: min(1340px, calc(100% - 28px));
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    padding: 16px 20px;
  }

  .homepage-azure .az-hero-shell {
    width: min(1340px, calc(100% - 40px));
    padding-top: 104px;
  }

  .homepage-azure .az-hero-grid-premium {
    grid-template-columns: 1fr;
    gap: 42px;
    min-height: auto;
  }

  .homepage-azure .az-copy-premium {
    max-width: 100%;
  }

  .homepage-azure .az-copy-premium h1 {
    max-width: 12ch;
  }

  .homepage-azure .az-hero-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .homepage-azure .az-hero-visual-frame {
    max-width: 720px;
    min-height: 600px;
  }

  .homepage-azure .az-phone-model {
    width: 300px;
    height: 582px;
  }
}

@media (max-width: 900px) {
  .homepage-azure .az-hero-nav-links {
    display: none;
  }

  .homepage-azure .az-hero-nav {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }
}

@media (max-width: 720px) {
  .homepage-azure .az-hero-nav {
    top: 12px;
    padding: 14px 16px;
    border-radius: 20px;
    width: calc(100% - 24px);
    gap: 12px;
  }

  .homepage-azure .az-hero-nav .az-wordmark {
    font-size: 0.88rem;
    letter-spacing: 0.18em;
  }

  .homepage-azure .az-hero-nav-actions {
    gap: 10px;
  }

  .homepage-azure .az-hero-nav-login,
  .homepage-azure .az-hero-nav-cta {
    min-height: 42px;
    padding: 0 14px;
    font-size: 0.85rem;
    border-radius: 14px;
  }

  .homepage-azure .az-hero-shell {
    width: calc(100% - 24px);
    padding-top: 92px;
  }

  .homepage-azure .az-copy-premium h1 {
    font-size: clamp(3rem, 13vw, 4.3rem);
    max-width: 11ch;
  }

  .homepage-azure .az-copy-premium .az-subcopy {
    font-size: 1rem;
    line-height: 1.72;
  }

  .homepage-azure .az-hero-premium .az-btn {
    min-width: 0;
    width: 100%;
  }

  .homepage-azure .az-inline-link {
    margin-top: 14px;
  }

  .homepage-azure .az-hero-trust {
    grid-template-columns: 1fr;
  }

  .homepage-azure .az-hero-visual-frame {
    min-height: 500px;
    padding: 26px 18px 24px;
    border-radius: 30px;
  }

  .homepage-azure .az-phone-rig {
    min-height: 460px;
  }

  .homepage-azure .az-phone-shadow {
    width: 250px;
    height: 72px;
    bottom: 34px;
  }

  .homepage-azure .az-phone-model {
    width: min(248px, 70vw);
    height: min(482px, 136vw);
  }

  .homepage-azure .az-phone-shell {
    padding: 11px;
    border-radius: 38px;
  }

  .homepage-azure .az-phone-screen {
    inset: 14px;
    padding: 24px 16px 16px;
    border-radius: 30px;
    gap: 12px;
  }

  .homepage-azure .az-phone-camera {
    top: 14px;
    width: 98px;
    height: 24px;
  }

  .homepage-azure .az-phone-brand {
    margin-top: 18px;
    font-size: 0.92rem;
    letter-spacing: 0.28em;
  }

  .homepage-azure .az-phone-screen-card {
    padding: 13px 13px 12px;
    border-radius: 18px;
  }

  .homepage-azure .az-phone-screen-card strong {
    font-size: 1.52rem;
  }

  .homepage-azure .az-phone-screen-grid {
    gap: 10px;
  }

  .homepage-azure .az-phone-screen-grid .az-phone-screen-card strong {
    font-size: 1.08rem;
  }

  .homepage-azure .az-phone-screen-card span:not(.az-phone-screen-kicker) {
    font-size: 0.74rem;
  }

  .homepage-azure .az-phone-mini-chart {
    height: 86px;
    padding: 12px 12px 8px;
    border-radius: 18px;
  }

  .homepage-azure .az-phone-bottom-pill {
    padding: 8px 14px;
    font-size: 0.75rem;
  }

  .homepage-azure .az-hero-callout {
    width: min(180px, 47%);
    padding: 14px 14px 13px;
    border-radius: 18px;
  }

  .homepage-azure .az-hero-callout--guest {
    left: 12px;
    top: 28px;
  }

  .homepage-azure .az-hero-callout--ops {
    right: 12px;
    bottom: 28px;
  }

  .homepage-azure .az-hero-callout-amount {
    font-size: 1.45rem;
  }

  .homepage-azure .az-hero-callout-meta,
  .homepage-azure .az-hero-callout-copy,
  .homepage-azure .az-hero-stat-row {
    font-size: 0.78rem;
  }

  .homepage-azure .az-hero-callout-copy {
    display: none;
  }

  .homepage-azure .az-hero-mini-bars {
    height: 62px;
  }
}

/* ============================================================
   HOMEPAGE FULL-WIDTH TUNING
   ============================================================ */

.homepage-azure .az-hero-shell {
  width: calc(100vw - 32px);
  max-width: none;
  margin-left: calc(50% - 50vw + 16px);
  margin-right: 0;
  padding-inline: clamp(8px, 2vw, 24px);
}

.homepage-azure .az-hero-grid-premium {
  grid-template-columns: minmax(0, 0.88fr) minmax(620px, 1.12fr);
  gap: clamp(16px, 2vw, 34px);
  align-items: stretch;
}

.homepage-azure .az-copy-premium {
  max-width: min(720px, 44vw);
  align-self: center;
  padding-left: clamp(10px, 2vw, 22px);
}

.homepage-azure .az-copy-premium h1 {
  max-width: 8.8ch;
  font-size: clamp(3.75rem, 5.9vw, 6.9rem);
}

.homepage-azure .az-copy-premium .az-subcopy {
  max-width: 36rem;
}

.homepage-azure .az-hero-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  max-width: 100%;
  margin-top: 16px;
  color: rgba(245, 239, 230, 0.62);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.homepage-azure .az-hero-visual {
  justify-content: flex-end;
  align-items: stretch;
}

.homepage-azure .az-hero-visual-frame {
  width: min(100%, 980px);
  min-height: min(82vh, 860px);
  padding: 56px 58px;
  border-radius: 44px;
}

.homepage-azure .az-home-section > *,
.homepage-azure .az-home-footer > * {
  width: calc(100vw - 32px);
  max-width: none;
}

.homepage-azure .az-home-section-head {
  margin-bottom: 28px;
}

.homepage-azure .az-problem-layout,
.homepage-azure .az-cta-grid {
  gap: 28px;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
}

.homepage-azure .az-problem-grid,
.homepage-azure .az-hardware-grid {
  gap: 22px;
}

.homepage-azure .az-deployment-grid {
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.homepage-azure .az-phone-rig {
  min-height: 640px;
}

.homepage-azure .az-phone-shadow {
  width: 420px;
  height: 118px;
}

.homepage-azure .az-phone-model {
  width: 380px;
  height: 738px;
}

.homepage-azure .az-copy-premium .az-actions {
  gap: 12px;
  margin-top: 28px;
}

.homepage-azure .az-hero-premium .az-btn {
  min-width: 168px;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 16px;
}

.homepage-azure .az-hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
}

.homepage-azure .az-hero-trust span:not(:last-child)::after {
  content: "";
  width: 16px;
  height: 1px;
  background: rgba(235, 193, 118, 0.3);
}

@media (max-width: 1240px) {
  .homepage-azure .az-hero-shell {
    width: calc(100vw - 24px);
    margin-left: calc(50% - 50vw + 12px);
    padding-inline: 8px;
  }

  .homepage-azure .az-hero-grid-premium {
    grid-template-columns: minmax(0, 0.94fr) minmax(500px, 1.06fr);
    gap: 20px;
  }

  .homepage-azure .az-hero-visual-frame {
    width: min(100%, 860px);
    min-height: min(76vh, 760px);
    padding: 42px;
  }

  .homepage-azure .az-home-section > *,
  .homepage-azure .az-home-footer > * {
    width: calc(100vw - 24px);
  }

  .homepage-azure .az-hero-trust {
    gap: 12px;
  }

  .homepage-azure .az-phone-rig {
    min-height: 580px;
  }

  .homepage-azure .az-phone-model {
    width: 332px;
    height: 644px;
  }
}

@media (max-width: 1080px) {
  .homepage-azure .az-hero-shell {
    width: calc(100vw - 20px);
    margin-left: calc(50% - 50vw + 10px);
  }

  .homepage-azure .az-hero-grid-premium {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .homepage-azure .az-copy-premium {
    max-width: 100%;
    padding-left: 0;
  }

  .homepage-azure .az-copy-premium .az-actions {
    gap: 10px;
  }

  .homepage-azure .az-hero-visual-frame {
    width: min(100%, 760px);
    min-height: 640px;
  }

  .homepage-azure .az-home-section > *,
  .homepage-azure .az-home-footer > * {
    width: calc(100vw - 20px);
  }
}

@media (max-width: 720px) {
  .homepage-azure .az-hero-shell {
    width: calc(100% - 24px);
    max-width: none;
    margin-left: auto;
    padding-inline: 0;
  }

  .homepage-azure .az-copy-premium h1 {
    max-width: 10.6ch;
    font-size: clamp(3rem, 13vw, 4.3rem);
  }

  .homepage-azure .az-copy-premium .az-actions {
    gap: 10px;
    margin-top: 24px;
  }

  .homepage-azure .az-home-section > *,
  .homepage-azure .az-home-footer > * {
    width: min(100%, calc(100vw - 24px));
  }

  .homepage-azure .az-hero-trust {
    gap: 10px;
    margin-top: 16px;
    font-size: 0.74rem;
    letter-spacing: 0.1em;
  }

  .homepage-azure .az-hero-trust span {
    gap: 10px;
  }

  .homepage-azure .az-hero-trust span:not(:last-child)::after {
    width: 12px;
  }

  .homepage-azure .az-hero-visual-frame {
    width: 100%;
    min-height: 500px;
    padding: 26px 18px 24px;
  }

  .homepage-azure .az-phone-rig {
    min-height: 460px;
  }

  .homepage-azure .az-phone-model {
    width: min(248px, 70vw);
    height: min(482px, 136vw);
  }
}

/* ============================================================
   HOMEPAGE HERO PHONE BACKGROUND REFINEMENT
   ============================================================ */

.homepage-azure .az-hero-premium .az-background {
  background:
    radial-gradient(1180px 760px at 6% 20%, rgba(101, 166, 141, 0.18) 0%, rgba(101, 166, 141, 0.07) 36%, rgba(0, 0, 0, 0) 74%),
    radial-gradient(1040px 760px at 76% 38%, rgba(27, 71, 58, 0.34) 0%, rgba(16, 43, 36, 0.12) 40%, rgba(0, 0, 0, 0) 76%),
    linear-gradient(136deg, #20493f 0%, #17382f 34%, #102722 68%, #0b1916 100%);
}

.homepage-azure .az-hero-premium .az-background::before {
  background:
    radial-gradient(920px 620px at 74% 18%, rgba(240, 248, 243, 0.13) 0%, rgba(240, 248, 243, 0.05) 20%, rgba(240, 248, 243, 0) 64%),
    linear-gradient(110deg, rgba(255, 245, 225, 0.08) 0%, rgba(255, 245, 225, 0.028) 24%, rgba(255, 245, 225, 0) 52%);
  mix-blend-mode: screen;
  opacity: 0.92;
}

.homepage-azure .az-hero-premium .az-background::after {
  background:
    radial-gradient(920px 620px at 72% 48%, rgba(93, 177, 151, 0.18) 0%, rgba(93, 177, 151, 0.07) 28%, rgba(93, 177, 151, 0) 72%),
    linear-gradient(90deg, rgba(8, 21, 18, 0) 32%, rgba(8, 21, 18, 0.035) 58%, rgba(8, 21, 18, 0.14) 100%);
  opacity: 1;
}

.homepage-azure .az-hero-premium .az-glow-a,
.homepage-azure .az-hero-premium .az-glow-b,
.homepage-azure .az-hero-premium .az-spotlight {
  mix-blend-mode: screen;
}

.homepage-azure .az-hero-premium .az-glow-a {
  width: min(860px, 56vw);
  height: min(860px, 56vw);
  right: -6%;
  top: 2%;
  filter: blur(116px);
  opacity: 0.34;
  background: radial-gradient(circle, rgba(170, 236, 214, 0.42) 0%, rgba(170, 236, 214, 0.14) 34%, rgba(170, 236, 214, 0) 74%);
}

.homepage-azure .az-hero-premium .az-glow-b {
  width: min(1080px, 74vw);
  height: min(720px, 52vw);
  left: -12%;
  top: 36%;
  filter: blur(130px);
  opacity: 0.2;
  background: radial-gradient(circle at 46% 46%, rgba(100, 175, 147, 0.42) 0%, rgba(100, 175, 147, 0.12) 32%, rgba(100, 175, 147, 0) 74%);
}

.homepage-azure .az-hero-premium .az-spotlight {
  width: min(980px, 72vw);
  height: min(760px, 58vw);
  left: 28%;
  top: 8%;
  filter: blur(120px);
  opacity: 0.54;
  background: radial-gradient(circle at 52% 34%, rgba(236, 250, 245, 0.18) 0%, rgba(129, 212, 184, 0.12) 22%, rgba(16, 43, 36, 0) 66%);
}

.homepage-azure .az-hero-grid-premium {
  position: relative;
  display: block;
  min-height: min(84svh, 860px);
  padding: clamp(22px, 3vw, 44px) 0;
  isolation: isolate;
}

.homepage-azure .az-copy-premium {
  position: relative;
  z-index: 4;
  max-width: min(700px, 43vw);
  padding: clamp(28px, 3vw, 46px) 0 clamp(88px, 9vw, 138px) clamp(10px, 2vw, 24px);
}

.homepage-azure .az-copy-premium::before {
  inset: -14% 12% -20% -16%;
  background: radial-gradient(680px 480px at 20% 36%, rgba(95, 176, 149, 0.16) 0%, rgba(95, 176, 149, 0.06) 34%, rgba(95, 176, 149, 0) 72%);
  filter: blur(38px);
}

.homepage-azure .az-hero-visual {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: max(39%, 480px);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(24px, 3vw, 54px) 0 0;
  pointer-events: none;
}

.homepage-azure .az-hero-visual-frame {
  position: relative;
  width: 100%;
  min-height: 100%;
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.homepage-azure .az-hero-visual-frame::before {
  content: "";
  position: absolute;
  left: 52%;
  bottom: 2%;
  width: min(860px, 90%);
  height: 28%;
  transform: translateX(-50%);
  transform-origin: center bottom;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(4, 10, 9, 0.44) 0%, rgba(4, 10, 9, 0.16) 40%, rgba(4, 10, 9, 0) 72%);
  border: 0;
  box-shadow: none;
  filter: blur(12px);
  pointer-events: none;
  opacity: 0.42;
}

.homepage-azure .az-hero-visual-frame::after {
  content: "";
  position: absolute;
  left: 52%;
  top: 18%;
  width: min(260px, 26%);
  height: 56%;
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(circle at 50% 28%, rgba(255, 245, 225, 0.18) 0%, rgba(255, 245, 225, 0.06) 30%, rgba(255, 245, 225, 0) 74%);
  filter: blur(28px);
  opacity: 0.54;
  pointer-events: none;
}

.homepage-azure .az-hero-visual-backdrop {
  display: none;
}

.homepage-azure .az-hero-visual-backdrop::before {
  display: none;
}

.homepage-azure .az-hero-visual-backdrop::after {
  display: none;
}

.homepage-azure .az-phone-rig {
  position: absolute;
  inset: 0;
  min-height: 0;
  perspective: 2600px;
  transform-style: preserve-3d;
}

.homepage-azure .az-phone-rig::before {
  content: "";
  position: absolute;
  left: 52%;
  bottom: 10%;
  width: min(360px, 38%);
  height: 76px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(2, 7, 6, 0.62) 0%, rgba(2, 7, 6, 0.18) 50%, rgba(2, 7, 6, 0) 80%);
  filter: blur(26px);
  opacity: 0.82;
}

.homepage-azure .az-phone-rig::after {
  display: none;
}

.homepage-azure .az-phone-shadow {
  left: 52%;
  right: auto;
  bottom: 13%;
  width: clamp(240px, 32%, 340px);
  height: 72px;
  transform: translateX(-50%) rotate(-6deg);
  background: radial-gradient(circle, rgba(1, 6, 5, 0.76) 0%, rgba(1, 6, 5, 0.24) 42%, rgba(1, 6, 5, 0) 76%);
  filter: blur(28px);
  opacity: 0.78;
}

.homepage-azure .az-phone-model {
  position: absolute;
  top: 45.5%;
  left: 52%;
  right: auto;
  width: clamp(228px, 19vw, 296px);
  height: auto;
  aspect-ratio: 190 / 369;
  margin: 0;
  opacity: 0.98;
  transform-style: preserve-3d;
  transform: translate3d(-50%, -52%, 0) rotateY(-22deg) rotateX(10deg) rotateZ(6deg);
  filter:
    saturate(1.08)
    brightness(1.03)
    drop-shadow(-14px 24px 52px rgba(0, 0, 0, 0.32));
}

.homepage-azure .az-phone-model::before {
  content: "";
  position: absolute;
  inset: -2.4% -1.2% 3.2% -2%;
  border-radius: 82px;
  background:
    linear-gradient(145deg, rgba(82, 104, 96, 0.98) 0%, rgba(26, 33, 31, 1) 38%, rgba(6, 8, 9, 1) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 245, 225, 0.12),
    inset 0 -16px 30px rgba(0, 0, 0, 0.34),
    -8px 12px 26px rgba(0, 0, 0, 0.18);
  transform: translate3d(-18px, 16px, -28px);
  opacity: 0.92;
}

.homepage-azure .az-phone-model::after {
  content: "";
  position: absolute;
  inset: 1% 12% 18% 22%;
  border-radius: 64px;
  background: linear-gradient(120deg, rgba(255, 245, 225, 0.3) 0%, rgba(255, 245, 225, 0.11) 18%, rgba(255, 245, 225, 0.02) 34%, rgba(255, 245, 225, 0) 56%);
  transform: translate3d(14px, -12px, 28px);
  filter: blur(4px);
  mix-blend-mode: screen;
  opacity: 0.48;
}

.homepage-azure .az-phone-shell {
  padding: 22px;
  border-radius: 72px;
  border-color: rgba(255, 245, 225, 0.2);
  background:
    linear-gradient(152deg, rgba(110, 128, 121, 0.98) 0%, rgba(50, 59, 56, 1) 18%, rgba(16, 19, 20, 1) 54%, rgba(4, 6, 7, 1) 100%);
  box-shadow:
    0 76px 180px rgba(0, 0, 0, 0.46),
    0 26px 60px rgba(0, 0, 0, 0.26),
    inset 0 2px 0 rgba(245, 239, 230, 0.18),
    inset 0 -28px 42px rgba(0, 0, 0, 0.44);
}

.homepage-azure .az-phone-shell::before {
  inset: 10px;
  border-radius: 62px;
  border-color: rgba(255, 245, 225, 0.08);
}

.homepage-azure .az-phone-shell::after {
  top: 12px;
  left: 28px;
  right: 28px;
  height: 42%;
  border-radius: 44px;
  background: linear-gradient(180deg, rgba(255, 245, 225, 0.22), rgba(255, 245, 225, 0.08) 24%, rgba(255, 245, 225, 0) 68%);
}

.homepage-azure .az-phone-side {
  top: 34px;
  bottom: 34px;
  width: 26px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(126, 150, 141, 0.96), rgba(30, 37, 35, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 245, 225, 0.16),
    0 8px 20px rgba(0, 0, 0, 0.18);
}

.homepage-azure .az-phone-camera {
  top: 22px;
  width: 152px;
  height: 34px;
  background: linear-gradient(180deg, rgba(4, 7, 7, 0.98), rgba(12, 16, 15, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 245, 225, 0.05),
    0 6px 14px rgba(0, 0, 0, 0.24);
}

.homepage-azure .az-phone-screen {
  inset: 24px;
  gap: 20px;
  padding: 36px 24px 24px;
  border-radius: 54px;
  background:
    radial-gradient(circle at 18% 14%, rgba(123, 214, 186, 0.18), rgba(123, 214, 186, 0) 30%),
    radial-gradient(circle at 84% 26%, rgba(255, 245, 225, 0.08), rgba(255, 245, 225, 0) 22%),
    linear-gradient(180deg, rgba(13, 21, 20, 0.99), rgba(8, 14, 13, 0.99) 48%, rgba(2, 6, 6, 1) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 245, 225, 0.06),
    inset 0 -30px 44px rgba(0, 0, 0, 0.34);
}

.homepage-azure .az-phone-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(122deg, rgba(255, 245, 225, 0.22) 0%, rgba(255, 245, 225, 0.08) 15%, rgba(255, 245, 225, 0.02) 26%, rgba(255, 245, 225, 0) 38%),
    linear-gradient(180deg, rgba(8, 18, 16, 0) 0%, rgba(5, 12, 11, 0.12) 58%, rgba(5, 12, 11, 0.38) 100%);
  pointer-events: none;
}

.homepage-azure .az-phone-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow:
    inset 0 0 0 1px rgba(255, 245, 225, 0.04),
    inset -120px 0 140px rgba(0, 0, 0, 0.12);
  pointer-events: none;
}

.homepage-azure .az-phone-status,
.homepage-azure .az-phone-brand,
.homepage-azure .az-phone-screen-card,
.homepage-azure .az-phone-mini-chart,
.homepage-azure .az-phone-bottom-pill {
  position: relative;
  z-index: 1;
}

.homepage-azure .az-phone-status,
.homepage-azure .az-phone-brand {
  opacity: 0.84;
}

.homepage-azure .az-phone-screen-card {
  border-color: rgba(204, 234, 225, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 245, 225, 0.05), rgba(255, 245, 225, 0.015)),
    rgba(8, 18, 16, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 245, 225, 0.04),
    0 18px 34px rgba(4, 14, 12, 0.15);
  backdrop-filter: blur(12px);
  opacity: 0.82;
}

.homepage-azure .az-phone-screen-card--hero {
  margin-top: 12px;
  opacity: 0.88;
}

.homepage-azure .az-phone-screen-card strong {
  letter-spacing: -0.06em;
}

.homepage-azure .az-phone-screen-grid {
  opacity: 0.8;
}

.homepage-azure .az-phone-mini-chart {
  height: 126px;
  border-color: rgba(204, 234, 225, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 245, 225, 0.045), rgba(255, 245, 225, 0.01)),
    rgba(8, 18, 16, 0.36);
  opacity: 0.72;
}

.homepage-azure .az-phone-mini-chart span {
  background: linear-gradient(180deg, rgba(140, 223, 198, 0.98), rgba(49, 132, 110, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(228, 249, 243, 0.2),
    0 12px 22px rgba(12, 52, 44, 0.18);
}

.homepage-azure .az-phone-bottom-pill {
  padding: 11px 18px;
  background: linear-gradient(180deg, rgba(39, 102, 88, 0.86), rgba(18, 49, 42, 0.94));
  opacity: 0.82;
}

.homepage-azure .az-hero-callout {
  display: none;
}

@keyframes tipsterPhoneFloat {
  0%,
  100% {
    transform: translate3d(-50%, -52%, 0) rotateY(-22deg) rotateX(10deg) rotateZ(6deg);
  }
  50% {
    transform: translate3d(-50%, -55%, 0) rotateY(-19deg) rotateX(8deg) rotateZ(4deg);
  }
}

@media (max-width: 1240px) {
  .homepage-azure .az-hero-grid-premium {
    min-height: min(78svh, 780px);
  }

  .homepage-azure .az-copy-premium {
    max-width: min(680px, 48vw);
  }

  .homepage-azure .az-phone-model {
    width: clamp(220px, 22vw, 272px);
    left: 51.5%;
    top: 46%;
  }
}

@media (max-width: 1080px) {
  .homepage-azure .az-hero-grid-premium {
    min-height: auto;
    display: grid;
    gap: 24px;
  }

  .homepage-azure .az-copy-premium {
    max-width: min(100%, 720px);
    padding-bottom: 0;
  }

  .homepage-azure .az-hero-visual {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 0;
  }

  .homepage-azure .az-hero-visual-frame {
    min-height: 560px;
    max-width: 760px;
  }

  .homepage-azure .az-phone-model {
    width: clamp(248px, 36vw, 300px);
    left: 50%;
    top: 46%;
  }
}

@media (max-width: 720px) {
  .homepage-azure .az-hero-grid-premium {
    display: block !important;
  }

  .homepage-azure .az-copy-premium {
    max-width: none;
    padding: 0 0 28px;
  }

  .homepage-azure .az-copy-premium .az-actions {
    display: flex;
    gap: 10px;
    margin-top: 22px;
    opacity: 1 !important;
    transform: none !important;
  }

  .homepage-azure .az-copy-premium .az-actions .az-btn {
    width: 100%;
  }

  .homepage-azure .az-hero-visual {
    display: none !important;
  }
}

@media (max-width: 720px) {
  .homepage-azure .az-hero-grid-premium {
    min-height: auto;
    padding: 10px 0 20px;
  }

  .homepage-azure .az-copy-premium {
    max-width: 100%;
    padding: 0 0 28px;
  }

  .homepage-azure .az-copy-premium::before {
    inset: -18% -18% -24% -12%;
  }

  .homepage-azure .az-copy-premium::after {
    content: "";
    position: absolute;
    left: 6%;
    right: -4%;
    bottom: -18%;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(106, 188, 163, 0.18) 0%, rgba(106, 188, 163, 0.08) 34%, rgba(106, 188, 163, 0) 72%);
    filter: blur(34px);
    opacity: 0.76;
    pointer-events: none;
    z-index: -1;
  }

  .homepage-azure .az-hero-visual {
    display: none;
  }
}

/* Force shop cards to stay on one row on desktop */
.shop-page .installation-grid,
.shop-page .subscription-grid {
  width: min(1320px, calc(100% - 48px));
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

@media (max-width: 1180px) {
  .shop-page .installation-grid,
  .shop-page .subscription-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .shop-page .installation-grid,
  .shop-page .subscription-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Clean subpages: remove bubble-style panels (excluding home/shop/dashboard/sign-in) */
.subpage-azure:not(.shop-page):not(.dashboard-page) .sub-card,
.subpage-azure:not(.shop-page):not(.dashboard-page) .content-panel,
.subpage-azure:not(.shop-page):not(.dashboard-page) .contact-form,
.subpage-azure:not(.shop-page):not(.dashboard-page) .config-section,
.subpage-azure:not(.shop-page):not(.dashboard-page) .config-summary,
.subpage-azure:not(.shop-page):not(.dashboard-page) .plan-card,
.subpage-azure:not(.shop-page):not(.dashboard-page) .checkout-form,
.subpage-azure:not(.shop-page):not(.dashboard-page) .checkout-summary-card {
  background: transparent;
  border: none;
  box-shadow: none;
  padding-inline: 0;
}

.subpage-azure:not(.shop-page):not(.dashboard-page) .sub-grid,
.subpage-azure:not(.shop-page):not(.dashboard-page) .contact-layout,
.subpage-azure:not(.shop-page):not(.dashboard-page) .config-layout,
.subpage-azure:not(.shop-page):not(.dashboard-page) .pricing-section .pricing-grid {
  gap: 28px;
}

.subpage-azure:not(.shop-page):not(.dashboard-page) .sub-card {
  border-top: 1px solid rgba(247, 231, 206, 0.14);
  padding-top: 18px;
}

.subpage-azure:not(.shop-page):not(.dashboard-page) .sub-card:first-child {
  border-top: 0;
  padding-top: 0;
}

.subpage-azure:not(.shop-page):not(.dashboard-page) .content-panel,
.subpage-azure:not(.shop-page):not(.dashboard-page) .contact-form {
  border-top: 1px solid rgba(247, 231, 206, 0.12);
  padding-top: 20px;
}

/* Installation plan sizing override */
.shop-page #installation-plans {
  width: min(1740px, calc(100vw - 18px));
}

.shop-page #installation-plans .installation-grid {
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(24px, 1.8vw, 32px);
  align-items: stretch;
}

.shop-page #installation-plans .plan-card {
  min-height: 980px;
  padding: 32px 26px 36px;
  gap: 20px;
}

.shop-page #installation-plans .plan-head {
  display: grid;
  justify-items: start;
  gap: 14px;
}

.shop-page #installation-plans .plan-price {
  width: 100%;
  flex-wrap: nowrap;
}

.shop-page #installation-plans .plan-amount {
  max-width: none;
  font-size: clamp(2.4rem, 2vw, 3.15rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}

.shop-page #installation-plans [data-plan="enterprise-installation"] .plan-amount {
  font-size: clamp(1.85rem, 1.5vw, 2.35rem);
  letter-spacing: -0.045em;
}

.shop-page #installation-plans .plan-slates,
.shop-page #installation-plans .plan-note,
.shop-page #installation-plans .plan-about {
  max-width: 24ch;
}

.shop-page #installation-plans .plan-tags {
  gap: 12px;
}

.shop-page #installation-plans .plan-tags li {
  min-height: 58px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

.shop-page #installation-plans .plan-features {
  gap: 12px;
}

.shop-page #installation-plans .plan-features li {
  font-size: 1.02rem;
}

.shop-page #installation-plans .plan-note {
  font-size: 1.02rem;
}

.shop-page #installation-plans .plan-actions {
  gap: 12px;
}

.shop-page #installation-plans .plan-actions .btn,
.shop-page #installation-plans .plan-actions .plan-toggle {
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

/* Dashboard and lower shop card sizing override */
.shop-page #dashboard-subscriptions,
.shop-page .custom-plan-section {
  width: min(1740px, calc(100vw - 18px));
}

.shop-page #dashboard-subscriptions .subscription-grid {
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(24px, 1.8vw, 32px);
  align-items: stretch;
}

.shop-page #dashboard-subscriptions .plan-card {
  min-height: 900px;
  padding: 34px 30px 36px;
  gap: 20px;
}

.shop-page #dashboard-subscriptions .plan-head {
  display: grid;
  justify-items: start;
  gap: 14px;
}

.shop-page #dashboard-subscriptions .plan-price {
  width: 100%;
  flex-wrap: nowrap;
}

.shop-page #dashboard-subscriptions .plan-amount {
  max-width: none;
  font-size: clamp(2.35rem, 1.95vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.shop-page #dashboard-subscriptions .plan-cycle {
  font-size: 1rem;
}

.shop-page #dashboard-subscriptions .plan-slates,
.shop-page #dashboard-subscriptions .plan-note,
.shop-page #dashboard-subscriptions .plan-about {
  max-width: 24ch;
}

.shop-page #dashboard-subscriptions .plan-tags {
  gap: 12px;
}

.shop-page #dashboard-subscriptions .plan-tags li {
  min-height: 56px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

.shop-page #dashboard-subscriptions .plan-features {
  gap: 12px;
}

.shop-page #dashboard-subscriptions .plan-features li,
.shop-page #dashboard-subscriptions .plan-note {
  font-size: 1.01rem;
}

.shop-page #dashboard-subscriptions .plan-actions {
  gap: 12px;
}

.shop-page #dashboard-subscriptions .plan-actions .btn,
.shop-page #dashboard-subscriptions .plan-actions .plan-toggle {
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.shop-page .custom-plan-section {
  padding-top: 22px;
  padding-bottom: 82px;
}

.shop-page .custom-plan-section .consultation-panel {
  width: 100%;
  max-width: none;
  padding: 38px 34px 40px;
}

.shop-page .custom-plan-section .consultation-list {
  gap: 14px 24px;
}

.shop-page .custom-plan-section .panel-actions .btn {
  min-width: 260px;
}

@media (max-width: 1240px) {
  .shop-page #installation-plans .installation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .shop-page #installation-plans .plan-card {
    min-height: 0;
  }

  .shop-page #dashboard-subscriptions .subscription-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .shop-page #dashboard-subscriptions .plan-card {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .shop-page #installation-plans {
    width: min(calc(100vw - 28px), 640px);
  }

  .shop-page #installation-plans .installation-grid {
    grid-template-columns: 1fr !important;
  }

  .shop-page #installation-plans .plan-card {
    padding: 28px 24px 30px;
  }

  .shop-page #installation-plans .plan-amount,
  .shop-page #installation-plans [data-plan="enterprise-installation"] .plan-amount {
    font-size: clamp(2rem, 9.2vw, 2.85rem);
  }

  .shop-page #dashboard-subscriptions,
  .shop-page .custom-plan-section {
    width: min(calc(100vw - 28px), 640px);
  }

  .shop-page #dashboard-subscriptions .subscription-grid {
    grid-template-columns: 1fr !important;
  }

  .shop-page #dashboard-subscriptions .plan-card {
    padding: 28px 24px 30px;
  }

  .shop-page #dashboard-subscriptions .plan-amount {
    font-size: clamp(2rem, 9.1vw, 2.8rem);
  }

  .shop-page .custom-plan-section .consultation-panel {
    padding: 28px 24px 30px;
  }

  .shop-page .custom-plan-section .panel-actions .btn {
    min-width: 0;
    width: 100%;
  }
}

/* About page content redesign */
.about-page .sub-card {
  animation: none;
}

.about-page .about-main {
  display: grid;
  gap: 0;
}

.about-page .about-shell {
  width: min(1220px, 100%);
  margin: 0 auto;
}

.about-page .about-hero-section {
  margin-bottom: 18px;
  padding: clamp(42px, 6vw, 68px);
  border-radius: 34px;
}

.about-page .about-hero-content {
  max-width: 780px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.about-page .sub-title {
  max-width: 11ch;
  font-size: clamp(3rem, 5vw, 5.3rem);
  line-height: 0.94;
}

.about-page .sub-text {
  max-width: 34ch;
  font-size: clamp(1.08rem, 1.5vw, 1.34rem);
  line-height: 1.62;
  color: rgba(246, 239, 226, 0.9);
}

.about-page .about-hero-support {
  margin: 0;
  max-width: 58ch;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(231, 221, 203, 0.76);
}

.about-page .about-hero-divider {
  width: min(440px, 100%);
  height: 1px;
  margin-top: 4px;
  background: linear-gradient(90deg, rgba(235, 193, 118, 0.48), rgba(247, 231, 206, 0));
}

.about-page .about-benefits-section {
  padding-top: 10px;
  padding-bottom: 16px;
}

.about-page .about-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.about-page .about-benefit-card {
  padding: 30px 28px;
  border-radius: 30px;
  border: 1px solid rgba(247, 231, 206, 0.12);
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.about-page .about-benefit-card:hover {
  transform: translateY(-6px);
  border-color: rgba(235, 193, 118, 0.24);
  box-shadow:
    0 22px 40px rgba(8, 22, 19, 0.22),
    inset 0 1px 0 rgba(255, 245, 225, 0.05);
}

.about-page .about-benefit-mark {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  border: 1px solid rgba(235, 193, 118, 0.18);
  background: rgba(235, 193, 118, 0.08);
  color: rgba(235, 193, 118, 0.9);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  font-family: "Red Hat Mono", monospace;
}

.about-page .about-benefit-card h3,
.about-page .about-why-panel .panel-title,
.about-page .about-cta-panel .panel-title {
  margin: 0;
}

.about-page .about-benefit-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: rgba(246, 239, 226, 0.98);
}

.about-page .about-benefit-card p,
.about-page .about-cta-copy p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(231, 221, 203, 0.8);
}

.about-page .about-why-section {
  padding-top: 12px;
  padding-bottom: 18px;
}

.about-page .about-why-panel {
  padding: clamp(32px, 4vw, 46px);
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 32px;
  align-items: start;
  border-radius: 32px;
}

.about-page .about-section-eyebrow {
  margin-bottom: 12px;
}

.about-page .about-section-heading {
  max-width: 420px;
}

.about-page .about-section-intro {
  margin: 14px 0 0;
  font-size: 1.02rem;
  line-height: 1.8;
  color: rgba(231, 221, 203, 0.78);
}

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

.about-page .about-point-item {
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 18px 18px 20px;
  border-radius: 24px;
  border: 1px solid rgba(247, 231, 206, 0.11);
  background: rgba(11, 31, 27, 0.42);
  color: rgba(246, 239, 226, 0.92);
  font-size: 0.98rem;
  line-height: 1.55;
  box-shadow: inset 0 1px 0 rgba(255, 245, 225, 0.03);
}

.about-page .about-point-icon {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(235, 193, 118, 0.95) 0%, rgba(235, 193, 118, 0.45) 55%, rgba(235, 193, 118, 0) 100%);
  box-shadow: 0 0 18px rgba(235, 193, 118, 0.22);
}

.about-page .about-cta-section {
  padding-top: 12px;
  padding-bottom: 110px;
}

.about-page .about-cta-panel {
  padding: clamp(34px, 4vw, 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-radius: 34px;
  background:
    radial-gradient(680px 340px at 100% 0%, rgba(235, 193, 118, 0.12), transparent 72%),
    linear-gradient(180deg, rgba(255, 245, 225, 0.08), rgba(247, 231, 206, 0.02)),
    rgba(11, 31, 27, 0.94);
}

.about-page .about-cta-copy {
  max-width: 620px;
}

.about-page .about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 0;
}

.about-page .about-cta-actions .btn {
  min-width: 228px;
  justify-content: center;
}

@media (max-width: 1040px) {
  .about-page .about-benefit-grid {
    grid-template-columns: 1fr;
  }

  .about-page .about-why-panel,
  .about-page .about-cta-panel {
    grid-template-columns: 1fr;
    display: grid;
  }

  .about-page .about-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .about-page .about-hero-section {
    padding: 30px 24px 34px;
  }

  .about-page .sub-title {
    max-width: 12ch;
    font-size: clamp(2.35rem, 10vw, 3.45rem);
  }

  .about-page .about-benefit-card,
  .about-page .about-why-panel,
  .about-page .about-cta-panel {
    padding: 26px 22px 28px;
  }

  .about-page .about-point-grid {
    grid-template-columns: 1fr;
  }

  .about-page .about-point-item {
    min-height: 0;
  }

  .about-page .about-cta-section {
    padding-bottom: 96px;
  }

  .about-page .about-cta-actions .btn {
    min-width: 0;
    width: 100%;
  }
}

.subpage-azure:not(.shop-page):not(.dashboard-page) .contact-form {
  padding-inline: 0;
}

/* Polished layouts for text-forward subpages */
.subpage-azure:not(.shop-page):not(.dashboard-page):not(.customize-page):not(.buying-page) .subpage-section {
  padding: clamp(36px, 6vw, 68px) 0;
}

.subpage-azure:not(.shop-page):not(.dashboard-page):not(.customize-page):not(.buying-page) .subpage-shell {
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
}

.subpage-azure:not(.shop-page):not(.dashboard-page):not(.customize-page):not(.buying-page) .sub-grid-clean {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 28px;
}

.subpage-azure:not(.shop-page):not(.dashboard-page):not(.customize-page):not(.buying-page) .subpage-item {
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(247, 231, 206, 0.12);
  text-align: center;
}

.subpage-azure:not(.shop-page):not(.dashboard-page):not(.customize-page):not(.buying-page) .subpage-item h3 {
  font-size: 20px;
  letter-spacing: -0.01em;
}

.subpage-azure:not(.shop-page):not(.dashboard-page):not(.customize-page):not(.buying-page) .subpage-item p {
  color: var(--tipster-copy-soft);
  max-width: 40ch;
  margin-left: auto;
  margin-right: auto;
}

.subpage-azure:not(.shop-page):not(.dashboard-page):not(.customize-page):not(.buying-page) .subpage-panel {
  border-top: 1px solid rgba(247, 231, 206, 0.14);
  padding-top: 20px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.subpage-azure:not(.shop-page):not(.dashboard-page):not(.customize-page):not(.buying-page) .contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

@media (max-width: 900px) {
  .subpage-azure:not(.shop-page):not(.dashboard-page):not(.customize-page):not(.buying-page) .contact-layout {
    grid-template-columns: 1fr;
  }
}

/* Align subpages with the current homepage azure theme */
.subpage-azure {
  background:
    radial-gradient(1120px 680px at 92% 8%, rgba(235, 193, 118, 0.18), transparent 68%),
    radial-gradient(940px 620px at 8% 86%, rgba(247, 231, 206, 0.12), transparent 72%),
    linear-gradient(144deg, #0b1f1b 0%, #102c26 44%, #1d463e 100%);
  color: var(--tipster-copy);
}

.subpage-azure main,
.subpage-azure section,
.subpage-azure footer {
  background: transparent;
}

.subpage-azure .subpage-hero,
.subpage-azure .sub-card,
.subpage-azure .content-panel,
.subpage-azure .contact-form,
.subpage-azure .plan-card,
.subpage-azure .checkout-form,
.subpage-azure .checkout-summary-card,
.subpage-azure .config-section,
.subpage-azure .config-summary,
.subpage-azure .metric-card {
  border: 1px solid rgba(247, 231, 206, 0.12);
  background: rgba(247, 231, 206, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 245, 225, 0.04);
}

.subpage-azure .subpage-hero {
  background:
    radial-gradient(920px 520px at 92% 0%, rgba(235, 193, 118, 0.12), transparent 70%),
    linear-gradient(180deg, rgba(255, 245, 225, 0.06), rgba(247, 231, 206, 0.02)),
    rgba(11, 31, 27, 0.94);
}

.subpage-azure .btn.btn-primary {
  background: linear-gradient(180deg, rgba(235, 193, 118, 0.9), rgba(196, 139, 40, 0.95));
  border: 1px solid rgba(235, 193, 118, 0.48);
  color: #1b1203;
}

.subpage-azure .btn.btn-primary:hover {
  background: linear-gradient(180deg, rgba(247, 231, 206, 0.92), rgba(196, 139, 40, 0.98));
}

.subpage-azure .btn.btn-ghost,
.subpage-azure .plan-toggle {
  background: rgba(11, 31, 27, 0.7);
  border: 1px solid rgba(247, 231, 206, 0.16);
  color: var(--tipster-copy);
}

.subpage-azure .btn.btn-ghost:hover,
.subpage-azure .plan-toggle:hover {
  border-color: rgba(235, 193, 118, 0.32);
}

body.installation-pricing-page {
  --tipster-pricing-bg: #08110d;
  --tipster-pricing-bg-soft: #102019;
  --tipster-pricing-surface: rgba(11, 20, 16, 0.74);
  --tipster-pricing-surface-strong: rgba(19, 31, 25, 0.9);
  --tipster-pricing-surface-featured: rgba(23, 37, 29, 0.96);
  --tipster-pricing-border: rgba(224, 194, 132, 0.16);
  --tipster-pricing-border-strong: rgba(224, 194, 132, 0.34);
  --tipster-pricing-copy: rgba(246, 239, 226, 0.96);
  --tipster-pricing-copy-soft: rgba(231, 221, 203, 0.72);
  --tipster-pricing-copy-muted: rgba(231, 221, 203, 0.52);
  --tipster-pricing-highlight: #f0cd8f;
  --tipster-pricing-highlight-strong: #d19a39;
  margin: 0;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: clamp(24px, 3vw, 42px);
  background:
    radial-gradient(820px 520px at 15% 10%, rgba(240, 205, 143, 0.14), transparent 64%),
    radial-gradient(960px 620px at 88% 88%, rgba(39, 92, 72, 0.3), transparent 62%),
    linear-gradient(135deg, #040806 0%, #09120e 36%, #11231b 100%);
  color: var(--tipster-pricing-copy);
  font-family: "Manrope", "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body.installation-pricing-page::before,
body.installation-pricing-page::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body.installation-pricing-page::before {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.02), transparent 34%),
    linear-gradient(90deg, transparent 0%, rgba(224, 194, 132, 0.08) 50%, transparent 100%);
  opacity: 0.7;
}

body.installation-pricing-page::after {
  inset: auto;
  width: 38vw;
  height: 38vw;
  min-width: 240px;
  min-height: 240px;
  right: -10vw;
  top: -10vw;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(224, 194, 132, 0.16), transparent 68%);
  filter: blur(20px);
}

.tipster-installation-pricing {
  width: min(1440px, 100%);
  position: relative;
  z-index: 1;
}

.tipster-installation-pricing__shell {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--tipster-pricing-border);
  border-radius: 36px;
  padding: clamp(28px, 3vw, 42px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    linear-gradient(145deg, rgba(7, 14, 11, 0.94), rgba(17, 30, 24, 0.82));
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(24px);
}

.tipster-installation-pricing__shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top right, rgba(240, 205, 143, 0.12), transparent 26%),
    radial-gradient(circle at bottom left, rgba(34, 84, 66, 0.18), transparent 34%);
}

.tipster-installation-pricing__header {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(26px, 3vw, 40px);
  text-align: center;
}

.tipster-installation-pricing__title {
  margin: 0;
  color: #fbf7ef;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(2rem, 5vw, 3.65rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.tipster-installation-pricing__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(18px, 2vw, 26px);
}

.tipster-installation-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  min-height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    linear-gradient(160deg, rgba(18, 29, 24, 0.92), rgba(10, 17, 14, 0.88));
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease;
}

.tipster-installation-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(circle at top, rgba(240, 205, 143, 0.1), transparent 34%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.tipster-installation-card:hover {
  transform: translateY(-10px) scale(1.015);
  border-color: rgba(224, 194, 132, 0.42);
  box-shadow:
    0 34px 68px rgba(0, 0, 0, 0.42),
    0 0 24px rgba(224, 194, 132, 0.12);
}

.tipster-installation-card:hover::after {
  opacity: 1;
}

.tipster-installation-card--featured {
  border-color: rgba(224, 194, 132, 0.42);
  background:
    linear-gradient(180deg, rgba(240, 205, 143, 0.12), rgba(255, 255, 255, 0.03)),
    linear-gradient(160deg, rgba(27, 40, 32, 0.98), rgba(14, 22, 18, 0.94));
  box-shadow:
    0 34px 74px rgba(0, 0, 0, 0.48),
    0 0 26px rgba(224, 194, 132, 0.18);
}

.tipster-installation-card__badge {
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -2px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 233, 189, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(239, 207, 140, 0.24), rgba(209, 154, 57, 0.22));
  color: #fff6e6;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.tipster-installation-card__content {
  display: grid;
  gap: 22px;
}

.tipster-installation-card__header-block {
  display: grid;
  gap: 10px;
}

.tipster-installation-card__plan {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--tipster-pricing-highlight);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.tipster-installation-card__signal {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  border-radius: 999px;
  box-shadow: 0 0 14px currentColor;
}

.tipster-installation-card__signal--starter {
  color: #4ade80;
  background: currentColor;
}

.tipster-installation-card__signal--growth {
  color: #60a5fa;
  background: currentColor;
}

.tipster-installation-card__signal--pro {
  color: #c084fc;
  background: currentColor;
}

.tipster-installation-card__signal--enterprise {
  color: #facc15;
  background: currentColor;
}

.tipster-installation-card__subtext {
  margin: 0;
  min-height: 2.8em;
  color: var(--tipster-pricing-copy-soft);
  font-size: 0.96rem;
  line-height: 1.45;
}

.tipster-installation-card__price-block {
  display: grid;
  gap: 6px;
}

.tipster-installation-card__price-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin: 0;
}

.tipster-installation-card__price {
  color: #fff7ea;
  font-size: clamp(2.5rem, 4vw, 3.55rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.tipster-installation-card__price--range {
  font-size: clamp(1.6rem, 2.1vw, 2.1rem);
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.tipster-installation-card__price-suffix {
  color: var(--tipster-pricing-copy-soft);
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.tipster-installation-card__price-note {
  margin: 0;
  color: var(--tipster-pricing-copy-soft);
  font-size: 0.88rem;
  line-height: 1.4;
}

.tipster-installation-card__price-note strong {
  color: var(--tipster-pricing-highlight);
  font-weight: 800;
}

.tipster-installation-card__price-note--muted {
  color: var(--tipster-pricing-copy-muted);
  font-size: 0.8rem;
}

.tipster-installation-card__divider {
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(224, 194, 132, 0.38), rgba(255, 255, 255, 0.04));
}

.tipster-installation-card__section {
  display: grid;
  gap: 12px;
}

.tipster-installation-card__label {
  margin: 0;
  color: var(--tipster-pricing-copy-muted);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tipster-installation-card__list,
.tipster-installation-card__tags {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tipster-installation-card__list {
  display: grid;
  gap: 12px;
}

.tipster-installation-card__list li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--tipster-pricing-copy);
  font-size: 0.94rem;
  line-height: 1.45;
}

.tipster-installation-card__list strong {
  color: var(--tipster-pricing-highlight);
  font-weight: 800;
}

.tipster-installation-card__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border: 1px solid rgba(224, 194, 132, 0.22);
  border-radius: 999px;
  background: rgba(224, 194, 132, 0.12);
  color: var(--tipster-pricing-highlight);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.tipster-installation-card__check svg {
  width: 13px;
  height: 13px;
}

.tipster-installation-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tipster-installation-card__tags li {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 10px 13px;
  border: 1px solid rgba(224, 194, 132, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--tipster-pricing-copy-soft);
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.3;
}

.tipster-installation-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(255, 240, 208, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, #f0cd8f 0%, #d19a39 52%, #ab7417 100%);
  color: #1d1403;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    filter 220ms ease;
}

.tipster-installation-card__cta:hover {
  transform: translateY(-1px);
  box-shadow:
    0 24px 38px rgba(0, 0, 0, 0.34),
    0 0 20px rgba(224, 194, 132, 0.26);
  filter: saturate(1.05);
}

.tipster-installation-card--featured .tipster-installation-card__cta {
  box-shadow:
    0 22px 42px rgba(0, 0, 0, 0.34),
    0 0 22px rgba(224, 194, 132, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

@media (min-width: 981px) {
  .tipster-installation-card--featured {
    transform: translateY(-12px) scale(1.03);
  }

  .tipster-installation-card--featured:hover {
    transform: translateY(-18px) scale(1.045);
  }
}

@media (max-width: 1200px) {
  .tipster-installation-pricing__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  body.installation-pricing-page {
    padding: 18px;
  }

  .tipster-installation-pricing__shell {
    border-radius: 28px;
    padding: 22px;
  }

  .tipster-installation-pricing__grid {
    grid-template-columns: 1fr;
  }

  .tipster-installation-card,
  .tipster-installation-card--featured,
  .tipster-installation-card:hover,
  .tipster-installation-card--featured:hover {
    transform: none;
  }

  .tipster-installation-card__badge {
    align-self: center;
  }

  .tipster-installation-card__subtext {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tipster-installation-card,
  .tipster-installation-card::after,
  .tipster-installation-card__cta {
    transition: none !important;
  }

  .tipster-installation-card,
  .tipster-installation-card:hover,
  .tipster-installation-card--featured,
  .tipster-installation-card--featured:hover,
  .tipster-installation-card__cta:hover {
    transform: none !important;
  }
}

img,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
}

@media (max-width: 980px) {
  .homepage-azure .az-hero-shell,
  .subpage-azure .subpage-shell,
  .subpage-azure .content-panel,
  .subpage-azure .subpage-hero,
  .dashboard-page .content-panel {
    width: min(100%, calc(100vw - 1.5rem));
    margin-inline: auto;
  }

  .homepage-azure .az-hero-grid-premium,
  .dashboard-layout,
  .subpage-azure .contact-layout,
  .subpage-azure .checkout-layout,
  .subpage-azure .sub-grid,
  .subpage-azure .sub-grid-clean,
  .about-page .about-benefit-grid,
  .about-page .about-point-grid,
  .shop-page .pricing-grid,
  .shop-page .installation-grid,
  .shop-page .subscription-grid,
  .tipster-installation-pricing__grid {
    grid-template-columns: 1fr !important;
  }

  .homepage-azure .az-hero-nav,
  .homepage-azure .az-hero-nav-actions,
  .homepage-azure .az-hero-nav-links,
  .subpage-azure .panel-actions,
  .subpage-azure .checkout-actions,
  .subpage-azure .buying-actions,
  .about-page .about-cta-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .homepage-azure .az-btn,
  .subpage-azure .btn,
  .subpage-azure .checkout-actions .btn,
  .subpage-azure .buying-actions .btn,
  .about-page .about-cta-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .subpage-azure .field,
  .subpage-azure textarea.field,
  .homepage-azure .az-cta-field input,
  .homepage-azure .az-cta-field select {
    width: 100%;
    min-width: 0;
  }

  .subpage-azure .az-bottom-dock,
  .homepage-azure .az-bottom-dock {
    left: 0.6rem;
    right: 0.6rem;
    width: auto;
    max-width: none;
    overflow-x: auto;
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  body,
  body.homepage-azure,
  body.subpage-azure,
  body.installation-pricing-page {
    padding-left: 0.55rem;
    padding-right: 0.55rem;
  }

  .homepage-azure .az-hero-shell,
  .subpage-azure .subpage-shell,
  .subpage-azure .content-panel,
  .subpage-azure .subpage-hero,
  .dashboard-page .content-panel {
    width: min(100%, calc(100vw - 1.1rem));
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .homepage-azure .az-hero-nav,
  .homepage-azure .az-hero-nav-actions,
  .homepage-azure .az-hero-nav-links {
    gap: 0.7rem;
  }

  .homepage-azure .az-hero-trust,
  .homepage-azure .az-phone-screen-grid,
  .dashboard-kpis,
  .dashboard-activity-grid {
    grid-template-columns: 1fr !important;
  }

  .subpage-azure .field-head,
  .subpage-azure .checkout-order-row,
  .dashboard-panel-head {
    display: grid;
    gap: 0.5rem;
  }

  .subpage-azure .az-bottom-dock,
  .homepage-azure .az-bottom-dock {
    bottom: 0.55rem;
    padding: 0.45rem;
    gap: 0.35rem;
  }

  .subpage-azure .az-bottom-dock a,
  .homepage-azure .az-bottom-dock a {
    min-height: 2.9rem;
    padding-inline: 0.85rem;
    white-space: nowrap;
  }
}

/* Download page */
.download-main {
  padding: 48px 0 140px;
}

.download-shell {
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto;
}

.download-hero-section {
  padding-bottom: 20px;
}

.download-hero-copy {
  width: min(760px, 100%);
}

.download-platform-section,
.download-compare-section {
  padding: 16px 0 0;
}

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

.download-platform-card {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 30px;
  border-radius: 28px;
  border: 1px solid rgba(156, 220, 205, 0.12);
  background:
    linear-gradient(180deg, rgba(18, 25, 26, 0.96), rgba(16, 22, 23, 0.92)),
    rgba(14, 18, 19, 0.88);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.download-platform-card.is-featured {
  border-color: rgba(133, 220, 194, 0.24);
  box-shadow: 0 28px 72px rgba(10, 30, 24, 0.24);
}

.download-platform-icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(151, 215, 191, 0.94), rgba(79, 136, 117, 0.76));
  color: #102019;
  font: 700 0.92rem/1 "Red Hat Mono", monospace;
  letter-spacing: 0.18em;
}

.download-platform-kicker {
  margin: 0;
  color: rgba(146, 212, 195, 0.84);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font: 700 0.72rem/1.2 "Red Hat Mono", monospace;
}

.download-platform-card h2 {
  margin: 0;
  color: #f4f8f5;
  font-size: clamp(1.7rem, 2.6vw, 2.25rem);
  line-height: 1.02;
}

.download-platform-card p {
  margin: 0;
  color: rgba(227, 238, 233, 0.72);
}

.download-platform-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.download-platform-list li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 999px;
  background: rgba(151, 215, 191, 0.9);
  box-shadow: 0 0 0 5px rgba(151, 215, 191, 0.12);
}

.download-platform-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.download-platform-actions .btn {
  min-width: 190px;
}

.download-compare-panel {
  display: grid;
  gap: 26px;
}

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

.download-compare-item {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(17, 25, 24, 0.76);
  border: 1px solid rgba(155, 214, 198, 0.1);
}

.download-compare-item span {
  color: rgba(207, 220, 214, 0.68);
}

.download-compare-item strong {
  color: #f3f8f5;
  font-size: 1.12rem;
}

@media (max-width: 920px) {
  .download-platform-grid,
  .download-compare-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .download-main {
    padding: 28px 0 148px;
  }

  .download-shell {
    width: min(100vw - 24px, 560px);
  }

  .download-platform-card,
  .download-compare-item {
    border-radius: 24px;
  }

  .download-platform-card {
    padding: 22px;
  }

  .download-platform-card h2 {
    font-size: 1.9rem;
  }

  .download-platform-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .download-platform-actions .btn {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 640px) {
  body.homepage-azure {
    overflow-x: hidden;
  }

  .homepage-azure .az-hero-shell,
  .homepage-azure .az-home-section,
  .homepage-azure .az-home-footer {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .homepage-azure .az-home-section,
  .homepage-azure .az-home-footer {
    padding-inline: 0;
  }

  .homepage-azure .az-home-section > *,
  .homepage-azure .az-home-footer > * {
    width: min(100%, 420px);
    max-width: 420px;
    margin-inline: auto;
  }

  .homepage-azure .az-hero-shell {
    width: min(100%, 420px);
    max-width: 420px;
    padding-top: 88px;
    padding-inline: 0;
  }

  .homepage-azure .az-hero-grid-premium,
  .homepage-azure .az-problem-layout,
  .homepage-azure .az-cta-grid {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }

  .homepage-azure .az-copy-premium {
    max-width: none;
    padding: 0;
  }

  .homepage-azure .az-copy-premium h1 {
    max-width: 100%;
    font-size: clamp(2.7rem, 11vw, 3.8rem);
    line-height: 1.02;
  }

  .homepage-azure .az-copy-premium .az-subcopy {
    margin-top: 16px;
    font-size: 0.96rem;
    line-height: 1.6;
  }

  .homepage-azure .az-copy-premium .az-actions {
    gap: 10px;
    margin-top: 22px;
  }

  .homepage-azure .az-hero-visual {
    justify-content: center;
  }

  .homepage-azure .az-hero-visual-frame {
    display: grid;
    gap: 12px;
    width: 100%;
    min-height: 0;
    padding: 18px;
    border-radius: 28px;
  }

  .homepage-azure .az-hero-visual-frame::after {
    display: none;
  }

  .homepage-azure .az-phone-rig {
    min-height: 0;
    perspective: none;
  }

  .homepage-azure .az-phone-shadow {
    display: none;
  }

  .homepage-azure .az-phone-model {
    width: min(100%, 304px);
    height: auto;
    aspect-ratio: 320 / 622;
    margin: 0 auto;
    transform: none;
    animation: none;
  }

  .homepage-azure .az-phone-shell {
    border-radius: 34px;
  }

  .homepage-azure .az-phone-screen {
    inset: 12px;
    gap: 10px;
    padding: 20px 14px 14px;
    border-radius: 28px;
  }

  .homepage-azure .az-phone-brand {
    margin-top: 14px;
    font-size: 0.84rem;
    letter-spacing: 0.2em;
  }

  .homepage-azure .az-phone-screen-card {
    padding: 12px;
    border-radius: 18px;
  }

  .homepage-azure .az-phone-screen-card strong {
    font-size: 1.3rem;
  }

  .homepage-azure .az-phone-screen-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .homepage-azure .az-phone-mini-chart {
    height: 74px;
    padding: 10px 10px 8px;
    border-radius: 18px;
  }

  .homepage-azure .az-phone-bottom-pill {
    align-self: stretch;
    text-align: center;
  }

  .homepage-azure .az-hero-callout {
    position: static;
    width: 100%;
    max-width: none;
    padding: 14px;
    border-radius: 20px;
  }

  .homepage-azure .az-hero-callout-amount {
    margin-top: 8px;
    font-size: 1.25rem;
  }

  .homepage-azure .az-hero-mini-bars {
    height: 56px;
    margin-top: 12px;
  }

  .homepage-azure .az-feed-card {
    padding: 14px;
    border-radius: 22px;
  }

  .homepage-azure .az-feed-screen {
    gap: 12px;
    transform: none !important;
  }

  .homepage-azure .az-feed-screen-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .homepage-azure .az-feed-screen-tag {
    min-height: 28px;
    padding-inline: 10px;
    font-size: 10px;
  }

  .homepage-azure .az-feed-screen-metric {
    padding: 14px 14px 12px;
    border-radius: 18px;
  }

  .homepage-azure .az-feed-total {
    font-size: clamp(2.15rem, 10vw, 2.9rem);
    line-height: 0.98;
  }

  .homepage-azure .az-feed-note {
    margin-bottom: 0;
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .homepage-azure .az-feed-screen-chart {
    height: 132px;
    padding: 12px 10px 10px;
    border-radius: 18px;
  }

  .homepage-azure .az-feed-chart-grid {
    background-size: 100% 28px, 28px 100%;
  }

  .homepage-azure .az-feed-chart-bars {
    gap: 6px;
  }

  .homepage-azure .az-feed-list {
    gap: 10px;
  }

  .homepage-azure .az-feed-row {
    gap: 10px;
    padding: 12px;
    border-radius: 16px;
  }

  .homepage-azure .az-feed-row-main {
    gap: 10px;
  }

  .homepage-azure .az-feed-row-main span:last-child {
    font-size: 0.92rem;
    line-height: 1.35;
  }

  .homepage-azure .az-feed-row strong {
    flex: 0 0 auto;
    font-size: 0.95rem;
    white-space: nowrap;
  }

  .homepage-azure .az-bottom-dock {
    left: 12px;
    right: 12px;
    width: auto;
    max-width: calc(100vw - 24px);
    padding: 0.42rem;
    gap: 0.32rem;
    border-radius: 22px;
  }

  .homepage-azure .az-bottom-dock a {
    min-height: 2.7rem;
    padding-inline: 0.75rem;
    font-size: 0.74rem;
  }
}

@media (max-width: 400px) {
  .homepage-azure .az-hero-shell,
  .homepage-azure .az-home-section > *,
  .homepage-azure .az-home-footer > * {
    width: min(100%, calc(100vw - 16px));
  }

  .homepage-azure .az-feed-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .homepage-azure .az-feed-row strong {
    padding-left: 44px;
  }
}

@media (max-width: 640px) {
  body.homepage-azure {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-x: clip !important;
  }

  .homepage-azure section {
    padding-inline: 12px !important;
  }

  .homepage-azure .az-scroll-stack {
    padding: 18px 0 112px;
  }

  .homepage-azure .az-home-section,
  .homepage-azure .az-home-footer {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .homepage-azure .az-home-section > *,
  .homepage-azure .az-home-footer > * {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    margin-inline: auto !important;
  }

  .homepage-azure .az-problem-layout,
  .homepage-azure .az-cta-grid,
  .homepage-azure .az-deployment-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-items: stretch;
    gap: 16px !important;
  }

  .homepage-azure .az-problem-grid,
  .homepage-azure .az-feed-card,
  .homepage-azure .az-feed-screen,
  .homepage-azure .az-feed-screen-metric,
  .homepage-azure .az-feed-screen-chart,
  .homepage-azure .az-feed-list {
    min-width: 0 !important;
    max-width: none !important;
  }

  .homepage-azure .az-feed-card,
  .homepage-azure .az-problem-card,
  .homepage-azure .az-hardware-card,
  .homepage-azure .az-deployment-card,
  .homepage-azure .az-cta-panel {
    width: 100%;
    max-width: none;
  }

  .homepage-azure .az-deployment-head {
    display: grid;
    gap: 14px;
  }

  .homepage-azure .az-deployment-tracks {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
  }

  .homepage-azure .az-deployment-card {
    padding: 18px !important;
    border-radius: 22px;
  }

  .homepage-azure .az-plan-badge-inline {
    align-self: flex-start;
  }

  .homepage-azure .az-deployment-price {
    font-size: clamp(2rem, 10vw, 2.8rem) !important;
    line-height: 0.98;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .homepage-azure .az-deployment-note {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .homepage-azure .az-deployment-card .az-check-list {
    gap: 10px;
  }

  .homepage-azure .az-deployment-card .az-btn {
    width: 100%;
    justify-content: center;
  }

  .homepage-azure .az-feed-card {
    margin-inline: 0 !important;
  }

  .homepage-azure .az-feed-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .homepage-azure .az-feed-row-main {
    min-width: 0;
  }

  .homepage-azure .az-feed-row-main span:last-child {
    display: block;
    overflow-wrap: anywhere;
  }

  .homepage-azure .az-bottom-dock {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: fit-content !important;
    max-width: calc(100vw - 24px) !important;
    min-width: min-content;
    padding: 0.48rem !important;
    gap: 0.4rem !important;
    border-radius: 24px !important;
    justify-content: flex-start !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .homepage-azure .az-bottom-dock::-webkit-scrollbar {
    display: none;
  }

  .homepage-azure .az-bottom-dock a {
    min-height: 2.7rem !important;
    flex: 0 0 auto;
    padding-inline: 0.9rem !important;
    font-size: 0.76rem !important;
    scroll-snap-align: start;
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  body.homepage-azure .az-home-section.az-deployment-section > .az-deployment-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  body.homepage-azure .az-home-section.az-deployment-section .az-deployment-card {
    min-width: 0 !important;
    width: 100% !important;
    max-width: none !important;
    padding: 18px !important;
    border-radius: 22px !important;
  }

  body.homepage-azure .az-home-section.az-deployment-section .az-deployment-price {
    font-size: clamp(2rem, 10vw, 2.75rem) !important;
    line-height: 1 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  body.homepage-azure .az-home-section.az-deployment-section .az-check-list {
    display: grid !important;
    gap: 10px !important;
  }

  body.homepage-azure .az-home-section.az-deployment-section .az-btn {
    width: 100% !important;
    justify-content: center !important;
  }

  body.homepage-azure .az-bottom-dock {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-padding-inline: 12px;
    margin-inline: auto !important;
  }
}

/* Homepage hero: editorial dashboard window */
.homepage-azure .az-hero.az-hero-window {
  min-height: 100vh;
  min-height: 100svh;
  padding: max(0px, env(safe-area-inset-top, 0px)) 12px 104px;
  background: #5d766c;
  color: #101511;
}

.homepage-azure .az-hero-window .az-background-window,
.homepage-azure .az-hero-window .az-background-window::before,
.homepage-azure .az-hero-window .az-background-window::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.homepage-azure .az-hero-window .az-background-window {
  overflow: hidden;
}

.homepage-azure .az-hero-window .az-background-window::before {
  background: none;
}

.homepage-azure .az-hero-window .az-background-window::after {
  inset: 0 0 auto 0;
  height: 100%;
  background: none;
  opacity: 0;
}

.homepage-azure .az-hero-window .az-wordmark {
  position: relative;
  z-index: 3;
  display: inline-block;
  margin: 0;
  color: rgba(17, 22, 18, 0.8);
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: clamp(20px, 1.55vw, 28px);
  font-weight: 700;
  letter-spacing: 0.38em;
  line-height: 1;
  text-decoration: none;
}

.homepage-azure .az-hero-shell.az-hero-shell-window {
  position: relative;
  z-index: 2;
  width: min(1540px, calc(100vw - 16px));
  margin: 0 auto;
  display: grid;
  gap: clamp(6px, 1vw, 14px);
}

.homepage-azure .az-hero-window .az-hero-top-links {
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  z-index: 4;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding-top: 0;
  margin-top: 0;
}

.homepage-azure .az-hero-window .az-hero-text-actions {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  margin-top: 20px;
  gap: 28px;
  flex-wrap: wrap;
}

.homepage-azure .az-hero-window .az-hero-text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(243, 248, 241, 0.92);
  text-decoration: none;
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.homepage-azure .az-hero-window .az-hero-text-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.homepage-azure .az-hero-window .az-hero-text-link:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.homepage-azure .az-hero-window .az-hero-text-link:hover::after {
  transform: scaleX(1);
}

.homepage-azure .az-hero-window .az-copy.az-copy-window {
  max-width: none;
  width: 100%;
  margin-top: clamp(74px, 8vh, 112px);
  margin-left: 0;
  padding: 0;
  display: grid;
  gap: 0;
  justify-items: center;
  text-align: center;
  transform: none;
}

.homepage-azure .az-hero-window .az-copy.az-copy-window::before {
  display: none;
}

.homepage-azure .az-hero-window .az-copy-window h1 {
  margin: 0;
  max-width: none;
  width: min(100%, 1520px);
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: center;
  column-gap: clamp(24px, 2.2vw, 56px);
  row-gap: 0;
  color: rgba(9, 11, 9, 0.94);
  font-family: "Red Hat Display", Arial, sans-serif !important;
  font-size: clamp(92px, 12.2vw, 212px) !important;
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.homepage-azure .az-hero-window .az-copy-window h1 span {
  display: block;
  flex: 0 0 auto;
}

.homepage-azure .az-hero-window .az-desktop-stage {
  position: relative;
  width: 100%;
  margin: 0 auto -46px;
  padding: 0 0 118px;
  transform: translateY(clamp(78px, 8vh, 118px));
}

.homepage-azure .az-hero-window .az-desktop-stage-glow {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 6%;
  bottom: 20%;
  border-radius: 50%;
  background: none;
  filter: none;
  opacity: 0;
}

.homepage-azure .az-hero-window .az-desktop-stage-base {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 0;
  width: 100vw;
  height: clamp(198px, 21vw, 308px);
  border-radius: 46px 46px 0 0;
  transform: translateX(-50%);
  background: #b8c79a;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 28px 60px rgba(66, 90, 44, 0.18);
}

.homepage-azure .az-hero-window .az-dashboard-mockup {
  position: relative;
  z-index: 2;
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.homepage-azure .az-hero-window .az-dashboard-copy {
  width: min(720px, 74vw);
  margin: 0 auto;
  display: grid;
  gap: 8px;
  justify-items: center;
  text-align: center;
}

.homepage-azure .az-hero-window .az-dashboard-copy .az-subcopy {
  max-width: 62ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: clamp(14px, 1.05vw, 18px);
  line-height: 1.45;
  font-weight: 500;
}

.homepage-azure .az-hero-window .az-dashboard-copy-meta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.homepage-azure .az-hero-window .az-dashboard-copy-label,
.homepage-azure .az-hero-window .az-dashboard-copy-state {
  color: rgba(255, 255, 255, 0.88);
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.homepage-azure .az-hero-window .az-dashboard-copy-state {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.homepage-azure .az-hero-window .az-dashboard-mockup::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: -38px;
  height: 58px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20, 25, 18, 0.26) 0%, rgba(20, 25, 18, 0) 72%);
  filter: blur(18px);
}

.homepage-azure .az-hero-window .az-dashboard-mockup-frame {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  padding: 14px 14px 18px;
  background: #090b09;
  border: 1px solid rgba(14, 18, 14, 0.94);
  box-shadow:
    0 14px 0 rgba(7, 10, 7, 0.74),
    0 38px 76px rgba(24, 28, 19, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transform: perspective(1600px) rotateX(7deg);
  transform-origin: center bottom;
}

.homepage-azure .az-hero-window .az-dashboard-mockup-frame::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  width: 28%;
  height: 18px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #0f140f 0%, #2a3128 100%);
  box-shadow: 0 18px 24px rgba(17, 22, 17, 0.16);
}

.homepage-azure .az-hero-window .az-dashboard-mockup-topbar {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 4px 6px 14px;
}

.homepage-azure .az-hero-window .az-dashboard-mockup-dots {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.homepage-azure .az-hero-window .az-dashboard-mockup-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(228, 232, 220, 0.6);
}

.homepage-azure .az-hero-window .az-dashboard-mockup-label {
  margin: 0;
  color: rgba(233, 240, 229, 0.82);
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.homepage-azure .az-hero-window .az-dashboard-mockup-state {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(226, 231, 219, 0.1);
  color: rgba(233, 240, 229, 0.78);
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.homepage-azure .az-hero-window .az-dashboard-mockup img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center top;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #08120e;
}

@media (max-width: 1100px) {
  .homepage-azure .az-hero.az-hero-window {
    padding-inline: 10px;
  }

  .homepage-azure .az-hero-shell.az-hero-shell-window {
    width: min(100%, calc(100vw - 12px));
  }

  .homepage-azure .az-hero-window .az-hero-top-links {
    top: 4px;
    padding-top: 0;
    margin-top: 0;
  }

  .homepage-azure .az-hero-window .az-copy-window h1 {
    width: min(100%, 1360px);
    font-size: clamp(82px, 11.4vw, 168px) !important;
  }

  .homepage-azure .az-hero-window .az-desktop-stage {
    margin-bottom: -34px;
    padding-bottom: 108px;
    transform: translateY(clamp(76px, 8vh, 118px));
  }

  .homepage-azure .az-hero-window .az-desktop-stage-base {
    height: clamp(182px, 22vw, 264px);
  }

  .homepage-azure .az-hero-window .az-dashboard-copy {
    width: min(760px, 82vw);
  }
}

@media (max-width: 760px) {
  .homepage-azure .az-hero.az-hero-window {
    padding: max(0px, env(safe-area-inset-top, 0px)) 6px 120px;
  }

  .homepage-azure .az-hero-window .az-wordmark {
    font-size: 18px;
    letter-spacing: 0.28em;
  }

  .homepage-azure .az-hero-shell.az-hero-shell-window {
    width: min(100%, calc(100vw - 12px));
    margin-top: 0;
    gap: 10px;
  }

  .homepage-azure .az-hero-window .az-hero-top-links {
    display: flex;
    top: 4px;
    justify-content: space-between;
    align-items: baseline;
    gap: 10px;
    padding-top: 0;
    margin-top: 0;
  }

  .homepage-azure .az-hero-window .az-wordmark {
    display: inline-block;
  }

  .homepage-azure .az-hero-window .az-copy.az-copy-window {
    margin-top: 56px;
  }

  .homepage-azure .az-hero-window .az-hero-text-actions {
    width: auto;
    margin-top: 16px;
    margin-left: auto;
    justify-content: flex-end;
    gap: 10px;
    row-gap: 6px;
  }

  .homepage-azure .az-hero-window .az-hero-text-link {
    font-size: 0.76rem;
  }

  .homepage-azure .az-hero-window .az-copy-window h1 {
    max-width: none;
    width: 100%;
    column-gap: 14px;
    row-gap: 2px;
    font-size: clamp(42px, 10.5vw, 72px) !important;
    line-height: 0.94;
  }

  .homepage-azure .az-hero-window .az-desktop-stage {
    margin-bottom: -12px;
    padding: 0 0 48px;
    transform: translateY(54px);
  }

  .homepage-azure .az-hero-window .az-desktop-stage-glow {
    left: 4%;
    right: 4%;
    top: 12%;
    bottom: 20%;
  }

  .homepage-azure .az-hero-window .az-desktop-stage-base {
    width: 100vw;
    height: 116px;
    border-radius: 28px 28px 0 0;
  }

  .homepage-azure .az-hero-window .az-dashboard-mockup-frame {
    border-radius: 24px;
    padding: 10px 10px 12px;
    transform: none;
    box-shadow:
      0 12px 0 rgba(7, 10, 7, 0.68),
      0 26px 48px rgba(24, 28, 19, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.14);
  }

  .homepage-azure .az-hero-window .az-dashboard-mockup-frame::after {
    bottom: -16px;
    height: 12px;
  }

  .homepage-azure .az-hero-window .az-dashboard-copy {
    width: min(92vw, 30rem);
    gap: 6px;
  }

  .homepage-azure .az-hero-window .az-dashboard-copy .az-subcopy {
    color: rgba(255, 255, 255, 0.96);
    max-width: none;
    font-size: 0.86rem;
    line-height: 1.4;
    overflow-wrap: anywhere;
  }

  .homepage-azure .az-hero-window .az-dashboard-copy-meta {
    gap: 8px;
  }

  .homepage-azure .az-hero-window .az-dashboard-copy-label,
  .homepage-azure .az-hero-window .az-dashboard-copy-state {
    font-size: 0.64rem;
    letter-spacing: 0.07em;
  }

  .homepage-azure .az-hero-window .az-dashboard-mockup-topbar {
    display: flex;
    gap: 0;
    padding-bottom: 10px;
  }

  .homepage-azure .az-hero-window .az-dashboard-mockup img {
    border-radius: 16px;
  }
}

@media (max-width: 900px) {
  .homepage-azure .az-hero-window .az-hero-top-links {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px 14px;
  }

  .homepage-azure .az-hero-window .az-hero-text-actions {
    flex: 1 1 100%;
    width: 100%;
    margin-top: 8px;
    margin-left: 0;
    justify-content: flex-start;
  }

  .homepage-azure .az-hero-window .az-copy.az-copy-window {
    margin-top: clamp(72px, 12vw, 108px);
  }

  .homepage-azure .az-hero-window .az-copy-window h1 {
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
  }

  .homepage-azure .az-hero-window .az-dashboard-copy {
    width: min(100%, 34rem);
    justify-items: start;
    text-align: left;
  }

  .homepage-azure .az-hero-window .az-dashboard-copy-meta {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .homepage-azure .az-hero-window .az-hero-top-links {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
  }

  .homepage-azure .az-hero-window .az-copy.az-copy-window {
    margin-top: 0;
    justify-items: start;
  }

  .homepage-azure .az-hero-window .az-copy-window h1 {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    line-height: 0.9;
  }

  .homepage-azure .az-hero-window .az-desktop-stage {
    transform: translateY(32px);
    padding-bottom: 36px;
  }

  .homepage-azure .az-hero-window .az-dashboard-copy {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .homepage-azure .az-hero.az-hero-window {
    padding: max(0px, env(safe-area-inset-top, 0px)) 8px 108px;
  }

  .homepage-azure .az-hero-window .az-hero-text-actions {
    gap: 8px;
  }

  .homepage-azure .az-hero-window .az-hero-text-link {
    font-size: 0.74rem;
  }

  .homepage-azure .az-hero-window .az-copy-window h1 {
    font-size: clamp(38px, 13vw, 58px) !important;
  }

  .homepage-azure .az-hero-window .az-desktop-stage-base {
    height: 100px;
    border-radius: 24px 24px 0 0;
  }

  .homepage-azure .az-hero-window .az-dashboard-mockup-frame {
    border-radius: 20px;
    padding: 8px 8px 10px;
  }

  .homepage-azure .az-benefits-media-frame {
    min-height: 0;
    display: grid;
    gap: 12px;
    overflow: visible;
    border: 0;
    border-radius: 22px;
    background: transparent;
    box-shadow: none;
  }

  .homepage-azure .az-benefits-media-frame::before {
    display: none;
  }

  .homepage-azure .az-benefits-media-frame img {
    min-height: 260px;
    border-radius: 22px;
  }

  .homepage-azure .az-benefits-stat {
    position: static;
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .homepage-azure .az-benefits-stat--primary,
  .homepage-azure .az-benefits-stat--secondary {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}

@media (max-width: 760px) {
  .homepage-azure .az-hero.az-hero-window {
    padding: max(0px, env(safe-area-inset-top, 0px)) 8px 116px;
  }

  .homepage-azure .az-hero-window .az-hero-top-links {
    gap: 12px;
    align-items: flex-start;
  }

  .homepage-azure .az-hero-window .az-hero-text-actions {
    width: 100%;
    margin-top: 10px;
    gap: 12px;
    row-gap: 8px;
    justify-content: flex-start;
  }

  .homepage-azure .az-hero-window .az-hero-text-link {
    color: rgba(248, 246, 236, 0.98);
    font-size: 0.82rem;
  }

  .homepage-azure .az-hero-window .az-copy.az-copy-window {
    margin-top: 20px;
    gap: 14px;
  }

  .homepage-azure .az-hero-window .az-copy-window h1 {
    color: rgba(10, 14, 10, 0.9);
  }

  .homepage-azure .az-hero-window .az-desktop-stage {
    transform: translateY(18px);
    padding-bottom: 28px;
  }

  .homepage-azure .az-hero-window .az-dashboard-copy {
    gap: 10px;
  }

  .homepage-azure .az-hero-window .az-dashboard-copy .az-subcopy {
    color: rgba(255, 255, 255, 0.96);
    font-size: 0.92rem;
    line-height: 1.5;
    font-weight: 500;
  }

  .homepage-azure .az-hero-window .az-dashboard-copy-label,
  .homepage-azure .az-hero-window .az-dashboard-copy-state {
    color: rgba(255, 255, 255, 0.88);
  }

  .homepage-azure .az-hero-window .az-dashboard-copy-state {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 560px) {
  .homepage-azure .az-hero.az-hero-window {
    padding: max(0px, env(safe-area-inset-top, 0px)) 8px 114px;
  }

  .homepage-azure .az-hero-window .az-wordmark {
    font-size: 0.95rem;
    letter-spacing: 0.24em;
  }

  .homepage-azure .az-hero-window .az-copy.az-copy-window {
    margin-top: 14px;
  }

  .homepage-azure .az-hero-window .az-copy-window h1 {
    font-size: clamp(42px, 13.5vw, 60px) !important;
    line-height: 0.92;
  }

  .homepage-azure .az-hero-window .az-desktop-stage {
    transform: translateY(14px);
    padding-bottom: 22px;
  }

  .homepage-azure .az-hero-window .az-dashboard-copy {
    width: min(100%, 22rem);
    gap: 8px;
  }

  .homepage-azure .az-bottom-dock {
    bottom: 0.45rem;
    padding: 0.36rem;
    background: rgba(16, 44, 38, 0.92);
  }

  .homepage-azure .az-bottom-dock a {
    min-height: 2.55rem;
    padding-inline: 0.72rem;
    font-size: 0.72rem;
  }
}

.homepage-azure .az-big-picture-section {
  min-height: 100vh;
  min-height: 100svh;
  padding: clamp(60px, 6vw, 92px) 0 clamp(92px, 8vw, 120px);
  background:
    radial-gradient(980px 540px at 102% 4%, rgba(104, 142, 117, 0.24), transparent 64%),
    radial-gradient(760px 440px at -4% 100%, rgba(56, 95, 80, 0.24), transparent 68%),
    linear-gradient(180deg, #0f2f28 0%, #102c26 52%, #12372f 100%);
}

.homepage-azure .az-big-picture-section::after {
  background:
    radial-gradient(circle at 76% 8%, rgba(235, 193, 118, 0.12), transparent 28%),
    radial-gradient(circle at 16% 100%, rgba(117, 161, 136, 0.12), transparent 28%);
}

.homepage-azure .az-big-picture-shell {
  width: min(1320px, calc(100vw - 56px));
}

.homepage-azure .az-big-picture-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.98fr);
  gap: clamp(28px, 4vw, 52px);
  align-items: stretch;
}

.homepage-azure .az-big-picture-copy {
  display: grid;
  align-content: start;
  gap: 26px;
  color: #f7e7ce;
}

.homepage-azure .az-big-picture-rule {
  width: 100%;
  height: 1px;
  background: rgba(247, 231, 206, 0.12);
}

.homepage-azure .az-big-picture-copy .az-eyebrow {
  margin: 0;
  color: rgba(235, 193, 118, 0.92);
  font-family: "Red Hat Display", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.homepage-azure .az-big-picture-copy h2 {
  margin: 0;
  max-width: 10ch;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(50px, 5vw, 78px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.045em;
  color: #fff7ea;
}

.homepage-azure .az-big-picture-copy > p {
  margin: 0;
  max-width: 34rem;
  color: rgba(247, 231, 206, 0.76);
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.6;
}

.homepage-azure .az-big-picture-list {
  display: grid;
  border-top: 1px solid rgba(247, 231, 206, 0.12);
}

.homepage-azure .az-big-picture-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(247, 231, 206, 0.12);
}

.homepage-azure .az-big-picture-item span {
  color: rgba(235, 193, 118, 0.96);
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
}

.homepage-azure .az-big-picture-item p {
  margin: 0;
  color: rgba(255, 247, 234, 0.92);
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: clamp(17px, 1.22vw, 22px);
  line-height: 1.45;
}

.homepage-azure .az-big-picture-item strong {
  font-weight: 700;
}

.homepage-azure .az-big-picture-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  width: fit-content;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(145deg, #ebc176 0%, #c48b28 100%);
  color: #102c26;
  text-decoration: none;
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
  box-shadow:
    0 16px 34px rgba(12, 28, 23, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.homepage-azure .az-big-picture-media {
  position: relative;
  min-height: clamp(520px, 56vw, 760px);
  padding: 18px;
  border-radius: 34px;
  background:
    radial-gradient(520px 360px at 50% 82%, rgba(235, 193, 118, 0.12), transparent 66%),
    linear-gradient(145deg, #173c33 0%, #1a4439 48%, #14352e 100%);
  box-shadow:
    inset 0 1px 0 rgba(247, 231, 206, 0.08),
    0 28px 70px rgba(7, 18, 15, 0.28);
}

.homepage-azure .az-big-picture-controls {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  display: flex;
  gap: 10px;
}

.homepage-azure .az-big-picture-controls button {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 14px;
  background: rgba(247, 231, 206, 0.12);
  color: #f7e7ce;
  box-shadow: 0 12px 28px rgba(7, 18, 15, 0.18);
}

.homepage-azure .az-big-picture-controls svg {
  width: 18px;
  height: 18px;
}

.homepage-azure .az-big-picture-stage {
  position: relative;
  height: 100%;
  min-height: inherit;
  display: grid;
  place-items: center;
  padding: 62px 36px 34px;
}

.homepage-azure .az-big-picture-phone {
  position: relative;
  inset: auto;
  width: min(100%, 520px);
  min-height: clamp(440px, 52vw, 620px);
  perspective: 2200px;
  transform-style: preserve-3d;
}

.homepage-azure .az-big-picture-phone::before {
  left: 50%;
  bottom: 8%;
  width: min(300px, 62%);
  height: 72px;
  transform: translateX(-50%);
  opacity: 0.74;
}

.homepage-azure .az-big-picture-phone .az-phone-shadow {
  left: 50%;
  bottom: 8%;
  width: clamp(190px, 52%, 280px);
  height: 64px;
  transform: translateX(-50%) rotate(-7deg);
  opacity: 0.64;
}

.homepage-azure .az-big-picture-phone .az-phone-model {
  top: 50%;
  left: 52%;
  width: clamp(220px, 28vw, 292px);
  transform: translate3d(-50%, -50%, 0) rotateY(-20deg) rotateX(10deg) rotateZ(6deg);
}

.homepage-azure .az-big-picture-phone .az-phone-shell {
  padding: 20px;
  border-radius: 64px;
}

.homepage-azure .az-big-picture-phone .az-phone-shell::before {
  border-radius: 56px;
}

.homepage-azure .az-big-picture-phone .az-phone-shell::after {
  left: 24px;
  right: 24px;
  border-radius: 38px;
}

.homepage-azure .az-big-picture-phone .az-phone-side {
  top: 30px;
  bottom: 30px;
  width: 22px;
}

.homepage-azure .az-big-picture-phone .az-phone-camera {
  top: 20px;
  width: 138px;
  height: 30px;
}

.homepage-azure .az-big-picture-phone .az-phone-screen {
  inset: 22px;
  gap: 16px;
  padding: 32px 20px 20px;
  border-radius: 48px;
}

.homepage-azure .az-big-picture-phone .az-phone-status {
  font-size: 0.72rem;
}

.homepage-azure .az-big-picture-phone .az-phone-brand {
  margin-top: 16px;
  font-size: 0.94rem;
  letter-spacing: 0.28em;
}

.homepage-azure .az-big-picture-phone .az-phone-screen-card {
  gap: 4px;
  padding: 14px 14px 12px;
  border-radius: 20px;
}

.homepage-azure .az-big-picture-phone .az-phone-screen-card strong {
  font-size: 1.5rem;
}

.homepage-azure .az-big-picture-phone .az-phone-screen-grid {
  gap: 10px;
}

.homepage-azure .az-big-picture-phone .az-phone-screen-grid .az-phone-screen-card strong {
  font-size: 1.06rem;
}

.homepage-azure .az-big-picture-phone .az-phone-screen-card span:not(.az-phone-screen-kicker) {
  font-size: 0.74rem;
}

.homepage-azure .az-big-picture-phone .az-phone-mini-chart {
  height: 92px;
  padding: 12px 12px 8px;
  border-radius: 20px;
}

.homepage-azure .az-big-picture-phone .az-phone-bottom-pill {
  padding: 9px 14px;
  font-size: 0.74rem;
}

.homepage-azure .az-big-picture-device {
  position: relative;
  width: min(100%, 520px);
  overflow: hidden;
  border-radius: 28px;
  padding: 14px 14px 16px;
  background: #0d0f0d;
  border: 1px solid rgba(20, 24, 20, 0.92);
  box-shadow:
    0 16px 0 rgba(9, 12, 10, 0.68),
    0 36px 72px rgba(103, 85, 55, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transform: perspective(1600px) rotateX(9deg) rotateY(-10deg);
  transform-origin: center bottom;
}

.homepage-azure .az-big-picture-device-topbar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 2px 4px 14px;
}

.homepage-azure .az-big-picture-device-topbar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(234, 237, 225, 0.58);
}

.homepage-azure .az-big-picture-device img {
  display: block;
  width: 100%;
  aspect-ratio: 1.22 / 1;
  object-fit: cover;
  object-position: center top;
  border-radius: 18px;
}

.homepage-azure .az-big-picture-pill {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 6px;
  min-width: 200px;
  max-width: min(260px, calc(100% - 28px));
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(12, 33, 28, 0.78);
  border: 1px solid rgba(247, 231, 206, 0.12);
  box-shadow: 0 16px 36px rgba(7, 18, 15, 0.2);
  backdrop-filter: blur(10px);
}

.homepage-azure .az-big-picture-pill span {
  color: rgba(235, 193, 118, 0.88);
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.homepage-azure .az-big-picture-pill strong {
  color: #fff7ea;
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: clamp(1rem, 1.3vw, 1.22rem);
  font-weight: 700;
  line-height: 1.18;
}

.homepage-azure .az-big-picture-pill--top {
  top: 78px;
  left: 18px;
}

.homepage-azure .az-big-picture-pill--bottom {
  right: 22px;
  bottom: 34px;
}

@media (max-width: 1100px) {
  .homepage-azure .az-big-picture-grid {
    grid-template-columns: 1fr;
  }

  .homepage-azure .az-big-picture-copy h2 {
    max-width: none;
  }

  .homepage-azure .az-big-picture-media {
    min-height: 620px;
  }

  .homepage-azure .az-big-picture-phone {
    min-height: 560px;
  }

  .homepage-azure .az-big-picture-phone .az-phone-model {
    width: clamp(236px, 34vw, 286px);
  }
}

@media (max-width: 720px) {
  .homepage-azure .az-big-picture-shell {
    width: min(100%, calc(100vw - 24px));
  }

  .homepage-azure .az-big-picture-section {
    padding: 42px 0 96px;
  }

  .homepage-azure .az-big-picture-copy {
    gap: 20px;
  }

  .homepage-azure .az-big-picture-copy h2 {
    font-size: clamp(44px, 12vw, 60px);
    line-height: 0.96;
  }

  .homepage-azure .az-big-picture-copy > p {
    font-size: 0.98rem;
  }

  .homepage-azure .az-big-picture-item {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
  }

  .homepage-azure .az-big-picture-item span {
    font-size: 1.3rem;
  }

  .homepage-azure .az-big-picture-item p {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .homepage-azure .az-big-picture-media {
    min-height: 460px;
    padding: 14px;
    border-radius: 26px;
  }

  .homepage-azure .az-big-picture-controls {
    top: 14px;
    right: 14px;
  }

  .homepage-azure .az-big-picture-controls button {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .homepage-azure .az-big-picture-stage {
    min-height: auto;
    gap: 18px;
    padding: 58px 18px 18px;
  }

  .homepage-azure .az-big-picture-phone {
    width: min(100%, 320px);
    min-height: 430px;
  }

  .homepage-azure .az-big-picture-phone::before {
    bottom: 4%;
    width: min(220px, 74%);
    height: 52px;
  }

  .homepage-azure .az-big-picture-phone .az-phone-shadow {
    bottom: 4%;
    width: min(190px, 64%);
    height: 48px;
  }

  .homepage-azure .az-big-picture-phone .az-phone-model {
    top: 50%;
    left: 50%;
    width: min(100%, 248px);
  }

  .homepage-azure .az-big-picture-phone .az-phone-shell {
    padding: 16px;
    border-radius: 50px;
  }

  .homepage-azure .az-big-picture-phone .az-phone-shell::before {
    inset: 8px;
    border-radius: 42px;
  }

  .homepage-azure .az-big-picture-phone .az-phone-shell::after {
    top: 10px;
    left: 18px;
    right: 18px;
    border-radius: 30px;
  }

  .homepage-azure .az-big-picture-phone .az-phone-side {
    top: 24px;
    bottom: 24px;
    width: 18px;
  }

  .homepage-azure .az-big-picture-phone .az-phone-camera {
    top: 16px;
    width: 118px;
    height: 26px;
  }

  .homepage-azure .az-big-picture-phone .az-phone-screen {
    inset: 18px;
    gap: 12px;
    padding: 28px 16px 16px;
    border-radius: 38px;
  }

  .homepage-azure .az-big-picture-phone .az-phone-brand {
    margin-top: 12px;
    font-size: 0.82rem;
    letter-spacing: 0.24em;
  }

  .homepage-azure .az-big-picture-phone .az-phone-screen-card {
    padding: 12px;
    border-radius: 18px;
  }

  .homepage-azure .az-big-picture-phone .az-phone-screen-card strong {
    font-size: 1.28rem;
  }

  .homepage-azure .az-big-picture-phone .az-phone-screen-grid .az-phone-screen-card strong {
    font-size: 0.98rem;
  }

  .homepage-azure .az-big-picture-phone .az-phone-mini-chart {
    height: 72px;
    border-radius: 18px;
  }

  .homepage-azure .az-big-picture-phone .az-phone-bottom-pill {
    align-self: stretch;
    text-align: center;
  }

  .homepage-azure .az-big-picture-device {
    width: 100%;
    border-radius: 22px;
    padding: 10px 10px 12px;
    transform: none;
  }

  .homepage-azure .az-big-picture-device img {
    aspect-ratio: 1 / 1;
    border-radius: 14px;
  }

  .homepage-azure .az-big-picture-pill {
    position: static;
    max-width: none;
    width: 100%;
  }
}

.homepage-azure .az-connect-section {
  min-height: 100vh;
  min-height: 100svh;
  padding: clamp(36px, 4vw, 56px) 0 clamp(88px, 8vw, 116px);
  background:
    radial-gradient(960px 480px at 100% 0%, rgba(84, 123, 101, 0.2), transparent 68%),
    radial-gradient(760px 440px at 0% 100%, rgba(38, 70, 58, 0.22), transparent 66%),
    linear-gradient(180deg, #102c26 0%, #12342d 100%);
}

.homepage-azure .az-connect-section::after {
  background:
    radial-gradient(circle at 86% 0%, rgba(235, 193, 118, 0.1), transparent 28%),
    radial-gradient(circle at 18% 100%, rgba(117, 161, 136, 0.1), transparent 28%);
}

.homepage-azure .az-connect-shell {
  width: min(1320px, calc(100vw - 56px));
  margin-inline: auto;
  display: grid;
  gap: 0;
  justify-items: center;
}

.homepage-azure .az-connect-banner {
  position: relative;
  overflow: hidden;
  min-height: clamp(160px, 22vw, 240px);
  border-radius: 32px;
  border: 1px solid rgba(247, 231, 206, 0.1);
  background:
    radial-gradient(520px 220px at 50% 48%, rgba(126, 191, 165, 0.2), transparent 68%),
    radial-gradient(360px 200px at 16% 20%, rgba(235, 193, 118, 0.12), transparent 72%),
    radial-gradient(340px 220px at 86% 78%, rgba(117, 161, 136, 0.18), transparent 74%),
    linear-gradient(180deg, #173c33 0%, #12352d 52%, #0f2923 100%);
  box-shadow:
    0 20px 48px rgba(6, 17, 14, 0.24),
    inset 0 1px 0 rgba(247, 231, 206, 0.08);
}

.homepage-azure .az-connect-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 41, 35, 0.62) 0%, rgba(15, 41, 35, 0.08) 18%, rgba(15, 41, 35, 0.08) 82%, rgba(15, 41, 35, 0.56) 100%),
    linear-gradient(180deg, rgba(255, 247, 234, 0.08) 0%, rgba(255, 247, 234, 0) 36%, rgba(5, 16, 13, 0.16) 100%);
  pointer-events: none;
  z-index: 1;
}

.homepage-azure .az-connect-banner::after {
  content: "";
  position: absolute;
  inset: 14% 8%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(154, 220, 193, 0.12) 0%, rgba(154, 220, 193, 0.04) 34%, rgba(154, 220, 193, 0) 72%);
  filter: blur(26px);
  pointer-events: none;
  z-index: 1;
}

.homepage-azure .az-connect-banner-visual {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: grid;
  place-items: center;
  padding: clamp(18px, 2.4vw, 28px) clamp(24px, 4vw, 48px);
}

.homepage-azure .az-connect-banner-track {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 247, 234, 0.08);
  background: radial-gradient(circle, rgba(141, 216, 188, 0.06) 0%, rgba(141, 216, 188, 0.02) 42%, rgba(141, 216, 188, 0) 72%);
  box-shadow: inset 0 1px 0 rgba(255, 247, 234, 0.05);
}

.homepage-azure .az-connect-banner-track--outer {
  width: min(720px, 82%);
  height: min(220px, 72%);
}

.homepage-azure .az-connect-banner-track--inner {
  width: min(520px, 62%);
  height: min(148px, 48%);
}

.homepage-azure .az-connect-banner-stage {
  position: relative;
  z-index: 2;
  width: min(720px, 82%);
  height: min(220px, 72%);
  display: grid;
  place-items: center;
}

.homepage-azure .az-connect-banner-stage-panel {
  position: relative;
  width: min(660px, 76%);
  height: min(136px, 64%);
  display: grid;
  place-items: center;
  border-radius: 42px;
  border: 1px solid rgba(247, 231, 206, 0.08);
  background:
    radial-gradient(circle at 50% 18%, rgba(136, 218, 190, 0.16), rgba(136, 218, 190, 0) 58%),
    linear-gradient(180deg, rgba(31, 68, 58, 0.72), rgba(17, 41, 35, 0.88));
  box-shadow:
    inset 0 1px 0 rgba(247, 231, 206, 0.05),
    0 18px 40px rgba(6, 17, 14, 0.18);
}

.homepage-azure .az-connect-dashboard-mini {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: stretch;
  gap: 14px;
  width: min(452px, 78%);
  height: min(98px, 80%);
  padding: 12px;
  border-radius: 28px;
  border: 1px solid rgba(247, 231, 206, 0.08);
  background:
    linear-gradient(180deg, rgba(12, 28, 24, 0.84), rgba(6, 15, 13, 0.92)),
    rgba(6, 15, 13, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(247, 231, 206, 0.04),
    0 14px 28px rgba(6, 17, 14, 0.16);
}

.homepage-azure .az-connect-dashboard-sidebar {
  display: grid;
  align-content: space-between;
  gap: 10px;
  padding: 4px 0;
}

.homepage-azure .az-connect-dashboard-logo {
  width: 100%;
  height: 18px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 28% 50%, rgba(145, 225, 198, 0.9), rgba(145, 225, 198, 0.2) 36%, rgba(145, 225, 198, 0) 62%),
    linear-gradient(90deg, rgba(255, 247, 234, 0.08), rgba(255, 247, 234, 0.02));
  border: 1px solid rgba(196, 243, 226, 0.12);
}

.homepage-azure .az-connect-dashboard-rail {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  padding: 8px 0;
  border-radius: 18px;
  background: rgba(255, 247, 234, 0.03);
}

.homepage-azure .az-connect-dashboard-rail i {
  display: block;
  width: 22px;
  height: 8px;
  border-radius: 999px;
  border: 1px solid rgba(247, 231, 206, 0.08);
  background: rgba(255, 247, 234, 0.05);
}

.homepage-azure .az-connect-dashboard-rail i.is-active {
  background: linear-gradient(90deg, rgba(145, 225, 198, 0.98), rgba(72, 170, 141, 0.9));
  border-color: rgba(196, 243, 226, 0.28);
}

.homepage-azure .az-connect-dashboard-page {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.homepage-azure .az-connect-dashboard-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.homepage-azure .az-connect-dashboard-title {
  color: rgba(255, 247, 234, 0.82);
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.homepage-azure .az-connect-dashboard-tags {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.homepage-azure .az-connect-dashboard-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(255, 247, 234, 0.07);
  color: rgba(255, 247, 234, 0.62);
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.homepage-azure .az-connect-dashboard-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(82px, 0.9fr);
  gap: 8px;
}

.homepage-azure .az-connect-dashboard-hero {
  height: 30px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 24% 50%, rgba(145, 225, 198, 0.34), rgba(145, 225, 198, 0) 34%),
    linear-gradient(90deg, rgba(145, 225, 198, 0.22) 0%, rgba(145, 225, 198, 0.08) 22%, rgba(255, 247, 234, 0.04) 100%);
  border: 1px solid rgba(196, 243, 226, 0.14);
}

.homepage-azure .az-connect-dashboard-stack {
  display: grid;
  gap: 8px;
}

.homepage-azure .az-connect-dashboard-stack span {
  display: block;
  height: 11px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 247, 234, 0.08), rgba(255, 247, 234, 0.03)),
    rgba(255, 247, 234, 0.04);
  border: 1px solid rgba(247, 231, 206, 0.05);
}

.homepage-azure .az-connect-dashboard-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.homepage-azure .az-connect-dashboard-stats span {
  display: block;
  height: 18px;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 247, 234, 0.07), rgba(255, 247, 234, 0.03)),
    rgba(255, 247, 234, 0.04);
  border: 1px solid rgba(247, 231, 206, 0.05);
}

.homepage-azure .az-connect-banner .az-hero-callout {
  position: absolute;
  z-index: 3;
  display: block;
  width: min(278px, 32%);
  margin: 0;
}

.homepage-azure .az-connect-callout .az-hero-callout-amount {
  margin-top: 10px;
  font-size: clamp(1.15rem, 1.6vw, 1.36rem);
}

.homepage-azure .az-connect-callout--left {
  top: clamp(18px, 2.2vw, 24px);
  left: clamp(18px, 2.2vw, 24px);
}

.homepage-azure .az-connect-callout--right {
  right: clamp(18px, 2.2vw, 24px);
  bottom: clamp(18px, 2.2vw, 24px);
}

.homepage-azure .az-connect-banner-pips {
  position: absolute;
  left: 50%;
  bottom: clamp(18px, 2.2vw, 24px);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transform: translateX(-50%);
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(247, 231, 206, 0.08);
  background: rgba(8, 22, 18, 0.44);
  box-shadow: inset 0 1px 0 rgba(247, 231, 206, 0.04);
}

.homepage-azure .az-connect-banner-pips i {
  display: block;
  width: 28px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 247, 234, 0.22), rgba(141, 223, 196, 0.78));
}

.homepage-azure .az-connect-card {
  display: grid;
  width: min(100%, 960px);
  justify-items: center;
  gap: 24px;
  padding: clamp(18px, 3vw, 40px) clamp(24px, 6vw, 64px) clamp(40px, 6vw, 72px);
  text-align: center;
}

.homepage-azure .az-connect-copy {
  display: grid;
  gap: 18px;
  justify-items: center;
}

.homepage-azure .az-connect-copy .az-eyebrow {
  margin: 0;
  color: rgba(235, 193, 118, 0.9);
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.homepage-azure .az-connect-copy h2 {
  margin: 0;
  max-width: 11ch;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(50px, 5vw, 82px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.045em;
  color: #fff7ea;
}

.homepage-azure .az-connect-copy p:last-child {
  margin: 0;
  max-width: 38rem;
  color: rgba(247, 231, 206, 0.74);
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: clamp(17px, 1.2vw, 21px);
  line-height: 1.65;
}

.homepage-azure .az-connect-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.homepage-azure .az-connect-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.homepage-azure .az-connect-button:hover {
  transform: translateY(-1px);
}

.homepage-azure .az-connect-button--primary {
  background: linear-gradient(145deg, #5e7714 0%, #4d6510 100%);
  color: #f7f5ef;
  box-shadow:
    0 18px 36px rgba(94, 119, 20, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.homepage-azure .az-connect-button--secondary {
  border: 1px solid rgba(247, 231, 206, 0.14);
  background: rgba(247, 231, 206, 0.08);
  color: #fff7ea;
  box-shadow: 0 12px 28px rgba(6, 17, 14, 0.12);
}

@media (max-width: 720px) {
  .homepage-azure .az-connect-shell {
    width: min(100%, calc(100vw - 24px));
  }

  .homepage-azure .az-connect-section {
    padding: 24px 0 96px;
  }

  .homepage-azure .az-connect-banner {
    min-height: 124px;
    border-radius: 24px;
  }

  .homepage-azure .az-connect-banner-visual {
    padding: 14px 14px 12px;
  }

  .homepage-azure .az-connect-banner-track--outer {
    width: 92%;
    height: 72%;
  }

  .homepage-azure .az-connect-banner-track--inner {
    width: 72%;
    height: 48%;
  }

  .homepage-azure .az-connect-banner-stage {
    width: 100%;
    height: 100%;
  }

  .homepage-azure .az-connect-banner-stage-panel {
    width: min(256px, 66%);
    height: 90px;
    border-radius: 24px;
  }

  .homepage-azure .az-connect-dashboard-mini {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 7px;
    width: min(190px, 78%);
    height: 58px;
    padding: 8px;
    border-radius: 18px;
  }

  .homepage-azure .az-connect-dashboard-sidebar {
    gap: 6px;
  }

  .homepage-azure .az-connect-dashboard-logo {
    height: 10px;
    border-radius: 5px;
  }

  .homepage-azure .az-connect-dashboard-rail {
    gap: 4px;
    border-radius: 12px;
    padding: 6px 0;
  }

  .homepage-azure .az-connect-dashboard-rail i {
    width: 12px;
    height: 5px;
  }

  .homepage-azure .az-connect-dashboard-page {
    gap: 5px;
  }

  .homepage-azure .az-connect-dashboard-title {
    font-size: 0.46rem;
  }

  .homepage-azure .az-connect-dashboard-tags span {
    min-height: 14px;
    padding: 0 5px;
    font-size: 0.42rem;
  }

  .homepage-azure .az-connect-dashboard-layout {
    grid-template-columns: minmax(0, 1.4fr) minmax(44px, 0.7fr);
    gap: 5px;
  }

  .homepage-azure .az-connect-dashboard-hero {
    height: 14px;
    border-radius: 8px;
  }

  .homepage-azure .az-connect-dashboard-stack {
    gap: 5px;
  }

  .homepage-azure .az-connect-dashboard-stack span {
    height: 6px;
  }

  .homepage-azure .az-connect-dashboard-stats {
    gap: 5px;
  }

  .homepage-azure .az-connect-dashboard-stats span {
    height: 10px;
    border-radius: 6px;
  }

  .homepage-azure .az-connect-banner .az-hero-callout {
    width: min(210px, calc(100% - 20px));
    padding: 12px 12px 11px;
    border-radius: 16px;
  }

  .homepage-azure .az-connect-callout .az-hero-callout-kicker {
    font-size: 0.58rem;
  }

  .homepage-azure .az-connect-callout .az-hero-callout-amount {
    margin-top: 8px;
    font-size: 0.98rem;
  }

  .homepage-azure .az-connect-callout--left {
    top: 10px;
    left: 10px;
  }

  .homepage-azure .az-connect-callout--right {
    right: 10px;
    bottom: 10px;
  }

  .homepage-azure .az-connect-banner-pips {
    bottom: 10px;
    padding: 8px 10px;
    gap: 7px;
  }

  .homepage-azure .az-connect-banner-pips i {
    width: 18px;
    height: 3px;
  }

  .homepage-azure .az-connect-card {
    gap: 20px;
    padding: 22px 12px 24px;
  }

  .homepage-azure .az-connect-copy h2 {
    font-size: clamp(42px, 12vw, 60px);
    max-width: none;
  }

  .homepage-azure .az-connect-copy p:last-child {
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .homepage-azure .az-connect-actions {
    width: 100%;
  }

  .homepage-azure .az-connect-button {
    width: 100%;
  }
}

@media (max-width: 1280px), (max-height: 900px) {
  .homepage-azure .az-bottom-dock,
  .subpage-azure .az-bottom-dock {
    left: 0.75rem !important;
    right: 0.75rem !important;
    transform: none !important;
    width: auto !important;
    max-width: none !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-padding-inline: 0.75rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .homepage-azure .az-bottom-dock::-webkit-scrollbar,
  .subpage-azure .az-bottom-dock::-webkit-scrollbar {
    display: none;
  }

  .homepage-azure .az-bottom-dock a,
  .subpage-azure .az-bottom-dock a {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}






