.page-builder-runtime-body,
#builder-canvas {
  --pb-ink: #0f172a;
  --pb-muted: #475569;
  --pb-border: #e2e8f0;
  --pb-surface: #ffffff;
  --pb-surface-alt: #f8fafc;
  --pb-accent: #2563eb;
  --pb-accent-strong: #1d4ed8;
  --pb-accent-soft: #dbeafe;
  --pb-emerald: #059669;
  --pb-violet: #7c3aed;
  --pb-warm: #f97316;
  --pb-shadow-sm: 0 12px 30px rgba(15, 23, 42, 0.08);
  --pb-shadow-lg: 0 24px 60px rgba(15, 23, 42, 0.12);
  color: var(--pb-ink);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

html,
body.page-builder-runtime-body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

@supports (overflow-x: clip) {
  html,
  body.page-builder-runtime-body {
    overflow-x: clip;
  }
}

.page-builder-runtime-body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  min-width: 0;
}

.page-builder-content {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

@supports (overflow-x: clip) {
  .page-builder-content {
    overflow-x: clip;
  }
}

:where(.page-builder-runtime-body, #builder-canvas),
:where(.page-builder-runtime-body, #builder-canvas) *,
:where(.page-builder-runtime-body, #builder-canvas) *::before,
:where(.page-builder-runtime-body, #builder-canvas) *::after {
  box-sizing: border-box;
}

:where(.page-builder-runtime-body, #builder-canvas) :is(h1, h2, h3, p) {
  margin: 0;
}

:where(.page-builder-runtime-body, #builder-canvas) :is(section, footer) {
  width: 100%;
}

:where(.page-builder-runtime-body, #builder-canvas) :is(img, video, iframe, svg, canvas) {
  display: block;
  max-width: 100%;
}

:where(.page-builder-runtime-body, #builder-canvas) :is(video, iframe, canvas) {
  height: auto;
}

:where(.page-builder-runtime-body, #builder-canvas) a {
  color: inherit;
  text-decoration: none;
}

:where(.page-builder-runtime-body, #builder-canvas) button {
  font: inherit;
}

.page-builder-runtime-body [data-section='true'] {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
}

@supports (overflow-x: clip) {
  .page-builder-runtime-body [data-section='true'] {
    overflow-x: clip;
  }
}

/*
  Page Builder layout guard
  -------------------------
  Custom HTML blocks often paste full-bleed snippets with width:100vw or
  negative full-bleed margins. That works in some themes, but in this builder it
  can push the whole page wider than the viewport and create left/right scroll.
  These scoped guards only affect Page Builder content, not the site header,
  product pages, checkout, or admin dashboard.
*/
.page-builder-runtime-body :where(.page-builder-content, [data-section='true'], [data-section='true'] *) {
  min-width: 0;
}

.page-builder-runtime-body [data-section='true'] > :is(section, div, main, article, header, footer) {
  max-width: 100% !important;
}

.page-builder-runtime-body [data-section='true'] [style*='100vw'],
.page-builder-runtime-body [data-section='true'] [style*='calc(50% - 50vw)'],
.page-builder-runtime-body [data-section='true'] [style*='calc(50vw - 50%)'] {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.page-builder-runtime-body [data-section='true'] :is(h1, h2, h3, h4, h5, h6, p, a, li, span, strong) {
  overflow-wrap: anywhere;
}

.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;
}

.page-builder-message {
  padding: 12px;
  border-radius: 8px;
  text-align: center;
}

.page-builder-message[hidden] {
  display: none !important;
}

.page-builder-message.is-success {
  background: #d1fae5;
  color: #065f46;
}

.page-builder-message.is-error {
  background: #fee2e2;
  color: #991b1b;
}

.pb-section-shell {
  padding: 60px clamp(0.75rem, 2vw, 2rem);
}

.pb-section-shell--alt {
  background: #f8fafc;
}

.pb-content-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
}

.pb-section-heading {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
}

.pb-widget-config {
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  border: 2px dashed transparent;
}

.pb-widget-config--product {
  background: #f0f9ff;
  border-color: #3b82f6;
}

.pb-widget-config--blog {
  background: #f0fdf4;
  border-color: #10b981;
}

.pb-widget-config--review {
  background: #fff7ed;
  border-color: #f97316;
}

.pb-widget-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.pb-widget-field {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 600;
}

.pb-widget-field--checkbox input {
  margin: 0;
}

.pb-widget-theme-text.pb-widget-theme--product {
  color: #1e40af;
}

.pb-widget-theme-text.pb-widget-theme--blog {
  color: #065f46;
}

.pb-widget-theme-text.pb-widget-theme--review {
  color: #9a3412;
}

.pb-widget-select,
.pb-widget-input {
  border-radius: 6px;
  font-size: 0.85rem;
}

.pb-widget-select {
  padding: 8px 12px;
}

.pb-widget-input {
  width: 100%;
  padding: 10px;
}

.pb-widget-input--compact {
  width: 70px;
  padding: 8px;
}

.pb-widget-input--narrow {
  width: 110px;
  padding: 8px 12px;
}

.pb-widget-theme-control.pb-widget-theme--product {
  border: 2px solid #3b82f6;
}

.pb-widget-theme-control.pb-widget-theme--blog {
  border: 2px solid #10b981;
}

.pb-widget-theme-control.pb-widget-theme--review {
  border: 2px solid #f97316;
}

.pb-widget-custom-ids {
  margin-top: 15px;
}

.pb-widget-custom-ids[hidden],
.pb-widget-input[hidden] {
  display: none !important;
}

.pb-widget-help-label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.9rem;
  font-weight: 600;
}

.pb-widget-help-text {
  color: #6b7280;
  display: block;
  margin-top: 5px;
}

.pb-widget-empty {
  text-align: center;
  color: #6b7280;
}

:is(.product-widget-container, .blog-widget-container, .reviews-widget-container) {
  min-height: 72px;
}

:is(.pbx-0012, .pbx-0025, .pbx-0037, .pbx-0041, .pbx-0055, .pbx-0067, .pbx-0071, .pbx-0103, .pbx-0106, .pbx-0116, .pbx-0135, .pbx-0154, .pbx-0164, .pbx-0169) {
  width: min(1200px, 100%);
  margin: 0 auto;
}

:is(.pbx-0010, .pbx-0017, .pbx-0021, .pbx-0024, .pbx-0029, .pbx-0036, .pbx-0049, .pbx-0054, .pbx-0066, .pbx-0070, .pbx-0075, .pbx-0090, .pbx-0093, .pbx-0102, .pbx-0104, .pbx-0105, .pbx-0115, .pbx-0129, .pbx-0134, .pbx-0141, .pbx-0143, .pbx-0149, .pbx-0153, .pbx-0160, .pbx-0163, .pbx-0168) {
  padding: clamp(56px, 8vw, 96px) 24px;
}

.pbx-0083 {
  padding: 18px 24px;
}

.pbx-0087 {
  padding: 24px;
}

.pbx-0027 {
  padding: 36px 24px;
}

:is(.pbx-0002, .pbx-0108, .pbx-0137, .pbx-0150, .pbx-0155, .pbx-0161, .pbx-0172) {
  font-size: clamp(2.75rem, 6vw, 5rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 800;
}

:is(.pbx-0011, .pbx-0018, .pbx-0044, .pbx-0050, .pbx-0076, .pbx-0091, .pbx-0131, .pbx-0142, .pbx-0148) {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 800;
}

:is(.pbx-0022, .pbx-0039, .pbx-0166) {
  font-size: 1.35rem;
  line-height: 1.2;
  font-weight: 700;
}

:is(.pbx-0003, .pbx-0019, .pbx-0023, .pbx-0045, .pbx-0053, .pbx-0077, .pbx-0085, .pbx-0092, .pbx-0109, .pbx-0132, .pbx-0138, .pbx-0145, .pbx-0151, .pbx-0156, .pbx-0162, .pbx-0167, .pbx-0173, .pbx-0040) {
  color: var(--pb-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

:is(.pbx-0107, .pbx-0136, .pbx-0144, .pbx-0171) {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

:is(.pbx-0004, .pbx-0009, .pbx-0020, .pbx-0046, .pbx-0082, .pbx-0101, .pbx-0111, .pbx-0152) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pb-accent) 0%, var(--pb-violet) 100%);
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 16px 32px rgba(37, 99, 235, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

:is(.pbx-0004, .pbx-0009, .pbx-0111, .pbx-0152, .pbx-0082) {
  background: #ffffff;
  color: #0f172a;
}

:is(.pbx-0004, .pbx-0009, .pbx-0020, .pbx-0046, .pbx-0082, .pbx-0101, .pbx-0111, .pbx-0112, .pbx-0152):hover {
  transform: translateY(-2px);
}

.pbx-0112,
.pbx-0086 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 24px;
  border-radius: 999px;
  border: 1px solid currentColor;
  transition: transform 0.2s ease, background 0.2s ease;
}

.pbx-0133 {
  color: var(--pb-accent);
  font-weight: 700;
}

.pbx-0133:hover {
  color: var(--pb-accent-strong);
}

.pbx-0001,
.pbx-0005 {
  min-height: min(78vh, 760px);
  display: grid;
  place-items: center;
  padding: clamp(72px, 10vw, 120px) 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #1d4ed8 0%, #0f766e 100%);
  color: #ffffff;
}

.pbx-0001 > * {
  position: relative;
  z-index: 1;
}

.pbx-0005 {
  isolation: isolate;
}

.pbx-0006 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pbx-0007 {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.16), rgba(15, 23, 42, 0.82));
}

.pbx-0008 {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.pbx-0002 {
  margin-bottom: 18px;
}

.pbx-0003 {
  max-width: 680px;
  margin: 0 auto 32px;
  color: rgba(255, 255, 255, 0.86);
}

.pbx-0010 {
  background: var(--pb-surface-alt);
}

.pbx-0010 .pbx-0011,
.pbx-0024 .pbx-0011,
.pbx-0029 .pbx-0011,
.pbx-0036 > .pbx-0011,
.pbx-0055 .pbx-0011 {
  margin-bottom: 42px;
  text-align: center;
}

.pbx-0012 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.pbx-0013 {
  padding: 28px;
  background: #ffffff;
  border: 1px solid var(--pb-border);
  border-radius: 24px;
  box-shadow: var(--pb-shadow-sm);
  text-align: center;
}

.pbx-0014 {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: var(--pb-accent-soft);
  color: var(--pb-accent);
  font-size: 2rem;
}

.pbx-0013 .pbx-0015 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
}

.pbx-0013 .pbx-0016 {
  font-size: 1rem;
}

.pbx-0017 {
  background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 100%);
  color: #ffffff;
  text-align: center;
}

.pbx-0017 > :is(.pbx-0018, .pbx-0019, .pbx-0020) {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.pbx-0018 {
  margin-bottom: 18px;
}

.pbx-0019 {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.84);
}

.pbx-0021 {
  background: #ffffff;
}

.pbx-0021 > :is(.pbx-0022, .pbx-0023) {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.pbx-0021 .pbx-0022 {
  margin-bottom: 16px;
}

.pbx-0024 {
  background: var(--pb-surface-alt);
}

.pbx-0025 {
  padding: clamp(24px, 4vw, 40px);
  background: #ffffff;
  border: 1px solid var(--pb-border);
  border-radius: 28px;
  box-shadow: var(--pb-shadow-sm);
}

.pbx-0026 {
  text-align: center;
  color: var(--pb-muted);
}

.pbx-0027 {
  background: #0f172a;
  color: rgba(255, 255, 255, 0.74);
  text-align: center;
}

.pbx-0027 .pbx-0015 {
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
}

.pbx-0028 {
  font-size: 0.95rem;
}

.faq-item.open .faq-answer {
  max-height: 500px !important;
}

.faq-item.open .faq-toggle span:last-child {
  transform: rotate(180deg);
}

.pbx-0030 {
  display: grid;
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
}

.pbx-0031 {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--pb-border);
  border-radius: 18px;
  box-shadow: var(--pb-shadow-sm);
}

.pbx-0032 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.faq-question {
  flex: 1;
  font-weight: 600;
  color: var(--pb-ink);
}

.pbx-0033 {
  flex-shrink: 0;
  color: var(--pb-accent);
  transition: transform 0.2s ease;
}

.faq-answer,
.pbx-0034 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.pbx-0034 .pbx-0035 {
  padding: 0 24px 24px;
}

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

.pbx-0038 {
  padding: 32px;
  background: var(--pb-surface-alt);
  border: 1px solid var(--pb-border);
  border-radius: 24px;
  box-shadow: var(--pb-shadow-sm);
}

.pbx-0039 {
  margin-bottom: 12px;
}

.pbx-0041 {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
}

.pbx-0042 {
  min-height: 320px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--pb-shadow-lg);
}

