/* =============================================================
   DSGVO CHECK — Landing Page Styles
   Load after css/styles.css (inherits all CSS variables)
   ============================================================= */

/* ── Body override ──────────────────────────────────────── */
.lp-body {
  background: var(--color-primary);
  color: var(--color-white);
}

/* ── Minimal sticky header ──────────────────────────────── */
.lp-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(20, 15, 62, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--color-secondary-border);
  padding: 0.85rem 0;
}

.lp-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.lp-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.lp-logo img {
  height: 34px;
  width: auto;
  display: block;
}

.lp-trust-bar {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: rgba(172, 162, 207, 0.7);
}

.lp-trust-bar span {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.lp-trust-bar .tick {
  color: #4ade80;
  font-size: 0.85rem;
}

@media (max-width: 640px) {
  .lp-trust-bar { display: none; }
}

/* ── Container util ─────────────────────────────────────── */
.lp-container {
  max-width: var(--container-max, 1240px);
  margin: 0 auto;
  padding: 0 var(--space-md);
}

/* ── Section shared ─────────────────────────────────────── */
.lp-section {
  padding: 4.5rem 0;
}

.lp-divider {
  border: none;
  border-top: 1px solid var(--color-secondary-border);
  margin: 0;
}

.section-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-secondary);
  background: rgba(172, 162, 207, 0.08);
  border: 1px solid var(--color-secondary-border);
  border-radius: var(--radius-full, 9999px);
  padding: 0.3rem 0.85rem;
  margin-bottom: 1.25rem;
}

.lp-h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  color: var(--color-white);
  line-height: 1.13;
  margin-bottom: 0;
  letter-spacing: -0.01em;
}

.lp-lead {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.75rem;
}

/* ── Hero ───────────────────────────────────────────────── */
.lp-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0 clamp(3rem, 5vw, 4.5rem);
}

/* Gradient orbs */
.lp-hero::before {
  content: '';
  position: absolute;
  top: -180px;
  right: -80px;
  width: 650px;
  height: 650px;
  background: radial-gradient(ellipse at center,
    rgba(172, 162, 207, 0.13) 0%,
    transparent 65%);
  pointer-events: none;
  z-index: 0;
}

.lp-hero::after {
  content: '';
  position: absolute;
  bottom: -200px;
  left: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(ellipse at center,
    rgba(172, 162, 207, 0.07) 0%,
    transparent 65%);
  pointer-events: none;
  z-index: 0;
}

/* Diagonal geometric accent (logo motif) */
.hero-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 340px;
  height: 340px;
  opacity: 0.06;
  pointer-events: none;
  z-index: 0;
}

.lp-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 4rem;
  align-items: start;
}

.lp-hero-copy {
  padding-top: 0.5rem;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-secondary);
  background: rgba(172, 162, 207, 0.1);
  border: 1px solid rgba(172, 162, 207, 0.25);
  border-radius: var(--radius-full, 9999px);
  padding: 0.35rem 0.9rem;
  margin-bottom: 1.5rem;
}

.lp-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  line-height: 1.08;
  color: var(--color-white);
  margin: 0 0 1.2rem;
  letter-spacing: -0.015em;
  max-width: 580px;
}

.lp-hero h1 em {
  font-style: normal;
  color: var(--color-secondary);
}

.hero-lead {
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.68);
  margin: 0 0 2rem;
  max-width: 520px;
}

.hero-checks {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.hero-checks li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.4;
}

.hero-checks li::before {
  content: '';
  display: inline-flex;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(172, 162, 207, 0.12);
  border: 1.5px solid rgba(172, 162, 207, 0.4);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 9'%3E%3Cpath d='M1 4l3.5 3.5L11 1' stroke='%23ACA2CF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}

.hero-trust {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.35);
  padding-top: 1.25rem;
  border-top: 1px solid rgba(172, 162, 207, 0.12);
  line-height: 1.5;
}

/* Mobile CTA (hidden on desktop since form is in hero) */
.hero-mobile-cta {
  display: none;
  margin-bottom: 1.5rem;
}

