/* ═══════════════════════════════════════════════
   AutSync — Ads Spy Page  |  autsync-style.css
   Theme: Dark Navy + Cyan  |  Plus Jakarta Sans
   Alternating dark/light sections
═══════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');


:root {

  --auci-navy:    #0D1B3E;
  --auci-navy2:   #111E48;
  --auci-navy3:   #162044;
  --auci-cyan:    #00B4D8;
  --auci-cyan-l:  #33C9E4;
  --auci-cyan-d:  #0096C7;
  --auci-white:   #FFFFFF;
  --auci-light:   #F4F7FC;
  --auci-light2:  #EEF2F8;
  --auci-text-d:  #0D1B3E;
  --auci-text-m:  #4A5F7A;
  --auci-text-s:  #8A96A8;
  --auci-green:   #22C55E;
  --auci-red:     #EF4444;
  --auci-gold:    #F59E0B;
  --auci-f:       'Plus Jakarta Sans', sans-serif;
  --auci-r:           12px;
  --auci-r2:          14px;
  --auci-shadow:  0 4px 20px rgba(0,0,0,0.08);
  --auci-shadow2: 0 12px 40px rgba(0,0,0,0.14);
}




/* ── TYPOGRAPHY ── */
.auci-as-hero h1, .auci-as-hero h2, .auci-as-hero h3, .auci-as-hero h4, .auci-as-hero h5 {
 font-size: clamp(36px, 4.5vw, 56px);
    font-weight: 800;
    line-height: 1.07;
    letter-spacing: -2px;
}
.auci-as-hero p, .auci-as-hero a, .auci-as-hero span, .auci-as-hero li, .auci-as-hero td, .auci-as-hero th, .auci-as-hero input, .auci-as-hero button {
  font-family: var(--auci-f);
}

/* ══════════════════════════════════════════
   SECTION BASE UTILITIES
══════════════════════════════════════════ */
.auci-as-section { padding: 100px 48px; }
.auci-container   { max-width: 1200px; margin: 0 auto; }
.auci-sec-head    { max-width: 1200px; margin: 0 auto 64px; }

.auci-stag {
  display: inline-block;
  background: rgba(0,180,216,0.09); border: 1px solid rgba(0,180,216,0.22);
  color: var(--auci-cyan-d); font-size: 12px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; padding: 5px 14px; border-radius: 20px; margin-bottom: 18px;
}
.auci-sh  { font-size: clamp(28px,4vw,44px); font-weight: 800; margin-bottom: 16px; }
.auci-ss  { font-size: 17px; line-height: 1.7; max-width: 600px; }

/* ── DARK section ── */
.auci-sec-dark {
  background: linear-gradient(155deg, #060D1F 0%, #081428 60%, #0A1832 100%);
  color: #F0F6FF;
}
.auci-sec-dark .auci-stag  { background: rgba(0,180,216,0.12); border-color: rgba(0,180,216,0.25); color: var(--auci-cyan-l); }
.auci-sec-dark .auci-sh    { color: #ffffff; }
.auci-sec-dark .auci-ss    { color: #F0F6FF; }
.auci-sec-dark .auci-text-accent { color: var(--auci-cyan); }

/* ── LIGHT section ── */
.auci-sec-light {
  background: #FFFFFF;
  color: var(--auci-navy);
}
.auci-sec-light .auci-stag { background: rgba(0,180,216,0.08); border-color: rgba(0,180,216,0.2); color: var(--auci-cyan-d); }
.auci-sec-light .auci-sh   { color: var(--auci-navy); }
.auci-sec-light .auci-ss   { color: var(--auci-text-m); }
.auci-sec-light .auci-text-accent { color: var(--auci-cyan-d); }

/* ══════════════════════════════════════════
   HERO
══════════════════════════════════════════ */
.auci-as-hero {
  min-height:calc(100vh - 110px); display: flex; align-items: center;
  padding: 120px 48px 80px; position: relative; overflow: hidden; justify-content:space-evenly;
  background: linear-gradient(140deg, #060D1F 0%, #081428 55%, #0A1832 100%);
}
.auci-hero-g1, .auci-hero-g2 { position: absolute; pointer-events: none; border-radius: 50%; }
.auci-hero-g1 { width: 700px; height: 700px; top: -200px; right: -150px; background: radial-gradient(circle, rgba(0,180,216,0.10) 0%, transparent 70%); }
.auci-hero-g2 { width: 500px; height: 500px; bottom: -100px; left: -100px;  background: radial-gradient(circle, rgba(0,119,182,0.07) 0%, transparent 70%); }
.auci-as-hero .auci-hero-left { flex: 1; max-width: 560px; position: relative; z-index: 1; }
.auci-as-hero .auci-hero-right { flex: 1; max-width: 620px; position: relative; z-index: 1; display: flex; align-items: center; justify-content: flex-end; }

.auci-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(0,180,216,0.1); border: 1px solid rgba(0,180,216,0.25);
  padding: 7px 16px; border-radius: 30px; margin-bottom: 28px;
  font-size: 13px; font-weight: 600; color:#ffffff; letter-spacing: 0.03em;
}
.auci-hero-badge .auci-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--auci-cyan-l); animation: blink 2s infinite; flex-shrink: 0; }
@keyframes blink { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.4;transform:scale(1.4)} }

