:root {
  --pf-green: #79bd17;
  --pf-green-dark: #5a970e;
  --pf-dark: #101719;
  --pf-dark-2: #0b1112;
  --pf-line: #d9ded7;
  --pf-text: #111715;
  --pf-muted: #59645f;
  --pf-white: #ffffff;
  --pf-max: 960px;
}

html {
  box-sizing: border-box;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  min-width: 320px;
  margin: 0;
  background: #ffffff;
  color: var(--pf-text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.polyfloor-page {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #ffffff;
  color: var(--pf-text);
  font-family: Arial, Helvetica, sans-serif;
}

.polyfloor-page .header-top {
  position: relative;
  z-index: 20;
  background: var(--pf-dark);
  color: #ffffff;
  border-top: 5px solid var(--pf-green);
}

.polyfloor-page .header-top__inner {
  width: min(calc(100% - 34px), var(--pf-max));
  min-height: 67px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto minmax(170px, 1fr) auto auto auto;
  align-items: center;
  gap: 20px;
}

.polyfloor-page .brand,
.polyfloor-page .brand--header,
.polyfloor-page .footer-brand .brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.polyfloor-page .logo {
  display: inline-flex;
  align-items: baseline;
  color: #ffffff;
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.9;
  white-space: nowrap;
  text-transform: none;
}

.polyfloor-page .logo span {
  color: var(--pf-green);
}

.polyfloor-page .header-descriptor {
  max-width: 242px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.25;
}

.polyfloor-page .header-contacts {
  display: grid;
  gap: 6px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
}

.polyfloor-page .contact-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ffffff;
}

.polyfloor-page .contact-link span[aria-hidden='true'] {
  color: var(--pf-green);
  font-size: 14px;
  line-height: 1;
}

.polyfloor-page .header-consult {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 18px;
  border-radius: 2px;
  background: var(--pf-green);
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.polyfloor-page .header-consult:hover,
.polyfloor-page .btn.green:hover,
.polyfloor-page .product-card a:hover,
.polyfloor-page .reviews-button:hover {
  background: var(--pf-green-dark);
  color: #ffffff;
}

.polyfloor-page .site-header {
  position: relative;
  z-index: 19;
  background: #0d1315;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.polyfloor-page .site-nav {
  width: min(calc(100% - 34px), var(--pf-max));
  min-height: 43px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.polyfloor-page .nav-links {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.polyfloor-page .nav-links li {
  display: flex;
}

.polyfloor-page .nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 43px;
  padding: 0 16px;
  color: #ffffff;
  background: transparent;
  border: 0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.polyfloor-page .nav-links a:hover,
.polyfloor-page .nav-links a.is-active {
  color: var(--pf-green);
}

.polyfloor-page .nav-links a.is-active::before {
  content: '';
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  height: 3px;
  background: var(--pf-green);
}

.polyfloor-page .nav-arrow {
  margin-left: 5px;
  font-size: 10px;
}

.polyfloor-page .search-button {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  font-size: 23px;
  line-height: 1;
}

.polyfloor-page .hero {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  background:
    linear-gradient(90deg, rgba(13, 18, 19, 0.92) 0%, rgba(13, 18, 19, 0.82) 37%, rgba(13, 18, 19, 0.18) 100%),
    url('/images/warehouse.jpg') center center / cover no-repeat;
  color: #ffffff;
  text-align: left;
}

.polyfloor-page .hero__inner {
  width: min(calc(100% - 34px), var(--pf-max));
  min-height: 405px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 50px 0 58px;
}

.polyfloor-page .hero-content {
  width: 100%;
  max-width: 610px;
  margin: 0;
  padding: 0;
  text-align: left;
}

.polyfloor-page .hero h1 {
  max-width: 590px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 4.2vw, 50px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-align: left;
}

.polyfloor-page .hero p {
  max-width: 560px;
  margin: 21px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  text-align: left;
}

.polyfloor-page .hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 18px;
  margin-top: 28px;
}

.polyfloor-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 0 26px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.polyfloor-page .btn.green {
  background: var(--pf-green);
  color: #ffffff;
}

.polyfloor-page .btn.ghost {
  border: 2px solid rgba(255, 255, 255, 0.88);
  color: #ffffff;
  background: rgba(0, 0, 0, 0.08);
}

.polyfloor-page .btn.ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

.polyfloor-page .benefits {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  background: var(--pf-dark);
  color: #ffffff;
}

.polyfloor-page .benefits__inner {
  width: min(calc(100% - 34px), var(--pf-max));
  min-height: 88px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 26px;
  padding: 0;
}

.polyfloor-page .benefit {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 12px;
  min-width: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  text-align: left;
}

.polyfloor-page .benefit-icon {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  color: var(--pf-green);
}

.polyfloor-page .benefit-icon::before,
.polyfloor-page .benefit-icon::after {
  content: '';
  position: absolute;
  border-color: currentColor;
}

.polyfloor-page .benefit-icon--factory::before {
  left: 3px;
  right: 4px;
  bottom: 4px;
  height: 24px;
  border: 3px solid currentColor;
  border-top: 0;
}

.polyfloor-page .benefit-icon--factory::after {
  left: 7px;
  top: 5px;
  width: 23px;
  height: 21px;
  border-left: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: skewX(-14deg);
}

.polyfloor-page .benefit-icon--checklist::before {
  inset: 3px 7px;
  border: 3px solid currentColor;
  border-radius: 2px;
}

.polyfloor-page .benefit-icon--checklist::after {
  left: 13px;
  top: 16px;
  width: 16px;
  height: 9px;
  border-left: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(-45deg);
}

.polyfloor-page .benefit-icon--boxes::before {
  left: 5px;
  top: 8px;
  width: 27px;
  height: 24px;
  border: 3px solid currentColor;
}

.polyfloor-page .benefit-icon--boxes::after {
  left: 14px;
  top: 3px;
  width: 22px;
  height: 22px;
  border: 3px solid currentColor;
}

.polyfloor-page .benefit-icon--support::before {
  left: 5px;
  top: 8px;
  width: 30px;
  height: 23px;
  border: 3px solid currentColor;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
}

.polyfloor-page .benefit-icon--support::after {
  right: 2px;
  bottom: 6px;
  width: 13px;
  height: 16px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  border-radius: 0 0 12px 0;
}

.polyfloor-page .benefit strong {
  display: block;
  margin: 0 0 5px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.15;
}

.polyfloor-page .benefit small {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
}

.polyfloor-page .site-main {
  width: 100%;
  background: #ffffff;
}

.polyfloor-page .section {
  width: min(calc(100% - 34px), var(--pf-max));
  margin-inline: auto;
  padding: 28px 0 0;
}

.polyfloor-page .section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 19px;
  color: #141a18;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.polyfloor-page .section-title span {
  color: var(--pf-green);
}

.polyfloor-page .section-title i {
  display: inline-block;
  width: 31px;
  height: 2px;
  background: var(--pf-green);
}

.polyfloor-page .products-section {
  padding-top: 28px;
}

.polyfloor-page .product-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
}

.polyfloor-page .product-card {
  display: flex;
  min-height: 184px;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 10px 12px;
  border: 1px solid #d7ded5;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: none;
  text-align: left;
}

.polyfloor-page .product-card img {
  width: 100%;
  height: 76px;
  margin: 0 0 7px;
  object-fit: contain;
}

.polyfloor-page .product-card h3 {
  margin: 0;
  color: #151a18;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.16;
  text-align: left;
}

.polyfloor-page .product-card p {
  margin: 7px 0 9px;
  color: #262d29;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
}

.polyfloor-page .product-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  margin-top: auto;
  padding: 0 9px;
  border: 1px solid var(--pf-green);
  border-radius: 3px;
  background: #ffffff;
  color: var(--pf-green-dark);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.polyfloor-page .applications-section {
  padding-top: 31px;
}

.polyfloor-page .areas-grid,
.polyfloor-page .projects {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
}

.polyfloor-page .area-card,
.polyfloor-page .project-card {
  min-width: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  text-align: center;
}

.polyfloor-page .area-card figure {
  position: relative;
  height: 111px;
  margin: 0 0 10px;
  overflow: hidden;
  border-radius: 4px;
  background: #1d2423;
}

.polyfloor-page .area-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.polyfloor-page .area-icon {
  display: none;
}

.polyfloor-page .area-card strong,
.polyfloor-page .project-card strong {
  display: block;
  margin: 0;
  color: #141a18;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.23;
  white-space: pre-line;
}

.polyfloor-page .projects-section {
  padding-top: 33px;
  padding-bottom: 28px;
}

.polyfloor-page .project-card img {
  width: 100%;
  height: 106px;
  margin: 0 0 9px;
  border-radius: 4px;
  object-fit: cover;
}

.polyfloor-page .project-card small {
  display: block;
  margin-top: 4px;
  color: #28302b;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.25;
}

.polyfloor-page .trust-section {
  padding-top: 30px;
}

.polyfloor-page .trust-section .section-title {
  margin-bottom: 17px;
}

.polyfloor-page .trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) 132px;
  align-items: stretch;
  gap: 15px;
  margin: 0;
}

