/*
Theme Name: Helper Trade
Theme URI: https://helper.marketing
Author: Helper Trade
Author URI: https://helper.marketing
Description: Premium RTL B2B wholesale theme for Helper Trade — international sourcing & wholesale trading. Apple/Stripe/Alibaba-inspired, Elementor-ready, lead-generation focused (WhatsApp / Telegram / Bale). Not an online shop — no cart, no checkout.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: helper-trade
Tags: rtl-language-support, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, e-commerce, blog
*/

/* =========================================================================
   HELPER TRADE — DESIGN SYSTEM
   Primary: Deep Purple  |  Secondary: White  |  Accent: Black
   RTL-first, mobile-first, premium B2B.
   ========================================================================= */

/* ---- Local Persian font (no external CDN). Drop woff2 files in /assets/fonts/.
        If files are absent, the system Persian stack below is used. ---- */
@font-face { font-family: "Vazirmatn"; src: url("assets/fonts/Vazirmatn-Regular.woff2") format("woff2"); font-weight: 400; font-display: swap; font-style: normal; }
@font-face { font-family: "Vazirmatn"; src: url("assets/fonts/Vazirmatn-Medium.woff2") format("woff2"); font-weight: 500; font-display: swap; font-style: normal; }
@font-face { font-family: "Vazirmatn"; src: url("assets/fonts/Vazirmatn-Bold.woff2") format("woff2"); font-weight: 700; font-display: swap; font-style: normal; }
@font-face { font-family: "Vazirmatn"; src: url("assets/fonts/Vazirmatn-Black.woff2") format("woff2"); font-weight: 800; font-display: swap; font-style: normal; }

:root {
  /* Brand */
  --hp-purple:        #4922E6;   /* primary deep purple */
  --hp-purple-700:    #3A18C7;
  --hp-purple-900:    #260F8C;
  --hp-violet:        #7C3AED;   /* accent violet for gradients */
  --hp-violet-soft:   #A78BFA;
  --hp-grad:          linear-gradient(135deg, #4922E6 0%, #7C3AED 100%);
  --hp-grad-soft:     linear-gradient(135deg, #5B2EFF 0%, #8B5CF6 100%);

  /* Neutrals */
  --hp-ink:           #0B0B14;   /* near-black accent */
  --hp-ink-700:       #1A1A26;
  --hp-slate:         #5A5A6E;
  --hp-mute:          #8A8A9C;
  --hp-line:          #ECEAF6;
  --hp-line-2:        #E3E0F2;
  --hp-bg:            #FFFFFF;
  --hp-bg-soft:       #F8F7FE;
  --hp-bg-purple:     #F3F0FF;

  /* Channels */
  --hp-whatsapp:      #25D366;
  --hp-telegram:      #229ED9;
  --hp-instagram:     #E1306C;
  --hp-bale:          #1FA0E1;

  /* Type */
  --hp-font:          "Vazirmatn", -apple-system, BlinkMacSystemFont, "Segoe UI", Tahoma, sans-serif;

  /* Shape & motion */
  --hp-radius:        18px;
  --hp-radius-lg:     28px;
  --hp-radius-pill:   999px;
  --hp-shadow-sm:     0 2px 10px rgba(20, 12, 60, .06);
  --hp-shadow:        0 18px 50px -20px rgba(45, 21, 158, .28);
  --hp-shadow-lg:     0 40px 90px -30px rgba(45, 21, 158, .40);
  --hp-ease:          cubic-bezier(.22, 1, .36, 1);
  --hp-container:     1240px;
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--hp-font);
  color: var(--hp-ink);
  background: var(--hp-bg);
  line-height: 1.75;
  direction: rtl;
  text-align: right;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color .25s var(--hp-ease); }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0 0 .4em; font-weight: 800; line-height: 1.25; letter-spacing: -.01em; }
p { margin: 0 0 1em; }
button { font-family: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid var(--hp-violet-soft); outline-offset: 3px; border-radius: 6px; }

/* ---------- Layout helpers ---------- */
.hp-container { width: 100%; max-width: var(--hp-container); margin-inline: auto; padding-inline: 24px; }
.hp-section { padding: 96px 0; }
.hp-section--tight { padding: 64px 0; }
.hp-bg-soft { background: var(--hp-bg-soft); }
.hp-bg-purple { background: var(--hp-bg-purple); }

.hp-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .8rem; font-weight: 700; letter-spacing: .04em;
  color: var(--hp-purple);
  background: var(--hp-bg-purple);
  padding: 7px 16px; border-radius: var(--hp-radius-pill);
  margin-bottom: 18px;
}
.hp-eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--hp-grad); }

.hp-section-head { max-width: 720px; margin-bottom: 52px; }
.hp-section-head.is-center { margin-inline: auto; text-align: center; }
.hp-section-head h2 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); }
.hp-section-head p { color: var(--hp-slate); font-size: 1.05rem; margin: 0; }