.auci-as-hero h1 { font-size: clamp(36px,5vw,60px); font-weight: 800; color: #fff; margin-bottom: 24px; line-height: 1.1; }
.auci-as-hero h1 .auci-hl { font-style: normal; }
.auci-as-tw-wrap { display: inline; }
.auci-as-tw-cursor { animation: blink-cur 0.7s steps(1) infinite; color: var(--auci-cyan); font-weight: 300; }
@keyframes blink-cur { 0%,100%{opacity:1} 50%{opacity:0} }

.auci-hero-sub { font-size: 17px; color:#fff!important; line-height: 1.75; margin-bottom: 40px; max-width: 480px; }

.auci-hero-btns  { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; margin-bottom: 48px; }
.auci-btn-p {
  background: linear-gradient(135deg, var(--auci-cyan), var(--auci-cyan-d));
  color: #fff; font-weight: 700; font-size: 15px; padding: 14px 28px;
  border-radius: 10px; text-decoration: none; border: none;
  font-family: var(--auci-f); transition: all 0.2s; cursor: pointer; display: inline-flex; align-items: center; gap: 8px;
}
.auci-btn-p:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(0,180,216,0.35); color:#ffffff;}
.auci-btn-o {
  background: rgba(255,255,255,0.07); color: rgba(255,255,255,0.8);
  border: 1px solid rgba(255,255,255,0.18); font-weight: 600; font-size: 15px;
  padding: 14px 28px; border-radius: 10px; text-decoration: none;
  font-family: var(--auci-f); transition: all 0.2s;
}
.auci-btn-o:hover { background: rgba(255,255,255,0.12); color: #fff; }

.auci-hero-stats { display: flex; gap: 0; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 32px; }
.auci-hs { flex: 1; padding-right: 24px; border-right: 1px solid rgba(255,255,255,0.08); }
.auci-hs:last-child { border-right: none; padding-left: 24px; padding-right: 0; }
.auci-hs:first-child { padding-left: 0; }
.auci-hs-n { font-size: 26px; font-weight: 800; color: var(--auci-cyan-l); margin-bottom: 2px; }
.auci-hs-l { font-size: 12px; color: rgba(255,255,255,0.45); font-weight: 500; }

/* Hero mock dashboard */
.auci-mock-slider { width: 100%; }
.auci-mock-slide  { display: none; }
.auci-mock-slide.active { display: block; }
.auci-mock {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px; padding: 20px; backdrop-filter: blur(12px);
  box-shadow: 0 40px 80px rgba(0,0,0,0.4);
}
.auci-mock-bar { display: flex; gap: 6px; margin-bottom: 16px; }
.auci-mock-bar span { width: 10px; height: 10px; border-radius: 50%; }
.auci-mock-bar span:nth-child(1) { background: #FF5F57; }
.auci-mock-bar span:nth-child(2) { background: #FEBC2E; }
.auci-mock-bar span:nth-child(3) { background: #28C840; }
.auci-slide-tabs { display: flex; gap: 8px; margin-bottom: 16px; }
.auci-stab {
  flex: 1; text-align: center; padding: 8px 10px; border-radius: 8px; font-size: 12px; font-weight: 600;
  cursor: pointer; background: rgba(255,255,255,0.05); color: rgba(255,255,255,0.5); transition: all 0.2s;
  border: 1px solid transparent;
}
.auci-stab.on { background: rgba(0,180,216,0.15); color: var(--auci-cyan-l); border-color: rgba(0,180,216,0.3); }
.auci-mock-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 14px; }
.auci-mc { background: rgba(255,255,255,0.04); border-radius: 10px; padding: 12px 14px; }
.auci-mc-l { font-size: 11px; color: rgba(255,255,255,0.45); margin-bottom: 6px; }
.auci-mc-v { font-size: 20px; font-weight: 800; color: #fff; }
.auci-mc-v.g { color: var(--auci-green); }
.auci-mc-c { font-size: 11px; margin-top: 3px; color: var(--auci-green); }
.auci-mc-c.r { color: var(--auci-red); }
.auci-mock-cl { font-size: 11px; color: rgba(255,255,255,0.4); margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.06em; }
.auci-mock-bars { display: flex; gap: 6px; align-items: flex-end; height: 56px; margin-bottom: 14px; }
.auci-mb { flex: 1; background: rgba(0,180,216,0.25); border-radius: 3px 3px 0 0; transition: height 0.3s; }
.auci-mb.on { background: var(--auci-cyan); }
.auci-mock-row { display: flex; justify-content: space-between; font-size: 12px; color: rgba(255,255,255,0.6); padding: 7px 0; border-top: 1px solid rgba(255,255,255,0.06); }
.auci-mock-row span:last-child { color: var(--auci-cyan-l); font-weight: 700; }
.auci-cr-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-bottom: 14px; }
.auci-cr-item { height: 64px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 24px; }
.auci-c1{background:linear-gradient(135deg,#4A90D9,#357ABD)} .auci-c2{background:linear-gradient(135deg,#F5A623,#E8940F)}
.auci-c3{background:linear-gradient(135deg,#8B5CF6,#7C3AED)} .auci-c4{background:linear-gradient(135deg,#22C55E,#16A34A)}
.auci-c5{background:linear-gradient(135deg,#EF4444,#DC2626)} .auci-c6{background:linear-gradient(135deg,#3B82F6,#2563EB)}
.auci-cr-stat { display: flex; justify-content: space-between; font-size: 11px; color: rgba(255,255,255,0.55); padding: 5px 0; }
.auci-cr-stat span:last-child { color: var(--auci-cyan-l); font-weight: 600; }
.auci-prow { display: flex; align-items: center; gap: 8px; }
.auci-pn { flex: 1; font-size: 12px; color: rgba(255,255,255,0.6); }
.auci-pv2 { font-size: 13px; font-weight: 700; color: #fff; }
.auci-pt  { font-size: 11px; font-weight: 700; padding: 2px 6px; border-radius: 4px; }
.auci-pt.g { background: rgba(34,197,94,0.15); color: var(--auci-green); }
.auci-pt.r { background: rgba(239,68,68,0.15); color: var(--auci-red); }

/* ══════════════════════════════════════════
   MARQUEE
══════════════════════════════════════════ */
.auci-mq-wrap { background: #F4F7FC; overflow: hidden; padding: 14px 0; border-top: 1px solid rgba(0,0,0,0.05); border-bottom: 1px solid rgba(0,0,0,0.05); }
.auci-mq-track { display: flex; gap: 0; white-space: nowrap; animation: marquee 28s linear infinite; }
.auci-mq-track span { display: inline-flex; align-items: center; font-size: 13px; font-weight: 600; color: #6B7BA4; padding: 0 28px; }
.auci-mq-track span::before { content: '⚡'; margin-right: 10px; color: var(--auci-cyan); }
@keyframes marquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ══════════════════════════════════════════
   PROBLEM / FEATURE CARDS — LIGHT
══════════════════════════════════════════ */
.auci-problem-grid, .auci-pg { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 0; }
.auci-problem-card, .auci-pc {
  background: #fff; border: 1px solid #E2E8F0; border-radius: var(--auci-r2);
  padding: 32px; transition: all 0.3s; box-shadow: var(--auci-shadow);
  position: relative; overflow: hidden;
}
.auci-problem-card::before, .auci-pc::before {
  content:''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--auci-cyan), var(--auci-cyan-d));
  opacity: 0; transition: opacity 0.3s;
}
.auci-problem-card:hover, .auci-pc:hover { border-color: rgba(0,180,216,0.3); box-shadow: 0 8px 32px rgba(0,180,216,0.1); transform: translateY(-3px); }
.auci-problem-card:hover::before, .auci-pc:hover::before { opacity: 1; }
.auci-problem-icon, .auci-pc-icon { font-size: 30px; margin-bottom: 16px; }
.auci-problem-card h3, .auci-pc h3 { font-size: 16px; font-weight: 700; color: var(--auci-navy); margin-bottom: 10px; }
.auci-problem-card p, .auci-pc p  { font-size: 14px; color: var(--auci-text-m); line-height: 1.7; }

/* ══════════════════════════════════════════
   HOW IT WORKS (dark)
══════════════════════════════════════════ */
.auci-as-how .auci-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 32px; max-width: 1200px; margin: 0 auto; position: relative; }
.auci-as-how .auci-steps::before { content:''; position:absolute; top:28px; left:10%; right:10%; height:2px; background: linear-gradient(90deg, rgba(0,180,216,0.3), rgba(0,180,216,0.1)); pointer-events:none; }
.auci-step { text-align: center; padding: 32px 20px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--auci-r2); transition: all 0.3s; }
.auci-step:hover { border-color: rgba(0,180,216,0.3); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,180,216,0.1); }
.auci-sc {
  width: 52px; height: 52px; border-radius: 50%; background: rgba(0,180,216,0.15);
  border: 2px solid rgba(0,180,216,0.3); display: flex; align-items: center; justify-content: center;
  font-size: 16px; font-weight: 800; color: var(--auci-cyan-l); margin: 0 auto 18px;
}
.auci-step h4 { font-size: 15px; font-weight: 700; color: #F0F6FF; margin-bottom: 10px; }
.auci-step p   { font-size: 13px; color: #7A90B0; line-height: 1.7; }

/* ══════════════════════════════════════════
   FEATURES GRID (light — like screenshot 2)
══════════════════════════════════════════ */
.auci-as-features .auci-fg {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3,1fr); gap: 20px;
}
.auci-fc {
  background: #fff; border: 1px solid #E2E8F0; border-radius: var(--auci-r2);
  padding: 28px; transition: all 0.3s; box-shadow: var(--auci-shadow);
}
.auci-fc.big {
  grid-column: 1 / 3; background: var(--auci-navy);
  border-color: transparent;
}
.auci-fc.big h3 { color: #fff; }
.auci-fc.big p  { color: rgba(255,255,255,0.65); }
.auci-fc:not(.auci-big):hover { border-color: rgba(0,180,216,0.3); box-shadow: 0 8px 28px rgba(0,180,216,0.1); transform: translateY(-2px); }
.auci-fpill {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(0,180,216,0.15); color: var(--auci-cyan-l); border: 1px solid rgba(0,180,216,0.3);
  font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 20px;
  margin-bottom: 16px; letter-spacing: 0.05em;
}
.auci-fi {
  width: 48px; height: 48px; border-radius: 12px; background: rgba(0,180,216,0.10);
  display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 16px;
}
.auci-fc.big .auci-fi { background: rgba(255,255,255,0.1); }
.auci-fc h3 { font-size: 17px; font-weight: 700; color: var(--auci-navy); margin-bottom: 10px; }
.auci-fc p  { font-size: 14px; color: #F0F6FF !important; line-height: 1.7; }

/* ══════════════════════════════════════════
   SPY DASHBOARD (hero visual)
══════════════════════════════════════════ */
.auci-spy-dashboard {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px; overflow: hidden; box-shadow: 0 40px 80px rgba(0,0,0,0.5);
  width:100%;
}
.auci-dash-header {
  background: rgba(255,255,255,0.04); padding: 14px 20px;
  display: flex; align-items: center; gap: 10px; border-bottom: 1px solid rgba(255,255,255,0.07);
}
.auci-dash-dot { width: 10px; height: 10px; border-radius: 50%; }
.auci-dash-title { font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.4); letter-spacing: 0.08em; text-transform: uppercase; margin-left: 4px; }
.auci-dash-live { margin-left: auto; display: flex; align-items: center; gap: 5px; font-size: 11px; color: var(--auci-green); font-weight: 600; }
.auci-live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--auci-green); animation: blink 1.5s infinite; }
.auci-dash-body { padding: 20px; }
.auci-spy-tabs { display: flex; gap: 6px; margin-bottom: 16px; }
.auci-spy-tab { padding: 6px 14px; border-radius: 6px; font-size: 12px; font-weight: 600; cursor: pointer; }
.auci-spy-tab.active { background: var(--auci-cyan); color: #fff; }
.auci-spy-tab:not(.auci-active) { background: rgba(255,255,255,0.05); color: rgba(255,255,255,0.5); }
.auci-competitor-card {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px; padding: 12px 14px; margin-bottom: 8px;
  display: flex; align-items: center; gap: 12px;
}
.auci-comp-logo  { width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.auci-comp-name  { font-size: 13px; font-weight: 700; color: #F0F6FF; }
.auci-comp-meta  { font-size: 11px; color: rgba(255,255,255,0.35); margin-top: 2px; }
.auci-comp-info  { flex: 1; }
.auci-comp-stat-num { font-size: 13px; font-weight: 700; color: var(--auci-cyan-l); }
.auci-comp-stat-label { font-size: 10px; color: rgba(255,255,255,0.35); }
.auci-trend-badge { display: flex; align-items: center; gap: 4px; font-size: 11px; font-weight: 600; padding: 3px 8px; border-radius: 4px; flex-shrink: 0; }
.auci-trend-up   { background: rgba(34,197,94,0.12); color: var(--auci-green); }
.auci-trend-down { background: rgba(239,68,68,0.12); color: var(--auci-red); }

/* ══════════════════════════════════════════
   WORKFLOW (dark)
══════════════════════════════════════════ */
.auci-workflow-flow { display: flex; gap: 0; max-width: 1200px; margin: 0 auto; overflow-x: auto; padding-bottom: 8px; }
.auci-flow-step { flex: 1; min-width: 160px; position: relative; }
.auci-flow-step:not(:last-child)::after { content:'→'; position:absolute; right:-12px; top:28px; font-size:18px; color:rgba(255,255,255,0.2); z-index:2; }
.auci-flow-box {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--auci-r); padding: 24px 18px; margin-right: 24px; text-align: center; transition: all 0.3s;min-height: 285px;
}
.auci-flow-box:hover { border-color: var(--auci-cyan); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,180,216,0.1); }
.auci-flow-icon { font-size: 26px; margin-bottom: 10px; }
.auci-flow-box h4 { font-size: 13px; font-weight: 700; color: #F0F6FF; margin-bottom: 6px; }
.auci-flow-box p  { font-size: 12px; color:  #F0F6FF; line-height: 1.6; }
.auci-flow-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; border-radius: 50%; background: var(--auci-cyan);
  color: #fff; font-size: 11px; font-weight: 800; margin-bottom: 10px;
}

/* Steps layout (how it works) */
.auci-steps-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; max-width: 1200px; margin: 0 auto; }
.auci-steps-list { display: flex; flex-direction: column; }
.auci-step-item { display: flex; gap: 22px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,0.07); cursor: pointer; transition: all 0.2s; }
.auci-step-item:last-child { border-bottom: none; }
.auci-step-item.active .auci-step-num { background: var(--auci-cyan); color: #fff; border-color: var(--auci-cyan); }
.auci-step-item.active .auci-step-content h3 { color: var(--auci-cyan); }
.auci-step-num { width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; color: #F0F6FF; flex-shrink: 0; transition: all 0.2s; }
.auci-step-content h3 { font-size: 16px; font-weight: 700; margin-bottom: 6px; color: #F0F6FF; }
.auci-step-content p  { font-size: 14px; color: #7A90B0; line-height: 1.7; }
.auci-mock-screen { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--auci-r2); overflow: hidden; box-shadow: 0 30px 60px rgba(0,0,0,0.4); }
.auci-mock-bar2 { background: rgba(255,255,255,0.04); padding: 12px 18px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid rgba(255,255,255,0.07); }
.auci-mock-dot { width: 8px; height: 8px; border-radius: 50%; }
.auci-mock-body { padding: 20px; }

/* ══════════════════════════════════════════
   TRENDS (light)
══════════════════════════════════════════ */
.auci-trends-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; max-width: 1200px; margin: 0 auto; }
.auci-trend-card { background: #fff; border: 1px solid #E2E8F0; border-radius: var(--auci-r2); overflow: hidden; transition: all 0.3s; box-shadow: var(--auci-shadow); }
.auci-trend-card:hover { border-color: rgba(0,180,216,0.3); transform: translateY(-4px); box-shadow: 0 20px 40px rgba(0,180,216,0.1); }
.auci-trend-preview { height: 140px; display: flex; align-items: center; justify-content: center; font-size: 44px; }
.auci-trend-body { padding: 18px; }
.auci-trend-tag { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--auci-cyan-d); margin-bottom: 8px; }
.auci-trend-title { font-size: 15px; font-weight: 700; margin-bottom: 6px; color: var(--auci-navy); }
.auci-trend-meta  { font-size: 12px; color: var(--auci-text-s); }
.auci-trend-bar  { height: 4px; border-radius: 2px; margin-top: 12px; overflow: hidden; background: #EEF2F8; }
.auci-trend-fill { height: 100%; border-radius: 2px; background: linear-gradient(90deg, var(--auci-cyan), var(--auci-cyan-d)); }

/* ══════════════════════════════════════════
   COMPARE TABLE (dark)
══════════════════════════════════════════ */
.auci-compare-table { width: 100%; border-collapse: collapse; max-width: 1200px; margin: 0 auto; }
.auci-compare-table th { padding: 16px 20px; text-align: left; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.4); background: rgba(255,255,255,0.04); border-bottom: 1px solid rgba(255,255,255,0.08); }
.auci-compare-table th:first-child { border-radius: 12px 0 0 0; }
.auci-compare-table th:last-child  { border-radius: 0 12px 0 0; color: var(--auci-cyan-l); background: rgba(0,180,216,0.08); }
.auci-compare-table td { padding: 14px 20px; font-size: 14px; color: #7A90B0; border-bottom: 1px solid rgba(255,255,255,0.05); }
.auci-compare-table td:first-child { color: #F0F6FF; font-weight: 500; }
.auci-compare-table td:last-child  { background: rgba(0,180,216,0.04); color: #F0F6FF; font-weight: 600; }
.auci-compare-table tr:hover td { background: rgba(255,255,255,0.02); }
.auci-compare-table tr:hover td:last-child { background: rgba(0,180,216,0.08); }
.auci-check { color: var(--auci-green); } .auci-cross { color: var(--auci-red); } .auci-star { color: var(--auci-cyan-l); }

/* ══════════════════════════════════════════
   USE CASES (light)
══════════════════════════════════════════ */
.auci-usecases-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; max-width: 1200px; margin: 0 auto; }
.auci-usecase-card { background: #fff; border: 1px solid #E2E8F0; border-radius: var(--auci-r2); padding: 30px; transition: all 0.3s; box-shadow: var(--auci-shadow); }
.auci-usecase-card:hover { border-color: rgba(0,180,216,0.3); box-shadow: 0 8px 28px rgba(0,180,216,0.1); transform: translateY(-2px); }
.auci-usecase-emoji { font-size: 32px; margin-bottom: 16px; display: block; }
.auci-usecase-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 10px; color: var(--auci-navy); }
.auci-usecase-card p  { font-size: 14px; color: var(--auci-text-m); line-height: 1.7; }
.auci-usecase-outcome { margin-top: 14px; font-size: 13px; font-weight: 700; color: var(--auci-cyan-d); }

/* ══════════════════════════════════════════
   PROOF BANNER (dark)
══════════════════════════════════════════ */
.auci-proof-banner {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--auci-r2); padding: 48px; display: grid;
  grid-template-columns: repeat(5,1fr); gap: 32px; align-items: center;
  max-width: 1200px; margin: 0 auto;
}
.auci-proof-item { text-align: center; }
.auci-proof-num   { font-size: 36px; font-weight: 800; color: var(--auci-cyan-l); }
.auci-proof-label { font-size: 13px; color:#F0F6FF; margin-top: 4px; }
.auci-proof-divider { width: 1px; height: 60px; background: rgba(255,255,255,0.08); margin: 0 auto; }

/* ══════════════════════════════════════════
   INTELLIGENCE STATS (dark)
══════════════════════════════════════════ */
.auci-intel-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; max-width: 1200px; margin: 0 auto; }
.auci-intel-stats-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.auci-intel-stat-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--auci-r); padding: 24px; transition: all 0.3s; }
.auci-intel-stat-card:hover { border-color: rgba(0,180,216,0.3); transform: translateY(-2px); }
.auci-intel-stat-card .auci-num { font-size: 32px; font-weight: 800; color: var(--auci-cyan-l); }
.auci-intel-stat-card .auci-label { font-size: 13px; color: #7A90B0; margin-top: 4px; }
.auci-intel-stat-card .auci-change { font-size: 12px; font-weight: 600; margin-top: 8px; }
.auci-intel-feature { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
.auci-intel-feature:last-child { border-bottom: none; }
.auci-intel-feat-icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,0.06); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.auci-intel-feat-text h4 { font-size: 15px; font-weight: 700; color: #F0F6FF; margin-bottom: 4px; }
.auci-intel-feat-text p  { font-size: 13px; color: #7A90B0; line-height: 1.6; }

/* ══════════════════════════════════════════
   CTA SECTION (dark)
══════════════════════════════════════════ */
.auci-as-cta { padding: 100px 48px; background: linear-gradient(135deg, #060D1F 0%, #081428 100%); }
.auci-cta-box {
  max-width: 800px; margin: 0 auto; text-align: center;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 28px; padding: 72px 60px; position: relative; overflow: hidden;
}
.auci-cta-box::before {
  content: ''; position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
  width: 200px; height: 2px;
  background: linear-gradient(90deg, transparent, var(--auci-cyan), transparent);
}
.auci-cta-box h2 { font-size: clamp(28px,4vw,42px); font-weight: 800; color: #F0F6FF; margin-bottom: 18px; }
.auci-cta-box p  { font-size: 17px; color: #7A90B0; margin-bottom: 40px; line-height: 1.7; }
.auci-cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.auci-btn-secondary {
  background: rgba(255,255,255,0.07); color: rgba(255,255,255,0.8);
  border: 1px solid rgba(255,255,255,0.15); font-weight: 600; font-size: 15px;
  padding: 14px 28px; border-radius: 10px; text-decoration: none;
  font-family: var(--auci-f); transition: all 0.2s;
}
.auci-btn-secondary:hover { background: rgba(255,255,255,0.12); color: #fff; }
.auci-cta-note { font-size: 13px; color: rgba(255,255,255,0.3); margin-top: 20px; }
.auci-pricing-preview { display: flex; gap: 32px; justify-content: center; margin-top: 36px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.07); flex-wrap: wrap; }
.auci-price-item { text-align: center; }
.auci-price-val { font-size: 22px; font-weight: 800; color: var(--auci-cyan-l); }
.auci-price-label { font-size: 12px; color: rgba(255,255,255,0.35); margin-top: 2px; }

/* ══════════════════════════════════════════
   FAQ (light)
══════════════════════════════════════════ */
.auci-as-faq .auci-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 1200px; margin: 0 auto; }
.auci-faq-item { background: #fff; border: 1px solid #E2E8F0; border-radius: var(--auci-r); padding: 26px; cursor: pointer; transition: all 0.2s; box-shadow: var(--auci-shadow); }
.auci-faq-item:hover { border-color: rgba(0,180,216,0.3); box-shadow: 0 6px 20px rgba(0,180,216,0.08); }
.auci-faq-q { font-size: 15px; font-weight: 700; color: var(--auci-navy); display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.auci-faq-icon { color: var(--auci-text-s); font-size: 18px; flex-shrink: 0; }
.auci-faq-a { font-size: 14px; color: var(--auci-text-m); line-height: 1.7; margin-top: 12px; }

/* ══════════════════════════════════════════
   SECTION LABEL decorative line (dark sections)
══════════════════════════════════════════ */
.auci-sec-dark .auci-stag::before { display: none; }
.auci-section-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--auci-cyan); margin-bottom: 20px;
}
.auci-section-label::before { content: ''; width: 20px; height: 2px; background: var(--auci-cyan); border-radius: 2px; }
.auci-sec-light .auci-section-label { color: var(--auci-cyan-d); }
.auci-sec-light .auci-section-label::before { background: var(--auci-cyan-d); }

/* ══════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════ */
@media (max-width: 1024px) {
  .auci-as-hero { flex-direction: column; gap: 48px; padding-top: 100px; }
  .auci-as-hero .auci-hero-right { max-width: 100%; }
  .auci-steps-layout, .auci-intel-layout { grid-template-columns: 1fr; gap: 48px; }
  .auci-problem-grid, .auci-pg, .auci-trends-grid, .auci-usecases-grid { grid-template-columns: 1fr 1fr; }
  .auci-as-how .auci-steps { grid-template-columns: repeat(2,1fr); }
  .auci-proof-banner { grid-template-columns: repeat(3,1fr); }
  .auci-proof-divider { display: none; }
  .auci-as-features .auci-fg { grid-template-columns: 1fr 1fr; }
  .auci-fc.big { grid-column: 1 / 3; }
}
@media (max-width: 768px) {
  .auci-as-section { padding: 72px 20px; }
  .auci-as-hero { padding: 100px 20px 60px; }
  .auci-problem-grid, .auci-pg, .auci-trends-grid, .auci-usecases-grid { grid-template-columns: 1fr; }
  .auci-as-how .auci-steps { grid-template-columns: 1fr; }
  .auci-workflow-flow { gap: 8px; }
  .auci-proof-banner { grid-template-columns: repeat(2,1fr); padding: 28px; }
  .auci-faq-grid { grid-template-columns: 1fr; }
  .auci-cta-box { padding: 40px 24px; }
  .auci-as-features .auci-fg { grid-template-columns: 1fr; }
  .auci-fc.big { grid-column: 1; }
  .auci-hero-stats { flex-direction: column; gap: 16px; }
  .auci-hs { border-right: none; padding: 0; border-bottom: 1px solid rgba(255,255,255,0.08); padding-bottom: 12px; }
  .auci-hs:last-child { border-bottom: none; }
}