:root {
  color-scheme: dark;
  --bg: #070a12;
  --surface: #0d1324;
  --surface-elevated: #121a31;
  --surface-floating: rgba(17, 24, 45, 0.78);
  --ink: #f7faff;
  --ink-soft: #dfe8ff;
  --muted: #97a4c3;
  --muted-strong: #c3cde4;
  --line: rgba(177, 202, 255, 0.16);
  --soft: rgba(255, 255, 255, 0.06);
  --soft-2: rgba(255, 255, 255, 0.09);
  --accent: #08d8f8;
  --accent-dark: #1858f8;
  --accent-soft: rgba(8, 216, 248, 0.13);
  --blue: #367ef7;
  --blue-soft: rgba(24, 88, 248, 0.14);
  --violet: #6838f8;
  --purple: #9828f8;
  --purple-soft: rgba(152, 40, 248, 0.16);
  --amber: #ffb86b;
  --amber-soft: rgba(255, 184, 107, 0.13);
  --danger: #ff6b8a;
  --danger-soft: rgba(255, 107, 138, 0.13);
  --radius: 8px;
  --shadow: 0 34px 100px rgba(0, 0, 0, 0.42), 0 0 60px rgba(54, 126, 247, 0.12);
  --shadow-soft: 0 22px 64px rgba(0, 0, 0, 0.28);
  --shadow-green: 0 28px 80px rgba(8, 216, 248, 0.22);
  --brand-gradient: linear-gradient(135deg, #08e8e8 0%, #08a8f8 34%, #1858f8 64%, #9828f8 100%);
  --brand-glow: 0 18px 48px rgba(8, 216, 248, 0.20), 0 14px 46px rgba(104, 56, 248, 0.18);
  --page-x: 72px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 84% 6%, rgba(152, 40, 248, 0.20), transparent 30%),
    radial-gradient(circle at 12% 12%, rgba(8, 216, 248, 0.18), transparent 30%),
    radial-gradient(circle at 48% 42%, rgba(24, 88, 248, 0.10), transparent 38%),
    linear-gradient(180deg, #080b15 0, #0a0f1e 520px, var(--bg) 980px),
    var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 74px;
  padding: 14px var(--page-x);
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(222, 222, 222, 0.8);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, var(--ink), var(--accent-dark));
  border-radius: var(--radius);
}

.nav-links {
  display: flex;
  gap: 26px;
  color: var(--muted);
  font-size: 0.94rem;
}

.nav-links a {
  transition: color 180ms ease;
}

.nav-links a:hover {
  color: var(--ink);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--ink), var(--accent-dark));
  border: 1px solid rgba(7, 94, 66, 0.7);
  border-radius: var(--radius);
  font-weight: 760;
}

main {
  overflow: hidden;
}

section {
  padding: 112px var(--page-x);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 1.15fr);
  align-items: center;
  gap: 52px;
  min-height: calc(100vh - 74px);
  padding-top: 40px;
  padding-bottom: 78px;
  background:
    radial-gradient(ellipse at 68% 55%, rgba(110, 231, 183, 0.13), transparent 52%),
    radial-gradient(ellipse at 8% 18%, rgba(245, 158, 11, 0.08), transparent 44%),
    radial-gradient(ellipse at 50% 100%, rgba(99, 102, 241, 0.07), transparent 50%),
    #0a0f1e;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  opacity: 0.035;
  pointer-events: none;
  z-index: 0;
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 860;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #6ee7b7;
}

.hero h1 {
  color: #ffffff;
  font-family: "Space Grotesk", Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0;
  line-height: 0.98;
}

.hero .hero-subtitle {
  color: rgba(255, 255, 255, 0.7);
}

.hero .trust-row span {
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(110, 231, 183, 0.22);
}

.hero .button-primary {
  background: linear-gradient(135deg, #10b981, #059669);
  border-color: #10b981;
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(16, 185, 129, 0.28);
}

.hero .button-primary:hover {
  background: #059669;
  border-color: #059669;
}

.hero .button-secondary {
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.06);
}

.hero .button-secondary:hover {
  color: #0a0f1e;
  background: #ffffff;
  border-color: #ffffff;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  max-width: 900px;
  font-size: 5.8rem;
}

h2 {
  max-width: 920px;
  font-size: 4.05rem;
  letter-spacing: 0;
  line-height: 1.06;
}

h3 {
  font-size: 1.3rem;
}

p {
  color: var(--muted);
  font-size: 1rem;
}

.hero-subtitle {
  max-width: 740px;
  margin: 24px 0 0;
  color: var(--muted-strong);
  font-size: 1.32rem;
}

.hero-actions,
.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease, opacity 180ms ease;
  cursor: pointer;
}

.button:hover {
  transform: translateY(-2px);
}

.button:disabled {
  opacity: 0.7;
  cursor: wait;
  transform: none;
}

.button-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--ink), var(--accent-dark));
  box-shadow: 0 14px 32px rgba(7, 94, 66, 0.2);
}

.button-primary:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
}

.button-secondary {
  color: var(--ink);
  background: transparent;
}

.button-secondary:hover {
  color: #ffffff;
  background: var(--ink);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  color: var(--muted-strong);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(24, 182, 106, 0.16);
  box-shadow: 0 10px 26px rgba(13, 13, 13, 0.05);
  border-radius: var(--radius);
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-visual {
  display: grid;
  justify-items: center;
  gap: 20px;
}

.product-stage {
  position: relative;
  width: min(100%, 520px);
  min-height: auto;
  isolation: isolate;
}

.product-stage::before {
  content: "";
  position: absolute;
  inset: 44px 24px 34px 64px;
  background:
    radial-gradient(circle at 22% 18%, rgba(110, 231, 183, 0.12), transparent 26%),
    linear-gradient(135deg, rgba(110, 231, 183, 0.16), rgba(99, 102, 241, 0.12) 58%, rgba(245, 158, 11, 0.1));
  border: 1px solid rgba(110, 231, 183, 0.14);
  border-radius: var(--radius);
  transform: rotate(-2deg);
  box-shadow: 0 28px 80px rgba(110, 231, 183, 0.1);
  z-index: -1;
}

.product-stage::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 28px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.18), transparent 68%);
  z-index: -1;
}

.phone-mockup,
.cod-mockup,
.handoff-mockup,
.thank-you-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(13, 13, 13, 0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.phone-mockup {
  position: relative;
  width: 100%;
  min-height: 640px;
  padding: 18px;
  z-index: 1;
  overflow: hidden;
}

.live-phone {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 255, 251, 0.94)),
    #ffffff;
  transition: box-shadow 240ms ease, border-color 240ms ease;
}

.mock-header,
.ticket-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.mock-header > div {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.whatsapp-identity > div {
  display: grid;
  gap: 1px;
}

.whatsapp-identity strong {
  font-size: 1.2rem;
}

.whatsapp-identity small {
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 700;
}

.mock-header > small {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: var(--amber);
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.18);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
}

.status-dot {
  display: inline-flex;
  width: 10px;
  height: 10px;
  background: var(--accent);
  border-radius: 999px;
  box-shadow: 0 0 0 7px rgba(24, 182, 106, 0.13);
}

.shopify-toast {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 8px;
  display: grid;
  gap: 2px;
  padding: 12px 14px;
  color: #ffffff;
  background: rgba(11, 11, 11, 0.96);
  border: 1px solid rgba(141, 217, 180, 0.45);
  border-radius: var(--radius);
  box-shadow: 0 20px 36px rgba(6, 6, 6, 0.36);
  transform: translateY(-22px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease, transform 260ms ease;
  z-index: 3;
}

.shopify-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.shopify-toast-label {
  color: #8dd9b4;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.shopify-toast strong {
  font-size: 0.96rem;
  line-height: 1.2;
}

.shopify-toast small {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.8rem;
  font-weight: 600;
}

.mock-chat {
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 430px;
  margin-top: 16px;
  padding-top: 8px;
  padding-bottom: 4px;
  padding-right: 8px;
  overflow-y: auto;
}

.live-chat {
  justify-content: flex-end;
}

.message {
  max-width: 88%;
  padding: 14px 16px;
  border-radius: var(--radius);
  font-size: 1rem;
  box-shadow: 0 10px 22px rgba(13, 13, 13, 0.06);
}

.message.is-entering {
  animation: message-in 360ms ease both;
}

.message-customer {
  align-self: flex-start;
  background: #ffffff;
  border: 1px solid rgba(13, 13, 13, 0.08);
}

.message-auto {
  align-self: flex-end;
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent-dark), var(--accent));
}

.typing-indicator {
  display: none;
  align-items: center;
  gap: 5px;
  width: max-content;
  margin-top: 12px;
  padding: 12px 14px;
  background: #ffffff;
  border: 1px solid rgba(13, 13, 13, 0.08);
  border-radius: var(--radius);
  box-shadow: 0 10px 22px rgba(13, 13, 13, 0.06);
}

.typing-indicator.is-visible {
  display: inline-flex;
}

.typing-indicator span {
  width: 7px;
  height: 7px;
  background: var(--accent);
  border-radius: 999px;
  animation: typing-dot 900ms ease-in-out infinite;
}

.typing-indicator span:nth-child(2) {
  animation-delay: 120ms;
}

.typing-indicator span:nth-child(3) {
  animation-delay: 240ms;
}

.ticket-top span {
  color: var(--muted);
  font-weight: 800;
}

.hero-visual-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px;
  background: var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.hero-visual-cta p {
  margin: 0;
  color: #ffffff;
  font-size: 1.04rem;
  font-weight: 840;
}

.hero-visual-cta .button-primary {
  flex: 0 0 auto;
  color: var(--ink);
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
}

.section-intro {
  max-width: 940px;
  margin-bottom: 52px;
}

.section-intro p:last-child {
  max-width: 720px;
  margin: 18px 0 0;
  font-size: 1.08rem;
}

.pain-grid,
.feature-grid,
.pricing-grid,
.fit-grid,
.demo-proof-grid {
  display: grid;
  gap: 18px;
}

