
.rf-why-page{
  --ink:#0f403f;
  --text:#233b38;
  --muted:#61726e;
  --line:#dbe7e2;
  --soft:#f4f8f6;
  --paper:#ffffff;
  --accent:#0f403f;
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  color:var(--text);
  background:#fff;
  max-width:1180px;
  margin:0 auto;
  padding:0 18px 56px;
  box-sizing:border-box;
}
.rf-why-page *{
  box-sizing:border-box;
}
.rf-why-page h1,
.rf-why-page h2,
.rf-why-page h3,
.rf-why-page p{
  margin:0;
  padding:0;
}
.rf-why-hero{
  position:relative;
  min-height:420px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#0b2524;
  border:0;
  padding:92px 42px;
  margin:22px 0 34px;
  text-align:center;
  overflow:hidden;
}
.rf-why-hero-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  z-index:0;
  display:block;
}
.rf-why-hero-bg img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center bottom;
}
.rf-why-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.48);
  z-index:1;
}
.rf-why-hero-content{
  position:relative;
  z-index:2;
  width:100%;
  max-width:880px;
  margin:0 auto;
}
.rf-why-eyebrow{
  color:var(--ink);
  font-size:13px;
  line-height:1.4;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.04em;
  margin-bottom:10px;
}
.rf-why-hero h1{
  color:var(--ink);
  font-size:38px;
  line-height:1.18;
  font-weight:700;
  margin-bottom:18px;
}
.rf-why-lead{
  max-width:840px;
  margin:0 auto;
  color:var(--text);
  font-size:18px;
  line-height:1.75;
}
.rf-why-hero .rf-why-eyebrow,
.rf-why-hero h1,
.rf-why-hero .rf-why-lead{
  color:#fff;
  text-shadow:0 1px 2px rgba(0,0,0,.35);
}
.rf-why-hero .rf-why-lead{
  max-width:760px;
}
.rf-why-hero .rf-why-btn.primary{
  background:var(--ink);
  border-color:var(--ink);
  color:#fff;
}
.rf-why-hero .rf-why-btn:not(.primary){
  color:#fff;
  border-color:#fff;
  background:rgba(255,255,255,.12);
}
.rf-why-actions{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:28px;
}
.rf-why-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:13px 24px;
  border:1px solid var(--ink);
  color:var(--ink);
  text-decoration:none!important;
  font-size:15px;
  line-height:1.2;
  font-weight:700;
  border-radius:3px;
}
.rf-why-btn.primary{
  background:var(--ink);
  color:#fff;
}
.rf-why-section{
  padding:42px 0;
  border-bottom:1px solid var(--line);
}
.rf-why-section:last-of-type{
  border-bottom:0;
}
.rf-section-head{
  max-width:880px;
  margin:0 auto 28px;
  text-align:center;
}
.rf-section-head h2,
.rf-why-panel h2{
  color:var(--ink);
  font-size:30px;
  line-height:1.25;
  font-weight:700;
  margin-bottom:12px;
}
.rf-section-head p,
.rf-why-panel p{
  color:var(--muted);
  font-size:16px;
  line-height:1.75;
}
.rf-why-copy{
  max-width:1040px;
  margin:0 auto;
  color:var(--text);
  font-size:16px;
  line-height:1.8;
}
.rf-why-copy p+p{
  margin-top:14px;
}
.rf-why-note{
  color:var(--muted);
  font-size:14px;
  line-height:1.7;
}
.rf-photo-slot{
  margin-top:28px;
}
.rf-photo-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:24px;
}
.rf-photo-card{
  background:#fff;
  border:1px solid var(--line);
  overflow:hidden;
}
.rf-photo-placeholder{
  min-height:260px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:linear-gradient(135deg,#eef4f1,#fafcfa);
  color:var(--ink);
  text-align:center;
  font-size:15px;
  line-height:1.6;
  font-weight:700;
}
.rf-photo-card img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
}
.rf-photo-caption{
  padding:12px 14px;
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
  text-align:center;
}
.rf-facts-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:24px;
}
.rf-fact-card{
  border:1px solid var(--line);
  background:#fff;
  padding:22px 18px;
  text-align:center;
}
.rf-fact-value{
  display:block;
  color:var(--ink);
  font-size:28px;
  line-height:1.2;
  font-weight:800;
  margin-bottom:8px;
}
.rf-fact-label{
  display:block;
  color:var(--text);
  font-size:15px;
  line-height:1.45;
  font-weight:700;
  margin-bottom:6px;
}
.rf-fact-boundary{
  display:block;
  color:var(--muted);
  font-size:13px;
  line-height:1.55;
}
.rf-check-grid,
.rf-resource-grid,
.rf-case-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.rf-check-card,
.rf-resource-card,
.rf-case-card,
.rf-team-card{
  background:#fff;
  border:1px solid var(--line);
  padding:22px;
}
.rf-check-card h3,
.rf-resource-card h3,
.rf-case-card h3,
.rf-team-card h3{
  color:var(--ink);
  font-size:18px;
  line-height:1.35;
  font-weight:700;
  margin-bottom:10px;
}
.rf-check-card p,
.rf-resource-card p,
.rf-case-card p,
.rf-team-card p{
  color:var(--text);
  font-size:15px;
  line-height:1.65;
}
.rf-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:12px;
}
.rf-list li{
  position:relative;
  padding-left:22px;
  color:var(--text);
  font-size:16px;
  line-height:1.7;
}
.rf-list li:before{
  content:"";
  position:absolute;
  left:0;
  top:.7em;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--ink);
}
.rf-qc-list{
  max-width:1040px;
  margin:0 auto;
  grid-template-columns:repeat(2,minmax(0,1fr));
  grid-template-rows:repeat(3,auto);
  grid-auto-flow:column;
  gap:14px 42px;
  text-align:left;
}
.rf-qc-note{
  max-width:1040px;
  margin:20px auto 0!important;
  text-align:center;
}
.rf-process-list{
  counter-reset:step;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  padding:0;
  margin:0;
  list-style:none!important;
  list-style-type:none!important;
}
.rf-process-list li{
  counter-increment:step;
  display:block;
  list-style:none!important;
  list-style-type:none!important;
  border:1px solid var(--line);
  background:#fff;
  padding:20px 20px 20px 58px;
  position:relative;
  color:var(--text);
  font-size:15px;
  line-height:1.65;
}
.rf-process-list li::marker{
  content:"";
  font-size:0;
}
.rf-process-list li:before{
  content:counter(step);
  position:absolute;
  left:18px;
  top:20px;
  width:28px;
  height:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--ink);
  color:#fff;
  font-weight:700;
}
.rf-material-links{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:20px;
}
.rf-link-chip{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 14px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--ink);
  text-align:center;
  text-decoration:none!important;
  font-size:14px;
  line-height:1.35;
  font-weight:700;
}
.rf-proof-panel{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(300px,.82fr);
  gap:22px;
  align-items:stretch;
  max-width:1040px;
  margin:0 auto;
  background:var(--soft);
  border:1px solid var(--line);
  padding:30px;
}
.rf-proof-panel > div{
  background:#fff;
  border:1px solid var(--line);
  padding:26px;
}
.rf-proof-panel > div:first-child{
  border-left:4px solid var(--ink);
}
.rf-proof-panel h2{
  color:var(--ink);
  font-size:28px;
  line-height:1.25;
  font-weight:700;
  margin-bottom:18px;
}
.rf-proof-panel p{
  color:var(--text);
  font-size:15px;
  line-height:1.75;
}
.rf-proof-panel .rf-list{
  gap:14px;
}
.rf-proof-panel .rf-list li{
  font-size:15px;
  line-height:1.7;
}
.rf-proof-panel .rf-why-btn{
  width:100%;
  max-width:380px;
  margin-top:22px!important;
}
.rf-team-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.rf-team-card img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  margin-bottom:16px;
}
.rf-team-role{
  color:var(--muted);
  font-size:14px;
  line-height:1.5;
  font-weight:700;
  margin-bottom:10px;
}
.rf-card-link{
  display:inline-flex;
  margin-top:14px;
  color:var(--ink);
  font-size:14px;
  line-height:1.3;
  font-weight:700;
  text-decoration:underline;
}
.rf-external-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.rf-final-cta{
  background:var(--ink);
  color:#fff;
  text-align:center;
  padding:42px 24px;
  margin-top:24px;
}
.rf-final-cta h2{
  color:#fff;
  font-size:30px;
  line-height:1.25;
  margin-bottom:12px;
}
.rf-final-cta p{
  max-width:760px;
  margin:0 auto 22px;
  color:#edf5f2;
  font-size:16px;
  line-height:1.7;
}
.rf-final-cta .rf-why-btn{
  background:#fff;
  color:var(--ink);
  border-color:#fff;
}
@media (max-width:900px){
  .rf-facts-grid,
  .rf-check-grid,
  .rf-resource-grid,
  .rf-case-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .rf-material-links{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .rf-proof-panel{
    grid-template-columns:1fr;
  }
}
@media (max-width:767px){
  .rf-why-page{
    padding:0 12px 42px;
  }
  .rf-why-hero{
    min-height:520px;
    padding:70px 20px;
    margin:16px 0 24px;
  }
  .rf-why-hero h1{
    font-size:31px;
  }
  .rf-why-lead{
    font-size:16px;
  }
  .rf-why-actions{
    flex-direction:column;
  }
  .rf-why-btn{
    width:100%;
  }
  .rf-section-head h2,
  .rf-why-panel h2,
  .rf-final-cta h2{
    font-size:24px;
  }
  .rf-photo-grid,
  .rf-facts-grid,
  .rf-check-grid,
  .rf-resource-grid,
  .rf-case-grid,
  .rf-process-list,
  .rf-qc-list,
  .rf-material-links,
  .rf-team-grid,
  .rf-external-list{
    grid-template-columns:1fr;
  }
  .rf-qc-list{
    grid-template-rows:auto;
    grid-auto-flow:row;
    gap:12px;
  }
  .rf-photo-placeholder{
    min-height:210px;
  }
  .rf-check-card,
  .rf-resource-card,
  .rf-case-card,
  .rf-team-card,
  .rf-proof-panel{
    padding:18px;
  }
  .rf-proof-panel > div{
    padding:20px;
  }
  .rf-proof-panel h2{
    font-size:24px;
  }
  .rf-proof-panel .rf-why-btn{
    max-width:none;
  }
}
