body.inner-future {
  background:
    radial-gradient(circle at 15% 0, rgba(65, 201, 255, 0.12), transparent 26%),
    radial-gradient(circle at 100% 20%, rgba(74, 227, 181, 0.08), transparent 20%),
    linear-gradient(180deg, #040915 0%, #071121 52%, #09162a 100%);
}

.inner-future a {
  color: inherit;
}

.inner-future .studio-page {
  width: min(1280px, calc(100% - 2rem));
  margin: 1.25rem auto 0;
  display: grid;
  gap: 1rem;
}

.inner-future .studio-shell {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(104, 139, 205, 0.18);
  background:
    radial-gradient(circle at top right, rgba(65, 201, 255, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 24%),
    linear-gradient(160deg, rgba(10, 19, 35, 0.95), rgba(7, 13, 24, 0.98));
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.26);
  padding: 1.5rem;
}

.inner-future .studio-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(87, 191, 224, 0.08) 12.1% 12.2%, transparent 12.3% 56%, rgba(87, 191, 224, 0.08) 56.1% 56.2%, transparent 56.3%),
    linear-gradient(180deg, transparent 0 24%, rgba(87, 191, 224, 0.06) 24.1% 24.2%, transparent 24.3% 72%, rgba(87, 191, 224, 0.06) 72.1% 72.2%, transparent 72.3%);
  opacity: 0.34;
  pointer-events: none;
}

.inner-future .studio-shell > * {
  position: relative;
  z-index: 1;
}

.inner-future .studio-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
  gap: 1rem;
  align-items: stretch;
}

