/**
 * Shared Doceree chrome: fixed top nav (home heroTopNav pattern) + breadcrumb.
 * Use on static marketing pages (e.g. Premium Programmatic, RepTwin) with wrapped CSS chunks.
 */
:root {
  --doceree-shell-muted: #7f819d;
  --doceree-shell-ink2: #3d2f8a;
  --doceree-shell-p: #7e5fff;
  /* Matches home `.HeroSectionOptionTwo-module__ICRKfq__heroShell` max-width (top bar column). */
  --doceree-ask-doceree-modal-max-width: min(1360px, calc(100vw - 48px));
}

html.doceree-site,
html.doceree-site body {
  font-family: "Gilroy", system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Premium page: maintain home-equivalent typography stack */
html.doceree-site body.pp {
  font-family: "Gilroy", system-ui, -apple-system, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html.doceree-site .doceree-reptwin-site-header,
html.doceree-site .doceree-reptwin-site-header button,
html.doceree-site .doceree-reptwin-site-header a {
  font-family: "Gilroy", system-ui, -apple-system, sans-serif !important;
}

/* Floats over hero - same as home / RepTwin */
.doceree-reptwin-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 600;
  width: 100%;
  background: transparent;
  box-shadow: none;
}

/* Scroll: hide on scroll-down, show on scroll-up (see /js/doceree-site-header-scroll.js) */
html.doceree-site .doceree-reptwin-site-header {
  transition: transform 0.26s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* Slightly softer ease when the bar is revealed from a pointer at the top edge */
html.doceree-site
  .doceree-reptwin-site-header.doceree-reptwin-site-header--from-pointer:not(
    .doceree-reptwin-site-header--scroll-hidden
  ) {
  transition: transform 0.4s cubic-bezier(0.34, 1.12, 0.55, 1);
}

html.doceree-site .doceree-reptwin-site-header.doceree-reptwin-site-header--scroll-hidden {
  transform: translateY(-100%);
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  html.doceree-site .doceree-reptwin-site-header {
    transition: none;
  }
}

/* Home heroShell inside fixed header - same box as option-2 (no extra nav wrapper class). */
.doceree-reptwin-site-header .HeroSectionOptionTwo-module__ICRKfq__heroShell {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  gap: 0 !important;
  text-align: initial !important;
  align-items: stretch !important;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 24px 0;
  box-sizing: border-box;
}

.doceree-reptwin-site-header .HeroSectionOptionTwo-module__ICRKfq__heroTopNav {
  width: 100%;
  max-width: min(1440px, 100%);
  margin: 0 auto;
  box-shadow: inset 0 4px 4px rgba(255, 255, 255, 0.95),
    0 12px 28px rgba(15, 23, 42, 0.07) !important;
}

.doceree-reptwin-context {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 8px 24px 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted, var(--doceree-shell-muted));
  box-sizing: border-box;
}

.doceree-reptwin-context-home {
  color: var(--ink2, var(--doceree-shell-ink2));
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(122, 95, 255, 0.18);
  background: rgba(255, 255, 255, 0.7);
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.doceree-reptwin-context-home:hover {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(122, 95, 255, 0.4);
  box-shadow: 0 4px 16px rgba(122, 95, 255, 0.12);
}

.doceree-reptwin-context-sep {
  color: #c4b8e8;
  font-weight: 500;
}

.doceree-reptwin-context-current {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--p, var(--doceree-shell-p));
}

@media (max-width: 1024px) {
  .doceree-reptwin-site-header .HeroSectionOptionTwo-module__ICRKfq__heroShell .HeroSectionOptionTwo-module__ICRKfq__heroTopTabs {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 32px), transparent);
  }
}

