/* ============================================================
   RESCUE ENGINEERS · design system
   Light only. Apple.com / usecortana.ai: white ground, huge tight
   headlines, one blue accent, generous whitespace, soft layered
   shadows, pill buttons, an iOS-home-screen hero artifact.
   ============================================================ */

/* ============================================================
   PALETTE · the only place a color is allowed to be written.
   ------------------------------------------------------------
   Every color in this stylesheet resolves through a token below.
   No rule after the END PALETTE marker declares a hex, rgb() or
   named color, so re-theming the whole site means editing this
   block and nothing else. scripts/verify.mjs enforces that by
   scanning everything past the marker for color literals.
   The site is light-only: there is no dark scope to keep in sync.
   ============================================================ */
:root {
  /* ground + surfaces */
  --bg-0: #FFFFFF;           /* page ground */
  --bg-1: #F5F5F7;           /* alternating section grey */
  --bg-2: #FFFFFF;           /* card ground */

  --glass:        #FFFFFF;   /* card surface, opaque now */
  --glass-2:      #F5F5F7;
  --glass-hi:     rgba(255,255,255,0.9);
  --glass-line:   #E8E8ED;   /* hairline */
  --glass-line-2: #D2D2D7;   /* stronger hairline */
  --glass-shadow: 0 1px 2px rgba(0,0,0,.03), 0 6px 16px rgba(0,0,0,.04);
  --shadow-float: 0 2px 4px rgba(0,0,0,.02), 0 8px 16px rgba(0,0,0,.03),
                  0 24px 48px rgba(0,0,0,.05), 0 48px 96px rgba(0,0,0,.07);

  --text:   #1D1D1F;
  --text-2: #6E6E73;
  --text-3: #74747A;   /* Apple ships #86868B here, but that is only 3.62:1
                          on white; this is the lightest grey that clears 4.5:1 */

  /* apple system accents */
  --blue:   #0071E3;
  --blue-hi:#0077ED;
  --green:  #34C759;
  --red:    #FF3B30;
  --orange: #FF9500;
  --indigo: #AF52DE;
  --teal:   #30B0C7;

  /* darkened accents, for small text and icons that have to clear
     4.5:1 on white, on --bg-1, or on a severity wash */
  --green-ink:  #1D7F3C;
  --red-ink:    #B3261E;
  --orange-ink: #8A4B00;
  --teal-ink:   #15707F;
  /* severity dot that still reads orange and clears 3:1 as a graphic */
  --orange-dot: #C96A00;

  /* brand signature: the old coral gradient is now one solid blue */
  --rescue-a: #0071E3;
  --rescue-b: #0071E3;
  --rescue-glow: rgba(0,113,227,0.24);
  --accent: var(--blue);
  --on-brand: #FFFFFF;

  /* flat sheens: nothing is glass any more */
  --sheen-glass:  transparent;
  --sheen-btn:    transparent;
  --sheen-btn-hi: transparent;
  --shadow-nav:   rgba(0,0,0,0.06);

  /* neutral fills for pills, secondary buttons, inline code */
  --fill:      rgba(0,0,0,0.05);
  --fill-hi:   rgba(0,0,0,0.08);
  --fill-soft: rgba(0,0,0,0.04);

  /* frosted chrome bar */
  --nav-bg: rgba(255,255,255,0.72);

  /* brand mark (inline SVG in the header and footer) */
  --mark-a:  #0071E3;
  --mark-b:  #0071E3;
  --mark-fg: #FFFFFF;
  --mark-fill: rgba(255,255,255,0.18);

  /* severity tints (borders + washes on white) */
  --red-line:    #FFD5D2;
  --red-wash:    #FFF2F1;
  --orange-line: #FFE2BF;
  --orange-wash: #FFF7EC;
  --teal-line:   #CDECF3;
  --teal-wash:   #F0FAFC;

  /* window-chrome dots */
  --chrome-red:   #FF5F57;
  --chrome-amber: #FEBC2E;
  --chrome-green: #28C840;

  /* hero "rescue report" home-screen artifact */
  --screen-1:  #DCE7FF;
  --screen-2:  #FFDFCF;
  --screen-3:  #D5F3E6;
  --screen-bg: #EFF1F6;
  --screen-line:  rgba(255,255,255,0.95);
  --widget-bg:    rgba(255,255,255,0.82);
  --widget-line:  rgba(255,255,255,0.9);
  --floatbar-bg:   rgba(245,245,247,0.82);
  --floatbar-line: rgba(255,255,255,0.8);
  --floatbar-shadow: 0 4px 24px rgba(0,0,0,0.08);
  --icon-shadow:    0 4px 10px rgba(0,0,0,0.14), inset 0 1px 0 rgba(255,255,255,0.4);
  --icon-shadow-sm: 0 3px 8px rgba(0,0,0,0.12), inset 0 1px 0 rgba(255,255,255,0.35);
  --ico-red-a:   #FF6A5E; --ico-red-b:   #E5322A;
  --ico-blue-a:  #4DA2FF; --ico-blue-b:  #0060DF;
  --ico-green-a: #5EE07E; --ico-green-b: #1DA84B;
  --ico-orange-a:#FFB84D; --ico-orange-b:#F08200;
  --ico-purple-a:#C77DF0; --ico-purple-b:#8E32C9;
  --ico-teal-a:  #5AD3E8; --ico-teal-b:  #1893AE;

  /* the one image token: the <select> chevron, inlined so its colour
     also lives inside the palette block */
  --select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236E6E73' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

  --radius-xl: 28px;
  --radius-lg: 18px;
  --radius:    14px;
  --radius-sm: 10px;

  --maxw: 1200px;
  --gutter: clamp(20px, 5vw, 60px);

  --font-display: "Inter", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);

  color-scheme: light;
}
/* ===== END PALETTE ===== */

/* ---------- Reset ---------- */
*,*::before,*::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation-duration:.001ms!important; animation-iteration-count:1!important; transition-duration:.001ms!important; } }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg-0);
  line-height: 1.6;
  font-size: 19px;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  position: relative;
}
img,svg,canvas { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; color: inherit; }
h1,h2,h3,h4 { margin: 0; font-family: var(--font-display); font-weight: 700; line-height: 1.05; letter-spacing: -0.045em; text-wrap: balance; }
p { margin: 0; }
::selection { background: var(--blue); color: var(--on-brand); }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; border-radius: 6px; }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.wrap--wide { max-width: 1340px; }
.section { padding-block: clamp(72px, 10vw, 128px); position: relative; }
.section--grey { background: var(--bg-1); }

/* The eyebrow is now a plain bold label, no mono, no coral dot. */
.eyebrow {
  display: block; font-family: var(--font-body); font-size: 19px; font-weight: 600;
  color: var(--text); letter-spacing: -0.02em; text-transform: none; margin: 0 0 10px;
}

.display-1 { font-size: clamp(44px, 7.2vw, 80px); font-weight: 700; }
.display-2 { font-size: clamp(32px, 4.6vw, 54px); font-weight: 700; }
.display-3 { font-size: clamp(20px, 2.4vw, 24px); font-weight: 700; }
.lede { font-size: clamp(17px, 1.8vw, 21px); color: var(--text-2); max-width: 60ch; font-weight: 400; letter-spacing: -0.015em; line-height: 1.5; }
/* Kept as class names so every page's markup still resolves; they are
   now one flat accent rather than a gradient fill. */
.grad-text { color: var(--blue); }
.grad-cool { color: var(--blue); }

/* ---------- Surface primitive (was glass) ---------- */
.glass {
  background: var(--glass);
  border: 1px solid var(--glass-line);
  border-radius: var(--radius-lg);
  box-shadow: var(--glass-shadow);
  position: relative;
}
.glass-2 { background: var(--glass-2); }
.glass--sm { border-radius: var(--radius); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 24px; border-radius: 980px; font-weight: 500; font-size: 16px;
  letter-spacing: -0.01em; border: 1px solid transparent; white-space: nowrap;
  transition: background .2s, transform .2s, box-shadow .2s, opacity .2s;
}
.btn svg { width: 17px; height: 17px; }
.btn:active { transform: scale(.98); }
.btn--primary { background: var(--blue); color: var(--on-brand); }
.btn--primary:hover { background: var(--blue-hi); }
.btn--glass { background: var(--fill); color: var(--text); border-color: transparent; }
.btn--glass:hover { background: var(--fill-hi); }
.btn--lg { padding: 14px 30px; font-size: 17px; }
.btn--sm { padding: 8px 18px; font-size: 14px; }
.btn--ghost { background: transparent; color: var(--blue); padding-inline: 6px; }
.btn--ghost:hover { text-decoration: underline; }
.btn--nav { padding: 8px 18px; font-size: 14px; }

