﻿:root {
  --color-bg: #ffffff;
  --color-text: #111111;
  --color-muted: #565959;
  --color-border: #e5e5e5;
  --color-surface: #f7f7f7;
  --color-accent: #ff7a18;
  --color-accent-dark: #e06810;
  --color-link: #007185;
  --shadow-card: 0 8px 24px rgba(15, 17, 17, 0.08);
  --shadow-card-hover: 0 14px 30px rgba(15, 17, 17, 0.14);
  --container: 1240px;
  --radius: 8px;
  --transition: 0.2s ease;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--color-text); background: var(--color-bg); line-height: 1.6; overflow-x: hidden; }
a { color: var(--color-link); text-decoration: none; transition: color var(--transition), background var(--transition), border-color var(--transition), box-shadow var(--transition), transform var(--transition), opacity var(--transition); }
a:hover { text-decoration: none; }
img { max-width: 100%; display: block; }
body > header { position: sticky; top: 0; z-index: 1000; background: #ffffff; border-bottom: 1px solid #e5e5e5; box-shadow: 0 2px 10px rgba(0,0,0,0.05); overflow: visible !important; }
header { overflow: visible !important; }
header * { background-image: none; }
.mega-bg,
.mega-overlay,
.dropdown-mega,
.menu-full { display: none !important; }
.topbar { display: none; }
.container { width: min(100% - 24px, var(--container)); margin: 0 auto; overflow: visible; }
.main-nav { background: #ffffff; padding: 10px 0; }
.main-nav .container, .hero-layout { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo img { height: 85px; width: auto; display: block; transition: transform 0.2s ease; }
.logo img:hover { transform: scale(1.05); }
.main-nav nav { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.main-nav a, .menu-trigger { color: #111111; font-weight: 700; }
.main-nav a, .menu-trigger { padding: 10px 14px; border-radius: 999px; cursor: pointer; }
.menu-trigger { border: 0; background: transparent; font: inherit; }
.main-nav a:hover, .main-nav a:focus-visible, .menu-trigger:hover, .menu-trigger:focus-visible { color: #ff7a18; background: #f8f9fb; }
.nav-item,
.nav-dropdown,
.mega-parent { position: relative; pointer-events: auto; overflow: visible !important; transition: all 0.2s ease; }
.mega-menu,
  .dropdown-menu { position: absolute; top: calc(100% + 8px); left: 0; width: 640px; max-width: calc(100vw - 20px); transform: translateY(10px) scale(0.98); background: rgba(255, 255, 255, 0.95); padding: 24px 28px; border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.12), 0 20px 60px rgba(0,0,0,0.15); border: 1px solid rgba(0,0,0,0.05); opacity: 0; visibility: hidden; transition: all 0.18s ease; display: block; min-width: 220px; z-index: 9999; pointer-events: auto; overflow: visible; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.mega-menu { background: rgba(255, 255, 255, 0.95) !important; }
.mega-menu { background-image: none !important; }
.mega-menu::before,
.mega-menu::after { display: none !important; content: none !important; }
.nav-dropdown:hover .mega-menu,
.nav-dropdown.is-open .mega-menu,
.nav-item:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.mega-parent:hover .mega-menu { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.mega-menu:hover { box-shadow: 0 20px 50px rgba(0,0,0,0.18), 0 30px 80px rgba(0,0,0,0.2); }
.mega-parent:last-child .mega-menu,
.mega-parent:nth-last-child(2) .mega-menu { left: auto; right: 0; }
.mega-parent:not(:first-child):not(:last-child) .mega-menu { left: 50%; right: auto; transform: translateX(-50%) translateY(10px) scale(0.98); }
.mega-parent:not(:first-child):not(:last-child):hover .mega-menu,
.mega-parent:not(:first-child):not(:last-child).is-open .mega-menu { transform: translateX(-50%) translateY(0) scale(1); }
.mega-container { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; max-width: 100%; background: transparent !important; }
.mega-col { min-height: 150px; display: flex; flex-direction: column; gap: 6px; border-right: 1px solid #f1f1f1; padding: 10px 20px 10px 10px; background: transparent !important; border-radius: 12px; transition: all 0.2s ease; }
.mega-col:hover { background: rgba(0,0,0,0.02) !important; }
.mega-col:last-child { border-right: none; padding-right: 0; }
.mega-menu * { color: #1f2937 !important; }
.mega-col h4 { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin: 0 0 12px; color: #888888 !important; border-bottom: 1px solid rgba(0,0,0,0.06); padding-bottom: 6px; }
.mega-col a,
  .dropdown-menu a { display: block; font-size: 15px; color: #222222 !important; text-decoration: none; padding: 10px 12px; margin-bottom: 0; line-height: 1.4; font-weight: 500; transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease; background: transparent; border: 0; border-radius: 8px; box-shadow: none; cursor: pointer; }
.mega-col a:first-of-type { font-weight: 600; color: #111111 !important; }
.mega-col a::after { content: "›"; float: right; opacity: 0; transition: all 0.2s ease; }
.mega-menu a:hover,
.mega-menu a:focus-visible,
.dropdown-menu a:hover,
.dropdown-menu a:focus-visible { color: #ff6600 !important; background: rgba(255, 102, 0, 0.08); padding-left: 12px; transform: translateX(6px); text-shadow: none; }
.mega-col a:hover::after,
.mega-col a:focus-visible::after { opacity: 1; transform: translateX(4px); }
.mega-image { display: none; }
.mega-image img { width: 100%; border-radius: 12px; object-fit: cover; aspect-ratio: 0.95 / 1; }
.mega-cta { display: inline-flex; align-items: center; justify-content: center; margin-top: 10px; background: #f97316; color: #ffffff; padding: 10px 16px; border-radius: 999px; text-align: center; font-weight: 600; cursor: pointer; min-height: 42px; width: 100%; }
.mega-cta:hover,
.mega-cta:focus-visible { background: #ea580c; color: #ffffff; }
.hero { position: relative; min-height: 460px; padding: 60px 0; display: flex; align-items: center; background: linear-gradient(135deg, #1e1b4b, #4c1d95, #ea580c); color: #ffffff; overflow: hidden; }
.hero-header { position: absolute; top: 0; left: 0; width: 100%; height: 88px; display: flex; align-items: center; background: transparent; z-index: 10; overflow: visible !important; }
.hero-header .container { display: flex; align-items: center; justify-content: space-between; gap: 18px; overflow: visible !important; }
.hero-header .logo img { height: 70px; }
.hero-nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 8px; }
.hero-nav a,
.hero-header .menu-trigger { color: #ffffff; font-weight: 600; padding: 10px 12px; border-radius: 999px; text-decoration: none; }
.hero-header .menu-trigger { border: 0; background: transparent; font: inherit; cursor: pointer; }
.hero-header .hero-nav a:hover,
.hero-header .hero-nav a:focus-visible,
.hero-header .menu-trigger:hover,
.hero-header .menu-trigger:focus-visible { color: #ffffff; background: transparent; text-shadow: 0 0 14px rgba(255,255,255,0.65); box-shadow: none; }
.mega-parent:hover .menu-trigger { color: #ff6600; }
.hero-header .mega-menu { top: calc(100% + 8px); left: 0; transform: translateY(10px) scale(0.98); background: rgba(255, 255, 255, 0.95); }
.hero-header .mega-parent:last-child .mega-menu,
.hero-header .mega-parent:nth-last-child(2) .mega-menu { left: auto; right: 0; }
.hero-header .mega-parent:not(:first-child):not(:last-child) .mega-menu { left: 50%; right: auto; transform: translateX(-50%) translateY(10px) scale(0.98); }
.hero-header .nav-dropdown:hover .mega-menu,
.hero-header .nav-dropdown.is-open .mega-menu { transform: translateY(0) scale(1); }
.hero-header .mega-parent:not(:first-child):not(:last-child):hover .mega-menu,
.hero-header .mega-parent:not(:first-child):not(:last-child).is-open .mega-menu { transform: translateX(-50%) translateY(0) scale(1); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(290px, 360px); align-items: center; gap: 2rem; width: 100%; }
.hero-content { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.hero-copy { max-width: 760px; color: #ffffff; }
.hero-copy h1, .hero-copy p { color: #ffffff; }
.hero-text { max-width: 760px; margin: 0; font-size: 1.02rem; opacity: 0.96; }
.hero-card { width: 100%; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 20px; box-shadow: 0 14px 26px rgba(91,18,133,0.18); padding: 25px; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.hero-side { display: grid; grid-template-columns: minmax(290px, 360px); align-items: center; justify-content: end; gap: 0.85rem; }
.hero-offer-card { max-width: 360px; text-align: left; }
.offer-img { width: 100%; border-radius: 14px; margin-bottom: 15px; object-fit: cover; aspect-ratio: 1.35 / 1; transition: opacity 0.5s ease; }
.hero-offer-card { margin-top: 40px; }
.hero-offer-card__title { margin: 0 0 0.2rem; color: #ffffff; font-size: 0.98rem; font-weight: 900; line-height: 1.2; }
.model-hero-meta { margin: 0 0 0.7rem; display: grid; gap: 2px; }
.model-hero-name { margin: 0; color: #ffffff; font-size: 1rem; font-weight: 800; line-height: 1.25; }
.model-hero-price { margin: 0; color: #ffd814; font-size: 1.2rem; font-weight: 900; line-height: 1.1; }
.hero-offer-card__text { margin: 0 0 0.68rem; color: rgba(255,255,255,0.92); font-size: 0.9rem; line-height: 1.35; }
.offer-tag, .eyebrow { display: inline-flex; align-items: center; background: #ffd814; color: #111111; padding: 7px 12px; border-radius: 999px; font-weight: 700; font-size: 0.82rem; margin-bottom: 14px; }
.eyebrow { background: transparent; color: rgba(255,255,255,0.92); padding: 0; border-radius: 0; text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 800; margin-bottom: 0.75rem; }
.hero-points { margin: 0 0 0.9rem; padding-left: 1rem; color: rgba(255,255,255,0.92); }
.hero-points li { margin-bottom: 0.45rem; font-size: 0.9rem; line-height: 1.35; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-top: 1.15rem; }
.hero-proof { margin: 0.95rem 0 0; color: rgba(255,255,255,0.9); font-size: 0.93rem; font-weight: 700; line-height: 1.45; }
h1, h2, h3 { line-height: 1.15; margin-top: 0; color: #111111; }
.hero h1 { font-size: clamp(2.8rem, 5vw, 64px); line-height: 1.1; max-width: 650px; font-weight: 800; margin-bottom: 16px; }
h1 { font-size: clamp(2rem, 4.3vw, 3.3rem); margin-bottom: 16px; max-width: 12ch; }
h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin-bottom: 18px; }
h3 { font-size: 1.12rem; margin-bottom: 10px; }
p { margin: 0 0 16px; }
.button, .cta-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; background: var(--color-accent); color: #111111; border: 1px solid #f08804; border-radius: 999px; padding: 12px 20px; font-weight: 700; text-align: center; box-shadow: 0 2px 0 rgba(0,0,0,0.08); }
.button { min-width: 220px; }
.button-secondary { background: transparent; color: #ffffff; border: 1px solid rgba(255,255,255,0.55); }
.cta-button { width: 100%; min-height: 42px; background: #f97316; color: #ffffff; padding: 14px 24px; border-radius: 999px; font-weight: 600; border-color: #f97316; }
.button:hover, .cta-button:hover, .button:focus-visible, .cta-button:focus-visible { background: var(--color-accent-dark); color: #111111; transform: translateY(-1px); box-shadow: 0 10px 18px rgba(230,104,16,0.22); }
.button-secondary:hover, .button-secondary:focus-visible { background: rgba(255,255,255,0.08); color: #ffffff; }
.hero .cta-button:hover, .hero .cta-button:focus-visible { background: #ea580c; color: #ffffff; }
@media (min-width: 1024px) {
  .hero-offer-card { margin-top: 60px; }
}
.section { width: 100%; padding: 64px 0; }
.section-alt { background: #f3f4f6; }
body:not(.has-model-page) main > .section:not(.hero):not(.section-alt):nth-of-type(odd) { background: #ffffff; }
body:not(.has-model-page) main > .section:not(.hero):not(.section-alt):nth-of-type(even) { background: #f7f7f7; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.section-heading p { max-width: 760px; color: var(--color-muted); }
.brand-box, .category-box, .blog-card, .faq-item, .comparison-table, .product-card, .guide-card, .cta-panel, .cta-banner, .info-card { background: #ffffff; border: 1px solid var(--color-border); border-radius: 14px; box-shadow: 0 15px 35px rgba(0,0,0,0.08); }
.brand-box, .category-box, .blog-card, .faq-item, .guide-card { padding: 22px; }
.info-card { padding: 22px; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.brand-box:hover, .category-box:hover, .blog-card:hover, .faq-item:hover, .guide-card:hover, .info-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,0.15); }
.brand-logo-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; }
.brand-logo-box { display: flex; align-items: center; justify-content: center; min-height: 110px; padding: 18px; border-radius: 14px; }
.brand-logo-box img { width: 100%; max-width: 140px; height: 38px; object-fit: contain; filter: saturate(0.98) contrast(1.02); }
.product-grid, .guide-grid, .blog-home-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.guide-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.guide-grid-five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.guide-card-link { display: flex; flex-direction: column; justify-content: space-between; gap: 12px; min-height: 100%; background: linear-gradient(180deg, #ffffff 0%, #fbfbfd 100%); }
.guide-card-link .guide-kicker { margin-bottom: 0; color: #7c2d12; letter-spacing: 0.08em; }
.guide-card-link h3 { margin-bottom: 0; }
.guide-card-link p { margin: 0; color: var(--color-muted); }
.guide-card-link .category-link { margin-top: auto; color: var(--color-accent-dark); font-weight: 800; }
.guide-card-link:hover .category-link,
.guide-card-link:focus-visible .category-link { transform: translateX(4px); }
.category-showcase { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.category-showcase-seven { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.category-band { background: linear-gradient(135deg, #3a0ca3, #ff7a18); }
.category-band .section-heading h2, .category-band .section-heading p, .category-band .category-link, .category-band .category-content h3, .category-band .category-content p { color: #ffffff; }
.category-card { overflow: hidden; padding: 0; background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.16); }
.category-card img { width: 100%; height: 240px; object-fit: cover; }
.category-content { padding: 20px; }
.category-link { display: inline-flex; align-items: center; font-weight: 700; color: #111111; }
.product-card { position: relative; overflow: hidden; border: 1px solid #ddd; border-radius: 14px; padding: 15px 15px 12px; display: flex; flex-direction: column; gap: 12px; min-height: 100%; background: #fff; cursor: pointer; transition: all 0.25s ease; box-shadow: 0 5px 15px rgba(0,0,0,0.06); }
.product-card.recommended { border: 2px solid #ff9900; }
.product-badge { display: inline-flex; align-items: center; align-self: flex-start; background: #cc0c39; color: #ffffff; font-size: 0.78rem; font-weight: 700; border-radius: 999px; padding: 6px 10px; }
.product-badge-top { background: #cc0c39; color: #ffffff; }
.product-badge-rated { background: #0f766e; color: #ffffff; }
.product-badge-run { background: #1d4ed8; color: #ffffff; }
.product-badge-daily { background: #7c3aed; color: #ffffff; }
.product-badge-walk { background: #059669; color: #ffffff; }
.product-badge-train { background: #ea580c; color: #ffffff; }
.product-badge-kids { background: #d97706; color: #ffffff; }
.product-badge-value { background: #374151; color: #ffffff; }
.product-badge-new { background: #2563eb; color: #ffffff; }
.product-media,
.producto-img { width: 100%; aspect-ratio: 1 / 1; overflow: hidden; display: flex; align-items: center; justify-content: center; padding: 12px; background: #ffffff; border-radius: 8px; }
.product-media img,
.producto-img img,
.product-card img { width: 100%; height: 100%; object-fit: cover; background: #ffffff; transition: transform 0.3s ease; }
.product-card h3 { margin: 0; font-size: 1rem; line-height: 1.35; min-height: 2.7em; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.stars { display: flex; align-items: center; gap: 8px; color: #f3a847; font-size: 1rem; margin: 0; }
.meta-note, .update-note, .shipping-note, .product-price, .product-category { color: var(--color-muted); font-size: 0.92rem; }
.product-card .rating { color: #f5a623; font-size: 14px; }
.product-category { font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; }
.product-fit { margin: -4px 0 0; color: #4b5563; font-size: 0.93rem; line-height: 1.5; min-height: 3em; }
.product-price, .product-card .price { font-size: 18px; font-weight: 700; color: #111111; }
.product-demand-note { margin: -2px 0 0; color: #6b7280; font-size: 0.88rem; font-weight: 700; letter-spacing: 0.01em; }
.update-note { margin: -8px 0 0; color: #8b95a7; font-size: 0.82rem; font-weight: 700; }
.product-actions { display: grid; gap: 10px; }
.product-secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; width: 100%; background: #fff4d5; color: #111111; border: 1px solid #f1cd72; border-radius: 999px; padding: 12px 18px; font-weight: 700; }
.product-secondary:hover, .product-secondary:focus-visible { background: #ffe7ad; color: #111111; }
.product-card .button { background: #ff9900; color: #111; border-radius: 8px; font-weight: 600; transition: all 0.2s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,0.15); }
.product-card:hover img { transform: scale(1.05); }
.product-card .button:hover,
.product-card .button:focus-visible { background: #ff7a00; transform: scale(1.05); }
.product-card:hover .button { box-shadow: 0 5px 15px rgba(255,153,0,0.4); }
.cta-banner, .cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px; }
.cta-banner { background: linear-gradient(135deg, #ff7a18, #ffb347); border-color: #f1b060; }
.cta-banner-button { background: #111111; border-color: #111111; color: #ffffff; }
.cta-banner-button:hover, .cta-banner-button:focus-visible { background: #2a2a2a; color: #ffffff; }
.model-cta-banner { align-items: stretch; }
.model-cta-media { width: 132px; min-width: 132px; border-radius: 14px; overflow: hidden; background: rgba(255,255,255,0.18); box-shadow: 0 10px 24px rgba(0,0,0,0.12); }
.model-cta-media img { width: 100%; height: 100%; min-height: 132px; object-fit: cover; }
.model-cta-banner > div:first-of-type { display: flex; flex-direction: column; justify-content: center; }
.model-cta-meta { margin-top: 14px; display: grid; gap: 4px; }
.model-cta-kicker { margin: 0; font-size: 0.82rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(17,17,17,0.72); }
.model-cta-name { margin: 0; font-size: 1.08rem; font-weight: 800; color: #111111; }
.model-cta-price { margin: 0; font-size: 1.45rem; font-weight: 800; color: #111111; }
.seo-band { background: linear-gradient(180deg, #ffffff 0%, #f6f7fb 100%); }
.footer { background: #1a1f36; color: #ffffff; border-top: 1px solid #262d4f; padding: 36px 0; margin-top: 40px; }
.footer-columns { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.footer a, .footer h3, .footer p { color: #ffffff; }
.breadcrumbs { font-size: 0.95rem; color: var(--color-muted); margin-bottom: 16px; }
.breadcrumbs a { color: var(--color-link); }
.seo-copy, .faq-list, .article-content { display: grid; gap: 18px; }
.notice { background: #fff8e1; border: 1px solid #f0d48a; padding: 14px 18px; border-radius: 12px; color: #5f4400; }
@media (min-width: 720px) { .container { width: min(100% - 32px, var(--container)); } .product-grid, .blog-home-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1100px) { .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 920px) {
  .main-nav .container, .hero-layout, .content-columns, .cta-banner, .cta-panel { display: flex; flex-direction: column; align-items: flex-start; }
  .main-nav nav { width: 100%; display: grid; gap: 6px; }
  .main-nav nav > a, .menu-trigger { width: 100%; text-align: left; }
  .nav-dropdown { width: 100%; }
  .mega-menu { position: static; width: 100%; max-width: 100%; min-width: 100%; left: 0; right: auto; border-radius: 0; box-shadow: none; border: 1px solid #ececec; margin-top: 8px; opacity: 1; visibility: visible; transform: none; display: none; pointer-events: auto; padding: 18px; }
  .nav-dropdown.is-open .mega-menu { display: block; }
  .mega-container { grid-template-columns: 1fr; gap: 18px; }
  .mega-col { border-right: 0; padding-right: 0; }
  .mega-col a { padding: 10px 0; margin-bottom: 0; border-top: 1px solid #f1f1f1; transform: none !important; }
  .mega-col a:first-of-type { border-top: 0; }
  .hero { min-height: 400px; padding: 118px 0 40px; }
  .hero-header { height: auto; padding-top: 18px; }
  .hero-header .container { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
  .hero-nav { width: 100%; display: grid; gap: 6px; justify-content: stretch; }
  .hero-nav > a, .hero-header .menu-trigger { width: 100%; text-align: left; }
  .hero-header .mega-menu { border-color: #ececec; background: #ffffff; box-shadow: 0 10px 30px rgba(0,0,0,0.15); }
  .hero-header .mega-menu a,
  .hero-header .mega-col h4 { color: #111827; }
  .hero-grid { grid-template-columns: 1fr; gap: 1.2rem; }
  .hero-content { padding: 0 20px; }
  .hero-side { grid-template-columns: 1fr; justify-content: flex-start; }
  .hero-offer-card { width: min(100%, 360px); max-width: none; text-align: center; margin-top: 24px; }
  .hero-card, .hero-copy { width: 100%; }
  .model-cta-banner { flex-wrap: wrap; }
  .model-cta-media { width: 100px; min-width: 100px; }
  .guide-grid, .guide-grid-five, .category-showcase, .category-showcase-seven, .blog-home-grid, .footer-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brand-logo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  body { line-height: 1.55; }
  h1 { max-width: none; font-size: clamp(1.8rem, 7vw, 2.4rem); }
  .button, .cta-button, .product-secondary { width: 100%; }
  .section { padding: 40px 0; }
  .section-heading { display: block; }
  .hero { min-height: 350px; padding: 132px 0 32px; }
  .hero-header .container,
  .hero-content { padding-left: 0; padding-right: 0; }
  .hero h1 { font-size: clamp(1.75rem, 8.8vw, 2.2rem); max-width: none; }
  .hero-text { font-size: 0.95rem; line-height: 1.62; }
  .hero-proof { font-size: 0.84rem; }
  .hero-side { grid-template-columns: 1fr; }
  .hero-offer-card { width: 100%; margin-top: 20px; }
  .model-cta-banner { align-items: flex-start; }
  .model-cta-media { width: 88px; min-width: 88px; }
  .model-cta-name { font-size: 1rem; }
  .model-cta-price { font-size: 1.2rem; }
  .guide-grid, .guide-grid-five, .category-showcase, .category-showcase-seven, .blog-home-grid, .footer-columns { grid-template-columns: 1fr; }
  .brand-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-card img { height: 220px; }
  .product-media, .producto-img { padding: 10px; }
}
@media (max-width: 768px) {
  .hero-nav { display: none; }
  .hero-header .container { display: flex; justify-content: space-between; align-items: center; }
  .hero-content { margin-top: 40px; }
  .logo { max-width: 140px; }
  .hero-copy h1 { font-size: 32px; line-height: 1.2; }
  .hero-text { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 12px; }
  .hero-actions .button { width: 100%; }
  .logo img { height: 45px; }
  .hero-header .logo img { height: 52px; }
}

.editorial-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 14px 0 18px;
  color: #5b6473;
  font-size: 14px;
}

.editorial-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(0,0,0,0.06);
}

.editorial-method {
  margin-top: 10px;
}

.editorial-method .seo-copy {
  max-width: 980px;
}

/* Fichas individuales de modelo */
.article-content {
  max-width: 1080px;
  margin: 0 auto;
  gap: 24px;
}

.article-content > h2 {
  font-size: clamp(1.6rem, 2.5vw, 2.15rem);
  margin-top: 10px;
  padding-top: 18px;
  border-top: 1px solid #edf1f5;
}

.article-content > p,
.article-content .seo-copy p,
.article-content .faq-item p,
.article-content .guide-card p {
  max-width: 78ch;
  font-size: 1.02rem;
  line-height: 1.75;
  color: #273142;
}

.article-content .breadcrumbs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e8edf3;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.article-content .notice {
  padding: 18px 22px;
  border-radius: 16px;
  border: 1px solid #f0d48a;
  background: linear-gradient(135deg, #fff8e1 0%, #fff2c7 100%);
  box-shadow: 0 10px 24px rgba(240, 180, 60, 0.12);
  color: #5f4400;
}

.article-content .guide-grid {
  gap: 16px;
}

.article-content .guide-card,
.article-content .faq-item {
  border-radius: 16px;
  border: 1px solid #ebeff5;
  background: linear-gradient(180deg, #ffffff 0%, #fafbfd 100%);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.article-content .guide-card h3,
.article-content .faq-item h3 {
  font-size: 1.02rem;
  margin-bottom: 8px;
}

.article-content .section.section-alt {
  padding: 28px;
  border-radius: 20px;
  border: 1px solid #e8edf3;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.article-content .section-heading {
  margin-bottom: 18px;
}

.article-content .section-heading p {
  max-width: 72ch;
}

.model-hero-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow: 0 22px 48px rgba(17, 24, 39, 0.22);
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.18), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.08) 100%);
}

.model-hero-card .offer-img {
  border-radius: 16px;
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.2);
}

.model-hero-card .cta-button {
  background: linear-gradient(135deg, #ff9900, #ff7a00);
  border-color: #ff9900;
  color: #111111;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(255, 153, 0, 0.28);
}

.model-hero-card .cta-button:hover,
.model-hero-card .cta-button:focus-visible {
  background: linear-gradient(135deg, #ffb11a, #ff8800);
  color: #111111;
  box-shadow: 0 16px 28px rgba(255, 153, 0, 0.32);
}

.model-hero-name {
  font-size: 1.08rem;
}

.model-hero-price {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 216, 20, 0.14);
  border: 1px solid rgba(255, 216, 20, 0.35);
}

.model-cta-banner {
  position: relative;
  overflow: hidden;
  gap: 22px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.28);
  box-shadow: 0 22px 38px rgba(224, 104, 16, 0.2);
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.22), transparent 35%),
    linear-gradient(135deg, #ff8b1f 0%, #ffb347 100%);
}

.model-cta-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.08) 45%, transparent 100%);
  pointer-events: none;
}

.model-cta-banner h2 {
  margin-bottom: 10px;
}

.model-cta-banner p {
  color: rgba(17, 17, 17, 0.86);
}

.model-cta-banner .button {
  min-width: 240px;
}

.model-cta-media {
  border: 1px solid rgba(255,255,255,0.28);
}

.model-cta-meta {
  gap: 6px;
}

.model-cta-kicker {
  color: rgba(17,17,17,0.64);
}

.model-cta-name {
  font-size: 1.1rem;
}

.model-cta-price {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.38);
  border: 1px solid rgba(255,255,255,0.52);
}

.article-content .cta-banner:not(.model-cta-banner) {
  border-radius: 20px;
  box-shadow: 0 18px 34px rgba(224, 104, 16, 0.16);
}

@media (max-width: 768px) {
  .editorial-meta {
    font-size: 13px;
    gap: 8px;
  }

  .editorial-meta span {
    width: 100%;
    justify-content: center;
  }

  .article-content > h2 {
    padding-top: 14px;
    font-size: 1.45rem;
  }

  .article-content > p,
  .article-content .seo-copy p,
  .article-content .faq-item p,
  .article-content .guide-card p {
    font-size: 0.97rem;
    line-height: 1.68;
  }

  .article-content .section.section-alt {
    padding: 20px;
  }

  .model-cta-banner .button {
    min-width: 100%;
  }
}

/* Conversion tuning for product/detail layouts */
.section {
  margin-bottom: 60px;
}

.article-content > p,
.article-content .seo-copy p,
.article-content .faq-item p,
.article-content .guide-card p,
.article-content .notice,
.article-content .section-heading p {
  max-width: 700px;
}

.product-card {
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: all 0.25s ease;
  min-height: 100%;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.product-card .cta-button,
.product-card .product-secondary {
  min-height: 48px;
  border-radius: 10px;
  font-weight: 800;
}

.product-card .product-secondary {
  display: none;
}

.product-card .cta-button {
  background: linear-gradient(135deg, #ffb000, #ff8a00);
  border-color: #ff9900;
  color: transparent;
  font-size: 0;
  box-shadow: 0 10px 20px rgba(255, 153, 0, 0.28);
}

.product-card .cta-button::after {
  content: "Ver oferta en Amazon";
  color: #111111;
  font-size: 15px;
  line-height: 1;
}

.product-card .cta-button:hover,
.product-card .cta-button:focus-visible {
  background: linear-gradient(135deg, #ffbe2e, #ff9305);
  box-shadow: 0 14px 24px rgba(255, 153, 0, 0.36);
}

.button:hover,
.button:focus-visible,
.cta-button:hover,
.cta-button:focus-visible {
  transform: scale(1.05);
}

.product-badge {
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.12);
}

.product-badge-top::after {
  content: "";
}

.product-badge-rated::after {
  content: "";
}

.product-badge-value::after {
  content: "";
}

.product-price,
.product-card .price,
.model-cta-price,
.model-hero-price {
  font-size: 20px;
  font-weight: 700;
}

.article-content .cta-banner .button,
.article-content .cta-banner .cta-banner-button {
  min-height: 52px;
  padding: 14px 26px;
  border-radius: 12px;
  font-weight: 800;
  box-shadow: 0 14px 26px rgba(17, 24, 39, 0.18);
}

.article-content .cta-banner .button::after,
.article-content .cta-banner .cta-banner-button::after {
  content: " →";
}

.section {
  margin-bottom: 80px;
}

.hero-proof--amazon {
  display: grid;
  gap: 10px;
  margin-top: 22px;
  max-width: 700px;
}

.hero-proof--amazon span {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
  color: #222222;
  font-weight: 700;
}

.model-hero-card .hero-offer-card__title {
  font-size: 1.2rem;
  line-height: 1.3;
}

.model-hero-card .hero-offer-card__text {
  color: rgba(255, 255, 255, 0.88);
}

.model-hero-card .cta-button {
  min-height: 54px;
  width: 100%;
  border-radius: 12px;
  padding: 16px 24px;
  font-size: 0;
  color: transparent !important;
}

.model-hero-card .cta-button::after {
  content: "👉 Ver oferta ahora en Amazon →";
  font-size: 1rem;
  color: #111111;
}

.model-cta-banner {
  align-items: center;
}

.model-cta-banner .button,
.model-cta-banner .cta-banner-button {
  min-width: 280px;
  min-height: 56px;
  padding: 16px 28px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffb21c 0%, #ff7f00 100%);
  border-color: #ff9900;
  box-shadow: 0 16px 28px rgba(255, 143, 31, 0.32);
  color: transparent !important;
  font-size: 0;
}

.model-cta-banner .button::after,
.model-cta-banner .cta-banner-button::after {
  content: "👉 Ver oferta en Amazon →";
  font-size: 1rem;
  font-weight: 800;
  color: #111111;
}

body.has-model-page .hero-actions .button-secondary {
  display: none !important;
}

body.has-model-page .hero-actions .button:first-child {
  display: none !important;
}

body.has-model-page .hero-actions {
  display: flex;
}

body.has-model-page .hero-actions .button:last-child {
  min-height: 56px;
  padding: 16px 26px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffb21c 0%, #ff7f00 100%);
  border-color: #ff9900;
  box-shadow: 0 16px 28px rgba(255, 143, 31, 0.32);
  font-weight: 800;
}

.model-hero-urgency,
.model-cta-urgency {
  display: grid;
  gap: 6px;
  margin-top: 10px;
}

.model-hero-urgency span,
.model-cta-urgency span {
  color: #475569;
  font-size: 0.93rem;
  font-weight: 700;
}

.hero-card-trust {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.hero-card-trust span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  font-weight: 600;
}

.model-cta-banner .button:hover,
.model-cta-banner .button:focus-visible,
.model-cta-banner .cta-banner-button:hover,
.model-cta-banner .cta-banner-button:focus-visible {
  background: linear-gradient(135deg, #ffc543 0%, #ff8d08 100%);
  box-shadow: 0 20px 32px rgba(255, 143, 31, 0.38);
}

.trust-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  margin: -48px 0 40px;
  max-width: 700px;
}

.trust-notes span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e6edf5;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
  color: #334155;
  font-size: 0.95rem;
  font-weight: 600;
}

.product-card {
  padding-bottom: 14px;
}

.product-card .product-badge {
  top: 12px;
  left: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.product-card .stars {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  color: #f59e0b;
  font-size: 0.96rem;
  font-weight: 800;
}

.product-card .stars .meta-note {
  color: #475569;
  font-size: 0.84rem;
  font-weight: 700;
}

.product-price,
.product-card .price,
.model-cta-price,
.model-hero-price {
  font-size: 22px;
  font-weight: 800;
}

.article-content .cta-banner#veredicto .button,
.article-content .cta-banner#veredicto .cta-banner-button {
  min-height: 58px;
  padding-inline: 30px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffb21c 0%, #ff7f00 100%);
  border-color: #ff9900;
  box-shadow: 0 18px 30px rgba(255, 143, 31, 0.34);
  color: transparent !important;
  font-size: 0;
}

.article-content .cta-banner#veredicto .button::after,
.article-content .cta-banner#veredicto .cta-banner-button::after {
  content: "👉 🔥 Ver la mejor oferta disponible ahora en Amazon →";
  font-size: 1rem;
  font-weight: 800;
  color: #111111;
}

@media (max-width: 768px) {
  .hero-proof--amazon span,
  .trust-notes span {
    width: 100%;
    justify-content: center;
  }

  .trust-notes {
    margin: -56px 0 34px;
  }

  .model-cta-banner .button,
  .model-cta-banner .cta-banner-button,
  .article-content .cta-banner#veredicto .button,
  .article-content .cta-banner#veredicto .cta-banner-button {
    min-width: 100%;
    width: 100%;
  }
}

/* Premium landing consistency */
.section {
  width: 100%;
  margin-bottom: 80px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.text-content,
.article-content,
.seo-copy,
.faq-list {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.product-card,
.info-card,
.guide-card,
.faq-item,
.brand-box,
.category-box,
.blog-card,
.cta-panel,
.cta-banner {
  border-radius: 14px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.product-card:hover,
.info-card:hover,
.guide-card:hover,
.faq-item:hover,
.brand-box:hover,
.category-box:hover,
.blog-card:hover {
  transform: translateY(-6px);
}

.info-card {
  background: #fff;
  padding: 20px;
  border: 1px solid #e8edf3;
}

.button,
.cta-button {
  padding: 16px 28px;
  font-size: 16px;
}

.product-highlight,
.model-cta-banner {
  display: grid;
  grid-template-columns: 120px 1fr 220px;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.product-highlight img,
.model-cta-media img {
  width: 120px;
  height: auto;
}

.model-cta-media {
  width: 120px;
  min-width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.model-cta-banner > div:first-of-type {
  max-width: none;
}

.product-highlight .button,
.product-highlight .cta-banner-button,
.model-cta-banner .button,
.model-cta-banner .cta-banner-button {
  width: 220px;
  min-width: 220px;
  align-self: center;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-highlight .button::after,
.product-highlight .cta-banner-button::after,
.model-cta-banner .button::after,
.model-cta-banner .cta-banner-button::after {
  content: "👉 Ver oferta en Amazon →";
}

@media (max-width: 920px) {
  .product-highlight,
  .model-cta-banner {
    grid-template-columns: 100px 1fr;
  }

  .product-highlight .button,
  .product-highlight .cta-banner-button,
  .model-cta-banner .button,
  .model-cta-banner .cta-banner-button {
    grid-column: 1 / -1;
    justify-self: stretch;
    width: 100%;
  }

  .product-highlight img,
  .model-cta-media img {
    width: 100px;
  }

  .model-cta-media {
    width: 100px;
    min-width: 100px;
    height: 100px;
  }
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  overflow-x: hidden;
}

main,
.section {
  width: 100%;
}

.container,
.section > .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section > .container,
.hero .container,
.main-nav .container,
.hero-header .container,
.footer .container,
.resumen-box,
.product-highlight,
.model-cta-banner,
.article-content > .notice {
  margin-left: auto;
  margin-right: auto;
}

.text-content,
.article-content,
.seo-copy,
.faq-list {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.resumen-box,
.article-content > .notice {
  width: 100%;
  max-width: 1200px;
  padding: 0;
  border-radius: 14px;
  border-left: 1px solid #f0d48a;
  border-right: 1px solid #f0d48a;
  box-shadow: 0 10px 24px rgba(95, 68, 0, 0.08);
}

.resumen-box .inner,
.article-content > .notice {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.product-highlight,
.model-cta-banner {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 200px 1fr 260px;
  align-items: center;
  gap: 30px;
  padding: 40px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.product-highlight img,
.model-cta-media img {
  width: 200px;
  height: auto;
  border-radius: 12px;
}

.model-cta-media {
  width: 200px;
  min-width: 200px;
  height: 200px;
  border-radius: 16px;
}

.product-highlight h2,
.model-cta-banner h2 {
  font-size: 28px;
  line-height: 1.2;
}

.product-highlight .button,
.product-highlight .cta-banner-button,
.model-cta-banner .button,
.model-cta-banner .cta-banner-button {
  min-width: 220px;
  font-size: 16px;
  padding: 16px 24px;
}

.product-highlight .button::after,
.product-highlight .cta-banner-button::after,
.model-cta-banner .button::after,
.model-cta-banner .cta-banner-button::after {
  content: "Ver oferta en Amazon →";
}

@media (max-width: 768px) {
  .resumen-box .inner,
  .article-content > .notice {
    padding: 16px 20px;
  }

  .product-highlight,
  .model-cta-banner {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 28px;
  }

  .product-highlight img,
  .model-cta-media img {
    width: 160px;
    margin: 0 auto;
  }

  .model-cta-media {
    width: 160px;
    min-width: 160px;
    height: 160px;
    margin: 0 auto;
  }

  .product-highlight .button,
  .product-highlight .cta-banner-button,
  .model-cta-banner .button,
  .model-cta-banner .cta-banner-button {
    width: 100%;
  }
}

/* Home CTR tuning */
.hero-value-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  max-width: 620px;
}

.hero-value-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.94);
  font-weight: 700;
}

.hero-value-list li::before {
  content: "✔";
  color: #ffd814;
  font-weight: 900;
}

.section-trust-note {
  margin-top: 10px;
  margin-bottom: 0;
  color: #7c2d12;
  font-weight: 700;
}

.product-demand-note {
  margin: -4px 0 0;
  color: #b45309;
  font-size: 0.86rem;
  font-weight: 800;
}

.guide-card-link .category-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: auto;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 122, 24, 0.12);
  color: #c2410c;
  font-weight: 800;
}

.guide-card-link:hover .category-link,
.guide-card-link:focus-visible .category-link {
  background: rgba(255, 122, 24, 0.18);
}

.cta-banner--final {
  background: linear-gradient(135deg, #111827, #1f2937);
  border-color: #1f2937;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.22);
}

.cta-banner--final h2,
.cta-banner--final p {
  color: #ffffff;
}

.cta-banner--final .cta-banner-button {
  background: linear-gradient(135deg, #ffb21c 0%, #ff7f00 100%);
  border-color: #ff9900;
  color: #111111;
  box-shadow: 0 16px 28px rgba(255, 143, 31, 0.34);
}

.cta-banner--final .cta-banner-button:hover,
.cta-banner--final .cta-banner-button:focus-visible {
  background: linear-gradient(135deg, #ffc543 0%, #ff8d08 100%);
  color: #111111;
}

/* Product detail cleanup and premium conversion layout */
.container,
.section > .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.product-fit,
.product-demand-note,
.update-note,
.trust-notes {
  margin: 0;
}

.article-content {
  max-width: 1100px;
  gap: 28px;
}

.article-content .section {
  margin-bottom: 48px;
  padding: 24px 0;
}

.article-content .section-heading {
  margin-bottom: 16px;
}

.article-content .guide-grid {
  gap: 16px;
}

.article-content .guide-card,
.article-content .info-card,
.article-content .faq-item {
  border-radius: 16px;
}

.model-cta-banner,
.product-highlight,
.cta-box {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 220px;
  gap: 20px;
  align-items: center;
  padding: 28px;
  border-radius: 18px;
}

.model-cta-banner {
  overflow: visible;
  box-shadow: 0 22px 40px rgba(224, 104, 16, 0.18);
}

.model-cta-banner::after {
  display: none;
}

.model-cta-media {
  width: 120px;
  min-width: 120px;
  height: 120px;
  margin: 0;
}

.model-cta-media img,
.product-highlight img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 14px;
}

.cta-box-content {
  min-width: 0;
}

.cta-box-content p {
  margin-bottom: 12px;
}

.cta-box-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}

.cta-box-actions .button,
.cta-box-actions .cta-banner-button,
.model-cta-banner .button,
.model-cta-banner .cta-banner-button {
  position: static;
  width: 100%;
  min-width: 0;
  max-width: none;
  justify-self: auto;
  align-self: stretch;
}

.cta-box-actions .trust-notes,
.model-cta-banner .trust-notes {
  display: grid;
  gap: 10px;
  max-width: none;
  margin-top: 4px;
}

.cta-box-actions .trust-notes span,
.model-cta-banner .trust-notes span {
  width: 100%;
  justify-content: flex-start;
}

.product-feel-section {
  padding: 28px;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff8e8 0%, #fff3d6 100%);
  border: 1px solid #f2d49a;
  box-shadow: 0 16px 32px rgba(180, 120, 20, 0.10);
}

.product-feel-section .info-card {
  background: rgba(255, 255, 255, 0.82);
  box-shadow: none;
  border: 1px solid rgba(240, 180, 60, 0.18);
}

.pros-cons-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.pros-cons-section .info-card h3 {
  margin-bottom: 12px;
}

.pros-cons-section .info-card ul {
  margin: 0;
  padding-left: 18px;
}

.cta-panel-final {
  align-items: center;
  gap: 24px;
  padding: 30px;
  border-radius: 20px;
  background: linear-gradient(135deg, #fff1cf 0%, #ffe3ad 100%);
  border: 1px solid #f4c36f;
  box-shadow: 0 18px 36px rgba(255, 153, 0, 0.16);
}

.cta-panel-final .button {
  min-height: 58px;
  min-width: 280px;
  padding: 16px 30px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffb21c 0%, #ff7f00 100%);
  border-color: #ff9900;
  box-shadow: 0 18px 30px rgba(255, 143, 31, 0.28);
}

.cta-panel-final .button:hover,
.cta-panel-final .button:focus-visible {
  background: linear-gradient(135deg, #ffc543 0%, #ff8d08 100%);
}

.btn-primary {
  background: #ff7a00;
  padding: 14px 20px;
  border-radius: 10px;
  font-weight: bold;
  display: inline-block;
}

@media (max-width: 920px) {
  .model-cta-banner,
  .product-highlight,
  .cta-box,
  .pros-cons-grid,
  .cta-panel-final {
    grid-template-columns: 1fr;
  }

  .model-cta-media {
    margin: 0 auto;
  }

  .cta-box-actions .trust-notes span,
  .model-cta-banner .trust-notes span {
    justify-content: center;
  }

  .cta-panel-final .button {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .hero-value-list {
    max-width: none;
  }
}

/* Premium visual refinement for product pages */
.section {
  margin: 60px 0;
}

.section-alt,
.product-feel-section,
.article-content .section.section-alt {
  background: #f5f7fa;
}

.section-white,
.article-content .section:not(.section-alt):not(.hero) {
  background: #ffffff;
}

h2,
.article-content > h2,
.section-heading h2,
.product-highlight h2,
.model-cta-banner h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.brand-box,
.category-box,
.blog-card,
.faq-item,
.comparison-table,
.product-card,
.guide-card,
.cta-panel,
.cta-banner,
.info-card,
.model-cta-banner,
.product-highlight,
.product-feel-section,
.methodology-box,
.editorial-note,
.trust-box,
.persona-fit-grid .info-card,
.use-case-grid .info-card,
.article-content .faq-item {
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.25s ease;
}

.brand-box:hover,
.category-box:hover,
.blog-card:hover,
.faq-item:hover,
.product-card:hover,
.guide-card:hover,
.info-card:hover,
.model-cta-banner:hover,
.product-highlight:hover,
.methodology-box:hover,
.editorial-note:hover,
.trust-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.model-cta-banner,
.product-highlight,
.cta-box {
  background: linear-gradient(135deg, #fff7ea 0%, #fff1d7 100%);
  border: 1px solid rgba(255, 145, 32, 0.22);
}

.btn-amazon,
.model-cta-banner .button,
.model-cta-banner .cta-banner-button,
.product-highlight .button,
.product-highlight .cta-banner-button,
.cta-box-actions .button,
.cta-box-actions .cta-banner-button {
  background: linear-gradient(135deg, #ff7a00, #ff9a2f);
  padding: 14px 24px;
  border-radius: 12px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ef7a00;
  color: #111111;
  min-height: 52px;
  box-shadow: 0 10px 24px rgba(255, 122, 0, 0.24);
}

.btn-amazon:hover,
.btn-amazon:focus-visible,
.model-cta-banner .button:hover,
.model-cta-banner .button:focus-visible,
.model-cta-banner .cta-banner-button:hover,
.model-cta-banner .cta-banner-button:focus-visible,
.product-highlight .button:hover,
.product-highlight .button:focus-visible,
.product-highlight .cta-banner-button:hover,
.product-highlight .cta-banner-button:focus-visible,
.cta-box-actions .button:hover,
.cta-box-actions .button:focus-visible,
.cta-box-actions .cta-banner-button:hover,
.cta-box-actions .cta-banner-button:focus-visible {
  background: linear-gradient(135deg, #ff8a12, #ffab45);
  box-shadow: 0 15px 40px rgba(255, 122, 0, 0.28);
}

.model-cta-banner .button::after,
.model-cta-banner .cta-banner-button::after,
.product-highlight .button::after,
.product-highlight .cta-banner-button::after,
.cta-box-actions .button::after,
.cta-box-actions .cta-banner-button::after,
.btn-amazon::after {
  content: "Ver precio en Amazon";
}

.product-feel-section,
.article-content .section.section-alt {
  border: 1px solid rgba(160, 174, 192, 0.18);
}

.product-feel-section .section-heading,
.article-content .section.section-alt .section-heading {
  margin-bottom: 18px;
}

.pros-cons-grid .info-card,
.faq-item,
.methodology-box,
.trust-box,
.editorial-note {
  background: #ffffff;
}

/* Final premium polish for affiliate purchase block */
.model-cta-banner,
.product-highlight {
  background: #f5e6d3;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.model-cta-media {
  width: 110px;
  min-width: 110px;
  height: 110px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0,0,0,0.10);
  background: #ffffff;
}

.model-cta-media img,
.product-highlight img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 12px;
}

.model-cta-price {
  display: inline-flex;
  align-items: center;
  margin: 10px 0 0;
  padding: 10px 18px;
  background: #ffffff;
  border-radius: 999px;
  font-weight: 700;
  color: #111827;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.cta-box-content p,
.cta-box-actions p {
  color: #374151;
}

.cta-action-intro {
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.55;
  color: #374151;
}

.model-cta-banner .button,
.model-cta-banner .cta-banner-button,
.product-highlight .button,
.product-highlight .cta-banner-button,
.cta-box-actions .button,
.cta-box-actions .cta-banner-button {
  background: linear-gradient(135deg, #ff8a00, #ff6a00);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
  padding: 16px 24px;
  border-radius: 12px;
  border: 0;
  box-shadow: 0 8px 20px rgba(255, 106, 0, 0.25);
  min-height: 56px;
  text-shadow: none;
}

.model-cta-banner .button:hover,
.model-cta-banner .button:focus-visible,
.model-cta-banner .cta-banner-button:hover,
.model-cta-banner .cta-banner-button:focus-visible,
.product-highlight .button:hover,
.product-highlight .button:focus-visible,
.product-highlight .cta-banner-button:hover,
.product-highlight .cta-banner-button:focus-visible,
.cta-box-actions .button:hover,
.cta-box-actions .button:focus-visible,
.cta-box-actions .cta-banner-button:hover,
.cta-box-actions .cta-banner-button:focus-visible {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #ff981f, #ff7312);
  box-shadow: 0 12px 28px rgba(255, 106, 0, 0.32);
  color: #ffffff !important;
}

.model-cta-banner .button::after,
.model-cta-banner .cta-banner-button::after,
.product-highlight .button::after,
.product-highlight .cta-banner-button::after,
.cta-box-actions .button::after,
.cta-box-actions .cta-banner-button::after {
  content: none !important;
  display: none !important;
}

.model-cta-banner .button,
.model-cta-banner .cta-banner-button {
  min-width: 220px;
}

.cta-box-actions .trust-notes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 0;
}

.cta-box-actions .trust-notes span,
.model-cta-banner .trust-notes span {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  max-width: 100%;
  padding: 10px 16px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #374151;
  font-size: 14px;
  line-height: 1.4;
  box-shadow: none;
  border: 1px solid rgba(17,24,39,0.06);
}

.trust-notes-secondary {
  margin-top: 2px;
}

@media (max-width: 920px) {
  .model-cta-banner,
  .product-highlight {
    padding: 24px;
  }

  .model-cta-media,
  .model-cta-media img,
  .product-highlight img {
    width: 100px;
    height: 100px;
  }

  .model-cta-banner .button,
  .model-cta-banner .cta-banner-button {
    min-width: 0;
    width: 100%;
  }
}

/* Closer visual match to premium reference for product purchase block */
.model-cta-banner.product-highlight {
  grid-template-columns: 132px minmax(0, 1fr) 272px;
  gap: 24px;
  align-items: start;
  padding: 28px 30px;
  background: linear-gradient(180deg, #fbefdf 0%, #f7e7d1 100%);
  border: 1px solid rgba(231, 186, 111, 0.55);
  box-shadow: 0 18px 42px rgba(74, 46, 18, 0.10);
}

.model-cta-banner .model-cta-media {
  width: 124px;
  min-width: 124px;
  height: 148px;
  margin-top: 86px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(100, 62, 15, 0.18);
}

.model-cta-banner .model-cta-media img {
  width: 124px;
  height: 148px;
  border-radius: 16px;
}

.model-cta-banner .cta-box-content {
  padding-right: 4px;
}

.model-cta-banner .cta-box-content h2 {
  margin: 0 0 16px;
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #222222;
}

.model-cta-banner .cta-box-lead {
  max-width: 690px;
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.65;
  color: #343434;
}

.model-cta-banner .model-cta-kicker {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2f3c56;
}

.model-cta-banner .model-cta-name {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: #2f3c56;
}

.model-cta-banner .model-cta-price {
  display: inline-flex;
  align-items: center;
  margin: 0 0 18px;
  padding: 12px 20px;
  border-radius: 999px;
  background: #ffffff;
  font-size: 18px;
  font-weight: 800;
  color: #2f3c56;
  box-shadow: 0 8px 18px rgba(0,0,0,0.06);
}

.model-cta-banner .model-cta-urgency {
  display: grid;
  gap: 8px;
  margin: 0 0 4px;
}

.model-cta-banner .model-cta-urgency span {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #2f3c56;
  font-size: 13px;
  font-weight: 700;
}

.model-cta-banner .cta-compare-copy,
.model-cta-banner .cta-final-copy {
  max-width: 700px;
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.55;
  color: #374151;
}

.model-cta-banner .hero-points {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.model-cta-banner .hero-points li {
  position: relative;
  padding-left: 22px;
  font-size: 13px;
  line-height: 1.4;
  color: #b87721;
}

.model-cta-banner .hero-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #eba91f;
  font-weight: 800;
}

.model-cta-banner .cta-box-actions {
  gap: 12px;
  padding-top: 34px;
}

.model-cta-banner .cta-action-intro {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.5;
  color: #374151;
}

.model-cta-banner .cta-banner-button {
  min-width: 250px;
  min-height: 86px;
  padding: 16px 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff8a00, #ff6a00);
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  box-shadow: 0 12px 28px rgba(255, 106, 0, 0.24);
}

.model-cta-banner .cta-box-actions .trust-notes,
.model-cta-banner .cta-box-actions .trust-notes-secondary {
  display: grid;
  gap: 10px;
}

.model-cta-banner .trust-notes span,
.model-cta-banner .trust-notes-secondary span {
  min-height: 52px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #f1f3f7;
  border: 1px solid rgba(176, 185, 199, 0.22);
  color: #374151;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  box-shadow: 0 8px 18px rgba(40, 47, 58, 0.05);
}

.model-cta-banner .trust-notes span::before,
.model-cta-banner .trust-notes-secondary span::before {
  content: "✔";
  margin-right: 10px;
  color: #93c83f;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .model-cta-banner.product-highlight {
    grid-template-columns: 116px minmax(0, 1fr) 248px;
    gap: 20px;
    padding: 24px;
  }

  .model-cta-banner .cta-box-actions {
    padding-top: 20px;
  }

  .model-cta-banner .cta-banner-button {
    min-width: 0;
  }
}

@media (max-width: 920px) {
  .model-cta-banner.product-highlight {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }

  .model-cta-banner .model-cta-media {
    margin: 0 auto;
    width: 112px;
    min-width: 112px;
    height: 136px;
  }

  .model-cta-banner .model-cta-media img {
    width: 112px;
    height: 136px;
  }

  .model-cta-banner .cta-box-content h2 {
    font-size: 23px;
  }

  .model-cta-banner .cta-box-actions {
    padding-top: 0;
  }

  .model-cta-banner .cta-banner-button {
    width: 100%;
    min-height: 72px;
  }
}
