.biz-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

.biz-main {
  flex: 1;
  width: 100%;
  padding:
    clamp(112px, 18vh, 168px)
    clamp(24px, 5vw, 64px)
    clamp(96px, 14vh, 144px);
}

.biz-shell {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.biz-header {
  margin-bottom: clamp(32px, 5vw, 48px);
}

.biz-eyebrow {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted, #64748b);
  margin-bottom: 12px;
}

.biz-header h1 {
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
  font-weight: 700;
  margin-bottom: 12px;
  max-width: 18ch;
}

.biz-lead {
  max-width: 56ch;
  color: var(--muted, #64748b);
  font-size: 1.0625rem;
  line-height: 1.65;
}

.biz-value-pro--hero-follow {
  margin-bottom: clamp(48px, 7vw, 72px);
}

.biz-value-pro {
  max-width: 920px;
  margin: 0 auto;
}

.biz-value-pro__head {
  text-align: center;
  margin-bottom: clamp(32px, 4.5vw, 44px);
  padding-bottom: clamp(28px, 4vw, 36px);
  border-bottom: 1px solid var(--line, #e2e8f0);
}

.biz-value-pro__head .biz-eyebrow {
  margin-bottom: 16px;
}

.biz-value-pro__head h2 {
  font-size: clamp(1.875rem, 4.2vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.04;
  margin-bottom: 12px;
}

.biz-value-pro__lead {
  font-size: 1rem;
  color: var(--muted, #64748b);
  letter-spacing: -0.01em;
  line-height: 1.6;
  max-width: 40ch;
  margin: 0 auto;
}

.biz-value-pro__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 12px;
  border: none;
  border-radius: 0;
  overflow: visible;
  background: transparent;
}

.biz-value-pro__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: clamp(18px, 2.5vw, 22px);
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.biz-value-pro__item:hover {
  border-color: #cbd5e1;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
  transform: translateY(-1px);
}

.biz-value-pro__channels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: clamp(24px, 4vw, 32px);
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 16px;
  overflow: hidden;
  background: var(--line, #e2e8f0);
}

.biz-value-pro__channel {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: clamp(20px, 3vw, 28px);
  background: #ffffff;
}

.biz-value-pro__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--brand-soft, #f8fafc);
  border: 1px solid var(--line, #e2e8f0);
  color: var(--text, #0f172a);
}

.biz-value-pro__mark--brand {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.biz-value-pro__mark img {
  display: block;
  width: 20px;
  height: 20px;
}

.biz-value-pro__mark svg {
  display: block;
  width: 18px;
  height: 18px;
}

.biz-value-pro__copy h3 {
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 5px;
  color: var(--text, #0f172a);
}

.biz-value-pro__copy p {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--muted, #64748b);
}

.biz-value-pro__points {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0;
  margin-top: clamp(20px, 3vw, 28px);
}

.biz-value-pro__points li {
  display: inline-flex;
  align-items: center;
  padding: 7px 13px;
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 999px;
  background: #ffffff;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #475569;
}

.biz-value-pro__points li:not(:last-child)::after {
  display: none;
}

.biz-value-pro__store {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(24px, 4vw, 40px);
  padding: clamp(26px, 3.5vw, 34px) clamp(26px, 3.5vw, 36px);
  margin-bottom: 0;
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 20px 48px rgba(15, 23, 42, 0.06);
  position: relative;
  overflow: hidden;
}

.biz-value-pro__store::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #0f172a 0%, #334155 100%);
}

.biz-value-pro__store-main {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  min-width: 0;
}

.biz-value-pro__store-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: none;
  background: var(--text, #0f172a);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

.biz-value-pro__store-icon svg {
  width: 22px;
  height: 22px;
}

.biz-value-pro__store-copy {
  flex: 1;
  min-width: 0;
  padding-top: 2px;
}

.biz-value-pro__store-eyebrow {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 10px;
}

.biz-value-pro__store-copy h3 {
  font-size: clamp(1.125rem, 2.2vw, 1.375rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 8px;
  color: var(--text, #0f172a);
}

.biz-value-pro__store-copy p {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #475569;
  max-width: 46ch;
}

.biz-value-pro__store-ai {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(226, 232, 240, 0.85);
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #64748b;
  max-width: 42ch;
}

.biz-value-pro__store-visual {
  flex-shrink: 0;
  margin: 0;
  padding: 8px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 18px;
  background: #ffffff;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 12px 32px rgba(15, 23, 42, 0.1);
}

.biz-value-pro__store-visual img {
  display: block;
  width: clamp(96px, 12vw, 120px);
  height: clamp(96px, 12vw, 120px);
  object-fit: cover;
  border-radius: 12px;
}

.biz-pitch {
  margin-bottom: clamp(40px, 6vw, 56px);
  padding: clamp(22px, 3vw, 28px);
  border: 1px solid #bbf7d0;
  border-radius: 18px;
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
}

.biz-pitch__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: #25d366;
  color: #ffffff;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.biz-pitch__badge svg {
  width: 14px;
  height: 14px;
}

.biz-pitch h2 {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  max-width: 36ch;
}

.biz-pitch p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #166534;
  max-width: 62ch;
}

.biz-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: clamp(40px, 6vw, 56px);
}

.biz-step {
  padding: clamp(18px, 2.5vw, 22px);
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 14px;
  background: #ffffff;
}

.biz-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--brand-soft, #f8fafc);
  color: var(--text, #0f172a);
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.biz-step h3 {
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 6px;
}

.biz-step p {
  font-size: 0.8125rem;
  line-height: 1.65;
  color: var(--muted, #64748b);
}

.biz-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: clamp(40px, 6vw, 56px);
}

.biz-benefit {
  padding: clamp(18px, 2.5vw, 22px);
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 14px;
  background: var(--brand-soft, #f8fafc);
}

.biz-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #ffffff;
  color: var(--text, #0f172a);
  margin-bottom: 12px;
  border: 1px solid var(--line, #e2e8f0);
}

.biz-benefit-icon svg {
  width: 18px;
  height: 18px;
}

.biz-benefit-icon--calendar {
  color: #1d4ed8;
  background: #eff6ff;
  border-color: #bfdbfe;
}

.biz-benefit h3 {
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 6px;
}

.biz-benefit p {
  font-size: 0.8125rem;
  line-height: 1.65;
  color: var(--muted, #64748b);
}

.biz-pricing-head {
  text-align: center;
  margin-top: clamp(40px, 6vw, 64px);
  margin-bottom: clamp(24px, 4vw, 32px);
}

.biz-pricing-head h2 {
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}

.biz-pricing-head p {
  font-size: 0.9375rem;
  color: var(--muted, #64748b);
  max-width: 48ch;
  margin: 0 auto;
  line-height: 1.6;
}

.biz-pricing {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: clamp(32px, 5vw, 48px);
}

.biz-pricing--single {
  grid-template-columns: minmax(0, 420px);
  justify-content: center;
  margin-bottom: clamp(28px, 4vw, 36px);
}

.biz-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 3vw, 28px);
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 18px;
  background: #ffffff;
}

.biz-plan--featured {
  border-color: var(--text, #0f172a);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
}

.biz-plan-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #15803d;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.biz-plan-popular {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--text, #0f172a);
  color: #ffffff;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.biz-plan-name {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}

.biz-plan-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 8px;
}

.biz-plan-price strong {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}

.biz-plan-price span {
  font-size: 0.875rem;
  color: var(--muted, #64748b);
}

.biz-plan-vat {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--muted, #64748b);
}

.biz-extras {
  margin-bottom: clamp(32px, 5vw, 48px);
}

.biz-extras-head {
  text-align: center;
  margin-bottom: clamp(16px, 3vw, 24px);
}

.biz-extras-head h3 {
  font-size: clamp(1.125rem, 2.5vw, 1.375rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}

.biz-extras-head p {
  font-size: 0.875rem;
  color: var(--muted, #64748b);
  max-width: 48ch;
  margin: 0 auto;
  line-height: 1.6;
}

.biz-extras-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: stretch;
}

@media (min-width: 640px) {
  .biz-extras-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .biz-extras-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.biz-extra {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 14px;
  height: 100%;
  padding: clamp(18px, 2.5vw, 22px);
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 16px;
  background: #ffffff;
}

.biz-extra-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.biz-extra-copy strong {
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--text, #0f172a);
}

.biz-extra-copy p {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--muted, #64748b);
}

.biz-extra-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  margin-top: auto;
}

.biz-extra-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: fit-content;
  margin-top: auto;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid var(--text, #0f172a);
  background: var(--text, #0f172a);
  color: #ffffff;
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.biz-extra-cta svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.biz-extra-cta:hover {
  background: var(--brand-dark, #020617);
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.18);
}

.biz-extra-amount {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--text, #0f172a);
}

.biz-extra-meta {
  font-size: 0.8125rem;
  color: var(--muted, #64748b);
}

.biz-plan-desc {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--muted, #64748b);
  margin-bottom: 18px;
  min-height: 2.8em;
}

.biz-plan-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 22px;
  flex: 1;
}

.biz-plan-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #334155;
}

.biz-plan-features svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  color: #15803d;
}

.biz-plan-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 16px;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 500;
  text-decoration: none;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.biz-plan-cta svg {
  width: 14px;
  height: 14px;
}

.biz-plan-cta--primary {
  border: 1px solid var(--text, #0f172a);
  background: var(--text, #0f172a);
  color: #ffffff;
}

.biz-plan-cta--primary:hover {
  background: var(--brand-dark, #020617);
  border-color: var(--brand-dark, #020617);
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.18);
}

.biz-plan-cta--secondary {
  border: 1px solid var(--line, #e2e8f0);
  background: #ffffff;
  color: var(--text, #0f172a);
}

.biz-plan-cta--secondary:hover {
  border-color: #cbd5e1;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}

.biz-cta {
  padding: clamp(22px, 3vw, 28px);
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 14px;
  background: var(--brand-soft, #f8fafc);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.biz-cta-copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 52ch;
}

.biz-cta-title {
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.biz-cta-text {
  font-size: 0.875rem;
  color: var(--muted, #64748b);
  line-height: 1.6;
}

.biz-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid var(--text, #0f172a);
  background: var(--text, #0f172a);
  color: #ffffff;
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.biz-cta-link svg {
  width: 14px;
  height: 14px;
}

.biz-cta-link:hover {
  background: var(--brand-dark, #020617);
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.18);
}

@media (max-width: 720px) {
  .biz-value-pro__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .biz-main {
    padding-top: 88px;
    padding-bottom: 72px;
  }

  .biz-header h1 {
    max-width: none;
  }

  .biz-value-pro__grid {
    grid-template-columns: 1fr;
  }

  .biz-value-pro__channels {
    grid-template-columns: 1fr;
  }

  .biz-value-pro__store {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .biz-value-pro__store-visual {
    justify-self: center;
  }

  .biz-value-pro__store-visual img {
    width: 104px;
    height: 104px;
  }

  .biz-value-pro__points {
    flex-direction: column;
    gap: 10px;
  }

  .biz-value-pro__points li:not(:last-child)::after {
    display: none;
  }

  .biz-steps,
  .biz-benefits,
  .biz-pricing {
    grid-template-columns: 1fr;
  }

  .biz-plan--featured {
    order: -1;
  }

  .biz-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .biz-cta-link {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .biz-value-pro__item {
    transition: none;
  }

  .biz-value-pro__item:hover {
    transform: none;
  }

  .biz-plan-cta,
  .biz-cta-link,
  .biz-extra-cta {
    transition: none;
  }
}
