/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 13 2026 | 13:21:22 */
.est-per-page {
  --est-per-dark: #0d1117;
  --est-per-dark-2: #18212b;
  --est-per-text: #17202a;
  --est-per-muted: #5f6b77;
  --est-per-soft: #f4f7f8;
  --est-per-line: #dce4e8;
  --est-per-accent: #d4af37;
  --est-per-accent-dark: #a88219;
  --est-per-white: #ffffff;
  --est-per-radius: 24px;
  --est-per-shadow: 0 18px 55px rgba(17, 24, 39, 0.12);
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 18px 54px;
  color: var(--est-per-text);
  font-family: inherit;
}

.est-per-page * {
  box-sizing: border-box;
}

.est-per-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

.est-per-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 34px;
  align-items: center;
  padding: clamp(28px, 5vw, 58px);
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 16%, rgba(212, 175, 55, 0.32), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(135deg, #081018 0%, #172332 54%, #0b0f14 100%);
  color: var(--est-per-white);
  box-shadow: var(--est-per-shadow);
}

.est-per-hero::after {
  content: "Aluminum Pergola";
  position: absolute;
  right: -36px;
  bottom: 18px;
  font-size: clamp(36px, 7vw, 96px);
  font-weight: 900;
  letter-spacing: -0.055em;
  color: rgba(255, 255, 255, 0.04);
  pointer-events: none;
  white-space: nowrap;
}

.est-per-hero-content {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.est-per-eyebrow,
.est-per-kicker {
  margin: 0 0 10px;
  color: var(--est-per-accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.est-per-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-per-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-per-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.est-per-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-per-btn:hover {
  transform: translateY(-2px);
}

.est-per-btn-primary {
  background: linear-gradient(135deg, var(--est-per-accent), #f6dd7d);
  color: #161616 !important;
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.24);
}

.est-per-btn-secondary {
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.est-per-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
}

.est-per-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-per-trust-row strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 22px;
}

.est-per-trust-row span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.est-per-hero-image {
  position: relative;
  z-index: 1;
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
  min-width: 0;
}

.est-per-hero-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.est-per-hero-image figcaption {
  padding: 13px 16px;
  color: var(--est-per-text);
  font-size: 13px;
  line-height: 1.5;
  background: #ffffff;
}

.est-per-anchor-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 34px;
  padding: 12px;
  border-radius: 999px;
  background: var(--est-per-soft);
  border: 1px solid var(--est-per-line);
}

.est-per-anchor-nav a {
  flex: 1 1 auto;
  min-width: max-content;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--est-per-text) !important;
  text-align: center;
  font-weight: 750;
  text-decoration: none !important;
  background: #ffffff;
  border: 1px solid transparent;
}

.est-per-anchor-nav a:hover {
  border-color: var(--est-per-accent);
  color: var(--est-per-accent-dark) !important;
}

.est-per-section {
  margin-top: 38px;
  padding: clamp(24px, 4vw, 42px);
  border-radius: var(--est-per-radius);
  background: #ffffff;
  box-shadow: var(--est-per-shadow);
  border: 1px solid rgba(220, 228, 232, 0.9);
}

.est-per-section-head {
  max-width: 860px;
  margin-bottom: 26px;
}

.est-per-section h2,
.est-per-cta h2 {
  margin: 0 0 12px;
  color: var(--est-per-text);
  font-size: clamp(26px, 3.4vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.035em;
  font-weight: 900;
}

.est-per-section h3 {
  margin: 0 0 10px;
  color: var(--est-per-text);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 850;
}

.est-per-section p,
.est-per-section li,
.est-per-cta p {
  color: var(--est-per-muted);
  font-size: 16px;
  line-height: 1.75;
}

.est-per-style-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.est-per-style-card {
  min-width: 0;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fafb 100%);
  border: 1px solid var(--est-per-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-per-style-card-large {
  grid-column: span 2;
}

.est-per-style-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.55);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.12);
}

.est-per-style-card figure {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  background: #eef2f4;
}

.est-per-style-card figure::after,
.est-per-feature-image::after,
.est-per-showcase 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-per-style-card img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.est-per-style-card:hover img {
  transform: scale(1.04);
}

.est-per-card-body {
  min-width: 0;
  padding: 20px;
}

.est-per-card-body h3,
.est-per-card-body p {
  overflow-wrap: break-word;
}

.est-per-card-tag {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.14);
  color: var(--est-per-accent-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.est-per-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 430px);
  gap: 28px;
  align-items: center;
}

.est-per-check-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.est-per-check-list div {
  position: relative;
  padding: 16px 16px 16px 48px;
  border-radius: 18px;
  background: var(--est-per-soft);
  border: 1px solid var(--est-per-line);
}

.est-per-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-per-accent);
  font-weight: 900;
  font-size: 13px;
}

.est-per-check-list strong {
  display: block;
  margin-bottom: 3px;
  color: var(--est-per-text);
}

