/* PikScan · Ads landing v2 — pro, symmetrical, conversion-first */

.lp2 {
  --lp2-font: "DM Sans", system-ui, -apple-system, sans-serif;
  --lp2-display: "Sora", "DM Sans", system-ui, sans-serif;
  --lp2-ink: #0c1222;
  --lp2-muted: #5b657a;
  --lp2-brand: #0f49ba;
  --lp2-brand-deep: #0a3285;
  --lp2-cyan: #00a8e0;
  --lp2-green: #0d9f6e;
  --lp2-green-deep: #067a54;
  --lp2-surface: #f5f7fb;
  --lp2-surface-2: #eef2f8;
  --lp2-white: #ffffff;
  --lp2-line: rgba(12, 18, 34, 0.1);
  --lp2-radius: 0.625rem;
  --lp2-radius-lg: 1rem;
  --lp2-wrap: min(44rem, 100% - 2rem);
  --lp2-wrap-wide: min(56rem, 100% - 2rem);
  --lp2-header: 3.5rem;
  --lp2-sticky: 4.5rem;
  --lp2-ease: cubic-bezier(0.22, 1, 0.36, 1);

  margin: 0;
  font-family: var(--lp2-font);
  color: var(--lp2-ink);
  background: var(--lp2-surface);
  -webkit-font-smoothing: antialiased;
  padding-bottom: calc(var(--lp2-sticky) + env(safe-area-inset-bottom));
}

.lp2 *,
.lp2 *::before,
.lp2 *::after {
  box-sizing: border-box;
}

.lp2 a:not(.lp2-btn) {
  color: inherit;
}

.lp2-wrap {
  width: var(--lp2-wrap);
  margin-inline: auto;
}

.lp2-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Motion */
@keyframes lp2-rise {
  from { opacity: 0; transform: translateY(0.85rem); }
  to { opacity: 1; transform: translateY(0); }
}

.lp2-reveal {
  opacity: 0;
  animation: lp2-rise 0.7s var(--lp2-ease) forwards;
}

.lp2-reveal--2 { animation-delay: 0.08s; }
.lp2-reveal--3 { animation-delay: 0.16s; }
.lp2-reveal--4 { animation-delay: 0.24s; }
.lp2-reveal--5 { animation-delay: 0.32s; }

@media (prefers-reduced-motion: reduce) {
  .lp2-reveal { opacity: 1; animation: none; }
}

/* Header */
.lp2-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--lp2-header);
  background: rgba(12, 18, 34, 0.72);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lp2-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: var(--lp2-wrap-wide);
  margin-inline: auto;
}

.lp2-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #fff;
  font-family: var(--lp2-display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
}

.lp2-logo img {
  border-radius: 7px;
}

/* Buttons */
.lp2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.7rem 1.15rem;
  border-radius: var(--lp2-radius);
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 650;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.18s var(--lp2-ease), background 0.18s, box-shadow 0.18s;
  white-space: nowrap;
}

.lp2-btn:hover {
  transform: translateY(-1px);
}

.lp2-btn--sm {
  padding: 0.62rem 1.15rem;
  font-size: 0.9rem;
  min-height: 2.55rem;
}

/* Header Download free + bandeau Get free */
.lp2-header .lp2-btn--sm,
.lp2-strip .lp2-btn--sm {
  padding: 0.7rem 1.35rem;
  font-size: 0.95rem;
  font-weight: 700;
  min-height: 2.75rem;
  border-radius: 0.7rem;
}

.lp2-btn--block {
  width: 100%;
}

/* Tous les CTA : texte blanc */
.lp2-btn {
  color: #fff;
}

.lp2-btn strong,
.lp2-btn small,
.lp2-btn span,
.lp2-btn svg {
  color: inherit;
}

/* CTA Free / Download = vert conversion, texte blanc */
a.lp2-btn--accent,
a.lp2-btn--free,
.lp2-btn--accent,
.lp2-btn--free {
  background: var(--lp2-green);
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  box-shadow: 0 8px 24px -10px rgba(6, 122, 84, 0.55);
}

a.lp2-btn--accent:hover,
a.lp2-btn--free:hover,
.lp2-btn--accent:hover,
.lp2-btn--free:hover {
  background: var(--lp2-green-deep);
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}

/* CTA Pro = bleu marque */
.lp2-btn--dark,
.lp2-btn--primary {
  background: var(--lp2-brand);
  color: #fff;
  box-shadow: 0 8px 24px -12px rgba(15, 73, 186, 0.45);
}

.lp2-btn--dark:hover,
.lp2-btn--primary:hover {
  background: var(--lp2-brand-deep);
  color: #fff;
}

/* Sur bandeau vert */
.lp2-btn--light {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-weight: 700;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  box-shadow: none;
}

.lp2-btn--light:hover {
  background: rgba(255, 255, 255, 0.24);
  color: #fff;
}

/* App Store (hero) = fond blanc, texte noir */
.lp2-btn--store {
  background: #fff;
  color: #111;
  padding: 0.85rem 1.2rem;
  border-radius: var(--lp2-radius-lg);
  box-shadow: 0 14px 40px -16px rgba(0, 0, 0, 0.45);
  text-align: left;
  max-width: min(100%, 22rem);
  gap: 0.75rem;
}

