/* ============================================================
   ABOUT.CSS — Growth Lab · Trang CEO & Giới Thiệu
   ============================================================ */

/* ===== HERO CEO ===== */
.hero-ceo {
  min-height: 100vh;
  background: var(--dark-lift);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hero-ceo-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse at 20% 50%,
      rgba(56, 239, 125, 0.18) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse at 80% 20%,
      rgba(56, 239, 125, 0.14) 0%,
      transparent 50%
    ),
    radial-gradient(
      ellipse at 60% 80%,
      rgba(255, 215, 0, 0.05) 0%,
      transparent 40%
    ),
    linear-gradient(160deg, #142832 0%, #17643d 48%, #172a32 100%);
}
.hero-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(56, 239, 125, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 239, 125, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
}
/* Particles */
.particle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.p1 {
  width: 4px;
  height: 4px;
  background: var(--green2);
  top: 15%;
  left: 10%;
  animation: particleFloat 6s ease-in-out infinite;
  opacity: 0.6;
}
.p2 {
  width: 3px;
  height: 3px;
  background: var(--green1);
  top: 70%;
  left: 20%;
  animation: particleFloat 8s ease-in-out infinite 1s;
  opacity: 0.4;
}
.p3 {
  width: 5px;
  height: 5px;
  background: var(--green2);
  top: 30%;
  right: 15%;
  animation: particleFloat 7s ease-in-out infinite 2s;
  opacity: 0.5;
}
.p4 {
  width: 3px;
  height: 3px;
  background: #fff;
  top: 80%;
  right: 25%;
  animation: particleFloat 9s ease-in-out infinite 0.5s;
  opacity: 0.2;
}
.p5 {
  width: 4px;
  height: 4px;
  background: var(--green1);
  top: 50%;
  left: 5%;
  animation: particleFloat 5s ease-in-out infinite 3s;
  opacity: 0.4;
}
.p6 {
  width: 6px;
  height: 6px;
  background: var(--green2);
  top: 20%;
  right: 40%;
  animation: particleFloat 10s ease-in-out infinite 1.5s;
  opacity: 0.3;
}

.hero-ceo-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 24px 80px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(56, 239, 125, 0.08);
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  color: var(--green2);
  padding: 7px 18px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 28px;
  animation: fadeIn 0.8s ease both;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.08),
    0 10px 28px rgba(21, 93, 39, 0.18);
}
.eyebrow-dot {
  width: 7px;
  height: 7px;
  background: var(--green2);
  border-radius: 50%;
  animation: pulse 2s infinite;
}
.hero-ceo-name {
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 14px;
  animation: slideLeft 0.9s ease 0.2s both;
}
.hero-ceo-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 24px;
  animation: slideLeft 0.9s ease 0.35s both;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.title-pill {
  background: var(--gradient-r);
  color: #fff;
  padding: 4px 14px;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 700;
  border: 1.5px solid rgba(255, 255, 255, 0.92);
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.08),
    0 8px 24px rgba(0, 0, 0, 0.18);
}
.title-sep {
  color: rgba(255, 255, 255, 0.25);
}
.title-dim {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.92rem;
}
.typewriter-cursor {
  display: inline-block;
  width: 2px;
  height: 1em;
  background: var(--green2);
  margin-left: 2px;
  vertical-align: middle;
  animation: blink 1s infinite;
}
.hero-ceo-desc {
  font-size: 1.02rem;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.8;
  margin-bottom: 36px;
  animation: slideLeft 0.9s ease 0.5s both;
}
.hero-ceo-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  animation: slideLeft 0.9s ease 0.65s both;
  margin-bottom: 44px;
}
.hero-ceo-actions .btn-primary,
.hero-ceo-actions .btn-ghost {
  border: 1.5px solid rgba(255, 255, 255, 0.92);
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.08),
    0 12px 32px rgba(0, 0, 0, 0.18);
}
.hero-ceo-actions .btn-ghost {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}
.hero-social-row {
  display: flex;
  align-items: center;
  gap: 12px;
  animation: slideLeft 0.9s ease 0.8s both;
}
.social-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.72);
}
.social-chip {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background: rgba(255, 255, 255, 0.94);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  color: var(--text);
  padding: 8px;
  border-radius: 16px;
  transition: all 0.25s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}
