:root {
  --nexus-bg-glass: rgba(0, 0, 0, 0.46);
  --nexus-bg-glass-strong: rgba(0, 0, 0, 0.62);
  --nexus-border: rgba(73, 222, 197, 0.24);
  --nexus-border-strong: rgba(73, 222, 197, 0.5);
  --nexus-text: #d8fbff;
  --nexus-text-soft: rgba(216, 251, 255, 0.88);
  --nexus-accent: #49dec5;
  --nexus-accent-2: #91f5ff;
  --nexus-shadow: 0 0 30px rgba(73, 222, 197, 0.12);
  --nexus-radius: 28px;
  --nexus-width: min(1200px, 92vw);
}

body.page-template-page-about,
body.page-template-page-about-php,
body.page-about {
  background: #000;
}

body.page-template-page-about #about-page-content,
body.page-template-page-about-php #about-page-content,
body.page-about #about-page-content {
  position: relative;
  width: 100%;
  z-index: 1;
}

body.page-template-page-about #menu,
body.page-template-page-about-php #menu,
body.page-about #menu {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.72));
  backdrop-filter: blur(10px);
}

body.admin-bar.page-template-page-about #menu,
body.admin-bar.page-template-page-about-php #menu,
body.admin-bar.page-about #menu {
  top: 32px;
}

.nexus-about-page .content-padding {
  width: var(--nexus-width);
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0;
  text-align: center;
  background: transparent;
}

.nexus-about-page .section-shell {
  position: relative;
  width: 100%;
}

.nexus-about-page h1,
.nexus-about-page h2,
.nexus-about-page h3,
.nexus-about-page p,
.nexus-about-page li,
.nexus-about-page a,
.nexus-about-page span {
  color: var(--nexus-text);
}

.nexus-about-page h1,
.nexus-about-page h2,
.nexus-about-page h3,
.nexus-about-page .nexus-section-title {
  font-family: "Sora", "Poppins", sans-serif;
}

.nexus-about-page p,
.nexus-about-page li,
.nexus-about-page a,
.nexus-about-page .nexus-button {
  font-family: "Poppins", sans-serif;
}

.nexus-section-kicker {
  color: var(--nexus-accent);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.82rem;
  font-weight: 600;
}

.nexus-section-heading {
  max-width: 920px;
  margin: 0 auto 2.75rem;
}

.nexus-section-title {
  font-size: clamp(2.35rem, 4.8vw, 4.1rem);
  line-height: 1.04;
  font-weight: 700;
  margin: 0.4rem 0 1rem;
  justify-content: center;
}

.nexus-section-text {
  max-width: 860px;
  margin: 0 auto;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.72;
  color: var(--nexus-text-soft);
}

.nexus-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0.95rem 1.5rem;
  border-radius: 999px;
  border: 1px solid var(--nexus-border-strong);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    color 0.22s ease;
}

.nexus-button:hover {
  transform: translateY(-2px);
}

.nexus-button--primary {
  background: linear-gradient(135deg, rgba(73, 222, 197, 0.22), rgba(145, 245, 255, 0.1));
  box-shadow: var(--nexus-shadow);
}

.nexus-button--primary:hover {
  background: linear-gradient(135deg, rgba(73, 222, 197, 0.34), rgba(145, 245, 255, 0.16));
  border-color: rgba(145, 245, 255, 0.72);
}

.nexus-button--secondary {
  background: rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(8px);
}

.nexus-button--secondary:hover {
  background: rgba(73, 222, 197, 0.1);
}

.nexus-about-card {
  padding: 1.6rem;
  border: 1px solid var(--nexus-border);
  border-radius: var(--nexus-radius);
  background: var(--nexus-bg-glass);
  backdrop-filter: blur(10px);
  box-shadow: var(--nexus-shadow);
  text-align: left;
}

.nexus-about-card h2,
.nexus-about-card h3 {
  margin: 0 0 0.8rem;
  color: var(--nexus-accent-2);
  line-height: 1.08;
}

.nexus-about-card h2 {
  font-size: clamp(1.9rem, 3vw, 2.8rem);
}

