:root {
  --ink: #10172b;
  --ink-soft: #4b5578;
  --paper: #f0efe8;
  --surface: #ffffff;
  --mist: #e7ebf3;
  --teal: #2952c9;
  --teal-dark: #17337f;
  --coral: #ff5a36;
  --gold: #f2a900;
  --line: rgba(16, 23, 43, 0.14);
  --shadow: 0 24px 70px rgba(16, 23, 43, 0.16);
  --radius: 8px;
  --container: min(1120px, calc(100vw - 40px));
  --font-display: "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  --font-body: "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono: "SFMono-Regular", Menlo, Consolas, ui-monospace, monospace;
  --grid-line: rgba(16, 23, 43, 0.055);
  --reveal-distance: 22px;
  --reveal-duration: 620ms;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px),
    var(--paper);
  background-size:
    64px 64px,
    64px 64px,
    auto;
  font-family: var(--font-body);
  line-height: 1.6;
}

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

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

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  transform: translateY(-140%);
  background: var(--surface);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 10px 14px;
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  background: rgba(240, 239, 232, 0.84);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  border-color: var(--line);
  box-shadow: 0 10px 30px rgba(16, 23, 43, 0.08);
}

.subpage-header {
  position: sticky;
  top: 0;
  inset: auto;
  background: rgba(240, 239, 232, 0.96);
  border-color: var(--line);
  box-shadow: 0 10px 30px rgba(16, 23, 43, 0.08);
}

.nav {
  width: var(--container);
  min-height: 76px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
}

.brand-logo {
  width: 56px;
  height: 56px;
  display: block;
  object-fit: contain;
  border-radius: 16px;
  padding: 5px;
  box-shadow: 0 12px 26px rgba(41, 82, 201, 0.18), inset 0 0 0 1px rgba(20, 201, 191, 0.2);
  background: linear-gradient(135deg, #ffffff 0%, #eef7ff 48%, #fff7ed 100%);
  border: 1px solid rgba(16, 23, 43, 0.08);
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1;
}

.brand-text strong {
  font-size: 1.12rem;
}

.brand-text small {
  color: var(--ink-soft);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-menu {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-menu a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: var(--radius);
  color: var(--ink-soft);
  font-size: 0.95rem;
  font-weight: 650;
}

.nav-menu a:hover,
.nav-menu a:focus-visible {
  background: rgba(41, 82, 201, 0.1);
  color: var(--ink);
}

.nav-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border-radius: var(--radius);
  background: var(--teal);
  color: white;
  font-weight: 750;
  box-shadow: 0 12px 26px rgba(41, 82, 201, 0.22);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 132px 0 88px;
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 22%, rgba(41, 130, 255, 0.34), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(20, 201, 191, 0.2), transparent 24%),
    radial-gradient(circle at 80% 86%, rgba(41, 82, 201, 0.32), transparent 34%),
    linear-gradient(135deg, #06122f 0%, #102c70 52%, #eaf3ff 140%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: -18% -8% auto auto;
  width: min(46vw, 620px);
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  filter: blur(2px);
  z-index: -3;
}

.hero::after {
  content: "";
  position: absolute;
  left: -12%;
  bottom: -24%;
  width: min(44vw, 560px);
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(20, 201, 191, 0.12);
  z-index: -3;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(6, 18, 47, 0.5) 0%, rgba(6, 18, 47, 0.26) 58%, rgba(255, 255, 255, 0.1) 100%),
    linear-gradient(0deg, rgba(6, 18, 47, 0.22), rgba(6, 18, 47, 0));
}

.hero-content {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.58fr);
  gap: 44px;
  align-items: center;
  color: white;
}

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

.eyebrow {
  margin: 0 0 14px;
  color: var(--coral);
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "// ";
  opacity: 0.6;
}

.hero .eyebrow {
  color: #ffb39d;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.04;
  letter-spacing: -0.01em;
  font-family: var(--font-display);
}

h1 {
  max-width: 860px;
  font-size: clamp(2.6rem, 5vw, 4.7rem);
}

h2 {
  max-width: 15ch;
  font-size: clamp(2.1rem, 4.8vw, 4.4rem);
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.7rem);
}

.hero-lead {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.06rem, 2vw, 1.28rem);
}

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

.hero-brand-panel { display: none; }

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 0 20px;
  cursor: pointer;
  font-weight: 800;
  text-align: center;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--coral);
  color: white;
  box-shadow: 0 14px 32px rgba(255, 90, 54, 0.32);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #e2431f;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.42);
  color: white;
}

.button-outline {
  border-color: rgba(41, 82, 201, 0.34);
  color: var(--teal-dark);
  background: white;
}

.button-outline:hover,
.button-outline:focus-visible {
  border-color: var(--teal);
  box-shadow: 0 12px 30px rgba(41, 82, 201, 0.12);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(110px, 1fr));
  gap: 12px;
  max-width: 620px;
  margin: 44px 0 0;
}

.hero-metrics div {
  border-left: 2px solid rgba(255, 179, 157, 0.72);
  padding-left: 14px;
}

.hero-metrics dt {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  font-weight: 850;
  line-height: 1;
}

.hero-metrics dd {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.74);
}

.hero-configurator {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(238, 247, 255, 0.96));
  color: var(--ink);
  padding: 24px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.config-topline {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 850;
}

.config-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(20, 201, 191, 0.28);
  border-radius: 999px;
  background: rgba(20, 201, 191, 0.12);
  padding: 0 12px;
  color: var(--coral);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.config-topline strong {
  color: var(--teal-dark);
}

.config-price-card {
  display: grid;
  gap: 5px;
  margin-bottom: 20px;
  border: 1px solid rgba(15, 99, 255, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(15, 99, 255, 0.1), rgba(20, 201, 191, 0.14)),
    #ffffff;
  padding: 18px;
}

.config-price-card span,
.config-price-card small {
  color: var(--ink-soft);
  font-weight: 800;
}