.pbx-0043 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pbx-0044 {
  margin-bottom: 16px;
}

.pbx-0045 {
  margin-bottom: 28px;
}

.pbx-0047 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
}

.pbx-0048 {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 20px;
  background: #e2e8f0;
  box-shadow: var(--pb-shadow-sm);
}

.pbx-0048 .pbx-0043 {
  transition: transform 0.3s ease;
}

.pbx-0048:hover .pbx-0043 {
  transform: scale(1.04);
}

.pbx-0049 {
  background: #0f172a;
  color: #ffffff;
  text-align: center;
}

.pbx-0050 {
  margin-bottom: 16px;
}

.pbx-0051 {
  max-width: min(960px, 100%);
  margin: 32px auto 20px;
  overflow: hidden;
  border-radius: 28px;
  background: #020617;
  box-shadow: var(--pb-shadow-lg);
  aspect-ratio: 16 / 9;
}

.pbx-0052 {
  width: 100%;
  height: 100%;
  border: 0;
}

.pbx-0053 {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.72);
}

.pbx-0054 {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
}

.pbx-0056 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.pbx-0057 {
  padding: 28px;
  background: #ffffff;
  border: 1px solid var(--pb-border);
  border-radius: 24px;
  box-shadow: var(--pb-shadow-sm);
}

.pbx-0058 {
  margin-bottom: 16px;
  color: #f59e0b;
  font-size: 1.1rem;
}

.pbx-0059 {
  margin-bottom: 20px;
}

.pbx-0060 {
  display: flex;
  align-items: center;
  gap: 14px;
}

:is(.pbx-0061, .pbx-0064, .pbx-0065) {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 700;
}

