/* Printbox AI — detailed poster service page. */
.pb-poster-page .entry-title,
.pb-poster-page .page-title { display: none !important; }
.pb-poster-page #secondary,
.pb-poster-page .widget-area { display: none !important; }
.pb-poster-page #primary,
.pb-poster-page .content-area {
  width: 100% !important;
  max-width: 100% !important;
  flex-basis: 100% !important;
}
.pb-poster-page .page-wrapper,
.pb-poster-page .page-inner { padding-top: 0; }

.pb-poster {
  --pbp-ink: #20384b;
  --pbp-muted: #5c7182;
  --pbp-blue: #168be3;
  --pbp-blue-dark: #0f78c7;
  --pbp-line: #e1e9ef;
  --pbp-soft: #f4f8fb;
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 18px 72px;
  color: var(--pbp-ink);
}
.pb-poster * { box-sizing: border-box; }
.pb-poster h1,
.pb-poster h2,
.pb-poster h3,
.pb-poster p { font-family: inherit; }
.pb-poster h2 {
  margin: 0;
  color: var(--pbp-ink);
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.08;
  letter-spacing: -.03em;
}
.pb-poster p { color: var(--pbp-muted); }

.pb-poster__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  gap: 38px;
  align-items: center;
  overflow: hidden;
  padding: 48px 52px;
  border: 1px solid #d9e8f3;
  border-radius: 28px;
  background: linear-gradient(135deg, #eef8ff 0%, #f7fbfe 52%, #e9f5fd 100%);
}
.pb-poster__eyebrow {
  margin-bottom: 13px;
  color: var(--pbp-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
}
.pb-poster__hero h1 {
  max-width: 650px;
  margin: 0 0 16px;
  color: var(--pbp-ink);
  font-size: clamp(40px, 5vw, 66px);
  line-height: .98;
  letter-spacing: -.052em;
}
.pb-poster__lead {
  max-width: 610px;
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 1.58;
}
.pb-poster__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.pb-poster__button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none !important;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.pb-poster__button:hover { transform: translateY(-1px); }
.pb-poster__button--primary {
  background: var(--pbp-blue);
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(22,139,227,.2);
}
.pb-poster__button--primary:hover { background: var(--pbp-blue-dark); }
.pb-poster__button--secondary {
  border-color: #a9cce6;
  background: rgba(255,255,255,.68);
  color: #2e607f !important;
}
.pb-poster__button--light {
  border-color: rgba(255,255,255,.58);
  background: #fff;
  color: var(--pbp-blue-dark) !important;
}
.pb-poster__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 15px;
  margin-top: 24px;
}
.pb-poster__trust-item {
  position: relative;
  padding-left: 23px;
  color: #476277;
  font-size: 12.5px;
  font-weight: 750;
}
.pb-poster__trust-item::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #d6edfc;
  color: var(--pbp-blue);
  content: '✓';
  font-size: 10px;
  font-weight: 900;
  line-height: 16px;
  text-align: center;
  transform: translateY(-50%);
}

.pb-poster__visual {
  position: relative;
  min-height: 395px;
}
.pb-poster__sheet {
  position: absolute;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 24px 55px rgba(27,66,92,.17);
}
.pb-poster__sheet span {
  position: absolute;
  right: 13px;
  bottom: 10px;
  color: rgba(255,255,255,.86);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}