.polyfloor-page .client-logo,
.polyfloor-page .reviews-button {
  min-height: 55px;
  border: 1px solid #d7ded5;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: none;
}

.polyfloor-page .client-logo {
  display: grid;
  place-items: center;
  align-content: center;
  padding: 9px 12px;
  text-align: center;
  line-height: 1;
}

.polyfloor-page .client-logo img {
  width: 100%;
  height: 100%;
  max-height: 42px;
  object-fit: contain;
}

.polyfloor-page .client-logo__name {
  color: #174b96;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.polyfloor-page .client-logo__subtitle {
  margin-top: 2px;
  color: #1b6fb3;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.polyfloor-page .reviews-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--pf-green-dark);
  font-size: 12px;
  font-weight: 900;
}

.polyfloor-page .site-footer {
  width: 100%;
  margin: 0;
  padding: 36px 0 30px;
  background: var(--pf-dark);
  color: #ffffff;
}

.polyfloor-page .footer-grid {
  width: min(calc(100% - 34px), var(--pf-max));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 2.25fr 1.1fr 1.35fr 1fr 1.45fr;
  gap: 34px;
}

.polyfloor-page .footer-brand .logo {
  font-size: 40px;
}

.polyfloor-page .footer-brand p {
  max-width: 280px;
  margin: 15px 0 41px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.45;
}

.polyfloor-page .footer-brand small {
  color: rgba(255, 255, 255, 0.84);
  font-size: 10px;
  font-weight: 700;
}

.polyfloor-page .footer-grid h4 {
  margin: 5px 0 14px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.polyfloor-page .footer-grid a,
.polyfloor-page .footer-grid > div > span:not(.logo) {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}

.polyfloor-page .footer-grid a:hover {
  color: var(--pf-green);
}

.polyfloor-page .footer-contacts a,
.polyfloor-page .footer-contacts > span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.polyfloor-page .footer-contacts span[aria-hidden='true'] {
  color: var(--pf-green) !important;
  font-size: 14px !important;
}

.polyfloor-page .social-row {
  display: flex;
  gap: 10px;
  margin-top: 13px;
}

.polyfloor-page .social-row a {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  margin: 0;
  border-radius: 50%;
  background: var(--pf-green);
  color: #ffffff;
  font-size: 14px;
}

.polyfloor-page .social-row a + a {
  background: #32a7df;
}

.container {
  width: min(calc(100% - 34px), var(--pf-max));
  margin-inline: auto;
}

.lead-section {
  padding: 56px 0;
  background: #f3f6f1;
}

.lead-section article,
.legal-content {
  max-width: 860px;
  margin-inline: auto;
  padding: 30px;
  border: 1px solid var(--pf-line);
  border-radius: 8px;
  background: #ffffff;
}

.lead-section h2,
.legal-content h1 {
  margin: 0;
  font-size: 30px;
  line-height: 1.15;
}

.lead-section h3 {
  margin: 9px 0 0;
  color: var(--pf-muted);
  font-size: 17px;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.lead-form input[type='text'] {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--pf-line);
  border-radius: 4px;
}

.policy-checkbox {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--pf-muted);
  font-size: 13px;
}

.policy-checkbox a {
  color: var(--pf-green-dark);
  font-weight: 800;
}

.lead-form button {
  grid-column: 1 / -1;
  min-height: 48px;
  border: 0;
  border-radius: 4px;
  background: var(--pf-green);
  color: #ffffff;
  cursor: pointer;
  font-weight: 900;
}

.form-message {
  margin: 14px 0 0;
  padding: 10px 12px;
  border-radius: 4px;
  font-weight: 800;
}

.form-message.success {
  background: #e8f4dc;
  color: #315f14;
}

.form-message.error {
  background: #ffe9e5;
  color: #9f2717;
}

.sr-only,
.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.legal-page {
  padding: 42px 0;
}

.legal-content h2 {
  margin-top: 28px;
  font-size: 22px;
}

.legal-content p,
.legal-content li {
  color: var(--pf-muted);
}

.legal-content a {
  color: var(--pf-green-dark);
  font-weight: 800;
}