/* ── Form card ──────────────────────────────────────────── */
.form-card {
  background: #ffffff;
  border-radius: var(--radius-lg, 24px);
  padding: 2rem 1.75rem;
  box-shadow:
    0 2px 0 rgba(172, 162, 207, 0.4),
    0 24px 64px rgba(0, 0, 0, 0.3),
    0 8px 24px rgba(0, 0, 0, 0.15);
  position: relative;
}

.form-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(172, 162, 207, 0.25) 0%, transparent 40%);
  pointer-events: none;
  z-index: 0;
}

.form-card > * {
  position: relative;
  z-index: 1;
}

.form-card-title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--color-primary);
  line-height: 1.15;
  margin: 0 0 0.3rem;
}

.form-card-sub {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: rgba(20, 15, 62, 0.45);
  margin: 0 0 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.form-card-sub .dot {
  opacity: 0.35;
}

/* ── Form inputs (scoped to .lp-form) ──────────────────── */
.lp-form .form-row {
  margin-bottom: 0.85rem;
}

.lp-form .form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.lp-form label {
  display: block;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: rgba(20, 15, 62, 0.5);
  margin-bottom: 0.3rem;
}

.lp-form input[type="text"],
.lp-form input[type="email"],
.lp-form input[type="url"],
.lp-form input[type="tel"],
.lp-form textarea {
  width: 100%;
  box-sizing: border-box;
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: var(--color-primary);
  background: rgba(20, 15, 62, 0.03);
  border: 1.5px solid rgba(20, 15, 62, 0.14);
  border-radius: var(--radius-sm, 8px);
  padding: 0.6rem 0.8rem;
  outline: none;
  transition:
    border-color 150ms ease,
    box-shadow 150ms ease,
    background 150ms ease;
  resize: vertical;
}

.lp-form input:focus,
.lp-form textarea:focus {
  border-color: var(--color-primary);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(20, 15, 62, 0.08);
}

.lp-form input.field-error,
.lp-form textarea.field-error {
  border-color: #dc2626;
  background: rgba(220, 38, 38, 0.03);
}

.lp-form input::placeholder,
.lp-form textarea::placeholder {
  color: rgba(20, 15, 62, 0.28);
}

/* Visually hidden honeypot */
.lp-form .hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
  tab-size: 0;
}

/* Checkbox consent */
.form-consent {
  margin: 1.1rem 0 1.25rem;
}

.checkbox-wrap {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  cursor: pointer;
}

.checkbox-wrap input[type="checkbox"] {
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: var(--color-primary);
  cursor: pointer;
}

.checkbox-wrap span {
  font-family: var(--font-body);
  font-size: 0.75rem;
  line-height: 1.55;
  color: rgba(20, 15, 62, 0.6);
}

.checkbox-wrap a {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.checkbox-wrap.field-error span {
  color: #dc2626;
}

/* Submit button */
.btn-form-submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--color-white);
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
  border-radius: var(--radius-sm, 8px);
  padding: 0.875rem 1.5rem;
  cursor: pointer;
  transition:
    background 150ms ease,
    transform 150ms ease,
    box-shadow 150ms ease;
  position: relative;
  overflow: hidden;
}

.btn-form-submit::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, transparent 60%);
}

.btn-form-submit:hover:not(:disabled) {
  background: #0d0a28;
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(20, 15, 62, 0.35);
}

.btn-form-submit:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: none;
}

.btn-form-submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.btn-form-submit .btn-icon {
  display: inline-block;
  transition: transform 150ms ease;
}

.btn-form-submit:hover:not(:disabled) .btn-icon {
  transform: translateX(3px);
}

.form-bottom-note {
  font-family: var(--font-body);
  font-size: 0.7rem;
  color: rgba(20, 15, 62, 0.38);
  text-align: center;
  margin-top: 0.75rem;
  line-height: 1.5;
}

