/* FabEquipmentPro Homepage Styles */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --gold:#EAB308;--gold-dark:#c99a07;--gold-light:#fef3c7;--slate:#475569;
  --dark:#0a1628;--darker:#060e1a;--navy:#014B8F;
  --body-text:#767676;--heading:#1a1a2e;--white:#ffffff;--light-bg:#f5f6f8;
  --card-bg:#0d1f3c;--border:#e8e9ec;
  --font-heading:'Urbanist',sans-serif;--font-body:'Hind',sans-serif;
}
html{scroll-behavior:smooth}
body{font-family:var(--font-body);color:var(--body-text);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
.container{max-width:1280px;margin:0 auto;padding:0 24px}

/* ── ANNOUNCEMENT BAR ── */
.announce{background:var(--gold);color:var(--dark);text-align:center;padding:10px 16px;font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}
.announce span{margin:0 12px;opacity:.35}

/* ── HEADER ── */
.header{background:var(--dark);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.06)}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;max-width:1380px;margin:0 auto}
.logo svg{height:32px;width:auto}
.nav{display:flex;gap:24px;align-items:center}
.nav a{color:rgba(255,255,255,.7);font-size:13px;font-weight:600;letter-spacing:.4px;text-transform:uppercase;font-family:var(--font-body);transition:color .2s}
.nav a:hover{color:var(--gold)}
.header-right{display:flex;align-items:center;gap:18px;color:rgba(255,255,255,.8);font-size:14px}
.header-phone{display:flex;align-items:center;gap:8px;font-weight:600;color:var(--white);font-size:13.5px}
.header-phone .ph-icon{width:16px;height:16px;color:var(--gold)}
.header-icons{display:flex;gap:14px;align-items:center}
.header-icons a{color:rgba(255,255,255,.6);transition:color .2s;display:flex}
.header-icons a:hover{color:var(--gold)}
.hi{width:20px;height:20px}

/* ── ICON SYSTEM ── */
.icon{display:inline-block;width:24px;height:24px;vertical-align:middle}

/* ── HERO ── */
.hero{position:relative;min-height:620px;display:flex;align-items:center;overflow:hidden;background:var(--dark)}
.hero-bg{position:absolute;inset:0;background-position:center;background-size:cover;opacity:.3}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(10,22,40,.93) 0%,rgba(10,22,40,.55) 60%,rgba(10,22,40,.88) 100%)}
.hero-accent{position:absolute;left:0;top:0;width:5px;height:100%;background:var(--gold)}
.hero-content{position:relative;z-index:2;max-width:700px;padding:80px 0 80px 56px}
.hero-tag{display:inline-block;background:rgba(234,179,8,.12);color:var(--gold);font-size:11.5px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:6px 16px;border:1px solid rgba(234,179,8,.25);margin-bottom:24px}
.hero h1{font-family:var(--font-heading);font-size:clamp(30px,4.2vw,54px);font-weight:800;color:var(--white);line-height:1.08;margin-bottom:20px;letter-spacing:-.5px}
.hero h1 em{font-style:normal;color:var(--gold)}
.hero p{font-size:17px;color:rgba(255,255,255,.6);line-height:1.7;margin-bottom:32px;max-width:560px}
.hero-ctas{display:flex;gap:14px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 28px;font-family:var(--font-body);font-size:14px;font-weight:700;border:2px solid transparent;cursor:pointer;transition:all .25s;text-transform:uppercase;letter-spacing:.6px}
.btn-gold{background:var(--gold);color:var(--dark);border-color:var(--gold)}
.btn-gold:hover{background:var(--gold-dark);border-color:var(--gold-dark);transform:translateY(-1px);box-shadow:0 6px 20px rgba(234,179,8,.25)}
.btn-ghost{background:transparent;color:var(--white);border-color:rgba(255,255,255,.3)}
.btn-ghost:hover{border-color:var(--gold);color:var(--gold)}
.btn-dark{background:var(--dark);color:var(--white);border-color:var(--dark)}
.btn-dark:hover{background:var(--darker);border-color:var(--darker)}
.btn-outline-dark{background:transparent;color:var(--dark);border-color:var(--dark)}
.btn-outline-dark:hover{background:var(--dark);color:var(--white)}
.btn-sm{padding:10px 20px;font-size:12px}

