/* ===== Landing Funnel — iamin.digital ===== */
/* Enqueued via functions.php on page-landing template */

/* ── Page shell ── */
.page-id-1354 .entry-content > .landing {
  padding-bottom: 0;
}
.page-id-1354 .wp-block-post-content {
  margin: 0;
}
.page-id-1354 main.wp-block-group {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.page-id-1354 .wp-site-blocks > main.wp-block-group {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
body.page-id-1354 main > .wp-block-post-content,
body.page-id-1354 main > .entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
html {
  scroll-behavior: smooth;
}
#landing-diagnostic-form {
  scroll-margin-top: 24px;
}

/* ── Hero ── */
.page-id-1354 .landing-hero {
  margin-top: -56px;
}
.landing-hero {
  min-height: min(100vh, 880px);
  display: flex;
  align-items: flex-start;
  padding: 0 0 32px;
  position: relative;
}
.landing-hero::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at 30% 20%, rgba(34,211,238,.03) 0%, transparent 60%);
  pointer-events: none;
}
.landing-hero .content { position: relative; z-index: 1; }
.landing-hero h1 {
  font-size: clamp(28px, 4.2vw, 48px) !important;
  font-weight: 700;
  line-height: 1.08;
  margin-bottom: 18px;
  max-width: 100%;
}
.landing-hero h1 .accent {
  background: linear-gradient(135deg,#22d3ee,#06b6d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.landing-hero .badge-main {
  display: inline-block;
  background: rgba(239,68,68,.1);
  color: #ef4444;
  font-size: clamp(10px, 1.1vw, 13px);
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid rgba(239,68,68,.25);
  margin-bottom: 14px;
}
.landing-hero .badge-main s {
  color: rgba(239,68,68,.4);
  text-decoration: line-through;
}
.landing-hero .badge-main .gain { color: #22d3ee; }
.landing-hero .row2 {
  display: grid;
  grid-template-columns: 1fr minmax(0, 420px);
  gap: 32px;
  align-items: stretch;
  margin-top: 24px;
}
.landing-hero .left-col {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.landing-hero .row2 > div:last-child {
  display: flex;
  flex-direction: column;
}
.landing-hero .row2 > div:last-child .form-box {
  flex: 1;
}
.landing-hero .left-col .fuite-label {
  color: #a1a1aa;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
}

/* ── Fuite items ── */
.fuite-item {
  background: #111119;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 8px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  transition: border-color .2s;
}
.fuite-item:last-child { margin-bottom: 12px; }
.fuite-item:hover { border-color: rgba(34,211,238,.12); }
.fuite-item .pct {
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  color: #ef4444;
  min-width: 42px;
}
.fuite-item .desc { flex: 1; }
.fuite-item .desc h4 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 1px;
  color: #f1f5f9;
}
.fuite-item .desc p {
  color: #e8e8e8;
  font-size: 14px;
  line-height: 1.3;
}
.landing-hero .left-col .sub {
  font-size: 14px;
  color: #d4d4d8;
  line-height: 1.5;
  margin-bottom: 20px;
}


/* ── VSL encart (hero left col) ── */
/* ── VSL video player mock (16:9 placeholder) ── */
.vsl-encart {
  background: #0a0a0f;
  border: 1px solid rgba(34,211,238,.12);
  border-radius: 10px;
  padding: 12px;
  margin-top: 12px;
}
.vsl-encart-title {
  font-size: 13px;
  font-weight: 600;
  color: #f1f5f9;
  line-height: 1.35;
  margin: 0 0 10px;
  font-family: 'Space Grotesk', system-ui, sans-serif;
}
.vsl-encart-media {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  background: #0a0a0f;
  border: 1px solid rgba(255,255,255,.06);
  box-shadow: 0 8px 32px rgba(0,0,0,.35), inset 0 0 60px rgba(0,0,0,.4);
}
.vsl-encart-media iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.vsl-player-mock,
.vsl-placeholder {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background:
    radial-gradient(ellipse 80% 60% at 50% 38%, rgba(34,211,238,.05) 0%, transparent 55%),
    radial-gradient(ellipse at center, #12121a 0%, #0a0a0f 100%);
  cursor: default;
}
.vsl-player-mock::before,
.vsl-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 35%, rgba(0,0,0,.5) 100%);
  pointer-events: none;
}
.vsl-play-btn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 2px solid #22d3ee;
  background: rgba(34,211,238,.1);
  color: #22d3ee;
  cursor: default;
  transition: transform .2s, box-shadow .2s, background .2s;
  padding: 0;
  box-shadow: 0 0 28px rgba(34,211,238,.18);
  font-family: inherit;
}
.vsl-play-btn .vsl-play-icon,
.vsl-play-icon {
  display: block;
  font-size: 26px;
  padding-left: 5px;
  line-height: 1;
}
.vsl-player-sub,
.vsl-placeholder-text {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  font-size: 12px;
  color: #71717a;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-family: 'Space Grotesk', system-ui, sans-serif;
}
.vsl-player-mock:hover .vsl-play-btn,
.vsl-placeholder:hover .vsl-play-btn {
  transform: scale(1.06);
  background: rgba(34,211,238,.18);
  box-shadow: 0 0 36px rgba(34,211,238,.28);
}

