/* =========================================================
   EtherealMinds — /smm/ conversion layer
   Same pattern shipped on /seeo/ and /seo/. Additive: it does
   not remove copy. Long form text lives inside .depth blocks so
   crawlers still read every word, while a visitor sees a short,
   scannable version. Loaded last so it wins over the inline
   <style> blocks in the head.
   ========================================================= */

/* ---------- HERO: founders instead of a booking iframe ---------- */
.seeo-hero-grid {
  display: grid; grid-template-columns: 1.06fr .94fr;
  column-gap: 52px; row-gap: 24px; align-items: center; text-align: left;
}
.seeo-hero-grid .hero-copy-top { grid-column: 1; grid-row: 1; align-self: end; }
.seeo-hero-grid .hero-copy-bottom { grid-column: 1; grid-row: 2; align-self: start; }
.seeo-hero-grid .founders-hero { grid-column: 2; grid-row: 1 / span 2; align-self: center; }

.hero { padding: 56px 0 72px; }
/* the shared h1 scales large; in a half width column it wraps to five lines
   and pushes the button under the fold. Sized to the column instead. */
.hero .hero-title {
  font-size: clamp(2rem, 3.5vw, 3.15rem); line-height: 1.08; margin: 0 0 18px;
}
.hero .hero-sub { margin: 0; max-width: 540px; }
/* the shared rule centres this row; in a two column hero it has to sit under
   the copy it belongs to */
.hero .hero-cta-row { justify-content: flex-start; margin-bottom: 0; }

