    :root {
      --bg: #b99f83;
      --paper: #fffdf8;
      --text: #17191b;
      --muted: #4f4740;
      --line: #d2bfaa;
      --accent: #1f6f9f;
      --accent-dark: #134a6d;
      --green: #6f7d54;
      --shadow: 0 20px 60px rgba(56, 45, 31, .12);
      --radius: 24px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
      color: var(--text);
      background-color: #b99f83;
      background-image:
        radial-gradient(ellipse at 7% 18%, rgba(245,235,218,.72) 0 5px, transparent 6px),
        radial-gradient(ellipse at 21% 64%, rgba(68,58,49,.34) 0 4px, transparent 5.5px),
        radial-gradient(ellipse at 36% 29%, rgba(138,102,70,.38) 0 6px, transparent 7.5px),
        radial-gradient(ellipse at 53% 78%, rgba(226,207,177,.58) 0 7px, transparent 8.5px),
        radial-gradient(ellipse at 74% 12%, rgba(44,43,41,.26) 0 4.5px, transparent 6px),
        radial-gradient(ellipse at 88% 54%, rgba(236,225,205,.62) 0 5px, transparent 6.5px),
        radial-gradient(ellipse at 13% 83%, rgba(93,72,52,.30) 0 6px, transparent 7.5px),
        radial-gradient(ellipse at 67% 42%, rgba(31,111,159,.16) 0 4px, transparent 5.5px),
        radial-gradient(ellipse at 94% 88%, rgba(170,132,92,.32) 0 7px, transparent 8.5px),
        radial-gradient(ellipse at 44% 8%, rgba(255,248,235,.52) 0 3.5px, transparent 5px),
        radial-gradient(ellipse at 29% 91%, rgba(57,50,44,.22) 0 3.5px, transparent 5px),
        radial-gradient(ellipse at 81% 34%, rgba(205,184,153,.46) 0 5.5px, transparent 7px),
        radial-gradient(circle at 14px 18px, rgba(63,55,47,.24) 0 2px, transparent 2.8px),
        radial-gradient(circle at 42px 30px, rgba(116,89,62,.28) 0 2.8px, transparent 3.6px),
        radial-gradient(circle at 72px 56px, rgba(239,225,204,.42) 0 2.4px, transparent 3.2px),
        radial-gradient(circle at 25px 70px, rgba(31,111,159,.11) 0 2px, transparent 2.8px),
        radial-gradient(circle at 96px 16px, rgba(84,64,45,.25) 0 2.6px, transparent 3.4px),
        radial-gradient(circle at 112px 82px, rgba(48,42,36,.18) 0 2.2px, transparent 3px),
        radial-gradient(circle at 62px 88px, rgba(211,190,160,.32) 0 3px, transparent 4px),
        linear-gradient(180deg, rgba(219,202,180,.66), rgba(185,159,131,.82) 48%, rgba(165,139,112,.90)),
        linear-gradient(135deg, #c7ad8f, #a98c6f);
      background-size:
        1180px 760px,
        940px 690px,
        1320px 840px,
        1010px 720px,
        1250px 780px,
        870px 650px,
        1110px 800px,
        980px 740px,
        1360px 900px,
        760px 590px,
        900px 680px,
        1080px 720px,
        128px 104px,
        128px 104px,
        128px 104px,
        128px 104px,
        128px 104px,
        128px 104px,
        128px 104px,
        auto,
        auto;
      background-position:
        0 0,
        73px 41px,
        180px 96px,
        -90px 120px,
        320px -55px,
        -220px 230px,
        140px -130px,
        -45px -75px,
        260px 180px,
        510px 64px,
        -310px 20px,
        120px 260px,
        0 0,
        21px 33px,
        48px 9px,
        7px 52px,
        66px 15px,
        93px 71px,
        34px 88px,
        0 0,
        0 0;
      background-attachment: fixed;
      line-height: 1.55;
    }

    a { color: inherit; text-decoration: none; }
    .container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }

    header {
      position: sticky;
      top: 0;
      z-index: 10;
      backdrop-filter: blur(18px);
      background: rgba(239, 229, 216, .86);
      border-bottom: 1px solid rgba(228, 221, 208, .8);
    }

    .nav {
      min-height: 78px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    .logo {
      display: flex;
      align-items: center;
      min-width: 0;
      padding: 7px 11px;
      border-radius: 18px;
      background: rgba(255, 253, 248, .76);
      border: 1px solid rgba(255,255,255,.64);
      box-shadow: 0 10px 28px rgba(70,52,35,.10);
      backdrop-filter: blur(8px);
    }
    .logo-img { display: block; width: 224px; max-width: 42vw; height: auto; }

    .nav-links { display: flex; align-items: center; gap: 22px; color: var(--muted); font-size: 14px; }
    .nav-links a {
      position: relative;
      display: inline-block;
      padding: 8px 0;
      font-weight: 600;
      color: #4f4740;
      transition: color .28s ease, transform .28s ease, font-weight .28s ease;
    }
    .nav-links a::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 2px;
      height: 2px;
      border-radius: 999px;
      background: linear-gradient(90deg, var(--accent), #39a6df);
      transform: scaleX(0);
      transform-origin: left center;
      transition: transform .32s ease;
    }
    .nav-links a:hover,
    .nav-links a:focus-visible {
      color: #0e7fbd;
      transform: translateY(-1px) scale(1.045);
      font-weight: 900;
      outline: none;
    }
    .nav-links a:hover::after,
    .nav-links a:focus-visible::after { transform: scaleX(1); }

    .nav-actions { display: flex; align-items: center; gap: 10px; }
    .burger {
      display: none;
      width: 46px;
      height: 46px;
      border: 1px solid var(--line);
      border-radius: 15px;
      background: rgba(255,253,248,.82);
      cursor: pointer;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 5px;
      transition: .25s ease;
      box-shadow: 0 8px 22px rgba(70,52,35,.08);
    }
    .burger span {
      width: 22px;
      height: 2px;
      border-radius: 999px;
      background: #17202a;
      transition: transform .25s ease, opacity .25s ease, background .25s ease;
    }
    .burger:hover { transform: translateY(-1px); border-color: rgba(31,111,159,.35); }
    .burger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); background: var(--accent); }
    .burger.active span:nth-child(2) { opacity: 0; }
    .burger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); background: var(--accent); }
    .menu-backdrop {
      position: fixed;
      inset: 0;
      z-index: 8;
      background: rgba(24, 20, 16, .34);
      opacity: 0;
      pointer-events: none;
      transition: opacity .25s ease;
    }
    .menu-backdrop.active { opacity: 1; pointer-events: auto; }
    body.menu-open { overflow: hidden; }

    .lang-switch {
      display: inline-flex;
      padding: 4px;
      gap: 4px;
      border-radius: 999px;
      border: 1px solid var(--line);
      background: rgba(255, 253, 248, .72);
    }
    .lang-btn {
      border: 0;
      background: transparent;
      color: var(--muted);
      border-radius: 999px;
      padding: 8px 10px;
      font-weight: 800;
      cursor: pointer;
      line-height: 1;
    }
    .lang-btn.active { background: var(--accent); color: #fff; }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 48px;
      padding: 0 20px;
      border-radius: 999px;
      border: 1px solid transparent;
      background: var(--accent);
      color: white;
      font-weight: 700;
      cursor: pointer;
      transition: .2s ease;
      box-shadow: 0 14px 30px rgba(31, 111, 159, .22);
    }
    .btn:hover { transform: translateY(-2px); background: var(--accent-dark); }
    .btn.secondary { background: transparent; color: var(--text); border-color: var(--line); box-shadow: none; }
    .btn.secondary:hover { background: var(--paper); }

    .hero { padding: 76px 0 54px; }
    .hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 44px; align-items: center; }
    .hero-grid > div:first-child {
      padding: 30px;
      border-radius: 32px;
      background: rgba(255, 253, 248, .68);
      border: 1px solid rgba(255, 255, 255, .62);
      box-shadow: 0 18px 55px rgba(70, 52, 35, .10);
      backdrop-filter: blur(10px);
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 8px 12px;
      border: 1px solid var(--line);
      border-radius: 999px;
      color: var(--muted);
      background: rgba(255, 253, 248, .72);
      font-size: 14px;
      margin-bottom: 20px;
    }
    .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }

    h1 { margin: 0 0 20px; font-size: clamp(42px, 7vw, 76px); line-height: .95; letter-spacing: -.07em; color: #111315; text-shadow: 0 2px 0 rgba(255,255,255,.55), 0 10px 30px rgba(55,42,30,.12); }
    h2 { margin: 0; font-size: clamp(32px, 4vw, 48px); line-height: 1; letter-spacing: -.055em; color: #151719; text-shadow: 0 1px 0 rgba(255,255,255,.55); }
    h3 { letter-spacing: -.035em; color: #17191b; }
    .lead { margin: 0 0 30px; color: #3f3831; font-size: clamp(17px, 2vw, 20px); max-width: 620px; font-weight: 500; }
    .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 34px; }
    .hero-points { margin: 0 0 26px; }

    .stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 620px; }
    .stat { padding: 18px; background: rgba(255, 253, 248, .82); border: 1px solid var(--line); border-radius: 20px; }
    .stat b { display: block; font-size: 24px; letter-spacing: -.04em; }
    .stat span { color: var(--muted); font-size: 13px; }

    .visual {
      position: relative;
      min-height: 560px;
      border-radius: 34px;
      overflow: hidden;
      background: url("/assets/stone-carpet-hero.jpg") center / cover no-repeat;
      box-shadow: var(--shadow);
      border: 1px solid rgba(255,255,255,.55);
    }
    .visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(37,35,31,.56), transparent 55%); }
    .visual-card { position: absolute; left: 24px; right: 24px; bottom: 24px; z-index: 1; padding: 22px; border-radius: 24px; background: rgba(255, 253, 248, .88); backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,.7); }
    .visual-card h3 { margin: 0 0 8px; font-size: 24px; }
    .visual-card p { margin: 0; color: #3f3831; font-weight: 500; }

    section { padding: 64px 0; }
    .section-head { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 28px; padding: 22px 24px; border-radius: 28px; background: rgba(255, 253, 248, .58); border: 1px solid rgba(255,255,255,.52); backdrop-filter: blur(8px); }
    .section-head p { max-width: 460px; margin: 0; color: #4a4139; font-weight: 500; }

    .cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .cards.cards-spaced { margin-top: 16px; }
    .card { background: rgba(255, 253, 248, .86); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: 0 10px 30px rgba(56,45,31,.05); }
    .icon { width: 46px; height: 46px; border-radius: 16px; display: grid; place-items: center; background: #e8f1f7; color: var(--accent-dark); font-weight: 900; margin-bottom: 18px; }
    .card h3 { margin: 0 0 9px; font-size: 21px; }
    .card p { margin: 0; color: #4a4139; font-weight: 500; }

    .split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 18px; align-items: stretch; }
    .panel { border-radius: 30px; padding: 32px; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); }
    .list { display: grid; gap: 14px; margin: 24px 0 0; padding: 0; list-style: none; }
    .list li { display: flex; gap: 12px; color: #4a4139; font-weight: 500; }
    .check { flex: 0 0 24px; height: 24px; border-radius: 50%; background: rgba(31,111,159,.12); color: var(--accent); display: grid; place-items: center; font-weight: 900; }

    .steps { counter-reset: step; display: grid; gap: 12px; }
    .step { counter-increment: step; display: grid; grid-template-columns: 54px 1fr; gap: 16px; align-items: start; padding: 18px; border-radius: 22px; background: rgba(247,244,238,.72); border: 1px solid var(--line); }
    .step::before { content: counter(step); width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center; color: white; background: var(--accent); font-weight: 900; }
    .step h3 { margin: 0 0 4px; font-size: 18px; }
    .step p { margin: 0; color: #4a4139; font-weight: 500; }

    .gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .sample { min-height: 260px; border-radius: 28px; overflow: hidden; position: relative; border: 1px solid rgba(255,255,255,.6); box-shadow: 0 18px 50px rgba(56,45,31,.1); background: #ddd; }
    .sample:nth-child(1), .sample:nth-child(5) { grid-column: span 2; }
    .sample img { width: 100%; height: 100%; min-height: inherit; display: block; object-fit: cover; transition: transform .35s ease; }
    .sample:hover img { transform: scale(1.04); }
    .sample::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(24,35,43,.54), transparent 55%); pointer-events: none; }
    .sample span { position: absolute; z-index: 1; left: 18px; bottom: 18px; padding: 9px 12px; border-radius: 999px; background: rgba(255,253,248,.86); backdrop-filter: blur(12px); font-weight: 700; font-size: 14px; }
    .polymer-sample span { background: rgba(232, 241, 247, .90); color: #123f5d; }
    .polymer-sample::after { background: linear-gradient(to top, rgba(19,74,109,.50), transparent 56%); }

    .price { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .price-card { border-radius: 28px; padding: 30px; border: 1px solid var(--line); background: rgba(255, 253, 248, .78); }
    .price-card.featured { background: #18232b; color: white; border-color: #18232b; }
    .price-card.featured p, .price-card.featured li { color: rgba(255,255,255,.72); }
    .price-value { font-size: 38px; font-weight: 900; letter-spacing: -.06em; margin: 16px 0; }
    .price-value small { font-size: 16px; color: inherit; opacity: .7; }

    .cta { padding: 44px; border-radius: 34px; background: linear-gradient(135deg, rgba(24,35,43,.95), rgba(19,74,109,.92)); color: white; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; box-shadow: var(--shadow); }
    .cta h2 {
      color: #ffe0a6;
      text-shadow: 0 2px 18px rgba(0,0,0,.28);
    }
    .cta p { margin: 12px 0 0; color: rgba(255,255,255,.72); max-width: 650px; }
    .cta .btn { background: white; color: var(--text); box-shadow: none; }
    .cta .btn:hover { background: #f1eadf; }

    form { display: grid; grid-template-columns: 1fr 1fr auto; gap: 10px; margin-top: 18px; }
    input { width: 100%; height: 50px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; padding: 0 18px; outline: none; background: rgba(255,255,255,.12); color: white; font: inherit; }
    input::placeholder { color: rgba(255,255,255,.62); }

    footer { padding: 34px 0; color: var(--muted); }
    .footer-inner { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding-top: 24px; }




    .services-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }
    .service-card {
      position: relative;
      overflow: hidden;
      min-height: 250px;
      padding: 26px;
      border-radius: 28px;
      background: rgba(255,253,248,.86);
      border: 1px solid rgba(255,255,255,.58);
      box-shadow: 0 14px 38px rgba(70,52,35,.09);
      backdrop-filter: blur(8px);
    }
    .service-card::before {
      content: "";
      position: absolute;
      inset: auto -30px -42px auto;
      width: 130px;
      height: 130px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(31,111,159,.16), transparent 62%);
    }
    .service-tag {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      margin-bottom: 18px;
      border-radius: 16px;
      background: #e8f1f7;
      color: var(--accent-dark);
      font-weight: 900;
    }
    .service-card h3 { margin: 0 0 10px; font-size: 21px; }
    .service-card p { margin: 0; color: #4a4139; font-weight: 500; }
    .service-card .service-link { margin-top: 12px; }

    .trust-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      margin: -26px auto 24px;
    }
    .trust-item {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 16px 18px;
      border-radius: 22px;
      background: rgba(255,253,248,.78);
      border: 1px solid rgba(255,255,255,.58);
      box-shadow: 0 12px 32px rgba(70,52,35,.08);
      backdrop-filter: blur(8px);
      color: #3f3831;
      font-weight: 700;
    }
    .trust-item span:first-child {
      width: 34px;
      height: 34px;
      flex: 0 0 34px;
      display: grid;
      place-items: center;
      border-radius: 12px;
      background: rgba(31,111,159,.12);
      color: var(--accent);
      font-weight: 900;
    }

    .cta-strip {
      margin-top: 22px;
      padding: 22px 24px;
      border-radius: 28px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      background: rgba(24,35,43,.92);
      color: white;
      box-shadow: 0 18px 50px rgba(56,45,31,.16);
    }
    .cta-strip p { margin: 5px 0 0; color: rgba(255,255,255,.74); }
    .cta-strip .btn { background: #fff; color: #17202a; box-shadow: none; }

    .before-after {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }
    .compare-card {
      position: relative;
      min-height: 330px;
      overflow: hidden;
      border-radius: 30px;
      border: 1px solid rgba(255,255,255,.58);
      box-shadow: 0 18px 50px rgba(56,45,31,.12);
      background: #d8c7af;
    }
    .compare-card.before {
      background:
        linear-gradient(135deg, rgba(88,77,67,.36), rgba(220,206,184,.62)),
        repeating-linear-gradient(38deg, transparent 0 28px, rgba(83,71,62,.22) 29px 31px),
        radial-gradient(circle at 22% 30%, rgba(68,58,50,.36) 0 7px, transparent 8px),
        radial-gradient(circle at 70% 62%, rgba(255,255,255,.22) 0 10px, transparent 11px),
        linear-gradient(135deg, #8f7d6d, #c7b49c);
    }
    .compare-card img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; display: block; }
    .compare-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(24,35,43,.54), transparent 58%); }
    .compare-label {
      position: absolute;
      z-index: 1;
      left: 18px;
      bottom: 18px;
      padding: 10px 14px;
      border-radius: 999px;
      background: rgba(255,253,248,.88);
      color: #17191b;
      font-weight: 900;
      backdrop-filter: blur(12px);
    }

    .warranty-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }
    .warranty-card {
      padding: 24px;
      border-radius: 26px;
      background: rgba(255,253,248,.84);
      border: 1px solid rgba(255,255,255,.58);
      box-shadow: 0 12px 34px rgba(70,52,35,.08);
      backdrop-filter: blur(8px);
    }
    .warranty-card b { display: block; margin-bottom: 8px; font-size: 18px; color: #17191b; }
    .warranty-card p { margin: 0; color: #4a4139; font-weight: 500; }

    .faq-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }
    details {
      border-radius: 22px;
      background: rgba(255,253,248,.84);
      border: 1px solid rgba(255,255,255,.58);
      box-shadow: 0 10px 28px rgba(70,52,35,.07);
      overflow: hidden;
    }
    summary {
      cursor: pointer;
      padding: 18px 20px;
      font-weight: 900;
      color: #17191b;
      list-style: none;
    }
    summary::-webkit-details-marker { display: none; }
    summary::after { content: "+"; float: right; color: var(--accent); font-size: 22px; line-height: 1; }
    details[open] summary::after { content: "−"; }
    details p { margin: 0; padding: 0 20px 18px; color: #4a4139; font-weight: 500; }

    .contact-options {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 16px;
    }
    .messenger-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 0 15px;
      border-radius: 999px;
      background: rgba(255,255,255,.12);
      border: 1px solid rgba(255,255,255,.22);
      color: #fff;
      font-weight: 800;
      transition: .22s ease;
    }
    .messenger-btn:hover { background: rgba(255,255,255,.22); transform: translateY(-1px); }

    @media (max-width: 920px) {
      .burger { display: inline-flex; }
      .nav-links {
        position: fixed;
        top: 82px;
        left: 16px;
        right: 16px;
        z-index: 11;
        display: grid;
        gap: 6px;
        padding: 18px;
        border-radius: 28px;
        background: rgba(255, 253, 248, .96);
        border: 1px solid rgba(255,255,255,.70);
        box-shadow: 0 24px 70px rgba(24,20,16,.24);
        backdrop-filter: blur(18px);
        transform: translateY(-16px) scale(.98);
        opacity: 0;
        pointer-events: none;
        transition: opacity .25s ease, transform .25s ease;
      }
      .nav-links.active {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0) scale(1);
      }
      .nav-links a {
        width: 100%;
        padding: 15px 16px;
        border-radius: 18px;
        font-size: 18px;
        background: rgba(239,229,216,.58);
      }
      .nav-links a::after { left: 16px; right: 16px; bottom: 8px; }
      .nav-links a:hover,
      .nav-links a:focus-visible { transform: translateX(4px); }
      .logo-img { width: 180px; max-width: 48vw; }
      .nav { min-height: 72px; }
      .hero { padding-top: 48px; }
      .hero-grid > div:first-child { padding: 22px; border-radius: 26px; }
      .hero-grid, .split, .price, .cta { grid-template-columns: 1fr; }
      .visual { min-height: 430px; }
      .cards, .services-grid, .trust-row, .warranty-grid, .faq-grid, .before-after, .price { grid-template-columns: 1fr; }
      .cta-strip { flex-direction: column; align-items: flex-start; }
      .gallery { grid-template-columns: 1fr; }
      .sample:nth-child(1), .sample:nth-child(5) { grid-column: span 1; }
      .sample { min-height: 230px; }
      .section-head { display: block; }
      .section-head p { margin-top: 14px; }
      form { grid-template-columns: 1fr; }
      .stats { grid-template-columns: 1fr; }
      .footer-inner { flex-direction: column; }
      .nav-actions .btn { display: none; }
    }

    #form-note { min-height: 24px; font-size: 14px; }


    .not-found-main { min-height: 100vh; display: grid; place-items: center; padding: 40px 0; }
    .not-found-panel { max-width: 720px; text-align: center; }
    .not-found-panel .lead { margin-left: auto; margin-right: auto; }
    .center-actions { justify-content: center; margin-bottom: 0; }

/* Anti-spam honeypot: visually hidden, invisible to humans */
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; pointer-events: none; }

    /* ============================================================
       Сторінка «Кам'яний килим BUDAP» (/kamyanyy-kylym/)
       ============================================================ */

    .dealer-badge {
      display: inline-flex; align-items: center; gap: 10px;
      padding: 9px 16px; border-radius: 999px;
      background: rgba(31, 111, 159, .1); border: 1px solid rgba(31, 111, 159, .28);
      color: var(--accent-dark); font-weight: 700; font-size: 14px; line-height: 1.3;
      text-decoration: none;
    }
    .dealer-badge b { font-weight: 900; }
    .hero .dealer-badge { margin-bottom: 14px; }
    .dealer-badge .badge-mark {
      flex: 0 0 22px; height: 22px; border-radius: 50%;
      background: var(--accent); color: #fff;
      display: grid; place-items: center; font-size: 13px; font-weight: 900;
    }

    .fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 8px; }
    .fact {
      padding: 18px 20px; border-radius: 20px;
      background: rgba(255, 253, 248, .86); border: 1px solid var(--line);
    }
    .fact b { display: block; font-size: 22px; line-height: 1.15; margin-bottom: 4px; }
    .fact span { color: var(--muted); font-weight: 500; font-size: 14px; }

    .palette-toolbar {
      display: flex; flex-wrap: wrap; gap: 8px; align-items: center;
      margin-bottom: 20px; padding: 16px 18px; border-radius: 22px;
      background: rgba(255, 253, 248, .7); border: 1px solid var(--line);
    }
    .palette-toolbar > span { font-weight: 700; margin-right: 4px; }
    .palette-filter {
      appearance: none; cursor: pointer; font: inherit; font-size: 14px; font-weight: 600;
      padding: 8px 14px; border-radius: 999px;
      border: 1px solid var(--line); background: rgba(255, 255, 255, .6); color: var(--muted);
      display: inline-flex; align-items: center; gap: 8px;
    }
    .palette-filter:hover { border-color: var(--accent); color: var(--accent-dark); }
    .palette-filter[aria-pressed="true"] { background: var(--accent); border-color: var(--accent); color: #fff; }
    .palette-filter .dot-color {
      width: 12px; height: 12px; border-radius: 50%; border: 1px solid rgba(0,0,0,.18);
    }
    /* Кольори кружечків — класами, а не inline style:
       CSP (style-src 'self') блокує атрибут style="", і зразки лишалися б сірими. */
    .dot-color.is-white  { background: #f2efe9; }
    .dot-color.is-beige  { background: #d9c3a2; }
    .dot-color.is-grey   { background: #9a9a97; }
    .dot-color.is-brown  { background: #7d5a3c; }
    .dot-color.is-black  { background: #2f2f2f; }
    .dot-color.is-red    { background: #9d4438; }
    .dot-color.is-yellow { background: #d9b356; }
    .dot-color.is-green  { background: #6f7d54; }
    .dot-color.is-mix    { background: linear-gradient(135deg,#d9c3a2 0 33%,#7d5a3c 33% 66%,#9a9a97 66%); }

    .palette-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
    .swatch {
      background: rgba(255, 253, 248, .9); border: 1px solid var(--line);
      border-radius: 20px; overflow: hidden; display: flex; flex-direction: column;
      box-shadow: 0 10px 30px rgba(56,45,31,.05);
    }
    .swatch img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; display: block; background: #ece4d9; }
    .swatch[hidden] { display: none; }
    .swatch-body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
    .swatch-body h3 { margin: 0; font-size: 17px; }
    .swatch-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; padding-top: 8px; }
    .swatch-tags span {
      font-size: 12px; font-weight: 600; color: var(--muted);
      background: rgba(31, 111, 159, .08); border-radius: 999px; padding: 3px 9px;
    }
    .swatch-tags span.is-series { background: rgba(111, 125, 84, .16); color: #4c5738; }
    .swatch-code { font-size: 13px; color: var(--muted); font-weight: 600; }
    .palette-empty { padding: 28px; text-align: center; color: var(--muted); font-weight: 600; }
    .palette-count { margin: 14px 0 0; color: var(--muted); font-weight: 600; font-size: 14px; }

    .spec-wrap { overflow-x: auto; border-radius: 22px; border: 1px solid var(--line); background: rgba(255, 253, 248, .88); }
    .spec-table { width: 100%; border-collapse: collapse; min-width: 520px; }
    .spec-table th, .spec-table td { text-align: left; padding: 14px 18px; border-bottom: 1px solid rgba(210, 191, 170, .55); font-weight: 500; }
    .spec-table th { font-weight: 800; width: 42%; color: var(--text); }
    .spec-table td { color: #4a4139; }
    .spec-table tr:last-child th, .spec-table tr:last-child td { border-bottom: 0; }

    .geo-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; padding: 0; list-style: none; }
    .geo-list li {
      font-size: 14px; font-weight: 600; color: var(--muted);
      background: rgba(255, 255, 255, .55); border: 1px solid var(--line);
      border-radius: 999px; padding: 6px 13px;
    }

    .note { font-size: 13px; color: var(--muted); font-weight: 500; margin: 14px 0 0; }
    .note a { color: var(--accent-dark); }

    .consent { display: flex; gap: 10px; align-items: flex-start; margin: 4px 0 2px; font-size: 13px; color: var(--muted); font-weight: 500; }
    .consent input { margin: 2px 0 0; flex: 0 0 auto; }
    .consent a { color: var(--accent-dark); }

    @media (max-width: 980px) {
      .fact-grid { grid-template-columns: repeat(2, 1fr); }
      .palette-grid { grid-template-columns: repeat(3, 1fr); }
    }
    @media (max-width: 720px) {
      .palette-grid { grid-template-columns: repeat(2, 1fr); }
      .swatch-body h3 { font-size: 16px; }
    }
    @media (max-width: 460px) {
      .fact-grid { grid-template-columns: 1fr; }
      .palette-grid { grid-template-columns: 1fr; }
    }