@media (max-width: 980px) {
  .polyfloor-page .header-top__inner {
    grid-template-columns: auto 1fr auto;
    gap: 12px 18px;
    padding: 11px 0;
  }

  .polyfloor-page .header-contacts--address,
  .polyfloor-page .header-consult {
    justify-self: start;
  }

  .polyfloor-page .site-nav {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .polyfloor-page .site-nav::-webkit-scrollbar {
    display: none;
  }

  .polyfloor-page .nav-links a {
    padding-inline: 13px;
  }

  .polyfloor-page .product-grid,
  .polyfloor-page .areas-grid,
  .polyfloor-page .projects {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .polyfloor-page .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .polyfloor-page .header-top__inner,
  .polyfloor-page .site-nav,
  .polyfloor-page .hero__inner,
  .polyfloor-page .benefits__inner,
  .polyfloor-page .section,
  .polyfloor-page .footer-grid,
  .container {
    width: min(calc(100% - 24px), var(--pf-max));
  }

  .polyfloor-page .header-top__inner {
    grid-template-columns: 1fr;
  }

  .polyfloor-page .logo,
  .polyfloor-page .footer-brand .logo {
    font-size: 35px;
  }

  .polyfloor-page .header-descriptor {
    max-width: none;
  }

  .polyfloor-page .header-consult {
    width: 100%;
  }

  .polyfloor-page .site-nav {
    min-height: 45px;
    align-items: stretch;
  }

  .polyfloor-page .nav-links a {
    min-height: 45px;
    padding-inline: 11px;
    font-size: 11px;
  }

  .polyfloor-page .search-button {
    flex: 0 0 auto;
  }

  .polyfloor-page .hero__inner {
    min-height: 360px;
    padding: 40px 0;
  }

  .polyfloor-page .hero h1 {
    font-size: 34px;
  }

  .polyfloor-page .hero p {
    font-size: 15px;
  }

  .polyfloor-page .hero-actions,
  .polyfloor-page .hero-actions .btn {
    width: 100%;
  }

  .polyfloor-page .benefits__inner {
    grid-template-columns: 1fr 1fr;
    min-height: 0;
    padding: 18px 0;
    gap: 18px;
  }

  .polyfloor-page .product-grid,
  .polyfloor-page .areas-grid,
  .polyfloor-page .projects {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .polyfloor-page .trust-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .polyfloor-page .reviews-button {
    min-height: 55px;
  }

  .polyfloor-page .footer-grid,
  .lead-form {
    grid-template-columns: 1fr;
  }

  .polyfloor-page .footer-brand p {
    margin-bottom: 18px;
  }
}

@media (max-width: 430px) {
  .polyfloor-page .hero h1 {
    font-size: 29px;
  }

  .polyfloor-page .benefits__inner,
  .polyfloor-page .product-grid,
  .polyfloor-page .areas-grid,
  .polyfloor-page .projects,
  .polyfloor-page .trust-row {
    grid-template-columns: 1fr;
  }

  .polyfloor-page .section-title {
    font-size: 22px;
  }

  .polyfloor-page .area-card figure,
  .polyfloor-page .project-card img {
    height: 155px;
  }
}

/* PDF-enriched visual fixes */
.polyfloor-page .hero {
  background:
    linear-gradient(90deg, rgba(13, 18, 19, 0.92) 0%, rgba(13, 18, 19, 0.83) 40%, rgba(13, 18, 19, 0.26) 100%),
    url('/images/pdf/hero-floor.jpg') center center / cover no-repeat;
}

.polyfloor-page .hero p {
  max-width: 680px;
}

.polyfloor-page .benefits__inner {
  gap: 18px;
  min-height: 104px;
  padding: 12px 0;
}

.polyfloor-page .benefit {
  grid-template-columns: 52px 1fr;
  gap: 12px;
}

.polyfloor-page .benefit-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
}

.polyfloor-page .benefit-icon::before,
.polyfloor-page .benefit-icon::after {
  content: none !important;
}

.polyfloor-page .benefit-icon img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.polyfloor-page .benefit strong {
  font-size: 12px;
  margin-bottom: 4px;
}

.polyfloor-page .benefit small {
  font-size: 10px;
  line-height: 1.34;
}

.polyfloor-page .product-card {
  min-height: 276px;
  padding: 9px 9px 11px;
  overflow: hidden;
}

.polyfloor-page .product-figure {
  position: relative;
  width: 100%;
  height: 104px;
  margin: 0 0 8px;
  border-radius: 4px;
  background: linear-gradient(180deg, #f7f9f4 0%, #ffffff 100%);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.polyfloor-page .product-figure img {
  width: 100%;
  height: 92px;
  margin: 0;
  object-fit: contain;
  filter: drop-shadow(0 9px 9px rgba(16, 23, 25, 0.16));
}

.polyfloor-page .product-figure span {
  position: absolute;
  left: 7px;
  bottom: 6px;
  min-width: 58px;
  padding: 3px 6px;
  border-radius: 999px;
  background: rgba(120, 189, 23, 0.95);
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.polyfloor-page .product-card h3 {
  font-size: 12px;
  line-height: 1.14;
}

.polyfloor-page .product-card em {
  display: block;
  margin-top: 4px;
  color: var(--pf-green-dark);
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.25;
}

.polyfloor-page .product-card p {
  margin-top: 6px;
  color: #39423e;
  font-size: 9.5px;
  line-height: 1.32;
}

.polyfloor-page .area-card figure {
  height: 116px;
  box-shadow: 0 10px 18px rgba(11, 17, 18, 0.14);
}

.polyfloor-page .area-card figure::after,
.polyfloor-page .project-card::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.polyfloor-page .area-card figure::after {
  background: linear-gradient(180deg, rgba(9, 14, 15, 0.02), rgba(9, 14, 15, 0.16));
}

.polyfloor-page .area-card p {
  margin: 7px 0 0;
  color: #59645f;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
}

.polyfloor-page .project-card {
  position: relative;
}

.polyfloor-page .project-card img {
  height: 116px;
  box-shadow: 0 9px 16px rgba(11, 17, 18, 0.13);
}

.polyfloor-page .project-card strong {
  font-size: 12px;
}

.polyfloor-page .project-card small {
  color: var(--pf-green-dark);
  font-size: 10px;
  font-weight: 900;
}

@media (max-width: 980px) {
  .polyfloor-page .product-card {
    min-height: 252px;
  }

  .polyfloor-page .benefits__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 20px 0;
  }
}

@media (max-width: 760px) {
  .polyfloor-page .product-card {
    min-height: 0;
  }

  .polyfloor-page .product-figure {
    height: 124px;
  }

  .polyfloor-page .product-figure img {
    height: 108px;
  }

  .polyfloor-page .area-card figure,
  .polyfloor-page .project-card img {
    height: 170px;
  }
}

@media (max-width: 430px) {
  .polyfloor-page .benefit {
    grid-template-columns: 48px 1fr;
  }

  .polyfloor-page .area-card figure,
  .polyfloor-page .project-card img {
    height: 190px;
  }
}

/* Bigger image sections */
.polyfloor-page {
  --pf-max: 1080px;
}

.polyfloor-page .products-section,
.polyfloor-page .applications-section,
.polyfloor-page .projects-section {
  padding-top: 42px;
}

.polyfloor-page .product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.polyfloor-page .product-card {
  min-height: 390px;
  padding: 18px 18px 20px;
  border-radius: 7px;
}

.polyfloor-page .product-figure {
  height: 190px;
  margin-bottom: 15px;
  border-radius: 7px;
}

.polyfloor-page .product-figure img {
  height: 166px;
}

.polyfloor-page .product-figure span {
  left: 12px;
  bottom: 10px;
  padding: 6px 12px;
  font-size: 12px;
}

.polyfloor-page .product-card h3 {
  font-size: 16px;
}

.polyfloor-page .product-card em {
  margin-top: 7px;
  font-size: 12px;
}

.polyfloor-page .product-card p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.45;
}

.polyfloor-page .product-card a {
  min-height: 31px;
  padding-inline: 13px;
  font-size: 11px;
}

.polyfloor-page .areas-grid,
.polyfloor-page .projects {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.polyfloor-page .area-card figure {
  height: 235px;
  margin-bottom: 14px;
  border-radius: 7px;
}

.polyfloor-page .area-card strong,
.polyfloor-page .project-card strong {
  font-size: 15px;
  line-height: 1.25;
}

.polyfloor-page .area-card p {
  max-width: 310px;
  margin: 9px auto 0;
  font-size: 12px;
  line-height: 1.45;
}

.polyfloor-page .project-card img {
  height: 235px;
  margin-bottom: 13px;
  border-radius: 7px;
}

.polyfloor-page .project-card small {
  margin-top: 6px;
  font-size: 12px;
}

@media (max-width: 980px) {
  .polyfloor-page {
    --pf-max: 920px;
  }

  .polyfloor-page .product-grid,
  .polyfloor-page .areas-grid,
  .polyfloor-page .projects {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .polyfloor-page .product-card {
    min-height: 360px;
  }

  .polyfloor-page .product-figure {
    height: 175px;
  }

  .polyfloor-page .product-figure img {
    height: 152px;
  }

  .polyfloor-page .area-card figure,
  .polyfloor-page .project-card img {
    height: 240px;
  }
}

@media (max-width: 620px) {
  .polyfloor-page .product-grid,
  .polyfloor-page .areas-grid,
  .polyfloor-page .projects {
    grid-template-columns: 1fr;
  }

  .polyfloor-page .product-card {
    min-height: 0;
  }

  .polyfloor-page .product-figure {
    height: 210px;
  }

  .polyfloor-page .product-figure img {
    height: 184px;
  }

  .polyfloor-page .area-card figure,
  .polyfloor-page .project-card img {
    height: 245px;
  }
}

@media (max-width: 430px) {
  .polyfloor-page .product-figure {
    height: 188px;
  }

  .polyfloor-page .product-figure img {
    height: 164px;
  }

  .polyfloor-page .area-card figure,
  .polyfloor-page .project-card img {
    height: 215px;
  }
}

/* Product detail pages */
.polyfloor-page .product-card .product-figure {
  min-height: 0;
  padding: 0;
  border: 0;
  background: #0b1112;
  color: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.polyfloor-page .product-card .product-figure:hover {
  background: #0f1719;
}

.polyfloor-page .product-figure img {
  width: calc(100% - 18px);
  height: calc(100% - 26px);
  object-fit: contain;
}

.polyfloor-page .product-detail {
  background: #f5f7f3;
  color: var(--pf-text);
}

.polyfloor-page .product-detail-hero {
  background:
    linear-gradient(90deg, rgba(9, 14, 15, 0.96), rgba(9, 14, 15, 0.88)),
    url('/images/warehouse.jpg') center / cover no-repeat;
  color: #ffffff;
}

.polyfloor-page .product-detail-hero__inner,
.polyfloor-page .product-detail-summary__inner,
.polyfloor-page .product-detail-content,
.polyfloor-page .related-products__inner {
  width: min(calc(100% - 34px), var(--pf-max));
  margin-inline: auto;
}

.polyfloor-page .product-detail-hero__inner {
  padding: 28px 0 56px;
}

.polyfloor-page .breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
}

.polyfloor-page .breadcrumbs a {
  color: #ffffff;
}

.polyfloor-page .breadcrumbs a:hover {
  color: var(--pf-green);
}

.polyfloor-page .product-detail-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  align-items: center;
  gap: 42px;
}

.polyfloor-page .product-kicker {
  margin: 0 0 14px;
  color: var(--pf-green);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.polyfloor-page .product-detail-hero h1 {
  max-width: 680px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(36px, 5.2vw, 64px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.polyfloor-page .product-detail-hero strong {
  display: block;
  max-width: 620px;
  margin-top: 18px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.polyfloor-page .product-detail-hero__content > p:not(.product-kicker) {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
}

.polyfloor-page .product-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.polyfloor-page .product-image-card {
  padding: 22px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}

.polyfloor-page .product-image-card img {
  width: 100%;
  height: 360px;
  object-fit: contain;
  border-radius: 7px;
  background: #0b1112;
}

.polyfloor-page .product-detail-summary {
  position: relative;
  z-index: 2;
  margin-top: -36px;
}

.polyfloor-page .product-detail-summary__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.polyfloor-page .product-detail-summary article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 86px;
  padding: 18px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(11, 17, 18, 0.12);
}

.polyfloor-page .product-detail-summary span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--pf-green);
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
}

.polyfloor-page .product-detail-summary p {
  margin: 0;
  color: #16201c;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.polyfloor-page .product-detail-content {
  display: grid;
  gap: 20px;
  padding: 48px 0 52px;
}

.polyfloor-page .product-info-section {
  padding: 28px 30px;
  border: 1px solid #dfe6dc;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(11, 17, 18, 0.05);
}

.polyfloor-page .product-info-section h2 {
  margin: 0 0 16px;
  color: #121a17;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.15;
}

.polyfloor-page .product-info-section h2::after {
  content: '';
  display: block;
  width: 56px;
  height: 3px;
  margin-top: 10px;
  background: var(--pf-green);
}

.polyfloor-page .product-info-section p,
.polyfloor-page .product-info-section li {
  color: #2d3833;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.62;
}

.polyfloor-page .product-info-section p {
  margin: 0 0 12px;
}

.polyfloor-page .product-info-section p:last-child {
  margin-bottom: 0;
}

.polyfloor-page .product-info-section ul,
.polyfloor-page .product-info-section ol {
  margin: 0;
  padding-left: 22px;
}

.polyfloor-page .product-info-section li + li {
  margin-top: 7px;
}

.polyfloor-page .product-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #dfe6dc;
  border-radius: 8px;
}

.polyfloor-page .product-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  background: #ffffff;
}

.polyfloor-page .product-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #e8eee5;
  color: #26312d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  vertical-align: top;
}

.polyfloor-page .product-table tr:last-child td {
  border-bottom: 0;
}

.polyfloor-page .product-table td:first-child {
  width: 64%;
}

.polyfloor-page .product-table .is-heading td {
  background: #edf6e4;
  color: #16201c;
  font-weight: 900;
}

.polyfloor-page .related-products {
  padding: 0 0 58px;
  background: #f5f7f3;
}

.polyfloor-page .related-products h2 {
  margin: 0 0 22px;
  text-align: center;
  color: #121a17;
  font-size: 25px;
  font-weight: 900;
}

.polyfloor-page .related-products__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.polyfloor-page .related-product-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid #dfe6dc;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(11, 17, 18, 0.06);
}

