/* RAVAM Homepage v30 — compact layout matching approved visualization */
body.home-v30{
  --ink:#08283a;
  --deep:#062333;
  --deep2:#0a3145;
  --green:#20c77a;
  --green2:#139766;
  --paper:#ffffff;
  --line:#dce5e9;
  --muted:#61747f;
  --max:1500px;
  margin:0;
  background:#fff;
  color:var(--ink);
}
body.home-v30 .home-wrap{
  max-width:var(--max);
  margin:0 auto;
  padding:0 58px;
}

/* Hero */
.home-v30 .home-hero{
  position:relative;
  min-height:405px;
  color:#fff;
  overflow:hidden;
  background:#0a2f45;
}
.home-v30 .home-hero-media{position:absolute;inset:0}
.home-v30 .home-hero-media img{
  width:100%;height:100%;object-fit:cover;display:block;
}
.home-v30 .home-hero-media:after{
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(3,25,36,.88) 0%,rgba(3,25,36,.70) 35%,rgba(3,25,36,.12) 71%),
    linear-gradient(0deg,rgba(3,25,36,.34),transparent 55%);
}
.home-v30 .home-hero-content{
  position:relative;z-index:2;
  min-height:405px;
  display:flex;
  align-items:center;
}
.home-v30 .home-hero-copy{
  max-width:650px;
  padding:40px 0 32px;
}
.home-v30 .home-eyebrow{
  font-size:10px;
  font-weight:800;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:#d9e7ec;
  margin-bottom:11px;
}
.home-v30 .home-hero h1{
  font-size:clamp(48px,4.5vw,72px);
  line-height:.98;
  letter-spacing:-.052em;
  margin:0 0 13px;
  color:#fff;
}
.home-v30 .home-hero-sub{display:none}
.home-v30 .home-hero p{
  max-width:600px;
  color:#e6eef1;
  font-size:16px;
  line-height:1.42;
  margin:0;
}
.home-v30 .home-actions{display:flex;gap:14px;margin-top:18px}
.home-v30 .home-btn{
  min-height:43px;
  padding:0 19px;
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  border:1px solid rgba(255,255,255,.75);
  border-radius:3px;
  color:#fff;
  font-size:12px;
  font-weight:800;
}
.home-v30 .home-btn.primary{
  background:var(--green);
  border-color:var(--green);
  color:#042419;
}
.home-v30 .home-hero-meta{
  position:absolute;right:58px;bottom:18px;z-index:3;
  text-align:right;color:#fff;font-size:10px;line-height:1.3
}
.home-v30 .home-hero-meta strong{display:block;font-size:10px}

/* Six solutions */
.home-v30 .home-solution-band{
  background:#fff;border-bottom:1px solid var(--line);
}
.home-v30 .home-solution-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:0;
  min-height:142px;
}
.home-v30 .home-solution-item{
  display:grid;
  grid-template-columns:88px 1fr;
  gap:12px;
  align-items:center;
  padding:17px 14px;
  border-right:1px solid var(--line);
  text-decoration:none;
  color:inherit;
}
.home-v30 .home-solution-item:first-child{border-left:1px solid var(--line)}
.home-v30 .home-solution-thumb{
  width:88px;height:102px;object-fit:cover;border-radius:1px;
}
.home-v30 .home-solution-item strong{
  font-size:12px;line-height:1.04;color:#075f48;
  display:block;margin-bottom:7px;
}
.home-v30 .home-solution-item span{
  display:block;font-size:11px;line-height:1.35;color:#5f7480;
}
.home-v30 .home-solution-item:after{
  content:"→";
  grid-column:2;
  color:var(--green2);
  justify-self:end;
  margin-top:-18px;
  font-weight:800;
}

