/* ==========================================================================
   Google Ads landing pages (/hubspot-implementation, /fix-my-hubspot)
   Loaded after styles.css. Reuses the site's tokens and components.
   ========================================================================== */

.lp-hero { padding: clamp(48px, 8vw, 92px) 0 clamp(36px, 5vw, 60px); }
.lp-hero .eyebrow { display: block; margin-bottom: 16px; }
.lp-title { font-size: clamp(34px, 5vw, 56px); font-weight: 800; max-width: 20ch; text-wrap: balance; }
/* Implementation page hero: match the homepage eyebrow-to-title gap (.hero-title uses margin-top:20px) */
.hero .eyebrow { display: block; }
.hero .lp-title { margin-top: 20px; }
.lp-sub { font-size: clamp(18px, 2.1vw, 21px); color: var(--ink-soft); max-width: 54ch; margin-top: 20px; text-wrap: pretty; }
.lp-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

.lp-trust { display: flex; align-items: center; gap: 18px 26px; margin-top: 38px; padding-top: 24px; border-top: 1px solid var(--line-soft); flex-wrap: wrap; }
.lp-trust .lp-badge { height: 52px; width: auto; }
.lp-trust .hb-plat { font-family: var(--f-mono); font-size: 12.5px; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-soft); font-weight: 500; }
.lp-trust .hb-logo { height: 22px; width: auto; opacity: .72; }
.lp-trust .lp-trust-note { font-size: 14px; color: var(--ink-faint); }

.lp-section { padding: clamp(44px, 6vw, 76px) 0; }
.lp-section.alt { background: var(--paper-2); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.lp-body { font-size: 18px; color: var(--ink-soft); max-width: 64ch; margin-top: 18px; }

.lp-build { display: grid; gap: 16px; margin-top: 40px; }
.b-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 26px; display: grid; grid-template-columns: 52px 1fr; gap: 18px; align-items: start; }
.b-card.optional { border-style: dashed; border-color: rgba(21, 25, 30, 0.25); }
.b-n { font-family: var(--f-mono); font-size: 26px; font-weight: 700; color: var(--go); line-height: 1; }
.b-card h3 { font-family: var(--f-display); font-size: 19px; font-weight: 700; margin-bottom: 6px; }
.b-card p { color: var(--ink-soft); font-size: 16px; line-height: 1.5; }

.lp-names { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; margin-top: 26px; font-family: var(--f-mono); font-size: 15px; color: var(--ink); font-weight: 500; }
.lp-names .sep { color: var(--ink-faint); }
.lp-names .rest { color: var(--ink-faint); }

.faq { margin-top: 36px; max-width: 760px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 18px 0; font-family: var(--f-display); font-weight: 700; font-size: 18px; color: var(--ink); display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--go); font-weight: 700; font-size: 22px; line-height: 1; }
.faq details[open] summary::after { content: "\2212"; }
.faq details p { color: var(--ink-soft); font-size: 16px; line-height: 1.55; padding: 0 0 20px; margin: 0; max-width: 64ch; }

.lp-quotes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 36px; }
@media (max-width: 680px) { .lp-quotes { grid-template-columns: 1fr; } }
.lp-quote { margin: 0; padding: 24px 24px 24px 28px; background: var(--card); border: 1px solid var(--line); border-left: 3px solid var(--ink); border-radius: var(--radius); font-family: var(--f-display); font-size: 19px; font-weight: 500; line-height: 1.35; color: var(--ink); }

.lp-book { margin-top: 40px; }
.lp-book .meetings-iframe-container { min-height: 640px; }
.lp-book .meetings-iframe-container iframe { min-height: 640px; width: 100%; }

.lp-final { text-align: center; padding: clamp(48px, 7vw, 88px) 0; }
.lp-final h2 { font-size: clamp(28px, 4vw, 46px); font-weight: 800; max-width: 18ch; margin: 0 auto 26px; }

.lp-hs-form { margin-top: 8px; }