/* ---------- Buttons ---------- */
.hp-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 700; font-size: .98rem;
  padding: 14px 28px; border-radius: var(--hp-radius-pill);
  border: 1.5px solid transparent; cursor: pointer;
  transition: transform .3s var(--hp-ease), box-shadow .3s var(--hp-ease), background .25s, color .25s;
  white-space: nowrap;
}
.hp-btn svg { width: 19px; height: 19px; flex: none; }
.hp-btn--primary { background: var(--hp-grad); color: #fff; box-shadow: 0 14px 34px -12px rgba(73, 34, 230, .65); }
.hp-btn--primary:hover { transform: translateY(-3px); box-shadow: 0 22px 44px -14px rgba(73, 34, 230, .75); }
.hp-btn--ghost { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.45); backdrop-filter: blur(6px); }
.hp-btn--ghost:hover { background: rgba(255,255,255,.18); transform: translateY(-3px); }
.hp-btn--dark { background: var(--hp-ink); color: #fff; }
.hp-btn--dark:hover { transform: translateY(-3px); box-shadow: var(--hp-shadow); }
.hp-btn--outline { background: transparent; color: var(--hp-purple); border-color: var(--hp-line-2); }
.hp-btn--outline:hover { border-color: var(--hp-purple); background: var(--hp-bg-purple); }
.hp-btn--wa { background: var(--hp-whatsapp); color: #fff; }
.hp-btn--wa:hover { transform: translateY(-3px); box-shadow: 0 18px 36px -14px rgba(37, 211, 102, .6); }
.hp-btn--tg { background: var(--hp-telegram); color: #fff; }
.hp-btn--tg:hover { transform: translateY(-3px); box-shadow: 0 18px 36px -14px rgba(34, 158, 217, .6); }
.hp-btn--block { width: 100%; }

/* =========================================================================
   HEADER
   ========================================================================= */
.hp-header {
  position: fixed; inset: 0 0 auto 0; z-index: 1000;
  transition: background .35s var(--hp-ease), box-shadow .35s var(--hp-ease), backdrop-filter .35s;
}
.hp-header__bar {
  display: flex; align-items: center; gap: 28px;
  height: 84px;
}
.hp-header__logo { display: flex; align-items: center; gap: 12px; font-size: 1.55rem; font-weight: 800; letter-spacing: -.02em; }
.hp-header__logo img { height: 34px; width: auto; }
.hp-nav { display: flex; align-items: center; gap: 4px; margin-inline-start: 8px; }
.hp-nav a {
  position: relative; padding: 10px 16px; font-weight: 600; font-size: .98rem; border-radius: 10px;
}
.hp-nav a::after {
  content: ""; position: absolute; inset-inline: 16px; bottom: 4px; height: 2px; border-radius: 2px;
  background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s var(--hp-ease);
}
.hp-nav a:hover::after, .hp-nav .current-menu-item > a::after { transform: scaleX(1); }
.hp-header__spacer { margin-inline-start: auto; }
.hp-header__tools { display: flex; align-items: center; gap: 10px; }

.hp-search { position: relative; display: flex; align-items: center; }
.hp-search input {
  width: 42px; height: 42px; padding: 0 42px 0 0; border: 1.5px solid currentColor; opacity: .9;
  border-radius: var(--hp-radius-pill); background: transparent; color: inherit; font-family: inherit;
  transition: width .35s var(--hp-ease), padding .35s var(--hp-ease); cursor: pointer; font-size: .9rem;
}
.hp-search input::placeholder { color: currentColor; opacity: .6; }
.hp-search.is-open input, .hp-search input:focus { width: 220px; padding: 0 42px 0 16px; cursor: text; }
.hp-search button { position: absolute; inset-inline-start: 6px; width: 32px; height: 32px; display: grid; place-items: center; background: none; border: 0; color: inherit; }
.hp-search svg { width: 19px; height: 19px; }

.hp-social { display: flex; align-items: center; gap: 8px; }
.hp-social a {
  width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px;
  border: 1.5px solid currentColor; opacity: .92; transition: transform .25s var(--hp-ease), background .25s, color .25s, border-color .25s, opacity .25s;
}
.hp-social a svg { width: 18px; height: 18px; }
.hp-social a:hover { transform: translateY(-3px); opacity: 1; }
.hp-social a.is-wa:hover    { background: var(--hp-whatsapp);  border-color: var(--hp-whatsapp);  color: #fff; }
.hp-social a.is-tg:hover    { background: var(--hp-telegram);  border-color: var(--hp-telegram);  color: #fff; }
.hp-social a.is-ig:hover    { background: var(--hp-instagram); border-color: var(--hp-instagram); color: #fff; }
.hp-social a.is-bale:hover  { background: var(--hp-bale);      border-color: var(--hp-bale);      color: #fff; }

/* Transparent over hero (light text) */
.hp-header.is-transparent { color: #fff; }
.hp-header.is-transparent .hp-header__logo { color: #fff; }
/* Scrolled / solid */
.hp-header.is-solid {
  color: var(--hp-ink);
  background: rgba(255,255,255,.82);
  backdrop-filter: saturate(180%) blur(18px);
  box-shadow: 0 8px 30px -18px rgba(45, 21, 158, .35);
}
.hp-header.is-solid .hp-header__logo { color: var(--hp-ink); }
.hp-header.is-solid .hp-nav a:hover { color: var(--hp-purple); }
.hp-header.is-solid .hp-social a { border-color: var(--hp-line-2); color: var(--hp-slate); }

/* Mobile toggle */
.hp-burger { display: none; width: 44px; height: 44px; border: 0; background: none; color: inherit; }
.hp-burger span { display: block; width: 24px; height: 2px; margin: 5px auto; background: currentColor; border-radius: 2px; transition: .3s var(--hp-ease); }
.hp-mobile { display: none; }

/* =========================================================================
   HERO SLIDER
   ========================================================================= */
.hp-hero { position: relative; min-height: 100vh; overflow: hidden; background: var(--hp-ink); }
.hp-hero__track { position: absolute; inset: 0; }
.hp-slide {
  position: absolute; inset: 0; opacity: 0; visibility: hidden;
  transition: opacity 1s var(--hp-ease), visibility 1s;
}
.hp-slide.is-active { opacity: 1; visibility: visible; }
.hp-slide__media { position: absolute; inset: 0; }
.hp-slide__media img, .hp-slide__media video { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); transition: transform 7s ease-out; }
.hp-slide.is-active .hp-slide__media img, .hp-slide.is-active .hp-slide__media video { transform: scale(1); }
.hp-slide__media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(11,11,20,.92) 0%, rgba(38,15,140,.55) 55%, rgba(11,11,20,.25) 100%),
    linear-gradient(0deg, rgba(11,11,20,.7) 0%, rgba(11,11,20,0) 45%);
}
.hp-slide__inner { position: relative; z-index: 2; height: 100%; display: flex; align-items: center; }
.hp-slide__content { max-width: 680px; color: #fff; }
.hp-slide__eyebrow {
  display: inline-flex; align-items: center; gap: 9px; font-weight: 700; font-size: .82rem; letter-spacing: .05em;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); backdrop-filter: blur(8px);
  padding: 8px 18px; border-radius: var(--hp-radius-pill); margin-bottom: 26px;
}
.hp-slide__eyebrow::before { content:""; width: 8px; height: 8px; border-radius: 50%; background: var(--hp-violet-soft); box-shadow: 0 0 0 4px rgba(167,139,250,.35); }
.hp-slide__title { font-size: clamp(2.1rem, 5.6vw, 4.1rem); line-height: 1.1; margin-bottom: 22px; font-weight: 800; }
.hp-slide__title b { background: linear-gradient(120deg, #C4B5FD, #fff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hp-slide__desc { font-size: 1.18rem; color: rgba(255,255,255,.88); max-width: 560px; margin-bottom: 36px; }
.hp-slide__cta { display: flex; flex-wrap: wrap; gap: 14px; }

/* Animate content of active slide */
.hp-slide__eyebrow, .hp-slide__title, .hp-slide__desc, .hp-slide__cta { opacity: 0; transform: translateY(26px); }
.hp-slide.is-active .hp-slide__eyebrow { animation: hpUp .7s var(--hp-ease) .15s forwards; }
.hp-slide.is-active .hp-slide__title  { animation: hpUp .7s var(--hp-ease) .3s forwards; }
.hp-slide.is-active .hp-slide__desc   { animation: hpUp .7s var(--hp-ease) .45s forwards; }
.hp-slide.is-active .hp-slide__cta    { animation: hpUp .7s var(--hp-ease) .6s forwards; }
@keyframes hpUp { to { opacity: 1; transform: none; } }

/* Slider controls */
.hp-hero__controls { position: absolute; inset-inline-start: 0; inset-inline-end: 0; bottom: 42px; z-index: 4; }
.hp-hero__controls .hp-container { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.hp-dots { display: flex; gap: 10px; }
.hp-dots button { width: 36px; height: 5px; border-radius: 4px; border: 0; background: rgba(255,255,255,.3); transition: background .3s, width .3s; }
.hp-dots button.is-active { background: #fff; width: 56px; }
.hp-arrows { display: flex; gap: 10px; }
.hp-arrows button {
  width: 50px; height: 50px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.4); background: rgba(255,255,255,.06);
  color: #fff; display: grid; place-items: center; backdrop-filter: blur(8px); transition: background .25s, transform .25s;
}
.hp-arrows button:hover { background: rgba(255,255,255,.2); transform: scale(1.06); }
.hp-arrows svg { width: 20px; height: 20px; }

/* Hero trust strip */
.hp-hero__trust {
  position: absolute; bottom: 0; inset-inline: 0; z-index: 3;
  background: linear-gradient(0deg, rgba(11,11,20,.85), transparent);
  display: none;
}

/* =========================================================================
   CATEGORIES
   ========================================================================= */
.hp-cats { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.hp-cat {
  position: relative; border-radius: var(--hp-radius); overflow: hidden; aspect-ratio: 3/4;
  display: flex; align-items: flex-end; padding: 22px; color: #fff; background: var(--hp-ink);
  transition: transform .4s var(--hp-ease), box-shadow .4s var(--hp-ease);
}
.hp-cat img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--hp-ease); }
.hp-cat::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(11,11,20,.85) 0%, rgba(11,11,20,.05) 60%); }
.hp-cat__body { position: relative; z-index: 2; }
.hp-cat__body h3 { font-size: 1.15rem; margin: 0 0 2px; }
.hp-cat__body span { font-size: .82rem; opacity: .8; display: inline-flex; align-items: center; gap: 6px; }
.hp-cat:hover { transform: translateY(-6px); box-shadow: var(--hp-shadow); }
.hp-cat:hover img { transform: scale(1.08); }

/* =========================================================================
   PRODUCT CARDS
   ========================================================================= */
.hp-products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.hp-card {
  background: #fff; border: 1px solid var(--hp-line); border-radius: var(--hp-radius-lg); overflow: hidden;
  display: flex; flex-direction: column; transition: transform .4s var(--hp-ease), box-shadow .4s var(--hp-ease), border-color .4s;
}
.hp-card:hover { transform: translateY(-8px); box-shadow: var(--hp-shadow); border-color: transparent; }
.hp-card__media { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--hp-bg-soft); }
.hp-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--hp-ease); }
.hp-card:hover .hp-card__media img { transform: scale(1.07); }
.hp-card__tag {
  position: absolute; top: 14px; inset-inline-start: 14px; z-index: 2;
  font-size: .72rem; font-weight: 700; color: #fff; background: rgba(11,11,20,.55); backdrop-filter: blur(6px);
  padding: 6px 12px; border-radius: var(--hp-radius-pill);
}
.hp-card__tag.is-new { background: var(--hp-grad); }
.hp-card__body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.hp-card__cat { font-size: .78rem; font-weight: 700; color: var(--hp-purple); margin-bottom: 8px; }
.hp-card__title { font-size: 1.12rem; margin: 0 0 8px; }
.hp-card__title a:hover { color: var(--hp-purple); }
.hp-card__desc { font-size: .92rem; color: var(--hp-slate); margin: 0 0 18px; flex: 1;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hp-card__foot { display: flex; gap: 10px; }
.hp-card__foot .hp-btn { flex: 1; padding: 11px 14px; font-size: .9rem; }
.hp-card__icon-btn {
  width: 46px; flex: none; display: grid; place-items: center; border-radius: var(--hp-radius-pill);
  border: 1.5px solid var(--hp-line-2); color: var(--hp-slate); background: #fff; transition: .25s var(--hp-ease);
}
.hp-card__icon-btn:hover { border-color: var(--hp-telegram); color: var(--hp-telegram); }
.hp-card__icon-btn svg { width: 18px; height: 18px; }

/* =========================================================================
   INSTAGRAM
   ========================================================================= */
.hp-ig { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.hp-ig__item { position: relative; border-radius: var(--hp-radius-lg); overflow: hidden; aspect-ratio: 1; display: block; }
.hp-ig__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--hp-ease); }
.hp-ig__item::after {
  content: ""; position: absolute; inset: 0; opacity: 0; transition: opacity .4s;
  background: linear-gradient(0deg, rgba(73,34,230,.55), rgba(124,58,237,.2));
}
.hp-ig__item:hover img { transform: scale(1.08); }
.hp-ig__item:hover::after { opacity: 1; }
.hp-ig__badge {
  position: absolute; z-index: 2; top: 16px; inset-inline-end: 16px; width: 40px; height: 40px; border-radius: 12px;
  display: grid; place-items: center; background: rgba(255,255,255,.18); backdrop-filter: blur(6px); color: #fff;
  opacity: 0; transform: translateY(-6px); transition: .35s var(--hp-ease);
}
.hp-ig__item:hover .hp-ig__badge { opacity: 1; transform: none; }
.hp-ig__cap {
  position: absolute; z-index: 2; bottom: 0; inset-inline: 0; padding: 18px; color: #fff;
  font-size: .9rem; font-weight: 600; opacity: 0; transform: translateY(10px); transition: .35s var(--hp-ease);
}
.hp-ig__item:hover .hp-ig__cap { opacity: 1; transform: none; }

/* =========================================================================
   BLOG
   ========================================================================= */
.hp-posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.hp-post {
  background: #fff; border: 1px solid var(--hp-line); border-radius: var(--hp-radius-lg); overflow: hidden;
  display: flex; flex-direction: column; transition: transform .4s var(--hp-ease), box-shadow .4s var(--hp-ease);
}
.hp-post:hover { transform: translateY(-6px); box-shadow: var(--hp-shadow); }
.hp-post__media { aspect-ratio: 16/10; overflow: hidden; }
.hp-post__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--hp-ease); }
.hp-post:hover .hp-post__media img { transform: scale(1.06); }
.hp-post__body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.hp-post__meta { display: flex; align-items: center; gap: 14px; font-size: .8rem; color: var(--hp-mute); margin-bottom: 12px; }
.hp-post__meta .pill { color: var(--hp-purple); font-weight: 700; background: var(--hp-bg-purple); padding: 4px 12px; border-radius: var(--hp-radius-pill); }
.hp-post__title { font-size: 1.18rem; margin: 0 0 10px; }
.hp-post__title a:hover { color: var(--hp-purple); }
.hp-post__excerpt { font-size: .92rem; color: var(--hp-slate); flex: 1; margin: 0 0 16px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hp-post__more { font-weight: 700; color: var(--hp-purple); display: inline-flex; align-items: center; gap: 6px; }
.hp-post__more svg { width: 16px; height: 16px; transition: transform .3s; }
.hp-post:hover .hp-post__more svg { transform: translateX(-4px); }

/* =========================================================================
   3-STEP PROCESS
   ========================================================================= */
.hp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; position: relative; }
.hp-step {
  position: relative; background: #fff; border: 1px solid var(--hp-line); border-radius: var(--hp-radius-lg);
  padding: 38px 30px; transition: transform .4s var(--hp-ease), box-shadow .4s var(--hp-ease);
}
.hp-step:hover { transform: translateY(-6px); box-shadow: var(--hp-shadow); }
.hp-step__num {
  font-size: 3.4rem; font-weight: 800; line-height: 1; margin-bottom: 18px;
  background: var(--hp-grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hp-step__icon {
  width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 18px;
  background: var(--hp-bg-purple); color: var(--hp-purple);
}
.hp-step__icon svg { width: 28px; height: 28px; }
.hp-step h3 { font-size: 1.25rem; }
.hp-step p { color: var(--hp-slate); margin: 0; font-size: .96rem; }

/* =========================================================================
   WHY HELPER TRADE
   ========================================================================= */
.hp-why { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.hp-why__features { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.hp-feature { background: var(--hp-bg-soft); border: 1px solid var(--hp-line); border-radius: var(--hp-radius); padding: 26px; transition: .35s var(--hp-ease); }
.hp-feature:hover { background: #fff; box-shadow: var(--hp-shadow); transform: translateY(-4px); }
.hp-feature__icon { width: 50px; height: 50px; border-radius: 14px; background: var(--hp-grad); color: #fff; display: grid; place-items: center; margin-bottom: 16px; }
.hp-feature__icon svg { width: 25px; height: 25px; }
.hp-feature h3 { font-size: 1.08rem; margin-bottom: 6px; }
.hp-feature p { font-size: .9rem; color: var(--hp-slate); margin: 0; }
.hp-why__stats { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.hp-stat { flex: 1; min-width: 130px; }
.hp-stat b { font-size: 2.1rem; font-weight: 800; background: var(--hp-grad); -webkit-background-clip: text; background-clip: text; color: transparent; display: block; line-height: 1.1; }
.hp-stat span { font-size: .88rem; color: var(--hp-slate); }

/* =========================================================================
   CTA BANNER
   ========================================================================= */
.hp-cta {
  position: relative; overflow: hidden; border-radius: var(--hp-radius-lg);
  background: var(--hp-grad); color: #fff; padding: 70px 56px;
  display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap;
}
.hp-cta::before, .hp-cta::after {
  content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.18);
}
.hp-cta::before { width: 360px; height: 360px; top: -120px; inset-inline-start: -80px; box-shadow: 0 0 0 60px rgba(255,255,255,.05); }
.hp-cta::after  { width: 220px; height: 220px; bottom: -100px; inset-inline-end: 8%; }
.hp-cta__text { position: relative; z-index: 2; max-width: 620px; }
.hp-cta__text h2 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); margin-bottom: 12px; }
.hp-cta__text p { color: rgba(255,255,255,.9); margin: 0; font-size: 1.08rem; }
.hp-cta__actions { position: relative; z-index: 2; display: flex; gap: 14px; flex-wrap: wrap; }

/* =========================================================================
   FOOTER
   ========================================================================= */
.hp-footer { background: var(--hp-ink); color: #C9C9D6; padding: 80px 0 0; position: relative; overflow: hidden; }
.hp-footer__top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 56px; position: relative; z-index: 2; }
.hp-footer__brand .logo { display: flex; align-items: center; gap: 12px; font-size: 1.6rem; font-weight: 800; color: #fff; margin-bottom: 18px; }
.hp-footer__brand .logo img { height: 32px; }
.hp-footer__brand p { font-size: .94rem; max-width: 320px; color: #9C9CB0; }
.hp-footer h4 { color: #fff; font-size: 1.02rem; margin-bottom: 20px; }
.hp-footer ul li { margin-bottom: 12px; }
.hp-footer ul a { font-size: .94rem; color: #A7A7BC; display: inline-flex; align-items: center; gap: 8px; }
.hp-footer ul a:hover { color: #fff; padding-inline-start: 4px; }
.hp-footer__social { display: flex; gap: 10px; margin-top: 6px; }
.hp-footer__social a { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: rgba(255,255,255,.06); color: #fff; transition: .25s var(--hp-ease); }
.hp-footer__social a svg { width: 19px; height: 19px; }
.hp-footer__social a.is-wa:hover   { background: var(--hp-whatsapp); transform: translateY(-3px); }
.hp-footer__social a.is-tg:hover   { background: var(--hp-telegram); transform: translateY(-3px); }
.hp-footer__social a.is-ig:hover   { background: var(--hp-instagram); transform: translateY(-3px); }
.hp-footer__social a.is-bale:hover { background: var(--hp-bale); transform: translateY(-3px); }
.hp-footer__bottom {
  border-top: 1px solid rgba(255,255,255,.08); padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: .86rem; color: #8888A0; position: relative; z-index: 2;
}
.hp-footer__glow { position: absolute; bottom: -200px; inset-inline-start: 50%; transform: translateX(50%); width: 600px; height: 400px; background: radial-gradient(circle, rgba(124,58,237,.35), transparent 70%); pointer-events: none; }

/* =========================================================================
   FLOATING WHATSAPP
   ========================================================================= */
.hp-fab { position: fixed; bottom: 26px; inset-inline-start: 26px; z-index: 900; display: flex; flex-direction: column; gap: 12px; }
.hp-fab a {
  width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; color: #fff; box-shadow: var(--hp-shadow);
  transition: transform .3s var(--hp-ease);
}
.hp-fab a:hover { transform: scale(1.08); }
.hp-fab a svg { width: 28px; height: 28px; }
.hp-fab .is-wa { background: var(--hp-whatsapp); animation: hpPulse 2.4s infinite; }
@keyframes hpPulse { 0%{ box-shadow: 0 0 0 0 rgba(37,211,102,.5);} 70%{ box-shadow: 0 0 0 16px rgba(37,211,102,0);} 100%{ box-shadow: 0 0 0 0 rgba(37,211,102,0);} }

/* =========================================================================
   SCROLL REVEAL
   ========================================================================= */
[data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .8s var(--hp-ease), transform .8s var(--hp-ease); }
[data-reveal].is-in { opacity: 1; transform: none; }
[data-reveal-delay="1"] { transition-delay: .08s; }
[data-reveal-delay="2"] { transition-delay: .16s; }
[data-reveal-delay="3"] { transition-delay: .24s; }
[data-reveal-delay="4"] { transition-delay: .32s; }

/* =========================================================================
   RESPONSIVE
   ========================================================================= */
@media (max-width: 1100px) {
  .hp-products { grid-template-columns: repeat(2, 1fr); }
  .hp-cats { grid-template-columns: repeat(3, 1fr); }
  .hp-footer__top { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 880px) {
  .hp-nav, .hp-header__tools .hp-search, .hp-header__tools .hp-social { display: none; }
  .hp-burger { display: block; }
  .hp-section { padding: 64px 0; }
  .hp-why { grid-template-columns: 1fr; gap: 36px; }
  .hp-posts, .hp-ig, .hp-steps { grid-template-columns: 1fr; }
  .hp-cta { padding: 48px 30px; }

  /* Mobile menu panel */
  .hp-mobile {
    display: block; position: fixed; inset: 0; z-index: 1100; background: rgba(11,11,20,.5); backdrop-filter: blur(4px);
    opacity: 0; visibility: hidden; transition: .35s var(--hp-ease);
  }
  .hp-mobile.is-open { opacity: 1; visibility: visible; }
  .hp-mobile__panel {
    position: absolute; inset: 0 0 0 auto; width: min(86vw, 360px); background: #fff; padding: 26px;
    transform: translateX(100%); transition: transform .4s var(--hp-ease); display: flex; flex-direction: column;
  }
  .hp-mobile.is-open .hp-mobile__panel { transform: none; }
  .hp-mobile__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
  .hp-mobile__close { width: 44px; height: 44px; border: 0; background: var(--hp-bg-soft); border-radius: 12px; font-size: 1.4rem; }
  .hp-mobile nav a { display: block; padding: 14px 6px; font-weight: 700; font-size: 1.05rem; border-bottom: 1px solid var(--hp-line); }
  .hp-mobile__social { display: flex; gap: 10px; margin-top: auto; padding-top: 24px; }
  .hp-mobile__social a { flex: 1; height: 48px; border-radius: 12px; display: grid; place-items: center; color: #fff; }
  .hp-mobile__social .is-wa { background: var(--hp-whatsapp);} .hp-mobile__social .is-tg { background: var(--hp-telegram);}
  .hp-mobile__social .is-ig { background: var(--hp-instagram);} .hp-mobile__social .is-bale { background: var(--hp-bale);}
}
@media (max-width: 560px) {
  .hp-products, .hp-cats { grid-template-columns: 1fr 1fr; }
  .hp-footer__top { grid-template-columns: 1fr; }
  .hp-slide__cta .hp-btn { flex: 1; }
  .hp-cta { flex-direction: column; align-items: flex-start; }
}

/* =========================================================================
   ACCESSIBILITY + SHARED UTILITIES
   ========================================================================= */
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.hp-skip-link {
  position: fixed; top: -60px; inset-inline-start: 16px; z-index: 2000;
  background: var(--hp-purple); color: #fff; padding: 12px 20px; border-radius: 0 0 12px 12px; font-weight: 700;
  transition: top .25s var(--hp-ease);
}
.hp-skip-link:focus { top: 0; }

.hp-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: .86rem; color: var(--hp-mute); margin-bottom: 20px; }
.hp-breadcrumbs a { color: var(--hp-slate); }
.hp-breadcrumbs a:hover { color: var(--hp-purple); }
.hp-breadcrumbs .sep { opacity: .5; }
.hp-breadcrumbs [aria-current="page"] { color: var(--hp-ink); font-weight: 600; }

/* =========================================================================
   SHOP: archive head, toolbar, chips, count, pagination, empty
   ========================================================================= */
.hp-shop-head { max-width: 760px; margin-bottom: 36px; }
.hp-shop-head h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); }
.hp-shop-head p, .hp-shop-head__desc { color: var(--hp-slate); font-size: 1.05rem; }

.hp-shop { padding-bottom: 80px; }
.hp-shop__search { display: flex; align-items: center; gap: 10px; background: #fff; border: 1.5px solid var(--hp-line-2); border-radius: var(--hp-radius-pill); padding: 6px 6px 6px 18px; max-width: 560px; margin-bottom: 18px; }
.hp-shop__search svg { width: 20px; height: 20px; color: var(--hp-mute); flex: none; }
.hp-shop__search input { flex: 1; border: 0; background: none; font-family: inherit; font-size: 1rem; color: var(--hp-ink); min-width: 0; }
.hp-shop__search input:focus { outline: none; }
.hp-shop__search .hp-btn { padding: 11px 22px; }

.hp-shop__filters { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 14px; }
.hp-chip {
  font-size: .9rem; font-weight: 600; color: var(--hp-slate); background: var(--hp-bg-soft);
  border: 1.5px solid var(--hp-line); padding: 9px 18px; border-radius: var(--hp-radius-pill); transition: .25s var(--hp-ease); white-space: nowrap;
}
.hp-chip:hover { border-color: var(--hp-violet-soft); color: var(--hp-purple); }
.hp-chip.is-active { background: var(--hp-grad); color: #fff; border-color: transparent; }
.hp-shop__count { font-size: .9rem; color: var(--hp-mute); margin: 0 0 18px; }

.hp-card__cat { display: inline-block; font-size: .78rem; font-weight: 700; color: var(--hp-purple); margin-bottom: 8px; }
.hp-card__cat:hover { text-decoration: underline; }
.hp-card__noimg { position: absolute; inset: 0; display: grid; place-items: center; color: var(--hp-violet-soft); }
.hp-card__noimg svg { width: 48px; height: 48px; }

.hp-pagination { margin-top: 40px; }
.hp-pagination ul { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.hp-pagination a, .hp-pagination span {
  display: grid; place-items: center; min-width: 44px; height: 44px; padding: 0 12px; border-radius: 12px;
  border: 1.5px solid var(--hp-line-2); font-weight: 700; color: var(--hp-slate);
}
.hp-pagination a:hover { border-color: var(--hp-purple); color: var(--hp-purple); }
.hp-pagination .current { background: var(--hp-grad); color: #fff; border-color: transparent; }

.hp-empty { text-align: center; max-width: 560px; margin: 30px auto 70px; padding: 40px 20px; }
.hp-empty__icon { width: 84px; height: 84px; margin: 0 auto 20px; border-radius: 24px; background: var(--hp-bg-purple); color: var(--hp-purple); display: grid; place-items: center; }
.hp-empty__icon svg { width: 40px; height: 40px; }
.hp-empty h1, .hp-empty h2 { font-size: 1.4rem; }
.hp-empty p { color: var(--hp-slate); }
.hp-empty__actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 24px; }

/* =========================================================================
   SLIDER PAUSE BUTTON
   ========================================================================= */
.hp-pause { position: relative; }
.hp-pause__bars { width: 14px; height: 14px; display: inline-block; position: relative; }
.hp-pause__bars::before, .hp-pause__bars::after { content: ""; position: absolute; top: 0; width: 4px; height: 14px; background: currentColor; border-radius: 1px; }
.hp-pause__bars::before { inset-inline-start: 1px; }
.hp-pause__bars::after { inset-inline-end: 1px; }
.hp-pause:not(.is-playing) .hp-pause__bars { width: 0; height: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-inline-end: 13px solid currentColor; border-inline-start: 0; }
.hp-pause:not(.is-playing) .hp-pause__bars::before, .hp-pause:not(.is-playing) .hp-pause__bars::after { display: none; }

/* =========================================================================
   SINGLE PRODUCT
   ========================================================================= */
.hp-single__top { display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: start; margin: 10px 0 60px; }
.hp-gallery__main { border-radius: var(--hp-radius-lg); overflow: hidden; background: var(--hp-bg-soft); border: 1px solid var(--hp-line); aspect-ratio: 4/3; }
.hp-gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.hp-gallery__thumbs { display: flex; gap: 12px; margin-top: 14px; flex-wrap: wrap; }
.hp-gallery__thumb { width: 84px; height: 64px; border-radius: 12px; overflow: hidden; border: 2px solid var(--hp-line); background: none; padding: 0; cursor: pointer; transition: border-color .25s; }
.hp-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; }
.hp-gallery__thumb.is-active { border-color: var(--hp-purple); }

.hp-single__cat { display: inline-block; font-weight: 700; color: var(--hp-purple); background: var(--hp-bg-purple); padding: 5px 14px; border-radius: var(--hp-radius-pill); font-size: .85rem; margin-bottom: 14px; }
.hp-single__title { font-size: clamp(1.6rem, 3.4vw, 2.4rem); }
.hp-single__summary { font-size: 1.08rem; color: var(--hp-slate); margin-bottom: 22px; }

.hp-specs { border: 1px solid var(--hp-line); border-radius: var(--hp-radius); overflow: hidden; margin: 0 0 22px; }
.hp-specs__row { display: grid; grid-template-columns: 180px 1fr; gap: 0; }
.hp-specs__row:nth-child(odd) { background: var(--hp-bg-soft); }
.hp-specs__row dt { padding: 12px 16px; font-weight: 700; color: var(--hp-ink); margin: 0; border-inline-end: 1px solid var(--hp-line); }
.hp-specs__row dd { padding: 12px 16px; margin: 0; color: var(--hp-slate); }
.hp-single__wholesale { background: var(--hp-bg-purple); border-radius: var(--hp-radius); padding: 18px 20px; margin-bottom: 22px; color: #3a3550; font-size: .96rem; }

.hp-single__cta { margin-bottom: 18px; }
.hp-single__cta-row { display: flex; gap: 10px; margin-top: 10px; }
.hp-single__cta-row .hp-btn { flex: 1; }
.hp-share { display: flex; align-items: center; gap: 10px; font-size: .9rem; color: var(--hp-mute); }
.hp-share a { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; border: 1.5px solid var(--hp-line-2); color: var(--hp-slate); transition: .25s; }
.hp-share a svg { width: 18px; height: 18px; }
.hp-share a:hover { border-color: var(--hp-purple); color: var(--hp-purple); }

.hp-single__body { max-width: 920px; }
.hp-single__section { margin-bottom: 44px; }
.hp-single__section h2 { font-size: 1.4rem; margin-bottom: 18px; }
.hp-entry { font-size: 1.02rem; line-height: 1.95; color: #2a2a38; }
.hp-entry p { margin-bottom: 1em; }
.hp-video { border-radius: var(--hp-radius-lg); overflow: hidden; background: #000; aspect-ratio: 16/9; }
.hp-video video, .hp-video iframe { width: 100%; height: 100%; border: 0; display: block; }

.hp-inquiry { background: #fff; border: 1px solid var(--hp-line); border-radius: var(--hp-radius-lg); padding: 26px; max-width: 640px; }
.hp-inquiry__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hp-inquiry label { display: block; font-weight: 600; font-size: .92rem; margin-bottom: 14px; }
.hp-inquiry input, .hp-inquiry textarea { width: 100%; margin-top: 6px; padding: 12px 14px; border: 1.5px solid var(--hp-line-2); border-radius: 12px; font-family: inherit; font-size: 1rem; background: var(--hp-bg-soft); }
.hp-inquiry input:focus, .hp-inquiry textarea:focus { outline: none; border-color: var(--hp-purple); background: #fff; }
.hp-inquiry .hp-btn { margin-top: 6px; }
.hp-inquiry__note { font-size: .82rem; color: var(--hp-mute); margin: 12px 0 0; }

.hp-single__related { margin: 50px 0; }
.hp-single__related h2 { font-size: 1.5rem; margin-bottom: 24px; }

/* =========================================================================
   CONTACT
   ========================================================================= */
.hp-contact { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: start; padding-bottom: 70px; }
.hp-contact__channels { display: grid; gap: 14px; }
.hp-channel { display: flex; align-items: center; gap: 16px; padding: 20px 22px; border-radius: var(--hp-radius); border: 1px solid var(--hp-line); background: #fff; transition: .3s var(--hp-ease); }
.hp-channel:hover { transform: translateY(-3px); box-shadow: var(--hp-shadow); }
.hp-channel svg { width: 26px; height: 26px; flex: none; }
.hp-channel span { display: flex; flex-direction: column; font-size: .85rem; color: var(--hp-slate); }
.hp-channel span b { font-size: 1.05rem; color: var(--hp-ink); }
.hp-channel.is-wa svg { color: var(--hp-whatsapp); } .hp-channel.is-tg svg { color: var(--hp-telegram); }
.hp-channel.is-ig svg { color: var(--hp-instagram); } .hp-channel.is-bale svg { color: var(--hp-bale); }
.hp-contact__form { background: #fff; border: 1px solid var(--hp-line); border-radius: var(--hp-radius-lg); padding: 30px; }
.hp-contact__form h2 { font-size: 1.4rem; margin-bottom: 18px; }
.hp-contact__form .hp-inquiry { border: 0; padding: 0; }

@media (max-width: 880px) {
  .hp-single__top { grid-template-columns: 1fr; gap: 28px; }
  .hp-contact { grid-template-columns: 1fr; }
  .hp-specs__row { grid-template-columns: 130px 1fr; }
  .hp-shop__filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px; -webkit-overflow-scrolling: touch; }
}
@media (max-width: 560px) {
  .hp-inquiry__grid { grid-template-columns: 1fr; }
  .hp-shop__search { flex-wrap: wrap; border-radius: var(--hp-radius); }
  .hp-shop__search .hp-btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
