/* ════════════════════════════════════════════════════════════════
   HOME PAGE — hero, performance, core works, projects, goal, team,
   awards, contact. Loaded on index.html only. Requires base.css.
   ════════════════════════════════════════════════════════════════ */

/* ── Hero ── */
.dg-hero { position: relative; min-height: 780px; overflow: hidden; isolation: isolate }
.dg-hero__bg { position: absolute; inset: 0; z-index: 1 }
.dg-hero__img { width: 100%; height: 100%; object-fit: cover; object-position: center center }
.dg-hero__overlay { position: absolute; inset: 0; z-index: 2; background: radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.08), transparent 35%), linear-gradient(180deg, rgba(2, 6, 23, 0.15), rgba(2, 6, 23, 0.41) 58%, rgba(2, 6, 23, 0.90) 100%), linear-gradient(90deg, rgba(2, 6, 23, 0.56), rgba(2, 6, 23, 0.18) 50%, rgba(2, 6, 23, 0.56)); pointer-events: none }
.dg-hero__inner { position: relative; z-index: 3; width: 100%; max-width: 1400px; min-height: 780px; margin: 0 auto; padding: 130px 24px 150px; display: flex; justify-content: center; align-items: center }
.dg-hero__content { width: min(100%, 960px); text-align: center; animation: dgFadeIn 900ms ease both }
@keyframes dgFadeIn { from { opacity: 0; transform: translateY(24px) } to { opacity: 1; transform: translateY(0) } }
.dg-hero__badge { display: inline-flex; align-items: center; min-height: 34px; padding: 0 34px; margin-bottom: 24px; border-radius: 999px; color: #fff; background: rgba(255, 255, 255, 0.15); border: 1px solid rgba(255, 255, 255, 0.26); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); font-size: 12px; font-weight: 700; letter-spacing: 8px; text-transform: uppercase }
.dg-hero h1 { margin: 0; color: #fff; font-size: clamp(34px, 6vw, 86px); line-height: 0.98; font-weight: 700; letter-spacing: -3px; text-shadow: 0 18px 60px rgba(2, 6, 23, 0.45) }
.dg-hero__sub { margin: 22px auto 0; max-width: 820px; color: #f8fafc; font-size: clamp(16px, 1.5vw, 20px); line-height: 1.6; font-weight: 500; text-shadow: 0 12px 45px rgba(2, 6, 23, 0.45) }
.dg-hero__btns { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 44px; justify-content: center }
.dg-hero__btn { min-width: 340px; min-height: 58px; padding: 0 32px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; color: #fff; background: rgba(255, 255, 255, 0.15); border: 1px solid rgba(255, 255, 255, 0.35); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); text-decoration: none; font-size: 13px; font-weight: 800; letter-spacing: 6px; text-transform: uppercase; transition: transform 280ms ease, background 280ms ease, border-color 280ms ease }
.dg-hero__btn:hover { transform: translateY(-4px); background: rgba(255, 255, 255, 0.27); border-color: rgba(255, 255, 255, 0.56) }
.dg-hero__scroll { position: absolute; left: 50%; bottom: 45px; transform: translateX(-50%); z-index: 4; display: flex; flex-direction: column; align-items: center; gap: 10px; color: #fff; text-decoration: none; font-size: 11px; font-weight: 750; letter-spacing: 7px; text-transform: uppercase; opacity: 0.88 }
.dg-hero__scroll i { font-style: normal; font-size: 20px; animation: dgArrow 1.45s ease-in-out infinite }
@keyframes dgArrow { 0%, 100% { transform: translateY(0); opacity: 0.65 } 50% { transform: translateY(8px); opacity: 1 } }

/* ── Company performance ── */
.dg-perf { position: relative; min-height: 700px; overflow: hidden; background: #020617 }
.dg-perf__bg { position: absolute; inset: 0; z-index: 1; overflow: hidden }
.dg-perf__bg img { width: 100%; height: 100%; object-fit: cover }
.dg-perf__overlay { position: absolute; inset: 0; z-index: 2; background: radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.08), transparent 35%), linear-gradient(180deg, rgba(2, 6, 23, 0.15), rgba(2, 6, 23, 0.41) 58%, rgba(2, 6, 23, 0.88) 100%), linear-gradient(90deg, rgba(2, 6, 23, 0.48), rgba(2, 6, 23, 0.15) 50%, rgba(2, 6, 23, 0.48)) }
.dg-perf__inner { position: relative; z-index: 3; max-width: 1520px; margin: 0 auto; padding: 100px 24px; display: flex; flex-direction: column; justify-content: center }
.dg-perf__head { max-width: 880px; margin: 0 auto 70px; text-align: center }
.dg-perf h2 { color: var(--text-warm); font-size: clamp(36px, 4vw, 52px); line-height: 0.98; font-weight: 700; letter-spacing: -2px; text-shadow: 0 0 18px rgba(255, 255, 255, 0.25), 0 16px 55px rgba(0, 0, 0, 0.62) }
.dg-perf__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px }
.dg-perf__card { position: relative; min-height: 320px; padding: 55px 30px 38px; border-radius: 28px; text-align: center; overflow: hidden; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.18); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 28px 80px rgba(2, 6, 23, 0.32); transition: transform .28s ease, background .28s ease, box-shadow .28s ease; opacity: 0; transform: translateY(26px) }
.dg-perf__card.visible { opacity: 1; transform: translateY(0) }
.dg-perf__card:hover { transform: translateY(-7px); background: rgba(255, 255, 255, 0.14); border-color: rgba(255, 255, 255, 0.38); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.30), 0 36px 95px rgba(2, 6, 23, 0.44) }
.dg-perf__circle { position: relative; width: 125px; height: 125px; margin: 0 auto 34px; border-radius: 999px; display: grid; place-items: center; color: #fff; background: radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0.05) 58%, rgba(255, 255, 255, 0.02) 100%); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.26), inset 0 0 34px rgba(255, 255, 255, 0.10), 0 0 64px rgba(214, 179, 106, 0.42), 0 0 110px rgba(214, 179, 106, 0.18) }
.dg-perf__ring-out { position: absolute; inset: -12px; border-radius: inherit; background: conic-gradient(from 0deg, rgba(255, 255, 255, 0.10), var(--gold), rgba(255, 255, 255, 0.82), var(--gold), rgba(255, 255, 255, 0.10)); -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px)); mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px)); opacity: 0.6; animation: dgSpin 4s linear infinite }
.dg-perf__ring-in { position: absolute; inset: 8px; border-radius: inherit; border: 1px solid rgba(255, 255, 255, 0.34); box-shadow: 0 0 14px rgba(255, 255, 255, 0.20), 0 0 34px rgba(214, 179, 106, 0.22) }
.dg-perf__pulse { position: absolute; inset: -22px; border-radius: inherit; border: 1px solid rgba(214, 179, 106, 0.34); box-shadow: 0 0 26px rgba(214, 179, 106, 0.32), 0 0 78px rgba(214, 179, 106, 0.30); animation: dgPulse 2s ease-in-out infinite }
.dg-perf__num { position: relative; z-index: 3; color: var(--gold); font-size: clamp(32px, 2.6vw, 44px); line-height: 0.92; font-weight: 700; letter-spacing: -1px; text-shadow: 0 0 12px rgba(214, 179, 106, 0.78), 0 0 38px rgba(214, 179, 106, 0.50), 0 12px 34px rgba(0, 0, 0, 0.68) }
.dg-perf__card h3 { margin: 0; color: var(--text-warm); font-size: 12px; font-weight: 800; letter-spacing: 5px; text-transform: uppercase; text-shadow: 0 0 12px rgba(255, 255, 255, 0.24), 0 10px 28px rgba(0, 0, 0, 0.60) }
.dg-perf__card p { margin: 16px auto 0; max-width: 240px; color: var(--text-muted); font-size: 14px; line-height: 1.65; font-weight: 500; text-shadow: 0 8px 26px rgba(0, 0, 0, 0.62) }

