.site-main {
  display: grid;
  gap: 18px;
}

.inner-hero,
.inner-proof-strip,
.inner-cta-band {
  border: 1px solid rgba(157, 179, 196, 0.24);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.inner-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(280px, 0.86fr);
  gap: 20px;
  padding: 24px;
  overflow: hidden;
}

.inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(7, 20, 32, 0.8) 0%, rgba(7, 20, 32, 0.24) 58%, rgba(7, 20, 32, 0.04) 100%),
    url("../images/slide3.jpg.png") center/cover no-repeat;
  opacity: 0.94;
}

.inner-hero--proof::before {
  background:
    linear-gradient(115deg, rgba(7, 20, 32, 0.78) 0%, rgba(7, 20, 32, 0.18) 58%, rgba(7, 20, 32, 0.06) 100%),
    url("../images/slide1.jpg.png") center/cover no-repeat;
}

.inner-hero--contact::before {
  background:
    linear-gradient(115deg, rgba(7, 20, 32, 0.78) 0%, rgba(7, 20, 32, 0.2) 58%, rgba(7, 20, 32, 0.08) 100%),
    url("../images/slide2.jpg.png") center/cover no-repeat;
}

.inner-hero--company::before {
  background:
    linear-gradient(115deg, rgba(7, 20, 32, 0.82) 0%, rgba(7, 20, 32, 0.28) 58%, rgba(7, 20, 32, 0.12) 100%),
    url("../images/slide3.jpg.png") center/cover no-repeat;
}

.inner-hero > * {
  position: relative;
  z-index: 1;
}

.inner-hero__copy {
  max-width: 720px;
  color: #fff;
}

.inner-hero__copy .section-label {
  margin-bottom: 16px;
  background: rgba(255, 255, 255, 0.12);
  color: #f2c08c;
}

.inner-hero__copy h2 {
  margin: 0 0 16px;
  color: #fff;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.06;
}

.inner-hero__copy p {
  max-width: 600px;
  color: rgba(237, 245, 251, 0.84);
  font-size: 15px;
  line-height: 1.75;
}

.inner-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.inner-hero__list {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.inner-hero__list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(237, 245, 251, 0.82);
  font-size: 13px;
  line-height: 1.62;
}

.inner-hero__list li::before {
  content: "";
  flex: 0 0 8px;
  height: 8px;
  margin-top: 9px;
  border-radius: 999px;
  background: #f0a24d;
  box-shadow: 0 0 0 6px rgba(240, 162, 77, 0.12);
}

.inner-hero__panel {
  align-self: stretch;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(8, 22, 35, 0.82);
  color: #fff;
  box-shadow: 0 24px 50px rgba(7, 20, 32, 0.26);
}

.inner-hero__panel h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(1.35rem, 1.7vw, 1.75rem);
  line-height: 1.18;
}

.inner-hero__stats {
  display: grid;
  gap: 10px;
}

.inner-hero__stats article {
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
}

.inner-hero__stats strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

.inner-hero__stats span {
  display: block;
  color: rgba(237, 245, 251, 0.76);
  font-size: 14px;
  line-height: 1.6;
}

.inner-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 18px;
}

.inner-proof-card {
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(243, 247, 251, 0.86) 0%, rgba(255, 255, 255, 0.98) 100%);
  border: 1px solid rgba(157, 179, 196, 0.18);
}

.inner-proof-card h3 {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.22;
}

.inner-proof-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 13px;
  line-height: 1.72;
}

.inner-page-shell .middle {
  padding: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
}

.inner-page-shell .content,
.inner-page-shell .legacy-content {
  padding: 30px !important;
  border-top: none !important;
}

.inner-page-shell .content {
  width: auto !important;
  max-width: none !important;
}

.inner-page-shell .content > *:first-child,
.inner-page-shell .legacy-content > *:first-child {
  margin-top: 0 !important;
}

.inner-page-shell .content h2,
.inner-page-shell .content h3,
.inner-page-shell .content h4,
.inner-page-shell .content h6,
.inner-page-shell .legacy-content h2,
.inner-page-shell .legacy-content h3,
.inner-page-shell .legacy-content h4,
.inner-page-shell .legacy-content h6 {
  margin-top: 24px;
  margin-bottom: 12px;
  color: var(--accent-deep);
  font-family: "Space Grotesk", "Manrope", sans-serif;
  line-height: 1.22;
}

.inner-page-shell .content h2,
.inner-page-shell .legacy-content h2 {
  font-size: 26px;
}

.inner-page-shell .content h3,
.inner-page-shell .content h6,
.inner-page-shell .legacy-content h3,
.inner-page-shell .legacy-content h6 {
  font-size: 20px;
}

.inner-page-shell .content p,
.inner-page-shell .legacy-content p,
.inner-page-shell .bodycontent {
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.84;
}