/* Dark sections (used sparingly for impact) */
.lp-section.dark { background: var(--ink); color: #fff; border-top: none; border-bottom: none; }
.lp-section.dark .section-title { color: #fff; }
.lp-section.dark .section-kicker { color: var(--go-2); }
.lp-section.dark .lp-body { color: rgba(255, 255, 255, 0.82); }

/* Why-one-expert: copy + Adam photo */
.lp-expert { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: clamp(30px, 5vw, 64px); align-items: center; }
@media (max-width: 820px) { .lp-expert { grid-template-columns: 1fr; } }
.lp-expert-photo { margin: 0; }
.lp-expert-photo img { width: 100%; max-width: 330px; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 16px; box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.6); }
@media (max-width: 820px) { .lp-expert-photo img { max-width: 260px; } }
.lp-signoff { margin-top: 26px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.16); }
.lp-signoff .lp-line { font-family: var(--f-display); font-size: 19px; font-weight: 700; color: #fff; margin-bottom: 10px; }
.lp-signoff .lp-name { font-family: var(--f-display); font-size: 18px; font-weight: 700; color: #fff; }
.lp-signoff .lp-role { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; color: var(--go-2); margin-top: 2px; }

/* Booking section: centre the copy to match the centred embed */
.lp-book-section { text-align: center; }
.lp-book-section .section-title,
.lp-book-section .lp-body { margin-left: auto; margin-right: auto; }

/* Dark final CTA */
.lp-final.dark { background: var(--ink); color: #fff; }
.lp-final.dark h2 { color: #fff; }

/* ==========================================================================
   Conversion-upgrade components
   ========================================================================== */

/* Repeated CTA blocks + micro-line */
.cta-block { text-align: center; padding: clamp(34px, 5vw, 54px) 0; }
.cta-micro { font-size: 13.5px; color: var(--ink-faint); margin-top: 12px; }
.lp-section.dark .cta-micro, .lp-final.dark .cta-micro { color: rgba(255, 255, 255, 0.6); }

/* Hero proof strip (under the CTA) */
.proof-strip { display: flex; align-items: center; gap: 12px; margin-top: 22px; flex-wrap: wrap; }
.proof-strip img { height: 40px; width: auto; }
.proof-strip span { font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .04em; color: var(--ink-soft); }

/* Trusted-by row */
.trust-row2 { padding: clamp(26px, 4vw, 42px) 0; border-bottom: 1px solid var(--line-soft); }
.trust-row2 .trust-label { font-family: var(--f-mono); font-size: 12px; text-transform: uppercase; letter-spacing: .14em; color: var(--ink-faint); text-align: center; margin-bottom: 18px; }
.trust-names { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 26px; font-family: var(--f-mono); font-size: 15px; font-weight: 500; color: var(--ink); }
.trust-names .sep { color: var(--ink-faint); }

/* Logo strip: cap BOTH dimensions so no single logo dominates or shrinks away,
   then nudge outliers optically. Scoped to the landing pages. */
.trust-row2 .logo-strip { gap: 22px 40px; }
.trust-row2 .logo-img { height: auto; width: auto; max-height: 28px; max-width: 132px; }
.trust-row2 .lg-2line { max-height: 46px; }                 /* Bedrock: two-line lockup */
.trust-row2 .lg-wide { max-height: 20px; max-width: 118px; } /* Rivertrace: bold + wide */
.trust-row2 .lg-heatgeek { max-height: 26px; }
.trust-row2 .logo-datascope { max-height: 24px; }

/* Reassurance band */
.reassure .wrap { display: flex; align-items: center; justify-content: center; padding-top: 16px; padding-bottom: 16px; text-align: center; }
.reassure { background: transparent; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.reassure p { font-family: var(--f-display); font-weight: 600; font-size: clamp(15px, 2vw, 18px); color: var(--ink); }
.reassure .rk { color: var(--go); font-weight: 700; }

/* 3-column icon cards */
.cards3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
@media (max-width: 820px) { .cards3 { grid-template-columns: 1fr; } }
.card3 { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; }
.card3.optional { border-style: dashed; border-color: rgba(21, 25, 30, 0.25); }
.card3-top { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.card3-icon { width: 40px; height: 40px; flex: 0 0 auto; display: grid; place-items: center; background: var(--go-wash); border-radius: 10px; color: var(--go); }
.card3-icon svg { width: 22px; height: 22px; }
.card3 h3 { font-family: var(--f-display); font-size: 21px; font-weight: 800; }
.card3 h3 .card3-n { font-family: var(--f-mono); font-size: 13px; font-weight: 700; color: var(--go); letter-spacing: .05em; margin-right: 8px; }
.card3-proof { color: var(--ink-soft); font-size: 15.5px; margin: 4px 0 14px; }
.card3 ul { display: grid; gap: 9px; padding-top: 14px; border-top: 1px solid var(--line-soft); }
.card3 li { position: relative; padding-left: 22px; font-size: 14.5px; color: var(--ink); line-height: 1.45; }
.card3 li::before { content: "\203A"; position: absolute; left: 0; top: -1px; color: var(--go); font-weight: 700; font-size: 16px; }

/* Outcomes ("What you get") — full-width, larger benefit text */
.outcomes { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 56px; margin-top: 38px; max-width: none; }
@media (max-width: 680px) { .outcomes { grid-template-columns: 1fr; } }
.outcomes li { display: flex; gap: 16px; align-items: flex-start; font-size: 21px; font-weight: 500; padding: 16px 0; color: var(--ink); line-height: 1.4; border-bottom: 1px solid var(--line-soft); }
.outcomes .tick { color: var(--go); font-weight: 700; font-size: 20px; line-height: 1.4; flex: 0 0 auto; }

/* From -> To before/after */
.fromto { display: grid; gap: 12px; margin-top: 36px; max-width: none; }
.fromto-row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 22px; }
@media (max-width: 620px) { .fromto-row { grid-template-columns: 1fr; gap: 6px; text-align: center; } }
.fromto-from { color: var(--clay); font-weight: 600; font-size: 15.5px; }
.fromto-arrow { color: var(--go); font-weight: 700; font-size: 20px; }
@media (max-width: 620px) { .fromto-arrow { transform: rotate(90deg); } }
.fromto-to { color: var(--ink); font-weight: 700; font-size: 15.5px; font-family: var(--f-display); }

/* Testimonial carousel (dark, one big quote per slide) */
.tcar-section { padding: clamp(56px, 8vw, 100px) 0; background: var(--ink); color: #fff; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.tcar { position: relative; max-width: 900px; margin: 0 auto; text-align: center; }
.tcar-mark { font-family: var(--f-display); font-size: 96px; line-height: .6; color: var(--go-2); opacity: .55; display: block; }
.tcar-track { display: grid; margin-top: 8px; }
.tcar-slide { grid-area: 1 / 1; margin: 0; opacity: 0; pointer-events: none; transition: opacity .4s ease; }
.tcar-slide.is-active { opacity: 1; pointer-events: auto; }
.tcar-quote { font-family: var(--f-display); font-weight: 700; font-size: clamp(1.6rem, 4vw, 3.4rem); line-height: 1.16; letter-spacing: -0.02em; color: #fff; max-width: 22ch; margin: 0 auto; }
.tcar-attr { margin-top: 26px; font-family: var(--f-mono); font-size: 13px; text-transform: uppercase; letter-spacing: .1em; color: rgba(255, 255, 255, 0.6); }
.tcar-controls { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 40px; }
.tcar-arrow { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.25); background: transparent; color: #fff; font-size: 22px; cursor: pointer; display: grid; place-items: center; transition: background .15s ease, border-color .15s ease; }
.tcar-arrow:hover { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.5); }
.tcar-dots { display: flex; gap: 10px; }
.tcar-dot { width: 9px; height: 9px; border-radius: 50%; border: none; background: rgba(255, 255, 255, 0.3); cursor: pointer; padding: 0; }
.tcar-dot.is-active { background: var(--go-2); }

/* Booking helper */
.book-helper { font-size: 13.5px; color: var(--ink-faint); margin-top: 10px; }

/* Sticky mobile CTA bar */
.mcta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: none; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: color-mix(in srgb, var(--paper) 92%, transparent); backdrop-filter: blur(10px); border-top: 1px solid var(--line); }
.mcta .btn { width: 100%; }
@media (max-width: 720px) { .mcta { display: block; } body.has-mcta { padding-bottom: 78px; } }
