/* Print-on-demand page polish. Loaded after the shared tool palettes. */
body.print-on-demand-page{
  --pod-ink:#101322;
  --pod-muted:#5e6575;
  --pod-cream:#efe9e9;
  --pod-paper:#fffdf9;
  --pod-night:#07080b;
  --pod-blue:#1e2542;
  --pod-teal:#0b6b68;
  --pod-mint:#86efac;
  --pod-orange:#f54f1b;
  --pod-yellow:#f3e8bc;
  --pod-line:rgba(16,19,34,.12);
  --header:74px;
  --navH:74px;
  background:var(--pod-cream);
  color:var(--pod-ink);
}

body.print-on-demand-page .site-header{
  height:var(--header);
  background:
    linear-gradient(180deg,rgba(15,16,24,.98),rgba(11,12,20,.94)),
    radial-gradient(520px 120px at 12% 0%,rgba(245,79,27,.12),transparent 70%);
  border-bottom:1px solid rgba(243,232,188,.11);
  box-shadow:0 20px 58px rgba(7,8,11,.22);
}

body.print-on-demand-page .site-header::after{
  content:"";
  position:absolute;
  inset:auto 0 -1px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(245,79,27,.42),rgba(11,107,104,.34),transparent);
}

body.print-on-demand-page .site-header.is-scrolled{
  background:rgba(9,8,12,.95);
}

body.print-on-demand-page .nav-shell{
  width:min(1780px,calc(100% - clamp(36px,7vw,160px)));
  max-width:none;
  height:100%;
  padding-inline:0;
}

body.print-on-demand-page .brand{
  gap:12px;
  color:#f7f2ea;
  font-weight:900;
}

body.print-on-demand-page .brand img{
  width:42px;
  height:42px;
}

body.print-on-demand-page .desktop-nav{
  gap:30px;
}

body.print-on-demand-page .desktop-nav a{
  color:rgba(244,241,234,.7);
  font-weight:800;
  letter-spacing:0;
}

body.print-on-demand-page .desktop-nav a:hover{
  color:var(--pod-yellow);
}

body.print-on-demand-page .desktop-cta{
  min-height:48px;
  padding:0 24px;
  border-radius:999px;
  border:1px solid rgba(243,232,188,.18);
  background:rgba(239,233,233,.04);
  color:#f7f2ea;
  box-shadow:none;
}

body.print-on-demand-page .tool-hero,
body.print-on-demand-page .tool-intro,
body.print-on-demand-page .tool-usecases,
body.print-on-demand-page .tool-steps,
body.print-on-demand-page .tool-comparison,
body.print-on-demand-page .tool-faq,
body.print-on-demand-page .tool-related{
  border-top:0;
}

body.print-on-demand-page .tool-hero .container,
body.print-on-demand-page .tool-intro .container,
body.print-on-demand-page .tool-usecases .container,
body.print-on-demand-page .tool-steps .container,
body.print-on-demand-page .tool-comparison .container,
body.print-on-demand-page .tool-faq .container,
body.print-on-demand-page .tool-related .container,
body.print-on-demand-page .tool-cta .container{
  width:min(1320px,calc(100% - 56px));
  max-width:none;
  margin-inline:auto;
  padding:0;
}

body.print-on-demand-page .pod-hero{
  min-height:0;
  padding:calc(var(--navH) + 44px) 0 22px;
  overflow:hidden;
  background:
    linear-gradient(rgba(239,233,233,.024) 1px,transparent 1px),
    linear-gradient(90deg,rgba(239,233,233,.02) 1px,transparent 1px),
    radial-gradient(780px 460px at 14% 15%,rgba(125,58,69,.4),transparent 70%),
    radial-gradient(860px 500px at 88% 18%,rgba(20,91,87,.38),transparent 72%),
    linear-gradient(135deg,#151428 0%,#242849 48%,#132f32 100%);
  background-size:84px 84px,84px 84px,auto,auto,auto;
}

body.print-on-demand-page .pod-hero::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:72px;
  background:linear-gradient(180deg,transparent,rgba(239,233,233,.16));
  pointer-events:none;
}

body.print-on-demand-page .pod-hero .container{
  position:relative;
  z-index:1;
  width:min(1960px,calc(100% - clamp(44px,6vw,128px)));
  max-width:none;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.44fr);
  align-items:center;
  gap:clamp(42px,5vw,86px);
}

