.fh-store {
  --fh-purple: #7c3aed;
  --fh-pink: #db2777;
  --fh-orange: #ff6b2c;
  --fh-ink: #1f1740;
  --fh-muted: #6b6680;
  --fh-line: #ebe7f5;
  color: var(--fh-ink);
  font-family: inherit;
  margin: 28px auto;
  max-width: 1180px;
}
.fh-store *, .fh-store *::before, .fh-store *::after { box-sizing: border-box; }
.fh-store__header { margin-bottom: 24px; text-align: center; }
.fh-store__eyebrow { color: var(--fh-pink); display: inline-block; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.fh-store__header h2 { font-size: clamp(28px, 4vw, 44px); margin: 7px 0 10px; }
.fh-store__header p { color: var(--fh-muted); margin: 0 auto; max-width: 720px; }
.fh-notice, .fh-empty { background: #fff8e6; border: 1px solid #f4d58d; border-radius: 14px; margin: 20px 0; padding: 14px 18px; }
.fh-notice a { color: var(--fh-purple); font-weight: 700; margin-inline-start: 8px; }
.fh-services { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fh-service-card { background: #fff; border: 1px solid var(--fh-line); border-radius: 20px; box-shadow: 0 10px 30px rgba(48, 26, 89, .07); display: flex; flex-direction: column; min-height: 290px; padding: 22px; transition: border-color .2s, box-shadow .2s, transform .2s; }
.fh-service-card:hover, .fh-service-card.is-selected { border-color: #bd9cff; box-shadow: 0 14px 36px rgba(84, 43, 145, .14); transform: translateY(-2px); }
.fh-service-card__top, .fh-service-card__footer { align-items: center; display: flex; justify-content: space-between; gap: 12px; }
.fh-platform-badge { background: #f1eaff; border-radius: 999px; color: var(--fh-purple); font-size: 13px; font-weight: 800; padding: 6px 11px; }
.fh-service-card__quantity { color: var(--fh-muted); font-size: 13px; }
.fh-service-card h3 { font-size: 22px; margin: 22px 0 8px; }
.fh-service-card p { color: var(--fh-muted); line-height: 1.75; margin: 0; }
.fh-service-card__meta { color: var(--fh-muted); flex: 1; margin: 14px 0 20px; padding-inline-start: 20px; }
.fh-service-card__footer { border-top: 1px solid var(--fh-line); padding-top: 18px; }
.fh-service-card__footer strong { font-size: 20px; }
.fh-select-service, .fh-continue-button { background: linear-gradient(135deg, var(--fh-purple), var(--fh-pink) 60%, var(--fh-orange)); border: 0; border-radius: 12px; color: #fff; cursor: pointer; font: inherit; font-weight: 800; min-height: 44px; padding: 10px 18px; }
.fh-select-service:focus-visible, .fh-continue-button:focus-visible, .fh-field input:focus, .fh-field textarea:focus { outline: 3px solid rgba(124, 58, 237, .28); outline-offset: 2px; }
.fh-select-service:disabled { cursor: not-allowed; filter: grayscale(1); opacity: .55; }
.fh-checkout { background: linear-gradient(145deg, #fff, #fbf9ff); border: 1px solid var(--fh-line); border-radius: 24px; box-shadow: 0 18px 50px rgba(48, 26, 89, .1); margin-top: 28px; padding: clamp(20px, 4vw, 36px); scroll-margin-top: 32px; }
.fh-checkout__summary { border-bottom: 1px solid var(--fh-line); font-size: 20px; font-weight: 900; margin-bottom: 22px; padding-bottom: 18px; }
.fh-checkout-form { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.fh-field--wide { grid-column: 1 / -1; }
.fh-field label { display: block; font-weight: 800; margin-bottom: 7px; }
.fh-field label span { color: #b42318; margin-inline-start: 4px; }
.fh-field input, .fh-field textarea { background: #fff; border: 1px solid #d9d3e8; border-radius: 12px; color: var(--fh-ink); font: inherit; padding: 12px 14px; width: 100%; }
.fh-field small { color: var(--fh-muted); display: block; margin-top: 6px; }
.fh-terms { align-items: flex-start; display: flex; gap: 10px; }
.fh-terms input { margin-top: 5px; }
.fh-terms a { color: var(--fh-purple); }
.fh-honeypot { height: 0; left: -9999px; overflow: hidden; position: absolute; width: 0; }
.fh-continue-button { min-width: 220px; }
.fh-paypal-area { border-top: 1px solid var(--fh-line); margin-top: 24px; padding-top: 22px; }
.fh-paypal-area__hint { color: var(--fh-muted); }
.fh-paypal-button { margin: 0 auto; max-width: 520px; min-height: 48px; }
.fh-checkout-status { border-radius: 12px; margin-top: 16px; min-height: 1px; padding: 0; }
.fh-checkout-status:not(:empty) { padding: 12px 14px; }
.fh-checkout-status.is-success { background: #ecfdf3; color: #067647; }
.fh-checkout-status.is-error { background: #fef3f2; color: #b42318; }
.fh-checkout-status.is-warning { background: #fffaeb; color: #b54708; }
.fh-checkout-status.is-info, .fh-checkout-status.is-working { background: #f4f0ff; color: #5925dc; }
.fh-receipt, .fh-initial-order { background: #f8f6ff; border: 1px solid #ded5ff; border-radius: 16px; margin-top: 22px; padding: 20px; }
.fh-receipt h3, .fh-initial-order h3 { margin-top: 0; }
.fh-receipt dl, .fh-initial-order dl { display: grid; grid-template-columns: minmax(110px, .35fr) 1fr; margin: 0; }
.fh-receipt dt, .fh-receipt dd, .fh-initial-order dt, .fh-initial-order dd { border-bottom: 1px solid #e5def8; margin: 0; padding: 9px 0; }
.fh-receipt dt, .fh-initial-order dt { color: var(--fh-muted); font-weight: 700; }
@media (max-width: 900px) { .fh-services { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) {
  .fh-services, .fh-checkout-form { grid-template-columns: 1fr; }
  .fh-field--wide { grid-column: auto; }
  .fh-service-card { min-height: 0; }
  .fh-service-card__footer { align-items: stretch; flex-direction: column; }
  .fh-select-service, .fh-continue-button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { .fh-service-card { transition: none; } }

