/* ============================================================
   LegalConnect.ai — Lavender Authority
   Off-white base · Soft violet accent · Deep purple CTA
   ============================================================ */

/* ---------- Design Tokens ---------- */
:root {
  --base:   #FAF9F7;
  --base-2: #F4F2FB;

  --accent:      #8B6FD4;
  --accent-dim:  rgba(139, 111, 212, 0.09);
  --accent-glow: rgba(139, 111, 212, 0.20);

  --purple:      #3B1280;
  --purple-dim:  rgba(59, 18, 128, 0.07);

  --text:  #1A1135;
  --muted: #6A5A9E;

  --border:       rgba(139, 111, 212, 0.14);
  --border-hover: rgba(59, 18, 128, 0.22);

  --card:       #FFFFFF;
  --card-hover: #F4F2FB;

  --shadow:       0 1px 4px rgba(59,18,128,0.06), 0 6px 20px rgba(59,18,128,0.04);
  --shadow-hover: 0 4px 16px rgba(59,18,128,0.10), 0 14px 40px rgba(59,18,128,0.07);

  --green: #16A34A;
  --amber: #B45309;
  --red:   #DC2626;

  --radius:    16px;
  --radius-sm: 8px;
  --radius-lg: 20px;
  --transition: 0.24s cubic-bezier(0.4, 0, 0.2, 1);
}

.bento-card {
  --text:         #1A1135;
  --muted:        #6A5A9E;
  --border:       rgba(139, 111, 212, 0.12);
  --border-hover: rgba(59, 18, 128, 0.20);
  --accent-dim:   rgba(139, 111, 212, 0.08);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--base);
  color: var(--text);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
