/* SalesEvolution HU — static site styles.
   Base rules below are the compiled design-system CSS carried over from
   salesevolution.eu (see assets/css/compiled.css) so the two sites match
   pixel-for-pixel. This file adds the self-hosted @font-face declarations
   (Next.js baked font URLs into that bundle that don't exist here) plus a
   handful of overrides for the simplified nav/footer this static site uses
   instead of the full mega-menu app shell. */

@font-face {
  font-family: britannic;
  src: url('../fonts/Britannic-Bold.ttf') format('truetype');
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: britannic Fallback;
  src: local(Arial);
  ascent-override: 83.42%;
  descent-override: 16.67%;
  line-gap-override: 0.0%;
  size-adjust: 99.91%;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/poppins-300-ext.woff2') format('woff2');
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/poppins-300-latin.woff2') format('woff2');
  unicode-range: U+00-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/poppins-400-ext.woff2') format('woff2');
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/poppins-400-latin.woff2') format('woff2');
  unicode-range: U+00-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/poppins-500-ext.woff2') format('woff2');
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/poppins-500-latin.woff2') format('woff2');
  unicode-range: U+00-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/poppins-600-ext.woff2') format('woff2');
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/poppins-600-latin.woff2') format('woff2');
  unicode-range: U+00-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Poppins Fallback;
  src: local(Arial);
  ascent-override: 93.62%;
  descent-override: 31.21%;
  line-gap-override: 8.92%;
  size-adjust: 112.16%;
}

:root {
  --font-britannic: britannic, britannic Fallback;
  --font-poppins: Poppins, Poppins Fallback;
}

/* This static page has no scroll-triggered JS, so neutralize the
   opacity:0 starting state that .reveal/.reveal-delay-* carry in the
   compiled bundle — otherwise homepage content copied straight from the
   Next.js app would stay invisible without the IntersectionObserver that
   normally adds the .visible class. */
.reveal {
  opacity: 1 !important;
  transform: none !important;
}

/* ---------- Simplified nav (this site has one page, not the full
   salesevolution.eu app shell, so no mega-menu / locale switcher) ---------- */
.hu-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 77px;
  display: flex;
  align-items: center;
  background: transparent;
  transition: background 0.25s, backdrop-filter 0.25s, border-color 0.25s;
}
.hu-nav.scrolled {
  background: #080504e0;
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 0.5px solid #ffffff0f;
}
.hu-nav-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.hu-nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
}
.hu-nav-link {
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.2s;
  white-space: nowrap;
}
.hu-nav-link:hover {
  color: #fff;
}
/* Category buttons that open a dropdown panel — matches the real
   salesevolution.eu nav structure (Nav.tsx): each top-level item is a
   toggle, not a plain link. */
.hu-nav-cat {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.15s;
  white-space: nowrap;
}
.hu-nav-cat:hover,
.hu-nav-cat[aria-expanded="true"] {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.hu-nav-cat-arrow {
  font-size: 8px;
  opacity: 0.5;
  transition: transform 0.2s;
}
.hu-nav-cat[aria-expanded="true"] .hu-nav-cat-arrow {
  transform: rotate(180deg);
}
.hu-nav-cta {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.hu-nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.45);
  background: transparent;
  transition: color 0.15s, background 0.15s;
  flex-shrink: 0;
}
.hu-nav-icon:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}
.hu-nav-icons-row {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-right: 8px;
  margin-right: 4px;
  border-right: 0.5px solid rgba(255, 255, 255, 0.1);
}

