/* ==========================================================
   EMAN GROUP — Über uns UI31
   Rebuilt from the approved visual reference.
   The shell uses the same width formula as the shared footer.
   ========================================================== */

.eg-about-page{
  background:#f5f6f8;
}

.eg-about-main{
  min-height:70vh;
  color:var(--text);
}

.eg-about-shell{
  width:min(var(--max),calc(100% - var(--pad)*2));
  margin-inline:auto;
}

.eg-about-kicker{
  margin:0 0 13px;
  color:#005bd8;
  font-size:9px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.eg-about-kicker--light{
  color:#9fc4ff;
}

.eg-about-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:25px;
  color:#005bd8;
  font-size:12px;
  line-height:1.4;
  font-weight:700;
  text-decoration:none;
}

.eg-about-link:hover{
  text-decoration:underline;
  text-underline-offset:4px;
}

/* ---------- Hero ---------- */

.eg-about-hero{
  padding:27px 0 52px;
  background:#fff;
  border-bottom:1px solid rgba(15,23,42,.08);
}

.eg-about-breadcrumb{
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:33px;
  color:#7b8492;
  font-size:10px;
}

.eg-about-breadcrumb a{
  color:#7b8492;
}

.eg-about-breadcrumb span[aria-current="page"]{
  color:#111827;
  font-weight:700;
}

.eg-about-hero__grid{
  display:grid;
  grid-template-columns:minmax(300px,.68fr) minmax(0,1.32fr);
  gap:clamp(54px,7vw,92px);
  align-items:start;
}

.eg-about-hero__copy{
  padding-top:3px;
}

.eg-about-page-title{
  margin:0;
  color:#0b1220;
  font-size:clamp(42px,5vw,64px);
  line-height:1;
  font-weight:720;
  letter-spacing:-.055em;
}

.eg-about-page-title span{
  color:#1557f5;
}

.eg-about-accent{
  width:49px;
  height:2px;
  display:block;
  margin:36px 0 29px;
  background:#1557f5;
}

.eg-about-hero h1{
  max-width:470px;
  margin:0;
  color:#111827;
  font-size:clamp(27px,3vw,39px);
  line-height:1.14;
  font-weight:650;
  letter-spacing:-.035em;
}

.eg-about-hero__lead{
  max-width:430px;
  margin:22px 0 0;
  color:#4f5d70;
  font-size:13px;
  line-height:1.72;
}

.eg-about-hero__media{
  min-width:0;
}

.eg-about-hero__media>img{
  width:100%;
  aspect-ratio:1128 / 594;
  display:block;
  object-fit:cover;
  background:#d8dde4;
}

.eg-about-trust{
  width:calc(100% - 42px);
  margin:-1px 0 0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 13px 32px rgba(15,23,42,.07);
}

.eg-about-trust article{
  min-width:0;
  display:grid;
  grid-template-columns:47px minmax(0,1fr);
  gap:14px;
  padding:26px 24px 25px;
  border-right:1px solid rgba(15,23,42,.1);
}

.eg-about-trust article:last-child{
  border-right:0;
}

.eg-about-trust__icon{
  width:39px;
  height:39px;
  display:grid;
  place-items:center;
  color:#1557f5;
}

.eg-about-trust__icon svg{
  width:38px;
  height:38px;
}

.eg-about-trust h2{
  margin:1px 0 8px;
  color:#111827;
  font-size:13px;
  line-height:1.35;
  font-weight:700;
}

.eg-about-trust p{
  margin:0;
  color:#59677a;
  font-size:10.5px;
  line-height:1.55;
}

/* ---------- Approach ---------- */

.eg-about-approach{
  padding:58px 0;
  background:#f4f5f7;
  border-bottom:1px solid rgba(15,23,42,.08);
}

.eg-about-approach__grid{
  display:grid;
  grid-template-columns:minmax(250px,.64fr) minmax(0,1.36fr);
  gap:clamp(48px,7vw,90px);
}

.eg-about-approach header{
  padding-right:35px;
  border-right:1px solid rgba(15,23,42,.12);
}

.eg-about-approach h2,
.eg-about-services__head h2,
.eg-about-values h2,
.eg-about-direction h2{
  margin:0;
  color:#111827;
  font-weight:680;
  letter-spacing:-.035em;
  text-wrap:balance;
}

.eg-about-approach h2{
  max-width:330px;
  font-size:clamp(25px,3vw,36px);
  line-height:1.15;
}

.eg-about-approach header>p:last-child{
  max-width:360px;
  margin:21px 0 0;
  color:#566477;
  font-size:12.5px;
  line-height:1.7;
}

.eg-about-approach__list{
  margin:0;
  padding:0;
  list-style:none;
  border-top:1px solid rgba(15,23,42,.12);
}

.eg-about-approach__list li{
  position:relative;
  padding:17px 0 17px 25px;
  border-bottom:1px solid rgba(15,23,42,.11);
}

.eg-about-approach__list li::before{
  content:"";
  position:absolute;
  left:2px;
  top:25px;
  width:4px;
  height:4px;
  border-radius:50%;
  background:#0067ff;
}

.eg-about-approach__list h3{
  margin:0;
  color:#111827;
  font-size:13px;
  line-height:1.4;
}

.eg-about-approach__list p{
  margin:4px 0 0;
  color:#5b6879;
  font-size:10.8px;
  line-height:1.55;
}

/* ---------- Services ---------- */

.eg-about-services-section{
  padding:56px 0 48px;
  background:#fff;
  border-bottom:1px solid rgba(15,23,42,.09);
}

.eg-about-services__head{
  display:grid;
  grid-template-columns:180px minmax(0,1fr);
  gap:0;
  margin-bottom:31px;
}

.eg-about-services__head h2{
  grid-column:1;
  font-size:27px;
  line-height:1.12;
}

.eg-about-services{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  border-top:1px solid rgba(15,23,42,.11);
}

.eg-about-services article{
  min-width:0;
  min-height:205px;
  padding:21px 17px 18px;
  border-right:1px solid rgba(15,23,42,.1);
}

.eg-about-services article:first-child{
  padding-left:0;
}

.eg-about-services article:last-child{
  padding-right:0;
  border-right:0;
}

.eg-about-service-icon{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  margin-bottom:15px;
  color:#1557f5;
}

.eg-about-service-icon svg{
  width:36px;
  height:36px;
}

.eg-about-services h3{
  margin:0;
  color:#111827;
  font-size:12px;
  line-height:1.4;
}

.eg-about-services p{
  margin:9px 0 0;
  color:#5c6879;
  font-size:9.8px;
  line-height:1.58;
}

/* ---------- Values ---------- */

.eg-about-values{
  padding:42px 0 38px;
  background:#fff;
}

.eg-about-values header{
  margin-bottom:20px;
}

.eg-about-values h2{
  font-size:29px;
  line-height:1.1;
}

.eg-about-values__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid rgba(15,23,42,.11);
}

.eg-about-values article{
  position:relative;
  min-height:150px;
  padding:21px 26px 18px 20px;
  border-right:1px solid rgba(15,23,42,.1);
}

.eg-about-values article:first-child{
  padding-left:18px;
}

.eg-about-values article:last-child{
  border-right:0;
}

.eg-about-values article::before{
  content:"";
  position:absolute;
  left:0;
  top:27px;
  width:4px;
  height:4px;
  border-radius:50%;
  background:#0067ff;
}

.eg-about-values h3{
  margin:0;
  color:#111827;
  font-size:12px;
  line-height:1.4;
}

.eg-about-values p{
  margin:9px 0 0;
  color:#59677a;
  font-size:10.2px;
  line-height:1.58;
}

/* ---------- Direction ---------- */

.eg-about-direction{
  padding:0 0 29px;
  background:#fff;
}

