:root {
  --b2b-bg: #f4f5f3;
  --b2b-white: #fff;
  --b2b-ice: #f8f9f8;
  --b2b-soft: #ecefed;
  --b2b-line: rgba(22, 26, 24, .1);
  --b2b-text: #070807;
  --b2b-muted: #68706c;
  --b2b-green: #9fd9b2;
  --b2b-green-strong: #55b974;
  --seluz-dot: #9fe36f;
  --b2b-silver: #d9dedb;
  --b2b-shadow: 0 28px 80px rgba(36, 42, 39, .1);
  --b2b-radius: 8px;
  --b2b-width: min(1180px, calc(100% - 44px));
}

html {
  scroll-behavior: smooth;
}

body.b2b-landing-body {
  margin: 0;
  background: var(--b2b-bg);
}

.b2b-landing-body .joinchat {
  display: none !important;
}

.b2b-page {
  min-height: 100vh;
  overflow-x: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .86), rgba(255, 255, 255, .5)),
    radial-gradient(circle at 79% 8%, rgba(159, 217, 178, .16), transparent 25rem),
    linear-gradient(180deg, #fbfcfb 0%, #f1f3f1 100%);
  color: var(--b2b-text);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}

.b2b-page *,
.b2b-page *::before,
.b2b-page *::after {
  box-sizing: border-box;
}

.b2b-page a {
  color: inherit;
  text-decoration: none;
}

.b2b-header {
  position: sticky;
  top: 0;
  z-index: 90;
  width: var(--b2b-width);
  min-height: 68px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto auto auto;
  align-items: center;
  gap: 22px;
  background: rgba(250, 251, 250, .76);
  border-bottom: 1px solid rgba(19, 22, 20, .06);
  backdrop-filter: blur(20px);
  transition: transform .28s ease, opacity .28s ease, margin-top .22s ease, width .22s ease, min-height .22s ease, box-shadow .22s ease, border-radius .22s ease;
  will-change: transform;
}

.b2b-header.is-scrolled {
  width: min(1180px, calc(100% - 24px));
  margin-top: 8px;
  min-height: 60px;
  padding: 0 14px;
  border: 1px solid rgba(19, 22, 20, .08);
  border-radius: var(--b2b-radius);
  box-shadow: 0 16px 48px rgba(34, 40, 36, .08);
}

.b2b-header.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(-100% - 18px));
}

.b2b-logo,
.b2b-footer-brand b {
  display: inline-flex;
  align-items: baseline;
  gap: 1px;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
}

.b2b-logo i,
.b2b-footer-brand span,
.b2b-hero h1 span,
.b2b-factory-card span {
  color: var(--seluz-dot);
  font-style: normal;
}

.b2b-green-dot {
  width: .14em;
  height: .14em;
  display: inline-block;
  margin-left: .045em;
  border-radius: 1px;
  background: var(--seluz-dot);
  color: transparent !important;
  font-size: .9em;
  line-height: 1;
  vertical-align: .02em;
}

.b2b-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  color: #343936;
  font-size: 13px;
  font-weight: 600;
}

.b2b-nav a,
.b2b-mobile-menu a {
  transition: color .18s ease;
}

.b2b-nav a:hover,
.b2b-mobile-menu a:hover {
  color: var(--b2b-green-strong);
}

.b2b-header-cta,
.b2b-account-link,
.b2b-btn {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid #111;
  border-radius: 6px;
  padding: 0 17px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.b2b-header-cta,
.b2b-btn-primary {
  background: #080908;
  color: #fff;
}

.b2b-account-link,
.b2b-btn-ghost {
  background: rgba(255, 255, 255, .7);
  color: #0b0d0c;
  border-color: rgba(11, 13, 12, .18);
}

.b2b-whatsapp {
  background: #0c8f35;
  border-color: #0c8f35;
  color: #fff;
}

.b2b-detail-btn {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  border: 1px solid rgba(108, 190, 94, .38);
  border-radius: 7px;
  padding: 0 18px;
  background: var(--seluz-dot);
  color: #102012 !important;
  font-size: 14px;
  font-weight: 760;
  box-shadow: 0 12px 28px rgba(120, 198, 103, .2);
}

.b2b-actions .b2b-detail-btn,
.b2b-cta-actions .b2b-detail-btn {
  margin-top: 0;
}

.b2b-detail-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
}

.b2b-menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--b2b-line);
  border-radius: 6px;
  background: #fff;
  padding: 10px;
}

.b2b-menu-button span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--b2b-text);
  border-radius: 999px;
  transition: transform .2s ease, opacity .2s ease;
}

.b2b-menu-button.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.b2b-menu-button.is-open span:nth-child(2) {
  opacity: 0;
}

.b2b-menu-button.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.b2b-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 20px;
  padding: 90px 24px 32px;
  background: rgba(250, 251, 250, .97);
  backdrop-filter: blur(24px);
  transform: translateY(-100%);
  transition: transform .28s ease;
}

.b2b-mobile-menu.is-open {
  transform: translateY(0);
}

.b2b-mobile-menu a {
  font-size: 26px;
  font-weight: 800;
}

.b2b-hero,
.b2b-split,
.b2b-cta,
.b2b-footer {
  width: var(--b2b-width);
  margin: 0 auto;
}

.b2b-hero {
  min-height: calc(100vh - 68px);
  display: grid;
  grid-template-columns: minmax(0, .93fr) minmax(390px, 1.07fr);
  gap: 44px;
  align-items: center;
  padding: 34px 0 58px;
}

.b2b-hero-copy {
  position: relative;
  z-index: 2;
}

.b2b-hero h1,
.b2b-copy-panel h2,
.b2b-cta h2 {
  margin: 0;
  color: var(--b2b-text);
  font-weight: 850;
  letter-spacing: 0;
}

.b2b-hero h1 {
  max-width: 620px;
  font-size: clamp(58px, 7vw, 104px);
  line-height: .89;
}

.b2b-lead {
  margin: 13px 0 0;
  color: #101312;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.04;
  font-weight: 800;
}

.b2b-hero-copy p:not(.b2b-lead),
.b2b-copy-panel p,
.b2b-cta p {
  max-width: 520px;
  margin: 17px 0 0;
  color: var(--b2b-muted);
  font-size: 16px;
  line-height: 1.55;
}

.b2b-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px;
}

.b2b-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 560px;
  margin-top: 56px;
}

.b2b-proof-row span {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: #2a302d;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.15;
}

.b2b-icon {
  width: 24px;
  height: 24px;
  display: block;
  color: #646d68;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 24px;
}

.b2b-proof-row .b2b-icon,
.b2b-feature-list .b2b-icon,
.b2b-tool-grid .b2b-icon,
.b2b-footer-points .b2b-icon {
  width: 24px;
  height: 24px;
}

.b2b-hero-visual {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  border-radius: var(--b2b-radius);
  background: linear-gradient(135deg, #eef1ef, #fff);
  box-shadow: var(--b2b-shadow);
}

.b2b-hero-visual img,
.b2b-photo-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) saturate(.18) brightness(1.16) contrast(.88);
  opacity: .7;
}

.b2b-hero-visual::after,
.b2b-photo-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .18) 45%, rgba(255, 255, 255, .76)),
    linear-gradient(180deg, rgba(255, 255, 255, .35), rgba(229, 234, 231, .78));
}

