:root {
  --bg: #0d1b33;
  --bg-soft: #122342;
  --surface: rgba(11, 20, 39, 0.76);
  --surface-strong: rgba(15, 29, 54, 0.92);
  --surface-border: rgba(125, 211, 252, 0.14);
  --surface-border-strong: rgba(125, 211, 252, 0.26);
  --surface-highlight: rgba(34, 211, 238, 0.14);
  --text: #f4faff;
  --text-soft: #d0ddeb;
  --text-muted: #9cb1c8;
  --sky: #54bfff;
  --cyan: #82f0ff;
  --blue: #2298f3;
  --success: #b7ffe3;
  --danger: #ffc8d2;
  --shadow: 0 26px 80px rgba(2, 8, 23, 0.34);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --nav-height: 92px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(84, 191, 255, 0.2), transparent 32%),
    radial-gradient(circle at 85% 10%, rgba(130, 240, 255, 0.14), transparent 26%),
    radial-gradient(circle at 50% 60%, rgba(34, 152, 243, 0.08), transparent 42%),
    linear-gradient(180deg, #081426 0%, #0d1b33 42%, #09111d 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(156, 177, 200, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(156, 177, 200, 0.04) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: radial-gradient(circle at center, black 42%, transparent 88%);
  pointer-events: none;
  z-index: -3;
}

body.menu-open {
  overflow: hidden;
}

body.cursor-ready {
  cursor: none;
}

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

a {
  color: inherit;
}

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

button {
  border: 0;
  background: none;
  color: inherit;
}

.bot-trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.shell {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
}

.glass-card {
  position: relative;
  background: linear-gradient(180deg, rgba(16, 30, 55, 0.88), rgba(10, 19, 36, 0.82));
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-xl);
  backdrop-filter: blur(22px);
  box-shadow: var(--shadow);
}

.glass-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(125, 211, 252, 0.26), transparent 38%, rgba(130, 240, 255, 0.2));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.section {
  padding: 7rem 0;
}

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

.section-tag,
.panel-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  padding: 0.48rem 0.92rem;
  border-radius: 999px;
  border: 1px solid rgba(130, 240, 255, 0.24);
  background: rgba(34, 152, 243, 0.12);
  color: var(--cyan);
  font: 600 0.73rem/1 "JetBrains Mono", monospace;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.section-heading h2,
.hero h1,
.cta-band h2,
.intro-copy h3,
.estimate-block h3,
.lead-form h3,
.portfolio-card h3,
.offer-card h3,
.step-card h3 {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

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

.section-heading p,
.hero-lead,
.hero-points li,
.pipeline-list span,
.pipeline-note,
.metric-label,
.intro-copy p,
.offer-card p,
.step-card p,
.portfolio-card p,
.faq-answer p,
.estimate-note,
.footer-copy,
.success-note {
  color: var(--text-soft);
  line-height: 1.75;
}

.progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  z-index: 1200;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  box-shadow: 0 0 24px rgba(130, 240, 255, 0.6);
}

#particles-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -2;
  opacity: 0.54;
}

.cursor-dot,
.cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1400;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.cursor-dot {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(130, 240, 255, 0.7);
}

.cursor-ring {
  width: 36px;
  height: 36px;
  margin: -18px 0 0 -18px;
  border: 1px solid rgba(130, 240, 255, 0.46);
  border-radius: 50%;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

body.cursor-ready .cursor-dot,
body.cursor-ready .cursor-ring {
  opacity: 1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding-top: 1rem;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--nav-height);
  padding: 0.85rem 1.2rem;
  border-radius: 999px;
  background: rgba(6, 14, 27, 0.72);
  border: 1px solid rgba(125, 211, 252, 0.14);
  backdrop-filter: blur(20px);
  box-shadow: 0 22px 60px rgba(2, 8, 23, 0.24);
}

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

.brand-mark {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--sky), var(--cyan));
  color: var(--bg);
  font: 800 0.96rem/1 "JetBrains Mono", monospace;
  box-shadow: 0 14px 28px rgba(34, 152, 243, 0.28);
}

.brand-copy {
  display: grid;
  gap: 0.14rem;
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 1.18rem;
  letter-spacing: -0.03em;
}

