/* =========================================================
   SELL MORE BLINDS — Main Stylesheet
   ========================================================= */

:root {
  --navy:      #1A3C5E;
  --navy-deep: #0F2438;
  --mint:      #4EC9A0;
  --mint-pale: #E8F4F0;
  --mint-dim:  rgba(78,201,160,0.12);
  --frost:     #F5F9F7;
  --charcoal:  #2D2D2D;
  --gray:      #6B7280;
  --border:    #D8EAE4;
  --red:       #CC0000;
  --white:     #ffffff;
  --shadow-sm: 0 2px 8px rgba(26,60,94,0.07);
  --shadow-md: 0 8px 32px rgba(26,60,94,0.10);
  --shadow-lg: 0 24px 64px rgba(26,60,94,0.13);
}

*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; color: var(--charcoal); background: var(--white); overflow-x: hidden; font-size: 18px; }
a { text-decoration: none; }

/* ----- UTILITIES ----- */
.tag { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mint); margin-bottom: 18px; }
.tag::before { content: ''; width: 20px; height: 1.5px; background: var(--mint); }
h2.section-title { font-family: 'DM Serif Display', serif; font-size: clamp(28px,4vw,48px); color: var(--navy); line-height: 1.1; letter-spacing: 0.01em; margin-bottom: 16px; }
h2.section-title em { color: var(--mint); font-style: italic; }
h2.section-title.light { color: var(--white); }
.section-sub { font-size: 17px; color: var(--gray); line-height: 1.75; max-width: 580px; margin-bottom: 52px; }
.section-sub.light { color: rgba(255,255,255,0.55); }
.centered { text-align: center; }
.centered .section-sub { margin-left: auto; margin-right: auto; }

.section-pad { padding: 96px 5%; }
.section-inner { max-width: 1140px; margin: 0 auto; }

/* ----- BUTTONS ----- */
.btn { display: inline-flex; align-items: center; gap: 8px; font-family: 'DM Sans', sans-serif; font-weight: 600; font-size: 15px; padding: 14px 28px; border-radius: 8px; cursor: pointer; transition: all 0.2s; border: none; }
.btn-mint { background: var(--mint); color: var(--navy-deep); }
.btn-mint:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(78,201,160,0.3); }
.btn-outline { background: transparent; color: var(--white); border: 1px solid rgba(255,255,255,0.28); }
.btn-outline:hover { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.5); }
.btn-ghost { background: transparent; color: var(--navy); border: 1px solid var(--border); }
.btn-ghost:hover { background: var(--frost); }

/* ----- NAV ----- */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 200; background: rgba(15,36,56,0.97); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(78,201,160,0.1); height: 68px; display: flex; align-items: center; }
.nav-inner { max-width: 1140px; margin: 0 auto; padding: 0 5%; display: flex; align-items: center; justify-content: space-between; width: 100%; }
.logo { display: flex; align-items: center; gap: 10px; }
.logo-slats { display: flex; align-items: flex-end; gap: 3px; }
.logo-slats span { display: block; border-radius: 2px; background: var(--mint); }
.logo-text { font-size: 17px; font-weight: 600; color: var(--white); letter-spacing: -0.01em; }
.logo-text em { color: var(--mint); font-style: normal; }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; }
.nav-links a { font-size: 14px; color: rgba(255,255,255,0.6); transition: color 0.2s; }
.nav-links a:hover { color: var(--white); }
.nav-cta { background: var(--mint) !important; color: var(--navy-deep) !important; font-weight: 600 !important; padding: 9px 20px; border-radius: 7px; }
.mob-btn { display: none; background: none; border: none; cursor: pointer; color: white; }

