* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* HERO SECTION */
.about-hero-section {
  position: relative;
  overflow: hidden;
  padding: 56px 20px 48px;
  background:
    radial-gradient(circle at top left, rgba(108, 99, 255, 0.14), transparent 28%),
    radial-gradient(circle at bottom right, rgba(255, 122, 24, 0.12), transparent 26%),
    linear-gradient(180deg, #f7f8fc 0%, #eef2fa 100%);
}

.about-hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 140px);
}

.about-hero-blur {
  position: absolute;
  border-radius: 50%;
  filter: blur(44px);
  z-index: 1;
  pointer-events: none;
}

.about-blur-one {
  top: -60px;
  left: -40px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(108, 99, 255, 0.20) 0%, transparent 70%);
}

.about-blur-two {
  right: -70px;
  top: 20px;
  width: 230px;
  height: 230px;
  background: radial-gradient(circle, rgba(255, 122, 24, 0.16) 0%, transparent 72%);
}

.about-hero-left,
.about-hero-right {
  position: relative;
  z-index: 2;
}

.about-hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(108, 99, 255, 0.16);
  box-shadow: 0 8px 24px rgba(31, 41, 55, 0.06);
  backdrop-filter: blur(10px);
  color: #5b6072;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.about-hero-left h1 {
  font-size: clamp(31px, 4.2vw, 54px);
  line-height: 1.04;
  color: #17172b;
  font-weight: 800;
  letter-spacing: -1.1px;
  max-width: 650px;
  margin-bottom: 14px;
}

.about-hero-left h1 span {
  background: linear-gradient(135deg, #6c63ff 0%, #ff7a18 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-hero-description {
  font-size: 15px;
  line-height: 1.75;
  color: #565d71;
  max-width: 610px;
  margin-bottom: 18px;
}

.about-hero-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.about-btn-primary,
.about-btn-outline {
  min-height: 50px;
  padding: 13px 20px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease, color 0.28s ease;
}

.about-btn-primary {
  border: none;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, #6c63ff 0%, #ff7a18 100%);
  box-shadow: 0 16px 32px rgba(108, 99, 255, 0.22);
}

.about-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 38px rgba(108, 99, 255, 0.28);
}

.about-btn-outline {
  color: #6c63ff;
  border: 1px solid rgba(108, 99, 255, 0.24);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
}

.about-btn-outline:hover {
  transform: translateY(-3px);
  background: #6c63ff;
  color: #fff;
  box-shadow: 0 14px 28px rgba(108, 99, 255, 0.18);
}

.about-hero-trust-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.about-hero-trust-points span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(108, 99, 255, 0.08);
  border: 1px solid rgba(108, 99, 255, 0.12);
  color: #474d62;
  font-size: 11px;
  font-weight: 600;
}

/* RIGHT VISUAL */
.about-hero-visual-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-growth-card {
  width: 100%;
  max-width: 455px;
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(25, 27, 54, 0.96) 0%, rgba(51, 46, 97, 0.94) 100%);
  border: 1px solid rgba(108, 99, 255, 0.22);
  box-shadow: 0 24px 54px rgba(25, 27, 54, 0.16);
  position: relative;
  overflow: hidden;
}

.about-growth-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(108, 99, 255, 0.18), transparent 34%),
    radial-gradient(circle at bottom right, rgba(255, 122, 24, 0.14), transparent 30%);
  pointer-events: none;
}

.about-growth-top,
.about-growth-main-card,
.about-growth-grid {
  position: relative;
  z-index: 2;
}

.about-growth-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.about-growth-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d8dcff;
}

.about-growth-status {
  font-size: 10px;
  font-weight: 700;
  color: #ffffff;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.about-growth-main-card {
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(108, 99, 255, 0.15), rgba(255, 122, 24, 0.10));
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 12px;
}

.about-growth-main-card small {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d8dcff;
  margin-bottom: 8px;
}

.about-growth-main-card strong {
  display: block;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
  color: #fff;
  margin-bottom: 7px;
}

.about-growth-main-card span {
  display: block;
  font-size: 11px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.76);
}

.about-growth-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.about-growth-mini-card {
  padding: 13px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.about-growth-mini-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

.about-growth-mini-card strong {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #f5f7ff;
  margin-bottom: 5px;
}

.about-growth-mini-card span {
  display: block;
  font-size: 10px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.68);
}

