.work-hero {
  overflow: hidden;
  padding: clamp(58px, 8vw, 94px) 0 clamp(48px, 7vw, 78px);
  position: relative;
}

.work-hero::before,
.work-hero::after {
  border-radius: 50%;
  content: "";
  filter: blur(72px);
  opacity: .56;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.work-hero::before { background: #ffd9e9; height: 520px; left: -210px; top: -170px; width: 520px; }
.work-hero::after { background: #ffe8ca; height: 440px; right: -180px; top: 20px; width: 440px; }
.work-hero h1 { max-width: 14ch; }
.hero-tax { display: block; margin-top: .08em; }
.work-hero .lead { margin: 24px 0 30px; }
.work-hero .hero-card .big { font-size: clamp(40px, 6vw, 58px); }

.trust-row {
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 700;
  gap: 10px 18px;
  margin-top: 22px;
}

.trust-row span::before { color: var(--green); content: "✓"; margin-right: 7px; }

.fact-grid,
.impact-grid,
.feature-grid {
  display: grid;
  gap: 18px;
  margin-top: 38px;
}

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

.fact-card,
.impact-card,
.feature-card {
  background: var(--white);
  border: 1px solid var(--soft-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: clamp(24px, 3vw, 32px);
}

.fact-card strong {
  display: block;
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: -.05em;
  line-height: 1;
  margin-bottom: 10px;
}

.fact-card p,
.impact-card p,
.feature-card p { color: var(--muted); font-size: 14px; }
.impact-card h3,
.feature-card h3 { font-size: 19px; margin-bottom: 9px; }

.number-chip {
  align-items: center;
  background: var(--soft);
  border-radius: 11px;
  color: var(--pink-dark);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  height: 38px;
  justify-content: center;
  margin-bottom: 16px;
  width: 38px;
}

.plan-layout {
  align-items: stretch;
  display: grid;
  gap: 22px;
  grid-template-columns: .9fr 1.1fr;
  margin-top: 38px;
}

.plan-card {
  background: linear-gradient(145deg, #1a1a1a, #2b2434);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  color: #fff;
  overflow: hidden;
  padding: clamp(30px, 5vw, 48px);
  position: relative;
}

.plan-card::after {
  background: radial-gradient(circle, rgba(255, 0, 122, .5), transparent 70%);
  border-radius: 50%;
  content: "";
  height: 420px;
  position: absolute;
  right: -190px;
  top: -190px;
  width: 420px;
}

.plan-card > * { position: relative; z-index: 1; }
.plan-card .kicker { color: #ffb3d5; }
.plan-card h2 { font-size: clamp(28px, 4vw, 40px); }
.price-line { align-items: end; display: flex; gap: 8px; margin: 24px 0 6px; }
.price-line strong { font-size: clamp(46px, 7vw, 68px); letter-spacing: -.06em; line-height: .9; }
.price-line span { color: rgba(255,255,255,.68); font-size: 14px; font-weight: 700; }
.plan-note { color: rgba(255,255,255,.7); font-size: 13px; }
.plan-card .check-list { margin: 28px 0; }
.plan-card .check-list li { color: rgba(255,255,255,.84); }
.plan-card .check-list li::before { background: rgba(255,255,255,.12); color: #ffb3d5; }
.plan-card .btn-secondary { border: 0; }

.plan-copy {
  background: var(--soft-2);
  border: 1px solid var(--soft-border);
  border-radius: var(--radius-lg);
  padding: clamp(30px, 5vw, 48px);
}

.plan-copy p { color: var(--ink-soft); font-size: 18px; margin-top: 16px; }
.plan-copy .check-list { margin-top: 28px; }

.service-strip {
  align-items: center;
  background: linear-gradient(140deg, #111 0%, #161318 100%);
  border-radius: var(--radius-lg);
  color: #fff;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) auto;
  overflow: hidden;
  padding: clamp(28px, 4vw, 42px);
  position: relative;
}

.service-strip::after {
  background: radial-gradient(circle, rgba(255, 108, 42, .48), transparent 68%);
  border-radius: 50%;
  bottom: -210px;
  content: "";
  height: 360px;
  pointer-events: none;
  position: absolute;
  right: -80px;
  width: 360px;
}

.service-strip > * { position: relative; z-index: 1; }
.service-strip h2 { font-size: clamp(24px, 3.4vw, 38px); max-width: 29ch; }
.service-strip-link {
  background: linear-gradient(100deg, #ff971e, #f15a42);
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  padding: 15px 25px;
  transition: box-shadow .15s, transform .15s;
  white-space: nowrap;
}
.service-strip-link:hover { box-shadow: 0 14px 28px -14px rgba(255, 121, 35, .85); transform: translateY(-2px); }

.impact-section { background: #f6f8fb; }
.impact-heading .lead { margin-top: 12px; }
.impact-grid-lines { gap: clamp(24px, 4vw, 42px); }
.impact-grid-lines .impact-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-top: 2px solid #f47732;
  box-shadow: none;
  padding: 24px 0 0;
}
.impact-icon {
  fill: none;
  height: 30px;
  margin-bottom: 18px;
  stroke: #f47732;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 30px;
}

.timeline { counter-reset: step; display: grid; gap: 14px; margin-top: 38px; }
.timeline-step {
  align-items: start;
  background: var(--white);
  border: 1px solid var(--soft-border);
  border-radius: var(--radius);
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr;
  padding: 24px;
}
.timeline-step::before {
  background: var(--ink);
  border-radius: 12px;
  color: #fff;
  content: counter(step, decimal-leading-zero);
  counter-increment: step;
  display: grid;
  font-size: 13px;
  font-weight: 800;
  height: 42px;
  place-items: center;
  width: 42px;
}
.timeline-step h3 { font-size: 19px; margin-bottom: 7px; }
.timeline-step p { color: var(--muted); font-size: 14px; }

.faq-list { display: grid; gap: 12px; margin: 38px auto 0; max-width: 820px; }
.faq-item { background: var(--white); border: 1px solid var(--soft-border); border-radius: 15px; overflow: hidden; }
.faq-item summary { cursor: pointer; font-size: 16px; font-weight: 800; list-style: none; padding: 20px 54px 20px 22px; position: relative; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { color: var(--pink-dark); content: "+"; font-size: 24px; position: absolute; right: 22px; top: 14px; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { border-top: 1px solid var(--line); color: var(--muted); padding: 18px 22px 22px; }

.contact-form { display: grid; gap: 14px; }
.contact-form .btn:disabled { cursor: wait; opacity: .62; transform: none; }
.contact-form .form-status a { font-weight: 800; text-decoration: underline; }

.demo-band {
  background: linear-gradient(135deg, #111 0%, #111 58%, #2c0c26 100%);
  border-radius: var(--radius-lg);
  color: #fff;
  display: grid;
  gap: clamp(34px, 6vw, 72px);
  grid-template-columns: .9fr 1.1fr;
  overflow: hidden;
  padding: clamp(34px, 5vw, 54px);
  position: relative;
}
.demo-band::after {
  background: radial-gradient(circle, rgba(255, 119, 39, .38), transparent 68%);
  border-radius: 50%;
  bottom: -270px;
  content: "";
  height: 480px;
  left: -150px;
  pointer-events: none;
  position: absolute;
  width: 480px;
}
.demo-band > * { position: relative; z-index: 1; }
.demo-copy h2 { font-size: clamp(30px, 4vw, 42px); }
.demo-copy > p { color: rgba(255,255,255,.67); font-size: 14px; font-weight: 650; margin-top: 22px; }
.demo-benefits { display: grid; gap: 12px; list-style: none; margin-top: 20px; }
.demo-benefits li { font-size: 15px; font-weight: 750; padding-left: 24px; position: relative; }
.demo-benefits li::before { color: #ffc2a0; content: "✓"; left: 0; position: absolute; }
.demo-copy .actions { margin-top: 24px; }
.demo-home-link { background: #fff; color: var(--ink); }
.demo-mail-link { background: transparent; border: 1px solid rgba(255, 194, 160, .55); color: #ffc2a0; }
.demo-home-link:hover { background: #f3f3f3; }
.demo-mail-link:hover { border-color: #ffc2a0; }

.demo-form-card {
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--radius);
  padding: clamp(24px, 3.5vw, 34px);
}
.demo-form-card > h3 { font-size: 19px; }
.demo-form-card > p { color: rgba(255,255,255,.67); font-size: 13px; margin-top: -7px; }
.demo-form-grid { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.demo-form-card .field label { color: #fff; font-size: 12px; }
.demo-form-card .field input,
.demo-form-card .field textarea {
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.15);
  color: #fff;
  font-size: 14px;
  padding: 12px 13px;
}
.demo-form-card .field input::placeholder,
.demo-form-card .field textarea::placeholder { color: rgba(255,255,255,.38); }
.demo-form-card .field textarea { min-height: 96px; }
.demo-form-card .form-note,
.demo-form-card .consent { color: rgba(255,255,255,.62); }
.demo-form-card .consent { font-size: 11px; }
.demo-form-card .consent a { color: #ffc2a0; }
.demo-submit { background: #fff; color: var(--ink); justify-self: start; }
.demo-submit:hover { background: #f3f3f3; }
.demo-form-card .form-status.error { color: #ff9fbe; }

.employee-hero-card {
  background: linear-gradient(145deg, #1a1a1a, #2b2434);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  color: #fff;
  padding: clamp(28px, 4vw, 40px);
}
.employee-hero-card .eyebrow { color: rgba(255,255,255,.66); font-size: 13px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.employee-hero-card .amount { font-size: clamp(44px, 7vw, 66px); font-weight: 800; letter-spacing: -.06em; line-height: 1; margin: 14px 0 10px; }
.employee-hero-card p { color: rgba(255,255,255,.76); }
.employee-hero-card .check-list { margin-top: 24px; }
.employee-hero-card .check-list li { color: rgba(255,255,255,.82); }
.employee-hero-card .check-list li::before { background: rgba(255,255,255,.12); color: #ffb3d5; }

.privacy-band {
  background: var(--gradient);
  border-radius: var(--radius-lg);
  display: grid;
  gap: 30px;
  grid-template-columns: .9fr 1.1fr;
  padding: clamp(32px, 5vw, 54px);
}
.privacy-band p { color: rgba(26,26,26,.74); font-weight: 650; margin-top: 14px; }
.privacy-list { display: grid; gap: 11px; list-style: none; }
.privacy-list li { background: rgba(255,255,255,.62); border: 1px solid rgba(255,255,255,.72); border-radius: 12px; font-size: 14px; font-weight: 800; padding: 13px 15px; }

.legal-note { color: var(--muted); font-size: 12px; line-height: 1.55; margin-top: 18px; }

@media (max-width: 900px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .plan-layout { grid-template-columns: 1fr; }
  .service-strip, .demo-band { grid-template-columns: 1fr; }
  .service-strip-link { justify-self: start; }
}

@media (max-width: 720px) {
  .fact-grid, .impact-grid, .privacy-band { grid-template-columns: 1fr; }
}

@media (max-width: 500px) {
  .feature-grid { grid-template-columns: 1fr; }
  .demo-form-grid { grid-template-columns: 1fr; }
  .price-line { align-items: flex-start; flex-direction: column; }
}

@media print {
  .nav, .footer, .actions, .print-hide { display: none !important; }
  body { background: #fff; }
  .section, .section-tight, .work-hero { padding: 24px 0; }
  .reveal, .js .reveal { opacity: 1 !important; transform: none !important; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-card, .fact-card, .impact-card { break-inside: avoid; box-shadow: none; }
}