.config-price-card strong {
  color: var(--teal-dark);
  font-family: var(--font-mono);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.hero-configurator h2 {
  max-width: none;
  font-size: clamp(1.55rem, 2.6vw, 2.2rem);
}

.hero-configurator > p {
  margin: 14px 0 20px;
  color: var(--ink-soft);
}

.industry-switcher {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.industry-switcher button {
  display: grid;
  gap: 4px;
  min-height: 70px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  color: var(--ink-soft);
  cursor: pointer;
  font-weight: 850;
  padding: 12px;
  text-align: left;
}

.industry-switcher button span {
  color: var(--ink);
  font-weight: 900;
}

.industry-switcher button small {
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 750;
}

.industry-switcher button.is-active,
.industry-switcher button:hover,
.industry-switcher button:focus-visible {
  border-color: rgba(20, 201, 191, 0.55);
  background:
    linear-gradient(135deg, rgba(20, 201, 191, 0.16), rgba(15, 99, 255, 0.08)),
    white;
  color: var(--ink);
  box-shadow: 0 12px 26px rgba(15, 99, 255, 0.12);
}

.config-output {
  margin: 18px 0;
  border: 1px solid rgba(41, 82, 201, 0.18);
  border-radius: var(--radius);
  background: #ffffff;
  padding: 18px;
}

.config-output span {
  display: block;
  margin-bottom: 8px;
  color: var(--teal-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.config-output h3 {
  font-size: 1.2rem;
}

.config-output p {
  margin: 8px 0 0;
  color: var(--ink-soft);
}

.config-output ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.config-output li {
  border: 1px solid rgba(20, 201, 191, 0.22);
  border-radius: 999px;
  background: rgba(20, 201, 191, 0.1);
  color: var(--teal-dark);
  padding: 7px 10px;
  font-size: 0.82rem;
  font-weight: 850;
}

.config-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.config-actions .button {
  width: 100%;
}

.section {
  padding: 104px 0;
}

.section-band {
  padding: 36px 0;
  background: var(--ink);
  color: white;
}

.section-inner {
  width: var(--container);
  margin: 0 auto;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: 42px;
  align-items: center;
}

.intro-grid p {
  margin: 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.86);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: inset 0 0 0 4px var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-heading p:not(.eyebrow) {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 1.06rem;
}

.quick-start-section {
  background: var(--paper);
  padding-top: 84px;
}

.quick-start-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}

.quick-start-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.quick-start-steps article {
  min-height: 230px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 22px;
  box-shadow: 0 16px 44px rgba(16, 23, 43, 0.08);
}

.quick-start-steps span {
  display: block;
  margin-bottom: 36px;
  color: var(--gold);
  font-weight: 900;
}

.quick-start-steps h3 {
  font-size: 1.18rem;
}

.quick-start-steps p {
  margin: 10px 0 0;
  color: var(--ink-soft);
}

.ready-kit-section {
  background: var(--ink);
  color: white;
}

.ready-kit-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
}

.ready-kit-section .section-heading {
  margin-bottom: 0;
}

.ready-kit-section .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
}

.ready-kit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.ready-kit-board {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  padding: 22px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.ready-kit-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.ready-kit-flow span {
  min-height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(20, 201, 191, 0.28);
  border-radius: var(--radius);
  background: rgba(20, 201, 191, 0.12);
  color: #a7f3ef;
  font-size: 0.82rem;
  font-weight: 900;
}

.ready-kit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ready-kit-list article {
  min-height: 118px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  padding: 18px;
}

.ready-kit-list span {
  display: block;
  margin-bottom: 18px;
  color: #ffb39d;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ready-kit-list strong {
  display: block;
  line-height: 1.25;
}

.demo-teaser-section {
  background: var(--mist);
  padding-top: 84px;
}

.demo-teaser-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: 44px;
  align-items: center;
}

.demo-teaser-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.demo-teaser-preview {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.demo-teaser-toolbar {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
  background: #ece9df;
}

.demo-teaser-toolbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(16, 23, 43, 0.24);
}

.demo-teaser-toolbar strong {
  margin-left: auto;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.demo-teaser-screen {
  min-height: 420px;
  display: grid;
  align-content: end;
  gap: 18px;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(16, 23, 43, 0.88), rgba(16, 23, 43, 0.48)),
    linear-gradient(135deg, rgba(255, 90, 54, 0.24), rgba(41, 82, 201, 0.2));
  color: white;
}

.demo-teaser-screen > p {
  margin: 0;
  color: #ffccb9;
  font-weight: 900;
}

.demo-teaser-screen h3 {
  max-width: 12ch;
  font-size: clamp(2rem, 5vw, 4rem);
}

.demo-teaser-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.demo-teaser-contact span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.14);
  padding: 0 12px;
  font-weight: 800;
}

.demo-teaser-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 8px;
}

.demo-teaser-cards article {
  min-height: 96px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  padding: 14px;
  animation: demoCardLift 3600ms ease-in-out infinite;
}

.demo-teaser-cards article:nth-child(2) {
  animation-delay: 160ms;
}

.demo-teaser-cards article:nth-child(3) {
  animation-delay: 320ms;
}

.demo-teaser-cards span {
  display: block;
  color: #ffccb9;
  font-weight: 900;
}

.demo-teaser-cards strong {
  display: block;
  margin-top: 20px;
}

.section-actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

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

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

.service-card,
.pricing-card,
.work-card,
.case-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 16px 44px rgba(16, 23, 43, 0.08);
}

.service-card::before,
.service-card::after,
.pricing-card::before,
.pricing-card::after,
.work-card::before,
.work-card::after,
.case-card::before,
.case-card::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  opacity: 0;
  transition: opacity 200ms ease;
  pointer-events: none;
}

.service-card::before,
.pricing-card::before,
.work-card::before,
.case-card::before {
  top: 9px;
  left: 9px;
  border-top: 2px solid var(--teal);
  border-left: 2px solid var(--teal);
}

.service-card::after,
.pricing-card::after,
.work-card::after,
.case-card::after {
  bottom: 9px;
  right: 9px;
  border-bottom: 2px solid var(--coral);
  border-right: 2px solid var(--coral);
}

.service-card:hover::before,
.service-card:hover::after,
.pricing-card:hover::before,
.pricing-card:hover::after,
.work-card:hover::before,
.work-card:hover::after,
.case-card:hover::before,
.case-card:hover::after,
.pricing-card.featured::before,
.pricing-card.featured::after {
  opacity: 1;
}

.service-card {
  min-height: 310px;
  padding: 26px;
}

.card-index {
  display: inline-flex;
  margin-bottom: 36px;
  color: var(--teal);
  font-family: var(--font-mono);
  font-weight: 700;
}

.service-card p,
.work-card p,
.pricing-card li,
.faq-list p {
  color: var(--ink-soft);
}

.muted-section {
  background: var(--mist);
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
  gap: 62px;
  align-items: start;
}

.sticky-heading {
  position: sticky;
  top: 112px;
}