@media (max-width: 1100px) {
  .about-hero-container {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: auto;
  }

  .about-hero-left {
    text-align: center;
  }

  .about-hero-left h1,
  .about-hero-description {
    margin-left: auto;
    margin-right: auto;
  }

  .about-hero-buttons,
  .about-hero-trust-points {
    justify-content: center;
  }

  .about-growth-card {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .about-hero-section {
    padding: 46px 16px 42px;
  }

  .about-hero-left h1 {
    font-size: 28px;
    line-height: 1.12;
    margin-bottom: 12px;
  }

  .about-hero-description {
    font-size: 14px;
    line-height: 1.68;
    margin-bottom: 16px;
  }

  .about-hero-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 16px;
  }

  .about-btn-primary,
  .about-btn-outline {
    width: 100%;
    min-height: 48px;
  }

  .about-hero-trust-points {
    gap: 7px;
  }

  .about-hero-trust-points span {
    font-size: 10px;
    padding: 7px 10px;
  }

  .about-growth-card {
    padding: 15px;
    border-radius: 20px;
  }

  .about-growth-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .about-growth-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }
}

/* WHO WE ARE SECTION - FIXED CARD SPACING */
.who-we-are-section {
  position: relative;
  padding: 92px 20px;
  background:
    radial-gradient(circle at top left, rgba(108, 99, 255, 0.07), transparent 26%),
    radial-gradient(circle at bottom right, rgba(255, 122, 24, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f6f8fd 100%);
  overflow: hidden;
}

.who-we-are-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.who-we-are-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  pointer-events: none;
  z-index: 1;
}

.who-we-are-glow-one {
  width: 240px;
  height: 240px;
  left: -80px;
  top: 60px;
  background: rgba(108, 99, 255, 0.10);
}

.who-we-are-glow-two {
  width: 240px;
  height: 240px;
  right: -90px;
  bottom: 30px;
  background: rgba(255, 122, 24, 0.10);
}

.who-we-are-head {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}

.who-we-are-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(108, 99, 255, 0.14);
  box-shadow: 0 8px 24px rgba(31, 41, 55, 0.06);
  backdrop-filter: blur(10px);
  color: #61667a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.who-we-are-head h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  font-weight: 800;
  color: #1a1a2e;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

.who-we-are-head h2 span {
  background: linear-gradient(135deg, #6c63ff 0%, #ff7a18 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.who-we-are-head p {
  font-size: 16px;
  line-height: 1.82;
  color: #5d6478;
  max-width: 700px;
  margin: 0 auto;
}

.who-we-are-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: start;
}

/* LEFT STORY CARD */
.who-we-are-story-card {
  position: relative;
  padding: 34px 30px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(108, 99, 255, 0.12);
  box-shadow: 0 24px 60px rgba(31, 41, 55, 0.08);
  backdrop-filter: blur(16px);
  overflow: hidden;
}

.who-we-are-story-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(108, 99, 255, 0.08), transparent 34%),
    radial-gradient(circle at bottom right, rgba(255, 122, 24, 0.08), transparent 28%);
  pointer-events: none;
}

.story-mini-label,
.who-we-are-story-card h3,
.who-we-are-story-card p,
.story-feature-list {
  position: relative;
  z-index: 2;
}

.story-mini-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6c63ff;
  margin-bottom: 16px;
}

.who-we-are-story-card h3 {
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.18;
  font-weight: 800;
  color: #1c2035;
  letter-spacing: -0.8px;
  margin-bottom: 16px;
  max-width: 560px;
}

.who-we-are-story-card p {
  font-size: 15px;
  line-height: 1.82;
  color: #5c6275;
  max-width: 560px;
  margin-bottom: 24px;
}

.story-feature-list {
  display: grid;
  gap: 14px;
}

.story-feature-item {
  padding: 18px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(108, 99, 255, 0.10);
  box-shadow: 0 14px 34px rgba(31, 41, 55, 0.06);
}

.story-feature-item strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #1b2033;
  margin-bottom: 7px;
}

.story-feature-item span {
  display: block;
  font-size: 14px;
  line-height: 1.7;
  color: #5d6477;
}

/* RIGHT SIDE CARDS - FIXED */
.who-we-are-highlight-wrap {
  display: grid;
  gap: 18px;
  align-content: start;
  padding-top: 10px;
}

.who-highlight-card {
  position: relative;
  width: 100%;
  padding: 24px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(108, 99, 255, 0.12);
  box-shadow: 0 20px 46px rgba(31, 41, 55, 0.08);
  backdrop-filter: blur(14px);
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.who-highlight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 54px rgba(31, 41, 55, 0.12);
}

