/*
Theme Name: Excavaro Commerce
Theme URI: https://excavaro.com
Author: Excavaro
Description: Custom WooCommerce storefront for Excavaro mini excavators and attachments.
Version: 3.3.2
Requires at least: 6.0
Text Domain: minikubota
*/

:root {
  --mk-primary: #0d9488;
  --mk-primary-dark: #0f766e;
  --mk-secondary: #0b1220;
  --mk-accent: #f59e0b;
  --mk-bg: #f4f7f7;
  --mk-surface: #ffffff;
  --mk-text: #0f172a;
  --mk-muted: #64748b;
  --mk-border: #e2e8f0;
  --mk-radius: 14px;
  --mk-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  color: var(--mk-text);
  background: var(--mk-bg);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(1200px, calc(100% - 2rem)); margin: 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--mk-border);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: .9rem 0;
}
.brand {
  display: flex; align-items: center; gap: .75rem;
  font-weight: 800; letter-spacing: -.02em; font-size: 1.15rem;
}
.brand img, .brand .custom-logo, .brand .excavaro-logo {
  height: 64px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
}
.footer-brand .footer-logo-img,
.footer-brand img {
  height: 72px !important;
  width: auto !important;
  max-width: 280px;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  display: block;
}
.brand-mark {
  width: 40px; height: 40px; border-radius: 10px;
  background: linear-gradient(135deg, var(--mk-primary), var(--mk-secondary));
  display: grid; place-items: center; color: #fff; font-weight: 800;
}
.nav { display: flex; gap: 1.25rem; align-items: center; flex-wrap: wrap; }
.nav a { color: var(--mk-muted); font-weight: 600; font-size: .95rem; }
.nav a:hover { color: var(--mk-primary); }
.header-cta {
  background: var(--mk-primary); color: #fff !important;
  padding: .65rem 1rem; border-radius: 999px; font-weight: 700;
}
.header-cta:hover { background: var(--mk-primary-dark); }

.announcement {
  background: var(--mk-secondary); color: #fff; text-align: center;
  padding: .55rem 1rem; font-size: .9rem; font-weight: 600;
}

