/*! styles.css — Compiled Tailwind utilities + custom styles for Stellenanzeige-Generator */
/*  Self-contained: replaces cdn.tailwindcss.com                                        */

/* ========================================================================
   1. TAILWIND PREFLIGHT (Base Reset)
   ======================================================================== */

*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

::before, ::after {
  --tw-content: '';
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
}

body {
  margin: 0;
  line-height: inherit;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

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

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, select {
  text-transform: none;
}

button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol, ul, menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button, [role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}

img, video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

/* Alpine.js cloak */
[x-cloak] { display: none !important; }

/* ========================================================================
   2. TAILWIND UTILITY CLASSES
   ======================================================================== */

/* --- Layout / Display --- */
.block { display: block; }
.inline-flex { display: inline-flex; }
.flex { display: flex; }
.grid { display: grid; }
.hidden { display: none; }

/* --- Position --- */
.static { position: static; }
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.sticky { position: sticky; }
.top-0 { top: 0px; }
.z-50 { z-index: 50; }

/* --- Flex --- */
.flex-1 { flex: 1 1 0%; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.flex-shrink-0 { flex-shrink: 0; }
.shrink-0 { flex-shrink: 0; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }

/* --- Grid --- */
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.col-span-2 { grid-column: span 2 / span 2; }

/* --- Gap --- */
.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-2\.5 { gap: 0.625rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }

/* --- Space between --- */
.space-y-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0px * var(--tw-space-y-reverse)); }
.space-y-1 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)); }
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)); }
.space-y-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)); }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)); }
.space-y-5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)); }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)); }

/* --- Width --- */
.w-3\.5 { width: 0.875rem; }
.w-4 { width: 1rem; }
.w-5 { width: 1.25rem; }
.w-7 { width: 1.75rem; }
.w-10 { width: 2.5rem; }
.w-full { width: 100%; }
.w-\[280px\] { width: 280px; }