.polyfloor-page .related-product-card:hover {
  border-color: var(--pf-green);
  transform: translateY(-1px);
}

.polyfloor-page .related-product-card img {
  width: 120px;
  height: 86px;
  object-fit: contain;
  border-radius: 6px;
  background: #0b1112;
}

.polyfloor-page .related-product-card strong {
  display: block;
  color: #121a17;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.polyfloor-page .related-product-card span {
  display: block;
  margin-top: 5px;
  color: var(--pf-green-dark);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}

@media (max-width: 980px) {
  .polyfloor-page .product-detail-hero__grid {
    grid-template-columns: 1fr;
  }

  .polyfloor-page .product-image-card img {
    height: 320px;
  }

  .polyfloor-page .product-detail-summary__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .polyfloor-page .related-products__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .polyfloor-page .product-detail-hero__inner {
    padding: 22px 0 46px;
  }

  .polyfloor-page .breadcrumbs {
    margin-bottom: 24px;
  }

  .polyfloor-page .product-detail-hero h1 {
    font-size: 38px;
  }

  .polyfloor-page .product-detail-hero strong {
    font-size: 17px;
  }

  .polyfloor-page .product-detail-hero__content > p:not(.product-kicker) {
    font-size: 14px;
  }

  .polyfloor-page .product-image-card {
    padding: 12px;
  }

  .polyfloor-page .product-image-card img {
    height: 240px;
  }

  .polyfloor-page .product-detail-summary__inner {
    grid-template-columns: 1fr;
  }

  .polyfloor-page .product-info-section {
    padding: 22px 18px;
  }

  .polyfloor-page .product-info-section h2 {
    font-size: 21px;
  }

  .polyfloor-page .product-info-section p,
  .polyfloor-page .product-info-section li {
    font-size: 14px;
  }

  .polyfloor-page .related-product-card {
    grid-template-columns: 1fr;
  }

  .polyfloor-page .related-product-card img {
    width: 100%;
    height: 180px;
  }
}

/* Home interface fixes: equal product cards, market-based solution cards, trust facts */
.polyfloor-page .product-grid {
  align-items: stretch;
}

.polyfloor-page .product-card {
  height: 100%;
  min-height: 448px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #dbe4d7;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 25, 0.07);
}

