/* Wrap the whole footer in:
<footer class="et-footer">
  ...
</footer>
*/

.et-footer{
  --max: 1200px;
  --shadow: 0 18px 50px rgba(0,0,0,.35);
  --accent: #ff7a00;
  --accent-2: #ffa34a;
  --text: #f5f5f7;
  --muted: #b7b7c6;
  --muted-2: #8a8a98;
  --line: rgba(255,255,255,.08);
  --success: #1ec98f;
  color: var(--text);
}

.et-footer {
  background:
    radial-gradient(1200px 600px at 50% -120px, rgba(255,122,0,.10), transparent 55%),
    linear-gradient(180deg, #050506 0%, #070708 100%);
  padding: 0px 0 108px !important;
}

.et-footer .footer{
  max-width: var(--max);
  margin: 0 auto;
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01)),
    linear-gradient(180deg, #0f0015 0%, #000000 100%);
  border-top: 1px solid rgba(255,255,255,.06);
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 0 solid transparent;
  border-radius: 30px 30px 0 0;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}

.et-footer .footer::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(180deg, rgba(255,122,0,.08), transparent 18%),
    linear-gradient(90deg, transparent, rgba(255,255,255,.03), transparent);
  mask: linear-gradient(#000, transparent 92%);
}

.et-footer .footer-inner{
  position: relative;
  padding: 28px 15px 18px;
}

.et-footer .brand-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px !important;
  flex-wrap:wrap;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.et-footer .brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width: 240px;
}

.et-footer .brand-mark{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,.25), transparent 35%),
    linear-gradient(145deg, rgba(255,122,0,1), rgba(255,163,74,1));
  box-shadow: 0 10px 24px rgba(255,122,0,.22);
  flex: 0 0 auto;
}

.et-footer .brand-mark span{
  font-weight: 900;
  color:#111;
  transform: rotate(-10deg);
  font-size: 18px;
  line-height: 1;
}

.et-footer .brand-name{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .2px;
  margin: 0;
}

.et-footer .brand-tagline{
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.5;
  font-size: 14px;
  max-width: 54ch;
}

.et-footer .cta-card{
  width: 100%;
  max-width: 430px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02)),
    linear-gradient(135deg, rgba(255,122,0,.12), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 22px;
  padding: 16px;
}

.et-footer .cta-title{
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 6px;
}