/* ---------- Pills / badges ---------- */
.pill {
  display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-body);
  font-size: 12px; font-weight: 500; letter-spacing: -0.01em; padding: 5px 12px;
  border-radius: 980px; border: none; background: var(--fill); color: var(--text-2);
}
.dot { width: 7px; height: 7px; border-radius: 50%; flex: none; }
.dot--green { background: var(--green-ink); }
.dot--red { background: var(--red); }
.dot--orange { background: var(--orange-dot); }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.3} }
.dot--pulse { animation: pulse 1.7s ease-in-out infinite; }

/* ---------- Header: full-width frosted white bar ---------- */
.site-header {
  position: sticky; top: 0; z-index: 80;
  background: var(--nav-bg);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid var(--glass-line);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 56px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 600; font-size: 16px; letter-spacing: -0.02em; }
.brand__mark { width: 26px; height: 26px; flex: none; border-radius: 7px; }
.nav__links { display: flex; align-items: center; gap: 26px; }
.nav__links a { font-size: 14px; color: var(--text); opacity: .85; transition: opacity .15s; }
.nav__links a:hover { opacity: 1; }
.nav__right { display: flex; align-items: center; gap: 10px; }
.nav__burger { display: none; width: 44px; height: 44px; border-radius: 10px; border: none; background: var(--fill); color: var(--text); place-items: center; }
.nav__links .nav__links-cta { display: none; opacity: 1; font-size: 16px; }
@media (max-width: 1080px) {
  .nav__links { display: none; }
  .nav__burger { display: grid; }
  .btn--nav { padding: 13px 18px; }
  .nav__links.open {
    display: flex; position: absolute; top: 56px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 2px;
    padding: 12px var(--gutter) 20px;
    background: var(--bg-0); border-bottom: 1px solid var(--glass-line);
    box-shadow: var(--glass-shadow);
  }
  .nav__links.open a { padding: 12px 2px; font-size: 16px; opacity: 1; }
}
@media (max-width: 520px) {
  .nav__links.open .nav__links-cta {
    display: inline-flex; align-self: stretch; justify-content: center; margin-top: 10px;
  }
}

/* ---------- Cards ---------- */
.card { padding: 28px; border-radius: var(--radius-lg); }
.card--hover { transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.card--hover:hover { transform: translateY(-3px); box-shadow: var(--shadow-float); }
.card__ico {
  width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center;
  margin-bottom: 18px; border: none; color: var(--on-brand);
  background: linear-gradient(160deg, var(--ico-blue-a), var(--ico-blue-b));
  box-shadow: var(--icon-shadow-sm);
}
.card__ico svg { width: 23px; height: 23px; }
.card__ico--red    { background: linear-gradient(160deg, var(--ico-red-a), var(--ico-red-b)); }
.card__ico--orange { background: linear-gradient(160deg, var(--ico-orange-a), var(--ico-orange-b)); }
.card__ico--green  { background: linear-gradient(160deg, var(--ico-green-a), var(--ico-green-b)); }
.card__ico--purple { background: linear-gradient(160deg, var(--ico-purple-a), var(--ico-purple-b)); }
.card__ico--teal   { background: linear-gradient(160deg, var(--ico-teal-a), var(--ico-teal-b)); }
.card h3 { font-size: 1.22rem; margin-bottom: 10px; letter-spacing: -0.035em; }
.card p { color: var(--text-2); font-size: 16px; line-height: 1.55; }

/* ---------- Grid helpers ---------- */
.grid { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px){ .grid-3,.grid-4 { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 620px){ .grid-2,.grid-3,.grid-4 { grid-template-columns: 1fr; } }

.sec-head { max-width: 64ch; margin-bottom: 56px; }
.sec-head .lede { margin-top: 18px; }
.center { text-align: center; margin-inline: auto; }

/* ---------- Stat tiles ---------- */
.stat { padding: 26px; border-radius: var(--radius-lg); }
.stat__num { font-family: var(--font-display); font-size: clamp(2.2rem, 4vw, 2.8rem); font-weight: 700; letter-spacing: -0.05em; font-variant-numeric: tabular-nums; line-height: 1; }
.stat__label { color: var(--text-2); font-size: 14.5px; margin-top: 12px; line-height: 1.45; }
.stat__src { color: var(--text-3); font-size: 11.5px; margin-top: 10px; }

/* ---------- Process / numbered steps ---------- */
.step { padding: 28px; border-radius: var(--radius-lg); position: relative; }
.step__n {
  display: inline-block; font-family: var(--font-body); font-size: 12px; font-weight: 600;
  letter-spacing: -0.01em; text-transform: none; color: var(--text-2);
  background: var(--fill); border-radius: 980px; padding: 5px 12px;
}
.step h3 { margin: 14px 0 8px; font-size: 1.22rem; }
.step p { color: var(--text-2); font-size: 15.5px; line-height: 1.5; }

/* ---------- Reveal on scroll (from a VISIBLE resting state on load) ---------- */
.reveal { opacity: 1; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce){ .js .reveal { opacity:1; transform:none; } }

/* ---------- Team (the engineers) ---------- */
.team-card { display: flex; flex-direction: column; align-items: flex-start; }
.team-card__photo {
  width: 88px; height: 88px; border-radius: var(--radius);
  object-fit: cover; margin-bottom: 18px; box-shadow: var(--icon-shadow-sm);
}
.team-card__avatar {
  width: 88px; height: 88px; border-radius: var(--radius); margin-bottom: 18px;
  display: grid; place-items: center;
  background: linear-gradient(160deg, var(--ico-blue-a), var(--ico-blue-b));
  color: var(--on-brand); font-family: var(--font-display); font-weight: 700;
  font-size: 26px; letter-spacing: -0.02em; box-shadow: var(--icon-shadow-sm);
}
.team-card h3 { margin-bottom: 2px; }
.team-card__role { color: var(--blue); font-size: 14.5px; font-weight: 500; letter-spacing: -0.01em; }
.team-card__focus { margin-top: 10px; font-size: 15.5px; line-height: 1.5; }
.team-card__links { margin-top: 18px; }
.team-card__link {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 980px; background: var(--fill); color: var(--text);
  transition: background .2s;
}
.team-card__link:hover { background: var(--fill-hi); }
.team-card__link svg { width: 20px; height: 20px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--bg-1); border-top: 1px solid var(--glass-line); padding-block: 64px 40px; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(4, 1fr); gap: 36px; }
.footer-grid h4 { font-family: var(--font-body); font-size: 13px; letter-spacing: -0.015em; text-transform: none; color: var(--text); margin-bottom: 14px; font-weight: 600; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-grid a { color: var(--text-2); font-size: 14px; transition: color .15s; }
.footer-grid a:hover { color: var(--text); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--glass-line); color: var(--text-2); font-size: 13px; font-family: var(--font-body); flex-wrap: wrap; }
@media (max-width: 860px){ .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px){ .footer-grid { grid-template-columns: 1fr; } }
@media (max-width: 1080px) {
  .footer-grid a { display: inline-block; padding-block: 11px; }
  .footer-grid ul { gap: 0; }
  .brand, .brand--footer { padding-block: 9px; }
}

/* ---------- Utility ---------- */
.mono { font-family: var(--font-mono); }
.t2 { color: var(--text-2); } .t3 { color: var(--text-3); }
.hairline { height: 1px; background: var(--glass-line); border: 0; }
.stack { display: flex; flex-direction: column; }
.row { display: flex; align-items: center; }
.gap-8{gap:8px}.gap-12{gap:12px}.gap-16{gap:16px}.gap-20{gap:20px}
.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mt-32{margin-top:32px}.mt-40{margin-top:40px}
.wrap-tight{max-width:820px}
.flex-wrap{flex-wrap:wrap}

/* ============================================================
   HOMEPAGE COMPONENTS
   ============================================================ */

/* ---- Hero ---- */
.hero-eyebrow { margin-bottom: 6px; }
.hero-sub { font-size: clamp(17px, 2vw, 21px); color: var(--text-2); max-width: 34ch; margin: 20px auto 0; letter-spacing: -0.015em; line-height: 1.45; }
.hero-cta { display: flex; gap: 14px; justify-content: center; margin-top: 28px; flex-wrap: wrap; }

/* ---- The rescue report "home screen" artifact ---- */
.screen-stage { perspective: 1250px; margin-top: clamp(40px, 6vw, 72px); }
.screen {
  position: relative; width: min(940px, 100%); margin-inline: auto;
  border-radius: 36px; padding: 24px 24px 92px;
  background:
    radial-gradient(120% 90% at 12% -5%, var(--screen-1) 0%, transparent 58%),
    radial-gradient(100% 80% at 98% 6%, var(--screen-2) 0%, transparent 52%),
    radial-gradient(130% 110% at 55% 115%, var(--screen-3) 0%, transparent 58%),
    var(--screen-bg);
  box-shadow: var(--shadow-float);
  transform: rotateX(20deg) scale(1.015);
  transform-origin: 50% 0%;
  border: 1px solid var(--screen-line);
}
.screen-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
@media (max-width: 720px), (max-height: 480px) { .screen { padding: 18px 18px 78px; border-radius: 28px; transform: none; } .screen-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---- Scroll-driven tilt: panel rests tilted, untilts as it scrolls into view ---- */
@keyframes screen-tilt-in {
  from { transform: rotateX(20deg) scale(1.015); }
  to { transform: rotateX(0deg) scale(1); }
}
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .screen {
      animation: screen-tilt-in linear both;
      animation-timeline: view();
      animation-range: entry 15% cover 45%;
    }
  }
  @media (max-width: 720px), (max-height: 480px) {
    .screen { animation: none; }
  }
}