.inner-page-shell .content a,
.inner-page-shell .legacy-content a,
.inner-page-shell .bodycontent a {
  color: var(--accent-deep);
  font-weight: 700;
}

.inner-page-shell .content ul,
.inner-page-shell .content ol,
.inner-page-shell .legacy-content ul,
.inner-page-shell .legacy-content ol {
  padding-left: 24px;
  color: var(--text-soft);
}

.inner-page-shell .content li,
.inner-page-shell .legacy-content li {
  margin-bottom: 8px;
  line-height: 1.75;
}

.inner-page-shell .content img,
.inner-page-shell .legacy-content img {
  max-width: 100%;
  height: auto;
}

.inner-page-shell .content table,
.inner-page-shell .legacy-content table {
  width: 100% !important;
  max-width: 100%;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
}

.inner-page-shell .content td,
.inner-page-shell .content th,
.inner-page-shell .legacy-content td,
.inner-page-shell .legacy-content th {
  padding: 10px 12px;
  border: 1px solid rgba(157, 179, 196, 0.24);
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.55;
  vertical-align: top;
}

.inner-page-shell .content iframe,
.inner-page-shell .legacy-content iframe {
  width: 100% !important;
  max-width: 100%;
  border: 0;
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
}

.inner-page-shell form table,
.inner-page-shell form table table {
  display: table;
  overflow: visible;
}

.contentimg {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: flex-start;
}

.contentimg a {
  display: block;
}

.contentimg img {
  width: clamp(150px, 16vw, 205px);
  border-radius: 20px;
  border: 1px solid rgba(157, 179, 196, 0.16);
  box-shadow: var(--shadow-soft);
  object-fit: cover;
}

.contentimg span {
  margin-left: auto !important;
  float: none !important;
  border-radius: 999px;
  background: rgba(215, 135, 61, 0.12) !important;
}

.tabheading,
.tabcontent {
  background: transparent;
}

.inqformtext,
.inner-page-shell input[type="text"],
.inner-page-shell input[type="email"],
.inner-page-shell input[type="file"],
.inner-page-shell textarea,
.inner-page-shell select {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(157, 179, 196, 0.34);
  border-radius: 14px;
  background: #fff;
  color: var(--text);
  font: inherit;
}

.inner-page-shell textarea {
  min-height: 140px;
  resize: vertical;
}

.inner-page-shell input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: middle;
}

.inner-page-shell input[type="submit"],
.inner-page-shell input[type="reset"],
.inner-page-shell button {
  min-height: 46px;
  padding: 0 20px;
  border: none;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.rightside,
#addindia {
  width: auto !important;
  float: none !important;
}

.inner-page-shell .content div[style*="width:700px"],
.inner-page-shell .content div[style*="width: 700px"] {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#addindia {
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.9;
}

.legacy-middle .content {
  padding: 30px !important;
}

.legacy-content {
  color: var(--text-soft);
}

.legacy-content hr {
  border: none;
  border-top: 1px solid rgba(157, 179, 196, 0.28);
  margin: 18px 0;
}

.inner-cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  background:
    radial-gradient(circle at top left, rgba(215, 135, 61, 0.16), transparent 24%),
    linear-gradient(135deg, #091723 0%, #10283b 100%);
  color: #fff;
}

.inner-cta-band h2 {
  margin: 0 0 10px;
  color: #fff;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(1.65rem, 2.2vw, 2.2rem);
  line-height: 1.12;
}

.inner-cta-band p {
  margin: 0;
  color: rgba(237, 245, 251, 0.76);
  font-size: 14px;
  line-height: 1.72;
}

.inner-cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.inner-page-shell marquee {
  display: none;
}

@media (max-width: 1180px) {
  .inner-hero,
  .inner-proof-strip,
  .inner-cta-band {
    grid-template-columns: 1fr;
  }

  .inner-cta-band__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .inner-hero,
  .inner-proof-strip,
  .inner-cta-band {
    padding: 20px;
  }

  .inner-page-shell .content,
  .inner-page-shell .legacy-content,
  .legacy-middle .content {
    padding: 20px !important;
  }

  .contentimg img {
    width: min(100%, 220px);
  }

  .inner-page-shell .content table,
  .inner-page-shell .legacy-content table {
    font-size: 13px;
  }

  .rightside span[style*="padding-left"],
  #addindia span[style*="padding-left"] {
    display: block;
    padding-left: 0 !important;
    margin-top: 4px;
  }

  .inner-page-shell .content iframe,
  .inner-page-shell .legacy-content iframe {
    min-height: 260px;
  }
}

@media (max-width: 640px) {
  .inner-hero__actions,
  .inner-cta-band__actions {
    flex-direction: column;
  }

  .inner-hero__copy h2 {
    font-size: 1.85rem;
  }

  .contentimg {
    display: grid;
  }

  .inner-page-shell .content,
  .inner-page-shell .legacy-content,
  .legacy-middle .content {
    padding: 18px !important;
  }
}