/* --- Min/Max Width --- */
.min-w-0 { min-width: 0px; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-7xl { max-width: 80rem; }
.max-w-\[1280px\] { max-width: 1280px; }
.max-w-\[760px\] { max-width: 760px; }

/* --- Height --- */
.h-3\.5 { height: 0.875rem; }
.h-4 { height: 1rem; }
.h-5 { height: 1.25rem; }
.h-7 { height: 1.75rem; }
.h-10 { height: 2.5rem; }
.h-20 { height: 5rem; }

/* --- Min Height --- */
.min-h-screen { min-height: 100vh; }

/* --- Margin --- */
.mx-auto { margin-left: auto; margin-right: auto; }
.mt-0\.5 { margin-top: 0.125rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-2\.5 { margin-top: 0.625rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-12 { margin-top: 3rem; }
.mb-0 { margin-bottom: 0px; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.ml-4 { margin-left: 1rem; }

/* --- Padding --- */
.p-1 { padding: 0.25rem; }
.p-3 { padding: 0.75rem; }
.p-8 { padding: 2rem; }
.px-1 { padding-left: 0.25rem; padding-right: 0.25rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-3\.5 { padding-left: 0.875rem; padding-right: 0.875rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.pt-4 { padding-top: 1rem; }
.pt-8 { padding-top: 2rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pb-5 { padding-bottom: 1.25rem; }
.pb-12 { padding-bottom: 3rem; }
.pb-16 { padding-bottom: 4rem; }
.pl-0 { padding-left: 0px; }
.pl-6 { padding-left: 1.5rem; }

/* --- Typography --- */
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-\[8px\] { font-size: 8px; }
.text-\[9px\] { font-size: 9px; }
.text-\[10px\] { font-size: 10px; }
.text-\[0\.64rem\] { font-size: 0.64rem; }
.text-\[0\.78rem\] { font-size: 0.78rem; }
.text-\[0\.98rem\] { font-size: 0.98rem; }
.text-\[1\.5rem\] { font-size: 1.5rem; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }

.font-normal { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.italic { font-style: italic; }
.uppercase { text-transform: uppercase; }
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.leading-tight { line-height: 1.25; }
.leading-relaxed { line-height: 1.625; }

.tracking-tight { letter-spacing: -0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.tracking-\[-0\.03em\] { letter-spacing: -0.03em; }
.tracking-\[0\.18em\] { letter-spacing: 0.18em; }
.tracking-\[0\.22em\] { letter-spacing: 0.22em; }

/* --- Text Colors (custom theme + defaults) --- */
.text-white { color: #fff; }
.text-brand { color: #EA580C; }
.text-dark { color: #171717; }
.text-gray2 { color: #525252; }
.text-green { color: #059669; }
.text-gray-300 { color: #d1d5db; }
.text-gray-400 { color: #9ca3af; }
.text-gray-500 { color: #6b7280; }
.text-gray-600 { color: #4b5563; }
.text-gray-700 { color: #374151; }
.text-gray-800 { color: #1f2937; }
.text-red-400 { color: #f87171; }
.text-red-700 { color: #b91c1c; }
.text-amber-300 { color: #fcd34d; }
.text-amber-700 { color: #b45309; }
.text-amber-800 { color: #92400e; }

/* --- Background Colors --- */
.bg-white { background-color: #fff; }
.bg-brand { background-color: #EA580C; }
.bg-brand\/10 { background-color: rgb(234 88 12 / 0.1); }
.bg-gray-50 { background-color: #f9fafb; }
.bg-gray-100 { background-color: #f3f4f6; }
.bg-red-50 { background-color: #fef2f2; }
.bg-amber-50 { background-color: #fffbeb; }
.bg-white\/60 { background-color: rgb(255 255 255 / 0.6); }
.bg-white\/80 { background-color: rgb(255 255 255 / 0.8); }

/* --- Border --- */
.border { border-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-t { border-top-width: 1px; }

.border-gray-100 { border-color: #f3f4f6; }
.border-gray-200 { border-color: #e5e7eb; }
.border-gray-200\/80 { border-color: rgb(229 231 235 / 0.8); }
.border-amber-200 { border-color: #fde68a; }
.border-red-200 { border-color: #fecaca; }
.border-brand\/15 { border-color: rgb(234 88 12 / 0.15); }

/* --- Border Radius --- */
.rounded-md { border-radius: 0.375rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-full { border-radius: 9999px; }

/* --- Shadow --- */
.shadow-sm { box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); }

/* --- Opacity --- */
.opacity-25 { opacity: 0.25; }
.opacity-75 { opacity: 0.75; }

/* --- Backdrop Filter --- */
.backdrop-blur-sm { backdrop-filter: blur(4px); }
.backdrop-blur-xl { backdrop-filter: blur(24px); }

/* --- Transform --- */
.-rotate-90 { transform: rotate(-90deg); }

/* --- Transition --- */
.transition { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }

/* --- Animation --- */
@keyframes spin {
  to { transform: rotate(360deg); }
}
.animate-spin { animation: spin 1s linear infinite; }

/* --- List --- */
.list-disc { list-style-type: disc; }
.list-inside { list-style-position: inside; }
.list-none { list-style-type: none; }

/* --- Scroll --- */
.scroll-smooth { scroll-behavior: smooth; }

/* --- Hover States --- */
.hover\:bg-brand-dark:hover { background-color: #C2410C; }
.hover\:text-amber-900:hover { color: #78350f; }

/* --- Responsive: sm (640px) --- */
@media (min-width: 640px) {
  .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .sm\:px-7 { padding-left: 1.75rem; padding-right: 1.75rem; }
  .sm\:py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
  .sm\:flex-row { flex-direction: row; }
  .sm\:items-center { align-items: center; }
  .sm\:justify-between { justify-content: space-between; }
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sm\:max-w-xs { max-width: 20rem; }
  .sm\:text-\[1\.85rem\] { font-size: 1.85rem; }
  .sm\:text-base { font-size: 1rem; line-height: 1.5rem; }
}

/* --- Responsive: md (768px) --- */
@media (min-width: 768px) {
  .md\:flex { display: flex; }
}

/* --- Responsive: lg (1024px) --- */
@media (min-width: 1024px) {
  .lg\:block { display: block; }
  .lg\:flex { display: flex; }
  .lg\:gap-6 { gap: 1.5rem; }
  .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
}

/* --- Responsive: xl (1280px) --- */
@media (min-width: 1280px) {
  .xl\:flex-row { flex-direction: row; }
  .xl\:items-center { align-items: center; }
  .xl\:justify-between { justify-content: space-between; }
  .xl\:gap-6 { gap: 1.5rem; }
  .xl\:max-w-\[420px\] { max-width: 420px; }
}


/* ========================================================================
   3. CUSTOM COMPONENT STYLES (from inline <style>)
   ======================================================================== */

:root {
  --bkv-bg: #fafafa;
  --bkv-bg-subtle: #f5f5f5;
  --bkv-surface: #ffffff;
  --bkv-border: #e5e5e5;
  --bkv-border-strong: #d4d4d4;
  --bkv-border-focus: #ea580c;
  --bkv-text: #171717;
  --bkv-text-secondary: #525252;
  --bkv-text-tertiary: #737373;
  --bkv-primary: #ea580c;
  --bkv-primary-hover: #c2410c;
  --bkv-primary-soft: #ffedd5;
  --bkv-primary-lighter: #fff7ed;
  --bkv-success: #059669;
  --bkv-success-soft: #d1fae5;
  --bkv-info: #0284c7;
  --bkv-shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.06);
  --bkv-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
  --bkv-shadow-md: 0 4px 8px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.05);
  --bkv-shadow-lg: 0 10px 24px rgba(0, 0, 0, 0.08), 0 4px 8px rgba(0, 0, 0, 0.04);
  --bkv-gradient-surface: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
  --bkv-gradient-primary: linear-gradient(135deg, #f59e0b 0%, #ea580c 100%);
}
html { scroll-behavior: smooth; }
body { background: var(--bkv-gradient-surface); color: var(--bkv-text); }

/* Blur gate */
.blur-output { filter: blur(8px); pointer-events: none; user-select: none; transition: filter 0.6s ease; }
.blur-output-reveal { filter: blur(0px); pointer-events: auto; user-select: auto; transition: filter 0.6s ease; }

/* Animations */
.fade-in { animation: fadeIn 0.4s ease-out; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes shake { 0%, 100% { transform: translateX(0); } 20%, 60% { transform: translateX(-4px); } 40%, 80% { transform: translateX(4px); } }

/* Validation error styles */
.field-error-ring { box-shadow: 0 0 0 2px #ef4444 !important; border-color: #ef4444 !important; }
.card-error-ring { box-shadow: 0 0 0 2px #ef4444 !important; border-color: #ef4444 !important; }
.field-error-ring-wrap > .relative > input,
.field-error-ring-wrap > .relative > .field-input { box-shadow: 0 0 0 2px #ef4444 !important; border-color: #ef4444 !important; }
.field-error-hint { color: #ef4444; font-size: 0.8rem; margin-bottom: 0.4rem; }
.shake { animation: shake 0.4s ease; }

/* Error tooltip bubble */
.error-tooltip {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.45rem;
  padding: 0.45rem 0.75rem;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 0.75rem;
  color: #dc2626;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.4;
  animation: tooltipIn 0.3s ease;
}
.error-tooltip::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 16px;
  width: 10px;
  height: 10px;
  background: #fef2f2;
  border-left: 1px solid #fecaca;
  border-top: 1px solid #fecaca;
  transform: rotate(45deg);
}
.error-tooltip svg {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}
@keyframes tooltipIn {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Header */
.header-logo-box {
  flex-shrink: 0;
  width: 96px;
  height: 72px;
  padding: 0.4rem 0.55rem;
  overflow: hidden;
}
.header-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* Summary / Hero card */
.summary-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--bkv-border);
  border-radius: 2rem;
  background: linear-gradient(90deg, rgba(255, 247, 237, 0.98) 0%, rgba(255, 244, 235, 0.96) 22%, rgba(255, 248, 242, 0.78) 48%, rgba(255, 255, 255, 0.98) 70%, rgba(250, 250, 250, 1) 100%);
  box-shadow: 0 18px 38px rgba(234, 88, 12, 0.08), 0 10px 20px rgba(0, 0, 0, 0.04);
  isolation: isolate;
}
.summary-card::before {
  content: "";
  position: absolute;
  left: -6rem;
  top: -4rem;
  width: 36rem;
  height: 15rem;
  background: radial-gradient(circle at 38% 44%, rgba(251, 146, 60, 0.24) 0%, rgba(251, 191, 36, 0.14) 32%, rgba(255, 237, 213, 0.12) 50%, rgba(255, 255, 255, 0) 76%);
  filter: blur(30px);
  pointer-events: none;
  opacity: 0.95;
}
.summary-card > * { position: relative; z-index: 1; }

/* Stat card */
.stat-card {
  border: 1px solid var(--bkv-border);
  border-radius: 1.5rem;
  background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
  padding: 1.75rem 1.5rem;
  text-align: center;
  box-shadow: var(--bkv-shadow-sm);
}
.stat-card-compact {
  padding: 1.35rem 1.2rem;
  border-radius: 1.35rem;
  box-shadow: var(--bkv-shadow-md);
}
.stat-number {
  font-size: clamp(1.85rem, 2.3vw, 2.15rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--bkv-primary);
}
.stat-label {
  margin-top: 0.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--bkv-text-tertiary);
}

/* Form shell */
.form-shell {
  overflow: hidden;
  border: 1px solid var(--bkv-border);
  border-radius: 2rem;
  background: var(--bkv-surface);
  box-shadow: var(--bkv-shadow-lg);
}
.form-shell-body { padding: 2rem; }

/* Field styles */
.field-label {
  display: block;
  margin-bottom: 0.7rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--bkv-text);
}
.field-label--tight {
  margin-bottom: 0.12rem;
}
.field-input,
.field-select {
  width: 100%;
  min-height: 3.5rem;
  border: 1px solid var(--bkv-border);
  border-radius: 1rem;
  background: #fff;
  padding: 0.95rem 1rem;
  font-size: 0.95rem;
  color: var(--bkv-text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.field-input::placeholder { color: #a3a3a3; }
.field-input:hover,
.field-select:hover { border-color: var(--bkv-border-strong); }
.field-input:focus,
.field-select:focus {
  outline: none;
  border-color: var(--bkv-border-focus);
  box-shadow: 0 0 0 4px rgba(234, 88, 12, 0.12);
}
.field-helper {
  margin-top: 0.45rem;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--bkv-text-secondary);
}
.field-dropdown {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  right: 0;
  z-index: 30;
  max-height: 18rem;
  overflow: auto;
  border: 1px solid rgba(226, 232, 240, 0.96);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.98);
  padding: 0.4rem;
  box-shadow: var(--bkv-shadow-lg);
  backdrop-filter: blur(12px);
}
.field-dropdown button {
  display: block;
  width: 100%;
  border-radius: 0.75rem;
  padding: 0.75rem 0.85rem;
  text-align: left;
  font-size: 0.88rem;
  color: var(--bkv-text-secondary);
  transition: background 0.15s ease, color 0.15s ease;
}
.field-dropdown button:hover {
  background: var(--bkv-primary-lighter);
  color: var(--bkv-primary);
}
.field-dropdown-empty {
  padding: 0.75rem 0.85rem;
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--bkv-text-secondary);
}

.salary-range-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}
.salary-field-label {
  margin-bottom: 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bkv-text-secondary);
}
.salary-field-label--spacer {
  visibility: hidden;
  user-select: none;
}
.salary-input-wrap {
  position: relative;
}
.salary-input {
  padding-right: 2.8rem;
}
.salary-input-currency {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--bkv-text-secondary);
  pointer-events: none;
}
.salary-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.9rem;
}
.salary-toggle-row--inline {
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 0.55rem;
}
.salary-toggle-copy {
  min-width: 0;
}
.salary-toggle-title {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--bkv-text);
}
.salary-toggle-note {
  margin-top: 0.18rem;
  font-size: 0.76rem;
  line-height: 1.45;
  color: var(--bkv-text-secondary);
}
.salary-toggle-spacer {
  margin-bottom: 0.9rem;
}
.salary-toggle-note--spacer {
  visibility: hidden;
  user-select: none;
}
.salary-toggle-switch {
  position: relative;
  width: 2.85rem;
  height: 1.55rem;
  flex-shrink: 0;
  border-radius: 9999px;
  background: #d6dbe4;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.08);
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}
.salary-toggle-switch.active {
  background: linear-gradient(135deg, #ff8f2a 0%, #ea580c 70%, #cf4d09 100%);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.16), 0 6px 14px rgba(234, 88, 12, 0.18);
}
.salary-toggle-thumb {
  position: absolute;
  top: 0.14rem;
  left: 0.16rem;
  width: 1.27rem;
  height: 1.27rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.12);
  transition: transform 0.2s ease;
}
.salary-toggle-switch.active .salary-toggle-thumb {
  transform: translateX(1.28rem);
}
.salary-panel-disabled {
  opacity: 0.46;
  filter: grayscale(0.06);
  pointer-events: none;
  transition: opacity 0.2s ease, filter 0.2s ease;
}
@media (min-width: 640px) {
  .salary-start-date-col {
    border-left: 1px solid rgba(226, 232, 240, 0.96);
    padding-left: 1.25rem;
  }
}

/* Primary button */
.primary-button {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border-radius: 1rem;
  background-color: #ea580c;
  background-image: linear-gradient(90deg, #ff8f2a 0%, #ea580c 44%, #cf4d09 100%);
  border: 1px solid #d84a05;
  padding: 1rem 1.25rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 10px 22px rgba(234, 88, 12, 0.26);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease, opacity 0.2s ease;
  cursor: pointer;
}
.primary-button:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(234, 88, 12, 0.32);
  filter: brightness(0.94);
}
.primary-button:disabled {
  cursor: not-allowed;
  opacity: 0.72;
  filter: saturate(0.78);
}

/* Chip styles */
.benefit-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 9999px;
  border: 1px solid var(--bkv-border);
  background: #fff;
  padding: 0.55rem 0.85rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--bkv-text-secondary);
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}
.benefit-chip:hover {
  border-color: var(--bkv-primary);
  color: var(--bkv-primary);
}
.benefit-chip.selected {
  background: var(--bkv-primary);
  color: #fff;
  border-color: var(--bkv-primary);
  box-shadow: var(--bkv-shadow-sm);
}
.work-option-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.work-option-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(234, 88, 12, 0.12);
  border-radius: 1.35rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 247, 237, 0.86) 100%);
  padding: 1rem;
  box-shadow: var(--bkv-shadow-sm);
}
.work-option-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(251, 191, 36, 0.12) 0%, rgba(255, 255, 255, 0) 45%);
  pointer-events: none;
}
.work-option-card > * {
  position: relative;
  z-index: 1;
}
.work-option-card-head {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.work-option-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  flex-shrink: 0;
  border-radius: 0.9rem;
  background: linear-gradient(135deg, rgba(255, 237, 213, 0.98) 0%, rgba(255, 247, 237, 0.92) 100%);
  color: var(--bkv-primary);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}
.work-option-card-icon svg {
  width: 1rem;
  height: 1rem;
}
.work-option-card-title {
  font-size: 0.92rem;
  line-height: 1.3;
  font-weight: 700;
  color: var(--bkv-text);
}
.work-option-card-note {
  margin-top: 0.18rem;
  font-size: 0.76rem;
  line-height: 1.45;
  color: var(--bkv-text-secondary);
}
.work-option-chip-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  margin-top: 1rem;
}
.work-option-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.75rem;
  width: 100%;
  border-radius: 1rem;
  border: 1px solid rgba(226, 232, 240, 0.96);
  background: #fff;
  padding: 0.65rem 0.85rem;
  font-size: 0.81rem;
  font-weight: 600;
  color: var(--bkv-text-secondary);
  text-align: center;
  box-shadow: var(--bkv-shadow-xs);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}
.work-option-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(234, 88, 12, 0.24);
  color: var(--bkv-primary);
  box-shadow: var(--bkv-shadow-sm);
}
.work-option-chip.selected {
  border-color: #d84a05;
  background: linear-gradient(135deg, #ff8f2a 0%, #ea580c 58%, #cf4d09 100%);
  color: #fff;
  box-shadow: 0 12px 24px rgba(234, 88, 12, 0.22);
}
.work-option-chip-dot {
  width: 0.45rem;
  height: 0.45rem;
  flex-shrink: 0;
  border-radius: 9999px;
  background: currentColor;
  opacity: 0.32;
  transition: opacity 0.18s ease, box-shadow 0.18s ease;
}
.work-option-chip.selected .work-option-chip-dot {
  opacity: 1;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.16);
}
.work-option-chip--full {
  grid-column: 1 / -1;
}
@media (max-width: 1100px) {
  .work-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .work-option-grid {
    grid-template-columns: 1fr;
  }
}

.tag-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 9999px;
  border: 1px solid rgba(234, 88, 12, 0.25);
  background: var(--bkv-primary-lighter);
  padding: 0.45rem 0.75rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--bkv-primary);
}
.tag-chip button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: rgba(234, 88, 12, 0.12);
  color: var(--bkv-primary);
  font-size: 0.7rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s;
}
.tag-chip button:hover {
  background: rgba(234, 88, 12, 0.25);
}

/* Radio card */
.radio-card {
  border: 2px solid var(--bkv-border);
  border-radius: 1.25rem;
  background: #fff;
  padding: 1.15rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.radio-card:hover {
  border-color: rgba(234, 88, 12, 0.35);
}
.radio-card.selected {
  border-color: var(--bkv-primary);
  background: var(--bkv-primary-lighter);
  box-shadow: 0 0 0 4px rgba(234, 88, 12, 0.1);
}
.style-card-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0.9rem auto 0;
  padding: 0.34rem 0.7rem;
  border-radius: 9999px;
  border: 1px solid rgba(234, 88, 12, 0.18);
  background: rgba(255, 247, 237, 0.96);
  color: var(--bkv-primary);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 24px rgba(234, 88, 12, 0.08);
}

/* Toggle */
.toggle-track {
  position: relative;
  width: 3.5rem;
  height: 2rem;
  border-radius: 9999px;
  background: var(--bkv-border-strong);
  transition: background 0.2s;
  cursor: pointer;
}
.toggle-track.active {
  background: var(--bkv-primary);
}
.toggle-thumb {
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--bkv-shadow-sm);
  transition: transform 0.2s;
}
.toggle-track.active .toggle-thumb {
  transform: translateX(1.5rem);
}

/* Unlock panel */
.unlock-panel {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.75rem;
  border: 1px solid rgba(234, 88, 12, 0.14);
  border-radius: 1.75rem;
  background: linear-gradient(135deg, rgba(255, 247, 237, 0.98) 0%, rgba(255, 251, 247, 0.96) 40%, rgba(255, 255, 255, 0.98) 100%);
  box-shadow: 0 24px 48px rgba(234, 88, 12, 0.12), 0 12px 24px rgba(15, 23, 42, 0.05);
  isolation: isolate;
}
.unlock-panel::before {
  content: "";
  position: absolute;
  left: -6rem;
  bottom: -7rem;
  width: 20rem;
  height: 20rem;
  background: radial-gradient(circle, rgba(234, 88, 12, 0.2) 0%, rgba(255, 255, 255, 0) 72%);
  filter: blur(20px);
  pointer-events: none;
}
.unlock-panel::after {
  content: "";
  position: absolute;
  top: -8rem;
  right: -4rem;
  width: 19rem;
  height: 19rem;
  background: radial-gradient(circle, rgba(251, 191, 36, 0.18) 0%, rgba(255, 255, 255, 0) 70%);
  filter: blur(18px);
  pointer-events: none;
}
.unlock-panel > * { position: relative; z-index: 1; }
.unlock-panel-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 1.4rem;
  align-items: center;
  padding: 1.5rem;
}
.unlock-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border-radius: 9999px;
  border: 1px solid rgba(234, 88, 12, 0.18);
  background: rgba(255, 255, 255, 0.82);
  padding: 0.5rem 0.9rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bkv-primary);
  box-shadow: var(--bkv-shadow-xs);
  backdrop-filter: blur(8px);
}
.unlock-title {
  margin-top: 1rem;
  font-size: clamp(1.38rem, 2vw, 1.85rem);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--bkv-text);
}
.unlock-text {
  margin-top: 0.7rem;
  max-width: 32rem;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--bkv-text-secondary);
}
.unlock-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.3rem;
}
.unlock-metric-card {
  border: 1px solid rgba(234, 88, 12, 0.12);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.95rem 1rem;
  box-shadow: var(--bkv-shadow-xs);
}
.unlock-metric-kicker {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bkv-text-tertiary);
}
.unlock-metric-value {
  margin-top: 0.45rem;
  font-size: 1.45rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--bkv-text);
}
.unlock-metric-value--accent { color: var(--bkv-primary); }
.unlock-metric-caption {
  margin-top: 0.35rem;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--bkv-text-secondary);
}
.unlock-form-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 1.45rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.93) 100%);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08), 0 8px 14px rgba(15, 23, 42, 0.04);
  backdrop-filter: blur(14px);
  padding: 1rem;
}
.unlock-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}
.unlock-input {
  width: 100%;
  min-height: 3.35rem;
  border: 1px solid rgba(226, 232, 240, 0.96);
  border-radius: 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfc 100%);
  padding: 0.9rem 1rem;
  font-size: 0.92rem;
  color: var(--bkv-text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.unlock-input::placeholder { color: #9ca3af; }
.unlock-input:hover { border-color: rgba(234, 88, 12, 0.24); }
.unlock-input:focus {
  outline: none;
  border-color: var(--bkv-primary);
  box-shadow: 0 0 0 4px rgba(234, 88, 12, 0.12);
}
.unlock-button {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border-radius: 1rem;
  border: 1px solid #d84a05;
  background-color: #ea580c;
  background-image: linear-gradient(90deg, #ff9a3c 0%, #ea580c 48%, #cf4d09 100%);
  padding: 1rem 1.25rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 14px 28px rgba(234, 88, 12, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  cursor: pointer;
}
.unlock-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(234, 88, 12, 0.28);
  filter: brightness(0.96);
}
.unlock-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
}
.unlock-trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 9999px;
  border: 1px solid rgba(226, 232, 240, 0.96);
  background: rgba(248, 250, 252, 0.96);
  padding: 0.56rem 0.78rem;
  font-size: 0.74rem;
  line-height: 1.2;
  font-weight: 600;
  color: var(--bkv-text-secondary);
  box-shadow: var(--bkv-shadow-xs);
}
.unlock-trust-chip svg {
  flex-shrink: 0;
  color: var(--bkv-success);
}

/* Service CTA */
.service-cta {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(234, 88, 12, 0.14);
  border-radius: 2rem;
  background: linear-gradient(135deg, rgba(255, 247, 237, 0.98) 0%, rgba(255, 251, 247, 0.96) 42%, rgba(255, 255, 255, 0.98) 100%);
  box-shadow: 0 22px 48px rgba(234, 88, 12, 0.1), 0 10px 20px rgba(15, 23, 42, 0.05);
  isolation: isolate;
}
.service-cta::before {
  content: "";
  position: absolute;
  left: -5rem;
  bottom: -7rem;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(234, 88, 12, 0.18) 0%, rgba(255, 255, 255, 0) 72%);
  filter: blur(18px);
  pointer-events: none;
}
.service-cta::after {
  content: "";
  position: absolute;
  top: -7rem;
  right: -3rem;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(251, 191, 36, 0.16) 0%, rgba(255, 255, 255, 0) 74%);
  filter: blur(20px);
  pointer-events: none;
}
.service-cta > * { position: relative; z-index: 1; }
.service-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.82fr);
  gap: 1.5rem;
  align-items: stretch;
  padding: 1.6rem;
}
.service-cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border: 1px solid rgba(234, 88, 12, 0.16);
  background: rgba(255, 255, 255, 0.86);
  padding: 0.48rem 0.9rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bkv-primary);
  box-shadow: var(--bkv-shadow-xs);
  backdrop-filter: blur(8px);
}
.service-cta-title {
  margin-top: 1rem;
  max-width: 39rem;
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.035em;
  color: var(--bkv-text);
}
.service-cta-subtitle {
  margin-top: 0.8rem;
  max-width: 40rem;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--bkv-text-secondary);
}
.service-cta-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
  margin-top: 1.35rem;
}
.service-cta-item {
  display: flex;
  gap: 0.85rem;
  border: 1px solid rgba(234, 88, 12, 0.1);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.76);
  padding: 0.95rem 1rem;
  box-shadow: var(--bkv-shadow-xs);
}
.service-cta-item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.95rem;
  background: linear-gradient(135deg, rgba(255, 237, 213, 0.98) 0%, rgba(255, 247, 237, 0.92) 100%);
  color: var(--bkv-primary);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}
