/* FAlabpeptides — Graphite Teal identity
   Distinct visual language (not the common blue peptide-template look). */

@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&display=swap");

:root {
  --seqlab-navy: #141816;
  --seqlab-navy-2: #1F2A28;
  --seqlab-primary: #0F766E;
  --seqlab-primary-dark: #115E59;
  --seqlab-primary-light: #CCFBF1;
  --seqlab-accent: #2DD4BF;
  --seqlab-ink: #141816;
  --seqlab-muted: #5C6B66;
  --seqlab-surface: #F1F2EF;
  --seqlab-border: #D5DAD6;
  --seqlab-radius: 4px;
  --seqlab-shadow: 0 16px 40px rgba(20, 24, 22, 0.10);
  --seqlab-font-display: "Fraunces", "Figtree", Georgia, serif;
  --seqlab-font-body: "Figtree", system-ui, -apple-system, "Segoe UI", sans-serif;
  --falab-paper: #F1F2EF;
  --falab-ink: #141816;
  --falab-teal: #0F766E;
  --falab-teal-deep: #134E4A;
  --falab-mint: #99F6E4;
  --falab-mesh:
    radial-gradient(ellipse 70% 50% at 0% 0%, rgba(45, 212, 191, 0.12), transparent 55%),
    radial-gradient(ellipse 55% 45% at 100% 10%, rgba(15, 118, 110, 0.08), transparent 50%),
    linear-gradient(165deg, #F7F7F4 0%, #F1F2EF 42%, #E8EBE7 100%);
  --falab-lines:
    repeating-linear-gradient(
      -12deg,
      transparent,
      transparent 46px,
      rgba(20, 24, 22, 0.03) 46px,
      rgba(20, 24, 22, 0.03) 47px
    );
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--seqlab-font-body) !important;
  color: var(--falab-ink) !important;
  background: var(--falab-mesh) !important;
  background-attachment: fixed !important;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.9;
  background-image: var(--falab-lines);
}

#main, .site-main, #header, #footer, .slp-modern-home {
  position: relative;
  z-index: 1;
}

.ct-drawer-canvas { z-index: auto; }

h1, h2, h3, h4, h5, h6,
.page-title, .entry-title,
.woocommerce-loop-product__title, .product_title {
  font-family: var(--seqlab-font-display) !important;
  letter-spacing: -0.03em !important;
  color: var(--falab-ink) !important;
  font-weight: 600 !important;
}

/* ── Header: solid paper bar + teal rule ── */
[data-header*="type-1"] .ct-header {
  background: rgba(247, 247, 244, 0.92) !important;
  backdrop-filter: blur(14px) saturate(1.1) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.1) !important;
  border-bottom: 2px solid #141816 !important;
  box-shadow: none !important;
}

body.slp-scrolled [data-header*="type-1"] .ct-header,
body.seqlab-scrolled [data-header*="type-1"] .ct-header {
  background: rgba(247, 247, 244, 0.97) !important;
  box-shadow: 0 10px 30px rgba(20, 24, 22, 0.08) !important;
}

#header .menu > li > a.ct-menu-link,
#header .menu > li > .ct-sub-menu-parent > a.ct-menu-link {
  font-family: var(--seqlab-font-body) !important;
  font-weight: 650 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  color: #141816 !important;
  font-size: clamp(11px, 0.82vw, 13px) !important;
}

[data-header*="type-1"] .menu > li > a:hover,
[data-header*="type-1"] .menu > li.current-menu-item > a {
  color: var(--falab-teal) !important;
}

#header .menu > .menu-item-has-children > .sub-menu,
#header .animated-submenu-block > .sub-menu,
#header .seqlab-more-menu > .sub-menu {
  background: #141816 !important;
  border-radius: 4px !important;
  border: 1px solid rgba(45, 212, 191, 0.25) !important;
  box-shadow: 0 18px 40px rgba(20, 24, 22, 0.35) !important;
}

#header .sub-menu .ct-menu-link:hover,
#header .sub-menu a:hover {
  color: var(--falab-accent) !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

#header .ct-header-search,
#header .ct-account-item,
#header .ct-cart-item,
#header .ct-icon-container {
  color: var(--falab-teal) !important;
}