.timeline {
  counter-reset: steps;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.timeline li {
  counter-increment: steps;
  position: relative;
  border: 1px solid rgba(16, 23, 43, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  padding: 26px 28px 26px 86px;
}

.timeline li::before {
  content: counter(steps, decimal-leading-zero);
  position: absolute;
  left: 24px;
  top: 27px;
  color: var(--coral);
  font-weight: 900;
}

.timeline span {
  display: block;
  font-size: 1.18rem;
  font-weight: 850;
}

.timeline p {
  margin: 8px 0 0;
  color: var(--ink-soft);
}

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

.work-card {
  overflow: hidden;
}

.work-copy {
  padding: 24px;
}

.work-mark {
  position: relative;
  display: block;
  width: 84px;
  height: 18px;
  margin-bottom: 18px;
  color: transparent;
}

.work-mark::before,
.work-mark::after {
  content: "";
  position: absolute;
  top: 50%;
}

.work-mark::before {
  left: 0;
  width: 22px;
  height: 10px;
  border-bottom: 3px solid var(--teal);
  border-radius: 999px;
  transform: translateY(-60%) rotate(-8deg);
  box-shadow: 10px 6px 0 -1px rgba(20, 201, 191, 0.45);
}

.work-mark::after {
  left: 34px;
  right: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(20, 201, 191, 0.95), rgba(41, 82, 201, 0.45));
  transform: translateY(-50%);
}

.work-type,
.pricing-kicker {
  margin: 0 0 10px;
  color: var(--coral);
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.work-copy p:last-child {
  margin-bottom: 0;
}

.pricing-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 24px;
}

.pricing-card.featured {
  border-color: rgba(20, 201, 191, 0.44);
  background:
    linear-gradient(180deg, rgba(20, 201, 191, 0.08), rgba(255, 255, 255, 0) 42%),
    var(--surface);
  box-shadow: var(--shadow);
}

.pricing-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  min-height: 34px;
  margin-bottom: 16px;
}

.pricing-card-head span {
  flex: 0 0 auto;
  border: 1px solid rgba(20, 201, 191, 0.24);
  border-radius: 999px;
  background: rgba(20, 201, 191, 0.1);
  color: var(--teal-dark);
  padding: 6px 9px;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.price {
  margin: 16px 0 8px;
  color: var(--coral);
  font-family: var(--font-mono);
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 800;
  line-height: 1.2;
}

.price:has(+ .price-note) {
  margin-bottom: 14px;
}

.price-note {
  margin: 0 0 18px;
  color: var(--ink-soft);
  font-weight: 850;
}

.pricing-card ul {
  margin: 18px 0 28px;
  padding-left: 20px;
}

.pricing-card li + li {
  margin-top: 10px;
}

.pricing-card .button {
  margin-top: auto;
  width: 100%;
}

.budget-section {
  background: var(--paper);
}

.budget-layout {
  display: grid;
  gap: 22px;
}

.budget-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.budget-panel article,
.budget-strip {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 16px 44px rgba(16, 23, 43, 0.08);
}

.budget-panel article {
  padding: 26px;
}

.budget-panel span {
  display: block;
  color: var(--coral);
  font-weight: 900;
  margin-bottom: 16px;
}

.budget-panel ul {
  margin: 0;
  padding-left: 20px;
  color: var(--ink-soft);
}

.budget-panel li + li {
  margin-top: 10px;
}

.rules-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rules-panel article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 24px;
  box-shadow: 0 16px 44px rgba(16, 23, 43, 0.08);
}

.rules-panel span {
  display: block;
  margin-bottom: 28px;
  color: var(--gold);
  font-weight: 900;
}

.rules-panel h2 {
  max-width: none;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.rules-panel p {
  margin: 12px 0 0;
  color: var(--ink-soft);
}

.budget-strip {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 18px;
}

.budget-strip strong {
  color: var(--ink);
}

.budget-strip span {
  color: var(--ink-soft);
}

.hosting-explain-section {
  background: var(--paper);
}

.hosting-explain-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 52px;
  align-items: start;
}

.hosting-explain-copy {
  max-width: 760px;
}

.hosting-explain-copy h2,
.hosting-scope-layout h2,
.hosting-domain-layout h2 {
  max-width: 14ch;
}

.hosting-explain-copy p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.06rem, 2vw, 1.22rem);
}

.hosting-price-panel {
  position: sticky;
  top: 104px;
  border: 1px solid rgba(41, 82, 201, 0.22);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(41, 82, 201, 0.09), rgba(255, 255, 255, 0)),
    var(--surface);
  padding: 24px;
  box-shadow: 0 18px 50px rgba(16, 23, 43, 0.12);
}

.hosting-price-panel span {
  display: block;
  margin-bottom: 14px;
  color: var(--coral);
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hosting-price-panel strong {
  display: block;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  line-height: 0.95;
}

.hosting-price-panel small {
  display: block;
  margin-top: 6px;
  color: var(--ink-soft);
  font-weight: 800;
}

.hosting-price-panel hr {
  height: 1px;
  margin: 20px 0;
  border: 0;
  background: var(--line);
}

.hosting-price-panel p {
  margin: 18px 0;
  color: var(--ink-soft);
}

.hosting-price-panel .button {
  width: 100%;
}

.hosting-domain-section {
  background: var(--surface);
}

.hosting-domain-layout {
  display: grid;
  gap: 32px;
}

.hosting-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.hosting-compare div {
  padding: 26px 28px;
}

.hosting-compare div + div {
  border-left: 1px solid var(--line);
}

.hosting-compare span,
.hosting-scope-list h3 {
  display: block;
  margin-bottom: 12px;
  color: var(--coral);
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hosting-compare strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.05;
}

.hosting-compare p,
.hosting-domain-note {
  color: var(--ink-soft);
}

.hosting-compare p {
  margin: 10px 0 0;
}

.hosting-domain-note {
  max-width: 900px;
  margin: 0;
  font-size: 1.05rem;
}

.hosting-scope-section {
  background: var(--ink);
  color: white;
}

.hosting-scope-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.55fr) minmax(0, 1fr);
  gap: 52px;
  align-items: start;
}

.hosting-scope-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  overflow: hidden;
}

.hosting-scope-list {
  padding: 26px;
  background: rgba(255, 255, 255, 0.08);
}

.hosting-scope-list + .hosting-scope-list {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.hosting-scope-list-muted {
  background: rgba(255, 255, 255, 0.035);
}

.hosting-scope-list h3 {
  margin-top: 0;
  color: #ffb39d;
}

.hosting-scope-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.hosting-scope-list li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.78);
}

.hosting-scope-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
}

.hosting-scope-list-muted li::before {
  background: rgba(255, 255, 255, 0.38);
}

.hosting-path-section {
  background: var(--teal);
  color: white;
  padding: 44px 0;
}

.hosting-path-layout {
  display: grid;
  grid-template-columns: minmax(190px, 0.28fr) minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.hosting-path-section .eyebrow {
  margin: 0;
  color: #c8fff9;
}

.hosting-path-line {
  display: grid;
  gap: 6px;
}

.hosting-path-line span {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 750;
}

.hosting-path-section .button {
  background: white;
  color: var(--teal-dark);
  box-shadow: none;
}

.hosting-faq-section {
  background: var(--paper);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1fr);
  gap: 56px;
}

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

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 0;
}

