
:root{
  --or-navy:#082a4d;
  --or-navy-dark:#031a31;
  --or-blue:#1f69b3;
  --or-teal:#16a7a0;
  --or-gold:#d8a62f;
  --or-red:#d93a52;
  --or-green:#3f9a68;
  --or-purple:#7661a8;
  --or-ink:#13263b;
  --or-muted:#697687;
  --or-soft:#f6f8fb;
  --or-white:#ffffff;
  --or-shadow:0 22px 55px rgba(8,42,77,.10);
}

.outreach-page{
  color:var(--or-ink);
  background:#fff;
}

.outreach-hero{
  position:relative;
  min-height:590px;
  margin-top:78px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:#eaf0f5;
}

.outreach-hero img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

.outreach-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    rgba(3,26,49,.91) 0%,
    rgba(8,42,77,.73) 42%,
    rgba(8,42,77,.18) 75%,
    rgba(8,42,77,.03) 100%
  );
}

.outreach-hero-content{
  position:relative;
  z-index:2;
  max-width:800px;
  padding:78px 0;
  color:#fff;
}

.outreach-kicker,
.section-label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#f2cc62;
  font-size:12px;
  font-weight:800;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.outreach-kicker::before,
.section-label::before{
  content:"";
  width:34px;
  height:2px;
  border-radius:99px;
  background:currentColor;
}

.outreach-hero h1{
  margin:18px 0 20px;
  font-family:"Libre Baskerville",serif;
  font-size:clamp(44px,5vw,72px);
  line-height:1.08;
  letter-spacing:-.035em;
}

.outreach-hero h1 span{
  display:block;
  color:#f2cc62;
}

.outreach-hero p{
  max-width:700px;
  margin:0;
  color:rgba(255,255,255,.84);
  font-size:18px;
  line-height:1.8;
}

.outreach-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:30px;
}

.or-btn-primary,
.or-btn-outline,
.or-btn-light{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:13px 19px;
  border-radius:10px;
  font-weight:800;
  transition:.3s ease;
}

.or-btn-primary{
  color:#fff;
  background:var(--or-gold);
  border:1px solid var(--or-gold);
  box-shadow:0 14px 30px rgba(216,166,47,.24);
}

.or-btn-primary:hover{
  color:#fff;
  background:#c59122;
  border-color:#c59122;
  transform:translateY(-3px);
}

.or-btn-outline{
  color:#fff;
  border:1px solid rgba(255,255,255,.58);
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(8px);
}

.or-btn-outline:hover{
  color:var(--or-navy);
  background:#fff;
  border-color:#fff;
  transform:translateY(-3px);
}

.outreach-overview{
  padding:105px 0;
  background:#fff;
}

.outreach-image-composition{
  position:relative;
  max-width:610px;
  margin:auto;
  padding:0 34px 34px 0;
}

.outreach-main-image{
  position:relative;
  z-index:2;
  display:block;
  width:100%;
  min-height:540px;
  object-fit:cover;
  border-radius:30px;
  box-shadow:var(--or-shadow);
}

