.about-page { padding-top: 112px; }

.about-hero {
  background: var(--bg);
  padding: 72px 0 0;
  position: relative;
  overflow: hidden;
}
.about-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(59,130,246,.08) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.about-hero::after {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 480px; height: 480px; border-radius: 50%;
  background: radial-gradient(circle, rgba(249,115,22,.1), transparent 70%);
  pointer-events: none;
}
.about-hero-inner {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 80px;
  align-items: end;
}
.about-breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-size: .72rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--text-4); margin-bottom: 24px;
}
.about-breadcrumb span { color: var(--indigo-deep); }
.about-breadcrumb-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--border-2); }
.about-hero-h {
  font-family: var(--font-h);
  font-size: clamp(3rem, 5.5vw, 5.2rem);
  font-weight: 300; line-height: 1.04;
  letter-spacing: -.03em; color: var(--text);
  margin-bottom: 24px;
}
.about-hero-h strong { font-weight: 700; display: block; }
.about-hero-h em {
  font-style: italic;
  background: linear-gradient(120deg, var(--indigo-deep), var(--indigo));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.about-hero-sub {
  font-size: 1.02rem; color: var(--text-3);
  line-height: 1.85; max-width: 520px; margin-bottom: 40px;
}
.about-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 56px; }
.hero-trust {
  display: flex; align-items: center; gap: 24px;
  padding: 18px 0; border-top: 1px solid var(--border); flex-wrap: wrap;
}
.hero-trust-item {
  display: flex; align-items: center; gap: 8px;
  font-size: .8rem; font-weight: 500; color: var(--text-3);
}
.hero-trust-icon {
  width: 30px; height: 30px; border-radius: 8px;
  background: var(--indigo-dim);
  display: flex; align-items: center; justify-content: center; font-size: .9rem;
}
.about-hero-right { position: relative; align-self: end; }
.about-hero-card {
  background: #fff; border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  border: 1.5px solid var(--border); border-bottom: none;
  box-shadow: var(--shadow-lg); padding: 36px 32px 40px;
  position: relative; overflow: hidden;
}
.about-hero-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--indigo-deep), var(--indigo), var(--teal));
}
.ahc-label {
  font-size: .68rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--text-4); margin-bottom: 20px;
}
.ahc-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 24px; }
.ahc-n {
  font-family: var(--font-h); font-size: 2.4rem; font-weight: 700;
  line-height: 1; letter-spacing: -.04em; color: var(--text); margin-bottom: 4px;
}
.ahc-n .unit { font-size: 1.4rem; color: var(--indigo); }
.ahc-l { font-size: .72rem; font-weight: 500; color: var(--text-4); }
.ahc-divider { height: 1px; background: var(--border); margin-bottom: 22px; }
.ahc-rating { display: flex; align-items: center; gap: 12px; }
.ahc-stars { color: #f59e0b; font-size: 1rem; letter-spacing: 2px; }
.ahc-rating-txt { font-size: .8rem; color: var(--text-3); }
.ahc-rating-txt strong { color: var(--text); font-weight: 700; }
.ahc-badge {
  position: absolute; top: 28px; right: -12px;
  background: var(--indigo-deep); color: #fff;
  border-radius: 100px 0 0 100px;
  padding: 7px 20px 7px 14px;
  font-size: .7rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  box-shadow: 0 4px 16px rgba(234,88,12,.35);
}

.pillars-strip {
  background: #fff;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.pillars-row { display: grid; grid-template-columns: repeat(4, 1fr); }
.pillar {
  padding: 36px 28px; border-right: 1px solid var(--border);
  display: flex; align-items: flex-start; gap: 14px;
  transition: background .25s;
}
.pillar:last-child { border-right: none; }
.pillar:hover { background: var(--indigo-pale); }
.pillar-icon {
  width: 40px; height: 40px; border-radius: 10px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
}
.pi-1 { background: var(--teal-dim); }
.pi-2 { background: var(--indigo-dim); }
.pi-3 { background: rgba(5,150,105,.1); }
.pi-4 { background: var(--rose-dim); }
.pillar-txt h4 { font-size: .88rem; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.pillar-txt p  { font-size: .75rem; color: var(--text-3); line-height: 1.6; }

.story-section { padding: 110px 0; background: var(--bg); }
.story-layout {
  display: grid; grid-template-columns: 80px 1fr 60px 1fr; gap: 0; align-items: start;
}
.story-year-col { padding-top: 8px; }
.story-year-col-label {
  writing-mode: vertical-rl; text-orientation: mixed; transform: rotate(180deg);
  font-size: .68rem; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--text-4);
}
.story-left  { padding-right: 48px; }
.story-sep   { border-left: 1.5px solid var(--border); margin: 0 auto; height: 100%; }
.story-right { padding-left: 48px; }
.story-tag {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 5px 12px; border-radius: 100px; background: var(--indigo-dim);
  font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--indigo-deep); margin-bottom: 20px;
}
.story-tag-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--indigo); }
.story-h {
  font-family: var(--font-h); font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 300; line-height: 1.1; letter-spacing: -.025em;
  color: var(--text); margin-bottom: 20px;
}
.story-h strong { font-weight: 700; }
.story-h em {
  font-style: italic;
  background: linear-gradient(120deg, var(--teal-deep), var(--indigo));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.story-p { font-size: .92rem; color: var(--text-3); line-height: 1.9; margin-bottom: 16px; }
.timeline {
  display: flex; flex-direction: column;
  padding-left: 28px; border-left: 2px solid var(--border-2);
}
.tl-item { position: relative; padding-bottom: 28px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-dot {
  position: absolute; left: -35px; top: 3px;
  width: 16px; height: 16px; border-radius: 50%;
  background: #fff; border: 2.5px solid var(--border-2);
  transition: all .3s var(--ease);
}
.tl-item:hover .tl-dot { border-color: var(--indigo); background: var(--indigo-pale); transform: scale(1.2); }
.tl-year { font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--indigo-deep); margin-bottom: 5px; }
.tl-title { font-size: .9rem; font-weight: 700; color: var(--text); margin-bottom: 3px; }
.tl-desc  { font-size: .8rem; color: var(--text-3); line-height: 1.6; }

.stats-band {
  background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 40%, #ea580c 100%);
  padding: 72px 0; position: relative; overflow: hidden;
}
.stats-band::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='1.5' fill='%23ffffff' fill-opacity='0.07'/%3E%3C/svg%3E");
}
.stats-band-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: repeat(5,1fr);
  gap: 1px; background: rgba(255,255,255,.15);
  border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
}
.sb-cell {
  background: rgba(255,255,255,.08); padding: 36px 24px; text-align: center;
  transition: background .3s; backdrop-filter: blur(4px);
}
.sb-cell:hover { background: rgba(255,255,255,.16); }
.sb-n {
  font-family: var(--font-h); font-size: 2.6rem; font-weight: 700;
  color: #fff; line-height: 1; letter-spacing: -.04em; margin-bottom: 6px;
}
.sb-l { font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.65); }

