/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 13 2026 | 12:55:39 */
.est-wpc-page {
  --est-wpc-dark: #111418;
  --est-wpc-dark-2: #202831;
  --est-wpc-text: #17202a;
  --est-wpc-muted: #5f6b77;
  --est-wpc-soft: #f4f7f8;
  --est-wpc-line: #dce4e8;
  --est-wpc-accent: #d4af37;
  --est-wpc-accent-dark: #a88219;
  --est-wpc-white: #ffffff;
  --est-wpc-radius: 24px;
  --est-wpc-shadow: 0 18px 55px rgba(17, 24, 39, 0.12);
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 18px 54px;
  color: var(--est-wpc-text);
  font-family: inherit;
}

.est-wpc-page * {
  box-sizing: border-box;
}

.est-wpc-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

.est-wpc-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 34px;
  align-items: center;
  padding: clamp(28px, 5vw, 58px);
  border-radius: 32px;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 14%, rgba(212, 175, 55, 0.3), transparent 28%),
    linear-gradient(135deg, #111418 0%, #26313b 52%, #0d1117 100%);
  color: var(--est-wpc-white);
  box-shadow: var(--est-wpc-shadow);
}

.est-wpc-hero::after {
  content: "WPC Decking";
  position: absolute;
  right: -28px;
  bottom: 18px;
  font-size: clamp(38px, 7vw, 96px);
  font-weight: 900;
  letter-spacing: -0.055em;
  color: rgba(255, 255, 255, 0.035);
  pointer-events: none;
  white-space: nowrap;
}

.est-wpc-hero-content {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.est-wpc-eyebrow,
.est-wpc-kicker {
  margin: 0 0 10px;
  color: var(--est-wpc-accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.est-wpc-hero h1 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 900;
}

.est-wpc-hero-text {
  max-width: 740px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.7;
}

.est-wpc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.est-wpc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.est-wpc-btn:hover {
  transform: translateY(-2px);
}

.est-wpc-btn-primary {
  background: linear-gradient(135deg, var(--est-wpc-accent), #f6dd7d);
  color: #161616 !important;
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.24);
}

.est-wpc-btn-secondary {
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.est-wpc-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
}

.est-wpc-trust-row div {
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.est-wpc-trust-row strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 22px;
}

.est-wpc-trust-row span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.est-wpc-hero-image {
  position: relative;
  z-index: 1;
  margin: 0;
  border-radius: 26px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.28);
  min-width: 0;
}

.est-wpc-hero-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.est-wpc-hero-image figcaption {
  padding: 13px 16px;
  color: var(--est-wpc-text);
  font-size: 13px;
  line-height: 1.5;
  background: #ffffff;
}

.est-wpc-anchor-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 34px;
  padding: 12px;
  border-radius: 999px;
  background: var(--est-wpc-soft);
  border: 1px solid var(--est-wpc-line);
}

.est-wpc-anchor-nav a {
  flex: 1 1 auto;
  min-width: max-content;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--est-wpc-text) !important;
  text-align: center;
  font-weight: 750;
  text-decoration: none !important;
  background: #ffffff;
  border: 1px solid transparent;
}

.est-wpc-anchor-nav a:hover {
  border-color: var(--est-wpc-accent);
  color: var(--est-wpc-accent-dark) !important;
}

.est-wpc-section {
  margin-top: 38px;
  padding: clamp(24px, 4vw, 42px);
  border-radius: var(--est-wpc-radius);
  background: #ffffff;
  box-shadow: var(--est-wpc-shadow);
  border: 1px solid rgba(220, 228, 232, 0.9);
}

.est-wpc-section-head {
  max-width: 860px;
  margin-bottom: 26px;
}

.est-wpc-section h2,
.est-wpc-cta h2 {
  margin: 0 0 12px;
  color: var(--est-wpc-text);
  font-size: clamp(26px, 3.4vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.035em;
  font-weight: 900;
}

.est-wpc-section h3 {
  margin: 0 0 10px;
  color: var(--est-wpc-text);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 850;
}

.est-wpc-section p,
.est-wpc-section li,
.est-wpc-cta p {
  color: var(--est-wpc-muted);
  font-size: 16px;
  line-height: 1.75;
}

.est-wpc-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: 28px;
  align-items: center;
}

.est-wpc-check-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.est-wpc-check-list div {
  position: relative;
  padding: 16px 16px 16px 48px;
  border-radius: 18px;
  background: var(--est-wpc-soft);
  border: 1px solid var(--est-wpc-line);
}

.est-wpc-check-list div::before {
  content: "✓";
  position: absolute;
  left: 16px;
  top: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #161616;
  background: var(--est-wpc-accent);
  font-weight: 900;
  font-size: 13px;
}

.est-wpc-check-list strong {
  display: block;
  margin-bottom: 3px;
  color: var(--est-wpc-text);
}

.est-wpc-check-list span {
  color: var(--est-wpc-muted);
  line-height: 1.55;
}

.est-wpc-feature-image {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: var(--est-wpc-shadow);
  min-width: 0;
}

.est-wpc-feature-image::after,
.est-wpc-image-story figure::after {
  content: "EStar";
  position: absolute;
  right: 12px;
  top: 12px;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(17, 20, 24, 0.42);
  backdrop-filter: blur(8px);
}

