/* SEO AI Tools v2 — overrides and additions on top of styles.css */

/* Wordmark logo (replaces 12 NEMTSEV image) */
.menu-logo { display: inline-flex; align-items: center; color: #fff; }
.menu-logo-img { height: 40px; width: auto; display: block; flex-shrink: 0; filter: invert(1); }
@media (min-width: 1024px) { .menu-logo-img { height: 44px; } }
.menu.scrolled .menu-logo-img,.menu.menu--light .menu-logo-img { filter: none; }
.menu-logo-wordmark { gap: .15rem; line-height: 1.05; }
.menu-logo-word {
  font-size: 1.15rem; font-weight: 700; letter-spacing: -.02em;
  color: #fff; text-transform: none;
}
.menu-logo-sub {
  font-size: .58rem; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(255,255,255,.55); font-weight: 500;
}
.menu.scrolled .menu-logo-word,.menu.menu--light .menu-logo-word { color: #0f1216; }
.menu.scrolled .menu-logo-sub,.menu.menu--light .menu-logo-sub { color: rgba(15,18,22,.55); }
@media (min-width: 1024px) {
  .menu-logo-word { font-size: 1.35rem; }
  .menu-logo-sub { font-size: .6rem; }
}

/* Hero eyebrow (above title, on dark hero) */
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(255,255,255,.85);
  padding: .42rem .9rem; align-self: flex-start;
  border: 1px solid rgba(255,255,255,.18); border-radius: 999px;
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(6px);
}
.hero-eyebrow-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #78bbe1; box-shadow: 0 0 0 0 rgba(120,187,225,.6);
  animation: heroDotPulse 2s ease-in-out infinite;
}
@keyframes heroDotPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(120,187,225,.55); }
  50% { box-shadow: 0 0 0 8px rgba(120,187,225,0); }
}
@media (min-width: 1024px) { .hero-eyebrow { font-size: .78rem; } }

/* Stats strip — clean dark band right after hero */
.stats-strip {
  background: #0f1216; color: #fff;
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 2.4rem 0;
}
.stats-strip-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem;
}
.stats-strip-item {
  display: flex; flex-direction: column; gap: .45rem;
  padding-left: 1.1rem; border-left: 2px solid #78bbe1;
}
.stats-strip-value {
  font-size: 1.55rem; font-weight: 600; color: #fff;
  letter-spacing: -.02em; line-height: 1.1;
}
.stats-strip-label {
  font-size: .85rem; color: rgba(255,255,255,.62); line-height: 1.45;
}
@media (max-width: 900px) { .stats-strip-grid { grid-template-columns: repeat(2, 1fr); gap: 1.6rem; } }
@media (max-width: 540px) { .stats-strip-grid { grid-template-columns: 1fr; } }