.pbx-0061 {
  background: linear-gradient(135deg, #2563eb, #7c3aed);
}

.pbx-0064 {
  background: linear-gradient(135deg, #059669, #0f766e);
}

.pbx-0065 {
  background: linear-gradient(135deg, #f97316, #ea580c);
}

.pbx-0062 {
  margin-bottom: 2px;
  font-weight: 700;
}

.pbx-0063 {
  color: var(--pb-muted);
  font-size: 0.9rem;
}

.pbx-0066 {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #ffffff;
}

.pbx-0067 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.pbx-0067 > div {
  padding: 24px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
}

.pbx-0068 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.pbx-0069 {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pbx-0072 {
  margin-bottom: 24px;
  text-align: center;
  color: var(--pb-muted);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.pbx-0073 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.pbx-0074 {
  padding: 18px;
  text-align: center;
  border: 1px dashed var(--pb-border);
  border-radius: 18px;
  background: var(--pb-surface-alt);
  color: #334155;
  font-weight: 700;
}

.pbx-0075 {
  background: linear-gradient(135deg, #1d4ed8 0%, #7c3aed 100%);
  color: #ffffff;
  text-align: center;
}

.pbx-0076 {
  margin-bottom: 12px;
}

.pbx-0077 {
  max-width: 720px;
  margin: 0 auto 32px;
  color: rgba(255, 255, 255, 0.82);
}

.pbx-0078 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 900px;
  margin: 0 auto 32px;
}

.pbx-0079 {
  padding: 24px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
}

.pbx-0080 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.pbx-0081 {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pbx-0082 {
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.18);
}

.pbx-0083 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  background: #0f172a;
  color: #ffffff;
}

.pbx-0084 {
  font-size: 1.3rem;
}

.pbx-0085 {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
}

.pbx-0086 {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.35);
}

.pbx-0087 {
  background: #ffffff;
}

.pbx-0088 {
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
  border: 0;
  border-top: 1px solid var(--pb-border);
}

.pbx-0089 {
  background: repeating-linear-gradient(135deg, #ffffff 0 24px, #f8fafc 24px 48px);
  border: 1px dashed var(--pb-border);
  text-align: center;
}

.pbx-0089 .pbx-0016 {
  max-width: 720px;
  margin: 0 auto;
}

:is(.pbx-0090, .pbx-0102, .pbx-0104) {
  padding-top: clamp(64px, 9vw, 104px);
  padding-bottom: 40px;
  text-align: center;
  color: #ffffff;
}

.pbx-0090 {
  background: linear-gradient(135deg, #0f172a, #1d4ed8);
}

.pbx-0102 {
  background: linear-gradient(135deg, #0f766e, #0f172a);
}

.pbx-0104 {
  background: linear-gradient(135deg, #ea580c, #7c2d12);
}

.pbx-0091 {
  margin-bottom: 14px;
}

.pbx-0092 {
  max-width: 680px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.84);
}

.pbx-0093 {
  background: var(--pb-surface-alt);
}

.pbx-0094 {
  display: grid;
  gap: 18px;
  margin-bottom: 24px;
}

.pbx-0095,
.forum-state {
  padding: 20px;
  text-align: center;
  color: #6b7280;
}

.pbx-0096,
.forum-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.pbx-0097 {
  margin-top: 32px;
  padding: 28px;
  border: 1px solid var(--pb-border);
  border-radius: 24px;
  background: #f8fafc;
}

.pbx-0097 .pbx-0022 {
  margin-bottom: 16px;
}

.pbx-0098 {
  display: grid;
  gap: 14px;
}

:is(.pbx-0099, .pbx-0100) {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--pb-border);
  border-radius: 14px;
  background: #ffffff;
  color: var(--pb-ink);
  font: inherit;
}

:is(.pbx-0099, .pbx-0100):focus {
  outline: none;
  border-color: var(--pb-accent);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.pbx-0100 {
  min-height: 140px;
  resize: vertical;
}

.pbx-0101 {
  justify-self: start;
}

.pbx-0103 {
  display: grid;
  gap: 32px;
}

.pbx-0105 {
  background:
    radial-gradient(circle at top left, rgba(96, 165, 250, 0.24), transparent 35%),
    linear-gradient(135deg, #020617, #1d4ed8 60%, #0f766e);
  color: #ffffff;
}

.pbx-0106 {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(24px, 6vw, 80px);
  align-items: center;
}

:is(.pbx-0107, .pbx-0136, .pbx-0171) {
  color: rgba(255, 255, 255, 0.72);
}

.pbx-0108 {
  margin-bottom: 18px;
}

.pbx-0109 {
  max-width: 680px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.84);
}

.pbx-0110 {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.pbx-0112 {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.28);
}

.pbx-0113,
.pbx-0146 {
  display: grid;
  gap: 14px;
}

.pbx-0114 {
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 36px rgba(2, 6, 23, 0.16);
}

.pbx-0114 span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pbx-0114 strong {
  font-size: 1.05rem;
  font-weight: 700;
}

.pbx-0115 {
  padding-top: 32px;
  padding-bottom: 72px;
  background: #0f172a;
  color: #ffffff;
}

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

:is(.pbx-0117, .pbx-0120, .pbx-0123, .pbx-0126) {
  display: grid;
  gap: 8px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
}

:is(.pbx-0118, .pbx-0121, .pbx-0124, .pbx-0127) {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

:is(.pbx-0119, .pbx-0122, .pbx-0125, .pbx-0128) {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
}

.pbx-0130,
.pbx-0147 {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.pbx-0131,
.pbx-0142,
.pbx-0148 {
  font-size: clamp(1.85rem, 3.4vw, 2.6rem);
}

.pbx-0132 {
  max-width: 640px;
}

.pbx-0134 {
  background: linear-gradient(135deg, #082f49, #0f766e);
  color: #ffffff;
}

.pbx-0135 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
}

.pbx-0137 {
  margin-bottom: 18px;
}

.pbx-0138 {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.84);
}

.pbx-0139 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pbx-0140 {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 600;
}

.pbx-0143 {
  background: linear-gradient(135deg, #111827, #1d4ed8 55%, #0f172a);
  color: #ffffff;
}

.pbx-0144 {
  color: rgba(255, 255, 255, 0.72);
}

.pbx-0145 {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.84);
}

.pbx-0149 {
  text-align: center;
  background: linear-gradient(135deg, #fb923c, #f97316 45%, #7c3aed);
  color: #ffffff;
}

.pbx-0149 > :is(.pbx-0150, .pbx-0151, .pbx-0152) {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.pbx-0150 {
  margin-bottom: 18px;
}

.pbx-0151 {
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.86);
}

.pbx-0152 {
  color: #7c2d12;
  box-shadow: 0 18px 36px rgba(124, 45, 18, 0.22);
}

.pbx-0153 {
  background: linear-gradient(180deg, #fff7ed 0%, #ffffff 100%);
}

.pbx-0154 {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(24px, 6vw, 64px);
  align-items: center;
}

.pbx-0155 {
  margin-bottom: 18px;
}

.pbx-0156 {
  max-width: 640px;
}

.pbx-0157 {
  padding: 28px;
  border: 1px solid #fed7aa;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: var(--pb-shadow-sm);
}

.pbx-0158 {
  position: relative;
  padding-left: 22px;
  color: #9a3412;
  font-weight: 600;
}

.pbx-0158 + .pbx-0158 {
  margin-top: 14px;
}

.pbx-0158::before {
  content: '';
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fb923c;
}

.pbx-0159 {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #fed7aa;
  color: var(--pb-muted);
}

.pbx-0160 {
  text-align: center;
  background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
}

.pbx-0160 > :is(.pbx-0161, .pbx-0162) {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.pbx-0161 {
  margin-bottom: 16px;
}

.pbx-0164 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.pbx-0165 {
  padding: 28px;
  border: 1px solid var(--pb-border);
  border-radius: 24px;
  background: var(--pb-surface-alt);
  box-shadow: var(--pb-shadow-sm);
}

.pbx-0166 {
  margin-bottom: 10px;
}

.pbx-0168 {
  background: linear-gradient(135deg, #020617, #172554 55%, #155e75);
  color: #ffffff;
}

.pbx-0169 {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(24px, 6vw, 72px);
  align-items: center;
}

.pbx-0170 {
  min-height: 360px;
  display: grid;
  place-items: center;
  padding: 32px;
  text-align: center;
  border: 1px dashed rgba(255, 255, 255, 0.25);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 50px rgba(2, 6, 23, 0.24);
}

.pbx-0173 {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.82);
}

.trust-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.trust-hero,
.trust-band {
  padding: clamp(56px, 8vw, 92px) 24px;
}

.trust-hero {
  background: #ffffff;
  border-bottom: 1px solid var(--pb-border);
}

.trust-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: clamp(36px, 6vw, 72px);
  align-items: start;
}

.trust-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: #0f766e;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.trust-title {
  max-width: 780px;
  margin-bottom: 18px;
  color: #0f172a;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  line-height: 1.04;
  font-weight: 850;
}

.trust-simple-page .trust-title {
  max-width: 620px;
  font-size: clamp(1.28rem, 2.2vw, 2.15rem);
  line-height: 1.16;
  white-space: normal;
}

.trust-lede {
  max-width: 760px;
  color: #475569;
  font-size: 1.08rem;
  line-height: 1.72;
}

.trust-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.trust-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 8px;
  background: #0f766e;
  color: #ffffff;
  font-weight: 800;
}

.trust-btn-secondary {
  background: #ffffff;
  color: #0f172a;
  border: 1px solid var(--pb-border);
}

.trust-proof,
.trust-panel,
.trust-metric,
.trust-step {
  border: 1px solid var(--pb-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--pb-shadow-sm);
}

.trust-proof {
  padding: clamp(24px, 4vw, 34px);
}

.trust-proof h2,
.trust-panel h2,
.trust-panel h3 {
  margin-bottom: 14px;
  color: #0f172a;
  font-size: 1.35rem;
  line-height: 1.2;
}

.trust-proof ul,
.trust-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
  color: #475569;
  line-height: 1.6;
}

.trust-band-alt {
  background: #f8fafc;
  border-top: 1px solid var(--pb-border);
  border-bottom: 1px solid var(--pb-border);
}

.trust-section-head {
  max-width: 800px;
  margin: 0 auto 34px;
  text-align: center;
}

.trust-section-head h2 {
  margin-bottom: 12px;
  color: #0f172a;
  font-size: clamp(1.85rem, 3.6vw, 3rem);
  line-height: 1.08;
  font-weight: 850;
}

.trust-section-head p,
.trust-panel p {
  color: #475569;
  font-size: 1rem;
  line-height: 1.7;
}

.trust-metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.trust-metric {
  display: grid;
  gap: 8px;
  padding: 22px 18px;
  text-align: center;
}

.trust-metric strong {
  color: #0f172a;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1;
  font-weight: 850;
}

.trust-metric span {
  color: #64748b;
  font-size: 0.9rem;
}

.trust-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--pb-border);
  border-radius: 8px;
  background: var(--pb-border);
}

.trust-step {
  padding: 22px;
  box-shadow: none;
  border: 0;
  border-radius: 0;
}

.trust-step b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: #dbeafe;
  color: #1d4ed8;
}

.trust-step h3 {
  margin-bottom: 8px;
  color: #0f172a;
  font-size: 1rem;
}

.trust-step p {
  color: #475569;
  font-size: 0.94rem;
  line-height: 1.6;
}

.trust-compare {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: start;
}

.trust-panel {
  padding: clamp(22px, 4vw, 32px);
}

.trust-panel-wide {
  margin-top: 24px;
}

.trust-note {
  margin-top: 18px;
  padding: 14px 16px;
  border-left: 4px solid #f59e0b;
  background: #fffbeb;
}

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

.trust-product {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--pb-border);
  border-radius: 8px;
  background: #ffffff;
}

.trust-product img,
.trust-product__placeholder {
  width: 76px;
  height: 76px;
  border-radius: 8px;
  object-fit: cover;
}

.trust-product__placeholder {
  display: grid;
  place-items: center;
  background: #ccfbf1;
  color: #0f766e;
  font-weight: 850;
}

.trust-product__body {
  display: grid;
  gap: 5px;
}

.trust-product__body strong {
  color: #0f172a;
}

.trust-product__body span,
.trust-empty {
  color: #64748b;
  line-height: 1.5;
}

.trust-reviews-shell {
  min-height: 120px;
}

.trust-workflow-showcase {
  overflow: hidden;
}

.trust-order-video {
  min-height: 560px;
  padding: clamp(16px, 3vw, 26px);
  border: 1px solid var(--pb-border);
  border-radius: 8px;
  background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
}

.trust-order-browser {
  position: relative;
  height: 100%;
  min-height: 512px;
  overflow: hidden;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--pb-shadow-lg);
}

.trust-order-browserbar {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 42px;
  padding: 0 14px;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
}

.trust-order-browserbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ef4444;
}