/* ── Core works ── */
.dg-core { position: relative; min-height: 700px; overflow: hidden; background: #020617 }
.dg-core__bg { position: absolute; inset: 0; z-index: 1; overflow: hidden }
.dg-core__bg img { width: 100%; height: 100%; object-fit: cover }
.dg-core__overlay { position: absolute; inset: 0; z-index: 2; background: radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.08), transparent 35%), linear-gradient(180deg, rgba(2, 6, 23, 0.15), rgba(2, 6, 23, 0.41) 58%, rgba(2, 6, 23, 0.82) 100%), linear-gradient(90deg, rgba(2, 6, 23, 0.40), rgba(2, 6, 23, 0.15) 50%, rgba(2, 6, 23, 0.40)) }
.dg-core__inner { position: relative; z-index: 3; max-width: 1520px; margin: 0 auto; padding: 100px 24px 110px }
.dg-core__head { max-width: 900px; margin: 0 auto 70px; text-align: center }
.dg-core h2 { color: var(--text-warm); font-size: clamp(36px, 4vw, 58px); line-height: 0.98; font-weight: 700; letter-spacing: -2px; text-shadow: 0 0 18px rgba(255, 255, 255, 0.20), 0 16px 55px rgba(0, 0, 0, 0.62) }
.dg-core__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px }
.dg-core__card { position: relative; min-height: 520px; border-radius: 22px; overflow: hidden; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.14); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 30px 85px rgba(2, 6, 23, 0.34); transition: transform .3s ease, background .3s ease; opacity: 0; transform: translateY(26px) }
.dg-core__card.visible { opacity: 1; transform: translateY(0) }
.dg-core__card:hover { transform: translateY(-8px); background: rgba(255, 255, 255, 0.14); border-color: rgba(255, 255, 255, 0.40) }
.dg-core__img-wrap { position: relative; height: 270px; overflow: hidden; background: rgba(255, 255, 255, 0.06) }
.dg-core__img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease }
.dg-core__card:hover .dg-core__img-wrap img { transform: scale(1.08) }
.dg-core__img-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2, 6, 23, 0.02), rgba(2, 6, 23, 0.38)), radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.22), transparent 42%); pointer-events: none }
.dg-core__tag { position: absolute; left: 20px; top: 18px; z-index: 3; display: inline-flex; min-height: 30px; align-items: center; padding: 0 18px; border-radius: 999px; color: var(--text-warm); background: rgba(255, 255, 255, 0.15); border: 1px solid rgba(255, 255, 255, 0.24); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); font-size: 11px; font-weight: 800; letter-spacing: 6px; text-transform: uppercase }
.dg-core__icon { position: absolute; right: 18px; top: 18px; z-index: 3; width: 36px; height: 36px; border-radius: 999px; display: grid; place-items: center; color: var(--text-warm); background: rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.28); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); font-size: 16px; cursor: pointer; transition: transform .35s ease; user-select: none }
.dg-core__card.is-expanded .dg-core__icon { transform: rotate(180deg) }
.dg-core__extra { max-height: 0; overflow: hidden; padding: 0 28px; transition: max-height .45s ease, padding .45s ease }
.dg-core__card.is-expanded .dg-core__extra { max-height: 320px; overflow-y: auto; padding: 0 28px 24px }
.dg-core__extra-inner { padding-top: 16px; border-top: 1px solid rgba(255, 255, 255, 0.12); color: var(--text-muted); font-size: 14px; line-height: 1.7; overflow-wrap: break-word }
.dg-core__extra-inner img { max-width: 100%; height: auto; border-radius: 10px; margin: 8px 0 }
.dg-core__extra-inner h1, .dg-core__extra-inner h2, .dg-core__extra-inner h3, .dg-core__extra-inner h4 { color: var(--text-warm); font-size: 14px; margin: 12px 0 6px }
.dg-core__extra-inner ul, .dg-core__extra-inner ol { margin: 0 0 10px 20px }
.dg-core__extra-inner p { margin-bottom: 10px }
.dg-core__extra-inner table { width: 100%; border-collapse: collapse; font-size: 13px; margin-bottom: 10px }
.dg-core__extra-inner td, .dg-core__extra-inner th { border: 1px solid rgba(255, 255, 255, 0.14); padding: 6px 8px; text-align: left }
.dg-core__extra-inner strong, .dg-core__extra-inner b { color: var(--text-warm) }
.dg-core__body { padding: 34px 28px; background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.08)), rgba(255, 255, 255, 0.02) }
.dg-core__body h3 { color: var(--text-warm); font-size: 24px; line-height: 1.15; font-weight: 700; letter-spacing: -1px; text-shadow: 0 12px 34px rgba(0, 0, 0, 0.58) }
.dg-core__body p { color: var(--text-muted); font-size: 15px; line-height: 1.65; font-weight: 500; margin-top: 16px; text-shadow: 0 10px 28px rgba(0, 0, 0, 0.56) }
.dg-core__link { margin-top: 30px; width: 100%; min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 16px; color: var(--text-warm); background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.22); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); text-decoration: none; font-size: 12px; font-weight: 800; letter-spacing: 6px; text-transform: uppercase; transition: transform .26s ease, background .26s ease }
.dg-core__link:hover { transform: translateY(-3px); background: rgba(255, 255, 255, 0.22); border-color: rgba(255, 255, 255, 0.56) }

