/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 12 2026 | 10:24:14 */
.estar-picket-fence-page,
.estar-picket-fence-page * {
  box-sizing: border-box;
}

.estar-picket-fence-page {
  --pk-dark: #111827;
  --pk-text: #374151;
  --pk-muted: #6b7280;
  --pk-light: #f7f4ee;
  --pk-soft: #eef1ec;
  --pk-line: #e5e7eb;
  --pk-sand: #c49a62;
  --pk-sand-dark: #8c6334;
  --pk-white: #ffffff;
  --pk-radius: 24px;
  --pk-shadow: 0 18px 50px rgba(17, 24, 39, 0.12);
  color: var(--pk-text);
  font-family: inherit;
  line-height: 1.65;
}

.estar-picket-fence-page img {
  width: 100%;
  display: block;
  height: auto;
}

.estar-picket-fence-page a {
  text-decoration: none;
}

.pk-hero,
.pk-benefit-strip,
.pk-intro,
.pk-feature-section,
.pk-application-section,
.pk-colour-section,
.pk-detail-section,
.pk-buying-guide,
.pk-seo-content,
.pk-faq-section,
.pk-cta-section {
  max-width: 1200px;
  margin: 0 auto;
}

.pk-hero {
  position: relative;
  min-height: 640px;
  margin-top: 28px;
  border-radius: 38px;
  overflow: hidden;
  background: var(--pk-dark);
  box-shadow: var(--pk-shadow);
}

.pk-hero-bg {
  position: absolute;
  inset: 0;
}

.pk-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pk-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 24, 39, 0.86) 0%, rgba(17, 24, 39, 0.62) 42%, rgba(17, 24, 39, 0.18) 100%);
}

.pk-hero-overlay {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 32px;
  align-items: end;
  min-height: 640px;
  padding: 68px 46px;
}

.pk-hero-content {
  max-width: 760px;
}

.pk-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--pk-sand-dark);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.pk-hero .pk-eyebrow,
.pk-cta-box .pk-eyebrow {
  color: var(--pk-white);
}

.pk-eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--pk-sand);
  border-radius: 999px;
}

.pk-hero .pk-eyebrow::before,
.pk-cta-box .pk-eyebrow::before {
  background: var(--pk-white);
}

.pk-hero h1,
.pk-intro-text h2,
.pk-section-heading h2,
.pk-colour-header h2,
.pk-detail-content h2,
.pk-seo-text h2,
.pk-cta-box h2 {
  margin: 0;
  color: var(--pk-dark);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.pk-hero h1 {
  color: var(--pk-white);
  font-size: clamp(40px, 6vw, 76px);
  max-width: 820px;
}

.pk-hero p {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
}

.pk-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.pk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 850;
  transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.pk-btn:hover {
  transform: translateY(-2px);
}

.pk-btn-light {
  background: var(--pk-white);
  color: var(--pk-dark);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
}

.pk-btn-light:hover {
  background: var(--pk-light);
  color: var(--pk-dark);
}

.pk-btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.58);
  color: var(--pk-white);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.pk-btn-outline:hover {
  background: rgba(255, 255, 255, 0.18);
  color: var(--pk-white);
}

.pk-btn-dark {
  background: var(--pk-dark);
  color: var(--pk-white);
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.22);
}

.pk-btn-dark:hover {
  background: #000000;
  color: var(--pk-white);
}

.pk-hero-card {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.16);
}

.pk-hero-card span {
  display: block;
  color: var(--pk-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pk-hero-card strong {
  display: block;
  margin-top: 6px;
  color: var(--pk-dark);
  font-size: 26px;
  line-height: 1.1;
}

.pk-hero-card p {
  margin: 12px 0 0;
  color: var(--pk-text);
  font-size: 15px;
}

.pk-benefit-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: -34px;
  position: relative;
  z-index: 5;
  padding: 0 22px;
}

.pk-benefit-item {
  padding: 24px;
  background: var(--pk-white);
  border: 1px solid var(--pk-line);
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.08);
}

.pk-benefit-item:first-child {
  border-radius: 22px 0 0 22px;
}

.pk-benefit-item:last-child {
  border-radius: 0 22px 22px 0;
}

.pk-benefit-item strong {
  display: block;
  color: var(--pk-dark);
  font-size: 18px;
  line-height: 1.2;
}

.pk-benefit-item span {
  display: block;
  margin-top: 8px;
  color: var(--pk-muted);
  font-size: 14px;
}

.pk-intro {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 46px;
  align-items: center;
  padding: 86px 22px 56px;
}

