/* ============================================================
   VOZOL Großhandel (B2B Wholesale) — page-specific styles
   Loaded AFTER style.css; uses Vozol's CSS variables.
   ============================================================ */

/* ─── BREADCRUMB BAR ─── */
.breadcrumb-bar {
  background: hsl(var(--muted));
  border-bottom: 1px solid hsl(var(--border));
  padding: 12px 0;
  font-size: .85rem;
}
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.breadcrumb a { color: rgb(var(--primary)); text-decoration: none; font-weight: 600; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span { color: hsl(var(--muted-foreground)); }

/* ─── SHARED SECTION HELPERS ─── */
.ws-section { padding: clamp(48px, 7vw, 90px) 0; }
.ws-section-alt { background: hsl(var(--muted)); }
.ws-container { max-width: 1400px; margin: 0 auto; padding: 0 20px; }
.ws-section-label {
  display: inline-block;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: rgb(var(--primary));
  background: rgba(var(--primary),.10);
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 16px;
}
.ws-section h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 3.4vw, 2.4rem);
  font-weight: 800;
  line-height: 1.15;
  color: hsl(var(--foreground));
  margin: 0 0 12px;
  letter-spacing: -.5px;
}
.ws-section-header { text-align: center; max-width: 720px; margin: 0 auto 36px; }
.ws-section-header p { color: hsl(var(--muted-foreground)); font-size: 1.02rem; line-height: 1.6; margin: 0; }