.service-cta-item-icon svg { width: 1.05rem; height: 1.05rem; }
.service-cta-item-title {
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 700;
  color: var(--bkv-text);
}
.service-cta-item-text {
  margin-top: 0.25rem;
  font-size: 0.83rem;
  line-height: 1.55;
  color: var(--bkv-text-secondary);
}
.service-cta-sidecard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 1.45rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.94) 100%);
  padding: 1.2rem;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08), 0 8px 16px rgba(15, 23, 42, 0.04);
  backdrop-filter: blur(14px);
}
.service-cta-sidecard::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}
.service-cta-sidecard-kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bkv-text-tertiary);
}
.service-cta-sidecard-title {
  margin-top: 0.65rem;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--bkv-text);
}
.service-cta-sidecard-text {
  margin-top: 0.55rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--bkv-text-secondary);
}
.service-cta-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}
.service-cta-stat {
  border-radius: 1rem;
  border: 1px solid rgba(234, 88, 12, 0.1);
  background: rgba(255, 247, 237, 0.62);
  padding: 0.8rem 0.9rem;
}
.service-cta-stat-value {
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 700;
  color: var(--bkv-primary);
}
.service-cta-stat-label {
  margin-top: 0.28rem;
  font-size: 0.78rem;
  line-height: 1.4;
  color: var(--bkv-text-secondary);
}
.service-cta-button {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1.15rem;
  border-radius: 1rem;
  border: 1px solid #d84a05;
  background-color: #ea580c;
  background-image: linear-gradient(90deg, #ff9a3c 0%, #ea580c 48%, #cf4d09 100%);
  padding: 1rem 1.15rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 14px 28px rgba(234, 88, 12, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  cursor: pointer;
}
.service-cta-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(234, 88, 12, 0.3);
  filter: brightness(0.96);
}
.service-cta-footnote {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.85rem;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--bkv-text-secondary);
}