.polyfloor-page .product-card .product-figure,
.polyfloor-page .product-card .product-figure:hover {
  display: grid;
  place-items: center;
  height: 205px;
  margin: 0 0 16px;
  padding: 18px;
  border: 1px solid #edf2ea;
  border-radius: 8px;
  background: linear-gradient(180deg, #fbfcf8 0%, #f1f6ec 100%);
  box-shadow: inset 0 0 0 1px rgba(120, 189, 23, 0.08);
}

.polyfloor-page .product-card .product-figure img,
.polyfloor-page .product-figure img {
  width: 100%;
  height: 100%;
  max-height: 170px;
  object-fit: contain;
  filter: drop-shadow(0 10px 12px rgba(16, 23, 25, 0.16));
}

.polyfloor-page .product-card__body {
  display: flex;
  min-height: 150px;
  flex: 1 1 auto;
  flex-direction: column;
}

.polyfloor-page .product-card h3 {
  min-height: 38px;
  font-size: 16px;
  line-height: 1.18;
}

.polyfloor-page .product-card__category,
.polyfloor-page .product-card em {
  display: -webkit-box;
  min-height: 33px;
  margin-top: 7px;
  overflow: hidden;
  color: var(--pf-green-dark);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.polyfloor-page .product-card p {
  display: -webkit-box;
  min-height: 52px;
  margin: 10px 0 0;
  overflow: hidden;
  color: #39423e;
  font-size: 12px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.polyfloor-page .product-card .product-card__link {
  align-self: flex-start;
  min-height: 34px;
  margin-top: 18px;
  padding: 0 15px;
  border: 1px solid var(--pf-green);
  border-radius: 4px;
  background: #ffffff;
  color: var(--pf-green-dark);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.polyfloor-page .product-card .product-card__link:hover {
  background: var(--pf-green-dark);
  color: #ffffff;
}

.polyfloor-page .projects {
  align-items: stretch;
}

.polyfloor-page .project-card {
  display: flex;
  height: 100%;
  min-height: 390px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dbe4d7;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 25, 0.08);
  text-align: left;
}

.polyfloor-page .project-card__image {
  display: block;
  width: 100%;
  height: 230px;
  overflow: hidden;
  background: #0d1315;
}

.polyfloor-page .project-card__image img,
.polyfloor-page .project-card img {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  object-fit: cover;
  box-shadow: none;
  transition: transform 0.25s ease;
}

.polyfloor-page .project-card__image:hover img {
  transform: scale(1.035);
}

.polyfloor-page .project-card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 16px 17px 18px;
}

.polyfloor-page .project-card strong {
  min-height: 38px;
  color: #141a18;
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
}

.polyfloor-page .project-card small {
  margin-top: 8px;
  color: var(--pf-green-dark);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
}

.polyfloor-page .project-card p {
  margin: 10px 0 0;
  color: #55605a;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.polyfloor-page .trust-row--facts {
  grid-template-columns: repeat(4, minmax(0, 1fr)) 132px;
  align-items: stretch;
}

.polyfloor-page .trust-fact {
  min-height: 112px;
  align-content: start;
  justify-items: start;
  padding: 18px 18px 16px;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f7faf3 100%);
  text-align: left;
}

.polyfloor-page .trust-fact .client-logo__name {
  color: #111917;
  font-size: 20px;
  line-height: 1.1;
}

.polyfloor-page .trust-fact .client-logo__subtitle {
  margin-top: 8px;
  color: #59645f;
  font-size: 11px;
  line-height: 1.4;
  text-transform: none;
}

.polyfloor-page .trust-row--facts .reviews-button {
  min-height: 112px;
  border-radius: 8px;
}

@media (max-width: 980px) {
  .polyfloor-page .product-card {
    min-height: 420px;
  }

  .polyfloor-page .trust-row--facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .polyfloor-page .trust-row--facts .reviews-button {
    min-height: 72px;
  }
}

@media (max-width: 620px) {
  .polyfloor-page .product-card,
  .polyfloor-page .project-card {
    min-height: 0;
  }

  .polyfloor-page .product-card .product-figure,
  .polyfloor-page .product-card .product-figure:hover {
    height: 220px;
  }

  .polyfloor-page .product-card__body,
  .polyfloor-page .product-card h3,
  .polyfloor-page .product-card__category,
  .polyfloor-page .product-card em,
  .polyfloor-page .product-card p,
  .polyfloor-page .project-card strong {
    min-height: 0;
  }

  .polyfloor-page .project-card__image {
    height: 245px;
  }

  .polyfloor-page .trust-row--facts {
    grid-template-columns: 1fr;
  }
}

/* Client and solution sections update */
.polyfloor-page .market-overview-section {
  padding-top: 34px;
}

.polyfloor-page .market-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.polyfloor-page .market-fact {
  position: relative;
  min-height: 150px;
  padding: 22px 20px 20px;
  overflow: hidden;
  border: 1px solid #dbe4d7;
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff 0%, #f6faf1 100%);
  box-shadow: 0 10px 24px rgba(15, 23, 25, 0.06);
}

.polyfloor-page .market-fact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--pf-green);
}

.polyfloor-page .market-fact strong {
  display: block;
  color: #111917;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
}

.polyfloor-page .market-fact p {
  margin: 11px 0 0;
  color: #53605a;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.polyfloor-page .projects-section .projects {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.polyfloor-page .projects-section .project-card {
  min-height: 430px;
}

.polyfloor-page .projects-section .project-card__image {
  height: 280px;
}

.polyfloor-page .projects-section .project-card__image img,
.polyfloor-page .projects-section .project-card img {
  object-fit: cover;
}

.polyfloor-page .trust-intro {
  max-width: 760px;
  margin: -5px auto 20px;
  color: #53605a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
}

.polyfloor-page .trust-row--clients {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.polyfloor-page .client-card {
  display: flex;
  min-height: 352px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dbe4d7;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 25, 0.08);
}

.polyfloor-page .client-card__document {
  display: block;
  height: 205px;
  padding: 10px;
  background: linear-gradient(180deg, #f8faf6 0%, #edf3e8 100%);
  border-bottom: 1px solid #dbe4d7;
}

.polyfloor-page .client-card__document img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(15, 23, 25, 0.10);
}

.polyfloor-page .client-card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 16px 16px 17px;
}

