/* Product landing pages (see general/landing_data.py).
   Lives inside general_template.html, so the menubar, footer, fonts and the
   brand green (#74b743) come from general.css. */

.lp { max-width: 860px; margin: 0 auto; }
.lp h1, .lp h2, .lp h3 { text-align: right; }

.lp-crumbs { font-size: 13px; color: #8a948a; margin: 0 0 10px; }
.lp-crumbs a { color: #74b743; }
.lp-crumbs span { margin: 0 7px; }

.lp-hero { padding-bottom: 30px; border-bottom: 1px solid #ececec; margin-bottom: 34px; }
.lp-hero h1 { font-family: IRANYekanBold, sans-serif; font-weight: normal; font-size: 34px; line-height: 1.5; margin: 0 0 14px; padding: 0; color: #24331c; }
.lp-lede { font-size: 17px; line-height: 2.1; color: #556052; margin: 0; text-align: right; max-width: 66ch; }

.lp-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.btn { display: inline-block; background: #74b743; color: #fff; font-size: 15px; padding: 11px 26px; border-radius: 10px; transition: background .15s; }
.btn:hover { background: #4e8a2a; color: #fff; }
.btn.ghost { background: transparent; color: #4e8a2a; border: 1px solid #cfe0c2; }
.btn.ghost:hover { background: #eaf2e3; color: #2f6d1f; }

.lp-sec { margin: 0 0 36px; }
.lp-sec h2 { font-family: IRANYekanBold, sans-serif; font-weight: normal; font-size: 22px; color: #222; margin: 0 0 14px; }

.lp-list { list-style: none; margin: 0; padding: 0; }
.lp-list li { position: relative; padding-right: 22px; margin: 0 0 12px; font-size: 16px; line-height: 2.1; color: #4a544a; text-align: right; }
.lp-list li::before { content: ""; position: absolute; right: 0; top: 15px; width: 8px; height: 2px; background: #74b743; }
.lp-list strong { font-family: IRANYekanBold, sans-serif; font-weight: normal; color: #24331c; }

.lp-faq .lp-q { padding: 15px 0; border-bottom: 1px solid #f2f2f2; }
.lp-faq .lp-q:last-child { border-bottom: 0; }
.lp-faq h3 { font-family: IRANYekanBold, sans-serif; font-weight: normal; font-size: 16.5px; color: #24331c; margin: 0 0 7px; line-height: 1.8; }
.lp-faq p { font-size: 15.5px; line-height: 2.05; color: #4a544a; margin: 0; text-align: right; }

.lp-links { list-style: none; margin: 0; padding: 0; }
.lp-links li { margin: 0 0 9px; font-size: 15.5px; }
.lp-links a { color: #4a544a; border-bottom: 1px solid #e6ebe2; }
.lp-links a:hover { color: #4e8a2a; border-color: #4e8a2a; }

/* the cross-links that keep every landing page one click from the others */
.lp-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.lp-card { display: flex; flex-direction: column; gap: 6px; padding: 15px 16px; background: #f7faf5; border: 1px solid #e8eee3; border-radius: 12px; transition: border-color .15s, background .15s; }
.lp-card:hover { background: #eaf2e3; border-color: #c6debb; }
.lp-card .t { font-family: IRANYekanBold, sans-serif; font-size: 15px; color: #24331c; }
.lp-card .d { font-size: 13px; color: #6a756a; line-height: 1.9; }

.lp-foot-cta { margin-top: 44px; padding: 26px; background: #f4f8f1; border-radius: 14px; text-align: center; }
.lp-foot-cta p { font-size: 17px; color: #35402f; margin: 0 0 16px; text-align: center; }

@media (max-width: 760px) {
    .lp-hero h1 { font-size: 26px; }
    .lp-lede { font-size: 15.5px; }
    .lp-cards { grid-template-columns: 1fr; }
}
