/* Domestic Distribution Network — page-specific premium styles */
.domestic-page {
  --dom-green: #0aa64a;
  --dom-green-dark: #088a3d;
  --dom-navy: #062a56;
  --dom-navy-deep: #041c3a;
  --dom-soft: #f7f9fc;
  --dom-card-radius: 22px;
  --dom-max: 1400px;
}

/* Tighter section rhythm */
.domestic-page .section-padding {
  padding-top: 52px;
  padding-bottom: 52px;
}

@media (max-width: 768px) {
  .domestic-page {
    overflow-x: clip;
    max-width: 100%;
  }

  .domestic-page .section-padding {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

.domestic-page .dom-hero .dom-hero-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
  z-index: 2;
}

@media (min-width: 640px) {
  .domestic-page .dom-hero .dom-hero-content {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .domestic-page .dom-hero .dom-hero-content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.domestic-page .dom-stats-wrap {
  margin-top: -2.75rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.25rem;
}

.domestic-page .dom-section-head,
.domestic-page .max-w-3xl.mb-8,
.domestic-page .text-center.max-w-2xl.mb-8,
.domestic-page .max-w-2xl.mb-8 {
  margin-bottom: 1.5rem !important;
}

.domestic-page .dom-partner {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .domestic-page .dom-partner {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .domestic-page .dom-partner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.domestic-page .max-w-dom {
  max-width: var(--dom-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .domestic-page .max-w-dom {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.dom-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.6rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.925rem;
  color: #fff;
  background: linear-gradient(135deg, #0aa64a 0%, #16a34a 55%, #088a3d 100%);
  box-shadow: 0 10px 28px rgba(10, 166, 74, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.dom-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(10, 166, 74, 0.36);
  filter: brightness(1.03);
}

.dom-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.925rem;
  color: var(--dom-navy);
  background: rgba(255, 255, 255, 0.92);
  border: 1.5px solid rgba(6, 42, 86, 0.14);
  box-shadow: 0 8px 22px rgba(6, 42, 86, 0.06);
  transition: transform 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.dom-btn-outline:hover {
  transform: translateY(-2px);
  border-color: var(--dom-green);
  color: var(--dom-green-dark);
}

/* Hero */
.dom-hero {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  display: flex;
  align-items: center;
  background: #0f172a;
  color: #fff;
}

.dom-hero-media {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.dom-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  will-change: transform;
}

.dom-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(15, 23, 42, 0.72) 0%,
      rgba(15, 23, 42, 0.48) 32%,
      rgba(15, 23, 42, 0.14) 54%,
      transparent 72%
    );
}

.dom-hero-content {
  width: 100%;
}

.dom-hero-copy {
  max-width: 46rem;
  margin-right: auto;
  text-align: left;
}

.dom-hero-glow {
  display: none;
}

.dom-hero::after {
  display: none;
}

@media (max-width: 767px) {
  .dom-hero {
    min-height: 440px;
  }

  .dom-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(15, 23, 42, 0.82) 0%,
        rgba(15, 23, 42, 0.62) 100%
      );
  }

  .dom-hero-copy {
    max-width: none;
  }
}

.dom-feature-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  font-size: 0.82rem;
  font-weight: 600;
}

/* Stats */
.dom-stats-wrap {
  margin-top: -2.75rem;
  position: relative;
  z-index: 5;
}

.dom-stat-card {
  background: #fff;
  border-radius: var(--dom-card-radius);
  border: 1px solid rgba(6, 42, 86, 0.06);
  box-shadow: 0 18px 40px rgba(6, 42, 86, 0.08);
  padding: 1.35rem 1.1rem;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dom-stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(6, 42, 86, 0.12);
}

.dom-stat-card .num {
  font-size: clamp(1.6rem, 2.4vw, 2.35rem);
  font-weight: 800;
  color: var(--dom-navy);
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.dom-stat-card .num span {
  color: var(--dom-green);
}

/* Capability cards */
.dom-cap-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
  align-items: start;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .dom-cap-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.dom-cap-card {
  background: #fff;
  border-radius: 22px;
  border: 1px solid rgba(6, 42, 86, 0.07);
  box-shadow: 0 16px 36px rgba(6, 42, 86, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dom-cap-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 42px rgba(6, 42, 86, 0.12);
}

.dom-cap-body {
  padding: 1.3rem 1.35rem 1.4rem;
}

.dom-cap-body--top {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding-bottom: 0.45rem;
}

.dom-cap-body h3 {
  font-size: 1.12rem;
  font-weight: 800;
  color: var(--dom-navy);
  line-height: 1.3;
}

.dom-cap-body p {
  margin-top: 0.45rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #6b7280;
}

.dom-cap-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 16px;
  background: #ecfdf5;
  color: var(--dom-green);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dom-cap-check {
  padding: 0 1.35rem 1.25rem;
}

.dom-india-art {
  background: #071a3a;
  aspect-ratio: 1 / 1;
  min-height: 340px;
  position: relative;
  overflow: hidden;
}

.dom-india-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.dom-pin {
  fill: #0aa64a;
  filter: drop-shadow(0 0 8px rgba(10, 166, 74, 0.55));
  animation: dom-pin-pulse 2.8s ease-in-out infinite;
}

.dom-pin:nth-child(2) { animation-delay: 0.4s; }
.dom-pin:nth-child(3) { animation-delay: 0.8s; }
.dom-pin:nth-child(4) { animation-delay: 1.2s; }
.dom-pin:nth-child(5) { animation-delay: 1.6s; }

@keyframes dom-pin-pulse {
  0%, 100% { opacity: 0.75; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.12); }
}

.dom-check li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.56rem 0;
  border-bottom: 1px solid rgba(6, 42, 86, 0.06);
  font-size: 0.92rem;
  color: #334155;
  font-weight: 500;
}

.dom-check li:last-child { border-bottom: 0; }

.dom-industry-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

.dom-industry-item {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  background: var(--dom-soft);
  border: 1px solid rgba(6, 42, 86, 0.05);
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--dom-navy);
  min-height: 3.15rem;
}

/* Process timeline */
.dom-process {
  background: linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
}

.dom-timeline {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.85rem;
  position: relative;
}

.dom-timeline::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 58px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(10, 166, 74, 0.55), rgba(6, 42, 86, 0.45), rgba(10, 166, 74, 0.55), transparent);
  opacity: 0.5;
}

.dom-step {
  position: relative;
  z-index: 1;
  padding: 1.35rem 0.95rem 1.25rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(6, 42, 86, 0.07);
  box-shadow: 0 10px 26px rgba(6, 42, 86, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
}

.dom-step::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--dom-green), var(--dom-navy));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.dom-step:hover {
  transform: translateY(-6px);
  border-color: rgba(10, 166, 74, 0.28);
  box-shadow: 0 20px 40px rgba(6, 42, 86, 0.12);
}

