.realisations-page{
  background:#f6fbfb;
  color:#07142b;
}

.real-container{
  width:min(1120px,calc(100% - 48px));
  margin:auto;
}

.real-label{
  display:block;
  margin-bottom:12px;
  color:#63d6cf;
  font-size:12px;
  font-weight:950;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.real-hero{
  min-height:76vh;
  display:flex;
  align-items:center;
  padding:110px 0 70px;
  background:
    radial-gradient(circle at 85% 15%,rgba(13,148,136,.24),transparent 34%),
    linear-gradient(135deg,#07142b 0%,#08283a 58%,#0d9488 140%);
}

.real-hero-grid{
  display:grid;
  grid-template-columns:1fr .34fr;
  gap:44px;
  align-items:end;
}

.real-hero h1{
  max-width:860px;
  margin:0 0 20px;
  color:#fff;
  font-size:clamp(44px,4.6vw,70px);
  line-height:.98;
  letter-spacing:-.055em;
  font-weight:950;
}

.real-hero p{
  max-width:650px;
  margin:0 0 28px;
  color:rgba(255,255,255,.76);
  font-size:18px;
  line-height:1.65;
}

.real-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.real-btn{
  min-height:54px;
  padding:16px 24px;
  border-radius:17px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:15px;
  font-weight:950;
  text-decoration:none!important;
  transition:.25s ease;
}

.real-btn:hover{
  transform:translateY(-3px);
}

.real-btn-primary{
  background:#fff;
  color:#07142b!important;
}

.real-btn-secondary{
  color:#fff!important;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.07);
}

.real-hero-card{
  padding:24px;
  border-radius:26px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
}

.real-hero-card span{
  display:block;
  margin-bottom:8px;
  color:#63d6cf;
  font-size:12px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.real-hero-card strong{
  font-size:20px;
  line-height:1.25;
}

.real-proof{
  padding:24px 0;
  background:#fff;
}

.real-proof-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.real-proof-grid div,
.real-project-card,
.real-sector-grid a,
.real-process-grid div{
  padding:24px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(7,20,43,.07);
  box-shadow:0 16px 45px rgba(10,26,47,.055);
}

.real-proof-grid strong{
  display:block;
  font-size:28px;
  font-weight:950;
  letter-spacing:-.04em;
}

.real-proof-grid span{
  color:#5c667d;
  font-size:14px;
  font-weight:800;
}

.real-projects,
.real-sectors,
.real-process{
  padding:72px 0;
}

.real-sectors,
.real-seo{
  background:#fff;
}

.real-section-head{
  max-width:760px;
  margin-bottom:34px;
}

.real-section-head h2,
.real-seo h2,
.real-final h2{
  margin:0 0 14px;
  color:#07142b;
  font-size:clamp(32px,3.3vw,50px);
  line-height:1;
  letter-spacing:-.05em;
  font-weight:950;
}

.real-section-head p,
.real-seo p,
.real-final p{
  color:#5c667d;
  font-size:17px;
  line-height:1.7;
  margin:0;
}

.real-project-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.real-project-card{
  overflow:hidden;
  padding:0;
  min-height:360px;
  display:flex;
  flex-direction:column;
}

.real-project-card.big{
  grid-column:span 2;
}

.real-project-card img{
  width:100%;
  height:180px;
  object-fit:contain;
  background:#f6fbfb;
  padding:28px;
  display:block;
}

.real-project-card div{
  padding:24px;
}

.real-project-card span{
  display:inline-flex;
  margin-bottom:10px;
  color:#0d9488;
  font-size:11px;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.real-project-card h3{
  margin:0 0 10px;
  font-size:27px;
  line-height:1;
  letter-spacing:-.045em;
}

.real-project-card p{
  margin:0;
  color:#5c667d;
  font-size:15px;
  line-height:1.6;
}

.real-sector-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:15px;
}

.real-sector-grid a{
  text-decoration:none!important;
  color:#07142b!important;
  transition:.25s ease;
}

.real-sector-grid a:hover{
  transform:translateY(-4px);
}

.real-sector-grid strong{
  display:block;
  margin-bottom:10px;
  font-size:23px;
  letter-spacing:-.04em;
}

.real-sector-grid span{
  color:#5c667d;
  font-size:15px;
  line-height:1.55;
}

.real-process-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:15px;
}

.real-process-grid span{
  display:block;
  margin-bottom:16px;
  color:#0d9488;
  font-size:12px;
  font-weight:950;
  letter-spacing:.14em;
}

.real-process-grid h3{
  margin:0 0 10px;
  font-size:22px;
  line-height:1;
  letter-spacing:-.04em;
}

.real-process-grid p{
  margin:0;
  color:#5c667d;
  font-size:15px;
  line-height:1.55;
}

.real-seo{
  padding:58px 0;
}

.real-seo .real-container{
  max-width:880px;
}

.real-seo p+p{
  margin-top:16px;
}

.real-final{
  padding:72px 0 100px;
}

.real-final-box{
  padding:48px 32px;
  border-radius:32px;
  text-align:center;
  background:
    radial-gradient(circle at 80% 0%,rgba(13,148,136,.24),transparent 34%),
    #07142b;
  color:#fff;
}

.real-final h2{
  color:#fff;
}

.real-final p{
  max-width:620px;
  margin:0 auto 24px;
  color:rgba(255,255,255,.72);
}

@media(max-width:900px){
  .real-container{
    width:min(100% - 34px,720px);
  }

  .real-hero{
    min-height:auto;
    padding:120px 0 64px;
  }

  .real-hero-grid,
  .real-proof-grid,
  .real-project-grid,
  .real-sector-grid,
  .real-process-grid{
    grid-template-columns:1fr;
  }

  .real-hero-card{
    display:none;
  }

  .real-hero h1{
    font-size:40px;
  }

  .real-hero p{
    font-size:17px;
  }

  .real-actions a{
    width:100%;
  }

  .real-projects,
  .real-sectors,
  .real-process{
    padding:62px 0;
  }

  .real-project-card.big{
    grid-column:auto;
  }

  .real-section-head h2,
  .real-seo h2,
  .real-final h2{
    font-size:36px;
  }
}