/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 12 2026 | 09:57:29 */
.estar-batten-fence-page,
.estar-batten-fence-page * {
  box-sizing: border-box;
}

.estar-batten-fence-page {
  --bt-dark: #111827;
  --bt-text: #374151;
  --bt-muted: #6b7280;
  --bt-light: #f6f5f1;
  --bt-soft: #eef0eb;
  --bt-line: #e5e7eb;
  --bt-bronze: #b6844b;
  --bt-bronze-dark: #8a6334;
  --bt-white: #ffffff;
  --bt-radius: 24px;
  --bt-shadow: 0 18px 50px rgba(17, 24, 39, 0.12);
  color: var(--bt-text);
  font-family: inherit;
  line-height: 1.65;
}

.estar-batten-fence-page img {
  width: 100%;
  display: block;
  height: auto;
}

.estar-batten-fence-page a {
  text-decoration: none;
}

.bt-hero,
.bt-intro,
.bt-split-section,
.bt-gallery-section,
.bt-performance-section,
.bt-colour-section,
.bt-buying-guide,
.bt-seo-content,
.bt-faq-section,
.bt-cta-section {
  max-width: 1200px;
  margin: 0 auto;
}

.bt-hero {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 44px;
  align-items: center;
  padding: 70px 22px 58px;
}

.bt-hero-content {
  max-width: 640px;
}

.bt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--bt-bronze-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.bt-eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--bt-bronze);
  border-radius: 999px;
}

.bt-hero h1,
.bt-section-heading h2,
.bt-split-content h2,
.bt-performance-card h2,
.bt-seo-text h2,
.bt-cta-content h2 {
  margin: 0;
  color: var(--bt-dark);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.bt-hero h1 {
  font-size: clamp(38px, 6vw, 72px);
  max-width: 760px;
}

.bt-hero p {
  margin: 24px 0 0;
  max-width: 620px;
  color: var(--bt-text);
  font-size: 18px;
}

.bt-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.bt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.bt-btn:hover {
  transform: translateY(-2px);
}

.bt-btn-primary {
  background: var(--bt-dark);
  color: var(--bt-white);
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.22);
}

.bt-btn-primary:hover {
  background: #000000;
  color: var(--bt-white);
}

.bt-btn-secondary {
  background: var(--bt-soft);
  color: var(--bt-dark);
}

.bt-btn-secondary:hover {
  background: #e4e7df;
  color: var(--bt-dark);
}

.bt-hero-image {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--bt-shadow);
  background: var(--bt-soft);
}

.bt-hero-image img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.bt-image-badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  display: grid;
  gap: 2px;
  padding: 15px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.14);
}

.bt-image-badge strong {
  color: var(--bt-muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bt-image-badge span {
  color: var(--bt-dark);
  font-size: 20px;
  font-weight: 900;
}

.bt-intro,
.bt-gallery-section,
.bt-colour-section,
.bt-buying-guide,
.bt-faq-section {
  padding: 58px 22px;
}

.bt-section-heading {
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
}

.bt-section-heading .bt-eyebrow {
  justify-content: center;
}

.bt-section-heading h2,
.bt-split-content h2,
.bt-performance-card h2,
.bt-seo-text h2,
.bt-cta-content h2 {
  font-size: clamp(30px, 4vw, 48px);
}

.bt-section-heading p {
  margin: 16px auto 0;
  max-width: 740px;
  color: var(--bt-muted);
  font-size: 17px;
}

.bt-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.bt-feature-card,
.bt-step-card {
  padding: 26px;
  border: 1px solid var(--bt-line);
  border-radius: var(--bt-radius);
  background: var(--bt-white);
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.05);
}

.bt-feature-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--bt-light);
  color: var(--bt-bronze-dark);
  font-weight: 900;
}

.bt-feature-card h3,
.bt-step-card h3,
.bt-colour-content h3 {
  margin: 0 0 10px;
  color: var(--bt-dark);
  font-size: 20px;
  line-height: 1.2;
}

.bt-feature-card p,
.bt-step-card p,
.bt-colour-content p {
  margin: 0;
  color: var(--bt-muted);
}

.bt-split-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 44px;
  align-items: center;
  padding: 64px 22px;
}

.bt-split-image {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--bt-shadow);
}

.bt-split-image img {
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.bt-split-content p {
  margin: 18px 0 0;
  color: var(--bt-muted);
  font-size: 17px;
}

.bt-check-list {
  display: grid;
  gap: 13px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.bt-check-list li {
  position: relative;
  padding-left: 34px;
  color: var(--bt-dark);
  font-weight: 700;
}

.bt-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(--bt-dark);
  color: var(--bt-white);
  font-size: 13px;
  line-height: 1;
}

.bt-gallery-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 20px;
}

.bt-gallery-card {
  position: relative;
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  background: var(--bt-soft);
  box-shadow: 0 14px 40px rgba(17, 24, 39, 0.09);
}

