@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

.aq-lp {
  font-family: var(--aq-body-font, 'Poppins', sans-serif);
  font-size: var(--aq-body-size, 16px);
  line-height: 1.6;
  color: var(--aq-body, #475569);
}
.aq-lp section { position: relative; }
.aq-lp__inner {
  max-width: 1200px;
  box-sizing: content-box;
  margin: 0 auto;
  padding-left: clamp(20px, 5vw, 56px);
  padding-right: clamp(20px, 5vw, 56px);
}
.aq-lp__pad { padding-top: clamp(48px, 8vw, 88px); padding-bottom: clamp(48px, 8vw, 88px); }
.aq-lp__pad-b { padding-bottom: clamp(48px, 8vw, 88px); }

/* ---- Dark sections + grid ---- */
.aq-lp__hero { background: var(--aq-dark, #0F172A); overflow: hidden; }
.aq-lp__grid {
  position: absolute; top: 0; bottom: 0; left: 62%; right: 0;
  pointer-events: none;
  background-image:
    linear-gradient(to right, var(--aq-line, rgba(255,255,255,0.14)) 1px, transparent 1px),
    linear-gradient(to bottom, var(--aq-line, rgba(255,255,255,0.14)) 1px, transparent 1px);
  background-size: 32px 32px;
}
.aq-lp__hero .aq-lp__inner { position: relative; padding-top: clamp(48px, 7vw, 80px); padding-bottom: clamp(64px, 8vw, 96px); }
.aq-lp__final .aq-lp__inner { padding-top: clamp(64px, 9vw, 104px); padding-bottom: clamp(64px, 9vw, 104px); }
.aq-lp__spark { position: absolute; right: 32px; bottom: 28px; width: 26px; height: 26px; }

/* ---- Solver name (hero) ---- */
.aq-lp__solver-name {
  font-family: var(--aq-heading-font, 'Poppins', sans-serif);
  font-weight: 600; font-size: clamp(15px, 1.3vw, 20px); letter-spacing: 0.1em;
  color: var(--aq-accent, #00ECE9); margin: 0 0 12px; padding-right: 48px; white-space: nowrap;
}

/* ---- Text zone (kader, tekst kruist nooit een gridlijn) ---- */
.aq-lp__hero-row { display: flex; flex-wrap: wrap; gap: clamp(28px, 4vw, 56px); align-items: center; }
.aq-lp__hero-row .aq-lp__zone { flex: 1 1 420px; min-width: 0; container-type: inline-size; overflow: hidden; }
@media (min-width: 900px) { .aq-lp__hero-row { flex-wrap: nowrap; gap: 32px; } .aq-lp__hero-row .aq-lp__zone { flex: 0 0 calc(50% - 16px); width: calc(50% - 16px); max-width: calc(50% - 16px); box-sizing: border-box; } .aq-lp__video-wrap { flex: 0 0 calc(50% - 16px); max-width: calc(50% - 16px); box-sizing: border-box; } .aq-lp__h1 { font-size: clamp(24px, 2.2vw, 40px); } }
@supports (container-type: inline-size) { .aq-lp__hero-row .aq-lp__h1 { font-size: clamp(22px, 6.6cqi, 40px) !important; } .aq-lp__hero-row .aq-lp__solver-name { font-size: clamp(13px, 2.9cqi, 20px) !important; } }
.aq-lp__hero-row .aq-lp__zone > * { max-width: 100%; }
.aq-lp__hero-row .aq-lp__zone { overflow-wrap: anywhere; }
.aq-lp__video-wrap { flex: 1 1 380px; min-width: 300px; max-width: 640px; position: relative; padding: 12px; }
.aq-lp__video-outline { position: absolute; inset: 0; border: 1px solid rgba(0,236,233,0.55); border-color: color-mix(in srgb, var(--aq-accent, #00ECE9) 55%, transparent); pointer-events: none; }
.aq-lp__video-frame { position: relative; border: 1px solid rgba(255,255,255,0.25); background: #0B1120; }
.aq-lp__video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.aq-lp__video-play {
  position: absolute; inset: 0; width: 100%; background: rgba(15,23,42,0.35);
  border: none; cursor: pointer; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 16px;
  font-family: var(--aq-heading-font, 'Poppins', sans-serif);
  transition: background 160ms ease;
}
.aq-lp__video-play:hover { background: rgba(15,23,42,0.15); }
.aq-lp__video-play:focus-visible { outline: none; box-shadow: inset 0 0 0 3px rgba(0,236,233,0.45); }
.aq-lp__video-play-btn {
  width: 64px; height: 64px; background: var(--aq-cta-bg, #00ECE9); border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(15,23,42,0.4);
}
.aq-lp__video-play-label { font-weight: 600; font-size: 15px; color: #FFFFFF; }
.aq-lp__zone {
  border: 1px solid var(--aq-line, rgba(255,255,255,0.14));
  background: var(--aq-dark, #0F172A);
  padding: clamp(20px, 3vw, 32px);
  width: fit-content;
  position: relative;
}

/* ---- Type ---- */
.aq-lp__eyebrow {
  font-family: var(--aq-heading-font, 'Poppins', sans-serif);
  font-weight: 600; font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--aq-accent, #00ECE9); margin: 0 0 20px;
}
.aq-lp__eyebrow--dark { color: var(--aq-h-dark, #0F172A); }
.aq-lp__eyebrow--white { color: var(--aq-h-light, #FFFFFF); }
.aq-lp__h1 {
  font-family: var(--aq-heading-font, 'Poppins', sans-serif);
  font-size: clamp(26px, 2.2vw, 40px);
  font-weight: 800; line-height: 1.14; letter-spacing: -0.025em;
  color: var(--aq-h-light, #FFFFFF); margin: 0 0 20px;
}
.aq-lp__h1-line { white-space: nowrap; display: inline-block; max-width: 100%; }
@media (max-width: 480px) { .aq-lp__h1-line { white-space: normal; } }
.aq-lp__h1-accent { color: var(--aq-sun, #FFF870); }
.aq-lp__footnote { margin: clamp(48px, 6vw, 72px) 0 0; max-width: 60em; font-size: 13px; line-height: 1.6; color: var(--aq-muted, #94A3B8); background: var(--aq-dark, #0F172A); width: fit-content; padding-right: 24px; position: relative; }
.aq-lp__h2 {
  font-family: var(--aq-heading-font, 'Poppins', sans-serif);
  font-size: clamp(26px, 3.4vw, 34px); font-weight: 800; line-height: 1.15;
  letter-spacing: -0.02em; color: var(--aq-h-dark, #0F172A); margin: 0 0 16px; text-wrap: balance;
}
.aq-lp__h2--light { color: var(--aq-h-light, #FFFFFF); font-size: clamp(28px, 4.5vw, 44px); margin: 0 0 36px; max-width: 20em; }
.aq-lp__h3 {
  font-family: var(--aq-heading-font, 'Poppins', sans-serif);
  font-size: 22px; font-weight: 700; color: var(--aq-h-dark, #0F172A); margin: 0; letter-spacing: -0.01em;
}
.aq-lp__sub { font-size: clamp(14px, 1.6vw, 16.5px); color: var(--aq-h-light, #FFFFFF); margin: 0 0 40px; max-width: 36em; }
.aq-lp__sub-accent { color: var(--aq-sun, #FFF870); font-weight: 500; }
.aq-lp__body { margin: 0; font-size: 15.5px; color: var(--aq-body, #475569); }

/* ---- CTA ---- */
.aq-lp__cta {
  display: inline-block; background: var(--aq-cta-bg, #00ECE9); color: var(--aq-cta-text, #0F172A);
  font-family: var(--aq-body-font, 'Poppins', sans-serif);
  font-weight: 600; font-size: 16px; padding: 14px 32px; border-radius: 6px;
  text-decoration: none; transition: filter .15s;
}
.aq-lp__cta:hover { filter: brightness(0.92); color: var(--aq-cta-text, #0F172A); text-decoration: none; }
.aq-lp__cta--dark { background: var(--aq-dark, #0F172A); color: var(--aq-accent, #00ECE9); font-size: 15px; padding: 12px 26px; margin-top: 8px; }
.aq-lp__cta--dark:hover { color: var(--aq-accent, #00ECE9); }

/* ---- Problems ---- */
.aq-lp__problems {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(32px, 4vw, 56px); margin-top: 40px;
}
.aq-lp__problem { display: flex; flex-direction: column; gap: 14px; }
.aq-lp__problem-head { display: flex; align-items: center; gap: 12px; }
.aq-lp__num {
  width: 30px; height: 30px; background: var(--aq-dark, #0F172A); font-size: 13px;
  display: flex; align-items: center; justify-content: center;
  color: var(--aq-sun, #FFF870); font-weight: 700; font-size: 14px; flex: none;
}

/* ---- Cards ---- */
.aq-lp__cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(24px, 3vw, 40px); }
.aq-lp__card { padding: clamp(28px, 4vw, 48px); display: flex; flex-direction: column; align-items: flex-start; }
.aq-lp__card .aq-lp__eyebrow { margin-bottom: 16px; }
.aq-lp__card--offer { background: var(--aq-offer-bg, #FFF870); }
.aq-lp__card--why { background: var(--aq-why-bg, #00ECE9); }
.aq-lp__body--card { color: var(--aq-h-dark, #1E293B); }

/* ---- Logo strip ---- */
.aq-lp__logos-title { font-weight: 700; font-size: 15px; color: var(--aq-h-dark, #0F172A); margin: 0 0 24px; }
.aq-lp__logos { display: flex; flex-wrap: wrap; gap: 16px 48px; align-items: center; }
.aq-lp__logo-img { max-height: 36px; width: auto; display: block; }
.aq-lp__logo-name { font-weight: 700; font-size: 17px; color: var(--aq-body, #334155); }

/* ---- Meeting embed in card ---- */
.aq-lp__meeting { margin: 8px -8px 0; }
.aq-lp__meeting .meetings-iframe-container { width: 100%; min-height: 640px; }
.aq-lp__meeting .meetings-iframe-container iframe { width: 100% !important; max-width: 100% !important; border: 0; }
.aq-lp__formcard:has(.aq-lp__meeting) { max-width: 760px; }

/* ---- Form card ---- */
.aq-lp__formcard {
  max-width: 560px; background: var(--aq-light, #FFFFFF);
  border: 1px solid var(--aq-card-border, #E2E8F0); border-radius: 12px;
  padding: clamp(24px, 4vw, 44px); box-shadow: 0 2px 8px rgba(15,23,42,0.06);
}
.aq-lp__formcard .aq-lp__eyebrow { margin-bottom: 12px; }
.aq-lp__form-intro { margin-bottom: 28px; }

/* ---- HubSpot form styling ---- */
.aq-lp__form form { display: flex; flex-direction: column; gap: 18px; }
.aq-lp__form fieldset { max-width: none; }
.aq-lp__form .hs-form-field { margin-bottom: 18px; }
.aq-lp__form .hs-form-field > label {
  display: block; font-size: 13.5px; font-weight: 600; color: var(--aq-input-text, #0F172A);
  margin-bottom: 6px; font-family: var(--aq-body-font, 'Poppins', sans-serif);
}
.aq-lp__form .hs-input {
  width: 100%; padding: 11px 14px; background: var(--aq-light, #FFFFFF);
  border: 1px solid var(--aq-input-border, #CBD5E1); border-radius: 6px;
  color: var(--aq-input-text, #0F172A);
  font-family: var(--aq-body-font, 'Poppins', sans-serif); font-size: 15px;
  box-sizing: border-box;
}
.aq-lp__form .hs-input:focus {
  outline: none; border-color: var(--aq-accent, #00ECE9);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--aq-accent, #00ECE9) 45%, transparent);
}
.aq-lp__form .hs_submit, .aq-lp__form .hs-submit, .aq-lp__form .actions { background: transparent; border: none; margin: 0; padding: 0; border-radius: 0; }
.aq-lp__form .hs-button {
  background: var(--aq-cta-bg, #00ECE9); color: var(--aq-cta-text, #0F172A);
  font-family: var(--aq-body-font, 'Poppins', sans-serif); font-weight: 600; font-size: 16px;
  padding: 14px 32px; border: none; border-radius: 6px; cursor: pointer; transition: filter .15s;
}
.aq-lp__form .hs-button:hover { filter: brightness(0.92); }
.aq-lp__form .hs-error-msgs { list-style: none; margin: 6px 0 0; padding: 0; font-size: 12.5px; color: #B91C1C; }
.aq-lp__form .hs_error_rollup { display: none; }
.aq-lp__form .submitted-message {
  background: #F8FAFC; border: 1px solid var(--aq-card-border, #E2E8F0); border-radius: 6px;
  padding: 14px 18px; font-size: 15px; font-weight: 600; color: var(--aq-input-text, #0F172A);
  font-family: var(--aq-body-font, 'Poppins', sans-serif);
}

/* ---- Forceer formulier-opmaak (wint van HubSpot defaults) ---- */
.aq-lp--force .aq-lp__form form { display: flex !important; flex-direction: column !important; gap: 18px !important; max-width: none !important; }
.aq-lp--force .aq-lp__form fieldset { max-width: none !important; }
.aq-lp--force .aq-lp__form .hs-form-field { margin-bottom: 18px !important; text-align: left !important; }
.aq-lp--force .aq-lp__form .hs-form-field > label {
  display: block !important; font-size: 13.5px !important; font-weight: 600 !important;
  color: var(--aq-input-text, #0F172A) !important; margin-bottom: 6px !important;
  font-family: var(--aq-body-font, 'Poppins', sans-serif) !important;
}
.aq-lp--force .aq-lp__form .hs-input {
  width: 100% !important; height: auto !important; padding: 11px 14px !important;
  background: var(--aq-light, #FFFFFF) !important;
  border: 1px solid var(--aq-input-border, #CBD5E1) !important; border-radius: 6px !important;
  color: var(--aq-input-text, #0F172A) !important;
  font-family: var(--aq-body-font, 'Poppins', sans-serif) !important; font-size: 15px !important;
  box-sizing: border-box !important;
}
.aq-lp--force .aq-lp__form .hs-input:focus {
  outline: none !important; border-color: var(--aq-accent, #00ECE9) !important;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--aq-accent, #00ECE9) 45%, transparent) !important;
}
.aq-lp--force .aq-lp__form .hs_submit, .aq-lp__form .hs-submit, .aq-lp__form .actions { background: transparent; border: none; margin: 0; padding: 0; border-radius: 0; }
.aq-lp__form .hs-button {
  background: var(--aq-cta-bg, #00ECE9) !important; color: var(--aq-cta-text, #0F172A) !important;
  font-family: var(--aq-body-font, 'Poppins', sans-serif) !important; font-weight: 600 !important;
  font-size: 16px !important; padding: 14px 32px !important; border: none !important;
  border-radius: 6px !important; cursor: pointer !important; line-height: 1 !important; text-transform: none !important;
  width: auto !important; align-self: flex-start !important;
}
.aq-lp--force .aq-lp__form .hs-button:hover { background: var(--aq-cta-bg, #00ECE9) !important; filter: brightness(0.92) !important; }
.aq-lp--force .aq-lp__form .hs-error-msgs { list-style: none !important; margin: 6px 0 0 !important; padding: 0 !important; font-size: 12.5px !important; color: #B91C1C !important; }
.aq-lp--force .aq-lp__form .hs_error_rollup { display: none !important; }
.aq-lp--force .aq-lp__form .submitted-message {
  background: #F8FAFC !important; border: 1px solid var(--aq-card-border, #E2E8F0) !important;
  border-radius: 6px !important; padding: 14px 18px !important; font-size: 15px !important;
  font-weight: 600 !important; color: var(--aq-input-text, #0F172A) !important;
  font-family: var(--aq-body-font, 'Poppins', sans-serif) !important;
}

/* ---- Mobile ---- */
@media (max-width: 640px) {
  .aq-lp__zone { width: auto; }
  .aq-lp__spark { right: 20px; bottom: 18px; width: 20px; height: 20px; }
  .aq-lp__cta { display: block; text-align: center; }
  .aq-lp__cta--dark { display: inline-block; }
  .aq-lp--force .aq-lp__form .hs_submit, .aq-lp__form .hs-submit, .aq-lp__form .actions { background: transparent; border: none; margin: 0; padding: 0; border-radius: 0; }
.aq-lp__form .hs-button { width: 100% !important; }
}

/* Anchor-scroll compenseert eventuele sticky header op de site */
[id^="aq-beta-"] { scroll-margin-top: 90px; }
html { scroll-behavior: smooth; }

/* Theme tekent de knop-balk via ::before/::after op .hs_submit — uitschakelen */
.aq-lp .aq-lp__form .hs_submit::before,
.aq-lp .aq-lp__form .hs_submit::after,
.aq-lp .aq-lp__form .hs-submit::before,
.aq-lp .aq-lp__form .hs-submit::after,
.aq-lp .aq-lp__form .actions::before,
.aq-lp .aq-lp__form .actions::after {
  content: none !important;
  display: none !important;
  background: none !important;
  background-color: transparent !important;
}

/* ---- Screenshots + lightbox ---- */
.aq-lp__shots { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(20px, 3vw, 32px); }
.aq-lp__light .aq-lp__shots { margin-top: 0; }
.aq-lp__shots .aq-lp__eyebrow { margin-bottom: 28px; }
.aq-lp__shot { position: relative; display: block; width: 100%; padding: 0; margin: 0; border: 1px solid var(--aq-accent, #00ECE9); background: #F8FAFC; cursor: zoom-in; text-align: left; transition: border-color 160ms ease, box-shadow 160ms ease; }
.aq-lp__shot:hover, .aq-lp__shot:focus-visible { border-color: #00D1CE; box-shadow: 0 4px 14px rgba(15,23,42,0.08); }
.aq-lp__shot:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(0,236,233,0.45); }
.aq-lp__shot-img { display: block; width: 100%; height: auto; }
.aq-lp__shot-zoom { position: absolute; right: 12px; bottom: 12px; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; background: var(--aq-dark, #0F172A); color: var(--aq-accent, #00ECE9); border-radius: 6px; pointer-events: none; }
.aq-lp__lightbox { position: fixed; inset: 0; z-index: 9999; background: rgba(15,23,42,0.92); display: flex; align-items: center; justify-content: center; padding: clamp(16px, 4vw, 48px); box-sizing: border-box; }
.aq-lp__lightbox[hidden] { display: none; }
.aq-lp__lightbox-img { max-width: 100%; max-height: 100%; width: auto; height: auto; border: 1px solid rgba(255,255,255,0.25); background: #0B1120; box-shadow: 0 24px 64px rgba(0,0,0,0.5); }
.aq-lp__lightbox-close { position: absolute; top: 16px; right: 16px; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,0.25); background: var(--aq-dark, #0F172A); color: #FFFFFF; border-radius: 6px; cursor: pointer; }
.aq-lp__lightbox-close:hover { background: #1E293B; }
.aq-lp__lightbox-close:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(0,236,233,0.45); }