.dom-step:hover::before {
  opacity: 1;
}

.dom-step-dot {
  width: 52px;
  height: 52px;
  margin-bottom: 0.9rem;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 166, 74, 0.08);
  border: 1px solid rgba(10, 166, 74, 0.18);
  color: var(--dom-green);
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.dom-step-dot svg {
  width: 24px;
  height: 24px;
}

.dom-step:hover .dom-step-dot {
  transform: translateY(-4px) scale(1.04);
  background: var(--dom-green);
  border-color: var(--dom-green);
  color: #fff;
}

.dom-step-num {
  display: block;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dom-green);
  margin-bottom: 0.3rem;
}

.dom-step h3 {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--dom-navy);
  line-height: 1.3;
  margin-bottom: 0.4rem;
}

.dom-step p {
  font-size: 0.78rem;
  line-height: 1.5;
  color: #6b7280;
}

@media (max-width: 1279px) {
  .dom-timeline {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
  .dom-timeline::before { display: none; }
}

@media (max-width: 1023px) {
  .dom-timeline { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .dom-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dom-step { padding: 1.1rem 0.85rem; }
  .dom-step p { display: none; }
}

/* Supply chain wave */
.dom-supply {
  background: var(--dom-navy);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.dom-supply-nodes {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.75rem;
  position: relative;
  z-index: 2;
}

.dom-supply-node {
  text-align: center;
  padding: 1.1rem 0.5rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  transition: transform 0.25s ease, background 0.25s ease;
}

.dom-supply-node:hover {
  transform: translateY(-5px);
  background: rgba(10, 166, 74, 0.16);
}

.dom-supply-icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 0.7rem;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 166, 74, 0.18);
  color: #4ade80;
}

.dom-wave {
  position: absolute;
  left: 5%;
  right: 5%;
  top: 42%;
  height: 60px;
  z-index: 1;
  pointer-events: none;
  opacity: 0.45;
}

@media (max-width: 1023px) {
  .dom-supply-nodes { grid-template-columns: repeat(2, 1fr); }
  .dom-wave { display: none; }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .dom-supply-nodes { grid-template-columns: repeat(3, 1fr); }
}

/* States */
.dom-states-panel {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(6, 42, 86, 0.07);
  border-radius: 28px;
  box-shadow: 0 18px 44px rgba(6, 42, 86, 0.08);
  padding: 1.25rem;
}

.dom-states-head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.dom-states-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.dom-states-meta-card {
  background: linear-gradient(135deg, rgba(10, 166, 74, 0.08), rgba(6, 42, 86, 0.03));
  border: 1px solid rgba(10, 166, 74, 0.12);
  border-radius: 18px;
  padding: 1rem 1.05rem;
}

.dom-states-meta-card strong {
  display: block;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--dom-navy);
}

