/* ============================================================
   KALPAVRIKSHA AI — Website Stylesheet
   Version: 2.0 | Australian AI Automation Agency
   ============================================================ */

/* ---- Reset & Base ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #171827; background: #FFFFFF; line-height: 1.65;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}

/* ---- CSS Variables ---- */
:root {
  --navy:       #25244A; --navy-dark:  #191735; --navy-deep:  #0F0E23; --navy-mid:   #302A63;
  --gold:       #FFD32A; --gold-dark:  #E6BE00;
  --white:      #FFFFFF; --grey:       #F7F7FA; --grey-dark:  #EEEEF8; --purple:     #7E22CE;
  --text-dark:  #171827; --text-body:  #374151; --text-muted: #6B7280;
  --border:     #E5E7EB;
  --shadow-sm:  0 1px 3px rgba(0,0,0,0.06), 0 4px 16px rgba(37,36,74,0.07);
  --shadow-md:  0 4px 8px rgba(0,0,0,0.04), 0 12px 32px rgba(37,36,74,0.12);
  --shadow-lg:  0 8px 20px rgba(0,0,0,0.06), 0 28px 60px rgba(37,36,74,0.18);
  --pad:        80px 0; --max-w: 1200px; --radius: 14px; --radius-lg: 20px;
  --t:          all 0.22s ease;
}

/* ---- Typography ---- */
h1 { font-size: clamp(2.2rem,5.5vw,3.75rem); line-height:1.08; font-weight:800; letter-spacing:-0.025em; }
h2 { font-size: clamp(1.75rem,4vw,2.6rem);   line-height:1.12; font-weight:700; letter-spacing:-0.02em; }
h3 { font-size: clamp(1.15rem,2.5vw,1.45rem); line-height:1.3; font-weight:700; letter-spacing:-0.01em; }
h4 { font-size:1.05rem; line-height:1.4; font-weight:700; }
p  { color:var(--text-body); line-height:1.75; }
a  { text-decoration:none; color:inherit; }
ul { list-style:none; }
img { max-width:100%; height:auto; display:block; }

/* ---- Layout ---- */
.container   { max-width:var(--max-w); margin:0 auto; padding:0 28px; }
.section-pad { padding:var(--pad); }

/* ---- Section Header ---- */
.section-header { text-align:center; margin-bottom:52px; }
.section-header h2 { color:var(--text-dark); margin-bottom:16px; }
.section-header p  { font-size:1.1rem; max-width:580px; margin:0 auto; color:var(--text-muted); line-height:1.72; }
.dark-section .section-header h2 { color:var(--white); }
.dark-section .section-header p  { color:rgba(255,255,255,0.72); }
.section-eyebrow {
  display:inline-block; font-size:0.72rem; font-weight:800; letter-spacing:1.4px;
  text-transform:uppercase; color:var(--purple); background:rgba(126,34,206,0.08);
  padding:5px 14px; border-radius:100px; margin-bottom:14px;
}

/* ---- Backgrounds ---- */
.bg-white { background:var(--white); }
.bg-grey  { background:var(--grey); }

/* ---- Buttons ---- */
.btn {
  display:inline-flex; align-items:center; gap:8px; padding:14px 28px; border-radius:10px;
  font-size:0.975rem; font-weight:700; cursor:pointer; transition:var(--t);
  border:2px solid transparent; text-decoration:none; white-space:nowrap;
  font-family:inherit; line-height:1; letter-spacing:-0.01em;
}
.btn-primary   { background:var(--gold); color:var(--navy); border-color:var(--gold); }
.btn-primary:hover { background:var(--gold-dark); border-color:var(--gold-dark); transform:translateY(-2px); box-shadow:0 8px 24px rgba(255,211,42,0.4); }
.btn-secondary { background:rgba(255,255,255,0.1); color:var(--white); border-color:rgba(255,255,255,0.4); }
.btn-secondary:hover { background:rgba(255,255,255,0.18); border-color:rgba(255,255,255,0.7); transform:translateY(-1px); }
.btn-outline   { background:transparent; color:var(--navy); border-color:var(--border); }
.btn-outline:hover { background:var(--navy); color:var(--white); border-color:var(--navy); transform:translateY(-1px); box-shadow:var(--shadow-sm); }
.btn-navy      { background:var(--navy); color:var(--white); border-color:var(--navy); }
.btn-navy:hover{ background:var(--navy-dark); border-color:var(--navy-dark); transform:translateY(-1px); box-shadow:var(--shadow-md); }
.btn-ghost-dark{ background:rgba(255,255,255,0.07); color:rgba(255,255,255,0.6); border-color:rgba(255,255,255,0.15); }
.btn-ghost-dark:hover { background:rgba(255,255,255,0.12); color:rgba(255,255,255,0.85); border-color:rgba(255,255,255,0.3); }
.btn-lg  { padding:17px 36px; font-size:1.05rem; }
.btn-sm  { padding:10px 20px; font-size:0.875rem; }
.btn-full{ width:100%; justify-content:center; }

/* ============================================================ HEADER ============================================================ */
#site-header {
  position:sticky; top:0; left:0; right:0; z-index:1000;
  background:rgba(255,255,255,0.97); border-bottom:1px solid var(--border);
  backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px); transition:box-shadow 0.2s ease;
}
.header-inner { display:flex; align-items:center; justify-content:space-between; height:72px; gap:24px; }
.header-logo  { display:flex; align-items:center; gap:11px; flex-shrink:0; }
.logo-mark {
  width:40px; height:40px;
  background:linear-gradient(135deg,var(--navy) 0%,var(--navy-mid) 100%);
  border-radius:10px; display:flex; align-items:center; justify-content:center;
  font-size:0.875rem; font-weight:800; color:var(--gold); letter-spacing:-0.5px;
  box-shadow:0 2px 8px rgba(37,36,74,0.25);
}
.logo-text { display:flex; flex-direction:column; line-height:1.15; }
.logo-name { font-size:0.975rem; font-weight:800; color:var(--navy); letter-spacing:-0.02em; }
.logo-tag  { font-size:0.67rem; color:var(--text-muted); font-weight:500; }
.header-nav { display:flex; align-items:center; gap:2px; }
.header-nav a { padding:8px 13px; font-size:0.875rem; font-weight:600; color:var(--text-muted); border-radius:8px; transition:var(--t); }
.header-nav a:hover { color:var(--navy); background:var(--grey); }
.header-right  { display:flex; align-items:center; gap:10px; flex-shrink:0; }
.header-phone  {
  display:flex; align-items:center; gap:7px; font-size:0.82rem; font-weight:700;
  color:var(--navy); padding:8px 14px; border-radius:8px; border:1.5px solid var(--border); transition:var(--t);
}
.header-phone:hover { background:var(--grey); border-color:var(--navy); }
.header-phone .phone-icon { color:var(--purple); flex-shrink:0; }
.hamburger { display:none; flex-direction:column; gap:5px; cursor:pointer; padding:9px; border:none; background:none; border-radius:8px; transition:background 0.15s ease; }
.hamburger:hover { background:var(--grey); }
.hamburger span { display:block; width:22px; height:2px; background:var(--navy); border-radius:2px; transition:all 0.3s ease; }
.hamburger.active span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity:0; transform:scaleX(0); }
.hamburger.active span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }
.mobile-nav { display:none; background:var(--white); border-top:1px solid var(--border); padding:8px 0 20px; box-shadow:0 12px 24px rgba(0,0,0,0.08); }
.mobile-nav.open { display:block; }
.mobile-nav a { display:flex; align-items:center; gap:10px; padding:13px 28px; font-size:0.95rem; font-weight:600; color:var(--text-body); transition:var(--t); border-bottom:1px solid var(--border); }
.mobile-nav a:last-of-type { border-bottom:none; }
.mobile-nav a:hover { color:var(--navy); background:var(--grey); }
.mobile-nav .btn { margin:14px 24px 0; width:calc(100% - 48px); justify-content:center; }

