/* ============================================================
   DevOpser Lite landing page (services/devopser-lite.html).
   Takes its cues from Lite's own landing pages: condensed uppercase
   display, one yellow highlighter mark, and the one-sentence prompt as
   the hero. Loads after devopser-2026.css and app-page.css.
   ============================================================ */

.app-devopser-lite { --app: #ED166C; --app-glow: rgba(237, 22, 108, 0.5); --marker: #fde047; }

/* ---------- hero ---------- */
.lite-hero .app-hero-grid { align-items: start; }
.lite-hero .app-shot { margin-top: 0.4rem; }
.lite-h1 { position: relative; z-index: 0; isolation: isolate; margin: 0; font-family: var(--font-display); font-weight: 900; text-transform: uppercase; line-height: 0.94; letter-spacing: -0.015em; font-size: clamp(2.7rem, 5.6vw, 4.7rem); color: var(--text); }
/* the highlighter sits behind the glyphs, so it never covers the line above */
.lite-h1 mark { position: relative; padding: 0 0.06em; color: var(--ink); background: none; white-space: nowrap; }
.lite-h1 mark::before { content: ""; position: absolute; z-index: -1; left: 0; right: 0; top: 0.1em; bottom: 0.04em; background: var(--marker); }
.lite-lead { max-width: 48ch; margin: 1.2rem 0 1.5rem; font-family: var(--font-body); font-size: clamp(1.02rem, 1.3vw, 1.14rem); line-height: 1.6; color: var(--text-2); }

/* the sentence box: the page's one interactive moment */
.lite-form { max-width: 36rem; margin: 0; padding: 1rem 1rem 1.05rem; background: var(--ink-2); border: 1px solid rgba(237, 22, 108, 0.45); border-radius: 10px; box-shadow: 0 0 0 4px rgba(237, 22, 108, 0.06), 0 24px 60px -36px rgba(237, 22, 108, 0.55); }
.lite-form label { display: block; margin: 0 0 0.5rem; font-family: var(--font-body); font-weight: 600; font-size: 0.98rem; letter-spacing: 0; text-transform: none; color: var(--text); }
.lite-form textarea { display: block; box-sizing: border-box; width: 100%; min-height: 5.4rem; margin: 0; padding: 0.7rem 0.8rem; resize: vertical; background: var(--ink); border: 1px solid var(--rule-2); border-radius: 6px; color: var(--text); font-family: var(--font-body); font-size: 1rem; line-height: 1.5; }
.lite-form textarea::placeholder { color: var(--text-3); }
.lite-form textarea:focus { outline: 2px solid var(--pink-3); outline-offset: 1px; border-color: transparent; }
.lite-form-row { display: flex; flex-wrap: wrap; align-items: center; gap: 0.6rem 1rem; margin-top: 0.75rem; }
.lite-form-note { margin: 0; font-family: var(--font-body); font-size: 0.88rem; color: var(--text-3); }

/* one button style for the form and link CTAs (devopser-2026.css only styles a.btn-primary) */
.lite-form .lite-btn, .app-page a.lite-btn { appearance: none; -webkit-appearance: none; display: inline-flex; align-items: center; justify-content: center; margin: 0; padding: 0.85rem 1.35rem; border: 0; border-radius: var(--radius-button); background: var(--pink); color: #fff; cursor: pointer; font-family: var(--font-display); font-weight: 800; font-size: 1.05rem; line-height: 1.1; letter-spacing: 0.03em; text-transform: uppercase; text-decoration: none; transition: background 120ms ease; }
.lite-form .lite-btn:hover, .app-page a.lite-btn:hover { background: var(--pink-2); color: #fff; }
.lite-form .lite-btn:focus-visible, .app-page a.lite-btn:focus-visible { outline: 2px solid var(--marker); outline-offset: 3px; }

/* trade starters: links to the builder with that sentence; js/app-page.js fills the box instead */
.lite-starters { margin: 1.15rem 0 0.55rem; font-family: var(--font-body); font-size: 0.92rem; color: var(--text-3); }
.lite-chips { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.45rem; max-width: 38rem; }
.lite-chips a { display: inline-block; padding: 0.42rem 0.85rem; border: 1px solid var(--rule-2); border-radius: var(--radius-pill); font-family: var(--font-body); font-size: 0.9rem; color: var(--text); text-decoration: none; transition: border-color 120ms ease, color 120ms ease; }
.lite-chips a:hover, .lite-chips a.is-picked { border-color: var(--pink); color: var(--pink-3); }
.lite-chips a:focus-visible { outline: 2px solid var(--pink-3); outline-offset: 2px; }

.lite-proof { margin: clamp(2rem, 4vw, 2.75rem) 0 0; padding-top: 1.1rem; border-top: 1px solid var(--rule); font-family: var(--font-body); font-size: 0.95rem; line-height: 1.55; color: var(--text-3); }
.lite-proof a { color: var(--text); text-decoration: underline; text-decoration-color: var(--rule-2); text-underline-offset: 3px; }
.lite-proof a:hover { color: var(--pink-3); text-decoration-color: currentColor; }

/* ---------- steps: small pictures of each moment ---------- */
.steps .mini { margin: 1rem 0 0; padding: 0.7rem 0.85rem; list-style: none; background: var(--ink); border: 1px solid var(--rule); border-radius: 6px; font-size: 0.86rem; }
.steps .mini-say { border-left: 2px solid var(--app); font-family: var(--font-mono); line-height: 1.55; color: var(--text); }
.steps .mini-list li, .steps .mini-leads li { display: flex; justify-content: space-between; gap: 1rem; padding: 0.32rem 0; font-family: var(--font-body); color: var(--text-2); }
.steps .mini-list li { justify-content: flex-start; gap: 0.55rem; }
.steps .mini-list li::before { content: "+"; font-family: var(--font-mono); color: var(--marker); }
.steps .mini-list li + li, .steps .mini-leads li + li { border-top: 1px solid var(--rule); }
.steps .mini-leads b { font-weight: 600; color: var(--text); }
.steps .mini-leads span { font-family: var(--font-mono); font-size: 0.78rem; color: var(--text-3); }

/* ---------- pricing ---------- */
.lite-plans { min-width: 760px; }
.lite-plans tr.is-popular th, .lite-plans tr.is-popular td { background: rgba(237, 22, 108, 0.07); }
.lite-plans .plan-note { display: block; margin-top: 0.2rem; font-size: 0.8rem; font-weight: 400; color: var(--pink-3); }
.lite-plans td:nth-child(2) { color: var(--text); font-weight: 600; white-space: nowrap; }
.lite-pricing-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 0.8rem 1.4rem; margin-top: 1.5rem; }

/* ---------- closing band ---------- */
.lite-close .app-close-grid { align-items: center; }
.lite-close .lite-close-h { font-size: clamp(2.2rem, 4.6vw, 3.6rem); }
.lite-close .lite-form { max-width: none; }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .lite-hero .app-shot { margin-top: 1rem; }
}
@media (max-width: 620px) {
  .lite-form-row { flex-direction: column; align-items: stretch; }
  .lite-form .lite-btn { width: 100%; }
  .lite-form-note { text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  .lite-form .lite-btn, .app-page a.lite-btn, .lite-chips a { transition: none; }
}
