/* RCP Token — shared stylesheet (extracted from index.html) */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --navy:      #0f1e36;
      --navy2:     #162d4a;
      --teal:      #0e7490;
      --teal-d:    #0a5c73;
      --teal-l:    #22d3ee;
      --gray-50:   #f8fafc;
      --gray-200:  #e2e8f0;
      --gray-400:  #94a3b8;
      --gray-600:  #475569;
      --gray-700:  #334155;
      --gray-900:  #0f172a;
      --white:     #ffffff;
    }

    html { scroll-behavior: smooth; }
    body {
      font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
      color: var(--gray-700);
      background: var(--white);
      line-height: 1.65;
      overflow-x: hidden;
    }

    /* ── ACCESSIBILITY ── */
    .skip-link {
      position: absolute; left: -9999px; top: 0; z-index: 1000;
      background: var(--teal); color: var(--white); padding: .75rem 1.25rem;
      border-radius: 0 0 8px 0; font-weight: 700; text-decoration: none;
    }
    .skip-link:focus { left: 0; }
    a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible {
      outline: 3px solid var(--teal-l); outline-offset: 2px;
    }
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
    }

    /* ── NAV ── */
    nav {
      position: sticky; top: 0; z-index: 100;
      background: rgba(15,30,54,0.97); backdrop-filter: blur(10px);
      border-bottom: 1px solid rgba(255,255,255,0.06);
    }
    .nav-inner {
      max-width: 1120px; margin: 0 auto; padding: 0 1.25rem;
      display: flex; align-items: center; justify-content: space-between;
      height: 58px; gap: 1rem;
    }
    .nav-logo { color: var(--white); font-weight: 900; font-size: 1.15rem; text-decoration: none; letter-spacing: -0.03em; flex-shrink: 0; }
    .nav-logo span { color: var(--teal-l); }
    .nav-links { display: flex; gap: 1.25rem; align-items: center; flex-shrink: 0; }
    .nav-links a { color: var(--gray-400); text-decoration: none; font-size: 0.85rem; font-weight: 500; transition: color .15s; white-space: nowrap; }
    .nav-links a:hover { color: var(--white); }
    .nav-cta {
      background: var(--teal) !important; color: var(--white) !important;
      padding: .38rem 1rem; border-radius: 6px; font-weight: 700 !important;
    }
    .nav-cta:hover { background: var(--teal-d) !important; }

    /* ── BUTTONS ── */
    .btn {
      display: inline-block; text-decoration: none; font-weight: 700;
      border-radius: 8px; padding: .75rem 1.5rem; font-size: .96rem;
      transition: background .15s, border-color .15s;
      text-align: center; white-space: nowrap;
    }
    .btn-primary { background: var(--teal); color: var(--white); }
    .btn-primary:hover { background: var(--teal-d); }
    .btn-ghost { border: 2px solid rgba(255,255,255,.35); color: var(--white); }
    .btn-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.07); }
    .btn-lg { padding: .85rem 1.9rem; font-size: 1rem; }
    .btn-full { display: block; width: 100%; text-align: center; }

    /* ── LAYOUT ── */
    .section { padding: 4.5rem 1.25rem; }
    .section-alt { background: var(--gray-50); }
    .section-dark { background: var(--navy); }
    .container { max-width: 1120px; margin: 0 auto; }
    .section-label {
      text-align: center; font-size: .7rem; font-weight: 800;
      letter-spacing: .13em; text-transform: uppercase;
      color: var(--teal); margin-bottom: .6rem;
    }
    .section-label-light { color: var(--teal-l); }
    h2 {
      font-size: clamp(1.45rem, 3vw, 2.1rem); font-weight: 900;
      color: var(--gray-900); text-align: center; margin-bottom: .7rem; line-height: 1.2;
    }
    h2.light { color: var(--white); }
    .section-sub {
      text-align: center; color: var(--gray-600);
      max-width: 580px; margin: 0 auto 2.75rem; font-size: .95rem;
    }
    .section-sub.light { color: var(--gray-400); }

    /* ── HERO ── */
    .hero {
      background: linear-gradient(140deg, #0a1929 0%, #0f2a45 45%, #0c3347 100%);
      color: var(--white); padding: 4.5rem 1.25rem 3.5rem;
    }
    .hero-inner {
      max-width: 1120px; margin: 0 auto;
      display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center;
    }
    .hero-badge {
      display: inline-block;
      background: rgba(14,116,144,.25); border: 1px solid rgba(34,211,238,.3);
      color: var(--teal-l); font-size: .7rem; font-weight: 700;
      padding: .28rem .85rem; border-radius: 20px;
      letter-spacing: .1em; text-transform: uppercase; margin-bottom: 1.25rem;
    }
    .hero h1 {
      font-size: clamp(1.65rem, 3.5vw, 2.7rem); font-weight: 900;
      line-height: 1.13; margin-bottom: 1.1rem;
    }
    .hero h1 em { color: var(--teal-l); font-style: normal; }
    .hero-strong { font-size: 1.15rem; font-weight: 800; color: var(--white); line-height: 1.4; margin-bottom: 1rem; padding-left: .9rem; border-left: 3px solid var(--teal-l); }
    .hero-desc { font-size: 1rem; color: #94a3b8; margin-bottom: 1.4rem; }
    .hero-explainer { list-style: none; display: flex; flex-direction: column; gap: .55rem; margin-bottom: 1.8rem; }
    .hero-explainer li { font-size: .88rem; color: #cbd5e1; line-height: 1.55; padding-left: 1.1rem; position: relative; }
    .hero-explainer li::before { content: '→'; position: absolute; left: 0; color: var(--teal-l); font-weight: 700; }
    .hero-explainer strong { color: var(--white); }
    .hero-actions { display: flex; gap: .85rem; flex-wrap: wrap; margin-bottom: 2.25rem; }
    .hero-chips { display: flex; gap: .65rem; flex-wrap: wrap; }
    .chip {
      background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13);
      color: #cbd5e1; font-size: .8rem; padding: .32rem .8rem; border-radius: 20px;
    }
    .chip strong { color: var(--white); }
    .hero-visual { display: flex; justify-content: center; align-items: center; }
    .hero-img {
      width: 100%; max-width: 340px; height: auto;
      border-radius: 14px; box-shadow: 0 24px 70px rgba(0,0,0,.55);
      object-fit: cover; display: block;
    }

    /* ── STEPS ── */
    .steps {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
      gap: 1.75rem;
    }
    .step { text-align: center; }
    .step-num {
      width: 48px; height: 48px; border-radius: 50%;
      background: var(--teal); color: var(--white);
      display: flex; align-items: center; justify-content: center;
      font-weight: 900; font-size: 1.1rem; margin: 0 auto .9rem;
      box-shadow: 0 4px 14px rgba(14,116,144,.35);
    }
    .step h3 { font-size: .9rem; font-weight: 700; color: var(--gray-900); margin-bottom: .35rem; }
    .step p { font-size: .83rem; color: var(--gray-600); }

    /* ── CARDS ── */
    .cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 1.1rem; }
    .card {
      background: var(--white); border: 1px solid var(--gray-200);
      border-radius: 12px; padding: 1.4rem; transition: box-shadow .2s;
    }
    .card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.09); }
    .card-icon { font-size: 1.75rem; margin-bottom: .7rem; }
    .card h3 { font-size: .9rem; font-weight: 700; color: var(--gray-900); margin-bottom: .35rem; }
    .card p { font-size: .83rem; color: var(--gray-600); }

    /* ── BENEFITS ── */
    .benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
    .benefit {
      background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
      border-radius: 12px; padding: 1.5rem;
    }
    .benefit-icon { font-size: 1.6rem; margin-bottom: .7rem; }
    .benefit h3 { font-size: .94rem; font-weight: 700; color: var(--white); margin-bottom: .35rem; }
    .benefit p { font-size: .84rem; color: var(--gray-400); }

    /* ── TOKEN SECTION ── */
    .token-section { background: var(--navy2); }
    .token-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
    .token-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem; }
    .token-img { width: 100%; height: auto; border-radius: 10px; object-fit: cover; box-shadow: 0 8px 28px rgba(0,0,0,.4); display: block; }
    .token-img-main { grid-column: 1 / -1; }
    .token-specs-list { display: flex; flex-direction: column; gap: 1.15rem; }
    .spec { display: flex; gap: .9rem; align-items: flex-start; }
    .spec-icon { font-size: 1.35rem; flex-shrink: 0; margin-top: .1rem; }
    .spec h3 { font-size: .9rem; font-weight: 700; color: var(--white); margin-bottom: .2rem; }
    .spec p { font-size: .83rem; color: var(--gray-400); }

    /* ── TASKS ── */
    .tasks-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 1.25rem; }
    .task-card {
      background: var(--white); border: 1px solid var(--gray-200);
      border-radius: 12px; padding: 1.5rem;
    }
    .task-card h3 { font-size: .94rem; font-weight: 800; color: var(--gray-900); margin-bottom: .75rem; line-height: 1.4; }
    .task-card ul { list-style: none; display: flex; flex-direction: column; gap: .38rem; }
    .task-card li { font-size: .84rem; color: var(--gray-600); padding-left: 1.15rem; position: relative; }
    .task-card li::before { content: '→'; position: absolute; left: 0; color: var(--teal); font-weight: 700; }
    .task-tags { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: .9rem; }
    .tag { font-size: .72rem; background: #e0f2fe; color: var(--teal); padding: .18rem .55rem; border-radius: 12px; font-weight: 600; }
    .tag-amber { background: #fef3c7; color: #92400e; }
    .planned-badge {
      display: inline-block; font-size: .68rem; font-weight: 700;
      background: #fef9c3; color: #854d0e; border: 1px solid #fde047;
      border-radius: 20px; padding: .15rem .6rem; margin-left: .4rem; vertical-align: middle;
    }

    /* ── SHIFT INFO BOX ── */
    .infobox {
      max-width: 780px; margin: 0 auto;
      background: var(--white); border: 1px solid var(--gray-200); border-radius: 14px;
      padding: 2.25rem; display: grid; grid-template-columns: auto 1fr;
      gap: 1.25rem; align-items: start;
    }
    .infobox-icon { font-size: 2.2rem; line-height: 1; }
    .infobox h3 { font-size: 1.05rem; font-weight: 800; color: var(--gray-900); margin-bottom: .55rem; }
    .infobox p { font-size: .88rem; color: var(--gray-600); margin-bottom: .45rem; line-height: 1.7; }
    .infobox p:last-child { margin-bottom: 0; }
    .infobox-note {
      margin-top: 1rem; padding: .75rem 1rem;
      background: var(--gray-50); border-left: 3px solid var(--teal);
      border-radius: 0 8px 8px 0; font-size: .83rem; color: var(--gray-600);
    }

    /* ── PRICING ── */
    .pricing-wrap { display: flex; justify-content: center; }
    .pricing-card {
      background: var(--white); border: 2px solid var(--teal);
      border-radius: 16px; padding: 2.5rem; max-width: 500px; width: 100%;
      box-shadow: 0 12px 50px rgba(14,116,144,.13);
    }
    .pricing-badge {
      background: var(--teal); color: var(--white);
      font-size: .73rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
      padding: .26rem .82rem; border-radius: 20px; display: inline-block; margin-bottom: 1.2rem;
    }
    .pricing-name { font-size: 1.25rem; font-weight: 900; color: var(--gray-900); margin-bottom: .45rem; }
    .pricing-price { font-size: 2.6rem; font-weight: 900; color: var(--navy); line-height: 1; margin-bottom: .28rem; }
    .pricing-price span { font-size: .92rem; font-weight: 600; color: var(--gray-600); }
    .pricing-note { font-size: .82rem; color: var(--gray-600); margin-bottom: 1.6rem; }
    .pricing-list { list-style: none; display: flex; flex-direction: column; gap: .6rem; margin-bottom: 1.85rem; }
    .pricing-list li { font-size: .9rem; color: var(--gray-700); padding-left: 1.5rem; position: relative; }
    .pricing-list li::before { content: '✓'; position: absolute; left: 0; color: var(--teal); font-weight: 900; }
    .pricing-sub { font-size: .81rem; color: var(--gray-600); text-align: center; margin-top: .9rem; }

    /* ── FAQ ── */
    .faq-list { max-width: 740px; margin: 0 auto; }
    details { border-bottom: 1px solid var(--gray-200); }
    details:first-child { border-top: 1px solid var(--gray-200); }
    summary {
      font-size: .95rem; font-weight: 600; color: var(--gray-900);
      padding: 1.1rem 0; cursor: pointer; list-style: none;
      display: flex; justify-content: space-between; align-items: center; gap: .85rem;
    }
    summary::-webkit-details-marker { display: none; }
    summary::after { content: '+'; color: var(--teal); font-size: 1.3rem; font-weight: 700; flex-shrink: 0; transition: transform .2s; }
    details[open] summary::after { transform: rotate(45deg); }
    details .ans { font-size: .88rem; color: var(--gray-600); padding-bottom: 1.1rem; line-height: 1.75; }

    /* ── CTA ── */
    .cta-section { background: var(--navy); text-align: center; }
    .cta-section p { color: var(--gray-400); margin-bottom: 1.85rem; font-size: .98rem; }
    .cta-actions { display: flex; gap: .85rem; flex-wrap: wrap; justify-content: center; margin-bottom: 1.35rem; }
    .cta-contact { color: var(--gray-400); font-size: .9rem; }
    .cta-contact a { color: var(--teal-l); text-decoration: none; }

    /* ── FOOTER ── */
    footer { background: var(--gray-900); color: #64748b; padding: 1.6rem 1.25rem; text-align: center; font-size: .82rem; }
    footer a { color: #94a3b8; text-decoration: none; }
    footer a:hover { color: var(--white); }
    .footer-sep { margin: 0 .45rem; opacity: .4; }

    /* ════════════════════════════
       RESPONSIVE
    ════════════════════════════ */

    /* Tablet: ≤ 900px */
    @media (max-width: 900px) {
      .hero-inner { grid-template-columns: 1fr; gap: 2.25rem; }
      .hero-visual { order: -1; }
      .hero-img { max-width: 260px; margin: 0 auto; }
      .token-inner { grid-template-columns: 1fr; gap: 2rem; }
      .token-imgs { grid-template-columns: 1fr 1fr; }
      .token-img-main { grid-column: 1 / -1; }
      .nav-links { gap: 1rem; }
      .steps { grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); }
    }

    /* Mobile: ≤ 640px */
    @media (max-width: 640px) {
      /* nav */
      .nav-links a:not(.nav-cta) { display: none; }
      .nav-inner { padding: 0 1rem; }

      /* sections */
      .section { padding: 3rem 1rem; }
      .hero { padding: 3rem 1rem 2.5rem; }

      /* hero text */
      .hero h1 { font-size: 1.55rem; }
      .hero-desc { font-size: .93rem; }
      .hero-img { max-width: 220px; }
      .hero-actions { flex-direction: column; }
      .hero-actions .btn { width: 100%; text-align: center; }
      .hero-chips { gap: .5rem; }
      .chip { font-size: .75rem; }

      /* steps: 2 columns on small phones */
      .steps { grid-template-columns: 1fr 1fr; gap: 1.25rem; }

      /* cards: single column */
      .cards { grid-template-columns: 1fr; }
      .use-grid { grid-template-columns: 1fr; }
      .use-grid2 { grid-template-columns: 1fr; }
      .use-card2 { padding: 1.25rem; }
      .engine-steps { grid-template-columns: 1fr 1fr; }
      .engine-config { grid-template-columns: 1fr 1fr; }
      .roi-row { flex-direction: column; gap: .2rem; }

      /* benefits: single column */
      .benefits-grid { grid-template-columns: 1fr; }

      /* token */
      .token-imgs { grid-template-columns: 1fr; }
      .token-img-main { grid-column: auto; }

      /* tasks: single column */
      .tasks-grid { grid-template-columns: 1fr; }

      /* infobox: stack icon+text */
      .infobox { grid-template-columns: 1fr; gap: .9rem; padding: 1.5rem; }

      /* pricing */
      .pricing-card { padding: 1.75rem 1.25rem; }
      .pricing-price { font-size: 2.1rem; }

      /* CTA buttons */
      .cta-actions { flex-direction: column; }
      .cta-actions .btn { width: 100%; }

      /* footer: wrap on very small screens */
      .footer-sep { display: none; }
      footer p { display: flex; flex-direction: column; gap: .4rem; align-items: center; }
    }

    /* Very small: ≤ 380px */
    @media (max-width: 380px) {
      .hero h1 { font-size: 1.35rem; }
      .steps { grid-template-columns: 1fr; }
      .hero-img { max-width: 180px; }
    }

/* ==== next block ==== */

.problem-kontra { max-width: 720px; margin: 2rem auto 0; padding: 1.1rem 1.4rem; border-left: 4px solid var(--teal); background: rgba(14,116,144,.07); border-radius: 8px; font-weight: 700; color: var(--gray-900); font-size: 1.05rem; text-align: center; }

/* ==== next block ==== */

.card-cta { display: inline-block; margin-top: .8rem; font-size: .82rem; font-weight: 700; color: var(--teal); text-decoration: none; }
  .card-cta:hover { text-decoration: underline; }

/* ==== next block ==== */

.use-grid2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 1.5rem; }
  .use-card2 { background: var(--white); border: 1px solid var(--gray-200); border-radius: 14px; padding: 1.75rem; scroll-margin-top: 80px; display: flex; flex-direction: column; }
  .use-card2 h3 { font-size: 1.05rem; font-weight: 800; color: var(--gray-900); margin-bottom: .9rem; line-height: 1.3; }
  .use-block { margin-bottom: .9rem; }
  .use-block-label { font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--teal); margin-bottom: .3rem; }
  .use-block p { font-size: .87rem; color: var(--gray-600); line-height: 1.65; }
  .use-locations { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: .3rem; }
  .use-locations span { font-size: .74rem; background: var(--gray-50); color: var(--gray-700); padding: .2rem .6rem; border-radius: 12px; border: 1px solid var(--gray-200); }
  .use-benefits { list-style: none; display: flex; flex-direction: column; gap: .3rem; margin-top: .3rem; }
  .use-benefits li { font-size: .85rem; color: var(--gray-700); padding-left: 1.1rem; position: relative; }
  .use-benefits li::before { content: '✓'; position: absolute; left: 0; color: var(--teal); font-weight: 900; }
  .use-card2 .btn { margin-top: auto; align-self: flex-start; white-space: normal; max-width: 100%; }
  .mikrohistoria { background: var(--gray-50); border-radius: 8px; padding: .8rem 1rem; margin-bottom: .9rem; }
  .mikrohistoria-label { font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--teal); margin-bottom: .4rem; }
  .mikrohistoria ol { list-style: none; display: flex; flex-direction: column; gap: .25rem; }
  .mikrohistoria li { font-size: .8rem; color: var(--gray-700); }
  .mikrohistoria time { font-weight: 800; color: var(--gray-900); margin-right: .4rem; }
  @media (max-width: 640px) {
    .use-grid2 { grid-template-columns: 1fr; }
    .use-card2 { padding: 1.25rem; }
  }