.highlight-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  margin-bottom: 16px;
  background: linear-gradient(135deg, rgba(108, 99, 255, 0.16), rgba(255, 122, 24, 0.16));
  border: 1px solid rgba(108, 99, 255, 0.12);
  color: #6c63ff;
  font-size: 14px;
  font-weight: 800;
}

.who-highlight-card h4 {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 800;
  color: #1d2238;
  margin-bottom: 10px;
}

.who-highlight-card p {
  font-size: 14px;
  line-height: 1.72;
  color: #5b6276;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .who-we-are-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .who-we-are-highlight-wrap {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .who-we-are-section {
    padding: 68px 16px;
  }

  .who-we-are-head {
    margin-bottom: 34px;
  }

  .who-we-are-eyebrow {
    font-size: 11px;
    padding: 7px 12px;
    margin-bottom: 14px;
  }

  .who-we-are-head h2 {
    font-size: 28px;
    line-height: 1.18;
    margin-bottom: 12px;
  }

  .who-we-are-head p {
    font-size: 14px;
    line-height: 1.72;
  }

  .who-we-are-story-card {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .story-mini-label {
    font-size: 11px;
    margin-bottom: 12px;
  }

  .who-we-are-story-card h3 {
    font-size: 24px;
    line-height: 1.22;
    margin-bottom: 12px;
  }

  .who-we-are-story-card p {
    font-size: 14px;
    line-height: 1.72;
    margin-bottom: 18px;
  }

  .story-feature-list {
    gap: 12px;
  }

  .story-feature-item {
    padding: 16px 14px;
    border-radius: 18px;
  }

  .story-feature-item strong {
    font-size: 14px;
  }

  .story-feature-item span {
    font-size: 13px;
    line-height: 1.65;
  }

  .who-we-are-highlight-wrap {
    gap: 14px;
  }

  .who-highlight-card {
    padding: 20px 16px;
    border-radius: 20px;
  }

  .highlight-number {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    margin-bottom: 14px;
    font-size: 13px;
  }

  .who-highlight-card h4 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .who-highlight-card p {
    font-size: 13px;
    line-height: 1.65;
  }
}

/* WHAT WE DO - GROWTH SYSTEM SECTION */
.growth-system-section {
  position: relative;
  padding: 92px 20px;
  background:
    radial-gradient(circle at top left, rgba(108, 99, 255, 0.07), transparent 26%),
    radial-gradient(circle at bottom right, rgba(255, 122, 24, 0.07), transparent 24%),
    linear-gradient(180deg, #f7f8fc 0%, #ffffff 100%);
  overflow: hidden;
}

.growth-system-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.growth-system-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(54px);
  pointer-events: none;
  z-index: 1;
}

.growth-system-glow-one {
  width: 240px;
  height: 240px;
  top: 40px;
  left: -80px;
  background: rgba(108, 99, 255, 0.08);
}

.growth-system-glow-two {
  width: 250px;
  height: 250px;
  right: -90px;
  bottom: 30px;
  background: rgba(255, 122, 24, 0.09);
}

.growth-system-head {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}

.growth-system-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(108, 99, 255, 0.14);
  box-shadow: 0 8px 24px rgba(31, 41, 55, 0.06);
  backdrop-filter: blur(10px);
  color: #61667a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.growth-system-head h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  font-weight: 800;
  color: #1a1a2e;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

.growth-system-head h2 span {
  background: linear-gradient(135deg, #6c63ff 0%, #ff7a18 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.growth-system-head p {
  font-size: 16px;
  line-height: 1.82;
  color: #5d6478;
  max-width: 700px;
  margin: 0 auto;
}

.growth-system-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
  margin-bottom: 34px;
}

.growth-system-row:last-of-type {
  margin-bottom: 0;
}

.growth-system-row.reverse .growth-system-content {
  order: 2;
}

.growth-system-row.reverse .growth-system-visual {
  order: 1;
}

.growth-system-content {
  padding: 10px 0;
}

.growth-system-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  margin-bottom: 16px;
  background: linear-gradient(135deg, rgba(108, 99, 255, 0.14), rgba(255, 122, 24, 0.14));
  border: 1px solid rgba(108, 99, 255, 0.14);
  color: #6c63ff;
  font-size: 13px;
  font-weight: 800;
}

.growth-system-content h3 {
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.18;
  font-weight: 800;
  color: #1c1f33;
  margin-bottom: 14px;
}

