* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #17151d;
  background: #ffffff;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}


/* =========================
   TOPBAR
========================= */

.topbar {
  background: #17131f;
  color: #ffffff;
}

.topbar-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  padding: 8px 20px;
  font-size: 11px;
  font-weight: 800;
}


/* =========================
   HEADER
========================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid #eeeaf3;
  backdrop-filter: blur(18px);
}

.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 22px;
}


/* BRAND */

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.brand-mark {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #7135df, #9d5cff);
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: -.05em;
  box-shadow: 0 8px 22px rgba(113,53,223,.25);
}

.brand-name {
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -.055em;
}

.brand-name span {
  color: #7135df;
}


/* SEARCH */

.search-wrap {
  position: relative;
  width: 300px;
}

.search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-52%);
  color: #888;
  font-size: 20px;
  pointer-events: none;
}

.search {
  width: 100%;
  height: 43px;
  border: 1px solid #e3dfe9;
  border-radius: 13px;
  padding: 0 15px 0 40px;
  outline: none;
  background: #faf9fc;
  font-size: 13px;
  transition: .2s;
}

.search:focus {
  border-color: #7135df;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(113,53,223,.08);
}


/* NAV */

.navlinks {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
}

.navlinks a {
  font-size: 12px;
  font-weight: 800;
  transition: .2s;
}

.navlinks a:hover {
  color: #7135df;
}

.header-icons {
  display: flex;
  gap: 10px;
  font-size: 20px;
}


/* =========================
   HERO
========================= */

.hero {
  position: relative;
  min-height: 535px;
  margin-top: 24px;
  overflow: hidden;
  border-radius: 30px;
  background:
    radial-gradient(circle at 80% 20%, rgba(255,102,175,.20), transparent 30%),
    radial-gradient(circle at 70% 80%, rgba(113,53,223,.25), transparent 35%),
    linear-gradient(120deg, #f8f4ff, #fff5fa);
}

.hero-content {
  position: relative;
  z-index: 5;
  width: 57%;
  padding: 76px 58px;
}

.hero-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  margin-bottom: 18px;
  border: 1px solid #ded0fa;
  border-radius: 999px;
  background: rgba(255,255,255,.7);
  color: #7135df;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .12em;
}

.eyebrow {
  margin: 0 0 12px;
  color: #7135df;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .17em;
}

.hero h1 {
  margin: 0;
  max-width: 700px;
  font-size: clamp(44px, 5.7vw, 72px);
  line-height: .98;
  letter-spacing: -.065em;
}

.hero h1 span {
  display: block;
  color: #7135df;
}

.hero-text {
  max-width: 580px;
  margin: 24px 0;
  color: #66606e;
  font-size: 15px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px;
}

.cta {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 0 22px;
  border-radius: 13px;
  background: #7135df;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(113,53,223,.28);
  transition: .2s;
}

.cta:hover {
  transform: translateY(-3px);
}

.secondary-cta {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid #ded9e6;
  border-radius: 13px;
  background: rgba(255,255,255,.75);
  font-size: 13px;
  font-weight: 850;
  transition: .2s;
}

.secondary-cta:hover {
  border-color: #7135df;
  color: #7135df;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}

.hero-points span {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.75);
  color: #514d58;
  font-size: 10px;
  font-weight: 850;
}


/* HERO VISUAL */

.hero-visual {
  position: absolute;
  right: 0;
  top: 0;
  width: 48%;
  height: 100%;
}

.visual-circle {
  position: absolute;
  border-radius: 50%;
}

.circle-one {
  width: 330px;
  height: 330px;
  right: 70px;
  top: 100px;
  background: linear-gradient(135deg, rgba(113,53,223,.22), rgba(255,86,164,.18));
  box-shadow: inset 0 0 60px rgba(255,255,255,.7);
}

.circle-two {
  width: 170px;
  height: 170px;
  right: 15px;
  bottom: 40px;
  background: rgba(255,255,255,.5);
}

.hero-product {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 25px 60px rgba(41,24,67,.18);
}

