/* Hooks Labs - custom layer over the base template
   Aesthetic: Bricolage Grotesque + orange (#FF5722) / ink (#101828).
   Adds: language+currency switcher, volume-order slider, self-serve tweaks. */

:root {
  --hl-orange: #ff5722;
  --hl-ink: #101828;
  --hl-muted: #667085;
  --hl-line: #e4e7ec;
  --hl-bg-soft: #f7f8fa;
}

/* Remove Webflow template-marketplace floating promo */
.remove-this-button-2 { display: none !important; }

/* ---- Honest content: hide fabricated social proof (no real data yet) ---- */
.brand-wrapper { display: none; }              /* fake client logos */
.testimonial-section { display: none; }        /* fabricated testimonials */
.work-info, .work-author { display: none; }    /* fabricated views / sales / handles */

/* ---- Footer: social icons removed, custom 3-column nav, legal moved here ---- */
.footer-bottom-links { display: none; }          /* old bottom legal bar (now a column) */
.footer-bottom { flex-wrap: wrap; row-gap: 18px; }
.copyright-area { gap: 0; }

.footer-top-right { display: flex; flex-wrap: wrap; gap: 36px 56px; }
.hl-foot-col { display: flex; flex-direction: column; gap: 12px; min-width: 150px; }
.hl-foot-title {
  font-family: "Instrument Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .45);
  margin: 0 0 4px;
}
.hl-foot-link {
  color: #cbd2df;
  text-decoration: none;
  font-family: "Instrument Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: color .2s ease;
}
.hl-foot-link:hover { color: var(--hl-orange); }

@media (max-width: 767px) {
  .footer-top-right { gap: 28px 40px; }
  .hl-foot-col { min-width: 42%; }
}

/* ---- Language + currency switcher ---- */
.hl-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right: 12px;
  font-family: "Instrument Sans", sans-serif;
}
.hl-switch-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border: 1px solid var(--hl-line);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: var(--hl-ink);
  line-height: 1;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.hl-switch-btn:hover { border-color: var(--hl-orange); }
.hl-flag { font-size: 16px; }
.hl-caret { width: 8px; height: 8px; border-right: 2px solid var(--hl-muted); border-bottom: 2px solid var(--hl-muted); transform: rotate(45deg); margin-left: 2px; margin-top: -3px; }
.hl-switch-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 190px;
  background: #fff;
  border: 1px solid var(--hl-line);
  border-radius: 14px;
  box-shadow: 0 20px 45px rgba(16,24,40,.14);
  padding: 6px;
  display: none;
  z-index: 9999;
}
.hl-switch.open .hl-switch-menu { display: block; }
.hl-switch-opt {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  border: 0;
  background: transparent;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  color: var(--hl-ink);
  text-align: left;
}
.hl-switch-opt:hover { background: var(--hl-bg-soft); }
.hl-switch-opt .hl-cur { margin-left: auto; color: var(--hl-muted); font-weight: 600; }
.hl-switch-opt.active { background: rgba(255,87,34,.08); color: var(--hl-orange); }

@media (max-width: 767px) {
  .hl-switch { margin-right: 6px; }
  .hl-switch-btn { padding: 8px 11px; font-size: 13px; }
}

/* ---- Per-unit volume order card ---- */
.hl-order {
  margin-top: 34px;
  border: 1px solid var(--hl-line);
  border-radius: 22px;
  background: linear-gradient(180deg, #fff 0%, var(--hl-bg-soft) 100%);
  padding: 34px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 40px;
  align-items: center;
}
.hl-order-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,87,34,.1);
  color: var(--hl-orange);
  font-family: "Instrument Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 7px 12px;
  border-radius: 999px;
}
.hl-order-title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.15;
  color: var(--hl-ink);
  margin: 16px 0 10px;
}
.hl-order-sub { font-family: "Instrument Sans", sans-serif; color: var(--hl-muted); font-size: 16px; line-height: 1.55; margin: 0 0 22px; }
.hl-tiers { display: flex; flex-wrap: wrap; gap: 8px; }
.hl-tier {
  font-family: "Instrument Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--hl-muted);
  border: 1px solid var(--hl-line);
  border-radius: 999px;
  padding: 7px 12px;
  transition: all .2s ease;
}
.hl-tier.active { background: var(--hl-ink); color: #fff; border-color: var(--hl-ink); }
.hl-tier b { color: var(--hl-orange); }
.hl-tier.active b { color: #ff8a65; }

.hl-order-panel {
  background: var(--hl-ink);
  border-radius: 18px;
  padding: 28px;
  color: #fff;
}
.hl-order-qtyrow { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 6px; }
.hl-order-qtylabel { font-family: "Instrument Sans", sans-serif; font-size: 14px; color: rgba(255,255,255,.6); }
.hl-order-qty { font-family: "Bricolage Grotesque", sans-serif; font-size: 40px; font-weight: 700; line-height: 1; }
.hl-order-qty span { font-size: 16px; font-weight: 500; color: rgba(255,255,255,.55); margin-left: 6px; }

.hl-range { width: 100%; margin: 20px 0 14px; -webkit-appearance: none; appearance: none; height: 6px; border-radius: 999px; background: rgba(255,255,255,.18); outline: none; }
.hl-range::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 24px; height: 24px; border-radius: 50%; background: var(--hl-orange); cursor: pointer; border: 4px solid #fff; box-shadow: 0 4px 12px rgba(0,0,0,.35); }
.hl-range::-moz-range-thumb { width: 24px; height: 24px; border-radius: 50%; background: var(--hl-orange); cursor: pointer; border: 4px solid #fff; }

.hl-order-breakdown { display: flex; align-items: center; justify-content: space-between; font-family: "Instrument Sans", sans-serif; font-size: 14px; color: rgba(255,255,255,.65); padding: 12px 0; border-top: 1px solid rgba(255,255,255,.12); }
.hl-order-total { display: flex; align-items: baseline; justify-content: space-between; margin: 6px 0 18px; }
.hl-order-total-label { font-family: "Instrument Sans", sans-serif; font-size: 15px; color: rgba(255,255,255,.7); }
.hl-order-total-value { font-family: "Bricolage Grotesque", sans-serif; font-size: 30px; font-weight: 700; }
.hl-order-bonus { font-family: "Instrument Sans", sans-serif; font-size: 13px; color: #ffccbc; min-height: 18px; margin-bottom: 16px; }
.hl-order-cta {
  display: block;
  width: 100%;
  text-align: center;
  background: var(--hl-orange);
  color: #fff;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 16px;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
  transition: transform .15s ease, background .2s ease;
}
.hl-order-cta:hover { background: #f4511e; transform: translateY(-1px); }

@media (max-width: 900px) {
  .hl-order { grid-template-columns: 1fr; gap: 26px; padding: 26px; }
  .hl-order-title { font-size: 25px; }
}
