.esw-about-page{
  --esw-blue:#0f5da8;
  --esw-blue-dark:#082650;
  --esw-navy:#091f4a;
  --esw-text:#243246;
  --esw-muted:#5d6d80;
  --esw-border:#d8e2ef;
  --esw-soft:#f5f8fc;
  --esw-white:#ffffff;
  max-width:1360px;
  margin:0 auto;
  color:var(--esw-text);
  font-size:16px;
  line-height:1.7;
}

.esw-about-switcher{
  margin:22px auto 28px;
  border-radius:18px;
  background:linear-gradient(135deg,#0a2450 0%,#103a78 100%);
  box-shadow:0 14px 38px rgba(8,38,80,.16);
  overflow:visible;
}

.esw-about-switcher__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:16px 22px;
  flex-wrap:wrap;
}

.esw-about-switcher__home{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#dbe8f8;
  text-decoration:none;
  font-weight:700;
  font-size:14px;
}

.esw-about-switcher__label{
  color:#fff;
  font-size:26px;
  font-weight:800;
  letter-spacing:.01em;
  margin-right:auto;
}

.esw-about-switcher__links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:flex-end;
}

.esw-about-switcher__links a{
  color:#e7f0fb;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  padding:9px 13px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.04);
}

.esw-about-switcher__links a:hover,
.esw-about-switcher__links a.is-active{
  background:#fff;
  color:var(--esw-blue-dark);
  border-color:#fff;
}

.esw-about-hero{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);
  gap:28px;
  align-items:center;
  margin-bottom:24px;
}

.esw-about-hero__copy,
.esw-about-hero__media,
.esw-about-section,
.esw-about-stats,
.esw-about-cta__card{
  background:#fff;
  border:1px solid var(--esw-border);
  border-radius:22px;
  box-shadow:0 16px 44px rgba(22,39,64,.06);
}

.esw-about-hero__copy{
  padding:40px;
}

.esw-about-eyebrow,
.esw-about-section-label{
  margin:0 0 10px;
  color:var(--esw-blue);
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.16em;
  font-weight:800;
}

.esw-about-hero h1{
  margin:0 0 14px;
  font-size:clamp(36px,4.4vw,58px);
  line-height:1.08;
  color:#11243d;
}

.esw-about-lead{
  font-size:18px;
  color:#445468;
}

.esw-about-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin:24px 0 22px;
}

.esw-about-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 22px;
  border-radius:999px;
  text-decoration:none;
  font-weight:800;
  font-size:14px;
  transition:.2s ease;
}

.esw-about-btn--primary{
  background:linear-gradient(135deg,#0f5da8 0%,#174fbf 100%);
  color:#fff;
  box-shadow:0 14px 28px rgba(15,93,168,.18);
}

.esw-about-btn--secondary{
  background:#fff;
  color:var(--esw-blue-dark);
  border:1px solid var(--esw-border);
}

.esw-about-btn:hover{transform:translateY(-1px);}

.esw-about-points{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.esw-about-points span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  background:#f1f6fd;
  color:#23405f;
  font-size:13px;
  font-weight:700;
  border:1px solid #dbe7f5;
}

.esw-about-hero__media{
  padding:16px;
}

.esw-about-hero__media img,
.esw-about-section__media img{
  width:100%;
  display:block;
  border-radius:18px;
}

.esw-about-caption{
  margin:10px 4px 0;
  color:var(--esw-muted);
  font-size:13px;
}

.esw-about-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  margin:0 0 24px;
  overflow:hidden;
}

.esw-about-stats article{
  padding:28px 18px;
  text-align:center;
  border-right:1px solid var(--esw-border);
}

.esw-about-stats article:last-child{border-right:none;}

.esw-about-stats strong{
  display:block;
  font-size:34px;
  color:#10243b;
  line-height:1;
  margin-bottom:8px;
}

