/* Лендинг Dyrkant — секции, hero, pricing (общий chrome в site.css) */
.status-pill {
      display: inline-flex; align-items: center; gap: 6px;
      font-size: 12px; font-weight: 700; color: var(--muted);
      padding: 6px 10px; border-radius: 999px; border: 1px solid var(--border);
    }
    .status-dot {
      width: 8px; height: 8px; border-radius: 50%; background: var(--ok);
    }
    .status-pill.is-down .status-dot { background: var(--bad); }
    .status-pill.is-maint .status-dot { background: #fbbf24; }

    .hero {
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 22px;
      align-items: center;
      margin-bottom: 36px;
    }
    .eyebrow {
      margin: 0 0 10px;
      font-size: 13px;
      font-weight: 700;
      color: var(--accent);
      letter-spacing: 0.02em;
    }
    .hero-copy h1 {
      margin: 0 0 10px;
      font-size: clamp(36px, 5.6vw, 56px);
      line-height: 1.02;
      letter-spacing: -0.04em;
      font-weight: 800;
    }
    .hero-copy .lead {
      margin: 0 0 18px;
      color: var(--muted);
      font-size: 17px;
      line-height: 1.45;
      max-width: 440px;
    }
    .hero-cta { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
    .hero-cta .btn-how {
      background: transparent;
      border-color: var(--border);
      font-weight: 600;
      font-size: 14px;
      min-height: 42px;
      padding: 8px 14px;
    }
    .hero-note {
      margin-top: 12px;
      color: var(--muted);
      font-size: 13px;
    }
    .version-line {
      margin-top: 8px;
      font-size: 12px;
      color: var(--muted);
    }
    .version-line a { color: var(--accent); text-decoration: none; font-weight: 650; }

    .hero-visual {
      border: 1px solid var(--glass-border);
      border-radius: 20px;
      background: var(--glass);
      backdrop-filter: blur(var(--glass-blur));
      -webkit-backdrop-filter: blur(var(--glass-blur));
      box-shadow: var(--glass-inset), var(--shadow);
      overflow: hidden;
      transition: transform 0.25s ease, border-color 0.25s ease;
    }
    .hero-visual:hover {
      transform: translateY(-3px);
      border-color: rgba(255, 59, 48, 0.28);
    }
    .mock-chrome {
      display: flex; align-items: center; gap: 8px;
      padding: 10px 14px; background: var(--mock-bar);
      border-bottom: 1px solid var(--border);
      font-size: 12px; color: var(--muted);
    }
    .mock-dots { display: flex; gap: 5px; }
    .mock-dots i { width: 8px; height: 8px; border-radius: 50%; background: var(--border); display: block; }
    .mock-body { padding: 14px; background: var(--mock-bg); }
    .mock-row { display: flex; justify-content: space-between; gap: 8px; margin-bottom: 10px; }
    .mock-pill {
      flex: 1; padding: 10px 12px; border-radius: 12px;
      border: 1px solid var(--border); background: var(--card);
      font-size: 12px;
    }
    .mock-pill strong { display: block; font-size: 16px; margin-top: 4px; }
    .mock-app {
      border: 1px solid var(--border); border-radius: 12px; padding: 12px;
      background: var(--card);
    }
    .mock-app .meta { color: var(--muted); font-size: 12px; margin-bottom: 8px; }
    .mock-actions { display: flex; gap: 8px; }
    .mock-btn {
      flex: 1; text-align: center; padding: 8px; border-radius: 10px;
      font-size: 12px; font-weight: 700;
    }
    .mock-btn.ok { background: rgba(52, 211, 153, 0.15); color: var(--ok); }
    .mock-btn.no { background: rgba(248, 113, 113, 0.12); color: var(--bad); }

    .mobile-nav {
      display: none;
      gap: 6px; flex-wrap: wrap; margin: 10px 0 0;
    }
    .mobile-nav a {
      color: var(--muted); text-decoration: none; font-size: 12px; font-weight: 650;
      padding: 6px 10px; border-radius: 10px; border: 1px solid var(--border);
    }

    .section { margin: 40px 0; scroll-margin-top: 20px; }
    .section-title {
      margin: 0 0 6px;
      font-size: 12px;
      letter-spacing: 0.08em;
      color: var(--muted);
      text-transform: uppercase;
      font-weight: 700;
    }
    .section h2 {
      margin: 0 0 14px;
      font-size: clamp(22px, 3vw, 28px);
      letter-spacing: -0.02em;
      font-weight: 800;
    }
    .section-lead {
      margin: -6px 0 16px;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.5;
      max-width: 640px;
    }
    .section-lead strong { color: var(--text); font-weight: 800; }

    .grid-3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
    .benefit h3 { margin: 0 0 8px; font-size: 16px; font-weight: 750; }
    .benefit p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
    .benefit {
      border: 1px solid var(--glass-border);
      border-radius: 16px;
      background: var(--glass);
      box-shadow: var(--glass-inset);
      padding: 16px;
      transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
    }
    .benefit:hover {
      transform: translateY(-3px);
      background: var(--glass-strong);
      border-color: rgba(255, 59, 48, 0.22);
    }

    .modules-showcase {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
    }
    .modules-showcase-more {
      margin: 14px 0 0;
      font-size: 14px;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-items: center;
    }
    .modules-showcase-more a:not(.btn) {
      color: var(--accent);
      text-decoration: none;
      font-weight: 650;
    }
    .modules-showcase-more a:not(.btn):hover { text-decoration: underline; }

    .trust-showcase[hidden] + .news-highlight { margin-top: 0; }
    .news-highlight {
      margin-top: 16px;
      padding: 18px 20px;
      border-radius: 16px;
      border: 1px solid var(--glass-border);
      background:
        radial-gradient(ellipse 90% 80% at 0% 0%, rgba(255, 59, 48, 0.14), transparent 55%),
        var(--glass);
      box-shadow: var(--glass-inset);
      display: grid;
      gap: 14px;
    }
    .news-highlight-kicker {
      font-size: 12px;
      font-weight: 750;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--accent);
    }
    .news-highlight-meta {
      margin: 0 0 6px;
      font-size: 13px;
      color: var(--muted);
    }
    .news-highlight-title {
      margin: 0;
      font-size: 20px;
      font-weight: 800;
      color: var(--text);
      line-height: 1.25;
    }
    .news-highlight-list {
      margin: 12px 0 0;
      padding: 0 0 0 18px;
      display: grid;
      gap: 6px;
      color: var(--text);
      font-size: 14px;
      line-height: 1.4;
    }
    .news-highlight-list:empty { display: none; }
    .news-highlight-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-items: center;
    }
    html[data-theme="light"] .news-highlight {
      border-color: rgba(255, 59, 48, 0.28);
      background:
        radial-gradient(ellipse 90% 80% at 0% 0%, rgba(255, 59, 48, 0.1), transparent 55%),
        var(--glass);
    }

    .hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 12px; }
    .hero-badge {
      display: inline-flex; align-items: center;
      padding: 5px 10px; border-radius: 999px;
      border: 1px solid var(--glass-border); font-size: 12px; font-weight: 700; color: var(--muted);
      background: var(--glass);
    }
    .hero-badge.is-accent {
      border-color: rgba(255, 59, 48, 0.35);
      background: var(--accent-soft); color: var(--accent);
    }
    .hero-result {
      margin: 0 0 10px;
      font-size: 15px; font-weight: 700; color: var(--text);
      letter-spacing: -0.01em;
    }
    .hero-proof {
      margin: 0 0 14px;
      font-size: 13px; color: var(--muted); font-weight: 650;
    }
    .hero-proof strong { color: var(--text); }
    .hero-trial {
      margin: 12px 0 0;
      font-size: 15px; font-weight: 800; color: var(--accent);
    }
    .hero-setup { margin: 6px 0 0; font-size: 13px; color: var(--muted); }
    .mock-caption {
      margin: 8px 14px 12px;
      font-size: 12px; color: var(--muted); line-height: 1.4;
    }
    .mock-btn.ok { transition: box-shadow 0.3s ease, transform 0.3s ease; }
    @media (prefers-reduced-motion: no-preference) {
      .hero-visual:hover .mock-btn.ok,
      .hero-visual .mock-btn.ok {
        animation: mock-pulse 2.4s ease-in-out 3;
      }
      .hero-visual:hover .mock-btn.ok { animation: none; box-shadow: 0 0 0 2px rgba(52, 211, 153, 0.35); transform: translateY(-1px); }
    }
    @keyframes mock-pulse {
      0%, 100% { box-shadow: none; }
      50% { box-shadow: 0 0 0 2px rgba(52, 211, 153, 0.28); }
    }

    .audience-grid, .scenario-grid, .gloss-grid, .secure-grid {
      display: grid; gap: 12px;
      grid-template-columns: repeat(3, 1fr);
    }
    .audience-card, .scenario-card, .gloss-item, .secure-card, .panel-card, .changelog-card {
      border: 1px solid var(--glass-border);
      border-radius: 16px;
      background: var(--glass);
      box-shadow: var(--glass-inset);
      padding: 16px;
      transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
    }
    .audience-card:hover, .scenario-card:hover, .secure-card:hover, .panel-card:hover, .gloss-item:hover {
      transform: translateY(-3px);
      background: var(--glass-strong);
      border-color: rgba(255, 59, 48, 0.22);
    }
    .audience-card h3, .scenario-card h3, .secure-card h3, .panel-card h3 {
      margin: 0 0 8px; font-size: 16px; font-weight: 750;
    }
    .audience-card p, .scenario-card p, .secure-card p, .panel-card p, .gloss-item p {
      margin: 0; color: var(--muted); font-size: 14px; line-height: 1.45;
    }
    .gloss-item strong { display: block; color: var(--text); margin-bottom: 4px; font-size: 14px; }
    .changelog-card {
      margin-top: 12px;
      display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px;
    }
    .changelog-card p { margin: 0; color: var(--muted); font-size: 14px; }
    .panel-block {
      display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 16px; align-items: center;
    }
    .price-after {
      margin-top: 14px; padding: 14px 16px;
      border: 1px dashed var(--glass-border); border-radius: 14px;
      color: var(--muted); font-size: 14px; line-height: 1.45;
      background: var(--glass);
    }
    .price-after strong { color: var(--text); }
    .price-legal {
      margin: 10px 0 0; font-size: 13px; color: var(--muted);
    }
    .price-legal a { color: var(--accent); text-decoration: none; font-weight: 650; }
    .price-only-full { color: var(--accent); font-weight: 700; }
    .nav-links a {
      position: relative;
      transition: color 0.25s ease, background 0.25s ease;
    }
    .nav-links a::after {
      content: '';
      position: absolute;
      left: 10px;
      right: 10px;
      bottom: 4px;
      height: 2px;
      border-radius: 999px;
      background: var(--accent);
      transform: scaleX(0);
      transition: transform 0.25s ease;
    }
    .nav-links a.is-active {
      color: var(--text); background: rgba(255,255,255,0.06);
    }
    .nav-links a.is-active::after {
      transform: scaleX(1);
    }
    [data-theme="light"] .nav-links a.is-active { background: rgba(0,0,0,0.05); }
    [data-theme="light"] .shot-body,
    [data-theme="light"] .hero-visual .mock-body {
      filter: none;
    }
    .shot[data-theme-shot="panel"] .shot-body {
      transition: background 0.2s ease;
    }
    @media (max-width: 860px) {
      .audience-grid, .scenario-grid, .gloss-grid, .secure-grid, .panel-block {
        grid-template-columns: 1fr;
      }
    }
    .card {
      background: var(--glass);
      border: 1px solid var(--glass-border);
      border-radius: 16px;
      padding: 16px;
      box-shadow: var(--glass-inset);
      transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
    }
    .card:hover {
      transform: translateY(-2px);
      background: var(--glass-strong);
    }
    .card h3 { margin: 0 0 8px; font-size: 16px; font-weight: 750; }
    .card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.45; }

    .compare-wrap {
      overflow: auto; border-radius: 16px;
      border: 1px solid var(--glass-border);
      background: var(--glass);
      box-shadow: var(--glass-inset);
    }
    table.compare { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 520px; }
    table.compare th, table.compare td { padding: 14px 16px; border-bottom: 1px solid var(--border); text-align: left; vertical-align: top; }
    table.compare th { color: var(--muted); font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 0.04em; }
    table.compare tr:last-child td { border-bottom: none; }
    table.compare td:first-child { font-weight: 700; white-space: nowrap; }
    .was { color: var(--muted); }
    .now em { color: var(--ok); font-style: normal; font-weight: 700; }

    .shots {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
    }
    .shot {
      border: 1px solid var(--glass-border);
      border-radius: 16px;
      overflow: hidden;
      background: var(--glass);
      box-shadow: var(--glass-inset);
      transition: transform 0.22s ease, border-color 0.22s ease;
    }
    .shot:hover { transform: translateY(-3px); border-color: rgba(255, 59, 48, 0.22); }
    .shot-label {
      padding: 10px 12px;
      font-size: 12px;
      font-weight: 700;
      color: var(--muted);
      border-bottom: 1px solid var(--border);
      background: var(--mock-bar);
    }
    .shot-body { padding: 12px; }
    .mock-row {
      display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 12px;
    }
    .mock-pill {
      flex: 1; min-width: 72px;
      padding: 10px 12px; border-radius: 12px;
      border: 1px solid var(--border);
      background: rgba(255,255,255,0.03);
      font-size: 12px; color: var(--muted); font-weight: 650;
    }
    .mock-pill strong {
      display: block; margin-top: 4px;
      font-size: 18px; font-weight: 800; color: var(--text);
    }
    .mock-app {
      padding: 12px; border-radius: 12px;
      border: 1px solid var(--border);
      background: rgba(255,255,255,0.02);
    }
    .mock-app .meta {
      font-size: 12px; font-weight: 700; color: var(--muted); margin-bottom: 10px;
    }
    .discord-embed {
      border-left: 4px solid #FF3B30;
      background: #1e1f22;
      border-radius: 4px;
      padding: 10px 12px;
      color: #dbdee1;
      font-size: 13px;
    }
    [data-theme="light"] .discord-embed { background: #f2f3f5; color: #2e3338; }
    .discord-embed .d-label { font-size: 11px; color: #b5bac1; margin-bottom: 2px; }
    .discord-embed .d-title { font-weight: 800; font-size: 15px; margin-bottom: 8px; }
    .discord-embed .d-field { margin: 6px 0; }
    .discord-embed .d-field strong { display: block; font-size: 12px; }
    .discord-btns { display: flex; gap: 6px; margin-top: 10px; }
    .discord-btns span {
      flex: 1; text-align: center; padding: 6px; border-radius: 4px;
      font-size: 12px; font-weight: 700; background: #4e5058; color: #fff;
    }
    .discord-btns .g { background: #248046; }
    .discord-btns .r { background: #da373c; }

    .quiz-mock label {
      display: block; font-size: 12px; color: var(--muted); margin: 8px 0 4px;
    }
    .quiz-mock .fake-select {
      border: 1px solid var(--border); border-radius: 10px; padding: 10px 12px;
      background: var(--card); font-size: 13px;
    }
    .audit-line {
      display: flex; gap: 8px; align-items: flex-start;
      padding: 8px 0; border-bottom: 1px solid var(--border); font-size: 13px;
    }
    .audit-line:last-child { border-bottom: none; }
    .audit-line time { color: var(--muted); font-size: 11px; white-space: nowrap; }

    .demo-box {
      border: 1px solid var(--glass-border);
      border-radius: 16px;
      padding: 16px;
      background: var(--glass);
      box-shadow: var(--glass-inset);
    }
    .demo-result {
      margin-top: 12px;
      display: none;
    }
    .demo-result.is-open { display: block; }

    .faq details {
      border: 1px solid var(--glass-border);
      border-radius: 14px;
      padding: 12px 16px;
      background: var(--glass);
      margin-bottom: 10px;
      box-shadow: var(--glass-inset);
      transition: background 0.2s ease, border-color 0.2s ease;
    }
    .faq details:hover { background: var(--glass-strong); }
    .faq summary { cursor: pointer; font-weight: 700; }
    .faq details p { color: var(--muted); margin: 10px 0 0; font-size: 14px; line-height: 1.45; }

    .mistakes li { margin: 8px 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
    .mistakes strong { color: var(--text); }

    .limits li { margin: 8px 0; color: var(--muted); font-size: 14px; }

    .stat-num { font-size: 28px; margin: 0; font-weight: 800; }
    .stat-label { margin: 6px 0 0; color: var(--muted); font-size: 13px; }
    .stats-plain {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      padding: 8px 0;
    }
    .stats-plain article { text-align: left; }

    .cta-end {
      text-align: center;
      padding: 28px 20px;
      border: 1px solid var(--glass-border);
      border-radius: 20px;
      background: var(--glass);
      box-shadow: var(--glass-inset), var(--shadow);
    }
    .cta-end h2 { margin: 0 0 8px; }
    .cta-end p { margin: 0 0 16px; color: var(--muted); }
    .cta-end .hero-cta { justify-content: center; }

    .footer {
      margin-top: 40px;
      padding-top: 20px;
      border-top: 1px solid var(--border);
      color: var(--muted);
      font-size: 13px;
      display: grid;
      gap: 12px;
    }
    .footer-row { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
    .footer a { color: var(--accent); text-decoration: none; font-weight: 650; }

    .mobile-cta {
      display: none;
      position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
      padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
      background: var(--glass-strong);
      border-top: 1px solid var(--glass-border);
      backdrop-filter: blur(var(--glass-blur));
      -webkit-backdrop-filter: blur(var(--glass-blur));
      box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.25);
    }
    [data-theme="light"] .mobile-cta { background: var(--glass-strong); }
    .mobile-cta .btn { width: 100%; }

    .promo-modal {
      display: none;
      position: fixed;
      inset: 0;
      z-index: 50;
      background: rgba(0, 0, 0, 0.55);
      padding: 24px;
      align-items: center;
      justify-content: center;
    }
    .promo-modal.is-open {
      display: flex;
    }
    .promo-modal-card {
      max-width: 420px;
      width: 100%;
      margin: auto;
      padding: 20px;
      background: var(--glass-strong);
      border: 1px solid var(--glass-border);
      border-radius: 16px;
      box-shadow: var(--glass-inset), var(--shadow);
    }

    @media (max-width: 980px) {
      .brand span { display: none; }
    }
      @media (max-width: 860px) {
      .hero { grid-template-columns: 1fr; gap: 16px; margin-bottom: 28px; }
      .hero-visual { order: -1; max-width: 520px; }
      .grid-3, .shots, .stats-plain { grid-template-columns: 1fr; }
      .modules-showcase { grid-template-columns: 1fr 1fr; }
      .nav-links { display: none; }
      .nav-end { flex: 0 0 auto; margin-left: auto; }
      .mobile-cta { display: block; }
      .mobile-nav { display: flex; }
    }
    @media (min-width: 861px) {
      .mobile-nav { display: none; }
    }
    @media (max-width: 520px) {
      .wrap { padding: 12px 14px 40px; }
      .site-top { padding-left: 14px; padding-right: 14px; }
      .hero-copy h1 { font-size: 34px; }
      .hero-cta .btn-primary { width: 100%; }
      .modules-showcase { grid-template-columns: 1fr; }
    }

    /* Trust + pricing — в общем стиле сайта */
    .trust-panel {
      margin-top: 4px;
      border: 1px solid var(--glass-border);
      border-radius: 16px;
      background: var(--glass);
      box-shadow: var(--glass-inset);
      overflow: hidden;
    }
    .trust-panel-head {
      display: flex; align-items: center; justify-content: space-between; gap: 12px;
      padding: 12px 16px; border-bottom: 1px solid var(--border); flex-wrap: wrap;
    }
    .trust-panel-title {
      font-size: 12px; font-weight: 700; letter-spacing: 0.08em; color: var(--muted); text-transform: uppercase;
    }
    .trust-list {
      list-style: none;
      margin: 0;
      padding: 0;
      max-height: 420px;
      overflow: auto;
      scrollbar-width: thin;
      scrollbar-color: rgba(255, 59, 48, 0.45) rgba(255, 255, 255, 0.04);
    }
    .trust-list::-webkit-scrollbar {
      width: 8px;
    }
    .trust-list::-webkit-scrollbar-track {
      background: rgba(255, 255, 255, 0.04);
      border-radius: 999px;
    }
    .trust-list::-webkit-scrollbar-thumb {
      background: rgba(255, 59, 48, 0.45);
      border-radius: 999px;
      border: 2px solid transparent;
      background-clip: padding-box;
    }
    .trust-list::-webkit-scrollbar-thumb:hover {
      background: rgba(255, 59, 48, 0.7);
      border: 2px solid transparent;
      background-clip: padding-box;
    }
    .trust-list::-webkit-scrollbar-corner {
      background: transparent;
    }
    html[data-theme="light"] .trust-list {
      scrollbar-color: rgba(255, 59, 48, 0.4) rgba(0, 0, 0, 0.05);
    }
    html[data-theme="light"] .trust-list::-webkit-scrollbar-track {
      background: rgba(0, 0, 0, 0.05);
    }
    html[data-theme="light"] .trust-list::-webkit-scrollbar-thumb {
      background: rgba(255, 59, 48, 0.4);
    }
    html[data-theme="light"] .trust-list::-webkit-scrollbar-thumb:hover {
      background: rgba(255, 59, 48, 0.6);
    }
    .trust-row {
      display: flex; align-items: center; gap: 12px;
      padding: 12px 16px; border-bottom: 1px solid var(--border);
    }
    .trust-row:last-child { border-bottom: 0; }
    .trust-avatar-wrap { position: relative; flex-shrink: 0; }
    .trust-avatar {
      width: 40px; height: 40px; border-radius: 12px;
      object-fit: cover; background: var(--mock-bg); display: block;
    }
    .trust-avatar-fallback {
      width: 40px; height: 40px; border-radius: 12px;
      display: grid; place-items: center;
      background: var(--mock-bg); color: var(--text); font-weight: 800; font-size: 14px;
    }
    .trust-dot {
      position: absolute; right: -2px; bottom: -2px;
      width: 11px; height: 11px; border-radius: 50%;
      border: 2px solid var(--card); background: #52525b;
    }
    .trust-dot.is-on { background: var(--ok); }
    .trust-meta { flex: 1; min-width: 0; }
    .trust-name { font-weight: 750; font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .trust-members { font-size: 13px; color: var(--muted); margin-top: 2px; }
    .trust-badge {
      flex-shrink: 0; padding: 6px 10px; border-radius: 999px;
      font-size: 12px; font-weight: 700;
      border: 1px solid var(--border); color: var(--muted);
      background: rgba(255,255,255,0.03);
    }
    .trust-badge.is-on {
      border-color: rgba(52, 211, 153, 0.35); color: var(--ok);
      background: rgba(52, 211, 153, 0.12);
    }
    .trust-more, .trust-empty {
      padding: 14px 16px; color: var(--muted); font-size: 13px; text-align: center;
    }
    .reviews-grid {
      display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; margin-top: 18px;
    }
    .review-card {
      padding: 18px; border-radius: 16px; border: 1px solid var(--border);
      background: var(--glass);
    }
    .review-card blockquote { margin: 0; font-size: 15px; line-height: 1.5; color: var(--text); }
    .review-card footer { margin-top: 12px; font-size: 13px; color: var(--muted); }

    .pricing-two {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
    }
    .price-card {
      background: var(--glass);
      border: 1px solid var(--glass-border);
      border-radius: 16px;
      padding: 18px 16px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      box-shadow: var(--glass-inset);
      transition: transform 0.22s ease, border-color 0.22s ease;
    }
    .price-card:hover { transform: translateY(-3px); }
    .price-card.is-full {
      border-color: rgba(255, 59, 48, 0.45);
      box-shadow: var(--glass-inset), 0 0 0 1px rgba(255, 59, 48, 0.12), 0 16px 40px rgba(255, 59, 48, 0.1);
    }
    .price-card-top { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
    .price-card-top h3 { margin: 0; font-size: 16px; font-weight: 750; }
    .price-rec {
      padding: 3px 8px; border-radius: 999px;
      background: var(--accent-soft); color: var(--accent);
      font-size: 11px; font-weight: 800;
    }
    .price-amount {
      margin: 0;
      font-size: clamp(26px, 3.5vw, 32px);
      font-weight: 800;
      letter-spacing: -0.03em;
      line-height: 1.1;
    }
    .price-amount .slash {
      position: relative;
      display: inline-block;
    }
    .price-amount .slash::after {
      content: '';
      position: absolute;
      left: -4%; right: -4%; top: 48%;
      height: 2px;
      background: currentColor;
      transform: rotate(-18deg);
      opacity: 0.55;
    }
    .price-sub { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
    .price-bonus-row {
      display: flex; flex-wrap: wrap; gap: 8px; margin: 0;
    }
    .price-bonus-chip {
      display: inline-flex; align-items: center; gap: 6px;
      padding: 6px 10px; border-radius: 999px;
      background: var(--accent-soft);
      border: 1px solid rgba(255, 59, 48, 0.28);
      color: var(--text);
      font-size: 12px; font-weight: 650;
    }
    .price-bonus-chip em {
      font-style: normal;
      padding: 2px 7px; border-radius: 999px;
      background: linear-gradient(135deg, #ff5249, #ff3b30); color: #fff;
      font-size: 10px; font-weight: 800; text-transform: uppercase;
    }
    .price-features {
      list-style: none; margin: 4px 0 8px; padding: 0;
      display: flex; flex-direction: column; gap: 8px;
      flex: 1;
    }
    .price-features li {
      position: relative;
      padding-left: 18px;
      font-size: 14px;
      color: var(--muted);
      line-height: 1.4;
    }
    .price-features li::before {
      content: '';
      position: absolute;
      left: 0; top: 0.45em;
      width: 7px; height: 7px;
      border-radius: 50%;
      background: var(--accent);
    }
    .price-card .btn { width: 100%; margin-top: auto; }
    .price-banner {
      margin-top: 12px;
      display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
      padding: 14px 16px;
      border-radius: 16px;
      border: 1px solid var(--glass-border);
      background: var(--glass);
      box-shadow: var(--glass-inset);
    }
    .price-banner-pill {
      flex-shrink: 0;
      padding: 4px 10px; border-radius: 999px;
      background: var(--accent-soft); color: var(--accent);
      font-size: 12px; font-weight: 800;
    }
    .price-banner p { margin: 0; flex: 1; min-width: 200px; color: var(--muted); font-size: 14px; line-height: 1.45; }
    .price-banner p strong { color: var(--text); }
    @media (max-width: 760px) {
      .pricing-two { grid-template-columns: 1fr; }
    }
  