/* ── Form Box ── */
.form-box {
  background: #111119;
  border: 1px solid rgba(34,211,238,.15);
  border-radius: 14px;
  padding: 28px;
}
.form-box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  gap: 8px;
  flex-wrap: wrap;
}
.form-box-header h3 {
  margin: 0;
  font-size: 18px;
  color: #f1f5f9;
}
.form-box h3 {
  font-size: 18px;
  margin-bottom: 2px;
  color: #f1f5f9;
}
.form-box .form-sub {
  color: #d4d4d8;
  font-size: 13px;
  margin-bottom: 16px;
}
.form-box .slot {
  background: rgba(34,211,238,.06);
  border: 1px solid rgba(34,211,238,.12);
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 13px;
  color: #22d3ee;
  font-weight: 600;
  white-space: nowrap;
}
.form-box label {
  display: block;
  font-size: 13px;
  color: #d4d4d8;
  margin-bottom: 4px;
  font-weight: 500;
}
.form-box input,
.form-box select {
  width: 100%;
  padding: 10px 14px;
  background: #0a0a0f;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  color: #f1f5f9;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: 'Space Grotesk', sans-serif;
}
.form-box input:focus,
.form-box select:focus {
  outline: none;
  border-color: #22d3ee;
}
.form-box .btn-submit {
  width: 100%;
  background: #22d3ee;
  color: #0a0a0f;
  padding: 14px;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: all .2s;
}
.form-box .btn-submit:hover {
  background: #06b6d4;
  box-shadow: 0 6px 20px rgba(34,211,238,.15);
}
.form-box .trust-line {
  text-align: center;
  font-size: 12px;
  color: #a1a1aa;
  margin-top: 12px;
}
.form-box .trust-line span { color: #22d3ee; }
.form-box .gift {
  background: #0a0a0f;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  margin-top: 8px;
}
.form-box .gift .val {
  color: #22d3ee;
  font-weight: 700;
  font-size: 13px;
}

/* ── FluentForm overrides (form #2) ── */
.form-box .fluentform_wrapper_2,
.form-box .frm-fluent-form {
  margin: 0;
}
.form-box .ff-t-container.ff-column-container {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 14px 16px;
  width: 100% !important;
}
.form-box .ff-t-cell {
  flex: none !important;
  flex-basis: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  padding: 0 !important;
}
.form-box .ff-t-cell.ff-t-column-3,
.form-box .ff-t-cell.ff-t-column-4,
.form-box .ff-t-cell.ff-t-column-5,
.form-box .ff-t-cell.ff-t-column-6 {
  grid-column: 1 / -1;
}
.form-box .ff-el-group {
  margin-bottom: 0 !important;
}
.form-box .ff-el-input--label {
  margin-bottom: 6px;
}
.form-box .ff-el-input--label label {
  display: block;
  font-size: 13px;
  color: #d4d4d8;
  margin-bottom: 0;
  font-weight: 500;
}
.form-box .ff-el-form-control {
  width: 100% !important;
  box-sizing: border-box;
  padding: 12px 14px !important;
  background: #0a0a0f !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 8px !important;
  color: #f1f5f9 !important;
  font-size: 14px !important;
  font-family: 'Space Grotesk', sans-serif !important;
  margin-bottom: 0 !important;
  min-height: 44px;
  line-height: 1.4;
}
.form-box .ff-el-form-control:focus {
  outline: none !important;
  border-color: #22d3ee !important;
  box-shadow: 0 0 0 2px rgba(34,211,238,.12) !important;
}
.form-box select.ff-el-form-control {
  appearance: none;
  -webkit-appearance: none;
  background-color: #0a0a0f !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2322d3ee' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  padding-right: 40px !important;
  cursor: pointer;
}
.form-box select.ff-el-form-control option {
  background: #111119;
  color: #f1f5f9;
}
.form-box .ff_submit_btn_wrapper {
  width: 100%;
  margin-top: 4px;
}
.form-box .ff-btn-submit,
.form-box .wpf_has_custom_css.ff-btn-submit {
  width: 100% !important;
  min-width: 100% !important;
  background: #22d3ee !important;
  border: 1px solid #22d3ee !important;
  color: #0a0a0f !important;
  padding: 14px 16px !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  cursor: pointer;
  transition: all .2s;
  font-family: 'Space Grotesk', sans-serif !important;
}
.form-box .ff-btn-submit:hover,
.form-box .wpf_has_custom_css.ff-btn-submit:hover {
  background: #06b6d4 !important;
  border-color: #06b6d4 !important;
  color: #0a0a0f !important;
  box-shadow: 0 6px 20px rgba(34,211,238,.15);
}
.form-box form.fluent_form_2 style {
  display: none !important;
}
.form-box .ff-errors-in-stack {
  margin-top: 8px;
  font-size: 13px;
  color: #ef4444;
}

/* ── Section defaults ── */
.landing section { padding: 48px 0; }
.section-label {
  color: #22d3ee;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
  text-align: center;
}
.section-title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: center;
  color: #f1f5f9;
}
.section-sub {
  color: #d4d4d8;
  text-align: center;
  font-size: 14px;
  max-width: 580px;
  margin: 0 auto 24px;
  line-height: 1.6;
}