[data-header*="type-1"] [data-id="search"],
[data-header*="type-1"] [data-id="account"],
[data-header*="type-1"] [data-id="cart"] {
  --theme-icon-color: var(--falab-teal) !important;
  --theme-icon-hover-color: var(--falab-teal-deep) !important;
}

/* ── Homepage skin ── */
body.home .slp-modern-home,
.slp-modern-home {
  --slp-blue: #0F766E !important;
  --slp-blue2: #2DD4BF !important;
  --slp-ink: #141816 !important;
  --slp-muted: #5C6B66 !important;
  --slp-line: #D5DAD6 !important;
  --slp-soft: #F1F2EF !important;
  --slp-navy: #141816 !important;
  --slp-navy-2: #1F2A28 !important;
  --slp-shadow: 0 18px 40px rgba(20, 24, 22, 0.10) !important;
  background: transparent !important;
  font-family: var(--seqlab-font-body) !important;
  color: var(--falab-ink) !important;
}

.slp-modern-home .slp-head h2,
.slp-modern-home .slp-hero h1,
.slp-modern-home .slp-product h3,
.slp-modern-home .slp-cat b,
.slp-modern-home .slp-cat h3,
.slp-modern-home .slp-b2b-card h3,
.slp-modern-home .slp-resource b,
.slp-modern-home .slp-panel h2,
.slp-modern-home .slp-panel h3,
.slp-modern-home .slp-mfg-card h3 {
  font-family: var(--seqlab-font-display) !important;
  color: var(--falab-ink) !important;
}

.slp-modern-home .slp-head {
  margin-bottom: 28px !important;
  align-items: flex-end !important;
  gap: 16px !important;
  border-bottom: 2px solid #141816 !important;
  padding-bottom: 16px !important;
}

.slp-modern-home .slp-head h2 {
  font-size: clamp(30px, 3.1vw, 48px) !important;
  letter-spacing: -0.035em !important;
  line-height: 1.05 !important;
  font-weight: 600 !important;
}

.slp-modern-home .slp-head p {
  color: var(--seqlab-muted) !important;
  font-size: 16px !important;
  max-width: 40ch !important;
}

.slp-modern-home .slp-view {
  color: var(--falab-teal) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  font-size: 13px !important;
}

.slp-modern-home .slp-section { padding-top: 58px !important; }

/* Hero — deep teal plane, not royal-blue DTC */
body.home .slp-modern-home section.slp-hero,
.slp-modern-home section.slp-hero,
.slp-modern-home .slp-hero {
  position: relative !important;
  isolation: isolate !important;
  align-items: center !important;
  min-height: min(88vh, 840px) !important;
  border: 0 !important;
  overflow: hidden !important;
  transform: none !important;
  background:
    linear-gradient(115deg, rgba(19, 78, 74, 0.96) 0%, rgba(15, 118, 110, 0.88) 38%, rgba(20, 24, 22, 0.55) 68%, rgba(20, 24, 22, 0.2) 100%),
    url("hero-complete-coa-banner.png") right center / cover no-repeat !important;
}

body.home .slp-modern-home .slp-hero::before,
.slp-modern-home .slp-hero::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  filter: none !important;
  background:
    radial-gradient(ellipse 48% 60% at 85% 35%, rgba(45, 212, 191, 0.28), transparent 62%),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 72px,
      rgba(255, 255, 255, 0.03) 72px,
      rgba(255, 255, 255, 0.03) 73px
    ) !important;
  box-shadow: none !important;
  z-index: 0 !important;
  pointer-events: none !important;
  animation: falabHeroGlow 9s ease-in-out infinite alternate !important;
}

body.home .slp-modern-home .slp-hero::after,
.slp-modern-home .slp-hero::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: auto 0 0 0 !important;
  width: 100% !important;
  height: 110px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: linear-gradient(180deg, transparent, rgba(241, 242, 239, 0.97)) !important;
  box-shadow: none !important;
  z-index: 1 !important;
  pointer-events: none !important;
  filter: none !important;
}

.slp-modern-home .slp-hero .slp-shell {
  position: relative !important;
  z-index: 2 !important;
}

body.home .slp-modern-home .slp-hero-copy,
.slp-modern-home .slp-hero-copy {
  position: relative !important;
  z-index: 2 !important;
  width: min(720px, 100%) !important;
  padding: 112px 0 124px !important;
  transform: none !important;
}