/* Main compact three-column row */
.home-v30 .home-approach{
  padding:0;
  background:#fff;
}
.home-v30 .home-approach-grid{
  display:grid;
  grid-template-columns:1.02fr .78fr 1.08fr;
  gap:0;
  align-items:stretch;
}
.home-v30 .home-photo{
  min-height:318px;
  position:relative;
  overflow:hidden;
  background:#dde7ea;
}
.home-v30 .home-photo img{
  width:100%;height:100%;object-fit:cover;position:absolute;inset:0;
}
.home-v30 .home-photo:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(0deg,rgba(2,20,30,.56),transparent 48%);
}
.home-v30 .home-photo-caption{
  position:absolute;z-index:2;left:28px;bottom:20px;
  color:#fff;font-weight:800;font-size:20px;line-height:1.08;
}
.home-v30 .home-approach-copy{
  padding:30px 30px 24px;
  background:#fff;
}
.home-v30 .home-section-kicker{
  color:var(--green2);
  font-size:10px;font-weight:850;letter-spacing:.08em;
  text-transform:uppercase;margin-bottom:7px;
}
.home-v30 .home-approach h2{
  margin:0 0 12px;
  font-size:34px;line-height:.98;letter-spacing:-.045em;
}
.home-v30 .home-approach-copy>p{
  color:#5e727e;font-size:13px;line-height:1.42;margin:0;
}
.home-v30 .home-evidence{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:16px;margin-top:22px;
}
.home-v30 .home-evidence div{
  display:grid;grid-template-columns:30px 1fr;gap:8px;align-items:start;
}
.home-v30 .home-evidence svg{
  width:27px;height:27px;stroke:#09664d;fill:none;stroke-width:1.7;
}
.home-v30 .home-evidence p{margin:0}
.home-v30 .home-evidence b{font-size:11px;line-height:1.15}
.home-v30 .home-evidence span{display:block;font-size:10px;color:#71838d;margin-top:2px}
.home-v30 .home-text-link{
  display:inline-block;
  color:var(--green2);
  font-size:11px;font-weight:800;
  border-bottom:1px solid #8dd1b4;
  margin-top:18px;
  padding-bottom:1px;
}

/* AIR/GROUND is third column in same row */
.home-v30 .home-air-ground{
  position:relative;
  min-height:318px;
  color:#fff;
  overflow:hidden;
  background:#0b2c3f;
}
.home-v30 .home-air-ground-bg{position:absolute;inset:0}
.home-v30 .home-air-ground-bg img{
  width:100%;height:100%;object-fit:cover;display:block;
}
.home-v30 .home-air-ground:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(4,26,37,.90),rgba(4,26,37,.38) 68%,rgba(4,26,37,.18));
}
.home-v30 .home-air-ground-inner{
  min-height:318px;position:relative;z-index:2;
  display:flex;align-items:flex-end;
  padding:0 28px 22px;
}
.home-v30 .home-air-ground-copy{max-width:380px}
.home-v30 .home-air-ground h2{
  margin:0 0 10px;
  font-size:31px;line-height:1.0;letter-spacing:-.04em;
}
.home-v30 .home-air-ground p{
  margin:0;color:#e0eaee;font-size:12px;line-height:1.42;
}

/* Insights */
.home-v30 .home-insights{
  padding:8px 0 18px;
  background:#fff;
  border-top:1px solid var(--line);
}
.home-v30 .home-insights-head{
  display:flex;justify-content:space-between;align-items:end;
  gap:20px;margin-bottom:8px;
}
.home-v30 .home-insights-head h2{
  margin:0;font-size:26px;line-height:1;letter-spacing:-.03em;
}
.home-v30 .home-insights-head .home-text-link{margin-top:0}
.home-v30 .home-insight-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}
.home-v30 .home-insight-card,
.home-v30 .home-talk-card{
  min-height:132px;
  position:relative;
  overflow:hidden;
  background:#12384a;
  color:#fff;
  text-decoration:none;
}
.home-v30 .home-insight-card img,
.home-v30 .home-talk-card img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
}
.home-v30 .home-insight-card:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(0deg,rgba(3,24,34,.88),rgba(3,24,34,.08) 70%);
}
.home-v30 .home-talk-card:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(3,24,34,.88),rgba(3,24,34,.44));
}
.home-v30 .home-talk-card .home-insight-content{
  max-width:62%;
  left:18px;right:auto;
}
.home-v30 .home-insight-content{
  position:absolute;z-index:2;left:18px;right:18px;bottom:12px;
}
.home-v30 .home-insight-content h3{
  margin:0 0 7px;font-size:17px;line-height:1.08;
}
.home-v30 .home-insight-content span{
  font-size:9px;letter-spacing:.08em;text-transform:uppercase;
  color:#e4ecef;
}
.home-v30 .home-talk-card .home-insight-content h3{font-size:18px}
.home-v30 .home-talk-card .home-btn{
  min-height:34px;padding:0 12px;font-size:10px;margin-top:8px;
  background:var(--green);border-color:var(--green);color:#042419;
}

/* No separate big CTA on compact layout */
.home-v30 .home-cta{display:none}

/* Responsive */
@media(max-width:1250px){
  body.home-v30 .home-wrap{padding:0 28px}
  .home-v30 .home-solution-grid{grid-template-columns:repeat(3,1fr)}
  .home-v30 .home-approach-grid{grid-template-columns:1fr 1fr}
  .home-v30 .home-air-ground{grid-column:1/-1}
}
@media(max-width:760px){
  body.home-v30 .home-wrap{padding:0 18px}
  .home-v30 .home-hero{min-height:500px}
  .home-v30 .home-hero-content{min-height:500px}
  .home-v30 .home-hero-meta{display:none}
  .home-v30 .home-actions{flex-wrap:wrap}
  .home-v30 .home-solution-grid{grid-template-columns:1fr 1fr}
  .home-v30 .home-solution-item{
    grid-template-columns:72px 1fr;
    padding:12px 10px;
  }
  .home-v30 .home-solution-thumb{width:72px;height:84px}
  .home-v30 .home-approach-grid{grid-template-columns:1fr}
  .home-v30 .home-photo,
  .home-v30 .home-air-ground{min-height:300px}
  .home-v30 .home-evidence{grid-template-columns:1fr}
  .home-v30 .home-insight-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:520px){
  .home-v30 .home-solution-grid,
  .home-v30 .home-insight-grid{grid-template-columns:1fr}
}