.social-chip:hover {
  border-color: #ffffff;
  background: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 16px 38px rgba(56, 239, 125, 0.24);
}
.social-chip img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-ceo .hero-eyebrow,
.hero-ceo .hero-ceo-name,
.hero-ceo .hero-ceo-title,
.hero-ceo .hero-ceo-desc,
.hero-ceo .hero-ceo-actions,
.hero-ceo .hero-social-row,
.hero-ceo .hero-ceo-visual {
  animation: none !important;
  opacity: 1;
  transform: none;
}
.hero-ceo-name .text-gradient {
  background: linear-gradient(90deg, #d9ffe5 0%, #90ee90 42%, #ffd700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 8px 24px rgba(56, 239, 125, 0.3));
}

/* CEO Visual */
.hero-ceo-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: slideRight 0.9s ease 0.4s both;
}
.orbit-wrapper {
  position: relative;
  width: 380px;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orbit-ring {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid rgba(56, 239, 125, 0.12);
  animation: ringPulse 4s ease-in-out infinite;
}
.orbit-ring-1 {
  width: 100%;
  height: 100%;
  animation-delay: 0s;
}
.orbit-ring-2 {
  width: 78%;
  height: 78%;
  border-color: rgba(21, 93, 39, 0.18);
  animation-delay: 1.5s;
}
.orbit-ring-3 {
  width: 56%;
  height: 56%;
  border-color: rgba(56, 239, 125, 0.22);
  animation-delay: 0.8s;
}
.orbit-icon {
  position: absolute;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(56, 239, 125, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
.oi-1 {
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  animation: float 5s ease-in-out infinite 0s;
}
.oi-2 {
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  animation: float 6s ease-in-out infinite 1s;
}
.oi-3 {
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  animation: float 5.5s ease-in-out infinite 0.5s;
}
.oi-4 {
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  animation: float 7s ease-in-out infinite 2s;
}
.oi-5 {
  top: 18%;
  right: 18%;
  animation: floatReverse 4.5s ease-in-out infinite 1s;
}
.oi-6 {
  bottom: 18%;
  left: 18%;
  animation: floatReverse 6s ease-in-out infinite 0s;
}
.ceo-photo-frame {
  width: 214px;
  height: 214px;
  aspect-ratio: 1 / 1;
  flex: 0 0 214px;
  border-radius: 50%;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, #ffffff 0%, #90ee90 42%, #ffd700 100%) border-box;
  border: 4px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  box-shadow:
    0 0 0 8px rgba(255, 255, 255, 0.1),
    0 0 0 18px rgba(56, 239, 125, 0.08),
    0 26px 70px rgba(0, 0, 0, 0.24);
  animation: scaleIn 1s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
  overflow: hidden;
}
.ceo-photo-inner {
  width: 184px;
  height: 184px;
  aspect-ratio: 1 / 1;
  flex: 0 0 184px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 35%, rgba(56, 239, 125, 0.12), transparent 46%),
    #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(21, 93, 39, 0.12);
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 0 24px rgba(21, 93, 39, 0.08);
}
.ceo-photo-inner .placeholder-photo {
  width: 86%;
  height: 86%;
  padding: 0;
  object-fit: contain;
}
.ceo-photo-shine {
  position: absolute;
  top: 20px;
  left: 32px;
  width: 44px;
  height: 76px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.5), transparent);
  border-radius: 50%;
  transform: rotate(-30deg);
}
.info-card {
  position: absolute;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    var(--gradient-r) border-box;
  border: 1.5px solid transparent;
  border-radius: var(--radius);
  padding: 12px 16px;
  backdrop-filter: none;
  z-index: 10;
  box-shadow: 0 12px 34px rgba(21, 93, 39, 0.18);
}
.info-card-top {
  top: -30px;
  right: -40px;
  animation: float 5s ease-in-out infinite 0.5s;
}
.info-card-bottom {
  bottom: -30px;
  left: -40px;
  animation: float 6s ease-in-out infinite 1.5s;
}
.info-card-label {
  font-size: 0.72rem;
  color: var(--green1);
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.info-card-value {
  font-size: 1.15rem;
  font-weight: 800;
  color: #101820;
}
.info-card-sub {
  font-size: 0.72rem;
  color: #5f6f7a;
  margin-top: 2px;
}

/* ===== PROFILE STRIP ===== */
.profile-strip {
  background: var(--light);
  padding: 40px 0;
}
.strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
.strip-item {
  text-align: center;
  padding: 28px 20px;
  background: #fff;
}
.strip-item:first-child {
  border-radius: var(--radius) 0 0 var(--radius);
}
.strip-item:last-child {
  border-radius: 0 var(--radius) var(--radius) 0;
}
.strip-num {
  font-size: 2.2rem;
  font-weight: 900;
  background: var(--gradient-r);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  margin-bottom: 4px;
}
.strip-label {
  font-size: 0.85rem;
  color: var(--text-light);
  font-weight: 500;
}

/* ===== STORY ===== */
.story-section {
  background: #fff;
}
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}
.story-blockquote {
  background: var(--gradient-r);
  border-radius: var(--radius-lg);
  padding: 36px;
  color: #fff;
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.75;
  margin-bottom: 28px;
  position: relative;
}
.story-blockquote::before {
  content: '"';
  position: absolute;
  top: -18px;
  left: 20px;
  font-size: 6rem;
  color: rgba(255, 255, 255, 0.15);
  font-family: Georgia, serif;
  line-height: 1;
}
.story-p {
  font-size: 0.97rem;
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 18px;
}
.story-p strong {
  color: var(--text);
}
.story-highlight-box {
  background: rgba(21, 93, 39, 0.05);
  border-left: 4px solid var(--green1);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 20px 24px;
  margin: 24px 0;
}
.story-highlight-box p {
  font-size: 0.95rem;
  color: var(--text);
  font-weight: 500;
  line-height: 1.7;
  font-style: italic;
}
.expertise-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.exp-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(21, 93, 39, 0.07);
  border: 1.5px solid rgba(21, 93, 39, 0.15);
  color: var(--green1);
  padding: 7px 16px;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 600;
  transition: all 0.25s;
}
.exp-tag:hover {
  background: var(--gradient-r);
  color: #fff;
  border-color: transparent;
  transform: translateY(-2px);
}
.achievement-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  --card-bg: var(--light);
  background:
    linear-gradient(var(--light), var(--light)) padding-box,
    var(--gradient-r) border-box;
  border-radius: var(--radius);
  padding: 20px 22px;
  border: 1.5px solid transparent;
  transition: all 0.3s;
}
.achievement-card:hover {
  border-color: rgba(21, 93, 39, 0.25);
  background: #fff;
  box-shadow: var(--shadow);
}
.ach-icon {
  width: 48px;
  height: 48px;
  background: var(--gradient-r);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}