/* ── TRUST BAR ── */
.trust-bar{background:var(--darker);border-top:1px solid rgba(234,179,8,.12);border-bottom:1px solid rgba(255,255,255,.04)}
.trust-bar .container{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{display:flex;align-items:center;gap:14px;padding:24px 20px;border-right:1px solid rgba(255,255,255,.06)}
.trust-item:last-child{border-right:none}
.trust-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgba(234,179,8,.1);border-radius:8px;flex-shrink:0;color:var(--gold)}
.trust-icon svg{width:20px;height:20px}
.trust-label{font-size:14px;font-weight:700;color:var(--white);font-family:var(--font-heading)}
.trust-sub{font-size:12px;color:rgba(255,255,255,.4);margin-top:1px}

/* ── SECTION HEADINGS ── */
.section-heading{text-align:center;margin-bottom:48px}
.section-heading h2{font-family:var(--font-heading);font-size:clamp(26px,3vw,38px);font-weight:800;color:var(--heading);letter-spacing:-.3px}
.section-heading h2.white{color:var(--white)}
.section-heading .accent-line{width:48px;height:3px;background:var(--gold);margin:14px auto 0}
.section-heading p{color:var(--body-text);font-size:15.5px;margin-top:12px;max-width:540px;margin-left:auto;margin-right:auto}
.section-heading p.light{color:rgba(255,255,255,.45)}

/* ── CATEGORIES ── */
.categories{padding:72px 0}
.cat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.cat-card{position:relative;height:320px;overflow:hidden;cursor:pointer;border-radius:4px;background:var(--dark);display:block}
.cat-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s;opacity:.85}
.cat-card:hover img{transform:scale(1.06);opacity:1}
.cat-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(10,22,40,.92) 0%,rgba(10,22,40,.2) 55%,rgba(10,22,40,.1) 100%);transition:background .3s}
.cat-card:hover .cat-card-overlay{background:linear-gradient(to top,rgba(234,179,8,.88) 0%,rgba(10,22,40,.35) 45%,rgba(10,22,40,.1) 100%)}
.cat-card-content{position:absolute;bottom:0;left:0;right:0;padding:22px;z-index:2}
.cat-card h3{font-family:var(--font-heading);font-size:17px;font-weight:700;color:var(--white);margin-bottom:3px}
.cat-card span{font-size:12.5px;color:rgba(255,255,255,.55);font-weight:500}
.cat-card:hover span,.cat-card:hover h3{color:var(--dark)}
.cat-card .cat-arrow{position:absolute;bottom:22px;right:22px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);border-radius:50%;opacity:0;transform:translateX(-6px);transition:all .3s;color:var(--white)}
.cat-card:hover .cat-arrow{opacity:1;transform:translateX(0);background:var(--dark)}