body.print-on-demand-page .pod-hero-copy{
  display:grid;
  justify-items:start;
  gap:18px;
  text-align:left;
}

body.print-on-demand-page .pod-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  max-width:100%;
  padding:10px 16px;
  border:1px solid rgba(134,239,172,.32);
  border-radius:999px;
  background:rgba(11,107,104,.18);
  color:var(--pod-mint);
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  line-height:1.25;
  text-transform:uppercase;
  box-shadow:0 18px 42px rgba(2,44,45,.18);
}

body.print-on-demand-page .pod-eyebrow::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--pod-orange);
  box-shadow:0 0 0 7px rgba(245,79,27,.13);
}

body.print-on-demand-page .tool-hero h1{
  max-width:980px;
  margin:0;
  color:#fff8ee;
  font-family:"Space Grotesk",Inter,sans-serif;
  font-size:clamp(56px,5.35vw,92px);
  font-weight:900;
  line-height:.98;
  letter-spacing:0;
  text-align:left;
}

body.print-on-demand-page .tool-hero h1 span{
  display:block;
  color:var(--pod-yellow);
}

body.print-on-demand-page .tool-subtitle{
  max-width:760px;
  margin:0;
  color:rgba(255,248,238,.82);
  font-size:19px;
  font-weight:650;
  line-height:1.5;
  text-align:left;
}

body.print-on-demand-page .pod-human-note{
  max-width:620px;
  margin:0;
  padding-left:14px;
  border-left:3px solid rgba(134,239,172,.52);
  color:rgba(255,248,238,.68);
  font-size:14px;
  font-weight:800;
  line-height:1.5;
}

body.print-on-demand-page .pod-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  align-items:center;
}

body.print-on-demand-page .pod-primary,
body.print-on-demand-page .pod-secondary,
body.print-on-demand-page .tool-cta-buttons a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 26px;
  border-radius:999px;
  font-weight:900;
  line-height:1;
}

body.print-on-demand-page .pod-primary,
body.print-on-demand-page .tool-cta-buttons a:first-child{
  border:1px solid rgba(245,79,27,.52);
  background:linear-gradient(135deg,var(--pod-orange),#932b28);
  color:#130d08;
  box-shadow:0 20px 48px rgba(245,79,27,.24);
}

body.print-on-demand-page .pod-secondary,
body.print-on-demand-page .tool-cta-buttons a + a{
  border:1px solid rgba(243,232,188,.2) !important;
  background:rgba(239,233,233,.045) !important;
  color:#fff8ee !important;
}

body.print-on-demand-page .pod-hero-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  width:min(760px,100%);
  margin-top:10px;
}

body.print-on-demand-page .pod-hero-stats span{
  min-height:82px;
  padding:16px;
  border:1px solid rgba(243,232,188,.12);
  border-radius:8px;
  background:rgba(239,233,233,.055);
  color:rgba(255,248,238,.7);
  font-size:13px;
  font-weight:800;
  line-height:1.35;
}

body.print-on-demand-page .pod-hero-stats strong{
  display:block;
  margin-bottom:6px;
  color:#fff8ee;
  font-size:27px;
  line-height:1;
}

body.print-on-demand-page .pod-hero-visual{
  position:relative;
  display:grid;
  justify-items:center;
  align-content:center;
  min-height:0;
}

body.print-on-demand-page .pod-quote-card{
  position:relative;
  z-index:1;
  width:min(430px,100%);
  display:grid;
  gap:12px;
  padding:14px;
  border:1px solid rgba(243,232,188,.1);
  border-radius:8px;
  background:
    radial-gradient(420px 240px at 18% 0%,rgba(245,79,27,.14),transparent 70%),
    radial-gradient(520px 300px at 100% 24%,rgba(134,239,172,.1),transparent 72%),
    linear-gradient(180deg,rgba(255,248,238,.085),rgba(255,248,238,.025)),
    rgba(8,9,13,.9);
  box-shadow:0 30px 76px rgba(0,0,0,.34);
}

body.print-on-demand-page .pod-quote-card::before{
  content:none;
  display:none;
}