/* ── Project sections (ongoing / completed) ── */
.dg-projects { background: radial-gradient(circle at 12% 0%, rgba(226, 210, 170, 0.10), transparent 32%), radial-gradient(circle at 90% 12%, rgba(255, 255, 255, 0.07), transparent 30%), linear-gradient(180deg, #101010 0%, #171717 100%); padding: 60px 20px 40px; position: relative; overflow: hidden }
.dg-projects__overlay { position: absolute; inset: 0; z-index: 2; background: radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.08), transparent 35%), linear-gradient(180deg, rgba(2, 6, 23, 0.15), rgba(2, 6, 23, 0.41) 58%, rgba(2, 6, 23, 0.88) 100%), linear-gradient(90deg, rgba(2, 6, 23, 0.48), rgba(2, 6, 23, 0.15) 50%, rgba(2, 6, 23, 0.48)) }
.dg-projects .dg-inner { position: relative; z-index: 3 }
.dg-projects__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px }

/* ── Goal ── */
.dg-goal { background: linear-gradient(180deg, #171717, #020617); padding: 120px 24px; position: relative }
.dg-goal__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center }
.dg-goal__img { width: 100%; height: 500px; object-fit: cover; border-radius: 24px }
.dg-goal__points { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 36px }
.dg-goal__pt { display: block; padding: 20px; border-radius: 16px; text-decoration: none; transition: background .25s ease, transform .25s ease }
.dg-goal__pt:hover { background: rgba(255, 255, 255, 0.06); transform: translateY(-4px) }
.dg-goal__pt .ic { font-size: 28px; margin-bottom: 12px }
.dg-goal__pt h4 { color: var(--text-warm); font-size: 18px; margin-bottom: 6px }
.dg-goal__pt p { color: var(--text-muted); font-size: 13px; line-height: 1.65 }

/* ── Team ── */
.dg-team { background: #020617; padding: 100px 24px; position: relative }
.dg-team__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px }
.dg-team__card { display: block; text-decoration: none; background: linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.03)), rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 22px; overflow: hidden; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28); transition: transform .3s ease }
.dg-team__card:hover { transform: translateY(-6px) }
.dg-team__card img { width: 100%; height: 240px; object-fit: cover }
.dg-team__body { padding: 24px }
.dg-team__body h3 { color: var(--text-warm); font-size: 20px; margin-bottom: 4px }
.dg-team__tag { color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: 4px; text-transform: uppercase; margin-bottom: 8px }
.dg-team__body p { color: var(--text-muted); font-size: 14px; line-height: 1.65 }