.growth-system-content p {
  font-size: 15px;
  line-height: 1.82;
  color: #5f6578;
  margin-bottom: 16px;
  max-width: 560px;
}

.growth-system-content ul {
  list-style: none;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.growth-system-content ul li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.68;
  color: #43495d;
}

.growth-system-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6c63ff, #ff7a18);
}

.growth-system-visual {
  display: flex;
  justify-content: center;
}

.growth-system-card {
  width: 100%;
  max-width: 520px;
  padding: 18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(108, 99, 255, 0.12);
  box-shadow: 0 22px 52px rgba(31, 41, 55, 0.08);
  backdrop-filter: blur(14px);
  position: relative;
  overflow: hidden;
}

.growth-system-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(108, 99, 255, 0.08), transparent 34%),
    radial-gradient(circle at bottom right, rgba(255, 122, 24, 0.08), transparent 28%);
  pointer-events: none;
}

.growth-card-top,
.growth-card-body {
  position: relative;
  z-index: 2;
}

.growth-card-top {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}

.growth-card-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.growth-card-top span:nth-child(1) {
  background: rgba(108, 99, 255, 0.65);
}

.growth-card-top span:nth-child(2) {
  background: rgba(255, 122, 24, 0.65);
}

.growth-card-top span:nth-child(3) {
  background: rgba(26, 26, 46, 0.18);
}

.growth-card-body {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(108, 99, 255, 0.08);
  padding: 20px;
  min-height: 250px;
}

.growth-line {
  height: 10px;
  border-radius: 999px;
  background: rgba(108, 99, 255, 0.10);
  margin-bottom: 10px;
}

.growth-line-lg {
  height: 82px;
  border-radius: 20px;
  margin-bottom: 14px;
  background: linear-gradient(135deg, rgba(108, 99, 255, 0.20), rgba(255, 122, 24, 0.16));
}

.growth-line.short {
  width: 58%;
}

.growth-audit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.growth-mini-box {
  min-height: 88px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px;
  font-size: 13px;
  font-weight: 700;
  color: #445;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(108, 99, 255, 0.10);
}

.growth-mini-box.issue {
  background: linear-gradient(135deg, rgba(108, 99, 255, 0.10), rgba(108, 99, 255, 0.05));
}

.growth-mini-box.fix {
  background: linear-gradient(135deg, rgba(255, 122, 24, 0.10), rgba(255, 122, 24, 0.05));
}

.content-block.featured {
  height: 90px;
  border-radius: 20px;
  margin-bottom: 14px;
  background: linear-gradient(135deg, rgba(108, 99, 255, 0.18), rgba(255, 122, 24, 0.14));
}

.content-lines {
  margin-bottom: 16px;
}

.content-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.content-tag-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: #575f73;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(108, 99, 255, 0.10);
}

.split-view {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 14px;
}

.split-sidebar {
  min-height: 210px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(108, 99, 255, 0.12), rgba(255, 122, 24, 0.08));
  border: 1px solid rgba(108, 99, 255, 0.10);
}

.split-main {
  display: grid;
  align-content: start;
}

.growth-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.growth-stat-box {
  height: 92px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(108, 99, 255, 0.10);
}

.dev-hero-box {
  height: 100px;
  border-radius: 20px;
  margin-bottom: 14px;
  background: linear-gradient(135deg, rgba(108, 99, 255, 0.18), rgba(255, 122, 24, 0.14));
}

.dev-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.dev-mini-box {
  height: 84px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(108, 99, 255, 0.10);
}

.growth-system-bottom {
  margin-top: 36px;
}

.growth-system-bottom-card {
  position: relative;
  padding: 26px 28px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(108, 99, 255, 0.12);
  box-shadow: 0 18px 44px rgba(31, 41, 55, 0.08);
  backdrop-filter: blur(12px);
  overflow: hidden;
}

.growth-system-bottom-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(108, 99, 255, 0.08), transparent 30%),
    radial-gradient(circle at bottom right, rgba(255, 122, 24, 0.08), transparent 24%);
  pointer-events: none;
}

.growth-system-bottom-label,
.growth-system-bottom-card p {
  position: relative;
  z-index: 2;
}

.growth-system-bottom-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6c63ff;
  margin-bottom: 10px;
}

