/* ==========================================================================
   PetOwnerHQ approved design system (Poppins + Inter, navy + orange)
   Implemented for Hello Elementor child theme + Elementor Free.
   ========================================================================== */
:root{
 --navy:#16244D;--navy2:#1E2F63;--orange:#F7941D;--odark:#E67E00;--cream:#FBF6EF;--tan:#FCEFD9;
 --gray:#5B6577;--light:#EEF2FA;--line:rgba(20,36,77,.08);--shadow:0 10px 30px rgba(20,36,77,.08);
 --shadow-lg:0 18px 44px rgba(20,36,77,.16);--ink:#38414F;
 --head:'Poppins',system-ui,sans-serif;--body:'Inter',system-ui,-apple-system,sans-serif;--wrap:1180px;
}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
body{font-family:var(--body);color:var(--navy);background:#fff;line-height:1.6;margin:0;overflow-x:clip;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4,h5,h6{font-family:var(--head);color:var(--navy);margin-top:0}
a{color:var(--odark)} a:hover{color:var(--navy)}
img{max-width:100%;height:auto}
:focus-visible{outline:3px solid var(--orange);outline-offset:3px;border-radius:4px}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}
.skip-link:focus{clip:auto;clip-path:none;height:auto;width:auto;z-index:100000;background:#fff;padding:12px 18px;left:12px;top:12px;color:var(--navy)}
.poh-wrap{max-width:var(--wrap);margin:0 auto;padding:0 20px;box-sizing:border-box;width:100%}
.poh-svg{display:inline-block;vertical-align:-.125em}

/* Buttons */
.poh-btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--head);font-weight:600;border:none;cursor:pointer;transition:.2s;border-radius:50px;padding:14px 28px;font-size:15px;text-decoration:none;line-height:1.2}
.poh-btn-orange{background:var(--orange);color:#fff} .poh-btn-orange:hover{background:var(--odark);color:#fff}
.poh-btn-navy{background:var(--navy);color:#fff;padding:9px 18px;border-radius:8px;font-size:13px} .poh-btn-navy:hover{background:var(--navy2);color:#fff}
.poh-link{color:var(--orange);font-weight:600;text-decoration:none;font-size:13px} .poh-link:hover{color:var(--odark)}
.elementor-button{transition:.2s!important}

/* Eyebrow + badges */
.poh-eyebrow{color:var(--orange);font-family:var(--head);font-weight:700;font-size:13px;letter-spacing:1.5px;text-transform:uppercase;display:block;margin-bottom:8px}
.poh-badge{display:inline-block;align-self:flex-start;font-family:var(--head);font-size:10.5px;font-weight:700;letter-spacing:.5px;padding:4px 10px;border-radius:20px;text-transform:uppercase;text-decoration:none;line-height:1.4}
.b-dogs{background:#E7F0FF;color:#2563EB}.b-cats{background:#E6F7EE;color:#16A34A}.b-reviews{background:#E7F0FF;color:#2563EB}
.b-health,.b-ins{background:#FEEFD9;color:#B45309}.b-prod,.b-training{background:#F1E9FE;color:#7C3AED}.b-tech{background:#E0F2FE;color:#0369A1}
.b-care{background:#FCE7F3;color:#BE185D}.b-guides{background:#FEEFD9;color:#B45309}

/* ------------------------------------------------------------------ Header */
#masthead{position:sticky;top:0;z-index:200;background:#fff;border-bottom:1px solid var(--line)}
.admin-bar #masthead{top:32px}@media(max-width:782px){.admin-bar #masthead{top:0}}
.poh-logo img{height:60px;width:auto;display:block}
@media(max-width:600px){.poh-logo img{height:46px}}
.poh-nav{display:flex;align-items:center;justify-content:flex-end}
.poh-menu{display:flex;align-items:center;gap:15px;flex-wrap:nowrap;margin:0;padding:0;list-style:none}
.poh-menu>li{list-style:none;position:relative}
.poh-menu>li>a,.poh-dt{color:var(--navy);font-family:var(--head);font-size:14.5px;font-weight:500;white-space:nowrap;text-decoration:none;background:none;border:0;padding:6px 0;cursor:pointer;display:inline-flex;align-items:center;gap:5px;line-height:1.4}
.poh-menu>li>a:hover,.poh-dt:hover,.poh-dt:focus,.poh-drop:hover>.poh-dt,.poh-drop:focus-within>.poh-dt{color:var(--orange);background:none}
.poh-menu>li.is-current>a,.poh-menu>li.is-current>.poh-dt{color:var(--orange);font-weight:600}
.poh-dt .poh-svg{font-size:9px;transition:.2s}
.poh-drop:hover>.poh-dt .poh-svg,.poh-drop.open>.poh-dt .poh-svg{transform:rotate(180deg)}
.poh-panel{position:absolute;top:calc(100% + 12px);left:0;background:#fff;border-radius:14px;box-shadow:var(--shadow-lg);padding:10px;min-width:250px;display:flex;flex-direction:column;opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s;z-index:210;border:1px solid var(--line);list-style:none;margin:0}
.poh-drop:hover>.poh-panel,.poh-drop:focus-within>.poh-panel,.poh-drop.open>.poh-panel{opacity:1;visibility:visible;transform:translateY(0)}
.poh-panel::before{content:"";position:absolute;top:-12px;left:0;right:0;height:12px}
.poh-panel li{list-style:none}
.poh-panel a{display:flex;align-items:center;gap:11px;padding:10px 14px;border-radius:9px;font-size:14px;color:var(--navy);transition:.15s;font-weight:500;text-decoration:none;font-family:var(--body)}
.poh-panel a:hover,.poh-panel a:focus{background:var(--light);color:var(--odark)}
.poh-panel a[aria-current]{background:var(--light)}
.poh-mi{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;font-size:14px;flex-shrink:0}
.poh-ico{display:inline-flex;align-items:center;gap:6px;color:var(--navy);text-decoration:none;font-size:15px;padding:6px}
.poh-ico:hover{color:var(--orange)}
.poh-menu .poh-news{background:var(--orange);color:#fff!important;padding:8px 14px;border-radius:8px;font-weight:600;font-size:13.5px;font-family:var(--head)} .poh-menu .poh-news:hover{background:var(--odark)}
.poh-burger{display:none;font-size:24px;color:var(--navy);background:none;border:none;cursor:pointer;z-index:220;padding:6px;line-height:1}
.poh-burger:hover,.poh-burger:focus{background:none;color:var(--orange)}
.poh-ov{position:fixed;inset:0;background:rgba(20,36,77,.4);z-index:190}.poh-ov[hidden]{display:none}
.poh-close{display:none}
@media(max-width:1024px){
 .poh-burger{display:block}
 .poh-menu-wrap{position:fixed;top:0;right:-320px;width:300px;max-width:86vw;height:100vh;height:100dvh;background:#fff;padding:74px 16px 24px;overflow-y:auto;box-shadow:-14px 0 40px rgba(20,36,77,.18);transition:right .28s;z-index:210;box-sizing:border-box;visibility:hidden}
 .poh-menu-wrap.show{right:0;visibility:visible}
 .poh-close{display:block;position:absolute;top:18px;right:16px;font-size:22px;background:none;border:0;color:var(--navy);cursor:pointer}
 .poh-close:hover,.poh-close:focus{background:none;color:var(--orange)}
 .poh-menu{flex-direction:column;align-items:stretch;gap:2px}
 .poh-menu>li{width:100%}
 .poh-menu>li>a,.poh-dt{width:100%;justify-content:space-between;padding:12px 6px;border-bottom:1px solid var(--line);font-size:15.5px}
 .poh-panel{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;display:none;min-width:0;padding:4px 0 8px 8px}
 .poh-drop:hover>.poh-panel,.poh-drop:focus-within>.poh-panel{display:none}
 .poh-drop.open>.poh-panel{display:flex}
 .poh-menu .poh-ico{justify-content:flex-start;padding:12px 6px;border-bottom:1px solid var(--line);width:100%;box-sizing:border-box}
 .poh-menu .poh-ico .screen-reader-text{position:static!important;clip:auto;clip-path:none;width:auto;height:auto;margin:0}
 .poh-menu .poh-news{margin-top:10px;justify-content:center;padding:12px 14px;border-bottom:0}
}

/* -------------------------------------------------------------- Breadcrumb */
.poh-crumbs{color:var(--gray);font-size:13.5px;line-height:1.7}
.poh-crumbs p{margin:0}
.poh-crumbs a{color:var(--gray);text-decoration:none}.poh-crumbs a:hover{color:var(--orange)}
.poh-crumbs .sep{color:#c3cad6;margin:0 6px}
.poh-crumbs strong{color:var(--navy);font-weight:600}

/* ------------------------------------------------------------------ Cards */
.poh-gcard{background:#fff;border-radius:16px;box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column;transition:.2s;position:relative;height:100%;box-sizing:border-box}
.poh-gcard:hover{transform:translateY(-4px)}
.poh-gcard__img{display:block;height:180px;background:linear-gradient(135deg,#E8ECF5,#D3DAE8);overflow:hidden}
.poh-gcard__img img{width:100%;height:100%;object-fit:cover;display:block}
.poh-gcard__body{padding:20px;display:flex;flex-direction:column;gap:10px;flex:1}
.poh-gcard__meta{font-size:12px;color:var(--gray);display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.poh-gcard h3,.poh-gcard h2{font-size:17px;font-weight:700;line-height:1.35;margin:0}
.poh-gcard h3 a,.poh-gcard h2 a{color:var(--navy);text-decoration:none}
.poh-gcard h3 a::after,.poh-gcard h2 a::after{content:"";position:absolute;inset:0;z-index:1}
.poh-gcard p{font-size:13.5px;color:var(--gray);margin:0;flex:1}
.poh-gcard .poh-read{color:var(--odark);font-weight:600;font-size:13px;margin-top:auto;text-decoration:none;position:relative;z-index:2}
.poh-gcard .poh-badge{position:relative;z-index:2}
.poh-grid{display:grid;gap:22px}
.poh-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.poh-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:960px){.poh-grid-3,.poh-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.poh-grid-3,.poh-grid-4{grid-template-columns:1fr}}

/* Elementor-built cards */
.poh-lift{transition:transform .2s}.poh-lift:hover{transform:translateY(-4px)}
.poh-cardlink{position:relative}
.poh-cardlink .elementor-heading-title a{color:inherit;text-decoration:none}
.poh-cardlink .elementor-heading-title a::after{content:"";position:absolute;inset:0;z-index:1}
.poh-cardlink .elementor-widget-button,.poh-cardlink .elementor-widget-text-editor a{position:relative;z-index:2}
.poh-img-cover img{width:100%;object-fit:cover;display:block}
.poh-h150 img{height:150px}.poh-h180 img{height:180px}
.poh-thumb170 img{height:170px;width:100%;object-fit:cover;border-radius:12px;display:block}
.poh-hero-img img{border-radius:18px;box-shadow:0 20px 50px rgba(20,36,77,.16);width:100%;display:block}
.poh-hero-photo img{border-radius:18px;width:100%;aspect-ratio:3/2;object-fit:cover;display:block}
.poh-why-img img{border-radius:14px;width:100%;min-height:360px;object-fit:cover;display:block}
.poh-hl{color:var(--orange)}
.poh-chip{display:inline-block;background:var(--light);color:var(--navy);font-size:12px;font-weight:600;padding:4px 10px;border-radius:20px;margin:2px 4px 2px 0}
.poh-rank{display:inline-block;background:#FDECD3;color:#B45309;font-size:11px;font-weight:700;letter-spacing:.3px;padding:4px 10px;border-radius:20px;text-transform:uppercase}
.poh-icon-tile{background:#E8ECF5;border-radius:12px;min-height:170px;display:grid;place-items:center}
.poh-meta-row{display:flex;flex-wrap:wrap;gap:6px 16px}
.poh-meta-row span{display:inline-flex;align-items:center;gap:6px}
.poh-meta-row .poh-svg{color:var(--orange)}

/* Comparison table */
.poh-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);font-family:var(--body)}
.poh-table{width:100%;border-collapse:collapse;min-width:620px;background:#fff;font-size:14px;margin:0}
.poh-table th{background:var(--navy);color:#fff;font-family:var(--head);font-weight:600;text-align:left;padding:14px 18px;font-size:13.5px;border:0}
.poh-table td{padding:14px 18px;border:0;border-bottom:1px solid var(--line);color:var(--ink);vertical-align:top}
.poh-table tr:last-child td{border-bottom:none}.poh-table tr:nth-child(even) td{background:#FAFBFD}
.poh-table td:first-child{font-weight:700;color:var(--navy)}

/* FAQ: Elementor Toggle widget styled to the design */
.poh-faq .elementor-toggle-item{background:#fff;border:1px solid var(--line);border-radius:12px;margin-bottom:12px;overflow:hidden}
.poh-faq .elementor-tab-title{font-family:var(--head);font-weight:600;font-size:15.5px;color:var(--navy);padding:18px 20px!important;border:0!important;display:flex;justify-content:space-between;align-items:center;gap:12px}
.poh-faq .elementor-tab-title a{color:var(--navy);text-decoration:none}
.poh-faq .elementor-toggle-icon{order:2;color:var(--orange)!important;fill:var(--orange)}
.poh-faq .elementor-toggle-icon svg{fill:var(--orange)}
.poh-faq .elementor-tab-content{padding:0 20px 18px!important;color:var(--gray);font-size:14.5px;border:0!important;line-height:1.7}
.poh-faq .elementor-tab-content p{margin:0}

/* Forms */
.fluentform .ff-el-input--label label{font-weight:600;color:var(--navy);font-size:14.5px;font-family:var(--head)}
.fluentform .ff-el-form-control{font-family:var(--body)!important;font-size:15px!important;color:var(--navy)!important;background:#fff!important;border:1px solid #E3D6BE!important;border-radius:10px!important;padding:14px 16px!important;min-height:50px;box-shadow:none!important}
.fluentform textarea.ff-el-form-control{min-height:150px}
.fluentform .ff-el-form-control::placeholder{color:#737a89!important;opacity:1}
.fluentform .ff-el-form-control:focus{border-color:var(--navy)!important;box-shadow:0 0 0 3px rgba(247,148,29,.25)!important;outline:none}
.fluentform .ff-btn-submit,.fluentform .ff-btn-submit:not(.ff_btn_no_style){background:var(--orange)!important;color:#fff!important;border:0!important;border-radius:50px!important;font:600 15px/1.2 var(--head)!important;padding:14px 28px!important;min-height:50px;opacity:1!important;transition:.2s!important}
.fluentform .ff-btn-submit:hover{background:var(--odark)!important}
.fluentform .ff-el-group{margin-bottom:16px}
.fluentform .error,.fluentform .text-danger{color:#B42318!important;font-size:13.5px}
.ff-message-success{border:1px solid #bfdcca!important;background:#E6F7EE!important;color:#166534!important;border-radius:12px;box-shadow:none!important;padding:16px 18px!important;font-weight:600}
.poh-newsletter-form .ff-el-input--label{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}
.poh-newsletter-form .ff_submit_btn_wrapper,.poh-newsletter-form .ff-btn-submit{width:100%}
.poh-newsletter-form .ff-btn-submit{justify-content:center}
.poh-newsletter-form .ff-el-group{margin-bottom:12px}
.poh-privacy-note{font-size:12.5px;line-height:1.5;margin:10px 0 0;color:var(--gray)}
.poh-privacy-note a{color:var(--odark)}

/* Footer */
.poh-footer a{text-decoration:none}
.poh-footer .elementor-icon-list-item a:hover .elementor-icon-list-text{color:var(--orange)!important}
.poh-latest a{display:block;color:#C7D0E4;font-size:13px;margin-bottom:10px;text-decoration:none;line-height:1.5}.poh-latest a:hover{color:var(--orange)}
.poh-footer .elementor-social-icon:hover{background:var(--orange)!important}
.poh-flogo{font-family:var(--head);font-weight:800;font-size:22px;color:#fff}.poh-flogo span{color:var(--orange)}

/* ---------------------------------------------------------- Templates */
.poh-section{padding:40px 20px}
.poh-phero{background:var(--cream);border-radius:24px;padding:46px 40px;margin:12px auto 22px;text-align:center}
.poh-phero h1{font-size:clamp(32px,4vw,44px);font-weight:800;line-height:1.15;margin:0 0 12px}
.poh-phero .poh-sub{color:var(--gray);font-size:18px;margin:0 auto;max-width:640px}
.poh-phero .poh-intro{color:var(--ink);font-size:15.5px;max-width:700px;margin:22px auto 0}
.poh-catnav{margin:22px 0 0;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;list-style:none;padding:0}
.poh-catnav a{display:inline-block;padding:8px 16px;border-radius:50px;background:#fff;border:1px solid var(--line);color:var(--navy);font-weight:600;font-size:13.5px;text-decoration:none;font-family:var(--head)}
.poh-catnav a:hover{border-color:var(--orange);color:var(--odark)}
.poh-catnav a[aria-current]{background:var(--navy);color:#fff;border-color:var(--navy)}
.poh-search{display:flex;gap:8px;max-width:520px;margin:20px auto 0}
.poh-search input[type=search]{flex:1;min-width:0;font:15px var(--body);color:var(--navy);padding:13px 18px;border:1px solid #E3D6BE;border-radius:50px;background:#fff;min-height:48px;box-sizing:border-box}
.poh-search button{font:600 15px var(--head);background:var(--orange);color:#fff;border:0;border-radius:50px;padding:0 22px;min-height:48px;cursor:pointer}
.poh-search button:hover{background:var(--odark)}
.poh-block-title{font-size:clamp(24px,2.6vw,30px);font-weight:700;margin:0 0 22px}
.poh-pagination{margin-top:36px}.poh-pagination ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px;justify-content:center}
.poh-pagination a,.poh-pagination span{display:inline-flex;min-width:44px;min-height:44px;align-items:center;justify-content:center;padding:0 14px;border-radius:50px;border:1px solid var(--line);background:#fff;color:var(--navy);text-decoration:none;font-weight:600;box-sizing:border-box;font-family:var(--head)}
.poh-pagination .current{background:var(--navy);color:#fff;border-color:var(--navy)}
.poh-empty{color:var(--gray);text-align:center}
.poh-cta{background:linear-gradient(120deg,#16244D,#22346B);border-radius:22px;padding:50px 40px;text-align:center;color:#fff;margin:30px 0 50px}
.poh-cta h2{color:#fff;font-size:clamp(26px,3vw,34px);font-weight:800;margin:0 0 12px}
.poh-cta p{color:#C7D0E4;max-width:560px;margin:0 auto 24px;font-size:16px}

/* Single article */
.poh-article{max-width:780px;margin:0 auto}
.poh-art-head{background:var(--cream);border-radius:24px;padding:40px;margin:12px 0 26px}
.poh-art-head h1{font-size:clamp(30px,4vw,44px);font-weight:800;line-height:1.15;margin:12px 0}
.poh-art-head .poh-sub{color:var(--gray);font-size:18px;margin:0}
.poh-byline{display:flex;flex-wrap:wrap;gap:6px 16px;font-size:13.5px;color:var(--gray);margin-top:18px}
.poh-byline a{color:var(--navy);font-weight:600}
.poh-art-img img{width:100%;border-radius:18px;aspect-ratio:16/9;object-fit:cover;display:block}
.poh-disclosure{background:var(--cream);border-left:4px solid var(--orange);border-radius:10px;padding:14px 16px;font-size:14px;color:var(--gray);margin:0 0 22px}
.poh-toc{background:var(--light);border-radius:14px;padding:18px 22px;margin:0 0 26px}
.poh-toc__title{font-family:var(--head);font-weight:700;margin:0 0 8px;color:var(--navy)}
.poh-toc ol{margin:0;padding-left:20px;font-size:14.5px}.poh-toc a{color:var(--navy)}
.poh-prose{font-size:17px;line-height:1.75;color:var(--ink)}
.poh-prose>*+*{margin-top:1.1em}.poh-prose p{margin:0}
.poh-prose h2{font-size:clamp(24px,2.6vw,28px);font-weight:700;margin:1.8em 0 .3em;scroll-margin-top:110px}
.poh-prose h3{font-size:20px;font-weight:700;margin:1.4em 0 .2em}
.poh-prose ul,.poh-prose ol{padding-left:1.3em}.poh-prose li+li{margin-top:.4em}
.poh-prose a{color:var(--odark);font-weight:500}
.poh-prose table{width:100%;border-collapse:collapse;min-width:520px;font-size:15px}
.poh-prose th{background:var(--navy);color:#fff;font-family:var(--head);text-align:left;padding:12px 16px;border:0}
.poh-prose td{padding:12px 16px;border:0;border-bottom:1px solid var(--line)}
.poh-prose tr:nth-child(even) td{background:#FAFBFD}
.poh-keypoints{background:var(--navy);color:#C7D0E4;border-radius:16px;padding:22px 24px}
.poh-keypoints .poh-callout__title{color:#fff;font-family:var(--head);font-weight:700;margin:0}
.poh-keypoints strong{color:#fff}.poh-keypoints li::marker{color:var(--orange)}
.poh-callout{background:var(--cream);border-radius:16px;padding:20px 22px}
.poh-callout__title{font-family:var(--head);font-weight:700;color:var(--navy);margin:0 0 6px}
.poh-placeholder{background:var(--tan);border:1px dashed #E3B872;border-radius:12px;padding:14px 16px;font-size:15px;color:#6b4a1f}
.poh-prose .poh-faq details{background:#fff;border:1px solid var(--line);border-radius:12px;margin-bottom:12px;overflow:hidden}
.poh-prose .poh-faq summary{list-style:none;cursor:pointer;padding:16px 20px;font-family:var(--head);font-weight:600;color:var(--navy);display:flex;justify-content:space-between;gap:12px}
.poh-prose .poh-faq summary::-webkit-details-marker{display:none}
.poh-prose .poh-faq summary::after{content:"+";color:var(--orange);font-size:20px;line-height:1}
.poh-prose .poh-faq details[open] summary::after{content:"\2212"}
.poh-prose .poh-faq details>p{padding:0 20px 16px;color:var(--gray);font-size:15.5px}
.poh-pc{display:grid;grid-template-columns:1fr 1fr;gap:14px}.poh-pc>div{border-radius:14px;padding:18px 20px}
.poh-pc__pros{background:#E6F7EE}.poh-pc__cons{background:#FDECEC}.poh-pc h3{margin:0 0 8px!important;font-size:17px}
.poh-pc ul{list-style:none;padding:0;margin:0}.poh-pc li{position:relative;padding-left:20px}
.poh-pc__pros li::before{content:"+";position:absolute;left:0;color:#16A34A;font-weight:700}
.poh-pc__cons li::before{content:"\2212";position:absolute;left:0;color:#B42318;font-weight:700}
.poh-overview{border:1px solid var(--line);border-radius:14px;overflow:hidden}
.poh-overview__row{display:grid;grid-template-columns:170px 1fr;border-bottom:1px solid var(--line)}
.poh-overview__row:last-child{border-bottom:0}.poh-overview__row>*{padding:12px 16px;margin:0!important}
.poh-overview__row>:first-child{background:var(--cream);font-weight:600;color:var(--navy)}
.poh-authorbox{margin-top:40px;display:flex;gap:16px;padding:22px;background:var(--cream);border-radius:16px}
.poh-avatar{flex:0 0 52px;width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#F7941D,#E67E00);color:#fff;display:grid;place-items:center;font:700 20px var(--head)}
.poh-authorbox p{margin:0 0 6px;font-size:14.5px;color:var(--gray)}.poh-authorbox .poh-authorname{font:700 16px var(--head);color:var(--navy)}
@media(max-width:600px){.poh-pc{grid-template-columns:1fr}.poh-art-head,.poh-phero{padding:28px 20px}.poh-overview__row{grid-template-columns:1fr}.poh-cta{padding:40px 22px}}
.page-header .entry-title{display:none}

/* ---------------------------------------------------------- Home + shared blocks */
.poh-proof{list-style:none;display:flex;flex-wrap:wrap;gap:14px;margin:26px 0 0;padding:0;font-size:13.5px;color:var(--gray)}
.poh-proof li{display:flex;align-items:center;gap:7px}
.poh-proof i{color:var(--orange)}
.poh-proof a{color:#B4540A;font-weight:600;text-decoration:none}
.poh-proof a:hover{text-decoration:underline}
.poh-statnum{font-family:var(--head);font-size:30px;font-weight:800;color:var(--navy);display:block;text-align:center;line-height:1.1}
.poh-statnum span{color:var(--orange)}
.poh-step{position:relative;overflow:visible}
.poh-step-num{position:absolute;top:-14px;left:50%;transform:translateX(-50%);width:30px;height:30px;border-radius:50%;background:var(--orange);color:#fff;font-family:var(--head);font-weight:700;font-size:14px;display:grid;place-items:center}
.poh-badge-count{display:inline-flex;gap:10px;align-items:center;background:var(--navy);border-radius:14px;padding:14px 18px;box-shadow:var(--shadow);margin:-34px 0 0 24px;position:relative;z-index:2}
.poh-badge-count i{color:var(--orange);font-size:24px}
.poh-badge-count b{color:#fff;font-size:18px;display:block;line-height:1.1;font-family:var(--head)}
.poh-badge-count small{color:#C7D0E4;font-size:11.5px}
.poh-socials{display:flex;gap:10px;margin-top:8px}
.poh-socials a{width:34px;height:34px;border-radius:8px;background:rgba(255,255,255,.1);color:#fff;display:grid;place-items:center}
.poh-socials a:hover{background:var(--orange)}
.poh-socials svg{width:15px;height:15px;fill:currentColor}
.poh-provs{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
@media(max-width:960px){.poh-provs{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.poh-provs{grid-template-columns:1fr}}
.poh-prov{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:10px}
.poh-prov h3{font-size:17px;font-weight:700;margin:0}
.poh-prov p{font-size:13.5px;color:var(--gray);flex:1;margin:0}
.poh-prov .poh-btn{align-self:flex-start}
.poh-prov__soon{font-size:12.5px;color:var(--gray);background:var(--light);border-radius:8px;padding:8px 12px;text-align:center}
.poh-prov__note{font-size:12.5px;color:var(--gray);margin-top:14px}
.poh-secsub{max-width:640px;margin-left:auto;margin-right:auto}
/* --- overrides: nav buttons must not inherit Elementor kit button styles */
#masthead .poh-dt,#masthead .poh-dt:hover,#masthead .poh-dt:focus{background:none!important;border:0!important;border-radius:0!important;padding:6px 0!important;color:var(--navy)!important;box-shadow:none!important;font-family:var(--head)!important;font-size:14.5px!important;font-weight:500!important}
#masthead .poh-dt:hover,#masthead .poh-drop:hover>.poh-dt{color:var(--orange)!important}
#masthead .poh-burger,#masthead .poh-close{background:none!important;border:0!important;color:var(--navy)!important;padding:4px!important}
@media(max-width:1024px){#masthead .poh-dt{padding:12px 6px!important;width:100%;justify-content:space-between}}
.poh-ctaband{background-image:linear-gradient(120deg,#16244D,#22346B)}
/* --- guide page blocks */
.poh-table tbody th{background:#fff;color:var(--navy);text-align:left;font-weight:700;font-family:var(--head);font-size:14px;padding:14px 16px;border-bottom:1px solid var(--line)}
.poh-table tbody tr:last-child th{border-bottom:0}
.poh-metaline{font-size:13px;color:var(--gray);margin:6px 0 0}
.poh-metaline span{opacity:.5;margin:0 4px}
.poh-notice{background:#FFF7EA;border:1px solid #F3DDBB;border-left:4px solid var(--orange);border-radius:12px;padding:14px 18px;font-size:14px;color:#54503F;line-height:1.6;margin:0}
.poh-chiplink{font-family:var(--head);font-weight:600;font-size:13.5px;color:var(--navy);text-decoration:none;text-align:center;display:block}
.poh-chiplink:hover{color:var(--orange)}
.poh-pickbadge{display:inline-block;font-family:var(--head);font-size:10.5px;font-weight:700;letter-spacing:.5px;padding:4px 10px;border-radius:20px;background:#FEEFD9;color:#8A4B00}
.poh-chips{display:flex;flex-wrap:wrap;gap:6px}
.poh-chips .poh-chip{background:var(--light);color:var(--navy);border-radius:20px;padding:5px 11px;font-size:12px;font-weight:600;font-family:var(--head)}
.poh-bestfor{margin:0;font-size:13px;color:var(--gray);line-height:1.4}
.poh-bestfor span{display:block;font-family:var(--head);font-size:11px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:#8A93A5;margin-bottom:2px}
.poh-bestfor b{display:block;color:var(--navy);font-size:14.5px;font-family:var(--head)}
.poh-pick .poh-btn,.poh-pick .elementor-widget-button{margin-top:6px}
/* ---------------------------------------------------------- Elementor helper classes (keeps page JSON small) */
.poh-card > .e-con-inner, .poh-card{background:#fff;border-radius:16px;box-shadow:var(--shadow)}
.poh-card{padding:24px 18px}
.poh-card--b{border:1px solid var(--line)}
.poh-card--c{align-items:center;text-align:center}
.poh-h1 .elementor-heading-title{font-size:clamp(34px,4.4vw,54px);font-weight:800;line-height:1.12;color:var(--navy)}
.poh-h1g .elementor-heading-title{font-size:clamp(31px,3.8vw,46px);font-weight:800;line-height:1.14;color:var(--navy)}
.poh-sec-title .elementor-heading-title{font-size:clamp(26px,3vw,34px);font-weight:700;line-height:1.2;color:var(--navy);text-align:center}
.poh-rt .elementor-heading-title{font-size:clamp(24px,2.6vw,30px);font-weight:700;color:var(--navy)}
.poh-sec-sub p{text-align:center;color:var(--gray);max-width:640px;margin:0 auto;font-size:16px}
.poh-lede p{font-size:17.5px;color:var(--gray);line-height:1.65}
.poh-lede{margin-bottom:4px}
.poh-cdesc p{font-size:13px;color:var(--gray);line-height:1.55}
.poh-cdesc--c p{text-align:center}
.poh-pdesc p{font-size:13.5px;color:var(--gray);line-height:1.6}
.poh-ctitle .elementor-heading-title{font-size:16px;font-weight:700;line-height:1.35}
.poh-ctitle--c .elementor-heading-title{text-align:center}
.poh-ptitle .elementor-heading-title{font-size:18px;font-weight:700;line-height:1.3}
.poh-gtitle .elementor-heading-title{font-size:15.5px;font-weight:700;line-height:1.35}
.poh-ftitle .elementor-heading-title{font-size:15.5px;font-weight:700;color:#fff}
.poh-tsub p{font-size:13px;color:#C7D0E4;line-height:1.5}
.poh-white .elementor-heading-title{color:#fff}
.poh-b-navy .elementor-button{background:var(--navy);color:#fff;border-radius:8px;padding:9px 18px;font:600 13px/1.2 var(--head)}
.poh-b-navy .elementor-button:hover{background:var(--navy2);color:#fff}
.poh-b-link .elementor-button{background:none;color:#B4540A;padding:2px 0;font:600 13.5px/1.4 var(--head);border-radius:0}
.poh-b-link .elementor-button:hover{background:none;color:var(--navy)}
.poh-b-light .elementor-button{background:none;border:2px solid #fff;color:#fff;border-radius:50px;padding:12px 26px}
.poh-b-light .elementor-button:hover{background:#fff;color:var(--navy)}
.poh-ico-tile .elementor-icon{padding:20px}
.poh-ico-tile .elementor-icon svg{width:30px;height:30px}
.poh-ico-sq .elementor-icon{padding:18px;border-radius:16px}
.poh-ico-sq .elementor-icon svg{width:24px;height:24px}
.poh-ico-sm .elementor-icon{padding:14px}
.poh-ico-sm .elementor-icon svg{width:17px;height:17px}
.poh-ico-pl .elementor-icon svg{width:26px;height:26px}
.poh-ico-pick .elementor-icon{padding:28px}
.poh-ico-pick .elementor-icon svg{width:34px;height:34px}
.poh-ib .elementor-icon-box-title{font:700 16px/1.35 var(--head);color:var(--navy)}
.poh-ib .elementor-icon-box-description{font-size:13px;color:var(--gray);line-height:1.55}
.poh-ib .elementor-icon{padding:16px}
.poh-ib .elementor-icon svg{width:22px;height:22px}
/* hub + info pages */
.poh-h1c .elementor-heading-title{text-align:center}
.poh-lede-c p{text-align:center;max-width:680px;margin-left:auto;margin-right:auto}
.poh-prose-t p{font-size:16px;color:#3B4150;line-height:1.75;margin:0 0 14px}
.poh-prose-t ul,.poh-prose-t ol{margin:0 0 14px 20px;color:#3B4150;font-size:16px;line-height:1.75}
.poh-prose-t li{margin-bottom:8px}
.poh-prose-t a{color:#B4540A;font-weight:600;text-decoration:none}
.poh-prose-t a:hover{text-decoration:underline}
.poh-prose-t strong{color:var(--navy)}
.poh-chipcard{align-items:center;text-align:center}
.poh-notice a{color:#8A4B00;font-weight:600}
.poh-ctasub p{color:rgba(255,255,255,.88)}