/* ----- HERO ----- */
.hero { min-height: 100vh; background: var(--navy-deep); display: flex; align-items: center; padding: 100px 5% 80px; position: relative; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 0; background: radial-gradient(ellipse 70% 50% at 50% -10%, rgba(78,201,160,0.13) 0%, transparent 65%), radial-gradient(ellipse 35% 30% at 85% 85%, rgba(78,201,160,0.06) 0%, transparent 55%); }
.hero-grid-overlay { position: absolute; inset: 0; z-index: 0; opacity: 0.03; background-image: linear-gradient(var(--mint) 1px, transparent 1px), linear-gradient(90deg, var(--mint) 1px, transparent 1px); background-size: 60px 60px; }
.hero-inner { max-width: 1140px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; position: relative; z-index: 1; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(78,201,160,0.1); border: 1px solid rgba(78,201,160,0.25); border-radius: 100px; padding: 7px 16px; font-size: 12px; font-weight: 500; color: var(--mint); letter-spacing: 0.04em; margin-bottom: 28px; animation: fadeUp 0.8s ease both; }
.badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity:1; transform:scale(1) } 50% { opacity:0.4; transform:scale(0.75) } }
.hero h1 { font-family: 'DM Serif Display', serif; font-size: clamp(38px,5vw,72px); color: var(--white); line-height: 1.06; letter-spacing: 0.01em; margin-bottom: 22px; animation: fadeUp 0.8s 0.12s ease both; }
.hero h1 em { color: var(--mint); font-style: italic; }
.hero-sub { font-size: clamp(15px,1.6vw,18px); color: rgba(255,255,255,0.57); line-height: 1.75; margin-bottom: 36px; animation: fadeUp 0.8s 0.22s ease both; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; animation: fadeUp 0.8s 0.32s ease both; }
.hero-visual { animation: fadeUp 0.9s 0.4s ease both; }
@keyframes fadeUp { from { opacity:0; transform:translateY(22px) } to { opacity:1; transform:translateY(0) } }

/* Phone notification feed */
.pn-item { display: flex; align-items: flex-start; gap: 10px; border-radius: 11px; padding: 11px 13px; flex-shrink: 0; }
.pn-item.pn-new { animation: phoneSlideIn 0.42s cubic-bezier(0.34,1.4,0.64,1) both; }
@keyframes phoneSlideIn { from { opacity:0; transform:translateY(-18px) scale(0.96); } to { opacity:1; transform:translateY(0) scale(1); } }
@keyframes livePulse { 0%,100% { box-shadow:0 0 0 0 rgba(78,201,160,0.5); } 50% { box-shadow:0 0 0 4px rgba(78,201,160,0); } }
.pn-icon { width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pn-title { font-size: 12px; font-weight: 600; margin-bottom: 2px; line-height: 1.3; }
.pn-sub { font-size: 10px; color: rgba(255,255,255,0.45); margin-bottom: 4px; line-height: 1.3; }
.pn-src { font-size: 9px; padding: 2px 7px; border-radius: 3px; display: inline-block; }
.pn-time { font-size: 9px; color: rgba(255,255,255,0.2); flex-shrink: 0; margin-top: 1px; }
.pn-new-lead  { background: rgba(78,201,160,0.12);  border: 1px solid rgba(78,201,160,0.25); }
.pn-assessment{ background: rgba(96,174,222,0.08);  border: 1px solid rgba(96,174,222,0.18); }
.pn-quote     { background: rgba(167,139,250,0.08); border: 1px solid rgba(167,139,250,0.18); }
.pn-order     { background: rgba(251,191,36,0.07);  border: 1px solid rgba(251,191,36,0.16); }
.pn-install   { background: rgba(251,113,133,0.07); border: 1px solid rgba(251,113,133,0.16); }
.pn-invoice   { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.09); }
.pn-complete  { background: rgba(78,201,160,0.06);  border: 1px solid rgba(78,201,160,0.14); }
.pn-review    { background: rgba(245,193,24,0.07);  border: 1px solid rgba(245,193,24,0.18); }

/* ----- TRUST BAR ----- */
.trust-bar { background: var(--frost); border-bottom: 1px solid var(--border); padding: 15px 5%; }
.trust-bar-inner { max-width: 1140px; margin: 0 auto; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; justify-content: center; }
.trust-label { font-size: 11px; color: #aaa; text-transform: uppercase; letter-spacing: 0.09em; white-space: nowrap; }
.trust-pills { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.trust-pill { background: var(--white); border: 1px solid var(--border); border-radius: 100px; padding: 5px 14px; font-size: 12px; font-weight: 500; color: var(--navy); display: flex; align-items: center; gap: 6px; }
.trust-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--mint); }