.widget, .mtile {
  background: var(--widget-bg);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border-radius: 22px; box-shadow: var(--glass-shadow);
  border: 1px solid var(--widget-line);
}
.widget { padding: 16px 18px; grid-column: span 2; }
.mtile { padding: 14px 16px; }
.w-label { font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-2); }
.w-foot { font-size: 13px; color: var(--text-2); margin-top: 10px; }
.score-row { display: flex; align-items: center; gap: 14px; margin-top: 10px; }
.score { font-size: 40px; font-weight: 700; letter-spacing: -0.05em; line-height: 1; font-variant-numeric: tabular-nums; }
.score--bad { color: var(--red-ink); }
.score--good { color: var(--green-ink); }
.score-arrow { color: var(--text-2); font-size: 20px; }
.findings { display: flex; flex-direction: column; gap: 9px; margin-top: 12px; }
.finding { display: flex; align-items: center; gap: 9px; font-size: 13.5px; }
.finding code { font-family: var(--font-mono); font-size: 12.5px; background: var(--fill-soft); padding: 1px 6px; border-radius: 5px; }
.mtile .big { font-size: 21px; font-weight: 700; letter-spacing: -0.035em; margin-top: 6px; font-variant-numeric: tabular-nums; }
.mtile .cap { font-size: 12px; color: var(--text-2); margin-top: 2px; }

/* app icons */
.icon-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; margin-top: 20px; }
@media (max-width: 720px){ .icon-row { grid-template-columns: repeat(3, 1fr); } }
.appicon { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.appicon .sq { width: 62px; height: 62px; border-radius: 21px; display: grid; place-items: center; box-shadow: var(--icon-shadow); }
.appicon .sq svg { width: 29px; height: 29px; stroke: var(--on-brand); fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.appicon span { font-size: 11.5px; color: var(--text); opacity: .75; text-align: center; line-height: 1.25; letter-spacing: -0.01em; }
.g-red    { background: linear-gradient(160deg, var(--ico-red-a), var(--ico-red-b)); }
.g-blue   { background: linear-gradient(160deg, var(--ico-blue-a), var(--ico-blue-b)); }
.g-green  { background: linear-gradient(160deg, var(--ico-green-a), var(--ico-green-b)); }
.g-orange { background: linear-gradient(160deg, var(--ico-orange-a), var(--ico-orange-b)); }
.g-purple { background: linear-gradient(160deg, var(--ico-purple-a), var(--ico-purple-b)); }
.g-teal   { background: linear-gradient(160deg, var(--ico-teal-a), var(--ico-teal-b)); }

/* floating frosted bar overlapping the panel */
.floatbar {
  display: flex; align-items: center; gap: 20px; justify-content: space-between; flex-wrap: wrap;
  background: var(--floatbar-bg);
  backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-radius: 980px; padding: 12px 12px 12px 28px; margin-top: -34px;
  width: min(760px, 100%); margin-inline: auto; position: relative; z-index: 5;
  box-shadow: var(--floatbar-shadow); border: 1px solid var(--floatbar-line);
}
.floatbar p { font-size: 15px; color: var(--text); }
.floatbar .muted { color: var(--text-2); }
@media (max-width: 640px){ .floatbar { border-radius: 20px; padding: 18px; justify-content: center; text-align: center; margin-top: -26px; } }

/* ---- Homepage small parts ---- */
.stat__num--alarm { color: var(--red); }
.price__num { font-size: 2rem; }
.price__sub { font-size: 1rem; color: var(--text-2); font-weight: 500; letter-spacing: -0.02em; }
.sources-note { font-size: 13px; color: var(--text-3); margin-top: 26px; line-height: 1.5; }
.fineprint { font-size: 11.5px; color: var(--text-3); margin-top: 10px; }

/* ---- Tool chip strip ---- */
.tools-label { font-size: 14px; color: var(--text-2); text-align: center; }
.tools { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 20px; }
.chip { font-size: 14px; color: var(--text); opacity: .78; background: var(--glass); border: 1px solid var(--glass-line); border-radius: 980px; padding: 7px 14px; box-shadow: var(--glass-shadow); }

/* ---- Proof section ---- */
.proof-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(30px,5vw,64px); align-items: center; }
@media (max-width: 900px){ .proof-grid { grid-template-columns: 1fr; } }
.proof-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 18px; }
.proof-list li { display: flex; gap: 14px; align-items: flex-start; color: var(--text-2); font-size: 16px; }
.proof-list svg { width: 22px; height: 22px; flex: none; margin-top: 2px; color: var(--green-ink); }
.proof-list strong { color: var(--text); font-weight: 600; }

/* ---- Report card ---- */
.report { padding: 24px; }
.report__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }
.report__head .w-label,
.report__head .mono { font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-2); }
.report__score { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 24px; }
.report__ring { --v: 50; width: 96px; height: 96px; border-radius: 50%; display: grid; place-items: center; position: relative; background: conic-gradient(var(--red-ink) calc(var(--v)*1%), var(--glass-line) 0); }
.report__ring::before { content:""; position:absolute; inset:8px; border-radius:50%; background: var(--bg-2); }
.report__ring--good { background: conic-gradient(var(--green-ink) calc(var(--v)*1%), var(--glass-line) 0); }
.report__ring span { position: relative; font-size: 10px; color: var(--text-2); text-transform: uppercase; letter-spacing: 0.1em; grid-row: 2; margin-bottom: 22px; }
.report__ring b { position: relative; font-family: var(--font-display); font-size: 1.9rem; font-weight: 700; letter-spacing: -0.05em; grid-row: 1; line-height: 1; margin-top: 22px; }
.report__arrow { width: 24px; height: 24px; flex: none; color: var(--text-3); }
.report__rows { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.report__rows li { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--glass-line); font-size: 14px; color: var(--text-2); }
.report__rows li:last-child { border-bottom: 0; }
.report__rows .was { color: var(--red-ink); font-weight: 600; }
.report__rows .now { color: var(--green-ink); font-weight: 600; }

/* ---- FAQ ---- */
.faq { display: flex; flex-direction: column; gap: 12px; }
.faq__item { padding: 0; overflow: hidden; }
.faq__item summary { list-style: none; cursor: pointer; padding: 20px 24px; font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; letter-spacing: -0.03em; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; font-size: 22px; color: var(--text-3); font-weight: 400; transition: transform .3s var(--ease); }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p { padding: 0 24px 22px; color: var(--text-2); font-size: 16px; margin-top: -4px; }

/* ---- CTA ---- */
.cta { padding: clamp(40px, 6vw, 72px); text-align: center; background: var(--bg-1); border: 1px solid var(--glass-line); border-radius: var(--radius-xl); box-shadow: none; }
.cta .display-2 { max-width: 20ch; margin-inline: auto; }

/* ============================================================
   OVERFLOW SAFETY + MOBILE
   ============================================================ */
@media (max-width: 460px) {
  .display-1 { font-size: clamp(32px, 10vw, 44px); }
  .display-2 { font-size: clamp(26px, 8vw, 34px); }
}
.grid > *, .proof-grid > *, .footer-grid > * { min-width: 0; }
@media (max-width: 520px) {
  .nav__right .btn--primary { display: none; }
}

/* Reading-body copy that sat just under the 16px floor (fine for a mouse
   reader, but small enough on a phone to feel undersized). Bumped to 16px
   on touch widths only; desktop keeps the original size. */
@media (max-width: 1080px) {
  .step p { font-size: 16px; }
  :is(.p-privacy, .p-terms) .legal p,
  :is(.p-privacy, .p-terms) .legal ul,
  :is(.p-privacy, .p-terms) .legal ol { font-size: 16px; }
  :is(.p-fix-lovable-supabase-security, .p-fix-replit-app-not-working, .p-rescue-bolt, .p-rescue-cursor, .p-rescue-lovable, .p-rescue-replit, .p-rescue-v0, .p-rescue-windsurf) .howto p { font-size: 16px; }
}

