/* ============================================================
   Ad Intelligence Tool — style.css v6.0
   Lead ROI Partner · www.leadroipartner.in
   Full-width · Responsive · Premium Dark Design
============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&family=JetBrains+Mono:wght@500;600&display=swap');

/* ── TOKENS ── */
#ait-root {
  --or:   #E8520A; --or2: rgba(232,82,10,.12); --or3: rgba(232,82,10,.25);
  --bl:   #3B82F6; --bl2: rgba(59,130,246,.12); --bl3: rgba(59,130,246,.25);
  --gr:   #10B981; --gr2: rgba(16,185,129,.12); --gr3: rgba(16,185,129,.25);
  --pu:   #8B5CF6; --pu2: rgba(139,92,246,.12); --pu3: rgba(139,92,246,.25);
  --am:   #F59E0B; --am2: rgba(245,158,11,.12); --am3: rgba(245,158,11,.25);
  --tl:   #14B8A6; --tl2: rgba(20,184,166,.12); --tl3: rgba(20,184,166,.25);
  --red:  #EF4444; --red2: rgba(239,68,68,.1);

  --bg0: #060912; --bg1: #090E1A; --bg2: #0F1521; --bg3: #151D2C; --bg4: #1C2638;
  --bd:  rgba(255,255,255,.07); --bd2: rgba(255,255,255,.13); --bd3: rgba(255,255,255,.22);
  --tx:  #F1F5F9; --tx2: #94A3B8; --tx3: #64748B; --tx4: #475569;

  --ff: 'Plus Jakarta Sans', sans-serif;
  --fm: 'JetBrains Mono', monospace;
  --r: 10px; --rl: 16px; --rxl: 22px;

  /* FULL WIDTH */
  display: block;
  width: 100%;
  font-family: var(--ff);
  background: var(--bg0);
  color: var(--tx);
  line-height: 1.6;
  overflow-x: hidden;
}

#ait-root, #ait-root * { box-sizing: border-box;}

/* ── INNER CONTAINER ── */
.ait-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
}
@media (max-width: 1024px) { .ait-container { padding: 0 32px; } }
@media (max-width: 768px)  { .ait-container { padding: 0 20px; } }
@media (max-width: 480px)  { .ait-container { padding: 0 16px; } }