ul  { list-style: none; }
a   { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, select, textarea { font-family: inherit; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 {
  font-family: 'DM Serif Display', Georgia, serif;
  line-height: 1.10;
  color: var(--text);
  letter-spacing: -0.02em;
}
em { font-style: italic; color: var(--accent); }

/* ---------- Container ---------- */
.container {
  width: 100%;
  max-width: 1160px;
  margin-inline: auto;
  padding-inline: 28px;
}

/* ---------- Sections ---------- */
.section      { padding-block: 104px; position: relative; }
.section--alt { background: var(--base-2); }
.section--cta { background: var(--base); overflow: hidden; padding-block: 104px; }

.section__header {
  text-align: center;
  max-width: 560px;
  margin-inline: auto;
  margin-bottom: 72px;
}
.section__title { font-size: clamp(30px, 5.5vw, 46px); margin-block: 16px 18px; }
.section__sub   { color: var(--muted); font-size: 16px; line-height: 1.75; font-weight: 400; }

/* ---------- Pain Section ---------- */
.section--pain { background: var(--text); }

.pain__inner {
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) {
  .pain__inner { grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
}

.pain__headline {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.22;
  color: #F5F4EF;
  margin: 0;
}
.pain__headline em {
  font-style: italic;
  color: rgba(200,182,255,0.75);
}
.pain__headline--accent {
  font-style: italic;
  color: #C4AAFF;
}

.pain__body p {
  font-size: 16px;
  line-height: 1.80;
  color: rgba(245,244,239,0.62);
  margin-bottom: 18px;
}
.pain__body p:last-child { margin-bottom: 0; }

.pain__closer { color: rgba(245,244,239,0.75) !important; }
.pain__closer strong { color: #F5F4EF; font-weight: 600; }

/* ---------- Why Not ChatGPT ---------- */
.chatgpt__inner {
  display: grid;
  gap: 32px;
  max-width: 860px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .chatgpt__inner { grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
}

.chatgpt__problem p {
  font-size: 16px;
  line-height: 1.80;
  color: var(--muted);
  margin-bottom: 16px;
}
.chatgpt__problem p:last-child { margin-bottom: 0; }

.chatgpt__answer {
  background: var(--base-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 28px 28px 24px;
  border-left: 3px solid var(--accent);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.chatgpt__answer-icon {
  width: 40px; height: 40px;
  background: rgba(139,111,212,0.10);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: var(--accent);
  flex-shrink: 0;
}
.chatgpt__answer p {
  font-size: 16px;
  line-height: 1.78;
  color: var(--text);
  font-weight: 500;
  margin: 0;
}

/* ---------- Badge ---------- */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(139,111,212,0.28);
  background: rgba(139,111,212,0.07);
  font-size: 10px;
  font-weight: 600;
  color: var(--purple);
  letter-spacing: .09em;
  text-transform: uppercase;
}
.badge--glow { box-shadow: none; }
.badge__dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--accent);
  animation: pulse 2.5s infinite;
}
@keyframes pulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50%      { opacity: .3; transform: scale(1.35); }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 500;
  transition: var(--transition);
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: 0.01em;
}
.btn--primary {
  background: var(--purple);
  color: #fff;
  border: 1px solid var(--purple);
  box-shadow: 0 2px 10px rgba(59,18,128,0.18);
}
.btn--primary:hover {
  background: #4D1BA8;
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(59,18,128,0.28);
}
.btn--ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border);
}
.btn--ghost:hover {
  border-color: var(--border-hover);
  background: var(--accent-dim);
  transform: translateY(-1px);
}
.btn--outline {
  background: transparent;
  color: var(--purple);
  border: 1px solid rgba(59,18,128,0.22);
}
.btn--outline:hover {
  border-color: rgba(59,18,128,0.38);
  background: var(--purple-dim);
  transform: translateY(-1px);
}
.btn--full { width: 100%; justify-content: center; }
.btn--sm   { padding: 9px 18px; font-size: 13px; }

.bento-card .btn--primary { background: var(--purple); color: #fff; border-color: var(--purple); box-shadow: 0 2px 10px rgba(59,18,128,0.14); }
.bento-card .btn--primary:hover { background: #4D1BA8; box-shadow: 0 4px 20px rgba(59,18,128,0.22); }
.bento-card .btn--outline { color: var(--purple); border-color: rgba(59,18,128,0.20); }
.bento-card .btn--outline:hover { border-color: rgba(59,18,128,0.36); background: var(--purple-dim); }

/* ---------- Nav ---------- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(26, 17, 53, 0.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(139,111,212,0.18);
  transition: var(--transition);
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding-inline: 28px;
  max-width: 1160px;
  margin-inline: auto;
}
.nav__logo { display: flex; align-items: center; gap: 9px; font-weight: 600; font-size: 15px; color: #F5F4EF; }
.logo-ai   { color: #C4AAFF; }
.nav__links {
  display: none;
  align-items: center;
  gap: 32px;
  font-size: 14px; font-weight: 400;
  color: rgba(245,244,239,0.65);
}
.nav__links a:hover { color: #F5F4EF; }
.nav__cta {
  padding: 7px 16px;
  border-radius: var(--radius-sm);
  background: #F5F4EF;
  color: var(--purple) !important;
  font-weight: 600; font-size: 13px;
  border: 1px solid #F5F4EF;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  letter-spacing: 0.01em;
}
.nav__cta:hover { background: #ffffff; box-shadow: 0 3px 14px rgba(0,0,0,0.20); }
.nav__hamburger { display: flex; flex-direction: column; gap: 5px; padding: 6px; }
.nav__hamburger span {
  display: block; width: 20px; height: 1.5px;
  background: rgba(245,244,239,0.70); border-radius: 2px; transition: var(--transition);
}
.nav__mobile {
  display: none; flex-direction: column;
  padding: 12px 28px 16px;
  background: rgba(26,17,53,0.97);
  border-top: 1px solid rgba(139,111,212,0.18);
}
.nav__mobile a {
  padding: 14px 0; font-size: 15px; font-weight: 400;
  color: rgba(245,244,239,0.65);
  border-bottom: 1px solid rgba(139,111,212,0.12);
}
.nav__mobile a:last-child { border-bottom: none; color: #F5F4EF; font-weight: 600; }
.nav__mobile.open { display: flex; }

@media (min-width: 768px) {
  .nav__links     { display: flex; }
  .nav__hamburger { display: none; }
}

/* ---------- Hero ---------- */
.hero {
  padding-top: calc(64px + 72px);
  padding-bottom: 88px;
  position: relative;
  overflow: hidden;
  min-height: 100svh;
  display: flex;
  align-items: center;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 65% 55% at 70% 30%, rgba(139,111,212,0.07) 0%, transparent 70%),
    radial-gradient(ellipse 40% 50% at 10% 80%, rgba(59,18,128,0.04) 0%, transparent 65%);
  pointer-events: none; z-index: 0;
}

#hero-canvas,
#hero-particles {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
}
#hero-canvas    { opacity: 0.18; z-index: 0; }
#hero-particles { opacity: 0.30; z-index: 0; }

/* ---------- Bento Card ---------- */
.bento-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow);
  transition:
    border-color var(--transition),
    background var(--transition),
    transform var(--transition),
    box-shadow var(--transition);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.bento-card:hover {
  background: var(--card-hover);
  border-color: rgba(139,111,212,0.24);
  box-shadow: var(--shadow-hover);
  transform: translateY(-2px);
}