/* Dropdown panels */
.hu-nav-backdrop {
  position: fixed;
  inset: 77px 0 0;
  z-index: 96;
}
.hu-nav-dropdown {
  position: absolute;
  top: 77px;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 2px solid var(--orange);
  box-shadow: 0 20px 60px rgba(8, 5, 4, 0.15);
  z-index: 99;
  display: none;
}
.hu-nav-dropdown.open { display: block; }
.hu-nav-dropdown-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 2.5rem 2.5rem 2rem;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 2.5rem;
}
.hu-nav-dropdown-side {
  padding-right: 2rem;
  border-right: 0.5px solid rgba(8, 5, 4, 0.1);
}
.hu-nav-dropdown-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--black);
  line-height: 1.25;
  margin-bottom: 0.75rem;
  font-family: var(--font-display);
}
.hu-nav-dropdown-blurb {
  font-size: 12px;
  color: var(--grey-mid);
  line-height: 1.6;
  margin-bottom: 1.25rem;
}
.hu-nav-dropdown-side .text-link {
  display: block;
  margin-bottom: 0.75rem;
}
.hu-nav-dropdown-items {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.hu-nav-stack-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 84px;
  text-align: center;
  text-decoration: none;
}
.hu-nav-stack-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--dot-accent) 14%, transparent);
  transition: transform 0.2s;
}
.hu-nav-stack-item:hover .hu-nav-stack-dot { transform: scale(1.4); }
.hu-nav-stack-item span.hu-nav-stack-label {
  font-size: 11px;
  font-weight: 600;
  color: var(--black);
  line-height: 1.35;
}
.hu-nav-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
.hu-nav-product-tile {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.15s;
}
.hu-nav-product-tile:hover { background: #f7f7f5; }
.hu-nav-product-mark {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-family: Montserrat, var(--font-body);
  font-weight: 800;
  font-size: 15px;
  color: #fff;
}
.hu-nav-product-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 6px;
  line-height: 1.3;
}
.hu-nav-product-desc {
  font-size: 12px;
  color: var(--grey-mid);
  line-height: 1.55;
  margin: 0;
}
.hu-nav-move-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.hu-nav-about-list a,
.hu-nav-about-list .hu-nav-about-row {
  display: block;
  padding: 12px 0;
  border-bottom: 0.5px solid rgba(8, 5, 4, 0.06);
  text-decoration: none;
  transition: padding-left 0.15s;
}
.hu-nav-about-list a:hover { padding-left: 8px; }
.hu-nav-about-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 3px;
}
.hu-nav-about-desc {
  font-size: 11px;
  color: var(--grey-mid);
}
.hu-nav-dropdown-footer {
  background: #f7f7f5;
  padding: 14px 2.5rem;
  display: flex;
  align-items: center;
  gap: 8px;
  border-top: 0.5px solid rgba(8, 5, 4, 0.08);
  font-size: 11px;
  color: var(--grey-mid);
}
.hu-nav-dropdown-footer a {
  font-size: 11px;
  font-weight: 600;
  color: var(--orange);
  text-decoration: none;
}
.hu-nav-lang {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  padding: 6px 10px;
  transition: color 0.2s, border-color 0.2s;
}
.hu-nav-lang:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
.hu-nav-hamburger {
  display: none;
  cursor: pointer;
  color: #fffc;
  background: none;
  border: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 8px;
}
.hu-nav-hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: currentColor;
  transition: transform 0.3s, opacity 0.3s;
}
@media (max-width: 1024px) {
  .hu-nav-links, .hu-nav-icons-row, .hu-nav-lang, .hu-nav-cta .btn-primary { display: none; }
  .hu-nav-hamburger { display: flex; }
  .hu-nav-mobile {
    position: fixed;
    inset: 77px 0 0;
    z-index: 98;
    background: #080504;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 2rem 1.5rem;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
  }
  .hu-nav-mobile.open { transform: translateX(0); }
  .hu-nav-mobile a {
    display: block;
    padding: 1.125rem 0;
    font-size: 1.0625rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.12);
    text-decoration: none;
  }
  .hu-nav-mobile a.nav-mobile-cta {
    display: flex;
    justify-content: center;
    padding: 1rem 2rem;
    border-bottom: none;
    color: #fff;
  }
}
@media (min-width: 1025px) {
  .hu-nav-mobile { display: none; }
}

/* ---------- Newsletter section (dedicated, on-page) ---------- */
.hu-newsletter-section {
  background: #080504;
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}
.hu-newsletter-section:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 109, 31, 0.3), transparent);
}
.hu-newsletter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 860px) {
  .hu-newsletter-grid { grid-template-columns: 1fr; gap: 2.5rem; }
}
.hu-newsletter-input {
  width: 100%;
  background: #fff;
  border: 0.5px solid rgba(8, 5, 4, 0.18);
  border-radius: 6px;
  padding: 14px 18px;
  color: var(--black);
  font-size: 15px;
  font-family: inherit;
  outline: none;
  margin-bottom: 1.25rem;
}
.hu-newsletter-status {
  font-size: 0.875rem;
  margin-top: 1rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  min-height: 1.2em;
}
.hu-newsletter-status.error { color: #ff8a65; }
.hu-newsletter-status.success { color: #7ed6a5; }

/* ---------- Simplified footer ---------- */
.hu-footer {
  background: var(--black);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.hu-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 0.8fr;
  gap: 3rem;
  padding: 5rem 0 4rem;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 900px) {
  .hu-footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 480px) {
  .hu-footer-grid { grid-template-columns: 1fr; }
  .footer-newsletter-row { flex-direction: column; }
}
.hu-footer-col-title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.35);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.hu-footer-link {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 0.875rem;
  transition: color 0.15s;
  text-decoration: none;
}
.hu-footer-link:hover { color: #fff; }
.hu-footer-bottom {
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

/* ---------- Blog / insights placeholder page ---------- */
.hu-placeholder {
  min-height: 70vh;
  display: flex;
  align-items: center;
  padding: 6rem 0;
}