.pain-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pain-grid article,
.feature-grid article,
.price-card,
.handoff-list article,
.demo-proof-grid div {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.pain-grid article:nth-child(1),
.feature-grid article:nth-child(2) {
  border-color: rgba(24, 182, 106, 0.18);
  background: linear-gradient(180deg, #ffffff, #f4fff9);
}

.pain-grid article:nth-child(2),
.feature-grid article:nth-child(3) {
  border-color: rgba(37, 99, 235, 0.14);
  background: linear-gradient(180deg, #ffffff, #f5f8ff);
}

.pain-grid article:nth-child(3),
.feature-grid article:nth-child(6) {
  border-color: rgba(245, 158, 11, 0.2);
  background: linear-gradient(180deg, #ffffff, #fffaf0);
}

.pain-grid article,
.feature-grid article,
.handoff-list article,
.demo-proof-grid div {
  min-height: 250px;
  padding: 28px;
}

.demo-proof-grid span {
  display: inline-flex;
  margin-bottom: 42px;
  color: var(--accent-dark);
  font-weight: 860;
}

.pain-grid p,
.feature-grid p,
.reason-list p,
.handoff-list p,
.demo-proof-grid p {
  margin-bottom: 0;
}

.section-cta {
  display: flex;
  margin-top: 34px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  gap: 78px;
  align-items: start;
}

.reason-list {
  display: grid;
  gap: 14px;
}

.reason-list div {
  padding: 22px 0 22px 24px;
  border-left: 2px solid var(--line);
  transition: border-color 200ms ease;
}

.reason-list div:hover {
  border-left-color: var(--accent);
}

.visual-showcase {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr 0.86fr;
  gap: 16px;
  margin-top: 58px;
  padding: 18px;
  background:
    radial-gradient(circle at 12% 18%, rgba(24, 182, 106, 0.18), transparent 32%),
    radial-gradient(circle at 92% 18%, rgba(37, 99, 235, 0.14), transparent 30%),
    #ffffff;
  border: 1px solid rgba(13, 13, 13, 0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.mini-product-card {
  display: grid;
  align-content: space-between;
  min-height: 260px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(24, 182, 106, 0.18);
  border-radius: var(--radius);
  box-shadow: 0 18px 38px rgba(13, 13, 13, 0.06);
}

.mini-product-card span,
.mini-product-card small {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 840;
  text-transform: uppercase;
}

.mini-product-card strong {
  display: block;
  margin: 14px 0 22px;
  font-size: 1.38rem;
  line-height: 1.08;
}

.mini-product-card p {
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 11px 13px;
  color: var(--ink);
  background: var(--soft-2);
  border-radius: var(--radius);
  font-weight: 740;
}

.mini-product-card .mini-reply {
  justify-self: end;
  margin-top: 10px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent-dark), var(--accent));
}

.mini-product-card.is-blue {
  border-color: rgba(37, 99, 235, 0.18);
}

.mini-product-card.is-blue span {
  color: var(--blue);
}

.mini-product-card.is-amber {
  border-color: rgba(245, 158, 11, 0.24);
  background: linear-gradient(180deg, #ffffff, #fffaf0);
}

.mini-product-card.is-amber span,
.mini-product-card.is-amber small {
  color: #8a4300;
}

.mini-progress {
  height: 12px;
  overflow: hidden;
  background: var(--blue-soft);
  border-radius: 999px;
}

.mini-progress i {
  display: block;
  width: 68%;
  height: 100%;
  background: linear-gradient(90deg, var(--blue), var(--accent));
  border-radius: inherit;
}

.dark-section {
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 0%, rgba(24, 182, 106, 0.28), transparent 34%),
    radial-gradient(circle at 100% 24%, rgba(37, 99, 235, 0.22), transparent 32%),
    var(--ink);
}

.dark-section .eyebrow {
  color: #8ee0b8;
}

.dark-section p {
  color: #cfcfcf;
}

.flow-line {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.18);
}

.flow-line div {
  min-height: 180px;
  padding: 24px;
  background: rgba(21, 21, 21, 0.92);
}

.flow-line span,
.flow-line strong {
  display: block;
}

.flow-line span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 34px;
  color: var(--ink);
  background: #ffffff;
  border-radius: var(--radius);
  font-weight: 860;
}

.flow-line strong {
  font-size: 1.1rem;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cod-section {
  background:
    radial-gradient(circle at 86% 18%, rgba(245, 158, 11, 0.22), transparent 32%),
    linear-gradient(135deg, var(--accent-soft), #ffffff 56%, var(--blue-soft));
}

.cod-section .split {
  align-items: center;
}

.cod-section p {
  max-width: 650px;
}

.cod-mockup {
  padding: 22px;
  background: var(--surface);
}

.cod-card {
  margin-top: 18px;
  padding: 22px;
  color: #ffffff;
  background:
    radial-gradient(circle at 92% 0%, rgba(245, 158, 11, 0.38), transparent 32%),
    linear-gradient(135deg, var(--ink), #18352b);
  border-radius: var(--radius);
}

.cod-card small {
  color: #cfcfcf;
  font-weight: 800;
}

.cod-card p {
  color: #d8d8d8;
}

.choice-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.choice-row span {
  display: grid;
  min-height: 44px;
  place-items: center;
  background: #ffffff;
  color: var(--ink);
  border-radius: var(--radius);
  font-weight: 860;
}

.choice-row span:first-child {
  color: var(--accent-dark);
  background: var(--accent-soft);
}

.choice-row span:last-child {
  color: #8a4300;
  background: var(--amber-soft);
}

.cod-impact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.cod-impact-grid div {
  padding: 14px;
  background: #ffffff;
  border: 1px solid rgba(13, 13, 13, 0.08);
  border-radius: var(--radius);
}

.cod-impact-grid small,
.cod-impact-grid strong {
  display: block;
}

.cod-impact-grid small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.cod-impact-grid strong {
  margin-top: 6px;
  font-size: 1rem;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.tag-row span {
  padding: 8px 10px;
  color: var(--accent-dark);
  background: var(--accent-soft);
  border: 1px solid rgba(18, 140, 87, 0.22);
  border-radius: var(--radius);
  font-size: 0.84rem;
  font-weight: 800;
}

.risk-tags .tag-waiting {
  color: #8a4300;
  background: var(--amber-soft);
  border-color: rgba(245, 158, 11, 0.26);
}

.risk-tags .tag-success {
  color: var(--accent-dark);
  background: var(--accent-soft);
  border-color: rgba(24, 182, 106, 0.24);
}

.risk-tags .tag-danger {
  color: #9f1239;
  background: var(--danger-soft);
  border-color: rgba(220, 38, 38, 0.18);
}

.handoff-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.72fr);
  gap: 36px;
  align-items: start;
}

.handoff-list {
  display: grid;
  gap: 14px;
}

.handoff-list article {
  min-height: auto;
}

.handoff-mockup {
  padding: 24px;
}

.handoff-mockup p {
  color: var(--muted-strong);
}

.support-queue {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 255, 0.95)),
    #ffffff;
}

.queue-card {
  display: grid;
  gap: 6px;
  margin-top: 12px;
  padding: 15px;
  background: #ffffff;
  border: 1px solid rgba(37, 99, 235, 0.13);
  border-radius: var(--radius);
}

.queue-card span {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 860;
  text-transform: uppercase;
}

.queue-card strong {
  font-size: 1.05rem;
}

.queue-card p {
  margin: 0;
}

.queue-card.is-urgent {
  border-color: rgba(220, 38, 38, 0.2);
  background: linear-gradient(180deg, #ffffff, var(--danger-soft));
}

.queue-card.is-urgent span {
  color: var(--danger);
}

.queue-card.is-safe {
  border-color: rgba(24, 182, 106, 0.2);
  background: linear-gradient(180deg, #ffffff, var(--accent-soft));
}

.queue-card.is-safe span {
  color: var(--accent-dark);
}

.handoff-mockup a {
  display: inline-flex;
  margin-top: 10px;
  color: var(--accent-dark);
  font-weight: 860;
}

.fit {
  background: var(--surface);
}

.fit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fit-grid div {
  min-height: 92px;
  display: flex;
  align-items: center;
  padding: 22px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 1.08rem;
  font-weight: 820;
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.price-quota {
  display: grid;
  gap: 2px;
  padding: 16px;
  margin: 0 0 20px;
  background: rgba(24, 182, 106, 0.06);
  border: 1px solid rgba(24, 182, 106, 0.14);
  border-radius: var(--radius);
}

.featured-price .price-quota {
  background: rgba(110, 231, 183, 0.08);
  border-color: rgba(110, 231, 183, 0.2);
}

.quota-num {
  display: block;
  color: var(--accent-dark);
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
}

.featured-price .quota-num {
  color: #6ee7b7;
}

.quota-label {
  display: block;
  color: var(--muted-strong);
  font-size: 0.78rem;
  font-weight: 700;
  margin-top: 3px;
}

.featured-price .quota-label {
  color: rgba(255, 255, 255, 0.65);
}

.quota-extra {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.featured-price .quota-extra {
  color: rgba(255, 255, 255, 0.45);
  border-top-color: rgba(255, 255, 255, 0.1);
}

.price-card {
  display: flex;
  flex-direction: column;
  padding: 34px;
}

.featured-price {
  color: #ffffff;
  background: var(--ink);
  border-color: var(--ink);
}

.featured-price p,
.featured-price li,
.featured-price .package-label {
  color: #d5d5d5;
}

.featured-price .button-primary {
  background: #ffffff;
  color: var(--ink);
  border-color: #ffffff;
}

.package-label {
  margin: 0 0 12px;
  color: var(--accent-dark);
  font-size: 0.82rem;
  font-weight: 860;
  text-transform: uppercase;
}

.price-lines {
  display: grid;
  gap: 10px;
  margin: 28px 0;
}

.price-lines p {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.featured-price .price-lines p {
  border-color: rgba(255, 255, 255, 0.18);
}

.price-lines strong {
  color: inherit;
  font-size: 2rem;
}

.price-card ul {
  display: grid;
  gap: 10px;
  margin: 0 0 32px;
  padding-left: 20px;
}

.price-card li {
  color: var(--muted-strong);
}

.featured-price li {
  color: #d5d5d5;
}

.price-card .button {
  margin-top: auto;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 980px;
}

details {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

summary {
  min-height: 64px;
  padding: 20px 24px;
  font-weight: 800;
  cursor: pointer;
}

details p {
  margin: 0;
  padding: 0 24px 24px;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #ffffff;
  background:
    radial-gradient(circle at 86% 8%, rgba(245, 158, 11, 0.28), transparent 28%),
    linear-gradient(135deg, var(--accent-dark), #0d0d0d);
}

.cta-band .eyebrow,
.cta-band p {
  color: #d9f2e9;
}

.cta-band .button-primary {
  flex: 0 0 auto;
  color: #f7faff;
  background:
    radial-gradient(circle at 18% 0%, rgba(8, 216, 248, 0.28), transparent 46%),
    radial-gradient(circle at 96% 100%, rgba(152, 40, 248, 0.24), transparent 50%),
    rgba(255, 255, 255, 0.09);
  border-color: rgba(126, 236, 255, 0.40);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 16px 44px rgba(0, 0, 0, 0.28),
    0 0 36px rgba(8, 216, 248, 0.16);
}

.lead-section {
  background:
    radial-gradient(circle at 16% 18%, rgba(29, 209, 161, 0.28), transparent 34%),
    radial-gradient(circle at 86% 8%, rgba(37, 99, 235, 0.22), transparent 28%),
    linear-gradient(135deg, #071315 0%, #0f1720 42%, #0a1a13 100%);
}

.lead-form {
  display: grid;
  gap: 18px;
  padding: 30px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.lead-section .lead-form {
  background: linear-gradient(180deg, #ffffff, #f7fbff);
  border-color: rgba(18, 140, 87, 0.28);
  box-shadow: 0 24px 60px rgba(5, 18, 14, 0.4);
}

.lead-section .lead-form label {
  color: #17332a;
}

.lead-section .lead-form input,
.lead-section .lead-form select,
.lead-section .lead-form textarea {
  background: #ffffff;
  border-color: #8fd0b0;
}

.lead-section .form-success {
  color: #0d8b56;
}

.lead-section .section-intro h2,
.lead-section .section-intro p {
  color: #ffffff;
}

.lead-section .section-intro .eyebrow {
  color: #9ef6ca;
}

.lead-section .lead-form .button-primary,
.lead-section .lead-form .form-fallback-cta {
  width: 100%;
}

.lead-section .lead-form .button-primary {
  background: linear-gradient(135deg, #020202, #0d8b56);
  border-color: #0d8b56;
  color: #ffffff;
}

.lead-form.is-loading {
  opacity: 0.88;
}

.enhanced-form {
  max-width: 980px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.form-grid.single-column {
  grid-template-columns: 1fr;
}

.full-field {
  grid-column: 1 / -1;
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--muted-strong);
  font-size: 0.92rem;
  font-weight: 800;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid #cecece;
  border-radius: var(--radius);
  resize: vertical;
}

.lead-form textarea {
  min-height: 120px;
  padding-top: 13px;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  outline: 2px solid rgba(18, 140, 87, 0.22);
  border-color: var(--accent);
}

.form-error,
.form-success {
  min-height: 22px;
  margin: 0;
  font-weight: 800;
}

.form-error {
  color: var(--danger);
}

.form-success {
  color: var(--accent-dark);
}

.lead-form input:invalid:not(:placeholder-shown),
.lead-form textarea:invalid:not(:placeholder-shown) {
  border-color: rgba(143, 31, 31, 0.5);
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-fallback-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  width: 100%;
  padding: 0 14px;
  color: #ffffff;
  background: #1faa59;
  border: 1px solid #16964a;
  border-radius: var(--radius);
  font-weight: 760;
}

.lead-section .form-fallback-cta {
  color: #ffffff;
  background: linear-gradient(135deg, #21c362, #149647);
  border-color: #149647;
  box-shadow: 0 12px 24px rgba(15, 150, 71, 0.24);
}

.whatsapp-fab {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #24cc63, #159647);
  border: 1px solid #159647;
  border-radius: 999px;
  box-shadow: 0 16px 28px rgba(15, 150, 71, 0.35);
  font-size: 0.92rem;
  font-weight: 800;
}

.calendar-embed {
  min-height: 1180px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.large-calendar {
  min-height: 1180px;
}

.calendar-heading {
  padding: 30px 30px 0;
}

.calendar-heading h2 {
  font-size: 2.6rem;
}

.calendar-heading p:last-child {
  max-width: 620px;
  margin: 12px 0 0;
}

.demo-hero {
  padding-bottom: 48px;
}

.demo-hero h1 {
  max-width: 990px;
  font-size: 5.35rem;
}

.demo-proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.demo-page-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 42px;
  padding-top: 34px;
}

.demo-page-copy {
  max-width: 620px;
  font-size: 1.08rem;
}

.demo-page-grid > div:first-child {
  max-width: 980px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px var(--page-x);
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
}

.thank-you-page {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(16, 16, 16, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(16, 16, 16, 0.04) 1px, transparent 1px),
    var(--bg);
  background-size: 64px 64px;
}

.thank-you-main {
  min-height: 100vh;
}

.thank-you-hero {
  display: grid;
  align-content: center;
  min-height: 100vh;
  padding-top: 34px;
  padding-bottom: 34px;
}

.thank-you-brand {
  margin-bottom: 34px;
}

.thank-you-card {
  width: min(100%, 940px);
  padding: 44px;
  backdrop-filter: blur(14px);
}

.thank-you-card h1 {
  max-width: 760px;
  font-size: 4.8rem;
}

.thank-you-copy {
  max-width: 720px;
  margin-top: 30px;
}

.thank-you-copy p {
  margin: 0 0 16px;
  color: #303030;
  font-size: 1.12rem;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--ink);
  font-weight: 760;
}

.check-list li::before {
  content: "✔";
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #ffffff;
  background: var(--accent-dark);
  border-radius: var(--radius);
  font-size: 0.82rem;
}

.thank-you-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.thank-you-stats div,
.prep-box {
  padding: 22px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.thank-you-stats span,
.thank-you-stats strong {
  display: block;
}

.thank-you-stats span {
  color: var(--muted);
  font-weight: 760;
}

.thank-you-stats strong {
  margin-top: 8px;
  font-size: 1.36rem;
}

.prep-box {
  margin-top: 14px;
  background: var(--ink);
}

.prep-box p {
  margin: 0;
  color: #d5d5d5;
  font-size: 1.06rem;
}

.prep-box .prep-label {
  margin-bottom: 12px;
  color: #ffffff;
  font-weight: 860;
}

.prep-box strong {
  display: block;
  margin: 10px 0;
  color: #ffffff;
  font-size: 1.28rem;
}

.section-reveal {
  animation: rise-in 720ms ease both;
  animation-timeline: view();
  animation-range: entry 0% cover 28%;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes message-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes typing-dot {
  0%,
  80%,
  100% {
    opacity: 0.35;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
    transform: translateY(-4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1120px) {
  :root {
    --page-x: 34px;
  }

  h1 {
    font-size: 4.7rem;
  }

  h2 {
    font-size: 3.25rem;
  }

  .hero,
  .split,
  .handoff-layout,
  .demo-page-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .product-stage {
    min-height: auto;
  }

  .pw {
    transform: none;
  }

  .pw-body {
    grid-template-columns: 0 140px minmax(0, 1fr);
  }

  .pw-sidebar {
    display: none;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pain-grid,
  .feature-grid,
  .fit-grid,
  .demo-proof-grid,
  .flow-line,
  .visual-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  :root {
    --page-x: 18px;
  }

  .site-header {
    align-items: center;
  }

  .nav-links {
    display: none;
  }

  .nav-cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.9rem;
  }

  section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  h1,
  .demo-hero h1 {
    font-size: 3.1rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  h3 {
    font-size: 1.18rem;
  }

  .hero {
    gap: 42px;
    padding-top: 26px;
  }

  .hero-subtitle {
    font-size: 1.12rem;
  }

  .pw-body {
    height: 400px;
    grid-template-columns: 0 120px minmax(0, 1fr);
  }

  .pw-sidebar { display: none; }

  .shopify-float-card {
    top: -12px;
    right: -8px;
    padding: 9px 11px;
    gap: 8px;
    max-width: 190px;
  }

  .shopify-float-logo {
    width: 26px;
    height: 26px;
    font-size: 0.85rem;
  }

  .shopify-float-card strong {
    font-size: 0.78rem;
  }

  .shopify-float-card small {
    font-size: 0.66rem;
  }

  .hero-actions,
  .cta-band,
  .thank-you-actions,
  .hero-visual-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .product-stage {
    min-height: auto;
  }

  .product-stage::before {
    inset: 18px 0 auto 16px;
    height: 78%;
  }

  .phone-mockup {
    width: 100%;
  }

  .mock-chat {
    padding-right: 0;
  }

  .phone-mockup {
    min-height: 560px;
    z-index: 2;
  }

  .shopify-toast {
    left: 14px;
    right: 14px;
    top: 10px;
  }

  .pain-grid,
  .feature-grid,
  .fit-grid,
  .demo-proof-grid,
  .flow-line,
  .visual-showcase,
  .form-grid,
  .thank-you-stats {
    grid-template-columns: 1fr;
  }

  .pain-grid article,
  .feature-grid article,
  .demo-proof-grid div {
    min-height: auto;
    padding: 22px;
  }

  .pain-grid span,
  .demo-proof-grid span,
  .flow-line span {
    margin-bottom: 24px;
  }

  .flow-line div {
    min-height: 150px;
  }

  .section-cta .button {
    width: 100%;
  }

  .hero-visual-cta .button {
    width: 100%;
  }

  .visual-showcase {
    padding: 12px;
  }

  .mini-product-card {
    min-height: 220px;
    padding: 18px;
  }

  .choice-row {
    grid-template-columns: 1fr;
  }

  .cod-impact-grid {
    grid-template-columns: 1fr;
  }

  .lead-form,
  .price-card,
  .cod-mockup,
  .handoff-mockup {
    padding: 22px;
  }

  .calendar-embed,
  .large-calendar {
    min-height: 980px;
  }

  .calendar-heading {
    padding: 22px 18px 0;
  }

  .calendar-heading h2 {
    font-size: 2rem;
  }

  .thank-you-card {
    padding: 24px;
  }

  .thank-you-card h1 {
    font-size: 3rem;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .phone-mockup {
    min-height: 500px;
    padding: 14px;
  }

  .live-chat {
    height: 350px;
  }

  .mock-chat {
    padding-right: 0;
  }

  .shopify-toast {
    left: 12px;
    right: 12px;
    top: 8px;
    padding: 10px 12px;
  }

  .message {
    max-width: 96%;
    font-size: 0.9rem;
  }
}

@supports not (animation-timeline: view()) {
  .section-reveal {
    animation: rise-in 720ms ease both;
  }
}

/* ── Product Window Dashboard ── */

.hero-visual {
  position: relative;
  z-index: 1;
}

.pw {
  position: relative;
  width: 100%;
  background: #12161f;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03),
    0 32px 80px rgba(0, 0, 0, 0.65),
    0 8px 20px rgba(0, 0, 0, 0.4),
    0 0 100px rgba(110, 231, 183, 0.05);
  transform: perspective(2400px) rotateY(-5deg) rotateX(1.5deg);
  transform-origin: right center;
}

.pw-chrome {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 36px;
  padding: 0 14px;
  background: #0c0f17;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  flex-shrink: 0;
}

.pw-dots {
  display: flex;
  gap: 5px;
  flex-shrink: 0;
}

.pw-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.pw-dots span:nth-child(1) { background: #ff5f57; }
.pw-dots span:nth-child(2) { background: #febc2e; }
.pw-dots span:nth-child(3) { background: #28c840; }

.pw-url {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.68rem;
  max-width: 220px;
  margin: 0 auto;
}

.pw-chrome-right {
  flex-shrink: 0;
  width: 50px;
}

.pw-body {
  display: grid;
  grid-template-columns: 40px 170px minmax(0, 1fr);
  height: 480px;
}

/* Sidebar */
.pw-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 10px 0;
  background: #090c13;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.pw-sb-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.25);
  cursor: default;
}

.pw-sb-icon.is-active {
  color: #6ee7b7;
  background: rgba(110, 231, 183, 0.12);
}

.pw-sb-icon svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

/* Conversation list */
.pw-list {
  display: flex;
  flex-direction: column;
  background: #0d1117;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.pw-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px 8px;
  flex-shrink: 0;
}

.pw-list-head strong {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.pw-list-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: rgba(110, 231, 183, 0.12);
  color: #6ee7b7;
  border-radius: 50%;
  font-size: 0.62rem;
  font-weight: 800;
}

.pw-conv {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  border-left: 2px solid transparent;
  cursor: default;
  flex-shrink: 0;
}

.pw-conv.is-active {
  background: rgba(110, 231, 183, 0.06);
  border-left-color: #10b981;
}

.pw-conv-av {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1e2433;
  color: rgba(255, 255, 255, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  font-weight: 800;
  flex-shrink: 0;
}

.pw-conv-av.is-teal  { background: #0a2e2e; color: #34d399; }
.pw-conv-av.is-amber { background: #221800; color: #fbbf24; }
.pw-conv-av.is-red   { background: #220808; color: #f87171; }

.pw-conv-info {
  flex: 1;
  min-width: 0;
}

.pw-conv-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}

.pw-conv-row strong {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.74rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pw-conv.is-active .pw-conv-row strong {
  color: #ffffff;
}

.pw-conv-row span {
  color: rgba(255, 255, 255, 0.28);
  font-size: 0.62rem;
  flex-shrink: 0;
}

.pw-conv-info small {
  display: block;
  color: rgba(255, 255, 255, 0.32);
  font-size: 0.68rem;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pw-conv.is-active small {
  color: rgba(255, 255, 255, 0.5);
}

.pw-conv-dot {
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  background: #10b981;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.58rem;
  font-weight: 800;
}

.pw-conv-bot-tag {
  flex-shrink: 0;
  padding: 2px 5px;
  background: rgba(110, 231, 183, 0.1);
  color: #6ee7b7;
  border-radius: 4px;
  font-size: 0.58rem;
  font-weight: 700;
}

.pw-conv-urgent {
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  background: #dc2626;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.62rem;
  font-weight: 800;
}

/* Chat panel */
.pw-chat {
  display: flex;
  flex-direction: column;
  background: #161b24;
  overflow: hidden;
}

.pw-chat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  flex-shrink: 0;
}

.pw-chat-who {
  display: flex;
  align-items: center;
  gap: 9px;
}

.pw-chat-av {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1e2433;
  color: rgba(255, 255, 255, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  font-weight: 800;
  flex-shrink: 0;
}

.pw-chat-who strong {
  display: block;
  color: #ffffff;
  font-size: 0.82rem;
}

.pw-chat-who small {
  color: #10b981;
  font-size: 0.68rem;
  font-weight: 600;
}

.pw-chat-tags {
  display: flex;
  gap: 5px;
}

.pw-tag-bot,
.pw-tag-wa {
  padding: 3px 7px;
  border-radius: 20px;
  font-size: 0.6rem;
  font-weight: 700;
}

.pw-tag-bot {
  background: rgba(110, 231, 183, 0.1);
  color: #6ee7b7;
  border: 1px solid rgba(110, 231, 183, 0.18);
}

.pw-tag-wa {
  background: rgba(37, 211, 102, 0.1);
  color: #25d366;
  border: 1px solid rgba(37, 211, 102, 0.18);
}

/* Messages */
.pw-msgs {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 12px 14px 0;
  overflow-y: auto;
  min-height: 0;
  scroll-behavior: smooth;
}

.dash-msg-customer,
.dash-msg-auto {
  display: grid;
  gap: 2px;
  max-width: 80%;
  padding: 7px 11px 5px;
  border-radius: 12px;
  font-size: 0.8rem;
  line-height: 1.45;
  word-break: break-word;
}

.dash-msg-customer.is-entering,
.dash-msg-auto.is-entering {
  animation: message-in 260ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.dash-msg-customer {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.88);
  border-radius: 3px 12px 12px 12px;
}

.dash-msg-auto {
  align-self: flex-end;
  background: linear-gradient(135deg, #10b981, #059669);
  color: #ffffff;
  border-radius: 12px 3px 12px 12px;
}

.dash-msg-text {
  display: block;
}

.dash-msg-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
  margin-top: 1px;
}

.dash-msg-time {
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.6rem;
}

.dash-ticks {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.62rem;
  letter-spacing: 0;
}

/* Typing */
.pw-typing {
  display: none;
  align-items: center;
  gap: 4px;
  padding: 7px 11px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  width: fit-content;
  margin: 4px 14px;
  flex-shrink: 0;
}

.pw-typing.is-visible {
  display: inline-flex;
}

.pw-typing span {
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  animation: typing-dot 900ms ease-in-out infinite;
}

.pw-typing span:nth-child(2) { animation-delay: 120ms; }
.pw-typing span:nth-child(3) { animation-delay: 240ms; }

/* Input bar */
.pw-input-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  flex-shrink: 0;
}

.pw-input-text {
  flex: 1;
  padding: 6px 11px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.25);
  font-size: 0.75rem;
}

.pw-input-send {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: #10b981;
  border: none;
  color: #ffffff;
  display: grid;
  place-items: center;
  cursor: default;
  flex-shrink: 0;
}

/* Automation notification */
.pw-notif {
  position: absolute;
  bottom: 14px;
  left: 44px;
  right: 14px;
  max-width: 300px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 12px;
  background: rgba(8, 12, 20, 0.96);
  border: 1px solid rgba(110, 231, 183, 0.22);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease, transform 260ms cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 10;
}

.pw-notif.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.pw-notif-icon {
  width: 26px;
  height: 26px;
  background: rgba(110, 231, 183, 0.1);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  flex-shrink: 0;
}

.pw-notif-text {
  flex: 1;
  min-width: 0;
}

.pw-notif strong {
  display: block;
  color: #ffffff;
  font-size: 0.76rem;
  line-height: 1.3;
}

.pw-notif small {
  display: block;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.68rem;
  margin-top: 1px;
}

.pw-notif-live {
  flex-shrink: 0;
  padding: 2px 7px;
  background: rgba(110, 231, 183, 0.1);
  border: 1px solid rgba(110, 231, 183, 0.22);
  color: #6ee7b7;
  border-radius: 20px;
  font-size: 0.58rem;
  font-weight: 800;
  text-transform: uppercase;
}

/* ── WhatsApp Phone Mockup ── */

.wa-phone {
  position: relative;
  width: 100%;
  max-width: 360px;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 32px 80px rgba(0, 0, 0, 0.55),
    0 8px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  min-height: 620px;
  z-index: 1;
}

.wa-status-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 26px;
  padding: 0 16px;
  background: #075E54;
  flex-shrink: 0;
}

.wa-time {
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
}

.wa-status-icons {
  display: flex;
  align-items: center;
  gap: 5px;
}

.wa-status-icons svg {
  width: 14px;
  height: 14px;
  fill: #ffffff;
}

.wa-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 58px;
  padding: 8px 10px 8px 6px;
  background: #075E54;
  flex-shrink: 0;
}

.wa-header-left {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
}

.wa-back {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  padding: 4px 2px;
  cursor: default;
  flex-shrink: 0;
}

.wa-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #128C7E;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 800;
  flex-shrink: 0;
  letter-spacing: 0;
}

.wa-contact {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.wa-contact strong {
  color: #ffffff;
  font-size: 0.95rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wa-contact small {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.74rem;
  font-weight: 600;
}

.wa-header-actions {
  display: flex;
  gap: 4px;
}

.wa-icon-btn {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  padding: 6px;
  cursor: default;
  border-radius: 50%;
}

.wa-chat-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 10px 10px 0;
  overflow-y: auto;
  background-color: #ECE5DD;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' opacity='0.08'%3E%3Ccircle cx='10' cy='10' r='2' fill='%23075E54'/%3E%3Ccircle cx='50' cy='30' r='1.5' fill='%23075E54'/%3E%3Ccircle cx='30' cy='60' r='1.5' fill='%23075E54'/%3E%3Ccircle cx='70' cy='50' r='2' fill='%23075E54'/%3E%3C/svg%3E");
  min-height: 0;
  scroll-behavior: smooth;
}

.wa-msg-customer,
.wa-msg-auto {
  display: grid;
  gap: 2px;
  max-width: 82%;
  padding: 7px 10px 5px;
  border-radius: 8px;
  font-size: 0.88rem;
  line-height: 1.45;
  position: relative;
  word-break: break-word;
}

.wa-msg-customer.is-entering,
.wa-msg-auto.is-entering {
  animation: message-in 280ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.wa-msg-customer {
  align-self: flex-start;
  background: #ffffff;
  border-radius: 0 8px 8px 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #111;
  margin-left: 4px;
}

.wa-msg-customer::before {
  content: "";
  position: absolute;
  top: 0;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid #ffffff;
  border-left: 7px solid transparent;
}

.wa-msg-auto {
  align-self: flex-end;
  background: #DCF8C6;
  border-radius: 8px 0 8px 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #111;
  margin-right: 4px;
}

.wa-msg-auto::before {
  content: "";
  position: absolute;
  top: 0;
  right: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid #DCF8C6;
  border-right: 7px solid transparent;
}

.wa-msg-text {
  display: block;
}

.wa-msg-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
  margin-top: 1px;
}

.wa-msg-time {
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.65rem;
}

.wa-ticks {
  color: #53bdeb;
  font-size: 0.7rem;
  letter-spacing: 0;
}

.wa-typing {
  display: none;
  align-items: center;
  gap: 4px;
  align-self: flex-start;
  padding: 10px 14px;
  background: #ffffff;
  border-radius: 0 8px 8px 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin: 4px 4px 4px 11px;
  position: relative;
}

.wa-typing::before {
  content: "";
  position: absolute;
  top: 0;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid #ffffff;
  border-left: 7px solid transparent;
}

.wa-typing.is-visible {
  display: inline-flex;
}

.wa-typing span {
  width: 6px;
  height: 6px;
  background: #8d8d8d;
  border-radius: 50%;
  animation: typing-dot 900ms ease-in-out infinite;
}

.wa-typing span:nth-child(2) { animation-delay: 120ms; }
.wa-typing span:nth-child(3) { animation-delay: 240ms; }

.wa-input-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  background: #f0f0f0;
  border-top: 1px solid #e0e0e0;
  flex-shrink: 0;
}

.wa-input-placeholder {
  flex: 1;
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  background: #ffffff;
  border-radius: 20px;
  color: rgba(0, 0, 0, 0.38);
  font-size: 0.88rem;
  pointer-events: none;
}

.wa-send-btn {
  background: none;
  border: none;
  font-size: 1.1rem;
  cursor: default;
  padding: 4px;
  flex-shrink: 0;
}

/* ── Shopify Float Card ── */

.shopify-float-card {
  position: absolute;
  top: -18px;
  right: -16px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  background: #1a2035;
  border: 1px solid rgba(110, 231, 183, 0.28);
  border-radius: 14px;
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.05);
  transform: translateY(-10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms ease, transform 280ms cubic-bezier(0.34, 1.56, 0.64, 1);
  white-space: nowrap;
  max-width: 220px;
}

.shopify-float-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.shopify-float-logo {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, #96bf48, #5a8a1e);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.shopify-float-content {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.shopify-float-label {
  color: rgba(110, 231, 183, 0.8);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.shopify-float-card strong {
  color: #ffffff;
  font-size: 0.85rem;
  line-height: 1.2;
  display: block;
}

.shopify-float-card small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.72rem;
  font-weight: 600;
  display: block;
}

.shopify-float-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  padding: 2px 7px;
  background: rgba(110, 231, 183, 0.15);
  border: 1px solid rgba(110, 231, 183, 0.25);
  border-radius: 20px;
  color: #6ee7b7;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ── Hero Visual CTA (dark bg) ── */

.hero .hero-visual-cta {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero .hero-visual-cta p {
  color: rgba(255, 255, 255, 0.85);
}

.hero .hero-visual-cta .button-primary {
  background: #ffffff;
  color: #0a0f1e;
  border-color: #ffffff;
  box-shadow: none;
}

.hero .hero-visual-cta .button-primary:hover {
  background: #f0fdf8;
  border-color: #f0fdf8;
}

/* ── Product Stage (hero context) ── */

.hero .product-stage {
  width: min(100%, 380px);
}

/* ── Card Hover States ── */

.pain-grid article,
.feature-grid article {
  transition:
    transform 220ms cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 220ms ease;
}

.pain-grid article:hover,
.feature-grid article:hover {
  transform: translateY(-4px);
  box-shadow:
    0 12px 28px rgba(13, 13, 13, 0.1),
    0 4px 8px rgba(13, 13, 13, 0.06);
}

.price-card {
  transition:
    transform 220ms cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 220ms ease;
}

.price-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 16px 36px rgba(13, 13, 13, 0.12),
    0 4px 8px rgba(13, 13, 13, 0.06);
}

.featured-price:hover {
  box-shadow:
    0 16px 36px rgba(7, 94, 66, 0.25),
    0 4px 8px rgba(7, 94, 66, 0.1);
}

/* ── Stats bar ── */

.stats-bar {
  padding-top: 0;
  padding-bottom: 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.stat-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 28px 30px;
  border-right: 1px solid var(--line);
}

.stat-item:last-child {
  border-right: none;
}

.stat-item strong {
  display: block;
  font-size: 1.7rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  background: linear-gradient(135deg, var(--accent-dark), #059669);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stat-item span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.3;
}

/* ── Pain grid icon treatment ── */

.pain-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(24, 182, 106, 0.1);
  border: 1px solid rgba(24, 182, 106, 0.18);
  margin-bottom: 28px;
  color: var(--accent-dark);
}

.pain-icon-wrap.is-blue {
  background: rgba(37, 99, 235, 0.08);
  border-color: rgba(37, 99, 235, 0.16);
  color: var(--blue);
}

.pain-icon-wrap.is-amber {
  background: rgba(245, 158, 11, 0.1);
  border-color: rgba(245, 158, 11, 0.2);
  color: #92400e;
}

.pain-icon {
  width: 20px;
  height: 20px;
}

.pain-num {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--accent-dark);
  font-weight: 860;
  font-size: 0.76rem;
  letter-spacing: 0.04em;
}

.pain-num.is-blue { color: var(--blue); }
.pain-num.is-amber { color: #92400e; }

/* override old span style in pain-grid */
.pain-grid span:not(.pain-num):not(.pain-icon-wrap) {
  display: none;
}

/* ── Feature grid icons ── */

.feat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  margin-bottom: 20px;
}

.feat-icon svg {
  width: 18px;
  height: 18px;
}

.feat-icon-green {
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.2);
  color: #059669;
}

.feat-icon-blue {
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.18);
  color: var(--blue);
}

.feat-icon-amber {
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.2);
  color: #92400e;
}

/* ── Reason list icons ── */

.reason-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  margin-bottom: 14px;
}

.reason-icon svg {
  width: 16px;
  height: 16px;
}

.reason-icon-red {
  background: rgba(220, 38, 38, 0.08);
  border: 1px solid rgba(220, 38, 38, 0.16);
  color: #b91c1c;
}

.reason-icon-amber {
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.2);
  color: #92400e;
}

/* ── Reason list item layout tweak ── */

.reason-list div {
  display: grid;
  gap: 0;
}

/* ── Fit grid check ── */

.fit-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-dark), var(--accent));
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 900;
  flex-shrink: 0;
  margin-right: 10px;
}

.fit-grid div {
  font-size: 0.98rem;
}

/* ── Handoff badges ── */

.handoff-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.handoff-badge-red {
  background: rgba(220, 38, 38, 0.08);
  border: 1px solid rgba(220, 38, 38, 0.18);
  color: #b91c1c;
}

.handoff-badge-blue {
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.18);
  color: var(--blue);
}

.handoff-badge-amber {
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.2);
  color: #92400e;
}

/* ── Section background variety ── */

.why {
  background:
    radial-gradient(circle at 90% 10%, rgba(37, 99, 235, 0.06), transparent 30%),
    radial-gradient(circle at 5% 80%, rgba(24, 182, 106, 0.06), transparent 30%),
    #fafafa;
}

.automation {
  background:
    radial-gradient(circle at 0% 50%, rgba(24, 182, 106, 0.06), transparent 40%),
    var(--surface);
}

.handoff {
  background:
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.07), transparent 30%),
    #fafafa;
}

/* ── FAQ upgrade ── */

summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  list-style: none;
}

summary::-webkit-details-marker { display: none; }

summary::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23626262' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 220ms ease;
}

details[open] summary::after {
  transform: rotate(180deg);
}

details {
  transition: box-shadow 180ms ease;
}

details:hover {
  box-shadow: 0 4px 14px rgba(13, 13, 13, 0.07);
}

details[open] {
  border-color: rgba(24, 182, 106, 0.2);
}

/* ── Feature card h3 reset ── */

.feature-grid article h3 {
  margin-bottom: 8px;
}

.pain-grid article h3 {
  margin-bottom: 10px;
}

/* ── Responsive stats bar ── */

@media (max-width: 760px) {
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stat-item {
    padding: 20px 18px;
    border-bottom: 1px solid var(--line);
  }

  .stat-item:nth-child(even) {
    border-right: none;
  }

  .stat-item:nth-last-child(-n+2) {
    border-bottom: none;
  }

  .stat-item strong {
    font-size: 1.35rem;
  }
}

@media (max-width: 1120px) {
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* -- Dark ChatFlow brand refresh -- */

h1,
h2,
h3,
.brand,
.button,
summary {
  letter-spacing: 0;
}

h1,
h2 {
  color: var(--ink);
  font-family: "Space Grotesk", Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 600;
}

h3,
strong,
label,
summary {
  color: var(--ink-soft);
}

p,
li,
small,
.price-card li,
.thank-you-copy p,
.handoff-mockup p {
  color: var(--muted);
}

.site-header {
  background: rgba(7, 10, 18, 0.76);
  border-bottom: 1px solid rgba(177, 202, 255, 0.12);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.22);
}

.brand {
  color: var(--ink);
  font-weight: 850;
}

.brand-mark {
  width: 38px;
  height: 38px;
  padding: 3px;
  background:
    linear-gradient(var(--surface), var(--surface)) padding-box,
    var(--brand-gradient) border-box;
  border: 1px solid transparent;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(8, 216, 248, 0.18);
  overflow: hidden;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(8, 216, 248, 0.35));
}

.nav-links {
  color: var(--muted);
}

.nav-links a,
.nav-cta,
.button,
.whatsapp-fab,
.handoff-mockup a,
summary {
  transition:
    transform 180ms cubic-bezier(0.34, 1.56, 0.64, 1),
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--ink);
}

.nav-cta,
.button-primary {
  color: #ffffff;
  background: var(--brand-gradient);
  border-color: rgba(8, 216, 248, 0.34);
  box-shadow: var(--brand-glow);
}

.nav-cta:hover,
.nav-cta:focus-visible,
.button-primary:hover,
.button-primary:focus-visible {
  color: #ffffff;
  border-color: rgba(247, 250, 255, 0.42);
  box-shadow: 0 20px 58px rgba(8, 216, 248, 0.26), 0 18px 56px rgba(152, 40, 248, 0.22);
  transform: translateY(-2px);
}

.button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(177, 202, 255, 0.18);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  color: #ffffff;
  background: rgba(54, 126, 247, 0.14);
  border-color: rgba(8, 216, 248, 0.48);
  box-shadow: 0 14px 34px rgba(24, 88, 248, 0.18);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 2px solid rgba(8, 216, 248, 0.72);
  outline-offset: 3px;
}

.hero {
  background:
    radial-gradient(circle at 74% 18%, rgba(152, 40, 248, 0.30), transparent 32%),
    radial-gradient(circle at 18% 14%, rgba(8, 216, 248, 0.22), transparent 34%),
    radial-gradient(circle at 52% 80%, rgba(24, 88, 248, 0.18), transparent 34%),
    linear-gradient(135deg, #070a12 0%, #0b1020 52%, #11142a 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 11% 5% auto auto;
  width: 44%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(8, 216, 248, 0.46), transparent);
  box-shadow: 0 0 90px rgba(8, 216, 248, 0.36);
  transform: rotate(-9deg);
  pointer-events: none;
}

.hero .eyebrow,
.eyebrow {
  color: var(--accent);
}

.eyebrow {
  text-shadow: 0 0 22px rgba(8, 216, 248, 0.20);
}

.hero h1 {
  color: #ffffff;
  font-size: 6.1rem;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero .hero-subtitle {
  color: rgba(223, 232, 255, 0.76);
}

.hero .button-primary {
  background: var(--brand-gradient);
  border-color: rgba(8, 216, 248, 0.46);
  box-shadow: var(--brand-glow);
}

.hero .button-primary:hover,
.hero .button-primary:focus-visible {
  background: var(--brand-gradient);
  border-color: rgba(255, 255, 255, 0.48);
}

.hero .button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(177, 202, 255, 0.20);
}

.hero .button-secondary:hover,
.hero .button-secondary:focus-visible {
  color: #ffffff;
  background: rgba(104, 56, 248, 0.16);
  border-color: rgba(152, 40, 248, 0.48);
}

.hero .trust-row span,
.trust-row span {
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(177, 202, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.pw,
.phone-mockup,
.cod-mockup,
.handoff-mockup,
.calendar-embed,
.thank-you-card,
.lead-form,
.stats-grid,
.visual-showcase,
.mini-product-card,
.price-card,
details,
.pain-grid article,
.feature-grid article,
.handoff-list article,
.demo-proof-grid div,
.fit-grid div {
  background:
    linear-gradient(180deg, rgba(18, 26, 49, 0.92), rgba(9, 14, 28, 0.96)) padding-box,
    linear-gradient(135deg, rgba(8, 216, 248, 0.34), rgba(104, 56, 248, 0.20), rgba(255, 255, 255, 0.08)) border-box;
  border: 1px solid transparent;
  box-shadow: var(--shadow-soft);
}

.pain-grid article:nth-child(1),
.pain-grid article:nth-child(2),
.pain-grid article:nth-child(3),
.feature-grid article:nth-child(2),
.feature-grid article:nth-child(3),
.feature-grid article:nth-child(6),
.mini-product-card.is-amber,
.queue-card.is-urgent,
.queue-card.is-safe {
  background:
    linear-gradient(180deg, rgba(18, 26, 49, 0.92), rgba(9, 14, 28, 0.96)) padding-box,
    linear-gradient(135deg, rgba(8, 216, 248, 0.32), rgba(104, 56, 248, 0.22), rgba(255, 184, 107, 0.16)) border-box;
}

.stats-grid {
  background:
    radial-gradient(circle at 0% 0%, rgba(8, 216, 248, 0.12), transparent 34%),
    radial-gradient(circle at 100% 0%, rgba(152, 40, 248, 0.10), transparent 34%),
    rgba(13, 19, 36, 0.92);
  backdrop-filter: blur(16px);
}

.stat-item strong,
.quota-num,
.featured-price .quota-num {
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.problem,
.why,
.automation,
.handoff,
.fit,
.pricing,
.faq,
.demo-hero,
.demo-page-grid {
  background:
    radial-gradient(circle at 8% 10%, rgba(8, 216, 248, 0.10), transparent 30%),
    radial-gradient(circle at 92% 18%, rgba(104, 56, 248, 0.12), transparent 32%),
    linear-gradient(180deg, #080b15 0%, #070a12 100%);
}

.lost-sales {
  background:
    radial-gradient(circle at 8% 4%, rgba(8, 216, 248, 0.18), transparent 34%),
    radial-gradient(circle at 90% 60%, rgba(24, 88, 248, 0.12), transparent 36%),
    #070a12;
}

.dark-section,
.cta-band,
.lead-section,
.cod-section,
.thank-you-page {
  background:
    radial-gradient(circle at 12% 8%, rgba(8, 216, 248, 0.22), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(152, 40, 248, 0.22), transparent 34%),
    radial-gradient(circle at 50% 100%, rgba(24, 88, 248, 0.14), transparent 36%),
    linear-gradient(135deg, #060912 0%, #0b1020 58%, #10132a 100%);
}

.dark-section p,
.cta-band .eyebrow,
.cta-band p,
.lead-section .section-intro h2,
.lead-section .section-intro p {
  color: var(--muted-strong);
}

.flow-line {
  border-color: rgba(177, 202, 255, 0.16);
  background: rgba(177, 202, 255, 0.16);
}

.flow-line div {
  background: rgba(7, 10, 18, 0.72);
}

.flow-line span {
  color: #ffffff;
  background: var(--brand-gradient);
}

.mini-product-card p,
.message-customer,
.typing-indicator,
.queue-card,
.cod-impact-grid div {
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(177, 202, 255, 0.14);
}

.mini-product-card .mini-reply,
.message-auto,
.dash-msg-auto,
.choice-row span:first-child {
  color: #ffffff;
  background: var(--brand-gradient);
}

.mini-product-card span,
.mini-product-card small,
.demo-proof-grid span,
.package-label,
.handoff-mockup a {
  color: var(--accent);
}

.cod-card {
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 184, 107, 0.26), transparent 34%),
    radial-gradient(circle at 12% 0%, rgba(8, 216, 248, 0.24), transparent 30%),
    linear-gradient(135deg, rgba(7, 10, 18, 0.96), rgba(17, 24, 45, 0.96));
  border: 1px solid rgba(177, 202, 255, 0.12);
}

.choice-row span {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.08);
}

.choice-row span:last-child,
.risk-tags .tag-waiting {
  color: #ffd9b2;
  background: var(--amber-soft);
  border-color: rgba(255, 184, 107, 0.24);
}

.risk-tags .tag-success,
.tag-row span {
  color: #aaf3ff;
  background: var(--accent-soft);
  border-color: rgba(8, 216, 248, 0.24);
}

.risk-tags .tag-danger,
.handoff-badge-red {
  color: #ffc4d0;
  background: var(--danger-soft);
  border-color: rgba(255, 107, 138, 0.24);
}

.support-queue {
  background:
    linear-gradient(180deg, rgba(18, 26, 49, 0.92), rgba(9, 14, 28, 0.96)) padding-box,
    linear-gradient(135deg, rgba(8, 216, 248, 0.34), rgba(104, 56, 248, 0.20), rgba(255, 255, 255, 0.08)) border-box;
}

.queue-card span,
.handoff-badge-blue,
.pain-num.is-blue,
.mini-product-card.is-blue span {
  color: #8eb9ff;
}

.queue-card.is-urgent span {
  color: #ffc4d0;
}

.queue-card.is-safe span {
  color: #aaf3ff;
}

.handoff-badge-amber,
.pain-num.is-amber,
.mini-product-card.is-amber span,
.mini-product-card.is-amber small {
  color: #ffd9b2;
}

.pain-icon-wrap,
.feat-icon-green,
.fit-check,
.status-dot,
.pw-conv-dot,
.pw-input-send {
  color: #ffffff;
  background: rgba(8, 216, 248, 0.13);
  border-color: rgba(8, 216, 248, 0.24);
  box-shadow: 0 0 0 7px rgba(8, 216, 248, 0.08);
}

.pain-icon-wrap.is-blue,
.feat-icon-blue,
.reason-icon-amber,
.handoff-badge-blue {
  color: #9fc1ff;
  background: rgba(24, 88, 248, 0.13);
  border-color: rgba(24, 88, 248, 0.26);
}

.pain-icon-wrap.is-amber,
.feat-icon-amber,
.reason-icon-red,
.handoff-badge-amber {
  color: #ffd9b2;
  background: rgba(255, 184, 107, 0.12);
  border-color: rgba(255, 184, 107, 0.24);
}

.featured-price {
  background:
    radial-gradient(circle at 28% 0%, rgba(8, 216, 248, 0.18), transparent 34%),
    radial-gradient(circle at 100% 18%, rgba(152, 40, 248, 0.20), transparent 36%),
    linear-gradient(180deg, rgba(16, 22, 44, 0.98), rgba(7, 10, 18, 0.98)) padding-box,
    var(--brand-gradient) border-box;
  border: 1px solid transparent;
}

.featured-price .button-primary {
  color: #ffffff;
  background: var(--brand-gradient);
  border-color: rgba(8, 216, 248, 0.46);
}

.price-quota,
.featured-price .price-quota {
  background: rgba(8, 216, 248, 0.08);
  border-color: rgba(8, 216, 248, 0.18);
}

.quota-label,
.featured-price .quota-label,
.quota-extra,
.featured-price .quota-extra {
  color: var(--muted);
}

.price-lines p,
.featured-price .price-lines p,
.mock-header,
.ticket-top {
  border-color: rgba(177, 202, 255, 0.14);
}

.lead-section .lead-form,
.lead-form {
  background:
    linear-gradient(180deg, rgba(18, 26, 49, 0.94), rgba(9, 14, 28, 0.96)) padding-box,
    linear-gradient(135deg, rgba(8, 216, 248, 0.34), rgba(152, 40, 248, 0.20)) border-box;
  border-color: transparent;
  box-shadow: 0 28px 84px rgba(0, 0, 0, 0.38);
}

.lead-section .lead-form label,
.lead-form label {
  color: var(--muted-strong);
}

.lead-section .lead-form input,
.lead-section .lead-form select,
.lead-section .lead-form textarea,
.lead-form input,
.lead-form select,
.lead-form textarea {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.065);
  border-color: rgba(177, 202, 255, 0.18);
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: rgba(151, 164, 195, 0.72);
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  outline: 2px solid rgba(8, 216, 248, 0.28);
  border-color: rgba(8, 216, 248, 0.74);
}

.lead-section .lead-form .button-primary,
.lead-section .lead-form .form-fallback-cta,
.form-fallback-cta {
  background: var(--brand-gradient);
  border-color: rgba(8, 216, 248, 0.34);
}

.form-success,
.lead-section .form-success {
  color: #7cecff;
}

.form-error {
  color: var(--danger);
}

summary::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2397a4c3' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
}

details:hover,
.pain-grid article:hover,
.feature-grid article:hover,
.price-card:hover {
  box-shadow: 0 22px 66px rgba(0, 0, 0, 0.34), 0 0 42px rgba(8, 216, 248, 0.10);
}

details[open] {
  border-color: rgba(8, 216, 248, 0.34);
}

.whatsapp-fab {
  background: var(--brand-gradient);
  border-color: rgba(8, 216, 248, 0.30);
  box-shadow: var(--brand-glow);
}

.site-footer {
  background: rgba(7, 10, 18, 0.92);
  border-top-color: rgba(177, 202, 255, 0.12);
}

.thank-you-card {
  backdrop-filter: blur(18px);
}

.thank-you-stats div,
.prep-box {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(177, 202, 255, 0.14);
}

.prep-box {
  background:
    radial-gradient(circle at 100% 0%, rgba(152, 40, 248, 0.16), transparent 36%),
    rgba(255, 255, 255, 0.06);
}

.check-list li {
  color: var(--ink-soft);
}

.check-list li::before {
  background: var(--brand-gradient);
}

.pw {
  background: #0a0f1e;
  border-color: rgba(177, 202, 255, 0.14);
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.42), 0 0 70px rgba(24, 88, 248, 0.15);
}

.pw-chrome,
.pw-sidebar,
.pw-list {
  background: rgba(7, 10, 18, 0.88);
  border-color: rgba(177, 202, 255, 0.11);
}

.pw-chat {
  background: rgba(18, 26, 49, 0.70);
}

.pw-sb-icon.is-active,
.pw-conv.is-active,
.pw-tag-bot,
.pw-notif-icon,
.pw-notif-live,
.pw-list-badge,
.pw-conv-bot-tag {
  color: #7cecff;
  background: rgba(8, 216, 248, 0.11);
}

.pw-tag-wa {
  color: #c7b6ff;
  background: rgba(152, 40, 248, 0.12);
}

.dash-msg-customer {
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.075);
}

.dash-msg-auto {
  box-shadow: 0 14px 30px rgba(8, 216, 248, 0.16);
}

.pw-input-send {
  background: var(--brand-gradient);
  border: none;
}

.pw-notif {
  background: rgba(7, 10, 18, 0.96);
  border-color: rgba(8, 216, 248, 0.24);
}

.calendar-embed {
  background:
    linear-gradient(180deg, rgba(18, 26, 49, 0.90), rgba(7, 10, 18, 0.96)) padding-box,
    linear-gradient(135deg, rgba(8, 216, 248, 0.34), rgba(104, 56, 248, 0.18)) border-box;
}

@media (max-width: 1120px) {
  .hero h1 {
    font-size: 4.9rem;
  }

  h2 {
    font-size: 3.45rem;
  }
}

@media (max-width: 760px) {
  .site-header {
    background: rgba(7, 10, 18, 0.96);
  }

  .brand {
    max-width: 62%;
  }

  .brand > span:last-child {
    line-height: 1.1;
  }

  h1,
  .hero h1,
  .demo-hero h1 {
    font-size: 3.2rem;
  }

  h2,
  .calendar-heading h2 {
    font-size: 2.45rem;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .stat-item,
  .stat-item:nth-child(even),
  .stat-item:nth-last-child(-n+2) {
    border-right: none;
    border-bottom: 1px solid var(--line);
  }

  .stat-item:last-child {
    border-bottom: none;
  }

  .hero .trust-row {
    padding-bottom: 72px;
  }

  .whatsapp-fab {
    display: none;
  }
}

/* -- Premium calm SaaS pass -- */

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(177, 202, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(177, 202, 255, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), transparent 78%);
}

main,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  background: rgba(5, 8, 16, 0.72);
  border-bottom-color: rgba(177, 202, 255, 0.10);
  backdrop-filter: blur(22px) saturate(1.15);
}

