
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --blue:       #3569ED;
  --blue-dark:  #2b6cb0;
  --blue-light: #EEF4FF;
  --blue-card:  #dce8fb;
  --white:      #FFFFFF;
  --gray-50:    #F9FAFB;
  --gray-100:   #F3F4F6;
  --gray-200:   #E5E7EB;
  --gray-300:   #D1D5DB;
  --gray-500:   #6B7280;
  --gray-600:   #4B5563;
  --gray-700:   #374151;
  --gray-900:   #111827;
  --navy:       #1e2a4a;
  --navy-dark:  #111827;
  --green:      #16A34A;
  --red:        #DC2626;
  --f:          'Nunito', sans-serif;
}

body { font-family: var(--f); }

/* ════ ANNOUNCEMENT BAR ════ */
.cs-ann {
 
  text-align: center; font-size: 13px; font-weight: 500; padding: 10px 20px;
  font-family: var(--f); width: 100%;
}
.cs-ann a { color: #fff; font-weight: 700; text-decoration: underline; }
.cs-ann a:hover { text-decoration: underline; }

/* ════ HERO ════ */
.cs-hero {
 padding: 88px 64px 96px; position: relative; overflow: hidden;
  display: flex; align-items: center;
  background: linear-gradient(158deg, #EEF4FF 0%, #dde9fc 48%, #c9d8f7 100%);
  font-family: var(--f); width: 100%;
}
.cs-hero-dots {
   position: absolute;
  inset: 0;
  pointer-events: none;
  background: url('https://www.autviz.com/wp-content/uploads/2026/03/comments-scaled.webp') no-repeat center center;
  background-size: cover;
}
.cs-hero-funnel {
  position: absolute; bottom: -2px; left: 50%; transform: translateX(-10%);
  width: 680px; height: 440px; pointer-events: none; z-index: 1;
  background: linear-gradient(175deg, rgba(53,105,237,0.12) 0%, rgba(43,108,176,0.3) 100%);
  clip-path: polygon(22% 0%, 78% 0%, 100% 100%, 0% 100%);
}
.cs-hero-inner {
  position: relative; z-index: 2;
  max-width: 1200px; margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1fr 568px; gap: 35px; align-items: center;
}
.cs-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(53,105,237,0.1); border: 1px solid rgb(255 255 255 / 25%);
  color:#f7fcff; font-size: 11px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 5px 14px; border-radius: 100px; margin-bottom: 15px;
    margin-top: 72px;
}
.cs-badge-dot { width: 6px; height: 6px; background: var(--blue); border-radius: 50%; animation: cs-pulse 1.5s ease-in-out infinite; }
@keyframes cs-pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.3;transform:scale(0.7)} }

.cs-hero h1 {
  font-size:45px;
  font-weight: 900; line-height: 1.08; letter-spacing: -1.5px;
  color: #ffffff !important; margin-bottom: 22px;
}
.cs-hero h1 em { font-style: normal; color: var(--blue); }
.cs-hero-sub {
  font-size: 16.5px; color:#ffffff !important;
  line-height: 1.85; max-width: 520px; margin-bottom: 40px;
}
.cs-hero-btns { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 48px; }
.cs-btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background-image:linear-gradient(180deg, #2078E7 0%, #124381 100%)!important; color: #fff;
  padding: 13px 30px; border-radius: 50px;
  font-weight: 700; font-size: 15px; text-decoration: none;
  transition: all 0.2s; white-space: nowrap;
  box-shadow: 0 4px 20px rgba(53,105,237,0.3); font-family: var(--f);
}
.cs-btn-primary:hover { background:#006ab8; box-shadow: 0 8px 28px rgba(53,105,237,0.4); transform: translateY(-2px); color: #fff; }
.cs-btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.85); color: var(--gray-700);
  border: 1.5px solid var(--gray-300);
  padding: 12px 26px; border-radius: 50px;
  font-weight: 600; font-size: 15px; text-decoration: none;
  transition: all 0.2s; backdrop-filter: blur(8px); font-family: var(--f);
}
.cs-btn-ghost:hover { background: var(--white); border-color: var(--blue); color: var(--blue); }
.cs-hero-pills { display: flex; gap: 10px; flex-wrap: wrap; }
.cs-pill {
  display: flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,0.82); border: 1px solid rgba(53,105,237,0.15);
  color: var(--gray-600); font-size: 12.5px; font-weight: 500;
  padding: 7px 14px; border-radius: 100px; backdrop-filter: blur(8px);
}
.cs-pill b { color: var(--blue); font-weight: 600; }