.dom-states-meta-card span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #64748b;
}

.dom-states-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .dom-states-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .dom-states-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .dom-states-head {
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
  }

  .dom-states-meta {
    width: 360px;
    flex-shrink: 0;
  }
}

.dom-state-card {
  appearance: none;
  border: 1px solid rgba(6, 42, 86, 0.08);
  background: #fff;
  border-radius: 16px;
  padding: 1rem 0.85rem;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(6, 42, 86, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.dom-state-card:hover,
.dom-state-card.is-active {
  transform: translateY(-5px);
  border-color: rgba(10, 166, 74, 0.45);
  box-shadow: 0 16px 36px rgba(10, 166, 74, 0.14), 0 0 0 3px rgba(10, 166, 74, 0.08);
  background: linear-gradient(180deg, #fff 0%, #f0fdf4 100%);
}

.dom-state-card .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--dom-green);
  box-shadow: 0 0 0 4px rgba(10, 166, 74, 0.15);
  display: inline-block;
  margin-right: 0.45rem;
}

/* Infrastructure */
.dom-infra {
  background: linear-gradient(135deg, #f7f9fc 0%, #eef8f1 50%, #f7f9fc 100%);
}

.dom-kpi {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  padding: 1.1rem 1rem;
  box-shadow: 0 12px 30px rgba(6, 42, 86, 0.07);
}

.dom-infra-media {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(6, 42, 86, 0.16);
  position: relative;
}

.dom-infra-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.dom-infra-badge {
  position: absolute;
  left: 1.1rem;
  bottom: 1.1rem;
  padding: 0.75rem 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--dom-navy);
}

/* Certs */
.dom-cert {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(6, 42, 86, 0.08);
  box-shadow: 0 14px 30px rgba(6, 42, 86, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0.35rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

@media (min-width: 640px) {
  .dom-cert {
    width: 148px;
    height: 148px;
    padding: 0.4rem;
  }
}

.dom-cert:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 20px 40px rgba(10, 166, 74, 0.14);
}

.dom-cert img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.dom-cert-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
}

.dom-cert-item span {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--dom-navy);
  letter-spacing: 0.02em;
}

/* Partner CTA */
.dom-partner {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 30%, rgba(10, 166, 74, 0.22), transparent 42%),
    radial-gradient(circle at 80% 70%, rgba(37, 99, 235, 0.18), transparent 40%),
    linear-gradient(135deg, #041c3a 0%, #062a56 55%, #0a2d5c 100%);
  color: #fff;
  border-radius: 28px;
}

.dom-partner-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.35;
  pointer-events: none;
}

/* FAQ */
.dom-faq details {
  background: #fff;
  border: 1px solid rgba(6, 42, 86, 0.08);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(6, 42, 86, 0.04);
}

.dom-faq details[open] {
  border-color: rgba(10, 166, 74, 0.28);
  box-shadow: 0 12px 28px rgba(10, 166, 74, 0.08);
}

.dom-faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem 1.2rem;
  font-weight: 700;
  color: var(--dom-navy);
}

.dom-faq summary::-webkit-details-marker { display: none; }

.dom-faq details[open] .dom-faq-chevron {
  transform: rotate(180deg);
  color: var(--dom-green);
}

@media (max-width: 639px) {
  .dom-states-panel {
    padding: 1rem;
  }

  .dom-states-meta {
    grid-template-columns: 1fr;
  }
}