.nav-cta,
.button-primary,
.lead-section .lead-form .button-primary,
.lead-section .lead-form .form-fallback-cta,
.form-fallback-cta,
.whatsapp-fab {
  color: #f7faff;
  background:
    radial-gradient(circle at 18% 0%, rgba(8, 216, 248, 0.23), transparent 42%),
    radial-gradient(circle at 96% 100%, rgba(152, 40, 248, 0.20), transparent 48%),
    rgba(255, 255, 255, 0.072);
  border-color: rgba(126, 236, 255, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    0 16px 44px rgba(0, 0, 0, 0.24),
    0 0 34px rgba(8, 216, 248, 0.12);
}

.nav-cta:hover,
.nav-cta:focus-visible,
.button-primary:hover,
.button-primary:focus-visible,
.lead-section .lead-form .button-primary:hover,
.lead-section .lead-form .button-primary:focus-visible,
.whatsapp-fab:hover,
.whatsapp-fab:focus-visible {
  color: #ffffff;
  background:
    radial-gradient(circle at 22% 0%, rgba(8, 216, 248, 0.30), transparent 40%),
    radial-gradient(circle at 100% 100%, rgba(152, 40, 248, 0.26), transparent 48%),
    rgba(255, 255, 255, 0.10);
  border-color: rgba(247, 250, 255, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 22px 62px rgba(0, 0, 0, 0.30),
    0 0 46px rgba(8, 216, 248, 0.18);
}

.hero .button-primary,
.featured-price .button-primary {
  background:
    radial-gradient(circle at 18% 0%, rgba(8, 216, 248, 0.23), transparent 42%),
    radial-gradient(circle at 96% 100%, rgba(152, 40, 248, 0.20), transparent 48%),
    rgba(255, 255, 255, 0.072);
  border-color: rgba(126, 236, 255, 0.36);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    0 18px 48px rgba(0, 0, 0, 0.28),
    0 0 38px rgba(8, 216, 248, 0.13);
}

.button-secondary,
.hero .button-secondary {
  color: rgba(247, 250, 255, 0.86);
  background: rgba(255, 255, 255, 0.038);
  border-color: rgba(177, 202, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.button-secondary:hover,
.button-secondary:focus-visible,
.hero .button-secondary:hover,
.hero .button-secondary:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(126, 236, 255, 0.30);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.10),
    0 14px 34px rgba(0, 0, 0, 0.20);
}

.hero {
  grid-template-columns: minmax(500px, 0.92fr) minmax(620px, 1.08fr);
  gap: 22px;
  min-height: calc(88vh - 74px);
  padding-right: max(24px, calc(var(--page-x) * 0.48));
  background:
    radial-gradient(circle at 76% 18%, rgba(152, 40, 248, 0.18), transparent 30%),
    radial-gradient(circle at 22% 18%, rgba(8, 216, 248, 0.15), transparent 32%),
    radial-gradient(circle at 62% 92%, rgba(255, 184, 107, 0.065), transparent 32%),
    linear-gradient(135deg, #050812 0%, #080c18 48%, #0b1020 100%);
}

.hero::after {
  opacity: 0.48;
}

.hero-copy {
  max-width: 680px;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(4rem, 5.45vw, 5.55rem);
  line-height: 0.98;
  overflow-wrap: normal;
  word-break: normal;
}

.hero-subtitle {
  max-width: 610px;
}

.hero .trust-row {
  max-width: 520px;
}

.hero .trust-row span,
.trust-row span {
  min-height: 34px;
  color: rgba(223, 232, 255, 0.78);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  border-color: rgba(177, 202, 255, 0.13);
  box-shadow: none;
}

.chatflow-core {
  --core-x: 0px;
  --core-y: 0px;
  --core-tilt-x: 0deg;
  --core-tilt-y: 0deg;
  position: absolute;
  top: 78px;
  left: min(45vw, 760px);
  width: 310px;
  height: 310px;
  z-index: 0;
  transform:
    translate3d(var(--core-x), var(--core-y), 0)
    rotateX(var(--core-tilt-x))
    rotateY(var(--core-tilt-y));
  transform-style: preserve-3d;
  transition: transform 420ms cubic-bezier(0.34, 1.56, 0.64, 1);
  opacity: 0.84;
  pointer-events: none;
}

.chatflow-core::before,
.chatflow-core::after,
.core-pulse,
.core-orbit,
.core-node {
  position: absolute;
  display: block;
  border-radius: 999px;
}

.chatflow-core::before {
  content: "";
  inset: 22%;
  background:
    radial-gradient(circle at 38% 34%, rgba(255, 255, 255, 0.88), rgba(126, 236, 255, 0.55) 18%, rgba(24, 88, 248, 0.22) 46%, transparent 72%);
  filter: blur(1px);
  box-shadow:
    0 0 44px rgba(8, 216, 248, 0.38),
    0 0 96px rgba(104, 56, 248, 0.26);
  animation: core-breathe 5.8s ease-in-out infinite;
}

.chatflow-core::after {
  content: "";
  inset: 5%;
  background:
    radial-gradient(circle at 50% 50%, transparent 36%, rgba(8, 216, 248, 0.10) 37%, transparent 47%),
    radial-gradient(circle at 50% 50%, transparent 57%, rgba(152, 40, 248, 0.12) 58%, transparent 68%);
  filter: blur(0.2px);
}

.core-pulse {
  inset: 33%;
  border: 1px solid rgba(126, 236, 255, 0.42);
  box-shadow: inset 0 0 24px rgba(8, 216, 248, 0.20);
}

.core-orbit {
  inset: 12%;
  border: 1px solid rgba(126, 236, 255, 0.28);
  border-left-color: transparent;
  border-bottom-color: rgba(152, 40, 248, 0.26);
  animation: core-orbit 12s linear infinite;
}

.core-orbit-two {
  inset: 22%;
  border-color: rgba(152, 40, 248, 0.24);
  border-right-color: transparent;
  transform: rotate(42deg);
  animation-duration: 16s;
  animation-direction: reverse;
}

.core-orbit-three {
  inset: 4%;
  border-color: rgba(255, 184, 107, 0.12);
  border-top-color: rgba(8, 216, 248, 0.30);
  transform: rotate(-18deg);
  animation-duration: 20s;
}

.core-node {
  width: 8px;
  height: 8px;
  background: #7cecff;
  box-shadow: 0 0 18px rgba(8, 216, 248, 0.86);
}

.core-node-one {
  top: 18%;
  left: 72%;
}

.core-node-two {
  right: 11%;
  bottom: 28%;
  background: #b69cff;
  box-shadow: 0 0 18px rgba(152, 40, 248, 0.76);
}

.core-node-three {
  left: 18%;
  bottom: 22%;
  background: #ffd9b2;
  box-shadow: 0 0 18px rgba(255, 184, 107, 0.56);
}

.hero-visual {
  justify-items: end;
  perspective: 1800px;
}

.pw {
  width: clamp(680px, 54vw, 900px);
  max-width: none;
  margin-right: 34px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(13, 19, 36, 0.96), rgba(7, 10, 18, 0.98)) padding-box,
    linear-gradient(135deg, rgba(126, 236, 255, 0.28), rgba(152, 40, 248, 0.18), rgba(255, 255, 255, 0.08)) border-box;
  border: 1px solid transparent;
  box-shadow:
    0 44px 110px rgba(0, 0, 0, 0.58),
    -24px 20px 80px rgba(8, 216, 248, 0.10),
    18px -18px 90px rgba(152, 40, 248, 0.11);
  transform: perspective(1800px) rotateY(-8deg) rotateX(4deg);
  transform-origin: 78% 50%;
}

.pw-body {
  grid-template-columns: 46px 218px minmax(0, 1fr);
  height: 560px;
}

.pw-chrome {
  height: 40px;
  background: rgba(5, 8, 16, 0.92);
}

.pw-url {
  max-width: 280px;
  color: rgba(223, 232, 255, 0.36);
  background: rgba(255, 255, 255, 0.045);
}

.pw-conversations {
  display: grid;
  gap: 4px;
  padding: 0 8px 10px;
  overflow-y: auto;
}

.pw-conv {
  width: 100%;
  min-height: 58px;
  border: 1px solid transparent;
  border-left: 2px solid transparent;
  background: transparent;
  text-align: left;
  border-radius: 12px;
  cursor: pointer;
  transition:
    transform 180ms cubic-bezier(0.34, 1.56, 0.64, 1),
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease;
}

.pw-conv:hover,
.pw-conv:focus-visible {
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(177, 202, 255, 0.11);
  transform: translateX(2px);
}

.pw-conv.is-active {
  background:
    radial-gradient(circle at 0% 50%, rgba(8, 216, 248, 0.14), transparent 58%),
    rgba(255, 255, 255, 0.052);
  border-color: rgba(126, 236, 255, 0.18);
  border-left-color: rgba(126, 236, 255, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.pw-conv-av,
.pw-chat-av {
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(177, 202, 255, 0.12);
}

.pw-conv-av.is-cyan,
.pw-chat-av.is-cyan {
  color: #9af4ff;
  background: rgba(8, 216, 248, 0.11);
}

.pw-conv-av.is-blue,
.pw-chat-av.is-blue {
  color: #a9c4ff;
  background: rgba(24, 88, 248, 0.12);
}

.pw-conv-av.is-violet,
.pw-chat-av.is-violet {
  color: #cbbdff;
  background: rgba(152, 40, 248, 0.12);
}

.pw-conv-av.is-amber,
.pw-chat-av.is-amber {
  color: #ffd9b2;
  background: rgba(255, 184, 107, 0.11);
}

.pw-conv-av.is-red,
.pw-chat-av.is-red {
  color: #ffc4d0;
  background: rgba(255, 107, 138, 0.11);
}

.pw-conv-row strong,
.pw-chat-who strong {
  color: rgba(247, 250, 255, 0.92);
}

.pw-conv-info small {
  color: rgba(223, 232, 255, 0.46);
}

.pw-chat {
  background:
    radial-gradient(circle at 84% 18%, rgba(8, 216, 248, 0.055), transparent 34%),
    radial-gradient(circle at 24% 100%, rgba(152, 40, 248, 0.06), transparent 40%),
    rgba(12, 18, 34, 0.86);
}

.pw-chat-head {
  min-height: 58px;
  padding: 12px 16px;
  background: rgba(5, 8, 16, 0.24);
  border-bottom-color: rgba(177, 202, 255, 0.10);
}

.pw-tag-bot,
.pw-tag-wa {
  padding: 4px 8px;
  color: rgba(223, 232, 255, 0.78);
  background: rgba(255, 255, 255, 0.052);
  border: 1px solid rgba(177, 202, 255, 0.12);
}

.pw-tag-bot {
  color: #9af4ff;
}

.pw-tag-wa {
  color: #cbbdff;
}

.pw-msgs {
  gap: 7px;
  padding: 16px 18px 12px;
  background:
    radial-gradient(circle at 24% 8%, rgba(126, 236, 255, 0.045), transparent 30%),
    radial-gradient(circle at 78% 94%, rgba(152, 40, 248, 0.05), transparent 34%);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.pw-msgs.is-switching {
  opacity: 0.18;
  transform: translateY(8px);
}

.dash-msg-customer,
.dash-msg-auto {
  max-width: min(82%, 520px);
  padding: 9px 12px 6px;
  border: 1px solid rgba(177, 202, 255, 0.11);
  font-size: 0.84rem;
  line-height: 1.48;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

.dash-msg-customer {
  color: rgba(247, 250, 255, 0.88);
  background: rgba(255, 255, 255, 0.064);
  border-radius: 5px 14px 14px 14px;
}

.dash-msg-auto {
  color: rgba(247, 250, 255, 0.94);
  background:
    radial-gradient(circle at 100% 0%, rgba(8, 216, 248, 0.12), transparent 46%),
    rgba(10, 16, 30, 0.90);
  border-color: rgba(126, 236, 255, 0.18);
  border-right-color: rgba(152, 40, 248, 0.32);
  border-radius: 14px 5px 14px 14px;
}

.dash-msg-time {
  color: rgba(223, 232, 255, 0.42);
}

.dash-ticks {
  color: #7cecff;
  text-shadow: 0 0 10px rgba(8, 216, 248, 0.26);
}

.dash-msg-typing {
  display: inline-flex !important;
  align-items: center;
  gap: 4px;
  width: auto !important;
  min-width: 46px !important;
  max-width: 46px !important;
  min-height: 30px;
  padding: 9px 11px !important;
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid rgba(177, 202, 255, 0.12) !important;
  border-radius: 18px 18px 18px 4px !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18) !important;
  align-self: flex-start !important;
  margin: 0 !important;
  grid-column: unset !important;
}

.dash-msg-typing--auto {
  align-self: flex-end !important;
  border-radius: 18px 18px 4px 18px !important;
  background: rgba(8, 216, 248, 0.08) !important;
}

.dash-msg-typing span {
  width: 5px;
  height: 5px;
  background: rgba(223, 232, 255, 0.58);
  border-radius: 999px;
  animation: typing-dot 900ms ease-in-out infinite;
}

.dash-msg-typing span:nth-child(2) {
  animation-delay: 120ms;
}

.dash-msg-typing span:nth-child(3) {
  animation-delay: 240ms;
}

.pw-typing {
  display: none !important;
}

.pw-input-bar {
  padding: 11px 14px;
  background: rgba(5, 8, 16, 0.36);
  border-top-color: rgba(177, 202, 255, 0.10);
}

.pw-input-text {
  min-height: 34px;
  color: rgba(223, 232, 255, 0.34);
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(177, 202, 255, 0.12);
}

.pw-input-send {
  width: 34px;
  height: 34px;
  background:
    radial-gradient(circle at 30% 20%, rgba(8, 216, 248, 0.36), transparent 46%),
    rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(126, 236, 255, 0.24);
}

.pw-notif {
  left: 58px;
  bottom: 18px;
  max-width: 330px;
  background:
    radial-gradient(circle at 0% 0%, rgba(8, 216, 248, 0.10), transparent 44%),
    rgba(5, 8, 16, 0.94);
  border-color: rgba(126, 236, 255, 0.22);
  backdrop-filter: blur(14px);
}

.stats-grid,
.pain-grid article,
.feature-grid article,
.price-card,
details,
.lead-form,
.calendar-embed,
.thank-you-card {
  box-shadow:
    0 24px 72px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.stat-item strong,
.quota-num,
.featured-price .quota-num {
  background:
    linear-gradient(135deg, #9af4ff 0%, #8eb9ff 48%, #cbbdff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mini-product-card .mini-reply,
.message-auto,
.choice-row span:first-child {
  background:
    radial-gradient(circle at 100% 0%, rgba(8, 216, 248, 0.16), transparent 48%),
    rgba(10, 16, 30, 0.84);
  border: 1px solid rgba(126, 236, 255, 0.18);
}

.lead-section .section-intro {
  max-width: 780px;
}

.thank-you-card {
  background:
    radial-gradient(circle at 80% 0%, rgba(152, 40, 248, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(18, 26, 49, 0.94), rgba(9, 14, 28, 0.97)) padding-box,
    linear-gradient(135deg, rgba(8, 216, 248, 0.32), rgba(152, 40, 248, 0.18)) border-box;
}

@keyframes core-breathe {
  0%,
  100% {
    transform: scale(0.96);
    opacity: 0.82;
  }
  50% {
    transform: scale(1.04);
    opacity: 1;
  }
}

@keyframes core-orbit {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1120px) {
  .hero {
    grid-template-columns: 1fr;
    padding-right: var(--page-x);
  }

  .chatflow-core {
    top: 80px;
    left: auto;
    right: 8%;
    width: 240px;
    height: 240px;
    opacity: 0.42;
  }

  .hero-visual {
    justify-items: center;
  }

  .pw {
    width: min(100%, 860px);
    margin-right: 0;
    transform: perspective(1800px) rotateY(-4deg) rotateX(2deg);
  }

  .pw-body {
    grid-template-columns: 0 190px minmax(0, 1fr);
    height: 530px;
  }
}

@media (max-width: 760px) {
  .chatflow-core {
    width: 180px;
    height: 180px;
    top: 108px;
    right: -36px;
    opacity: 0.32;
  }

  .hero h1 {
    font-size: clamp(3.35rem, 17vw, 4.55rem);
  }

  .hero .trust-row {
    padding-bottom: 0;
  }

  .pw {
    width: 100%;
    border-radius: 14px;
    transform: none;
  }

  .pw-body {
    height: 430px;
    grid-template-columns: 0 132px minmax(0, 1fr);
  }

  .pw-conversations {
    padding-inline: 6px;
  }

  .pw-conv {
    min-height: 54px;
    padding: 8px 7px;
  }

  .pw-conv-av,
  .pw-chat-av {
    width: 28px;
    height: 28px;
  }

  .pw-chat-tags {
    display: none;
  }

  .dash-msg-customer,
  .dash-msg-auto {
    max-width: 92%;
    font-size: 0.76rem;
  }
}

@media (max-width: 430px) {
  .pw-body {
    grid-template-columns: 0 104px minmax(0, 1fr);
    height: 390px;
  }

  .pw-list-head {
    padding-inline: 8px;
  }

  .pw-conv {
    gap: 6px;
  }

  .pw-conv-av {
    display: none;
  }

  .pw-conv-bot-tag,
  .pw-conv-dot,
  .pw-conv-urgent {
    display: none;
  }
}

/* ── Section Readability — stronger gradient borders ── */

.pain-grid article,
.feature-grid article,
.handoff-list article,
.demo-proof-grid div,
.fit-grid div {
  background:
    linear-gradient(180deg, rgba(22, 32, 58, 0.94), rgba(11, 16, 32, 0.97)) padding-box,
    linear-gradient(135deg, rgba(8, 216, 248, 0.52), rgba(104, 56, 248, 0.36), rgba(255, 255, 255, 0.12)) border-box;
  box-shadow:
    0 24px 72px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.pain-grid article:nth-child(1),
.pain-grid article:nth-child(2),
.pain-grid article:nth-child(3),
.feature-grid article:nth-child(2),
.feature-grid article:nth-child(3),
.feature-grid article:nth-child(6) {
  background:
    linear-gradient(180deg, rgba(22, 32, 58, 0.94), rgba(11, 16, 32, 0.97)) padding-box,
    linear-gradient(135deg, rgba(8, 216, 248, 0.52), rgba(104, 56, 248, 0.36), rgba(255, 184, 107, 0.24)) border-box;
}

.pain-grid article:hover,
.feature-grid article:hover {
  background:
    linear-gradient(180deg, rgba(26, 38, 68, 0.96), rgba(13, 19, 36, 0.98)) padding-box,
    linear-gradient(135deg, rgba(8, 216, 248, 0.70), rgba(104, 56, 248, 0.48), rgba(255, 255, 255, 0.16)) border-box;
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.38),
    0 0 0 0 transparent,
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.pain-grid article p,
.feature-grid article p {
  color: #c4ceea;
}

/* ── Pricing Cards — boosted readability ── */

.price-card {
  background:
    linear-gradient(180deg, rgba(22, 32, 58, 0.94), rgba(11, 16, 32, 0.97)) padding-box,
    linear-gradient(135deg, rgba(8, 216, 248, 0.42), rgba(104, 56, 248, 0.26), rgba(255, 255, 255, 0.10)) border-box;
  box-shadow:
    0 24px 72px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.price-card:hover {
  background:
    linear-gradient(180deg, rgba(26, 38, 68, 0.96), rgba(13, 19, 36, 0.98)) padding-box,
    linear-gradient(135deg, rgba(8, 216, 248, 0.65), rgba(104, 56, 248, 0.42), rgba(255, 255, 255, 0.14)) border-box;
  box-shadow:
    0 20px 56px rgba(0, 0, 0, 0.40),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.price-card .price-lines strong {
  color: #e8f0ff;
}

.price-card li {
  color: #c4ceea;
}

.featured-price {
  background:
    radial-gradient(circle at 28% 0%, rgba(8, 216, 248, 0.22), transparent 38%),
    radial-gradient(circle at 100% 18%, rgba(152, 40, 248, 0.24), transparent 40%),
    linear-gradient(180deg, rgba(18, 26, 52, 0.99), rgba(8, 12, 24, 0.99)) padding-box,
    var(--brand-gradient) border-box;
  box-shadow:
    0 0 0 1px rgba(8, 216, 248, 0.22),
    0 28px 72px rgba(8, 216, 248, 0.14),
    0 12px 36px rgba(104, 56, 248, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

/* ── Orb — ambient float ── */

@keyframes orb-float {
  0%   { translate: 0px 0px; }
  25%  { translate: 8px -12px; }
  50%  { translate: -6px -18px; }
  75%  { translate: -10px -6px; }
  100% { translate: 0px 0px; }
}

.chatflow-core {
  animation: orb-float 9s ease-in-out infinite;
}

/* ── Orb — orbiting nodes ── */

@keyframes orbit-cw {
  from { transform: rotate(0deg)    translateX(118px) rotate(0deg); }
  to   { transform: rotate(360deg)  translateX(118px) rotate(-360deg); }
}

@keyframes orbit-ccw {
  from { transform: rotate(0deg)    translateX(108px) rotate(0deg); }
  to   { transform: rotate(-360deg) translateX(108px) rotate(360deg); }
}

@keyframes orbit-mid {
  from { transform: rotate(120deg)  translateX(130px) rotate(-120deg); }
  to   { transform: rotate(480deg)  translateX(130px) rotate(-480deg); }
}

.core-node {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  margin: -4px 0 0 -4px;
}

.core-node-one {
  top: 50%;
  left: 50%;
  animation: orbit-cw 13s linear infinite;
}

.core-node-two {
  top: 50%;
  left: 50%;
  animation: orbit-ccw 18s linear infinite;
}

.core-node-three {
  top: 50%;
  left: 50%;
  animation: orbit-mid 11s linear infinite;
}

/* ── Orb — stronger light emission ── */

.chatflow-core::before {
  box-shadow:
    0 0 0 1px rgba(8, 216, 248, 0.30),
    0 0 32px 12px rgba(8, 216, 248, 0.18),
    0 0 80px 32px rgba(8, 216, 248, 0.10),
    0 0 140px 60px rgba(104, 56, 248, 0.06);
}

/* ── Mobile responsive ── */

@media (max-width: 760px) {
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stat-item,
  .stat-item:nth-child(even),
  .stat-item:nth-last-child(-n+2) {
    border-right: none;
    border-bottom: 1px solid var(--line);
  }

  .stat-item:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

  .stat-item:last-child,
  .stat-item:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-inline: auto;
  }

  .pain-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }
}

/* ════════════════════════════════════════════
   SECTION CONTAINER & BREATHING ROOM
   ════════════════════════════════════════════ */

.section-inner {
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 80px);
}

/* All sections get consistent vertical padding */
.stats-bar,
.problem,
.why,
.solution,
.automation,
.cod-section,
.handoff,
.fit,
.pricing,
.faq,
.cta-band,
.lead-section {
  padding-block: clamp(64px, 7vw, 112px);
}

/* Hero keeps its own padding */
.hero { padding-block: unset; }

/* FAQ gets narrower container for readability */
.faq .section-inner {
  max-width: 900px;
}

/* ════════════════════════════════════════════
   PER-SECTION BACKGROUND PATTERNS
   ════════════════════════════════════════════ */

/* Stats bar — dot grid, cyan tint */
.stats-bar {
  background-color: #060a14;
  background-image: radial-gradient(circle, rgba(8, 216, 248, 0.07) 1.5px, transparent 1.5px);
  background-size: 28px 28px;
}

/* Problem — square grid, blue tint */
.problem {
  background-color: #080c1a;
  background-image:
    linear-gradient(rgba(177, 202, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(177, 202, 255, 0.045) 1px, transparent 1px);
  background-size: 32px 32px;
}

/* Why — diagonal stripes, violet tint */
.why {
  background-color: #0a0d1c;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(104, 56, 248, 0.045) 0px,
    rgba(104, 56, 248, 0.045) 1px,
    transparent 1px,
    transparent 22px
  );
}

/* Solution — horizontal lines, subtle */
.solution {
  background-color: #07091a;
  background-image: linear-gradient(rgba(8, 216, 248, 0.045) 1px, transparent 1px);
  background-size: 100% 44px;
}

/* Automation — larger dot grid, blue-violet */
.automation {
  background-color: #0b0e20;
  background-image: radial-gradient(circle, rgba(104, 56, 248, 0.08) 1.5px, transparent 1.5px);
  background-size: 36px 36px;
}

/* COD — square grid with violet gradient overlay */
.cod-section {
  background-color: #0d0820;
  background-image:
    linear-gradient(rgba(152, 40, 248, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(152, 40, 248, 0.055) 1px, transparent 1px);
  background-size: 40px 40px;
}

/* Handoff — reverse diagonal, amber tint */
.handoff {
  background-color: #080b18;
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(255, 184, 107, 0.04) 0px,
    rgba(255, 184, 107, 0.04) 1px,
    transparent 1px,
    transparent 20px
  );
}

/* Fit — small dot grid, cyan accent */
.fit {
  background-color: #060a14;
  background-image: radial-gradient(circle, rgba(8, 216, 248, 0.09) 1px, transparent 1px);
  background-size: 20px 20px;
}

/* Pricing — denser square grid */
.pricing {
  background-color: #070912;
  background-image:
    linear-gradient(rgba(177, 202, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(177, 202, 255, 0.055) 1px, transparent 1px);
  background-size: 24px 24px;
}

/* FAQ — fine horizontal lines */
.faq {
  background-color: #090c1a;
  background-image: linear-gradient(rgba(177, 202, 255, 0.04) 1px, transparent 1px);
  background-size: 100% 32px;
}

/* ════════════════════════════════════════════
   FAQ ACCORDION REDESIGN
   ════════════════════════════════════════════ */

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 100%;
}

.faq-list details {
  border-radius: 14px !important;
  border: 1px solid rgba(177, 202, 255, 0.14) !important;
  background: rgba(255, 255, 255, 0.03) !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18) !important;
  overflow: hidden;
}

.faq-list details[open] {
  border-color: rgba(8, 216, 248, 0.30) !important;
  background: rgba(8, 216, 248, 0.04) !important;
  box-shadow: 0 0 0 1px rgba(8, 216, 248, 0.10), 0 4px 20px rgba(0, 0, 0, 0.22) !important;
}

.faq-list summary {
  padding: 20px 24px !important;
  cursor: pointer;
  font-weight: 600 !important;
  font-size: 1rem !important;
  color: var(--ink) !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  list-style: none !important;
  gap: 16px;
  user-select: none;
}

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary::after {
  content: "+";
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--accent);
  transition: transform 220ms ease, color 220ms ease;
  flex-shrink: 0;
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
}

.faq-list details p {
  padding: 0 24px 22px !important;
  color: var(--muted-strong) !important;
  line-height: 1.65 !important;
}

/* ════════════════════════════════════════════
   ORB — CENTRE POSITION + CHAT-ACTIVE NODES
   ════════════════════════════════════════════ */

/* Move orb to centre between columns */
.chatflow-core {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: 400px;
  height: 400px;
  opacity: 0.90;
  transform:
    translate(-50%, -50%)
    translate3d(var(--core-x, 0px), var(--core-y, 0px), 0)
    rotateX(var(--core-tilt-x, 0deg))
    rotateY(var(--core-tilt-y, 0deg));
  transition: transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: orb-float 14s ease-in-out infinite;
}

/* Larger ambient float */
@keyframes orb-float {
  0%   { translate: 0px 0px; }
  20%  { translate: 18px -24px; }
  45%  { translate: -12px -36px; }
  70%  { translate: -22px -10px; }
  90%  { translate: 10px -18px; }
  100% { translate: 0px 0px; }
}

/* Chat-active: nodes take turns glowing as if orb is chatting with them */
@keyframes chat-active {
  0%, 12%, 88%, 100% {
    opacity: 0.35;
    scale: 1;
  }
  28%, 72% {
    opacity: 1;
    scale: 1.6;
  }
}

.core-node-one {
  top: 50%;
  left: 50%;
  animation:
    orbit-cw 13s linear infinite,
    chat-active 9s 0s ease-in-out infinite;
}

.core-node-two {
  top: 50%;
  left: 50%;
  animation:
    orbit-ccw 18s linear infinite,
    chat-active 9s 3s ease-in-out infinite;
}

.core-node-three {
  top: 50%;
  left: 50%;
  animation:
    orbit-mid 11s linear infinite,
    chat-active 9s 6s ease-in-out infinite;
}

/* Node box-shadow glow uses currentColor approach per-node */
.core-node-one {
  color: #7cecff;
  box-shadow: 0 0 8px 2px #7cecff;
}

.core-node-two {
  color: #b69cff;
  box-shadow: 0 0 8px 2px #b69cff;
}

.core-node-three {
  color: #ffd9b2;
  box-shadow: 0 0 8px 2px #ffd9b2;
}

/* Glow intensifies during active state via filter */
@keyframes chat-active-glow-one {
  0%, 12%, 88%, 100% { box-shadow: 0 0 6px 1px #7cecff; }
  28%, 72% { box-shadow: 0 0 24px 8px #7cecff, 0 0 56px 20px rgba(126, 236, 255, 0.4); }
}
@keyframes chat-active-glow-two {
  0%, 12%, 88%, 100% { box-shadow: 0 0 6px 1px #b69cff; }
  28%, 72% { box-shadow: 0 0 24px 8px #b69cff, 0 0 56px 20px rgba(182, 156, 255, 0.4); }
}
@keyframes chat-active-glow-three {
  0%, 12%, 88%, 100% { box-shadow: 0 0 6px 1px #ffd9b2; }
  28%, 72% { box-shadow: 0 0 24px 8px #ffd9b2, 0 0 56px 20px rgba(255, 217, 178, 0.4); }
}

.core-node-one   { animation: orbit-cw 13s linear infinite, chat-active 9s 0s ease-in-out infinite, chat-active-glow-one 9s 0s ease-in-out infinite; }
.core-node-two   { animation: orbit-ccw 18s linear infinite, chat-active 9s 3s ease-in-out infinite, chat-active-glow-two 9s 3s ease-in-out infinite; }
.core-node-three { animation: orbit-mid 11s linear infinite, chat-active 9s 6s ease-in-out infinite, chat-active-glow-three 9s 6s ease-in-out infinite; }

/* Hero overflow: let orb rings show slightly past hero edges */
.hero {
  overflow: clip;
}

/* Hero H1 accent: italic serif "Sona Erdi." with brand gradient */
.hero-accent {
  font-style: italic;
  font-family: Georgia, "Times New Roman", serif;
  background: var(--brand-gradient, linear-gradient(135deg, #08d8f8 0%, #6838f8 100%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

/* thank-you page: dot grid background pattern */
.thank-you-hero {
  background-image: radial-gradient(circle, rgba(8,216,248,0.06) 1.5px, transparent 1.5px);
  background-size: 28px 28px;
}

.thank-you-hero .section-inner {
  max-width: 680px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 80px);
}

/* ══════════════════════════════════════════
   FIX-A: Mobile hero — breathing room
   ══════════════════════════════════════════ */
@media (max-width: 767px) {
  .hero {
    padding-top: 72px;
    padding-bottom: 52px;
  }
}

@media (max-width: 430px) {
  .hero {
    padding-top: 64px;
    padding-bottom: 40px;
  }

  /* Secondary button — higher contrast on mobile */
  .hero .button-secondary {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.36);
    color: #ffffff;
  }
}

/* ══════════════════════════════════════════
   FIX-B: FAQ icon — neutralise global rule
   ══════════════════════════════════════════ */
.faq-list summary::after {
  content: "+" !important;
  width: auto !important;
  height: auto !important;
  background-image: none !important;
  background-size: auto !important;
  font-size: 1.5rem !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  color: var(--accent) !important;
  transform: none;
  flex-shrink: 0;
}

.faq-list details[open] summary::after {
  transform: rotate(45deg) !important;
}

/* ══════════════════════════════════════════
   FIX-C: Lead section + CTA band readability
   ══════════════════════════════════════════ */
.lead-section .section-intro h2,
.cta-band h2 {
  color: #f0f4ff !important;
}

.lead-section .section-intro p {
  color: rgba(220, 232, 255, 0.82) !important;
}

.lead-section {
  background:
    radial-gradient(circle at 10% 0%, rgba(8,216,248,0.14), transparent 40%),
    radial-gradient(circle at 90% 100%, rgba(104,56,248,0.18), transparent 40%),
    #0f1428;
}

.cta-band {
  background:
    radial-gradient(circle at 20% 50%, rgba(8,216,248,0.12), transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(104,56,248,0.16), transparent 50%),
    #0b0f22;
}

.cta-band .eyebrow {
  color: var(--accent) !important;
}

/* ═══════════════════════════════════════════════════════
   ORB — Logo aperture / petal redesign
   3 eşit yay (120° aralıklı), logo gradyanıyla döner
   ═══════════════════════════════════════════════════════ */

/* 1. Tüm orbit halkaları aynı boyuta getir, eski border'ı kaldır */
.core-orbit,
.core-orbit-two,
.core-orbit-three {
  inset: 4% !important;
  border: none !important;
  border-radius: 50%;
  /* Ring mask — sadece dış %6'lık şerit görünür */
  -webkit-mask-image: radial-gradient(circle at center, transparent 91%, rgba(0,0,0,0.15) 92%, black 93.5%, black 100%);
  mask-image: radial-gradient(circle at center, transparent 91%, rgba(0,0,0,0.15) 92%, black 93.5%, black 100%);
  filter: blur(0.4px) brightness(1.25);
}

/* 2. Petal 1 — 0° başlangıç, cyan → blue */
.core-orbit {
  background: conic-gradient(from -5deg,
    transparent 0%,
    rgba(8, 216, 248, 0.30) 1.5%,
    #08d8f8 5%,
    #1880f8 16%,
    #2060f8 24%,
    rgba(32, 96, 248, 0.20) 29%,
    transparent 33%,
    transparent 100%
  );
  animation: logo-petal-spin 14s linear infinite !important;
}

/* 3. Petal 2 — 120° başlangıç, blue → violet */
.core-orbit-two {
  background: conic-gradient(from 115deg,
    transparent 0%,
    rgba(32, 96, 248, 0.30) 1.5%,
    #2060f8 5%,
    #4848f8 16%,
    #6838f8 24%,
    rgba(104, 56, 248, 0.20) 29%,
    transparent 33%,
    transparent 100%
  );
  animation: logo-petal-spin 14s linear infinite !important;
}

/* 4. Petal 3 — 240° başlangıç, violet → cyan */
.core-orbit-three {
  background: conic-gradient(from 235deg,
    transparent 0%,
    rgba(104, 56, 248, 0.30) 1.5%,
    #6838f8 5%,
    #3870f8 16%,
    #08d8f8 24%,
    rgba(8, 216, 248, 0.20) 29%,
    transparent 33%,
    transparent 100%
  );
  animation: logo-petal-spin 14s linear infinite !important;
}

@keyframes logo-petal-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* Petal halkaları daha kalın ve parlak */
.core-orbit,
.core-orbit-two,
.core-orbit-three {
  -webkit-mask-image: radial-gradient(circle at center, transparent 83%, rgba(0,0,0,0.1) 85%, black 87%, black 100%) !important;
  mask-image: radial-gradient(circle at center, transparent 83%, rgba(0,0,0,0.1) 85%, black 87%, black 100%) !important;
  filter: blur(0.3px) brightness(1.4) !important;
}

/* Orb konumu: hero-copy arkasına al, petaller tam görünsün */
.chatflow-core {
  top: 52% !important;
  left: 28% !important;
  width: 460px !important;
  height: 460px !important;
  opacity: 0.82 !important;
}

/* Petal halkaları — daha solid ve belirgin */
.core-orbit,
.core-orbit-two,
.core-orbit-three {
  -webkit-mask-image: radial-gradient(circle at center,
    transparent 78%,
    black 81%,
    black 97%,
    transparent 100%
  ) !important;
  mask-image: radial-gradient(circle at center,
    transparent 78%,
    black 81%,
    black 97%,
    transparent 100%
  ) !important;
  filter: none !important;
  opacity: 0.92;
}

/* Solid, opaque petal colors — logo gibi */
.core-orbit {
  background: conic-gradient(from -5deg,
    transparent 0%,
    #08d8f8 4%,
    #1870f8 24%,
    #2060f8 28%,
    transparent 33%,
    transparent 100%
  ) !important;
  box-shadow: 0 0 30px rgba(8,216,248,0.5), 0 0 60px rgba(8,216,248,0.2);
}

.core-orbit-two {
  background: conic-gradient(from 115deg,
    transparent 0%,
    #2060f8 4%,
    #4848f8 24%,
    #6838f8 28%,
    transparent 33%,
    transparent 100%
  ) !important;
  box-shadow: 0 0 30px rgba(104,56,248,0.4), 0 0 60px rgba(104,56,248,0.2);
}

.core-orbit-three {
  background: conic-gradient(from 235deg,
    transparent 0%,
    #6838f8 4%,
    #3870f8 24%,
    #08d8f8 28%,
    transparent 33%,
    transparent 100%
  ) !important;
  box-shadow: 0 0 30px rgba(8,216,248,0.4), 0 0 60px rgba(32,96,248,0.2);
}

/* ═══════════════════════════════════════════════════════
   ORB — SVG petal arcs (logo-inspired aperture)
   ═══════════════════════════════════════════════════════ */

/* Hide old CSS orbit rings — SVG petals replace them */
.core-orbit,
.core-orbit-two,
.core-orbit-three {
  opacity: 0 !important;
}

.orb-petals {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  /* Start at 12 o'clock (top) */
  transform: rotate(-90deg);
  animation: orb-petal-rotate 14s linear infinite;
  transform-origin: center center;
}

@keyframes orb-petal-rotate {
  from { transform: rotate(-90deg); }
  to   { transform: rotate(270deg); }
}

.orb-petal {
  transform-box: fill-box;
  transform-origin: center;
}

/* Glow colours per petal via drop-shadow */
.orb-petal-1 {
  filter: drop-shadow(0 0 6px rgba(8,216,248,0.9)) drop-shadow(0 0 18px rgba(8,216,248,0.5));
}
.orb-petal-2 {
  filter: drop-shadow(0 0 6px rgba(48,96,248,0.9)) drop-shadow(0 0 18px rgba(48,96,248,0.5));
}
.orb-petal-3 {
  filter: drop-shadow(0 0 6px rgba(136,56,248,0.9)) drop-shadow(0 0 18px rgba(136,56,248,0.5));
}

/* ═══════════════════════════════════════════════════════
   ORB RESET — Önceki petal denemeleri geri alındı
   ═══════════════════════════════════════════════════════ */

/* SVG petalleri gizle (HTML'de kaldırıldı ama CSS cleanup) */
.orb-petals { display: none !important; }

/* Orb — merkeze geri dön (center between columns) */
.chatflow-core {
  top: 50% !important;
  left: 50% !important;
  width: 400px !important;
  height: 400px !important;
  opacity: 0.88 !important;
}

/* Orbit halkaları — orijinal boyut + logo paletinde mat renkler */
.core-orbit,
.core-orbit-two,
.core-orbit-three {
  background: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
  filter: none !important;
  opacity: 1 !important;
}

/* Halk-1 (orta katman): cyan'dan violet'a geçiş, mat */
.core-orbit {
  inset: 12% !important;
  border: 1.5px solid rgba(8, 216, 248, 0.20) !important;
  border-left-color: transparent !important;
  border-bottom-color: rgba(104, 56, 248, 0.18) !important;
  animation: core-orbit 14s linear infinite !important;
  transform: none !important;
}

/* Halk-2 (iç katman): mavi tonu, mat */
.core-orbit-two {
  inset: 22% !important;
  border: 1.5px solid rgba(48, 80, 248, 0.18) !important;
  border-right-color: transparent !important;
  animation: core-orbit 18s linear infinite reverse !important;
  transform: rotate(42deg) !important;
}

/* Halk-3 (dış katman): violet→cyan, çok mat */
.core-orbit-three {
  inset: 4% !important;
  border: 1px solid rgba(104, 56, 248, 0.12) !important;
  border-top-color: rgba(8, 216, 248, 0.22) !important;
  animation: core-orbit 22s linear infinite !important;
  transform: rotate(-18deg) !important;
}

/* ═══════════════════════════════════════════════
   ORB — Logo ghost silhouette (centre)
   ═══════════════════════════════════════════════ */
.orb-logo-ghost {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28%;
  height: auto;
  opacity: 0.14;
  mix-blend-mode: screen;
  pointer-events: none;
  border-radius: 0;
  animation: orb-ghost-breathe 6s ease-in-out infinite;
  filter: brightness(1.3) saturate(0.7);
}

@keyframes orb-ghost-breathe {
  0%, 100% { opacity: 0.10; transform: translate(-50%, -50%) scale(0.96); }
  50%       { opacity: 0.18; transform: translate(-50%, -50%) scale(1.04); }
}

/* Logo ghost — biraz daha görünür + orb sola kayıyor */
.orb-logo-ghost {
  opacity: 0.20 !important;
  width: 32% !important;
}

@keyframes orb-ghost-breathe {
  0%, 100% { opacity: 0.15; transform: translate(-50%, -50%) scale(0.95); }
  50%       { opacity: 0.25; transform: translate(-50%, -50%) scale(1.05); }
}

.chatflow-core {
  left: 40% !important;
}

/* Hero h1 — 3-satırlı yeni başlık için font küçültme */
.hero h1 {
  font-size: clamp(2.6rem, 3.2vw, 3.2rem) !important;
  line-height: 1.08 !important;
}

@media (max-width: 1120px) {
  .hero h1 {
    font-size: clamp(1.75rem, 7.5vw, 2.4rem) !important;
    line-height: 1.1 !important;
  }
}