.eg-about-direction__panel{
  position:relative;
  min-height:210px;
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(430px,1.05fr);
  gap:40px;
  align-items:center;
  padding:34px 31px;
  overflow:hidden;
  background:
    radial-gradient(circle at 92% 14%,rgba(38,112,255,.28),transparent 31%),
    linear-gradient(120deg,#071c3c,#003b83);
  color:#fff;
}

.eg-about-direction__panel::after{
  content:"";
  position:absolute;
  right:-8%;
  top:-35%;
  width:460px;
  height:460px;
  opacity:.25;
  background-image:radial-gradient(circle,#72a5ff 1px,transparent 1.3px);
  background-size:8px 8px;
  transform:rotate(-8deg);
  mask-image:radial-gradient(circle,black 0 52%,transparent 72%);
}

.eg-about-direction__panel>div{
  position:relative;
  z-index:1;
}

.eg-about-direction h2{
  max-width:570px;
  color:#fff;
  font-size:clamp(25px,3vw,36px);
  line-height:1.13;
}

.eg-about-direction__panel>div>p:not(.eg-about-kicker){
  max-width:590px;
  margin:15px 0 0;
  color:rgba(255,255,255,.75);
  font-size:11.5px;
  line-height:1.65;
}

.eg-about-direction__panel>div>a{
  display:inline-flex;
  gap:8px;
  margin-top:21px;
  color:#fff;
  font-size:10px;
  font-weight:700;
  text-decoration:none;
}

.eg-about-direction__items{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.eg-about-direction__items article{
  min-height:100px;
  display:grid;
  justify-items:center;
  align-content:center;
  gap:11px;
  padding:8px 21px;
  text-align:center;
  border-left:1px solid rgba(255,255,255,.22);
}

.eg-about-direction__items span{
  color:#fff;
  font-size:34px;
  font-weight:300;
  line-height:1;
}

.eg-about-direction__items strong{
  color:#fff;
  font-size:10px;
  line-height:1.45;
  font-weight:650;
}

/* ---------- Closing ---------- */

.eg-about-closing{
  padding:0 0 24px;
  background:#fff;
}

.eg-about-closing__inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  color:#4b5565;
  font-size:10.5px;
}

.eg-about-closing__inner p{
  margin:0;
}

.eg-about-closing__inner strong{
  color:#111827;
}

.eg-about-closing__inner a{
  display:inline-flex;
  gap:8px;
  color:#005bd8;
  font-size:11px;
  font-weight:700;
  text-decoration:none;
}

/* ---------- Responsive ---------- */

@media (max-width:980px){
  .eg-about-hero__grid{
    grid-template-columns:1fr;
    gap:42px;
  }

  .eg-about-hero__copy{
    max-width:640px;
  }

  .eg-about-trust{
    width:100%;
  }

  .eg-about-services{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .eg-about-services article{
    border-bottom:1px solid rgba(15,23,42,.1);
  }

  .eg-about-services article:nth-child(3){
    border-right:0;
  }

  .eg-about-services article:nth-child(n+4){
    border-bottom:0;
  }

  .eg-about-services article:nth-child(4){
    padding-left:0;
  }

  .eg-about-direction__panel{
    grid-template-columns:1fr;
  }
}

@media (max-width:720px){
  .eg-about-hero{
    padding-top:20px;
  }

  .eg-about-breadcrumb{
    margin-bottom:25px;
  }

  .eg-about-page-title{
    font-size:43px;
  }

  .eg-about-accent{
    margin:25px 0 22px;
  }

  .eg-about-hero h1{
    font-size:30px;
  }

  .eg-about-trust{
    grid-template-columns:1fr;
  }

  .eg-about-trust article{
    border-right:0;
    border-bottom:1px solid rgba(15,23,42,.1);
  }

  .eg-about-trust article:last-child{
    border-bottom:0;
  }

  .eg-about-approach__grid{
    grid-template-columns:1fr;
    gap:32px;
  }

  .eg-about-approach header{
    padding-right:0;
    padding-bottom:28px;
    border-right:0;
    border-bottom:1px solid rgba(15,23,42,.12);
  }

  .eg-about-services__head{
    display:block;
  }

  .eg-about-services{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .eg-about-services article,
  .eg-about-services article:first-child,
  .eg-about-services article:nth-child(4),
  .eg-about-services article:last-child{
    padding:20px 16px;
    border-right:1px solid rgba(15,23,42,.1);
    border-bottom:1px solid rgba(15,23,42,.1);
  }

  .eg-about-services article:nth-child(even){
    border-right:0;
  }

  .eg-about-services article:nth-child(n+5){
    border-bottom:0;
  }

  .eg-about-values__grid{
    grid-template-columns:1fr 1fr;
  }

  .eg-about-values article:nth-child(2){
    border-right:0;
  }

  .eg-about-values article:nth-child(-n+2){
    border-bottom:1px solid rgba(15,23,42,.1);
  }

  .eg-about-direction__panel{
    padding:29px 22px;
  }

  .eg-about-direction__items{
    grid-template-columns:1fr;
  }

  .eg-about-direction__items article{
    grid-template-columns:48px minmax(0,1fr);
    justify-items:start;
    min-height:64px;
    text-align:left;
    border-left:0;
    border-top:1px solid rgba(255,255,255,.2);
  }

  .eg-about-closing__inner{
    align-items:flex-start;
    flex-direction:column;
  }
}

@media (max-width:440px){
  .eg-about-services,
  .eg-about-values__grid{
    grid-template-columns:1fr;
  }

  .eg-about-services article,
  .eg-about-services article:first-child,
  .eg-about-services article:nth-child(4),
  .eg-about-services article:last-child,
  .eg-about-values article{
    min-height:0;
    padding:18px 0;
    border-right:0;
    border-bottom:1px solid rgba(15,23,42,.1);
  }

  .eg-about-values article:first-child{
    padding-left:18px;
  }

  .eg-about-values article:last-child,
  .eg-about-services article:last-child{
    border-bottom:0;
  }
}

/* ---------- Dark mode ---------- */

@media (prefers-color-scheme:dark){
  :root:not([data-theme="light"]) .eg-about-page,
  :root:not([data-theme="light"]) .eg-about-approach{
    background:#0f1522;
  }

  :root:not([data-theme="light"]) .eg-about-hero,
  :root:not([data-theme="light"]) .eg-about-services-section,
  :root:not([data-theme="light"]) .eg-about-values,
  :root:not([data-theme="light"]) .eg-about-direction,
  :root:not([data-theme="light"]) .eg-about-closing{
    background:#0b0f16;
  }

  :root:not([data-theme="light"]) .eg-about-page-title,
  :root:not([data-theme="light"]) .eg-about-hero h1,
  :root:not([data-theme="light"]) .eg-about-trust h2,
  :root:not([data-theme="light"]) .eg-about-approach h2,
  :root:not([data-theme="light"]) .eg-about-approach__list h3,
  :root:not([data-theme="light"]) .eg-about-services__head h2,
  :root:not([data-theme="light"]) .eg-about-services h3,
  :root:not([data-theme="light"]) .eg-about-values h2,
  :root:not([data-theme="light"]) .eg-about-values h3{
    color:#eef2ff;
  }

  :root:not([data-theme="light"]) .eg-about-trust{
    background:#111827;
  }

  :root:not([data-theme="light"]) .eg-about-hero__lead,
  :root:not([data-theme="light"]) .eg-about-trust p,
  :root:not([data-theme="light"]) .eg-about-approach header>p:last-child,
  :root:not([data-theme="light"]) .eg-about-approach__list p,
  :root:not([data-theme="light"]) .eg-about-services p,
  :root:not([data-theme="light"]) .eg-about-values p{
    color:rgba(238,242,255,.7);
  }
}

@media (prefers-reduced-motion:reduce){
  .eg-about-page *{
    scroll-behavior:auto!important;
  }
}

/* ==========================================================
   UI32 — Hero proportions corrected to the approved reference
   ========================================================== */

/* Defensive: the breadcrumb was removed from PHP. */
.eg-about-breadcrumb{
  display:none!important;
}

/*
 * Same horizontal shell as the shared footer.
 * Kept explicit so page and footer remain aligned.
 */
.eg-about-shell{
  width:min(var(--max),calc(100% - var(--pad)*2))!important;
  margin-inline:auto!important;
}

/* More balanced hero: wider text column, narrower media column. */
.eg-about-hero{
  padding:48px 0 52px!important;
}

.eg-about-hero__grid{
  grid-template-columns:minmax(430px,.8fr) minmax(0,1.2fr)!important;
  gap:clamp(44px,5vw,68px)!important;
  align-items:start!important;
}

.eg-about-hero__copy{
  padding-top:10px!important;
}

.eg-about-page-title{
  font-size:clamp(46px,4.5vw,64px)!important;
  line-height:1!important;
  font-weight:720!important;
}

.eg-about-accent{
  margin:31px 0 27px!important;
}

/* Exactly two controlled lines, as in the approved layout. */
.eg-about-hero h1{
  max-width:535px!important;
  font-size:clamp(30px,2.45vw,38px)!important;
  line-height:1.18!important;
  font-weight:520!important;
  letter-spacing:-.035em!important;
}

.eg-about-hero__lead{
  max-width:475px!important;
  margin-top:25px!important;
  font-size:14px!important;
  line-height:1.75!important;
}

/*
 * Important fix:
 * the HTML height attribute was keeping the image at 594px.
 * Height auto restores its original 1128:594 horizontal ratio.
 */
.eg-about-hero__media>img{
  width:100%!important;
  height:auto!important;
  max-height:none!important;
  aspect-ratio:1128 / 594!important;
  object-fit:cover!important;
}

/* The trust panel now begins at the same left edge as the image. */
.eg-about-trust{
  width:100%!important;
  margin:-1px 0 0!important;
}

/* Vertical cards matching the approved first composition. */
.eg-about-trust article{
  min-height:238px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:0!important;
  padding:34px 27px 30px!important;
  text-align:center!important;
}

.eg-about-trust__icon{
  width:46px!important;
  height:46px!important;
}

.eg-about-trust__icon svg{
  width:44px!important;
  height:44px!important;
}

.eg-about-trust h2{
  margin:17px 0 10px!important;
  font-size:14px!important;
  line-height:1.35!important;
}

.eg-about-trust p{
  max-width:190px!important;
  margin:0 auto!important;
  font-size:12px!important;
  line-height:1.62!important;
}

/* Tablet: preserve the clean stacked layout. */
@media (max-width:980px){
  .eg-about-hero__grid{
    grid-template-columns:1fr!important;
    gap:40px!important;
  }

  .eg-about-hero__copy{
    max-width:660px!important;
    padding-top:0!important;
  }

  .eg-about-trust{
    width:100%!important;
  }
}

/* Mobile: trust elements become compact horizontal rows. */
@media (max-width:720px){
  .eg-about-hero{
    padding:38px 0 44px!important;
  }

  .eg-about-page-title{
    font-size:43px!important;
  }

  .eg-about-hero h1{
    max-width:100%!important;
    font-size:30px!important;
  }

  .eg-about-hero__lead{
    max-width:100%!important;
    font-size:13.5px!important;
  }

  .eg-about-trust article{
    min-height:0!important;
    display:grid!important;
    grid-template-columns:46px minmax(0,1fr)!important;
    align-items:start!important;
    gap:14px!important;
    padding:23px 20px!important;
    text-align:left!important;
  }

  .eg-about-trust h2{
    margin:1px 0 7px!important;
  }

  .eg-about-trust p{
    max-width:none!important;
    margin:0!important;
  }
}

@media (max-width:440px){
  .eg-about-hero h1{
    font-size:27px!important;
  }
}

/* ==========================================================
   UI33 — Approach and services aligned to approved reference
   ========================================================== */

/* ---------- Unser Ansatz: stronger proportions and typography ---------- */

.eg-about-approach{
  padding:54px 0 48px!important;
}

.eg-about-approach__grid{
  grid-template-columns:minmax(360px,.82fr) minmax(0,1.18fr)!important;
  gap:clamp(44px,5vw,58px)!important;
  align-items:stretch!important;
}

.eg-about-approach header{
  padding-right:48px!important;
}

.eg-about-approach h2{
  max-width:410px!important;
  font-size:clamp(31px,2.55vw,38px)!important;
  line-height:1.14!important;
  font-weight:560!important;
  letter-spacing:-.035em!important;
}

.eg-about-approach header>p:last-child{
  max-width:420px!important;
  margin-top:24px!important;
  font-size:14px!important;
  line-height:1.78!important;
}

.eg-about-approach__list li{
  min-height:76px!important;
  display:flex!important;
  align-items:center!important;
  padding:17px 0 17px 34px!important;
}

.eg-about-approach__list li::before{
  left:4px!important;
  top:50%!important;
  width:5px!important;
  height:5px!important;
  transform:translateY(-50%)!important;
  background:#0067ff!important;
}

.eg-about-approach__list h3{
  font-size:15px!important;
  line-height:1.4!important;
}

.eg-about-approach__list p{
  margin-top:5px!important;
  font-size:12.5px!important;
  line-height:1.58!important;
}

/* ---------- Services: heading and six services in one horizontal row ---------- */

.eg-about-services-section{
  padding:54px 0 47px!important;
}

.eg-about-services-section>.eg-about-shell{
  display:grid!important;
  grid-template-columns:220px minmax(0,1fr)!important;
  gap:34px!important;
  align-items:start!important;
}

.eg-about-services__head{
  display:block!important;
  margin:0!important;
  padding:0 20px 0 0!important;
}

.eg-about-services__head h2{
  grid-column:auto!important;
  max-width:none!important;
  font-size:clamp(25px,2.05vw,31px)!important;
  line-height:1.15!important;
  font-weight:520!important;
  letter-spacing:-.035em!important;
}

.eg-about-services__head h2 span{
  white-space:nowrap!important;
}

.eg-about-services{
  grid-column:2!important;
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  border-top:0!important;
}

.eg-about-services article,
.eg-about-services article:first-child,
.eg-about-services article:nth-child(4),
.eg-about-services article:last-child{
  min-height:236px!important;
  padding:0 22px 20px!important;
  border-right:1px solid rgba(15,23,42,.12)!important;
  border-bottom:0!important;
}

.eg-about-services article:first-child{
  padding-left:0!important;
}

.eg-about-services article:last-child{
  padding-right:0!important;
  border-right:0!important;
}

.eg-about-service-icon{
  width:48px!important;
  height:48px!important;
  margin:0 0 17px!important;
}

.eg-about-service-icon svg{
  width:45px!important;
  height:45px!important;
}

.eg-about-services h3{
  font-size:13.5px!important;
  line-height:1.4!important;
}

.eg-about-services p{
  margin-top:10px!important;
  font-size:11.5px!important;
  line-height:1.62!important;
}

/* Medium desktop: keep the heading beside the services, use three columns. */
@media (max-width:1180px){
  .eg-about-services-section>.eg-about-shell{
    grid-template-columns:205px minmax(0,1fr)!important;
    gap:26px!important;
  }

  .eg-about-services{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }

  .eg-about-services article,
  .eg-about-services article:first-child,
  .eg-about-services article:nth-child(4),
  .eg-about-services article:last-child{
    min-height:205px!important;
    padding:20px 18px!important;
    border-right:1px solid rgba(15,23,42,.12)!important;
    border-bottom:1px solid rgba(15,23,42,.12)!important;
  }

  .eg-about-services article:nth-child(3n){
    border-right:0!important;
  }

  .eg-about-services article:nth-child(n+4){
    border-bottom:0!important;
  }
}

/* Tablet: sections stack cleanly without narrow text columns. */
@media (max-width:820px){
  .eg-about-approach__grid{
    grid-template-columns:1fr!important;
    gap:30px!important;
  }

  .eg-about-approach header{
    padding-right:0!important;
    padding-bottom:27px!important;
    border-right:0!important;
    border-bottom:1px solid rgba(15,23,42,.12)!important;
  }

  .eg-about-services-section>.eg-about-shell{
    grid-template-columns:1fr!important;
    gap:28px!important;
  }

  .eg-about-services__head{
    padding-right:0!important;
  }

  .eg-about-services__head h2 span{
    white-space:normal!important;
  }

  .eg-about-services{
    grid-column:1!important;
  }
}

/* Mobile: two columns, then one column on very small screens. */
@media (max-width:620px){
  .eg-about-approach{
    padding:46px 0 42px!important;
  }

  .eg-about-approach h2{
    font-size:29px!important;
  }

  .eg-about-approach header>p:last-child{
    font-size:13px!important;
  }

  .eg-about-approach__list li{
    min-height:0!important;
    padding:16px 0 16px 24px!important;
  }

  .eg-about-approach__list li::before{
    left:2px!important;
    width:4px!important;
    height:4px!important;
  }

  .eg-about-services{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .eg-about-services article,
  .eg-about-services article:first-child,
  .eg-about-services article:nth-child(4),
  .eg-about-services article:last-child{
    min-height:190px!important;
    padding:18px 15px!important;
    border-right:1px solid rgba(15,23,42,.12)!important;
    border-bottom:1px solid rgba(15,23,42,.12)!important;
  }

  .eg-about-services article:nth-child(even){
    border-right:0!important;
  }

  .eg-about-services article:nth-child(n+5){
    border-bottom:0!important;
  }
}

@media (max-width:430px){
  .eg-about-services{
    grid-template-columns:1fr!important;
  }

  .eg-about-services article,
  .eg-about-services article:first-child,
  .eg-about-services article:nth-child(4),
  .eg-about-services article:last-child{
    min-height:0!important;
    padding:18px 0!important;
    border-right:0!important;
    border-bottom:1px solid rgba(15,23,42,.12)!important;
  }

  .eg-about-services article:last-child{
    border-bottom:0!important;
  }
}

/* ==========================================================
   UI34 — Exact desktop composition for the approved sections
   ========================================================== */

/* ---------- Unser Ansatz ---------- */

.eg-about-approach{
  padding:54px 0 46px!important;
}

.eg-about-approach__grid{
  display:grid!important;
  grid-template-columns:minmax(390px,445px) minmax(0,1fr)!important;
  gap:48px!important;
  align-items:stretch!important;
}

.eg-about-approach header{
  padding:0 48px 0 0!important;
  border-right:1px solid rgba(15,23,42,.14)!important;
  border-bottom:0!important;
}

.eg-about-approach .eg-about-kicker{
  margin-bottom:26px!important;
  font-size:10px!important;
}

.eg-about-approach h2{
  max-width:390px!important;
  margin:0!important;
  font-size:clamp(31px,2.55vw,38px)!important;
  line-height:1.14!important;
  font-weight:560!important;
  letter-spacing:-.036em!important;
}

.eg-about-approach header>p:last-child{
  max-width:405px!important;
  margin:27px 0 0!important;
  font-size:14px!important;
  line-height:1.83!important;
}

.eg-about-approach__list{
  margin:0!important;
  padding:0!important;
  border-top:1px solid rgba(15,23,42,.13)!important;
}

.eg-about-approach__list li{
  position:relative!important;
  min-height:88px!important;
  display:flex!important;
  align-items:center!important;
  padding:17px 0 17px 35px!important;
  border-bottom:1px solid rgba(15,23,42,.12)!important;
}

.eg-about-approach__list li::before{
  left:3px!important;
  top:50%!important;
  width:5px!important;
  height:5px!important;
  transform:translateY(-50%)!important;
  background:#0067ff!important;
  box-shadow:none!important;
}

.eg-about-approach__list h3{
  margin:0!important;
  font-size:15.5px!important;
  line-height:1.38!important;
  font-weight:700!important;
}

.eg-about-approach__list p{
  margin:6px 0 0!important;
  font-size:12.5px!important;
  line-height:1.55!important;
}

/* ---------- Was wir tun ---------- */

.eg-about-services-section{
  padding:55px 0 46px!important;
}

.eg-about-services-section>.eg-about-shell{
  display:grid!important;
  grid-template-columns:250px minmax(0,1fr)!important;
  gap:0!important;
  align-items:start!important;
}

.eg-about-services__head{
  display:block!important;
  margin:0!important;
  padding:0 30px 0 0!important;
}

.eg-about-services__head .eg-about-kicker{
  margin-bottom:25px!important;
  font-size:10px!important;
}

.eg-about-services__head h2{
  grid-column:auto!important;
  max-width:250px!important;
  margin:0!important;
  font-size:29px!important;
  line-height:1.14!important;
  font-weight:520!important;
  letter-spacing:-.035em!important;
}

.eg-about-services__head h2 span{
  white-space:nowrap!important;
}

.eg-about-services{
  grid-column:2!important;
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}

.eg-about-services article,
.eg-about-services article:first-child,
.eg-about-services article:nth-child(4),
.eg-about-services article:last-child{
  min-width:0!important;
  min-height:205px!important;
  padding:0 20px 18px!important;
  border-top:0!important;
  border-right:0!important;
  border-bottom:0!important;
  border-left:1px solid rgba(15,23,42,.12)!important;
}

.eg-about-services article:first-child{
  border-left:0!important;
}

.eg-about-service-icon{
  width:48px!important;
  height:48px!important;
  margin:0 0 17px!important;
}

.eg-about-service-icon svg{
  width:45px!important;
  height:45px!important;
}

.eg-about-services h3{
  margin:0!important;
  font-size:13.5px!important;
  line-height:1.38!important;
  font-weight:700!important;
}

.eg-about-services p{
  margin:11px 0 0!important;
  font-size:11.5px!important;
  line-height:1.62!important;
}

/*
 * Keep the approved six-column desktop layout for normal laptop widths.
 * Collapse only when the available space actually becomes too narrow.
 */
@media (max-width:1080px){
  .eg-about-approach__grid{
    grid-template-columns:minmax(330px,.78fr) minmax(0,1.22fr)!important;
    gap:38px!important;
  }

  .eg-about-services-section>.eg-about-shell{
    grid-template-columns:220px minmax(0,1fr)!important;
  }

  .eg-about-services__head h2{
    max-width:220px!important;
    font-size:27px!important;
  }

  .eg-about-services__head h2 span{
    white-space:normal!important;
  }

  .eg-about-services{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }

  .eg-about-services article,
  .eg-about-services article:first-child,
  .eg-about-services article:nth-child(4),
  .eg-about-services article:last-child{
    min-height:185px!important;
    padding:18px!important;
    border-left:1px solid rgba(15,23,42,.12)!important;
    border-bottom:1px solid rgba(15,23,42,.12)!important;
  }

  .eg-about-services article:nth-child(3n+1){
    border-left:0!important;
  }

  .eg-about-services article:nth-child(n+4){
    border-bottom:0!important;
  }
}

@media (max-width:820px){
  .eg-about-approach__grid{
    grid-template-columns:1fr!important;
    gap:30px!important;
  }

  .eg-about-approach header{
    padding:0 0 28px!important;
    border-right:0!important;
    border-bottom:1px solid rgba(15,23,42,.13)!important;
  }

  .eg-about-services-section>.eg-about-shell{
    grid-template-columns:1fr!important;
    gap:28px!important;
  }

  .eg-about-services__head{
    padding-right:0!important;
  }

  .eg-about-services__head h2{
    max-width:390px!important;
  }

  .eg-about-services{
    grid-column:1!important;
  }
}

@media (max-width:620px){
  .eg-about-approach{
    padding:45px 0 41px!important;
  }

  .eg-about-approach h2{
    font-size:29px!important;
  }

  .eg-about-approach header>p:last-child{
    font-size:13px!important;
    line-height:1.72!important;
  }

  .eg-about-approach__list li{
    min-height:0!important;
    padding:16px 0 16px 24px!important;
  }

  .eg-about-approach__list li::before{
    left:2px!important;
    width:4px!important;
    height:4px!important;
  }

  .eg-about-services{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .eg-about-services article,
  .eg-about-services article:first-child,
  .eg-about-services article:nth-child(4),
  .eg-about-services article:last-child{
    min-height:180px!important;
    padding:17px 15px!important;
    border-left:1px solid rgba(15,23,42,.12)!important;
    border-bottom:1px solid rgba(15,23,42,.12)!important;
  }

  .eg-about-services article:nth-child(odd){
    border-left:0!important;
  }

  .eg-about-services article:nth-child(n+5){
    border-bottom:0!important;
  }
}

@media (max-width:430px){
  .eg-about-services{
    grid-template-columns:1fr!important;
  }

  .eg-about-services article,
  .eg-about-services article:first-child,
  .eg-about-services article:nth-child(4),
  .eg-about-services article:last-child{
    min-height:0!important;
    padding:18px 0!important;
    border-left:0!important;
    border-bottom:1px solid rgba(15,23,42,.12)!important;
  }

  .eg-about-services article:last-child{
    border-bottom:0!important;
  }
}

/* ==========================================================
   UI35 — Principles, direction panel and closing row
   aligned to the approved reference
   ========================================================== */

/* ---------- Unsere Prinzipien ---------- */

.eg-about-values{
  padding:42px 0 39px!important;
  background:#fff!important;
  border-top:1px solid rgba(15,23,42,.08)!important;
}

.eg-about-values header{
  margin-bottom:23px!important;
}

.eg-about-values .eg-about-kicker{
  margin-bottom:18px!important;
  font-size:10px!important;
}

.eg-about-values h2{
  margin:0!important;
  font-size:30px!important;
  line-height:1.1!important;
  font-weight:520!important;
  letter-spacing:-.035em!important;
}

.eg-about-values__grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  border-top:0!important;
}

.eg-about-values article{
  position:relative!important;
  min-height:135px!important;
  padding:0 34px 10px 34px!important;
  border-right:1px solid rgba(15,23,42,.12)!important;
}

.eg-about-values article:first-child{
  padding-left:28px!important;
}

.eg-about-values article:last-child{
  padding-right:0!important;
  border-right:0!important;
}

.eg-about-values article::before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  top:9px!important;
  width:5px!important;
  height:5px!important;
  border-radius:50%!important;
  background:#0067ff!important;
  box-shadow:none!important;
}

.eg-about-values h3{
  margin:0!important;
  font-size:15px!important;
  line-height:1.4!important;
  font-weight:700!important;
}

.eg-about-values p{
  margin:8px 0 0!important;
  max-width:220px!important;
  font-size:12.5px!important;
  line-height:1.58!important;
}

/* ---------- Direction panel ---------- */

.eg-about-direction{
  padding:4px 0 25px!important;
  background:#fff!important;
}

.eg-about-direction__panel{
  min-height:266px!important;
  grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr)!important;
  gap:28px!important;
  padding:38px 40px!important;
  border-radius:10px!important;
  box-shadow:0 12px 30px rgba(8,28,61,.12)!important;
  background:
    radial-gradient(circle at 90% 12%,rgba(61,128,255,.22),transparent 30%),
    linear-gradient(120deg,#061a38,#003775)!important;
}

.eg-about-direction__panel::after{
  right:-5%!important;
  top:-46%!important;
  width:520px!important;
  height:520px!important;
  opacity:.22!important;
  background-image:
    radial-gradient(circle,#6ca1ff 1px,transparent 1.25px)!important;
  background-size:8px 8px!important;
}

.eg-about-direction .eg-about-kicker{
  margin-bottom:18px!important;
  font-size:10px!important;
}

.eg-about-direction h2{
  max-width:590px!important;
  margin:0!important;
  font-size:clamp(29px,2.7vw,39px)!important;
  line-height:1.13!important;
  font-weight:560!important;
  letter-spacing:-.035em!important;
}

.eg-about-direction__panel>div>p:not(.eg-about-kicker){
  max-width:620px!important;
  margin:16px 0 0!important;
  font-size:13.5px!important;
  line-height:1.65!important;
}

.eg-about-direction__panel>div>a{
  margin-top:24px!important;
  font-size:12px!important;
  line-height:1.4!important;
}

.eg-about-direction__items{
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  align-items:stretch!important;
}

.eg-about-direction__items article{
  min-height:154px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:17px!important;
  padding:10px 30px!important;
  border-left:1px solid rgba(255,255,255,.24)!important;
  text-align:center!important;
}

.eg-about-direction__icon{
  width:58px!important;
  height:58px!important;
  display:grid!important;
  place-items:center!important;
  color:#fff!important;
}

.eg-about-direction__icon svg{
  width:55px!important;
  height:55px!important;
}

.eg-about-direction__items strong{
  font-size:13px!important;
  line-height:1.55!important;
  font-weight:650!important;
}

/* ---------- Compact row before shared footer ---------- */

.eg-about-closing{
  padding:3px 0 25px!important;
  background:#fff!important;
}

.eg-about-closing__inner{
  min-height:34px!important;
  display:flex!important;
  justify-content:space-between!important;
  align-items:center!important;
  gap:24px!important;
  font-size:12px!important;
}

.eg-about-closing__inner p{
  color:#4b5565!important;
}

.eg-about-closing__inner strong{
  color:#111827!important;
  font-weight:700!important;
}

.eg-about-closing__inner a{
  gap:10px!important;
  color:#005bd8!important;
  font-size:12.5px!important;
  font-weight:700!important;
}

/* ---------- Responsive ---------- */

@media (max-width:980px){
  .eg-about-values__grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .eg-about-values article{
    padding:22px 28px 22px 30px!important;
    border-bottom:1px solid rgba(15,23,42,.12)!important;
  }

  .eg-about-values article:nth-child(2){
    border-right:0!important;
  }

  .eg-about-values article:nth-child(n+3){
    border-bottom:0!important;
  }

  .eg-about-values article:nth-child(3){
    padding-left:28px!important;
  }

  .eg-about-direction__panel{
    grid-template-columns:1fr!important;
    gap:34px!important;
  }
}

@media (max-width:720px){
  .eg-about-values__grid{
    grid-template-columns:1fr!important;
  }

  .eg-about-values article,
  .eg-about-values article:first-child,
  .eg-about-values article:nth-child(3),
  .eg-about-values article:last-child{
    min-height:0!important;
    padding:18px 0 18px 24px!important;
    border-right:0!important;
    border-bottom:1px solid rgba(15,23,42,.12)!important;
  }

  .eg-about-values article:last-child{
    border-bottom:0!important;
  }

  .eg-about-values article::before{
    top:26px!important;
    width:4px!important;
    height:4px!important;
  }

  .eg-about-values p{
    max-width:none!important;
  }

  .eg-about-direction__panel{
    min-height:0!important;
    padding:31px 22px!important;
    border-radius:8px!important;
  }

  .eg-about-direction__items{
    grid-template-columns:1fr!important;
  }

  .eg-about-direction__items article{
    min-height:78px!important;
    display:grid!important;
    grid-template-columns:54px minmax(0,1fr)!important;
    justify-items:start!important;
    gap:16px!important;
    padding:18px 0!important;
    border-left:0!important;
    border-top:1px solid rgba(255,255,255,.22)!important;
    text-align:left!important;
  }

  .eg-about-direction__icon{
    width:48px!important;
    height:48px!important;
  }

  .eg-about-direction__icon svg{
    width:46px!important;
    height:46px!important;
  }

  .eg-about-direction__items strong{
    align-self:center!important;
  }

  .eg-about-closing__inner{
    min-height:0!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:13px!important;
  }
}

@media (max-width:440px){
  .eg-about-direction h2{
    font-size:28px!important;
  }

  .eg-about-direction__panel>div>p:not(.eg-about-kicker){
    font-size:13px!important;
  }
}

/* ==========================================================
   UI36 — precise dot alignment and clean internal separators
   ========================================================== */

/* ---------- Unser Ansatz: remove only the outer horizontal rules ---------- */

.eg-about-approach__list{
  border-top:0!important;
}

.eg-about-approach__list li:last-child{
  border-bottom:0!important;
}

/* Keep only the separators between the four entries. */
.eg-about-approach__list li:not(:last-child){
  border-bottom:1px solid rgba(15,23,42,.12)!important;
}

/* Position each blue point in a dedicated grid column. */
.eg-about-approach__list li{
  display:grid!important;
  grid-template-columns:10px minmax(0,1fr)!important;
  column-gap:25px!important;
  align-items:center!important;
  padding:17px 0!important;
}

.eg-about-approach__list li::before{
  position:static!important;
  grid-column:1!important;
  grid-row:1!important;
  align-self:center!important;
  justify-self:center!important;
  width:5px!important;
  height:5px!important;
  margin:0!important;
  transform:none!important;
}

.eg-about-approach__list li>div{
  grid-column:2!important;
  min-width:0!important;
}

/* ---------- Unsere Prinzipien: points no longer sit on the dividers ---------- */

.eg-about-values article{
  display:grid!important;
  grid-template-columns:10px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  column-gap:18px!important;
  align-content:start!important;
  padding:0 34px 10px!important;
}

/* Give every column breathing room after its left divider. */
.eg-about-values article:not(:first-child){
  padding-left:31px!important;
}

.eg-about-values article:first-child{
  padding-left:0!important;
}

.eg-about-values article::before{
  position:static!important;
  grid-column:1!important;
  grid-row:1!important;
  align-self:center!important;
  justify-self:center!important;
  width:5px!important;
  height:5px!important;
  margin:0!important;
}

.eg-about-values h3{
  grid-column:2!important;
  grid-row:1!important;
  align-self:center!important;
  margin:0!important;
}

.eg-about-values p{
  grid-column:2!important;
  grid-row:2!important;
  margin:8px 0 0!important;
}

/* ---------- Responsive adjustments ---------- */

@media (max-width:980px){
  .eg-about-values article,
  .eg-about-values article:not(:first-child),
  .eg-about-values article:first-child,
  .eg-about-values article:nth-child(3){
    padding:22px 28px!important;
  }
}

@media (max-width:720px){
  .eg-about-approach__list li{
    grid-template-columns:8px minmax(0,1fr)!important;
    column-gap:16px!important;
    padding:16px 0!important;
  }

  .eg-about-approach__list li::before{
    width:4px!important;
    height:4px!important;
  }

  .eg-about-values article,
  .eg-about-values article:not(:first-child),
  .eg-about-values article:first-child,
  .eg-about-values article:nth-child(3),
  .eg-about-values article:last-child{
    grid-template-columns:8px minmax(0,1fr)!important;
    column-gap:16px!important;
    padding:18px 0!important;
  }

  .eg-about-values article::before{
    width:4px!important;
    height:4px!important;
  }
}

/* ==========================================================
   UI37 — armonia tra Ansatz, Services e Prinzipien
   Ricostruzione fedele al mockup approvato.
   ========================================================== */

/* ---------- 1. Unser Ansatz: fascia grigia a tutta larghezza ---------- */

.eg-about-approach{
  position:relative!important;
  padding:72px 0 68px!important;
  background:#f1f3f6!important;
  border:0!important;
}

.eg-about-approach__grid{
  display:grid!important;
  grid-template-columns:minmax(330px,.82fr) minmax(0,1.18fr)!important;
  gap:clamp(62px,7vw,104px)!important;
  align-items:stretch!important;
}

.eg-about-approach header{
  padding:0 58px 0 0!important;
  border-right:1px solid rgba(15,23,42,.12)!important;
  border-bottom:0!important;
}

.eg-about-approach .eg-about-kicker{
  margin:0 0 24px!important;
  font-size:10px!important;
  letter-spacing:.15em!important;
}

.eg-about-approach h2{
  max-width:455px!important;
  margin:0!important;
  font-size:clamp(35px,3.2vw,49px)!important;
  line-height:1.08!important;
  font-weight:650!important;
  letter-spacing:-.045em!important;
}

.eg-about-approach header>p:last-child{
  max-width:470px!important;
  margin:28px 0 0!important;
  color:#536176!important;
  font-size:14px!important;
  line-height:1.78!important;
}

.eg-about-approach__list{
  margin:0!important;
  padding:0!important;
  border:0!important;
  list-style:none!important;
}

.eg-about-approach__list li{
  min-height:82px!important;
  display:grid!important;
  grid-template-columns:12px minmax(0,1fr)!important;
  column-gap:22px!important;
  align-items:center!important;
  padding:17px 0!important;
  border:0!important;
}

.eg-about-approach__list li:not(:last-child){
  border-bottom:1px solid rgba(15,23,42,.10)!important;
}

.eg-about-approach__list li::before{
  content:""!important;
  position:static!important;
  width:8px!important;
  height:8px!important;
  margin:0!important;
  border-radius:50%!important;
  background:#0868ff!important;
  box-shadow:none!important;
  transform:none!important;
  align-self:center!important;
  justify-self:center!important;
}

.eg-about-approach__list li>div{
  min-width:0!important;
}

.eg-about-approach__list h3{
  margin:0!important;
  color:#101828!important;
  font-size:16px!important;
  line-height:1.35!important;
  font-weight:700!important;
}

.eg-about-approach__list p{
  margin:7px 0 0!important;
  color:#5a687b!important;
  font-size:13px!important;
  line-height:1.58!important;
}

/* ---------- 2. Was wir tun: blocco azzurro + pannello bianco ---------- */

.eg-about-services-section{
  position:relative!important;
  padding:12px 0!important;
  background:#fff!important;
  border:0!important;
}

.eg-about-services-section>.eg-about-shell{
  display:grid!important;
  grid-template-columns:minmax(265px,.34fr) minmax(0,1fr)!important;
  gap:54px!important;
  align-items:center!important;
  padding:46px 58px!important;
  border-radius:10px!important;
  background:linear-gradient(115deg,#eef5ff 0%,#f7f9fc 52%,#edf4ff 100%)!important;
}

.eg-about-services__head{
  display:block!important;
  margin:0!important;
  padding:0!important;
}

.eg-about-services__head .eg-about-kicker{
  margin:0 0 24px!important;
  font-size:10px!important;
  letter-spacing:.15em!important;
}

.eg-about-services__head h2{
  max-width:360px!important;
  margin:0!important;
  font-size:clamp(33px,3vw,44px)!important;
  line-height:1.08!important;
  font-weight:650!important;
  letter-spacing:-.045em!important;
}

.eg-about-services__head h2 span{
  white-space:normal!important;
}

.eg-about-services__head::after{
  content:"Wir liefern moderne Lösungen entlang der wichtigsten IT-Disziplinen – integriert, skalierbar und auf Ihre Anforderungen zugeschnitten."!important;
  display:block!important;
  max-width:390px!important;
  margin-top:26px!important;
  color:#536176!important;
  font-size:13.5px!important;
  line-height:1.72!important;
}

.eg-about-services{
  grid-column:auto!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  margin:0!important;
  padding:0 20px!important;
  overflow:hidden!important;
  border:1px solid rgba(15,23,42,.10)!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:0 14px 34px rgba(15,23,42,.06)!important;
}

.eg-about-services article,
.eg-about-services article:first-child,
.eg-about-services article:nth-child(4),
.eg-about-services article:last-child{
  min-height:150px!important;
  display:grid!important;
  grid-template-columns:52px minmax(0,1fr)!important;
  grid-template-rows:auto 1fr!important;
  column-gap:17px!important;
  align-content:start!important;
  padding:26px 18px 24px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
}

.eg-about-services article:not(:nth-child(3n+1)){
  border-left:1px solid rgba(15,23,42,.10)!important;
}

.eg-about-services article:nth-child(n+4){
  border-top:1px solid rgba(15,23,42,.10)!important;
}

.eg-about-service-icon{
  grid-column:1!important;
  grid-row:1 / span 2!important;
  width:48px!important;
  height:48px!important;
  margin:0!important;
  color:#075fff!important;
  align-self:start!important;
}

.eg-about-service-icon svg{
  width:45px!important;
  height:45px!important;
}

.eg-about-services h3{
  grid-column:2!important;
  margin:0!important;
  color:#101828!important;
  font-size:15px!important;
  line-height:1.35!important;
  font-weight:700!important;
}

.eg-about-services p{
  grid-column:2!important;
  margin:8px 0 0!important;
  color:#566477!important;
  font-size:12.5px!important;
  line-height:1.58!important;
}

/* ---------- 3. Unsere Prinzipien: fondo bianco pulito ---------- */

.eg-about-values{
  padding:44px 0 62px!important;
  background:#fff!important;
  border:0!important;
}

.eg-about-values header{
  margin:0 0 28px!important;
}

.eg-about-values .eg-about-kicker{
  margin:0 0 17px!important;
  font-size:10px!important;
  letter-spacing:.15em!important;
}

.eg-about-values h2{
  margin:0!important;
  color:#101828!important;
  font-size:clamp(31px,2.7vw,40px)!important;
  line-height:1.1!important;
  font-weight:650!important;
  letter-spacing:-.04em!important;
}

.eg-about-values__grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  border:0!important;
}

.eg-about-values article,
.eg-about-values article:first-child,
.eg-about-values article:nth-child(3),
.eg-about-values article:last-child{
  position:relative!important;
  min-height:128px!important;
  display:grid!important;
  grid-template-columns:11px minmax(0,1fr)!important;
  column-gap:17px!important;
  align-content:start!important;
  padding:6px 30px 8px 0!important;
  border:0!important;
}

.eg-about-values article:not(:first-child){
  padding-left:30px!important;
  border-left:1px solid rgba(15,23,42,.10)!important;
}

.eg-about-values article::before{
  content:""!important;
  position:static!important;
  grid-column:1!important;
  grid-row:1!important;
  width:7px!important;
  height:7px!important;
  margin-top:.48em!important;
  border-radius:50%!important;
  background:#0868ff!important;
  box-shadow:none!important;
  align-self:start!important;
  justify-self:start!important;
}

.eg-about-values h3{
  grid-column:2!important;
  margin:0!important;
  color:#101828!important;
  font-size:15px!important;
  line-height:1.4!important;
  font-weight:700!important;
}

.eg-about-values p{
  grid-column:2!important;
  max-width:235px!important;
  margin:9px 0 0!important;
  color:#566477!important;
  font-size:12.5px!important;
  line-height:1.58!important;
}

/* ---------- Responsive armonico ---------- */

@media (max-width:1080px){
  .eg-about-approach__grid{
    grid-template-columns:minmax(290px,.75fr) minmax(0,1.25fr)!important;
    gap:48px!important;
  }

  .eg-about-services-section>.eg-about-shell{
    grid-template-columns:1fr!important;
    gap:34px!important;
  }

  .eg-about-services__head{
    max-width:680px!important;
  }
}

@media (max-width:820px){
  .eg-about-approach{
    padding:56px 0!important;
  }

  .eg-about-approach__grid{
    grid-template-columns:1fr!important;
    gap:34px!important;
  }

  .eg-about-approach header{
    padding:0 0 32px!important;
    border-right:0!important;
    border-bottom:1px solid rgba(15,23,42,.10)!important;
  }

  .eg-about-services-section>.eg-about-shell{
    padding:36px 28px!important;
  }

  .eg-about-services{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .eg-about-services article:not(:nth-child(3n+1)){
    border-left:0!important;
  }

  .eg-about-services article:nth-child(even){
    border-left:1px solid rgba(15,23,42,.10)!important;
  }

  .eg-about-services article:nth-child(n+3){
    border-top:1px solid rgba(15,23,42,.10)!important;
  }

  .eg-about-values__grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    row-gap:24px!important;
  }

  .eg-about-values article:nth-child(odd){
    padding-left:0!important;
    border-left:0!important;
  }

  .eg-about-values article:nth-child(n+3){
    padding-top:24px!important;
    border-top:1px solid rgba(15,23,42,.10)!important;
  }
}

@media (max-width:620px){
  .eg-about-approach h2,
  .eg-about-services__head h2,
  .eg-about-values h2{
    font-size:30px!important;
  }

  .eg-about-approach__list li{
    grid-template-columns:9px minmax(0,1fr)!important;
    column-gap:15px!important;
  }

  .eg-about-approach__list li::before{
    width:6px!important;
    height:6px!important;
  }

  .eg-about-services-section{
    padding:8px 0!important;
  }

  .eg-about-services-section>.eg-about-shell{
    padding:30px 20px!important;
    border-radius:8px!important;
  }

  .eg-about-services{
    grid-template-columns:1fr!important;
    padding:0 18px!important;
  }

  .eg-about-services article,
  .eg-about-services article:first-child,
  .eg-about-services article:nth-child(4),
  .eg-about-services article:last-child{
    min-height:0!important;
    padding:22px 0!important;
    border-left:0!important;
    border-top:1px solid rgba(15,23,42,.10)!important;
  }

  .eg-about-services article:first-child{
    border-top:0!important;
  }

  .eg-about-values{
    padding:42px 0 52px!important;
  }

  .eg-about-values__grid{
    grid-template-columns:1fr!important;
    row-gap:0!important;
  }

  .eg-about-values article,
  .eg-about-values article:first-child,
  .eg-about-values article:nth-child(3),
  .eg-about-values article:last-child{
    min-height:0!important;
    padding:19px 0!important;
    border-left:0!important;
    border-top:1px solid rgba(15,23,42,.10)!important;
  }

  .eg-about-values article:first-child{
    border-top:0!important;
  }
}

/* ---------- Dark mode coerente ---------- */

@media (prefers-color-scheme:dark){
  :root:not([data-theme="light"]) .eg-about-approach{
    background:#111827!important;
  }

  :root:not([data-theme="light"]) .eg-about-services-section,
  :root:not([data-theme="light"]) .eg-about-values{
    background:#0b0f16!important;
  }

  :root:not([data-theme="light"]) .eg-about-services-section>.eg-about-shell{
    background:linear-gradient(120deg,#101827,#121c2d)!important;
  }

  :root:not([data-theme="light"]) .eg-about-services{
    background:#111827!important;
  }

  :root:not([data-theme="light"]) .eg-about-approach h2,
  :root:not([data-theme="light"]) .eg-about-approach__list h3,
  :root:not([data-theme="light"]) .eg-about-services__head h2,
  :root:not([data-theme="light"]) .eg-about-services h3,
  :root:not([data-theme="light"]) .eg-about-values h2,
  :root:not([data-theme="light"]) .eg-about-values h3{
    color:#eef2ff!important;
  }

  :root:not([data-theme="light"]) .eg-about-approach header>p:last-child,
  :root:not([data-theme="light"]) .eg-about-approach__list p,
  :root:not([data-theme="light"]) .eg-about-services__head::after,
  :root:not([data-theme="light"]) .eg-about-services p,
  :root:not([data-theme="light"]) .eg-about-values p{
    color:rgba(238,242,255,.70)!important;
  }
}

/* ==========================================================
   UI38 — Mobile-first refinement
   Migliora proporzioni, gerarchie e spaziature su tablet/mobile.
   ========================================================== */

@media (max-width:760px){

  /* Base shell */
  .eg-about-shell{
    width:calc(100% - 28px)!important;
  }

  .eg-about-kicker{
    font-size:9px!important;
    letter-spacing:.14em!important;
  }

  /* Hero */
  .eg-about-hero{
    padding:38px 0 42px!important;
  }

  .eg-about-hero__grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:30px!important;
  }

  .eg-about-hero__copy{
    max-width:none!important;
    padding:0!important;
  }

  .eg-about-page-title{
    font-size:clamp(40px,13vw,54px)!important;
    line-height:.98!important;
  }

  .eg-about-accent{
    width:42px!important;
    margin:23px 0 20px!important;
  }

  .eg-about-hero h1{
    max-width:18ch!important;
    font-size:clamp(27px,8.4vw,36px)!important;
    line-height:1.12!important;
  }

  .eg-about-hero__lead{
    max-width:42rem!important;
    margin-top:18px!important;
    font-size:13.5px!important;
    line-height:1.66!important;
  }

  .eg-about-link{
    margin-top:20px!important;
    min-height:40px!important;
  }

  .eg-about-hero__media{
    width:100%!important;
  }

  .eg-about-hero__media>img{
    width:100%!important;
    height:auto!important;
    aspect-ratio:16 / 10!important;
    object-fit:cover!important;
  }

  .eg-about-trust{
    width:100%!important;
    margin:0!important;
    grid-template-columns:1fr!important;
    box-shadow:0 10px 24px rgba(15,23,42,.07)!important;
  }

  .eg-about-trust article{
    min-height:0!important;
    display:grid!important;
    grid-template-columns:44px minmax(0,1fr)!important;
    gap:14px!important;
    align-items:start!important;
    padding:20px 18px!important;
    text-align:left!important;
    border-right:0!important;
    border-bottom:1px solid rgba(15,23,42,.09)!important;
  }

  .eg-about-trust article:last-child{
    border-bottom:0!important;
  }

  .eg-about-trust__icon,
  .eg-about-trust__icon svg{
    width:40px!important;
    height:40px!important;
  }

  .eg-about-trust h2{
    margin:1px 0 5px!important;
    font-size:13.5px!important;
  }

  .eg-about-trust p{
    max-width:none!important;
    margin:0!important;
    font-size:11.5px!important;
    line-height:1.55!important;
  }

  /* Unser Ansatz */
  .eg-about-approach{
    padding:48px 0!important;
  }

  .eg-about-approach__grid{
    grid-template-columns:1fr!important;
    gap:28px!important;
  }

  .eg-about-approach header{
    padding:0 0 27px!important;
    border-right:0!important;
    border-bottom:1px solid rgba(15,23,42,.10)!important;
  }

  .eg-about-approach h2{
    max-width:15ch!important;
    font-size:clamp(29px,8.5vw,37px)!important;
    line-height:1.1!important;
  }

  .eg-about-approach header>p:last-child{
    max-width:none!important;
    margin-top:19px!important;
    font-size:13px!important;
    line-height:1.68!important;
  }

  .eg-about-approach__list li{
    min-height:0!important;
    grid-template-columns:9px minmax(0,1fr)!important;
    column-gap:14px!important;
    padding:16px 0!important;
  }

  .eg-about-approach__list li::before{
    width:6px!important;
    height:6px!important;
  }

  .eg-about-approach__list h3{
    font-size:14px!important;
  }

  .eg-about-approach__list p{
    margin-top:5px!important;
    font-size:12px!important;
    line-height:1.55!important;
  }

  /* Services */
  .eg-about-services-section{
    padding:10px 0!important;
  }

  .eg-about-services-section>.eg-about-shell{
    width:calc(100% - 20px)!important;
    grid-template-columns:1fr!important;
    gap:25px!important;
    padding:30px 18px!important;
    border-radius:8px!important;
  }

  .eg-about-services__head{
    max-width:none!important;
  }

  .eg-about-services__head h2{
    max-width:15ch!important;
    font-size:clamp(28px,8vw,36px)!important;
    line-height:1.1!important;
  }

  .eg-about-services__head::after{
    max-width:none!important;
    margin-top:18px!important;
    font-size:12.8px!important;
    line-height:1.62!important;
  }

  .eg-about-services{
    grid-template-columns:1fr!important;
    padding:0 16px!important;
    border-radius:9px!important;
  }

  .eg-about-services article,
  .eg-about-services article:first-child,
  .eg-about-services article:nth-child(4),
  .eg-about-services article:last-child{
    min-height:0!important;
    grid-template-columns:42px minmax(0,1fr)!important;
    column-gap:13px!important;
    padding:19px 0!important;
    border-left:0!important;
    border-top:1px solid rgba(15,23,42,.09)!important;
  }

  .eg-about-services article:first-child{
    border-top:0!important;
  }

  .eg-about-service-icon,
  .eg-about-service-icon svg{
    width:39px!important;
    height:39px!important;
  }

  .eg-about-services h3{
    font-size:14px!important;
  }

  .eg-about-services p{
    margin-top:5px!important;
    font-size:11.8px!important;
    line-height:1.52!important;
  }

  /* Principien */
  .eg-about-values{
    padding:44px 0 48px!important;
  }

  .eg-about-values header{
    margin-bottom:19px!important;
  }

  .eg-about-values h2{
    font-size:clamp(28px,8vw,36px)!important;
  }

  .eg-about-values__grid{
    grid-template-columns:1fr!important;
  }

  .eg-about-values article,
  .eg-about-values article:first-child,
  .eg-about-values article:nth-child(3),
  .eg-about-values article:last-child{
    min-height:0!important;
    grid-template-columns:9px minmax(0,1fr)!important;
    column-gap:13px!important;
    padding:17px 0!important;
    border-left:0!important;
    border-top:1px solid rgba(15,23,42,.09)!important;
  }

  .eg-about-values article:first-child{
    border-top:0!important;
  }

  .eg-about-values article::before{
    width:6px!important;
    height:6px!important;
    margin-top:.53em!important;
  }

  .eg-about-values h3{
    font-size:14px!important;
  }

  .eg-about-values p{
    max-width:none!important;
    margin-top:6px!important;
    font-size:12px!important;
    line-height:1.55!important;
  }

  /* Direction */
  .eg-about-direction{
    padding:0 0 20px!important;
  }

  .eg-about-direction__panel{
    width:calc(100% - 20px)!important;
    min-height:0!important;
    grid-template-columns:1fr!important;
    gap:28px!important;
    padding:29px 20px!important;
    border-radius:8px!important;
  }

  .eg-about-direction h2{
    max-width:17ch!important;
    font-size:clamp(27px,8vw,34px)!important;
    line-height:1.12!important;
  }

  .eg-about-direction__panel>div>p:not(.eg-about-kicker){
    margin-top:14px!important;
    font-size:12.8px!important;
    line-height:1.6!important;
  }

  .eg-about-direction__panel>div>a{
    min-height:38px!important;
    margin-top:18px!important;
  }

  .eg-about-direction__items{
    grid-template-columns:1fr!important;
  }

  .eg-about-direction__items article{
    min-height:70px!important;
    display:grid!important;
    grid-template-columns:44px minmax(0,1fr)!important;
    gap:14px!important;
    justify-items:start!important;
    align-items:center!important;
    padding:15px 0!important;
    border-left:0!important;
    border-top:1px solid rgba(255,255,255,.20)!important;
    text-align:left!important;
  }

  .eg-about-direction__icon,
  .eg-about-direction__icon svg{
    width:40px!important;
    height:40px!important;
  }

  .eg-about-direction__items strong{
    font-size:12.5px!important;
    line-height:1.45!important;
  }

  /* Closing */
  .eg-about-closing{
    padding:3px 0 22px!important;
  }

  .eg-about-closing__inner{
    min-height:0!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:12px!important;
    font-size:11.5px!important;
  }

  .eg-about-closing__inner p{
    line-height:1.55!important;
  }

  .eg-about-closing__inner a{
    min-height:38px!important;
    align-items:center!important;
    font-size:12px!important;
  }
}

@media (max-width:420px){

  .eg-about-shell{
    width:calc(100% - 22px)!important;
  }

  .eg-about-hero{
    padding:31px 0 36px!important;
  }

  .eg-about-page-title{
    font-size:39px!important;
  }

  .eg-about-hero h1{
    font-size:26px!important;
  }

  .eg-about-hero__lead{
    font-size:13px!important;
  }

  .eg-about-trust article{
    grid-template-columns:38px minmax(0,1fr)!important;
    gap:12px!important;
    padding:17px 15px!important;
  }

  .eg-about-trust__icon,
  .eg-about-trust__icon svg{
    width:35px!important;
    height:35px!important;
  }

  .eg-about-approach,
  .eg-about-values{
    padding-block:40px!important;
  }

  .eg-about-approach h2,
  .eg-about-services__head h2,
  .eg-about-values h2{
    font-size:27px!important;
  }

  .eg-about-services-section>.eg-about-shell,
  .eg-about-direction__panel{
    width:calc(100% - 12px)!important;
  }

  .eg-about-services-section>.eg-about-shell{
    padding:25px 14px!important;
  }

  .eg-about-services{
    padding:0 13px!important;
  }

  .eg-about-direction__panel{
    padding:25px 17px!important;
  }

  .eg-about-direction h2{
    font-size:26px!important;
  }
}

/* Touch targets and overflow safety */
@media (pointer:coarse){
  .eg-about-link,
  .eg-about-direction__panel a,
  .eg-about-closing__inner a{
    min-height:44px!important;
    display:inline-flex!important;
    align-items:center!important;
  }
}

.eg-about-main,
.eg-about-hero__grid,
.eg-about-hero__media,
.eg-about-trust,
.eg-about-services,
.eg-about-direction__panel{
  min-width:0;
}

.eg-about-main img,
.eg-about-main svg{
  max-width:100%;
}

/* ==========================================================
   UI49 — linee servizi continue + rimozione divisori direzione
   ========================================================== */

/* ---------- Was wir tun: griglia continua senza interruzioni ---------- */

.eg-about-services{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid rgba(15,23,42,.12)!important;
  border-radius:0!important;
  background:#fff!important;
}

.eg-about-services article,
.eg-about-services article:first-child,
.eg-about-services article:nth-child(4),
.eg-about-services article:last-child{
  min-width:0!important;
  min-height:150px!important;
  margin:0!important;
  padding:24px 26px!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
}

/* Linee verticali complete, dalla parte alta a quella bassa. */
.eg-about-services article:not(:nth-child(3n+1)){
  border-left:1px solid rgba(15,23,42,.12)!important;
}

/* Linea orizzontale centrale continua su tutte e tre le celle. */
.eg-about-services article:nth-child(n+4){
  border-top:1px solid rgba(15,23,42,.12)!important;
}

/* Evita qualsiasi spazio tra celle e bordo esterno. */
.eg-about-services article::before,
.eg-about-services article::after{
  border-radius:0!important;
}

/* ---------- Unsere Richtung: nessun divisore interno ---------- */

.eg-about-direction__items{
  column-gap:0!important;
}

.eg-about-direction__items article,
.eg-about-direction__items article:first-child,
.eg-about-direction__items article:last-child{
  border-left:0!important;
  border-right:0!important;
  border-top:0!important;
  border-bottom:0!important;
}

/* ---------- Tablet ---------- */

@media (max-width:820px){
  .eg-about-services{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .eg-about-services article:not(:nth-child(3n+1)){
    border-left:0!important;
  }

  .eg-about-services article:nth-child(even){
    border-left:1px solid rgba(15,23,42,.12)!important;
  }

  .eg-about-services article:nth-child(n+3){
    border-top:1px solid rgba(15,23,42,.12)!important;
  }

  .eg-about-services article:nth-child(-n+2){
    border-top:0!important;
  }
}

/* ---------- Mobile ---------- */

@media (max-width:520px){
  .eg-about-services{
    grid-template-columns:1fr!important;
  }

  .eg-about-services article,
  .eg-about-services article:first-child,
  .eg-about-services article:nth-child(4),
  .eg-about-services article:last-child{
    min-height:0!important;
    padding:20px 18px!important;
    border-left:0!important;
    border-top:1px solid rgba(15,23,42,.12)!important;
  }

  .eg-about-services article:first-child{
    border-top:0!important;
  }

  /* Anche su mobile la sezione direzione resta senza linee. */
  .eg-about-direction__items article{
    border:0!important;
  }
}

/* ==========================================================
   UI50 — tutte le superfici della pagina completamente appuntite
   ========================================================== */

/* Hero e trust panel */
.eg-about-hero__media,
.eg-about-hero__media > img,
.eg-about-trust,
.eg-about-trust article{
  border-radius:0!important;
}

/* Unser Ansatz */
.eg-about-approach,
.eg-about-approach__grid,
.eg-about-approach header,
.eg-about-approach__list,
.eg-about-approach__list li{
  border-radius:0!important;
}

/* Was wir tun: pannello esterno, pannello bianco e celle */
.eg-about-services-section,
.eg-about-services-section > .eg-about-shell,
.eg-about-services__head,
.eg-about-services,
.eg-about-services article,
.eg-about-services article::before,
.eg-about-services article::after{
  border-radius:0!important;
}

/* Unsere Prinzipien */
.eg-about-values,
.eg-about-values__grid,
.eg-about-values article{
  border-radius:0!important;
}

/* Unsere Richtung */
.eg-about-direction,
.eg-about-direction__panel,
.eg-about-direction__panel::before,
.eg-about-direction__panel::after,
.eg-about-direction__items,
.eg-about-direction__items article{
  border-radius:0!important;
}

/* Closing */
.eg-about-closing,
.eg-about-closing__inner{
  border-radius:0!important;
}

/* Elimina anche eventuali arrotondamenti ereditati da stili globali */
.eg-about-main section,
.eg-about-main article,
.eg-about-main header,
.eg-about-main img{
  border-radius:0!important;
}

/* L'unica eccezione rimane la forma naturale dei puntini e delle icone SVG.
   Non modifica i tracciati SVG né i piccoli indicatori circolari. */

@media (max-width:980px){
  .eg-about-main section,
  .eg-about-main article,
  .eg-about-main header,
  .eg-about-main img,
  .eg-about-services,
  .eg-about-direction__panel{
    border-radius:0!important;
  }
}

@media (max-width:720px){
  .eg-about-main section,
  .eg-about-main article,
  .eg-about-main header,
  .eg-about-main img,
  .eg-about-services,
  .eg-about-direction__panel{
    border-radius:0!important;
  }
}

@media (max-width:440px){
  .eg-about-main section,
  .eg-about-main article,
  .eg-about-main header,
  .eg-about-main img,
  .eg-about-services,
  .eg-about-direction__panel{
    border-radius:0!important;
  }
}

/* ==========================================================
   UI51 — correzione mobile: Prinzipien + Unsere Richtung
   ========================================================== */

@media (max-width:720px){

  /* ---------- Unsere Prinzipien ---------- */

  .eg-about-values{
    padding:40px 0 42px!important;
  }

  .eg-about-values header{
    margin-bottom:18px!important;
  }

  .eg-about-values__grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:0!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
  }

  .eg-about-values article,
  .eg-about-values article:first-child,
  .eg-about-values article:nth-child(2),
  .eg-about-values article:nth-child(3),
  .eg-about-values article:last-child{
    width:100%!important;
    min-height:0!important;
    display:grid!important;
    grid-template-columns:8px minmax(0,1fr)!important;
    column-gap:12px!important;
    align-items:start!important;

    margin:0!important;
    padding:16px 0!important;

    border-left:0!important;
    border-right:0!important;
    border-top:0!important;
    border-bottom:1px solid rgba(15,23,42,.10)!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }

  .eg-about-values article:last-child{
    border-bottom:0!important;
  }

  .eg-about-values article::before{
    position:static!important;
    grid-column:1!important;
    grid-row:1!important;
    align-self:start!important;
    justify-self:start!important;

    width:4px!important;
    height:4px!important;
    margin:7px 0 0!important;

    border-radius:50%!important;
    background:#0067ff!important;
    transform:none!important;
  }

  .eg-about-values h3,
  .eg-about-values p{
    grid-column:2!important;
    width:100%!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
  }

  .eg-about-values h3{
    margin-top:0!important;
    font-size:13px!important;
    line-height:1.4!important;
  }

  .eg-about-values p{
    margin-top:5px!important;
    font-size:11.5px!important;
    line-height:1.55!important;
  }

  /* ---------- Unsere Richtung ---------- */

  .eg-about-direction{
    padding:0 0 20px!important;
  }

  .eg-about-direction__panel{
    width:min(var(--max),calc(100% - var(--pad)*2))!important;
    min-height:0!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:28px!important;

    margin-inline:auto!important;
    padding:32px 22px!important;

    border-radius:0!important;
    text-align:center!important;
  }

  .eg-about-direction__panel > div:first-child{
    width:100%!important;
    max-width:520px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    text-align:center!important;
  }

  .eg-about-direction .eg-about-kicker,
  .eg-about-direction h2,
  .eg-about-direction__panel > div > p:not(.eg-about-kicker){
    width:100%!important;
    max-width:520px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center!important;
  }

  .eg-about-direction h2{
    font-size:clamp(27px,8vw,34px)!important;
    line-height:1.12!important;
  }

  .eg-about-direction__panel > div > p:not(.eg-about-kicker){
    margin-top:14px!important;
    font-size:12.5px!important;
    line-height:1.6!important;
  }

  .eg-about-direction__panel > div > a{
    min-height:42px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin-top:18px!important;
  }

  .eg-about-direction__items{
    width:100%!important;
    max-width:520px!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:0!important;
    margin:0 auto!important;
  }

  .eg-about-direction__items article,
  .eg-about-direction__items article:first-child,
  .eg-about-direction__items article:last-child{
    width:100%!important;
    min-height:82px!important;
    display:grid!important;
    grid-template-columns:48px minmax(0,1fr)!important;
    align-items:center!important;
    justify-items:start!important;
    column-gap:14px!important;

    margin:0!important;
    padding:16px 0!important;

    border:0!important;
    border-top:1px solid rgba(255,255,255,.18)!important;
    text-align:left!important;
  }

  .eg-about-direction__items article:first-child{
    border-top:0!important;
  }

  .eg-about-direction__icon{
    width:44px!important;
    height:44px!important;
    display:grid!important;
    place-items:center!important;
  }

  .eg-about-direction__icon svg{
    width:42px!important;
    height:42px!important;
  }

  .eg-about-direction__items strong{
    align-self:center!important;
    font-size:12px!important;
    line-height:1.45!important;
    text-align:left!important;
  }
}

@media (max-width:440px){

  .eg-about-values article,
  .eg-about-values article:first-child,
  .eg-about-values article:nth-child(2),
  .eg-about-values article:nth-child(3),
  .eg-about-values article:last-child{
    padding:15px 0!important;
  }

  .eg-about-direction__panel{
    width:calc(100% - 16px)!important;
    padding:28px 18px!important;
  }

  .eg-about-direction h2{
    font-size:27px!important;
  }

  .eg-about-direction__items article{
    grid-template-columns:42px minmax(0,1fr)!important;
    column-gap:12px!important;
  }

  .eg-about-direction__icon,
  .eg-about-direction__icon svg{
    width:39px!important;
    height:39px!important;
  }
}

