:root{
 --bg:#f7f6f2;
 --ink:#242424;
 --muted:#6b6b6b;
 --cyan:#08a9df;
 --magenta:#f9008e;
 --yellow:#ffe900;
 --soft-cyan:#e8f7fc;
 --soft-magenta:#fff0f8;
 --soft-yellow:#fff9cc;
 --line:#deddd8;
 --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Manrope,Arial,sans-serif}
a{color:inherit}
.site-header{height:86px;padding:0 5vw;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:rgba(255,255,255,.93);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30}
.logo img{display:block;width:250px;max-width:100%}
nav{display:flex;gap:22px;align-items:center}nav a{text-decoration:none;font-size:14px;font-weight:700;color:#3e4852;white-space:nowrap}.site-header nav a.nav-ai{background:var(--yellow);color:var(--ink);padding:8px 11px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.06em}
.header-cta{justify-self:end;text-decoration:none;font-weight:800;background:var(--ink);color:#fff;padding:13px 18px;border-radius:8px}
.section-shell{width:min(1440px,90vw);margin:auto}
.hero{padding-top:95px;padding-bottom:80px;display:grid;grid-template-columns:1.3fr .7fr;gap:8vw;align-items:center}
.eyebrow{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;display:flex;align-items:center;gap:10px;margin-bottom:24px;color:#53606d}
.eyebrow span{width:28px;height:3px;background:var(--cyan);display:block}.eyebrow.light{color:#cbdcff}.eyebrow.light span{background:#fff}
.hero h1,.intro h2,.section-heading h2,.data-help h2,.process h2,.cta h2{font-family:"Space Grotesk",sans-serif;letter-spacing:-.045em;margin:0;line-height:.98}
.hero h1{font-size:clamp(62px,8.5vw,128px);max-width:1000px}.hero h1 em{font-style:normal;color:var(--cyan)}
.hero-copy>p{font-size:clamp(19px,1.7vw,26px);line-height:1.55;max-width:800px;color:#44505a;margin:34px 0}
.actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;text-decoration:none;font-weight:800;padding:16px 21px;border-radius:9px;align-items:center;justify-content:center}
.btn.primary{background:var(--cyan);color:#fff}.btn.ghost{border:1px solid #bfc7ce;background:#fff}
.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:60px;border-top:1px solid var(--line);padding-top:25px}
.trust-row b{display:block;font-size:14px;margin-bottom:5px}.trust-row span{font-size:12px;line-height:1.45;color:var(--muted)}
.hero-card{background:var(--ink);color:#fff;border-radius:20px;padding:32px;box-shadow:0 30px 80px rgba(27,39,50,.13)}
.card-top{display:flex;justify-content:space-between;font-size:11px;font-weight:800;letter-spacing:.1em;color:#aeb9c3}.card-top i{width:10px;height:10px;background:#46d27c;border-radius:50%;box-shadow:0 0 0 6px rgba(70,210,124,.12)}
.hero-card h2{font:600 23px "Space Grotesk";margin:75px 0 14px}.deadline{font:700 clamp(34px,4vw,54px)/.97 "Space Grotesk";letter-spacing:-.05em;color:#7eb0ff}
.hero-card p{color:#bbc3cb;line-height:1.65;margin:28px 0}.hero-card a{font-weight:800;text-decoration:none}
.brand-line{background:var(--cyan);color:#fff;padding:21px 5vw;display:flex;justify-content:center;gap:24px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:13px}
.intro{padding-top:130px;padding-bottom:130px;display:grid;grid-template-columns:1.1fr .9fr;gap:9vw}
.intro h2,.section-heading h2,.data-help h2,.process h2{font-size:clamp(48px,5.8vw,86px)}.intro h2 em{font-style:normal;color:var(--cyan)}
.intro-copy{font-size:18px;line-height:1.75;color:#47525c}.intro-copy p:first-child{margin-top:42px}
.services{background:var(--ink);color:#fff;padding:125px 0}
.section-heading{display:grid;grid-template-columns:1.2fr .8fr;gap:10vw;align-items:end}
.section-heading h2{color:#fff}.section-heading>p{font-size:18px;line-height:1.65;color:#aeb9c3;margin:0 0 5px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:65px}
.service-grid article{min-height:370px;padding:30px;border-radius:16px;background:#1d232a;border:1px solid #303842;display:flex;flex-direction:column}
.service-grid article>span{font:700 13px "Space Grotesk";color:#78a9f3}.service-grid h3{font:700 38px "Space Grotesk";letter-spacing:-.04em;margin:auto 0 16px}
.service-grid p{line-height:1.6;color:#b6c0c9}.service-grid small{margin-top:18px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:#7f8b96}
.data-help{padding-top:125px;padding-bottom:125px;display:grid;grid-template-columns:1.1fr .9fr;gap:9vw}
.data-box{align-self:end;background:var(--soft-cyan);border-radius:18px;padding:36px;font-size:18px;line-height:1.7;color:#405064}.data-box strong{display:block;color:var(--ink);margin-top:22px;font-size:21px;line-height:1.4}
.pricing{background:#fff;padding:125px 0}.pricing-heading h2{color:var(--ink)}.pricing-heading>p{color:#586572}
.price-table{margin-top:65px;border-top:1px solid var(--line)}
.price-row{display:grid;grid-template-columns:1fr auto;gap:50px;padding:32px 0;border-bottom:1px solid var(--line);align-items:center}
.price-row.featured{background:var(--soft-cyan);margin:0 -25px;padding:32px 25px;border-radius:14px;border-bottom:0}
.price-row span{font-size:10px;letter-spacing:.12em;font-weight:800;color:var(--cyan)}.price-row h3{font:700 27px "Space Grotesk";margin:6px 0}.price-row p{margin:0;color:#66727d}
.price-row strong{font:700 clamp(25px,3vw,40px) "Space Grotesk";letter-spacing:-.04em;white-space:nowrap}
.price-note{margin-top:45px;padding:28px;border:1px solid var(--line);border-radius:14px;display:grid;grid-template-columns:.4fr .6fr;gap:40px}.price-note b{font:700 20px "Space Grotesk"}.price-note p{margin:0;color:#596671;line-height:1.6}
.process{padding-top:125px;padding-bottom:135px}.process>h2{max-width:900px}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:60px}.steps article{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px;min-height:250px}
.steps b{display:flex;width:44px;height:44px;border-radius:50%;background:var(--cyan);color:#fff;align-items:center;justify-content:center}.steps h3{font:700 26px "Space Grotesk";margin:70px 0 10px}.steps p{color:#61707c;line-height:1.55}
.cta{background:var(--cyan);color:#fff;padding:105px 0}.cta-inner{display:grid;grid-template-columns:1.2fr .8fr;gap:10vw;align-items:end}.cta h2{font-size:clamp(45px,5.7vw,82px)}.cta-right p{font-size:18px;line-height:1.6;color:#dce9ff;margin:0 0 25px}.btn.white{background:#fff;color:var(--magenta);font-size:21px}
footer{padding-top:40px;padding-bottom:40px;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:end;font-size:13px;color:#5a6772}footer img{width:220px}.footer-contact{text-align:right}.footer-contact a{font-size:18px;font-weight:800;text-decoration:none;color:var(--ink)}
@media(max-width:900px){
 .site-header{grid-template-columns:1fr auto;height:75px}.site-header nav{display:none}.logo img{width:190px}
 .hero,.intro,.section-heading,.data-help,.cta-inner{grid-template-columns:1fr}.hero{padding-top:65px;gap:55px}.hero-card{max-width:600px}
 .service-grid,.steps{grid-template-columns:1fr}.service-grid article{min-height:290px}.price-note{grid-template-columns:1fr;gap:10px}
}
@media(max-width:600px){
 .section-shell{width:calc(100% - 36px)}.header-cta{font-size:13px;padding:10px 12px}.logo img{width:155px}
 .hero h1{font-size:55px}.hero-copy>p{font-size:18px}.trust-row{grid-template-columns:1fr}.brand-line{justify-content:flex-start;overflow:hidden;white-space:nowrap;font-size:11px}
 .intro,.services,.data-help,.pricing,.process{padding-top:80px;padding-bottom:80px}
 .price-row{grid-template-columns:1fr;gap:15px}.price-row strong{white-space:normal}.price-row.featured{margin:0 -10px;padding:28px 10px}
 footer{grid-template-columns:1fr;gap:20px}.footer-contact{text-align:left}
}

/* Rychlýtisk brand-color refinement */
.hero h1 em{color:var(--magenta)}
.eyebrow span{background:linear-gradient(90deg,var(--cyan) 0 34%,var(--magenta) 34% 68%,var(--yellow) 68%)}
.btn.primary{background:var(--magenta);color:#fff}
.btn.primary:hover{background:#d9007c}
.header-cta{background:var(--ink)}
.header-cta:hover{background:var(--magenta)}
.hero-card{
  background:var(--ink);
  position:relative;
  overflow:hidden;
}
.hero-card:before{
  content:"";
  position:absolute;
  width:180px;height:180px;border-radius:50%;
  right:-85px;top:-90px;
  background:var(--yellow);
  opacity:.95;
}
.hero-card:after{
  content:"";
  position:absolute;
  width:110px;height:110px;border-radius:50%;
  right:-55px;bottom:-60px;
  background:var(--magenta);
}
.hero-card>*{position:relative;z-index:1}
.deadline{color:var(--cyan)}
.brand-line{
  background:var(--ink);
  position:relative;
}
.brand-line:before{
  content:"";
  position:absolute;left:0;top:0;bottom:0;width:12px;
  background:linear-gradient(var(--magenta) 0 33%,var(--yellow) 33% 66%,var(--cyan) 66%);
}
.intro h2 em{color:var(--magenta)}
.services{background:var(--ink)}
.service-grid article>span{color:var(--cyan)}
.service-grid article:nth-child(2)>span{color:var(--magenta)}
.service-grid article:nth-child(3)>span{color:var(--yellow)}
.data-box{
  background:linear-gradient(135deg,var(--soft-cyan),#fff 70%);
  border:1px solid rgba(8,169,223,.18);
}
.price-row.featured{
  background:linear-gradient(90deg,var(--soft-yellow),#fff8d8);
  border-left:5px solid var(--yellow);
}
.price-row span{color:var(--magenta)}
.steps article:nth-child(1) b{background:var(--cyan)}
.steps article:nth-child(2) b{background:var(--magenta)}
.steps article:nth-child(3) b{background:#e2c900;color:var(--ink)}
.cta{
  background:var(--ink);
  position:relative;
  overflow:hidden;
}
.cta:before{
  content:"";
  position:absolute;
  width:430px;height:430px;border-radius:50%;
  right:-170px;top:-230px;
  background:var(--magenta);
}
.cta:after{
  content:"";
  position:absolute;
  width:310px;height:310px;border-radius:50%;
  right:80px;bottom:-235px;
  background:var(--cyan);
}
.cta-inner{position:relative;z-index:1}
.cta .eyebrow span{background:var(--yellow)}
.btn.white{background:var(--yellow);color:var(--ink)}
.btn.white:hover{background:#fff}
.trust-row b:before{
  content:"";
  display:inline-block;width:7px;height:7px;border-radius:50%;
  background:var(--cyan);margin-right:8px;vertical-align:1px;
}
.trust-row>div:nth-child(2) b:before{background:var(--magenta)}
.trust-row>div:nth-child(3) b:before{background:var(--yellow);border:1px solid #cfbd00}



/* Hero photo */
.hero-photo{margin:0;min-width:0;align-self:stretch;display:flex;align-items:center}
.hero-photo img{display:block;width:100%;height:clamp(430px,43vw,650px);object-fit:cover;object-position:58% center;border-radius:22px}
@media(max-width:900px){.hero-photo{width:100%}.hero-photo img{height:min(62vw,520px);object-position:60% center}}
@media(max-width:600px){.hero-photo img{height:72vw;min-height:300px;border-radius:16px;object-position:64% center}}

/* v6 — full-bleed hero photo */
.hero.section-shell{
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
  min-height:clamp(650px,72vw,820px);
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(520px,48vw);
  gap:0;
  align-items:stretch;
  background:#fff;
}
.hero-copy{
  align-self:center;
  width:min(100%,860px);
  margin-left:max(5vw,calc((100vw - 1440px)/2));
  padding:72px clamp(44px,5vw,88px) 64px 0;
  position:relative;
  z-index:2;
}
.hero h1{
  font-size:clamp(68px,7.6vw,126px);
  line-height:.91;
  max-width:900px;
}
.hero-copy>p{
  max-width:710px;
  margin:30px 0 32px;
}
.hero .trust-row{
  margin-top:52px;
  padding-top:23px;
  max-width:780px;
}
.hero-photo{
  margin:0;
  min-width:0;
  height:100%;
  min-height:clamp(650px,72vw,820px);
  display:block;
  overflow:hidden;
  position:relative;
}
.hero-photo img{
  width:100%;
  height:100%;
  min-height:100%;
  display:block;
  object-fit:cover;
  object-position:60% center;
  border-radius:0;
}
.hero-photo:after{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:13%;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(255,255,255,.16),rgba(255,255,255,0));
}
@media(max-width:1100px){
  .hero.section-shell{grid-template-columns:minmax(0,1fr) minmax(430px,45vw)}
  .hero-copy{padding-right:38px}
  .hero h1{font-size:clamp(62px,7.4vw,94px)}
}
@media(max-width:900px){
  .hero.section-shell{
    min-height:0;
    grid-template-columns:1fr;
    display:grid;
  }
  .hero-copy{
    width:calc(100% - 36px);
    margin:0 auto;
    padding:62px 0 48px;
  }
  .hero-photo{
    width:100%;
    min-height:0;
    height:clamp(360px,68vw,580px);
  }
  .hero-photo img{
    height:100%;
    min-height:0;
    object-position:62% center;
  }
  .hero-photo:after{display:none}
}
@media(max-width:600px){
  .hero-copy{padding:48px 0 38px}
  .hero h1{font-size:clamp(51px,15vw,70px)}
  .hero-copy>p{margin:24px 0 28px}
  .hero .trust-row{margin-top:38px}
  .hero-photo{
    height:72vw;
    min-height:300px;
  }
  .hero-photo img{
    border-radius:0;
    object-position:66% center;
  }
}


/* v14 — unified price list + AI service emphasis */
.price-table{
  display:grid;
  gap:12px;
  border-top:0;
}
.price-row,
.price-row.featured{
  margin:0;
  padding:28px 30px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  border-left:1px solid var(--line);
}
.price-row span{
  display:inline-block;
  margin-bottom:2px;
}
.price-row strong{
  text-align:right;
}
.price-row strong small{
  display:block;
  font:700 13px Manrope,sans-serif;
  letter-spacing:0;
  margin-top:4px;
  color:#5f6973;
}
.price-row.ai-featured{
  position:relative;
  overflow:hidden;
  padding:34px 34px;
  border:2px solid var(--magenta);
  background:linear-gradient(105deg,#fff1f8 0%,#fff 62%);
  box-shadow:0 14px 36px rgba(233,0,126,.08);
}
.price-row.ai-featured:before{
  content:"";
  position:absolute;
  left:0;top:0;bottom:0;
  width:7px;
  background:linear-gradient(var(--magenta) 0 40%,var(--yellow) 40% 70%,var(--cyan) 70%);
}
.price-row.ai-featured .ai-label{
  color:#fff;
  background:var(--magenta);
  border-radius:999px;
  padding:6px 10px;
  font-size:10px;
  letter-spacing:.1em;
}
.price-row.ai-featured h3{
  font-size:32px;
  max-width:720px;
  margin-top:12px;
}
.price-row.ai-featured p{
  max-width:760px;
  color:#46525d;
  font-weight:500;
}
.price-row.ai-featured strong{
  color:var(--magenta);
}
@media(max-width:600px){
  .price-table{gap:10px}
  .price-row,.price-row.featured,.price-row.ai-featured{padding:24px 20px}
  .price-row.ai-featured h3{font-size:27px}
  .price-row strong{text-align:left}
}

/* v15 — hero photo always anchored to the right edge */
.hero-photo img{
  object-position:right center;
}
@media(max-width:900px){
  .hero-photo img{object-position:right center}
}
@media(max-width:600px){
  .hero-photo img{object-position:right center}
}

/* v16 — show the complete right side of the hero image; crop only from the left */
.hero-photo{
  position:relative;
  overflow:hidden;
}
.hero-photo img{
  position:absolute;
  top:50%;
  right:0;
  width:auto;
  min-width:100%;
  max-width:none;
  height:100%;
  min-height:0;
  object-fit:unset;
  object-position:initial;
  transform:translateY(-50%);
}
@media(max-width:900px){
  .hero-photo img{
    width:auto;
    min-width:100%;
    height:100%;
    right:0;
    left:auto;
    object-fit:unset;
    transform:translateY(-50%);
  }
}

/* v17 — photo in Samolepky a plakáty card */
.service-grid article.service-card-photo{overflow:hidden;padding-top:0}
.service-photo{display:block;width:calc(100% + 60px);height:145px;margin:0 -30px 22px;object-fit:cover;object-position:center center}
.service-card-photo h3{margin:auto 0 16px}
@media(max-width:900px){.service-photo{height:180px}}

/* v20 — compact pricing + standalone AI print-data warning */
.pricing{padding-top:90px;padding-bottom:88px}
.pricing .section-heading{align-items:end}
.pricing .price-table{margin-top:38px;gap:7px}
.pricing .price-row,
.pricing .price-row.featured{
  padding:18px 22px;
  border-radius:11px;
  gap:32px;
}
.pricing .price-row span{margin-bottom:0}
.pricing .price-row h3{font-size:22px;margin:3px 0 2px}
.pricing .price-row p{font-size:13px;line-height:1.45}
.pricing .price-row strong{font-size:clamp(24px,2.25vw,34px)}
.pricing .price-note{margin-top:24px;padding:20px 22px;gap:28px}
.pricing .price-note b{font-size:17px}
.pricing .price-note p{font-size:13px;line-height:1.5}

.ai-print-warning{
  background:var(--ink);
  color:#fff;
  padding:92px 0 96px;
  position:relative;
  overflow:hidden;
}
.ai-print-warning:before{
  content:"";
  position:absolute;
  width:360px;height:360px;border-radius:50%;
  right:-150px;top:-170px;
  background:var(--magenta);
  opacity:.9;
}
.ai-print-warning:after{
  content:"";
  position:absolute;
  width:230px;height:230px;border-radius:50%;
  right:120px;bottom:-175px;
  background:var(--cyan);
  opacity:.85;
}
.ai-print-inner{
  display:grid;
  grid-template-columns:.34fr .66fr;
  gap:8vw;
  position:relative;
  z-index:1;
}
.ai-print-kicker{
  align-self:start;
  display:inline-flex;
  width:max-content;
  max-width:100%;
  background:var(--yellow);
  color:var(--ink);
  padding:9px 12px;
  border-radius:999px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
}
.ai-print-copy h2{
  font:700 clamp(48px,5.3vw,78px)/.98 "Space Grotesk",sans-serif;
  letter-spacing:-.045em;
  margin:0;
  max-width:920px;
}
.ai-print-copy h2 em{font-style:normal;color:var(--magenta)}
.ai-lead{
  max-width:920px;
  margin:28px 0 24px;
  font-size:18px;
  line-height:1.7;
  color:#c8d0d7;
}
.ai-problems{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:34px}
.ai-problems span{
  border:1px solid #46505a;
  border-radius:999px;
  padding:8px 11px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#e7edf2;
}
.ai-tools-callout{
  background:#fff;
  color:var(--ink);
  border-left:7px solid var(--magenta);
  border-radius:14px;
  padding:24px 26px;
  max-width:960px;
}
.ai-tools-callout strong{
  display:block;
  font:700 clamp(22px,2.2vw,32px)/1.15 "Space Grotesk",sans-serif;
  letter-spacing:-.03em;
}
.ai-tools-callout p{margin:11px 0 0;color:#56616b;line-height:1.6;font-size:15px}
@media(max-width:900px){
  .ai-print-inner{grid-template-columns:1fr;gap:28px}
  .ai-print-warning{padding:78px 0}
}
@media(max-width:600px){
  .pricing{padding-top:70px;padding-bottom:70px}
  .pricing .price-table{margin-top:30px}
  .pricing .price-row,.pricing .price-row.featured{padding:17px 18px;gap:8px}
  .pricing .price-row strong{text-align:left}
  .ai-print-warning{padding:68px 0 72px}
  .ai-print-copy h2{font-size:44px}
  .ai-lead{font-size:16px}
  .ai-tools-callout{padding:21px 20px}
}


/* v21 — AI block: image left, message right */
.ai-print-warning { overflow: hidden; }
.ai-print-inner {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(36px, 5vw, 84px);
  align-items: stretch;
}
.ai-print-visual {
  min-height: 560px;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
}
.ai-print-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.ai-print-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 72px) 0;
}
.ai-print-copy .ai-print-kicker { margin-bottom: 28px; }
.ai-print-copy h2 { margin-top: 0; }
.ai-print-copy .ai-tools-callout {
  margin: 26px 0 22px;
  padding: 20px 24px;
}
.ai-print-copy .ai-tools-callout strong {
  display: block;
  font-size: clamp(20px, 1.65vw, 30px);
  line-height: 1.15;
}
.ai-print-copy .ai-detail {
  margin-top: 22px;
  max-width: 760px;
}
@media (max-width: 900px) {
  .ai-print-inner { grid-template-columns: 1fr; gap: 0; }
  .ai-print-visual { min-height: 420px; border-radius: 18px; }
  .ai-print-copy { padding: 38px 0 52px; }
}

/* v23 — compact 1140px content system; hero image/layout stays full-bleed */
:root{--content-max:1140px}
.section-shell{width:min(var(--content-max),calc(100% - 48px));margin-left:auto;margin-right:auto}

/* Header content aligned to the same 1140px grid while its background remains full width */
.site-header{
  height:76px;
  padding-left:max(24px,calc((100vw - var(--content-max))/2));
  padding-right:max(24px,calc((100vw - var(--content-max))/2));
  grid-template-columns:auto 1fr auto;
  column-gap:26px;
}
.logo img{width:188px}
.site-header nav{justify-content:center;gap:14px;min-width:0}
.site-header nav a{font-size:12px}
.site-header nav a.nav-ai{padding:7px 9px;font-size:9px;letter-spacing:.045em}
.header-cta{padding:11px 14px;font-size:13px}

/* Hero stays visually large/full-width; only its left text edge follows the 1140px grid */
.hero.section-shell{width:100%;max-width:none;margin:0}
.hero-copy{
  margin-left:max(24px,calc((100vw - var(--content-max))/2));
  padding-right:clamp(34px,4vw,68px);
}

/* Overall vertical scale */
.process{padding-top:84px;padding-bottom:92px}
.services{padding:88px 0}
.pricing{padding-top:76px;padding-bottom:76px}
.ai-print-warning{padding:70px 0 74px}
.intro{padding-top:88px;padding-bottom:88px}
.cta{padding:76px 0}
footer{padding-top:32px;padding-bottom:32px}

/* Headlines outside hero: smaller, calmer hierarchy */
.intro h2,.section-heading h2,.data-help h2,.process h2{font-size:clamp(40px,4.4vw,62px);line-height:1.02}
.section-heading{grid-template-columns:1.15fr .85fr;gap:64px}
.section-heading>p{font-size:16px;line-height:1.55}
.eyebrow{margin-bottom:18px}

/* Three steps — reduce oversized cards and whitespace */
.steps{gap:14px;margin-top:38px}
.steps article{min-height:190px;padding:22px;border-radius:14px}
.steps b{width:38px;height:38px;font-size:13px}
.steps h3{font-size:22px;margin:42px 0 8px}
.steps p{font-size:14px;line-height:1.5;margin-bottom:0}

/* Services */
.service-grid{gap:14px;margin-top:42px}
.service-grid article{min-height:315px;padding:24px;border-radius:14px}
.service-photo{width:calc(100% + 48px);height:130px;margin:0 -24px 18px}
.service-grid h3{font-size:30px;margin:auto 0 12px}
.service-grid p{font-size:14px;line-height:1.5}
.service-grid small{margin-top:12px;font-size:10px}

/* Pricing — keep dense */
.pricing .price-table{margin-top:32px}
.pricing .price-row,.pricing .price-row.featured{padding:16px 20px}
.pricing .price-row h3{font-size:20px}
.pricing .price-row strong{font-size:clamp(23px,2vw,30px)}
.pricing .price-note{margin-top:20px;padding:18px 20px}

/* AI — deliberately much more compact */
.ai-print-inner{
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  gap:42px;
  align-items:center;
}
.ai-print-visual{min-height:410px;max-height:470px;border-radius:18px}
.ai-print-copy{padding:10px 0}
.ai-print-copy .ai-print-kicker{margin-bottom:18px}
.ai-print-kicker{padding:7px 10px;font-size:9px}
.ai-print-copy h2{font-size:clamp(38px,3.9vw,56px);line-height:1;max-width:700px}
.ai-print-copy .ai-tools-callout{margin:18px 0 16px;padding:15px 18px;border-radius:11px}
.ai-print-copy .ai-tools-callout strong{font-size:clamp(17px,1.45vw,22px)}
.ai-lead{margin:18px 0 16px;font-size:15px;line-height:1.55}
.ai-problems{gap:6px;margin-bottom:18px}
.ai-problems span{padding:6px 9px;font-size:9px}
.ai-print-copy .ai-detail{margin-top:14px;font-size:14px;line-height:1.55}

/* Why express + final CTA */
.intro{grid-template-columns:1.05fr .95fr;gap:64px}
.intro-copy{font-size:16px;line-height:1.62}
.intro-copy p:first-child{margin-top:24px}
.cta-inner{gap:64px}
.cta h2{font-size:clamp(40px,4.5vw,62px)}
.cta-right p{font-size:16px}
.btn.white{font-size:18px}

@media(max-width:1180px){
  .site-header{column-gap:16px}
  .logo img{width:168px}
  .site-header nav{gap:10px}
  .site-header nav a{font-size:11px}
  .site-header nav a.nav-ai{font-size:8px;padding:6px 7px}
}
@media(max-width:900px){
  .section-shell{width:calc(100% - 36px)}
  .site-header{height:72px;padding-left:18px;padding-right:18px}
  .logo img{width:180px}
  .hero-copy{margin:0 auto;width:calc(100% - 36px);padding-right:0}
  .process,.intro{padding-top:70px;padding-bottom:74px}
  .services,.pricing,.ai-print-warning{padding-top:70px;padding-bottom:72px}
  .section-heading,.intro,.cta-inner{gap:30px}
  .ai-print-inner{grid-template-columns:1fr;gap:26px}
  .ai-print-visual{min-height:330px;max-height:430px}
  .ai-print-copy{padding:0}
}
@media(max-width:600px){
  .process,.intro{padding-top:58px;padding-bottom:62px}
  .services,.pricing,.ai-print-warning{padding-top:58px;padding-bottom:62px}
  .intro h2,.section-heading h2,.process h2{font-size:clamp(36px,11vw,48px)}
  .steps{margin-top:30px}
  .steps article{min-height:0}
  .steps h3{margin-top:28px}
  .ai-print-copy h2{font-size:38px}
  .ai-print-visual{min-height:280px}
  .cta{padding:60px 0}
}

/* v24 — Three steps as a horizontal timeline */
.process{
  padding-top:78px;
  padding-bottom:82px;
}
.process>h2{
  max-width:760px;
}
.steps{
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:34px;
  margin-top:42px;
}
.steps:before{
  content:"";
  position:absolute;
  left:calc(16.666% + 20px);
  right:calc(16.666% + 20px);
  top:20px;
  height:2px;
  background:var(--line);
  z-index:0;
}
.steps article{
  position:relative;
  z-index:1;
  min-height:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
}
.steps b{
  position:relative;
  z-index:2;
  width:40px;
  height:40px;
  margin:0 auto;
  border:4px solid #f7f6f2;
  box-sizing:content-box;
  box-shadow:0 0 0 1px rgba(17,24,31,.05);
  font-size:13px;
}
.steps h3{
  margin:22px 0 7px;
  font-size:22px;
  text-align:center;
}
.steps p{
  max-width:300px;
  margin:0 auto;
  font-size:14px;
  line-height:1.5;
  text-align:center;
  color:#61707c;
}

@media(max-width:700px){
  .steps{
    grid-template-columns:1fr;
    gap:30px;
    margin-top:34px;
  }
  .steps:before{
    left:19px;
    right:auto;
    top:20px;
    bottom:20px;
    width:2px;
    height:auto;
  }
  .steps article{
    display:grid;
    grid-template-columns:40px 1fr;
    column-gap:18px;
    align-items:start;
  }
  .steps b{
    grid-row:1 / span 2;
    margin:0;
    border-color:#f7f6f2;
  }
  .steps h3{
    margin:2px 0 6px;
    text-align:left;
  }
  .steps p{
    max-width:none;
    margin:0;
    text-align:left;
  }
}

/* v25 — calmer hero typography; keep the full-bleed composition */
@media(min-width:901px){
  .hero-copy{
    width:auto;
    min-width:0;
    box-sizing:border-box;
  }
  .hero h1{
    font-size:clamp(62px,5vw,86px);
    line-height:.94;
    max-width:620px;
  }
  .hero-copy>p{
    font-size:clamp(17px,1.25vw,20px);
    line-height:1.5;
    max-width:610px;
    margin:26px 0 28px;
  }
  .hero .trust-row{
    margin-top:42px;
    max-width:660px;
  }
}
@media(min-width:901px) and (max-width:1180px){
  .hero h1{font-size:clamp(56px,6.1vw,72px);max-width:520px}
  .hero-copy>p{font-size:17px;max-width:520px}
}

/* v26 — jednotný CMY proužek u sekčních eyebrow nadpisů */
.eyebrow.light span,
.cta .eyebrow span{
  background:linear-gradient(90deg,var(--cyan) 0 34%,var(--magenta) 34% 68%,var(--yellow) 68% 100%);
}


/* v27 — AI heading aligned with the CMY section-label system */
.ai-print-kicker{
  display:flex;
  align-items:center;
  gap:10px;
  width:auto;
  max-width:none;
  padding:0;
  border-radius:0;
  background:transparent;
  color:#cbdcff;
  font-size:12px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.ai-print-kicker>span{
  flex:0 0 auto;
  display:block;
  width:28px;
  height:3px;
  background:linear-gradient(90deg,var(--cyan) 0 34%,var(--magenta) 34% 68%,var(--yellow) 68% 100%);
}
.ai-print-copy .ai-print-kicker{margin-bottom:20px}
.ai-print-copy h2{
  max-width:none;
  line-height:1;
}
.ai-print-copy h2 .ai-title-main{
  display:block;
  white-space:nowrap;
  font-size:clamp(34px,3.25vw,50px);
  letter-spacing:-.04em;
}
.ai-print-copy h2 em{
  display:block;
  margin-top:7px;
  max-width:650px;
  font-size:clamp(27px,2.65vw,40px);
  line-height:1.02;
  letter-spacing:-.035em;
}
@media(max-width:1180px) and (min-width:901px){
  .ai-print-copy h2 .ai-title-main{font-size:clamp(31px,3vw,40px)}
  .ai-print-copy h2 em{font-size:clamp(25px,2.45vw,34px)}
}
@media(max-width:900px){
  .ai-print-copy h2 .ai-title-main{white-space:normal;font-size:clamp(34px,7vw,48px)}
  .ai-print-copy h2 em{font-size:clamp(28px,6vw,40px)}
}
@media(max-width:600px){
  .ai-print-kicker{font-size:10px}
  .ai-print-copy h2 .ai-title-main{font-size:34px}
  .ai-print-copy h2 em{font-size:28px}
}

/* v30 — final scale/spacing audit + clearer phone CTA + FAQ */
:root{--section-y:76px}

/* Header: no AI item, calmer nav, stronger phone */
.site-header{height:72px;column-gap:22px}
.logo img{width:176px}
.site-header nav{gap:18px}
.site-header nav a{font-size:11px;letter-spacing:.015em}
.header-cta{
  display:inline-flex;align-items:center;gap:9px;
  padding:9px 13px 9px 9px;
  border-radius:10px;
  background:var(--magenta);
  box-shadow:0 5px 16px rgba(249,0,142,.18);
  font-size:13px;
}
.header-cta:hover{background:#d9007c;transform:translateY(-1px)}
.phone-icon{width:28px;height:28px;border-radius:8px;background:rgba(255,255,255,.16);display:grid;place-items:center;flex:0 0 auto}
.phone-icon svg{width:15px;height:15px;fill:#fff}

/* Shared rhythm and type scale */
.eyebrow{font-size:10px;margin-bottom:15px;gap:9px}
.eyebrow span,.ai-print-kicker>span{width:26px}
.process{padding:72px 0 76px}
.services{padding:76px 0}
.pricing{padding:72px 0}
.ai-print-warning{padding:68px 0}
.intro{padding:74px 0}
.cta{padding:70px 0}
footer{padding-top:28px;padding-bottom:28px}
.intro h2,.section-heading h2,.process h2{font-size:clamp(38px,4vw,56px);line-height:1.02}
.section-heading{gap:52px}
.section-heading>p{font-size:15px;line-height:1.55;max-width:480px}

/* Hero: preserve composition, tighten text rhythm only */
.hero-copy{padding-top:60px;padding-bottom:54px}
.hero .eyebrow{margin-bottom:18px}
.hero .trust-row{margin-top:34px;padding-top:18px;gap:14px}
.hero .trust-row b{font-size:12px}
.hero .trust-row span{font-size:11px}
.actions .btn{padding:13px 18px;font-size:14px}

/* Timeline */
.steps{margin-top:34px;gap:30px}
.steps h3{font-size:20px;margin-top:18px}
.steps p{font-size:13px;max-width:280px}

/* Services */
.service-grid{margin-top:34px;gap:12px}
.service-grid article{min-height:286px;padding:20px}
.service-photo{width:calc(100% + 40px);height:118px;margin:0 -20px 16px}
.service-grid h3{font-size:27px;margin:auto 0 9px}
.service-grid p{font-size:13px;line-height:1.48;margin:0}
.service-grid small{font-size:9px;margin-top:10px}
.brand-line{padding:17px 5vw;font-size:11px;gap:19px}

/* Pricing */
.pricing .price-table{margin-top:28px;gap:6px}
.pricing .price-row,.pricing .price-row.featured{padding:14px 18px;border-radius:10px}
.pricing .price-row h3{font-size:19px}
.pricing .price-row p{font-size:12px}
.pricing .price-row strong{font-size:clamp(21px,1.8vw,27px)}
.pricing .price-note{margin-top:18px;padding:16px 18px}

/* AI: keep impact, remove oversized feeling */
.ai-print-inner{grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:38px}
.ai-print-visual{min-height:350px;max-height:405px}
.ai-print-kicker{font-size:10px}
.ai-print-copy .ai-print-kicker{margin-bottom:16px}
.ai-print-copy h2 .ai-title-main{font-size:clamp(32px,2.9vw,43px)}
.ai-print-copy h2 em{font-size:clamp(25px,2.25vw,33px);max-width:590px;margin-top:6px}
.ai-print-copy .ai-tools-callout{margin:15px 0 13px;padding:13px 16px}
.ai-print-copy .ai-tools-callout strong{font-size:clamp(16px,1.25vw,19px)}
.ai-lead{font-size:14px;margin:14px 0 13px}
.ai-problems{margin-bottom:13px}
.ai-print-copy .ai-detail{font-size:13px;margin-top:12px}

/* Why express */
.intro{gap:52px}
.intro-copy{font-size:15px;line-height:1.58}
.intro-copy p:first-child{margin-top:20px}

/* FAQ */
.faq{background:#fff;padding:72px 0 76px;border-top:1px solid var(--line)}
.faq-inner{display:grid;grid-template-columns:.72fr 1.28fr;gap:72px;align-items:start}
.faq-heading{position:sticky;top:104px}
.faq-heading h2{font:700 clamp(38px,4vw,56px)/1.02 "Space Grotesk",sans-serif;letter-spacing:-.045em;margin:0}
.faq-heading>p{max-width:340px;margin:18px 0 0;color:#65717b;font-size:14px;line-height:1.55}
.faq-list{border-top:1px solid var(--line)}
.faq-list details{border-bottom:1px solid var(--line)}
.faq-list summary{list-style:none;cursor:pointer;position:relative;padding:20px 46px 20px 0;font:700 18px/1.35 "Space Grotesk",sans-serif;letter-spacing:-.02em}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{content:"+";position:absolute;right:4px;top:14px;font:500 28px/1 Manrope,sans-serif;color:var(--magenta);transition:transform .2s ease}
.faq-list details[open] summary:after{transform:rotate(45deg)}
.faq-list details p{max-width:690px;margin:-4px 46px 20px 0;color:#5e6a74;font-size:14px;line-height:1.6}

/* CTA/footer */
.cta-inner{gap:52px}
.cta h2{font-size:clamp(38px,4vw,56px)}
.cta-right p{font-size:15px}
.btn.white{font-size:17px;padding:14px 19px}
footer img{width:190px}

@media(max-width:1180px){
  .site-header nav{gap:12px}
  .site-header nav a{font-size:10px}
  .header-cta{font-size:12px}
}
@media(max-width:900px){
  .site-header{height:68px}
  .faq{padding:64px 0 68px}
  .faq-inner{grid-template-columns:1fr;gap:30px}
  .faq-heading{position:static}
  .process,.intro{padding:64px 0 68px}
  .services,.pricing,.ai-print-warning{padding:64px 0}
  .ai-print-visual{min-height:310px;max-height:390px}
}
@media(max-width:600px){
  .site-header{height:64px}
  .header-cta{padding:7px 10px 7px 7px;gap:7px}
  .phone-icon{width:25px;height:25px}
  .header-cta>span:last-child{font-size:11px}
  .process,.intro,.services,.pricing,.ai-print-warning,.faq{padding-top:54px;padding-bottom:58px}
  .hero-copy{padding-top:44px;padding-bottom:36px}
  .service-grid article{min-height:0}
  .faq-list summary{font-size:17px;padding-top:18px;padding-bottom:18px}
  .faq-list details p{margin-right:24px;font-size:13px}
  .cta{padding:56px 0}
}


/* Technical web partner */
.footer-tech{font-size:11px;line-height:1.45;color:#7a858e;text-align:right}
.footer-tech a{color:inherit;font-weight:700;text-decoration:none;border-bottom:1px solid currentColor;transition:color .2s ease}
.footer-tech a:hover{color:var(--magenta)}
@media(max-width:900px){.footer-tech{text-align:left}}

/* v33 — footer rebuilt to match the site */
.site-footer{
  display:block;
  width:100%;
  padding:0;
  margin:0;
  background:#fff;
  border-top:4px solid var(--cyan);
  color:#65717b;
  font-size:12px;
}
.site-footer .footer-main{
  width:min(1440px,90vw);
  margin:0 auto;
  padding:34px 0 30px;
  display:grid;
  grid-template-columns:minmax(240px,.95fr) minmax(360px,1.3fr) minmax(220px,.75fr);
  gap:48px;
  align-items:start;
}
.site-footer .footer-brand{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
}
.site-footer .footer-brand img{
  display:block;
  width:190px;
  max-width:100%;
  height:auto;
}
.site-footer .footer-brand span{
  font-size:11px;
  line-height:1.45;
  color:#7f8a93;
}
.site-footer .footer-company{
  display:grid;
  grid-template-columns:max-content 1fr;
  gap:3px 14px;
  align-items:baseline;
  font-size:11px;
  line-height:1.5;
}
.site-footer .footer-company strong{
  grid-column:1 / -1;
  margin:0 0 5px;
  font:700 13px/1.35 "Space Grotesk",sans-serif;
  color:var(--ink);
}
.site-footer .footer-company span:nth-of-type(1){
  font-weight:700;
  color:#4b5660;
}
.site-footer .footer-company span:nth-of-type(2),
.site-footer .footer-company span:nth-of-type(4){
  grid-column:1 / -1;
}
.site-footer .footer-company span:nth-of-type(3){
  grid-column:1 / -1;
  color:#7a858e;
}
.site-footer .footer-contact{
  margin:0;
  text-align:right;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:3px;
}
.site-footer .footer-contact a{
  margin:0;
  padding:0;
  font-size:12px;
  line-height:1.45;
  font-weight:500;
  color:#66727c;
  text-decoration:none;
}
.site-footer .footer-contact .footer-phone{
  font:700 19px/1.2 "Space Grotesk",sans-serif;
  letter-spacing:-.02em;
  color:var(--ink);
}
.site-footer .footer-contact a:hover{color:var(--magenta)}
.site-footer .footer-bottom{
  width:100%;
  border-top:1px solid var(--line);
  background:var(--bg);
}
.site-footer .footer-bottom-inner{
  width:min(1440px,90vw);
  min-height:40px;
  margin:0 auto;
  padding:9px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  font-size:10px;
  line-height:1.4;
  color:#8a949b;
}
.site-footer .footer-tech{
  margin:0;
  font-size:10px;
  line-height:1.4;
  color:#8a949b;
  text-align:right;
}
.site-footer .footer-tech a{
  color:#59656f;
  font-weight:700;
  text-decoration:none;
  border-bottom:1px solid #c4c9cd;
}
.site-footer .footer-tech a:hover{
  color:var(--magenta);
  border-color:var(--magenta);
}
@media(max-width:900px){
  .site-footer .footer-main{
    grid-template-columns:1fr 1fr;
    gap:26px 36px;
    padding:30px 0 26px;
  }
  .site-footer .footer-company{grid-column:1 / -1;grid-row:2}
  .site-footer .footer-contact{text-align:right;align-items:flex-end}
}
@media(max-width:600px){
  .site-footer .footer-main{
    width:calc(100% - 36px);
    grid-template-columns:1fr;
    gap:20px;
    padding:26px 0 24px;
  }
  .site-footer .footer-company{grid-column:auto;grid-row:auto;display:flex;flex-direction:column;gap:2px}
  .site-footer .footer-company strong{margin-bottom:4px}
  .site-footer .footer-contact{text-align:left;align-items:flex-start}
  .site-footer .footer-bottom-inner{
    width:calc(100% - 36px);
    min-height:0;
    padding:11px 0;
    align-items:flex-start;
    flex-direction:column;
    gap:3px;
  }
  .site-footer .footer-tech{text-align:left}
}

/* v34 — services integrated into the page + footer strictly follows the page shell */
:root{--page-max:1440px;--page-gutter:5vw}
.section-shell{width:calc(100% - (var(--page-gutter) * 2));max-width:var(--page-max);margin-left:auto;margin-right:auto}

/* The services section is now an inset feature panel instead of a foreign full-bleed band. */
.services{
  background:var(--bg);
  color:#fff;
  padding:34px 0 18px;
}
.services>.section-shell{
  background:var(--ink);
  border-radius:24px;
  padding:clamp(38px,4.6vw,66px) clamp(28px,4.2vw,60px) clamp(34px,4.5vw,64px);
  overflow:hidden;
  position:relative;
}
.services>.section-shell:before{
  content:"";
  position:absolute;
  inset:0 auto auto 0;
  width:150px;
  height:4px;
  background:linear-gradient(90deg,var(--cyan) 0 34%,var(--magenta) 34% 68%,var(--yellow) 68%);
}
.services .section-heading{gap:clamp(38px,7vw,100px)}
.services .section-heading h2{font-size:clamp(42px,4.5vw,68px);line-height:1.02;max-width:850px}
.services .section-heading>p{font-size:15px;line-height:1.7;max-width:520px;color:#bac3cb}
.services .service-grid{margin-top:46px;gap:14px}
.services .service-grid article{
  min-height:0;
  padding:0 0 22px;
  border-radius:14px;
  background:#20262d;
  border:1px solid #343d46;
  overflow:hidden;
}
.services .service-photo{width:100%;height:150px;object-fit:cover;display:block;margin:0 0 16px}
.services .service-grid article>span,
.services .service-grid h3,
.services .service-grid p,
.services .service-grid small{margin-left:20px;margin-right:20px}
.services .service-grid article>span{font-size:11px}
.services .service-grid h3{font-size:25px;line-height:1.05;margin-top:8px;margin-bottom:10px}
.services .service-grid p{font-size:13px;line-height:1.55;margin-top:0;margin-bottom:0;color:#bdc6ce}
.services .service-grid small{font-size:9px;line-height:1.4;margin-top:14px;color:#83909b}

/* Compact value line — same shell as the rest of the site. */
.brand-line{
  width:calc(100% - (var(--page-gutter) * 2));
  max-width:var(--page-max);
  margin:0 auto;
  padding:18px 0 26px;
  background:transparent;
  color:#505a63;
  border-bottom:1px solid var(--line);
  gap:18px;
  font-size:10px;
}
.brand-line:before{display:none}
.brand-line span{color:#a0a7ad}

/* Footer: no visual or content element may exceed the same page max-width. */
.site-footer{
  width:100%;
  padding:30px 0 22px;
  background:var(--bg);
  border-top:0;
}
.site-footer .footer-main{
  width:calc(100% - (var(--page-gutter) * 2));
  max-width:var(--page-max);
  margin:0 auto;
  padding:30px 0 25px;
  border-top:1px solid var(--line);
  grid-template-columns:minmax(210px,.8fr) minmax(340px,1.35fr) minmax(210px,.65fr);
  gap:clamp(28px,4vw,62px);
}
.site-footer .footer-bottom{
  width:calc(100% - (var(--page-gutter) * 2));
  max-width:var(--page-max);
  margin:0 auto;
  background:transparent;
  border-top:1px solid var(--line);
}
.site-footer .footer-bottom-inner{
  width:100%;
  max-width:none;
  margin:0;
  min-height:0;
  padding:11px 0 0;
}

@media(max-width:900px){
  .services{padding-top:26px}
  .services>.section-shell{border-radius:18px}
  .services .section-heading{grid-template-columns:1fr;gap:22px}
  .services .service-grid{margin-top:34px}
  .site-footer .footer-main{width:calc(100% - (var(--page-gutter) * 2))}
}
@media(max-width:600px){
  :root{--page-gutter:18px}
  .services{padding-top:18px;padding-bottom:10px}
  .services>.section-shell{padding:32px 18px 26px;border-radius:16px}
  .services .section-heading h2{font-size:39px}
  .services .service-photo{height:145px}
  .brand-line{justify-content:flex-start;padding:14px 0 20px}
  .site-footer{padding-top:22px}
  .site-footer .footer-main{width:calc(100% - (var(--page-gutter) * 2));padding:24px 0 20px}
  .site-footer .footer-bottom{width:calc(100% - (var(--page-gutter) * 2))}
  .site-footer .footer-bottom-inner{width:100%;padding-top:10px}
}

/* v36 — AI section uses the same contained product-panel language as services */
.ai-print-warning{
  background:var(--bg);
  color:#fff;
  padding:18px 0 34px;
  overflow:visible;
}
.ai-print-warning:before,
.ai-print-warning:after{display:none}
.ai-print-warning>.section-shell{
  background:var(--ink);
  border-radius:24px;
  padding:clamp(34px,4.2vw,60px);
  position:relative;
  overflow:hidden;
}
.ai-print-warning>.section-shell:before{
  content:"";
  position:absolute;
  inset:0 auto auto 0;
  width:150px;
  height:4px;
  background:linear-gradient(90deg,var(--cyan) 0 34%,var(--magenta) 34% 68%,var(--yellow) 68%);
}
.ai-print-inner{
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  gap:clamp(28px,4vw,58px);
  align-items:stretch;
}
.ai-print-visual{
  min-height:0;
  border-radius:14px;
  border:1px solid #343d46;
  background:#20262d;
  overflow:hidden;
}
.ai-print-visual img{
  width:100%;
  height:100%;
  min-height:430px;
  object-fit:cover;
}
.ai-print-copy{
  align-self:center;
  padding:4px 0;
}
.ai-print-kicker{
  font-size:10px;
  color:#dbe2e7;
}
.ai-print-copy h2{
  font-size:clamp(38px,4vw,60px);
  line-height:1.01;
  max-width:760px;
  margin-top:14px;
}
.ai-print-copy h2 .ai-title-main{display:block;color:#fff}
.ai-print-copy h2 em{display:block;color:#fff;margin-top:5px}
.ai-tools-callout{
  margin-top:22px;
  max-width:none;
  padding:17px 19px;
  background:#20262d;
  color:#fff;
  border:1px solid #343d46;
  border-left:4px solid var(--magenta);
  border-radius:10px;
}
.ai-tools-callout strong{
  font:700 17px/1.35 "Space Grotesk",sans-serif;
}
.ai-lead{
  margin:20px 0 18px;
  font-size:14px;
  line-height:1.65;
  color:#bdc6ce;
}
.ai-problems{gap:7px;margin-bottom:18px}
.ai-problems span{
  border-color:#46505a;
  background:#20262d;
  padding:7px 10px;
  font-size:9px;
  color:#dbe2e7;
}
.ai-detail{
  color:#99a5ae;
  font-size:12px;
  line-height:1.6;
  margin:0;
}
@media(max-width:900px){
  .ai-print-warning{padding-top:12px}
  .ai-print-warning>.section-shell{border-radius:18px}
  .ai-print-inner{grid-template-columns:1fr;gap:28px}
  .ai-print-visual img{min-height:320px;max-height:460px}
}
@media(max-width:600px){
  .ai-print-warning{padding:10px 0 24px}
  .ai-print-warning>.section-shell{padding:32px 18px 26px;border-radius:16px}
  .ai-print-copy h2{font-size:38px}
  .ai-print-visual img{min-height:250px}
  .ai-tools-callout{padding:15px 16px}
}


/* v37 — products flow directly from the 3 steps; pricing owns the dark feature panel */
.process{
  padding-bottom:34px;
}
.services{
  background:var(--bg);
  color:var(--ink);
  padding:12px 0 54px;
}
.services>.section-shell{
  background:transparent;
  border-radius:0;
  padding:0;
  overflow:visible;
}
.services>.section-shell:before{display:none}
.services .eyebrow.light{color:#65717b}
.services .eyebrow.light span{background:linear-gradient(90deg,var(--cyan) 0 34%,var(--magenta) 34% 68%,var(--yellow) 68%)}
.services .section-heading{
  gap:clamp(38px,7vw,100px);
  padding-top:28px;
  border-top:1px solid var(--line);
}
.services .section-heading h2{
  color:var(--ink);
  font-size:clamp(42px,4.5vw,68px);
  line-height:1.02;
}
.services .section-heading>p{
  color:#586572;
  font-size:15px;
  line-height:1.7;
}
.services .service-grid{margin-top:42px;gap:14px}
.services .service-grid article{
  background:#fff;
  color:var(--ink);
  border:1px solid var(--line);
  box-shadow:0 10px 30px rgba(20,28,36,.035);
}
.services .service-grid h3{color:var(--ink)}
.services .service-grid p{color:#61707c}
.services .service-grid small{color:#7c8993}

/* Pricing now takes the former dark, contained feature-block position. */
.pricing{
  background:var(--bg);
  color:#fff;
  padding:18px 0 20px;
}
.pricing>.section-shell{
  background:var(--ink);
  border-radius:24px;
  padding:clamp(38px,4.6vw,66px) clamp(28px,4.2vw,60px) clamp(34px,4.5vw,64px);
  position:relative;
  overflow:hidden;
}
.pricing>.section-shell:before{
  content:"";
  position:absolute;
  inset:0 auto auto 0;
  width:150px;
  height:4px;
  background:linear-gradient(90deg,var(--cyan) 0 34%,var(--magenta) 34% 68%,var(--yellow) 68%);
}
.pricing .pricing-heading h2{color:#fff}
.pricing .pricing-heading>p{color:#bac3cb}
.pricing .eyebrow{color:#d9e0e5}
.pricing .price-table{border-top:0}
.pricing .price-row,
.pricing .price-row.featured{
  background:#20262d;
  border:1px solid #343d46;
  color:#fff;
}
.pricing .price-row span{color:var(--magenta)}
.pricing .price-row h3{color:#fff}
.pricing .price-row p{color:#aeb9c2}
.pricing .price-row strong{color:#fff}
.pricing .price-note{
  border-color:#343d46;
  background:#20262d;
}
.pricing .price-note b{color:#fff}
.pricing .price-note p{color:#aeb9c2}

.brand-line{
  padding-top:22px;
  padding-bottom:24px;
  border-bottom:0;
}

@media(max-width:900px){
  .process{padding-bottom:24px}
  .services{padding-top:8px;padding-bottom:42px}
  .services .section-heading{padding-top:24px}
  .pricing{padding-top:12px}
  .pricing>.section-shell{border-radius:18px}
}
@media(max-width:600px){
  .process{padding-bottom:20px}
  .services{padding:4px 0 32px}
  .services .section-heading{padding-top:22px}
  .services .section-heading h2{font-size:39px}
  .services .service-grid{margin-top:30px}
  .pricing{padding:8px 0 10px}
  .pricing>.section-shell{padding:32px 18px 28px;border-radius:16px}
  .brand-line{padding-top:16px;padding-bottom:18px}
}

/* v38 — coherent page flow: process + products, print-data check, one dark pricing feature */
.process{padding-bottom:30px}
.services{padding:0 0 72px;background:var(--bg);color:var(--ink)}
.services>.section-shell{padding-top:34px;border-top:1px solid var(--line)}
.services .section-heading{padding-top:0;border-top:0;align-items:end}
.services .section-heading h2{font-size:clamp(42px,4.1vw,62px);max-width:760px}
.services .section-heading>p{max-width:480px}
.services .service-grid{margin-top:36px}
.services .service-grid article{box-shadow:none;transition:transform .18s ease,border-color .18s ease}
.services .service-grid article:hover{transform:translateY(-2px);border-color:#cbd2d7}

/* AI is supporting content, not a second feature block. It follows the product-card language. */
.ai-print-warning{background:var(--bg);color:var(--ink);padding:0 0 72px;overflow:visible}
.ai-print-warning>.section-shell{background:#fff;color:var(--ink);border:1px solid var(--line);border-radius:16px;padding:14px;overflow:hidden;box-shadow:0 10px 30px rgba(20,28,36,.035)}
.ai-print-warning>.section-shell:before{display:none}
.ai-print-inner{grid-template-columns:minmax(320px,.86fr) minmax(0,1.14fr);gap:0;align-items:stretch}
.ai-print-visual{border:0;border-radius:11px;background:#eef1f3;min-height:0;overflow:hidden}
.ai-print-visual img{width:100%;height:100%;min-height:410px;object-fit:cover}
.ai-print-copy{padding:clamp(28px,4vw,56px);align-self:center}
.ai-print-kicker{font-size:10px;color:#65717b;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.ai-print-kicker span{display:inline-block;width:20px;height:2px;margin-right:8px;vertical-align:middle;background:linear-gradient(90deg,var(--cyan) 0 34%,var(--magenta) 34% 68%,var(--yellow) 68%)}
.ai-print-copy h2{font-size:clamp(36px,3.5vw,54px);line-height:1.03;margin:14px 0 0;max-width:760px}
.ai-print-copy h2 .ai-title-main{display:block;color:var(--ink)}
.ai-print-copy h2 em{display:block;color:var(--ink);font-style:normal;margin-top:4px}
.ai-tools-callout{margin-top:20px;padding:14px 16px;background:#f5f6f7;color:var(--ink);border:1px solid var(--line);border-left:3px solid var(--magenta);border-radius:8px}
.ai-tools-callout strong{font:700 14px/1.4 "Space Grotesk",sans-serif}
.ai-lead{margin:18px 0 16px;color:#596774;font-size:14px;line-height:1.65}
.ai-problems{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:16px}
.ai-problems span{border:1px solid var(--line);background:#fff;color:#677581;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.ai-detail{color:#75828d;font-size:12px;line-height:1.6;margin:0}

/* Pricing is the single deliberate dark interruption on the page. */
.pricing{padding:0 0 76px;background:var(--bg);color:#fff}
.pricing>.section-shell{border-radius:18px;padding:clamp(42px,4.8vw,68px) clamp(30px,4.4vw,62px) clamp(38px,4.6vw,64px)}
.pricing .pricing-heading{align-items:end;margin-bottom:34px}
.pricing .pricing-heading h2{font-size:clamp(42px,4.2vw,64px)}
.pricing .price-table{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.pricing .price-row,.pricing .price-row.featured{display:flex;flex-direction:column;min-height:205px;padding:22px;border-radius:12px}
.pricing .price-row strong{margin-top:auto;padding-top:22px;font-size:clamp(24px,2.4vw,34px);text-align:left}
.pricing .price-note{margin-top:12px;display:grid;grid-template-columns:.75fr 1.25fr;gap:28px;align-items:start;padding:20px 22px;border-radius:12px}
.pricing .price-note b{font:700 18px/1.3 "Space Grotesk",sans-serif}
.pricing .price-note p{margin:0}

/* FAQ follows directly; no redundant 'why express costs more' section. */
.faq{padding-top:74px}

/* Footer content is constrained by the exact same shell width as the page. */
.site-footer{background:#fff;padding:0}
.site-footer .footer-main,.site-footer .footer-bottom{width:calc(100% - (var(--page-gutter) * 2));max-width:var(--page-max);margin-left:auto;margin-right:auto}
.site-footer .footer-main{padding:30px 0 24px}
.site-footer .footer-bottom-inner{padding:12px 0 16px}

@media(max-width:900px){
  .services{padding-bottom:52px}
  .ai-print-warning{padding-bottom:52px}
  .ai-print-inner{grid-template-columns:1fr}
  .ai-print-visual img{min-height:300px;max-height:420px}
  .pricing{padding-bottom:56px}
  .pricing .price-table{grid-template-columns:1fr}
  .pricing .price-row{min-height:0}
  .pricing .price-note{grid-template-columns:1fr;gap:8px}
}
@media(max-width:600px){
  .process{padding-bottom:18px}
  .services{padding-bottom:38px}
  .services>.section-shell{padding-top:24px}
  .services .section-heading h2{font-size:38px}
  .ai-print-warning{padding-bottom:38px}
  .ai-print-warning>.section-shell{padding:10px;border-radius:14px}
  .ai-print-copy{padding:25px 12px 18px}
  .ai-print-copy h2{font-size:36px}
  .ai-print-visual img{min-height:240px}
  .pricing{padding-bottom:42px}
  .pricing>.section-shell{padding:32px 18px;border-radius:16px}
  .pricing .pricing-heading{margin-bottom:26px}
  .pricing .pricing-heading h2{font-size:38px}
  .pricing .price-row{padding:18px}
  .faq{padding-top:46px}
}

/* v39 — pricing back to horizontal rows, keeping the dark feature panel */
.pricing .price-table{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}
.pricing .price-row,
.pricing .price-row.featured{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:34px;
  min-height:0;
  padding:23px 26px;
}
.pricing .price-row > div{
  min-width:0;
}
.pricing .price-row h3{
  margin:4px 0 7px;
}
.pricing .price-row p{
  margin:0;
  max-width:720px;
}
.pricing .price-row strong{
  margin:0;
  padding:0;
  min-width:190px;
  text-align:right;
  white-space:nowrap;
  font-size:clamp(24px,2.2vw,32px);
}
@media(max-width:700px){
  .pricing .price-row,
  .pricing .price-row.featured{
    grid-template-columns:1fr;
    gap:14px;
    padding:20px;
  }
  .pricing .price-row strong{
    min-width:0;
    text-align:left;
  }
}


/* v40 — AI block moved below FAQ and optically centered */
.ai-print-warning{
  padding:72px 0 76px;
  background:var(--bg);
}
.ai-print-warning>.section-shell{
  padding:16px;
}
.ai-print-inner{
  grid-template-columns:minmax(360px,.92fr) minmax(0,1.08fr);
  align-items:stretch;
}
.ai-print-visual{
  min-height:440px;
}
.ai-print-visual img{
  height:100%;
  min-height:440px;
}
.ai-print-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-self:stretch;
  padding:clamp(34px,4.2vw,62px);
}
.ai-print-copy h2{
  max-width:650px;
}
.ai-print-copy .ai-lead,
.ai-print-copy .ai-detail{
  max-width:650px;
}
.ai-print-copy .ai-tools-callout{
  max-width:650px;
  width:100%;
}
.ai-problems{
  max-width:650px;
}
@media(max-width:900px){
  .ai-print-inner{grid-template-columns:1fr}
  .ai-print-visual,.ai-print-visual img{min-height:320px}
  .ai-print-copy{padding:34px 24px 30px}
}
@media(max-width:600px){
  .ai-print-warning{padding:52px 0 58px}
  .ai-print-warning>.section-shell{padding:10px}
  .ai-print-visual,.ai-print-visual img{min-height:245px}
  .ai-print-copy{padding:26px 14px 20px}
}

/* v41 — final CTA as a contained rounded panel */
.cta{
  width:min(1440px,90vw);
  margin:68px auto;
  border-radius:22px;
  padding:70px 54px;
  box-shadow:0 18px 50px rgba(36,36,36,.08);
}
.cta > .section-shell{
  width:100%;
  margin:0;
}
@media (max-width:900px){
  .cta{
    width:calc(100% - 36px);
    margin:48px auto;
    padding:52px 32px;
    border-radius:18px;
  }
}
@media (max-width:560px){
  .cta{
    padding:40px 22px;
    border-radius:16px;
  }
}


/* v43 — FINAL typography, spacing & accessibility audit */
html{font-size:16px;scroll-padding-top:88px}
body{line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}

/* Keep navigation readable on desktop without making the header heavy. */
.site-header nav a{font-size:12px;line-height:1.2}
.header-cta{min-height:46px}

/* Consistent focus treatment for keyboard users. */
a:focus-visible,summary:focus-visible{
  outline:3px solid var(--yellow);
  outline-offset:3px;
  border-radius:6px;
}

/* Main page rhythm: clear section changes, but no oversized empty bands. */
.process{padding-top:82px;padding-bottom:46px}
.services{padding-top:14px;padding-bottom:62px}
.pricing{padding-top:20px;padding-bottom:24px}
.faq{padding-top:78px;padding-bottom:82px}
.ai-print-warning{padding-top:14px;padding-bottom:38px}
.cta{padding-top:76px;padding-bottom:76px}

/* Section heading hierarchy. */
.process>h2,
.services .section-heading h2,
.pricing .section-heading h2,
.faq-heading h2,
.cta h2{line-height:1.03}
.section-heading>p{font-size:16px;line-height:1.65}

/* Steps: body copy should never feel like legal text. */
.steps{margin-top:38px}
.steps article{padding:26px;min-height:225px}
.steps h3{font-size:21px;line-height:1.2;margin-top:48px}
.steps p{font-size:14px;line-height:1.6;margin-bottom:0}

/* Services: readable cards and a steadier vertical rhythm. */
.services .service-grid{margin-top:40px}
.services .service-grid article{padding-bottom:24px}
.services .service-photo{height:156px;margin-bottom:18px}
.services .service-grid article>span{font-size:11px;line-height:1.2}
.services .service-grid h3{font-size:26px;line-height:1.08;margin-top:9px;margin-bottom:12px}
.services .service-grid p{font-size:14px;line-height:1.58}
.services .service-grid small{font-size:10px;line-height:1.45;margin-top:16px}

/* Pricing: compact, but comfortably readable. */
.pricing .price-table{margin-top:34px;gap:8px}
.pricing .price-row,.pricing .price-row.featured{padding:17px 20px;gap:34px}
.pricing .price-row span{font-size:10px}
.pricing .price-row h3{font-size:20px;line-height:1.25;margin:4px 0 3px}
.pricing .price-row p{font-size:13.5px;line-height:1.55}
.pricing .price-row strong{font-size:clamp(23px,2vw,30px);line-height:1.1}
.pricing .price-note{margin-top:20px;padding:18px 20px;gap:32px}
.pricing .price-note b{font-size:18px}
.pricing .price-note p{font-size:13.5px;line-height:1.58}

/* FAQ: enough breathing room for scanning, without making the page long. */
.faq-inner{gap:68px}
.faq-heading>p{font-size:14.5px;line-height:1.6}
.faq-list summary{padding-top:21px;padding-bottom:21px;font-size:18px;line-height:1.4}
.faq-list details p{font-size:14px;line-height:1.65;margin-bottom:22px}

/* AI block: title is the visual hook; support copy remains readable. */
.ai-print-copy h2{margin-bottom:0}
.ai-print-copy h2 .ai-title-main{font-size:clamp(38px,3.45vw,52px);line-height:1.02}
.ai-print-copy h2 em{font-size:clamp(28px,2.55vw,38px);line-height:1.06;margin-top:7px}
.ai-tools-callout{margin-top:22px;margin-bottom:18px;padding:16px 18px}
.ai-tools-callout strong{font-size:18px;line-height:1.4}
.ai-lead{font-size:14.5px;line-height:1.66;margin:18px 0 16px}
.ai-problems{gap:8px;margin-bottom:17px}
.ai-problems span{font-size:10px;line-height:1.2;padding:7px 11px}
.ai-detail{font-size:13.5px;line-height:1.65}

/* CTA: preserve hierarchy and make the supporting paragraph easy to read. */
.cta-right p{font-size:16px;line-height:1.65}
.btn.white{min-height:48px}

@media(max-width:1180px){
  .site-header nav a{font-size:11px}
}
@media(max-width:900px){
  html{scroll-padding-top:78px}
  .process{padding-top:66px;padding-bottom:36px}
  .services{padding-top:10px;padding-bottom:52px}
  .pricing{padding-top:14px;padding-bottom:18px}
  .faq{padding-top:64px;padding-bottom:68px}
  .ai-print-warning{padding-top:10px;padding-bottom:28px}
  .cta{padding-top:62px;padding-bottom:62px}
  .section-heading>p{font-size:15px}
  .steps{margin-top:30px;gap:14px}
  .steps article{min-height:0}
  .steps h3{margin-top:34px}
  .services .service-grid{margin-top:32px}
  .services .service-grid p{font-size:14px}
  .ai-print-copy h2 .ai-title-main{font-size:clamp(36px,7vw,48px)}
  .ai-print-copy h2 em{font-size:clamp(29px,5.6vw,38px)}
}
@media(max-width:600px){
  html{scroll-padding-top:72px}
  .site-header{padding-left:18px;padding-right:18px}
  .logo img{width:150px}
  .hero-copy>p{font-size:17px;line-height:1.58}
  .actions .btn{min-height:46px}
  .process{padding-top:56px;padding-bottom:30px}
  .services{padding-top:8px;padding-bottom:44px}
  .pricing{padding-top:10px;padding-bottom:14px}
  .faq{padding-top:54px;padding-bottom:58px}
  .ai-print-warning{padding-top:8px;padding-bottom:24px}
  .cta{padding-top:56px;padding-bottom:56px}
  .services .section-heading h2{font-size:38px;line-height:1.04}
  .services .service-photo{height:150px}
  .services .service-grid h3{font-size:25px}
  .services .service-grid p{font-size:14px}
  .pricing .price-row,.pricing .price-row.featured{padding:16px 17px;gap:10px}
  .pricing .price-row p{font-size:13px}
  .pricing .price-row strong{font-size:24px}
  .faq-list summary{font-size:17px;padding-right:38px}
  .faq-list details p{font-size:13.5px;line-height:1.62}
  .ai-print-copy h2 .ai-title-main{font-size:36px}
  .ai-print-copy h2 em{font-size:29px}
  .ai-tools-callout strong{font-size:17px}
  .ai-lead{font-size:14px}
  .ai-detail{font-size:13px}
  .cta-right p{font-size:15px}
}

/* v44 — stronger three-step timeline */
@media(min-width:701px){
  .steps{gap:34px;margin-top:48px}
  .steps:before{
    left:16.666%;right:16.666%;top:29px;height:4px;border-radius:999px;
    background:linear-gradient(90deg,var(--cyan) 0 48%,var(--magenta) 52% 74%,#e2c900 78% 100%);
    opacity:.34;
  }
  .steps b{
    width:54px;height:54px;border:5px solid #f7f6f2;
    box-shadow:0 0 0 1px rgba(17,24,31,.10),0 6px 16px rgba(17,24,31,.10);
    font-size:15px;font-weight:800;
  }
  .steps h3{margin-top:26px;font-size:22px}
}
@media(max-width:700px){
  .steps:before{left:27px;top:28px;bottom:28px;width:4px;border-radius:999px;background:linear-gradient(180deg,var(--cyan),var(--magenta) 52%,#e2c900);opacity:.34}
  .steps article{grid-template-columns:54px 1fr;column-gap:20px}
  .steps b{width:54px;height:54px;border-width:5px;box-shadow:0 0 0 1px rgba(17,24,31,.10),0 5px 14px rgba(17,24,31,.09);font-size:15px;font-weight:800}
  .steps h3{margin-top:5px}
}

/* v45 — timeline line locked exactly to marker centers */
@media(min-width:701px){
  .steps:before{
    top:27px;
    transform:translateY(-50%);
    height:4px;
  }
  .steps b{
    width:54px;
    height:54px;
    box-sizing:border-box;
  }
}
@media(max-width:700px){
  .steps:before{
    left:27px;
    transform:translateX(-50%);
  }
  .steps b{
    width:54px;
    height:54px;
    box-sizing:border-box;
  }
}

/* v46 — timeline axis through the actual marker centers */
@media(min-width:701px){
  /* v43 adds 26px top padding to each step article. The marker is 54px high,
     so its true centre is 26px + 27px = 53px from the top of .steps. */
  .steps:before{
    top:53px;
    transform:translateY(-50%);
  }
}
@media(max-width:700px){
  /* Mobile keeps the vertical axis on the 54px marker centre. */
  .steps:before{
    left:27px;
    transform:translateX(-50%);
  }
}

/* v48 — preserve intrinsic logo aspect ratio after width/height SEO hints */
.site-header .logo img,
.site-footer .footer-brand img,
footer img{
  height:auto;
  aspect-ratio:2500 / 496;
  object-fit:contain;
}


/* v49 — softer AI/Canva/Figma note */
.ai-tools-callout{
  background:#fafafa;
  border:1px solid #e5e7ea;
  border-left:2px solid var(--magenta);
  border-radius:10px;
  padding:14px 17px;
}
.ai-tools-callout strong{
  font-size:16px;
  line-height:1.45;
  font-weight:600;
  letter-spacing:-.01em;
}

/* v50 — AI block: 1/3 image + 2/3 copy, aligned as one balanced row */
@media(min-width:901px){
  .ai-print-inner{
    grid-template-columns:minmax(0,1fr) minmax(0,2fr);
    gap:clamp(42px,4.5vw,68px);
    align-items:stretch;
  }
  .ai-print-visual{
    min-height:0;
    max-height:none;
    height:auto;
    align-self:stretch;
    border-radius:18px;
  }
  .ai-print-visual img{
    width:100%;
    height:100%;
    min-height:100%;
    object-fit:cover;
    object-position:center;
  }
  .ai-print-copy{
    padding:8px 0;
    justify-content:center;
    max-width:none;
  }
  .ai-print-copy h2{
    max-width:820px;
  }
  .ai-lead,
  .ai-print-copy .ai-detail{
    max-width:820px;
  }
  .ai-tools-callout{
    max-width:760px;
  }
  .ai-problems{
    max-width:820px;
  }
}