.outreach-image-accent{
  position:absolute;
  right:0;
  bottom:0;
  width:78%;
  height:78%;
  border-radius:30px;
  background:linear-gradient(135deg,#edf7f5,#f9ebc8);
}

.outreach-floating-card{
  position:absolute;
  right:-15px;
  bottom:52px;
  z-index:4;
  width:min(335px,82%);
  display:flex;
  align-items:center;
  gap:14px;
  padding:18px 20px;
  border-radius:19px;
  background:rgba(255,255,255,.95);
  border:1px solid rgba(255,255,255,.9);
  box-shadow:0 20px 42px rgba(8,42,77,.17);
  backdrop-filter:blur(14px);
}

.outreach-floating-icon{
  width:54px;
  height:54px;
  flex:0 0 54px;
  display:grid;
  place-items:center;
  border-radius:17px;
  color:#fff;
  background:linear-gradient(135deg,var(--or-teal),#3ccabd);
  font-size:23px;
}

.outreach-floating-card strong,
.outreach-floating-card small{
  display:block;
}

.outreach-floating-card strong{
  margin-bottom:4px;
  color:var(--or-navy);
  font-family:"Libre Baskerville",serif;
  font-size:16px;
}

.outreach-floating-card small{
  color:var(--or-muted);
  font-size:12px;
  line-height:1.45;
}

.outreach-copy h2,
.outreach-heading h2{
  margin:14px 0 20px;
  color:var(--or-navy-dark);
  font-family:"Libre Baskerville",serif;
  font-size:clamp(34px,4vw,52px);
  line-height:1.16;
}

.outreach-copy p{
  color:var(--or-muted);
  font-size:16px;
  line-height:1.8;
}

.outreach-copy .lead{
  color:#34495e;
  font-size:20px;
}

.outreach-points{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:15px;
  margin-top:30px;
}

.outreach-point{
  display:flex;
  gap:12px;
  padding:17px;
  border:1px solid #e8edf2;
  border-radius:17px;
  background:#fff;
  box-shadow:0 10px 26px rgba(8,42,77,.05);
}

.outreach-point i{
  width:42px;
  height:42px;
  flex:0 0 42px;
  display:grid;
  place-items:center;
  border-radius:13px;
  color:#fff;
  background:var(--or-navy);
}

.outreach-point strong{
  display:block;
  color:var(--or-navy);
  font-size:14px;
}

.outreach-point span{
  display:block;
  margin-top:3px;
  color:var(--or-muted);
  font-size:12px;
  line-height:1.45;
}

.outreach-features{
  padding:105px 0;
  background:var(--or-soft);
}

.outreach-heading{
  max-width:760px;
  margin:0 auto 46px;
  text-align:center;
}

.outreach-heading .section-label::before{
  display:none;
}

.outreach-heading p{
  margin:0;
  color:var(--or-muted);
  line-height:1.75;
}

.outreach-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.outreach-card{
  --accent:var(--or-blue);
  position:relative;
  min-height:245px;
  padding:28px;
  overflow:hidden;
  border-radius:22px;
  background:#fff;
  border:1px solid #e7edf3;
  box-shadow:0 12px 30px rgba(8,42,77,.06);
  transition:.35s ease;
}

.outreach-card::after{
  content:"";
  position:absolute;
  right:-45px;
  bottom:-45px;
  width:125px;
  height:125px;
  border-radius:50%;
  background:color-mix(in srgb,var(--accent) 10%,transparent);
}

.outreach-card:hover{
  transform:translateY(-8px);
  border-color:color-mix(in srgb,var(--accent) 30%,transparent);
  box-shadow:0 24px 48px rgba(8,42,77,.13);
}

.outreach-card-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  margin-bottom:22px;
  border-radius:18px;
  color:#fff;
  background:var(--accent);
  font-size:24px;
  box-shadow:0 12px 25px color-mix(in srgb,var(--accent) 28%,transparent);
}

.outreach-card h3{
  position:relative;
  z-index:2;
  margin:0 0 11px;
  color:var(--or-navy);
  font-family:"Libre Baskerville",serif;
  font-size:20px;
}

.outreach-card p{
  position:relative;
  z-index:2;
  margin:0;
  color:var(--or-muted);
  font-size:14px;
  line-height:1.7;
}

.accent-red{--accent:var(--or-red);}
.accent-blue{--accent:var(--or-blue);}
.accent-teal{--accent:var(--or-teal);}
.accent-gold{--accent:var(--or-gold);}
.accent-green{--accent:var(--or-green);}
.accent-purple{--accent:var(--or-purple);}

.outreach-band{
  padding:0 0 105px;
  background:#fff;
}

.outreach-band-panel{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:50px;
  align-items:center;
  padding:58px;
  border-radius:30px;
  color:#fff;
  background:linear-gradient(135deg,var(--or-navy-dark),var(--or-navy) 55%,#0f6070);
  box-shadow:0 28px 65px rgba(3,26,49,.20);
}

.outreach-band-copy h2{
  margin:15px 0 18px;
  font-family:"Libre Baskerville",serif;
  font-size:clamp(34px,4vw,52px);
}

.outreach-band-copy p{
  margin:0;
  color:rgba(255,255,255,.76);
  line-height:1.8;
}

.outreach-band-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.outreach-band-item{
  display:flex;
  align-items:center;
  gap:12px;
  padding:17px;
  border-radius:16px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.15);
}

.outreach-band-item i{
  color:#f3cd66;
  font-size:20px;
}

.outreach-band-item span{
  color:#fff;
  font-weight:700;
  font-size:14px;
}

.outreach-cta{
  padding:0 0 95px;
  background:#fff;
}

.outreach-cta-card{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:28px;
  padding:36px 40px;
  border-radius:24px;
  background:linear-gradient(135deg,#f8fbfd,#fff8ea);
  border:1px solid #e8edf2;
  box-shadow:var(--or-shadow);
}

.outreach-cta-icon{
  width:84px;
  height:84px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  background:linear-gradient(135deg,var(--or-red),#ee7180);
  font-size:31px;
}

.outreach-cta-copy span{
  color:var(--or-gold);
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.outreach-cta-copy h2{
  margin:7px 0 8px;
  color:var(--or-navy);
  font-family:"Libre Baskerville",serif;
  font-size:29px;
}

.outreach-cta-copy p{
  margin:0;
  color:var(--or-muted);
}

.outreach-cta-actions{
  display:flex;
  gap:12px;
}

.or-btn-light{
  color:var(--or-navy);
  background:#fff;
  border:1px solid rgba(8,42,77,.2);
}

.or-btn-light:hover{
  color:#fff;
  background:var(--or-navy);
  border-color:var(--or-navy);
  transform:translateY(-3px);
}

@media (max-width:1199.98px){
  .outreach-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .outreach-cta-card{grid-template-columns:auto 1fr;}
  .outreach-cta-actions{grid-column:1/-1;}
}

@media (max-width:991.98px){
  .outreach-hero{min-height:540px;}
  .outreach-overview,.outreach-features{padding:82px 0;}
  .outreach-band-panel{grid-template-columns:1fr;padding:46px 34px;}
}

@media (max-width:767.98px){
  .outreach-hero{min-height:500px;margin-top:70px;}
  .outreach-hero-content{padding:60px 0;}
  .outreach-hero h1{font-size:40px;}
  .outreach-hero p{font-size:15px;}
  .outreach-main-image{min-height:420px;border-radius:24px;}
  .outreach-image-composition{padding:0 18px 24px 0;}
  .outreach-points,.outreach-grid,.outreach-band-list{grid-template-columns:1fr;}
  .outreach-cta-card{grid-template-columns:1fr;text-align:center;padding:30px 22px;}
  .outreach-cta-icon{margin:auto;}
  .outreach-cta-actions{display:grid;width:100%;}
  .outreach-cta-actions .btn{justify-content:center;width:100%;}
}

@media (max-width:479.98px){
  .outreach-hero{min-height:470px;}
  .outreach-hero h1{font-size:33px;}
  .outreach-actions{display:grid;}
  .outreach-actions .btn{justify-content:center;width:100%;}
  .outreach-main-image{min-height:350px;}
  .outreach-floating-card{position:relative;right:auto;bottom:auto;width:calc(100% - 24px);margin:-48px auto 0;}
  .outreach-image-composition{padding:0;}
  .outreach-image-accent{display:none;}
}