@media (max-width: 720px) {
  .doceree-reptwin-site-header .HeroSectionOptionTwo-module__ICRKfq__heroShell {
    padding-left: 12px;
    padding-right: 12px;
  }
  .doceree-reptwin-context {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Space for fixed bottom dock (GlobalSearchDock styles from 346328f9ad88448a.css) */
html.doceree-site body.doceree-site--bottom-dock {
  padding-bottom: calc(118px + env(safe-area-inset-bottom, 0px));
}

/* Wider dock bar than bundled Next default (min(1080px, 100vw - 96px)) for more OS cards + search */
html.doceree-site .GlobalSearchDock-module__8fce4G__bottomDock {
  width: min(1320px, calc(100vw - 40px));
}

/* POD dock tile: img-friendly asset + explicit size so the mark reads in the 116px-tall card */
html.doceree-site button[data-app-key="pod"] .GlobalSearchDock-module__8fce4G__dockAppIcon {
  width: auto;
  min-width: 96px;
  max-width: 100%;
  height: auto;
  max-height: 90px;
  object-fit: contain;
  object-position: center;
}

html.doceree-site a.GlobalSearchDock-module__8fce4G__dockAppItem,
html.doceree-site button.GlobalSearchDock-module__8fce4G__dockAppItem {
  text-decoration: none;
  color: inherit;
  font: inherit;
  text-align: inherit;
}

/* Dock-triggered POC overlay shell */
html.doceree-site body.doceree-poc-overlay-open,
html.doceree-site body.doceree-abm-overlay-open,
html.doceree-site body.doceree-reptwin-overlay-open,
html.doceree-site body.doceree-next-overlay-open,
html.doceree-site body.doceree-premium-overlay-open,
html.doceree-site body.doceree-ask-doceree-overlay-open {
  overflow: hidden;
}

html.doceree-site .doceree-poc-overlay {
  position: fixed;
  inset: 0;
  z-index: 7900;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

html.doceree-site .doceree-poc-overlay.doceree-poc-overlay--open {
  opacity: 1;
  pointer-events: auto;
}

html.doceree-site .doceree-poc-overlay__surface {
  position: absolute;
  inset: 12px;
  border-radius: 32px;
  border: 1px solid rgba(181, 156, 244, 0.42);
  background: #fff;
  box-shadow: 0 18px 44px rgba(255, 255, 255, 0.88), 0 24px 56px rgba(117, 78, 214, 0.2),
    0 4px 16px rgba(130, 93, 228, 0.18), inset 0 2px 8px rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

html.doceree-site .doceree-poc-overlay__topbar {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 6px 16px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0);
  transition: transform 0.22s ease, opacity 0.2s ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}

html.doceree-site .doceree-poc-overlay__topbar.doceree-poc-overlay__topbar--hidden {
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}

html.doceree-site .doceree-poc-overlay__crumbs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #8a82b3;
  line-height: 1;
  width: auto;
  text-align: center;
  padding: 9px 19px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none;
}

html.doceree-site .doceree-poc-overlay__homeBtn {
  border: 0;
  background: transparent;
  padding: 3px 10px;
  border-radius: 999px;
  color: #6f679a;
  border: 1px solid rgba(225, 216, 248, 0.95);
  background: rgba(255, 255, 255, 0.92);
  font: inherit;
  font-weight: 600;
  text-transform: inherit;
  letter-spacing: inherit;
  cursor: pointer;
}

html.doceree-site .doceree-poc-overlay__homeBtn:hover {
  color: #574b98;
  border-color: rgba(184, 161, 239, 0.75);
}

html.doceree-site .doceree-poc-overlay__sep {
  color: #b8abd9;
}

html.doceree-site .doceree-poc-overlay__label--current {
  color: #7162cc;
  font-weight: 600;
}

html.doceree-site .doceree-poc-overlay__closeBtn {
  position: absolute;
  right: 14px;
  top: 10px;
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #b4a7dd;
  font-size: 19px;
  line-height: 1;
  cursor: pointer;
}

html.doceree-site .doceree-poc-overlay__closeBtn:hover {
  background: rgba(122, 95, 255, 0.1);
  color: #6e5bd4;
}

/* ABM / RepTwin / NEXT - light, subtle close (scroll-hide disabled in JS); POC overlay keeps default soft button above */
html.doceree-site .doceree-abm-overlay .doceree-poc-overlay__closeBtn,
html.doceree-site .doceree-reptwin-overlay .doceree-poc-overlay__closeBtn,
html.doceree-site .doceree-next-overlay .doceree-poc-overlay__closeBtn,
html.doceree-site .doceree-premium-overlay .doceree-poc-overlay__closeBtn {
  width: 32px;
  height: 32px;
  top: 10px;
  right: 12px;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8f89b0;
  background: rgba(250, 248, 255, 0.96);
  border: 1px solid rgba(122, 95, 255, 0.14);
  box-shadow: 0 1px 2px rgba(28, 29, 46, 0.05), 0 4px 14px rgba(122, 95, 255, 0.06);
  z-index: 40;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

html.doceree-site .doceree-abm-overlay .doceree-poc-overlay__closeBtn:hover,
html.doceree-site .doceree-reptwin-overlay .doceree-poc-overlay__closeBtn:hover,
html.doceree-site .doceree-next-overlay .doceree-poc-overlay__closeBtn:hover,
html.doceree-site .doceree-premium-overlay .doceree-poc-overlay__closeBtn:hover {
  background: rgba(255, 255, 255, 0.98);
  color: #6e62b8;
  border-color: rgba(122, 95, 255, 0.22);
  box-shadow: 0 2px 6px rgba(28, 29, 46, 0.06), 0 6px 18px rgba(122, 95, 255, 0.1);
  transform: translateY(-1px);
}

html.doceree-site .doceree-abm-overlay .doceree-poc-overlay__closeBtn:focus-visible,
html.doceree-site .doceree-reptwin-overlay .doceree-poc-overlay__closeBtn:focus-visible,
html.doceree-site .doceree-next-overlay .doceree-poc-overlay__closeBtn:focus-visible,
html.doceree-site .doceree-premium-overlay .doceree-poc-overlay__closeBtn:focus-visible {
  outline: 2px solid rgba(122, 95, 255, 0.35);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  html.doceree-site .doceree-abm-overlay .doceree-poc-overlay__closeBtn,
  html.doceree-site .doceree-reptwin-overlay .doceree-poc-overlay__closeBtn,
  html.doceree-site .doceree-next-overlay .doceree-poc-overlay__closeBtn,
  html.doceree-site .doceree-premium-overlay .doceree-poc-overlay__closeBtn {
    transition: none;
  }

  html.doceree-site .doceree-abm-overlay .doceree-poc-overlay__closeBtn:hover,
  html.doceree-site .doceree-reptwin-overlay .doceree-poc-overlay__closeBtn:hover,
  html.doceree-site .doceree-next-overlay .doceree-poc-overlay__closeBtn:hover,
  html.doceree-site .doceree-premium-overlay .doceree-poc-overlay__closeBtn:hover {
    transform: none;
  }
}

html.doceree-site .doceree-poc-overlay__scrollArea {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  padding: 34px 24px 24px;
  transition: padding-top 0.2s ease;
}

html.doceree-site .doceree-poc-overlay__topbar.doceree-poc-overlay__topbar--hidden
  + .doceree-poc-overlay__scrollArea {
  padding-top: 10px;
}

html.doceree-site .doceree-poc-overlay__heroWrap {
  margin-top: 0;
  background: #ffffff;
  border-radius: 22px;
  min-height: calc(100% - 4px);
  overflow: hidden;
}

html.doceree-site .doceree-poc-overlay__logo {
  width: clamp(101px, 12.1vw, 154px);
  height: auto;
  display: block;
}

html.doceree-site .doceree-poc-overlay__ctaBtn {
  margin-top: 14px;
  border: 1px solid rgba(205, 188, 245, 0.75);
  border-radius: 999px;
  background: #fff;
  color: #6d5dc7;
  font: inherit;
  font-size: clamp(13px, 1.02vw, 18px);
  font-weight: 600;
  line-height: 1;
  padding: 11px 16px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(126, 95, 255, 0.13);
}

html.doceree-site .doceree-poc-overlay__ctaBtn span {
  display: inline-grid;
  place-items: center;
  margin-left: 8px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #9f7df4;
  color: #fff;
  font-size: 17px;
  vertical-align: middle;
}

html.doceree-site .doceree-poc-overlay__heroFigure {
  margin: 0;
  padding: 8px 0 0;
  position: relative;
  height: 780px;
  min-height: 780px;
}

html.doceree-site .doceree-poc-overlay__heroImage {
  width: 100%;
  height: calc(100% - 8px);
  min-height: calc(780px - 8px);
  object-fit: cover;
  object-position: center 18%;
  display: block;
  border-radius: 22px;
  transform: translateY(12px);
}

html.doceree-site .doceree-poc-overlay__heroOverlay {
  position: absolute;
  inset: 62px 24px auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #5247a4;
}

html.doceree-site .doceree-poc-overlay__heroOverlay h2 {
  margin: 10px 0 0;
  font-size: clamp(26px, 3.1vw, 46px);
  line-height: 1.16;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #24253f;
}

html.doceree-site .doceree-poc-overlay__heroLineMain {
  color: #2b2f4f;
}

html.doceree-site .doceree-poc-overlay__heroLineAccent {
  background: linear-gradient(90deg, #7a5fff 0%, #8f6eff 45%, #5f7cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

html.doceree-site .doceree-poc-overlay__heroOverlay p {
  margin: 14px 0 0;
  color: #6f7191;
  font-size: clamp(13px, 1.3vw, 23px);
  line-height: 1.34;
}

html.doceree-site .doceree-poc-overlay__landingEmbedWrap {
  margin-top: 18px;
  border-radius: 22px;
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: none;
}

/* ABM: full product page in iframe; scroll the shell - match POC scrollArea gutters */
html.doceree-site .doceree-abm-overlay .doceree-abm-overlay__scrollArea {
  display: flex;
  flex-direction: column;
  /* Top bar is position:absolute and stacks above content - extra top padding clears breadcrumbs off the hero */
  padding: 56px 24px 24px;
  transition: padding-top 0.2s ease;
}

/* When top chrome hides on scroll, drop back to standard shell inset */
html.doceree-site .doceree-abm-overlay .doceree-poc-overlay__topbar.doceree-poc-overlay__topbar--hidden + .doceree-poc-overlay__scrollArea {
  padding-top: 34px;
}

html.doceree-site .doceree-abm-overlay__fullEmbedWrap,
html.doceree-site .doceree-reptwin-overlay__fullEmbedWrap,
html.doceree-site .doceree-next-overlay__fullEmbedWrap,
html.doceree-site .doceree-premium-overlay__fullEmbedWrap {
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
  overflow: visible;
  background: transparent;
}

html.doceree-site .doceree-abm-overlay__fullEmbed {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: min(2400px, 120vh);
  border: 0;
  /* Align with POC hero radius so lavender hero corners aren’t clipped by mismatched iframe rounding */
  border-radius: 22px;
  background: #fff;
  vertical-align: top;
}

/* RepTwin: full page in iframe - same shell rhythm as ABM */
html.doceree-site .doceree-reptwin-overlay .doceree-reptwin-overlay__scrollArea {
  display: flex;
  flex-direction: column;
  padding: 56px 24px 24px;
  transition: padding-top 0.2s ease;
}

html.doceree-site .doceree-reptwin-overlay .doceree-poc-overlay__topbar.doceree-poc-overlay__topbar--hidden + .doceree-poc-overlay__scrollArea {
  padding-top: 34px;
}

html.doceree-site .doceree-reptwin-overlay__fullEmbed {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: min(4800px, 120vh);
  border: 0;
  border-radius: 22px;
  background: #fff;
  vertical-align: top;
}

/* NEXT: full product page in iframe - same rhythm as ABM / RepTwin */
html.doceree-site .doceree-next-overlay .doceree-next-overlay__scrollArea {
  display: flex;
  flex-direction: column;
  padding: 56px 24px 24px;
  transition: padding-top 0.2s ease;
}

html.doceree-site .doceree-next-overlay .doceree-poc-overlay__topbar.doceree-poc-overlay__topbar--hidden + .doceree-poc-overlay__scrollArea {
  padding-top: 34px;
}

html.doceree-site .doceree-next-overlay__fullEmbed {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: min(4800px, 120vh);
  border: 0;
  border-radius: 22px;
  background: #fff;
  vertical-align: top;
}

/* Premium Programmatic: full page in iframe - same rhythm as ABM */
html.doceree-site .doceree-premium-overlay .doceree-premium-overlay__scrollArea {
  display: flex;
  flex-direction: column;
  padding: 56px 24px 24px;
  transition: padding-top 0.2s ease;
}

html.doceree-site .doceree-premium-overlay .doceree-poc-overlay__topbar.doceree-poc-overlay__topbar--hidden + .doceree-poc-overlay__scrollArea {
  padding-top: 34px;
}

html.doceree-site .doceree-premium-overlay__fullEmbed {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: min(4800px, 120vh);
  border: 0;
  border-radius: 22px;
  background: #fff;
  vertical-align: top;
}

html.doceree-site .doceree-poc-overlay__landingEmbed {
  width: 100%;
  min-height: 900px;
  border: 0;
  display: block;
  background: transparent;
}

/* POC standalone shell: landing iframe fills modal - scroll only inside poc-landing (no double scrollbars) */
#doceree-standalone-poc-scroll.doceree-poc-overlay__scrollArea {
  overflow: hidden !important;
  display: flex;
  flex-direction: column;
}
#doceree-standalone-poc-scroll .doceree-poc-overlay__landingEmbedWrap {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
#doceree-standalone-poc-scroll .doceree-poc-overlay__landingEmbed {
  flex: 1 1 auto;
  min-height: 0 !important;
  height: 100%;
}

html.doceree-site .doceree-poc-overlay__brandSection,
html.doceree-site .doceree-poc-overlay__statsSection,
html.doceree-site .doceree-poc-overlay__accordionSection {
  margin-top: 18px;
  border-radius: 20px;
  padding: 26px 24px;
  background: linear-gradient(180deg, #fff 0%, #fbf9ff 100%);
}

html.doceree-site .doceree-poc-overlay__sectionTitle {
  margin: 0;
  text-align: center;
  font-size: clamp(22px, 2.3vw, 34px);
  color: #51459f;
  line-height: 1.2;
}

html.doceree-site .doceree-poc-overlay__sectionSub {
  margin: 10px auto 0;
  text-align: center;
  max-width: 880px;
  color: #6e6f8d;
  font-size: clamp(13px, 1.12vw, 17px);
  line-height: 1.7;
}

html.doceree-site .doceree-poc-overlay__videoCard {
  margin: 20px auto 0;
  min-height: 220px;
  border-radius: 18px;
  border: 1px solid rgba(206, 189, 246, 0.55);
  background: linear-gradient(160deg, #efe9ff 0%, #e2d6ff 62%, #dacbff 100%);
  display: grid;
  place-items: center;
  text-align: center;
}

html.doceree-site .doceree-poc-overlay__videoPlay {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 26px;
  color: #7a64db;
  background: #fff;
  box-shadow: 0 10px 26px rgba(123, 93, 228, 0.28);
}

html.doceree-site .doceree-poc-overlay__videoCard p {
  margin-top: 10px;
  color: #625890;
  font-weight: 700;
}

html.doceree-site .doceree-poc-overlay__featureGrid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

html.doceree-site .doceree-poc-overlay__featureCard {
  background: #fff;
  border: 1px solid rgba(206, 189, 246, 0.55);
  border-radius: 18px;
  padding: 20px;
}

html.doceree-site .doceree-poc-overlay__featureCard h4 {
  margin: 0;
  color: #5d4fb4;
  font-size: 20px;
}

html.doceree-site .doceree-poc-overlay__featureCard p {
  margin: 8px 0 0;
  color: #6f6f8f;
  font-size: 15px;
  line-height: 1.65;
}

html.doceree-site .doceree-poc-overlay__statsGrid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

html.doceree-site .doceree-poc-overlay__statCard {
  padding: 18px 10px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(206, 189, 246, 0.55);
  text-align: center;
}

html.doceree-site .doceree-poc-overlay__statCard strong {
  display: block;
  color: #6a56cc;
  font-size: clamp(24px, 2.6vw, 40px);
  line-height: 1;
}

html.doceree-site .doceree-poc-overlay__statCard span {
  display: block;
  margin-top: 7px;
  color: #6e6f8d;
  font-size: 13px;
  font-weight: 700;
}

html.doceree-site .doceree-poc-overlay__accordion {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

html.doceree-site .doceree-poc-overlay__accordion details {
  background: #fff;
  border: 1px solid rgba(206, 189, 246, 0.58);
  border-radius: 14px;
  padding: 14px 16px;
}

html.doceree-site .doceree-poc-overlay__accordion summary {
  cursor: pointer;
  list-style: none;
  color: #594ab0;
  font-weight: 700;
  font-size: 16px;
}

html.doceree-site .doceree-poc-overlay__accordion summary::-webkit-details-marker {
  display: none;
}

html.doceree-site .doceree-poc-overlay__accordion p {
  margin: 9px 0 0;
  color: #6f6f8f;
  line-height: 1.7;
}

html.doceree-site .doceree-poc-overlay__endBanner {
  margin-top: 18px;
  border-radius: 24px;
  padding: 36px 24px;
  background: linear-gradient(155deg, #6f4ad8 0%, #8b66ec 100%);
  text-align: center;
  color: #fff;
}

html.doceree-site .doceree-poc-overlay__endBanner h3 {
  margin: 0;
  font-size: clamp(26px, 2.8vw, 42px);
}

html.doceree-site .doceree-poc-overlay__endBanner p {
  margin: 10px auto 0;
  max-width: 780px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.94);
}

html.doceree-site .doceree-poc-overlay__ctaBtn--solid {
  margin-top: 18px;
  border-color: #fff;
  color: #5f4ac1;
}

@media (max-width: 900px) {
  html.doceree-site .doceree-poc-overlay__topbar {
    padding-left: 12px;
    padding-right: 12px;
  }

  html.doceree-site .doceree-poc-overlay__crumbs {
    font-size: 10px;
    gap: 6px;
  }

  html.doceree-site .doceree-poc-overlay__scrollArea {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
  }

  html.doceree-site .doceree-poc-overlay__heroOverlay {
    inset: 44px 12px auto;
  }

  html.doceree-site .doceree-poc-overlay__heroFigure {
    padding-top: 14px;
    height: 430px;
    min-height: 430px;
  }

  html.doceree-site .doceree-poc-overlay__heroImage {
    height: calc(430px - 14px);
    min-height: calc(430px - 14px);
  }

  html.doceree-site .doceree-poc-overlay__featureGrid {
    grid-template-columns: 1fr;
  }

  html.doceree-site .doceree-poc-overlay__statsGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  html.doceree-site .doceree-poc-overlay__statsGrid {
    grid-template-columns: 1fr;
  }

  html.doceree-site .doceree-poc-overlay__closeBtn {
    top: 8px;
    right: 8px;
  }

  html.doceree-site .doceree-abm-overlay .doceree-poc-overlay__closeBtn,
  html.doceree-site .doceree-reptwin-overlay .doceree-poc-overlay__closeBtn,
  html.doceree-site .doceree-next-overlay .doceree-poc-overlay__closeBtn,
  html.doceree-site .doceree-premium-overlay .doceree-poc-overlay__closeBtn {
    width: 34px;
    height: 34px;
    top: 8px;
    right: 8px;
    font-size: 19px;
  }
}

/* ── GlobalSearchDock: visuals from bundled chunk (346328); layout + label fix only ─ */
/*
 * Do not cap .bottomSearchShell width - the bundled dock uses flex:1 so the bar fills space up to
 * the Ask chiclet; a max-width here left empty margin inside the dock row (looked like extra “padding”
 * around Doceree OS vs home).
 */
html.doceree-site .GlobalSearchDock-module__8fce4G__bottomSearchShell {
  flex: 1 1 auto;
  min-width: 0;
}

/* Row alignment + placeholder legibility (nested flex contexts) */
html.doceree-site .GlobalSearchDock-module__8fce4G__bottomDock {
  align-items: center !important;
}

html.doceree-site .GlobalSearchDock-module__8fce4G__bottomSearchText {
  align-items: center !important;
  min-height: 1.5em !important;
}

html.doceree-site .GlobalSearchDock-module__8fce4G__bottomSearchPlaceholder {
  line-height: 1.35 !important;
}

/*
 * Chunk uses gradient + color:transparent + background-clip:text - unreliable in some browsers.
 * Solid purple keeps “Askdoceree” readable (same wording as bundled dock).
 */
html.doceree-site [class*="bottomAskOutsideLabel"] {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.01em !important;
  color: #6244d6 !important;
  background: none !important;
  -webkit-text-fill-color: #6244d6 !important;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
}

html.doceree-site [class*="bottomAskOutsideIcon"] {
  flex-shrink: 0 !important;
  width: 44px !important;
  height: 44px !important;
  display: block !important;
  object-fit: contain !important;
  margin: 0 !important;
}

/* Ask modal sits *below* the fixed dock (bundled dock z-index 8000 / popup 8001) so the global search strip stays the foreground layer. */

/* Ask Doceree - dock stays interactive: overlay root is pointer-transparent; only backdrop + card capture hits */
html.doceree-site .GlobalSearchDock-module__8fce4G__bottomOsBtn svg.GlobalSearchDock-module__8fce4G__osIcon,
html.doceree-site [class*="bottomOsBtn"] svg[class*="osIcon"] {
  transition: transform 0.26s cubic-bezier(0.22, 0.61, 0.36, 1);
}

html.doceree-site .GlobalSearchDock-module__8fce4G__bottomOsBtn.doceree-os-btn--ask-morph svg.GlobalSearchDock-module__8fce4G__osIcon,
html.doceree-site [class*="bottomOsBtn"].doceree-os-btn--ask-morph svg[class*="osIcon"] {
  transform: scale(1.04);
}

html.doceree-site [class*="bottomOsBtn"].doceree-os-btn--ask-morph [class*="bottomOsBtnLabel"] {
  display: none !important;
}

html.doceree-site [class*="bottomOsBtn"].doceree-os-btn--ask-morph {
  justify-content: center;
  min-width: 52px;
  padding-left: 14px;
  padding-right: 14px;
  gap: 0;
}

/* Ask Doceree - landing overlay from dock search / Askdoceree button */
html.doceree-site .doceree-ask-doceree-overlay {
  position: fixed;
  inset: 0;
  z-index: 7970;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px calc(128px + env(safe-area-inset-bottom, 0px));
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

html.doceree-site .doceree-ask-doceree-overlay.doceree-ask-doceree-overlay--open {
  opacity: 1;
  pointer-events: none;
}

html.doceree-site .doceree-ask-doceree-overlay__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: calc(118px + env(safe-area-inset-bottom, 0px));
  cursor: pointer;
  pointer-events: auto;
  background:
    radial-gradient(ellipse 120% 80% at 10% 18%, rgba(240, 232, 255, 0.92) 0%, transparent 56%),
    radial-gradient(ellipse 100% 72% at 88% 78%, rgba(248, 242, 255, 0.88) 0%, transparent 52%),
    linear-gradient(168deg, #f5efff 0%, #ebe4ff 42%, #e4daf8 100%);
}

html.doceree-site .doceree-ask-doceree-overlay__surface {
  position: relative;
  z-index: 1;
  pointer-events: auto;
  align-self: center;
  width: var(--doceree-ask-doceree-modal-max-width);
  max-width: var(--doceree-ask-doceree-modal-max-width);
  max-height: min(85vh, 720px);
  display: flex;
  flex-direction: column;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: linear-gradient(180deg, #ffffff 0%, #fcfbff 100%);
  box-shadow:
    0 10px 40px rgba(105, 78, 190, 0.12),
    0 26px 60px rgba(117, 78, 214, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  overflow: hidden;
  transition:
    max-height 0.3s ease,
    box-shadow 0.22s ease;
}

html.doceree-site .doceree-ask-doceree-overlay.doceree-ask-doceree-overlay--open .doceree-ask-doceree-overlay__surface {
  animation: doceree-ask-surface-in 0.38s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

@keyframes doceree-ask-surface-in {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

html.doceree-site .doceree-ask-doceree-overlay__header {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px 12px;
  border-bottom: 1px solid rgba(225, 216, 248, 0.65);
}

html.doceree-site .doceree-ask-doceree-overlay__brand {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #6b4fd4;
}

html.doceree-site .doceree-ask-doceree-overlay__headerActions {
  display: flex;
  align-items: center;
  gap: 4px;
}

html.doceree-site .doceree-ask-doceree-overlay__winBtn {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #9b92c4;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition:
    background 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}

html.doceree-site .doceree-ask-doceree-overlay__winBtn:hover {
  background: rgba(122, 95, 255, 0.1);
  color: #6e5bd4;
}

html.doceree-site .doceree-ask-doceree-overlay__winBtn:active {
  transform: scale(0.96);
}

html.doceree-site .doceree-ask-doceree-overlay__main {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 18px 22px 14px;
  -webkit-overflow-scrolling: touch;
}

html.doceree-site .doceree-ask-doceree-overlay__sparkleWrap {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

html.doceree-site .doceree-ask-doceree-overlay__sparkle {
  color: #7a5fff;
  filter: drop-shadow(0 2px 8px rgba(122, 95, 255, 0.35));
}

html.doceree-site .doceree-ask-doceree-overlay__title {
  margin: 0 0 18px;
  text-align: center;
  font-size: clamp(22px, 4.2vw, 28px);
  font-weight: 700;
  color: #5c3dc9;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

html.doceree-site .doceree-ask-doceree-overlay__intro {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 22px;
}

html.doceree-site .doceree-ask-doceree-overlay__gptBadge {
  position: relative;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(145deg, #8b6bff 0%, #6b4fd4 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0 6px 18px rgba(107, 79, 212, 0.35);
}

html.doceree-site .doceree-ask-doceree-overlay__gptStars {
  position: absolute;
  top: 6px;
  right: 8px;
  font-size: 9px;
  opacity: 0.9;
  line-height: 1;
}

html.doceree-site .doceree-ask-doceree-overlay__introText {
  margin: 0;
  font-size: 14px;
  line-height: 1.62;
  color: #5c5878;
}

html.doceree-site .doceree-ask-doceree-overlay__chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

html.doceree-site .doceree-ask-doceree-overlay__chips li {
  display: flex;
  min-width: 0;
}

html.doceree-site .doceree-ask-doceree-overlay__chip {
  flex: 1 1 auto;
  width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 12px;
  border-radius: 999px;
  border: 1px solid rgba(198, 186, 235, 0.85);
  background: #faf9ff;
  color: #5a3fb8;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.18s ease;
}

html.doceree-site .doceree-ask-doceree-overlay__chip:hover {
  border-color: rgba(122, 95, 255, 0.55);
  background: #fff;
  box-shadow: 0 4px 16px rgba(122, 95, 255, 0.12);
  transform: translateY(-1px);
}

html.doceree-site .doceree-ask-doceree-overlay__chip:active {
  transform: translateY(0);
}

html.doceree-site .doceree-ask-doceree-overlay__chip:focus-visible {
  outline: 2px solid rgba(122, 95, 255, 0.45);
  outline-offset: 2px;
}

@media (max-width: 700px) {
  html.doceree-site .doceree-ask-doceree-overlay__chips {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  html.doceree-site .doceree-ask-doceree-overlay__chip {
    min-height: 48px;
    padding: 14px 16px;
    font-size: 14px;
    justify-content: flex-start;
    text-align: left;
  }
}

html.doceree-site .doceree-ask-doceree-overlay__chipStar {
  color: #8b72e8;
  font-size: 13px;
  line-height: 1;
}

html.doceree-site .doceree-ask-doceree-overlay__footer {
  flex: 0 0 auto;
  margin-top: auto;
  padding: 12px 22px 18px;
  border-top: 1px solid rgba(225, 216, 248, 0.55);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(249, 246, 255, 0.94) 100%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: stretch;
  box-sizing: border-box;
}

html.doceree-site .doceree-ask-doceree-overlay__form {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(210, 200, 240, 0.72);
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 4px 16px rgba(105, 78, 190, 0.07);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

html.doceree-site .doceree-ask-doceree-overlay__form:focus-within {
  border-color: rgba(122, 95, 255, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 6px 22px rgba(122, 95, 255, 0.12);
}

html.doceree-site .doceree-ask-doceree-overlay__fieldIcon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  color: #c4bddc;
}

html.doceree-site .doceree-ask-doceree-overlay__input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  background: transparent;
  font-size: 15px;
  color: #3d3a54;
  outline: none;
}

html.doceree-site .doceree-ask-doceree-overlay__input::placeholder {
  color: #b8b0d4;
}

html.doceree-site .doceree-ask-doceree-overlay__sendBtn {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(145deg, #8b6bff 0%, #6e52e0 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    filter 0.18s ease;
}

html.doceree-site .doceree-ask-doceree-overlay__sendBtn:hover {
  filter: brightness(1.06);
  box-shadow: 0 6px 18px rgba(107, 79, 212, 0.35);
  transform: scale(1.03);
}

html.doceree-site .doceree-ask-doceree-overlay__sendBtn:active {
  transform: scale(0.98);
}

html.doceree-site .doceree-ask-doceree-overlay__dockMenuBtn {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(165deg, rgba(232, 224, 252, 0.98) 0%, rgba(214, 200, 246, 0.98) 100%);
  color: #6758b6;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 4px 14px rgba(105, 78, 190, 0.12);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    filter 0.18s ease;
}

html.doceree-site .doceree-ask-doceree-overlay__dockMenuBtn:hover {
  filter: brightness(1.03);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 6px 18px rgba(105, 78, 190, 0.16);
}

html.doceree-site .doceree-ask-doceree-overlay__dockMenuBtn:active {
  transform: scale(0.97);
}

html.doceree-site .doceree-ask-doceree-overlay__srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (prefers-reduced-motion: reduce) {
  html.doceree-site .doceree-ask-doceree-overlay,
  html.doceree-site .doceree-ask-doceree-overlay__chip,
  html.doceree-site .doceree-ask-doceree-overlay__sendBtn,
  html.doceree-site .doceree-ask-doceree-overlay__winBtn {
    transition: none;
  }

  html.doceree-site .doceree-ask-doceree-overlay__surface {
    transition: none;
    animation: none;
  }

  html.doceree-site .doceree-ask-doceree-overlay__form {
    transition: none;
  }

  html.doceree-site .doceree-ask-doceree-overlay__chip:hover {
    transform: none;
  }

  html.doceree-site .doceree-ask-doceree-overlay__sendBtn:hover {
    transform: none;
  }

  html.doceree-site .doceree-ask-doceree-overlay__dockMenuBtn:hover,
  html.doceree-site .doceree-ask-doceree-overlay__dockMenuBtn:active {
    transform: none;
  }

  html.doceree-site .GlobalSearchDock-module__8fce4G__bottomOsBtn svg.GlobalSearchDock-module__8fce4G__osIcon,
  html.doceree-site [class*="bottomOsBtn"] svg[class*="osIcon"] {
    transition: none;
  }

  html.doceree-site .GlobalSearchDock-module__8fce4G__bottomOsBtn.doceree-os-btn--ask-morph svg.GlobalSearchDock-module__8fce4G__osIcon,
  html.doceree-site [class*="bottomOsBtn"].doceree-os-btn--ask-morph svg[class*="osIcon"] {
    transform: none;
  }

  html.doceree-site .GlobalSearchDock-module__8fce4G__bottomSearchShell,
  html.doceree-site .GlobalSearchDock-module__8fce4G__bottomSearchInputWrap,
  html.doceree-site [class*="bottomOsBtn"],
  html.doceree-site [class*="bottomAskOutside"] {
    transition: none;
  }

  html.doceree-site .GlobalSearchDock-module__8fce4G__bottomSearchInputWrap:hover,
  html.doceree-site [class*="bottomOsBtn"]:hover,
  html.doceree-site [class*="bottomAskOutside"]:hover,
  html.doceree-site [class*="bottomAskOutside"]:active {
    transform: none;
  }
}

/* Wins over late-loaded Next/CSS chunks - keeps Ask modal behind the dock so the strip stays visible */
html.doceree-site .doceree-ask-doceree-overlay {
  z-index: 7970 !important;
}

html.doceree-site body.doceree-ask-doceree-overlay-open .GlobalSearchDock-module__8fce4G__bottomDock {
  z-index: 8050 !important;
}

html.doceree-site body.doceree-ask-doceree-overlay-open #global-dock-popup {
  z-index: 8051 !important;
}