/* ── FEATURED PRODUCTS ── */
.featured{padding:72px 0;background:var(--light-bg)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.product-card{background:var(--white);border-radius:4px;overflow:hidden;border:1px solid var(--border);transition:box-shadow .3s,transform .3s}
.product-card:hover{box-shadow:0 10px 32px rgba(0,0,0,.08);transform:translateY(-3px)}
.product-img{height:220px;background:#ecedf0;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.product-img img{width:100%;height:100%;object-fit:cover}
.product-badge{position:absolute;top:12px;left:12px;background:var(--gold);color:var(--dark);font-size:10.5px;font-weight:700;padding:4px 10px;text-transform:uppercase;letter-spacing:.5px;z-index:2}
.product-info{padding:18px}
.product-cat{font-size:11px;font-weight:600;color:var(--gold);text-transform:uppercase;letter-spacing:.8px;margin-bottom:5px}
.product-info h3{font-family:var(--font-heading);font-size:16px;font-weight:700;color:var(--heading);margin-bottom:10px;line-height:1.3}
.product-specs{list-style:none;margin-bottom:14px}
.product-specs li{font-size:12.5px;color:var(--body-text);padding:2px 0 2px 14px;position:relative;line-height:1.5}
.product-specs li::before{content:'';position:absolute;left:0;top:8px;width:5px;height:5px;background:var(--gold);border-radius:1px;transform:rotate(45deg)}
.product-price{font-family:var(--font-heading);font-size:22px;font-weight:800;color:#1a1a2e;margin-bottom:12px}
.featured .product-card .product-info .product-price,.featured .product-card .product-info .product-price span,.featured .product-card .product-info .product-price .woocommerce-Price-amount,.featured .product-card .product-info .product-price .woocommerce-Price-amount bdi,.featured .product-card .product-info .product-price .amount,.featured .product-price bdi{color:#1a1a2e!important;font-family:'Urbanist',sans-serif!important;font-size:22px!important;font-weight:800!important}
.featured .product-price del,.featured .product-price del span,.featured .product-price del bdi{opacity:.4;font-size:16px!important}
.featured .product-price ins{text-decoration:none}
.product-price small{font-size:12px;font-weight:500;color:var(--body-text);margin-left:4px}
.product-btn{display:block;text-align:center;padding:11px;background:var(--dark);color:var(--white);font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.5px;transition:background .2s}
.product-btn:hover{background:var(--gold);color:var(--dark)}

/* ── BRAND PARTNERS ── */
.partners{padding:56px 0;border-bottom:1px solid var(--border)}
.partners-label{text-align:center;font-size:12px;font-weight:600;color:var(--body-text);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:28px}
.partners-grid{display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap}
.partner{font-family:var(--font-heading);font-weight:800;font-size:20px;color:#bfc3ca;letter-spacing:.5px;transition:color .3s;cursor:default}
.partner:hover{color:var(--heading)}
.partner span{color:var(--gold)}

/* ── HOW IT WORKS ── */
.how-it-works{padding:80px 0;background:var(--white)}
.hiw-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;counter-reset:step}
.hiw-step{text-align:center;position:relative;counter-increment:step}
.hiw-step::before{content:counter(step);display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--gold);color:var(--dark);font-family:var(--font-heading);font-weight:800;font-size:20px;border-radius:50%;margin:0 auto 18px}
.hiw-step h3{font-family:var(--font-heading);font-size:17px;font-weight:700;color:var(--heading);margin-bottom:8px}
.hiw-step p{font-size:14px;color:var(--body-text);line-height:1.6;max-width:240px;margin:0 auto}
.hiw-connector{position:absolute;top:24px;left:calc(50% + 30px);width:calc(100% - 60px);height:2px;background:var(--border)}
.hiw-step:last-child .hiw-connector{display:none}

/* ── WHY SECTION ── */
.why{padding:80px 0;background:var(--dark);position:relative;overflow:hidden}
.why::before{content:'';position:absolute;top:-200px;right:-200px;width:500px;height:500px;background:radial-gradient(circle,rgba(234,179,8,.05) 0%,transparent 70%);pointer-events:none}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:12px}
.why-card{padding:32px;border:1px solid rgba(255,255,255,.07);border-radius:4px;transition:border-color .3s,background .3s}
.why-card:hover{border-color:rgba(234,179,8,.25);background:rgba(255,255,255,.02)}
.why-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(234,179,8,.1);border-radius:8px;margin-bottom:18px;color:var(--gold)}
.why-icon svg{width:24px;height:24px}
.why-card h3{font-family:var(--font-heading);font-size:18px;font-weight:700;color:var(--white);margin-bottom:10px}
.why-card p{font-size:14px;color:rgba(255,255,255,.45);line-height:1.7}

/* ── TESTIMONIALS ── */
.testimonials{padding:72px 0;background:var(--white)}
.test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.test-card{padding:28px;border:1px solid var(--border);border-radius:4px;position:relative}
.test-stars{color:var(--gold);font-size:16px;margin-bottom:12px;letter-spacing:2px}
.test-card blockquote{font-size:14.5px;color:var(--heading);line-height:1.65;margin-bottom:16px;font-style:italic}
.test-author{display:flex;align-items:center;gap:12px}
.test-avatar{width:40px;height:40px;border-radius:50%;background:var(--light-bg);display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:700;font-size:15px;color:var(--slate);flex-shrink:0}
.test-name{font-size:14px;font-weight:700;color:var(--heading);font-family:var(--font-heading)}
.test-role{font-size:12px;color:var(--body-text)}

/* ── FAQ ── */
.faq{padding:72px 0;background:var(--light-bg)}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:960px;margin:0 auto}
.faq-item{background:var(--white);border:1px solid var(--border);border-radius:4px;padding:20px 24px}
.faq-item summary{font-family:var(--font-heading);font-size:15px;font-weight:700;color:var(--heading);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:'+';font-size:20px;color:var(--gold);font-weight:700;transition:transform .2s}
.faq-item[open] summary::after{transform:rotate(45deg)}
.faq-item p{font-size:14px;color:var(--body-text);margin-top:12px;line-height:1.65;padding-right:24px}