.brand-copy small {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.67rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.menu-toggle {
  display: none;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(125, 211, 252, 0.14);
  cursor: pointer;
}

.nav-panel {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
}

.nav-panel a {
  text-decoration: none;
  color: var(--text-soft);
  font-size: 0.95rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.nav-panel a:hover,
.nav-panel a:focus-visible {
  color: var(--text);
  transform: translateY(-1px);
}

.nav-cta {
  padding: 0.92rem 1.24rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: var(--bg) !important;
  font-weight: 700;
  box-shadow: 0 18px 38px rgba(34, 152, 243, 0.22);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
  gap: 2rem;
  align-items: center;
  min-height: calc(100vh - var(--nav-height) - 2rem);
  padding: 4.8rem 0 3rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.4rem;
  padding: 0.52rem 0.92rem;
  border-radius: 999px;
  background: rgba(34, 152, 243, 0.12);
  border: 1px solid rgba(130, 240, 255, 0.18);
  color: var(--cyan);
  font: 600 0.8rem/1 "JetBrains Mono", monospace;
}

.status-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 0 rgba(130, 240, 255, 0.5);
  animation: pulse 2.6s infinite;
}

.hero h1 {
  font-size: clamp(3rem, 8vw, 6rem);
}

.hero h1 span {
  color: var(--cyan);
}

.hero-copy {
  display: grid;
  align-content: start;
}

.hero-lead {
  max-width: 660px;
  margin: 1.5rem 0 0;
  font-size: 1.08rem;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  padding: 0.92rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

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

.btn-primary {
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: var(--bg);
  box-shadow: 0 18px 40px rgba(34, 152, 243, 0.3);
}

.btn-secondary,
.btn-tertiary {
  border: 1px solid rgba(125, 211, 252, 0.18);
  background: rgba(10, 19, 36, 0.56);
  color: var(--text);
}

.btn-tertiary {
  color: var(--text-soft);
}

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

.hero-points li {
  position: relative;
  padding-left: 1.25rem;
}

.hero-points li::before {
  content: "";
  position: absolute;
  top: 0.72rem;
  left: 0;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: var(--cyan);
}

.hero-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
  margin-top: 1.35rem;
}

.fit-card {
  padding: 1rem 1.05rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(125, 211, 252, 0.1);
}

.fit-card span {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--text-muted);
  font: 600 0.72rem/1 "JetBrains Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fit-card strong {
  display: block;
  font-size: 1rem;
  line-height: 1.55;
}

.fit-card p {
  margin: 0.65rem 0 0;
  color: var(--text-soft);
  line-height: 1.7;
}

.typewriter-line {
  margin-top: 2rem;
  color: var(--text-muted);
  font: 0.82rem/1.7 "JetBrains Mono", monospace;
}

.typewriter-line span {
  color: var(--cyan);
  border-right: 2px solid rgba(130, 240, 255, 0.9);
  padding-right: 0.18rem;
  animation: blink 0.9s steps(1) infinite;
}

.hero-panel {
  padding: 2rem;
}

.pipeline-list {
  display: grid;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pipeline-list li {
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  gap: 0.9rem;
  align-items: start;
}

.pipeline-list strong {
  display: grid;
  place-items: center;
  height: 3rem;
  border-radius: 14px;
  background: rgba(34, 152, 243, 0.14);
  border: 1px solid rgba(130, 240, 255, 0.18);
  color: var(--cyan);
  font: 700 0.95rem/1 "JetBrains Mono", monospace;
}

.board-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.6rem;
}

.board-card {
  padding: 1rem 1.15rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(125, 211, 252, 0.1);
}

.board-card span,
.summary-item span,
.metric-label,
.offer-kicker,
.step-note,
.case-status,
.case-tag,
.step-label,
.char-count,
.ghost-copy,
.budget-labels span,
.footer-links a {
  color: var(--text-muted);
}

.board-card span {
  display: block;
  margin-bottom: 0.3rem;
  font: 600 0.72rem/1 "JetBrains Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.board-card strong {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
}

.pipeline-note {
  margin: 1.3rem 0 0;
}

.metrics {
  padding: 2.6rem 0;
}

.metric-grid,
.card-grid,
.portfolio-grid {
  display: grid;
  gap: 1.2rem;
}

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