.est-per-check-list span {
  color: var(--est-per-muted);
  line-height: 1.55;
}

.est-per-feature-image {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: var(--est-per-shadow);
  min-width: 0;
}

.est-per-feature-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.est-per-showcase {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 18px;
  margin-top: 38px;
}

.est-per-showcase figure {
  position: relative;
  margin: 0;
  min-height: 290px;
  border-radius: 24px;
  overflow: hidden;
  background: #111418;
  box-shadow: var(--est-per-shadow);
  border: 1px solid var(--est-per-line);
}

.est-per-showcase-large {
  grid-row: span 2;
}

.est-per-showcase img {
  width: 100%;
  height: 100%;
  min-height: 290px;
  object-fit: cover;
  opacity: 0.88;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.est-per-showcase figure:hover img {
  transform: scale(1.04);
  opacity: 0.78;
}

.est-per-showcase figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 54px 18px 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.6;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.82));
}

.est-per-showcase figcaption strong {
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 18px;
}

.est-per-dark-band {
  background:
    radial-gradient(circle at 15% 15%, rgba(212, 175, 55, 0.22), transparent 30%),
    linear-gradient(135deg, var(--est-per-dark), var(--est-per-dark-2));
  color: #ffffff;
}

.est-per-dark-band h2,
.est-per-dark-band h3 {
  color: #ffffff;
}

.est-per-dark-band p {
  color: rgba(255, 255, 255, 0.76);
}

.est-per-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.est-per-mini-grid article {
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.est-per-table-wrap {
  overflow-x: auto;
  border-radius: 20px;
  border: 1px solid var(--est-per-line);
}

.est-per-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #ffffff;
}

.est-per-table th,
.est-per-table td {
  padding: 16px 18px;
  text-align: left;
  border-bottom: 1px solid var(--est-per-line);
  vertical-align: top;
}

.est-per-table th {
  color: var(--est-per-text);
  background: var(--est-per-soft);
  font-weight: 900;
}

.est-per-table td {
  color: var(--est-per-muted);
  line-height: 1.6;
}

.est-per-table tr:last-child td {
  border-bottom: 0;
}

.est-per-category-guide {
  background: linear-gradient(180deg, #ffffff, #f8fafb);
}

.est-per-faq details {
  border: 1px solid var(--est-per-line);
  border-radius: 18px;
  background: #ffffff;
  overflow: hidden;
}

.est-per-faq details + details {
  margin-top: 12px;
}

.est-per-faq summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--est-per-text);
  font-weight: 900;
  list-style: none;
}

.est-per-faq summary::-webkit-details-marker {
  display: none;
}

.est-per-faq summary::after {
  content: "+";
  float: right;
  color: var(--est-per-accent-dark);
  font-size: 22px;
  line-height: 1;
}

.est-per-faq details[open] summary::after {
  content: "−";
}

.est-per-faq details p {
  margin: 0;
  padding: 0 20px 20px;
}

.est-per-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, #081018, #172332);
  color: #ffffff;
  box-shadow: var(--est-per-shadow);
}

.est-per-cta h2 {
  color: #ffffff;
}

.est-per-cta p {
  max-width: 780px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

@media (max-width: 1100px) {
  .est-per-style-grid,
  .est-per-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .est-per-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .est-per-style-card-large {
    grid-column: span 1;
  }
}

@media (max-width: 980px) {
  .est-per-hero,
  .est-per-split,
  .est-per-cta {
    grid-template-columns: 1fr;
  }

  .est-per-cta .est-per-btn {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .est-per-page {
    padding-left: 12px;
    padding-right: 12px;
  }

  .est-per-hero {
    padding: 26px 18px;
    border-radius: 24px;
  }

  .est-per-trust-row,
  .est-per-style-grid,
  .est-per-mini-grid,
  .est-per-showcase {
    grid-template-columns: 1fr;
  }

  .est-per-showcase-large {
    grid-row: span 1;
  }

  .est-per-anchor-nav {
    border-radius: 22px;
  }

  .est-per-anchor-nav a {
    min-width: 46%;
  }

  .est-per-section,
  .est-per-cta {
    padding: 24px 18px;
    border-radius: 22px;
  }
}

/* Fix Aluminum Pergola Styles card layout */
.est-per-style-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.est-per-style-card,
.est-per-style-card-large {
  grid-column: auto !important;
  min-width: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.est-per-style-card figure,
.est-per-style-card-large figure {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  background: #eef2f4;
  flex: 0 0 auto;
}

.est-per-style-card img,
.est-per-style-card-large img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

.est-per-card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 20px;
}

.est-per-card-body h3 {
  min-height: 52px;
}

.est-per-card-body p {
  margin-bottom: 0;
}

@media (max-width: 1100px) {
  .est-per-style-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .est-per-style-grid {
    grid-template-columns: 1fr;
  }

  .est-per-card-body h3 {
    min-height: auto;
  }
}