:root {
  --bg: #07111f;
  --bg-soft: #0d1b2d;
  --card: rgba(255,255,255,.075);
  --card-strong: #10243a;
  --text: #f4f8fb;
  --muted: #aebdca;
  --primary: #64e6b0;
  --primary-dark: #23ba7d;
  --accent: #ffcf66;
  --danger: #ff7f78;
  --blue: #72b8ff;
  --border: rgba(255,255,255,.12);
  --shadow: 0 24px 70px rgba(0,0,0,.30);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 15% -5%, rgba(100,230,176,.18), transparent 31%),
    radial-gradient(circle at 95% 5%, rgba(114,184,255,.14), transparent 27%),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
body.admin-body { min-height: 100vh; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid rgba(100,230,176,.34);
  outline-offset: 2px;
}
img { max-width: 100%; display: block; }
[hidden] { display: none !important; }
.container { width: min(1140px, calc(100% - 36px)); margin-inline: auto; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(7,17,31,.78);
  border-bottom: 1px solid var(--border);
}
.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.03em; text-decoration: none; }
.brand-logo {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 9px 28px rgba(44,163,255,.22), 0 0 0 3px rgba(100,230,176,.08);
}
.brand small { display: block; color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.brand-name { line-height: 1.08; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { text-decoration: none; color: var(--muted); font-size: .94rem; font-weight: 700; }
.nav-links a:hover { color: var(--text); }

.btn {
  border: 0;
  border-radius: 999px;
  padding: 13px 20px;
  font-weight: 850;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  transition: .22s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #03251a; background: linear-gradient(135deg, var(--primary), #9cf1ce); box-shadow: 0 12px 35px rgba(100,230,176,.22); }
.btn-secondary { color: var(--text); background: rgba(255,255,255,.07); border: 1px solid var(--border); }
.btn-danger { color: #fff; background: rgba(255,127,120,.18); border: 1px solid rgba(255,127,120,.34); }
.btn-small { padding: 9px 14px; font-size: .82rem; }

.hero { padding: 88px 0 58px; position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 54px; align-items: center; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(100,230,176,.28);
  border-radius: 999px;
  color: var(--primary);
  background: rgba(100,230,176,.07);
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
h1 { font-size: clamp(2.7rem, 6vw, 5.8rem); line-height: .98; letter-spacing: -.065em; margin: 22px 0; max-width: 900px; }
h1 span { color: var(--primary); }
.hero-copy { font-size: clamp(1.08rem, 2vw, 1.28rem); color: var(--muted); max-width: 660px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 25px; color: var(--muted); font-size: .9rem; }
.trust-line span::before { content: "✓"; color: var(--primary); margin-right: 7px; font-weight: 900; }
.hero-panel {
  position: relative;
  border: 1px solid var(--border);
  background: linear-gradient(160deg, rgba(255,255,255,.10), rgba(255,255,255,.035));
  border-radius: 30px;
  padding: 22px;
  box-shadow: var(--shadow);
  transform: rotate(1deg);
}
.hero-panel::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(100,230,176,.16);
  filter: blur(35px);
  right: -30px;
  top: -20px;
}
.mock-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; position: relative; }
.mock-head strong { font-size: 1.03rem; }
.status { padding: 7px 10px; border-radius: 999px; color: var(--primary); background: rgba(100,230,176,.10); font-size: .75rem; font-weight: 900; }
.balance-card { background: #f4fbf8; color: #09271c; border-radius: 22px; padding: 22px; position: relative; overflow: hidden; }
.balance-card small { color: #507267; font-weight: 700; }
.balance { font-size: 2.45rem; font-weight: 950; letter-spacing: -.05em; margin: 4px 0 18px; }
.meter { height: 10px; border-radius: 99px; background: #dce8e3; overflow: hidden; }
.meter span { display: block; width: 66%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--primary-dark), #79d6ad); }
.meter-label { display: flex; justify-content: space-between; margin-top: 8px; font-size: .72rem; color: #5a766d; font-weight: 800; }
.mini-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 12px; }
.mini-card { padding: 16px; border: 1px solid var(--border); border-radius: 17px; background: rgba(0,0,0,.16); }
.mini-card small { color: var(--muted); }
.mini-card strong { display: block; font-size: 1.2rem; margin-top: 2px; }
.trend { color: var(--primary); font-size: .78rem; font-weight: 850; }
.alert { color: var(--accent); font-size: .78rem; font-weight: 850; }

.stats { padding: 20px 0 82px; }
.stats-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.stat-card { border: 1px solid var(--border); background: var(--card); padding: 24px; border-radius: 20px; }
.stat-card strong { display: block; font-size: clamp(1.7rem,4vw,2.7rem); letter-spacing: -.055em; line-height: 1; margin-bottom: 10px; }
.stat-card p { margin: 0; color: var(--muted); }

section { padding: 82px 0; }
.section-kicker { color: var(--primary); font-size: .82rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
h2 { font-size: clamp(2.15rem, 4.2vw, 4rem); line-height: 1.04; letter-spacing: -.055em; margin: 10px 0 18px; }
.section-intro { color: var(--muted); max-width: 760px; font-size: 1.08rem; margin-bottom: 35px; }

.demo-notice { margin-bottom: 18px; padding: 13px 16px; border-radius: 14px; color: #ffe7a8; background: rgba(255,207,102,.08); border: 1px solid rgba(255,207,102,.25); font-size: .88rem; }
.filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 24px; }
.filter-button { border: 1px solid var(--border); background: rgba(255,255,255,.04); color: var(--muted); border-radius: 999px; padding: 9px 14px; cursor: pointer; font-weight: 750; }
.filter-button.active, .filter-button:hover { color: #052218; background: var(--primary); border-color: var(--primary); }
.blog-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; align-items: start; }
.post-list { display: grid; gap: 16px; }
.post-card {
  display: grid;
  grid-template-columns: 170px 1fr;
  min-height: 180px;
  border: 1px solid var(--border);
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(255,255,255,.085), rgba(255,255,255,.025));
  cursor: pointer;
  transition: .24s ease;
}
.post-card:hover { transform: translateY(-4px); border-color: rgba(100,230,176,.36); }
.post-featured { display: block; min-height: 470px; position: sticky; top: 94px; }
.post-visual { min-height: 180px; display: grid; place-items: center; background: linear-gradient(135deg, rgba(100,230,176,.17), rgba(114,184,255,.14)); overflow: hidden; }
.post-featured .post-visual { min-height: 240px; }
.post-visual img { width: 100%; height: 100%; object-fit: cover; }
.post-visual-mark { font-size: 2.2rem; font-weight: 950; letter-spacing: -.08em; color: rgba(255,255,255,.78); }
.post-body { padding: 21px; }
.post-meta { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; color: var(--muted); font-size: .76rem; margin-bottom: 10px; }
.post-category { display: inline-flex; width: fit-content; border-radius: 999px; padding: 6px 10px; background: rgba(100,230,176,.10); color: var(--primary); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.post-title { margin: 0 0 10px; font-size: 1.25rem; line-height: 1.18; letter-spacing: -.03em; }
.post-featured .post-title { font-size: 1.75rem; }
.post-excerpt { color: var(--muted); margin: 0 0 16px; }
.post-read { color: var(--primary); font-size: .82rem; font-weight: 850; }
.empty-posts { padding: 26px; color: var(--muted); border: 1px dashed var(--border); border-radius: 18px; }

.pain-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }
.pain-card {
  padding: 26px;
  min-height: 280px;
  border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(255,255,255,.085), rgba(255,255,255,.025));
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  transition: .25s ease;
}
.pain-card:hover { transform: translateY(-5px); border-color: rgba(100,230,176,.34); }
.icon { width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; font-size: 1.45rem; background: rgba(100,230,176,.10); margin-bottom: 28px; }
.pain-card h3 { margin: 0 0 10px; font-size: 1.25rem; letter-spacing: -.02em; }
.pain-card p { color: var(--muted); margin: 0 0 18px; }
.pain-card b { margin-top: auto; color: var(--primary); font-size: .89rem; }

.diagnosis { background: linear-gradient(180deg, rgba(255,255,255,.025), transparent); }
.tool {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 18px;
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 18px;
  background: rgba(255,255,255,.035);
  box-shadow: var(--shadow);
}
.tool-copy { padding: 30px; }
.tool-copy h3 { font-size: 2rem; margin: 0 0 13px; letter-spacing: -.04em; }
.tool-copy p { color: var(--muted); }
.tool-copy ul { padding: 0; list-style: none; margin: 25px 0 0; }
.tool-copy li { margin-bottom: 13px; color: #d8e2e9; }
.tool-copy li::before { content: "→"; color: var(--primary); margin-right: 10px; font-weight: 900; }
.calculator { background: #f5f9fb; color: #10202e; border-radius: 22px; padding: 25px; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; }
label { display: block; color: #516171; font-size: .78rem; font-weight: 850; margin-bottom: 6px; }
.field { position: relative; }
.field span { position: absolute; left: 13px; top: 34px; color: #6a7c89; font-weight: 800; }
input, textarea, select {
  width: 100%;
  padding: 13px;
  border: 1px solid #d5e0e6;
  border-radius: 12px;
  background: white;
  color: #12212e;
  outline: none;
}
.field input { padding-left: 38px; }
input:focus, textarea:focus, select:focus { border-color: var(--primary-dark); box-shadow: 0 0 0 3px rgba(35,186,125,.12); }
textarea { resize: vertical; min-height: 120px; }
.calc-button { width: 100%; margin-top: 15px; border-radius: 13px; }
.result { display: none; margin-top: 16px; padding: 18px; border-radius: 15px; background: #e9f8f1; }
.result.show { display: block; }
.result h4 { margin: 0 0 5px; font-size: 1.05rem; }
.result p { margin: 0; color: #476457; }
.result.danger { background: #fff0ef; }
.result.danger p { color: #7b4641; }
.result.warning { background: #fff8e8; }
.result.warning p { color: #715d2b; }

.plan-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; counter-reset: step; }
.step { counter-increment: step; border: 1px solid var(--border); border-radius: 21px; padding: 23px; background: var(--card); }
.step::before { content: "0" counter(step); display: block; color: var(--primary); font-size: .78rem; font-weight: 950; letter-spacing: .13em; margin-bottom: 22px; }
.step h3 { margin: 0 0 9px; font-size: 1.12rem; }
.step p { color: var(--muted); margin: 0; font-size: .92rem; }
.warning-box { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; padding: 24px; border: 1px solid rgba(255,207,102,.25); border-radius: 22px; background: rgba(255,207,102,.07); margin-top: 28px; }
.warning-box .icon { background: rgba(255,207,102,.13); margin: 0; }
.warning-box h3 { margin: 0 0 6px; }
.warning-box p { margin: 0; color: var(--muted); }
.cta { padding-top: 38px; }
.cta-card { border-radius: 34px; padding: 58px; background: linear-gradient(135deg, #b5f5d8, #6fe1af); color: #07261b; position: relative; overflow: hidden; }
.cta-card::after { content: "R$"; position: absolute; right: 20px; bottom: -80px; font-weight: 950; font-size: 18rem; line-height: 1; color: rgba(7,38,27,.07); }
.cta-card h2 { max-width: 750px; margin-top: 0; }
.cta-card p { max-width: 680px; color: #275143; font-size: 1.08rem; }
.cta-card .btn { margin-top: 18px; background: #071e16; color: white; position: relative; z-index: 2; }

footer { padding: 45px 0 30px; color: var(--muted); }
.footer-grid { display: flex; justify-content: space-between; gap: 25px; align-items: flex-start; border-top: 1px solid var(--border); padding-top: 28px; }
footer p { max-width: 720px; margin: 0; font-size: .84rem; }
.footer-links { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.footer-links a { font-size: .8rem; color: var(--primary); }

.article-page { padding-top: 70px; padding-bottom: 90px; max-width: 900px; }
.article-back { color: var(--primary); text-decoration: none; font-weight: 800; }
.article-header { padding: 35px 0 25px; }
.article-header h1 { font-size: clamp(2.5rem, 6vw, 5.2rem); max-width: 1000px; }
.article-lead { color: var(--muted); font-size: 1.22rem; max-width: 760px; }
.article-meta { color: var(--muted); font-size: .86rem; }
.article-cover { border-radius: 28px; overflow: hidden; border: 1px solid var(--border); margin: 15px 0 38px; max-height: 520px; }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-content { max-width: 760px; font-size: 1.12rem; line-height: 1.82; }
.article-content p { margin: 0 0 1.45em; }
.article-notice { max-width: 760px; margin-top: 38px; border-radius: 18px; padding: 20px; border: 1px solid rgba(255,207,102,.25); background: rgba(255,207,102,.07); }
.article-notice p { color: var(--muted); margin-bottom: 0; }
.not-found { padding-top: 100px; padding-bottom: 100px; }
.not-found h1 { font-size: clamp(2.4rem, 5vw, 4rem); }

.legal-page { max-width: 850px; padding-top: 70px; padding-bottom: 90px; }
.legal-page h1 { font-size: clamp(2.7rem, 6vw, 5rem); }
.legal-page h2 { font-size: 1.8rem; margin-top: 40px; }
.legal-page p, .legal-page li { color: #d3dee5; }
.legal-page a { color: var(--primary); }

.admin-shell { width: min(1040px, calc(100% - 28px)); margin: 0 auto; padding: 45px 0 80px; }
.admin-header { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 28px; }
.admin-header h1 { font-size: clamp(2rem, 5vw, 3.3rem); margin: 0; }
.login-card, .editor-card {
  border: 1px solid var(--border);
  background: linear-gradient(160deg, rgba(255,255,255,.10), rgba(255,255,255,.035));
  border-radius: 26px;
  padding: 26px;
  box-shadow: var(--shadow);
}
.login-card { max-width: 470px; margin: 70px auto 0; }
.login-card h2, .editor-card h2 { margin-top: 0; }
.login-card p, .editor-help { color: var(--muted); }
.admin-form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.admin-field { margin-bottom: 16px; }
.admin-field.full { grid-column: 1 / -1; }
.admin-field label { color: #d8e2e9; }
.admin-checkbox { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: #d8e2e9; }
.admin-checkbox input { width: auto; }
.admin-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.admin-message { margin: 0 0 18px; padding: 13px 15px; border-radius: 13px; border: 1px solid var(--border); }
.admin-message.info { color: #dce9ff; background: rgba(114,184,255,.09); }
.admin-message.success { color: #baf5da; background: rgba(100,230,176,.09); }
.admin-message.error { color: #ffd1ce; background: rgba(255,127,120,.10); border-color: rgba(255,127,120,.28); }
.admin-list { margin-top: 28px; }
.admin-list h2 { font-size: 1.6rem; }
.admin-post-row { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 17px 0; border-bottom: 1px solid var(--border); }
.admin-post-row strong { display: block; margin-bottom: 4px; }
.admin-post-row span { color: var(--muted); font-size: .82rem; }
.admin-row-actions { display: flex; gap: 8px; }
.admin-empty { color: var(--muted); }
.security-note { margin-top: 22px; padding: 16px; border-radius: 15px; border: 1px solid rgba(100,230,176,.22); background: rgba(100,230,176,.06); color: #cfe8dc; font-size: .88rem; }

@media (max-width: 940px) {
  .hero-grid, .tool, .blog-grid { grid-template-columns: 1fr; }
  .hero-panel { transform: none; max-width: 650px; }
  .pain-grid { grid-template-columns: repeat(2,1fr); }
  .plan-grid { grid-template-columns: repeat(2,1fr); }
  .nav-links { display: none; }
  .post-featured { position: static; min-height: auto; }
}
@media (max-width: 700px) {
  .post-card { grid-template-columns: 1fr; }
  .post-visual { min-height: 210px; }
  .admin-form-grid { grid-template-columns: 1fr; }
  .admin-field.full { grid-column: auto; }
  .admin-post-row { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 650px) {
  .container { width: min(100% - 24px, 1140px); }
  .hero { padding-top: 58px; }
  .stats-grid, .pain-grid, .plan-grid, .form-grid { grid-template-columns: 1fr; }
  .stats { padding-bottom: 52px; }
  section { padding: 60px 0; }
  .tool-copy, .calculator { padding: 20px; }
  .cta-card { padding: 34px 24px; }
  .footer-grid { flex-direction: column; }
  .footer-links { justify-content: flex-start; }
  .brand-name { font-size: .9rem; }
  .nav .btn { padding: 10px 14px; font-size: .82rem; }
  h1 { font-size: 3.05rem; }
  .admin-header { align-items: flex-start; flex-direction: column; }
}


/* Compartilhamento da matéria */
.share-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1200;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.share-fab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: linear-gradient(135deg, #64e6b0, #42c98f);
  color: #061b13;
  font: inherit;
  font-size: .88rem;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(0,0,0,.35);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}
.share-fab:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(0,0,0,.42); }
.share-fab:focus-visible { outline: 3px solid rgba(100,230,176,.32); outline-offset: 3px; }
.share-menu {
  width: min(280px, calc(100vw - 28px));
  padding: 10px;
  border: 1px solid var(--border);
  border-radius: 17px;
  background: #0d1927;
  box-shadow: 0 18px 45px rgba(0,0,0,.48);
}
.share-menu[hidden] { display: none; }
.share-option {
  display: block;
  width: 100%;
  padding: 12px 13px;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: #eef7f3;
  font: inherit;
  font-size: .88rem;
  font-weight: 800;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.share-option:hover, .share-option:focus-visible { background: rgba(100,230,176,.10); color: var(--primary); outline: none; }
.share-status { display: block; min-height: 18px; padding: 5px 13px 2px; color: var(--primary); font-size: .76rem; }

@media (max-width: 650px) {
  .share-widget { right: 14px; bottom: 14px; }
  .share-fab { min-height: 48px; padding: 0 15px; }
  .share-fab span { font-size: .82rem; }
}


/* Logo e chamadas para o sistema */
.system-promo {
  margin-top: 22px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(100,230,176,.25);
  border-radius: 24px;
  background:
    radial-gradient(circle at 0 0, rgba(100,230,176,.16), transparent 34%),
    linear-gradient(135deg, rgba(16,36,58,.98), rgba(8,24,40,.98));
  box-shadow: var(--shadow);
}
.system-promo-logo {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.2);
  box-shadow: 0 12px 32px rgba(0,0,0,.32);
}
.system-promo-copy h3 { margin: 3px 0 6px; font-size: clamp(1.22rem, 2.5vw, 1.65rem); }
.system-promo-copy p { margin: 0; color: var(--muted); max-width: 670px; }
.system-promo-kicker {
  color: var(--primary);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.system-promo-button { white-space: nowrap; }

.result-sales-cta {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(16,32,46,.12);
}
.result-sales-cta strong { display: block; margin-bottom: 5px; color: #10202e; }
.result-sales-cta p { margin: 0 0 13px; }
.result-sales-cta .btn { width: 100%; }
.result.danger .result-sales-cta { border-top-color: rgba(123,70,65,.16); }
.result.warning .result-sales-cta { border-top-color: rgba(113,93,43,.16); }

.settings-card { margin-bottom: 24px; }
.settings-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.settings-card-head h2 { margin: 3px 0 0; }
.settings-badge {
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--primary);
  background: rgba(100,230,176,.09);
  border: 1px solid rgba(100,230,176,.2);
  font-size: .72rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .07em;
}

@media (max-width: 760px) {
  .system-promo { grid-template-columns: auto 1fr; }
  .system-promo-button { grid-column: 1 / -1; width: 100%; }
}

@media (max-width: 520px) {
  .brand { gap: 9px; }
  .brand-logo { width: 42px; height: 42px; flex-basis: 42px; }
  .system-promo { grid-template-columns: 1fr; text-align: center; }
  .system-promo-logo { margin-inline: auto; }
  .settings-card-head { flex-direction: column; }
}