.values-section { padding: 110px 0; background: #fff; }
.values-header {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: end; margin-bottom: 60px;
}
.values-header-right p { font-size: .92rem; color: var(--text-3); line-height: 1.85; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.vcard {
  background: var(--bg); border: 1.5px solid var(--border);
  border-radius: var(--radius-lg); padding: 32px 28px;
  position: relative; overflow: hidden; transition: all .35s var(--ease);
}
.vcard:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--indigo); background: #fff; }
.vcard-accent {
  position: absolute; top: 0; left: 0; width: 3px; bottom: 0;
  border-radius: 4px 0 0 4px; transition: width .35s var(--ease);
}
.vcard:hover .vcard-accent { width: 5px; }
.va-1{background:var(--teal)} .va-2{background:var(--indigo)} .va-3{background:#059669}
.va-4{background:var(--rose)} .va-5{background:#7c3aed}      .va-6{background:var(--amber)}
.vcard-num {
  font-family: var(--font-h); font-size: 3rem; font-weight: 700;
  line-height: 1; color: var(--border-2); margin-bottom: 18px; transition: color .35s;
}
.vcard:hover .vcard-num { color: rgba(249,115,22,.15); }
.vcard h3 { font-size: .97rem; font-weight: 700; color: var(--text); margin-bottom: 10px; }
.vcard p  { font-size: .83rem; color: var(--text-3); line-height: 1.75; }

.why-section { padding: 110px 0; background: var(--bg); }
.why-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.why-features { display: flex; flex-direction: column; gap: 16px; margin-top: 36px; }
.wf-item {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 22px 24px; background: #fff;
  border: 1.5px solid var(--border); border-radius: var(--radius);
  transition: all .3s var(--ease); cursor: default;
}
.wf-item:hover { border-color: var(--indigo); box-shadow: var(--shadow); transform: translateX(6px); }
.wf-icon {
  width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-size: 1.2rem;
  transition: transform .3s var(--spring);
}
.wf-item:hover .wf-icon { transform: scale(1.12) rotate(-4deg); }
.wfi-1{background:var(--teal-dim)} .wfi-2{background:var(--indigo-dim)}
.wfi-3{background:rgba(5,150,105,.1)} .wfi-4{background:var(--rose-dim)}
.wfi-5{background:rgba(124,58,237,.1)}
.wf-txt h4 { font-size: .9rem; font-weight: 700; color: var(--text); margin-bottom: 5px; }
.wf-txt p  { font-size: .8rem; color: var(--text-3); line-height: 1.65; }
.why-mosaic {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto; gap: 14px;
}
.wm-card {
  background: #fff; border: 1.5px solid var(--border);
  border-radius: var(--radius-lg); padding: 24px 22px;
  box-shadow: var(--shadow); transition: all .3s var(--ease);
}
.wm-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--indigo); }
.wm-card.wide { grid-column: span 2; display: flex; gap: 20px; align-items: center; }
.wm-n {
  font-family: var(--font-h); font-size: 2.2rem; font-weight: 700;
  color: var(--text); line-height: 1; margin-bottom: 4px; letter-spacing: -.04em;
}
.wm-n.clr-orange{color:var(--indigo)} .wm-n.clr-blue{color:var(--teal)} .wm-n.clr-green{color:#059669}
.wm-l { font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--text-4); }
.wm-icon-big { font-size: 2.4rem; flex-shrink: 0; }
.wm-wide-txt h4 { font-size: .95rem; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.wm-wide-txt p  { font-size: .78rem; color: var(--text-3); line-height: 1.55; }

.about-testi { padding: 110px 0; background: #fff; border-top: 1px solid var(--border); }
.about-testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 52px; }
.at-card {
  background: var(--bg); border: 1.5px solid var(--border);
  border-radius: var(--radius-lg); padding: 30px 26px;
  position: relative; overflow: hidden; transition: all .35s var(--ease);
}
.at-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--indigo); background: #fff; }
.at-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--indigo-deep), var(--indigo));
  transform: scaleX(0); transition: transform .35s var(--ease); transform-origin: left;
}
.at-card:hover::before { transform: scaleX(1); }
.at-quote  { font-size: 2.4rem; line-height: .8; color: var(--indigo-dim); font-family: Georgia,serif; margin-bottom: 12px; }
.at-stars  { color: #f59e0b; font-size: .85rem; letter-spacing: 2px; margin-bottom: 14px; }
.at-text {
  font-family: var(--font-h); font-style: italic; font-size: .92rem;
  color: var(--text-2); line-height: 1.75; margin-bottom: 22px;
}
.at-divider { height: 1px; background: var(--border); margin-bottom: 16px; }
.at-author  { display: flex; align-items: center; gap: 12px; }
.at-av {
  width: 38px; height: 38px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .82rem; font-weight: 700; color: #fff; flex-shrink: 0;
}
.at-name    { font-size: .86rem; font-weight: 700; color: var(--text); margin-bottom: 2px; }
.at-role    { font-size: .72rem; color: var(--text-4); }
.at-company { font-size: .72rem; font-weight: 600; color: var(--indigo-deep); }

.about-cta { padding: 110px 0; background: var(--bg); position: relative; overflow: hidden; }
.about-cta::before {
  content: ''; position: absolute; bottom: -80px; right: -80px;
  width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(249,115,22,.08), transparent 70%);
}
.about-cta::after {
  content: ''; position: absolute; top: -60px; left: -60px;
  width: 300px; height: 300px; border-radius: 50%;
  background: radial-gradient(circle, rgba(59,130,246,.07), transparent 70%);
}
.about-cta-box {
  position: relative; z-index: 1;
  background: #fff; border: 1.5px solid var(--border);
  border-radius: var(--radius-xl); padding: 72px 80px;
  box-shadow: var(--shadow-lg);
  display: grid; grid-template-columns: 1fr auto;
  gap: 60px; align-items: center; overflow: hidden;
}
.about-cta-box::before {
  content: ''; position: absolute; top: 0; left: 0; bottom: 0; width: 4px;
  background: linear-gradient(180deg, var(--indigo-deep), var(--indigo));
  border-radius: 4px 0 0 4px;
}
.about-cta-eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 5px 12px; border-radius: 100px; background: var(--indigo-dim);
  font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--indigo-deep); margin-bottom: 16px;
}
.about-cta-h {
  font-family: var(--font-h); font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  font-weight: 300; color: var(--text); line-height: 1.1;
  letter-spacing: -.02em; margin-bottom: 12px;
}
.about-cta-h strong { font-weight: 700; }
.about-cta-p { font-size: .9rem; color: var(--text-3); line-height: 1.8; }
.about-cta-actions {
  display: flex; flex-direction: column; gap: 12px; flex-shrink: 0; min-width: 200px;
}
.about-cta-actions .btn { justify-content: center; white-space: nowrap; }