.pb-poster__sheet--back {
  top: 20px;
  right: 0;
  width: 51%;
  height: 61%;
  background: linear-gradient(160deg, #132d40, #2997e4);
  transform: rotate(5deg);
}
.pb-poster__sheet--middle {
  right: 36%;
  bottom: 4px;
  width: 48%;
  height: 58%;
  background: linear-gradient(145deg, #ffcb4a 0 35%, #f06a5c 35% 68%, #273e52 68%);
  transform: rotate(-5deg);
}
.pb-poster__sheet--front {
  top: 11px;
  left: 13%;
  width: 49%;
  height: 78%;
  padding: 34px 27px;
  background: #fff;
  transform: rotate(-1.5deg);
}
.pb-poster__sheet--front::after {
  position: absolute;
  inset: auto -20% -14% 30%;
  height: 48%;
  border-radius: 50%;
  background: #d9effd;
  content: '';
}
.pb-poster__art-mark {
  width: 56px;
  height: 9px;
  margin-bottom: 28px;
  border-radius: 999px;
  background: var(--pbp-blue);
}
.pb-poster__sheet--front strong {
  position: relative;
  z-index: 2;
  display: block;
  color: #233c50;
  font-size: clamp(42px, 5vw, 68px);
  line-height: .83;
  letter-spacing: -.07em;
}
.pb-poster__sheet--front small {
  position: absolute;
  z-index: 2;
  left: 28px;
  bottom: 25px;
  color: #517186;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .18em;
}

.pb-poster__section { padding: 72px 0 0; }
.pb-poster__section--soft {
  margin-top: 72px;
  padding: 54px 42px;
  border-radius: 26px;
  background: var(--pbp-soft);
}
.pb-poster__section-head {
  max-width: 760px;
  margin-bottom: 27px;
}
.pb-poster__section-head p {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.6;
}
.pb-poster__formats {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}
.pb-poster__format {
  position: relative;
  display: flex;
  min-height: 156px;
  flex-direction: column;
  padding: 20px 18px;
  border: 1px solid var(--pbp-line);
  border-radius: 18px;
  background: #fff;
  color: var(--pbp-ink) !important;
  text-decoration: none !important;
  box-shadow: 0 7px 22px rgba(26,55,75,.035);
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.pb-poster__format:hover {
  border-color: #b8d9ef;
  box-shadow: 0 13px 32px rgba(26,55,75,.08);
  transform: translateY(-2px);
}
.pb-poster__format--custom { background: #edf8ff; }
.pb-poster__format-name {
  font-size: 29px;
  font-weight: 900;
  letter-spacing: -.04em;
}
.pb-poster__format--custom .pb-poster__format-name { font-size: 20px; }
.pb-poster__format-size {
  margin-top: 3px;
  color: var(--pbp-muted);
  font-size: 12px;
  line-height: 1.35;
}
.pb-poster__format-link {
  margin-top: auto;
  padding-top: 18px;
  color: var(--pbp-blue);
  font-size: 12px;
  font-weight: 850;
}

.pb-poster__materials {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 13px;
}
.pb-poster__material {
  min-height: 215px;
  padding: 22px 19px;
  border: 1px solid #e1e9ee;
  border-radius: 18px;
  background: #fff;
}
.pb-poster__material-icon {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 19px;
  border-radius: 11px;
  background: #e8f5fd;
  color: var(--pbp-blue);
  font-size: 17px;
  font-weight: 900;
}
.pb-poster__material h3 {
  margin: 0 0 8px;
  color: var(--pbp-ink);
  font-size: 17px;
  line-height: 1.22;
}
.pb-poster__material p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

.pb-poster__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding-top: 72px;
}
.pb-poster__use-card,
.pb-poster__file-card {
  padding: 38px 36px;
  border: 1px solid var(--pbp-line);
  border-radius: 24px;
  background: #fff;
}
.pb-poster__uses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px;
  margin-top: 25px;
}
.pb-poster__uses span {
  padding: 13px 14px;
  border-radius: 11px;
  background: #f4f8fb;
  color: #3e596e;
  font-size: 13px;
  font-weight: 750;
}
.pb-poster__uses span::before {
  margin-right: 7px;
  color: var(--pbp-blue);
  content: '•';
}
.pb-poster__file-card { background: #223e52; }
.pb-poster__file-card h2,
.pb-poster__file-card p,
.pb-poster__file-card li { color: #fff; }
.pb-poster__file-card p { opacity: .74; }
.pb-poster__file-icon {
  display: inline-flex;
  min-width: 46px;
  height: 32px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 0 10px;
  border-radius: 9px;
  background: #fff;
  color: #223e52;
  font-size: 11px;
  font-weight: 900;
}
.pb-poster__file-card ul {
  margin: 19px 0 22px;
  padding: 0;
  list-style: none;
}
.pb-poster__file-card li {
  position: relative;
  margin: 9px 0;
  padding-left: 25px;
  font-size: 13px;
  line-height: 1.45;
}
.pb-poster__file-card li::before {
  position: absolute;
  left: 0;
  color: #66c3ff;
  content: '✓';
  font-weight: 900;
}
.pb-poster__file-card a {
  color: #79c9ff !important;
  font-size: 13px;
  font-weight: 850;
}

.pb-poster__delivery {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: center;
  margin-top: 72px;
  padding: 31px 36px;
  border-radius: 22px;
  background: #edf8ff;
}
.pb-poster__delivery-icon {
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--pbp-blue);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}
.pb-poster__delivery h2 { font-size: clamp(23px, 2.4vw, 32px); }
.pb-poster__delivery p { margin: 6px 0 0; font-size: 14px; line-height: 1.55; }

.pb-poster__faq-list { border-top: 1px solid var(--pbp-line); }
.pb-poster__faq details { border-bottom: 1px solid var(--pbp-line); }
.pb-poster__faq summary {
  position: relative;
  padding: 20px 42px 20px 0;
  color: var(--pbp-ink);
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  list-style: none;
}
.pb-poster__faq summary::-webkit-details-marker { display: none; }
.pb-poster__faq summary::after {
  position: absolute;
  right: 6px;
  top: 50%;
  color: var(--pbp-blue);
  content: '+';
  font-size: 25px;
  font-weight: 500;
  transform: translateY(-50%);
}
.pb-poster__faq details[open] summary::after { content: '–'; }
.pb-poster__faq details p {
  max-width: 820px;
  margin: -5px 0 20px;
  font-size: 14px;
  line-height: 1.65;
}

.pb-poster__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  margin-top: 72px;
  padding: 39px 42px;
  border-radius: 25px;
  background: linear-gradient(135deg, #168be3, #0b6daf);
  color: #fff;
}
.pb-poster__cta h2 { color: #fff; }
.pb-poster__cta p { max-width: 650px; margin: 8px 0 0; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.55; }
.pb-poster__cta .pb-poster__button--primary { background: #fff; color: #147cca !important; box-shadow: none; }

@media (max-width: 1050px) {
  .pb-poster__hero { grid-template-columns: 1fr .78fr; padding: 40px; }
  .pb-poster__visual { min-height: 335px; }
  .pb-poster__formats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pb-poster__materials { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 780px) {
  .pb-poster { padding-top: 12px; }
  .pb-poster__hero { grid-template-columns: 1fr; padding: 31px 25px; border-radius: 22px; }
  .pb-poster__hero h1 { font-size: clamp(38px, 10vw, 55px); }
  .pb-poster__visual { min-height: 305px; margin-top: 6px; }
  .pb-poster__section, .pb-poster__split { padding-top: 52px; }
  .pb-poster__section--soft { margin-top: 52px; padding: 38px 24px; }
  .pb-poster__materials { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pb-poster__split { grid-template-columns: 1fr; }
  .pb-poster__delivery { margin-top: 52px; }
  .pb-poster__cta { grid-template-columns: 1fr; margin-top: 52px; padding: 32px 25px; }
}
@media (max-width: 549px) {
  .pb-poster { padding-left: 12px; padding-right: 12px; padding-bottom: 48px; }
  .pb-poster__hero { padding: 27px 20px 24px; }
  .pb-poster__eyebrow { font-size: 10px; }
  .pb-poster__lead { font-size: 15px; }
  .pb-poster__button { width: 100%; }
  .pb-poster__trust { display: grid; grid-template-columns: 1fr 1fr; }
  .pb-poster__visual { min-height: 260px; }
  .pb-poster__sheet--front { left: 8%; width: 52%; padding: 25px 18px; }
  .pb-poster__sheet--middle { right: 32%; }
  .pb-poster__formats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .pb-poster__format { min-height: 135px; padding: 17px 15px; }
  .pb-poster__format-name { font-size: 25px; }
  .pb-poster__section--soft { margin-left: -2px; margin-right: -2px; padding: 31px 17px; border-radius: 20px; }
  .pb-poster__materials { grid-template-columns: 1fr; }
  .pb-poster__material { min-height: 0; }
  .pb-poster__use-card, .pb-poster__file-card { padding: 29px 22px; }
  .pb-poster__uses { grid-template-columns: 1fr; }
  .pb-poster__delivery { grid-template-columns: 1fr; padding: 26px 22px; }
  .pb-poster__faq summary { font-size: 15px; }
}