/* ==== next block ==== */

.cmp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.1rem; margin-top: 2rem; }
  .cmp-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: 12px; padding: 1.4rem; }
  .cmp-card.cmp-featured { border: 2px solid var(--teal); background: rgba(14,116,144,.05); }
  .cmp-card h3 { font-size: .95rem; font-weight: 800; color: var(--gray-900); margin-bottom: .8rem; }
  .cmp-row { margin-bottom: .7rem; }
  .cmp-row-label { font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--teal); margin-bottom: .2rem; }
  .cmp-row p { font-size: .84rem; color: var(--gray-700); line-height: 1.55; }
  .cmp-summary { max-width: 720px; margin: 2rem auto 0; padding: 1.1rem 1.4rem; border-left: 4px solid var(--teal); background: rgba(14,116,144,.07); border-radius: 8px; font-weight: 700; color: var(--gray-900); font-size: 1.02rem; text-align: center; }

/* ==== next block ==== */

.engine-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1.5rem; margin-bottom: 2.5rem; }
  .engine-step { text-align: center; }
  .engine-step-num { width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); color: var(--teal-l); display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 1.05rem; margin: 0 auto .75rem; }
  .engine-step p { font-size: .84rem; color: var(--gray-200); font-weight: 700; }
  .engine-text { max-width: 760px; margin: 0 auto 2rem; text-align: center; color: var(--gray-400); font-size: .95rem; line-height: 1.75; }
  .engine-config { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: .9rem; max-width: 900px; margin: 0 auto; }
  .engine-config span { display: block; text-align: center; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; padding: .8rem .6rem; font-size: .82rem; font-weight: 700; color: var(--white); }