/* ============================================================
   Accessibility
   ============================================================ */

/* Skip link: first focusable element in the document, off-screen until
   focused, then pinned over the sticky header. */
.skip-link {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -120%);
  z-index: 200;
  padding: 12px 20px;
  border-radius: 0 0 14px 14px;
  background: var(--bg-2);
  color: var(--text);
  border: 1px solid var(--glass-line-2);
  border-top: 0;
  font-size: 14.5px;
  font-weight: 600;
  transition: transform .2s var(--ease);
}
.skip-link:focus-visible {
  transform: translate(-50%, 0);
  outline-offset: 2px;
}

/* ============================================================
   Chrome utilities
   Small classes that replace the last of the inline style="" on the
   header, footer and pricing badge, so the markup carries no styling.
   ============================================================ */
.brand--footer { margin-bottom: 16px; }
.footer-blurb { font-size: 15px; max-width: 34ch; }
.pill--brand {
  background: var(--blue);
  color: var(--on-brand);
  border: none;
}
.pill--brand .dot { background: var(--on-brand); }

/* Floating "most common" badge on the pricing table. */
.pill--float { position: absolute; top: -14px; right: 24px; }


/* ============================================================
   Content components
   ------------------------------------------------------------
   Lifted out of the per-page <style> blocks that used to be
   duplicated across 33 files.

   Each rule is scoped with :is() to the pages that declared it.
   That keeps two things true: a rule never reaches a page that
   did not have it, and every rule gains exactly one class of
   specificity, so the cascade inside any page is unchanged.
   Rule order is a topological sort of the pages' original source
   order, constrained to rules that share a property.

   Page scopes come from the `bodyClass` in each page's front
   matter, which the base layout puts on <body>.
   ============================================================ */

:is(.p-blog-ai-prompts-to-clean-up-your-codebase, .p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist, .p-data-state-of-vibe-code-security) .article-head {
  max-width: 74ch;
}

:is(.p-blog-ai-prompts-to-clean-up-your-codebase, .p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist, .p-data-state-of-vibe-code-security) .byline-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

:is(.p-blog-ai-prompts-to-clean-up-your-codebase, .p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist, .p-data-state-of-vibe-code-security) .byline-row .dot-sep {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--text-3);
  flex: none;
}

:is(.p-blog-ai-prompts-to-clean-up-your-codebase, .p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist, .p-data-state-of-vibe-code-security) .crumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--text-3);
  margin-bottom: 20px;
  flex-wrap: wrap;
}

:is(.p-blog-ai-prompts-to-clean-up-your-codebase, .p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist) .article {
  max-width: 68ch;
}

.p-blog-ai-prompts-to-clean-up-your-codebase .article > * + * {
  margin-top: 20px;
}

:is(.p-blog-ai-prompts-to-clean-up-your-codebase, .p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist) .article li:last-child {
  margin-bottom: 0;
}

@media (max-width: 820px) {
  :is(.p-blog-ai-prompts-to-clean-up-your-codebase, .p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist) .related-grid {
    grid-template-columns: 1fr;
  }
}

:is(.p-blog-ai-prompts-to-clean-up-your-codebase, .p-blog-can-vibe-coders-become-real-engineers, .p-blog, .p-blog-real-engineer-vs-vibe-coder, .p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-disaster-to-production, .p-blog-vibe-coding-security-checklist) .capture input[type=email]:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}

.p-blog-ai-prompts-to-clean-up-your-codebase .section-sm {
  padding-block: clamp(46px, 6vw, 84px);
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--text-3);
  flex-wrap: wrap;
  margin-bottom: 26px;
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .art-head {
  max-width: 78ch;
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .art-meta .dot--rescue {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--rescue-a);
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .prose p {
  margin: 0;
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .prose .table-wrap {
  overflow-x: auto;
}

.p-blog .post-card {
  padding: 28px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.p-blog .post-card:hover .post-card__arrow {
  transform: translateX(4px);
}

@media (max-width:760px) {
  .p-blog-real-engineer-vs-vibe-coder .compare {
    grid-template-columns: 1fr;
  }
}

:is(.p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist) .article > * + * {
  margin-top: 18px;
}

:is(.p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist) .section-sm {
  padding-block: clamp(40px, 5.5vw, 76px);
}

.p-contact .form-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

@media (max-width: 900px) {
  .p-contact .form-grid {
    grid-template-columns: 1fr;
  }
}

.p-contact .field {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 20px;
}

.p-contact .field label {
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-2);
}

.p-contact .field .req {
  color: var(--rescue-a);
}

.p-contact .field input,
.p-contact .field select,
.p-contact .field textarea {
  background: var(--glass-2);
  border: 1px solid var(--glass-line-2);
  border-radius: var(--radius-sm);
  padding: 13px 16px;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 15px;
  letter-spacing: -0.01em;
  width: 100%;
  transition: border-color .2s var(--ease), background .2s var(--ease);
}
/* iOS Safari zooms on focus for any field under 16px; only bites on
   touch widths, so keep the 15px desktop size intact above 1080px. */
@media (max-width: 1080px) {
  .p-contact .field input,
  .p-contact .field select,
  .p-contact .field textarea {
    font-size: 16px;
  }
}

.p-contact .field select {
  appearance: none;
  background-image: var(--select-chevron);
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
  padding-right: 40px;
}

.p-contact .field textarea {
  resize: vertical;
  min-height: 130px;
  font-family: var(--font-body);
  line-height: 1.5;
}

.p-contact .field input::placeholder,
.p-contact .field textarea::placeholder {
  color: var(--text-3);
}

.p-contact .field input:focus,
.p-contact .field select:focus,
.p-contact .field textarea:focus {
  outline: none;
  border-color: var(--blue);
  background: var(--bg-0);
}

.p-contact .field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 560px) {
  .p-contact .field-row {
    grid-template-columns: 1fr;
  }
}

.p-contact .next-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-contact .next-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.p-contact .next-list .num {
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--rescue-a);
  border: 1px solid var(--glass-line);
  background: var(--glass-2);
  width: 28px;
  height: 28px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  flex: none;
}

.p-contact .next-list strong {
  color: var(--text);
  font-weight: 600;
  display: block;
  margin-bottom: 3px;
}

.p-contact .next-list span.desc {
  color: var(--text-2);
  font-size: 14.5px;
}

.p-data-state-of-vibe-code-security .article {
  max-width: 74ch;
}

:is(.p-blog-vibe-coding-security-checklist, .p-data-state-of-vibe-code-security) .kf-wrap {
  max-width: 980px;
}

.p-data-state-of-vibe-code-security .article p:last-child {
  margin-bottom: 0;
}

@media (max-width: 720px) {
  .p-data-state-of-vibe-code-security .vuln-grid {
    grid-template-columns: 1fr;
  }
}

.p-data-state-of-vibe-code-security .section-sm {
  padding-block: clamp(50px, 7vw, 90px);
}

:is(.p-fix-lovable-supabase-security, .p-fix-replit-app-not-working, .p-locations, .p-locations-london, .p-locations-new-york, .p-locations-san-francisco, .p-locations-sydney, .p-rescue-bolt, .p-rescue-cursor, .p-rescue, .p-rescue-lovable, .p-rescue-replit, .p-rescue-v0, .p-rescue-windsurf) .crumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--text-3);
  margin-bottom: 28px;
}

:is(.p-blog-ai-prompts-to-clean-up-your-codebase, .p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist, .p-data-state-of-vibe-code-security, .p-fix-lovable-supabase-security, .p-fix-replit-app-not-working, .p-locations, .p-locations-london, .p-locations-new-york, .p-locations-san-francisco, .p-locations-sydney, .p-rescue-bolt, .p-rescue-cursor, .p-rescue, .p-rescue-lovable, .p-rescue-replit, .p-rescue-v0, .p-rescue-windsurf) .crumbs a {
  color: var(--text-3);
  transition: color .15s;
}

:is(.p-blog-ai-prompts-to-clean-up-your-codebase, .p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist, .p-data-state-of-vibe-code-security) .crumbs a:hover {
  color: var(--text-2);
}

:is(.p-blog-ai-prompts-to-clean-up-your-codebase, .p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist, .p-data-state-of-vibe-code-security) .crumbs span {
  color: var(--text-3);
  opacity: .6;
}

.p-blog-ai-prompts-to-clean-up-your-codebase .article p {
  color: var(--text-2);
  font-size: 16.5px;
  margin: 0;
}

:is(.p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist) .article p {
  color: var(--text-2);
  font-size: 16px;
  margin: 0;
}

