/* Copyright Aadithya Eye Care */

.dg-wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(20px,4vw,48px); }
.dg-wrap--tight { max-width: 900px; }

.dg-eyebrow { display: inline-flex; align-items: center; gap: .6em; font-family: var(--font-head); font-weight: 600; font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; color: var(--primary); margin-bottom: 1.2rem; }
.dg-eyebrow__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(31,158,87,.18); }
.dg-eyebrow--light { color: rgba(255,255,255,.82); }
.dg-eyebrow--light .dg-eyebrow__dot { background: var(--accent); box-shadow: 0 0 0 4px rgba(31,158,87,.3); }

.dg-hero {
  position: relative; overflow: hidden; isolation: isolate;
  background: linear-gradient(170deg, #f5fbfc 0%, #eaf6f7 55%, #dff2f3 100%);
  padding: clamp(140px,18vh,200px) 0 clamp(64px,8vw,104px);
}
.dg-hero__glow {
  position: absolute; top: -22%; left: 58%; transform: translateX(-50%);
  width: 90vw; height: 70vh;
  background: radial-gradient(ellipse at center, rgba(31,158,87,.28), rgba(22,146,76,.1) 42%, transparent 70%);
  filter: blur(20px); z-index: 0; pointer-events: none;
}
.dg-hero__shape {
  position: absolute; border-radius: 50%; z-index: 0; pointer-events: none; filter: blur(2px);
}
.dg-hero__shape--1 {
  top: 12%; right: 5%;
  width: clamp(150px,20vw,300px); height: clamp(150px,20vw,300px);
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.9), rgba(31,158,87,.2));
  opacity: .5; mix-blend-mode: screen;
}
.dg-hero__shape--2 {
  bottom: 0; left: -5%;
  width: clamp(140px,18vw,260px); height: clamp(140px,18vw,260px);
  background: radial-gradient(circle at 40% 40%, rgba(22,146,76,.24), transparent 70%);
  opacity: .5;
}
.dg-hero__inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.08fr .92fr;
  gap: clamp(36px,5vw,80px); align-items: center;
}
.dg-breadcrumb {
  display: flex; align-items: center; gap: .5em;
  font-family: var(--font-head); font-weight: 600; font-size: .82rem;
  letter-spacing: .02em; color: var(--muted); margin-bottom: 1.4rem;
}
.dg-breadcrumb a { color: var(--primary); transition: color .3s; }
.dg-breadcrumb a:hover { color: var(--secondary); }
.dg-breadcrumb span { opacity: .5; }
.dg-hero__title {
  font-family: var(--font-head); font-weight: 800;
  letter-spacing: -.03em; line-height: 1.04;
  font-size: clamp(2.4rem,5.4vw,4.3rem);
  max-width: 16ch; margin-bottom: 1.4rem;
}
.dg-hero__lead {
  font-size: clamp(1.04rem,1.6vw,1.24rem);
  color: var(--muted); max-width: 54ch; margin-bottom: 2.2rem;
}
.dg-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: clamp(30px,4vw,48px); }
.dg-hero__stats { display: flex; gap: clamp(22px,4vw,46px); flex-wrap: wrap; }
.dg-hstat__n {
  font-family: var(--font-head); font-weight: 800;
  font-size: clamp(1.7rem,3vw,2.4rem);
  color: var(--primary); letter-spacing: -.03em; line-height: 1;
}
.dg-hstat__n em { font-style: normal; color: var(--secondary); }
.dg-hstat__l { margin-top: .45rem; font-size: .88rem; color: var(--muted); font-weight: 500; max-width: 18ch; }
.dg-hero__media { position: relative; }
.dg-figure {
  position: relative; border-radius: var(--r-xl);
  overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/5;
  transition: box-shadow .6s var(--ease);
}
.dg-figure::after {
  content: ""; position: absolute; inset: 12px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: calc(var(--r-xl) - 6px);
  pointer-events: none; z-index: 2;
}
.dg-figure img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dg-hero__badge {
  position: absolute; left: -5%; bottom: 9%;
  border-radius: var(--r-sm); padding: 10px 14px;
  display: flex; flex-direction: column; gap: 1px; z-index: 3;
  background: linear-gradient(160deg, rgba(255,255,255,.94), rgba(255,255,255,.72));
  backdrop-filter: blur(24px) saturate(160%);
  border: 1px solid rgba(255,255,255,.82);
  box-shadow: 0 18px 40px -16px rgba(9,58,36,.2), 0 0 0 1px rgba(255,255,255,.6) inset;
  animation: floatBadge 7s ease-in-out infinite;
}
.dg-hero__badge strong { font-family: var(--font-head); font-weight: 800; font-size: .96rem; color: var(--primary); }
.dg-hero__badge span { font-size: .76rem; color: var(--muted); }
.dg-hero__chip {
  position: absolute; top: 7%; right: -4%;
  display: inline-flex; align-items: center; gap: 9px;
  border-radius: 100px; padding: .55em 1.05em;
  font-family: var(--font-head); font-weight: 700; font-size: .88rem;
  color: var(--ink); z-index: 3;
  background: linear-gradient(160deg, rgba(255,255,255,.94), rgba(255,255,255,.72));
  backdrop-filter: blur(24px) saturate(160%);
  border: 1px solid rgba(255,255,255,.82);
  box-shadow: 0 18px 40px -16px rgba(9,58,36,.2), 0 0 0 1px rgba(255,255,255,.6) inset;
  animation: floatChip 5.5s ease-in-out infinite .8s;
}
.dg-hero__chip i { width: 17px; height: 17px; color: var(--primary); }
@keyframes floatBadge { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-8px) rotate(0deg); } }
@keyframes floatChip { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

.dg-trust {
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: clamp(40px,5vw,64px) 0;
}
.dg-trust__grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: clamp(16px,2vw,24px); align-items: start;
}
.dg-trust__item {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; gap: 6px; padding: 0 12px;
}
.dg-trust__item + .dg-trust__item { border-left: 1px solid var(--line); }
.dg-trust__num {
  font-family: var(--font-head); font-weight: 800;
  font-size: clamp(2rem,3.5vw,2.8rem);
  letter-spacing: -.03em; line-height: 1;
  color: var(--primary);
}
.dg-trust__num em { font-style: normal; color: var(--secondary); }
.dg-trust__label { font-size: .88rem; color: var(--muted); font-weight: 500; max-width: 16ch; line-height: 1.4; }