.ach-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 3px;
}
.ach-desc {
  font-size: 0.82rem;
  color: var(--text-light);
}

/* ===== SKILLS ===== */
.skills-section {
  background: var(--dark-lift);
  padding: 88px 0;
}
.skills-section .section-title {
  color: #ffffff;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}
.skills-section .section-badge {
  border-color: rgba(255, 255, 255, 0.9) !important;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.08),
    0 10px 28px rgba(21, 93, 39, 0.18);
}
.skills-section .text-gradient {
  background: linear-gradient(90deg, #d9ffe5 0%, #90ee90 42%, #ffd700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 6px 18px rgba(56, 239, 125, 0.28));
}
.skills-section .section-desc {
  color: rgba(255, 255, 255, 0.78) !important;
}
.skills-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}
.skill-card {
  --card-bg: #ffffff;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    var(--gradient-r) border-box;
  border: 1.5px solid transparent;
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  transition: all 0.35s;
  position: relative;
  overflow: hidden;
}
.skill-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-r);
  opacity: 0;
  transition: opacity 0.3s;
}
.skill-card:hover {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    var(--gradient-r) border-box;
  transform: translateY(-6px);
  box-shadow: 0 18px 50px rgba(21, 93, 39, 0.22);
}
.skill-card:hover::before {
  opacity: 1;
}
.skill-icon {
  font-size: 2.2rem;
  margin-bottom: 18px;
  display: block;
}
.skill-title {
  font-size: 1rem;
  font-weight: 700;
  color: #101820;
  margin-bottom: 10px;
}
.skill-desc {
  font-size: 0.88rem;
  color: #425466;
  line-height: 1.65;
  margin-bottom: 20px;
}
.skill-bar-wrap {
  margin-bottom: 6px;
}
.skill-bar-label {
  display: flex;
  justify-content: space-between;
  font-size: 0.78rem;
  color: #5f6f7a;
  margin-bottom: 6px;
}
.skill-bar-track {
  height: 5px;
  background: rgba(21, 93, 39, 0.12);
  border-radius: 10px;
  overflow: hidden;
}
.skill-bar-fill {
  height: 100%;
  border-radius: 10px;
  background: var(--gradient-r);
  transition: width 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  width: 0;
}