/* Economics + niches */
.economics { padding: 6rem 0 5rem; background: #fff; }
.economics-header { text-align: center; max-width: 820px; margin: 0 auto 3rem; }
.economics-title { line-height: 1.18; }
.economics-accent { color: #78bbe1; }
.economics-description { color: #5a626b; }
.economics-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
  margin-bottom: 3.5rem;
}
.economics-card {
  background: #f7f8fa; border: 1px solid #e9ecef; border-radius: 14px;
  padding: 1.7rem 1.4rem; display: flex; flex-direction: column; gap: .65rem;
}
.economics-card-num {
  font-size: 1.55rem; font-weight: 700; color: #0f1216;
  letter-spacing: -.02em; line-height: 1.1;
}
.economics-card-label { font-size: .92rem; color: #5a626b; line-height: 1.5; }
.economics-niches {
  background: #0f1216; color: #fff; border-radius: 16px;
  padding: 2.4rem 2.2rem;
}
.economics-niches-label {
  font-size: .78rem; letter-spacing: .14em; text-transform: uppercase;
  color: #78bbe1; margin-bottom: 1.2rem; font-weight: 600;
}
.economics-niches-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: .65rem;
  margin-bottom: 1.4rem;
}
.economics-niche {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px; padding: .55rem 1rem; font-size: .92rem;
  color: #e6e9ee; text-align: center;
}
.economics-niches-note {
  font-size: .9rem; line-height: 1.5; color: rgba(255,255,255,.62); margin: 0;
}
@media (max-width: 900px) {
  .economics-grid { grid-template-columns: repeat(2, 1fr); }
  .economics-niches-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .economics-grid { grid-template-columns: 1fr; }
  .economics-niches-grid { grid-template-columns: 1fr; }
}

/* Pain v2 */
.pain-v2 { padding: 7rem 0 6rem; background: #f7f8fa; }
.pain-header { text-align: center; max-width: 720px; margin: 0 auto 3.2rem; }
.pain-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.pain-card {
  background: #fff; border: 1px solid #e9ecef; border-radius: 14px;
  padding: 2.2rem 2rem;
}
.pain-card-dark { background: #0f1216; border-color: #1c2128; color: #e6e9ee; }
.pain-card-tag {
  display: inline-block; font-size: .78rem; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase; color: #78bbe1;
  padding: .35rem .7rem; border: 1px solid rgba(120,187,225,.4);
  border-radius: 999px; margin-bottom: 1.2rem;
}
.pain-card-list { list-style: none; padding: 0; margin: 0; }
.pain-card-list li {
  position: relative; padding: .7rem 0 .7rem 1.5rem;
  border-bottom: 1px solid rgba(0,0,0,.06); font-size: 1rem; line-height: 1.45;
}
.pain-card-dark .pain-card-list li { border-bottom-color: rgba(255,255,255,.06); }
.pain-card-list li:last-child { border-bottom: none; }
.pain-card-list li::before {
  content: ""; position: absolute; left: 0; top: 1.05rem;
  width: 6px; height: 6px; border-radius: 50%; background: #78bbe1;
}
.pain-answer {
  margin-top: 2.4rem; text-align: center; padding: 1.6rem;
  background: #0f1216; color: #fff; border-radius: 12px;
  font-size: 1.15rem;
}
.pain-answer-label { color: #78bbe1; font-weight: 600; margin-right: .5rem; }
@media (max-width: 768px) { .pain-grid { grid-template-columns: 1fr; } }

/* What v2 */
.what-v2 { padding: 7rem 0; }
.what-header { text-align: center; max-width: 720px; margin: 0 auto 3.5rem; }
.what-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.what-card {
  background: #fff; border: 1px solid #e9ecef; border-radius: 14px;
  padding: 2rem 1.8rem; transition: transform .15s, box-shadow .15s, border-color .15s;
}
.what-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.06); border-color: #d0d6dd; }
.what-card-num {
  font-size: .85rem; font-weight: 700; color: #78bbe1;
  letter-spacing: .12em; margin-bottom: .8rem;
}
.what-card-icon { width: 3rem; height: 3rem; margin-bottom: 1.1rem; display: block; }
.what-card-icon svg { width: 100%; height: 100%; display: block; }
.what-card-title { font-size: 1.2rem; font-weight: 600; margin: 0 0 .7rem; line-height: 1.25; }
.what-card-text { font-size: .96rem; color: #5a626b; line-height: 1.55; margin: 0; }
@media (max-width: 768px) { .what-grid { grid-template-columns: 1fr; } }

/* Agents 24/7 */
.agents-v2 { padding: 7rem 0; background: #0b0d10; color: #e6e9ee; }
.agents-inner {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 4rem; align-items: center;
}
.agents-eyebrow {
  font-size: .78rem; letter-spacing: .14em; text-transform: uppercase;
  color: #78bbe1; margin-bottom: 1rem;
}
.agents-title { color: #fff; }
.agents-description { color: #a4adb6; margin-bottom: 1.8rem; }
.agents-list { list-style: none; padding: 0; margin: 0; }
.agents-list li {
  padding: .85rem 0; border-bottom: 1px solid rgba(255,255,255,.07);
  font-size: 1rem; line-height: 1.5; color: #cfd6dd;
}
.agents-list li:last-child { border-bottom: none; }
.agents-list strong { color: #fff; font-weight: 600; }
.agents-visual {
  position: relative; aspect-ratio: 1 / 1;
  border: 1px solid rgba(255,255,255,.08); border-radius: 16px;
  background:
    radial-gradient(circle at 50% 50%, rgba(120,187,225,.12), transparent 60%),
    repeating-linear-gradient(0deg, rgba(255,255,255,.03) 0 1px, transparent 1px 40px),
    repeating-linear-gradient(90deg, rgba(255,255,255,.03) 0 1px, transparent 1px 40px);
  overflow: hidden;
}
.agents-grid-bg { position: absolute; inset: 0; }
.agent-dot {
  position: absolute; width: 36px; height: 36px; border-radius: 50%;
  background: rgba(120,187,225,.14); border: 1px solid rgba(120,187,225,.5);
  display: flex; align-items: center; justify-content: center;
  color: #78bbe1; font-size: 1rem;
  animation: agentPulse 2.4s ease-in-out infinite;
}
.agent-dot-1 { top: 12%; left: 18%; animation-delay: 0s; }
.agent-dot-2 { top: 22%; left: 62%; animation-delay: .2s; }
.agent-dot-3 { top: 38%; left: 30%; animation-delay: .4s; }
.agent-dot-4 { top: 46%; left: 76%; animation-delay: .6s; }
.agent-dot-5 { top: 56%; left: 14%; animation-delay: .8s; }
.agent-dot-6 { top: 62%; left: 50%; animation-delay: 1.0s; }
.agent-dot-7 { top: 74%; left: 70%; animation-delay: 1.2s; }
.agent-dot-8 { top: 82%; left: 28%; animation-delay: 1.4s; }
.agent-dot-9 { top: 26%; left: 42%; animation-delay: 1.6s; }
@keyframes agentPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(120,187,225,.4); }
  50% { transform: scale(1.1); box-shadow: 0 0 0 10px rgba(120,187,225,0); }
}
.agents-pulse {
  position: absolute; top: 50%; left: 50%;
  width: 50%; height: 50%; transform: translate(-50%, -50%);
  border: 1px dashed rgba(120,187,225,.3); border-radius: 50%;
  animation: rotate 30s linear infinite;
}
@keyframes rotate { to { transform: translate(-50%, -50%) rotate(360deg); } }
@media (max-width: 900px) {
  .agents-inner { grid-template-columns: 1fr; gap: 2.4rem; }
  .agents-visual { max-width: 380px; margin: 0 auto; }
}

/* How v2 — pipeline */
.how-v2 { padding: 7rem 0; background: #f7f8fa; }
.how-header { text-align: center; max-width: 760px; margin: 0 auto 3.5rem; }
.how-v2 .how-title { color: #0f1216; margin-bottom: .75rem; }
.how-v2 .how-description { color: #5a626b; }
.how-pipeline { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.how-step-v2 {
  display: flex; gap: 1.2rem; padding: 1.6rem;
  background: #fff; border: 1px solid #e9ecef; border-radius: 12px;
}
.how-step-num {
  flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%;
  background: #0f1216; color: #fff; font-weight: 600;
  display: flex; align-items: center; justify-content: center;
}
.how-step-body h3 { font-size: 1.05rem; font-weight: 600; margin: .15rem 0 .4rem; }
.how-step-body p { font-size: .95rem; color: #5a626b; line-height: 1.5; margin: 0; }
@media (max-width: 768px) { .how-pipeline { grid-template-columns: 1fr; } }

/* UI section */
.ui-v2 { padding: 7rem 0; }
.ui-header { text-align: center; max-width: 720px; margin: 0 auto 3.5rem; }
.ui-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.ui-card {
  padding: 2.2rem 2rem; background: #fff;
  border: 1px solid #e9ecef; border-radius: 14px;
}
.ui-card-dark { background: #0f1216; color: #e6e9ee; border-color: #1c2128; }
.ui-card-mock {
  background: #f4f6f8; border-radius: 10px; padding: 1.2rem;
  margin-bottom: 1.5rem; min-height: 160px;
}
.ui-card-dark .ui-card-mock { background: #15191f; }
.ui-mock-row { display: flex; gap: .5rem; margin-bottom: .55rem; flex-wrap: wrap; }
.ui-mock-row:last-child { margin-bottom: 0; }
.ui-mock-pill {
  font-size: .82rem; padding: .4rem .85rem; border-radius: 6px;
  background: #fff; border: 1px solid #d6dbe0; color: #2c333b;
}
.ui-mock-pill-blue { background: #78bbe1; color: #fff; border-color: #78bbe1; }

/* Dashboard mock with growth chart */
.ui-card-mock-dash {
  background: linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
  border: 1px solid #e6ebf1;
  padding: 1.1rem 1.1rem 1rem;
  display: flex; flex-direction: column; gap: .85rem;
  min-height: 220px;
}
.dash-head { display: flex; align-items: flex-start; justify-content: space-between; gap: .75rem; }
.dash-head-label {
  font-size: .68rem; letter-spacing: .12em; text-transform: uppercase;
  color: #7a838d; font-weight: 600; margin-bottom: .25rem;
}
.dash-head-value {
  font-size: 1.35rem; font-weight: 700; color: #0f1216;
  letter-spacing: -.01em; line-height: 1.1;
}
.dash-head-unit { font-size: .8rem; font-weight: 500; color: #8c95a0; margin-left: .15rem; }
.dash-head-badge {
  display: inline-flex; align-items: center;
  background: rgba(34,164,108,.12); color: #1f9b62;
  border: 1px solid rgba(34,164,108,.22);
  font-size: .78rem; font-weight: 700;
  padding: .3rem .55rem; border-radius: 999px;
}
.dash-arrow { font-size: .65rem; line-height: 1; margin-right: .15rem; }
.dash-chart { position: relative; }
.dash-chart svg {
  width: 100%; height: 95px; display: block;
}
.dash-grid line { stroke: #e6ebf1; stroke-width: 1; stroke-dasharray: 3 4; }
.dash-dots circle { fill: #78bbe1; }
.dash-axis {
  display: flex; justify-content: space-between;
  font-size: .58rem; color: #9aa3ad; letter-spacing: .04em;
  margin-top: .25rem; padding: 0 1px;
}
.dash-modules {
  display: flex; flex-wrap: wrap; gap: .35rem; padding-top: .25rem;
  border-top: 1px solid #e6ebf1;
}
.dash-mod {
  display: inline-flex; align-items: center; gap: .3rem;
  font-size: .72rem; padding: .3rem .55rem; border-radius: 6px;
  background: #fff; border: 1px solid #d9dee5; color: #4a525c;
  line-height: 1;
}
.dash-mod svg { color: #78bbe1; flex-shrink: 0; }
.dash-mod-active {
  background: #78bbe1; border-color: #78bbe1; color: #fff;
}
.dash-mod-active svg { color: #fff; }
.ui-card-mock-chat { display: flex; flex-direction: column; gap: .7rem; }
.ui-chat-msg {
  padding: .8rem 1rem; border-radius: 10px; font-size: .92rem;
  line-height: 1.45; max-width: 92%;
}
.ui-chat-msg-user {
  align-self: flex-end; background: rgba(120,187,225,.14);
  color: #cfd6dd; border: 1px solid rgba(120,187,225,.25);
}
.ui-chat-msg-ai {
  align-self: flex-start; background: #1d232b; color: #e6e9ee;
  border: 1px solid #262d36;
}
.ui-card-title { font-size: 1.3rem; font-weight: 600; margin: 0 0 .6rem; }
.ui-card-text { font-size: .98rem; line-height: 1.55; color: #5a626b; margin: 0; }
.ui-card-dark .ui-card-text { color: #a4adb6; }
@media (max-width: 768px) { .ui-grid { grid-template-columns: 1fr; } }

/* Audience v2 */
.audience-v2 { padding: 7rem 0; background: #f7f8fa; }
.audience-header { text-align: center; max-width: 760px; margin: 0 auto 3.5rem; }
.audience-grid-v2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.audience-card-v2 {
  background: #fff; border: 1px solid #e9ecef; border-radius: 14px;
  padding: 2rem 1.8rem; display: flex; flex-direction: column;
}
.audience-card-mid { border-color: #78bbe1; box-shadow: 0 8px 24px rgba(120,187,225,.12); }
.audience-card-big { background: #0f1216; color: #e6e9ee; border-color: #1c2128; }
.audience-card-big .audience-card-lead { color: #cfd6dd; }
.audience-card-big .audience-card-list li { color: #cfd6dd; border-bottom-color: rgba(255,255,255,.07); }
.audience-card-big .audience-result { background: rgba(120,187,225,.1); color: #78bbe1; }
.audience-tag {
  display: inline-block; font-size: .76rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: #78bbe1;
  margin-bottom: 1rem;
}
.audience-card-title { font-size: 1.25rem; font-weight: 600; margin: 0 0 .7rem; line-height: 1.25; }
.audience-card-lead { font-size: 1rem; color: #5a626b; margin: 0 0 1.2rem; line-height: 1.5; }
.audience-card-list { list-style: none; padding: 0; margin: 0 0 1.4rem; flex: 1; }
.audience-card-list li {
  position: relative; padding: .55rem 0 .55rem 1.4rem;
  font-size: .94rem; line-height: 1.45;
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.audience-card-list li:last-child { border-bottom: none; }
.audience-card-list li::before {
  content: "✓"; position: absolute; left: 0; top: .55rem;
  color: #78bbe1; font-weight: 700;
}
.audience-result {
  background: #f4f6f8; border-radius: 8px; padding: .9rem 1rem;
  font-size: .92rem; line-height: 1.45; color: #2c333b;
}
@media (max-width: 900px) { .audience-grid-v2 { grid-template-columns: 1fr; } }

/* Service v2 */
.service-v2 { padding: 7rem 0; }
.service-header { text-align: center; max-width: 720px; margin: 0 auto 3.5rem; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.service-card {
  background: #fff; border: 1px solid #e9ecef; border-radius: 14px;
  padding: 2.4rem 2.2rem;
}
.service-card-pro {
  background: linear-gradient(180deg, #0f1216 0%, #14181d 100%);
  color: #e6e9ee; border-color: #1c2128;
}
.service-card-title { font-size: 1.35rem; font-weight: 600; margin: 0 0 1rem; }
.service-card-text { font-size: 1rem; line-height: 1.6; color: #5a626b; margin: 0; }
.service-card-pro .service-card-text { color: #cfd6dd; }
@media (max-width: 768px) { .service-grid { grid-template-columns: 1fr; } }

/* ============ TARIFFS PAGE ============ */
.tariffs-hero {
  padding: 8rem 0 5rem;
  background: #0b0d10;
  color: #e6e9ee;
  position: relative;
  overflow: hidden;
}
.tariffs-hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 20% 0%, rgba(120,187,225,.18), transparent 60%);
  pointer-events: none;
}
.tariffs-hero .container { position: relative; z-index: 1; }
.tariffs-breadcrumbs { font-size: .9rem; color: #8a929c; margin-bottom: 1.5rem; display: flex; gap: .5rem; align-items: center; }
.tariffs-breadcrumbs a { color: #8a929c; text-decoration: none; }
.tariffs-breadcrumbs a:hover { color: #fff; text-decoration: underline; }
.tariffs-h1 {
  font-size: 2.2rem; font-weight: 600; line-height: 1.1; letter-spacing: -.06rem;
  max-width: 900px; margin: 0 0 1.2rem; color: #fff;
}
@media (min-width: 1024px) { .tariffs-h1 { font-size: 3.2rem; letter-spacing: -.13rem; } }
.tariffs-lead { font-size: 1.1rem; color: #cfd6dd; line-height: 1.55; max-width: 760px; margin: 0 0 2rem; }
.tariffs-toggle {
  display: inline-flex; background: rgba(255,255,255,.08);
  padding: .25rem; border-radius: 999px; gap: .25rem;
  border: 1px solid rgba(255,255,255,.1);
}
.tariffs-toggle-btn {
  background: transparent; border: none; padding: .55rem 1.1rem;
  border-radius: 999px; font: inherit; font-size: .95rem;
  color: #cfd6dd; cursor: pointer;
  transition: background .2s, color .2s;
  display: inline-flex; align-items: center; gap: .4rem;
}
.tariffs-toggle-btn.is-active { background: #fff; color: #0f1216; box-shadow: 0 1px 4px rgba(0,0,0,.2); }
.tariffs-toggle-badge {
  font-size: .72rem; font-weight: 700;
  color: #2b8a3e; background: rgba(43,138,62,.18);
  padding: .15rem .45rem; border-radius: 4px;
}
.tariffs-toggle-btn:not(.is-active) .tariffs-toggle-badge { color: #6dd87f; background: rgba(109,216,127,.15); }

.tariffs-tiers { padding: 2rem 0 5rem; background: #fff; }
.tariffs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
@media (max-width: 1200px) { .tariffs-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .tariffs-grid { grid-template-columns: 1fr; } }
.tariff-card { background: #fff; border: 1px solid #e6e9ee; border-radius: 16px; padding: 1.6rem 1.4rem 1.6rem; display: flex; flex-direction: column; position: relative; }
.tariff-card-pop { border-color: #78bbe1; box-shadow: 0 8px 28px rgba(120,187,225,.18); }
.tariff-card-dark { background: #0f1216; color: #e6e9ee; border-color: #1c2128; }
.tariff-card-dark .tariff-lead { color: #cfd6dd; }
.tariff-card-dark .tariff-list li { color: #cfd6dd; border-bottom-color: rgba(255,255,255,.08); }
.tariff-card-dark .tariff-price-period { color: #8a929c; }
.tariff-card-dark .tariff-cta { background: #78bbe1; color: #0f1216; }
.tariff-pop-badge { position: absolute; top: -10px; right: 16px; background: #78bbe1; color: #0f1216; font-size: .72rem; font-weight: 700; padding: .25rem .6rem; border-radius: 999px; letter-spacing: .02em; text-transform: uppercase; }
.tariff-tag { display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #78bbe1; margin-bottom: .6rem; }
.tariff-name { font-size: 1.25rem; font-weight: 600; margin: 0 0 1rem; line-height: 1.2; }
.tariff-price { display: flex; align-items: baseline; gap: .5rem; margin-bottom: 1rem; flex-wrap: wrap; }
.tariff-price-num { font-size: 1.9rem; font-weight: 700; line-height: 1; letter-spacing: -.04rem; }
.tariff-price-period { font-size: .85rem; color: #5a626b; }
.tariff-lead { font-size: .92rem; color: #5a626b; line-height: 1.5; margin: 0 0 1.2rem; }
.tariff-list { list-style: none; padding: 0; margin: 0 0 1.4rem; flex: 1; }
.tariff-list li { font-size: .9rem; padding: .55rem 0; border-bottom: 1px solid #eef0f3; line-height: 1.45; }
.tariff-list li:last-child { border-bottom: none; }
.tariff-list li::before { content: "✓"; color: #78bbe1; font-weight: 700; margin-right: .5rem; }
.tariff-cta { width: 100%; text-align: center; margin-top: auto; }

.tariff-enterprise { margin-top: 2rem; background: #f7f8fa; border-radius: 16px; padding: 2rem; display: flex; gap: 2rem; align-items: center; flex-wrap: wrap; border: 1px solid #e6e9ee; }
.tariff-enterprise-text { flex: 1; min-width: 280px; }
.tariff-enterprise-title { font-size: 1.5rem; font-weight: 600; margin: 0 0 .8rem; line-height: 1.2; }
.tariff-enterprise-lead { font-size: 1rem; color: #5a626b; line-height: 1.55; margin: 0 0 1rem; }
.tariff-enterprise-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: .4rem 1rem; list-style: none; padding: 0; margin: 0; }
.tariff-enterprise-list li { font-size: .9rem; color: #2a3037; padding: .25rem 0; }
.tariff-enterprise-list li::before { content: "→"; color: #78bbe1; margin-right: .5rem; }
@media (max-width: 768px) { .tariff-enterprise-list { grid-template-columns: 1fr; } }
.tariff-enterprise-cta a { white-space: nowrap; }
.tariffs-note { text-align: center; color: #8a929c; font-size: .85rem; margin: 2rem 0 0; }

.tokens { padding: 5rem 0; background: #f7f8fa; }
.tokens-header { text-align: center; max-width: 820px; margin: 0 auto 3rem; }
.tokens-title { line-height: 1.18; margin: 0 0 1rem; }
.tokens-description { color: #5a626b; }
.tokens-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 1.4rem; }
@media (max-width: 900px) { .tokens-grid { grid-template-columns: 1fr; } }
.tokens-table, .tokens-free { background: #fff; border: 1px solid #e6e9ee; border-radius: 16px; padding: 1.8rem; }
.tokens-table-title { font-size: 1.15rem; font-weight: 600; margin: 0 0 1.2rem; }
.tokens-table-list, .tokens-free-list { list-style: none; padding: 0; margin: 0; }
.tokens-table-list li { display: flex; justify-content: space-between; align-items: center; padding: .75rem 0; border-bottom: 1px solid #eef0f3; font-size: .95rem; }
.tokens-table-list li:last-child { border-bottom: none; }
.tokens-table-list li strong { color: #78bbe1; font-weight: 700; }
.tokens-table-note { font-size: .85rem; color: #8a929c; margin: 1rem 0 0; line-height: 1.5; }
.tokens-free-list li { padding: .6rem 0 .6rem 1.4rem; position: relative; font-size: .92rem; color: #2a3037; line-height: 1.45; }
.tokens-free-list li::before { content: "✓"; color: #2b8a3e; font-weight: 700; position: absolute; left: 0; }

.packs { padding: 5rem 0; background: #fff; }
.packs-header { text-align: center; max-width: 720px; margin: 0 auto 2.5rem; }
.packs-title { margin: 0 0 .8rem; line-height: 1.18; }
.packs-description { color: #5a626b; }
.packs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; max-width: 920px; margin: 0 auto; }
@media (max-width: 768px) { .packs-grid { grid-template-columns: 1fr; } }
.pack-card { background: #f7f8fa; border: 1px solid #e6e9ee; border-radius: 16px; padding: 1.8rem 1.4rem; text-align: center; position: relative; }
.pack-card-pop { background: #fff; border-color: #78bbe1; box-shadow: 0 8px 24px rgba(120,187,225,.15); }
.pack-pop { position: absolute; top: -10px; right: 16px; background: #2b8a3e; color: #fff; font-size: .72rem; font-weight: 700; padding: .25rem .55rem; border-radius: 999px; }
.pack-amount { font-size: 2.2rem; font-weight: 700; line-height: 1; letter-spacing: -.05rem; }
.pack-label { font-size: .9rem; color: #5a626b; margin: .25rem 0 1rem; }
.pack-price { font-size: 1.4rem; font-weight: 600; color: #0f1216; }
.pack-rate { font-size: .82rem; color: #8a929c; margin-top: .35rem; }
.packs-note { text-align: center; color: #5a626b; font-size: .9rem; margin: 2rem auto 0; max-width: 720px; line-height: 1.55; }

.compare { padding: 5rem 0; background: #f7f8fa; }
.compare-header { text-align: center; max-width: 760px; margin: 0 auto 3rem; }
.compare-title { margin: 0 0 .8rem; line-height: 1.18; }
.compare-description { color: #5a626b; }
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; max-width: 1040px; margin: 0 auto; }
@media (max-width: 768px) { .compare-grid { grid-template-columns: 1fr; } }
.compare-col { background: #fff; border: 1px solid #e6e9ee; border-radius: 16px; padding: 1.8rem; }
.compare-col-new { background: #0f1216; color: #e6e9ee; border-color: #1c2128; }
.compare-col-new .compare-list li { color: #cfd6dd; border-bottom-color: rgba(255,255,255,.08); }
.compare-col-new .compare-list li strong { color: #fff; }
.compare-col-tag { display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: .3rem .6rem; border-radius: 999px; margin-bottom: 1rem; }
.compare-col-old .compare-col-tag { background: rgba(218,98,98,.12); color: #b85a5a; }
.compare-col-new .compare-col-tag { background: rgba(120,187,225,.18); color: #78bbe1; }
.compare-list { list-style: none; padding: 0; margin: 0 0 1.2rem; }
.compare-list li { display: flex; justify-content: space-between; align-items: center; padding: .65rem 0; border-bottom: 1px solid #eef0f3; font-size: .92rem; gap: 1rem; }
.compare-list li:last-child { border-bottom: none; }
.compare-list li strong { font-weight: 600; white-space: nowrap; }
.compare-total { font-size: 1.5rem; font-weight: 700; padding: .8rem 0 .4rem; border-top: 2px solid #eef0f3; }
.compare-col-new .compare-total { border-top-color: rgba(255,255,255,.12); }
.compare-issues { font-size: .85rem; color: #b85a5a; margin-top: .25rem; }
.compare-issues-good { color: #2b8a3e; font-weight: 600; }
.compare-col-new .compare-issues-good { color: #5cb85c; }

/* ============ DEMO PAGE ============ */
.demo-hero-cta { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; margin-top: 1.5rem; }
.demo-cta-primary { background: #fff; color: #0f1216 !important; border: none; padding: .85rem 1.6rem; border-radius: 999px; font-weight: 600; font-size: 1rem; transition: transform .15s, box-shadow .15s; box-shadow: 0 4px 18px rgba(120,187,225,.25); }
.demo-cta-primary:hover { transform: translateY(-1px); box-shadow: 0 6px 22px rgba(120,187,225,.35); }
.demo-cta-link { color: #cfd6dd; font-size: .95rem; text-decoration: none; border-bottom: 1px dashed rgba(255,255,255,.25); }
.demo-cta-link:hover { color: #fff; border-color: #fff; }
.demo-hero-meta { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.08); }
@media (max-width: 768px) { .demo-hero-meta { grid-template-columns: repeat(2, 1fr); gap: 1.2rem; } }
.demo-hero-meta-item { display: flex; flex-direction: column; gap: .25rem; }
.demo-hero-meta-strong { font-size: 1.05rem; font-weight: 600; color: #fff; letter-spacing: -.01rem; }
.demo-hero-meta-label { font-size: .85rem; color: #8a929c; }

.demo-what, .demo-proof, .demo-faq { padding: 4.5rem 0; background: #fff; }
.demo-proof { background: #fafbfc; }
.section-h2 { font-size: 2rem; font-weight: 600; line-height: 1.15; letter-spacing: -.06rem; color: #0f1216; margin: 0 0 .75rem; }
@media (min-width: 1024px) { .section-h2 { font-size: 2.6rem; letter-spacing: -.1rem; } }
.section-lead { font-size: 1.05rem; line-height: 1.55; color: #5a626b; max-width: 760px; margin: 0 0 2.5rem; }
.inline-link { color: #1768a8; text-decoration: underline; text-underline-offset: 2px; }
.inline-link:hover { color: #0f4d7e; }

.demo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
@media (max-width: 1024px) { .demo-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .demo-grid { grid-template-columns: 1fr; } }
.demo-card { padding: 1.75rem; border: 1px solid #e5e7eb; border-radius: 14px; background: #fff; transition: border-color .15s, transform .15s, box-shadow .15s; }
.demo-card:hover { border-color: #78bbe1; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(15,18,22,.06); }
.demo-card-num { font-size: .85rem; font-weight: 700; color: #78bbe1; letter-spacing: .05em; margin-bottom: .9rem; }
.demo-card-title { font-size: 1.15rem; font-weight: 600; color: #0f1216; margin: 0 0 .55rem; line-height: 1.3; }
.demo-card-text { font-size: .95rem; line-height: 1.55; color: #5a626b; margin: 0; }

.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
@media (max-width: 1024px) { .proof-grid { grid-template-columns: 1fr; } }
.proof-card { padding: 1.75rem; border-radius: 14px; background: #fff; border: 1px solid #e5e7eb; }
.proof-card-meta { font-size: .8rem; color: #8a929c; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 1.1rem; font-weight: 600; }
.proof-card-stat { display: flex; flex-direction: column; gap: .15rem; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid #eef0f3; }
.proof-stat-num { font-size: 2.4rem; font-weight: 700; line-height: 1; color: #0f1216; letter-spacing: -.05rem; }
.proof-stat-label { font-size: .85rem; color: #5a626b; }
.proof-card-text { font-size: .95rem; line-height: 1.55; color: #5a626b; margin: 0; }

.faq-list { display: flex; flex-direction: column; gap: .6rem; max-width: 880px; }
.faq-item { border: 1px solid #e5e7eb; border-radius: 12px; background: #fff; overflow: hidden; }
.faq-item[open] { border-color: #78bbe1; }
.faq-q { padding: 1.1rem 1.4rem; font-size: 1.02rem; font-weight: 500; color: #0f1216; cursor: pointer; list-style: none; position: relative; padding-right: 3rem; }
.faq-q::-webkit-details-marker { display: none; }
.faq-q::after { content: "+"; position: absolute; right: 1.4rem; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: #78bbe1; font-weight: 300; line-height: 1; transition: transform .2s; }
.faq-item[open] .faq-q::after { content: "−"; }
.faq-a { padding: 0 1.4rem 1.2rem; font-size: .95rem; line-height: 1.6; color: #5a626b; }
.faq-a p { margin: 0; }

.contact-meta { display: flex; flex-direction: column; gap: .9rem; margin-top: 1.75rem; }
.contact-meta-item { display: flex; flex-direction: column; }
.contact-meta-item strong { font-size: 1.05rem; color: #0f1216; font-weight: 600; }
.contact-meta-item span { font-size: .85rem; color: #8a929c; }

/* ============ SEMANTIC CORE PAGE ============ */
.sc-output-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
@media (max-width: 1024px) { .sc-output-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .sc-output-grid { grid-template-columns: 1fr; } }
.sc-output-card { padding: 1.6rem; border-radius: 14px; background: #fff; border: 1px solid #e5e7eb; transition: border-color .15s, transform .15s; }
.sc-output-card:hover { border-color: #78bbe1; transform: translateY(-2px); }
.sc-output-card .what-card-icon { margin-bottom: .9rem; }
.sc-output-title { font-size: 1.05rem; font-weight: 600; color: #0f1216; margin: 0 0 .5rem; }
.sc-output-text { font-size: .92rem; line-height: 1.55; color: #5a626b; margin: 0; }

.sc-hard { padding: 5rem 0; background: #0f1216; color: #e6e9ee; }
.sc-hard .section-h2 { color: #fff; }
.sc-hard .section-lead { color: #a8b0b9; }
.sc-hard-head { max-width: 880px; margin-bottom: 2.5rem; }
.sc-hard-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
@media (max-width: 1200px) { .sc-hard-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .sc-hard-grid { grid-template-columns: 1fr; } }
.sc-hard-card { padding: 1.4rem; border-radius: 12px; background: #181b21; border: 1px solid #262a31; transition: border-color .15s, transform .15s; }
.sc-hard-card:hover { border-color: #78bbe1; transform: translateY(-2px); }
.sc-hard-title { font-size: 1rem; font-weight: 600; color: #fff; margin: 0 0 .55rem; line-height: 1.3; }
.sc-hard-text { font-size: .88rem; line-height: 1.55; color: #a8b0b9; margin: 0; }
.sc-hard-conclusion { margin: 2.5rem auto 0; max-width: 920px; font-size: 1.02rem; line-height: 1.6; color: #cfd6dd; padding: 1.5rem 1.75rem; border-left: 3px solid #78bbe1; background: rgba(120,187,225,.06); border-radius: 0 10px 10px 0; }

.sc-compare-table { display: grid; gap: 0; border: 1px solid #e5e7eb; border-radius: 14px; overflow: hidden; background: #fff; font-size: .92rem; }
.sc-compare-row { display: grid; grid-template-columns: 1.4fr 1fr 1.3fr 1fr 1.2fr; }
.sc-compare-row > div { padding: 1rem 1.1rem; border-bottom: 1px solid #eef0f3; line-height: 1.45; color: #5a626b; }
.sc-compare-row:last-child > div { border-bottom: none; }
.sc-compare-row > div:not(:last-child) { border-right: 1px solid #eef0f3; }
.sc-compare-head { background: #fafbfc; font-weight: 600; color: #0f1216; }
.sc-compare-head > div { font-size: .9rem; padding: 1.1rem 1.1rem; }
.sc-compare-sub { font-weight: 400; font-size: .82rem; color: #8a929c; }
.sc-compare-key { font-weight: 600; color: #0f1216 !important; background: #fafbfc; }
.sc-compare-us { background: rgba(120,187,225,.08); color: #0f1216 !important; font-weight: 500; }
.sc-compare-head .sc-compare-us { background: rgba(120,187,225,.18); }
@media (max-width: 1024px) {
  .sc-compare-table { font-size: .85rem; }
  .sc-compare-row { grid-template-columns: 1fr; }
  .sc-compare-row > div { border-right: none !important; }
  .sc-compare-head { display: none; }
  .sc-compare-row { border-bottom: 2px solid #e5e7eb; padding: .5rem 0; }
  .sc-compare-row:last-child { border-bottom: none; }
  .sc-compare-key { font-size: 1rem; padding-bottom: .35rem !important; }
  .sc-compare-row > div:not(.sc-compare-key)::before { content: attr(data-label); display: block; font-size: .72rem; text-transform: uppercase; letter-spacing: .04em; color: #8a929c; margin-bottom: .15rem; }
}
