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