:root {
  --bg: #f6f0ff;
  --bg-2: #fff8ef;
  --surface: rgba(255, 255, 255, 0.68);
  --surface-strong: rgba(255, 255, 255, 0.84);
  --line: rgba(70, 44, 96, 0.12);
  --line-strong: rgba(70, 44, 96, 0.18);
  --text: #221a2f;
  --muted: #6f6283;
  --accent: #37d7c4;
  --accent-2: #7d7cff;
  --accent-3: #ff78bd;
  --accent-4: #ffb86a;
  --mono: "IBM Plex Mono", monospace;
  --display: "Space Grotesk", sans-serif;
  --shadow: 0 30px 80px rgba(130, 92, 168, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at 8% 12%, rgba(125, 124, 255, 0.22), transparent 24%),
    radial-gradient(circle at 88% 14%, rgba(255, 120, 189, 0.2), transparent 24%),
    radial-gradient(circle at 60% 52%, rgba(55, 215, 196, 0.14), transparent 22%),
    radial-gradient(circle at 28% 82%, rgba(255, 184, 106, 0.18), transparent 18%),
    linear-gradient(180deg, #faf5ff 0%, #f7f7ff 38%, #fff9f2 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.3) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.3) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at center, black 25%, transparent 88%);
  opacity: 0.3;
  pointer-events: none;
}

.noise {
  position: fixed;
  inset: 0;
  opacity: 0.08;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.95) 0 0.8px, transparent 1px),
    radial-gradient(circle at 80% 40%, rgba(255,255,255,0.8) 0 0.7px, transparent 0.9px),
    radial-gradient(circle at 60% 80%, rgba(255,255,255,0.8) 0 0.8px, transparent 1px);
  background-size: 160px 160px;
  pointer-events: none;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.page-shell {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 22px 80px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0 28px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--display);
  font-weight: 700;
}

.logo-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: white;
  background: linear-gradient(135deg, var(--accent-2), var(--accent-3));
  box-shadow: 0 14px 30px rgba(125, 124, 255, 0.26);
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
}

.button,
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-1px);
}

.button-primary,
.nav-cta {
  color: white;
  background: linear-gradient(135deg, var(--accent-2), var(--accent-3));
  box-shadow: 0 16px 34px rgba(125, 124, 255, 0.22);
}

.button-secondary {
  color: var(--text);
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.55);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 28px;
  padding: 28px 0 18px;
  align-items: start;
}

.eyebrow {
  margin: 0 0 12px;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-2);
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  max-width: 10.5ch;
  font-family: var(--display);
  font-size: clamp(3rem, 6vw, 6.1rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.hero-text {
  max-width: 58ch;
  margin-top: 18px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-metrics,
.proof-grid,
.looks-grid,
.testimonial-grid {
  display: grid;
  gap: 18px;
}

.hero-metrics {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
}

.metric-card,
.proof-card,
.service-card,
.layer-card,
.process-card,
.reason-card,
.contact-card,
.contact-form-wrap,
.faq-list details,
.signal-card,
.frame-card,
.mini-console,
.look-card,
.testimonial-card,
.showcase-primary,
.mini-shot {
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.metric-card,
.proof-card {
  padding: 20px;
  border-radius: 22px;
}

.metric-card strong,
.proof-card strong,
.contact-card strong,
.reason-card strong,
.layer-card strong {
  display: block;
  margin-bottom: 8px;
}

.metric-card span,
.proof-card p,
.frame-copy span,
.signal-main p,
.service-card p,
.layer-card span,
.process-card p,
.reason-card p,
.faq-list p,
.contact-copy p,
.contact-card span,
.screen-copy span,
.look-card p,
.look-card li {
  color: var(--muted);
  line-height: 1.7;
}

.hero-stage {
  position: relative;
  display: grid;
  gap: 16px;
  min-height: 720px;
}

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

.orb-a {
  width: 220px;
  height: 220px;
  top: 18px;
  right: 30px;
  background: rgba(125, 124, 255, 0.22);
}

.orb-b {
  width: 200px;
  height: 200px;
  bottom: 40px;
  left: 20px;
  background: rgba(55, 215, 196, 0.22);
}

.signal-main {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(125, 124, 255, 0.14), rgba(55, 215, 196, 0.14) 45%, rgba(255, 120, 189, 0.14)),
    var(--surface-strong);
}

.signal-main::after {
  content: "";
  position: absolute;
  inset: auto -20% -20% 20%;
  height: 180px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.5), transparent 65%);
  transform: rotate(-5deg);
}

.signal-topline,
.form-topline,
.showcase-topline,
.look-badge,
.proof-card small,
.testimonial-card span {
  font-family: var(--mono);
}

