/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 13 2026 | 13:29:13 */
.est-shl-page {
  --est-shl-dark: #0b1118;
  --est-shl-dark-2: #182331;
  --est-shl-text: #17202a;
  --est-shl-muted: #5f6b77;
  --est-shl-soft: #f4f7f8;
  --est-shl-line: #dce4e8;
  --est-shl-accent: #d4af37;
  --est-shl-accent-dark: #a88219;
  --est-shl-white: #ffffff;
  --est-shl-shadow: 0 18px 55px rgba(17, 24, 39, 0.12);
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 18px 54px;
  color: var(--est-shl-text);
  font-family: inherit;
}

.est-shl-page * {
  box-sizing: border-box;
}

.est-shl-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.est-shl-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 28px;
  align-items: stretch;
  padding: clamp(24px, 4vw, 46px);
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(212, 175, 55, 0.34), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(255, 255, 255, 0.12), transparent 24%),
    linear-gradient(135deg, #081018 0%, #182535 55%, #0c1118 100%);
  box-shadow: var(--est-shl-shadow);
}

.est-shl-hero::after {
  content: "Aluminum Shelter";
  position: absolute;
  right: -32px;
  bottom: 12px;
  font-size: clamp(36px, 7vw, 92px);
  font-weight: 950;
  letter-spacing: -0.06em;
  color: rgba(255, 255, 255, 0.045);
  pointer-events: none;
  white-space: nowrap;
}

.est-shl-hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(10px, 2vw, 18px);
}

.est-shl-eyebrow,
.est-shl-kicker {
  margin: 0 0 10px;
  color: var(--est-shl-accent);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.est-shl-hero h1 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 950;
}

.est-shl-hero-text {
  max-width: 760px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.72;
}

.est-shl-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
}

.est-shl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.est-shl-btn:hover {
  transform: translateY(-2px);
}

.est-shl-btn-primary {
  color: #161616 !important;
  background: linear-gradient(135deg, var(--est-shl-accent), #f6dd7d);
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.24);
}

.est-shl-btn-secondary {
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.est-shl-stat-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 820px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
}

.est-shl-stat-strip div {
  padding: 16px 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.est-shl-stat-strip div:last-child {
  border-right: 0;
}

.est-shl-stat-strip strong {
  display: block;
  margin-bottom: 3px;
  color: #ffffff;
  font-size: 18px;
}

.est-shl-stat-strip span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.est-shl-hero-image {
  position: relative;
  z-index: 1;
  min-width: 0;
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.est-shl-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.est-shl-hero-image figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 14px 16px;
  border-radius: 18px;
  color: #17202a;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  font-size: 13px;
  line-height: 1.5;
}

.est-shl-anchor-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 34px;
  padding: 12px;
  border-radius: 999px;
  background: var(--est-shl-soft);
  border: 1px solid var(--est-shl-line);
}

.est-shl-anchor-nav a {
  flex: 1 1 auto;
  min-width: max-content;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--est-shl-text) !important;
  text-align: center;
  font-weight: 800;
  text-decoration: none !important;
  background: #ffffff;
  border: 1px solid transparent;
}

.est-shl-anchor-nav a:hover {
  border-color: var(--est-shl-accent);
  color: var(--est-shl-accent-dark) !important;
}

.est-shl-section {
  margin-top: 38px;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: var(--est-shl-shadow);
  border: 1px solid rgba(220, 228, 232, 0.9);
}

.est-shl-section-head {
  max-width: 860px;
  margin-bottom: 26px;
}

.est-shl-section h2,
.est-shl-feature-band h2,
.est-shl-cta h2 {
  margin: 0 0 12px;
  color: var(--est-shl-text);
  font-size: clamp(26px, 3.4vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.035em;
  font-weight: 950;
}

.est-shl-section h3,
.est-shl-feature-band h3 {
  margin: 0 0 10px;
  color: var(--est-shl-text);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
}

.est-shl-section p,
.est-shl-section li,
.est-shl-feature-band p,
.est-shl-cta p {
  color: var(--est-shl-muted);
  font-size: 16px;
  line-height: 1.75;
}

.est-shl-type-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.est-shl-type-card {
  position: relative;
  min-width: 0;
  padding: 24px 20px 22px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 251, 0.96));
  border: 1px solid var(--est-shl-line);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.est-shl-type-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.55);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.1);
}

.est-shl-type-card span {
  display: inline-flex;
  margin-bottom: 18px;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: #161616;
  background: linear-gradient(135deg, var(--est-shl-accent), #f6dd7d);
  font-weight: 950;
}

.est-shl-type-card p {
  margin-bottom: 0;
  font-size: 15px;
}

.est-shl-feature-band {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: 0;
  margin-top: 38px;
  border-radius: 30px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: var(--est-shl-shadow);
  border: 1px solid rgba(220, 228, 232, 0.9);
}

.est-shl-feature-copy {
  padding: clamp(26px, 4vw, 46px);
  align-self: center;
}

.est-shl-benefit-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.est-shl-benefit-list div {
  position: relative;
  padding: 15px 16px 15px 46px;
  border-radius: 18px;
  background: var(--est-shl-soft);
  border: 1px solid var(--est-shl-line);
}

.est-shl-benefit-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-shl-accent);
  font-weight: 950;
  font-size: 13px;
}

