body.page-template-page-landing-wordpress,
body.page-template-page-landing-abonnement { background: #ffffff !important; }
.lp-main { background: #ffffff; }
.lp-main > section:not(.lp-distinguish) { margin: 0 !important; }
.lp-hero, .lp-marquee, .lp-section:not(.lp-distinguish) { margin-block: 0 !important; } .lp-main {
--lp-shadow-sm: 0 1px 2px rgba(15, 23, 42, .04), 0 1px 3px rgba(15, 23, 42, .06);
--lp-shadow-md: 0 4px 6px -2px rgba(15, 23, 42, .05), 0 12px 24px -8px rgba(15, 23, 42, .10);
--lp-shadow-lg: 0 10px 20px -8px rgba(15, 23, 42, .10), 0 30px 60px -20px rgba(15, 23, 42, .18);
--lp-shadow-xl: 0 20px 40px -12px rgba(15, 23, 42, .15), 0 50px 100px -30px rgba(37, 99, 235, .22);
--lp-shadow-glow: 0 0 0 1px rgba(37, 99, 235, .12), 0 10px 30px -8px rgba(37, 99, 235, .35);
--lp-grad-primary: linear-gradient(135deg, #2563eb 0%, #4f46e5 50%, #7c3aed 100%);
--lp-grad-accent:  linear-gradient(135deg, #0ea5e9 0%, #2563eb 50%, #6366f1 100%);
--lp-grad-warm:    linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
--lp-ease-premium: cubic-bezier(0.22, 1, 0.36, 1);
} .lp-hero {
position: relative;
isolation: isolate;
overflow: hidden;
}
.lp-hero::before,
.lp-hero::after {
content: '';
position: absolute;
inset: 0;
pointer-events: none;
z-index: -1;
}
.lp-hero::before {
background:
radial-gradient(60% 50% at 15% 20%, rgba(37, 99, 235, .18), transparent 60%),
radial-gradient(50% 45% at 85% 15%, rgba(124, 58, 237, .15), transparent 65%),
radial-gradient(55% 50% at 70% 90%, rgba(14, 165, 233, .14), transparent 60%);
animation: lpMeshDrift 22s ease-in-out infinite alternate;
filter: blur(8px);
opacity: .9;
}
.lp-hero::after {
background-image:
radial-gradient(circle at 1px 1px, rgba(15, 23, 42, .04) 1px, transparent 0);
background-size: 28px 28px;
mask-image: radial-gradient(ellipse at 50% 30%, #000 30%, transparent 75%);
-webkit-mask-image: radial-gradient(ellipse at 50% 30%, #000 30%, transparent 75%);
opacity: .6;
}
@keyframes lpMeshDrift {
0%   { transform: translate3d(0, 0, 0)        scale(1); }
50%  { transform: translate3d(-2%, 1.5%, 0)   scale(1.04); }
100% { transform: translate3d(2%, -1%, 0)     scale(1.02); }
}
@media (prefers-reduced-motion: reduce) {
.lp-hero::before { animation: none; }
} .lp-hero__img-wrap {
position: relative;
}
.lp-hero__img {
box-shadow: var(--lp-shadow-xl);
border-radius: 20px;
will-change: transform;
}
.lp-hero__badge {
box-shadow:
0 1px 0 rgba(255, 255, 255, .9) inset,
0 10px 24px -8px rgba(15, 23, 42, .25),
0 30px 60px -20px rgba(37, 99, 235, .25);
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
background: rgba(255, 255, 255, .92);
will-change: transform;
animation: lpFloatBadge 6s ease-in-out infinite;
}
.lp-hero__badge--price { animation-delay: -3s; animation-duration: 7s; }
@keyframes lpFloatBadge {
0%, 100% { transform: translateY(0); }
50%      { transform: translateY(-8px); }
}
@media (prefers-reduced-motion: reduce) {
.lp-hero__badge { animation: none; }
} .lp-hero__cta-primary,
.lp-compare__cta .btn-primary,
.lp-offer__cta .btn-primary {
position: relative;
overflow: hidden;
isolation: isolate;
transition:
transform .25s var(--lp-ease-premium),
box-shadow .35s var(--lp-ease-premium),
background .35s var(--lp-ease-premium);
box-shadow: var(--lp-shadow-glow);
}
.lp-hero__cta-primary::before,
.lp-compare__cta .btn-primary::before,
.lp-offer__cta .btn-primary::before {
content: '';
position: absolute;
inset: -2px;
background: var(--lp-grad-primary);
z-index: -1;
opacity: 0;
transition: opacity .35s var(--lp-ease-premium);
border-radius: inherit;
}
.lp-hero__cta-primary::after,
.lp-compare__cta .btn-primary::after,
.lp-offer__cta .btn-primary::after {
content: '';
position: absolute;
top: 0;
left: -120%;
width: 60%;
height: 100%;
background: linear-gradient(115deg, transparent, rgba(255, 255, 255, .55), transparent);
transform: skewX(-20deg);
transition: left .9s var(--lp-ease-premium);
pointer-events: none;
}
.lp-hero__cta-primary:hover,
.lp-compare__cta .btn-primary:hover,
.lp-offer__cta .btn-primary:hover {
transform: translateY(-2px) scale(1.015);
box-shadow:
0 0 0 1px rgba(37, 99, 235, .2),
0 14px 32px -8px rgba(37, 99, 235, .45),
0 30px 70px -20px rgba(124, 58, 237, .35);
}
.lp-hero__cta-primary:hover::before,
.lp-compare__cta .btn-primary:hover::before,
.lp-offer__cta .btn-primary:hover::before { opacity: 1; }
.lp-hero__cta-primary:hover::after,
.lp-compare__cta .btn-primary:hover::after,
.lp-offer__cta .btn-primary:hover::after { left: 130%; }
.lp-hero__cta-primary:active,
.lp-compare__cta .btn-primary:active,
.lp-offer__cta .btn-primary:active { transform: translateY(0) scale(.99); } .lp-hero__cta-primary {
animation: lpCtaPulse 3.2s ease-in-out infinite;
}
@keyframes lpCtaPulse {
0%, 100% { box-shadow: var(--lp-shadow-glow); }
50%      { box-shadow: 0 0 0 1px rgba(37, 99, 235, .25), 0 14px 38px -6px rgba(37, 99, 235, .55); }
}
@media (prefers-reduced-motion: reduce) {
.lp-hero__cta-primary { animation: none; }
} .lp-offer__card {
background: #ffffff !important;
border: 1px solid rgba(15, 23, 42, .06) !important;
box-shadow:
0 1px 2px rgba(15, 23, 42, .04),
0 4px 12px -4px rgba(15, 23, 42, .06) !important;
}
.lp-offer__card:hover {
border-color: rgba(37, 99, 235, .15) !important;
background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%) !important;
}
.lp-offer__icon {
background: linear-gradient(135deg, rgba(37, 99, 235, .10) 0%, rgba(124, 58, 237, .08) 100%) !important;
} .lp-for-who__card,
.lp-offer__card,
.lp-testim-card,
.lp-faq__item {
position: relative;
transition:
transform .45s var(--lp-ease-premium),
box-shadow .45s var(--lp-ease-premium),
border-color .35s var(--lp-ease-premium);
will-change: transform;
}
.lp-for-who__card::before,
.lp-offer__card::before,
.lp-testim-card::before {
content: '';
position: absolute;
inset: 0;
border-radius: inherit;
padding: 1.5px;
background: var(--lp-grad-accent);
-webkit-mask:
linear-gradient(#000 0 0) content-box,
linear-gradient(#000 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
opacity: 0;
transition: opacity .4s var(--lp-ease-premium);
pointer-events: none;
}
.lp-for-who__card:hover,
.lp-offer__card:hover,
.lp-testim-card:hover {
transform: translateY(-6px);
box-shadow: var(--lp-shadow-lg);
}
.lp-for-who__card:hover::before,
.lp-offer__card:hover::before,
.lp-testim-card:hover::before { opacity: 1; } .lp-for-who__card .lp-for-who__icon {
transition: transform .4s var(--lp-ease-premium), background .4s var(--lp-ease-premium), color .4s var(--lp-ease-premium);
}
.lp-for-who__card:hover .lp-for-who__icon {
transform: scale(1.08) rotate(-3deg);
background: var(--lp-grad-primary);
color: #fff;
} .lp-distinguish {
background: linear-gradient(180deg, #0a1e3f 0%, #081830 60%, #050f24 100%) !important;
color: #e2e8f0;
position: relative;
overflow: hidden;
padding: 88px 0 96px !important; border-radius: 32px;
margin: 24px 24px !important;
box-shadow:
0 30px 60px -20px rgba(15, 23, 42, .35),
0 60px 120px -40px rgba(37, 99, 235, .25);
}
@media (max-width: 768px) {
.lp-distinguish {
border-radius: 22px !important;
margin: 16px 12px !important;
}
}
.lp-distinguish::before {
content: '';
position: absolute;
inset: 0;
background-image:
linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
background-size: 56px 56px;
mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
-webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
pointer-events: none;
}
.lp-distinguish::after {
content: '';
position: absolute;
inset: 0;
background:
radial-gradient(50% 50% at 80% 20%, rgba(37, 99, 235, .18), transparent 60%),
radial-gradient(45% 45% at 15% 80%, rgba(124, 58, 237, .12), transparent 60%);
pointer-events: none;
}
.lp-distinguish .lp-container { position: relative; z-index: 1; }
.lp-distinguish__head {
display: grid;
grid-template-columns: 220px 1fr;
align-items: end;
gap: 24px;
margin-bottom: 48px;
}
.lp-distinguish__index {
font-family: "JetBrains Mono", "SF Mono", Consolas, monospace;
font-size: 12px;
letter-spacing: .18em;
color: #60a5fa;
text-transform: uppercase;
position: relative;
padding-top: 18px;
}
.lp-distinguish__index::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 60px;
height: 2px;
background: #60a5fa;
}
.lp-distinguish__title {
font-family: "Inter Tight", "Inter", system-ui, sans-serif;
font-size: clamp(36px, 5vw, 64px);
font-weight: 800;
line-height: 1;
color: #f8fafc;
margin: 0;
letter-spacing: -.025em;
}
.lp-distinguish__title .lp-highlight { color: #fff !important; } .lp-distinguish__grid {
display: grid;
grid-template-columns: 1.4fr 1fr;
grid-template-rows: 1fr 1fr;
gap: 22px;
}
.lp-distinguish-card--large {
grid-row: span 2;
}
.lp-distinguish-card {
position: relative;
background: rgba(255, 255, 255, .035);
border: 1px solid rgba(255, 255, 255, .07);
border-radius: 20px;
padding: 28px 28px 24px;
display: flex;
flex-direction: column;
gap: 0;
overflow: hidden;
transition: transform .4s var(--lp-ease-premium), border-color .4s var(--lp-ease-premium), background .4s var(--lp-ease-premium);
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
}
.lp-distinguish-card:hover {
transform: translateY(-4px);
border-color: rgba(37, 99, 235, .35);
background: rgba(37, 99, 235, .05);
}
.lp-distinguish-card__top {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 16px;
margin-bottom: 32px;
}
.lp-distinguish-card__icon {
width: 50px;
height: 50px;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #2563eb 0%, #4f46e5 100%);
color: #fff;
box-shadow: 0 6px 18px -4px rgba(37, 99, 235, .55);
flex: 0 0 auto;
}
.lp-distinguish-card__stat {
text-align: right;
display: flex;
flex-direction: column;
align-items: flex-end;
line-height: 1;
}
.lp-distinguish-card__stat-prefix {
font-size: 26px;
font-weight: 600;
color: #60a5fa;
margin-right: 6px;
display: inline-block;
vertical-align: top;
}
.lp-distinguish-card__stat-value {
font-family: "Inter Tight", "Inter", system-ui, sans-serif;
font-size: clamp(40px, 4.5vw, 64px);
font-weight: 800;
letter-spacing: -.03em;
line-height: .9;
background: linear-gradient(135deg, #60a5fa 0%, #818cf8 100%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
display: inline-block;
}
.lp-distinguish-card__stat-label {
font-family: "JetBrains Mono", "SF Mono", Consolas, monospace;
font-size: 10.5px;
letter-spacing: .14em;
color: #94a3b8;
text-transform: uppercase;
margin-top: 8px;
}
.lp-distinguish-card--large .lp-distinguish-card__stat-prefix { font-size: 32px; }
.lp-distinguish-card--large .lp-distinguish-card__stat-value { font-size: clamp(48px, 5.5vw, 80px); }
.lp-distinguish-card__title {
font-family: "Inter Tight", "Inter", system-ui, sans-serif;
font-size: 22px;
font-weight: 700;
color: #f8fafc;
margin: 0 0 12px;
line-height: 1.25;
}
.lp-distinguish-card--large .lp-distinguish-card__title {
font-size: 28px;
}
.lp-distinguish-card__desc {
font-size: 15px;
line-height: 1.6;
color: #cbd5e1;
margin: 0;
flex: 1;
}
.lp-distinguish-card--large .lp-distinguish-card__desc { font-size: 16px; }
.lp-distinguish-card__counter {
position: absolute;
bottom: 20px;
right: 24px;
font-family: "JetBrains Mono", "SF Mono", Consolas, monospace;
font-size: 11px;
letter-spacing: .16em;
color: rgba(148, 163, 184, .6);
}
@media (max-width: 900px) {
.lp-distinguish__head { grid-template-columns: 1fr; align-items: start; gap: 12px; margin-bottom: 32px; }
.lp-distinguish__grid {
grid-template-columns: 1fr;
grid-template-rows: auto;
}
.lp-distinguish-card--large { grid-row: auto; }
}
@media (max-width: 768px) {
.lp-distinguish { padding: 56px 0 64px !important; }
.lp-distinguish-card { padding: 22px 20px 22px; }
.lp-distinguish-card__title { font-size: 20px; }
.lp-distinguish-card--large .lp-distinguish-card__title { font-size: 22px; }
} .lp-process--cards {
background: linear-gradient(180deg, #0a1e3f 0%, #081830 60%, #050f24 100%) !important;
color: #e2e8f0;
position: relative;
overflow: hidden;
padding: 88px 0 96px !important;
}
.lp-process--cards::before {
content: '';
position: absolute;
inset: 0;
background:
radial-gradient(50% 50% at 15% 20%, rgba(37, 99, 235, .22), transparent 60%),
radial-gradient(45% 45% at 85% 80%, rgba(124, 58, 237, .15), transparent 60%);
pointer-events: none;
}
.lp-process--cards::after {
content: '';
position: absolute;
inset: 0;
background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, .04) 1px, transparent 0);
background-size: 28px 28px;
mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
-webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
pointer-events: none;
}
.lp-process--cards .lp-container { position: relative; z-index: 1; }
.lp-process--cards .lp-tagline,
.lp-process--cards .lp-tagline--center {
color: #60a5fa !important;
}
.lp-process--cards .lp-process__title {
color: #f8fafc !important;
margin-bottom: 14px;
}
.lp-process__intro--center {
text-align: center;
max-width: 760px;
margin: 0 auto 56px;
display: block !important;
}
.lp-process__intro-desc--center {
color: #cbd5e1 !important;
font-size: 17px;
line-height: 1.6;
margin: 14px auto 0;
max-width: 640px;
} .lp-process__cards-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 22px;
margin-top: 8px;
}
@media (max-width: 1100px) {
.lp-process__cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
.lp-process__cards-grid { grid-template-columns: 1fr; gap: 16px; }
} .lp-process-card {
position: relative;
background: #ffffff;
border-radius: 18px;
padding: 26px 22px 22px;
display: flex;
flex-direction: column;
gap: 0;
box-shadow:
0 1px 0 rgba(255, 255, 255, .9) inset,
0 10px 30px -10px rgba(0, 0, 0, .35),
0 30px 60px -20px rgba(37, 99, 235, .2);
transition: transform .45s var(--lp-ease-premium), box-shadow .45s var(--lp-ease-premium);
overflow: hidden;
isolation: isolate;
}
.lp-process-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #2563eb 0%, #4f46e5 50%, #7c3aed 100%);
z-index: 2;
}
.lp-process-card:hover {
transform: translateY(-6px);
box-shadow:
0 1px 0 rgba(255, 255, 255, .9) inset,
0 16px 40px -12px rgba(0, 0, 0, .4),
0 40px 80px -20px rgba(37, 99, 235, .35);
}
.lp-process-card__head {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 14px;
}
.lp-process-card__step-label {
font-size: 11px;
font-weight: 800;
letter-spacing: .14em;
color: #2563eb;
text-transform: uppercase;
white-space: nowrap;
}
.lp-process-card__line {
flex: 1;
height: 1px;
background: linear-gradient(90deg, rgba(37, 99, 235, .35), transparent);
}
.lp-process-card__number {
font-family: "Inter Tight", "Inter", system-ui, sans-serif;
font-size: clamp(46px, 4vw, 58px);
font-weight: 800;
line-height: 1;
background: linear-gradient(135deg, #2563eb 0%, #4f46e5 60%, #7c3aed 100%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
letter-spacing: -.02em;
margin: 4px 0 18px;
}
.lp-process-card__title {
font-family: "Inter Tight", "Inter", system-ui, sans-serif;
font-size: 17px;
font-weight: 700;
color: #0f172a;
margin: 0 0 10px;
line-height: 1.3;
}
.lp-process-card__desc {
font-size: 14px;
line-height: 1.55;
color: #475569;
margin: 0 0 16px;
flex: 1;
}
.lp-process-card__desc strong {
color: #0f172a;
font-weight: 600;
}
.lp-process-card__time {
display: inline-flex;
align-items: center;
gap: 6px;
align-self: flex-start;
padding: 5px 10px;
border-radius: 999px;
background: rgba(37, 99, 235, .08);
color: #2563eb;
font-size: 12px;
font-weight: 600;
margin-top: auto;
} .lp-process__reassurance {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 28px 40px;
margin-top: 48px;
padding-top: 32px;
border-top: 1px solid rgba(255, 255, 255, .08);
}
.lp-process__reassurance-item {
display: flex;
align-items: center;
gap: 10px;
color: #cbd5e1;
font-size: 15px;
}
.lp-process__reassurance-item svg {
color: #34d399;
flex: 0 0 auto;
}
.lp-process__reassurance-item strong {
color: #f8fafc;
font-weight: 700;
} .lp-process--cards .lp-highlight { color: #fff !important; }
@media (max-width: 768px) {
.lp-process--cards { padding: 56px 0 64px !important; }
.lp-process__intro--center { margin-bottom: 36px; }
.lp-process-card { padding: 22px 18px 18px; } .lp-process__reassurance {
flex-direction: column !important;
align-items: stretch !important;
gap: 0 !important;
margin-top: 32px !important;
padding: 8px 4px !important;
border-top: 1px solid rgba(255, 255, 255, .08);
border-bottom: none;
}
.lp-process__reassurance-item {
display: flex !important;
align-items: center;
gap: 12px !important;
padding: 14px 4px !important;
font-size: 14.5px !important;
text-align: left !important;
border-bottom: 1px solid rgba(255, 255, 255, .06);
}
.lp-process__reassurance-item:last-child { border-bottom: none; }
.lp-process__reassurance-item svg {
width: 22px !important;
height: 22px !important;
padding: 4px;
background: rgba(52, 211, 153, .12);
border-radius: 50%;
flex: 0 0 22px !important;
}
} .lp-process__steps {
position: relative;
}
.lp-process__line {
position: relative;
overflow: hidden;
}
.lp-process__line::after {
content: '';
position: absolute;
inset: 0;
background: var(--lp-grad-primary);
transform-origin: top center;
transform: scaleY(0);
transition: transform 1.2s var(--lp-ease-premium);
}
.lp-process__step.is-traced .lp-process__line::after {
transform: scaleY(1);
}
.lp-process__num {
position: relative;
transition: transform .5s var(--lp-ease-premium), box-shadow .5s var(--lp-ease-premium);
}
.lp-process__step.is-traced .lp-process__num {
box-shadow: var(--lp-shadow-glow);
} .lp-sticky-cta {
position: fixed;
left: 16px;
right: 16px;
bottom: 16px;
z-index: 60;
display: none;
align-items: center;
justify-content: space-between;
gap: 12px;
padding: 12px 14px 12px 16px;
background: rgba(255, 255, 255, .95);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border-radius: 16px;
box-shadow:
0 1px 0 rgba(255, 255, 255, .9) inset,
0 10px 30px -10px rgba(15, 23, 42, .25),
0 30px 60px -20px rgba(37, 99, 235, .25);
transform: translateY(140%);
opacity: 0;
transition:
transform .55s var(--lp-ease-premium),
opacity .35s ease;
}
.lp-sticky-cta.is-visible {
transform: translateY(0);
opacity: 1;
}
.lp-sticky-cta__text {
display: flex;
flex-direction: column;
line-height: 1.15;
color: #0f172a;
font-size: 13px;
}
.lp-sticky-cta__price {
font-weight: 800;
font-size: 15px;
background: var(--lp-grad-primary);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.lp-sticky-cta__label {
color: #64748b;
font-size: 12px;
}
.lp-sticky-cta__btn {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 10px 14px;
border-radius: 999px;
background: var(--lp-grad-primary);
color: #fff !important;
font-weight: 700;
font-size: 14px;
text-decoration: none;
box-shadow: var(--lp-shadow-glow);
transition: transform .25s var(--lp-ease-premium);
white-space: nowrap;
}
.lp-sticky-cta__btn:hover { transform: translateY(-1px); }
@media (max-width: 768px) {
.lp-sticky-cta { display: flex; } body.page-template-page-landing-wordpress { padding-bottom: 0; }
} .lp-scroll-progress {
position: fixed;
top: 0;
left: 0;
height: 3px;
width: 100%;
background: transparent;
z-index: 80;
pointer-events: none;
}
.lp-scroll-progress__bar {
height: 100%;
width: 0;
background: var(--lp-grad-primary);
box-shadow: 0 0 14px rgba(37, 99, 235, .55);
transition: width .12s linear;
} @media (hover: hover) and (pointer: fine) {
.lp-cursor {
position: fixed;
top: 0;
left: 0;
width: 28px;
height: 28px;
border: 1.5px solid rgba(37, 99, 235, .55);
border-radius: 999px;
pointer-events: none;
transform: translate3d(-50%, -50%, 0);
transition:
width .25s var(--lp-ease-premium),
height .25s var(--lp-ease-premium),
border-color .25s ease,
background .25s ease,
opacity .3s ease;
z-index: 90;
mix-blend-mode: difference;
opacity: 0;
backdrop-filter: blur(2px);
-webkit-backdrop-filter: blur(2px);
}
.lp-cursor.is-active { opacity: 1; }
.lp-cursor.is-hover {
width: 56px;
height: 56px;
background: rgba(37, 99, 235, .18);
border-color: rgba(37, 99, 235, .85);
}
.lp-cursor__dot {
position: fixed;
top: 0;
left: 0;
width: 6px;
height: 6px;
border-radius: 999px;
background: #2563eb;
pointer-events: none;
transform: translate3d(-50%, -50%, 0);
z-index: 91;
opacity: 0;
transition: opacity .3s ease;
mix-blend-mode: difference;
}
.lp-cursor__dot.is-active { opacity: 1; } .lp-cursor-active .lp-main,
.lp-cursor-active .lp-main * { cursor: none; }
.lp-cursor-active .lp-main a,
.lp-cursor-active .lp-main button,
.lp-cursor-active .lp-main input,
.lp-cursor-active .lp-main textarea,
.lp-cursor-active .lp-main select { cursor: none; }
}
@media (max-width: 768px), (hover: none) {
.lp-cursor, .lp-cursor__dot { display: none !important; }
} .lp-marquee {
position: relative;
overflow: hidden;
padding: 18px 0;
background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
border-top: 1px solid rgba(15, 23, 42, .06);
border-bottom: 1px solid rgba(15, 23, 42, .06);
mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
-webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
}
.lp-marquee__track {
display: flex;
gap: 48px;
width: max-content;
animation: lpMarquee 38s linear infinite;
}
.lp-marquee__item {
display: inline-flex;
align-items: center;
gap: 10px;
font-size: 15px;
font-weight: 600;
color: #475569;
letter-spacing: .01em;
white-space: nowrap;
}
.lp-marquee__item svg {
color: #2563eb;
flex: 0 0 auto;
}
.lp-marquee__sep {
width: 6px;
height: 6px;
border-radius: 999px;
background: #cbd5e1;
}
@keyframes lpMarquee {
from { transform: translateX(0); }
to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
.lp-marquee__track { animation: none; }
} .lp-split-word {
display: inline-block;
overflow: hidden;
vertical-align: bottom;
line-height: 1.05;
}
.lp-split-word > span {
display: inline-block;
transform: translateY(110%);
opacity: 0;
transition:
transform .8s var(--lp-ease-premium),
opacity .8s var(--lp-ease-premium);
transition-delay: var(--lp-word-delay, 0ms);
}
.lp-split-text.is-revealed .lp-split-word > span {
transform: translateY(0);
opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
.lp-split-word > span {
transform: none;
opacity: 1;
transition: none;
}
} .lp-parallax {
will-change: transform;
transition: transform .15s linear;
} .lp-testim-card__location {
display: inline-flex;
align-items: center;
gap: 5px;
margin-top: 3px;
color: #64748b;
font-size: 12px;
font-weight: 500;
}
.lp-testim-card__location svg {
color: #94a3b8;
flex: 0 0 auto;
} .lp-section__title .lp-highlight,
.lp-hero__headline .lp-highlight,
.lp-cta-form__title .lp-highlight,
.lp-process__title .lp-highlight {
position: relative;
display: inline-block;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
background: none;
font-style: normal;
z-index: 0;
padding: .04em .35em .12em;
white-space: nowrap;
}
.lp-section__title .lp-highlight::before,
.lp-hero__headline .lp-highlight::before,
.lp-cta-form__title .lp-highlight::before,
.lp-process__title .lp-highlight::before {
content: '';
position: absolute; top: -8%;
bottom: -10%;
left: -.18em;
right: -.18em;
z-index: -1; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 120' preserveAspectRatio='none'><path d='M 12 8 C 80 4, 180 6, 260 4 C 330 2, 376 6, 392 12 C 398 36, 400 70, 394 102 C 380 114, 290 118, 210 116 C 130 114, 60 118, 16 112 C 6 84, 4 40, 12 8 Z' fill='%232563eb'/></svg>");
background-repeat: no-repeat;
background-size: 100% 100%;
transform: rotate(-1deg) scaleX(0);
transform-origin: left center;
transition: transform .9s var(--lp-ease-premium) .15s;
pointer-events: none;
filter: none;
} .lp-highlight:nth-of-type(2n)::before {
transform: rotate(.8deg) scaleX(0);
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 120' preserveAspectRatio='none'><path d='M 8 12 C 90 6, 200 8, 280 6 C 340 4, 382 10, 396 16 C 400 42, 396 78, 388 108 C 372 116, 260 120, 180 118 C 100 116, 40 118, 10 110 C 2 80, 4 44, 8 12 Z' fill='%232563eb'/></svg>");
}
.lp-split-text.is-revealed .lp-highlight::before {
transform: rotate(-1deg) scaleX(1);
}
.lp-split-text.is-revealed .lp-highlight:nth-of-type(2n)::before {
transform: rotate(.8deg) scaleX(1);
}
.lp-section.lp-revealed .lp-highlight::before,
.lp-hero.lp-revealed .lp-highlight::before {
transform: rotate(-1deg) scaleX(1);
}
.lp-section.lp-revealed .lp-highlight:nth-of-type(2n)::before,
.lp-hero.lp-revealed .lp-highlight:nth-of-type(2n)::before {
transform: rotate(.8deg) scaleX(1);
}
@media (prefers-reduced-motion: reduce) {
.lp-section__title .lp-highlight::before,
.lp-hero__headline .lp-highlight::before,
.lp-cta-form__title .lp-highlight::before,
.lp-process__title .lp-highlight::before {
transform: rotate(-1deg) scaleX(1) !important;
transition: none;
}
} .lp-marquee--dark {
background: #ffffff;
border-top: 1px solid rgba(15, 23, 42, .06);
border-bottom: 1px solid rgba(15, 23, 42, .06);
padding: 28px 0;
mask-image: none;
-webkit-mask-image: none;
position: relative;
overflow: hidden;
}
.lp-marquee--dark::before { display: none; }
.lp-marquee--dark .lp-marquee__track {
gap: 36px;
align-items: center;
animation-duration: 48s;
position: relative;
}
.lp-marquee--dark .lp-marquee__item--editorial {
font-family: 'Playfair Display', 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
font-size: clamp(28px, 3.6vw, 48px);
font-weight: 500;
font-style: italic;
color: #2563eb;
letter-spacing: -.01em;
line-height: 1;
text-shadow: none;
}
.lp-marquee--dark .lp-marquee__star-wrap {
display: inline-flex;
align-items: center;
justify-content: center;
flex: 0 0 auto;
}
.lp-marquee--dark .lp-marquee__star {
color: #fbbf24; width: clamp(20px, 2.4vw, 30px);
height: auto;
animation: lpStarSpin 14s linear infinite;
transform-origin: center;
filter: none;
}
@keyframes lpStarSpin {
from { transform: rotate(0deg); }
to   { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
.lp-marquee--dark .lp-marquee__star { animation: none; }
}
@media (max-width: 768px) {
.lp-marquee--dark { padding: 18px 0; }
.lp-marquee--dark .lp-marquee__track { gap: 24px; animation-duration: 32s; }
} .lp-hero__form-col {
position: relative;
z-index: 2;
}
.lp-hero-form-card {
background: rgba(255, 255, 255, .96);
backdrop-filter: blur(14px);
-webkit-backdrop-filter: blur(14px);
border: 1px solid rgba(15, 23, 42, .06);
border-radius: 24px;
padding: 28px 28px 22px;
box-shadow:
0 1px 0 rgba(255, 255, 255, .9) inset,
0 20px 50px -16px rgba(15, 23, 42, .18),
0 50px 100px -30px rgba(37, 99, 235, .28);
position: relative;
overflow: hidden;
}
.lp-hero-form-card::before {
content: '';
position: absolute;
inset: 0;
border-radius: inherit;
padding: 1.5px;
background: linear-gradient(135deg, rgba(37, 99, 235, .55) 0%, rgba(124, 58, 237, .35) 50%, rgba(14, 165, 233, .55) 100%);
-webkit-mask:
linear-gradient(#000 0 0) content-box,
linear-gradient(#000 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
pointer-events: none;
}
.lp-hero-form-card::after {
content: '';
position: absolute;
top: -50%;
right: -30%;
width: 60%;
height: 80%;
background: radial-gradient(closest-side, rgba(37, 99, 235, .18), transparent 70%);
pointer-events: none;
animation: lpFloatBadge 8s ease-in-out infinite alternate;
}
.lp-hero-form-card__header {
margin-bottom: 16px;
}
.lp-hero-form-card__pill {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 5px 10px 5px 9px;
border-radius: 999px;
background: rgba(37, 99, 235, .08);
color: #2563eb;
font-size: 12px;
font-weight: 700;
letter-spacing: .02em;
text-transform: uppercase;
margin-bottom: 10px;
}
.lp-hero-form-card__title {
font-size: clamp(20px, 2vw, 24px);
font-weight: 700;
color: #0f172a;
margin: 0 0 6px;
line-height: 1.2;
}
.lp-hero-form-card__sub {
font-size: 14px;
color: #475569;
line-height: 1.45;
margin: 0;
}
.lp-hero-form-card__form-wrap {
margin-top: 4px;
} .lp-hero-form-card .wpcf7 form p { margin: 8px 0 !important; }
.lp-hero-form-card .wpcf7-form-control:not(.wpcf7-submit) {
width: 100%;
padding: 11px 14px !important;
border-radius: 10px !important;
border: 1px solid #e2e8f0 !important;
background: #fff !important;
font-size: 14.5px !important;
transition: border-color .2s, box-shadow .2s;
}
.lp-hero-form-card .wpcf7-form-control:not(.wpcf7-submit):focus {
border-color: #2563eb !important;
box-shadow: 0 0 0 4px rgba(37, 99, 235, .12) !important;
outline: none;
}
.lp-hero-form-card .wpcf7-submit {
width: 100% !important;
margin-top: 6px !important;
padding: 13px 20px !important;
border: none !important;
border-radius: 12px !important;
background: var(--lp-grad-primary) !important;
color: #fff !important;
font-weight: 700 !important;
font-size: 15px !important;
letter-spacing: .01em !important;
cursor: pointer !important;
box-shadow: var(--lp-shadow-glow) !important;
transition: transform .25s var(--lp-ease-premium), box-shadow .25s var(--lp-ease-premium) !important;
}
.lp-hero-form-card .wpcf7-submit:hover {
transform: translateY(-2px);
box-shadow:
0 0 0 1px rgba(37, 99, 235, .25),
0 14px 32px -8px rgba(37, 99, 235, .5) !important;
}
.lp-hero-form-card__privacy {
display: flex;
align-items: center;
gap: 6px;
margin: 14px 0 0;
color: #64748b;
font-size: 12px;
}
.lp-hero-form-card__privacy svg { color: #94a3b8; flex: 0 0 auto; } @media (min-width: 1024px) {
.lp-hero__container {
grid-template-columns: 1fr 460px !important;
align-items: center;
gap: 64px !important;
}
.lp-hero__content { min-width: 0; max-width: 100%; } .lp-hero__trust {
display: grid !important;
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
gap: 0 !important;
max-width: 100%;
padding: 18px 0 !important;
border-top: 1px solid rgba(15, 23, 42, .08);
margin-top: 28px !important;
}
.lp-hero__trust .lp-trust-sep { display: none !important; }
.lp-hero__trust .lp-trust-item {
display: flex !important;
flex-direction: column;
gap: 4px;
padding: 4px 14px !important;
position: relative;
min-width: 0;
}
.lp-hero__trust .lp-trust-item + .lp-trust-item::before {
content: '';
position: absolute;
left: 0;
top: 12%;
bottom: 12%;
width: 1px;
background: rgba(15, 23, 42, .1);
}
.lp-hero__trust .lp-trust-item:first-child { padding-left: 0 !important; }
.lp-hero__trust .lp-trust-item__value {
font-size: 15px !important;
font-weight: 800 !important;
color: #0f172a !important;
line-height: 1.2 !important;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.lp-hero__trust .lp-trust-item__label {
font-size: 11px !important;
font-weight: 500 !important;
color: #64748b !important;
text-transform: uppercase;
letter-spacing: .05em;
line-height: 1.3 !important;
}
}
@media (min-width: 1280px) {
.lp-hero__container {
grid-template-columns: 1fr 500px !important;
gap: 80px !important;
}
.lp-hero__trust .lp-trust-item__value { font-size: 16px !important; }
}
@media (max-width: 1023px) {
.lp-hero-form-card { margin-top: 24px; }
}
@media (max-width: 768px) {
.lp-hero-form-card { padding: 22px 18px 18px; border-radius: 18px; }
} .lp-testim-card.lp-revealed .lp-testim-card__stars svg {
animation: lpStarPop .55s var(--lp-ease-premium) both;
}
.lp-testim-card .lp-testim-card__stars svg:nth-child(1) { animation-delay: .05s; }
.lp-testim-card .lp-testim-card__stars svg:nth-child(2) { animation-delay: .12s; }
.lp-testim-card .lp-testim-card__stars svg:nth-child(3) { animation-delay: .19s; }
.lp-testim-card .lp-testim-card__stars svg:nth-child(4) { animation-delay: .26s; }
.lp-testim-card .lp-testim-card__stars svg:nth-child(5) { animation-delay: .33s; }
@keyframes lpStarPop {
0%   { transform: scale(0) rotate(-30deg); opacity: 0; }
60%  { transform: scale(1.25) rotate(8deg); opacity: 1; }
100% { transform: scale(1) rotate(0); opacity: 1; }
} .lp-reassurance__number {
background: var(--lp-grad-primary);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
} @media (max-width: 768px) {
.lp-main { padding-bottom: 88px; }
.lp-hero__cta-primary { animation: none; }  .lp-hero__trust {
display: grid !important;
grid-template-columns: 1fr 1fr 1fr !important;
gap: 0 !important;
margin-top: 24px !important;
padding: 18px 0 !important;
border-top: 1px solid rgba(15, 23, 42, .08);
border-bottom: 1px solid rgba(15, 23, 42, .08);
flex-wrap: nowrap !important;
align-items: stretch;
text-align: center;
}
.lp-hero__trust .lp-trust-sep { display: none !important; }
.lp-trust-item {
display: flex !important;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 4px;
padding: 4px 8px !important;
text-align: center;
position: relative;
}
.lp-trust-item + .lp-trust-item::before {
content: '';
position: absolute;
left: 0;
top: 12%;
bottom: 12%;
width: 1px;
background: rgba(15, 23, 42, .1);
}
.lp-trust-item__value {
font-size: 13px !important;
font-weight: 800 !important;
color: #0f172a !important;
line-height: 1.15 !important;
letter-spacing: -.01em;
}
.lp-trust-item__label {
font-size: 10.5px !important;
font-weight: 500 !important;
color: #64748b !important;
line-height: 1.25 !important;
text-transform: uppercase;
letter-spacing: .04em;
}
}
@media (max-width: 380px) {
.lp-trust-item__value { font-size: 12px !important; }
.lp-trust-item__label { font-size: 9.5px !important; }
}  .lp-cta-form__card {
background: #ffffff !important;
border-radius: 22px !important;
overflow: hidden;
box-shadow:
0 1px 0 rgba(255, 255, 255, .9) inset,
0 20px 50px -16px rgba(0, 0, 0, .35),
0 50px 100px -30px rgba(37, 99, 235, .3) !important;
border: 1px solid rgba(255, 255, 255, .08) !important;
position: relative;
}
.lp-cta-form__card-header {
background: #ffffff !important;
color: #0f172a !important;
padding: 28px 32px 8px !important;
border-bottom: none !important;
position: relative;
}
.lp-cta-form__card-header::before {
content: 'RÉPONSE SOUS 24H';
display: inline-block;
padding: 5px 11px;
border-radius: 999px;
background: rgba(37, 99, 235, .08);
color: #2563eb;
font-size: 11px;
font-weight: 800;
letter-spacing: .12em;
margin-bottom: 12px;
}
.lp-cta-form__card-title {
color: #0f172a !important;
font-size: 22px !important;
font-weight: 700 !important;
margin: 0 0 6px !important;
line-height: 1.25 !important;
}
.lp-cta-form__card-hint {
color: #64748b !important;
font-size: 14px !important;
margin: 0 !important;
}
.lp-cta-form__form-wrap {
padding: 14px 32px 6px !important;
} .lp-cta-form__card .wpcf7 form p,
.lp-cta-form__card .wpcf7 form label,
.lp-cta-form__card .wpcf7-form p {
margin: 0 0 14px !important;
}
.lp-cta-form__card .wpcf7-form label,
.lp-cta-form__card form label {
display: block;
font-size: 13px !important;
font-weight: 600 !important;
color: #475569 !important;
letter-spacing: 0 !important;
text-transform: none !important;
margin-bottom: 6px !important;
line-height: 1.3 !important;
}
.lp-cta-form__card .wpcf7-form-control:not(.wpcf7-submit) {
width: 100%;
padding: 12px 14px !important;
border-radius: 10px !important;
border: 1.5px solid #e2e8f0 !important;
background: #f8fafc !important;
font-size: 14.5px !important;
color: #0f172a !important;
transition: border-color .2s, background .2s, box-shadow .2s;
box-shadow: none !important;
}
.lp-cta-form__card .wpcf7-form-control:not(.wpcf7-submit)::placeholder {
color: #94a3b8;
font-weight: 400;
}
.lp-cta-form__card .wpcf7-form-control:not(.wpcf7-submit):focus {
border-color: #2563eb !important;
background: #fff !important;
box-shadow: 0 0 0 4px rgba(37, 99, 235, .12) !important;
outline: none !important;
}
.lp-cta-form__card .wpcf7-form-control.wpcf7-textarea {
min-height: 90px;
resize: vertical;
} .lp-cta-form__card .wpcf7-submit {
width: 100% !important;
margin-top: 8px !important;
padding: 14px 22px !important;
border: none !important;
border-radius: 12px !important;
background: linear-gradient(135deg, #2563eb 0%, #4f46e5 100%) !important;
color: #fff !important;
font-weight: 700 !important;
font-size: 15.5px !important;
letter-spacing: .01em !important;
cursor: pointer !important;
box-shadow: 0 10px 24px -8px rgba(37, 99, 235, .55) !important;
transition: transform .25s var(--lp-ease-premium), box-shadow .25s var(--lp-ease-premium), background .25s !important;
}
.lp-cta-form__card .wpcf7-submit:hover {
transform: translateY(-2px);
background: linear-gradient(135deg, #1d4ed8 0%, #4338ca 100%) !important;
box-shadow:
0 0 0 1px rgba(37, 99, 235, .3),
0 16px 32px -8px rgba(37, 99, 235, .65) !important;
} .lp-cta-form__privacy {
padding: 16px 32px 22px !important;
margin: 0 !important;
color: #64748b !important;
font-size: 12.5px !important;
border-top: 1px solid #f1f5f9;
background: #fafbfc;
display: flex !important;
align-items: flex-start;
gap: 8px;
line-height: 1.45;
}
.lp-cta-form__privacy svg { color: #94a3b8; flex: 0 0 auto; margin-top: 2px; }
@media (max-width: 600px) {
.lp-cta-form__card-header { padding: 22px 22px 4px !important; }
.lp-cta-form__form-wrap { padding: 14px 22px 4px !important; }
.lp-cta-form__privacy { padding: 14px 22px 18px !important; }
.lp-cta-form__card-title { font-size: 19px !important; }
} .lp-main a:focus-visible,
.lp-main button:focus-visible {
outline: 2px solid #2563eb;
outline-offset: 3px;
border-radius: 6px;
}