/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 12 2026 | 13:22:04 */
.estar-louver-fence-page,
.estar-louver-fence-page * {
  box-sizing: border-box;
}

.estar-louver-fence-page {
  --lv-dark: #111827;
  --lv-text: #374151;
  --lv-muted: #6b7280;
  --lv-light: #f6f4ef;
  --lv-soft: #eef1ec;
  --lv-line: #e5e7eb;
  --lv-oak: #b9844a;
  --lv-oak-dark: #825c2f;
  --lv-white: #ffffff;
  --lv-radius: 24px;
  --lv-shadow: 0 18px 50px rgba(17, 24, 39, 0.12);
  color: var(--lv-text);
  font-family: inherit;
  line-height: 1.65;
}

.estar-louver-fence-page img {
  width: 100%;
  display: block;
  height: auto;
}

.estar-louver-fence-page a {
  text-decoration: none;
}

.lv-hero,
.lv-key-strip,
.lv-intro-section,
.lv-style-section,
.lv-benefit-section,
.lv-application-section,
.lv-colour-section,
.lv-performance-section,
.lv-buying-guide,
.lv-seo-section,
.lv-faq-section,
.lv-cta-section {
  max-width: 1200px;
  margin: 0 auto;
}

.lv-hero {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 42px;
  align-items: center;
  padding: 70px 22px 44px;
}

.lv-hero-content {
  max-width: 650px;
}

.lv-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--lv-oak-dark);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.lv-eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: var(--lv-oak);
}

.lv-hero h1,
.lv-intro-content h2,
.lv-section-heading h2,
.lv-application-content h2,
.lv-colour-heading h2,
.lv-performance-content h2,
.lv-seo-content h2,
.lv-cta-box h2 {
  margin: 0;
  color: var(--lv-dark);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.lv-hero h1 {
  font-size: clamp(38px, 6vw, 72px);
}

.lv-hero p {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--lv-text);
  font-size: 18px;
}

.lv-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.lv-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;
}

.lv-btn:hover {
  transform: translateY(-2px);
}

.lv-btn-primary {
  background: var(--lv-dark);
  color: var(--lv-white);
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.22);
}

.lv-btn-primary:hover {
  background: #000000;
  color: var(--lv-white);
}

.lv-btn-secondary {
  background: var(--lv-soft);
  color: var(--lv-dark);
}

.lv-btn-secondary:hover {
  background: #e4e7df;
  color: var(--lv-dark);
}

.lv-hero-visual {
  position: relative;
  border-radius: 36px;
  overflow: hidden;
  min-height: 560px;
  background: var(--lv-soft);
  box-shadow: var(--lv-shadow);
}

.lv-hero-visual::before {
  content: "";
  position: absolute;
  inset: 22px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 26px;
  pointer-events: none;
}

.lv-hero-visual img {
  height: 560px;
  object-fit: cover;
}

.lv-floating-card {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 3;
  display: grid;
  gap: 4px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.14);
}

.lv-floating-card strong {
  color: var(--lv-dark);
  font-size: 24px;
  line-height: 1.15;
}

.lv-floating-card span {
  color: var(--lv-muted);
}

.lv-key-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 0 22px 58px;
}

.lv-key-strip div {
  padding: 22px;
  border-radius: 22px;
  background: var(--lv-light);
  border: 1px solid var(--lv-line);
}

.lv-key-strip strong {
  display: block;
  color: var(--lv-dark);
  font-size: 18px;
}

.lv-key-strip span {
  display: block;
  margin-top: 6px;
  color: var(--lv-muted);
  font-size: 14px;
}

.lv-intro-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 46px;
  align-items: center;
  padding: 62px 22px;
}

.lv-intro-image {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--lv-shadow);
}

.lv-intro-image img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.lv-intro-content h2,
.lv-section-heading h2,
.lv-application-content h2,
.lv-colour-heading h2,
.lv-performance-content h2,
.lv-seo-content h2,
.lv-cta-box h2 {
  font-size: clamp(30px, 4vw, 48px);
}

.lv-intro-content p,
.lv-application-content p,
.lv-performance-content p,
.lv-seo-content p {
  margin: 18px 0 0;
  color: var(--lv-muted);
  font-size: 17px;
}

