/*
 * Organization Seats PDP styles (Figma-matching)
 * Scoped to the shortcode wrapper to avoid affecting other pages.
 */

.orgmgr-pdp {
  --orgmgr-primary: #2E6BD3;
  --orgmgr-primary-dark: #0B3B78;
  --orgmgr-text: #0f172a;
  --orgmgr-subtext: #64748b;
  --orgmgr-border: #e2e8f0;
  --orgmgr-card: #ffffff;
  --orgmgr-bg: #f6f8fc;
  --orgmgr-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.orgmgr-pdp {
  background: #fff;
  padding: 40px 0 0;
}

.orgmgr-pdp .container, .orgmgr-pdp .orgmgr-pdp-container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 18px;
}

.orgmgr-pdp .hero, .orgmgr-pdp .orgmgr-pdp-hero {
  background: var(--orgmgr-primary);
  color: #fff;
  padding: 56px 0 180px;
}

.orgmgr-pdp .hero h1, .orgmgr-pdp .orgmgr-pdp-hero h1{
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.orgmgr-pdp .hero p, .orgmgr-pdp .orgmgr-pdp-hero p{
  margin: 10px auto 0;
  max-width: 740px;
  text-align: center;
  opacity: 0.95;
  font-size: 14px;
}

.orgmgr-pdp .hero .bullets, .orgmgr-pdp .orgmgr-pdp-hero .bullets{
  margin: 18px auto 0;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 12px;
  opacity: 0.95;
}

.orgmgr-pdp .hero .bullets span::before, .orgmgr-pdp .orgmgr-pdp-hero .bullets span::before{
  content: "•";
  margin-right: 8px;
  opacity: 0.9;
}

.orgmgr-pdp .pricing-card, .orgmgr-pdp .orgmgr-pdp-pricing-card {
  margin: -132px auto 0;
  background: var(--orgmgr-card);
  border: 1px solid var(--orgmgr-border);
  border-radius: 14px;
  box-shadow: var(--orgmgr-shadow);
  max-width: 520px;
  padding: 28px 26px 22px;
  text-align: center;
}

.orgmgr-pdp .pricing-card h2, .orgmgr-pdp .orgmgr-pdp-pricing-card h2{
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--orgmgr-text);
}

.orgmgr-pdp .price, .orgmgr-pdp .orgmgr-pdp-price {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 800;
  color: var(--orgmgr-primary);
}

.orgmgr-pdp .price small, .orgmgr-pdp .orgmgr-pdp-price small{
  font-size: 12px;
  font-weight: 600;
  color: var(--orgmgr-subtext);
}

.orgmgr-pdp .subline, .orgmgr-pdp .orgmgr-pdp-subline {
  margin-top: 6px;
  font-size: 12px;
  color: var(--orgmgr-subtext);
}

.orgmgr-pdp .seat-box, .orgmgr-pdp .orgmgr-pdp-seat-box {
  margin: 18px auto 0;
  background: #f5f8ff;
  border: 1px solid #dbe7ff;
  border-radius: 12px;
  padding: 18px;
}

.orgmgr-pdp .seat-box .label, .orgmgr-pdp .orgmgr-pdp-seat-box .label{
  font-weight: 700;
  font-size: 12px;
  color: var(--orgmgr-text);
}