.b2b-factory-card {
  position: absolute;
  z-index: 3;
  right: 7%;
  top: 31%;
  width: 44%;
  min-height: 250px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(58, 64, 60, .08);
  border-radius: var(--b2b-radius);
  background: linear-gradient(135deg, rgba(255, 255, 255, .75), rgba(236, 239, 237, .92));
  color: #1d211f;
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 700;
  box-shadow: 0 26px 70px rgba(35, 41, 37, .08);
}

.b2b-product-bottle {
  position: absolute;
  z-index: 4;
  display: grid;
  justify-items: center;
  align-content: center;
  border: 1px solid rgba(83, 90, 86, .16);
  border-radius: 48% 48% 18px 18px / 8% 8% 18px 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .95), rgba(176, 183, 179, .55) 21%, rgba(245, 247, 246, .95) 47%, rgba(140, 148, 144, .56) 72%, rgba(255, 255, 255, .8)),
    linear-gradient(180deg, #fbfcfb, #c9cecb);
  box-shadow: 0 32px 66px rgba(30, 35, 32, .18);
  color: #151817;
  text-align: center;
}

.b2b-product-bottle::before {
  content: "";
  position: absolute;
  top: -36px;
  left: 50%;
  width: 42%;
  height: 46px;
  transform: translateX(-50%);
  border-radius: 10px 10px 4px 4px;
  border: 1px solid rgba(83, 90, 86, .14);
  background: linear-gradient(90deg, #d5dad7, #fff, #b7bebb);
}

.b2b-product-bottle::after {
  content: "";
  position: absolute;
  left: 25%;
  right: 25%;
  bottom: 27%;
  height: 5px;
  border-radius: 999px;
  background: var(--b2b-green-strong);
}

.b2b-product-bottle span {
  font-size: clamp(28px, 4vw, 58px);
  font-weight: 650;
  letter-spacing: 0;
}

.b2b-product-bottle small {
  margin-top: 4px;
  color: #6b716e;
  font-size: 8px;
  text-transform: uppercase;
}

.b2b-product-bottle b {
  margin-top: 38px;
  font-size: 18px;
}

.b2b-product-bottle-lg {
  left: 16%;
  top: 18%;
  width: 210px;
  height: 435px;
}

.b2b-product-bottle-md {
  left: 13%;
  bottom: 10%;
  width: 180px;
  height: 370px;
}

.b2b-product-bottle-sm {
  left: 47%;
  bottom: 13%;
  width: 136px;
  height: 280px;
}

.b2b-split {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .83fr) minmax(0, 1.17fr);
  min-height: 560px;
  align-items: stretch;
  background: var(--b2b-white);
}

.b2b-split + .b2b-split {
  border-top: 1px solid rgba(24, 28, 26, .04);
}

.b2b-copy-panel {
  position: relative;
  z-index: 3;
  display: grid;
  align-content: center;
  padding: clamp(36px, 6vw, 72px);
}

.b2b-copy-panel h2,
.b2b-cta h2 {
  max-width: 520px;
  font-size: clamp(38px, 5vw, 66px);
  line-height: .95;
}

.b2b-dot-label {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: #4b5751;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.b2b-dot-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--b2b-green);
  box-shadow: 0 0 0 5px rgba(159, 217, 178, .18);
}

.b2b-feature-list {
  display: grid;
  gap: 15px;
  max-width: 450px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.b2b-feature-list li {
  position: relative;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  color: #2c322f;
  font-size: 15px;
  font-weight: 650;
}

.b2b-feature-list li::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 28px;
  margin-left: -14px;
  border-radius: 999px;
  background: var(--b2b-green);
}

.b2b-feature-list-lg {
  gap: 20px;
}

.b2b-feature-list-lg li {
  font-size: 23px;
  line-height: 1.1;
}

.b2b-photo-panel,
.b2b-device-scene,
.b2b-stock-scene,
.b2b-sample-scene,
.b2b-catalog-scene {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: linear-gradient(135deg, #f1f3f1, #fff);
}

.b2b-lab-scene {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .58), rgba(236, 239, 237, .82)),
    repeating-linear-gradient(90deg, transparent 0 80px, rgba(90, 96, 92, .04) 80px 81px);
}

.b2b-lab-scene::before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 8%;
  right: 7%;
  bottom: 14%;
  height: 110px;
  border-radius: var(--b2b-radius);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .95), rgba(246, 248, 247, .65)),
    repeating-linear-gradient(90deg, rgba(45, 50, 47, .16) 0 1px, transparent 1px 118px);
  box-shadow: 0 18px 55px rgba(35, 41, 37, .08);
}

.b2b-app {
  grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
}

.b2b-device-scene {
  background:
    linear-gradient(90deg, rgba(245, 246, 244, .96), rgba(255, 255, 255, .65)),
    radial-gradient(circle at 34% 40%, rgba(159, 217, 178, .12), transparent 18rem);
}

.b2b-phone {
  position: absolute;
  right: 21%;
  bottom: 9%;
  z-index: 5;
  width: 190px;
  height: 340px;
  border: 10px solid #111;
  border-radius: 34px;
  background:
    linear-gradient(135deg, #fff 0 48%, #070807 49% 100%);
  box-shadow: 0 28px 70px rgba(14, 18, 16, .25);
}

.b2b-phone span {
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  letter-spacing: 0;
}

.b2b-profit {
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
}

.b2b-stock-scene {
  display: grid;
  grid-template-columns: repeat(12, minmax(26px, 1fr));
  align-content: center;
  gap: 8px 5px;
  padding: 70px 54px 120px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .86)),
    linear-gradient(135deg, #ecefed, #fff);
}

.b2b-stock-scene::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 15%;
  bottom: 11%;
  height: 58px;
  border-radius: 4px;
  background:
    linear-gradient(90deg, #d19a61, #edc18d 28%, #ba7747 72%, #e7b57d);
  box-shadow: 0 16px 36px rgba(93, 64, 40, .2);
}

.b2b-stock-scene span {
  position: relative;
  z-index: 2;
  height: 120px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(60, 66, 62, .1);
  border-radius: 48% 48% 10px 10px / 8% 8% 10px 10px;
  background: linear-gradient(90deg, #fff, #ced4d0 35%, #fff 64%, #b9c0bc);
  color: #222825;
  font-size: 10px;
  font-weight: 700;
  writing-mode: vertical-rl;
  box-shadow: 0 7px 16px rgba(26, 32, 29, .08);
}

.b2b-sales {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
}

.b2b-sample-scene {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .78), rgba(241, 243, 241, .5)),
    radial-gradient(circle at 45% 55%, rgba(159, 217, 178, .11), transparent 18rem);
}

.b2b-samples {
  position: absolute;
  left: 36%;
  bottom: 17%;
  z-index: 5;
  width: 235px;
  height: 210px;
}

.b2b-samples span {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30px;
  height: 180px;
  transform-origin: bottom center;
  border-radius: 5px;
  border: 1px solid rgba(65, 71, 67, .15);
  background: linear-gradient(90deg, #fff, #e2e5e3, #fff);
  box-shadow: 0 10px 26px rgba(40, 46, 42, .12);
}

.b2b-samples span:nth-child(1) { transform: translateX(-50%) rotate(-33deg); }
.b2b-samples span:nth-child(2) { transform: translateX(-50%) rotate(-17deg); }
.b2b-samples span:nth-child(3) { transform: translateX(-50%) rotate(0); }
.b2b-samples span:nth-child(4) { transform: translateX(-50%) rotate(17deg); }
.b2b-samples span:nth-child(5) { transform: translateX(-50%) rotate(33deg); }

.b2b-tools-panel {
  background: #fff;
}

.b2b-tool-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 18px;
  max-width: 430px;
  margin-top: 32px;
}