.inner-future .studio-hero-copy h1 {
  margin: 0.55rem 0 0.7rem;
  font-size: clamp(2.4rem, 4.4vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.inner-future .studio-hero-copy p {
  max-width: 60ch;
  margin: 0;
  color: #cad8f2;
}

.inner-future .studio-eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border: 1px solid rgba(103, 191, 232, 0.22);
  border-radius: 999px;
  padding: 0.32rem 0.72rem;
  background: rgba(65, 201, 255, 0.08);
  color: #c9f8ff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.inner-future .studio-actions {
  margin-top: 1.1rem;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.inner-future .studio-console,
.inner-future .studio-metric-stack,
.inner-future .studio-flow-mini {
  display: grid;
  gap: 0.85rem;
  align-content: start;
}

.inner-future .studio-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.inner-future .studio-chip-row span,
.inner-future .studio-flow-mini span {
  border: 1px solid rgba(105, 143, 206, 0.2);
  border-radius: 999px;
  padding: 0.36rem 0.7rem;
  background: rgba(10, 21, 36, 0.78);
  color: #d6e8ff;
  font-family: "Space Grotesk", "Verdana", sans-serif;
  font-size: 0.82rem;
}

.inner-future .studio-console-lines,
.inner-future .studio-metric-stack {
  padding: 1rem;
  border: 1px solid rgba(105, 143, 206, 0.16);
  border-radius: 24px;
  background: rgba(8, 16, 30, 0.65);
}

.inner-future .studio-console-lines span {
  display: block;
  color: #b4c6e4;
  font-family: "Space Grotesk", "Verdana", sans-serif;
  font-size: 0.92rem;
}

.inner-future .studio-console-lines span + span {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(105, 143, 206, 0.14);
}

.inner-future .studio-metric-stack {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.inner-future .studio-metric-card {
  padding: 1rem 0.8rem;
  border-radius: 20px;
  border: 1px solid rgba(105, 143, 206, 0.14);
  background: rgba(10, 19, 35, 0.75);
  text-align: center;
}

.inner-future .studio-metric-card strong {
  display: block;
  color: #eef7ff;
  font-size: 1.55rem;
  font-family: "Space Grotesk", "Verdana", sans-serif;
}

.inner-future .studio-metric-card span {
  color: #9db4d7;
  font-size: 0.84rem;
}

.inner-future .studio-section-head {
  margin-bottom: 1rem;
}

.inner-future .studio-section-head h2 {
  margin: 0.4rem 0 0;
  font-size: clamp(1.5rem, 2.6vw, 2.4rem);
}

.inner-future .studio-grid {
  display: grid;
  gap: 1rem;
}

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

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

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

.inner-future .studio-card {
  display: grid;
  gap: 0.65rem;
  min-height: 220px;
  padding: 1.2rem;
  border-radius: 24px;
  border: 1px solid rgba(106, 138, 199, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 26%),
    linear-gradient(160deg, rgba(16, 28, 47, 0.95), rgba(10, 18, 32, 0.98));
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.18);
  align-content: start;
  text-decoration: none;
  color: var(--text);
}

.inner-future .studio-card h3 {
  margin: 0;
  font-size: 1.32rem;
  color: #eef7ff;
}

.inner-future .studio-card p,
.inner-future .studio-card li,
.inner-future .studio-card a {
  color: #bfd0ea;
  margin: 0;
  text-decoration: none;
}

.inner-future .studio-card-tag {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(103, 191, 232, 0.22);
  background: rgba(65, 201, 255, 0.08);
  color: #d1faff;
  padding: 0.26rem 0.56rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.inner-future .studio-link-card {
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.inner-future .studio-link-card:hover {
  transform: translateY(-4px);
  border-color: rgba(74, 227, 181, 0.32);
  box-shadow: 0 26px 44px rgba(0, 0, 0, 0.22);
}

.inner-future .studio-link-arrow {
  margin-top: auto;
  font-weight: 800;
  color: #caf7ff;
}

.inner-future .studio-tier-featured {
  transform: translateY(-8px);
  border-color: rgba(74, 227, 181, 0.32);
}

.inner-future .studio-list {
  margin: 0;
  padding-right: 1rem;
  display: grid;
  gap: 0.45rem;
}

.inner-future .studio-timeline {
  display: grid;
  gap: 0.9rem;
}

.inner-future .studio-timeline-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.1rem 1.15rem;
  border-radius: 24px;
  border: 1px solid rgba(106, 138, 199, 0.18);
  background: rgba(10, 18, 32, 0.78);
}

.inner-future .studio-timeline-step > span {
  width: 50px;
  height: 50px;
  display: inline-grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(65, 201, 255, 0.1);
  border: 1px solid rgba(103, 191, 232, 0.2);
  color: #ebf6ff;
  font-family: "Space Grotesk", "Verdana", sans-serif;
  font-weight: 700;
}

.inner-future .studio-timeline-step h3 {
  margin: 0 0 0.35rem;
}

.inner-future .studio-timeline-step p {
  margin: 0;
  color: #bfd0ea;
}

.inner-future .studio-faq {
  display: grid;
  gap: 0.75rem;
}

.inner-future .studio-faq details {
  border: 1px solid rgba(106, 138, 199, 0.18);
  border-radius: 20px;
  background: rgba(10, 18, 32, 0.76);
  padding: 1rem 1.05rem;
}

.inner-future .studio-faq summary {
  cursor: pointer;
  font-weight: 800;
  color: #eef7ff;
}

.inner-future .studio-faq p {
  margin: 0.7rem 0 0;
  color: #bfd0ea;
}

.inner-future .studio-single-cta {
  min-height: auto;
}

.inner-future .studio-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1rem;
}

.inner-future .studio-contact-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.inner-future .studio-form {
  gap: 0.6rem;
  padding: 1.3rem;
}

.inner-future .studio-form label {
  font-weight: 700;
}

.inner-future .studio-form input,
.inner-future .studio-form textarea,
.inner-future .studio-form select {
  border-radius: 14px;
  background: rgba(12, 21, 35, 0.78);
  border: 1px solid rgba(106, 138, 199, 0.16);
  color: var(--text);
}

.inner-future .studio-form input::placeholder,
.inner-future .studio-form textarea::placeholder {
  color: #89a0c7;
}

.inner-future .studio-form input:focus,
.inner-future .studio-form textarea:focus,
.inner-future .studio-form select:focus {
  border-color: rgba(74, 227, 181, 0.38);
  box-shadow: 0 0 0 3px rgba(74, 227, 181, 0.08);
}

@media (max-width: 1100px) {
  .inner-future .studio-hero,
  .inner-future .studio-contact-layout,
  .inner-future .studio-grid-3,
  .inner-future .studio-grid-4 {
    grid-template-columns: 1fr;
  }

  .inner-future .studio-metric-stack,
  .inner-future .studio-contact-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .inner-future .studio-tier-featured {
    transform: none;
  }
}

@media (max-width: 760px) {
  .inner-future .studio-page {
    width: calc(100% - 1rem);
    margin-top: 0.7rem;
  }

  .inner-future .studio-shell {
    border-radius: 24px;
    padding: 1rem;
  }

  .inner-future .studio-hero-copy h1 {
    font-size: clamp(2rem, 9vw, 2.9rem);
  }

  .inner-future .studio-grid-2,
  .inner-future .studio-metric-stack,
  .inner-future .studio-contact-cards {
    grid-template-columns: 1fr;
  }

  .inner-future .studio-timeline-step {
    grid-template-columns: 1fr;
  }

  .inner-future .studio-actions {
    flex-direction: column;
    align-items: flex-start;
  }
}