body.print-on-demand-page .pod-quote-card img{
  position:relative;
  z-index:1;
  width:100%;
  height:auto;
  aspect-ratio:.82 / 1;
  object-fit:cover;
  object-position:center;
  border-radius:8px;
  background:#e7dfd2;
  filter:saturate(1.02) contrast(1.02) brightness(.98);
}

body.print-on-demand-page .pod-quote-head{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  color:rgba(255,248,238,.72);
  font-size:13px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

body.print-on-demand-page .pod-quote-head strong{
  color:var(--pod-mint);
}

body.print-on-demand-page .pod-quote-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  padding:0;
  border-radius:0;
  background:transparent;
}

body.print-on-demand-page .pod-quote-grid span{
  min-height:58px;
  padding:10px;
  border:0;
  border-radius:8px;
  background:rgba(255,248,238,.08);
  color:rgba(255,248,238,.62);
  font-size:12px;
  font-weight:800;
  text-align:center;
  white-space:normal;
}

body.print-on-demand-page .pod-quote-grid strong{
  display:block;
  margin:3px 0 0;
  color:#fff8ee;
  font-size:18px;
}

body.print-on-demand-page .pod-flow-card{
  position:relative;
  z-index:2;
  justify-self:center;
  display:grid;
  grid-template-columns:repeat(4,max-content);
  gap:8px;
  margin-top:12px;
  padding:8px;
  border:0;
  border-radius:999px;
  background:rgba(7,8,11,.8);
  box-shadow:0 28px 64px rgba(0,0,0,.34);
}

body.print-on-demand-page .pod-flow-card span{
  padding:8px 12px;
  border-radius:999px;
  background:rgba(239,233,233,.06);
  color:#fff8ee;
  font-size:11px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
  animation:podFlow 4.8s ease-in-out infinite;
}

body.print-on-demand-page .pod-flow-card span:nth-child(2){animation-delay:.4s}
body.print-on-demand-page .pod-flow-card span:nth-child(3){animation-delay:.8s}
body.print-on-demand-page .pod-flow-card span:nth-child(4){animation-delay:1.2s}

