:root {
    --blue: #0b4ea2;
    --blue-dark: #073b7e;
    --navy: #10233e;
    --navy-soft: #203753;
    --green: #5a9e2e;
    --green-dark: #397b1c;
    --yellow: #f2c230;
    --ink: #15283f;
    --muted: #607085;
    --line: #dce4ec;
    --surface: #f4f7fa;
    --white: #fff;
    --shadow: 0 18px 55px rgba(16, 35, 62, .11);
    --radius: 18px;
    --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(11, 78, 162, .35); outline-offset: 3px; }
.container { margin-inline: auto; max-width: var(--container); padding-inline: 24px; width: 100%; }
.section { padding-block: 100px; }
.sr-only { clip: rect(0, 0, 0, 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.skip-link { background: var(--navy); color: #fff; left: 18px; padding: 10px 16px; position: fixed; top: -60px; transition: top .2s; z-index: 9999; }
.skip-link:focus { top: 18px; }

.utility-bar { background: var(--navy); color: rgba(255, 255, 255, .78); font-size: 12px; letter-spacing: .02em; }
.utility-inner { align-items: center; display: flex; justify-content: space-between; min-height: 34px; }
.utility-inner div { display: flex; gap: 9px; }
.utility-inner a:hover { color: #fff; }
.site-header { background: rgba(255, 255, 255, .96); border-bottom: 1px solid rgba(16, 35, 62, .08); position: sticky; top: 0; transition: box-shadow .25s; z-index: 1000; }
.site-header.scrolled { box-shadow: 0 10px 30px rgba(16, 35, 62, .09); }
.header-inner { align-items: center; display: flex; justify-content: space-between; min-height: 86px; }
.brand img { height: auto; width: 280px; }
.main-nav { align-items: center; display: flex; gap: 34px; }
.main-nav > a:not(.nav-whatsapp) { color: var(--navy); font-size: 14px; font-weight: 750; padding-block: 30px; position: relative; }
.main-nav > a:not(.nav-whatsapp)::after { background: var(--green); bottom: 20px; content: ""; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .2s; width: 100%; }
.main-nav > a:hover::after, .main-nav > a.active::after { transform: scaleX(1); }
.nav-whatsapp { align-items: center; border: 1px solid #9eb0c3; border-radius: 8px; color: var(--blue); display: flex; font-size: 14px; font-weight: 800; gap: 8px; padding: 10px 15px; }
.nav-whatsapp:hover { background: #eef6ff; border-color: var(--blue); }
.nav-whatsapp svg, .button svg { fill: currentColor; height: 19px; width: 19px; }
.nav-toggle { background: none; border: 0; display: none; height: 44px; padding: 9px; width: 44px; }
.nav-toggle > span:not(.sr-only) { background: var(--navy); display: block; height: 2px; margin: 5px; transition: transform .2s; width: 25px; }

.eyebrow { color: var(--blue); display: inline-block; font-size: 12px; font-weight: 850; letter-spacing: .16em; margin-bottom: 18px; }
.eyebrow-light { color: #9ac6ff; }
.hero { background:#f8fafc; min-height:calc(100vh - 120px); overflow:hidden; position:relative; }
.hero::after { background-image:linear-gradient(90deg,rgba(250,252,253,.97) 0%,rgba(250,252,253,.91) 43%,rgba(236,244,248,.82) 100%),url("../images/local-agrimotor.jpg"); background-position:center,center 31%; background-repeat:no-repeat; background-size:cover; content:""; filter:saturate(.78); inset:0; position:absolute; }
.hero::before { background:radial-gradient(circle,rgba(90,158,46,.16),transparent 68%); content:""; height:650px; left:-370px; position:absolute; top:-180px; width:650px; z-index:1; }
.hero-grid { align-items:center; display:grid; gap:54px; grid-template-columns:.88fr 1.12fr; min-height:720px; padding-block:60px 82px; position:relative; z-index:2; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { color: var(--navy); font-size: clamp(48px, 5vw, 75px); font-weight: 880; letter-spacing: -.055em; line-height: .98; margin: 0 0 26px; }
.hero h1 span { color: var(--blue); }
.hero-lead { color: var(--muted); font-size: 18px; line-height: 1.65; margin: 0 0 28px; max-width: 590px; }
.hero-search, .catalog-search { align-items: center; background: #fff; border: 1px solid #ccd7e2; border-radius: 12px; display: flex; max-width: 630px; min-height: 62px; position: relative; transition: border-color .2s, box-shadow .2s; z-index: 20; }
.hero-search:focus-within, .catalog-search:focus-within { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(11,78,162,.1); }
.hero-search > svg, .catalog-search > svg { fill: none; height: 24px; margin-left: 20px; stroke: var(--blue); stroke-linecap: round; stroke-width: 2; width: 24px; }
.hero-search input, .catalog-search input { background: transparent; border: 0; color: var(--navy); flex: 1; min-width: 0; outline: 0; padding: 18px 15px; }
.hero-search input::placeholder, .catalog-search input::placeholder { color: #8a98a9; }
.hero-search > button, .catalog-search > button { align-self: stretch; background: var(--blue); border: 0; border-radius: 0 10px 10px 0; color: #fff; cursor: pointer; font-weight: 800; min-width: 105px; padding: 0 22px; }
.hero-search > button:hover, .catalog-search > button:hover { background: var(--blue-dark); }
.search-suggestions { background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow); display: none; left: 0; max-height: 310px; overflow-y: auto; position: absolute; right: 0; top: calc(100% + 8px); }
.search-suggestions.open { display: block; }
.search-suggestions a { align-items: center; border-bottom: 1px solid #edf1f5; display: flex; gap: 14px; justify-content: space-between; padding: 12px 15px; }
.search-suggestions a:last-child { border: 0; }
.search-suggestions a:hover, .search-suggestions a.active { background: #f0f6fd; }
.search-suggestions strong { color: var(--navy); font-size: 14px; }
.search-suggestions span { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .05em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.hero-quote-mobile { display: none; }
.button { align-items: center; border: 1px solid transparent; border-radius: 9px; cursor: pointer; display: inline-flex; font-size: 14px; font-weight: 800; gap: 9px; justify-content: center; min-height: 50px; padding: 12px 22px; transition: background .2s, border-color .2s, color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: #fff; }
.button-primary:hover { background: var(--blue-dark); }
.button-outline { background: #fff; border-color: var(--green); color: var(--green-dark); }
.button-outline:hover { background: #f1f8ed; }
.button-dark { background: var(--navy); color: #fff; }
.button-dark:hover { background: var(--navy-soft); }
.button-light { background: #fff; color: var(--navy); }
.button-whatsapp { background: #279b42; color: #fff; }
.button-whatsapp:hover { background: #1f8035; }
.button-large { margin-bottom: 10px; min-height: 58px; width: 100%; }
.hero-facts { color: var(--muted); display: flex; flex-wrap: wrap; font-size: 12px; gap: 16px; margin-top: 25px; }
.hero-facts span { border-right: 1px solid #c9d2dc; padding-right: 16px; }
.hero-facts span:last-child { border: 0; }
.hero-facts strong { color: var(--navy); display: block; font-size: 14px; }

.part-finder { background:linear-gradient(145deg,#0a2546 0%,#0b3f78 58%,#0b4ea2 100%); border:1px solid rgba(255,255,255,.13); border-radius:28px; box-shadow:0 30px 75px rgba(16,35,62,.24); color:#fff; min-height:570px; overflow:hidden; padding:32px; position:relative; }
.part-finder::before { background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px); background-size:38px 38px; content:""; inset:0; mask-image:linear-gradient(135deg,#000,transparent 76%); position:absolute; }
.part-finder-glow { background:radial-gradient(circle,rgba(90,158,46,.3),transparent 68%); height:420px; position:absolute; right:-190px; top:-220px; width:420px; }
.part-finder-header { position:relative; z-index:2; }
.part-finder-status { align-items:center; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.16); border-radius:30px; color:#dcecff; display:inline-flex; font-size:10px; font-weight:800; gap:7px; letter-spacing:.04em; padding:6px 10px; }
.part-finder-status i { animation:finder-status 1.8s infinite; background:#71c344; border-radius:50%; box-shadow:0 0 0 4px rgba(113,195,68,.14); height:7px; width:7px; }
.part-finder-kicker { color:#f5cc42; display:block; font-size:10px; font-weight:900; letter-spacing:.17em; margin-top:20px; }
.part-finder h2 { font-size:clamp(30px,3vw,42px); letter-spacing:-.04em; line-height:1.02; margin:7px 0 10px; max-width:500px; }
.part-finder-header p { color:rgba(255,255,255,.69); font-size:14px; line-height:1.5; margin:0; max-width:500px; }
.part-finder-paths { display:grid; gap:10px; grid-template-columns:1fr 1fr; margin-top:24px; position:relative; z-index:2; }
.finder-path { align-items:center; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.15); border-radius:14px; color:#fff; cursor:pointer; display:grid; gap:2px 12px; grid-template-columns:42px 1fr 24px; min-height:94px; padding:15px; position:relative; text-align:left; transition:background .2s,border-color .2s,transform .2s; }
.finder-path-search { grid-column:1 / -1; min-height:82px; }
.finder-path:hover,.finder-path:focus-visible { background:#fff; border-color:#fff; color:var(--navy); transform:translateY(-2px); }
.finder-path-icon { align-items:center; align-self:center; background:rgba(255,255,255,.12); border-radius:11px; display:flex; grid-row:1 / span 2; height:42px; justify-content:center; width:42px; }
.finder-path-icon svg { fill:none; height:23px; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:1.8; width:23px; }
.finder-path-catalog .finder-path-icon { color:#9bd777; }
.finder-path-quote .finder-path-icon { color:#f5cc42; }
.finder-path:hover .finder-path-icon { background:#edf4fc; color:var(--blue); }
.finder-path strong { align-self:end; font-size:14px; line-height:1.2; }
.finder-path small { align-self:start; color:rgba(255,255,255,.58); font-size:10px; line-height:1.2; }
.finder-path:hover small { color:var(--muted); }
.finder-path-number { color:rgba(255,255,255,.36); font-size:9px; font-weight:900; letter-spacing:.08em; position:absolute; right:12px; top:9px; }
.finder-path:hover .finder-path-number { color:#9aabbd; }
.finder-path-arrow { align-items:center; align-self:center; border:1px solid rgba(255,255,255,.22); border-radius:50%; display:flex; font-size:14px; grid-column:3; grid-row:1 / span 2; height:24px; justify-content:center; width:24px; }
.finder-path:hover .finder-path-arrow { border-color:#b7c7d8; color:var(--blue); }
.part-finder-help { align-items:center; background:#fff; border-radius:14px; color:var(--navy); display:grid; gap:12px; grid-template-columns:42px 1fr auto; margin-top:11px; padding:13px 15px; position:relative; z-index:2; }
.part-finder-help-icon { align-items:center; background:#eef6e9; border-radius:10px; color:var(--green-dark); display:flex; height:42px; justify-content:center; width:42px; }
.part-finder-help-icon svg { fill:none; height:22px; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:1.8; width:22px; }
.part-finder-help div { display:flex; flex-direction:column; line-height:1.25; }
.part-finder-help strong { font-size:12px; }
.part-finder-help div span { color:var(--muted); font-size:10px; margin-top:3px; }
.part-finder-help a { color:var(--green-dark); font-size:10px; font-weight:850; white-space:nowrap; }
.part-finder-help a:hover { color:var(--blue); }
.part-finder-footer { color:rgba(255,255,255,.66); display:flex; flex-wrap:wrap; font-size:9px; gap:8px 15px; margin-top:16px; position:relative; z-index:2; }
.finder-check { color:#9bd777; font-style:normal; font-weight:900; margin-right:3px; }
@keyframes finder-status { 0%,100% { box-shadow:0 0 0 3px rgba(113,195,68,.14); } 50% { box-shadow:0 0 0 7px rgba(113,195,68,0); } }
.scroll-cue { bottom:25px; height:32px; left:50%; position:absolute; transform:translateX(-50%); width:32px; z-index:3; }
.scroll-cue span { border-bottom: 2px solid var(--green); border-right: 2px solid var(--green); display: block; height: 13px; margin: 6px auto; transform: rotate(45deg); width: 13px; }

.section-heading { align-items: end; display: flex; gap: 30px; justify-content: space-between; margin-bottom: 44px; }
.section-heading h2, .about h2, .location-copy h2, .contact h2 { color: var(--navy); font-size: clamp(34px, 4vw, 54px); letter-spacing: -.04em; line-height: 1.05; margin: 0 0 12px; }
.section-heading p { color: var(--muted); margin: 0; }
.text-link { color: var(--blue); font-weight: 800; }
.text-link span { display: inline-block; transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.section-link { flex: 0 0 auto; margin-bottom: 8px; }
.products-section { background: var(--surface); }
.products-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-card { background: #fff; border: 1px solid #e0e7ee; border-radius: var(--radius); box-shadow: 0 8px 24px rgba(16,35,62,.045); overflow: hidden; transition: box-shadow .25s, transform .25s; }
.product-card:hover { box-shadow: var(--shadow); transform: translateY(-6px); }
.product-image { align-items: center; background: linear-gradient(145deg, #fff, #f0f3f6); display: flex; height: 275px; justify-content: center; overflow: hidden; padding: 22px; }
.product-image img { height: 100%; object-fit: contain; transition: transform .35s; width: 100%; }
.product-card:hover .product-image img { transform: scale(1.045); }
.product-content { padding: 24px; }
.product-code { color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .08em; }
.product-content h3 { color: var(--navy); font-size: 21px; letter-spacing: -.025em; line-height: 1.25; margin: 8px 0 11px; }
.product-content h3 a:hover { color: var(--blue); }
.product-content p { color: var(--muted); font-size: 14px; margin: 0; min-height: 44px; }
.product-actions { align-items: center; border-top: 1px solid #edf1f5; display: flex; justify-content: space-between; margin-top: 22px; padding-top: 17px; }
.product-actions .text-link { font-size: 13px; }
.icon-link { align-items: center; background: #eaf7ec; border-radius: 50%; color: #248b3c; display: flex; height: 39px; justify-content: center; width: 39px; }
.icon-link:hover { background: #248b3c; color: #fff; }
.icon-link svg { fill: currentColor; height: 20px; width: 20px; }
.image-placeholder { align-items: center; color: #8d9bac; display: flex; justify-content: center; }
.image-placeholder svg { fill: none; height: 80px; stroke: currentColor; stroke-width: 2; width: 80px; }

.support-strip { background: var(--navy); color: #fff; padding-block: 54px; }
.support-grid { display: grid; gap: 40px; grid-template-columns: repeat(3, 1fr); }
.support-grid article { border-left: 1px solid rgba(255,255,255,.18); padding-left: 24px; }
.support-number { color: var(--yellow); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.support-grid h3 { font-size: 20px; margin: 7px 0 8px; }
.support-grid p { color: rgba(255,255,255,.68); font-size: 14px; margin: 0; }

.about-grid { align-items: center; display: grid; gap: 80px; grid-template-columns: 1.05fr .95fr; }
.about-image { border-radius: 22px; box-shadow: var(--shadow); position: relative; }
.about-image::before { border: 2px solid var(--green); border-radius: 22px; content: ""; inset: -16px 22px 22px -16px; position: absolute; z-index: -1; }
.about-image img { border-radius: 22px; min-height: 450px; object-fit: cover; width: 100%; }
.experience-card { background: var(--blue); bottom: -25px; color: #fff; display: flex; flex-direction: column; padding: 18px 25px; position: absolute; right: -25px; }
.experience-card strong { font-size: 19px; }
.experience-card span { font-size: 12px; opacity: .78; }
.about-copy > p { color: var(--muted); font-size: 17px; }
.check-list { list-style: none; margin: 26px 0 32px; padding: 0; }
.check-list li { margin: 11px 0; padding-left: 30px; position: relative; }
.check-list li::before { align-items: center; background: #eaf5e4; border-radius: 50%; color: var(--green-dark); content: "✓"; display: flex; font-size: 12px; font-weight: 900; height: 20px; justify-content: center; left: 0; position: absolute; top: 3px; width: 20px; }

.location-section { background:linear-gradient(135deg,#f4f7fa 0%,#eef5eb 100%); overflow:hidden; position:relative; }
.location-section::before { border:70px solid rgba(11,78,162,.035); border-radius:50%; content:""; height:420px; left:-250px; position:absolute; top:-240px; width:420px; }
.location-shell { align-items:center; display:grid; gap:70px; grid-template-columns:.78fr 1.22fr; position:relative; }
.location-copy > p { color:var(--muted); font-size:17px; margin:0 0 28px; max-width:470px; }
.location-copy address { border-left:3px solid var(--yellow); display:flex; flex-direction:column; font-style:normal; margin:0 0 30px; padding:3px 0 3px 18px; }
.location-copy address span { color:var(--blue); font-size:10px; font-weight:900; letter-spacing:.12em; }
.location-copy address strong { color:var(--navy); font-size:18px; margin-top:4px; }
.location-actions { align-items:center; display:flex; flex-wrap:wrap; gap:19px; }
.location-map { border:8px solid #fff; border-radius:24px; box-shadow:0 24px 65px rgba(16,35,62,.17); height:470px; overflow:hidden; position:relative; }
.location-map iframe { border:0; height:100%; width:100%; }
.location-map-badge { align-items:center; backdrop-filter:blur(12px); background:rgba(255,255,255,.94); border:1px solid rgba(16,35,62,.08); border-radius:13px; bottom:18px; box-shadow:0 12px 35px rgba(16,35,62,.16); display:flex; gap:11px; left:18px; padding:12px 15px; position:absolute; }
.location-map-badge > span { color:var(--green); font-size:17px; }
.location-map-badge div { display:flex; flex-direction:column; line-height:1.25; }
.location-map-badge strong { color:var(--navy); font-size:13px; }
.location-map-badge small { color:var(--muted); font-size:10px; margin-top:2px; }

.contact { background: linear-gradient(120deg, var(--navy) 0%, #173d68 100%); color: #fff; }
.contact-shell { display: grid; gap: 70px; grid-template-columns: .9fr 1.1fr; }
.contact h2 { color: #fff; }
.contact-info > p { color: rgba(255,255,255,.72); font-size: 17px; max-width: 470px; }
.contact-details { display: grid; gap: 20px; margin-top: 40px; }
.contact-details a { color: #fff; line-height: 1.35; padding-left: 1px; }
.contact-details a:hover { color: #b8ddff; }
.contact-details span { color: #90a8c2; display: block; font-size: 11px; font-weight: 800; letter-spacing: .1em; margin-bottom: 4px; text-transform: uppercase; }
.contact-form { background: #fff; border-radius: 18px; box-shadow: 0 20px 70px rgba(0,0,0,.2); color: var(--ink); padding: 38px; }
.contact-form label { display: block; font-size: 13px; font-weight: 800; margin-bottom: 17px; }
.contact-form input, .contact-form textarea { background: #f8fafc; border: 1px solid #d6dfe8; border-radius: 8px; color: var(--navy); display: block; margin-top: 7px; outline: 0; padding: 13px 14px; transition: border .2s, box-shadow .2s; width: 100%; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(11,78,162,.1); }
.form-row { display: grid; gap: 15px; grid-template-columns: 1fr 1fr; }
.contact-form .button { width: 100%; }
.form-note { color: var(--muted); font-size: 12px; margin: 12px 0 0; text-align: center; }
.form-note a { color: var(--blue); }
.form-alert { border-radius: 7px; font-size: 13px; margin-bottom: 18px; padding: 11px 13px; }
.form-alert.success { background: #e8f5e5; color: #2f6f1d; }
.form-alert.error { background: #fff0ef; color: #a82d26; }
.honeypot { left: -10000px; position: absolute; }

.site-footer { background: #091a2d; color: #93a4b8; padding-top: 67px; }
.footer-grid { display: grid; gap: 70px; grid-template-columns: 1.6fr .7fr 1fr; padding-bottom: 55px; }
.footer-logo { filter: brightness(0) invert(1); margin-bottom: 19px; opacity: .95; width: 250px; }
.footer-grid p { font-size: 14px; max-width: 440px; }
.footer-grid h2 { color: #fff; font-size: 14px; margin: 0 0 18px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid a { font-size: 13px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); display: flex; font-size: 11px; justify-content: space-between; padding-block: 19px; }
.floating-whatsapp { align-items: center; background: #25d366; border: 4px solid #fff; border-radius: 30px; bottom: 24px; box-shadow: 0 10px 30px rgba(0,0,0,.25); color: #fff; display: flex; font-size: 13px; font-weight: 850; gap: 9px; left: 24px; min-height: 58px; padding: 10px 19px; position: fixed; right: auto; z-index: 900; }
.floating-whatsapp:hover { background: #1eb956; transform: translateY(-2px); }
.floating-whatsapp svg { fill: currentColor; height: 25px; width: 25px; }

.page-hero { background: var(--navy); color: #fff; padding-block: 75px 80px; position: relative; }
.page-hero::after { background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 44px 44px; content: ""; inset: 0; position: absolute; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(40px, 5vw, 63px); letter-spacing: -.045em; line-height: 1; margin: 0 0 14px; }
.page-hero p { color: rgba(255,255,255,.7); margin: 0 0 28px; max-width: 680px; }
.catalog-search { max-width: 760px; }
.catalog-page { min-height: 550px; }
.catalog-summary { align-items: end; display: flex; justify-content: space-between; margin-bottom: 35px; }
.catalog-summary span { color: var(--muted); font-size: 12px; }
.catalog-summary h2 { color: var(--navy); font-size: 32px; margin: 2px 0 0; }
.catalog-summary > strong { color: var(--muted); font-size: 13px; }
.catalog-empty { background: #fff; border: 1px dashed #bdc9d5; border-radius: 18px; padding: 65px 25px; text-align: center; }
.catalog-empty h3, .catalog-empty h1 { color: var(--navy); margin: 11px 0 5px; }
.catalog-empty p { color: var(--muted); margin: 0 auto 22px; max-width: 560px; }
.empty-icon { align-items: center; background: #edf3f9; border-radius: 50%; color: var(--blue); display: inline-flex; font-size: 22px; font-weight: 900; height: 55px; justify-content: center; width: 55px; }
.pagination { display: flex; gap: 7px; justify-content: center; margin-top: 45px; }
.pagination a { align-items: center; border: 1px solid var(--line); border-radius: 7px; display: flex; height: 40px; justify-content: center; min-width: 40px; }
.pagination a:hover, .pagination a.active { background: var(--blue); border-color: var(--blue); color: #fff; }

.product-detail { padding-top: 55px; }
.breadcrumbs { color: var(--muted); display: flex; flex-wrap: wrap; font-size: 12px; gap: 8px; margin-bottom: 34px; }
.breadcrumbs a:hover { color: var(--blue); }
.product-detail-grid { align-items: start; display: grid; gap: 70px; grid-template-columns: 1.08fr .92fr; }
.gallery-main { align-items: center; background: #f5f7f9; border: 1px solid #e0e6ec; border-radius: 20px; display: flex; height: 570px; justify-content: center; overflow: hidden; padding: 35px; }
.gallery-main img { height: 100%; object-fit: contain; width: 100%; }
.gallery-thumbnails { display: flex; gap: 11px; margin-top: 13px; overflow-x: auto; padding-bottom: 5px; }
.gallery-thumb { background: #fff; border: 1px solid var(--line); border-radius: 9px; cursor: pointer; flex: 0 0 85px; height: 85px; padding: 5px; }
.gallery-thumb.active { border: 2px solid var(--blue); }
.gallery-thumb img { height: 100%; object-fit: contain; width: 100%; }
.product-info { padding-top: 35px; }
.product-info h1 { color: var(--navy); font-size: clamp(39px, 4.5vw, 61px); letter-spacing: -.045em; line-height: 1.02; margin: 0 0 20px; }
.detail-code { border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; padding-bottom: 20px; }
.detail-code strong { color: var(--blue); margin-left: 8px; }
.detail-description { color: var(--muted); font-size: 17px; margin: 25px 0; }
.detail-note { background: #f0f5fa; border-left: 3px solid var(--blue); display: flex; flex-direction: column; margin-bottom: 25px; padding: 17px 19px; }
.detail-note strong { color: var(--navy); font-size: 14px; }
.detail-note span { color: var(--muted); font-size: 12px; margin-top: 3px; }
.no-price { color: var(--muted); font-size: 11px; line-height: 1.5; margin-top: 8px; text-align: center; }
.product-cta { background: var(--blue); color: #fff; padding-block: 45px; }
.product-cta .container { align-items: center; display: flex; justify-content: space-between; }
.product-cta span { color: #bdd8f7; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.product-cta h2 { font-size: 30px; margin: 3px 0 0; }
.not-found { min-height: 60vh; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
    .main-nav { gap: 20px; }
    .hero-grid { gap: 30px; grid-template-columns: 1fr 1fr; }
    .hero h1 { font-size: 54px; }
    .part-finder { padding:26px; }
    .about-grid { gap: 50px; }
    .location-shell { gap:45px; }
    .product-detail-grid { gap: 40px; }
}

@media (max-width: 840px) {
    .utility-bar { display: none; }
    .header-inner { min-height: 74px; }
    .brand img { width: 225px; }
    .nav-toggle { display: block; }
    .main-nav { align-items: stretch; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 16px 30px rgba(16,35,62,.12); display: none; flex-direction: column; gap: 0; left: 0; padding: 12px 24px 24px; position: absolute; right: 0; top: 100%; }
    .main-nav.open { display: flex; }
    .main-nav > a:not(.nav-whatsapp) { padding: 13px 0; }
    .main-nav > a:not(.nav-whatsapp)::after { bottom: 8px; width: 45px; }
    .nav-whatsapp { justify-content: center; margin-top: 10px; }
    .hero-grid { grid-template-columns: 1fr; padding-top: 68px; }
    .hero-copy { max-width: 680px; }
    .part-finder { min-height:auto; }
    .scroll-cue { display: none; }
    .products-grid { grid-template-columns: repeat(2, 1fr); }
    .about-grid, .location-shell, .contact-shell, .product-detail-grid { grid-template-columns: 1fr; }
    .about-image { max-width: 680px; }
    .location-copy { max-width:600px; }
    .contact-info { max-width: 600px; }
    .footer-grid { gap: 35px; grid-template-columns: 1.3fr .7fr 1fr; }
    .gallery-main { height: 520px; }
}

@media (max-width: 620px) {
    .container { padding-inline: 18px; }
    .section { padding-block: 72px; }
    .brand img { width: 205px; }
    .hero { min-height: 0; }
    .hero::after { background-image:linear-gradient(180deg,rgba(250,252,253,.97) 0%,rgba(250,252,253,.93) 54%,rgba(237,244,247,.88) 100%),url("../images/local-agrimotor.jpg"); background-position:center,center top; }
    .hero-grid { align-items: stretch; gap: 24px; min-height: auto; padding-block: 30px 26px; }
    .eyebrow { font-size: 10px; margin-bottom: 13px; }
    .hero h1 { font-size: clamp(36px, 10.5vw, 46px); line-height: 1.02; margin-bottom: 15px; }
    .hero-lead { font-size: 14px; line-height: 1.45; margin-bottom: 16px; }
    .hero-search, .catalog-search { align-items: stretch; flex-wrap: wrap; }
    .hero-search > svg, .catalog-search > svg { align-self: center; }
    .hero-search input, .catalog-search input { min-height: 58px; }
    .hero-search > button, .catalog-search > button { border-radius: 0 0 10px 10px; flex: 0 0 100%; min-height: 48px; }
    .search-suggestions { top: calc(100% + 7px); }
    .hero-actions { display: grid; gap: 9px; grid-template-columns: 1fr 1fr; margin-top: 12px; }
    .hero-actions .button { min-height: 48px; padding: 10px 12px; width: 100%; }
    .hero-quote-mobile { display: inline-flex; }
    .hero-whatsapp { display: none; }
    .hero-facts { display: none; }
    .part-finder { border-radius:18px; box-shadow:0 18px 45px rgba(16,35,62,.2); padding:19px; }
    .part-finder-kicker { margin-top:15px; }
    .part-finder h2 { font-size:29px; margin-top:6px; }
    .part-finder-header p { font-size:12px; }
    .part-finder-paths { grid-template-columns:1fr; margin-top:18px; }
    .finder-path-search { grid-column:auto; }
    .finder-path { min-height:72px; padding:11px 12px; }
    .part-finder-help { grid-template-columns:38px 1fr; padding:11px 12px; }
    .part-finder-help-icon { height:38px; width:38px; }
    .part-finder-help a { grid-column:2; justify-self:start; }
    .part-finder-footer { gap:6px 11px; margin-top:13px; }
    .section-heading { align-items: start; flex-direction: column; margin-bottom: 30px; }
    .products-grid { grid-template-columns: 1fr; }
    .product-image { height: 300px; }
    .support-grid { grid-template-columns: 1fr; }
    .about-grid { gap: 62px; }
    .about-image img { min-height: 300px; }
    .experience-card { bottom: -25px; right: 0; }
    .location-shell { gap:38px; }
    .location-map { border-width:5px; border-radius:18px; height:350px; }
    .location-map-badge { bottom:10px; left:10px; right:10px; }
    .location-actions { align-items:stretch; flex-direction:column; }
    .location-actions .button { width:100%; }
    .contact-form { padding: 25px 20px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; gap: 4px; }
    .floating-whatsapp { display: none; }
    .floating-whatsapp span { display: none; }
    .page-hero { padding-block: 58px; }
    .page-hero h1 { font-size: 43px; }
    .catalog-summary { align-items: start; flex-direction: column; gap: 10px; }
    .gallery-main { height: 390px; padding: 20px; }
    .product-info { padding-top: 0; }
    .product-cta .container { align-items: start; flex-direction: column; gap: 22px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}

/* Reliance Power Parts */
.reliance-feature { background:#071a30; color:#fff; overflow:hidden; padding-block:86px; position:relative; }
.reliance-feature::before { background:radial-gradient(circle,rgba(193,31,40,.3),transparent 68%); content:""; height:620px; left:-290px; position:absolute; top:-290px; width:620px; }
.reliance-feature::after { background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size:48px 48px; content:""; inset:0; mask-image:linear-gradient(90deg,transparent,#000 58%,transparent); position:absolute; }
.reliance-shell { background:#0a213c; border:1px solid rgba(255,255,255,.13); border-radius:26px; box-shadow:0 30px 85px rgba(0,0,0,.3); display:grid; grid-template-columns:.78fr 1.22fr; overflow:hidden; position:relative; z-index:1; }
.reliance-brand { background:linear-gradient(145deg,#88171c 0%,#b51e25 62%,#c92a31 100%); min-width:0; padding:46px 42px; position:relative; }
.reliance-brand::after { border:46px solid rgba(255,255,255,.035); border-radius:50%; bottom:-135px; content:""; height:300px; position:absolute; right:-125px; width:300px; }
.reliance-official { align-items:center; background:rgba(8,23,41,.25); border:1px solid rgba(255,255,255,.2); border-radius:30px; display:inline-flex; font-size:10px; font-weight:850; gap:8px; letter-spacing:.04em; padding:7px 11px; position:relative; z-index:1; }
.reliance-official i { background:#f3c432; border-radius:50%; box-shadow:0 0 0 4px rgba(243,196,50,.15); height:7px; width:7px; }
.reliance-mark { border-block:1px solid rgba(255,255,255,.35); display:flex; flex-direction:column; margin:31px 0 24px; padding:25px 0 22px; position:relative; z-index:1; }
.reliance-mark span { font-size:clamp(39px,4vw,61px); font-weight:950; letter-spacing:-.035em; line-height:.88; }
.reliance-mark small { font-size:11px; font-weight:850; letter-spacing:.33em; margin-top:10px; }
.reliance-brand > p { color:rgba(255,255,255,.82); font-size:14px; line-height:1.6; margin:0; max-width:350px; position:relative; z-index:1; }
.reliance-origin { align-items:center; display:flex; gap:12px; margin-top:31px; position:relative; z-index:1; }
.reliance-origin > span { align-items:center; background:#fff; border-radius:8px; color:#a81e25; display:flex; font-size:12px; font-weight:950; height:40px; justify-content:center; letter-spacing:.05em; width:44px; }
.reliance-origin div { display:flex; flex-direction:column; line-height:1.25; }
.reliance-origin strong { font-size:12px; }
.reliance-origin small { color:rgba(255,255,255,.64); font-size:10px; margin-top:3px; }
.reliance-copy { background:linear-gradient(135deg,#0d294a 0%,#071a30 100%); min-width:0; padding:48px 50px; position:relative; }
.reliance-copy .eyebrow { margin-bottom:15px; }
.reliance-copy h2 { font-size:clamp(36px,4vw,52px); letter-spacing:-.045em; line-height:1.02; margin:0 0 18px; max-width:660px; }
.reliance-copy > p { color:rgba(255,255,255,.7); font-size:15px; line-height:1.7; margin:0; max-width:720px; }
.reliance-benefits { display:grid; gap:10px; grid-template-columns:repeat(3,1fr); margin:30px 0; }
.reliance-benefits article { background:rgba(255,255,255,.055); border:1px solid rgba(255,255,255,.1); border-radius:13px; min-width:0; padding:15px; }
.reliance-benefits article > span { color:#f3c432; display:block; font-size:10px; font-weight:950; letter-spacing:.12em; margin-bottom:12px; }
.reliance-benefits article div { display:flex; flex-direction:column; line-height:1.3; }
.reliance-benefits strong { font-size:12px; }
.reliance-benefits small { color:rgba(255,255,255,.58); font-size:10px; margin-top:5px; }
.reliance-actions { align-items:center; display:flex; flex-wrap:wrap; gap:22px; }
.reliance-actions .button { border-radius:8px; white-space:nowrap; }
.reliance-actions .button:hover { background:#f3c432; color:#071a30; }
.reliance-actions > a { color:#bcd8f6; font-size:12px; font-weight:850; }
.reliance-actions > a span { color:#f3c432; margin-left:5px; }
.reliance-actions > a:hover { color:#fff; }

/* Asistente de cotización */
.quote-card-button { background:#edf4fc; border:0; border-radius:8px; color:var(--blue); cursor:pointer; font-size:12px; font-weight:850; padding:9px 12px; }
.quote-card-button:hover { background:var(--blue); color:#fff; }
.quote-launcher { align-items:center; background:var(--blue); border:0; border-radius:30px; bottom:94px; box-shadow:0 14px 35px rgba(7,42,83,.28); color:#fff; cursor:pointer; display:flex; font-weight:850; gap:9px; left:24px; min-height:52px; padding:10px 18px; position:fixed; right:auto; z-index:901; }
.quote-launcher-icon { align-items:center; background:var(--yellow); border-radius:50%; color:var(--navy); display:flex; height:30px; justify-content:center; width:30px; }
.quote-launcher strong { align-items:center; background:#fff; border-radius:20px; color:var(--blue); display:flex; font-size:11px; height:22px; justify-content:center; min-width:22px; }
.quote-overlay { align-items:center; background:rgba(7,25,45,.68); inset:0; justify-content:center; padding:22px; position:fixed; z-index:2000; }
.quote-overlay:not([hidden]) { display:flex; }
body.quote-open { overflow:hidden; }
.quote-assistant { background:#fff; border-radius:22px; box-shadow:0 30px 90px rgba(0,0,0,.35); max-height:min(820px, 94vh); max-width:720px; overflow:hidden; width:100%; }
.quote-header { align-items:center; background:var(--navy); color:#fff; display:flex; justify-content:space-between; padding:22px 26px; }
.quote-header span { color:#9fc9f6; font-size:10px; font-weight:900; letter-spacing:.12em; }
.quote-header h2 { font-size:25px; margin:3px 0 0; }
.quote-header button { background:rgba(255,255,255,.1); border:0; border-radius:50%; color:#fff; cursor:pointer; font-size:27px; height:38px; width:38px; }
.quote-progress { background:#dfe7ef; height:4px; }.quote-progress span { background:var(--green); display:block; height:100%; transition:width .3s; width:33.33%; }
.quote-body { max-height:calc(min(820px, 94vh) - 145px); overflow-y:auto; padding:25px 28px 12px; }
.quote-step { display:none; }.quote-step.active { display:block; }
.assistant-message { background:#edf5fd; border-left:3px solid var(--blue); border-radius:0 10px 10px 0; color:#3c5067; font-size:14px; line-height:1.55; margin-bottom:20px; padding:14px 16px; }
.assistant-message strong { color:var(--navy); }
.quote-step label { color:var(--navy); display:block; font-size:12px; font-weight:850; margin-bottom:15px; }
.quote-step input, .quote-step textarea { background:#f8fafc; border:1px solid #d2dce6; border-radius:8px; display:block; margin-top:6px; outline:0; padding:12px; width:100%; }
.quote-step input:focus, .quote-step textarea:focus { border-color:var(--blue); box-shadow:0 0 0 3px rgba(11,78,162,.1); }
.quote-fields.two { display:grid; gap:14px; grid-template-columns:1fr 1fr; }
.quote-search-results { display:grid; gap:7px; margin:-7px 0 18px; }
.quote-search-results > p { color:var(--muted); font-size:13px; }
.quote-search-results button { align-items:center; background:#fff; border:1px solid var(--line); border-radius:9px; cursor:pointer; display:flex; justify-content:space-between; padding:10px 12px; text-align:left; }
.quote-search-results button:hover { border-color:var(--blue); }.quote-search-results button span { display:flex; flex-direction:column; }.quote-search-results button strong { color:var(--navy); }.quote-search-results button small { color:var(--blue); margin-top:2px; }.quote-search-results button b { color:var(--green-dark); font-size:12px; }
.quote-cart { border-top:1px solid var(--line); margin-top:15px; padding-top:16px; }.quote-cart h3 { color:var(--navy); font-size:16px; margin:0 0 10px; }.quote-empty { color:var(--muted); font-size:13px; }
.quote-cart-item { align-items:center; background:#f7f9fb; border-radius:9px; display:grid; gap:9px; grid-template-columns:1fr 76px 32px; margin-bottom:7px; padding:9px 10px; }.quote-cart-item div { display:flex; flex-direction:column; }.quote-cart-item span { color:var(--blue); font-size:10px; font-weight:850; }.quote-cart-item strong { color:var(--navy); font-size:13px; }.quote-cart-item input { margin:0; padding:8px; }.quote-cart-item button { background:none; border:0; color:#9a3540; cursor:pointer; font-size:22px; }
.quote-next { margin-top:17px; width:100%; }.quote-nav { display:flex; gap:10px; justify-content:flex-end; margin-top:18px; }.quote-file small { color:var(--muted); display:block; font-weight:400; margin-top:5px; }.quote-error { color:#b52b27; font-size:13px; font-weight:750; min-height:20px; }
.quote-success { padding:25px 10px 35px; text-align:center; }.quote-success-icon { align-items:center; background:#e8f6e9; border-radius:50%; color:var(--green-dark); display:flex; font-size:30px; height:70px; justify-content:center; margin:0 auto 15px; width:70px; }.quote-success h3 { color:var(--navy); font-size:29px; margin:0 0 8px; }.quote-success p { color:var(--muted); }.quote-success .text-link { background:none; border:0; cursor:pointer; display:block; margin:16px auto 0; }
.quote-legal { background:#f5f7f9; color:var(--muted); font-size:10px; margin:0; padding:10px 20px; text-align:center; }
@media (max-width:840px) {
    .reliance-feature { padding-block:68px; }
    .reliance-shell { grid-template-columns:1fr; }
    .reliance-brand { padding:35px; }
    .reliance-brand > p { max-width:560px; }
    .reliance-mark span { font-size:52px; }
    .reliance-copy { padding:38px 35px; }
}
@media (max-width:620px) {
    .reliance-feature { padding-block:54px; }
    .reliance-shell { border-radius:20px; }
    .reliance-brand { padding:27px 22px; }
    .reliance-official { font-size:9px; }
    .reliance-mark { margin:25px 0 19px; padding:21px 0 18px; }
    .reliance-mark span { font-size:39px; }
    .reliance-brand > p { font-size:13px; }
    .reliance-origin { margin-top:23px; }
    .reliance-copy { padding:29px 22px 31px; }
    .reliance-copy h2 { font-size:34px; }
    .reliance-copy > p { font-size:13px; line-height:1.6; }
    .reliance-benefits { grid-template-columns:1fr; margin:23px 0; }
    .reliance-benefits article { align-items:center; display:grid; gap:12px; grid-template-columns:28px 1fr; padding:12px 13px; }
    .reliance-benefits article > span { margin:0; }
    .reliance-actions { align-items:stretch; flex-direction:column; gap:14px; }
    .reliance-actions .button { width:100%; }
    .reliance-actions > a { text-align:center; }
    .quote-launcher { display:none; }
    .quote-overlay { align-items:flex-end; padding:0; }
    .quote-assistant { border-radius:20px 20px 0 0; max-height:96vh; }
    .quote-body { padding:20px 17px 10px; }
    .quote-fields.two { grid-template-columns:1fr; gap:0; }
    .quote-header { padding:18px; }
    .quote-nav .button { flex:1; padding-inline:12px; }
}
