/* Software landing pages (uses brand tokens from style.css) */
.lp-hero { background: linear-gradient(135deg, var(--navy), var(--navy-light)); color: #fff; padding: 56px 0 48px; }
.lp-hero h1 { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: clamp(30px, 5vw, 48px); line-height: 1.1; margin: 8px 0; }
.lp-tag { font-size: 19px; color: rgba(255,255,255,.82); max-width: 560px; }
.lp-price { margin-top: 18px; font-size: 18px; }
.lp-price strong { font-family: 'Outfit', sans-serif; font-size: 34px; color: var(--gold-light); margin-left: 6px; }
.lp-note { font-size: 13px; color: rgba(255,255,255,.6); margin-bottom: 18px; }
.lp-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 12px; }
.lp-hero-img { width: 100%; height: auto; border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.lp-lang { font-size: 13px; margin-bottom: 6px; }
.lp-lang a { color: rgba(255,255,255,.7); text-decoration: none; margin-right: 12px; padding-bottom: 2px; }
.lp-lang a.on { color: #fff; border-bottom: 2px solid var(--gold); }

.lp-section { padding: 40px 0 80px; background: var(--off-white); }
.lp-section h2 { font-family: 'Outfit', sans-serif; font-size: 24px; font-weight: 700; margin: 34px 0 14px; }
.lp-desc { font-size: 17px; color: var(--text-mid); }
.lp-features { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 8px 18px; }
.lp-features i { color: #16a34a; margin-right: 6px; }
.lp-features.sm { grid-template-columns: 1fr 1fr; font-size: 14px; }
.lp-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.lp-chips span { background: var(--gold-pale); color: #92400e; border-radius: 50px; padding: 4px 14px; font-size: 14px; font-weight: 500; }
.lp-video { position: relative; aspect-ratio: 16/9; border-radius: var(--radius); overflow: hidden; background: #000; box-shadow: var(--shadow); }
.lp-video iframe, .lp-video video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.lp-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; }
.lp-gallery img { width: 100%; height: 150px; object-fit: cover; border-radius: var(--radius-sm); border: 1px solid var(--border); background: #fff; }
.lp-gallery figure { margin: 0; } .lp-gallery figcaption { font-size: 13px; color: var(--text-mid); }
.lp-pkg { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow); }
.lp-pkg-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font-family: 'Outfit', sans-serif; font-size: 20px; font-weight: 700; }
.lp-pkg-head b { color: var(--blue); }
.lp-pkg h6 { margin-top: 16px; font-weight: 700; }
.lp-table { width: 100%; font-size: 14px; margin-top: 8px; }
.lp-table td { padding: 6px 0; border-bottom: 1px solid var(--border); } .lp-table td:last-child { text-align: right; font-weight: 600; }
.lp-quote { background: #fff; border-left: 4px solid var(--gold); padding: 14px 18px; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; margin: 0 0 12px; }
.lp-quote footer { font-size: 13px; color: var(--text-mid); margin-top: 6px; }

.lp-form-wrap { position: sticky; top: 118px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-lg); }
.lp-form-wrap h3 { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 22px; }
.lp-form-wrap .form-control, .lp-form-wrap .form-select { min-height: 46px; }   /* comfortable tap targets on phones */
.lp-hp { position: absolute; left: -5000px; height: 0; overflow: hidden; }
.lp-ok { text-align: center; } .lp-ok > i { font-size: 44px; color: #16a34a; }
.lp-sticky { position: fixed; left: 0; right: 0; bottom: 0; padding: 10px 14px; background: rgba(255,255,255,.96); box-shadow: 0 -4px 20px rgba(0,0,0,.12); z-index: 1500; }
@media (max-width: 991px) {
  .lp-form-wrap { position: static; }
  .lp-section { padding-bottom: 110px; }
  #enquiry { scroll-margin-top: 110px; }
}

.lp-cta .btn { padding: 12px 26px !important; font-size: 16px; border-radius: 50px; }
.lp-hero[lang="si"], .lp-section[lang="si"] { font-family: 'Noto Sans Sinhala', 'DM Sans', sans-serif; }