.growth-system-bottom-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #525a70;
  max-width: 900px;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .growth-system-row,
  .growth-system-row.reverse {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .growth-system-row.reverse .growth-system-content,
  .growth-system-row.reverse .growth-system-visual {
    order: initial;
  }

  .growth-system-card {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .growth-system-section {
    padding: 68px 16px;
  }

  .growth-system-head {
    margin-bottom: 34px;
  }

  .growth-system-eyebrow {
    font-size: 11px;
    padding: 7px 12px;
    margin-bottom: 14px;
  }

  .growth-system-head h2 {
    font-size: 28px;
    line-height: 1.18;
    margin-bottom: 12px;
  }

  .growth-system-head p {
    font-size: 14px;
    line-height: 1.72;
  }

  .growth-system-row {
    gap: 16px;
    margin-bottom: 26px;
  }

  .growth-system-step {
    min-width: 48px;
    height: 32px;
    font-size: 12px;
    margin-bottom: 12px;
  }

  .growth-system-content h3 {
    font-size: 23px;
    margin-bottom: 10px;
  }

  .growth-system-content p {
    font-size: 14px;
    line-height: 1.72;
    margin-bottom: 12px;
  }

  .growth-system-content ul {
    gap: 8px;
  }

  .growth-system-content ul li {
    font-size: 13px;
    line-height: 1.6;
  }

  .growth-system-card {
    padding: 14px;
    border-radius: 22px;
  }

  .growth-card-body {
    padding: 14px;
    min-height: 210px;
    border-radius: 18px;
  }

  .growth-audit-grid,
  .growth-stat-grid,
  .dev-grid {
    gap: 10px;
  }

  .growth-mini-box,
  .growth-stat-box,
  .dev-mini-box {
    border-radius: 14px;
  }

  .split-view {
    grid-template-columns: 1fr;
  }

  .split-sidebar {
    min-height: 60px;
  }

  .growth-system-bottom {
    margin-top: 24px;
  }

  .growth-system-bottom-card {
    padding: 20px 18px;
    border-radius: 20px;
  }

  .growth-system-bottom-card p {
    font-size: 14px;
    line-height: 1.72;
  }
}
.internal-link {
  margin-top: 22px;
}

.growth-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 13px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  background: linear-gradient(135deg, #6c63ff 0%, #ff7a18 100%);
  box-shadow: 0 14px 30px rgba(108, 99, 255, 0.20);
  transition: transform 0.28s ease, box-shadow 0.28s ease, opacity 0.28s ease;
  position: relative;
  overflow: hidden;
}

.growth-link-btn::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,255,255,0.18), rgba(255,255,255,0.02));
  opacity: 0.55;
  pointer-events: none;
}

.growth-link-btn span,
.growth-link-btn svg {
  position: relative;
  z-index: 2;
}

.growth-link-btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  transition: transform 0.28s ease;
}

.growth-link-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(108, 99, 255, 0.26);
}

.growth-link-btn:hover svg {
  transform: translateX(3px);
}

.growth-link-btn:focus-visible {
  outline: 2px solid rgba(108, 99, 255, 0.35);
  outline-offset: 4px;
}

.growth-link-btn:active {
  transform: translateY(-1px);
}

.growth-system-row.reverse .growth-link-btn {
  box-shadow: 0 14px 30px rgba(255, 122, 24, 0.16), 0 10px 24px rgba(108, 99, 255, 0.16);
}

@media (max-width: 768px) {
  .internal-link {
    margin-top: 18px;
  }

  .growth-link-btn {
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
    font-size: 13px;
    gap: 8px;
  }

  .growth-link-btn svg {
    width: 16px;
    height: 16px;
  }
}
/* =========================
   WHAT MAKES US DIFFERENT - PREMIUM
   Add after current CSS
========================= */

.different-premium-section {
  position: relative;
  padding: 92px 20px;
  background:
    radial-gradient(circle at top right, rgba(108, 99, 255, 0.06), transparent 26%),
    radial-gradient(circle at bottom left, rgba(255, 122, 24, 0.06), transparent 24%),
    linear-gradient(180deg, #f8f9fd 0%, #ffffff 100%);
  overflow: hidden;
}

.different-premium-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(45px);
  pointer-events: none;
  z-index: 0;
}

.different-premium-shape-one {
  width: 200px;
  height: 200px;
  top: -50px;
  right: -40px;
  background: rgba(108, 99, 255, 0.12);
}

.different-premium-shape-two {
  width: 180px;
  height: 180px;
  bottom: -60px;
  left: -30px;
  background: rgba(255, 122, 24, 0.10);
}

