/* Pricing page redesign — loaded only on /pricing (via $publicExtraCss) */

/* --- WhatsApp / Facebook button hover fix (Bootstrap .btn:hover cleared the background) --- */
.btn.btn-wa, a.btn.btn-wa { background-color: var(--wa); color: #fff; border: 0; }
.btn.btn-wa:hover, .btn.btn-wa:focus, .btn.btn-wa:active,
a.btn.btn-wa:hover, a.btn.btn-wa:focus { background-color: #1da851 !important; color: #fff !important; filter: none; }
.btn.btn-fb { background-color: #1877f2; color: #fff; border: 0; font-weight: 600; border-radius: 10px; padding: .45rem .9rem; font-size: .82rem; display: inline-flex; align-items: center; gap: .4rem; text-decoration: none; white-space: nowrap; }
.btn.btn-fb:hover, .btn.btn-fb:focus { background-color: #0f5fd0 !important; color: #fff !important; }

/* --- compact hero --- */
.pricing-page .pub-hero { padding: 1.15rem 0 1.25rem; }
.pricing-page .pub-hero h1 { font-size: clamp(1.4rem, 2.4vw, 1.9rem); margin-bottom: .2rem; }
.pricing-page .pub-hero p.lead { font-size: .92rem; max-width: 620px; }
.pricing-page .pub-kicker { margin-bottom: .25rem; }
.mk-hero-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.mk-trust { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.mk-trust span { font-size: .84rem; color: rgba(255,255,255,.82); }
.mk-trust b { color: var(--gold); font-size: 1.05rem; margin-right: .25rem; }

/* --- first screen --- */
.mk-fold { padding: 1.25rem 0 1.5rem; }
.mk-grid { display: grid; grid-template-columns: 1.25fr .95fr; gap: 1.35rem; align-items: stretch; }
.mk-col { display: flex; flex-direction: column; gap: 1rem; }

.mk-pitch { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 1.25rem 1.4rem; flex: 1; display: flex; flex-direction: column; }
.mk-tag { align-self: flex-start; background: #fbf3e0; color: #9a6d0f; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: .3rem .6rem; border-radius: 999px; }
.mk-h2 { display: flex; align-items: center; gap: .7rem; font-size: 1.32rem; font-weight: 700; line-height: 1.25; margin: .5rem 0 .3rem; }
.mk-lead { font-size: .88rem; color: var(--muted); line-height: 1.6; margin: 0; }
.mk-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; margin: .7rem 0; }
.mk-stat { background: var(--page); border-radius: 12px; padding: .5rem .75rem; }
.mk-stat b { display: block; font-size: 1.25rem; font-weight: 700; color: var(--navy); }
.mk-stat small { font-size: .74rem; color: var(--muted); }
.mk-points { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem 1.1rem; }
.mk-pt { display: flex; gap: .6rem; align-items: flex-start; }
.mk-pt i { flex: none; width: 30px; height: 30px; border-radius: 9px; background: var(--navy); color: var(--gold); display: grid; place-items: center; font-size: .95rem; }
.mk-pt h4 { font-size: .85rem; font-weight: 650; margin: 0 0 .1rem; }
.mk-pt p { font-size: .78rem; color: var(--muted); line-height: 1.5; margin: 0; }

.mk-feat { display: block; background: var(--page); border-left: 4px solid var(--gold); border-radius: 12px; padding: .65rem .85rem; margin: .7rem 0 .75rem; text-decoration: none; color: inherit; transition: box-shadow .15s; }
.mk-feat:hover { box-shadow: 0 6px 18px rgba(15,20,40,.10); color: inherit; }
.mk-feat-top { display: flex; align-items: center; gap: .6rem; }
.mk-feat-top > div { flex: 1; font-size: .8rem; line-height: 1.3; }
.mk-feat-top .mk-rec { color: var(--muted); font-weight: 400; }
.mk-feat-top small { display: block; font-size: .72rem; color: var(--muted); }
.mk-av { flex: none; width: 34px; height: 34px; border-radius: 50%; background: var(--navy); color: var(--gold); display: grid; place-items: center; font-size: .72rem; font-weight: 700; }
.mk-feat p { font-size: .79rem; line-height: 1.55; color: #2c3348; font-style: italic; margin: .4rem 0 0; }
.mk-feat .bi-facebook { color: #1877f2; font-size: 1.1rem; }

.mk-cta { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: .75rem; background: linear-gradient(90deg, #fff7e3, #fdf0cc); border: 1px dashed var(--gold); border-radius: 12px; padding: .6rem .9rem; }
.mk-cta strong { font-size: .88rem; display: block; }
.mk-cta span { font-size: .78rem; color: var(--muted); }
.mk-cta .btn-wa { font-size: .82rem; padding: .45rem .9rem; white-space: nowrap; }

/* featured package card */
.mk-pack { background: #161b3a; color: #fff; border: 1px solid rgba(212,168,75,.35); border-radius: 20px; padding: 1.1rem 1.35rem; box-shadow: 0 18px 40px rgba(15,20,40,.25); display: flex; flex-direction: column; }
.mk-pack .mk-badge { align-self: flex-start; background: #2a4bd7; color: #fff; font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: .3rem .6rem; border-radius: 999px; }
.mk-pack h2 { font-size: 1.2rem; font-weight: 650; margin: .5rem 0 .1rem; }
.mk-price { display: flex; align-items: baseline; gap: .35rem; }
.mk-price b { font-size: 2.25rem; font-weight: 700; color: var(--gold); }
.mk-price small { color: rgba(255,255,255,.72); font-size: .85rem; }
.mk-pack .mk-note { font-size: .78rem; color: rgba(255,255,255,.68); margin: .15rem 0 .6rem; }
.mk-pack .btn-wa { width: 100%; padding: .7rem; font-size: .95rem; }
.mk-label { font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--gold); margin: .65rem 0 .4rem; }
.mk-main-tools { display: grid; grid-template-columns: 1fr 1fr; gap: .45rem; }
.mk-main-tools span { background: rgba(255,255,255,.06); border-radius: 10px; padding: .45rem .7rem; font-size: .85rem; font-weight: 600; display: flex; align-items: center; gap: .5rem; }
.mk-chips { display: flex; flex-wrap: wrap; gap: .35rem; }
.mk-chips span { font-size: .76rem; padding: .25rem .6rem .25rem .3rem; border-radius: 999px; background: rgba(255,255,255,.07); color: #e4e7f1; display: inline-flex; align-items: center; gap: .35rem; }
.mk-pack-foot { margin-top: auto; padding-top: .75rem; display: flex; justify-content: space-between; align-items: center; gap: .6rem; font-size: .74rem; color: rgba(255,255,255,.7); }
.mk-pack-foot a { color: var(--gold); font-weight: 600; text-decoration: none; }

/* reviews box */
.mk-reviews { background: var(--navy); color: #fff; border-radius: 18px; padding: .85rem 1.1rem; }
.mk-rev-head { display: flex; align-items: center; justify-content: space-between; gap: .75rem; margin-bottom: .6rem; }
.mk-rev-head h3 { font-size: .95rem; font-weight: 650; margin: 0; }
.mk-rev-head .mk-score { font-size: .78rem; color: rgba(255,255,255,.75); }
.mk-rev-head .mk-score b { color: var(--gold); }
.mk-rev-list { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }
.mk-rev { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; padding: .6rem .7rem; }
.mk-stars { color: var(--gold); font-size: .72rem; letter-spacing: 2px; }
.mk-rev p { font-size: .75rem; line-height: 1.5; color: #e4e7f1; margin: .25rem 0 .35rem; }
.mk-who { font-size: .73rem; color: rgba(255,255,255,.65); }
.mk-who b { color: #fff; font-weight: 600; }

/* more reviews strip */
.mk-more-head { display: flex; justify-content: space-between; align-items: center; gap: .75rem; flex-wrap: wrap; margin-bottom: .9rem; }
.mk-more-head .pub-section-sub { margin-bottom: 0; }
.mk-more-rev { display: grid; grid-template-columns: repeat(3, 1fr); gap: .9rem; }
.mk-rev2 { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: .9rem 1rem; }
.mk-rev2 p { font-size: .87rem; line-height: 1.55; margin: .35rem 0 .5rem; }
.mk-rev2 .mk-who { color: var(--muted); }
.mk-rev2 .mk-who b { color: var(--text); }

/* tool icons */
.mk-ico { flex: none; display: inline-grid; place-items: center; width: 20px; height: 20px; border-radius: 6px; background: #fff; overflow: hidden; box-shadow: 0 0 0 1px rgba(0,0,0,.06); font-size: .58rem; font-weight: 800; color: #fff; }
.mk-ico img { width: 80%; height: 80%; object-fit: contain; display: block; }
.mk-ico.mk-ico-lg { width: 40px; height: 40px; border-radius: 11px; font-size: 1rem; }
.mk-ico.mk-ico-lg img { width: 74%; height: 74%; }
.mk-main-tools .mk-ico { width: 24px; height: 24px; }
.tool-name { display: flex; align-items: center; gap: .5rem; }

@media (max-width: 991px) {
    .mk-grid { grid-template-columns: 1fr; }
    .mk-col-right { order: -1; }
    .mk-more-rev { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
    .mk-points { grid-template-columns: 1fr; }
    .mk-rev-list { grid-template-columns: 1fr; }
    .mk-trust { display: none; }
    .mk-cta { flex-direction: column; align-items: flex-start; }
    .mk-price b { font-size: 1.9rem; }
}
