/* ============================================================
   Lindy landing - Jira-faithful redesign
   Layer on top of landing.css / landing-fx.css / landing-v2.css.
   Borrows the Atlassian Jira visual system (near-black bold heads,
   alternating white/gray bands, saturated colored product frames,
   outlined pill secondaries, near-black closing CTA) on Lindy's blue.
   New components: .jhero .jwher .jt .juse .jcar .jcta2
   All motion transform/opacity, fluid, reduced-motion aware.
   ============================================================ */

:root {
  --j-ink: #101214;        /* Jira heading ink */
  --j-ink-2: #292a2e;      /* Jira body text */
  --j-band: #f4f6fb;       /* light-gray alternating band */
  --j-line: #e7eaf1;
  --j-cta: #0c0e15;        /* full-bleed closing CTA bg */
  --j-frame-dark: #1b1e28; /* charcoal product frame */
  --j-frame-lav: #ccd7f6;  /* periwinkle product frame */
  --j-frame-gray: #eceef4; /* light product frame */
}

/* Jira base is white with gray bands (not all-ice) */
.lp { background: #fff; }

/* ---------- section bands ---------- */
.band-gray { background: var(--j-band); }
.band-dark { background: var(--j-cta); }

/* ---------- shared section head ---------- */
.j-head { max-width: 780px; margin: 0 auto 52px; text-align: center; }
.j-head.left { max-width: 720px; margin-left: 0; text-align: left; }
.j-eyebrow { display: inline-block; font-family: var(--font-display); font-size: 13.5px; font-weight: 800;
  color: var(--al-blue); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 14px; }
.j-title { font-family: var(--font-display); font-weight: 800; font-size: clamp(30px, 3.6vw, 40px);
  line-height: 1.15; letter-spacing: -.012em; color: var(--j-ink); margin: 0; }
.j-title .al-hl { color: var(--al-blue); }
.j-sub { font-size: clamp(16px, 2vw, 20px); line-height: 1.55; color: var(--j-ink-2); margin: 18px auto 0; max-width: 640px; }
.j-head.left .j-sub { margin-left: 0; }

/* ---------- outlined pill (Jira secondary CTA) ---------- */
.jbtn-outline { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-display); font-size: 16px; font-weight: 600;
  color: var(--j-ink); background: transparent; border: 2px solid var(--j-ink); border-radius: var(--radius-pill);
  padding: 12px 24px; cursor: pointer; text-decoration: none; transition: background .16s var(--ease-out), color .16s, transform .2s cubic-bezier(.34,1.35,.5,1); }