/* Sticky progress widget */
.progress-widget {
  --progress-accent: #ef4444;
  --progress-accent-end: #dc2626;
  --progress-accent-soft: rgba(239, 68, 68, 0.16);
  --progress-accent-strong: rgba(239, 68, 68, 0.28);
  --progress-accent-shadow: rgba(239, 68, 68, 0.22);
  position: relative;
  overflow: hidden;
  border-radius: 1.7rem;
  border: 1px solid rgba(255, 255, 255, 0.82);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 249, 245, 0.96) 100%);
  padding: 1rem;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08), 0 8px 18px rgba(15, 23, 42, 0.05);
  backdrop-filter: blur(16px);
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
.progress-widget::before {
  content: "";
  position: absolute;
  top: -3.25rem;
  right: -3rem;
  width: 11rem;
  height: 11rem;
  border-radius: 9999px;
  background: radial-gradient(circle, var(--progress-accent-soft) 0%, rgba(255, 255, 255, 0) 72%);
  filter: blur(20px);
  pointer-events: none;
}
.progress-widget::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 28%);
  pointer-events: none;
}
.progress-widget > * {
  position: relative;
  z-index: 1;
}
.progress-widget-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}
.progress-widget-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 9999px;
  border: 1px solid var(--progress-accent-strong);
  background: rgba(255, 255, 255, 0.88);
  padding: 0.42rem 0.7rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--progress-accent);
  box-shadow: var(--bkv-shadow-xs);
}
.progress-widget-badge-dot {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 9999px;
  background: var(--progress-accent);
  box-shadow: 0 0 0 4px var(--progress-accent-soft);
}
.progress-widget-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.15rem;
  padding: 0.42rem 0.72rem;
  border-radius: 0.9rem;
  background: var(--progress-accent-soft);
  color: var(--progress-accent);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.progress-widget-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
  text-align: center;
}
.progress-widget-ring {
  position: relative;
  width: 104px;
  height: 104px;
  margin: 0 auto;
}
.progress-widget-ring svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 10px 18px var(--progress-accent-shadow));
}
.progress-widget-ring-track {
  stroke: rgba(226, 232, 240, 0.92);
}
.progress-widget-ring-progress {
  transition: stroke-dasharray 0.7s ease, stroke 0.25s ease;
}
.progress-widget-ring-center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.progress-widget-ring-value {
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.05em;
  color: var(--progress-accent);
}
.progress-widget-ring-label {
  max-width: 4rem;
  margin-top: 0.1rem;
  font-size: 0.5rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: var(--bkv-text-tertiary);
}
.progress-widget-status {
  width: 100%;
  max-width: 12.75rem;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
  text-align: center;
}
.progress-widget-status-kicker {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--progress-accent);
}
.progress-widget-status-text {
  max-width: 12rem;
  margin: 0.35rem auto 0;
  font-size: 0.92rem;
  line-height: 1.42;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--bkv-text);
}
.progress-widget-bar {
  margin-top: 1rem;
}
.progress-widget-bar-track {
  height: 0.55rem;
  overflow: hidden;
  border-radius: 9999px;
  background: rgba(226, 232, 240, 0.86);
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.08);
}
.progress-widget-bar-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--progress-accent) 0%, var(--progress-accent-end) 100%);
  box-shadow: 0 8px 16px var(--progress-accent-shadow);
  transition: width 0.7s ease, background 0.25s ease;
}
.progress-widget-bar-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.45rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--bkv-text-tertiary);
}
.progress-widget-checklist {
  display: grid;
  gap: 0.58rem;
  margin-top: 1rem;
}
.progress-widget-check {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.78);
  padding: 0.68rem 0.75rem;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.progress-widget-check.is-done {
  border-color: var(--progress-accent-strong);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, var(--progress-accent-soft) 170%);
}
.progress-widget-check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0.45rem;
  border: 1px solid rgba(203, 213, 225, 0.9);
  background: #fff;
  color: transparent;
  transition: all 0.2s ease;
}
.progress-widget-check.is-done .progress-widget-check-icon {
  border-color: var(--progress-accent);
  background: var(--progress-accent);
  color: #fff;
  box-shadow: 0 8px 16px var(--progress-accent-shadow);
}
.progress-widget-check-icon svg {
  width: 0.72rem;
  height: 0.72rem;
  opacity: 0;
  transform: scale(0.82);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.progress-widget-check.is-done .progress-widget-check-icon svg {
  opacity: 1;
  transform: scale(1);
}
.progress-widget-check-label {
  min-width: 0;
  font-size: 0.78rem;
  line-height: 1.35;
  font-weight: 600;
  color: var(--bkv-text);
}
.progress-widget-check.is-done .progress-widget-check-label {
  color: var(--bkv-text-secondary);
}
.progress-widget-next {
  margin-top: 1rem;
  border-radius: 1.05rem;
  border: 1px dashed var(--progress-accent-strong);
  background: rgba(255, 255, 255, 0.7);
  padding: 0.8rem 0.9rem;
}
.progress-widget-next-kicker {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--progress-accent);
}
.progress-widget-next-text {
  margin-top: 0.28rem;
  font-size: 0.78rem;
  line-height: 1.5;
  color: var(--bkv-text-secondary);
}
.progress-widget-note {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin-top: 0.95rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(226, 232, 240, 0.8);
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--bkv-text-secondary);
}
.progress-widget-note svg {
  width: 0.92rem;
  height: 0.92rem;
  flex-shrink: 0;
  color: var(--progress-accent);
  margin-top: 0.1rem;
}
.progress-widget-action {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 1rem;
  border-radius: 1rem;
  border: 1px solid var(--progress-accent-end);
  background: linear-gradient(135deg, var(--progress-accent) 0%, var(--progress-accent-end) 100%);
  padding: 0.95rem 1rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 14px 28px var(--progress-accent-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  cursor: pointer;
}
.progress-widget-action:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px var(--progress-accent-shadow);
  filter: brightness(0.97);
}
.progress-sidebar-sticky {
  position: sticky;
  top: 6rem;
  align-self: flex-start;
}