body.home .slp-modern-home .slp-hero-copy::after,
.slp-modern-home .slp-hero-copy::after {
  content: none !important;
  display: none !important;
}

.slp-modern-home .slp-hero h1 {
  color: #F7F7F4 !important;
  font-family: var(--seqlab-font-display) !important;
  font-size: clamp(42px, 5.2vw, 78px) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.04em !important;
  text-shadow: none !important;
  margin: 18px 0 20px !important;
  font-weight: 600 !important;
}

.slp-modern-home .slp-hero h1 span {
  color: #99F6E4 !important;
  background: none !important;
  -webkit-text-fill-color: #99F6E4 !important;
}

.slp-modern-home .slp-hero p {
  color: rgba(247, 247, 244, 0.86) !important;
  font-size: clamp(17px, 1.3vw, 21px) !important;
  max-width: 34ch !important;
}

body.home .slp-modern-home .slp-kicker,
.slp-modern-home .slp-kicker {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--falab-teal) !important;
  font-family: var(--seqlab-font-body) !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  padding: 0 !important;
}

.slp-modern-home .slp-kicker::before {
  content: "" !important;
  width: 26px !important;
  height: 2px !important;
  background: currentColor !important;
}

body.home .slp-modern-home .slp-hero .slp-kicker,
.slp-modern-home .slp-hero .slp-kicker,
.slp-modern-home .slp-dark .slp-kicker {
  color: rgba(247, 247, 244, 0.78) !important;
}

