/* Dedicated SEO landing page for the search intent “бот-модератор для Лолки”. */
.footer-feature-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  color: #168e3e !important;
  font-weight: 900;
}
.footer-feature-link span {
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border-radius: 6px;
  color: #0f7e35;
  background: #e2f7e8;
  border: 1px solid #c4ebd0;
  font-size: 10px;
}
.seo-page .site-header { position: fixed; }
.seo-page .section { padding-block: 82px; }
.seo-hero {
  min-height: 760px;
  padding-top: 122px !important;
  padding-bottom: 70px !important;
  overflow: hidden;
}
.seo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(32, 87, 51, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32, 87, 51, .035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000 8%, transparent 88%);
}
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 42px;
  color: #72857a;
  font-size: 13px;
  font-weight: 750;
}
.breadcrumbs a { color: #168e3e; }
.breadcrumbs a:hover { text-decoration: underline; }
.breadcrumbs span[aria-current="page"] { color: #61746a; }
.seo-hero-grid {
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 70px;
  align-items: center;
}
.seo-hero-copy h1 {
  margin: 24px 0 22px;
  color: var(--shieldy-navy);
  font-size: clamp(54px, 6.2vw, 82px);
  line-height: .96;
  letter-spacing: -4.3px;
  font-weight: 900;
}
.seo-hero-copy h1 span { color: var(--green-deep); }
.seo-hero-copy > p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}
.seo-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 26px;
  color: #60756a;
  font-size: 13px;
  font-weight: 800;
}
.seo-trust-row span { display: inline-flex; align-items: center; gap: 8px; }
.seo-trust-row i {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #107f36;
  background: #dff6e6;
  font-style: normal;
  font-size: 11px;
}
.seo-protection-card {
  position: relative;
  padding: 24px;
  border: 1px solid #cfe9d7;
  border-radius: 31px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 30px 75px rgba(31,118,66,.17), inset 0 1px 0 #fff;
  overflow: hidden;
}
.seo-protection-card::before {
  content: "";
  position: absolute;
  width: 310px;
  height: 310px;
  right: -140px;
  top: -140px;
  border-radius: 50%;
  background: #3be36d;
  filter: blur(95px);
  opacity: .12;
}
.seo-card-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  color: var(--shieldy-navy);
  font-size: 13px;
  font-weight: 900;
}
.seo-card-head span { display: flex; align-items: center; gap: 8px; }
.seo-card-head span i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 13px rgba(40,207,96,.55); }
.seo-card-head strong { padding: 6px 10px; border-radius: 999px; color: #127d36; background: #e2f7e8; font-size: 10px; text-transform: uppercase; letter-spacing: .6px; }
.seo-shield-mark { position: relative; height: 245px; display: grid; place-items: center; }
.seo-shield-mark::before { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; background: rgba(40,207,96,.18); filter: blur(32px); }
.seo-shield-mark img { position: relative; z-index: 2; width: 176px; height: 176px; border-radius: 43px; box-shadow: 0 18px 42px rgba(31,118,66,.22); }
.seo-shield-rings, .seo-shield-rings::before, .seo-shield-rings::after { position: absolute; border: 1px solid rgba(40,207,96,.18); border-radius: 50%; }
.seo-shield-rings { width: 225px; height: 225px; }
.seo-shield-rings::before { content: ""; inset: 20px; }
.seo-shield-rings::after { content: ""; inset: 44px; }
.seo-status-list { display: grid; gap: 10px; }
.seo-status-list > div { display: grid; grid-template-columns: 39px 1fr auto; gap: 11px; align-items: center; padding: 12px; border: 1px solid var(--line); border-radius: 15px; background: #f8fcf9; }
.seo-status-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: #118039; background: #e2f7e8; font-weight: 900; }
.seo-status-list p { display: grid; gap: 2px; margin: 0; }
.seo-status-list strong { color: var(--shieldy-navy); font-size: 12px; }
.seo-status-list small { color: #76887d; font-size: 10px; }
.seo-status-list em { color: #159242; font-size: 10px; font-style: normal; font-weight: 900; }
.seo-proof-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.78); }
.seo-proof-strip .shell { min-height: 76px; display: flex; align-items: center; justify-content: center; gap: 22px; color: #65796d; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .7px; }
.seo-proof-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--green); }
.seo-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.seo-info-card { position: relative; min-height: 310px; padding: 30px; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.94); box-shadow: 0 18px 44px rgba(31,118,66,.09); overflow: hidden; }
.seo-info-card::after { content: ""; position: absolute; width: 130px; height: 130px; right: -72px; bottom: -75px; border-radius: 50%; background: var(--green); filter: blur(65px); opacity: .08; }
.seo-info-card:hover { transform: translateY(-5px); border-color: #bfe3c9; box-shadow: 0 24px 56px rgba(31,118,66,.14); }
.seo-info-card { transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.seo-card-number { position: absolute; right: 24px; top: 23px; color: #d2e5d7; font-size: 15px; font-weight: 900; }
.seo-info-card .icon-box { margin-bottom: 38px; }
.seo-info-card h3 { margin: 0 0 13px; color: var(--shieldy-navy); font-size: 25px; line-height: 1.12; letter-spacing: -.8px; }
.seo-info-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.seo-protection-section { background: linear-gradient(180deg, rgba(229,248,235,.42), rgba(255,255,255,.2)); }
.seo-split-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.seo-copy-panel h2 { margin: 18px 0; color: var(--shieldy-navy); font-size: clamp(38px, 4.4vw, 55px); line-height: 1.05; letter-spacing: -2px; }
.seo-copy-panel > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.72; }
.seo-check-list { display: grid; gap: 5px; margin: 30px 0 0; padding: 0; list-style: none; }
.seo-check-list li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.seo-check-list li > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 13px; color: #107d35; background: #dff6e6; font-weight: 900; }
.seo-check-list strong { color: var(--shieldy-navy); font-size: 15px; }
.seo-check-list p { margin: 5px 0 0; color: #72857a; font-size: 13px; line-height: 1.55; }
.seo-rule-demo { padding: 26px; border: 1px solid #cbe7d3; border-radius: 29px; background: #fff; box-shadow: 0 26px 66px rgba(31,118,66,.14); }
.seo-rule-title { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line); color: var(--shieldy-navy); font-weight: 900; }
.seo-rule-title em { padding: 7px 11px; border-radius: 999px; color: #11803a; background: #e0f7e7; font-size: 10px; font-style: normal; text-transform: uppercase; }
.seo-rule-row { display: grid; grid-template-columns: 100px 1fr auto; align-items: center; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.seo-rule-row small, .seo-rule-exceptions small { color: #829187; font-size: 11px; font-weight: 800; }
.seo-rule-row strong { color: var(--shieldy-navy); font-size: 13px; }
.seo-rule-row span { padding: 6px 9px; border-radius: 9px; color: #42614e; background: #f0f8f2; font-size: 10px; font-weight: 800; }
.seo-rule-exceptions { display: grid; grid-template-columns: 100px 1fr; gap: 14px; padding: 18px 0; }
.seo-rule-exceptions div { display: flex; flex-wrap: wrap; gap: 8px; }
.seo-rule-exceptions span { padding: 8px 11px; border: 1px solid #d6eadc; border-radius: 10px; color: #52705d; background: #f8fcf9; font-size: 10px; font-weight: 800; }
.seo-rule-success { display: flex; gap: 12px; align-items: center; margin-top: 8px; padding: 15px; border-radius: 15px; color: #116f32; background: #e8f9ed; }
.seo-rule-success i { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; color: #fff; background: #29cb5f; font-style: normal; font-weight: 900; }
.seo-rule-success span { display: grid; gap: 2px; }
.seo-rule-success strong { font-size: 12px; }
.seo-rule-success small { color: #5f836a; font-size: 10px; }
.seo-audience-section { background: rgba(255,255,255,.55); }
.seo-audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.seo-audience-grid article { min-height: 260px; padding: 30px; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(145deg, #fff, #f3fbf5); box-shadow: 0 18px 42px rgba(31,118,66,.08); }
.seo-audience-grid span { color: #13913d; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .8px; }
.seo-audience-grid h3 { margin: 30px 0 12px; color: var(--shieldy-navy); font-size: 27px; line-height: 1.12; letter-spacing: -.9px; }
.seo-audience-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.seo-start-panel { padding: 48px; border-radius: 31px; color: #fff; background: linear-gradient(135deg, #10213b, #173656 56%, #12613a 140%); box-shadow: 0 28px 70px rgba(16,33,59,.22); overflow: hidden; }
.seo-start-panel .eyebrow { color: #a6f6bd; border-color: rgba(166,246,189,.22); background: rgba(166,246,189,.08); }
.seo-start-copy { max-width: 700px; }
.seo-start-copy h2 { margin: 18px 0 14px; color: #fff; font-size: clamp(38px, 4.6vw, 56px); line-height: 1.04; letter-spacing: -2px; }
.seo-start-copy p { margin: 0; color: #bdd0c4; font-size: 17px; line-height: 1.65; }
.seo-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 38px 0 0; padding: 0; list-style: none; }
.seo-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 13px; padding: 22px; border: 1px solid rgba(255,255,255,.11); border-radius: 20px; background: rgba(255,255,255,.055); }
.seo-steps li > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 13px; color: #0d3a20; background: #6ce990; font-weight: 900; }
.seo-steps strong { font-size: 14px; }
.seo-steps p { margin: 6px 0 0; color: #b2c7bb; font-size: 12px; line-height: 1.55; }
.seo-start-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.seo-final-cta { padding-top: 18px !important; }
.seo-final-card { display: grid; grid-template-columns: 92px 1fr auto; gap: 24px; align-items: center; padding: 30px; border: 1px solid #cbe7d3; border-radius: 28px; background: rgba(255,255,255,.95); box-shadow: 0 20px 50px rgba(31,118,66,.1); }
.seo-final-card img { border-radius: 24px; box-shadow: 0 12px 28px rgba(31,118,66,.17); }
.seo-final-card span { color: #158f3f; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .8px; }
.seo-final-card h2 { margin: 6px 0 5px; color: var(--shieldy-navy); font-size: 28px; line-height: 1.1; letter-spacing: -.9px; }
.seo-final-card p { margin: 0; color: var(--muted); font-size: 13px; }
@media (max-width: 1050px) {
  .seo-hero-grid, .seo-split-grid { grid-template-columns: 1fr; }
  .seo-hero-copy { max-width: 820px; }
  .seo-protection-card { width: min(100%, 620px); margin-inline: auto; }
  .seo-card-grid { grid-template-columns: repeat(2, 1fr); }
  .seo-proof-strip .shell { flex-wrap: wrap; padding-block: 20px; }
  .seo-start-panel { padding: 38px; }
  .seo-steps { grid-template-columns: 1fr; }
  .seo-final-card { grid-template-columns: 78px 1fr; }
  .seo-final-card .button { grid-column: 1 / -1; width: 100%; }
}
@media (max-width: 780px) {
  .seo-page .section { padding-block: 64px; }
  .seo-hero { min-height: auto; padding-top: 105px !important; }
  .breadcrumbs { margin-bottom: 28px; }
  .seo-hero-grid { gap: 40px; }
  .seo-hero-copy h1 { font-size: clamp(48px, 15vw, 68px); letter-spacing: -3.2px; }
  .seo-hero-copy > p { font-size: 16px; }
  .seo-card-grid, .seo-audience-grid { grid-template-columns: 1fr; }
  .seo-info-card { min-height: 275px; }
  .seo-proof-strip .shell { justify-content: flex-start; gap: 13px 16px; }
  .seo-proof-strip i { display: none; }
  .seo-rule-row { grid-template-columns: 1fr; gap: 6px; }
  .seo-rule-row span { width: fit-content; }
  .seo-rule-exceptions { grid-template-columns: 1fr; }
  .seo-start-panel { padding: 28px 22px; }
  .seo-start-actions { display: grid; }
  .seo-start-actions .button { width: 100%; }
  .seo-final-card { grid-template-columns: 64px 1fr; gap: 17px; }
  .seo-final-card img { width: 64px; height: 64px; border-radius: 18px; }
  .seo-final-card h2 { font-size: 23px; }
}
@media (max-width: 480px) {
  .seo-hero-copy h1 { font-size: 45px; letter-spacing: -2.4px; }
  .seo-trust-row { display: grid; }
  .seo-protection-card { padding: 18px; border-radius: 24px; }
  .seo-shield-mark { height: 210px; }
  .seo-shield-mark img { width: 146px; height: 146px; border-radius: 36px; }
  .seo-shield-rings { width: 188px; height: 188px; }
  .seo-status-list > div { grid-template-columns: 36px 1fr; }
  .seo-status-list em { grid-column: 2; }
  .seo-info-card { padding: 25px; }
  .seo-rule-demo { padding: 20px; }
  .seo-final-card { grid-template-columns: 1fr; text-align: center; }
  .seo-final-card img { margin-inline: auto; }
}
@media (prefers-reduced-motion: reduce) {
  .seo-info-card { transition: none; }
}