/* ---------- Hero Bento ---------- */
.hero__bento { display: grid; grid-template-columns: 1fr; gap: 10px; position: relative; z-index: 2; }

.bento-card--headline {
  grid-column: 1 / -1;
  padding: 48px 44px;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}
.bento-card--headline:hover {
  background: transparent;
  border-color: transparent;
  transform: none;
  box-shadow: none;
}

.hero__h1 {
  font-size: clamp(34px, 7.5vw, 58px);
  margin-block: 20px 22px;
  color: var(--text);
  letter-spacing: -0.03em;
  line-height: 1.06;
}
.hero__sub {
  font-size: 17px; color: var(--muted);
  max-width: 480px; margin-bottom: 36px; line-height: 1.75; font-weight: 400;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }

.bento-card--founder { display: flex; flex-direction: column; gap: 18px; }
.founder-hero__img-wrap { position: relative; }
.founder-hero__img {
  width: 100%; max-width: 200px; height: 200px;
  object-fit: cover; object-position: top;
  border-radius: var(--radius);
  border: 1px solid var(--border);
}
.founder-hero__img-fallback {
  display: none; width: 200px; height: 200px;
  border-radius: var(--radius); border: 1px solid var(--border);
  background: var(--accent-dim); align-items: center; justify-content: center;
}
.founder-hero__google-badge {
  position: absolute; bottom: 10px; left: 10px;
  display: flex; align-items: center; gap: 5px;
  background: rgba(59,18,128,0.90);
  border: 1px solid rgba(139,111,212,0.35);
  border-radius: 999px; padding: 4px 10px;
  font-size: 11px; font-weight: 500; color: #E8D5FF;
  backdrop-filter: blur(12px); white-space: nowrap;
}
.founder-hero__info  { display: flex; flex-direction: column; gap: 7px; }
.founder-hero__name  { font-family: 'DM Serif Display', serif; font-size: 17px; color: var(--text); }
.founder-hero__role  { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .07em; }
.founder-hero__blurb { font-size: 13px; color: var(--muted); line-height: 1.70; }
.founder-hero__linkedin {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; color: var(--accent); font-weight: 500; margin-top: 4px;
}
.founder-hero__linkedin:hover { opacity: 0.75; }

.bento-card--stat { display: flex; flex-direction: column; gap: 5px; padding: 24px 28px; }
.stat__num   { font-family: 'DM Serif Display', serif; font-size: 38px; line-height: 1; color: var(--accent); }
.stat__unit  { font-size: 20px; }
.stat__label { font-size: 12px; color: var(--muted); margin-top: 4px; letter-spacing: 0.02em; }