.p-data-state-of-vibe-code-security .article p {
  color: var(--text-2);
  font-size: 16.5px;
  margin: 0 0 20px;
}

:is(.p-blog-ai-prompts-to-clean-up-your-codebase, .p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist, .p-data-state-of-vibe-code-security) .article p strong {
  color: var(--text);
  font-weight: 600;
}

.p-blog-ai-prompts-to-clean-up-your-codebase .article .lead {
  color: var(--text);
  font-size: 1.12rem;
  letter-spacing: -0.01em;
}

.p-blog-ai-prompts-to-clean-up-your-codebase .article h2 {
  font-size: clamp(1.5rem, 2.6vw, 1.9rem);
  margin-top: 52px;
}

:is(.p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist) .article .lead {
  color: var(--text);
  font-size: 1.1rem;
  letter-spacing: -0.01em;
}

.p-blog-scale-your-vibe-coded-app .article h2 {
  font-size: clamp(1.4rem, 2.4vw, 1.8rem);
  margin-top: 46px;
}

.p-blog-vibe-coding-security-checklist .article h2 {
  font-size: clamp(1.4rem, 2.4vw, 1.75rem);
  margin-top: 46px;
}

:is(.p-blog-ai-prompts-to-clean-up-your-codebase, .p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist) .article h2:first-child {
  margin-top: 0;
}

.p-blog-ai-prompts-to-clean-up-your-codebase .article h3 {
  font-size: 1.12rem;
  letter-spacing: -0.02em;
  margin-top: 34px;
}

.p-blog-ai-prompts-to-clean-up-your-codebase .article ul,
.p-blog-ai-prompts-to-clean-up-your-codebase .article ol {
  color: var(--text-2);
  font-size: 16.5px;
  padding-left: 1.25em;
  margin: 0;
}

.p-blog-ai-prompts-to-clean-up-your-codebase .article li {
  margin: 0 0 10px;
}

.p-blog-ai-prompts-to-clean-up-your-codebase .article li strong {
  color: var(--text);
}

.p-blog-ai-prompts-to-clean-up-your-codebase .article blockquote {
  margin: 0;
  padding: 16px 20px;
  border-left: 3px solid var(--rescue-a);
  background: var(--glass-2);
  border-radius: 0 var(--radius) var(--radius) 0;
  color: var(--text-2);
  font-size: 15.5px;
}

:is(.p-blog-ai-prompts-to-clean-up-your-codebase, .p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist, .p-data-state-of-vibe-code-security) .toc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-top: 22px;
}

.p-blog-ai-prompts-to-clean-up-your-codebase .toc a {
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--text-2);
  padding: 8px 13px;
  border-radius: 999px;
  border: 1px solid var(--glass-line);
  background: var(--glass);
  transition: color .15s, border-color .15s;
}

.p-blog-ai-prompts-to-clean-up-your-codebase .prompt {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--glass);
  border: 1px solid var(--glass-line);
  box-shadow: var(--glass-shadow), inset 0 1px 0 var(--glass-hi);
}

:is(.p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist) .article h3 {
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  margin: 0;
}

:is(.p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist) .article ul,
:is(.p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist) .article ol {
  color: var(--text-2);
  font-size: 16px;
  padding-left: 1.25em;
  margin: 0;
}

:is(.p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist) .article li {
  margin: 0 0 8px;
}

:is(.p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist) .article code {
  font-family: var(--font-mono);
  font-size: 0.86em;
  background: var(--glass-2);
  padding: 2px 6px;
  border-radius: 5px;
  border: 1px solid var(--glass-line);
  color: var(--text);
}

.p-blog-scale-your-vibe-coded-app .toc a {
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--text-2);
  padding: 8px 13px;
  border-radius: 999px;
  border: 1px solid var(--glass-line);
  background: var(--glass);
  transition: color .15s, border-color .15s;
}

.p-blog-scale-your-vibe-coded-app .stepcard {
  padding: 26px 28px;
}

.p-blog-scale-your-vibe-coded-app .stepcard__head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}

.p-blog-vibe-coding-security-checklist .toc a {
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--text-2);
  padding: 8px 13px;
  border-radius: 999px;
  border: 1px solid var(--glass-line);
  background: var(--glass);
  transition: color .15s, border-color .15s;
}

:is(.p-blog-vibe-coding-security-checklist, .p-data-state-of-vibe-code-security) .kf-grid .stat {
  padding: 22px;
}

.p-blog-vibe-coding-security-checklist .kf-grid .stat__num {
  font-size: clamp(1.8rem, 3.2vw, 2.3rem);
}

.p-blog-vibe-coding-security-checklist .risk {
  padding: 26px 28px;
}

.p-blog-vibe-coding-security-checklist .risk__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
  flex-wrap: wrap;
}

.p-blog-vibe-coding-security-checklist .risk-block {
  margin-top: 16px;
}

.p-data-state-of-vibe-code-security .article .lead {
  color: var(--text);
  font-size: 1.15rem;
  letter-spacing: -0.01em;
}

.p-data-state-of-vibe-code-security .article h2 {
  font-size: clamp(1.5rem, 2.6vw, 1.9rem);
  margin: 0 0 18px;
}

.p-data-state-of-vibe-code-security .article h3 {
  font-size: 1.1rem;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}

.p-data-state-of-vibe-code-security cite {
  font-style: normal;
  color: var(--text-3);
  font-family: var(--font-mono);
  font-size: 0.92em;
}

.p-data-state-of-vibe-code-security .kf-grid .stat__num {
  font-size: clamp(1.9rem, 3.4vw, 2.5rem);
}

.p-data-state-of-vibe-code-security .toc a {
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--text-2);
  padding: 8px 13px;
  border-radius: 999px;
  border: 1px solid var(--glass-line);
  background: var(--glass);
  transition: color .15s, border-color .15s;
}

:is(.p-blog-ai-prompts-to-clean-up-your-codebase, .p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist, .p-data-state-of-vibe-code-security) .toc a:hover {
  color: var(--text);
  border-color: var(--glass-line-2);
}

.p-blog-ai-prompts-to-clean-up-your-codebase .prompt__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
  border-bottom: 1px solid var(--glass-line);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-3);
}

.p-blog-ai-prompts-to-clean-up-your-codebase .prompt pre {
  margin: 0;
  padding: 18px 20px;
  overflow-x: auto;
  background: transparent;
}

.p-blog-ai-prompts-to-clean-up-your-codebase .prompt code {
  font-family: var(--font-mono);
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--text);
  white-space: pre-wrap;
  word-break: break-word;
}

.p-blog-ai-prompts-to-clean-up-your-codebase .promptcard {
  padding: 26px 28px;
}

.p-blog-ai-prompts-to-clean-up-your-codebase .promptcard .pc-n {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--rescue-a);
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 8px;
}

.p-blog-ai-prompts-to-clean-up-your-codebase .promptcard h3 {
  margin-top: 0;
  margin-bottom: 6px;
}

.p-blog-ai-prompts-to-clean-up-your-codebase .promptcard .pc-meta {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--text-3);
  margin-bottom: 16px;
}

.p-blog-ai-prompts-to-clean-up-your-codebase .promptcard .pc-meta b {
  color: var(--text-2);
  font-weight: 500;
}

.p-blog-ai-prompts-to-clean-up-your-codebase .promptcard .pc-good {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  background: var(--glass-2);
  border: 1px solid var(--glass-line);
}

.p-blog-ai-prompts-to-clean-up-your-codebase .promptcard .pc-good .tag {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--green-ink);
  display: block;
  margin-bottom: 6px;
}

.p-blog-ai-prompts-to-clean-up-your-codebase .promptcard .pc-good p {
  font-size: 14px;
  margin: 0;
}

.p-blog-ai-prompts-to-clean-up-your-codebase .stack-lg {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.p-blog-scale-your-vibe-coded-app .stepcard .step__n {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--rescue-a);
  letter-spacing: 0.1em;
}

.p-blog-scale-your-vibe-coded-app .stepcard h3 {
  font-size: 1.2rem;
  margin: 0;
}

.p-blog-scale-your-vibe-coded-app .stepcard p.what {
  color: var(--text-2);
  font-size: 15.5px;
  margin: 14px 0 0;
}

.p-blog-scale-your-vibe-coded-app .stepcard pre {
  margin: 14px 0 0;
  padding: 14px 16px;
  overflow-x: auto;
  background: var(--glass-2);
  border: 1px solid var(--glass-line);
  border-radius: var(--radius-sm);
}

.p-blog-scale-your-vibe-coded-app .stepcard code.block {
  font-family: var(--font-mono);
  font-size: 12.8px;
  line-height: 1.65;
  color: var(--text);
  white-space: pre;
  background: none;
  border: 0;
  padding: 0;
}