.product-left {
  width: 165px;
  height: 210px;
  left: 25px;
  top: 180px;
  transform: rotate(-8deg);
  background: linear-gradient(150deg, #ffffff, #eee8fa);
  color: #7135df;
  font-size: 28px;
  font-weight: 950;
}

.product-left .product-glow {
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle, #d7baff, transparent 70%);
}

.product-left span {
  position: relative;
}

.product-center {
  width: 250px;
  height: 185px;
  right: 70px;
  top: 155px;
  transform: rotate(5deg);
  background: #15131a;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}

.product-screen {
  position: absolute;
  inset: 14px 14px 36px;
  overflow: hidden;
  border-radius: 10px;
  background:
    radial-gradient(circle at 30% 30%, #d95eff, transparent 35%),
    radial-gradient(circle at 70% 65%, #37c8ff, transparent 38%),
    linear-gradient(135deg, #24114b, #0c162d);
}

.screen-shape {
  width: 90px;
  height: 90px;
  margin: 25px auto;
  border-radius: 50%;
  border: 16px solid rgba(255,255,255,.4);
  transform: rotate(25deg);
}

.product-center > span {
  position: absolute;
  bottom: 13px;
}

.floating-card {
  position: absolute;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 16px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 15px 35px rgba(45,25,70,.13);
  backdrop-filter: blur(15px);
}

.floating-card strong,
.floating-card small {
  display: block;
}

.floating-card strong {
  font-size: 11px;
}

.floating-card small {
  margin-top: 3px;
  color: #77717f;
  font-size: 9px;
}

.card-one {
  right: 35px;
  top: 50px;
}

.card-two {
  left: 0;
  bottom: 45px;
}

.mini-icon,
.deal-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #f1eaff;
  color: #7135df;
  font-weight: 950;
}


/* =========================
   SECTIONS
========================= */

.section {
  margin: 70px auto;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 24px;
}

.section-head h2 {
  margin: 0;
  font-size: 31px;
  letter-spacing: -.045em;
}

.section-note,
.section-description {
  color: #77717e;
  font-size: 12px;
}

.section-description {
  margin: 8px 0 0;
}


/* =========================
   CATEGORIES
========================= */

.categories-section {
  margin-top: 55px;
}

.categories {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.category {
  position: relative;
  min-height: 150px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid #eeeaf2;
  border-radius: 18px;
  background: #fff;
  transition: .22s;
}

.category:hover {
  transform: translateY(-5px);
  border-color: #d9c8fa;
  box-shadow: 0 15px 32px rgba(42,25,65,.08);
}

.category-icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  border-radius: 13px;
  font-size: 21px;
}

.category-icon.purple {
  background: #f0e8ff;
}

.category-icon.pink {
  background: #ffe8f2;
}

.category-icon.blue {
  background: #e7f2ff;
}

.category-icon.orange {
  background: #fff0df;
}

.category-icon.green {
  background: #e7f8ef;
}

.category-icon.dark {
  background: #eeeeef;
}

.category strong {
  display: block;
  font-size: 12px;
}

.category small {
  display: block;
  margin-top: 6px;
  color: #77717e;
  font-size: 9px;
}

.category > span {
  position: absolute;
  right: 15px;
  bottom: 14px;
  color: #7135df;
  font-weight: 900;
}


/* =========================
   PRODUCTS
========================= */

.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}

.product {
  overflow: hidden;
  border: 1px solid #ece8f0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(34,24,45,.06);
  transition: .22s;
}

.product:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(34,24,45,.12);
}

.product-image {
  position: relative;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
  background: #f8f7fa;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-tag {
  position: absolute;
  z-index: 4;
  top: 13px;
  left: 13px;
  padding: 6px 9px;
  border-radius: 999px;
  background: #fff;
  color: #7135df;
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .08em;
  box-shadow: 0 5px 14px rgba(0,0,0,.08);
}

.product-info {
  padding: 17px 17px 19px;
}

.product-info small {
  color: #807987;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .14em;
}

.product-info h3 {
  margin: 7px 0 5px;
  font-size: 15px;
  letter-spacing: -.02em;
}

.product-info p {
  margin: 0 0 13px;
  color: #77717e;
  font-size: 11px;
}

.product-link {
  color: #7135df;
  font-size: 11px;
  font-weight: 900;
}


/* NIKE FALLBACK VISUAL */

.placeholder-product {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shoe-shape {
  width: 165px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60% 20% 35% 20%;
  transform: rotate(-12deg);
  background: linear-gradient(135deg, #ffffff, #dcd9e2);
  color: #111;
  font-size: 17px;
  font-weight: 950;
  box-shadow: 0 15px 25px rgba(0,0,0,.14);
}


/* =========================
   BENEFITS
========================= */

.benefits-section {
  display: grid;
  grid-template-columns: .8fr 2fr;
  gap: 50px;
  align-items: center;
  padding: 48px;
  border-radius: 27px;
  background:
    radial-gradient(circle at 90% 10%, rgba(255,255,255,.65), transparent 30%),
    linear-gradient(120deg, #f7efff, #fff1f7);
}

.benefit-intro h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: -.05em;
}

.benefit-intro h2 span {
  display: block;
  color: #7135df;
}

.benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.benefit {
  display: flex;
  gap: 13px;
  padding: 17px;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 16px;
  background: rgba(255,255,255,.65);
}

.benefit-icon {
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #fff;
  color: #7135df;
  font-size: 18px;
  font-weight: 950;
}

.benefit strong,
.benefit small {
  display: block;
}

.benefit strong {
  font-size: 12px;
}

.benefit small {
  margin-top: 5px;
  color: #716b77;
  font-size: 10px;
  line-height: 1.5;
}


/* =========================
   NEW SECTION
========================= */

.new-section {
  position: relative;
  min-height: 310px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 55px;
  overflow: hidden;
  border-radius: 27px;
  background: #17131f;
  color: #fff;
}

.new-content {
  position: relative;
  z-index: 3;
  max-width: 600px;
}

.new-content .eyebrow {
  color: #c59cff;
}

.new-content h2 {
  margin: 0;
  font-size: 43px;
  line-height: 1;
  letter-spacing: -.055em;
}

.new-content h2 span {
  display: block;
  color: #c59cff;
}

.new-content > p {
  max-width: 510px;
  margin: 18px 0 24px;
  color: #c6c0cd;
  font-size: 13px;
  line-height: 1.7;
}

.new-visual {
  position: relative;
  width: 350px;
  height: 230px;
}

.new-orb {
  position: absolute;
  border-radius: 50%;
}

.orb-one {
  width: 240px;
  height: 240px;
  right: 20px;
  top: -10px;
  background: radial-gradient(circle at 30% 30%, #b66aff, #7135df 50%, #3a1b6e);
}

.orb-two {
  width: 100px;
  height: 100px;
  right: -5px;
  bottom: 0;
  background: #ff6bb2;
}

.new-card {
  position: absolute;
  z-index: 3;
  left: 20px;
  top: 45px;
  width: 220px;
  min-height: 145px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 20px;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(15px);
  transform: rotate(-5deg);
}

.new-card span {
  color: #d0b1ff;
  font-size: 27px;
  font-weight: 950;
}

.new-card strong {
  margin-top: 5px;
  font-size: 15px;
}

.new-card small {
  margin-top: 4px;
  color: #c6bfd0;
}


/* =========================
   FOOTER
========================= */

footer {
  margin-top: 75px;
  padding: 55px 0 25px;
  border-top: 1px solid #ebe7ef;
  background: #faf9fb;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr 1.5fr;
  gap: 35px;
}

.footer-logo .brand-mark {
  width: 37px;
  height: 37px;
}

.footer-logo .brand-name {
  font-size: 20px;
}

.footer-brand p {
  max-width: 270px;
  margin: 15px 0 0;
  color: #77717e;
  font-size: 11px;
  line-height: 1.7;
}

.footer-column h3,
.social-column h3,
.affiliate-box h3 {
  margin: 0 0 13px;
  font-size: 12px;
}

.footer-column a {
  display: block;
  margin: 9px 0;
  color: #6d6774;
  font-size: 11px;
  transition: .2s;
}

.footer-column a:hover {
  color: #7135df;
}

.social-column p {
  margin: 0;
  color: #77717e;
  font-size: 10px;
  line-height: 1.6;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.social {
  width: 37px;
  height: 37px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  transition: .2s;
}

.social:hover {
  transform: translateY(-3px);
}

.social.instagram {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
}

.social.facebook {
  background: #1877f2;
}

.social.youtube {
  background: #ff0000;
}

.social.tiktok {
  background: #050505;
}

.social.xsocial {
  background: #000;
}

.affiliate-box {
  padding: 17px;
  border-radius: 15px;
  background: #f0ecf5;
}

.affiliate-box p {
  margin: 0;
  color: #716b78;
  font-size: 10px;
  line-height: 1.7;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
  padding-top: 18px;
  border-top: 1px solid #e7e3eb;
  color: #99929f;
  font-size: 10px;
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px) {

  .search-wrap {
    width: 240px;
  }

  .navlinks {
    gap: 13px;
  }

  .categories {
    grid-template-columns: repeat(3, 1fr);
  }

  .products {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }

  .affiliate-box {
    grid-column: span 2;
  }

}


@media (max-width: 900px) {

  .navlinks,
  .header-icons {
    display: none;
  }

  .search-wrap {
    margin-left: auto;
    width: 260px;
  }

  .hero-content {
    width: 62%;
    padding: 60px 40px;
  }

  .hero-visual {
    width: 52%;
  }

  .benefits-section {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .affiliate-box {
    grid-column: auto;
  }

}


@media (max-width: 650px) {

  .wrap {
    width: min(100% - 24px, 1180px);
  }

  .topbar-inner {
    gap: 10px;
    padding: 8px 10px;
    font-size: 9px;
  }

  .topbar-inner span:last-child {
    display: none;
  }

  .nav {
    min-height: 68px;
  }

  .brand-name {
    font-size: 19px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .search-wrap {
    display: none;
  }

  .hero {
    min-height: 690px;
    margin-top: 12px;
    border-radius: 22px;
  }

  .hero-content {
    width: 100%;
    padding: 42px 24px;
  }

  .hero h1 {
    font-size: 45px;
  }

  .hero-text {
    font-size: 13px;
  }

  .hero-visual {
    width: 100%;
    height: 310px;
    top: auto;
    bottom: 0;
  }

  .circle-one {
    width: 260px;
    height: 260px;
    right: 55px;
    top: 20px;
  }

  .product-center {
    width: 190px;
    height: 140px;
    right: 50px;
    top: 65px;
  }

  .product-left {
    width: 125px;
    height: 160px;
    left: 20px;
    top: 100px;
  }

  .card-one {
    right: 10px;
    top: 5px;
  }

  .card-two {
    left: 10px;
    bottom: 10px;
  }

  .section {
    margin: 45px auto;
  }

  .section-head {
    align-items: start;
    flex-direction: column;
  }

  .categories {
    grid-template-columns: repeat(2, 1fr);
  }

  .category {
    min-height: 135px;
  }

  .products {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .product-image {
    height: 190px;
    padding: 12px;
  }

  .product-info {
    padding: 13px;
  }

  .product-info h3 {
    font-size: 13px;
  }

  .product-info p {
    font-size: 10px;
  }

  .benefits-section {
    padding: 30px 22px;
  }

  .benefit-intro h2 {
    font-size: 30px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .new-section {
    min-height: 570px;
    flex-direction: column;
    align-items: start;
    padding: 35px 24px;
  }

  .new-content h2 {
    font-size: 35px;
  }

  .new-visual {
    width: 100%;
    margin-top: 10px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
  }

  .footer-brand {
    grid-column: span 2;
  }

  .affiliate-box {
    grid-column: span 2;
  }

  .footer-bottom {
    flex-direction: column;
  }

}


@media (max-width: 420px) {

  .hero h1 {
    font-size: 40px;
  }

  .products {
    grid-template-columns: 1fr;
  }

  .product-image {
    height: 250px;
  }

  .categories {
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-brand,
  .affiliate-box {
    grid-column: auto;
  }

}