.bento-card--live { padding: 24px 28px; }
.live__header {
  display: flex; align-items: center; gap: 7px;
  font-size: 10px; font-weight: 600; color: var(--muted);
  text-transform: uppercase; letter-spacing: .09em; margin-bottom: 18px;
}
.live__dot { width: 5px; height: 5px; border-radius: 50%; background: var(--green); animation: pulse 2.5s infinite; }
.live__clauses { display: flex; flex-direction: column; gap: 10px; }
.clause       { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--muted); line-height: 1.4; }
.clause--ok   { color: var(--text); }
.clause--warn { color: var(--amber); }
.clause--typing { display: flex; align-items: center; gap: 7px; margin-top: 4px; }
.typing__label {
  font-size: 9px; font-weight: 600;
  background: var(--purple); color: #E8D5FF;
  border-radius: 3px; padding: 2px 6px; letter-spacing: .06em;
}
.typing__text { font-size: 12px; color: var(--muted); }
.typing__dots { display: flex; gap: 3px; align-items: center; }
.typing__dots span {
  width: 3px; height: 3px; border-radius: 50%;
  background: var(--muted); animation: typing 1.2s infinite;
}
.typing__dots span:nth-child(2) { animation-delay: .2s; }
.typing__dots span:nth-child(3) { animation-delay: .4s; }
@keyframes typing {
  0%,80%,100% { opacity: .18; transform: scale(.8); }
  40%          { opacity: .8;  transform: scale(1);  }
}

.bento-card--quote { padding: 30px 32px; }
.quote__icon { margin-bottom: 14px; opacity: .20; }
.bento-card--quote p {
  font-family: 'DM Serif Display', serif;
  font-size: 17px; line-height: 1.58; font-style: italic;
  color: var(--text); margin-bottom: 14px;
}
.quote__attr { font-size: 12px; color: var(--muted); }

.bento-card--coverage { padding: 24px 28px; display: flex; flex-direction: column; gap: 12px; justify-content: center; }
.coverage__label { font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.coverage__regions { display: flex; flex-wrap: wrap; gap: 6px; }
.coverage__regions span {
  padding: 4px 11px; border-radius: 999px;
  background: var(--purple-dim);
  border: 1px solid rgba(59,18,128,0.14);
  font-size: 12px; color: var(--purple); font-weight: 500;
}

@media (min-width: 600px) {
  .hero__bento { grid-template-columns: 1fr 1fr; }
  .bento-card--headline { grid-column: 1 / -1; }
  .bento-card--quote    { grid-column: 1 / -1; }
}
@media (min-width: 900px) {
  .hero__bento { grid-template-columns: 2fr 1.2fr 0.7fr 0.7fr; }
  .bento-card--headline { grid-column: 1 / 3; grid-row: 1; }
  .bento-card--founder  { grid-column: 3 / 5; grid-row: 1 / 3; }
  .bento-card--stat:nth-of-type(3) { grid-column: 1 / 2; grid-row: 2; }
  .bento-card--stat:nth-of-type(4) { grid-column: 2 / 3; grid-row: 2; }
  .bento-card--live     { grid-column: 1 / 2; grid-row: 3; }
  .bento-card--quote    { grid-column: 2 / 4; grid-row: 3; }
  .bento-card--coverage { grid-column: 4 / 5; grid-row: 3; }
  .founder-hero__img    { max-width: 100%; height: 180px; }
}

/* ---------- Process — Editorial Timeline ---------- */
.process__timeline { position: relative; padding-block: 20px 0; }
.process__timeline::before {
  content: '';
  position: absolute;
  left: 50%; transform: translateX(-50%);
  top: 0; bottom: 0; width: 1px;
  background: linear-gradient(to bottom,
    transparent 0%, rgba(139,111,212,0.18) 8%,
    rgba(139,111,212,0.18) 92%, transparent 100%);
}
.process__step {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0 80px; align-items: center;
  margin-bottom: 108px; position: relative;
}
.process__step:last-child { margin-bottom: 0; }
.process__step::after {
  content: '';
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--accent); z-index: 3;
  box-shadow: 0 0 0 3px rgba(139,111,212,0.15);
}
.process__step--left .process__step-num     { grid-column: 1; grid-row: 1; text-align: right; padding-right: 40px; }
.process__step--left .process__step-content { grid-column: 2; grid-row: 1; padding-left: 40px; }
.process__step--right .process__step-num    { grid-column: 2; grid-row: 1; text-align: left; padding-left: 40px; }
.process__step--right .process__step-content{ grid-column: 1; grid-row: 1; padding-right: 40px; text-align: right; }

