/* ===== Ogarnij szybciej z AI — wspólny arkusz stylów ===== */
:root{
  --ink:#111;--rose:#E79A8E;--rose-deep:#D9826F;--beige:#EFE7DD;
  --taupe:#DDCFC3;--cream:#FDFAF7;--grey:#888;--maxw:1080px;
  --head:'Montserrat',sans-serif;--body:'Open Sans',sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--body);color:var(--ink);background:var(--cream);line-height:1.65;font-size:18px;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4{font-family:var(--head);line-height:1.12;letter-spacing:-.01em}
p{text-wrap:pretty}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 32px}
.eyebrow{font-family:var(--head);font-weight:600;font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:var(--grey)}
.center{text-align:center;margin-left:auto;margin-right:auto}
.accent{color:var(--rose-deep)}

.btn{display:inline-flex;align-items:center;gap:10px;font-family:var(--head);font-weight:700;font-size:17px;background:var(--rose);color:#fff;padding:16px 30px;border-radius:999px;border:none;cursor:pointer;box-shadow:0 10px 26px -12px rgba(231,154,142,.9);transition:transform .18s,box-shadow .18s,background .18s}
.btn:hover{transform:translateY(-2px);background:var(--rose-deep);box-shadow:0 16px 34px -12px rgba(231,154,142,1)}
.btn-ghost{display:inline-flex;align-items:center;gap:8px;font-family:var(--head);font-weight:600;font-size:16px;color:var(--ink);padding:15px 28px;border-radius:999px;border:1.5px solid var(--taupe);background:transparent;cursor:pointer;transition:border-color .18s,background .18s}
.btn-ghost:hover{border-color:var(--ink);background:#fff}

/* NAV */
header.nav{position:sticky;top:0;z-index:50;background:rgba(253,250,247,.82);backdrop-filter:blur(12px);border-bottom:1px solid rgba(221,207,195,.5)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:74px}
.nav-logo{display:flex;align-items:center;gap:12px;font-family:var(--head);font-weight:700;font-size:17px}
.nav-logo img{width:42px;height:42px;border-radius:50%}
.nav-links{display:flex;align-items:center;gap:34px}
.nav-links a{font-family:var(--head);font-weight:500;font-size:15px;color:#3a3a3a;transition:color .15s}
.nav-links a:hover{color:var(--rose-deep)}
@media(max-width:860px){.nav-links a:not(.nav-cta){display:none}}
.nav-cta{padding:11px 22px !important;font-size:15px !important}

/* HERO */
.hero{padding:90px 0 70px}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}
.hero h1{font-weight:800;font-size:clamp(38px,5vw,60px)}
.hero .lead{font-size:21px;color:#444;margin-top:24px;max-width:32ch}
.hero-cta{display:flex;align-items:center;gap:16px;margin-top:36px;flex-wrap:wrap}
.hero-meta{display:flex;gap:30px;margin-top:40px;flex-wrap:wrap}
.hero-meta .num{font-family:var(--head);font-weight:800;font-size:30px;line-height:1}
.hero-meta .lbl{font-size:13.5px;color:var(--grey);margin-top:6px}
.hero-photo{position:relative}
.hero-photo image-slot{width:100%;height:520px;box-shadow:0 30px 70px -34px rgba(17,17,17,.4)}
.hero-badge{position:absolute;left:-26px;bottom:40px;background:#fff;border-radius:18px;padding:16px 20px;box-shadow:0 18px 40px -18px rgba(17,17,17,.35);display:flex;align-items:center;gap:12px;max-width:240px}
.hero-badge .tick{width:40px;height:40px;border-radius:50%;background:var(--beige);display:grid;place-items:center;flex:none}
.hero-badge p{font-size:14px;line-height:1.35;color:#333}
@media(max-width:880px){.hero-grid{grid-template-columns:1fr;gap:40px}.hero-photo image-slot{height:420px}}

/* TRUST */
.trust{border-top:1px solid var(--taupe);border-bottom:1px solid var(--taupe);background:var(--beige)}
.trust-inner{display:flex;align-items:center;justify-content:center;gap:46px;flex-wrap:wrap;padding:22px 0}
.trust-item{display:flex;align-items:center;gap:10px;font-size:15px;color:#5b524a;font-weight:500}

section{padding:96px 0}
.sec-head{max-width:680px}
.sec-head h2{font-weight:800;font-size:clamp(30px,3.6vw,44px);margin-top:14px}
.sec-head p{font-size:19px;color:#555;margin-top:18px}

/* PROBLEM */
.prob-list{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:54px}
.prob-card{background:#fff;border:1px solid var(--beige);border-radius:20px;padding:32px 30px}
.prob-card .ic{width:48px;height:48px;border-radius:12px;background:var(--beige);display:grid;place-items:center;margin-bottom:20px}
.prob-card h3{font-size:19px;font-weight:700;margin-bottom:10px}
.prob-card p{font-size:15.5px;color:#555}
@media(max-width:820px){.prob-list{grid-template-columns:1fr}}

/* QUOTE BAND */
.quote-band{background:var(--ink);color:#fff;text-align:center;padding:84px 0}
.quote-band .q{font-family:var(--head);font-weight:700;font-size:clamp(26px,3.6vw,40px);line-height:1.2;letter-spacing:-.01em;max-width:18ch;margin:0 auto;font-style:italic}
.quote-band .q .accent{color:var(--rose)}
.quote-band .by{font-size:15px;color:#b8aea4;margin-top:22px}

/* OFFER / cards */
.offer{background:var(--beige)}
.offer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px;margin-top:56px;align-items:stretch;max-width:780px;margin-left:auto;margin-right:auto}
.card{background:var(--cream);border-radius:24px;padding:38px 34px;display:flex;flex-direction:column;border:1px solid #fff;box-shadow:0 18px 50px -34px rgba(17,17,17,.3);position:relative}
.card.feature{background:var(--ink);color:#fff}
.card .tag{font-family:var(--head);font-weight:600;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--grey)}
.card.feature .tag{color:var(--rose)}
.card h3{font-size:23px;font-weight:700;margin:14px 0 6px}
.card .sub{font-size:15px;color:#666;min-height:44px}
.card.feature .sub{color:#cfc7c0}
.card .who-for{font-family:var(--head);font-weight:600;font-size:14px;color:var(--rose-deep);margin-top:6px}
.card.feature .who-for{color:var(--rose)}
.card .price{font-family:var(--head);font-weight:800;font-size:42px;margin:20px 0 4px}
.card .price span{font-size:18px;font-weight:600;color:var(--grey)}
.card.feature .price{color:var(--rose)}
.card ul{list-style:none;margin:22px 0 30px;display:flex;flex-direction:column;gap:13px}
.card li{display:flex;gap:11px;font-size:15.5px;color:#444;align-items:flex-start}
.card.feature li{color:#e8e3de}
.card li svg{flex:none;margin-top:3px}
.card .cta-row{margin-top:auto}
.card .btn,.card .btn-ghost{width:100%;justify-content:center}
.pop{position:absolute;top:-13px;right:26px;background:var(--rose);color:#fff;font-family:var(--head);font-weight:700;font-size:12px;letter-spacing:.08em;padding:7px 16px;border-radius:999px}
.offer-note{text-align:center;margin-top:26px;font-size:15px;color:var(--grey)}
@media(max-width:760px){.offer-grid{grid-template-columns:1fr;max-width:440px}}

/* SINGLE PRODUCT */
.product{background:var(--beige)}
.product-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:60px;align-items:center;max-width:920px;margin:0 auto}
.product-cover{position:relative}
.product-cover image-slot{width:100%;height:520px;box-shadow:0 34px 70px -34px rgba(17,17,17,.55)}
.product-cover .ribbon{position:absolute;top:22px;left:-12px;background:var(--rose-deep);color:#fff;font-family:var(--head);font-weight:700;font-size:13px;letter-spacing:.1em;text-transform:uppercase;padding:10px 20px;border-radius:6px;box-shadow:0 12px 26px -12px rgba(217,127,113,.9)}
.product-info .tag{font-family:var(--head);font-weight:600;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--rose-deep)}
.product-info h2{font-weight:800;font-size:clamp(30px,3.8vw,46px);margin:12px 0 6px}
.product-info .who-for{font-family:var(--head);font-weight:600;font-size:16px;color:#6a5b4f}
.product-info .sub{font-size:18px;color:#4a4a4a;margin-top:16px;max-width:42ch}
.product-info ul{list-style:none;margin:24px 0 0;display:flex;flex-direction:column;gap:13px}
.product-info li{display:flex;gap:11px;font-size:16.5px;color:#3a3a3a;align-items:flex-start}
.product-info li svg{flex:none;margin-top:4px}
.product-buy{display:flex;align-items:center;gap:22px;margin-top:30px;flex-wrap:wrap}
.product-buy .price{font-family:var(--head);font-weight:800;font-size:46px;line-height:1}
.product-buy .price span{font-size:18px;font-weight:600;color:var(--grey)}
.product-trust{margin-top:18px;font-size:14px;color:var(--grey)}
@media(max-width:820px){.product-grid{grid-template-columns:1fr;gap:36px;max-width:460px}.product-cover image-slot{height:440px}}

/* NEXT STEP (subtle mention) */
.nextstep{background:#fff;border:1px dashed var(--taupe);border-radius:20px;padding:30px 34px;max-width:760px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.nextstep .k{font-family:var(--head);font-weight:600;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--grey)}
.nextstep h3{font-size:20px;font-weight:700;margin:6px 0 4px}
.nextstep p{font-size:15px;color:#666;max-width:46ch}
.nextstep a{font-family:var(--head);font-weight:600;font-size:15px;color:var(--rose-deep);white-space:nowrap;border-bottom:2px solid var(--rose);padding-bottom:2px}

/* WHAT'S INSIDE (lead magnet) */
.inside{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-top:56px}
.inside-card{background:#fff;border:1px solid var(--beige);border-radius:24px;padding:40px;box-shadow:0 24px 60px -40px rgba(17,17,17,.4)}
.inside-card .pill{display:inline-block;font-family:var(--head);font-weight:700;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--rose-deep);background:var(--beige);padding:7px 14px;border-radius:999px;margin-bottom:18px}
.inside-card h3{font-size:26px;font-weight:800;margin-bottom:10px}
.inside-card .free{font-family:var(--head);font-weight:800;font-size:40px;margin:14px 0 0}
.inside ul{list-style:none;display:flex;flex-direction:column;gap:16px;margin-top:8px}
.inside li{display:flex;gap:13px;font-size:17px;align-items:flex-start}
.inside li svg{flex:none;margin-top:4px}
.inside li b{font-family:var(--head);font-weight:700}
@media(max-width:820px){.inside{grid-template-columns:1fr;gap:36px}}

/* ABOUT */
.about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:center}
.about-photo image-slot{width:100%;height:480px}
.about h2{font-weight:800;font-size:clamp(28px,3.4vw,40px);margin-top:14px}
.about p{font-size:18px;color:#444;margin-top:20px}
.about .voice{font-family:var(--head);font-weight:600;font-style:italic;font-size:19px;line-height:1.45;color:var(--ink);padding-left:20px;border-left:3px solid var(--rose)}
.about .sign{font-family:var(--head);font-weight:700;font-size:20px;margin-top:26px}
.about .sign span{display:block;font-weight:500;font-size:14px;color:var(--grey);font-family:var(--body);margin-top:4px}
@media(max-width:820px){.about-grid{grid-template-columns:1fr;gap:36px}.about-photo image-slot{height:380px}}

/* TESTIMONIALS */
.tst{background:var(--taupe)}
.tst-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:54px}
.tst-card{background:var(--cream);border-radius:20px;padding:30px 28px;display:flex;flex-direction:column}
.tst-card .quote{font-size:16.5px;color:#333;line-height:1.6;flex:1}
.tst-card .who{display:flex;align-items:center;gap:13px;margin-top:24px}
.tst-card .av{width:46px;height:46px;border-radius:50%;background:var(--beige);display:grid;place-items:center;font-family:var(--head);font-weight:700;color:var(--rose-deep);flex:none}
.tst-card .nm{font-family:var(--head);font-weight:700;font-size:15px}
.tst-card .rl{font-size:13px;color:var(--grey)}
.stars{display:flex;gap:3px;margin-bottom:16px}
@media(max-width:820px){.tst-grid{grid-template-columns:1fr}}

/* FAQ */
.faq-wrap{max-width:780px;margin:54px auto 0}
details{border-bottom:1px solid var(--taupe);padding:6px 0}
details summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:24px 4px;font-family:var(--head);font-weight:600;font-size:18.5px}
details summary::-webkit-details-marker{display:none}
details .ans{padding:0 4px 26px;font-size:16.5px;color:#555;max-width:64ch}
details summary .pm{width:30px;height:30px;border-radius:50%;background:var(--beige);display:grid;place-items:center;flex:none;transition:transform .25s,background .2s}
details[open] summary .pm{transform:rotate(45deg);background:var(--rose);color:#fff}

/* FINAL CTA */
.final{background:var(--ink);color:#fff;border-radius:36px;overflow:hidden}
.final-pad{padding:80px 64px;display:grid;grid-template-columns:1.2fr .8fr;gap:54px;align-items:center}
.final h2{font-weight:800;font-size:clamp(30px,3.6vw,46px)}
.final h2 .accent{color:var(--rose)}
.final p{color:#cfc7c0;font-size:18px;margin-top:18px;max-width:38ch}
.form{background:var(--cream);color:var(--ink);border-radius:24px;padding:34px 32px}
.form label{font-family:var(--head);font-weight:600;font-size:13.5px;display:block;margin-bottom:8px}
.form input{width:100%;padding:15px 18px;border-radius:12px;border:1.5px solid var(--taupe);background:#fff;font-family:var(--body);font-size:16px;margin-bottom:18px;color:var(--ink)}
.form input:focus{outline:none;border-color:var(--rose)}
.form .btn{width:100%;justify-content:center}
.form .fine{font-size:12.5px;color:var(--grey);text-align:center;margin-top:14px}
@media(max-width:820px){.final-pad{grid-template-columns:1fr;gap:38px;padding:54px 30px}}

/* FOOTER */
footer.ft{padding:60px 0 50px}
.ft-inner{display:flex;justify-content:space-between;align-items:center;gap:30px;flex-wrap:wrap}
.ft-logo{display:flex;align-items:center;gap:13px;font-family:var(--head);font-weight:700}
.ft-logo img{width:46px;height:46px;border-radius:50%}
.ft-links{display:flex;gap:28px;font-size:14.5px;color:#666}
.ft-links a:hover{color:var(--rose-deep)}
.ft-cross{text-align:center;margin-top:30px}
.ft-cross a{font-family:var(--head);font-weight:600;font-size:15px;color:var(--rose-deep);border-bottom:2px solid var(--rose);padding-bottom:2px}
.ft-copy{font-size:13px;color:var(--grey);margin-top:24px;text-align:center;border-top:1px solid var(--taupe);padding-top:24px}

/* POPUP (entry lead magnet) */
.pop-overlay{position:fixed;inset:0;z-index:200;background:rgba(26,23,21,.55);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}
.pop-overlay.show{opacity:1;visibility:visible}
.pop-modal{background:var(--cream);border-radius:24px;max-width:880px;width:100%;display:grid;grid-template-columns:.9fr 1.1fr;overflow:hidden;box-shadow:0 40px 90px -40px rgba(0,0,0,.6);transform:translateY(16px);transition:transform .3s}
.pop-overlay.show .pop-modal{transform:translateY(0)}
.pop-visual{background:var(--ink);color:#fff;padding:44px 38px;display:flex;flex-direction:column;justify-content:center}
.pop-visual .k{font-family:var(--head);font-weight:700;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--rose);margin-bottom:16px}
.pop-visual h3{font-size:30px;font-weight:800;color:#fff;line-height:1.1}
.pop-visual p{color:#cfc7c0;font-size:15.5px;margin-top:14px}
.pop-body{padding:44px 40px;position:relative}
.pop-close{position:absolute;top:18px;right:20px;width:34px;height:34px;border-radius:50%;border:none;background:var(--beige);color:#555;font-size:18px;cursor:pointer;display:grid;place-items:center;transition:background .2s}
.pop-close:hover{background:var(--taupe)}
.pop-body h4{font-family:var(--head);font-weight:800;font-size:22px;margin-bottom:8px}
.pop-body .desc{font-size:15.5px;color:#555;margin-bottom:22px}
.pop-body input{width:100%;padding:15px 18px;border-radius:12px;border:1.5px solid var(--taupe);background:#fff;font-family:var(--body);font-size:16px;margin-bottom:14px;color:var(--ink)}
.pop-body input:focus{outline:none;border-color:var(--rose)}
.pop-body .btn{width:100%;justify-content:center}
.pop-body .fine{font-size:12.5px;color:var(--grey);text-align:center;margin-top:14px}
@media(max-width:680px){.pop-modal{grid-template-columns:1fr}.pop-visual{display:none}}

/* THANK YOU */
.ty{min-height:calc(100vh - 74px);display:flex;align-items:center;justify-content:center;padding:60px 0}
.ty-card{max-width:680px;text-align:center}
.ty-check{width:84px;height:84px;border-radius:50%;background:var(--beige);display:grid;place-items:center;margin:0 auto 28px}
.ty h1{font-weight:800;font-size:clamp(32px,4.4vw,48px)}
.ty .lead{font-size:20px;color:#555;margin-top:18px;max-width:46ch;margin-left:auto;margin-right:auto}
.ty-upsell{margin-top:46px;background:var(--ink);color:#fff;border-radius:24px;padding:40px;text-align:left;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}
.ty-upsell .k{font-family:var(--head);font-weight:700;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--rose)}
.ty-upsell h3{font-size:25px;font-weight:800;color:#fff;margin:10px 0 8px}
.ty-upsell p{color:#cfc7c0;font-size:15.5px;max-width:42ch}
.ty-upsell .price{font-family:var(--head);font-weight:800;font-size:30px;color:var(--rose);margin-top:14px}
@media(max-width:680px){.ty-upsell{grid-template-columns:1fr;text-align:center}}

/* ===== BLOG ===== */
.blog-hero{padding:80px 0 10px}
.blog-hero h1{font-weight:800;font-size:clamp(34px,4.4vw,52px);max-width:18ch}
.blog-hero p{font-size:19px;color:#555;margin-top:16px;max-width:56ch}
.blog-cats{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}
.cat{font-family:var(--head);font-weight:600;font-size:13.5px;color:#5b524a;background:#fff;border:1px solid var(--taupe);padding:9px 18px;border-radius:999px;cursor:pointer;transition:background .15s,color .15s,border-color .15s}
.cat:hover,.cat.active{background:var(--ink);color:#fff;border-color:var(--ink)}

/* Featured */
.feat{display:grid;grid-template-columns:1.1fr .9fr;gap:46px;align-items:center;margin-top:48px;background:#fff;border:1px solid var(--beige);border-radius:24px;overflow:hidden}
.feat .feat-img image-slot{width:100%;height:380px}
.feat .feat-body{padding:14px 46px 14px 0}
.feat .meta{display:flex;gap:14px;align-items:center;font-size:13.5px;color:var(--grey);margin-bottom:14px}
.feat .tagpill{font-family:var(--head);font-weight:700;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--rose-deep)}
.feat h2{font-weight:800;font-size:clamp(24px,2.6vw,34px);line-height:1.14}
.feat p{font-size:16.5px;color:#555;margin-top:14px}
.feat .more{display:inline-flex;gap:8px;font-family:var(--head);font-weight:700;font-size:15.5px;color:var(--rose-deep);margin-top:22px;border-bottom:2px solid var(--rose);padding-bottom:2px}
@media(max-width:820px){.feat{grid-template-columns:1fr}.feat .feat-body{padding:0 30px 34px}.feat .feat-img image-slot{height:280px}}

/* Post grid */
.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:54px}
.post-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--beige);border-radius:20px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s}
.post-card:hover{transform:translateY(-4px);box-shadow:0 26px 50px -32px rgba(17,17,17,.4)}
.post-card .pc-img image-slot{width:100%;height:190px}
.post-card .pc-body{padding:24px 24px 28px;display:flex;flex-direction:column;flex:1}
.post-card .meta{display:flex;gap:12px;align-items:center;font-size:12.5px;color:var(--grey);margin-bottom:12px}
.post-card .tagpill{font-family:var(--head);font-weight:700;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--rose-deep)}
.post-card h3{font-weight:700;font-size:20px;line-height:1.22}
.post-card p{font-size:15px;color:#666;margin-top:10px;flex:1}
.post-card .more{font-family:var(--head);font-weight:600;font-size:14px;color:var(--rose-deep);margin-top:18px}
@media(max-width:820px){.post-grid{grid-template-columns:1fr}}

/* Inline newsletter band */
.news-band{background:var(--ink);color:#fff;border-radius:24px;padding:48px 52px;display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center;margin-top:30px}
.news-band h3{font-weight:800;font-size:clamp(24px,2.6vw,32px);color:#fff}
.news-band h3 .accent{color:var(--rose)}
.news-band p{color:#cfc7c0;font-size:16px;margin-top:12px;max-width:40ch}
.news-band form{display:flex;flex-direction:column;gap:12px}
.news-band input{width:100%;padding:14px 18px;border-radius:12px;border:1.5px solid rgba(255,255,255,.2);background:rgba(255,255,255,.06);color:#fff;font-family:var(--body);font-size:16px}
.news-band input::placeholder{color:#a99f94}
.news-band input:focus{outline:none;border-color:var(--rose)}
.news-band .btn{justify-content:center}
.news-band .fine{font-size:12px;color:#a99f94;text-align:center}
@media(max-width:760px){.news-band{grid-template-columns:1fr;padding:38px 30px}}

/* ===== ARTICLE ===== */
.art-head{padding:70px 0 36px;text-align:center}
.art-head .meta{display:flex;gap:14px;align-items:center;justify-content:center;font-size:14px;color:var(--grey);margin-bottom:18px}
.art-head .tagpill{font-family:var(--head);font-weight:700;font-size:12.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--rose-deep)}
.art-head h1{font-weight:800;font-size:clamp(32px,4.4vw,52px);line-height:1.1;max-width:20ch;margin:0 auto}
.art-head .standfirst{font-size:20px;color:#555;margin:22px auto 0;max-width:60ch}
.art-hero image-slot{width:100%;height:440px;max-width:980px;margin:10px auto 0}
.prose{max-width:720px;margin:0 auto;padding:56px 0}
.prose p{font-size:18.5px;line-height:1.75;color:#2c2c2c;margin:0 0 26px}
.prose h2{font-weight:800;font-size:30px;margin:46px 0 16px}
.prose h3{font-weight:700;font-size:23px;margin:36px 0 12px}
.prose ul,.prose ol{margin:0 0 26px;padding-left:24px;display:flex;flex-direction:column;gap:11px}
.prose li{font-size:18px;line-height:1.6;color:#2c2c2c}
.prose strong{font-family:var(--head);font-weight:700}
.prose a{color:var(--rose-deep);border-bottom:1px solid var(--rose)}
.prose blockquote{margin:34px 0;padding:6px 0 6px 26px;border-left:3px solid var(--rose);font-family:var(--head);font-weight:600;font-style:italic;font-size:23px;line-height:1.4;color:var(--ink)}
.prose .tip{background:var(--beige);border-radius:16px;padding:24px 26px;margin:32px 0;font-size:16.5px;color:#4a443e}
.prose .tip b{font-family:var(--head)}
.prose .promptbox{background:#fff;border:1px solid var(--taupe);border-radius:14px;padding:22px 24px;margin:28px 0;font-family:'Open Sans',monospace;font-size:15.5px;color:#333;line-height:1.6}
.prose .promptbox .lbl{font-family:var(--head);font-weight:700;font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--rose-deep);display:block;margin-bottom:10px}

/* In-article lead magnet CTA */
.art-cta{max-width:720px;margin:10px auto;background:var(--ink);color:#fff;border-radius:24px;padding:40px 44px;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}
.art-cta .k{font-family:var(--head);font-weight:700;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--rose)}
.art-cta h3{font-weight:800;font-size:24px;color:#fff;margin:8px 0 6px}
.art-cta p{color:#cfc7c0;font-size:15.5px;max-width:42ch}
.art-cta .btn{white-space:nowrap}
@media(max-width:680px){.art-cta{grid-template-columns:1fr;text-align:center}}

/* Author + related */
.author-box{max-width:720px;margin:0 auto;display:flex;gap:22px;align-items:center;background:#fff;border:1px solid var(--beige);border-radius:20px;padding:28px 30px}
.author-box image-slot{width:84px;height:84px;flex:none}
.author-box .nm{font-family:var(--head);font-weight:700;font-size:18px}
.author-box p{font-size:15px;color:#666;margin-top:6px}
.related{padding:80px 0}
.related .sec-head{margin:0 auto 36px;text-align:center}
@media(max-width:680px){.author-box{flex-direction:column;text-align:center}}

/* Comparison table (in prose) */
.cmp{max-width:840px;margin:34px auto;overflow-x:auto}
.cmp table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--taupe);border-radius:14px;overflow:hidden;font-size:16px}
.cmp th,.cmp td{text-align:left;padding:16px 18px;border-bottom:1px solid var(--beige);vertical-align:top}
.cmp thead th{font-family:var(--head);font-weight:700;font-size:13px;letter-spacing:.04em;background:var(--ink);color:#fff;text-transform:uppercase}
.cmp tbody tr:last-child td{border-bottom:none}
.cmp tbody td:first-child{font-family:var(--head);font-weight:700;color:var(--ink)}
.cmp .badge{display:inline-block;font-family:var(--head);font-weight:700;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--rose-deep);background:var(--beige);padding:4px 10px;border-radius:999px;margin-top:6px}
@media(max-width:680px){.cmp table{font-size:14.5px}.cmp th,.cmp td{padding:12px 12px}}


