/* C:\xampp\htdocs\techsolution\css\who-we-are.css */
/* Dark theme with red accents — matches how-we-help.css design system */

:root {
  --red        : #e00707;
  --red-dark   : #c50303;
  --red-light  : #c5050f;
  --red-mid    : #da0303;
  --red-soft   : rgba(208,2,27,0.15);
  --black      : #0d0d0d;
  --white      : #ffffff;
  --bg-main    : #130508;
  --bg-card    : rgba(255,255,255,0.15);
  --muted      : #cbd5e1;
  --gray-bg    : #1a1a1f;
  --font-main  : 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* ── PAGE LOCK ─────────────────────────────────────────────────────── */
body.page-who-we-are {
  background: #0d0d0d !important;
}

/* ══ HERO ════════════════════════════════════════════════════════════ */
.wwa-hero {
  position: relative;
  background: #0d0d0d;
  padding: 110px 0 100px;
  overflow: hidden;
}
.wwa-hero-glow {
  position: absolute;
  top: -120px; left: 50%;
  transform: translateX(-50%);
  width: 800px; height: 500px;
  background: radial-gradient(ellipse, rgba(208,2,27,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.wwa-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(208,2,27,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(208,2,27,0.06) 1px, transparent 1px);
  background-size: 48px 48px;
}
.wwa-hero-inner {
  position: relative; z-index: 1;
  max-width: 1200px; margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

/* Hero — left text */
.wwa-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(208,2,27,0.15);
  border: 1px solid rgba(208,2,27,0.30);
  color: #e00606;
  font-family: 'Sora', sans-serif;
  font-size: 11.5px; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase;
  padding: 6px 18px; border-radius: 50px;
  margin-bottom: 1.6rem;
}
.wwa-hero-text h1 {
  font-family: 'Sora', sans-serif;
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 1.2rem;
  letter-spacing: -0.5px;
}
.wwa-hero-text h1 span { color: #D0021B; }
.wwa-hero-text p {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  color: rgba(255,255,255,0.58);
  line-height: 1.75;
  max-width: 520px;
  margin-bottom: 1.6rem;
}
.wwa-location {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.45);
}
.wwa-location i { color: #D0021B; }

/* Hero — right image */
.wwa-hero-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #2a0a0f 0%, #1a0709 100%);
  border: 1px solid rgba(208,2,27,0.20);
  display: flex; align-items: center; justify-content: center;
}
.wwa-hero-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.wwa-hero-img-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.22);
}
.wwa-hero-img-placeholder i { font-size: 40px; }
.wwa-hero-img-placeholder span {
  font-family: 'Sora', sans-serif;
  font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase;
}

/* ══ BREADCRUMB ══════════════════════════════════════════════════════ */
.wwa-breadcrumb {
  background: rgba(255,255,255,0.03);
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 12px 0;
}
.wwa-bc-inner {
  max-width: 1200px; margin: 0 auto;
  padding: 0 2rem;
  display: flex; align-items: center; gap: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.38);
}
.wwa-bc-inner a {
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  transition: color 0.2s;
}
.wwa-bc-inner a:hover { color: #D0021B; }
.wwa-bc-inner i { font-size: 9px; }
.wwa-bc-inner span { color: #D0021B; }

/* ══ SECTION SHELLS ══════════════════════════════════════════════════ */
.wwa-section { padding: 90px 0; }
.wwa-section-dark { background: #0d0d0d; }
.wwa-section-alt  { background: var(--gray-bg); }

.wwa-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ── Shared typography ────────────────────────────────────────────── */
.wwa-label {
  display: block;
  font-family: 'Sora', sans-serif;
  font-size: 11px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  color: #D0021B;
  margin-bottom: .5rem;
}
.wwa-label-light { color: rgba(208,2,27,0.80); }

.wwa-title {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1rem;
  letter-spacing: -0.3px;
}
.wwa-title span    { color: #da0303; }
.wwa-title-light   { color: #fff; }

.wwa-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  color: #ddd0d4;
  line-height: 1.75;
  max-width: 560px;
}
.wwa-desc-light { color: rgba(255,255,255,0.58); }

/* ══ OUR STORY ════════════════════════════════════════════════════════ */
.wwa-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.wwa-story-text p {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  color: #ddd0d4;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.wwa-story-text p strong { color: #fff; }

.wwa-story-stats {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.wwa-stat-pill {
  background: var(--bg-card);
  border: 1px solid rgba(208,2,27,0.22);
  border-radius: 14px;
  padding: 14px 22px;
  text-align: center;
  min-width: 90px;
  transition: background 0.2s, border-color 0.2s;
}
.wwa-stat-pill:hover {
  background: rgba(255,255,255,0.22);
  border-color: rgba(208,2,27,0.5);
}
.wwa-stat-num {
  font-family: 'Sora', sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: #D0021B;
  line-height: 1;
  margin-bottom: 4px;
}
.wwa-stat-lbl {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.45);
}

/* Story right image */
.wwa-story-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #2a0a0f 0%, #1a0709 100%);
  border: 1px solid rgba(208,2,27,0.20);
  display: flex; align-items: center; justify-content: center;
}
.wwa-story-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.wwa-story-img-placeholder {
  display: flex; flex-direction: column;
  align-items: center; gap: 10px;
  color: rgba(255,255,255,0.22);
}
.wwa-story-img-placeholder i    { font-size: 36px; }
.wwa-story-img-placeholder span {
  font-family: 'Sora', sans-serif;
  font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase;
}

/* ══ WHY WE EXIST ════════════════════════════════════════════════════ */
.wwa-exist-wrap {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 4rem;
  align-items: start;
}
.wwa-exist-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
.wwa-exist-card {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
  background: var(--bg-card);
  border: 1px solid rgba(208,2,27,0.18);
  border-radius: 16px;
  padding: 1.3rem 1.4rem;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}
.wwa-exist-card:hover {
  background: rgba(255,255,255,0.20);
  border-color: rgba(208,2,27,0.45);
  transform: translateX(4px);
}
.wwa-exist-icon {
  width: 42px; height: 42px; min-width: 42px;
  background: rgba(208,2,27,0.15);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 17px; color: #da0303;
  transition: background 0.2s, color 0.2s;
}
.wwa-exist-card:hover .wwa-exist-icon { background: #D0021B; color: #fff; }
.wwa-exist-card h4 {
  font-family: 'Sora', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.3rem;
}
.wwa-exist-card p {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.83rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.65;
  margin: 0;
}

/* Exist — quote block */
.wwa-exist-quote {
  background: var(--bg-card);
  border: 1px solid rgba(208,2,27,0.18);
  border-radius: 20px;
  padding: 2rem 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.wwa-big-quote {
  font-family: 'Sora', sans-serif;
  font-size: 6rem;
  font-weight: 800;
  color: rgba(208,2,27,0.25);
  line-height: 1;
  margin-bottom: -1.5rem;
}
.wwa-exist-quote blockquote {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.05rem;
  color: rgba(255,255,255,0.80);
  line-height: 1.75;
  font-style: italic;
  border: none; padding: 0; margin: 0 0 1rem;
}
.wwa-exist-quote cite {
  font-family: 'Sora', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: #D0021B;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-style: normal;
}

/* ══ GOAL & PURPOSE ══════════════════════════════════════════════════ */
.wwa-goals-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);   /* ← 3 columns */
  gap: 1.5rem;
  margin-top: 3rem;
}
.wwa-goal-card {
  background: var(--bg-card);
  border: 1px solid rgba(208,2,27,0.18);
  border-radius: 20px;
  padding: 2rem 1.6rem 1.8rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s, background 0.25s;
}
.wwa-goal-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--red);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s;
}
.wwa-goal-card:hover::before { transform: scaleX(1); }
.wwa-goal-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
  border-color: rgba(208,2,27,0.45);
  background: rgba(255,255,255,0.20);
}
.wwa-goal-num {
  font-family: 'Sora', sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  color: rgba(208,2,27,0.12);
  line-height: 1;
  margin-bottom: 0.6rem;
  letter-spacing: -1px;
}
.wwa-goal-icon {
  width: 46px; height: 46px;
  border-radius: 14px;
  background: rgba(208,2,27,0.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 19px; color: #da0303;
  margin-bottom: 1rem;
  transition: background 0.2s, color 0.2s;
}
.wwa-goal-card:hover .wwa-goal-icon { background: #D0021B; color: #fff; }
.wwa-goal-card h3 {
  font-family: 'Sora', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.6rem;
  line-height: 1.3;
}
.wwa-goal-card p {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  margin: 0;
}

/* ══ HOW WE HELP YOUR JOURNEY ════════════════════════════════════════ */
.wwa-journey {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

/* Journey — left image */
.wwa-journey-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #2a0a0f 0%, #1a0709 100%);
  border: 1px solid rgba(208,2,27,0.20);
  display: flex; align-items: center; justify-content: center;
}
.wwa-journey-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.wwa-journey-img-placeholder {
  display: flex; flex-direction: column;
  align-items: center; gap: 10px;
  color: rgba(255,255,255,0.22);
}
.wwa-journey-img-placeholder i    { font-size: 36px; }
.wwa-journey-img-placeholder span {
  font-family: 'Sora', sans-serif;
  font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase;
}

.wwa-journey-steps {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin-top: 2rem;
}
.wwa-journey-step {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
}
.wwa-step-circle {
  width: 38px; height: 38px; min-width: 38px;
  border-radius: 50%;
  background: rgba(208,2,27,0.15);
  border: 1.5px solid rgba(208,2,27,0.40);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Sora', sans-serif;
  font-size: 0.85rem; font-weight: 800;
  color: #D0021B;
  transition: background 0.2s, color 0.2s;
}
.wwa-journey-step:hover .wwa-step-circle {
  background: #D0021B;
  color: #fff;
  border-color: #D0021B;
}
.wwa-journey-step h4 {
  font-family: 'Sora', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.25rem;
}
.wwa-journey-step p {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.52);
  line-height: 1.7;
  margin: 0;
}

/* ══ OUR VALUES ══════════════════════════════════════════════════════ */
.wwa-values {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.2rem;
  margin-top: 3rem;
}
.wwa-value {
  background: var(--bg-card);
  border: 1px solid rgba(208,2,27,0.18);
  border-radius: 18px;
  padding: 1.8rem 1.2rem;
  text-align: center;
  transition: transform 0.25s, box-shadow 0.25s, background 0.25s, border-color 0.25s;
}
.wwa-value:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.35);
  background: rgba(255,255,255,0.20);
  border-color: rgba(208,2,27,0.45);
}
.wwa-value > i {
  display: block;
  font-size: 1.6rem;
  color: #D0021B;
  margin-bottom: 1rem;
  transition: transform 0.2s;
}
.wwa-value:hover > i { transform: scale(1.15); }
.wwa-value h4 {
  font-family: 'Sora', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}
