@import url('https://fonts.googleapis.com/css2?family=Syncopate:wght@400;700&family=Instrument+Sans:wght@400;500;600;700&display=swap');

:root {
  --bg: #050505;
  --bg-soft: rgba(255, 255, 255, 0.04);
  --panel: rgba(255, 255, 255, 0.06);
  --panel-strong: rgba(255, 255, 255, 0.08);
  --border: rgba(255, 255, 255, 0.1);
  --border-strong: rgba(239, 232, 211, 0.28);
  --text: rgba(255, 255, 255, 0.94);
  --text-soft: rgba(255, 255, 255, 0.68);
  --text-muted: rgba(255, 255, 255, 0.44);
  --accent: #efe8d3;
  --green: #86efac;
  --shadow: 0 30px 120px rgba(0, 0, 0, 0.42);
  --radius-lg: 2rem;
  --radius-md: 1.5rem;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  font-family: 'Instrument Sans', 'Segoe UI', sans-serif;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.08), transparent 30%),
    linear-gradient(180deg, #090909 0%, #050505 42%, #060606 100%);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

button,
a {
  color: inherit;
}

a {
  text-decoration: none;
}

::selection {
  background: rgba(239, 232, 211, 0.22);
  color: #ffffff;
}

#app,
.site-shell {
  min-height: 100vh;
}

.site-shell {
  position: relative;
  overflow: hidden;
}

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

.site-glow-top {
  inset: 0 auto auto 50%;
  width: 72rem;
  height: 32rem;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15), transparent 58%);
}

.site-glow-right {
  top: 12rem;
  right: -10rem;
  width: 28rem;
  height: 28rem;
  background: radial-gradient(circle, rgba(134, 239, 172, 0.12), transparent 62%);
}

.site-glow-left {
  top: 28rem;
  left: -8rem;
  width: 22rem;
  height: 22rem;
  background: radial-gradient(circle, rgba(239, 232, 211, 0.14), transparent 62%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(20px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 0;
}

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

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--accent);
  font-size: 1.45rem;
  line-height: 1;
}

.brand-mark-glyph {
  display: block;
  line-height: 1;
  transform: translate(0.00em, -0.20em);
}

.brand strong,
.footer-title,
.phone-brand,
.hero-section h1,
.section-title,
.story-number,
.feature-card h3,
.info-card h3,
.timeline-item h3,
.cta-card h2,
.support-hero h1,
.contact-card h2 {
  font-family: 'Syncopate', 'Arial Black', sans-serif;
}

.brand strong {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
}

.brand small {
  display: block;
  margin-top: 0.25rem;
  color: var(--text-muted);
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.main-nav a,
.support-chip,
.footer-links a,
.button {
  transition: all 0.25s ease;
}

.main-nav a {
  padding: 0.7rem 1rem;
  border-radius: 999px;
  color: var(--text-soft);
  font-size: 0.92rem;
}

.main-nav a:hover,
.footer-links a:hover,
.support-chip:hover {
  color: #ffffff;
}

.main-nav a:hover {
  background: rgba(255, 255, 255, 0.08);
}

.main-nav a.is-active {
  background: #ffffff;
  color: #060606;
}

.support-chip {
  padding: 0.7rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-soft);
  font-size: 0.92rem;
}

.support-chip.is-active {
  border-color: rgba(255, 255, 255, 0.24);
  background: #ffffff;
  color: #060606;
}

.hero-section {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 4rem;
  align-items: center;
  padding: 4.5rem 0 2.5rem;
}

.hero-chip,
.mini-label,
.section-eyebrow,
.card-subtitle,
.metric-pill,
.gallery-index,
.phone-caption,
.phone-live,
.footer-text,
.story-text,
.contact-block p,
.meta-card p,
.support-lead,
.faq-item p {
  letter-spacing: 0.02em;
}

.hero-chip,
.mini-label,
.section-eyebrow,
.phone-caption,
.phone-live,
.gallery-index,
.metric-pill {
  text-transform: uppercase;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-soft);
  font-size: 0.72rem;
  letter-spacing: 0.3em;
}

.status-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 16px rgba(134, 239, 172, 0.9);
}

.hero-section h1 {
  margin: 1.8rem 0 0;
  max-width: 14ch;
  font-size: clamp(3rem, 7vw, 5.5rem);
  line-height: 0.95;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-text,
.hero-note,
.section-description,
.card-text,
.timeline-item p,
.cta-card p,
.story-text,
.info-card p,
.gallery-overlay-card p,
.gallery-card-copy p,
.faq-item p,
.contact-card p {
  line-height: 1.9;
}

.hero-text {
  margin-top: 1.5rem;
  max-width: 44rem;
  color: var(--text-soft);
  font-size: 1.06rem;
}

.hero-note {
  margin-top: 1rem;
  max-width: 34rem;
  color: var(--text-muted);
  font-size: 0.94rem;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.96rem;
}

.button-primary {
  background: #ffffff;
  color: #050505;
}

.button-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 48px rgba(255, 255, 255, 0.16);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-soft);
}

