
/*
Theme Name: Under $20 Market
Theme URI: https://Under20Market.com
Author: IgniteDesigns / Under $20 Market
Description: Custom vendor pre-registration landing page theme for Under $20 Market, powered by Vendoh and hosted at Space 65 Cleveland.
Version: 1.0.0
Text Domain: under20market
*/

:root{
  --pink:#f50057;
  --pink-dark:#cf004d;
  --navy:#0d0a3d;
  --navy-2:#171052;
  --gold:#ffc400;
  --white:#ffffff;
  --muted:#6b6b7a;
  --light:#f7f7fb;
  --green:#69b72c;
  --purple:#5a27c8;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--navy);background:#fff;line-height:1.5}
img{max-width:100%;height:auto}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,92%);margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #ececf2}
.nav{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 0}
.brand{display:flex;align-items:center;gap:14px}
.brand img{height:58px;width:auto}
.brand small{font-weight:700}
.menu{display:flex;gap:28px;align-items:center;font-size:14px;font-weight:800}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:6px;font-weight:900;border:2px solid transparent;transition:.2s}
.btn:hover{transform:translateY(-1px)}
.btn-pink{background:var(--pink);color:#fff}
.btn-gold{background:var(--gold);color:var(--navy)}
.btn-outline{border-color:#fff;color:#fff;background:transparent}
.hero{background:
linear-gradient(90deg,rgba(7,6,34,.96),rgba(7,6,34,.80) 48%,rgba(7,6,34,.28)),
url('assets/hero-market.jpg') center/cover no-repeat;color:#fff;padding:70px 0}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}
.hero h1{font-size:clamp(44px,7vw,82px);line-height:.95;margin:0 0 18px;font-style:italic;text-transform:uppercase}
.hero h1 .gold{color:var(--gold)}
.hero h1 .pink{color:var(--pink)}
.hero p{max-width:620px;font-size:20px}
.hero-meta{display:flex;flex-wrap:wrap;gap:18px;margin:28px 0;font-weight:900}
.hero-card{background:rgba(255,255,255,.95);border-radius:18px;padding:28px;color:var(--navy);text-align:center;box-shadow:0 20px 50px rgba(0,0,0,.25)}
.hero-card img{max-height:250px;object-fit:contain}
.section{padding:68px 0}
.section-title{text-align:center;font-size:clamp(30px,4vw,48px);margin:0 0 36px;text-transform:uppercase;font-weight:1000}
.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card{background:#fff;border:1px solid #e8e8ef;border-radius:16px;padding:24px;box-shadow:0 10px 30px rgba(14,10,60,.06)}
.icon-circle{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:var(--pink);color:white;font-size:30px;font-weight:900;margin-bottom:14px}
.promo{background:var(--navy);color:#fff;border-radius:24px;padding:30px;display:grid;grid-template-columns:.9fr 1.2fr .7fr;gap:28px;align-items:center;overflow:hidden}
.promo h2{font-size:clamp(32px,4vw,56px);line-height:.98;margin:0 0 16px;text-transform:uppercase}
.price-tag{background:var(--pink);color:white;border-radius:18px;padding:28px;text-align:center;font-size:72px;font-weight:1000;transform:rotate(-2deg);box-shadow:0 14px 30px rgba(0,0,0,.25)}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.step-num{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--pink);color:#fff;font-size:26px;font-weight:900}
.form-wrap{background:#fff;border:1px solid #e3e3ec;border-radius:20px;overflow:hidden;box-shadow:0 18px 40px rgba(14,10,60,.08)}
.form-head{background:var(--navy);color:white;padding:22px 28px}
.vendor-form{padding:28px;display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.field{display:flex;flex-direction:column;gap:7px}
.field.full{grid-column:1/-1}
label{font-weight:800;font-size:14px}
input,select,textarea{width:100%;padding:13px 14px;border:1px solid #d8d8e2;border-radius:8px;font:inherit}
textarea{min-height:110px}
.check{display:flex;gap:10px;align-items:flex-start}
.check input{width:auto;margin-top:4px}
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.info-grid .card h3{font-size:25px;text-transform:uppercase;margin-top:0}
.final-cta{background:var(--navy);color:#fff;border-radius:18px;padding:30px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.site-footer{background:#080626;color:#fff;padding:48px 0 26px}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:30px}
.footer-logo img{height:70px}
.footer-bottom{margin-top:30px;padding-top:20px;border-top:1px solid rgba(255,255,255,.15);font-size:13px;color:#c5c4d5}
.notice{padding:14px 16px;border-radius:10px;margin-bottom:18px;font-weight:700}
.notice.success{background:#e8f7ed;color:#155a2b}
.notice.error{background:#fff0f2;color:#8e1630}
.mobile-cta{display:none;position:fixed;left:12px;right:12px;bottom:12px;z-index:70}
@media (max-width:900px){
  .menu{display:none}
  .hero-grid,.promo,.benefits,.steps,.info-grid,.footer-grid{grid-template-columns:1fr}
  .vendor-form{grid-template-columns:1fr}
  .field.full{grid-column:auto}
  .hero{padding:48px 0}
  .price-tag{font-size:58px}
  .final-cta{flex-direction:column;align-items:flex-start}
  .mobile-cta{display:block}
  body{padding-bottom:72px}
}

.header-lockup img{height:72px;max-width:390px;object-fit:contain;object-position:left center}
@media (max-width:600px){
  .header-lockup img{height:58px;max-width:250px}
}

/* V3 logo sizing */
.site-header .header-lockup img{
  height:76px;
  width:auto;
  max-width:180px;
  object-fit:contain;
}
.site-footer .footer-logo img{
  height:105px;
  width:auto;
  max-width:180px;
  object-fit:contain;
}
@media(max-width:600px){
  .site-header .header-lockup img{height:62px;max-width:145px}
  .site-footer .footer-logo img{height:90px;max-width:155px}
}


/* V5 - Header/Footer Logo + Homepage Slider */
.site-header .nav{padding:10px 0}
.site-header .header-lockup img{
  height:92px;
  width:auto;
  max-width:420px;
  object-fit:contain;
  object-position:left center;
}
.site-footer .footer-logo img{
  height:115px;
  width:auto;
  max-width:360px;
  object-fit:contain;
  object-position:left center;
}

.home-slider{
  position:relative;
  width:100%;
  background:#09072e;
  overflow:hidden;
}
.slider-track{
  position:relative;
  width:100%;
  aspect-ratio:2/1;
  min-height:420px;
}
.slide{
  position:absolute;
  inset:0;
  opacity:0;
  visibility:hidden;
  transition:opacity .55s ease;
  display:block;
}
.slide.active{
  opacity:1;
  visibility:visible;
  z-index:2;
}
.slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.slider-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:5;
  width:48px;
  height:48px;
  border:none;
  border-radius:50%;
  background:rgba(9,7,46,.78);
  color:#fff;
  font-size:28px;
  cursor:pointer;
  box-shadow:0 6px 18px rgba(0,0,0,.22);
}
.slider-arrow.prev{left:18px}
.slider-arrow.next{right:18px}
.slider-dots{
  position:absolute;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  z-index:6;
  display:flex;
  gap:9px;
}
.slider-dots .dot{
  width:11px;
  height:11px;
  border-radius:50%;
  border:2px solid #fff;
  padding:0;
  background:transparent;
  cursor:pointer;
}
.slider-dots .dot.active{
  background:#f50057;
  border-color:#f50057;
}

@media(max-width:900px){
  .site-header .header-lockup img{
    height:74px;
    max-width:310px;
  }
  .slider-track{
    aspect-ratio:16/9;
    min-height:0;
  }
  .slider-arrow{
    width:40px;
    height:40px;
    font-size:22px;
  }
}

@media(max-width:600px){
  .site-header .header-lockup img{
    height:64px;
    max-width:255px;
  }
  .site-footer .footer-logo img{
    height:95px;
    max-width:260px;
  }
  .slider-track{
    aspect-ratio:16/9;
  }
  .slider-arrow{display:none}
  .slider-dots{bottom:10px}
}


/* V6 - refined logo sizing */
.site-header .nav{
  min-height:118px;
  padding:12px 0;
}
.site-header .header-lockup{
  display:flex;
  align-items:center;
  flex:0 0 auto;
}
.site-header .header-lockup img{
  height:96px !important;
  width:auto !important;
  max-width:520px !important;
  object-fit:contain !important;
  object-position:left center !important;
  display:block;
}

.site-footer .footer-logo{
  display:inline-block;
  background:#fff;
  border-radius:14px;
  padding:12px 16px;
}
.site-footer .footer-logo img{
  height:92px !important;
  width:auto !important;
  max-width:350px !important;
  object-fit:contain !important;
  display:block;
}

/* Main slider image should display the full designed composition */
.home-slider .slider-track{
  aspect-ratio: 3 / 2;
  min-height:0;
}
.home-slider .slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

@media(max-width:1100px){
  .site-header .nav{min-height:100px}
  .site-header .header-lockup img{
    height:78px !important;
    max-width:390px !important;
  }
}

@media(max-width:760px){
  .site-header .nav{
    min-height:84px;
    padding:8px 0;
  }
  .site-header .header-lockup img{
    height:64px !important;
    max-width:260px !important;
  }
  .site-footer .footer-logo img{
    height:72px !important;
    max-width:260px !important;
  }
  .home-slider .slider-track{
    aspect-ratio: 16 / 10;
  }
}

@media(max-width:480px){
  .site-header .header-lockup img{
    height:56px !important;
    max-width:220px !important;
  }
}