summary {
  cursor: pointer;
  padding: 20px 54px 20px 22px;
  font-weight: 850;
  list-style: none;
  position: relative;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--teal);
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: 0;
  padding: 0 22px 22px;
}

.contact-section {
  background: var(--ink);
  color: white;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.contact-copy h2 {
  max-width: 18ch;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

.contact-copy p:not(.eyebrow) {
  max-width: 580px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
}

.contact-links {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.contact-links a {
  width: fit-content;
  color: #ffb39d;
  font-weight: 800;
}

.contact-form {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  padding: 28px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
}

.bot-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-row {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

label {
  font-weight: 760;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  padding: 13px 14px;
  outline: none;
}

textarea {
  resize: vertical;
  min-height: 132px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #ffb39d;
  box-shadow: 0 0 0 3px rgba(255, 179, 157, 0.24);
}

.field-error {
  min-height: 18px;
  color: #ffd4c8;
  font-size: 0.88rem;
}

.consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
}

.consent a {
  color: #ffb39d;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.consent input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  accent-color: var(--coral);
}

.form-submit {
  width: 100%;
  margin-top: 14px;
}

.form-status {
  min-height: 24px;
  margin: 14px 0 0;
  color: #ffccb9;
  font-weight: 760;
}

.message-preview {
  min-height: 150px;
  margin-top: 12px;
  background: rgba(255, 255, 255, 0.96);
}

.message-preview[hidden],
.copy-message[hidden] {
  display: none;
}

.copy-message {
  width: 100%;
  margin-top: 10px;
}

.site-footer {
  background: #0a0e1d;
  color: rgba(255, 255, 255, 0.74);
  padding: 26px 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.footer-inner p {
  margin: 0;
}

.footer-inner a {
  color: white;
  font-weight: 800;
}

.mobile-action-bar {
  display: none;
}

.privacy-main {
  padding: 56px 0 88px;
}

.subpage-main {
  padding-top: 0;
}

.subpage-hero {
  background: var(--ink);
  color: white;
  padding: 86px 0 64px;
}

.subpage-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: 56px;
  align-items: end;
}

.subpage-hero h1 {
  max-width: 760px;
  font-size: clamp(2.3rem, 5vw, 4.4rem);
}

.subpage-hero p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.12rem;
}

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

.industry-detail {
  display: flex;
  flex-direction: column;
  min-height: 360px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(238, 247, 255, 0.72), rgba(255, 255, 255, 0) 42%),
    var(--surface);
  padding: 24px;
  box-shadow: 0 16px 44px rgba(16, 23, 43, 0.08);
}

.industry-icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--teal), var(--blue));
  color: white;
  font-family: var(--font-mono);
  font-size: 0.82rem;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(15, 99, 255, 0.18);
}

.industry-detail h2,
.pricing-card h2 {
  max-width: none;
  font-size: clamp(1.25rem, 2.1vw, 1.75rem);
}

.industry-detail p:not(.work-type) {
  margin: 14px 0 0;
  color: var(--ink-soft);
}

.industry-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 28px;
}

.industry-chips span {
  border: 1px solid rgba(15, 99, 255, 0.16);
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink-soft);
  padding: 7px 10px;
  font-size: 0.78rem;
  font-weight: 850;
}

.industry-detail .button {
  margin-top: auto;
  width: 100%;
}

.case-section {
  background: var(--paper);
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.case-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 16px 44px rgba(16, 23, 43, 0.08);
}

.case-copy {
  padding: 30px;
}

.case-copy h2 {
  max-width: none;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.case-copy > p:not(.work-type),
.case-results {
  color: var(--ink-soft);
}

.case-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}

.case-stats div {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f2f0e6;
  padding: 14px;
}

.case-stats dt {
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.case-stats dd {
  margin: 4px 0 0;
  color: var(--ink);
  font-weight: 900;
}

.case-results {
  margin: 0 0 24px;
  padding-left: 20px;
}

.case-results li + li {
  margin-top: 8px;
}

.case-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.case-cta h2 {
  max-width: 760px;
}

.case-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.calculator-section {
  background: var(--paper);
}

.calculator-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.58fr);
  gap: 22px;
  align-items: start;
}

.calculator-panel,
.estimate-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 16px 44px rgba(16, 23, 43, 0.08);
}

.calculator-panel {
  padding: 24px;
  display: grid;
  gap: 20px;
}

.calculator-panel fieldset {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.calculator-panel legend,
.range-control label {
  margin-bottom: 8px;
  color: var(--ink);
  font-weight: 900;
}

.choice-pill,
.choice-row {
  display: grid;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  cursor: pointer;
}

.choice-pill {
  min-height: 48px;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  padding: 0 14px;
}

.calculator-panel fieldset:first-of-type {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.calculator-panel fieldset:first-of-type legend {
  grid-column: 1 / -1;
}

.choice-row {
  grid-template-columns: 20px 1fr;
  gap: 12px;
  padding: 14px;
}

.choice-row span {
  display: grid;
  gap: 2px;
}

.choice-row small {
  color: var(--ink-soft);
}

.choice-pill:has(input:checked),
.choice-row:has(input:checked) {
  border-color: rgba(255, 90, 54, 0.52);
  background: rgba(255, 90, 54, 0.09);
}

.range-control {
  display: grid;
  gap: 8px;
}

.range-control input {
  padding: 0;
  accent-color: var(--coral);
}

.estimate-panel {
  position: sticky;
  top: 104px;
  padding: 26px;
}

.estimate-panel h2 {
  max-width: none;
  font-size: clamp(1.55rem, 2.8vw, 2.3rem);
}

.estimate-price {
  margin: 22px 0;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #0f63ff 0%, #14c9bf 100%);
  color: white;
  padding: 20px;
  box-shadow: 0 18px 36px rgba(15, 99, 255, 0.26);
}

.estimate-price span,
.estimate-price small {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 750;
}

.estimate-price strong {
  display: block;
  margin-top: 6px;
  color: #ffffff;
  font-family: var(--font-mono);
  font-size: clamp(2rem, 5vw, 3.3rem);
  line-height: 1;
  text-shadow: 0 2px 10px rgba(7, 13, 27, 0.2);
}

.estimate-panel ul {
  margin: 0 0 20px;
  padding-left: 20px;
  color: var(--ink-soft);
}

.estimate-panel li + li {
  margin-top: 8px;
}

.estimate-panel p:not(.eyebrow) {
  color: var(--ink-soft);
}

.estimate-panel .button {
  width: 100%;
  margin-top: 8px;
}

.brief-section {
  background: var(--paper);
}

.brief-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.54fr);
  gap: 22px;
  align-items: start;
}