.request-guardrails {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.guardrail-item {
  padding: 1rem 1.1rem;
  border-radius: var(--radius-lg);
  background: rgba(10, 19, 36, 0.68);
  border: 1px solid rgba(125, 211, 252, 0.12);
  backdrop-filter: blur(16px);
}

.guardrail-item strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 1rem;
}

.guardrail-item span {
  color: var(--text-soft);
  line-height: 1.7;
}

.metric-card {
  padding: 1.35rem 1.1rem;
  border-radius: var(--radius-lg);
  background: rgba(10, 19, 36, 0.68);
  border: 1px solid rgba(125, 211, 252, 0.12);
  backdrop-filter: blur(16px);
}

.metric-value {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--cyan);
}

.metric-label {
  margin: 0.6rem 0 0;
  font-size: 0.95rem;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1.5rem;
  align-items: start;
}

.intro-copy,
.estimate-panel,
.lead-form {
  padding: 1.8rem;
}

.premium-product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(120, 164, 255, 0.28);
  background:
    linear-gradient(160deg, rgba(12, 24, 48, 0.96) 0%, rgba(18, 37, 72, 0.94) 100%);
  box-shadow: 0 24px 60px rgba(4, 10, 24, 0.28);
}

.premium-product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(109, 165, 255, 0.22), transparent 45%),
    radial-gradient(circle at bottom left, rgba(171, 192, 255, 0.18), transparent 36%);
  pointer-events: none;
}

.premium-product-card > * {
  position: relative;
  z-index: 1;
}

.premium-product-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(138, 182, 255, 0.35);
  border-radius: 999px;
  color: #dce8ff;
  background: rgba(9, 18, 34, 0.55);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-product-kicker::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #9dbdff, #f7fbff);
  box-shadow: 0 0 18px rgba(157, 189, 255, 0.9);
}

.premium-product-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.15rem;
}

.premium-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.premium-product-meta li {
  padding: 0.4rem 0.65rem;
  border: 1px solid rgba(138, 182, 255, 0.22);
  border-radius: 999px;
  color: rgba(227, 235, 255, 0.88);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.82rem;
}

.premium-product-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 0.25rem;
  padding: 0.95rem 1.25rem;
  border-radius: 999px;
  color: #08162a;
  background: linear-gradient(135deg, #d8e6ff 0%, #9cc0ff 55%, #f5fbff 100%);
  box-shadow: 0 14px 30px rgba(104, 151, 235, 0.28);
  font-weight: 700;
  text-decoration: none;
}

.premium-product-cta:hover,
.premium-product-cta:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(104, 151, 235, 0.34);
}

.premium-product-cta--muted {
  color: rgba(226, 235, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.premium-product-cta--muted:hover,
.premium-product-cta--muted:focus-visible {
  transform: none;
  box-shadow: none;
}

.premium-product-note {
  margin: 0;
  color: rgba(222, 231, 248, 0.84);
  font-size: 0.95rem;
}

.intro-copy h3 {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  margin-bottom: 1rem;
}

.context-list,
.case-points {
  display: grid;
  gap: 0.7rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.context-list li,
.case-points li {
  position: relative;
  padding-left: 1.2rem;
  color: var(--text-soft);
  line-height: 1.65;
}

.context-list li::before,
.case-points li::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--cyan);
}

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

.offer-card,
.step-card,
.portfolio-card {
  padding: 1.4rem;
}

.offer-card {
  display: grid;
  gap: 0.95rem;
  min-height: 100%;
}

.offer-kicker,
.step-note,
.case-tag,
.case-status,
.step-label,
.step-label,
.budget-labels span,
.ghost-copy {
  font: 600 0.7rem/1.3 "JetBrains Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer-card h3 {
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
}

.offer-actions {
  display: grid;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(125, 211, 252, 0.12);
}

.offer-actions span {
  color: var(--text-muted);
  line-height: 1.65;
}

.card-inline-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.78rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  background: rgba(34, 152, 243, 0.1);
  color: var(--text);
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.card-inline-cta::after {
  content: "->";
  color: var(--cyan);
  font: 700 0.78rem/1 "JetBrains Mono", monospace;
}

.card-inline-cta:hover,
.card-inline-cta:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(130, 240, 255, 0.34);
  background: rgba(34, 152, 243, 0.16);
}

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

.step-card {
  min-height: 100%;
}