.p-blog-scale-your-vibe-coded-app .stepcard .caption {
  font-size: 13px;
  color: var(--text-3);
  margin: 8px 0 0;
  font-family: var(--font-mono);
}

.p-blog-scale-your-vibe-coded-app .dont-list svg {
  width: 20px;
  height: 20px;
  flex: none;
  margin-top: 2px;
  color: var(--red-ink);
}

.p-blog-vibe-coding-security-checklist .risk__n {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--rescue-a);
  letter-spacing: 0.1em;
  flex: none;
}

.p-blog-vibe-coding-security-checklist .risk h3 {
  font-size: 1.18rem;
  margin: 0;
}

.p-blog-vibe-coding-security-checklist .risk__sev {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 9px;
  border-radius: 999px;
  border: 1px solid var(--glass-line);
  margin-left: auto;
}

.p-blog-vibe-coding-security-checklist .risk__sev--crit {
  color: var(--red-ink);
  border-color: var(--red-line);
  background: var(--red-wash);
}

.p-blog-vibe-coding-security-checklist .risk__sev--high {
  color: var(--orange-ink);
  border-color: var(--orange-line);
  background: var(--orange-wash);
}

.p-blog-vibe-coding-security-checklist .risk__sev--med {
  color: var(--teal-ink);
  border-color: var(--teal-line);
  background: var(--teal-wash);
}

.p-blog-vibe-coding-security-checklist .risk p.what {
  color: var(--text-2);
  font-size: 15.5px;
  margin: 14px 0 0;
}

.p-blog-vibe-coding-security-checklist .risk-block .tag {
  display: block;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: 8px;
}

:is(.p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist) .stack-lg {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-blog-scale-your-vibe-coded-app .dont-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.p-blog-scale-your-vibe-coded-app .dont-list li {
  padding: 16px 20px;
  border-radius: var(--radius);
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.p-blog-scale-your-vibe-coded-app .dont-list p {
  margin: 0;
  font-size: 14.5px;
  color: var(--text-2);
}

.p-blog-scale-your-vibe-coded-app .dont-list strong {
  color: var(--text);
}

.p-blog-vibe-coding-security-checklist .risk-block p {
  font-size: 14.5px;
  color: var(--text-2);
  margin: 0 0 10px;
}

.p-blog-vibe-coding-security-checklist .risk pre {
  margin: 0;
  padding: 14px 16px;
  overflow-x: auto;
  background: var(--glass-2);
  border: 1px solid var(--glass-line);
  border-radius: var(--radius-sm);
}

.p-blog-vibe-coding-security-checklist .risk code.block {
  font-family: var(--font-mono);
  font-size: 12.8px;
  line-height: 1.65;
  color: var(--text);
  white-space: pre;
  background: none;
  border: 0;
  padding: 0;
}

.p-blog-vibe-coding-security-checklist .risk-block.prompt-line .tag {
  color: var(--rescue-a);
}

.p-blog-vibe-coding-security-checklist .risk-block.prompt-line pre {
  background: var(--glass-2);
}

.p-blog-vibe-coding-security-checklist .breach-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.p-blog-vibe-coding-security-checklist .breach-list li {
  padding: 16px 20px;
  border-radius: var(--radius);
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

:is(.p-blog-ai-prompts-to-clean-up-your-codebase, .p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist) .note-box {
  padding: 20px 22px;
  border-radius: var(--radius);
  border-color: var(--glass-line-2);
}

:is(.p-blog-ai-prompts-to-clean-up-your-codebase, .p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist) .related-grid .card {
  padding: 22px;
}

:is(.p-blog-ai-prompts-to-clean-up-your-codebase, .p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist) .capture {
  padding: clamp(28px, 4vw, 44px);
}

.p-blog-vibe-coding-security-checklist .breach-list svg {
  width: 20px;
  height: 20px;
  flex: none;
  margin-top: 2px;
  color: var(--rescue-a);
}

.p-blog-vibe-coding-security-checklist .breach-list p {
  margin: 0;
  font-size: 14.5px;
  color: var(--text-2);
}

.p-blog-vibe-coding-security-checklist .breach-list strong {
  color: var(--text);
}

.p-data-state-of-vibe-code-security .vuln-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 28px;
}

.p-data-state-of-vibe-code-security .vuln-card {
  padding: 24px;
}

.p-data-state-of-vibe-code-security .vuln-card .rank {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--rescue-a);
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  display: block;
}

.p-data-state-of-vibe-code-security .vuln-card p {
  font-size: 15px;
  margin-bottom: 0;
}

.p-data-state-of-vibe-code-security .src-list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-data-state-of-vibe-code-security .src-list li {
  padding: 18px 20px;
  border-radius: var(--radius);
}

.p-data-state-of-vibe-code-security .src-list .src-name {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--text);
  font-size: 15px;
  letter-spacing: -0.01em;
}

.p-data-state-of-vibe-code-security .src-list p {
  font-size: 14.5px;
  margin: 6px 0 0;
}

:is(.p-blog-ai-prompts-to-clean-up-your-codebase, .p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist, .p-data-state-of-vibe-code-security) .note-box .tag {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rescue-a);
  display: block;
  margin-bottom: 8px;
}

:is(.p-blog-ai-prompts-to-clean-up-your-codebase, .p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist, .p-data-state-of-vibe-code-security) .note-box p {
  font-size: 14.5px;
  margin: 0;
}

:is(.p-blog-ai-prompts-to-clean-up-your-codebase, .p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist) .related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
/* This unconditional 3-column rule sits after the 820px collapse rule
   above in source order, so at equal specificity it was winning at every
   width and forcing 3-up cards past the viewport on phones. Re-assert
   the collapse here, after it, so mobile actually gets 1 column. */
@media (max-width: 820px) {
  :is(.p-blog-ai-prompts-to-clean-up-your-codebase, .p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist) .related-grid {
    grid-template-columns: 1fr;
  }
}

:is(.p-blog-ai-prompts-to-clean-up-your-codebase, .p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist) .related-grid .card span {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-3);
}

:is(.p-blog-ai-prompts-to-clean-up-your-codebase, .p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist) .related-grid .card h3 {
  font-size: 1.02rem;
  margin: 8px 0 0;
}

:is(.p-blog-ai-prompts-to-clean-up-your-codebase, .p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist) .capture__row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

:is(.p-blog-ai-prompts-to-clean-up-your-codebase, .p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist) .capture input[type=email] {
  flex: 1 1 260px;
  padding: 14px 18px;
  border-radius: 13px;
  border: 1px solid var(--glass-line-2);
  background: var(--glass-2);
  color: var(--text);
  font: inherit;
  font-size: 15px;
}
@media (max-width: 1080px) {
  :is(.p-blog-ai-prompts-to-clean-up-your-codebase, .p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist) .capture input[type=email] {
    font-size: 16px;
  }
}

.p-blog-ai-prompts-to-clean-up-your-codebase .capture input[type=email]::placeholder {
  color: var(--text-3);
}

.p-blog-scale-your-vibe-coded-app .capture input[type=email]::placeholder {
  color: var(--text-3);
}

.p-blog-vibe-coding-security-checklist .capture input[type=email]::placeholder {
  color: var(--text-3);
}

:is(.p-blog-ai-prompts-to-clean-up-your-codebase, .p-blog-scale-your-vibe-coded-app, .p-blog-vibe-coding-security-checklist) .capture .fine {
  font-size: 12.5px;
  color: var(--text-3);
  margin-top: 12px;
}

.p-data-state-of-vibe-code-security .note-box {
  padding: 20px 22px;
  border-radius: var(--radius);
  margin-top: 28px;
  border-color: var(--glass-line-2);
}

:is(.p-fix-lovable-supabase-security, .p-fix-replit-app-not-working, .p-locations, .p-locations-london, .p-locations-new-york, .p-locations-san-francisco, .p-locations-sydney, .p-rescue-bolt, .p-rescue-cursor, .p-rescue, .p-rescue-lovable, .p-rescue-replit, .p-rescue-v0, .p-rescue-windsurf) .crumbs a:hover {
  color: var(--text);
}

:is(.p-fix-lovable-supabase-security, .p-fix-replit-app-not-working, .p-locations, .p-locations-london, .p-locations-new-york, .p-locations-san-francisco, .p-locations-sydney, .p-rescue-bolt, .p-rescue-cursor, .p-rescue, .p-rescue-lovable, .p-rescue-replit, .p-rescue-v0, .p-rescue-windsurf) .answer-block {
  padding: 26px 28px;
}