/* Output paper */
.output-paper {
  border: 1px solid var(--bkv-border);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: var(--bkv-shadow-lg);
  padding: 2.5rem 2.5rem;
  min-height: 400px;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--bkv-text-secondary);
}
.output-paper h2, .output-paper .sa-h2 {
  color: var(--bkv-text);
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--bkv-border);
  display: block;
}
.output-paper h3, .output-paper .sa-h3 {
  color: var(--bkv-text);
  font-size: 1.05rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  letter-spacing: 0.01em;
  display: block;
}
.output-paper p {
  margin-bottom: 1rem;
  color: var(--bkv-text-secondary);
}
.output-paper ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.output-paper ul li {
  margin-bottom: 0.5rem;
  color: var(--bkv-text-secondary);
}
.output-paper ul li::marker {
  color: var(--bkv-primary);
}
.output-paper strong {
  color: var(--bkv-text);
  font-weight: 600;
}
.output-paper hr {
  border: none;
  border-top: 1px solid var(--bkv-border);
  margin: 1.5rem 0;
}
.output-paper a {
  color: var(--bkv-primary);
  text-decoration: none;
  font-weight: 600;
}
.output-paper [contenteditable="true"]:focus {
  outline: 2px dashed rgba(234, 88, 12, 0.3);
  outline-offset: 4px;
  border-radius: 0.5rem;
}