/* ─── BUTTONS ─── */
.ws-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 26px;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: .95rem;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  font-family: inherit;
}
.ws-btn-primary {
  background: rgb(var(--primary));
  color: #fff;
  box-shadow: 0 8px 22px rgba(var(--primary),.30);
}
.ws-btn-primary:hover { background: #5d39a8; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(var(--primary),.40); }
.ws-btn-secondary {
  background: #fff;
  color: rgb(var(--accent));
  border-color: hsl(var(--border));
}
.ws-btn-secondary:hover { border-color: rgb(var(--primary)); color: rgb(var(--primary)); transform: translateY(-2px); }
.ws-btn-lg { padding: 16px 32px; font-size: 1.02rem; width: 100%; }

/* ─── HERO ─── */
.ws-hero {
  position: relative;
  padding: clamp(56px, 8vw, 96px) 0 clamp(60px, 9vw, 104px);
  background:
    radial-gradient(1100px 500px at 85% -10%, rgba(var(--primary),.45), transparent 60%),
    linear-gradient(135deg, #1c1336 0%, #2a1b4d 55%, rgb(var(--accent)) 100%);
  color: #fff;
  overflow: hidden;
}
.ws-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 22px 22px;
  pointer-events: none;
  opacity: .6;
}
.ws-hero .ws-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 56px;
  align-items: center;
}
.ws-hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.ws-hero-badge {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: .8rem; font-weight: 600;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  padding: 7px 13px; border-radius: 100px;
  backdrop-filter: blur(4px);
}
.ws-hero-badge svg { width: 16px; height: 16px; fill: #c9b4f0; }
.ws-hero h1 {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4.6vw, 3.3rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.8px;
  margin: 0 0 18px;
}
.ws-hero h1 em { font-style: normal; color: #c9a9ff; }
.ws-hero p { color: rgba(255,255,255,.82); font-size: 1.08rem; line-height: 1.65; max-width: 640px; }
.ws-hero p strong { color: #fff; }
.ws-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin: 26px 0 14px; }
.ws-hero-meta { font-size: .82rem; color: rgba(255,255,255,.6); letter-spacing: .3px; }
.ws-hero-meta strong { color: #c9a9ff; }

.ws-hero-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 26px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 1rem;
  backdrop-filter: blur(6px);
}
.ws-hero-stat { padding: 16px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius); text-align: center; }
.ws-hero-stat-num {
  display: block; font-family: var(--font-heading); font-size: 1.55rem; font-weight: 800;
  color: #c9a9ff; line-height: 1.1; margin-bottom: 5px;
}
.ws-hero-stat-label { display: block; font-size: .78rem; color: rgba(255,255,255,.72); line-height: 1.35; }

/* ─── TIER PRICING ─── */
.ws-tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 36px; }
.ws-tier-card {
  position: relative;
  background: #fff;
  border: 1.5px solid hsl(var(--border));
  border-radius: 1rem;
  padding: 38px 28px 32px;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.ws-tier-card:hover { transform: translateY(-4px); box-shadow: 0 14px 36px rgba(var(--primary),.14); }
.ws-tier-card-featured {
  border-color: rgb(var(--primary));
  background: linear-gradient(180deg, #fff 0%, hsl(var(--muted)) 100%);
  box-shadow: 0 10px 34px rgba(var(--primary),.16);
  transform: scale(1.03);
}
.ws-tier-tag {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: rgb(var(--primary)); color: #fff;
  font-size: .72rem; font-weight: 800; letter-spacing: .8px; text-transform: uppercase;
  padding: 6px 18px; border-radius: 100px;
}
.ws-tier-name { font-family: var(--font-heading); font-size: 1.35rem; font-weight: 800; color: hsl(var(--foreground)); margin-bottom: 4px; }
.ws-tier-qty { font-size: .9rem; color: hsl(var(--muted-foreground)); margin-bottom: 18px; }
.ws-tier-discount {
  font-size: 1rem; color: hsl(var(--foreground)); margin-bottom: 22px; padding: 14px; background: hsl(var(--muted)); border-radius: var(--radius);
}
.ws-tier-discount strong {
  font-family: var(--font-heading); font-size: 1.85rem; color: rgb(var(--primary)); display: block; margin-top: 4px;
}
.ws-tier-features { list-style: none; padding: 0; text-align: left; }
.ws-tier-features li {
  padding: 9px 0 9px 28px; position: relative; font-size: .9rem; color: hsl(var(--foreground)); border-bottom: 1px solid hsl(var(--border));
}
.ws-tier-features li:last-child { border-bottom: none; }
.ws-tier-features li::before {
  content: '✓'; position: absolute; left: 0; color: rgb(var(--primary)); font-weight: 800;
}
.ws-wholesale-note {
  margin-top: 28px; font-size: .88rem; color: hsl(var(--muted-foreground)); line-height: 1.6;
  padding: 16px 20px; background: rgba(var(--primary),.06); border-radius: var(--radius); border: 1px solid rgba(var(--primary),.12);
}
.ws-wholesale-note a { color: rgb(var(--primary)); font-weight: 600; }

/* ─── INQUIRY FORM ─── */
.ws-inquiry-wrap { display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; align-items: start; margin-top: 36px; }
.ws-inquiry-intro h2 { text-align: left; }
.ws-inquiry-intro p { color: hsl(var(--muted-foreground)); line-height: 1.6; margin-bottom: 20px; }
.ws-inquiry-benefits { list-style: none; padding: 0; margin-bottom: 24px; }
.ws-inquiry-benefits li {
  padding: 9px 0 9px 28px; position: relative; font-size: .95rem; color: hsl(var(--foreground));
}
.ws-inquiry-benefits li::before { content: '→'; position: absolute; left: 0; color: rgb(var(--primary)); font-weight: 800; }
.ws-inquiry-contact-alt { padding: 18px; background: #fff; border: 1px solid hsl(var(--border)); border-radius: var(--radius); }
.ws-inquiry-contact-alt strong { display: block; margin-bottom: 8px; color: hsl(var(--foreground)); }
.ws-inquiry-contact-alt a { display: block; padding: 4px 0; font-size: .92rem; color: rgb(var(--primary)); font-weight: 600; }

.ws-inquiry-form {
  background: #fff; padding: 40px; border-radius: 1rem; border: 1px solid hsl(var(--border)); box-shadow: 0 10px 30px rgba(28,23,48,.06);
}
.ws-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.ws-form-group { margin-bottom: 16px; display: flex; flex-direction: column; }
.ws-form-group > label { font-size: .85rem; font-weight: 600; color: hsl(var(--foreground)); margin-bottom: 6px; }
.ws-form-group input[type="text"],
.ws-form-group input[type="email"],
.ws-form-group input[type="tel"],
.ws-form-group select,
.ws-form-group textarea {
  font-family: var(--font-body); font-size: .95rem; padding: 12px 14px;
  border: 1.5px solid hsl(var(--border)); border-radius: var(--radius); background: #fff; color: hsl(var(--foreground));
  transition: border-color .15s ease, box-shadow .15s ease; width: 100%;
}
.ws-form-group input:focus,
.ws-form-group select:focus,
.ws-form-group textarea:focus {
  outline: none; border-color: rgb(var(--primary)); box-shadow: 0 0 0 3px rgba(var(--primary),.15);
}
.ws-form-group .invalid { border-color: #d92d3a !important; }
.ws-form-group textarea { resize: vertical; min-height: 100px; }
.ws-form-checkgrid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 16px;
  padding: 14px; background: hsl(var(--muted)); border-radius: var(--radius);
}
.ws-form-checkgrid label { font-weight: 400; font-size: .88rem; display: flex; align-items: center; gap: 8px; cursor: pointer; margin: 0; color: hsl(var(--foreground)); }
.ws-form-checkgrid input { accent-color: rgb(var(--primary)); }
.ws-form-consent label { display: flex; align-items: flex-start; gap: 10px; font-weight: 400; font-size: .88rem; padding: 6px 0; cursor: pointer; color: hsl(var(--foreground)); }
.ws-form-consent label span { flex: 1; min-width: 0; }
.ws-form-consent label a { color: rgb(var(--primary)); font-weight: 600; }
.ws-form-consent input { accent-color: rgb(var(--primary)); margin-top: 4px; flex-shrink: 0; }
.ws-form-status { margin-top: 14px; font-size: .92rem; }
.ws-form-status .ok { color: #1f9d57; font-weight: 700; }
.ws-form-status .err { color: #d92d3a; font-weight: 700; }
.ws-form-footnote { font-size: .78rem; color: hsl(var(--muted-foreground)); margin-top: 14px; line-height: 1.5; }

/* ─── AUDIENCE GRID ─── */
.ws-audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 36px; }
.ws-audience-card {
  padding: 26px 24px; background: #fff; border: 1px solid hsl(var(--border)); border-radius: 1rem; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.ws-audience-card:hover { border-color: rgb(var(--primary)); transform: translateY(-3px); box-shadow: 0 12px 30px rgba(var(--primary),.12); }
.ws-audience-card h4 { font-size: 1.05rem; margin: 0 0 9px; color: hsl(var(--foreground)); }
.ws-audience-card p { font-size: .9rem; color: hsl(var(--muted-foreground)); line-height: 1.55; margin: 0; }

/* ─── ADVANTAGE GRID ─── */
.ws-adv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 36px; }
.ws-adv {
  background: #fff; border: 1px solid hsl(var(--border)); border-radius: 1rem; padding: 32px 28px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; position: relative;
}
.ws-adv:hover { border-color: rgb(var(--primary)); box-shadow: 0 12px 30px rgba(var(--primary),.12); transform: translateY(-3px); }
.ws-adv-icon {
  display: inline-block; font-family: var(--font-heading); font-weight: 800; font-size: 1.1rem;
  color: rgb(var(--primary)); background: rgba(var(--primary),.10); padding: 7px 15px; border-radius: 100px; margin-bottom: 14px; letter-spacing: 1px;
}
.ws-adv h3 { font-size: 1.18rem; margin: 0 0 8px; color: hsl(var(--foreground)); }
.ws-adv p { font-size: .92rem; color: hsl(var(--muted-foreground)); line-height: 1.6; margin: 0; }
.ws-adv p strong { color: rgb(var(--accent)); }

/* ─── PROCESS STEPS ─── */
.ws-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 36px; }
.ws-process-step { text-align: center; padding: 28px 22px; background: #fff; border: 1px solid hsl(var(--border)); border-radius: 1rem; position: relative; }
.ws-process-num {
  display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px;
  background: rgb(var(--primary)); color: #fff; font-family: var(--font-heading); font-size: 1.5rem; font-weight: 800;
  border-radius: 50%; margin-bottom: 14px; box-shadow: 0 6px 20px rgba(var(--primary),.30);
}
.ws-process-step h4 { font-size: 1.05rem; margin: 0 0 6px; color: hsl(var(--foreground)); }
.ws-process-step p { font-size: .88rem; color: hsl(var(--muted-foreground)); line-height: 1.55; margin: 0; }
.ws-process-step p a { color: rgb(var(--primary)); font-weight: 600; }

/* ─── PRODUCT CATALOG ─── */
.ws-catalog { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; margin-top: 36px; }
.ws-item {
  position: relative; background: #fff; border: 1px solid hsl(var(--border)); border-radius: 1rem; padding: 24px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.ws-item:hover { border-color: rgb(var(--primary)); box-shadow: 0 14px 34px rgba(var(--primary),.14); transform: translateY(-3px); }
.ws-item-img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: hsl(var(--muted)); border-radius: var(--radius); margin-bottom: 16px;
}
.ws-item-tag {
  position: absolute; top: -10px; right: 16px; background: rgb(var(--primary)); color: #fff;
  font-size: .7rem; font-weight: 700; padding: 4px 12px; border-radius: 100px; letter-spacing: .4px;
}
.ws-item h3 { font-size: 1.1rem; margin: 0 0 7px; color: hsl(var(--foreground)); }
.ws-item-spec { font-size: .85rem; color: hsl(var(--muted-foreground)); line-height: 1.5; margin: 0 0 14px; min-height: 3.6em; }
.ws-item-meta { display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: .78rem; color: hsl(var(--muted-foreground)); padding: 12px 0; border-top: 1px dashed hsl(var(--border)); border-bottom: 1px dashed hsl(var(--border)); margin-bottom: 12px; }
.ws-item-meta span { white-space: nowrap; }
.ws-item-link { font-size: .85rem; font-weight: 700; color: rgb(var(--primary)); text-decoration: none; }
.ws-item-link:hover { text-decoration: underline; }

/* ─── SEO BLOCK ─── */
.ws-seo-block { max-width: 1000px; margin: 0 auto; }
.ws-seo-block h2 { text-align: left; font-size: clamp(1.5rem, 3vw, 2.1rem); margin-bottom: 20px; }
.ws-seo-block h3 { margin-top: 28px; font-size: 1.22rem; color: hsl(var(--foreground)); }
.ws-seo-block p { font-size: 1rem; line-height: 1.8; color: hsl(var(--foreground)); margin-bottom: 14px; }
.ws-seo-block a { color: rgb(var(--primary)); font-weight: 600; }

/* ─── CTA BAND ─── */
.ws-cta-band { background: linear-gradient(135deg, rgb(var(--accent)) 0%, rgb(var(--primary)) 100%); color: #fff; text-align: center; padding: clamp(44px, 6vw, 72px) 20px; }
.ws-cta-band h2 { color: #fff; margin-bottom: 10px; }
.ws-cta-band p { color: rgba(255,255,255,.85); font-size: 1.05rem; margin: 0 0 22px; }
.ws-cta-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1100px) {
  .ws-hero .ws-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .ws-tier-grid { grid-template-columns: 1fr; max-width: 520px; margin-left: auto; margin-right: auto; }
  .ws-tier-card-featured { transform: none; }
  .ws-inquiry-wrap { grid-template-columns: 1fr; gap: 32px; }
  .ws-adv-grid { grid-template-columns: repeat(2, 1fr); }
  .ws-audience-grid { grid-template-columns: repeat(2, 1fr); }
  .ws-process-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .ws-adv-grid { grid-template-columns: 1fr; }
  .ws-audience-grid { grid-template-columns: 1fr; }
  .ws-process-grid { grid-template-columns: 1fr; }
  .ws-form-row { grid-template-columns: 1fr; gap: 0; }
  .ws-form-checkgrid { grid-template-columns: 1fr; }
  .ws-inquiry-form { padding: 24px; }
  .ws-hero-stats { padding: 18px; }
}
