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

@keyframes webRowIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
@keyframes webWipe { 0%, 100% { clip-path: inset(0 100% 0 0); } 45%, 55% { clip-path: inset(0 0 0 0); } }
@keyframes webSweep { 0%, 100% { left: 0; opacity: 0; } 10% { opacity: 1; } 45%, 55% { left: 100%; opacity: 1; } 60% { opacity: 0; } }

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

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

/* Starfield */

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

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

/* ---------- 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 ---------- */

/* =====================================================================
   WEB HERO
   ===================================================================== */
.web-hero-section { position: relative; overflow: hidden; padding: 150px 48px 110px; color: #fff; }
.web-hero { position: relative; max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; }
.web-hero h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(38px, 5.2vw, 66px); line-height: 1.04; letter-spacing: -0.02em; margin: 18px 0 0; color: #fff; }
.web-hero h1 .grad { background: linear-gradient(100deg,#40def3,#6ced40); -webkit-background-clip: text; background-clip: text; color: transparent; }
.web-hero .sub { font-family: var(--font-body); font-size: clamp(17px,1.5vw,20px); line-height: 1.6; color: #d6e2f0; margin: 24px 0 0; max-width: 540px; }
.web-hero .cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.web-hero-steps { display: flex; align-items: center; gap: 6px; margin-top: 40px; flex-wrap: wrap; }
.web-step { display: inline-flex; align-items: center; gap: 11px; padding: 10px 18px 10px 10px; border-radius: 999px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.10); }
.web-step .n { width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0; color: #06121c; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 900; font-size: 14px; }
.web-step .lbl { font-family: var(--font-display); font-weight: 700; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: #fff; }
.web-step-arrow { color: #40def3; font-size: 18px; opacity: 0.6; }
.web-hero-visual { position: relative; display: flex; justify-content: center; }

/* =====================================================================
   INTRO / CUSTOM DESIGN + HOSTING (two-col text + media)
   ===================================================================== */
.web-intro, .web-hosting { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.web-intro h2, .web-hosting h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(28px,3.4vw,44px); line-height: 1.08; letter-spacing: -0.015em; color: #fff; margin: 18px 0 18px; }
.web-intro h2 .grad, .web-hosting h2 .grad { background: linear-gradient(100deg,#40def3,#6ced40); -webkit-background-clip: text; background-clip: text; color: transparent; }
.web-intro p.lead, .web-hosting p.lead { font-family: var(--font-body); font-size: 17px; line-height: 1.7; color: #d6e2f0; margin: 0 0 26px; max-width: 540px; }
.web-intro-media { display: flex; justify-content: center; }
.web-hosting-media { display: flex; flex-direction: column; gap: 16px; }
.web-prose { max-width: 980px; margin: 56px auto 0; display: flex; flex-direction: column; gap: 20px; }
.web-prose p { font-family: var(--font-body); font-size: 16px; line-height: 1.8; color: #aebfd0; margin: 0; }

/* hosting "service includes" list */
.web-includes-title { font-family: var(--font-display); font-weight: 700; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: #6ced40; margin-bottom: 14px; }
.web-includes { list-style: none; padding: 0; margin: 0 0 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.web-includes li { display: flex; align-items: center; gap: 10px; font-family: var(--font-body); font-size: 14.5px; color: #d6e2f0; }
.web-includes .chk { width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0; background: linear-gradient(135deg,#40def3,#6ced40); color: #06121c; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 12px; }

/* =====================================================================
   SECTION HEADINGS + CARD GRID (Included Services, CRM, Testimonials)
   ===================================================================== */
.web-sec-head { text-align: center; max-width: 820px; margin: 0 auto 52px; }
.web-sec-head .eb-wrap { display: flex; justify-content: center; }
.web-sec-head h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(26px,3.2vw,42px); line-height: 1.1; letter-spacing: -0.015em; color: #fff; margin: 18px 0 0; }
.web-sec-head.test h2 { font-size: clamp(28px,3.6vw,46px); margin-bottom: 14px; }
.web-sec-head .grad { background: linear-gradient(100deg,#40def3,#6ced40); -webkit-background-clip: text; background-clip: text; color: transparent; }
.web-sec-head p { font-family: var(--font-body); font-size: 16px; line-height: 1.6; color: #d6e2f0; margin: 0; }
.web-crm-head { text-align: center; max-width: 760px; margin: 72px auto 36px; }
.web-crm-head h3 { font-family: var(--font-display); font-weight: 800; font-size: clamp(24px,2.8vw,34px); line-height: 1.1; letter-spacing: -0.01em; color: #fff; margin: 0; }
.web-crm-head h3 .green { color: #6ced40; }

.web-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.web-grid-3.test { gap: 24px; }
.web-card { background: rgba(255,255,255,0.035); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); border-radius: 20px; padding: 28px; border: 1px solid rgba(255,255,255,0.08); transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease; }
.web-card:hover { transform: translateY(-6px); }
.web-card:nth-child(odd):hover  { box-shadow: 0 20px 40px rgba(0,0,0,0.35), 0 0 28px rgba(64,222,243,0.22); border-color: rgba(64,222,243,0.5); }
.web-card:nth-child(even):hover { box-shadow: 0 20px 40px rgba(0,0,0,0.35), 0 0 28px rgba(108,237,64,0.22); border-color: rgba(108,237,64,0.5); }
.web-card .icon { width: 56px; height: 56px; border-radius: 15px; display: flex; align-items: center; justify-content: center; color: #06121c; font-size: 26px; font-weight: 900; margin-bottom: 20px; }
.web-card h3 { font-family: var(--font-display); font-weight: 800; font-size: 19px; color: #fff; margin: 0 0 10px; line-height: 1.25; }
.web-card p { font-family: var(--font-body); font-size: 14.5px; line-height: 1.6; color: #aebfd0; margin: 0; }

.web-test-card { background: rgba(255,255,255,0.035); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); border-radius: 22px; padding: 30px; border: 1px solid rgba(255,255,255,0.08); display: flex; flex-direction: column; gap: 18px; }
.web-test-card .stars { color: #ffc83d; letter-spacing: 3px; font-size: 16px; }
.web-test-card .quote { font-family: var(--font-body); font-size: 15px; line-height: 1.65; color: #eaf1f8; margin: 0; flex: 1; }
.web-test-card .who { display: flex; align-items: center; gap: 14px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.08); }
.web-test-card .avatar { width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0; color: #06121c; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 900; font-size: 15px; }
.web-test-card .name { font-family: var(--font-display); font-weight: 700; font-size: 15px; color: #fff; }
.web-test-card .biz { font-family: var(--font-body); font-size: 13px; color: #8aa3c2; }

/* "Want to see more reviews?" CTA */
.more-reviews { text-align: center; margin-top: clamp(40px, 5vw, 64px); }
.more-reviews .star-run { display: flex; justify-content: center; gap: 8px; margin-bottom: 14px; color: #ffc83d; font-size: 18px; }
.more-reviews .star-run span { animation: twinkle 1.4s ease-in-out infinite alternate; filter: drop-shadow(0 0 6px rgba(255,200,61,0.7)); }
.more-reviews h3 { font-family: var(--font-display); font-weight: 800; font-size: clamp(24px, 3.2vw, 40px); line-height: 1.1; letter-spacing: -0.015em; color: #fff; margin: 0 0 10px; }
.more-reviews p { font-family: var(--font-body); font-size: clamp(15px, 1.8vw, 17px); line-height: 1.6; color: #9fb4cc; margin: 0 auto 26px; max-width: 540px; }
.more-reviews a { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-family: var(--font-display); font-weight: 700; font-size: 15px; letter-spacing: 0.04em; padding: 15px 26px; border-radius: 999px; cursor: pointer; background: #fff; color: #0a1729; border: 1px solid rgba(64,222,243,0.4); transition: box-shadow 220ms ease, transform 220ms ease; }
.more-reviews a:hover { box-shadow: 0 0 28px rgba(64,222,243,0.55); transform: translateY(-2px); }

/* =====================================================================
   BUILDER interactive visual (Custom Web Design)
   ===================================================================== */
.web-builder-menu { display: none; }
.web-builder-menu.open { display: block; }
.builder-tile { cursor: pointer; }

/* =====================================================================
   FAQ (shared accordion look)
   ===================================================================== */
.web-faq { display: grid; grid-template-columns: 1fr 1.6fr; gap: 64px; align-items: flex-start; }
.web-faq .intro h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(28px,3.4vw,44px); line-height: 1.05; color: #fff; margin: 18px 0 16px; letter-spacing: -0.015em; }
.web-faq .intro p { font-family: var(--font-body); font-size: 15px; line-height: 1.65; color: #d6e2f0; margin: 0 0 24px; }
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: rgba(255,255,255,0.035); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); border-radius: 14px; border: 1px solid rgba(255,255,255,0.08); transition: border-color 200ms ease, background 200ms ease; }
.faq-item.open { background: rgba(64,222,243,0.06); border-color: rgba(64,222,243,0.4); }
.faq-q { width: 100%; text-align: left; padding: 20px 24px; background: transparent; border: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 14px; font-family: var(--font-display); font-weight: 700; font-size: 16px; color: #fff; }
.faq-toggle { width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0; background: rgba(255,255,255,0.08); color: #8aa3c2; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 18px; transition: all 200ms ease; }
.faq-item.open .faq-toggle { background: linear-gradient(135deg,#40def3,#6ced40); color: #06121c; }
.faq-a { padding: 0 24px 22px; font-family: var(--font-body); font-size: 15px; line-height: 1.65; color: #d6e2f0; display: none; }
.faq-item.open .faq-a { display: block; }

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

/* ---------- Booking modal ---------- */
.modal-backdrop { position: fixed; inset: 0; z-index: 100; background: rgba(5,13,28,0.75); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); display: none; align-items: center; justify-content: center; padding: 24px; }
.modal-backdrop.open { display: flex; }
.modal { background: linear-gradient(165deg, #0e2236, #0a1729); border-radius: 24px; padding: 40px; max-width: 500px; width: 100%; border: 1px solid rgba(64,222,243,0.25); box-shadow: 0 32px 80px rgba(0,0,0,0.6), 0 0 50px rgba(64,222,243,0.15); }
.modal .eb { font-family: var(--font-display); font-weight: 700; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: #40def3; }
.modal h3 { font-family: var(--font-display); font-weight: 800; font-size: 30px; line-height: 1.1; color: #fff; margin: 12px 0 10px; letter-spacing: -0.01em; }
.modal p { font-family: var(--font-body); font-size: 15px; line-height: 1.6; color: #d6e2f0; margin: 0 0 24px; }
.modal .pick { 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: none; cursor: pointer; background: linear-gradient(135deg, #40def3, #6ced40); color: #0a1729; box-shadow: 0 0 24px rgba(64,222,243,0.4); }
.modal .cancel { width: 100%; margin-top: 10px; font-family: var(--font-body); font-size: 13px; padding: 10px; border: none; background: transparent; color: #6c7d92; cursor: pointer; }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 1024px) {
  .section { padding: 80px 24px; }
  .web-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; }

  .web-hero { grid-template-columns: 1fr; gap: 40px; }
  .web-hero-visual { order: 2; }
  .web-hero-copy { order: 1; }

  .web-intro { grid-template-columns: 1fr; gap: 32px; }
  .web-hosting { grid-template-columns: 1fr; gap: 32px; }
  .web-faq { grid-template-columns: 1fr; gap: 32px; }
  .web-grid-3 { grid-template-columns: repeat(2, 1fr); }

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

@media (max-width: 600px) {
  .web-grid-3 { grid-template-columns: 1fr; }
  .web-includes { grid-template-columns: 1fr; }
  .web-hero-section { padding-top: 120px; }
  .section { padding: 64px 18px; }

  /* ---- Mobile hero re-layout (matches GBP) ----
     Stack as: eyebrow, headline, subtext, image, steps, button. Keep the long
     CTA and the 3 steps each on one line at a smaller size, and stop anything
     from forcing the column wider than the screen. */
  .web-hero { display: flex; flex-direction: column; align-items: stretch; min-width: 0; }
  .web-hero-copy { display: contents; }
  .web-hero .eyebrow { order: 1; align-self: flex-start; }
  .web-hero h1 { order: 2; }
  .web-hero .sub { order: 3; max-width: 100%; }
  .web-hero-visual { order: 4; min-width: 0; margin-top: 30px; }
  .web-hero-steps { order: 5; margin-top: 26px; }
  .web-hero .cta-row { order: 6; margin-top: 22px; }

  /* button: smaller so the text stays on one line, centered */
  .web-hero .cta-row { width: 100%; justify-content: center; flex-wrap: nowrap; }
  .web-hero .cta-row .btn { white-space: nowrap; width: auto; max-width: 100%; font-size: 10.5px; padding: 13px 18px; letter-spacing: 0.02em; }

  /* steps: shrink the pills so all three + arrows fit on one line */
  .web-hero-steps { flex-wrap: nowrap; justify-content: center; gap: 4px; }
  .web-step { gap: 6px; padding: 6px 10px 6px 6px; flex-shrink: 1; min-width: 0; }
  .web-step .n { width: 20px; height: 20px; font-size: 11px; }
  .web-step .lbl { font-size: 9px; letter-spacing: 0.02em; white-space: nowrap; }
  .web-step-arrow { font-size: 12px; flex-shrink: 0; }
}

/* =====================================================================
   HOST-THEME GUARD (WordPress/Elementor)
   ===================================================================== */
.faq-q, .faq-q:hover, .faq-q:focus, .faq-q:active, .faq-q:focus-visible {
  background: transparent !important; color: #fff !important; box-shadow: none !important; outline: none !important; border: none !important; -webkit-appearance: none !important; appearance: none !important;
}
.faq-item.open .faq-q { background: transparent !important; }
.faq-q { white-space: normal !important; }
.faq-q > span:first-child { min-width: 0; white-space: normal !important; }
.faq-toggle { font-style: normal !important; font-family: var(--font-body) !important; transform: none !important; line-height: 1 !important; letter-spacing: 0 !important; text-indent: 0 !important; }

.builder-tile:focus { outline: none !important; }

/* 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-fill-hover, .btn-outline { -webkit-appearance: none !important; appearance: none !important; }
.btn-primary { background: linear-gradient(135deg, #40def3, #6ced40) !important; color: #0a1729 !important; }

.btn-fill-hover { background: transparent !important; }
.btn-fill-hover.cyan  { color: #40def3 !important; border-color: #40def3 !important; }
.btn-fill-hover.cyan:hover  { background: #40def3 !important; color: #06121c !important; }
.btn-fill-hover.green { color: #6ced40 !important; border-color: #6ced40 !important; }
.btn-fill-hover.green:hover { background: #6ced40 !important; color: #06121c !important; }
.btn-outline.cyan  { color: #40def3 !important; border-color: rgba(64,222,243,0.7) !important; }
.btn-outline.green { color: #6ced40 !important; border-color: rgba(108,237,64,0.7) !important; }
.btn-outline.white { color: #ffffff !important; border-color: rgba(255,255,255,0.7) !important; }

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