/* ── BLOG TEASERS ── */
.blog{padding:72px 0;background:var(--white)}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.blog-card{border:1px solid var(--border);border-radius:4px;overflow:hidden;transition:box-shadow .3s}
.blog-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.06)}
.blog-img{height:180px;background:#ecedf0;overflow:hidden}
.blog-img img{width:100%;height:100%;object-fit:cover}
.blog-body{padding:20px}
.blog-tag{font-size:11px;font-weight:600;color:var(--gold);text-transform:uppercase;letter-spacing:.8px;margin-bottom:6px}
.blog-body h3{font-family:var(--font-heading);font-size:17px;font-weight:700;color:var(--heading);margin-bottom:8px;line-height:1.35}
.blog-body p{font-size:13.5px;color:var(--body-text);line-height:1.6;margin-bottom:12px}
.blog-link{font-size:13px;font-weight:700;color:var(--gold);text-transform:uppercase;letter-spacing:.5px}

/* ── SOCIAL PROOF ── */
.proof{padding:52px 0;background:var(--light-bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.proof-inner{display:flex;align-items:center;justify-content:center;gap:56px;flex-wrap:wrap}
.proof-stat{text-align:center}
.proof-stat .num{font-family:var(--font-heading);font-size:34px;font-weight:800;color:var(--heading)}
.proof-stat .num span{color:var(--gold)}
.proof-stat .label{font-size:12px;color:var(--body-text);text-transform:uppercase;letter-spacing:1px;margin-top:3px}
.proof-divider{width:1px;height:44px;background:#d5d7db}

/* ── CTA BANNER ── */
.cta-banner{background:var(--gold);padding:56px 0;text-align:center;position:relative;overflow:hidden}
.cta-banner::before{content:'';position:absolute;inset:0;background:repeating-linear-gradient(135deg,transparent,transparent 40px,rgba(0,0,0,.025) 40px,rgba(0,0,0,.025) 80px)}
.cta-banner h2{font-family:var(--font-heading);font-size:clamp(26px,3.5vw,40px);font-weight:800;color:var(--dark);margin-bottom:10px;position:relative;z-index:2}
.cta-banner p{font-size:16px;color:rgba(10,22,40,.6);margin-bottom:28px;max-width:480px;margin-left:auto;margin-right:auto;position:relative;z-index:2}
.cta-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;position:relative;z-index:2}

/* ── NEWSLETTER ── */
.newsletter{padding:48px 0;background:var(--dark)}
.newsletter-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}
.newsletter-text h3{font-family:var(--font-heading);font-size:20px;font-weight:700;color:var(--white);margin-bottom:4px}
.newsletter-text p{font-size:14px;color:rgba(255,255,255,.45)}
.newsletter-form{display:flex;gap:8px}
.newsletter-form input{padding:12px 16px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:var(--white);font-family:var(--font-body);font-size:14px;width:280px;outline:none;transition:border-color .2s}
.newsletter-form input::placeholder{color:rgba(255,255,255,.35)}
.newsletter-form input:focus{border-color:var(--gold)}

/* ── FOOTER ── */
.footer{background:var(--darker);padding:56px 0 0;color:rgba(255,255,255,.5)}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.07)}
.footer-col h4{font-family:var(--font-heading);font-size:13px;font-weight:700;color:var(--white);text-transform:uppercase;letter-spacing:1px;margin-bottom:18px}
.footer-col p{font-size:13.5px;line-height:1.7}
.footer-col a{display:block;font-size:13.5px;padding:3px 0;transition:color .2s}
.footer-col a:hover{color:var(--gold)}
.footer-about-logo{margin-bottom:14px}
.footer-about-logo svg{height:26px;width:auto}
.footer-contact-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;font-size:13.5px}
.footer-contact-item svg{width:15px;height:15px;flex-shrink:0;margin-top:3px;color:var(--gold)}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:18px 0;font-size:12px}
.footer-payments{display:flex;gap:8px;align-items:center}
.pay-icon{display:flex;align-items:center;justify-content:center;width:56px;height:36px;background:rgba(255,255,255,.06);border-radius:4px;color:rgba(255,255,255,.4);transition:color .2s,background .2s}
.pay-icon:hover{color:rgba(255,255,255,.65);background:rgba(255,255,255,.1)}
.pay-icon svg{width:38px;height:24px}
.pay-icon.pay-affirm svg{width:42px;height:16px}
.pay-icon.pay-discover svg{width:46px;height:22px}
.pay-icon.pay-wire svg{width:26px;height:20px}