.process__step-num {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(96px, 13vw, 152px); line-height: 1;
  color: rgba(139,111,212,0.07);
  letter-spacing: -0.04em;
  user-select: none; pointer-events: none;
}
.process__step-label {
  font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .14em;
  color: var(--accent); margin-bottom: 16px;
}
.process__step-title { font-size: clamp(22px, 3vw, 28px); margin-bottom: 14px; color: var(--text); }
.process__step-desc  { font-size: 15px; color: var(--muted); line-height: 1.80; margin-bottom: 20px; }
.process__step-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.process__step--right .process__step-tags { justify-content: flex-end; }
.process__step-tags span {
  padding: 3px 11px; border-radius: 999px;
  background: var(--accent-dim);
  border: 1px solid rgba(139,111,212,0.18);
  font-size: 11px; font-weight: 500; color: var(--accent); letter-spacing: .02em;
}

@media (max-width: 767px) {
  .process__timeline::before { left: 18px; transform: none; }
  .process__step { grid-template-columns: 1fr; padding-left: 44px; margin-bottom: 64px; }
  .process__step::after { left: 18px; }
  .process__step-num { display: none; }
  .process__step--left .process__step-content,
  .process__step--right .process__step-content { grid-column: 1; grid-row: 1; padding: 0; text-align: left; }
  .process__step--right .process__step-tags { justify-content: flex-start; }
}

/* ---------- Services ---------- */
.services__bento { display: grid; grid-template-columns: 1fr; gap: 10px; }
.bento-card--service { position: relative; }
.bento-card--service h3  { font-size: 17px; margin-block: 14px 10px; color: var(--text); }
.bento-card--service p   { font-size: 14px; color: var(--muted); line-height: 1.75; margin-bottom: 16px; }
.bento-card--service ul  { display: flex; flex-direction: column; gap: 8px; }
.bento-card--service li  { font-size: 13px; color: var(--muted); padding-left: 16px; position: relative; }
.bento-card--service li::before {
  content: ''; position: absolute; left: 0; top: 8px;
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--accent);
}
.service__icon {
  width: 38px; height: 38px; border-radius: 8px;
  background: var(--accent-dim);
  border: 1px solid rgba(139,111,212,0.18);
  display: flex; align-items: center; justify-content: center;
  color: var(--accent);
}
.service__badge {
  position: absolute; top: 16px; right: 16px;
  padding: 3px 10px; border-radius: 999px;
  background: var(--purple); color: #fff;
  font-size: 10px; font-weight: 600; letter-spacing: 0.04em;
}
.service__tag-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.service__tag-row span {
  padding: 3px 10px; border-radius: 999px;
  background: var(--accent-dim);
  border: 1px solid rgba(139,111,212,0.16);
  font-size: 11px; font-weight: 500; color: var(--accent);
}
.bento-card--service-accent {
  background: linear-gradient(140deg, rgba(139,111,212,0.05) 0%, var(--card) 100%);
  border-color: rgba(139,111,212,0.18);
}

@media (min-width: 600px) {
  .services__bento { grid-template-columns: 1fr 1fr; }
  .bento-card--service-wide { grid-column: 1 / -1; }
}
@media (min-width: 900px) {
  .services__bento { grid-template-columns: repeat(3, 1fr); }
  .bento-card--service-wide { grid-column: 1 / 2; grid-row: 1 / 3; }
  .bento-card--service-tall { grid-row: 2 / 4; }
  .bento-card--service-accent { grid-column: 3 / 4; }
}