.signal-topline,
.form-topline,
.showcase-topline {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7b6f93;
}

.signal-main h2 {
  margin-top: 18px;
  max-width: 12ch;
  font-size: 2rem;
  line-height: 1;
}

.signal-main p {
  max-width: 42ch;
  margin-top: 14px;
}

.waveform {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 8px;
  align-items: end;
  height: 96px;
  margin-top: 24px;
}

.waveform span {
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent-2), var(--accent));
  animation: pulseBars 2.4s ease-in-out infinite;
}

.waveform span:nth-child(1) { height: 36%; animation-delay: 0s; }
.waveform span:nth-child(2) { height: 66%; animation-delay: 0.12s; }
.waveform span:nth-child(3) { height: 42%; animation-delay: 0.18s; }
.waveform span:nth-child(4) { height: 82%; animation-delay: 0.24s; }
.waveform span:nth-child(5) { height: 58%; animation-delay: 0.3s; }
.waveform span:nth-child(6) { height: 95%; animation-delay: 0.36s; }
.waveform span:nth-child(7) { height: 51%; animation-delay: 0.42s; }
.waveform span:nth-child(8) { height: 72%; animation-delay: 0.48s; }
.waveform span:nth-child(9) { height: 39%; animation-delay: 0.54s; }
.waveform span:nth-child(10) { height: 88%; animation-delay: 0.6s; }
.waveform span:nth-child(11) { height: 47%; animation-delay: 0.66s; }
.waveform span:nth-child(12) { height: 64%; animation-delay: 0.72s; }

.signal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.signal-tags span {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: #5b5372;
  font-size: 0.86rem;
}

.frame-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 16px;
}

.frame-card {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  border-radius: 24px;
  padding: 18px;
}

.frame-image,
.look-image,
.showcase-image,
.mini-shot-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.frame-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.34), transparent 30%),
    linear-gradient(180deg, rgba(125, 124, 255, 0.12), rgba(55, 215, 196, 0.12)),
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(23, 17, 37, 0.22));
  pointer-events: none;
  z-index: 1;
}

.frame-tall {
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 120, 189, 0.34), transparent 28%),
    linear-gradient(180deg, rgba(255, 243, 252, 0.84), rgba(241, 246, 255, 0.9));
}

.frame-wide {
  background:
    radial-gradient(circle at 20% 25%, rgba(55, 215, 196, 0.3), transparent 22%),
    linear-gradient(180deg, rgba(244, 247, 255, 0.88), rgba(255, 248, 241, 0.9));
}

.frame-label,
.look-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 999px;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #695f83;
  background: rgba(255,255,255,0.62);
}

.frame-glow {
  position: absolute;
  inset: auto 16px 88px auto;
  width: 84px;
  height: 84px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,120,189,0.65), transparent 68%);
  filter: blur(8px);
}

.frame-copy {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
}

.frame-copy strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.12rem;
}

.mini-console {
  padding: 16px 18px;
  border-radius: 20px;
  font-family: var(--mono);
  background: rgba(255, 255, 255, 0.58);
}

.console-line {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(70, 44, 96, 0.08);
}

.console-line:last-child {
  border-bottom: 0;
}

.console-line span {
  color: var(--muted);
  text-transform: uppercase;
  font-size: 0.75rem;
}

.console-line strong {
  font-size: 0.83rem;
  color: #4b4260;
}

.brand-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 18px 0 8px;
}

.brand-strip span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #63577a;
  background: rgba(255,255,255,0.5);
  font-size: 0.9rem;
}

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

.proof-card small {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--accent-2);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.section {
  padding-top: 88px;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 26px;
}

.section-heading h2 {
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-card {
  min-height: 240px;
  padding: 22px;
  border-radius: 24px;
}

.service-card small {
  display: inline-block;
  margin-bottom: 16px;
  font-family: var(--mono);
  color: var(--accent-2);
}

.feature-a { background: linear-gradient(180deg, rgba(55,215,196,0.12), rgba(255,255,255,0.68)); }
.feature-b { background: linear-gradient(180deg, rgba(125,124,255,0.14), rgba(255,255,255,0.68)); }
.feature-c { background: linear-gradient(180deg, rgba(255,120,189,0.14), rgba(255,255,255,0.68)); }
.feature-d { background: linear-gradient(180deg, rgba(255,184,106,0.14), rgba(255,255,255,0.68)); }

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

.look-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  padding: 20px;
  border-radius: 26px;
}

.look-art {
  position: relative;
  height: 210px;
  margin: 16px 0 18px;
  border-radius: 22px;
  overflow: hidden;
}