.slp-modern-home .slp-use {
  color: rgba(247, 247, 244, 0.62) !important;
  font-size: 12px !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

.slp-modern-home .slp-btn {
  min-height: 52px !important;
  border-radius: 4px !important;
  font-family: var(--seqlab-font-body) !important;
  font-weight: 750 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  box-shadow: none !important;
}

.slp-modern-home .slp-btn-primary {
  background: #2DD4BF !important;
  border-color: #2DD4BF !important;
  color: #141816 !important;
}

.slp-modern-home .slp-btn-primary:hover {
  background: #F7F7F4 !important;
  border-color: #F7F7F4 !important;
  color: #141816 !important;
  transform: translateY(-2px) !important;
}

.slp-modern-home .slp-btn-secondary {
  background: transparent !important;
  border: 1px solid rgba(247, 247, 244, 0.55) !important;
  color: #F7F7F4 !important;
}

.slp-modern-home .slp-btn-secondary:hover {
  background: rgba(247, 247, 244, 0.1) !important;
  border-color: #F7F7F4 !important;
  color: #F7F7F4 !important;
}

/* Trust strip */
.slp-modern-home .slp-trust,
.slp-modern-home .slp-trust-grid {
  background: #F7F7F4 !important;
  border: 2px solid #141816 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.slp-modern-home .slp-trust-grid {
  margin-top: -40px !important;
  position: relative !important;
  z-index: 3 !important;
}

.slp-modern-home .slp-trust-item {
  border-right: 1px solid #D5DAD6 !important;
  padding: 22px 18px !important;
}

.slp-modern-home .slp-icon {
  border-radius: 4px !important;
  border: 1px solid rgba(15, 118, 110, 0.28) !important;
  background: #CCFBF1 !important;
  color: #0F766E !important;
  box-shadow: none !important;
}

.slp-modern-home .slp-trust-item b {
  font-family: var(--seqlab-font-display) !important;
  color: #141816 !important;
  font-weight: 600 !important;
}

/* Panels / products — editorial, not soft blue cards */
.slp-modern-home .slp-cat,
.slp-modern-home .slp-product,
.slp-modern-home .slp-resource,
.slp-modern-home .slp-b2b-card,
.slp-modern-home .slp-panel:not(.slp-dark),
.slp-modern-home .slp-coa,
.slp-modern-home .slp-quote-card,
.slp-modern-home .slp-fulfill-card,
.slp-modern-home .slp-mfg-card {
  border: 1px solid #D5DAD6 !important;
  border-radius: 4px !important;
  background: rgba(247, 247, 244, 0.92) !important;
  box-shadow: none !important;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease, background 0.25s ease !important;
}

.slp-modern-home .slp-cat:hover,
.slp-modern-home .slp-product:hover,
.slp-modern-home .slp-resource:hover,
.slp-modern-home .slp-b2b-card:hover,
.slp-modern-home .slp-mfg-card:hover,
.slp-modern-home .slp-fulfill-card:hover,
.slp-modern-home .slp-coa:hover {
  transform: translateY(-4px) !important;
  border-color: #0F766E !important;
  background: #ffffff !important;
  box-shadow: 0 18px 36px rgba(20, 24, 22, 0.08) !important;
}

.slp-modern-home .slp-cat {
  background:
    linear-gradient(120deg, rgba(247, 247, 244, 0.96) 0%, rgba(247, 247, 244, 0.9) 46%, rgba(204, 251, 241, 0.45) 100%),
    url("category-molecules.png") right center / 58% auto no-repeat !important;
  min-height: 168px !important;
  border-left: 3px solid #0F766E !important;
}

.slp-modern-home .slp-product figure {
  background: linear-gradient(180deg, #E7F8F5, #ffffff) !important;
  border-color: #D5DAD6 !important;
  border-radius: 4px !important;
}

.slp-modern-home .slp-tag {
  background: rgba(15, 118, 110, 0.12) !important;
  color: #0F766E !important;
  border-radius: 2px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  font-size: 11px !important;
}

.slp-modern-home .slp-price,
.slp-modern-home .slp-view {
  color: #0F766E !important;
  font-weight: 750 !important;
}

.slp-modern-home .slp-dark,
.slp-modern-home .slp-panel.slp-dark {
  background: linear-gradient(145deg, #141816 0%, #1F2A28 45%, #134E4A 100%) !important;
  color: #F7F7F4 !important;
  border: 1px solid rgba(45, 212, 191, 0.22) !important;
  border-radius: 4px !important;
  box-shadow: 0 24px 50px rgba(20, 24, 22, 0.28) !important;
}

.slp-modern-home .slp-dark h2,
.slp-modern-home .slp-dark h3,
.slp-modern-home .slp-dark b {
  color: #F7F7F4 !important;
}

.slp-modern-home .slp-dark p,
.slp-modern-home .slp-cap span {
  color: rgba(247, 247, 244, 0.8) !important;
}

.slp-modern-home .slp-cap {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 4px !important;
}

.slp-modern-home .slp-field {
  border-color: #D5DAD6 !important;
  background: #F7F7F4 !important;
  border-radius: 4px !important;
}

.slp-modern-home .slp-mfg-card:after {
  color: rgba(20, 24, 22, 0.06) !important;
  font-family: var(--seqlab-font-display) !important;
}

.slp-modern-home .slp-b2b-icon {
  border-color: #0F766E !important;
  color: #0F766E !important;
  border-radius: 4px !important;
}

/* Footer */
.custom-bpc-footer,
#footer .custom-bpc-footer {
  background: linear-gradient(180deg, #141816 0%, #0C0F0E 100%) !important;
  border-top: 2px solid #2DD4BF !important;
}

.custom-bpc-footer .bpc-col h4 {
  font-family: var(--seqlab-font-display) !important;
  color: #F7F7F4 !important;
}

.custom-bpc-footer .bpc-link:hover {
  color: #2DD4BF !important;
}

/* Contact / shop */
.contact-hero-section {
  background: linear-gradient(135deg, #141816 0%, #1F2A28 48%, #0F766E 120%) !important;
}

.woocommerce div.product .product_title,
.entry-summary .product_title,
.hero .page-title,
.ct-inner-content .page-title,
.entry-header .page-title {
  font-family: var(--seqlab-font-display) !important;
  color: var(--falab-ink) !important;
}

.product-category-container .product-card,
.woocommerce ul.products li.product,
.ct-sidebar,
.shop-widgets,
.woocommerce .widget {
  border: 1px solid #D5DAD6 !important;
  border-radius: 4px !important;
  background: rgba(247, 247, 244, 0.92) !important;
  box-shadow: none !important;
}

.woocommerce div.product form.cart .button,
.single_add_to_cart_button,
.woocommerce .button,
.wp-element-button {
  border-radius: 4px !important;
  background: #0F766E !important;
  border-color: #0F766E !important;
  color: #fff !important;
  font-family: var(--seqlab-font-body) !important;
  font-weight: 700 !important;
}

.woocommerce div.product form.cart .button:hover,
.single_add_to_cart_button:hover {
  background: #134E4A !important;
  border-color: #134E4A !important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #141816 !important;
  border-color: #141816 !important;
  color: #fff !important;
}

.cc-card,
.contact-cards-section .cc-card {
  border: 1px solid #D5DAD6 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  background: #F7F7F4 !important;
}

.cc-icon-box,
.form-guide-tag {
  background: rgba(15, 118, 110, 0.12) !important;
  color: #0F766E !important;
  border-radius: 4px !important;
}

.cc-main-info,
.contact-cards-section a.cc-main-info {
  color: #0F766E !important;
}

/* Theme blue overrides — neutralize to teal */
a, .ct-link, .entry-content a {
  --theme-link-hover-color: #0F766E;
}

/* Motion */
@keyframes falabHeroGlow {
  from { opacity: 0.72; }
  to { opacity: 1; }
}

@keyframes falabHeroIn {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: translateY(0); }
}

.slp-modern-home .slp-hero-copy > .slp-kicker,
.slp-modern-home .slp-hero-copy > h1,
.slp-modern-home .slp-hero-copy > p,
.slp-modern-home .slp-hero-copy > .slp-cta,
.slp-modern-home .slp-hero-copy > .slp-use {
  animation: falabHeroIn 0.75s cubic-bezier(0.16, 1, 0.3, 1) both !important;
}
.slp-modern-home .slp-hero-copy > .slp-kicker { animation-delay: 0.05s !important; }
.slp-modern-home .slp-hero-copy > h1 { animation-delay: 0.14s !important; }
.slp-modern-home .slp-hero-copy > p { animation-delay: 0.26s !important; }
.slp-modern-home .slp-hero-copy > .slp-cta { animation-delay: 0.38s !important; }
.slp-modern-home .slp-hero-copy > .slp-use { animation-delay: 0.48s !important; }

@media (max-width: 1180px) {
  body.home .slp-modern-home .slp-hero,
  .slp-modern-home .slp-hero {
    background:
      linear-gradient(115deg, rgba(19, 78, 74, 0.96) 0%, rgba(15, 118, 110, 0.9) 52%, rgba(20, 24, 22, 0.4) 100%),
      url("hero-complete-coa-banner.png") 88% center / cover no-repeat !important;
  }
  .slp-modern-home .slp-hero-copy {
    transform: none !important;
    padding-top: 72px !important;
  }
}

@media (max-width: 720px) {
  body.home .slp-modern-home .slp-hero,
  .slp-modern-home .slp-hero {
    min-height: 0 !important;
    background:
      linear-gradient(180deg, rgba(19, 78, 74, 0.96) 0%, rgba(15, 118, 110, 0.93) 60%, rgba(20, 24, 22, 0.9) 100%),
      url("hero-complete-coa-banner.png") center / cover no-repeat !important;
  }
  body.home .slp-modern-home .slp-hero::after,
  .slp-modern-home .slp-hero::after { height: 64px !important; }
  .slp-modern-home .slp-hero-copy {
    padding: 56px 0 64px !important;
    transform: none !important;
  }
  .slp-modern-home .slp-hero h1 { font-size: 34px !important; }
  .slp-modern-home .slp-trust-grid { margin-top: 0 !important; }
  body::before { opacity: 0.45; }
}

@media (prefers-reduced-motion: reduce) {
  .slp-modern-home .slp-hero::before,
  .slp-modern-home .slp-hero-copy > * { animation: none !important; }
}

/* ============================================================
   Account modal — centered card + spinner hidden until click
   ============================================================ */
html body #account-modal.ct-panel {
  position: fixed !important;
  inset: 0 !important;
  top: 0 !important; right: 0 !important; bottom: 0 !important; left: 0 !important;
  width: 100% !important; max-width: none !important;
  height: 100% !important; max-height: none !important;
  margin: 0 !important; padding: 16px !important;
  display: none !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  background: rgba(20, 24, 22, 0.55) !important;
  border: 0 !important; border-radius: 0 !important; box-shadow: none !important;
  transform: none !important; opacity: 0 !important; visibility: hidden !important;
  pointer-events: none !important; overflow: auto !important; z-index: 1000000 !important;
}

html body #account-modal.ct-panel.active {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
}

html body #account-modal .ct-panel-content {
  position: relative !important;
  width: min(420px, calc(100vw - 32px)) !important;
  max-width: min(420px, calc(100vw - 32px)) !important;
  margin: auto !important;
  padding: 32px 28px 28px !important;
  box-sizing: border-box !important;
  background: #F7F7F4 !important;
  border: 2px solid #141816 !important;
  border-radius: 4px !important;
  box-shadow: 0 28px 70px rgba(20, 24, 22, 0.3) !important;
}