.dg-intro {
  background: var(--bg-alt);
  padding: clamp(72px,10vw,140px) 0;
}
.dg-intro__grid {
  display: grid; grid-template-columns: .8fr 1.2fr;
  gap: clamp(28px,5vw,80px); align-items: start;
}
.dg-intro__head h2 {
  font-size: clamp(1.8rem,3.6vw,2.8rem);
  line-height: 1.08; letter-spacing: -.025em;
}
.dg-intro__head h2 em { font-style: normal; color: var(--primary); }
.dg-intro__body p {
  color: var(--muted);
  font-size: clamp(1.02rem,1.5vw,1.16rem);
  line-height: 1.8;
}
.dg-intro__body p + p { margin-top: 1.1em; }
.dg-intro__points {
  margin-top: 1.8rem;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.dg-intro__points li {
  display: flex; align-items: center; gap: 11px;
  color: var(--ink); font-size: .98rem; font-weight: 500;
}
.dg-intro__points i { width: 20px; height: 20px; color: var(--secondary); flex-shrink: 0; }

.dg-equipment {
  background: #fff;
  padding: clamp(72px,10vw,140px) 0;
}
.dg-eq__head {
  max-width: 700px;
  margin-bottom: clamp(48px,6vw,80px);
}
.dg-eq__head h2 {
  font-size: clamp(2rem,4vw,3.2rem);
  letter-spacing: -.03em; line-height: 1.06; margin-bottom: .5em;
}
.dg-eq__head h2 em { font-style: normal; color: var(--primary); }
.dg-eq__head p { font-size: 1.05rem; color: var(--muted); }

.dg-eq__grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: clamp(16px,2vw,24px);
}
.dg-eq__card {
  position: relative; overflow: hidden;
  border-radius: var(--r-lg);
  padding: clamp(26px,3vw,42px) clamp(22px,2.6vw,34px);
  background: linear-gradient(160deg, rgba(255,255,255,.92), rgba(255,255,255,.65));
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: var(--shadow-sm);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .5s var(--ease);
}
.dg-eq__card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: rgba(31,158,87,.35);
}
.dg-eq__card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--secondary), var(--accent));
  border-radius: 0 0 2px 2px;
}
.dg-eq__num {
  font-family: var(--font-head); font-weight: 800;
  font-size: 3.5rem; letter-spacing: -.04em; line-height: 1;
  color: rgba(31,158,87,.15); display: block; margin-bottom: .6rem;
}
.dg-eq__icon {
  display: grid; place-items: center;
  width: 56px; height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(11,106,60,.1), rgba(31,158,87,.18));
  color: var(--primary);
  margin-bottom: 1.4rem;
  transition: transform .5s var(--ease), background .5s var(--ease), color .5s var(--ease), box-shadow .5s var(--ease);
}
.dg-eq__card:hover .dg-eq__icon {
  background: linear-gradient(140deg, var(--primary), var(--secondary));
  color: #fff;
  transform: translateY(-3px) rotate(-5deg);
  box-shadow: 0 12px 28px -10px rgba(11,106,60,.5);
}
.dg-eq__icon i { width: 24px; height: 24px; }
.dg-eq__tag {
  font-family: var(--font-head); font-weight: 700;
  font-size: .75rem; letter-spacing: .08em; text-transform: uppercase;
  color: var(--accent); margin-bottom: .5rem; display: block;
}
.dg-eq__card h3 {
  font-size: clamp(1.05rem,1.6vw,1.28rem);
  margin-bottom: .5em; line-height: 1.2;
}
.dg-eq__card p {
  font-size: .9rem; color: var(--muted); line-height: 1.68;
}
.dg-eq__card p + p { margin-top: .75em; }