/* ==== next block ==== */

.pk-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.1rem; margin-top: 2rem; }
  .pk-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: 12px; padding: 1.4rem; text-align: center; }
  .pk-card-icon { font-size: 1.6rem; margin-bottom: .6rem; }
  .pk-card h3 { font-size: .88rem; font-weight: 700; color: var(--gray-900); margin-bottom: .3rem; }
  .pk-card p { font-size: .8rem; color: var(--gray-600); }
  .pk-honest { max-width: 760px; margin: 2rem auto 0; padding: 1.1rem 1.4rem; border-left: 4px solid var(--teal); background: rgba(14,116,144,.07); border-radius: 0 8px 8px 0; font-size: .88rem; color: var(--gray-700); line-height: 1.7; }

/* ==== next block ==== */

.layers-list { display: flex; flex-direction: column; gap: .9rem; max-width: 720px; margin: 2rem auto 0; }
  .layer { display: flex; gap: 1rem; align-items: flex-start; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; padding: 1rem 1.2rem; }
  .layer-num { flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%; background: var(--teal); color: var(--white); display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: .9rem; }
  .layer h3 { font-size: .9rem; font-weight: 700; color: var(--white); margin-bottom: .2rem; }
  .layer p { font-size: .82rem; color: var(--gray-400); }
  .layer-optional { opacity: .85; border-style: dashed; }
  .layers-honest { max-width: 720px; margin: 2rem auto 0; padding: 1.1rem 1.4rem; border-left: 4px solid var(--teal-l); background: rgba(255,255,255,.05); border-radius: 0 8px 8px 0; font-size: .87rem; color: var(--gray-300); line-height: 1.7; }
  .qr-planned { max-width: 720px; margin: 1.6rem auto 0; padding: 1.4rem 1.6rem; border: 1px dashed rgba(34,211,238,.4); background: rgba(34,211,238,.06); border-radius: 12px; }
  .qr-planned-badge { display: inline-block; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--teal-l); background: rgba(34,211,238,.15); padding: .25rem .7rem; border-radius: 20px; margin-bottom: .7rem; }
  .qr-planned h3 { font-size: 1rem; font-weight: 800; color: var(--white); margin-bottom: .5rem; }
  .qr-planned p { font-size: .87rem; color: var(--gray-300); line-height: 1.65; margin-bottom: 1rem; }
  .qr-planned-roles { display: flex; flex-wrap: wrap; gap: .8rem; }
  .qr-planned-roles div { flex: 1; min-width: 140px; background: rgba(255,255,255,.05); border-radius: 8px; padding: .7rem .9rem; text-align: center; }
  .qr-planned-roles strong { display: block; color: var(--teal-l); font-size: .9rem; margin-bottom: .2rem; }
  .qr-planned-roles span { font-size: .78rem; color: var(--gray-400); }