/* ── Awards ── */
.dg-awards { background: linear-gradient(180deg, #020617, #101010); padding: 100px 24px }
.dg-awards__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px }
.dg-awards__card { display: block; text-decoration: none; background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 22px; padding: 40px 28px; text-align: center; box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24); transition: transform .3s ease }
.dg-awards__card:hover { transform: translateY(-6px); border-color: rgba(226, 210, 170, 0.3) }
.dg-awards__year { font-size: 48px; font-weight: 800; color: var(--gold); line-height: 1; text-shadow: 0 0 18px rgba(214, 179, 106, 0.40) }
.dg-awards__card h3 { color: var(--text-warm); font-size: 18px; margin: 16px 0 6px }
.dg-awards__card p { color: var(--text-muted); font-size: 13px }

/* ── Contact ── */
.dg-contact { position: relative; min-height: 500px; overflow: hidden; background: #101010; padding: 100px 24px }
.dg-contact__bg { position: absolute; inset: 0; z-index: 1; overflow: hidden }
.dg-contact__bg img { width: 100%; height: 100%; object-fit: cover }
.dg-contact__overlay { position: absolute; inset: 0; z-index: 2; background: radial-gradient(circle at 50% 25%, rgba(255, 255, 255, 0.08), transparent 35%), linear-gradient(180deg, rgba(2, 6, 23, 0.15), rgba(2, 6, 23, 0.41) 58%, rgba(2, 6, 23, 0.88) 100%), linear-gradient(90deg, rgba(2, 6, 23, 0.48), rgba(2, 6, 23, 0.15) 50%, rgba(2, 6, 23, 0.48)) }
.dg-contact .dg-inner { position: relative; z-index: 3 }
.dg-contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px }
.dg-contact__info { display: grid; grid-template-columns: 1fr 1fr; gap: 24px }
.dg-contact__item { padding: 20px }
.dg-contact__item .ic { font-size: 22px; margin-bottom: 8px }
.dg-contact__item .lb { font-size: 11px; font-weight: 800; letter-spacing: 3px; color: var(--gold); text-transform: uppercase; margin-bottom: 4px }
.dg-contact__item .val { font-size: 15px; color: var(--text-warm) }
.dg-contact__form { display: flex; flex-direction: column; gap: 14px }
.dg-contact__form input, .dg-contact__form select, .dg-contact__form textarea { width: 100%; padding: 16px; border: 1px solid rgba(255, 255, 255, 0.12); background: rgba(255, 255, 255, 0.06); border-radius: 14px; color: var(--text-warm); font-family: Inter, sans-serif; font-size: 14px; outline: none; transition: border-color .2s }
.dg-contact__form input:focus, .dg-contact__form select:focus, .dg-contact__form textarea:focus { border-color: var(--gold) }
.dg-contact__form textarea { height: 120px; resize: vertical }
.dg-contact__form select { background: rgba(16, 16, 16, 0.9) }
.dg-contact__form select option { background: #101010; color: var(--text-warm) }
.dg-contact__submit { background: rgba(255, 255, 255, 0.1); color: var(--text-warm); border: 1px solid rgba(255, 255, 255, 0.22); padding: 16px 32px; border-radius: 14px; font-family: Inter, sans-serif; font-size: 13px; font-weight: 800; letter-spacing: 4px; text-transform: uppercase; cursor: pointer; transition: transform .26s ease, background .26s ease; align-self: flex-start }
.dg-contact__submit:hover { transform: translateY(-3px); background: rgba(255, 255, 255, 0.22) }

/* ── Responsive ── */
@media (max-width: 1100px) {
  .dg-perf__grid, .dg-core__grid, .dg-projects__grid, .dg-team__grid, .dg-awards__grid { grid-template-columns: repeat(2, minmax(0, 1fr)) }
}
@media (max-width: 768px) {
  .dg-hero { min-height: 620px }
  .dg-hero__inner { min-height: 620px; padding: 100px 18px 60px }
  .dg-hero__badge { min-height: 30px; padding: 0 18px; font-size: 10px; letter-spacing: 4px }
  .dg-hero h1 { font-size: clamp(30px, 10vw, 44px); letter-spacing: -2px }
  .dg-hero__sub { font-size: 15px; max-width: 100% }
  .dg-hero__btns { flex-direction: column; gap: 10px }
  .dg-hero__btn { width: 100%; min-width: 0; min-height: 50px; font-size: 11px; letter-spacing: 3px; border-radius: 12px }
  .dg-hero__scroll { bottom: 24px; font-size: 10px; letter-spacing: 4px }
  .dg-perf__grid, .dg-core__grid, .dg-projects__grid, .dg-team__grid, .dg-awards__grid { grid-template-columns: 1fr }
  .dg-perf__inner, .dg-core__inner { padding: 70px 14px }
  .dg-perf__card { min-height: auto; padding: 36px 20px 30px }
  .dg-perf__circle { width: 100px; height: 100px; margin-bottom: 24px }
  .dg-perf__num { font-size: 28px }
  .dg-core__card { min-height: auto }
  .dg-core__img-wrap { height: 200px }
  .dg-core__body { padding: 24px 20px }
  .dg-core__body h3 { font-size: 20px }
  .dg-core__link { font-size: 11px; letter-spacing: 4px }
  .dg-goal__grid { grid-template-columns: 1fr; gap: 30px }
  .dg-goal__img { height: 320px }
  .dg-goal__points { grid-template-columns: 1fr }
  .dg-team__card img { height: 200px }
  .dg-awards__card { padding: 30px 20px }
  .dg-awards__year { font-size: 36px }
  .dg-contact__grid { grid-template-columns: 1fr; gap: 30px }
  .dg-contact__info { grid-template-columns: 1fr; gap: 12px }
  .dg-contact__form input, .dg-contact__form select, .dg-contact__form textarea { padding: 14px; font-size: 16px }
  .dg-contact__submit { width: 100%; justify-content: center }
  .dg-projects { padding: 40px 14px }
}
@media (max-width: 480px) {
  .dg-hero { min-height: 560px }
  .dg-hero__inner { min-height: 560px; padding: 90px 14px 50px }
  .dg-hero h1 { font-size: clamp(26px, 9vw, 38px) }
  .dg-hero__sub { font-size: 14px }
  .dg-hero__badge { font-size: 9px; letter-spacing: 3px; padding: 0 14px }
  .dg-perf__circle { width: 80px; height: 80px }
  .dg-perf__num { font-size: 24px }
  .dg-perf__card h3 { font-size: 10px; letter-spacing: 3px }
  .dg-perf__card p { font-size: 12px }
  .dg-core__img-wrap { height: 180px }
  .dg-core__tag { font-size: 9px; letter-spacing: 3px; padding: 0 12px }
  .dg-core__body h3 { font-size: 18px }
  .dg-goal__img { height: 240px }
  .dg-awards__year { font-size: 28px }
  .dg-awards__card h3 { font-size: 15px }
}
