/* footer - extracted verbatim from the original React bundle. */
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

.footer{
  position:relative;
  overflow:hidden;
  padding:115px 0 40px;

  background:
  radial-gradient(circle at top left,
  rgba(134,239,172,.20),
  transparent 28%),

  radial-gradient(circle at bottom right,
  rgba(190,242,100,.14),
  transparent 30%),

  radial-gradient(circle at center,
  rgba(74,222,128,.07),
  transparent 45%),

  linear-gradient(
  180deg,
  #10261a 0%,
  #0a1811 45%,
  #07100c 100%);
}

.footer::before{
  content:"";
  position:absolute;
  inset:0;

  background-image:
  radial-gradient(
  rgba(255,255,255,.05) 1px,
  transparent 1px);

  background-size:24px 24px;

  opacity:.14;
  pointer-events:none;
}

.footer-glow-one{
  position:absolute;
  width:520px;
  height:520px;
  border-radius:50%;

  background:
  radial-gradient(
  rgba(74,222,128,.18),
  transparent 70%);

  top:-240px;
  left:-160px;

  filter:blur(55px);
  pointer-events:none;
}

.footer-glow-two{
  position:absolute;
  width:420px;
  height:420px;
  border-radius:50%;

  background:
  radial-gradient(
  rgba(190,242,100,.12),
  transparent 70%);

  bottom:-180px;
  right:-100px;

  filter:blur(50px);
  pointer-events:none;
}

.footer-container{
  width:min(1380px, calc(100% - 50px));
  margin:auto;
  position:relative;
  z-index:2;
}

.footer-top{
  display:grid;
  grid-template-columns:1.45fr .9fr .9fr 1.1fr;
  gap:52px;
  align-items:start;
}

.footer-brand{
  max-width:500px;
}

/* SAME NAVBAR LOGO STYLE */
.footer-logo{
  display:flex;
  align-items:center;
  gap:16px;
  text-decoration:none;
}

.footer-logo-icon{
  width:64px;
  height:64px;

  border-radius:22px;

  display:flex;
  align-items:center;
  justify-content:center;

  background:
  linear-gradient(
  135deg,
  #123321,
  #46a36f);

  color:white;

  font-size:28px;

  box-shadow:
  0 18px 40px rgba(70,163,111,.28);
}

.footer-logo-title{
  font-family:'Outfit',sans-serif;
  font-size:30px;
  font-weight:800;
  letter-spacing:.08em;
  line-height:1;

  color:#ffffff;
}

.footer-logo-sub{
  margin-top:5px;

  font-family:'Inter',sans-serif;
  font-size:10px;
  font-weight:700;
  letter-spacing:.24em;
  text-transform:uppercase;

  color:#b7d7bf;
}

.footer-desc{
  margin-top:30px;

  color:rgba(255,255,255,.64);

  line-height:1.95;
  font-size:14px;
}

/* CONTACT */
.footer-contact{
  margin-top:28px;

  display:grid;
  gap:12px;
}

.contact-item{
  display:flex;
  align-items:flex-start;
  gap:14px;

  padding:14px 16px;

  border-radius:18px;

  background:
  linear-gradient(
  135deg,
  rgba(255,255,255,.05),
  rgba(255,255,255,.02));

  border:1px solid rgba(255,255,255,.06);

  backdrop-filter:blur(12px);

  transition:.35s ease;
}

.contact-item:hover{
  transform:translateY(-3px);

  border-color:rgba(190,242,100,.12);

  background:
  linear-gradient(
  135deg,
  rgba(134,239,172,.07),
  rgba(255,255,255,.03));
}

.contact-item svg{
  color:#bef264;
  flex-shrink:0;
  margin-top:2px;
}

.contact-title{
  font-size:13px;
  font-weight:700;
  color:#ffffff;
  line-height:1.5;
}

.contact-sub{
  margin-top:2px;

  color:rgba(255,255,255,.52);

  font-size:11px;
  line-height:1.55;
}

/* LINKS */
.footer-heading{
  margin-bottom:28px;

  font-size:12px;
  font-weight:800;
  letter-spacing:.20em;
  text-transform:uppercase;

  color:#d9f99d;
}

.footer-links{
  display:grid;
  gap:18px;
}

.footer-link{
  display:flex;
  align-items:center;
  justify-content:space-between;

  text-decoration:none;

  color:rgba(255,255,255,.66);

  font-size:14px;
  font-weight:500;

  transition:.35s ease;
}

.footer-link svg{
  opacity:0;
  transform:translateX(-6px);
  transition:.35s ease;
}

.footer-link:hover{
  color:#ffffff;
}

.footer-link:hover svg{
  opacity:1;
  transform:translateX(0);
}

/* NEWSLETTER */
.newsletter{
  position:relative;

  padding:34px;

  border-radius:32px;

  background:
  linear-gradient(
  135deg,
  rgba(255,255,255,.06),
  rgba(255,255,255,.03));

  border:1px solid rgba(255,255,255,.08);

  backdrop-filter:blur(18px);

  overflow:hidden;

  box-shadow:
  0 28px 60px rgba(0,0,0,.22);
}

.newsletter::before{
  content:"";
  position:absolute;
  inset:0;

  background:
  radial-gradient(circle at top right,
  rgba(190,242,100,.16),
  transparent 42%);

  pointer-events:none;
}

.newsletter-title{
  position:relative;

  font-family:'Outfit',sans-serif;
  font-size:28px;
  font-weight:800;
  line-height:1.1;

  color:white;
}

.newsletter-desc{
  position:relative;

  margin-top:14px;

  color:rgba(255,255,255,.60);

  font-size:13px;
  line-height:1.85;
}

.newsletter-form{
  position:relative;
  margin-top:24px;
}

.newsletter-input{
  width:100%;
  height:58px;

  border:none;
  outline:none;

  border-radius:18px;

  background:rgba(255,255,255,.06);

  border:1px solid rgba(255,255,255,.08);

  padding:0 20px;

  color:white;
  font-size:14px;

  transition:.3s ease;
}

.newsletter-input:focus{
  border-color:rgba(190,242,100,.30);

  box-shadow:
  0 0 0 4px rgba(190,242,100,.08);
}

.newsletter-input::placeholder{
  color:rgba(255,255,255,.36);
}

.newsletter-btn{
  margin-top:16px;

  width:100%;
  height:56px;

  border:none;
  border-radius:18px;

  background:
  linear-gradient(
  135deg,
  #22c55e,
  #84cc16);

  color:white;

  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;

  cursor:pointer;

  transition:.4s cubic-bezier(.22,1,.36,1);

  box-shadow:
  0 22px 45px rgba(34,197,94,.24);
}

.newsletter-btn:hover{
  transform:
  translateY(-4px)
  scale(1.01);

  box-shadow:
  0 34px 70px rgba(34,197,94,.30);
}

/* BOTTOM */
.footer-bottom{
  margin-top:80px;
  padding-top:28px;

  border-top:1px solid rgba(255,255,255,.08);

  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  flex-wrap:wrap;
}

.footer-copy{
  color:rgba(255,255,255,.44);

  font-size:12px;
  line-height:1.9;
}

.footer-socials{
  display:flex;
  align-items:center;
  gap:14px;
}

.social-btn{
  width:48px;
  height:48px;

  border-radius:16px;

  display:flex;
  align-items:center;
  justify-content:center;

  background:
  linear-gradient(
  135deg,
  rgba(255,255,255,.05),
  rgba(255,255,255,.02));

  border:1px solid rgba(255,255,255,.08);

  color:#ffffff;

  cursor:pointer;

  font-size:13px;
  font-weight:700;

  transition:.4s cubic-bezier(.22,1,.36,1);
}

.social-btn:hover{
  transform:
  translateY(-5px)
  scale(1.05);

  background:
  linear-gradient(
  135deg,
  rgba(74,222,128,.22),
  rgba(190,242,100,.16));

  border-color:rgba(190,242,100,.22);

  color:#d9f99d;

  box-shadow:
  0 20px 40px rgba(34,197,94,.16);
}

/* RESPONSIVE */
@media(max-width:1100px){

  .footer-top{
    grid-template-columns:1fr 1fr;
    gap:50px;
  }
}

@media(max-width:768px){

  .footer{
    padding:90px 0 30px;
  }

  .footer-container{
    width:min(100% - 24px);
  }

  .footer-top{
    grid-template-columns:1fr;
    gap:48px;
  }

  .newsletter{
    padding:28px;
  }

  .footer-bottom{
    margin-top:60px;

    flex-direction:column;
    align-items:flex-start;
  }

  .footer-logo-title{
    font-size:22px;
  }

  .newsletter-title{
    font-size:24px;
  }

  .footer-logo-icon{
    width:56px;
    height:56px;
    font-size:24px;
  }
}