/* ----- SERVICES TWO-COL ----- */
.services-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media(max-width:768px) { .services-two-col { grid-template-columns: 1fr; } }
.pipe-scroll::-webkit-scrollbar { height: 4px; }
.pipe-scroll::-webkit-scrollbar-track { background: rgba(255,255,255,0.05); border-radius: 10px; }
.pipe-scroll::-webkit-scrollbar-thumb { background: rgba(78,201,160,0.3); border-radius: 10px; }
.pipe-scroll::-webkit-scrollbar-thumb:hover { background: rgba(78,201,160,0.55); }

/* ----- PROBLEM ----- */
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-top: 48px; }
.problem-points { display: flex; flex-direction: column; gap: 16px; }
.problem-point { display: flex; gap: 16px; align-items: flex-start; padding: 18px 20px; border: 1px solid var(--border); border-radius: 12px; background: var(--white); transition: border-color 0.25s, box-shadow 0.25s; }
.problem-point:hover { border-color: var(--mint); box-shadow: var(--shadow-sm); }
.pp-icon { width: 36px; height: 36px; border-radius: 9px; background: var(--mint-pale); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pp-title { font-size: 14px; font-weight: 600; color: var(--navy); margin-bottom: 3px; }
.pp-desc { font-size: 13px; color: var(--gray); line-height: 1.55; }
.journey-box { background: var(--navy-deep); border-radius: 20px; padding: 32px 28px; position: relative; overflow: hidden; }
.journey-box::before { content: ''; position: absolute; top: -40px; right: -40px; width: 160px; height: 160px; border-radius: 50%; background: rgba(78,201,160,0.06); }
.journey-label { font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.35); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 20px; }
.journey-stages { display: flex; flex-direction: column; }
.j-stage { display: flex; align-items: center; gap: 12px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,0.055); }
.j-stage:last-child { border-bottom: none; }
.j-num { width: 26px; height: 26px; border-radius: 7px; background: rgba(78,201,160,0.12); border: 1px solid rgba(78,201,160,0.2); display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 600; color: var(--mint); flex-shrink: 0; }
.j-name { font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.8); flex: 1; }
.j-note { font-size: 11px; color: rgba(255,255,255,0.25); }