.different-premium-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.different-premium-head {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}

.different-premium-eyebrow {
  display: inline-block;
  padding: 8px 15px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(108, 99, 255, 0.14);
  box-shadow: 0 10px 28px rgba(31, 41, 55, 0.07);
  backdrop-filter: blur(12px);
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.different-premium-head h2 {
  font-size: clamp(32px, 4.2vw, 52px);
  line-height: 1.1;
  font-weight: 800;
  color: #1a1a2e;
  letter-spacing: -1.1px;
  margin-bottom: 18px;
}

.different-premium-head h2 span {
  background: linear-gradient(135deg, #6c63ff, #ff7a18);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.different-premium-head p {
  font-size: 16px;
  line-height: 1.82;
  color: #5c6275;
  max-width: 720px;
  margin: 0 auto;
}

.different-premium-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-bottom: 42px;
}

.different-premium-column {
  display: grid;
  gap: 22px;
}

.different-premium-card {
  position: relative;
  padding: 32px 26px 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(108, 99, 255, 0.12);
  box-shadow: 0 20px 52px rgba(31, 41, 55, 0.09);
  backdrop-filter: blur(14px);
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), 
              box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.3s ease;
}

.different-premium-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(135deg, #6c63ff, #ff7a18);
  opacity: 0.92;
}

.different-premium-card::after {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(108, 99, 255, 0.09) 0%, transparent 70%);
  pointer-events: none;
}

.different-premium-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 32px 68px rgba(31, 41, 55, 0.14);
  border-color: rgba(108, 99, 255, 0.28);
}

.different-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: linear-gradient(135deg, rgba(108, 99, 255, 0.16), rgba(255, 122, 24, 0.14));
  border: 1px solid rgba(108, 99, 255, 0.16);
  color: #6c63ff;
  font-size: 16px;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
  position: relative;
  z-index: 2;
}

.different-premium-card h3 {
  position: relative;
  z-index: 2;
  font-size: 24px;
  line-height: 1.33;
  font-weight: 800;
  color: #1c1f33;
  margin-bottom: 14px;
  letter-spacing: -0.5px;
}

.different-premium-card p {
  position: relative;
  z-index: 2;
  font-size: 15px;
  line-height: 1.8;
  color: #5f6578;
  margin: 0;
  max-width: 95%;
}

.different-premium-bottom {
  max-width: 780px;
  margin: 0 auto;
}

.different-premium-statement {
  position: relative;
  padding: 28px 32px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(108, 99, 255, 0.16);
  box-shadow: 0 28px 64px rgba(20, 24, 40, 0.12);
  text-align: center;
}

.different-statement-label {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(108, 99, 255, 0.10), rgba(255, 122, 24, 0.08));
  border: 1px solid rgba(108, 99, 255, 0.14);
  color: #6c63ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.different-premium-statement h3 {
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.25;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 16px;
  letter-spacing: -0.8px;
}

.different-premium-statement p {
  font-size: 16px;
  line-height: 1.85;
  color: #5b6175;
  margin: 0;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

/* Tablet */
@media (max-width: 991px) {
  .different-premium-section {
    padding: 72px 18px;
  }

  .different-premium-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .different-premium-section {
    padding: 56px 16px;
  }

  .different-premium-head {
    margin-bottom: 38px;
  }

  .different-premium-eyebrow {
    font-size: 11px;
    padding: 7px 13px;
    margin-bottom: 12px;
  }

  .different-premium-head h2 {
    font-size: 28px;
    line-height: 1.18;
    margin-bottom: 14px;
  }

  .different-premium-head p {
    font-size: 14px;
    line-height: 1.72;
  }

  .different-premium-grid {
    gap: 18px;
  }

  .different-premium-column {
    gap: 18px;
  }

  .different-premium-card {
    padding: 24px 20px 22px;
    border-radius: 22px;
  }

  .different-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 16px;
    font-size: 14px;
  }

  .different-premium-card h3 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 12px;
  }

  .different-premium-card p {
    font-size: 14px;
    line-height: 1.72;
  }

  .different-premium-bottom {
    margin-top: 28px;
  }

  .different-premium-statement {
    padding: 22px 20px;
    border-radius: 20px;
  }

  .different-statement-label {
    font-size: 11px;
    padding: 7px 14px;
    margin-bottom: 14px;
  }

  .different-premium-statement h3 {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 12px;
  }

  .different-premium-statement p {
    font-size: 14px;
    line-height: 1.72;
  }
}

