/*
 * Chatrionix 1.4 public experience.
 * Homepage, informational pages, and multi-column site footer.
 */

/* Public header polish */
body:not(.cf-chat-app-page) .cf-site-header {
  border-bottom-color: color-mix(in srgb, var(--cf-border) 68%, transparent);
  background: color-mix(in srgb, var(--cf-surface) 82%, transparent);
  box-shadow: 0 1px 0 rgba(20, 54, 59, .02);
}

body:not(.cf-chat-app-page) .cf-site-header__inner {
  width: min(1240px, calc(100% - 48px));
  min-height: 76px;
}

.cf-site-nav a {
  letter-spacing: -.01em;
}

.cf-button--with-icon {
  gap: 9px;
}

.cf-button--with-icon svg {
  width: 18px;
  height: 18px;
  transition: transform .2s ease;
}

.cf-button--with-icon:hover svg:last-child {
  transform: translateX(3px);
}

/* Homepage foundation */
.cf-pro-landing {
  overflow: clip;
  background: var(--cf-bg);
}

.cf-pro-hero {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  overflow: hidden;
  border-bottom: 1px solid var(--cf-border);
  background:
    radial-gradient(circle at 10% 12%, color-mix(in srgb, var(--cf-accent) 14%, transparent), transparent 27%),
    radial-gradient(circle at 92% 75%, rgba(127, 96, 255, .09), transparent 30%),
    linear-gradient(180deg, color-mix(in srgb, var(--cf-surface) 86%, transparent), var(--cf-bg));
}

.cf-pro-hero__grid {
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: .38;
  background-image:
    linear-gradient(color-mix(in srgb, var(--cf-border) 58%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--cf-border) 58%, transparent) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

.cf-pro-hero__orb {
  position: absolute;
  z-index: -2;
  border-radius: 999px;
  filter: blur(2px);
  pointer-events: none;
}

.cf-pro-hero__orb--one {
  top: 12%;
  right: 7%;
  width: 410px;
  height: 410px;
  background: color-mix(in srgb, var(--cf-accent) 10%, transparent);
}

.cf-pro-hero__orb--two {
  right: 35%;
  bottom: -180px;
  width: 420px;
  height: 420px;
  background: rgba(130, 101, 255, .07);
}

.cf-pro-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(560px, 1.14fr);
  gap: clamp(50px, 6vw, 90px);
  align-items: center;
  width: min(1240px, calc(100% - 48px));
  min-height: 760px;
  margin: 0 auto;
  padding: 72px 0 92px;
}

.cf-pro-hero__copy {
  position: relative;
  z-index: 3;
}

.cf-live-pill {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 24px;
  padding: 8px 12px;
  border: 1px solid color-mix(in srgb, var(--cf-accent) 24%, var(--cf-border));
  border-radius: 999px;
  background: color-mix(in srgb, var(--cf-surface) 78%, transparent);
  box-shadow: 0 8px 24px rgba(22, 73, 67, .06);
  color: var(--cf-accent-strong);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: .01em;
  backdrop-filter: blur(12px);
}

.cf-live-pill i {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cf-accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--cf-accent) 13%, transparent);
}

.cf-live-pill i::after {
  content: "";
  position: absolute;
  inset: -4px;
  border: 1px solid var(--cf-accent);
  border-radius: inherit;
  opacity: 0;
  animation: cfProPulse 2.6s ease-out infinite;
}

.cf-pro-hero h1 {
  max-width: 690px;
  margin: 0 0 25px;
  font-size: clamp(58px, 6.1vw, 88px);
  font-weight: 840;
  line-height: .96;
  letter-spacing: -.072em;
}

.cf-pro-hero h1 span {
  display: block;
  background: linear-gradient(125deg, var(--cf-accent-strong) 5%, var(--cf-accent) 50%, #7384f4 112%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.cf-pro-hero__copy > p {
  max-width: 610px;
  margin: 0;
  color: var(--cf-muted);
  font-size: 19px;
  line-height: 1.66;
}

.cf-pro-hero .cf-hero__actions {
  margin: 35px 0 25px;
}

.cf-pro-hero .cf-button {
  min-height: 51px;
  padding-inline: 22px;
  border-radius: 14px;
}

.cf-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  color: var(--cf-muted);
  font-size: 12px;
  font-weight: 650;
  list-style: none;
}

.cf-hero-proof li {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.cf-hero-proof svg {
  width: 15px;
  height: 15px;
  color: var(--cf-accent-strong);
  stroke-width: 2.5;
}

/* Detailed product preview */
.cf-pro-hero__visual {
  position: relative;
  z-index: 2;
}

.cf-pro-hero__visual::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 2% 0 0 5%;
  border-radius: 50%;
  background: color-mix(in srgb, var(--cf-accent) 22%, transparent);
  filter: blur(70px);
  opacity: .72;
}

.cf-product-window {
  min-height: 526px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--cf-border) 76%, transparent);
  border-radius: 28px;
  background: var(--cf-surface);
  box-shadow: 0 42px 100px rgba(17, 62, 65, .19), 0 12px 34px rgba(17, 62, 65, .1);
  transform: perspective(1400px) rotateY(-4deg) rotateX(1.5deg);
  transform-origin: center;
  transition: transform .65s cubic-bezier(.16, 1, .3, 1), box-shadow .65s ease;
}

