.managed-section {
  overflow: clip;
  padding-top: clamp(110px, 10vw, 160px);
  background: #fff;
}

.managed-heading,
.managed-details {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.55fr);
  align-items: end;
  gap: clamp(60px, 10vw, 160px);
}

.managed-heading {
  margin-bottom: 74px;
}

.managed-heading h2 {
  max-width: 830px;
  margin: 0;
  font-size: clamp(50px, 5.7vw, 82px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.managed-heading p {
  margin: 0 0 26px;
  color: #34383e;
  font-size: 17px;
  line-height: 1.48;
}

.managed-duo {
  display: grid;
  grid-template-columns: minmax(0, 1.48fr) minmax(320px, 0.72fr);
  align-items: stretch;
  gap: 18px;
  perspective: 1400px;
  perspective-origin: center 24%;
}

.admin-window,
.website-window {
  --managed-tilt: 20deg;
  --managed-scale: 1.03;
  --managed-lift: 72px;
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgb(117 102 232 / 0.2);
  border-radius: 15px;
  background: #f8f7ff;
  box-shadow: 0 34px 100px rgb(95 75 182 / 0.2);
  transform:
    translate3d(0, var(--managed-lift), 0)
    rotateX(var(--managed-tilt))
    scale(var(--managed-scale));
  transform-origin: center top;
  transform-style: preserve-3d;
  will-change: transform;
}

.website-window {
  box-shadow: 0 34px 90px rgb(77 62 31 / 0.15);
}

.product-window-bar {
  height: 42px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid #e0e4e9;
  padding: 0 14px;
  background: #fbfcfd;
  color: #68717e;
  font-size: 10px;
}

.product-window-bar > div {
  display: flex;
  gap: 6px;
}

.product-window-bar > div span {
  width: 8px;
  height: 8px;
  border: 1px solid #b6bdc7;
  border-radius: 50%;
}

.product-window-bar p {
  margin: 0;
}

.product-window-bar b {
  justify-self: end;
  color: #327052;
  font-weight: 600;
}

.product-window-bar b i {
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
  background: #41b77b;
}

.admin-app {
  min-height: 640px;
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  background:
    radial-gradient(circle at 93% 3%, rgb(255 224 171 / 0.9), transparent 29%),
    radial-gradient(circle at 16% 91%, rgb(202 239 255 / 0.86), transparent 33%),
    linear-gradient(135deg, #f8f4ff 0%, #fef7ef 48%, #eefbff 100%);
}

.admin-rail {
  display: flex;
  flex-direction: column;
  padding: 20px 11px 15px;
  background:
    radial-gradient(circle at 12% 100%, rgb(255 160 190 / 0.35), transparent 36%),
    linear-gradient(165deg, #463b9a 0%, #25296d 50%, #133e70 100%);
  color: #fff;
}

.admin-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 7px 24px;
}

.admin-logo > span {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #ffc772, #ff9bb7 48%, #bda6ff);
  color: #34265a;
  font-size: 10px;
  font-weight: 800;
}

.admin-logo strong {
  font-size: 14px;
  font-weight: 600;
}

.admin-rail nav {
  display: grid;
  gap: 4px;
}

.admin-rail nav a {
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  padding: 0 9px;
  color: rgb(255 255 255 / 0.6);
  font-size: 10px;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease;
}

.admin-rail nav a:hover,
.admin-rail nav a.is-active {
  background: rgb(255 255 255 / 0.11);
  color: #fff;
}

.admin-rail nav a span {
  width: 14px;
  color: #9fb0ff;
  font-size: 13px;
}

.admin-help {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  border: 1px solid rgb(255 255 255 / 0.13);
  border-radius: 9px;
  padding: 9px;
  background: rgb(255 255 255 / 0.05);
}

.admin-help > i,
.admin-greeting > span i {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #62e49c;
  box-shadow: 0 0 0 4px rgb(98 228 156 / 0.13);
}

.admin-help span {
  font-size: 8px;
  line-height: 1.25;
}

.admin-help small {
  display: block;
  color: rgb(255 255 255 / 0.48);
  font-size: 7px;
}

.admin-canvas {
  min-width: 0;
  padding: 23px;
}

.admin-live-activity {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  margin: -7px 0 12px;
  border: 1px solid rgb(88 69 171 / 0.1);
  border-radius: 10px;
  padding: 6px 10px;
  background: rgb(255 255 255 / 0.62);
  box-shadow: 0 10px 26px rgb(112 93 169 / 0.06);
}

.admin-activity-pulse {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: linear-gradient(145deg, #ffbdc8, #f2a7ed);
}

.admin-activity-pulse i {
  width: 3px;
  height: 3px;
  margin: 1px;
  border-radius: 50%;
  background: #683859;
}

.admin-live-activity p {
  min-width: 0;
  margin: 0;
}

.admin-live-activity strong,
.admin-live-activity small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-live-activity strong { font-size: 8px; }
.admin-live-activity small { color: #79818d; font-size: 7px; }
.admin-live-activity > b { color: #7665bb; font-size: 7px; font-weight: 650; }

.admin-greeting,
.admin-updates-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.admin-greeting {
  margin-bottom: 18px;
}

.admin-greeting small,
.admin-metrics small,
.admin-chart-card small,
.admin-updates small {
  display: block;
  color: #78818d;
  font-size: 8px;
}

.admin-greeting strong {
  display: block;
  margin-top: 2px;
  font-size: 18px;
  font-weight: 540;
  letter-spacing: -0.035em;
}

.admin-greeting > span {
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #d8e2dd;
  border-radius: 99px;
  padding: 7px 10px;
  background: #fff;
  color: #2f6149;
  font-size: 8px;
}

.admin-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 11px;
}

.admin-metrics article {
  position: relative;
  min-width: 0;
  min-height: 118px;
  overflow: hidden;
  border: 1px solid rgb(71 62 138 / 0.1);
  border-radius: 11px;
  padding: 13px;
}

.admin-metrics article > strong {
  display: block;
  margin: 5px 0 2px;
  font-size: 22px;
  font-weight: 550;
  letter-spacing: -0.045em;
}

.admin-metrics article > span {
  position: relative;
  z-index: 2;
  color: #405064;
  font-size: 8px;
}

.metric-leads { background: linear-gradient(145deg, #e1d7ff, #c7d9ff); }
.metric-chat { background: linear-gradient(145deg, #ffd2d9, #ffc5ec); }
.metric-sales { background: linear-gradient(145deg, #eaf59d, #bff2ce); }

.metric-leads svg {
  position: absolute;
  right: 7px;
  bottom: 6px;
  width: 55%;
  fill: none;
  stroke: #5f43c7;
  stroke-width: 3;
  stroke-linecap: round;
}

.metric-chat > div {
  position: absolute;
  right: 12px;
  bottom: 10px;
  height: 44px;
  display: flex;
  align-items: end;
  gap: 4px;
}

.metric-chat > div i {
  width: 7px;
  height: 30%;
  border-radius: 4px 4px 1px 1px;
  background: #df4274;
}

.metric-chat > div i:nth-child(2) { height: 54%; }
.metric-chat > div i:nth-child(3) { height: 42%; }
.metric-chat > div i:nth-child(4) { height: 72%; }
.metric-chat > div i:nth-child(5) { height: 94%; }

.metric-sales svg {
  position: absolute;
  right: 9px;
  bottom: 8px;
  width: 48px;
  height: 48px;
  transform: rotate(-90deg);
}

.metric-sales circle {
  fill: none;
  stroke: rgb(47 94 28 / 0.15);
  stroke-width: 5;
}

.metric-sales circle.ring {
  stroke: #377c27;
  stroke-dasharray: 78 22;
  stroke-linecap: round;
}

.admin-chart-card {
  position: relative;
  min-height: 206px;
  overflow: hidden;
  border: 1px solid rgb(79 69 146 / 0.1);
  border-radius: 11px;
  padding: 15px 16px 0;
  background:
    linear-gradient(rgb(113 101 196 / 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgb(113 101 196 / 0.055) 1px, transparent 1px),
    rgb(255 255 255 / 0.77);
  background-size: 100% 36px, 25% 100%, auto;
}

.admin-chart-card strong {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 560;
}

.admin-chart-card > span {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #767e88;
  font-size: 8px;
}

.admin-chart-card svg {
  position: absolute;
  inset: 66px 0 0;
  width: 100%;
  height: 140px;
}

.admin-chart-card .area {
  fill: url("#admin-chart-fill");
}

.admin-chart-card .line {
  fill: none;
  stroke: #6378f5;
  stroke-width: 4;
  stroke-linecap: round;
}

.admin-updates {
  margin-top: 11px;
  overflow: hidden;
  border: 1px solid rgb(79 69 146 / 0.1);
  border-radius: 11px;
  background: rgb(255 255 255 / 0.78);
}

.admin-updates-head {
  min-height: 56px;
  border-bottom: 1px solid #e7ebef;
  padding: 10px 13px;
}

.admin-updates-head strong {
  display: block;
  font-size: 10px;
  font-weight: 560;
}

.admin-updates-head button {
  min-height: 28px;
  border: 0;
  border-radius: 99px;
  padding: 0 10px;
  background: #116dff;
  color: #fff;
  font-size: 8px;
}

.admin-update-row {
  min-height: 54px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  margin: 0 10px;
  border-bottom: 1px solid #edf0f3;
}

.admin-update-row:last-child {
  border-bottom: 0;
}

.update-thumb {
  width: 38px;
  height: 32px;
  border-radius: 6px;
}

.update-yellow { background: #ffdc5d; }
.update-blue { background: #91c9ff; }

.managed-duo.is-visible .metric-leads svg {
  animation: dashboard-spark 11s ease-in-out infinite;
}

.managed-duo.is-visible .admin-chart-card .line,
.managed-duo.is-visible .admin-chart-card .area {
  animation: dashboard-line 11s cubic-bezier(0.2, 0.8, 0.2, 1) infinite;
}

.managed-duo.is-visible .admin-chart-card .line {
  stroke-dasharray: 660;
  stroke-dashoffset: 660;
}

.managed-duo.is-visible .admin-chart-card .area {
  transform-origin: bottom;
  animation-name: dashboard-area;
}

.managed-duo.is-visible .metric-chat > div i {
  animation: dashboard-bars 1.8s ease-in-out infinite alternate;
}

.managed-duo.is-visible .metric-chat > div i:nth-child(2) { animation-delay: -0.45s; }
.managed-duo.is-visible .metric-chat > div i:nth-child(3) { animation-delay: -0.9s; }
.managed-duo.is-visible .metric-chat > div i:nth-child(4) { animation-delay: -0.25s; }
.managed-duo.is-visible .metric-chat > div i:nth-child(5) { animation-delay: -0.7s; }

.managed-duo.is-visible .metric-sales .ring {
  animation: dashboard-ring 11s ease-in-out infinite;
}

.managed-duo.is-visible .admin-activity-pulse,
.managed-duo.is-visible .admin-greeting > span i {
  animation: dashboard-pulse 2.2s ease-in-out infinite;
}

.managed-duo.is-visible .admin-update-row {
  animation: dashboard-row 11s ease-in-out infinite;
}

.managed-duo.is-visible .admin-update-row:nth-child(3) { animation-delay: 240ms; }

@keyframes dashboard-line {
  0%, 12% { stroke-dashoffset: 660; opacity: 0; }
  26%, 80% { stroke-dashoffset: 0; opacity: 1; }
  100% { stroke-dashoffset: 0; opacity: 0.86; }
}

@keyframes dashboard-spark {
  0%, 12% { opacity: 0; transform: translateX(-10px); }
  26%, 82% { opacity: 1; transform: none; }
  100% { opacity: 0.78; }
}

@keyframes dashboard-area {
  0%, 15% { opacity: 0; transform: scaleY(0.08); }
  30%, 82% { opacity: 1; transform: scaleY(1); }
  100% { opacity: 0.78; transform: scaleY(0.9); }
}

@keyframes dashboard-bars {
  from { transform: scaleY(0.42); transform-origin: bottom; }
  to { transform: scaleY(1); transform-origin: bottom; }
}

@keyframes dashboard-ring {
  0%, 14% { stroke-dasharray: 1 99; }
  38%, 86% { stroke-dasharray: 78 22; }
  100% { stroke-dasharray: 64 36; }
}

@keyframes dashboard-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgb(111 90 220 / 0.18); }
  50% { transform: scale(1.12); box-shadow: 0 0 0 6px rgb(111 90 220 / 0); }
}

@keyframes dashboard-row {
  0%, 12% { opacity: 0.35; transform: translateX(-8px); }
  26%, 86% { opacity: 1; transform: none; }
  100% { opacity: 0.7; }
}

.admin-update-row p {
  min-width: 0;
  margin: 0;
}

.admin-update-row p strong {
  display: block;
  overflow: hidden;
  font-size: 9px;
  font-weight: 560;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-update-row > b {
  border-radius: 99px;
  padding: 4px 7px;
  background: #edf4ff;
  color: #285fa8;
  font-size: 7px;
  font-weight: 500;
}

.storefront-demo {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  padding: 21px 20px;
  background:
    radial-gradient(circle at 92% 8%, rgb(255 255 255 / 0.62), transparent 31%),
    #eef292;
  color: #163f31;
}

.storefront-demo::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -110px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #ff8f83;
  opacity: 0.75;
}

.storefront-nav {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  font-size: 8px;
}

.storefront-nav strong {
  font-size: 13px;
  letter-spacing: -0.03em;
}

.storefront-nav > span {
  display: none;
}

.storefront-nav > b {
  font-weight: 500;
}

.storefront-copy {
  position: relative;
  z-index: 1;
  padding: 74px 0 52px;
}

.storefront-copy small {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.storefront-copy h3 {
  max-width: 320px;
  margin: 8px 0 13px;
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.93;
}

.storefront-copy p {
  max-width: 270px;
  margin: 0 0 20px;
  font-size: 12px;
  line-height: 1.42;
}

.storefront-copy > span {
  display: inline-flex;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  font-size: 9px;
  font-weight: 700;
}

.storefront-products {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.storefront-products > div {
  min-width: 0;
  border-radius: 10px;
  padding: 8px;
  background: rgb(255 255 255 / 0.54);
}

.storefront-products > div:nth-child(2) {
  transform: translateY(16px);
}

.storefront-products > div:nth-child(3) {
  transform: translateY(-8px);
}

.storefront-products > div > span {
  position: relative;
  min-height: 94px;
  display: block;
  overflow: hidden;
  border-radius: 7px;
}

.storefront-products small {
  display: block;
  margin-top: 7px;
  overflow: hidden;
  font-size: 7px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-sun { background: #ff986f; }
.product-bottle { background: #83c8e7; }
.product-bag { background: #bf9bed; }

.product-sun::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 8px double rgb(255 250 198 / 0.9);
  border-radius: 50%;
}

.product-bottle::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 31px;
  height: 64px;
  transform: translateX(-50%) rotate(5deg);
  border-radius: 7px 7px 11px 11px;
  background: #173f55;
  box-shadow: inset 0 0 0 5px rgb(255 255 255 / 0.16);
}

.product-bag::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 11px;
  width: 58px;
  height: 54px;
  transform: translateX(-50%) rotate(-4deg);
  border-radius: 7px;
  background: #674790;
}

.product-bag::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 53px;
  width: 32px;
  height: 28px;
  transform: translateX(-50%);
  border: 5px solid #674790;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
}

.site-chatbot {
  position: absolute;
  z-index: 4;
  right: 15px;
  bottom: 15px;
}

.chatbot-launcher {
  position: relative;
  z-index: 3;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-left: auto;
  border: 0;
  border-radius: 50%;
  background:
    linear-gradient(135deg, #ff9eac 0%, #ffd97d 52%, #9fe0ce 100%);
  color: #173f35;
  box-shadow: 0 13px 32px rgb(191 99 113 / 0.28);
  cursor: pointer;
  transition: transform 250ms cubic-bezier(0.16, 1, 0.3, 1), background 200ms ease;
}

.chatbot-launcher:hover {
  transform: translateY(-3px) scale(1.04);
  background:
    linear-gradient(135deg, #ff8e9f 0%, #ffd064 52%, #8ed6c2 100%);
}

.chatbot-launcher:active {
  transform: translateY(1px) scale(0.94);
}

.launcher-chat,
.launcher-close {
  grid-area: 1 / 1;
  transition: opacity 180ms ease, transform 240ms cubic-bezier(0.16, 1, 0.3, 1);
}

.launcher-chat {
  width: 25px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border-radius: 8px 8px 8px 3px;
  background: #173f35;
}

.launcher-chat i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff9df;
  animation: chatbot-dot 1.25s ease-in-out infinite;
}

.launcher-chat i:nth-child(2) { animation-delay: 130ms; }
.launcher-chat i:nth-child(3) { animation-delay: 260ms; }

.launcher-close {
  opacity: 0;
  transform: rotate(-45deg) scale(0.7);
  font-size: 28px;
  font-weight: 300;
}

.site-chatbot.is-open .launcher-chat {
  opacity: 0;
  transform: rotate(45deg) scale(0.7);
}

.site-chatbot.is-open .launcher-close {
  opacity: 1;
  transform: rotate(0) scale(1);
}

.managed-duo.is-visible .chatbot-launcher:not([aria-expanded="true"]) {
  animation: chatbot-attention 2.8s 1.15s both;
}

.chatbot-nudge {
  position: absolute;
  right: 65px;
  bottom: 9px;
  width: max-content;
  border: 1px solid rgb(88 72 105 / 0.1);
  border-radius: 99px;
  padding: 9px 12px;
  background: #fff6bd;
  color: #3a3c31;
  box-shadow: 0 9px 26px rgb(112 91 47 / 0.16);
  font-size: 9px;
  font-weight: 650;
  transition: opacity 180ms ease, transform 220ms ease;
}

.site-chatbot.is-open .chatbot-nudge {
  opacity: 0;
  transform: translateX(8px);
}

.chatbot-window {
  position: absolute;
  right: 0;
  bottom: 68px;
  width: min(330px, calc(100vw - 72px));
  overflow: hidden;
  border: 1px solid rgb(96 75 111 / 0.14);
  border-radius: 16px;
  background: #fffaf4;
  box-shadow:
    0 30px 70px rgb(82 59 95 / 0.22),
    0 10px 28px rgb(242 137 148 / 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px) scale(0.94);
  transform-origin: 90% 100%;
  transition: opacity 220ms ease, transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.site-chatbot.is-open .chatbot-window {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.chatbot-head {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 13px;
  border-bottom: 1px solid rgb(75 63 78 / 0.08);
  background:
    radial-gradient(circle at 8% -35%, rgb(255 250 158 / 0.98), transparent 44%),
    radial-gradient(circle at 94% 4%, rgb(174 232 218 / 0.96), transparent 46%),
    linear-gradient(118deg, #ffd5de 0%, #f2dcff 48%, #cfe7ff 100%);
  color: #173f35;
}

.chatbot-head > div {
  display: flex;
  align-items: center;
  gap: 9px;
}

.chatbot-head > div > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  border: 1px solid rgb(45 65 57 / 0.08);
  background: #fff5a7;
  color: #173f35;
  box-shadow: 0 5px 14px rgb(119 91 74 / 0.12);
  font-weight: 800;
}

.chatbot-head p {
  margin: 0;
}

.chatbot-head strong,
.chatbot-head small {
  display: block;
}

.chatbot-head strong {
  font-size: 11px;
}

.chatbot-head small {
  margin-top: 1px;
  color: rgb(23 63 53 / 0.7);
  font-size: 8px;
  font-weight: 400;
}

.chatbot-head small i {
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-right: 4px;
  border-radius: 50%;
  background: #28ad73;
  box-shadow: 0 0 0 3px rgb(40 173 115 / 0.12);
}

.chatbot-head button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  border: 1px solid rgb(23 63 53 / 0.08);
  background: rgb(255 255 255 / 0.48);
  color: #173f35;
  cursor: pointer;
  font-size: 20px;
}

.chatbot-body {
  min-height: 305px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px;
  background:
    radial-gradient(circle at 92% 14%, rgb(255 221 193 / 0.48), transparent 34%),
    radial-gradient(circle at 8% 88%, rgb(210 233 255 / 0.62), transparent 36%),
    #fffaf2;
}

.bot-message,
.visitor-message {
  max-width: 88%;
  border-radius: 4px 12px 12px;
  padding: 10px 11px;
  border: 1px solid rgb(91 81 103 / 0.06);
  background: #eaf6ff;
  color: #263b34;
  box-shadow: 0 6px 18px rgb(79 62 91 / 0.08);
  font-size: 9px;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(8px);
}

.chatbot-typing {
  width: 42px;
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 4px 12px 12px;
  padding: 10px 11px;
  background: #eaf6ff;
  box-shadow: 0 6px 18px rgb(79 62 91 / 0.08);
  opacity: 0;
  transform: translateY(8px);
}

.chatbot-typing i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #5f879c;
}

.visitor-message {
  align-self: flex-end;
  border-radius: 12px 12px 4px;
  background: #f3ee9b;
}

.site-chatbot.is-open .bot-message,
.site-chatbot.is-open .visitor-message,
.site-chatbot.is-open .chatbot-typing {
  opacity: 1;
  transform: none;
  transition: opacity 300ms ease, transform 360ms ease;
}

.site-chatbot.is-open .chatbot-body > :nth-child(1) { transition-delay: 240ms; }
.site-chatbot.is-open .chatbot-body > :nth-child(2) { transition-delay: 2.2s; }
.site-chatbot.is-open .chatbot-body > :nth-child(3) { transition-delay: 4.1s; }
.site-chatbot.is-open .chatbot-body > :nth-child(4) { transition-delay: 5.8s; }

.site-chatbot.is-open .chatbot-typing i {
  animation: chatbot-dot 1.05s ease-in-out 4.1s infinite;
}

.site-chatbot.is-open .chatbot-typing {
  animation: chatbot-typing-exit 300ms ease 5.6s forwards;
}

.bot-recommendation {
  max-width: 94%;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 9px;
  background: #ffe9ec;
}

.mini-product {
  min-height: 68px;
  border-radius: 8px;
  background:
    radial-gradient(circle at center, #ffe5a8 0 21%, transparent 22%),
    repeating-conic-gradient(#ff8f83 0 12deg, #f5ef8b 12deg 24deg);
}

.bot-recommendation p {
  margin: 0;
}

.bot-recommendation strong,
.bot-recommendation small {
  display: block;
}

.bot-recommendation strong {
  margin-bottom: 3px;
  font-size: 9px;
}

.bot-recommendation small {
  color: #68736d;
  font-size: 8px;
  line-height: 1.38;
}

.bot-recommendation a {
  display: inline-block;
  margin-top: 5px;
  color: #154f3c;
  font-size: 8px;
  font-weight: 700;
}

.chatbot-compose {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgb(91 72 105 / 0.09);
  padding: 8px 9px 8px 14px;
  background: #f8efff;
  color: #818984;
  font-size: 8px;
}

.chatbot-compose b {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: linear-gradient(135deg, #ff8e9f, #f7b65b);
  color: #402f34;
  font-size: 13px;
}

@keyframes chatbot-dot {
  0%, 60%, 100% { transform: translateY(0); opacity: 0.48; }
  30% { transform: translateY(-3px); opacity: 1; }
}

@keyframes chatbot-attention {
  0%, 28%, 100% { transform: none; }
  12% { transform: scale(0.88); }
  18% { transform: scale(1.08); }
  22% { transform: scale(0.98); }
}

@keyframes chatbot-typing-exit {
  to { opacity: 0; transform: translateY(-4px); }
}

.managed-duo .admin-window,
.managed-duo .website-window {
  opacity: 0;
  transition: opacity 600ms ease;
}

.managed-duo.is-visible .admin-window,
.managed-duo.is-visible .website-window {
  opacity: 1;
}

.managed-duo.is-visible .website-window {
  transition-delay: 180ms;
}

.managed-details {
  align-items: start;
  padding-top: 84px;
}

.managed-details h3 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(38px, 4.6vw, 64px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.managed-details p {
  margin: 0 0 25px;
  color: #41454b;
}

.managed-details ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.managed-details li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}

.managed-details li::before {
  content: "✓";
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  flex: 0 0 22px;
  border-radius: 50%;
  background: #dff7e8;
  color: #176b43;
  font-size: 11px;
}

.testimonials-section {
  position: relative;
  padding: clamp(110px, 11vw, 170px) 0 clamp(120px, 14vw, 210px);
  background:
    radial-gradient(circle at 5% 12%, rgb(177 212 255 / 0.32), transparent 27%),
    #eef3f7;
}

.testimonials-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(460px, 1fr);
  align-items: start;
  gap: clamp(70px, 10vw, 150px);
}

.testimonials-copy {
  position: sticky;
  top: 118px;
}

.testimonials-copy h2 {
  max-width: 580px;
  margin: 0 0 25px;
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.99;
}

.testimonials-copy > p:not(.eyebrow) {
  max-width: 480px;
  margin: 0 0 32px;
  color: #45515d;
  font-size: 17px;
  line-height: 1.5;
}

.testimonial-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 0 0 29px;
}

.testimonial-proof > div {
  min-height: 108px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgb(24 40 58 / 0.08);
  border-radius: 12px;
  padding: 15px;
  background: rgb(255 255 255 / 0.66);
}

.testimonial-proof strong {
  font-size: 28px;
  font-weight: 560;
  letter-spacing: -0.04em;
}

.testimonial-proof span {
  color: #68747f;
  font-size: 10px;
  line-height: 1.3;
}

.testimonials-stack {
  position: relative;
  padding-bottom: 5vh;
}

.testimonial-card {
  position: sticky;
  top: calc(92px + var(--card-index) * 14px);
  min-height: 340px;
  display: flex;
  flex-direction: column;
  margin-bottom: 14vh;
  overflow: hidden;
  border: 1px solid rgb(28 42 55 / 0.09);
  border-radius: 18px;
  padding: clamp(24px, 2.5vw, 34px);
  color: #15202b;
  box-shadow: 0 24px 70px rgb(50 71 89 / 0.14);
  opacity: 1;
  transform-origin: 50% 0;
}

.testimonial-card::after {
  content: "“";
  position: absolute;
  right: 24px;
  bottom: -65px;
  color: rgb(255 255 255 / 0.29);
  font-family: Georgia, serif;
  font-size: 230px;
  line-height: 1;
  pointer-events: none;
}

.card-apricot { background: #ffc8a5; }
.card-blue { background: #a9d8ff; }
.card-lilac { background: #d0c4ff; }
.card-lime { background: #d7ee87; }

.testimonial-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 34px;
}

.testimonial-card-top > span:first-child {
  border: 1px solid rgb(21 32 43 / 0.14);
  border-radius: 99px;
  padding: 7px 10px;
  background: rgb(255 255 255 / 0.28);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.testimonial-card-top > span:last-child {
  color: #17212a;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.testimonial-card blockquote {
  position: relative;
  z-index: 1;
  max-width: 690px;
  margin: 0 0 30px;
  font-family: "Wix Madefor Display", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 450;
  letter-spacing: -0.035em;
  line-height: 1.12;
  text-wrap: pretty;
}

.testimonial-card footer {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.testimonial-card footer img {
  width: 52px;
  height: 52px;
  border: 3px solid rgb(255 255 255 / 0.56);
  border-radius: 15px;
  object-fit: cover;
}

.testimonial-card footer p {
  margin: 0;
}

.testimonial-card footer strong,
.testimonial-card footer span {
  display: block;
}

.testimonial-card footer strong {
  font-size: 13px;
}

.testimonial-card footer span {
  margin-top: 1px;
  color: rgb(21 32 43 / 0.68);
  font-size: 10px;
}

.testimonial-card footer > b {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(21 32 43 / 0.15);
  border-radius: 50%;
  font-size: 9px;
}

.testimonial-disclaimer {
  max-width: 560px;
  margin: -7vh 3px 0;
  color: #66737f;
  font-size: 11px;
  line-height: 1.45;
}

@supports (animation-timeline: view()) {
  .testimonial-card {
    animation: testimonial-stack linear both;
    animation-timeline: view();
    animation-range: entry 5% cover 32%;
  }

  @keyframes testimonial-stack {
    from {
      transform: translate3d(0, 44px, 0);
    }
    to {
      transform: translate3d(0, 0, 0);
    }
  }
}

@media (max-width: 1100px) {
  .managed-duo {
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.72fr);
  }

  .admin-app {
    grid-template-columns: 106px minmax(0, 1fr);
  }

  .admin-rail nav a {
    padding-inline: 7px;
  }

  .admin-canvas {
    padding: 18px;
  }

  .testimonials-layout {
    gap: 70px;
  }
}

@media (max-width: 900px) {
  .managed-heading,
  .managed-details {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .managed-heading {
    margin-bottom: 48px;
  }

  .managed-heading > div {
    max-width: 620px;
  }

  .managed-duo {
    grid-template-columns: 1fr;
  }

  .admin-window,
  .website-window {
    --managed-tilt: 13deg;
    --managed-scale: 0.98;
    --managed-lift: 38px;
  }

  .website-window {
    min-height: 680px;
  }

  .storefront-demo {
    min-height: 638px;
  }

  .storefront-nav {
    grid-template-columns: 1fr auto auto;
    gap: 24px;
  }

  .storefront-nav > span {
    display: block;
  }

  .storefront-copy {
    padding-top: 100px;
  }

  .storefront-copy h3 {
    font-size: 64px;
  }

  .storefront-products {
    width: min(470px, 72%);
  }

  .testimonials-layout {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .testimonials-copy {
    position: static;
  }

  .testimonials-copy > p:not(.eyebrow) {
    max-width: 620px;
  }

  .testimonial-proof {
    max-width: 480px;
  }

  .testimonial-card {
    top: calc(84px + var(--card-index) * 12px);
    min-height: 350px;
    margin-bottom: 12vh;
  }
}

@media (max-width: 640px) {
  .managed-section {
    padding-top: 90px;
  }

  .managed-heading h2,
  .testimonials-copy h2 {
    font-size: 42px;
    line-height: 1.03;
  }

  .managed-heading p {
    font-size: 15px;
  }

  .product-window-bar {
    height: 32px;
    font-size: 7px;
  }

  .admin-app {
    min-height: 580px;
    grid-template-columns: 1fr;
  }

  .admin-rail {
    min-height: 54px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    padding: 9px 11px;
  }

  .admin-logo {
    padding: 0;
  }

  .admin-logo strong,
  .admin-help,
  .admin-rail nav a:nth-child(n + 4) {
    display: none;
  }

  .admin-rail nav {
    display: flex;
    justify-content: flex-end;
  }

  .admin-rail nav a {
    min-height: 34px;
    padding: 0 8px;
  }

  .admin-canvas {
    padding: 14px;
  }

  .admin-greeting strong {
    font-size: 15px;
  }

  .admin-metrics {
    gap: 6px;
  }

  .admin-metrics article {
    min-height: 100px;
    padding: 9px;
  }

  .admin-metrics article > strong {
    font-size: 17px;
  }

  .admin-metrics article > span {
    display: none;
  }

  .admin-chart-card {
    min-height: 180px;
  }

  .admin-chart-card svg {
    height: 114px;
  }

  .website-window {
    min-height: 620px;
  }

  .storefront-demo {
    min-height: 588px;
    padding: 18px 16px;
  }

  .storefront-nav {
    grid-template-columns: 1fr auto;
  }

  .storefront-nav > span {
    display: none;
  }

  .storefront-copy {
    padding: 67px 0 45px;
  }

  .storefront-copy h3 {
    font-size: 48px;
  }

  .storefront-products {
    width: 100%;
  }

  .storefront-products > div > span {
    min-height: 84px;
  }

  .chatbot-window {
    width: calc(100vw - 72px);
    max-width: 330px;
  }

  .chatbot-body {
    min-height: 270px;
  }

  .managed-details {
    padding-top: 55px;
  }

  .managed-details h3 {
    font-size: 39px;
  }

  .testimonials-section {
    padding-top: 95px;
  }

  .testimonials-copy > p:not(.eyebrow) {
    font-size: 15px;
  }

  .testimonial-proof {
    grid-template-columns: 1fr;
  }

  .testimonial-proof > div {
    min-height: 88px;
  }

  .testimonial-card {
    top: calc(76px + var(--card-index) * 9px);
    min-height: 340px;
    margin-bottom: 12vh;
    border-radius: 14px;
    padding: 24px;
  }

  .testimonial-card-top {
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .testimonial-card-top > span:last-child {
    font-size: 10px;
  }

  .testimonial-card blockquote {
    font-size: 22px;
  }

  .testimonial-card footer {
    grid-template-columns: 48px 1fr;
  }

  .testimonial-card footer img {
    width: 48px;
    height: 48px;
    border-radius: 13px;
  }

  .testimonial-card footer > b {
    display: none;
  }

  .testimonial-disclaimer {
    margin-top: -4vh;
  }

}

@media (prefers-reduced-motion: reduce) {
  .managed-duo .admin-window,
  .managed-duo .website-window,
  .chatbot-window,
  .bot-message,
  .visitor-message,
  .chatbot-typing {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .admin-window,
  .website-window {
    --managed-tilt: 0deg;
    --managed-scale: 1;
    --managed-lift: 0px;
  }

  .chatbot-launcher,
  .launcher-chat i,
  .testimonial-card {
    animation: none !important;
  }

  .testimonial-card {
    position: relative;
    top: auto;
    margin-bottom: 24px;
  }
}
