:root {
  --primary-dark: #1e2c3d;
  --accent-orange: #ff9933;
  --accent-purple: #6366f1;
  --accent-green: #10b981;
  --scaffold-light: #f8fafc;
  --surface: #ffffff;
  --search-bar: #2d3e50;
  --text-white: #ffffff;
  --text-main: #102033;
  --text-muted: #94a3b8;
  --dot-inactive: #475569;
  --border-soft: rgba(30, 44, 61, 0.1);
  --shadow-soft: 0 24px 80px rgba(12, 22, 35, 0.14);
  --shadow-card: 0 16px 40px rgba(30, 44, 61, 0.12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(99, 102, 241, 0.08), transparent 30%),
    radial-gradient(circle at top right, rgba(255, 153, 51, 0.12), transparent 28%),
    linear-gradient(180deg, #fbfdff 0%, #f8fafc 100%);
  color: var(--text-main);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.page-shell {
  overflow: clip;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(20px);
  background: rgba(248, 250, 252, 0.76);
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.header-row,
.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 84px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.brand img {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(255, 153, 51, 0.28);
}

.brand strong,
.site-nav,
.button,
.header-cta,
.faq-question,
.store-card strong {
  font-family: "Sora", "Segoe UI", sans-serif;
}

.brand strong {
  display: block;
  font-size: 1rem;
  line-height: 1.1;
}

.brand span {
  display: block;
  margin-top: 0.2rem;
  color: var(--text-muted);
  font-size: 0.85rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  color: var(--dot-inactive);
  font-size: 0.94rem;
}

.site-nav a {
  transition: color 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--primary-dark);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 0 1.2rem;
  font-size: 0.95rem;
  font-weight: 700;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.header-cta {
  background: var(--primary-dark);
  color: var(--text-white);
}

.header-cta:hover,
.button:hover,
.button:focus-visible,
.header-cta:focus-visible {
  transform: translateY(-2px);
}

.hero {
  position: relative;
  padding: 5rem 0 3.5rem;
}

.hero-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(12px);
  opacity: 0.9;
  pointer-events: none;
}

.hero-orb-left {
  width: 18rem;
  height: 18rem;
  top: 6rem;
  left: -4rem;
  background: linear-gradient(180deg, rgba(255, 153, 51, 0.34), rgba(255, 153, 51, 0));
}

.hero-orb-right {
  width: 22rem;
  height: 22rem;
  top: 2rem;
  right: -6rem;
  background: linear-gradient(180deg, rgba(99, 102, 241, 0.2), rgba(99, 102, 241, 0));
}

.hero-grid,
.workspace-grid {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 2rem;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.12);
  color: var(--accent-purple);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.eyebrow-light {
  background: rgba(255, 153, 51, 0.14);
  color: #b96814;
}

.hero-copy h1,
.section-heading h2,
.workspace-copy h2,
.coming-soon-copy h2 {
  margin: 1rem 0 0;
  font-family: "Sora", "Segoe UI", sans-serif;
  line-height: 1.03;
  letter-spacing: -0.04em;
}

.hero-copy h1 {
  max-width: 10ch;
  font-size: clamp(2.9rem, 6vw, 5.4rem);
}

.hero-copy h1 span {
  color: var(--accent-orange);
}

.hero-text,
.section-heading p,
.workspace-copy p,
.coming-soon-copy p,
.journey-card p,
.role-card li,
.feature-card p,
.workspace-checks p,
.workspace-list p,
.faq-answer p,
.footer-note,
.floating-summary p,
.glass-card p {
  color: #506074;
  line-height: 1.75;
}

.hero-text {
  max-width: 61ch;
  margin: 1.25rem 0 0;
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.button-primary {
  background: var(--accent-orange);
  color: var(--primary-dark);
  box-shadow: 0 16px 32px rgba(255, 153, 51, 0.28);
}

.button-secondary {
  border: 1px solid rgba(30, 44, 61, 0.14);
  background: rgba(255, 255, 255, 0.88);
  color: var(--primary-dark);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 0;
  margin: 2rem 0 0;
  list-style: none;
}

.hero-points li {
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-card);
  font-size: 0.95rem;
  color: var(--primary-dark);
}

.device-card {
  position: relative;
  max-width: 31rem;
  margin-inline: auto;
  padding: 1.15rem;
  border-radius: 40px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.72)),
    linear-gradient(135deg, rgba(255, 153, 51, 0.18), rgba(99, 102, 241, 0.18));
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.device-topbar {
  display: flex;
  gap: 0.4rem;
  padding: 0.25rem 0 0.9rem;
}

.device-topbar span {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 999px;
  background: rgba(71, 85, 105, 0.26);
}

.device-body {
  padding: 1.4rem;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(255, 153, 51, 0.14), transparent 34%),
    linear-gradient(180deg, #fefefe 0%, #f4f8fb 100%);
  border: 1px solid rgba(148, 163, 184, 0.12);
}

.device-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1.4rem;
}

.device-brand img {
  width: 68px;
  height: 68px;
  border-radius: 22px;
}

