/* JOPAL premium footer */
.footer{
  position:relative;
  overflow:hidden;
  background:#07151d;
  color:#b8c6cc;
  isolation:isolate;
}
.footer::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.72),transparent 86%);
  pointer-events:none;
  z-index:-2;
}
.footer-atmosphere{
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:-1;
  background:
    radial-gradient(circle at 14% 18%,rgba(0,143,164,.22),transparent 28%),
    radial-gradient(circle at 86% 16%,rgba(0,93,109,.18),transparent 25%),
    linear-gradient(135deg,rgba(0,93,109,.12),transparent 38%);
}
.footer-main{
  position:relative;
  padding:74px var(--gutter) 52px;
}
.footer-inner{
  width:min(100%,var(--container));
  margin:auto;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);
  gap:72px;
  align-items:start;
}
.footer-brand-panel{
  position:relative;
  min-height:100%;
  padding:36px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:28px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025)),
    rgba(7,28,37,.56);
  box-shadow:0 24px 70px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(16px);
}
.footer-brand-panel::after{
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:120px;
  height:120px;
  border-radius:0 28px 0 100%;
  background:linear-gradient(135deg,rgba(24,178,193,.16),transparent 68%);
  pointer-events:none;
}
.footer-kicker{
  margin-bottom:14px;
  color:#63d3db;
  font-size:11px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.footer-brand-panel h2{
  max-width:660px;
  color:#fff;
  font-size:clamp(30px,3.2vw,48px);
  line-height:1.08;
  letter-spacing:-.045em;
  font-weight:600;
}
.footer-brand-panel>p{
  max-width:660px;
  margin-top:18px;
  color:#b8c8ce;
  font-size:15px;
  line-height:1.8;
}
.footer-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}
.footer-primary-action,.footer-secondary-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:48px;
  padding:0 18px;
  border-radius:14px;
  text-decoration:none;
  font-size:13px;
  font-weight:600;
  transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease;
}
.footer-primary-action{
  color:#fff;
  background:linear-gradient(135deg,#008296,#005d6d 62%,#014652);
  box-shadow:0 14px 30px rgba(0,93,109,.30),inset 0 1px 0 rgba(255,255,255,.14);
}
.footer-secondary-action{
  color:#e8f4f5;
  border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.055);
}
.footer-primary-action:hover,.footer-secondary-action:hover{
  transform:translateY(-2px);
}
.footer-primary-action:hover{box-shadow:0 18px 38px rgba(0,93,109,.36),inset 0 1px 0 rgba(255,255,255,.14)}
.footer-secondary-action:hover{border-color:rgba(99,211,219,.34);background:rgba(255,255,255,.085)}
.footer-primary-action svg,.footer-secondary-action svg{width:17px;height:17px}
.footer-trust-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px 18px;
  margin-top:26px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.08);
}
.footer-trust-row span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#9eb2ba;
  font-size:12px;
}
.footer-trust-row svg{width:15px;height:15px;color:#4fc5ce}
.footer-navigation{
  display:grid;
  grid-template-columns:.9fr 1.1fr 1.35fr;
  gap:30px;
  padding-top:8px;
}
.footer-col{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
  min-width:0;
}
.footer-title{
  position:relative;
  margin-bottom:9px;
  padding-bottom:13px;
  color:#fff;
  font-size:13px;
  font-weight:700;
  letter-spacing:.04em;
}
.footer-title::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:28px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,#21b8c4,rgba(33,184,196,.15));
}
.footer-col>a:not(.footer-contact-card){
  position:relative;
  color:#aebfc6;
  font-size:13px;
  line-height:1.5;
  text-decoration:none;
  transition:color .2s ease,transform .2s ease;
}
.footer-col>a:not(.footer-contact-card)::before{
  content:"";
  position:absolute;
  left:-12px;
  top:.7em;
  width:4px;
  height:4px;
  border-radius:50%;
  background:#42c4ce;
  opacity:0;
  transform:translateX(-3px);
  transition:opacity .2s ease,transform .2s ease;
}
.footer-col>a:not(.footer-contact-card):hover{
  color:#fff;
  transform:translateX(6px);
}
.footer-col>a:not(.footer-contact-card):hover::before{
  opacity:1;
  transform:none;
}
.footer-contact-col{gap:12px}
.footer-contact-card{
  width:100%;
  display:flex;
  align-items:flex-start;
  gap:11px;
  padding:13px 14px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:14px;
  background:rgba(255,255,255,.035);
  color:#d8e5e8;
  text-decoration:none;
  transition:transform .2s ease,border-color .2s ease,background .2s ease;
}
.footer-contact-card:hover{
  transform:translateY(-2px);
  border-color:rgba(85,199,209,.24);
  background:rgba(255,255,255,.06);
}
.footer-contact-card.is-static:hover{transform:none}
.footer-contact-card>svg{
  flex:0 0 auto;
  width:17px;
  height:17px;
  margin-top:2px;
  color:#59c9d2;
}
.footer-contact-card span{min-width:0;display:flex;flex-direction:column;gap:2px}
.footer-contact-card small{color:#8199a3;font-size:10px;letter-spacing:.06em;text-transform:uppercase}
.footer-contact-card strong{color:#e7f0f2;font-size:12px;font-weight:500;line-height:1.45;word-break:break-word}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.07);
  background:rgba(2,10,15,.74);
  backdrop-filter:blur(12px);
}
.footer-bottom-wrap{
  width:min(100% - (var(--gutter) * 2),var(--container));
  min-height:70px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  color:#7f949d;
  font-size:11px;
}
.footer-bottom-links{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:16px;
}
.footer-bottom-links a{
  color:#91a6ae;
  text-decoration:none;
  transition:color .2s ease;
}
.footer-bottom-links a:hover{color:#fff}
@media (max-width:1180px){
  .footer-inner{grid-template-columns:1fr;gap:44px}
  .footer-navigation{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:760px){
  .footer-main{padding-top:54px;padding-bottom:38px}
  .footer-brand-panel{padding:26px;border-radius:22px}
  .footer-brand-panel h2{font-size:clamp(28px,9vw,39px)}
  .footer-actions{flex-direction:column}
  .footer-primary-action,.footer-secondary-action{width:100%}
  .footer-navigation{grid-template-columns:1fr 1fr;gap:32px 24px}
  .footer-contact-col{grid-column:1/-1}
  .footer-bottom-wrap{padding:18px 0;flex-direction:column;align-items:flex-start;justify-content:center}
  .footer-bottom-links{justify-content:flex-start}
}
@media (max-width:480px){
  .footer-navigation{grid-template-columns:1fr}
  .footer-contact-col{grid-column:auto}
  .footer-brand-panel{padding:22px}
  .footer-trust-row{flex-direction:column}
}