/* Hero Live Card */
.cs-hero-card {
  background: var(--white); border: 1px solid var(--gray-200);
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 24px 64px rgba(53,105,237,0.16), 0 4px 20px rgba(0,0,0,0.07);
}
.cs-hc-bar { background: var(--gray-50); padding: 13px 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--gray-200); }
.cs-hc-dots { display: flex; gap: 6px; }
.cs-hc-dot { width: 11px; height: 11px; border-radius: 50%; }
.cs-hc-label { font-size: 11px; font-weight: 700; color:#000000; letter-spacing: 0.08em; text-transform: uppercase; }
.cs-live-tag { display: flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 700; color: #16A34A; }
.cs-live-d { width: 6px; height: 6px; background: #16A34A; border-radius: 50%; animation: cs-pulse 1s infinite; }
.cs-hc-kpis { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid var(--gray-200); }
.cs-hc-kpi { padding: 16px 12px; text-align: center; border-right: 1px solid var(--gray-200); }
.cs-hc-kpi:last-child { border-right: none; }
.cs-kn { font-size: 22px; font-weight: 800; color: var(--blue); letter-spacing: -0.5px; }
.cs-kl { font-size: 10px; color:#000000 !important; text-transform: uppercase; letter-spacing: 0.08em; margin-top: 2px; }
.cs-hc-feed { padding: 12px; display: flex; flex-direction: column; gap: 7px; }
.cs-fr { display: flex; align-items: flex-start; gap: 10px; padding: 9px 11px; border-radius: 10px; border: 1px solid transparent; }
.cs-fr.neg { background: #FEF2F2; border-color: rgba(239,68,68,0.2); }
.cs-fr.del { background: #EFF6FF; border-color: rgba(53,105,237,0.2); opacity: 0.72; }
.cs-fr.ok  { background: var(--gray-50); border-color: var(--gray-200); }
.cs-fa { width: 28px; height: 28px; border-radius: 50%; flex-shrink: 0; font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.cs-fb { flex: 1; }
.cs-fn { font-size: 11px; font-weight: 600; color:#000000; margin-bottom: 2px; }
.cs-ft { font-size: 12px; color: var(--gray-700); line-height: 1.4; }
.cs-fr.neg .cs-ft { color: #B91C1C; }
.cs-fr.del .cs-ft { text-decoration: line-through; color: var(--gray-300); }
.cs-fbadge { font-size: 9px; font-weight: 800; padding: 2px 8px; border-radius: 4px; text-transform: uppercase; letter-spacing: 0.06em; white-space: nowrap; flex-shrink: 0; align-self: flex-start; margin-top: 2px; }
.cs-bd { background: rgba(53,105,237,0.1); color: var(--blue); }
.cs-bg { background: rgba(22,163,74,0.1); color: #16A34A; }
.cs-bk { background: var(--gray-100); color: var(--gray-500); }
.cs-hc-foot { padding: 13px 18px; border-top: 1px solid var(--gray-200); display: flex; align-items: center; justify-content: space-between; }
.cs-hc-stat { display: flex; flex-direction: column; }
.cs-hs-n { font-size: 18px; font-weight: 800; color: var(--blue); }
.cs-hs-l { font-size: 10px; color:black; text-transform: uppercase; letter-spacing: 0.06em; }
.cs-speed-pill { background: rgba(22,163,74,0.1); border: 1px solid rgba(22,163,74,0.2); color: #16A34A; font-size: 11px; font-weight: 700; padding: 5px 12px; border-radius: 100px; }

/* ════ SHARED SECTION STYLES ════ */
.cs-wrap { max-width: 1200px; margin: 0 auto; padding: 0 10px; }
.cs-section { padding: 92px 0; font-family: var(--f); width: 100%; }
.cs-s-label { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--blue); margin-bottom: 12px; }
.cs-s-title { font-size: clamp(28px, 3.5vw, 44px); font-weight: 800; letter-spacing: -0.8px; line-height: 1.15; color: var(--gray-900); margin-bottom: 14px; }
.cs-s-title.light { color:#000000; }
.cs-s-sub { font-size: 16px; color: var(--gray-500); line-height: 1.75; max-width: 560px; }
.cs-s-sub.light { color:#000000; }

/* ════ BREADCRUMB ════ */
.cs-bc { background: var(--gray-100); border-bottom: 1px solid var(--gray-200); padding: 12px 64px; font-family: var(--f); width: 100%; }
.cs-bc-in { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--gray-500); }
.cs-bc-in a { color: var(--blue); font-weight: 500; text-decoration: none; }

/* ════ ABOUT ════ */
.cs-about { background: var(--white); }
.cs-about-grid { display: grid; grid-template-columns: 1fr 340px; gap: 72px; align-items: start; }
.cs-about-chips { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.cs-chip { background: var(--blue-light); color: var(--blue-dark); font-size: 12px; font-weight: 600; padding: 4px 12px; border-radius: 100px; border: 1px solid rgba(53,105,237,0.2); }
.cs-about-text h2 { font-size: 24px; font-weight: 800; letter-spacing: -0.4px; color: var(--gray-900); margin-bottom: 14px; }
.cs-about-text p { font-size: 15px; color: var(--gray-500); line-height: 1.8; margin-bottom: 14px; }
.cs-about-text strong { color: var(--gray-900); font-weight: 600; }
.cs-side-card { background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: 16px; overflow: hidden; position: sticky; top: 24px; }
.cs-sc-head { background: var(--blue); padding: 22px 24px; }
.cs-sc-head h3 { font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 5px; }
.cs-sc-head p  { font-size: 13px; color: rgba(255,255,255,0.8); }
.cs-sc-body { padding: 20px 24px; }
.cs-sc-row { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--gray-200); font-size: 14px; }
.cs-sc-row:last-of-type { border-bottom: none; }
.cs-sc-lbl { color: var(--gray-500); font-weight: 500; }
.cs-sc-val { font-weight: 700; color: var(--gray-900); }
.cs-sc-val.hi { color: var(--blue); }
.cs-sc-cta { display: block; background: var(--blue); color: #fff; text-align: center; padding: 13px 20px; border-radius: 10px; font-weight: 700; font-size: 14px; text-decoration: none; margin-top: 20px; transition: all 0.2s; font-family: var(--f); }
.cs-sc-cta:hover { background: var(--blue-dark); transform: translateY(-1px); color: #fff; }

/* ════ CHALLENGES ════ */
.cs-challenges { background: var(--gray-100); }
.cs-ch-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 52px; }
.cs-ch-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: 16px; padding: 30px 26px; transition: all 0.25s; }
.cs-ch-card:hover { border-color: rgba(53,105,237,0.3); box-shadow: 0 10px 32px rgba(53,105,237,0.1); transform: translateY(-3px); }
.cs-ch-icon { width: 52px; height: 52px; background: var(--blue-light); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 16px; }
.cs-ch-title { font-size: 16px; font-weight: 700; color: var(--gray-900); margin-bottom: 8px; }
.cs-ch-text  { font-size: 14px; color: var(--gray-500); line-height: 1.7; }

/* ════ HOW IT WORKS ════ */
.cs-how { background: linear-gradient(150deg, #f0f4ff 0%, #e8effe 50%, #f3f0ff 100%); }
.cs-steps-wrap { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; margin-top: 52px; border-radius: 18px; overflow: hidden; background: rgba(53,105,237,0.08); }
.cs-step { background: rgba(255,255,255,0.7); padding: 44px 34px; transition: background 0.2s; border: 1px solid rgba(53,105,237,0.1); }
.cs-step:hover { background: rgba(255,255,255,0.95); }
.cs-step-n { font-size: 10px; font-weight: 700; color: var(--blue); text-transform: uppercase; letter-spacing: 0.14em; display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.cs-step-n::after { content:''; flex:1; height:1px; background:rgba(53,105,237,0.2); }
.cs-step-ico { width: 54px; height: 54px; background: rgba(53,105,237,0.12); border: 1px solid rgba(53,105,237,0.25); border-radius: 13px; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 20px; }
.cs-step-title { font-size: 20px; font-weight: 700; color: var(--gray-900); margin-bottom: 10px; letter-spacing: -0.3px; }
.cs-step-text  { font-size: 14px; color: var(--gray-600); line-height: 1.75; }

/* ════ DASHBOARD ════ */
.cs-dashboard { background: var(--white); }
.cs-dash-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; margin-top: 52px; }
.cs-dash-mock { background: #1E2236; border-radius: 16px; overflow: hidden; box-shadow: 0 32px 72px rgba(53,105,237,0.15), 0 4px 20px rgba(0,0,0,0.1); }
.cs-dm-bar { background: #161929; padding: 12px 16px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid rgba(255,255,255,0.07); }
.cs-dm-dots { display: flex; gap: 5px; }
.cs-dm-dot { width: 10px; height: 10px; border-radius: 50%; }
.cs-dm-ttl { font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.3); flex: 1; text-align: center; }
.cs-dm-live { display: flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 700; color: #4ADE80; }
.cs-dm-ld { width: 6px; height: 6px; background: #4ADE80; border-radius: 50%; animation: cs-pulse 1s infinite; }
.cs-dm-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); }
.cs-dmk { background: #161929; padding: 16px; text-align: center; }
.cs-dmk-n { font-size: 21px; font-weight: 800; color: #60A5FA; }
.cs-dmk-l { font-size: 10px; color: rgba(255,255,255,0.3); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 2px; }
.cs-dm-table { padding: 12px; }
.cs-dmt { width: 100%; border-collapse: collapse; font-size: 12px; font-family: var(--f); }
.cs-dmt th { text-align: left; padding: 8px 10px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.25); border-bottom: 1px solid rgba(255,255,255,0.05); }
.cs-dmt td { padding: 9px 10px; color: rgba(255,255,255,0.55); border-bottom: 1px solid rgba(255,255,255,0.04); vertical-align: middle; }
.cs-dmt td:first-child { color: rgba(255,255,255,0.85); font-weight: 500; max-width: 130px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cs-tt { display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; }
.cs-tt-n { background: rgba(239,68,68,0.15); color: #F87171; }
.cs-tt-s { background: rgba(251,146,60,0.15); color: #FB923C; }
.cs-tt-c { background: rgba(139,92,246,0.15); color: #A78BFA; }
.cs-tt-d { background: rgba(96,165,250,0.15); color: #60A5FA; }
.cs-dash-feats { display: flex; flex-direction: column; gap: 16px; }
.cs-df { display: flex; gap: 16px; align-items: flex-start; padding: 20px; background: var(--gray-100); border: 1px solid var(--gray-200); border-radius: 12px; transition: all 0.2s; }
.cs-df:hover { border-color: rgba(53,105,237,0.35); box-shadow: 0 4px 16px rgba(53,105,237,0.08); }
.cs-df-ico { width: 44px; height: 44px; background: var(--blue-light); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.cs-df-title { font-size: 15px; font-weight: 700; color: var(--gray-900); margin-bottom: 4px; }
.cs-df-text  { font-size: 13px; color: var(--gray-500); line-height: 1.6; }

/* ════ RESULTS TABLE ════ */
.cs-results { background: var(--gray-100); }
.cs-rt-wrap { margin-top: 48px; border: 1px solid var(--gray-200); border-radius: 16px; overflow: hidden; background: var(--white); box-shadow: 0 4px 24px rgba(0,0,0,0.04); }
.cs-rt { width: 100%; border-collapse: collapse; font-size: 14px; font-family: var(--f); }
.cs-rt thead th { background: var(--blue); color: #fff; padding: 14px 22px; text-align: left; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
.cs-rt td { padding: 14px 22px; border-bottom: 1px solid var(--gray-200); color: var(--gray-500); }
.cs-rt tr:last-child td { border-bottom: none; }
.cs-rt td:first-child { font-weight: 600; color: var(--gray-900); }
.cs-rt td.before { color: var(--red); }
.cs-rt td.after  { color: var(--green); font-weight: 600; }
.cs-rt tr:nth-child(even) td { background: var(--gray-50); }

/* ════ SENTIMENT ════ */
.cs-sentiment { background: linear-gradient(150deg, #f8f7ff 0%, #f0effe 50%, #e8f0fd 100%); }
.cs-sent-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; margin-top: 52px; }
.cs-sc-chart { background: rgba(255,255,255,0.85); border: 1px solid rgba(53,105,237,0.15); border-radius: 18px; padding: 30px; box-shadow: 0 4px 20px rgba(53,105,237,0.08); }
.cs-sc-chart-title { font-size: 12px; font-weight: 700; color: var(--gray-500); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 24px; }
.cs-bars { display: flex; flex-direction: column; gap: 14px; }
.cs-bar-r { display: flex; align-items: center; gap: 12px; }
.cs-bar-lbl { font-size: 13px; color: var(--gray-700); width: 120px; flex-shrink: 0; }
.cs-bar-track { flex: 1; height: 7px; background: rgba(53,105,237,0.1); border-radius: 20px; overflow: hidden; }
.cs-bar-fill { height: 100%; border-radius: 20px; }
.cs-bar-pct { font-size: 13px; font-weight: 700; width: 34px; text-align: right; color: var(--gray-700); }
.cs-sent-topics { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(53,105,237,0.1); }
.cs-st-label { font-size: 11px; color: var(--gray-500); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 10px; }
.cs-st-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.cs-st-chip { background: rgba(53,105,237,0.08); border: 1px solid rgba(53,105,237,0.2); color: var(--blue); font-size: 12px; font-weight: 600; padding: 4px 12px; border-radius: 100px; }
.cs-sent-feats { display: flex; flex-direction: column; gap: 16px; }
.cs-sf { display: flex; gap: 16px; align-items: flex-start; padding: 22px; background: rgba(255,255,255,0.9); border: 1px solid rgba(53,105,237,0.12); border-radius: 13px; transition: border-color 0.2s; box-shadow: 0 2px 8px rgba(53,105,237,0.05); }
.cs-sf:hover { border-color: rgba(53,105,237,0.35); }
.cs-sf-ico { width: 44px; height: 44px; background: rgba(53,105,237,0.1); border: 1px solid rgba(53,105,237,0.2); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.cs-sf-title { font-size: 15px; font-weight: 700; color: var(--gray-900); margin-bottom: 4px; }
.cs-sf-text  { font-size: 13px; color: var(--gray-600); line-height: 1.65; }

/* ════ USE CASES ════ */
.cs-usecases { background: var(--gray-100); }
.cs-use-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 52px; }
.cs-uc { background: var(--white); border: 1px solid var(--gray-200); border-radius: 16px; padding: 30px 26px; transition: all 0.2s; }
.cs-uc:hover { border-color: rgba(53,105,237,0.3); box-shadow: 0 8px 28px rgba(53,105,237,0.1); transform: translateY(-3px); }
.cs-uc-ico { font-size: 28px; margin-bottom: 14px; }
.cs-uc-title { font-size: 16px; font-weight: 700; color: var(--gray-900); margin-bottom: 8px; }
.cs-uc-text  { font-size: 14px; color: var(--gray-500); line-height: 1.7; }

/* ════ CTA ════ */
.cs-cta {
  background: linear-gradient(135deg, #3569ED 0%, #2355c8 50%, #1a44a8 100%);
  padding: 110px 64px; text-align: center; position: relative; overflow: hidden;
  font-family: var(--f); width: 100%;
}
.cs-cta::before {
  content:''; position:absolute; inset:0; pointer-events:none;
  background: radial-gradient(ellipse 900px 400px at 50% 50%, rgba(255,255,255,0.12) 0%, transparent 70%);
}
.cs-cta h2 { font-size: clamp(30px,4.5vw,54px); font-weight: 900; letter-spacing: -1.2px; color: #fff; margin-bottom: 16px; position:relative;z-index:1; }
.cs-cta h2 em { font-style:normal; color:#bdd4ff; }
.cs-cta p { font-size:16px; color:rgba(255,255,255,0.85); margin-bottom:36px; position:relative;z-index:1; }
.cs-btn-cta { display:inline-flex; align-items:center; gap:8px; background:#e8f0fe; color:var(--blue); padding:15px 38px; border-radius:50px; font-weight:700; font-size:16px; text-decoration:none; transition:all 0.2s; position:relative;z-index:1; box-shadow:0 4px 24px rgba(0,0,0,0.2); font-family: var(--f); }
.cs-btn-cta:hover { background:#fff; transform:translateY(-2px); color:var(--blue); }
.cs-cta-note { margin-top:20px; font-size:13px; color:rgba(255,255,255,0.7); position:relative;z-index:1; }
.cs-cta-note a { color: rgba(255,255,255,0.85); }

/* ════ REVEAL ANIMATION ════ */
.cs-reveal { opacity:0; transform:translateY(20px); transition:opacity 0.6s ease, transform 0.6s ease; }
.cs-reveal.on { opacity:1; transform:translateY(0); }
.cs-d1 { transition-delay:0.1s; }
.cs-d2 { transition-delay:0.2s; }
.cs-d3 { transition-delay:0.3s; }

/* ════ TYPEWRITER ════ */
.cs-tw-cur { display:inline-block; color:#006ab8!important; animation:cs-tw-blink 0.75s step-end infinite; }
@keyframes cs-tw-blink { 0%,100%{opacity:1} 50%{opacity:0} }

/* ════ RESPONSIVE ════ */
@media (max-width: 1024px) {
  .cs-hero-inner { grid-template-columns: 1fr; }
  .cs-hero-card  { display: none; }
  .cs-about-grid { grid-template-columns: 1fr; }
  .cs-side-card  { position: static; }
  .cs-ch-grid, .cs-use-grid { grid-template-columns: 1fr 1fr; }
  .cs-steps-wrap { grid-template-columns: 1fr; gap: 2px; }
  .cs-dash-layout, .cs-sent-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .cs-hero { padding: 56px 24px 72px; }
  .cs-wrap { padding: 0 24px; }
  .cs-section { padding: 64px 0; }
  .cs-bc { padding: 12px 24px; }
  .cs-cta { padding: 80px 24px; }
  .cs-ch-grid, .cs-use-grid { grid-template-columns: 1fr; }
}