@charset "UTF-8";.lp-custom-inner{max-width:1100px;margin:0 auto;padding:0 4%}.lp-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:30px}.lp-gallery-item{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 10px 20px rgba(0,0,0,.05);aspect-ratio:4/3}.lp-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.lp-gallery-item:hover img{transform:scale(1.08)}.lp-gallery-label{position:absolute;bottom:0;width:100%;background:linear-gradient(transparent,rgba(0,0,0,.7));color:#fff;padding:15px;text-align:center;font-weight:700}.lp-card-wrapper{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.lp-card{background:#fff;border-radius:20px;padding:30px;box-shadow:0 15px 35px rgba(0,0,0,.06);flex:1 1 340px;max-width:500px;border:1px solid #f0f0f0}.lp-card.highlight{border:3px solid #ff8c69}.lp-faq-item{background:#fff;margin-bottom:15px;border-radius:10px;border:1px solid #e0e7ed}.lp-faq-q{padding:20px;font-weight:700;display:flex;align-items:center;cursor:pointer;background:#fdfdfd}.lp-faq-a{padding:20px;border-top:1px solid #eee;background:#fff;line-height:1.8}@media (max-width:768px){.lp-gallery-grid{grid-template-columns:repeat(2,1fr);gap:15px}.lp-gallery-item{aspect-ratio:1/1}.lp-card{flex:1 1 100%}}