.brief-panel,
.brief-summary {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 16px 44px rgba(16, 23, 43, 0.08);
}

.brief-panel {
  padding: 24px;
  display: grid;
  gap: 22px;
}

.brief-step {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
}

.brief-step-number {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: var(--ink);
  color: white;
  font-weight: 900;
}

.brief-panel fieldset {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.brief-panel legend,
.brief-contact-grid span {
  margin-bottom: 8px;
  color: var(--ink);
  font-weight: 900;
}

.brief-step:first-child fieldset,
.brief-choice-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brief-step:first-child legend,
.brief-choice-grid legend {
  grid-column: 1 / -1;
}

.brief-options-grid,
.brief-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.brief-contact-grid {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}

.brief-contact-grid label {
  display: grid;
  gap: 6px;
}

.brief-contact-grid label:last-child {
  grid-column: 1 / -1;
}

.brief-contact-grid input,
.brief-contact-grid textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  color: var(--ink);
  padding: 12px 14px;
}

.brief-contact-grid textarea {
  resize: vertical;
}

.brief-summary {
  position: sticky;
  top: 104px;
  padding: 26px;
}

.brief-summary h2 {
  max-width: none;
  font-size: clamp(1.55rem, 2.8vw, 2.3rem);
}

.brief-summary textarea {
  width: 100%;
  min-height: 340px;
  margin: 18px 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ece9df;
  color: var(--ink);
  padding: 16px;
  resize: vertical;
}

.brief-actions {
  display: grid;
  gap: 10px;
}

.brief-actions .button {
  width: 100%;
}

.brief-status {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--teal-dark);
  font-weight: 800;
}

.live-demo-section {
  background: var(--paper);
  padding-top: 76px;
}

.live-demo-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
}

.live-demo-form,
.live-preview {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 16px 44px rgba(16, 23, 43, 0.08);
}

.live-demo-form {
  position: static;
  display: grid;
  gap: 12px;
  padding: 16px;
}

.live-demo-status {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 6px 10px;
  border: 1px solid rgba(41, 82, 201, 0.18);
  border-radius: var(--radius);
  background: rgba(41, 82, 201, 0.07);
  padding: 12px;
}

.live-demo-status span {
  width: 10px;
  height: 10px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 6px rgba(41, 82, 201, 0.1);
}

.live-demo-status strong {
  color: var(--ink);
}

.live-demo-status p {
  grid-column: 2;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.live-hosting-note {
  border: 1px solid rgba(242, 169, 0, 0.34);
  border-radius: var(--radius);
  background: rgba(242, 169, 0, 0.11);
  padding: 12px;
}

.live-hosting-note strong {
  display: block;
  color: var(--ink);
  line-height: 1.25;
}

.live-hosting-note p {
  margin: 6px 0 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.live-preset-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.live-preset-grid button {
  min-height: 64px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  color: var(--ink-soft);
  cursor: pointer;
  padding: 10px;
  text-align: left;
  font-size: 0.82rem;
  font-weight: 760;
}

.live-preset-grid span {
  display: block;
  margin-bottom: 5px;
  color: var(--coral);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.live-preset-grid button.is-active,
.live-preset-grid button:hover,
.live-preset-grid button:focus-visible {
  border-color: rgba(255, 90, 54, 0.52);
  background: rgba(255, 90, 54, 0.09);
  color: var(--ink);
}

.live-demo-form input,
.live-demo-form select {
  width: 100%;
  min-width: 0;
  border-color: var(--line);
  background: white;
  padding: 10px 11px;
  font-size: 0.92rem;
}

.live-field-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.live-demo-form .form-row {
  gap: 6px;
  margin-bottom: 0;
}

.live-demo-form label {
  font-size: 0.88rem;
}

.live-field-wide {
  grid-column: 1 / -1;
}

.live-view-switcher,
.live-theme-switcher,
.live-feature-switcher {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.live-view-switcher legend,
.live-theme-switcher legend,
.live-feature-switcher legend {
  grid-column: 1 / -1;
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 900;
}

.live-view-switcher p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.live-view-switcher button,
.live-theme-switcher button {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  color: var(--ink-soft);
  cursor: pointer;
  font-weight: 850;
}

.live-view-switcher button.is-active,
.live-view-switcher button:hover,
.live-view-switcher button:focus-visible,
.live-theme-switcher button.is-active,
.live-theme-switcher button:hover,
.live-theme-switcher button:focus-visible {
  border-color: rgba(255, 90, 54, 0.52);
  background: rgba(255, 90, 54, 0.09);
  color: var(--ink);
}

.live-theme-switcher {
  grid-template-columns: repeat(3, 52px);
  align-items: center;
}

.live-theme-switcher button {
  width: 52px;
  min-height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
}

.live-theme-switcher span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal) 0 50%, var(--coral) 50% 100%);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.82);
}