.lp2-btn--store:hover {
  background: #f7f8fa;
  color: #111;
}

.lp2-btn--store .lp2-btn__copy,
.lp2-btn--store .lp2-btn__copy strong {
  color: #111;
}

.lp2-btn--store .lp2-btn__copy small {
  color: #5b657a;
}

.lp2-btn--store svg {
  flex-shrink: 0;
  color: #111;
  fill: currentColor;
}

/* Variante finale sur fond sombre : aussi blanc / texte noir */
.lp2-btn--store-dark {
  background: #fff;
  color: #111;
}

.lp2-btn--store-dark .lp2-btn__copy,
.lp2-btn--store-dark .lp2-btn__copy strong {
  color: #111;
}

.lp2-btn--store-dark .lp2-btn__copy small {
  color: #5b657a;
}

.lp2-btn--store-dark svg {
  color: #111;
}

.lp2-btn__copy {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 0.4rem;
  line-height: 1.2;
}

.lp2-btn__copy strong {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.lp2-btn__copy small {
  font-size: 0.72rem;
  font-weight: 500;
}

/* Notice */
.lp2-notice {
  position: fixed;
  top: var(--lp2-header);
  left: 0;
  right: 0;
  z-index: 99;
  padding: 0.5rem 0;
  background: #9a3412;
  color: #fff;
  font-size: 0.84rem;
  text-align: center;
}

.lp2-notice p { margin: 0; }

.lp2-notice:not([hidden]) ~ main .lp2-hero {
  padding-top: calc(var(--lp2-header) + 2.25rem);
}

/* Hero */
.lp2-hero {
  position: relative;
  min-height: min(100svh, 44rem);
  display: flex;
  align-items: flex-end;
  padding: var(--lp2-header) 0 2.5rem;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

.lp2-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.lp2-hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
}

.lp2-hero__media video::-webkit-media-controls,
.lp2-hero__media video::-webkit-media-controls-enclosure,
.lp2-hero__media video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.lp2-hero__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 18, 34, 0.45) 0%, rgba(12, 18, 34, 0.35) 35%, rgba(12, 18, 34, 0.88) 100%),
    linear-gradient(90deg, rgba(12, 18, 34, 0.35) 0%, transparent 40%, transparent 60%, rgba(12, 18, 34, 0.25) 100%);
}

.lp2-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: var(--lp2-wrap);
  margin-inline: auto;
  padding-inline: 0;
}

.lp2-hero__brand {
  margin: 0 0 0.65rem;
  font-family: var(--lp2-display);
  font-size: clamp(2.5rem, 9vw, 3.75rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.95;
  background: linear-gradient(120deg, #fff 0%, #b8d4ff 55%, #7dd3fc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lp2-hero h1 {
  margin: 0 0 0.75rem;
  font-family: var(--lp2-display);
  font-size: clamp(1.35rem, 4.2vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.25;
  max-width: 18ch;
}

.lp2-hero__sub {
  margin: 0 0 1.35rem;
  font-size: 1.02rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
  max-width: 32rem;
}

.lp2-hero__proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin: 1rem 0 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.78);
}

.lp2-hero__proof strong { color: #fff; }

.lp2-stars {
  color: #fbbf24;
  letter-spacing: 0.04em;
}

/* Free strip */
.lp2-strip {
  background: linear-gradient(145deg, var(--lp2-green) 0%, var(--lp2-green-deep) 100%);
  color: #fff;
  padding: 1rem 0;
}

.lp2-strip__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  text-align: center;
}

.lp2-strip__label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.85;
}

.lp2-strip__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.15rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9rem;
}

.lp2-strip__items strong {
  font-weight: 750;
}

/* Blocks */
.lp2-block {
  padding: 2.5rem 0;
}

.lp2-block__head {
  text-align: center;
  max-width: 28rem;
  margin: 0 auto 1.5rem;
}

.lp2-eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lp2-brand);
}