/* Form error banner */
.form-error-banner {
  display: none;
  background: rgba(220, 38, 38, 0.08);
  border: 1px solid rgba(220, 38, 38, 0.25);
  border-radius: var(--radius-sm, 8px);
  padding: 0.75rem 1rem;
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: #f87171;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.form-error-banner.visible {
  display: block;
}

/* Success state */
.form-success-state {
  text-align: center;
  padding: 2.5rem 1.25rem;
}

.form-success-icon {
  width: 64px;
  height: 64px;
  background: rgba(74, 222, 128, 0.12);
  border: 2px solid rgba(74, 222, 128, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 1.6rem;
  color: #4ade80;
}

.form-success-state h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--color-primary);
  margin: 0 0 0.5rem;
}

.form-success-state p {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: rgba(20, 15, 62, 0.6);
  line-height: 1.65;
}

/* Page-level success (for ?success=1 fallback) */
.page-success-banner {
  display: none;
  background: rgba(74, 222, 128, 0.1);
  border: 1px solid rgba(74, 222, 128, 0.3);
  border-radius: var(--radius-md, 16px);
  padding: 1.5rem 2rem;
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: #4ade80;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.page-success-banner.visible {
  display: block;
}

/* ── Why section ────────────────────────────────────────── */
.why-section {
  background: linear-gradient(180deg, rgba(172,162,207,0.07) 0%, rgba(172,162,207,0.03) 100%);
  padding: 4.5rem 0;
}

.why-section .section-header {
  margin-bottom: 2.5rem;
}

.risk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.risk-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--color-secondary-border);
  border-radius: var(--radius-md, 16px);
  padding: 1.75rem 1.5rem;
  position: relative;
  overflow: hidden;
  transition:
    transform var(--transition-base, 280ms ease),
    border-color var(--transition-base, 280ms ease),
    background var(--transition-base, 280ms ease);
}

.risk-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(172,162,207,0.7) 0%, rgba(172,162,207,0.15) 100%);
}

.risk-card:hover {
  transform: translateY(-4px);
  border-color: rgba(172, 162, 207, 0.35);
  background: rgba(255, 255, 255, 0.06);
}

.risk-stat {
  font-family: var(--font-display);
  font-size: 2.4rem;
  color: var(--color-secondary);
  line-height: 1;
  margin-bottom: 0.6rem;
  display: block;
  letter-spacing: -0.02em;
}

.risk-card h3 {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-white);
  margin: 0 0 0.7rem;
  line-height: 1.35;
}

.risk-card p {
  font-family: var(--font-body);
  font-size: 0.845rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.68;
  margin: 0;
}

/* ── How it works ───────────────────────────────────────── */
.how-section {
  padding: 4.5rem 0;
  background: var(--color-primary);
}

.how-section .section-header {
  margin-bottom: 3rem;
}

.steps-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

.steps-track::before {
  content: '';
  position: absolute;
  top: 27px;
  left: calc(12.5% + 28px);
  right: calc(12.5% + 28px);
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(172,162,207,0.35) 10%,
    rgba(172,162,207,0.35) 90%,
    transparent
  );
  z-index: 0;
}

.step-item {
  text-align: center;
  position: relative;
}

.step-num {
  width: 56px;
  height: 56px;
  background: var(--color-primary);
  border: 1.5px solid rgba(172, 162, 207, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--color-secondary);
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, #1a1452 0%, var(--color-primary) 100%);
  box-shadow: 0 0 0 4px rgba(172, 162, 207, 0.06);
  transition: box-shadow var(--transition-base, 280ms ease), border-color var(--transition-base, 280ms ease);
}

.step-item:hover .step-num {
  border-color: var(--color-secondary);
  box-shadow: 0 0 0 8px rgba(172, 162, 207, 0.08);
}

.step-item strong {
  display: block;
  font-family: var(--font-body);
  font-size: 0.87rem;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.step-item p {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.65;
  margin: 0;
}

/* ── Checklist section ──────────────────────────────────── */
.checklist-section {
  padding: 4.5rem 0;
  background: rgba(172, 162, 207, 0.04);
}

.checklist-section .section-header {
  margin-bottom: 2.5rem;
}

.checklist-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 3rem;
}

