/* ============================================================
   SALADOS SWISS GOLD – ELEMENTOR WIDGETS
   Global styles + all widget component styles
   ============================================================ */

/* -- Google Fonts -- */
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

/* -- CSS Variables -- */
:root {
  --sal-blue:   #231f44;
  --sal-gold:   #966d01;
  --sal-grey:   #f6f6f6;
  --sal-white:  #ffffff;
  --sal-text:   #4a4a6a;
  --sal-gold-light: #b38b1a;
  --sal-radius: 10px;
  --sal-shadow: 0 4px 24px rgba(35,31,68,0.10);
  --sal-transition: 0.25s ease;
  --sal-font-display: 'Red Hat Display', sans-serif;
  --sal-font-body:    'Red Hat Display', sans-serif;
}

/* -- Global font: auto-applied to ALL WordPress content (posts, pages, blocks) -- */
body,
h1, h2, h3, h4, h5, h6,
p, a, li, span, input, textarea, button, select,
.entry-content, .wp-block-post-content, .wp-site-blocks,
.elementor-widget-container {
  font-family: 'Red Hat Display', sans-serif;
}

button.salados-mainNav__toggle.is-open {
    background-color: transparent !important;
}
button.salados-mainNav__toggle {
    background-color: transparent !important;
}

/* ============================================================
   GLOBAL TYPOGRAPHY
   All heading / paragraph / link / list styles that auto-apply
   when content is added through Elementor text blocks
   ============================================================ */

.elementor-widget-salados_header,
.elementor-widget-salados_hero_carousel,
.elementor-widget-salados_icons_cols,
.elementor-widget-salados_why_choose,
.elementor-widget-salados_products_home,
.elementor-widget-salados_services_cards,
.elementor-widget-salados_sustainability,
.elementor-widget-salados_contact_section,
.elementor-widget-salados_footer,
.salados-header,
.salados-hero,
.salados-iconsCols,
.salados-whyChoose,
.salados-productsHome,
.salados-servicesCards,
.salados-sustainability,
.salados-contact,
.salados-footer {
  font-family: var(--sal-font-body);
  box-sizing: border-box;
}

/* H1 */
.salados-hero__title,
h1.salados-h1 {
  font-family: var(--sal-font-display);
  font-size: clamp(2.125rem, 4vw, 3.625rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 1rem;
  color: var(--sal-white);
}

/* H2 */
.salados-whyChoose__heading,
.salados-productsHome__heading,
.salados-sustainability__heading,
.salados-contact__heading,
h2.salados-h2 {
  font-family: var(--sal-font-display);
  font-size: clamp(1.725rem, 3vw, 2.725rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0 0 1rem;
  color: var(--sal-blue);
}

/* H3 */
.salados-servicesCards__title,
.salados-contact__formHeading,
.salados-contact__infoHeading,
h3.salados-h3 {
  font-family: var(--sal-font-display);
  font-size: clamp(1.325rem, 2.2vw, 1.875rem);
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 0.75rem;
  color: var(--sal-white);
}

/* H4 */
.salados-footer__colHeading,
.salados-sustainability__stepTitle,
h4.salados-h4 {
  font-family: var(--sal-font-body);
  font-size: 1.175rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 0.5rem;
  color: var(--sal-white);
}

/* Paragraphs */
p,
.salados-hero__desc,
.salados-productsHome__desc,
.salados-servicesCards__desc,
.salados-sustainability__stepDesc,
.salados-footer__desc {
  font-family: var(--sal-font-body);
  font-size: 1.075rem;
  font-weight: 400;
  line-height: 1.7;
  color: var(--sal-text);
  margin: 0 0 1rem;
}

/* Anchor tags */
a {
  text-decoration: none;
  transition: color var(--sal-transition);
}
a:hover { color: var(--sal-gold); }

/* Unordered / Ordered lists */
.salados-whyChoose__bullets,
ul.salados-list {
  list-style: disc;
  padding-left: 1.25rem;
  margin: 0.5rem 0;
}
.salados-whyChoose__bullets li,
ul.salados-list li {
  font-family: var(--sal-font-body);
  font-size: 1.075rem;
  line-height: 1.7;
  color: var(--sal-text);
  margin-bottom: 0.4rem;
}

/* -- Utility -- */
* { box-sizing: border-box; }

.salados-container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.salados-badge {
  display: inline-block;
  padding: 0.3em 1em;
  border: 1px solid #d0d0d0;
  border-radius: 50px;
  font-size: 0.945rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  background: var(--sal-grey);
  color: var(--sal-blue);
  margin-bottom: 1rem;
}

/* ============================================================
   1. HEADER
   ============================================================ */

.salados-header {
  position: relative;
  z-index: 1000;
  width: 100%;
}

/* -- Top bar -- */
.salados-topbar {
  background: #1a1735;
  font-size: 0.925rem;
  color: rgba(255,255,255,0.8);
  border-bottom: 1px solid rgba(150,109,1,0.3);
}
.salados-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  flex-wrap: wrap;
  gap: 8px;
}
.salados-topbar__left { display: flex; align-items: center; gap: 6px; }
.salados-topbar__link {
  font-weight: 600;
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.salados-topbar__right { display: flex; align-items: center; gap: 18px; }
.salados-topbar__email,
.salados-topbar__hotline { display: flex; align-items: center; gap: 6px; }

/* -- Main nav bar -- */
.salados-mainNav {
  background: var(--sal-blue);
  padding: 0;
  position: relative;
}
.salados-mainNav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 120px;
  gap: 16px;
}

/* -- Logo -- */
.salados-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
  line-height: 0;
}
.salados-logo__img {
  width: 160px;
  height: auto;
  display: block;
  max-height: 80px;
  object-fit: contain;
}
.salados-logo__placeholder {
  display: block;
  line-height: 0;
}
.salados-footer .salados-logo__img { width: 140px; }

/* -- Desktop nav wrapper -- */
.salados-mainNav__desktopNav { display: flex; align-items: center; }

/* -- Top-level menu list -- */
.salados-nav__menu,
.salados-nav__mobileList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 2px;
}

.salados-nav__item--top {
  position: relative;
}

.salados-nav__link {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 14px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #f2c067 !important;
  white-space: nowrap;
  border-radius: 4px;
  transition: color var(--sal-transition);
  position: relative;
  letter-spacing: 0.2px;
}
.salados-nav__link::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 14px;
  right: 14px;
  height: 2px;
  background: var(--sal-gold);
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform var(--sal-transition);
  transform-origin: left;
}
.salados-nav__link:hover,
.salados-nav__item--active > .salados-nav__link { color: #ffffff; }
.salados-nav__item--active > .salados-nav__link::after { transform: scaleX(1); }
.salados-nav__link:hover::after { transform: scaleX(1); }

.salados-nav__arrow {
  display: inline-flex;
  align-items: center;
  transition: transform 0.25s ease;
  pointer-events: none;
}
.salados-nav__item--has-children:hover > .salados-nav__link .salados-nav__arrow,
.salados-nav__item--has-children.is-open > .salados-nav__link .salados-nav__arrow {
  transform: rotate(180deg);
}

/* DESKTOP DROPDOWN */
.salados-mainNav__desktopNav .salados-nav__dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 210px;
  background: #1e1b3a;
  border-top: 3px solid var(--sal-gold);
  border-radius: 0 0 10px 10px;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  box-shadow: 0 12px 32px rgba(0,0,0,0.35);
  z-index: 200;

  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
  pointer-events: none;
}