.look-art::before,
.look-art::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.look-neon {
  background:
    radial-gradient(circle at 20% 18%, rgba(125,124,255,0.14), transparent 20%),
    linear-gradient(180deg, rgba(255,255,255,0.74), rgba(248,245,255,0.82));
}

.look-neon .look-art {
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 120, 189, 0.4), transparent 25%),
    radial-gradient(circle at 30% 65%, rgba(55,215,196,0.26), transparent 24%),
    linear-gradient(180deg, rgba(232, 227, 255, 0.98), rgba(244, 250, 255, 0.96));
}

.look-neon .look-art::before {
  inset: 18px 34px 18px 34px;
  border-radius: 999px 999px 34px 34px;
  background:
    radial-gradient(circle at 50% 26%, rgba(255,255,255,0.55), transparent 18%),
    linear-gradient(180deg, rgba(255,255,255,0.34), rgba(255,255,255,0.12));
  border: 1px solid rgba(255,255,255,0.35);
}

.look-neon .look-art::after {
  inset: auto 24px 18px 24px;
  height: 46px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,120,189,0.3), rgba(55,215,196,0.28), rgba(125,124,255,0.28));
}

.look-cinema {
  background:
    radial-gradient(circle at 80% 15%, rgba(125,124,255,0.12), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,0.74), rgba(248,245,255,0.82));
}

.look-cinema .look-art {
  background:
    radial-gradient(circle at 70% 26%, rgba(244, 199, 102, 0.3), transparent 14%),
    linear-gradient(180deg, rgba(233, 237, 255, 0.98), rgba(245, 244, 255, 0.96));
}

.look-cinema .look-art::before {
  inset: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.4), transparent 45%),
    linear-gradient(135deg, rgba(255,255,255,0.18), transparent 35%);
  clip-path: polygon(0 72%, 18% 58%, 34% 62%, 55% 43%, 72% 50%, 100% 24%, 100% 100%, 0 100%);
}

.look-cinema .look-art::after {
  inset: auto 26px 18px 26px;
  height: 62px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.14), rgba(125,124,255,0.08));
}

.look-editorial {
  background:
    radial-gradient(circle at 20% 12%, rgba(255,120,189,0.12), transparent 20%),
    linear-gradient(180deg, rgba(255,255,255,0.76), rgba(255,247,243,0.84));
}

.look-editorial .look-art {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.44), transparent 36%),
    linear-gradient(180deg, rgba(255, 231, 247, 0.98), rgba(247, 243, 255, 0.96));
}

.look-editorial .look-art::before {
  inset: 16px 22px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.45), rgba(255,255,255,0.16));
  clip-path: polygon(12% 0, 88% 0, 100% 16%, 100% 84%, 88% 100%, 12% 100%, 0 84%, 0 16%);
}

.look-editorial .look-art::after {
  inset: 24px auto 24px 26px;
  width: 42%;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.26), transparent);
}

.look-card h3 {
  margin-bottom: 10px;
}

.look-card ul {
  margin: 16px 0 0;
  padding-left: 18px;
}

.system-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 18px;
  padding: 26px;
  border-radius: 30px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 85% 20%, rgba(125, 124, 255, 0.12), transparent 18%),
    radial-gradient(circle at 10% 80%, rgba(55, 215, 196, 0.12), transparent 18%),
    var(--surface);
  box-shadow: var(--shadow);
}

.system-copy p:not(.eyebrow) {
  margin-top: 16px;
  max-width: 58ch;
}

.system-layers {
  display: grid;
  gap: 14px;
}

.layer-card {
  min-height: 128px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255,255,255,0.48);
}

.layer-card span {
  display: block;
  margin-bottom: 12px;
  font-family: var(--mono);
  font-size: 0.78rem;
  color: var(--accent-2);
  text-transform: uppercase;
}

.showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 18px;
}

.showcase-primary {
  border-radius: 28px;
  padding: 22px;
}

.showcase-topline {
  margin-bottom: 16px;
  font-size: 0.76rem;
  color: #7b6f93;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.showcase-screen {
  position: relative;
  min-height: 360px;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(55,215,196,0.18), transparent 20%),
    radial-gradient(circle at 82% 20%, rgba(255,120,189,0.16), transparent 22%),
    linear-gradient(180deg, rgba(244,246,255,0.96), rgba(248,241,255,0.98));
}

.showcase-screen::before {
  content: "";
  position: absolute;
  inset: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.44), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,0.18), transparent 28%);
  clip-path: polygon(0 76%, 12% 63%, 30% 54%, 43% 61%, 59% 38%, 74% 51%, 100% 24%, 100% 100%, 0 100%);
  z-index: 1;
}