.founders-hero {
  position: relative; margin: 0; width: 100%; max-width: 420px; justify-self: end;
}
.fh-photo {
  position: relative; overflow: hidden; aspect-ratio: 4 / 5;
  border-radius: var(--radius-lg); border: 1px solid var(--border);
  background: var(--bg-warm); box-shadow: var(--shadow-xl);
}
.fh-photo img {
  width: 100%; height: 100%; display: block;
  object-fit: cover; object-position: center 12%;
}
.fh-cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 52px 20px 18px;
  background: linear-gradient(180deg, rgba(11,26,46,0) 0%, rgba(11,26,46,.72) 55%, rgba(11,26,46,.93) 100%);
}
.fh-name {
  display: block; font-family: var(--serif); font-weight: 400; font-size: 1.3rem;
  color: #fff; letter-spacing: -.01em;
}
.fh-role {
  display: block; margin-top: 4px;
  font-family: 'Inter', system-ui, sans-serif; font-size: 12.5px; line-height: 1.45;
  color: rgba(255,255,255,.78);
}
.fh-badge {
  position: absolute; top: 14px; left: 14px;
  display: inline-flex; align-items: center; gap: 7px;
  padding: 7px 13px; border-radius: 100px;
  background: rgba(255,255,255,.93); border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  font-family: 'Inter', system-ui, sans-serif; font-size: 12px; font-weight: 600; color: var(--ink);
}
.fh-badge i { width: 7px; height: 7px; border-radius: 50%; background: #4b8f6b; display: block; }

.hero-micro {
  display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 14px 0 0;
  font-family: 'Inter', system-ui, sans-serif; font-size: 13px; color: var(--ink-dim);
}
.hero-micro span { display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
.hero-copy-bottom .slot-pill { margin: 18px 0 0; }

/* ---------- DEPTH: the copy, folded but never removed ---------- */
.depth { margin: 24px auto 0; max-width: 640px; text-align: left; }
.depth > summary {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  cursor: pointer; list-style: none;
  padding: 14px 20px; border-radius: 100px;
  background: var(--white); border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  font-family: 'Inter', system-ui, sans-serif; font-size: 14px; font-weight: 600;
  line-height: 1.4; color: var(--accent); letter-spacing: .01em;
  transition: border-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.depth > summary::-webkit-details-marker { display: none; }
.depth > summary::after {
  content: '+'; font-family: var(--serif); font-size: 1.4rem; line-height: 1;
  color: var(--accent); transition: transform .25s ease; flex: none;
}
.depth[open] > summary::after { transform: rotate(45deg); }
.depth > summary:hover { border-color: var(--accent); color: var(--ink); box-shadow: var(--shadow-md); }
.depth-body { padding: 18px 22px 2px; animation: depthIn .28s ease; }
.depth-body > p {
  font-family: 'Inter', system-ui, sans-serif; font-size: 15.5px; line-height: 1.7;
  color: var(--ink-soft); margin: 0 0 14px;
}
.depth-body > p:last-child { margin-bottom: 0; }
.depth-body > p strong { color: var(--ink); font-weight: 600; }
@keyframes depthIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }

/* ---------- INLINE CTA: the repeated next step ---------- */
.inline-cta {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 10px 18px; margin: 44px auto 0; max-width: 660px;
  padding: 18px 24px; border-radius: 100px;
  background: var(--white); border: 1px solid var(--border);
  box-shadow: var(--shadow-md); text-align: center;
}
.inline-cta > span {
  font-family: 'Inter', system-ui, sans-serif; font-size: 14.5px; color: var(--ink-soft);
}
.inline-cta > span strong { color: var(--ink); font-weight: 600; }
.inline-cta .btn { flex: none; }

/* ---------- WHO YOU'LL MEET, above the booker ---------- */
.cta-hosts {
  display: flex; align-items: center; gap: 16px;
  max-width: 620px; margin: 28px auto 0; text-align: left;
  padding: 12px 22px 12px 12px; border-radius: 22px;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
}
.cta-hosts img {
  width: 60px; height: 74px; border-radius: 16px; flex: none; display: block;
  object-fit: cover; object-position: center 12%; background: rgba(255,255,255,.1);
}
.cta-hosts span {
  font-family: 'Inter', system-ui, sans-serif; font-size: 14px; line-height: 1.55;
  color: rgba(255,255,255,.75);
}
.cta-hosts strong { color: #fff; font-weight: 600; }

/* the founders composite already closes this page, so the booking card gets a
   line instead of a third portrait */
.cta-hosts-line {
  margin: 26px auto 0; max-width: 560px; text-align: center;
  font-family: 'Inter', system-ui, sans-serif; font-size: 14.5px; line-height: 1.55;
  color: rgba(255,255,255,.72);
}
.cta-hosts-line strong { color: #fff; font-weight: 600; }

/* ---------- BUTTONS ---------- */
.btn-nav { padding: 11px 20px; font-size: .88rem; font-weight: 600; flex: none; }

/* the hero service line carries its styling inline in the markup upstream;
   defined here so the mobile overrides can reach it */
.hero-service-line {
  margin: 16px 0 0; font-size: 15px; letter-spacing: .04em; text-transform: uppercase;
  font-weight: 600; color: var(--ink-soft); opacity: .75;
}
.hero .platform-pills { margin: 18px 0 0; }

/* ---------- FAQ rhythm ---------- */
.faq-section { padding: 78px 0; }
.faq-section .section-header { margin-bottom: 38px; }

/* =========================================================
   STICKY CTA — one compact pill, centered.
   Both bottom corners are taken by the chat and call bubbles,
   so a full width bar sits right on top of them.
   ========================================================= */
.sticky-cta {
  position: fixed;
  left: 50%; right: auto; bottom: calc(18px + env(safe-area-inset-bottom, 0px));
  transform: translate(-50%, 20px);
  z-index: 90; opacity: 0; pointer-events: none;
  transition: opacity .3s ease, transform .3s ease;
}
.sticky-cta.visible { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.sticky-cta .btn-primary {
  width: auto; padding: 15px 26px; font-size: .93rem; font-weight: 600; white-space: nowrap;
  box-shadow: 0 14px 34px -8px rgba(11,26,46,.45), 0 4px 12px rgba(11,26,46,.2);
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 980px) {
  .seeo-hero-grid { grid-template-columns: 1fr; row-gap: 26px; }
  .seeo-hero-grid .hero-copy-top,
  .seeo-hero-grid .hero-copy-bottom,
  .seeo-hero-grid .founders-hero { grid-column: 1; grid-row: auto; align-self: auto; }
  .founders-hero { max-width: 100%; justify-self: stretch; }
  /* on a phone the portrait crop would push the button off screen —
     go wide so the faces and the CTA share the same view */
  .fh-photo { aspect-ratio: 3 / 2; }
  .fh-photo img { object-position: center 16%; }
}

@media (max-width: 760px) {
  /* ---- HERO: pull the button up so it lands within a swipe of the faces ---- */
  .hero { padding: 34px 0 44px; }
  .hero .eyebrow { margin-bottom: 16px; }
  .hero .hero-title { margin-bottom: 12px; }
  .hero .hero-sub { font-size: 1rem; margin-left: auto; margin-right: auto; }
  .hero-service-line { font-size: 12.5px; margin-top: 12px; }
  .hero .platform-pills { justify-content: center; margin-top: 14px; }
  .seeo-hero-grid { row-gap: 20px; }
  .seeo-hero-grid .hero-copy-top,
  .seeo-hero-grid .hero-copy-bottom { text-align: center; }

  /* ---- BUTTONS: full width, tall enough to hit, impossible to miss ---- */
  .hero-cta-row { flex-direction: column; align-items: stretch; gap: 10px; margin-bottom: 0; }
  .hero-cta-row .btn { width: 100%; justify-content: center; }
  .btn-hero {
    padding: 19px 24px; font-size: 1.04rem; font-weight: 600;
    box-shadow: 0 16px 34px -12px rgba(11,26,46,.55), 0 4px 10px rgba(11,26,46,.18);
  }
  .btn-hero-alt { padding: 12px 0; font-size: .95rem; }
  .hero-micro { justify-content: center; }

  .inline-cta {
    flex-direction: column; border-radius: var(--radius-md); padding: 20px 18px; gap: 14px;
    margin-top: 34px;
  }
  .inline-cta .btn { width: 100%; justify-content: center; padding: 16px 22px; font-size: .98rem; }

  .cta-hosts { gap: 12px; padding: 10px 16px 10px 10px; border-radius: 18px; }
  .cta-hosts img { width: 48px; height: 60px; border-radius: 13px; }
  .cta-hosts span { font-size: 13px; }

  .faq-section { padding: 56px 0; }
  .faq-section .section-header { margin-bottom: 26px; }

  .depth > summary { font-size: 13.5px; }
  .depth-body > p { font-size: 15px; }
}

/* the two GHL bubbles own roughly 84px in each bottom corner */
@media (max-width: 720px) {
  .sticky-cta {
    left: 50%; right: auto; bottom: calc(14px + env(safe-area-inset-bottom, 0px));
    max-width: calc(100vw - 184px);
  }
  .sticky-cta .btn-primary {
    padding: 13px 18px; font-size: .87rem;
    max-width: 100%; overflow: hidden; text-overflow: ellipsis;
  }
}

@media (max-width: 600px) {
  /* wrap long words, but never hyphenate — a broken word with a dash in it
     reads cheap on the page clients judge us by */
  h1, h2, h3, h4, p, li, a, span, em, strong,
  .section-title, .hero-title, .eyebrow, .section-sub {
    overflow-wrap: break-word; word-break: normal;
    hyphens: manual; -webkit-hyphens: manual;
  }
  .hero .hero-title { font-size: clamp(1.7rem, 7.6vw, 2.4rem); }
  .eyebrow { max-width: 100%; white-space: normal; line-height: 1.35; }
}

@media (max-width: 380px) {
  .btn-hero { padding: 17px 18px; font-size: .98rem; }
  .sticky-cta .btn-primary { padding: 12px 15px; font-size: .82rem; }
}
