.nt-hero{
  position:relative;
  min-height:100vh;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:
    linear-gradient(to right, rgba(5,10,18,.92) 10%, rgba(5,10,18,.68) 48%, rgba(5,10,18,.82) 100%),
    radial-gradient(circle at top right, rgba(176,141,87,.14), transparent 28%),
    radial-gradient(circle at bottom left, rgba(194,29,29,.10), transparent 30%),
    url('../img/hero/hero-main.jpg') center center / cover no-repeat;
}

.hero-content{
  position:relative;
  z-index:2;
  padding:10rem 0 8rem;
}

.hero-title{
  font-family:'Playfair Display',serif;
  font-size:clamp(2.8rem,6vw,5.2rem);
  font-weight:800;
  line-height:.98;
  letter-spacing:-.035em;
}

.hero-subtitle{
  max-width:720px;
  color:rgba(255,255,255,.78);
  font-size:1.05rem;
  line-height:1.75;
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:1rem;
}

.hero-metrics{
  display:flex;
  flex-wrap:wrap;
  gap:2rem;
  margin-top:3rem;
}

.metric-item{
  color:rgba(255,255,255,.78);
}

.metric-item strong{
  display:block;
  color:#fff;
  font-size:1rem;
  font-weight:600;
}

.service-strip{
  position:relative;
  z-index:5;
  margin-top:-110px;
}

.strip-shell{
  background:#fff;
  box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.service-pill{
  height:100%;
  padding:2rem;
  border-right:1px solid rgba(0,0,0,.06);
}

.service-pill:last-child{
  border-right:none;
}

.service-pill i{
  display:inline-block;
  margin-bottom:.8rem;
  color:var(--nt-red);
  font-size:1.8rem;
}

.service-pill h3{
  margin-bottom:.5rem;
  color:var(--nt-text);
  font-size:1.1rem;
  font-weight:700;
}

.service-pill p{
  margin:0;
  color:rgba(0,0,0,.65);
  font-size:.95rem;
  line-height:1.6;
}

.about-visual{
  position:relative;
  min-height:520px;
  overflow:hidden;
  border-radius:1.6rem;
  background:
    linear-gradient(180deg, rgba(11,15,22,.20), rgba(11,15,22,.58)),
    url('../img/backgrounds/about-visual.jpg') center center / cover no-repeat;
  box-shadow:0 24px 54px rgba(0,0,0,.14);
}

.about-visual::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(0,0,0,.25), transparent);
}

.about-float{
  position:absolute;
  right:1.25rem;
  bottom:1.25rem;
  max-width:310px;
  padding:1.2rem 1.2rem 1rem;
  background:rgba(255,255,255,.92);
  color:var(--nt-text);
  border-radius:1.2rem;
  box-shadow:0 16px 40px rgba(0,0,0,.15);
}

.about-float strong{
  display:block;
  margin-bottom:.45rem;
  color:var(--nt-red);
  font-size:.82rem;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.about-card,
.service-card,
.process-step,

.content-card{
  background:#fff;
  border:1px solid rgba(17,17,17,.06);
  box-shadow:0 12px 30px rgba(0,0,0,.04);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.process-step{
  padding:1.55rem;
}

.about-card:hover,
.service-card:hover,
.process-step:hover,
.content-card:hover{
  transform:translateY(-4px);
  box-shadow:0 22px 44px rgba(0,0,0,.08);
  border-color:rgba(176,141,87,.22);
}

.about-card{
  height:100%;
  padding:2rem;
  border-radius:1.25rem;
}

.about-list{
  list-style:none;
}

.about-list li{
  display:flex;
  gap:.75rem;
  margin-bottom:1rem;
  color:var(--nt-text-soft);
  line-height:1.7;
}

.about-list i{
  color:var(--nt-gold);
  margin-top:.18rem;
}

.service-card{
  height:100%;
  padding:2rem;
  border-radius:1.4rem;
}

.service-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  margin-bottom:1rem;
  border-radius:50%;
  background:rgba(176,141,87,.12);
  color:var(--nt-gold);
  font-size:1.35rem;
}

.service-card h3{
  margin-bottom:.85rem;
  color:var(--nt-text);
  font-family:'Playfair Display',serif;
  font-size:1.7rem;
  line-height:1.08;
}

.service-card p{
  margin-bottom:1rem;
  color:var(--nt-text-soft);
  line-height:1.75;
}

.service-card ul{
  list-style:none;
}

.service-card li{
  display:flex;
  gap:.65rem;
  margin-bottom:.7rem;
  color:var(--nt-text-soft);
}

.service-card li i{
  color:var(--nt-gold);
  margin-top:.16rem;
}

.nt-why-section{
  position:relative;
  overflow:hidden;
}

.nt-why-section::before{
  content:"";
  position:absolute;
  top:-120px;
  right:-120px;
  width:320px;
  height:320px;
  background:radial-gradient(circle, rgba(176,141,87,.10), transparent 70%);
  pointer-events:none;
}

.nt-why-section::after{
  content:"";
  position:absolute;
  bottom:-140px;
  left:-140px;
  width:340px;
  height:340px;
  background:radial-gradient(circle, rgba(194,29,29,.08), transparent 70%);
  pointer-events:none;
}

.advantage-card{
  height:100%;
  padding:1.8rem;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
  border-radius:1.35rem;
  box-shadow:0 12px 30px rgba(0,0,0,.08);
  transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.advantage-card:hover{
  transform:translateY(-4px);
  border-color:rgba(176,141,87,.22);
  box-shadow:0 22px 44px rgba(0,0,0,.16);
}

.nt-process-section{
  position:relative;
}

.process-step{
  position:relative;
  height:100%;
  padding:1.8rem;
  border-radius:1.3rem;
}

.process-number{
  display:inline-block;
  font-size:.85rem;
  font-weight:700;
  letter-spacing:.12em;
  color:var(--nt-gold);
  margin-bottom:.6rem;
}

.process-step h3{
  margin-bottom:.65rem;
  color:var(--nt-text);
  font-family:'Playfair Display',serif;
  font-size:1.4rem;
}

.process-step p{
  margin-bottom:0;
  color:var(--nt-text-soft);
  line-height:1.75;
}

.process-step-highlight{
  background:linear-gradient(180deg, rgba(176,141,87,.08), rgba(176,141,87,.02));
  border-left:2px solid var(--nt-gold);
}

.cta-box{
  position:relative;
  overflow:hidden;
  padding:4rem;
  background:
    linear-gradient(135deg, rgba(176,141,87,.12), rgba(255,255,255,.03)),
    #101720;
  border:1px solid rgba(255,255,255,.08);
  border-radius:1.8rem;
  box-shadow:0 22px 50px rgba(0,0,0,.18);
}

.nt-cta-section{
  padding-bottom:7rem;
}

.cta-box::before{
  content:"";
  position:absolute;
  top:-100px;
  right:-100px;
  width:260px;
  height:260px;
  background:radial-gradient(circle, rgba(176,141,87,.12), transparent 70%);
  pointer-events:none;
}

.cta-box::after{
  content:"";
  position:absolute;
  bottom:-120px;
  left:-120px;
  width:280px;
  height:280px;
  background:radial-gradient(circle, rgba(194,29,29,.08), transparent 70%);
  pointer-events:none;
}

.cta-box > *{
  position:relative;
  z-index:2;
}

.cta-box p{
  max-width:740px;
  color:rgba(255,255,255,.74);
  line-height:1.75;
}