/* === Canopy99 Canopy Mint theme (inline for standalone) === */
:root {
  --bg-body: #F4F7F9;
  --bg-surface: #FFFFFF;
  --bg-card: #FFFFFF;
  --text-main: #0B1221;
  --text-muted: #475569;
  --color-brand: #20D3B5;
  --color-brand-light: rgba(32, 211, 181, 0.1);
  --color-brand-gradient: linear-gradient(135deg, #20D3B5, #0284C7);
  --color-secondary: #0B1221;
  --color-border: #E0E7ED;
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
  --radius-lg: 20px;
  --radius-md: 10px;
  --radius-sm: 6px;
  --shadow-glow: 0 10px 25px rgba(32, 211, 181, 0.25);
  --shadow-sm: 0 4px 6px -1px rgba(11, 18, 33, 0.04);
  --shadow-lg: 0 20px 40px -10px rgba(11, 18, 33, 0.08);
  --transition-speed: 0.4s;
  --transition-ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c99-skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 9999;
  padding: 0.75rem 1.5rem;
  background: var(--color-brand);
  color: var(--text-main);
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  text-decoration: none;
}
.c99-skip-link:focus {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: auto;
}
body { background-color: var(--bg-body); color: var(--text-main); font-family: var(--font-body); overflow-x: hidden; position: relative; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
section[id] { scroll-margin-top: 110px; }
h1, h2, h3, h4 { font-family: var(--font-heading); font-weight: 600; line-height: 1.1; letter-spacing: -0.02em; }
h1 { letter-spacing: -0.01em; }
:focus-visible {
  outline: 2px solid var(--color-brand);
  outline-offset: 2px;
}
a { color: var(--text-main); }
a:hover { color: var(--text-main); opacity: 0.85; }
nav a.is-active { color: var(--text-main) !important; font-weight: 600; }
.text-brand { color: var(--text-main) !important; }
.text-main { color: var(--text-main) !important; }
.text-muted { color: var(--text-muted) !important; }
.text-xs { font-size: 0.75rem; }
.text-sm { font-size: 0.8125rem; }
.bg-surface { background-color: var(--bg-surface); }
.bg-card { background-color: var(--bg-card); }
.border-theme { border: 1px solid var(--color-border); }
.btn-brand {
  background-color: var(--color-brand);
  color: var(--text-main);
  font-weight: 600;
  border: none;
  border-radius: var(--radius-md);
  padding: 12px 24px;
  transition: all 0.3s ease;
}
.btn-brand:hover {
  background: var(--color-brand-gradient);
  box-shadow: var(--shadow-glow);
  transform: translateY(-1px);
}
.btn-glass {
  background: #FFFFFF;
  color: #0B1221;
  border: 1px solid #E0E7ED;
  border-radius: var(--radius-md);
  font-weight: 500;
  transition: border-color 0.2s, background 0.2s;
}
.btn-glass:hover { border-color: var(--color-brand); background: var(--color-brand-light); color: var(--text-main); }
.aurora-glass-card {
  background: var(--bg-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
}
.feature-card {
  background-color: var(--bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  height: 100%;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  position: relative;
  overflow: hidden;
}
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--color-brand); }
.c99-feature-demo {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  opacity: 0.74;
  transition: opacity 420ms cubic-bezier(0.16, 1, 0.3, 1), border-color 420ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 420ms cubic-bezier(0.16, 1, 0.3, 1), transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}
.c99-feature-demo.is-active {
  opacity: 1;
  border-color: rgba(32, 211, 181, 0.28);
  box-shadow: 0 24px 44px rgba(11, 18, 33, 0.1);
}
.c99-feature-demo:not(.is-active) .c99-demo-window,
.c99-feature-demo:not(.is-active) .c99-demo-studio,
.c99-feature-demo:not(.is-active) .c99-demo-whatsapp__shell {
  filter: saturate(0.92);
}
.c99-feature-demo__header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  font-size: 0.75rem;
}
.c99-feature-demo__header--subtle {
  gap: 0.6rem;
  margin-top: -0.15rem;
  margin-bottom: 0.1rem;
  font-size: 0.68rem;
}
.c99-feature-demo__meta {
  color: var(--text-muted);
  font-weight: 500;
}
.c99-feature-demo__header--subtle .c99-feature-demo__meta {
  font-size: 0.66rem;
  letter-spacing: 0.01em;
  color: rgba(90, 106, 126, 0.9);
}
.c99-feature-sequence-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
.c99-feature-sequence-indicator__item {
  position: relative;
  width: 2.4rem;
  height: 0.28rem;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(11, 18, 33, 0.1);
}
.c99-feature-sequence-indicator__item > span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  border-radius: inherit;
  background: var(--color-brand-gradient);
}
.c99-feature-sequence-indicator__item.is-active > span {
  animation: c99-sequence-progress 5.6s linear forwards;
}
.c99-feature-demo h3 {
  margin: 0;
  font-size: 1.2rem;
}
.c99-demo-window,
.c99-demo-whatsapp__shell,
.c99-demo-studio {
  border: 1px solid rgba(11, 18, 33, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 247, 249, 0.98));
  border-radius: 24px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 18px 40px rgba(11, 18, 33, 0.08);
}
.c99-demo-window__top {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.95rem 1rem 0.6rem;
}
.c99-demo-window__top > span {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
}
.c99-demo-window__top > span:nth-child(1) { background: #FF5F57; }
.c99-demo-window__top > span:nth-child(2) { background: #FEBC2E; }
.c99-demo-window__top > span:nth-child(3) { background: #28C840; }
.c99-demo-window__title {
  margin-left: auto;
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 600;
}
.c99-demo-add__input {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 1rem 0.85rem;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(11, 18, 33, 0.08);
  background: rgba(255, 255, 255, 0.92);
  color: var(--text-muted);
  font-size: 0.84rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.c99-demo-add__input i {
  color: var(--color-brand);
  font-size: 0.95rem;
}
.c99-demo-add__cursor {
  margin-left: auto;
  width: 0.55rem;
  height: 1rem;
  border-radius: 999px;
  background: var(--color-brand);
}
.c99-feature-demo--add.is-active .c99-demo-add__cursor {
  animation: c99-cursor-blink 1.1s step-end infinite;
}
.c99-demo-add__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
  margin: 0 1rem 0.95rem;
}
.c99-demo-add__steps span {
  padding: 0.48rem 0.4rem;
  border-radius: 12px;
  border: 1px solid rgba(11, 18, 33, 0.08);
  background: rgba(255, 255, 255, 0.7);
  color: var(--text-muted);
  font-size: 0.68rem;
  font-weight: 600;
  text-align: center;
  opacity: 0.58;
}
.c99-feature-demo--add.is-active .c99-demo-add__steps span {
  animation: c99-step-pulse 6s infinite;
}
.c99-feature-demo--add.is-active .c99-demo-add__steps span:nth-child(2) { animation-delay: 0.7s; }
.c99-feature-demo--add.is-active .c99-demo-add__steps span:nth-child(3) { animation-delay: 1.4s; }
.c99-feature-demo--add.is-active .c99-demo-add__steps span:nth-child(4) { animation-delay: 2.1s; }
.c99-demo-add__preview {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
  margin: 0 1rem;
  padding: 0.72rem;
  border-radius: 18px;
  border: 1px solid rgba(11, 18, 33, 0.08);
  background: rgba(255, 255, 255, 0.94);
  transform: translateY(8px) scale(0.985);
  opacity: 0.72;
}
.c99-feature-demo--add.is-active .c99-demo-add__preview {
  animation: c99-preview-rise 6s infinite;
}
.c99-demo-add__thumb {
  position: relative;
  min-height: 88px;
  padding: 0.55rem;
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(32, 211, 181, 0.12), rgba(2, 132, 199, 0.12));
  overflow: hidden;
}
.c99-demo-add__thumb svg {
  display: block;
  width: 100%;
  height: auto;
}
.c99-demo-add__badge {
  position: absolute;
  left: 0.55rem;
  bottom: 0.55rem;
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--text-main);
  font-size: 0.62rem;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(11, 18, 33, 0.08);
  opacity: 0.35;
  transform: translateY(4px);
}
.c99-feature-demo--add.is-active .c99-demo-add__badge {
  animation: c99-badge-enter 6s infinite;
}
.c99-demo-add__body strong {
  display: block;
  font-size: 0.95rem;
}
.c99-demo-add__body span {
  display: block;
  margin-top: 0.15rem;
  color: var(--text-main);
  font-size: 0.78rem;
  font-weight: 700;
}
.c99-demo-add__body p {
  margin: 0.45rem 0 0;
  color: var(--text-muted);
  font-size: 0.74rem;
  line-height: 1.45;
}
.c99-demo-add__save {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin: 0.95rem 1rem 1rem;
  padding: 0.75rem 0.9rem;
  border-radius: 16px;
  background: #0B1221;
  color: #FFFFFF;
  font-size: 0.8rem;
  font-weight: 600;
  transform: translateY(10px);
  opacity: 0;
}
.c99-feature-demo--add.is-active .c99-demo-add__save {
  animation: c99-save-enter 6s infinite;
}
.c99-demo-studio {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 0.9rem;
  padding: 0.95rem;
  min-height: 270px;
}
.c99-demo-studio__sidebar {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.c99-demo-studio__sidebar-label {
  color: var(--text-muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.c99-demo-studio__listing {
  padding: 0.78rem 0.72rem;
  border-radius: 16px;
  border: 1px solid rgba(11, 18, 33, 0.08);
  background: rgba(255, 255, 255, 0.92);
  color: var(--text-muted);
  font-size: 0.73rem;
  font-weight: 600;
  line-height: 1.35;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1), border-color 420ms cubic-bezier(0.16, 1, 0.3, 1), background-color 420ms cubic-bezier(0.16, 1, 0.3, 1), color 420ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 420ms cubic-bezier(0.16, 1, 0.3, 1);
}
.c99-demo-studio__listing.is-active {
  background: rgba(32, 211, 181, 0.12);
  border-color: rgba(32, 211, 181, 0.28);
  color: var(--text-main);
  transform: translateX(2px);
  box-shadow: 0 10px 22px rgba(32, 211, 181, 0.12);
}
.c99-demo-studio__main {
  display: flex;
  flex-direction: column;
  gap: 0.78rem;
  min-width: 0;
}
.c99-demo-studio__toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.c99-demo-studio__chip {
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(11, 18, 33, 0.08);
  background: rgba(255, 255, 255, 0.72);
  color: var(--text-muted);
  font-size: 0.71rem;
  font-weight: 700;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1), border-color 420ms cubic-bezier(0.16, 1, 0.3, 1), background-color 420ms cubic-bezier(0.16, 1, 0.3, 1), color 420ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 420ms cubic-bezier(0.16, 1, 0.3, 1);
}
.c99-demo-studio__chip.is-active {
  background: rgba(11, 18, 33, 0.94);
  border-color: rgba(11, 18, 33, 0.94);
  color: #FFFFFF;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(11, 18, 33, 0.12);
}
.c99-demo-studio__canvas-wrap {
  position: relative;
  border-radius: 22px;
  border: 1px solid rgba(11, 18, 33, 0.08);
  background: radial-gradient(circle at top left, rgba(32, 211, 181, 0.16), rgba(32, 211, 181, 0) 40%), #F5FBFA;
  overflow: hidden;
}
.c99-content-canvas {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
}
.c99-demo-studio__glow {
  position: absolute;
  right: -12%;
  bottom: 10%;
  width: 42%;
  height: 42%;
  background: radial-gradient(circle, rgba(2, 132, 199, 0.18), rgba(2, 132, 199, 0) 72%);
  filter: blur(12px);
  pointer-events: none;
}
.c99-feature-demo--studio.is-active .c99-demo-studio__glow {
  animation: c99-glow-drift 6s infinite;
}
.c99-demo-studio__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.c99-demo-studio__progress {
  flex: 1 1 120px;
  height: 0.42rem;
  border-radius: 999px;
  background: rgba(11, 18, 33, 0.08);
  overflow: hidden;
}
.c99-demo-studio__progress > span {
  display: block;
  height: 100%;
  width: 100%;
  transform-origin: left center;
  transform: scaleX(0.16);
  border-radius: inherit;
  background: var(--color-brand-gradient);
}
.c99-demo-studio__share-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.72rem;
  border-radius: 999px;
  background: #0B1221;
  color: #FFFFFF;
  font-size: 0.72rem;
  font-weight: 700;
  opacity: 0.45;
  transform: translateY(4px);
  transition: opacity 420ms cubic-bezier(0.16, 1, 0.3, 1), transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}
.c99-demo-studio__share-pill svg {
  width: 0.8rem;
  height: 0.8rem;
}
.c99-demo-studio.is-share-ready .c99-demo-studio__share-pill {
  opacity: 1;
  transform: translateY(0);
}
.c99-demo-whatsapp__shell {
  overflow: hidden;
  min-height: 270px;
  border-radius: 28px;
  background: linear-gradient(180deg, #0B141A 0%, #111B21 100%);
  color: #E9EDEF;
}
.c99-demo-whatsapp__top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.72rem;
  padding: 0.9rem 1rem;
  background: #202C33;
}
.c99-demo-whatsapp__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(32, 211, 181, 0.24);
  color: #FFFFFF;
  font-size: 0.72rem;
  font-weight: 700;
}
.c99-demo-whatsapp__contact {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.c99-demo-whatsapp__contact strong {
  font-size: 0.8rem;
}
.c99-demo-whatsapp__contact span {
  color: #8696A0;
  font-size: 0.68rem;
}
.c99-demo-whatsapp__actions {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #AEBAC1;
  font-size: 0.9rem;
}
.c99-demo-whatsapp__chat {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  min-height: 175px;
  padding: 1rem 1rem 0.95rem;
  background: radial-gradient(circle at top right, rgba(32, 211, 181, 0.08), rgba(32, 211, 181, 0) 36%), linear-gradient(180deg, #0B141A, #111B21);
}
.c99-demo-whatsapp__bubble {
  max-width: 86%;
  padding: 0.72rem 0.85rem;
  border-radius: 18px;
  font-size: 0.76rem;
  line-height: 1.45;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
  opacity: 0.76;
  transform: translateY(4px) scale(0.99);
}
.c99-feature-demo--share.is-active .c99-demo-whatsapp__bubble {
  animation: c99-chat-in 7s infinite;
}
.c99-demo-whatsapp__bubble--incoming {
  align-self: flex-start;
  background: #202C33;
  color: #E9EDEF;
  border-top-left-radius: 6px;
}
.c99-demo-whatsapp__bubble--outgoing {
  align-self: flex-end;
  background: #005C4B;
  color: #FFFFFF;
  border-top-right-radius: 6px;
}
.c99-feature-demo--share.is-active .c99-demo-whatsapp__bubble--outgoing {
  animation-delay: 0.85s;
}
.c99-feature-demo--share.is-active .c99-demo-whatsapp__bubble--reply {
  animation-delay: 2.2s;
}
.c99-demo-whatsapp__bubble--listing {
  width: min(100%, 260px);
  padding: 0.45rem;
}
.c99-demo-whatsapp__listing-card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 0.68rem;
  padding: 0.45rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}
.c99-demo-whatsapp__listing-visual {
  position: relative;
  min-height: 78px;
  border-radius: 12px;
  background: linear-gradient(160deg, #DFF7F2, #BCEBE1);
  overflow: hidden;
}
.c99-demo-whatsapp__listing-visual::before,
.c99-demo-whatsapp__listing-visual::after {
  content: "";
  position: absolute;
}
.c99-demo-whatsapp__listing-visual::before {
  inset: 18px 14px 16px;
  border-radius: 12px 12px 0 0;
  border: 3px solid #0B1221;
  border-bottom: none;
  transform: skewY(-12deg);
}
.c99-demo-whatsapp__listing-visual::after {
  left: 18px;
  right: 18px;
  bottom: 14px;
  height: 18px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.9);
}
.c99-demo-whatsapp__listing-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.16rem;
  min-width: 0;
}
.c99-demo-whatsapp__listing-copy strong {
  font-size: 0.78rem;
}
.c99-demo-whatsapp__listing-copy span,
.c99-demo-whatsapp__listing-copy small {
  color: rgba(255, 255, 255, 0.82);
}
.c99-demo-whatsapp__listing-copy span {
  font-size: 0.68rem;
  font-weight: 600;
}
.c99-demo-whatsapp__listing-copy small {
  font-size: 0.62rem;
  line-height: 1.35;
}
.c99-demo-whatsapp__bubble-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.58rem;
}
.c99-demo-whatsapp__ticks {
  opacity: 0.35;
}
.c99-feature-demo--share.is-active .c99-demo-whatsapp__ticks {
  animation: c99-ticks 7s infinite;
  animation-delay: 1.5s;
}
.c99-demo-whatsapp__composer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.8rem 1rem 1rem;
  background: #111B21;
  color: #8696A0;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}