.trust-order-browserbar span:nth-child(2) {
  background: #f59e0b;
}

.trust-order-browserbar span:nth-child(3) {
  background: #10b981;
}

.trust-order-browserbar b {
  margin-left: 8px;
  color: #64748b;
  font-size: 0.85rem;
}

.trust-order-scene {
  position: absolute;
  inset: 42px 0 0;
  display: grid;
  align-content: center;
  gap: 16px;
  padding: clamp(22px, 4vw, 42px);
  opacity: 0;
  transform: translateY(18px);
  animation: trust-order-cycle 48s infinite;
}

.scene-search {
  animation-delay: 0s;
}

.scene-product {
  grid-template-columns: minmax(180px, 0.92fr) minmax(180px, 1fr);
  animation-delay: 6s;
}

.scene-form {
  animation-delay: 12s;
}

.scene-checkout {
  animation-delay: 18s;
}

.scene-status {
  animation-delay: 24s;
}

.scene-delivery {
  animation-delay: 30s;
}

.scene-review {
  animation-delay: 36s;
}

.scene-thanks {
  animation-delay: 42s;
}

@keyframes trust-order-cycle {
  0%, 10.5% {
    opacity: 1;
    transform: translateY(0);
  }
  12.5%, 100% {
    opacity: 0;
    transform: translateY(-18px);
  }
}

.trust-order-cursor {
  position: absolute;
  z-index: 5;
  width: 24px;
  height: 30px;
  pointer-events: none;
  filter: drop-shadow(0 5px 8px rgba(15, 23, 42, 0.28));
}

.trust-order-cursor::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #0f172a;
  clip-path: polygon(0 0, 0 88%, 29% 68%, 43% 100%, 62% 92%, 48% 61%, 86% 61%);
}

.trust-order-cursor::after {
  content: '';
  position: absolute;
  left: 17px;
  top: 17px;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(15, 118, 110, 0.55);
  border-radius: 50%;
  opacity: 0;
  animation: trust-click-pulse 6s infinite;
}

@keyframes trust-click-pulse {
  0%, 58%, 100% {
    opacity: 0;
    transform: scale(0.3);
  }
  66% {
    opacity: 1;
    transform: scale(1);
  }
  78% {
    opacity: 0;
    transform: scale(1.5);
  }
}