.wwa-value p {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.80rem;
  color: rgba(255,255,255,0.50);
  line-height: 1.65;
  margin: 0;
}

/* ══ CTA STRIP ═══════════════════════════════════════════════════════ */
.wwa-cta {
  background: #D0021B;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.wwa-cta::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 40px 40px;
}
.wwa-cta-inner {
  position: relative; z-index: 1;
  padding: 0 1.5rem;
}
.wwa-cta-inner h2 {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.9rem;
  letter-spacing: -0.3px;
}
.wwa-cta-inner p {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  color: rgba(255,255,255,0.72);
  max-width: 520px;
  margin: 0 auto 2.2rem;
  line-height: 1.75;
}
.wwa-cta-btns {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.wwa-btn-w {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; color: #D0021B;
  font-family: 'Sora', sans-serif;
  font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .4px;
  padding: 12px 26px;
  border-radius: 50px;
  text-decoration: none;
  transition: box-shadow 0.2s, transform 0.15s;
}
.wwa-btn-w:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.22);
  transform: translateY(-2px);
  color: #D0021B;
  text-decoration: none;
}
.wwa-btn-o {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: #fff;
  border: 2px solid rgba(255,255,255,0.45);
  font-family: 'Sora', sans-serif;
  font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .4px;
  padding: 12px 26px;
  border-radius: 50px;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s, transform 0.15s;
}
.wwa-btn-o:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.10);
  transform: translateY(-2px);
  color: #fff;
  text-decoration: none;
}