.live-theme-switcher [data-live-theme-button="warm"] span {
  background: linear-gradient(135deg, #3d1f16 0 50%, var(--coral) 50% 100%);
}

.live-theme-switcher [data-live-theme-button="bold"] span {
  background: linear-gradient(135deg, #1b2f66 0 50%, var(--gold) 50% 100%);
}

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

.live-feature-switcher label {
  min-height: 40px;
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  padding: 0 10px;
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 850;
  cursor: pointer;
}

.live-feature-switcher input {
  width: 16px;
  height: 16px;
  accent-color: var(--coral);
}

.live-feature-switcher label:has(input:checked) {
  border-color: rgba(255, 90, 54, 0.52);
  background: rgba(255, 90, 54, 0.09);
  color: var(--ink);
}

.live-demo-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.live-demo-actions .button {
  width: 100%;
}

.live-preview {
  position: relative;
  width: 100%;
  max-width: 980px;
  justify-self: center;
  overflow: hidden;
  transition:
    max-width 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

.live-preview-top {
  min-height: 58px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  padding: 0 22px;
  background: #0d1428;
  color: white;
}

.live-preview-top span {
  color: #ffb39d;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.live-preview-hero {
  min-height: 360px;
  display: grid;
  align-content: end;
  gap: 16px;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(16, 23, 43, 0.92), rgba(16, 23, 43, 0.54)),
    linear-gradient(135deg, rgba(255, 90, 54, 0.2), rgba(41, 82, 201, 0.16));
  color: white;
}

.live-preview[data-live-preview="warsztat"] .live-preview-hero {
  background:
    linear-gradient(135deg, rgba(26, 30, 48, 0.94), rgba(26, 30, 48, 0.56)),
    linear-gradient(135deg, rgba(242, 169, 0, 0.16), rgba(75, 85, 120, 0.2));
}

.live-preview[data-live-preview="kosmetyczny"] .live-preview-hero {
  background:
    linear-gradient(135deg, rgba(52, 31, 68, 0.94), rgba(52, 31, 68, 0.56)),
    linear-gradient(135deg, rgba(20, 201, 191, 0.16), rgba(255, 90, 54, 0.16));
}

.live-preview[data-live-preview="lokalna"] .live-preview-hero {
  background:
    linear-gradient(135deg, rgba(16, 56, 92, 0.94), rgba(16, 56, 92, 0.56)),
    linear-gradient(135deg, rgba(255, 90, 54, 0.16), rgba(242, 169, 0, 0.18));
}

.live-preview[data-live-theme="warm"] .live-preview-top {
  background: #3d1f16;
}

.live-preview[data-live-theme="warm"] .live-preview-hero {
  background:
    linear-gradient(135deg, rgba(61, 28, 20, 0.92), rgba(61, 28, 20, 0.48)),
    linear-gradient(135deg, rgba(255, 90, 54, 0.34), rgba(242, 169, 0, 0.22));
}

.live-preview[data-live-theme="warm"] .live-preview-hero a {
  color: white;
}

.live-preview[data-live-theme="warm"] .live-preview-hero a {
  background: #d9491f;
}

.live-preview[data-live-theme="warm"] .live-preview-info span,
.live-preview[data-live-theme="warm"] .live-preview-details p {
  color: #d9491f;
}

.live-preview[data-live-theme="bold"] .live-preview-top {
  background: #1b2f66;
}

.live-preview[data-live-theme="bold"] .live-preview-hero {
  background:
    linear-gradient(135deg, rgba(27, 47, 102, 0.94), rgba(27, 47, 102, 0.5)),
    linear-gradient(135deg, rgba(242, 169, 0, 0.28), rgba(41, 82, 201, 0.26));
}

.live-preview[data-live-theme="bold"] .live-preview-hero a {
  background: var(--gold);
  color: var(--ink);
}

.live-preview[data-live-theme="bold"] .live-preview-info span,
.live-preview[data-live-theme="bold"] .live-preview-details p {
  color: var(--teal-dark);
}

.live-preview-hero p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 750;
}

.live-preview-hero h2 {
  max-width: 760px;
  font-size: clamp(2.3rem, 5vw, 4.35rem);
}

.live-preview-hero span {
  color: #ffccb9;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 850;
}

.live-preview-hero a {
  width: fit-content;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius);
  background: var(--coral);
  color: white;
  padding: 0 18px;
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(255, 90, 54, 0.32);
}

.live-preview-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 14px;
  background: #ece9df;
}

.live-preview-info article {
  min-height: 94px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  padding: 14px;
}

.live-preview-info span {
  display: block;
  color: var(--coral);
  font-weight: 900;
}

.live-preview-info strong {
  display: block;
  margin-top: 12px;
  line-height: 1.25;
}

.live-preview-sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0 14px 14px;
  background: #ece9df;
}

.live-preview-sections article {
  min-height: 108px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  padding: 14px;
}

.live-preview-sections article[hidden] {
  display: none;
}

.live-preview-sections span {
  display: block;
  margin-bottom: 8px;
  color: var(--coral);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.live-preview-sections h3 {
  font-size: clamp(1.02rem, 1.7vw, 1.32rem);
}

.live-preview-sections p {
  margin: 6px 0 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.live-preview[data-live-view="mobile"] {
  width: min(100%, 420px);
  justify-self: center;
  border: 10px solid #0a0e1d;
  border-radius: 30px;
  transform: translateY(8px);
  box-shadow: 0 30px 80px rgba(16, 23, 43, 0.24);
}

.live-preview[data-live-view="mobile"]::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 2;
  width: 74px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
  transform: translateX(-50%);
}

.live-preview[data-live-view="mobile"] .live-preview-top {
  align-items: flex-start;
  flex-direction: column;
  padding: 14px 18px;
}

.live-preview[data-live-view="mobile"] .live-preview-hero {
  min-height: 430px;
  padding: 24px;
}

.live-preview[data-live-view="mobile"] .live-preview-info,
.live-preview[data-live-view="mobile"] .live-preview-sections,
.live-preview[data-live-view="mobile"] .live-preview-details {
  grid-template-columns: 1fr;
}

.live-preview[data-live-view="mobile"] .live-preview-hero h2 {
  font-size: clamp(2.05rem, 10vw, 3.3rem);
}

.live-preview-details {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 10px;
  padding: 0 14px 14px;
  background: #ece9df;
}

.live-preview-details article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  padding: 16px;
}

.live-preview-details p {
  margin: 0 0 10px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.live-preview-details h3 {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
}

.live-preview-details span,
.live-preview-details li {
  color: var(--ink-soft);
}

.live-preview-details span {
  display: block;
  margin-top: 12px;
}

.live-preview-details ul {
  margin: 0;
  padding-left: 20px;
}

.live-preview-details li + li {
  margin-top: 8px;
}

.demo-section {
  background: var(--paper);
}

.demo-layout {
  display: grid;
  gap: 18px;
}

.demo-controls,
.demo-view-toggle {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.demo-view-toggle {
  justify-content: flex-end;
  align-items: center;
  margin-top: -8px;
}

.demo-view-toggle span {
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 850;
}

.demo-controls button,
.demo-view-toggle button {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--ink-soft);
  cursor: pointer;
  padding: 0 16px;
  font-weight: 850;
}

.demo-controls button.is-active,
.demo-controls button:hover,
.demo-controls button:focus-visible,
.demo-view-toggle button.is-active,
.demo-view-toggle button:hover,
.demo-view-toggle button:focus-visible {
  border-color: rgba(255, 90, 54, 0.52);
  background: rgba(255, 90, 54, 0.1);
  color: var(--ink);
}

.demo-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  gap: 22px;
  align-items: stretch;
}

.demo-browser,
.demo-notes {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 16px 44px rgba(16, 23, 43, 0.08);
}

.demo-browser {
  overflow: hidden;
  transition:
    width 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease,
    border-radius 220ms ease;
}

.demo-browser-bar {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
  background: #ece9df;
}

.demo-browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(16, 23, 43, 0.24);
}

.demo-screen {
  min-height: 520px;
  padding: 28px;
  display: grid;
  grid-template-rows: 1fr auto auto auto;
  gap: 18px;
  background:
    linear-gradient(135deg, rgba(41, 82, 201, 0.1), rgba(255, 90, 54, 0.08)),
    #fff;
}

.demo-screen-hero {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--ink);
  color: white;
  padding: 32px;
  display: grid;
  align-content: end;
  min-height: 300px;
}

.demo-screen-hero > :not(.demo-hero-signals) {
  position: relative;
  z-index: 1;
}

.demo-screen-hero::after {
  display: none;
}