:is(.p-fix-lovable-supabase-security, .p-fix-replit-app-not-working, .p-rescue-bolt, .p-rescue-cursor, .p-rescue-lovable, .p-rescue-replit, .p-rescue-v0, .p-rescue-windsurf) .howto {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: howto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

:is(.p-fix-lovable-supabase-security, .p-fix-replit-app-not-working, .p-rescue-bolt, .p-rescue-cursor, .p-rescue-lovable, .p-rescue-replit, .p-rescue-v0, .p-rescue-windsurf) .howto li {
  position: relative;
  padding: 22px 24px 22px 68px;
  border-radius: var(--radius-lg);
}

:is(.p-fix-lovable-supabase-security, .p-fix-replit-app-not-working, .p-rescue-bolt, .p-rescue-cursor, .p-rescue-lovable, .p-rescue-replit, .p-rescue-v0, .p-rescue-windsurf) .howto li::before {
  counter-increment: howto;
  content: counter(howto);
  position: absolute;
  left: 20px;
  top: 22px;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: linear-gradient(135deg,var(--rescue-a),var(--rescue-b));
  color: var(--on-brand);
  display: grid;
  place-items: center;
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 14px;
}

:is(.p-fix-lovable-supabase-security, .p-fix-replit-app-not-working, .p-rescue-bolt, .p-rescue-cursor, .p-rescue-lovable, .p-rescue-replit, .p-rescue-v0, .p-rescue-windsurf) .howto h4 {
  margin: 0 0 6px;
  font-size: 1.05rem;
  letter-spacing: -.02em;
}

:is(.p-fix-lovable-supabase-security, .p-fix-replit-app-not-working, .p-rescue-bolt, .p-rescue-cursor, .p-rescue-lovable, .p-rescue-replit, .p-rescue-v0, .p-rescue-windsurf) .howto p {
  color: var(--text-2);
  font-size: 15px;
  margin: 0;
}

.p-fix-lovable-supabase-security .check-box {
  padding: 22px 24px;
}

.p-fix-lovable-supabase-security .check-box code {
  font-family: var(--font-mono);
  font-size: 13px;
  background: var(--glass-2);
  padding: 2px 7px;
  border-radius: 6px;
  color: var(--rescue-a);
}

:is(.p-privacy, .p-terms) .legal {
  max-width: 68ch;
  margin-inline: auto;
}

:is(.p-privacy, .p-terms) .legal h2 {
  font-size: 1.4rem;
  margin-top: 46px;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}

:is(.p-privacy, .p-terms) .legal h2:first-of-type {
  margin-top: 0;
}

:is(.p-privacy, .p-terms) .legal h3 {
  font-size: 1.05rem;
  margin-top: 28px;
  margin-bottom: 10px;
  letter-spacing: -0.015em;
  color: var(--text);
}

:is(.p-privacy, .p-terms) .legal p {
  color: var(--text-2);
  font-size: 15.5px;
  line-height: 1.75;
  margin-bottom: 16px;
}

:is(.p-privacy, .p-terms) .legal ul,
:is(.p-privacy, .p-terms) .legal ol {
  color: var(--text-2);
  font-size: 15.5px;
  line-height: 1.75;
  margin: 0 0 16px;
  padding-left: 22px;
}

:is(.p-privacy, .p-terms) .legal li {
  margin-bottom: 8px;
}

:is(.p-privacy, .p-terms) .legal strong {
  color: var(--text);
  font-weight: 600;
}

:is(.p-privacy, .p-terms) .legal a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}

:is(.p-privacy, .p-terms) .legal a:hover {
  color: var(--text);
}

:is(.p-privacy, .p-terms) .legal .confirm {
  display: block;
  margin: 10px 0 18px;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  background: var(--glass-2);
  border: 1px dashed var(--glass-line-2);
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--orange-ink);
  line-height: 1.6;
}

:is(.p-privacy, .p-terms) .legal-meta {
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--text-3);
  margin-bottom: 8px;
}

:is(.p-privacy, .p-terms) .legal-toc {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

:is(.p-privacy, .p-terms) .legal-toc a {
  font-size: 14px;
  color: var(--text-2);
  text-decoration: none;
}

:is(.p-privacy, .p-terms) .legal-toc a:hover {
  color: var(--blue);
}

:is(.p-privacy, .p-terms) .disclaimer-box {
  margin-top: 48px;
  padding: 20px 22px;
  border-radius: var(--radius);
  background: var(--glass-2);
  border: 1px solid var(--glass-line-2);
  font-size: 13.5px;
  color: var(--text-2);
  line-height: 1.65;
}

.p-rescue .tool-grid a.card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.p-rescue .tool-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--rescue-a);
}

:is(.p-services-ai-app-security-audit, .p-services-developer-handoff, .p-services-finish-my-app, .p-services, .p-services-mvp-to-production, .p-services-ongoing-engineering, .p-services-technical-due-diligence) .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--text-3);
  flex-wrap: wrap;
  margin-bottom: 28px;
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production, .p-services-ai-app-security-audit, .p-services-developer-handoff, .p-services-finish-my-app, .p-services, .p-services-mvp-to-production, .p-services-ongoing-engineering, .p-services-technical-due-diligence) .breadcrumb a {
  color: var(--text-3);
  transition: color .15s;
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production, .p-services-ai-app-security-audit, .p-services-developer-handoff, .p-services-finish-my-app, .p-services, .p-services-mvp-to-production, .p-services-ongoing-engineering, .p-services-technical-due-diligence) .breadcrumb a:hover {
  color: var(--text);
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production, .p-services-ai-app-security-audit, .p-services-developer-handoff, .p-services-finish-my-app, .p-services, .p-services-mvp-to-production, .p-services-ongoing-engineering, .p-services-technical-due-diligence) .breadcrumb .current {
  color: var(--text-2);
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .art-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--text-3);
  margin-top: 18px;
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .prose {
  max-width: 68ch;
  margin-inline: auto;
  font-size: 17px;
  line-height: 1.75;
  color: var(--text-2);
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .prose > * + * {
  margin-top: 1.5em;
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder) .prose h2 {
  font-size: clamp(1.5rem,2.6vw,2.05rem);
  color: var(--text);
  margin-top: 2.6em;
  margin-bottom: .7em;
  letter-spacing: -0.025em;
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .prose ul,
:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .prose ol {
  padding-left: 1.3em;
  display: flex;
  flex-direction: column;
  gap: .65em;
  margin: 0;
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .prose li {
  padding-left: .25em;
}

.p-blog .post-card__tag {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--rescue-a);
  margin-bottom: 14px;
}

.p-blog .post-card h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  letter-spacing: -0.03em;
  color: var(--text);
}

.p-blog .post-card p {
  color: var(--text-2);
  font-size: 15px;
  flex: 1;
}

.p-blog .post-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--text-3);
}

.p-blog .post-card__arrow {
  width: 18px;
  height: 18px;
  color: var(--rescue-a);
  transition: transform .25s var(--ease);
}