.polyfloor-page .client-card__label {
  align-self: flex-start;
  margin-bottom: 9px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(120, 189, 23, 0.13);
  color: var(--pf-green-dark);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.polyfloor-page .client-card strong {
  display: block;
  color: #111917;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.16;
}

.polyfloor-page .client-card p {
  margin: 10px 0 0;
  color: #59645f;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.polyfloor-page .benefit-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 980px) {
  .polyfloor-page .market-facts,
  .polyfloor-page .trust-row--clients {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .polyfloor-page .projects-section .projects {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .polyfloor-page .market-facts,
  .polyfloor-page .trust-row--clients,
  .polyfloor-page .projects-section .projects {
    grid-template-columns: 1fr;
  }

  .polyfloor-page .market-fact {
    min-height: 0;
  }

  .polyfloor-page .projects-section .project-card {
    min-height: 0;
  }

  .polyfloor-page .projects-section .project-card__image {
    height: 250px;
  }

  .polyfloor-page .client-card {
    min-height: 0;
  }

  .polyfloor-page .client-card__document {
    height: 260px;
  }
}

/* Clickable image galleries and lightbox */
body.is-lightbox-open {
  overflow: hidden;
}

.polyfloor-page .image-open-button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  cursor: zoom-in;
  appearance: none;
}

.polyfloor-page .image-open-button:focus-visible {
  outline: 3px solid rgba(120, 189, 23, 0.75);
  outline-offset: 4px;
}

.polyfloor-page .area-card__image figure {
  margin: 0 0 14px;
}

.polyfloor-page .image-open-badge {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(120, 189, 23, 0.94);
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
  pointer-events: none;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

.polyfloor-page .image-open-badge--document {
  right: 18px;
  bottom: 18px;
}

.polyfloor-page .image-open-button:hover .image-open-badge,
.polyfloor-page .image-open-button:focus-visible .image-open-badge {
  opacity: 1;
  transform: translateY(0);
}

.polyfloor-page .image-open-button:hover .image-open-badge {
  background: var(--pf-green-dark);
}

.polyfloor-page .area-card__image:hover img,
.polyfloor-page .project-card__image:hover img,
.polyfloor-page .client-card__document:hover img {
  transform: scale(1.035);
}

.polyfloor-page .area-card__image img,
.polyfloor-page .project-card__image img,
.polyfloor-page .client-card__document img {
  transition: transform 0.25s ease;
}

.polyfloor-page .project-card__image {
  border: 0;
  border-radius: 0;
  text-align: left;
}

.polyfloor-page .client-card__document {
  position: relative;
  border: 0;
  cursor: zoom-in;
}

.polyfloor-page .project-card__link {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 12px;
  color: var(--pf-green-dark);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  text-decoration: none;
}

.polyfloor-page .project-card__link:hover {
  color: #111917;
  text-decoration: underline;
}

.pf-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(6, 10, 11, 0.88);
  backdrop-filter: blur(7px);
}

.pf-lightbox__dialog {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  width: min(1180px, 100%);
  max-height: min(92vh, 920px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: #0b1112;
  color: #ffffff;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.46);
}

.pf-lightbox__image-wrap {
  display: grid;
  place-items: center;
  min-height: 0;
  padding: 54px 54px 22px;
  overflow: auto;
}

.pf-lightbox__image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 74vh;
  object-fit: contain;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
}

.pf-lightbox__caption {
  padding: 18px 26px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  background: linear-gradient(180deg, rgba(17, 26, 24, 0.96), rgba(9, 14, 15, 0.98));
}

.pf-lightbox__caption strong {
  display: block;
  color: #ffffff;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.2;
}

.pf-lightbox__caption p {
  max-width: 920px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.pf-lightbox__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(9, 14, 15, 0.86);
  color: #ffffff;
  cursor: pointer;
  font-size: 34px;
  line-height: 1;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.pf-lightbox__close:hover,
.pf-lightbox__close:focus-visible {
  border-color: rgba(120, 189, 23, 0.85);
  background: var(--pf-green-dark);
  transform: scale(1.04);
  outline: none;
}

.pf-lightbox-fade-enter-active,
.pf-lightbox-fade-leave-active {
  transition: opacity 0.18s ease;
}

.pf-lightbox-fade-enter-from,
.pf-lightbox-fade-leave-to {
  opacity: 0;
}

@media (max-width: 760px) {
  .pf-lightbox {
    padding: 12px;
  }

  .pf-lightbox__dialog {
    max-height: 94vh;
    border-radius: 12px;
  }

  .pf-lightbox__image-wrap {
    padding: 58px 14px 14px;
  }

  .pf-lightbox__image {
    max-height: 68vh;
  }

  .pf-lightbox__caption {
    padding: 15px 16px 17px;
  }

  .pf-lightbox__caption strong {
    font-size: 18px;
  }

  .pf-lightbox__caption p {
    font-size: 13px;
  }

  .pf-lightbox__close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }

  .polyfloor-page .image-open-badge {
    opacity: 1;
    transform: none;
  }
}

/* Mobile adaptation for product detail pages */
.polyfloor-page.product-detail-page {
  background: #f5f7f3;
}

.polyfloor-page .product-detail-hero h1,
.polyfloor-page .product-detail-hero strong,
.polyfloor-page .product-info-section h2,
.polyfloor-page .related-products h2 {
  overflow-wrap: anywhere;
  hyphens: auto;
}

.polyfloor-page .product-detail-actions .btn {
  text-align: center;
}

.polyfloor-page .product-table-wrap {
  -webkit-overflow-scrolling: touch;
}

.polyfloor-page .product-table td {
  word-break: normal;
  overflow-wrap: anywhere;
}

@media (max-width: 760px) {
  .polyfloor-page .product-detail-hero__inner,
  .polyfloor-page .product-detail-summary__inner,
  .polyfloor-page .product-detail-content,
  .polyfloor-page .related-products__inner {
    width: min(calc(100% - 24px), var(--pf-max));
  }

  .polyfloor-page .product-detail-hero {
    background:
      linear-gradient(180deg, rgba(9, 14, 15, 0.97), rgba(9, 14, 15, 0.9)),
      url('/images/warehouse.jpg') center / cover no-repeat;
  }

  .polyfloor-page .product-detail-hero__inner {
    padding: 18px 0 42px;
  }

  .polyfloor-page .breadcrumbs {
    gap: 7px;
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 1.35;
  }

  .polyfloor-page .product-detail-hero__grid {
    gap: 24px;
  }

  .polyfloor-page .product-kicker {
    margin-bottom: 11px;
    font-size: 11px;
    line-height: 1.25;
  }

  .polyfloor-page .product-detail-hero h1 {
    max-width: 100%;
    font-size: clamp(29px, 8.2vw, 40px);
    line-height: 1.04;
    letter-spacing: -0.025em;
  }

  .polyfloor-page .product-detail-hero strong {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.32;
  }

  .polyfloor-page .product-detail-hero__content > p:not(.product-kicker) {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.55;
  }

  .polyfloor-page .product-detail-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .polyfloor-page .product-detail-actions .btn {
    width: 100%;
    min-height: 46px;
    padding-inline: 14px;
  }

  .polyfloor-page .product-image-card {
    width: 100%;
    max-width: 420px;
    margin-inline: auto;
    padding: 10px;
    border-radius: 9px;
  }

  .polyfloor-page .product-image-card img {
    height: clamp(210px, 58vw, 300px);
    border-radius: 7px;
  }

  .polyfloor-page .product-detail-summary {
    margin-top: -22px;
  }

  .polyfloor-page .product-detail-summary__inner {
    gap: 10px;
  }

  .polyfloor-page .product-detail-summary article {
    min-height: 0;
    grid-template-columns: 30px 1fr;
    gap: 10px;
    padding: 14px;
  }

  .polyfloor-page .product-detail-summary span {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .polyfloor-page .product-detail-summary p {
    font-size: 12px;
    line-height: 1.35;
  }

  .polyfloor-page .product-detail-content {
    gap: 14px;
    padding: 34px 0 40px;
  }

  .polyfloor-page .product-info-section {
    padding: 20px 16px;
    border-radius: 9px;
  }

  .polyfloor-page .product-info-section h2 {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 1.2;
  }

  .polyfloor-page .product-info-section h2::after {
    width: 46px;
    height: 3px;
    margin-top: 9px;
  }

  .polyfloor-page .product-info-section p,
  .polyfloor-page .product-info-section li {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.58;
  }

  .polyfloor-page .product-info-section ul,
  .polyfloor-page .product-info-section ol {
    padding-left: 20px;
  }

  .polyfloor-page .product-table-wrap {
    border-radius: 8px;
    overflow-x: visible;
  }

  .polyfloor-page .product-table {
    min-width: 0;
  }

  .polyfloor-page .product-table,
  .polyfloor-page .product-table tbody,
  .polyfloor-page .product-table tr,
  .polyfloor-page .product-table td {
    display: block;
    width: 100%;
  }

  .polyfloor-page .product-table tr {
    border-bottom: 1px solid #e8eee5;
  }

  .polyfloor-page .product-table tr:last-child {
    border-bottom: 0;
  }

  .polyfloor-page .product-table td {
    padding: 11px 12px;
    border-bottom: 0;
    font-size: 13px;
    line-height: 1.4;
  }

  .polyfloor-page .product-table td + td {
    padding-top: 0;
    color: #52615a;
    font-weight: 700;
  }

  .polyfloor-page .product-table .is-heading td {
    padding: 12px;
    background: #edf6e4;
    color: #16201c;
  }

  .polyfloor-page .related-products {
    padding-bottom: 42px;
  }

  .polyfloor-page .related-products h2 {
    margin-bottom: 16px;
    font-size: 21px;
    line-height: 1.2;
  }

  .polyfloor-page .related-products__grid {
    gap: 12px;
  }

  .polyfloor-page .related-product-card {
    grid-template-columns: 96px 1fr;
    gap: 12px;
    padding: 12px;
    align-items: center;
  }

  .polyfloor-page .related-product-card img {
    width: 96px;
    height: 76px;
  }

  .polyfloor-page .related-product-card strong {
    font-size: 14px;
  }

  .polyfloor-page .related-product-card span {
    font-size: 11px;
  }
}

@media (max-width: 430px) {
  .polyfloor-page .product-detail-hero__inner,
  .polyfloor-page .product-detail-summary__inner,
  .polyfloor-page .product-detail-content,
  .polyfloor-page .related-products__inner {
    width: min(calc(100% - 20px), var(--pf-max));
  }

  .polyfloor-page .product-detail-hero__inner {
    padding-top: 16px;
    padding-bottom: 38px;
  }

  .polyfloor-page .breadcrumbs {
    margin-bottom: 18px;
    font-size: 10px;
  }

  .polyfloor-page .product-detail-hero h1 {
    font-size: clamp(25px, 9.4vw, 34px);
    line-height: 1.06;
  }

  .polyfloor-page .product-detail-hero strong {
    font-size: 15px;
  }

  .polyfloor-page .product-detail-hero__content > p:not(.product-kicker) {
    font-size: 13px;
  }

  .polyfloor-page .product-image-card {
    max-width: 100%;
  }

  .polyfloor-page .product-image-card img {
    height: 220px;
  }

  .polyfloor-page .product-detail-summary article {
    padding: 12px;
  }

  .polyfloor-page .product-info-section {
    padding: 18px 14px;
  }

  .polyfloor-page .product-info-section h2 {
    font-size: 19px;
  }

  .polyfloor-page .product-info-section p,
  .polyfloor-page .product-info-section li {
    font-size: 13px;
  }

  .polyfloor-page .product-table td {
    padding-inline: 10px;
    font-size: 12px;
  }

  .polyfloor-page .related-product-card {
    grid-template-columns: 82px 1fr;
    gap: 10px;
  }

  .polyfloor-page .related-product-card img {
    width: 82px;
    height: 70px;
  }
}

@media (max-width: 360px) {
  .polyfloor-page .product-detail-actions .btn {
    font-size: 11px;
  }

  .polyfloor-page .product-image-card img {
    height: 196px;
  }

  .polyfloor-page .related-product-card {
    grid-template-columns: 1fr;
  }

  .polyfloor-page .related-product-card img {
    width: 100%;
    height: 150px;
  }
}

/* Legal compliance additions */
.polyfloor-page .footer-grid--legal {
  grid-template-columns: 1.35fr 1fr 1fr 1.1fr 1.25fr;
  gap: 28px;
}

.polyfloor-page .footer-legal a {
  display: block;
  margin-bottom: 8px;
}

.polyfloor-page .footer-requisites {
  width: min(calc(100% - 34px), var(--pf-max));
  margin: 18px auto 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  line-height: 1.45;
}

.polyfloor-page .footer-requisites p {
  margin: 6px 0;
}

.polyfloor-page .footer-requisites code {
  color: #ffffff;
}

.cookie-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1000;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  width: min(calc(100% - 36px), 820px);
  padding: 18px;
  border: 1px solid rgba(121, 189, 23, 0.35);
  border-radius: 12px;
  background: rgba(16, 23, 25, 0.97);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.32);
  color: #ffffff;
}

.cookie-banner__content strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.cookie-banner__content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.45;
}