.checklist-col {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.checklist-col li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-family: var(--font-body);
  font-size: 0.855rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  padding: 0.65rem 0.85rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(172, 162, 207, 0.1);
  border-radius: var(--radius-sm, 8px);
  transition:
    background var(--transition-fast, 150ms ease),
    border-color var(--transition-fast, 150ms ease),
    color var(--transition-fast, 150ms ease);
}

.checklist-col li:hover {
  background: rgba(172, 162, 207, 0.08);
  border-color: rgba(172, 162, 207, 0.2);
  color: rgba(255, 255, 255, 0.9);
}

.checklist-col li::before {
  content: '';
  display: inline-flex;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='7' stroke='%23ACA2CF' stroke-width='1.2' fill='none' stroke-opacity='0.5'/%3E%3Cpath d='M4.5 8l2.5 2.5 4.5-4.5' stroke='%23ACA2CF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

/* ── Expertise / Trust section (replaces founders) ──────── */
.expertise-section {
  padding: 4.5rem 0;
  background: var(--color-primary);
}

.expertise-section .section-header {
  margin-bottom: 2.5rem;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.expertise-card {
  padding: 2rem 1.75rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--color-secondary-border);
  border-radius: var(--radius-md, 16px);
  position: relative;
  overflow: hidden;
  transition:
    transform var(--transition-base, 280ms ease),
    border-color var(--transition-base, 280ms ease),
    background var(--transition-base, 280ms ease);
}

.expertise-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(172,162,207,0.6) 0%, transparent 100%);
}

.expertise-card:hover {
  transform: translateY(-3px);
  border-color: rgba(172, 162, 207, 0.3);
  background: rgba(255, 255, 255, 0.05);
}