/* ---------- Pricing ---------- */
.pricing__bento { display: grid; grid-template-columns: 1fr; gap: 10px; }
.bento-card--price { padding: 36px; display: flex; flex-direction: column; gap: 18px; }
.price__tier   { font-size: 10px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .10em; }
.price__amount { font-family: 'DM Serif Display', serif; font-size: 26px; color: var(--text); }
.price__desc   { font-size: 14px; color: var(--muted); line-height: 1.70; }
.price__list   { display: flex; flex-direction: column; gap: 11px; flex: 1; }
.price__list li { display: flex; align-items: center; gap: 9px; font-size: 14px; color: var(--muted); }
.bento-card--price-featured {
  border-color: rgba(139,111,212,0.28);
  background: linear-gradient(145deg, rgba(139,111,212,0.05) 0%, var(--card) 100%);
  box-shadow: 0 4px 20px rgba(59,18,128,0.10), 0 12px 40px rgba(59,18,128,0.06);
}
.price__popular {
  position: absolute; top: -1px; right: 24px;
  padding: 4px 13px;
  background: var(--purple); color: #fff;
  font-size: 10px; font-weight: 600; letter-spacing: 0.06em;
  border-radius: 0 0 8px 8px;
}

@media (min-width: 700px) { .pricing__bento { grid-template-columns: repeat(3, 1fr); } }

/* ---------- Why ---------- */
.why__bento { display: grid; grid-template-columns: 1fr; gap: 10px; }
.bento-card--why { padding: 30px 34px; }
.why__label {
  font-size: 10px; font-weight: 600; text-transform: uppercase;
  letter-spacing: .10em; color: var(--muted);
  margin-bottom: 22px; padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}
.why__label--us { color: var(--purple); }
.bento-card--why-us {
  border-color: rgba(139,111,212,0.22);
  background: var(--card);
  box-shadow: 0 4px 20px rgba(59,18,128,0.08), 0 8px 32px rgba(59,18,128,0.05);
}
.why__rows { display: flex; flex-direction: column; }
.why__row {
  display: flex; align-items: center; gap: 8px;
  padding-block: 13px; border-bottom: 1px solid var(--border);
  font-size: 14px; color: var(--muted);
}
.why__row:last-child { border-bottom: none; }
.why__row--us { color: var(--text); font-weight: 400; }
.why__divider-col { display: none; }
.why__labels-col  { display: flex; flex-direction: column; }
.why__category {
  font-size: 10px; font-weight: 600; color: var(--muted);
  text-transform: uppercase; letter-spacing: .06em;
  padding-block: 15px; border-bottom: 1px solid var(--border);
  display: flex; align-items: center;
}
.why__category:last-child { border-bottom: none; }

@media (min-width: 768px) {
  .why__bento { grid-template-columns: 1fr auto 1fr; align-items: start; gap: 0; }
  .why__divider-col {
    display: flex; padding: 30px 24px;
    padding-top: calc(30px + 14px + 22px + 14px);
  }
  .bento-card--why-them { border-radius: var(--radius-lg) 0 0 var(--radius-lg); border-right: none; }
  .bento-card--why-us   { border-radius: 0 var(--radius-lg) var(--radius-lg) 0; border-left: none; }
}

/* ---------- FAQ ---------- */
.faq__list {
  max-width: 720px; margin-inline: auto;
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow);
  --text:   #1A1135;
  --muted:  #6A5A9E;
  --border: rgba(139,111,212,0.12);
  background: var(--card);
  border: 1px solid rgba(139,111,212,0.14);
}
.faq__item { border-bottom: 1px solid var(--border); }
.faq__item:last-child { border-bottom: none; }
.faq__q {
  width: 100%; display: flex; align-items: center;
  justify-content: space-between; gap: 16px;
  padding: 24px 28px;
  font-size: 15px; font-weight: 400; color: var(--text); text-align: left;
  transition: background var(--transition);
}
.faq__q:hover { background: rgba(139,111,212,0.04); }
.faq__q[aria-expanded="true"] { color: var(--purple); }
.faq__chevron { flex-shrink: 0; color: var(--muted); transition: transform var(--transition); opacity: 0.6; }
.faq__q[aria-expanded="true"] .faq__chevron { transform: rotate(180deg); color: var(--accent); opacity: 1; }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .35s cubic-bezier(0.4,0,0.2,1); }
.faq__a.open { max-height: 320px; }
.faq__a p { padding: 0 28px 24px; font-size: 14px; color: var(--muted); line-height: 1.80; }