html body #account-modal .ct-account-modal,
html body #account-modal .ct-account-forms {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

html body #account-modal .ct-panel-actions {
  position: absolute !important;
  top: 10px !important; right: 10px !important;
  z-index: 3 !important; padding: 0 !important; width: auto !important; margin: 0 !important;
}

html body #account-modal .ct-login-form,
html body #account-modal .ct-forgot-password-form { display: none !important; }
html body #account-modal .ct-login-form.active,
html body #account-modal .ct-forgot-password-form.active { display: block !important; }

html body #account-modal .login .input,
html body #account-modal #user_login_forgot {
  width: 100% !important; max-width: 100% !important; box-sizing: border-box !important;
  min-height: 46px !important; border: 1px solid #D5DAD6 !important; border-radius: 4px !important;
  background: #fff !important; color: #141816 !important;
}

html body #account-modal .login .input:focus,
html body #account-modal #user_login_forgot:focus {
  border-color: #0F766E !important;
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.16) !important;
  outline: none !important;
}

html body #account-modal .ct-button,
html body #account-modal .ct-account-login-submit,
html body #account-modal .ct-account-lost-password-submit {
  width: 100% !important; min-height: 48px !important; border-radius: 4px !important;
  background: #0F766E !important; border: 1px solid #0F766E !important; color: #fff !important;
  font-weight: 750 !important; display: inline-flex !important; align-items: center !important;
  justify-content: center !important; gap: 8px !important; cursor: pointer !important;
}