.cf-pro-hero__visual:hover .cf-product-window {
  box-shadow: 0 48px 115px rgba(17, 62, 65, .23), 0 14px 38px rgba(17, 62, 65, .1);
  transform: perspective(1400px) rotateY(-1deg) rotateX(0) translateY(-6px);
}

.cf-product-window__bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 48px;
  padding: 0 17px;
  border-bottom: 1px solid var(--cf-border);
  background: color-mix(in srgb, var(--cf-surface-2) 84%, var(--cf-surface));
}

.cf-product-window__bar > strong {
  color: var(--cf-text);
  font-size: 11px;
  letter-spacing: -.01em;
}

.cf-window-dots {
  display: flex;
  gap: 6px;
}

.cf-window-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cf-border);
}

.cf-window-dots i:first-child { background: #ff7469; }
.cf-window-dots i:nth-child(2) { background: #ffc55c; }
.cf-window-dots i:last-child { background: #4bcf84; }

.cf-private-label {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  justify-self: end;
  color: var(--cf-muted);
  font-size: 9px;
  font-weight: 700;
}

.cf-private-label svg {
  width: 12px;
  height: 12px;
}

.cf-product-window__body {
  display: grid;
  grid-template-columns: 215px minmax(0, 1fr);
  min-height: 478px;
}

.cf-product-sidebar {
  padding: 20px 12px;
  border-right: 1px solid var(--cf-border);
  background: color-mix(in srgb, var(--cf-surface-2) 82%, var(--cf-surface));
}

.cf-product-search {
  display: flex;
  gap: 7px;
  align-items: center;
  height: 34px;
  margin: 0 2px 16px;
  padding: 0 10px;
  border: 1px solid color-mix(in srgb, var(--cf-border) 75%, transparent);
  border-radius: 10px;
  background: var(--cf-surface);
  color: var(--cf-muted);
  font-size: 9px;
}

.cf-product-search svg {
  width: 13px;
  height: 13px;
}

.cf-demo-contact {
  position: relative;
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  min-height: 58px;
  padding: 8px;
  border-radius: 12px;
  color: var(--cf-text);
}

.cf-demo-contact.is-active {
  background: var(--cf-accent-soft);
}

.cf-demo-contact > span:nth-child(2) {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.cf-demo-contact b {
  font-size: 10px;
}

.cf-demo-contact small {
  overflow: hidden;
  color: var(--cf-muted);
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cf-demo-contact time {
  align-self: start;
  padding-top: 4px;
  color: var(--cf-muted);
  font-size: 7px;
}

.cf-demo-contact em {
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--cf-accent);
  color: #fff;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}

.cf-demo-avatar {
  position: relative;
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.cf-demo-avatar--green { background: linear-gradient(145deg, #20b998, #0c7f70); }
.cf-demo-avatar--purple { background: linear-gradient(145deg, #9c83ef, #6252bd); }
.cf-demo-avatar--orange { background: linear-gradient(145deg, #f7aa67, #d9773a); }

.cf-demo-avatar > i {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 9px;
  height: 9px;
  border: 2px solid var(--cf-surface);
  border-radius: 50%;
  background: #42ce7a;
}

.cf-product-chat {
  display: flex;
  min-width: 0;
  flex-direction: column;
  background:
    radial-gradient(circle at 82% 10%, color-mix(in srgb, var(--cf-accent) 7%, transparent), transparent 30%),
    var(--cf-surface);
}

.cf-product-chat > header {
  display: grid;
  grid-template-columns: 39px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 66px;
  padding: 12px 17px;
  border-bottom: 1px solid var(--cf-border);
}

.cf-product-chat > header .cf-demo-avatar {
  width: 39px;
  height: 39px;
}

.cf-product-chat > header > span:nth-child(2) {
  display: grid;
  gap: 3px;
}

.cf-product-chat > header b {
  font-size: 11px;
}

.cf-product-chat > header small {
  display: flex;
  gap: 5px;
  align-items: center;
  color: var(--cf-muted);
  font-size: 8px;
}

.cf-product-chat > header small i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #42ce7a;
}

.cf-product-chat > header > svg {
  width: 18px;
  height: 18px;
  color: var(--cf-muted);
}

.cf-demo-messages {
  display: flex;
  flex: 1;
  align-items: flex-start;
  flex-direction: column;
  padding: 24px 20px 15px;
}

.cf-demo-day {
  align-self: center;
  margin: 0 0 20px;
  padding: 5px 9px;
  border-radius: 99px;
  background: var(--cf-surface-2);
  color: var(--cf-muted);
  font-size: 7px;
  font-weight: 700;
}

.cf-demo-bubble {
  display: grid;
  max-width: 74%;
  margin-bottom: 14px;
  padding: 10px 12px 6px;
  border: 1px solid color-mix(in srgb, var(--cf-border) 72%, transparent);
  border-radius: 5px 14px 14px 14px;
  background: var(--cf-surface-2);
  color: var(--cf-text);
  font-size: 9px;
  line-height: 1.45;
  animation: cfProMessage 7s ease-in-out infinite;
}

.cf-demo-bubble:nth-of-type(3) { animation-delay: .4s; }
.cf-demo-bubble:nth-of-type(4) { animation-delay: .8s; }

.cf-demo-bubble.is-mine {
  align-self: flex-end;
  border-color: transparent;
  border-radius: 14px 5px 14px 14px;
  background: linear-gradient(145deg, var(--cf-accent), var(--cf-accent-strong));
  color: #fff;
}

.cf-demo-bubble > span {
  display: inline;
}

.cf-demo-bubble time {
  justify-self: end;
  margin-top: 4px;
  color: inherit;
  font-size: 6px;
  opacity: .65;
}

.cf-demo-bubble time b {
  color: #bff8ec;
}

.cf-demo-compose {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 30px;
  gap: 8px;
  align-items: center;
  min-height: 47px;
  margin: 0 15px 16px;
  padding: 6px 7px 6px 12px;
  border: 1px solid var(--cf-border);
  border-radius: 15px;
  background: var(--cf-surface);
  box-shadow: 0 9px 28px rgba(18, 57, 61, .08);
}

.cf-demo-compose > span {
  color: var(--cf-muted);
  font-size: 19px;
}

.cf-demo-compose p {
  margin: 0;
  color: var(--cf-muted);
  font-size: 8px;
}

.cf-demo-compose b {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: var(--cf-accent);
  color: #fff;
}

.cf-demo-compose svg {
  width: 14px;
  height: 14px;
}

.cf-float-card {
  position: absolute;
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 182px;
  padding: 11px 13px;
  border: 1px solid color-mix(in srgb, var(--cf-border) 76%, transparent);
  border-radius: 16px;
  background: color-mix(in srgb, var(--cf-surface) 88%, transparent);
  box-shadow: 0 20px 48px rgba(15, 55, 59, .17);
  backdrop-filter: blur(18px);
  animation: cfProFloat 5s ease-in-out infinite;
}

.cf-float-card > span {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: var(--cf-accent-soft);
  color: var(--cf-accent-strong);
}

.cf-float-card svg {
  width: 17px;
  height: 17px;
}

.cf-float-card p {
  display: grid;
  gap: 2px;
  margin: 0;
}

.cf-float-card b { color: var(--cf-text); font-size: 10px; }
.cf-float-card small { color: var(--cf-muted); font-size: 8px; }

.cf-float-card--notification {
  top: -30px;
  right: -32px;
}

.cf-float-card--notification > i {
  align-self: flex-start;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cf-accent);
}

.cf-float-card--privacy {
  bottom: -28px;
  left: -35px;
  animation-delay: -2.4s;
}

/* Value strip */
.cf-value-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  border-right: 1px solid var(--cf-border);
  border-left: 1px solid var(--cf-border);
  background: var(--cf-surface);
  box-shadow: 0 20px 55px rgba(20, 55, 59, .045);
}

.cf-value-strip > div {
  display: grid;
  gap: 6px;
  padding: 27px 30px;
  border-right: 1px solid var(--cf-border);
}

.cf-value-strip > div:last-child { border-right: 0; }
.cf-value-strip strong { color: var(--cf-text); font-size: 13px; }
.cf-value-strip span { color: var(--cf-muted); font-size: 11px; line-height: 1.5; }

/* Shared section headings */
.cf-pro-section-heading {
  max-width: 720px;
  margin: 0 auto 54px;
  text-align: center;
}

.cf-pro-section-heading h2,
.cf-privacy-showcase h2,
.cf-final-cta h2 {
  margin: 0;
  font-size: clamp(38px, 4.7vw, 59px);
  line-height: 1.04;
  letter-spacing: -.055em;
}

.cf-pro-section-heading > p {
  max-width: 650px;
  margin: 18px auto 0;
  color: var(--cf-muted);
  font-size: 17px;
  line-height: 1.7;
}

/* Bento features */
.cf-bento-section {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 124px 0 105px;
}

.cf-bento-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.cf-bento-card {
  position: relative;
  display: flex;
  min-height: 265px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  padding: 29px;
  border: 1px solid var(--cf-border);
  border-radius: 25px;
  background: color-mix(in srgb, var(--cf-surface) 84%, var(--cf-surface-2));
  box-shadow: 0 17px 45px rgba(19, 52, 57, .055);
  transition: transform .3s cubic-bezier(.16, 1, .3, 1), border-color .3s ease, box-shadow .3s ease;
}

.cf-bento-card:hover {
  border-color: color-mix(in srgb, var(--cf-accent) 40%, var(--cf-border));
  box-shadow: 0 25px 58px rgba(19, 75, 69, .1);
  transform: translateY(-6px);
}

.cf-bento-card:nth-child(1) { grid-column: span 7; min-height: 330px; }
.cf-bento-card:nth-child(2) { grid-column: span 5; grid-row: span 2; }
.cf-bento-card:nth-child(3) { grid-column: span 3; }
.cf-bento-card:nth-child(4) { grid-column: span 4; }
.cf-bento-card:nth-child(5) { grid-column: 1 / -1; min-height: 255px; }

.cf-bento-card--accent {
  background:
    radial-gradient(circle at 90% 12%, rgba(255, 255, 255, .17), transparent 35%),
    linear-gradient(145deg, #0d806f, #16a085 58%, #28bfa2);
  color: #fff;
}

.cf-bento-card--accent:hover {
  border-color: transparent;
  box-shadow: 0 28px 70px rgba(12, 123, 105, .24);
}

.cf-bento-card > span,
.cf-bento-card > div > span {
  display: block;
  margin-bottom: 9px;
  color: var(--cf-accent-strong);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.cf-bento-card--accent > div > span { color: rgba(255,255,255,.72); }

.cf-bento-card h3 {
  max-width: 520px;
  margin: 0 0 11px;
  color: inherit;
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.13;
  letter-spacing: -.035em;
}

.cf-bento-card p {
  max-width: 570px;
  margin: 0;
  color: var(--cf-muted);
  font-size: 14px;
  line-height: 1.65;
}

.cf-bento-card--accent p { color: rgba(255,255,255,.76); }

.cf-bento-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 29px;
  border: 1px solid color-mix(in srgb, var(--cf-accent) 16%, var(--cf-border));
  border-radius: 14px;
  background: var(--cf-accent-soft);
  color: var(--cf-accent-strong);
}

.cf-bento-card--accent .cf-bento-icon {
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.13);
  color: #fff;
}

.cf-bento-icon svg { width: 21px; height: 21px; }

.cf-mini-thread {
  position: absolute;
  right: 26px;
  bottom: 25px;
  display: grid;
  width: 40%;
  gap: 8px;
  opacity: .92;
}

.cf-mini-thread span {
  height: 24px;
  border-radius: 7px 11px 11px 11px;
  background: rgba(255,255,255,.15);
}

.cf-mini-thread span:nth-child(2) {
  width: 82%;
  margin-left: auto;
  border-radius: 11px 7px 11px 11px;
  background: rgba(255,255,255,.28);
}

.cf-mini-thread span:nth-child(3) { width: 63%; }

.cf-group-orbit {
  position: relative;
  display: grid;
  width: min(230px, 85%);
  aspect-ratio: 1;
  place-items: center;
  margin: auto;
  border: 1px dashed color-mix(in srgb, var(--cf-accent) 30%, var(--cf-border));
  border-radius: 50%;
  background: radial-gradient(circle, var(--cf-accent-soft), transparent 68%);
}

.cf-group-orbit::before {
  content: "";
  width: 42%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--cf-accent), var(--cf-accent-strong));
  box-shadow: 0 13px 35px color-mix(in srgb, var(--cf-accent) 30%, transparent);
}

.cf-group-orbit i,
.cf-group-orbit b {
  position: absolute;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 4px solid var(--cf-surface);
  border-radius: 50%;
  background: #826be0;
  color: #fff;
  font-size: 10px;
  font-style: normal;
}

.cf-group-orbit i:first-child { top: 8%; left: 15%; }
.cf-group-orbit i:nth-child(2) { top: 18%; right: 6%; background: #e48a4d; }
.cf-group-orbit i:nth-child(3) { right: 7%; bottom: 13%; background: #337dbb; }
.cf-group-orbit b { bottom: 4%; left: 19%; background: var(--cf-surface-3); color: var(--cf-muted); }

.cf-alert-stack {
  position: absolute;
  right: 40px;
  bottom: 25px;
  width: 215px;
  height: 115px;
}

.cf-alert-stack i {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 190px;
  height: 65px;
  border: 1px solid var(--cf-border);
  border-radius: 16px;
  background: var(--cf-surface);
  box-shadow: 0 15px 35px rgba(17, 53, 57, .1);
}

.cf-alert-stack i::before,
.cf-alert-stack i::after {
  content: "";
  position: absolute;
  left: 18px;
  border-radius: 99px;
  background: var(--cf-surface-3);
}

.cf-alert-stack i::before { top: 18px; width: 65%; height: 8px; }
.cf-alert-stack i::after { top: 34px; width: 43%; height: 6px; }
.cf-alert-stack i:first-child { right: 24px; bottom: 30px; opacity: .34; transform: scale(.88); }
.cf-alert-stack i:nth-child(2) { right: 12px; bottom: 15px; opacity: .6; transform: scale(.94); }
.cf-alert-stack b { position: absolute; top: -7px; right: -7px; display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: var(--cf-accent); color: #fff; font-size: 9px; font-style: normal; }

/* Three steps */
.cf-steps-section {
  padding: 112px max(24px, calc((100% - 1240px) / 2));
  border-block: 1px solid var(--cf-border);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--cf-surface) 90%, var(--cf-bg)), var(--cf-surface)),
    var(--cf-surface);
}

.cf-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cf-steps-grid article {
  position: relative;
  min-height: 290px;
  padding: 31px;
  border: 1px solid var(--cf-border);
  border-radius: 24px;
  background: var(--cf-surface);
  box-shadow: 0 14px 38px rgba(21, 56, 61, .045);
}

.cf-steps-grid article:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 62px;
  right: -25px;
  width: 25px;
  border-top: 1px dashed color-mix(in srgb, var(--cf-accent) 40%, var(--cf-border));
}

.cf-steps-grid article > span {
  position: absolute;
  top: 25px;
  right: 27px;
  color: color-mix(in srgb, var(--cf-accent) 22%, var(--cf-border));
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -.07em;
}

.cf-step-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 42px;
  border-radius: 18px;
  background: var(--cf-accent-soft);
  color: var(--cf-accent-strong);
}

.cf-step-icon svg { width: 25px; height: 25px; }
.cf-steps-grid h3 { margin: 0 0 10px; font-size: 22px; letter-spacing: -.025em; }
.cf-steps-grid p { margin: 0; color: var(--cf-muted); font-size: 14px; line-height: 1.65; }

/* Privacy showcase */
.cf-privacy-showcase {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(45px, 7vw, 100px);
  align-items: center;
  width: min(1240px, calc(100% - 48px));
  margin: 120px auto;
  padding: clamp(45px, 6vw, 78px);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 35px;
  background:
    radial-gradient(circle at 15% 15%, rgba(35, 200, 167, .2), transparent 35%),
    linear-gradient(145deg, #0b2024, #102c30 58%, #0c2526);
  box-shadow: 0 35px 85px rgba(7, 31, 34, .22);
  color: #eefbf8;
}

.cf-privacy-showcase__art {
  position: relative;
  display: grid;
  aspect-ratio: 1.1;
  place-items: center;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 29px;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    rgba(255,255,255,.025);
  background-size: 32px 32px;
}

.cf-shield-mark {
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 38px;
  background: linear-gradient(145deg, rgba(35,200,167,.98), rgba(13,130,111,.88));
  box-shadow: 0 25px 70px rgba(17, 182, 151, .28), inset 0 1px rgba(255,255,255,.35);
  color: #fff;
  transform: rotate(-5deg);
}

.cf-shield-mark svg { width: 60px; height: 60px; stroke-width: 1.45; }

.cf-privacy-chip {
  position: absolute;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 99px;
  background: rgba(7, 25, 28, .7);
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
  color: rgba(255,255,255,.74);
  font-size: 9px;
  font-weight: 760;
  backdrop-filter: blur(12px);
}

.cf-privacy-chip::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background: #32d5b4;
}

.cf-privacy-chip--one { top: 15%; left: 8%; }
.cf-privacy-chip--two { top: 22%; right: 6%; }
.cf-privacy-chip--three { right: 16%; bottom: 13%; }

.cf-privacy-showcase .cf-eyebrow { color: #4ee0c2; }
.cf-privacy-showcase__copy > p { margin: 20px 0 30px; color: rgba(226,244,241,.65); font-size: 16px; line-height: 1.7; }

.cf-privacy-showcase ul {
  display: grid;
  gap: 17px;
  margin: 0 0 29px;
  padding: 0;
  list-style: none;
}

.cf-privacy-showcase li {
  display: grid;
  grid-template-columns: 29px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: rgba(226,244,241,.66);
  font-size: 12px;
  line-height: 1.55;
}

.cf-privacy-showcase li > svg {
  width: 27px;
  height: 27px;
  padding: 6px;
  border-radius: 9px;
  background: rgba(35,200,167,.12);
  color: #4ee0c2;
  stroke-width: 2.5;
}

.cf-privacy-showcase li span { display: grid; gap: 2px; }
.cf-privacy-showcase li b { color: #f2fffc; font-size: 13px; }

.cf-text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #54e4c6;
  font-size: 13px;
  font-weight: 760;
}

.cf-text-link svg { width: 16px; height: 16px; transition: transform .2s ease; }
.cf-text-link:hover { color: #89f4de; }
.cf-text-link:hover svg { transform: translateX(3px); }

/* Final CTA */
.cf-final-cta {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  width: min(1240px, calc(100% - 48px));
  min-height: 320px;
  overflow: hidden;
  margin: 0 auto 120px;
  padding: 58px clamp(35px, 6vw, 76px);
  border-radius: 34px;
  background: linear-gradient(125deg, #0d826f, #16a085 52%, #2bc2a3);
  box-shadow: 0 32px 75px rgba(11, 123, 105, .22);
  color: #fff;
}

.cf-final-cta__pattern {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .45;
  background:
    radial-gradient(circle at 85% 20%, rgba(255,255,255,.25), transparent 25%),
    linear-gradient(120deg, transparent 55%, rgba(255,255,255,.07) 55% 56%, transparent 56%),
    linear-gradient(60deg, transparent 70%, rgba(255,255,255,.06) 70% 71%, transparent 71%);
}

.cf-final-cta > div:nth-child(2) { max-width: 735px; }
.cf-final-cta span { display: block; margin-bottom: 13px; color: rgba(255,255,255,.7); font-size: 11px; font-weight: 830; letter-spacing: .13em; text-transform: uppercase; }
.cf-final-cta h2 { color: #fff; }
.cf-final-cta p { margin: 16px 0 0; color: rgba(255,255,255,.72); font-size: 16px; }
.cf-final-cta .cf-button { flex: 0 0 auto; min-height: 52px; border-radius: 14px; box-shadow: 0 14px 35px rgba(5, 65, 56, .2); }

/* Informational and legal pages */
.cf-content-shell {
  width: min(930px, calc(100% - 40px));
  margin-block: 68px 92px;
}

.cf-entry--page {
  --cf-page-pad: clamp(30px, 5vw, 62px);
  padding: var(--cf-page-pad);
  border-radius: 28px;
  box-shadow: 0 22px 65px rgba(18, 53, 58, .08);
}

.cf-entry--page > header {
  margin: calc(0px - var(--cf-page-pad)) calc(0px - var(--cf-page-pad)) 44px;
  padding: 58px var(--cf-page-pad) 45px;
  border-bottom: 1px solid var(--cf-border);
  border-radius: 28px 28px 0 0;
  background:
    radial-gradient(circle at 90% 10%, color-mix(in srgb, var(--cf-accent) 14%, transparent), transparent 30%),
    color-mix(in srgb, var(--cf-surface-2) 80%, var(--cf-surface));
}

.cf-entry--page h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 6vw, 65px);
  line-height: 1;
  letter-spacing: -.06em;
}

.cf-entry-content h2 {
  margin: 44px 0 13px;
  font-size: clamp(24px, 3vw, 31px);
  line-height: 1.2;
  letter-spacing: -.035em;
}

.cf-entry-content h3 { margin: 0 0 8px; font-size: 18px; letter-spacing: -.02em; }
.cf-entry-content p, .cf-entry-content li { color: color-mix(in srgb, var(--cf-text) 78%, var(--cf-muted)); }
.cf-entry-content ul { padding-left: 22px; }
.cf-entry-content li + li { margin-top: 8px; }
.cf-entry-content a { font-weight: 700; text-decoration: underline; text-decoration-color: color-mix(in srgb, var(--cf-accent) 35%, transparent); text-underline-offset: 3px; }

.cf-page-lead {
  margin: 0 0 36px;
  padding: 24px 26px;
  border-left: 4px solid var(--cf-accent);
  border-radius: 0 15px 15px 0;
  background: var(--cf-accent-soft);
}

.cf-page-lead p { margin: 0; color: var(--cf-text); font-size: 19px; font-weight: 580; line-height: 1.65; }
.cf-legal-meta { margin: -16px 0 25px !important; color: var(--cf-muted) !important; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }

.cf-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 28px 0 10px;
}

.cf-info-card {
  padding: 22px;
  border: 1px solid var(--cf-border);
  border-radius: 18px;
  background: var(--cf-surface-2);
}

.cf-info-card p { margin: 0; font-size: 14px; line-height: 1.55; }

.cf-contact-panel {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 24px;
  margin: 28px 0;
  padding: 30px;
  border: 1px solid var(--cf-border);
  border-radius: 23px;
  background: var(--cf-surface-2);
}

.cf-contact-panel > div:first-child > span { color: var(--cf-accent-strong); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.cf-contact-panel h2 { margin-top: 7px; }
.cf-contact-email { margin-bottom: 0; font-size: 18px; }
.cf-contact-note { align-self: center; padding: 19px; border-radius: 16px; background: var(--cf-accent-soft); }
.cf-contact-note p { margin: 7px 0 0; font-size: 13px; line-height: 1.55; }

.cf-help-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 28px 0 46px;
}

.cf-help-actions a {
  display: grid;
  gap: 3px;
  padding: 18px;
  border: 1px solid var(--cf-border);
  border-radius: 16px;
  background: var(--cf-surface-2);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease;
}

.cf-help-actions a:hover { border-color: var(--cf-accent); transform: translateY(-3px); }
.cf-help-actions strong { color: var(--cf-text); font-size: 14px; }
.cf-help-actions span { color: var(--cf-muted); font-size: 11px; }

.cf-faq-list {
  display: grid;
  gap: 11px;
}

.cf-faq-list details {
  overflow: hidden;
  border: 1px solid var(--cf-border);
  border-radius: 15px;
  background: var(--cf-surface-2);
}

.cf-faq-list summary {
  position: relative;
  padding: 18px 50px 18px 19px;
  color: var(--cf-text);
  font-size: 14px;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}

.cf-faq-list summary::-webkit-details-marker { display: none; }
.cf-faq-list summary::after { content: "+"; position: absolute; top: 50%; right: 19px; color: var(--cf-accent-strong); font-size: 22px; transform: translateY(-50%); }
.cf-faq-list details[open] summary::after { content: "−"; }
.cf-faq-list details p { margin: 0; padding: 0 19px 18px; font-size: 14px; line-height: 1.65; }

/* Multi-column footer */
.cf-site-footer {
  position: relative;
  overflow: hidden;
  border-top: 0;
  background: #081619;
  color: #8fa6a8;
}

.cf-footer-glow {
  position: absolute;
  top: -270px;
  left: 8%;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  background: rgba(29, 190, 157, .08);
  filter: blur(65px);
  pointer-events: none;
}

.cf-site-footer .cf-site-footer__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, .9fr) minmax(520px, 1.35fr);
  gap: clamp(60px, 10vw, 150px);
  align-items: start;
  width: min(1240px, calc(100% - 48px));
  min-height: 0;
  margin: 0 auto;
  padding: 77px 0 66px;
}

.cf-site-footer .cf-brand { color: #f0fbf9; }
.cf-site-footer .cf-brand .custom-logo { width: 40px; height: 40px; }
.cf-footer-brand > p { max-width: 335px; margin: 23px 0 24px; color: #8fa6a8; font-size: 13px; line-height: 1.7; }

.cf-footer-status {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 99px;
  background: rgba(255,255,255,.03);
  color: #b4c9ca;
  font-size: 10px;
  font-weight: 700;
}

.cf-footer-status:hover { color: #e9fbf7; }
.cf-footer-status i { width: 7px; height: 7px; border-radius: 50%; background: #32cf9f; box-shadow: 0 0 0 4px rgba(50,207,159,.1); }

.cf-footer-nav-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
}

.cf-footer-nav h2 {
  margin: 0 0 21px;
  color: #ecf8f6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
}

.cf-site-footer .cf-footer-nav .menu,
.cf-site-footer .cf-footer-bottom .menu {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cf-site-footer .cf-footer-nav a {
  display: inline-flex;
  color: #8fa6a8;
  font-size: 12px;
  transition: color .18s ease, transform .18s ease;
}

.cf-site-footer .cf-footer-nav a:hover {
  color: #f2fffc;
  transform: translateX(3px);
}

.cf-footer-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  width: min(1240px, calc(100% - 48px));
  min-height: 76px;
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,.07);
}

.cf-footer-bottom > p { margin: 0; color: #70898b; font-size: 10px; }
.cf-site-footer .cf-footer-bottom .menu { display: flex; flex-wrap: wrap; gap: 21px; }
.cf-footer-bottom a { color: #82999b; font-size: 10px; }
.cf-footer-bottom a:hover { color: #e9fbf7; }

/* Dark appearance */
html[data-cf-theme="dark"] .cf-pro-hero {
  background:
    radial-gradient(circle at 10% 12%, rgba(35, 200, 167, .1), transparent 27%),
    radial-gradient(circle at 92% 75%, rgba(127, 96, 255, .07), transparent 30%),
    linear-gradient(180deg, #101c20, var(--cf-bg));
}

html[data-cf-theme="dark"] .cf-pro-hero__grid { opacity: .18; }
html[data-cf-theme="dark"] .cf-product-window { box-shadow: 0 42px 100px rgba(0, 0, 0, .45); }
html[data-cf-theme="dark"] .cf-value-strip { box-shadow: 0 20px 55px rgba(0,0,0,.18); }
html[data-cf-theme="dark"] .cf-bento-card { box-shadow: 0 17px 45px rgba(0,0,0,.14); }
html[data-cf-theme="dark"] .cf-bento-card--accent { background: linear-gradient(145deg, #0c6f62, #118a76 58%, #159e85); }
html[data-cf-theme="dark"] .cf-group-orbit i,
html[data-cf-theme="dark"] .cf-group-orbit b { border-color: var(--cf-surface); }

/* Right-to-left public layouts */
[dir="rtl"] .cf-product-sidebar { border-right: 0; border-left: 1px solid var(--cf-border); }
[dir="rtl"] .cf-demo-contact time { justify-self: left; }
[dir="rtl"] .cf-demo-contact em { justify-self: left; }
[dir="rtl"] .cf-demo-bubble { border-radius: 14px 5px 14px 14px; }
[dir="rtl"] .cf-demo-bubble.is-mine { border-radius: 5px 14px 14px 14px; }
[dir="rtl"] .cf-demo-bubble time { justify-self: left; }
[dir="rtl"] .cf-mini-thread { right: auto; left: 26px; }
[dir="rtl"] .cf-mini-thread span:nth-child(2) { margin-right: auto; margin-left: 0; }
[dir="rtl"] .cf-alert-stack { right: auto; left: 40px; }
[dir="rtl"] .cf-steps-grid article > span { right: auto; left: 27px; }
[dir="rtl"] .cf-page-lead { border-right: 4px solid var(--cf-accent); border-left: 0; border-radius: 15px 0 0 15px; }
[dir="rtl"] .cf-entry-content ul { padding-right: 22px; padding-left: 0; }
[dir="rtl"] .cf-faq-list summary { padding-right: 19px; padding-left: 50px; }
[dir="rtl"] .cf-faq-list summary::after { right: auto; left: 19px; }
[dir="rtl"] .cf-site-footer .cf-footer-nav a:hover { transform: translateX(-3px); }

/* Responsive public experience */
@media (max-width: 1120px) {
  .cf-pro-hero__inner { grid-template-columns: minmax(0, .85fr) minmax(500px, 1.15fr); gap: 38px; }
  .cf-pro-hero h1 { font-size: clamp(55px, 6vw, 72px); }
  .cf-float-card--notification { right: -10px; }
  .cf-float-card--privacy { left: -12px; }
  .cf-mini-thread { opacity: .62; }
  .cf-site-footer .cf-site-footer__inner { gap: 70px; }
}

@media (max-width: 940px) {
  body:not(.cf-chat-app-page) .cf-site-header__inner { width: min(100% - 28px, 1240px); }
  .cf-pro-hero__inner { grid-template-columns: 1fr; min-height: auto; padding-block: 82px 110px; text-align: center; }
  .cf-pro-hero__copy > p { margin-inline: auto; }
  .cf-pro-hero .cf-hero__actions, .cf-hero-proof { justify-content: center; }
  .cf-pro-hero__visual { width: min(690px, 93%); margin: 28px auto 0; text-align: left; }
  .cf-product-window { transform: none; }
  .cf-pro-hero__visual:hover .cf-product-window { transform: translateY(-5px); }
  .cf-value-strip { width: min(100% - 48px, 1240px); }
  .cf-bento-card:nth-child(1), .cf-bento-card:nth-child(2), .cf-bento-card:nth-child(3), .cf-bento-card:nth-child(4), .cf-bento-card:nth-child(5) { grid-column: span 6; grid-row: auto; min-height: 290px; }
  .cf-bento-card:nth-child(5) { grid-column: 1 / -1; }
  .cf-group-orbit { width: 190px; }
  .cf-privacy-showcase { grid-template-columns: 1fr; }
  .cf-privacy-showcase__art { max-width: 520px; width: 100%; margin: 0 auto; aspect-ratio: 1.45; }
  .cf-site-footer .cf-site-footer__inner { grid-template-columns: 1fr; gap: 52px; }
  .cf-footer-brand > p { max-width: 460px; }
}

@media (max-width: 760px) {
  .cf-pro-hero__inner, .cf-value-strip, .cf-bento-section, .cf-privacy-showcase, .cf-final-cta { width: calc(100% - 30px); }
  .cf-pro-hero__inner { padding-top: 66px; }
  .cf-pro-hero h1 { font-size: clamp(48px, 13vw, 68px); }
  .cf-pro-hero__copy > p { font-size: 17px; }
  .cf-pro-hero__visual { width: 100%; }
  .cf-float-card { display: none; }
  .cf-value-strip { grid-template-columns: 1fr; }
  .cf-value-strip > div { border-right: 0; border-bottom: 1px solid var(--cf-border); text-align: center; }
  .cf-value-strip > div:last-child { border-bottom: 0; }
  .cf-bento-section { padding-block: 92px 80px; }
  .cf-bento-card:nth-child(1), .cf-bento-card:nth-child(2), .cf-bento-card:nth-child(3), .cf-bento-card:nth-child(4), .cf-bento-card:nth-child(5) { grid-column: 1 / -1; min-height: 265px; }
  .cf-mini-thread, .cf-alert-stack { display: none; }
  .cf-group-orbit { margin-top: 30px; }
  .cf-steps-section { padding-block: 90px; }
  .cf-steps-grid { grid-template-columns: 1fr; }
  .cf-steps-grid article:not(:last-child)::after { top: auto; right: 50%; bottom: -25px; width: 0; height: 25px; border-top: 0; border-right: 1px dashed color-mix(in srgb, var(--cf-accent) 40%, var(--cf-border)); }
  .cf-privacy-showcase { margin-block: 80px; padding: 31px; border-radius: 27px; }
  .cf-final-cta { align-items: flex-start; flex-direction: column; min-height: 0; margin-bottom: 80px; padding-block: 47px; }
  .cf-final-cta .cf-button { width: 100%; }
  .cf-info-grid, .cf-help-actions, .cf-contact-panel { grid-template-columns: 1fr; }
  .cf-site-footer .cf-site-footer__inner, .cf-footer-bottom { width: calc(100% - 32px); }
  .cf-footer-nav-grid { gap: 26px; }
  .cf-footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 22px; }
}

@media (max-width: 560px) {
  .cf-pro-hero h1 { letter-spacing: -.062em; }
  .cf-live-pill { max-width: 100%; font-size: 10px; }
  .cf-pro-hero .cf-hero__actions { display: grid; }
  .cf-product-window { min-height: 410px; border-radius: 21px; }
  .cf-product-window__body { grid-template-columns: 1fr; min-height: 365px; }
  .cf-product-sidebar { display: none; }
  .cf-product-chat > header { min-height: 59px; }
  .cf-demo-messages { padding-top: 18px; }
  .cf-pro-section-heading { margin-bottom: 38px; }
  .cf-pro-section-heading h2, .cf-privacy-showcase h2, .cf-final-cta h2 { font-size: clamp(34px, 10vw, 45px); }
  .cf-bento-card { padding: 24px; border-radius: 21px; }
  .cf-bento-card h3 { font-size: 24px; }
  .cf-privacy-showcase { padding: 22px; }
  .cf-privacy-showcase__art { aspect-ratio: 1.15; }
  .cf-shield-mark { width: 100px; height: 100px; border-radius: 29px; }
  .cf-shield-mark svg { width: 45px; height: 45px; }
  .cf-privacy-chip { font-size: 7px; }
  .cf-entry--page { padding: 23px; border-radius: 22px; }
  .cf-entry--page > header { margin: -23px -23px 32px; padding: 43px 23px 35px; border-radius: 22px 22px 0 0; }
  .cf-entry--page h1 { font-size: 40px; }
  .cf-page-lead { padding: 19px; }
  .cf-page-lead p { font-size: 16px; }
  .cf-footer-nav-grid { grid-template-columns: 1fr 1fr; }
  .cf-footer-nav:last-child { grid-column: 1 / -1; }
  .cf-site-footer .cf-site-footer__inner { padding-block: 60px 48px; }
}

@media (prefers-reduced-motion: reduce) {
  .cf-live-pill i::after,
  .cf-demo-bubble,
  .cf-float-card { animation: none !important; }
  .cf-product-window,
  .cf-bento-card,
  .cf-help-actions a { transition: none !important; }
}

@keyframes cfProPulse {
  0% { opacity: .7; transform: scale(.7); }
  75%, 100% { opacity: 0; transform: scale(1.8); }
}

@keyframes cfProFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes cfProMessage {
  0%, 78%, 100% { opacity: 1; transform: translateY(0); }
  82% { opacity: .7; transform: translateY(3px); }
  88% { opacity: 1; transform: translateY(0); }
}
