/* DG B2B Elementor Widgets v1.2 */
.dg-b2b-widget,
.dg-b2b-widget * {
  box-sizing: border-box;
}

.dg-b2b-widget {
  --dg-blue: #202a92;
  --dg-title: #111111;
  --dg-text: #6d6d6d;
  --dg-muted: #999999;
  --dg-light: #f1f1f1;
  --dg-line: #d9def9;
  --dg-card: #ffffff;
  --dg-dark: #111111;
  font-family: inherit;
}

.dg-section-header {
  text-align: center;
  margin-bottom: 54px;
}

.dg-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 22px;
  color: var(--dg-blue);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.dg-section-kicker::before,
.dg-section-kicker::after {
  content: "";
  display: block;
  width: 62px;
  height: 1px;
  background: var(--dg-blue);
  opacity: .85;
}

.dg-section-heading {
  margin: 0;
  color: var(--dg-title);
  font-size: 43px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: .2px;
}

/* Application Tabs */
.dg-application-widget {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 70px 20px 50px;
  background: #ffffff;
}

.dg-app-panel {
  display: none;
  grid-template-columns: 1fr 1.08fr;
  align-items: center;
  gap: 80px;
  animation: dgFadeUp .35s ease;
}

.dg-app-panel.is-active { display: grid; }

.dg-app-text h2 {
  margin: 0 0 24px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 800;
  color: var(--dg-title);
}

.dg-app-text p,
.dg-app-desc,
.dg-recommend {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 2;
  color: var(--dg-text);
  font-weight: 400;
}

.dg-app-text p:last-child,
.dg-app-desc p:last-child,
.dg-recommend p:last-child { margin-bottom: 0; }