.orgmgr-pdp .stepper, .orgmgr-pdp .orgmgr-pdp-stepper {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.orgmgr-pdp .stepper button, .orgmgr-pdp .orgmgr-pdp-stepper button{
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid var(--orgmgr-border);
  background: #fff;
  font-weight: 800;
  cursor: pointer;
}

.orgmgr-pdp .stepper input, .orgmgr-pdp .orgmgr-pdp-stepper input{
  width: 70px;
  height: 34px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid var(--orgmgr-border);
  background: #fff;
  font-weight: 800;
}

.orgmgr-pdp .total, .orgmgr-pdp .orgmgr-pdp-total {
  margin-top: 10px;
  font-size: 12px;
  color: var(--orgmgr-primary);
  font-weight: 700;
}

.orgmgr-pdp .cta, .orgmgr-pdp .orgmgr-pdp-cta {
  margin-top: 18px;
}

.orgmgr-pdp .cta, .orgmgr-pdp .orgmgr-pdp-cta button,
.orgmgr-pdp .cta a.button, .orgmgr-pdp .orgmgr-pdp-cta a.button{
  width: 100%;
  display: inline-block;
  border: none;
  background: var(--orgmgr-primary);
  color: #fff;
  font-weight: 800;
  padding: 14px 16px;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
}

.orgmgr-pdp .cta button:disabled, .orgmgr-pdp .orgmgr-pdp-cta button:disabled{
  opacity: 0.6;
  cursor: not-allowed;
}

.orgmgr-pdp .contact, .orgmgr-pdp .orgmgr-pdp-contact {
  margin-top: 10px;
  font-size: 12px;
  color: var(--orgmgr-subtext);
}

.orgmgr-pdp .contact a, .orgmgr-pdp .orgmgr-pdp-contact a{
  color: var(--orgmgr-primary);
  font-weight: 700;
}

.orgmgr-pdp .included, .orgmgr-pdp .orgmgr-pdp-included {
  padding: 36px 0 6px;
}

.orgmgr-pdp h3.section-title {
  text-align: center;
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 800;
  color: var(--orgmgr-text);
}

.orgmgr-pdp .feature, .orgmgr-pdp .orgmgr-pdp-feature-grid, .orgmgr-pdp .orgmgr-pdp-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.orgmgr-pdp .feature, .orgmgr-pdp .orgmgr-pdp-feature {
  text-align: center;
}

.orgmgr-pdp .feature .icon, .orgmgr-pdp .orgmgr-pdp-feature .icon{
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid var(--orgmgr-border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  background: #fff;
}

.orgmgr-pdp .feature .title, .orgmgr-pdp .orgmgr-pdp-feature .title{
  font-weight: 800;
  font-size: 12px;
  color: var(--orgmgr-text);
}

.orgmgr-pdp .feature .desc, .orgmgr-pdp .orgmgr-pdp-feature .desc{
  margin-top: 6px;
  font-size: 11px;
  color: var(--orgmgr-subtext);
}

.orgmgr-pdp .licensing-works, .orgmgr-pdp .orgmgr-pdp-licensing-works {
  padding: 34px 0 36px;
}

.orgmgr-pdp .licensing-layout, .orgmgr-pdp .orgmgr-pdp-licensing-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 28px;
  align-items: start;
}

.orgmgr-pdp .steps, .orgmgr-pdp .orgmgr-pdp-steps {
  display: grid;
  gap: 14px;
}

.orgmgr-pdp .step, .orgmgr-pdp .orgmgr-pdp-step {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
}

.orgmgr-pdp .step .badge, .orgmgr-pdp .orgmgr-pdp-step .badge{
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid #dbe7ff;
  background: #f5f8ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orgmgr-pdp .step .badge svg, .orgmgr-pdp .orgmgr-pdp-step .badge svg{
  width: 18px;
  height: 18px;
}

.orgmgr-pdp .step .text .t, .orgmgr-pdp .orgmgr-pdp-step .text .t{
  font-weight: 800;
  font-size: 12px;
  color: var(--orgmgr-text);
}

.orgmgr-pdp .step .text .d, .orgmgr-pdp .orgmgr-pdp-step .text .d{
  margin-top: 4px;
  font-size: 11px;
  color: var(--orgmgr-subtext);
}

.orgmgr-pdp .mock, .orgmgr-pdp .orgmgr-pdp-mock {
  border: 1px solid var(--orgmgr-border);
  border-radius: 14px;
  background: #fff;
  min-height: 320px;
  position: relative;
  overflow: hidden;
}

.orgmgr-pdp .mock::before, .orgmgr-pdp .orgmgr-pdp-mock::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(46, 107, 211, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(46, 107, 211, 0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.6;
}

.orgmgr-pdp .mock .mock-inner, .orgmgr-pdp .orgmgr-pdp-mock .mock-inner{
  position: relative;
  padding: 14px;
}

.orgmgr-pdp .mock .mock-caption, .orgmgr-pdp .orgmgr-pdp-mock .mock-caption{
  font-weight: 800;
  font-size: 12px;
  margin-bottom: 10px;
  color: var(--orgmgr-text);
}

.orgmgr-pdp .faq, .orgmgr-pdp .orgmgr-pdp-faq {
  background: var(--orgmgr-primary);
  color: #fff;
  padding: 56px 0;
}

.orgmgr-pdp .faq h3, .orgmgr-pdp .orgmgr-pdp-faq h3{
  text-align: center;
  margin: 0;
  font-size: 22px;
  font-weight: 900;
}

.orgmgr-pdp .faq p.sub, .orgmgr-pdp .orgmgr-pdp-faq p.sub{
  text-align: center;
  margin: 8px 0 22px;
  opacity: 0.95;
  font-size: 12px;
}

.orgmgr-pdp .faqt, .orgmgr-pdp .orgmgr-pdp-faq-list{
  max-width: 780px;
  margin: 0 auto;
}

.orgmgr-pdp details {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 14px 0;
}

.orgmgr-pdp details:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.orgmgr-pdp summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 800;
  font-size: 12px;
}

.orgmgr-pdp summary::-webkit-details-marker { display: none; }

.orgmgr-pdp .plus {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.orgmgr-pdp details[open] .plus { transform: rotate(45deg); }

.orgmgr-pdp details .answer {
  margin-top: 10px;
  font-size: 12px;
  opacity: 0.95;
  line-height: 1.5;
}

.orgmgr-pdp .notice, .orgmgr-pdp .orgmgr-pdp-notice {
  max-width: 1120px;
  margin: 0 auto 16px;
  padding: 0 18px;
}

.orgmgr-pdp .notice .inner, .orgmgr-pdp .orgmgr-pdp-notice .inner{
  border: 1px solid #c7ddff;
  background: #f5f8ff;
  color: #0b3b78;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .orgmgr-pdp .feature, .orgmgr-pdp .orgmgr-pdp-feature-grid, .orgmgr-pdp .orgmgr-pdp-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .orgmgr-pdp .licensing-layout, .orgmgr-pdp .orgmgr-pdp-licensing-layout { grid-template-columns: 1fr; }
  .orgmgr-pdp .hero, .orgmgr-pdp .orgmgr-pdp-hero { padding-bottom: 160px; }
}

@media (max-width: 520px) {
  .orgmgr-pdp .feature, .orgmgr-pdp .orgmgr-pdp-feature-grid, .orgmgr-pdp .orgmgr-pdp-feature-grid { grid-template-columns: 1fr; }
  .orgmgr-pdp .pricing-card, .orgmgr-pdp .orgmgr-pdp-pricing-card { margin-top: -120px; }
}


/* Compatibility: bullets list markup (ul/li) in PDP shortcode */
.orgmgr-pdp .orgmgr-pdp-bullets { list-style: none; padding: 0; margin: 18px auto 0; display:flex; justify-content:center; gap:18px; flex-wrap:wrap; font-size:12px; opacity:.95; }
.orgmgr-pdp .orgmgr-pdp-bullets li { margin: 0; padding: 0; }
.orgmgr-pdp .orgmgr-pdp-bullets li::before { content: "•"; margin-right: 8px; opacity: .9; }
.orgmgr-pdp .orgmgr-pdp-hero-inner h1 { margin:0; font-size:28px; line-height:1.2; font-weight:700; text-align:center; }
.orgmgr-pdp .orgmgr-pdp-hero-sub { margin:10px auto 0; max-width:740px; text-align:center; opacity:.95; font-size:14px; }

/* --- Compatibility rules for current shortcode classnames --- */
.orgmgr-pdp .orgmgr-pdp-container { width:100%; max-width:1120px; margin:0 auto; padding:0 18px; }

.orgmgr-pdp .orgmgr-pdp-hero { background: var(--orgmgr-primary); color:#fff; padding:56px 0 180px; }
.orgmgr-pdp .orgmgr-pdp-hero-inner h1 { margin:0; font-size:28px; line-height:1.2; font-weight:700; text-align:center; }
.orgmgr-pdp .orgmgr-pdp-hero-sub { margin:10px auto 0; max-width:740px; text-align:center; opacity:0.95; font-size:14px; }
.orgmgr-pdp .orgmgr-pdp-bullets { margin:18px auto 0; display:flex; justify-content:center; gap:18px; flex-wrap:wrap; font-size:12px; opacity:0.95; list-style:none; padding:0; }
.orgmgr-pdp .orgmgr-pdp-bullets li::before { content:"•"; margin-right:8px; opacity:0.9; }

.orgmgr-pdp .orgmgr-pdp-pricing { margin:-132px auto 0; padding:0 18px; }
.orgmgr-pdp .orgmgr-pdp-card { background:var(--orgmgr-card); border:1px solid var(--orgmgr-border); border-radius:14px; box-shadow:var(--orgmgr-shadow); max-width:520px; margin:0 auto; padding:28px 26px 22px; text-align:center; }
.orgmgr-pdp .orgmgr-pdp-card h2 { margin:0; font-size:14px; font-weight:700; color:var(--orgmgr-text); }
.orgmgr-pdp .orgmgr-pdp-price { margin-top:10px; font-size:22px; font-weight:800; color:var(--orgmgr-primary); }
.orgmgr-pdp .orgmgr-pdp-price-unit { font-size:12px; font-weight:600; color:var(--orgmgr-subtext); }
.orgmgr-pdp .orgmgr-pdp-fine { margin-top:6px; font-size:12px; color:var(--orgmgr-subtext); }

.orgmgr-pdp .orgmgr-stepper { margin:18px auto 0; background:#f5f8ff; border:1px solid #dbe7ff; border-radius:12px; padding:18px; }
.orgmgr-pdp .orgmgr-stepper-label { font-weight:700; font-size:12px; color:var(--orgmgr-text); }
.orgmgr-pdp .orgmgr-stepper-controls { margin-top:10px; display:flex; align-items:center; justify-content:center; gap:10px; flex-wrap:wrap; }
.orgmgr-pdp .orgmgr-stepper-btn { width:34px; height:34px; border-radius:8px; border:1px solid var(--orgmgr-border); background:#fff; font-weight:800; cursor:pointer; }
.orgmgr-pdp .orgmgr-stepper-input { width:70px; height:34px; text-align:center; border-radius:8px; border:1px solid var(--orgmgr-border); background:#fff; font-weight:800; }
.orgmgr-pdp .orgmgr-pdp-total { margin-top:10px; font-size:12px; color:var(--orgmgr-primary); font-weight:700; }

.orgmgr-pdp .orgmgr-pdp-primary { width:100%; display:inline-block; border:none; background:var(--orgmgr-primary); color:#fff; font-weight:800; padding:14px 16px; border-radius:10px; cursor:pointer; text-decoration:none; }
.orgmgr-pdp .orgmgr-pdp-contact { margin-top:10px; font-size:12px; color:var(--orgmgr-subtext); }
.orgmgr-pdp .orgmgr-pdp-contact a { color:var(--orgmgr-primary); font-weight:700; }
.orgmgr-pdp .orgmgr-pdp-support { margin-top:10px; font-size:12px; color:var(--orgmgr-subtext); }

.orgmgr-pdp .orgmgr-pdp-section { padding:36px 0 6px; }
.orgmgr-pdp .orgmgr-pdp-center { text-align:center; margin:0 0 18px; font-size:18px; font-weight:800; color:var(--orgmgr-text); }

.orgmgr-pdp .orgmgr-feature-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.orgmgr-pdp .orgmgr-feature { text-align:center; }
.orgmgr-pdp .orgmgr-ico { width:42px; height:42px; border-radius:10px; border:1px solid var(--orgmgr-border); display:inline-flex; align-items:center; justify-content:center; margin-bottom:10px; background:#fff; }
.orgmgr-pdp .orgmgr-feature h4 { margin:0; font-weight:800; font-size:12px; color:var(--orgmgr-text); }
.orgmgr-pdp .orgmgr-feature p { margin:6px 0 0; font-size:11px; color:var(--orgmgr-subtext); }

.orgmgr-pdp .orgmgr-how { padding:34px 0 36px; }
.orgmgr-pdp .orgmgr-how-grid { display:grid; grid-template-columns:1.1fr 1fr; gap:28px; align-items:start; }
.orgmgr-pdp .orgmgr-how-list { display:grid; gap:14px; }
.orgmgr-pdp .orgmgr-how-item { display:grid; grid-template-columns:34px 1fr; gap:12px; align-items:start; }
.orgmgr-pdp .orgmgr-how-icon { width:34px; height:34px; border-radius:10px; border:1px solid #dbe7ff; background:#f5f8ff; display:flex; align-items:center; justify-content:center; }
.orgmgr-pdp .orgmgr-how-item h4 { margin:0; font-weight:800; font-size:12px; color:var(--orgmgr-text); }
.orgmgr-pdp .orgmgr-how-item p { margin:4px 0 0; font-size:11px; color:var(--orgmgr-subtext); }

.orgmgr-pdp .orgmgr-how-art { border:1px solid var(--orgmgr-border); border-radius:14px; background:#fff; min-height:320px; position:relative; overflow:hidden; }
.orgmgr-pdp .orgmgr-how-art::before { content:""; position:absolute; inset:0; background-image:linear-gradient(90deg, rgba(46,107,211,0.06) 1px, transparent 1px), linear-gradient(rgba(46,107,211,0.06) 1px, transparent 1px); background-size:28px 28px; opacity:0.6; }
.orgmgr-pdp .orgmgr-how-screenshot { position:relative; padding:14px; }

.orgmgr-pdp .orgmgr-faq { background:var(--orgmgr-primary); color:#fff; padding:56px 0; }
.orgmgr-pdp .orgmgr-faq h3 { text-align:center; margin:0; font-size:22px; font-weight:900; }
.orgmgr-pdp .orgmgr-faq p.orgmgr-sub { text-align:center; margin:8px 0 22px; opacity:0.95; font-size:12px; }
.orgmgr-pdp .orgmgr-accordion { max-width:780px; margin:0 auto; }
.orgmgr-pdp .orgmgr-accordion details { border-top:1px solid rgba(255,255,255,0.2); padding:14px 0; }
.orgmgr-pdp .orgmgr-accordion details:last-child { border-bottom:1px solid rgba(255,255,255,0.2); }
.orgmgr-pdp .orgmgr-accordion summary { cursor:pointer; list-style:none; display:flex; align-items:center; justify-content:space-between; font-weight:800; font-size:12px; }
.orgmgr-pdp .orgmgr-accordion summary::-webkit-details-marker { display:none; }
.orgmgr-pdp .orgmgr-accordion summary span:last-child { width:20px; height:20px; border-radius:50%; border:1px solid rgba(255,255,255,0.4); display:inline-flex; align-items:center; justify-content:center; font-weight:900; }
.orgmgr-pdp .orgmgr-accordion details[open] summary span:last-child { transform:rotate(45deg); }
.orgmgr-pdp .orgmgr-accordion p { margin-top:10px; font-size:12px; opacity:0.95; line-height:1.5; }

@media (max-width: 900px) {
  .orgmgr-pdp .orgmgr-feature-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .orgmgr-pdp .orgmgr-how-grid { grid-template-columns:1fr; }
  .orgmgr-pdp .orgmgr-pdp-hero { padding-bottom:160px; }
}
@media (max-width: 520px) {
  .orgmgr-pdp .orgmgr-feature-grid { grid-template-columns:1fr; }
  .orgmgr-pdp .orgmgr-pdp-pricing { margin-top:-120px; }
}

/* ===== How Licensing Works: current plugin markup support ===== */
.orgmgr-pdp .orgmgr-pdp-works {
  padding: 34px 0 36px;
}

.orgmgr-pdp .orgmgr-pdp-works h3 {
  text-align: center;
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--orgmgr-text);
}

.orgmgr-pdp .orgmgr-pdp-sub {
  text-align: center;
  margin: 8px 0 22px;
  font-size: 12px;
  color: var(--orgmgr-subtext);
}

.orgmgr-pdp .orgmgr-pdp-works,
.orgmgr-pdp .orgmgr-pdp-works *,
.orgmgr-pdp .orgmgr-pdp-works *::before,
.orgmgr-pdp .orgmgr-pdp-works *::after {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.orgmgr-pdp .orgmgr-pdp-works-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
  gap: 36px;
  align-items: stretch;
}

.orgmgr-pdp .orgmgr-pdp-steps {
  display: grid;
  height: 100%;
  align-content: space-between;
  gap: 22px;
  padding: 8px 0;
}

.orgmgr-pdp .orgmgr-pdp-step {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.orgmgr-pdp .orgmgr-pdp-step-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid #dbe7ff;
  background: #f5f8ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orgmgr-pdp .orgmgr-pdp-step-icon svg {
  width: 20px;
  height: 20px;
}

.orgmgr-pdp .orgmgr-pdp-step-title {
  margin: 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: var(--orgmgr-text);
}

.orgmgr-pdp .orgmgr-pdp-step-desc {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--orgmgr-subtext);
}

.orgmgr-pdp .orgmgr-pdp-mock {
  border: 1px solid var(--orgmgr-border);
  border-radius: 14px;
  background: #fff;
  min-height: 320px;
  position: relative;
  overflow: hidden;
}

/* Skip extra grid background; screenshot already includes it */
.orgmgr-pdp .orgmgr-pdp-mock::before {
  content: none;
}

.orgmgr-pdp .orgmgr-pdp-mock-inner {
  position: relative;
  padding: 14px;
}

.orgmgr-pdp .orgmgr-pdp-mock-card {
  margin: 0;
}

.orgmgr-pdp .orgmgr-pdp-mock-title {
  margin: 0 0 10px;
  font-weight: 800;
  font-size: 12px;
  color: var(--orgmgr-text);
}

.orgmgr-pdp .orgmgr-pdp-mock-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

@media (max-width: 900px) {
  .orgmgr-pdp .orgmgr-pdp-works-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .orgmgr-pdp .orgmgr-pdp-steps {
    height: auto;
    align-content: start;
    gap: 18px;
    padding: 0;
  }

  .orgmgr-pdp .orgmgr-pdp-step-title {
    font-size: 15px;
  }

  .orgmgr-pdp .orgmgr-pdp-step-desc {
    font-size: 13px;
  }
}


/* ===== Figma spacing + typography refinements ===== */
.orgmgr-pdp .orgmgr-pdp-section,
.orgmgr-pdp .orgmgr-pdp-section *,
.orgmgr-pdp .orgmgr-pdp-section *::before,
.orgmgr-pdp .orgmgr-pdp-section *::after {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* What's Included */
.orgmgr-pdp .orgmgr-pdp-section:has(.orgmgr-included-grid) {
  padding-top: 42px;
  padding-bottom: 92px;
}

.orgmgr-pdp .orgmgr-included-title {
  text-align: center;
  margin: 0 0 42px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--orgmgr-text);
}

.orgmgr-pdp .orgmgr-included-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 34px;
  align-items: start;
}

.orgmgr-pdp .orgmgr-included-item {
  text-align: center;
}

.orgmgr-pdp .orgmgr-included-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 14px;
  border-radius: 12px;
  border: 1px solid var(--orgmgr-border);
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--orgmgr-primary);
}

.orgmgr-pdp .orgmgr-included-icon svg {
  width: 20px;
  height: 20px;
}

.orgmgr-pdp .orgmgr-included-item .t {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--orgmgr-text);
}

.orgmgr-pdp .orgmgr-included-item .d {
  margin: 10px auto 0;
  max-width: 270px;
  font-size: 12px;
  line-height: 1.6;
  color: var(--orgmgr-subtext);
}

/* How Licensing Works spacing relative to What's Included */
.orgmgr-pdp .orgmgr-pdp-works {
  padding-top: 0;
  padding-bottom: 36px;
}

.orgmgr-pdp .orgmgr-pdp-works h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.orgmgr-pdp .orgmgr-pdp-sub {
  margin: 0 0 56px;
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .orgmgr-pdp .orgmgr-pdp-section:has(.orgmgr-included-grid) {
    padding-bottom: 56px;
  }

  .orgmgr-pdp .orgmgr-included-title {
    margin-bottom: 28px;
    font-size: 22px;
  }

  .orgmgr-pdp .orgmgr-included-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 22px;
  }

  .orgmgr-pdp .orgmgr-pdp-sub {
    margin-bottom: 28px;
  }
}

@media (max-width: 520px) {
  .orgmgr-pdp .orgmgr-included-grid {
    grid-template-columns: 1fr;
  }

  .orgmgr-pdp .orgmgr-included-title,
  .orgmgr-pdp .orgmgr-pdp-works h3 {
    font-size: 20px;
  }
}


/* ===== Final PDP polish: Figma hierarchy + alignment ===== */
.orgmgr-pdp .orgmgr-pdp-hero,
.orgmgr-pdp .orgmgr-pdp-hero h1,
.orgmgr-pdp .orgmgr-pdp-hero .orgmgr-pdp-hero-sub,
.orgmgr-pdp .orgmgr-pdp-hero .orgmgr-pdp-bullets,
.orgmgr-pdp .orgmgr-pdp-hero .orgmgr-pdp-bullets li {
  color: #fff;
}

.orgmgr-pdp .orgmgr-pdp-works h3,
.orgmgr-pdp .orgmgr-pdp-works .orgmgr-pdp-sub {
  text-align: left;
}

.orgmgr-pdp .orgmgr-pdp-works h3 {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.orgmgr-pdp .orgmgr-pdp-sub {
  margin: 0 0 48px;
  max-width: 760px;
}

.orgmgr-pdp .orgmgr-pdp-steps {
  gap: 18px;
}

.orgmgr-pdp .orgmgr-pdp-step {
  gap: 12px;
}

.orgmgr-pdp .orgmgr-pdp-step-desc {
  margin-top: 4px;
}

@media (max-width: 900px) {
  .orgmgr-pdp .orgmgr-pdp-works h3,
  .orgmgr-pdp .orgmgr-pdp-works .orgmgr-pdp-sub {
    text-align: left;
  }

  .orgmgr-pdp .orgmgr-pdp-works h3 {
    font-size: 23px;
  }

  .orgmgr-pdp .orgmgr-pdp-sub {
    margin-bottom: 28px;
  }

  .orgmgr-pdp .orgmgr-pdp-steps {
    gap: 16px;
  }
}

/* ===== FAQ section Figma refinements ===== */
.orgmgr-pdp .orgmgr-faq,
.orgmgr-pdp .orgmgr-faq *,
.orgmgr-pdp .orgmgr-faq *::before,
.orgmgr-pdp .orgmgr-faq *::after {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.orgmgr-pdp .orgmgr-faq {
  background: #3977cc;
  color: #ffffff;
  padding: 84px 0 78px;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-container {
  max-width: 900px;
}

.orgmgr-pdp .orgmgr-faq h3 {
  text-align: center;
  margin: 0;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: #ffffff;
}

.orgmgr-pdp .orgmgr-faq p.orgmgr-sub {
  text-align: center;
  margin: 14px 0 44px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92);
}

.orgmgr-pdp .orgmgr-accordion {
  max-width: 594px;
  margin: 0 auto;
}

.orgmgr-pdp .orgmgr-accordion details {
  border-top: 1px solid rgba(255,255,255,0.20);
  padding: 18px 0;
}

.orgmgr-pdp .orgmgr-accordion details:last-child {
  border-bottom: 1px solid rgba(255,255,255,0.20);
}

.orgmgr-pdp .orgmgr-accordion summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.orgmgr-pdp .orgmgr-accordion summary::-webkit-details-marker {
  display:none;
}

.orgmgr-pdp .orgmgr-accordion summary span:first-child {
  flex: 1 1 auto;
}

.orgmgr-pdp .orgmgr-accordion summary span:last-child {
  width: 18px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,0.9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  background: transparent;
}

.orgmgr-pdp .orgmgr-accordion details[open] summary span:last-child {
  transform: none;
}

.orgmgr-pdp .orgmgr-accordion p {
  margin: 6px 28px 0 0;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255,255,255,0.95);
}

@media (max-width: 900px) {
  .orgmgr-pdp .orgmgr-faq {
    padding: 64px 0 58px;
  }

  .orgmgr-pdp .orgmgr-faq h3 {
    font-size: 24px;
  }

  .orgmgr-pdp .orgmgr-faq p.orgmgr-sub {
    margin: 12px 0 30px;
    font-size: 14px;
  }

  .orgmgr-pdp .orgmgr-accordion {
    max-width: 100%;
  }

  .orgmgr-pdp .orgmgr-accordion details {
    padding: 16px 0;
  }

  .orgmgr-pdp .orgmgr-accordion summary {
    font-size: 13px;
  }
}


/* ===== FAQ section Figma final match ===== */
.orgmgr-pdp .orgmgr-faq,
.orgmgr-pdp .orgmgr-faq *,
.orgmgr-pdp .orgmgr-faq *::before,
.orgmgr-pdp .orgmgr-faq *::after {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  box-sizing: border-box;
}

.orgmgr-pdp .orgmgr-faq {
  background: #3977cc;
  color: #ffffff;
  padding: 72px 0 64px;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-pdp-container,
.orgmgr-pdp .orgmgr-faq .orgmgr-container {
  max-width: 920px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.orgmgr-pdp .orgmgr-faq h3 {
  text-align: center;
  margin: 0;
  color: #ffffff;
  font-size: 29px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-faq-sub,
.orgmgr-pdp .orgmgr-faq p.orgmgr-sub {
  text-align: center;
  margin: 14px 0 34px;
  color: rgba(255,255,255,0.92);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion {
  width: 100%;
  max-width: 594px;
  margin: 0 auto;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion details {
  position: relative;
  margin: 0;
  border-top: 1px solid rgba(255,255,255,0.18);
  padding: 18px 0 20px;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion details:last-child {
  border-bottom: 1px solid rgba(255,255,255,0.18);
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion summary {
  position: relative;
  display: block;
  cursor: pointer;
  list-style: none;
  padding-right: 34px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion summary::-webkit-details-marker {
  display: none;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion summary::before,
.orgmgr-pdp .orgmgr-faq .orgmgr-accordion summary::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 8px;
  height: 1.6px;
  margin-top: -0.8px;
  background: #ffffff;
  border-radius: 999px;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion summary::after {
  transform: rotate(90deg);
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion summary {
  --faq-circle-size: 18px;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion summary:before,
.orgmgr-pdp .orgmgr-faq .orgmgr-accordion summary:after {
  right: 13px;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion summary {
  background-image: radial-gradient(circle at center, transparent 8px, transparent 8px);
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion details > summary + * {
  margin-top: 6px;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion details summary span:last-child {
  display: none !important;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion details summary::marker {
  display: none;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion details::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 18px;
  width: 18px;
  height: 18px;
  border: 1.7px solid rgba(255,255,255,0.95);
  border-radius: 999px;
  pointer-events: none;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion details[open] summary::after {
  transform: none;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion details[open] summary::after {
  background: #ffffff;
  height: 1.6px;
  width: 8px;
  right: 13px;
  top: 27px;
  margin-top: 0;
  border-radius: 999px;
  box-shadow: none;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion details[open] summary::before {
  right: 13px;
  top: 27px;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion details[open] summary::before {
  width: 8px;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion details[open] summary::after {
  transform: none;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion details[open] summary::before {
  transform: none;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion details[open] summary::after {
  background: #ffffff;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion details[open] summary::before {
  background: #ffffff;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion details[open] summary::after {
  display: none;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion .orgmgr-acc-content,
.orgmgr-pdp .orgmgr-faq .orgmgr-accordion p {
  margin: 2px 34px 0 0;
  color: rgba(255,255,255,0.95);
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion a {
  color: #ffffff;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .orgmgr-pdp .orgmgr-faq {
    padding: 56px 0 50px;
  }

  .orgmgr-pdp .orgmgr-faq h3 {
    font-size: 24px;
  }

  .orgmgr-pdp .orgmgr-faq .orgmgr-faq-sub,
  .orgmgr-pdp .orgmgr-faq p.orgmgr-sub {
    margin: 12px 0 26px;
    font-size: 14px;
  }

  .orgmgr-pdp .orgmgr-faq .orgmgr-pdp-container,
  .orgmgr-pdp .orgmgr-faq .orgmgr-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .orgmgr-pdp .orgmgr-faq .orgmgr-accordion details {
    padding: 16px 0 18px;
  }

  .orgmgr-pdp .orgmgr-faq .orgmgr-accordion summary {
    font-size: 13px;
    padding-right: 30px;
  }

  .orgmgr-pdp .orgmgr-faq .orgmgr-accordion .orgmgr-acc-content,
  .orgmgr-pdp .orgmgr-faq .orgmgr-accordion p {
    font-size: 13px;
    margin-right: 28px;
  }
}


/* ===== FAQ icon cleanup fix ===== */
.orgmgr-pdp .orgmgr-faq .orgmgr-accordion details {
  position: relative;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion details::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 18px;
  width: 18px;
  height: 18px;
  border: 1.6px solid rgba(255,255,255,0.95);
  border-radius: 999px;
  pointer-events: none;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion details::before {
  content: "";
  position: absolute;
  right: 13px;
  top: 23px;
  width: 1.6px;
  height: 8px;
  background: #ffffff;
  border-radius: 999px;
  pointer-events: none;
  z-index: 2;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion summary::before,
.orgmgr-pdp .orgmgr-faq .orgmgr-accordion summary::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion summary::before {
  display: none;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion summary::after {
  right: 9px;
  top: 26px;
  width: 8px;
  height: 1.6px;
  margin-top: 0;
  background: #ffffff;
  border-radius: 999px;
  transform: none;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion details[open]::before {
  display: none;
}

@media (max-width: 767px) {
  .orgmgr-pdp .orgmgr-faq .orgmgr-accordion details::after {
    top: 16px;
  }

  .orgmgr-pdp .orgmgr-faq .orgmgr-accordion details::before {
    top: 21px;
  }

  .orgmgr-pdp .orgmgr-faq .orgmgr-accordion summary::after {
    top: 24px;
  }
}


/* ===== FAQ icon true final fix ===== */
.orgmgr-pdp .orgmgr-faq .orgmgr-accordion details {
  position: relative;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion details::after {
  content: "" !important;
  position: absolute !important;
  right: 6px !important;
  top: 18px !important;
  width: 16px !important;
  height: 16px !important;
  border: 1.5px solid rgba(255,255,255,0.98) !important;
  border-radius: 50% !important;
  background: transparent !important;
  pointer-events: none !important;
  box-sizing: border-box !important;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion details::before {
  content: none !important;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion summary {
  position: relative !important;
  padding-right: 38px !important;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion summary::before,
.orgmgr-pdp .orgmgr-faq .orgmgr-accordion summary::after {
  content: "" !important;
  position: absolute !important;
  right: 10px !important;
  top: 26px !important;
  background: #ffffff !important;
  border-radius: 999px !important;
  pointer-events: none !important;
  z-index: 3 !important;
  transform: none !important;
  margin: 0 !important;
}

/* horizontal stroke */
.orgmgr-pdp .orgmgr-faq .orgmgr-accordion summary::after {
  width: 8px !important;
  height: 1.5px !important;
}

/* vertical stroke for closed state */
.orgmgr-pdp .orgmgr-faq .orgmgr-accordion summary::before {
  width: 1.5px !important;
  height: 8px !important;
  right: 13.25px !important;
  top: 22.75px !important;
}

/* open state becomes minus only */
.orgmgr-pdp .orgmgr-faq .orgmgr-accordion details[open] summary::before {
  display: none !important;
}

@media (max-width: 767px) {
  .orgmgr-pdp .orgmgr-faq .orgmgr-accordion details::after {
    top: 16px !important;
  }

  .orgmgr-pdp .orgmgr-faq .orgmgr-accordion summary::after {
    top: 24px !important;
  }

  .orgmgr-pdp .orgmgr-faq .orgmgr-accordion summary::before {
    top: 20.75px !important;
  }
}

/* ===== FAQ icon real fix: single-element icon drawing ===== */
.orgmgr-pdp .orgmgr-faq .orgmgr-accordion details,
.orgmgr-pdp .orgmgr-faq .orgmgr-accordion summary {
  position: relative;
}

/* neutralize earlier experimental pseudo-elements */
.orgmgr-pdp .orgmgr-faq .orgmgr-accordion details::before,
.orgmgr-pdp .orgmgr-faq .orgmgr-accordion details::after,
.orgmgr-pdp .orgmgr-faq .orgmgr-accordion summary::before {
  content: none !important;
  display: none !important;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion summary {
  display: block !important;
  padding: 0 42px 0 0 !important;
  min-height: 22px !important;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion summary::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  right: 0 !important;
  top: 0.1em !important;
  width: 18px !important;
  height: 18px !important;
  border: 1.25px solid rgba(255,255,255,0.95) !important;
  border-radius: 999px !important;
  box-sizing: border-box !important;
  background:
    linear-gradient(rgba(255,255,255,0.98), rgba(255,255,255,0.98)) center / 8px 1.5px no-repeat,
    linear-gradient(rgba(255,255,255,0.98), rgba(255,255,255,0.98)) center / 1.5px 8px no-repeat !important;
  transform: none !important;
  margin: 0 !important;
  pointer-events: none !important;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion details[open] summary::after {
  background:
    linear-gradient(rgba(255,255,255,0.98), rgba(255,255,255,0.98)) center / 8px 1.5px no-repeat !important;
}

@media (max-width: 767px) {
  .orgmgr-pdp .orgmgr-faq .orgmgr-accordion summary {
    padding-right: 38px !important;
  }

  .orgmgr-pdp .orgmgr-faq .orgmgr-accordion summary::after {
    width: 17px !important;
    height: 17px !important;
  }
}

/* ===== Final full-page PDP alignment pass (March 2026) ===== */
.orgmgr-pdp,
.orgmgr-pdp * ,
.orgmgr-pdp *::before,
.orgmgr-pdp *::after {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.orgmgr-pdp {
  background: #ffffff;
}

.orgmgr-pdp .orgmgr-pdp-container {
  max-width: 1140px;
  padding-left: 24px;
  padding-right: 24px;
}

/* Hero */
.orgmgr-pdp .orgmgr-pdp-hero {
  padding: 52px 0 168px;
}

.orgmgr-pdp .orgmgr-pdp-hero-inner h1 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.orgmgr-pdp .orgmgr-pdp-hero-sub {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.55;
}

.orgmgr-pdp .orgmgr-pdp-bullets {
  margin-top: 16px;
  gap: 18px;
  font-size: 12px;
}

/* Pricing card */
.orgmgr-pdp .orgmgr-pdp-pricing {
  margin-top: -124px;
}

.orgmgr-pdp .orgmgr-pdp-card {
  max-width: 508px;
  padding: 24px 22px 18px;
  border-radius: 14px;
}

.orgmgr-pdp .orgmgr-pdp-card h2 {
  font-size: 13px;
  line-height: 1.3;
}

.orgmgr-pdp .orgmgr-pdp-price {
  margin-top: 10px;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.orgmgr-pdp .orgmgr-pdp-price-unit,
.orgmgr-pdp .orgmgr-pdp-fine,
.orgmgr-pdp .orgmgr-pdp-support,
.orgmgr-pdp .orgmgr-pdp-contact {
  font-size: 12px;
  line-height: 1.5;
}

.orgmgr-pdp .orgmgr-stepper {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 10px;
}

.orgmgr-pdp .orgmgr-stepper-label {
  font-size: 12px;
  line-height: 1.4;
}

.orgmgr-pdp .orgmgr-stepper-controls {
  gap: 8px;
  margin-top: 8px;
}

.orgmgr-pdp .orgmgr-stepper-btn,
.orgmgr-pdp .orgmgr-stepper-input {
  height: 34px;
}

.orgmgr-pdp .orgmgr-pdp-primary {
  margin-top: 14px;
  padding: 13px 16px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.2;
}

/* What's Included */
.orgmgr-pdp .orgmgr-pdp-section:has(.orgmgr-included-grid) {
  padding-top: 44px;
  padding-bottom: 108px;
}

.orgmgr-pdp .orgmgr-included-title {
  margin: 0 0 44px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.orgmgr-pdp .orgmgr-included-grid {
  gap: 44px 34px;
}

.orgmgr-pdp .orgmgr-included-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 10px;
}

.orgmgr-pdp .orgmgr-included-item .t {
  font-size: 13px;
  line-height: 1.38;
  font-weight: 700;
}

.orgmgr-pdp .orgmgr-included-item .d {
  margin-top: 8px;
  max-width: 258px;
  font-size: 12px;
  line-height: 1.58;
}

/* How Licensing Works */
.orgmgr-pdp .orgmgr-pdp-works {
  padding-top: 0;
  padding-bottom: 54px;
}

.orgmgr-pdp .orgmgr-pdp-works h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.orgmgr-pdp .orgmgr-pdp-works .orgmgr-pdp-sub {
  margin: 0 0 46px;
  max-width: 640px;
  font-size: 13px;
  line-height: 1.55;
}

.orgmgr-pdp .orgmgr-pdp-works-grid {
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

.orgmgr-pdp .orgmgr-pdp-steps {
  gap: 16px;
  padding: 0;
}

.orgmgr-pdp .orgmgr-pdp-step {
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
}

.orgmgr-pdp .orgmgr-pdp-step-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
}

.orgmgr-pdp .orgmgr-pdp-step-icon svg {
  width: 17px;
  height: 17px;
}

.orgmgr-pdp .orgmgr-pdp-step-title {
  font-size: 13px;
  line-height: 1.38;
  font-weight: 700;
}

.orgmgr-pdp .orgmgr-pdp-step-desc {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.58;
}

.orgmgr-pdp .orgmgr-pdp-mock {
  border-radius: 14px;
}

.orgmgr-pdp .orgmgr-pdp-mock-inner {
  padding: 16px;
}

/* FAQ */
.orgmgr-pdp .orgmgr-faq {
  padding: 82px 0 76px;
}

.orgmgr-pdp .orgmgr-faq h3 {
  font-size: 28px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-faq-sub,
.orgmgr-pdp .orgmgr-faq p.orgmgr-sub {
  margin: 14px 0 38px;
  font-size: 15px;
  line-height: 1.5;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion {
  max-width: 600px;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion details {
  padding: 18px 0 19px;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion summary {
  padding-right: 38px !important;
  min-height: 20px !important;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion .orgmgr-acc-content,
.orgmgr-pdp .orgmgr-faq .orgmgr-accordion p {
  margin: 8px 34px 0 0;
  font-size: 14px;
  line-height: 1.65;
}

/* Stable FAQ icon rendering */
.orgmgr-pdp .orgmgr-faq .orgmgr-accordion details::before,
.orgmgr-pdp .orgmgr-faq .orgmgr-accordion details::after,
.orgmgr-pdp .orgmgr-faq .orgmgr-accordion summary::before {
  content: none !important;
  display: none !important;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion summary::after {
  content: "" !important;
  position: absolute !important;
  right: 0 !important;
  top: 1px !important;
  width: 18px !important;
  height: 18px !important;
  border: 1.5px solid rgba(255,255,255,0.95) !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  background:
    linear-gradient(#fff,#fff) center / 8px 1.5px no-repeat,
    linear-gradient(#fff,#fff) center / 1.5px 8px no-repeat !important;
  pointer-events: none !important;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-accordion details[open] summary::after {
  background: linear-gradient(#fff,#fff) center / 8px 1.5px no-repeat !important;
}

@media (max-width: 900px) {
  .orgmgr-pdp .orgmgr-pdp-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .orgmgr-pdp .orgmgr-pdp-hero {
    padding: 44px 0 154px;
  }

  .orgmgr-pdp .orgmgr-pdp-hero-inner h1 {
    font-size: 24px;
  }

  .orgmgr-pdp .orgmgr-pdp-pricing {
    margin-top: -118px;
  }

  .orgmgr-pdp .orgmgr-pdp-section:has(.orgmgr-included-grid) {
    padding-top: 38px;
    padding-bottom: 68px;
  }

  .orgmgr-pdp .orgmgr-included-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 22px;
  }

  .orgmgr-pdp .orgmgr-pdp-works {
    padding-bottom: 44px;
  }

  .orgmgr-pdp .orgmgr-pdp-works .orgmgr-pdp-sub {
    margin-bottom: 28px;
  }

  .orgmgr-pdp .orgmgr-pdp-works-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .orgmgr-pdp .orgmgr-faq {
    padding: 62px 0 56px;
  }
}

@media (max-width: 520px) {
  .orgmgr-pdp .orgmgr-pdp-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .orgmgr-pdp .orgmgr-pdp-section:has(.orgmgr-included-grid) {
    padding-bottom: 52px;
  }

  .orgmgr-pdp .orgmgr-included-grid {
    grid-template-columns: 1fr;
  }

  .orgmgr-pdp .orgmgr-included-title,
  .orgmgr-pdp .orgmgr-pdp-works h3,
  .orgmgr-pdp .orgmgr-faq h3 {
    font-size: 20px;
  }

  .orgmgr-pdp .orgmgr-faq .orgmgr-faq-sub,
  .orgmgr-pdp .orgmgr-faq p.orgmgr-sub,
  .orgmgr-pdp .orgmgr-faq .orgmgr-accordion .orgmgr-acc-content,
  .orgmgr-pdp .orgmgr-faq .orgmgr-accordion p {
    font-size: 13px;
  }
}

/* ===== Final spacing + typography refinement pass (2026-03-07) ===== */
.orgmgr-pdp .orgmgr-included-title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.orgmgr-pdp .orgmgr-included-item .t {
  font-size: 13px;
  line-height: 1.38;
  font-weight: 600;
  letter-spacing: -0.008em;
}

.orgmgr-pdp .orgmgr-included-item .d {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.55;
}

.orgmgr-pdp .orgmgr-pdp-works {
  padding-top: 6px;
  padding-bottom: 84px;
}

.orgmgr-pdp .orgmgr-pdp-sub {
  margin-bottom: 42px;
}

.orgmgr-pdp .orgmgr-pdp-steps {
  gap: 14px;
}

.orgmgr-pdp .orgmgr-pdp-step {
  gap: 10px;
}

.orgmgr-pdp .orgmgr-pdp-step-title {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 650;
}

.orgmgr-pdp .orgmgr-pdp-step-desc {
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.55;
}

.orgmgr-pdp .orgmgr-faq {
  padding-top: 96px;
}

.orgmgr-pdp .orgmgr-faq h3,
.orgmgr-pdp .orgmgr-faq .orgmgr-faq-sub {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.orgmgr-pdp .orgmgr-faq .orgmgr-faq-sub {
  text-align: center;
  margin: 14px 0 44px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(255,255,255,0.92);
}

@media (max-width: 900px) {
  .orgmgr-pdp .orgmgr-included-title {
    font-size: 20px;
  }

  .orgmgr-pdp .orgmgr-pdp-works {
    padding-bottom: 64px;
  }

  .orgmgr-pdp .orgmgr-pdp-sub {
    margin-bottom: 30px;
  }

  .orgmgr-pdp .orgmgr-pdp-steps {
    gap: 12px;
  }

  .orgmgr-pdp .orgmgr-faq {
    padding-top: 74px;
  }
}

/* Final first-section Figma pass */
.orgmgr-pdp,
.orgmgr-pdp * {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.orgmgr-pdp .orgmgr-pdp-hero {
  padding: 72px 0 216px;
}

.orgmgr-pdp .orgmgr-pdp-hero-inner {
  max-width: 860px;
  margin: 0 auto;
}

.orgmgr-pdp .orgmgr-pdp-hero-inner h1 {
  font-size: 24px;
  line-height: 1.24;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.orgmgr-pdp .orgmgr-pdp-hero-sub {
  margin-top: 14px;
  max-width: 640px;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 400;
  color: rgba(255,255,255,0.9);
}

.orgmgr-pdp .orgmgr-pdp-bullets {
  margin-top: 22px;
  gap: 24px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
}

.orgmgr-pdp .orgmgr-pdp-bullets li::before {
  margin-right: 10px;
}

.orgmgr-pdp .orgmgr-pdp-pricing {
  margin-top: -154px;
}

.orgmgr-pdp .orgmgr-pdp-card {
  max-width: 634px;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  padding: 34px 42px 28px;
}

.orgmgr-pdp .orgmgr-pdp-card h2 {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
}

.orgmgr-pdp .orgmgr-pdp-price {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.orgmgr-pdp .orgmgr-pdp-price-amount {
  font-size: 18px;
  font-weight: 700;
}

.orgmgr-pdp .orgmgr-pdp-price-unit,
.orgmgr-pdp .orgmgr-pdp-fine,
.orgmgr-pdp .orgmgr-pdp-contact,
.orgmgr-pdp .orgmgr-pdp-support {
  font-size: 12px;
  line-height: 1.55;
  font-weight: 400;
}

.orgmgr-pdp .orgmgr-pdp-fine {
  margin-top: 8px;
}

.orgmgr-pdp .orgmgr-pdp-stepper {
  max-width: 266px;
  margin-top: 22px;
  padding: 16px 18px 14px;
  border-radius: 6px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
}

.orgmgr-pdp .orgmgr-pdp-stepper-label {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
}

.orgmgr-pdp .orgmgr-pdp-stepper-controls {
  margin-top: 12px;
  gap: 14px;
}

.orgmgr-pdp .orgmgr-stepper-btn {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  border: 1px solid #d6dde8;
  color: #7b8794;
  font-size: 18px;
  font-weight: 500;
}

.orgmgr-pdp .orgmgr-stepper-input {
  width: 48px;
  height: 30px;
  border: 0;
  background: transparent;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: var(--orgmgr-primary);
}

.orgmgr-pdp .orgmgr-pdp-total {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
}

.orgmgr-pdp .orgmgr-pdp-primary {
  max-width: 420px;
  width: 100%;
  margin-top: 14px;
  padding: 13px 18px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
}

.orgmgr-pdp .orgmgr-pdp-contact {
  margin-top: 18px;
}

.orgmgr-pdp .orgmgr-pdp-support {
  margin-top: 16px;
  color: #7a8696;
}

@media (max-width: 900px) {
  .orgmgr-pdp .orgmgr-pdp-hero {
    padding: 60px 0 182px;
  }

  .orgmgr-pdp .orgmgr-pdp-hero-inner h1 {
    font-size: 22px;
  }

  .orgmgr-pdp .orgmgr-pdp-pricing {
    margin-top: -138px;
  }

  .orgmgr-pdp .orgmgr-pdp-card {
    max-width: 560px;
    padding: 28px 24px 24px;
  }
}

@media (max-width: 640px) {
  .orgmgr-pdp .orgmgr-pdp-hero {
    padding: 52px 0 156px;
  }

  .orgmgr-pdp .orgmgr-pdp-hero-inner h1 {
    font-size: 20px;
  }

  .orgmgr-pdp .orgmgr-pdp-hero-sub {
    font-size: 12px;
  }

  .orgmgr-pdp .orgmgr-pdp-bullets {
    gap: 12px 18px;
    font-size: 11px;
  }

  .orgmgr-pdp .orgmgr-pdp-pricing {
    margin-top: -122px;
    padding: 0 14px;
  }

  .orgmgr-pdp .orgmgr-pdp-card {
    padding: 24px 18px 22px;
  }

  .orgmgr-pdp .orgmgr-pdp-primary {
    max-width: 100%;
  }
}

/* ===== Final top section repair: hero + pricing card ===== */
body.page-template-page-organization-seats #main-content,
body.page-template-page-organization-seats .orgmgr-pdp-wrap,
body.page-template-page-organization-seats .orgmgr-pdp {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.page-template-page-organization-seats .orgmgr-pdp {
  background: #fff !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-hero {
  background: #2E6BD3 !important;
  color: #fff !important;
  padding: 64px 0 168px !important;
  margin: 0 !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-container {
  max-width: 1120px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-hero-inner h1 {
  margin: 0 !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif !important;
  font-size: 26px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  text-align: center !important;
  color: #fff !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-hero-sub {
  margin: 20px auto 0 !important;
  max-width: 700px !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  text-align: center !important;
  color: rgba(255,255,255,0.96) !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-bullets {
  margin: 24px auto 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 28px !important;
  list-style: none !important;
  padding: 0 !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-bullets li::before {
  content: "•";
  margin-right: 10px !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-pricing {
  margin: -126px auto 0 !important;
  padding: 0 24px !important;
  position: relative !important;
  z-index: 3 !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-card {
  max-width: 636px !important;
  margin: 0 auto !important;
  padding: 46px 54px 30px !important;
  background: #fff !important;
  border: 1px solid #e7edf5 !important;
  border-radius: 12px !important;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.10) !important;
  text-align: center !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-card h2 {
  margin: 0 !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  color: #172033 !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-price {
  margin-top: 20px !important;
  display: inline-flex !important;
  align-items: baseline !important;
  justify-content: center !important;
  gap: 6px !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-price-amount {
  font-size: 22px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  color: #2E6BD3 !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-price-unit,
body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-fine,
body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-contact,
body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-support,
body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-hint {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-price-unit {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #7b8794 !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-fine {
  margin-top: 12px !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  color: #6b7787 !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-form {
  margin-top: 24px !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-stepper {
  max-width: 300px !important;
  margin: 0 auto !important;
  padding: 16px 20px 14px !important;
  background: #fafafa !important;
  border: 1px solid #eceff3 !important;
  border-radius: 8px !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-stepper-label {
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  color: #313b4c !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-stepper-controls {
  margin-top: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  flex-wrap: nowrap !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-stepper-btn {
  width: 32px !important;
  min-width: 32px !important;
  height: 32px !important;
  border-radius: 8px !important;
  border: 1px solid #d7dee9 !important;
  background: #fff !important;
  color: #7a8594 !important;
  font-size: 20px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-stepper-input {
  width: 44px !important;
  min-width: 44px !important;
  height: 32px !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  text-align: center !important;
  box-shadow: none !important;
  font-size: 24px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  color: #2E6BD3 !important;
  appearance: textfield !important;
  -moz-appearance: textfield !important;
}
body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-stepper-input::-webkit-outer-spin-button,
body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-stepper-input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-total {
  margin-top: 12px !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  color: #2E6BD3 !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-contact {
  margin-top: 18px !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  color: #66758a !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-primary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 430px !important;
  margin-top: 18px !important;
  padding: 14px 18px !important;
  border-radius: 6px !important;
  border: 0 !important;
  background: #2E6BD3 !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-support {
  margin-top: 16px !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  color: #7b8794 !important;
}

@media (max-width: 767px) {
  body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-hero {
    padding: 42px 0 138px !important;
  }
  body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-hero-inner h1 {
    font-size: 22px !important;
  }
  body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-bullets {
    gap: 14px !important;
  }
  body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-pricing {
    margin-top: -104px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-card {
    padding: 28px 20px 22px !important;
  }
}

/* Final top pricing card alignment fix to match Figma */
body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-pricing {
  margin-top: -118px !important;
  position: relative !important;
  z-index: 3 !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-card {
  max-width: 420px !important;
  padding: 30px 28px 26px !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08) !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-card h2 {
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  margin: 0 !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-price {
  margin-top: 18px !important;
  font-size: 0 !important;
  line-height: 1 !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-price-amount {
  font-size: 24px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  color: #2E6BD3 !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-price-unit {
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  color: #7d8898 !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-fine {
  margin-top: 10px !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  color: #7b8794 !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-form {
  margin: 0 !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-stepper {
  width: 178px !important;
  max-width: 178px !important;
  margin: 22px auto 0 !important;
  padding: 14px 14px 12px !important;
  background: #fafafa !important;
  border: 1px solid #eceff3 !important;
  border-radius: 4px !important;
  display: block !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-stepper-label {
  display: block !important;
  white-space: nowrap !important;
  text-align: center !important;
  margin: 0 !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  color: #2c3440 !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-stepper-controls {
  margin-top: 14px !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-stepper-btn {
  width: 26px !important;
  min-width: 26px !important;
  height: 26px !important;
  border-radius: 4px !important;
  border: 1px solid #d6dce5 !important;
  background: #fff !important;
  color: #a0a9b6 !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-stepper-input {
  width: 34px !important;
  min-width: 34px !important;
  height: 26px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  color: #2E6BD3 !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-total {
  margin-top: 12px !important;
  text-align: center !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  color: #6d7887 !important;
  font-weight: 500 !important;
}
body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-total #orgmgrTotal {
  color: #2E6BD3 !important;
  font-weight: 700 !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-contact {
  margin-top: 18px !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  color: #7b8794 !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-primary {
  width: 100% !important;
  max-width: 280px !important;
  margin: 16px auto 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 11px 18px !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-support {
  margin-top: 14px !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  color: #7b8794 !important;
}

@media (max-width: 767px) {
  body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-pricing {
    margin-top: -92px !important;
  }
  body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-card {
    max-width: 420px !important;
    padding: 26px 18px 22px !important;
  }
}

/* ===== Final spacing polish pass (2026-03-07 late) ===== */
body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-section:has(.orgmgr-included-grid) {
  padding-top: 66px !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-works {
  padding-top: 4px !important;
  padding-bottom: 78px !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-works .orgmgr-pdp-sub {
  margin-bottom: 36px !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-steps {
  gap: 10px !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-step {
  gap: 10px !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-step-title {
  font-size: 15px !important;
  line-height: 1.34 !important;
  font-weight: 700 !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-step-desc {
  margin-top: 2px !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-faq {
  padding-top: 112px !important;
}

@media (max-width: 900px) {
  body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-section:has(.orgmgr-included-grid) {
    padding-top: 52px !important;
  }

  body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-works {
    padding-bottom: 62px !important;
  }

  body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-steps {
    gap: 12px !important;
  }

  body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-faq {
    padding-top: 86px !important;
  }
}

/* ===== Final micro-tuning: tighten How Licensing Works step rhythm ===== */
body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-works-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr) !important;
  gap: 34px !important;
  align-items: center !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-steps {
  gap: 4px !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-step {
  gap: 10px !important;
  align-items: start !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-step + .orgmgr-pdp-step {
  margin-top: 10px !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-step-title {
  font-size: 16px !important;
  line-height: 1.28 !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-step-desc {
  margin-top: 3px !important;
  line-height: 1.52 !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-mock {
  max-width: 100% !important;
  min-height: 0 !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-mock-inner {
  padding: 18px !important;
}

@media (max-width: 900px) {
  body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-works-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-steps {
    gap: 8px !important;
  }

  body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-step + .orgmgr-pdp-step {
    margin-top: 8px !important;
  }
}


/* ===== Real fix: How Licensing Works steps should not distribute vertically ===== */
body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-steps {
  height: auto !important;
  align-content: start !important;
  padding: 0 !important;
  gap: 10px !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-step + .orgmgr-pdp-step {
  margin-top: 12px !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-step {
  grid-template-columns: 38px minmax(0, 1fr) !important;
  gap: 12px !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-step-icon {
  width: 38px !important;
  height: 38px !important;
  border-radius: 11px !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-step-title {
  font-size: 16px !important;
  line-height: 1.26 !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-step-desc {
  margin-top: 3px !important;
  line-height: 1.5 !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-works-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
  align-items: start !important;
}

@media (max-width: 900px) {
  body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-steps {
    gap: 8px !important;
  }
  body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-step + .orgmgr-pdp-step {
    margin-top: 8px !important;
  }
  body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-works-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ===== Remove mock title/frame so right column is image-only ===== */
body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-mock {
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  overflow: visible !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-mock-inner {
  padding: 0 !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-mock-title {
  display: none !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-mock-img {
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* ===== Final alignment polish: balance How Licensing Works column heights ===== */
body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-works-grid {
  align-items: center !important;
  gap: 42px !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-steps {
  gap: 12px !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-step + .orgmgr-pdp-step {
  margin-top: 16px !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-step {
  gap: 14px !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-step-title {
  line-height: 1.24 !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-step-desc {
  margin-top: 5px !important;
  line-height: 1.56 !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-mock {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-mock-img {
  width: 92% !important;
  max-width: 92% !important;
  margin: 0 auto !important;
  display: block !important;
}

@media (max-width: 900px) {
  body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-works-grid {
    align-items: start !important;
    gap: 24px !important;
  }

  body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-steps {
    gap: 8px !important;
  }

  body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-step + .orgmgr-pdp-step {
    margin-top: 10px !important;
  }

  body.page-template-page-organization-seats .orgmgr-pdp .orgmgr-pdp-mock-img {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Final typography polish: What's Included */
.orgmgr-pdp .orgmgr-included-title,
.orgmgr-pdp .orgmgr-included-item .t,
.orgmgr-pdp .orgmgr-included-item .d {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

.orgmgr-pdp .orgmgr-included-item .t {
  font-size: 13px;
  line-height: 1.42;
  font-weight: 600;
  letter-spacing: -0.006em;
  color: #1f2937;
}

.orgmgr-pdp .orgmgr-included-item .d {
  margin-top: 8px;
  max-width: 260px;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: 0;
  color: #667085;
}
