/* pingboardhq.com marketing styles */
* { box-sizing: border-box; }
body { margin: 0; font: 16px/1.6 "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: #22303c; background: #fff; }
a { color: #1668b8; text-decoration: none; }
a:hover { text-decoration: underline; }
.mk-nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 6vw; border-bottom: 1px solid #eef1f4; position: sticky; top: 0; background: rgba(255,255,255,.96); z-index: 10; }
.mk-nav .brand { display: flex; align-items: center; gap: 9px; font-weight: 700; font-size: 18px; color: #182430; }
.mk-nav .brand:hover { text-decoration: none; }
.mk-links { display: flex; gap: 26px; align-items: center; }
.mk-links a { color: #45535f; font-size: 14.5px; }
.btn { display: inline-block; background: #1f8a4c; color: #fff !important; padding: 10px 22px; border-radius: 5px; font-weight: 600; font-size: 15px; border: 0; cursor: pointer; }
.btn:hover { background: #187540; text-decoration: none !important; }
.btn.ghost { background: transparent; color: #1f8a4c !important; border: 1px solid #1f8a4c; }
.hero { text-align: center; padding: 84px 6vw 60px; background: linear-gradient(180deg, #f4faf6 0%, #fff 100%); }
.hero h1 { font-size: 42px; margin: 0 0 16px; letter-spacing: -0.02em; color: #14212c; }
.hero p { font-size: 19px; color: #55636f; max-width: 640px; margin: 0 auto 30px; }
.stats { display: flex; justify-content: center; gap: 70px; padding: 44px 6vw; border-bottom: 1px solid #eef1f4; flex-wrap: wrap; }
.stat b { font-size: 30px; display: block; color: #1f8a4c; }
.stat span { color: #7a8794; font-size: 13.5px; text-transform: uppercase; letter-spacing: .05em; }
.section { padding: 60px 6vw; max-width: 1080px; margin: 0 auto; }
.section h2 { font-size: 28px; margin: 0 0 8px; color: #14212c; }
.cards3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; margin-top: 30px; }
.mcard { border: 1px solid #e6eaee; border-radius: 8px; padding: 24px; background: #fff; }
.mcard h3 { margin: 0 0 8px; font-size: 17px; }
.mcard p { margin: 0; color: #55636f; font-size: 14.5px; }
.quotes { background: #f7f9fb; }
.quote { font-style: italic; color: #33424f; }
.quote .who { font-style: normal; color: #7a8794; font-size: 13.5px; margin-top: 10px; }
.tiers { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; margin-top: 34px; }
.tier { border: 1px solid #e6eaee; border-radius: 8px; padding: 26px 22px; }
.tier.hot { border-color: #1f8a4c; box-shadow: 0 4px 18px rgba(31,138,76,.12); position: relative; }
.tier .price { font-size: 34px; font-weight: 700; color: #14212c; }
.tier .price small { font-size: 14px; color: #7a8794; font-weight: 400; }
.tier ul { padding-left: 18px; color: #45535f; font-size: 14px; }
.tier li { margin: 6px 0; }
.faq dt { font-weight: 600; margin-top: 20px; }
.faq dd { margin: 6px 0 0; color: #55636f; }
.mk-footer { border-top: 1px solid #eef1f4; padding: 36px 6vw; display: flex; justify-content: space-between; color: #7a8794; font-size: 13.5px; flex-wrap: wrap; gap: 16px; }
.mk-footer a { color: #55636f; margin-right: 18px; }
.closing { text-align: center; background: #182430; color: #dfe8ef; padding: 70px 6vw; }
.closing h2 { color: #fff; font-size: 30px; margin: 0 0 10px; }
.closing p { color: #9fb1c1; max-width: 560px; margin: 0 auto 28px; }
@media (max-width: 720px) { .hero h1 { font-size: 30px; } .mk-links { display: none; } }