.demo-screen-hero p {
  margin: 0 0 10px;
  color: #ffb39d;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.demo-screen-hero h2 {
  max-width: 560px;
  font-size: clamp(1.8rem, 4vw, 3.5rem);
}

.demo-screen-hero span {
  width: fit-content;
  margin-top: 22px;
  border-radius: var(--radius);
  background: var(--coral);
  padding: 12px 16px;
  font-weight: 900;
}

.demo-hero-signals {
  display: none;
}

.demo-hero-signals i {
  width: 94px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.demo-hero-signals i:nth-child(2) {
  width: 68px;
}

.demo-hero-signals i:nth-child(3) {
  width: 82px;
}

.demo-contact-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  padding: 14px;
}

.demo-contact-strip strong,
.demo-contact-strip span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius);
  padding: 0 12px;
  background: #ece9df;
  color: var(--ink);
  font-weight: 850;
}

.demo-contact-strip span {
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 750;
}

.demo-contact-strip span:last-child {
  background: rgba(255, 90, 54, 0.1);
  color: var(--coral);
}

.demo-screen-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.demo-screen-grid article {
  min-height: 110px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  padding: 16px;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.demo-screen-grid article:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(16, 23, 43, 0.1);
}

.demo-screen-grid span {
  display: block;
  color: var(--coral);
  font-weight: 900;
}

.demo-screen-grid strong {
  display: block;
  margin-top: 18px;
  line-height: 1.2;
}

.demo-bottom-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.demo-bottom-bar span {
  min-height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(20, 201, 191, 0.22);
  border-radius: var(--radius);
  background: rgba(20, 201, 191, 0.08);
  color: var(--teal-dark);
  font-weight: 900;
}

.demo-notes {
  padding: 28px;
}

.demo-notes h2 {
  max-width: none;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.demo-notes ul {
  margin: 24px 0;
  padding-left: 20px;
  color: var(--ink-soft);
}

.demo-notes li + li {
  margin-top: 10px;
}

.demo-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 18px;
}

.demo-proof-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ece9df;
  padding: 14px;
}

.demo-proof-grid strong,
.demo-proof-grid span {
  display: block;
}

.demo-proof-grid strong {
  color: var(--teal-dark);
  font-size: 1.18rem;
}

