/*
Theme Name: BS4U AutoSep Pro
Theme URI: https://bs4uprinters.com/
Author: BigSales4U LLC
Author URI: https://bs4uprinters.com/
Description: Professional commercial WordPress and WooCommerce theme for BS4U AutoSep Studio.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: bs4u-autosep-pro
License: Proprietary - BigSales4U LLC
*/

:root {
  --bs4u-red: #e30613;
  --bs4u-red-dark: #a70009;
  --bs4u-yellow: #f0e600;
  --bs4u-green: #18c869;
  --bs4u-ink: #080b0e;
  --bs4u-panel: #151b20;
  --bs4u-panel-2: #20282f;
  --bs4u-line: #39434c;
  --bs4u-text: #f5f7f8;
  --bs4u-muted: #aeb7bf;
  --bs4u-white: #ffffff;
  --bs4u-max: 1240px;
  --bs4u-shadow: 0 24px 60px rgba(0, 0, 0, .42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--bs4u-text);
  background: var(--bs4u-ink);
  font-family: "Segoe UI", Inter, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
a { color: var(--bs4u-yellow); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover, a:focus { color: #fff; }
img { max-width: 100%; height: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { clip: auto; width: auto; height: auto; background: #fff; color: #000; padding: .75rem; z-index: 100000; }
.container { width: min(calc(100% - 40px), var(--bs4u-max)); margin-inline: auto; }
.site-main { min-height: 60vh; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(8,11,14,.96); border-bottom: 1px solid var(--bs4u-line); backdrop-filter: blur(12px); }
.utility-bar { background: var(--bs4u-red); color: #fff; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.utility-inner { min-height: 33px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-bar a { color: #fff; text-decoration: none; }
.nav-row { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; min-width: 255px; }
.brand-mark { display: grid; place-items: center; width: 54px; height: 54px; color: #fff; background: var(--bs4u-red); border: 2px solid #ff3540; font-size: 1.1rem; font-weight: 950; font-style: italic; transform: skew(-6deg); box-shadow: 7px 7px 0 #232b31; }
.brand-copy strong { display: block; font-size: 1.15rem; line-height: 1; letter-spacing: .02em; }
.brand-copy small { display: block; margin-top: 6px; color: var(--bs4u-muted); font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.custom-logo { max-height: 64px; width: auto; }
.primary-menu { list-style: none; display: flex; align-items: center; gap: 6px; padding: 0; margin: 0; }
.primary-menu a { display: block; padding: 12px 13px; color: #e6eaed; text-decoration: none; font-size: .87rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.primary-menu a:hover, .primary-menu .current-menu-item > a { color: #fff; background: var(--bs4u-panel-2); }
.header-buy { white-space: nowrap; }
.menu-toggle { display: none; border: 1px solid var(--bs4u-line); background: var(--bs4u-panel); color: #fff; padding: 10px 14px; font-weight: 800; }

.btn, button, input[type="submit"], .wp-element-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  appearance: none; display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 22px; border: 1px solid #fa2a34; border-radius: 0; background: var(--bs4u-red); color: #fff !important; font: inherit; font-size: .84rem; font-weight: 900; letter-spacing: .06em; line-height: 1.1; text-decoration: none; text-transform: uppercase; cursor: pointer; box-shadow: 5px 5px 0 rgba(117,0,7,.55); transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.btn:hover, button:hover, input[type="submit"]:hover, .woocommerce a.button:hover { background: #ff1c27; color: #fff; transform: translateY(-2px); box-shadow: 7px 8px 0 rgba(117,0,7,.5); }
.btn-secondary { background: var(--bs4u-panel-2); border-color: #56626c; box-shadow: 5px 5px 0 rgba(0,0,0,.45); }
.btn-quiet { background: transparent; border-color: var(--bs4u-line); box-shadow: none; }

.hero { position: relative; isolation: isolate; overflow: hidden; border-bottom: 1px solid var(--bs4u-line); background: #090c0f; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(6,8,10,.98) 0%, rgba(6,8,10,.93) 45%, rgba(6,8,10,.44) 72%, rgba(6,8,10,.82) 100%), url("assets/images/autosep-hero.webp") center/cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 5px; background: linear-gradient(90deg, var(--bs4u-red) 0 58%, var(--bs4u-yellow) 58% 72%, var(--bs4u-green) 72%); }
.hero-grid { min-height: 680px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: center; gap: 54px; padding-block: 78px 92px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--bs4u-yellow); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 3px; background: var(--bs4u-red); }
.hero h1 { max-width: 790px; margin: 18px 0 22px; font-size: clamp(3rem, 6.2vw, 6rem); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; text-wrap: balance; }
.hero h1 em { display: block; color: var(--bs4u-red); font-style: italic; }
.hero-lead { max-width: 690px; margin: 0 0 30px; color: #d7dde1; font-size: clamp(1.08rem, 2vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-note { margin-top: 22px; color: var(--bs4u-muted); font-size: .84rem; }
.hero-card { align-self: end; margin-bottom: -32px; border: 1px solid #4a555e; background: rgba(18,23,28,.92); box-shadow: var(--bs4u-shadow); }
.hero-card-head { display: flex; justify-content: space-between; padding: 13px 16px; background: var(--bs4u-red); font-size: .74rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero-card img { display: block; width: 100%; }
.hero-card-foot { display: grid; grid-template-columns: repeat(3,1fr); background: var(--bs4u-panel); }
.hero-card-foot span { padding: 12px 8px; border-right: 1px solid var(--bs4u-line); color: #dbe0e4; font-size: .7rem; font-weight: 800; text-align: center; text-transform: uppercase; }

.trust-strip { border-bottom: 1px solid var(--bs4u-line); background: #11161a; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { padding: 24px; border-right: 1px solid var(--bs4u-line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: #fff; font-size: 1rem; text-transform: uppercase; }
.trust-item span { color: var(--bs4u-muted); font-size: .83rem; }

.section { padding-block: 92px; }
.section-dark { background: #0b0f12; }
.section-panel { background: var(--bs4u-panel); border-block: 1px solid var(--bs4u-line); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.section-head h2, .page-hero h1 { margin: 10px 0 0; font-size: clamp(2.25rem, 4.7vw, 4.5rem); line-height: .98; letter-spacing: -.04em; text-transform: uppercase; }
.section-head p { max-width: 540px; margin: 0; color: var(--bs4u-muted); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { position: relative; min-height: 250px; padding: 28px; overflow: hidden; border: 1px solid var(--bs4u-line); background: linear-gradient(145deg, #20282f, #11161a); }
.feature-card::before { content: attr(data-number); position: absolute; right: 16px; top: 3px; color: rgba(255,255,255,.045); font-size: 6.5rem; font-weight: 950; line-height: 1; }
.feature-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 42px; border: 1px solid #59636c; color: var(--bs4u-yellow); background: #0b0f12; font-size: 1.2rem; font-weight: 900; }
.feature-card h3 { position: relative; margin: 0 0 10px; font-size: 1.12rem; text-transform: uppercase; }
.feature-card p { position: relative; margin: 0; color: var(--bs4u-muted); font-size: .93rem; }

.showcase { display: grid; grid-template-columns: 1.08fr .92fr; gap: 50px; align-items: center; }
.showcase.reverse { grid-template-columns: .92fr 1.08fr; }
.showcase-frame { border: 1px solid #4b555e; background: #080b0e; box-shadow: var(--bs4u-shadow); }
.showcase-frame-bar { display: flex; justify-content: space-between; padding: 12px 15px; background: var(--bs4u-red); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.showcase-frame img { display: block; width: 100%; }
.showcase-copy h2 { margin: 12px 0 18px; font-size: clamp(2.2rem,4vw,3.8rem); line-height: 1; text-transform: uppercase; }
.showcase-copy p { color: var(--bs4u-muted); }
.check-list { list-style: none; padding: 0; margin: 24px 0 0; }
.check-list li { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px solid #303941; }
.check-list li::before { content: "PASS"; flex: 0 0 auto; color: var(--bs4u-green); font-size: .68rem; font-weight: 950; letter-spacing: .08em; }

.workflow-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; counter-reset: workflow; }
.workflow-step { counter-increment: workflow; padding: 28px; border: 1px solid var(--bs4u-line); border-right: 0; background: #11161a; }
.workflow-step:last-child { border-right: 1px solid var(--bs4u-line); }
.workflow-step::before { content: "0" counter(workflow); display: block; margin-bottom: 34px; color: var(--bs4u-red); font-size: 2.2rem; font-weight: 950; }
.workflow-step h3 { margin: 0 0 8px; text-transform: uppercase; }
.workflow-step p { margin: 0; color: var(--bs4u-muted); font-size: .9rem; }

.pricing-wrap { display: grid; grid-template-columns: 1fr minmax(350px, .78fr); gap: 54px; align-items: center; }
.price-panel { border: 1px solid #5a646d; background: var(--bs4u-panel); box-shadow: var(--bs4u-shadow); }
.price-label { padding: 14px 20px; background: var(--bs4u-red); font-size: .78rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.price-body { padding: 34px; }
.price-kicker { color: var(--bs4u-yellow); font-size: .8rem; font-weight: 900; text-transform: uppercase; }
.price { margin: 8px 0; font-size: 4.6rem; font-weight: 950; line-height: 1; letter-spacing: -.05em; }
.price del { color: #75808a; font-size: 1.35rem; font-weight: 500; }
.price-detail { color: var(--bs4u-muted); }
.price-panel .btn { width: 100%; margin-top: 22px; }
.pricing-copy h2 { margin: 12px 0 18px; font-size: clamp(2.5rem,5vw,4.8rem); line-height: .95; text-transform: uppercase; }
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 25px; }
.mini-stat { padding: 18px; border: 1px solid var(--bs4u-line); background: #0b0f12; }
.mini-stat strong { display: block; color: #fff; text-transform: uppercase; }
.mini-stat span { color: var(--bs4u-muted); font-size: .8rem; }

.faq-list { max-width: 900px; margin: 0 auto; }
.faq-list details { border: 1px solid var(--bs4u-line); border-bottom: 0; background: #11161a; }
.faq-list details:last-child { border-bottom: 1px solid var(--bs4u-line); }
.faq-list summary { cursor: pointer; padding: 20px 24px; color: #fff; font-weight: 850; text-transform: uppercase; }
.faq-list details[open] summary { color: var(--bs4u-yellow); background: var(--bs4u-panel-2); }
.faq-answer { padding: 0 24px 22px; color: var(--bs4u-muted); }

.cta { position: relative; overflow: hidden; padding: 78px 0; background: var(--bs4u-red); }
.cta::after { content: "BS4U"; position: absolute; right: -20px; top: -42px; color: rgba(255,255,255,.08); font-size: 13rem; font-weight: 950; font-style: italic; line-height: 1; }
.cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta h2 { max-width: 800px; margin: 0; color: #fff; font-size: clamp(2.1rem,4.4vw,4.5rem); line-height: .96; text-transform: uppercase; }
.cta .btn { border-color: #fff; background: #080b0e; box-shadow: 6px 6px 0 rgba(255,255,255,.25); }

.page-hero { padding: 76px 0 58px; border-bottom: 1px solid var(--bs4u-line); background: radial-gradient(circle at 80% 0, rgba(227,6,19,.2), transparent 36%), #0b0f12; }
.content-wrap { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 50px; padding-block: 64px; }
.content-wrap.no-sidebar { display: block; max-width: 900px; }
.entry-content h2, .entry-content h3 { text-transform: uppercase; }
.entry-content h2 { margin-top: 2.2em; font-size: 2rem; }
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content th, .entry-content td { padding: 13px; border: 1px solid var(--bs4u-line); text-align: left; }
.entry-content th { background: var(--bs4u-red); }
.entry-content input, .entry-content textarea, .entry-content select, .woocommerce input, .woocommerce textarea, .woocommerce select { width: 100%; padding: 13px; border: 1px solid #4a555e; border-radius: 0; background: #0a0e11; color: #fff; }
.sidebar-card { margin-bottom: 16px; padding: 22px; border: 1px solid var(--bs4u-line); background: var(--bs4u-panel); }
.sidebar-card h3 { margin-top: 0; text-transform: uppercase; }
.post-card { padding: 26px; border: 1px solid var(--bs4u-line); background: var(--bs4u-panel); }
.post-card + .post-card { margin-top: 18px; }
.post-card h2 { margin-top: 0; text-transform: uppercase; }

.woocommerce .woocommerce-breadcrumb { color: var(--bs4u-muted); }
.woocommerce div.product { padding: 32px; border: 1px solid var(--bs4u-line); background: var(--bs4u-panel); }
.woocommerce div.product .product_title { text-transform: uppercase; }
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price { color: var(--bs4u-yellow); font-weight: 900; }
.woocommerce ul.products li.product { padding: 18px; border: 1px solid var(--bs4u-line); background: var(--bs4u-panel); }
.woocommerce-message, .woocommerce-info { border-top-color: var(--bs4u-green); background: var(--bs4u-panel); color: #fff; }
.woocommerce-error { border-top-color: var(--bs4u-red); background: var(--bs4u-panel); color: #fff; }

.site-footer { border-top: 1px solid var(--bs4u-line); background: #06080a; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 42px; padding-block: 58px; }
.footer-brand { max-width: 380px; }
.footer-brand p, .footer-col a { color: var(--bs4u-muted); }
.footer-col h3 { margin-top: 0; color: #fff; font-size: .86rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 8px; }
.footer-col a { text-decoration: none; font-size: .88rem; }
.copyright { padding: 20px 0; border-top: 1px solid #252c31; color: #89939b; font-size: .78rem; }

@media (max-width: 1020px) {
  .menu-toggle { display: block; }
  .primary-navigation { position: absolute; inset: 100% 0 auto; display: none; padding: 14px 20px 24px; border-bottom: 1px solid var(--bs4u-line); background: #0b0f12; }
  .primary-navigation.is-open { display: block; }
  .primary-menu { display: block; }
  .header-buy { display: none; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-card { width: min(760px, 100%); margin: 0; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .showcase, .showcase.reverse, .pricing-wrap { grid-template-columns: 1fr; }
  .showcase.reverse .showcase-frame { order: -1; }
  .workflow-grid { grid-template-columns: repeat(2,1fr); }
  .workflow-step:nth-child(2) { border-right: 1px solid var(--bs4u-line); }
  .content-wrap { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
}

@media (max-width: 700px) {
  body { font-size: 16px; }
  body.admin-bar .site-header { top: 46px; }
  .container { width: min(calc(100% - 28px), var(--bs4u-max)); }
  .utility-inner { justify-content: center; text-align: center; }
  .utility-inner span:last-child { display: none; }
  .nav-row { min-height: 72px; }
  .brand { min-width: 0; }
  .brand-mark { width: 46px; height: 46px; }
  .brand-copy strong { font-size: .94rem; }
  .brand-copy small { display: none; }
  .hero-grid { padding-block: 60px 72px; gap: 38px; }
  .hero h1 { font-size: clamp(2.8rem,14vw,4.4rem); }
  .hero-actions .btn { width: 100%; }
  .hero-card-foot { grid-template-columns: 1fr; }
  .hero-card-foot span { border-right: 0; border-bottom: 1px solid var(--bs4u-line); }
  .trust-grid, .feature-grid, .workflow-grid, .mini-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--bs4u-line); }
  .section { padding-block: 68px; }
  .section-head, .cta-inner { align-items: flex-start; flex-direction: column; }
  .workflow-step { border-right: 1px solid var(--bs4u-line); border-bottom: 0; }
  .workflow-step:last-child { border-bottom: 1px solid var(--bs4u-line); }
  .price { font-size: 3.7rem; }
  .cta::after { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

