/* =====================================================================
   LaunchPad Marketing - Services page
   Self-contained: shared component styles + Services-specific sections.
   Tokens live in colors_and_type.css.
   ===================================================================== */

/* ---------- Layout helpers ---------- */

section[id] { scroll-margin-top: 80px; }

/* Starfield */

/* ---------- Eyebrow ---------- */

/* ---------- Buttons ---------- */

.btn-outline { background: transparent; }
.btn-outline.cyan { color: #40def3; border-color: rgba(64,222,243,0.7); }
.btn-outline.cyan:hover { background: rgba(64,222,243,0.12); }

/* ---------- Logo ---------- */

/* ---------- Site header (full-bleed) ---------- */
.site-header { position: sticky; top: 0; z-index: 50; padding: 20px 28px; width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); background: rgba(5,13,28,0.35); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-bottom: 1px solid transparent; display: flex; align-items: center; justify-content: space-between; transition: all 200ms ease; }

/* ---------- Section seam ---------- */

/* =====================================================================
   SERVICES HERO (centered)
   ===================================================================== */
.sv-hero-section { position: relative; overflow: hidden; padding: 150px 48px 70px; color: #fff; }
.sv-hero-inner { position: relative; max-width: 860px; margin: 0 auto; text-align: center; }
.sv-hero-inner .eb-wrap { display: flex; justify-content: center; }
.sv-hero-inner h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(38px, 5.4vw, 68px); line-height: 1.02; letter-spacing: -0.02em; margin: 18px 0 0; color: #fff; }
.sv-hero-inner h1 .grad { background: linear-gradient(100deg,#40def3,#6ced40); -webkit-background-clip: text; background-clip: text; color: transparent; }
.sv-hero-inner p { font-family: var(--font-body); font-size: clamp(16px,1.5vw,19px); line-height: 1.6; color: #d6e2f0; margin: 22px auto 0; max-width: 600px; }
.sv-hero-inner .cta-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 32px; }

/* =====================================================================
   SERVICES GRID (4 cards)
   ===================================================================== */
.sv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.sv-card { position: relative; text-decoration: none; display: flex; flex-direction: column; background: rgba(255,255,255,0.035); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); border-radius: 24px; padding: clamp(26px,3vw,38px); border: 1px solid rgba(255,255,255,0.08); transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease; }
.sv-card:hover { transform: translateY(-6px); }
.sv-card.cyan:hover  { box-shadow: 0 24px 46px rgba(0,0,0,0.4), 0 0 30px rgba(64,222,243,0.18); border-color: rgba(64,222,243,0.4); }
.sv-card.green:hover { box-shadow: 0 24px 46px rgba(0,0,0,0.4), 0 0 30px rgba(108,237,64,0.18); border-color: rgba(108,237,64,0.4); }
.sv-card-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 20px; }
.sv-card-icon { width: 60px; height: 60px; border-radius: 16px; display: flex; align-items: center; justify-content: center; color: #06121c; font-family: var(--font-display); font-weight: 900; font-size: 27px; }
.sv-card-icon.cyan  { background: linear-gradient(135deg,#40def3,#6ced40); box-shadow: 0 0 22px rgba(64,222,243,0.33); }
.sv-card-icon.green { background: linear-gradient(135deg,#6ced40,#40def3); box-shadow: 0 0 22px rgba(108,237,64,0.33); }
.sv-card-num { font-family: var(--font-display); font-weight: 800; font-size: 14px; letter-spacing: 0.12em; color: rgba(255,255,255,0.18); }
.sv-card h3 { font-family: var(--font-display); font-weight: 800; font-size: clamp(21px,2.2vw,26px); color: #fff; margin: 0 0 5px; line-height: 1.2; }
.sv-card .tagline { font-family: var(--font-body); font-size: 14px; font-weight: 600; margin-bottom: 14px; }
.sv-card .tagline.cyan  { color: #40def3; }
.sv-card .tagline.green { color: #6ced40; }
.sv-card > p { font-family: var(--font-body); font-size: 15px; line-height: 1.65; color: #aebfd0; margin: 0 0 18px; }
.sv-card ul { list-style: none; padding: 0; margin: 0 0 22px; display: flex; flex-direction: column; gap: 9px; }
.sv-card li { display: flex; align-items: flex-start; gap: 9px; font-family: var(--font-body); font-size: 14px; color: #d6e2f0; }
.sv-card li .chk { font-weight: 900; flex-shrink: 0; }
.sv-card li .chk.cyan  { color: #40def3; }
.sv-card li .chk.green { color: #6ced40; }
.sv-card .explore { margin-top: auto; display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-display); font-weight: 700; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; }
.sv-card .explore.cyan  { color: #40def3; }
.sv-card .explore.green { color: #6ced40; }

/* =====================================================================
   SYSTEM (3 steps)
   ===================================================================== */
.sv-sec-head { text-align: center; max-width: 760px; margin: 0 auto 54px; }
.sv-sec-head .eb-wrap { display: flex; justify-content: center; }
.sv-sec-head h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(28px,3.6vw,46px); line-height: 1.08; letter-spacing: -0.015em; color: #fff; margin: 18px 0 16px; }
.sv-sec-head h2 .grad { background: linear-gradient(100deg,#40def3,#6ced40); -webkit-background-clip: text; background-clip: text; color: transparent; }
.sv-sec-head p { font-family: var(--font-body); font-size: 16px; line-height: 1.65; color: #d6e2f0; margin: 0; }
.sv-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 48px; }
.sv-step { position: relative; background: rgba(255,255,255,0.035); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); border-radius: 20px; padding: 30px; border: 1px solid rgba(255,255,255,0.08); }
.sv-step .s-num { width: 52px; height: 52px; border-radius: 14px; color: #06121c; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 900; font-size: 24px; margin-bottom: 20px; }
.sv-step .s-num.cyan  { background: linear-gradient(135deg,#40def3,#6ced40); box-shadow: 0 0 22px rgba(64,222,243,0.33); }
.sv-step .s-num.green { background: linear-gradient(135deg,#6ced40,#40def3); box-shadow: 0 0 22px rgba(108,237,64,0.33); }
.sv-step h3 { font-family: var(--font-display); font-weight: 800; font-size: 20px; color: #fff; margin: 0 0 10px; }
.sv-step p { font-family: var(--font-body); font-size: 15px; line-height: 1.65; color: #aebfd0; margin: 0; }
.sv-system-cta { text-align: center; }

/* =====================================================================
   FOOTER
   ===================================================================== */

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 1024px) {
  .section { padding: 80px 24px; }
  .sv-hero-section { padding: 130px 24px 60px; }
  .desktop-nav { display: none; }
  .nav-toggle { display: flex; }
  .site-header, .site-header.scrolled { padding-left: 24px; padding-right: 24px; }

  .sv-grid  { grid-template-columns: 1fr; gap: 16px; }
  .sv-steps { grid-template-columns: 1fr; gap: 16px; }

  .v6-footer-top { grid-template-columns: 1fr; gap: 32px; }
  .v6-footer-cols { grid-template-columns: repeat(2, 1fr); gap: 28px; }
}

@media (max-width: 600px) {
  .sv-hero-section { padding-top: 120px; }
  .section { padding: 64px 18px; }
}

/* =====================================================================
   HOST-THEME GUARD (WordPress/Elementor)
   ===================================================================== */

/* Host-theme guard: lock the design's button colors so the host theme (Elementor)
   can't recolor them on rest/hover/focus/active. */
.btn-primary, .btn-outline { -webkit-appearance: none !important; appearance: none !important; }
.btn-primary { background: linear-gradient(135deg, #40def3, #6ced40) !important; color: #0a1729 !important; }

.btn-outline { background: transparent !important; }
.btn-outline.cyan  { color: #40def3 !important; border-color: rgba(64,222,243,0.7) !important; }
.btn-outline.cyan:hover { background: rgba(64,222,243,0.12) !important; color: #40def3 !important; }

/* Nav + footer animated underline (Home v6 update) */