.est-wpc-feature-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.est-wpc-colour-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.est-wpc-colour-grid article {
  padding: 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fafb 100%);
  border: 1px solid var(--est-wpc-line);
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.est-wpc-colour-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.55);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.12);
}

.est-wpc-colour-dot {
  display: block;
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 1px rgba(17, 24, 39, 0.12), 0 10px 22px rgba(17, 24, 39, 0.16);
}

.est-wpc-teak {
  background: linear-gradient(135deg, #b47a3c, #d6a35e);
}

.est-wpc-walnut {
  background: linear-gradient(135deg, #5b3522, #8a5a3c);
}

.est-wpc-coffee {
  background: linear-gradient(135deg, #3b2a22, #6c4a37);
}

.est-wpc-light-grey {
  background: linear-gradient(135deg, #c9c9c4, #eeeeea);
}

.est-wpc-dark-grey {
  background: linear-gradient(135deg, #4d5358, #7c8489);
}

.est-wpc-charcoal {
  background: linear-gradient(135deg, #1e2225, #4a5054);
}

.est-wpc-dark-band {
  background:
    radial-gradient(circle at 15% 15%, rgba(212, 175, 55, 0.22), transparent 30%),
    linear-gradient(135deg, var(--est-wpc-dark), var(--est-wpc-dark-2));
  color: #ffffff;
}

.est-wpc-dark-band h2,
.est-wpc-dark-band h3 {
  color: #ffffff;
}

.est-wpc-dark-band p,
.est-wpc-dark-band li {
  color: rgba(255, 255, 255, 0.76);
}

.est-wpc-type-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.est-wpc-type-grid article {
  padding: 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.est-wpc-type-grid ul {
  margin: 14px 0 0;
  padding-left: 20px;
}

.est-wpc-card-tag {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.est-wpc-card-tag-gold {
  background: rgba(212, 175, 55, 0.18);
  color: #f6dd7d;
}

.est-wpc-image-story {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.est-wpc-image-story figure {
  position: relative;
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: var(--est-wpc-shadow);
  border: 1px solid var(--est-wpc-line);
}

.est-wpc-image-story img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.est-wpc-image-story figcaption {
  padding: 16px;
  color: var(--est-wpc-muted);
  font-size: 14px;
  line-height: 1.6;
}

.est-wpc-image-story figcaption strong {
  display: block;
  margin-bottom: 5px;
  color: var(--est-wpc-text);
  font-size: 16px;
}

.est-wpc-table-wrap {
  overflow-x: auto;
  border-radius: 20px;
  border: 1px solid var(--est-wpc-line);
}

.est-wpc-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #ffffff;
}

.est-wpc-table th,
.est-wpc-table td {
  padding: 16px 18px;
  text-align: left;
  border-bottom: 1px solid var(--est-wpc-line);
  vertical-align: top;
}

.est-wpc-table th {
  color: var(--est-wpc-text);
  background: var(--est-wpc-soft);
  font-weight: 900;
}

.est-wpc-table td {
  color: var(--est-wpc-muted);
  line-height: 1.6;
}

.est-wpc-table tr:last-child td {
  border-bottom: 0;
}

.est-wpc-category-guide {
  background: linear-gradient(180deg, #ffffff, #f8fafb);
}

.est-wpc-faq details {
  border: 1px solid var(--est-wpc-line);
  border-radius: 18px;
  background: #ffffff;
  overflow: hidden;
}

.est-wpc-faq details + details {
  margin-top: 12px;
}

.est-wpc-faq summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--est-wpc-text);
  font-weight: 900;
  list-style: none;
}

.est-wpc-faq summary::-webkit-details-marker {
  display: none;
}

.est-wpc-faq summary::after {
  content: "+";
  float: right;
  color: var(--est-wpc-accent-dark);
  font-size: 22px;
  line-height: 1;
}

.est-wpc-faq details[open] summary::after {
  content: "−";
}

.est-wpc-faq details p {
  margin: 0;
  padding: 0 20px 20px;
}

.est-wpc-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 38px;
  padding: clamp(26px, 4vw, 42px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.25), transparent 32%),
    linear-gradient(135deg, #111418, #25303a);
  color: #ffffff;
  box-shadow: var(--est-wpc-shadow);
}

.est-wpc-cta h2 {
  color: #ffffff;
}

.est-wpc-cta p {
  max-width: 780px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

@media (max-width: 1100px) {
  .est-wpc-colour-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .est-wpc-image-story {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .est-wpc-hero,
  .est-wpc-split,
  .est-wpc-cta {
    grid-template-columns: 1fr;
  }

  .est-wpc-cta .est-wpc-btn {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .est-wpc-page {
    padding-left: 12px;
    padding-right: 12px;
  }

  .est-wpc-hero {
    padding: 26px 18px;
    border-radius: 24px;
  }

  .est-wpc-trust-row,
  .est-wpc-colour-grid,
  .est-wpc-type-grid,
  .est-wpc-image-story {
    grid-template-columns: 1fr;
  }

  .est-wpc-anchor-nav {
    border-radius: 22px;
  }

  .est-wpc-anchor-nav a {
    min-width: 46%;
  }

  .est-wpc-section,
  .est-wpc-cta {
    padding: 24px 18px;
    border-radius: 22px;
  }
}