/* ══ SCROLL REVEAL ════════════════════════════════════════════════════ */
.wwa-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.wwa-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.wwa-reveal-delay { transition-delay: 0.18s; }

/* ══ RESPONSIVE ══════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .wwa-values {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 960px) {
  .wwa-hero-inner  { grid-template-columns: 1fr; gap: 2.5rem; }
  .wwa-hero-text   { text-align: center; }
  .wwa-hero-text p { margin-left: auto; margin-right: auto; }
  .wwa-badge       { display: inline-flex; }
  .wwa-location    { justify-content: center; }

  .wwa-story-grid  { grid-template-columns: 1fr; gap: 2.5rem; }
  .wwa-exist-wrap  { grid-template-columns: 1fr; gap: 2.5rem; }
  .wwa-journey     { grid-template-columns: 1fr; gap: 2.5rem; }

  .wwa-goals-grid  { grid-template-columns: repeat(2, 1fr); }

  .wwa-values      { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .wwa-section     { padding: 60px 0; }
  .wwa-hero        { padding: 70px 0 60px; }
  .wwa-stat-pill   { min-width: 70px; }
}

@media (max-width: 600px) {
  .wwa-goals-grid  { grid-template-columns: 1fr; }
  .wwa-values      { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .wwa-container   { padding: 0 1rem; }
  .wwa-hero-inner  { padding: 0 1rem; }
  .wwa-hero-text h1 { font-size: 1.9rem; }
  .wwa-hero-text p  { font-size: 0.9rem; }
  .wwa-cta-inner h2 { font-size: 1.6rem; }
  .wwa-story-stats  { gap: 0.7rem; }
  .wwa-stat-pill    { padding: 10px 14px; }
  .wwa-goal-card    { padding: 1.5rem 1.2rem; }
  .wwa-exist-card   { padding: 1rem 1.1rem; }
}