/* ── WEBLOCAL ACCENT — NEW TERRACOTTA BRAND ── */
:root {
  --wl: #E0734B;
  --wl2: #D97757;
  --wl-light: var(--accent-12);
  --wl-border: var(--shadow-accent);
  --wl-15: rgba(224, 115, 75, 0.15);
  --wl-3: rgba(224, 115, 75, 0.3);
  --wl-35: rgba(224, 115, 75, 0.35);

  /* White transparency scale */
  --white-55: rgba(255, 255, 255, 0.55);
  --white-65: rgba(255, 255, 255, 0.65);
  --white-7: rgba(255, 255, 255, 0.7);
  --white-75: rgba(255, 255, 255, 0.75);
  --white-8: rgba(255, 255, 255, 0.8);

  /* Black transparency */
  --black-08: rgba(10, 5, 30, 0.08);
  --black-15: rgba(10, 5, 30, 0.15);
  --black-82: rgba(10, 5, 30, 0.82);
  --black-92: rgba(10, 5, 30, 0.92);
}

/* Accent tokens */
.italic-vt,
.italic-wl {
  color: var(--wl);
  font-style: italic;
}

.section-badge {
  background: var(--wl-light);
  border-color: var(--wl-border);
  color: var(--wl2);
}

.section-h2 .italic-wl {
  color: var(--wl);
}

.btn-primary {
  background: var(--wl);
}

.btn-primary:hover {
  background: var(--wl2);
  transform: translateY(-2px);
}

.btn-outline {
  color: var(--wl);
  border-color: var(--wl);
}

.btn-outline:hover {
  background: var(--wl-light);
}

.hero-label {
  background: var(--wl-15);
  border-color: var(--wl-3);
  color: #E0734B;
}

.hero-label-dot {
  background: var(--wl);
}

.hero-form input:focus,
.hero-form select:focus {
  border-color: var(--wl);
}

.hero-glow-1 {
  background: radial-gradient(circle, #e0734b59 0%, transparent 60%);
}

.wh-icon {
  background: var(--wl-light);
}

.ft-icon {
  background: var(--wl-15);
}

.pr-icon {
  background: var(--wl);
  box-shadow: 0 8px 20px var(--shadow-accent);
}

.faq-btn:hover {
  color: var(--wl);
}

.faq-icon-wrap {
  color: var(--wl);
}

.faq-item.open .faq-icon-wrap {
  background: var(--wl);
  border-color: var(--wl);
}

/* ── GUARANTEE & METIER BADGES ── */
.garantie-badge-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--wl-15);
  border: 1px solid var(--wl-3);
  padding: 14px 20px;
  border-radius: 12px;
  margin: 20px 0;
}

.garantie-badge-wrap strong {
  color: var(--wl);
  font-weight: 700;
  font-size: 15px;
}

.garantie-badge-wrap span {
  color: #6b7280;
  font-size: 14px;
}

.garantie-inline-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--wl-15);
  border: 1px solid var(--wl-3);
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--wl);
}

.hero-metier-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--wl-15);
  border: 1px solid var(--wl-3);
  padding: 8px 16px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  color: var(--wl);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

/* ── HERO IMAGE CARD ── */
.hero-img-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid var(--wl-3);
  box-shadow:
    0 0 0 1px var(--black-08),
    0 24px 60px rgba(0, 0, 0, 0.4),
    0 0 60px var(--wl-light);
  aspect-ratio: 1 / 1;
}

.hero-artisans-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}

.hero-img-card:hover .hero-artisans-img {
  transform: scale(1.03);
}

/* Overlay bas */
.hic-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, var(--black-92) 0%, transparent 100%);
  padding: 36px 14px 14px;
  font-size: 11px;
  font-weight: 600;
  color: var(--white-55);
  letter-spacing: .04em;
  text-align: center;
  line-height: 1.5;
}

/* Badges flottants */
.hic-badge {
  position: absolute;
  background: var(--black-82);
  backdrop-filter: blur(12px);
  border: 1px solid var(--wl-35);
  border-radius: 14px;
  padding: 10px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  min-width: 84px;
}

.hic-val {
  font-size: 22px;
  font-weight: 900;
  color: var(--wl);
  line-height: 1;
}