.c99-demo-whatsapp__composer span {
  display: flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.65rem 0.85rem;
  border-radius: 999px;
  background: #202C33;
  font-size: 0.76rem;
}
@keyframes c99-sequence-progress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}
@keyframes c99-cursor-blink {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0.2; }
}
@keyframes c99-step-pulse {
  0%, 14%, 100% {
    opacity: 0.58;
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(11, 18, 33, 0.08);
    color: var(--text-muted);
  }
  20%, 34% {
    opacity: 1;
    transform: translateY(-2px);
    background: rgba(32, 211, 181, 0.15);
    border-color: rgba(32, 211, 181, 0.24);
    color: var(--text-main);
  }
}
@keyframes c99-preview-rise {
  0%, 24% {
    opacity: 0.72;
    transform: translateY(8px) scale(0.985);
  }
  34%, 84% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0.72;
    transform: translateY(8px) scale(0.985);
  }
}
@keyframes c99-badge-enter {
  0%, 38% {
    opacity: 0.35;
    transform: translateY(4px);
  }
  46%, 82% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0.35;
    transform: translateY(4px);
  }
}
@keyframes c99-save-enter {
  0%, 56% {
    opacity: 0;
    transform: translateY(10px);
  }
  64%, 86% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}
@keyframes c99-glow-drift {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); opacity: 0.62; }
  50% { transform: translate3d(-8px, -6px, 0) scale(1.08); opacity: 0.88; }
}
@keyframes c99-chat-in {
  0%, 14% {
    opacity: 0.72;
    transform: translateY(6px) scale(0.99);
  }
  22%, 88% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0.82;
    transform: translateY(0) scale(1);
  }
}
@keyframes c99-ticks {
  0%, 26% { opacity: 0.35; color: rgba(255, 255, 255, 0.72); }
  34%, 100% { opacity: 1; color: #53BDEB; }
}
.c99-agent-hero {
  max-width: 1080px;
  margin: 0 auto;
  min-height: clamp(36rem, 72vw, 48rem);
  padding: 1rem 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}
.c99-agent-hero::before,
.c99-agent-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(54px);
  z-index: 0;
}
.c99-agent-hero::before {
  width: 28rem;
  height: 24rem;
  top: 3%;
  left: 50%;
  transform: translateX(-66%);
  background: radial-gradient(circle, rgba(32, 211, 181, 0.2), rgba(32, 211, 181, 0) 70%);
}
.c99-agent-hero::after {
  width: 24rem;
  height: 20rem;
  bottom: 6%;
  left: 50%;
  transform: translateX(-28%);
  background: radial-gradient(circle, rgba(2, 132, 199, 0.18), rgba(2, 132, 199, 0) 72%);
}
.c99-agent-phone {
  width: min(100%, 430px);
  position: relative;
  z-index: 1;
}
.c99-agent-phone-shell {
  padding: 16px;
  border-radius: 42px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(160deg, #101a2a 0%, #09111d 48%, #16283c 100%);
  box-shadow:
    0 38px 90px rgba(11, 18, 33, 0.2),
    0 12px 28px rgba(11, 18, 33, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: perspective(1800px) rotateX(4deg);
  transition: transform 760ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 760ms cubic-bezier(0.16, 1, 0.3, 1);
}
.c99-agent-phone[data-view="media"] .c99-agent-phone-shell {
  transform: perspective(1800px) rotateX(4deg) translateY(-4px);
  box-shadow:
    0 42px 96px rgba(11, 18, 33, 0.22),
    0 12px 28px rgba(11, 18, 33, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.c99-agent-screen {
  min-height: 720px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(11, 18, 33, 0.08);
  background:
    radial-gradient(circle at top, rgba(32, 211, 181, 0.14), transparent 32%),
    linear-gradient(180deg, #edf7f7 0%, #f9fcfd 24%, #eef6f8 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}
.c99-agent-statusbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px 10px;
  font-size: 0.74rem;
  font-weight: 700;
  color: #23344d;
}
.c99-agent-dynamic-island {
  width: 88px;
  height: 24px;
  border-radius: 999px;
  background: #0b1221;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.c99-agent-status-icons {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.c99-agent-page {
  padding: 0 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.c99-agent-url {
  align-self: center;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(11, 18, 33, 0.08);
  background: rgba(255, 255, 255, 0.62);
  color: rgba(35, 52, 77, 0.74);
  font-size: 0.76rem;
  letter-spacing: -0.01em;
  backdrop-filter: blur(18px);
}
.c99-agent-card {
  border-radius: 24px;
  border: 1px solid rgba(224, 231, 237, 0.92);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 36px rgba(11, 18, 33, 0.06);
  backdrop-filter: blur(24px);
}
.c99-agent-card--profile {
  padding: 18px;
}
.c99-agent-profile-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.c99-agent-avatar {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: #0b1221;
  background: linear-gradient(135deg, rgba(32, 211, 181, 0.9), rgba(2, 132, 199, 0.42));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38);
}
.c99-agent-profile-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: left;
}
.c99-agent-kicker {
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(2, 132, 199, 0.78);
}
.c99-agent-profile-copy strong {
  font-size: 1rem;
  font-family: var(--font-heading);
  letter-spacing: -0.02em;
}
.c99-agent-profile-copy span:last-child {
  font-size: 0.82rem;
  color: var(--text-muted);
}
.c99-agent-badge {
  margin-left: auto;
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(11, 18, 33, 0.06);
  color: rgba(11, 18, 33, 0.78);
  font-size: 0.72rem;
  font-weight: 700;
}
.c99-agent-bio {
  margin: 14px 0 0;
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.55;
  text-align: left;
}
.c99-agent-actions {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.c99-agent-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(11, 18, 33, 0.04);
  color: rgba(11, 18, 33, 0.8);
  font-size: 0.8rem;
  font-weight: 600;
}
.c99-agent-card--content {
  padding: 14px;
}
.c99-agent-content-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}
.c99-agent-tabs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  min-width: 188px;
  padding: 4px;
  gap: 4px;
  border-radius: 999px;
  background: rgba(11, 18, 33, 0.06);
  border: 1px solid rgba(11, 18, 33, 0.06);
}
.c99-agent-tab-pill {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  width: calc(50% - 4px);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(32, 211, 181, 0.22), rgba(2, 132, 199, 0.18));
  box-shadow: inset 0 0 0 1px rgba(32, 211, 181, 0.18);
  transition: transform 680ms cubic-bezier(0.16, 1, 0.3, 1), background 680ms cubic-bezier(0.16, 1, 0.3, 1);
}
.c99-agent-phone[data-view="media"] .c99-agent-tab-pill {
  transform: translateX(calc(100% + 4px));
}
.c99-agent-tab {
  position: relative;
  z-index: 1;
  border: none;
  background: transparent;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
  color: rgba(35, 52, 77, 0.6);
  transition: color 260ms ease;
}
.c99-agent-tab.is-active,
.c99-agent-phone[data-view="feed"] .c99-agent-tab[data-hero-view="feed"],
.c99-agent-phone[data-view="media"] .c99-agent-tab[data-hero-view="media"] {
  color: #0b1221;
}
.c99-agent-collection {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(11, 18, 33, 0.06);
  background: rgba(255, 255, 255, 0.66);
  color: rgba(11, 18, 33, 0.75);
  font-size: 0.8rem;
  font-weight: 700;
}
.c99-agent-view-window {
  position: relative;
  min-height: 360px;
}
.c99-agent-view {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition:
    opacity 760ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 760ms cubic-bezier(0.16, 1, 0.3, 1);
}
.c99-agent-view--feed {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}
.c99-agent-view--media {
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  filter: blur(10px);
  pointer-events: none;
}
.c99-agent-phone[data-view="media"] .c99-agent-view--feed {
  opacity: 0;
  transform: translateY(-18px) scale(0.985);
  filter: blur(10px);
  pointer-events: none;
}
.c99-agent-phone[data-view="media"] .c99-agent-view--media {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
  pointer-events: auto;
}
.c99-agent-listing,
.c99-agent-media-card {
  border-radius: 20px;
  border: 1px solid rgba(224, 231, 237, 0.96);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 24px rgba(11, 18, 33, 0.05);
}
.c99-agent-listing {
  padding: 10px;
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}
.c99-agent-listing-photo,
.c99-agent-media-thumb {
  position: relative;
  overflow: hidden;
}
.c99-agent-listing-photo {
  height: 82px;
  border-radius: 18px;
  background-color: #dbeafe;
}
.c99-agent-listing-photo--skyline {
  background:
    linear-gradient(180deg, rgba(16, 35, 63, 0.04), rgba(16, 35, 63, 0.18)),
    linear-gradient(180deg, #7dd3fc 0%, #dbeafe 58%, #f5d0a9 100%);
}
.c99-agent-listing-photo--skyline::before,
.c99-agent-listing-photo--skyline::after,
.c99-agent-listing-photo--lounge::before,
.c99-agent-listing-photo--garden::before {
  content: "";
  position: absolute;
}
.c99-agent-listing-photo--skyline::before {
  inset: auto 16px 0 16px;
  height: 34px;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(180deg, #314a66, #22354c);
  box-shadow: 42px -12px 0 -4px #40617e, -38px -8px 0 -6px #27425c;
}
.c99-agent-listing-photo--skyline::after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0.38));
}
.c99-agent-listing-photo--lounge {
  background:
    radial-gradient(circle at 80% 18%, rgba(32, 211, 181, 0.28), transparent 28%),
    linear-gradient(180deg, #f8f3ec 0%, #eadfd1 100%);
}
.c99-agent-listing-photo--lounge::before {
  left: 18px;
  right: 18px;
  bottom: 14px;
  height: 26px;
  border-radius: 16px;
  background: #d8d1c4;
  box-shadow: -12px 6px 0 -6px #cfc7b8, 12px 6px 0 -6px #cfc7b8, 0 -18px 0 -8px #ffffff;
}
.c99-agent-listing-photo--garden {
  background:
    radial-gradient(circle at 18% 20%, rgba(32, 211, 181, 0.3), transparent 24%),
    linear-gradient(180deg, #d9f99d 0%, #ecfccb 40%, #dbeafe 100%);
}
.c99-agent-listing-photo--garden::before {
  left: 14px;
  right: 14px;
  bottom: 12px;
  height: 28px;
  border-radius: 999px 999px 12px 12px;
  background: linear-gradient(180deg, #34d399, #10b981);
  box-shadow: 0 -18px 0 -10px rgba(255, 255, 255, 0.84);
}
.c99-agent-media-chip,
.c99-agent-media-type {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: rgba(11, 18, 33, 0.82);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.c99-agent-listing-body,
.c99-agent-media-copy {
  min-width: 0;
  text-align: left;
}
.c99-agent-listing-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}
.c99-agent-listing-top strong,
.c99-agent-media-copy strong {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.c99-agent-listing-top span {
  font-size: 0.76rem;
  font-weight: 800;
  color: rgba(2, 132, 199, 0.84);
  white-space: nowrap;
}
.c99-agent-listing-body p,
.c99-agent-media-copy p {
  margin: 6px 0 0;
  color: var(--text-muted);
  font-size: 0.78rem;
  line-height: 1.5;
}
.c99-agent-media-card {
  padding: 10px;
}
.c99-agent-media-card--feature {
  padding: 12px;
}
.c99-agent-media-thumb {
  height: 152px;
  border-radius: 18px;
  margin-bottom: 12px;
}
.c99-agent-media-thumb--tour {
  background:
    radial-gradient(circle at 72% 22%, rgba(255, 255, 255, 0.22), transparent 20%),
    linear-gradient(135deg, #10233f 0%, #294b70 48%, #f0b67f 100%);
}
.c99-agent-media-thumb--carousel {
  background:
    radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.18), transparent 20%),
    linear-gradient(135deg, #20d3b5 0%, #7dd3fc 100%);
}
.c99-agent-media-thumb--tips {
  background:
    radial-gradient(circle at 76% 20%, rgba(255, 255, 255, 0.16), transparent 20%),
    linear-gradient(135deg, #e0f2fe 0%, #bfdbfe 45%, #20d3b5 100%);
}
.c99-agent-media-thumb--tour::before,
.c99-agent-media-thumb--carousel::before,
.c99-agent-media-thumb--tips::before,
.c99-agent-media-thumb--tips::after {
  content: "";
  position: absolute;
}
.c99-agent-media-thumb--tour::before {
  left: 50%;
  top: 50%;
  width: 54px;
  height: 54px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.28) inset;
}
.c99-agent-media-thumb--carousel::before {
  inset: 28px 22px 22px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.26));
  box-shadow: 0 10px 18px rgba(11, 18, 33, 0.12);
}
.c99-agent-media-thumb--tips::before {
  inset: 26px 24px auto 24px;
  height: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 28px 0 rgba(255, 255, 255, 0.7), 0 56px 0 rgba(255, 255, 255, 0.58);
}
.c99-agent-media-thumb--tips::after {
  right: 26px;
  top: 26px;
  width: 44px;
  height: 90px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.26);
}
.c99-agent-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.c99-agent-media-grid .c99-agent-media-thumb {
  height: 118px;
}
@media (max-width: 991.98px) {
  .c99-agent-hero {
    min-height: auto;
    padding-top: 0.5rem;
  }
}
@media (max-width: 575.98px) {
  .c99-agent-phone {
    width: min(100%, 390px);
  }
  .c99-agent-phone-shell {
    padding: 12px;
    border-radius: 34px;
    transform: none;
  }
  .c99-agent-phone[data-view="media"] .c99-agent-phone-shell {
    transform: translateY(-2px);
  }
  .c99-agent-screen {
    min-height: 664px;
    border-radius: 24px;
  }
  .c99-agent-profile-row,
  .c99-agent-content-head {
    flex-direction: column;
    align-items: stretch;
  }
  .c99-agent-badge {
    margin-left: 0;
    align-self: flex-start;
  }
  .c99-agent-tabs {
    width: 100%;
    min-width: 0;
  }
  .c99-agent-collection {
    align-self: flex-start;
  }
  .c99-agent-listing {
    grid-template-columns: 84px minmax(0, 1fr);
  }
  .c99-agent-media-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575.98px) {
  .c99-demo-studio {
    grid-template-columns: 1fr;
  }
  .c99-demo-studio__sidebar {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .c99-demo-studio__sidebar-label {
    width: 100%;
  }
  .c99-demo-add__preview {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .c99-agent-phone-shell,
  .c99-agent-tab-pill,
  .c99-agent-tab,
  .c99-agent-view,
  .c99-demo-add__cursor,
  .c99-demo-add__steps span,
  .c99-demo-add__preview,
  .c99-demo-add__badge,
  .c99-demo-add__save,
  .c99-demo-studio__glow,
  .c99-demo-whatsapp__bubble,
  .c99-demo-whatsapp__ticks {
    animation: none !important;
    transition: none !important;
  }
  .c99-demo-add__preview,
  .c99-demo-add__badge,
  .c99-demo-add__save,
  .c99-demo-whatsapp__bubble,
  .c99-demo-whatsapp__ticks {
    opacity: 1 !important;
    transform: none !important;
  }
}
.problem-strip { background: var(--bg-surface); }
.problem-strip-item { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.9rem; color: var(--text-muted); }
@media (max-width: 767.98px) {
  .problem-strip .container { flex-direction: column; align-items: center; gap: 0.75rem !important; }
}

.c99-faq-accordion .accordion-item {
  padding: 0;
  overflow: hidden;
}
.c99-faq-accordion .accordion-button {
  background: transparent;
  box-shadow: none;
  color: var(--text-main);
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 600;
  padding: 1.35rem 1.5rem;
}
.c99-faq-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: var(--text-main);
}
.c99-faq-accordion .accordion-button:focus {
  box-shadow: none;
  outline: 2px solid var(--color-brand);
  outline-offset: -2px;
}
.c99-faq-accordion .accordion-button::after {
  transform-origin: center;
}
.c99-faq-accordion .accordion-body {
  padding: 0 1.5rem 1.35rem;
}
@media (min-width: 768px) {
  .c99-faq-accordion {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
  .c99-faq-accordion .accordion-item {
    margin-bottom: 0 !important;
    height: 100%;
  }
  .c99-faq-accordion .accordion-button {
    pointer-events: none;
  }
  .c99-faq-accordion .accordion-button::after {
    display: none;
  }
  .c99-faq-accordion .accordion-collapse {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .c99-faq-accordion .accordion-button {
    font-size: 1rem;
    padding: 1.1rem 1.1rem;
  }
  .c99-faq-accordion .accordion-body {
    padding: 0 1.1rem 1.1rem;
  }
}