/* ---------- CTA / Get Started ---------- */
.cta__bento { display: grid; grid-template-columns: 1fr; gap: 52px; align-items: start; }
.cta__content { display: flex; flex-direction: column; gap: 20px; }
.cta__h2 { font-size: clamp(30px, 6.5vw, 48px); }
.cta__content > p { font-size: 16px; color: var(--muted); line-height: 1.75; }
.cta__trust { display: flex; flex-direction: column; gap: 10px; }
.cta__trust span { display: flex; align-items: center; gap: 9px; font-size: 13px; color: var(--muted); }

@media (min-width: 768px) {
  .cta__bento { grid-template-columns: 1fr 1.2fr; gap: 64px; }
  .cta__trust  { flex-direction: row; flex-wrap: wrap; gap: 20px; }
}

/* ---------- Contact Form ---------- */
.contact-form { display: flex; flex-direction: column; gap: 18px; padding: 36px; }
.form__row { display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 500px) { .form__row { grid-template-columns: 1fr 1fr; } }
.form__group { display: flex; flex-direction: column; gap: 8px; }
.form__group label { font-size: 10px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.form__group input,
.form__group select {
  padding: 13px 16px; border-radius: var(--radius-sm);
  border: 1px solid rgba(139,111,212,0.18);
  background: rgba(250,249,247,0.80);
  color: #1A1135; font-size: 14px;
  transition: border-color var(--transition), box-shadow var(--transition);
  outline: none; -webkit-appearance: none; appearance: none;
}
.form__group input::placeholder { color: rgba(106,90,158,0.40); }
.form__group select option { background: #FAF9F7; color: #1A1135; }
.form__group input:focus,
.form__group select:focus {
  border-color: rgba(59,18,128,0.35);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(139,111,212,0.09);
}
.form__group select { cursor: pointer; }
.form__error { font-size: 12px; color: var(--red); min-height: 14px; }
.form__success {
  display: flex; align-items: center; gap: 8px;
  font-size: 14px; color: var(--green);
  padding: 12px 16px; border-radius: var(--radius-sm);
  background: rgba(22,163,74,0.07);
  border: 1px solid rgba(22,163,74,0.18);
}

.form__error-msg {
  display: flex; align-items: center; gap: 8px;
  font-size: 14px; color: #EF4444;
  padding: 12px 16px; border-radius: var(--radius-sm);
  background: rgba(239,68,68,0.07);
  border: 1px solid rgba(239,68,68,0.18);
}

/* ---------- Footer ---------- */
.footer { padding-block: 48px; border-top: 1px solid var(--border); }
.footer__inner { display: flex; flex-direction: column; align-items: center; gap: 24px; text-align: center; }
.footer__logo { gap: 8px; color: var(--text); }
.footer__nav  { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 32px; font-size: 13px; color: var(--muted); opacity: .6; }
.footer__nav a:hover { color: var(--purple); opacity: 1; }
.footer__copy { font-size: 12px; color: var(--muted); opacity: .35; }

@media (min-width: 768px) {
  .footer__inner { flex-direction: row; justify-content: space-between; text-align: left; }
}

/* ---------- Reveal ---------- */
.reveal {
  opacity: 0; transform: translateY(18px);
  transition: opacity .65s cubic-bezier(0.22,1,0.36,1), transform .65s cubic-bezier(0.22,1,0.36,1);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal--delay-1 { transition-delay: .10s; }
.reveal--delay-2 { transition-delay: .20s; }
.reveal--delay-3 { transition-delay: .30s; }

/* ---------- Scrollbar ---------- */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--base); }
::-webkit-scrollbar-thumb { background: rgba(139,111,212,0.20); border-radius: 2px; }
::-webkit-scrollbar-thumb:hover { background: rgba(139,111,212,0.40); }

/* ---------- Selection ---------- */
::selection { background: rgba(139,111,212,0.18); color: #1A1135; }

/* ---------- Hero Layout (full-bleed video) ---------- */
.hero__video-bg {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    rgba(11, 18, 32, 0.88) 0%,
    rgba(11, 18, 32, 0.70) 55%,
    rgba(11, 18, 32, 0.52) 100%
  );
  z-index: 1;
}

.hero__layout {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.hero__text { display: flex; flex-direction: column; gap: 0; }

/* Force text to read on dark video overlay regardless of palette */
.hero__text .hero__h1  { color: #F5F4EF; }
.hero__text .hero__sub { color: rgba(245,244,239,0.72); }
.hero__text .badge     { border-color: rgba(245,244,239,0.22); background: rgba(245,244,239,0.08); color: rgba(245,244,239,0.80); }
.hero__text .badge__dot { background: #8B6FD4; }
.hero__text .btn--ghost { color: rgba(245,244,239,0.82); border-color: rgba(245,244,239,0.22); }
.hero__text .btn--ghost:hover { background: rgba(245,244,239,0.08); border-color: rgba(245,244,239,0.40); color: #F5F4EF; }

/* ---------- Founder Section ---------- */
.founder-profile {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
}

.founder-profile__media {
  position: relative;
  max-width: 340px;
  margin-inline: auto;
}

.founder-profile__img {
  width: 100%;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  display: block;
}

.founder-profile__img-fallback {
  display: none;
  width: 100%; aspect-ratio: 3/4;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--accent-dim);
  align-items: center; justify-content: center;
}

.founder-profile__badge {
  position: absolute; bottom: 16px; left: 16px;
  display: flex; align-items: center; gap: 6px;
  background: rgba(59,18,128,0.90);
  border: 1px solid rgba(139,111,212,0.35);
  border-radius: 999px; padding: 5px 13px;
  font-size: 11px; font-weight: 600; color: #E8D5FF;
  backdrop-filter: blur(12px); white-space: nowrap;
}

.founder-profile__body {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.founder-profile__name {
  font-size: clamp(30px, 5vw, 44px);
  letter-spacing: -0.025em;
  margin-top: 4px;
}

.founder-profile__role {
  font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .09em;
  color: var(--muted);
  margin-top: -10px;
}

.founder-profile__bio {
  font-size: 16px; color: var(--muted);
  line-height: 1.80; max-width: 540px;
}

.founder-profile__tags {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 4px;
}
.founder-profile__tags span {
  font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .07em;
  color: #fff;
  background: linear-gradient(135deg, rgba(139,111,212,0.45) 0%, rgba(107,70,193,0.55) 100%);
  border: 1.5px solid rgba(139,111,212,0.7);
  border-radius: 20px;
  padding: 7px 16px;
  box-shadow: 0 0 12px rgba(139,111,212,0.35), inset 0 1px 0 rgba(255,255,255,0.12);
}


.founder-profile__quote {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(18px, 2.5vw, 22px);
  font-style: italic;
  line-height: 1.48;
  color: var(--text);
  border-left: 2px solid var(--accent);
  padding-left: 22px;
  margin-block: 4px;
}

.founder-profile__linkedin {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13px; font-weight: 600;
  color: var(--accent);
  background: var(--accent-dim);
  border: 1px solid rgba(139,111,212,0.32);
  border-radius: var(--radius-sm);
  padding: 10px 18px;
  width: fit-content;
  cursor: pointer;
  margin-top: 4px;
  transition: var(--transition);
  text-decoration: none;
}
.founder-profile__linkedin:hover {
  background: rgba(139,111,212,0.15);
  border-color: rgba(139,111,212,0.55);
  color: var(--accent);
}

@media (min-width: 768px) {
  .founder-profile {
    grid-template-columns: 320px 1fr;
    gap: 72px;
  }
  .founder-profile__media { max-width: 100%; margin-inline: 0; }
}

/* ---------- Scroll Path ---------- */
#pipeline-svg {
  position: absolute; top: 0; left: 0;
  pointer-events: none; z-index: 1; overflow: visible;
}
body { position: relative; }
.bento-card,
.section__header, .process__timeline, .services__grid,
.pricing__grid, .why__grid, .faq, .cta-form,
.hero__bento { position: relative; z-index: 2; }