/* =========================
   IMPACT SECTION - THEME ALIGNED
   Replace current impact CSS
========================= */

.impact-section {
  position: relative;
  padding: 88px 20px;
  background:
    radial-gradient(circle at top left, rgba(108, 99, 255, 0.08), transparent 28%),
    radial-gradient(circle at bottom right, rgba(255, 122, 24, 0.08), transparent 24%),
    linear-gradient(180deg, #f7f8fc 0%, #ffffff 100%);
  overflow: hidden;
}

.impact-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* GLOW EFFECTS */
.impact-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  pointer-events: none;
  z-index: 1;
}

.impact-glow-one {
  width: 220px;
  height: 220px;
  top: -60px;
  left: -50px;
  background: rgba(108, 99, 255, 0.12);
}

.impact-glow-two {
  width: 240px;
  height: 240px;
  bottom: -70px;
  right: -60px;
  background: rgba(255, 122, 24, 0.10);
}

/* HEADER */
.impact-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}

.impact-eyebrow {
  display: inline-block;
  padding: 7px 14px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(108, 99, 255, 0.14);
  box-shadow: 0 8px 24px rgba(31, 41, 55, 0.06);
  backdrop-filter: blur(10px);
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.impact-head h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  font-weight: 800;
  color: #1a1a2e;
  letter-spacing: -1px;
  margin: 0 0 16px;
}

.impact-head h2 span {
  background: linear-gradient(135deg, #6c63ff, #ff7a18);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.impact-head p {
  font-size: 16px;
  line-height: 1.8;
  color: #5c6275;
  max-width: 700px;
  margin: 0 auto;
}

/* GRID */
.impact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 34px;
}

/* CARD */
.impact-card {
  position: relative;
  padding: 28px 22px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(108, 99, 255, 0.12);
  box-shadow: 0 18px 45px rgba(31, 41, 55, 0.08);
  backdrop-filter: blur(10px);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.impact-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(135deg, #6c63ff, #ff7a18);
}

.impact-card::after {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(108, 99, 255, 0.10) 0%, transparent 70%);
  pointer-events: none;
}

.impact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 55px rgba(31, 41, 55, 0.12);
  border-color: rgba(108, 99, 255, 0.24);
}

.impact-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: linear-gradient(135deg, rgba(108, 99, 255, 0.14), rgba(255, 122, 24, 0.14));
  border: 1px solid rgba(108, 99, 255, 0.14);
  color: #6c63ff;
  font-size: 22px;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  position: relative;
  z-index: 2;
}

.impact-card h3 {
  position: relative;
  z-index: 2;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 800;
  color: #1c1f33;
  margin-bottom: 12px;
}

.impact-card p {
  position: relative;
  z-index: 2;
  font-size: 15px;
  line-height: 1.75;
  color: #5f6578;
  margin: 0;
}

/* BOTTOM */
.impact-bottom {
  display: flex;
  justify-content: center;
  margin-top: 0;
}

.impact-bottom-card {
  position: relative;
  width: 100%;
  max-width: 900px;
  padding: 30px 30px;
  border-radius: 28px;
  background: linear-gradient(135deg, #1a1a2e 0%, #2d2b55 100%);
  box-shadow: 0 24px 50px rgba(20, 22, 44, 0.18);
  overflow: hidden;
  text-align: center;
}

.impact-bottom-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(108, 99, 255, 0.22), transparent 30%),
    radial-gradient(circle at bottom right, rgba(255, 122, 24, 0.18), transparent 28%);
  pointer-events: none;
}

.impact-label,
.impact-bottom-card h3,
.impact-bottom-card p {
  position: relative;
  z-index: 2;
}

.impact-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d6dbff;
  margin-bottom: 10px;
}

.impact-bottom-card h3 {
  font-size: clamp(26px, 3.2vw, 36px);
  line-height: 1.25;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 14px;
}

.impact-bottom-card p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.84);
  max-width: 720px;
  margin: 0 auto;
}