.device-brand strong {
  display: block;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 1.2rem;
}

.device-brand p {
  margin: 0.3rem 0 0;
  color: var(--text-muted);
}

.device-stack {
  display: grid;
  gap: 1rem;
}

.glass-card {
  padding: 1.2rem;
  border-radius: var(--radius-lg);
  color: var(--primary-dark);
  box-shadow: var(--shadow-card);
}

.glass-card strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 1.06rem;
}

.glass-card p {
  margin: 0.55rem 0 0;
}

.accent-orange {
  background: linear-gradient(180deg, rgba(255, 153, 51, 0.18), rgba(255, 255, 255, 0.95));
}

.accent-purple {
  background: linear-gradient(180deg, rgba(99, 102, 241, 0.18), rgba(255, 255, 255, 0.95));
}

.accent-green {
  background: linear-gradient(180deg, rgba(16, 185, 129, 0.18), rgba(255, 255, 255, 0.95));
}

.mini-label,
.role-tag,
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mini-label {
  color: var(--dot-inactive);
}

.floating-summary {
  position: absolute;
  right: -1rem;
  bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: min(22rem, 86%);
  padding: 1rem 1.1rem;
  border-radius: 22px;
  background: rgba(30, 44, 61, 0.95);
  box-shadow: var(--shadow-soft);
}

.floating-summary strong {
  display: block;
  color: var(--text-white);
}

.floating-summary p {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.74);
}

.floating-summary span {
  padding: 0.7rem 0.8rem;
  border-radius: 16px;
  background: rgba(255, 153, 51, 0.15);
  color: #ffd39d;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 0.84rem;
  white-space: nowrap;
}

.fit-section {
  padding: 0 0 2rem;
}

.fit-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
}

.fit-row span {
  padding: 0.78rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(99, 102, 241, 0.14);
  background: rgba(255, 255, 255, 0.78);
  color: var(--dot-inactive);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.section {
  padding: 5.5rem 0;
}

.section-dark {
  background:
    radial-gradient(circle at top left, rgba(255, 153, 51, 0.12), transparent 26%),
    linear-gradient(180deg, #182534 0%, #1e2c3d 100%);
  color: var(--text-white);
}

.section-dark .section-heading p,
.section-dark .role-card li {
  color: rgba(255, 255, 255, 0.76);
}

.section-heading {
  max-width: 45rem;
}

.section-heading h2 {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
}

.section-heading p {
  margin: 1rem 0 0;
}

.journey-grid,
.roles-grid,
.feature-grid {
  display: grid;
  gap: 1.25rem;
  margin-top: 2.2rem;
}

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

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

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

.journey-card,
.feature-card,
.role-card,
.workspace-panel-inner,
.coming-soon-card,
.faq-item {
  border-radius: var(--radius-xl);
}

.journey-card,
.feature-card {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-card);
}

.journey-card span {
  display: inline-flex;
  width: 2.6rem;
  height: 2.6rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 153, 51, 0.14);
  color: #ca6e06;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
}

.journey-card h3,
.feature-card h3,
.role-card h3 {
  margin: 1rem 0 0;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 1.22rem;
  line-height: 1.25;
}

.journey-card p,
.feature-card p {
  margin: 0.75rem 0 0;
}

.role-card {
  padding: 1.7rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 60px rgba(7, 14, 25, 0.16);
}

.role-tag {
  min-height: 32px;
  padding: 0 0.85rem;
  background: rgba(255, 153, 51, 0.16);
  color: #ffd39d;
}

.role-card ul {
  padding-left: 1.1rem;
  margin: 1rem 0 0;
}

.role-card li + li {
  margin-top: 0.8rem;
}

.workspace-section {
  padding-top: 4rem;
}

.workspace-copy h2,
.coming-soon-copy h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
}

.workspace-checks {
  display: grid;
  gap: 1rem;
  margin-top: 1.8rem;
}

.workspace-checks div {
  padding: 1.2rem 1.25rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--border-soft);
}

.workspace-checks strong,
.workspace-list strong,
.store-card span,
.coming-soon-copy .eyebrow {
  font-family: "Sora", "Segoe UI", sans-serif;
}

.workspace-checks p,
.workspace-list p {
  margin: 0.45rem 0 0;
}

.workspace-panel {
  position: relative;
}

.workspace-panel-inner {
  padding: 1.2rem;
  background:
    linear-gradient(180deg, rgba(30, 44, 61, 0.96), rgba(45, 62, 80, 0.96));
  box-shadow: var(--shadow-soft);
}

.workspace-header {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.workspace-header span {
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
}

.workspace-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.2rem;
}

