/* ═══════════════════════════════════════════════
   AutSync — Ads Spy Page — FIXED  |  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 {

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




/* ── TYPOGRAPHY ── */
.ausp-as-hero h1, .ausp-as-hero h2, .ausp-as-hero h3, .ausp-as-hero h4, .ausp-as-hero h5 {
  font-family: var(--ausp-f);
  line-height: 1.15;
  font-weight: 800;
}
.ausp-as-hero p, .ausp-as-hero a, .ausp-as-hero span, .ausp-as-hero li, .ausp-as-hero td, .ausp-as-hero th, .ausp-as-hero input, .ausp-as-hero button {
  font-family: var(--ausp-f);
}

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

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

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

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

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

.ausp-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:#fff; letter-spacing: 0.03em;
}
.ausp-hero-badge .ausp-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ausp-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)} }

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

.ausp-hero-sub { font-size: 17px; color: rgba(255,255,255,0.62); line-height: 1.75; margin-bottom: 40px; max-width: 480px; }

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

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

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

/* ══════════════════════════════════════════
   MARQUEE
══════════════════════════════════════════ */
.ausp-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); }
.ausp-mq-track { display: flex; gap: 0; white-space: nowrap; animation: marquee 28s linear infinite; }
.ausp-mq-track span { display: inline-flex; align-items: center; font-size: 13px; font-weight: 600; color: #6B7BA4; padding: 0 28px; }
.ausp-mq-track span::before { content: '⚡'; margin-right: 10px; color: var(--ausp-cyan); }
@keyframes marquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }

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

/* ══════════════════════════════════════════
   HOW IT WORKS (dark)
══════════════════════════════════════════ */
.ausp-as-how .ausp-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 32px; max-width: 1200px; margin: 0 auto; position: relative; }
.ausp-as-how .ausp-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; }
.ausp-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(--ausp-r2); transition: all 0.3s; }
.ausp-step:hover { border-color: rgba(0,180,216,0.3); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,180,216,0.1); }
.ausp-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(--ausp-cyan-l); margin: 0 auto 18px;
}
.ausp-step h4 { font-size: 15px; font-weight: 700; color: #F0F6FF; margin-bottom: 10px; }
.ausp-step p   { font-size: 13px; color:  #ebebeb; line-height: 1.7; }

/* ══════════════════════════════════════════
   FEATURES GRID (light — like screenshot 2)
══════════════════════════════════════════ */
.ausp-as-features .ausp-fg {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3,1fr); gap: 20px;
}
.ausp-fc {
  background: #fff; border: 1px solid #E2E8F0; border-radius: var(--ausp-r2);
  padding: 28px; transition: all 0.3s; box-shadow: var(--ausp-shadow);
}
.ausp-fc.big {
  grid-column: 1 / 3; background: var(--ausp-navy);
  border-color: transparent;
}
.ausp-fc.big h3 { color: #fff; }
.ausp-fc.big p  { color:  #ebebeb; }
.ausp-fc:not(.ausp-big):hover { border-color: rgba(0,180,216,0.3); box-shadow: 0 8px 28px rgba(0,180,216,0.1); transform: translateY(-2px); }
.ausp-fpill {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(0,180,216,0.15); color: var(--ausp-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;
}
.ausp-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;
}
.ausp-fc.big .ausp-fi { background: rgba(255,255,255,0.1); }
.ausp-fc h3 { font-size: 17px; font-weight: 700; color: var(--ausp-navy); margin-bottom: 10px; }
.ausp-fc p  { font-size: 14px; color: var(--ausp-text-m); line-height: 1.7; }

/* ══════════════════════════════════════════
   SPY DASHBOARD (hero visual)
══════════════════════════════════════════ */
.ausp-spy-dashboard {
  background: rgba(255,255,255,0.05); width:100% !important; 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);
 
}
.ausp-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);
}
.ausp-dash-dot { width: 10px; height: 10px; border-radius: 50%; }
.ausp-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; }
.ausp-dash-live { margin-left: auto; display: flex; align-items: center; gap: 5px; font-size: 11px; color: var(--ausp-green); font-weight: 600; }
.ausp-live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ausp-green); animation: blink 1.5s infinite; }
.ausp-dash-body { padding: 20px; }
.ausp-spy-tabs { display: flex; gap: 6px; margin-bottom: 16px; }
.ausp-spy-tab { padding: 6px 14px; border-radius: 6px; font-size: 12px; font-weight: 600; cursor: pointer; }
.ausp-spy-tab.active { background: var(--ausp-cyan); color: #fff; }
.ausp-spy-tab:not(.ausp-active) { background: rgba(255,255,255,0.05); color: rgba(255,255,255,0.5); }
.ausp-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;
}
.ausp-comp-logo  { width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.ausp-comp-name  { font-size: 13px; font-weight: 700; color: #F0F6FF; }
.ausp-comp-meta  { font-size: 11px; color: rgba(255,255,255,0.35); margin-top: 2px; }
.ausp-comp-info  { flex: 1; }
.ausp-comp-stat-num { font-size: 13px; font-weight: 700; color: var(--ausp-cyan-l); }
.ausp-comp-stat-label { font-size: 10px; color: rgba(255,255,255,0.35); }
.ausp-trend-badge { display: flex; align-items: center; gap: 4px; font-size: 11px; font-weight: 600; padding: 3px 8px; border-radius: 4px; flex-shrink: 0; }
.ausp-trend-up   { background: rgba(34,197,94,0.12); color: var(--ausp-green); }
.ausp-trend-down { background: rgba(239,68,68,0.12); color: var(--ausp-red); }

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

/* Steps layout (how it works) */
.ausp-steps-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; max-width: 1200px; margin: 0 auto; }
.ausp-steps-list { display: flex; flex-direction: column; }
.ausp-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; }
.ausp-step-item:last-child { border-bottom: none; }
.ausp-step-item.active .ausp-step-num { background: var(--ausp-cyan); color: #fff; border-color: var(--ausp-cyan); }
.ausp-step-item.active .ausp-step-content h3 { color: var(--ausp-cyan); }
.ausp-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; }
.ausp-step-content h3 { font-size: 16px; font-weight: 700; margin-bottom: 6px; color: #F0F6FF; }
.ausp-step-content p  { font-size: 14px; color: #7A90B0; line-height: 1.7; }
.ausp-mock-screen { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--ausp-r2); overflow: hidden; box-shadow: 0 30px 60px rgba(0,0,0,0.4); }
.ausp-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); }
.ausp-mock-dot { width: 8px; height: 8px; border-radius: 50%; }
.ausp-mock-body { padding: 20px; }

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

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

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

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

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