/* TABLET */
@media (max-width: 1024px) {
  .impact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .impact-section {
    padding: 56px 16px;
  }

  .impact-head {
    margin-bottom: 34px;
  }

  .impact-eyebrow {
    font-size: 11px;
    padding: 6px 12px;
    margin-bottom: 12px;
  }

  .impact-head h2 {
    font-size: 28px;
    line-height: 1.18;
    margin-bottom: 12px;
  }

  .impact-head p {
    font-size: 14px;
    line-height: 1.72;
  }

  .impact-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 22px;
  }

  .impact-card {
    padding: 22px 18px 20px;
    border-radius: 20px;
  }

  .impact-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 14px;
    font-size: 18px;
  }

  .impact-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .impact-card p {
    font-size: 14px;
    line-height: 1.7;
  }

  .impact-bottom-card {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .impact-bottom-card h3 {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 10px;
  }

  .impact-bottom-card p {
    font-size: 14px;
    line-height: 1.75;
  }
}

@media (max-width: 600px) {
  .impact-grid {
    grid-template-columns: 1fr;
  }
}

/* ABOUT PROJECT POPUP */
body.popup-open {
  overflow: hidden;
}

.about-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.about-popup.active {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.about-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 14, 28, 0.72);
  backdrop-filter: blur(8px);
}

.about-popup-dialog {
  position: relative;
  width: min(1040px, 100%);
  min-height: 620px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
  border: 1px solid rgba(108, 99, 255, 0.14);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(18, 24, 44, 0.22);
  overflow: hidden;
}

.about-popup-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: rgba(26, 26, 46, 0.08);
  color: #1a1a2e;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  transition: background 0.25s ease, transform 0.25s ease;
}

.about-popup-close:hover {
  background: rgba(108, 99, 255, 0.14);
  transform: rotate(90deg);
}

.about-popup-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  min-height: 620px;
}

.about-popup-left {
  position: relative;
  padding: 28px 24px;
  background: linear-gradient(145deg, #1a1a2e 0%, #2d2b55 55%, #3d3976 100%);
  color: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-popup-left::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 122, 24, 0.18), transparent 34%),
    radial-gradient(circle at bottom left, rgba(108, 99, 255, 0.20), transparent 30%);
  pointer-events: none;
}

.about-popup-left > * {
  position: relative;
  z-index: 2;
}

.about-popup-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #eef1ff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.about-popup-left h3 {
  font-size: clamp(22px, 2.1vw, 30px);
  line-height: 1.16;
  font-weight: 800;
  margin-bottom: 10px;
  color: #ffffff;
  max-width: 300px;
}

.about-popup-left p {
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 16px;
  max-width: 310px;
}

.about-popup-points {
  display: grid;
  gap: 10px;
}

.about-popup-point {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(8px);
}

.about-popup-point strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 4px;
}

.about-popup-point span {
  display: block;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

.about-popup-right {
  padding: 26px 24px;
  background: #ffffff;
  display: flex;
  align-items: center;
}

.about-popup-form {
  width: 100%;
  display: grid;
  gap: 12px;
}

.popup-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.popup-form-group {
  display: grid;
  gap: 7px;
}

.popup-form-group label {
  font-size: 13px;
  font-weight: 700;
  color: #1d2238;
}

.popup-form-group input,
.popup-form-group select,
.popup-form-group textarea {
  width: 100%;
  border: 1px solid rgba(108, 99, 255, 0.14);
  background: #f8f9ff;
  border-radius: 14px;
  padding: 12px 13px;
  font-size: 14px;
  color: #1b2033;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.popup-form-group textarea {
  resize: none;
  min-height: 96px;
}

.popup-form-group input:focus,
.popup-form-group select:focus,
.popup-form-group textarea:focus {
  border-color: rgba(108, 99, 255, 0.42);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(108, 99, 255, 0.10);
}

.about-popup-submit-btn {
  width: 100%;
  min-height: 50px;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(135deg, #6c63ff 0%, #ff7a18 100%);
  box-shadow: 0 16px 32px rgba(108, 99, 255, 0.22);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  margin-top: 2px;
}

.about-popup-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(108, 99, 255, 0.28);
}

/* TABLET / MOBILE */
@media (max-width: 900px) {
  .about-popup.active {
    padding: 10px;
    align-items: flex-start;
  }

  .about-popup-dialog {
    width: 100%;
    min-height: auto;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    border-radius: 22px;
  }

  .about-popup-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .about-popup-left {
    display: none;
  }

  .about-popup-right {
    padding: 22px 16px 18px;
  }

  .popup-form-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .about-popup-close {
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    font-size: 26px;
  }

  .popup-form-group input,
  .popup-form-group select,
  .popup-form-group textarea {
    padding: 12px;
    border-radius: 13px;
  }

  .popup-form-group textarea {
    min-height: 90px;
  }

  .about-popup-submit-btn {
    min-height: 48px;
  }
}