:root{--kkset-help-navy:#081a3a;--kkset-help-blue:#1260ef;--kkset-help-blue-2:#eaf2ff;--kkset-help-green:#e7f7ea;--kkset-help-lime:#c9ff35;--kkset-help-text:#17243a;--kkset-help-muted:#64748b;--kkset-help-line:#e4e9f0;--kkset-help-bg:#f6f8fb;--kkset-help-white:#fff}
.kkset-help-center-active .entry-header,.kkset-help-center-active .hero-section,.kkset-help-center-active .page-title{display:none!important}
.kkset-help-center-active .site-main,.kkset-help-center-active .content-area{padding-top:0!important}
.kkset-help-page{color:var(--kkset-help-text);font-family:Arial,Helvetica,sans-serif}
.kkset-help-container,.kkset-footer-help-container{width:min(1180px,calc(100% - 32px));margin:0 auto}
.kkset-help-hero{padding:72px 0;background:linear-gradient(135deg,#edf4ff 0%,#fff 55%,#f1ffe6 100%);border-bottom:1px solid var(--kkset-help-line)}
.kkset-help-hero-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:44px;align-items:center}
.kkset-help-eyebrow{margin:0 0 12px;color:var(--kkset-help-blue);font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.kkset-help-hero h1{margin:0 0 18px;font-size:clamp(40px,5vw,64px);line-height:1.02;letter-spacing:-.04em;color:var(--kkset-help-navy)}
.kkset-help-lead{max-width:760px;margin:0;color:var(--kkset-help-muted);font-size:19px;line-height:1.75}
.kkset-help-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.kkset-help-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 20px;border-radius:10px;text-decoration:none!important;font-size:14px;font-weight:900;letter-spacing:.01em;transition:transform .2s ease,box-shadow .2s ease}
.kkset-help-button:hover{transform:translateY(-1px)}
.kkset-help-button-primary{background:var(--kkset-help-blue);color:#fff!important;box-shadow:0 10px 24px rgba(18,96,239,.22)}
.kkset-help-button-secondary{border:1px solid var(--kkset-help-navy);color:var(--kkset-help-navy)!important;background:#fff}
.kkset-help-button-light{background:#fff;color:var(--kkset-help-navy)!important}
.kkset-help-summary{padding:30px;border-radius:22px;background:var(--kkset-help-navy);color:#fff;box-shadow:0 20px 50px rgba(8,26,58,.18)}
.kkset-help-summary h2{margin:0 0 18px;color:#fff;font-size:24px}.kkset-help-summary ul{margin:0;padding:0;list-style:none}.kkset-help-summary li{position:relative;padding:10px 0 10px 30px;border-top:1px solid rgba(255,255,255,.12);color:#dce7f7}.kkset-help-summary li:first-child{border-top:0}.kkset-help-summary li:before{content:'✓';position:absolute;left:0;color:var(--kkset-help-lime);font-weight:900}
.kkset-help-content-section{padding:70px 0;background:var(--kkset-help-bg)}
.kkset-help-content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.kkset-help-card{position:relative;padding:30px;border:1px solid var(--kkset-help-line);border-radius:20px;background:#fff;box-shadow:0 10px 34px rgba(8,26,58,.05)}
.kkset-help-card-number{display:inline-flex;margin-bottom:18px;color:var(--kkset-help-blue);font-size:12px;font-weight:900;letter-spacing:.13em}
.kkset-help-card h2{margin:0 0 14px;color:var(--kkset-help-navy);font-size:28px;line-height:1.2}
.kkset-help-card-copy{color:var(--kkset-help-muted);font-size:16px;line-height:1.8}.kkset-help-card-copy p:first-child{margin-top:0}.kkset-help-card-copy p:last-child{margin-bottom:0}.kkset-help-card-copy a{color:var(--kkset-help-blue);font-weight:800}.kkset-help-card-copy ul,.kkset-help-card-copy ol{padding-left:22px}.kkset-help-card-copy li{margin:8px 0}
.kkset-help-compare{display:grid;grid-template-columns:1fr 1fr;gap:14px}.kkset-help-compare>div{display:flex;flex-direction:column;gap:9px;padding:18px;border-radius:14px;background:#f5f8fc}.kkset-help-compare strong{color:var(--kkset-help-navy);font-size:18px}.kkset-help-compare span{font-size:14px;color:var(--kkset-help-muted)}
.kkset-help-faq-section{padding:70px 0;background:#fff}.kkset-help-faq-grid{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);gap:50px}.kkset-help-faq-grid h2{margin:8px 0 14px;color:var(--kkset-help-navy);font-size:40px;line-height:1.1}.kkset-help-faq-grid>div:first-child>p:last-child{color:var(--kkset-help-muted)}
.kkset-help-faq-list{display:grid;gap:12px}.kkset-help-faq-list details{border:1px solid var(--kkset-help-line);border-radius:15px;background:#fff;overflow:hidden}.kkset-help-faq-list summary{position:relative;cursor:pointer;padding:19px 54px 19px 20px;color:var(--kkset-help-navy);font-weight:900;list-style:none}.kkset-help-faq-list summary::-webkit-details-marker{display:none}.kkset-help-faq-list summary:after{content:'+';position:absolute;right:20px;top:50%;transform:translateY(-50%);color:var(--kkset-help-blue);font-size:24px}.kkset-help-faq-list details[open] summary:after{content:'−'}.kkset-help-faq-list details>div{padding:0 20px 20px;color:var(--kkset-help-muted);line-height:1.75}
.kkset-help-final-cta{padding:38px 0;background:var(--kkset-help-navy);color:#fff}.kkset-help-final-cta .kkset-help-container{display:flex;align-items:center;justify-content:space-between;gap:26px}.kkset-help-final-cta h2{margin:0 0 8px;color:#fff;font-size:32px}.kkset-help-final-cta p{margin:0;color:#c8d4e7}
.kkset-help-channel-section,.kkset-help-tracking-section,.kkset-help-stat-section{padding:34px 0;background:#fff;border-bottom:1px solid var(--kkset-help-line)}
.kkset-help-channel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.kkset-help-channel-grid article{padding:24px;border-radius:18px;border:1px solid var(--kkset-help-line);background:#fff}.kkset-help-channel-grid article>span{font-size:11px;font-weight:900;letter-spacing:.14em;color:var(--kkset-help-blue)}.kkset-help-channel-grid h2{margin:10px 0;font-size:22px;color:var(--kkset-help-navy)}.kkset-help-channel-grid p{color:var(--kkset-help-muted)}.kkset-help-channel-grid a{font-weight:900;color:var(--kkset-help-blue)}
.kkset-help-tracking-box{padding:30px;border-radius:18px;background:#f6f8fb;border:1px solid var(--kkset-help-line)}.kkset-help-tracking-box h2{margin-top:0;color:var(--kkset-help-navy)}.kkset-help-tracking-box .woocommerce-form-track-order{margin-top:20px}.kkset-help-tracking-box input{min-height:46px}
.kkset-help-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.kkset-help-stat-grid article{display:flex;flex-direction:column;gap:5px;padding:20px;border-radius:16px;background:#f6f8fb;border:1px solid var(--kkset-help-line)}.kkset-help-stat-grid strong{font-size:24px;color:var(--kkset-help-blue)}.kkset-help-stat-grid span{color:var(--kkset-help-muted);font-size:14px}
.kkset-footer-help{position:relative;z-index:2;padding:50px 0 42px;background:#fff;border-top:1px solid var(--kkset-help-line);color:var(--kkset-help-text);font-family:Arial,Helvetica,sans-serif}
.kkset-footer-support-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:44px}.kkset-footer-support-card{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 32px;border-radius:4px}.kkset-footer-support-card--order{background:#e2f2fb}.kkset-footer-support-card--service{background:#e5f6e8}.kkset-footer-support-card p{margin:0 0 7px;font-size:11px;font-weight:900;letter-spacing:.12em;color:var(--kkset-help-blue)}.kkset-footer-support-card h2{margin:0 0 5px;color:#071326;font-size:27px}.kkset-footer-support-card span{display:block;max-width:560px;color:#5f6f80;line-height:1.6}.kkset-footer-support-card a{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 20px;border:1px solid #071326;color:#071326!important;text-decoration:none!important;font-weight:900;background:rgba(255,255,255,.35)}
.kkset-footer-link-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:42px;padding-top:14px}.kkset-footer-link-grid nav{min-width:0}.kkset-footer-link-grid h3{margin:0 0 18px;color:#071326;font-size:17px}.kkset-footer-link-grid a{display:block;margin:11px 0;color:#27364a!important;text-decoration:none!important;font-size:14px;line-height:1.4}.kkset-footer-link-grid a:hover{color:var(--kkset-help-blue)!important;text-decoration:underline!important}
@media(max-width:960px){.kkset-help-hero-grid,.kkset-help-faq-grid{grid-template-columns:1fr}.kkset-help-channel-grid{grid-template-columns:1fr}.kkset-help-content-grid{grid-template-columns:1fr}.kkset-footer-support-grid{grid-template-columns:1fr}.kkset-footer-link-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.kkset-help-hero{padding:48px 0}.kkset-help-hero h1{font-size:39px}.kkset-help-lead{font-size:17px}.kkset-help-summary{padding:24px}.kkset-help-card{padding:24px}.kkset-help-card h2{font-size:24px}.kkset-help-compare{grid-template-columns:1fr}.kkset-help-final-cta .kkset-help-container{align-items:flex-start;flex-direction:column}.kkset-help-stat-grid{grid-template-columns:1fr}.kkset-footer-support-card{align-items:flex-start;flex-direction:column;padding:24px}.kkset-footer-support-card h2{font-size:23px}.kkset-footer-link-grid{grid-template-columns:1fr 1fr;gap:28px 20px}}
body.kkset-help-center-active .ct-container-full,body.kkset-help-center-active .site-main>article,body.kkset-help-center-active .entry-content{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
body.kkset-help-center-active .site-main{width:100%!important;max-width:none!important}

/* V1.11.1: replace the Blocksy footer instead of stacking two footers. */
body.kkset-help-footer-replaces-theme footer#footer.ct-footer,body.kkset-help-footer-replaces-theme .ct-footer[data-id],body.kkset-help-footer-replaces-theme footer.ct-footer{display:none!important}
.kkset-footer-brand-row{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(220px,.75fr) minmax(250px,.9fr);gap:42px;align-items:start;margin-top:46px;padding:34px 0 30px;border-top:1px solid var(--kkset-help-line)}
.kkset-footer-logo{display:inline-flex;max-width:230px}.kkset-footer-logo img{display:block;width:100%;height:auto;max-height:88px;object-fit:contain;object-position:left center}.kkset-footer-brand-summary p{max-width:520px;margin:18px 0 0;color:var(--kkset-help-muted);line-height:1.7}.kkset-footer-contact-summary,.kkset-footer-trust-summary{display:flex;flex-direction:column;gap:10px}.kkset-footer-contact-summary h3,.kkset-footer-trust-summary h3{margin:0 0 4px;color:var(--kkset-help-navy);font-size:17px}.kkset-footer-contact-summary a{color:var(--kkset-help-blue)!important;text-decoration:none!important;font-weight:800}.kkset-footer-contact-summary span{color:var(--kkset-help-muted);font-size:13px;line-height:1.55}.kkset-footer-trust-summary>div{display:flex;flex-wrap:wrap;gap:9px}.kkset-footer-trust-summary span{display:inline-flex;padding:8px 11px;border:1px solid var(--kkset-help-line);border-radius:999px;background:#f8fafc;color:#334155;font-size:12px;font-weight:800}.kkset-footer-bottom{display:flex;justify-content:space-between;gap:24px;padding-top:20px;border-top:1px solid var(--kkset-help-line);color:#738095;font-size:12px;line-height:1.5}
@media(max-width:960px){.kkset-footer-brand-row{grid-template-columns:1fr 1fr}.kkset-footer-brand-summary{grid-column:1/-1}}
@media(max-width:620px){.kkset-footer-brand-row{grid-template-columns:1fr;gap:28px}.kkset-footer-brand-summary{grid-column:auto}.kkset-footer-bottom{flex-direction:column;gap:8px}}


/* V1.13.1: suppress known site-footer containers without hiding article footers.
 * The KKSET help footer is a <section>; Blocksy, the KKSET child theme and common builders use the selectors below.
 */
body.kkset-help-footer-replaces-theme footer#footer,
body.kkset-help-footer-replaces-theme footer.kkset-site-footer,
body.kkset-help-footer-replaces-theme #colophon,
body.kkset-help-footer-replaces-theme .ct-footer,
body.kkset-help-footer-replaces-theme .site-footer,
body.kkset-help-footer-replaces-theme [data-elementor-type="footer"],
body.kkset-help-footer-replaces-theme [role="contentinfo"],
.kkset-theme-footer-suppressed{display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;max-height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important}
.kkset-footer-help{display:block!important;visibility:visible!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}


/* V1.12.0: Help Center hub, visible breadcrumbs, comparison blocks and internal-link routes. */
.kkset-help-breadcrumb-wrap{background:#fff;border-bottom:1px solid var(--kkset-help-line)}
.kkset-help-breadcrumb{display:flex;align-items:center;gap:9px;min-height:48px;color:var(--kkset-help-muted);font-size:13px}
.kkset-help-breadcrumb a{color:var(--kkset-help-blue);text-decoration:none;font-weight:800}.kkset-help-breadcrumb strong{color:var(--kkset-help-navy);font-weight:800}
.kkset-help-hub-section,.kkset-help-visual-section,.kkset-help-compare-section,.kkset-help-order-steps-section,.kkset-help-quote-section,.kkset-help-eligibility-section,.kkset-help-related-section{padding:54px 0;background:#fff;border-bottom:1px solid var(--kkset-help-line)}
.kkset-help-section-heading{max-width:820px;margin-bottom:26px}.kkset-help-section-heading h2{margin:7px 0 10px;color:var(--kkset-help-navy);font-size:34px;line-height:1.18}.kkset-help-section-heading>p:last-child{color:var(--kkset-help-muted)}
.kkset-help-hub-toolbar{display:grid;grid-template-columns:auto minmax(280px,1fr) auto;gap:14px;align-items:center;padding:20px 22px;margin-bottom:34px;border:1px solid var(--kkset-help-line);border-radius:16px;background:#f7f9fc}.kkset-help-hub-toolbar label{font-weight:900;color:var(--kkset-help-navy)}.kkset-help-hub-toolbar input{width:100%;min-height:48px;padding:0 16px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:var(--kkset-help-navy);font-size:15px}.kkset-help-hub-toolbar span{min-width:100px;color:var(--kkset-help-muted);font-size:13px;text-align:right}
.kkset-help-hub-groups{display:grid;gap:42px}.kkset-help-hub-group h2{margin:0 0 18px;color:var(--kkset-help-navy);font-size:25px}.kkset-help-hub-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.kkset-help-topic-card{display:flex;flex-direction:column;min-height:190px;padding:22px;border:1px solid var(--kkset-help-line);border-radius:16px;background:#fff;color:inherit!important;text-decoration:none!important;box-shadow:0 8px 24px rgba(12,31,56,.04)}.kkset-help-topic-card:hover{transform:translateY(-2px);border-color:#b6c8e5;box-shadow:0 12px 30px rgba(12,31,56,.08)}.kkset-help-topic-card strong{color:var(--kkset-help-navy);font-size:18px}.kkset-help-topic-card span{display:-webkit-box;overflow:hidden;margin:10px 0 18px;color:var(--kkset-help-muted);font-size:14px;line-height:1.6;-webkit-line-clamp:3;-webkit-box-orient:vertical}.kkset-help-topic-card b{margin-top:auto;color:var(--kkset-help-blue);font-size:13px}.kkset-help-topic-card[hidden]{display:none!important}.kkset-help-no-results{padding:24px;border:1px dashed #a8b5c8;border-radius:14px;color:var(--kkset-help-muted);text-align:center;background:#f8fafc}
.kkset-measure-grid,.kkset-order-step-grid,.kkset-quote-grid,.kkset-eligibility-grid{display:grid;gap:16px}.kkset-measure-grid{grid-template-columns:repeat(4,1fr)}.kkset-measure-grid article,.kkset-order-step-grid article,.kkset-quote-grid article,.kkset-eligibility-grid article{padding:22px;border:1px solid var(--kkset-help-line);border-radius:16px;background:#f8fafc}.kkset-measure-grid span,.kkset-order-step-grid span{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--kkset-help-navy);color:#fff;font-weight:900}.kkset-measure-grid h3{margin:14px 0 6px;color:var(--kkset-help-navy);font-size:18px}.kkset-measure-grid p{margin:0;color:var(--kkset-help-muted);font-size:14px;line-height:1.6}
.kkset-version-table{overflow:hidden;border:1px solid var(--kkset-help-line);border-radius:18px}.kkset-version-row{display:grid;grid-template-columns:.8fr 1fr 1fr}.kkset-version-row>div{padding:18px;border-right:1px solid var(--kkset-help-line);border-bottom:1px solid var(--kkset-help-line);color:var(--kkset-help-muted);line-height:1.55}.kkset-version-row>div:last-child{border-right:0}.kkset-version-row:last-child>div{border-bottom:0}.kkset-version-head{background:var(--kkset-help-navy)}.kkset-version-head>div{color:#fff!important;font-weight:900}.kkset-version-row strong{color:var(--kkset-help-navy)}
.kkset-order-step-grid{grid-template-columns:repeat(6,1fr)}.kkset-order-step-grid article{display:flex;flex-direction:column;gap:14px}.kkset-order-step-grid strong{color:var(--kkset-help-navy);font-size:14px;line-height:1.4}
.kkset-quote-grid{grid-template-columns:repeat(4,1fr)}.kkset-quote-grid article,.kkset-eligibility-grid article{display:flex;flex-direction:column;gap:8px}.kkset-quote-grid strong,.kkset-eligibility-grid strong{color:var(--kkset-help-navy);font-size:17px}.kkset-quote-grid span,.kkset-eligibility-grid span{color:var(--kkset-help-muted);font-size:14px;line-height:1.6}
.kkset-eligibility-grid{grid-template-columns:repeat(2,1fr)}.kkset-eligibility-grid article{border-left:5px solid #93a4b8}.kkset-eligibility-grid .is-positive{border-left-color:#22a06b}.kkset-eligibility-grid .is-warning{border-left-color:#e69b22}.kkset-eligibility-grid .is-restricted{border-left-color:#c24156}
.kkset-help-related-section{background:#f6f8fb}.kkset-help-related-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px}.kkset-help-related-heading h2{margin:5px 0 0;color:var(--kkset-help-navy);font-size:30px}.kkset-help-related-heading>a{color:var(--kkset-help-blue);text-decoration:none;font-weight:900}.kkset-help-related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.kkset-help-related-grid>a{display:flex;flex-direction:column;gap:8px;min-height:120px;padding:20px;border:1px solid var(--kkset-help-line);border-radius:14px;background:#fff;color:inherit!important;text-decoration:none!important}.kkset-help-related-grid strong{color:var(--kkset-help-navy)}.kkset-help-related-grid span{color:var(--kkset-help-muted);font-size:13px;line-height:1.5}
@media(max-width:1020px){.kkset-help-hub-card-grid{grid-template-columns:repeat(2,1fr)}.kkset-measure-grid,.kkset-quote-grid,.kkset-help-related-grid{grid-template-columns:repeat(2,1fr)}.kkset-order-step-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:680px){.kkset-help-hub-toolbar{grid-template-columns:1fr}.kkset-help-hub-toolbar span{text-align:left}.kkset-help-hub-card-grid,.kkset-measure-grid,.kkset-order-step-grid,.kkset-quote-grid,.kkset-eligibility-grid,.kkset-help-related-grid{grid-template-columns:1fr}.kkset-version-row{grid-template-columns:1fr}.kkset-version-head{display:none}.kkset-version-row>div{border-right:0}.kkset-version-row>div:first-child{background:#eef3f9}.kkset-help-related-heading{align-items:flex-start;flex-direction:column}}