.screen-scan {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(103,255,215,0.12), transparent);
  transform: translateY(-100%);
  animation: scan 5.2s linear infinite;
  z-index: 2;
}

.screen-copy {
  position: absolute;
  left: 22px;
  bottom: 22px;
  right: 22px;
  z-index: 3;
}

.screen-copy strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.18rem;
}

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

.mini-shot {
  position: relative;
  min-height: 170px;
  border-radius: 22px;
  overflow: hidden;
  padding: 18px;
}

.mini-shot span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  right: 18px;
  z-index: 1;
  font-weight: 700;
}

.mini-shot::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.42), transparent 40%);
  z-index: 1;
}

.shot-a { background: radial-gradient(circle at 50% 25%, rgba(55,215,196,0.24), transparent 22%), linear-gradient(180deg, rgba(242,248,255,0.96), rgba(250,245,255,0.96)); }
.shot-b { background: radial-gradient(circle at 20% 22%, rgba(255,120,189,0.24), transparent 24%), linear-gradient(180deg, rgba(255,242,249,0.96), rgba(249,244,255,0.96)); }
.shot-c { background: radial-gradient(circle at 80% 18%, rgba(125,124,255,0.24), transparent 22%), linear-gradient(180deg, rgba(242,244,255,0.96), rgba(248,245,255,0.96)); }
.shot-d { background: radial-gradient(circle at 25% 18%, rgba(244,199,102,0.2), transparent 18%), linear-gradient(180deg, rgba(255,248,239,0.96), rgba(248,244,255,0.96)); }

.process-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.process-card {
  min-height: 220px;
  padding: 22px;
  border-radius: 24px;
}

.process-card span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--accent-2);
  font-family: var(--display);
  font-size: 1.32rem;
}

.contrast-section .reason-grid,
.testimonial-grid {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 18px;
}

.reason-card,
.testimonial-card {
  min-height: 190px;
  padding: 22px;
  border-radius: 24px;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  border-radius: 20px;
  padding: 20px 22px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
}

.faq-list p {
  margin-top: 12px;
}

.testimonial-card p {
  margin-bottom: 18px;
  color: #312741;
  line-height: 1.8;
  font-size: 1.02rem;
}

.testimonial-card strong {
  display: block;
  margin-bottom: 6px;
}

.testimonial-card span {
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.9fr);
  gap: 24px;
  padding-bottom: 20px;
}

.contact-copy p:not(.eyebrow) {
  max-width: 54ch;
  line-height: 1.8;
}

.contact-cards {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.contact-card {
  border-radius: 20px;
  padding: 18px;
}

.contact-form-wrap {
  border-radius: 28px;
  padding: 22px;
  background: var(--surface-strong);
}

.form-topline {
  margin-bottom: 18px;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.field-row {
  display: grid;
  gap: 8px;
}

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

.field-row input,
.field-row select,
.field-row textarea {
  width: 100%;
  padding: 14px 16px;
  color: var(--text);
  border: 1px solid rgba(70, 44, 96, 0.12);
  border-radius: 16px;
  background: rgba(255,255,255,0.68);
}

.field-row label {
  font-size: 0.92rem;
  color: #483d5e;
}

.submit-button {
  width: 100%;
  margin-top: 4px;
}

.flash {
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 16px;
}

.flash-success {
  color: white;
  background: linear-gradient(135deg, var(--accent-2), var(--accent-3));
}

.flash-error {
  color: white;
  background: rgba(185, 54, 54, 0.78);
}

@keyframes pulseBars {
  0%, 100% { opacity: 0.55; transform: scaleY(0.85); }
  50% { opacity: 1; transform: scaleY(1.06); }
}

@keyframes scan {
  0% { transform: translateY(-100%); }
  100% { transform: translateY(140%); }
}

@media (max-width: 1120px) {
  .hero,
  .system-panel,
  .contact-section,
  .service-grid,
  .process-track,
  .contrast-section .reason-grid,
  .hero-metrics,
  .proof-grid,
  .looks-grid,
  .showcase-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: auto;
  }

  .frame-grid,
  .showcase-side {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .page-shell {
    padding: 16px 16px 72px;
  }

  .topbar,
  .nav,
  .hero-actions,
  .two-up {
    display: grid;
    grid-template-columns: 1fr;
  }

  .nav {
    gap: 12px;
  }

  .button,
  .nav-cta {
    width: 100%;
  }

  h1 {
    max-width: none;
    font-size: clamp(2.6rem, 14vw, 4.1rem);
  }

  .section {
    padding-top: 72px;
  }
}