.button-secondary:hover,
.back-button:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.6rem;
}

.hero-stats article,
.feature-card,
.glass-card,
.info-card,
.timeline-item,
.gallery-card,
.faq-item,
.meta-card {
  border: 1px solid var(--border);
  background: var(--bg-soft);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.hero-stats article {
  padding: 1.35rem;
  border-radius: 1.75rem;
}

.hero-stats h3,
.feature-card h3,
.info-card h3,
.gallery-card h3,
.timeline-item h3,
.faq-item h3,
.contact-card h3,
.meta-card h3 {
  margin: 0.8rem 0 0;
  font-size: 1rem;
}

.hero-stats article p:last-child {
  margin: 0.55rem 0 0;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

.hero-visual {
  position: relative;
}

.phone-mockup {
  position: relative;
  max-width: 28rem;
  margin: 0 auto;
  padding: 1rem;
  border: 1px solid rgba(239, 232, 211, 0.2);
  border-radius: 2.2rem;
  background: rgba(13, 13, 13, 0.92);
  box-shadow: var(--shadow);
}

.phone-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.4rem;
  background: rgba(0, 0, 0, 0.7);
}

.phone-brand {
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.phone-caption {
  margin: 0.3rem 0 0;
  color: var(--text-muted);
  font-size: 0.68rem;
  letter-spacing: 0.3em;
}

.phone-live {
  color: var(--accent);
  font-size: 0.72rem;
  letter-spacing: 0.24em;
}

.phone-screen {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(239, 232, 211, 0.18);
  border-radius: 1.65rem;
  background: #050505;
}

.phone-screen img {
  display: block;
  width: 100%;
  height: 36rem;
  object-fit: contain;
  object-position: center;
}

.phone-spiral {
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.36);
}

.phone-spiral {
  top: 2.8rem;
  right: 2.4rem;
  width: 66%;
  height: 74%;
  border-radius: 999px;
}

.phone-overlay-card,
.gallery-overlay-card {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.4rem;
  background: rgba(0, 0, 0, 0.56);
  backdrop-filter: blur(14px);
}

.phone-overlay-card p:last-child,
.gallery-overlay-card p:last-child {
  margin: 0.75rem 0 0;
  color: var(--text-soft);
  font-size: 0.93rem;
}

.section-spacing {
  padding: 5.5rem 0 0;
}

.split-layout,
.workflow-grid,
.support-layout {
  display: grid;
  gap: 2rem;
}

.split-layout {
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
  padding-top: 3rem;
}

.story-figure {
  padding: 2rem;
  border-radius: var(--radius-lg);
}

.story-number {
  margin: 1rem 0 0;
  color: var(--accent);
  font-size: clamp(4rem, 9vw, 6rem);
  line-height: 0.95;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story-text {
  margin: 1.2rem 0 0;
  color: var(--text-soft);
  font-size: 0.96rem;
}

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

.section-heading-center {
  margin-inline: auto;
  text-align: center;
}

.section-eyebrow,
.mini-label {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.72rem;
  letter-spacing: 0.34em;
}

.section-title {
  margin: 1rem 0 0;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-description {
  margin: 1rem 0 0;
  color: var(--text-soft);
  font-size: 1rem;
}

.story-grid,
.feature-grid,
.support-meta-grid {
  display: grid;
  gap: 1.25rem;
}

.story-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2rem;
}

.info-card {
  padding: 1.5rem;
  border-radius: 1.75rem;
}

.info-card p,
.feature-card p,
.gallery-card-copy p,
.faq-item p,
.meta-card p,
.contact-block p {
  color: var(--text-soft);
  font-size: 0.94rem;
}

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

.feature-card {
  position: relative;
  overflow: hidden;
  padding: 1.7rem;
  border-radius: var(--radius-lg);
}

.feature-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(239, 232, 211, 0.65), transparent);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.feature-card:hover::before {
  opacity: 1;
}

.feature-card:hover,
.info-card:hover,
.timeline-item:hover,
.gallery-card:hover,
.faq-item:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.18);
}

.card-subtitle {
  margin: 0.45rem 0 0;
  color: var(--text-muted);
  font-size: 0.76rem;
  letter-spacing: 0.24em;
}

.metric-pill {
  display: inline-flex;
  margin-top: 1.4rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.3);
  color: var(--text-soft);
  font-size: 0.72rem;
  letter-spacing: 0.28em;
}

.card-text {
  margin: 1rem 0 0;
}

.gallery-layout {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 13rem));
  justify-content: center;
  gap: 1.25rem;
  margin-top: 2rem;
}

.gallery-card {
  padding: 0.9rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--bg-soft);
}

.gallery-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 1.55rem;
  background: #050505;
}

.gallery-image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.strip-image img {
  height: 23rem;
}