.nexus-about-card h3 {
  font-size: clamp(1.3rem, 2vw, 1.75rem);
}

.nexus-about-card p {
  margin: 0 0 0.95rem;
  line-height: 1.7;
  color: var(--nexus-text-soft);
}

.nexus-about-card p:last-child {
  margin-bottom: 0;
}

.nexus-about-card--large {
  min-height: 100%;
}

.nexus-about-card--wide {
  padding: 2.3rem clamp(1.3rem, 2.5vw, 3rem);
  background: var(--nexus-bg-glass-strong);
}

.nexus-about-card--center {
  text-align: center;
}

.nexus-about-card--center .nexus-section-text {
  max-width: 760px;
  margin:auto;
}

.nexus-bullet-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.nexus-bullet-list li {
  position: relative;
  padding-left: 1.15rem;
  line-height: 1.6;
  color: var(--nexus-text-soft);
}

.nexus-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--nexus-accent);
  box-shadow: 0 0 12px rgba(73, 222, 197, 0.4);
}

/* Hero */

.nexus-about-hero {
  padding: 8rem 0 2.4rem;
}

.nexus-about-hero__inner {
  max-width: 1080px;
  margin: 0 auto;
}

.nexus-about-hero__title {
  max-width: 15ch;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2.45rem, 4.2vw, 4rem);
  line-height: 1.03;
}

.nexus-about-hero__text {
  max-width: 840px;
}

.nexus-about-hero__actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.6rem;
}

/* Layout sections */

.nexus-about-intro,
.nexus-about-approach,
.nexus-about-fit,
.nexus-about-difference,
.nexus-about-strengths,
.nexus-about-process,
.nexus-about-cta {
  padding: 3rem 0 0;
}

.nexus-about-grid {
  display: grid;
  gap: 1.3rem;
  align-items: start;
}

.nexus-about-grid--two {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.nexus-about-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nexus-about-process__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}

.nexus-about-step {
  position: relative;
}

.nexus-about-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 36px;
  right: -30px;
  width: 60px;
  height: 2px;
  background: linear-gradient(to right, rgba(73, 222, 197, 0.2), rgba(145, 245, 255, 0.65));
  box-shadow: 0 0 14px rgba(73, 222, 197, 0.18);
}

.nexus-about-step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 31px;
  right: -30px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid rgba(145, 245, 255, 0.7);
}

.nexus-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 48px;
  margin-bottom: 1rem;
  border-radius: 999px;
  border: 1px solid var(--nexus-border-strong);
  background: rgba(73, 222, 197, 0.12);
  color: var(--nexus-accent-2);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.nexus-about-cta {
  padding-bottom: 4.75rem;
}
.nexus-icon{
  vertical-align: middle;

  height:48px;
  width:48px;
  
}
/* Responsive */

@media (max-width: 1100px) {
  .nexus-about-grid--two,
  .nexus-about-grid--three,
  .nexus-about-process__grid {
    grid-template-columns: 1fr;
  }

  .nexus-about-step:not(:last-child)::after,
  .nexus-about-step:not(:last-child)::before {
    display: none;
  }
}

@media (max-width: 768px) {
  body.admin-bar.page-template-page-about #menu-mobile,
  body.admin-bar.page-template-page-about-php #menu-mobile,
  body.page-about #menu-mobile {
    top: 46px;
  }

  .nexus-about-hero {
    padding: 6.8rem 0 2rem;
  }

  .nexus-about-hero__actions .nexus-button {
    width: 100%;
    max-width: 360px;
  }

  .nexus-about-card {
    border-radius: 22px;
    padding: 1.3rem 1.15rem;
  }

  .nexus-about-card--wide {
    padding: 2rem 1.15rem;
  }
}

@media (max-width: 520px) {
  .nexus-section-title {
    font-size: clamp(1.95rem, 9vw, 2.8rem);
  }

  .nexus-about-card h2 {
    font-size: 1.8rem;
  }

  .nexus-about-card h3 {
    font-size: 1.35rem;
  }
}