/* ===== TIMELINE ===== */
.timeline-section {
  background: var(--light);
}
.timeline {
  position: relative;
  margin-top: 56px;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--green1), var(--green2));
  transform: translateX(-50%);
}
.timeline-item {
  display: flex;
  justify-content: flex-end;
  padding-right: calc(50% + 48px);
  margin-bottom: 48px;
  position: relative;
}
.timeline-item.right {
  justify-content: flex-start;
  padding-right: 0;
  padding-left: calc(50% + 48px);
}
.timeline-card {
  --card-bg: #fff;
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--gradient-r) border-box;
  border-radius: var(--radius-lg);
  padding: 28px;
  max-width: 440px;
  border: 1.5px solid transparent;
  transition: all 0.3s;
  position: relative;
}
.timeline-card:hover {
  border-color: rgba(21, 93, 39, 0.25);
  box-shadow: var(--shadow-lg);
  transform: scale(1.02);
}
.timeline-dot {
  position: absolute;
  top: 28px;
  width: 18px;
  height: 18px;
  background: var(--gradient-r);
  border-radius: 50%;
  border: 3px solid var(--light);
  box-shadow: 0 0 0 4px rgba(21, 93, 39, 0.2);
  z-index: 2;
}
.timeline-item .timeline-dot {
  right: calc(50% - 8px);
  transform: translateX(50%);
}
.timeline-item.right .timeline-dot {
  left: calc(50% - 9px);
  transform: translateX(-50%);
}
.timeline-year {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--green1);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.timeline-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}
.timeline-desc {
  font-size: 0.88rem;
  color: var(--text-light);
  line-height: 1.65;
}
.timeline-tag {
  display: inline-block;
  background: rgba(21, 93, 39, 0.08);
  color: var(--green1);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 50px;
  margin-top: 10px;
}

/* ===== VALUES ===== */
.values-section {
  background: #fff;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 52px;
}
.value-card {
  --card-bg: var(--light);
  background:
    linear-gradient(var(--light), var(--light)) padding-box,
    var(--gradient-r) border-box;
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  display: flex;
  gap: 22px;
  align-items: flex-start;
  border: 1.5px solid transparent;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.value-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  border: 1.5px solid transparent;
  transition: border-color 0.3s;
}
.value-card:hover {
  background: #fff;
  box-shadow: var(--shadow-lg);
}
.value-card:hover::after {
  border-color: rgba(21, 93, 39, 0.2);
}
.value-card:hover .value-icon {
  background: var(--gradient-r);
  color: #fff;
}
.value-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(21, 93, 39, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
  transition: all 0.3s;
}
.value-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}
.value-desc {
  font-size: 0.88rem;
  color: var(--text-light);
  line-height: 1.65;
}

/* ===== TEAM ===== */
.team-section {
  background: var(--dark-lift-2);
  padding: 88px 0;
}
.team-section .section-title {
  color: #ffffff;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}
.team-section .section-badge {
  border-color: rgba(255, 255, 255, 0.9) !important;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.08),
    0 10px 28px rgba(21, 93, 39, 0.18);
}
.team-section .text-gradient {
  background: linear-gradient(90deg, #d9ffe5 0%, #90ee90 42%, #ffd700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 6px 18px rgba(56, 239, 125, 0.28));
}
.team-section .section-desc {
  color: rgba(255, 255, 255, 0.78) !important;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 52px;
}
.team-card {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    var(--gradient-r) border-box;
  border: 1.5px solid transparent;
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  text-align: center;
  transition: all 0.35s;
}
.team-card:hover {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    var(--gradient-r) border-box;
  transform: translateY(-6px);
  box-shadow: 0 18px 50px rgba(21, 93, 39, 0.22);
}
.team-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--gradient-r);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 18px;
  box-shadow: 0 4px 20px rgba(21, 93, 39, 0.3);
  overflow: hidden;
}
.team-name {
  font-size: 1rem;
  font-weight: 700;
  color: #101820;
  margin-bottom: 4px;
}
.team-role {
  font-size: 0.83rem;
  color: var(--green1);
  font-weight: 600;
  margin-bottom: 12px;
}
.team-desc {
  font-size: 0.83rem;
  color: #425466;
  line-height: 1.6;
}