.esw-about-stats span{
  display:block;
  color:var(--muted, #5d6d80);
  font-weight:700;
}

.esw-about-section{
  padding:34px;
  margin-bottom:24px;
}

.esw-about-section__heading{
  margin-bottom:24px;
}

.esw-about-section__heading--center{
  text-align:center;
}

.esw-about-section__heading h2{
  margin:0 0 12px;
  color:#11243d;
  font-size:clamp(28px,3vw,42px);
  line-height:1.15;
}

.esw-about-story-grid,
.esw-about-why-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.esw-about-why-grid{
  grid-template-columns:repeat(4,1fr);
}

.esw-about-card{
  padding:24px;
  border:1px solid var(--esw-border);
  background:linear-gradient(180deg,#fff 0%,#f9fbfe 100%);
  border-radius:18px;
}

.esw-about-card h3{
  margin:0 0 10px;
  color:#11243d;
  font-size:22px;
}

.esw-about-card p{
  margin:0;
  color:var(--esw-muted);
}

.esw-about-section--split{
  display:grid;
  grid-template-columns:minmax(320px,.95fr) minmax(0,1.05fr);
  gap:26px;
  align-items:center;
}

.esw-about-section__copy h2{
  margin:0 0 14px;
  color:#11243d;
  font-size:clamp(28px,3vw,42px);
  line-height:1.15;
}

.esw-about-checks{
  list-style:none;
  padding:0;
  margin:16px 0 0;
  display:grid;
  gap:12px;
}

.esw-about-checks li{
  position:relative;
  padding-left:30px;
  color:#425265;
  font-weight:600;
}

.esw-about-checks li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  width:20px;
  height:20px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  color:#fff;
  background:var(--esw-blue);
  box-shadow:0 8px 18px rgba(15,93,168,.18);
}

.esw-about-timeline{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.esw-about-timeline article{
  padding:24px 20px;
  border-radius:18px;
  border:1px solid var(--esw-border);
  background:#f8fbff;
  position:relative;
  overflow:hidden;
}

.esw-about-timeline__year{
  display:inline-block;
  margin-bottom:12px;
  padding:6px 12px;
  border-radius:999px;
  background:#eaf3fd;
  color:var(--esw-blue-dark);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.esw-about-timeline h3{
  margin:0 0 10px;
  font-size:22px;
  line-height:1.2;
  color:#11243d;
}

.esw-about-timeline p{
  margin:0;
  color:var(--esw-muted);
}

.esw-about-legal-card{
  padding:34px;
  border-radius:20px;
  background:
    radial-gradient(circle at top right, rgba(15,93,168,.10), transparent 34%),
    linear-gradient(135deg,#ffffff 0%,#f5f9ff 100%);
  border:1px solid var(--esw-border);
}

.esw-about-legal-card h2{
  margin:0 0 12px;
  color:#11243d;
  font-size:clamp(28px,3vw,40px);
  line-height:1.15;
}

.esw-about-legal-note{
  margin-top:12px;
  color:#6a798c;
  font-size:13px;
}

.esw-about-cta__card{
  padding:34px 36px;
  display:flex;
  gap:20px;
  align-items:center;
  justify-content:space-between;
}

.esw-about-cta__card h2{
  margin:0 0 12px;
  color:#11243d;
  font-size:clamp(28px,3vw,40px);
  line-height:1.15;
}

.esw-about-cta__card p{
  margin:0;
  color:var(--esw-muted);
}

.esw-about-cta__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:flex-end;
}

@media (max-width:1100px){
  .esw-about-hero,
  .esw-about-section--split,
  .esw-about-story-grid,
  .esw-about-why-grid,
  .esw-about-timeline,
  .esw-about-stats{
    grid-template-columns:1fr 1fr;
  }

  .esw-about-story-grid,
  .esw-about-why-grid,
  .esw-about-timeline{
    grid-template-columns:1fr 1fr;
  }

  .esw-about-stats article:nth-child(2){
    border-right:none;
  }

  .esw-about-stats article:nth-child(-n+2){
    border-bottom:1px solid var(--esw-border);
  }

  .esw-about-cta__card{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (max-width:760px){
  .esw-about-page{
    font-size:15px;
  }

  .esw-about-switcher__inner,
  .esw-about-hero__copy,
  .esw-about-section,
  .esw-about-legal-card,
  .esw-about-cta__card{
    padding:24px;
  }

  .esw-about-switcher__label{
    width:100%;
    font-size:24px;
  }

  .esw-about-hero,
  .esw-about-section--split,
  .esw-about-story-grid,
  .esw-about-why-grid,
  .esw-about-timeline,
  .esw-about-stats{
    grid-template-columns:1fr;
  }

  .esw-about-stats article{
    border-right:none;
    border-bottom:1px solid var(--esw-border);
  }

  .esw-about-stats article:last-child{
    border-bottom:none;
  }

  .esw-about-cta__actions,
  .esw-about-hero__actions{
    width:100%;
  }

  .esw-about-btn{
    width:100%;
  }
}