#lp-hero {
position: relative;
width: 100%;
min-height: 290px;
overflow: hidden;
}
.hero-bg {
width: 100%;
height: auto;
display: block;
}
.hero-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.4);
display: flex;
justify-content: center;
align-items: center;
padding: 2rem;
}
.hero-content {
text-align: center;
color: #fff;
max-width: 94%;
}
.hero-title {
margin-bottom: 0.6rem;
font-size: 1.8rem;
font-weight: bold;
color: #fff;
}
.hero-text {
font-size: 0.8rem;
}
.btn.btn-wp {
display: inline-block;
padding: 0.8rem 2rem;
background: #4d2b4d;
font-size: 1rem;
font-weight: bold;
color: #fff;
text-decoration: none;
border: none;
border-radius: 4px;
transition: background 0.3s ease;
}
.btn.btn-wp:hover {
background: #005bb5;
}
@media (min-width: 768px) {
.hero-title {
font-size: 2rem;
}
.hero-text {
font-size: 1rem;
}
.hero-content {
max-width: 70%;
}
}
@media (min-width: 1024px) {
.hero-title {
font-size: 2.2rem;
}
.hero-text {
font-size: 1.1rem;
}
.hero-content {
max-width: 50%;
}
}   #lp-about {
padding: 4rem 2rem;
background: #f9f9f9;
}
#lp-about .container {
max-width: 1200px;
margin: 0 auto;
}
.about-grid {
display: flex;
flex-direction: column;
gap: 2rem;
}
.about-col {
flex: 1;
}
.content-title {
font-size: 1.6rem;
margin-bottom: 1rem;
color: #4d2b4d;
}
.content-text {
margin-bottom: 1.5rem;
line-height: 1.6;
color: #111;
}
.content-list {
margin: 0 0 1.5rem;
padding: 0 0 0 1.2rem;
list-style: disc;
color: #111;
}
.content-list li {
margin-bottom: 0.5rem;
}
.btn.btn-xc {
display: inline-block;
padding: 0.8rem 2rem;
font-size: 1rem;
font-weight: bold;
color: #fff;
background: #4d2b4d;
border: none;
border-radius: 4px;
text-decoration: none;
transition: background 0.3s ease;
}
.btn.btn-xc:hover {
background: #005bb5;
}
@media (min-width: 768px) {
.about-grid {
flex-direction: row;
align-items: flex-start;
}
.about-heading {
max-width: 30%;
}
.about-content {
max-width: 70%;
}
.content-title {
font-size: 1.8rem;;
}
}
@media (min-width: 1024px) {
.content-title {
font-size: 2rem;
}
.content-text {
font-size: 1.1rem;
}
}   #lp-features {
padding: 4rem 2rem;
background: #fff;
}
#lp-features .container {
max-width: 1200px;
margin: 0 auto;
}
.section-title {
text-align: center;
width: 100%;
font-size: 1.6rem;
margin-bottom: 3rem;
color: #4d2b4d;
}
.feature-row {
display: flex;
flex-direction: column;
gap: 2rem;
margin-bottom: 4rem;
}
.feature-col {
flex: 1 1 100%;
}
.feature-image img {
display: block;
width: 100%;
height: auto;
max-width: 480px;
border-radius: 6px;
}
.feature-content .content-title {
font-size: 1.6rem;
margin-bottom: 1rem;
}
.feature-content .content-text {
margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
.feature-row {
flex-direction: row;
align-items: center;
}
.feature-col {
flex: 1 1 50%;
padding: 0 1rem;
}
}
@media (min-width: 1024px) {
.section-title {
font-size: 2rem;
}
.feature-content .content-title {
font-size: 2rem;
}
.feature-content .content-text {
font-size: 1.1rem;
}
.feature-col {
padding: 0 2rem;
}
}   #lp-cta {
background: #dfbfff;
color: #111;
text-align: center;
padding: 4rem 2rem;
width: 100%;
}
.cta-container {
max-width: 80%;
margin: 0 auto;
}
.cta-text {
font-size: 0.9rem;
margin-bottom: 2rem;
line-height: 1.5;
}
@media (min-width: 768px) {
.cta-text {
font-size: 1rem;
}
}
@media (min-width: 1024px) {
.cta-container {
max-width: 60%;
}
}