.et-footer .cta-text{
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.et-footer .cta-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.et-footer .btn{
  appearance:none;
  border:0;
  cursor:pointer;
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 700;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
  will-change: transform;
}

.et-footer .btn:hover{
  transform: translateY(-1px);
}

.et-footer .btn-primary{
  background: linear-gradient(180deg, var(--accent-2), var(--accent));
  color:#161616;
  box-shadow: 0 12px 28px rgba(255,122,0,.22);
}

.et-footer .btn-secondary{
  background: rgba(255,255,255,.03);
  color: var(--text);
  border: 1px solid rgba(255,255,255,.10);
}

.et-footer .meta-strip{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px;
  padding: 18px 0 0;
}

.et-footer .meta-item{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding: 12px 12px;
  border-radius: 18px;
  background: rgba(255,255,255,.02);
  border: 1px solid rgba(255,255,255,.05);
  min-height: 60px;
}

.et-footer .meta-icon{
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  margin-top: 1px;
  border-radius: 50%;
  display:grid;
  place-items:center;
  background: rgba(30,201,143,.14);
  color: var(--success);
  font-size: 13px;
  font-weight: 900;
}

.et-footer .meta-item strong{
  display:block;
  font-size: 13px;
  margin-bottom: 2px;
}

.et-footer .meta-item span{
  display:block;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.35;
}

.et-footer .sections{
  padding: 24px 0 0;
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
}

.et-footer .section{
  padding: 6px 2px;
}

.et-footer .section h4{
  margin: 0 0 14px;
  font-size: 14px;
  letter-spacing: .2px;
  color: #fff;
  font-weight: 700;
}

.et-footer .links{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap: 10px;
}

.et-footer .links a{
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
  display:inline-flex;
  align-items:center;
  gap:8px;
  transition: color .16s ease, transform .16s ease;
  text-decoration: none;
}

.et-footer .links a::before{
  content:"";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  flex: 0 0 auto;
  transition: background .16s ease, transform .16s ease;
}

.et-footer .links a:hover{
  color:#fff;
  transform: translateX(2px);
}

.et-footer .links a:hover::before{
  background: var(--accent);
  transform: scale(1.2);
}

.et-footer .newsletter{
  margin-top: 24px;
  padding:20px 20px 18px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border-top: 1px solid rgba(255,255,255,.06);
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 0 solid transparent;
  border-radius: 22px;
}

.et-footer .newsletter h4{
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
}

.et-footer .newsletter p{
  margin: 0 0 14px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.55;
}

.et-footer .newsletter-form{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.et-footer .newsletter-form input{
  flex: 1 1 220px;
  min-width: 0;
  height: 48px;
  border-radius: 14px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.18);
  color: var(--text);
  outline: none;
}

.et-footer .newsletter-form input::placeholder{
  color: #747481;
}

.et-footer .newsletter-form input:focus{
  border-color: rgba(255,122,0,.55);
  box-shadow: 0 0 0 4px rgba(255,122,0,.12);
}

.et-footer .newsletter-form .btn{
  height: 48px;
  padding: 0 18px;
}

.et-footer .trust-row{
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.et-footer .pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  color: var(--muted);
  font-size: 13px;
  white-space: nowrap;
}

.et-footer .pill b{
  color: #fff;
  font-weight: 700;
}

.et-footer .bottom{
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  display:flex;
  flex-direction:column;
  gap: 14px;
}

.et-footer .social-row{
  display:flex;
  gap: 12px;
  flex-wrap:wrap;
}

.et-footer .social-row a{
  color: var(--muted);
  font-size: 14px;
  padding: 8px 0;
  transition: color .16s ease, transform .16s ease;
  text-decoration: none;
}

.et-footer .social-row a:hover{
  color:#fff;
  transform: translateY(-1px);
}

.et-footer .legal-row{
  display:flex;
  flex-wrap:wrap;
  gap: 10px 14px;
  color: var(--muted-2);
  font-size: 13px;
  line-height: 1.4;
  align-items:center;
}

.et-footer .legal-row a{
  color: var(--muted);
  text-decoration: none;
}

.et-footer .legal-row a:hover{
  color:#fff;
}

.et-footer .footer-note{
  margin-top: 10px;
  font-size: 12px;
  color: var(--muted-2);
  line-height: 1.6;
}

.et-footer .footer-mini{
  margin-top: 14px;
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
  align-items:center;
}

.et-footer .mini-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  color: var(--muted);
  font-size: 13px;
  transition: color .16s ease, transform .16s ease, border-color .16s ease;
  text-decoration: none;
}

.et-footer .mini-link:hover{
  color:#fff;
  border-color: rgba(255,255,255,.14);
  transform: translateY(-1px);
}

.et-footer .store-row{
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
  margin-top: 14px;
}

.et-footer .store{
  padding: 11px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  color: var(--text);
  font-size: 13px;
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.et-footer .store small{
  color: var(--muted);
  display:block;
  font-size: 11px;
  line-height: 1;
}

.et-footer .payment-row{
  display:flex;
  flex-wrap:wrap;
  gap: 8px;
  margin-top: 14px;
}

.et-footer .payment{
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .15px;
}

@media (min-width: 720px){
  .et-footer .footer-inner{
    padding: 34px 28px 22px;
  }

  .et-footer .sections{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }

  .et-footer .meta-strip{
    grid-template-columns: repeat(4, minmax(0,1fr));
  }

  .et-footer .bottom{
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
  }

  .et-footer .footer-note{
    max-width: 62ch;
  }
}

@media (max-width: 430px){
  .et-footer .brand-row{
    padding-bottom: 18px;
  }

  .et-footer .cta-card{
    padding: 14px;
  }

  .et-footer .meta-strip{
    grid-template-columns: 1fr 1fr;
  }

  .et-footer .sections{
    gap: 14px 12px;
  }

  .et-footer .newsletter{
    padding: 16px;
  }
}