.trust-click-target {
  position: relative;
  display: inline-grid;
  width: max-content;
  max-width: 100%;
}

.trust-click-target > .trust-order-cursor {
  left: 52%;
  top: 50%;
  opacity: 0;
  animation: trust-target-cursor 6s infinite;
}

.trust-order-search.trust-click-target > .trust-order-cursor {
  left: 26%;
  top: 50%;
}

.trust-stars.trust-click-target > .trust-order-cursor {
  left: calc(100% - 24px);
  top: 50%;
}

.trust-click-target > .trust-order-cursor.cursor-late {
  animation: trust-target-cursor-late 6s infinite;
}

@keyframes trust-target-cursor {
  0%, 30% {
    opacity: 0;
    transform: translate(-26px, 22px);
  }
  48%, 100% {
    opacity: 1;
    transform: translate(-4px, -2px);
  }
}

@keyframes trust-target-cursor-late {
  0%, 58% {
    opacity: 0;
    transform: translate(-26px, 22px);
  }
  72%, 100% {
    opacity: 1;
    transform: translate(-4px, -2px);
  }
}

.trust-order-search {
  width: min(560px, 100%);
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  background: #ffffff;
  color: #0f172a;
  font-size: clamp(1.1rem, 3vw, 1.55rem);
  font-weight: 750;
  box-shadow: var(--pb-shadow-sm);
}

.trust-order-search::before {
  content: '';
  width: 16px;
  height: 16px;
  margin-right: 12px;
  border: 2px solid #64748b;
  border-radius: 50%;
  box-shadow: 7px 7px 0 -5px #64748b;
}

.trust-type-text {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #0f766e;
  animation: trust-type 6s steps(13, end) infinite;
}

@keyframes trust-type {
  0%, 26% {
    max-width: 0;
  }
  76%, 100% {
    max-width: 13ch;
  }
}

.trust-order-product-media,
.trust-order-player {
  display: grid;
  place-items: center;
  min-height: 210px;
  border-radius: 8px;
  background: linear-gradient(135deg, #0f172a, #0f766e);
  color: #ffffff;
  font-weight: 850;
}

.trust-order-copy,
.trust-order-scene h3,
.trust-order-scene p {
  color: #0f172a;
}

.trust-order-copy {
  display: grid;
  align-content: center;
  gap: 10px;
}

.trust-order-copy b,
.trust-order-scene h3 {
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  line-height: 1.08;
}

.trust-order-copy small,
.trust-order-scene p {
  color: #475569;
  font-size: 1rem;
}

.trust-order-fields,
.trust-review-box,
.trust-tip-box {
  display: grid;
  gap: 10px;
  max-width: 560px;
}

.trust-order-fields p,
.scene-thanks p,
.trust-review-box,
.trust-tip-box {
  padding: 12px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--pb-shadow-sm);
}

.trust-order-fields p {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px;
  min-height: 48px;
  align-items: center;
}

.trust-order-fields b {
  color: #64748b;
  font-size: 0.86rem;
}

.trust-fill {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #0f766e;
  animation: trust-fill 6s steps(28, end) infinite;
}

.trust-order-fields p:nth-child(1) .trust-fill {
  animation-delay: 0s;
}

.trust-order-fields p:nth-child(2) .trust-fill {
  animation-delay: 0.8s;
}

.trust-order-fields p:nth-child(3) .trust-fill {
  animation-delay: 1.6s;
}

@keyframes trust-fill {
  0%, 16% {
    max-width: 0;
  }
  56%, 100% {
    max-width: 34ch;
  }
}

.trust-order-scene button,
.trust-order-actions button,
.trust-tip-box button,
.trust-review-box button {
  min-height: 42px;
  padding: 10px 14px;
  border: 0;
  border-radius: 8px;
  background: #0f766e;
  color: #ffffff;
  font-weight: 800;
}

.trust-order-copy .trust-click-target,
.trust-order-scene > .trust-click-target,
.trust-review-box .trust-click-target {
  justify-self: start;
}

.trust-order-actions > button,
.trust-order-actions > .trust-click-target {
  min-width: 0;
}

.trust-order-actions .trust-click-target,
.trust-order-actions .trust-click-target button {
  width: 100%;
}

.trust-tip-box .trust-click-target button {
  width: 100%;
}

.trust-order-countdown {
  display: flex;
  gap: 10px;
}

.trust-order-countdown span {
  display: grid;
  place-items: center;
  width: 72px;
  height: 64px;
  border-radius: 8px;
  background: #0f172a;
  color: #ffffff;
  font-size: 1.55rem;
  font-weight: 850;
}

.trust-order-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.trust-order-actions button:nth-child(2) {
  background: #2563eb;
}

.trust-order-actions button:nth-child(3) {
  background: #f59e0b;
  color: #111827;
}

.trust-order-actions button:nth-child(4) {
  background: #be123c;
}

.trust-stars {
  display: flex;
  gap: 6px;
  color: #f59e0b;
  font-size: 2rem;
}

.trust-stars span {
  opacity: 0.22;
  animation: trust-star-on 6s infinite;
}

.trust-stars span:nth-child(1) { animation-delay: 0.4s; }
.trust-stars span:nth-child(2) { animation-delay: 0.7s; }
.trust-stars span:nth-child(3) { animation-delay: 1s; }
.trust-stars span:nth-child(4) { animation-delay: 1.3s; }
.trust-stars span:nth-child(5) { animation-delay: 1.6s; }

@keyframes trust-star-on {
  0%, 20% { opacity: 0.22; transform: scale(1); }
  35%, 100% { opacity: 1; transform: scale(1.06); }
}

.trust-tip-box {
  grid-template-columns: 1fr auto auto;
  align-items: center;
}

.forum-pagination-button {
  padding: 8px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
  cursor: pointer;
}

.forum-pagination-button.is-active {
  border: 0;
  background: #10b981;
  color: #ffffff;
  cursor: default;
}

.forum-pagination-ellipsis {
  padding: 8px;
  color: #6b7280;
}

.forum-question-card {
  display: block;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}

.forum-question-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.forum-question-card-title {
  margin-bottom: 8px;
  color: #1f2937;
  font-size: 1.1rem;
}