.demo-proof-grid span {
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.demo-notes .button {
  width: 100%;
}

.demo-actions {
  display: grid;
  gap: 10px;
}

.demo-actions .button {
  width: 100%;
}

.demo-stage[data-demo-stage="warsztat"] .demo-screen-hero {
  background: #1a2030;
}

.demo-stage[data-demo-stage="kosmetyczny"] .demo-screen-hero {
  background: #341f44;
}

.demo-stage[data-demo-stage="lokalna"] .demo-screen-hero {
  background: #10385c;
}

.demo-stage[data-demo-view="mobile"] .demo-browser {
  width: min(100%, 410px);
  justify-self: center;
  border: 10px solid #0a0e1d;
  border-radius: 30px;
  transform: translateY(8px);
  box-shadow: 0 30px 80px rgba(16, 23, 43, 0.24);
}

.demo-stage[data-demo-view="mobile"] .demo-browser-bar {
  height: 34px;
  justify-content: center;
  background: #0a0e1d;
}

.demo-stage[data-demo-view="mobile"] .demo-browser-bar span {
  width: 56px;
  height: 6px;
  background: rgba(255, 255, 255, 0.28);
}

.demo-stage[data-demo-view="mobile"] .demo-browser-bar span:nth-child(2),
.demo-stage[data-demo-view="mobile"] .demo-browser-bar span:nth-child(3) {
  display: none;
}

.demo-stage[data-demo-view="mobile"] .demo-screen {
  min-height: auto;
  gap: 12px;
  padding: 16px;
}

.demo-stage[data-demo-view="mobile"] .demo-screen-hero {
  min-height: 430px;
  padding: 24px;
}

.demo-stage[data-demo-view="mobile"] .demo-screen-hero h2 {
  font-size: clamp(2rem, 11vw, 3.2rem);
}

.demo-stage[data-demo-view="mobile"] .demo-contact-strip,
.demo-stage[data-demo-view="mobile"] .demo-screen-grid,
.demo-stage[data-demo-view="mobile"] .demo-bottom-bar {
  grid-template-columns: 1fr;
}

@keyframes demoCardLift {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

.privacy-content {
  max-width: 860px;
}

.privacy-content h1 {
  max-width: 12ch;
  color: var(--ink);
}

.privacy-content h2 {
  max-width: none;
  margin-top: 42px;
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.privacy-content p,
.privacy-content li {
  color: var(--ink-soft);
}

.privacy-content ul {
  padding-left: 22px;
}

@media (max-width: 1200px) {
  .live-demo-layout {
    grid-template-columns: 1fr;
  }

  .live-demo-form {
    position: static;
  }

  .live-preview {
    width: 100%;
    max-width: 920px;
    justify-self: center;
  }
}

@media (max-width: 1100px) {
  :root {
    --container: min(100vw - 28px, 760px);
  }

  .nav {
    grid-template-columns: auto auto;
    min-height: 68px;
  }

  .nav-toggle {
    justify-self: end;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    cursor: pointer;
  }

  .nav-toggle-bars,
  .nav-toggle-bars::before,
  .nav-toggle-bars::after {
    width: 20px;
    height: 2px;
    display: block;
    background: var(--ink);
    border-radius: 999px;
  }

  .nav-toggle-bars {
    position: relative;
  }

  .nav-toggle-bars::before,
  .nav-toggle-bars::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .nav-toggle-bars::before {
    top: -7px;
  }

  .nav-toggle-bars::after {
    top: 7px;
  }

  .nav-menu {
    position: fixed;
    top: 68px;
    left: 14px;
    right: 14px;
    display: none;
    grid-column: 1 / -1;
    background: rgba(240, 239, 232, 0.98);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 10px;
  }

  .nav-menu.is-open {
    display: grid;
  }

  .nav-menu-static {
    position: static;
    inset: auto;
    display: flex;
    flex-wrap: wrap;
    grid-column: 1 / -1;
    justify-content: center;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0 0 12px;
  }

  .nav-menu a {
    min-height: 46px;
    justify-content: center;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    min-height: 88vh;
    padding-top: 112px;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(6, 18, 47, 0.55), rgba(6, 18, 47, 0.24));
  }

  .hero-content {
    max-width: none;
    grid-template-columns: 1fr;
  }

  .hero-configurator {
    max-width: 620px;
  }

  h1 {
    max-width: 760px;
  }

  .intro-grid,
  .quick-start-layout,
  .ready-kit-layout,
  .demo-teaser-layout,
  .process-layout,
  .subpage-hero-grid,
  .case-cta,
  .calculator-layout,
  .brief-layout,
  .live-demo-layout,
  .hosting-explain-layout,
  .hosting-scope-layout,
  .hosting-path-layout,
  .demo-stage,
  .budget-panel,
  .rules-panel,
  .budget-strip,
  .faq-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .sticky-heading {
    position: static;
  }

  .service-grid,
  .quick-start-steps,
  .work-grid,
  .industry-detail-grid,
  .case-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .hosting-price-panel {
    position: static;
  }

  .hosting-path-layout {
    align-items: start;
  }
}

@media (max-width: 680px) {
  :root {
    --container: calc(100vw - 28px);
  }

  body {
    padding-bottom: 78px;
  }

  .brand {
    gap: 10px;
  }

  .brand-logo {
    width: 46px;
    height: 46px;
  }

  .brand-text {
    max-width: 160px;
  }

  .brand-text strong {
    font-size: 1rem;
  }

  .brand-text small {
    font-size: 0.58rem;
    letter-spacing: 0.06em;
  }

  .hero {
    min-height: auto;
    padding: 110px 0 58px;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(6, 18, 47, 0.72), rgba(6, 18, 47, 0.38));
  }

  h1 {
    max-width: 12ch;
    font-size: clamp(2.3rem, 12vw, 3.5rem);
  }

  h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .hero-actions,
  .demo-teaser-actions,
  .ready-kit-actions,
  .button {
    width: 100%;
  }

  .hero-configurator {
    padding: 18px;
  }

  .contact-copy h2 {
    max-width: 100%;
    font-size: clamp(1.9rem, 10vw, 2.8rem);
  }

  .industry-switcher {
    grid-template-columns: 1fr;
  }

  .config-actions {
    grid-template-columns: 1fr;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 72px 0;
  }

  .section-band {
    padding: 28px 0;
  }

  .service-grid,
  .quick-start-steps,
  .ready-kit-list,
  .work-grid,
  .case-grid,
  .case-stats,
  .industry-detail-grid,
  .rules-panel,
  .pricing-grid,
  .hosting-compare,
  .hosting-scope-columns {
    grid-template-columns: 1fr;
  }

  .subpage-hero {
    padding: 62px 0 48px;
  }

  .industry-detail {
    min-height: auto;
  }

  .case-copy {
    padding: 22px;
  }

  .case-cta-actions {
    justify-content: stretch;
  }

  .estimate-panel {
    position: static;
  }

  .brief-summary {
    position: static;
  }

  .live-demo-form {
    position: static;
  }

  .calculator-panel fieldset:first-of-type,
  .brief-step:first-child fieldset,
  .brief-choice-grid,
  .brief-options-grid,
  .brief-contact-grid {
    grid-template-columns: 1fr;
  }

  .brief-step {
    grid-template-columns: 1fr;
  }

  .brief-contact-grid label:last-child {
    grid-column: auto;
  }

  .demo-screen {
    min-height: auto;
    padding: 18px;
  }

  .demo-screen-hero {
    min-height: 260px;
    padding: 22px;
  }

  .demo-screen-grid {
    grid-template-columns: 1fr;
  }

  .ready-kit-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .ready-kit-board {
    padding: 16px;
  }

  .ready-kit-flow span {
    min-height: 38px;
    padding: 0 6px;
    font-size: 0.68rem;
    text-align: center;
  }

  .ready-kit-list article {
    min-height: auto;
    padding: 14px;
  }

  .ready-kit-list span {
    margin-bottom: 8px;
  }

  .demo-teaser-screen {
    min-height: 340px;
    padding: 22px;
  }

  .demo-teaser-cards {
    grid-template-columns: 1fr;
  }

  .live-field-grid {
    grid-template-columns: 1fr;
  }

  .live-theme-switcher {
    grid-template-columns: repeat(3, 48px);
  }

  .live-theme-switcher button {
    width: 48px;
  }

  .live-feature-switcher,
  .live-demo-actions,
  .hosting-path-layout {
    grid-template-columns: 1fr;
  }

  .hosting-compare div {
    padding: 22px 0;
  }

  .hosting-compare div + div,
  .hosting-scope-list + .hosting-scope-list {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .hosting-scope-list + .hosting-scope-list {
    border-top-color: rgba(255, 255, 255, 0.16);
  }

  .hosting-scope-list {
    padding: 22px;
  }

  .hosting-path-section .button {
    width: 100%;
  }

  .demo-contact-strip,
  .demo-proof-grid,
  .live-preview-info,
  .live-preview-sections,
  .live-preview-details {
    grid-template-columns: 1fr;
  }

  .live-preview-top {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 18px;
  }

  .live-preview-hero {
    min-height: 360px;
    padding: 24px;
  }

  .service-card {
    min-height: auto;
  }

  .timeline li {
    padding-left: 72px;
  }

  .contact-form {
    padding: 20px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .mobile-action-bar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 30;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: var(--radius);
    background: rgba(16, 23, 43, 0.94);
    color: white;
    box-shadow: 0 18px 44px rgba(16, 23, 43, 0.3);
    padding: 8px;
    backdrop-filter: blur(16px);
  }

  .mobile-action-bar a {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius);
    color: white;
    font-weight: 900;
  }

  .mobile-action-bar a:first-child {
    background: var(--coral);
  }

  .mobile-action-bar a:last-child {
    border: 1px solid rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.08);
  }
}

/* ---------- Scroll effects ---------- */

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  width: 100%;
  height: 3px;
  background: transparent;
  pointer-events: none;
}

.scroll-progress span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--teal), var(--coral));
  transform-origin: left;
  transition: width 80ms linear;
}

.js-reveal-ready .reveal {
  opacity: 0;
  transform: translateY(var(--reveal-distance));
  transition:
    opacity var(--reveal-duration) cubic-bezier(0.16, 1, 0.3, 1),
    transform var(--reveal-duration) cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.js-reveal-ready .reveal-scale {
  opacity: 0;
  transform: scale(0.96);
  transition:
    opacity var(--reveal-duration) cubic-bezier(0.16, 1, 0.3, 1),
    transform var(--reveal-duration) cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.js-reveal-ready .reveal.is-visible,
.js-reveal-ready .reveal-scale.is-visible {
  opacity: 1;
  transform: none;
}

.hero-media {
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js-reveal-ready .reveal,
  .js-reveal-ready .reveal-scale {
    opacity: 1;
    transform: none;
  }

  .scroll-progress {
    display: none;
  }
}


.price-note {
  margin: -12px 0 18px;
  color: var(--ink-soft);
  font-size: 0.95rem;
  font-weight: 650;
}


.contact-links a[href^="mailto"],
.contact-links a[href^="tel"] {
  word-break: break-word;
}
