:root {
  --fm-red: #e30613;
  --fm-red-dark: #a90015;
  --fm-gold: #d5bd63;
  --fm-green: #35d785;
  --fm-bg: #030607;
  --fm-card: #111518;
  --fm-card-2: #181d21;
  --fm-border: #343a40;
  --fm-text: #f7f8f9;
  --fm-muted: #a8b0bb;
  --fm-width: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--fm-bg); color: var(--fm-text); }
body.fmshop {
  min-height: 100vh;
  margin: 0;
  color: var(--fm-text);
  background: var(--fm-bg);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }

.fmshop-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  background: linear-gradient(90deg, #ec0015 0%, #d9061b 100%);
  box-shadow: 0 8px 28px rgba(0,0,0,.28);
}
body.admin-bar .fmshop-header { top: 32px; }
.fmshop-header-inner {
  width: min(calc(100% - 32px), 1280px);
  min-height: 78px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 28px;
}
.fmshop-logo { display: inline-flex; align-items: center; width: 130px; }
.fmshop-logo img { display: block; width: 100%; }
.fmshop-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.fmshop-nav-list a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .1em;
}
.fmshop-nav-list a:hover { opacity: .78; }

/* Botón de compra del menú, igual al sitio principal de Fútbol Mundial. */
.fmshop-nav .fmshop-nav-list > li:last-child > a,
.fmshop-nav .fmshop-nav-list a[href*="#pricing"] {
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px 24px !important;
  border: 2px solid #fff !important;
  border-radius: 999px !important;
  color: var(--fm-red) !important;
  background: #fff !important;
  box-shadow: 0 8px 22px rgba(95, 0, 12, .18);
  line-height: 1 !important;
  white-space: nowrap;
  opacity: 1 !important;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.fmshop-nav .fmshop-nav-list > li:last-child > a:hover,
.fmshop-nav .fmshop-nav-list a[href*="#pricing"]:hover,
.fmshop-nav .fmshop-nav-list > li:last-child > a:focus-visible,
.fmshop-nav .fmshop-nav-list a[href*="#pricing"]:focus-visible {
  color: #fff !important;
  background: #0b0f14 !important;
  opacity: 1 !important;
  transform: translateY(-1px);
  border-color: #0b0f14 !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .24);
}
.fmshop-actions { display: flex; align-items: center; gap: 12px; }
.fmshop-language {
  display: flex;
  padding: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
}
.fmshop-language a {
  padding: 5px 10px;
  border-radius: 999px;
  color: rgba(255,255,255,.75);
  text-decoration: none;
  font-size: .75rem;
  font-weight: 800;
}
.fmshop-language a.is-active { color: #fff; background: rgba(255,255,255,.18); }
.fmshop-cart {
  position: relative;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.14);
  text-decoration: none;
}
.fmshop-cart span {
  position: absolute;
  top: -5px;
  right: -2px;
  min-width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  padding: 0 5px;
  border-radius: 999px;
  color: #fff;
  background: #0b0d0f;
  font-size: .65rem;
  font-weight: 900;
}
.fmshop-menu-toggle {
  width: 42px;
  height: 42px;
  display: none;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.14);
}
.fmshop-mobile-nav {
  position: fixed;
  z-index: 999;
  top: 78px;
  right: 0;
  left: 0;
  padding: 16px;
  border-bottom: 1px solid var(--fm-border);
  background: #111518;
}
.fmshop-mobile-nav .fmshop-nav-list { flex-direction: column; gap: 12px; }
.fmshop-mobile-nav .fmshop-nav-list > li:last-child { width: 100%; }
.fmshop-mobile-nav .fmshop-nav-list > li:last-child > a,
.fmshop-mobile-nav .fmshop-nav-list a[href*="#pricing"] {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 2px solid #fff;
  border-radius: 999px;
  color: var(--fm-red);
  background: #fff;
  opacity: 1;
}