@keyframes podFlow{
  0%,100%{background:rgba(239,233,233,.06);color:#fff8ee}
  40%{background:rgba(134,239,172,.16);color:var(--pod-mint)}
}

body.print-on-demand-page .pod-intro{
  padding:72px 0 78px;
  background:
    radial-gradient(760px 340px at 12% 20%,rgba(245,79,27,.08),transparent 70%),
    radial-gradient(680px 320px at 88% 12%,rgba(11,107,104,.08),transparent 72%),
    var(--pod-cream);
}

body.print-on-demand-page .pod-intro .container{
  display:grid;
  grid-template-columns:minmax(420px,.78fr) minmax(0,1fr);
  gap:24px;
  align-items:stretch;
}

body.print-on-demand-page .pod-intro-panel,
body.print-on-demand-page .pod-intro-flow > div{
  margin:0;
  border-radius:8px;
}

body.print-on-demand-page .pod-intro-panel{
  display:grid;
  align-content:center;
  min-height:420px;
  padding:42px;
  border:1px solid rgba(243,232,188,.12);
  background:
    radial-gradient(480px 260px at 0% 0%,rgba(245,79,27,.22),transparent 70%),
    radial-gradient(520px 280px at 100% 0%,rgba(11,107,104,.2),transparent 72%),
    var(--pod-blue);
  color:#fff8ee;
  box-shadow:0 28px 74px rgba(30,34,61,.18);
}

body.print-on-demand-page .pod-section-kicker{
  display:inline-flex;
  width:max-content;
  margin-bottom:18px;
  padding:8px 12px;
  border:1px solid rgba(243,232,188,.22);
  border-radius:999px;
  color:var(--pod-yellow);
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

body.print-on-demand-page .pod-intro-panel h2{
  max-width:640px;
  margin:0;
  color:#fff8ee;
  font-family:"Space Grotesk",Inter,sans-serif;
  font-size:clamp(38px,4.1vw,58px);
  font-weight:900;
  line-height:1.02;
}

body.print-on-demand-page .pod-intro-panel p{
  max-width:560px;
  margin:20px 0 0;
  color:rgba(255,248,238,.74);
  font-size:18px;
  font-weight:700;
  line-height:1.56;
}

body.print-on-demand-page .pod-intro-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}

body.print-on-demand-page .pod-intro-tags span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border:1px solid rgba(134,239,172,.22);
  border-radius:999px;
  background:rgba(7,8,11,.18);
  color:var(--pod-mint);
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

body.print-on-demand-page .pod-intro-flow{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

body.print-on-demand-page .pod-intro-flow > div{
  position:relative;
  min-height:202px;
  padding:24px;
  border:1px solid rgba(16,19,34,.09);
  background:
    linear-gradient(135deg,rgba(255,253,249,.92),rgba(255,253,249,.72)),
    var(--pod-paper);
  color:var(--pod-muted);
  overflow:hidden;
  box-shadow:0 22px 58px rgba(30,34,61,.08);
}

body.print-on-demand-page .pod-intro-flow > div::after{
  content:"";
  position:absolute;
  right:-42px;
  bottom:-52px;
  width:128px;
  height:128px;
  border:1px solid rgba(11,107,104,.14);
  border-radius:50%;
}

body.print-on-demand-page .pod-intro-flow strong{
  display:block;
  margin-bottom:30px;
  color:rgba(11,107,104,.64);
  font-size:13px;
  font-weight:900;
  letter-spacing:.16em;
}

body.print-on-demand-page .pod-intro-flow span{
  display:block;
  margin-bottom:10px;
  color:var(--pod-ink);
  font-size:23px;
  font-weight:900;
  line-height:1.1;
}

body.print-on-demand-page .pod-intro-flow p{
  position:relative;
  z-index:1;
  margin:0;
  color:var(--pod-muted);
  font-size:15px;
  font-weight:650;
  line-height:1.58;
}

body.print-on-demand-page .pod-live-section,
body.print-on-demand-page .pod-print-section{
  background:#07080b;
  color:#fff8ee;
}

body.print-on-demand-page .pod-live-section{
  padding:88px 0;
  background:
    radial-gradient(760px 360px at 8% 12%,rgba(90,33,50,.38),transparent 72%),
    radial-gradient(760px 360px at 88% 28%,rgba(3,83,82,.28),transparent 74%),
    #07080b;
}

body.print-on-demand-page .tool-usecases-title,
body.print-on-demand-page .tool-steps-title,
body.print-on-demand-page .tool-comparison h2,
body.print-on-demand-page .tool-faq-title,
body.print-on-demand-page .tool-related-title,
body.print-on-demand-page .tool-cta-title{
  margin:0;
  color:var(--pod-ink);
  font-family:"Space Grotesk",Inter,sans-serif;
  font-size:clamp(38px,4.2vw,58px);
  font-weight:900;
  line-height:1.04;
  letter-spacing:0;
}

body.print-on-demand-page .pod-live-section .tool-usecases-title,
body.print-on-demand-page .pod-print-section h2,
body.print-on-demand-page .pod-related .tool-related-title,
body.print-on-demand-page .pod-cta .tool-cta-title{
  color:#fff8ee !important;
}

body.print-on-demand-page .tool-status-note,
body.print-on-demand-page .tool-comparison .container > p{
  max-width:760px;
  margin:18px 0 34px;
  color:var(--pod-muted);
  font-size:17px;
  font-weight:650;
  line-height:1.62;
  text-align:left;
}

body.print-on-demand-page .pod-live-section .tool-status-note,
body.print-on-demand-page .pod-print-section .container > p{
  color:rgba(255,248,238,.72) !important;
}

body.print-on-demand-page .tool-usecases-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

body.print-on-demand-page .tool-usecase{
  position:relative;
  min-height:280px;
  padding:24px;
  border:1px solid rgba(16,19,34,.1);
  border-radius:8px;
  background:rgba(255,253,249,.82);
  box-shadow:0 22px 58px rgba(30,34,61,.08);
  overflow:hidden;
}

body.print-on-demand-page .tool-usecase::after{
  content:"";
  position:absolute;
  right:-36px;
  bottom:-36px;
  width:130px;
  height:130px;
  border:1px solid rgba(11,107,104,.16);
  border-radius:50%;
}

body.print-on-demand-page .pod-live-section .tool-usecase{
  border-color:rgba(243,232,188,.16) !important;
  background:
    radial-gradient(260px 150px at 92% 100%,rgba(11,107,104,.2),transparent 70%),
    rgba(239,233,233,.07) !important;
  box-shadow:none !important;
}

body.print-on-demand-page .tool-live-pill{
  display:inline-flex;
  width:max-content;
  margin:0 0 22px;
  padding:6px 10px;
  border:1px solid rgba(134,239,172,.26);
  border-radius:999px;
  background:rgba(34,197,94,.1);
  color:var(--pod-mint);
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
}

body.print-on-demand-page .tool-usecase h4{
  position:relative;
  z-index:1;
  margin:0 0 12px;
  color:var(--pod-ink);
  font-size:22px;
  font-weight:900;
  line-height:1.18;
}

body.print-on-demand-page .pod-live-section .tool-usecase h4{
  color:#fff8ee !important;
}

body.print-on-demand-page .tool-usecase p{
  position:relative;
  z-index:1;
  margin:0;
  color:var(--pod-muted);
  font-size:15px;
  line-height:1.65;
}

body.print-on-demand-page .pod-live-section .tool-usecase p{
  color:rgba(255,248,238,.7) !important;
}

body.print-on-demand-page .pod-steps{
  padding:92px 0;
  background:var(--pod-cream);
}

body.print-on-demand-page .tool-steps-grid{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin-top:34px;
}

body.print-on-demand-page .tool-step{
  min-height:300px;
  padding:26px;
  border:1px solid rgba(16,19,34,.1);
  border-radius:8px;
  background:rgba(255,253,249,.76);
  box-shadow:0 18px 52px rgba(30,34,61,.08);
}

body.print-on-demand-page .tool-step-num{
  color:var(--pod-orange);
}

body.print-on-demand-page .tool-step h3{
  color:var(--pod-ink);
  font-size:24px;
}

body.print-on-demand-page .tool-step p{
  color:var(--pod-muted);
  line-height:1.65;
}

body.print-on-demand-page .pod-offers-section{
  padding:88px 0;
  background:
    linear-gradient(180deg,rgba(255,253,249,.52),rgba(239,233,233,.96)),
    var(--pod-cream);
}

body.print-on-demand-page .pod-offers-section .container > div[style]{
  max-width:none !important;
  margin:22px 0 18px !important;
  padding:18px 22px !important;
  border:1px solid rgba(11,107,104,.18) !important;
  border-radius:8px !important;
  background:rgba(255,253,249,.72) !important;
  color:var(--pod-teal) !important;
  text-align:left !important;
  box-shadow:0 18px 52px rgba(30,34,61,.08);
}

body.print-on-demand-page .pod-print-section{
  padding:92px 0;
  background:
    linear-gradient(rgba(239,233,233,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(239,233,233,.03) 1px,transparent 1px),
    radial-gradient(780px 340px at 88% 0%,rgba(11,107,104,.22),transparent 72%),
    #07080b;
  background-size:62px 62px,62px 62px,auto,auto;
}

body.print-on-demand-page .pod-print-section .container > div[style*="overflow-x"]{
  border:1px solid rgba(243,232,188,.14);
  border-radius:8px;
  background:rgba(239,233,233,.035);
  box-shadow:0 28px 80px rgba(0,0,0,.26);
}

body.print-on-demand-page .pod-print-section table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}

body.print-on-demand-page .pod-print-section th,
body.print-on-demand-page .pod-print-section td{
  padding:18px 20px;
  border-bottom:1px solid rgba(243,232,188,.11);
  text-align:left;
}

body.print-on-demand-page .pod-print-section th{
  color:var(--pod-yellow);
  font-size:12px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}

body.print-on-demand-page .pod-print-section td{
  color:rgba(255,248,238,.74);
  font-size:15px;
  line-height:1.5;
}

body.print-on-demand-page .pod-print-section td:first-child{
  color:#fff8ee;
  font-weight:900;
}

body.print-on-demand-page .pod-print-section .container > p:last-child{
  max-width:none;
  margin-top:16px !important;
  color:rgba(255,248,238,.48) !important;
}

body.print-on-demand-page .pod-faq{
  padding:92px 0 116px;
  background:var(--pod-cream);
}

body.print-on-demand-page .tool-faq-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:start;
  gap:16px;
  margin-top:34px;
}

body.print-on-demand-page .tool-faq-list details{
  align-self:start;
  margin:0;
  border:1px solid rgba(16,19,34,.1);
  border-radius:8px;
  background:rgba(255,253,249,.8);
  box-shadow:0 18px 54px rgba(30,34,61,.08);
  overflow:hidden;
}

body.print-on-demand-page .tool-faq-list details[open]{
  border-color:rgba(245,79,27,.24);
  background:#fffdf9;
}

body.print-on-demand-page .tool-faq-list summary{
  min-height:76px;
  padding:24px 62px 24px 24px;
  color:var(--pod-ink);
  font-size:16px;
  font-weight:900;
}

body.print-on-demand-page .tool-faq-list summary::after{
  right:24px;
  color:var(--pod-orange);
}

body.print-on-demand-page .tool-faq-list details p{
  color:var(--pod-muted);
  font-size:15px;
  line-height:1.7;
}

body.print-on-demand-page .pod-cta{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:92px 0 86px !important;
  border:0 !important;
  border-radius:0 !important;
  background:var(--pod-cream) !important;
  color:#fff8ee;
}

body.print-on-demand-page .pod-cta .container{
  width:min(1120px,calc(100% - 56px)) !important;
  max-width:1120px !important;
  min-height:300px;
  padding:58px 28px !important;
  border:1px solid rgba(243,232,188,.12);
  border-radius:8px;
  background:
    linear-gradient(rgba(239,233,233,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(239,233,233,.035) 1px,transparent 1px),
    radial-gradient(640px 300px at 12% 0%,rgba(90,33,50,.3),transparent 70%),
    radial-gradient(640px 300px at 88% 38%,rgba(3,83,82,.26),transparent 72%),
    #07080b;
  background-size:72px 72px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:26px;
  text-align:center;
}

body.print-on-demand-page .pod-cta .tool-cta-title{
  max-width:760px;
  color:#fff8ee;
  text-align:center;
}

body.print-on-demand-page .tool-cta-buttons{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
  margin:0;
}

body.print-on-demand-page .pod-related{
  padding:80px 0 92px;
  background:#07080b;
  color:#fff8ee;
}

body.print-on-demand-page .tool-related-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:28px;
}

body.print-on-demand-page .tool-link-card{
  min-height:170px;
  padding:24px;
  border:1px solid rgba(243,232,188,.14) !important;
  border-radius:8px;
  background:
    radial-gradient(260px 160px at 100% 0%,rgba(11,107,104,.18),transparent 72%),
    rgba(239,233,233,.06) !important;
}

body.print-on-demand-page .tool-link-card h4{
  color:#fff8ee !important;
  font-size:20px;
}

body.print-on-demand-page .tool-link-card p{
  color:rgba(255,248,238,.66) !important;
}

@media(max-width:1120px){
  body.print-on-demand-page .desktop-nav{gap:18px}
  body.print-on-demand-page .pod-hero .container{
    grid-template-columns:1fr;
    gap:44px;
  }
  body.print-on-demand-page .pod-hero-copy{
    justify-items:center;
    text-align:center;
  }
  body.print-on-demand-page .tool-hero h1,
  body.print-on-demand-page .tool-subtitle{
    text-align:center;
  }
  body.print-on-demand-page .pod-hero-actions{
    justify-content:center;
  }
  body.print-on-demand-page .pod-hero-stats{
    margin-inline:auto;
  }
  body.print-on-demand-page .pod-hero-visual{
    width:min(680px,100%);
    min-height:auto;
    margin-inline:auto;
  }
  body.print-on-demand-page .pod-intro .container{
    grid-template-columns:1fr;
  }
  body.print-on-demand-page .pod-intro-panel{
    min-height:0;
  }
  body.print-on-demand-page .tool-usecases-grid,
  body.print-on-demand-page .tool-steps-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:820px){
  body.print-on-demand-page{
    --header:66px;
    --navH:66px;
  }
  body.print-on-demand-page .desktop-nav,
  body.print-on-demand-page .desktop-cta{
    display:none;
  }
  body.print-on-demand-page .tx-burger{
    display:grid;
  }
  body.print-on-demand-page .nav-shell{
    width:min(100% - 36px,1780px);
  }
  body.print-on-demand-page .pod-hero{
    min-height:auto;
    padding:calc(var(--navH) + 56px) 0 64px;
  }
  body.print-on-demand-page .tool-hero h1{
    font-size:54px;
  }
  body.print-on-demand-page .tool-subtitle{
    font-size:18px;
  }
  body.print-on-demand-page .pod-hero-stats,
  body.print-on-demand-page .tool-usecases-grid,
  body.print-on-demand-page .tool-steps-grid,
  body.print-on-demand-page .tool-faq-list,
  body.print-on-demand-page .tool-related-grid{
    grid-template-columns:1fr;
  }
  body.print-on-demand-page .pod-flow-card{
    position:relative;
    right:auto;
    bottom:auto;
    grid-template-columns:repeat(2,minmax(0,1fr));
    margin-top:14px;
    border-radius:8px;
  }
  body.print-on-demand-page .pod-intro-flow{
    grid-template-columns:1fr;
  }
  body.print-on-demand-page .pod-intro-panel{
    padding:30px;
  }
  body.print-on-demand-page .pod-intro-panel h2{
    font-size:34px;
  }
  body.print-on-demand-page .pod-intro-flow > div{
    min-height:0;
  }
}

@media(max-width:620px){
  body.print-on-demand-page .tool-hero .container,
  body.print-on-demand-page .tool-intro .container,
  body.print-on-demand-page .tool-usecases .container,
  body.print-on-demand-page .tool-steps .container,
  body.print-on-demand-page .tool-comparison .container,
  body.print-on-demand-page .tool-faq .container,
  body.print-on-demand-page .tool-related .container,
  body.print-on-demand-page .tool-cta .container{
    width:min(1320px,calc(100% - 32px));
  }
  body.print-on-demand-page .tool-hero h1{
    font-size:42px;
    line-height:1.02;
    max-width:100%;
    overflow-wrap:normal;
  }
  body.print-on-demand-page .pod-eyebrow{
    padding:8px 12px;
    font-size:10px;
  }
  body.print-on-demand-page .pod-hero-actions{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
  }
  body.print-on-demand-page .pod-hero-copy{
    gap:18px;
  }
  body.print-on-demand-page .tool-subtitle{
    font-size:16px;
    line-height:1.55;
  }
  body.print-on-demand-page .pod-hero-stats{
    display:none;
  }
  body.print-on-demand-page .pod-primary,
  body.print-on-demand-page .pod-secondary{
    min-width:0;
    width:100%;
  }
  body.print-on-demand-page .pod-hero-visual,
  body.print-on-demand-page .pod-quote-card,
  body.print-on-demand-page .pod-flow-card{
    width:100%;
    max-width:100%;
    min-width:0;
  }
  body.print-on-demand-page .pod-flow-card{
    justify-self:stretch;
  }
  body.print-on-demand-page .pod-quote-card{
    gap:14px;
    padding:16px;
  }
  body.print-on-demand-page .pod-quote-card img{
    height:220px;
  }
  body.print-on-demand-page .pod-quote-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }
  body.print-on-demand-page .pod-quote-grid span{
    min-height:0;
    padding:0;
    white-space:normal;
  }
  body.print-on-demand-page .pod-quote-grid strong{
    font-size:15px;
  }
  body.print-on-demand-page .pod-intro,
  body.print-on-demand-page .pod-live-section,
  body.print-on-demand-page .pod-steps,
  body.print-on-demand-page .pod-offers-section,
  body.print-on-demand-page .pod-print-section,
  body.print-on-demand-page .pod-faq,
  body.print-on-demand-page .pod-related,
  body.print-on-demand-page .pod-cta{
    padding-block:58px !important;
  }
  body.print-on-demand-page .tool-usecases-title,
  body.print-on-demand-page .tool-steps-title,
  body.print-on-demand-page .tool-comparison h2,
  body.print-on-demand-page .tool-faq-title,
  body.print-on-demand-page .tool-related-title,
  body.print-on-demand-page .tool-cta-title{
    font-size:34px;
  }
  body.print-on-demand-page .tool-usecase,
  body.print-on-demand-page .tool-step,
  body.print-on-demand-page .tool-link-card{
    min-height:0;
  }
  body.print-on-demand-page .pod-cta .container{
    width:min(1120px,calc(100% - 32px)) !important;
    padding:42px 20px !important;
  }
  body.print-on-demand-page .tool-cta-buttons a{
    width:100%;
  }
}

@media(prefers-reduced-motion:reduce){
  body.print-on-demand-page .pod-flow-card span{
    animation:none;
  }
}