.jbtn-outline i { transition: transform .18s var(--ease-out); }
.jbtn-outline:hover { background: var(--j-ink); color: #fff; }
.jbtn-outline:hover i { transform: translateX(3px); }
.jbtn-outline.on-dark { color: #fff; border-color: rgba(255,255,255,.5); }
.jbtn-outline.on-dark:hover { background: #fff; color: var(--j-ink); border-color: #fff; }
.jlink { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-display); font-weight: 800; font-size: 15px; color: var(--al-blue); }
.jlink i { transition: transform .18s var(--ease-out); }
.jlink:hover i { transform: translateX(3px); }

/* ============================================================
   HERO - oversized headline + inline email capture
   ============================================================ */
.jhero { padding: 150px 0 44px; position: relative; overflow: hidden; background: linear-gradient(180deg, #eef3ff 0%, #ffffff 78%); }
.jhero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr;
  gap: clamp(32px, 5vw, 72px); align-items: center; }
.jhero-eyebrow { display: inline-flex; align-items: center; gap: 9px; background: var(--al-white);
  border: var(--card-border); border-radius: var(--radius-pill); padding: 7px 15px 7px 8px;
  font-family: var(--font-display); font-size: 13px; font-weight: 700; color: var(--j-ink); box-shadow: var(--shadow-xs); }
.jhero-eyebrow .dot { width: 22px; height: 22px; border-radius: 50%; background: var(--al-blue); color: #fff;
  display: inline-flex; align-items: center; justify-content: center; font-size: 13px; }
.jhero h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(40px, 5.4vw, 60px);
  line-height: 1.12; letter-spacing: -.012em; color: var(--j-ink); margin: 20px 0 0; }
.jhero h1 .al-hl { color: var(--al-blue); }
.jhero-sub { font-size: clamp(16px, 2vw, 20px); line-height: 1.5; color: var(--j-ink-2); margin: 34px 0 0; max-width: 540px; }

.jhero-card { background: #fff; border: var(--card-border); border-radius: var(--radius-2xl); box-shadow: var(--shadow-lg); padding: 26px; }
.jhero-card-eyebrow { font-family: var(--font-display); font-size: 12.5px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: var(--al-blue); }
.jhero-card-t { font-family: var(--font-display); font-size: 20px; font-weight: 800; color: var(--j-ink); letter-spacing: -.01em; margin: 8px 0 0; }
.jhero-form { margin-top: 18px; }
.jhero-label { display: block; font-family: var(--font-display); font-size: 13px; font-weight: 700; color: var(--j-ink); margin-bottom: 7px; }
.jhero-input { width: 100%; height: 52px; border: 1.5px solid var(--al-line-2); border-radius: var(--radius-md); padding: 0 16px;
  font-family: var(--font-body); font-size: 15.5px; color: var(--j-ink); background: var(--al-paper);
  transition: border-color .18s var(--ease-out), box-shadow .18s var(--ease-out), background .18s; }
.jhero-input::placeholder { color: var(--al-text-3); }
.jhero-input:focus { outline: none; border-color: var(--al-blue); background: #fff; box-shadow: 0 0 0 4px var(--al-blue-50); }
.jhero-input.err { border-color: var(--al-danger); box-shadow: 0 0 0 4px rgba(214,64,64,.10); }
.jhero-err { font-size: 12.5px; color: var(--al-danger); margin-top: 7px; min-height: 16px; display: none; }
.jhero-err.show { display: block; }
.jhero-form .lp-btn { width: 100%; margin-top: 12px; height: 52px; }
.jhero-note { display: flex; align-items: center; gap: 8px; margin-top: 14px; font-size: 13px; color: var(--al-text-3); }
.jhero-note i { color: var(--al-success); font-size: 17px; flex: none; }
.jhero-card-alt { text-align: center; margin-top: 14px; font-size: 13px; color: var(--al-text-3); }
.jhero-card-alt a { color: var(--al-blue); font-weight: 700; }
.jhero-glow { position: absolute; z-index: 0; width: 720px; height: 720px; top: -300px; right: -160px; border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(51,92,255,.16), rgba(51,92,255,0) 66%); pointer-events: none; }
.jhero-stage { margin-top: clamp(36px, 5vw, 64px); position: relative; z-index: 2; }

/* ============================================================
   4-UP COLORED PRODUCT TILES  (.jwher)  - Jira's signature
   ============================================================ */
.jwher { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 56px) clamp(24px, 5vw, 72px); }
.jwher-tile { display: flex; flex-direction: column; }
.jwher-frame { position: relative; height: 300px; border-radius: var(--radius-2xl); overflow: hidden; padding: 26px;
  display: flex; box-shadow: var(--shadow-sm); }
.jwher-frame.f-dark { background: var(--j-frame-dark); }
.jwher-frame.f-lav  { background: var(--j-frame-lav); }
.jwher-frame.f-gray { background: var(--j-frame-gray); align-items: center; justify-content: center; }
.jwher-frame.f-blue { background: var(--al-blue); overflow: hidden; }
.jwher-cap-t { font-family: var(--font-display); font-size: clamp(21px, 2.3vw, 26px); font-weight: 800; color: var(--j-ink); letter-spacing: -.012em; margin: 22px 0 0; }
.jwher-cap-d { font-size: 16px; line-height: 1.5; color: var(--j-ink-2); margin: 10px 0 0; max-width: 440px; }
.jwher-hint { text-align: center; margin-top: 36px; font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--al-text-2); }
.jwher-hint b { color: var(--j-ink); }

/* mock: dark calendar agenda (tile 1) */
.jw-cal { width: 100%; display: flex; flex-direction: column; gap: 9px; }
.jw-cal-h { display: flex; align-items: center; gap: 8px; color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 13px; }
.jw-cal-h i { color: var(--al-blue-300); }
.jw-cal-row { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px; padding: 9px 11px; }
.jw-cal-row .bar { width: 3px; height: 26px; border-radius: 3px; background: var(--al-blue-300); flex: none; }
.jw-cal-row.g1 .bar { background: #35c07f; } .jw-cal-row.g2 .bar { background: #f0b429; }
.jw-cal-txt { flex: 1; min-width: 0; }
.jw-cal-t { color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.jw-cal-s { color: rgba(255,255,255,.5); font-size: 11px; margin-top: 2px; }
.jw-cal-chip { font-size: 10.5px; font-weight: 800; color: #35c07f; background: rgba(53,192,127,.16); border-radius: 20px; padding: 3px 8px; flex: none; }

/* mock: white "meeting -> tasks" card on lavender (tile 2) */
.jw-card { align-self: center; width: 100%; background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: 15px; }
.jw-card-h { display: flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 800; font-size: 13px; color: var(--j-ink); }
.jw-card-h .ai { margin-left: auto; font-size: 11px; font-weight: 800; color: var(--al-blue); background: var(--al-blue-50); border-radius: 20px; padding: 3px 9px; }
.jw-task { display: flex; align-items: center; gap: 9px; margin-top: 10px; padding: 9px 10px; border: 1px solid var(--al-line); border-radius: 9px; }
.jw-task .ck { width: 18px; height: 18px; border-radius: 5px; border: 2px solid var(--al-blue); flex: none; }
.jw-task .ck.done { background: var(--al-blue); }
.jw-task .ln { flex: 1; height: 7px; border-radius: 4px; background: var(--al-line-2); }
.jw-task .ln.s { max-width: 60%; }

/* mock: AI model hexagons on gray (tile 3) */
.jw-hexrow { display: flex; align-items: center; gap: 14px; }
.jw-hex { width: 62px; height: 70px; display: flex; align-items: center; justify-content: center; background: #fff; box-shadow: var(--shadow-sm);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); }
.jw-hex img { width: 30px; height: 30px; object-fit: contain; }
.jw-hex.more { background: #fff; font-family: var(--font-display); font-weight: 800; font-size: 14px; color: var(--al-text-2); clip-path: none; border-radius: 50%; width: 54px; height: 54px; align-self: center; }

/* mock: white field pills on blue (tile 4) */
.jw-fields { display: flex; flex-direction: column; gap: 11px; width: 100%; align-self: center; }
.jw-field { display: flex; align-items: center; gap: 12px; background: #fff; border-radius: 11px; padding: 13px 15px; box-shadow: 0 6px 16px rgba(10,20,60,.14); }
.jw-field i { font-size: 18px; color: var(--j-ink); }
.jw-field span { font-family: var(--font-display); font-weight: 700; font-size: 14.5px; color: var(--j-ink); }

/* ============================================================
   FEATURE TAB-SWITCHER (.jt) - heading top-left, vertical progress
   ============================================================ */
.jt-lead { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 30px; flex-wrap: wrap; }
.jt { display: grid; grid-template-columns: .42fr .58fr; gap: clamp(28px, 4vw, 60px); align-items: center; }
.jt.flip { grid-template-columns: .58fr .42fr; }
.jt.flip .jt-rail { order: 2; }
.jt-rail { display: flex; flex-direction: column; }
.jt-tab { position: relative; display: block; width: 100%; text-align: left; background: none; border: none; cursor: pointer; font: inherit;
  padding: 18px 16px 18px 24px; transition: opacity .2s; }
.jt-tab::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; border-radius: 3px; background: var(--j-line); }
.jt-tab:not(.on) { opacity: .55; }
.jt-tab:not(.on):hover { opacity: .8; }
.jt-tab-k { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-display); font-size: 12.5px; font-weight: 800;
  letter-spacing: .04em; text-transform: uppercase; color: var(--al-blue); }
.jt-tab-k i { font-size: 16px; }
.jt-tab-t { display: block; font-family: var(--font-display); font-size: 21px; font-weight: 800; color: var(--j-ink); letter-spacing: -.015em; margin-top: 7px; }
.jt-tab-d { display: block; font-size: 15px; line-height: 1.5; color: var(--j-ink-2); max-height: 0; overflow: hidden; opacity: 0;
  transition: max-height .38s var(--ease-out), opacity .3s, margin-top .38s; }
.jt-tab.on .jt-tab-d { max-height: 130px; opacity: 1; margin-top: 9px; }
/* vertical progress bar on the active tab's left edge */
.jt-prog { position: absolute; left: 0; top: 0; bottom: 0; width: 3px; border-radius: 3px; overflow: hidden; opacity: 0; transition: opacity .3s; }
.jt-tab.on .jt-prog { opacity: 1; }
.jt-prog span { display: block; width: 100%; height: 0; background: var(--al-blue); border-radius: 3px; }

.jt-stage { position: relative; min-height: 460px; border-radius: var(--radius-2xl); overflow: hidden; box-shadow: var(--shadow-lg);
  background: linear-gradient(150deg, #dbe4ff 0%, #eef2ff 55%, #f3ecff 100%); }
.jt-panel { position: absolute; inset: 0; padding: 30px; display: flex; flex-direction: column; gap: 14px;
  opacity: 0; transform: translateY(16px); pointer-events: none; transition: opacity .45s var(--ease-out), transform .45s var(--ease-out); }
.jt-panel.on { opacity: 1; transform: none; pointer-events: auto; }
.jt-panel-h { display: flex; align-items: center; gap: 12px; }
.jt-panel-ic { width: 44px; height: 44px; flex: none; border-radius: var(--radius-md); background: var(--al-blue-50); color: var(--al-blue); display: flex; align-items: center; justify-content: center; font-size: 22px; }
.jt-panel-t { font-family: var(--font-display); font-size: 16px; font-weight: 800; color: var(--j-ink); }
.jt-panel-s { font-size: 13px; color: var(--al-text-3); margin-top: 1px; }
.jt-panel-badge { margin-left: auto; font-family: var(--font-display); font-size: 12px; font-weight: 700; color: var(--al-blue); background: rgba(255,255,255,.7); border-radius: var(--radius-pill); padding: 5px 11px; }
.jt-mock { background: #fff; border: var(--card-border); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: 14px; display: flex; flex-direction: column; gap: 10px; }
.jt-mrow { display: flex; align-items: center; gap: 12px; padding: 11px 13px; border: 1px solid var(--al-line); border-radius: var(--radius-md); background: var(--al-paper); }
.jt-mic { width: 30px; height: 30px; flex: none; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 15px; color: #fff; }
.jt-mtext { flex: 1; min-width: 0; }
.jt-mt { font-family: var(--font-display); font-size: 14px; font-weight: 700; color: var(--j-ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.jt-ms { font-size: 12px; color: var(--al-text-3); margin-top: 2px; }
.jt-chip { display: inline-flex; align-items: center; gap: 5px; font-family: var(--font-display); font-size: 11.5px; font-weight: 700; padding: 4px 9px; border-radius: var(--radius-pill); flex: none; }
.jt-chip.ai { background: var(--al-blue-50); color: var(--al-blue); }
.jt-chip.hi { background: #FDECEC; color: var(--al-danger); }
.jt-chip.md { background: #FFF4E0; color: var(--al-warning); }
.jt-chip.ok { background: #E6F4EC; color: var(--al-success); }
.jt-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.jt-col-h { display: flex; align-items: center; gap: 8px; font-family: var(--font-display); font-size: 12.5px; font-weight: 800; color: var(--j-ink); margin-bottom: 8px; }
.jt-col-h .d { width: 8px; height: 8px; border-radius: 50%; background: var(--al-text-3); }
.jt-col-h .d.blue { background: var(--al-blue); }
.jt-note { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; line-height: 1.5; color: var(--j-ink-2); background: #fff; border: var(--card-border); border-radius: var(--radius-md); padding: 12px 14px; }
.jt-note i { color: var(--al-blue); font-size: 17px; flex: none; margin-top: 1px; }
/* visible pause/play control */
.jt-pause { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%;
  border: var(--card-border); background: #fff; color: var(--j-ink); font-size: 17px; cursor: pointer; box-shadow: var(--shadow-xs); transition: background .15s, transform .12s; }
.jt-pause:hover { background: var(--j-band); }
.jt-pause:active { transform: scale(.94); }

/* (Removed: .jhex floating-logos band and .jres resource cards - sections deleted.) */

/* ============================================================
   USE-CASE 2x2 COLORFUL-ICON GRID (.juse)
   ============================================================ */
.juse { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 56px) clamp(28px, 5vw, 72px); }
.juse-item { display: flex; flex-direction: column; }
.juse-ic { width: 56px; height: 56px; border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; font-size: 30px; }
.juse-ic.c1 { color: #335cff; background: rgba(51,92,255,.10); }
.juse-ic.c2 { color: #8a3ffc; background: rgba(138,63,252,.10); }
.juse-ic.c3 { color: #1f8a5b; background: rgba(31,138,91,.10); }
.juse-ic.c4 { color: #d9730d; background: rgba(217,115,13,.10); }
.juse-t { font-family: var(--font-display); font-size: 22px; font-weight: 800; color: var(--j-ink); letter-spacing: -.012em; margin: 18px 0 0; }
.juse-d { font-size: 16px; line-height: 1.5; color: var(--j-ink-2); margin: 9px 0 0; max-width: 440px; }

/* ============================================================
   TESTIMONIAL CAROUSEL (.jcar)
   ============================================================ */
.jcar { position: relative; }
.jcar-view { overflow: hidden; }
.jcar-track { display: flex; gap: 20px; transition: transform .5s var(--ease-out); will-change: transform; }
.jcar-slide { flex: 0 0 100%; }
.jcar-quote { background: #fff; border: var(--card-border); border-radius: var(--radius-2xl); box-shadow: var(--shadow-md);
  padding: clamp(28px, 4vw, 48px); display: flex; flex-direction: column; min-height: 100%; }
.jcar-mark { font-family: var(--font-display); font-size: 56px; font-weight: 800; line-height: .6; color: var(--al-blue-200); }
.jcar-text { font-family: var(--font-display); font-size: clamp(19px, 2.4vw, 27px); font-weight: 700; line-height: 1.4; letter-spacing: -.01em; color: var(--j-ink); margin: 14px 0 0; }
.jcar-by { display: flex; align-items: center; gap: 13px; margin-top: 26px; }
.jcar-av { width: 46px; height: 46px; border-radius: 50%; flex: none; display: flex; align-items: center; justify-content: center; color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 15px; }
.jcar-name { font-family: var(--font-display); font-size: 15px; font-weight: 800; color: var(--j-ink); }
.jcar-role { font-size: 13.5px; color: var(--al-text-2); margin-top: 2px; }
.jcar-ctrls { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 28px; }
.jcar-btn { width: 46px; height: 46px; border-radius: 50%; border: var(--card-border); background: #fff; color: var(--j-ink); display: flex; align-items: center; justify-content: center; font-size: 21px; cursor: pointer; transition: background .16s, color .16s, border-color .16s, transform .12s; }
.jcar-btn:hover { background: var(--al-blue); color: #fff; border-color: var(--al-blue); }
.jcar-btn:active { transform: scale(.94); }
.jcar-dots { display: flex; align-items: center; gap: 8px; }
.jcar-dot { width: 8px; height: 8px; border-radius: 50%; border: none; padding: 0; background: var(--al-line-2); cursor: pointer; transition: background .2s, width .2s; }
.jcar-dot.on { background: var(--al-blue); width: 22px; border-radius: 4px; }

/* ============================================================
   CLOSING FULL-BLEED NEAR-BLACK CTA (.jcta2)
   ============================================================ */
.jcta2 { background: var(--j-cta); padding: clamp(80px, 12vw, 132px) 0; text-align: center; position: relative; overflow: hidden; }
.jcta2::before, .jcta2::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.jcta2::before { width: 620px; height: 620px; top: -260px; left: -160px; background: radial-gradient(circle, rgba(51,92,255,.30), transparent 68%); }
.jcta2::after { width: 620px; height: 620px; bottom: -300px; right: -160px; background: radial-gradient(circle, rgba(107,63,224,.24), transparent 68%); }
.jcta2-inner { position: relative; z-index: 1; }
.jcta2 h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(36px, 5vw, 60px); line-height: 1.08; letter-spacing: -.015em; color: #fff; margin: 0; }
.jcta2 h2 .al-hl { color: var(--al-blue-300); }
.jcta2 p { font-family: var(--font-display); font-weight: 700; font-size: clamp(17px, 2.2vw, 22px); color: rgba(255,255,255,.82); margin: 20px auto 0; max-width: 620px; }
.jcta2-form { display: flex; gap: 10px; justify-content: center; margin-top: 34px; flex-wrap: wrap; }
.jcta2-form .jhero-input { max-width: 340px; height: 54px; background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.24); color: #fff; }
.jcta2-form .jhero-input::placeholder { color: rgba(255,255,255,.55); }
.jcta2-form .jhero-input:focus { background: rgba(255,255,255,.16); border-color: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.14); }
.jcta2-form .lp-btn { height: 54px; flex: none; }
.jcta2-note { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; font-size: 13.5px; color: rgba(255,255,255,.6); }
.jcta2-note i { color: var(--al-blue-300); }

/* ============================================================
   v2 - Jira CTA states, privacy band, AI mock, graph chart
   ============================================================ */
/* Jira button system: fully-rounded pill, medium weight, springy scale */
.lp-btn { border-radius: var(--radius-pill); font-weight: 600; transition: background .16s var(--ease-out), color .16s, border-color .16s, box-shadow .18s, transform .2s cubic-bezier(.34,1.35,.5,1); }
.lp-btn-primary:hover, .lp-btn-white:hover, .jbtn-outline:hover { transform: scale(1.035); }
.lp-btn:active, .jbtn-outline:active { transform: scale(.97); }

/* footer -> light gray, gray uppercase headers (Jira) */
.lp-footer { background: var(--j-band); }
.lp-footer .lp-foot-col h5 { color: var(--al-text-3); }

/* tile 3 - Lindy's AI reads notes -> task (real capability, no BYO) */
.jw-ai { align-self: center; width: 100%; background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: 15px; }
.jw-ai-h { display: flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 800; font-size: 13px; color: var(--j-ink); }
.jw-ai-h .ic { width: 26px; height: 26px; border-radius: 7px; background: var(--al-blue); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 14px; }
.jw-ai-h .tag { margin-left: auto; font-size: 11px; font-weight: 800; color: var(--al-success); background: #E6F4EC; border-radius: 20px; padding: 3px 9px; }
.jw-ai-q { font-size: 12.5px; line-height: 1.5; color: var(--j-ink-2); margin-top: 11px; padding: 9px 11px; background: var(--al-paper); border-left: 3px solid var(--al-blue); border-radius: 7px; }
.jw-ai-q b { background: rgba(51,92,255,.14); color: var(--al-blue); border-radius: 3px; padding: 0 3px; font-weight: 700; }
.jw-ai-arrow { text-align: center; color: var(--al-blue); font-size: 17px; margin: 6px 0 4px; }
.jw-ai-task { display: flex; align-items: center; gap: 8px; padding: 9px 11px; border: 1px solid var(--al-line); border-radius: 8px; font-size: 12.5px; font-weight: 700; color: var(--j-ink); }
.jw-ai-task i { color: var(--al-blue); font-size: 15px; }
.jw-ai-task .chip { margin-left: auto; font-size: 10.5px; font-weight: 800; color: var(--al-danger); background: #FDECEC; border-radius: 20px; padding: 3px 8px; }


/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .jhero { padding: 118px 0 28px; }
  .jhero-inner { grid-template-columns: 1fr; gap: 34px; }
  .jhero-card { max-width: 520px; }
  .jwher { grid-template-columns: 1fr; }
  .jwher-frame { height: 260px; }
  .jt, .jt.flip { grid-template-columns: 1fr; gap: 26px; }
  .jt.flip .jt-rail { order: 0; }
  .jt-stage { min-height: 400px; }
  .jt-tab-d { max-height: none; opacity: 1; margin-top: 9px; }
  .juse { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .jhero h1 { font-size: clamp(36px, 11vw, 48px); }
  .jt-stage { min-height: 430px; }
  .jt-grid2 { grid-template-columns: 1fr; }
  .jcta2-form { flex-direction: column; align-items: stretch; }
  .jcta2-form .jhero-input { max-width: none; }
  .jcta2-form .lp-btn { width: 100%; }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  .jcar-track, .jt-panel { transition: none; }
  .jhero-glow, .jcta2::before, .jcta2::after { display: none; }
}
