.pkstudio-page{width:100%;overflow:hidden}.pkstudio-section{box-sizing:border-box}.pkstudio-section-inner{box-sizing:border-box;margin:0 auto;padding-left:24px;padding-right:24px}.pkstudio-widget{margin:0 0 18px}.pkstudio-widget:last-child{margin-bottom:0}.pkstudio-widget-heading h1{font-size:clamp(2.4rem,5vw,4.8rem);line-height:1.02;margin:0 0 20px;font-weight:850;letter-spacing:-.05em}.pkstudio-widget-heading h2{font-size:clamp(2rem,3.5vw,3.4rem);line-height:1.08;margin:0 0 18px;font-weight:820;letter-spacing:-.04em}.pkstudio-widget-heading h3{font-size:clamp(1.4rem,2.2vw,2rem);margin:0 0 14px}.pkstudio-text{font-size:1.08rem;line-height:1.75;max-width:820px}.pkstudio-section[style*="center"] .pkstudio-text{margin-left:auto;margin-right:auto}.pkstudio-widget-image img{max-width:100%;height:auto;border-radius:24px;box-shadow:0 20px 55px rgba(15,23,42,.12)}.pkstudio-image-placeholder,.pkstudio-shortcode-placeholder,.pkstudio-empty{border:1px dashed rgba(15,23,42,.25);background:#f8fafc;border-radius:18px;padding:28px;color:#64748b}.pkstudio-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 20px;border-radius:999px;font-weight:800;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.pkstudio-button:hover{transform:translateY(-1px);text-decoration:none}.pkstudio-button-primary{background:#2563eb;color:#fff;box-shadow:0 14px 30px rgba(37,99,235,.25)}.pkstudio-button-secondary{background:#e2e8f0;color:#0f172a}.pkstudio-card{background:#fff;border:1px solid rgba(15,23,42,.09);border-radius:28px;padding:28px;box-shadow:0 18px 50px rgba(15,23,42,.08);text-align:left}.pkstudio-card h3{margin:0 0 10px;font-size:1.35rem}.pkstudio-card p{margin:0 0 18px;color:#475569;line-height:1.6}.pkstudio-card-link{font-weight:800;text-decoration:none;color:#2563eb}.pkstudio-divider{border:0;border-top:1px solid rgba(15,23,42,.12);margin:24px 0}@media(max-width:780px){.pkstudio-section-inner{padding-left:18px;padding-right:18px}.pkstudio-section{padding-top:42px!important;padding-bottom:42px!important}.pkstudio-widget-heading h1{font-size:2.35rem}.pkstudio-widget-heading h2{font-size:1.9rem}.pkstudio-card{padding:22px;border-radius:22px}}
.pkstudio-section-inner.pkstudio-columns-2,.pkstudio-section-inner.pkstudio-columns-3,.pkstudio-section-inner.pkstudio-columns-4{display:grid;gap:var(--pkstudio-gap,24px);align-items:stretch}.pkstudio-section-inner.pkstudio-columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.pkstudio-section-inner.pkstudio-columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}.pkstudio-section-inner.pkstudio-columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}.pkstudio-section-inner[class*="pkstudio-columns-"]>.pkstudio-widget{margin-bottom:0}.pkstudio-card-image{display:block;width:100%;height:auto;max-height:240px;object-fit:cover;border-radius:20px;margin:0 0 18px}.pkstudio-card-soft{background:#f8fafc;border-color:#e2e8f0}.pkstudio-card-outline{background:transparent;border-style:dashed;box-shadow:none}@media(max-width:980px){.pkstudio-section-inner.pkstudio-columns-3,.pkstudio-section-inner.pkstudio-columns-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:780px){.pkstudio-section-inner.pkstudio-columns-2,.pkstudio-section-inner.pkstudio-columns-3,.pkstudio-section-inner.pkstudio-columns-4{grid-template-columns:1fr}}

/* v2.1.1 full-width module protection and widget style controls */
.pkstudio-section-inner[class*="pkstudio-columns-"]>.pkstudio-widget-shortcode,.pkstudio-section-inner[class*="pkstudio-columns-"]>.pkstudio-widget-html,.pkstudio-section-inner[class*="pkstudio-columns-"]>.pkstudio-width-full{grid-column:1/-1;min-width:0;max-width:100%}
.pkstudio-section-inner[class*="pkstudio-columns-"]>.pkstudio-width-half{grid-column:span 2}
.pkstudio-section-inner[class*="pkstudio-columns-"]>.pkstudio-width-third,.pkstudio-section-inner[class*="pkstudio-columns-"]>.pkstudio-width-quarter{grid-column:span 1}
.pkstudio-widget-shortcode{overflow:visible;word-break:normal;overflow-wrap:normal}
.pkstudio-widget-shortcode *{max-width:100%;box-sizing:border-box}
.pkstudio-widget-shortcode img,.pkstudio-widget-shortcode canvas,.pkstudio-widget-shortcode svg{height:auto;max-width:100%}
.pkstudio-widget[style*="background"]{padding:18px;border-radius:22px}
.pkstudio-card[style*="color"] p{color:inherit}
.pkstudio-button[style*="background"]{box-shadow:none}
@media(max-width:780px){.pkstudio-section-inner[class*="pkstudio-columns-"]>.pkstudio-width-half,.pkstudio-section-inner[class*="pkstudio-columns-"]>.pkstudio-width-third,.pkstudio-section-inner[class*="pkstudio-columns-"]>.pkstudio-width-quarter{grid-column:1/-1}}

/* v2.4.0 global design system and advanced styling */
.pkstudio-page{background:var(--pkstudio-page-bg,#fff);color:var(--pkstudio-text,#0f172a);font-family:var(--pkstudio-font,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif);font-size:var(--pkstudio-base-size,16px);position:relative}.pkstudio-page *{box-sizing:border-box}.pkstudio-page a{color:var(--pkstudio-primary,#2563eb)}.pkstudio-text,.pkstudio-card p{color:var(--pkstudio-muted,#475569)}.pkstudio-page.pkstudio-spacing-compact .pkstudio-section{padding-top:32px!important;padding-bottom:32px!important}.pkstudio-page.pkstudio-spacing-cozy .pkstudio-section{padding-top:44px!important;padding-bottom:44px!important}.pkstudio-page.pkstudio-spacing-spacious .pkstudio-section{padding-top:76px!important;padding-bottom:76px!important}.pkstudio-page.pkstudio-spacing-heroic .pkstudio-section{padding-top:96px!important;padding-bottom:96px!important}.pkstudio-button{border-radius:var(--pkstudio-button-radius,999px);background:var(--pkstudio-primary,#2563eb);color:#fff}.pkstudio-button:hover{background:var(--pkstudio-hover-bg,var(--pkstudio-primary,#1d4ed8));color:var(--pkstudio-hover-color,#fff)}.pkstudio-button-outline,.pkstudio-design-outline .pkstudio-button{background:transparent;color:var(--pkstudio-primary,#2563eb);border:2px solid var(--pkstudio-primary,#2563eb);box-shadow:none}.pkstudio-button-ghost,.pkstudio-design-ghost .pkstudio-button{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.26);box-shadow:none}.pkstudio-button-block,.pkstudio-design-block .pkstudio-button{display:flex;width:100%;border-radius:var(--pkstudio-button-radius,16px)}.pkstudio-design-square .pkstudio-button{border-radius:4px}.pkstudio-design-rounded .pkstudio-button{border-radius:var(--pkstudio-button-radius,16px)}.pkstudio-card{border-radius:var(--pkstudio-card-radius,28px);box-shadow:var(--pkstudio-card-shadow,0 18px 50px rgba(15,23,42,.08))}.pkstudio-card:hover{transform:translateY(-1px);transition:transform .16s ease,box-shadow .16s ease}.pkstudio-card-flat,.pkstudio-card-design-flat .pkstudio-card{box-shadow:none;border-color:#e2e8f0}.pkstudio-card-elevated,.pkstudio-card-design-elevated .pkstudio-card{box-shadow:var(--pkstudio-card-shadow,0 18px 50px rgba(15,23,42,.08))}.pkstudio-card-glass,.pkstudio-card-design-glass .pkstudio-card{background:rgba(255,255,255,.72);backdrop-filter:blur(14px);border-color:rgba(255,255,255,.45)}.pkstudio-card-premium,.pkstudio-card-design-premium .pkstudio-card{background:linear-gradient(135deg,rgba(17,24,39,.95),rgba(120,53,15,.9));color:#fff;border-color:rgba(245,158,11,.3)}.pkstudio-card-premium p,.pkstudio-card-design-premium .pkstudio-card p{color:rgba(255,255,255,.8)}.pkstudio-card-link{color:var(--pkstudio-primary,#2563eb)}.pkstudio-effect-grid .pkstudio-section,.pkstudio-section-effect-grid{background-image:linear-gradient(rgba(37,99,235,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.08) 1px,transparent 1px);background-size:32px 32px}.pkstudio-effect-dots .pkstudio-section,.pkstudio-section-effect-dots{background-image:radial-gradient(rgba(37,99,235,.14) 1px,transparent 1px);background-size:18px 18px}.pkstudio-effect-glow .pkstudio-section,.pkstudio-section-effect-glow{position:relative;overflow:hidden}.pkstudio-effect-glow .pkstudio-section:before,.pkstudio-section-effect-glow:before{content:"";position:absolute;inset:-20%;background:radial-gradient(circle at 20% 20%,rgba(37,99,235,.16),transparent 32%),radial-gradient(circle at 80% 10%,rgba(245,158,11,.13),transparent 28%);pointer-events:none}.pkstudio-section-inner{position:relative;z-index:1}.pkstudio-effect-aurora .pkstudio-section,.pkstudio-section-effect-aurora{background-image:linear-gradient(135deg,rgba(6,182,212,.16),rgba(139,92,246,.14),rgba(245,158,11,.10))}.pkstudio-widget[style*="--pkstudio-hover-bg"]:hover,.pkstudio-card[style*="--pkstudio-hover-bg"]:hover,.pkstudio-button[style*="--pkstudio-hover-bg"]:hover{background:var(--pkstudio-hover-bg)!important;color:var(--pkstudio-hover-color,inherit)!important}


/* v2.5.0 PrepKnow business widgets */
.pkstudio-business-card,.pkstudio-listing-card,.pkstudio-business-module,.pkstudio-account-module,.pkstudio-lead-module{background:#fff;border:1px solid rgba(15,23,42,.10);border-radius:28px;padding:28px;box-shadow:0 18px 50px rgba(15,23,42,.08);text-align:left}.pkstudio-business-card h3,.pkstudio-listing-card h3,.pkstudio-business-module h3,.pkstudio-account-module h3,.pkstudio-lead-module h3{margin:0 0 10px;font-size:1.45rem;line-height:1.2}.pkstudio-business-card p,.pkstudio-listing-card p,.pkstudio-business-module p,.pkstudio-account-module p,.pkstudio-lead-module p{color:inherit;opacity:.82;line-height:1.65}.pkstudio-business-badge{display:inline-flex;border-radius:999px;background:#dcfce7;color:#166534;font-weight:850;font-size:.78rem;padding:6px 10px;margin-bottom:12px}.pkstudio-business-category{font-weight:750;color:var(--pkstudio-muted,#64748b)!important;margin:0 0 10px}.pkstudio-business-meta{display:flex;gap:10px;flex-wrap:wrap;color:var(--pkstudio-muted,#64748b);font-weight:700;margin:14px 0}.pkstudio-chip-row,.pkstudio-panel-grid{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.pkstudio-chip-row span,.pkstudio-panel-grid span{border-radius:999px;background:#eff6ff;color:#1d4ed8;padding:7px 11px;font-weight:800;font-size:.86rem}.pkstudio-demo-search{display:flex;gap:10px;margin-top:18px}.pkstudio-demo-search input,.pkstudio-lead-module input,.pkstudio-lead-module textarea{width:100%;border:1px solid #cbd5e1;border-radius:14px;padding:12px 14px;font:inherit}.pkstudio-demo-search button,.pkstudio-lead-module button{border:0;cursor:pointer}.pkstudio-qr-module{display:grid;grid-template-columns:minmax(0,1fr) 130px;gap:24px;align-items:center}.pkstudio-demo-qr{width:130px;height:130px;border-radius:20px;background:repeating-linear-gradient(45deg,#0f172a 0 8px,#fff 8px 16px);border:10px solid #fff;box-shadow:0 0 0 1px #cbd5e1;display:flex;align-items:center;justify-content:center;font-weight:950;color:#2563eb}.pkstudio-account-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.pkstudio-lead-module{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);gap:24px;align-items:start}.pkstudio-lead-module form{display:grid;gap:10px}.pkstudio-lead-module textarea{min-height:110px}.pkstudio-widget-directory_search,.pkstudio-widget-qr_company_page,.pkstudio-widget-security_test_portal,.pkstudio-widget-driver_onboarding,.pkstudio-widget-user_dashboard_panel,.pkstudio-widget-business_dashboard_panel,.pkstudio-widget-login_register,.pkstudio-widget-contact_lead_form{grid-column:1/-1}@media(max-width:780px){.pkstudio-demo-search,.pkstudio-qr-module,.pkstudio-lead-module{display:block}.pkstudio-demo-search input{margin-bottom:10px}.pkstudio-demo-qr{margin-top:18px}.pkstudio-business-card,.pkstudio-listing-card,.pkstudio-business-module,.pkstudio-account-module,.pkstudio-lead-module{padding:22px;border-radius:22px}}


/* v2.7.0 Theme Builder frontend */
.pkstudio-theme-part{position:relative;z-index:20;}
.pkstudio-theme-part-header{border-bottom:1px solid rgba(15,23,42,.08);}
.pkstudio-theme-part-footer{margin-top:40px;}
.pkstudio-theme-part .pkstudio-section{margin:0;}
.pkstudio-site-logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:inherit;font-weight:800;font-size:20px;line-height:1.1;}
.pkstudio-site-logo img{max-height:44px;max-width:180px;width:auto;height:auto;object-fit:contain;}
.pkstudio-nav-menu{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;}
.pkstudio-nav-menu a{color:inherit;text-decoration:none;font-weight:650;}
.pkstudio-nav-menu a:hover{text-decoration:underline;}
.pkstudio-nav-title{display:block;width:100%;opacity:.76;margin-bottom:4px;}
.pkstudio-account-link{white-space:nowrap;}
.pkstudio-copyright{opacity:.82;font-size:.95em;}
@media (max-width: 760px){
  .pkstudio-theme-part .pkstudio-section-inner{grid-template-columns:1fr!important;text-align:center;}
  .pkstudio-site-logo,.pkstudio-nav-menu{justify-content:center;}
}

/* v2.7.2 controlled Theme Builder frontend layouts */
.pkstudio-theme-part-v272{width:100%;isolation:isolate;overflow:visible;}
.pkstudio-theme-part-v272 .pkstudio-page{background:transparent!important;overflow:visible;}
.pkstudio-theme-part-v272 .pkstudio-section{margin:0!important;border-radius:0!important;box-shadow:none!important;}
.pkstudio-theme-part-v272 .pkstudio-section-inner{width:min(100% - 32px,var(--pkstudio-theme-max,1180px));padding-left:0;padding-right:0;}
.pkstudio-theme-part-header{position:relative;z-index:80;border-bottom:1px solid rgba(15,23,42,.08);}
.pkstudio-theme-part-header .pkstudio-section{padding-top:10px!important;padding-bottom:10px!important;}
.pkstudio-theme-part-header .pkstudio-section-inner,
.pkstudio-theme-part-header .pkstudio-layout-header-row .pkstudio-section-inner{display:flex!important;grid-template-columns:none!important;align-items:center;justify-content:space-between;gap:var(--pkstudio-gap,18px);min-height:58px;}
.pkstudio-theme-part-header .pkstudio-widget{margin:0!important;min-width:0;}
.pkstudio-theme-part-header .pkstudio-widget-site_logo{flex:0 0 auto;}
.pkstudio-theme-part-header .pkstudio-widget-nav_menu{flex:1 1 auto;display:flex;justify-content:center;}
.pkstudio-theme-part-header .pkstudio-widget-button,
.pkstudio-theme-part-header .pkstudio-widget-account_link{flex:0 0 auto;display:flex;justify-content:flex-end;}
.pkstudio-theme-part-header .pkstudio-width-full,
.pkstudio-theme-part-header .pkstudio-width-auto,
.pkstudio-theme-part-header .pkstudio-width-half,
.pkstudio-theme-part-header .pkstudio-width-third,
.pkstudio-theme-part-header .pkstudio-width-quarter{grid-column:auto!important;}
.pkstudio-theme-part-header .pkstudio-nav-menu{display:flex;align-items:center;justify-content:center;gap:10px 14px;flex-wrap:wrap;max-width:100%;}
.pkstudio-theme-part-header .pkstudio-nav-menu a{display:inline-flex;align-items:center;white-space:nowrap;line-height:1.1;padding:8px 4px;}
.pkstudio-theme-part-header .pkstudio-button{min-height:44px;padding:10px 18px;white-space:nowrap;}
.pkstudio-theme-part-header .pkstudio-site-logo{white-space:nowrap;}
.pkstudio-theme-part-header .pkstudio-layout-header-centered .pkstudio-section-inner{display:grid!important;grid-template-columns:1fr!important;justify-items:center;text-align:center;gap:10px;}
.pkstudio-theme-part-footer{margin-top:0;background:#020617;position:relative;z-index:20;}
.pkstudio-theme-part-footer .pkstudio-section{padding-top:32px!important;padding-bottom:26px!important;}
.pkstudio-theme-part-footer .pkstudio-section-inner[class*="pkstudio-columns-"]{display:grid;gap:var(--pkstudio-gap,24px);align-items:start;}
.pkstudio-theme-part-footer .pkstudio-columns-1{grid-template-columns:1fr;}
.pkstudio-theme-part-footer .pkstudio-columns-2{grid-template-columns:repeat(2,minmax(0,1fr));}
.pkstudio-theme-part-footer .pkstudio-columns-3{grid-template-columns:repeat(3,minmax(0,1fr));}
.pkstudio-theme-part-footer .pkstudio-columns-4{grid-template-columns:1.25fr 1fr 1fr 1fr;}
.pkstudio-theme-part-footer .pkstudio-columns-5{grid-template-columns:1.25fr repeat(4,1fr);}
.pkstudio-theme-part-footer .pkstudio-widget{margin:0!important;min-width:0;}
.pkstudio-theme-part-footer .pkstudio-width-full,
.pkstudio-theme-part-footer .pkstudio-width-auto,
.pkstudio-theme-part-footer .pkstudio-width-half,
.pkstudio-theme-part-footer .pkstudio-width-third,
.pkstudio-theme-part-footer .pkstudio-width-quarter{grid-column:auto!important;}
.pkstudio-theme-part-footer .pkstudio-nav-menu{display:grid;justify-content:start;gap:8px;text-align:left;}
.pkstudio-theme-part-footer .pkstudio-nav-menu a{display:block;padding:0;line-height:1.35;}
.pkstudio-theme-part-footer .pkstudio-nav-title{margin-bottom:8px;font-weight:900;}
.pkstudio-theme-part-footer .pkstudio-text{max-width:580px;font-size:1rem;line-height:1.65;}
.pkstudio-theme-part-footer .pkstudio-copyright{line-height:1.55;}
.pkstudio-theme-part-footer .pkstudio-layout-footer-cta .pkstudio-section-inner{display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;}
.pkstudio-theme-part-footer .pkstudio-layout-footer-bottom .pkstudio-section-inner{display:flex!important;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;}
@media(max-width:900px){
  .pkstudio-theme-part-header .pkstudio-section-inner,
  .pkstudio-theme-part-header .pkstudio-layout-header-row .pkstudio-section-inner{display:grid!important;grid-template-columns:1fr;justify-items:center;text-align:center;gap:10px;}
  .pkstudio-theme-part-header .pkstudio-widget-nav_menu{justify-content:center;}
  .pkstudio-theme-part-footer .pkstudio-columns-2,.pkstudio-theme-part-footer .pkstudio-columns-3,.pkstudio-theme-part-footer .pkstudio-columns-4,.pkstudio-theme-part-footer .pkstudio-columns-5{grid-template-columns:1fr 1fr;}
  .pkstudio-theme-part-footer .pkstudio-layout-footer-cta .pkstudio-section-inner{grid-template-columns:1fr;}
}
@media(max-width:620px){
  .pkstudio-theme-part-header .pkstudio-nav-menu{display:grid;grid-template-columns:1fr 1fr;gap:8px;width:100%;}
  .pkstudio-theme-part-header .pkstudio-nav-menu a{justify-content:center;border:1px solid rgba(15,23,42,.08);border-radius:999px;padding:9px 10px;}
  .pkstudio-theme-part-footer .pkstudio-columns-2,.pkstudio-theme-part-footer .pkstudio-columns-3,.pkstudio-theme-part-footer .pkstudio-columns-4,.pkstudio-theme-part-footer .pkstudio-columns-5{grid-template-columns:1fr;}
  .pkstudio-theme-part-footer .pkstudio-layout-footer-bottom .pkstudio-section-inner{display:grid!important;grid-template-columns:1fr;text-align:center;justify-items:center;}
}


/* v2.7.3 header/footer button contrast and theme-part link controls */
.pkstudio-page a.pkstudio-button,
.pkstudio-theme-part a.pkstudio-button,
.pkstudio-theme-part .pkstudio-button,
.pkstudio-theme-part-header a.pkstudio-account-link{
  color:#fff;
  text-decoration:none;
}
.pkstudio-theme-part a.pkstudio-button:hover,
.pkstudio-theme-part .pkstudio-button:hover,
.pkstudio-theme-part-header a.pkstudio-account-link:hover{
  color:var(--pkstudio-hover-color,#fff);
  text-decoration:none;
}
.pkstudio-theme-part .pkstudio-button:not(.pkstudio-button-outline):not(.pkstudio-button-secondary):not(.pkstudio-button-ghost){
  background:var(--pkstudio-primary,#2563eb);
}
.pkstudio-theme-part .pkstudio-nav-menu[style*="--pkstudio-hover-color"] a:hover{
  color:var(--pkstudio-hover-color);
}
.pkstudio-theme-part-footer .pkstudio-nav-menu a{color:inherit;}

/* v2.7.4 Theme Builder stability polish */
.pkstudio-theme-part-v274, .pkstudio-theme-part-v274 *{box-sizing:border-box;}
.pkstudio-theme-part-v274{clear:both;width:100%;max-width:100%;}
.pkstudio-theme-part-v274 .pkstudio-section{width:100%;max-width:100%;overflow:visible;}
.pkstudio-theme-part-v274 .pkstudio-section-inner{max-width:min(100% - 32px,var(--pkstudio-theme-max,1180px));margin-left:auto;margin-right:auto;}
.pkstudio-theme-part-header .pkstudio-theme-sticky{position:sticky;top:0;z-index:999;background:inherit;box-shadow:0 8px 22px rgba(15,23,42,.06);}
.admin-bar .pkstudio-theme-part-header .pkstudio-theme-sticky{top:32px;}
.pkstudio-theme-part-header .pkstudio-section-inner{display:grid!important;grid-template-columns:minmax(120px,auto) minmax(0,1fr) minmax(120px,auto);align-items:center;}
.pkstudio-theme-part-header .pkstudio-widget-site_logo{justify-self:start;max-width:100%;}
.pkstudio-theme-part-header .pkstudio-widget-nav_menu{justify-self:center;max-width:100%;overflow:hidden;}
.pkstudio-theme-part-header .pkstudio-widget-button,.pkstudio-theme-part-header .pkstudio-widget-account_link{justify-self:end;max-width:100%;}
.pkstudio-theme-part-header .pkstudio-button,.pkstudio-theme-part-header .pkstudio-account-link{display:inline-flex;align-items:center;justify-content:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;}
.pkstudio-theme-part-header .pkstudio-site-logo{display:inline-flex;align-items:center;gap:10px;min-width:0;max-width:100%;}
.pkstudio-theme-part-header .pkstudio-site-logo img{display:block;max-height:42px;width:auto;max-width:220px;object-fit:contain;}
.pkstudio-theme-part-footer .pkstudio-link-align-center .pkstudio-nav-menu,.pkstudio-theme-part-footer .pkstudio-link-align-center .pkstudio-nav-menu a,.pkstudio-theme-part-footer .pkstudio-link-align-center .pkstudio-nav-title{text-align:center;justify-content:center;}
.pkstudio-theme-part-footer .pkstudio-layout-footer-grid .pkstudio-section-inner{row-gap:22px;}
.pkstudio-theme-part-footer .pkstudio-widget-site_logo .pkstudio-site-logo{margin-bottom:6px;}
.pkstudio-theme-part-footer .pkstudio-layout-footer-bottom .pkstudio-text,.pkstudio-theme-part-footer .pkstudio-layout-footer-bottom .pkstudio-copyright{font-size:.95rem;}
@media(max-width:900px){
  .admin-bar .pkstudio-theme-part-header .pkstudio-theme-sticky{top:46px;}
  .pkstudio-theme-part-header .pkstudio-section-inner{grid-template-columns:1fr!important;justify-items:center;text-align:center;gap:10px;}
  .pkstudio-theme-part-header .pkstudio-mobile-compact .pkstudio-section-inner{display:flex!important;flex-wrap:wrap;justify-content:center;text-align:center;gap:8px 14px;}
  .pkstudio-theme-part-header .pkstudio-mobile-compact .pkstudio-widget-site_logo{order:1;flex:1 1 auto;justify-self:auto;text-align:left;}
  .pkstudio-theme-part-header .pkstudio-mobile-compact .pkstudio-widget-button,.pkstudio-theme-part-header .pkstudio-mobile-compact .pkstudio-widget-account_link{order:2;flex:0 0 auto;justify-content:flex-end;}
  .pkstudio-theme-part-header .pkstudio-mobile-compact .pkstudio-widget-nav_menu{order:3;flex:1 0 100%;}
  .pkstudio-theme-part-header .pkstudio-mobile-scroll .pkstudio-nav-menu{display:flex!important;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;white-space:nowrap;width:100%;padding-bottom:4px;scrollbar-width:thin;}
  .pkstudio-theme-part-header .pkstudio-mobile-scroll .pkstudio-nav-menu a{flex:0 0 auto;border:1px solid rgba(15,23,42,.08);border-radius:999px;padding:9px 12px;}
  .pkstudio-theme-part-footer .pkstudio-mobile-columns-2.pkstudio-section .pkstudio-section-inner{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .pkstudio-theme-part-footer .pkstudio-mobile-columns-1.pkstudio-section .pkstudio-section-inner{grid-template-columns:1fr!important;}
  .pkstudio-theme-part-footer .pkstudio-link-align-center .pkstudio-section-inner{justify-items:center;text-align:center;}
}
@media(max-width:620px){
  .pkstudio-theme-part-header .pkstudio-mobile-compact .pkstudio-widget-site_logo,.pkstudio-theme-part-header .pkstudio-mobile-compact .pkstudio-widget-button,.pkstudio-theme-part-header .pkstudio-mobile-compact .pkstudio-widget-account_link{flex:1 1 100%;justify-content:center;text-align:center;}
  .pkstudio-theme-part-header .pkstudio-button,.pkstudio-theme-part-header .pkstudio-account-link{min-height:40px;padding:9px 14px;}
  .pkstudio-theme-part-footer .pkstudio-mobile-columns-2.pkstudio-section .pkstudio-section-inner{grid-template-columns:1fr!important;}
}


/* v2.7.5 Mobile Theme Builder polish */
.pkstudio-theme-part-v275.pkstudio-theme-part-header .pkstudio-section-inner{--pkstudio-mobile-nav-gap:8px;}
@media(max-width:760px){
  .pkstudio-theme-part-v275.pkstudio-theme-part-header{border-bottom:1px solid rgba(15,23,42,.08);}
  .pkstudio-theme-part-v275.pkstudio-theme-part-header .pkstudio-section{padding-top:8px!important;padding-bottom:8px!important;}
  .pkstudio-theme-part-v275.pkstudio-theme-part-header .pkstudio-section-inner{
    width:min(100% - 28px,var(--pkstudio-theme-max,1180px));
    min-height:0!important;
    padding-left:0!important;
    padding-right:0!important;
    gap:8px 12px!important;
  }
  .pkstudio-theme-part-v275.pkstudio-theme-part-header .pkstudio-layout-header-row .pkstudio-section-inner,
  .pkstudio-theme-part-v275.pkstudio-theme-part-header .pkstudio-mobile-compact .pkstudio-section-inner,
  .pkstudio-theme-part-v275.pkstudio-theme-part-header .pkstudio-mobile-scroll .pkstudio-section-inner{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    justify-items:stretch!important;
    text-align:left!important;
  }
  .pkstudio-theme-part-v275.pkstudio-theme-part-header .pkstudio-widget{min-width:0!important;margin:0!important;}
  .pkstudio-theme-part-v275.pkstudio-theme-part-header .pkstudio-widget-site_logo{
    grid-column:1;grid-row:1;justify-self:start!important;max-width:100%;
  }
  .pkstudio-theme-part-v275.pkstudio-theme-part-header .pkstudio-site-logo{
    justify-content:flex-start!important;font-size:clamp(1.05rem,5vw,1.45rem);line-height:1.05;max-width:100%;
  }
  .pkstudio-theme-part-v275.pkstudio-theme-part-header .pkstudio-site-logo img{max-height:34px;max-width:150px;}
  .pkstudio-theme-part-v275.pkstudio-theme-part-header .pkstudio-widget-button,
  .pkstudio-theme-part-v275.pkstudio-theme-part-header .pkstudio-widget-account_link{
    grid-column:2;grid-row:1;justify-self:end!important;display:flex!important;justify-content:flex-end!important;max-width:190px;min-width:0;
  }
  .pkstudio-theme-part-v275.pkstudio-theme-part-header .pkstudio-button,
  .pkstudio-theme-part-v275.pkstudio-theme-part-header .pkstudio-account-link{
    width:auto!important;min-width:0!important;max-width:190px!important;min-height:38px!important;padding:8px 13px!important;border-radius:999px!important;font-size:.9rem!important;line-height:1.05!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
  }
  .pkstudio-theme-part-v275.pkstudio-theme-part-header .pkstudio-widget-nav_menu{
    grid-column:1 / -1;grid-row:2;justify-self:stretch!important;width:100%;max-width:100%;overflow:hidden;display:block!important;
  }
  .pkstudio-theme-part-v275.pkstudio-theme-part-header .pkstudio-nav-menu{
    display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-start!important;gap:var(--pkstudio-mobile-nav-gap,8px)!important;width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;white-space:nowrap;padding:2px 0 4px;scrollbar-width:none;-webkit-overflow-scrolling:touch;
  }
  .pkstudio-theme-part-v275.pkstudio-theme-part-header .pkstudio-nav-menu::-webkit-scrollbar{display:none;}
  .pkstudio-theme-part-v275.pkstudio-theme-part-header .pkstudio-nav-menu a{
    flex:0 0 auto!important;display:inline-flex!important;align-items:center;justify-content:center;border:1px solid rgba(15,23,42,.10);border-radius:999px;padding:7px 10px!important;line-height:1.05!important;font-size:.9rem!important;background:rgba(255,255,255,.55);box-shadow:none!important;
  }
  .pkstudio-theme-part-v275.pkstudio-theme-part-header .pkstudio-mobile-stack .pkstudio-section-inner{
    display:grid!important;grid-template-columns:1fr!important;text-align:center!important;justify-items:center!important;gap:8px!important;
  }
  .pkstudio-theme-part-v275.pkstudio-theme-part-header .pkstudio-mobile-stack .pkstudio-widget-site_logo,
  .pkstudio-theme-part-v275.pkstudio-theme-part-header .pkstudio-mobile-stack .pkstudio-widget-button,
  .pkstudio-theme-part-v275.pkstudio-theme-part-header .pkstudio-mobile-stack .pkstudio-widget-account_link,
  .pkstudio-theme-part-v275.pkstudio-theme-part-header .pkstudio-mobile-stack .pkstudio-widget-nav_menu{grid-column:1!important;grid-row:auto!important;justify-self:center!important;}
  .pkstudio-theme-part-v275.pkstudio-theme-part-header .pkstudio-mobile-stack .pkstudio-nav-menu{justify-content:center!important;flex-wrap:wrap!important;}
}
@media(max-width:420px){
  .pkstudio-theme-part-v275.pkstudio-theme-part-header .pkstudio-section-inner{width:min(100% - 20px,var(--pkstudio-theme-max,1180px));gap:7px 10px!important;}
  .pkstudio-theme-part-v275.pkstudio-theme-part-header .pkstudio-button,
  .pkstudio-theme-part-v275.pkstudio-theme-part-header .pkstudio-account-link{max-width:150px!important;padding:8px 11px!important;font-size:.84rem!important;}
  .pkstudio-theme-part-v275.pkstudio-theme-part-header .pkstudio-nav-menu a{font-size:.84rem!important;padding:7px 9px!important;}
}
@media(max-width:760px){
  .pkstudio-theme-part-v275.pkstudio-theme-part-footer{margin-top:0;}
  .pkstudio-theme-part-v275.pkstudio-theme-part-footer .pkstudio-section{padding-top:24px!important;padding-bottom:22px!important;}
  .pkstudio-theme-part-v275.pkstudio-theme-part-footer .pkstudio-page .pkstudio-section:last-child,
  .pkstudio-theme-part-v275.pkstudio-theme-part-footer .pkstudio-section:last-child{padding-bottom:calc(92px + env(safe-area-inset-bottom))!important;}
  .pkstudio-theme-part-v275.pkstudio-theme-part-footer .pkstudio-section-inner{width:min(100% - 32px,var(--pkstudio-theme-max,1180px));gap:16px!important;}
  .pkstudio-theme-part-v275.pkstudio-theme-part-footer .pkstudio-nav-menu{gap:7px!important;}
  .pkstudio-theme-part-v275.pkstudio-theme-part-footer .pkstudio-nav-menu a{font-size:1rem!important;line-height:1.18!important;padding:2px 0!important;}
  .pkstudio-theme-part-v275.pkstudio-theme-part-footer .pkstudio-nav-title{font-size:.95rem!important;margin-bottom:4px!important;}
  .pkstudio-theme-part-v275.pkstudio-theme-part-footer .pkstudio-text{font-size:.95rem!important;line-height:1.45!important;}
  .pkstudio-theme-part-v275.pkstudio-theme-part-footer .pkstudio-site-logo{font-size:1.25rem!important;justify-content:center;}
  .pkstudio-theme-part-v275.pkstudio-theme-part-footer .pkstudio-layout-footer-bottom .pkstudio-section-inner{gap:10px!important;}
}

/* v2.7.6 Mobile Theme Builder final polish + back to top */
.pkstudio-back-to-top{
  position:fixed;right:22px;bottom:28px;z-index:10020;width:48px;height:48px;border:0;border-radius:999px;background:#2563eb;color:#fff;font-size:1.35rem;font-weight:900;line-height:1;box-shadow:0 18px 44px rgba(37,99,235,.28),0 8px 18px rgba(15,23,42,.12);cursor:pointer;opacity:0;transform:translateY(10px) scale(.96);transition:opacity .16s ease,transform .16s ease,background .16s ease;
}
.pkstudio-back-to-top.is-visible{opacity:1;transform:translateY(0) scale(1);}
.pkstudio-back-to-top:hover{background:#1d4ed8;}
.pkstudio-back-to-top[hidden]{display:none!important;}
@media(max-width:900px){
  .pkstudio-theme-part-v276.pkstudio-theme-part-header{border-bottom:1px solid rgba(15,23,42,.08);}
  .pkstudio-theme-part-v276.pkstudio-theme-part-header .pkstudio-section{padding-top:6px!important;padding-bottom:6px!important;}
  .pkstudio-theme-part-v276.pkstudio-theme-part-header .pkstudio-section-inner{
    width:min(100% - 22px,var(--pkstudio-theme-max,1180px))!important;padding-left:0!important;padding-right:0!important;gap:7px 10px!important;
  }
  .pkstudio-theme-part-v276.pkstudio-theme-part-header .pkstudio-layout-header-row .pkstudio-section-inner,
  .pkstudio-theme-part-v276.pkstudio-theme-part-header .pkstudio-mobile-compact .pkstudio-section-inner,
  .pkstudio-theme-part-v276.pkstudio-theme-part-header .pkstudio-mobile-scroll .pkstudio-section-inner{
    display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:auto auto!important;align-items:center!important;justify-items:stretch!important;text-align:left!important;
  }
  .pkstudio-theme-part-v276.pkstudio-theme-part-header .pkstudio-widget{min-width:0!important;margin:0!important;}
  .pkstudio-theme-part-v276.pkstudio-theme-part-header .pkstudio-widget-site_logo{grid-column:1!important;grid-row:1!important;justify-self:start!important;align-self:center!important;}
  .pkstudio-theme-part-v276.pkstudio-theme-part-header .pkstudio-site-logo{justify-content:flex-start!important;font-size:clamp(1.05rem,4vw,1.35rem)!important;line-height:1.05!important;}
  .pkstudio-theme-part-v276.pkstudio-theme-part-header .pkstudio-site-logo img{max-height:30px!important;max-width:140px!important;}
  .pkstudio-theme-part-v276.pkstudio-theme-part-header .pkstudio-widget-button,
  .pkstudio-theme-part-v276.pkstudio-theme-part-header .pkstudio-widget-account_link{grid-column:2!important;grid-row:1!important;justify-self:end!important;align-self:center!important;display:flex!important;justify-content:flex-end!important;max-width:150px!important;}
  .pkstudio-theme-part-v276.pkstudio-theme-part-header .pkstudio-button,
  .pkstudio-theme-part-v276.pkstudio-theme-part-header .pkstudio-account-link{min-height:34px!important;max-width:150px!important;padding:7px 12px!important;border-radius:999px!important;font-size:.82rem!important;line-height:1.05!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;box-shadow:0 8px 18px rgba(37,99,235,.18)!important;}
  .pkstudio-theme-part-v276.pkstudio-theme-part-header .pkstudio-widget-nav_menu{grid-column:1 / -1!important;grid-row:2!important;width:100%!important;max-width:100%!important;overflow:hidden!important;display:block!important;justify-self:stretch!important;}
  .pkstudio-theme-part-v276.pkstudio-theme-part-header .pkstudio-nav-menu{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-start!important;gap:6px!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;white-space:nowrap!important;padding:1px 0 3px!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;}
  .pkstudio-theme-part-v276.pkstudio-theme-part-header .pkstudio-nav-menu::-webkit-scrollbar{display:none!important;}
  .pkstudio-theme-part-v276.pkstudio-theme-part-header .pkstudio-nav-menu a{flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:1px solid rgba(15,23,42,.10)!important;border-radius:999px!important;padding:6px 9px!important;line-height:1.05!important;font-size:.82rem!important;background:rgba(255,255,255,.64)!important;box-shadow:none!important;}
  .pkstudio-theme-part-v276.pkstudio-theme-part-header .pkstudio-mobile-stack .pkstudio-section-inner{display:grid!important;grid-template-columns:1fr!important;text-align:center!important;justify-items:center!important;gap:7px!important;}
  .pkstudio-theme-part-v276.pkstudio-theme-part-header .pkstudio-mobile-stack .pkstudio-widget-site_logo,
  .pkstudio-theme-part-v276.pkstudio-theme-part-header .pkstudio-mobile-stack .pkstudio-widget-button,
  .pkstudio-theme-part-v276.pkstudio-theme-part-header .pkstudio-mobile-stack .pkstudio-widget-account_link,
  .pkstudio-theme-part-v276.pkstudio-theme-part-header .pkstudio-mobile-stack .pkstudio-widget-nav_menu{grid-column:1!important;grid-row:auto!important;justify-self:center!important;}
}
@media(max-width:520px){
  .pkstudio-theme-part-v276.pkstudio-theme-part-header .pkstudio-section-inner{width:min(100% - 20px,var(--pkstudio-theme-max,1180px))!important;}
  .pkstudio-theme-part-v276.pkstudio-theme-part-header .pkstudio-widget-button,
  .pkstudio-theme-part-v276.pkstudio-theme-part-header .pkstudio-widget-account_link{max-width:128px!important;}
  .pkstudio-theme-part-v276.pkstudio-theme-part-header .pkstudio-button,
  .pkstudio-theme-part-v276.pkstudio-theme-part-header .pkstudio-account-link{max-width:128px!important;min-height:32px!important;padding:6px 10px!important;font-size:.78rem!important;}
  .pkstudio-theme-part-v276.pkstudio-theme-part-header .pkstudio-nav-menu a{font-size:.78rem!important;padding:6px 8px!important;}
}
@media(max-width:900px){
  .pkstudio-theme-part-v276.pkstudio-theme-part-footer{margin-top:0!important;}
  .pkstudio-theme-part-v276.pkstudio-theme-part-footer .pkstudio-section{padding-top:20px!important;padding-bottom:18px!important;}
  .pkstudio-theme-part-v276.pkstudio-theme-part-footer .pkstudio-page .pkstudio-section:last-child,
  .pkstudio-theme-part-v276.pkstudio-theme-part-footer .pkstudio-section:last-child{padding-bottom:calc(116px + env(safe-area-inset-bottom))!important;}
  .pkstudio-theme-part-v276.pkstudio-theme-part-footer .pkstudio-section-inner{width:min(100% - 30px,var(--pkstudio-theme-max,1180px))!important;gap:12px!important;}
  .pkstudio-theme-part-v276.pkstudio-theme-part-footer .pkstudio-nav-menu{gap:5px!important;}
  .pkstudio-theme-part-v276.pkstudio-theme-part-footer .pkstudio-nav-menu a{font-size:.92rem!important;line-height:1.15!important;padding:1px 0!important;}
  .pkstudio-theme-part-v276.pkstudio-theme-part-footer .pkstudio-nav-title{font-size:.9rem!important;margin-bottom:3px!important;}
  .pkstudio-theme-part-v276.pkstudio-theme-part-footer .pkstudio-text{font-size:.9rem!important;line-height:1.4!important;}
  .pkstudio-theme-part-v276.pkstudio-theme-part-footer .pkstudio-site-logo{font-size:1.15rem!important;justify-content:center;}
  .pkstudio-back-to-top{right:18px;bottom:calc(104px + env(safe-area-inset-bottom));width:44px;height:44px;font-size:1.22rem;box-shadow:0 14px 32px rgba(37,99,235,.28),0 6px 14px rgba(15,23,42,.12);}
}
@media(max-width:780px){
  .pkstudio-page:not([data-pkstudio-page^="theme-"]) .pkstudio-widget-heading h1{font-size:clamp(2.25rem,10vw,3.6rem)!important;line-height:1.04!important;letter-spacing:-.045em!important;}
  .pkstudio-page:not([data-pkstudio-page^="theme-"]) .pkstudio-text{font-size:1rem!important;line-height:1.62!important;}
}


/* v2.8.0 WooCommerce / Commerce Builder widgets */
.pkstudio-commerce-card,.pkstudio-commerce-module,.pkstudio-pricing-card,.pkstudio-coupon-banner{background:#fff;border:1px solid rgba(15,23,42,.10);border-radius:28px;padding:28px;box-shadow:0 18px 50px rgba(15,23,42,.08);text-align:left;color:inherit;box-sizing:border-box}
.pkstudio-commerce-card{display:grid;grid-template-columns:180px minmax(0,1fr);gap:22px;align-items:center}
.pkstudio-commerce-image{width:100%;aspect-ratio:1/1;border-radius:22px;object-fit:cover;background:#f1f5f9;border:1px solid rgba(15,23,42,.08)}
.pkstudio-commerce-body h3,.pkstudio-commerce-module h3,.pkstudio-pricing-card h3,.pkstudio-coupon-banner h3{margin:0 0 10px;font-size:1.45rem;line-height:1.18}.pkstudio-commerce-price{display:inline-flex;margin:4px 0 12px;font-size:1.35rem;color:var(--pkstudio-primary,#2563eb)}
.pkstudio-commerce-card p,.pkstudio-commerce-module p,.pkstudio-pricing-card p,.pkstudio-coupon-banner p{opacity:.82;line-height:1.65}.pkstudio-commerce-demo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:18px 0}.pkstudio-commerce-demo-grid span{min-height:86px;border-radius:18px;background:#eff6ff;color:#1d4ed8;font-weight:850;display:flex;align-items:center;justify-content:center;padding:12px;text-align:center}
.pkstudio-pricing-card ul{margin:18px 0;padding:0;list-style:none;display:grid;gap:10px}.pkstudio-pricing-card li{display:flex;gap:8px;align-items:flex-start}.pkstudio-pricing-card li:before{content:'✓';color:#16a34a;font-weight:900}.pkstudio-coupon-banner{display:flex;gap:18px;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#eff6ff,#ffffff)}.pkstudio-coupon-banner>strong{display:inline-flex;align-items:center;justify-content:center;border:2px dashed #2563eb;border-radius:16px;padding:12px 16px;color:#1d4ed8;background:#fff;font-size:1.1rem;letter-spacing:.08em}.pkstudio-widget-product_grid,.pkstudio-widget-shop_category_grid,.pkstudio-widget-cart_cta,.pkstudio-widget-checkout_cta,.pkstudio-widget-my_account_panel,.pkstudio-widget-order_tracking,.pkstudio-widget-coupon_banner{grid-column:1/-1}
@media(max-width:780px){.pkstudio-commerce-card,.pkstudio-coupon-banner{display:block}.pkstudio-commerce-image{max-width:220px;margin-bottom:18px}.pkstudio-commerce-card,.pkstudio-commerce-module,.pkstudio-pricing-card,.pkstudio-coupon-banner{padding:22px;border-radius:22px}.pkstudio-commerce-demo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pkstudio-coupon-banner>strong{margin:16px 0;display:inline-flex}}


/* v2.9.0 Theme Conditions / Display Rules */
.pkstudio-visible-desktop,
.pkstudio-visible-tablet,
.pkstudio-visible-mobile,
.pkstudio-visible-not_mobile { }
@media (min-width: 1025px) {
  .pkstudio-visible-tablet,
  .pkstudio-visible-mobile { display: none !important; }
}
@media (min-width: 641px) and (max-width: 1024px) {
  .pkstudio-visible-desktop,
  .pkstudio-visible-mobile { display: none !important; }
}
@media (max-width: 640px) {
  .pkstudio-visible-desktop,
  .pkstudio-visible-tablet,
  .pkstudio-visible-not_mobile { display: none !important; }
}
body.pkstudio-mobile-bottom-nav-hide .pk-mobile-bottom-nav,
body.pkstudio-mobile-bottom-nav-hide .prepknow-mobile-bottom-nav,
body.pkstudio-mobile-bottom-nav-hide .pk-bottom-nav,
body.pkstudio-mobile-bottom-nav-hide .prepknow-bottom-nav { display: none !important; }
body.pkstudio-mobile-bottom-nav-show .pk-mobile-bottom-nav,
body.pkstudio-mobile-bottom-nav-show .prepknow-mobile-bottom-nav,
body.pkstudio-mobile-bottom-nav-show .pk-bottom-nav,
body.pkstudio-mobile-bottom-nav-show .prepknow-bottom-nav { display: flex; }
@media (max-width: 640px) {
  body.pkstudio-mobile-bottom-nav-hide .pkstudio-back-to-top { bottom: 18px; }
}

@media (max-width: 640px) { body.pkstudio-backtop-desktop-only .pkstudio-back-to-top { display: none !important; } }
@media (min-width: 641px) { body.pkstudio-backtop-mobile-only .pkstudio-back-to-top { display: none !important; } }


/* v3.0.0 Widget Expansion Pack */
.pkstudio-video-block,.pkstudio-media-collection,.pkstudio-quote-card,.pkstudio-icon-box,.pkstudio-social-icons,.pkstudio-link-in-bio,.pkstudio-counter,.pkstudio-progress,.pkstudio-alert,.pkstudio-tabs,.pkstudio-accordion,.pkstudio-rating,.pkstudio-map,.pkstudio-toc,.pkstudio-countdown,.pkstudio-flip-box,.pkstudio-cta-block,.pkstudio-slides,.pkstudio-code-highlight{box-sizing:border-box}
.pkstudio-video-block,.pkstudio-media-collection,.pkstudio-quote-card,.pkstudio-icon-box,.pkstudio-social-icons,.pkstudio-link-in-bio,.pkstudio-counter,.pkstudio-progress,.pkstudio-alert,.pkstudio-tabs,.pkstudio-accordion,.pkstudio-rating,.pkstudio-toc,.pkstudio-countdown,.pkstudio-flip-box,.pkstudio-cta-block{background:#fff;border:1px solid rgba(15,23,42,.10);border-radius:26px;padding:26px;box-shadow:0 16px 42px rgba(15,23,42,.07);color:inherit}
.pkstudio-video-block iframe,.pkstudio-video-block video{display:block;width:100%;aspect-ratio:16/9;border:0;border-radius:22px;background:#0f172a}.pkstudio-media-placeholder{display:flex;align-items:center;justify-content:center;min-height:120px;border:1px dashed rgba(15,23,42,.24);border-radius:18px;background:#f8fafc;color:#64748b;font-weight:800}.pkstudio-gallery-grid{display:grid;grid-template-columns:repeat(var(--pkstudio-gallery-cols,3),minmax(0,1fr));gap:14px}.pkstudio-gallery-grid figure,.pkstudio-image-carousel figure{margin:0}.pkstudio-gallery-grid img,.pkstudio-image-carousel img{display:block;width:100%;height:190px;object-fit:cover;border-radius:18px;background:#f1f5f9}.pkstudio-gallery-grid figcaption,.pkstudio-image-carousel figcaption{font-size:.86rem;color:var(--pkstudio-muted,#64748b);margin-top:6px}.pkstudio-image-carousel{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.pkstudio-image-carousel figure,.pkstudio-image-carousel .pkstudio-media-placeholder{flex:0 0 min(320px,78%);scroll-snap-align:start}.pkstudio-quote-card p{font-size:1.25rem;line-height:1.55;margin:0 0 14px}.pkstudio-quote-card footer{font-weight:800;color:var(--pkstudio-muted,#64748b)}.pkstudio-icon-only{display:inline-flex;align-items:center;gap:12px}.pkstudio-icon-only span{font-size:var(--pkstudio-icon-size,48px);line-height:1}.pkstudio-icon-box span{display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;border-radius:16px;background:#eff6ff;color:#2563eb;font-size:1.4rem;font-weight:900}.pkstudio-icon-box h3{margin:14px 0 8px}.pkstudio-social-icons,.pkstudio-link-in-bio{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.pkstudio-link-in-bio{display:grid;gap:10px;max-width:520px}.pkstudio-social-icons h3,.pkstudio-link-in-bio h3,.pkstudio-social-icons p,.pkstudio-link-in-bio p{width:100%;margin:0}.pkstudio-social-icons a,.pkstudio-link-in-bio a{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#eff6ff;color:#1d4ed8!important;padding:10px 14px;text-decoration:none;font-weight:850}.pkstudio-link-in-bio a{width:100%;background:#fff;border:1px solid rgba(15,23,42,.12)}.pkstudio-icon-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.pkstudio-icon-list li{display:flex;gap:10px;align-items:flex-start;font-weight:700}.pkstudio-icon-list span{color:#16a34a;font-weight:900}.pkstudio-counter strong{display:block;font-size:clamp(2rem,5vw,4rem);line-height:1;color:var(--pkstudio-primary,#2563eb)}.pkstudio-counter span{font-weight:800;color:var(--pkstudio-muted,#64748b)}.pkstudio-progress>div{display:flex;justify-content:space-between;gap:12px;margin-bottom:10px}.pkstudio-progress i{display:block;height:12px;border-radius:999px;background:#e2e8f0;overflow:hidden}.pkstudio-progress b{display:block;height:100%;border-radius:inherit;background:var(--pkstudio-primary,#2563eb)}.pkstudio-alert{border-left:6px solid #2563eb}.pkstudio-alert-success{border-left-color:#16a34a;background:#f0fdf4}.pkstudio-alert-warning{border-left-color:#f59e0b;background:#fffbeb}.pkstudio-alert-danger{border-left-color:#dc2626;background:#fef2f2}.pkstudio-alert strong{display:block;margin-bottom:6px}.pkstudio-alert p{margin:0}.pkstudio-tab-labels{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.pkstudio-tab-labels a{border-radius:999px;padding:8px 13px;background:#eff6ff;text-decoration:none;font-weight:850}.pkstudio-tabs section{border:1px solid #e2e8f0;border-radius:20px;padding:18px;margin-bottom:10px}.pkstudio-accordion{display:grid;gap:10px}.pkstudio-accordion details{border:1px solid #e2e8f0;border-radius:18px;padding:14px 16px;background:#fff}.pkstudio-accordion summary{cursor:pointer;font-weight:850}.pkstudio-rating{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.pkstudio-rating span{color:#f59e0b;letter-spacing:.08em}.pkstudio-rating em{color:var(--pkstudio-muted,#64748b);font-style:normal}.pkstudio-map{border-radius:24px;overflow:hidden;background:#e2e8f0;min-height:220px}.pkstudio-map iframe{width:100%;height:100%;border:0;display:block}.pkstudio-map span{display:flex;height:100%;align-items:center;justify-content:center;color:#64748b;font-weight:800}.pkstudio-toc{display:grid;gap:8px}.pkstudio-toc a{text-decoration:none;font-weight:800}.pkstudio-countdown strong{display:block;font-size:1.35rem}.pkstudio-countdown span{display:inline-flex;margin:10px 0;padding:10px 14px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:900}.pkstudio-flip-box{display:grid;grid-template-columns:1fr 1fr;gap:14px}.pkstudio-flip-box>div{border-radius:22px;padding:22px;background:#f8fafc}.pkstudio-flip-box>div:last-child{background:#0f172a;color:#fff}.pkstudio-cta-block{display:flex;gap:24px;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#eff6ff,#fff)}.pkstudio-cta-block h2{margin:0 0 8px}.pkstudio-slides{display:flex;gap:16px;overflow-x:auto;padding-bottom:8px}.pkstudio-slides article{flex:0 0 min(360px,86%);border:1px solid rgba(15,23,42,.10);border-radius:24px;padding:22px;background:#fff;box-shadow:0 12px 34px rgba(15,23,42,.06)}.pkstudio-slides img{width:100%;height:170px;object-fit:cover;border-radius:18px;margin-bottom:14px}.pkstudio-code-highlight{background:#020617;color:#e2e8f0;border-radius:20px;padding:20px;overflow:auto;font:14px/1.55 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace}.pkstudio-widget-video,.pkstudio-widget-gallery,.pkstudio-widget-image_carousel,.pkstudio-widget-tabs,.pkstudio-widget-accordion,.pkstudio-widget-google_maps,.pkstudio-widget-cta,.pkstudio-widget-slides,.pkstudio-widget-code_highlight{grid-column:1/-1}@media(max-width:780px){.pkstudio-gallery-grid{grid-template-columns:1fr!important}.pkstudio-video-block,.pkstudio-media-collection,.pkstudio-quote-card,.pkstudio-icon-box,.pkstudio-social-icons,.pkstudio-link-in-bio,.pkstudio-counter,.pkstudio-progress,.pkstudio-alert,.pkstudio-tabs,.pkstudio-accordion,.pkstudio-rating,.pkstudio-toc,.pkstudio-countdown,.pkstudio-flip-box,.pkstudio-cta-block{padding:20px;border-radius:22px}.pkstudio-flip-box,.pkstudio-cta-block{display:block}.pkstudio-flip-box>div+div,.pkstudio-cta-block .pkstudio-button{margin-top:14px}.pkstudio-gallery-grid img,.pkstudio-image-carousel img{height:180px}}


/* v3.0.1 Widget Contrast & Default Style Safety */
.pkstudio-auto-contrast-on .pkstudio-video-block,
.pkstudio-auto-contrast-on .pkstudio-media-collection,
.pkstudio-auto-contrast-on .pkstudio-quote-card,
.pkstudio-auto-contrast-on .pkstudio-icon-box,
.pkstudio-auto-contrast-on .pkstudio-social-icons,
.pkstudio-auto-contrast-on .pkstudio-link-in-bio,
.pkstudio-auto-contrast-on .pkstudio-counter,
.pkstudio-auto-contrast-on .pkstudio-progress,
.pkstudio-auto-contrast-on .pkstudio-alert,
.pkstudio-auto-contrast-on .pkstudio-tabs,
.pkstudio-auto-contrast-on .pkstudio-accordion,
.pkstudio-auto-contrast-on .pkstudio-rating,
.pkstudio-auto-contrast-on .pkstudio-toc,
.pkstudio-auto-contrast-on .pkstudio-countdown,
.pkstudio-auto-contrast-on .pkstudio-flip-box,
.pkstudio-auto-contrast-on .pkstudio-cta-block,
.pkstudio-auto-contrast-on .pkstudio-slides,
.pkstudio-auto-contrast-on .pkstudio-code-highlight{color:var(--pkstudio-widget-ink,#0f172a)}
.pkstudio-auto-contrast-on .pkstudio-video-block p,
.pkstudio-auto-contrast-on .pkstudio-media-collection p,
.pkstudio-auto-contrast-on .pkstudio-quote-card footer,
.pkstudio-auto-contrast-on .pkstudio-icon-box p,
.pkstudio-auto-contrast-on .pkstudio-social-icons p,
.pkstudio-auto-contrast-on .pkstudio-link-in-bio p,
.pkstudio-auto-contrast-on .pkstudio-counter span,
.pkstudio-auto-contrast-on .pkstudio-rating em,
.pkstudio-auto-contrast-on .pkstudio-countdown p,
.pkstudio-auto-contrast-on .pkstudio-cta-block p,
.pkstudio-auto-contrast-on .pkstudio-slides p{color:var(--pkstudio-widget-muted,#475569)}
.pkstudio-auto-contrast-on .pkstudio-tabs section,
.pkstudio-auto-contrast-on .pkstudio-accordion details,
.pkstudio-auto-contrast-on .pkstudio-flip-box>div,
.pkstudio-auto-contrast-on .pkstudio-slides article{color:#0f172a;background:#ffffff;border-color:rgba(15,23,42,.12)}
.pkstudio-auto-contrast-on .pkstudio-flip-box>div:last-child{color:#ffffff;background:#0f172a}
.pkstudio-auto-contrast-on .pkstudio-flip-box>div:last-child p{color:rgba(255,255,255,.82)}
.pkstudio-auto-contrast-on .pkstudio-alert-info{background:#eff6ff;color:#1e3a8a}.pkstudio-auto-contrast-on .pkstudio-alert-success{color:#14532d}.pkstudio-auto-contrast-on .pkstudio-alert-warning{color:#78350f}.pkstudio-auto-contrast-on .pkstudio-alert-danger{color:#7f1d1d}
.pkstudio-auto-contrast-on .pkstudio-tab-labels a,
.pkstudio-auto-contrast-on .pkstudio-countdown span{background:#eff6ff;color:#1d4ed8}
.pkstudio-auto-contrast-on .pkstudio-social-icons a,
.pkstudio-auto-contrast-on .pkstudio-link-in-bio a{background:#eff6ff;color:#1d4ed8!important;border-color:rgba(37,99,235,.18)}
.pkstudio-auto-contrast-on .pkstudio-code-highlight{background:#020617!important;color:#e2e8f0!important;border:1px solid rgba(148,163,184,.2)}
.pkstudio-auto-contrast-on .pkstudio-widget-bg-dark .pkstudio-video-block,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-dark .pkstudio-media-collection,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-dark .pkstudio-quote-card,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-dark .pkstudio-icon-box,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-dark .pkstudio-social-icons,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-dark .pkstudio-link-in-bio,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-dark .pkstudio-counter,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-dark .pkstudio-progress,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-dark .pkstudio-alert,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-dark .pkstudio-tabs,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-dark .pkstudio-accordion,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-dark .pkstudio-rating,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-dark .pkstudio-toc,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-dark .pkstudio-countdown,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-dark .pkstudio-cta-block{border-color:rgba(255,255,255,.18);box-shadow:0 16px 42px rgba(0,0,0,.20)}
.pkstudio-auto-contrast-on .pkstudio-widget-bg-dark .pkstudio-media-placeholder,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-dark .pkstudio-progress i,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-dark .pkstudio-flip-box>div,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-dark .pkstudio-slides article{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18);color:#ffffff}
.pkstudio-auto-contrast-on .pkstudio-widget-bg-dark .pkstudio-accordion details,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-dark .pkstudio-tabs section{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18);color:#ffffff}
.pkstudio-auto-contrast-on .pkstudio-widget-bg-dark .pkstudio-accordion details p,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-dark .pkstudio-tabs section p,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-dark .pkstudio-slides article p{color:rgba(255,255,255,.78)}
.pkstudio-auto-contrast-on .pkstudio-widget-bg-dark .pkstudio-tab-labels a,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-dark .pkstudio-countdown span,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-dark .pkstudio-social-icons a,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-dark .pkstudio-link-in-bio a{background:rgba(255,255,255,.14);color:#ffffff!important;border-color:rgba(255,255,255,.24)}
.pkstudio-auto-contrast-on .pkstudio-widget-bg-light .pkstudio-video-block,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-light .pkstudio-media-collection,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-light .pkstudio-quote-card,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-light .pkstudio-icon-box,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-light .pkstudio-social-icons,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-light .pkstudio-link-in-bio,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-light .pkstudio-counter,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-light .pkstudio-progress,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-light .pkstudio-alert,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-light .pkstudio-tabs,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-light .pkstudio-accordion,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-light .pkstudio-rating,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-light .pkstudio-toc,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-light .pkstudio-countdown,
.pkstudio-auto-contrast-on .pkstudio-widget-bg-light .pkstudio-cta-block{border-color:rgba(15,23,42,.12)}


/* v3.1.0 Navigation & Mega Menu Pack */
.pkstudio-mega-menu{position:relative;z-index:30;color:inherit}.pkstudio-mega-menu details{position:relative}.pkstudio-mega-menu summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;gap:8px;font-weight:850;border-radius:999px;padding:10px 14px;background:#f8fafc;color:#0f172a;border:1px solid rgba(15,23,42,.1)}.pkstudio-mega-menu summary::-webkit-details-marker{display:none}.pkstudio-mega-menu summary:after{content:"⌄";font-size:.85em;opacity:.75}.pkstudio-mega-panel{position:absolute;top:calc(100% + 10px);left:0;min-width:min(760px,calc(100vw - 32px));display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:16px;background:#fff;color:#0f172a;border:1px solid rgba(15,23,42,.12);border-radius:22px;box-shadow:0 24px 70px rgba(15,23,42,.18);text-align:left}.pkstudio-mega-cols-2 .pkstudio-mega-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.pkstudio-mega-cols-4 .pkstudio-mega-panel{grid-template-columns:repeat(4,minmax(0,1fr))}.pkstudio-mega-panel a{display:block;text-decoration:none;color:#0f172a;border-radius:16px;padding:12px;border:1px solid transparent}.pkstudio-mega-panel a:hover{background:#eff6ff;border-color:#bfdbfe;text-decoration:none}.pkstudio-mega-panel strong{display:block;font-weight:900;margin-bottom:4px}.pkstudio-mega-panel span{display:block;color:#64748b;font-size:.9rem;line-height:1.4}.pkstudio-vertical-menu{display:grid;gap:8px;background:#fff;color:#0f172a;border:1px solid rgba(15,23,42,.1);border-radius:22px;padding:16px;box-shadow:0 14px 40px rgba(15,23,42,.06)}.pkstudio-vertical-menu strong{font-weight:900;margin-bottom:6px}.pkstudio-vertical-menu a{display:flex;align-items:center;justify-content:space-between;text-decoration:none;color:inherit;padding:10px 12px;border-radius:14px;font-weight:750}.pkstudio-vertical-menu a:hover{background:#eff6ff;color:#1d4ed8;text-decoration:none}.pkstudio-offcanvas-menu{position:relative}.pkstudio-offcanvas-menu summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;border-radius:999px;padding:10px 14px;background:#0f172a;color:#fff;font-weight:850}.pkstudio-offcanvas-menu summary::-webkit-details-marker{display:none}.pkstudio-offcanvas-panel{position:absolute;right:0;top:calc(100% + 10px);width:min(340px,calc(100vw - 28px));display:grid;gap:8px;padding:18px;background:#fff;color:#0f172a;border:1px solid rgba(15,23,42,.12);border-radius:22px;box-shadow:0 24px 70px rgba(15,23,42,.2);z-index:80;text-align:left}.pkstudio-offcanvas-panel strong{font-size:1.05rem;margin-bottom:8px}.pkstudio-offcanvas-panel a{padding:11px 12px;border-radius:14px;text-decoration:none;color:#0f172a;font-weight:750}.pkstudio-offcanvas-panel a:hover{background:#eff6ff;color:#1d4ed8;text-decoration:none}.pkstudio-header-search{display:flex;align-items:center;gap:8px;min-width:min(330px,100%)}.pkstudio-header-search input{width:100%;border:1px solid #cbd5e1;border-radius:999px;padding:10px 12px;font:inherit;color:#0f172a;background:#fff}.pkstudio-header-search button{border:0;border-radius:999px;padding:10px 14px;font-weight:850;background:#2563eb;color:#fff;cursor:pointer}.pkstudio-header-info{display:flex;gap:12px;flex-wrap:wrap;align-items:center;color:inherit;font-size:.92rem}.pkstudio-header-info span{display:inline-flex;gap:5px;align-items:center;white-space:nowrap;opacity:.9}.pkstudio-header-info strong{font-weight:900}.pkstudio-menu-cart{white-space:nowrap}.pkstudio-theme-part-header .pkstudio-widget-mega_menu{flex:1 1 auto;display:flex;justify-content:center}.pkstudio-theme-part-header .pkstudio-widget-header_search{flex:0 1 320px}.pkstudio-theme-part-header .pkstudio-widget-header_info{flex:1 1 100%;justify-content:center}.pkstudio-theme-part-header .pkstudio-widget-offcanvas_menu,.pkstudio-theme-part-header .pkstudio-widget-menu_cart{flex:0 0 auto}.pkstudio-theme-part-footer .pkstudio-mega-panel,.pkstudio-theme-part-footer .pkstudio-offcanvas-panel{position:static;min-width:0;box-shadow:none;margin-top:10px}@media(max-width:760px){.pkstudio-mega-panel{position:static;min-width:0;grid-template-columns:1fr!important;margin-top:10px;border-radius:18px}.pkstudio-header-search{min-width:0;width:100%}.pkstudio-header-search input{min-width:0}.pkstudio-header-info{justify-content:center;font-size:.84rem;gap:8px}.pkstudio-offcanvas-panel{right:auto;left:50%;transform:translateX(-50%)}.pkstudio-theme-part-header .pkstudio-widget-mega_menu,.pkstudio-theme-part-header .pkstudio-widget-header_search{width:100%;justify-content:center}.pkstudio-vertical-menu{padding:14px;border-radius:18px}}


/* PrepKnow Studio v3.2.0 content widgets */
.pkstudio-team-block,.pkstudio-logo-wall,.pkstudio-faq,.pkstudio-business-hours,.pkstudio-comparison-table,.pkstudio-image-comparison,.pkstudio-link-list,.pkstudio-dual-button,.pkstudio-social-share,.pkstudio-content-ticker,.pkstudio-protected-content,.pkstudio-hotspot{box-sizing:border-box;background:#fff;border:1px solid rgba(15,23,42,.10);border-radius:26px;padding:26px;box-shadow:0 16px 42px rgba(15,23,42,.07);color:inherit}.pkstudio-team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.pkstudio-team-grid article{border:1px solid rgba(15,23,42,.10);border-radius:22px;padding:18px;background:#f8fafc}.pkstudio-team-grid img,.pkstudio-avatar{width:76px;height:76px;border-radius:999px;object-fit:cover;display:flex;align-items:center;justify-content:center;background:#dbeafe;color:#1d4ed8;font-weight:900;font-size:1.55rem}.pkstudio-team-grid h4{margin:12px 0 2px}.pkstudio-team-grid em{display:block;color:var(--pkstudio-muted,#64748b);font-style:normal;font-weight:800}.pkstudio-logo-wall>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.pkstudio-logo-wall a,.pkstudio-logo-wall>div>span{min-height:76px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(15,23,42,.10);border-radius:18px;background:#f8fafc;text-decoration:none;font-weight:900;color:inherit}.pkstudio-logo-wall img{max-width:150px;max-height:54px;object-fit:contain}.pkstudio-faq{display:grid;gap:10px}.pkstudio-faq details,.pkstudio-business-hours dl div{border:1px solid rgba(15,23,42,.10);border-radius:18px;background:#fff;padding:14px 16px}.pkstudio-faq summary{cursor:pointer;font-weight:900}.pkstudio-business-hours dl{display:grid;gap:10px;margin:0}.pkstudio-business-hours dl div{display:flex;justify-content:space-between;gap:16px}.pkstudio-business-hours dt{font-weight:900}.pkstudio-business-hours dd{margin:0;color:var(--pkstudio-muted,#64748b);font-weight:800}.pkstudio-comparison-table{overflow:auto}.pkstudio-comparison-table table{width:100%;border-collapse:separate;border-spacing:0;min-width:520px}.pkstudio-comparison-table th,.pkstudio-comparison-table td{padding:13px 14px;border-bottom:1px solid rgba(15,23,42,.10);text-align:left}.pkstudio-comparison-table th{background:#eff6ff;color:#1d4ed8}.pkstudio-image-comparison>div{display:grid;grid-template-columns:1fr 1fr;gap:14px}.pkstudio-image-comparison figure{margin:0}.pkstudio-image-comparison img,.pkstudio-image-comparison .pkstudio-media-placeholder{display:block;width:100%;height:260px;object-fit:cover;border-radius:20px;background:#f1f5f9}.pkstudio-image-comparison figcaption{font-weight:900;margin-top:8px}.pkstudio-link-list{display:grid;gap:10px}.pkstudio-link-list a{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-radius:16px;background:#eff6ff;color:#1d4ed8!important;text-decoration:none;font-weight:900}.pkstudio-drop-caps p:first-child:first-letter{float:left;font-size:4rem;line-height:.8;padding:.1em .15em .02em 0;font-weight:900;color:var(--pkstudio-primary,#2563eb)}.pkstudio-dual-button>div{display:flex;gap:12px;flex-wrap:wrap}.pkstudio-social-share{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.pkstudio-social-share>div{display:flex;gap:8px;flex-wrap:wrap}.pkstudio-social-share a{border-radius:999px;background:#eff6ff;color:#1d4ed8!important;padding:9px 13px;text-decoration:none;font-weight:900}.pkstudio-content-ticker{display:flex;align-items:center;gap:14px;background:#0f172a;color:#fff;border-color:rgba(255,255,255,.12)}.pkstudio-content-ticker strong{background:#2563eb;border-radius:999px;padding:8px 12px;white-space:nowrap}.pkstudio-content-ticker marquee{font-weight:800}.pkstudio-protected-content{border-style:dashed}.pkstudio-tooltip{position:relative;display:inline-flex;border-bottom:2px dotted currentColor;font-weight:900;cursor:help}.pkstudio-tooltip:focus:after,.pkstudio-tooltip:hover:after{content:attr(data-tip);position:absolute;left:0;bottom:calc(100% + 8px);width:max-content;max-width:260px;background:#0f172a;color:#fff;padding:10px 12px;border-radius:12px;box-shadow:0 12px 30px rgba(15,23,42,.22);z-index:20}.pkstudio-hotspot-stage{position:relative;border-radius:22px;overflow:hidden;background:#f1f5f9;min-height:260px}.pkstudio-hotspot-stage img{display:block;width:100%;height:auto}.pkstudio-hotspot-stage button{position:absolute;transform:translate(-50%,-50%);width:34px;height:34px;border:0;border-radius:999px;background:#2563eb;color:#fff;font-weight:900;box-shadow:0 8px 24px rgba(37,99,235,.35)}.pkstudio-global-badge{display:inline-flex;align-items:center;border-radius:999px;padding:8px 13px;background:#dbeafe;color:#1d4ed8;font-weight:900}.pkstudio-badge-green{background:#dcfce7;color:#166534}.pkstudio-badge-gold{background:#fef3c7;color:#92400e}.pkstudio-badge-red{background:#fee2e2;color:#991b1b}.pkstudio-badge-dark{background:#0f172a;color:#fff}.pkstudio-widget-team,.pkstudio-widget-client_logo,.pkstudio-widget-faq,.pkstudio-widget-comparison_table,.pkstudio-widget-image_comparison,.pkstudio-widget-page_list,.pkstudio-widget-category_list,.pkstudio-widget-content_ticker,.pkstudio-widget-hotspot{grid-column:1/-1}@media(max-width:780px){.pkstudio-team-block,.pkstudio-logo-wall,.pkstudio-faq,.pkstudio-business-hours,.pkstudio-comparison-table,.pkstudio-image-comparison,.pkstudio-link-list,.pkstudio-dual-button,.pkstudio-social-share,.pkstudio-content-ticker,.pkstudio-protected-content,.pkstudio-hotspot{padding:20px;border-radius:22px}.pkstudio-team-grid,.pkstudio-logo-wall>div,.pkstudio-image-comparison>div{grid-template-columns:1fr}.pkstudio-business-hours dl div,.pkstudio-social-share,.pkstudio-content-ticker{display:block}.pkstudio-business-hours dd{margin-top:4px}.pkstudio-dual-button>div .pkstudio-button{width:100%;justify-content:center}.pkstudio-content-ticker strong{display:inline-flex;margin-bottom:8px}.pkstudio-image-comparison img,.pkstudio-image-comparison .pkstudio-media-placeholder{height:210px}}


/* v3.2.2 Frontend Default Text Color Fix
   Public Studio content must start readable too. Widgets on normal pages default
   to dark text unless a section/widget/template has explicitly set its own color.
   Theme-builder header/footer parts are excluded so their controlled dark/light
   layouts keep their intentional contrast. Inline/manual color settings still win. */
.pkstudio-page:not([data-pkstudio-page^="theme-"]) .pkstudio-section:not([style*="color:"]) .pkstudio-widget:not([style*="color:"]):not(.pkstudio-widget-button):not(.pkstudio-widget-shortcode){color:#111111;}
.pkstudio-page:not([data-pkstudio-page^="theme-"]) .pkstudio-section:not([style*="color:"]) .pkstudio-widget:not([style*="color:"]) .pkstudio-text,
.pkstudio-page:not([data-pkstudio-page^="theme-"]) .pkstudio-section:not([style*="color:"]) .pkstudio-widget:not([style*="color:"]) .pkstudio-card p,
.pkstudio-page:not([data-pkstudio-page^="theme-"]) .pkstudio-section:not([style*="color:"]) .pkstudio-widget:not([style*="color:"]) .pkstudio-team-grid em,
.pkstudio-page:not([data-pkstudio-page^="theme-"]) .pkstudio-section:not([style*="color:"]) .pkstudio-widget:not([style*="color:"]) .pkstudio-business-hours dd,
.pkstudio-page:not([data-pkstudio-page^="theme-"]) .pkstudio-section:not([style*="color:"]) .pkstudio-widget:not([style*="color:"]) .pkstudio-mega-panel span,
.pkstudio-page:not([data-pkstudio-page^="theme-"]) .pkstudio-section:not([style*="color:"]) .pkstudio-widget:not([style*="color:"]) .pkstudio-listing-card p,
.pkstudio-page:not([data-pkstudio-page^="theme-"]) .pkstudio-section:not([style*="color:"]) .pkstudio-widget:not([style*="color:"]) .pkstudio-business-card p,
.pkstudio-page:not([data-pkstudio-page^="theme-"]) .pkstudio-section:not([style*="color:"]) .pkstudio-widget:not([style*="color:"]) .pkstudio-business-module p,
.pkstudio-page:not([data-pkstudio-page^="theme-"]) .pkstudio-section:not([style*="color:"]) .pkstudio-widget:not([style*="color:"]) .pkstudio-account-module p,
.pkstudio-page:not([data-pkstudio-page^="theme-"]) .pkstudio-section:not([style*="color:"]) .pkstudio-widget:not([style*="color:"]) .pkstudio-lead-module p{color:#334155;}
.pkstudio-page:not([data-pkstudio-page^="theme-"]) .pkstudio-section:not([style*="color:"]) .pkstudio-widget:not([style*="color:"]) h1,
.pkstudio-page:not([data-pkstudio-page^="theme-"]) .pkstudio-section:not([style*="color:"]) .pkstudio-widget:not([style*="color:"]) h2,
.pkstudio-page:not([data-pkstudio-page^="theme-"]) .pkstudio-section:not([style*="color:"]) .pkstudio-widget:not([style*="color:"]) h3,
.pkstudio-page:not([data-pkstudio-page^="theme-"]) .pkstudio-section:not([style*="color:"]) .pkstudio-widget:not([style*="color:"]) h4,
.pkstudio-page:not([data-pkstudio-page^="theme-"]) .pkstudio-section:not([style*="color:"]) .pkstudio-widget:not([style*="color:"]) h5,
.pkstudio-page:not([data-pkstudio-page^="theme-"]) .pkstudio-section:not([style*="color:"]) .pkstudio-widget:not([style*="color:"]) h6,
.pkstudio-page:not([data-pkstudio-page^="theme-"]) .pkstudio-section:not([style*="color:"]) .pkstudio-widget:not([style*="color:"]) summary,
.pkstudio-page:not([data-pkstudio-page^="theme-"]) .pkstudio-section:not([style*="color:"]) .pkstudio-widget:not([style*="color:"]) dt{color:#111111;}
/* Keep intentionally dark/contrast components readable. */
.pkstudio-content-ticker,.pkstudio-content-ticker *,.pkstudio-code-highlight,.pkstudio-code-highlight *,.pkstudio-badge-dark,.pkstudio-badge-dark *{color:#ffffff;}
.pkstudio-code-highlight code,.pkstudio-code-highlight pre{color:#e5e7eb;}


/* PrepKnow Studio v3.4.0 Forms & Submissions */
.pkstudio-native-form{box-sizing:border-box;background:#fff;color:#111;border:1px solid rgba(15,23,42,.12);border-radius:26px;padding:28px;box-shadow:0 16px 42px rgba(15,23,42,.07);text-align:left}.pkstudio-native-form h3{margin:0 0 8px;color:#111}.pkstudio-native-form .pkstudio-form-intro{margin:0 0 18px;color:#334155}.pkstudio-native-form form{display:grid;gap:14px}.pkstudio-form-field{display:grid;gap:7px;font-weight:800;color:#111}.pkstudio-form-field span{font-size:.92rem}.pkstudio-native-form input:not([type="checkbox"]),.pkstudio-native-form textarea,.pkstudio-native-form select{width:100%;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:14px;padding:12px 13px;background:#fff;color:#111;font:inherit}.pkstudio-native-form textarea{min-height:120px;resize:vertical}.pkstudio-native-form input:focus,.pkstudio-native-form textarea:focus,.pkstudio-native-form select:focus{outline:2px solid rgba(37,99,235,.18);border-color:#2563eb}.pkstudio-native-form .pkstudio-button{justify-self:start;border:0}.pkstudio-hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}.pkstudio-form-notice{border-radius:16px;padding:12px 14px;font-weight:800;margin:0 0 14px}.pkstudio-form-notice.success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.pkstudio-form-notice.error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.pkstudio-checkbox-inline{display:inline-flex;align-items:center;gap:8px;font-weight:700}.pkstudio-form-preview-note{color:#64748b}.pkstudio-page:not([data-pkstudio-page^="theme-"]) .pkstudio-native-form,.pkstudio-page:not([data-pkstudio-page^="theme-"]) .pkstudio-native-form *:not(button):not(a){color:#111}.pkstudio-page:not([data-pkstudio-page^="theme-"]) .pkstudio-native-form .pkstudio-form-intro{color:#334155}@media(max-width:760px){.pkstudio-native-form{padding:20px;border-radius:20px}.pkstudio-native-form .pkstudio-button{width:100%;justify-content:center}}


/* v3.6.0 Global Components */
.pkstudio-component-instance{display:block;min-width:0}.pkstudio-missing-component{border:1px dashed #cbd5e1;background:#f8fafc;color:#0f172a;border-radius:14px;padding:16px;text-align:center}.pkstudio-widget-component_ref{color:#0f172a}


/* PrepKnow Studio v3.8.0 data/table/chart widgets */
.pkstudio-data-table-wrap,.pkstudio-chart-widget,.pkstudio-stats-dashboard,.pkstudio-advanced-search,.pkstudio-filterable-listings{color:#111827;background:#fff;border:1px solid rgba(15,23,42,.10);border-radius:22px;padding:22px;box-shadow:0 14px 32px rgba(15,23,42,.06)}.pkstudio-table-scroll{overflow-x:auto;max-width:100%}.pkstudio-data-table{width:100%;border-collapse:collapse;min-width:520px}.pkstudio-data-table th,.pkstudio-data-table td{padding:12px 14px;border-bottom:1px solid rgba(15,23,42,.10);text-align:left;color:#111827}.pkstudio-data-table th{background:#f8fafc;font-weight:800}.pkstudio-sortable-table th:after{content:' ↕';font-size:.8em;color:#64748b}.pkstudio-data-table-wrap small{display:block;margin-top:10px;color:#64748b}.pkstudio-chart-widget .pkstudio-bars{display:grid;gap:12px;margin-top:14px}.pkstudio-chart-widget .pkstudio-bars span{display:grid;grid-template-columns:140px 1fr auto;gap:10px;align-items:center}.pkstudio-chart-widget .pkstudio-bars i{height:12px;background:#e5e7eb;border-radius:999px;overflow:hidden}.pkstudio-chart-widget .pkstudio-bars b{display:block;height:100%;background:#2563eb;border-radius:999px}.pkstudio-chart-legend,.pkstudio-filter-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.pkstudio-chart-legend span,.pkstudio-filter-pills span{background:#f1f5f9;border:1px solid rgba(15,23,42,.08);border-radius:999px;padding:6px 10px;color:#111827}.pkstudio-pie{width:180px;height:180px;margin:16px auto;border-radius:999px;background:conic-gradient(#2563eb 0 var(--pk-a),#14b8a6 var(--pk-a) var(--pk-b),#f59e0b var(--pk-b) 100%);box-shadow:inset 0 0 0 26px #fff,0 16px 34px rgba(15,23,42,.12)}.pkstudio-line-chart{width:100%;height:180px;border:1px solid rgba(15,23,42,.10);background:linear-gradient(#f8fafc,#fff);border-radius:16px;margin-top:16px}.pkstudio-line-chart polyline{fill:none;stroke:#2563eb;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.pkstudio-stats-dashboard>div{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px}.pkstudio-stats-dashboard article{padding:16px;border:1px solid rgba(15,23,42,.10);border-radius:18px;background:#f8fafc}.pkstudio-stats-dashboard article span{display:block;color:#64748b}.pkstudio-stats-dashboard article strong{display:block;font-size:2rem;color:#111827}.pkstudio-stats-dashboard article em{color:#16a34a;font-style:normal}.pkstudio-advanced-search form{display:flex;gap:10px;flex-wrap:wrap}.pkstudio-advanced-search input{flex:1;min-width:220px;padding:12px 14px;border:1px solid #cbd5e1;border-radius:14px}.pkstudio-advanced-search button,.pkstudio-listing-grid a{border:0;border-radius:14px;background:#2563eb;color:#fff!important;padding:12px 16px;text-decoration:none}.pkstudio-listing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:14px}.pkstudio-listing-grid article{border:1px solid rgba(15,23,42,.10);border-radius:18px;padding:16px;background:#f8fafc}.pkstudio-listing-grid h4{margin:0 0 8px;color:#111827}.pkstudio-listing-grid p{color:#334155}@media(max-width:700px){.pkstudio-chart-widget .pkstudio-bars span{grid-template-columns:1fr}.pkstudio-pie{width:140px;height:140px}.pkstudio-data-table-wrap,.pkstudio-chart-widget,.pkstudio-stats-dashboard,.pkstudio-advanced-search,.pkstudio-filterable-listings{padding:16px}}

/* v4.2.0 Theme Independent Canvas */
body.pkstudio-canvas-template {
  margin: 0;
  background: var(--pkstudio-page-bg, #ffffff);
}
.pkstudio-canvas-main {
  width: 100%;
  min-height: 60vh;
  overflow-x: hidden;
}
body.pkstudio-canvas-template-studio_blank .pkstudio-theme-part {
  display: none;
}
.pkstudio-theme-independent-ready .pkstudio-page {
  box-sizing: border-box;
}

/* NeverLast Apex v1.3.7 - Studio header/mobile/menu stabilization */
.pkstudio-theme-part-header,
.pkstudio-theme-part-header .pkstudio-page,
.pkstudio-theme-part-header .pkstudio-section{
  background:#02070d!important;
  color:#fff!important;
  border-bottom:1px solid rgba(148,163,184,.18)!important;
}
.pkstudio-theme-part-header .pkstudio-section{
  padding-top:10px!important;
  padding-bottom:10px!important;
}
.pkstudio-theme-part-header .pkstudio-section-inner,
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-section-inner{
  width:min(100% - 32px,1280px)!important;
  max-width:1280px!important;
  min-height:64px!important;
  display:grid!important;
  grid-template-columns:minmax(180px,240px) minmax(0,1fr) auto auto auto auto!important;
  align-items:center!important;
  gap:18px!important;
  padding-left:0!important;
  padding-right:0!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.pkstudio-theme-part-header .pkstudio-widget{margin:0!important;min-width:0!important;max-width:100%!important;}
.pkstudio-theme-part-header .pkstudio-site-logo{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;line-height:1!important;text-decoration:none!important;max-width:240px!important;}
.pkstudio-theme-part-header .pkstudio-site-logo img{display:block!important;width:auto!important;height:auto!important;max-width:220px!important;max-height:48px!important;object-fit:contain!important;}
.pkstudio-theme-part-header .pkstudio-nav-menu{display:flex!important;align-items:center!important;justify-content:center!important;gap:20px!important;flex-wrap:nowrap!important;white-space:nowrap!important;overflow:visible!important;}
.pkstudio-theme-part-header .pkstudio-nav-menu a{color:#f8fafc!important;background:transparent!important;border:0!important;padding:6px 0!important;box-shadow:none!important;text-decoration:none!important;font-size:15px!important;font-weight:800!important;line-height:1.2!important;}
.pkstudio-theme-part-header .pkstudio-nav-menu a:hover{color:#65b7ff!important;}
.pkstudio-theme-part-header .pkstudio-button,
.pkstudio-theme-part-header .pkstudio-account-link,
.pkstudio-theme-part-header .pkstudio-menu-cart{display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;border-radius:14px!important;padding:10px 14px!important;min-height:42px!important;font-size:14px!important;font-weight:900!important;line-height:1!important;text-decoration:none!important;}
.pkstudio-theme-part-header .pkstudio-account-link,
.pkstudio-theme-part-header .pkstudio-menu-cart{background:rgba(255,255,255,.04)!important;border:1px solid rgba(148,163,184,.18)!important;color:#f8fafc!important;box-shadow:none!important;}
.pkstudio-theme-part-header .pkstudio-widget-offcanvas_menu{display:none!important;}
.pkstudio-theme-part-header .pkstudio-offcanvas-menu summary{background:rgba(255,255,255,.06)!important;color:#fff!important;border:1px solid rgba(148,163,184,.22)!important;border-radius:14px!important;padding:10px 13px!important;font-size:22px!important;line-height:1!important;min-width:46px!important;min-height:42px!important;justify-content:center!important;}
.pkstudio-theme-part-header .pkstudio-offcanvas-menu[open] summary{background:#0b1320!important;border-color:#38bdf8!important;}
.pkstudio-theme-part-header .pkstudio-offcanvas-panel{background:#02070d!important;color:#fff!important;border:1px solid rgba(56,189,248,.32)!important;border-radius:20px!important;box-shadow:0 24px 80px rgba(0,0,0,.65)!important;z-index:100000!important;}
.pkstudio-theme-part-header .pkstudio-offcanvas-panel a{color:#f8fafc!important;background:rgba(255,255,255,.06)!important;border:1px solid rgba(148,163,184,.16)!important;border-radius:14px!important;text-decoration:none!important;}
@media(max-width:1100px){
  .pkstudio-theme-part-header .pkstudio-section-inner,
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-section-inner{grid-template-columns:minmax(160px,220px) minmax(0,1fr) auto auto auto!important;gap:12px!important;}
  .pkstudio-theme-part-header .pkstudio-widget-button{display:none!important;}
  .pkstudio-theme-part-header .pkstudio-nav-menu{gap:14px!important;}
  .pkstudio-theme-part-header .pkstudio-nav-menu a{font-size:14px!important;}
}
@media(max-width:860px){
  .pkstudio-theme-part-header .pkstudio-section{padding-top:8px!important;padding-bottom:8px!important;}
  .pkstudio-theme-part-header .pkstudio-section-inner,
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-section-inner{width:min(100% - 22px,760px)!important;grid-template-columns:minmax(0,1fr) auto auto auto!important;grid-template-rows:auto!important;gap:10px!important;min-height:58px!important;}
  .pkstudio-theme-part-header .pkstudio-widget-nav_menu,
  .pkstudio-theme-part-header .pkstudio-widget-button{display:none!important;}
  .pkstudio-theme-part-header .pkstudio-widget-offcanvas_menu{display:block!important;justify-self:end!important;}
  .pkstudio-theme-part-header .pkstudio-site-logo img{max-width:170px!important;max-height:42px!important;}
  .pkstudio-theme-part-header .pkstudio-account-link,
  .pkstudio-theme-part-header .pkstudio-menu-cart{font-size:13px!important;padding:9px 11px!important;min-height:38px!important;}
  .pkstudio-theme-part-header .pkstudio-offcanvas-panel{position:fixed!important;top:calc(14px + env(safe-area-inset-top))!important;right:12px!important;left:auto!important;width:min(360px,calc(100vw - 24px))!important;max-height:calc(100vh - 28px)!important;overflow:auto!important;padding:18px!important;display:grid!important;gap:8px!important;}
  .pkstudio-theme-part-header .pkstudio-offcanvas-panel strong{display:block!important;margin-bottom:10px!important;font-size:18px!important;}
  .pkstudio-theme-part-header .pkstudio-offcanvas-panel a{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:13px 14px!important;font-size:16px!important;font-weight:900!important;}
}
@media(max-width:480px){
  .pkstudio-theme-part-header .pkstudio-section-inner,
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-section-inner{grid-template-columns:minmax(0,1fr) auto auto auto!important;gap:7px!important;}
  .pkstudio-theme-part-header .pkstudio-site-logo img{max-width:138px!important;max-height:34px!important;}
  .pkstudio-theme-part-header .pkstudio-account-link,
  .pkstudio-theme-part-header .pkstudio-menu-cart{font-size:0!important;min-width:38px!important;width:38px!important;padding:0!important;}
  .pkstudio-theme-part-header .pkstudio-account-link:before{content:'👤';font-size:18px!important;}
  .pkstudio-theme-part-header .pkstudio-menu-cart:before{content:'🛒';font-size:18px!important;}
}

/* NeverLast Apex v1.3.7: Studio-managed catalog and stable responsive header */
.pkstudio-neverlast-catalog{display:grid;grid-template-columns:repeat(var(--pkstudio-catalog-columns,3),minmax(0,1fr));gap:22px;width:100%;}
.pkstudio-neverlast-card{background:linear-gradient(145deg,rgba(15,23,42,.92),rgba(2,6,23,.98));border:1px solid rgba(148,163,184,.18);border-radius:24px;padding:18px;box-shadow:0 22px 60px rgba(0,0,0,.28);overflow:hidden;color:#f8fafc;}
.pkstudio-neverlast-card-media{display:block;aspect-ratio:16/10;border-radius:18px;overflow:hidden;background:#020617;margin-bottom:14px;border:1px solid rgba(148,163,184,.14);}
.pkstudio-neverlast-card-media img{width:100%;height:100%;object-fit:cover;display:block;}
.pkstudio-neverlast-card h3{font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.15;margin:.2rem 0 .5rem;color:#fff;}
.pkstudio-neverlast-card p{color:#cbd5e1;line-height:1.55;margin:0 0 1rem;}
.pkstudio-theme-part-header{position:relative;z-index:50;background:#02070d!important;border-bottom:1px solid rgba(148,163,184,.16)!important;}
.pkstudio-theme-part-header .pkstudio-section{max-width:1280px!important;margin-inline:auto!important;display:grid!important;grid-template-columns:auto minmax(260px,1fr) auto auto auto auto!important;align-items:center!important;gap:18px!important;padding:10px 18px!important;min-height:72px!important;}
.pkstudio-theme-part-header .pkstudio-site-logo img{max-height:42px!important;width:auto!important;max-width:190px!important;object-fit:contain!important;}
.pkstudio-theme-part-header .pkstudio-nav-menu{justify-content:center!important;gap:22px!important;flex-wrap:nowrap!important;}
.pkstudio-theme-part-header .pkstudio-nav-menu a{color:#f8fafc!important;background:transparent!important;border:0!important;padding:8px 0!important;font-size:15px!important;font-weight:800!important;}
.pkstudio-theme-part-header .pkstudio-account-link,.pkstudio-theme-part-header .pkstudio-menu-cart{display:inline-flex!important;align-items:center!important;gap:8px!important;color:#f8fafc!important;background:transparent!important;border:0!important;padding:8px 10px!important;text-decoration:none!important;white-space:nowrap!important;}
.pkstudio-theme-part-header .pkstudio-button,.pkstudio-theme-part-header .pkstudio-card-link{white-space:nowrap!important;}
.pkstudio-theme-part-header .pkstudio-offcanvas-menu summary{background:transparent!important;color:#fff!important;border:1px solid rgba(148,163,184,.25)!important;border-radius:12px!important;font-size:24px!important;line-height:1!important;padding:8px 12px!important;}
.pkstudio-offcanvas-panel{background:#02070d!important;color:#f8fafc!important;border:1px solid rgba(56,189,248,.24)!important;box-shadow:0 24px 90px rgba(0,0,0,.65)!important;right:0!important;min-width:min(360px,calc(100vw - 24px))!important;border-radius:20px!important;padding:18px!important;}
.pkstudio-offcanvas-panel a{display:block!important;color:#f8fafc!important;background:rgba(15,23,42,.88)!important;border:1px solid rgba(148,163,184,.18)!important;border-radius:14px!important;padding:12px 14px!important;margin:8px 0!important;text-decoration:none!important;font-weight:800!important;}
@media (max-width: 900px){
  .pkstudio-neverlast-catalog{grid-template-columns:1fr!important;}
  .pkstudio-theme-part-header .pkstudio-section{grid-template-columns:auto auto auto auto!important;justify-content:space-between!important;gap:10px!important;padding:10px 14px!important;}
  .pkstudio-theme-part-header .pkstudio-nav-menu{display:none!important;}
  .pkstudio-theme-part-header .pkstudio-site-logo img{max-width:160px!important;max-height:38px!important;}
  .pkstudio-theme-part-header .pkstudio-account-link,.pkstudio-theme-part-header .pkstudio-menu-cart{font-size:0!important;padding:8px!important;}
  .pkstudio-theme-part-header .pkstudio-account-link::after{content:'Cont';font-size:12px!important;}
  .pkstudio-theme-part-header .pkstudio-menu-cart::after{content:'Coș';font-size:12px!important;}
  .pkstudio-theme-part-header .pkstudio-button{display:none!important;}
}
@media (min-width: 901px){.pkstudio-theme-part-header .pkstudio-offcanvas-menu{display:none!important;}}

/* NeverLast Apex v1.3.7 - definitive header size + mobile menu separation */
.pkstudio-theme-part-header,
.pkstudio-theme-part-header *{box-sizing:border-box!important;}
.pkstudio-theme-part-header{position:relative!important;z-index:90!important;background:#02070d!important;border-bottom:1px solid rgba(148,163,184,.16)!important;min-height:0!important;height:auto!important;overflow:visible!important;}
.pkstudio-theme-part-header .pkstudio-page{background:transparent!important;min-height:0!important;height:auto!important;overflow:visible!important;}
.pkstudio-theme-part-header .pkstudio-section{display:block!important;width:100%!important;max-width:none!important;min-height:0!important;height:auto!important;margin:0!important;padding:10px 0!important;background:#02070d!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important;text-align:left!important;}
.pkstudio-theme-part-header .pkstudio-section::before,
.pkstudio-theme-part-header .pkstudio-section::after{display:none!important;}
.pkstudio-theme-part-header .pkstudio-section-inner{width:min(100% - 32px,1280px)!important;max-width:1280px!important;min-height:0!important;height:auto!important;margin:0 auto!important;padding:0!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto auto auto!important;align-items:center!important;justify-items:initial!important;gap:18px!important;overflow:visible!important;text-align:left!important;}
.pkstudio-theme-part-header .pkstudio-widget{margin:0!important;min-width:0!important;max-width:100%!important;position:relative!important;}
.pkstudio-theme-part-header .pkstudio-widget-site_logo{grid-column:1!important;justify-self:start!important;display:flex!important;align-items:center!important;}
.pkstudio-theme-part-header .pkstudio-widget-nav_menu{grid-column:2!important;display:flex!important;justify-content:center!important;align-items:center!important;min-width:0!important;overflow:visible!important;}
.pkstudio-theme-part-header .pkstudio-widget-account_link{grid-column:3!important;justify-self:end!important;}
.pkstudio-theme-part-header .pkstudio-widget-menu_cart{grid-column:4!important;justify-self:end!important;}
.pkstudio-theme-part-header .pkstudio-widget-button{grid-column:5!important;justify-self:end!important;}
.pkstudio-theme-part-header .pkstudio-widget-offcanvas_menu{display:none!important;}
.pkstudio-theme-part-header .pkstudio-site-logo{display:flex!important;align-items:center!important;justify-content:flex-start!important;line-height:1!important;max-width:190px!important;text-decoration:none!important;}
.pkstudio-theme-part-header .pkstudio-site-logo img{display:block!important;width:auto!important;height:auto!important;max-width:190px!important;max-height:42px!important;object-fit:contain!important;}
.pkstudio-theme-part-header .pkstudio-nav-menu{display:flex!important;align-items:center!important;justify-content:center!important;gap:18px!important;flex-wrap:nowrap!important;white-space:nowrap!important;width:100%!important;max-width:100%!important;overflow:visible!important;}
.pkstudio-theme-part-header .pkstudio-nav-menu a{display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#f8fafc!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:6px 0!important;margin:0!important;text-decoration:none!important;font-size:15px!important;font-weight:850!important;line-height:1.2!important;white-space:nowrap!important;}
.pkstudio-theme-part-header .pkstudio-nav-menu a:hover{color:#65b7ff!important;text-decoration:none!important;}
.pkstudio-theme-part-header .pkstudio-account-link,
.pkstudio-theme-part-header .pkstudio-menu-cart,
.pkstudio-theme-part-header .pkstudio-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;white-space:nowrap!important;text-decoration:none!important;border-radius:14px!important;min-height:42px!important;padding:10px 14px!important;font-size:14px!important;font-weight:900!important;line-height:1!important;}
.pkstudio-theme-part-header .pkstudio-account-link,
.pkstudio-theme-part-header .pkstudio-menu-cart{color:#f8fafc!important;background:rgba(255,255,255,.04)!important;border:1px solid rgba(148,163,184,.18)!important;box-shadow:none!important;}
.pkstudio-theme-part-header .pkstudio-button{color:#fff!important;background:linear-gradient(135deg,#1d4ed8,#38bdf8)!important;border:1px solid rgba(96,165,250,.55)!important;box-shadow:0 12px 34px rgba(37,99,235,.32)!important;}
.pkstudio-theme-part-header .pkstudio-menu-cart::before{content:'🛒';font-size:16px!important;line-height:1!important;}
@media (max-width:1180px){
  .pkstudio-theme-part-header .pkstudio-section-inner{grid-template-columns:auto minmax(0,1fr) auto auto!important;gap:14px!important;}
  .pkstudio-theme-part-header .pkstudio-widget-button{display:none!important;}
  .pkstudio-theme-part-header .pkstudio-nav-menu{gap:13px!important;}
  .pkstudio-theme-part-header .pkstudio-nav-menu a{font-size:14px!important;}
  .pkstudio-theme-part-header .pkstudio-site-logo img{max-width:170px!important;}
}
@media (max-width:900px){
  .pkstudio-theme-part-header .pkstudio-section{padding:8px 0!important;}
  .pkstudio-theme-part-header .pkstudio-section-inner{width:100%!important;max-width:100%!important;padding:0 12px!important;grid-template-columns:minmax(0,1fr) auto auto auto!important;gap:8px!important;}
  .pkstudio-theme-part-header .pkstudio-widget-site_logo{grid-column:1!important;}
  .pkstudio-theme-part-header .pkstudio-widget-nav_menu,
  .pkstudio-theme-part-header .pkstudio-widget-button{display:none!important;visibility:hidden!important;pointer-events:none!important;}
  .pkstudio-theme-part-header .pkstudio-widget-account_link{grid-column:2!important;}
  .pkstudio-theme-part-header .pkstudio-widget-menu_cart{grid-column:3!important;}
  .pkstudio-theme-part-header .pkstudio-widget-offcanvas_menu{grid-column:4!important;display:flex!important;justify-content:flex-end!important;align-items:center!important;}
  .pkstudio-theme-part-header .pkstudio-site-logo img{max-width:150px!important;max-height:36px!important;}
  .pkstudio-theme-part-header .pkstudio-account-link,
  .pkstudio-theme-part-header .pkstudio-menu-cart{min-width:42px!important;min-height:42px!important;width:42px!important;height:42px!important;padding:0!important;font-size:0!important;border-radius:13px!important;}
  .pkstudio-theme-part-header .pkstudio-account-link::before{content:'👤';font-size:18px!important;line-height:1!important;}
  .pkstudio-theme-part-header .pkstudio-menu-cart::before{content:'🛒';font-size:18px!important;line-height:1!important;}
  .pkstudio-theme-part-header .pkstudio-menu-cart::after,
  .pkstudio-theme-part-header .pkstudio-account-link::after{content:''!important;display:none!important;}
  .pkstudio-theme-part-header .pkstudio-offcanvas-menu{display:block!important;position:relative!important;}
  .pkstudio-theme-part-header .pkstudio-offcanvas-menu summary{list-style:none!important;display:flex!important;align-items:center!important;justify-content:center!important;width:44px!important;height:42px!important;padding:0!important;margin:0!important;background:rgba(255,255,255,.05)!important;color:#fff!important;border:1px solid rgba(148,163,184,.25)!important;border-radius:13px!important;font-size:27px!important;line-height:1!important;cursor:pointer!important;}
  .pkstudio-theme-part-header .pkstudio-offcanvas-menu summary::-webkit-details-marker{display:none!important;}
  .pkstudio-theme-part-header .pkstudio-offcanvas-panel{position:absolute!important;top:calc(100% + 10px)!important;right:0!important;left:auto!important;width:min(360px,calc(100vw - 24px))!important;min-width:0!important;max-height:calc(100vh - 110px)!important;overflow:auto!important;background:#02070d!important;color:#f8fafc!important;border:1px solid rgba(56,189,248,.28)!important;border-radius:20px!important;padding:14px!important;box-shadow:0 24px 90px rgba(0,0,0,.72)!important;z-index:100000!important;}
  .pkstudio-theme-part-header .pkstudio-offcanvas-panel strong{display:block!important;color:#fff!important;margin:0 0 10px!important;font-size:16px!important;}
  .pkstudio-theme-part-header .pkstudio-offcanvas-panel a{display:flex!important;width:100%!important;align-items:center!important;justify-content:space-between!important;color:#f8fafc!important;background:rgba(15,23,42,.9)!important;border:1px solid rgba(148,163,184,.18)!important;border-radius:14px!important;text-decoration:none!important;font-size:15px!important;font-weight:850!important;padding:12px 13px!important;margin:7px 0!important;}
}
@media (max-width:420px){
  .pkstudio-theme-part-header .pkstudio-section-inner{padding:0 10px!important;gap:6px!important;}
  .pkstudio-theme-part-header .pkstudio-site-logo img{max-width:124px!important;max-height:32px!important;}
  .pkstudio-theme-part-header .pkstudio-account-link,
  .pkstudio-theme-part-header .pkstudio-menu-cart,
  .pkstudio-theme-part-header .pkstudio-offcanvas-menu summary{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;}
}

/* NeverLast Apex v1.3.7 - final Studio header separation + account page polish */
.pkstudio-theme-part-header,
.pkstudio-theme-part-header .pkstudio-section,
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header{
  min-height:0!important;
  height:auto!important;
  overflow:visible!important;
}
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header{
  padding-top:10px!important;
  padding-bottom:10px!important;
  background:#02070d!important;
}
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-section-inner{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto auto auto!important;
  align-items:center!important;
  justify-content:center!important;
  gap:clamp(12px,1.4vw,24px)!important;
  min-height:58px!important;
  width:min(100% - 40px,1280px)!important;
  margin-inline:auto!important;
  padding:0!important;
}
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-widget{margin:0!important;min-width:0!important;align-self:center!important;}
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-widget-site_logo{grid-column:1!important;justify-self:start!important;}
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-widget-site_logo .pkstudio-site-logo{display:inline-flex!important;align-items:center!important;background:transparent!important;padding:0!important;box-shadow:none!important;}
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-widget-site_logo img{display:block!important;width:auto!important;max-width:170px!important;max-height:46px!important;object-fit:contain!important;}
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-widget-nav_menu{grid-column:2!important;justify-self:center!important;width:auto!important;max-width:100%!important;overflow:visible!important;display:block!important;}
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-nav-menu{display:flex!important;align-items:center!important;justify-content:center!important;gap:18px!important;flex-wrap:nowrap!important;overflow:visible!important;white-space:nowrap!important;padding:0!important;}
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-nav-menu a{background:transparent!important;border:0!important;box-shadow:none!important;color:#fff!important;font-weight:800!important;font-size:clamp(.9rem,1vw,1.05rem)!important;padding:8px 0!important;line-height:1.15!important;text-decoration:none!important;}
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-widget-account_link{grid-column:3!important;justify-self:end!important;}
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-widget-menu_cart{grid-column:4!important;justify-self:end!important;}
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-widget-button{grid-column:5!important;justify-self:end!important;}
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-widget-offcanvas_menu{display:none!important;}
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-button,
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-account-link,
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-menu-cart{
  min-height:42px!important;
  padding:10px 18px!important;
  border-radius:14px!important;
  font-weight:900!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-account-link,
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-menu-cart{
  background:rgba(255,255,255,.045)!important;
  border:1px solid rgba(255,255,255,.11)!important;
  color:#fff!important;
  box-shadow:none!important;
}
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-button-primary{
  background:linear-gradient(135deg,#2563eb,#38bdf8)!important;
  border:1px solid rgba(56,189,248,.7)!important;
  color:#fff!important;
}
@media (max-width:1100px){
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-section-inner{grid-template-columns:auto minmax(0,1fr) auto auto!important;gap:12px!important;width:min(100% - 28px,1100px)!important;}
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-widget-button{display:none!important;}
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-nav-menu{gap:12px!important;}
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-nav-menu a{font-size:.9rem!important;}
}
@media (max-width:760px){
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header{padding-top:8px!important;padding-bottom:8px!important;}
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-section-inner{
    display:grid!important;
    grid-template-columns:minmax(92px,1fr) auto auto auto!important;
    grid-template-rows:auto!important;
    align-items:center!important;
    gap:8px!important;
    width:min(100% - 22px,540px)!important;
    min-height:54px!important;
  }
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-widget-site_logo{grid-column:1!important;grid-row:1!important;justify-self:start!important;}
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-widget-site_logo img{max-width:128px!important;max-height:34px!important;}
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-widget-nav_menu,
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-widget-button{display:none!important;}
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-widget-account_link{grid-column:2!important;grid-row:1!important;display:block!important;}
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-widget-menu_cart{grid-column:3!important;grid-row:1!important;display:block!important;}
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-widget-offcanvas_menu{grid-column:4!important;grid-row:1!important;display:block!important;justify-self:end!important;}
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-account-link,
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-menu-cart{
    min-height:38px!important;
    padding:9px 12px!important;
    border-radius:999px!important;
    font-size:.86rem!important;
    max-width:92px!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-offcanvas-menu{position:relative!important;margin:0!important;}
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-offcanvas-menu summary{
    list-style:none!important;
    width:42px!important;
    height:42px!important;
    border-radius:14px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:rgba(2,7,13,.96)!important;
    color:#fff!important;
    border:1px solid rgba(34,211,238,.72)!important;
    font-size:1.55rem!important;
    font-weight:900!important;
    cursor:pointer!important;
    box-shadow:none!important;
  }
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-offcanvas-menu summary::-webkit-details-marker{display:none!important;}
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-offcanvas-menu[open] summary{position:relative!important;z-index:100002!important;}
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-offcanvas-panel{
    position:fixed!important;
    z-index:100001!important;
    top:calc(64px + env(safe-area-inset-top))!important;
    left:auto!important;
    right:12px!important;
    width:min(340px,calc(100vw - 24px))!important;
    max-height:calc(100vh - 88px)!important;
    overflow:auto!important;
    padding:18px!important;
    border-radius:22px!important;
    background:rgba(2,7,13,.98)!important;
    border:1px solid rgba(34,211,238,.40)!important;
    box-shadow:0 24px 70px rgba(0,0,0,.58)!important;
  }
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-offcanvas-panel strong{display:block!important;color:#fff!important;margin:0 0 12px!important;font-size:1.1rem!important;}
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-offcanvas-panel a{
    display:flex!important;
    width:100%!important;
    align-items:center!important;
    justify-content:flex-start!important;
    margin:8px 0!important;
    padding:13px 14px!important;
    border-radius:15px!important;
    background:#0b1424!important;
    color:#fff!important;
    border:1px solid rgba(148,163,184,.18)!important;
    text-decoration:none!important;
    font-weight:850!important;
  }
}
@media (max-width:420px){
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-section-inner{grid-template-columns:minmax(72px,1fr) auto auto auto!important;width:min(100% - 16px,420px)!important;gap:6px!important;}
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-widget-site_logo img{max-width:112px!important;}
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-account-link,
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-menu-cart{font-size:.78rem!important;padding:8px 10px!important;max-width:78px!important;}
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-offcanvas-menu summary{width:40px!important;height:40px!important;}
}
/* WooCommerce account/cart polish for NeverLast user pages */
.woocommerce-account .woocommerce,
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce{
  width:min(100% - 40px,1180px)!important;
  margin:0 auto!important;
  color:#e5eefb!important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none!important;margin:0!important;padding:0!important;display:grid!important;gap:10px!important;}
.woocommerce-account .woocommerce-MyAccount-navigation a,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-cart .cart_totals,
.woocommerce table.shop_table,
.woocommerce form.checkout{
  background:rgba(2,7,13,.82)!important;
  border:1px solid rgba(56,189,248,.14)!important;
  border-radius:20px!important;
  color:#e5eefb!important;
}
.woocommerce-account .woocommerce-MyAccount-navigation a{display:block!important;padding:13px 16px!important;color:#22d3ee!important;text-decoration:none!important;font-weight:850!important;}
.woocommerce-account .woocommerce-MyAccount-content{padding:24px!important;min-height:260px!important;}
.woocommerce a{color:#22d3ee!important;}
.woocommerce input.input-text,.woocommerce textarea,.woocommerce select{background:#07111f!important;color:#fff!important;border:1px solid rgba(148,163,184,.28)!important;border-radius:12px!important;padding:10px 12px!important;}
.woocommerce button.button,.woocommerce a.button,.woocommerce input.button{background:linear-gradient(135deg,#2563eb,#38bdf8)!important;color:#fff!important;border-radius:14px!important;border:0!important;font-weight:900!important;padding:12px 18px!important;}
@media(max-width:780px){.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{float:none!important;width:100%!important}.woocommerce-account .woocommerce-MyAccount-navigation{margin-bottom:18px!important}}

/* NeverLast Apex v1.3.7 - final compact header + reliable mobile menu override */
.pkstudio-theme-part-header,
.pkstudio-theme-part-header .pkstudio-page,
.pkstudio-theme-part-header .pkstudio-section,
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header{
  background:#02070d!important;
  color:#fff!important;
  border-bottom:1px solid rgba(148,163,184,.16)!important;
  min-height:0!important;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
  padding:0!important;
}
.pkstudio-theme-part-header .pkstudio-section,
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
.pkstudio-theme-part-header .pkstudio-section-inner,
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-section-inner{
  width:min(100% - 40px,1440px)!important;
  max-width:1440px!important;
  margin:0 auto!important;
  padding:10px 0!important;
  min-height:74px!important;
  height:74px!important;
  max-height:74px!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  overflow:visible!important;
}
.pkstudio-theme-part-header .pkstudio-widget,
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-widget{
  margin:0!important;
  padding:0!important;
  min-width:0!important;
  width:auto!important;
  max-width:none!important;
  flex:0 0 auto!important;
  overflow:visible!important;
}
.pkstudio-theme-part-header .pkstudio-widget-site_logo{margin-right:18px!important;}
.pkstudio-theme-part-header .pkstudio-site-logo,
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-site-logo{
  display:flex!important;
  align-items:center!important;
  height:54px!important;
  max-height:54px!important;
  padding:0!important;
  background:transparent!important;
  line-height:1!important;
}
.pkstudio-theme-part-header .pkstudio-site-logo img,
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-site-logo img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:150px!important;
  max-height:42px!important;
  object-fit:contain!important;
}
.pkstudio-theme-part-header .pkstudio-widget-nav_menu,
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-widget-nav_menu{
  flex:1 1 auto!important;
  min-width:0!important;
}
.pkstudio-theme-part-header .pkstudio-nav-menu,
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-nav-menu{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:center!important;
  gap:20px!important;
  flex-wrap:nowrap!important;
  overflow:hidden!important;
  white-space:nowrap!important;
  width:100%!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
}
.pkstudio-theme-part-header .pkstudio-nav-menu a,
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-nav-menu a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#f8fafc!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:5px 0!important;
  margin:0!important;
  font-size:15px!important;
  font-weight:800!important;
  line-height:1.2!important;
  text-decoration:none!important;
}
.pkstudio-theme-part-header .pkstudio-account-link,
.pkstudio-theme-part-header .pkstudio-menu-cart,
.pkstudio-theme-part-header .pkstudio-button,
.pkstudio-theme-part-header .pkstudio-card-link{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  min-height:40px!important;
  height:40px!important;
  max-height:40px!important;
  border-radius:13px!important;
  padding:0 14px!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1!important;
  white-space:nowrap!important;
  text-decoration:none!important;
}
.pkstudio-theme-part-header .pkstudio-widget-offcanvas_menu{display:none!important;}
.pkstudio-theme-part-header .pkstudio-offcanvas-menu{position:relative!important;display:block!important;margin:0!important;padding:0!important;line-height:1!important;}
.pkstudio-theme-part-header .pkstudio-offcanvas-menu summary{
  list-style:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  min-height:42px!important;
  border-radius:14px!important;
  padding:0!important;
  margin:0!important;
  background:rgba(2,7,13,.98)!important;
  border:1px solid rgba(34,211,238,.72)!important;
  color:#fff!important;
  font-size:26px!important;
  font-weight:900!important;
  line-height:1!important;
  cursor:pointer!important;
}
.pkstudio-theme-part-header .pkstudio-offcanvas-menu summary::-webkit-details-marker{display:none!important;}
.pkstudio-theme-part-header .pkstudio-offcanvas-panel{
  display:none!important;
}
.pkstudio-theme-part-header .pkstudio-offcanvas-menu[open] .pkstudio-offcanvas-panel{
  display:grid!important;
  position:absolute!important;
  top:calc(100% + 12px)!important;
  right:0!important;
  left:auto!important;
  transform:none!important;
  width:min(286px,calc(100vw - 24px))!important;
  min-width:0!important;
  max-width:calc(100vw - 24px)!important;
  max-height:calc(100vh - 110px)!important;
  overflow:auto!important;
  grid-template-columns:1fr!important;
  gap:8px!important;
  padding:14px!important;
  margin:0!important;
  border-radius:18px!important;
  background:rgba(2,7,13,.98)!important;
  color:#fff!important;
  border:1px solid rgba(34,211,238,.45)!important;
  box-shadow:0 22px 70px rgba(0,0,0,.70)!important;
  z-index:100000!important;
}
.pkstudio-theme-part-header .pkstudio-offcanvas-panel strong{
  display:block!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:900!important;
  line-height:1.2!important;
  margin:0 0 6px!important;
  padding:0!important;
  opacity:1!important;
}
.pkstudio-theme-part-header .pkstudio-offcanvas-panel a{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:100%!important;
  min-height:42px!important;
  color:#f8fafc!important;
  background:#0b1424!important;
  border:1px solid rgba(148,163,184,.20)!important;
  border-radius:13px!important;
  padding:12px 14px!important;
  margin:0!important;
  opacity:1!important;
  visibility:visible!important;
  text-decoration:none!important;
  font-size:15px!important;
  font-weight:850!important;
  line-height:1.15!important;
  box-shadow:none!important;
}
.pkstudio-theme-part-header .pkstudio-offcanvas-panel a:hover{background:#101d33!important;border-color:rgba(56,189,248,.42)!important;color:#fff!important;}
@media(max-width:1180px){
  .pkstudio-theme-part-header .pkstudio-section-inner,
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-section-inner{width:min(100% - 28px,1180px)!important;gap:12px!important;}
  .pkstudio-theme-part-header .pkstudio-nav-menu{gap:13px!important;}
  .pkstudio-theme-part-header .pkstudio-nav-menu a{font-size:14px!important;}
  .pkstudio-theme-part-header .pkstudio-widget-button{display:none!important;}
}
@media(max-width:760px){
  .pkstudio-theme-part-header .pkstudio-section-inner,
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-section-inner{
    width:min(100% - 20px,560px)!important;
    height:64px!important;
    min-height:64px!important;
    max-height:64px!important;
    padding:8px 0!important;
    justify-content:flex-start!important;
    gap:9px!important;
  }
  .pkstudio-theme-part-header .pkstudio-widget-site_logo{margin-right:auto!important;flex:1 1 auto!important;min-width:0!important;}
  .pkstudio-theme-part-header .pkstudio-site-logo{height:46px!important;max-height:46px!important;}
  .pkstudio-theme-part-header .pkstudio-site-logo img{max-width:132px!important;max-height:34px!important;}
  .pkstudio-theme-part-header .pkstudio-widget-nav_menu,
  .pkstudio-theme-part-header .pkstudio-widget-button{display:none!important;}
  .pkstudio-theme-part-header .pkstudio-widget-account_link,
  .pkstudio-theme-part-header .pkstudio-widget-menu_cart,
  .pkstudio-theme-part-header .pkstudio-widget-offcanvas_menu{display:block!important;flex:0 0 auto!important;}
  .pkstudio-theme-part-header .pkstudio-account-link,
  .pkstudio-theme-part-header .pkstudio-menu-cart{
    width:44px!important;
    min-width:44px!important;
    max-width:44px!important;
    height:42px!important;
    padding:0!important;
    font-size:0!important;
    border-radius:14px!important;
    overflow:hidden!important;
  }
  .pkstudio-theme-part-header .pkstudio-account-link:before{content:'👤';font-size:18px!important;line-height:1!important;}
  .pkstudio-theme-part-header .pkstudio-menu-cart:before{content:'🛒';font-size:18px!important;line-height:1!important;}
  .pkstudio-theme-part-header .pkstudio-offcanvas-menu[open] .pkstudio-offcanvas-panel{top:calc(100% + 10px)!important;right:0!important;width:min(280px,calc(100vw - 20px))!important;}
}
@media(max-width:390px){
  .pkstudio-theme-part-header .pkstudio-section-inner,
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-section-inner{width:min(100% - 14px,390px)!important;gap:6px!important;}
  .pkstudio-theme-part-header .pkstudio-site-logo img{max-width:106px!important;}
  .pkstudio-theme-part-header .pkstudio-account-link,.pkstudio-theme-part-header .pkstudio-menu-cart{width:38px!important;min-width:38px!important;max-width:38px!important;height:38px!important;}
  .pkstudio-theme-part-header .pkstudio-offcanvas-menu summary{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;font-size:23px!important;}
  .pkstudio-theme-part-header .pkstudio-offcanvas-menu[open] .pkstudio-offcanvas-panel{width:min(266px,calc(100vw - 16px))!important;}
}

/* NeverLast Apex v1.3.7 - desktop Studio section spacing requested by client */
@media (min-width: 783px){
  .pkstudio-page.pkstudio-spacing-spacious .pkstudio-section{
    padding-top:30px!important;
    padding-bottom:20px!important;
  }
}

/* NeverLast Apex v1.3.8/1.3.9 - Adaptive Height + Padding Cleanup
   Purpose: stop fixed-height containers from clipping text/images/buttons.
   Strategy: section/card/header containers use min-height + auto height.
   This intentionally overrides older v1.3.x fixed height hotfixes. */
.pkstudio-page,
.pkstudio-section,
.pkstudio-section-inner,
.pkstudio-widget,
.pkstudio-card,
.pkstudio-neverlast-card,
.pkstudio-widget-heading,
.pkstudio-widget-html,
.pkstudio-widget-shortcode,
.pkstudio-text,
.pkstudio-button,
.pkstudio-account-link,
.pkstudio-menu-cart,
.pkstudio-card-link{
  height:auto!important;
  max-height:none!important;
}
.pkstudio-page,
.pkstudio-section,
.pkstudio-section-inner,
.pkstudio-widget,
.pkstudio-card,
.pkstudio-neverlast-card,
.pkstudio-widget-heading,
.pkstudio-widget-html,
.pkstudio-widget-shortcode,
.pkstudio-text{
  overflow:visible!important;
}
.pkstudio-card p,
.pkstudio-neverlast-card p,
.pkstudio-widget-heading h1,
.pkstudio-widget-heading h2,
.pkstudio-widget-heading h3,
.pkstudio-text{
  overflow:visible!important;
  text-overflow:clip!important;
}
@media (min-width:783px){
  .pkstudio-page.pkstudio-spacing-spacious .pkstudio-section:not(.pkstudio-theme-part-header .pkstudio-section){
    padding-top:30px!important;
    padding-bottom:20px!important;
  }
}
@media (max-width:782px){
  .pkstudio-page.pkstudio-spacing-spacious .pkstudio-section:not(.pkstudio-theme-part-header .pkstudio-section){
    padding-top:28px!important;
    padding-bottom:24px!important;
  }
}
.pkstudio-theme-part-header,
.pkstudio-theme-part-header .pkstudio-page,
.pkstudio-theme-part-header .pkstudio-section,
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header,
.pkstudio-theme-part-header .pkstudio-section-inner,
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-section-inner{
  height:auto!important;
  max-height:none!important;
  min-height:0!important;
  overflow:visible!important;
}
.pkstudio-theme-part-header .pkstudio-section,
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header{
  padding-top:8px!important;
  padding-bottom:8px!important;
}
.pkstudio-theme-part-header .pkstudio-section-inner,
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-section-inner{
  min-height:58px!important;
  padding-top:0!important;
  padding-bottom:0!important;
  align-items:center!important;
}
.pkstudio-theme-part-header .pkstudio-site-logo,
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-site-logo{
  height:auto!important;
  max-height:none!important;
  min-height:0!important;
  overflow:visible!important;
}
.pkstudio-theme-part-header .pkstudio-site-logo img,
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-site-logo img{
  height:auto!important;
  max-height:42px!important;
  object-fit:contain!important;
}
.pkstudio-theme-part-header .pkstudio-button,
.pkstudio-theme-part-header .pkstudio-account-link,
.pkstudio-theme-part-header .pkstudio-menu-cart,
.pkstudio-theme-part-header .pkstudio-card-link{
  height:auto!important;
  max-height:none!important;
  min-height:40px!important;
  line-height:1.15!important;
  white-space:nowrap!important;
  overflow:visible!important;
}
.pkstudio-theme-part-header .pkstudio-nav-menu,
.pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-nav-menu{
  overflow:visible!important;
}
.pkstudio-theme-part-header .pkstudio-offcanvas-menu{
  position:relative!important;
  overflow:visible!important;
}
.pkstudio-theme-part-header .pkstudio-offcanvas-menu summary{
  height:auto!important;
  max-height:none!important;
  min-height:40px!important;
}
.pkstudio-theme-part-header .pkstudio-offcanvas-panel{
  height:auto!important;
  max-height:calc(100vh - 110px)!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
}
@media (max-width:760px){
  .pkstudio-theme-part-header .pkstudio-section,
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header{
    padding-top:8px!important;
    padding-bottom:8px!important;
  }
  .pkstudio-theme-part-header .pkstudio-section-inner,
  .pkstudio-theme-part-header .pkstudio-layout-neverlast-header .pkstudio-section-inner{
    min-height:56px!important;
    height:auto!important;
    max-height:none!important;
  }
  .pkstudio-theme-part-header .pkstudio-account-link,
  .pkstudio-theme-part-header .pkstudio-menu-cart{
    height:auto!important;
    min-height:38px!important;
    max-height:none!important;
    overflow:visible!important;
  }
  .pkstudio-theme-part-header .pkstudio-offcanvas-menu summary{
    height:auto!important;
    min-height:40px!important;
    max-height:none!important;
  }
}



/* NeverLast Apex v1.3.9 - Studio-editable adaptive layout support */
.pkstudio-section.pkstudio-has-mobile-spacing{height:auto!important;max-height:none!important;overflow:visible!important;}
@media(max-width:782px){
  .pkstudio-section.pkstudio-has-mobile-spacing{padding-top:var(--pkstudio-mobile-pt)!important;padding-bottom:var(--pkstudio-mobile-pb)!important;}
}
.pkstudio-canvas-section.pkstudio-has-mobile-spacing{height:auto!important;max-height:none!important;overflow:visible!important;}

/* NeverLast Apex Studio v1.4.5 - advanced responsive editing variables */
.pkstudio-section,.pkstudio-widget{box-sizing:border-box;}
.pkstudio-section-inner{box-sizing:border-box;}
.pkstudio-widget img{box-sizing:border-box;max-width:100%;}
@media (min-width:783px) and (max-width:1100px){
  .pkstudio-section,.pkstudio-widget{
    padding-top:var(--pkstudio-tablet-padding-top, revert)!important;
    padding-right:var(--pkstudio-tablet-padding-right, revert)!important;
    padding-bottom:var(--pkstudio-tablet-padding-bottom, revert)!important;
    padding-left:var(--pkstudio-tablet-padding-left, revert)!important;
    margin-top:var(--pkstudio-tablet-margin-top, revert)!important;
    margin-right:var(--pkstudio-tablet-margin-right, revert)!important;
    margin-bottom:var(--pkstudio-tablet-margin-bottom, revert)!important;
    margin-left:var(--pkstudio-tablet-margin-left, revert)!important;
    font-size:var(--pkstudio-tablet-font-size, revert)!important;
    line-height:var(--pkstudio-tablet-line-height, revert)!important;
    max-width:var(--pkstudio-tablet-max-width, revert)!important;
    gap:var(--pkstudio-tablet-gap, revert)!important;
  }
}
@media (max-width:782px){
  .pkstudio-section,.pkstudio-widget{
    padding-top:var(--pkstudio-mobile-padding-top, revert)!important;
    padding-right:var(--pkstudio-mobile-padding-right, revert)!important;
    padding-bottom:var(--pkstudio-mobile-padding-bottom, revert)!important;
    padding-left:var(--pkstudio-mobile-padding-left, revert)!important;
    margin-top:var(--pkstudio-mobile-margin-top, revert)!important;
    margin-right:var(--pkstudio-mobile-margin-right, revert)!important;
    margin-bottom:var(--pkstudio-mobile-margin-bottom, revert)!important;
    margin-left:var(--pkstudio-mobile-margin-left, revert)!important;
    font-size:var(--pkstudio-mobile-font-size, revert)!important;
    line-height:var(--pkstudio-mobile-line-height, revert)!important;
    width:var(--pkstudio-mobile-width, revert)!important;
    max-width:var(--pkstudio-mobile-max-width, revert)!important;
    height:var(--pkstudio-mobile-height, revert)!important;
    min-height:var(--pkstudio-mobile-min-height, revert)!important;
    gap:var(--pkstudio-mobile-gap, revert)!important;
  }
}
.pkstudio-section[style*="display:grid"],.pkstudio-widget[style*="display:grid"]{grid-template-columns:var(--pkstudio-grid-template-columns,initial);}
.pkstudio-section::before,.pkstudio-widget::before{pointer-events:none;}
