/* Shared editorial layouts for the public information pages. */
.inner-page { --page-width: min(1320px, calc(100% - 64px)); --cobalt: #4668f3; background: var(--paper); color: var(--ink); }
.inner-page main { padding-top: 80px; }
.inner-page .page-wrap { width: var(--page-width); max-width: 1320px; margin-inline: auto; }
.inner-page .site-header { height: 80px; color: var(--ink); background: rgba(243,240,232,.96); border-bottom: 1px solid var(--line-dark); padding-inline: max(32px, calc((100vw - 1320px) / 2)); }
.inner-page .site-header.is-scrolled { height: 72px; }
.inner-page .site-nav { text-shadow: none; }
.inner-page .site-nav > a[aria-current="page"]:not(.nav-cta) { opacity: 1; text-decoration: underline; text-decoration-color: var(--vermilion); text-underline-offset: 6px; text-decoration-thickness: 2px; }
.inner-page .nav-cta { background: var(--ink); color: var(--paper); }
.inner-page .inner-hero { display: grid; grid-template-columns: 1.35fr 1fr; align-items: center; gap: 48px; padding-block: 52px 42px; border-bottom: 1px solid var(--line-dark); }
.inner-page .page-kicker { margin: 0 0 18px; color: #a93222; font-family: "IBM Plex Mono", monospace; font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; }
.inner-page .inner-hero h1 { margin: 0; font-size: clamp(2.85rem, 5.3vw, 5rem); line-height: 1.01; letter-spacing: -.067em; font-weight: 800; }
.inner-page .inner-hero h1 em { color: #686b6b; font-style: normal; }
.inner-page .inner-lead { max-width: 585px; margin: 24px 0 0; font-size: 1rem; line-height: 1.65; color: #5b5f5c; }
.inner-page .page-section { padding: 48px 0; }
.inner-page .page-section + .page-section { border-top: 1px solid var(--line-dark); }
.inner-page .editorial-section-head, .inner-page .section-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 24px 52px; margin: 0 0 28px; }
.inner-page .editorial-section-head h2, .inner-page .section-heading h2, .inner-page .hosting-intro h2, .inner-page .seo-copy h2, .inner-page .brand-section h2 { margin: 0; font-size: clamp(2rem,3.1vw,3rem); line-height: 1.09; letter-spacing: -.052em; }
.inner-page .editorial-section-head > p, .inner-page .section-heading > p:last-child { max-width: 560px; margin: 0; color: #5b5f5c; font-size: .95rem; }
.inner-page .section-heading .section-index { margin: 0; grid-column: 1/-1; color: #a93222; }
.inner-page .page-jumps { display: flex; flex-wrap: wrap; gap: 0; border-bottom: 1px solid var(--line-dark); }
.inner-page .page-jumps a { display: flex; flex: 1; gap: 18px; justify-content: space-between; padding: 17px 20px; border-right: 1px solid var(--line-dark); font-size: .8rem; font-weight: 600; }
.inner-page .page-jumps a:first-child { padding-left: 0; }
.inner-page .page-jumps a:last-child { border: 0; }
.inner-page .page-jumps span { color: #767a76; font: .6rem "IBM Plex Mono",monospace; }
.inner-page .page-jumps a:hover { color: #ba3825; }
.inner-page .offering-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.inner-page .offering-card { display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line-dark); background: #eae6dc; }
.inner-page .offering-num { font: .6rem "IBM Plex Mono",monospace; letter-spacing: .07em; }
.inner-page .offering-card h3 { margin: 28px 0 18px; font-size: clamp(1.5rem,2.2vw,2.1rem); line-height: 1.08; letter-spacing: -.045em; }
.inner-page .offering-card p { margin: 0 0 25px; font-size: .86rem; line-height: 1.65; color: #5b5f5c; }
.inner-page .offering-card a { display: flex; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line-dark); font-weight: 600; font-size: .75rem; }
.inner-page .offering-dark { background: var(--cobalt); color: white; border-color: var(--cobalt); }
.inner-page .offering-dark p { color: #eff1ff; }
.inner-page .offering-dark a { border-color: #ffffff45; }
.inner-page .price-grid, .inner-page .hosting-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.inner-page .price-card, .inner-page .hosting-card { min-height: 0; padding: 28px; }
.inner-page .price-card small, .inner-page .hosting-card small { margin-bottom: 36px; font-size: .63rem; }
.inner-page .price-card h3 { font-size: clamp(1.85rem,2.7vw,2.8rem); white-space: nowrap; }
.inner-page .price-card.featured { transform: none; }
.inner-page .price-card > p, .inner-page .hosting-card > p { min-height: 70px; margin: 20px 0; font-size: .83rem; }
.inner-page .price-card li, .inner-page .hosting-card li { font-size: .8rem; }
.inner-page .pricing-footnote { max-width: 1000px; margin: 18px 0 0; color: #666a67; font-size: .78rem; }
.inner-page .price-card small, .inner-page .hosting-card small, .inner-page .seo-levels small { color: #a93222; }
.inner-page .price-card.featured small, .inner-page .hosting-featured small { color: #ff8a72; }
.inner-page .hosting { background: none; }
.inner-page .hosting-intro { margin-bottom: 26px; gap: 18px 52px; }
.inner-page .hosting-intro > p { font-size: .9rem; }
.inner-page .hosting-card { background: #eae6dc; }
.inner-page .hosting-featured { color: var(--paper); background: var(--ink); }
.inner-page .hosting-card h3 { font-size: 2.7rem; }
.inner-page .hosting-card > p { min-height: 0; }
.inner-page .billing-toggle { margin-top: 5px; }
.inner-page .billing-toggle button { padding: 10px 12px; font-size: .73rem; }
.inner-page .seo { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; align-items: center; }
.inner-page .seo-visual { min-height: 340px; height: 360px; overflow: hidden; background: #dedff2; }
.inner-page .seo-visual::before { background: radial-gradient(circle at 30% 70%,#4668f355,transparent 65%); }
.inner-page .seo-copy > p:not(.section-index) { margin: 20px 0; font-size: .9rem; }
.inner-page .seo-levels { margin: 22px 0; }
.inner-page .seo-levels > div { grid-template-columns: 92px 110px 1fr; gap: 10px; padding: 14px 0; }
.inner-page .seo-levels small { font-size: .56rem; }
.inner-page .seo-levels strong { font-size: .79rem; }
.inner-page .seo-line { background: var(--cobalt); box-shadow: 0 0 30px #4668f360; }
.inner-page .search-bar { top: 12%; left: 7%; width: 86%; font-size: .75rem; }
.inner-page .result-card { left: 7%; width: 79%; padding: 20px; }
.inner-page .result-one { top: 33%; }
.inner-page .result-two { top: 67%; left: 16%; }
.inner-page .result-card strong { font-size: 1.45rem; }
.inner-page .brand-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; align-items: center; }
.inner-page .brand-section > div:last-child > p:not(.page-kicker) { max-width: 570px; margin-block: 20px; color: #5b5f5c; font-size: .92rem; }
.inner-page .brand-board { min-width: 0; padding: 30px; border: 1px solid var(--line-dark); background: #e6e1d5; }
.inner-page .brand-board > small { font: .6rem "IBM Plex Mono",monospace; letter-spacing: .08em; }
.inner-page .brand-board > strong { display: flex; justify-content: space-between; align-items: center; font-size: 7rem; letter-spacing: -.08em; line-height: 1.2; }
.inner-page .brand-board > strong > span { font-size: 4rem; color: var(--cobalt); }
.inner-page .brand-board > div { display: flex; gap: 8px; }
.inner-page .brand-board i { display: block; width: 33.33%; height: 50px; background: var(--ink); }
.inner-page .brand-board i:nth-child(2) { background: var(--vermilion); }
.inner-page .brand-board i:nth-child(3) { background: var(--cobalt); }
.inner-page .brand-board > p { margin: 18px 0 0; font: .6rem "IBM Plex Mono",monospace; letter-spacing: .04em; }
.inner-page .future-note { display: grid; grid-template-columns: 180px 1fr auto; gap: 28px; padding-block: 24px; align-items: center; border-block: 1px solid var(--line-dark); }
.inner-page .future-note > span, .inner-page .portfolio-note > span { color: #a93222; font: .6rem "IBM Plex Mono",monospace; letter-spacing: .06em; }
.inner-page .future-note p { margin: 0; color: #5b5f5c; font-size: .8rem; }
.inner-page .future-note a { font-size: .8rem; font-weight: 600; }
.inner-page .page-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-block: 44px; padding: 32px; background: #e5e8f6; border: 1px solid #4668f322; }
.inner-page .page-cta .page-kicker { margin-bottom: 10px; color: #344ec3; }
.inner-page .page-cta h2 { margin: 0 0 12px; font-size: clamp(1.8rem,3vw,2.8rem); line-height: 1.1; letter-spacing: -.05em; }
.inner-page .page-cta p:not(.page-kicker) { margin: 0; max-width: 610px; font-size: .86rem; color: #5b5f5c; }
.inner-page .page-cta .button { flex-shrink: 0; }
.inner-page .site-footer { padding: 48px max(32px,calc((100vw - 1320px)/2)) 24px; }
.inner-page .footer-mark { font-size: clamp(3.5rem,8vw,7rem); }
.inner-page .footer-grid { margin-block: 34px; gap: 28px; }
.inner-page .footer-grid a, .inner-page .footer-grid span { font-size: .8rem; }
/* Visual notes: browser, decisions, before/after, conversation. */
.inner-page .page-art { position: relative; min-width: 0; height: 280px; overflow: hidden; border: 1px solid var(--line-dark); }
.inner-page .offer-art { background: #dcdfef; }
.inner-page .art-browser { position: absolute; width: 82%; height: 232px; top: 24px; left: 8%; overflow: hidden; background: var(--paper); border: 1px solid #11131630; transform: rotate(-4deg); }
.inner-page .art-toolbar { display: block; padding: 8px 12px; border-bottom: 1px solid var(--line-dark); font-size: .46rem; color: #898d8b; letter-spacing: 3px; }
.inner-page .art-toolbar i { margin-left: 20px; font-style: normal; letter-spacing: 0; }
.inner-page .art-browser-body { position: relative; z-index: 1; padding: 26px 18px; }
.inner-page .art-browser-body small { display: block; color: #a93222; font: .44rem "IBM Plex Mono",monospace; }
.inner-page .art-browser-body strong { display: block; margin: 14px 0 17px; font-size: clamp(1.3rem,2.1vw,2rem); line-height: 1.05; letter-spacing: -.065em; }
.inner-page .art-browser-body b { display: block; width: fit-content; padding: 8px 10px; color: white; background: var(--cobalt); font: .42rem "IBM Plex Mono",monospace; }
.inner-page .art-shape { position: absolute; width: 100px; height: 160px; right: -25px; bottom: -20px; background: var(--vermilion); border-radius: 60px 60px 0 0; transform: rotate(25deg); }
.inner-page .art-stamp { position: absolute; bottom: 34px; right: 12px; padding: 18px 14px; color: var(--paper); background: var(--ink); font: .57rem/1.5 "IBM Plex Mono",monospace; transform: rotate(9deg); }
.inner-page .art-colors { position: absolute; top: 21px; right: 19px; display: flex; }
.inner-page .art-colors i { display: block; width: 23px; height: 23px; background: var(--vermilion); border: 2px solid #dcdfef; border-radius: 50%; }
.inner-page .art-colors i:nth-child(2) { margin-left: -5px; background: var(--cobalt); }
.inner-page .art-colors i:nth-child(3) { margin-left: -5px; background: var(--ink); }
.inner-page .process-art { padding: 25px; background: var(--cobalt); color: white; }
.inner-page .process-art-title { font: .6rem "IBM Plex Mono",monospace; letter-spacing: .07em; }
.inner-page .process-art-window { position: relative; margin-top: 18px; padding: 18px; color: var(--ink); background: var(--paper); }
.inner-page .process-art-window > span { font: .5rem "IBM Plex Mono",monospace; }
.inner-page .process-art-window b { display: block; position: relative; z-index: 1; margin-top: 20px; font-size: 1.9rem; line-height: 1.05; letter-spacing: -.06em; }
.inner-page .process-art-window i { position: absolute; width: 64px; height: 64px; right: 16px; bottom: 17px; border: 18px solid var(--vermilion); border-radius: 50%; }
.inner-page .process-art-line { display: flex; justify-content: space-between; gap: 8px; align-items: center; margin-top: 22px; font: .55rem "IBM Plex Mono",monospace; }
.inner-page .process-art-line i { opacity: .6; font-style: normal; }
.inner-page .process-art-line strong { color: #111316; background: #fff; padding: 6px 8px; }
.inner-page .work-art { display: flex; align-items: flex-end; background: #e7e1d5; }
.inner-page .work-art > span { position: absolute; top: 22px; left: 24px; font: .59rem/1.5 "IBM Plex Mono",monospace; letter-spacing: .05em; }
.inner-page .work-before { width: 49%; height: 165px; margin: 0 0 20px 20px; padding: 20px; background: #c7c2b7; }
.inner-page .work-before i { display: block; height: 7px; margin: 12px 0; background: #a4a39c; }
.inner-page .work-before i:first-child { width: 65%; height: 25px; }
.inner-page .work-after { width: 50%; height: 205px; padding: 30px 20px; color: var(--paper); background: var(--cobalt); }
.inner-page .work-after strong { font-size: 2.3rem; line-height: .95; letter-spacing: -.07em; }
.inner-page .work-after b { display: block; margin-top: 16px; font-size: 2rem; line-height: 1; color: #f2f1a4; }
.inner-page .work-divider { position: absolute; display: grid; width: 42px; height: 42px; left: calc(50% - 10px); top: 58%; place-items: center; color: var(--paper); background: var(--ink); border-radius: 50%; font-size: 1.5rem; }
.inner-page .faq-art { background: #e1e4f4; }
.inner-page .faq-art-label { position: absolute; left: 24px; top: 22px; font: .59rem/1.5 "IBM Plex Mono",monospace; letter-spacing: .05em; }
.inner-page .question-dot, .inner-page .answer-dot { position: absolute; display: grid; width: 152px; height: 152px; place-items: center; border-radius: 50% 50% 50% 0; font-size: 7rem; font-weight: 800; line-height: 1; }
.inner-page .question-dot { left: 13%; bottom: 25px; color: #fff; background: var(--cobalt); transform: rotate(-8deg); }
.inner-page .answer-dot { right: 10%; bottom: 38px; width: 125px; height: 125px; color: var(--ink); background: var(--vermilion); border-radius: 50% 50% 0 50%; transform: rotate(9deg); }
.inner-page .contact-art { background: #dedff1; }
.inner-page .note-paper { position: absolute; width: 75%; top: 35px; left: 13%; padding: 20px; background: var(--paper); border: 1px solid #11131618; transform: rotate(-5deg); }
.inner-page .note-paper > span { font: .5rem "IBM Plex Mono",monospace; letter-spacing: .06em; }
.inner-page .note-paper strong { display: block; margin: 18px 0; font-size: 1.75rem; line-height: 1.1; letter-spacing: -.06em; }
.inner-page .note-paper i { display: block; height: 3px; width: 65%; margin-top: 9px; background: #11131620; }
.inner-page .note-paper i:nth-last-child(2) { width: 45%; }
.inner-page .note-paper b { position: absolute; right: 20px; bottom: 12px; color: var(--cobalt); font-size: 2.7rem; }
.inner-page .contact-art-stamp { position: absolute; right: 17px; bottom: 15px; padding: 13px; color: var(--ink); background: var(--vermilion); font: .55rem/1.5 "IBM Plex Mono",monospace; transform: rotate(7deg); }
/* Process. */
.inner-page .start-paths { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.inner-page .start-paths article { padding: 28px; background: #e5e8f5; }
.inner-page .start-paths article:last-child { background: #eae6dc; }
.inner-page .start-paths article > span { color: #344ec3; font: .6rem "IBM Plex Mono",monospace; }
.inner-page .start-paths h3 { margin: 24px 0 14px; font-size: 1.8rem; line-height: 1.12; letter-spacing: -.04em; }
.inner-page .start-paths p { max-width: 520px; margin: 0; color: #5b5f5c; font-size: .9rem; }
.inner-page .start-paths a { display: inline-block; margin-top: 18px; font-weight: 600; font-size: .8rem; }
.inner-page .project-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.inner-page .project-steps li { display: grid; grid-template-columns: 60px 1fr 180px; align-items: start; gap: 30px; padding: 28px 20px 28px 0; border-bottom: 1px solid var(--line-dark); }
.inner-page .project-steps li > span { color: #a93222; font: .8rem "IBM Plex Mono",monospace; }
.inner-page .project-steps small { color: #737771; font: .6rem "IBM Plex Mono",monospace; letter-spacing: .07em; }
.inner-page .project-steps h3 { margin: 8px 0 12px; font-size: clamp(1.45rem,2.2vw,2rem); line-height: 1.16; letter-spacing: -.04em; }
.inner-page .project-steps p { max-width: 650px; margin: 0; color: #5b5f5c; font-size: .87rem; }
.inner-page .project-steps li > b { align-self: center; font: .61rem "IBM Plex Mono",monospace; line-height: 1.5; text-align: right; }
.inner-page .project-steps .step-publication { padding-left: 20px; background: var(--cobalt); color: white; border: 0; }
.inner-page .project-steps .step-publication span, .inner-page .project-steps .step-publication small { color: #edefff; }
.inner-page .project-steps .step-publication p { color: #ecefff; }
.inner-page .promise-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.inner-page .promise-grid > article { padding-right: 20px; border-right: 1px solid var(--line-dark); }
.inner-page .promise-grid > article:last-child { border-right: 0; }
.inner-page .promise-grid article > span { font-size: 2.7rem; line-height: 1; letter-spacing: -.06em; font-weight: 800; color: #344ec3; }
.inner-page .promise-grid h2 { margin: 22px 0 12px; font-size: 1.15rem; line-height: 1.2; letter-spacing: -.02em; }
.inner-page .promise-grid p { margin: 0; font-size: .83rem; color: #5b5f5c; }
/* Comparison is a usable keyboard/touch control over the same fictional layout. */
.inner-page .comparison-caption { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: end; margin-bottom: 24px; }
.inner-page .comparison-caption h2 { margin: 0; font-size: clamp(1.7rem,3vw,2.8rem); line-height: 1.1; letter-spacing: -.05em; }
.inner-page .comparison-caption > p { max-width: 500px; margin: 0; color: #5b5f5c; font-size: .83rem; }
.inner-page .comparison-shell { min-height: 520px; height: 550px; }
.inner-page .comparison-help { margin: 12px 0 0; color: #666a67; font-size: .72rem; }
.inner-page .demo-note { gap: 20px; grid-template-columns: 200px 1fr; padding-block: 18px; }
.inner-page .demo-note p { font-size: .8rem; }
.inner-page .change-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 26px; }
.inner-page .change-grid article { border-top: 2px solid var(--cobalt); padding-top: 20px; }
.inner-page .change-grid span { font: .6rem "IBM Plex Mono",monospace; color: #344ec3; }
.inner-page .change-grid h3 { margin: 18px 0 12px; font-size: 1.5rem; letter-spacing: -.04em; }
.inner-page .change-grid p { margin: 0; color: #5b5f5c; font-size: .86rem; }
.inner-page .portfolio-note { display: grid; grid-template-columns: 200px 1fr; gap: 28px; padding: 24px; background: #eae6dc; }
.inner-page .portfolio-note p { margin: 0; color: #5b5f5c; font-size: .85rem; }
/* FAQ: navigation is aligned with the first answer group, not a tall empty intro. */
.inner-page .faq-layout { display: grid; grid-template-columns: 280px minmax(0,1fr); gap: 60px; padding-block: 40px 4px; }
.inner-page .faq-index { align-self: start; display: grid; gap: 0; }
.inner-page .faq-index a { display: flex; gap: 15px; padding: 14px 0; border-bottom: 1px solid var(--line-dark); font-size: .82rem; font-weight: 600; }
.inner-page .faq-index a:hover { color: #a93222; }
.inner-page .faq-index a span { color: #767a76; font: .62rem "IBM Plex Mono",monospace; padding-top: 3px; }
.inner-page .faq-index p { margin: 28px 0 0; font-size: .78rem; color: #666a67; }
.inner-page .faq-index a.faq-write { border: 0; color: #344ec3; padding-top: 8px; }
.inner-page .faq-group { margin-bottom: 36px; }
.inner-page .faq-group h2 { margin: 0 0 16px; font-size: 1.2rem; letter-spacing: -.025em; }
.inner-page .faq-group summary { padding: 19px 40px 19px 0; font-size: .92rem; }
.inner-page .faq-group details p { padding: 0 32px 22px 0; font-size: .86rem; line-height: 1.7; }
/* Contact: shorter intro, form directly beside the context. */
.inner-page .contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; padding-top: 38px; align-items: start; }
.inner-page .contact-aside h2 { margin: 0 0 20px; font-size: clamp(1.8rem,2.8vw,2.6rem); line-height: 1.1; letter-spacing: -.05em; }
.inner-page .contact-aside > p:not(.page-kicker) { max-width: 395px; color: #5b5f5c; font-size: .9rem; }
.inner-page .contact-aside ol { display: grid; gap: 18px; margin: 26px 0; padding: 0; list-style: none; }
.inner-page .contact-aside li { display: flex; gap: 16px; max-width: 390px; font-size: .82rem; }
.inner-page .contact-aside li span { flex-shrink: 0; color: #344ec3; font: .65rem "IBM Plex Mono",monospace; padding-top: 3px; }
.inner-page .contact-direct { margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line-dark); }
.inner-page .contact-direct small { display: block; font: .58rem "IBM Plex Mono",monospace; color: #737771; }
.inner-page .contact-direct a { display: flex; justify-content: space-between; gap: 12px; margin-block: 15px; font-size: clamp(1.05rem,1.9vw,1.65rem); letter-spacing: -.04em; font-weight: 600; }
.inner-page .contact-direct p { max-width: 380px; color: #666a67; font-size: .75rem; }
.inner-page .contact-form { position: relative; width: 100%; margin: 0; padding: 14px; color: var(--ink); border: 1px solid #4668f32b; background: #e1e5f6; box-shadow: 16px 18px 0 #d5d1c6; backdrop-filter: none; }
.inner-page .contact-form::before { display: flex; min-height: 54px; margin: -14px -14px 14px; padding: 0 18px; align-items: center; justify-content: space-between; color: #293ca4; border-bottom: 1px solid #4668f32b; content: "ZGŁOSZENIE PROJEKTU  /  01"; font: .58rem "IBM Plex Mono",monospace; letter-spacing: .1em; }
.inner-page .form-grid { gap: 10px; }
.inner-page .field { padding: 14px 16px; border: 1px solid #11131618; background: #f7f4ec; }
.inner-page .field-help { color: #73766e; font-size: .69rem; }
.inner-page .field input, .inner-page .field textarea, .inner-page .field select { padding-block: 9px; color: var(--ink); border-bottom-color: #11131635; background: transparent; font-size: .9rem; }
.inner-page .field input::placeholder, .inner-page .field textarea::placeholder { color: #80837c; opacity: 1; }
.inner-page .field input:focus-visible, .inner-page .field textarea:focus-visible, .inner-page .field select:focus-visible { outline: 2px solid var(--cobalt); outline-offset: 4px; }
.inner-page .field > span, .inner-page .check-field legend { color: #454941; }
.inner-page .check-field { gap: 8px; }
.inner-page .check-field label { padding: 9px 10px; color: #3f433c; border-color: #11131625; background: #ebe8df; }
.inner-page .check-field input { width: 15px; }
.inner-page .consent { margin-top: 10px; padding: 15px 16px; color: #555950; border: 1px solid #11131618; background: #f7f4ec; line-height: 1.6; }
.inner-page .consent a { color: #293ca4; }
.inner-page .form-footer { align-items: flex-start; flex-direction: column; gap: 15px; margin-top: 24px; }
.inner-page .form-footer .button { width: 100%; color: white; background: var(--cobalt); }
.inner-page .form-footer .button:hover { background: #2f52e6; }
.inner-page .form-footer p { max-width: 440px; color: #61655d; font-size: .7rem; }
.inner-page .form-status { color: #24338a; }
.inner-page .contact-smallprint { display: flex; justify-content: space-between; gap: 35px; margin-block: 24px 44px; align-items: center; }
.inner-page .contact-smallprint p { max-width: 660px; color: #666a67; font-size: .72rem; }
.inner-page .contact-smallprint a { font-size: .78rem; font-weight: 600; }
@media (min-width: 821px) and (prefers-reduced-motion: no-preference) {
  .inner-page .art-browser { animation: page-browser-float 7s ease-in-out infinite alternate; }
  .inner-page .question-dot { animation: page-question-float 6s ease-in-out infinite alternate; }
  .inner-page .answer-dot { animation: page-answer-float 6s ease-in-out -3s infinite alternate; }
}
@keyframes page-browser-float { from { transform: translateY(0) rotate(-4deg); } to { transform: translateY(-6px) rotate(-2deg); } }
@keyframes page-question-float { from { transform: translateY(0) rotate(-8deg); } to { transform: translateY(-8px) rotate(-4deg); } }
@keyframes page-answer-float { from { transform: translateY(0) rotate(9deg); } to { transform: translateY(5px) rotate(4deg); } }
@media (max-width: 1100px) {
  .inner-page .inner-hero { gap: 30px; grid-template-columns: 1.3fr 1fr; }
  .inner-page .page-art { height: 260px; }
  .inner-page .art-browser { height: 215px; }
  .inner-page .offering-card, .inner-page .price-card, .inner-page .hosting-card { padding: 22px; }
  .inner-page .price-card h3 { font-size: 2rem; }
  .inner-page .price-card > p { min-height: 88px; }
  .inner-page .seo, .inner-page .brand-section { gap: 30px; }
  .inner-page .seo-levels > div { grid-template-columns: 90px 1fr; }
  .inner-page .seo-levels span { grid-column: 1/-1; }
  .inner-page .project-steps li { grid-template-columns: 38px 1fr 145px; gap: 22px; }
  .inner-page .faq-layout { grid-template-columns: 235px minmax(0,1fr); gap: 34px; }
  .inner-page .contact-layout { grid-template-columns: .8fr 1.2fr; gap: 30px; }
  .inner-page .page-cta { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 820px) {
  .inner-page { --page-width: calc(100% - 36px); }
  .inner-page main { padding-top: 70px; }
  .inner-page .site-header, .inner-page .site-header.is-scrolled { height: 70px; padding-inline: 18px; }
  .inner-page .site-nav { background: var(--paper); color: var(--ink); }
  .inner-page .inner-hero { padding-block: 30px; grid-template-columns: 1.2fr 1fr; gap: 22px; }
  .inner-page .inner-hero h1 { font-size: clamp(2.4rem,5.7vw,3.5rem); }
  .inner-page .inner-lead { margin-top: 18px; font-size: .89rem; }
  .inner-page .page-art { height: 240px; }
  .inner-page .page-kicker { font-size: .6rem; margin-bottom: 14px; }
  .inner-page .art-browser { height: 205px; top: 20px; }
  .inner-page .art-browser-body { padding: 20px 14px; }
  .inner-page .art-browser-body strong { font-size: 1.4rem; }
  .inner-page .art-stamp { right: 10px; bottom: 28px; padding: 12px; font-size: .45rem; }
  .inner-page .art-shape { width: 75px; }
  .inner-page .process-art { padding: 18px; }
  .inner-page .process-art-window { margin-top: 13px; padding: 13px; }
  .inner-page .process-art-window b { margin-top: 18px; font-size: 1.5rem; }
  .inner-page .process-art-line { margin-top: 18px; font-size: .48rem; }
  .inner-page .work-after strong { font-size: 1.8rem; }
  .inner-page .work-art > span { top: 18px; left: 18px; font-size: .53rem; }
  .inner-page .work-before { height: 135px; margin-left: 16px; padding: 13px; }
  .inner-page .work-after { height: 175px; padding: 30px 15px; }
  .inner-page .question-dot { width: 120px; height: 120px; font-size: 6rem; left: 10%; }
  .inner-page .answer-dot { width: 100px; height: 100px; font-size: 5.4rem; right: 7%; }
  .inner-page .note-paper { width: 82%; left: 8%; top: 23px; padding: 17px; }
  .inner-page .note-paper strong { font-size: 1.35rem; }
  .inner-page .contact-art-stamp { font-size: .46rem; }
  .inner-page .page-section { padding-block: 34px; }
  .inner-page .editorial-section-head, .inner-page .section-heading { gap: 20px 26px; }
  .inner-page .editorial-section-head h2, .inner-page .section-heading h2, .inner-page .hosting-intro h2, .inner-page .seo-copy h2, .inner-page .brand-section h2 { font-size: 2rem; }
  .inner-page .editorial-section-head > p, .inner-page .section-heading > p:last-child { font-size: .84rem; }
  .inner-page .offering-grid { gap: 10px; }
  .inner-page .offering-card { padding: 20px; }
  .inner-page .offering-card h3 { font-size: 1.4rem; }
  .inner-page .offering-card p { font-size: .8rem; }
  .inner-page .price-grid { grid-template-columns: 1fr; }
  .inner-page .price-card { padding: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 28px; }
  .inner-page .price-card small { margin: 0; grid-column: 1/-1; }
  .inner-page .price-card h3 { grid-column: 1; font-size: 2.5rem; }
  .inner-page .price-card > p { grid-column: 1; min-height: 0; margin: 0; }
  .inner-page .price-card ul { grid-row: 2/4; grid-column: 2; padding-top: 0; border-top: 0; }
  .inner-page .hosting-intro { grid-template-columns: 1fr 1fr; }
  .inner-page .hosting-intro .section-index { grid-column: 1/-1; }
  .inner-page .hosting-card { padding: 20px; }
  .inner-page .hosting-card h3 { font-size: 2.2rem; }
  .inner-page .hosting-card small { margin-bottom: 28px; }
  .inner-page .hosting-card h3 em { display: block; margin-top: 8px; }
  .inner-page .hosting-card > p, .inner-page .hosting-card li { font-size: .78rem; }
  .inner-page .seo { grid-template-columns: .8fr 1.2fr; }
  .inner-page .seo-visual { order: 0; min-height: 280px; height: 320px; }
  .inner-page .search-bar { font-size: .55rem; }
  .inner-page .result-card { padding: 15px; }
  .inner-page .result-card strong { font-size: 1.2rem; }
  .inner-page .result-card span { font-size: .58rem; }
  .inner-page .brand-board { padding: 23px; }
  .inner-page .brand-board > strong { font-size: 5rem; }
  .inner-page .future-note { grid-template-columns: 1fr; gap: 12px; }
  .inner-page .page-cta { padding: 28px; margin-block: 32px; gap: 23px; }
  .inner-page .start-paths h3 { font-size: 1.5rem; }
  .inner-page .project-steps li { grid-template-columns: 35px 1fr; gap: 16px; }
  .inner-page .project-steps li > b { grid-column: 2; text-align: left; }
  .inner-page .promise-grid { gap: 20px; }
  .inner-page .promise-grid article > span { font-size: 2rem; }
  .inner-page .promise-grid > article { padding-right: 15px; }
  .inner-page .comparison-shell { min-height: 480px; height: 480px; }
  .inner-page .comparison-caption { gap: 20px; }
  .inner-page .change-grid { gap: 20px; }
  .inner-page .change-grid h3 { font-size: 1.3rem; }
  .inner-page .faq-layout { grid-template-columns: 1fr; gap: 26px; padding-top: 26px; }
  .inner-page .faq-index { grid-template-columns: 1fr 1fr; gap: 0 20px; }
  .inner-page .faq-index p { margin-top: 15px; }
  .inner-page .faq-index a.faq-write { padding-top: 15px; }
  .inner-page .faq-group { margin-bottom: 30px; }
  .inner-page .contact-layout { grid-template-columns: 1fr; gap: 26px; padding-top: 28px; }
  .inner-page .contact-aside { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 28px; }
  .inner-page .contact-aside .page-kicker { grid-column: 1/-1; margin: 0; }
  .inner-page .contact-aside h2 { margin: 0; font-size: 2rem; }
  .inner-page .contact-aside > p:not(.page-kicker) { margin: 0; }
  .inner-page .contact-aside ol { margin: 10px 0 0; gap: 12px; }
  .inner-page .contact-direct { margin-top: 10px; padding-top: 0; border-top: 0; }
  .inner-page .contact-direct a { font-size: 1.15rem; }
  .inner-page .contact-form { padding: 28px; }
  .inner-page .contact-smallprint { align-items: flex-start; flex-direction: column; gap: 5px; }
  .inner-page .site-footer { padding: 36px 18px 24px; }
  .inner-page .footer-grid { grid-template-columns: 2fr 1fr 1fr; gap: 22px; }
  .inner-page .footer-grid > div:first-child { grid-column: auto; }
}
@media (max-width: 580px) {
  .inner-page .inner-hero { display: flex; flex-direction: column; align-items: stretch; gap: 24px; }
  .inner-page .inner-hero h1 { font-size: clamp(2.4rem,9vw,3.35rem); }
  .inner-page .inner-lead { font-size: .91rem; }
  .inner-page .page-art { height: 225px; max-width: none; }
  .inner-page .art-browser { width: 76%; height: 185px; left: 10%; top: 22px; }
  .inner-page .art-browser-body { padding: 17px; }
  .inner-page .art-browser-body strong { margin: 12px 0; font-size: 1.55rem; }
  .inner-page .art-stamp { right: 20px; bottom: 15px; }
  .inner-page .process-art { padding: 18px 24px; }
  .inner-page .process-art-window { padding: 13px 18px; }
  .inner-page .process-art-window b { margin-top: 12px; font-size: 1.6rem; }
  .inner-page .process-art-line { margin-top: 14px; font-size: .54rem; }
  .inner-page .faq-art .question-dot { left: 24%; bottom: 18px; }
  .inner-page .faq-art .answer-dot { right: 17%; bottom: 33px; }
  .inner-page .contact-art .note-paper { width: 70%; left: 13%; top: 20px; padding: 16px 22px; }
  .inner-page .contact-art .note-paper strong { font-size: 1.55rem; margin-block: 12px; }
  .inner-page .contact-art .contact-art-stamp { right: 20px; bottom: 16px; }
  .inner-page .page-jumps { gap: 0; }
  .inner-page .page-jumps a { flex: 1 0 33.33%; padding: 12px 10px; border-bottom: 1px solid var(--line-dark); font-size: .74rem; }
  .inner-page .page-jumps a:first-child { padding-left: 10px; }
  .inner-page .page-jumps a:last-child { border-bottom: 1px solid var(--line-dark); }
  .inner-page .page-jumps a:nth-child(3) { border-right: 0; }
  .inner-page .page-section { padding-block: 30px; }
  .inner-page .editorial-section-head, .inner-page .section-heading, .inner-page .hosting-intro { grid-template-columns: 1fr; gap: 17px; margin-bottom: 22px; }
  .inner-page .editorial-section-head h2, .inner-page .section-heading h2, .inner-page .hosting-intro h2, .inner-page .seo-copy h2, .inner-page .brand-section h2 { font-size: 2rem; }
  .inner-page .offering-grid, .inner-page .hosting-grid, .inner-page .start-paths, .inner-page .promise-grid, .inner-page .change-grid { grid-template-columns: 1fr; gap: 14px; }
  .inner-page .offering-card { padding: 24px; }
  .inner-page .offering-card h3 { font-size: 1.75rem; margin-top: 20px; }
  .inner-page .offering-card p { font-size: .86rem; }
  .inner-page .price-card { display: block; padding: 26px; }
  .inner-page .price-card small { margin-bottom: 26px; }
  .inner-page .price-card h3 { font-size: 2.7rem; }
  .inner-page .price-card > p { margin: 18px 0; }
  .inner-page .price-card ul { padding-top: 12px; border-top: 1px solid var(--line-dark); }
  .inner-page .price-card.featured ul { border-top-color: var(--line-light); }
  .inner-page .hosting-intro .billing-toggle { margin-top: 4px; }
  .inner-page .hosting-card { padding: 24px; }
  .inner-page .hosting-card small { margin-bottom: 23px; }
  .inner-page .hosting-card h3 { font-size: 2.8rem; }
  .inner-page .hosting-card h3 em { display: inline; }
  .inner-page .hosting-card > p { margin-block: 15px; }
  .inner-page .hosting-card ul { padding-top: 14px; }
  .inner-page .seo, .inner-page .brand-section { grid-template-columns: 1fr; gap: 25px; }
  .inner-page .seo-visual { height: 280px; min-height: 0; }
  .inner-page .search-bar { font-size: .72rem; }
  .inner-page .result-card { padding: 17px; }
  .inner-page .result-card span { font-size: .65rem; }
  .inner-page .seo-levels > div { grid-template-columns: 100px 1fr; }
  .inner-page .seo-copy .section-index { margin-top: 0; }
  .inner-page .brand-board { padding: 25px; }
  .inner-page .brand-board > strong { font-size: 5.7rem; }
  .inner-page .brand-board i { height: 42px; }
  .inner-page .page-cta { padding: 25px; }
  .inner-page .page-cta h2 { font-size: 1.9rem; }
  .inner-page .page-cta .button { width: 100%; padding-inline: 15px; gap: 15px; justify-content: space-between; font-size: .75rem; }
  .inner-page .start-paths article { padding: 24px; }
  .inner-page .start-paths h3 { margin-top: 20px; font-size: 1.65rem; }
  .inner-page .project-steps li { gap: 13px; padding-block: 23px; grid-template-columns: 25px 1fr; }
  .inner-page .project-steps h3 { font-size: 1.45rem; }
  .inner-page .project-steps .step-publication { padding-inline: 15px; }
  .inner-page .promise-grid { gap: 0; }
  .inner-page .promise-grid > article { padding: 23px 0; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .inner-page .promise-grid > article:first-child { padding-top: 0; }
  .inner-page .promise-grid > article:last-child { border-bottom: 0; padding-bottom: 0; }
  .inner-page .promise-grid article > span { font-size: 2.7rem; }
  .inner-page .promise-grid h2 { margin-top: 17px; }
  .inner-page .comparison-caption { grid-template-columns: 1fr; gap: 14px; }
  .inner-page .comparison-shell { min-height: 430px; height: 430px; }
  .inner-page .comparison-label { font-size: .5rem; padding: 5px 8px; }
  .inner-page .demo-note { grid-template-columns: 1fr; gap: 8px; }
  .inner-page .change-grid { gap: 26px; }
  .inner-page .change-grid h3 { margin-top: 12px; font-size: 1.45rem; }
  .inner-page .portfolio-note { grid-template-columns: 1fr; gap: 12px; padding: 22px; }
  .inner-page .faq-index { gap: 0 15px; }
  .inner-page .faq-index a { gap: 8px; font-size: .7rem; }
  .inner-page .faq-index p { font-size: .69rem; }
  .inner-page .faq-group summary { font-size: .88rem; }
  .inner-page .faq-group details p { font-size: .84rem; padding-right: 12px; }
  .inner-page .contact-aside { grid-template-columns: 1fr; gap: 16px; }
  .inner-page .contact-aside ol { margin-top: 2px; }
  .inner-page .contact-direct { margin-top: 5px; padding-top: 20px; border-top: 1px solid var(--line-dark); }
  .inner-page .contact-direct a { font-size: 1.45rem; }
  .inner-page .contact-form { padding: 24px 20px; }
  .inner-page .form-grid { grid-template-columns: 1fr; gap: 21px; }
  .inner-page .field-wide { grid-column: 1; }
  .inner-page .field input, .inner-page .field textarea, .inner-page .field select { font-size: 16px; }
  .inner-page .field select { padding-right: 30px; }
  .inner-page .form-footer .button { width: 100%; justify-content: space-between; }
  .inner-page .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 18px; }
  .inner-page .footer-grid > div:first-child { grid-column: 1/-1; }
  .inner-page .footer-bottom { gap: 18px; flex-wrap: wrap; font-size: .53rem; }
  .inner-page .footer-bottom > span:nth-child(2) { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .inner-page *, .inner-page *::before, .inner-page *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
/* Keep page illustrations independent of similarly named homepage accents. */
.inner-page .art-stamp { left: auto; display: block; animation: none; box-shadow: none; }
.inner-page .site-nav > a[aria-current="page"]:not(.nav-cta) { color: var(--ink); }
.inner-page .promise-grid p { display: block; }
.inner-page .seo-visual .search-bar { color: #53587a; border-color: #11131620; background: #ffffff44; }
.inner-page .seo-visual .search-bar i { border-color: #4668f3; }
.inner-page .seo-visual .search-bar b { color: #344ec3; }
.inner-page .demo-note > span { color: #a93222; }