/* ----- PIPELINE SECTION ----- */
.pipeline-bg { background: var(--navy-deep); }
.pipeline-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 56px; align-items: start; }
.p-stages-list { display: flex; flex-direction: column; gap: 6px; margin-bottom: 32px; }
.p-stage { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.06); background: rgba(255,255,255,0.03); transition: background 0.2s, border-color 0.2s; }
.p-stage:hover { background: rgba(78,201,160,0.08); border-color: rgba(78,201,160,0.2); }
.p-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); flex-shrink: 0; opacity: 0.55; }
.p-stage:hover .p-dot { opacity: 1; }
.p-name { font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.7); flex: 1; }
.p-stage:hover .p-name { color: var(--white); }
.p-note { font-size: 11px; color: rgba(255,255,255,0.55); }
.p-features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 4px; }
.p-feat { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); border-radius: 10px; padding: 14px; }
.pf-title { font-size: 12px; font-weight: 600; color: var(--white); margin-bottom: 3px; }
.pf-desc { font-size: 11px; color: rgba(255,255,255,0.35); line-height: 1.5; }
.pipeline-visual { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 18px; padding: 24px; overflow: hidden; }
.pv-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,0.07); }
.pv-title { font-size: 13px; font-weight: 600; color: var(--white); }
.pv-dots { display: flex; gap: 5px; }
.pv-dot { width: 9px; height: 9px; border-radius: 50%; }
.p-cols-wrap { height: 520px; overflow-y: auto; overflow-x: auto; display: flex; gap: 12px; align-items: flex-start; padding-bottom: 8px; scrollbar-width: thin; scrollbar-color: rgba(78,201,160,0.25) transparent; }
.p-cols-wrap::-webkit-scrollbar { height: 5px; width: 5px; }
.p-cols-wrap::-webkit-scrollbar-thumb { background: rgba(78,201,160,0.25); border-radius: 10px; }
.p-col2 { flex: 0 0 210px; }
.p-col2-hd { font-size: 9px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 8px; padding: 0 3px; display: flex; align-items: center; justify-content: space-between; }
.p-col2-count { background: rgba(78,201,160,0.15); color: var(--mint); width: 17px; height: 17px; border-radius: 5px; font-size: 9px; display: flex; align-items: center; justify-content: center; }
.p-cards2 { display: flex; flex-direction: column; gap: 7px; }
.p-card2 { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; padding: 10px 12px; }
.pc2-name { font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.95); margin-bottom: 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pc2-row { display: flex; align-items: center; justify-content: space-between; gap: 4px; margin-bottom: 4px; }
.pc2-src,.pc2-status { font-size: 9px; padding: 2px 6px; border-radius: 4px; display: inline-block; white-space: nowrap; }
.pc2-meta { font-size: 10px; color: rgba(255,255,255,0.55); margin-top: 4px; display: flex; justify-content: space-between; align-items: center; }
.pc2-activity { font-size: 10px; color: rgba(255,255,255,0.4); font-style: italic; }
.pc2-val { font-size: 11px; font-weight: 700; color: #4EC9A0; letter-spacing: 0.01em; }
.st-paid-val { color: #4EC9A0; }
.src-google   { background: rgba(78,201,160,0.15);  color: #4EC9A0; }
.src-meta     { background: rgba(96,174,222,0.15);  color: #60AEDE; }
.src-referral { background: rgba(167,139,250,0.15); color: #a78bfa; }
.src-walkin   { background: rgba(251,191,36,0.15);  color: #fbbf24; }
.src-flyer    { background: rgba(251,113,133,0.18); color: #fb7185; }
.st-newlead   { background: rgba(78,201,160,0.15);  color: #4EC9A0; }
.st-followup  { background: rgba(251,191,36,0.18);  color: #fbbf24; }
.st-pending   { background: rgba(251,191,36,0.18);  color: #fbbf24; }
.st-approved  { background: rgba(78,201,160,0.15);  color: #4EC9A0; }
.st-overdue   { background: rgba(251,113,133,0.2);  color: #fb7185; }
.st-paid      { background: rgba(78,201,160,0.15);  color: #4EC9A0; }
.st-booked    { background: rgba(96,174,222,0.15);  color: #60AEDE; }
.st-scheduled { background: rgba(96,174,222,0.15);  color: #60AEDE; }
.st-sent      { background: rgba(167,139,250,0.15); color: #a78bfa; }
.st-ordered   { background: rgba(251,191,36,0.18);  color: #fbbf24; }
.st-complete  { background: rgba(78,201,160,0.15);  color: #4EC9A0; }
.src-g { background: rgba(78,201,160,0.15);  color: #4EC9A0; }
.src-m { background: rgba(96,174,222,0.15);  color: #60AEDE; }
.src-r { background: rgba(167,139,250,0.15); color: #a78bfa; }
.src-w { background: rgba(251,191,36,0.15);  color: #fbbf24; }
.src-f { background: rgba(251,113,133,0.18); color: #fb7185; }

/* ----- WHY ----- */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.why-points { display: flex; flex-direction: column; gap: 22px; margin-top: 8px; }
.why-pt { display: flex; gap: 14px; align-items: flex-start; }
.why-num { font-family: 'DM Serif Display', serif; font-size: 30px; color: var(--mint-pale); line-height: 1; flex-shrink: 0; width: 38px; }
.why-pt-title { font-size: 15px; font-weight: 600; color: var(--navy); margin-bottom: 4px; }
.why-pt-desc { font-size: 14px; color: var(--gray); line-height: 1.6; }
.why-visual { background: var(--frost); border: 1px solid var(--border); border-radius: 20px; padding: 32px; }
.wm { margin-bottom: 18px; }
.wm:last-child { margin-bottom: 0; }
.wm-lbl { font-size: 12px; color: var(--gray); margin-bottom: 7px; display: flex; justify-content: space-between; }
.wm-bar { height: 7px; background: var(--border); border-radius: 100px; overflow: hidden; }
.wm-fill { height: 100%; background: linear-gradient(90deg, var(--mint), #38b48b); border-radius: 100px; transition: width 1.2s ease; }
.wm-val { font-size: 11px; font-weight: 600; color: var(--mint); }
.why-nums { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--border); display: flex; gap: 20px; flex-wrap: wrap; }
.why-n { font-family: 'DM Serif Display', serif; font-size: 30px; color: var(--navy); line-height: 1; }
.why-n span { color: var(--mint); }
.why-n-lbl { font-size: 12px; color: var(--gray); margin-top: 3px; }

/* ----- PROOF ----- */
.proof-bg { background: var(--frost); }
.proof-nums { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin-bottom: 32px; }
.proof-num-card { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 28px; text-align: center; }
.pnc-num { font-family: 'DM Serif Display', serif; font-size: 46px; color: var(--navy); line-height: 1; margin-bottom: 7px; }
.pnc-num span { color: var(--mint); }
.pnc-lbl { font-size: 13px; color: var(--gray); line-height: 1.5; }
.testimonials { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.tcard { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 24px; display: flex; flex-direction: column; gap: 14px; }
.t-stars { display: flex; gap: 3px; }
.t-star { width: 13px; height: 13px; fill: #F5C118; }
.t-quote { font-size: 14px; color: var(--gray); line-height: 1.65; font-style: italic; }
.t-author { display: flex; align-items: center; gap: 10px; }
.t-avatar { width: 34px; height: 34px; border-radius: 50%; background: var(--mint-pale); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; color: var(--navy); }
.t-name { font-size: 13px; font-weight: 600; color: var(--navy); }
.t-co { font-size: 11px; color: var(--gray); }

/* ----- HOW IT WORKS ----- */
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; position: relative; margin-top: 16px; }
.steps-grid::before { content: ''; position: absolute; top: 26px; left: 12%; right: 12%; height: 1px; background: linear-gradient(90deg,transparent,var(--border) 20%,var(--border) 80%,transparent); z-index: 0; }
.step { text-align: center; padding: 0 16px; position: relative; z-index: 1; }
.step-circle { width: 52px; height: 52px; border-radius: 50%; background: var(--white); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; font-family: 'DM Serif Display', serif; font-size: 19px; color: var(--navy); box-shadow: var(--shadow-sm); transition: all 0.3s; }
.step:hover .step-circle { background: var(--navy); color: var(--mint); border-color: var(--navy); }
.step-title { font-size: 14px; font-weight: 600; color: var(--navy); margin-bottom: 7px; }
.step-desc { font-size: 13px; color: var(--gray); line-height: 1.6; }

/* ----- PRICING ----- */
.pricing-bg { background: var(--white); }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items: start; }
.price-card { background: var(--white); border: 1px solid var(--border); border-radius: 20px; padding: 36px 30px; position: relative; }
.price-card.featured { background: var(--navy); border-color: var(--navy); transform: scale(1.03); box-shadow: var(--shadow-lg); }
.featured-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--mint); color: var(--navy-deep); font-size: 10px; font-weight: 700; padding: 4px 14px; border-radius: 100px; letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap; }
.price-tier { font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--navy); margin-bottom: 8px; }
.price-card.featured .price-tier { color: var(--mint); }
.price-from { font-size: 11px; color: var(--gray); margin-bottom: 4px; font-weight: 400; letter-spacing: 0.04em; text-transform: uppercase; }
.price-card.featured .price-from { color: rgba(255,255,255,0.4); }
.price-amount { font-family: 'DM Serif Display', serif; font-size: 36px; color: var(--navy); line-height: 1; margin-bottom: 4px; }
.price-card.featured .price-amount { color: var(--white); }
.price-period { font-size: 13px; color: var(--gray); margin-bottom: 20px; }
.price-card.featured .price-period { color: rgba(255,255,255,0.42); }
.price-divider { border: none; border-top: 1px solid var(--border); margin: 18px 0; }
.price-card.featured .price-divider { border-color: rgba(255,255,255,0.1); }
.price-desc { font-size: 14px; color: var(--gray); line-height: 1.6; margin-bottom: 20px; }
.price-card.featured .price-desc { color: rgba(255,255,255,0.55); }
.price-feats { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.price-feats li { display: flex; align-items: flex-start; gap: 9px; font-size: 13px; color: var(--charcoal); }
.price-card.featured .price-feats li { color: rgba(255,255,255,0.75); }
.pcheck { color: var(--mint); font-weight: 700; flex-shrink: 0; }
.price-btn { display: block; text-align: center; padding: 13px; border-radius: 8px; font-weight: 600; font-size: 14px; font-family: 'DM Sans', sans-serif; transition: all 0.2s; cursor: pointer; border: none; }
.pbtn-mint { background: var(--mint); color: var(--navy-deep); }
.pbtn-mint:hover { opacity: 0.88; }
.pbtn-outline { background: transparent; border: 1px solid var(--border); color: var(--navy); }
.pbtn-outline:hover { background: var(--frost); }
.pbtn-ghost { background: transparent; border: 1px solid rgba(255,255,255,0.2); color: var(--white); }
.pbtn-ghost:hover { background: rgba(255,255,255,0.06); }

/* ----- CRM COMPARISON ----- */
.crm-bg { background: var(--frost); }
.crm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 16px; }
.crm-col { border-radius: 16px; padding: 32px 28px; border: 1px solid var(--border); }
.crm-col.generic { background: var(--white); }
.crm-col.ours { background: var(--navy); border-color: var(--navy); }
.crm-col-label { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 6px; }
.crm-col.generic .crm-col-label { color: var(--gray); }
.crm-col.ours .crm-col-label { color: var(--mint); }
.crm-col-title { font-size: 18px; font-weight: 600; margin-bottom: 20px; }
.crm-col.generic .crm-col-title { color: var(--navy); }
.crm-col.ours .crm-col-title { color: var(--white); }
.crm-stages { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
.crm-stage { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 8px; }
.crm-col.generic .crm-stage { background: var(--frost); border: 1px solid var(--border); }
.crm-col.ours .crm-stage { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); }
.crm-stage-num { width: 22px; height: 22px; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 600; flex-shrink: 0; }
.crm-col.generic .crm-stage-num { background: var(--border); color: var(--navy); }
.crm-col.ours .crm-stage-num { background: rgba(78,201,160,0.15); color: var(--mint); }
.crm-stage-name { font-size: 13px; font-weight: 500; }
.crm-col.generic .crm-stage-name { color: var(--gray); }
.crm-col.ours .crm-stage-name { color: rgba(255,255,255,0.8); }
.crm-stage-note { font-size: 11px; margin-left: auto; }
.crm-col.generic .crm-stage-note { color: #ccc; }
.crm-col.ours .crm-stage-note { color: rgba(78,201,160,0.6); }
.crm-divider { border: none; border-top: 1px solid var(--border); margin: 20px 0; }
.crm-col.ours .crm-divider { border-color: rgba(255,255,255,0.1); }
.crm-feats { display: flex; flex-direction: column; gap: 8px; }
.crm-feat { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; }
.crm-col.generic .crm-feat { color: var(--gray); }
.crm-col.ours .crm-feat { color: rgba(255,255,255,0.7); }
.crm-feat-icon { flex-shrink: 0; margin-top: 1px; }
.crm-supporting { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 28px 32px; margin-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: center; }
.crm-copy { font-size: 15px; color: var(--navy); line-height: 1.65; }
.crm-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.crm-hl { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; color: var(--navy); }
.crm-hl-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--mint); flex-shrink: 0; }

/* ----- CTA / FORM ----- */
.cta-bg { background: var(--navy-deep); padding: 96px 5%; position: relative; overflow: hidden; }
.cta-bg::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 60% at 50% 50%, rgba(78,201,160,0.08) 0%, transparent 70%); }
.cta-grid { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; position: relative; z-index: 1; }
.cta-promises { display: flex; flex-direction: column; gap: 16px; margin-bottom: 32px; }
.cp { display: flex; align-items: flex-start; gap: 14px; }
.cp-icon { width: 36px; height: 36px; border-radius: 9px; background: var(--mint-dim); border: 1px solid rgba(78,201,160,0.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cp-title { font-size: 14px; font-weight: 600; color: var(--white); margin-bottom: 3px; }
.cp-desc { font-size: 13px; color: rgba(255,255,255,0.4); line-height: 1.5; }
.direct-contact { margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; flex-direction: column; gap: 10px; }
.contact-lnk { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; color: rgba(255,255,255,0.5); transition: color 0.2s; }
.contact-lnk:hover { color: var(--mint); }
.form-box { background: var(--white); border-radius: 20px; padding: 36px 32px; box-shadow: var(--shadow-lg); }
.form-title { font-size: 19px; font-weight: 600; color: var(--navy); margin-bottom: 4px; letter-spacing: -0.02em; }
.form-sub { font-size: 13px; color: var(--gray); margin-bottom: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grp { display: flex; flex-direction: column; gap: 5px; margin-bottom: 14px; }
label { font-size: 12px; font-weight: 600; color: var(--navy); letter-spacing: 0.04em; }
input, select, textarea { padding: 10px 13px; border: 1px solid var(--border); border-radius: 8px; font-size: 14px; font-family: 'DM Sans', sans-serif; color: var(--charcoal); outline: none; background: var(--white); transition: border-color 0.2s, box-shadow 0.2s; width: 100%; }
input:focus, select:focus, textarea:focus { border-color: var(--mint); box-shadow: 0 0 0 3px rgba(78,201,160,0.1); }
textarea { resize: vertical; }
.form-submit { width: 100%; margin-top: 16px; padding: 14px; background: var(--mint); color: var(--navy-deep); font-weight: 700; font-size: 15px; border: none; border-radius: 8px; cursor: pointer; font-family: 'DM Sans', sans-serif; transition: opacity 0.2s, transform 0.2s; display: flex; align-items: center; justify-content: center; gap: 8px; }
.form-submit:hover { opacity: 0.88; transform: translateY(-1px); }
.form-submit:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
.form-note { font-size: 11px; color: #bbb; text-align: center; margin-top: 8px; }
.form-success { display: none; text-align: center; padding: 28px 0; }
.success-icon { width: 56px; height: 56px; border-radius: 50%; background: var(--mint-pale); margin: 0 auto 14px; display: flex; align-items: center; justify-content: center; }
.success-title { font-size: 19px; font-weight: 600; color: var(--navy); margin-bottom: 7px; }
.success-desc { font-size: 14px; color: var(--gray); line-height: 1.65; }

/* ----- FOOTER ----- */
footer { background: var(--navy-deep); border-top: 1px solid rgba(255,255,255,0.07); padding: 52px 5% 28px; }
.footer-grid { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 44px; }
.footer-desc { font-size: 13px; color: rgba(255,255,255,0.32); margin-top: 11px; line-height: 1.65; max-width: 250px; }
.footer-col h4 { font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 14px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-col a { font-size: 13px; color: rgba(255,255,255,0.48); transition: color 0.2s; }
.footer-col a:hover { color: var(--mint); }
.footer-bottom { max-width: 1140px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,0.07); padding-top: 22px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.footer-copy { font-size: 12px; color: rgba(255,255,255,0.2); }
.footer-ca { font-size: 11px; color: var(--red); letter-spacing: 0.09em; text-transform: uppercase; font-weight: 500; }

/* NICHE CHIP SCROLL */
@keyframes scrollChips { from { transform: translateX(0) } to { transform: translateX(-50%) } }

/* ----- RESPONSIVE ----- */
@media(max-width:960px) {
  .nav-links { display: none; } .mob-btn { display: block; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-left { text-align: center; }
  .hero-left .hero-actions { justify-content: center; }
  .problem-grid, .why-grid, .cta-grid, .pipeline-grid, .crm-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr 1fr; gap: 28px; } .steps-grid::before { display: none; }
  .pricing-grid { grid-template-columns: 1fr; } .price-card.featured { transform: scale(1); }
  .proof-nums { grid-template-columns: 1fr; } .testimonials { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .crm-supporting { grid-template-columns: 1fr; }
  .p-features { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}
@media(max-width:600px) {
  .hero h1 { font-size: 36px; }
  .steps-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .crm-highlights { grid-template-columns: 1fr; }
}