:root { --accent-color: #28618b; --black-color: #203243; }
html { scroll-padding-top: 24px; }
body { background: #f5f7fa; color: #203243; overflow-x: hidden; scrollbar-width: auto; }
* { scrollbar-width: auto; }
.demo-masthead { max-width: 1100px; margin: 0 auto; padding: 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid #d4dfe7; }
.demo-brand { font-family: Arial, sans-serif; font-size: 24px; font-weight: 700; letter-spacing: -.5px; }
.demo-brand small { display: block; margin-top: 5px; font-size: 11px; letter-spacing: 1.2px; font-weight: 400; }
.demo-masthead nav { display: flex; flex-wrap: wrap; gap: 20px; font-family: Arial, sans-serif; font-size: 14px; }
.body-container { max-width: 1000px; padding: 58px 60px; }
.article-main-block { gap: 26px; }
.demo-eyebrow, .article-updates, .article-first-subtitle, .article-quote { font-family: Arial, sans-serif; }
.demo-eyebrow { color: #28618b; letter-spacing: 1.4px; font-size: 12px; font-weight: 700; }
.article-title { font-size: clamp(36px, 5vw, 58px); line-height: 1.1; text-align: left; max-width: 800px; }
.article-first-subtitle { text-align: left; font-size: 20px; line-height: 1.55; color: #4b6171; }
.article-updates { justify-content: flex-start; gap: 14px; flex-wrap: wrap; }
.article-update { font-family: Arial, sans-serif; font-size: 13px; color: #566b7c; }
.article-img { border: 1px solid #e1e7ed; border-radius: 12px; max-height: 540px; object-fit: contain; background: #fff; }
figcaption { margin-top: 10px; font: 13px/1.5 Arial,sans-serif; color: #586f81; }
.article-text { font-size: 23px; line-height: 1.6; }
.article-subtitle { font-size: 33px; line-height: 1.25; margin-top: 15px; }
.article-quote { margin: 10px 0; padding: 20px 24px; border-color: #367396; background: #e8f0f5; font-size: 22px; line-height: 1.5; }
.demo-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.demo-step { background: #fff; border: 1px solid #dce5ed; border-radius: 10px; padding: 23px; }
.demo-step h3 { font-size: 25px; margin-bottom: 12px; }
.demo-step p { font-size: 18px; line-height: 1.55; }
.demo-cta { padding: 30px; border: 1px solid #d4e0e9; border-radius: 12px; background: #fff; text-align: center; }
.demo-cta h2 { font-size: 30px; margin-bottom: 12px; }
.demo-cta p { font: 16px/1.6 Arial,sans-serif; margin-bottom: 22px; }
.demo-cta .btn { font-family: Arial,sans-serif; font-size: 17px; padding: 14px 22px; max-width: 100%; }
.demo-footer { border-top: 1px solid #d4dfe7; padding: 30px 24px; text-align: center; font: 13px/1.7 Arial,sans-serif; color: #566b7c; }
.demo-footer p { font: inherit; }
@media(max-width:767px) {
 .demo-masthead { flex-wrap: wrap; padding: 20px; }
 .demo-masthead nav { gap: 15px; }
 .body-container { padding: 34px 20px; }
 .article-main-block { gap: 22px; }
 .article-text { font-size: 21px; }
 .article-first-subtitle { font-size: 18px; }
 .article-subtitle { font-size: 29px; }
 .article-quote { padding: 18px; font-size: 20px; }
 .demo-steps { grid-template-columns: 1fr; }
 .demo-cta { padding: 24px 18px; }
}
@media(prefers-reduced-motion:reduce) { * { scroll-behavior: auto; } }