.gallery-card-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.9rem 0.25rem 0.15rem;
}

.gallery-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.1rem;
  margin-top: 0.9rem;
  padding: 0.3rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: var(--text-muted);
  font-size: 0.68rem;
}

.gallery-card-copy .mini-label {
  margin: 0;
}

.workflow-grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

.timeline-list,
.faq-list {
  display: grid;
  gap: 1rem;
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: 1.85rem;
}

.timeline-main {
  display: flex;
  gap: 1rem;
}

.timeline-index,
.faq-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 3.1rem;
  height: 3.1rem;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.44);
  color: var(--accent);
  font-family: 'Syncopate', 'Arial Black', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
}

.timeline-item p,
.faq-item p {
  margin: 0.7rem 0 0;
}

.cta-section {
  padding: 2rem 0 6rem;
}

.cta-card,
.contact-card {
  padding: 2rem;
  border: 1px solid rgba(239, 232, 211, 0.15);
  border-radius: 2.2rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}

.cta-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 1rem;
}

.cta-card h2,
.support-hero h1,
.contact-card h2 {
  margin: 1rem 0 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cta-card p {
  max-width: 46rem;
  margin: 1rem 0 0;
  color: var(--text-soft);
}

.support-hero {
  padding-top: 4.8rem;
}

.support-lead {
  max-width: 52rem;
  margin: 1rem 0 0;
  color: var(--text-soft);
  font-size: 1rem;
}

.support-layout {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: start;
}

.policy-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 2rem;
  align-items: start;
}

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

.policy-card {
  padding: 1.6rem;
  border: 1px solid var(--border);
  border-radius: 1.85rem;
  background: var(--bg-soft);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.policy-card h3,
.policy-side-card h2,
.policy-side-card h3 {
  margin: 0;
}

.policy-card p,
.policy-card li,
.policy-side-card p,
.policy-side-card li {
  color: var(--text-soft);
  line-height: 1.9;
}

.policy-card ul,
.policy-side-card ul {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

.policy-card p,
.policy-side-card p {
  margin: 1rem 0 0;
}

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

.policy-side-card {
  padding: 1.7rem;
  border: 1px solid rgba(239, 232, 211, 0.15);
  border-radius: 1.9rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}

.policy-side-card h2 {
  margin-top: 0.9rem;
  font-family: 'Syncopate', 'Arial Black', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.policy-side-card h3 {
  margin-top: 1.2rem;
  font-size: 1rem;
}

.policy-side-card a {
  color: #ffffff;
}

.faq-item {
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: 1.75rem;
}

.faq-item h3 {
  margin: 0;
  font-size: 1rem;
}

.support-aside {
  display: grid;
  gap: 1rem;
}

.contact-block,
.meta-card {
  margin-top: 1.5rem;
  padding: 1.3rem;
  border-radius: 1.4rem;
  background: rgba(0, 0, 0, 0.35);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1rem;
}

.contact-grid p {
  margin: 0;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
}

.contact-grid span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--text-muted);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.contact-grid strong {
  display: block;
  color: #ffffff;
  font-size: 0.96rem;
  font-weight: 600;
  word-break: break-word;
}

.contact-email {
  word-break: break-all;
  color: #ffffff;
  font-size: 1rem;
}

.support-meta-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

.meta-card h3,
.contact-block h3 {
  margin: 0;
  font-size: 0.98rem;
}

.back-button {
  width: fit-content;
}

.site-footer {
  position: relative;
  z-index: 1;
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.6);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem 0;
}

.footer-title {
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.footer-text {
  max-width: 40rem;
  margin: 0.45rem 0 0;
  color: var(--text-muted);
  font-size: 0.92rem;
}

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

.footer-links a {
  padding: 0.7rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: var(--text-soft);
}

@media (max-width: 1080px) {
  .hero-section,
  .split-layout,
  .workflow-grid,
  .support-layout,
  .policy-layout,
  .cta-row {
    grid-template-columns: 1fr;
  }

  .hero-section,
  .cta-row {
    display: grid;
  }

  .gallery-layout {
    grid-template-columns: repeat(2, minmax(0, 14rem));
  }
}

@media (max-width: 920px) {
  .gallery-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .header-inner,
  .footer-inner,
  .timeline-item,
  .cta-row {
    align-items: flex-start;
  }

  .main-nav {
    display: none;
  }

  .hero-section {
    gap: 2.5rem;
    padding-top: 3rem;
  }

  .hero-stats,
  .story-grid,
  .feature-grid,
  .support-meta-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .timeline-item,
  .faq-item,
  .footer-inner,
  .header-inner {
    flex-direction: column;
  }

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

  .timeline-main {
    flex-direction: column;
  }

  .strip-image img,
  .phone-screen img {
    height: 28rem;
  }

  .gallery-layout {
    grid-template-columns: 1fr;
    max-width: 22rem;
    margin-inline: auto;
  }
}