/* Style tabs */
.style-tab {
  padding: 0.6rem 1.2rem;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 0.75rem;
  cursor: pointer;
  transition: all 0.2s;
  color: var(--bkv-text-secondary);
  border: 1px solid transparent;
}
.style-tab:hover { color: var(--bkv-text); }
.style-tab.active {
  background: var(--bkv-primary-lighter);
  color: var(--bkv-primary);
  border-color: rgba(234, 88, 12, 0.15);
}

/* Action buttons */
.action-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.6rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid var(--bkv-border);
  background: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--bkv-text-secondary);
  cursor: pointer;
  transition: all 0.2s;
}
.action-btn:hover {
  border-color: var(--bkv-primary);
  color: var(--bkv-primary);
}

/* Responsive */
@media (max-width: 1023px) {
  .service-cta-grid { grid-template-columns: 1fr; }
  .unlock-panel-grid { grid-template-columns: 1fr; }
}
@media (max-width: 639px) {
  .service-cta-grid { padding: 1.15rem; }
  .service-cta-list,
  .service-cta-stats { grid-template-columns: 1fr; }
  .unlock-panel-grid { gap: 1rem; padding: 1.15rem; }
  .unlock-title { font-size: 1.45rem; }
  .unlock-metrics,
  .unlock-form-grid { grid-template-columns: 1fr; }
  .form-shell-body { padding: 1.25rem; }
}

/* SaaS chip for nav */
.saas-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border: 1px solid var(--bkv-border);
  background: #fff;
  padding: 0.55rem 0.9rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--bkv-text-secondary);
  box-shadow: var(--bkv-shadow-xs);
}

/* Group section divider */
.group-section {
  border-top: 1px solid var(--bkv-border);
  padding-top: 1.75rem;
  margin-top: 1.75rem;
}
.group-section-heading {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.6rem;
  padding-bottom: 0.55rem;
}
.group-section-heading::after {
  content: "";
  position: absolute;
  left: 2.35rem;
  right: 0;
  bottom: 0;
  height: 1px;
  border-radius: 9999px;
  background: linear-gradient(90deg, rgba(249, 115, 22, 0.65) 0%, rgba(249, 115, 22, 0.28) 68%, rgba(249, 115, 22, 0.08) 100%);
  pointer-events: none;
}
.group-section:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

/* Utility: cursor-not-allowed (used via Alpine :class) */
.cursor-not-allowed { cursor: not-allowed; }
.opacity-60 { opacity: 0.6; }