.hic-lbl {
  font-size: 11px;
  color: var(--white-55);
  font-weight: 600;
  white-space: nowrap;
}

.hic-badge--tl {
  top: 12px;
  left: 12px;
}

.hic-badge--tr {
  top: 12px;
  right: 12px;
}

.hic-badge--bc {
  bottom: 52px;
  left: 12px;
}

@media (max-width: 900px) {
  .hero-img-card {
    aspect-ratio: 4/3;
    max-width: 480px;
    margin: 0 auto;
  }
}

.hero-ideal-for {
  background: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 20px 24px;
  margin-top: 40px;
  border-radius: 15px;
}

.ideal-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--wl);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  text-align: center;
}

.ideal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.ideal-tags span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white-75);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
}
.ideal-tags a {
  color: #FFF;
  text-decoration: none;
  font-weight: 700;
}

.ideal-tags a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

/* PRICING */
.section-pricing-wl {
  background: var(--cream);
  padding: 100px 0;
}

.pricing-grid-wl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.price-card-wl {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 40px 32px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.price-card-wl--featured {
  background: var(--dp);
  border-color: transparent;
  box-shadow: 0 20px 50px rgba(45, 16, 96, 0.15);
  transform: scale(1.03);
}

.price-featured-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--wl);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 18px;
  border-radius: 999px;
  white-space: nowrap;
}

.price-tier {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  margin-bottom: 12px;
}

.price-card-wl--featured .price-tier {
  color: rgba(255, 255, 255, 0.5);  /* unique opacity, kept hardcoded */
}

.price-val {
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 16px;
}

.price-card-wl--featured .price-val {
  color: var(--white-7);
}

.price-val strong {
  display: block;
  font-size: 44px;
  font-weight: 900;
  color: var(--ink);
  line-height: 1;
}

.price-card-wl--featured .price-val strong {
  color: #fff;
}

.price-val span {
  font-size: 14px;
  font-weight: 600;
}

.price-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 24px;
}

.price-card-wl--featured .price-desc {
  color: var(--white-65);
}

.price-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  flex-grow: 1;
}

.price-features li {
  font-size: 14px;
  color: var(--ink2);
  padding: 7px 0;
  border-bottom: 1px solid var(--border);
}

.price-card-wl--featured .price-features li {
  color: var(--white-8);
  border-color: rgba(255, 255, 255, 0.08);
}

.btn-price {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
  border: 1px solid var(--border);
  color: var(--ink);
  transition: background 0.2s, transform 0.2s;
}

.btn-price:hover {
  background: var(--wl-light);
  transform: translateY(-2px);
}

.btn-price--featured {
  background: var(--wl);
  color: #fff;
  border: none;
}

.btn-price--featured:hover {
  background: var(--wl2);
}

.price-note {
  font-size: 13px;
  color: var(--muted);
  margin-top: 32px;
  text-align: center;
}

/* PILLARS */
.section-included {
  background: var(--dp);
  padding: 100px 0;
}

.piliers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pilier-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 36px 28px;
}

.pilier-card--featured {
  background: rgba(224, 115, 75, 0.1);
  border-color: var(--shadow-accent);
}

.pilier-icon {
  font-size: 36px;
  margin-bottom: 20px;
}

.pilier-card h3 {
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 12px;
}

.pilier-card p {
  font-size: 15px;
  color: var(--white-7);
  line-height: 1.6;
  margin-bottom: 20px;
}

.pilier-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pilier-list li {
  font-size: 14px;
  color: var(--white-7);
  padding: 7px 0 7px 20px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.pilier-list li::before {
  content: "✓";
  color: var(--wl);
  position: absolute;
  left: 0;
  font-weight: 900;
}

@media (max-width: 900px) {

  .pricing-grid-wl,
  .piliers-grid {
    grid-template-columns: 1fr;
  }

  .price-card-wl--featured {
    transform: none;
  }

  .hero-stat-card {
    flex-direction: column;
    gap: 24px;
  }
}

@media (max-width: 600px) {
  .hero-ideal-for {
    padding: 16px 12px;
  }

  .ideal-tags {
    gap: 6px;
  }

  .ideal-tags span {
    padding: 5px 10px;
    font-size: 12px;
  }
}