.dwgrts-page .container {
  max-width: 1320px;
}

.dwgrts-hero {
  position: relative;
  overflow: hidden;
}

.dwgrts-hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 88px 6% 48px;
  background: linear-gradient(90deg, rgba(8, 22, 48, 0.82) 0%, rgba(8, 22, 48, 0.42) 52%, rgba(8, 22, 48, 0.08) 100%);
}

.dwgrts-hero-copy {
  max-width: 640px;
  color: #fff;
}

.dwgrts-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 6px 14px;
  border: 1px solid rgba(167, 139, 250, 0.45);
  border-radius: 999px;
  color: #ddd6fe;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(124, 58, 237, 0.18);
}

.dwgrts-hero-copy h1 {
  margin: 0 0 16px;
  font-size: clamp(34px, 4.8vw, 56px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0.02em;
}

.dwgrts-hero-copy h1 span {
  background: linear-gradient(135deg, #c4b5fd, #7c3aed);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dwgrts-hero-copy p {
  margin: 0;
  max-width: 560px;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.88);
}

.dwgrts-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.dwgrts-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 28px;
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(135deg, #7c3aed, #5b21b6);
  box-shadow: 0 14px 32px rgba(124, 58, 237, 0.34);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dwgrts-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(124, 58, 237, 0.42);
}

.dwgrts-btn--ghost {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: none;
}

.dwgrts-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

.dwgrts-section {
  padding: 72px 0;
}

.dwgrts-section--dark {
  color: #fff;
  background: linear-gradient(180deg, #070f1f 0%, #101b33 48%, #070f1f 100%);
}

.dwgrts-section-head {
  margin-bottom: 40px;
  text-align: center;
}

.dwgrts-section-head h2 {
  position: relative;
  display: inline-block;
  margin: 0 0 12px;
  padding-bottom: 14px;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 900;
  letter-spacing: 0.04em;
}

.dwgrts-section-head h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 72px;
  height: 3px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, #a78bfa, transparent);
}

.dwgrts-section-head p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.8;
}

.dwgrts-section--light .dwgrts-section-head p {
  color: #667085;
}

.dwgrts-section--light .dwgrts-section-head h2 {
  color: #111827;
}

.dwgrts-zoomable {
  cursor: pointer;
}

.dwgrts-intro-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.dwgrts-intro-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 900;
  color: #fff;
}

.dwgrts-intro-copy p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.85;
}

.dwgrts-intro-copy p strong {
  color: #ddd6fe;
}

.dwgrts-intro-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.dwgrts-intro-badges span {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(167, 139, 250, 0.28);
  background: rgba(124, 58, 237, 0.12);
  color: #ddd6fe;
  font-size: 13px;
  font-weight: 600;
}

.dwgrts-media-frame {
  padding: clamp(14px, 2vw, 20px);
  border: 1px solid rgba(167, 139, 250, 0.22);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(124, 58, 237, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
}

.dwgrts-media-frame img {
  border-radius: 10px;
}

.dwgrts-feature-list {
  display: grid;
  gap: 28px;
}

.dwgrts-feature-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 3vw, 40px);
  align-items: center;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(167, 139, 250, 0.16);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.1) 0%, rgba(255, 255, 255, 0.03) 100%);
}

.dwgrts-feature-item.reverse {
  direction: rtl;
}

.dwgrts-feature-item.reverse > * {
  direction: ltr;
}

.dwgrts-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 12px;
  font-size: 22px;
  background: rgba(124, 58, 237, 0.18);
}

.dwgrts-feature-content h3 {
  margin: 0 0 12px;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 800;
}

.dwgrts-feature-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
  font-size: clamp(14px, 1vw, 16px);
}

.dwgrts-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 18px);
}

.dwgrts-gallery img {
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.dwgrts-gallery img:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(124, 58, 237, 0.24);
}

.dwgrts-use-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 22px);
}

.dwgrts-use-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #e8ebf0;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.dwgrts-use-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(124, 58, 237, 0.12);
}

.dwgrts-use-card__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f3f4f6;
}

.dwgrts-use-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.dwgrts-use-card__body {
  flex: 1;
  padding: 22px 22px 24px;
}

.dwgrts-use-card__body h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
  color: #1f2937;
}

.dwgrts-use-card__body p {
  margin: 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.75;
}

.dwgrts-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1080;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: rgba(0, 0, 0, 0.92);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.dwgrts-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.dwgrts-lightbox__img {
  width: 82vw;
  height: 78vh;
  max-width: none;
  max-height: none;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
}

.dwgrts-lightbox__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
}

@media (max-width: 991px) {
  .dwgrts-hero-overlay {
    position: static;
    padding: 36px 24px 28px;
    background: linear-gradient(180deg, rgba(8, 22, 48, 0.92), rgba(8, 22, 48, 0.78));
  }

  .dwgrts-section {
    padding: 56px 0;
  }

  .dwgrts-intro-panel,
  .dwgrts-feature-item,
  .dwgrts-feature-item.reverse {
    grid-template-columns: 1fr;
    direction: ltr;
  }

  .dwgrts-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dwgrts-use-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .dwgrts-gallery {
    grid-template-columns: 1fr;
  }

  .dwgrts-btn {
    width: 100%;
  }
}