/* ── MOBILE NAV ── */
.mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:4px}
.mobile-toggle svg{width:26px;height:26px;color:var(--white)}

/* ── RESPONSIVE ── */
@media(max-width:1100px){
  .nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--dark);flex-direction:column;padding:16px 24px;gap:12px;border-top:1px solid rgba(255,255,255,.08)}
  .nav.nav-open{display:flex}
  .mobile-toggle{display:block}
  .cat-grid{grid-template-columns:repeat(3,1fr)}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .hiw-grid{grid-template-columns:repeat(2,1fr)}
  .hiw-connector{display:none}
  .test-grid{grid-template-columns:repeat(2,1fr)}
  .blog-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
  .hero-content{padding:56px 24px}.hero{min-height:480px}
  .trust-bar .container{grid-template-columns:repeat(2,1fr)}
  .trust-item{border-bottom:1px solid rgba(255,255,255,.05)}
  .cat-grid{grid-template-columns:repeat(2,1fr)}
  .product-grid,.test-grid,.blog-grid{grid-template-columns:1fr}
  .why-grid,.hiw-grid{grid-template-columns:1fr}
  .faq-grid{grid-template-columns:1fr}
  .proof-inner{gap:28px}.proof-divider{display:none}
  .footer-grid{grid-template-columns:1fr;gap:28px}
  .footer-bottom{flex-direction:column;gap:10px;text-align:center}
  .newsletter-inner{flex-direction:column;text-align:center}
  .newsletter-form input{width:220px}
  .partners-grid{gap:28px}
}
@media(max-width:480px){
  .trust-bar .container{grid-template-columns:1fr}
  .cat-grid{grid-template-columns:1fr}
  .hero h1{font-size:26px}.header-phone{display:none}
}

/* ── ANIMATIONS ── */
.fade-in{opacity:0;transform:translateY(18px);transition:opacity .5s ease,transform .5s ease}
.fade-in.visible{opacity:1;transform:translateY(0)}