.pk-intro-text h2,
.pk-section-heading h2,
.pk-colour-header h2,
.pk-detail-content h2,
.pk-seo-text h2,
.pk-cta-box h2 {
  font-size: clamp(30px, 4vw, 48px);
}

.pk-intro-text p {
  margin: 18px 0 0;
  color: var(--pk-muted);
  font-size: 17px;
}

.pk-intro-image {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--pk-shadow);
}

.pk-intro-image img {
  aspect-ratio: 5 / 3.8;
  object-fit: cover;
}

.pk-feature-section,
.pk-application-section,
.pk-colour-section,
.pk-buying-guide,
.pk-faq-section {
  padding: 58px 22px;
}

.pk-section-heading {
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
}

.pk-section-heading .pk-eyebrow {
  justify-content: center;
}

.pk-section-heading p {
  max-width: 720px;
  margin: 16px auto 0;
  color: var(--pk-muted);
  font-size: 17px;
}

.pk-feature-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.pk-feature-card {
  grid-column: span 2;
  padding: 26px;
  border: 1px solid var(--pk-line);
  border-radius: var(--pk-radius);
  background: var(--pk-white);
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.05);
}

.pk-feature-featured {
  grid-column: span 4;
  background:
    radial-gradient(circle at top right, rgba(196, 154, 98, 0.18), transparent 38%),
    var(--pk-light);
}

.pk-feature-card span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--pk-dark);
  color: var(--pk-white);
  font-weight: 900;
}

.pk-feature-card h3,
.pk-application-card h3,
.pk-colour-content h3,
.pk-guide-step h3 {
  margin: 0 0 10px;
  color: var(--pk-dark);
  font-size: 21px;
  line-height: 1.2;
}

.pk-feature-card p,
.pk-application-card p,
.pk-colour-content p,
.pk-guide-step p {
  margin: 0;
  color: var(--pk-muted);
}

.pk-application-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.pk-application-card {
  overflow: hidden;
  border: 1px solid var(--pk-line);
  border-radius: 28px;
  background: var(--pk-white);
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.07);
}

.pk-application-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.pk-application-card div {
  padding: 24px;
}

.pk-colour-section {
  border-radius: 36px;
  background: var(--pk-light);
}

.pk-colour-header {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 32px;
  align-items: end;
  margin-bottom: 34px;
}

.pk-colour-header p {
  margin: 0;
  color: var(--pk-muted);
  font-size: 17px;
}

.pk-colour-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.pk-colour-card {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  border-radius: 30px;
  background: var(--pk-dark);
  box-shadow: 0 14px 40px rgba(17, 24, 39, 0.11);
}

.pk-colour-card img {
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  opacity: 0.92;
}

.pk-colour-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(17, 24, 39, 0.78) 100%);
}

.pk-colour-content {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  color: var(--pk-white);
}

.pk-colour-content h3 {
  color: var(--pk-white);
  font-size: 26px;
}

.pk-colour-content p {
  color: rgba(255, 255, 255, 0.84);
}

.pk-detail-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 46px;
  align-items: center;
  padding: 70px 22px;
}

.pk-detail-image {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--pk-shadow);
}

.pk-detail-image img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.pk-detail-content p {
  margin: 18px 0 0;
  color: var(--pk-muted);
  font-size: 17px;
}

.pk-check-list {
  display: grid;
  gap: 13px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.pk-check-list li {
  position: relative;
  padding-left: 34px;
  color: var(--pk-dark);
  font-weight: 700;
}

.pk-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--pk-dark);
  color: var(--pk-white);
  font-size: 13px;
  line-height: 1;
}

.pk-buying-guide {
  border-radius: 36px;
  background: linear-gradient(135deg, #111827, #2c3038);
  color: var(--pk-white);
}

.pk-buying-guide .pk-section-heading h2,
.pk-buying-guide .pk-section-heading .pk-eyebrow {
  color: var(--pk-white);
}

.pk-buying-guide .pk-section-heading .pk-eyebrow::before {
  background: var(--pk-white);
}

.pk-buying-guide .pk-section-heading p {
  color: rgba(255, 255, 255, 0.78);
}

.pk-guide-timeline {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.pk-guide-step {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 18px;
  align-items: start;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
}

.pk-guide-step span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--pk-white);
  color: var(--pk-dark);
  font-size: 20px;
  font-weight: 950;
}

.pk-guide-step h3 {
  color: var(--pk-white);
}

.pk-guide-step p {
  color: rgba(255, 255, 255, 0.78);
}

.pk-seo-content {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 46px;
  align-items: center;
  padding: 72px 22px;
}

.pk-seo-text p {
  margin: 18px 0 0;
  color: var(--pk-text);
  font-size: 17px;
}