.dg-eq__card--featured {
  grid-column: span 2;
  display: grid; grid-template-columns: 1fr 1.2fr;
  gap: clamp(24px,3vw,44px);
  align-items: center;
  background: linear-gradient(140deg, rgba(11,106,60,.06), rgba(31,158,87,.1), rgba(255,255,255,.8));
  border-color: rgba(31,158,87,.25);
}
.dg-eq__card--featured:hover { border-color: rgba(31,158,87,.5); }
.dg-eq__card--featured .dg-eq__num { font-size: 5rem; }
.dg-eq__card--featured p { font-size: .96rem; }
.dg-eq__featured-img {
  border-radius: var(--r-lg); overflow: hidden;
  aspect-ratio: 4/3; box-shadow: var(--shadow-md);
}
.dg-eq__featured-img img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}

.dg-process {
  background: var(--bg-alt);
  padding: clamp(72px,10vw,140px) 0;
}
.dg-process__grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(44px,7vw,100px); align-items: center;
}
.dg-process__content { display: flex; flex-direction: column; gap: clamp(24px,3vw,36px); }
.dg-process__content h2 {
  font-size: clamp(2rem,4vw,3.2rem);
  letter-spacing: -.03em; line-height: 1.06;
}
.dg-process__content h2 em { font-style: normal; color: var(--primary); }
.dg-process__content p { font-size: 1.05rem; color: var(--muted); line-height: 1.75; }
.dg-steps { display: flex; flex-direction: column; gap: 0; }
.dg-step {
  display: grid; grid-template-columns: 48px 1fr;
  gap: 18px; align-items: start;
  padding: clamp(18px,2vw,26px) 0;
  border-bottom: 1px solid var(--line-strong);
  position: relative;
}
.dg-step:first-child { border-top: 1px solid var(--line-strong); }
.dg-step__n {
  display: grid; place-items: center;
  width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
  font-family: var(--font-head); font-weight: 800; font-size: .95rem;
  color: #fff;
  background: linear-gradient(140deg, var(--primary), var(--secondary));
  box-shadow: 0 10px 22px -12px rgba(11,106,60,.7);
}
.dg-step__b h4 { font-size: 1.06rem; margin-bottom: .3rem; letter-spacing: -.01em; }
.dg-step__b p { color: var(--muted); font-size: .93rem; line-height: 1.65; }
.dg-process__visual { position: relative; }
.dg-process__img {
  border-radius: var(--r-xl); overflow: hidden;
  aspect-ratio: 4/5; box-shadow: var(--shadow-lg);
}
.dg-process__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dg-process__badge {
  position: absolute; bottom: -24px; left: -24px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-radius: var(--r-md); padding: 22px 26px;
  box-shadow: 0 24px 48px -16px rgba(11,106,60,.5);
  display: flex; flex-direction: column; gap: 4px;
}
.dg-process__badge strong {
  font-family: var(--font-head); font-weight: 800;
  font-size: 1.8rem; color: #fff; line-height: 1; letter-spacing: -.03em;
}
.dg-process__badge span { font-size: .8rem; color: rgba(255,255,255,.75); }

