.approach-v2-page{
  background:#020b12;
}

.approach-v2-hero{
  position:relative;
  overflow:hidden;
  padding:112px 0 100px;
  background:
    radial-gradient(circle at 82% 32%,rgba(57,208,213,.15),transparent 27%),
    linear-gradient(135deg,#03101a 0%,#071d2c 56%,#0a3045 100%);
  border-bottom:1px solid var(--line);
}

.approach-v2-hero::after{
  content:"";
  position:absolute;
  width:650px;
  height:650px;
  right:-255px;
  bottom:-355px;
  border:1px solid rgba(114,228,232,.12);
  border-radius:50%;
  box-shadow:
    0 0 0 78px rgba(114,228,232,.025),
    0 0 0 160px rgba(114,228,232,.018);
}

.approach-v2-grid{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(114,228,232,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(114,228,232,.045) 1px,transparent 1px);
  background-size:54px 54px;
  mask-image:linear-gradient(90deg,#000,rgba(0,0,0,.62),transparent 93%);
}

.approach-v2-hero-layout{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.14fr) minmax(340px,.68fr);
  gap:72px;
  align-items:center;
}

.approach-v2-hero-copy{
  max-width:760px;
}

.approach-v2-hero h1{
  margin:18px 0 23px;
  font-size:clamp(3.2rem,4.75vw,4.85rem);
  line-height:1.015;
  letter-spacing:-.052em;
}

.approach-v2-hero h1 span{
  display:block;
  margin-top:8px;
  color:var(--cyan-soft);
}

.approach-v2-lead{
  max-width:710px;
  margin:0 0 12px;
  color:#eef8fb;
  font-size:1.1rem;
}

.approach-v2-detail{
  max-width:690px;
  margin:0 0 29px;
  color:#b8ccd6;
}

.approach-v2-summary{
  border:1px solid rgba(114,228,232,.22);
  background:rgba(3,18,28,.74);
  box-shadow:0 28px 80px rgba(0,0,0,.28);
  backdrop-filter:blur(12px);
}

.approach-v2-summary-row{
  display:grid;
  grid-template-columns:45px 1fr;
  gap:13px;
  padding:24px;
  border-bottom:1px solid var(--line);
}

.approach-v2-summary-row:last-child{
  border-bottom:0;
}

.approach-v2-summary-row>span{
  color:var(--cyan);
  font-size:.69rem;
  font-weight:900;
  padding-top:3px;
}

.approach-v2-summary-row strong{
  display:block;
  font-size:1rem;
}

.approach-v2-summary-row small{
  display:block;
  margin-top:4px;
  color:#9fb3bf;
  line-height:1.45;
}

.approach-v2-principles{
  background:#071b2a;
  scroll-margin-top:100px;
}

.approach-v2-principle-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.approach-v2-principle{
  min-height:245px;
  padding:27px 25px;
  border-top:2px solid var(--cyan);
  background:#0b3048;
}

.approach-v2-principle>span{
  display:block;
  color:var(--cyan);
  font-size:.69rem;
  font-weight:900;
}

.approach-v2-principle h3{
  margin:20px 0 11px;
  font-size:1.18rem;
}

.approach-v2-principle p{
  margin:0;
  color:#aabec9;
  font-size:.92rem;
}

.approach-v2-flow{
  background:#03101a;
}

.approach-v2-intro{
  max-width:760px;
  color:#b4c7d1;
}

.approach-v2-flow-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
}

.approach-v2-stage{
  min-height:225px;
  padding:24px 21px;
  border-top:2px solid var(--cyan);
  background:#09263a;
}

.approach-v2-stage>span{
  display:block;
  color:var(--cyan);
  font-size:.69rem;
  font-weight:900;
}

.approach-v2-stage h3{
  margin:20px 0 10px;
  font-size:1.12rem;
}

.approach-v2-stage p{
  margin:0;
  color:#a8bdc8;
  font-size:.88rem;
}

.approach-v2-collaboration{
  background:#071b2a;
}

.approach-v2-collaboration-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.approach-v2-collaboration-card{
  min-height:255px;
  padding:27px;
  border:1px solid var(--line);
  background:linear-gradient(180deg,rgba(14,54,79,.82),rgba(8,35,53,.82));
}

.approach-v2-role{
  margin:0;
  color:var(--cyan);
  font-size:.71rem;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.approach-v2-collaboration-card h3{
  margin:22px 0 10px;
  font-size:1.17rem;
}

.approach-v2-collaboration-card p:not(.approach-v2-role){
  margin:0;
  color:#afc2cd;
  font-size:.92rem;
}

.approach-v2-expect{
  padding:72px 0;
  background:linear-gradient(135deg,#0b2b41,#0f3c55);
  border-top:1px solid rgba(114,228,232,.12);
  border-bottom:1px solid rgba(114,228,232,.12);
}

.approach-v2-expect-layout{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:66px;
  align-items:center;
}

.approach-v2-expect h2{
  margin:15px 0 0;
  font-size:clamp(2.1rem,3.2vw,3.2rem);
  line-height:1.06;
  letter-spacing:-.045em;
}

.approach-v2-expect p:not(.section-label){
  color:#bed0d9;
  max-width:680px;
}

.approach-v2-expect-list{
  display:grid;
  border-top:1px solid rgba(255,255,255,.13);
}

.approach-v2-expect-list>div{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:14px;
  padding:17px 0;
  border-bottom:1px solid rgba(255,255,255,.13);
}

.approach-v2-expect-list span{
  color:var(--cyan);
  font-size:.7rem;
  font-weight:900;
  padding-top:3px;
}

.approach-v2-expect-list strong{
  font-size:.94rem;
}

@media(max-width:1080px){
  .approach-v2-flow-grid{
    grid-template-columns:repeat(3,1fr);
  }
}

@media(max-width:940px){
  .approach-v2-hero-layout,
  .approach-v2-expect-layout{
    grid-template-columns:1fr;
    gap:40px;
  }

  .approach-v2-summary{
    max-width:720px;
  }

  .approach-v2-collaboration-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:720px){
  .approach-v2-hero{
    padding:82px 0 74px;
  }

  .approach-v2-hero h1{
    font-size:clamp(2.65rem,12vw,3.9rem);
  }

  .approach-v2-principle-grid,
  .approach-v2-flow-grid{
    grid-template-columns:1fr;
  }

  .approach-v2-principle,
  .approach-v2-stage,
  .approach-v2-collaboration-card{
    min-height:auto;
  }
}
