/* Shared content pages: system fonts, no framework or remote font requests. */
.seo-nav { flex-wrap: wrap; gap: 18px; }
.seo-nav a { min-height: 44px; display: inline-flex; align-items: center; }
.service-intro { padding: 64px 0 42px; max-width: 860px; }
.service-intro h1 { font-size: clamp(36px, 5vw, 66px); letter-spacing: -.045em; }
.service-intro p:not(.eyebrow), .prose p, .prose li { color: var(--muted); line-height: 1.85; font-size: 16px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 26px; font-size: 12px; color: var(--muted); }
.breadcrumbs a { text-decoration: underline; text-underline-offset: 4px; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.service-tile { padding: 26px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(140deg,#191c30,#111624); min-width: 0; }
.service-tile h3, .service-tile h2 { font-size: 21px; letter-spacing: -.4px; margin: 12px 0; }
.service-tile p { color: var(--muted); font-size: 14px; line-height: 1.8; }
.service-tile a { display: inline-flex; align-items: center; min-height: 44px; color: #c9baff; }
.seo-section { padding-block: 42px; border-top: 1px solid var(--line); }
.seo-section h2 { font-size: clamp(25px,3vw,36px); letter-spacing: -.7px; }
.prose { max-width: 840px; }
.prose a:not(.button) { color: #c9baff; text-decoration: underline; text-underline-offset: 4px; }
.prose li { margin-block: 12px; }
.prose h3 { margin-top: 28px; }
.seo-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 24px; }
.seo-actions .button { font-size: 14px; }
.seo-section details { padding: 18px 0; border-bottom: 1px solid var(--line); }
.seo-section summary { cursor: pointer; font-size: 17px; line-height: 1.6; }
.case-image { width: 100%; height: auto; display: block; border-radius: 14px; border: 1px solid var(--line); background: var(--panel); }
.case-figure { margin: 24px 0; }
.case-figure figcaption { margin-top: 10px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.case-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.seo-footer { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; padding-block: 30px; }
.seo-footer nav { flex-wrap: wrap; gap: 18px; }
.seo-footer a { min-height: 44px; display: inline-flex; align-items: center; }
.brief-form { display: grid; gap: 18px; max-width: 680px; }
.brief-form label { display: grid; gap: 9px; line-height: 1.5; }
.brief-form input, .brief-form select, .brief-form textarea { width: 100%; min-height: 48px; padding: 13px; font: inherit; color: var(--text); background: var(--panel); border: 1px solid #535974; border-radius: 8px; }
.brief-form textarea { min-height: 130px; resize: vertical; }
.brief-form :focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.brief-form .honey { display: none; }
.privacy-controls { background: var(--panel); color: var(--text); border: 1px solid var(--line); border-radius: 8px; padding: 12px 18px; font: inherit; cursor: pointer; }
.consent-box { position: fixed; z-index: 90; bottom: 16px; right: 16px; width: min(410px,calc(100% - 32px)); border: 1px solid #655586; border-radius: 16px; background: #141929; padding: 22px; box-shadow: 0 14px 70px #0009; }
.consent-box p { color: var(--muted); line-height: 1.6; font-size: 14px; }
.consent-box a { text-decoration: underline; }
.consent-box .seo-actions { margin-top: 14px; }
.case-study-link { display: inline-flex; min-height: 44px; align-items: center; margin-top: 12px; color: #d2c5ff; font-size: 13px; text-decoration: underline; text-underline-offset: 4px; }
.form-preview strong { background: #4e5292; color: #fff; }
/* Keep below-the-fold product artwork out of the initial rendering work.
   Text stays in the HTML and becomes visible normally on scroll/search. */
#products { content-visibility: auto; contain-intrinsic-size: auto 1150px; }
@media (max-width: 600px) { #products { contain-intrinsic-size: auto 2400px; } }
@media(max-width:900px) { .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media(max-width:600px) {
 .header { flex-wrap: wrap; gap: 14px; }.header .seo-nav { width: 100%; justify-content: space-between; gap: 8px; }
 .service-grid,.case-grid { grid-template-columns: 1fr; }.service-intro { padding-block: 35px; }
 .seo-section { padding-block: 30px; }.service-tile { padding: 22px; }.seo-footer { align-items: flex-start; }
 .hero h1 { font-size: clamp(37px,10vw,52px); }.hero-description { max-width: 100%; }
}