.workspace-list article {
  padding: 1.15rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.workspace-list strong {
  display: block;
  margin-top: 0.8rem;
  color: var(--text-white);
}

.workspace-list p {
  color: rgba(255, 255, 255, 0.7);
}

.pill {
  min-height: 30px;
  padding: 0 0.75rem;
}

.pill-green {
  background: rgba(16, 185, 129, 0.16);
  color: #8df0ca;
}

.pill-purple {
  background: rgba(99, 102, 241, 0.16);
  color: #c7c8ff;
}

.pill-orange {
  background: rgba(255, 153, 51, 0.16);
  color: #ffd6a9;
}

.coming-soon-section {
  padding-top: 1rem;
}

.coming-soon-card {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.4rem;
  padding: 2rem;
  background:
    radial-gradient(circle at top left, rgba(255, 153, 51, 0.22), transparent 36%),
    linear-gradient(135deg, #ffffff 0%, #f1f6fb 100%);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
}

.store-badges {
  display: grid;
  gap: 1rem;
}

.store-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 132px;
  padding: 1.4rem;
  border-radius: var(--radius-lg);
  background: var(--primary-dark);
  box-shadow: var(--shadow-card);
}

.store-card span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
}

.store-card strong {
  margin-top: 0.45rem;
  color: var(--text-white);
  font-size: 1.45rem;
}

.faq-list {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.faq-item {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.faq-question {
  position: relative;
  width: 100%;
  padding: 1.35rem 4rem 1.35rem 1.35rem;
  border: 0;
  background: transparent;
  text-align: left;
  color: var(--primary-dark);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}

.faq-question::after,
.faq-question::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.55rem;
  width: 0.95rem;
  height: 2px;
  background: var(--accent-orange);
  border-radius: 999px;
  transition: transform 0.2s ease;
}

.faq-question::before {
  transform: rotate(90deg);
}

.faq-question[aria-expanded="true"]::before {
  transform: rotate(0deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.24s ease;
}

.faq-answer p {
  margin: 0;
  overflow: hidden;
  padding: 0 1.35rem 0;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.is-open .faq-answer p {
  padding-bottom: 1.35rem;
}

.site-footer {
  padding: 1.5rem 0 2.25rem;
}

.brand-footer img {
  width: 46px;
  height: 46px;
}

.footer-note {
  margin: 0;
}

.footer-copy {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.84rem;
}

.footer-meta {
  display: grid;
  gap: 0.5rem;
  justify-items: end;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-links a {
  color: var(--dot-inactive);
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 0.9rem;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--primary-dark);
}

.subpage-main {
  padding-bottom: 2rem;
}

.subpage-hero {
  padding: 5rem 0 1rem;
}

.subpage-hero-inner {
  max-width: 52rem;
}

.subpage-title {
  margin: 1rem 0 0;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.subpage-text {
  max-width: 62ch;
  margin: 1rem 0 0;
  color: #506074;
  line-height: 1.8;
  font-size: 1.05rem;
}

.subpage-section {
  padding-top: 2rem;
}

.placeholder-card {
  display: grid;
  gap: 1rem;
  max-width: 46rem;
  padding: 2rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
}

.placeholder-card h2 {
  margin: 0;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 1.8rem;
}

.placeholder-card p {
  margin: 0;
  color: #506074;
  line-height: 1.8;
}

.policy-layout {
  display: grid;
  gap: 1rem;
}

.policy-card {
  padding: 1.75rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-card);
}

.policy-card h2 {
  margin: 0 0 0.9rem;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}

.policy-card p,
.policy-card li {
  color: #506074;
  line-height: 1.8;
}

.policy-card p {
  margin: 0;
}

.policy-card p + p {
  margin-top: 0.9rem;
}

.policy-card ul {
  margin: 0.25rem 0 0;
  padding-left: 1.2rem;
}

.policy-card li + li {
  margin-top: 0.7rem;
}

.policy-card .button {
  margin-top: 1rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

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

@media (max-width: 1080px) {
  .hero-grid,
  .workspace-grid,
  .coming-soon-card,
  .journey-grid,
  .roles-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    max-width: 12ch;
  }

  .floating-summary {
    position: static;
    width: 100%;
    margin-top: 1rem;
  }
}

@media (max-width: 840px) {
  .site-nav {
    display: none;
  }

  .header-row,
  .footer-row {
    min-height: auto;
    padding: 1rem 0;
  }

  .section,
  .hero {
    padding: 4.2rem 0;
  }

  .hero-copy h1 {
    font-size: clamp(2.6rem, 11vw, 4rem);
  }

  .section-heading h2,
  .workspace-copy h2,
  .coming-soon-copy h2 {
    font-size: clamp(1.9rem, 7vw, 2.8rem);
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 1.25rem), var(--container));
  }

  .header-row,
  .footer-row,
  .hero-actions,
  .floating-summary {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-meta {
    justify-items: center;
  }

  .brand,
  .hero-points {
    justify-content: center;
  }

  .brand div,
  .footer-note,
  .footer-links,
  .hero-copy,
  .section-heading {
    text-align: center;
  }

  .footer-links {
    justify-content: center;
  }

  .hero-points {
    justify-content: center;
  }

  .device-card,
  .workspace-panel-inner,
  .coming-soon-card {
    border-radius: 28px;
  }

  .device-body {
    padding: 1rem;
  }

  .store-card {
    min-height: 110px;
  }
}
