/*
Theme Name: Leadmat Child
Template: astra
Version: 1.0.0
Text Domain: leadmat-child
*/
html,
html body,
html body.leadmat-page,
html .leadmat-page .site,
html .leadmat-page .site-content,
html .leadmat-page .site-primary,
html .leadmat-page #content,
html .leadmat-page #primary,
html .leadmat-page main,
html .leadmat-page article,
html .leadmat-page .entry-content,
html .leadmat-page .entry-content > *,
html .leadmat-page .ast-article-single,
html .leadmat-page .ast-separate-container,
html .leadmat-page .ast-page-builder-template,
html .leadmat-page .post-entry,
html .leadmat-page .hentry,
html .leadmat-page .page-entry,
html .leadmat-page .ast-article-post,
html .leadmat-page .site-content > *,
html .leadmat-page #primary > *,
html .leadmat-page #main,
html .leadmat-page #main > *,
html .leadmat-page section,
html .leadmat-page section * {
background: #08080C !important;
background-color: #08080C !important;
background-image: none !important;
}
html .leadmat-page #solution,
html .leadmat-page #logobar,
html .leadmat-page #social-proof,
html .leadmat-page #cta-section {
background: #0E0E16 !important;
background-color: #0E0E16 !important;
background-image: none !important;
}
html .leadmat-page #solution *,
html .leadmat-page #logobar *,
html .leadmat-page #social-proof *,
html .leadmat-page #cta-section * {
background: #0E0E16 !important;
background-color: #0E0E16 !important;
background-image: none !important;
}
html .leadmat-page .lm-surface,
html .leadmat-page .lm-dashboard-card,
html .leadmat-page .lm-stat,
html .leadmat-page .lm-pain-item,
html .leadmat-page .lm-step,
html .leadmat-page .lm-benefit-card,
html .leadmat-page .lm-testimonial,
html .leadmat-page .lm-offer-card,
html .leadmat-page .lm-faq-item,
html .leadmat-page .lm-result-item,
html .leadmat-page .lm-lead-item {
background: var(--lm-surface) !important;
background-color: var(--lm-surface) !important;
background-image: none !important;
}
html .leadmat-page .lm-stat,
html .leadmat-page .lm-lead-item,
html .leadmat-page .lm-offer-modules,
html .leadmat-page .lm-offer-module,
html .leadmat-page .lm-result-item {
background: var(--lm-surface-2) !important;
background-color: var(--lm-surface-2) !important;
}
html .leadmat-page * {
color: inherit !important;
}
html .leadmat-page .site-header,
html .leadmat-page .ast-masthead-custom-menu-items,
html .leadmat-page #masthead {
display: none !important;
}
html .leadmat-page .site-content,
html .leadmat-page .content-area,
html .leadmat-page #content,
html .leadmat-page .entry-content,
html .leadmat-page .ast-container,
html .leadmat-page #primary {
max-width: 100% !important;
width: 100% !important;
padding: 0 !important;
margin: 0 !important;
}
/* ============================================================
LEADMAT – CHILD THEME CSS (Astra Compatible)
============================================================ */
:root {
--lm-black: #08080C;
--lm-surface: #0E0E16;
--lm-surface-2: #141420;
--lm-border: rgba(108,59,255,.18);
--lm-purple: #6C3BFF;
--lm-purple-light:#8B5FFF;
--lm-purple-glow: rgba(108,59,255,.35);
--lm-text: #E8E6F0;
--lm-muted: #7A7890;
--lm-white: #FFFFFF;
--lm-green: #00E5A0;
--font-display: 'Syne', sans-serif;
--font-body: 'DM Sans', sans-serif;
--radius-sm: 6px;
--radius-md: 12px;
--radius-lg: 20px;
--radius-xl: 32px;
--ease-out: cubic-bezier(.16,1,.3,1);
--section-pad: clamp(80px, 10vw, 140px) 0;
--container: min(1200px, calc(100% - 48px));
}
/* ── RESET
─────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
background: var(--lm-black);
color: var(--lm-text);
font-family: var(--font-body);
font-size: 17px;
line-height: 1.7;
overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
/* ── UTILITY
────────────────────────────────────────────────── */
.lm-container { width: var(--container); margin-inline: auto; }
.lm-tag {
display: inline-flex;
align-items: center;
gap: 8px;
font-family: var(--font-display);
font-size: 11px;
font-weight: 600;
letter-spacing: .12em;
text-transform: uppercase;
color: var(--lm-purple-light);
background: rgba(108,59,255,.12);
border: 1px solid var(--lm-border);
padding: 6px 16px;
border-radius: 100px;
}
.lm-tag::before {
content: '';
width: 6px; height: 6px;
border-radius: 50%;
background: var(--lm-purple-light);
box-shadow: 0 0 8px var(--lm-purple-light);
}
.lm-section-title {
font-family: var(--font-display);
font-size: clamp(32px, 4.5vw, 54px);
font-weight: 800;
line-height: 1.08;
letter-spacing: -.02em;
color: var(--lm-white);
}
.lm-section-title span { color: var(--lm-purple-light); }
.lm-section-sub {
font-size: clamp(15px, 1.8vw, 18px);
color: var(--lm-muted);
max-width: 56ch;
line-height: 1.7;
}
/* ── BUTTONS
────────────────────────────────────────────────── */
.lm-btn {
display: inline-flex;
align-items: center;
gap: 10px;
font-family: var(--font-display);
font-size: 15px;
font-weight: 700;
letter-spacing: .01em;
border: none;
cursor: pointer;
border-radius: 100px;
transition: transform .25s var(--ease-out), box-shadow .25s var(--ease-out), background
.2s;
text-decoration: none;
white-space: nowrap;
}
.lm-btn:hover { transform: translateY(-2px); }
.lm-btn-primary {
background: var(--lm-purple);
color: #fff;
padding: 16px 36px;
}
.lm-btn-primary:hover {
background: var(--lm-purple-light);
box-shadow: 0 8px 40px var(--lm-purple-glow), 0 0 0 4px rgba(108,59,255,.12);
}
.lm-btn-ghost {
background: transparent;
color: var(--lm-text);
padding: 15px 32px;
border: 1px solid rgba(255,255,255,.12);
}
.lm-btn-ghost:hover {
border-color: rgba(255,255,255,.3);
color: #fff;
background: rgba(255,255,255,.04);
}
.lm-btn-lg { padding: 20px 48px; font-size: 16px; }
/* ── NAV
─────────────────────────────────────────────────────── */
#lm-nav {
position: fixed;
top: 0; left: 0; right: 0;
z-index: 999;
transition: background .3s, box-shadow .3s;
}
#lm-nav.scrolled {
background: rgba(8,8,12,.88);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
box-shadow: 0 1px 0 var(--lm-border);
}
.lm-nav-inner {
display: flex;
align-items: center;
justify-content: space-between;
padding: 22px 0;
}
.lm-logo {
font-family: var(--font-display);
font-size: 22px;
font-weight: 800;
color: #fff;
letter-spacing: -.02em;
}
.lm-logo span { color: var(--lm-purple-light); }
.lm-nav-links {
display: flex;
gap: 36px;
list-style: none;
}
.lm-nav-links a {
font-size: 14px;
font-weight: 500;
color: var(--lm-muted);
transition: color .2s;
}
.lm-nav-links a:hover { color: #fff; }
.lm-nav-cta { display: flex; gap: 12px; align-items: center; }
.lm-hamburger {
display: none;
flex-direction: column;
gap: 5px;
cursor: pointer;
padding: 4px;
background: none;
border: none;
}
.lm-hamburger span {
display: block;
width: 24px; height: 2px;
background: #fff;
border-radius: 2px;
transition: transform .3s, opacity .3s;
}
@media (max-width: 900px) {
.lm-nav-links, .lm-nav-cta .lm-btn-ghost { display: none; }
.lm-hamburger { display: flex; }
}
/* ── NOISE TEXTURE OVERLAY
──────────────────────────────────── */
body::before {
content: '';
position: fixed;
inset: 0;
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256'
xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence
type='fractalNoise' baseFrequency='0.9' numOctaves='4'
stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25'
filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
pointer-events: none;
z-index: 1000;
opacity: .35;
}
/* ============================================================
01 – HERO
============================================================ */
#hero {
position: relative;
min-height: 100svh;
display: flex;
align-items: center;
padding: 140px 0 100px;
overflow: hidden;
}
.lm-hero-bg {
position: absolute;
inset: 0;
background:
radial-gradient(ellipse 80% 60% at 60% -10%, rgba(108,59,255,.22) 0%, transparent
70%),
radial-gradient(ellipse 50% 50% at 10% 80%, rgba(108,59,255,.10) 0%, transparent
60%),
var(--lm-black);
}
.lm-hero-grid {
position: absolute;
inset: 0;
background-image:
linear-gradient(rgba(108,59,255,.06) 1px, transparent 1px),
linear-gradient(90deg, rgba(108,59,255,.06) 1px, transparent 1px);
background-size: 60px 60px;
mask-image: radial-gradient(ellipse 80% 80% at 50% 40%, black 40%, transparent 100%);
-webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 40%, black 40%, transparent
100%);
}
.lm-hero-inner {
position: relative;
z-index: 2;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 64px;
align-items: center;
}
.lm-hero-tag { margin-bottom: 28px; }
.lm-hero-title {
font-family: var(--font-display);
font-size: clamp(40px, 5.5vw, 72px);
font-weight: 800;
line-height: 1.03;
letter-spacing: -.03em;
color: #fff;
margin-bottom: 24px;
}
.lm-hero-title .accent {
color: var(--lm-purple-light);
position: relative;
}
.lm-hero-title .accent::after {
content: '';
position: absolute;
bottom: 2px; left: 0; right: 0;
height: 3px;
background: linear-gradient(90deg, var(--lm-purple), transparent);
border-radius: 2px;
}
.lm-hero-sub {
font-size: clamp(16px, 2vw, 20px);
color: var(--lm-muted);
line-height: 1.6;
margin-bottom: 44px;
max-width: 50ch;
}
.lm-hero-actions {
display: flex;
flex-wrap: wrap;
gap: 14px;
margin-bottom: 16px;
}
.lm-hero-microcopy {
font-size: 13px;
color: var(--lm-muted);
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 40px;
}
.lm-hero-microcopy::before {
content: '✓';
color: var(--lm-green);
font-weight: 700;
}
.lm-hero-proof { display: flex; align-items: center; gap: 20px; }
.lm-proof-avatars { display: flex; }
.lm-proof-avatars span {
width: 36px; height: 36px;
border-radius: 50%;
border: 2px solid var(--lm-black);
display: flex;
align-items: center;
justify-content: center;
font-size: 12px;
background: linear-gradient(135deg, #6C3BFF, #B490FF);
margin-left: -10px;
font-family: var(--font-display);
font-weight: 700;
color: #fff;
}
.lm-proof-avatars span:first-child { margin-left: 0; }
.lm-proof-text strong { color: #fff; font-weight: 600; }
.lm-proof-text { font-size: 13.5px; color: var(--lm-muted); }
/* Hero visual card */
.lm-dashboard-card {
background: var(--lm-surface);
border: 1px solid var(--lm-border);
border-radius: var(--radius-xl);
padding: 32px;
width: 100%;
max-width: 460px;
box-shadow:
0 0 0 1px rgba(108,59,255,.08),
0 40px 80px rgba(0,0,0,.6),
0 0 80px rgba(108,59,255,.12);
animation: floatCard 6s ease-in-out infinite;
margin-left: auto;
}
@keyframes floatCard {
0%,100% { transform: translateY(0); }
50% { transform: translateY(-12px); }
}
.lm-card-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 28px;
}
.lm-card-title {
font-family: var(--font-display);
font-size: 13px;
font-weight: 700;
letter-spacing: .06em;
text-transform: uppercase;
color: var(--lm-muted);
}
.lm-card-badge {
background: rgba(0,229,160,.12);
color: var(--lm-green);
border: 1px solid rgba(0,229,160,.2);
border-radius: 100px;
font-size: 11px;
font-weight: 700;
padding: 4px 12px;
letter-spacing: .05em;
}
.lm-stat-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
margin-bottom: 28px;
}
.lm-stat {
background: var(--lm-surface-2);
border: 1px solid var(--lm-border);
border-radius: var(--radius-md);
padding: 18px 20px;
}
.lm-stat-num {
font-family: var(--font-display);
font-size: 28px;
font-weight: 800;
color: #fff;
letter-spacing: -.02em;
line-height: 1;
margin-bottom: 6px;
}
.lm-stat-num.green { color: var(--lm-green); }
.lm-stat-label { font-size: 12px; color: var(--lm-muted); font-weight: 500; }
.lm-sparkline {
height: 6px;
background: var(--lm-surface-2);
border-radius: 3px;
overflow: hidden;
margin-bottom: 8px;
}
.lm-sparkline-fill {
height: 100%;
width: 0%;
border-radius: 3px;
background: linear-gradient(90deg, var(--lm-purple), var(--lm-purple-light));
transition: width 2s var(--ease-out);
}
.lm-leads-list { display: flex; flex-direction: column; gap: 10px; margin-top:16px; }
.lm-lead-item {
display: flex;
align-items: center;
gap: 12px;
padding: 10px 14px;
background: var(--lm-surface-2);
border-radius: var(--radius-sm);
border: 1px solid transparent;
animation: slideInLead .5s var(--ease-out) both;
}
.lm-lead-item:nth-child(1) { animation-delay: .8s; }
.lm-lead-item:nth-child(2) { animation-delay: 1.1s; }
.lm-lead-item:nth-child(3) { animation-delay: 1.4s; }
@keyframes slideInLead {
from { opacity: 0; transform: translateX(20px); }
to { opacity: 1; transform: translateX(0); }
}
.lm-lead-avatar {
width: 30px; height: 30px;
border-radius: 50%;
background: linear-gradient(135deg, var(--lm-purple), var(--lm-purple-light));
display: flex;
align-items: center;
justify-content: center;
font-size: 10px;
font-weight: 800;
color: #fff;
flex-shrink: 0;
font-family: var(--font-display);
}
.lm-lead-info { flex: 1; min-width: 0; }
.lm-lead-name { font-size: 13px; font-weight: 600; color: #fff; }
.lm-lead-source { font-size: 11px; color: var(--lm-muted); }
.lm-lead-status {
font-size: 10px;
font-weight: 700;
letter-spacing: .05em;
text-transform: uppercase;
padding: 3px 10px;
border-radius: 100px;
flex-shrink: 0;
}
.lm-lead-status.hot { background: rgba(108,59,255,.15); color: var(--lm-purple-light); border:
1px solid rgba(108,59,255,.25); }
.lm-lead-status.new { background: rgba(0,229,160,.1); color: var(--lm-green); border: 1px
solid rgba(0,229,160,.2); }
@media (max-width: 900px) {
.lm-hero-inner { grid-template-columns: 1fr; gap: 60px; }
.lm-dashboard-card { max-width: 100%; margin-left: 0; }
}
/* ============================================================
LOGO BAR
============================================================ */
#logobar {
padding: 40px 0;
border-top: 1px solid var(--lm-border);
border-bottom: 1px solid var(--lm-border);
background: var(--lm-surface);
overflow: hidden;
}
.lm-logobar-label {
text-align: center;
font-size: 12px;
font-weight: 600;
letter-spacing: .1em;
text-transform: uppercase;
color: var(--lm-muted);
margin-bottom: 28px;
}
.lm-logos-track {
display: flex;
gap: 64px;
animation: scrollLogos 24s linear infinite;
width: max-content;
}
@keyframes scrollLogos {
from { transform: translateX(0); }
to { transform: translateX(-50%); }
}
.lm-logo-item {
font-family: var(--font-display);
font-size: 18px;
font-weight: 800;
letter-spacing: -.02em;
color: rgba(255,255,255,.15);
white-space: nowrap;
}
/* ============================================================
02 – PROBLEM
============================================================ */
#problem { padding: var(--section-pad); }
.lm-problem-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: center;
}
.lm-pain-list { display: flex; flex-direction: column; gap: 20px; }
.lm-pain-item {
display: flex;
gap: 20px;
align-items: flex-start;
padding: 24px 28px;
background: var(--lm-surface);
border: 1px solid var(--lm-border);
border-radius: var(--radius-lg);
transition: border-color .3s, transform .3s var(--ease-out);
}
.lm-pain-item:hover { border-color: rgba(108,59,255,.4); transform: translateX(6px); }
.lm-pain-icon {
width: 48px; height: 48px;
border-radius: var(--radius-md);
background: rgba(108,59,255,.1);
border: 1px solid rgba(108,59,255,.2);
display: flex;
align-items: center;
justify-content: center;
font-size: 22px;
flex-shrink: 0;
}
.lm-pain-title { font-family: var(--font-display); font-size: 17px; font-weight: 700; color: #fff;
margin-bottom: 6px; }
.lm-pain-desc { font-size: 14.5px; color: var(--lm-muted); line-height: 1.6; }
@media (max-width: 800px) { .lm-problem-grid { grid-template-columns: 1fr; gap: 48px; } }
/* ============================================================
03 – ROZWIĄZANIE
============================================================ */
#solution {
padding: var(--section-pad);
background: var(--lm-surface);
position: relative;
overflow: hidden;
}
#solution::before {
content: '';
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%, -50%);
width: 800px; height: 800px;
background: radial-gradient(circle, rgba(108,59,255,.08) 0%, transparent 70%);
pointer-events: none;
}
.lm-solution-header { text-align: center; margin-bottom: 72px; }
.lm-solution-header .lm-tag { margin-bottom: 20px; }
.lm-solution-header .lm-section-title { margin-bottom: 16px; }
.lm-solution-header .lm-section-sub { margin-inline: auto; }
.lm-steps-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 24px;
position: relative;
}
.lm-steps-grid::before {
content: '';
position: absolute;
top: 52px;
left: calc(12.5%);
right: calc(12.5%);
height: 1px;
background: linear-gradient(90deg, transparent, var(--lm-purple), var(--lm-purple),
transparent);
opacity: .25;
pointer-events: none;
}
.lm-step {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 36px 24px 32px;
background: var(--lm-surface-2);
border: 1px solid var(--lm-border);
border-radius: var(--radius-lg);
transition: border-color .3s, box-shadow .3s, transform .35s var(--ease-out);
position: relative;
}
.lm-step:hover {
border-color: rgba(108,59,255,.5);
box-shadow: 0 0 40px rgba(108,59,255,.12);
transform: translateY(-6px);
}
.lm-step-num {
position: absolute;
top: -14px;
left: 50%;
transform: translateX(-50%);
background: var(--lm-purple);
color: #fff;
font-family: var(--font-display);
font-size: 11px;
font-weight: 800;
letter-spacing: .06em;
padding: 4px 14px;
border-radius: 100px;
box-shadow: 0 0 20px var(--lm-purple-glow);
white-space: nowrap;
}
.lm-step-icon {
width: 64px; height: 64px;
border-radius: var(--radius-md);
background: rgba(108,59,255,.1);
border: 1px solid rgba(108,59,255,.2);
display: flex;
align-items: center;
justify-content: center;
font-size: 28px;
margin-bottom: 20px;
margin-top: 8px;
}
.lm-step-title { font-family: var(--font-display); font-size: 18px; font-weight: 700; color: #fff;
margin-bottom: 10px; }
.lm-step-desc { font-size: 14px; color: var(--lm-muted); line-height: 1.65; }
@media (max-width: 900px) {
.lm-steps-grid { grid-template-columns: 1fr 1fr; }
.lm-steps-grid::before { display: none; }
}
@media (max-width: 540px) { .lm-steps-grid { grid-template-columns: 1fr; } }
/* ============================================================
04 – KORZYŚCI
============================================================ */
#benefits { padding: var(--section-pad); }
.lm-benefits-header {
display: flex;
gap: 80px;
align-items: flex-start;
margin-bottom: 64px;
}
.lm-benefits-header-left { max-width: 480px; }
.lm-benefits-header-left .lm-tag { margin-bottom: 20px; }
.lm-benefits-header-left .lm-section-title { margin-bottom: 16px; }
.lm-benefits-header-right { flex: 1; display: flex; align-items: center; }
.lm-benefits-header-right p { font-size: 18px; color: var(--lm-muted); line-height: 1.7; }
.lm-benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.lm-benefit-card {
background: var(--lm-surface);
border: 1px solid var(--lm-border);
border-radius: var(--radius-lg);
padding: 36px 32px;
transition: border-color .3s, transform .35s var(--ease-out), box-shadow .3s;
position: relative;
overflow: hidden;
}
.lm-benefit-card::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 2px;
background: linear-gradient(90deg, transparent, var(--lm-purple), transparent);
opacity: 0;
transition: opacity .3s;
}
.lm-benefit-card:hover { border-color: rgba(108,59,255,.4); transform: translateY(-4px);
box-shadow: 0 20px 60px rgba(0,0,0,.4); }
.lm-benefit-card:hover::before { opacity: 1; }
.lm-benefit-icon { font-size: 32px; margin-bottom: 20px; }
.lm-benefit-title { font-family: var(--font-display); font-size: 20px; font-weight: 700; color: #fff;
margin-bottom: 10px; }
.lm-benefit-desc { font-size: 14.5px; color: var(--lm-muted); line-height: 1.65; }
.lm-benefit-stat {
margin-top: 24px;
padding-top: 20px;
border-top: 1px solid var(--lm-border);
font-family: var(--font-display);
font-size: 28px;
font-weight: 800;
color: var(--lm-purple-light);
}
.lm-benefit-stat span { font-size: 13px; color: var(--lm-muted); font-family: var(--font-body);
font-weight: 400; display: block; margin-top: 2px; }
@media (max-width: 960px) { .lm-benefits-header { flex-direction: column; gap: 24px; }
.lm-benefits-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .lm-benefits-grid { grid-template-columns: 1fr; } }
/* ============================================================
05 – SOCIAL PROOF
============================================================ */
#social-proof {
padding: var(--section-pad);
background: var(--lm-surface);
position: relative;
overflow: hidden;
}
#social-proof::after {
content: '';
position: absolute;
bottom: -100px; right: -100px;
width: 500px; height: 500px;
background: radial-gradient(circle, rgba(108,59,255,.08) 0%, transparent 70%);
pointer-events: none;
}
.lm-proof-header { text-align: center; margin-bottom: 16px; }
.lm-proof-header .lm-tag { margin-bottom: 20px; }
.lm-proof-header .lm-section-title { margin-bottom: 16px; }
.lm-results-bar {
display: flex;
justify-content: center;
margin-top: 48px;
margin-bottom: 64px;
}
.lm-result-item {
text-align: center;
padding: 28px 48px;
border: 1px solid var(--lm-border);
background: var(--lm-surface-2);
}
.lm-result-item:first-child { border-radius: var(--radius-lg) 0 0 var(--radius-lg); }
.lm-result-item:last-child { border-radius: 0 var(--radius-lg) var(--radius-lg) 0; }
.lm-result-item + .lm-result-item { border-left: none; }
.lm-result-num { font-family: var(--font-display); font-size: 40px; font-weight: 800; color: #fff;
letter-spacing: -.03em; }
.lm-result-num .accent { color: var(--lm-purple-light); }
.lm-result-label { font-size: 13px; color: var(--lm-muted); margin-top: 4px; }
.lm-testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.lm-testimonial {
background: var(--lm-surface-2);
border: 1px solid var(--lm-border);
border-radius: var(--radius-lg);
padding: 32px 28px;
transition: border-color .3s, transform .35s var(--ease-out);
}
.lm-testimonial:hover { border-color: rgba(108,59,255,.35); transform: translateY(-4px); }
.lm-testimonial-stars { color: #FFD700; font-size: 14px; margin-bottom: 16px; letter-spacing:
2px; }
.lm-testimonial-quote { font-size: 15px; line-height: 1.7; color: var(--lm-text); margin-bottom:
24px; font-style: italic; }
.lm-testimonial-quote strong { color: #fff; font-style: normal; }
.lm-testimonial-author { display: flex; align-items: center; gap: 14px; }
.lm-author-avatar {
width: 44px; height: 44px;
border-radius: 50%;
background: linear-gradient(135deg, var(--lm-purple), #B490FF);
display: flex;
align-items: center;
justify-content: center;
font-family: var(--font-display);
font-weight: 800;
font-size: 15px;
color: #fff;
flex-shrink: 0;
}
.lm-author-name { font-weight: 600; font-size: 15px; color: #fff; }
.lm-author-role { font-size: 12.5px; color: var(--lm-muted); }
@media (max-width: 960px) { .lm-testimonials-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) {
.lm-testimonials-grid { grid-template-columns: 1fr; }
.lm-results-bar { flex-direction: column; }
.lm-result-item:first-child { border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
.lm-result-item:last-child { border-radius: 0 0 var(--radius-lg) var(--radius-lg); border-left:
1px solid var(--lm-border); border-top: none; }
.lm-result-item + .lm-result-item { border-left: 1px solid var(--lm-border); border-top: none; }
}
/* ============================================================
06 – OFERTA
============================================================ */
#offer { padding: var(--section-pad); }
.lm-offer-header { text-align: center; margin-bottom: 64px; }
.lm-offer-header .lm-tag { margin-bottom: 20px; }
.lm-offer-header .lm-section-title { margin-bottom: 16px; }
.lm-offer-header .lm-section-sub { margin-inline: auto; }
.lm-offer-card {
background: var(--lm-surface);
border: 1px solid var(--lm-border);
border-radius: var(--radius-xl);
overflow: hidden;
box-shadow: 0 40px 100px rgba(0,0,0,.5), 0 0 0 1px rgba(108,59,255,.08);
}
.lm-offer-card-header {
background: linear-gradient(135deg, rgba(108,59,255,.2), rgba(108,59,255,.05));
border-bottom: 1px solid var(--lm-border);
padding: 48px 56px;
display: flex;
justify-content: space-between;
align-items: center;
gap: 40px;
}
.lm-offer-card-title { font-family: var(--font-display); font-size: clamp(24px, 3vw, 36px);
font-weight: 800; color: #fff; margin-bottom: 10px; }
.lm-offer-card-sub { font-size: 16px; color: var(--lm-muted); max-width: 50ch; }
.lm-offer-price { text-align: right; flex-shrink: 0; }
.lm-offer-price-label { font-size: 12px; color: var(--lm-muted); text-transform: uppercase;
letter-spacing: .1em; margin-bottom: 6px; }
.lm-offer-price-num { font-family: var(--font-display); font-size: 48px; font-weight: 800; color:
#fff; letter-spacing: -.03em; line-height: 1; }
.lm-offer-price-note { font-size: 12px; color: var(--lm-muted); margin-top: 6px; }
.lm-offer-modules { display: grid; grid-template-columns: repeat(2, 1fr); }
.lm-offer-module { padding: 36px 48px; border-bottom: 1px solid var(--lm-border); }
.lm-offer-module:nth-child(odd) { border-right: 1px solid var(--lm-border); }
.lm-offer-module:nth-last-child(-n+2) { border-bottom: none; }
.lm-module-icon { font-size: 28px; margin-bottom: 14px; }
.lm-module-title { font-family: var(--font-display); font-size: 18px; font-weight: 700; color: #fff;
margin-bottom: 8px; }
.lm-module-desc { font-size: 14px; color: var(--lm-muted); line-height: 1.65; }
.lm-module-items { list-style: none; margin-top: 14px; display: flex; flex-direction: column;
gap: 6px; }
.lm-module-items li { font-size: 13.5px; color: var(--lm-muted); display: flex; align-items:
center; gap: 8px; }
.lm-module-items li::before { content: '→'; color: var(--lm-purple-light); font-weight: 700;
flex-shrink: 0; }
.lm-offer-cta {
padding: 40px 56px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
border-top: 1px solid var(--lm-border);
background: rgba(108,59,255,.04);
}
.lm-offer-cta-text { font-size: 15px; color: var(--lm-muted); }
.lm-offer-cta-text strong { color: #fff; }
@media (max-width: 800px) {
.lm-offer-card-header { flex-direction: column; align-items: flex-start; padding: 28px; }
.lm-offer-price { text-align: left; }
.lm-offer-modules { grid-template-columns: 1fr; }
.lm-offer-module { padding: 28px; }
.lm-offer-module:nth-child(odd) { border-right: none; }
.lm-offer-module:nth-last-child(-n+2) { border-bottom: 1px solid var(--lm-border); }
.lm-offer-module:last-child { border-bottom: none; }
.lm-offer-cta { flex-direction: column; align-items: flex-start; padding: 28px; }
}
/* ============================================================
07 – CTA SEKCJA
============================================================ */
#cta-section {
padding: var(--section-pad);
background: var(--lm-surface);
position: relative;
overflow: hidden;
}
#cta-section::before {
content: '';
position: absolute;
inset: 0;
background: radial-gradient(ellipse 70% 80% at 50% 50%, rgba(108,59,255,.15) 0%,
transparent 70%);
pointer-events: none;
}
.lm-cta-box { position: relative; z-index: 2; text-align: center; max-width: 760px; margin-inline:
auto; }
.lm-cta-box .lm-tag { margin-bottom: 28px; }
.lm-cta-box .lm-section-title { margin-bottom: 20px; }
.lm-cta-desc { font-size: 18px; color: var(--lm-muted); margin-bottom: 48px; max-width: 55ch;
margin-inline: auto; line-height: 1.7; }
.lm-cta-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center;
margin-bottom: 28px; }
.lm-cta-trust { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; }
.lm-trust-item { font-size: 13px; color: var(--lm-muted); display: flex; align-items: center; gap:
6px; }
.lm-trust-item::before { content: '✓'; color: var(--lm-green); font-weight: 700; }
/* ============================================================
08 – FAQ
============================================================ */
#faq { padding: var(--section-pad); }
.lm-faq-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: start;
}
.lm-faq-left .lm-tag { margin-bottom: 20px; }
.lm-faq-left .lm-section-title { margin-bottom: 16px; }
.lm-faq-left .lm-section-sub { margin-bottom: 36px; }
.lm-faq-list { display: flex; flex-direction: column; gap: 12px; }
.lm-faq-item {
background: var(--lm-surface);
border: 1px solid var(--lm-border);
border-radius: var(--radius-md);
overflow: hidden;
transition: border-color .3s;
}
.lm-faq-item.open { border-color: rgba(108,59,255,.4); }
.lm-faq-q {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
padding: 20px 24px;
cursor: pointer;
font-family: var(--font-display);
font-size: 15.5px;
font-weight: 600;
color: #fff;
user-select: none;
}
.lm-faq-q:hover { color: var(--lm-purple-light); }
.lm-faq-icon {
width: 28px; height: 28px;
border-radius: 50%;
background: rgba(108,59,255,.12);
border: 1px solid rgba(108,59,255,.2);
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
font-size: 18px;
color: var(--lm-purple-light);
transition: transform .3s var(--ease-out), background .2s;
line-height: 1;
}
.lm-faq-item.open .lm-faq-icon { transform: rotate(45deg); background: rgba(108,59,255,.25);
}
.lm-faq-a {
max-height: 0;
overflow: hidden;
transition: max-height .4s var(--ease-out), padding .3s;
font-size: 14.5px;
color: var(--lm-muted);
line-height: 1.7;
}
.lm-faq-item.open .lm-faq-a { max-height: 300px; padding: 0 24px 20px; }
@media (max-width: 800px) { .lm-faq-grid { grid-template-columns: 1fr; gap: 48px; } }
/* ============================================================
FOOTER
============================================================ */
#footer {
padding: 64px 0 40px;
border-top: 1px solid var(--lm-border);
background: var(--lm-black);
}
.lm-footer-inner {
display: grid;
grid-template-columns: 2fr 1fr 1fr 1fr;
gap: 48px;
margin-bottom: 48px;
}
.lm-footer-brand .lm-logo { font-size: 24px; margin-bottom: 14px; }
.lm-footer-brand p { font-size: 14px; color: var(--lm-muted); line-height: 1.7; max-width: 32ch;
}
.lm-footer-col-title { font-family: var(--font-display); font-size: 13px; font-weight: 700;
letter-spacing: .08em; text-transform: uppercase; color: var(--lm-muted); margin-bottom:
18px; }
.lm-footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.lm-footer-links a { font-size: 14px; color: var(--lm-muted); transition: color .2s; }
.lm-footer-links a:hover { color: #fff; }
.lm-footer-bottom {
padding-top: 32px;
border-top: 1px solid var(--lm-border);
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 16px;
}
.lm-footer-copy { font-size: 13px; color: var(--lm-muted); }
.lm-footer-legal { display: flex; gap: 24px; }
.lm-footer-legal a { font-size: 13px; color: var(--lm-muted); transition: color .2s; }
.lm-footer-legal a:hover { color: #fff; }
@media (max-width: 900px) { .lm-footer-inner { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .lm-footer-inner { grid-template-columns: 1fr; } }
/* ============================================================
ANIMATIONS & SCROLL REVEALS
============================================================ */
.lm-reveal {
opacity: 0;
transform: translateY(30px);
transition: opacity .7s var(--ease-out), transform .7s var(--ease-out);
}
.lm-reveal.visible { opacity: 1; transform: translateY(0); }
.lm-reveal-delay-1 { transition-delay: .1s; }
.lm-reveal-delay-2 { transition-delay: .2s; }
.lm-reveal-delay-3 { transition-delay: .3s; }
.lm-reveal-delay-4 { transition-delay: .4s; }
/* Mobile menu overlay */
.lm-mobile-menu {
position: fixed;
top: 0; left: 0; right: 0; bottom: 0;
background: rgba(8,8,12,.97);
backdrop-filter: blur(20px);
z-index: 998;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 32px;
opacity: 0;
pointer-events: none;
transition: opacity .3s;
}
.lm-mobile-menu.open { opacity: 1; pointer-events: all; }
.lm-mobile-menu a {
font-family: var(--font-display);
font-size: 28px;
font-weight: 800;
color: var(--lm-muted);
transition: color .2s;
}
.lm-mobile-menu a:hover { color: #fff; }