.b2b-tool-grid span {
  display: grid;
  justify-items: center;
  gap: 9px;
  color: #313733;
  text-align: center;
  font-size: 12px;
  font-weight: 650;
}

.b2b-tool-grid b {
  font-size: 12px;
  line-height: 1.2;
}

.b2b-catalog {
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  background: linear-gradient(180deg, #f7f8f7, #fff);
}

.b2b-catalog-scene {
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .2), rgba(236, 239, 237, .78)),
    radial-gradient(circle at 72% 25%, rgba(159, 217, 178, .12), transparent 15rem);
}

.b2b-tablet {
  position: absolute;
  top: 12%;
  left: 19%;
  z-index: 4;
  width: 390px;
  max-width: 70%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  padding: 22px;
  border: 10px solid #111;
  border-radius: 18px;
  background: #f8f9f8;
  box-shadow: 0 24px 58px rgba(20, 25, 22, .18);
}

.b2b-tablet span {
  aspect-ratio: 1 / 1.35;
  border-radius: 4px;
  background:
    linear-gradient(90deg, #fff, #cfd5d1, #fff),
    linear-gradient(180deg, transparent 74%, var(--b2b-green) 74% 78%, transparent 78%);
  border: 1px solid rgba(60, 66, 62, .12);
}

.b2b-aroma-case {
  position: absolute;
  left: 11%;
  right: 8%;
  bottom: 12%;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  padding: 34px 34px 46px;
  border-radius: var(--b2b-radius);
  background: linear-gradient(145deg, #e7ded9, #fff);
  box-shadow: 0 32px 72px rgba(44, 39, 36, .14);
}

.b2b-aroma-case span {
  aspect-ratio: 1 / 1.75;
  border-radius: 12px;
  border: 1px solid rgba(65, 71, 67, .12);
  background: linear-gradient(90deg, #fff, #d2d6d3, #fff);
}

.b2b-cta {
  display: grid;
  justify-items: center;
  padding: 60px 20px 38px;
  background: #fff;
  text-align: center;
}

.b2b-cta h2 {
  max-width: 620px;
}

.b2b-cta p {
  max-width: 560px;
}

.b2b-cta-actions {
  justify-content: center;
  margin-top: 28px;
}

.b2b-store-row {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}

.b2b-store-row span {
  min-width: 146px;
  border-radius: 6px;
  padding: 9px 15px;
  background: #070807;
  color: #fff;
  font-size: 10px;
  line-height: 1.1;
  text-align: left;
}

.b2b-store-row b {
  font-size: 17px;
}

.b2b-footer {
  padding: 20px 0 34px;
  background: #fff;
  text-align: center;
}

.b2b-footer-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.b2b-footer-points span {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 2px 10px;
  align-items: center;
  justify-items: start;
  min-height: 58px;
  color: #242a26;
  text-align: left;
}

.b2b-footer-points .b2b-icon {
  grid-row: span 2;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 1px solid rgba(159, 217, 178, .5);
  border-radius: 50%;
  color: var(--b2b-green-strong);
}

.b2b-footer-points b {
  font-size: 13px;
}

.b2b-footer-points small,
.b2b-footer-brand p {
  color: var(--b2b-muted);
  font-size: 12px;
}

.b2b-footer-brand p {
  margin: 6px 0 0;
}

@media (max-width: 980px) {
  :root {
    --b2b-width: min(100% - 28px, 760px);
  }

  .b2b-header {
    grid-template-columns: auto 1fr auto;
  }

  .b2b-nav,
  .b2b-account-link,
  .b2b-header-cta {
    display: none;
  }

  .b2b-menu-button {
    display: block;
    justify-self: end;
  }

  .b2b-hero,
  .b2b-split,
  .b2b-app,
  .b2b-profit,
  .b2b-sales,
  .b2b-catalog {
    grid-template-columns: 1fr;
  }

  .b2b-hero {
    min-height: auto;
    padding-top: 44px;
  }

  .b2b-hero-visual,
  .b2b-photo-panel,
  .b2b-device-scene,
  .b2b-stock-scene,
  .b2b-sample-scene,
  .b2b-catalog-scene {
    min-height: 500px;
  }

  .b2b-device-scene,
  .b2b-sample-scene {
    order: 2;
  }

  .b2b-footer-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Live polish v4: restore premium image detail, remove muddy overlays. */
.b2b-hero-visual {
  background: url("../img/landing-hero.png") center / cover no-repeat;
}

.b2b-quality .b2b-photo-panel {
  background: url("../img/landing-quality.png") center / cover no-repeat;
}

.b2b-device-scene {
  background: url("../img/landing-app-premium-v2.png") center / cover no-repeat;
}

.b2b-stock-scene {
  background: url("../img/landing-stock.png") center / cover no-repeat;
}

.b2b-sample-scene {
  background: url("../img/landing-sales-premium.png") center / cover no-repeat;
}

.b2b-catalog-scene {
  background: url("../img/landing-catalog-premium.png") center / cover no-repeat;
}

.b2b-hero-visual,
.b2b-photo-panel,
.b2b-device-scene,
.b2b-stock-scene,
.b2b-sample-scene,
.b2b-catalog-scene {
  filter: none;
}

.b2b-copy-panel {
  background: #fff;
}

.b2b-quality .b2b-copy-panel {
  background: linear-gradient(90deg, #fff 0%, #fff 88%, rgba(255, 255, 255, .72) 100%);
}

.b2b-app .b2b-copy-panel,
.b2b-sales .b2b-copy-panel {
  box-shadow: -20px 0 40px rgba(255, 255, 255, .82);
}

.b2b-profit .b2b-copy-panel,
.b2b-catalog .b2b-copy-panel {
  box-shadow: 20px 0 40px rgba(255, 255, 255, .82);
}

/* Brand dot consistency. */
.b2b-dot-label::before,
.b2b-feature-list li::before,
.b2b-product-bottle::after {
  background: var(--seluz-dot);
}

.b2b-dot-label::before {
  box-shadow: 0 0 0 5px rgba(159, 227, 111, .18);
}

.b2b-logo i,
.b2b-footer-brand span {
  color: var(--seluz-dot) !important;
}

.b2b-green-dot {
  color: transparent !important;
}

@media (max-width: 640px) {
  :root {
    --b2b-width: min(100% - 20px, 520px);
  }

  .b2b-header {
    min-height: 62px;
  }

  .b2b-logo {
    font-size: 18px;
  }

  .b2b-hero {
    gap: 28px;
    padding: 32px 0 44px;
  }

  .b2b-hero h1 {
    font-size: clamp(52px, 17vw, 76px);
  }

  .b2b-lead {
    font-size: clamp(25px, 8vw, 34px);
  }

  .b2b-proof-row,
  .b2b-footer-points {
    grid-template-columns: 1fr;
  }

  .b2b-actions,
  .b2b-cta-actions {
    display: grid;
  }

  .b2b-btn {
    width: 100%;
    min-height: 46px;
  }

  .b2b-copy-panel {
    padding: 38px 24px;
  }

  .b2b-copy-panel h2,
  .b2b-cta h2 {
    font-size: clamp(36px, 12vw, 50px);
  }

  .b2b-feature-list-lg li {
    font-size: 19px;
  }

  .b2b-hero-visual,
  .b2b-photo-panel,
  .b2b-device-scene,
  .b2b-stock-scene,
  .b2b-sample-scene,
  .b2b-catalog-scene {
    min-height: 420px;
  }

  .b2b-product-bottle-lg {
    left: 10%;
    width: 160px;
    height: 330px;
  }

  .b2b-product-bottle-md {
    width: 142px;
    height: 292px;
  }

  .b2b-phone {
    right: 11%;
    width: 150px;
    height: 280px;
  }

  .b2b-stock-scene {
    grid-template-columns: repeat(8, minmax(20px, 1fr));
    padding: 48px 22px 100px;
  }

  .b2b-stock-scene span {
    height: 88px;
  }

  .b2b-tool-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b2b-tablet {
    left: 7%;
    max-width: 86%;
    grid-template-columns: repeat(5, 1fr);
    padding: 14px;
  }

  .b2b-aroma-case {
    left: 5%;
    right: 5%;
    grid-template-columns: repeat(4, 1fr);
    padding: 24px;
  }

  .b2b-store-row {
    width: 100%;
    flex-direction: column;
  }
}

/* Live polish v3: real raster visuals take over, with softer editorial overlaps. */
.b2b-hero-visual > img,
.b2b-photo-panel > img {
  display: none !important;
}

.b2b-hero-visual::after,
.b2b-photo-panel::after {
  display: none;
}

.b2b-hero-visual {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0) 42%),
    url("../img/landing-hero.png") center / cover no-repeat;
}

.b2b-device-scene {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0)),
    url("../img/landing-app.png") center / cover no-repeat;
}

.b2b-stock-scene {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .18)),
    url("../img/landing-stock.png") center / cover no-repeat;
}