.bt-gallery-card img {
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.bt-gallery-large {
  grid-row: span 2;
}

.bt-gallery-large img {
  min-height: 580px;
}

.bt-gallery-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--bt-dark);
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.bt-performance-section {
  padding: 34px 22px 58px;
}

.bt-performance-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
  padding: 42px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top left, rgba(182, 132, 75, 0.18), transparent 35%),
    linear-gradient(135deg, #111827, #2d3138);
  color: var(--bt-white);
  overflow: hidden;
}

.bt-performance-card h2,
.bt-performance-card .bt-eyebrow {
  color: var(--bt-white);
}

.bt-performance-card .bt-eyebrow::before {
  background: var(--bt-white);
}

.bt-performance-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.bt-colour-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.bt-colour-card {
  overflow: hidden;
  border-radius: var(--bt-radius);
  background: var(--bt-white);
  border: 1px solid var(--bt-line);
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.07);
}

.bt-colour-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.bt-colour-content {
  padding: 22px;
}

.bt-buying-guide {
  border-radius: 36px;
  background: var(--bt-light);
}

.bt-step-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.bt-step-card span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--bt-bronze-dark);
  font-size: 36px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.05em;
}

.bt-seo-content {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: center;
  padding: 70px 22px;
}

.bt-seo-image {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--bt-shadow);
}

.bt-seo-image img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.bt-seo-text p {
  margin: 18px 0 0;
  color: var(--bt-text);
  font-size: 17px;
}

.bt-faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.bt-faq-list details {
  border: 1px solid var(--bt-line);
  border-radius: 18px;
  background: var(--bt-white);
  box-shadow: 0 10px 26px rgba(17, 24, 39, 0.05);
  overflow: hidden;
}

.bt-faq-list summary {
  cursor: pointer;
  padding: 20px 24px;
  color: var(--bt-dark);
  font-size: 18px;
  font-weight: 850;
  list-style: none;
}

.bt-faq-list summary::-webkit-details-marker {
  display: none;
}

.bt-faq-list summary::after {
  content: "+";
  float: right;
  color: var(--bt-bronze-dark);
  font-size: 24px;
  line-height: 1;
}

.bt-faq-list details[open] summary::after {
  content: "−";
}

.bt-faq-list details p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--bt-muted);
}

.bt-cta-section {
  padding: 58px 22px 80px;
}

.bt-cta-content {
  padding: 56px 30px;
  border-radius: 36px;
  text-align: center;
  background:
    linear-gradient(rgba(17, 24, 39, 0.78), rgba(17, 24, 39, 0.78)),
    url("https://estars.com.au/wp-content/uploads/2026/05/aluminium-batten-fence-hero-modern-home.webp") center/cover no-repeat;
  color: var(--bt-white);
}

.bt-cta-content h2,
.bt-cta-content .bt-eyebrow {
  color: var(--bt-white);
}

.bt-cta-content .bt-eyebrow {
  justify-content: center;
}

.bt-cta-content .bt-eyebrow::before {
  background: var(--bt-white);
}

.bt-cta-content p {
  max-width: 720px;
  margin: 18px auto 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
}

.bt-cta-content .bt-btn-primary {
  background: var(--bt-white);
  color: var(--bt-dark);
}

.bt-cta-content .bt-btn-primary:hover {
  background: var(--bt-light);
  color: var(--bt-dark);
}

@media (max-width: 980px) {
  .bt-hero,
  .bt-split-section,
  .bt-seo-content,
  .bt-performance-card {
    grid-template-columns: 1fr;
  }

  .bt-feature-grid,
  .bt-colour-grid,
  .bt-step-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bt-gallery-grid {
    grid-template-columns: 1fr;
  }

  .bt-gallery-large {
    grid-row: auto;
  }

  .bt-gallery-large img {
    min-height: 360px;
  }
}

@media (max-width: 640px) {
  .bt-hero {
    padding-top: 42px;
  }

  .bt-hero,
  .bt-intro,
  .bt-split-section,
  .bt-gallery-section,
  .bt-performance-section,
  .bt-colour-section,
  .bt-buying-guide,
  .bt-seo-content,
  .bt-faq-section,
  .bt-cta-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bt-feature-grid,
  .bt-colour-grid,
  .bt-step-grid {
    grid-template-columns: 1fr;
  }

  .bt-hero-actions {
    flex-direction: column;
  }

  .bt-btn {
    width: 100%;
  }

  .bt-performance-card,
  .bt-cta-content {
    padding: 32px 22px;
    border-radius: 26px;
  }

  .bt-gallery-card img,
  .bt-gallery-large img {
    min-height: 300px;
  }

  .bt-section-heading {
    text-align: left;
  }

  .bt-section-heading .bt-eyebrow,
  .bt-cta-content .bt-eyebrow {
    justify-content: flex-start;
  }

  .bt-cta-content {
    text-align: left;
  }
}

