/* Premium Offshore Hub footer */
.oh-reference-footer{
  width:100%;
  margin:54px 0 0;
  position:relative;
  overflow:hidden;
  color:#f6f8fb;
  background:
    radial-gradient(circle at 8% 12%,rgba(0,137,216,.16),transparent 34%),
    radial-gradient(circle at 84% 2%,rgba(255,106,0,.12),transparent 28%),
    linear-gradient(180deg,#061827 0%,#03111e 48%,#020a13 100%);
  border-top:1px solid rgba(84,123,160,.28);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.oh-reference-footer:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,transparent,rgba(0,153,255,.055),transparent),
    radial-gradient(circle at center,rgba(255,255,255,.025),transparent 58%);
}
.oh-reference-footer a{text-decoration:none}
.oh-ref-top{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(320px,1.08fr) minmax(260px,.72fr) minmax(420px,1fr);
  gap:58px;
  align-items:center;
  padding:72px clamp(30px,4.5vw,72px) 64px;
}
.oh-ref-brand{
  min-width:0;
  padding-right:52px;
  border-right:1px solid rgba(137,169,199,.26);
}
.oh-ref-logo{
  display:block;
  width:min(465px,100%);
  margin:0 0 24px;
}
.oh-ref-logo img{
  display:block;
  width:100%;
  height:auto;
  filter:drop-shadow(0 0 22px rgba(0,137,216,.18));
}
.oh-ref-brand p{
  margin:0;
  max-width:430px;
  color:#d8e2ec;
  font-size:20px;
  line-height:1.5;
  font-weight:520;
}
.oh-ref-socials{
  display:flex;
  gap:18px;
  margin-top:30px;
}
.oh-ref-socials a{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  border:1px solid rgba(136,168,198,.34);
  border-radius:12px;
  color:#fff;
  background:rgba(2,12,22,.50);
  transition:transform .18s ease,border-color .18s ease,color .18s ease,background .18s ease,box-shadow .18s ease;
}
.oh-ref-socials svg{
  width:22px;
  height:22px;
  display:block;
  fill:currentColor;
}
.oh-ref-socials a:hover{
  color:#ff6a00;
  border-color:rgba(255,106,0,.75);
  background:rgba(255,106,0,.08);
  box-shadow:0 0 20px rgba(255,106,0,.16);
  transform:translateY(-2px);
}
.oh-ref-nav h3,
.oh-ref-alert h3{
  margin:0;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.02em;
  font-size:25px;
  line-height:1;
}
.oh-ref-nav h3{
  display:flex;
  align-items:center;
  gap:15px;
  margin-bottom:30px;
}
.oh-ref-icon,
.oh-ref-bell{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,106,0,.78);
  border-radius:14px;
  color:#ff6a00;
  background:rgba(255,106,0,.07);
  box-shadow:0 0 22px rgba(255,106,0,.10);
  font-size:25px;
  font-weight:900;
}
.oh-ref-nav a{
  display:grid;
  grid-template-columns:28px minmax(0,1fr);
  align-items:center;
  gap:20px;
  color:#eef4fa;
  font-size:20px;
  font-weight:520;
  padding:14px 0;
  line-height:1.2;
  transition:transform .18s ease,color .18s ease;
}
.oh-ref-nav a b{
  display:block;
  color:inherit;
  font:inherit;
  line-height:1.2;
}
.oh-ref-arrow{
  display:block;
  color:#ff6a00;
  font-size:42px;
  line-height:.58;
  font-weight:300;
}
.oh-ref-nav a:hover{
  color:#ff7a18;
  transform:translateX(4px);
}
.oh-ref-alert{
  border:1px solid rgba(137,169,199,.30);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(4,20,35,.80),rgba(3,12,23,.74));
  padding:36px 40px 34px;
  box-shadow:0 0 38px rgba(0,137,216,.10),inset 0 1px 0 rgba(255,255,255,.04);
}
.oh-ref-alert-head{
  display:flex;
  align-items:center;
  gap:24px;
  margin-bottom:24px;
}
.oh-ref-alert p{
  margin:0 0 30px;
  color:#f1f5f8;
  font-size:20px;
  line-height:1.52;
  font-weight:520;
}
.oh-ref-form{
  display:grid;
  grid-template-columns:minmax(0,1fr) 78px;
  gap:18px;
  margin-bottom:26px;
}
.oh-ref-form input{
  width:100%;
  height:72px;
  box-sizing:border-box;
  border:1px solid rgba(142,168,195,.38);
  border-radius:13px;
  background:rgba(2,11,20,.64);
  color:#fff;
  padding:0 24px;
  font-size:20px;
  outline:none;
}
.oh-ref-form input::placeholder{color:#adb8c3}
.oh-ref-form button{
  height:72px;
  border:0;
  border-radius:13px;
  color:#fff;
  background:linear-gradient(135deg,#ff6a00,#ff7d1d);
  font-size:39px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 0 24px rgba(255,106,0,.28);
  transition:transform .18s ease,filter .18s ease;
}
.oh-ref-form button:hover{
  transform:translateY(-2px);
  filter:brightness(1.08);
}
.oh-ref-lock{
  display:flex;
  align-items:center;
  gap:14px;
  color:#dce5ee;
  font-size:16px;
  font-weight:520;
}
.oh-ref-lock span:first-child{
  width:18px;
  height:18px;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:10px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:4px;
}
.oh-ref-sources{
  position:relative;
  z-index:1;
  padding:0 0 38px;
  border-top:1px solid rgba(137,169,199,.20);
  border-bottom:1px solid rgba(137,169,199,.18);
}
.oh-ref-source-title{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  transform:translateY(-14px);
  color:#fff;
  letter-spacing:.38em;
  font-size:18px;
  font-weight:500;
}
.oh-ref-source-title i{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#ff6a00;
  box-shadow:0 0 14px rgba(255,106,0,.95);
  position:relative;
}
.oh-ref-source-title i:before{
  content:"";
  position:absolute;
  top:50%;
  width:32px;
  height:1px;
  background:rgba(255,106,0,.45);
}
.oh-ref-source-title i:first-child:before{right:14px}
.oh-ref-source-title i:last-child:before{left:14px}
.oh-ref-source-row{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  align-items:center;
  gap:0;
  padding:26px clamp(28px,4.6vw,88px) 14px;
}
.source-logo{
  min-height:94px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 18px;
  border-right:1px solid rgba(137,169,199,.24);
  transition:opacity .18s ease,transform .18s ease;
}
.source-logo:last-child{border-right:0}
.source-logo:hover{
  opacity:.82;
  transform:translateY(-2px);
}
.source-logo img{
  display:block;
  max-width:96%;
  max-height:66px;
  width:auto;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 0 14px rgba(255,255,255,.06));
}
.source-logo--atlas img{width:158px}
.source-logo--bluecrew img{width:210px}
.source-logo--rtc img{width:208px}
.source-logo--offshorecrew img{width:220px}
.source-logo--personalhuset img{width:206px;filter:brightness(0) invert(1) drop-shadow(0 0 14px rgba(255,255,255,.06))}
.source-logo--acroboat img{width:192px}
.source-logo-stack{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:2px;
  line-height:1;
}
.source-logo-stack small{
  color:#fff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.01em;
}
.oh-ref-bottom{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:26px;
  align-items:center;
  padding:40px clamp(30px,4.5vw,72px);
}
.oh-ref-copy{
  display:flex;
  align-items:center;
  gap:20px;
  color:#d9e2eb;
  font-size:17px;
  line-height:1.5;
  font-weight:520;
}
.oh-ref-shield{
  width:52px;
  height:52px;
  flex:0 0 52px;
  display:grid;
  place-items:center;
  border:1px solid rgba(0,255,170,.58);
  border-radius:12px;
  color:#19f4a7;
  background:rgba(0,255,170,.06);
  box-shadow:0 0 22px rgba(0,255,170,.13);
  font-size:22px;
  font-weight:900;
}
.oh-ref-legal{
  display:flex;
  align-items:center;
  gap:0;
}
.oh-ref-legal a{
  color:#d9e2eb;
  font-size:16px;
  font-weight:520;
  padding:0 30px;
  border-right:1px solid rgba(137,169,199,.18);
}
.oh-ref-legal a:last-child{border-right:0}
.oh-ref-legal a:hover{
  color:#ff7a18;
}
.oh-ref-status{
  justify-self:end;
  min-height:52px;
  display:flex;
  align-items:center;
  gap:14px;
  padding:0 28px;
  border:1px solid rgba(137,169,199,.25);
  border-radius:999px;
  color:#d9e2eb;
  background:rgba(2,12,22,.46);
  font-size:17px;
  font-weight:520;
  white-space:nowrap;
}
.oh-ref-status i{
  width:13px;
  height:13px;
  flex:0 0 13px;
  border-radius:50%;
  background:#00e887;
  box-shadow:0 0 18px rgba(0,232,135,.95);
}
.footer,
.bottom,
.oh-final-footer,
.oh-footer-credit{
  display:none!important;
}
@media(max-width:1180px){
  .oh-ref-top{grid-template-columns:1fr;gap:38px;padding:48px 34px}
  .oh-ref-brand{border-right:0;padding-right:0;border-bottom:1px solid rgba(137,169,199,.20);padding-bottom:34px}
  .oh-ref-logo{width:min(430px,100%)}
  .oh-ref-source-row{grid-template-columns:repeat(3,1fr);padding:18px 28px}
  .source-logo:nth-child(3){border-right:0}
  .source-logo:nth-child(n+4){border-top:1px solid rgba(137,169,199,.18)}
  .oh-ref-bottom{grid-template-columns:1fr;justify-items:center;text-align:center;padding:34px}
  .oh-ref-status{justify-self:center}
}
@media(max-width:700px){
  .oh-reference-footer{margin-top:38px}
  .oh-ref-top{padding:36px 22px}
  .oh-ref-logo{width:280px}
  .oh-ref-brand p,.oh-ref-alert p{font-size:17px}
  .oh-ref-socials{gap:12px}
  .oh-ref-socials a{width:46px;height:46px}
  .oh-ref-nav h3,.oh-ref-alert h3{font-size:21px}
  .oh-ref-icon,.oh-ref-bell{width:50px;height:50px}
  .oh-ref-nav a{font-size:18px}
  .oh-ref-alert{padding:26px 20px}
  .oh-ref-form{grid-template-columns:1fr 58px;gap:10px}
  .oh-ref-form input,.oh-ref-form button{height:58px}
  .oh-ref-form input{font-size:16px;padding:0 16px}
  .oh-ref-form button{font-size:30px}
  .oh-ref-source-title{font-size:13px;letter-spacing:.26em}
  .oh-ref-source-row{grid-template-columns:1fr 1fr;padding:14px 18px}
  .source-logo{min-height:82px;border-top:1px solid rgba(137,169,199,.18);padding:0 14px}
  .source-logo:nth-child(odd){border-right:1px solid rgba(137,169,199,.18)}
  .source-logo:nth-child(even){border-right:0}
  .source-logo--atlas img{width:132px}
  .source-logo--bluecrew img{width:162px}
  .source-logo--rtc img{width:162px}
  .source-logo--offshorecrew img{width:166px}
  .source-logo--personalhuset img{width:156px}
  .source-logo--acroboat img{width:150px}
  .source-logo-stack small{font-size:10px}
  .oh-ref-legal{flex-wrap:wrap;justify-content:center}
  .oh-ref-legal a{padding:8px 14px}
  .oh-ref-copy{align-items:flex-start;text-align:left}
}