/* ==== next block ==== */

.avm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: start; margin-top: 2rem; }
  .avm-list { list-style: none; display: flex; flex-direction: column; gap: .5rem; }
  .avm-list li { font-size: .87rem; color: var(--gray-700); padding-left: 1.2rem; position: relative; }
  .avm-list li::before { content: '✓'; position: absolute; left: 0; color: var(--teal); font-weight: 900; }
  .avm-limits { font-size: .84rem; color: var(--gray-600); line-height: 1.7; }
  .avm-price { margin-top: 1.5rem; padding: 1.1rem 1.4rem; border: 2px solid var(--teal); border-radius: 10px; text-align: center; background: rgba(14,116,144,.05); }
  .avm-price strong { font-size: 1.3rem; color: var(--navy); }
  @media (max-width: 780px) { .avm-grid { grid-template-columns: 1fr; gap: 1.5rem; } }

/* ==== next block ==== */

.panel-mock { max-width: 720px; margin: 2rem auto 0; display: flex; flex-direction: column; gap: 1rem; }
  .panel-row { background: var(--white); border: 1px solid var(--gray-200); border-radius: 12px; padding: 1.1rem 1.4rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
  .panel-row.is-alert { border-color: #fca5a5; background: #fef2f2; }
  .panel-who { font-weight: 800; color: var(--gray-900); font-size: .95rem; }
  .panel-where { font-size: .82rem; color: var(--gray-600); }
  .panel-times { font-size: .85rem; color: var(--gray-700); }
  .panel-status { font-size: .78rem; font-weight: 700; padding: .3rem .7rem; border-radius: 20px; background: #dcfce7; color: #166534; }
  .panel-status.is-warn { background: #fee2e2; color: #991b1b; }
  .kierownik-list { list-style: none; max-width: 720px; margin: 2rem auto 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: .6rem; }
  .kierownik-list li { font-size: .88rem; color: var(--gray-700); padding-left: 1.4rem; position: relative; }
  .kierownik-list li::before { content: '✓'; position: absolute; left: 0; color: var(--teal); font-weight: 900; }

/* ==== next block ==== */

.roi-table { max-width: 560px; margin: 1.75rem auto 0; border: 1px solid var(--gray-200); border-radius: 12px; overflow: hidden; }
  .roi-row { display: flex; justify-content: space-between; padding: .85rem 1.4rem; font-size: .92rem; color: var(--gray-700); border-bottom: 1px solid var(--gray-200); }
  .roi-row:last-child { border-bottom: none; }
  .roi-row strong { color: var(--gray-900); }
  .roi-total { background: rgba(14,116,144,.07); font-weight: 800; color: var(--navy); }
  .roi-vs { text-align: center; margin-top: 1.4rem; font-size: 1rem; font-weight: 700; color: var(--gray-900); }
  .roi-vs span { color: var(--teal); }

/* ==== next block ==== */

.pilot-list { list-style: none; max-width: 560px; margin: 1.75rem auto 0; display: flex; flex-direction: column; gap: .55rem; }
  .pilot-list li { font-size: .9rem; color: var(--gray-700); padding-left: 1.4rem; position: relative; }
  .pilot-list li::before { content: '✓'; position: absolute; left: 0; color: var(--teal); font-weight: 900; }

/* ==== next block ==== */

.plan-grid {
    display: grid; gap: 1rem; margin-top: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
  .plan { border: 1px solid var(--gray-200); border-radius: 12px; padding: 1.4rem 1.2rem; background: var(--white); display: flex; flex-direction: column; }
  .plan.is-featured { border-color: var(--teal); box-shadow: 0 6px 24px rgba(14,116,144,.12); }
  .plan-tag { font-size: .72rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--teal); margin-bottom: .5rem; }
  .plan-price { font-size: 1.9rem; font-weight: 900; color: var(--navy); line-height: 1; }
  .plan-price span { font-size: .8rem; font-weight: 600; color: var(--gray-600); }
  .plan-quota { font-size: .85rem; color: var(--gray-700); margin: .7rem 0; }
  .plan-quota strong { color: var(--gray-900); }
  .pricing-setup { text-align: center; margin-top: 1.6rem; font-size: .95rem; color: var(--gray-700); }
  .pricing-setup strong { color: var(--navy); }

/* ==== next block ==== */

.lead-wrap { max-width: 640px; margin: 2rem auto 0; }
  .lead-form { display: grid; gap: .9rem; grid-template-columns: 1fr 1fr; }
  .lead-form .full { grid-column: 1 / -1; }
  .lead-form label { font-size: .82rem; font-weight: 700; color: var(--gray-900); display: grid; gap: .3rem; }
  .lead-form input, .lead-form select, .lead-form textarea {
    font: inherit; padding: .65rem .8rem; border: 1px solid var(--gray-200); border-radius: 8px;
    background: var(--white); color: var(--gray-900); width: 100%;
  }
  .lead-form textarea { min-height: 96px; resize: vertical; }
  .lead-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
  .lead-msg { margin-top: 1rem; font-weight: 700; text-align: center; }
  .lead-msg.ok { color: var(--teal); }
  .lead-msg.err { color: #b91c1c; }
  @media (max-width: 560px) { .lead-form { grid-template-columns: 1fr; } }

  .contact-card {
    max-width: 440px; margin: 1.75rem auto 0; padding: 1.4rem 1.5rem;
    background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16);
    border-radius: 12px; text-align: center;
  }
  .contact-card-tag { font-size: .74rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--teal-l); margin-bottom: .5rem; }
  .contact-card-name { font-size: 1.2rem; font-weight: 900; color: var(--white); margin-bottom: .55rem; }
  .contact-card-line { font-size: 1rem; color: var(--gray-200); margin: .15rem 0; }
  .contact-card-line a { color: var(--white); font-weight: 700; text-decoration: none; }
  .contact-card-line a:hover { text-decoration: underline; }
  .contact-card-note { font-size: .85rem; color: var(--gray-400); margin-top: .7rem; }
  .credibility { max-width: 720px; margin: 1.75rem auto 0; }
  .credibility-list { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem; }
  .credibility-list li { font-size: .8rem; color: var(--gray-300); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); padding: .4rem .85rem; border-radius: 20px; }

/* ==== next block ==== */

.trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; max-width: 900px; margin: 2rem auto 0; }
  .trust-item { display: flex; gap: .7rem; align-items: flex-start; background: var(--white); border: 1px solid var(--gray-200); border-radius: 10px; padding: 1rem 1.1rem; }
  .trust-item .tick { color: var(--teal); font-weight: 900; flex-shrink: 0; }
  .trust-item span { font-size: .88rem; color: var(--gray-700); font-weight: 600; }

/* ==== added: breadcrumbs, industry tiles v2, nav CTA, subpage hero ==== */
.breadcrumb { max-width: 1120px; margin: 0 auto; padding: .85rem 1.25rem; font-size: .8rem; color: var(--gray-600); }
.breadcrumb a { color: var(--teal); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span[aria-current] { color: var(--gray-900); font-weight: 700; }

.card .use-locations-mini { display: flex; flex-wrap: wrap; gap: .3rem; margin: .6rem 0 .8rem; }
.card .use-locations-mini span { font-size: .72rem; background: var(--gray-50); color: var(--gray-700); padding: .18rem .55rem; border-radius: 12px; border: 1px solid var(--gray-200); }

.nav-links .nav-cta-desktop { display: inline-block; }
@media (max-width: 640px) { .nav-links .nav-cta-desktop.btn-lg-nav { display: none; } }

.back-to-branze { display: inline-block; margin-top: .5rem; font-size: .85rem; color: var(--teal-l); text-decoration: none; font-weight: 700; }
.back-to-branze:hover { text-decoration: underline; }

.industry-hero { background: linear-gradient(140deg, #0a1929 0%, #0f2a45 45%, #0c3347 100%); color: var(--white); padding: 3rem 1.25rem 3rem; }
.industry-hero .container { max-width: 900px; text-align: center; }
.industry-hero h1 { font-size: clamp(1.5rem, 3.2vw, 2.3rem); font-weight: 900; line-height: 1.2; margin-bottom: 1rem; }
.industry-hero p { font-size: 1rem; color: #cbd5e1; max-width: 680px; margin: 0 auto 1.5rem; }

.demo-note { max-width: 720px; margin: 1.5rem auto 0; text-align: center; font-size: .78rem; color: var(--gray-600); font-style: italic; }