.lv-style-section,
.lv-benefit-section,
.lv-colour-section,
.lv-buying-guide,
.lv-faq-section {
  padding: 58px 22px;
}

.lv-section-heading {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.lv-section-heading .lv-eyebrow {
  justify-content: center;
}

.lv-section-heading p {
  max-width: 760px;
  margin: 16px auto 0;
  color: var(--lv-muted);
  font-size: 17px;
}

.lv-style-grid {
  display: grid;
  gap: 22px;
}

.lv-style-card {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 0;
  overflow: hidden;
  border-radius: 32px;
  background: var(--lv-white);
  border: 1px solid var(--lv-line);
  box-shadow: 0 14px 40px rgba(17, 24, 39, 0.08);
}

.lv-style-card:nth-child(even) .lv-style-image {
  order: 2;
}

.lv-style-image img {
  height: 100%;
  min-height: 380px;
  object-fit: cover;
}

.lv-style-content {
  padding: 38px;
}

.lv-style-content span,
.lv-benefit-card span,
.lv-guide-card span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--lv-dark);
  color: var(--lv-white);
  font-weight: 900;
}

.lv-style-content h3,
.lv-benefit-card h3,
.lv-guide-card h3,
.lv-colour-card h3 {
  margin: 0 0 12px;
  color: var(--lv-dark);
  font-size: 22px;
  line-height: 1.2;
}

.lv-style-content p,
.lv-benefit-card p,
.lv-guide-card p,
.lv-colour-card p {
  margin: 0;
  color: var(--lv-muted);
}

.lv-style-content ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.lv-style-content li {
  position: relative;
  padding-left: 28px;
  color: var(--lv-dark);
  font-weight: 700;
}

.lv-style-content li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--lv-oak-dark);
  font-weight: 950;
}

.lv-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.lv-benefit-card,
.lv-guide-card {
  padding: 26px;
  border-radius: var(--lv-radius);
  background: var(--lv-white);
  border: 1px solid var(--lv-line);
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.05);
}

.lv-application-section {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 46px;
  align-items: center;
  padding: 70px 22px;
}

.lv-application-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.lv-application-list div {
  padding: 20px;
  border-radius: 20px;
  background: var(--lv-light);
  border: 1px solid var(--lv-line);
}

.lv-application-list strong {
  display: block;
  color: var(--lv-dark);
  font-size: 18px;
}

.lv-application-list span {
  display: block;
  margin-top: 6px;
  color: var(--lv-muted);
  font-size: 14px;
}

.lv-application-image {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--lv-shadow);
}

.lv-application-image img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.lv-colour-section {
  border-radius: 36px;
  background: var(--lv-light);
}

.lv-colour-heading {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}

.lv-colour-heading p {
  margin: 0;
  color: var(--lv-muted);
  font-size: 17px;
}

.lv-colour-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.lv-colour-card {
  overflow: hidden;
  border-radius: 28px;
  background: var(--lv-white);
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.08);
}

.lv-colour-card img {
  aspect-ratio: 4 / 3.2;
  object-fit: cover;
}

.lv-colour-card div {
  padding: 22px;
}

.lv-performance-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 46px;
  align-items: center;
  padding: 70px 22px;
}

.lv-performance-image {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--lv-shadow);
}

.lv-performance-image img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.lv-check-list {
  display: grid;
  gap: 13px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.lv-check-list li {
  position: relative;
  padding-left: 34px;
  color: var(--lv-dark);
  font-weight: 700;
}

.lv-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(--lv-dark);
  color: var(--lv-white);
  font-size: 13px;
  line-height: 1;
}

.lv-buying-guide {
  border-radius: 36px;
  background:
    radial-gradient(circle at top left, rgba(185, 132, 74, 0.16), transparent 35%),
    linear-gradient(135deg, #111827, #2c3138);
  color: var(--lv-white);
}

.lv-buying-guide .lv-section-heading h2,
.lv-buying-guide .lv-section-heading .lv-eyebrow {
  color: var(--lv-white);
}

.lv-buying-guide .lv-section-heading .lv-eyebrow::before {
  background: var(--lv-white);
}

.lv-buying-guide .lv-section-heading p {
  color: rgba(255, 255, 255, 0.78);
}

.lv-guide-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.lv-guide-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.lv-guide-card span {
  background: var(--lv-white);
  color: var(--lv-dark);
}

.lv-guide-card h3 {
  color: var(--lv-white);
}

.lv-guide-card p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
}