.step-number {
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  border-radius: 15px;
  background: rgba(34, 152, 243, 0.14);
  border: 1px solid rgba(130, 240, 255, 0.18);
  color: var(--cyan);
  font: 700 0.95rem/1 "JetBrains Mono", monospace;
}

.step-card h3 {
  font-size: 1.38rem;
  margin-bottom: 0.7rem;
}

.step-note {
  display: inline-flex;
  margin-top: 1rem;
}

.portfolio-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
}

.filter-btn {
  padding: 0.9rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(125, 211, 252, 0.12);
  background: rgba(10, 19, 36, 0.5);
  color: var(--text-soft);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.filter-btn:hover,
.filter-btn:focus-visible,
.filter-btn.active {
  transform: translateY(-1px);
  border-color: var(--surface-border-strong);
  color: var(--text);
  background: rgba(34, 152, 243, 0.12);
}

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

.portfolio-card {
  display: grid;
  gap: 0.95rem;
}

.portfolio-card.is-hidden {
  display: none;
}

.case-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.case-tag {
  padding: 0.35rem 0.62rem;
  border-radius: 999px;
  background: rgba(34, 152, 243, 0.12);
  border: 1px solid rgba(130, 240, 255, 0.18);
}

.case-status {
  text-align: right;
}

.portfolio-card h3 {
  font-size: 1.66rem;
}

.case-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: auto;
}

.case-stack span {
  padding: 0.5rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(125, 211, 252, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-soft);
  font: 600 0.7rem/1 "JetBrains Mono", monospace;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

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

.estimate-panel {
  position: sticky;
  top: calc(var(--nav-height) + 1.8rem);
}

.estimate-summary {
  display: grid;
  gap: 0.95rem;
}

.summary-item {
  padding: 1rem 1.05rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(125, 211, 252, 0.1);
}

.summary-item span {
  display: block;
  margin-bottom: 0.42rem;
}

.summary-item strong {
  display: block;
  font-size: 1.06rem;
  line-height: 1.5;
}

.estimate-note {
  margin: 1rem 0 0;
}

.estimate-block {
  margin-top: 1.5rem;
}

.estimate-block h3 {
  font-size: 1.48rem;
  margin-bottom: 0.8rem;
}

.estimate-list {
  margin-top: 0.85rem;
}

.estimate-guidance {
  margin-top: 1.4rem;
  padding: 1.1rem 1.15rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(125, 211, 252, 0.1);
}

.estimate-guidance-label {
  margin: 0 0 0.75rem;
  color: var(--text-muted);
  font: 600 0.72rem/1 "JetBrains Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.estimate-guidance strong {
  display: block;
  font-size: 1.08rem;
  line-height: 1.55;
}

.estimate-guidance-copy {
  margin: 0.7rem 0 0;
  color: var(--text-soft);
  line-height: 1.75;
}

.estimate-signal-list {
  display: grid;
  gap: 0.68rem;
  margin: 0.95rem 0 0;
  padding-left: 1.15rem;
  color: var(--text-soft);
  line-height: 1.65;
}

.lead-form {
  min-height: 100%;
}

.form-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.step-label {
  display: inline-flex;
  margin: 0 0 0.5rem;
}

#form-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.step-dots {
  display: inline-flex;
  gap: 0.55rem;
  margin-top: 0.2rem;
}

.step-dot {
  width: 0.78rem;
  height: 0.78rem;
  border-radius: 999px;
  background: rgba(156, 177, 200, 0.2);
  border: 1px solid rgba(125, 211, 252, 0.12);
}

.step-dot.active {
  background: var(--cyan);
  box-shadow: 0 0 0 6px rgba(130, 240, 255, 0.12);
}

.step-dot.done {
  background: rgba(130, 240, 255, 0.55);
}

.form-feedback {
  min-height: 1.5rem;
  margin-bottom: 0.6rem;
  color: var(--danger);
  font-size: 0.94rem;
}

.prefill-banner {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 1.1rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(130, 240, 255, 0.18);
  background: rgba(34, 152, 243, 0.12);
}

.prefill-kicker {
  display: inline-flex;
  margin-bottom: 0.4rem;
  color: var(--text-muted);
  font: 600 0.7rem/1.3 "JetBrains Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.prefill-banner strong {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
}

