:root {
  --background: #05070d;
  --foreground: #f8f2e6;
  --dark-blue: #070b16;
  --gold: #d6a84f;
  --gold-light: #ffd979;
  --muted: #a6a6a6;
  --card: rgba(10, 14, 27, 0.78);
  --line: rgba(214, 168, 79, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--background);
  color: var(--foreground);
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
}

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

.site-shell {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 72% 16%, rgba(255, 217, 121, 0.18), transparent 30%),
    radial-gradient(circle at 12% 28%, rgba(214, 168, 79, 0.14), transparent 24%),
    linear-gradient(135deg, #05070d 0%, #070b16 48%, #030409 100%);
}

.background-grid,
.particle-field {
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: 0;
}

.background-grid {
  background-image:
    radial-gradient(ellipse at 76% 10%, rgba(255, 217, 121, 0.15), transparent 38%),
    radial-gradient(ellipse at 58% 44%, rgba(32, 72, 104, 0.16), transparent 48%),
    linear-gradient(115deg, rgba(255, 217, 121, 0.06), transparent 24% 76%, rgba(214, 168, 79, 0.05));
  opacity: 0.78;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 82%);
}

.particle-field {
  background-image:
    radial-gradient(circle, rgba(255, 217, 121, 0.9) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(214, 168, 79, 0.5) 0 1px, transparent 1.5px);
  background-position: 0 0, 28px 44px;
  background-size: 140px 160px, 190px 210px;
  opacity: 0.22;
}

.topbar,
.hero,
.tool-strip,
.proof-band,
.about-section,
.section,
.split-section,
.pricing-section,
.contact-section,
.final-cta,
footer {
  position: relative;
  z-index: 1;
}

.topbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 24px;
}