.fmshop-presale {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding-bottom: 100px;
}
.fmshop-presale-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    radial-gradient(circle at 15% 12%, rgba(227,6,19,.33), transparent 36%),
    radial-gradient(circle at 88% 18%, rgba(213,189,99,.17), transparent 32%),
    #030607;
  background-size: 64px 64px, 64px 64px, auto, auto, auto;
}
.fmshop-hero,
.fmshop-section-heading,
.fmshop-pricing-grid,
.fmshop-info-grid {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 32px), var(--fm-width));
  margin-inline: auto;
}
.fmshop-hero {
  min-height: 820px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: center;
  gap: clamp(34px, 6vw, 92px);
  padding: 72px 0 58px;
}
.fmshop-kicker {
  display: inline-flex;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #eb071a, #a91225);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .11em;
}
.fmshop-hero h1,
.fmshop-section-heading h2,
.fmshop-info-grid h2,
.fmshop-tier-card h3,
.fmshop-page-shell > h1,
.fmshop-woo-shell .page-title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: .94;
  letter-spacing: -.02em;
}
.fmshop-hero h1 {
  max-width: 700px;
  margin: 28px 0 20px;
  font-size: clamp(4rem, 7.7vw, 7.5rem);
}
.fmshop-lead {
  max-width: 700px;
  color: #d4d8dd;
  font-size: 1.08rem;
}
.fmshop-lead p { margin: 0; }
.fmshop-badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0; }
.fmshop-badges span {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border: 1px solid #454b51;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  font-size: .78rem;
  font-weight: 800;
}
.fmshop-badges i { color: var(--fm-green); }
.fmshop-buybox {
  max-width: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .78fr);
  align-items: center;
  gap: 24px;
  padding: 24px;
  border: 1px solid var(--fm-border);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(19,23,27,.98), rgba(6,9,11,.98));
  box-shadow: 0 25px 70px rgba(0,0,0,.35);
}
.fmshop-buy-copy { display: grid; min-width: 0; }
.fmshop-buy-copy > span {
  color: #9baac0;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .13em;
}
.fmshop-buy-copy strong {
  margin-top: 6px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.35rem;
  line-height: .95;
}
.fmshop-buy-copy em {
  margin-top: 6px;
  color: var(--fm-green);
  font-style: normal;
  font-size: .68rem;
  font-weight: 900;
  line-height: 1.1;
}
.fmshop-buy-copy p { margin: 12px 0 0; color: #c2c8cf; font-size: .82rem; }
.fmshop-hero-visual { display: flex; flex-direction: column; align-items: center; gap: 22px; }
.fmshop-hero-visual > img {
  width: min(435px, 90%);
  max-height: 650px;
  object-fit: contain;
  filter: drop-shadow(0 26px 35px rgba(0,0,0,.68));
  transform: rotate(-1.25deg);
}
.fmshop-price-card {
  width: min(440px, 100%);
  display: grid;
  padding: 18px 22px;
  border: 1px solid rgba(213,189,99,.42);
  border-radius: 18px;
  background: rgba(9,12,14,.96);
  box-shadow: 0 24px 70px rgba(213,189,99,.1);
}
.fmshop-price-card span,
.fmshop-price-card small { color: #9baac0; font-size: .67rem; font-weight: 900; letter-spacing: .12em; }
.fmshop-price-card strong { font-family: "Bebas Neue", sans-serif; font-size: 3.8rem; line-height: 1; }
.fmshop-price-card small { color: var(--fm-gold); }

.fmshop-purchase-form { display: grid; gap: 12px; min-width: 0; }
.fmshop-form-row { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: end; gap: 12px; }
.fmshop-form-row > label { display: grid; gap: 7px; color: #b8c0ca; font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.fmshop-qty {
  width: 124px;
  display: grid;
  grid-template-columns: 36px minmax(46px, 1fr) 36px;
  align-items: center;
  min-height: 54px;
  overflow: hidden;
  border: 1px solid #454b51;
  border-radius: 999px;
  background: #202429;
}
.fmshop-qty button,
.fmshop-qty input {
  width: 100%;
  height: 52px;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  text-align: center;
  font-weight: 900;
}
.fmshop-qty button { cursor: pointer; }
.fmshop-qty input { appearance: textfield; }
.fmshop-qty input::-webkit-inner-spin-button { appearance: none; }
.fmshop-cta,
.fmshop-secondary-cta,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
#place_order {
  min-height: 54px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #ff0b24, #c4001c) !important;
  box-shadow: 0 18px 40px rgba(227,6,19,.28);
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: .75rem !important;
  font-weight: 900 !important;
  letter-spacing: .055em;
  cursor: pointer;
}
.fmshop-secondary-cta {
  border: 1px solid #4d555e !important;
  background: #20262b !important;
  box-shadow: none;
}
.fmshop-live-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-top: 10px;
  border-top: 1px solid #343b41;
  color: #abb5c0;
  font-size: .75rem;
  font-weight: 800;
}
.fmshop-live-total strong { color: #fff; font-size: 1rem; }
.fmshop-live-total small { display: block; color: #8e9aaa; font-size: .68rem; }
.fmshop-config-note { padding: 14px; border-radius: 12px; color: #ffe3ab; background: #3b2a12; }

.fmshop-video-section {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 32px), var(--fm-width));
  margin-inline: auto;
  padding: 58px 0 8px;
}
.fmshop-video-heading { max-width: 760px; margin: 0 auto 30px; text-align: center; }
.fmshop-video-heading h2 {
  margin: 22px 0 12px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3.2rem, 6vw, 5.8rem);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.fmshop-video-heading p { margin: 0; color: #bcc4cd; }
.fmshop-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr));
  gap: 22px;
}
.fmshop-video-card {
  overflow: hidden;
  border: 1px solid var(--fm-border);
  border-radius: 22px;
  background: linear-gradient(150deg, rgba(26,31,35,.98), rgba(10,13,15,.98));
  box-shadow: 0 24px 60px rgba(0,0,0,.22);
}
.fmshop-video-player { background: #000; }
.fmshop-video-player video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: contain;
  background: #000;
}
.fmshop-video-copy { padding: 22px 24px 25px; }
.fmshop-video-copy > span {
  color: var(--fm-gold);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .11em;
}
.fmshop-video-copy h3 {
  margin: 8px 0 10px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.fmshop-video-copy p { margin: 0; color: #c9ced4; }

.fmshop-section-heading { padding: 98px 0 36px; text-align: center; }
.fmshop-section-heading h2 { margin: 22px auto 14px; font-size: clamp(3.2rem, 6vw, 5.8rem); }
.fmshop-section-heading p { max-width: 650px; margin: 0 auto; color: #bcc4cd; }
.fmshop-pricing-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}
.fmshop-tier-card {
  position: relative;
  grid-column: span 2;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 25px;
  border: 1px solid var(--fm-border);
  border-radius: 22px;
  background: linear-gradient(150deg, rgba(26,31,35,.98), rgba(10,13,15,.98));
  box-shadow: 0 24px 60px rgba(0,0,0,.22);
}
.fmshop-tier-card:nth-child(4) { grid-column: 1 / -1; }
.fmshop-tier-card--featured {
  border-color: rgba(213,189,99,.68);
  box-shadow: 0 30px 80px rgba(213,189,99,.11);
}
.fmshop-tier-card--custom { background: linear-gradient(145deg, rgba(65,9,20,.98), rgba(17,10,13,.98)); }
.fmshop-best-value {
  position: absolute;
  top: -13px;
  right: 24px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #171309;
  background: linear-gradient(135deg, #f4df82, #b89735);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .08em;
}
.fmshop-tier-top { flex: 1; }
.fmshop-tier-eyebrow { color: var(--fm-gold); font-size: .7rem; font-weight: 900; letter-spacing: .11em; }
.fmshop-tier-card h3 { margin: 14px 0 18px; font-size: clamp(2.35rem, 4vw, 3.5rem); }
.fmshop-tier-price { display: flex; align-items: baseline; gap: 8px; margin-bottom: 13px; }
.fmshop-tier-price strong { font-family: "Bebas Neue", sans-serif; font-size: 3.1rem; line-height: .9; }
.fmshop-tier-price span { color: #9ca7b3; font-size: .73rem; font-weight: 800; }
.fmshop-tier-reference { color: var(--fm-green) !important; font-weight: 800; }
.fmshop-tier-card p { color: #c1c8d0; font-size: .87rem; }
.fmshop-tier-card blockquote {
  margin: 18px 0 0;
  padding: 12px 15px;
  border-left: 3px solid var(--fm-gold);
  color: #fff;
  background: rgba(255,255,255,.055);
  font-size: .82rem;
  font-weight: 800;
}
.fmshop-tier-card ul { display: grid; gap: 8px; padding: 0; margin: 18px 0 0; list-style: none; }
.fmshop-tier-card li { position: relative; padding-left: 20px; color: #d1d6dc; font-size: .82rem; }
.fmshop-tier-card li::before { content: "✓"; position: absolute; left: 0; color: var(--fm-green); font-weight: 900; }
.fmshop-custom-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  margin: 6px 0 20px;
  border-radius: 20px;
  color: #fff;
  background: rgba(255,255,255,.09);
  font-size: 1.8rem;
}
.fmshop-contact-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

.fmshop-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  padding-top: 110px;
}
.fmshop-info-grid h2 { margin: 22px 0; font-size: clamp(3rem, 6vw, 5.5rem); }
.fmshop-info-grid p { color: #c9ced4; }
.fmshop-info-grid .fmshop-cta { margin-top: 14px; }
.fmshop-steps { display: grid; gap: 14px; align-content: start; }
.fmshop-steps > div {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--fm-border);
  border-radius: 14px;
  background: rgba(255,255,255,.08);
}
.fmshop-steps i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #05120c;
  background: var(--fm-green);
}
.fmshop-steps span { color: #c9ced4; font-size: .88rem; }
.fmshop-steps strong { display: block; margin-bottom: 4px; color: #fff; }
.fmshop-check-payment span { display: grid; gap: 3px; }
.fmshop-check-payment small { display: block; color: #c9ced4; font-size: .82rem; line-height: 1.45; }
.fmshop-check-payment b { display: block; color: #fff; font-size: .92rem; line-height: 1.35; }
.fmshop-check-payment em { color: var(--fm-gold); font-style: normal; font-weight: 800; }

.fmshop-page-shell {
  width: min(calc(100% - 32px), 1180px);
  min-height: 70vh;
  margin: 0 auto;
  padding: 70px 0 90px;
}
.fmshop-page-shell > h1 { margin: 0 0 36px; font-size: clamp(3.4rem, 7vw, 5rem); }
.fmshop-page-shell .entry-content { color: #d2d7dd; }
.fmshop-checkout-shell .woocommerce { width: 100%; }
.fmshop-purchase-notice,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  width: 100%;
  margin: 0 0 28px !important;
  padding: 18px 22px !important;
  border: 1px solid #d70020 !important;
  border-radius: 16px !important;
  color: #4e5968 !important;
  background: #f6f6f7 !important;
  list-style: none !important;
}
.fmshop-purchase-notice { display: flex; gap: 14px; align-items: flex-start; color: #e9edf0 !important; background: #151a1e !important; }
.fmshop-purchase-notice i { margin-top: 4px; color: var(--fm-green); }
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before { display: none !important; }

.woocommerce form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, .95fr);
  gap: 42px;
  align-items: start;
}
.woocommerce form.checkout > .woocommerce-NoticeGroup { grid-column: 1 / -1; }
.woocommerce #customer_details,
.woocommerce #order_review_heading,
.woocommerce #order_review { min-width: 0; }
.woocommerce #customer_details {
  grid-column: 1;
  grid-row: 1 / span 2;
  padding: 22px;
  border: 1px solid var(--fm-border);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(20,24,27,.98), rgba(8,11,13,.98));
}
.woocommerce #order_review_heading {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  padding: 18px;
  border: 1px solid var(--fm-border);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(145deg, #1c2024, #111417);
}
.woocommerce #order_review {
  grid-column: 2;
  grid-row: 2;
  margin-top: -42px;
  padding: 18px;
  border: 1px solid var(--fm-border);
  border-radius: 0 0 18px 18px;
  background: linear-gradient(145deg, rgba(20,24,27,.98), rgba(8,11,13,.98));
  box-shadow: 0 28px 60px rgba(0,0,0,.35);
}
.woocommerce .col2-set,
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 { width: 100%; float: none; }
.woocommerce .woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}
.woocommerce form .form-row,
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce form .form-row-wide { width: auto !important; float: none !important; margin: 0; }
.woocommerce #billing_company_field,
.woocommerce #billing_country_field,
.woocommerce #billing_address_1_field,
.woocommerce #billing_address_2_field,
.woocommerce #billing_email_field { grid-column: 1 / -1; }
.woocommerce form .form-row label { display: block; margin-bottom: 6px; color: #f0f1f3; font-weight: 800; }
.woocommerce form .form-row .optional { color: #8fa0b5; }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .select2-container--default .select2-selection--single {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #d5d8dc;
  border-radius: 11px;
  color: #20262d;
  background: #fff;
}
.woocommerce form .form-row input.input-text::placeholder,
.woocommerce form .form-row textarea::placeholder { color: #75859a; opacity: 1; }
.woocommerce .select2-container .select2-selection--single .select2-selection__rendered { line-height: 22px; padding: 0; }
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow { height: 42px; }
.woocommerce .woocommerce-checkout-review-order-table,
.woocommerce .woocommerce-checkout-review-order-table th,
.woocommerce .woocommerce-checkout-review-order-table td {
  border-color: var(--fm-border) !important;
  color: #eef1f3;
  background: transparent;
}
.woocommerce .woocommerce-checkout-review-order-table {
  overflow: hidden;
  border: 1px solid var(--fm-border);
  border-radius: 14px;
  border-collapse: separate;
  border-spacing: 0;
}
.woocommerce #payment { color: #e9edf0; background: rgba(255,255,255,.06); border-radius: 14px; }
.woocommerce #payment ul.payment_methods { border-bottom-color: var(--fm-border); }
.woocommerce #payment div.payment_box { color: #fff; background: #20252a; }
.woocommerce #payment div.payment_box::before { border-bottom-color: #20252a; }
.woocommerce #place_order { width: 100%; margin-top: 12px; }
.woocommerce .woocommerce-privacy-policy-text { color: #d4d8dd; }
.woocommerce .woocommerce-privacy-policy-text a { color: #ff182f; }
.woocommerce table.shop_table { border-color: var(--fm-border); }
.woocommerce table.shop_table th,
.woocommerce table.shop_table td { color: #edf0f2; border-color: var(--fm-border); }
.woocommerce .quantity .qty { min-height: 42px; border-radius: 8px; }
.woocommerce ul.products li.product { padding: 18px; border: 1px solid var(--fm-border); border-radius: 16px; background: var(--fm-card); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: #fff; }
.woocommerce div.product { padding: 24px; border-radius: 18px; color: #15202d; background: #fff; }
.woocommerce div.product .product_title { color: #15202d; }
.fmshop-cart-mode { display: block; margin-top: 5px; color: #97a3af; font-size: .72rem; font-weight: 700; }

.fmshop-thankyou-shell .woocommerce-order { padding: 24px; border: 1px solid var(--fm-border); border-radius: 18px; background: #111518; }
.fmshop-thankyou-shell .woocommerce-order-overview { padding: 18px !important; border-radius: 14px; background: #fff; color: #1e2832; }
.fmshop-thankyou-shell .woocommerce-order-details,
.fmshop-thankyou-shell .woocommerce-customer-details { margin-top: 26px; }

.fmshop-footer {
  border-top: 1px solid #252b30;
  color: #758194;
  background: #050708;
  font-size: .75rem;
}
.fmshop-footer > div {
  width: min(calc(100% - 32px), 1280px);
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.fmshop-footer a { color: #8c98aa; text-decoration: none; }

@media (max-width: 1040px) {
  .fmshop-pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fmshop-tier-card,
  .fmshop-tier-card:nth-child(4) { grid-column: span 1; }
  .fmshop-tier-card--custom { grid-column: 1 / -1 !important; }
}

@media (max-width: 900px) {
  body.admin-bar .fmshop-header { top: 46px; }
  .fmshop-header-inner { grid-template-columns: 140px 1fr; }
  .fmshop-nav { display: none; }
  .fmshop-actions { justify-self: end; }
  .fmshop-menu-toggle { display: inline-grid; place-items: center; }
  .fmshop-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 52px; }
  .fmshop-hero-visual { order: -1; }
  .fmshop-hero-visual > img { width: min(350px, 75vw); }
  .fmshop-info-grid { grid-template-columns: 1fr; gap: 36px; }
  .woocommerce form.checkout { grid-template-columns: 1fr; }
  .woocommerce #customer_details,
  .woocommerce #order_review_heading,
  .woocommerce #order_review { grid-column: 1; grid-row: auto; }
  .woocommerce #order_review { margin-top: -42px; }
}

@media (max-width: 700px) {
  .fmshop-pricing-grid { grid-template-columns: 1fr; }
  .fmshop-tier-card,
  .fmshop-tier-card:nth-child(4),
  .fmshop-tier-card--custom { grid-column: 1 !important; }
  .fmshop-buybox { grid-template-columns: 1fr; }
  .fmshop-contact-actions { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .fmshop-header-inner { width: min(calc(100% - 20px), 1280px); min-height: 68px; }
  .fmshop-logo { width: 105px; }
  .fmshop-language a { padding-inline: 8px; }
  .fmshop-cart, .fmshop-menu-toggle { width: 38px; height: 38px; }
  .fmshop-mobile-nav { top: 68px; }
  .fmshop-hero,
  .fmshop-section-heading,
  .fmshop-pricing-grid,
  .fmshop-info-grid,
  .fmshop-page-shell { width: min(calc(100% - 20px), 1180px); }
  .fmshop-hero h1 { font-size: clamp(3.5rem, 17vw, 5rem); }
  .fmshop-form-row { grid-template-columns: 1fr; }
  .fmshop-qty { width: 132px; }
  .fmshop-tier-card { padding: 22px 18px; }
  .woocommerce .woocommerce-billing-fields__field-wrapper { grid-template-columns: 1fr; }
  .woocommerce #billing_first_name_field,
  .woocommerce #billing_last_name_field,
  .woocommerce #billing_company_field,
  .woocommerce #billing_country_field,
  .woocommerce #billing_address_1_field,
  .woocommerce #billing_address_2_field,
  .woocommerce #billing_city_field,
  .woocommerce #billing_state_field,
  .woocommerce #billing_postcode_field,
  .woocommerce #billing_phone_field,
  .woocommerce #billing_email_field { grid-column: 1; }
  .fmshop-footer > div { flex-direction: column; justify-content: center; padding: 22px 0; }
}


.fmshop-hero-description {
  max-width: 700px;
  margin-top: 18px;
  color: #c9ced4;
}
.fmshop-hero-description p { margin: 0; }
.fmshop-hero-videos {
  max-width: 820px;
  display: grid;
  gap: 18px;
  margin-top: 32px;
}
.fmshop-hero-videos-heading h2 {
  margin: 18px 0 10px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.8rem, 5vw, 4.4rem);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.fmshop-hero-videos-heading p {
  margin: 0;
  color: #bcc4cd;
}
.fmshop-video-grid--hero {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.fmshop-video-grid--hero .fmshop-video-copy {
  padding: 18px 20px 22px;
}
.fmshop-video-grid--hero .fmshop-video-copy h3 {
  margin: 8px 0 10px;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}
.fmshop-price-card--options strong {
  font-size: clamp(2.7rem, 5vw, 3.4rem);
}
.fmshop-section-heading {
  padding: 32px 0 36px;
  text-align: center;
}
.fmshop-pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.fmshop-tier-card,
.fmshop-tier-card:nth-child(4) {
  grid-column: span 1;
}
.fmshop-custom-section {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 32px), var(--fm-width));
  margin: 24px auto 0;
}
.fmshop-custom-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 24px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(213,189,99,.3);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(65,9,20,.98), rgba(17,10,13,.98));
  box-shadow: 0 24px 60px rgba(0,0,0,.22);
}
.fmshop-custom-copy h2 {
  margin: 12px 0 10px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.8rem, 5vw, 4.3rem);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.fmshop-custom-copy p {
  margin: 0;
  color: #d5d9df;
}
@media (max-width: 1040px) {
  .fmshop-pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .fmshop-hero-videos-heading h2 { font-size: clamp(2.5rem, 9vw, 3.8rem); }
  .fmshop-video-grid--hero { grid-template-columns: 1fr; }
  .fmshop-custom-card { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .fmshop-pricing-grid { grid-template-columns: 1fr; }
}
