/* ClickTrend sales landing — extracted for cache + non-blocking load */
:root {
  /* Theme-driven (template color editor → --primary / --bg / …) */
  --ct-maroon: var(--primary);
  --ct-maroon-deep: color-mix(in srgb, var(--primary) 78%, #000);
  --ct-maroon-soft: color-mix(in srgb, var(--primary) 82%, #fff);
  --ct-cream: color-mix(in srgb, var(--primary) 5%, var(--bg, #fff8f2));
  --ct-cream-2: color-mix(in srgb, var(--primary) 9%, var(--bg, #fff));
  --ct-gold: var(--accent, #d4a017);
  --ct-gold-soft: color-mix(in srgb, var(--accent, #d4a017) 55%, #fff);
  --ct-ink: var(--text, #2a1512);
  --ct-muted: var(--text-muted, #6b534c);
  --ct-line: color-mix(in srgb, var(--primary) 14%, var(--card-border, #eadfd6));
  --ct-shadow: 0 12px 40px color-mix(in srgb, var(--primary) 12%, transparent);
  --ct-shadow-lg: 0 24px 60px color-mix(in srgb, var(--primary) 16%, transparent);
  --ct-radius: 18px;
  --ct-font: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans Bengali", sans-serif;
}
/* Align with navbar/footer: reuse Bootstrap .container + tenant-appbar-container */
.ct-wrap { /* kept as alias; markup uses container tenant-appbar-container */ }
.ct-page { font-family: var(--ct-font); color: var(--ct-ink); background: var(--ct-cream); overflow-x: hidden; }
.ct-page h1,.ct-page h2,.ct-page h3 { letter-spacing: -.02em; }

/* Navbar polish on ClickTrend pages — fixed heights match tenant-appbar spacer (no JS measure) */
body[data-landing-clicktrend="1"] {
  --ct-appbar-logo-h: 40px;
  --ct-appbar-h: 82px;
}
@media (max-width: 991.98px) {
  body[data-landing-clicktrend="1"] {
    --ct-appbar-logo-h: 36px;
    --ct-appbar-h: 108px;
  }
}
body[data-landing-clicktrend="1"] .public-appbar-wrapper .navbar.navbar-theme-public {
  background: color-mix(in srgb, var(--primary) 6%, var(--bg, #fff)) !important;
  backdrop-filter: blur(10px);
  padding-top: 0.2rem !important;
  padding-bottom: 0.2rem !important;
}
@media (min-width: 992px) {
  body[data-landing-clicktrend="1"] .public-appbar-wrapper {
    height: var(--ct-appbar-h);
  }
  body[data-landing-clicktrend="1"] .public-appbar-wrapper .navbar.navbar-theme-public {
    height: var(--ct-appbar-h);
    min-height: var(--ct-appbar-h);
    max-height: var(--ct-appbar-h);
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex;
    align-items: center;
  }
  body[data-landing-clicktrend="1"] .public-appbar-wrapper .tenant-appbar-container,
  body[data-landing-clicktrend="1"] .public-appbar-wrapper .tenant-appbar-grid {
    height: 100%;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  body[data-landing-clicktrend="1"] .public-appbar-wrapper.tenant-appbar-with-search .navbar.navbar-theme-public {
    padding-top: max(0.12rem, env(safe-area-inset-top, 0px)) !important;
    padding-bottom: 0.2rem !important;
  }
  body[data-landing-clicktrend="1"] .public-appbar-wrapper .tenant-appbar-grid {
    row-gap: 0.16rem;
  }
}
body[data-landing-clicktrend="1"] .tenant-appbar-brand {
  max-width: min(52vw, 200px);
}
body[data-landing-clicktrend="1"] .tenant-logo-frame--nav {
  padding: 0.12rem 0.4rem;
  max-height: calc(var(--ct-appbar-logo-h) + 0.28rem);
  border-radius: 0.7rem;
}
body[data-landing-clicktrend="1"] .tenant-appbar-brand img.tenant-header-logo {
  height: var(--ct-appbar-logo-h) !important;
  max-height: var(--ct-appbar-logo-h) !important;
  width: auto !important;
  max-width: min(168px, 46vw) !important;
  object-fit: contain;
  object-position: left center;
}
body[data-landing-clicktrend="1"] .tenant-appbar-brand-text {
  color: var(--primary);
  font-size: clamp(0.95rem, 2.6vw, 1.15rem);
  line-height: 1.1;
  white-space: nowrap;
}
body[data-landing-clicktrend="1"] .tenant-appbar-brand-text .gf { color: var(--accent, var(--primary)); }
body[data-landing-clicktrend="1"] .navbar-theme-public .nav-link {
  font-weight: 600; border-radius: 999px; padding-inline: .65rem !important;
}
body[data-landing-clicktrend="1"] .navbar-theme-public .nav-link:hover {
  background: color-mix(in srgb, var(--primary) 10%, transparent);
  color: var(--primary);
}
body[data-landing-clicktrend="1"] .appbar-cart-link {
  width: 40px; height: 40px; border-radius: 50%;
  display: inline-flex !important; align-items: center; justify-content: center;
  background: color-mix(in srgb, var(--primary) 10%, transparent);
  color: var(--primary) !important;
}
body[data-landing-clicktrend="1"] .cart-count-badge {
  background: var(--primary) !important;
}
/* Spacer matches bar height so .ct-ticker sits fully below the fixed navbar */
body[data-landing-clicktrend="1"] #appbarSpacer.appbar-spacer {
  height: var(--ct-appbar-h) !important;
  min-height: var(--ct-appbar-h) !important;
}
.ct-ticker {
  display: block;
  background: linear-gradient(90deg, var(--ct-maroon-deep), var(--ct-maroon), var(--ct-maroon-deep));
  color: #fff; overflow: hidden; white-space: nowrap;
  font-size: .82rem; font-weight: 600; padding: .65rem 0;
  position: relative;
  z-index: 1;
  /* Fixed block size from first paint — matches critical CSS (CLS) */
  min-height: calc(0.82rem * 1.25 + 1.3rem);
  box-sizing: border-box;
}
.ct-ticker-track { display: inline-flex; gap: 2.25rem; animation: ct-marquee 28s linear infinite; }
@media (prefers-reduced-motion: reduce) {
  .ct-ticker-track { animation: none; }
}
.ct-ticker-track span { display: inline-flex; align-items: center; gap: .4rem; }
.ct-ticker-track .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ct-gold); }
@keyframes ct-marquee { to { transform: translateX(-50%); } }

.ct-hero {
  padding: 1.5rem 0 2rem;
  background:
    radial-gradient(ellipse 55% 50% at 100% 0%, rgba(212,160,23,.16), transparent 55%),
    radial-gradient(ellipse 40% 45% at 0% 100%, rgba(107,28,28,.07), transparent 50%),
    var(--ct-cream);
}
.ct-hero-grid { display: grid; gap: 1.35rem; align-items: center; }
.ct-hero-media { order: 0; }
.ct-hero-copy { order: 1; min-width: 0; min-height: 12rem; }
@media (min-width: 900px) {
  .ct-hero-grid { grid-template-columns: 1fr 1.05fr; gap: 2.25rem; }
  .ct-hero-copy { order: 0; min-height: 14rem; }
  .ct-hero-media { order: 1; }
}
/* Beat public-chrome #main-content h1 Inter/Noto swap (major CLS on .ct-hero-copy) */
body[data-landing-clicktrend="1"] #main-content .ct-hero-copy,
body[data-landing-clicktrend="1"] #main-content .ct-hero-copy h1,
body[data-landing-clicktrend="1"] #main-content .ct-hero-copy h2,
body[data-landing-clicktrend="1"] #main-content .ct-hero-copy .lead,
body[data-landing-clicktrend="1"] #main-content .ct-hero-copy .ct-btn {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif !important;
  letter-spacing: -0.02em;
}
.ct-badge {
  display: inline-flex; align-items: center; gap: .4rem;
  background: rgba(107,28,28,.08); color: var(--ct-maroon);
  border: 1px solid rgba(107,28,28,.12);
  font-size: .78rem; font-weight: 700; padding: .35rem .8rem; border-radius: 999px; margin-bottom: .85rem;
}
.ct-badge i { color: var(--ct-gold); }
.ct-hero h1 {
  font-size: clamp(1.55rem, 4.8vw, 2.65rem); font-weight: 800; line-height: 1.22;
  color: var(--ct-maroon); margin: 0 0 .8rem;
}
.ct-hero .lead {
  font-size: clamp(.94rem, 2.2vw, 1.05rem); color: var(--ct-muted); line-height: 1.7;
  margin: 0 0 1.2rem; max-width: 36rem;
}
.ct-cta-row { display: flex; flex-wrap: wrap; gap: .65rem; }
.ct-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
  font-family: inherit; font-weight: 700; font-size: .95rem;
  border-radius: 999px; padding: .8rem 1.35rem; text-decoration: none; border: none; cursor: pointer;
  min-height: 48px; transition: transform .2s, box-shadow .2s, background .2s;
}
.ct-btn-solid {
  background: linear-gradient(135deg, var(--ct-maroon-soft), var(--ct-maroon-deep));
  color: #fff; box-shadow: 0 12px 28px rgba(107,28,28,.28);
}
.ct-btn-solid:hover { color: #fff; transform: translateY(-2px); }
.ct-btn-outline {
  background: transparent; color: var(--ct-maroon); border: 1.5px solid rgba(107,28,28,.35);
}
.ct-btn-outline:hover { background: rgba(107,28,28,.06); color: var(--ct-maroon); }
.ct-social-proof { display: flex; align-items: center; gap: .75rem; margin-top: 1.2rem; flex-wrap: wrap; }
.ct-avatars { display: flex; }
.ct-avatars span {
  width: 34px; height: 34px; border-radius: 50%; border: 2px solid #fff; margin-left: -10px;
  background-size: cover; background-position: center; background-color: #ddd;
}
.ct-avatars span:first-child { margin-left: 0; }
.ct-social-proof strong { color: var(--ct-maroon); font-size: .92rem; display: block; }
.ct-social-proof small { color: var(--ct-muted); font-size: .78rem; }

.ct-hero-media {
  position: relative; border-radius: 28px; overflow: hidden;
  background: linear-gradient(160deg, #fff, var(--ct-cream-2));
  box-shadow: var(--ct-shadow-lg); aspect-ratio: 1; max-width: 600px; margin-inline: auto;
  width: 100%;
}
.ct-hero-media img, .ct-hero-media picture { width: 100%; height: 100%; display: block; }
.ct-hero-media img { object-fit: cover; }
.ct-hero-slider { position: absolute; inset: 0; }
.ct-hero-slide {
  position: absolute; inset: 0; opacity: 0;
  transition: opacity .55s ease;
  pointer-events: none;
}
.ct-hero-slide.is-active { opacity: 1; pointer-events: auto; }
.ct-hero-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ct-hero-dots {
  position: absolute; left: 50%; bottom: 4.6rem; transform: translateX(-50%);
  display: flex; gap: .4rem; z-index: 3; padding: .25rem .45rem;
  background: rgba(0,0,0,.28); border-radius: 999px;
}
.ct-hero-dots button {
  width: 8px; height: 8px; border-radius: 50%; border: 0; padding: 0;
  background: rgba(255,255,255,.55); cursor: pointer;
  transition: transform .2s, background .2s, width .2s;
}
.ct-hero-dots button.is-active {
  background: #fff; width: 18px; border-radius: 999px;
}
@media (max-width: 575.98px) {
  .ct-hero-media { border-radius: 20px; max-width: min(100%, 480px); }
  .ct-hero-dots { bottom: 4.2rem; }
}
.ct-float-card {
  position: absolute; left: 50%; bottom: 1rem; transform: translateX(-50%);
  display: flex; align-items: center; gap: .65rem; z-index: 4;
  background: rgba(255,255,255,.96); border-radius: 999px;
  padding: .5rem 1rem .5rem .5rem; box-shadow: 0 14px 36px rgba(0,0,0,.14);
  max-width: calc(100% - 1.5rem);
}
.ct-float-card .ico {
  width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--ct-gold), #b8860b);
  color: #fff; display: grid; place-items: center;
}
.ct-float-card .name { font-size: .78rem; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 11rem; }
.ct-float-card .prices { font-size: .92rem; font-weight: 800; color: var(--ct-maroon); }
.ct-float-card .old { color: #9a8a84; text-decoration: line-through; font-weight: 600; font-size: .8rem; margin-left: .25rem; }
@media (max-width: 575.98px) {
  .ct-float-card { padding: .4rem .75rem .4rem .4rem; bottom: .7rem; }
  .ct-float-card .ico { width: 34px; height: 34px; font-size: .85rem; }
  .ct-float-card .name { max-width: 8.5rem; font-size: .72rem; }
  .ct-float-card .prices { font-size: .84rem; }
}

.ct-sec { padding: 2.35rem 0; }
@media (min-width: 768px) { .ct-sec { padding: 3rem 0; } }
.ct-head { text-align: center; margin-bottom: 1.5rem; }
.ct-head .eyebrow {
  display: inline-block; font-size: .72rem; font-weight: 800; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ct-gold);
  background: rgba(212,160,23,.12); border: 1px solid rgba(212,160,23,.25);
  padding: .28rem .7rem; border-radius: 999px; margin-bottom: .65rem;
}
.ct-head h2 { font-size: clamp(1.3rem, 3.5vw, 1.9rem); font-weight: 800; color: var(--ct-maroon); margin: 0 0 .35rem; }
.ct-head p { margin: 0 auto; max-width: 34rem; color: var(--ct-muted); font-size: .96rem; }

.ct-products { background: linear-gradient(180deg, #fff 0%, var(--ct-cream) 100%); }
.ct-prod-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .85rem;
}
@media (min-width: 640px) { .ct-prod-grid { grid-template-columns: repeat(3,1fr); } }
@media (min-width: 992px) { .ct-prod-grid { grid-template-columns: repeat(5,1fr); gap: 1rem; } }
.ct-card {
  background: #fff; border: 1px solid var(--ct-line); border-radius: var(--ct-radius);
  overflow: hidden; box-shadow: 0 8px 24px rgba(107,28,28,.05);
  display: flex; flex-direction: column; height: 100%;
  transition: transform .2s, box-shadow .2s;
}
.ct-card:hover { transform: translateY(-4px); box-shadow: var(--ct-shadow); }
.ct-card .img { aspect-ratio: 1; background: var(--ct-cream-2); position: relative; overflow: hidden; }
.ct-card .img img { width: 100%; height: 100%; object-fit: cover; }
.ct-card .off {
  position: absolute; top: .5rem; left: .5rem; z-index: 1;
  background: #c62828; color: #fff; font-size: .68rem; font-weight: 800;
  padding: .2rem .45rem; border-radius: .4rem;
}
.ct-card .body { padding: .85rem; display: flex; flex-direction: column; flex: 1; }
.ct-card h3 {
  font-size: .9rem; font-weight: 700; color: var(--ct-maroon); margin: 0 0 .4rem; line-height: 1.35;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.ct-card .now { font-weight: 800; color: var(--ct-maroon); }
.ct-card .was { color: #9a8a84; text-decoration: line-through; font-size: .8rem; margin-left: .25rem; }
.ct-card .actions { margin-top: auto; display: flex; gap: .4rem; }
.ct-card .order-btn, .ct-card .cart-btn {
  border: none; border-radius: 999px; font-family: inherit; font-weight: 700;
  min-height: 42px; cursor: pointer; font-size: .82rem;
}
.ct-card .order-btn {
  flex: 1; background: var(--ct-maroon); color: #fff; padding: .5rem .6rem;
}
.ct-card .order-btn:hover { background: var(--ct-maroon-deep); }
.ct-card .cart-btn {
  width: 42px; background: #fff; color: var(--ct-maroon);
  border: 1.5px solid rgba(107,28,28,.3); display: grid; place-items: center;
}
.ct-card a.order-btn { text-decoration: none; display: inline-flex; align-items: center; justify-content: center; }

.ct-feat-grid { display: grid; gap: .85rem; grid-template-columns: 1fr; }
@media (min-width: 576px) { .ct-feat-grid { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 900px) { .ct-feat-grid { grid-template-columns: repeat(3,1fr); gap: 1rem; } }
.ct-feat {
  background: #fff; border: 1px solid var(--ct-line); border-radius: var(--ct-radius);
  padding: 1.2rem 1.05rem 1.15rem; text-align: center;
  box-shadow: 0 8px 22px rgba(107,28,28,.05);
}
.ct-feat .ico {
  width: 58px; height: 58px; margin: 0 auto .85rem; border-radius: 50%;
  display: grid; place-items: center; font-size: 1.35rem; color: #fff;
  background: linear-gradient(145deg, var(--ct-maroon-soft), var(--ct-maroon-deep));
  box-shadow:
    0 8px 18px color-mix(in srgb, var(--ct-maroon) 28%, transparent),
    inset 0 1px 0 rgba(255,255,255,.22);
}
.ct-feat h3 {
  font-size: 1.02rem; font-weight: 800; color: var(--ct-maroon);
  margin: 0 0 .4rem; line-height: 1.35; letter-spacing: -.01em;
}
.ct-feat p { margin: 0; color: var(--ct-muted); font-size: .88rem; line-height: 1.55; }
.ct-why-band { background: linear-gradient(180deg, var(--ct-cream-2), var(--ct-cream)); }

/* Category chips */
.ct-cat-track {
  display: flex; gap: .7rem; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: .15rem .1rem .85rem; -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.ct-cat-track::-webkit-scrollbar { display: none; }
.ct-cat-chip {
  flex: 0 0 auto;
  min-width: 5.6rem;
  max-width: 6.4rem;
  scroll-snap-align: start;
  text-decoration: none;
  color: var(--ct-maroon);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .45rem;
  padding: .55rem .4rem .65rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--ct-line);
  box-shadow: 0 6px 16px rgba(107,28,28,.05);
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.ct-cat-chip:hover, .ct-cat-chip:focus-visible {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--ct-maroon) 35%, var(--ct-line));
  box-shadow: 0 10px 22px rgba(107,28,28,.1);
  color: var(--ct-maroon);
}
.ct-cat-chip__icon {
  width: 58px; height: 58px; border-radius: 50%;
  display: grid; place-items: center; overflow: hidden;
  background:
    radial-gradient(circle at 30% 25%, #fff8e8 0%, transparent 55%),
    linear-gradient(160deg, #fff3d6, #f5e0a8);
  border: 1.5px solid color-mix(in srgb, var(--ct-gold) 45%, #fff);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}
.ct-cat-chip__icon img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.ct-cat-chip__icon i {
  font-size: 1.35rem; color: var(--ct-maroon);
}
.ct-cat-chip__name {
  font-size: .78rem; font-weight: 700; line-height: 1.25;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden; max-width: 100%;
  color: var(--ct-maroon);
}

/* Gallery: desktop marquee + mobile swipe (same look) */
.ct-gallery-marquee {
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
}
.ct-gallery-marquee__track {
  display: flex;
  gap: .75rem;
  width: max-content;
  animation: ct-gallery-rtl 45s linear infinite;
  will-change: transform;
}
.ct-gallery-marquee.is-paused .ct-gallery-marquee__track,
.ct-gallery-marquee:hover .ct-gallery-marquee__track {
  animation-play-state: paused;
}
.ct-gallery-marquee a,
.ct-gallery-marquee button.ct-gallery-item {
  flex: 0 0 42vw;
  max-width: 170px;
  aspect-ratio: 3/4;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--ct-line);
  background: #fff;
  display: block;
  padding: 0;
  cursor: zoom-in;
  box-shadow: 0 6px 18px rgba(107,28,28,.06);
}
@media (min-width: 768px) {
  .ct-gallery-marquee a,
  .ct-gallery-marquee button.ct-gallery-item { flex-basis: 170px; }
  .ct-gallery-marquee__track { animation-duration: 55s; }
}
@media (max-width: 767.98px) {
  .ct-gallery-marquee {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    mask-image: none;
    -webkit-mask-image: none;
    padding-bottom: .15rem;
    scrollbar-width: none;
  }
  .ct-gallery-marquee::-webkit-scrollbar { display: none; }
  .ct-gallery-marquee__track {
    animation: none;
    will-change: auto;
    padding-inline: .15rem;
  }
  .ct-gallery-marquee a,
  .ct-gallery-marquee button.ct-gallery-item {
    flex-basis: 58vw;
    max-width: 210px;
    scroll-snap-align: center;
  }
  /* Duplicate set hidden on mobile — real swipe row only */
  .ct-gallery-item.ct-gallery-dup { display: none !important; }
}
.ct-gallery-marquee img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  pointer-events: none;
}
@keyframes ct-gallery-rtl {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .ct-gallery-marquee__track { animation: none; }
}

/* Lightweight gallery lightbox */
.ct-lightbox {
  position: fixed; inset: 0; z-index: 1080;
  display: none; align-items: center; justify-content: center;
  background: rgba(20,8,6,.88); padding: 1rem;
  backdrop-filter: blur(4px);
}
.ct-lightbox.is-open { display: flex; }
.ct-lightbox img {
  max-width: min(96vw, 920px); max-height: 86vh;
  border-radius: 14px; object-fit: contain;
  box-shadow: 0 24px 60px rgba(0,0,0,.4);
}
.ct-lightbox__close {
  position: absolute; top: max(.75rem, env(safe-area-inset-top));
  right: max(.75rem, env(safe-area-inset-right));
  width: 42px; height: 42px; border-radius: 50%; border: 0;
  background: #fff; color: var(--ct-maroon); font-size: 1.2rem;
  display: grid; place-items: center; cursor: pointer;
  box-shadow: 0 8px 20px rgba(0,0,0,.25);
}
.ct-lightbox__nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 42px; height: 42px; border-radius: 50%; border: 0;
  background: rgba(255,255,255,.95); color: var(--ct-maroon);
  display: grid; place-items: center; cursor: pointer;
  box-shadow: 0 8px 20px rgba(0,0,0,.2);
}
.ct-lightbox__nav.prev { left: max(.5rem, env(safe-area-inset-left)); }
.ct-lightbox__nav.next { right: max(.5rem, env(safe-area-inset-right)); }

.ct-quotes {
  background: linear-gradient(145deg, var(--ct-maroon-deep), var(--ct-maroon-soft)); color: #fff;
}
.ct-quotes .ct-head h2, .ct-quotes .ct-head p { color: #fff; }
.ct-quotes .eyebrow { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.2); color: var(--ct-gold-soft); }
.ct-quote-grid { display: grid; gap: .85rem; }
@media (min-width: 768px) { .ct-quote-grid { grid-template-columns: 1fr 1fr; } }
.ct-quote {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--ct-radius); padding: 1.1rem;
}
.ct-quote p { margin: 0 0 .5rem; line-height: 1.65; font-size: .9rem; }
.ct-quote cite { font-style: normal; font-size: .78rem; color: var(--ct-gold-soft); font-weight: 700; }

.ct-trust-grid { display: grid; gap: .85rem; grid-template-columns: 1fr; }
@media (min-width: 576px) { .ct-trust-grid { grid-template-columns: 1fr 1fr; } }
.ct-trust-item {
  display: flex; gap: .7rem; align-items: flex-start;
  background: #fff; border: 1px solid var(--ct-line); border-radius: var(--ct-radius); padding: 1rem;
}
.ct-trust-item .check {
  width: 28px; height: 28px; border-radius: 50%; flex-shrink: 0;
  background: #e8f5e9; color: #2e7d32; display: grid; place-items: center;
}
.ct-trust-item p { margin: 0; font-size: .9rem; font-weight: 600; }

.ct-faq-list { max-width: 760px; margin: 0 auto; }
.ct-faq-item { background: #fff; border: 1px solid var(--ct-line); border-radius: 14px; margin-bottom: .6rem; overflow: hidden; }
.ct-faq-item summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 1rem;
  padding: .95rem 1.05rem; font-weight: 700; color: var(--ct-maroon); font-size: .94rem;
}
.ct-faq-item summary::-webkit-details-marker { display: none; }
.ct-faq-item summary::after {
  content: '+'; width: 28px; height: 28px; border-radius: 50%;
  background: var(--ct-cream-2); display: grid; place-items: center; flex-shrink: 0; font-weight: 800;
}
.ct-faq-item[open] summary { background: #fff8e7; }
.ct-faq-item[open] summary::after { content: '−'; background: var(--ct-gold-soft); }
.ct-faq-item .ans { padding: .85rem 1.05rem 1.05rem; color: var(--ct-muted); font-size: .9rem; line-height: 1.65; }

.ct-reviews-track {
  display: flex; gap: .85rem; overflow-x: auto; scroll-snap-type: x mandatory;
  padding-bottom: .75rem; -webkit-overflow-scrolling: touch;
}
@media (min-width: 900px) { .ct-reviews-track { justify-content: center; overflow: visible; flex-wrap: wrap; } }
.ct-phone {
  flex: 0 0 56vw; max-width: 190px; background: #111; border-radius: 26px; padding: .5rem;
  box-shadow: 0 16px 40px rgba(0,0,0,.16); scroll-snap-align: start;
}
@media (min-width: 768px) { .ct-phone { flex-basis: 170px; } }
.ct-phone .screen { background: #fff; border-radius: 20px; overflow: hidden; aspect-ratio: 9/16; }
.ct-phone img { width: 100%; height: 100%; object-fit: cover; display: block; }

.ct-review-cards {
  display: grid; gap: .85rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .ct-review-cards { grid-template-columns: 1fr 1fr; } }
@media (min-width: 992px) { .ct-review-cards { grid-template-columns: 1fr 1fr 1fr; } }
.ct-review-card {
  background: #fff; border: 1px solid var(--ct-line); border-radius: 16px;
  padding: 1rem 1.05rem; box-shadow: var(--ct-shadow);
}
.ct-review-card__top { display: flex; align-items: center; gap: .7rem; margin-bottom: .55rem; }
.ct-review-card__avatar {
  width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
  background: color-mix(in srgb, var(--primary) 14%, #fff);
  color: var(--ct-maroon); font-weight: 800; display: grid; place-items: center;
}
.ct-review-card__top strong { display: block; font-size: .92rem; }
.ct-review-card__top small { display: block; color: var(--ct-muted); font-size: .75rem; }
.ct-review-card__stars { color: var(--ct-gold); font-size: .85rem; letter-spacing: .04em; margin-bottom: .4rem; }
.ct-review-card p { margin: 0; color: var(--ct-muted); font-size: .9rem; line-height: 1.55; }

.ct-order {
  background: radial-gradient(ellipse 50% 40% at 50% 0%, rgba(107,28,28,.07), transparent 60%), var(--ct-cream);
  padding-bottom: 5.75rem;
}
.ct-order-panel {
  background: #fff; border: 1px solid var(--ct-line); border-radius: 24px;
  overflow: hidden; box-shadow: var(--ct-shadow-lg);
}
.ct-order-panel .panel-head {
  background: linear-gradient(135deg, var(--ct-maroon), var(--ct-maroon-deep));
  color: #fff; text-align: center; padding: 1.15rem 1rem;
}
.ct-order-panel .panel-head h2 { margin: 0 0 .2rem; font-size: 1.3rem; font-weight: 800; color: #fff; }
.ct-order-panel .panel-head p { margin: 0; opacity: .88; font-size: .9rem; }
.ct-order-body { display: grid; gap: 0; }
@media (min-width: 900px) {
  .ct-order-body { grid-template-columns: 1.15fr .85fr; }
  .ct-order-body .side { border-left: 1px solid var(--ct-line); background: var(--ct-cream); }
}
.ct-order-body .main, .ct-order-body .side { padding: 1.1rem; }
@media (min-width: 768px) { .ct-order-body .main, .ct-order-body .side { padding: 1.4rem; } }
.ct-pick {
  display: grid; grid-template-columns: auto 52px 1fr auto; gap: .6rem; align-items: center;
  padding: .65rem; border: 1.5px solid var(--ct-line); border-radius: 14px; margin-bottom: .55rem;
  background: var(--ct-cream);
}
@media (max-width: 420px) {
  .ct-pick { grid-template-columns: auto 44px 1fr; gap: .5rem; }
  .ct-pick .ct-qty { grid-column: 2 / -1; justify-self: start; margin-top: .15rem; }
  .ct-pick img { width: 44px; height: 44px; }
}
.ct-pick.is-on { border-color: var(--ct-maroon); background: #fff; box-shadow: 0 0 0 3px rgba(107,28,28,.08); }
.ct-pick img { width: 52px; height: 52px; border-radius: 10px; object-fit: cover; background: #eee; }
.ct-pick .name { font-weight: 700; font-size: .86rem; margin-bottom: .1rem; }
.ct-pick .price { font-weight: 800; color: var(--ct-maroon); font-size: .86rem; }
.ct-qty { display: inline-flex; border: 1px solid var(--ct-line); border-radius: 10px; overflow: hidden; background: #fff; }
.ct-qty button { width: 34px; height: 34px; border: none; background: transparent; font-weight: 800; color: var(--ct-maroon); cursor: pointer; }
.ct-qty input { width: 36px; height: 34px; border: none; border-inline: 1px solid var(--ct-line); text-align: center; font-weight: 700; font-family: inherit; }
.ct-label { display: block; font-weight: 700; font-size: .86rem; margin-bottom: .3rem; }
.ct-input, .ct-textarea {
  width: 100%; border: 1.5px solid var(--ct-line); border-radius: 12px;
  padding: .75rem .85rem; font-family: inherit; font-size: 1rem; margin-bottom: .8rem; min-height: 48px; background: #fff;
}
.ct-textarea { min-height: 84px; resize: vertical; }
.ct-input:focus, .ct-textarea:focus { outline: none; border-color: var(--ct-maroon); box-shadow: 0 0 0 3px rgba(107,28,28,.12); }
.ct-zone {
  display: flex; align-items: center; gap: .55rem; padding: .7rem .85rem;
  border: 1.5px solid var(--ct-line); border-radius: 12px; margin-bottom: .5rem; cursor: pointer; background: #fff;
}
.ct-zone:has(input:checked) { border-color: var(--ct-maroon); background: #fff8f2; }
.ct-summary { background: #fff; border: 1px solid var(--ct-line); border-radius: 16px; padding: 1rem; }
.ct-summary table { width: 100%; font-size: .9rem; }
.ct-summary td { padding: .35rem 0; }
.ct-summary .muted { color: var(--ct-muted); }
.ct-summary .total td { border-top: 1px dashed var(--ct-line); padding-top: .65rem; font-weight: 800; font-size: 1.05rem; color: var(--ct-maroon); }
.ct-submit {
  width: 100%; margin-top: .85rem; border: none; border-radius: 999px; padding: .95rem 1.15rem;
  background: linear-gradient(135deg, var(--ct-maroon-soft), var(--ct-maroon-deep));
  color: #fff; font-weight: 800; font-size: 1.02rem; font-family: inherit; cursor: pointer; min-height: 52px;
  box-shadow: 0 14px 32px rgba(107,28,28,.26);
}
.ct-submit:disabled { opacity: .65; cursor: not-allowed; }
.ct-cod { text-align: center; margin: .7rem 0 0; font-size: .84rem; color: var(--ct-muted); }
.ct-form-error {
  display: none; background: #fdecea; color: #b71c1c; border: 1px solid #f5c6cb;
  border-radius: 12px; padding: .7rem .85rem; margin-bottom: .8rem; font-size: .88rem; font-weight: 600;
}
.ct-mini-cart {
  display: flex; align-items: center; justify-content: space-between; gap: .75rem;
  background: #fff; border: 1px solid var(--ct-line); border-radius: 14px;
  padding: .75rem 1rem; margin-bottom: 1rem;
}
.ct-mini-cart a { color: var(--ct-maroon); font-weight: 700; text-decoration: none; }

/* Floating solid CTAs (no translucent bar) */
.ct-sticky-cta {
  position: fixed;
  left: max(.75rem, env(safe-area-inset-left));
  right: max(.75rem, env(safe-area-inset-right));
  bottom: max(.75rem, env(safe-area-inset-bottom));
  z-index: 1040;
  display: flex; gap: .55rem;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
@media (min-width: 900px) { .ct-sticky-cta { display: none; } }
.ct-sticky-cta .ct-btn {
  flex: 1;
  min-height: 50px;
  box-shadow: 0 10px 28px rgba(42, 21, 18, .22);
}
.ct-sticky-cta .ct-btn-outline {
  background: #fff;
  color: var(--ct-maroon);
  border: 1.5px solid color-mix(in srgb, var(--ct-maroon) 35%, #fff);
}
.ct-sticky-cta .ct-btn-solid {
  background: linear-gradient(135deg, var(--ct-maroon-soft), var(--ct-maroon-deep));
  color: #fff;
}

/*
  Mobile floating stack (right column, above Order Now):
  [Messenger / AI chat]
  [Scroll to top]
  [Cart] [Order Now]
*/
body[data-landing-clicktrend="1"] {
  --ct-fab-right: max(14px, env(safe-area-inset-right, 0px));
  /* CTA bottom offset (.75rem) + button (~54px) + gap (16px) */
  --ct-cta-bar-h: 54px;
  --ct-cta-pad: .75rem;
  --ct-cta-clearance: calc(var(--ct-cta-pad) + var(--ct-cta-bar-h) + 16px + env(safe-area-inset-bottom, 0px));
  --ct-fab-size: 46px;
  --ct-fab-gap: 12px;
}
@media (max-width: 899.98px) {
  body[data-landing-clicktrend="1"] .scroll-to-top,
  body[data-landing-clicktrend="1"] .scroll-to-top.visible {
    display: flex !important;
    right: var(--ct-fab-right) !important;
    left: auto !important;
    bottom: var(--ct-cta-clearance) !important;
    width: var(--ct-fab-size) !important;
    height: var(--ct-fab-size) !important;
    z-index: 1060 !important;
    margin: 0 !important;
    transform: none !important;
  }
  body[data-landing-clicktrend="1"] .landing-ai-chat-fab {
    right: var(--ct-fab-right) !important;
    left: auto !important;
    bottom: calc(var(--ct-cta-clearance) + var(--ct-fab-size) + var(--ct-fab-gap)) !important;
    width: var(--ct-fab-size) !important;
    height: var(--ct-fab-size) !important;
    z-index: 1061 !important;
  }
  body[data-landing-clicktrend="1"] .chaty,
  body[data-landing-clicktrend="1"] #chaty,
  body[data-landing-clicktrend="1"] .chaty-widget,
  body[data-landing-clicktrend="1"] .chaty-i-trigger,
  body[data-landing-clicktrend="1"] .chaty-channel,
  body[data-landing-clicktrend="1"] .fb_dialog_content,
  body[data-landing-clicktrend="1"] .fb-customerchat {
    right: var(--ct-fab-right) !important;
    left: auto !important;
  }
  body[data-landing-clicktrend="1"] .chaty,
  body[data-landing-clicktrend="1"] #chaty,
  body[data-landing-clicktrend="1"] .chaty-widget,
  body[data-landing-clicktrend="1"] .chaty-i-trigger {
    bottom: calc(var(--ct-cta-clearance) + (var(--ct-fab-size) + var(--ct-fab-gap)) * 2) !important;
  }
  body[data-landing-clicktrend="1"] .ct-cta-row .ct-hero-cart { display: none; }
  .ct-page { padding-bottom: .5rem; }
  body[data-landing-clicktrend="1"] .landing-ai-chat-fab i { font-size: 1.15rem; }
  body[data-landing-clicktrend="1"] .landing-ai-chat-fab .lai-fab-label { display: none; }
  body[data-landing-clicktrend="1"] .tenant-landing-footer {
    padding-bottom: calc(5.75rem + env(safe-area-inset-bottom, 0px));
  }
  body[data-landing-clicktrend="1"] .tenant-footer-enhanced .footer-newsletter-strip .btn-primary {
    background: linear-gradient(135deg, var(--ct-maroon-soft, var(--primary)), var(--ct-maroon-deep, var(--primary)));
    border-color: transparent;
  }
  body[data-landing-clicktrend="1"] .tenant-footer-enhanced .footer-bottom {
    border-top-color: color-mix(in srgb, var(--primary) 14%, transparent);
  }
}
@media (min-width: 900px) {
  body[data-landing-clicktrend="1"] {
    --ct-fab-right: 24px;
    --ct-cta-clearance: 24px;
  }
  body[data-landing-clicktrend="1"] .scroll-to-top {
    right: 24px;
    bottom: 24px;
    width: 48px;
    height: 48px;
  }
  body[data-landing-clicktrend="1"] .landing-ai-chat-fab {
    right: 24px !important;
    left: auto !important;
    width: 62px !important;
    height: 62px !important;
    bottom: calc(24px + 48px + 12px) !important;
  }
  body[data-landing-clicktrend="1"] .chaty,
  body[data-landing-clicktrend="1"] #chaty,
  body[data-landing-clicktrend="1"] .chaty-widget,
  body[data-landing-clicktrend="1"] .chaty-i-trigger {
    bottom: calc(24px + 48px + 12px + 62px + 12px) !important;
  }
}
.tenant-landing-footer { margin-top: 0 !important; }
@media (prefers-reduced-motion: reduce) {
  .ct-ticker-track { animation: none !important; }
  .ct-hero-slide { transition: none; }
}