.brand {
  align-items: center;
  display: flex;
  gap: 12px;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand small {
  color: var(--muted);
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  margin-top: 2px;
}

.brand-mark {
  align-items: center;
  aspect-ratio: 1;
  background: linear-gradient(135deg, var(--gold-light), var(--gold) 42%, #8a6422);
  border: 1px solid rgba(255, 217, 121, 0.8);
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(214, 168, 79, 0.38);
  color: #08090d;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 900;
  justify-content: center;
  width: 46px;
}

nav {
  align-items: center;
  border: 1px solid rgba(214, 168, 79, 0.24);
  border-radius: 999px;
  display: flex;
  gap: 6px;
  padding: 6px;
}

nav a {
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
  padding: 9px 14px;
}

nav a:hover {
  background: rgba(214, 168, 79, 0.12);
  color: var(--gold-light);
}

.hero {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  margin: 0 auto;
  max-width: 1180px;
  min-height: calc(100vh - 96px);
  isolation: isolate;
  overflow: hidden;
  padding: 48px 24px 78px;
}

.hero::before {
  background:
    linear-gradient(90deg, #05070d 0%, rgba(5, 7, 13, 0.95) 28%, rgba(5, 7, 13, 0.36) 64%, rgba(5, 7, 13, 0.72) 100%),
    url("./assets/hero-automation-3d.png") right center / cover no-repeat;
  content: "";
  inset: 0 -80px 0 -80px;
  opacity: 0.62;
  position: absolute;
  z-index: 0;
}

.hero > * {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 690px;
}

.eyebrow {
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

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

h1 {
  font-family: "Sora", "Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: 6.4rem;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.88;
  margin-bottom: 26px;
  max-width: 760px;
  text-transform: uppercase;
}

h1,
h2 {
  text-shadow: 0 0 30px rgba(214, 168, 79, 0.18);
}

.hero-subtitle {
  color: #f8f2e6;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: 18px;
  max-width: 700px;
}

.hero-call {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.8;
  margin-bottom: 30px;
  max-width: 640px;
}

.hero-actions,
.hero-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 900;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  position: relative;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, #ffe6a3 0%, var(--gold-light) 26%, var(--gold) 58%, #9d7125 100%);
  box-shadow:
    0 0 0 1px rgba(255, 217, 121, 0.5) inset,
    0 16px 42px rgba(214, 168, 79, 0.28);
  color: #08090d;
}

.btn-primary:hover {
  box-shadow:
    0 0 0 1px rgba(255, 217, 121, 0.75) inset,
    0 0 36px rgba(255, 217, 121, 0.32),
    0 18px 46px rgba(214, 168, 79, 0.35);
}

.btn-secondary {
  background: rgba(5, 7, 13, 0.74);
  border: 1px solid rgba(214, 168, 79, 0.45);
  color: var(--gold-light);
}

.btn-secondary:hover {
  border-color: var(--gold-light);
  box-shadow: 0 0 28px rgba(214, 168, 79, 0.18);
}

.hero-meta {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
  margin-top: 24px;
}

.hero-meta span {
  border-left: 2px solid var(--gold);
  padding-left: 10px;
}

.hero-visual {
  aspect-ratio: 1.32;
  border-radius: 8px;
  margin-left: auto;
  max-width: 620px;
  min-width: 360px;
  position: relative;
  width: 100%;
}

.realistic-visual {
  background:
    linear-gradient(135deg, rgba(5, 7, 13, 0.05), rgba(5, 7, 13, 0.25)),
    url("./assets/hero-automation-3d.png") center / cover no-repeat;
  border: 1px solid rgba(255, 217, 121, 0.38);
  box-shadow:
    0 0 0 1px rgba(255, 217, 121, 0.08) inset,
    0 28px 90px rgba(0, 0, 0, 0.58),
    0 0 80px rgba(214, 168, 79, 0.14);
  min-height: 470px;
  overflow: hidden;
  transform: perspective(1200px) rotateY(-5deg) rotateX(2deg);
}

.hero-visual::before {
  background:
    linear-gradient(90deg, rgba(255, 217, 121, 0.18), transparent 28% 70%, rgba(255, 217, 121, 0.1)),
    radial-gradient(circle at 78% 18%, rgba(255, 217, 121, 0.2), transparent 22%);
  border-radius: 8px;
  box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.46);
  content: "";
  filter: none;
  inset: 0;
  position: absolute;
}

.realistic-visual::after {
  background: linear-gradient(120deg, transparent 0 38%, rgba(255, 255, 255, 0.12) 42%, transparent 48% 100%);
  content: "";
  inset: -18%;
  position: absolute;
  transform: translateX(-18%);
}

.visual-overlay {
  align-items: flex-end;
  bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  left: 18px;
  position: absolute;
  right: 18px;
  z-index: 2;
}

.visual-overlay span {
  background: rgba(5, 7, 13, 0.74);
  border: 1px solid rgba(255, 217, 121, 0.42);
  border-radius: 999px;
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 900;
  padding: 8px 11px;
}

.orbit {
  border: 1px solid rgba(255, 217, 121, 0.32);
  border-radius: 50%;
  inset: 11%;
  position: absolute;
}

.orbit-one {
  box-shadow: 0 0 46px rgba(214, 168, 79, 0.22);
}

.orbit-two {
  inset: 24%;
  transform: rotate(34deg) scaleX(1.18);
}

.orbit-three {
  inset: 35%;
  transform: rotate(-22deg) scaleY(1.24);
}

.core {
  align-items: center;
  background: radial-gradient(circle at 35% 25%, #fff4c2, var(--gold-light) 22%, var(--gold) 46%, #251703 74%);
  border: 1px solid rgba(255, 217, 121, 0.84);
  border-radius: 50%;
  box-shadow:
    0 0 30px rgba(255, 217, 121, 0.48),
    0 0 88px rgba(214, 168, 79, 0.38);
  display: flex;
  inset: 40%;
  justify-content: center;
  position: absolute;
}

.core span {
  color: #05070d;
  font-size: 1.5rem;
  font-weight: 950;
}

.node {
  align-items: center;
  background: rgba(5, 7, 13, 0.88);
  border: 1px solid rgba(255, 217, 121, 0.62);
  border-radius: 50%;
  box-shadow: 0 0 28px rgba(214, 168, 79, 0.22);
  color: var(--gold-light);
  display: flex;
  font-size: 0.82rem;
  font-weight: 900;
  height: 60px;
  justify-content: center;
  position: absolute;
  width: 60px;
}

.node-a {
  left: 16%;
  top: 22%;
}

.node-b {
  right: 13%;
  top: 26%;
}

.node-c {
  bottom: 16%;
  left: 25%;
}

.node-d {
  bottom: 22%;
  right: 20%;
}

.circuit-line {
  background: linear-gradient(90deg, transparent, rgba(255, 217, 121, 0.7), transparent);
  height: 1px;
  position: absolute;
  transform-origin: center;
  width: 42%;
}

.line-a {
  left: 28%;
  top: 34%;
  transform: rotate(25deg);
}

.line-b {
  right: 20%;
  top: 58%;
  transform: rotate(-36deg);
}

.line-c {
  bottom: 34%;
  left: 20%;
  transform: rotate(-18deg);
}

.tool-strip {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  margin: -34px auto 70px;
  max-width: 1180px;
  padding: 0 24px;
}

.proof-band {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto 18px;
  max-width: 1180px;
  padding: 0 24px 46px;
}

.proof-band div {
  background: linear-gradient(180deg, rgba(255, 217, 121, 0.1), rgba(7, 11, 22, 0.76));
  border: 1px solid rgba(214, 168, 79, 0.28);
  border-radius: 8px;
  min-height: 112px;
  padding: 20px;
}

.proof-band strong {
  color: var(--gold-light);
  display: block;
  font-family: "Sora", "Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 10px;
}

.proof-band span {
  color: var(--muted);
  display: block;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.45;
}

.about-section {
  background:
    linear-gradient(90deg, rgba(5, 7, 13, 0.98) 0%, rgba(5, 7, 13, 0.92) 52%, rgba(7, 11, 22, 0.96) 100%),
    radial-gradient(circle at 78% 22%, rgba(255, 217, 121, 0.14), transparent 24%);
  border: 1px solid rgba(214, 168, 79, 0.2);
  border-radius: 8px;
  box-shadow:
    inset 0 0 100px rgba(0, 0, 0, 0.44),
    0 26px 80px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  padding-top: 28px;
  position: relative;
}

.about-section::before {
  background:
    linear-gradient(90deg, rgba(255, 217, 121, 0.12), transparent 24% 76%, rgba(255, 217, 121, 0.08)),
    radial-gradient(circle at 79% 42%, rgba(255, 217, 121, 0.24), transparent 18%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.about-section::after {
  background: linear-gradient(180deg, transparent 0%, rgba(5, 7, 13, 0.96) 100%);
  bottom: 0;
  content: "";
  height: 34%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
}

.about-section > * {
  position: relative;
  z-index: 2;
}

.about-intro {
  max-width: 690px;
  min-height: 430px;
}

.about-intro h2 {
  font-size: 2.75rem;
  line-height: 1.08;
  margin-bottom: 24px;
  max-width: 680px;
}

.about-intro p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.78;
  max-width: 680px;
}

.about-photo {
  border: 0;
  border-radius: 0;
  bottom: 0;
  box-shadow: none;
  height: auto;
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: min(43vw, 560px);
  z-index: 0;
}

.about-photo::before {
  background:
    linear-gradient(90deg, rgba(5, 7, 13, 1) 0%, rgba(5, 7, 13, 0.58) 34%, rgba(5, 7, 13, 0.18) 62%, rgba(5, 7, 13, 0.76) 100%),
    linear-gradient(180deg, rgba(5, 7, 13, 0.04) 0%, rgba(5, 7, 13, 0.82) 100%),
    radial-gradient(circle at 56% 22%, rgba(255, 217, 121, 0.2), transparent 26%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.about-photo img {
  display: block;
  filter: contrast(1.04) saturate(0.86) brightness(0.78);
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.58;
  width: 100%;
}

.about-stats {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 34px 0 18px;
}

.about-stats div,
.about-panel {
  background:
    linear-gradient(180deg, rgba(255, 217, 121, 0.08), transparent 34%),
    var(--card);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
}

.about-stats div {
  min-height: 132px;
  padding: 22px;
}

.about-stats strong {
  color: var(--gold-light);
  display: block;
  font-family: "Sora", "Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.55rem;
  line-height: 1;
  margin-bottom: 12px;
}

.about-stats span {
  color: var(--muted);
  display: block;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.45;
}

.about-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.88fr);
}

.about-panel {
  padding: 28px;
  position: relative;
}

.about-panel::after {
  background: linear-gradient(90deg, transparent, rgba(255, 217, 121, 0.7), transparent);
  content: "";
  height: 1px;
  left: 12%;
  position: absolute;
  right: 12%;
  top: 0;
}

.about-panel h3 {
  color: var(--gold-light);
  font-size: 1.2rem;
  font-weight: 950;
  margin-bottom: 18px;
}

.specialty-cloud,
.segment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.specialty-cloud span,
.segment-list span {
  background: rgba(5, 7, 13, 0.68);
  border: 1px solid rgba(214, 168, 79, 0.28);
  border-radius: 999px;
  color: #f8f2e6;
  font-size: 0.86rem;
  font-weight: 800;
  padding: 9px 12px;
}

.segment-list span {
  color: var(--muted);
}

.quote-panel p {
  color: var(--muted);
  line-height: 1.72;
}

blockquote {
  border-left: 3px solid var(--gold-light);
  color: #f8f2e6;
  font-family: "Sora", "Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.58;
  margin: 22px 0;
  padding-left: 18px;
}

.tool-strip span {
  background: rgba(7, 11, 22, 0.76);
  border: 1px solid rgba(214, 168, 79, 0.32);
  border-radius: 8px;
  color: var(--gold-light);
  font-size: 0.86rem;
  font-weight: 900;
  padding: 16px 10px;
  text-align: center;
}

.section,
.about-section,
.pricing-section,
.split-section,
.contact-section,
.final-cta {
  margin: 0 auto;
  max-width: 1180px;
  padding: 74px 24px;
}

.section-heading {
  margin-bottom: 34px;
  max-width: 850px;
}

h2 {
  font-family: "Sora", "Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: 3.7rem;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
}

.card-grid,
.pricing-grid {
  display: grid;
  gap: 18px;
}

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

.gold-card,
.price-card,
.outcome-panel {
  background:
    linear-gradient(180deg, rgba(255, 217, 121, 0.08), transparent 34%),
    var(--card);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
  position: relative;
}

.gold-card {
  min-height: 250px;
  padding: 24px;
}

.gold-card::after,
.price-card::after {
  background: linear-gradient(90deg, transparent, rgba(255, 217, 121, 0.7), transparent);
  content: "";
  height: 1px;
  left: 12%;
  position: absolute;
  right: 12%;
  top: 0;
}

.card-icon {
  background:
    linear-gradient(90deg, transparent 45%, rgba(255, 217, 121, 0.7) 46% 54%, transparent 55%),
    linear-gradient(0deg, transparent 45%, rgba(255, 217, 121, 0.55) 46% 54%, transparent 55%),
    radial-gradient(circle, rgba(255, 217, 121, 0.85) 0 20%, transparent 21%);
  border: 1px solid rgba(255, 217, 121, 0.34);
  border-radius: 8px;
  height: 46px;
  margin-bottom: 26px;
  width: 46px;
}

.gold-card h3,
.price-card h3 {
  color: var(--gold-light);
  font-size: 1.2rem;
  font-weight: 950;
  margin-bottom: 12px;
}

.gold-card p,
.split-section p,
.final-cta p {
  color: var(--muted);
  line-height: 1.75;
}

.split-section {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
}

.outcome-panel {
  display: grid;
  gap: 0;
  padding: 8px;
}

.outcome {
  align-items: center;
  border-bottom: 1px solid rgba(214, 168, 79, 0.16);
  display: grid;
  gap: 18px;
  grid-template-columns: 58px 1fr;
  padding: 22px;
}

.outcome:last-child {
  border-bottom: 0;
}

.outcome span {
  color: var(--gold-light);
  font-size: 0.9rem;
  font-weight: 950;
}

.outcome p {
  color: #f8f2e6;
  font-weight: 800;
  line-height: 1.5;
  margin: 0;
}

.pricing-grid {
  grid-template-columns: 1.16fr 0.84fr;
}

.price-card {
  padding: 32px;
}

.price-card.featured {
  border-color: rgba(255, 217, 121, 0.58);
  box-shadow:
    0 0 64px rgba(214, 168, 79, 0.12),
    0 30px 80px rgba(0, 0, 0, 0.42);
}

.plan {
  color: var(--gold-light);
  font-size: 0.88rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-card h3 {
  font-family: "Sora", "Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: 4.4rem;
  line-height: 1;
  margin-bottom: 4px;
}

.access {
  color: var(--muted);
  font-weight: 800;
  margin-bottom: 24px;
}

ul {
  color: #f8f2e6;
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

li {
  line-height: 1.55;
  padding-left: 24px;
  position: relative;
}

li::before {
  background: var(--gold-light);
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(255, 217, 121, 0.5);
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 0.66em;
  width: 7px;
}

.final-cta {
  text-align: center;
}

.contact-section {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 217, 121, 0.12), rgba(7, 11, 22, 0.88)),
    var(--card);
  border: 1px solid rgba(255, 217, 121, 0.35);
  border-radius: 8px;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 28px;
  padding: 34px;
}

.contact-section h2 {
  font-size: 2.35rem;
  line-height: 1.08;
  margin-bottom: 14px;
}

.contact-section p:last-child {
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 0;
}

.final-cta h2 {
  margin: 0 auto 28px;
  max-width: 900px;
}

footer {
  align-items: center;
  border-top: 1px solid rgba(214, 168, 79, 0.18);
  color: var(--muted);
  display: flex;
  font-size: 0.9rem;
  justify-content: space-between;
  margin: 40px auto 0;
  max-width: 1180px;
  padding: 28px 24px 38px;
}

footer a {
  color: var(--gold-light);
  font-weight: 800;
}

/* Immersive 3D hero refresh */
.topbar {
  max-width: 1360px;
}

.hero {
  gap: 24px;
  grid-template-columns: minmax(320px, 650px) 1fr;
  margin: 0;
  max-width: none;
  min-height: calc(100svh - 96px);
  overflow: hidden;
  padding: 58px clamp(22px, 8vw, 148px) 86px;
  width: 100%;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(5, 7, 13, 0.98) 0%, rgba(5, 7, 13, 0.88) 28%, rgba(5, 7, 13, 0.28) 62%, rgba(5, 7, 13, 0.2) 100%),
    radial-gradient(circle at 76% 42%, rgba(255, 217, 121, 0.22), transparent 28%),
    url("./assets/hero-automation-3d.png") right center / cover no-repeat;
  inset: 0;
  opacity: 0.82;
}

.hero::after {
  background:
    radial-gradient(circle at 66% 46%, rgba(255, 217, 121, 0.18), transparent 24%),
    linear-gradient(180deg, transparent 0%, rgba(5, 7, 13, 0.94) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.hero-copy {
  max-width: 650px;
  padding-top: 28px;
  z-index: 3;
}

h1 {
  font-size: 5rem;
  line-height: 0.94;
  max-width: 650px;
}

.hero-subtitle {
  font-size: 1.18rem;
  max-width: 620px;
}

.hero-call {
  max-width: 590px;
}

.hero-visual {
  border-radius: 0;
  margin: 0;
  max-width: none;
  min-width: 0;
}

.realistic-visual {
  aspect-ratio: auto;
  background: none;
  border: 0;
  bottom: 0;
  box-shadow: none;
  min-height: 640px;
  overflow: visible;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 82px;
  transform: perspective(1400px) rotateX(0deg) rotateY(-6deg);
  transform-style: preserve-3d;
  width: min(68vw, 1080px);
  z-index: 2;
}

.hero-visual::before {
  background:
    radial-gradient(circle at 54% 44%, rgba(255, 231, 150, 0.32), transparent 10%),
    radial-gradient(circle at 55% 46%, rgba(214, 168, 79, 0.28), transparent 32%),
    radial-gradient(circle at 72% 20%, rgba(255, 217, 121, 0.16), transparent 24%);
  border-radius: 0;
  box-shadow: none;
  filter: blur(6px);
  inset: -10% -8% 0 0;
}

.realistic-visual::after {
  background:
    linear-gradient(115deg, transparent 0 46%, rgba(255, 255, 255, 0.11) 50%, transparent 56% 100%),
    radial-gradient(circle at 65% 48%, rgba(255, 217, 121, 0.28), transparent 18%);
  inset: -8% -8% 0 0;
  transform: none;
}

.scene-floor {
  background-image:
    linear-gradient(rgba(255, 217, 121, 0.25) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 217, 121, 0.18) 1px, transparent 1px);
  background-size: 64px 64px;
  bottom: 0;
  height: 42%;
  left: 4%;
  opacity: 0.52;
  position: absolute;
  right: -12%;
  transform: perspective(620px) rotateX(66deg) rotateZ(-4deg);
  transform-origin: bottom center;
}

.automation-core {
  align-items: center;
  background:
    radial-gradient(circle at 35% 28%, #fff2bc, #ffd979 28%, #d6a84f 54%, #4c2d05 78%);
  border: 1px solid rgba(255, 231, 150, 0.9);
  border-radius: 999px;
  box-shadow:
    0 0 32px rgba(255, 217, 121, 0.72),
    0 0 110px rgba(214, 168, 79, 0.45),
    0 0 0 74px rgba(214, 168, 79, 0.08),
    0 0 0 148px rgba(255, 217, 121, 0.06);
  display: flex;
  height: 116px;
  justify-content: center;
  position: absolute;
  right: 26%;
  top: 43%;
  transform: translateY(-50%) translateZ(90px);
  width: 116px;
  z-index: 5;
}

.automation-core::before,
.automation-core::after {
  border: 1px solid rgba(255, 217, 121, 0.42);
  border-radius: 999px;
  content: "";
  inset: -82px;
  position: absolute;
}

.automation-core::after {
  inset: -154px;
  opacity: 0.55;
}

.automation-core span {
  color: #05070d;
  font-family: "Sora", "Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: 2rem;
  font-weight: 900;
}

.holo-panel {
  background:
    linear-gradient(135deg, rgba(255, 217, 121, 0.13), rgba(5, 7, 13, 0.72) 34%, rgba(7, 11, 22, 0.88)),
    rgba(5, 7, 13, 0.56);
  border: 1px solid rgba(255, 217, 121, 0.34);
  border-radius: 8px;
  box-shadow:
    inset 0 0 40px rgba(255, 217, 121, 0.05),
    0 24px 80px rgba(0, 0, 0, 0.48),
    0 0 42px rgba(214, 168, 79, 0.14);
  position: absolute;
  transform-style: preserve-3d;
}

.panel-main {
  height: 330px;
  right: 7%;
  top: 16%;
  transform: rotateY(-13deg) rotateX(5deg) translateZ(30px);
  width: 520px;
  z-index: 3;
}

.panel-kicker,
.panel-main strong,
.panel-calendar strong {
  color: var(--gold-light);
  font-family: "Sora", "Inter", ui-sans-serif, system-ui, sans-serif;
  font-weight: 800;
  position: absolute;
}

.panel-kicker {
  font-size: 0.75rem;
  left: 28px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  top: 26px;
}

.panel-main strong {
  font-size: 1.35rem;
  left: 28px;
  top: 54px;
}

.panel-main i,
.panel-calendar i {
  background: linear-gradient(90deg, rgba(255, 217, 121, 0.8), rgba(255, 255, 255, 0.18));
  border-radius: 999px;
  display: block;
  height: 18px;
  left: 30px;
  opacity: 0.78;
  position: absolute;
  right: 38px;
  top: 112px;
}

.panel-main i:nth-of-type(2) { top: 154px; right: 80px; }
.panel-main i:nth-of-type(3) { top: 196px; right: 132px; }
.panel-main i:nth-of-type(4) { top: 238px; right: 60px; }

.panel-phone {
  height: 420px;
  right: -2%;
  top: 27%;
  transform: rotateY(-18deg) rotateX(4deg) translateZ(100px);
  width: 230px;
  z-index: 6;
}

.panel-phone span {
  background: rgba(255, 217, 121, 0.74);
  border-radius: 999px;
  display: block;
  height: 30px;
  left: 30px;
  position: absolute;
  right: 32px;
  top: 58px;
}

.panel-phone span:nth-child(2) { background: rgba(248, 242, 230, 0.24); top: 116px; }
.panel-phone span:nth-child(3) { top: 178px; }
.panel-phone span:nth-child(4) { background: rgba(248, 242, 230, 0.24); top: 240px; }

.panel-calendar {
  height: 220px;
  left: 14%;
  top: 43%;
  transform: rotateY(16deg) rotateX(8deg) translateZ(70px);
  width: 320px;
  z-index: 4;
}

.panel-calendar strong {
  font-size: 1rem;
  left: 22px;
  top: 22px;
}

.panel-calendar i {
  background: linear-gradient(90deg, rgba(100, 199, 255, 0.72), rgba(248, 242, 230, 0.14));
  left: 24px;
  right: 26px;
  top: 74px;
}

.panel-calendar i:nth-of-type(2) { top: 116px; right: 88px; }
.panel-calendar i:nth-of-type(3) { top: 158px; right: 48px; }

.flow-node {
  align-items: center;
  background: rgba(5, 7, 13, 0.86);
  border: 1px solid rgba(255, 217, 121, 0.52);
  border-radius: 999px;
  box-shadow: 0 0 28px rgba(214, 168, 79, 0.28);
  color: var(--gold-light);
  display: flex;
  font-size: 0.8rem;
  font-weight: 900;
  height: 54px;
  justify-content: center;
  position: absolute;
  width: 54px;
  z-index: 7;
}

.node-whatsapp { right: 49%; top: 54%; }
.node-n8n { right: 40%; top: 48%; }
.node-api { right: 31%; top: 52%; }
.node-crm { right: 22%; top: 44%; }

.flow-line {
  background: linear-gradient(90deg, transparent, rgba(255, 217, 121, 0.9), transparent);
  height: 2px;
  position: absolute;
  transform-origin: left center;
  z-index: 4;
}

.line-one {
  right: 28%;
  top: 54%;
  transform: rotate(-7deg);
  width: 45%;
}

.line-two {
  right: 18%;
  top: 61%;
  transform: rotate(6deg);
  width: 55%;
}

.line-three {
  right: 32%;
  top: 47%;
  transform: rotate(14deg);
  width: 36%;
}

@media (max-width: 980px) {
  .topbar {
    align-items: flex-start;
    gap: 18px;
  }

  nav {
    display: none;
  }

  .hero,
  .split-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 38px;
  }

  .hero-visual {
    margin: 0 auto;
    max-width: 520px;
    min-width: 0;
  }

  .realistic-visual {
    min-height: 360px;
    transform: none;
  }

  .tool-strip,
  .proof-band,
  .about-stats,
  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .about-section {
    background:
      linear-gradient(180deg, rgba(5, 7, 13, 0.98) 0%, rgba(5, 7, 13, 0.96) 100%),
      radial-gradient(circle at 50% 12%, rgba(255, 217, 121, 0.16), transparent 24%);
    padding-top: 74px;
  }

  .about-intro {
    max-width: 100%;
    min-height: 0;
  }

  .about-photo {
    border: 1px solid rgba(255, 217, 121, 0.28);
    border-radius: 8px;
    height: min(86vw, 520px);
    margin: 28px 0 8px;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    z-index: 2;
  }

  .about-photo img {
    opacity: 0.72;
  }

  .about-intro h2 {
    font-size: 2.15rem;
    line-height: 1.12;
  }

  h1 {
    font-size: 4.8rem;
  }

  h2 {
    font-size: 3rem;
  }
}

@media (max-width: 700px) {
  .topbar {
    padding: 18px;
  }

  .hero,
  .section,
  .about-section,
  .split-section,
  .pricing-section,
  .contact-section,
  .final-cta {
    padding-left: 18px;
    padding-right: 18px;
  }

  h1 {
    font-size: 3.35rem;
    line-height: 0.95;
  }

  h2 {
    font-size: 2.25rem;
    line-height: 1.08;
  }

  .hero-subtitle {
    font-size: 1.08rem;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(5, 7, 13, 0.98) 0%, rgba(5, 7, 13, 0.82) 54%, rgba(5, 7, 13, 0.95) 100%),
      url("./assets/hero-automation-3d.png") center top / cover no-repeat;
    opacity: 0.48;
  }

  .hero-actions,
  .btn {
    width: 100%;
  }

  .realistic-visual {
    min-height: 290px;
  }

  .tool-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: -8px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .proof-band {
    grid-template-columns: 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

  .about-stats {
    grid-template-columns: 1fr;
  }

  .about-panel {
    padding: 22px;
  }

  .card-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .contact-section {
    grid-template-columns: 1fr;
    margin-left: 18px;
    margin-right: 18px;
    padding: 24px;
  }

  .contact-section h2 {
    font-size: 1.9rem;
  }

  .price-card h3 {
    font-size: 3.1rem;
  }

  .outcome {
    grid-template-columns: 42px 1fr;
    padding: 18px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 980px) {
  .hero {
    display: block;
    min-height: auto;
    padding-bottom: 54px;
  }

  .hero-copy {
    max-width: 720px;
    padding-top: 12px;
  }

  .realistic-visual {
    height: 440px;
    margin: 30px auto 0;
    min-height: 0;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: min(100%, 760px);
  }

  .panel-main {
    height: 285px;
    right: 5%;
    top: 10%;
    width: 470px;
  }

  .panel-phone {
    height: 330px;
    right: 0;
    top: 24%;
    width: 185px;
  }

  .panel-calendar {
    left: 4%;
    top: 42%;
  }
}

@media (max-width: 700px) {
  .hero {
    padding-top: 24px;
  }

  h1 {
    font-size: 2.78rem;
    max-width: 100%;
  }

  .hero-call {
    font-size: 0.98rem;
  }

  .realistic-visual {
    height: 330px;
    margin-top: 22px;
    overflow: hidden;
  }

  .panel-main {
    height: 210px;
    right: -8%;
    top: 8%;
    width: 310px;
  }

  .panel-main strong {
    font-size: 1rem;
    top: 44px;
  }

  .panel-kicker {
    font-size: 0.62rem;
    top: 20px;
  }

  .panel-main i {
    left: 24px;
    right: 30px;
    top: 88px;
  }

  .panel-main i:nth-of-type(2) { top: 120px; right: 54px; }
  .panel-main i:nth-of-type(3) { top: 152px; right: 82px; }
  .panel-main i:nth-of-type(4) { top: 184px; right: 44px; }

  .panel-phone {
    height: 230px;
    right: -14%;
    top: 28%;
    width: 130px;
  }

  .panel-phone span {
    height: 18px;
    left: 18px;
    right: 18px;
    top: 36px;
  }

  .panel-phone span:nth-child(2) { top: 78px; }
  .panel-phone span:nth-child(3) { top: 120px; }
  .panel-phone span:nth-child(4) { top: 162px; }

  .panel-calendar {
    height: 150px;
    left: -3%;
    top: 46%;
    width: 210px;
  }

  .panel-calendar i {
    top: 58px;
  }

  .panel-calendar i:nth-of-type(2) { top: 88px; right: 58px; }
  .panel-calendar i:nth-of-type(3) { top: 118px; right: 36px; }

  .automation-core {
    height: 76px;
    right: 34%;
    top: 49%;
    width: 76px;
  }

  .automation-core::before {
    inset: -52px;
  }

  .automation-core::after {
    inset: -96px;
  }

  .automation-core span {
    font-size: 1.35rem;
  }

  .flow-node {
    height: 38px;
    font-size: 0.62rem;
    width: 38px;
  }

  .visual-overlay {
    display: none;
  }

  .scene-floor {
    height: 38%;
  }
}