/* ============================================================ HERO ============================================================ */
#hero {
  background:linear-gradient(180deg,#ffffff 0%,#fbfcff 100%);
  padding:88px 0 96px; position:relative; overflow:hidden; border-bottom:1px solid var(--border);
}
#hero::before {
  content:''; position:absolute; inset:0; pointer-events:none;
  background:
    radial-gradient(circle at 16% 28%,rgba(0,114,245,0.08) 0%,transparent 28%),
    radial-gradient(circle at 84% 12%,rgba(126,34,206,0.08) 0%,transparent 26%),
    radial-gradient(circle at 72% 78%,rgba(0,114,245,0.05) 0%,transparent 28%);
}
.hero-grid { display:grid; grid-template-columns:1.08fr 0.92fr; gap:24px; align-items:center; position:relative; z-index:1; }
.hero-eyebrow {
  display:inline-flex; align-items:center; gap:9px;
  background:rgba(0,114,245,0.08); border:1px solid rgba(0,114,245,0.18);
  padding:8px 18px; border-radius:100px; font-size:0.8rem;
  font-weight:700; color:var(--navy); margin-bottom:24px; letter-spacing:0.3px;
}
.pulse-dot { width:8px; height:8px; background:var(--accent); border-radius:50%; animation:kvpulse 2s infinite; }
@keyframes kvpulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.3;transform:scale(0.65)} }
#hero h1 { color:var(--text-dark); margin-bottom:20px; max-width:16ch; }
#hero h1 .highlight { color:var(--navy); }
.hero-lead { color:var(--text-body); font-size:1.05rem; margin-bottom:32px; line-height:1.8; max-width:540px; }
.hero-ctas  { display:flex; gap:14px; flex-wrap:wrap; margin-bottom:34px; }
.hero-ctas .btn { flex:1 1 0; min-width:200px; justify-content:center; }
#hero .btn-secondary { background:#fff; color:var(--navy); border-color:var(--border); box-shadow:var(--shadow-sm); }
#hero .btn-secondary:hover { background:#f7f9ff; border-color:rgba(37,36,74,0.16); }
.hero-trust { display:flex; flex-wrap:wrap; gap:16px; }
.trust-badge { display:flex; align-items:center; gap:7px; font-size:0.82rem; font-weight:600; color:var(--text-muted); }
.trust-badge .check-ico { color:var(--accent); flex-shrink:0; }