.b2b-sample-scene,
.b2b-catalog-scene {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, 0)),
    url("../img/landing-catalog.png") center / cover no-repeat;
}

.b2b-photo-panel {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, 0)),
    url("../img/landing-hero.png") center / cover no-repeat;
}

.b2b-quality .b2b-photo-panel {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .36), rgba(255, 255, 255, 0) 34%),
    url("../img/landing-quality.png") center / cover no-repeat;
}

.b2b-quality .b2b-copy-panel {
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .96) 74%, rgba(255, 255, 255, .68) 100%);
}

.b2b-hero {
  grid-template-columns: minmax(430px, .82fr) minmax(620px, 1.18fr);
  gap: 56px;
}

.b2b-hero-visual {
  min-height: 650px;
}

.b2b-split {
  overflow: visible;
}

.b2b-app,
.b2b-sales {
  margin-top: -1px;
}

.b2b-profit,
.b2b-catalog {
  margin-top: -18px;
}

.b2b-device-scene,
.b2b-stock-scene,
.b2b-sample-scene,
.b2b-catalog-scene,
.b2b-photo-panel {
  min-height: 610px;
}

.b2b-device-scene,
.b2b-sample-scene {
  transform: translateY(-18px);
  z-index: 2;
  box-shadow: 0 28px 80px rgba(35, 41, 37, .08);
}

.b2b-stock-scene,
.b2b-catalog-scene {
  transform: translateY(18px);
  z-index: 1;
}

.b2b-copy-panel {
  background: rgba(255, 255, 255, .86);
}

.b2b-app .b2b-copy-panel,
.b2b-sales .b2b-copy-panel,
.b2b-cta {
  background: #fff;
}

.b2b-hero h1 {
  font-size: clamp(56px, 5.7vw, 88px);
  line-height: 1;
}

.b2b-lead {
  font-size: clamp(27px, 2.55vw, 38px);
}

.b2b-copy-panel h2,
.b2b-cta h2 {
  font-size: clamp(36px, 3.9vw, 54px);
  line-height: 1.05;
}

.b2b-profit .b2b-copy-panel h2,
.b2b-sales .b2b-copy-panel h2,
.b2b-catalog .b2b-copy-panel h2,
.b2b-cta h2 {
  font-size: clamp(36px, 3.5vw, 50px);
}

.b2b-tool-grid {
  grid-template-columns: repeat(3, minmax(84px, 1fr));
  gap: 28px 20px;
}

.b2b-tool-grid span {
  min-height: 66px;
}

@media (max-width: 980px) {
  .b2b-hero {
    grid-template-columns: 1fr;
  }

  .b2b-device-scene,
  .b2b-sample-scene,
  .b2b-stock-scene,
  .b2b-catalog-scene {
    transform: none;
  }
}

/* Final image map: keep every visual section on the latest generated asset. */
.b2b-hero-visual {
  background: url("../img/landing-hero-reference-crop.png") center / cover no-repeat !important;
}

.b2b-quality .b2b-photo-panel {
  background: url("../img/landing-quality.png") center / cover no-repeat !important;
}

.b2b-device-scene {
  background: url("../img/landing-app-premium-v2.png") center / cover no-repeat !important;
}

.b2b-stock-scene {
  background: url("../img/landing-stock.png") center / cover no-repeat !important;
}

.b2b-sample-scene {
  background: url("../img/landing-sales-premium.png") center / cover no-repeat !important;
}

.b2b-catalog-scene {
  background: url("../img/landing-catalog-premium.png") center / cover no-repeat !important;
}

.b2b-hero-visual > img,
.b2b-photo-panel > img {
  display: none !important;
}

@media (prefers-reduced-motion: no-preference) {
  .b2b-copy-panel,
  .b2b-photo-panel,
  .b2b-device-scene,
  .b2b-stock-scene,
  .b2b-sample-scene,
  .b2b-catalog-scene,
  .b2b-cta,
  .b2b-footer-points span {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .45s ease, transform .45s ease;
  }

  .b2b-copy-panel.is-visible,
  .b2b-photo-panel.is-visible,
  .b2b-device-scene.is-visible,
  .b2b-stock-scene.is-visible,
  .b2b-sample-scene.is-visible,
  .b2b-catalog-scene.is-visible,
  .b2b-cta.is-visible,
  .b2b-footer-points span.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Live polish v2: remove prototype vector placeholders until final raster assets arrive. */
:root {
  --b2b-width: min(1440px, calc(100% - 56px));
  --b2b-text: #080a09;
  --b2b-muted: #626b66;
  --b2b-green: #b5e5c5;
  --b2b-green-strong: #4eb86e;
  --seluz-dot: #9fe36f;
}

.b2b-page {
  background: #fafbfa;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.b2b-header {
  min-height: 72px;
  background: rgba(255, 255, 255, .88);
}

.b2b-logo {
  font-size: 24px;
  font-weight: 760;
}

.b2b-nav {
  font-size: 15px;
  font-weight: 650;
}

.b2b-header-cta,
.b2b-account-link,
.b2b-btn {
  min-height: 44px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 650;
}

.b2b-header-cta,
.b2b-btn-primary {
  color: #fff !important;
  background: #050605;
}

.b2b-btn-ghost,
.b2b-account-link {
  color: #0b0d0c !important;
  background: #fff;
}

.b2b-whatsapp {
  color: #fff !important;
}

.b2b-hero {
  min-height: 780px;
  grid-template-columns: minmax(420px, .86fr) minmax(520px, 1.14fr);
  gap: 70px;
  padding: 72px 0 86px;
}

.b2b-hero h1 {
  max-width: 600px;
  font-size: clamp(58px, 6.2vw, 92px);
  line-height: .97;
  font-weight: 780;
}

.b2b-lead {
  max-width: 620px;
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: 1.12;
  font-weight: 730;
}

.b2b-hero-copy p:not(.b2b-lead),
.b2b-copy-panel p,
.b2b-cta p {
  color: var(--b2b-muted);
  font-size: 17px;
  line-height: 1.6;
}

.b2b-proof-row span,
.b2b-feature-list li {
  font-weight: 600;
}

.b2b-feature-list-lg li {
  font-size: 18px;
  line-height: 1.25;
}

.b2b-hero-visual,
.b2b-photo-panel,
.b2b-device-scene,
.b2b-stock-scene,
.b2b-sample-scene,
.b2b-catalog-scene {
  min-height: 560px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .88), rgba(255, 255, 255, .42)),
    linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(229, 234, 231, .58)),
    url("../img/b2b-industrial-hero.jpg") center / cover no-repeat;
  box-shadow: none;
}

