/* Laseruj.pl v46 – merged CSS */

    /* Gdy boot doda klasę js-on – ukryj czerwony pasek noscript */
    html.js-on .noscript-banner { display: none !important; }
  
    .main-nav-btn .nav-ico {
      width: 28px;
      height: 28px;
      fill: url(#navGold) #d4a056;
      fill: #d4a056;
      filter: drop-shadow(0 1px 2px rgba(0,0,0,0.45));
      opacity: 0.92;
    }
    .main-nav-btn.active .nav-ico,
    .main-nav-btn:hover .nav-ico {
      fill: #e8c078;
      filter: drop-shadow(0 0 6px rgba(212,160,86,0.55));
      opacity: 1;
    }
    .main-nav-btn span {
      font-size: 11px;
      letter-spacing: 0.4px;
      line-height: 1.15;
    }
    @media (min-width: 700px) {
      .main-nav-btn .nav-ico { width: 30px; height: 30px; }
      .main-nav-btn span { font-size: 12px; }
    }

    /* Mass calculator results */
    .result-box {
      background: rgba(0,0,0,0.35);
      border: 1px solid var(--card-border, #2a3140);
      border-radius: 12px;
      padding: 12px 14px;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
    .result-row {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      gap: 12px;
      font-size: 13px;
      color: var(--text-muted, #aeb6c2);
    }
    .result-row strong {
      color: #e8ecf2;
      font-size: 15px;
      font-weight: 700;
    }
    #mass-params-panel .form-group {
      margin-bottom: 12px;
    }
    #mass-params-panel .form-group label {
      display: block;
      font-size: 12px;
      color: var(--text-muted, #aeb6c2);
      margin-bottom: 4px;
    }
    #mass-params-panel .form-control,
    #mass-params-panel select.form-control,
    #mass-params-panel input.form-control {
      width: 100%;
      background: #0c0e14;
      border: 1px solid #2a3140;
      color: #fff;
      border-radius: 10px;
      padding: 10px 12px;
      font-size: 15px;
    }
    #mass-params-panel .cad-viewport {
      background: #080a10;
      border: 1px solid #1e2430;
      border-radius: 14px;
      padding: 10px;
      position: relative;
      min-height: 260px;
    }
    @media (max-width: 800px) {
      #mass-params-panel .calc-layout {
        grid-template-columns: 1fr !important;
      }
      #mass-params-panel .cad-viewport {
        min-height: 220px;
        order: -1;
      }
    }
    /* About / service cards – gold titles + white icons */
    .card-static h2.svc-title {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 16px;
      font-weight: 800;
      color: var(--accent-bright, #e8c078);
      margin-bottom: 8px;
      letter-spacing: 0.2px;
    }
    .card-static h2.svc-title .svc-ico {
      width: 22px;
      height: 22px;
      flex-shrink: 0;
      fill: #f2f4f8;
      filter: drop-shadow(0 0 4px rgba(212,160,86,0.35));
    }
    .card-static h2.svc-title span {
      color: var(--accent-bright, #e8c078);
    }


    /* O nas – hierarchia kolorów i ikony usług */
    #page-about .seo-lead p,
    #page-about .seo-article-section p,
    #page-about .card-static p {
      color: #9aa3b5;
      font-size: 14px;
      line-height: 1.6;
    }
    #page-about .seo-lead p strong,
    #page-about .seo-article-section p strong,
    #page-about .card-static p strong {
      color: #dce3ee;
      font-weight: 650;
    }
    #page-about .page-h1 {
      color: #f0f3f8;
    }
    #page-about .page-h1 span {
      color: var(--accent-bright, #e8c078);
    }
    #page-about .seo-h2 {
      color: var(--accent-bright, #e8c078);
      font-size: 17px;
      font-weight: 800;
      margin-bottom: 10px;
      letter-spacing: 0.2px;
    }
    #page-about .card-static {
      background: linear-gradient(165deg, rgba(22,26,34,0.98), rgba(12,14,18,0.98));
      border: 1px solid rgba(212,160,86,0.18);
    }
    #page-about .card-static h2.svc-title {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      font-size: 15px;
      font-weight: 800;
      color: var(--accent-bright, #e8c078);
      margin-bottom: 10px;
      line-height: 1.3;
    }
    #page-about .card-static h2.svc-title span {
      color: var(--accent-bright, #e8c078);
    }
    #page-about .card-static h2.svc-title .svc-ico {
      width: 28px;
      height: 28px;
      flex-shrink: 0;
      fill: none;
      stroke: #f0d4a0;
      stroke-width: 1.6;
      stroke-linecap: round;
      stroke-linejoin: round;
      filter: drop-shadow(0 0 6px rgba(212,160,86,0.35));
    }
    #page-about .card-static h2.svc-title .svc-ico path,
    #page-about .card-static h2.svc-title .svc-ico circle,
    #page-about .card-static h2.svc-title .svc-ico line,
    #page-about .card-static h2.svc-title .svc-ico rect {
      fill: none;
      stroke: #f0d4a0;
    }
    #page-about .card-static h2.svc-title .svc-ico .ico-fill {
      fill: rgba(240,212,160,0.15);
    }


    /* Focus keyboard – a11y */
    :focus-visible {
      outline: 2px solid #e8c078 !important;
      outline-offset: 2px;
    }
    button:focus:not(:focus-visible),
    a:focus:not(:focus-visible) {
      outline: none;
    }
    .shape-card:focus-visible,
    .main-nav-btn:focus-visible,
    .btn-primary:focus-visible,
    .btn-secondary:focus-visible {
      box-shadow: 0 0 0 3px rgba(212,160,86,0.45);
    }


    a.main-nav-btn {
      text-decoration: none;
      color: inherit;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 4px;
      cursor: pointer;
    }
    a.main-nav-btn:hover { color: var(--accent-bright, #e8c078); }
    footer {
      text-align: center;
      padding: 28px 16px 36px;
      border-top: 1px solid rgba(255,255,255,0.06);
      margin-top: 24px;
    }
    .footer-nav {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 8px 18px;
      margin-bottom: 14px;
    }
    .footer-nav a {
      color: var(--accent-bright, #e8c078);
      text-decoration: none;
      font-size: 13px;
      font-weight: 600;
    }
    .footer-nav a:hover { text-decoration: underline; }
    .footer-meta {
      font-size: 12px;
      color: #8b93a3;
      line-height: 1.5;
    }
    .footer-meta a {
      color: #b8c0cc;
      text-decoration: none;
    }
    .footer-meta a:hover { color: var(--accent-bright, #e8c078); }




    :root {
      /* Motyw stal / grafit – iskra laserowa (bursztyn) zamiast dominującego niebieskiego */
      --bg-dark: #0e1014;
      --bg-darker: #08090c;
      --card-bg: rgba(28, 32, 38, 0.94);
      --card-solid: #1c2026;
      --card-border: rgba(160, 170, 180, 0.14);
      --card-border-strong: rgba(200, 210, 220, 0.28);
      --text-main: #f2f4f6;
      --text-muted: #aeb6c2;
      --steel: #c5ced6;
      --steel-bright: #e8eef3;
      --accent: #d4a056;
      --accent-bright: #f0c078;
      --accent-deep: #a67c3a;
      --accent-grad: linear-gradient(135deg, #f0d090 0%, #d4a056 45%, #b8863a 100%);
      --accent-grad-soft: linear-gradient(160deg, rgba(212, 160, 86, 0.16) 0%, rgba(80, 90, 100, 0.08) 100%);
      --accent-glow: 0 0 22px rgba(212, 160, 86, 0.28);
      --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.35);
      --shadow-md: 0 10px 32px rgba(0, 0, 0, 0.45);
      --shadow-lg: 0 18px 50px rgba(0, 0, 0, 0.55);
      --glass: rgba(18, 20, 24, 0.8);
      --danger: #ef4444;
      --success: #22c55e;
      --warning: #f59e0b;
      --radius: 14px;
      --radius-sm: 10px;
    }


    * { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif; -webkit-tap-highlight-color: transparent; }

    body {
      background: var(--bg-dark);
      background-image:
        /* „rozpryski stali” – jasne plamy */
        radial-gradient(ellipse 50% 35% at 12% 18%, rgba(180, 190, 200, 0.07), transparent 60%),
        radial-gradient(ellipse 40% 30% at 88% 8%, rgba(212, 160, 86, 0.08), transparent 55%),
        radial-gradient(ellipse 55% 40% at 70% 92%, rgba(140, 150, 160, 0.06), transparent 60%),
        radial-gradient(ellipse 30% 25% at 5% 85%, rgba(212, 160, 86, 0.05), transparent 50%),
        /* szczotkowana stal – subtelne pasy */
        repeating-linear-gradient(105deg, transparent 0 2px, rgba(255,255,255,0.015) 2px 3px),
        linear-gradient(165deg, #0a0b0e 0%, #12151a 40%, #0e1014 100%);
      background-attachment: fixed;
      color: var(--text-main);
      line-height: 1.5;
      min-height: 100vh;
      min-height: 100dvh;
      padding-bottom: max(40px, env(safe-area-inset-bottom));
      position: relative;
    }
    /* Dekoracyjne iskry / odłamki (CSS) */
    body::before {
      content: '';
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: 0;
      background-image:
        radial-gradient(1.5px 1.5px at 15% 22%, rgba(232, 238, 243, 0.45), transparent),
        radial-gradient(1px 1px at 28% 60%, rgba(212, 160, 86, 0.5), transparent),
        radial-gradient(1.5px 1.5px at 72% 18%, rgba(200, 210, 220, 0.4), transparent),
        radial-gradient(1px 1px at 85% 48%, rgba(240, 192, 120, 0.45), transparent),
        radial-gradient(1px 1px at 42% 80%, rgba(180, 190, 200, 0.35), transparent),
        radial-gradient(2px 2px at 58% 35%, rgba(212, 160, 86, 0.3), transparent),
        radial-gradient(1px 1px at 8% 45%, rgba(230, 230, 230, 0.3), transparent),
        radial-gradient(1px 1px at 92% 78%, rgba(212, 160, 86, 0.35), transparent);
      opacity: 0.85;
    }
    body > * { position: relative; z-index: 1; }
    body.cart-open { overflow: hidden; }



    /* ===== HEADER – stal + szkło ===== */
    .header-bar {
      background: linear-gradient(180deg, rgba(18, 20, 24, 0.96) 0%, rgba(12, 14, 18, 0.92) 100%);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      border-bottom: 1px solid var(--card-border);
      box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.04);
      padding: 12px 16px;
      position: sticky;
      top: 0;
      z-index: 100;
    }


    .header-content {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
    }
    #svg-canvas .cad-dimensions,
    #svg-canvas .dim-guide { opacity: 0.9; }
    #svg-canvas .cad-guide,
    #svg-canvas .dim-guide line.cad-guide {
      stroke-dasharray: 4 4;
      stroke-width: 1;
    }
    #svg-canvas .cad-centerline {
      stroke: #8aa0b3;
      stroke-dasharray: 6 4;
      stroke-width: 0.9;
      opacity: 0.7;
    }
    .logo-section, a.logo-section { display: flex; align-items: center; gap: 10px; cursor: pointer; text-decoration: none; color: inherit; }
    .logo-brand {
      height: 42px;
      width: auto;
      max-width: min(52vw, 220px);
      display: block;
      object-fit: contain;
      flex-shrink: 0;
      border-radius: 6px;
    }
    .logo-mark { display: none; }
    .logo-mark svg { width: 44px; height: 44px; }
    .logo-word {
      font-size: 20px; font-weight: 900; letter-spacing: -0.5px;
      line-height: 1.05;
      background: linear-gradient(90deg, #f0d4a0 0%, #d4a056 45%, #e8b86a 100%);
      -webkit-background-clip: text; background-clip: text; color: transparent;
    }
    .logo-word span.dot { color: var(--steel); background: none; -webkit-background-clip: unset; background-clip: unset; font-weight: 700; }
    .logo-word span.tld { color: #8a93a3; background: none; -webkit-background-clip: unset; background-clip: unset; font-weight: 700; font-size: 15px; letter-spacing: 0; }
    .logo-sub { font-size: 10px; color: var(--steel); text-transform: uppercase; letter-spacing: 1.2px; font-weight: 600; margin-top: 2px; }
    .logo-tag {
      background: var(--accent-grad);
      color: #031018;
      font-weight: 900;
      padding: 8px 14px;
      border-radius: 12px;
      font-size: 15px;
      letter-spacing: 1.5px;
      box-shadow: 0 4px 20px rgba(0, 212, 255, 0.45), inset 0 1px 0 rgba(255,255,255,0.35);
      position: relative;
    }
    .logo-tag::after {
      content: '';
      position: absolute;
      inset: -2px;
      border-radius: 14px;
      background: var(--accent-grad);
      opacity: 0.35;
      filter: blur(8px);
      z-index: -1;
    }

    .logo-title { font-size: 15px; font-weight: 800; letter-spacing: 0.2px; }
    .logo-sub { font-size: 10px; color: var(--steel); text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }

    .header-right { display: flex; align-items: center; gap: 12px; }
    .header-contact { font-size: 11px; color: var(--text-muted); display: none; }
    @media (min-width: 700px) { .header-contact { display: block; } }
    .header-contact span { font-weight: 600; color: #fff; }

    .cart-nav-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: linear-gradient(160deg, rgba(18, 36, 58, 0.95), rgba(12, 24, 40, 0.95));
      border: 1px solid var(--card-border-strong);
      padding: 9px 16px;
      border-radius: 12px;
      color: #fff;
      cursor: pointer;
      font-size: 13px;
      font-weight: 700;
      transition: all 0.25s ease;
      box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255,255,255,0.06);
    }

    .cart-nav-btn:hover {
      border-color: var(--accent);
      box-shadow: var(--accent-glow), var(--shadow-md);
      transform: translateY(-1px);
    }
    .cart-badge {
      background: var(--accent-grad);
      color: #031018;
      font-weight: 800;
      font-size: 11px;
      padding: 3px 8px;
      border-radius: 10px;
      box-shadow: 0 0 12px rgba(0, 212, 255, 0.4);

      min-width: 20px;
      text-align: center;
    }

    /* ===== LAYOUT ===== */
    .app-container { max-width: 1200px; margin: 16px auto; padding: 0 14px; }

    .main-nav {
      display: flex;
      gap: 6px;
      background: linear-gradient(180deg, rgba(8, 16, 28, 0.9), rgba(6, 12, 22, 0.95));
      padding: 5px;
      border-radius: 14px;
      border: 1px solid var(--card-border);
      margin-bottom: 16px;
      box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255,255,255,0.04);
    }

    .main-nav-btn {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 4px;

      flex: 1;
      padding: 12px 6px;
      border: 1px solid transparent;
      background: transparent;
      border-radius: 10px;
      font-weight: 700;
      font-size: 12px;
      color: var(--text-muted);
      cursor: pointer;
      text-align: center;
      touch-action: manipulation;
      transition: all 0.25s ease;
    }
    .main-nav-btn:hover { color: #fff; background: rgba(0, 212, 255, 0.06); }
    .main-nav-btn.active {
      background: var(--accent-grad-soft);
      color: var(--accent-bright);
      border-color: var(--card-border-strong);
      box-shadow: 0 0 20px rgba(0, 212, 255, 0.2), inset 0 0 12px rgba(0, 212, 255, 0.08);
    }

    .sub-tabs { display: flex; gap: 10px; margin-bottom: 16px; }
    .sub-tab-btn {
      flex: 1;
      padding: 12px 10px;
      border: 1px solid var(--card-border);
      background: linear-gradient(160deg, #12253f 0%, #0d1a2e 100%);
      border-radius: 12px;
      font-weight: 600;
      font-size: 12px;
      cursor: pointer;
      color: var(--text-muted);
      text-align: center;
      touch-action: manipulation;
      transition: all 0.25s ease;
      box-shadow: var(--shadow-sm);
    }
    .sub-tab-btn:hover { border-color: var(--card-border-strong); color: #fff; }
    .sub-tab-btn.active {
      background: var(--accent-grad);
      color: #031018;
      border-color: transparent;
      font-weight: 800;
      box-shadow: 0 6px 20px rgba(0, 180, 230, 0.35), inset 0 1px 0 rgba(255,255,255,0.35);
    }

    /* ===== SHAPE GRID ===== */
    .shape-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
      gap: 10px;
      margin-bottom: 16px;
    }
    .shape-card {
      background: linear-gradient(165deg, #2a2f38 0%, #1a1e24 55%, #14171c 100%);
      border: 1px solid var(--card-border);
      border-radius: 14px;
      padding: 14px 6px 12px;
      text-align: center;
      cursor: pointer;
      touch-action: manipulation;
      -webkit-user-select: none;
      user-select: none;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 92px;
      transition: border-color 0.25s, box-shadow 0.25s, transform 0.2s, background 0.25s;
      position: relative;
      z-index: 1;
      box-shadow: 0 6px 18px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.06);
      overflow: hidden;
    }
    .shape-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 45%;
      background: linear-gradient(180deg, rgba(255,255,255,0.06), transparent);
      pointer-events: none;
    }
    .shape-card:hover {
      border-color: rgba(212, 160, 86, 0.4);
      transform: translateY(-2px);
      box-shadow: 0 10px 28px rgba(0,0,0,0.45), 0 0 14px rgba(212, 160, 86, 0.12);
    }
    .shape-card:active { transform: scale(0.97); }
    .mass-price-mode.active {
      border-color: var(--accent) !important;
      color: var(--accent-bright) !important;
      box-shadow: 0 0 0 1px rgba(212,160,86,0.35);
    }
    @media (max-width: 800px) {
      #mass-params-panel .calc-layout { grid-template-columns: 1fr !important; }
    }
    .shape-card.active {
      border-color: var(--accent);
      background: linear-gradient(165deg, rgba(212, 160, 86, 0.22) 0%, rgba(60, 50, 40, 0.5) 45%, #1a1e24 100%);
      box-shadow: var(--accent-glow), 0 8px 24px rgba(0,0,0,0.35), inset 0 0 18px rgba(212, 160, 86, 0.08);
    }
    .shape-card svg {
      width: 40px; height: 40px; margin-bottom: 8px;
      pointer-events: none;
      filter: drop-shadow(0 2px 3px rgba(0,0,0,0.45));
      transition: filter 0.2s, opacity 0.2s;
    }
    .shape-card svg .ico-body {
      fill: rgba(180, 188, 196, 0.18);
      stroke: #c5ced6;
      stroke-width: 1.75;
      stroke-linejoin: round;
      stroke-linecap: round;
    }
    .shape-card svg .ico-cut {
      fill: none;
      stroke: #9aa3ad;
      stroke-width: 1.4;
    }
    .shape-card svg .ico-hole {
      fill: rgba(8, 9, 12, 0.85);
      stroke: #a8b0b8;
      stroke-width: 1.25;
    }
    .shape-card.active svg .ico-body {
      fill: rgba(212, 160, 86, 0.2);
      stroke: var(--accent-bright);
    }
    .shape-card.active svg .ico-cut { stroke: #e0c090; }
    .shape-card.active svg .ico-hole {
      fill: rgba(20, 16, 12, 0.9);
      stroke: var(--accent);
    }
    .shape-card.active svg { filter: drop-shadow(0 0 6px rgba(212, 160, 86, 0.45)); }
    .shape-card p { font-size: 11px; font-weight: 600; color: #e2e6ea; line-height: 1.25; pointer-events: none; }

    .gallery-slide img,
    .photo-card img {
      background: #fff;
    }
    .gallery-slide {
      background: linear-gradient(180deg, #1a1e26, #12141a);
    }
    .gallery-slide.slide-pack,
    .photo-card.shot-white {
      background: #fff;
    }
    .gallery-slide.slide-pack img,
    .photo-card.shot-white img {
      background: #fff;
      object-fit: contain;
    }




    /* ===== WORKSPACE ===== */
    .workspace {
      display: grid;
      grid-template-columns: 1fr;
      gap: 16px;
      margin-bottom: 20px;
    }
    @media (min-width: 900px) {
      .workspace { grid-template-columns: 400px 1fr; }
    }

    .panel-box {
      background: linear-gradient(165deg, rgba(18, 36, 58, 0.95) 0%, rgba(12, 24, 40, 0.98) 100%);
      border: 1px solid var(--card-border);
      border-radius: var(--radius);
      padding: 18px;
      display: flex;
      flex-direction: column;
      box-shadow: var(--shadow-md), inset 0 1px 0 rgba(255,255,255,0.05);
      position: relative;
    }
    .panel-box::before {
      content: '';
      position: absolute;
      top: 0; left: 16px; right: 16px;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.35), transparent);
      opacity: 0.7;
    }
    .panel-title {
      font-size: 11px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 1.2px;
      color: var(--accent);
      margin-bottom: 14px;
      border-bottom: 1px solid var(--card-border);
      padding-bottom: 8px;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .panel-title::before {
      content: '';
      width: 6px; height: 6px;
      border-radius: 50%;
      background: var(--accent);
      box-shadow: 0 0 10px var(--accent);
      flex-shrink: 0;
    }

    .param-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px;
      gap: 10px;
    }
    .param-row label {
      font-size: 12px;
      font-weight: 500;
      color: var(--text-muted);
      flex: 1;
    }
    .param-row input, .param-row select {
      width: 124px;
      padding: 9px 12px;
      background: rgba(4, 10, 18, 0.85);
      border: 1px solid var(--card-border);
      border-radius: var(--radius-sm);
      font-size: 14px;
      text-align: right;
      font-weight: 600;
      color: #fff;
      -webkit-appearance: none;
      transition: border-color 0.2s, box-shadow 0.2s;
      box-shadow: inset 0 2px 6px rgba(0,0,0,0.25);
    }

    .param-row input:focus, .param-row select:focus {
      outline: none;
      border-color: var(--accent);
      box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.15), inset 0 2px 6px rgba(0,0,0,0.2);
    }
    .param-row select { text-align: left; cursor: pointer; }
    .param-step {
      display: flex;
      align-items: stretch;
      width: 148px;
      flex: 0 0 148px;
      border: 1px solid var(--card-border);
      border-radius: var(--radius-sm);
      overflow: hidden;
      background: rgba(4, 10, 18, 0.85);
    }
    .param-step input {
      width: 72px !important;
      flex: 1 1 auto;
      border: 0 !important;
      border-radius: 0 !important;
      box-shadow: none !important;
      padding: 8px 4px !important;
    }
    .param-nudge {
      width: 28px;
      flex: 0 0 28px;
      border: 0;
      background: #141a24;
      color: #e8c078;
      font-size: 16px;
      font-weight: 700;
      cursor: pointer;
      line-height: 1;
    }
    .param-nudge:hover { background: #1e2633; }

    .results-summary {
      background: linear-gradient(160deg, rgba(0, 40, 70, 0.4), rgba(4, 12, 22, 0.9));
      border-radius: 12px;
      padding: 14px;
      margin-top: 14px;
      border: 1px solid var(--card-border-strong);
      box-shadow: inset 0 0 24px rgba(0, 212, 255, 0.06);
    }

    .res-item {
      display: flex;
      justify-content: space-between;
      font-size: 12px;
      margin-bottom: 5px;
      color: var(--text-muted);
    }
    .res-item.total {
      font-size: 16px;
      font-weight: 800;
      color: var(--accent-bright);
      border-top: 1px dashed var(--card-border);
      padding-top: 8px;
      margin-top: 8px;
      text-shadow: 0 0 20px rgba(0, 212, 255, 0.35);
    }

    .btn-primary {
      width: 100%;
      padding: 15px;
      background: var(--accent-grad);
      color: #031018;
      border: none;
      border-radius: 12px;
      font-weight: 800;
      font-size: 13px;
      cursor: pointer;
      margin-top: 14px;
      text-transform: uppercase;
      letter-spacing: 0.6px;
      touch-action: manipulation;
      transition: transform 0.15s, box-shadow 0.25s, opacity 0.2s;
      box-shadow: 0 8px 24px rgba(0, 180, 230, 0.35), inset 0 1px 0 rgba(255,255,255,0.4);
    }
    .btn-primary:hover {
      opacity: 0.95;
      box-shadow: 0 10px 32px rgba(0, 200, 255, 0.45), inset 0 1px 0 rgba(255,255,255,0.45);
      transform: translateY(-1px);
    }
    .btn-primary:active { transform: scale(0.98); }
    .btn-primary:disabled {
      background: #2a3a4e;
      color: #64748b;
      cursor: not-allowed;
      opacity: 1;
      box-shadow: none;
    }

    .btn-secondary {
      width: 100%;
      padding: 13px;
      background: rgba(0, 212, 255, 0.06);
      color: var(--accent);
      border: 1px solid var(--card-border-strong);
      border-radius: 12px;
      font-weight: 700;
      font-size: 13px;
      cursor: pointer;
      margin-top: 8px;
      touch-action: manipulation;
      transition: all 0.2s ease;
      box-shadow: inset 0 0 20px rgba(0, 212, 255, 0.05);
    }
    .btn-secondary:hover {
      background: rgba(0, 212, 255, 0.12);
      box-shadow: 0 0 16px rgba(0, 212, 255, 0.2);
    }

    .cad-viewport {
      background:
        radial-gradient(circle at 50% 45%, rgba(0, 212, 255, 0.08) 0%, transparent 55%),
        repeating-linear-gradient(0deg, transparent, transparent 19px, rgba(0, 212, 255, 0.05) 20px),
        repeating-linear-gradient(90deg, transparent, transparent 19px, rgba(0, 212, 255, 0.05) 20px),
        linear-gradient(180deg, #061018 0%, #030a12 100%);
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 280px;
      padding: 18px;
      position: relative;
      border: 1px solid var(--card-border-strong);
      box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.45), 0 0 30px rgba(0, 212, 255, 0.06);
      overflow: hidden;
      touch-action: none;
      -webkit-user-select: none;
      user-select: none;
    }
    .cad-viewport::after {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: 16px;
      pointer-events: none;
      box-shadow: inset 0 0 0 1px rgba(0, 212, 255, 0.08);
    }
    .cad-viewport svg { width: 100%; height: 100%; max-height: 320px; pointer-events: none; filter: drop-shadow(0 0 6px rgba(212, 160, 86, 0.25)); }
    .cad-viewport.is-3d svg { display: none; }
    .cad-viewport.is-3d canvas { display: block; }
    #cad-canvas-3d {
      display: none;
      width: 100%;
      height: 320px;
      max-height: 360px;
      touch-action: none;
      cursor: grab;
    }
    .cad-view-switch {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 3;
      display: flex;
      gap: 0;
      border: 1px solid rgba(212,160,86,0.4);
      border-radius: 10px;
      overflow: hidden;
      background: rgba(8,10,14,0.85);
    }
    .cad-view-btn {
      background: transparent;
      color: #c5ced6;
      border: 0;
      padding: 6px 12px;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.6px;
      cursor: pointer;
    }
    .cad-view-btn.active {
      background: linear-gradient(135deg, #f0d090 0%, #d4a056 100%);
      color: #1a1408;
    }
    .cookie-bar {
      position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 80;
      background: #161920; border: 1px solid rgba(212,160,86,.4);
      border-radius: 12px; padding: 12px 14px; color: #d5dbe3;
      font-size: 13px; line-height: 1.4;
      display: flex; gap: 12px; flex-wrap: wrap; align-items: center;
      box-shadow: 0 10px 30px rgba(0,0,0,.45);
    }
    .cookie-bar a { color: #e8c078; }
    .cookie-bar button {
      margin-left: auto; background: linear-gradient(135deg,#f0d090,#d4a056);
      border: 0; border-radius: 8px; padding: 8px 14px; font-weight: 800; cursor: pointer;
    }
    .cad-3d-hint {
      position: absolute;
      bottom: 8px;
      left: 12px;
      right: 12px;
      text-align: center;
      font-size: 10px;
      color: #8b93a3;
      pointer-events: none;
      z-index: 2;
    }


    .cad-badge {
      position: absolute;
      top: 12px;
      left: 12px;
      background: rgba(4, 10, 18, 0.85);
      border: 1px solid var(--card-border-strong);
      color: var(--accent-bright);
      font-size: 10px;
      padding: 4px 10px;
      border-radius: 8px;
      font-family: ui-monospace, monospace;
      box-shadow: 0 2px 12px rgba(0,0,0,0.3);
      letter-spacing: 0.5px;
    }


    .status-alert {
      display: none;
      border-radius: 12px;
      padding: 12px 14px;
      margin-top: 10px;
      font-size: 12px;
      line-height: 1.45;
      box-shadow: var(--shadow-sm);
    }
    .status-alert.error {
      background: rgba(239, 68, 68, 0.12);
      border: 1px solid rgba(239, 68, 68, 0.4);
      color: #f87171;
    }
    .status-alert.warning {
      background: rgba(245, 158, 11, 0.12);
      border: 1px solid rgba(245, 158, 11, 0.4);
      color: #fbbf24;
    }
    .status-alert.info {
      background: rgba(0, 212, 255, 0.08);
      border: 1px solid rgba(0, 212, 255, 0.28);
      color: #7eecff;
    }

    /* ===== CART DRAWER ===== */
    .cart-overlay {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(2, 6, 12, 0.72);
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px);
      z-index: 999;
      pointer-events: none;
    }
    .cart-overlay.active {
      display: block;
      pointer-events: auto;
    }


    .cart-drawer {
      position: fixed;
      top: 0;
      right: -100%;
      width: 100%;
      max-width: 400px;
      height: 100%;

      height: 100dvh;
      max-height: 100dvh;
      background: linear-gradient(180deg, #0a1528 0%, #060e1a 100%);
      border-left: 1px solid var(--card-border-strong);
      box-shadow: -16px 0 48px rgba(0,0,0,0.6), -4px 0 24px rgba(0, 212, 255, 0.08);
      transition: right 0.35s cubic-bezier(0.16, 1, 0.3, 1);
      z-index: 1000;
      display: flex;
      flex-direction: column;
      pointer-events: none;
      visibility: hidden;
      padding-bottom: env(safe-area-inset-bottom);
    }

    .cart-drawer.active {
      right: 0;
      pointer-events: auto;
      visibility: visible;
    }


    .cart-drawer-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 16px 18px;
      border-bottom: 1px solid var(--card-border);
      background: linear-gradient(180deg, rgba(18, 36, 58, 0.98), rgba(12, 24, 40, 0.95));
      box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    }

    .cart-drawer-header h3 { font-size: 16px; font-weight: 800; color: var(--accent-bright); letter-spacing: 0.3px; }
    .cart-close-btn {
      background: rgba(0, 212, 255, 0.08); border: 1px solid var(--card-border);
      color: var(--text-muted); border-radius: 10px;
      font-size: 22px; line-height: 1; cursor: pointer; padding: 4px 10px;
      transition: all 0.2s;
    }
    .cart-close-btn:hover { color: #fff; border-color: var(--accent); background: rgba(0, 212, 255, 0.15); }

    .cart-drawer-body { flex: 1; overflow-y: auto; padding: 14px; }
    .empty-cart-msg { text-align: center; color: var(--text-muted); margin-top: 50px; font-size: 14px; }

    .cart-item-card {
      background: linear-gradient(165deg, #152a45 0%, #0e1b2e 100%);
      border: 1px solid var(--card-border);
      border-radius: 12px;
      padding: 14px;
      margin-bottom: 12px;
      box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255,255,255,0.04);
    }
    .cart-item-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 5px; }
    .cart-item-title { font-weight: 700; font-size: 13px; color: #fff; }
    .cart-item-details { font-size: 11px; color: var(--text-muted); display: flex; flex-direction: column; gap: 2px; }
    .cart-item-actions {
      display: flex; justify-content: space-between; align-items: center;
      margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--card-border);
    }
    .quantity-controls {
      display: flex; align-items: center; gap: 6px;
      background: rgba(4, 10, 18, 0.8); border: 1px solid var(--card-border);
      border-radius: 8px; padding: 3px 8px;
    }

    .qty-btn {
      background: none; border: none; color: var(--accent);
      font-weight: bold; font-size: 16px; cursor: pointer; padding: 0 6px; line-height: 1;
    }
    .qty-btn:hover { color: #fff; }
    .qty-val { font-size: 13px; color: #fff; min-width: 20px; text-align: center; font-weight: 600; }
    .cart-item-price { color: var(--accent-bright); font-weight: 800; font-size: 14px; text-shadow: 0 0 12px rgba(0,212,255,0.3); }
    .remove-item-btn {
      background: none; border: none; color: #ff6b6b;
      font-size: 11px; cursor: pointer; padding: 2px 4px;
    }
    .remove-item-btn:hover { text-decoration: underline; }

    .cart-drawer-footer {
      padding: 16px 18px;
      background: linear-gradient(180deg, rgba(12, 24, 40, 0.98), rgba(8, 16, 28, 1));
      border-top: 1px solid var(--card-border-strong);
      box-shadow: 0 -8px 24px rgba(0,0,0,0.25);
    }

    .cart-summary-row {
      display: flex; justify-content: space-between;
      margin-bottom: 6px; font-size: 13px; color: var(--text-muted);
    }
    .cart-summary-row.total-price {
      font-size: 17px; color: #fff; margin-bottom: 14px; font-weight: 700;
    }
    .cart-summary-row.total-price strong { color: var(--accent-bright); text-shadow: 0 0 16px rgba(0,212,255,0.35); }

    .btn-checkout {
      width: 100%;
      padding: 15px;
      background: var(--accent-grad);
      color: #031018;
      font-weight: 800;
      border: none;
      border-radius: 12px;
      box-shadow: 0 8px 24px rgba(0, 180, 230, 0.35), inset 0 1px 0 rgba(255,255,255,0.4);
      letter-spacing: 0.4px;

      border-radius: 8px;
      cursor: pointer;
      font-size: 14px;
      letter-spacing: 0.3px;
    }
    .btn-checkout:hover { opacity: 0.92; }

    /* ===== FORMS ===== */
    .form-group { margin-bottom: 14px; }
    .form-group label {
      display: block; font-size: 12px; color: var(--text-muted); margin-bottom: 5px; font-weight: 600;
    }
    .form-control {
      width: 100%;
      padding: 12px 14px;
      background: rgba(4, 10, 18, 0.85);
      border: 1px solid var(--card-border);
      border-radius: var(--radius-sm);
      font-size: 14px;
      color: #fff;
      transition: border-color 0.2s, box-shadow 0.2s;
      box-shadow: inset 0 2px 6px rgba(0,0,0,0.25);
    }

    .form-control:focus {
      outline: none;
      border-color: var(--accent);
      box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.15), inset 0 2px 6px rgba(0,0,0,0.2);
    }
    textarea.form-control { min-height: 90px; resize: vertical; }

    .honeypot { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

    .dxf-dropzone {
      border: 2px dashed rgba(0, 212, 255, 0.25);
      border-radius: 14px;
      padding: 28px 16px;
      text-align: center;
      background: linear-gradient(165deg, rgba(0, 40, 70, 0.25), rgba(10, 22, 40, 0.6));
      cursor: pointer;
      transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
      box-shadow: inset 0 0 30px rgba(0, 212, 255, 0.04);
    }
    .dxf-dropzone:hover, .dxf-dropzone.dragover {
      border-color: var(--accent);
      box-shadow: 0 0 24px rgba(0, 212, 255, 0.15), inset 0 0 30px rgba(0, 212, 255, 0.08);
      background: linear-gradient(165deg, rgba(0, 60, 100, 0.35), rgba(10, 22, 40, 0.7));
    }
    .dxf-dropzone p { font-size: 13px; color: var(--text-muted); margin-top: 6px; }
    .dxf-filename { font-size: 12px; color: var(--accent-bright); margin-top: 8px; font-weight: 600; }

    /* ===== STATIC PAGES ===== */
    .seo-article-section {
      margin-top: 8px;
      padding: 20px;
      background: linear-gradient(165deg, rgba(18, 36, 58, 0.95), rgba(12, 24, 40, 0.98));
      border: 1px solid var(--card-border);
      border-radius: var(--radius);
      box-shadow: var(--shadow-md);
    }
    .seo-article-section h1 { font-size: 20px; color: #fff; margin-bottom: 12px; font-weight: 800; letter-spacing: -0.2px; }
    .seo-article-section p { font-size: 13px; color: var(--text-muted); line-height: 1.6; margin-bottom: 10px; }

    .info-card-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
      gap: 14px;
      margin-top: 14px;
    }
    .card-static {
      background: linear-gradient(165deg, #152a45 0%, #0e1b2e 100%);
      border: 1px solid var(--card-border);
      border-radius: var(--radius);
      padding: 18px;
      box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255,255,255,0.04);
      transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
    }
    .card-static:hover {
      border-color: var(--card-border-strong);
      box-shadow: var(--shadow-md), 0 0 20px rgba(0, 212, 255, 0.08);
      transform: translateY(-2px);
    }
    .card-static h2, .card-static h3 { color: var(--accent-bright); font-size: 15px; margin-bottom: 10px; font-weight: 800; }
    .card-static p { font-size: 12.5px; color: var(--text-muted); line-height: 1.55; }

    .info-list { list-style: none; }
    .info-list li {
      margin-bottom: 8px; font-size: 12px; color: var(--text-muted);
      display: flex; justify-content: space-between; gap: 10px;
      border-bottom: 1px dashed var(--card-border); padding-bottom: 6px;
    }
    .info-list li strong { color: #fff; text-align: right; }

    .bank-box {
      background: linear-gradient(160deg, rgba(0, 40, 70, 0.35), rgba(4, 12, 22, 0.9));
      border: 1px solid var(--card-border-strong);
      padding: 14px;
      border-radius: 12px;
      margin-top: 12px;
      box-shadow: inset 0 0 20px rgba(0, 212, 255, 0.05);
    }

    .bank-acc {
      font-family: ui-monospace, monospace;
      font-size: 12px;
      font-weight: bold;
      color: var(--accent-bright);
      word-break: break-all;
      margin-top: 6px;
      letter-spacing: 0.3px;
    }

    footer {
      text-align: center;
      padding: 24px 12px;
      color: var(--text-muted);
      font-size: 11px;
      border-top: 1px solid var(--card-border);
      margin-top: 32px;
      background: linear-gradient(180deg, transparent, rgba(0, 30, 60, 0.25));
    }

    /* Checkout modal */
    .modal-overlay {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(2, 6, 12, 0.78);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      z-index: 1100;
      align-items: center;
      justify-content: center;
      padding: 16px;
      pointer-events: none;
    }
    .modal-overlay.active {
      display: flex;
      pointer-events: auto;
    }

    .modal-box {
      background: linear-gradient(165deg, #152a45 0%, #0c1828 100%);
      border: 1px solid var(--card-border-strong);
      border-radius: 18px;
      padding: 24px;
      width: 100%;
      max-width: 460px;
      max-height: 90vh;
      overflow-y: auto;
      box-shadow: var(--shadow-lg), 0 0 40px rgba(0, 212, 255, 0.1);
      position: relative;
    }
    .modal-box::before {
      content: '';
      position: absolute;
      top: 0; left: 24px; right: 24px;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.5), transparent);
    }
    .modal-box h3 {
      color: var(--accent-bright);
      font-size: 18px;
      margin-bottom: 14px;
      font-weight: 800;
      letter-spacing: -0.2px;
    }

    .hole-editor {
      margin-top: 10px;
      padding: 12px;
      background: rgba(0,0,0,0.25);
      border: 1px solid var(--card-border);
      border-radius: 10px;
    }
    .hole-editor-title {
      font-size: 11px;
      font-weight: 700;
      color: var(--accent-bright);
      margin-bottom: 8px;
      letter-spacing: 0.4px;
    }
    .hole-editor-hint {
      font-size: 10px;
      color: var(--text-muted);
      margin-bottom: 10px;
      line-height: 1.35;
    }
    .hole-row {
      display: grid;
      grid-template-columns: 52px 1fr 1fr;
      gap: 6px;
      align-items: center;
      margin-bottom: 6px;
    }
    .hole-row label {
      font-size: 11px;
      color: var(--text-muted);
      font-weight: 600;
    }
    .hole-row input {
      width: 100%;
      padding: 7px 8px;
      background: rgba(8,9,12,0.85);
      border: 1px solid var(--card-border);
      border-radius: 8px;
      color: #fff;
      font-size: 13px;
      font-weight: 600;
      text-align: right;
    }
    .hole-row input:focus {
      outline: none;
      border-color: var(--accent);
      box-shadow: 0 0 0 2px rgba(212,160,86,0.2);
    }
    .param-row input.param-active {
      border-color: var(--accent) !important;
      box-shadow: 0 0 0 2px rgba(212,160,86,0.25);
    }
  



    
    /* Gallery groups / carousels */
    .gallery-groups { display: flex; flex-direction: column; gap: 22px; }
    .gallery-group {
      background: var(--card-bg, #12141a);
      border: 1px solid var(--card-border, #1e2430);
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 8px 28px rgba(0,0,0,0.25);
    }
    .gallery-group-head {
      display: flex; align-items: center; justify-content: space-between;
      padding: 14px 16px 10px;
      border-bottom: 1px solid rgba(255,255,255,0.06);
    }
    .gallery-group-head h2 {
      margin: 0; font-size: 15px; font-weight: 800; letter-spacing: 0.3px;
      color: #f0d4a0;
    }
    .gallery-group-head p {
      margin: 2px 0 0; font-size: 11px; color: var(--text-muted, #8a93a3);
    }
    .gallery-carousel {
      position: relative;
      display: flex; align-items: center;
    }
    .gallery-track {
      display: flex; gap: 12px;
      overflow-x: auto; scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      padding: 14px 12px 18px;
      scrollbar-width: thin;
      scrollbar-color: #d4a056 #1a1c22;
    }
    .gallery-track::-webkit-scrollbar { height: 6px; }
    .gallery-track::-webkit-scrollbar-thumb { background: #d4a056; border-radius: 4px; }
    .gallery-slide {
      flex: 0 0 min(78vw, 320px);
      scroll-snap-align: start;
      background: #0c0d10;
      border: 1px solid rgba(255,255,255,0.06);
      border-radius: 12px;
      overflow: hidden;
    }
    .gallery-slide img {
      width: 100%; height: 210px; object-fit: cover; object-position: center;
      display: block; background: #0a0b0e;
    }
    .gallery-slide .cap {
      padding: 10px 12px 12px;
    }
    .gallery-slide .cap strong {
      display: block; font-size: 13px; color: #e8ecf2; margin-bottom: 3px;
    }
    .gallery-slide .cap span {
      font-size: 11px; color: #8a93a3; line-height: 1.4;
    }
    .gallery-nav {
      z-index: 5;
      cursor: pointer;
      pointer-events: auto;

      position: absolute; top: 50%; transform: translateY(-50%);
      width: 36px; height: 36px; border-radius: 50%;
      border: 1px solid rgba(212,160,86,0.45);
      background: rgba(12,14,18,0.85);
      color: #f0d4a0; font-size: 18px; font-weight: 700;
      cursor: pointer; z-index: 2;
      display: flex; align-items: center; justify-content: center;
      box-shadow: 0 4px 14px rgba(0,0,0,0.4);
    }
    .gallery-nav:hover { background: rgba(212,160,86,0.2); }
    .gallery-nav.prev { left: 6px; }
    .gallery-nav.next { right: 6px; }
    @media (max-width: 640px) {
      .gallery-slide { flex-basis: 85vw; }
      .gallery-slide img { height: 180px; }
      .gallery-nav {
      z-index: 5;
      cursor: pointer;
      pointer-events: auto;
 width: 32px; height: 32px; font-size: 16px; }
    }

    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
      gap: 16px;
      margin-top: 16px;
    }
    .gallery-card {
      background: var(--card-bg);
      border: 1px solid var(--card-border);
      border-radius: 14px;
      overflow: hidden;
      transition: border-color 0.2s, transform 0.15s;
    }
    .gallery-card:hover { border-color: rgba(212,160,86,0.5); transform: translateY(-2px); }
    .gallery-photo {
      aspect-ratio: 4/3;
      background: linear-gradient(145deg, #12141a, #0a0b0e);
      display: flex; align-items: center; justify-content: center;
      border-bottom: 1px solid var(--card-border);
      position: relative;
      color: var(--steel);
      font-size: 13px;
      text-align: center;
      padding: 16px;
    }
    .gallery-photo img {
      width: 100%; height: 100%; object-fit: cover; display: block;
    }
    .gallery-photo .ph-hint {
      font-size: 11px; opacity: 0.7; line-height: 1.4;
    }
    .gallery-body { padding: 14px 16px 16px; }
    .gallery-body h3 {
      font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 6px;
    }
    .gallery-body p {
      font-size: 12px; color: var(--text-muted); line-height: 1.45; margin: 0;
    }
    .gallery-tag {
      display: inline-block;
      font-size: 10px; font-weight: 700; letter-spacing: 0.5px;
      color: var(--accent-bright);
      background: rgba(212,160,86,0.12);
      border: 1px solid rgba(212,160,86,0.25);
      border-radius: 999px; padding: 3px 10px; margin-bottom: 8px;
    }
    .seo-lead {
      background: var(--card-bg);
      border: 1px solid var(--card-border);
      border-radius: 14px;
      padding: 18px 20px;
      margin-bottom: 18px;
      line-height: 1.55;
      font-size: 14px;
      color: var(--text-main);
    }
    .seo-lead h1, .seo-lead .page-h1, h2.page-h1 {
      font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 8px;
    }
    .seo-lead h1 {
      font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 8px;
      letter-spacing: -0.3px;
    }
    .seo-lead h1 span { color: var(--accent-bright); }



html.js-on noscript{display:none!important}
a.main-nav-btn { text-decoration: none; color: inherit; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; cursor: pointer; }
a.main-nav-btn:hover { color: var(--accent-bright, #e8c078); }

    .logo-status-ok { font-size: 10px; color: #4ade80; margin-top: 2px; }