/* Dashboard */
.dashboard-card {
  background:rgba(255,255,255,0.07); border:1px solid rgba(255,255,255,0.16);
  border-radius:24px; padding:26px;
  backdrop-filter:blur(24px); -webkit-backdrop-filter:blur(24px);
  box-shadow:0 32px 80px rgba(0,0,0,0.42), 0 4px 20px rgba(0,0,0,0.18), 0 0 0 1px rgba(255,255,255,0.06), inset 0 1px 0 rgba(255,255,255,0.08);
}
.db-header { display:flex; align-items:center; justify-content:space-between; margin-bottom:18px; padding-bottom:15px; border-bottom:1px solid rgba(255,255,255,0.1); }
.db-title { font-size:0.82rem; font-weight:800; color:rgba(255,255,255,0.92); letter-spacing:-0.01em; }
.db-live  { display:flex; align-items:center; gap:6px; font-size:0.72rem; font-weight:600; color:#22c55e; }
.live-dot { width:7px; height:7px; background:#22c55e; border-radius:50%; animation:kvpulse 2s infinite; box-shadow:0 0 6px rgba(34,197,94,0.6); }
.db-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:9px; margin-bottom:16px; }
.db-stat  { background:rgba(255,255,255,0.08); border-radius:10px; padding:12px 8px; text-align:center; border:1px solid rgba(255,255,255,0.06); }
.db-stat-num { font-size:1.4rem; font-weight:800; color:var(--gold); line-height:1; margin-bottom:5px; }
.db-stat-lbl { font-size:0.62rem; color:rgba(255,255,255,0.48); line-height:1.3; }
.db-pipeline-lbl { font-size:0.64rem; font-weight:700; color:rgba(255,255,255,0.42); text-transform:uppercase; letter-spacing:0.9px; margin-bottom:8px; }
.db-stages { display:flex; gap:6px; margin-bottom:14px; }
.db-stage  { flex:1; background:rgba(255,255,255,0.06); border-radius:9px; padding:9px 4px; text-align:center; border:1px solid rgba(255,255,255,0.06); }
.db-stage-name  { font-size:0.57rem; color:rgba(255,255,255,0.38); margin-bottom:6px; text-transform:uppercase; letter-spacing:0.3px; }
.db-stage-count { font-size:1.1rem; font-weight:800; color:var(--white); line-height:1; }
.db-stage-dot   { display:block; width:6px; height:6px; border-radius:50%; margin:4px auto 0; }
.s-new .db-stage-dot      { background:#60a5fa; }
.s-contact .db-stage-dot  { background:var(--gold); }
.s-booked .db-stage-dot   { background:#a78bfa; }
.s-won .db-stage-dot      { background:#22c55e; box-shadow:0 0 6px rgba(34,197,94,0.5); }
.db-feed { display:flex; flex-direction:column; gap:6px; }
.db-feed-item { display:flex; align-items:center; gap:10px; background:rgba(255,255,255,0.05); border-radius:9px; padding:8px 10px; border:1px solid rgba(255,255,255,0.05); }
.feed-icon { width:28px; height:28px; border-radius:8px; flex-shrink:0; display:flex; align-items:center; justify-content:center; font-size:0.8rem; overflow:hidden; }
.fi-call { background:rgba(34,197,94,0.18);  color:#22c55e; }
.fi-chat { background:rgba(96,165,250,0.18); color:#60a5fa; }
.fi-book { background:rgba(167,139,250,0.18);color:#a78bfa; }
.fi-form { background:rgba(255,211,42,0.18);  color:var(--gold); }
.feed-info  { flex:1; min-width:0; }
.feed-title { font-size:0.72rem; font-weight:700; color:rgba(255,255,255,0.88); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.feed-sub   { font-size:0.63rem; color:rgba(255,255,255,0.4); margin-top:1px; }
.feed-time  { font-size:0.62rem; color:rgba(255,255,255,0.33); flex-shrink:0; }

/* ============================================================ PROBLEMS ============================================================ */
#problems { padding:var(--pad); background:var(--white); }
.cards-2x3 { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.problem-card {
  border:1px solid var(--border); border-radius:var(--radius); padding:30px 26px;
  transition:var(--t); background:var(--white); position:relative; overflow:hidden;
}
.problem-card::after {
  content:''; position:absolute; top:0; left:0; right:0; height:3px;
  background:linear-gradient(90deg,#ef4444,#f97316);
  transform:scaleX(0); transform-origin:left; transition:transform 0.28s ease;
}
.problem-card:hover { box-shadow:var(--shadow-md); transform:translateY(-3px); border-color:rgba(239,68,68,0.22); }
.problem-card:hover::after { transform:scaleX(1); }
.p-icon { width:50px; height:50px; background:rgba(239,68,68,0.08); border-radius:13px; display:flex; align-items:center; justify-content:center; margin-bottom:18px; color:#ef4444; }
.problem-card h4 { color:var(--text-dark); margin-bottom:8px; }
.problem-card p  { font-size:0.875rem; line-height:1.68; color:var(--text-muted); }
.section-cta { text-align:center; margin-top:52px; }

/* ============================================================ SOLUTIONS ============================================================ */
#solutions { padding:var(--pad); background:var(--grey); }
.solution-card {
  background:var(--white); border:1px solid var(--border);
  border-radius:var(--radius); padding:32px 28px; transition:var(--t);
  position:relative; overflow:hidden;
}
.solution-card::after {
  content:''; position:absolute; top:0; left:0; right:0; height:3px;
  background:linear-gradient(90deg,var(--navy),var(--purple));
  transform:scaleX(0); transform-origin:left; transition:transform 0.28s ease;
}
.solution-card:hover { box-shadow:var(--shadow-md); transform:translateY(-3px); border-color:rgba(37,36,74,0.2); }
.solution-card:hover::after { transform:scaleX(1); }
.s-icon {
  width:54px; height:54px;
  background:linear-gradient(135deg,rgba(37,36,74,0.08) 0%,rgba(126,34,206,0.07) 100%);
  border-radius:14px; display:flex; align-items:center; justify-content:center;
  margin-bottom:18px; color:var(--navy);
}
.solution-card h4 { color:var(--text-dark); margin-bottom:8px; }
.solution-card p  { font-size:0.875rem; line-height:1.68; color:var(--text-muted); }

/* ============================================================ TRY AI ============================================================ */
#try-ai {
  background:linear-gradient(145deg,var(--navy-dark) 0%,var(--navy) 60%,var(--navy-mid) 100%);
  padding:var(--pad); position:relative; overflow:hidden;
}
#try-ai::before {
  content:''; position:absolute; inset:0; pointer-events:none;
  background:
    radial-gradient(circle at 50% 50%,rgba(126,34,206,0.22) 0%,transparent 55%),
    radial-gradient(circle at 85% 20%,rgba(255,211,42,0.07) 0%,transparent 40%);
}
.try-ai-wrap { position:relative; z-index:1; }
.ai-demo-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; max-width:960px; margin:0 auto; }
.ai-demo-card {
  background:rgba(255,255,255,0.07); border:1px solid rgba(255,255,255,0.13);
  border-radius:20px; padding:36px 28px;
  display:flex; flex-direction:column; align-items:center; text-align:center;
  transition:var(--t); text-decoration:none; cursor:pointer; font-family:inherit;
}
.ai-demo-card:hover { background:rgba(255,255,255,0.13); border-color:rgba(255,255,255,0.3); transform:translateY(-5px); box-shadow:0 16px 48px rgba(0,0,0,0.25); }
.ai-demo-card.card-gold { background:var(--gold); border-color:var(--gold); }
.ai-demo-card.card-gold:hover { background:var(--gold-dark); border-color:var(--gold-dark); box-shadow:0 16px 48px rgba(255,211,42,0.35); }
.adc-icon { width:64px; height:64px; border-radius:18px; background:rgba(255,255,255,0.12); flex-shrink:0; display:flex; align-items:center; justify-content:center; color:var(--white); margin-bottom:20px; font-size:1.5rem; overflow:hidden; }
.ai-demo-card.card-gold .adc-icon { background:rgba(37,36,74,0.15); color:var(--navy); }
.adc-title { font-size:1.08rem; font-weight:800; color:var(--white); margin-bottom:10px; letter-spacing:-0.01em; }
.ai-demo-card.card-gold .adc-title { color:var(--navy); }
.adc-desc  { font-size:0.875rem; color:rgba(255,255,255,0.58); line-height:1.62; margin-bottom:26px; flex:1; }
.ai-demo-card.card-gold .adc-desc { color:rgba(37,36,74,0.68); }
.adc-btn {
  display:inline-flex; align-items:center; gap:7px; padding:11px 22px;
  border-radius:9px; font-size:0.875rem; font-weight:700;
  background:rgba(255,255,255,0.14); color:var(--white);
  border:1.5px solid rgba(255,255,255,0.24); transition:var(--t); font-family:inherit;
  width:100%; justify-content:center;
}
.ai-demo-card:hover .adc-btn { background:rgba(255,255,255,0.22); }
.ai-demo-card.card-gold .adc-btn { background:rgba(37,36,74,0.14); color:var(--navy); border-color:rgba(37,36,74,0.18); }
.ai-demo-card.card-gold:hover .adc-btn { background:rgba(37,36,74,0.22); }

/* ============================================================ PROCESS ============================================================ */
#process { padding:var(--pad); background:var(--white); }
.steps-row { display:grid; grid-template-columns:repeat(3,1fr); gap:36px; position:relative; }
.steps-row::before {
  content:''; position:absolute; top:38px; left:17%; right:17%; height:2px;
  background:linear-gradient(90deg,var(--gold) 0%,var(--purple) 50%,var(--gold) 100%);
  z-index:0; opacity:0.55;
}
.step-card { position:relative; z-index:1; text-align:center; padding:0 16px; }
.step-num {
  width:76px; height:76px;
  background:linear-gradient(135deg,var(--navy) 0%,var(--navy-mid) 100%);
  border-radius:50%; display:flex; align-items:center; justify-content:center;
  font-size:1.4rem; font-weight:800; color:var(--gold);
  margin:0 auto 26px; border:4px solid var(--white);
  box-shadow:0 0 0 4px var(--navy),var(--shadow-md);
}
.step-card h3 { color:var(--text-dark); margin-bottom:12px; }
.step-card p  { font-size:0.9rem; color:var(--text-muted); line-height:1.7; }

/* ============================================================ INDUSTRIES ============================================================ */
#industries { padding:var(--pad); background:var(--grey); }
.industries-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.ind-card { background:var(--white); border:1px solid var(--border); border-radius:var(--radius); padding:28px 18px; text-align:center; transition:var(--t); }
.ind-card:hover { background:var(--navy); border-color:var(--navy); box-shadow:var(--shadow-md); transform:translateY(-3px); }
.ind-icon { width:52px; height:52px; background:rgba(37,36,74,0.07); border-radius:13px; display:flex; align-items:center; justify-content:center; margin:0 auto 14px; color:var(--navy); transition:var(--t); }
.ind-card:hover .ind-icon { background:rgba(255,211,42,0.2); color:var(--gold); }
.ind-card h4 { font-size:0.9rem; color:var(--text-dark); font-weight:700; transition:var(--t); }
.ind-card:hover h4 { color:var(--white); }

/* ============================================================ BUILT FOR ============================================================ */
#built-for { padding:var(--pad); background:var(--navy); position:relative; overflow:hidden; }
#built-for::before { content:''; position:absolute; top:-35%; right:-6%; width:600px; height:600px; background:radial-gradient(circle,rgba(126,34,206,0.18) 0%,transparent 60%); pointer-events:none; }
#built-for::after  { content:''; position:absolute; bottom:-15%; left:-4%; width:450px; height:450px; background:radial-gradient(circle,rgba(255,211,42,0.06) 0%,transparent 60%); pointer-events:none; }
.built-grid { display:grid; grid-template-columns:1fr 1fr; gap:76px; align-items:center; position:relative; z-index:1; }
.built-content h2 { color:var(--white); margin-bottom:16px; }
.built-content > p { color:rgba(255,255,255,0.72); font-size:1.08rem; margin-bottom:34px; line-height:1.75; }
.bullet-col { display:flex; flex-direction:column; gap:14px; }
.bullet-row { display:flex; align-items:center; gap:13px; }
.bul-check { width:26px; height:26px; background:rgba(255,211,42,0.16); border-radius:50%; display:flex; align-items:center; justify-content:center; flex-shrink:0; color:var(--gold); }
.bullet-row span { font-size:0.975rem; font-weight:600; color:rgba(255,255,255,0.85); }
.trust-panel { background:rgba(255,255,255,0.07); border:1px solid rgba(255,255,255,0.14); border-radius:var(--radius-lg); padding:38px 34px; backdrop-filter:blur(10px); box-shadow:0 8px 32px rgba(0,0,0,0.15); }
.trust-panel h3 { color:var(--white); margin-bottom:26px; font-size:1.12rem; }
.trust-rows { display:flex; flex-direction:column; gap:14px; }
.trust-row { display:flex; align-items:center; gap:12px; font-size:0.975rem; font-weight:600; color:rgba(255,255,255,0.85); }
.t-tick { width:24px; height:24px; background:rgba(255,211,42,0.16); border-radius:50%; display:flex; align-items:center; justify-content:center; color:var(--gold); flex-shrink:0; font-size:0.8rem; }

/* ============================================================ FOUNDER ============================================================ */
#founder { padding:var(--pad); background:var(--white); }
.founder-card {
  max-width:860px; margin:0 auto;
  background:linear-gradient(135deg,var(--grey) 0%,var(--grey-dark) 100%);
  border:1px solid var(--border); border-radius:24px; padding:56px 60px;
  display:grid; grid-template-columns:auto 1fr; gap:52px; align-items:start;
}
.founder-side { text-align:center; flex-shrink:0; }
.avatar {
  width:110px; height:110px;
  background:linear-gradient(135deg,var(--navy) 0%,var(--purple) 100%);
  border-radius:50%; display:flex; align-items:center; justify-content:center;
  font-size:2.2rem; font-weight:800; color:var(--gold); margin-bottom:14px;
  box-shadow:0 8px 28px rgba(37,36,74,0.28);
}
.avatar-photo {
  width:110px; height:110px;
  border-radius:50%; object-fit:cover; object-position:center top;
  margin-bottom:14px;
  box-shadow:0 8px 28px rgba(37,36,74,0.28);
  border:3px solid var(--gold);
}
.f-name  { font-size:1rem; font-weight:800; color:var(--text-dark); }
.f-title { font-size:0.75rem; color:var(--text-muted); margin-top:3px; }
.founder-text h2 { color:var(--text-dark); margin-bottom:18px; font-size:1.6rem; }
.founder-text p  { font-size:0.95rem; color:var(--text-body); line-height:1.8; margin-bottom:12px; }
.founder-text .btn { margin-top:10px; }

/* ============================================================ PRICING ============================================================ */
#pricing { padding:var(--pad); background:var(--grey); }
.pricing-note { text-align:center; font-size:0.925rem; color:var(--text-muted); margin-top:-44px; margin-bottom:56px; max-width:560px; margin-inline:auto; line-height:1.68; }
.pricing-note a { color:var(--navy); font-weight:700; text-decoration:underline; text-underline-offset:3px; }
.pricing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; align-items:start; }
.price-card { background:var(--white); border:2px solid var(--border); border-radius:var(--radius-lg); padding:36px 30px; transition:var(--t); position:relative; }
.price-card:hover { box-shadow:var(--shadow-md); }
.price-card.featured { background:var(--navy); border-color:var(--navy); box-shadow:var(--shadow-lg); transform:translateY(-10px); }
.price-recommended { position:absolute; top:-14px; left:50%; transform:translateX(-50%); background:var(--gold); color:var(--navy); padding:5px 20px; border-radius:100px; font-size:0.72rem; font-weight:800; white-space:nowrap; letter-spacing:0.3px; }
.price-tier { font-size:0.7rem; font-weight:800; text-transform:uppercase; letter-spacing:1.2px; color:var(--text-muted); margin-bottom:7px; }
.price-card.featured .price-tier { color:rgba(255,255,255,0.45); }
.price-card h3 { font-size:1.2rem; color:var(--text-dark); margin-bottom:22px; }
.price-card.featured h3 { color:var(--white); }
.price-setup  { font-size:0.82rem; color:var(--text-muted); margin-bottom:4px; }
.price-setup strong { font-size:1.2rem; color:var(--text-dark); font-weight:800; }
.price-card.featured .price-setup { color:rgba(255,255,255,0.5); }
.price-card.featured .price-setup strong { color:var(--white); }
.price-monthly { margin-bottom:26px; }
.price-big  { font-size:2.2rem; font-weight:800; color:var(--text-dark); letter-spacing:-0.03em; }
.price-freq { font-size:0.85rem; color:var(--text-muted); }
.price-card.featured .price-big  { color:var(--gold); }
.price-card.featured .price-freq { color:rgba(255,255,255,0.45); }
.price-divider { border:none; border-top:1px solid var(--border); margin-bottom:22px; }
.price-card.featured .price-divider { border-color:rgba(255,255,255,0.12); }
.price-features { display:flex; flex-direction:column; gap:10px; margin-bottom:28px; }
.pf-row { display:flex; align-items:center; gap:10px; font-size:0.9rem; color:var(--text-body); }
.pf-tick { color:var(--navy); flex-shrink:0; }
.price-card.featured .pf-row { color:rgba(255,255,255,0.82); }
.price-card.featured .pf-tick { color:var(--gold); }

/* ============================================================ PROJECTS ============================================================ */
#projects { padding:var(--pad); background:var(--white); }
.projects-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.proj-card { border:1px solid var(--border); border-radius:18px; overflow:hidden; transition:var(--t); background:var(--white); }
.proj-card:hover { box-shadow:var(--shadow-md); transform:translateY(-3px); border-color:rgba(37,36,74,0.18); }
.proj-thumb { height:200px; display:flex; align-items:center; justify-content:center; }
.proj-thumb-img { padding:0; overflow:hidden; height:200px; max-height:200px; flex-shrink:0; }
.proj-thumb-img img { width:100%; height:100%; object-fit:cover; object-position:top; display:block; }
.proj-1 .proj-thumb { background:linear-gradient(135deg,#1e1b4b 0%,#4338ca 100%); }
.proj-2 .proj-thumb { background:linear-gradient(135deg,#022c22 0%,#059669 100%); }
.proj-3 .proj-thumb { background:linear-gradient(135deg,#431407 0%,#c2410c 100%); }
.proj-thumb-inner { text-align:center; color:var(--text-muted); }
.proj-thumb-icon  { font-size:2.8rem; margin-bottom:8px; }
.proj-thumb-label { font-size:0.72rem; font-weight:600; opacity:0.6; }
.proj-info { padding:22px 20px; }
.proj-tags { display:flex; gap:6px; margin-bottom:10px; flex-wrap:wrap; }
.proj-tag { display:inline-block; font-size:0.67rem; font-weight:800; letter-spacing:0.6px; padding:3px 10px; border-radius:5px; text-transform:uppercase; background:rgba(37,36,74,0.07); color:var(--text-muted); }
.proj-info h4 { color:var(--text-dark); margin-bottom:7px; }
.proj-info p  { font-size:0.875rem; color:var(--text-muted); margin-bottom:16px; line-height:1.6; }

/* ============================================================ OUTCOMES ============================================================ */
#outcomes { padding:var(--pad); background:var(--grey); }
.outcomes-note-top { text-align:center; font-size:0.875rem; font-style:italic; color:var(--text-muted); margin-top:-44px; margin-bottom:44px; }
.outcome-card { background:var(--white); border:1px solid var(--border); border-radius:18px; padding:36px 28px; text-align:center; transition:var(--t); }
.outcome-card:hover { box-shadow:var(--shadow-md); transform:translateY(-3px); }
.oc-icon { width:68px; height:68px; border-radius:18px; display:flex; align-items:center; justify-content:center; margin:0 auto 22px; }
.oc-1 { background:rgba(59,130,246,0.1);  color:#2563eb; }
.oc-2 { background:rgba(124,58,237,0.1);  color:#7c3aed; }
.oc-3 { background:rgba(22,163,74,0.1);   color:#16a34a; }
.outcome-card h3 { color:var(--text-dark); margin-bottom:12px; }
.outcome-card p  { font-size:0.9rem; color:var(--text-muted); line-height:1.72; }
.outcomes-disclaimer { text-align:center; font-size:0.84rem; color:var(--text-muted); font-style:italic; margin-top:40px; max-width:560px; margin-inline:auto; padding:16px 22px; background:rgba(37,36,74,0.04); border-radius:10px; border:1px solid var(--border); }

/* ============================================================ FAQ ============================================================ */
#faq { padding:var(--pad); background:var(--white); }
.faq-stack { max-width:780px; margin:0 auto; display:flex; flex-direction:column; gap:12px; }
.faq-item { border:1px solid var(--border); border-radius:14px; overflow:hidden; background:var(--white); transition:border-color 0.22s ease,box-shadow 0.22s ease; }
.faq-item.open { border-color:rgba(37,36,74,0.3); box-shadow:0 4px 20px rgba(37,36,74,0.09); }
.faq-q {
  display:flex; align-items:center; justify-content:space-between;
  padding:22px 26px; cursor:pointer; background:transparent;
  transition:background 0.15s ease; gap:16px; user-select:none;
  border:none; width:100%; font-family:inherit; text-align:left;
}
.faq-q:hover { background:var(--grey); }
.faq-q h4 { font-size:1rem; font-weight:600; color:var(--text-dark); line-height:1.4; }
.faq-item.open .faq-q h4 { color:var(--navy); }
.faq-toggle { width:32px; height:32px; background:var(--grey); border-radius:50%; display:flex; align-items:center; justify-content:center; flex-shrink:0; transition:all 0.3s ease; color:var(--navy); }
.faq-item.open .faq-toggle { background:var(--navy); color:var(--white); transform:rotate(45deg); }
.faq-a { max-height:0; overflow:hidden; transition:max-height 0.38s ease; }
.faq-item.open .faq-a { max-height:480px; }
.faq-a-inner { padding:0 26px 22px; border-top:1px solid var(--border); }
.faq-a-inner p { font-size:0.95rem; color:var(--text-body); line-height:1.78; padding-top:18px; }

/* ============================================================ BOOK AUDIT ============================================================ */
#book-audit {
  background:linear-gradient(145deg,var(--navy-dark) 0%,var(--navy) 100%);
  padding:var(--pad); position:relative; overflow:clip;
}
#book-audit::before { content:''; position:absolute; bottom:-20%; left:-8%; width:560px; height:560px; background:radial-gradient(circle,rgba(126,34,206,0.15) 0%,transparent 60%); pointer-events:none; }
.book-grid { display:grid; grid-template-columns:1fr 1.5fr; gap:64px; align-items:start; position:relative; z-index:1; }
.book-info h2 { color:var(--white); margin-bottom:14px; }
.book-info > p { color:rgba(255,255,255,0.72); font-size:1.08rem; margin-bottom:32px; line-height:1.75; }
.audit-checklist { display:flex; flex-direction:column; gap:13px; margin-bottom:32px; }
.ac-row { display:flex; align-items:center; gap:12px; font-size:0.95rem; color:rgba(255,255,255,0.84); font-weight:500; }
.ac-check { width:22px; height:22px; background:rgba(255,211,42,0.16); border-radius:50%; display:flex; align-items:center; justify-content:center; color:var(--gold); flex-shrink:0; font-size:0.78rem; }
.audit-trust { display:flex; flex-wrap:wrap; gap:10px; padding-top:22px; border-top:1px solid rgba(255,255,255,0.1); }
.at-item { display:flex; align-items:center; gap:6px; font-size:0.8rem; font-weight:600; color:rgba(255,255,255,0.52); }
.at-item svg { color:var(--gold); }
.ghl-cal-placeholder { text-align:center; padding:52px 36px; }
.ghl-cal-placeholder .ghl-icon { font-size:3.2rem; margin-bottom:16px; opacity:0.45; }
.ghl-cal-placeholder h3 { color:rgba(255,255,255,0.72); margin-bottom:10px; }
.ghl-cal-placeholder p  { color:rgba(255,255,255,0.42); font-size:0.875rem; margin-bottom:18px; line-height:1.65; }
.ghl-tag { display:inline-block; background:rgba(255,211,42,0.15); color:var(--gold); padding:7px 16px; border-radius:7px; font-size:0.75rem; font-weight:700; font-family:monospace; }
.cal-cta-btn { margin-top:22px; }

/* ============================================================ AUDIT FORM ============================================================ */
#audit-form { padding:var(--pad); background:var(--grey); }
.form-card { max-width:880px; margin:0 auto; background:var(--white); border:1px solid var(--border); border-radius:24px; padding:56px; box-shadow:var(--shadow-sm); }
.form-grid-2 { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.form-group { display:flex; flex-direction:column; gap:7px; }
.form-group.full { grid-column:1 / -1; }
.form-group label { font-size:0.875rem; font-weight:600; color:var(--text-dark); letter-spacing:-0.01em; }
.form-group label .req { color:#ef4444; margin-left:2px; }
.form-input,.form-select,.form-textarea {
  width:100%; padding:13px 16px; border:1.5px solid var(--border); border-radius:10px;
  font-family:inherit; font-size:0.95rem; color:var(--text-dark);
  background:var(--white); transition:border-color 0.18s ease,box-shadow 0.18s ease;
  outline:none; -webkit-appearance:none; appearance:none;
}
.form-input::placeholder,.form-textarea::placeholder { color:#9CA3AF; }
.form-input:focus,.form-select:focus,.form-textarea:focus { border-color:var(--navy); box-shadow:0 0 0 3px rgba(37,36,74,0.09); }
.form-select {
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat:no-repeat; background-position:right 14px center; background-size:16px; padding-right:42px; cursor:pointer;
}
.form-textarea { resize:vertical; min-height:120px; line-height:1.65; }
.form-consent { display:flex; align-items:flex-start; gap:12px; padding:16px; background:var(--grey); border-radius:10px; border:1px solid var(--border); }
.form-consent input[type="checkbox"] { width:18px; height:18px; flex-shrink:0; margin-top:2px; accent-color:var(--navy); cursor:pointer; }
.form-consent-text { font-size:0.82rem; color:var(--text-muted); line-height:1.65; }
.form-submit-wrap { margin-top:4px; }
.form-status { min-height:1.2em; margin-top:12px; text-align:center; font-size:0.84rem; line-height:1.4; color:#b91c1c; font-weight:600; }
.form-status:empty { margin-top:0; min-height:0; }
.form-microcopy { font-size:0.8rem; color:var(--text-muted); margin-top:12px; text-align:center; line-height:1.6; }
.btn[disabled] { opacity:0.7; cursor:not-allowed; }
.form-success { text-align:center; padding:56px 32px; display:none; }
.form-success.show { display:block; }
.form-success-icon { width:72px; height:72px; background:rgba(22,163,74,0.1); border-radius:50%; display:flex; align-items:center; justify-content:center; margin:0 auto 20px; color:#16a34a; }
.form-success h3 { color:var(--text-dark); margin-bottom:10px; font-size:1.3rem; }
.form-success p  { color:var(--text-muted); font-size:0.95rem; line-height:1.7; max-width:400px; margin:0 auto; }

/* ============================================================ FINAL CTA ============================================================ */
#final-cta { background:linear-gradient(145deg,var(--navy) 0%,var(--navy-dark) 100%); padding:104px 0; text-align:center; position:relative; overflow:hidden; }
#final-cta::before { content:''; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:800px; height:400px; background:radial-gradient(ellipse,rgba(126,34,206,0.2) 0%,transparent 65%); pointer-events:none; }
.cta-content { position:relative; z-index:1; }
.cta-content h2 { color:var(--white); font-size:clamp(1.9rem,4vw,2.9rem); margin-bottom:18px; }
.cta-content > p { color:rgba(255,255,255,0.72); font-size:1.1rem; max-width:560px; margin:0 auto 44px; line-height:1.75; }
.cta-btns { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }

/* ============================================================ FOOTER ============================================================ */
#footer { background:var(--navy-deep); padding:40px 0; border-top:1px solid rgba(255,255,255,0.06); }
.footer-row { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:20px; }
.footer-logo { display:flex; align-items:center; gap:10px; }
.footer-logo .brand-logo-mark { height:32px; }
.footer-logo .brand-logo-wordmark { height:18px; filter:brightness(0) invert(1); }
.footer-links { display:flex; gap:24px; flex-wrap:wrap; }
.footer-links a { font-size:0.83rem; color:rgba(255,255,255,0.44); transition:color 0.15s ease; }
.footer-links a:hover { color:rgba(255,255,255,0.86); }
.footer-copy { font-size:0.77rem; color:rgba(255,255,255,0.28); }

/* ============================================================ FADE ANIMATION ============================================================ */
.fade-in { opacity:0; transform:translateY(22px); transition:opacity 0.65s ease,transform 0.65s ease; }
.fade-in.visible { opacity:1; transform:translateY(0); }

/* ============================================================ GRID 3 ============================================================ */
.cards-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }

/* ============================================================ RESPONSIVE 1024px ============================================================ */
@media (max-width:1024px) {
  :root { --pad:80px 0; }
  .hero-grid { grid-template-columns:1fr; }
  .hero-visual { display:none; }
  .cards-2x3 { grid-template-columns:repeat(2,1fr); }
  .pricing-grid { grid-template-columns:1fr; max-width:440px; margin-inline:auto; }
  .price-card.featured { transform:none; }
  .book-grid { grid-template-columns:1fr; gap:44px; }
  .built-grid { grid-template-columns:1fr; gap:44px; }
  .founder-card { grid-template-columns:1fr; gap:32px; padding:44px; text-align:center; }
  .founder-side { display:flex; flex-direction:column; align-items:center; }
  .form-card { padding:44px; }
  .ai-demo-cards { grid-template-columns:1fr; max-width:480px; }
  .cards-3 { grid-template-columns:repeat(2,1fr); }
}

/* ============================================================ RESPONSIVE 768px ============================================================ */
@media (max-width:768px) {
  :root { --pad:56px 0; }
  .container { padding:0 20px; }
  .header-nav,.header-phone { display:none; }
  .hamburger { display:flex; }
  .cards-2x3 { grid-template-columns:1fr; }
  .steps-row { grid-template-columns:1fr; gap:40px; }
  .steps-row::before { display:none; }
  .industries-grid { grid-template-columns:repeat(2,1fr); }
  .projects-grid { grid-template-columns:1fr; }
  .cards-3 { grid-template-columns:1fr; }
  .founder-card { padding:32px 24px; }
  .form-card { padding:32px 24px; }
  .form-grid-2 { grid-template-columns:1fr; }
  .ai-demo-cards { grid-template-columns:1fr; }
  .footer-row { flex-direction:column; align-items:flex-start; gap:14px; }
  .hero-ctas { flex-direction:column; }
  .hero-ctas .btn { width:100%; justify-content:center; }
  .cta-btns { flex-direction:column; align-items:center; }
  .cta-btns .btn { width:100%; max-width:320px; justify-content:center; }
  .section-header { margin-bottom:44px; }
  .book-grid,.built-grid { gap:36px; }
  .faq-q { padding:18px 20px; }
  .faq-a-inner { padding:0 20px 18px; }
  .pricing-grid { max-width:100%; }
  .cal-placeholder-card { padding:40px 24px; min-height:300px; }
  .cal-embed-wrap { max-width:100%; min-height:760px; overflow:visible; }
  .cal-embed-wrap iframe { min-height:760px; }
  .mock-speed-num { font-size:1.5rem; }
  .mock-fuel-price { font-size:1.4rem; }
}

/* ============================================================
   KALPAVRIKSHA AI — v2.3 Enhancements
   ============================================================ */

/* Prevent horizontal overflow */
body { overflow-x:hidden; }

/* Hero dot grid overlay */
#hero::after {
  content:''; position:absolute; inset:0; pointer-events:none;
  background-image:radial-gradient(rgba(255,255,255,0.04) 1px,transparent 1px);
  background-size:28px 28px; z-index:0;
}

/* Dark section eyebrow colour */
.dark-section .section-eyebrow {
  color:rgba(255,211,42,0.88);
  background:rgba(255,211,42,0.1);
  border:1px solid rgba(255,211,42,0.18);
}

/* ---- Calendar Placeholder Card ---- */
.cal-placeholder-card {
  background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.15);
  border-radius:20px; padding:52px 40px;
  display:flex; flex-direction:column; align-items:center; text-align:center;
  gap:20px; min-height:420px; justify-content:center;
}
.cal-icon-wrap {
  width:72px; height:72px;
  background:rgba(255,211,42,0.14); border:1px solid rgba(255,211,42,0.25);
  border-radius:18px; display:flex; align-items:center; justify-content:center;
  color:var(--gold); font-size:2rem;
}
.cal-placeholder-card h3 { color:var(--white); font-size:1.4rem; margin:0; }
.cal-placeholder-card > p { color:rgba(255,255,255,0.65); font-size:0.95rem; line-height:1.72; max-width:310px; margin:0; }
.cal-connect-note {
  display:inline-block; font-size:0.7rem; color:rgba(255,255,255,0.3);
  background:rgba(255,255,255,0.04); padding:5px 14px; border-radius:6px;
  border:1px solid rgba(255,255,255,0.08); font-family:monospace; letter-spacing:0.3px;
}
.cal-cta-btn { min-width:200px; }

/* ---- Calendar Embed ---- */
.cal-embed-wrap {
  width:100%; max-width:560px; min-height:720px;
  background:#ffffff; border-radius:18px; overflow:visible;
  box-shadow:0 24px 60px rgba(0,0,0,0.28);
}
.cal-embed-wrap iframe {
  width:100%; min-height:720px; border:0; display:block; background:#ffffff;
  border-radius:18px;
}

/* ---- Project Card Mock UIs ---- */
.proj-mock-wrap { width:100%; height:100%; display:flex; align-items:center; justify-content:center; }

/* Speed Test (How Fast Is My Net) */
.mock-speed { display:flex; flex-direction:column; align-items:center; gap:6px; }
.mock-speed-bars { display:flex; align-items:flex-end; gap:4px; height:40px; }
.mock-speed-bar { width:7px; border-radius:3px 3px 0 0; background:rgba(255,255,255,0.15); }
.mock-speed-bar.lit { background:#818cf8; }
.mock-speed-num { font-size:2rem; font-weight:800; color:#fff; line-height:1; letter-spacing:-0.04em; }
.mock-speed-lbl { font-size:0.58rem; font-weight:700; color:rgba(255,255,255,0.48); letter-spacing:0.8px; text-transform:uppercase; }

/* Unit Converter */
.mock-converter { display:flex; flex-direction:column; gap:8px; }
.mock-conv-row { background:rgba(255,255,255,0.12); border-radius:8px; padding:9px 14px; display:flex; justify-content:space-between; align-items:center; min-width:140px; }
.mock-conv-result { background:rgba(52,211,153,0.2); }
.mock-conv-val { font-size:0.95rem; font-weight:800; color:#fff; }
.mock-conv-unit { font-size:0.6rem; color:rgba(255,255,255,0.5); font-weight:600; text-transform:uppercase; }
.mock-conv-arrow { text-align:center; color:#34d399; font-size:1.1rem; line-height:1; }

/* PumpPal */
.mock-fuel { display:flex; flex-direction:column; align-items:center; gap:8px; }
.mock-pin-wrap { padding:4px 4px 0; }
.mock-pin { width:30px; height:30px; background:var(--gold); border-radius:50% 50% 50% 0; transform:rotate(-45deg); box-shadow:0 4px 14px rgba(255,211,42,0.5); }
.mock-fuel-price { font-size:1.75rem; font-weight:800; color:#fff; line-height:1; letter-spacing:-0.03em; }
.mock-fuel-unit { font-size:0.7rem; font-weight:600; color:rgba(255,255,255,0.6); }
.mock-fuel-lbl { font-size:0.57rem; font-weight:700; color:rgba(255,255,255,0.48); letter-spacing:0.8px; text-transform:uppercase; }
.mock-fuel-dots { display:flex; gap:5px; align-items:center; }
.mock-dot { width:7px; height:7px; border-radius:50%; background:rgba(255,255,255,0.2); }
.mock-dot.active { background:var(--gold); }


/* ============================================================
   KALPAVRIKSHA AI — v3.0 Redesign Additions
   CRO-focused redesign: new sections, components, overrides
   ============================================================ */

/* ---- Section padding for new/renamed sections ---- */
#system       { padding: var(--pad); }
#audit-offer  { padding: var(--pad); }
#process      { padding: var(--pad); background: var(--grey); }
#industries   { padding: var(--pad); background: var(--white); }
#outcomes     { padding: var(--pad); background: var(--white); }

/* Override legacy bg on outcomes (was grey, now white) */
#outcomes { background: var(--white) !important; }

/* ============================================================ LEAD FLOW VISUAL (Hero) ============================================================ */
.lead-flow-card {
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.16);
  border-radius: 24px; padding: 24px;
  backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  box-shadow: 0 32px 80px rgba(0,0,0,0.42), 0 4px 20px rgba(0,0,0,0.18),
              0 0 0 1px rgba(255,255,255,0.06), inset 0 1px 0 rgba(255,255,255,0.08);
}
.premium-panel {
  background: linear-gradient(180deg, rgba(17,17,17,0.98) 0%, rgba(9,9,9,0.98) 100%);
  border-color: rgba(255,255,255,0.08);
  box-shadow: 0 28px 70px rgba(0,0,0,0.36), 0 0 0 1px rgba(255,255,255,0.04), inset 0 1px 0 rgba(255,255,255,0.05);
  padding: 18px;
}
.panel-tabs {
  display:grid; grid-template-columns:repeat(3,1fr); gap:8px;
  background:rgba(255,255,255,0.05); padding:8px; border-radius:18px;
}
.panel-tab {
  border:0; background:transparent; padding:11px 12px; border-radius:14px;
  font:600 13px/1.1 inherit; color:rgba(255,255,255,0.58); cursor:pointer; transition:var(--t);
}
.panel-tab:hover { color:rgba(255,255,255,0.86); }
.panel-tab.active { background:#fff; color:#111; box-shadow:0 3px 14px -10px rgba(0,0,0,.3); }
.premium-focus {
  margin-top:16px; display:grid; grid-template-columns:1.08fr 0.92fr; gap:14px; align-items:stretch;
}
.panel-kicker {
  font-family:monospace; text-transform:uppercase; font-size:12px; letter-spacing:.14em;
  color:#9cc7ff; margin-bottom:12px;
}
.premium-focus h2 {
  color:#fff; font-size:clamp(1.75rem,2.8vw,2.2rem); letter-spacing:-.04em; line-height:1.05; margin:0; max-width:16ch;
}
.premium-focus p {
  margin:12px 0 0; color:rgba(255,255,255,0.72); line-height:1.65; max-width:42ch; font-size:0.95rem;
}
.hero-metrics { display:grid; gap:12px; align-content:start; }
.hero-metric {
  background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.08);
  border-radius:20px; padding:14px 16px;
}
.hero-metric strong { display:block; font-size:22px; letter-spacing:-.04em; color:#fff; }
.hero-metric span { display:block; color:var(--muted); font-size:13px; margin-top:4px; }

.lf-card-header {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,0.1);
}
.lf-card-title { font-size: 0.8rem; font-weight: 800; color: rgba(255,255,255,0.92); letter-spacing: -0.01em; }
.lf-card-live  { display: flex; align-items: center; gap: 6px; font-size: 0.7rem; font-weight: 600; color: #22c55e; }

.lf-flow  { display: flex; flex-direction: column; gap: 0; }
.lf-step  {
  display: flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px; padding: 10px 12px;
}
.lf-step-sm  { padding: 8px 10px; }
.lf-step-final { border-color: rgba(255,211,42,0.25); background: rgba(255,211,42,0.06); }

.lf-step-icon {
  width: 30px; height: 30px; border-radius: 8px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem; overflow: hidden;
}
.lf-icon-web  { background: rgba(96,165,250,0.22);  color: #60a5fa; }
.lf-icon-chat { background: rgba(34,197,94,0.22);   color: #22c55e; }
.lf-icon-call { background: rgba(167,139,250,0.22); color: #a78bfa; }
.lf-icon-crm  { background: rgba(251,191,36,0.22);  color: #fbbf24; }
.lf-icon-email{ background: rgba(96,165,250,0.22);  color: #60a5fa; }
.lf-icon-book { background: rgba(255,211,42,0.22);  color: var(--gold); }

.lf-step-info { flex: 1; min-width: 0; }
.lf-step-name { font-size: 0.75rem; font-weight: 700; color: rgba(255,255,255,0.88); line-height: 1.2; }
.lf-step-stat { font-size: 0.62rem; color: rgba(255,255,255,0.4); margin-top: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.lf-badge {
  font-size: 0.58rem; font-weight: 800; letter-spacing: 0.4px; padding: 3px 8px;
  border-radius: 5px; flex-shrink: 0; text-transform: uppercase;
}
.lf-badge-blue   { background: rgba(96,165,250,0.2);  color: #93c5fd; }
.lf-badge-green  { background: rgba(34,197,94,0.2);   color: #86efac; }
.lf-badge-purple { background: rgba(167,139,250,0.2); color: #c4b5fd; }
.lf-badge-gold   { background: rgba(255,211,42,0.2);  color: var(--gold); }

.lf-connector {
  display: flex; justify-content: flex-start; padding-left: 24px;
  height: 12px; align-items: center;
}
.lf-connector span {
  display: block; width: 2px; height: 12px;
  background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.04));
  border-radius: 2px;
}

.lf-branch-row { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }

/* ============================================================ SYSTEM CARDS ============================================================ */
.system-cards {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 20px;
}
.system-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 32px 26px; transition: var(--t);
  position: relative; overflow: hidden;
}
.system-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--navy), var(--purple));
  opacity: 0.6; transition: opacity 0.25s ease;
}
.system-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); border-color: rgba(37,36,74,0.2); }
.system-card:hover::before { opacity: 1; }
.sc-step {
  font-size: 0.65rem; font-weight: 800; letter-spacing: 1.2px; color: var(--purple);
  text-transform: uppercase; margin-bottom: 12px; opacity: 0.7;
}
.sc-icon {
  width: 52px; height: 52px;
  background: linear-gradient(135deg, rgba(37,36,74,0.07) 0%, rgba(126,34,206,0.07) 100%);
  border-radius: 13px; display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px; font-size: 1.3rem; overflow: hidden;
}
.system-card h4 { color: var(--text-dark); margin-bottom: 8px; }
.system-card p  { font-size: 0.875rem; line-height: 1.72; color: var(--text-muted); }

/* ============================================================ AUDIT OFFER SECTION ============================================================ */
.audit-offer-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center;
}
.ao-content .section-eyebrow { display: inline-block; margin-bottom: 14px; }
.ao-content h2 { color: var(--text-dark); margin-bottom: 20px; }
.ao-intro { font-size: 1.05rem; color: var(--text-body); line-height: 1.8; margin-bottom: 14px; }
.ao-sub   { font-size: 0.95rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 28px; }
.ao-checklist-card {
  background: var(--grey); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 38px 36px;
  box-shadow: var(--shadow-sm);
}
.ao-check-heading {
  font-size: 0.72rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1.1px;
  color: var(--text-muted); margin-bottom: 22px;
}
.ao-check-list { display: flex; flex-direction: column; gap: 14px; }
.ao-check-row  { display: flex; align-items: center; gap: 12px; font-size: 0.95rem; color: var(--text-body); font-weight: 500; }
.ao-check-tick {
  width: 22px; height: 22px; background: rgba(37,36,74,0.08); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  color: var(--navy); font-size: 0.75rem; font-weight: 700;
}

/* ============================================================ OUTCOMES GRID (6 cards, 2x3) ============================================================ */
.outcomes-grid { /* inherits cards-2x3 3-col grid */ }
.outcome-card  {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 16px; padding: 32px 26px; text-align: left; transition: var(--t);
}
.outcome-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.oc-icon {
  width: 56px; height: 56px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px; font-size: 1.3rem;
}
.oc-1 { background: rgba(59,130,246,0.1);  color: #2563eb; }
.oc-2 { background: rgba(234,179,8,0.12);  color: #92400e; }
.oc-3 { background: rgba(96,165,250,0.12); color: #1d4ed8; }
.oc-4 { background: rgba(124,58,237,0.1);  color: #6d28d9; }
.oc-5 { background: rgba(239,68,68,0.08);  color: #b91c1c; }
.oc-6 { background: rgba(22,163,74,0.1);   color: #15803d; }
.outcome-card h3 { color: var(--text-dark); margin-bottom: 10px; font-size: 1.08rem; }
.outcome-card p  { font-size: 0.875rem; color: var(--text-muted); line-height: 1.72; }

/* ============================================================ DARK SECTION — #final-cta specifics ============================================================ */
#final-cta {
  background: linear-gradient(145deg, var(--navy) 0%, var(--navy-dark) 100%);
  padding: 104px 0; text-align: center; position: relative; overflow: hidden;
}
#final-cta::before {
  content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 800px; height: 400px;
  background: radial-gradient(ellipse, rgba(126,34,206,0.2) 0%, transparent 65%);
  pointer-events: none;
}

/* ============================================================ RESPONSIVE — v3 additions ============================================================ */
@media (max-width: 1024px) {
  .audit-offer-grid { grid-template-columns: 1fr; gap: 44px; }
  .system-cards     { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 768px) {
  .system-cards       { grid-template-columns: 1fr; }
  .audit-offer-grid   { gap: 32px; }
  .ao-checklist-card  { padding: 28px 24px; }
  .lf-branch-row      { grid-template-columns: 1fr 1fr; gap: 5px; }
  .lf-step-stat       { display: none; }
  .outcomes-grid      { grid-template-columns: 1fr; }
  .outcome-card       { text-align: center; }
  .oc-icon            { margin: 0 auto 16px; }
}

/* ============================================================
   KALPAVRIKSHA AI — v3.0 Hero Refinements
   ============================================================ */

/* Nav links: prevent wrapping on mid-size viewports */
.header-nav a { white-space: nowrap; }

/* Hero grid: give content column slightly more room */
.hero-grid { grid-template-columns: 1.1fr 0.9fr; align-items: center; }

/* Lead flow card: cap width, vertically align to content top */
.hero-visual { align-items: flex-start; padding-top: 4px; }
.lead-flow-card { max-width: 440px; }

/* Flow steps: breathing room between each item */
.lf-flow { gap: 5px; }

/* Connectors: taller, more visible gradient line */
.lf-connector { height: 18px; padding-left: 21px; }
.lf-connector span {
  display: block; width: 2px; height: 18px; border-radius: 2px;
  background: linear-gradient(180deg, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0.06) 100%);
}

/* Dual step: Chat AI + Call AI merged into one row with divider */
.lf-step-dual { gap: 0; padding: 0; }
.lf-dual-half {
  display: flex; align-items: center; gap: 10px;
  flex: 1 1 0; padding: 10px 12px; min-width: 0;
}
.lf-dual-divider {
  width: 1px; flex-shrink: 0; align-self: stretch;
  background: rgba(255,255,255,0.14); margin: 6px 0;
}

/* Trust badges: tighten gap so all 4 fit on one row */
.hero-trust { gap: 16px; }

/* Step cards: slightly more padding and rounded corners for polish */
.lf-step { border-radius: 11px; }
.lf-step-final {
  border-color: rgba(255,211,42,0.3);
  background: rgba(255,211,42,0.08);
  box-shadow: 0 0 0 1px rgba(255,211,42,0.08) inset;
}

/* Responsive: restore hero-grid columns on tablet/mobile */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; align-items: start; }
}


/* ============================================================
   v3.8 Brand refresh overrides
   ============================================================ */

:root {
  --hero-overlay-start: rgba(12, 16, 28, 0.88);
  --hero-overlay-end: rgba(12, 16, 28, 0.58);
}

.ui-icon {
  width: 1em;
  height: 1em;
  stroke-width: 2;
  flex-shrink: 0;
  display: inline-block;
}

.header-logo {
  display:flex; align-items:center; gap:10px; flex-shrink:0;
}

.brand-logo {
  display:block;
  object-fit:contain;
  flex-shrink:0;
}

.brand-logo-mark {
  width:auto;
  height:56px;
}

.brand-logo-wordmark {
  width:auto;
  height:56px;
  max-width:min(340px, 42vw);
}

#hero {
  background:
    linear-gradient(90deg, var(--hero-overlay-start) 0%, rgba(12, 16, 28, 0.70) 42%, var(--hero-overlay-end) 100%),
    url('../img/kv-hero-2.png') center right / cover no-repeat;
  color: var(--white);
}

#hero::before {
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.14) 0%, transparent 24%),
    radial-gradient(circle at 72% 16%, rgba(255, 211, 42, 0.10) 0%, transparent 24%),
    radial-gradient(circle at 82% 74%, rgba(0, 114, 245, 0.06) 0%, transparent 28%);
}

#hero .hero-grid {
  grid-template-columns: 1fr;
  justify-items: center;
}

#hero .hero-content {
  width: min(1000px, 100%);
  max-width: none;
  padding: 46px 52px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 26px 68px rgba(3, 6, 18, 0.24);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  text-align: center;
}

#hero h1,
#hero .hero-lead,
#hero .hero-eyebrow,
#hero .trust-badge {
  color: var(--text-dark);
}

#hero h1 {
  max-width: 30ch;
  letter-spacing: -0.05em;
  margin-left: auto;
  margin-right: auto;
}

#hero .hero-eyebrow {
  background: rgba(255, 255, 255, 0.75);
  border-color: rgba(15, 23, 42, 0.08);
  margin-left: auto;
  margin-right: auto;
}

#hero .hero-lead {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

#hero .hero-ctas {
  justify-content: center;
  gap: 16px;
}

#hero .hero-ctas .btn {
  flex: 0 1 auto;
  min-width: 240px;
}

#hero .hero-trust {
  gap: 12px;
  justify-content: center;
}

#hero .trust-badge {
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

#hero .trust-badge .check-ico,
#hero .phone-icon {
  color: var(--accent);
}

#hero .check-ico .ui-icon,
#hero .phone-icon .ui-icon,
#hero .trust-badge .ui-icon,
#hero .hero-content .ui-icon,
#hero .header-right .ui-icon {
  width: 0.95rem;
  height: 0.95rem;
}

#hero .hero-ctas .btn-secondary {
  background: rgba(255, 255, 255, 0.95);
}

.header-logo:hover .brand-logo {
  opacity: 0.96;
}

.header-phone .ui-icon {
  width: 0.95rem;
  height: 0.95rem;
}

.p-icon, .sc-icon, .adc-icon, .ind-icon, .ao-check-tick, .bul-check, .t-tick, .pf-tick, .ac-check, .form-success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.p-icon .ui-icon,
.sc-icon .ui-icon,
.adc-icon .ui-icon,
.ind-icon .ui-icon,
.ao-check-tick .ui-icon,
.bul-check .ui-icon,
.t-tick .ui-icon,
.pf-tick .ui-icon,
.ac-check .ui-icon,
.form-success-icon .ui-icon {
  width: 1.15rem;
  height: 1.15rem;
}

.p-icon, .sc-icon, .ind-icon {
  font-size: 1.12rem;
}

.adc-icon {
  font-size: 1.45rem;
}

.p-icon { color: #ef4444; }
.sc-icon { color: var(--navy); }
.adc-icon { color: var(--white); }
.ind-icon { color: var(--navy); }
.bul-check, .t-tick, .pf-tick, .ac-check, .form-success-icon, .ao-check-tick { color: var(--gold); }

.problem-card:nth-child(2) .p-icon { color: #0f766e; }
.problem-card:nth-child(3) .p-icon { color: #2563eb; }
.problem-card:nth-child(4) .p-icon { color: #7c3aed; }
.problem-card:nth-child(5) .p-icon { color: #0f766e; }
.problem-card:nth-child(6) .p-icon { color: #d97706; }

.system-card:nth-child(1) .sc-icon { color: #2563eb; }
.system-card:nth-child(2) .sc-icon { color: #0f766e; }
.system-card:nth-child(3) .sc-icon { color: #7c3aed; }
.system-card:nth-child(4) .sc-icon { color: #0f766e; }
.system-card:nth-child(5) .sc-icon { color: #b45309; }
.system-card:nth-child(6) .sc-icon { color: #d97706; }

.ai-demo-card .adc-icon { color: var(--white); }
.ai-demo-card.card-gold .adc-icon { color: var(--navy); }

.ind-card:nth-child(1) .ind-icon { color: #0f766e; }
.ind-card:nth-child(2) .ind-icon { color: #2563eb; }
.ind-card:nth-child(3) .ind-icon { color: #b45309; }
.ind-card:nth-child(4) .ind-icon { color: #334155; }
.ind-card:nth-child(5) .ind-icon { color: #db2777; }
.ind-card:nth-child(6) .ind-icon { color: #7c3aed; }
.ind-card:nth-child(7) .ind-icon { color: #0f766e; }
.ind-card:nth-child(8) .ind-icon { color: #2563eb; }

.oc-icon .ui-icon,
.pf .ui-icon,
.ac .ui-icon {
  width: 1.1rem;
  height: 1.1rem;
}

@media (max-width: 1024px) {
  #hero {
    background-position: center;
  }

  #hero .hero-content {
    padding: 34px;
  }

  .brand-logo-mark {
    height: 46px;
  }

  .brand-logo-wordmark {
    height: 46px;
    max-width: min(280px, 46vw);
  }
}

@media (max-width: 768px) {
  .header-logo {
    gap: 8px;
  }

  .brand-logo-mark {
    height: 40px;
  }

  .brand-logo-wordmark {
    height: 40px;
    max-width: min(230px, 58vw);
  }

  #hero .hero-content {
    padding: 28px 22px;
    border-radius: 24px;
  }

  #hero .hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  #hero .hero-ctas .btn {
    width: 100%;
    min-width: 0;
  }

  #hero .hero-trust {
    flex-direction: column;
    align-items: flex-start;
  }

  #hero .trust-badge {
    width: 100%;
  }
}