/* ══════════════════════════════════════════
   CTA SECTION (dark)
══════════════════════════════════════════ */
.ausp-as-cta { padding: 100px 48px; background: linear-gradient(135deg, #060D1F 0%, #081428 100%); }
.ausp-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;
}
.ausp-cta-box::before {
  content: ''; position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
  width: 200px; height: 2px;
  background: linear-gradient(90deg, transparent, var(--ausp-cyan), transparent);
}
.ausp-cta-box h2 { font-size: clamp(28px,4vw,42px); font-weight: 800; color: #F0F6FF; margin-bottom: 18px; }
.ausp-cta-box p  { font-size: 17px; color:  #ebebeb; margin-bottom: 40px; line-height: 1.7; }
.ausp-cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.ausp-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(--ausp-f); transition: all 0.2s;
}
.ausp-btn-secondary:hover { background: rgba(255,255,255,0.12); color: #fff; }
.ausp-cta-note { font-size: 13px; color: rgba(255,255,255,0.3); margin-top: 20px; }
.ausp-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; }
.ausp-price-item { text-align: center; }
.ausp-price-val { font-size: 22px; font-weight: 800; color: var(--ausp-cyan-l); }
.ausp-price-label { font-size: 12px; color: rgba(255,255,255,0.35); margin-top: 2px; }

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

/* ══════════════════════════════════════════
   SECTION LABEL decorative line (dark sections)
══════════════════════════════════════════ */
.ausp-sec-dark .ausp-stag::before { display: none; }
.ausp-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(--ausp-cyan); margin-bottom: 20px;
}
.ausp-section-label::before { content: ''; width: 20px; height: 2px; background: var(--ausp-cyan); border-radius: 2px; }
.ausp-sec-light .ausp-section-label { color: var(--ausp-cyan-d); }
.ausp-sec-light .ausp-section-label::before { background: var(--ausp-cyan-d); }

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