.expertise-icon {
  width: 44px;
  height: 44px;
  background: rgba(172, 162, 207, 0.1);
  border: 1px solid rgba(172, 162, 207, 0.2);
  border-radius: var(--radius-sm, 8px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 1.1rem;
}

.expertise-card h3 {
  font-family: var(--font-body);
  font-size: 0.97rem;
  font-weight: 700;
  color: var(--color-white);
  margin: 0 0 0.6rem;
  line-height: 1.3;
}

.expertise-card p {
  font-family: var(--font-body);
  font-size: 0.845rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.68;
  margin: 0;
}

/* ── FAQ ─────────────────────────────────────────────────── */
.faq-section {
  padding: 4.5rem 0;
  background: rgba(172, 162, 207, 0.04);
}

.faq-section .section-header {
  margin-bottom: 2.5rem;
}

.faq-list {
  max-width: 780px;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.faq-list details {
  border: 1px solid var(--color-secondary-border);
  border-radius: var(--radius-md, 16px);
  overflow: hidden;
  transition: border-color var(--transition-base, 280ms ease);
}

.faq-list details[open] {
  border-color: rgba(172, 162, 207, 0.35);
}

.faq-list summary {
  font-family: var(--font-body);
  font-size: 0.925rem;
  font-weight: 700;
  color: var(--color-white);
  padding: 1.15rem 1.4rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  user-select: none;
  transition: background var(--transition-fast, 150ms ease);
}

.faq-list summary:hover {
  background: rgba(172, 162, 207, 0.05);
}

.faq-list summary::-webkit-details-marker,
.faq-list summary::marker {
  display: none;
  content: '';
}

.faq-chevron {
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5l5 5 5-5' stroke='%23ACA2CF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform var(--transition-base, 280ms ease);
  flex-shrink: 0;
}

.faq-list details[open] .faq-chevron {
  transform: rotate(180deg);
}

.faq-body {
  padding: 0 1.4rem 1.25rem;
  font-family: var(--font-body);
  font-size: 0.865rem;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.72;
}

.faq-body a {
  color: var(--color-secondary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ── Standalone form section (below fold) ───────────────── */
.standalone-form-section {
  padding: 4.5rem 0;
  background: var(--color-primary);
}

.standalone-form-inner {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 4rem;
  align-items: start;
}

.standalone-form-copy {
  padding-top: 0.5rem;
}

.standalone-form-copy .lp-h2 {
  margin-bottom: 1rem;
}

.standalone-form-copy .lp-lead {
  margin-bottom: 1.75rem;
}

.standalone-form-reasons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.standalone-form-reasons li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.5;
}

.standalone-form-reasons li::before {
  content: '✓';
  color: var(--color-secondary);
  font-weight: 700;
  font-size: 0.85rem;
  margin-top: 1px;
  flex-shrink: 0;
}

@media (max-width: 860px) {
  .standalone-form-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* ── Final CTA ──────────────────────────────────────────── */
.final-cta-section {
  padding: var(--space-lg, 4rem) 0;
  text-align: center;
  background: linear-gradient(180deg, var(--color-primary) 0%, #0b0828 100%);
  border-top: 1px solid var(--color-secondary-border);
}

.final-cta-section h2 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  color: var(--color-white);
  margin: 0 0 1.75rem;
}

.btn-cta-final {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--color-primary);
  background: var(--color-secondary);
  border: 2px solid var(--color-secondary);
  border-radius: var(--radius-sm, 8px);
  padding: 0.875rem 2.25rem;
  text-decoration: none;
  transition:
    background var(--transition-fast, 150ms ease),
    border-color var(--transition-fast, 150ms ease),
    transform var(--transition-fast, 150ms ease),
    box-shadow var(--transition-fast, 150ms ease);
}

.btn-cta-final:hover {
  background: #fff;
  border-color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(172, 162, 207, 0.25);
}

.cta-phone {
  margin-top: 1rem;
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.38);
}

.cta-phone a {
  color: var(--color-secondary);
  text-decoration: none;
  font-weight: 600;
  transition: color var(--transition-fast, 150ms ease);
}

.cta-phone a:hover {
  color: var(--color-white);
}

/* ── Minimal footer ─────────────────────────────────────── */
.lp-footer {
  background: #0b0828;
  border-top: 1px solid rgba(172, 162, 207, 0.08);
  padding: 1.25rem 0;
}

.lp-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.lp-footer-copy {
  font-family: var(--font-body);
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.25);
  margin: 0;
}

.lp-footer-links {
  display: flex;
  gap: 1.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-footer-links a {
  font-family: var(--font-body);
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  transition: color var(--transition-fast, 150ms ease);
}

.lp-footer-links a:hover {
  color: var(--color-secondary);
}

/* ── Scroll reveal ──────────────────────────────────────── */
.fade-up {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.55s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1)),
    transform 0.55s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1));
}

.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fd1 { transition-delay: 0.08s; }
.fd2 { transition-delay: 0.16s; }
.fd3 { transition-delay: 0.24s; }
.fd4 { transition-delay: 0.32s; }
.fd5 { transition-delay: 0.40s; }

@media (prefers-reduced-motion: reduce) {
  .fade-up {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .lp-hero::before,
  .lp-hero::after { display: none; }
}

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 1060px) {
  .lp-hero-inner {
    grid-template-columns: 1fr 400px;
    gap: 3rem;
  }
}

@media (max-width: 860px) {
  .lp-hero-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .form-card {
    max-width: 520px;
  }

  .hero-mobile-cta {
    display: block;
  }

  .risk-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
  }

  .steps-track {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
  }

  .steps-track::before {
    display: none;
  }

  .expertise-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
  }

  .checklist-grid {
    gap: 0.75rem 2rem;
  }
}

@media (max-width: 640px) {
  .lp-hero,
  .why-section,
  .how-section,
  .checklist-section,
  .expertise-section,
  .faq-section,
  .standalone-form-section {
    padding: 3rem 0;
  }

  .steps-track {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .checklist-grid {
    grid-template-columns: 1fr;
  }

  .lp-footer .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .lp-form .form-row-2 {
    grid-template-columns: 1fr;
  }
}