.lp2-block__head h2 {
  margin: 0 0 0.5rem;
  font-family: var(--lp2-display);
  font-size: clamp(1.45rem, 3.5vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.lp2-block__head p {
  margin: 0;
  color: var(--lp2-muted);
  font-size: 1rem;
  line-height: 1.5;
}

/* Flow */
.lp2-flow {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

@media (min-width: 720px) {
  .lp2-flow {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

.lp2-flow li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 1.15rem 1.1rem;
  background: var(--lp2-white);
  border: 1px solid var(--lp2-line);
  border-radius: var(--lp2-radius-lg);
}

@media (min-width: 720px) {
  .lp2-flow li {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
    padding: 1.35rem 1.15rem;
  }
}

.lp2-flow__num {
  font-family: var(--lp2-display);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--lp2-brand);
  letter-spacing: -0.02em;
}

.lp2-flow h3 {
  margin: 0 0 0.3rem;
  font-family: var(--lp2-display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.lp2-flow p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--lp2-muted);
}

/* Quote */
.lp2-quote {
  padding: 0 0 2.25rem;
}

.lp2-quote blockquote {
  margin: 0;
  padding: 1.5rem 1.25rem;
  text-align: center;
  background: var(--lp2-white);
  border: 1px solid var(--lp2-line);
  border-radius: var(--lp2-radius-lg);
}

.lp2-quote .lp2-stars {
  display: block;
  margin-bottom: 0.65rem;
  font-size: 0.95rem;
}

.lp2-quote p {
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
  line-height: 1.5;
  letter-spacing: -0.015em;
}

.lp2-quote footer {
  font-size: 0.85rem;
  color: var(--lp2-muted);
  font-weight: 600;
}

/* Screenshots */
.lp2-shots {
  padding: 0 0 2.5rem;
}

.lp2-shots .lp2-wrap {
  width: var(--lp2-wrap-wide);
}

.lp2-shots__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  align-items: end;
}

.lp2-shots figure {
  margin: 0;
  text-align: center;
}

.lp2-shots img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  border: 1px solid var(--lp2-line);
  box-shadow: 0 16px 40px -24px rgba(12, 18, 34, 0.35);
  background: #111;
}

.lp2-shots figcaption {
  margin-top: 0.5rem;
  font-size: 0.78rem;
  font-weight: 650;
  color: var(--lp2-muted);
  letter-spacing: 0.02em;
}

@media (max-width: 559px) {
  .lp2-shots__grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.45rem;
  }

  .lp2-shots img {
    border-radius: 0.65rem;
  }
}

/* Pricing */
.lp2-pricing {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 640px) {
  .lp2-pricing {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
}

.lp2-price {
  display: flex;
  flex-direction: column;
  padding: 1.35rem 1.25rem;
  background: var(--lp2-white);
  border: 1px solid var(--lp2-line);
  border-radius: var(--lp2-radius-lg);
}

.lp2-price--pro {
  border-color: color-mix(in srgb, var(--lp2-brand) 35%, var(--lp2-line));
  box-shadow: 0 12px 32px -24px rgba(15, 73, 186, 0.45);
}

.lp2-price__tag {
  margin: 0 0 0.45rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lp2-brand);
}

.lp2-price h3 {
  margin: 0;
  font-family: var(--lp2-display);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.lp2-price__amount {
  margin: 0.35rem 0 0.15rem;
  font-family: var(--lp2-display);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}

.lp2-price__amount span {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--lp2-muted);
}

.lp2-price__desc {
  margin: 0 0 1rem;
  font-size: 0.85rem;
  color: var(--lp2-muted);
}

.lp2-price ul {
  margin: 0 0 1.15rem;
  padding: 0;
  list-style: none;
  flex: 1;
}

.lp2-price li {
  position: relative;
  padding: 0.35rem 0 0.35rem 1.15rem;
  font-size: 0.9rem;
  color: var(--lp2-ink);
  border-top: 1px solid var(--lp2-line);
}

.lp2-price li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--lp2-brand);
}

/* Final CTA */
.lp2-final {
  padding: 0 0 2.5rem;
}

.lp2-final__inner {
  text-align: center;
  padding: 2rem 1.25rem;
  border-radius: var(--lp2-radius-lg);
  background:
    radial-gradient(ellipse 80% 80% at 50% 0%, rgba(15, 73, 186, 0.35), transparent 60%),
    linear-gradient(160deg, #0c1222 0%, #132038 100%);
  color: #fff;
}

.lp2-final h2 {
  margin: 0 0 0.55rem;
  font-family: var(--lp2-display);
  font-size: clamp(1.35rem, 3.5vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.035em;
}

.lp2-final p {
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  line-height: 1.5;
  max-width: 28rem;
  margin-inline: auto;
}

.lp2-final .lp2-btn--store {
  margin-inline: auto;
}

/* Footer */
.lp2-footer {
  padding: 1.25rem 0 1.5rem;
  text-align: center;
  font-size: 0.82rem;
  color: var(--lp2-muted);
  border-top: 1px solid var(--lp2-line);
}

.lp2-footer p { margin: 0; }

.lp2-footer a {
  color: var(--lp2-muted);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lp2-footer a:hover {
  color: var(--lp2-brand);
}

/* Sticky CTA */
.lp2-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  padding: 0.65rem 1rem calc(0.65rem + env(safe-area-inset-bottom));
  background: rgba(245, 247, 251, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--lp2-line);
  box-shadow: 0 -8px 28px -18px rgba(12, 18, 34, 0.25);
}

.lp2-sticky .lp2-btn,
.lp2-sticky a.lp2-btn--free {
  max-width: 28rem;
  margin-inline: auto;
  min-height: 3rem;
  font-size: 0.95rem;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}

@media (min-width: 900px) {
  .lp2-sticky {
    display: none;
  }

  .lp2 {
    padding-bottom: 0;
  }
}

@media (max-width: 479px) {
  .lp2-btn__copy small {
    display: none;
  }

  .lp2-block {
    padding: 2rem 0;
  }

  .lp2-hero {
    min-height: auto;
    padding-bottom: 1.75rem;
  }
}