.forum-question-card-preview {
  display: -webkit-box;
  margin-bottom: 10px;
  overflow: hidden;
  color: #6b7280;
  font-size: 0.9rem;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.forum-question-card-meta {
  display: flex;
  gap: 15px;
  font-size: 0.85rem;
  color: #9ca3af;
}

.forum-state-card {
  padding: 40px;
  text-align: center;
  color: #6b7280;
  background: #ffffff;
  border-radius: 12px;
}

.forum-state-error {
  text-align: center;
  color: #ef4444;
}

.forum-section-heading {
  margin-bottom: 20px;
  color: #1f2937;
}

@media (max-width: 1024px) {
  .pbx-0012,
  .pbx-0056,
  .pbx-0164 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pbx-0067,
  .pbx-0116,
  .pbx-0078 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .pbx-0041,
  .pbx-0106,
  .pbx-0135,
  .pbx-0154,
  .pbx-0169,
  .trust-hero-grid,
  .trust-compare {
    grid-template-columns: 1fr;
  }

  .trust-metrics,
  .trust-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  :is(.pbx-0002, .pbx-0108, .pbx-0137, .pbx-0150, .pbx-0155, .pbx-0161, .pbx-0172) {
    font-size: clamp(1.6rem, 8vw, 3rem);
  }

  .pbx-0037,
  .pbx-0047,
  .pbx-0056,
  .pbx-0164 {
    grid-template-columns: 1fr;
  }

  .pbx-0130,
  .pbx-0147,
  .pbx-0110,
  .pbx-0083 {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .pbx-0110 {
    flex-direction: column;
  }

  .pbx-0097 {
    padding: 20px;
  }

  .pbx-0101,
  .pbx-0152,
  .pbx-0111,
  .pbx-0112,
  .pbx-0082 {
    width: 100%;
  }

  .forum-question-card-meta {
    flex-direction: column;
    gap: 6px;
  }

  .trust-actions {
    flex-direction: column;
  }

  .trust-btn {
    width: 100%;
  }

  .trust-simple-page .trust-title {
    max-width: none;
    font-size: clamp(1.22rem, 5vw, 1.75rem);
    line-height: 1.16;
  }

  .trust-product {
    grid-template-columns: 64px 1fr;
  }

  .trust-product img,
  .trust-product__placeholder {
    width: 64px;
    height: 64px;
  }

  .scene-product,
  .trust-order-actions {
    grid-template-columns: 1fr;
  }

  .trust-order-video,
  .trust-order-browser {
    min-height: 320px;
  }

  .trust-order-fields p,
  .trust-tip-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  .pbx-0067,
  .pbx-0073,
  .pbx-0078,
  .pbx-0116,
  .trust-metrics,
  .trust-flow {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  /* Sub-headings scale down */
  :is(.pbx-0011, .pbx-0018, .pbx-0044, .pbx-0050, .pbx-0076, .pbx-0091, .pbx-0131, .pbx-0142, .pbx-0148) {
    font-size: clamp(1.1rem, 5vw, 1.6rem);
  }

  /* Body text readable */
  :is(.pbx-0003, .pbx-0019, .pbx-0023, .pbx-0045, .pbx-0053, .pbx-0077, .pbx-0085, .pbx-0092) {
    font-size: clamp(0.9rem, 3.5vw, 1rem);
  }

  /* Buttons full width */
  :is(.pbx-0004, .pbx-0009, .pbx-0020, .pbx-0046, .pbx-0082, .pbx-0101, .pbx-0111, .pbx-0112, .pbx-0152) {
    width: 100%;
    min-width: 0;
    justify-content: center;
  }

  /* Section padding reduce */
  [data-section="true"] {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  /* Trust order fields */
  .trust-order-fields {
    padding: 16px;
  }
}

@media (max-width: 360px) {
  /* Hero text minimum readable on smallest phones */
  :is(.pbx-0002, .pbx-0108, .pbx-0137, .pbx-0150, .pbx-0155, .pbx-0161, .pbx-0172) {
    font-size: clamp(1.35rem, 7vw, 2rem);
  }

  /* Section padding minimum */
  [data-section="true"] {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  /* Trust order min-height reduce more */
  .trust-order-video,
  .trust-order-browser {
    min-height: 220px;
  }
}

/* AI advanced visual presets: safe CSS-only styling for AI generated builder blocks. */
.pb-ai-premium,
.pb-ai-gradient {
  background: radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.24), transparent 26%), linear-gradient(135deg, #111827 0%, #4f46e5 52%, #ec4899 100%) !important;
  color: #ffffff;
}

.pb-ai-luxury {
  background: radial-gradient(circle at top left, rgba(250, 204, 21, 0.24), transparent 30%), linear-gradient(135deg, #09090b 0%, #312e81 52%, #7c2d12 100%) !important;
  color: #ffffff;
}

.pb-ai-dark {
  background: linear-gradient(135deg, #020617 0%, #111827 55%, #1e1b4b 100%) !important;
  color: #ffffff;
}

.pb-ai-glass {
  background: linear-gradient(135deg, rgba(255,255,255,0.92), rgba(239,246,255,0.86)) !important;
  border: 1px solid rgba(148, 163, 184, 0.36);
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(16px);
}

.pb-ai-warm {
  background: radial-gradient(circle at top right, rgba(251, 191, 36, 0.24), transparent 34%), linear-gradient(135deg, #fff7ed 0%, #fffbeb 100%) !important;
}

.pb-ai-playful {
  background: radial-gradient(circle at 10% 20%, rgba(236, 72, 153, 0.16), transparent 24%), radial-gradient(circle at 88% 18%, rgba(59, 130, 246, 0.16), transparent 28%), #ffffff !important;
}

.pb-ai-soft,
.pb-ai-clean {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
}

.pb-ai-conversion {
  background: radial-gradient(circle at 14% 0%, rgba(16, 185, 129, 0.22), transparent 34%), linear-gradient(135deg, #0f172a 0%, #0f766e 100%) !important;
  color: #ffffff;
}

.pb-ai-media {
  background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%) !important;
}

.pb-ai-premium .pbx-0003,
.pb-ai-premium .pbx-0053,
.pb-ai-gradient .pbx-0003,
.pb-ai-gradient .pbx-0053,
.pb-ai-luxury .pbx-0003,
.pb-ai-luxury .pbx-0053,
.pb-ai-dark .pbx-0003,
.pb-ai-dark .pbx-0053,
.pb-ai-conversion .pbx-0019,
.pb-ai-conversion .pbx-0053 {
  color: rgba(255, 255, 255, 0.88) !important;
}

.pb-ai-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 18px;
  max-width: 900px;
}

.pb-ai-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.pb-ai-soft .pb-ai-badge,
.pb-ai-clean .pb-ai-badge,
.pb-ai-glass .pb-ai-badge,
.pb-ai-warm .pb-ai-badge,
.pb-ai-playful .pb-ai-badge,
.pb-ai-media .pb-ai-badge {
  background: #ffffff;
  border-color: var(--pb-border, #e5e7eb);
  color: var(--pb-text, #0f172a);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}

.pb-ai-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  gap: 12px;
  width: min(760px, 100%);
  margin: 28px auto 0;
}

.pb-ai-stat {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(12px);
}

.pb-ai-stat strong,
.pb-ai-stat span {
  display: block;
}

.pb-ai-stat strong {
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1;
}

.pb-ai-stat span {
  margin-top: 6px;
  font-size: 0.86rem;
  opacity: 0.82;
}

.pb-ai-soft .pb-ai-stat,
.pb-ai-clean .pb-ai-stat,
.pb-ai-glass .pb-ai-stat,
.pb-ai-warm .pb-ai-stat,
.pb-ai-playful .pb-ai-stat,
.pb-ai-media .pb-ai-stat {
  background: #ffffff;
  border-color: var(--pb-border, #e5e7eb);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.pb-ai-layout-split.pbx-0001,
.pb-ai-layout-media-left.pbx-0001,
.pb-ai-layout-media-right.pbx-0001,
.pb-ai-layout-split.pbx-0049,
.pb-ai-layout-media-left.pbx-0049,
.pb-ai-layout-media-right.pbx-0049 {
  place-items: stretch;
  text-align: left;
  align-content: center;
}

.pb-ai-layout-split.pbx-0049,
.pb-ai-layout-media-left.pbx-0049,
.pb-ai-layout-media-right.pbx-0049 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
}

.pb-ai-layout-media-left.pbx-0049 .pbx-0051 {
  order: -1;
}

.pb-ai-layout-split .pb-ai-badges,
.pb-ai-layout-split .pb-ai-stats,
.pb-ai-layout-media-left .pb-ai-badges,
.pb-ai-layout-media-left .pb-ai-stats,
.pb-ai-layout-media-right .pb-ai-badges,
.pb-ai-layout-media-right .pb-ai-stats {
  justify-content: flex-start;
  margin-left: 0;
}

.pb-ai-layout-spacious {
  padding-top: clamp(88px, 12vw, 150px) !important;
  padding-bottom: clamp(88px, 12vw, 150px) !important;
}

.pb-ai-layout-dense {
  padding-top: clamp(48px, 7vw, 80px) !important;
  padding-bottom: clamp(48px, 7vw, 80px) !important;
}

.pb-ai-layout-cards .pbx-0013,
.pb-ai-layout-cards .pbx-0057,
.pb-ai-layout-cards .pb-content-shell {
  transform: translateY(0);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pb-ai-layout-cards .pbx-0013:hover,
.pb-ai-layout-cards .pbx-0057:hover,
.pb-ai-layout-cards .pb-content-shell:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

@media (max-width: 820px) {
  .pb-ai-layout-split.pbx-0049,
  .pb-ai-layout-media-left.pbx-0049,
  .pb-ai-layout-media-right.pbx-0049 {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .pb-ai-layout-media-left.pbx-0049 .pbx-0051 {
    order: 0;
  }

  .pb-ai-layout-split .pb-ai-badges,
  .pb-ai-layout-split .pb-ai-stats,
  .pb-ai-layout-media-left .pb-ai-badges,
  .pb-ai-layout-media-left .pb-ai-stats,
  .pb-ai-layout-media-right .pb-ai-badges,
  .pb-ai-layout-media-right .pb-ai-stats {
    justify-content: center;
    margin-left: auto;
  }
}

/* v11 AI creative design system: richer visual directions and FAQ variants. */
.pb-ai-editorial {
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
  background-size: 44px 44px, auto;
}

.pb-ai-story {
  background: radial-gradient(circle at 18% 20%, rgba(249, 115, 22, 0.18), transparent 30%), linear-gradient(135deg, #fff7ed 0%, #fdf2f8 48%, #eef2ff 100%) !important;
}

.pb-ai-celebration {
  background:
    radial-gradient(circle at 12% 24%, rgba(236, 72, 153, 0.22), transparent 22%),
    radial-gradient(circle at 86% 16%, rgba(59, 130, 246, 0.20), transparent 24%),
    radial-gradient(circle at 82% 86%, rgba(245, 158, 11, 0.20), transparent 26%),
    linear-gradient(135deg, #fff7ed 0%, #ffffff 50%, #eef2ff 100%) !important;
}

.pb-ai-spotlight {
  background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.26), transparent 34%), linear-gradient(135deg, #0f172a 0%, #1d4ed8 58%, #9333ea 100%) !important;
  color: #ffffff;
}

.pb-ai-neon {
  background: radial-gradient(circle at 18% 18%, rgba(34, 211, 238, 0.26), transparent 28%), radial-gradient(circle at 84% 20%, rgba(244, 114, 182, 0.24), transparent 28%), #020617 !important;
  color: #ffffff;
}

.pb-ai-spotlight .pbx-0003,
.pb-ai-spotlight .pbx-0019,
.pb-ai-spotlight .pbx-0053,
.pb-ai-neon .pbx-0003,
.pb-ai-neon .pbx-0019,
.pb-ai-neon .pbx-0053 {
  color: rgba(255, 255, 255, 0.88) !important;
}

.pb-ai-layout-asymmetric.pbx-0049,
.pb-ai-layout-asymmetric.pbx-0036,
.pb-ai-layout-magazine.pbx-0036 {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(300px, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
}

.pb-ai-layout-magazine .pbx-0047,
.pb-ai-layout-magazine .pbx-0012,
.pb-ai-layout-magazine .pbx-0056 {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(18px, 3vw, 34px);
}

.pb-ai-faq {
  position: relative;
  overflow: hidden;
}

.pb-ai-faq::before {
  content: '';
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 28px;
  pointer-events: none;
}

.pb-ai-faq-shell {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  gap: clamp(22px, 4vw, 52px);
  align-items: start;
}

.pb-ai-design-faq-split .pb-ai-faq-shell,
.pb-ai-design-faq-trust .pb-ai-faq-shell,
.pb-ai-design-faq-timeline .pb-ai-faq-shell {
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
}

.pb-ai-faq-intro {
  position: sticky;
  top: 22px;
  align-self: start;
  text-align: left;
}

.pb-ai-faq-eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
}

.pb-ai-faq-title {
  margin-bottom: 14px !important;
}

.pb-ai-faq-lede {
  margin: 0 0 20px;
  color: var(--pb-muted, #64748b);
  font-size: clamp(1rem, 2vw, 1.14rem);
  line-height: 1.75;
}

.pb-ai-dark .pb-ai-faq-lede,
.pb-ai-spotlight .pb-ai-faq-lede,
.pb-ai-neon .pb-ai-faq-lede,
.pb-ai-premium .pb-ai-faq-lede,
.pb-ai-gradient .pb-ai-faq-lede,
.pb-ai-luxury .pb-ai-faq-lede,
.pb-ai-conversion .pb-ai-faq-lede {
  color: rgba(255, 255, 255, 0.82);
}

.pb-ai-faq-list {
  display: grid;
  gap: 14px;
}

.pb-ai-faq .pb-ai-faq-item {
  margin: 0;
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, 0.26);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.pb-ai-dark .pb-ai-faq-item,
.pb-ai-spotlight .pb-ai-faq-item,
.pb-ai-neon .pb-ai-faq-item,
.pb-ai-premium .pb-ai-faq-item,
.pb-ai-gradient .pb-ai-faq-item,
.pb-ai-luxury .pb-ai-faq-item,
.pb-ai-conversion .pb-ai-faq-item {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.22);
}

.pb-ai-faq .pb-ai-faq-toggle {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  width: 100%;
  padding: 20px 22px;
  text-align: left;
}

.pb-ai-faq-number {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: #0f172a;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.pb-ai-spotlight .pb-ai-faq-number,
.pb-ai-neon .pb-ai-faq-number,
.pb-ai-premium .pb-ai-faq-number,
.pb-ai-gradient .pb-ai-faq-number,
.pb-ai-luxury .pb-ai-faq-number,
.pb-ai-conversion .pb-ai-faq-number {
  background: rgba(255, 255, 255, 0.9);
  color: #0f172a;
}

.pb-ai-faq-question {
  font-weight: 800;
  font-size: clamp(1rem, 2vw, 1.12rem);
}

.pb-ai-faq .pb-ai-faq-answer {
  padding: 0 22px 20px;
}

.pb-ai-faq .pb-ai-faq-answer p {
  margin: 0;
  line-height: 1.72;
}

.pb-ai-design-faq-cards .pb-ai-faq-shell {
  grid-template-columns: 1fr;
}

.pb-ai-design-faq-cards .pb-ai-faq-intro {
  position: relative;
  top: 0;
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}

.pb-ai-design-faq-cards .pb-ai-faq-list {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.pb-ai-design-faq-cards .pb-ai-faq-item {
  display: grid;
  align-content: start;
  min-height: 220px;
}

.pb-ai-design-faq-timeline .pb-ai-faq-list {
  position: relative;
  padding-left: 18px;
}

.pb-ai-design-faq-timeline .pb-ai-faq-list::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #6366f1, #ec4899);
}

.pb-ai-design-faq-timeline .pb-ai-faq-item {
  position: relative;
}

.pb-ai-design-faq-trust .pb-ai-faq-intro {
  padding: 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(148, 163, 184, 0.24);
  box-shadow: 0 22px 65px rgba(15, 23, 42, 0.10);
}

.pb-ai-faq-trust-line {
  width: min(920px, 100%);
  margin: clamp(22px, 4vw, 38px) auto 0;
  padding: 16px 20px;
  border-radius: 999px;
  text-align: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.24);
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.07);
}

.pb-ai-dark .pb-ai-faq-trust-line,
.pb-ai-spotlight .pb-ai-faq-trust-line,
.pb-ai-neon .pb-ai-faq-trust-line,
.pb-ai-premium .pb-ai-faq-trust-line,
.pb-ai-gradient .pb-ai-faq-trust-line,
.pb-ai-luxury .pb-ai-faq-trust-line,
.pb-ai-conversion .pb-ai-faq-trust-line {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.20);
}

@media (max-width: 860px) {
  .pb-ai-layout-asymmetric.pbx-0049,
  .pb-ai-layout-asymmetric.pbx-0036,
  .pb-ai-layout-magazine.pbx-0036,
  .pb-ai-design-faq-split .pb-ai-faq-shell,
  .pb-ai-design-faq-trust .pb-ai-faq-shell,
  .pb-ai-design-faq-timeline .pb-ai-faq-shell {
    grid-template-columns: 1fr;
  }

  .pb-ai-faq-intro {
    position: relative;
    top: 0;
    text-align: center;
  }

  .pb-ai-design-faq-cards .pb-ai-faq-list {
    grid-template-columns: 1fr;
  }
}

/* v12: advanced FAQ interaction logic. The AI can now create tabbed, native-details,
   chat, and checklist FAQ layouts instead of always using the old accordion behavior. */
.pb-ai-faq [hidden] {
  display: none !important;
}

.pb-ai-faq .faq-toggle,
.pb-ai-faq .pb-faq-tab,
.pb-ai-faq .pb-ai-faq-summary {
  -webkit-tap-highlight-color: transparent;
}

.pb-ai-faq .faq-toggle .pb-ai-faq-icon,
.pb-ai-faq .faq-toggle .pbx-0033,
.pb-ai-faq .pb-ai-faq-summary .pb-ai-faq-icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(15, 23, 42, 0.10);
  font-weight: 900;
  line-height: 1;
  transition: transform 0.2s ease, background 0.2s ease;
}

.pb-ai-faq .faq-answer.pb-ai-faq-answer {
  padding: 0 22px;
}

.pb-ai-faq .faq-item.open .faq-answer.pb-ai-faq-answer {
  padding: 0 22px 20px;
}

.pb-ai-faq-tabs {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.25fr);
  gap: 18px;
  align-items: stretch;
}

.pb-ai-faq-tablist {
  display: grid;
  gap: 10px;
}

.pb-faq-tab {
  width: 100%;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--pb-ink);
  cursor: pointer;
  text-align: left;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.pb-faq-tab:hover,
.pb-faq-tab.is-active {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--pb-accent) 42%, transparent);
  background: #ffffff;
}

.pb-ai-faq-panels {
  min-height: 100%;
}

.pb-faq-panel {
  height: 100%;
  min-height: 240px;
  padding: clamp(22px, 4vw, 36px);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.78));
  border: 1px solid rgba(15, 23, 42, 0.10);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

.pb-ai-faq-panel-title {
  margin: 0 0 12px;
  font-size: clamp(1.25rem, 3vw, 2rem);
  line-height: 1.12;
}

.pb-faq-panel p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.75;
  color: #475569;
}

.pb-ai-faq-details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pb-ai-faq-detail {
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.09);
  overflow: hidden;
}

.pb-ai-faq-summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 18px;
  cursor: pointer;
  list-style: none;
}

.pb-ai-faq-summary::-webkit-details-marker {
  display: none;
}

.pb-ai-faq-detail[open] .pb-ai-faq-icon {
  transform: rotate(45deg);
}

.pb-ai-faq-detail .pb-ai-faq-answer {
  padding: 0 18px 18px;
}

.pb-ai-faq-chat,
.pb-ai-faq-checklist {
  display: grid;
  gap: 14px;
}

.pb-ai-faq-static-card {
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.10);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.pb-ai-faq-chat .pb-ai-faq-static-card {
  display: grid;
  gap: 12px;
}

.pb-ai-faq-static-question {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.pb-ai-faq-static-question h3,
.pb-ai-faq-static-card p {
  margin: 0;
}

.pb-ai-faq-static-card p {
  line-height: 1.72;
  color: #475569;
}

.pb-ai-faq-checklist .pb-ai-faq-static-card {
  border-left: 5px solid color-mix(in srgb, var(--pb-accent) 70%, transparent);
}

.pb-ai-dark .pb-faq-panel,
.pb-ai-spotlight .pb-faq-panel,
.pb-ai-neon .pb-faq-panel,
.pb-ai-dark .pb-faq-tab,
.pb-ai-spotlight .pb-faq-tab,
.pb-ai-neon .pb-faq-tab,
.pb-ai-dark .pb-ai-faq-detail,
.pb-ai-spotlight .pb-ai-faq-detail,
.pb-ai-neon .pb-ai-faq-detail,
.pb-ai-dark .pb-ai-faq-static-card,
.pb-ai-spotlight .pb-ai-faq-static-card,
.pb-ai-neon .pb-ai-faq-static-card {
  background: rgba(15, 23, 42, 0.72);
  border-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.pb-ai-dark .pb-faq-panel p,
.pb-ai-spotlight .pb-faq-panel p,
.pb-ai-neon .pb-faq-panel p,
.pb-ai-dark .pb-ai-faq-static-card p,
.pb-ai-spotlight .pb-ai-faq-static-card p,
.pb-ai-neon .pb-ai-faq-static-card p {
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 760px) {
  .pb-ai-faq-tabs,
  .pb-ai-faq-details-grid {
    grid-template-columns: 1fr;
  }

  .pb-faq-panel {
    min-height: auto;
  }
}

/* ============================================================
   DESKTOP RESPONSIVE FIX (v60)
   Ensures page-builder sections scale on all screen sizes.
   ============================================================ */

/* Prevent any section from causing horizontal scroll */
[data-section="true"],
.page-builder-content {
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

/* Hero sections — clamp font sizes for very large screens */
@media (min-width: 1400px) {
  :is(.pbx-0002, .pbx-0108, .pbx-0137, .pbx-0150, .pbx-0155, .pbx-0161, .pbx-0172) {
    font-size: clamp(3rem, 4vw, 5.5rem);
  }
}

/* Medium desktop 900-1200px */
@media (min-width: 901px) and (max-width: 1200px) {
  [data-section="true"] {
    padding-left: clamp(1rem, 2vw, 2rem);
    padding-right: clamp(1rem, 2vw, 2rem);
  }
}

/* Tablet 768px-900px — 2-col grids to 1-col */
@media (max-width: 900px) {
  .pbx-0037,
  .pbx-0047,
  .pbx-0056,
  .pbx-0164 {
    grid-template-columns: 1fr;
  }
}

/* Fix button widths on small screens */
@media (max-width: 540px) {
  .pbx-0101,
  .pbx-0152,
  .pbx-0111,
  .pbx-0112,
  .pbx-0082 {
    width: 100%;
    min-width: 0;
  }
}
