* { box-sizing: border-box; }

html, body { margin: 0; min-height: 100%; background: #101216; }

body { color: #edf0f4; font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }

a { color: inherit; }

.website-header { background: #14171c; border-bottom: 1px solid #292d34; }

.website-header-inner { display: flex; justify-content: space-between; align-items: center; width: min(1040px, calc(100% - 52px)); margin: 0 auto; padding: 20px 0; }

.website-name { color: #f3f4f6; font-size: 13px; font-weight: 800; letter-spacing: 1.8px; text-decoration: none; }

.header-navigation a { color: #d6dbe2; font-size: 13px; font-weight: 700; text-decoration: none; }

.header-navigation a:hover, .footer-navigation a:hover { color: #91bdf7; }

.main-content { width: min(1040px, calc(100% - 52px)); margin: 0 auto; padding: 86px 0 100px; }

.hero-section { max-width: 820px; margin-bottom: 68px; }

.page-category-label { margin-bottom: 10px; color: #8993a1; font-size: 12px; font-weight: 800; letter-spacing: 1.5px; }

h1 { margin: 0 0 20px; color: #ffffff; font-size: 48px; line-height: 1.12; letter-spacing: -1px; }

.hero-description { margin: 0; color: #aeb5bf; font-size: 19px; }

.content-section { max-width: 850px; margin-top: 58px; }

.content-section h2 { margin: 0 0 12px; color: #ffffff; font-size: 28px; }

.content-section p { margin: 0; color: #aeb5bf; font-size: 17px; }

.values-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 58px; }

.value-item { padding: 24px; background: #181b21; border: 1px solid #2c3139; border-left: 4px solid #91bdf7; }

.value-item h3 { margin: 0 0 8px; color: #ffffff; font-size: 20px; }

.value-item p { margin: 0; color: #9fa7b2; }

.closing-section { margin-top: 66px; }

.website-footer { background: #14171c; border-top: 1px solid #292d34; }

.website-footer-inner { display: flex; justify-content: space-between; align-items: center; width: min(1040px, calc(100% - 52px)); margin: 0 auto; padding: 24px 0; color: #747d89; font-size: 12px; }

.footer-navigation { display: flex; gap: 22px; }

.footer-navigation a { color: #9098a3; text-decoration: none; }

@media (max-width: 760px) {
    .values-grid { grid-template-columns: 1fr; }
    h1 { font-size: 38px; }
    .website-header-inner, .main-content, .website-footer-inner { width: min(100% - 32px, 1040px); }
}