.b2b-hero-visual {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .62), rgba(255, 255, 255, .08)),
    url("../img/landing-hero.png") center / cover no-repeat;
}

.b2b-device-scene {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .35), rgba(255, 255, 255, .06)),
    url("../img/landing-app.png") center / cover no-repeat;
}

.b2b-stock-scene {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .34)),
    url("../img/landing-stock.png") center / cover no-repeat;
}

.b2b-sample-scene,
.b2b-catalog-scene {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, .08)),
    url("../img/landing-catalog.png") center / cover no-repeat;
}

.b2b-hero-visual {
  min-height: 620px;
  border-radius: 10px;
  box-shadow: 0 30px 90px rgba(35, 41, 37, .1);
}

.b2b-hero-visual img,
.b2b-photo-panel img {
  opacity: .78;
  filter: grayscale(1) saturate(.2) brightness(1.12) contrast(.9);
}

.b2b-hero-visual::after,
.b2b-photo-panel::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .16) 48%, rgba(255, 255, 255, .72)),
    linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(237, 241, 238, .5));
}

.b2b-product-bottle,
.b2b-factory-card,
.b2b-phone,
.b2b-stock-scene span,
.b2b-stock-scene::after,
.b2b-samples,
.b2b-tablet,
.b2b-aroma-case,
.b2b-lab-scene::before {
  display: none !important;
}

.b2b-split {
  min-height: 560px;
  border-top: 1px solid rgba(22, 26, 24, .06);
}

.b2b-copy-panel {
  padding: clamp(48px, 5vw, 78px);
}

.b2b-copy-panel h2,
.b2b-cta h2 {
  max-width: 560px;
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 1.03;
  font-weight: 760;
}

.b2b-profit .b2b-copy-panel h2,
.b2b-sales .b2b-copy-panel h2,
.b2b-catalog .b2b-copy-panel h2,
.b2b-cta h2 {
  font-size: clamp(36px, 3.8vw, 54px);
}

.b2b-dot-label {
  margin-bottom: 16px;
  color: #39413d;
  font-size: 12px;
  font-weight: 760;
}

.b2b-feature-list {
  gap: 14px;
  margin-top: 24px;
}

.b2b-feature-list li::before {
  width: 2px;
  height: 24px;
  margin-left: -13px;
}

.b2b-tool-grid {
  gap: 22px;
  max-width: 430px;
}

.b2b-tool-grid span,
.b2b-tool-grid b {
  font-size: 13px;
  font-weight: 600;
}

.b2b-tool-grid .b2b-icon {
  color: #57615c;
}

.b2b-cta {
  padding: 76px 20px 52px;
}

.b2b-store-row span {
  color: #fff !important;
}

@media (max-width: 980px) {
  :root {
    --b2b-width: min(100% - 28px, 760px);
  }

  .b2b-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 36px;
    padding: 46px 0 58px;
  }

  .b2b-hero h1 {
    font-size: clamp(50px, 12vw, 76px);
  }
}

@media (max-width: 640px) {
  :root {
    --b2b-width: min(100% - 20px, 520px);
  }

  .b2b-hero h1 {
    font-size: clamp(46px, 15vw, 68px);
  }

  .b2b-copy-panel h2,
  .b2b-profit .b2b-copy-panel h2,
  .b2b-sales .b2b-copy-panel h2,
  .b2b-catalog .b2b-copy-panel h2,
  .b2b-cta h2 {
    font-size: clamp(32px, 10vw, 46px);
  }
}

/* Hero restoration and mobile refinement. The first screen must feel like one full white brand scene. */
.b2b-hero {
  width: 100%;
  max-width: none;
  min-height: calc(100vh - 70px);
  grid-template-columns: minmax(360px, .86fr) minmax(640px, 1.14fr);
  gap: clamp(28px, 4vw, 64px);
  padding: clamp(42px, 5vw, 78px) max(24px, calc((100vw - 1440px) / 2)) clamp(58px, 6vw, 92px);
  background: #fff;
}

.b2b-hero-copy {
  max-width: 650px;
}

.b2b-hero-visual {
  min-height: clamp(590px, 42vw, 740px);
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  background-color: #fff !important;
  background-image: url("../img/landing-hero-reference-crop.png") !important;
  background-position: center right !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.b2b-hero-visual::before,
.b2b-hero-visual::after {
  display: none !important;
}

@media (max-width: 1180px) {
  .b2b-hero {
    grid-template-columns: minmax(320px, .9fr) minmax(520px, 1.1fr);
  }
}

@media (max-width: 980px) {
  .b2b-hero {
    width: var(--b2b-width);
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: auto;
    padding: 40px 0 54px;
  }

  .b2b-hero-copy {
    max-width: none;
  }

  .b2b-hero h1 {
    max-width: 620px;
    font-size: clamp(52px, 13vw, 86px);
    line-height: .94;
  }

  .b2b-lead {
    font-size: clamp(26px, 6.5vw, 42px);
  }

  .b2b-hero-visual {
    min-height: clamp(360px, 72vw, 620px);
    background-position: center !important;
    background-size: contain !important;
  }

  .b2b-proof-row {
    max-width: none;
    margin-top: 32px;
  }

  .b2b-split {
    min-height: auto;
  }

  .b2b-copy-panel {
    padding: 42px 28px;
  }
}

@media (max-width: 640px) {
  .b2b-header {
    width: calc(100% - 20px);
  }

  .b2b-mobile-menu a {
    font-size: 24px;
  }

  .b2b-hero {
    padding-top: 30px;
  }

  .b2b-hero h1 {
    font-size: clamp(46px, 15vw, 64px);
  }

  .b2b-hero-visual {
    min-height: clamp(300px, 88vw, 460px);
  }

  .b2b-proof-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .b2b-actions {
    width: 100%;
  }

  .b2b-actions .b2b-btn,
  .b2b-actions .b2b-detail-btn {
    flex: 1 1 100%;
    justify-content: center;
  }

  .b2b-copy-panel {
    padding: 34px 22px;
  }

  .b2b-photo-panel,
  .b2b-device-scene,
  .b2b-stock-scene,
  .b2b-sample-scene,
  .b2b-catalog-scene {
    min-height: 340px;
  }

  .b2b-tool-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
  }
}

/* Hero composition pass: closer to the original dense first-screen layout. */
.b2b-hero {
  min-height: auto;
  align-items: center;
  grid-template-columns: minmax(500px, .88fr) minmax(760px, 1.12fr);
  gap: clamp(34px, 3.2vw, 58px);
  padding-top: clamp(74px, 6.4vw, 108px);
  padding-bottom: clamp(56px, 5vw, 86px);
}