.cookie-banner__content a {
  color: var(--pf-green);
  font-weight: 800;
}

.cookie-banner__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cookie-banner .btn {
  min-height: 42px;
  white-space: nowrap;
  cursor: pointer;
}

.legal-warning {
  padding: 12px 14px;
  border-left: 4px solid var(--pf-green);
  border-radius: 6px;
  background: #f1f8e9;
  color: #315f14 !important;
  font-weight: 800;
}

.legal-content code {
  padding: 1px 4px;
  border-radius: 3px;
  background: #eef2ea;
  color: var(--pf-text);
}

.legal-table-wrap {
  overflow-x: auto;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.legal-table th,
.legal-table td {
  padding: 12px;
  border: 1px solid var(--pf-line);
  text-align: left;
  vertical-align: top;
}

.legal-table th {
  width: 240px;
  background: #f5f7f2;
}

.lead-form input[type='checkbox'] {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: var(--pf-green);
}

@media (max-width: 980px) {
  .polyfloor-page .footer-grid--legal {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    grid-template-columns: 1fr;
  }

  .cookie-banner__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cookie-banner .btn {
    width: 100%;
  }

  .polyfloor-page .footer-grid--legal {
    grid-template-columns: 1fr;
  }

  .polyfloor-page .footer-requisites {
    width: min(calc(100% - 24px), var(--pf-max));
  }

  .legal-content {
    padding: 22px;
  }

  .legal-content h1 {
    font-size: 26px;
  }
}

@media (max-width: 430px) {
  .legal-content {
    padding: 18px;
  }

  .legal-table th,
  .legal-table td {
    display: block;
    width: 100%;
  }

  .legal-table th {
    border-bottom: 0;
  }
}

.cookie-banner .btn.green {
  border: 1px solid var(--pf-green);
  background: var(--pf-green);
  color: #ffffff;
}

.cookie-banner .btn.ghost {
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: transparent;
  color: #ffffff;
}

/* Legal documents layout refresh */
.polyfloor-page .legal-page {
  padding: 0;
  background:
    radial-gradient(circle at 12% 4%, rgba(121, 189, 23, 0.12), transparent 26%),
    linear-gradient(180deg, #f6f8f3 0%, #eef3e9 100%);
}

.polyfloor-page .legal-hero {
  position: relative;
  overflow: hidden;
  padding: 48px 0 34px;
  background:
    linear-gradient(135deg, rgba(21, 29, 31, 0.96), rgba(42, 58, 40, 0.94)),
    url('/images/warehouse.jpg') center/cover no-repeat;
  color: #ffffff;
}

.polyfloor-page .legal-hero::after {
  content: '';
  position: absolute;
  inset: auto -8% -54px auto;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(121, 189, 23, 0.18);
  filter: blur(4px);
  pointer-events: none;
}

.polyfloor-page .legal-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin-inline: auto;
}

.polyfloor-page .legal-back {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-bottom: 24px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.18s ease, transform 0.18s ease;
}

.polyfloor-page .legal-back:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-1px);
}

.polyfloor-page .legal-hero h1 {
  max-width: 860px;
  margin: 10px 0 0;
  color: #ffffff;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.polyfloor-page .legal-hero__lead {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.55;
}

.polyfloor-page .legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.polyfloor-page .legal-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 800;
}

.polyfloor-page .legal-layout {
  display: grid;
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding-top: 38px;
  padding-bottom: 58px;
}

.polyfloor-page .legal-layout--single {
  grid-template-columns: minmax(0, 1fr);
}

.polyfloor-page .legal-sidebar {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 14px;
}