.est-shl-benefit-list strong {
  display: block;
  margin-bottom: 2px;
  color: var(--est-shl-text);
}

.est-shl-benefit-list span {
  color: var(--est-shl-muted);
  line-height: 1.55;
}

.est-shl-feature-image {
  position: relative;
  min-height: 480px;
  margin: 0;
  overflow: hidden;
  background: #eef2f4;
}

.est-shl-feature-image::after,
.est-shl-showcase figure::after {
  content: "EStar";
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(17, 20, 24, 0.42);
  backdrop-filter: blur(8px);
}

.est-shl-feature-image img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
}

.est-shl-showcase {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: repeat(2, minmax(260px, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.est-shl-showcase figure {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
  background: #111418;
  border: 1px solid var(--est-shl-line);
  box-shadow: var(--est-shl-shadow);
}

.est-shl-showcase-main {
  grid-row: span 2;
}

.est-shl-showcase img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  opacity: 0.9;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.est-shl-showcase figure:hover img {
  transform: scale(1.04);
  opacity: 0.78;
}

.est-shl-showcase figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 60px 20px 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.6;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.84));
}

.est-shl-showcase figcaption strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 20px;
}

.est-shl-two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 20px;
  background: transparent;
  box-shadow: none;
  border: 0;
  padding: 0;
}

.est-shl-panel,
.est-shl-panel-list {
  border-radius: 26px;
  box-shadow: var(--est-shl-shadow);
}

.est-shl-panel {
  padding: clamp(26px, 4vw, 42px);
}

.est-shl-panel-dark {
  background:
    radial-gradient(circle at 18% 14%, rgba(212, 175, 55, 0.22), transparent 32%),
    linear-gradient(135deg, var(--est-shl-dark), var(--est-shl-dark-2));
}

.est-shl-panel-dark h2 {
  color: #ffffff;
}

.est-shl-panel-dark p {
  color: rgba(255, 255, 255, 0.76);
}

.est-shl-panel-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: var(--est-shl-line);
  border: 1px solid var(--est-shl-line);
}

.est-shl-panel-list div {
  padding: 24px;
  background: #ffffff;
}

.est-shl-panel-list p {
  margin-bottom: 0;
  font-size: 15px;
}

.est-shl-table-wrap {
  overflow-x: auto;
  border-radius: 20px;
  border: 1px solid var(--est-shl-line);
}

.est-shl-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #ffffff;
}

.est-shl-table th,
.est-shl-table td {
  padding: 16px 18px;
  text-align: left;
  border-bottom: 1px solid var(--est-shl-line);
  vertical-align: top;
}

.est-shl-table th {
  color: var(--est-shl-text);
  background: var(--est-shl-soft);
  font-weight: 950;
}

.est-shl-table td {
  color: var(--est-shl-muted);
  line-height: 1.6;
}

.est-shl-table tr:last-child td {
  border-bottom: 0;
}

.est-shl-category-guide {
  background: linear-gradient(180deg, #ffffff, #f8fafb);
}

.est-shl-faq details {
  border: 1px solid var(--est-shl-line);
  border-radius: 18px;
  background: #ffffff;
  overflow: hidden;
}

.est-shl-faq details + details {
  margin-top: 12px;
}

.est-shl-faq summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--est-shl-text);
  font-weight: 950;
  list-style: none;
}

.est-shl-faq summary::-webkit-details-marker {
  display: none;
}

.est-shl-faq summary::after {
  content: "+";
  float: right;
  color: var(--est-shl-accent-dark);
  font-size: 22px;
  line-height: 1;
}

.est-shl-faq details[open] summary::after {
  content: "−";
}

.est-shl-faq details p {
  margin: 0;
  padding: 0 20px 20px;
}

.est-shl-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 82% 18%, rgba(212, 175, 55, 0.25), transparent 30%),
    linear-gradient(135deg, #081018, #172332);
  color: #ffffff;
  box-shadow: var(--est-shl-shadow);
}

.est-shl-cta h2 {
  color: #ffffff;
}

.est-shl-cta p {
  max-width: 800px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

@media (max-width: 1100px) {
  .est-shl-type-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .est-shl-showcase {
    grid-template-columns: 1fr 1fr;
  }

  .est-shl-showcase-main {
    grid-row: span 1;
  }
}

@media (max-width: 980px) {
  .est-shl-hero,
  .est-shl-feature-band,
  .est-shl-two-column,
  .est-shl-cta {
    grid-template-columns: 1fr;
  }

  .est-shl-hero-image img {
    min-height: 360px;
  }

  .est-shl-feature-image,
  .est-shl-feature-image img {
    min-height: 360px;
  }

  .est-shl-cta .est-shl-btn {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .est-shl-page {
    padding-left: 12px;
    padding-right: 12px;
  }

  .est-shl-hero {
    padding: 24px 18px;
    border-radius: 24px;
  }

  .est-shl-stat-strip,
  .est-shl-type-row,
  .est-shl-showcase,
  .est-shl-panel-list {
    grid-template-columns: 1fr;
  }

  .est-shl-stat-strip div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .est-shl-stat-strip div:last-child {
    border-bottom: 0;
  }

  .est-shl-anchor-nav {
    border-radius: 22px;
  }

  .est-shl-anchor-nav a {
    min-width: 46%;
  }

  .est-shl-section,
  .est-shl-cta {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .est-shl-two-column {
    padding: 0;
  }
}