/* ===== TESTIMONIALS ===== */
.testimonials-section {
  background: var(--light);
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 52px;
}
.testi-card {
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--gradient-r) border-box;
  border-radius: var(--radius-lg);
  padding: 28px;
  border: 1.5px solid transparent;
  transition: all 0.3s;
  position: relative;
}
.testi-card:hover {
  border-color: rgba(21, 93, 39, 0.2);
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}
.testi-stars {
  color: #f59e0b;
  font-size: 0.85rem;
  margin-bottom: 14px;
}
.testi-text {
  font-size: 0.92rem;
  color: var(--text-light);
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 20px;
}
.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testi-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gradient-r);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  overflow: hidden;
}
.testi-name {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text);
}
.testi-company {
  font-size: 0.78rem;
  color: var(--text-light);
}

/* ===== CONTACT CTA ===== */
.contact-cta {
  background: var(--dark-lift);
  padding: 88px 0;
}
.cta-card {
  background: linear-gradient(90deg, #0f8f3a 0%, #20c766 52%, #b89400 100%);
  border: 1.5px solid rgba(255, 255, 255, 0.88);
  border-radius: var(--radius-xl);
  padding: 70px 60px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.08),
    0 22px 60px rgba(21, 93, 39, 0.24);
}
.cta-card::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  top: -150px;
  right: -100px;
}
.cta-card::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  bottom: -80px;
  left: 200px;
}
.cta-card h2 {
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
.cta-card p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
.cta-card-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

/* ===== RESPONSIVE — ABOUT ===== */
@media (max-width: 1024px) {
  .hero-ceo-container {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-top: 80px;
  }
  .hero-ceo-visual {
    order: -1;
  }
  .orbit-wrapper {
    width: 300px;
    height: 300px;
  }
  .story-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .skills-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .timeline::before {
    left: 24px;
  }
  .timeline-item {
    padding-right: 0;
    padding-left: 64px;
    justify-content: flex-start;
  }
  .timeline-item.right {
    padding-left: 64px;
  }
  .timeline-item .timeline-dot,
  .timeline-item.right .timeline-dot {
    left: 16px;
    right: auto;
    transform: none;
  }
  .timeline-card {
    max-width: 100%;
  }
  .values-grid {
    grid-template-columns: 1fr;
  }
  .team-grid,
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cta-card {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .cta-card-actions {
    flex-direction: row;
    justify-content: center;
  }
  .strip-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .hero-ceo-container {
    width: 100%;
    max-width: 100%;
    padding: 80px 16px 60px;
    overflow: hidden;
  }
  .hero-ceo-content,
  .hero-ceo-visual,
  .orbit-wrapper {
    max-width: 100%;
  }
  .hero-ceo-name {
    font-size: 2.2rem;
    overflow-wrap: break-word;
  }
  .hero-ceo-title {
    font-size: 0.9rem;
  }
  .hero-ceo-desc {
    font-size: 0.92rem;
    max-width: 100%;
  }
  .hero-ceo-actions {
    flex-direction: column;
  }
  .hero-ceo-actions .btn-primary,
  .hero-ceo-actions .btn-ghost {
    width: 100%;
    justify-content: center;
  }
  .hero-social-row {
    flex-wrap: wrap;
    gap: 8px;
  }
  .social-chip {
    width: 48px;
    height: 48px;
    padding: 7px;
  }
  .orbit-wrapper {
    width: 260px;
    height: 260px;
  }
  .ceo-photo-frame {
    width: 160px;
    height: 160px;
    flex-basis: 160px;
  }
  .ceo-photo-inner {
    width: 150px;
    height: 150px;
    flex-basis: 150px;
  }
  .info-card-top {
    top: -12px;
    right: -12px;
    padding: 10px 14px;
  }
  .info-card-bottom {
    bottom: -12px;
    left: -12px;
    padding: 10px 14px;
  }
  .info-card-value {
    font-size: 1rem;
  }
  .strip-grid {
    grid-template-columns: 1fr 1fr;
  }
  .strip-num {
    font-size: 1.8rem;
  }
  .story-blockquote {
    padding: 24px 20px;
    font-size: 1rem;
  }
  .story-highlight-box {
    padding: 16px 18px;
  }
  .skills-grid {
    grid-template-columns: 1fr;
  }
  .skill-card {
    padding: 24px 20px;
  }
  .timeline::before {
    left: 20px;
  }
  .timeline-item,
  .timeline-item.right {
    padding-left: 56px;
    padding-right: 0;
    justify-content: flex-start;
  }
  .timeline-item .timeline-dot,
  .timeline-item.right .timeline-dot {
    left: 12px;
    right: auto;
    transform: none;
    top: 24px;
  }
  .timeline-card {
    padding: 20px;
  }
  .values-grid {
    grid-template-columns: 1fr;
  }
  .value-card {
    padding: 22px 18px;
  }
  .team-grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  .cta-card {
    padding: 36px 24px;
  }
  .cta-card-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .cta-card-actions .btn-white,
  .cta-card-actions .btn-outline-white {
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 420px) {
  .hero-ceo {
    min-height: auto;
  }
  .hero-ceo-container,
  .hero-ceo-content,
  .hero-ceo-actions,
  .hero-social-row {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
  }
  .hero-ceo-name {
    width: 100%;
    max-width: 100%;
    font-size: 1.5rem;
    line-height: 1.22;
    letter-spacing: 0;
  }
  .hero-ceo-name br {
    display: none;
  }
  .hero-ceo-name .text-gradient {
    display: block;
  }
  .hero-ceo-title {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
    max-width: 100%;
  }
  .title-sep {
    display: none;
  }
  .title-dim {
    display: block;
    max-width: 100%;
    font-size: 0.8rem;
  }
  .hero-ceo-desc {
    width: 100%;
    max-width: 100%;
    font-size: 0.86rem;
    line-height: 1.75;
    overflow-wrap: anywhere;
  }
  .hero-eyebrow {
    max-width: 100%;
    white-space: normal;
  }
  .hero-ceo-container {
    padding-left: 14px;
    padding-right: 14px;
  }
  .orbit-wrapper {
    width: 220px;
    height: 220px;
  }
  .ceo-photo-frame {
    width: 130px;
    height: 130px;
    flex-basis: 130px;
  }
  .ceo-photo-inner {
    width: 122px;
    height: 122px;
    flex-basis: 122px;
  }
  .info-card-top,
  .info-card-bottom {
    display: none;
  }
  .strip-num {
    font-size: 1.6rem;
  }
  .strip-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero-eyebrow {
    font-size: 0.72rem;
    padding: 6px 12px;
  }
}

@media (max-width: 520px) {
  body .hero-ceo .hero-ceo-container {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 56px 16px 44px !important;
    overflow: hidden !important;
  }
  body .hero-ceo .hero-ceo-visual {
    order: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  body .hero-ceo .hero-ceo-content,
  body .hero-ceo .hero-ceo-actions,
  body .hero-ceo .hero-social-row {
    width: 100% !important;
    max-width: 100% !important;
  }
  body .hero-ceo .hero-ceo-name {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 1.7rem !important;
    line-height: 1.22 !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
  }
  body .hero-ceo .hero-ceo-name br {
    display: none !important;
  }
  body .hero-ceo .hero-ceo-name .text-gradient {
    display: block !important;
  }
  body .hero-ceo .hero-ceo-title,
  body .hero-ceo .hero-ceo-desc {
    width: 100% !important;
    max-width: 100% !important;
    overflow-wrap: break-word !important;
  }
  body .hero-ceo .title-sep {
    display: none !important;
  }
  body .hero-ceo .title-dim {
    display: block !important;
    width: 100% !important;
  }
}
