/* =====================================================================
   LaunchPad Marketing - Contact page
   Self-contained: shared component styles + Contact-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 ---------- */

/* =====================================================================
   CONTACT HERO + FORM
   ===================================================================== */
.ct-hero-section { position: relative; overflow: hidden; padding: 150px 48px 96px; color: #fff; }
.ct-hero-head { position: relative; max-width: 820px; margin: 0 auto 56px; text-align: center; }
.ct-hero-head .eb-wrap { display: flex; justify-content: center; }
.ct-hero-head 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; }
.ct-hero-head h1 .grad { background: linear-gradient(100deg,#40def3,#6ced40); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ct-hero-head 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: 580px; }

.ct-grid { position: relative; max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 1.3fr 0.9fr; gap: 28px; align-items: start; }
.ct-form-card { background: rgba(255,255,255,0.035); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); border-radius: 22px; border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 16px 40px rgba(0,0,0,0.3); padding: clamp(24px,3vw,38px); }
.ct-form-card h2 { font-family: var(--font-display); font-weight: 800; font-size: 22px; color: #fff; margin: 0 0 22px; }
.ct-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.ct-field-wrap { margin-bottom: 14px; }
.ct-label { display: block; font-family: var(--font-display); font-weight: 700; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: #8aa3c2; margin-bottom: 7px; }
.ct-field { width: 100%; font-family: var(--font-body); font-size: 15px; padding: 13px 15px; border-radius: 11px; border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.04); color: #fff; outline: none; }
.ct-field::placeholder { color: #5b7493; }
.ct-field:focus { border-color: rgba(64,222,243,0.5); }
select.ct-field { -webkit-appearance: none; appearance: none; cursor: pointer; }
select.ct-field option { background: #0a1729; color: #fff; }
select.ct-field:invalid { color: #5b7493; }
textarea.ct-field { min-height: 110px; resize: vertical; }
.ct-honeypot { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.ct-error { font-family: var(--font-body); font-size: 13.5px; line-height: 1.5; color: #ffb4b4; background: rgba(255,93,108,0.10); border: 1px solid rgba(255,93,108,0.4); border-radius: 11px; padding: 11px 14px; margin-bottom: 14px; }
.ct-submit { width: 100%; font-family: var(--font-display); font-weight: 700; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; padding: 15px; border-radius: 999px; border: 1.5px solid transparent; cursor: pointer; background: linear-gradient(135deg, #40def3, #6ced40); color: #0a1729; box-shadow: 0 0 24px rgba(64,222,243,0.4); transition: background 220ms ease, color 220ms ease, box-shadow 220ms ease; }
.ct-submit:hover { background: linear-gradient(#0a1729, #0a1729) padding-box, linear-gradient(135deg, #40def3, #6ced40) border-box; color: #40def3; box-shadow: 0 0 30px rgba(64,222,243,0.55), 0 6px 18px rgba(0,0,0,0.3); }
.ct-submit:disabled { opacity: 0.7; cursor: wait; }
.ct-disclaimer { font-family: var(--font-body); font-size: 12.5px; color: #6c7d92; margin: 14px 0 0; text-align: center; }

/* success state */
.ct-success { text-align: center; padding: 36px 12px; }
.ct-success .check { width: 66px; height: 66px; margin: 0 auto 20px; border-radius: 50%; background: linear-gradient(135deg,#40def3,#6ced40); display: flex; align-items: center; justify-content: center; color: #06121c; font-size: 30px; font-weight: 900; box-shadow: 0 0 34px rgba(64,222,243,0.5); }
.ct-success h3 { font-family: var(--font-display); font-weight: 800; font-size: 24px; color: #fff; margin: 0 0 10px; }
.ct-success p { font-family: var(--font-body); font-size: 15px; line-height: 1.6; color: #d6e2f0; margin: 0 auto 22px; max-width: 360px; }
.ct-success .again { font-family: var(--font-body); font-size: 13px; color: #8aa3c2; background: transparent; border: none; cursor: pointer; margin-top: 16px; }

/* channels column */
.ct-channels { display: flex; flex-direction: column; gap: 14px; }
.ct-talk { display: block; text-decoration: none; text-align: left; cursor: pointer; background: rgba(64,222,243,0.08); border: 1px solid rgba(64,222,243,0.4); border-radius: 18px; padding: 22px; box-shadow: 0 0 26px rgba(64,222,243,0.12); }
.ct-talk .t-title { font-family: var(--font-display); font-weight: 800; font-size: 17px; color: #fff; margin-bottom: 6px; }
.ct-talk .t-body { font-family: var(--font-body); font-size: 14px; line-height: 1.55; color: #d6e2f0; margin-bottom: 12px; }
.ct-talk .t-link { 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; color: #40def3; }
.ct-channel { display: flex; align-items: center; gap: 14px; text-decoration: none; background: rgba(255,255,255,0.035); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 16px 18px; transition: border-color 180ms ease, background 180ms ease; }
.ct-channel.cyan:hover  { border-color: rgba(64,222,243,0.4); background: rgba(64,222,243,0.07); }
.ct-channel.green:hover { border-color: rgba(108,237,64,0.4); background: rgba(108,237,64,0.07); }
.ct-channel .c-icon { width: 42px; height: 42px; flex-shrink: 0; border-radius: 12px; color: #06121c; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 900; font-size: 18px; }
.ct-channel .c-icon.cyan  { background: linear-gradient(135deg,#40def3,#6ced40); }
.ct-channel .c-icon.green { background: linear-gradient(135deg,#6ced40,#40def3); }
.ct-channel .c-label { font-family: var(--font-display); font-weight: 700; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: #8aa3c2; }
.ct-channel .c-value { font-family: var(--font-body); font-size: 14.5px; color: #fff; margin-top: 3px; }

/* =====================================================================
   WHAT HAPPENS NEXT (3 steps)
   ===================================================================== */
.ct-sec-head { text-align: center; max-width: 720px; margin: 0 auto 52px; }
.ct-sec-head .eb-wrap { display: flex; justify-content: center; }
.ct-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 0; }
.ct-sec-head h2 .grad { background: linear-gradient(100deg,#40def3,#6ced40); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ct-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ct-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); }
.ct-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; }
.ct-step .s-num.cyan  { background: linear-gradient(135deg,#40def3,#6ced40); box-shadow: 0 0 22px rgba(64,222,243,0.33); }
.ct-step .s-num.green { background: linear-gradient(135deg,#6ced40,#40def3); box-shadow: 0 0 22px rgba(108,237,64,0.33); }
.ct-step h3 { font-family: var(--font-display); font-weight: 800; font-size: 20px; color: #fff; margin: 0 0 10px; }
.ct-step p { font-family: var(--font-body); font-size: 15px; line-height: 1.65; color: #aebfd0; margin: 0; }

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

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

  .ct-grid  { grid-template-columns: 1fr; gap: 22px; }
  .ct-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) {
  .ct-form-row { grid-template-columns: 1fr; }
  .ct-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) */