.pk-seo-image-stack {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--pk-shadow);
}

.pk-seo-image-stack img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.pk-stack-note {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
}

.pk-stack-note strong {
  display: block;
  color: var(--pk-dark);
  font-size: 21px;
  line-height: 1.2;
}

.pk-stack-note span {
  display: block;
  margin-top: 6px;
  color: var(--pk-muted);
}

.pk-faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.pk-faq-list details {
  border: 1px solid var(--pk-line);
  border-radius: 18px;
  background: var(--pk-white);
  box-shadow: 0 10px 26px rgba(17, 24, 39, 0.05);
  overflow: hidden;
}

.pk-faq-list summary {
  cursor: pointer;
  padding: 20px 24px;
  color: var(--pk-dark);
  font-size: 18px;
  font-weight: 850;
  list-style: none;
}

.pk-faq-list summary::-webkit-details-marker {
  display: none;
}

.pk-faq-list summary::after {
  content: "+";
  float: right;
  color: var(--pk-sand-dark);
  font-size: 24px;
  line-height: 1;
}

.pk-faq-list details[open] summary::after {
  content: "−";
}

.pk-faq-list details p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--pk-muted);
}

.pk-cta-section {
  padding: 58px 22px 82px;
}

.pk-cta-box {
  padding: 56px 34px;
  border-radius: 36px;
  text-align: center;
  background:
    radial-gradient(circle at top left, rgba(196, 154, 98, 0.2), transparent 36%),
    var(--pk-light);
}

.pk-cta-box h2 {
  max-width: 820px;
  margin: 0 auto;
}

.pk-cta-box p {
  max-width: 720px;
  margin: 18px auto 28px;
  color: var(--pk-muted);
  font-size: 18px;
}

.pk-cta-box .pk-eyebrow {
  justify-content: center;
  color: var(--pk-sand-dark);
}

.pk-cta-box .pk-eyebrow::before {
  background: var(--pk-sand);
}

@media (max-width: 980px) {
  .pk-hero-overlay,
  .pk-intro,
  .pk-detail-section,
  .pk-seo-content,
  .pk-colour-header {
    grid-template-columns: 1fr;
  }

  .pk-benefit-strip {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 22px;
  }

  .pk-benefit-item:first-child,
  .pk-benefit-item:last-child {
    border-radius: 0;
  }

  .pk-benefit-item {
    border-radius: 18px;
  }

  .pk-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pk-feature-card,
  .pk-feature-featured {
    grid-column: span 1;
  }

  .pk-application-layout,
  .pk-colour-grid {
    grid-template-columns: 1fr;
  }

  .pk-colour-card,
  .pk-colour-card img {
    min-height: 360px;
  }
}

@media (max-width: 640px) {
  .pk-hero {
    min-height: auto;
    margin-top: 16px;
    border-radius: 28px;
  }

  .pk-hero-overlay {
    min-height: 620px;
    padding: 42px 22px;
  }

  .pk-hero-bg::after {
    background: linear-gradient(180deg, rgba(17, 24, 39, 0.84), rgba(17, 24, 39, 0.56));
  }

  .pk-hero-actions {
    flex-direction: column;
  }

  .pk-btn {
    width: 100%;
  }

  .pk-benefit-strip,
  .pk-feature-grid {
    grid-template-columns: 1fr;
  }

  .pk-intro,
  .pk-feature-section,
  .pk-application-section,
  .pk-colour-section,
  .pk-detail-section,
  .pk-buying-guide,
  .pk-seo-content,
  .pk-faq-section,
  .pk-cta-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pk-intro {
    padding-top: 54px;
  }

  .pk-section-heading,
  .pk-cta-box {
    text-align: left;
  }

  .pk-section-heading .pk-eyebrow,
  .pk-cta-box .pk-eyebrow {
    justify-content: flex-start;
  }

  .pk-guide-step {
    grid-template-columns: 1fr;
  }

  .pk-cta-box {
    padding: 34px 22px;
    border-radius: 26px;
  }
}
/* Fix Picket Fence Buying Guide Layout */
.pk-buying-guide {
  padding-top: 54px;
  padding-bottom: 58px;
}

.pk-guide-timeline {
  max-width: 1120px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.pk-guide-step {
  display: block;
  padding: 26px 22px;
  min-height: auto;
  border-radius: 24px;
}

.pk-guide-step span {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
}

.pk-guide-step h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.pk-guide-step p {
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .pk-guide-timeline {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .pk-buying-guide {
    padding-top: 42px;
    padding-bottom: 44px;
  }

  .pk-guide-timeline {
    grid-template-columns: 1fr;
  }

  .pk-guide-step {
    padding: 22px;
  }
}