.salados-mainNav__desktopNav .salados-nav__item--has-children:hover > .salados-nav__dropdown,
.salados-mainNav__desktopNav .salados-nav__item--has-children:focus-within > .salados-nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.salados-mainNav__desktopNav .salados-nav__sublink {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 20px;
  font-size: 0.995rem;
  font-weight: 400;
  color: rgba(255,255,255,0.85);
  white-space: nowrap;
  transition: color var(--sal-transition), background var(--sal-transition);
}
.salados-mainNav__desktopNav .salados-nav__sublink:hover {
  color: var(--sal-gold);
  background: rgba(150,109,1,0.12);
}
.salados-mainNav__desktopNav .salados-nav__sublink .salados-nav__arrow {
  margin-left: auto;
  transform: rotate(-90deg);
}

.salados-mainNav__desktopNav .salados-nav__dropdown--deep {
  top: 0;
  left: 100%;
  border-top: none;
  border-left: 3px solid var(--sal-gold);
  border-radius: 0 10px 10px 0;
  transform: translateX(8px);
}
.salados-mainNav__desktopNav .salados-nav__item--sub:hover > .salados-nav__dropdown--deep,
.salados-mainNav__desktopNav .salados-nav__item--sub:focus-within > .salados-nav__dropdown--deep {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
}

.salados-mainNav__toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  z-index: 10;
}
.salados-mainNav__toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.salados-mainNav__toggle.is-open span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.salados-mainNav__toggle.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.salados-mainNav__toggle.is-open span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

/* MOBILE PANEL */
.salados-mainNav__mobileMenu {
  background: #1e1b3a;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}
.salados-mainNav__mobileMenu.is-open {
  max-height: 100vh;
}
.salados-mainNav__mobileMenu .salados-nav__mobileList {
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 8px 0 16px;
}

.salados-mainNav__mobileMenu .salados-nav__item--top {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.salados-mainNav__mobileMenu .salados-nav__item--top:last-child { border-bottom: none; }

.salados-mainNav__mobileMenu .salados-nav__link {
  color: #ffffff;
  padding: 13px 0;
  font-size: 1.075rem;
  font-weight: 500;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
}
.salados-mainNav__mobileMenu .salados-nav__link::after { display: none; }
.salados-mainNav__mobileMenu .salados-nav__link:hover { color: var(--sal-gold); }

.salados-mainNav__mobileMenu .salados-nav__dropdown {
  position: static;
  display: none;
  opacity: 1;
  visibility: visible;
  transform: none;
  box-shadow: none;
  border-top: none;
  border-radius: 0;
  background: rgba(0,0,0,0.2);
  padding: 4px 0 4px 16px;
  min-width: 0;
  pointer-events: auto;
  list-style: none;
  margin: 0;
}
.salados-mainNav__mobileMenu .salados-nav__dropdown.is-open { display: block; }

.salados-mainNav__mobileMenu .salados-nav__sublink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 10px 0;
  font-size: 1.005rem;
  color: rgba(255,255,255,0.8);
  transition: color var(--sal-transition);
}
.salados-mainNav__mobileMenu .salados-nav__sublink:hover { color: var(--sal-gold); }

.salados-mainNav__mobileMenu .salados-nav__item--has-children.is-open > .salados-nav__link .salados-nav__arrow,
.salados-mainNav__mobileMenu .salados-nav__item--has-children.is-open > .salados-nav__sublink .salados-nav__arrow {
  transform: rotate(180deg);
}

/* ============================================================
   2. HERO CAROUSEL
   ============================================================ */

.salados-hero {
  position: relative;
  overflow: hidden;
}

.salados-hero__track {
  position: relative;
  min-height: 670px;
}

.salados-hero__slide {
  position: absolute;
  inset: 0;
  min-height: 670px;
  background-size: cover;
  background-position: center;
  background-color: var(--sal-blue);
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.85s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
}

.salados-hero__slide.is-active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  z-index: 1;
}

.salados-hero__slide.is-leaving {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 0;
}

.salados-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(35,31,68,0.25);
  pointer-events: none;
}

.salados-hero__gradient {
  position: absolute;
  inset: 0;
  z-index: 1;
  margin:15px;
  pointer-events: none;
  background:
    linear-gradient(
      to top,
      var(--hero-grad-from, rgba(35,31,68,0.95)) 0%,
      var(--hero-grad-from, rgba(35,31,68,0.95)) 10%,
      rgba(35,31,68,0.55) 35%,
      rgba(35,31,68,0.15) 60%,
      transparent 80%
    ),
    linear-gradient(
      to right,
      var(--hero-grad-side, rgba(35,31,68,0.50)) 0%,
      transparent 0%
    );
}

.salados-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  gap: 40px;
}
.salados-hero__left  { flex: 1; max-width: 480px; }
.salados-hero__right { flex: 0 0 440px; }

.salados-hero__watch,
.salados-hero__title,
.salados-hero__buttons,
.salados-hero__desc {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity   0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: opacity, transform;
}

.salados-hero__slide.is-active .salados-hero__watch   { opacity: 1; transform: translateY(0); transition-delay: 0.20s; }
.salados-hero__slide.is-active .salados-hero__title   { opacity: 1; transform: translateY(0); transition-delay: 0.32s; }
.salados-hero__slide.is-active .salados-hero__buttons { opacity: 1; transform: translateY(0); transition-delay: 0.50s; }
.salados-hero__slide.is-active .salados-hero__desc    { opacity: 1; transform: translateY(0); transition-delay: 0.44s; }

.salados-hero__slide.is-leaving .salados-hero__watch,
.salados-hero__slide.is-leaving .salados-hero__title,
.salados-hero__slide.is-leaving .salados-hero__buttons,
.salados-hero__slide.is-leaving .salados-hero__desc {
  opacity: 0;
  transform: translateY(-14px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  transition-delay: 0s !important;
}

.salados-hero__watch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--sal-blue);
  text-decoration: none;
  color: #ffffff;
  margin-bottom: 20px;
}
.salados-hero__watch:hover { transform: translateY(0) scale(1.08) !important; }
.salados-hero__watchCircle {
  position: absolute;
  animation: salados-spin 12s linear infinite;
  color: rgba(255,255,255,0.8);
}
.salados-hero__playIcon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
@keyframes salados-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

.salados-hero__title {
  color: #ffffff;
  font-size: clamp(2.125rem, 4vw, 3.525rem);
  margin: 0;
}
.salados-hero__desc {
  color: rgba(255,255,255,0.85);
  font-size: 1.225rem;
  line-height: 1.7;
  margin: 0;
}

.salados-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.salados-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 28px;
  border-radius: 50px;
  font-size: 1.045rem;
  font-weight: 600;
  font-family: var(--sal-font-body);
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.2s ease;
  letter-spacing: 0.02em;
}
.salados-hero__btn:hover { transform: translateY(-2px); }
.salados-hero__btn--primary  { background: var(--sal-gold); color: #ffffff; border-color: var(--sal-gold); }
.salados-hero__btn--primary:hover  { background: #7a5800; border-color: #7a5800; color: #ffffff; }
.salados-hero__btn--secondary { background: transparent; color: #ffffff; border-color: rgba(255,255,255,0.7); }
.salados-hero__btn--secondary:hover { background: rgba(255,255,255,0.15); border-color: #ffffff; color: #ffffff; }

.salados-hero__dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 5;
}
.salados-hero__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  border: none;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
  padding: 0;
}
.salados-hero__dot.is-active { background: var(--sal-gold); transform: scale(1.3); }

.salados-hero__prev,
.salados-hero__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: none;
  color: #ffffff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 1.125rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.22s ease, transform 0.22s ease;
}
.salados-hero__prev { left: 20px; }
.salados-hero__next { right: 20px; }
.salados-hero__prev:hover { background: var(--sal-gold); transform: translateY(-50%) scale(1.08); }
.salados-hero__next:hover { background: var(--sal-gold); transform: translateY(-50%) scale(1.08); }

/* ============================================================
   3. ICONS COLUMNS
   ============================================================ */

.salados-iconsCols {
  background: #ffffff;
  padding: 40px 20px;
}
.salados-iconsCols__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.salados-iconsCols__item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 20px 32px;
  border-right: 1px solid #e0e0e0;
}
.salados-iconsCols__item:last-child { border-right: none; }
.salados-iconsCols__circle {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid var(--sal-blue);
  background: #f0f0f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.925rem;
  color: var(--sal-blue);
  border: 2px solid var(--sal-blue);
outline: 6px solid #fff;
outline-offset: -7px;
}
.salados-iconsCols__circle i { font-size: 1.925rem; }
.salados-iconsCols__circle svg { width: 36px; height: 36px; }
.salados-iconsCols__label {
  font-size: 0.945rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--sal-blue);
  text-transform: uppercase;
  max-width: 100px;
  line-height: 1.4;
}