.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(13,148,136,.28), transparent 35%),
    radial-gradient(circle at 85% 10%, rgba(245,158,11,.18), transparent 30%),
    linear-gradient(160deg, #0b1220 0%, #123047 55%, #0d9488 140%);
  color: #fff; padding: 5rem 0 4.5rem;
}
.hero-grid {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 2rem; align-items: center;
}
.hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1.05; letter-spacing: -.03em; margin: 0 0 1rem;
}
.hero p { color: rgba(255,255,255,.82); font-size: 1.1rem; max-width: 34rem; }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.6rem; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .85rem 1.25rem; border-radius: 999px; font-weight: 700; border: 0; cursor: pointer;
}
.btn-primary { background: var(--mk-primary); color: #fff; }
.btn-primary:hover { background: var(--mk-primary-dark); }
.btn-ghost { background: rgba(255,255,255,.1); color: #fff; border: 1px solid rgba(255,255,255,.25); }
.hero-card {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px; padding: 1.2rem; box-shadow: var(--mk-shadow);
}
.hero-card img { width: 100%; border-radius: 16px; aspect-ratio: 4/3; object-fit: cover; }
.hero-card .price { color: #5eead4; }

.section { padding: 3.5rem 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin-bottom: 1.5rem; }
.section-head h2 { margin: 0; font-size: clamp(1.6rem, 3vw, 2.2rem); letter-spacing: -.02em; }
.section-head p { margin: .35rem 0 0; color: var(--mk-muted); }

.trust-bar {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
  margin-top: -2rem; position: relative; z-index: 2;
}
.trust-item {
  background: var(--mk-surface); border: 1px solid var(--mk-border);
  border-radius: var(--mk-radius); padding: 1.1rem 1.15rem; box-shadow: var(--mk-shadow);
  text-align: center;
}
.trust-item strong { display: block; font-size: 1.05rem; margin-bottom: .25rem; }
.trust-item span { color: var(--mk-muted); font-size: .9rem; }

.cat-grid, .product-grid {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.cat-card, .product-card {
  background: var(--mk-surface); border: 1px solid var(--mk-border);
  border-radius: var(--mk-radius); overflow: hidden; box-shadow: var(--mk-shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}
.cat-card:hover, .product-card:hover { transform: translateY(-3px); box-shadow: 0 22px 45px rgba(15,23,42,.12); }
.cat-card { padding: 1.25rem; min-height: 140px; display: flex; flex-direction: column; justify-content: space-between;
  background: linear-gradient(145deg, #fff, #eefcf9); }
.cat-card strong { font-size: 1.15rem; }
.cat-card span { color: var(--mk-primary); font-weight: 700; font-size: .9rem; }

.product-card .thumb { aspect-ratio: 4/3; background: #eef2f7; overflow: hidden; }
.product-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-card .body { padding: 1rem 1rem 1.15rem; }
.product-card h3 { margin: 0 0 .4rem; font-size: 1rem; line-height: 1.35; min-height: 2.7em; }
.price { color: var(--mk-primary-dark); font-weight: 800; font-size: 1.05rem; }
.price del { color: var(--mk-muted); font-weight: 600; margin-right: .4rem; }

/* Promo banner - PreciseBolt style */
.promo-banner {
  background: #0d9488;
  color: #fff;
  text-align: center;
  padding: 2.75rem 1.25rem;
  margin: 0;
}
.promo-banner h2 {
  margin: 0 0 .65rem;
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.promo-banner p {
  margin: 0 auto .95rem;
  max-width: 640px;
  font-size: 1rem;
  color: rgba(255,255,255,.92);
  line-height: 1.5;
}
.promo-banner a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Featured products tighter PreciseBolt cards */
.product-grid {
  display: grid; gap: 1.25rem;
  grid-template-columns: repeat(4, 1fr);
}
.product-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
  transition: box-shadow .2s ease, transform .2s ease;
}
.product-card:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(15,23,42,.1); }
.product-card .thumb {
  aspect-ratio: 1 / 1;
  background: #f5f5f5;
  overflow: hidden;
}
.product-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-card .body { padding: 1rem 1.05rem 1.15rem; }
.product-card h3 {
  margin: 0 0 .65rem;
  font-size: .95rem;
  line-height: 1.35;
  min-height: 2.6em;
  font-weight: 700;
  color: #111;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card .price {
  color: #0f766e;
  font-weight: 700;
  font-size: 1.05rem;
}
.product-card .price del { color: #999; font-weight: 500; margin-right: .35rem; font-size: .9rem; }

/* Testimonials - PreciseBolt match */
.testimonials-section {
  background: #fff;
  padding: 4rem 0 3.5rem;
  border: 0;
}
.testimonials-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 2.25rem;
}
.testimonials-head h2 {
  margin: 0 0 .75rem;
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #111;
}
.testimonials-head p {
  margin: 0;
  color: #6b7280;
  font-size: 1.05rem;
  line-height: 1.55;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.testimonial-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.35rem 1.35rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: .85rem;
  box-shadow: none;
}
.testimonial-card .stars {
  color: #f5a623;
  font-size: 1.05rem;
  letter-spacing: 2px;
  line-height: 1;
}
.testimonial-card blockquote {
  margin: 0;
  color: #1f2937;
  font-size: .98rem;
  line-height: 1.65;
  flex: 1;
}
.testimonial-photos {
  display: flex;
  gap: .55rem;
}
.testimonial-photos img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #eee;
  background: #f3f4f6;
}
.testimonial-foot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: .75rem;
  margin-top: .15rem;
  padding-top: .15rem;
}
.testimonial-foot strong {
  display: block;
  font-size: .95rem;
  color: #111;
  font-weight: 700;
}
.testimonial-foot .product-line {
  display: block;
  color: #9ca3af;
  font-size: .8rem;
  margin-top: .15rem;
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.testimonial-foot .date {
  color: #9ca3af;
  font-size: .85rem;
  white-space: nowrap;
}
.reviews-cta {
  text-align: center;
  margin-top: 1.75rem;
}
.reviews-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  color: #111;
  font-weight: 600;
  padding: .7rem 1.35rem;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
}
.reviews-cta a:hover { background: #e5e7eb; }

.lead-band {
  background: var(--mk-secondary); color: #fff; border-radius: 22px; padding: 2rem;
  display: grid; grid-template-columns: 1.2fr .8fr; gap: 1.5rem; align-items: center;
}
.lead-band h2 { margin: 0 0 .5rem; }
.lead-band p { margin: 0; color: rgba(255,255,255,.78); }
.lead-form { display: grid; gap: .7rem; }
.lead-form input, .lead-form textarea, .lead-form select {
  width: 100%; border: 0; border-radius: 10px; padding: .8rem .9rem; font: inherit;
}
.lead-form button { background: var(--mk-primary); color: #fff; border: 0; border-radius: 10px; padding: .85rem 1rem; font-weight: 700; cursor: pointer; }

.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.how-card {
  background: var(--mk-surface); border: 1px solid var(--mk-border);
  border-radius: var(--mk-radius); padding: 1.35rem; box-shadow: var(--mk-shadow);
}
.how-num {
  width: 36px; height: 36px; border-radius: 10px; background: #ecfdf8; color: var(--mk-primary-dark);
  display: grid; place-items: center; font-weight: 800; margin-bottom: .8rem;
}
.how-card h3 { margin: 0 0 .4rem; font-size: 1.1rem; }
.how-card p { margin: 0; color: var(--mk-muted); }


.page-hero { background: var(--mk-secondary); color: #fff; padding: 2.5rem 0; margin-bottom: 2rem; }
.page-hero h1 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.5rem); }

.woocommerce span.onsale { background: var(--mk-accent); }
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: var(--mk-primary); color: #fff; border-radius: 999px; font-weight: 700;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background: var(--mk-primary-dark);
}

/* Single Product */
.mk-product-page { padding: 1.5rem 0 3.5rem; }
.mk-breadcrumbs {
  display: flex; flex-wrap: wrap; gap: .45rem; align-items: center;
  color: var(--mk-muted); font-size: .88rem; margin: 0 0 1.25rem;
}
.mk-breadcrumbs a:hover { color: var(--mk-primary); }
.mk-breadcrumbs span:last-child { color: var(--mk-text); font-weight: 600; max-width: 42ch; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.mk-product-hero {
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 2rem;
  align-items: start; margin-bottom: 2.5rem;
}
.mk-gallery {
  background: var(--mk-surface); border: 1px solid var(--mk-border);
  border-radius: 22px; padding: 1rem; box-shadow: var(--mk-shadow);
  position: sticky; top: 92px;
}
.mk-gallery-main {
  position: relative; border-radius: 16px; overflow: hidden;
  background: linear-gradient(180deg, #eef3f6, #f8fafc); aspect-ratio: 1 / 1;
}
.mk-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.mk-badge-sale, .mk-badge-hot {
  position: absolute; top: 14px; left: 14px;
  background: var(--mk-accent); color: #111; font-weight: 800;
  font-size: .75rem; padding: .35rem .65rem; border-radius: 999px;
  letter-spacing: .02em; text-transform: uppercase;
}
.mk-badge-hot { left: auto; right: 14px; background: var(--mk-primary); color: #fff; }
.mk-gallery-thumbs {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  gap: .55rem; margin-top: .85rem;
}
.mk-thumb {
  border: 2px solid transparent; border-radius: 12px; overflow: hidden;
  padding: 0; background: #eef2f7; cursor: pointer; aspect-ratio: 1;
}
.mk-thumb img { width: 100%; height: 100%; object-fit: cover; }
.mk-thumb.is-active, .mk-thumb:hover { border-color: var(--mk-primary); }

.mk-buybox {
  background: var(--mk-surface); border: 1px solid var(--mk-border);
  border-radius: 22px; padding: 1.4rem 1.5rem 1.55rem; box-shadow: var(--mk-shadow);
}
.mk-cats { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: .7rem; }
.mk-cats a {
  background: #ecfdf8; color: var(--mk-primary-dark);
  font-size: .75rem; font-weight: 700; padding: .28rem .6rem;
  border-radius: 999px; text-transform: uppercase; letter-spacing: .03em;
}
.mk-title {
  margin: 0 0 .55rem; font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  line-height: 1.15; letter-spacing: -.025em;
}
.mk-subtitle { margin: 0; color: var(--mk-muted); font-size: 1rem; }
.mk-price-row {
  display: flex; justify-content: space-between; align-items: end;
  gap: 1rem; margin: 1.2rem 0 1rem; padding-bottom: 1rem;
  border-bottom: 1px solid var(--mk-border);
}
.mk-price { font-size: 1.85rem; font-weight: 800; color: var(--mk-primary-dark); line-height: 1; }
.mk-price del { font-size: 1rem; color: var(--mk-muted); font-weight: 600; margin-right: .4rem; }
.mk-price ins { text-decoration: none; }
.mk-stock { font-size: .9rem; font-weight: 700; padding: .4rem .7rem; border-radius: 999px; }
.mk-stock.in { background: #ecfdf5; color: #047857; }
.mk-stock.out { background: #fef2f2; color: #b91c1c; }

.mk-trust {
  list-style: none; margin: 0 0 1.2rem; padding: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: .55rem;
}
.mk-trust li {
  background: #f8fafc; border: 1px solid var(--mk-border);
  border-radius: 12px; padding: .7rem .8rem; font-size: .88rem; color: var(--mk-muted);
}
.mk-trust strong { display: block; color: var(--mk-text); font-size: .95rem; margin-bottom: .1rem; }

.mk-actions .cart {
  display: flex !important; flex-wrap: nowrap !important; align-items: stretch !important;
  gap: .65rem !important; margin: 0 0 .7rem !important; width: 100% !important;
}
.mk-actions .cart .quantity {
  flex: 0 0 88px !important; width: 88px !important; margin: 0 !important; float: none !important;
}
.mk-actions .cart .quantity .qty,
.mk-actions .cart .quantity input.qty {
  width: 88px !important; max-width: 88px !important; min-width: 88px !important;
  height: 52px !important; border-radius: 12px !important;
  border: 1px solid var(--mk-border) !important; font-weight: 700 !important;
  font-size: 1rem !important; text-align: center !important; padding: 0 !important;
  box-sizing: border-box !important;
}
.mk-actions .cart .single_add_to_cart_button,
.mk-actions .cart button.single_add_to_cart_button {
  flex: 1 1 auto !important; width: auto !important; min-width: 0 !important;
  height: 52px !important; margin: 0 !important; border-radius: 12px !important;
  background: var(--mk-primary) !important; color: #fff !important;
  font-size: 1rem !important; font-weight: 800 !important; white-space: nowrap !important;
  line-height: 1.2 !important; padding: 0 1.25rem !important; float: none !important;
}
.mk-btn-quote, .mk-btn-outline {
  display: flex; align-items: center; justify-content: center;
  height: 48px; border-radius: 12px; font-weight: 700; margin-top: .55rem;
}
.mk-btn-quote { background: var(--mk-secondary); color: #fff; }
.mk-btn-quote:hover { background: #000; }
.mk-btn-outline { border: 1px solid var(--mk-border); background: #fff; color: var(--mk-text); }
.mk-btn-outline:hover { border-color: var(--mk-primary); color: var(--mk-primary); }

.mk-meta-card {
  margin-top: 1.1rem; display: grid; gap: .65rem;
  padding-top: 1rem; border-top: 1px solid var(--mk-border);
}
.mk-meta-card > div { display: flex; justify-content: space-between; gap: 1rem; font-size: .9rem; }
.mk-meta-card span { color: var(--mk-muted); }
.mk-meta-card strong { text-align: right; }
.mk-meta-card a { color: var(--mk-primary-dark); }

.mk-product-body {
  background: var(--mk-surface); border: 1px solid var(--mk-border);
  border-radius: 22px; box-shadow: var(--mk-shadow); overflow: hidden; margin-bottom: 2.5rem;
}
.mk-tabs {
  display: flex; gap: .25rem; flex-wrap: wrap; padding: .75rem .75rem 0;
  background: #f8fafc; border-bottom: 1px solid var(--mk-border);
}
.mk-tab {
  border: 0; background: transparent; cursor: pointer; font: inherit; font-weight: 700;
  color: var(--mk-muted); padding: .85rem 1rem; border-bottom: 2px solid transparent; margin-bottom: -1px;
}
.mk-tab.is-active { color: var(--mk-primary-dark); border-bottom-color: var(--mk-primary); }
.mk-panels { padding: 1.5rem; }
.mk-panel { display: none; }
.mk-panel.is-active { display: block; }
.mk-richtext { color: #334155; line-height: 1.7; max-width: 900px; }
.mk-richtext img { border-radius: 14px; margin: 1rem 0; }
.mk-feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.mk-feature {
  background: #f8fafc; border: 1px solid var(--mk-border);
  border-radius: 16px; padding: 1.1rem 1.15rem;
}
.mk-feature strong { display: block; margin-bottom: .35rem; font-size: 1.05rem; }
.mk-feature p { margin: 0; color: var(--mk-muted); }
.mk-related { margin-top: .5rem; }
.mk-related .section-head { margin-bottom: 1.25rem; }
.mk-product .woocommerce-product-gallery,
.mk-product .summary.entry-summary,
.mk-product .woocommerce-tabs,
.mk-product .related.products { display: none !important; }

@media (max-width: 980px) {
  .mk-product-hero, .hero-grid, .lead-band, .footer-grid,
  .testimonial-grid, .how-grid, .trust-bar, .testimonial-stats, .mk-feature-grid { grid-template-columns: 1fr; }
  .mk-gallery { position: static; }
  .nav { display: none; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .testimonial-photos img { width: 64px; height: 64px; }
  .trust-bar { margin-top: 1.5rem; }
}


/* Reviews page */
.page-reviews .testimonials-head { margin-bottom: 2.5rem; }
.page-reviews .testimonial-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.promo-banner { background: #0d9488 !important; }
@media (max-width: 980px) {
  .page-reviews .testimonial-grid { grid-template-columns: 1fr; }
}


/* Reviews carousel */
.reviews-slider {
  position: relative;
  padding: 0 2.75rem;
}
.reviews-viewport {
  overflow: hidden;
  width: 100%;
}
.reviews-track.home-reviews {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 20px;
  will-change: transform;
}
.reviews-track .testimonial-card {
  margin: 0;
  height: auto;
  min-height: 100%;
}
.reviews-nav {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 3;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #111;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(15,23,42,.08);
  display: grid;
  place-items: center;
  padding: 0 0 2px;
}
.reviews-nav:hover { border-color: var(--mk-primary); color: var(--mk-primary); }
.reviews-nav:disabled { opacity: .35; cursor: default; }
.reviews-nav.prev { left: 0; }
.reviews-nav.next { right: 0; }
.reviews-dots {
  display: flex;
  justify-content: center;
  gap: .45rem;
  margin-top: 1.35rem;
}
.reviews-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: #d1d5db;
  cursor: pointer;
}
.reviews-dot.is-active {
  background: var(--mk-primary);
  width: 22px;
}
@media (max-width: 700px) {
  .reviews-slider { padding: 0 2.4rem; }
}


/* Excavaro footer */
.excavaro-footer {
  background: #121212;
  color: rgba(255,255,255,.72);
  padding: 0;
  margin-top: 0;
  border-top: 1px solid #222;
  font-size: .92rem;
}
.excavaro-footer a { color: rgba(255,255,255,.78); text-decoration: none; }
.excavaro-footer a:hover { color: #fff; }
.excavaro-footer .container { padding-top: 2.5rem; padding-bottom: 1.5rem; }

.footer-top {
  display: grid;
  grid-template-columns: minmax(160px, 220px) 1fr;
  gap: 1.5rem 2.5rem;
  align-items: center;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #2a2a2a;
}
.footer-brand img { height: 40px; width: auto; display: block; }
.footer-mission {
  margin: 0;
  max-width: 52rem;
  line-height: 1.6;
  color: rgba(255,255,255,.7);
  font-size: .95rem;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid #2a2a2a;
}
.footer-col h4 {
  margin: 0 0 .9rem;
  color: #fff;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  padding-bottom: .55rem;
}
.footer-col h4::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 22px; height: 2px;
  background: #0d9488;
  border-radius: 2px;
}
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.footer-contact li { color: rgba(255,255,255,.7); line-height: 1.45; }

.footer-trust {
  display: grid;
  grid-template-columns: 1.2fr 1.4fr 1fr;
  gap: 1.5rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid #2a2a2a;
}
.footer-trust-block h4 {
  margin: 0 0 .7rem;
  color: #fff;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 800;
}
.footer-trust-block p {
  margin: 0;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
  font-size: .9rem;
  max-width: 28rem;
}
.footer-badges {
  display: flex;
  flex-direction: column;
  gap: .7rem;
  max-width: 340px;
}
.footer-badge {
  display: flex;
  align-items: center;
  gap: .85rem;
  width: 100%;
  box-sizing: border-box;
  background: #1a1a1a;
  border: 1px solid #3d3d3d;
  border-radius: 10px;
  padding: 1rem 1.15rem;
  color: #ffffff;
  white-space: nowrap;
  min-height: 54px;
}
.footer-badge-icon {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  color: #f97316;
}
.footer-badge-icon svg {
  display: block;
  width: 22px;
  height: 22px;
  color: #f97316;
}
.footer-badge-text {
  color: #ffffff;
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  line-height: 1.25;
}
.footer-payments {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  align-items: center;
}
.pay-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 0;
}
.pay-pill svg {
  display: block;
  border-radius: 4px;
}

.footer-bottom { padding-top: 1.15rem; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 1.1rem; margin-bottom: .65rem; }
.footer-legal a { color: rgba(255,255,255,.55); font-size: .85rem; }
.footer-legal a:hover { color: #fff; }
.excavaro-footer .copyright {
  margin: 0;
  border: 0;
  padding: 0;
  font-size: .82rem;
  color: rgba(255,255,255,.45);
}

@media (max-width: 980px) {
  .footer-top, .footer-links, .footer-trust { grid-template-columns: 1fr; }
  .footer-top { align-items: start; }
}


/* ===== Excavaro shop cards + topbar ===== */
.ex-topbar {
  background: #1a1a1a;
  color: #fff;
  font-size: .88rem;
  font-weight: 600;
}
.ex-topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .45rem 0;
}
.ex-topbar a { color: #fff; }
.ex-topbar-track { color: #0d9488 !important; font-weight: 700; }
.ex-topbar-track:hover { color: #14b8a6 !important; }

.site-header .nav a {
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: .78rem;
  font-weight: 700;
  color: #111;
}
.ex-header-tools { display: flex; align-items: center; gap: .75rem; margin-left: .5rem; }
.ex-tool-cart {
  position: relative;
  color: #111;
  display: grid;
  place-items: center;
}
.ex-cart-count {
  position: absolute;
  top: -6px; right: -8px;
  background: #0d9488;
  color: #fff;
  font-size: .65rem;
  font-weight: 800;
  min-width: 16px;
  height: 16px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  padding: 0 3px;
}

.brand .excavaro-logo {
  height: 42px !important;
  max-width: 200px !important;
}

.ex-shop-page { padding: 1.75rem 0 3rem; background: #fff; }
.ex-shop-header { margin-bottom: .35rem; }
.ex-shop-title {
  margin: 0;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #111;
}
.ex-shop-desc {
  max-width: 48rem;
  margin: .85rem 0 1.25rem;
  color: var(--mk-muted);
  font-size: 1rem;
  line-height: 1.65;
}
.ex-shop-desc p { margin: 0 0 .75rem; }
.ex-shop-desc a { color: var(--mk-primary-dark); font-weight: 600; }
.ex-shop-desc a:hover { text-decoration: underline; }
.woocommerce .woocommerce-result-count {
  color: #9ca3af;
  font-size: .9rem;
  margin: 0;
}
.woocommerce .woocommerce-ordering {
  margin: 0 0 1.25rem;
}
.woocommerce .woocommerce-ordering select {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: .55rem .9rem;
  font: inherit;
  background: #fff;
}
.woocommerce-products-header__title { display: none; }

.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.15rem;
  margin: 0 !important;
  padding: 0;
  list-style: none;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product,
.woocommerce ul.products li.ex-product-card {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 2px rgba(0,0,0,.03);
  padding: 0 !important;
}
.ex-card-media { position: relative; background: #f5f5f5; }
.ex-card-image { display: block; position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.ex-card-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  margin: 0 !important;
}
.ex-sale-badge {
  position: absolute;
  top: 10px; left: 10px;
  z-index: 2;
  background: #dc2626;
  color: #fff;
  font-size: .75rem;
  font-weight: 800;
  padding: .28rem .5rem;
  border-radius: 6px;
  line-height: 1;
}
.ex-card-body {
  padding: .9rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: .65rem;
  flex: 1;
}
.ex-card-title {
  margin: 0 !important;
  font-size: .82rem !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: .02em;
  min-height: 3.3em;
}
.ex-card-title a { color: #111; }
.ex-card-price {
  margin-top: auto;
  font-size: 1.15rem;
  font-weight: 800;
  color: #0d9488;
  line-height: 1.2;
}
.ex-card-price del {
  display: block;
  font-size: .85rem;
  color: #9ca3af;
  font-weight: 500;
  margin-bottom: .15rem;
}
.ex-card-price ins { text-decoration: none; color: #0d9488; }
.ex-add-to-cart,
a.ex-add-to-cart,
.woocommerce ul.products li.product .ex-add-to-cart,
.woocommerce a.button.ex-add-to-cart {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  width: 100%;
  background: #0d9488 !important;
  color: #fff !important;
  border-radius: 10px !important;
  padding: .85rem 1rem !important;
  font-weight: 800 !important;
  font-size: .82rem !important;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 0 !important;
  text-align: center;
  line-height: 1.2 !important;
}
.ex-add-to-cart:hover { background: #0f766e !important; color: #fff !important; }
.ex-cart-ico { font-size: 1rem; line-height: 1; }
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale { display: none !important; }
.woocommerce ul.products li.product .button:not(.ex-add-to-cart) { display: none; }
.woocommerce ul.products li.product .price { display: none; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { display: none; }

.page-hero {
  background: transparent !important;
  color: #111 !important;
  padding: 1.5rem 0 0 !important;
  margin: 0 !important;
}
.page-hero h1 {
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 800;
}

.track-order-page .track-card {
  max-width: 520px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 1.5rem;
  box-shadow: 0 10px 30px rgba(15,23,42,.06);
}
.track-form { display: grid; gap: .85rem; margin-top: 1rem; }
.track-form label { display: grid; gap: .35rem; font-weight: 700; font-size: .9rem; }
.track-form input {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: .75rem .9rem;
  font: inherit;
}
.track-error {
  margin-top: 1rem;
  background: #fef2f2;
  color: #b91c1c;
  padding: .75rem 1rem;
  border-radius: 10px;
}
.track-result {
  margin-top: 1.25rem;
  border-top: 1px solid #e5e7eb;
  padding-top: 1rem;
}
.track-result h2 { margin: 0 0 .75rem; }
.track-result ul { margin: .5rem 0 0; padding-left: 1.1rem; }

@media (max-width: 1100px) {
  .woocommerce ul.products { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 800px) {
  .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
  .nav { display: none; }
}
@media (max-width: 520px) {
  .woocommerce ul.products { grid-template-columns: 1fr; }
}


/* Content pages (Financing, etc.) */
.ex-content-page {
  background: #fff;
  padding: 1.5rem 0 4rem;
  color: #111;
}
.ex-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  align-items: center;
  color: #9ca3af;
  font-size: .88rem;
  margin-bottom: 1.25rem;
}
.ex-breadcrumbs a { color: #9ca3af; }
.ex-breadcrumbs a:hover { color: #0d9488; }
.ex-page-head { margin-bottom: 1.25rem; }
.ex-page-head h1 {
  margin: 0 0 .7rem;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #111;
}
.ex-accent-line {
  display: block;
  width: 48px;
  height: 3px;
  background: #0d9488;
  border-radius: 2px;
}
.ex-lead {
  max-width: 46rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #374151;
  margin: 0 0 2.25rem;
}
.ex-content-block { margin-bottom: 2rem; max-width: 46rem; }
.ex-content-block h2 {
  margin: 0 0 .85rem;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #111;
}
.ex-content-block p {
  margin: 0;
  color: #374151;
  line-height: 1.7;
  font-size: 1.02rem;
}
.ex-steps {
  margin: 0;
  padding-left: 1.25rem;
  color: #374151;
  line-height: 1.75;
  font-size: 1.02rem;
}
.ex-steps li { margin-bottom: .55rem; }
.ex-financing-contact {
  margin: 2.5rem 0 0;
  max-width: 46rem;
  color: #374151;
  font-size: 1.02rem;
  line-height: 1.7;
}
.ex-financing-contact a {
  color: #0d9488;
  font-weight: 700;
}
.ex-financing-contact a:hover { color: #0f766e; }

.ex-bullets {
  margin: .9rem 0 0;
  padding-left: 1.25rem;
  color: #374151;
  line-height: 1.75;
  font-size: 1.02rem;
}
.ex-bullets li { margin-bottom: .4rem; }
.ex-content-block a { color: #0d9488; font-weight: 700; }
.ex-content-block a:hover { color: #0f766e; }


/* ===== Homepage v2.9 (Excavro-inspired) ===== */
.ex-kicker {
  margin: 0 0 .4rem;
  color: #0d9488;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ex-hero-carousel {
  background: linear-gradient(135deg, #0b1220 0%, #0f766e 55%, #134e4a 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.ex-hero-slide { display: none; padding: 3.25rem 0 1.75rem; }
.ex-hero-slide.is-active { display: block; animation: exFade .45s ease; }
@keyframes exFade { from { opacity: .35; } to { opacity: 1; } }
.ex-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 2.5rem;
  align-items: center;
}
.ex-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: rgba(13,148,136,.18);
  border: 1px solid rgba(94,234,212,.35);
  color: #5eead4;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .35rem .7rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}
.ex-hero-copy h1 {
  margin: 0 0 .85rem;
  font-size: clamp(2rem, 4.2vw, 3.15rem);
  line-height: 1.05;
  letter-spacing: -.02em;
  max-width: 12ch;
}
.ex-hero-copy > p {
  margin: 0;
  color: rgba(255,255,255,.78);
  line-height: 1.6;
  max-width: 36rem;
  font-size: 1.02rem;
}
.ex-hero-specs {
  list-style: none;
  margin: 1.35rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65rem;
}
.ex-hero-specs li {
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  padding: .75rem .85rem;
}
.ex-hero-specs strong { display: block; font-size: 1.05rem; color: #fff; }
.ex-hero-specs span {
  color: rgba(255,255,255,.6);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 700;
}
.ex-hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.ex-hero-actions .btn-primary {
  background: #0d9488;
  border-color: #0d9488;
  color: #fff;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  padding: .85rem 1.25rem;
}
.ex-hero-actions .btn-ghost {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,.55);
  color: #fff;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  padding: .85rem 1.25rem;
}
.ex-hero-actions .btn-ghost:hover { background: rgba(255,255,255,.08); }
.ex-hero-specs-link {
  display: inline-block;
  margin-top: .95rem;
  color: #5eead4;
  font-weight: 700;
  font-size: .95rem;
}

/* Light product stage — matches excavro, hides white image boxes */
.ex-hero-visual {
  position: relative;
  background: linear-gradient(180deg, #f3f4f6 0%, #e8eaed 100%);
  border-radius: 18px;
  min-height: 420px;
  padding: 2.25rem 1.5rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 24px 50px rgba(0,0,0,.28);
}
.ex-hero-visual-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  background: #0d9488;
  color: #fff;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .35rem .65rem;
  border-radius: 7px;
}
.ex-hero-visual-frame {
  width: 100%;
  max-width: 520px;
  aspect-ratio: 4/3;
  display: grid;
  place-items: center;
}
.ex-hero-visual-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  /* Blend white photo backgrounds into the light stage */
  mix-blend-mode: multiply;
  filter: contrast(1.05);
}
.ex-hero-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .85rem;
  padding: .5rem 0 1.5rem;
}
.ex-hero-prev, .ex-hero-next {
  width: 36px; height: 36px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.08);
  color: #fff; font-size: 1.25rem; cursor: pointer; line-height: 1;
}
.ex-hero-prev:hover, .ex-hero-next:hover { background: rgba(255,255,255,.16); }
.ex-hero-dots { display: flex; gap: .4rem; }
.ex-hero-dot {
  width: 8px; height: 8px; border-radius: 999px;
  background: rgba(255,255,255,.35); border: 0; padding: 0; cursor: pointer;
}
.ex-hero-dot.is-active { width: 22px; background: #0d9488; }

.ex-trust-strip {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 1.1rem 0;
}
.ex-trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  text-align: center;
}
.ex-trust-row strong { display: block; font-size: .95rem; color: #111; }
.ex-trust-row span { color: #6b7280; font-size: .85rem; }

.ex-class-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.ex-class-card {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 0;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15,23,42,.05);
  min-height: 220px;
}
.ex-class-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 220px;
  background: #f3f4f6;
}
.ex-class-card > div { padding: 1.35rem 1.4rem; display: flex; flex-direction: column; justify-content: center; }
.ex-class-card h3 { margin: 0 0 .5rem; font-size: 1.35rem; }
.ex-class-card p { margin: 0 0 1rem; color: #6b7280; line-height: 1.55; }
.ex-class-card span { color: #0d9488; font-weight: 800; }

.ex-home-products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 1.15rem !important;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.ex-home-products::before, .ex-home-products::after { display: none !important; }

.ex-specialist {
  background: #0b1220;
  color: #fff;
  padding: 3rem 0;
}
.ex-specialist-grid {
  display: grid;
  grid-template-columns: 1.4fr .8fr;
  gap: 1.5rem;
  align-items: center;
}
.ex-specialist h2 { margin: 0 0 .6rem; font-size: clamp(1.6rem, 3vw, 2.2rem); }
.ex-specialist p { margin: 0; color: rgba(255,255,255,.75); max-width: 36rem; line-height: 1.6; }
.ex-specialist-actions { display: grid; gap: .7rem; }
.btn-outline-dark {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .85rem 1.25rem; border-radius: 999px; font-weight: 700;
  border: 1px solid rgba(255,255,255,.3); color: #fff; background: transparent;
}
.btn-outline-dark:hover { border-color: #fff; }

.ex-faq-list { display: grid; gap: .65rem; }
.ex-faq-item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
}
.ex-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 1.15rem;
  font-weight: 700;
  color: #111;
}
.ex-faq-item summary::-webkit-details-marker { display: none; }
.ex-faq-item summary::after {
  content: "+";
  float: right;
  color: #0d9488;
  font-weight: 800;
}
.ex-faq-item[open] summary::after { content: "–"; }
.ex-faq-a {
  padding: 0 1.15rem 1.1rem;
  color: #4b5563;
  line-height: 1.65;
}
.ex-faq-home { background: #f8fafc; }

.ex-final-cta {
  background: linear-gradient(160deg, #0b1220, #0f766e);
  color: #fff;
  text-align: center;
  padding: 3.5rem 0;
}
.ex-final-cta h2 { margin: 0 0 .6rem; font-size: clamp(1.6rem, 3vw, 2.3rem); }
.ex-final-cta p { margin: 0 auto 1.4rem; max-width: 34rem; color: rgba(255,255,255,.8); }

@media (max-width: 980px) {
  .ex-hero-grid, .ex-class-grid, .ex-specialist-grid, .ex-trust-row { grid-template-columns: 1fr; }
  .ex-class-card { grid-template-columns: 1fr; }
  .ex-class-card img { min-height: 180px; aspect-ratio: 16/9; }
  .ex-home-products { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 560px) {
  .ex-home-products { grid-template-columns: 1fr !important; }
}


/* Homepage completeness pass */
.section-head.centered { justify-content: center; text-align: center; }
.section-head.centered > div { max-width: 640px; margin: 0 auto; }

.ex-trust-icons .ex-trust-row { text-align: left; }
.ex-trust-item {
  display: flex;
  align-items: center;
  gap: .75rem;
  justify-content: flex-start;
}
.ex-trust-ico {
  width: 44px; height: 44px; border-radius: 999px;
  background: #ecfdf8; color: #0d9488;
  display: grid; place-items: center; flex-shrink: 0;
}
.ex-trust-item strong { font-size: .9rem; }
.ex-trust-item span { font-size: .8rem; }

.ex-class-card-lg {
  grid-template-columns: 1fr !important;
  min-height: 0;
}
.ex-class-media { position: relative; aspect-ratio: 16/10; background: #f3f4f6; }
.ex-class-media img:not(.ex-class-brand) { width: 100%; height: 100%; object-fit: cover; min-height: 0 !important; }
.ex-class-tag {
  position: absolute; top: 12px; left: 12px;
  background: rgba(255,255,255,.92); color: #111;
  font-size: .7rem; font-weight: 800; letter-spacing: .06em;
  text-transform: uppercase; padding: .3rem .55rem; border-radius: 6px;
}
.ex-class-copy { padding: 1.2rem 1.25rem 1.35rem !important; }

.ex-newbie {
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 3rem 0;
}
.ex-newbie-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 1.5rem;
  align-items: center;
}
.ex-newbie h2 { margin: 0 0 .6rem; font-size: clamp(1.5rem, 3vw, 2.1rem); }
.ex-newbie > .container > .ex-newbie-grid > div > p { color: #6b7280; line-height: 1.6; margin: 0 0 1.2rem; max-width: 34rem; }
.ex-newbie-card {
  background: #0b1220; color: #fff; border-radius: 16px; padding: 1.4rem 1.5rem;
}
.ex-newbie-card h3 { margin: 0 0 .8rem; }
.ex-newbie-card ul { margin: 0; padding-left: 1.1rem; color: rgba(255,255,255,.8); line-height: 1.7; }

.ex-guides { background: #fff; }
.ex-guides-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}
.ex-guide-card {
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  padding: 1.25rem 1.3rem;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15,23,42,.04);
  display: flex; flex-direction: column; gap: .55rem;
}
.ex-guide-cat {
  color: #0d9488; font-size: .72rem; font-weight: 800;
  letter-spacing: .06em; text-transform: uppercase;
}
.ex-guide-card h3 {
  margin: 0; font-size: 1.05rem; line-height: 1.35; color: #111;
}
.ex-guide-card p { margin: 0; color: #6b7280; line-height: 1.55; flex: 1; font-size: .95rem; }
.ex-guide-date { color: #9ca3af; font-size: .82rem; }

.ex-partners {
  background: #f8fafc;
  padding: 2.75rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.ex-partners h2 {
  margin: 0 0 1.4rem;
  font-size: clamp(1.2rem, 2.5vw, 1.55rem);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 800;
  color: #111;
}
.ex-partners-track {
  display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem 1.25rem;
}
.ex-partner-logo {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 110px; height: 44px; padding: 0 1rem;
  border: 1px solid #e5e7eb; border-radius: 8px; background: #fff;
  color: #9ca3af; font-weight: 800; letter-spacing: .04em;
  text-transform: uppercase; font-size: .78rem;
}

.brand .excavaro-logo { height: 48px !important; max-width: 240px !important; }

@media (max-width: 980px) {
  .ex-newbie-grid, .ex-guides-grid { grid-template-columns: 1fr; }
}


/* Product card specs (excavro-style) */
.ex-featured-badge {
  position: absolute; top: 12px; left: 12px;
  background: #0d9488; color: #fff;
  font-size: .68rem; font-weight: 800; letter-spacing: .05em;
  text-transform: uppercase; padding: .28rem .55rem; border-radius: 6px;
  z-index: 2;
}
.ex-sale-badge { z-index: 3; }
.ex-card-image { position: relative; display: block; }
.ex-card-specs {
  list-style: none; margin: .65rem 0 .85rem; padding: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: .45rem .55rem;
}
.ex-card-specs li {
  background: #f8fafc; border: 1px solid #eef2f7; border-radius: 8px;
  padding: .4rem .5rem; display: flex; flex-direction: column; gap: .1rem;
}
.ex-card-specs strong { font-size: .82rem; color: #111; line-height: 1.2; }
.ex-card-specs span {
  font-size: .68rem; color: #6b7280; text-transform: uppercase;
  letter-spacing: .04em; font-weight: 700;
}


/* Clean sale pricing */
.ex-card-price, .price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .35rem .55rem;
}
.ex-card-price del, .price del {
  order: 1;
  color: #9ca3af;
  font-size: .9rem;
  text-decoration: line-through;
  opacity: 1;
}
.ex-card-price ins, .price ins {
  order: 2;
  text-decoration: none !important;
  background: transparent;
}
.ex-card-price .woocommerce-Price-amount, .price .woocommerce-Price-amount {
  font-weight: 800;
  color: #111;
  font-size: 1.15rem;
}
.ex-card-price del .woocommerce-Price-amount,
.price del .woocommerce-Price-amount {
  font-weight: 600;
  color: #9ca3af;
  font-size: .9rem;
}
.ex-card-price .woocommerce-Price-currencySymbol,
.price .woocommerce-Price-currencySymbol {
  margin-right: .05em;
}


/* Excavro-style class cards + partners */
.ex-partners-inline {
  background: transparent;
  border: 0;
  padding: 0 0 2.25rem;
  margin: 0 0 .25rem;
  text-align: center;
}
.ex-partners-inline h3 {
  margin: 0 0 1.1rem;
  font-size: .95rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 800;
  color: #111;
}
.ex-partners-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem 2rem;
}
.ex-partner-logo {
  height: 36px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  opacity: .7;
  filter: grayscale(1);
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  min-width: 0 !important;
}
.ex-class-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.35rem;
}
.ex-class-card.ex-class-card-lg {
  display: flex;
  flex-direction: column;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.ex-class-card.ex-class-card-lg:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(15,23,42,.08);
}
.ex-class-media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #e5e7eb;
  overflow: hidden;
}
.ex-class-media img:not(.ex-class-brand) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ex-class-media-contain {
  background: #eceff3;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}
.ex-class-media-contain img:not(.ex-class-brand) {
  object-fit: contain;
  mix-blend-mode: multiply;
  max-height: 100%;
}
.ex-class-brand {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 108px;
  height: auto;
  z-index: 2;
  opacity: .92;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.15));
}
.ex-class-copy {
  padding: 1.35rem 1.4rem 1.5rem !important;
  background: #f3f4f6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .55rem;
}
.ex-class-copy h3 {
  margin: 0;
  font-size: 1.15rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 800;
  color: #111;
}
.ex-class-copy p {
  margin: 0;
  color: #6b7280;
  line-height: 1.55;
  font-size: .95rem;
}
.ex-class-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: .55rem;
  background: #0d9488;
  color: #fff !important;
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .7rem 1.15rem;
  border-radius: 8px;
}
.ex-class-card:hover .ex-class-btn { background: #0f766e; }

@media (max-width: 900px) {
  .ex-class-grid { grid-template-columns: 1fr; }
}


/* ===== Featured machines (excavro-style) ===== */
.ex-featured-sec { padding-top: 1rem; padding-bottom: 3rem; background: #fff; }
.ex-featured-head { justify-content: center; text-align: center; margin-bottom: 1.75rem; }
.ex-featured-head > div { max-width: 640px; margin: 0 auto; }
.ex-featured-head h2 {
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}
.ex-view-all-wrap { display: flex; justify-content: center; margin-top: 1.75rem; }
.ex-view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(420px, 100%);
  padding: .95rem 1.5rem;
  background: #f3f4f6;
  color: #111 !important;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .85rem;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}
.ex-view-all:hover { background: #e5e7eb; }

.woocommerce ul.products.columns-4.ex-home-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.15rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce ul.products li.ex-product-card {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(15,23,42,.05);
  display: flex;
  flex-direction: column;
}
.ex-card-media { background: #111; }
.ex-card-image {
  display: block;
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: linear-gradient(180deg, #1a1a1a 0%, #2a2a2a 100%);
}
.ex-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8%;
  mix-blend-mode: normal;
}
.ex-sale-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  background: #dc2626;
  color: #fff;
  font-size: .7rem;
  font-weight: 800;
  padding: .28rem .5rem;
  border-radius: 6px;
}
.ex-featured-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  left: auto;
  z-index: 2;
  background: #0d9488;
  color: #fff;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: .28rem .55rem;
  border-radius: 6px;
}
.ex-card-body {
  padding: 1rem 1.05rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: .55rem;
  flex: 1;
}
.ex-card-title {
  margin: 0;
  font-size: .92rem;
  line-height: 1.3;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
  min-height: 2.6em;
}
.ex-card-title a { color: #111; text-decoration: none; }
.ex-card-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .35rem .55rem;
  margin: 0;
}
.ex-card-price del {
  color: #9ca3af;
  font-size: .88rem;
  text-decoration: line-through;
  order: 1;
}
.ex-card-price del .woocommerce-Price-amount { color: #9ca3af; font-weight: 600; font-size: .88rem; }
.ex-card-price ins {
  text-decoration: none !important;
  background: none;
  order: 2;
}
.ex-card-price .woocommerce-Price-amount {
  font-weight: 800;
  font-size: 1.2rem;
  color: #111;
}
.ex-card-price ins .woocommerce-Price-amount {
  color: #dc2626;
}
.ex-card-specs {
  list-style: none;
  margin: .15rem 0 .35rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .25rem;
}
.ex-card-specs li {
  background: transparent;
  border: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .2rem;
  text-align: center;
}
.ex-spec-ico { color: #9ca3af; display: grid; place-items: center; }
.ex-spec-val {
  font-size: .68rem;
  font-weight: 700;
  color: #4b5563;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}
.ex-card-actions { margin-top: auto; }
.ex-add-to-cart,
a.ex-add-to-cart,
.woocommerce ul.products li.product .ex-add-to-cart,
.woocommerce a.button.ex-add-to-cart {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  width: 100%;
  background: #0d9488 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 8px !important;
  font-weight: 800 !important;
  font-size: .78rem !important;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .85rem .75rem !important;
  text-decoration: none !important;
}
.ex-add-to-cart:hover { background: #0f766e !important; }
.ex-cart-svg { flex-shrink: 0; }

/* Split specialist / newbie CTA */
.ex-split-cta { padding: 0; }
.ex-split-cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 220px;
}
.ex-split-dark, .ex-split-light {
  display: block;
  padding: 2.75rem clamp(1.5rem, 4vw, 3.5rem);
  text-decoration: none;
  transition: filter .2s ease;
}
.ex-split-dark:hover, .ex-split-light:hover { filter: brightness(1.03); }
.ex-split-dark {
  background: #0b1220;
  color: #fff;
}
.ex-split-dark .ex-kicker { color: #5eead4; }
.ex-split-dark h2 {
  margin: .35rem 0 .7rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
}
.ex-split-dark p { color: rgba(255,255,255,.7); margin: 0 0 1rem; line-height: 1.55; max-width: 34rem; }
.ex-split-dark .ex-split-link { color: #5eead4; font-weight: 800; }
.ex-split-light {
  background: #f3f4f6;
  color: #111;
}
.ex-split-light .ex-kicker { color: #0d9488; }
.ex-split-light h2 {
  margin: .35rem 0 .7rem;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
}
.ex-split-light p { color: #6b7280; margin: 0 0 1rem; line-height: 1.55; max-width: 34rem; }
.ex-split-light .ex-split-link { color: #0d9488; font-weight: 800; }

@media (max-width: 1100px) {
  .woocommerce ul.products.columns-4.ex-home-products { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .woocommerce ul.products.columns-4.ex-home-products { grid-template-columns: 1fr; }
  .ex-split-cta-grid { grid-template-columns: 1fr; }
  .ex-card-specs { grid-template-columns: repeat(2, 1fr); gap: .4rem; }
}

/* Split CTA buttons + excavro reviews */
.ex-split-cta { padding: 0; }
.ex-split-cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 260px;
}
.ex-split-dark, .ex-split-light {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.85rem clamp(1.5rem, 4vw, 3.5rem);
}
.ex-split-dark {
  background: radial-gradient(ellipse at 90% 0%, rgba(13,148,136,.28), transparent 55%), #0b1220;
  color: #fff;
}
.ex-split-dark .ex-kicker { color: #5eead4; margin: 0 0 .4rem; }
.ex-split-dark h2 {
  margin: 0 0 .75rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
}
.ex-split-dark p { color: rgba(255,255,255,.72); margin: 0 0 1.35rem; line-height: 1.55; max-width: 34rem; }
.ex-split-light {
  background: #f3f4f6;
  color: #111;
}
.ex-split-light .ex-kicker { color: #0d9488; margin: 0 0 .4rem; }
.ex-split-light h2 {
  margin: 0 0 .75rem;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
}
.ex-split-light p { color: #6b7280; margin: 0 0 1.35rem; line-height: 1.55; max-width: 34rem; }
.ex-split-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .85rem 1.25rem;
  border-radius: 8px;
  font-weight: 800;
  font-size: .8rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none !important;
  margin-top: auto;
}
.ex-split-btn-solid {
  background: #0d9488;
  color: #fff !important;
  border: 1px solid #0d9488;
}
.ex-split-btn-solid:hover { background: #0f766e; }
.ex-split-btn-outline {
  background: #fff;
  color: #111 !important;
  border: 1.5px solid #111;
}
.ex-split-btn-outline:hover { background: #111; color: #fff !important; }

.ex-reviews-home {
  background: #f3f4f6 !important;
  padding: 3.5rem 0 !important;
}
.ex-reviews-home .testimonials-head h2 {
  text-transform: uppercase;
  letter-spacing: .02em;
  margin-bottom: 0;
}
.ex-reviews-home .testimonials-head { margin-bottom: 2.25rem; }
.ex-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem 2rem;
}
.ex-review-card {
  position: relative;
  background: transparent;
  border: 0;
  border-top: 3px solid #0d9488;
  padding: 1.35rem 0 0;
  box-shadow: none;
  border-radius: 0;
}
.ex-review-quote {
  position: absolute;
  top: 1.1rem;
  right: 0;
  font-size: 4.5rem;
  line-height: 1;
  color: rgba(13,148,136,.22);
  font-family: Georgia, serif;
  pointer-events: none;
}
.ex-review-card .stars {
  color: #0d9488;
  letter-spacing: .12em;
  font-size: 1rem;
  margin: 0 0 .85rem;
}
.ex-review-card blockquote {
  margin: 0 0 1.25rem;
  padding: 0;
  border: 0;
  color: #1f2937;
  font-size: 1.02rem;
  line-height: 1.65;
  font-style: normal;
  quotes: none;
}
.ex-review-by strong {
  display: block;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: .92rem;
  color: #111;
  margin-bottom: .2rem;
}
.ex-review-by span {
  display: block;
  color: #6b7280;
  font-size: .9rem;
}
.ex-reviews-home .reviews-cta { margin-top: 2rem; }

@media (max-width: 900px) {
  .ex-split-cta-grid, .ex-reviews-grid { grid-template-columns: 1fr; }
}


/* Class cards: small corner mark + clean photos + logo marquee */
.ex-class-media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #e8eaed;
  overflow: hidden;
}
.ex-class-media img:not(.ex-class-brand) {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center;
  display: block;
}
.ex-class-media-contain {
  background: #eceff3;
  padding: 0 !important;
}
.ex-class-media-contain img:not(.ex-class-brand) {
  object-fit: cover !important;
  mix-blend-mode: normal !important;
  padding: 0 !important;
}
.ex-class-media img.ex-class-brand,
img.ex-class-brand {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  width: 118px !important;
  height: auto !important;
  max-width: 118px !important;
  max-height: 32px !important;
  object-fit: contain !important;
  z-index: 3 !important;
  opacity: .95;
  background: rgba(255,255,255,.88);
  border-radius: 6px;
  padding: 4px 8px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
  filter: none;
}

.ex-partners-inline {
  overflow: hidden;
  padding: .25rem 0 2rem;
}
.ex-partners-marquee {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.ex-partners-marquee .ex-partners-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 2.75rem;
  width: max-content;
  animation: exPartnerSlide 32s linear infinite;
}
.ex-partners-marquee:hover .ex-partners-track { animation-play-state: paused; }
@keyframes exPartnerSlide {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.ex-partner-logo {
  height: 34px !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  opacity: .75;
  filter: grayscale(1);
  flex-shrink: 0;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}


/* Product archive pagination */
.woocommerce nav.woocommerce-pagination {
  margin: 2.75rem 0 1rem;
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  margin: 0;
  border: 0;
  float: none;
  display: inline-flex;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a.page-numbers,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 46px;
  padding: 0 .95rem;
  margin: 0;
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  color: #111;
  font-size: .95rem;
  font-weight: 800;
  letter-spacing: .02em;
  text-decoration: none;
  line-height: 1;
  box-shadow: 0 1px 2px rgba(15,23,42,.04);
  transition: background .15s ease, border-color .15s ease, color .15s ease, transform .15s ease;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li a.page-numbers:hover {
  border-color: #0d9488;
  color: #0d9488;
  background: #f0fdfa;
  transform: translateY(-1px);
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li span.page-numbers.current,
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background: #0d9488;
  border-color: #0d9488;
  color: #fff;
  box-shadow: 0 8px 18px rgba(13,148,136,.28);
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.prev,
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.next {
  font-size: 1.15rem;
  min-width: 46px;
  padding: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.dots {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  color: #9ca3af;
  min-width: 28px;
  padding: 0;
}


/* ===== Side cart drawer (excavro-style) ===== */
html.ex-side-cart-open, html.ex-side-cart-open body { overflow: hidden; }
.ex-side-cart {
  position: fixed;
  inset: 0;
  z-index: 10050;
  pointer-events: none;
  visibility: hidden;
}
.ex-side-cart.is-open {
  pointer-events: auto;
  visibility: visible;
}
.ex-side-cart-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15,23,42,.45);
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity .25s ease;
}
.ex-side-cart.is-open .ex-side-cart-backdrop { opacity: 1; }
.ex-side-cart-drawer {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: min(420px, 100%);
  background: #fff;
  box-shadow: -16px 0 40px rgba(0,0,0,.18);
  transform: translateX(104%);
  transition: transform .28s cubic-bezier(.2,.8,.2,1);
  display: flex;
  flex-direction: column;
}
.ex-side-cart.is-open .ex-side-cart-drawer { transform: translateX(0); }
.ex-side-cart-fragment, .ex-side-cart-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}
.ex-side-cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  border-bottom: 1px solid #eee;
}
.ex-side-cart-title { display: flex; align-items: center; gap: .6rem; }
.ex-side-cart-title h2 {
  margin: 0;
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 800;
}
.ex-side-cart-count {
  background: #f3f4f6;
  color: #6b7280;
  font-size: .75rem;
  font-weight: 700;
  padding: .2rem .55rem;
  border-radius: 999px;
}
.ex-side-cart-close {
  width: 36px; height: 36px;
  border: 0; background: transparent;
  font-size: 1.6rem; line-height: 1;
  cursor: pointer; color: #111; border-radius: 8px;
}
.ex-side-cart-close:hover { background: #f3f4f6; }
.ex-side-cart-promo {
  display: flex;
  align-items: center;
  gap: .55rem;
  background: #0b1220;
  color: #fff;
  padding: .7rem 1.25rem;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.ex-side-cart-body {
  flex: 1;
  overflow: auto;
  padding: 1rem 1.25rem;
  min-height: 0;
}
.ex-side-cart-empty { text-align: center; padding: 2.5rem 1rem; color: #6b7280; }
.ex-side-cart-shop {
  display: inline-flex; margin-top: 1rem;
  color: #0d9488; font-weight: 800; text-transform: uppercase; font-size: .8rem;
}
.ex-side-cart-items { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.1rem; }
.ex-side-cart-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: .85rem;
  align-items: start;
}
.ex-side-cart-img {
  display: block; width: 72px; height: 72px;
  border-radius: 10px; overflow: hidden; background: #f3f4f6;
}
.ex-side-cart-img img { width: 100%; height: 100%; object-fit: cover; }
.ex-side-cart-meta { min-width: 0; }
.ex-side-cart-row { display: flex; align-items: flex-start; justify-content: space-between; gap: .5rem; }
.ex-side-cart-row-bottom { align-items: center; margin-top: .55rem; }
.ex-side-cart-name {
  color: #111; font-weight: 800; font-size: .9rem; line-height: 1.3;
  text-decoration: none; text-transform: none;
}
.ex-side-cart-remove {
  border: 0; background: transparent; color: #9ca3af; cursor: pointer; padding: 2px;
}
.ex-side-cart-remove:hover { color: #dc2626; }
.ex-side-cart-qty {
  display: inline-flex; align-items: center;
  border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden;
}
.ex-side-cart-qty button {
  width: 30px; height: 30px; border: 0; background: #fff;
  cursor: pointer; font-size: 1rem; color: #111;
}
.ex-side-cart-qty button:hover { background: #f3f4f6; }
.ex-qty-val {
  min-width: 28px; text-align: center; font-weight: 800; font-size: .9rem;
}
.ex-side-cart-price { font-weight: 800; color: #111; white-space: nowrap; }
.ex-side-cart-foot {
  border-top: 1px solid #eee;
  padding: 1.15rem 1.25rem 1.35rem;
  background: #fff;
}
.ex-side-cart-sub {
  display: flex; justify-content: space-between; align-items: baseline;
  font-weight: 800; text-transform: uppercase; letter-spacing: .04em;
  font-size: .85rem;
}
.ex-side-cart-subtotal { font-size: 1.35rem; letter-spacing: 0; text-transform: none; }
.ex-side-cart-note { margin: .35rem 0 1rem; color: #9ca3af; font-size: .8rem; }
.ex-side-cart-checkout {
  display: flex; align-items: center; justify-content: center; gap: .45rem;
  width: 100%; background: #0d9488; color: #fff !important;
  font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  font-size: .85rem; padding: 1rem; border-radius: 10px; text-decoration: none !important;
  margin-bottom: .55rem;
}
.ex-side-cart-checkout:hover { background: #0f766e; }
.ex-side-cart-view {
  display: flex; align-items: center; justify-content: center;
  width: 100%; background: #fff; color: #111 !important;
  border: 1.5px solid #111; font-weight: 800; letter-spacing: .06em;
  text-transform: uppercase; font-size: .85rem; padding: .9rem; border-radius: 10px;
  text-decoration: none !important;
}
.ex-side-cart-view:hover { background: #111; color: #fff !important; }
.ex-side-cart-trust {
  margin-top: 1rem; background: #f3f4f6; border-radius: 12px; padding: 1rem 1.05rem;
}
.ex-side-cart-trust ul {
  margin: 0 0 .9rem; padding: 0; list-style: none;
  display: grid; gap: .4rem;
}
.ex-side-cart-trust li {
  position: relative; padding-left: 1.35rem;
  color: #374151; font-size: .84rem; line-height: 1.4;
}
.ex-side-cart-trust li::before {
  content: "✓";
  position: absolute; left: 0; top: 0;
  color: #0d9488; font-weight: 800;
}
.ex-side-cart-help {
  margin: 0 0 .55rem; font-size: .72rem; font-weight: 800;
  letter-spacing: .06em; text-transform: uppercase; color: #6b7280;
}
.ex-side-cart-help-btns { display: grid; gap: .4rem; }
.ex-side-cart-help-btns a {
  display: flex; align-items: center; justify-content: center;
  background: #fff; border: 1px solid #e5e7eb; border-radius: 999px;
  padding: .55rem .8rem; color: #111; font-size: .82rem; font-weight: 700;
  text-decoration: none;
}
.ex-side-cart-help-btns a:hover { border-color: #0d9488; color: #0d9488; }

/* Added-to-cart button state on product cards */
.ex-add-to-cart.ex-added,
a.ex-add-to-cart.ex-added,
.woocommerce a.button.ex-add-to-cart.ex-added {
  background: #d1fae5 !important;
  color: #065f46 !important;
  border: 1px solid #6ee7b7 !important;
}
.ex-add-to-cart.ex-added:hover { background: #a7f3d0 !important; }
/* Hide Woo default View cart link under loop buttons */
.woocommerce ul.products li.product .added_to_cart.wc-forward,
.ex-card-actions .added_to_cart.wc-forward,
a.added_to_cart.wc-forward {
  display: none !important;
}
.ex-cart-count:empty,
.ex-tool-cart .ex-cart-count {
  position: absolute; top: -6px; right: -8px;
  background: #0d9488; color: #fff; font-size: .65rem; font-weight: 800;
  min-width: 18px; height: 18px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0 4px;
}
.ex-tool-cart { position: relative; }






/* ===== Checkout (excavro-style) ===== */
body.woocommerce-checkout,
body.woocommerce-checkout .ex-checkout-page { background: #fff; }
.ex-checkout-page { max-width: none; padding: 0; margin: 0; }
.ex-checkout-page > .woocommerce { max-width: none; margin: 0; padding: 0; }
body.woocommerce-checkout .page-hero { display: none !important; }

.ex-checkout {
  max-width: 1040px;
  margin: 0 auto;
  padding: 1.5rem 1.15rem 3.5rem;
}
.ex-checkout-head { margin: 0 0 1.35rem; }
.ex-checkout-head h1 {
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2.1rem);
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #111;
  line-height: 1;
}
.ex-checkout-head .ex-accent-line {
  display: block;
  width: 36px;
  height: 3px;
  background: #0d9488;
  margin-top: .45rem;
  border-radius: 2px;
}
.ex-checkout-notices:empty { display: none; }
.ex-checkout-notices .woocommerce-message,
.ex-checkout-notices .woocommerce-info,
.ex-checkout-notices .woocommerce-error {
  border-radius: 8px;
  border: 1px solid #e5e7eb !important;
  background: #f8fafc !important;
  padding: .65rem .85rem;
  margin: 0 0 1rem;
  font-size: .9rem;
}
.ex-checkout-notices .woocommerce-message::before,
.ex-checkout-notices .woocommerce-info::before { display: none; }

.ex-checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .78fr);
  gap: 2rem;
  align-items: start;
}
.ex-checkout-aside {
  position: sticky;
  top: 1rem;
  background: #f3f4f6;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  padding: 1.05rem 1.1rem 1.15rem;
}
.ex-checkout-summary-title {
  margin: 0 0 .9rem !important;
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: #111;
}
.ex-checkout-section-title,
.ex-checkout .woocommerce-billing-fields > h3 {
  margin: 0 0 .7rem !important;
  font-size: .78rem !important;
  font-weight: 800 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  color: #111;
}
.ex-checkout-address-title { margin-top: 1.35rem !important; }

.ex-checkout-section + .ex-checkout-section,
.ex-checkout-payment-wrap {
  margin-top: 1.35rem;
  padding-top: 1.25rem;
  border-top: 1px solid #eee;
}

/* Hide shipping/login leftovers */
body.woocommerce-checkout .woocommerce-form-login-toggle,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields,
.ex-checkout-page > .woocommerce > .woocommerce-form-coupon-toggle,
.ex-checkout #ship-to-different-address { display: none !important; }

.ex-checkout-guest-note {
  margin: .15rem 0 0;
  color: #9ca3af;
  font-size: .8rem;
}

/* Compact fields */
.ex-checkout .woocommerce form .form-row,
.ex-checkout form .form-row {
  margin: 0 0 .55rem !important;
  padding: 0 !important;
  float: none;
}
.ex-checkout .form-row-wide { width: 100% !important; clear: both; }
.ex-checkout .form-row-first,
.ex-checkout .form-row-last {
  width: calc(50% - .35rem) !important;
  display: inline-block;
  vertical-align: top;
}
.ex-checkout .form-row-first { margin-right: .7rem !important; }
.ex-checkout .form-row label {
  font-size: .72rem !important;
  font-weight: 700;
  color: #6b7280;
  margin-bottom: .22rem !important;
  line-height: 1.2;
}
.ex-checkout .form-row label .required,
.ex-checkout .required { color: #0d9488 !important; }
.ex-checkout .form-row input.input-text,
.ex-checkout .form-row textarea,
.ex-checkout .form-row select,
.ex-checkout .select2-container .select2-selection--single {
  background: #fff !important;
  border: 1px solid #d1d5db !important;
  border-radius: 8px !important;
  min-height: 42px !important;
  height: 42px !important;
  padding: .45rem .7rem !important;
  font-size: .88rem !important;
  color: #111 !important;
  box-shadow: none !important;
  width: 100%;
  line-height: 1.3 !important;
}
.ex-checkout .form-row textarea { height: auto !important; min-height: 72px !important; }
.ex-checkout .select2-container { width: 100% !important; }
.ex-checkout .select2-container .select2-selection--single {
  display: flex !important;
  align-items: center;
}
.ex-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 !important;
  line-height: 1.3 !important;
  color: #111 !important;
  font-size: .88rem !important;
}
.ex-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px !important;
}
.ex-checkout .form-row input.input-text:focus,
.ex-checkout .form-row select:focus {
  border-color: #0d9488 !important;
  box-shadow: 0 0 0 2px rgba(13,148,136,.12) !important;
  outline: none;
}

/* Payment compact */
.ex-checkout #payment {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}
.ex-checkout #payment ul.payment_methods {
  list-style: none;
  margin: 0 0 .85rem;
  padding: 0;
  border: 0 !important;
}
.ex-checkout #payment ul.payment_methods > li {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: .7rem .85rem;
  margin: 0 0 .4rem;
  background: #fff;
  font-size: .9rem;
}
.ex-checkout #payment div.payment_box {
  background: #f8fafc !important;
  border-radius: 6px;
  margin: .5rem 0 0;
  padding: .65rem .75rem;
  color: #4b5563;
  font-size: .82rem;
}
.ex-checkout #payment div.payment_box::before { display: none !important; }
.ex-checkout #place_order {
  width: 100%;
  background: #0d9488 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 8px !important;
  font-weight: 800 !important;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .82rem !important;
  padding: .85rem 1rem !important;
  margin-top: .25rem;
}
.ex-checkout #place_order:hover { background: #0f766e !important; }

/* Order summary — excavro product row */
.ex-checkout-summary table.shop_table {
  border: 0 !important;
  margin: 0;
  background: transparent;
  font-size: .88rem;
}
.ex-checkout-summary table.shop_table th,
.ex-checkout-summary table.shop_table td {
  border: 0 !important;
  padding: .45rem 0 !important;
  background: transparent !important;
}
.ex-checkout-summary table.shop_table thead { display: none; }
.ex-checkout-summary .cart_item td.product-name {
  width: 100%;
  padding: .35rem 0 .75rem !important;
  border-bottom: 1px solid #e5e7eb !important;
}
.ex-checkout-summary .cart_item td.product-total {
  display: none !important; /* price shown inside item copy */
}
.ex-checkout-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: .7rem;
  align-items: start;
}
.ex-checkout-item-media {
  position: relative;
  width: 56px;
  height: 56px;
}
.ex-checkout-item-thumb {
  width: 56px !important;
  height: 56px !important;
  object-fit: cover;
  border-radius: 8px;
  background: #e5e7eb;
  display: block;
}
.ex-checkout-item-qty {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #111;
  color: #fff;
  font-size: .62rem;
  font-weight: 800;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ex-checkout-item-copy {
  display: flex;
  flex-direction: column;
  gap: .12rem;
  min-width: 0;
}
.ex-checkout-item-title {
  font-weight: 800;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: #111;
  line-height: 1.25;
}
.ex-checkout-item-price {
  font-weight: 700;
  font-size: .88rem;
  color: #111;
}
.ex-checkout-item-price del {
  color: #9ca3af;
  font-weight: 600;
  font-size: .78rem;
  margin-right: .3rem;
}
.ex-checkout-item-price ins {
  text-decoration: none;
  color: #0d9488;
  background: none;
}
.ex-checkout-item-desc {
  color: #6b7280;
  font-size: .75rem;
  line-height: 1.35;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}
.ex-checkout-summary .product-quantity { display: none !important; }

.ex-checkout-summary tfoot th {
  font-weight: 600;
  color: #6b7280;
  text-align: left;
  font-size: .82rem;
}
.ex-checkout-summary tfoot td {
  text-align: right;
  font-weight: 700;
  font-size: .88rem;
}
.ex-checkout-summary tfoot .woocommerce-shipping-methods {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.ex-checkout-summary tfoot .woocommerce-shipping-methods li {
  margin: 0;
  font-weight: 700;
  color: #111;
}
.ex-checkout-summary tfoot tr.order-total th,
.ex-checkout-summary tfoot tr.order-total td {
  border-top: 1px solid #d1d5db !important;
  padding-top: .75rem !important;
  font-size: .95rem;
  color: #111;
  font-weight: 800;
  text-transform: uppercase;
}
.ex-checkout-summary #payment { display: none !important; }

.ex-checkout-coupon-wrap { margin: 0 0 .65rem; }
.ex-checkout-coupon-wrap .woocommerce-form-coupon-toggle .woocommerce-info {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #0d9488 !important;
  font-weight: 800;
  font-size: .82rem;
  cursor: pointer;
}
.ex-checkout-coupon-wrap .woocommerce-form-coupon-toggle .woocommerce-info::before { display: none; }
.ex-coupon-chevron { font-size: .7rem; }
.ex-checkout-coupon-wrap .checkout_coupon {
  border: 0; padding: .55rem 0 0; margin: 0; background: transparent;
}
.ex-checkout-coupon-wrap .checkout_coupon .form-row-first,
.ex-checkout-coupon-wrap .checkout_coupon .form-row-last {
  width: 100% !important; display: block; margin: 0 0 .4rem !important;
}
.ex-checkout-coupon-wrap .checkout_coupon button.button {
  width: 100%;
  background: #111 !important;
  color: #fff !important;
  border-radius: 7px !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: .75rem !important;
  padding: .6rem !important;
}

@media (max-width: 900px) {
  .ex-checkout-grid { grid-template-columns: 1fr; gap: 1.35rem; }
  .ex-checkout-aside { position: static; order: -1; }
  .ex-checkout .form-row-first,
  .ex-checkout .form-row-last {
    width: 100% !important;
    display: block;
    margin-right: 0 !important;
  }
}


/* Excavro: less fields — apartment collapsed */
.ex-checkout .ex-apt-field.is-collapsed { display: none !important; }
.ex-checkout .ex-apt-toggle {
  display: inline-block;
  margin: -.15rem 0 .65rem;
  padding: 0;
  border: 0;
  background: none;
  color: #0d9488;
  font-size: .82rem;
  font-weight: 700;
  cursor: pointer;
  text-align: left;
}
.ex-checkout .ex-apt-toggle:hover { text-decoration: underline; }

/* Even denser billing like excavro */
.ex-checkout .woocommerce-billing-fields__field-wrapper {
  display: block;
}
.ex-checkout #billing_address_1_field { margin-bottom: .25rem !important; }