.dg-theatre {
  background: linear-gradient(165deg, #0c3a40, #0A3B24 55%, #082529);
  padding: clamp(80px,12vw,160px) 0;
  color: #eaf6f7; position: relative; overflow: hidden; isolation: isolate;
}
.dg-theatre__bg-glow {
  position: absolute; top: -10%; right: -5%;
  width: 70vw; height: 80%;
  background: radial-gradient(ellipse at 60% 30%, rgba(31,158,87,.12), transparent 65%);
  pointer-events: none; z-index: 0;
}
.dg-theatre__head {
  position: relative; z-index: 1;
  max-width: 780px; margin-bottom: clamp(48px,6vw,72px);
}
.dg-theatre__head h2 {
  font-size: clamp(2rem,4vw,3.2rem);
  letter-spacing: -.03em; line-height: 1.06;
  color: #fff; margin: .5em 0 .7em;
}
.dg-theatre__head h2 em { font-style: normal; color: var(--accent); }
.dg-theatre__lead {
  font-size: clamp(1rem,1.5vw,1.12rem);
  color: rgba(255,255,255,.65); line-height: 1.8; max-width: 68ch;
}
.dg-theatre__body {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr .75fr;
  gap: clamp(32px,5vw,72px); align-items: start;
}
.dg-theatre__cards {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.dg-theatre__card {
  display: flex; align-items: flex-start; gap: 16px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r-lg);
  padding: clamp(18px,2vw,26px) clamp(16px,2vw,24px);
  backdrop-filter: blur(12px);
  transition: background .4s, border-color .4s, transform .4s var(--ease);
}
.dg-theatre__card:hover {
  background: rgba(31,158,87,.1);
  border-color: rgba(31,158,87,.3);
  transform: translateY(-3px);
}
.dg-theatre__card--wide { grid-column: span 2; }
.dg-theatre__card-icon {
  display: grid; place-items: center; flex-shrink: 0;
  width: 44px; height: 44px; border-radius: 12px;
  background: linear-gradient(135deg, rgba(31,158,87,.22), rgba(22,146,76,.15));
  color: var(--accent);
  transition: background .4s, transform .4s var(--ease);
}
.dg-theatre__card:hover .dg-theatre__card-icon {
  background: linear-gradient(135deg, var(--accent), var(--secondary));
  color: #fff;
  transform: rotate(-5deg) scale(1.08);
}
.dg-theatre__card-icon i { width: 20px; height: 20px; }
.dg-theatre__card h4 {
  font-size: .98rem; font-weight: 700; color: #fff;
  margin-bottom: .25rem; letter-spacing: -.01em;
}
.dg-theatre__card p { font-size: .88rem; color: rgba(255,255,255,.58); line-height: 1.6; }
.dg-theatre__visual { display: flex; flex-direction: column; gap: 24px; }
.dg-theatre__img-wrap {
  position: relative; border-radius: var(--r-xl); overflow: hidden;
  aspect-ratio: 3/4; box-shadow: 0 40px 80px -24px rgba(0,0,0,.6);
  border: 1px solid rgba(255,255,255,.08);
}
.dg-theatre__img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dg-theatre__overlay-card {
  position: absolute; bottom: 20px; left: 20px;
  background: rgba(8,37,41,.72);
  backdrop-filter: blur(18px) saturate(140%);
  border: 1px solid rgba(31,158,87,.25);
  border-radius: var(--r-md); padding: 14px 18px;
  display: flex; flex-direction: column; gap: 2px;
}
.dg-theatre__overlay-card strong {
  font-family: var(--font-head); font-weight: 800;
  font-size: 1.05rem; color: #fff;
}
.dg-theatre__overlay-card span { font-size: .78rem; color: rgba(255,255,255,.6); }
.dg-theatre__cta { align-self: flex-start; width: 100%; justify-content: center; }

.dg-cta {
  background: var(--bg);
  padding: clamp(80px,11vw,150px) 0;
}
.dg-cta__card {
  position: relative; overflow: hidden; isolation: isolate;
  border-radius: var(--r-xl);
  background: linear-gradient(145deg, var(--primary) 0%, #0d5a5e 40%, var(--secondary) 100%);
  padding: clamp(52px,7vw,96px) clamp(36px,5vw,80px);
  box-shadow: 0 40px 80px -30px rgba(11,106,60,.55);
  text-align: center;
  border: 1px solid rgba(255,255,255,.12);
}
.dg-cta__card::before {
  content: ''; position: absolute;
  top: -40%; right: -12%; width: 55%; height: 160%;
  background: radial-gradient(circle at center, rgba(255,255,255,.22), transparent 62%);
  pointer-events: none;
}
.dg-cta__card::after {
  content: ''; position: absolute;
  bottom: -30%; left: -10%; width: 50%; height: 130%;
  background: radial-gradient(circle, rgba(255,255,255,.14), transparent 62%);
  pointer-events: none;
}
.dg-cta__inner { position: relative; z-index: 2; max-width: 680px; margin: 0 auto; }
.dg-cta__card h2 {
  color: #fff;
  font-size: clamp(2rem,4.4vw,3.2rem);
  line-height: 1.06; letter-spacing: -.025em;
  margin: .3em auto .35em;
}
.dg-cta__card p {
  color: rgba(255,255,255,.88);
  font-size: 1.06rem; line-height: 1.72;
  max-width: 52ch; margin: 0 auto;
}
.dg-cta__actions {
  display: flex; flex-wrap: wrap; gap: 14px;
  justify-content: center;
  margin-top: clamp(28px,4vw,42px);
}
.dg-cta__card .btn--solid {
  background: #fff; color: var(--primary);
  box-shadow: 0 14px 30px -12px rgba(7,32,36,.45);
}
.dg-cta__card .btn--ghost {
  background: rgba(255,255,255,.12);
  color: #fff; border: 1px solid rgba(255,255,255,.4);
}
.dg-cta__contact {
  display: flex; flex-wrap: wrap; gap: 14px 40px;
  justify-content: center;
  margin-top: clamp(22px,3vw,34px);
  padding-top: clamp(20px,3vw,32px);
  border-top: 1px solid rgba(255,255,255,.22);
}
.dg-cta__contact a {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-head); font-weight: 600;
  color: #fff; transition: opacity .3s;
}
.dg-cta__contact a:hover { opacity: .8; }
.dg-cta__contact i { width: 17px; height: 17px; }

@media (max-width: 1024px) {
  .dg-hero__inner { grid-template-columns: 1fr; gap: clamp(40px,7vw,60px); }
  .dg-hero__media { max-width: 440px; }
  .dg-figure { aspect-ratio: 5/4; }
  .dg-hero__badge { bottom: 8%; left: 0; }
  .dg-hero__chip { right: 0; }
  .dg-intro__grid { grid-template-columns: 1fr; gap: 24px; }
  .dg-eq__card--featured { grid-column: span 1; grid-template-columns: 1fr; }
  .dg-process__grid { grid-template-columns: 1fr; }
  .dg-theatre__body { grid-template-columns: 1fr; }
  .dg-theatre__img-wrap { aspect-ratio: 16/9; }
  .dg-theatre__cta { width: auto; }
}
@media (max-width: 860px) {
  .dg-eq__grid { grid-template-columns: 1fr 1fr; }
  .dg-trust__grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .dg-trust__item + .dg-trust__item { border-left: none; }
  .dg-trust__item:nth-child(odd) + .dg-trust__item { border-left: 1px solid var(--line); }
  .dg-intro__points { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .dg-eq__grid { grid-template-columns: 1fr; }
  .dg-process__badge { bottom: -16px; left: -12px; }
}