/* ════════════════════════════════════
   HERO — full bleed
════════════════════════════════════ */
.ait-hero {
  position: relative;
  width: 100%;
  padding: 100px 0 90px;
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid var(--bd);
}
.ait-hero-bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.ait-orb {
  position: absolute; border-radius: 50%;
  filter: blur(140px); opacity: .16;
}
.orb1 { width: 800px; height: 800px; background: #E8520A; top: -350px; right: -200px; }
.orb2 { width: 700px; height: 700px; background: #3B82F6; bottom: -300px; left: -150px; }
.orb3 { width: 500px; height: 500px; background: #8B5CF6; top: 40%; left: 48%; transform: translate(-50%,-50%); }

.ait-hero-inner { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }

.ait-pill {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(232,82,10,.09); border: 1px solid rgba(232,82,10,.25);
  color: rgba(255,185,125,.9); font-size: 11px; font-weight: 700;
  letter-spacing: .9px; text-transform: uppercase;
  padding: 8px 20px; border-radius: 40px; margin-bottom: 32px;
}
.ait-blink {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--or); box-shadow: 0 0 10px var(--or);
  animation: blink 2s ease infinite; flex-shrink: 0;
}
@keyframes blink { 0%,100% { opacity:1; transform:scale(1); } 50% { opacity:.3; transform:scale(.75); } }

.ait-h1 {
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 900; line-height: .94; letter-spacing: -2.5px;
  color: #fff; margin-bottom: 24px;
}
.ait-em {
  font-style: normal; display: block;
  background: linear-gradient(135deg,#E8520A 0%,#F97316 45%,#FCD34D 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.ait-hero-p {
  font-size: clamp(14px, 1.8vw, 17px); color: var(--tx2);
  max-width: 580px; margin: 0 auto 44px; line-height: 1.8;
}
.ait-stat-row {
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
}
.ait-stat { display: flex; flex-direction: column; align-items: center; padding: 0 28px; }
.ait-stat b {
  font-family: var(--fm); font-size: 30px; font-weight: 600; line-height: 1; margin-bottom: 5px;
  background: linear-gradient(135deg, #fff, var(--tx2));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.ait-stat span { font-size: 11px; color: var(--tx3); text-transform: uppercase; letter-spacing: .8px; font-weight: 600; }
.ait-stat-div  { width: 1px; height: 36px; background: var(--bd2); }


/* ════════════════════════════════════
   FORM SECTION — full bleed bg
════════════════════════════════════ */
.ait-form-section {
  width: 100%;
  background: var(--bg1);
  padding: 60px 0 80px;
  border-bottom: 1px solid var(--bd);
}
.ait-form-box {
  background: var(--bg2);
  border: 1px solid var(--bd2);
  border-radius: var(--rxl);
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,.5);
}

/* Progress */
.ait-prog-wrap {
  padding: 28px 40px 24px;
  background: rgba(255,255,255,.02);
  border-bottom: 1px solid var(--bd);
  position: sticky; top: 0; z-index: 20;
}
.ait-prog-track {
  height: 3px; background: var(--bg4); border-radius: 3px;
  overflow: hidden; margin-bottom: 22px;
}
.ait-prog-fill {
  height: 100%; border-radius: 3px; width: 0%;
  background: linear-gradient(90deg, var(--or), var(--am));
  transition: width .45s ease;
}
.ait-prog-steps { display: flex; justify-content: space-between; }
.ait-ps {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  background: none; border: none; cursor: pointer; flex: 1; padding: 0;
}
.psn {
  width: 34px; height: 34px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700; font-family: var(--fm);
  background: var(--bg3); color: var(--tx3); border: 1.5px solid var(--bd2);
  transition: all .3s; flex-shrink: 0;
}
.psl { font-size: 11px; color: var(--tx4); font-weight: 600; letter-spacing: .3px; }
.ait-ps.active .psn  { background: var(--or); color: #fff; border-color: var(--or); box-shadow: 0 0 18px rgba(232,82,10,.45); }
.ait-ps.active .psl  { color: #FB923C; }
.ait-ps.done   .psn  { background: var(--gr); color: #fff; border-color: var(--gr); }
.ait-ps.done   .psl  { color: var(--gr); }

/* Step */
.ait-step { display: none; padding: 40px; }
.ait-step.active { display: block; animation: ain .35s ease; }
@keyframes ain { from { opacity:0; transform:translateY(12px); } to { opacity:1; transform:translateY(0); } }

.ait-step-hd {
  display: flex; align-items: flex-start; gap: 18px;
  margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1px solid var(--bd);
}
.ait-step-ico {
  width: 50px; height: 50px; border-radius: 14px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; margin-top: 2px;
}
.ait-step-ico svg { width: 22px; height: 22px; }
.s1 { background: var(--or2); border: 1px solid var(--or3); color: #FB923C; }
.s2 { background: var(--bl2); border: 1px solid var(--bl3); color: var(--bl); }
.s3 { background: var(--gr2); border: 1px solid var(--gr3); color: var(--gr); }
.s4 { background: var(--pu2); border: 1px solid var(--pu3); color: var(--pu); }
.s5 { background: var(--am2); border: 1px solid var(--am3); color: var(--am); }
.ait-step-hd h2 { font-size: 20px; font-weight: 800; color: var(--tx); margin-bottom: 6px; letter-spacing: -.4px; }
.ait-step-hd p  { font-size: 14px; color: var(--tx2); line-height: 1.6; }

/* Fields */
.ait-fields { display: flex; flex-direction: column; gap: 20px; margin-bottom: 36px; }
.ait-row    { display: flex; gap: 20px; }
.ait-col    { flex: 1; min-width: 0; }
.ait-field  { display: flex; flex-direction: column; gap: 8px; }
.ait-field label { font-size: 13px; font-weight: 700; color: var(--tx2); letter-spacing: .2px; }
.req { color: var(--or); margin-left: 2px; }
.ait-hint { font-size: 11.5px; color: var(--tx3); margin-top: -3px; line-height: 1.5; }

#ait-root input[type="text"],
#ait-root textarea {
  width: 100%; background: var(--bg3); border: 1.5px solid var(--bd2);
  color: var(--tx); font-family: var(--ff); font-size: 14px; font-weight: 500;
  padding: 13px 16px; border-radius: var(--r); outline: none; resize: vertical;
  transition: border-color .2s, box-shadow .2s, background .2s; line-height: 1.55;
}
#ait-root input[type="text"]::placeholder,
#ait-root textarea::placeholder { color: var(--tx4); font-weight: 400; }
#ait-root input[type="text"]:focus,
#ait-root textarea:focus {
  border-color: rgba(232,82,10,.55); background: var(--bg4);
  box-shadow: 0 0 0 3px rgba(232,82,10,.12);
}
.ait-sel { position: relative; }
#ait-root select {
  width: 100%; background: var(--bg3); border: 1.5px solid var(--bd2);
  color: var(--tx); font-family: var(--ff); font-size: 14px; font-weight: 500;
  padding: 13px 40px 13px 16px; border-radius: var(--r); outline: none;
  appearance: none; -webkit-appearance: none; cursor: pointer;
  transition: border-color .2s, background .2s;
}
#ait-root select:focus { border-color: rgba(232,82,10,.55); background: var(--bg4); box-shadow: 0 0 0 3px rgba(232,82,10,.12); }
#ait-root select option { background: var(--bg2); color: var(--tx); }
#ait-root select optgroup { color: var(--tx3); }
.ait-sel svg {
  position: absolute; right: 13px; top: 50%; transform: translateY(-50%);
  width: 16px; height: 16px; color: var(--tx3); pointer-events: none;
}

/* Pills (radio/checkbox) */
.ait-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.ait-pill-opt { cursor: pointer; }
.ait-pill-opt input { display: none; }
.ait-pill-opt span {
  display: block; background: var(--bg3); border: 1.5px solid var(--bd2);
  color: var(--tx2); font-size: 13px; font-weight: 600;
  padding: 9px 18px; border-radius: var(--r); transition: all .2s; white-space: nowrap;
}
.ait-pill-opt span:hover { border-color: var(--bd3); color: var(--tx); }
.ait-pill-opt input[type="radio"]:checked + span    { background: var(--or2); border-color: var(--or3); color: #FB923C; }
.ait-pill-opt input[type="checkbox"]:checked + span { background: var(--bl2); border-color: var(--bl3); color: var(--bl); }

/* Goal cards */
.ait-goal-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.ait-gc {
  background: var(--bg3); border: 1.5px solid var(--bd2); border-radius: var(--rl);
  padding: 20px 16px; cursor: pointer; text-align: center; transition: all .2s;
}
.ait-gc:hover { border-color: var(--bd3); background: var(--bg4); transform: translateY(-2px); }
.ait-gc.selected { background: var(--am2); border-color: var(--am3); }
.gc-ico  { font-size: 28px; margin-bottom: 10px; }
.ait-gc strong { display: block; font-size: 13px; font-weight: 800; color: var(--tx); margin-bottom: 5px; }
.ait-gc span   { font-size: 11.5px; color: var(--tx3); line-height: 1.45; }
.ait-gc.selected strong { color: var(--am); }

/* Step Footer */
.ait-step-foot {
  display: flex; justify-content: space-between; align-items: center;
  gap: 12px; padding-top: 28px; border-top: 1px solid var(--bd);
}
.ait-back-btn {
  display: flex; align-items: center; gap: 7px;
  background: none; border: 1.5px solid var(--bd2); color: var(--tx2);
  font-family: var(--ff); font-size: 14px; font-weight: 600;
  padding: 12px 22px; border-radius: var(--r); cursor: pointer; transition: all .2s;
}
.ait-back-btn svg { width: 14px; height: 14px; }
.ait-back-btn:hover { border-color: var(--bd3); color: var(--tx); background: var(--bg3); }
.ait-next-btn {
  display: flex; align-items: center; gap: 8px;
  background: var(--bg4); border: 1.5px solid var(--bd2); color: var(--tx);
  font-family: var(--ff); font-size: 14px; font-weight: 700;
  padding: 12px 24px; border-radius: var(--r); cursor: pointer; transition: all .2s;
}
.ait-next-btn svg { width: 15px; height: 15px; }
.ait-next-btn:hover { background: rgba(232,82,10,.1); border-color: var(--or3); color: #FB923C; }
.ait-submit-btn {
  display: flex; align-items: center; gap: 9px;
  background: linear-gradient(135deg, #E8520A, #C2410C);
  color: #fff; border: none;
  font-family: var(--ff); font-size: 15px; font-weight: 800;
  padding: 14px 32px; border-radius: var(--rl); cursor: pointer; letter-spacing: -.2px;
  box-shadow: 0 6px 30px rgba(232,82,10,.45); transition: all .2s;
}
.ait-submit-btn svg { width: 18px; height: 18px; }
.ait-submit-btn:hover  { transform: translateY(-3px); box-shadow: 0 10px 40px rgba(232,82,10,.55); }
.ait-submit-btn:active { transform: none; opacity: .85; }
.ait-submit-btn:disabled { opacity: .4; cursor: not-allowed; transform: none; box-shadow: none; }


/* ════════════════════════════════════
   LOADING
════════════════════════════════════ */
#ait-loading {
  background: var(--bg1); width: 100%;
  padding: 80px 0;
}
.ait-load-wrap {
  max-width: 520px; margin: 0 auto; text-align: center;
  background: var(--bg2); border: 1px solid var(--bd);
  border-radius: var(--rxl); padding: 56px 48px;
  box-shadow: 0 24px 80px rgba(0,0,0,.5);
}
.ait-rings { position: relative; width: 90px; height: 90px; margin: 0 auto 32px; }
.rr {
  position: absolute; inset: 0; border-radius: 50%;
  border: 2.5px solid transparent; animation: spin 1.2s linear infinite;
}
.r1 { border-top-color: var(--or); }
.r2 { inset: 12px; border-top-color: var(--bl); animation-delay: -.4s; animation-duration: 1.6s; }
.r3 { inset: 24px; border-top-color: var(--pu); animation-delay: -.8s; animation-duration: 2s; }
@keyframes spin { to { transform: rotate(360deg); } }
.rr-core {
  position: absolute; inset: 34px; border-radius: 50%;
  background: rgba(232,82,10,.1); border: 1px solid rgba(232,82,10,.3);
  display: flex; align-items: center; justify-content: center;
}
.rr-core svg { width: 16px; height: 16px; color: var(--or); }
.ait-load-wrap h3 { font-size: 22px; font-weight: 800; margin-bottom: 10px; }
#ait-lmsg         { font-size: 14px; color: var(--tx2); margin-bottom: 36px; min-height: 22px; transition: opacity .3s; }
.ait-lsteps       { display: grid; gap: 14px; text-align: left; }
.ait-ls           { display: flex; align-items: flex-start; gap: 12px; opacity: .3; transition: opacity .35s; }
.ait-ls.active    { opacity: 1; }
.ait-ls.done      { opacity: .55; }
.ls-d {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--bg4); border: 2px solid var(--bd2);
  flex-shrink: 0; margin-top: 4px; transition: all .35s;
}
.ait-ls.active .ls-d { background: var(--or); border-color: var(--or); box-shadow: 0 0 10px var(--or); }
.ait-ls.done   .ls-d { background: var(--gr); border-color: var(--gr); }
.ait-ls div            { display: flex; flex-direction: column; gap: 2px; }
.ait-ls strong         { font-size: 13px; font-weight: 700; color: var(--tx); }
.ait-ls span           { font-size: 12px; color: var(--tx3); }


/* ════════════════════════════════════
   ERROR
════════════════════════════════════ */
#ait-error { background: var(--bg1); padding: 32px 0; width: 100%; }
.ait-err-box {
  background: var(--red2); border: 1px solid rgba(239,68,68,.2);
  border-radius: var(--rl); padding: 20px 24px;
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
}
.ait-err-ico {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(239,68,68,.12); display: flex; align-items: center;
  justify-content: center; flex-shrink: 0;
}
.ait-err-ico svg { width: 18px; height: 18px; color: #F87171; }
.ait-err-box div { flex: 1; }
.ait-err-box strong { display: block; font-size: 14px; font-weight: 700; color: #FCA5A5; margin-bottom: 3px; }
.ait-err-box span   { font-size: 13px; color: var(--tx2); }
#ait-retry {
  background: rgba(239,68,68,.1); border: 1px solid rgba(239,68,68,.22);
  color: #FCA5A5; font-family: var(--ff); font-size: 13px; font-weight: 600;
  padding: 9px 18px; border-radius: var(--r); cursor: pointer; transition: background .2s;
}
#ait-retry:hover { background: rgba(239,68,68,.2); }


/* ════════════════════════════════════
   RESULTS — TOPBAR
════════════════════════════════════ */
.ait-res-topbar {
  width: 100%; background: rgba(255,255,255,.02);
  border-bottom: 1px solid var(--bd); padding: 18px 0;
}
.ait-res-topbar-inner {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 12px;
}
.ait-res-left   { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-size: 14px; color: var(--tx2); }
.ait-live {
  width: 8px; height: 8px; border-radius: 50%; background: var(--gr);
  box-shadow: 0 0 8px var(--gr); animation: blink 2s ease infinite; flex-shrink: 0;
}
.ait-res-chip {
  background: var(--or2); border: 1px solid var(--or3); color: #FB923C;
  font-size: 13px; font-weight: 800; padding: 4px 14px; border-radius: 40px;
}
.ait-ghost {
  display: flex; align-items: center; gap: 7px;
  background: var(--bg3); border: 1px solid var(--bd2); color: var(--tx2);
  font-family: var(--ff); font-size: 13px; font-weight: 600;
  padding: 9px 18px; border-radius: var(--r); cursor: pointer; transition: all .2s;
}
.ait-ghost svg { width: 13px; height: 13px; }
.ait-ghost:hover { color: var(--tx); border-color: var(--bd3); background: var(--bg4); }


/* ════════════════════════════════════
   DIAGNOSIS BAND — full bleed
════════════════════════════════════ */
.ait-diagnosis-band {
  width: 100%; background: rgba(59,130,246,.04);
  border-bottom: 1px solid rgba(59,130,246,.13); padding: 28px 0;
}
.ait-diag-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.ait-diag-card {
  background: var(--bg2); border: 1px solid var(--bd);
  border-radius: var(--rl); padding: 18px 20px;
}
.ait-diag-lbl { font-size: 11px; font-weight: 700; color: var(--tx3); text-transform: uppercase; letter-spacing: .7px; margin-bottom: 9px; }
.ait-diag-card p { font-size: 13px; color: var(--tx2); line-height: 1.65; }


/* ════════════════════════════════════
   RESULT SECTIONS — alternating full bleed
════════════════════════════════════ */
.ait-result-sec {
  width: 100%; padding: 64px 0;
  border-bottom: 1px solid var(--bd);
  animation: fadeup .5s ease both;
}
.ait-result-sec.alt { background: rgba(255,255,255,.012); }
@keyframes fadeup { from { opacity:0; transform:translateY(16px); } to { opacity:1; transform:translateY(0); } }

.ait-sec-hd { display: flex; gap: 18px; align-items: flex-start; margin-bottom: 36px; }
.ait-sec-no {
  font-family: var(--fm); font-size: 11px; font-weight: 600; letter-spacing: .6px;
  padding: 7px 12px; border-radius: 9px; flex-shrink: 0; margin-top: 3px;
}
.c-or { background: var(--or2); border: 1px solid var(--or3); color: #FB923C; }
.c-bl { background: var(--bl2); border: 1px solid var(--bl3); color: var(--bl); }
.c-gr { background: var(--gr2); border: 1px solid var(--gr3); color: var(--gr); }
.c-am { background: var(--am2); border: 1px solid var(--am3); color: var(--am); }
.c-pu { background: var(--pu2); border: 1px solid var(--pu3); color: var(--pu); }
.c-tl { background: var(--tl2); border: 1px solid var(--tl3); color: var(--tl); }
.ait-sec-hd h2 { font-size: 22px; font-weight: 800; margin-bottom: 8px; letter-spacing: -.4px; }
.ait-sec-hd p  { font-size: 14px; color: var(--tx2); line-height: 1.7; max-width: 700px; }


/* ── Hooks ── */
.ait-hooks-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 16px; }
.ait-hook {
  background: var(--bg2); border: 1px solid var(--bd); border-radius: var(--rl);
  padding: 22px; transition: all .2s; position: relative; overflow: hidden;
}
.ait-hook::before {
  content: ''; position: absolute; top:0; left:0; right:0; height: 3px;
  background: linear-gradient(90deg, var(--or), var(--am)); opacity: 0; transition: opacity .2s;
}
.ait-hook:hover { border-color: rgba(232,82,10,.32); transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,.45); }
.ait-hook:hover::before { opacity: 1; }
.ait-hook-top      { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; }
.ait-hook-l        { flex: 1; }
.ait-hook-rank     { font-size: 10px; font-weight: 700; color: var(--tx3); text-transform: uppercase; letter-spacing: .8px; margin-bottom: 7px; }
.ait-hook-text     { font-size: 14px; font-weight: 600; line-height: 1.6; color: var(--tx); }
.ait-hook-score    { background: var(--bg3); border-radius: 10px; padding: 10px 13px; flex-shrink: 0; text-align: center; min-width: 58px; }
.ait-score-n       { font-family: var(--fm); font-size: 24px; font-weight: 700; line-height: 1; display: block; }
.ait-score-l       { font-size: 9px; color: var(--tx3); text-transform: uppercase; letter-spacing: .5px; display: block; margin-top: 3px; }
.ait-hook-bar      { height: 4px; background: rgba(255,255,255,.05); border-radius: 4px; overflow: hidden; margin-bottom: 13px; }
.ait-hook-bar-fill { height: 100%; border-radius: 4px; transition: width 1.1s cubic-bezier(.4,0,.2,1); }
.ait-hook-pills    { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.hp-pf { font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 5px; background: var(--bl2); border: 1px solid var(--bl3); color: var(--bl); }
.hp-tp { font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 5px; background: var(--pu2); border: 1px solid var(--pu3); color: var(--pu); }
.ait-hook-cta {
  display: flex; align-items: center; gap: 8px;
  background: rgba(232,82,10,.07); border: 1px solid rgba(232,82,10,.16);
  border-radius: 8px; padding: 9px 13px; margin-bottom: 12px;
}
.cta-l { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; color: var(--tx3); }
.cta-v { font-size: 12px; font-weight: 700; color: #FB923C; margin-left: auto; }
.ait-hook-why { font-size: 12px; color: var(--tx2); line-height: 1.6; padding-top: 11px; border-top: 1px solid var(--bd); }


/* ── Angles ── */
.ait-angles-list { display: grid; gap: 16px; }
.ait-angle {
  background: var(--bg2); border: 1px solid var(--bd); border-radius: var(--rl);
  padding: 24px; transition: all .2s;
}
.ait-angle:hover { border-color: rgba(59,130,246,.32); transform: translateY(-2px); }
.ait-angle-hd {
  display: flex; align-items: flex-start; justify-content: space-between;
  flex-wrap: wrap; gap: 10px; margin-bottom: 14px;
}
.ait-angle-type { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; background: var(--bl2); border: 1px solid var(--bl3); color: var(--bl); padding: 4px 12px; border-radius: 6px; }
.ait-angle-badges { display: flex; gap: 6px; flex-wrap: wrap; }
.ab { font-size: 11px; font-weight: 600; padding: 3px 9px; border-radius: 5px; }
.ab-pf   { background: var(--bg3); border: 1px solid var(--bd2); color: var(--tx2); }
.ab-easy { background: var(--gr2); border: 1px solid var(--gr3); color: var(--gr); }
.ab-med  { background: var(--am2); border: 1px solid var(--am3); color: var(--am); }
.ab-hard { background: var(--red2); border: 1px solid rgba(239,68,68,.22); color: #F87171; }
.ab-bud  { background: var(--pu2); border: 1px solid var(--pu3); color: var(--pu); }
.ait-angle-headline { font-size: 17px; font-weight: 800; color: var(--tx); margin-bottom: 9px; letter-spacing: -.3px; }
.ait-angle-desc     { font-size: 13px; color: var(--tx2); line-height: 1.7; margin-bottom: 16px; }
.ait-angle-copy {
  background: rgba(255,255,255,.03); border: 1px solid var(--bd);
  border-left: 3px solid var(--bl); border-radius: 0 var(--r) var(--r) 0; padding: 16px 18px;
}
.ait-copy-lbl  { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .7px; color: var(--bl); margin-bottom: 8px; }
.ait-copy-text { font-size: 13px; color: var(--tx); line-height: 1.8; font-style: italic; }


/* ── Audiences ── */
.ait-aud-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 16px; }
.ait-aud {
  background: var(--bg2); border: 1px solid var(--bd); border-radius: var(--rl);
  padding: 22px; transition: all .2s;
}
.ait-aud:hover { border-color: rgba(16,185,129,.32); transform: translateY(-2px); }
.ait-aud-lbl   { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .7px; background: var(--gr2); border: 1px solid var(--gr3); color: var(--gr); display: inline-block; padding: 4px 10px; border-radius: 6px; margin-bottom: 12px; }
.ait-aud-name  { font-size: 16px; font-weight: 800; color: var(--tx); margin-bottom: 7px; }
.ait-aud-desc  { font-size: 13px; color: var(--tx2); line-height: 1.65; margin-bottom: 16px; }
.ait-aud-stats { display: flex; gap: 8px; margin-bottom: 12px; }
.ait-aud-stat  { flex:1; background: var(--bg3); border-radius: 8px; padding: 8px 10px; text-align: center; }
.asl           { font-size: 9px; text-transform: uppercase; letter-spacing: .5px; color: var(--tx3); font-weight: 600; margin-bottom: 3px; }
.asv           { font-size: 12px; font-weight: 700; color: var(--tx); }
.ait-aud-pain  { background: rgba(239,68,68,.05); border: 1px solid rgba(239,68,68,.14); border-radius: 8px; padding: 10px 13px; margin-bottom: 11px; }
.ait-aud-pl    { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: #F87171; margin-bottom: 4px; }
.ait-aud-pv    { font-size: 12px; color: var(--tx2); line-height: 1.5; }
.ait-aud-msg   { background: rgba(16,185,129,.05); border: 1px solid rgba(16,185,129,.14); border-radius: 8px; padding: 10px 13px; margin-bottom: 13px; }
.ait-aud-ml    { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: var(--gr); margin-bottom: 4px; }
.ait-aud-mv    { font-size: 12px; color: var(--tx2); font-style: italic; line-height: 1.5; }
.ait-aud-ints  { display: flex; flex-wrap: wrap; gap: 6px; }
.ait-int       { background: var(--gr2); border: 1px solid var(--gr3); color: var(--gr); font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 5px; }


/* ── Budget ── */
.ait-budget-wrap    { display: grid; gap: 12px; }
.ait-budget-summary {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
  background: var(--bg2); border: 1px solid var(--bd); border-radius: var(--rl); padding: 20px 24px;
}
.bsl  { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; color: var(--tx3); margin-bottom: 5px; }
.bsv  { font-size: 17px; font-weight: 800; color: var(--tx); }
.ait-budget-row {
  background: var(--bg2); border: 1px solid var(--bd); border-radius: var(--r);
  padding: 16px 20px; display: flex; align-items: center; gap: 16px;
}
.bp-name  { font-size: 13px; font-weight: 700; color: var(--tx); width: 110px; flex-shrink: 0; display: flex; align-items: center; gap: 6px; }
.bp-track { flex: 1; height: 8px; background: rgba(255,255,255,.05); border-radius: 4px; overflow: hidden; }
.bp-fill  { height: 100%; border-radius: 4px; transition: width 1.2s cubic-bezier(.4,0,.2,1); }
.bp-pct   { font-family: var(--fm); font-size: 15px; font-weight: 700; width: 40px; text-align: right; flex-shrink: 0; }
.ait-budget-reason { background: var(--bg2); border: 1px solid var(--bd); border-left: 3px solid var(--am); border-radius: 0 var(--r) var(--r) 0; padding: 16px 20px; font-size: 13px; color: var(--tx2); line-height: 1.7; }


/* ── Strategy ── */
.ait-strategy-wrap   { display: grid; gap: 16px; }
.ait-strategy-ol {
  background: linear-gradient(135deg, var(--bg2), rgba(139,92,246,.07));
  border: 1px solid var(--pu3); border-radius: var(--rl); padding: 24px 28px; position: relative; overflow: hidden;
}
.ait-strategy-ol::before { content:''; position:absolute; top:0; left:0; right:0; height:2px; background: linear-gradient(90deg,transparent,var(--pu),transparent); }
.sol-lbl  { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; color: var(--pu); margin-bottom: 10px; }
.sol-text { font-size: 16px; font-weight: 700; color: var(--tx); line-height: 1.65; }
.ait-phases { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.ait-phase {
  background: var(--bg2); border: 1px solid var(--bd); border-radius: var(--rl);
  padding: 20px; border-top: 3px solid var(--bd2); transition: transform .2s;
}
.ait-phase:nth-child(1) { border-top-color: var(--or); }
.ait-phase:nth-child(2) { border-top-color: var(--bl); }
.ait-phase:nth-child(3) { border-top-color: var(--gr); }
.ait-phase:hover { transform: translateY(-2px); }
.ph-lbl  { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; margin-bottom: 4px; }
.ait-phase:nth-child(1) .ph-lbl { color: #FB923C; }
.ait-phase:nth-child(2) .ph-lbl { color: var(--bl); }
.ait-phase:nth-child(3) .ph-lbl { color: var(--gr); }
.ph-title    { font-size: 15px; font-weight: 800; color: var(--tx); margin-bottom: 4px; }
.ph-duration { font-size: 11px; color: var(--tx3); font-weight: 600; margin-bottom: 14px; }
.ph-actions  { list-style: none; display: grid; gap: 7px; margin-bottom: 14px; }
.ph-actions li { display: flex; gap: 8px; align-items: flex-start; font-size: 12px; color: var(--tx2); line-height: 1.55; }
.ph-actions li::before { content: '→'; color: var(--tx3); flex-shrink: 0; font-size: 12px; margin-top: 1px; }
.ph-metric       { font-size: 11px; color: var(--tx3); border-top: 1px solid var(--bd); padding-top: 11px; }
.ph-metric strong { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 3px; }


/* ── Creatives ── */
.ait-creative-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ait-creative-col  { background: var(--bg2); border: 1px solid var(--bd); border-radius: var(--rl); padding: 22px; }
.cr-hd  { display: flex; align-items: center; gap: 9px; margin-bottom: 5px; }
.cr-hd svg { width: 15px; height: 15px; color: var(--tx3); }
.cr-hd h4  { font-size: 14px; font-weight: 800; color: var(--tx); }
.cr-sub    { font-size: 12px; color: var(--tx3); margin-bottom: 16px; }
.cr-list   { list-style: none; display: grid; gap: 10px; }
.cr-list li { display: flex; gap: 9px; align-items: flex-start; font-size: 13px; color: var(--tx2); line-height: 1.55; }
.cr-list li::before { content: '✦'; color: var(--tl); font-size: 10px; margin-top: 3px; flex-shrink: 0; }
.cr-dnd li::before  { content: '✕'; color: #F87171; }


/* ── Two Col ── */
.ait-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ait-panel   { background: var(--bg2); border: 1px solid var(--bd); border-radius: var(--rl); padding: 24px; }
.ait-panel-hd { display: flex; align-items: center; gap: 9px; margin-bottom: 5px; }
.ait-panel-hd svg { width: 16px; height: 16px; color: var(--tx3); }
.ait-panel-hd h3  { font-size: 15px; font-weight: 800; color: var(--tx); }
.ait-panel-sub    { font-size: 12px; color: var(--tx3); margin-bottom: 20px; }
.ait-qw-item      { padding: 13px 0; border-bottom: 1px solid var(--bd); }
.ait-qw-item:last-child { border-bottom: none; padding-bottom: 0; }
.qw-action   { font-size: 13px; font-weight: 600; color: var(--tx); margin-bottom: 6px; line-height: 1.5; }
.qw-meta     { display: flex; gap: 6px; }
.qw-impact   { font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 4px; }
.i-high      { background: var(--gr2); border: 1px solid var(--gr3); color: var(--gr); }
.i-med       { background: var(--am2); border: 1px solid var(--am3); color: var(--am); }
.qw-time     { font-size: 10px; font-weight: 600; color: var(--tx3); padding: 2px 8px; background: var(--bg3); border-radius: 4px; }
.ait-kpi-item  { padding: 13px 0; border-bottom: 1px solid var(--bd); }
.ait-kpi-item:last-child { border-bottom: none; padding-bottom: 0; }
.kpi-metric  { font-size: 13px; font-weight: 700; color: var(--tx); margin-bottom: 3px; }
.kpi-target  { font-size: 13px; font-weight: 800; color: var(--am); margin-bottom: 3px; }
.kpi-how     { font-size: 11px; color: var(--tx3); }


/* ── Footer ── */
.ait-result-foot {
  width: 100%; background: var(--bg1);
  padding: 48px 0; text-align: center; border-top: 1px solid var(--bd);
}
.ait-result-foot .ait-container { display: flex; flex-direction: column; align-items: center; gap: 20px; }
.ait-restart-btn {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--bg3); border: 1.5px solid var(--bd2); color: var(--tx2);
  font-family: var(--ff); font-size: 14px; font-weight: 700;
  padding: 14px 30px; border-radius: var(--rl); cursor: pointer; letter-spacing: -.2px;
  transition: all .2s;
}
.ait-restart-btn svg { width: 15px; height: 15px; }
.ait-restart-btn:hover { color: var(--tx); background: var(--bg4); border-color: var(--bd3); transform: translateY(-2px); }
.ait-brand-credit {
  font-size: 13px; color: var(--tx3);
}
.ait-brand-credit a       { color: #FB923C; font-weight: 700; text-decoration: none; }
.ait-brand-credit a:hover { text-decoration: underline; }


/* ════════════════════════════════════
   RESPONSIVE BREAKPOINTS
════════════════════════════════════ */

/* 1100px */
@media (max-width: 1100px) {
  .ait-phases { grid-template-columns: 1fr 1fr; }
}

/* 960px */
@media (max-width: 960px) {
  .ait-diag-grid { grid-template-columns: 1fr 1fr; }
  .ait-creative-grid { grid-template-columns: 1fr; }
}

/* 860px */
@media (max-width: 860px) {
  .ait-phases    { grid-template-columns: 1fr; }
  .ait-two-col   { grid-template-columns: 1fr; }
  .ait-hero      { padding: 72px 0 64px; }
  .ait-result-sec { padding: 48px 0; }
}

/* 720px */
@media (max-width: 720px) {
  .ait-diag-grid  { grid-template-columns: 1fr; }
  .ait-hooks-grid { grid-template-columns: 1fr; }
  .ait-aud-grid   { grid-template-columns: 1fr; }
  .ait-budget-summary { grid-template-columns: 1fr; }
}

/* 640px — mobile */
@media (max-width: 640px) {
  .ait-hero       { padding: 60px 0 52px; }
  .ait-form-section { padding: 40px 0 60px; }
  .ait-step       { padding: 28px 20px; }
  .ait-prog-wrap  { padding: 20px 20px 16px; }
  .psl            { display: none; }
  .ait-result-sec { padding: 40px 0; }
  .ait-sec-hd h2  { font-size: 18px; }
  .ait-row        { flex-direction: column; }
  .ait-step-foot  { flex-wrap: wrap; }
  .ait-next-btn,
  .ait-submit-btn { flex: 1; justify-content: center; }
  .ait-goal-grid  { grid-template-columns: 1fr 1fr; }
  .ait-budget-row { flex-wrap: wrap; gap: 8px; }
  .bp-name        { width: 100%; }
  .ait-stat-div   { display: none; }
  .ait-stat       { padding: 0 12px; }
}

/* 480px — small mobile */
@media (max-width: 480px) {
  .ait-h1         { font-size: 36px; letter-spacing: -1.5px; }
  .ait-stat b     { font-size: 24px; }
  .ait-goal-grid  { grid-template-columns: 1fr 1fr; }
  .ait-hero-p     { font-size: 14px; }
}

/* 380px */
@media (max-width: 380px) {
  .ait-h1         { font-size: 30px; letter-spacing: -1px; }
  .ait-goal-grid  { grid-template-columns: 1fr; }
}