.prefill-copy {
  margin: 0.4rem 0 0;
  color: var(--text-soft);
  line-height: 1.65;
}

.prefill-clear {
  flex-shrink: 0;
  padding: 0.62rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(125, 211, 252, 0.16);
  background: rgba(6, 14, 27, 0.4);
  color: var(--text);
  cursor: pointer;
}

.prefill-clear:hover,
.prefill-clear:focus-visible {
  border-color: rgba(130, 240, 255, 0.34);
  background: rgba(6, 14, 27, 0.58);
}

.form-body {
  display: grid;
}

.form-step {
  display: none;
  gap: 1rem;
}

.form-step.active {
  display: grid;
}

.form-question {
  font-family: "Syne", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.form-hint {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.75;
}

.form-textarea,
.form-input {
  width: 100%;
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: var(--radius-md);
  background: rgba(6, 14, 27, 0.58);
  color: var(--text);
  padding: 1rem 1.1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.form-textarea:focus,
.form-input:focus {
  outline: none;
  border-color: rgba(130, 240, 255, 0.42);
  box-shadow: 0 0 0 6px rgba(130, 240, 255, 0.08);
  background: rgba(8, 17, 31, 0.74);
}

.form-textarea {
  min-height: 220px;
  resize: vertical;
}

.idea-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.idea-chip {
  padding: 0.7rem 0.92rem;
  border-radius: 999px;
  border: 1px solid rgba(125, 211, 252, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-soft);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.idea-chip:hover,
.idea-chip:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(130, 240, 255, 0.34);
  background: rgba(34, 152, 243, 0.12);
  color: var(--text);
}

.form-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.char-count {
  white-space: nowrap;
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.option-grid.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.option-btn {
  display: grid;
  gap: 0.55rem;
  align-content: start;
  min-height: 118px;
  padding: 1rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(125, 211, 252, 0.12);
  background: rgba(255, 255, 255, 0.03);
  text-align: left;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.option-btn strong {
  font-size: 1rem;
  line-height: 1.5;
}

.option-btn span {
  color: var(--text-soft);
  line-height: 1.6;
}

.option-btn:hover,
.option-btn:focus-visible,
.option-btn.selected {
  transform: translateY(-2px);
  border-color: rgba(130, 240, 255, 0.34);
  background: rgba(34, 152, 243, 0.12);
  box-shadow: 0 16px 40px rgba(2, 8, 23, 0.2);
}

.range-wrap {
  display: grid;
  gap: 1.1rem;
  padding: 1.2rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(125, 211, 252, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.range-slider {
  width: 100%;
  appearance: none;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(84, 191, 255, 0.32), rgba(130, 240, 255, 0.86));
  cursor: pointer;
}

.range-slider::-webkit-slider-thumb {
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid rgba(6, 14, 27, 0.85);
  background: var(--cyan);
  box-shadow: 0 6px 16px rgba(2, 8, 23, 0.3);
}

.range-slider::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid rgba(6, 14, 27, 0.85);
  background: var(--cyan);
  box-shadow: 0 6px 16px rgba(2, 8, 23, 0.3);
}

.range-output {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.range-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.62rem 0.8rem;
  border-radius: 999px;
  background: rgba(34, 152, 243, 0.12);
  border: 1px solid rgba(130, 240, 255, 0.18);
  color: var(--cyan);
  font: 600 0.76rem/1 "JetBrains Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.range-output strong {
  font-size: 1.2rem;
}

.budget-labels {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.6rem;
}

.budget-labels span {
  text-align: center;
}

.final-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.summary-box {
  display: grid;
  gap: 0.55rem;
  padding: 1rem 1.1rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(125, 211, 252, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-soft);
}

.summary-box p {
  margin: 0;
  line-height: 1.65;
}

.consent-box {
  display: flex;
  align-items: start;
  gap: 0.8rem;
  padding: 1rem 1.1rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(125, 211, 252, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-soft);
  line-height: 1.7;
}

.consent-box input {
  margin-top: 0.28rem;
  width: 1rem;
  height: 1rem;
  accent-color: var(--cyan);
}

.consent-box a {
  color: var(--cyan);
}

.form-success {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.success-mark {
  display: inline-grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 18px;
  background: rgba(130, 240, 255, 0.14);
  border: 1px solid rgba(130, 240, 255, 0.22);
  color: var(--cyan);
  font: 700 1rem/1 "JetBrains Mono", monospace;
}

.form-success h3 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.form-success p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.75;
}

.form-actions {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.8rem;
}

.form-actions .btn {
  flex: 1;
}

#btn-back[hidden] {
  display: none;
}

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

.faq-item {
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.35rem;
  text-align: left;
  cursor: pointer;
  font-weight: 600;
}

.faq-question span {
  flex: none;
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid rgba(125, 211, 252, 0.14);
  color: var(--cyan);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}

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

.faq-item.open .faq-answer {
  max-height: 260px;
}

.faq-item.open .faq-question span {
  transform: rotate(45deg);
}

.cta-band {
  padding: 0 0 5rem;
}

.cta-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1.6rem 1.8rem;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(84, 191, 255, 0.12), rgba(130, 240, 255, 0.1));
  border: 1px solid rgba(130, 240, 255, 0.16);
  box-shadow: var(--shadow);
}

.cta-band h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.site-footer {
  padding: 0 0 2rem;
}

.policy-page .section {
  padding-top: 4rem;
}

.policy-title {
  font-size: clamp(2.4rem, 5vw, 4rem);
  margin: 0;
  font-family: "Syne", sans-serif;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.policy-card {
  padding: 1.5rem;
}

.policy-card h2 {
  margin: 0 0 0.9rem;
  font-family: "Syne", sans-serif;
  font-size: 1.45rem;
  letter-spacing: -0.03em;
}

.policy-card p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.75;
}

.policy-list {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding-left: 1.2rem;
  color: var(--text-soft);
  line-height: 1.7;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem 0 0;
  border-top: 1px solid rgba(125, 211, 252, 0.12);
}

.footer-brand {
  margin: 0 0 0.65rem;
  font-family: "Syne", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.footer-copy {
  max-width: 620px;
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 0.8rem 1rem;
}

.footer-links a {
  text-decoration: none;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

.confetti {
  position: fixed;
  top: -12px;
  width: 10px;
  height: 18px;
  border-radius: 4px;
  pointer-events: none;
  z-index: 1500;
  animation: confetti-fall linear forwards;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(130, 240, 255, 0.45);
  }
  50% {
    opacity: 0.65;
    transform: scale(0.9);
    box-shadow: 0 0 0 12px rgba(130, 240, 255, 0);
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

@keyframes confetti-fall {
  to {
    transform: translate3d(var(--drift), 112vh, 0) rotate(420deg);
    opacity: 0;
  }
}

@media (max-width: 1080px) {
  .hero,
  .intro-grid,
  .form-layout {
    grid-template-columns: 1fr;
  }

  .estimate-panel {
    position: static;
  }

  .metric-grid,
  .request-guardrails,
  .step-grid,
  .portfolio-grid,
  .policy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  :root {
    --nav-height: 78px;
  }

  .shell {
    width: min(100% - 1.1rem, 720px);
  }

  .site-header {
    padding-top: 0.6rem;
  }

  .nav {
    border-radius: 28px;
    min-height: var(--nav-height);
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .nav-panel {
    position: absolute;
    top: calc(100% + 0.6rem);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border-radius: 24px;
    background: rgba(6, 14, 27, 0.94);
    border: 1px solid rgba(125, 211, 252, 0.12);
    box-shadow: var(--shadow);
  }

  body.menu-open .nav-panel {
    display: flex;
  }

  .nav-panel a {
    padding: 0.6rem 0;
  }

  .hero {
    min-height: auto;
    padding: 3.4rem 0 2rem;
  }

  .hero h1 {
    font-size: clamp(2.6rem, 12vw, 4.3rem);
  }

  .hero-actions,
  .form-actions,
  .cta-band-inner,
  .footer-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .metric-grid,
  .offer-grid,
  .step-grid,
  .portfolio-grid,
  .policy-grid,
  .request-guardrails,
  .hero-fit-grid,
  .option-grid,
  .option-grid.compact,
  .final-grid {
    grid-template-columns: 1fr;
  }

  .form-header {
    flex-direction: column;
  }

  .prefill-banner {
    flex-direction: column;
  }

  .form-meta,
  .range-output {
    flex-direction: column;
    align-items: start;
  }

  .budget-labels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-question {
    align-items: start;
  }

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