.b2b-hero h1 {
  max-width: 850px;
  font-size: clamp(56px, 5.85vw, 96px);
  line-height: .95;
}

.b2b-lead {
  font-size: clamp(34px, 3.1vw, 52px);
  line-height: 1.02;
}

.b2b-hero-copy p:not(.b2b-lead) {
  max-width: 600px;
  font-size: 18px;
}

.b2b-hero-visual {
  min-height: clamp(620px, 43vw, 790px);
  background-position: left center !important;
  background-size: contain !important;
}

.b2b-proof-row {
  max-width: 720px;
  margin-top: 58px;
}

.parfumer-product-search--hero + .b2b-proof-row {
  margin-top: 34px;
}

.b2b-proof-row span {
  grid-template-columns: 32px minmax(0, 1fr);
  font-size: 16px;
}

.b2b-proof-row .b2b-icon {
  width: 28px;
  height: 28px;
}

@media (max-width: 1280px) {
  .b2b-hero {
    grid-template-columns: minmax(420px, .9fr) minmax(580px, 1.1fr);
  }

  .b2b-hero h1 {
    font-size: clamp(50px, 5.7vw, 78px);
  }

  .b2b-lead {
    font-size: clamp(28px, 3vw, 42px);
  }
}

@media (max-width: 980px) {
  .b2b-hero {
    grid-template-columns: 1fr;
    padding-top: 38px;
    padding-bottom: 54px;
  }

  .b2b-hero-visual {
    min-height: clamp(370px, 78vw, 620px);
    background-size: contain !important;
    background-position: center !important;
  }

  .b2b-proof-row span {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .b2b-hero h1 {
    font-size: clamp(39px, 12.5vw, 56px);
  }

  .b2b-lead {
    font-size: clamp(25px, 8vw, 34px);
  }

  .b2b-hero-copy p:not(.b2b-lead) {
    font-size: 16px;
  }

  .b2b-hero-visual {
    min-height: clamp(300px, 86vw, 440px);
  }
}

/* Long hero title refinement. */
.b2b-green-dot {
  width: .13em;
  height: .13em;
  margin-left: .055em;
  position: relative;
  top: .12em;
  vertical-align: baseline;
  transform: none;
}

.b2b-hero h1 {
  max-width: 760px;
  font-size: clamp(46px, 4.15vw, 72px);
  line-height: 1.02;
  letter-spacing: 0;
}

.b2b-hero h1 .b2b-green-dot {
  width: .12em;
  height: .12em;
  top: .1em;
  transform: none;
}

.b2b-lead {
  max-width: 620px;
  font-size: clamp(28px, 2.35vw, 40px);
  line-height: 1.08;
}

@media (max-width: 1280px) {
  .b2b-hero h1 {
    font-size: clamp(42px, 4.6vw, 62px);
  }
}

@media (max-width: 980px) {
  .b2b-hero h1 {
    font-size: clamp(42px, 9vw, 66px);
  }
}

@media (max-width: 640px) {
  .b2b-hero h1 {
    font-size: clamp(34px, 10.8vw, 48px);
  }

  .b2b-hero h1 .b2b-green-dot {
    width: .13em;
    height: .13em;
    top: .11em;
    transform: none;
  }

  .b2b-lead {
    font-size: clamp(24px, 7vw, 31px);
  }
}

/* Show the supplied hero PNG whole, without cropping the cap. */
.b2b-hero-visual {
  background-position: left center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

/* Desktop hero: let the right image breathe to the viewport edge and use the empty top space. */
@media (min-width: 981px) {
  .b2b-hero {
    padding-top: clamp(26px, 3vw, 48px);
    padding-bottom: clamp(48px, 4.4vw, 76px);
    align-items: center;
  }

  .b2b-hero-visual {
    width: calc(100% + max(24px, calc((100vw - 1440px) / 2)));
    min-height: clamp(700px, 49vw, 900px);
    margin-right: calc(-1 * max(24px, calc((100vw - 1440px) / 2)));
    background-position: left top !important;
    background-size: contain !important;
  }

  .b2b-split {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: max(24px, calc((100vw - 1440px) / 2));
    grid-template-columns: minmax(420px, .82fr) minmax(640px, 1.18fr);
    overflow: hidden;
  }

  .b2b-quality .b2b-photo-panel,
  .b2b-profit .b2b-stock-scene,
  .b2b-catalog .b2b-catalog-scene {
    margin-right: 0;
  }

  .b2b-app,
  .b2b-sales {
    padding-left: 0;
    padding-right: max(24px, calc((100vw - 1440px) / 2));
    grid-template-columns: minmax(640px, 1.18fr) minmax(420px, .82fr);
  }
}

/* Mobile hero order: text, image, then registration/search actions on the first screen. */
@media (max-width: 980px) {
  .b2b-hero {
    display: grid;
    gap: 18px;
    padding-top: 22px;
  }

  .b2b-hero-copy {
    display: contents;
  }

  .b2b-hero-copy h1 {
    order: 1;
  }

  .b2b-hero-copy .b2b-lead {
    order: 2;
  }

  .b2b-hero-copy p:not(.b2b-lead) {
    order: 3;
  }

  .b2b-hero-visual {
    order: 4;
    width: 100vw;
    min-height: clamp(280px, 78vw, 380px);
    margin: -2px calc(50% - 50vw) 4px;
    background-position: center center !important;
    background-size: cover !important;
  }

  .b2b-actions {
    order: 5;
    margin-top: 0;
  }

  .parfumer-product-search--hero {
    order: 6;
    margin-top: 4px;
  }

  .b2b-proof-row {
    order: 7;
    margin-top: 8px;
  }

  .b2b-hero h1 .b2b-green-dot {
    top: .52em;
  }
}

/* Seluz green accent is a square, not a round dot. */
.b2b-green-dot,
.b2b-dot-label::before {
  border-radius: 0 !important;
}

/* B2B detail pages opened from "Daha ətraflı". */
.parfumer-detail-page {
  --detail-width: min(100% - 48px, 980px);
  background: #fff;
  color: var(--b2b-text, #101312);
}

.parfumer-detail-hero {
  width: 100vw;
  min-height: clamp(230px, 24vw, 390px);
  margin-left: calc(50% - 50vw);
  background-color: #f4f6f5;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.parfumer-detail-body {
  width: var(--detail-width);
  margin: 0 auto;
  padding: clamp(42px, 5vw, 76px) 0 clamp(64px, 7vw, 110px);
}

.parfumer-detail-back {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-bottom: 28px;
  color: #5f6a64;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}

.parfumer-detail-back:hover {
  color: var(--b2b-green-strong, #4eb86e);
}

.parfumer-detail-body h1 {
  max-width: 860px;
  margin: 0;
  color: #070807;
  font-size: clamp(42px, 5vw, 76px);
  line-height: .96;
  letter-spacing: 0;
  font-weight: 850;
}

.parfumer-detail-intro {
  max-width: 760px;
  margin: 26px 0 0;
  color: #222825;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.34;
  font-weight: 650;
}

.parfumer-detail-copy {
  max-width: 760px;
  margin-top: 34px;
  padding-left: 24px;
  border-left: 4px solid var(--seluz-dot, #9fe36f);
}

.parfumer-detail-copy p {
  margin: 0;
  color: #5f6a64;
  font-size: 18px;
  line-height: 1.72;
}

.parfumer-detail-copy p + p {
  margin-top: 18px;
}

@media (max-width: 640px) {
  .parfumer-detail-page {
    --detail-width: min(100% - 28px, 520px);
  }

  .parfumer-detail-hero {
    min-height: 230px;
  }

  .parfumer-detail-body {
    padding: 34px 0 72px;
  }

  .parfumer-detail-body h1 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .parfumer-detail-intro {
    font-size: 18px;
  }

  .parfumer-detail-copy {
    padding-left: 16px;
  }

  .parfumer-detail-copy p {
    font-size: 16px;
  }
}

.parfumer-b2b-detail-page .entry-hero {
  display: none !important;
}

.parfumer-b2b-detail-page .content-area {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.parfumer-b2b-detail-page .content-container,
.parfumer-b2b-detail-page .site-main,
.parfumer-b2b-detail-page .content-wrap,
.parfumer-b2b-detail-page .entry,
.parfumer-b2b-detail-page .entry-content,
.parfumer-b2b-detail-page .single-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.parfumer-b2b-detail-page .entry.content-bg,
.parfumer-b2b-detail-page .single-entry {
  background: transparent !important;
  box-shadow: none !important;
}

.parfumer-b2b-detail-page .entry-content-wrap {
  padding: 0 !important;
}

.parfumer-b2b-detail-page .site-branding .site-title {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  color: transparent !important;
  font-size: 0 !important;
  font-weight: 850;
  letter-spacing: 0;
}

.parfumer-b2b-detail-page .site-branding .site-title::before {
  content: "Parfumer";
  color: #101312;
  font-size: 28px;
  line-height: 1;
}

.parfumer-b2b-detail-page .site-branding .site-title::after {
  content: ".vip";
  color: var(--seluz-dot, #9fe36f);
  font-size: 28px;
  line-height: 1;
}

.parfumer-b2b-detail-page #masthead {
  border-bottom: 1px solid rgba(16, 19, 18, .06);
}

.parfumer-b2b-shop-page #masthead,
.parfumer-b2b-detail-page #masthead {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, .96) !important;
  border-bottom: 1px solid rgba(16, 19, 18, .06);
  box-shadow: none;
  backdrop-filter: blur(18px);
  transition: transform .28s ease, box-shadow .22s ease, background .22s ease;
  will-change: transform;
}

.admin-bar.parfumer-b2b-shop-page #masthead,
.admin-bar.parfumer-b2b-detail-page #masthead {
  top: 32px;
}

.parfumer-b2b-shop-page #masthead.is-scrolled,
.parfumer-b2b-detail-page #masthead.is-scrolled {
  box-shadow: 0 14px 42px rgba(16, 19, 18, .08);
}

.parfumer-b2b-shop-page #masthead.is-hidden,
.parfumer-b2b-detail-page #masthead.is-hidden {
  transform: translateY(-110%);
}

.parfumer-b2b-shop-page .site-branding .site-title,
.parfumer-b2b-detail-page .site-branding .site-title {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  color: transparent !important;
  font-size: 0 !important;
  font-weight: 850;
  letter-spacing: 0;
}

.parfumer-b2b-shop-page .site-branding .site-title::before,
.parfumer-b2b-detail-page .site-branding .site-title::before {
  content: "Parfumer";
  color: #101312;
  font-size: 24px;
  line-height: 1;
  font-weight: 760;
}

.parfumer-b2b-shop-page .site-branding .site-title::after,
.parfumer-b2b-detail-page .site-branding .site-title::after {
  content: ".vip";
  color: var(--seluz-dot, #9fe36f);
  font-size: 24px;
  line-height: 1;
  font-weight: 760;
}

.parfumer-b2b-shop-page .product-archive-hero-section {
  min-height: clamp(230px, 24vw, 390px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, .04)),
    url("../img/landing-catalog-premium.png") center center / cover no-repeat;
}

.parfumer-b2b-shop-page .product-archive-hero-section .entry-hero-container-inner {
  min-height: inherit;
  display: grid;
  align-items: end;
  background: transparent !important;
  padding: 0;
}

.parfumer-b2b-shop-page .product-archive-hero-section .hero-container {
  width: min(100% - 48px, 1440px);
  margin: 0 auto;
  padding: 0 0 clamp(30px, 4vw, 58px);
}

.parfumer-b2b-shop-page .product-archive-hero-section .hero-section-overlay {
  display: none;
}

.parfumer-b2b-shop-page .product-archive-hero-section .archive-title {
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1;
}

.parfumer-b2b-shop-page .product-archive-hero-section .archive-title::before {
  content: "Aromat kataloqu";
  display: block;
  color: #070807;
  font-size: clamp(42px, 5vw, 76px);
  line-height: .96;
  font-weight: 850;
  letter-spacing: 0;
}

.parfumer-b2b-shop-page .content-area {
  margin-top: clamp(34px, 4vw, 64px);
}

.parfumer-shop-filters {
  width: min(100%, 1120px);
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(220px, 320px) auto auto;
  align-items: end;
  gap: 14px;
  margin: 0 0 24px;
  padding: 18px;
  border: 1px solid rgba(18, 22, 20, .08);
  border-radius: 8px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 18px 48px rgba(34, 40, 36, .06);
}

.parfumer-shop-filters__field {
  display: grid;
  gap: 7px;
}

.parfumer-shop-filters label {
  color: #303834;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}

.parfumer-shop-filters select {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(17, 21, 19, .12);
  border-radius: 7px;
  padding: 0 38px 0 14px;
  background-color: #fff;
  color: #101312;
  font-size: 15px;
  font-weight: 650;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.parfumer-shop-filters select:focus {
  border-color: var(--seluz-dot, #9fe36f);
  box-shadow: 0 0 0 4px rgba(159, 227, 111, .22);
}

.parfumer-shop-filters button,
.parfumer-shop-filters__reset {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.parfumer-shop-filters button {
  border: 1px solid var(--seluz-dot, #9fe36f);
  background: var(--seluz-dot, #9fe36f);
  color: #102012;
  box-shadow: 0 12px 30px rgba(120, 198, 103, .18);
}

.parfumer-shop-filters__reset {
  border: 1px solid rgba(17, 21, 19, .12);
  background: #fff;
  color: #26302b;
}

.parfumer-shop-is-loading .parfumer-shop-filters,
.parfumer-shop-is-loading .kadence-shop-top-row,
.parfumer-shop-is-loading ul.products,
.parfumer-shop-is-loading .woocommerce-pagination,
.parfumer-shop-is-loading .woocommerce-info {
  opacity: .48;
  pointer-events: none;
  transition: opacity .18s ease;
}

.parfumer-shop-is-loading .parfumer-shop-filters {
  position: relative;
}

.parfumer-shop-is-loading .parfumer-shop-filters::after {
  content: "Yenilənir...";
  position: absolute;
  right: 18px;
  top: 18px;
  color: var(--b2b-green-strong, #55b974);
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 782px) {
  .admin-bar.parfumer-b2b-shop-page #masthead,
  .admin-bar.parfumer-b2b-detail-page #masthead {
    top: 46px;
  }
}

@media (max-width: 640px) {
  .parfumer-b2b-shop-page .site-branding .site-title::before,
  .parfumer-b2b-detail-page .site-branding .site-title::before,
  .parfumer-b2b-shop-page .site-branding .site-title::after,
  .parfumer-b2b-detail-page .site-branding .site-title::after {
    font-size: 18px;
  }

  .parfumer-shop-filters {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    padding: 14px;
  }

  .parfumer-shop-filters button,
  .parfumer-shop-filters__reset {
    width: 100%;
  }
}

/* Final seams and interaction polish. */
.b2b-landing-body .b2b-hero,
.b2b-landing-body .b2b-split,
.b2b-landing-body .b2b-cta,
.b2b-landing-body .b2b-footer {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.b2b-landing-body .b2b-split + .b2b-split,
.b2b-landing-body .b2b-split + .b2b-cta,
.b2b-landing-body .b2b-cta + .b2b-footer {
  margin-top: 0 !important;
  border-top: 0 !important;
}

.b2b-landing-body .b2b-device-scene,
.b2b-landing-body .b2b-stock-scene,
.b2b-landing-body .b2b-sample-scene,
.b2b-landing-body .b2b-catalog-scene,
.b2b-landing-body .b2b-photo-panel {
  transform: none !important;
}

.b2b-landing-body .b2b-split {
  overflow: hidden !important;
}

.b2b-callback-form {
  width: min(100%, 520px);
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 12px;
  align-items: end;
  margin-top: 18px;
}

.b2b-callback-form[hidden] {
  display: none !important;
}

.b2b-callback-form label {
  display: grid;
  gap: 7px;
  color: #4b5751;
  font-size: 13px;
  font-weight: 750;
  text-align: left;
}

.b2b-callback-form input {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(16, 19, 18, .14);
  border-radius: 7px;
  padding: 0 15px;
  background: #fff;
  color: #101312;
  font: inherit;
  font-size: 15px;
  outline: none;
  box-shadow: 0 14px 34px rgba(16, 19, 18, .06);
}

.b2b-callback-form input:focus {
  border-color: var(--seluz-dot, #9fe36f);
  box-shadow: 0 0 0 4px rgba(159, 227, 111, .2), 0 14px 34px rgba(16, 19, 18, .06);
}

.b2b-callback-note {
  grid-column: 1 / -1;
  min-height: 20px;
  margin: 0;
  color: #4b5751;
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
}

.b2b-callback-note.is-error {
  color: #a33a2a;
}

.parfumer-b2b-shop-page .main-navigation a:hover,
.parfumer-b2b-shop-page .main-navigation a:focus,
.parfumer-b2b-shop-page .main-navigation .current-menu-item > a,
.parfumer-b2b-detail-page .main-navigation a:hover,
.parfumer-b2b-detail-page .main-navigation a:focus,
.parfumer-b2b-detail-page .main-navigation .current-menu-item > a,
.parfumer-b2b-shop-page .mobile-navigation a:hover,
.parfumer-b2b-shop-page .mobile-navigation a:focus,
.parfumer-b2b-shop-page .mobile-navigation .current-menu-item > a,
.parfumer-b2b-detail-page .mobile-navigation a:hover,
.parfumer-b2b-detail-page .mobile-navigation a:focus,
.parfumer-b2b-detail-page .mobile-navigation .current-menu-item > a {
  color: var(--b2b-green-strong, #55b974) !important;
}

.parfumer-b2b-shop-page .header-navigation[class*="header-navigation-style-underline"] .header-menu-container > ul > li > a::after,
.parfumer-b2b-detail-page .header-navigation[class*="header-navigation-style-underline"] .header-menu-container > ul > li > a::after {
  background: var(--seluz-dot, #9fe36f) !important;
}

@media (max-width: 640px) {
  .b2b-callback-form {
    grid-template-columns: 1fr;
  }

  .b2b-callback-form .b2b-btn {
    width: 100%;
  }
}

@media (min-width: 981px) {
  .b2b-landing-body .b2b-hero {
    min-height: 0 !important;
    padding-bottom: 0 !important;
  }

  .b2b-landing-body .b2b-hero-visual {
    min-height: clamp(610px, 43vw, 780px) !important;
    align-self: end;
  }
}

/* Dynamic contact page. */
.parfumer-b2b-contact-page .entry-hero {
  display: none !important;
}

.parfumer-contact-page {
  background: #fff;
  color: var(--b2b-text, #070807);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.parfumer-contact-wrap {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
}

.parfumer-contact-hero {
  padding: clamp(78px, 9vw, 140px) 0 clamp(50px, 6vw, 86px);
  background:
    radial-gradient(circle at 82% 16%, rgba(159, 227, 111, .16), transparent 22rem),
    linear-gradient(180deg, #fbfcfb, #f2f4f3);
  text-align: center;
}

.parfumer-contact-hero h1 {
  max-width: 900px;
  margin: 0 auto;
  color: #070807;
  font-size: clamp(48px, 7vw, 108px);
  line-height: .92;
  font-weight: 850;
  letter-spacing: 0;
}

.parfumer-contact-hero p {
  max-width: 760px;
  margin: 28px auto 0;
  color: var(--b2b-muted, #68706c);
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.45;
}

.parfumer-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(34px, 5vw, 72px) 0;
}

.parfumer-contact-card {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid rgba(16, 19, 18, .08);
  border-radius: 8px;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(244, 246, 245, .72));
  box-shadow: 0 18px 52px rgba(16, 19, 18, .06);
}

.parfumer-contact-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4b5751;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.parfumer-contact-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--seluz-dot, #9fe36f);
  box-shadow: 0 0 0 5px rgba(159, 227, 111, .18);
}

.parfumer-contact-card h2 {
  margin: 18px 0 18px;
  color: #070807;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 850;
}

.parfumer-contact-card p,
.parfumer-contact-link {
  margin: 0 0 10px;
  color: #4f5954;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 650;
  text-decoration: none !important;
}

.parfumer-contact-link:hover {
  color: var(--b2b-green-strong, #55b974);
}

.parfumer-contact-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border: 1px solid var(--b2b-green-strong, #55b974);
  border-radius: 7px;
  padding: 0 18px;
  background: var(--b2b-green-strong, #55b974);
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
}

.parfumer-contact-button-light {
  background: #fff;
  color: #101312 !important;
  border-color: rgba(16, 19, 18, .16);
}

.parfumer-contact-map {
  width: 100%;
  min-height: clamp(320px, 38vw, 560px);
  background:
    radial-gradient(circle at 70% 30%, rgba(159, 227, 111, .12), transparent 18rem),
    linear-gradient(135deg, #f4f6f5, #fff);
}

.parfumer-contact-map iframe {
  width: 100%;
  min-height: clamp(320px, 38vw, 560px);
  display: block;
  border: 0;
  filter: grayscale(.15) saturate(.75);
}

.parfumer-contact-map-fallback {
  min-height: clamp(320px, 38vw, 560px);
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 18px;
  text-align: center;
}

.parfumer-contact-map-fallback h2 {
  margin: 0;
  color: #070807;
  font-size: clamp(40px, 5vw, 72px);
  line-height: .96;
  font-weight: 850;
}

@media (max-width: 980px) {
  .parfumer-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .parfumer-contact-wrap {
    width: min(100% - 28px, 520px);
  }

  .parfumer-contact-hero {
    padding: 52px 0 36px;
  }

  .parfumer-contact-grid {
    grid-template-columns: 1fr;
    padding: 24px 0 42px;
  }

  .parfumer-contact-card {
    min-height: auto;
    padding: 24px;
  }
}