html body #account-modal .ct-forgot-password,
html body #account-modal .ct-back-to-login {
  color: #0F766E !important; font-size: 13px !important; font-weight: 650 !important;
}

html body #account-modal .ct-button-loader,
html body #account-modal svg.ct-button-loader {
  display: none !important; visibility: hidden !important; opacity: 0 !important;
  width: 0 !important; height: 0 !important; overflow: hidden !important;
  pointer-events: none !important; position: absolute !important;
}

html body #account-modal .ct-button.is-loading .ct-button-loader,
html body #account-modal .ct-button[data-button-state*="loading"] .ct-button-loader {
  display: inline-block !important; visibility: visible !important; opacity: 1 !important;
  width: 16px !important; height: 16px !important; position: static !important; overflow: visible !important;
}

/* WhatsApp / Social Chat — box width = modal, button right-aligned */
body .qlwapp__container.qlwapp__container--bottom-right {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  width: min(360px, calc(100vw - 28px)) !important;
  max-width: calc(100vw - 28px) !important;
  right: 22px !important;
  bottom: 22px !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}
body .qlwapp__container.qlwapp__container--bottom-right .qlwapp__button.qlwapp__button--button {
  align-self: flex-end !important;
  width: 164px !important;
  margin: 0 !important;
}
body .qlwapp__container.qlwapp__container--bottom-right .qlwapp__modal {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 12px 0 !important;
  left: auto !important;
  right: 0 !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}
body .qlwapp__modal .qlwapp__contact:not(.slp-wa-keep) { display: none !important; }
body .qlwapp__modal .slp-wa-service-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  padding: 14px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
body .qlwapp__modal .slp-wa-service-link {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  min-height: 48px !important;
  padding: 12px 14px !important;
  border-radius: 10px !important;
  color: #141816 !important;
  text-decoration: none !important;
  background: #F1F2EF !important;
  border: 1px solid #D5DAD6 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}
body .qlwapp__modal .slp-wa-service-link span { color: #141816 !important; }
body .qlwapp__modal .slp-wa-service-link b {
  color: #0F766E !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  white-space: nowrap !important;
}
@media (max-width: 720px) {
  body .qlwapp__container.qlwapp__container--bottom-right { right: 14px !important; }
  body .qlwapp__container.qlwapp__container--bottom-right .qlwapp__button.qlwapp__button--button {
    width: min(164px, calc(100vw - 28px)) !important;
    min-width: 0 !important;
  }
}