/* ============================================================
   4. WHY CHOOSE
   ============================================================ */

.salados-whyChoose { padding: 80px 20px; background: #ffffff; }
.salados-whyChoose__inner {
  display: flex;
  align-items: center;
  gap: 60px;
}

.salados-whyChoose__inner--left .salados-whyChoose__imageWrap { order: 0; }
.salados-whyChoose__inner--left .salados-whyChoose__content   { order: 1; }

.salados-whyChoose__inner--right .salados-whyChoose__imageWrap { order: 1; }
.salados-whyChoose__inner--right .salados-whyChoose__content   { order: 0; }

.salados-whyChoose__inner--left  .salados-whyChoose__stat { right: -20px; bottom: -20px; }
.salados-whyChoose__inner--right .salados-whyChoose__stat { left: -20px;  bottom: -20px; right: auto; }

.salados-whyChoose__imageWrap {
  flex: 0 0 42%;
  position: relative;
}
.salados-whyChoose__image {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: var(--sal-radius);
}
.salados-whyChoose__imagePlaceholder {
  width: 100%;
  height: 420px;
  background: linear-gradient(135deg, #c8960a 0%, #7a5800 100%);
  border-radius: var(--sal-radius);
}
.salados-whyChoose__stat {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: #ffffff;
  border-radius: var(--sal-radius);
  padding: 20px 24px;
  text-align: center;
  box-shadow: var(--sal-shadow);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 120px;
}
.salados-whyChoose__stat i,
.salados-whyChoose__stat svg { color: var(--sal-blue); font-size: 1.625rem; margin-bottom: 4px; }
.salados-whyChoose__statNum {
  font-family: var(--sal-font-body);
  font-size: 1.725rem;
  font-weight: 700;
  color: var(--sal-blue);
  line-height: 1;
}
.salados-whyChoose__statLabel { font-size: 0.905rem; color: #888; }
.salados-whyChoose__content { flex: 1; }
.salados-whyChoose__heading { color: var(--sal-blue); margin: 0.5rem 0 1rem; }

.salados-whyChoose__editor {
  color: #4a4a6a;
  font-size: 1.075rem;
  line-height: 1.7;
  margin: 0.5rem 0 1.25rem;
}
.salados-whyChoose__editor p  { margin: 0 0 0.75em; }
.salados-whyChoose__editor ul,
.salados-whyChoose__editor ol { padding-left: 1.2rem; margin: 0 0 0.75em; }
.salados-whyChoose__editor li { margin-bottom: 0.3em; }
.salados-whyChoose__editor strong { color: var(--sal-blue); font-weight: 700; }
.salados-whyChoose__editor a  { color: var(--sal-gold); text-decoration: underline; text-underline-offset: 2px; }
.salados-whyChoose__editor a:hover { color: #7a5800; }

.salados-whyChoose__bullets {
  list-style: disc;
  padding-left: 1.2rem;
  margin: 0;
}
.salados-whyChoose__bullets li {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--sal-gold);
  margin-bottom: 0.3rem;
}

/* ============================================================
   5. PRODUCTS HOME
   ============================================================ */

.salados-productsHome { padding: 80px 20px; background: #ffffff; }
.salados-productsHome__inner {
  display: flex;
  align-items: center;
  gap: 60px;
}

.salados-productsHome__inner--left .salados-productsHome__imageWrap { order: 0; }
.salados-productsHome__inner--left .salados-productsHome__content   { order: 1; }

.salados-productsHome__inner--right .salados-productsHome__imageWrap { order: 1; }
.salados-productsHome__inner--right .salados-productsHome__content   { order: 0; }

.salados-productsHome__inner--left  .salados-productsHome__card--top    { top: 20px;    left: -20px; right: auto; }
.salados-productsHome__inner--left  .salados-productsHome__card--bottom { bottom: 20px; right: -20px; left: auto; }
.salados-productsHome__inner--right .salados-productsHome__card--top    { top: 20px;    right: -20px; left: auto; }
.salados-productsHome__inner--right .salados-productsHome__card--bottom { bottom: 20px; left: -20px; right: auto; }

.salados-productsHome__imageWrap {
  flex: 0 0 44%;
  position: relative;
}
.salados-productsHome__image {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: var(--sal-radius);
  display: block;
}
.salados-productsHome__imagePlaceholder {
  width: 100%;
  height: 440px;
  background: linear-gradient(135deg, #2a2550 0%, #1a1530 100%);
  border-radius: var(--sal-radius);
}
.salados-productsHome__card {
  position: absolute;
  background: var(--sal-blue);
  color: #ffffff;
  border-radius: var(--sal-radius);
  padding: 20px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 160px;
  box-shadow: var(--sal-shadow);
}
.salados-productsHome__card i,
.salados-productsHome__card svg { font-size: 1.925rem; color: #ffffff; margin-bottom: 4px; }
.salados-productsHome__cardNum {
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1;
}
.salados-productsHome__cardLabel {
  font-size: 0.845rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-transform: uppercase;
}
.salados-productsHome__content { flex: 1; }
.salados-productsHome__heading { color: var(--sal-blue); margin: 0.5rem 0 1rem; }
.salados-productsHome__descRow {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 2rem;
}
.salados-productsHome__descLine {
  flex-shrink: 0;
  display: block;
  width: 40px;
  height: 2px;
  background: var(--sal-blue);
  margin-top: 10px;
}
.salados-productsHome__desc { margin: 0; color: #666; font-size: 1.025rem; }
.salados-productsHome__btns { display: flex; flex-direction: column; gap: 12px; }
.salados-productsHome__btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 14px 24px;
  border: 1px solid #ccc;
  border-radius: 50px;
  font-size: 0.945rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--sal-grey);
  color: var(--sal-blue);
  transition: background var(--sal-transition), color var(--sal-transition), border-color var(--sal-transition);
  max-width: 320px;
}
.salados-productsHome__btn:hover {
  background: var(--sal-blue);
  color: #ffffff;
  border-color: var(--sal-blue);
}

/* ============================================================
   6. SERVICES CARDS
   ============================================================ */

.salados-servicesCards {
  background: var(--sal-blue);
  padding: 70px 20px;
}

.salados-servicesCards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  align-items: stretch;
}

.salados-servicesCards__card {
  display: flex;
  flex-direction: column;
  padding: 32px 28px;
  border-right: 1px solid rgba(255,255,255,0.12);
}
.salados-servicesCards__card:last-child { border-right: none; }

.salados-servicesCards__title {
  color: #ffffff;
  font-family: var(--sal-font-display);
  font-size: 1.425rem;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.3;
}

.salados-servicesCards__titleDivider {
  display: block;
  width: 40px;
  height: 3px;
  background: var(--sal-gold);
  border-radius: 2px;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.salados-servicesCards__imageWrap {
  overflow: hidden;
  border-radius: 0px;
  margin-bottom: 18px;
  flex-shrink: 0;
}
.salados-servicesCards__image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.salados-servicesCards__card:hover .salados-servicesCards__image { transform: scale(1.3); }
.salados-servicesCards__imagePlaceholder {
  width: 100%;
  height: 200px;
  background: rgba(150,109,1,0.2);
  border-radius: 8px;
  margin-bottom: 18px;
  flex-shrink: 0;
}

.salados-servicesCards__desc {
  color: rgba(255,255,255,0.75);
  font-size: 1.005rem;
  line-height: 1.65;
  margin: 0;
  flex: 1;
}

.salados-servicesCards__btnWrap {
  margin-top: 22px;
  flex-shrink: 0;
}

.salados-servicesCards__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 11px 24px;
  border-radius: 50px;
  font-size: 1.005rem;
  font-weight: 600;
  font-family: var(--sal-font-body);
  border: 2px solid transparent;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: background var(--sal-transition), color var(--sal-transition), border-color var(--sal-transition), transform var(--sal-transition);
}
.salados-servicesCards__btn:hover { transform: translateY(-2px); }

.salados-servicesCards__btn--primary {
  background: var(--sal-gold);
  color: #ffffff;
  border-color: var(--sal-gold);
}
.salados-servicesCards__btn--primary:hover {
  background: #7a5800;
  border-color: #7a5800;
  color: #ffffff;
}

.salados-servicesCards__btn--secondary {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255,255,255,0.6);
}
.salados-servicesCards__btn--secondary:hover {
  background: rgba(255,255,255,0.15);
  border-color: #ffffff;
  color: #ffffff;
}

/* ============================================================
   7. SUSTAINABILITY
   ============================================================ */

.salados-sustainability {
  background: var(--sal-blue);
  padding: 80px 20px;
}
.salados-sustainability__header {
  text-align: center;
  margin-bottom: 60px;
}
.salados-sustainability__badge {
  display: inline-block;
  padding: 0.4em 1.2em;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 50px;
  font-size: 0.945rem;
  color: #ffffff;
  background: rgba(255,255,255,0.1);
  margin-bottom: 16px;
}
.salados-sustainability__heading {
  font-family: var(--sal-font-body);
  font-size: clamp(1.925rem, 3.5vw, 3.125rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #ffffff;
  margin: 0;
}
.salados-sustainability__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
.salados-sustainability__col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.salados-sustainability__iconCard {
  width: 90px;
  height: 90px;
  background: var(--sal-gold);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.125rem;
  color: #ffffff;
  margin-bottom: 0;
  flex-shrink: 0;
}
.salados-sustainability__iconCard i,
.salados-sustainability__iconCard svg { color: #ffffff; font-size: 2.125rem; width: 40px; height: 40px; }
.salados-sustainability__connector {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 0;
}
.salados-sustainability__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #5b5890;
  border: 2px solid rgba(255,255,255,0.4);
}
.salados-sustainability__line {
  width: 1px;
  height: 24px;
  background: rgba(255,255,255,0.25);
  border: 1px dashed rgba(255,255,255,0.3);
}
.salados-sustainability__stepCard {
  background: var(--sal-gold);
  border-radius: var(--sal-radius);
  padding: 28px 24px;
  text-align: center;
  width: 100%;
  position: relative;
}
.salados-sustainability__stepNum {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--sal-blue);
  color: #ffffff;
  font-size: 0.945rem;
  font-weight: 700;
  margin: 0 auto 16px;
  border: 2px solid rgba(255,255,255,0.3);
}
.salados-sustainability__stepTitle {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 10px;
}
.salados-sustainability__stepDesc {
  font-size: 0.975rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
  margin: 0;
}

/* ============================================================
   8. CONTACT SECTION
   ============================================================ */

.salados-contact { padding: 80px 20px; background: #ffffff; }
.salados-contact__topHeader { text-align: center; margin-bottom: 50px; }
.salados-contact__heading {
  color: var(--sal-blue);
  max-width: 560px;
  margin: 0.5rem auto 0;
}
.salados-contact__panels {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 0;
  border-radius: var(--sal-radius);
  overflow: hidden;
}
.salados-contact__formPanel {
  background: var(--sal-grey);
  padding: 40px 40px 48px;
}
.salados-contact__formHeading {
  color: var(--sal-blue);
  font-size: 1.725rem;
  margin: 0.5rem 0 1.5rem;
  font-family: var(--sal-font-display);
}
.salados-contact__form { display: flex; flex-direction: column; gap: 14px; }
.salados-contact__formRow { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.salados-contact__input,
.salados-contact__textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #ffffff;
  font-family: var(--sal-font-body);
  font-size: 1.025rem;
  color: var(--sal-blue);
  outline: none;
  transition: border-color var(--sal-transition);
}
.salados-contact__input:focus,
.salados-contact__textarea:focus { border-color: var(--sal-gold); }
.salados-contact__textarea { resize: vertical; min-height: 140px; }
.salados-contact__submit {
  align-self: flex-start;
  padding: 12px 28px;
  background: var(--sal-gold);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-family: var(--sal-font-body);
  font-size: 1.025rem;
  font-weight: 600;
  cursor: pointer;
  transition: background var(--sal-transition);
}
.salados-contact__submit:hover { background: #7a5800; }

.salados-contact__cf7 .wpcf7-form { display: flex; flex-direction: column; gap: 14px; }
.salados-contact__cf7 input[type="text"],
.salados-contact__cf7 input[type="email"],
.salados-contact__cf7 input[type="tel"],
.salados-contact__cf7 textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #ffffff;
  font-family: var(--sal-font-body);
  font-size: 1.025rem;
  color: var(--sal-blue);
  outline: none;
  transition: border-color var(--sal-transition);
}
.salados-contact__cf7 input[type="submit"] {
  padding: 12px 28px;
  background: var(--sal-gold);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 1.025rem;
  font-weight: 600;
  cursor: pointer;
}

.salados-contact__infoPanel {
  background: var(--sal-blue);
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
}
.salados-contact__infoHeading {
  color: #ffffff;
  font-size: 1.625rem;
  font-family: var(--sal-font-display);
  margin: 0 0 8px;
}
.salados-contact__infoDivider {
  display: block;
  width: 40px;
  height: 3px;
  background: var(--sal-gold);
  border-radius: 2px;
  margin-bottom: 28px;
}
.salados-contact__infoItems { display: flex; flex-direction: column; gap: 24px; }
.salados-contact__infoItem { display: flex; align-items: flex-start; gap: 16px; }
.salados-contact__infoIcon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.salados-contact__infoText { display: flex; flex-direction: column; gap: 3px; }
.salados-contact__infoLabel { font-size: 0.905rem; color: rgba(255,255,255,0.6); }
.salados-contact__infoValue { font-size: 1.025rem; color: #ffffff; font-weight: 500; }

/* ============================================================
   9. FOOTER
   ============================================================ */

.salados-footer {
  background: var(--sal-blue);
  color: rgba(255,255,255,0.7);
}
.salados-footer__inner {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: 48px;
  padding-top: 60px;
  padding-bottom: 60px;
  align-items: start;
}
.salados-footer__desc {
  color: rgba(255,255,255,0.65);
  font-size: 1.005rem;
  line-height: 1.7;
  margin: 16px 0 24px;
}
.salados-footer__socials { display: flex; gap: 8px; flex-wrap: wrap; }
.salados-footer__socialBtn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.945rem;
  transition: background var(--sal-transition), color var(--sal-transition);
  text-decoration: none;
}
.salados-footer__socialBtn i {
  color: inherit;
  font-size: inherit;
  line-height: 1;
}
.salados-footer__socialBtn svg {
  fill: currentColor;
  width: 16px;
  height: 16px;
}
.salados-footer__socialBtn:hover { background: var(--sal-gold); color: #ffffff; }
.salados-footer__socialBtn:hover i   { color: #ffffff; }
.salados-footer__socialBtn:hover svg { fill: #ffffff; }
.salados-footer__colHeading {
  font-family: var(--sal-font-body);
  font-size: 1.175rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.salados-footer__colDivider {
  display: inline-block;
  width: 30px;
  height: 2px;
  background: var(--sal-gold);
  border-radius: 2px;
  flex-shrink: 0;
}
.salados-footer__linksGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.salados-footer__links { list-style: none; padding: 0; margin: 0; }
.salados-footer__links li { margin-bottom: 12px; }
.salados-footer__links a {
  font-size: 1.005rem;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color var(--sal-transition);
}
.salados-footer__links a:hover { color: var(--sal-gold); }

.salados-footer__bottom {
  background: rgba(0,0,0,0.2);
  border-top: 1px solid rgba(255,255,255,0.08);
}
.salados-footer__bottomInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  flex-wrap: wrap;
  gap: 12px;
}
.salados-footer__bottom p { font-size: 0.945rem; color: rgba(255,255,255,0.6); margin: 0; }
.salados-footer__legalLinks {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.salados-footer__legalLinks a {
  font-size: 0.945rem;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color var(--sal-transition);
}
.salados-footer__legalLinks a:hover { color: var(--sal-gold); }

/* ============================================================
   RESPONSIVE – TABLET (= 992px)
   ============================================================ */

@media (max-width: 992px) {

  .salados-mainNav__toggle     { display: flex; }
  .salados-mainNav__desktopNav { display: none; }

  .salados-hero__content { flex-direction: column; gap: 24px; }
  .salados-hero__right { flex: unset; }

  .salados-whyChoose__inner { flex-direction: column; gap: 40px; }
  .salados-whyChoose__imageWrap { flex: unset; width: 100%; }
  .salados-whyChoose__stat { right: 0; bottom: -16px; }

  .salados-productsHome__inner { flex-direction: column; gap: 40px; }
  .salados-productsHome__imageWrap { flex: unset; width: 100%; }
  .salados-productsHome__card--top { left: 0; }
  .salados-productsHome__card--bottom { right: 0; }

  .salados-contact__panels { grid-template-columns: 1fr; }

  .salados-footer__inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .salados-footer__col--brand { grid-column: 1 / -1; }
}

/* ============================================================
   RESPONSIVE – MOBILE (= 600px)
   ============================================================ */

@media (max-width: 600px) {

  .salados-container { padding-left: 10px; padding-right: 10px; }

  .salados-topbar__left   { display: none; }
  .salados-topbar__email  { display: none; }
  .salados-topbar__right  {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 0;
  }
  .salados-topbar__inner  { justify-content: center; }
  .salados-topbar__hotline {
    display: flex;
    justify-content: center;
    font-size: 0.945rem;
    font-weight: 600;
  }

  .salados-hero__slide  { min-height: 560px; }
  .salados-hero__track  { min-height: 560px; }

  .salados-hero__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding-top: 50px;
    padding-bottom: 90px;
  }
  .salados-hero__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .salados-hero__right {
    flex: unset;
    width: 100%;
    text-align: center;
  }
  .salados-hero__title { font-size: 1.775rem; line-height: 1.2; }
  .salados-hero__desc  { font-size: 1.025rem; }
  .salados-hero__buttons {
    justify-content: center;
    width: 100%;
    gap: 10px;
  }
  .salados-hero__btn {
    flex: 1 1 140px;
    min-width: 130px;
    max-width: 180px;
    text-align: center;
    justify-content: center;
    padding: 12px 20px;
    font-size: 0.975rem;
  }

  .salados-hero__prev,
  .salados-hero__next {
    top: auto;
    bottom: 18px;
    transform: none;
    width: 38px;
    height: 38px;
    font-size: 0.945rem;
  }
  .salados-hero__prev { left: 10px; }
  .salados-hero__next { right: 10px; }
  .salados-hero__prev:hover { transform: scale(1.08); }
  .salados-hero__next:hover { transform: scale(1.08); }

  .salados-hero__dots { bottom: 26px; }

  .salados-iconsCols__inner { flex-direction: column; }
  .salados-iconsCols__item {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 14px 10px;
    width: 100%;
  }
  .salados-iconsCols__item:last-child { border-bottom: none; }

  .salados-whyChoose__inner { flex-direction: column; gap: 30px; }
  .salados-whyChoose__imageWrap { flex: unset; width: 100%; }
  .salados-whyChoose__stat { right: 0; bottom: -16px; }

  .salados-productsHome__inner { flex-direction: column; gap: 30px; }
  .salados-productsHome__imageWrap { flex: unset; width: 100%; }
  .salados-productsHome__card--top  { left: 0; }
  .salados-productsHome__card--bottom { right: 0; }
  .salados-productsHome__btns { align-items: stretch; }
  .salados-productsHome__btn  { max-width: 100%; }

  .salados-sustainability__grid { grid-template-columns: 1fr; }

  .salados-servicesCards__grid { grid-template-columns: 1fr; }
  .salados-servicesCards__card {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.12);
  }
  .salados-servicesCards__card:last-child { border-bottom: none; }

  .salados-contact__panels { grid-template-columns: 1fr; }
  .salados-contact__formRow { grid-template-columns: 1fr; }
  .salados-contact__formPanel {
    padding: 24px 16px 28px;
    border-radius: var(--sal-radius) var(--sal-radius) 0 0;
  }
  .salados-contact__infoPanel {
    padding: 24px 16px 28px;
    border-radius: 0 0 var(--sal-radius) var(--sal-radius);
  }
  .salados-contact__topHeader { margin-bottom: 28px; }

  .sal-cf7-row--2col { grid-template-columns: 1fr; }
  .sal-cf7-row--submit { justify-content: stretch; }
  .sal-cf7-wrap input[type="submit"],
  .sal-cf7-wrap .wpcf7-submit { width: 100%; }
  .sal-cf7-wrap input[type="text"],
  .sal-cf7-wrap input[type="email"],
  .sal-cf7-wrap input[type="tel"],
  .sal-cf7-wrap textarea,
  .sal-cf7-wrap select { font-size: 1.125rem; }

  .salados-footer__inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .salados-footer__col--brand { padding-bottom: 20px; }
  .salados-footer__bottomInner { flex-direction: column; align-items: flex-start; gap: 8px; }

  .salados-footer__col--quicklinks,
  .salados-footer__col--services {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 0;
  }
  .salados-footer__colHeading--toggle {
    cursor: pointer;
    user-select: none;
    padding: 16px 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .salados-footer__colHeading--toggle .salados-footer__colDivider { display: none; }
  .salados-footer__colHeading--toggle::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid rgba(255,255,255,0.6);
    border-bottom: 2px solid rgba(255,255,255,0.6);
    transform: rotate(45deg);
    transition: transform 0.25s ease;
    flex-shrink: 0;
  }
  .salados-footer__colHeading--toggle.is-open::after { transform: rotate(-135deg); }
  .salados-footer__col--quicklinks .salados-footer__linksGrid,
  .salados-footer__col--services .salados-footer__links { padding-bottom: 12px; }
  .salados-footer__linksGrid { grid-template-columns: 1fr; }
  .salados-footer__col--services { border-bottom: 1px solid rgba(255,255,255,0.1); margin-bottom: 16px; }

  .sal-featprod { padding-left: 10px; padding-right: 10px; }
  .sal-featprod__grid { grid-template-columns: 1fr; }
  .sal-featprod__header { margin-bottom: 28px; }
  .sal-featprod__btn { width: 100%; }
}

/* ============================================================
   SCROLL TO TOP BUTTON
   ============================================================ */

#sal-scroll-top {
  position: fixed;
  bottom: 28px;
  right: 24px;
  z-index: 9999;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--sal-blue);
  border: 2px solid var(--sal-gold);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.22s ease;
  pointer-events: none;
  box-shadow: 0 4px 16px rgba(35,31,68,0.25);
}
#sal-scroll-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#sal-scroll-top:hover {
  background: var(--sal-gold);
  border-color: var(--sal-gold);
  transform: translateY(-3px);
}
#sal-scroll-top svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

@media (max-width: 600px) {
  #sal-scroll-top {
    bottom: 18px;
    right: 14px;
    width: 42px;
    height: 42px;
  }
}


/* ============================================================
   FEATURED PRODUCTS WIDGET
   ============================================================ */

.sal-featprod {
  background: #ffffff;
  padding: 80px 20px;
}

.sal-featprod__header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 52px;
}
.sal-featprod__heading {
  font-family: var(--sal-font-display);
  font-size: clamp(1.825rem, 3vw, 2.625rem);
  font-weight: 700;
  color: #231f44;
  margin: 0.5rem 0 1rem;
  line-height: 1.2;
}
.sal-featprod__sectionDesc {
  font-size: 1.075rem;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

.sal-featprod__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: stretch;
}

.sal-featprod__card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #e8e8f0;
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.sal-featprod__card:hover {
  border-color: #966d01;
  box-shadow: 0 8px 32px rgba(150,109,1,0.12);
  transform: translateY(-4px);
}

.sal-featprod__imageWrap {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.sal-featprod__image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.sal-featprod__card:hover .sal-featprod__image { transform: scale(1.04); }

.sal-featprod__imgPlaceholder {
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #ffffff;
  font-size: 0.925rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 20px;
}
.sal-featprod__imgPlaceholder--gold   { background: linear-gradient(135deg, #966d01 0%, #c8960a 100%); }
.sal-featprod__imgPlaceholder--silver { background: linear-gradient(135deg, #7a7a8c 0%, #a8a8bc 100%); }
.sal-featprod__imgPlaceholder--dark   { background: linear-gradient(135deg, #231f44 0%, #3a3560 100%); }
.sal-featprod__imgLabel { font-size: 0.905rem; opacity: 0.85; line-height: 1.4; }

.sal-featprod__badgeOnly {
  padding: 20px 20px 0;
}

.sal-featprod__productBadge {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 0.845rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  z-index: 2;
}
.sal-featprod__productBadge--gold   { background: #966d01; color: #ffffff; }
.sal-featprod__productBadge--silver { background: #7a7a8c; color: #ffffff; }
.sal-featprod__productBadge--dark   { background: #231f44; color: #ffffff; }

.sal-featprod__badgeOnly .sal-featprod__productBadge {
  position: static;
}

.sal-featprod__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 20px 24px;
}

.sal-featprod__title {
  font-family: var(--sal-font-display);
  font-size: 1.175rem;
  font-weight: 700;
  color: #231f44;
  line-height: 1.35;
  margin: 0 0 8px;
}

.sal-featprod__shortDesc {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  margin: 0 0 14px;
}

.sal-featprod__divider {
  width: 100%;
  height: 1px;
  background: #f0f0f8;
  margin-bottom: 14px;
  flex-shrink: 0;
}

.sal-featprod__features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sal-featprod__bullet {
  font-size: 0.945rem;
  color: #4a4a6a;
  line-height: 1.5;
  padding-left: 18px;
  position: relative;
}
.sal-featprod__bullet::before {
  content: '?';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.725rem;
  color: #966d01;
  line-height: 1.8;
}

.sal-featprod__btnWrap {
  flex-shrink: 0;
  margin-top: auto;
  padding-top: 4px;
}

.sal-featprod__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 24px;
  border-radius: 50px;
  font-size: 1.005rem;
  font-weight: 600;
  font-family: var(--sal-font-body);
  border: 2px solid transparent;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.2s ease;
  width: 100%;
  justify-content: center;
}
.sal-featprod__btn:hover { transform: translateY(-2px); }

.sal-featprod__btn--primary {
  background: #966d01;
  color: #ffffff;
  border-color: #966d01;
}
.sal-featprod__btn--primary:hover { background: #7a5800; border-color: #7a5800; color: #ffffff; }

.sal-featprod__btn--secondary {
  background: transparent;
  color: #231f44;
  border-color: #231f44;
}
.sal-featprod__btn--secondary:hover { background: #231f44; color: #ffffff; border-color: #231f44; }

@media (max-width: 992px) {
  .sal-featprod__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .sal-featprod { padding-left: 15px; padding-right: 15px; }
  .sal-featprod__grid { grid-template-columns: 1fr; }
  .sal-featprod__header { margin-bottom: 36px; }
  .sal-featprod__btn { width: 100%; }
}

/* ============================================================
   CONTACT FORM 7 – SALADOS GLOBAL STYLES
   ============================================================ */

.sal-cf7-wrap .wpcf7 { margin: 0; }
.sal-cf7-wrap .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.sal-cf7-row {
  display: grid;
  gap: 14px;
  margin-bottom: 14px;
}
.sal-cf7-row--2col   { grid-template-columns: 1fr 1fr; }
.sal-cf7-row--1col   { grid-template-columns: 1fr; }
.sal-cf7-row--submit {
  grid-template-columns: 1fr;
  display: flex;
  justify-content: flex-end;
  margin-top: 6px;
}

.sal-cf7-field {
  position: relative;
  display: flex;
  flex-direction: column;
}
.sal-cf7-field span.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.sal-cf7-wrap input[type="text"],
.sal-cf7-wrap input[type="email"],
.sal-cf7-wrap input[type="tel"],
.sal-cf7-wrap input[type="number"],
.sal-cf7-wrap input[type="url"],
.sal-cf7-wrap textarea,
.sal-cf7-wrap select {
  width: 100%;
  padding: 13px 18px;
  font-family: var(--sal-font-body);
  font-size: 1.045rem;
  font-weight: 400;
  color: var(--sal-blue);
  background: #ffffff;
  border: 1.5px solid #dcdce8;
  border-radius: 10px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  transition:
    border-color 0.22s ease,
    box-shadow   0.22s ease,
    background   0.22s ease;
  line-height: 1.5;
}

.sal-cf7-wrap input::placeholder,
.sal-cf7-wrap textarea::placeholder { color: #a0a0b8; }

.sal-cf7-wrap input[type="text"]:focus,
.sal-cf7-wrap input[type="email"]:focus,
.sal-cf7-wrap input[type="tel"]:focus,
.sal-cf7-wrap input[type="number"]:focus,
.sal-cf7-wrap input[type="url"]:focus,
.sal-cf7-wrap textarea:focus,
.sal-cf7-wrap select:focus {
  border-color: var(--sal-gold);
  box-shadow: 0 0 0 3px rgba(150,109,1,0.12);
  background: #fffdf7;
}

.sal-cf7-wrap textarea {
  resize: vertical;
  min-height: 130px;
}

.sal-cf7-wrap .sal-cf7-select-wrap {
  position: relative;
  display: block;
}
.sal-cf7-wrap .sal-cf7-select-wrap::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background: var(--sal-blue);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
  transition: background 0.22s ease;
}
.sal-cf7-wrap .sal-cf7-select-wrap:focus-within::after { background: var(--sal-gold); }
.sal-cf7-wrap select { cursor: pointer; padding-right: 40px; }

.sal-cf7-wrap .sal-cf7-field.is-valid input,
.sal-cf7-wrap .sal-cf7-field.is-valid textarea,
.sal-cf7-wrap .sal-cf7-field.is-valid select {
  border-color: #3cb878;
  box-shadow: 0 0 0 3px rgba(60,184,120,0.10);
}
.sal-cf7-wrap .sal-cf7-field.is-valid .sal-cf7-status-icon::after {
  content: '?';
  color: #3cb878;
}

.sal-cf7-wrap .sal-cf7-field.is-error input,
.sal-cf7-wrap .sal-cf7-field.is-error textarea,
.sal-cf7-wrap .sal-cf7-field.is-error select {
  border-color: #e5415a;
  box-shadow: 0 0 0 3px rgba(229,65,90,0.10);
  animation: sal-shake 0.35s cubic-bezier(.36,.07,.19,.97);
}
.sal-cf7-wrap .sal-cf7-field.is-error .sal-cf7-status-icon::after {
  content: '?';
  color: #e5415a;
}

@keyframes sal-shake {
  0%, 100% { transform: translateX(0); }
  20%       { transform: translateX(-5px); }
  40%       { transform: translateX( 5px); }
  60%       { transform: translateX(-3px); }
  80%       { transform: translateX( 3px); }
}

.sal-cf7-status-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.925rem;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.sal-cf7-field:has(textarea) .sal-cf7-status-icon { top: 18px; transform: none; }

.sal-cf7-error-msg {
  display: block;
  font-size: 0.875rem;
  color: #e5415a;
  font-weight: 500;
  margin-top: 5px;
  padding-left: 4px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.25s ease, opacity 0.25s ease;
}
.sal-cf7-field.is-error .sal-cf7-error-msg {
  max-height: 40px;
  opacity: 1;
}

.sal-cf7-wrap span.wpcf7-not-valid-tip { display: none !important; }
.sal-cf7-wrap .wpcf7-response-output   { display: none !important; }

.sal-cf7-wrap input[type="submit"],
.sal-cf7-wrap .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 36px;
  background: var(--sal-gold);
  color: #ffffff;
  border: 2px solid var(--sal-gold);
  border-radius: 50px;
  font-family: var(--sal-font-body);
  font-size: 1.045rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition:
    background     0.22s ease,
    border-color   0.22s ease,
    transform      0.2s  ease,
    box-shadow     0.22s ease;
  outline: none;
}
.sal-cf7-wrap input[type="submit"]:hover,
.sal-cf7-wrap .wpcf7-submit:hover {
  background: #7a5800;
  border-color: #7a5800;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(150,109,1,0.30);
}
.sal-cf7-wrap input[type="submit"]:active,
.sal-cf7-wrap .wpcf7-submit:active {
  transform: translateY(0);
  box-shadow: none;
}

.sal-cf7-wrap .wpcf7-submit[disabled],
.sal-cf7-wrap input[type="submit"][disabled] {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}

.sal-cf7-ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: sal-ripple 0.55s linear;
  background: rgba(255,255,255,0.35);
  pointer-events: none;
}
@keyframes sal-ripple {
  to { transform: scale(4); opacity: 0; }
}

.sal-cf7-notify {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 1.005rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 16px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.sal-cf7-notify.is-visible { opacity: 1; transform: translateY(0); }
.sal-cf7-notify--success {
  background: #edfaf3;
  border: 1px solid #b7f0d2;
  color: #1e7e4e;
}
.sal-cf7-notify--error {
  background: #fff0f2;
  border: 1px solid #ffc8d0;
  color: #c0263b;
}
.sal-cf7-notify__icon { font-size: 1.225rem; flex-shrink: 0; line-height: 1.4; }

@media (max-width: 600px) {
  .sal-cf7-row--2col { grid-template-columns: 1fr; }
  .sal-cf7-row--submit { justify-content: stretch; }
  .sal-cf7-wrap input[type="submit"],
  .sal-cf7-wrap .wpcf7-submit { width: 100%; }
}

.salados-cf7-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 36px 24px;
  border: 2px dashed rgba(150,109,1,0.35);
  border-radius: 10px;
  background: rgba(150,109,1,0.04);
  text-align: center;
  color: #231f44;
}
.salados-cf7-placeholder p {
  font-size: 1.005rem;
  line-height: 1.6;
  margin: 0;
  color: #555;
}
.salados-cf7-placeholder strong {
  color: #231f44;
}
.salados-cf7-placeholder__warn {
  font-size: 0.925rem;
  color: #c05800;
  font-weight: 600;
}

/* ============================================================
   OUR VALUES WIDGET
   ============================================================ */

.sal-values { padding: 80px 20px; background: #ffffff; }

.sal-values__header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 52px;
}
.sal-values__heading {
  font-family: var(--sal-font-display);
  font-size: clamp(1.825rem, 3vw, 2.525rem);
  font-weight: 700;
  color: #231f44;
  margin: 0.5rem 0 1rem;
  line-height: 1.2;
}
.sal-values__sectionDesc {
  font-size: 1.075rem;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

.sal-values__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.sal-values__card {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 28px;
  background: #f8f8fb;
  border: 1px solid transparent;
  border-radius: 14px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.sal-values__card:hover {
  border-color: var(--sal-gold);
  box-shadow: 0 6px 24px rgba(150,109,1,0.10);
  transform: translateY(-3px);
}

.sal-values--icon-top .sal-values__card { flex-direction: column; align-items: flex-start; gap: 14px; }

.sal-values__iconWrap {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(150,109,1,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sal-gold);
  transition: background 0.25s ease;
}
.sal-values__card:hover .sal-values__iconWrap { background: rgba(150,109,1,0.20); }
.sal-values__iconWrap i   { font-size: 22px; color: var(--sal-gold); }
.sal-values__iconWrap svg { width: 20px; height: 20px; fill: var(--sal-gold); }

.sal-values__text { flex: 1; }
.sal-values__title {
  font-family: var(--sal-font-display);
  font-size: 1.175rem;
  font-weight: 700;
  color: #231f44;
  margin: 0 0 8px;
  line-height: 1.3;
}
.sal-values__desc {
  font-size: 1rem;
  color: #5a5a7a;
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 992px) {
  .sal-values__grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}

@media (max-width: 600px) {
  .sal-values { padding-left: 10px; padding-right: 10px; }
  .sal-values__grid { grid-template-columns: 1fr; gap: 16px; }
  .sal-values__card { padding: 20px 16px; gap: 14px; }
  .sal-values__header { margin-bottom: 32px; }
}

/* ============================================================
   CTA BANNER WIDGET
   ============================================================ */

.sal-cta {
  position: relative;
  overflow: hidden;
}

.sal-cta__bg {
  position: absolute;
  inset: -40px 0;
  z-index: 0;
  will-change: transform;
  background: linear-gradient(135deg, #231f44 0%, #3a3060 100%);
}

.sal-cta__circles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.sal-cta__circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(150,109,1,0.18);
  right: 18%;
  top: 50%;
  transform: translate(50%, -50%);
}
.sal-cta__circle--1 { width: 180px; height: 180px; }
.sal-cta__circle--2 { width: 310px; height: 310px; }
.sal-cta__circle--3 { width: 450px; height: 450px; }
.sal-cta__circle--4 { width: 600px; height: 600px; opacity: 0.6; }

.sal-cta__images {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 46%;
  z-index: 2;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sal-cta__imgWrap {
  position: absolute;
  overflow: visible;
  box-shadow: none;
  border-radius: 0;
  transition:
    transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity   0.55s ease;
  will-change: transform;
}

.sal-cta__imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  filter: drop-shadow(0 12px 28px rgba(0,0,0,0.30));
}

.sal-cta__img--back {
  width: 44%;
  height: 44%;
  top:  4%;
  right: 42%;
  opacity: 0.78;
  transform: rotate(-8deg) translateY(0px);
  z-index: 1;
}
.sal-cta__img--mid {
  width: 52%;
  height: 52%;
  top: 24%;
  right: 8%;
  opacity: 0.92;
  transform: rotate(4deg) translateY(0px);
  z-index: 2;
}
.sal-cta__img--front {
  width: 46%;
  height: 46%;
  top: 42%;
  right: 38%;
  opacity: 1;
  transform: rotate(-4deg) translateY(0px);
  z-index: 3;
}

.sal-cta:hover .sal-cta__img--back {
  transform: rotate(-6deg) translateY(-18px);
  opacity: 0.90;
  transition-delay: 0s;
}
.sal-cta:hover .sal-cta__img--mid {
  transform: rotate(5deg) translateY(-26px);
  opacity: 1;
  transition-delay: 0.06s;
}
.sal-cta:hover .sal-cta__img--front {
  transform: rotate(-3deg) translateY(-34px);
  opacity: 1;
  transition-delay: 0.12s;
}

.sal-cta__imgWrap--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.06);
  border: 1px dashed rgba(255,255,255,0.15);
  border-radius: 10px;
}

.sal-cta__inner {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  min-height: 320px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.sal-cta__content {
  width: 58%;
  max-width: 560px;
}

.sal-cta__badge {
  display: inline-block;
  padding: 0.35em 1em;
  border-radius: 50px;
  font-size: 0.905rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(150,109,1,0.25);
  color: #ffd97a;
  border: 1px solid rgba(150,109,1,0.4);
  margin-bottom: 16px;
}

.sal-cta__heading {
  font-family: var(--sal-font-display);
  font-size: clamp(1.825rem, 3vw, 2.725rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.18;
  margin: 0 0 16px;
}

.sal-cta__desc {
  font-size: 1.075rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.7;
  margin: 0 0 32px;
  max-width: 460px;
}

.sal-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.sal-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 30px;
  border-radius: 50px;
  font-size: 1.045rem;
  font-weight: 600;
  font-family: var(--sal-font-body);
  border: 2px solid transparent;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.2s ease;
}
.sal-cta__btn:hover { transform: translateY(-2px); }

.sal-cta__btn--primary { background: var(--sal-gold); color: #ffffff; border-color: var(--sal-gold); }
.sal-cta__btn--primary:hover { background: #7a5800; border-color: #7a5800; color: #ffffff; }

.sal-cta__btn--secondary { background: transparent; color: #ffffff; border-color: rgba(255,255,255,0.7); }
.sal-cta__btn--secondary:hover { background: rgba(255,255,255,0.15); border-color: #ffffff; color: #ffffff; }

@media (max-width: 992px) {
  .sal-cta__content { width: 60%; }
  .sal-cta__images  { width: 40%; }
  .sal-cta__circle--3,
  .sal-cta__circle--4 { display: none; }
}

@media (max-width: 600px) {
  .sal-cta__images  { display: none; }
  .sal-cta__circles { display: none; }
  .sal-cta__content { width: 100%; max-width: 100%; }
  .sal-cta__inner   { min-height: auto; padding-top: 52px; padding-bottom: 52px; }
  .sal-cta__heading { font-size: 1.825rem; }
  .sal-cta__desc    { font-size: 1.025rem; }
  .sal-cta__buttons { flex-direction: column; align-items: stretch; gap: 10px; }
  .sal-cta__btn     { width: 100%; text-align: center; }
}

/* ============================================================
   INTERNAL PAGE HEADER WIDGET  (sal-iph)
   ============================================================ */

.sal-iph {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 280px;
  display: flex;
  align-items: center;
}

.sal-iph__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-color: var(--sal-blue);
  z-index: 0;
  transform: scale(1.04);
  transition: transform 8s ease;
}
.sal-iph:hover .sal-iph__bg { transform: scale(1.07); }

.sal-iph__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(35,31,68,0.72);
  pointer-events: none;
}

.sal-iph__watermark {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  pointer-events: none;
  overflow: hidden;
  padding: 0 5vw;
}
.sal-iph__watermark span {
  font-family: var(--sal-font-display);
  font-size: 14vw;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.06);
  line-height: 1;
  white-space: nowrap;
  user-select: none;
  text-transform: uppercase;
}

.sal-iph__container {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sal-iph__breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  font-size: 0.925rem;
  font-weight: 500;
  color: rgba(255,255,255,0.6);
  margin-bottom: 8px;
  text-decoration: none;
}
.sal-iph__breadcrumb a {
  color: inherit;
  text-decoration: none;
  transition: color var(--sal-transition);
}
.sal-iph__breadcrumb a:hover { color: var(--sal-gold); }
.sal-iph__bc-sep     { opacity: 0.5; }
.sal-iph__bc-current { color: #ffd97a; font-weight: 600; }

.sal-iph__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 700px;
  gap: 0;
}
.sal-iph__content[data-align="center"] { align-items: center; text-align: center; }
.sal-iph__content[data-align="right"]  { align-items: flex-end; text-align: right; }

.sal-iph__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.35em 1.1em;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(150,109,1,0.25);
  color: #ffd97a;
  border: 1px solid rgba(150,109,1,0.4);
  margin-bottom: 12px;
}

.sal-iph__title {
  font-family: var(--sal-font-display);
  font-size: clamp(1.925rem, 4vw, 3.325rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.15;
  margin: 0 0 10px;
  letter-spacing: -0.01em;
}

.sal-iph__accentLine {
  display: block;
  width: 48px;
  height: 3px;
  background: var(--sal-gold);
  border-radius: 2px;
  margin-bottom: 16px;
  flex-shrink: 0;
}
.sal-iph__content[data-align="center"] .sal-iph__accentLine { align-self: center; }
.sal-iph__content[data-align="right"]  .sal-iph__accentLine { align-self: flex-end; }

.sal-iph__desc {
  font-size: 1.125rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.7;
  margin: 0 0 4px;
  max-width: 580px;
}

.sal-iph__btnWrap { margin-top: 20px; }
.sal-iph__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 1.025rem;
  font-weight: 600;
  font-family: var(--sal-font-body);
  border: 2px solid transparent;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.2s ease;
}
.sal-iph__btn:hover { transform: translateY(-2px); }
.sal-iph__btn--primary  { background: var(--sal-gold); color: #fff; border-color: var(--sal-gold); }
.sal-iph__btn--primary:hover  { background: #7a5800; border-color: #7a5800; color: #fff; }
.sal-iph__btn--secondary { background: transparent; color: #fff; border-color: rgba(255,255,255,0.7); }
.sal-iph__btn--secondary:hover { background: rgba(255,255,255,0.15); border-color: #fff; color: #fff; }

@media (max-width: 992px) {
  .sal-iph__title { font-size: clamp(1.725rem, 3.5vw, 2.625rem); }
  .sal-iph__watermark span { font-size: 18vw; }
}

@media (max-width: 600px) {
  .sal-iph { min-height: 200px; }
  .sal-iph__container { padding-top: 36px; padding-bottom: 36px; padding-left: 10px; padding-right: 10px; }
  .sal-iph__title { font-size: 1.775rem; }
  .sal-iph__desc  { font-size: 1.005rem; }
  .sal-iph__watermark span { font-size: 22vw; }
  .sal-iph__btn   { width: 100%; justify-content: center; }
  .sal-iph__btnWrap { width: 100%; }
}
