:root {
  --blue: #1854a6;
  --blue-2: #2d6cc0;
  --blue-deep: #102a4d;
  --blue-night: #071b34;
  --charcoal: #101214;
  --graphite: #25282c;
  --white: #fff;
  --gray-50: #f7f9fb;
  --gray-100: #eef1f4;
  --gray-200: #dfe5eb;
  --gray-500: #76818c;
  --silver: #aeb5bc;
  --yellow: #F9AE19;
  --yellow-dark: #D9910B;
  --red: #c92b32;
  --green: #20b85a;
  --radius: 12px;
  --shadow: 0 12px 35px rgba(12, 35, 62, .12);
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body { margin: 0; color: var(--blue-deep); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; transform: translateY(-150%); background: var(--yellow); color: #001a35; padding: 10px 16px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { transform: none; }

.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; padding: 11px 18px; border-radius: 7px; font-weight: 800; font-size: .92rem; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,.16); }
.button--small { min-height: 34px; padding: 7px 13px; font-size: .78rem; }
.button--yellow { background: var(--yellow); color: #081d33; border-color: var(--yellow); }
.button--yellow:hover { background: #FFBE45; }
.button--blue { background: var(--blue); color: var(--white); border-color: var(--blue); }
.button--blue:hover { background: #0f4593; }
.button--outline-light { color: var(--white); border-color: rgba(255,255,255,.78); background: rgba(5,20,38,.22); backdrop-filter: blur(5px); }
.button--full { width: 100%; padding-inline: 9px; font-size: .78rem; }
.button--instagram { color: #102a4d; background: #fff; border-color: #b9c6d2; }
.button-icon { width: 20px; height: 20px; flex: 0 0 20px; object-fit: contain; }
.button-icon--white { filter: brightness(0) invert(1); }
.button--whatsapp { color: #fff; background: #20b85a; border-color: #20b85a; }

.topbar { height: 38px; background: #0b0e11; color: #fff; font-size: .74rem; }
.topbar__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topbar__item { display: flex; align-items: center; gap: 6px; white-space: nowrap; opacity: .9; }
.mini-icon { color: var(--yellow); font-size: 1rem; font-weight: 900; }
.mini-icon-img { width: 17px; height: 17px; flex: 0 0 17px; object-fit: contain; }
.mini-icon-img--instagram, .mini-icon-img--whatsapp { width: 18px; height: 18px; }
.topbar__cta { margin-left: auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: linear-gradient(90deg, #0f3159, #061b34); color: #fff; box-shadow: 0 4px 18px rgba(0,0,0,.18); }
.site-header__inner { min-height: 72px; display: flex; align-items: center; gap: 24px; }
.brand { flex: 0 0 auto; display: inline-flex; flex-direction: column; line-height: .9; color: #fff; }
.brand--image { display: inline-flex; align-items: center; }
.brand--image img { display: block; width: auto; max-width: 100%; height: 60px; object-fit: contain; }
.brand__main { font-size: 2rem; font-weight: 950; letter-spacing: -.07em; }
.brand__sub { margin-top: 5px; font-size: .88rem; font-weight: 800; }
.brand__city { margin-top: 5px; font-size: .58rem; font-weight: 900; letter-spacing: .28em; color: #69b6ff; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 21px; font-size: .78rem; font-weight: 750; }
.main-nav a { position: relative; padding-block: 27px; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 15px; height: 2px; background: var(--yellow); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-actions .button { font-size: .78rem; padding-inline: 14px; }
.social-chip { width: 36px; height: 36px; border-radius: 8px; background: transparent; display: grid; place-items: center; overflow: hidden; }
.social-chip img { width: 25px; height: 25px; object-fit: contain; }
.nav-toggle { display: none; width: 43px; height: 43px; padding: 9px; border: 1px solid rgba(255,255,255,.28); background: transparent; border-radius: 8px; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; transition: .2s ease; }

.hero { position: relative; min-height: 660px; color: #fff; display: flex; align-items: stretch; overflow: hidden; }
.hero__picture, .hero__picture img, .hero__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__picture img { object-fit: cover; object-position: center 52%; }
.hero__overlay { background: linear-gradient(180deg, rgba(4,18,37,.14) 0%, rgba(5,20,39,.10) 26%, rgba(5,20,39,.22) 48%, rgba(5,20,39,.62) 100%), radial-gradient(circle at 50% 18%, rgba(7,32,66,.46) 0%, rgba(7,32,66,.28) 20%, rgba(7,32,66,.08) 42%, rgba(7,32,66,.00) 58%); }
.hero__content { position: relative; z-index: 2; min-height: 660px; padding: 86px 0 132px; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; text-align: center; }
.hero__copy { max-width: 860px; margin: 0 auto; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); text-transform: uppercase; letter-spacing: .12em; font-weight: 900; font-size: .72rem; }
.eyebrow { color: #e7f3ff; text-shadow: 0 5px 16px rgba(0,0,0,.24); }
.eyebrow::before, .section-kicker::before { content: ""; width: 28px; height: 3px; background: var(--yellow); border-radius: 999px; }
.section-kicker--light { color: #a9d8ff; }
.hero h1 { max-width: 820px; margin: 18px auto 16px; font-size: clamp(2.6rem, 4.6vw, 4.9rem); line-height: .98; letter-spacing: -.055em; text-shadow: 0 10px 30px rgba(0,0,0,.34); }
.hero__copy > p { max-width: 700px; margin: 0 auto; font-size: 1.14rem; color: #edf4fb; text-shadow: 0 6px 20px rgba(0,0,0,.26); }
.hero__buttons { margin-top: 28px; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.hero-features { position: absolute; left: 50%; transform: translateX(-50%); bottom: 22px; display: flex; align-items: flex-start; justify-content: center; gap: 34px; width: min(100%, 980px); }
.hero-features a { min-width: 70px; display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: .72rem; color: #fff; text-align: center; }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; background: rgba(0,43,82,.85); border: 1px solid rgba(112,190,255,.2); border-radius: 50%; box-shadow: 0 5px 20px rgba(0,0,0,.25); }
.feature-icon img { width: 42px; height: 42px; object-fit: contain; }
.feature-icon img[src$="icon-truck-transparente-v2.png"] { width: 30px; height: 30px; }


.hero__badge { position: absolute; z-index: 3; right: 24px; bottom: 18px; padding: 6px 10px; border-radius: 7px; color: #fff; background: #1751a0; font-weight: 800; font-size: .72rem; }


.tools-section { background: #f5f8fb; }
.tools-section__heading p { max-width: 620px; }
.tools-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 12px; }
.tools-products-preview { margin-top: 32px; }
.tool-card { appearance: none; width: 100%; min-width: 0; padding: 18px 12px 16px; border: 1px solid #dbe4ec; border-radius: 14px; background: #fff; color: #102a4d; display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; cursor: pointer; box-shadow: 0 8px 24px rgba(7,31,57,.06); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; font: inherit; }
.tool-card:hover, .tool-card:focus-visible { transform: translateY(-3px); border-color: rgba(249,174,25,.75); box-shadow: 0 14px 28px rgba(7,31,57,.12); outline: none; }
.tool-card__icon { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 50%; background: #edf4fa; border: 1px solid #d7e5f1; }
.tool-card__icon img { width: 52px; height: 52px; object-fit: contain; }
.tool-card strong { display: block; font-size: .95rem; line-height: 1.15; }
.tool-card small { display: block; margin-top: 5px; color: #65778a; font-size: .72rem; line-height: 1.35; }

.section { padding: 66px 0; }
.section--compact { padding: 22px 0; }
.section--dark { background: linear-gradient(135deg, #09213e, #06162b); color: #fff; }
.section-heading { margin-bottom: 24px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.section-heading h2, .primers h2, .varnishes h2, .spot h2, .chooser h2, .shipping h2, .faq-panel h2, .form-panel h2 { margin: 5px 0 0; font-size: clamp(1.75rem, 3vw, 2.7rem); line-height: 1.03; letter-spacing: -.04em; }
.section-heading p { max-width: 490px; margin: 0; color: #68798b; }

.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.category-card { position: relative; min-height: 190px; display: flex; overflow: hidden; border-radius: 9px; color: #fff; background: linear-gradient(110deg, #071b34 0 54%, #123b67 100%); box-shadow: 0 7px 22px rgba(12,35,62,.12); isolation: isolate; }
.category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,17,31,.93) 0%, rgba(3,20,37,.68) 52%, transparent 100%); z-index: -1; }
.category-card__content { position: relative; z-index: 2; max-width: 58%; padding: 23px 10px 20px 24px; }
.category-card h3 { margin: 0 0 8px; font-size: 1.24rem; line-height: 1.1; }
.category-card p { margin: 0; color: #d8e2ed; font-size: .88rem; }
.category-card img { position: absolute; right: -4%; bottom: -16%; width: 54%; height: 120%; object-fit: contain; transition: transform .3s ease; z-index: -2; }
.category-card:hover img { transform: scale(1.06) rotate(-2deg); }

.featured { padding-top: 40px; }
.featured-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 10px; }
.product-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid #dce3ea; border-radius: 9px; padding: 12px 11px; background: #fff; box-shadow: 0 4px 15px rgba(14,42,73,.06); }
.product-card__image { height: 148px; display: grid; place-items: center; margin-bottom: 8px; }
.product-card__image img { max-height: 145px; width: 100%; object-fit: contain; }
.product-card__brand { margin-top: 3px; color: #667687; text-transform: uppercase; font-weight: 800; font-size: .55rem; }
.product-card h3 { margin: 5px 0 8px; min-height: 48px; font-size: .92rem; line-height: 1.15; color: #152f4d; }
.product-card > p { min-height: 54px; margin: 0 0 8px; color: #586878; font-size: .72rem; }
.product-card dl { margin: 0 0 9px; font-size: .64rem; }
.product-card dt { color: #68798b; }
.product-card dd { margin: 0 0 5px; font-weight: 750; }
.product-card small { margin-top: auto; margin-bottom: 9px; color: #87919b; font-size: .57rem; }

.family-layout { display: grid; grid-template-columns: 1.1fr repeat(5, 1fr); border: 1px solid rgba(255,255,255,.16); border-radius: 11px; overflow: hidden; }
.family-intro, .family-product { padding: 24px; border-right: 1px solid rgba(255,255,255,.16); }
.family-intro { background: linear-gradient(140deg, #123e6e, #061a32); }
.family-intro h2 { margin: 6px 0 10px; font-size: 2rem; }
.family-intro p { margin: 0 0 15px; color: #d8e5f0; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 23px; margin: 6px 0; font-size: .84rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--yellow); font-weight: 900; }
.family-product { min-width: 0; display: flex; flex-direction: column; text-align: left; background: rgba(255,255,255,.025); }
.family-product:last-child { border-right: 0; }
.family-product h3 { margin: 0 0 6px; font-size: .97rem; }
.family-product p { min-height: 54px; margin: 0; color: #c8d4df; font-size: .76rem; }
.family-product img { width: 100%; height: 165px; margin-top: auto; object-fit: contain; }

.primers-layout { display: grid; grid-template-columns: 260px 1fr; gap: 24px; align-items: stretch; }
.primers-intro { padding: 6px 0; }
.primers-intro > p { color: #657689; }
.fine-print { font-size: .76rem; }
.primer-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #dce3ea; border-radius: 10px; overflow: hidden; }
.primer-grid article { min-width: 0; padding: 24px 14px 14px; text-align: center; border-right: 1px solid #e5eaf0; background: #fff; }
.primer-grid article:last-child { border-right: 0; }
.primer-grid h3 { margin: 0 0 8px; font-size: .96rem; }
.primer-grid p { min-height: 46px; margin: 0; color: #637386; font-size: .75rem; }
.primer-grid img { width: 100%; height: 190px; margin-top: 10px; object-fit: contain; }

.varnishes { padding-block: 36px; }
.varnishes__inner { min-height: 350px; display: grid; grid-template-columns: 300px 1fr 250px; align-items: center; gap: 20px; }
.varnishes__copy p { color: #d1dce6; }
.varnishes__products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; align-items: end; }
.varnishes__products img { width: 100%; height: 245px; object-fit: contain; filter: drop-shadow(0 12px 12px rgba(0,0,0,.35)); }
.varnishes__pour { position: relative; height: 280px; display: flex; align-items: flex-end; justify-content: flex-end; justify-self: end; width: 100%; overflow: visible; padding: 0; }
.varnishes__pour img { display: block; width: auto; max-width: 100%; max-height: 228px; height: auto; margin-left: auto; object-fit: contain; object-position: right bottom; filter: drop-shadow(0 10px 16px rgba(0,0,0,.32)); }

.spot-layout { display: grid; grid-template-columns: 250px 1fr; gap: 24px; }
.spot-intro p { color: #67788a; }
.warning { padding-left: 22px; position: relative; font-size: .76rem; }
.warning::before { content: "◆"; position: absolute; left: 0; color: var(--red); }
.spot-grid { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid #dce3ea; border-radius: 10px; overflow: hidden; }
.spot-grid article { padding: 18px 10px; text-align: center; border-right: 1px solid #e5eaf0; }
.spot-grid article:last-child { border-right: 0; }
.spot-grid img { height: 195px; width: 100%; object-fit: contain; }
.spot-grid span { display: block; margin-top: 6px; color: #68798a; text-transform: uppercase; font-size: .58rem; font-weight: 800; }
.spot-grid h3 { margin: 5px 0 0; font-size: .87rem; line-height: 1.17; }

.complements { background: var(--gray-50); border-block: 1px solid #e5eaf0; }
.complement-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.complement-chips span { padding: 9px 14px; border: 1px solid #cbd5df; border-radius: 99px; background: #fff; font-size: .85rem; font-weight: 750; }

.brands { padding: 28px 0 22px; border-bottom: 1px solid #dfe5eb; }
.brands h2 { margin: 0 0 18px; font-size: 1.3rem; }
.brand-strip { display: grid; grid-template-columns: repeat(7, 1fr); align-items: center; gap: 24px; }
.brand-strip img { width: 100%; height: 55px; object-fit: contain; }
.brands p { margin: 15px 0 0; color: #748391; font-size: .74rem; }

.chooser { padding-top: 44px; }
.chooser-grid { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid #dce3ea; border-radius: 10px; overflow: hidden; background: #fff; }
.chooser-grid article { min-width: 0; padding: 18px 12px 20px; text-align: center; border-right: 1px solid #e2e7ed; }
.chooser-grid article:last-child { border-right: 0; }
.chooser-icon { height: 72px; display: grid; place-items: center; font-size: 3.2rem; color: var(--blue-deep); }
.chooser-icon img { width: 72px; height: 66px; object-fit: contain; }
.chooser-grid h3 { margin: 8px 0 0; font-size: .78rem; line-height: 1.25; }
.chooser-cta { margin-top: 16px; display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.chooser-cta p { margin: 0; color: #68798b; }

.cards-section { padding-top: 22px; }
.cards-section__grid { display: grid; grid-template-columns: 1fr 1fr 1.45fr; gap: 12px; }
.story-card { position: relative; min-height: 300px; overflow: hidden; border-radius: 10px; color: #fff; background: var(--blue-deep); }
.story-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.story-card--workshop > img { object-position: 68% center; }
.story-card--promo > img { object-position: center; }
.story-card--about > img { object-position: 78% 58%; }
.story-card__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,22,42,.97) 0%, rgba(5,25,47,.82) 52%, rgba(5,25,47,.2) 100%); }
.story-card--promo .story-card__overlay { background: linear-gradient(90deg, rgba(4,22,42,.97) 0%, rgba(5,25,47,.88) 58%, rgba(5,25,47,.16) 100%); }
.story-card__content { position: relative; z-index: 2; max-width: 65%; padding: 24px; }
.story-card--about .story-card__content { max-width: 61%; }
.story-card h2 { margin: 0 0 9px; font-size: 1.35rem; line-height: 1.08; }
.story-card h3 { margin: 0 0 8px; font-size: 1.05rem; }
.story-card p, .story-card li { color: #d7e3ed; font-size: .8rem; }
.story-card ul { margin: 9px 0 0; padding-left: 18px; }
.promo-label { display: inline-block; margin-bottom: 8px; padding: 4px 8px; border-radius: 3px; background: var(--red); font-size: .66rem; font-weight: 900; }
.promotion--hidden { display: none !important; }

.shipping { background: var(--blue-deep); color: #fff; }
.shipping__grid { display: grid; grid-template-columns: 1.2fr 1.4fr auto; gap: 36px; align-items: center; }
.shipping p { color: #d4e0ea; }
.shipping ol { margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 30px; counter-reset: ship; list-style: none; padding: 0; }
.shipping li { position: relative; padding-left: 31px; font-size: .85rem; }
.shipping li::before { counter-increment: ship; content: counter(ship); position: absolute; left: 0; top: -2px; width: 23px; height: 23px; border-radius: 50%; display: grid; place-items: center; color: #09213e; background: var(--yellow); font-weight: 900; }

.contact-section { background: #fff; }
.contact-grid { display: grid; grid-template-columns: 360px 1fr; gap: 22px; }
.faq-panel, .form-panel { border: 1px solid #dbe3ea; border-radius: 10px; padding: 23px; box-shadow: 0 8px 24px rgba(16,42,77,.06); }
.faq-list { margin-top: 18px; }
.faq-list details { border-top: 1px solid #e3e8ed; }
.faq-list details:last-child { border-bottom: 1px solid #e3e8ed; }
.faq-list summary { position: relative; cursor: pointer; padding: 13px 34px 13px 0; font-weight: 800; font-size: .88rem; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 9px; font-size: 1.3rem; color: var(--blue); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: 0 0 14px; color: #657587; font-size: .82rem; }
.faq-panel small { display: block; margin-top: 14px; color: #7c8894; }
.form-panel > p { margin-top: 4px; color: #68798b; }
.form-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.form-grid label { display: flex; flex-direction: column; gap: 4px; }
.form-grid label span { font-size: .7rem; font-weight: 800; color: #506376; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid #d4dde6; border-radius: 6px; padding: 10px 11px; color: #102a4d; background: #fff; outline: none; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(24,84,166,.11); }
.form-message { grid-column: span 2; }
.form-actions { margin-top: 12px; display: flex; justify-content: flex-end; gap: 10px; }
.form-note { margin: 10px 0 0; color: #71808d; font-size: .72rem; }

.final-cta { padding: 56px 0; color: #fff; background: linear-gradient(120deg, #071a32, #174b82); }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.final-cta h2 { margin: 7px 0 4px; font-size: clamp(1.8rem, 3.2vw, 3rem); letter-spacing: -.04em; }
.final-cta p { margin: 0; color: #d8e4ef; }
.final-cta__buttons { display: flex; gap: 12px; flex: 0 0 auto; }

.footer { color: #fff; background: #071a32; }
.footer__grid { display: grid; grid-template-columns: 1.2fr .7fr .9fr 1.1fr 1.25fr; gap: 34px; padding: 42px 0 34px; }
.footer__brand p { max-width: 260px; color: #b9c8d6; font-size: .78rem; }
.footer h3 { margin: 4px 0 12px; color: #fff; font-size: .85rem; }
.footer a, .footer p { display: block; margin: 6px 0; color: #c7d4df; font-size: .74rem; }
.footer__info p, .footer__info a { display: flex; align-items: center; gap: 9px; }
.footer__info img { width: 20px; height: 20px; flex: 0 0 20px; object-fit: contain; }
.footer__info a { color: inherit; }
.footer-hours { align-items: flex-start !important; }
.footer-hours img { margin-top: 1px; }
.footer-hours span { line-height: 1.55; }

.footer__image { min-height: 180px; border-radius: 8px; overflow: hidden; }
.footer__image img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1.45); transform-origin: 78% 75%; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.12); }
.footer__bottom .container { min-height: 48px; display: flex; justify-content: space-between; align-items: center; gap: 24px; color: #aebdca; font-size: .66rem; }
.brand--footer-image { margin-bottom: 14px; }
.brand--footer-image img { width: min(190px, 100%); height: auto; }

.mobile-actions { display: none; }
.toast { position: fixed; z-index: 999; left: 50%; bottom: 28px; max-width: min(90vw, 520px); transform: translate(-50%, 130%); padding: 12px 17px; border-radius: 8px; color: #fff; background: #102a4d; box-shadow: 0 12px 32px rgba(0,0,0,.25); transition: transform .25s ease; font-weight: 700; font-size: .86rem; }
.toast.show { transform: translate(-50%, 0); }

@media (max-width: 1180px) {
  .main-nav { gap: 13px; font-size: .72rem; }
  .header-actions .button { display: none; }
  .featured-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .family-layout { grid-template-columns: repeat(3, 1fr); }
  .family-intro, .family-product { border-bottom: 1px solid rgba(255,255,255,.16); }
  .family-product:nth-child(3n) { border-right: 0; }
  .varnishes__inner { grid-template-columns: 260px 1fr; }
  .varnishes__pour { display: none; }
  .story-card__content { max-width: 78%; }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 76px; }
  .topbar { display: none; }
  .site-header__inner { min-height: 68px; justify-content: space-between; }
  .brand--image:not(.brand--footer-image) img { height: 52px; }
  .brand__main { font-size: 1.75rem; }
  .nav-toggle { display: block; order: 3; }
  .header-actions { margin-left: auto; }
  .header-actions .social-chip { display: none; }
  .main-nav { position: fixed; top: 68px; left: 0; right: 0; max-height: calc(100dvh - 68px); overflow: auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 20px 26px; background: #071a32; transform: translateY(-115%); transition: transform .25s ease; box-shadow: 0 10px 28px rgba(0,0,0,.25); }
  .main-nav.open { transform: translateY(0); }
  .main-nav a { padding: 14px 8px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .main-nav a::after { display: none; }
  .hero, .hero__content { min-height: 700px; }
  .hero__content { padding-top: 82px; padding-bottom: 152px; }
  .hero__copy { max-width: 650px; }
  .hero__overlay { background: linear-gradient(180deg, rgba(3,17,31,.20) 0%, rgba(4,22,42,.18) 32%, rgba(4,22,42,.34) 60%, rgba(4,22,42,.66) 100%), radial-gradient(circle at 50% 20%, rgba(7,32,66,.44) 0%, rgba(7,32,66,.18) 28%, rgba(7,32,66,.02) 52%, rgba(7,32,66,0) 60%); }
  .hero-features { left: 50%; right: auto; transform: translateX(-50%); gap: 18px; overflow-x: auto; justify-content: flex-start; padding-bottom: 4px; width: calc(100% - 40px); }
  .hero-features a { min-width: 76px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .featured-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .primers-layout, .spot-layout { grid-template-columns: 1fr; }
  .primers-intro { max-width: 630px; }
  .cards-section__grid { grid-template-columns: 1fr 1fr; }
  .story-card--about { grid-column: 1 / -1; }
  .brand-strip { grid-template-columns: repeat(4, 1fr); gap: 18px; }
  .chooser-grid { grid-template-columns: repeat(3, 1fr); }
  .chooser-grid article:nth-child(3n) { border-right: 0; }
  .chooser-grid article:nth-child(-n+3) { border-bottom: 1px solid #e2e7ed; }
  .shipping__grid { grid-template-columns: 1fr; gap: 20px; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: repeat(2, 1fr); }
.footer__image { grid-column: span 2; }
}

@media (max-width: 680px) {
  body { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header { top: 0; }
  .hero { min-height: 760px; }
  .hero__content { min-height: 760px; padding: 78px 0 170px; justify-content: flex-start; align-items: center; text-align: center; }
  .hero__picture img { object-position: 62% center; }
  .hero h1 { margin-top: 14px; font-size: clamp(2.35rem, 13vw, 3.5rem); }
  .hero__copy { max-width: 100%; }
  .hero__copy > p { font-size: 1rem; }
  .hero__buttons { flex-direction: column; align-items: stretch; justify-content: center; max-width: 330px; margin-left: auto; margin-right: auto; }
  .hero-features { left: 50%; transform: translateX(-50%); bottom: 20px; display: grid; grid-auto-flow: column; grid-auto-columns: 78px; width: calc(100% - 28px); gap: 8px; }
  .feature-icon { width: 44px; height: 44px; }
  .hero__badge { display: none; }
  .section { padding: 44px 0; }
  .section--compact { padding: 16px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 160px; }
  .category-card__content { max-width: 60%; padding: 20px; }
  .featured-grid { display: grid; grid-template-columns: repeat(7, minmax(235px, 235px)); overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 9px; }
  .product-card { scroll-snap-align: start; }
  .product-card__image { height: 170px; }
  .family-layout { display: grid; grid-template-columns: 1fr 1fr; }
  .family-intro { grid-column: 1 / -1; }
  .family-product { border-right: 1px solid rgba(255,255,255,.16) !important; }
  .family-product:nth-child(odd) { border-right: 0 !important; }
  .family-product img { height: 145px; }
  .primer-grid { grid-template-columns: 1fr 1fr; }
  .primer-grid article { border-bottom: 1px solid #e5eaf0; }
  .primer-grid article:nth-child(2n) { border-right: 0; }
  .primer-grid img { height: 170px; }
  .varnishes__inner { display: block; }
  .varnishes__products { margin-top: 22px; grid-template-columns: repeat(4, minmax(155px, 155px)); overflow-x: auto; }
  .varnishes__products img { height: 210px; }
  .spot-grid { grid-template-columns: repeat(5, minmax(180px,180px)); overflow-x: auto; border-radius: 10px; }
  .spot-grid article { border-bottom: 0; }
  .brand-strip { display: grid; grid-template-columns: repeat(7, minmax(150px,150px)); overflow-x: auto; }
  .chooser-grid { grid-template-columns: 1fr 1fr; }
  .chooser-grid article { border-bottom: 1px solid #e2e7ed; }
  .chooser-grid article:nth-child(2n) { border-right: 0; }
  .chooser-grid article:nth-child(3n) { border-right: 1px solid #e2e7ed; }
  .chooser-grid article:last-child { border-right: 0; }
  .chooser-cta { align-items: stretch; flex-direction: column; }
  .cards-section__grid { grid-template-columns: 1fr; }
  .story-card--about { grid-column: auto; }
  .story-card { min-height: 345px; }
  .story-card__content, .story-card--about .story-card__content { max-width: 76%; padding: 22px; }
  .shipping ol { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-message { grid-column: auto; }
  .form-actions { flex-direction: column; }
  .final-cta__inner { align-items: stretch; flex-direction: column; }
  .final-cta__buttons { flex-direction: column; }
  .footer__grid { grid-template-columns: 1fr; }
.footer__image { grid-column: auto; }
  .footer__bottom .container { padding: 12px 0; align-items: flex-start; flex-direction: column; gap: 5px; }
  .mobile-actions { position: fixed; z-index: 80; left: 0; right: 0; bottom: 0; height: calc(64px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1fr 1fr; padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid #dbe3ea; background: #fff; box-shadow: 0 -8px 25px rgba(8,29,51,.14); }
  .mobile-actions a, .mobile-actions button { display: flex; align-items: center; justify-content: center; gap: 8px; border: 0; color: #102a4d; background: #fff; font-weight: 900; }
  .mobile-actions img { width: 26px; height: 26px; object-fit: contain; }
  .mobile-actions button img { filter: brightness(0) invert(1); }
  .mobile-actions button { color: #fff; background: #20b85a; }
  .toast { bottom: calc(78px + env(safe-area-inset-bottom)); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}


/* Botón flotante de WhatsApp */
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1200;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25D366;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .28), 0 0 0 1px rgba(255,255,255,.16) inset;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.whatsapp-float img {
  width: 35px;
  height: 40px;
  display: block;
  object-fit: contain;
}
.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.04);
  background: #20BD5A;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .34), 0 0 0 1px rgba(255,255,255,.2) inset;
}
.whatsapp-float:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
}
.whatsapp-float__label {
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%) translateX(6px);
  padding: 8px 11px;
  border-radius: 8px;
  background: #071a32;
  color: #fff;
  font-size: .76rem;
  font-weight: 800;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
  box-shadow: 0 8px 22px rgba(0,0,0,.2);
}
.whatsapp-float:hover .whatsapp-float__label,
.whatsapp-float:focus-visible .whatsapp-float__label {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

@media (max-width: 680px) {
  .whatsapp-float {
    right: 14px;
    bottom: calc(78px + env(safe-area-inset-bottom));
    width: 58px;
    height: 58px;
  }
  .whatsapp-float img { width: 32px; height: 37px; }
  .whatsapp-float__label { display: none; }
}

@media (max-width: 680px) {
  .whatsapp-float { display: none !important; }
}


@media (max-width: 1180px) {
  .tools-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .tools-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .tools-grid { display: grid; grid-template-columns: repeat(7, minmax(150px, 150px)); overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 10px; }
  .tool-card { scroll-snap-align: start; min-height: 168px; }
  .tool-card__icon { width: 62px; height: 62px; }
  .tool-card__icon img { width: 46px; height: 46px; }
}

.varnishes__pour::before, .varnishes__pour::after { content: none !important; }
.varnishes__pour span { display: none !important; }

@media (max-width: 900px) {
  .varnishes__pour { justify-content: center; justify-self: stretch; }
  .varnishes__pour img { max-height: 190px; margin-left: 0; }
}

/* Catálogo de productos */
.category-products-section--dark {
  color: #fff;
  background: linear-gradient(135deg, #0c2340, #071522);
}
.section-heading--light p { color: #c9d7e4; }
.home-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.home-products-grid--featured { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.home-product-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 18px;
  border: 1px solid #dce3ea;
  border-radius: 14px;
  color: var(--blue-deep);
  background: #fff;
  box-shadow: 0 10px 28px rgba(9, 34, 62, .09);
}
.home-product-card__image {
  height: 210px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 10px;
  background: radial-gradient(circle at 50% 70%, #eef3f7, #fff 68%);
  overflow: hidden;
}
.home-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 10px 8px rgba(8, 26, 43, .16));
}
.home-product-card--herramientas .home-product-card__image,
.home-product-card--abrasivos .home-product-card__image,
.home-product-card--pulimentos .home-product-card__image { background: #fff; }
.home-product-card > span {
  color: #6b7783;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.home-product-card h3 { margin: 6px 0 7px; font-size: 1.08rem; line-height: 1.2; }
.home-product-card p { margin: 0 0 12px; color: #5e6f7f; font-size: .86rem; }
.home-product-card small { margin-top: auto; margin-bottom: 12px; color: #536476; font-weight: 800; }
.section-more { margin-top: 24px; display: flex; justify-content: center; }

.catalog-page { background: #f4f6f8; }
.catalog-hero {
  padding: 52px 0 48px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 42%, rgba(249,174,25,.2), transparent 28%),
    linear-gradient(120deg, #0b1118, #122f4e);
}
.catalog-hero__inner { display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.catalog-back { display: inline-block; margin-bottom: 22px; color: #d7e2ec; font-weight: 800; }
.catalog-hero h1 { margin: 7px 0 10px; font-size: clamp(2.5rem, 5vw, 4.8rem); line-height: .95; letter-spacing: -.055em; }
.catalog-hero p { margin: 0; max-width: 630px; color: #d9e4ee; font-size: 1.05rem; }
.catalog-hero__count { min-width: 180px; display: flex; flex-direction: column; align-items: flex-end; }
.catalog-hero__count strong { color: var(--yellow); font-size: clamp(3rem, 6vw, 5.5rem); line-height: .8; }
.catalog-hero__count span { margin-top: 10px; color: #d9e4ee; font-weight: 800; }
.catalog-shell { padding-top: 30px; }
.catalog-filters {
  position: sticky;
  top: 84px;
  z-index: 20;
  display: grid;
  grid-template-columns: 1.5fr repeat(3, minmax(150px, .72fr)) auto;
  align-items: end;
  gap: 12px;
  padding: 16px;
  border: 1px solid #d7dee5;
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 12px 30px rgba(12, 35, 62, .1);
  backdrop-filter: blur(10px);
}
.catalog-filters__hint {
  grid-column: 1 / -1;
  margin: 0;
  color: #5d6c7b;
  font-size: .82rem;
  font-weight: 750;
}
.catalog-filters label { min-width: 0; display: flex; flex-direction: column; gap: 6px; }
.catalog-filters label > span { color: #425466; font-size: .78rem; font-weight: 900; }
.catalog-filters #filter-search,
.catalog-filters select {
  width: 100%;
  height: 46px;
  padding: 0 12px;
  border: 1px solid #cbd5de;
  border-radius: 8px;
  color: #122b45;
  background: #fff;
  outline: none;
}
.catalog-filters #filter-search:focus,
.catalog-filters select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(24,84,166,.13); }
.catalog-filters .ts-wrapper {
  width: 100%;
  min-width: 0;
}
.catalog-filters .ts-control {
  min-height: 46px;
  padding: 7px 10px;
  gap: 5px;
  border: 1px solid #cbd5de;
  border-radius: 8px;
  color: #122b45;
  background: #fff;
  box-shadow: none;
  font: inherit;
  cursor: text;
}
.catalog-filters .ts-wrapper.focus .ts-control {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(24,84,166,.13);
}
.catalog-filters .ts-control > input {
  min-width: 72px;
  height: 30px;
  margin: 0 !important;
  padding: 0 3px !important;
  border: 0 !important;
  color: #122b45;
  background: transparent !important;
  box-shadow: none !important;
  font: inherit;
}
.catalog-filters .ts-control > input::placeholder { color: #718096; opacity: 1; }
.catalog-filters .ts-wrapper.multi .ts-control > .item {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 5px 7px 5px 9px;
  border: 1px solid #e4b549;
  border-radius: 999px;
  color: #17324d;
  background: #fff2cc;
  font-size: .84rem;
  font-weight: 850;
  line-height: 1;
}
.catalog-filters .ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  margin-left: 6px;
  padding: 0 4px;
  border-left-color: rgba(23, 50, 77, .2);
  color: #17324d;
  font-size: 1rem;
}
.catalog-filters .ts-wrapper.plugin-remove_button .item .remove:hover {
  color: #fff;
  background: var(--blue);
}
.catalog-filters .ts-dropdown {
  margin-top: 6px;
  overflow: hidden;
  border: 1px solid #b8c5d1;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(12, 35, 62, .18);
  color: #17324d;
  font-size: .92rem;
}
.catalog-filters .ts-dropdown .option {
  padding: 10px 12px;
  border-left: 3px solid transparent;
}
.catalog-filters .ts-dropdown .active {
  border-left-color: var(--yellow);
  color: #102a46;
  background: #eef4fb;
}
.catalog-filters .ts-dropdown .selected {
  color: #fff;
  background: var(--blue);
}
.catalog-filters .ts-dropdown .no-results { padding: 12px; color: #687788; }
.filter-reset {
  min-height: 46px;
  padding: 0 15px;
  border: 1px solid #c5d0da;
  border-radius: 8px;
  color: #18324d;
  background: #fff;
  font-weight: 850;
}
.filter-reset:hover { border-color: var(--yellow-dark); background: #fff8e9; }
.catalog-results-bar { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.catalog-results-bar p { margin: 0; color: #687788; font-size: .86rem; }
.catalog-results-bar p:first-child { color: #18324d; font-size: 1rem; font-weight: 900; }
.catalog-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.catalog-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #dbe2e8;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 9px 25px rgba(13, 35, 59, .07);
}
.catalog-card__image {
  flex: 0 0 245px;
  min-width: 0;
  min-height: 0;
  height: 245px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  overflow: hidden;
  background: radial-gradient(circle at 50% 72%, #edf2f5, #fff 68%);
}
.catalog-card__image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 13px 10px rgba(12, 32, 52, .16));
}
.catalog-card--herramientas .catalog-card__image,
.catalog-card--abrasivos .catalog-card__image,
.catalog-card--pulimentos .catalog-card__image { background: #fff; }
.catalog-card__body { position: relative; z-index: 1; flex: 1; display: flex; flex-direction: column; padding: 17px; background: #fff; }
.catalog-card__meta { display: flex; flex-wrap: wrap; gap: 6px; }
.catalog-card__meta span {
  padding: 4px 8px;
  border-radius: 999px;
  color: #173554;
  background: #eef3f7;
  font-size: .7rem;
  font-weight: 850;
}
.catalog-card__meta span:first-child { color: #4e3600; background: #fff0c8; }
.catalog-card__brand { margin: 14px 0 0 !important; color: #657484 !important; font-size: .75rem !important; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.catalog-card h2 { margin: 5px 0 8px; color: #102a4d; font-size: 1.16rem; line-height: 1.18; }
.catalog-card__body > p { margin: 0 0 13px; color: #5d6e7f; font-size: .88rem; }
.catalog-card dl { display: flex; justify-content: space-between; gap: 12px; margin: 0 0 12px; padding-top: 10px; border-top: 1px solid #e4e9ee; font-size: .78rem; }
.catalog-card dt { color: #687788; }
.catalog-card dd { margin: 0; color: #19334f; font-weight: 850; text-align: right; }
.catalog-card details { margin: auto 0 14px; padding-top: 4px; }
.catalog-card summary { cursor: pointer; color: #234d78; font-size: .8rem; font-weight: 850; }
.catalog-card details p { margin: 8px 0 0; color: #637486; font-size: .79rem; }
.catalog-empty { padding: 70px 20px; border: 1px dashed #bfcbd5; border-radius: 14px; text-align: center; background: #fff; }
.catalog-empty h2 { margin: 0; font-size: 1.6rem; }
.catalog-empty p { margin: 8px 0 20px; color: #687788; }
.footer__grid--catalog { grid-template-columns: 1.2fr .8fr 1fr 1.2fr; }

@media (max-width: 1080px) {
  .home-products-grid, .home-products-grid--featured { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-search { grid-column: 1 / -1; }
  .filter-reset { width: max-content; }
  .catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .catalog-hero { padding: 38px 0; }
  .catalog-hero__inner { align-items: flex-start; flex-direction: column; gap: 28px; }
  .catalog-hero__count { align-items: flex-start; }
  .catalog-filters { position: static; grid-template-columns: 1fr; }
  .catalog-search { grid-column: auto; }
  .filter-reset { width: 100%; }
  .catalog-results-bar { padding: 14px 0; align-items: flex-start; flex-direction: column; gap: 4px; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .catalog-card__image { height: 190px; flex-basis: 190px; }
  .footer__grid--catalog { grid-template-columns: 1fr; }
}

@media (max-width: 540px) {
  .home-products-grid, .home-products-grid--featured { grid-template-columns: 1fr; }
  .home-product-card__image { height: 230px; }
  .catalog-grid { grid-template-columns: 1fr; }
  .catalog-card__image { height: 260px; flex-basis: 260px; }
}