.dg-app-text em { color: var(--dg-blue); font-style: italic; font-weight: 700; }
.dg-spec { margin-top: 34px; }
.dg-spec h4 { margin: 0 0 8px; font-size: 16px; line-height: 1.5; color: #5a5a5a; font-weight: 700; }
.dg-spec-row { display: flex; gap: 70px; flex-wrap: wrap; margin-bottom: 8px; color: var(--dg-text); font-size: 16px; line-height: 1.8; }
.dg-spec strong,
.dg-recommend strong { font-weight: 700; color: #5a5a5a; }
.dg-app-image { width: 100%; }
.dg-app-image img { width: 100%; height: 385px; display: block; object-position: center; }
.dg-image-fit-cover img { object-fit: cover; }
.dg-image-fit-contain img { object-fit: contain; background: #ffffff; }

.dg-app-tabs {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: start;
  gap: 0;
}

.dg-app-tab {
  position: relative;
  border: none !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  padding: 0 !important;
  cursor: pointer;
  text-align: center;
  color: #111111;
  min-height: 150px;
  box-shadow: none !important;
  outline: none !important;
  appearance: none;
  -webkit-appearance: none;
}

.dg-application-widget .dg-app-tab,
.dg-application-widget .dg-app-tab:hover,
.dg-application-widget .dg-app-tab:focus,
.dg-application-widget .dg-app-tab:active,
.dg-application-widget .dg-app-tab:focus-visible {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.dg-app-tab::after {
  content: "→";
  position: absolute;
  top: 37px;
  left: calc(50% + 45px);
  width: calc(100% - 90px);
  color: var(--dg-line);
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
  pointer-events: none;
}

.dg-app-tab:last-child::after { display: none; }
.dg-tab-icon { position: relative; z-index: 2; width: 58px; height: 58px; margin: 0 auto; border-radius: 50%; background: var(--dg-light); color: #111111; display: flex; align-items: center; justify-content: center; transition: all .25s ease; }
.dg-tab-icon svg,
.dg-tab-icon i { width: 30px; height: 30px; font-size: 28px; fill: currentColor; color: currentColor; }
.dg-app-tab.is-active .dg-tab-icon { width: 92px; height: 92px; margin-top: -16px; background: var(--dg-blue) !important; color: #ffffff !important; }
.dg-app-tab.is-active .dg-tab-icon svg,
.dg-app-tab.is-active .dg-tab-icon i { width: 42px; height: 42px; font-size: 40px; }
.dg-app-tab:hover .dg-tab-icon { transform: translateY(-3px); background: var(--dg-light) !important; color: #111111 !important; }
.dg-app-tab.is-active:hover .dg-tab-icon { background: var(--dg-blue) !important; color: #ffffff !important; }
.dg-tab-title { display: block; margin-top: 13px; font-size: 17px; line-height: 1.15; font-weight: 400; color: #999999; transition: color .25s ease; }
.dg-app-tab.is-active .dg-tab-title { color: #2b2b2b; font-weight: 500; }

/* About Supplier */
.dg-about-supplier { width: 100%; max-width: 1280px; margin: 0 auto; padding: 70px 20px; background: #fff; }
.dg-about-wrap { display: grid; grid-template-columns: 1.12fr .9fr; align-items: center; gap: 90px; }
.dg-about-kicker { display: flex; align-items: center; gap: 24px; color: var(--dg-blue); font-size: 18px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 22px; }
.dg-about-kicker::before { content: ""; width: 50px; height: 2px; background: var(--dg-blue); }
.dg-about-title { margin: 0 0 34px; font-size: 42px; line-height: 1.15; color: var(--dg-title); font-weight: 900; }
.dg-about-desc { color: var(--dg-text); font-size: 17px; line-height: 1.55; }
.dg-about-desc p { margin: 0 0 24px; }
.dg-about-icon-row { display: grid; grid-template-columns: 120px 1fr; gap: 36px; align-items: center; margin: 36px 0 48px; }
.dg-about-round-icon { width: 94px; height: 94px; border: 4px solid #333; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #333; font-size: 46px; }
.dg-about-round-icon svg,
.dg-about-round-icon i { width: 52px; height: 52px; font-size: 50px; fill: currentColor; color: currentColor; }
.dg-about-icon-text { margin: 0; color: var(--dg-text); font-size: 17px; line-height: 1.55; }
.dg-about-button { display: inline-flex; align-items: center; justify-content: center; min-width: 255px; min-height: 58px; padding: 17px 28px; background: var(--dg-blue); color: #fff !important; text-decoration: none !important; font-size: 17px; font-weight: 800; box-shadow: 0 18px 30px rgba(32,42,146,.14); border: 1px solid var(--dg-blue); transition: all .25s ease; }
.dg-about-button:hover { transform: translateY(-2px); background: var(--dg-blue); color: #fff !important; }
.dg-about-image img { width: 100%; height: 520px; display: block; object-fit: cover; object-position: center; }
.dg-about-image-left .dg-about-image { order: -1; }

/* Factory Tour */
.dg-factory-tour { width: 100%; max-width: 1360px; margin: 0 auto; padding: 72px 20px 86px; background: #fff; }
.dg-tour-grid { display: grid; grid-template-columns: 1fr 2.05fr 1fr; gap: 24px; align-items: stretch; }
.dg-tour-stack { display: grid; grid-template-rows: repeat(2, 1fr); gap: 24px; }
.dg-tour-image,
.dg-tour-video { position: relative; overflow: hidden; background: #eee; min-height: 196px; }
.dg-tour-image img,
.dg-tour-video img { width: 100%; height: 100%; min-height: inherit; display: block; object-fit: cover; object-position: center; transition: transform .35s ease; }
.dg-tour-image:hover img,
.dg-tour-video:hover img { transform: scale(1.04); }
.dg-tour-video { min-height: 430px; display: block; }
.dg-tour-video::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.18); z-index: 1; }
.dg-play-button { position: absolute; z-index: 2; left: 50%; top: 50%; width: 86px; height: 86px; transform: translate(-50%, -50%); border-radius: 50%; background: rgba(255,255,255,.88); display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 30px rgba(0,0,0,.20); }
.dg-play-button::before { content: ""; margin-left: 6px; width: 0; height: 0; border-top: 17px solid transparent; border-bottom: 17px solid transparent; border-left: 25px solid var(--dg-blue); }

/* Why Choose */
.dg-why-choose { width: 100%; max-width: 1280px; margin: 0 auto; padding: 72px 20px 82px; background: #fff; }
.dg-why-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 54px 44px; }
.dg-why-card { display: grid; grid-template-columns: 1.05fr 1fr; background: #fff; box-shadow: 0 0 18px rgba(0,0,0,.08); min-height: 250px; position: relative; overflow: hidden; }
.dg-why-card::after { content: ""; position: absolute; right: -1px; bottom: -1px; border-style: solid; border-width: 0 0 42px 42px; border-color: transparent transparent #f5f5f5 transparent; }
.dg-why-image img { width: 100%; height: 100%; min-height: 250px; display: block; object-fit: cover; object-position: center; }
.dg-why-text { padding: 40px 38px; display: flex; flex-direction: column; justify-content: center; }
.dg-why-title { margin: 0 0 28px; color: var(--dg-title); font-size: 22px; line-height: 1.18; font-weight: 900; }
.dg-why-desc { margin: 0; color: var(--dg-text); font-size: 16px; line-height: 1.45; }

/* Customer Review */
.dg-customer-review { position: relative; width: 100%; padding: 82px 20px 96px; background-position: center; background-size: cover; color: #fff; overflow: hidden; }
.dg-customer-review::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.72); z-index: 0; }
.dg-customer-review > * { position: relative; z-index: 1; }
.dg-customer-review .dg-section-heading { color: #fff; }
.dg-customer-review .dg-section-kicker { color: #fff; }
.dg-customer-review .dg-section-kicker::before,
.dg-customer-review .dg-section-kicker::after { background: rgba(255,255,255,.75); }
.dg-review-container { max-width: 1150px; margin: 0 auto; }
.dg-review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; margin-top: 34px; }
.dg-review-card { position: relative; background: #fff; color: #555; text-align: center; padding: 78px 34px 34px; min-height: 225px; box-shadow: 0 15px 35px rgba(0,0,0,.22); }
.dg-review-flag { position: absolute; top: -46px; left: 50%; transform: translateX(-50%); width: 92px; height: 92px; border-radius: 50%; background: #222; padding: 8px; box-shadow: 0 8px 0 rgba(0,0,0,.65); overflow: hidden; }
.dg-review-flag img { width: 100%; height: 100%; border-radius: 50%; display: block; object-fit: cover; }
.dg-review-name { margin: 0 0 2px; color: var(--dg-blue); font-size: 18px; font-weight: 900; }
.dg-review-role { margin: 0 0 22px; color: #888; font-size: 13px; }
.dg-review-text { margin: 0; color: #777; font-size: 15px; line-height: 1.55; }

/* Latest Blog */
.dg-latest-blog { width: 100%; max-width: 1320px; margin: 0 auto; padding: 72px 20px 82px; background: #fff; }
.dg-blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.dg-blog-card { background: #fff; min-height: 330px; padding: 52px 42px 42px; box-shadow: 0 0 18px rgba(0,0,0,.08); display: flex; flex-direction: column; justify-content: space-between; }
.dg-blog-date { display: flex; align-items: center; gap: 14px; color: var(--dg-blue); font-size: 16px; margin-bottom: 26px; }
.dg-blog-date svg { width: 18px; height: 18px; fill: currentColor; }
.dg-blog-title { margin: 0; }
.dg-blog-title a { color: #333; text-decoration: none !important; font-size: 27px; line-height: 1.28; font-weight: 400; display: block; }
.dg-blog-title a:hover { color: var(--dg-blue); }
.dg-blog-button { display: inline-flex; align-items: center; justify-content: center; align-self: flex-start; min-width: 150px; min-height: 52px; padding: 12px 26px; border: 1px solid var(--dg-blue); color: var(--dg-blue) !important; background: #fff; text-decoration: none !important; font-size: 18px; transition: all .25s ease; }
.dg-blog-button:hover { background: var(--dg-blue); color: #fff !important; }
.dg-blog-empty { text-align: center; color: var(--dg-text); padding: 30px; }

/* Inquiry CTA */
.dg-inquiry-cta { width: 100%; padding: 70px 20px; background: #f6f6f6; position: relative; overflow: hidden; }
.dg-inquiry-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 1px 1fr; gap: 64px; align-items: center; position: relative; z-index: 1; }
.dg-inquiry-left { position: relative; padding-left: 210px; }
.dg-inquiry-left::before { content: "“"; position: absolute; left: 0; top: -70px; color: #e7e7e7; font-size: 210px; line-height: 1; font-family: Georgia, serif; font-weight: 900; }
.dg-inquiry-title { margin: 0; color: #050505; font-size: 36px; line-height: 1.25; font-weight: 900; }
.dg-inquiry-divider { width: 1px; height: 135px; background: #ddd; }
.dg-inquiry-text { position: relative; padding-right: 160px; }
.dg-inquiry-text::after { content: "”"; position: absolute; right: 0; bottom: -116px; color: #e7e7e7; font-size: 210px; line-height: 1; font-family: Georgia, serif; font-weight: 900; }
.dg-inquiry-desc { margin: 0 0 34px; color: var(--dg-text); font-size: 17px; line-height: 1.4; }
.dg-inquiry-button { display: inline-flex; align-items: center; justify-content: center; min-width: 280px; min-height: 58px; padding: 16px 30px; background: var(--dg-blue); color: #fff !important; text-decoration: none !important; font-weight: 800; box-shadow: 0 20px 38px rgba(32,42,146,.15); border: 1px solid var(--dg-blue); }
.dg-inquiry-button:hover { color: #fff !important; background: var(--dg-blue); transform: translateY(-2px); }

/* Footer Links */
.dg-footer-links { width: 100%; background: #111; color: #aaa; }
.dg-footer-main { max-width: 1280px; margin: 0 auto; padding: 54px 20px 46px; display: grid; grid-template-columns: 1.05fr 1.55fr 1fr 1.9fr; gap: 58px; }
.dg-footer-title { margin: 0 0 24px; color: #fff; font-size: 24px; line-height: 1.2; font-weight: 900; }
.dg-footer-list { list-style: none; padding: 0; margin: 0; }
.dg-footer-list li { margin: 0 0 12px; }
.dg-footer-list a { color: #aaa !important; text-decoration: none !important; font-size: 16px; line-height: 1.4; font-weight: 500; }
.dg-footer-list a:hover { color: #fff !important; }
.dg-footer-contact-item { display: flex; gap: 14px; margin-bottom: 14px; color: #aaa; font-size: 16px; line-height: 1.7; }
.dg-footer-contact-icon { color: #fff; min-width: 22px; display: inline-flex; align-items: flex-start; justify-content: center; padding-top: 3px; }
.dg-footer-social-title { margin: 52px 0 20px; color: #fff; font-size: 24px; font-weight: 900; }
.dg-footer-socials { display: flex; gap: 10px; flex-wrap: wrap; }
.dg-footer-social { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; background: #1f2b8f; color: #fff !important; text-decoration: none !important; }
.dg-footer-social svg,
.dg-footer-social i { width: 18px; height: 18px; font-size: 17px; fill: currentColor; color: currentColor; }
.dg-footer-bottom { background: #0b0b0b; text-align: center; padding: 22px 20px; color: #858585; font-size: 15px; letter-spacing: .2px; }

@keyframes dgFadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1024px) {
  .dg-section-heading { font-size: 36px; }
  .dg-app-panel,
  .dg-about-wrap { grid-template-columns: 1fr; gap: 35px; }
  .dg-app-image img { height: 360px; }
  .dg-app-tabs { margin-top: 50px; overflow-x: auto; grid-template-columns: repeat(6, 150px); padding-bottom: 8px; }
  .dg-about-image-left .dg-about-image { order: 0; }
  .dg-about-image img { height: 420px; }
  .dg-tour-grid { grid-template-columns: 1fr; }
  .dg-tour-stack { grid-template-columns: repeat(2, 1fr); grid-template-rows: 1fr; }
  .dg-tour-video { min-height: 380px; }
  .dg-why-grid { grid-template-columns: 1fr; gap: 28px; }
  .dg-review-grid { grid-template-columns: 1fr; gap: 70px; max-width: 500px; margin-left: auto; margin-right: auto; }
  .dg-blog-grid { grid-template-columns: 1fr; }
  .dg-inquiry-inner { grid-template-columns: 1fr; gap: 26px; }
  .dg-inquiry-divider { width: 100%; height: 1px; }
  .dg-inquiry-left { padding-left: 110px; }
  .dg-inquiry-left::before { font-size: 150px; top: -40px; }
  .dg-inquiry-text { padding-right: 110px; }
  .dg-inquiry-text::after { font-size: 150px; bottom: -86px; }
  .dg-footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; }
}

@media (max-width: 767px) {
  .dg-section-header { margin-bottom: 36px; }
  .dg-section-kicker { gap: 16px; font-size: 14px; letter-spacing: 1.2px; margin-bottom: 16px; }
  .dg-section-kicker::before,
  .dg-section-kicker::after { width: 38px; }
  .dg-section-heading { font-size: 30px; }

  .dg-application-widget { padding: 40px 15px 35px; }
  .dg-app-text h2 { font-size: 28px; margin-bottom: 18px; }
  .dg-app-text p,
  .dg-app-desc,
  .dg-recommend { font-size: 15px; line-height: 1.8; }
  .dg-spec { margin-top: 24px; }
  .dg-spec-row { gap: 12px; flex-direction: column; }
  .dg-app-image img { height: 260px; }
  .dg-app-tabs { grid-template-columns: repeat(6, 125px); margin-top: 42px; }
  .dg-app-tab { min-height: 130px; }
  .dg-app-tab::after { top: 32px; left: calc(50% + 35px); width: calc(100% - 70px); }
  .dg-tab-icon { width: 52px; height: 52px; }
  .dg-tab-icon svg,
  .dg-tab-icon i { width: 26px; height: 26px; font-size: 25px; }
  .dg-app-tab.is-active .dg-tab-icon { width: 76px; height: 76px; margin-top: -12px; }
  .dg-app-tab.is-active .dg-tab-icon svg,
  .dg-app-tab.is-active .dg-tab-icon i { width: 34px; height: 34px; font-size: 32px; }
  .dg-tab-title { font-size: 15px; }

  .dg-about-supplier { padding: 44px 15px; }
  .dg-about-kicker { font-size: 14px; gap: 16px; margin-bottom: 16px; }
  .dg-about-kicker::before { width: 38px; }
  .dg-about-title { font-size: 32px; margin-bottom: 22px; }
  .dg-about-desc { font-size: 15px; }
  .dg-about-icon-row { grid-template-columns: 1fr; gap: 18px; margin: 24px 0 34px; }
  .dg-about-round-icon { width: 78px; height: 78px; font-size: 38px; }
  .dg-about-image img { height: 300px; }
  .dg-about-button { min-width: 210px; }

  .dg-factory-tour,
  .dg-why-choose,
  .dg-latest-blog { padding: 46px 15px; }
  .dg-tour-stack { grid-template-columns: 1fr; }
  .dg-tour-video { min-height: 260px; }
  .dg-play-button { width: 68px; height: 68px; }
  .dg-play-button::before { border-top-width: 13px; border-bottom-width: 13px; border-left-width: 20px; }
  .dg-why-card { grid-template-columns: 1fr; min-height: auto; }
  .dg-why-image img { min-height: 210px; }
  .dg-why-text { padding: 28px 24px 38px; }
  .dg-why-title { margin-bottom: 18px; font-size: 20px; }
  .dg-customer-review { padding: 58px 15px 76px; }
  .dg-blog-card { min-height: 280px; padding: 34px 26px; }
  .dg-blog-title a { font-size: 23px; }
  .dg-inquiry-cta { padding: 46px 15px; }
  .dg-inquiry-left { padding-left: 0; }
  .dg-inquiry-left::before { position: static; display: block; height: 80px; font-size: 120px; }
  .dg-inquiry-title { font-size: 28px; }
  .dg-inquiry-text { padding-right: 0; }
  .dg-inquiry-text::after { display: none; }
  .dg-inquiry-button { min-width: 220px; }
  .dg-footer-main { grid-template-columns: 1fr; padding: 42px 20px 36px; }
}

/* Application Series Cards - Application page main content */
.dg-app-series {
  --dg-blue: #202a92;
  padding: 60px 20px;
  background: #ffffff;
}

.dg-app-series-inner {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}

.dg-app-series-title {
  margin: 0 0 34px;
  color: #111111;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
}

.dg-app-series-list {
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.dg-app-series-card {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
}

.dg-app-series-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0,0,0,.46);
  transition: background .25s ease;
}

.dg-app-series-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: inherit;
  background-size: cover;
  background-position: inherit;
  transform: scale(1.001);
  transition: transform .45s ease;
}

.dg-app-series-card:hover::after {
  transform: scale(1.045);
}

.dg-app-series-content {
  position: relative;
  z-index: 2;
  max-width: 470px;
  padding: 58px 36px 42px 52px;
}

.dg-app-series-card-title {
  margin: 0 0 9px;
  color: #ffffff;
  font-size: 23px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: .1px;
}

.dg-app-series-desc {
  max-width: 420px;
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 400;
  opacity: .94;
}

.dg-app-series-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 106px;
  min-height: 31px;
  padding: 8px 16px;
  background: var(--dg-blue) !important;
  color: #ffffff !important;
  border: 1px solid var(--dg-blue) !important;
  border-radius: 0;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: transform .25s ease, opacity .25s ease;
}

.dg-app-series-button:hover,
.dg-app-series-button:focus,
.dg-app-series-button:active {
  background: var(--dg-blue) !important;
  color: #ffffff !important;
  border-color: var(--dg-blue) !important;
  box-shadow: none !important;
  outline: none !important;
  transform: translateY(-2px);
  opacity: .92;
}

@media (max-width: 1024px) {
  .dg-app-series-inner { max-width: 760px; }
  .dg-app-series-card { min-height: 235px; }
}

@media (max-width: 767px) {
  .dg-app-series { padding: 42px 15px; }
  .dg-app-series-title { margin-bottom: 26px; font-size: 20px; }
  .dg-app-series-list { gap: 28px; }
  .dg-app-series-card { min-height: 230px; }
  .dg-app-series-content { max-width: 100%; padding: 38px 24px 32px; }
  .dg-app-series-card-title { font-size: 21px; }
  .dg-app-series-desc { font-size: 12px; line-height: 1.55; }
}

/* Consult CTA Banner - standalone quote call to action */
.dg-consult-cta {
  --dg-blue: #202a92;
  --dg-quote: #e7e7e7;
  width: 100%;
  padding: 70px 20px;
  background: #f6f6f6;
  position: relative;
  overflow: hidden;
}

.dg-consult-cta-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr 1px 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
}

.dg-consult-cta-left {
  position: relative;
  padding-left: 205px;
}

.dg-consult-cta-show-quotes .dg-consult-cta-left::before {
  content: "“";
  position: absolute;
  left: 0;
  top: -72px;
  color: var(--dg-quote);
  font-size: 214px;
  line-height: 1;
  font-family: Georgia, serif;
  font-weight: 900;
  pointer-events: none;
}

.dg-consult-cta-title {
  margin: 0;
  color: #050505;
  font-size: 38px;
  line-height: 1.18;
  font-weight: 900;
}

.dg-consult-cta-divider {
  width: 1px;
  height: 145px;
  background: #dddddd;
}

.dg-consult-cta-right {
  position: relative;
  padding-right: 175px;
}

.dg-consult-cta-show-quotes .dg-consult-cta-right::after {
  content: "”";
  position: absolute;
  right: 0;
  bottom: -126px;
  color: var(--dg-quote);
  font-size: 214px;
  line-height: 1;
  font-family: Georgia, serif;
  font-weight: 900;
  pointer-events: none;
}

.dg-consult-cta-desc {
  max-width: 560px;
  margin: 0 0 36px;
  color: #777777;
  font-size: 17px;
  line-height: 1.38;
  font-weight: 400;
}

.dg-consult-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  min-height: 58px;
  padding: 16px 32px;
  background: var(--dg-blue);
  color: #ffffff !important;
  text-decoration: none !important;
  border: 1px solid var(--dg-blue);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
  box-shadow: 0 20px 38px rgba(32, 42, 146, .16);
  transition: transform .25s ease, box-shadow .25s ease;
}

.dg-consult-cta-button:hover,
.dg-consult-cta-button:focus {
  color: #ffffff !important;
  background: var(--dg-blue);
  transform: translateY(-2px);
  box-shadow: 0 24px 42px rgba(32, 42, 146, .2);
}

.dg-consult-cta-no-quotes .dg-consult-cta-left,
.dg-consult-cta-no-quotes .dg-consult-cta-right {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1024px) {
  .dg-consult-cta-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .dg-consult-cta-divider {
    width: 100%;
    height: 1px;
  }

  .dg-consult-cta-left {
    padding-left: 110px;
  }

  .dg-consult-cta-show-quotes .dg-consult-cta-left::before {
    top: -42px;
    font-size: 150px;
  }

  .dg-consult-cta-right {
    padding-right: 110px;
  }

  .dg-consult-cta-show-quotes .dg-consult-cta-right::after {
    bottom: -88px;
    font-size: 150px;
  }
}

@media (max-width: 767px) {
  .dg-consult-cta {
    padding: 46px 15px;
  }

  .dg-consult-cta-left {
    padding-left: 0;
  }

  .dg-consult-cta-show-quotes .dg-consult-cta-left::before {
    position: static;
    display: block;
    height: 76px;
    font-size: 120px;
  }

  .dg-consult-cta-title {
    font-size: 28px;
  }

  .dg-consult-cta-right {
    padding-right: 0;
  }

  .dg-consult-cta-show-quotes .dg-consult-cta-right::after {
    display: none;
  }

  .dg-consult-cta-desc {
    font-size: 15px;
    margin-bottom: 26px;
  }

  .dg-consult-cta-button {
    min-width: 220px;
    min-height: 52px;
    font-size: 15px;
  }
}


/* v1.5 中文命名小部件：About 页面通用样式 */
.dg-cn-overview,
.dg-cn-stats,
.dg-cn-image-text,
.dg-cn-cert,
.dg-cn-consult {
  --dg-blue: #202a92;
  --dg-title: #050505;
  --dg-text: #666666;
  width: 100%;
  background: #fff;
}
.dg-cn-overview-inner,
.dg-cn-stats-inner,
.dg-cn-image-text-inner,
.dg-cn-cert-inner,
.dg-cn-consult-inner { max-width: 1280px; margin: 0 auto; }
.dg-cn-body,
.dg-cn-body p { color: var(--dg-text); font-size: 17px; line-height: 1.55; margin: 0 0 18px; }
.dg-cn-btn { display: inline-flex; align-items: center; justify-content: center; min-width: 260px; min-height: 58px; padding: 16px 28px; background: var(--dg-blue); border: 1px solid var(--dg-blue); color: #fff !important; text-decoration: none !important; font-size: 16px; line-height: 1.2; font-weight: 800; box-shadow: 0 16px 28px rgba(32,42,146,.12); transition: all .25s ease; }
.dg-cn-btn:hover { transform: translateY(-2px); color: #fff !important; background: var(--dg-blue); }
.dg-cn-left-kicker { display: flex; align-items: center; gap: 22px; margin: 0 0 22px; color: var(--dg-blue); font-size: 18px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.dg-cn-left-kicker::before { content:""; width: 52px; height: 2px; background: var(--dg-blue); display:block; }
.dg-cn-image-text-title { margin: 0 0 30px; color: var(--dg-title); font-size: 44px; line-height: 1.22; font-weight: 900; }
.dg-cn-overview { padding: 80px 20px; }
.dg-cn-overview-header { margin-bottom: 52px; }
.dg-cn-overview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.dg-cn-overview-text .dg-cn-btn { margin-top: 34px; }
.dg-cn-video { position: relative; display: block; overflow: hidden; background:#ddd; text-decoration:none; }
.dg-cn-video img { width: 100%; height: 290px; object-fit: cover; display:block; filter: brightness(.78); transition: transform .35s ease; }
.dg-cn-video:hover img { transform: scale(1.04); }
.dg-cn-video-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 70px; height: 50px; border-radius: 14px; background: #ff0000; box-shadow: 0 10px 28px rgba(0,0,0,.25); }
.dg-cn-video-play::before { content:""; position:absolute; left: 28px; top: 14px; border-left: 18px solid #fff; border-top: 11px solid transparent; border-bottom: 11px solid transparent; }
.dg-cn-stats { padding: 80px 0 0; }
.dg-cn-stats .dg-section-heading { white-space: pre-line; }
.dg-cn-stats-box { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding: 45px 20px 18px; }
.dg-cn-stat-item { text-align: center; padding: 0 10px 46px; }
.dg-cn-stat-number { color: var(--dg-blue); font-size: 58px; line-height: 1; font-weight: 900; letter-spacing: 1px; }
.dg-cn-stat-number span { font-size: .42em; margin-left: 6px; vertical-align: middle; }
.dg-cn-stat-label { margin-top: 22px; color:#111; font-size: 17px; line-height:1.35; }
.dg-cn-image-text { padding: 80px 20px; }
.dg-cn-image-text-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.dg-cn-image-text.dg-image-right .dg-cn-image-text-image { order: 2; }
.dg-cn-image-text.dg-image-right .dg-cn-image-text-content { order: 1; }
.dg-cn-image-text-image img { width: 100%; height: 520px; object-fit: cover; display:block; }
.dg-cn-image-text-content { min-width: 0; }
.dg-cn-cert { padding: 80px 20px; }
.dg-cn-cert .dg-section-heading { white-space: pre-line; }
.dg-cn-cert-desc { max-width: 1240px; margin: 0 auto 56px; }
.dg-cn-cert-carousel { position: relative; }
.dg-cn-cert-track { display: flex; gap: 48px; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; padding: 6px 44px 14px; }
.dg-cn-cert-track::-webkit-scrollbar { display: none; }
.dg-cn-cert-item { flex: 0 0 27%; min-width: 260px; display:flex; align-items:center; justify-content:center; }
.dg-cn-cert-item img { width: 100%; max-height: 360px; object-fit: contain; display:block; }
.dg-cn-cert-arrow { position:absolute; top:50%; transform:translateY(-50%); z-index: 2; border:0 !important; background:transparent !important; color:#222; font-size:46px; line-height:1; cursor:pointer; box-shadow:none !important; outline:0 !important; }
.dg-cn-cert-prev { left: 0; }
.dg-cn-cert-next { right: 0; }
.dg-cn-consult { padding: 64px 20px; position: relative; overflow:hidden; }
.dg-cn-consult-inner { position:relative; display:grid; grid-template-columns: 1fr 1px 1fr; gap:72px; align-items:center; }
.dg-cn-consult-title { color:#050505; font-size: 36px; line-height: 1.25; font-weight: 900; }
.dg-cn-consult-divider { width:1px; height:118px; background:#d9d9d9; }
.dg-cn-consult-right p { margin:0 0 28px; color:#777; font-size:17px; line-height:1.45; }
.dg-cn-consult-quote { position:absolute; color:#e5e5e5; font-size:130px; line-height:1; font-weight:900; pointer-events:none; opacity:.8; }
.dg-cn-quote-left { left:0; top:-36px; }
.dg-cn-quote-right { right:0; bottom:-70px; }
@media (max-width: 1024px) {
  .dg-cn-overview-grid, .dg-cn-image-text-grid { grid-template-columns: 1fr; gap: 40px; }
  .dg-cn-image-text.dg-image-right .dg-cn-image-text-image, .dg-cn-image-text.dg-image-right .dg-cn-image-text-content { order: initial; }
  .dg-cn-stats-box { grid-template-columns: repeat(2, 1fr); }
  .dg-cn-consult-inner { grid-template-columns: 1fr; gap: 28px; }
  .dg-cn-consult-divider { width: 100%; height: 1px; }
}
@media (max-width: 767px) {
  .dg-cn-overview, .dg-cn-image-text, .dg-cn-cert, .dg-cn-consult { padding: 50px 15px; }
  .dg-cn-stats { padding-top: 50px; }
  .dg-section-heading, .dg-cn-image-text-title { font-size: 30px; }
  .dg-section-kicker, .dg-cn-left-kicker { font-size: 14px; gap: 14px; }
  .dg-section-kicker::before, .dg-section-kicker::after { width: 38px; }
  .dg-cn-left-kicker::before { width: 38px; }
  .dg-cn-body, .dg-cn-body p { font-size: 15px; }
  .dg-cn-video img { height: 220px; }
  .dg-cn-image-text-image img { height: 260px; }
  .dg-cn-stats-box { grid-template-columns: 1fr; padding-top: 34px; }
  .dg-cn-stat-number { font-size: 46px; }
  .dg-cn-cert-track { gap: 24px; padding-left: 34px; padding-right: 34px; }
  .dg-cn-cert-item { flex-basis: 78%; min-width: 220px; }
  .dg-cn-consult-title { font-size: 28px; }
  .dg-cn-consult-quote { font-size: 86px; }
}

/* v1.7 Factory Tour 页面中文小部件 */
.dg-ft-hero,
.dg-ft-gallery,
.dg-ft-image-text,
.dg-ft-consult {
  --dg-blue: #202a92;
  --dg-title: #050505;
  --dg-text: #666666;
  width: 100%;
}

.dg-ft-hero {
  position: relative;
  min-height: 355px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.dg-ft-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.34);
  z-index: 0;
}
.dg-ft-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.dg-ft-hero-title {
  margin: 0 0 22px;
  color: #fff;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 900;
}
.dg-ft-hero-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}
.dg-ft-hero-breadcrumb a {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
}
.dg-ft-home-icon {
  font-size: 22px;
  line-height: 1;
}

.dg-ft-gallery {
  padding: 72px 20px 88px;
  background: #fff;
}
.dg-ft-gallery-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.dg-ft-gallery .dg-section-heading {
  white-space: pre-line;
}
.dg-ft-gallery-carousel {
  position: relative;
}
.dg-ft-gallery-track {
  display: flex;
  gap: 26px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 0 42px 8px;
}
.dg-ft-gallery-track::-webkit-scrollbar {
  display: none;
}
.dg-ft-gallery-card {
  flex: 0 0 calc(50% - 13px);
  min-width: 430px;
  text-align: center;
}
.dg-ft-gallery-card img {
  width: 100%;
  height: 390px;
  display: block;
  object-fit: cover;
  object-position: center;
}
.dg-ft-gallery-caption {
  margin-top: 12px;
  color: #777;
  font-size: 17px;
  line-height: 1.35;
}
.dg-ft-gallery-arrow {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  z-index: 2;
  border: 0 !important;
  background: transparent !important;
  color: #222;
  font-size: 48px;
  line-height: 1;
  cursor: pointer;
  box-shadow: none !important;
  outline: 0 !important;
  padding: 0 !important;
}
.dg-ft-gallery-prev { left: -6px; }
.dg-ft-gallery-next { right: -6px; }

.dg-ft-image-text {
  padding: 80px 20px;
  background: #fff;
}
.dg-ft-image-text-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.dg-ft-image-text-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.dg-ft-image-text.dg-image-right .dg-ft-image-text-image { order: 2; }
.dg-ft-image-text.dg-image-right .dg-ft-image-text-content { order: 1; }
.dg-ft-image-text-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}
.dg-ft-left-kicker {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0 0 24px;
  color: var(--dg-blue);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.dg-ft-left-kicker::before {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  background: var(--dg-blue);
}
.dg-ft-image-text-title {
  margin: 0 0 34px;
  color: var(--dg-title);
  font-size: 48px;
  line-height: 1.18;
  font-weight: 900;
}
.dg-ft-body,
.dg-ft-body p {
  color: var(--dg-text);
  font-size: 18px;
  line-height: 1.55;
  margin: 0 0 18px;
}

.dg-ft-consult {
  padding: 64px 20px;
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
}
.dg-ft-consult-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 72px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}
.dg-ft-consult-title {
  margin: 0;
  color: #050505;
  font-size: 36px;
  line-height: 1.25;
  font-weight: 900;
}
.dg-ft-consult-divider {
  width: 1px;
  height: 118px;
  background: #d9d9d9;
}
.dg-ft-consult-right p {
  margin: 0 0 28px;
  color: #777;
  font-size: 17px;
  line-height: 1.45;
}
.dg-ft-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  min-height: 58px;
  padding: 16px 28px;
  background: var(--dg-blue);
  border: 1px solid var(--dg-blue);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  box-shadow: 0 16px 28px rgba(32,42,146,.12);
  transition: all .25s ease;
}
.dg-ft-btn:hover {
  transform: translateY(-2px);
  color: #fff !important;
  background: var(--dg-blue);
}
.dg-ft-consult-quote {
  position: absolute;
  color: #e5e5e5;
  font-size: 130px;
  line-height: 1;
  font-weight: 900;
  pointer-events: none;
  opacity: .8;
}
.dg-ft-quote-left { left: 0; top: -36px; }
.dg-ft-quote-right { right: 0; bottom: -70px; }

@media (max-width: 1024px) {
  .dg-ft-gallery-card {
    flex-basis: 70%;
    min-width: 340px;
  }
  .dg-ft-image-text-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .dg-ft-image-text.dg-image-right .dg-ft-image-text-image,
  .dg-ft-image-text.dg-image-right .dg-ft-image-text-content {
    order: initial;
  }
  .dg-ft-consult-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .dg-ft-consult-divider {
    width: 100%;
    height: 1px;
  }
}
@media (max-width: 767px) {
  .dg-ft-hero {
    min-height: 260px;
  }
  .dg-ft-hero-title {
    font-size: 32px;
  }
  .dg-ft-hero-breadcrumb {
    font-size: 16px;
  }
  .dg-ft-gallery,
  .dg-ft-image-text,
  .dg-ft-consult {
    padding: 50px 15px;
  }
  .dg-ft-gallery-track {
    padding-left: 34px;
    padding-right: 34px;
  }
  .dg-ft-gallery-card {
    flex-basis: 86%;
    min-width: 240px;
  }
  .dg-ft-gallery-card img {
    height: 240px;
  }
  .dg-ft-left-kicker {
    font-size: 14px;
    gap: 14px;
  }
  .dg-ft-left-kicker::before {
    width: 38px;
  }
  .dg-ft-image-text-title {
    font-size: 32px;
  }
  .dg-ft-body,
  .dg-ft-body p {
    font-size: 15px;
  }
  .dg-ft-image-text-image img {
    height: 260px;
  }
  .dg-ft-consult-title {
    font-size: 28px;
  }
  .dg-ft-consult-quote {
    font-size: 86px;
  }
  .dg-ft-btn {
    min-width: 220px;
  }
}

/* Blog 页面 - 顶部横幅 */
.dg-blog-hero {
  position: relative;
  min-height: 355px;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.dg-blog-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.34);
  z-index: 0;
}
.dg-blog-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.dg-blog-hero-title {
  margin: 0 0 22px;
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 900;
}
.dg-blog-hero-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
}
.dg-blog-hero-breadcrumb a {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
}
.dg-blog-home-icon {
  font-size: 22px;
  line-height: 1;
}

/* Blog 页面 - 文章列表 */
.dg-blog-list {
  width: 100%;
  padding: 74px 20px 86px;
  background: #fff;
}
.dg-blog-list-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.dg-blog-list-heading {
  margin: 0 0 58px;
  text-align: center;
  color: var(--dg-title);
  font-size: 42px;
  line-height: 1.18;
  font-weight: 900;
}
.dg-blog-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 52px 78px;
}
.dg-blog-list-item {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dg-blog-list-date {
  margin-bottom: 10px;
  color: #606060;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 400;
}
.dg-blog-list-title {
  margin: 0;
  color: var(--dg-blue);
  font-size: 19px;
  line-height: 1.34;
  font-weight: 700;
}
.dg-blog-list-title a {
  color: var(--dg-blue) !important;
  text-decoration: none !important;
}
.dg-blog-list-title a:hover {
  text-decoration: underline !important;
}
.dg-blog-list-line {
  display: block;
  width: 100%;
  max-width: 280px;
  height: 1px;
  margin: 10px 0 16px;
  background: var(--dg-blue);
  opacity: .75;
}
.dg-blog-list-excerpt {
  margin: 0 0 18px;
  color: var(--dg-text);
  font-size: 16px;
  line-height: 1.55;
}
.dg-blog-list-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-top: auto;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  color: #a9a9a9 !important;
  background: #fff !important;
  text-decoration: none !important;
  font-size: 26px;
  line-height: 1;
  transition: all .25s ease;
}
.dg-blog-list-button:hover {
  border-color: var(--dg-blue);
  color: var(--dg-blue) !important;
}
.dg-blog-pagination {
  margin-top: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  color: var(--dg-text);
  font-size: 15px;
}
.dg-blog-page-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.dg-blog-page-links .page-numbers {
  min-width: 32px;
  height: 32px;
  padding: 0 9px;
  border: 1px solid #d6d6d6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #777 !important;
  background: #fff;
  text-decoration: none !important;
  line-height: 1;
}
.dg-blog-page-links .page-numbers.current {
  background: var(--dg-blue);
  border-color: var(--dg-blue);
  color: #fff !important;
}
.dg-blog-page-links .page-numbers.dots {
  border-color: transparent;
  min-width: auto;
}
.dg-blog-go-form {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.dg-blog-go-form input {
  width: 46px;
  height: 34px;
  border: 1px solid #dcdcdc;
  background: #fff;
  padding: 3px 5px;
  text-align: center;
}
.dg-blog-go-form button {
  height: 34px;
  min-width: 42px;
  padding: 0 9px;
  border: 1px solid #dcdcdc !important;
  background: #fff !important;
  color: #333 !important;
  box-shadow: none !important;
  border-radius: 0;
  font-weight: 400;
}
.dg-blog-go-form button:hover {
  border-color: var(--dg-blue) !important;
  color: var(--dg-blue) !important;
}
.dg-blog-list-empty {
  padding: 35px;
  text-align: center;
  background: #f7f7f7;
  color: var(--dg-text);
}

@media (max-width: 1024px) {
  .dg-blog-list-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px; }
  .dg-blog-list-heading { font-size: 36px; }
  .dg-blog-hero-title { font-size: 32px; }
}

@media (max-width: 767px) {
  .dg-blog-hero { min-height: 250px; }
  .dg-blog-hero-title { font-size: 28px; }
  .dg-blog-hero-breadcrumb { font-size: 15px; flex-wrap: wrap; }
  .dg-blog-list { padding: 48px 15px 58px; }
  .dg-blog-list-heading { margin-bottom: 36px; font-size: 30px; }
  .dg-blog-list-grid { grid-template-columns: 1fr; gap: 34px; }
  .dg-blog-list-date { font-size: 22px; }
  .dg-blog-list-title { font-size: 18px; }
  .dg-blog-pagination { justify-content: flex-start; gap: 14px; }
}

/* Contact Page Widgets */
.dg-contact-hero {
  position: relative;
  width: 100%;
  min-height: 355px;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.dg-contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.34);
  z-index: 0;
}
.dg-contact-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  color: #fff;
}
.dg-contact-hero-title {
  margin: 0 0 22px;
  color: #fff;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 900;
}
.dg-contact-hero-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 19px;
  line-height: 1.4;
}
.dg-contact-hero-breadcrumb a {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 800;
}
.dg-contact-home-icon {
  font-size: 22px;
  line-height: 1;
}

.dg-contact-form-qr {
  width: 100%;
  padding: 80px 20px 88px;
  background: #fff;
}
.dg-contact-form-qr-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 78px;
  align-items: start;
}
.dg-contact-form-title,
.dg-contact-qr-title {
  margin: 0 0 24px;
  color: var(--dg-title);
  font-size: 36px;
  line-height: 1.2;
  font-weight: 900;
}
.dg-contact-qr-title {
  font-size: 39px;
  margin-bottom: 18px;
}
.dg-contact-qr-desc {
  margin: 0 0 28px;
  color: var(--dg-text);
  font-size: 18px;
  line-height: 1.55;
}
.dg-contact-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 22px;
}
.dg-contact-static-form label,
.dg-contact-shortcode-form label {
  display: block;
  color: var(--dg-text);
  font-size: 17px;
  line-height: 1.4;
}
.dg-contact-static-form label > span,
.dg-contact-shortcode-form label > span {
  display: inline-block;
  margin-bottom: 8px;
}
.dg-contact-static-form input[type="text"],
.dg-contact-static-form input[type="email"],
.dg-contact-static-form input[type="tel"],
.dg-contact-static-form textarea,
.dg-contact-shortcode-form input[type="text"],
.dg-contact-shortcode-form input[type="email"],
.dg-contact-shortcode-form input[type="tel"],
.dg-contact-shortcode-form input[type="number"],
.dg-contact-shortcode-form textarea,
.dg-contact-shortcode-form select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  background: #fff;
  color: #333;
  padding: 10px 12px;
  box-shadow: none;
  outline: none;
}
.dg-contact-static-form textarea,
.dg-contact-shortcode-form textarea {
  min-height: 112px;
  resize: vertical;
}
.dg-contact-static-form input:focus,
.dg-contact-static-form textarea:focus,
.dg-contact-shortcode-form input:focus,
.dg-contact-shortcode-form textarea:focus,
.dg-contact-shortcode-form select:focus {
  border-color: var(--dg-blue);
}
.dg-contact-checks {
  margin-top: 24px;
  margin-bottom: 26px;
}
.dg-contact-check-title {
  margin-bottom: 10px;
  color: var(--dg-text);
  font-size: 17px;
}
.dg-contact-checks label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
}
.dg-contact-checks input[type="checkbox"] {
  width: 14px;
  height: 14px;
  margin: 0;
}
.dg-contact-message {
  margin-bottom: 18px;
}
.dg-contact-submit,
.dg-contact-shortcode-form input[type="submit"],
.dg-contact-shortcode-form button[type="submit"] {
  display: block;
  min-width: 170px;
  min-height: 50px;
  margin: 18px auto 0;
  border: 1px solid var(--dg-blue) !important;
  background: var(--dg-blue) !important;
  color: #fff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 12px 28px !important;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  transition: all .25s ease;
}
.dg-contact-submit:hover,
.dg-contact-shortcode-form input[type="submit"]:hover,
.dg-contact-shortcode-form button[type="submit"]:hover {
  transform: translateY(-2px);
  background: var(--dg-blue) !important;
  color: #fff !important;
}
.dg-contact-qr-grid {
  display: flex;
  align-items: flex-start;
  gap: 42px;
  flex-wrap: wrap;
}
.dg-contact-qr-item {
  text-align: center;
}
.dg-contact-qr-item img {
  width: 235px;
  height: 235px;
  display: block;
  object-fit: cover;
  object-position: center;
}
.dg-contact-qr-label {
  margin-top: 8px;
  color: var(--dg-text);
  font-size: 16px;
  line-height: 1.35;
}

.dg-contact-info-cards {
  width: 100%;
  padding: 70px 20px 100px;
  background: #fff;
}
.dg-contact-info-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.dg-contact-info-heading {
  margin: 0 0 70px;
  text-align: center;
  color: var(--dg-title);
  font-size: 44px;
  line-height: 1.2;
  font-weight: 900;
}
.dg-contact-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.dg-contact-info-card {
  position: relative;
  min-height: 230px;
  border: 8px solid var(--dg-contact-border, #f1f1f1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 76px 28px 38px;
  background: #fff;
}
.dg-contact-info-icon {
  position: absolute;
  left: 50%;
  top: -70px;
  transform: translateX(-50%);
  width: 128px;
  height: 128px;
  border: 8px solid var(--dg-contact-border, #f1f1f1);
  border-radius: 50%;
  background: #fff;
  color: var(--dg-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}
.dg-contact-info-icon i,
.dg-contact-info-icon svg {
  width: 45px;
  height: 45px;
  font-size: 44px;
  fill: currentColor;
  color: currentColor;
}
.dg-contact-info-text,
.dg-contact-info-text a {
  color: var(--dg-text) !important;
  text-decoration: none !important;
  font-size: 19px;
  line-height: 1.45;
  word-break: break-word;
}
.dg-contact-info-text a:hover {
  color: var(--dg-blue) !important;
}

@media (max-width: 1024px) {
  .dg-contact-form-qr-inner { grid-template-columns: 1fr; gap: 52px; }
  .dg-contact-qr-title { font-size: 34px; }
  .dg-contact-info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 92px 24px; }
}

@media (max-width: 767px) {
  .dg-contact-hero { min-height: 250px; }
  .dg-contact-hero-title { font-size: 30px; }
  .dg-contact-hero-breadcrumb { font-size: 15px; flex-wrap: wrap; }
  .dg-contact-form-qr { padding: 48px 15px 58px; }
  .dg-contact-form-title,
  .dg-contact-qr-title { font-size: 28px; }
  .dg-contact-field-grid { grid-template-columns: 1fr; }
  .dg-contact-qr-grid { gap: 24px; }
  .dg-contact-qr-item img { width: 170px; height: 170px; }
  .dg-contact-info-cards { padding: 54px 15px 72px; }
  .dg-contact-info-heading { font-size: 32px; margin-bottom: 72px; }
  .dg-contact-info-grid { grid-template-columns: 1fr; gap: 92px; }
  .dg-contact-info-card { min-height: 200px; }
}

/* Global Header Widget */
.dg-site-header {
  --dg-header-bg: rgba(185,185,185,.82);
  position: relative;
  z-index: 999;
  width: 100%;
  background: var(--dg-header-bg);
  color: #fff;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.dg-site-header.dg-header-full-width {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.dg-header-position-sticky {
  position: sticky;
  top: 0;
  z-index: 9999;
}
.dg-header-position-absolute {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
}
.dg-site-header-inner {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  min-height: 66px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 0 34px;
  position: relative;
}
.dg-header-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  position: relative;
  z-index: 5;
}
.dg-header-logo img {
  width: 48px;
  height: auto;
  display: block;
}
.dg-header-logo-placeholder {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}
.dg-header-nav {
  justify-self: center;
  min-width: 0;
}
.dg-header-menu {
  list-style: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  margin: 0 !important;
  padding: 0 !important;
}
.dg-header-menu-item {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static;
}
.dg-header-menu-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 66px;
  padding: 0 0;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .5px;
  white-space: nowrap;
}
.dg-header-menu-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 0;
  height: 3px;
  background: #fff;
  transform: translateX(-50%);
  transition: width .22s ease;
}
.dg-header-menu-item:hover > .dg-header-menu-link::after,
.dg-header-menu-item.is-active > .dg-header-menu-link::after {
  width: 58px;
}
.dg-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  position: relative;
  z-index: 6;
}
.dg-header-search {
  position: relative;
}
.dg-header-search-toggle {
  width: 30px;
  height: 30px;
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  cursor: pointer;
}
.dg-header-search-toggle svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.dg-header-search-form {
  position: absolute;
  right: 0;
  top: calc(100% + 14px);
  width: 310px;
  padding: 10px;
  display: none;
  gap: 8px;
  align-items: center;
  background: #fff;
  box-shadow: 0 14px 35px rgba(0,0,0,.12);
}
.dg-site-header.is-search-open .dg-header-search-form {
  display: flex;
}
.dg-header-search-form input[type="search"] {
  width: 100%;
  height: 42px;
  border: 1px solid #e5e5e5;
  padding: 0 12px;
  color: #222;
  background: #fff;
  outline: none;
}
.dg-header-search-form button[type="submit"] {
  height: 42px;
  border: 0 !important;
  background: #202a92 !important;
  color: #fff !important;
  padding: 0 16px !important;
  font-weight: 700;
}
.dg-header-lang {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 17px;
  line-height: 1;
  white-space: nowrap;
}
.dg-header-globe svg {
  width: 24px;
  height: 24px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.dg-header-gtranslate {
  display: inline-flex;
  align-items: center;
}
.dg-header-gtranslate select,
.dg-header-gtranslate .gt_selector {
  max-width: 150px;
  min-height: 30px;
  border: 0 !important;
  background: transparent !important;
  color: currentColor !important;
  font-size: 15px !important;
  line-height: 1 !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0 4px !important;
}
.dg-header-gtranslate option {
  color: #333;
}
.dg-header-gtranslate a {
  color: currentColor !important;
  text-decoration: none !important;
}
.dg-header-mega {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 4;
  padding: 22px 24px 30px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 22px 45px rgba(0,0,0,.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}
.dg-header-mega::before {
  content: "";
  position: absolute;
  top: -66px;
  left: 50%;
  width: 720px;
  height: 66px;
  transform: translateX(-50%);
  background: rgba(255,255,255,.13);
  clip-path: polygon(8% 0, 92% 0, 86% 100%, 14% 100%);
  pointer-events: none;
}
.dg-has-mega:hover > .dg-header-mega,
.dg-has-mega.is-mega-open > .dg-header-mega {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.dg-header-mega-inner {
  max-width: 1480px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 50px;
}
.dg-mega-column-title {
  margin: 0 0 14px;
  color: #555 !important;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: .6px;
}
.dg-mega-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.dg-mega-list li {
  margin: 0 0 9px !important;
  padding: 0 !important;
  list-style: none !important;
}
.dg-mega-list a {
  color: #6a6a6a !important;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: .4px;
  transition: color .2s ease, padding-left .2s ease;
}
.dg-mega-list a:hover {
  color: #202a92 !important;
  padding-left: 4px;
}
.dg-header-mobile-toggle {
  display: none;
  width: 40px;
  height: 36px;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
  cursor: pointer;
}
.dg-header-mobile-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

@media (max-width: 1200px) {
  .dg-site-header-inner { gap: 20px; padding: 0 22px; }
  .dg-header-menu { gap: 24px; }
  .dg-header-menu-link { font-size: 14px; }
}

@media (max-width: 1024px) {
  .dg-site-header-inner {
    grid-template-columns: auto auto 1fr;
    justify-content: space-between;
  }
  .dg-header-mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-column: 2;
  }
  .dg-header-nav {
    grid-column: 1 / -1;
    justify-self: stretch;
    display: none;
    width: 100%;
    padding: 10px 0 18px;
  }
  .dg-site-header.is-menu-open .dg-header-nav {
    display: block;
  }
  .dg-header-menu {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    background: rgba(0,0,0,.08);
  }
  .dg-header-menu-link {
    min-height: 46px;
    width: 100%;
    padding: 0 14px;
  }
  .dg-header-menu-link::after {
    bottom: 6px;
    left: 14px;
    transform: none;
  }
  .dg-header-mega {
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    padding: 18px 16px;
    box-shadow: none;
    background: rgba(255,255,255,.96);
  }
  .dg-header-mega::before { display: none; }
  .dg-has-mega.is-mega-open > .dg-header-mega {
    display: block;
  }
  .dg-header-mega-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
  .dg-header-actions {
    grid-column: 3;
  }
}

@media (max-width: 767px) {
  .dg-site-header-inner {
    padding: 0 14px;
    gap: 12px;
  }
  .dg-header-logo img { width: 40px; }
  .dg-header-actions { gap: 10px; }
  .dg-header-lang-label { display: none; }
  .dg-header-gtranslate select,
  .dg-header-gtranslate .gt_selector { max-width: 92px; font-size: 12px !important; }
  .dg-header-search-form {
    position: fixed;
    left: 14px;
    right: 14px;
    top: 76px;
    width: auto;
  }
  .dg-header-mega-inner {
    grid-template-columns: 1fr;
  }
}

/* Products Page - Dynamic WooCommerce Collection */
.dg-products-collection {
  --dg-product-green: #2f7a35;
  --dg-product-title: #222222;
  --dg-product-text: #7a7a7a;
  --dg-product-border: #e8eeee;
  --dg-product-soft: #eef7ef;
  background: #ffffff;
  color: var(--dg-product-text);
}
.dg-products-header {
  padding: 52px 20px 82px;
  text-align: center;
  background: linear-gradient(180deg, #eef7ef 0%, #f7fbf7 62%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}
.dg-products-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 38px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #ffffff 100%);
}
.dg-products-header-inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.dg-products-header h1 {
  margin: 0 0 8px;
  color: var(--dg-product-green);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
}
.dg-products-breadcrumb {
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
}
.dg-products-breadcrumb a {
  color: #333333;
  text-decoration: none;
}
.dg-products-breadcrumb span:last-child {
  color: var(--dg-product-green);
}
.dg-products-main {
  padding: 72px 20px 80px;
}
.dg-products-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.dg-products-inner.has-sidebar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 48px;
  align-items: start;
}
.dg-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}
.dg-product-card {
  background: #fff;
  border: 1px solid var(--dg-product-border);
  border-radius: 14px;
  padding: 18px 18px 16px;
  box-shadow: 0 8px 18px rgba(0,0,0,.025);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.dg-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0,0,0,.07);
  border-color: rgba(47,122,53,.25);
}
.dg-product-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 0.92;
  border-radius: 8px;
  overflow: hidden;
  background: #f2f2f2;
}
.dg-product-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .28s ease;
}
.dg-product-card:hover .dg-product-image img { transform: scale(1.035); }
.dg-product-card-body { padding-top: 14px; }
.dg-product-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.28;
  font-weight: 800;
  color: var(--dg-product-title);
}
.dg-product-card h3 a {
  color: inherit;
  text-decoration: none;
}
.dg-product-card p {
  margin: 0 0 12px;
  min-height: 48px;
  color: var(--dg-product-text);
  font-size: 14px;
  line-height: 1.75;
}
.dg-product-inquire {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--dg-product-green);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.dg-product-inquire:hover { color: var(--dg-product-green); text-decoration: underline; }
.dg-products-sidebar {
  width: 100%;
}
.dg-products-filter-box {
  margin-bottom: 20px;
  background: #ffffff;
}
.dg-products-filter-title {
  margin: 0;
  padding: 8px 16px;
  color: #ffffff;
  background: var(--dg-product-green);
  border-radius: 4px 4px 2px 2px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}
.dg-products-cat-list,
.dg-products-attr-list {
  list-style: none;
  margin: 0;
  padding: 4px 0 0;
}
.dg-products-cat-list li a,
.dg-products-attr-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  color: #151515;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.25;
  border-bottom: 1px solid transparent;
}
.dg-products-cat-list li.is-active a,
.dg-products-cat-list li a:hover,
.dg-products-attr-list li.is-active a,
.dg-products-attr-list li a:hover {
  color: var(--dg-product-green);
}
.dg-products-cat-arrow { color: var(--dg-product-green); font-size: 22px; line-height: 1; }
.dg-products-attribute-box { margin-top: 22px; }
.dg-products-attribute summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 14px 0 8px;
  color: var(--dg-product-title);
  font-size: 13px;
  font-weight: 800;
  list-style: none;
}
.dg-products-attribute summary::-webkit-details-marker { display: none; }
.dg-products-attribute summary span { font-size: 22px; line-height: 1; }
.dg-products-pagination {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.dg-products-pagination .page-numbers {
  min-width: 30px;
  height: 30px;
  padding: 0 8px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #edf3ee;
  color: #111;
  text-decoration: none;
  font-size: 14px;
  line-height: 30px;
}
.dg-products-pagination .page-numbers.current {
  background: var(--dg-product-green);
  color: #fff;
}
.dg-products-pagination .next,
.dg-products-pagination .prev {
  border-radius: 999px;
}
.dg-products-inquiry-list {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--dg-product-green);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.dg-products-inquiry-list:hover { color: #fff; opacity: .9; }
.dg-products-empty {
  width: 100%;
  padding: 30px;
  background: #f7f7f7;
  border: 1px solid #eeeeee;
  color: #666;
  text-align: center;
}
.dg-products-cta {
  margin-top: 58px;
  padding: 24px 48px;
  background: var(--dg-product-green);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.dg-products-cta h2 {
  margin: 0;
  color: #fff;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 800;
}
.dg-products-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  padding: 10px 22px;
  border-radius: 4px;
  background: #fff;
  color: var(--dg-product-green);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.dg-products-cta a:hover { color: var(--dg-product-green); transform: translateY(-1px); }
@media (max-width: 1024px) {
  .dg-products-inner.has-sidebar { grid-template-columns: 1fr; gap: 36px; }
  .dg-products-sidebar { max-width: 420px; }
}
@media (max-width: 767px) {
  .dg-products-header { padding: 38px 16px 58px; }
  .dg-products-main { padding: 46px 16px 58px; }
  .dg-products-grid { grid-template-columns: 1fr; gap: 22px; }
  .dg-product-card { padding: 14px; }
  .dg-products-cta { padding: 22px 20px; flex-direction: column; align-items: flex-start; }
  .dg-products-cta h2 { font-size: 22px; }
}

/* Products Page - Dynamic WooCommerce Single Product Template */
.dg-single-product-template {
  --dg-single-green: #2f7a35;
  --dg-single-title: #222222;
  --dg-single-text: #777777;
  --dg-single-button: #b2b2b2;
  --dg-single-border: #e8e8e8;
  background: #ffffff;
  color: var(--dg-single-text);
}
.dg-single-header {
  padding: 44px 20px 74px;
  text-align: center;
  background: linear-gradient(180deg, #eef7ef 0%, #f8fbf8 62%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}
.dg-single-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 38px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #ffffff 100%);
}
.dg-single-header-inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.dg-single-header h1 {
  margin: 0 0 8px;
  color: var(--dg-single-green);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
}
.dg-single-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  color: #303030;
  font-size: 14px;
  line-height: 1.55;
}
.dg-single-breadcrumb a {
  color: #303030;
  text-decoration: none;
}
.dg-single-breadcrumb a:hover,
.dg-single-breadcrumb span:last-child {
  color: var(--dg-single-green);
}
.dg-single-main {
  padding: 42px 20px 80px;
}
.dg-single-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.dg-single-inner.has-sidebar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 48px;
  align-items: start;
}
.dg-single-intro {
  margin-bottom: 58px;
}
.dg-single-intro h2,
.dg-single-section h2 {
  margin: 0 0 18px;
  color: var(--dg-single-title);
  font-size: 28px;
  line-height: 1.22;
  font-weight: 800;
}
.dg-single-intro p {
  max-width: 900px;
  margin: 0 0 28px;
  color: var(--dg-single-text);
  font-size: 14px;
  line-height: 1.75;
}
.dg-single-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
}
.dg-single-btn {
  min-width: 138px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  background: var(--dg-single-button);
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition: transform .2s ease, opacity .2s ease;
}
.dg-single-btn:hover {
  color: #ffffff;
  opacity: .88;
  transform: translateY(-1px);
}
.dg-single-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 42px;
}
.dg-single-gallery-item {
  display: block;
  width: 100%;
  aspect-ratio: 1 / .98;
  border-radius: 4px;
  overflow: hidden;
  background: #f3f3f3;
}
.dg-single-gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .25s ease;
}
.dg-single-gallery-item:hover img {
  transform: scale(1.035);
}
.dg-single-section {
  margin-top: 34px;
}
.dg-single-section h2 {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--dg-single-border);
}
.dg-single-attributes-table {
  width: 100%;
  border-collapse: collapse;
  color: #111;
  font-size: 14px;
  line-height: 1.6;
}
.dg-single-attributes-table th,
.dg-single-attributes-table td {
  padding: 12px 0;
  border-bottom: 1px solid var(--dg-single-border);
  text-align: left;
  vertical-align: middle;
}
.dg-single-attributes-table th {
  width: 130px;
  color: #111;
  font-weight: 800;
}
.dg-single-attributes-table td span {
  display: inline-flex;
  padding: 2px 10px;
  background: #eef7ef;
  color: #111;
  font-size: 13px;
}
.dg-single-description-content {
  color: #111111;
  font-size: 14px;
  line-height: 1.85;
}
.dg-single-description-content p {
  margin: 0 0 20px;
}
.dg-single-description-content h1,
.dg-single-description-content h2,
.dg-single-description-content h3,
.dg-single-description-content h4 {
  margin: 28px 0 16px;
  color: #111;
  font-weight: 800;
  line-height: 1.35;
}
.dg-single-description-content h3 {
  font-size: 16px;
}
.dg-single-description-content table {
  width: 100%;
  margin-top: 22px;
  border-collapse: collapse;
  border: 1px solid #eeeeee;
  font-size: 13px;
  line-height: 1.45;
}
.dg-single-description-content th,
.dg-single-description-content td {
  border: 1px solid #eeeeee;
  padding: 8px 12px;
  text-align: left;
  vertical-align: top;
}
.dg-single-description-content th {
  font-weight: 800;
  background: #fafafa;
}
.dg-single-sidebar {
  width: 100%;
}
.dg-single-side-box {
  background: #fff;
}
.dg-single-side-title {
  margin: 0;
  padding: 8px 16px;
  color: #ffffff;
  background: var(--dg-single-green);
  border-radius: 4px 4px 2px 2px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}
.dg-single-cat-tree,
.dg-single-product-tree {
  list-style: none;
  margin: 0;
  padding: 4px 0 0;
}
.dg-single-cat-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  color: #151515;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.25;
}
.dg-single-cat-link span:last-child {
  color: var(--dg-single-green);
  font-size: 20px;
  line-height: 1;
}
.dg-single-cat-tree li.is-active-parent > .dg-single-cat-link,
.dg-single-cat-link:hover {
  color: var(--dg-single-green);
}
.dg-single-product-tree {
  padding: 0 0 6px 14px;
}
.dg-single-product-tree li a {
  display: block;
  padding: 6px 0;
  color: #333333;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.25;
}
.dg-single-product-tree li a::before {
  content: "•";
  margin-right: 8px;
  color: var(--dg-single-green);
}
.dg-single-product-tree li.is-current a,
.dg-single-product-tree li a:hover {
  color: var(--dg-single-green);
}
@media (max-width: 1024px) {
  .dg-single-inner.has-sidebar { grid-template-columns: 1fr; gap: 36px; }
  .dg-single-sidebar { max-width: 420px; }
}
@media (max-width: 767px) {
  .dg-single-header { padding: 36px 16px 56px; }
  .dg-single-header h1 { font-size: 24px; }
  .dg-single-main { padding: 40px 16px 60px; }
  .dg-single-intro { margin-bottom: 34px; }
  .dg-single-intro h2,
  .dg-single-section h2 { font-size: 24px; }
  .dg-single-actions { gap: 14px; }
  .dg-single-btn { width: 100%; }
  .dg-single-gallery { grid-template-columns: 1fr; margin-bottom: 30px; }
  .dg-single-attributes-table th,
  .dg-single-attributes-table td { display: block; width: 100%; border-bottom: none; padding: 6px 0; }
  .dg-single-attributes-table tr { display: block; border-bottom: 1px solid var(--dg-single-border); padding: 8px 0; }
}