.lv-seo-section {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 46px;
  align-items: center;
  padding: 72px 22px;
}

.lv-seo-image {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--lv-shadow);
}

.lv-seo-image img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.lv-seo-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);
}

.lv-seo-note strong {
  display: block;
  color: var(--lv-dark);
  font-size: 21px;
  line-height: 1.2;
}

.lv-seo-note span {
  display: block;
  margin-top: 6px;
  color: var(--lv-muted);
}

.lv-faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.lv-faq-list details {
  border: 1px solid var(--lv-line);
  border-radius: 18px;
  background: var(--lv-white);
  box-shadow: 0 10px 26px rgba(17, 24, 39, 0.05);
  overflow: hidden;
}

.lv-faq-list summary {
  cursor: pointer;
  padding: 20px 24px;
  color: var(--lv-dark);
  font-size: 18px;
  font-weight: 850;
  list-style: none;
}

.lv-faq-list summary::-webkit-details-marker {
  display: none;
}

.lv-faq-list summary::after {
  content: "+";
  float: right;
  color: var(--lv-oak-dark);
  font-size: 24px;
  line-height: 1;
}

.lv-faq-list details[open] summary::after {
  content: "−";
}

.lv-faq-list details p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--lv-muted);
}

.lv-cta-section {
  padding: 58px 22px 82px;
}

.lv-cta-box {
  padding: 58px 34px;
  border-radius: 36px;
  text-align: center;
  background:
    linear-gradient(rgba(17, 24, 39, 0.76), rgba(17, 24, 39, 0.76)),
    url("https://estars.com.au/wp-content/uploads/2026/05/aluminium-louver-fence-hero-modern-home.webp") center/cover no-repeat;
  color: var(--lv-white);
}

.lv-cta-box h2,
.lv-cta-box .lv-eyebrow {
  color: var(--lv-white);
}

.lv-cta-box .lv-eyebrow {
  justify-content: center;
}

.lv-cta-box .lv-eyebrow::before {
  background: var(--lv-white);
}

.lv-cta-box p {
  max-width: 720px;
  margin: 18px auto 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
}

.lv-cta-box .lv-btn-primary {
  background: var(--lv-white);
  color: var(--lv-dark);
}

.lv-cta-box .lv-btn-primary:hover {
  background: var(--lv-light);
  color: var(--lv-dark);
}

@media (max-width: 980px) {
  .lv-hero,
  .lv-intro-section,
  .lv-style-card,
  .lv-application-section,
  .lv-colour-heading,
  .lv-performance-section,
  .lv-seo-section {
    grid-template-columns: 1fr;
  }

  .lv-style-card:nth-child(even) .lv-style-image {
    order: 0;
  }

  .lv-key-strip,
  .lv-benefit-grid,
  .lv-colour-grid,
  .lv-guide-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lv-hero-visual,
  .lv-hero-visual img {
    min-height: auto;
    height: auto;
  }

  .lv-hero-visual img {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 640px) {
  .lv-hero {
    padding-top: 42px;
  }

  .lv-hero,
  .lv-key-strip,
  .lv-intro-section,
  .lv-style-section,
  .lv-benefit-section,
  .lv-application-section,
  .lv-colour-section,
  .lv-performance-section,
  .lv-buying-guide,
  .lv-seo-section,
  .lv-faq-section,
  .lv-cta-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lv-key-strip,
  .lv-benefit-grid,
  .lv-application-list,
  .lv-colour-grid,
  .lv-guide-grid {
    grid-template-columns: 1fr;
  }

  .lv-hero-actions {
    flex-direction: column;
  }

  .lv-btn {
    width: 100%;
  }

  .lv-style-content,
  .lv-cta-box {
    padding: 32px 22px;
  }

  .lv-section-heading,
  .lv-cta-box {
    text-align: left;
  }

  .lv-section-heading .lv-eyebrow,
  .lv-cta-box .lv-eyebrow {
    justify-content: flex-start;
  }

  .lv-style-image img {
    min-height: 300px;
  }

  .lv-cta-box {
    border-radius: 26px;
  }
}