.rv  { opacity:0; transform:translateY(26px);  transition:opacity .72s var(--ease),transform .72s var(--ease); }
.rvl { opacity:0; transform:translateX(-24px); transition:opacity .72s var(--ease),transform .72s var(--ease); }
.rvr { opacity:0; transform:translateX(24px);  transition:opacity .72s var(--ease),transform .72s var(--ease); }
.rv.in,.rvl.in,.rvr.in { opacity:1; transform:none; }
.d1{transition-delay:.06s}.d2{transition-delay:.13s}.d3{transition-delay:.20s}
.d4{transition-delay:.27s}.d5{transition-delay:.34s}.d6{transition-delay:.41s}
.d7{transition-delay:.48s}.d8{transition-delay:.55s}

@media(max-width:1024px){
  .about-hero-inner  { grid-template-columns:1fr; gap:48px; }
  .story-layout      { grid-template-columns:1fr; }
  .story-year-col,.story-sep { display:none; }
  .story-left        { padding-right:0; }
  .story-right       { padding-left:0; }
  .stats-band-inner  { grid-template-columns:repeat(3,1fr); }
  .values-header     { grid-template-columns:1fr; gap:20px; }
  .values-grid       { grid-template-columns:1fr 1fr; }
  .why-layout        { grid-template-columns:1fr; gap:48px; }
  .about-testi-grid  { grid-template-columns:1fr; }
  .about-cta-box     { grid-template-columns:1fr; gap:36px; padding:48px 40px; }
  .pillars-row       { grid-template-columns:1fr 1fr; }
  .pillar            { border-bottom:1px solid var(--border); }
}
@media(max-width:768px){
  .about-page        { padding-top:72px; }
  .values-grid       { grid-template-columns:1fr; }
  .stats-band-inner  { grid-template-columns:1fr 1fr; }
  .why-mosaic        { grid-template-columns:1fr; }
  .wm-card.wide      { grid-column:span 1; }
  .about-cta-box     { padding:36px 24px; }
  .pillars-row       { grid-template-columns:1fr; }
}