.lpc-hero-cta {
--h-primary: #2E7D32;
--h-primary-dark: #1B5E20;
--h-primary-light: #E8F5E9;
--h-primary-glow: rgba(46, 125, 50, 0.25);
--h-text: #111827;
--h-text-secondary: #6B7280;
--h-border: #E5E7EB;
--h-bg: #F9FAFB;
--h-white: #FFFFFF;
--h-radius: 16px;
--h-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
} .lpc-hero-cta {
max-width: 1100px;
margin: 56px auto;
padding: 0 24px;
font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
}
.lpc-hero-inner {
display: grid;
grid-template-columns: 1fr 380px;
gap: 48px;
align-items: center;
background: var(--h-white);
border: 1px solid var(--h-border);
border-radius: var(--h-radius);
padding: 48px;
box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
} .lpc-hero-content {
display: flex;
flex-direction: column;
}
.lpc-hero-eyebrow {
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.8px;
color: var(--h-primary);
background: var(--h-primary-light);
padding: 5px 14px;
border-radius: 20px;
width: fit-content;
margin-bottom: 16px;
}
.lpc-hero-title {
font-size: 32px !important;
font-weight: 800 !important;
color: var(--h-text) !important;
line-height: 1.2 !important;
margin: 0 0 12px 0 !important;
}
.lpc-hero-desc {
font-size: 16px !important;
color: var(--h-text-secondary) !important;
line-height: 1.6 !important;
margin: 0 0 28px 0 !important;
max-width: 520px;
} .lpc-hero-features {
display: flex;
flex-direction: column;
gap: 14px;
margin-bottom: 32px;
}
.lpc-hero-feature {
display: flex;
align-items: flex-start;
gap: 12px;
}
.lpc-hero-feature svg {
flex-shrink: 0;
color: var(--h-primary);
margin-top: 2px;
}
.lpc-hero-feature div {
display: flex;
flex-direction: column;
gap: 1px;
}
.lpc-hero-feature strong {
font-size: 14px;
font-weight: 700;
color: var(--h-text);
line-height: 1.4;
}
.lpc-hero-feature span {
font-size: 13px;
color: var(--h-text-secondary);
line-height: 1.4;
} .lpc-hero-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
background: var(--h-primary);
color: #fff !important;
padding: 14px 32px;
border-radius: 12px;
font-size: 16px;
font-weight: 700;
text-decoration: none !important;
border: none;
cursor: pointer;
box-shadow: 0 4px 14px var(--h-primary-glow);
transition: all var(--h-transition);
width: fit-content;
font-family: inherit;
}
.lpc-hero-btn:hover {
background: var(--h-primary-dark);
color: #fff !important;
transform: translateY(-2px);
box-shadow: 0 6px 20px var(--h-primary-glow);
}
.lpc-hero-btn:active {
transform: translateY(0);
}
.lpc-hero-btn-arrow {
transition: transform 0.2s ease;
}
.lpc-hero-btn:hover .lpc-hero-btn-arrow {
transform: translateX(4px);
} .lpc-hero-trust {
display: flex;
align-items: center;
gap: 20px;
margin-top: 18px;
flex-wrap: wrap;
}
.lpc-hero-trust-item {
display: flex;
align-items: center;
gap: 5px;
font-size: 13px;
font-weight: 500;
color: var(--h-text-secondary);
}
.lpc-hero-trust-item svg {
color: var(--h-primary);
flex-shrink: 0;
} .lpc-hero-visual {
display: flex;
align-items: center;
justify-content: center;
}
.lpc-hero-preview {
width: 100%;
background: var(--h-bg);
border: 1px solid var(--h-border);
border-radius: 14px;
overflow: hidden;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
transition: transform var(--h-transition), box-shadow var(--h-transition);
}
.lpc-hero-preview:hover {
transform: translateY(-4px);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
} .lpc-preview-header {
display: flex;
align-items: center;
gap: 12px;
padding: 12px 16px;
background: var(--h-white);
border-bottom: 1px solid var(--h-border);
}
.lpc-preview-dots {
display: flex;
gap: 6px;
}
.lpc-preview-dots span {
width: 10px;
height: 10px;
border-radius: 50%;
background: #d1d5db;
}
.lpc-preview-dots span:first-child { background: #FCA5A5; }
.lpc-preview-dots span:nth-child(2) { background: #FDE68A; }
.lpc-preview-dots span:last-child { background: #86EFAC; }
.lpc-preview-title {
font-size: 13px;
font-weight: 600;
color: var(--h-text-secondary);
flex: 1;
text-align: center;
padding-right: 44px; } .lpc-preview-body {
padding: 20px 20px 24px;
display: flex;
flex-direction: column;
gap: 12px;
} .lpc-preview-step {
display: flex;
align-items: center;
gap: 12px;
padding: 10px 14px;
background: var(--h-white);
border: 1px solid var(--h-border);
border-radius: 10px;
transition: border-color 0.2s ease;
}
.lpc-preview-step:hover {
border-color: var(--h-primary);
}
.lpc-preview-step-num {
width: 28px;
height: 28px;
border-radius: 50%;
background: var(--h-primary);
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 13px;
font-weight: 700;
flex-shrink: 0;
}
.lpc-preview-step-text {
font-size: 13px;
font-weight: 600;
color: var(--h-text);
} .lpc-preview-result {
background: var(--h-primary);
color: #fff;
border-radius: 10px;
padding: 14px 16px;
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 4px;
}
.lpc-preview-result-label {
font-size: 13px;
font-weight: 600;
opacity: 0.9;
}
.lpc-preview-result-value {
font-size: 18px;
font-weight: 800;
} @media (max-width: 900px) {
.lpc-hero-inner {
grid-template-columns: 1fr;
gap: 32px;
padding: 36px 28px;
}
.lpc-hero-visual {
order: -1; }
.lpc-hero-preview {
max-width: 360px;
}
.lpc-hero-title {
font-size: 26px !important;
}
}
@media (max-width: 600px) {
.lpc-hero-cta {
margin: 36px auto;
padding: 0 16px;
}
.lpc-hero-inner {
padding: 28px 20px;
}
.lpc-hero-title {
font-size: 22px !important;
}
.lpc-hero-desc {
font-size: 15px !important;
}
.lpc-hero-btn {
width: 100%;
}
.lpc-hero-trust {
flex-direction: column;
align-items: flex-start;
gap: 8px;
}
.lpc-hero-preview {
max-width: 100%;
}
.lpc-preview-result {
flex-direction: column;
text-align: center;
gap: 4px;
}
}