:root {
  --bg: #060912;
  --bg-soft: #0a1020;
  --panel: rgba(13, 22, 39, .78);
  --panel-solid: #0d1627;
  --text: #f5f8ff;
  --muted: #98a6ba;
  --line: rgba(140, 220, 190, .16);
  --cyan: #34e0a1;
  --cyan-bright: #7ff0c4;
  --green: #54e6a1;
  --amber: #ffca5c;
  --shadow: 0 28px 80px rgba(0, 0, 0, .38);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.ambient { position: fixed; pointer-events: none; filter: blur(90px); opacity: .16; z-index: -1; border-radius: 50%; }
.ambient-one { width: 520px; height: 520px; background: #00b876; top: -170px; left: 50%; transform: translateX(-50%); }
.ambient-two { width: 430px; height: 430px; background: #0e7a5a; right: -250px; top: 48%; }

.site-header {
  min-height: 78px;
  padding: 0 32px;
  border-bottom: 1px solid var(--line);
  background: rgba(6, 9, 18, .76);
  backdrop-filter: blur(20px);
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: inline-flex; gap: 11px; align-items: center; letter-spacing: .12em; font-size: .78rem; }
.brand span:last-child { display: flex; flex-direction: column; line-height: 1.05; }
.brand small { color: var(--muted); font-size: .56rem; margin-top: 5px; }
.brand-mark { width: 34px; height: 38px; display: inline-grid; place-items: center; }
.brand-mark svg { width: 100%; fill: var(--cyan); }
.brand-mark .brand-cut { fill: none; stroke: var(--bg); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
nav { display: flex; gap: 32px; color: var(--muted); font-size: .88rem; }
nav a:hover, nav a:focus-visible { color: var(--text); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; border: 1px solid rgba(110, 235, 185, .6); border-radius: 9px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, summary:focus-visible, a:focus-visible { outline: 3px solid var(--cyan-bright); outline-offset: 4px; }
.button-small { padding: 11px 19px; background: rgba(52, 224, 161, .12); color: var(--cyan-bright); font-size: .82rem; }
.button-primary { min-width: 320px; padding: 17px 26px; color: #02160e; background: linear-gradient(135deg, #52e8ad, #14b87d); box-shadow: 0 15px 44px rgba(20, 184, 125, .25); }
.button-primary:hover { box-shadow: 0 19px 52px rgba(20, 184, 125, .38); }

.section-shell { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.hero { min-height: 880px; padding: 100px 0 0; text-align: center; position: relative; }
.hero::before { content: ""; position: absolute; width: 900px; height: 430px; left: 50%; top: -40px; transform: translateX(-50%); background: radial-gradient(ellipse, rgba(20, 190, 130, .19), transparent 68%); z-index: -1; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--cyan-bright); text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 760; }
.eyebrow span { width: 7px; height: 7px; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 15px var(--cyan); }
h1 { max-width: 900px; margin: 25px auto 22px; font-size: clamp(3rem, 6.3vw, 5.9rem); line-height: .98; letter-spacing: -.055em; }
h1 em { color: var(--cyan); font-style: normal; text-shadow: 0 0 42px rgba(52, 224, 161, .18); }
.h1-lead { display: block; margin-bottom: .12em; font-size: .43em; letter-spacing: -.025em; color: var(--text); }
.hero-copy { max-width: 730px; margin: 0 auto; color: var(--muted); font-size: clamp(1rem, 1.7vw, 1.25rem); }
.offer-price { margin: 36px auto 23px; display: flex; width: fit-content; gap: 13px; align-items: center; text-align: left; }
.offer-price strong { font-size: 3rem; line-height: 1; letter-spacing: -.04em; }
.offer-price span { color: var(--muted); font-size: .78rem; line-height: 1.35; }
.microcopy, .placeholder-note { color: #6e7c90; font-size: .76rem; }
.placeholder-note { color: var(--amber); }
.trust-row { width: fit-content; margin: 36px auto 0; display: flex; align-items: center; gap: 18px; text-align: left; }
.trust-row p { margin: 0; color: var(--muted); font-size: .74rem; line-height: 1.5; }
.trust-row strong { color: #dbe7f7; }
.trust-icons { display: flex; }
.trust-icons span { width: 36px; height: 36px; margin-left: -6px; border-radius: 50%; display: grid; place-items: center; color: var(--cyan-bright); background: #111d31; border: 2px solid var(--bg); font-size: .55rem; font-weight: 800; }
.terminal-card { width: min(690px, 94%); margin: 58px auto 0; text-align: left; border: 1px solid var(--line); border-radius: 14px 14px 0 0; background: rgba(7, 13, 24, .94); box-shadow: var(--shadow); overflow: hidden; }
.terminal-bar { height: 48px; padding: 0 17px; display: flex; align-items: center; gap: 8px; background: #101827; border-bottom: 1px solid var(--line); }
.terminal-bar span { width: 10px; height: 10px; border-radius: 50%; background: #ff5e5e; }.terminal-bar span:nth-child(2) { background: #ffbd45; }.terminal-bar span:nth-child(3) { background: #42d583; }
.terminal-bar b { margin-left: auto; color: #77869a; font: 600 .68rem ui-monospace, SFMono-Regular, Menlo, monospace; }
.terminal-body { padding: 26px 30px 36px; font: .87rem/1.75 ui-monospace, SFMono-Regular, Menlo, monospace; color: #c7d4e7; }
.terminal-body p { margin: 6px 0; }.terminal-body .muted { color: #6f8199; }.prompt { color: var(--cyan); }.ok { color: var(--green); }.warn { color: var(--amber); }
.scan-line { height: 4px; background: #121f34; margin: 18px 0; border-radius: 9px; overflow: hidden; }.scan-line span { display: block; width: 72%; height: 100%; background: linear-gradient(90deg, #14b87d, var(--cyan-bright)); }

.proof-strip { min-height: 130px; border-block: 1px solid var(--line); background: rgba(10, 16, 31, .7); display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-strip div { display: grid; place-content: center; text-align: center; border-right: 1px solid var(--line); }.proof-strip div:last-child { border-right: 0; }
.proof-strip strong { font-size: 1.75rem; }.proof-strip span { color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }

.content-section { padding-block: 120px; }
.section-heading { max-width: 760px; margin-bottom: 55px; }.section-heading.compact { max-width: 680px; }
.section-heading h2, .bundle-panel h2, .final-cta h2 { margin: 16px 0 18px; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1.06; letter-spacing: -.045em; }
.section-heading p, .bundle-panel p, .final-cta > p { color: var(--muted); font-size: 1.05rem; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.capability { min-height: 370px; padding: 30px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, rgba(15, 24, 42, .86), rgba(8, 13, 24, .82)); position: relative; overflow: hidden; }
.capability::after { content: ""; position: absolute; inset: auto -60px -100px auto; width: 190px; height: 190px; background: radial-gradient(circle, rgba(52, 224, 161, .09), transparent 70%); }
.capability.featured { border-color: rgba(52, 224, 161, .36); }
.card-number { position: absolute; top: 24px; right: 26px; color: #3f5168; font: .7rem ui-monospace, monospace; }
.icon { width: 45px; height: 45px; display: grid; place-items: center; color: var(--cyan); background: rgba(52, 224, 161, .08); border: 1px solid rgba(52, 224, 161, .2); border-radius: 10px; font-size: 1.25rem; }
.capability h3 { margin: 25px 0 9px; font-size: 1.2rem; }.capability p { min-height: 72px; color: var(--muted); font-size: .9rem; }
.capability ul { margin: 23px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; color: #c0cde0; font-size: .8rem; }.capability li { margin: 9px 0; }.capability li::before { content: "—"; color: var(--cyan); margin-right: 9px; }

.workflow-section { padding-block: 115px; border-block: 1px solid var(--line); background: linear-gradient(120deg, #0b1322, #080d18); }
.workflow-inner { display: grid; grid-template-columns: .82fr 1fr; gap: 100px; align-items: start; }
.path-track { list-style: none; margin: 0; padding: 0; }
.path-stage { position: relative; display: grid; grid-template-columns: 78px 1fr; gap: 26px; padding: 0 0 38px; }
.path-stage:last-child { padding-bottom: 0; }
.path-node { position: relative; display: flex; justify-content: center; }
.path-num { width: 52px; height: 52px; flex: none; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(12, 22, 39, .9); color: var(--cyan); font: 700 .82rem ui-monospace, monospace; letter-spacing: .05em; }
.path-stage:not(:last-child) .path-node::after { content: ""; position: absolute; top: 58px; bottom: -38px; width: 1px; background: linear-gradient(180deg, var(--cyan), rgba(52, 224, 161, .05)); }
.path-body { padding-top: 11px; }
.path-body h3 { margin: 0 0 8px; font-size: 1.18rem; }
.path-body p { margin: 0 0 15px; max-width: 60ch; color: var(--muted); font-size: .9rem; }
.path-skills { display: flex; flex-wrap: wrap; gap: 8px; }
.path-skills span { padding: 6px 13px; border: 1px solid var(--line); border-radius: 999px; background: rgba(15, 24, 42, .6); color: var(--muted); font-size: .74rem; }

.workflow-list { list-style: none; margin: 0; padding: 0; }.workflow-list li { padding: 26px 0; display: grid; grid-template-columns: 56px 1fr; border-bottom: 1px solid var(--line); }.workflow-list li:first-child { padding-top: 0; }
.workflow-list > li > span { color: var(--cyan); font: .78rem ui-monospace, monospace; }.workflow-list h3 { margin: -5px 0 5px; font-size: 1.1rem; }.workflow-list p { margin: 0; color: var(--muted); font-size: .88rem; }
.bundle-panel { padding: 55px; border: 1px solid rgba(52, 224, 161, .25); border-radius: 18px; background: linear-gradient(135deg, rgba(20, 36, 59, .92), rgba(7, 13, 24, .96)); display: grid; grid-template-columns: 1fr 1fr; gap: 80px; box-shadow: var(--shadow); }
.bundle-list { align-self: center; }.bundle-list p { padding: 12px 0; margin: 0; border-bottom: 1px solid var(--line); color: #d6e1f1; font-size: .9rem; }.bundle-list span { color: var(--green); margin-right: 13px; }
.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { padding: 24px 0; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-weight: 680; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--cyan); font-size: 1.3rem; transition: transform .2s ease; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { margin: -4px 45px 25px 0; color: var(--muted); font-size: .9rem; }
.final-cta { margin-bottom: 110px; padding: 90px 30px; border: 1px solid var(--line); border-radius: 20px; text-align: center; background: radial-gradient(circle at 50% 10%, rgba(22, 190, 132, .19), transparent 50%), var(--panel); }
.final-cta > p { max-width: 620px; margin-inline: auto; }.final-cta .offer-price { margin-top: 30px; }
footer { min-height: 125px; padding: 30px 4%; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: .72rem; }

@media (max-width: 900px) {
  nav { display: none; }
  .hero { min-height: 820px; padding-top: 80px; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .workflow-inner, .bundle-panel, .faq-section { grid-template-columns: 1fr; gap: 45px; }
}
@media (max-width: 620px) {
  .site-header { min-height: 68px; padding: 0 16px; }.site-header .button-small { padding: 9px 11px; font-size: .7rem; }
  .brand { font-size: .68rem; }.brand-mark { width: 29px; }.section-shell { width: min(100% - 28px, var(--max)); }
  .hero { min-height: 800px; padding-top: 65px; }.hero-copy { font-size: .98rem; }.button-primary { min-width: 0; width: 100%; }
  .trust-row { align-items: flex-start; }.trust-icons span { width: 30px; height: 30px; }.terminal-body { padding: 22px 18px 30px; font-size: .72rem; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }.proof-strip div { min-height: 105px; border-bottom: 1px solid var(--line); }.proof-strip div:nth-child(2) { border-right: 0; }
  .content-section { padding-block: 82px; }.capability-grid { grid-template-columns: 1fr; }.capability { min-height: auto; }.capability p { min-height: 0; }
  .path-stage { grid-template-columns: 46px 1fr; gap: 16px; padding-bottom: 32px; }
  .path-num { width: 42px; height: 42px; font-size: .72rem; }
  .path-stage:not(:last-child) .path-node::after { top: 48px; bottom: -32px; }
  .path-body { padding-top: 7px; }.path-body h3 { font-size: 1.05rem; }
  .workflow-section { padding-block: 82px; }.bundle-panel { padding: 32px 24px; }.faq-section { gap: 25px; }.final-cta { margin-bottom: 70px; padding: 65px 20px; }
  footer { flex-direction: column; gap: 18px; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