.polyfloor-page .legal-sidebar__card,
.polyfloor-page .legal-doc-nav,
.polyfloor-page .legal-content--article {
  border: 1px solid rgba(61, 79, 47, 0.1);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(44, 58, 37, 0.08);
}

.polyfloor-page .legal-sidebar__card {
  padding: 18px;
}

.polyfloor-page .legal-sidebar__card--accent {
  background: linear-gradient(135deg, #ffffff, #f3f8ec);
}

.polyfloor-page .legal-sidebar__eyebrow {
  display: block;
  margin-bottom: 7px;
  color: var(--pf-green-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.polyfloor-page .legal-sidebar__card strong {
  display: block;
  color: var(--pf-text);
  font-size: 20px;
  line-height: 1.1;
}

.polyfloor-page .legal-sidebar__card p {
  margin: 9px 0 0;
  color: var(--pf-muted);
  font-size: 13px;
  line-height: 1.5;
}

.polyfloor-page .legal-doc-nav {
  overflow: hidden;
  padding: 8px;
}

.polyfloor-page .legal-doc-nav__link {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 12px;
  color: #314033;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.polyfloor-page .legal-doc-nav__link + .legal-doc-nav__link {
  margin-top: 2px;
}

.polyfloor-page .legal-doc-nav__link:hover {
  background: #f2f7eb;
  color: var(--pf-green-dark);
  transform: translateX(2px);
}

.polyfloor-page .legal-doc-nav__link.is-active {
  background: var(--pf-green);
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(121, 189, 23, 0.25);
}

.polyfloor-page .legal-checklist-mini {
  display: grid;
  gap: 9px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.polyfloor-page .legal-checklist-mini li {
  position: relative;
  padding-left: 20px;
  color: var(--pf-muted);
  font-size: 12px;
  line-height: 1.45;
}

.polyfloor-page .legal-checklist-mini li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pf-green);
}

.polyfloor-page .legal-content--article {
  max-width: none;
  margin: 0;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 22px;
}

.polyfloor-page .legal-content--article > :first-child {
  margin-top: 0;
}

.polyfloor-page .legal-intro {
  padding: 18px 20px;
  border: 1px solid rgba(121, 189, 23, 0.22);
  border-radius: 16px;
  background: #f8fbf3;
  color: #42563c !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
}

.polyfloor-page .legal-section {
  padding-top: 22px;
}

.polyfloor-page .legal-section + .legal-section {
  margin-top: 22px;
  border-top: 1px solid #e6eddf;
}

.polyfloor-page .legal-section h2,
.polyfloor-page .legal-content--article h2 {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0 0 12px;
  color: var(--pf-text);
  font-size: clamp(21px, 2.3vw, 27px);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.polyfloor-page .legal-section h2::before {
  content: '';
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin-top: 11px;
  border-radius: 50%;
  background: var(--pf-green);
  box-shadow: 0 0 0 6px rgba(121, 189, 23, 0.12);
}

.polyfloor-page .legal-content--article h3 {
  margin: 0 0 8px;
  color: var(--pf-text);
  font-size: 17px;
  line-height: 1.25;
}

.polyfloor-page .legal-content--article p,
.polyfloor-page .legal-content--article li {
  color: #52624f;
  font-size: 16px;
  line-height: 1.72;
}

.polyfloor-page .legal-content--article p {
  margin: 0 0 12px;
}

.polyfloor-page .legal-content--article ul,
.polyfloor-page .legal-content--article ol {
  display: grid;
  gap: 9px;
  margin: 12px 0 0;
  padding-left: 21px;
}

.polyfloor-page .legal-content--article li::marker {
  color: var(--pf-green-dark);
  font-weight: 900;
}

.polyfloor-page .legal-content--article a {
  color: var(--pf-green-dark);
  font-weight: 900;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.polyfloor-page .legal-warning {
  margin-bottom: 22px;
  padding: 16px 18px;
  border: 1px solid rgba(121, 189, 23, 0.22);
  border-left: 6px solid var(--pf-green);
  border-radius: 16px;
  background: #f1f8e9;
  color: #315f14 !important;
  font-weight: 850;
  line-height: 1.55;
}

.polyfloor-page .legal-section--todo {
  margin-inline: -6px;
  padding: 22px;
  border: 1px dashed rgba(121, 189, 23, 0.45) !important;
  border-radius: 18px;
  background: #fbfff6;
}

.polyfloor-page .legal-section--todo + .legal-section--todo {
  margin-top: 14px;
}

.polyfloor-page .legal-note-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.polyfloor-page .legal-note-grid article {
  min-height: 100%;
  padding: 18px;
  border: 1px solid #e6eddf;
  border-radius: 16px;
  background: #f8faf4;
}

.polyfloor-page .legal-note-grid p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.polyfloor-page .legal-requisites-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.polyfloor-page .legal-requisite-item {
  min-width: 0;
  padding: 18px;
  border: 1px solid #e4ebdd;
  border-radius: 16px;
  background: #fbfcf8;
}

.polyfloor-page .legal-requisite-item--wide {
  grid-column: 1 / -1;
}

.polyfloor-page .legal-requisite-item span {
  display: block;
  margin-bottom: 7px;
  color: var(--pf-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.polyfloor-page .legal-requisite-item strong {
  display: block;
  overflow-wrap: anywhere;
  color: var(--pf-text);
  font-size: 16px;
  line-height: 1.45;
}

.polyfloor-page .legal-table-wrap {
  overflow-x: auto;
  border: 1px solid #e4ebdd;
  border-radius: 16px;
}

.polyfloor-page .legal-table {
  overflow: hidden;
  margin: 0;
  border-collapse: collapse;
  background: #ffffff;
}

.polyfloor-page .legal-table th,
.polyfloor-page .legal-table td {
  padding: 16px 18px;
  border-color: #e4ebdd;
  font-size: 15px;
  line-height: 1.5;
}

.polyfloor-page .legal-table th {
  background: #f3f7ed;
  color: #34462f;
  font-weight: 900;
}

@media (max-width: 1060px) {
  .polyfloor-page .legal-layout {
    grid-template-columns: 1fr;
  }

  .polyfloor-page .legal-sidebar {
    position: static;
    order: 2;
  }

  .polyfloor-page .legal-content--article {
    order: 1;
  }

  .polyfloor-page .legal-doc-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .polyfloor-page .legal-hero {
    padding: 34px 0 28px;
  }

  .polyfloor-page .legal-back {
    margin-bottom: 18px;
  }

  .polyfloor-page .legal-layout {
    gap: 20px;
    padding-top: 24px;
    padding-bottom: 36px;
  }

  .polyfloor-page .legal-content--article {
    padding: 22px;
    border-radius: 18px;
  }

  .polyfloor-page .legal-section {
    padding-top: 18px;
  }

  .polyfloor-page .legal-section + .legal-section {
    margin-top: 18px;
  }

  .polyfloor-page .legal-note-grid,
  .polyfloor-page .legal-requisites-grid,
  .polyfloor-page .legal-doc-nav {
    grid-template-columns: 1fr;
  }

  .polyfloor-page .legal-sidebar__card {
    padding: 16px;
  }
}

@media (max-width: 430px) {
  .polyfloor-page .legal-hero__lead,
  .polyfloor-page .legal-content--article p,
  .polyfloor-page .legal-content--article li {
    font-size: 15px;
  }

  .polyfloor-page .legal-content--article {
    padding: 18px;
  }

  .polyfloor-page .legal-section h2::before {
    margin-top: 9px;
  }

  .polyfloor-page .legal-requisite-item,
  .polyfloor-page .legal-note-grid article,
  .polyfloor-page .legal-section--todo {
    padding: 15px;
  }
}
