:root {
  --aw-blue: #0d8bff;
  --aw-red: #f53b3b;
  --aw-yellow: #ffd22f;
  --aw-green: #65b741;
  --aw-black: #0f1012;
}

.home-shell { padding: 18px 0 28px; }
.hero-panel { display: grid; grid-template-columns: 1.1fr 1fr; gap: 14px; background: linear-gradient(120deg,#ffffff,#f6fbff); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.hero-copy { padding: 36px 34px; }
.eyebrow { margin: 0 0 10px; font-size: 12px; letter-spacing: .08em; color: var(--muted); font-weight: 700; }
.hero-copy h1 { margin: 0 0 12px; font-size: clamp(2rem,4vw,3.4rem); line-height: 1.02; }
.hero-copy p { color: var(--muted); max-width: 56ch; }






.benefit-row { margin-top: 14px; background: #fff; border: 1px solid var(--line); border-radius: 14px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.benefit-row article { padding: 14px; border-right: 1px solid var(--line); display: grid; gap: 4px; background: var(--benefit-bg, #fff); }
.benefit-row article:last-child { border-right: 0; }
.benefit-row strong { font-size: 14px; color: var(--benefit-title, #111827); }
.benefit-row span { color: var(--benefit-text, var(--muted)); font-size: 13px; }

.content-grid { margin-top: 14px; display: grid; grid-template-columns: 260px 1fr; gap: 14px; }
.cat-rail {
  position: relative;
  padding: 18px 16px 16px;
  background:
    radial-gradient(110% 120% at 0% 0%, rgba(13,139,255,.17) 0%, rgba(13,139,255,0) 42%),
    radial-gradient(90% 95% at 100% 100%, rgba(245,59,59,.10) 0%, rgba(245,59,59,0) 48%),
    linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  border: 1px solid #d7e2f1;
  border-radius: 16px;
  box-shadow: 0 14px 28px rgba(15,23,42,.10);
  overflow: hidden;
}
.cat-rail::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg,#0d8bff,#f53b3b,#ffd22f,#65b741);
}
.cat-rail h3 {
  margin: 2px 0 12px;
  font-size: 1.65rem;
  line-height: 1.05;
  letter-spacing: -.01em;
  color: #111827;
}
.cat-rail a {
  display: block;
  padding: 10px 11px;
  border-radius: 12px;
  border: 1px solid transparent;
  background: rgba(255,255,255,.62);
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.cat-rail a + a { margin-top: 6px; }
.cat-rail a:hover {
  transform: translateY(-2px);
  background: #ffffff;
  border-color: #d5e2f7;
  box-shadow: 0 8px 18px rgba(18,54,120,.10);
}

.cat-rail a:nth-of-type(1):hover { border-color: #9fd0ff; box-shadow: 0 8px 18px rgba(13,139,255,.16); background: linear-gradient(180deg,#ffffff,#edf6ff); }
.cat-rail a:nth-of-type(2):hover { border-color: #ffc2cb; box-shadow: 0 8px 18px rgba(245,59,59,.16); background: linear-gradient(180deg,#ffffff,#fff1f3); }
.cat-rail a:nth-of-type(3):hover { border-color: #ffe08a; box-shadow: 0 8px 18px rgba(255,210,47,.18); background: linear-gradient(180deg,#ffffff,#fff9e8); }
.cat-rail a:nth-of-type(4):hover { border-color: #bfe4a0; box-shadow: 0 8px 18px rgba(101,183,65,.18); background: linear-gradient(180deg,#ffffff,#f2faec); }
.cat-rail a:nth-of-type(5):hover { border-color: #c7cffd; box-shadow: 0 8px 18px rgba(99,102,241,.16); background: linear-gradient(180deg,#ffffff,#f3f4ff); }
.cat-rail a:nth-of-type(6):hover { border-color: #f7b5ee; box-shadow: 0 8px 18px rgba(217,70,239,.16); background: linear-gradient(180deg,#ffffff,#fdf0ff); }

.cat-rail span {
  display: block;
  font-weight: 800;
  letter-spacing: .005em;
  color: #0f172a;
  margin-bottom: 2px;
}
.cat-rail small {
  color: #5b6474;
  font-size: .92rem;
}
.rail-all {
  margin-top: 12px;
  border: 1px solid #cfe0fa;
  border-radius: 12px;
  padding: 11px 12px;
  color: #0b72e7;
  font-weight: 800;
  text-align: center;
  background: linear-gradient(180deg,#ffffff,#f2f8ff);
}
.rail-all:hover {
  background: linear-gradient(180deg,#ffffff,#eaf3ff);
  border-color: #bcd4fa;
}

.trend-block { min-width: 0; }
.trend-head { display: flex; justify-content: space-between; align-items: center; margin: 6px 0 10px; }
.trend-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,320px)); justify-content: start; align-items: stretch; gap: 16px; }
.product-card { padding: 14px; display: grid; gap: 10px; align-content: start; border-color: #d7e3f2; box-shadow: 0 16px 34px rgba(15,23,42,.10); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.product-card:hover { transform: translateY(-3px); border-color: #b9cdec; box-shadow: 0 22px 42px rgba(15,23,42,.14); }
.product-slider { position: relative; }
.product-card .thumb { height: 220px; border-radius: 12px; background: linear-gradient(140deg,#f7f9fd,#fff4f7); overflow: hidden; display: flex; align-items: center; justify-content: center; text-decoration: none; cursor: pointer; position: relative; }
.product-card .thumb img { width: 100%; height: 100%; object-fit: contain; display: block; padding: 10px; }
.product-card .thumb .slide { position: absolute; inset: 0; opacity: 0; transition: opacity .24s ease; }
.product-card .thumb .slide.active { opacity: 1; }
.slider-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 34px; height: 34px; border: 0; border-radius: 999px; background: rgba(255,255,255,.92); color: #0f172a; box-shadow: 0 8px 18px rgba(15,23,42,.16); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; z-index: 4; }
.slider-btn.prev { left: 8px; }
.slider-btn.next { right: 8px; }
.slider-btn:hover { background: #fff; color: #0b72e7; }
.slider-dots { position: absolute; left: 0; right: 0; bottom: 9px; display: flex; justify-content: center; gap: 5px; z-index: 4; }
.slider-dots span { width: 7px; height: 7px; border-radius: 999px; background: rgba(15,23,42,.24); }
.slider-dots span.active { background: #0b72e7; width: 18px; }
.product-card h4 { margin: 0; font-size: 18px; line-height: 1.22; }
.product-card h4 a { color: #0b72e7; text-decoration: none; }
.product-card h4 a:hover { color: #075dbd; }
.product-card .cat { display: block; color: var(--muted); font-size: 13px; margin-top: -4px; }
.product-card > strong { display: block; font-size: 20px; line-height: 1; color: #7c2bd1; }
.product-card form { margin-top: 2px; }
.product-card .btn { width: 100%; justify-content: center; }

.sale-banner {
  margin-top: 14px;
  min-height: 190px;
  padding: 24px 26px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px 22px;
  background: linear-gradient(130deg,var(--sale-bg-from,#0e1118),var(--sale-bg-to,#222937));
  color: var(--sale-title,#fff);
  border: 1px solid rgba(255,255,255,.16);
}
.sale-banner p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--sale-label,#fca5a5);
  font-size: 12px;
  letter-spacing: .08em;
}
.sale-banner h3 {
  margin: 0;
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  line-height: 1.04;
}
.sale-banner span {
  color: var(--sale-text,#d1d5db);
  font-size: 1.06rem;
}
.sale-banner .btn {
  justify-self: end;
  background: var(--sale-btn-bg,#fff);
  color: var(--sale-btn-text,#111827);
  border-color: transparent;
}


.bottom-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  background: var(--bottom-wrap-bg, #eef4ff);
  border: 1px solid var(--bottom-wrap-border, #d6e1f2);
  box-shadow: var(--bottom-wrap-shadow, 0 14px 32px rgba(20,24,33,.08));
  border-radius: 18px;
  padding: 14px;
}
.review, .club {
  padding: 22px;
  border-radius: 14px;
  border: 1px solid var(--line);
}
.review { background: var(--review-panel-bg, #fff); }
.club { background: var(--club-panel-bg, #fff); }
.review h3 { color: var(--review-title, #111827); margin: 0 0 10px; font-size: clamp(1.45rem,2.1vw,2rem); }
.review blockquote { margin: 10px 0; color: var(--review-text, var(--muted)); font-size: 1.04rem; line-height: 1.7; }
.review p { color: var(--review-meta, #0f172a); margin: 14px 0 0; font-size: 1.04rem; }
.club-logo { width: min(240px, 65%); height: auto; display: block; margin: 0 0 10px; }
.club h3 { color: var(--club-title, #111827); margin: 0 0 10px; font-size: clamp(1.45rem,2.1vw,2rem); }
.club p { color: var(--club-text, #334155); margin: 0 0 16px; font-size: 1.04rem; line-height: 1.65; }
.club-form { display: grid; gap: 10px; align-items: center; }
.club-form input { width: 100%; border: 1px solid var(--club-input-border, var(--line)); border-radius: 12px; padding: 12px 14px; background: var(--club-input-bg,#fff); color: var(--club-input-text,#0f172a); }
.club-form .club-turnstile { display: flex; justify-content: flex-start; }
.club-form button { border: 0; background: var(--club-btn-bg, var(--aw-black)); color: var(--club-btn-text, #fff); border-radius: 12px; padding: 0 18px; min-height: 46px; font-weight: 800; justify-self: start; }
.club-notice { border-radius: 10px; padding: 10px 12px; font-size: 13px; font-weight: 700; margin: 0 0 12px; }
.club-notice.success { background: #ecfdf3; border: 1px solid #b7efcc; color: #166534; }
.club-notice.error { background: #fef2f2; border: 1px solid #fecaca; color: #b91c1c; }


@media (max-width: 1180px) {
  .content-grid { grid-template-columns: 1fr; }
  .trend-grid { grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); gap: 14px; }
}

@media (max-width: 760px) {
  .sale-banner { min-height: 0; padding: 14px 14px; grid-template-columns: 1fr; gap: 10px; }
  .sale-banner .btn { justify-self: start; }
  .feature-strip { grid-template-columns: 1fr !important; }
  .hero-panel { grid-template-columns: 1fr; }
  .benefit-row { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .trend-grid { grid-template-columns: 1fr !important; }
  .feature-panel { aspect-ratio: 4 / 5; min-height: min(96vw, 420px); }
  .bottom-grid { grid-template-columns: 1fr; padding: 10px; }
  .review, .club { padding: 16px; }
  .club-logo { width: min(220px, 72%); }
}

@media (min-width: 1400px) {
  .content-grid { grid-template-columns: 300px 1fr; gap: 18px; }
  .trend-grid { grid-template-columns: repeat(auto-fit,minmax(300px,340px)); gap: 18px; }
  .hero-copy { padding: 42px 40px; }
}

.hero-visual { position: relative; min-height: 360px; overflow: hidden; background: #eaeef5; }
.hero-slider { position: absolute; inset: 0; }
.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 900ms ease, transform 1400ms ease;
}
.hero-slide.active {
  opacity: 1;
  transform: scale(1);
}

@media (min-width: 761px) {
  .hero-slide { object-position: center top; }
}

.hero-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 3;
}
.hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  border: 0;
  background: rgba(255,255,255,.55);
  cursor: pointer;
}
.hero-dot.active { background: #fff; width: 22px; }


.feature-strip { margin-top: 14px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: var(--feature-gap,14px); align-items: start; }
.feature-panel { position: relative; aspect-ratio: 3 / 4; min-height: var(--feature-height,360px); border-radius: var(--feature-radius,16px); overflow: hidden; border: 1px solid var(--line); background: #dbe6f5; box-shadow: 0 10px 26px rgba(15,23,42,.14); }
.feature-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; opacity: 0; transform: scale(1.04); transition: opacity 900ms ease, transform 1200ms ease; }
.feature-slide.active { opacity: 1; transform: scale(1); }


.feature-caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 16px 14px; background: linear-gradient(180deg, rgba(2,6,23,0) 0%, rgba(2,6,23,.76) 72%, rgba(2,6,23,.88) 100%); color: #fff; z-index: 2; }
.feature-caption h3 { margin: 0 0 4px; font-size: clamp(1.05rem,1.6vw,1.3rem); line-height: 1.2; }
.feature-caption p { margin: 0; font-size: .9rem; opacity: .92; }


@media (max-width: 900px) {
  .trend-grid { grid-template-columns: 1fr !important; }
  .product-card { width: 100%; }
  .product-card .thumb { height: min(72vw, 260px); }
}


.club-toast {
  position: fixed;
  right: 16px;
  bottom: 18px;
  z-index: 2100;
  min-width: min(92vw, 340px);
  max-width: min(92vw, 420px);
  display: grid;
  grid-template-columns: 24px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border-radius: 12px;
  border: 1px solid transparent;
  box-shadow: 0 16px 28px rgba(15,23,42,.22);
  animation: clubToastIn .28s ease;
}
.club-toast.success { background: #ecfdf3; border-color: #b7efcc; color: #14532d; }
.club-toast.error { background: #fef2f2; border-color: #fecaca; color: #991b1b; }
.club-toast-icon {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 14px;
  background: rgba(255,255,255,.88);
}
.club-toast-text { font-weight: 700; line-height: 1.35; font-size: 14px; }
.club-toast-close {
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 18px;
  line-height: 1;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  cursor: pointer;
}
.club-toast-close:hover { background: rgba(2,6,23,.08); }
.club-toast.hide { opacity: 0; transform: translateY(10px); transition: opacity .24s ease, transform .24s ease; }
@keyframes clubToastIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}


.club-inline-toast {
  display: flex;
  align-items: center;
  gap: 9px;
  border-radius: 11px;
  padding: 10px 12px;
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
}
.club-inline-toast.success { background: #ecfdf3; border: 1px solid #b7efcc; color: #166534; }
.club-inline-toast.error { background: #fef2f2; border: 1px solid #fecaca; color: #b91c1c; }
.club-inline-icon {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 12px;
  background: rgba(255,255,255,.85);
}