.p-blog-vibe-coding-disaster-to-production .prose h2 {
  font-size: clamp(1.4rem,2.4vw,1.9rem);
  color: var(--text);
  margin-top: 2.6em;
  margin-bottom: .5em;
  letter-spacing: -0.025em;
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .prose > h2:first-child {
  margin-top: 0;
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .prose h3 {
  font-size: 1.24rem;
  color: var(--text);
  margin-top: 1.9em;
  margin-bottom: .5em;
  letter-spacing: -0.02em;
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .prose strong {
  color: var(--text);
  font-weight: 600;
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .prose a {
  color: var(--rescue-a);
  text-decoration: underline;
  text-decoration-color: var(--glass-line-2);
  text-underline-offset: 3px;
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .prose a:hover {
  text-decoration-color: currentColor;
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .prose li::marker {
  color: var(--rescue-a);
  font-family: var(--font-mono);
  font-size: .85em;
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .prose blockquote {
  margin: 0;
  padding: 20px 26px;
  border-left: 3px solid var(--rescue-a);
  background: var(--glass-2);
  border-radius: 0 var(--radius) var(--radius) 0;
  color: var(--text);
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .prose blockquote p {
  color: var(--text);
  margin: 0;
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .prose hr {
  border: 0;
  border-top: 1px solid var(--glass-line);
  margin: 2.6em 0;
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .prose table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .prose th,
:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .prose td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--glass-line);
  text-align: left;
  vertical-align: top;
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .prose th {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--text-3);
  font-weight: 500;
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .prose td {
  color: var(--text-2);
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .prose td strong {
  color: var(--text);
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .prose code {
  font-family: var(--font-mono);
  font-size: .86em;
  background: var(--glass-2);
  border: 1px solid var(--glass-line);
  padding: .15em .42em;
  border-radius: 5px;
  color: var(--text);
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .code-block {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--glass-line);
  background: var(--glass-2);
  box-shadow: var(--glass-shadow);
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .code-block__bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border-bottom: 1px solid var(--glass-line);
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-3);
  letter-spacing: .06em;
  text-transform: uppercase;
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .code-block__bar .dot {
  width: 6px;
  height: 6px;
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .code-block pre {
  margin: 0;
  padding: 20px 22px;
  overflow-x: auto;
  background: transparent;
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .code-block code {
  font-family: var(--font-mono);
  font-size: 13.3px;
  line-height: 1.65;
  color: var(--text);
  white-space: pre;
  background: none;
  border: 0;
  padding: 0;
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .icon-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production, .p-services-ai-app-security-audit, .p-services-developer-handoff, .p-services-finish-my-app, .p-services-mvp-to-production, .p-services-ongoing-engineering, .p-services-technical-due-diligence) .icon-list svg {
  width: 21px;
  height: 21px;
  flex: none;
  margin-top: 2px;
}

.p-blog-can-vibe-coders-become-real-engineers .stage {
  padding: 28px;
  border-radius: var(--radius-lg);
}

.p-blog-real-engineer-vs-vibe-coder .compare .glass {
  padding: 26px;
}

:is(.p-services-ai-app-security-audit, .p-services-developer-handoff, .p-services-finish-my-app, .p-services-mvp-to-production, .p-services-ongoing-engineering, .p-services-technical-due-diligence) .icon-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production, .p-services-ai-app-security-audit, .p-services-developer-handoff, .p-services-finish-my-app, .p-services-mvp-to-production, .p-services-ongoing-engineering, .p-services-technical-due-diligence) .icon-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  color: var(--text-2);
  font-size: 15.5px;
}

.p-blog-can-vibe-coders-become-real-engineers .icon-list--check svg {
  color: var(--green-ink);
}

.p-blog-real-engineer-vs-vibe-coder .icon-list--check svg {
  color: var(--green-ink);
}

.p-blog-real-engineer-vs-vibe-coder .icon-list--warn svg {
  color: var(--orange-ink);
}

.p-blog-real-engineer-vs-vibe-coder .icon-list--box svg {
  color: var(--text-2);
}

.p-blog-real-engineer-vs-vibe-coder .compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.p-blog-real-engineer-vs-vibe-coder .compare h4 {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.p-blog-real-engineer-vs-vibe-coder .compare--bad h4 {
  color: var(--red-ink);
}

.p-blog-real-engineer-vs-vibe-coder .compare--good h4 {
  color: var(--green-ink);
}

.p-blog-vibe-coding-disaster-to-production .icon-list--check svg {
  color: var(--green-ink);
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog-vibe-coding-disaster-to-production, .p-services-ai-app-security-audit, .p-services-developer-handoff, .p-services-finish-my-app, .p-services-mvp-to-production, .p-services-ongoing-engineering, .p-services-technical-due-diligence) .icon-list--warn svg {
  color: var(--red-ink);
}

.p-blog-can-vibe-coders-become-real-engineers .stage__n {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--rescue-a);
  letter-spacing: .1em;
}

.p-blog-can-vibe-coders-become-real-engineers .stage h3 {
  margin: 14px 0 6px;
  font-size: 1.3rem;
  color: var(--text);
}

.p-blog-can-vibe-coders-become-real-engineers .stage-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-top: 18px;
  margin-bottom: 8px;
  display: block;
}

.p-blog-vibe-coding-disaster-to-production .item-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: var(--glass-2);
  border: 1px solid var(--glass-line);
  color: var(--rescue-a);
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 15px;
  margin-right: 12px;
  vertical-align: middle;
}

.p-blog-vibe-coding-disaster-to-production .stat-inline {
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--text-3);
  padding: 12px 16px;
  border-left: 2px solid var(--rescue-a);
  background: var(--glass-2);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.p-blog-vibe-coding-disaster-to-production .toc {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 24px 26px;
}

.p-blog-vibe-coding-disaster-to-production .toc a {
  color: var(--text-2);
  font-size: 14.5px;
  display: flex;
  gap: 10px;
  padding: 6px 0;
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .capture {
  padding: clamp(32px,5vw,54px);
  text-align: center;
}

.p-blog-vibe-coding-disaster-to-production .toc a:hover {
  color: var(--text);
}

.p-blog-vibe-coding-disaster-to-production .toc span.n {
  font-family: var(--font-mono);
  color: var(--rescue-a);
  font-size: 12.5px;
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .capture h2 {
  max-width: 26ch;
  margin-inline: auto;
  font-size: clamp(1.6rem,3vw,2.2rem);
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .capture p.fine-lede {
  color: var(--text-2);
  margin-top: 14px;
  max-width: 46ch;
  margin-inline: auto;
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .capture form {
  display: flex;
  gap: 10px;
  max-width: 460px;
  margin: 30px auto 0;
  flex-wrap: wrap;
  justify-content: center;
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .capture input[type=email] {
  flex: 1;
  min-width: 220px;
  padding: 14px 18px;
  border-radius: 13px;
  border: 1px solid var(--glass-line-2);
  background: var(--glass-2);
  color: var(--text);
  font-size: 15px;
  font-family: var(--font-body);
}
@media (max-width: 1080px) {
  :is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .capture input[type=email] {
    font-size: 16px;
  }
}

.p-blog-can-vibe-coders-become-real-engineers .capture input[type=email]::placeholder {
  color: var(--text-3);
}

.p-blog .capture input[type=email]::placeholder {
  color: var(--text-3);
}

.p-blog-real-engineer-vs-vibe-coder .capture input[type=email]::placeholder {
  color: var(--text-3);
}

.p-blog-vibe-coding-disaster-to-production .capture input[type=email]::placeholder {
  color: var(--text-3);
}

:is(.p-blog-can-vibe-coders-become-real-engineers, .p-blog, .p-blog-real-engineer-vs-vibe-coder, .p-blog-vibe-coding-disaster-to-production) .capture .fine {
  margin-top: 16px;
  font-size: 12.5px;
  color: var(--text-3);
}

.p-services-ai-app-security-audit .icon-list--check svg {
  color: var(--green-ink);
}

:is(.p-services-ai-app-security-audit, .p-services-developer-handoff, .p-services-finish-my-app, .p-services-mvp-to-production, .p-services-ongoing-engineering, .p-services-technical-due-diligence) .related {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.p-services-developer-handoff .icon-list--check svg {
  color: var(--green-ink);
}

.p-services-finish-my-app .icon-list--check svg {
  color: var(--green-ink);
}

.p-services .svc-card .mono-tag {
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: .06em;
  color: var(--rescue-a);
  display: block;
  margin-top: 16px;
}

.p-services-mvp-to-production .icon-list--check svg {
  color: var(--green-ink);
}

.p-services-ongoing-engineering .icon-list--check svg {
  color: var(--green-ink);
}

.p-services-technical-due-diligence .icon-list--check svg {
  color: var(--green-ink);
}

:is(.p-services-ai-app-security-audit, .p-services-developer-handoff, .p-services-finish-my-app, .p-services-mvp-to-production, .p-services-ongoing-engineering, .p-services-technical-due-diligence) .related a {
  padding: 10px 16px;
  border-radius: 12px;
  background: var(--glass);
  border: 1px solid var(--glass-line);
  font-size: 13.5px;
  color: var(--text-2);
  font-family: var(--font-mono);
  transition: .2s;
}

:is(.p-services-ai-app-security-audit, .p-services-developer-handoff, .p-services-finish-my-app, .p-services-mvp-to-production, .p-services-ongoing-engineering, .p-services-technical-due-diligence) .related a:hover {
  color: var(--text);
  border-color: var(--glass-line-2);
  background: var(--glass-2);
}

:is(.p-services-ai-app-security-audit, .p-services-developer-handoff, .p-services-finish-my-app, .p-services-mvp-to-production, .p-services-ongoing-engineering, .p-services-technical-due-diligence) .pricing-note {
  color: var(--text-3);
  font-size: 13.5px;
  margin-top: 20px;
}

.p-services-technical-due-diligence .dd-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(30px,5vw,64px);
  align-items: center;
}

@media (max-width:900px) {
  .p-services-technical-due-diligence .dd-grid {
    grid-template-columns: 1fr;
  }
}

.p-services-technical-due-diligence .dd-grid > * {
  min-width: 0;
}

.p-services-technical-due-diligence .timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.p-services-technical-due-diligence .timeline li {
  list-style: none;
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--glass-line);
}

.p-services-technical-due-diligence .timeline li:last-child {
  border-bottom: 0;
}

.p-services-technical-due-diligence .timeline .t-day {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--rescue-a);
  min-width: 84px;
  flex: none;
  padding-top: 2px;
}

.p-services-technical-due-diligence .timeline strong {
  color: var(--text);
}

.p-services-technical-due-diligence .timeline p {
  color: var(--text-2);
  font-size: 14.5px;
  margin-top: 4px;
}