/* ── 3 Pillars ── */
.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.pillar {
  background: #111119;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  transition: border-color .2s;
}
.pillar:hover { border-color: rgba(34,211,238,.15); }
.pillar .ico { font-size: 30px; margin-bottom: 6px; }
.pillar h3 {
  font-size: 15px;
  margin-bottom: 4px;
  color: #f1f5f9;
}
.pillar p {
  font-size: 13px;
  color: #d4d4d8;
  line-height: 1.55;
}
.pillar .price {
  font-size: 13px;
  color: #22d3ee;
  font-weight: 600;
  margin-top: 6px;
  font-family: 'Space Mono', monospace;
}

/* ── Ancrage ── */
.ancrage-box {
  background: linear-gradient(135deg, #111119 0%, #0a1a1f 100%);
  border: 1px solid rgba(34,211,238,.15);
  border-radius: 14px;
  padding: 24px;
  max-width: 620px;
  margin: 0 auto;
}
.ancrage-box .vs-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 14px;
  align-items: center;
}
.ancrage-box .vs-item { text-align: center; }
.ancrage-box .vs-item .label {
  color: #a1a1aa;
  font-size: 12px;
  margin-bottom: 2px;
}
.ancrage-box .vs-item .amount { font-size: 22px; font-weight: 700; }
.ancrage-box .vs-item .amount.red { color: #ef4444; }
.ancrage-box .vs-item .amount.cyan { color: #22d3ee; }
.ancrage-box .vs-badge {
  background: rgba(34,211,238,.1);
  color: #22d3ee;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 20px;
  border: 1px solid rgba(34,211,238,.2);
}

/* ── Testimonial ── */
.testi {
  background: #111119;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 14px;
  padding: 20px;
  max-width: 580px;
  margin: 0 auto;
}
.testi .quote {
  color: #cbd5e1;
  font-size: 15px;
  line-height: 1.65;
  font-style: italic;
  margin-bottom: 10px;
}
.testi .quote::before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #22d3ee;
  margin-bottom: 10px;
}
.testi .author {
  font-size: 13px;
  font-weight: 600;
  color: #f1f5f9;
}
.testi .author span { color: #d4d4d8; font-weight: 400; }

/* ── CTA Final ── */
.cta-final {
  text-align: center;
  padding: 56px 0 64px;
}
.cta-final h2 {
  font-size: clamp(22px, 3vw, 32px);
  margin-bottom: 6px;
  color: #f1f5f9;
}
.cta-final p {
  color: #d4d4d8;
  max-width: 460px;
  margin: 0 auto 20px;
  font-size: 14px;
}
.cta-final .btn-big {
  display: inline-block;
  background: #22d3ee;
  color: #0a0a0f;
  padding: 16px 38px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  transition: all .2s;
}
.cta-final .btn-big:hover {
  background: #06b6d4;
  box-shadow: 0 8px 25px rgba(34,211,238,.15);
  color: #0a0a0f;
}
.cta-final .trust {
  color: #d4d4d8;
  font-size: 13px;
  margin-top: 12px;
}
.cta-final .trust span { color: #22d3ee; }
.cta-final .no-cb {
  color: #d4d4d8;
  font-size: 13px;
  margin-top: 10px;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

/* ── Footer ── */
.landing-footer {
  padding: 28px 0 36px;
  border-top: 1px solid rgba(255,255,255,.05);
  text-align: center;
  font-size: 12px;
  color: #a1a1aa;
}
.landing-footer .links a {
  color: #a1a1aa;
  text-decoration: none;
  margin: 0 7px;
  transition: color .2s;
}
.landing-footer .links a:hover { color: #22d3ee; }

/* ── Layout wrappers ── */
.landing-wrap {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 20px;
}
.landing-wide {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.landing-hr {
  max-width: 1100px;
  margin: 0 auto;
  border: none;
  border-top: 1px solid rgba(255,255,255,.03);
}

/* ── Mobile ── */
@media (max-width: 768px) {
  .landing-hero .row2 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .page-id-1354 .landing-hero {
    margin-top: -40px;
  }
  .landing-hero {
    padding: 0 0 32px;
    min-height: auto;
  }
  .landing-wide,
  .landing-wrap {
    padding: 0 16px;
  }
  .pillars { grid-template-columns: 1fr; gap: 10px; }
  .landing section { padding: 32px 0; }
  .form-box { padding: 20px; }
  .form-box .ff-t-container.ff-column-container {
    grid-template-columns: 1fr;
  }
  .form-box .ff-t-cell.ff-t-column-1,
  .form-box .ff-t-cell.ff-t-column-2,
  .form-box .ff-t-cell.ff-t-column-3,
  .form-box .ff-t-cell.ff-t-column-4,
  .form-box .ff-t-cell.ff-t-column-5,
  .form-box .ff-t-cell.ff-t-column-6 {
    grid-column: 1 / -1;
  }
  .form-box-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .form-box .slot {
    white-space: normal;
    width: 100%;
    text-align: center;
  }
  .landing-hero .left-col .vsl-encart {
    margin-top: 20px;
  }
  .fuite-item .desc p { font-size: 13px; line-height: 1.25; }
  .ancrage-box .vs-grid { grid-template-columns: 1fr; gap: 10px; }
  .cta-final { padding: 40px 0 48px; }
  .landing-footer { padding: 24px 0 28px; }
}

/* ── FluentForm overrides (hero diagnostic) ── */
.landing .form-box .fluentform_wrapper_2,
.landing .form-box .frm-fluent-form {
  width: 100% !important;
  max-width: 100% !important;
}

.landing .form-box .ff-t-container.ff-column-container {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px 16px !important;
  width: 100% !important;
}

.landing .form-box .ff-t-cell {
  flex-basis: auto !important;
  width: 100% !important;
  min-width: 0 !important;
}

/* Email, tel, select, submit — full width */
.landing .form-box .ff-t-column-3,
.landing .form-box .ff-t-column-4,
.landing .form-box .ff-t-column-5,
.landing .form-box .ff-t-column-6,
.landing .form-box .ff_submit_btn_wrapper,
.landing .form-box .ff-el-group.ff_submit_btn_wrapper {
  grid-column: 1 / -1 !important;
}

.landing .form-box .ff-el-form-control,
.landing .form-box select.ff-el-form-control,
.landing .form-box textarea.ff-el-form-control {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  padding: 12px 14px !important;
  background: #0a0a0f !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 8px !important;
  color: #f1f5f9 !important;
  font-size: 14px !important;
  font-family: 'Space Grotesk', system-ui, sans-serif !important;
}

.landing .form-box .ff-el-form-control:focus,
.landing .form-box select.ff-el-form-control:focus {
  outline: none !important;
  border-color: #22d3ee !important;
  box-shadow: 0 0 0 2px rgba(34, 211, 238, 0.12) !important;
}

.landing .form-box .ff-el-input--label label {
  color: #d4d4d8 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  margin-bottom: 4px !important;
}

.landing .form-box .ff-el-group {
  margin-bottom: 0 !important;
}

.landing .form-box .ff-btn-submit,
.landing .form-box button.ff-btn-submit {
  width: 100% !important;
  background: #22d3ee !important;
  color: #0a0a0f !important;
  padding: 14px 16px !important;
  border: none !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  cursor: pointer !important;
  transition: background 0.2s, box-shadow 0.2s !important;
}

.landing .form-box .ff-btn-submit:hover {
  background: #06b6d4 !important;
  box-shadow: 0 6px 20px rgba(34, 211, 238, 0.15) !important;
}

.landing .form-box .ff-message-success {
  background: rgba(34, 211, 238, 0.08) !important;
  border: 1px solid rgba(34, 211, 238, 0.2) !important;
  color: #22d3ee !important;
  border-radius: 8px !important;
}

/* CTA final — single scroll path */
.landing .cta-final .btn-big {
  scroll-margin-top: 80px;
}

@media (max-width: 768px) {
  .landing .form-box .ff-t-container.ff-column-container {
    grid-template-columns: 1fr !important;
  }
}

/* ── FluentForm landing overrides ── */
.form-box .fluentform .ff-t-container,
.form-box .ff-t-container {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
}
.form-box .ff-t-cell {
  flex: 1 1 100% !important;
  flex-basis: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}
.form-box .ff-el-group {
  margin-bottom: 12px !important;
}
.form-box .ff-el-input--label label {
  display: block;
  font-size: 13px;
  color: #d4d4d8;
  margin-bottom: 4px;
  font-weight: 500;
}
.form-box .ff-el-form-control,
.form-box .ff-el-form-control[type="text"],
.form-box .ff-el-form-control[type="email"],
.form-box .ff-el-form-control[type="tel"],
.form-box select.ff-el-form-control,
.form-box textarea.ff-el-form-control {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  padding: 10px 14px;
  background: #0a0a0f;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  color: #f1f5f9;
  font-size: 14px;
  font-family: 'Space Grotesk', sans-serif;
}
.form-box .ff-el-form-control:focus {
  outline: none;
  border-color: #22d3ee;
}
.form-box .ff-btn-submit,
.form-box button.ff-btn-submit {
  width: 100% !important;
  background: #22d3ee !important;
  color: #0a0a0f !important;
  padding: 14px !important;
  border: none !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  cursor: pointer;
  transition: all .2s;
}
.form-box .ff-btn-submit:hover {
  background: #06b6d4 !important;
  box-shadow: 0 6px 20px rgba(34,211,238,.15);
}
.form-box .ff-message-success {
  color: #22d3ee;
  font-size: 14px;
}

/* v2 — stack all FluentForm fields full width (override grid 2-col) */
.landing .form-box .ff-t-container.ff-column-container,
.form-box .ff-t-container.ff-column-container {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}
.landing .form-box .ff-t-cell,
.form-box .ff-t-cell {
  flex: 1 1 100% !important;
  flex-basis: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  grid-column: 1 / -1 !important;
}

/* ── Cal.com inline embed (dark funnel) ── */
#landing-cal-booking {
  scroll-margin-top: 24px;
}
.cal-inline-embed,
#cal-inline-hero {
  min-height: 420px;
  border-radius: 10px;
  overflow: hidden;
  background: #111119;
  border: 1px solid rgba(34, 211, 238, 0.12);
}
.cal-inline-embed iframe,
#cal-inline-hero iframe {
  width: 100% !important;
  min-height: 420px;
  border: none !important;
  border-radius: 10px;
  background: #111119;
}
.form-box .cal-inline-embed {
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .cal-inline-embed,
  #cal-inline-hero {
    min-height: 480px;
  }
}


/* ── Proposal E — La vraie question ── */
.prop-e { padding: 56px 0; }
.reco-grid {
  max-width: 720px;
  margin: 0 auto 28px;
}
.reco-item {
  background: #111119;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 10px;
  padding: 16px 18px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 10px;
  transition: border-color .2s;
}
.reco-item:last-child { margin-bottom: 0; }
.reco-item:hover { border-color: rgba(34,211,238,.12); }
.reco-item .reco-num {
  font-family: 'Space Mono', monospace;
  font-size: 13px;
  font-weight: 700;
  color: #22d3ee;
  min-width: 28px;
  padding-top: 2px;
  flex-shrink: 0;
}
.reco-item .desc h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #f1f5f9;
  line-height: 1.2;
}
.reco-item .desc p {
  color: #e8e8e8;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}
.reframe {
  max-width: 620px;
  margin: 32px auto 40px;
  text-align: center;
  color: #cbd5e1;
  font-size: 15px;
  line-height: 1.65;
  padding: 20px 24px;
  background: rgba(34,211,238,.04);
  border: 1px solid rgba(34,211,238,.1);
  border-radius: 12px;
}
.prop-e-pillars-label { margin-top: 8px; }
.prop-e-pillars-title {
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 700;
  text-align: center;
  color: #f1f5f9;
  margin: 0 auto 20px;
  line-height: 1.25;
}
.ancrage-prose {
  max-width: 620px;
  margin: 32px auto 0;
  padding: 24px;
  background: linear-gradient(135deg, #111119 0%, #0a1a1f 100%);
  border: 1px solid rgba(34,211,238,.15);
  border-radius: 14px;
  text-align: center;
}
.ancrage-prose p {
  color: #cbd5e1;
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}
.ancrage-prose strong.red { color: #ef4444; font-weight: 700; }
.ancrage-prose strong.cyan { color: #22d3ee; font-weight: 700; }
.prop-e-closing {
  max-width: 520px;
  margin: 28px auto 0;
  text-align: center;
}
.prop-e-closing > p:first-child {
  color: #d4d4d8;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.prop-e-closing .btn-micro {
  display: inline-block;
  background: rgba(34,211,238,.1);
  color: #22d3ee;
  padding: 12px 24px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid rgba(34,211,238,.25);
  transition: all .2s;
}
.prop-e-closing .btn-micro:hover {
  background: #22d3ee;
  color: #0a0a0f;
  border-color: #22d3ee;
}
.prop-e-micro {
  color: #a1a1aa;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .prop-e { padding: 32px 0; }
  .reco-item { padding: 14px 16px; }
  .reco-item .desc h4 { font-size: 15px; }
  .reframe { padding: 16px 18px; font-size: 14px; margin: 24px auto 32px; }
  .ancrage-prose { padding: 20px; }
  .ancrage-prose p { font-size: 14px; }
}

/* ── VSL ready-to-film block ── */
/* ── Sticky CTA (mobile-first) ── */
.landing-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
  padding-right: 92px; /* clearance for DigiChat bubble (60px + 24px + gap) */
  background: rgba(10,10,15,.95);
  border-top: 1px solid rgba(34,211,238,.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.landing-sticky-cta[hidden] { display: none !important; }
.landing-sticky-cta .sticky-label {
  font-size: 13px;
  color: #cbd5e1;
  font-weight: 500;
}
.landing-sticky-cta .sticky-btn {
  background: #22d3ee;
  color: #0a0a0f;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}
.landing-sticky-cta .sticky-btn:hover { background: #06b6d4; }

@media (min-width: 769px) {
  .landing-sticky-cta {
    max-width: 420px;
    left: auto;
    right: 100px; /* shift left of #digichat-bubble */
    padding-right: 16px; /* reset mobile chatbot clearance */
    bottom: 20px;
    border-radius: 12px;
    border: 1px solid rgba(34,211,238,.2);
  }
}

@media (max-width: 768px) {
  .landing-hero .left-col .vsl-encart { margin-top: 16px; }
}
