/*
Theme Name: Matriculas Directas
Theme URI: https://example.com/matriculas-directas
Author: Codex
Author URI: https://example.com
Description: Tema premium para WordPress y WooCommerce orientado a venta de matriculas verdes y normales con verificacion documental.
Version: 1.3.17
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: matriculas-directas
Tags: ecommerce, woocommerce, custom-front-page, responsive-layout
*/

:root {
  --md-ink: #111827;
  --md-graphite: #1f2937;
  --md-muted: #667085;
  --md-line: #dde3ea;
  --md-soft: #f4f7fb;
  --md-white: #ffffff;
  --md-green: #0f7b63;
  --md-green-dark: #075946;
  --md-blue: #1f5f9f;
  --md-yellow: #ffd64d;
  --md-red: #b42318;
  --md-shadow: 0 22px 60px rgba(17, 24, 39, .12);
  --md-radius: 8px;
}

* { box-sizing: border-box; }
body { margin: 0; color: var(--md-ink); background: #f2f5f8; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
.md-wrap { width: min(1200px, calc(100% - 32px)); margin: 0 auto; }
.md-topbar { background: #111827; color: #fff; font-size: 13px; }
.md-topbar .md-wrap { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.md-topbar strong { color: var(--md-yellow); }
.md-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid var(--md-line); }
.admin-bar .md-header { top: 32px; }
.md-header .md-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.md-brand { display: flex; align-items: center; gap: 12px; min-width: max-content; }
.md-brand-mark { width: 48px; height: 48px; border-radius: 8px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--md-green), var(--md-blue)); font-weight: 900; box-shadow: 0 14px 28px rgba(15,123,99,.24); }
.md-brand-title { font-size: 21px; line-height: 1; font-weight: 900; }
.md-brand-subtitle { margin-top: 4px; color: var(--md-muted); font-size: 12px; font-weight: 650; }
.md-nav { display: flex; align-items: center; gap: 18px; color: #344054; font-weight: 800; font-size: 14px; }
.md-nav ul { display: flex; align-items: center; gap: 18px; list-style: none; padding: 0; margin: 0; }
.md-actions { display: flex; align-items: center; gap: 10px; }
.md-btn, .md-icon-btn, .button, .wp-element-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { min-height: 42px; border-radius: 8px; border: 1px solid var(--md-line); padding: 0 15px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 850; background: #fff; color: var(--md-ink); cursor: pointer; line-height: 1; }
.md-btn-primary, .woocommerce a.button.alt, .woocommerce button.button.alt { background: var(--md-green); border-color: var(--md-green); color: #fff; }
.md-btn-primary:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover { background: var(--md-green-dark); color: #fff; }
.md-icon-btn { width: 42px; padding: 0; }
.md-cart-count { width: 20px; height: 20px; border-radius: 999px; display: inline-grid; place-items: center; background: var(--md-yellow); color: #111827; font-size: 12px; font-weight: 900; }
.md-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--md-line); background: linear-gradient(100deg, rgba(255,255,255,.98), rgba(255,255,255,.76) 46%, rgba(236,244,241,.90)), radial-gradient(circle at 75% 20%, rgba(255,214,77,.42), transparent 26%), linear-gradient(135deg, #e8f2ef, #eef3f8 58%, #dde8f3); }
.md-hero-grid { min-height: 650px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 34px; align-items: center; padding: 46px 0 42px; }
.md-eyebrow { color: var(--md-green-dark); text-transform: uppercase; letter-spacing: .05em; font-size: 13px; font-weight: 900; margin-bottom: 12px; }
.md-hero h1 { margin: 0 0 16px; max-width: 720px; font-size: clamp(40px, 5.2vw, 70px); line-height: .95; letter-spacing: 0; }
.md-lead { margin: 0 0 24px; color: #475467; font-size: 19px; line-height: 1.55; max-width: 650px; }
.md-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 22px; }
.md-trust-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; max-width: 650px; }
.md-trust-pill { min-height: 74px; background: rgba(255,255,255,.88); border: 1px solid var(--md-line); border-radius: 8px; padding: 13px; display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: center; box-shadow: 0 12px 30px rgba(17,24,39,.06); }
.md-trust-icon { width: 34px; height: 34px; border-radius: 8px; background: #edf7f3; color: var(--md-green-dark); display: grid; place-items: center; font-weight: 900; }
.md-trust-pill strong { display: block; font-size: 14px; }
.md-trust-pill span { display: block; margin-top: 2px; color: var(--md-muted); font-size: 12px; font-weight: 650; }
.md-stage { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 18px; align-items: stretch; }
.md-plate-stack { display: grid; gap: 16px; align-content: center; }
.md-plate-card, .md-config-card, .md-product, .md-band, .md-legal-card { background: rgba(255,255,255,.9); border: 1px solid rgba(221,227,234,.95); border-radius: 8px; box-shadow: var(--md-shadow); }
.md-plate-card { padding: 18px; }
.md-plate { width: 100%; aspect-ratio: 4.75 / 1; border: 3px solid #111827; border-radius: 7px; background: #fff; overflow: hidden; display: grid; grid-template-columns: 58px 1fr; box-shadow: inset 0 0 0 2px #f2f4f7; }
.md-plate-band { display: grid; place-items: center; color: #fff; background: var(--md-blue); border-right: 2px solid #111827; font-weight: 900; }
.md-plate-green .md-plate-band { background: var(--md-green); }
.md-plate-text { display: grid; place-items: center; font-family: "Arial Narrow", Arial, sans-serif; font-size: clamp(26px, 4.1vw, 48px); font-weight: 900; letter-spacing: .08em; color: #101828; }
.md-plate-meta { display: flex; justify-content: space-between; gap: 12px; margin-top: 12px; color: var(--md-muted); font-size: 13px; font-weight: 800; }
.md-plate-meta strong { color: var(--md-ink); }
.md-config-card { padding: 18px; background: #fff; }
.md-config-card h2 { margin: 0 0 12px; font-size: 22px; }
.md-config-grid { display: grid; gap: 12px; }
.md-field label { display: block; margin: 0 0 6px; color: #344054; font-size: 12px; font-weight: 900; }
.md-field input, .md-field select { width: 100%; height: 42px; border: 1px solid var(--md-line); border-radius: 8px; background: #fff; padding: 0 12px; color: var(--md-ink); }
.md-upload { border: 1px dashed #98a2b3; border-radius: 8px; min-height: 86px; display: grid; place-items: center; text-align: center; padding: 12px; color: var(--md-muted); font-size: 13px; font-weight: 800; background: #fbfcfe; }
.md-total { display: flex; justify-content: space-between; align-items: center; padding: 13px 0; border-top: 1px solid var(--md-line); font-weight: 900; font-size: 19px; }
.md-section { padding: 56px 0 0; }
.md-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.md-section h2 { margin: 0; font-size: clamp(28px, 3vw, 40px); line-height: 1.05; }
.md-section p { color: var(--md-muted); line-height: 1.55; }
.md-products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.md-product { overflow: hidden; background: #fff; box-shadow: 0 12px 34px rgba(17,24,39,.08); }
.md-product-visual { min-height: 170px; display: grid; place-items: center; padding: 22px; background: linear-gradient(135deg, #f8fafc, #e9eef5); border-bottom: 1px solid var(--md-line); }
.md-mini-plate { width: 100%; max-width: 310px; aspect-ratio: 4.8/1; border: 2px solid #111827; border-radius: 6px; background: #fff; display: grid; grid-template-columns: 42px 1fr; overflow: hidden; }
.md-mini-plate .md-plate-text { font-size: clamp(20px, 3vw, 32px); }
.md-product-body { padding: 18px; display: grid; gap: 10px; }
.md-badge { width: fit-content; padding: 5px 9px; border-radius: 999px; background: #edf7f3; color: var(--md-green-dark); font-size: 12px; font-weight: 900; }
.md-badge-blue { background: #edf3fb; color: #1d4f8f; }
.md-badge-red { background: #fff1f0; color: var(--md-red); }
.md-product h3 { margin: 0; font-size: 20px; }
.md-price-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 4px; }
.md-price { font-size: 23px; font-weight: 950; }
.md-bands { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.md-band { padding: 18px; background: #fff; box-shadow: 0 10px 28px rgba(17,24,39,.06); }
.md-band-icon { width: 38px; height: 38px; border-radius: 8px; display: grid; place-items: center; background: #edf7f3; color: var(--md-green-dark); font-weight: 900; margin-bottom: 12px; }
.md-band h3 { margin: 0 0 7px; font-size: 17px; }
.md-band p { margin: 0; font-size: 14px; }
.md-legal-card { padding: 20px; display: grid; grid-template-columns: 42px 1fr; gap: 14px; background: #fff; box-shadow: 0 10px 28px rgba(17,24,39,.06); }
.md-legal-card .md-band-icon { margin: 0; background: #fff1f0; color: var(--md-red); }
.md-footer { margin-top: 56px; padding: 32px 0; background: #111827; color: #d0d5dd; }
.md-footer .md-wrap { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { border: 1px solid var(--md-line); border-radius: 8px; background: #fff; padding: 14px; box-shadow: 0 10px 28px rgba(17,24,39,.06); }
.woocommerce div.product .product_title { font-size: clamp(30px, 4vw, 48px); }
.woocommerce div.product form.cart .button { background: var(--md-green); color: #fff; }

@media (max-width: 1040px) {
  .md-hero-grid, .md-stage { grid-template-columns: 1fr; }
  .md-stage { max-width: 760px; }
  .md-nav { display: none; }
  .md-products, .md-bands { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .admin-bar .md-header { top: 0; }
  .md-wrap { width: min(100% - 22px, 1200px); }
  .md-topbar .md-wrap { align-items: flex-start; flex-direction: column; justify-content: center; padding: 8px 0; gap: 4px; }
  .md-header .md-wrap { min-height: auto; padding: 14px 0; }
  .md-actions .md-btn { display: none; }
  .md-brand-title { font-size: 18px; }
  .md-hero-grid { min-height: auto; padding: 34px 0; }
  .md-trust-strip, .md-products, .md-bands { grid-template-columns: 1fr; }
  .md-section-head { flex-direction: column; align-items: flex-start; }
  .md-plate { grid-template-columns: 46px 1fr; }
  .md-plate-band { font-size: 14px; }
  .md-plate-meta { flex-direction: column; }
}


/* Version 1.1 polish pass */
body {
  background: #eef3f7;
  text-rendering: optimizeLegibility;
}
.md-header {
  box-shadow: 0 8px 24px rgba(17, 24, 39, .04);
}
.md-topbar .md-wrap {
  max-width: 1200px;
}
.md-hero {
  background:
    linear-gradient(100deg, rgba(255,255,255,.98), rgba(255,255,255,.78) 48%, rgba(230,240,238,.94)),
    radial-gradient(circle at 72% 15%, rgba(255,214,77,.35), transparent 25%),
    radial-gradient(circle at 90% 68%, rgba(31,95,159,.12), transparent 28%),
    linear-gradient(135deg, #edf5f2, #f7f9fb 58%, #dfeaf2);
}
.md-hero-grid {
  min-height: 610px;
  grid-template-columns: .88fr 1.12fr;
}
.md-hero h1 {
  font-size: clamp(38px, 4.65vw, 62px);
  max-width: 680px;
}
.md-stage {
  grid-template-columns: minmax(0, 1fr) 360px;
}
.md-plate-card {
  transform: translateZ(0);
}
.md-plate,
.md-mini-plate {
  min-width: 0;
}
.md-plate-text {
  min-width: 0;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}
.md-mini-plate {
  max-width: 330px;
  grid-template-columns: 44px minmax(0, 1fr);
}
.md-mini-plate .md-plate-text {
  font-size: clamp(24px, 2.1vw, 34px);
  letter-spacing: .07em;
}
.md-product-visual {
  min-height: 178px;
  padding: 24px 30px;
}
.md-products,
.woocommerce ul.products {
  align-items: stretch;
}
.md-product,
.woocommerce ul.products li.product {
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.md-product:hover,
.woocommerce ul.products li.product:hover {
  transform: translateY(-3px);
  border-color: rgba(15,123,99,.35);
  box-shadow: 0 18px 42px rgba(17,24,39,.10);
}
.md-bands {
  margin-top: 8px;
}
.md-band,
.md-legal-card {
  border-color: rgba(221,227,234,.9);
}
.md-legal-card {
  margin-bottom: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--md-ink);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
}
.woocommerce ul.products li.product .price {
  color: var(--md-ink);
  font-size: 21px;
  font-weight: 950;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top-color: var(--md-green);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(17,24,39,.06);
}
.woocommerce-checkout #payment {
  background: #fff;
  border: 1px solid var(--md-line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(17,24,39,.06);
}
.woocommerce-checkout-review-order-table,
.woocommerce table.shop_table {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 1180px) {
  .md-stage { grid-template-columns: 1fr; }
  .md-config-card { max-width: 560px; }
}
@media (max-width: 700px) {
  .md-hero h1 { font-size: clamp(36px, 12vw, 52px); }
  .md-product-visual { min-height: 150px; padding: 18px; }
  .md-mini-plate .md-plate-text { font-size: clamp(22px, 8vw, 30px); }
}


/* Version 1.2 layout and visual direction */
.md-hero {
  isolation: isolate;
  background:
    linear-gradient(105deg, rgba(255,255,255,.96), rgba(255,255,255,.78) 44%, rgba(230,240,238,.92)),
    radial-gradient(circle at 78% 18%, rgba(255,214,77,.34), transparent 24%),
    radial-gradient(circle at 88% 76%, rgba(31,95,159,.18), transparent 26%),
    linear-gradient(135deg, #eef7f4 0%, #f8fafc 48%, #dfeef0 100%);
}
.md-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .5;
  background-image:
    linear-gradient(90deg, rgba(15,123,99,.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(31,95,159,.055) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 78%, transparent);
}
.md-hero::after {
  content: "MATRICULAS DIRECTAS";
  position: absolute;
  right: -40px;
  bottom: 26px;
  z-index: -1;
  color: rgba(17,24,39,.045);
  font-size: clamp(58px, 9vw, 150px);
  font-weight: 950;
  letter-spacing: .05em;
  white-space: nowrap;
}
.md-hero-grid {
  min-height: 620px;
  grid-template-columns: .94fr 1.06fr;
  gap: clamp(28px, 5vw, 70px);
}
.md-hero h1 {
  max-width: 760px;
  font-size: clamp(42px, 5vw, 68px);
}
.md-lead {
  max-width: 690px;
}
.md-stage {
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: center;
}
.md-order-card {
  background: #fff;
  border: 1px solid rgba(221,227,234,.95);
  border-radius: 8px;
  padding: 20px;
  box-shadow: var(--md-shadow);
}
.md-order-card h2 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.15;
}
.md-order-card p {
  color: var(--md-muted);
  line-height: 1.5;
  margin: 0 0 16px;
}
.md-order-steps {
  display: grid;
  gap: 10px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
.md-order-steps li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 44px;
  color: #344054;
  font-size: 14px;
  font-weight: 800;
}
.md-step-number,
.md-trust-icon,
.md-band-icon {
  overflow: hidden;
  flex: 0 0 auto;
}
.md-step-number {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #edf7f3;
  color: var(--md-green-dark);
  font-weight: 950;
}
.md-plate-card {
  background: rgba(255,255,255,.92);
}
.md-plate-meta {
  align-items: center;
}
.md-plate-meta strong {
  padding: 6px 9px;
  border-radius: 999px;
  background: #edf7f3;
  color: var(--md-green-dark);
  font-size: 12px;
}
.md-trust-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.md-trust-pill {
  min-height: 88px;
  grid-template-columns: 42px minmax(0, 1fr);
  padding: 14px;
}
.md-trust-icon,
.md-band-icon {
  width: 42px;
  height: 42px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.md-trust-pill strong,
.md-band h3 {
  line-height: 1.15;
}
.md-section:first-of-type {
  padding-top: 48px;
}
.md-products .md-price,
.md-product .md-price {
  font-size: 0;
}
.md-products .md-price::after,
.md-product .md-price::after {
  content: "Ver producto";
  font-size: 15px;
  font-weight: 900;
  color: var(--md-green-dark);
}
.md-product-body p {
  min-height: 54px;
}
.md-bands {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.md-band {
  min-height: 164px;
  background:
    linear-gradient(180deg, #fff, #fbfcfe);
}
.md-legal-card {
  background:
    linear-gradient(90deg, #fff, #fbfcfe);
}
@media (max-width: 1180px) {
  .md-stage { grid-template-columns: 1fr; }
  .md-order-card { max-width: 620px; }
}
@media (max-width: 1040px) {
  .md-hero-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .md-hero::after { display: none; }
  .md-trust-pill { grid-template-columns: 42px 1fr; }
  .md-bands { grid-template-columns: 1fr; }
}


/* Version 1.3 futuristic trust topbar */
.md-topbar {
  position: relative;
  overflow: hidden;
  min-height: 44px;
  color: #fff;
  background:
    linear-gradient(90deg, #07111f 0%, #0a1b2d 38%, #07111f 100%);
  border-bottom: 1px solid rgba(96, 239, 204, .22);
  box-shadow: inset 0 -1px 0 rgba(255,255,255,.06), 0 10px 30px rgba(5, 18, 32, .22);
}
.md-topbar::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, transparent 0%, rgba(15,123,99,.18) 18%, transparent 32%),
    radial-gradient(circle at 22% 50%, rgba(255,214,77,.28), transparent 20%),
    radial-gradient(circle at 76% 50%, rgba(31,95,159,.36), transparent 24%);
  opacity: .88;
  pointer-events: none;
}
.md-topbar-glow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -35%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), rgba(96,239,204,.30), transparent);
  filter: blur(.5px);
  animation: mdTopbarScan 5.5s linear infinite;
  pointer-events: none;
}
.md-topbar-inner {
  position: relative;
  z-index: 1;
  min-height: 44px;
  display: grid !important;
  grid-template-columns: auto minmax(220px, 1fr) auto;
  align-items: center;
  gap: 18px;
}
.md-topbar-left,
.md-topbar-badges,
.md-topbar-ticker {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.md-topbar-left {
  color: #fff7cc;
  font-size: 13px;
  font-weight: 900;
  text-shadow: 0 0 16px rgba(255,214,77,.28);
}
.md-live-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #21e6a8;
  box-shadow: 0 0 0 0 rgba(33,230,168,.72), 0 0 18px rgba(33,230,168,.9);
  animation: mdPulseDot 1.8s ease-out infinite;
}
.md-topbar-ticker {
  justify-content: center;
  color: rgba(255,255,255,.84);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.md-topbar-ticker span {
  position: relative;
  padding-left: 14px;
  white-space: nowrap;
}
.md-topbar-ticker span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: #21e6a8;
  box-shadow: 0 0 12px rgba(33,230,168,.85);
}
.md-topbar-badges {
  justify-content: flex-end;
}
.md-rating-badge,
.md-secure-badge {
  height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 11px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 0 22px rgba(15,123,99,.12);
  backdrop-filter: blur(10px);
}
.md-rating-badge {
  border-color: rgba(33,230,168,.34);
  background: linear-gradient(90deg, rgba(0,182,122,.18), rgba(255,255,255,.08));
}
.md-secure-badge {
  color: #cceee7;
}
.md-stars {
  color: #21e6a8;
  letter-spacing: -1px;
  text-shadow: 0 0 12px rgba(33,230,168,.55);
}
@keyframes mdTopbarScan {
  0% { transform: translateX(0); opacity: 0; }
  10% { opacity: 1; }
  62% { opacity: 1; }
  100% { transform: translateX(410%); opacity: 0; }
}
@keyframes mdPulseDot {
  0% { box-shadow: 0 0 0 0 rgba(33,230,168,.72), 0 0 18px rgba(33,230,168,.9); }
  70% { box-shadow: 0 0 0 8px rgba(33,230,168,0), 0 0 18px rgba(33,230,168,.9); }
  100% { box-shadow: 0 0 0 0 rgba(33,230,168,0), 0 0 18px rgba(33,230,168,.9); }
}
@media (prefers-reduced-motion: reduce) {
  .md-topbar-glow,
  .md-live-dot { animation: none; }
}
@media (max-width: 980px) {
  .md-topbar-inner {
    grid-template-columns: 1fr auto;
  }
  .md-topbar-ticker { display: none; }
}
@media (max-width: 640px) {
  .md-topbar-inner {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 9px 0;
  }
  .md-topbar-badges {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .md-rating-badge,
  .md-secure-badge {
    height: 26px;
    font-size: 11px;
  }
}


/* Version 1.3.1 clean one-page storefront */
.md-stage-clean {
  grid-template-columns: minmax(0, 1fr);
  max-width: 560px;
  justify-self: center;
}
.md-stage-clean .md-plate-stack {
  width: 100%;
}
.md-stage-clean .md-plate-card {
  background: rgba(255,255,255,.92);
}
.md-stage-clean .md-plate-meta {
  justify-content: center;
  text-align: center;
}
.md-stage-clean .md-plate-meta strong,
.md-stage-clean .md-plate-meta span + strong {
  display: none;
}
.md-hero-actions {
  margin-bottom: 0;
}
.md-trust-strip,
.md-order-card,
.md-config-card {
  display: none !important;
}
.md-section#productos {
  padding-top: 56px;
}
.md-section-head p {
  max-width: 620px;
}
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
}
.woocommerce ul.products li.product a img {
  border-radius: 8px;
  background: #eef3f7;
}
@media (max-width: 920px) {
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .woocommerce ul.products { grid-template-columns: 1fr; }
  .md-stage-clean { max-width: 100%; }
}


/* Version 1.3.2 WooCommerce product polish */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  display: flex;
  flex-direction: column;
  min-height: 492px;
  padding: 14px;
  overflow: visible;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.woocommerce ul.products li.product a img {
  width: 100%;
  height: 230px;
  object-fit: contain;
  object-position: center;
  padding: 26px;
  margin: 0 0 18px;
  border-radius: 8px;
  background: #fff;
}
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
  top: 12px;
  right: 12px;
  left: auto;
  min-width: 0;
  min-height: 0;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #0f7b63;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(15,123,99,.22);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 48px;
  padding: 0;
  margin: 0 0 8px;
}
.woocommerce ul.products li.product .price {
  margin: 0 0 14px;
  color: var(--md-ink);
  font-weight: 900;
}
.woocommerce ul.products li.product .price del {
  color: #98a2b3;
  opacity: 1;
  font-weight: 700;
}
.woocommerce ul.products li.product .price ins {
  color: var(--md-green-dark);
  text-decoration: none;
}
.woocommerce ul.products li.product .button {
  margin-top: auto;
  width: 100%;
  min-height: 46px;
  border-radius: 8px;
  background: var(--md-green);
  border-color: var(--md-green);
  color: #fff;
  text-align: center;
}
.woocommerce ul.products li.product .button:hover {
  background: var(--md-green-dark);
  color: #fff;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  display: none;
}
.woocommerce div.product div.images img {
  width: 100%;
  max-height: 380px;
  object-fit: contain;
  object-position: center;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
}
.woocommerce div.product div.summary {
  background: transparent;
}
.md-plate-field {
  margin: 22px 0 16px;
  padding: 16px;
  border: 1px solid var(--md-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(17,24,39,.04);
}
.md-plate-field label {
  display: block;
  margin: 0 0 8px;
  color: var(--md-ink);
  font-size: 14px;
  font-weight: 900;
}
.md-plate-field label span {
  color: #b42318;
}
.md-plate-field input {
  width: 100%;
  height: 48px;
  border: 1px solid var(--md-line);
  border-radius: 8px;
  padding: 0 14px;
  color: var(--md-ink);
  background: #fff;
  font-size: 18px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.md-plate-field input:focus {
  outline: 3px solid rgba(15,123,99,.16);
  border-color: var(--md-green);
}
.md-plate-field small {
  display: block;
  margin-top: 8px;
  color: var(--md-muted);
  line-height: 1.45;
  font-size: 13px;
}
.woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
}
.woocommerce div.product form.cart .md-plate-field {
  flex-basis: 100%;
}
.woocommerce div.product form.cart div.quantity {
  margin: 0;
}
.woocommerce div.product form.cart div.quantity input.qty {
  height: 46px;
  border: 1px solid var(--md-line);
  border-radius: 8px;
}
.woocommerce div.product form.cart .button {
  min-height: 46px;
  border-radius: 8px;
}
@media (max-width: 620px) {
  .woocommerce ul.products li.product a img { height: 190px; padding: 18px; }
  .woocommerce ul.products li.product { min-height: auto; }
}


/* Version 1.3.3 product card add-to-cart polish */
.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button,
.woocommerce ul.products li.product a.button,
.woocommerce-page ul.products li.product a.button,
.woocommerce ul.products li.product a.add_to_cart_button,
.woocommerce-page ul.products li.product a.add_to_cart_button {
  width: 100% !important;
  min-height: 48px !important;
  height: 48px !important;
  margin: auto 0 0 !important;
  padding: 0 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 8px !important;
  border: 1px solid var(--md-green) !important;
  background: var(--md-green) !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: center !important;
  white-space: nowrap !important;
  box-shadow: 0 10px 22px rgba(15, 123, 99, .18) !important;
  opacity: 1 !important;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button:hover,
.woocommerce ul.products li.product a.add_to_cart_button:hover,
.woocommerce-page ul.products li.product a.add_to_cart_button:hover {
  background: var(--md-green-dark) !important;
  border-color: var(--md-green-dark) !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}
.woocommerce ul.products li.product .button:focus-visible,
.woocommerce-page ul.products li.product .button:focus-visible {
  outline: 3px solid rgba(15, 123, 99, .22) !important;
  outline-offset: 2px !important;
}
.woocommerce ul.products li.product a.added_to_cart,
.woocommerce-page ul.products li.product a.added_to_cart {
  width: 100%;
  min-height: 40px;
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #edf7f3;
  color: var(--md-green-dark);
  font-weight: 900;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  padding: 16px !important;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  min-height: 28px;
  display: flex !important;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale,
.woocommerce span.onsale {
  width: auto !important;
  height: 30px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 11px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: var(--md-green) !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  box-shadow: 0 10px 20px rgba(15, 123, 99, .20) !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  color: var(--md-ink) !important;
}


/* Version 1.3.4 center product card add-to-cart button only */
.woocommerce ul.products li.product a.button,
.woocommerce-page ul.products li.product a.button,
.woocommerce ul.products li.product a.add_to_cart_button,
.woocommerce-page ul.products li.product a.add_to_cart_button {
  width: fit-content !important;
  min-width: 176px !important;
  max-width: calc(100% - 20px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  align-self: center !important;
  display: inline-flex !important;
  justify-content: center !important;
  text-align: center !important;
}


/* Version 1.3.5 vertical text alignment inside add-to-cart button */
.woocommerce ul.products li.product a.button,
.woocommerce-page ul.products li.product a.button,
.woocommerce ul.products li.product a.add_to_cart_button,
.woocommerce-page ul.products li.product a.add_to_cart_button {
  line-height: 48px !important;
  align-items: baseline !important;
  padding-top: 2px !important;
  padding-bottom: 0 !important;
}


/* Version 1.3.6 definitive add-to-cart text alignment and cache bust */
body.woocommerce-page ul.products li.product a.button.add_to_cart_button,
body.woocommerce ul.products li.product a.button.add_to_cart_button,
ul.products li.product a.button.add_to_cart_button,
ul.products li.product a.add_to_cart_button {
  display: grid !important;
  place-items: center !important;
  align-items: center !important;
  justify-items: center !important;
  line-height: 1 !important;
  padding-top: 5px !important;
  padding-bottom: 0 !important;
  height: 42px !important;
  min-height: 42px !important;
  box-sizing: border-box !important;
}


/* Version 1.3.7 animated hero showcase */
.md-hero {
  min-height: 620px;
  background:
    radial-gradient(circle at 72% 42%, rgba(15, 123, 99, .18), transparent 28%),
    radial-gradient(circle at 88% 14%, rgba(255, 214, 77, .28), transparent 18%),
    linear-gradient(100deg, rgba(255,255,255,.98), rgba(255,255,255,.84) 46%, rgba(230,240,238,.94)),
    linear-gradient(135deg, #eef7f4, #f8fafc 58%, #dfeef0);
}
.md-hero::before {
  opacity: .38;
  background-image:
    linear-gradient(90deg, rgba(15,123,99,.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(31,95,159,.06) 1px, transparent 1px);
  background-size: 48px 48px;
  animation: mdHeroGridDrift 14s linear infinite;
}
.md-hero-grid {
  min-height: 620px;
  grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
  gap: clamp(34px, 6vw, 96px);
}
.md-hero-showcase {
  position: relative;
  min-height: 460px;
  display: grid;
  place-items: center;
  perspective: 1200px;
}
.md-showcase-orbit {
  position: absolute;
  width: min(560px, 88%);
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    conic-gradient(from 90deg, rgba(15,123,99,0), rgba(15,123,99,.22), rgba(31,95,159,.12), rgba(255,214,77,.20), rgba(15,123,99,0));
  filter: blur(.2px);
  opacity: .72;
  animation: mdOrbitRotate 18s linear infinite;
}
.md-showcase-card {
  position: relative;
  z-index: 2;
  width: min(620px, 100%);
  border: 1px solid rgba(221,227,234,.92);
  border-radius: 8px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 28px 70px rgba(17,24,39,.14);
  padding: 24px;
  backdrop-filter: blur(18px);
  transform: rotateX(2deg) rotateY(-6deg);
  animation: mdShowcaseFloat 6s ease-in-out infinite;
}
.md-showcase-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  color: var(--md-muted);
  font-size: 13px;
  font-weight: 850;
}
.md-showcase-topline span {
  padding: 7px 10px;
  border-radius: 999px;
  background: #edf7f3;
  color: var(--md-green-dark);
}
.md-showcase-topline strong {
  color: var(--md-ink);
}
.md-hero-plate {
  width: 100%;
  aspect-ratio: 5.8 / 1;
  border: 3px solid #101828;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 86px 1fr;
  overflow: hidden;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.20), 0 18px 34px rgba(17,24,39,.14);
}
.md-hero-plate-green {
  background: linear-gradient(135deg, #069245, #007a38);
}
.md-hero-plate-label {
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 950;
  border-right: 2px solid rgba(255,255,255,.38);
}
.md-hero-plate-text {
  display: grid;
  place-items: center;
  min-width: 0;
  padding: 0 18px;
  color: #fff;
  font-family: "Arial Narrow", "Bahnschrift Condensed", Impact, sans-serif;
  font-size: clamp(38px, 4vw, 70px);
  font-weight: 500;
  letter-spacing: .14em;
  white-space: nowrap;
  text-shadow: 0 3px 0 rgba(0,0,0,.10);
}
.md-showcase-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.md-showcase-form div {
  min-height: 70px;
  padding: 13px;
  border: 1px solid var(--md-line);
  border-radius: 8px;
  background: #fff;
}
.md-showcase-form span {
  display: block;
  color: var(--md-muted);
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 5px;
}
.md-showcase-form strong {
  color: var(--md-ink);
  font-size: 15px;
  line-height: 1.2;
}
.md-float-card {
  position: absolute;
  z-index: 3;
  min-width: 190px;
  min-height: 64px;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(221,227,234,.92);
  border-radius: 8px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 44px rgba(17,24,39,.12);
  backdrop-filter: blur(16px);
}
.md-float-card span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #edf7f3;
  color: var(--md-green-dark);
  font-weight: 950;
}
.md-float-card strong {
  color: var(--md-ink);
  font-size: 14px;
  line-height: 1.15;
}
.md-float-card-doc {
  top: 38px;
  right: 10px;
  animation: mdFloatCard 5s ease-in-out infinite;
}
.md-float-card-ship {
  left: 4px;
  bottom: 58px;
  animation: mdFloatCard 5.8s ease-in-out infinite reverse;
}
.md-float-card-pay {
  right: 54px;
  bottom: 12px;
  animation: mdFloatCard 6.4s ease-in-out infinite;
}
@keyframes mdShowcaseFloat {
  0%, 100% { transform: rotateX(2deg) rotateY(-6deg) translateY(0); }
  50% { transform: rotateX(2deg) rotateY(-3deg) translateY(-12px); }
}
@keyframes mdFloatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes mdOrbitRotate {
  to { transform: rotate(360deg); }
}
@keyframes mdHeroGridDrift {
  0% { background-position: 0 0, 0 0; }
  100% { background-position: 96px 0, 0 96px; }
}
@media (prefers-reduced-motion: reduce) {
  .md-hero::before,
  .md-showcase-orbit,
  .md-showcase-card,
  .md-float-card { animation: none !important; }
}
@media (max-width: 1040px) {
  .md-hero-grid {
    grid-template-columns: 1fr;
  }
  .md-hero-showcase {
    min-height: 520px;
    max-width: 720px;
  }
}
@media (max-width: 640px) {
  .md-hero-showcase { min-height: 560px; }
  .md-showcase-card { transform: none; padding: 16px; }
  .md-showcase-form { grid-template-columns: 1fr; }
  .md-hero-plate { grid-template-columns: 58px 1fr; }
  .md-float-card { min-width: 160px; }
  .md-float-card-doc { top: 6px; right: 0; }
  .md-float-card-ship { left: 0; bottom: 60px; }
  .md-float-card-pay { right: 0; bottom: 0; }
}


/* Version 1.3.8 complete hero plate and richer text backdrop */
.md-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 45%, rgba(255,255,255,.96), rgba(255,255,255,.72) 30%, transparent 52%),
    radial-gradient(circle at 70% 44%, rgba(15, 123, 99, .18), transparent 31%),
    radial-gradient(circle at 87% 16%, rgba(255, 214, 77, .28), transparent 19%),
    linear-gradient(100deg, rgba(255,255,255,.98), rgba(255,255,255,.84) 46%, rgba(230,240,238,.94)),
    linear-gradient(135deg, #eef7f4, #f8fafc 58%, #dfeef0);
}
.md-hero-grid > div:first-child {
  position: relative;
  z-index: 2;
}
.md-hero-grid > div:first-child::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -38px -56px -34px -42px;
  border-radius: 30px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.86), rgba(255,255,255,.54), rgba(255,255,255,0)),
    radial-gradient(circle at 16% 16%, rgba(255,214,77,.18), transparent 34%);
  box-shadow: 0 30px 80px rgba(17,24,39,.05);
  backdrop-filter: blur(1px);
}
.md-hero::after {
  bottom: 24px;
  color: rgba(17,24,39,.038);
  transform: translateX(-4%);
  animation: mdHeroWordDrift 16s ease-in-out infinite;
}
.md-showcase-card {
  width: min(700px, 100%);
  overflow: visible;
}
.md-hero-plate {
  aspect-ratio: 6.9 / 1;
  grid-template-columns: 78px minmax(0, 1fr);
}
.md-hero-plate-text {
  font-size: clamp(32px, 3.1vw, 58px);
  letter-spacing: .10em;
  padding: 0 26px;
  transform: translateY(2px);
}
.md-hero-plate-label {
  font-size: 20px;
}
.md-showcase-form {
  position: relative;
  z-index: 2;
}
.md-showcase-orbit {
  width: min(620px, 94%);
  opacity: .58;
}
@keyframes mdHeroWordDrift {
  0%, 100% { transform: translateX(-4%); }
  50% { transform: translateX(1%); }
}
@media (max-width: 1240px) {
  .md-showcase-card { width: min(620px, 100%); }
  .md-hero-plate-text { font-size: clamp(30px, 3vw, 50px); letter-spacing: .08em; }
}
@media (max-width: 640px) {
  .md-hero-grid > div:first-child::before {
    inset: -20px -12px;
    border-radius: 18px;
  }
  .md-hero-plate {
    grid-template-columns: 50px minmax(0, 1fr);
  }
  .md-hero-plate-text {
    font-size: clamp(23px, 7vw, 34px);
    letter-spacing: .05em;
    padding: 0 10px;
  }
}


/* Version 1.3.9 brand logo and favicon */
.md-brand-logo {
  min-width: 0;
  width: min(360px, 38vw);
}
.md-brand-logo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 58px;
  object-fit: contain;
  object-position: left center;
}
.md-header .md-wrap {
  gap: 28px;
}
@media (max-width: 700px) {
  .md-brand-logo {
    width: min(260px, 58vw);
  }
  .md-brand-logo img {
    max-height: 48px;
  }
}


/* Version 1.3.10 refined hero gradient */
.md-hero {
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 34%, rgba(255,255,255,.68) 58%, rgba(232,247,242,.74) 100%),
    radial-gradient(circle at 18% 42%, rgba(255,255,255,.98) 0%, rgba(255,255,255,.72) 30%, transparent 56%),
    radial-gradient(circle at 70% 42%, rgba(15,123,99,.26) 0%, rgba(15,123,99,.12) 24%, transparent 48%),
    radial-gradient(circle at 92% 14%, rgba(255,214,77,.42) 0%, rgba(255,214,77,.16) 20%, transparent 42%),
    radial-gradient(circle at 86% 86%, rgba(31,95,159,.16) 0%, transparent 36%),
    linear-gradient(135deg, #f8fbfd 0%, #eef8f4 48%, #dcecf3 100%);
}
.md-hero::before {
  opacity: .28;
  background-image:
    linear-gradient(90deg, rgba(15,123,99,.065) 1px, transparent 1px),
    linear-gradient(180deg, rgba(31,95,159,.048) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.55), rgba(0,0,0,.95) 30%, rgba(0,0,0,.72) 78%, rgba(0,0,0,.25));
}
.md-showcase-orbit {
  background:
    radial-gradient(circle, rgba(15,123,99,.24) 0%, rgba(15,123,99,.10) 42%, transparent 69%),
    conic-gradient(from 90deg, rgba(15,123,99,0), rgba(15,123,99,.18), rgba(31,95,159,.10), rgba(255,214,77,.18), rgba(15,123,99,0));
  opacity: .64;
}
.md-hero-grid > div:first-child::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,.90), rgba(255,255,255,.62) 62%, rgba(255,255,255,0)),
    radial-gradient(circle at 12% 18%, rgba(255,214,77,.16), transparent 34%),
    radial-gradient(circle at 72% 76%, rgba(15,123,99,.08), transparent 38%);
}


/* Version 1.3.11 floating hero emoji icons */
.md-float-card span {
  font-size: 20px;
  line-height: 1;
}


/* Version 1.3.12 document section and emoji icon polish */
.md-band-icon {
  font-size: 20px;
  line-height: 1;
}
.md-doc-card {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid var(--md-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(17,24,39,.06);
}
.md-doc-card-head {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: start;
  margin-bottom: 18px;
}
.md-doc-card-head > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #edf7f3;
  font-size: 24px;
}
.md-doc-card h2 {
  margin: 0 0 6px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.05;
}
.md-doc-card p {
  margin: 0;
  color: var(--md-muted);
  line-height: 1.55;
}
.md-doc-grid-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.md-doc-info-box {
  padding: 18px;
  border: 1px solid var(--md-line);
  border-radius: 8px;
  background: #fbfcfe;
}
.md-doc-info-green {
  background: #f3fbf7;
  border-color: rgba(15,123,99,.22);
}
.md-doc-info-box h3 {
  margin: 0 0 12px;
  font-size: 19px;
}
.md-doc-info-box ul {
  margin: 0;
  padding-left: 20px;
  color: #344054;
  line-height: 1.55;
}
.md-doc-info-box li + li {
  margin-top: 7px;
}
.md-doc-note {
  margin-top: 16px !important;
  padding-top: 16px;
  border-top: 1px solid var(--md-line);
  font-weight: 750;
}
@media (max-width: 760px) {
  .md-doc-grid-info {
    grid-template-columns: 1fr;
  }
}


/* Version 1.3.13 hero copy polish */
.md-hero h1 {
  max-width: 680px;
  letter-spacing: -0.01em;
}
.md-lead {
  max-width: 610px;
  font-size: 20px;
  line-height: 1.55;
  color: #344054;
}
.md-hero-actions {
  margin-top: 24px;
}
.md-hero-actions .md-btn:not(.md-btn-primary) {
  background: #ffffff;
  border-color: rgba(15,123,99,.22);
  color: var(--md-green-dark);
  box-shadow: 0 10px 24px rgba(17,24,39,.05);
}
.md-eyebrow {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: #edf7f3;
  color: var(--md-green-dark);
  letter-spacing: .035em;
}


/* Version 1.3.14 header actions and account area polish */
.md-actions {
  gap: 12px;
}
.md-icon-btn,
.md-account-btn,
.md-cart-btn {
  position: relative;
  width: 48px;
  height: 48px;
  min-height: 48px;
  border-radius: 10px;
  border: 1px solid rgba(221,227,234,.95);
  background: #fff;
  color: var(--md-ink);
  box-shadow: 0 10px 22px rgba(17,24,39,.05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.md-icon-btn:hover,
.md-account-btn:hover,
.md-cart-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(15,123,99,.28);
  box-shadow: 0 16px 28px rgba(17,24,39,.08);
}
.md-icon-btn > span:first-child,
.md-account-btn > span:first-child,
.md-cart-btn > span:first-child {
  font-size: 21px;
  line-height: 1;
  display: grid;
  place-items: center;
}
.md-cart-count {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  background: var(--md-yellow);
  color: #111827;
  font-size: 12px;
  box-shadow: 0 8px 14px rgba(17,24,39,.12);
}
.md-actions .md-btn-primary {
  height: 48px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 10px;
}
.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: auto;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--md-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(17,24,39,.06);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 13px;
  border-radius: 8px;
  color: #344054;
  font-weight: 850;
  background: #fff;
  border: 1px solid transparent;
}
.woocommerce-account .woocommerce-MyAccount-navigation a::before {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: #edf7f3;
  color: var(--md-green-dark);
  font-size: 14px;
  content: "•";
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--dashboard a::before { content: "🏠"; }
.woocommerce-account .woocommerce-MyAccount-navigation-link--orders a::before { content: "📦"; }
.woocommerce-account .woocommerce-MyAccount-navigation-link--downloads a::before { content: "⬇️"; }
.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-address a::before { content: "📍"; }
.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-account a::before { content: "👤"; }
.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a::before { content: "↪"; }
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  color: var(--md-green-dark);
  border-color: rgba(15,123,99,.18);
  background: #f3fbf7;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: auto;
  margin: 0;
  padding: 24px;
  border: 1px solid var(--md-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(17,24,39,.06);
  min-height: 320px;
}
.woocommerce-account .woocommerce-MyAccount-content p {
  color: #344054;
  line-height: 1.65;
}
.woocommerce-account .woocommerce-MyAccount-content a {
  color: var(--md-green-dark);
  font-weight: 850;
}
.woocommerce-account .woocommerce-MyAccount-content mark {
  padding: 2px 6px;
  border-radius: 6px;
  background: #edf7f3;
  color: var(--md-green-dark);
  font-weight: 900;
}
.woocommerce-account .woocommerce-MyAccount-content form,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table {
  margin-top: 14px;
}
.woocommerce-account .woocommerce-MyAccount-content input.input-text,
.woocommerce-account .woocommerce-MyAccount-content select,
.woocommerce-account .woocommerce-MyAccount-content textarea {
  min-height: 44px;
  border: 1px solid var(--md-line);
  border-radius: 8px;
  padding: 0 12px;
}
.woocommerce-account .woocommerce-MyAccount-content .button {
  background: var(--md-green) !important;
  border-color: var(--md-green) !important;
  color: #fff !important;
  border-radius: 8px !important;
}
@media (max-width: 820px) {
  .woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .md-icon-btn,
  .md-account-btn,
  .md-cart-btn {
    width: 44px;
    height: 44px;
    min-height: 44px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    grid-template-columns: 1fr;
  }
}


/* Version 1.3.15 account order status polish */
.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 24px;
}
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  float: none !important;
  width: auto !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses,
.woocommerce-account .woocommerce-MyAccount-content .u-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address,
.woocommerce-account .woocommerce-MyAccount-content .u-column1,
.woocommerce-account .woocommerce-MyAccount-content .u-column2 {
  width: auto !important;
  float: none !important;
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--md-line);
  border-radius: 8px;
  background: #fbfcfe;
}
.md-order-status-panel {
  display: grid;
  gap: 18px;
}
.md-order-status-head {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: start;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--md-line);
}
.md-order-status-head > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #edf7f3;
  font-size: 25px;
}
.md-order-status-head h2 {
  margin: 0 0 6px;
  font-size: clamp(26px, 3vw, 38px);
}
.md-order-status-head p,
.md-empty-state p {
  margin: 0;
  color: var(--md-muted);
}
.md-order-status-list {
  display: grid;
  gap: 12px;
}
.md-order-status-card {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--md-line);
  border-radius: 8px;
  background: #fbfcfe;
}
.md-order-status-card h3 {
  margin: 3px 0 0;
  font-size: 22px;
}
.md-order-kicker {
  display: block;
  color: var(--md-muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.md-tracking-link,
.md-tracking-pending {
  min-height: 36px;
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0 11px;
  border-radius: 999px;
  font-weight: 900;
}
.md-tracking-link {
  background: #edf7f3;
  color: var(--md-green-dark) !important;
}
.md-tracking-pending {
  background: #f2f4f7;
  color: #667085;
}
.md-empty-state {
  padding: 18px;
  border: 1px solid var(--md-line);
  border-radius: 8px;
  background: #fbfcfe;
}
@media (max-width: 900px) {
  .woocommerce-account .woocommerce,
  .md-order-status-card {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses,
  .woocommerce-account .woocommerce-MyAccount-content .u-columns {
    grid-template-columns: 1fr;
  }
}


/* Version 1.3.16 SEO content and FAQ polish */
.md-faq-section {
  background: #eef3f7;
}
.md-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.md-faq-item {
  padding: 20px;
  border: 1px solid var(--md-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(17,24,39,.05);
}
.md-faq-item h3 {
  margin: 0 0 8px;
  font-size: 19px;
  line-height: 1.2;
}
.md-faq-item p {
  margin: 0;
  color: var(--md-muted);
  line-height: 1.55;
}
@media (max-width: 760px) {
  .md-faq-grid {
    grid-template-columns: 1fr;
  }
}
