/* ═══════════════════════════════════════
   GUDDU DUMRA DEALERS — STYLE.CSS v2
   Green Agriculture & Construction Theme
   ═══════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --forest: #152d1e; --olive: #1e4a2e; --sage: #2d6a4f;
  --lime: #52b788; --lemon: #74c69d; --bright: #95d5b2;
  --clay: #d4844a; --steel: #e9c46a; --cream: #f0f7f2;
  --off: #f8fdf9; --dark: #0d1f14; --muted: #4a6558;
  --white: #fff; --border: rgba(82,183,136,0.2);
  --font-h: 'Rajdhani', sans-serif;
  --font-b: 'DM Sans', sans-serif;
  --font-s: 'Lora', serif;
  --sh-sm: 0 2px 10px rgba(21,45,30,0.08);
  --sh-md: 0 6px 28px rgba(21,45,30,0.13);
  --sh-lg: 0 16px 56px rgba(21,45,30,0.20);
  --ease: cubic-bezier(0.22,1,0.36,1);
}
html { scroll-behavior: smooth; }
body { font-family: var(--font-b); background: var(--off); color: var(--dark); overflow-x: hidden; }
::selection { background: var(--lime); color: var(--dark); }
::-webkit-scrollbar { width: 5px; } ::-webkit-scrollbar-track { background: var(--cream); } ::-webkit-scrollbar-thumb { background: var(--sage); border-radius: 3px; }
img { max-width: 100%; display: block; }

/* ── PRELOADER ── */
/* ── PRELOADER ── */
.preloader { position: fixed; inset: 0; z-index: 9999; background: var(--forest); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.pre-bg-logo { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; pointer-events: none; }
.pre-bg-logo img { width: min(72vw,72vh); height: min(72vw,72vh); object-fit: contain; opacity: .07; filter: grayscale(1) brightness(3); border-radius: 50%; animation: preLogoP 2.5s ease-in-out infinite; }
@keyframes preLogoP { 0%,100%{opacity:.06;transform:scale(1)} 50%{opacity:.11;transform:scale(1.04)} }
.pre-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 1.2rem; text-align: center; animation: preFade .5s ease both; }
@keyframes preFade { from{opacity:0;transform:translateY(10px)} to{opacity:1;transform:none} }
.pre-logo-main { width: 90px; height: 90px; border-radius: 50%; object-fit: cover; border: 3px solid rgba(82,183,136,.45); box-shadow: 0 0 40px rgba(82,183,136,.18); }
.pre-title { font-family: var(--font-h); font-size: clamp(2rem,5vw,3.2rem); font-weight: 700; color: var(--white); letter-spacing: .02em; line-height: 1.1; }
.pre-subtitle { font-size: .74rem; color: rgba(255,255,255,.4); letter-spacing: .18em; text-transform: uppercase; }

/* ── FLOATING ── */
.wa-fab { position: fixed; bottom: 24px; right: 24px; z-index: 800; background: #25D366; border-radius: 30px; display: flex; align-items: center; gap: 8px; padding: 12px 18px 12px 14px; text-decoration: none; box-shadow: 0 6px 24px rgba(37,211,102,.45); animation: wap 2.5s infinite; transition: transform .2s; }
.wa-fab svg { width: 22px; height: 22px; flex-shrink: 0; }
.wa-fab span { color: #fff; font-weight: 700; font-size: .85rem; white-space: nowrap; }
.wa-fab:hover { transform: scale(1.06); animation: none; }
@keyframes wap { 0%,100%{box-shadow:0 6px 24px rgba(37,211,102,.45)} 50%{box-shadow:0 6px 40px rgba(37,211,102,.7)} }
.btt { position: fixed; bottom: 24px; left: 24px; z-index: 800; width: 42px; height: 42px; background: var(--forest); border: 2px solid var(--lime); color: var(--lime); border-radius: 50%; font-size: 1rem; cursor: pointer; opacity: 0; pointer-events: none; transition: opacity .3s, transform .2s; }
.btt.show { opacity: 1; pointer-events: all; }
.btt:hover { transform: translateY(-3px); background: var(--lime); color: var(--dark); }

/* ── NAV ── */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 700; background: rgba(13,31,20,.95); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(82,183,136,.25); transition: box-shadow .3s; }
.nav.solid { box-shadow: var(--sh-lg); }
.nav-wrap { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0 2rem; height: 68px; }
.nav-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo { width: 44px; height: 44px; border-radius: 50%; overflow: hidden; border: 2px solid var(--lime); background: var(--olive); flex-shrink: 0; }
.nav-logo img { width: 100%; height: 100%; object-fit: cover; }
.nl-txt { font-family: var(--font-h); font-weight: 700; font-size: 1.1rem; color: var(--lime); }
.nav-title { font-family: var(--font-h); font-size: 1rem; font-weight: 700; color: var(--white); display: block; line-height: 1.2; letter-spacing: .02em; }
.nav-sub { font-size: .62rem; color: var(--lime); letter-spacing: .1em; text-transform: uppercase; display: block; }
.nav-links { display: flex; align-items: center; gap: .2rem; list-style: none; }
.nl { color: rgba(240,247,242,.75); text-decoration: none; font-size: .8rem; font-weight: 600; padding: 6px 11px; border-radius: 5px; letter-spacing: .03em; transition: color .2s, background .2s; position: relative; }
.nl::after { content: ''; position: absolute; bottom: 0; left: 11px; right: 11px; height: 2px; background: var(--lime); transform: scaleX(0); transform-origin: center; transition: transform .25s var(--ease); border-radius: 1px; }
.nl:hover, .nl.active { color: var(--white); }
.nl:hover::after, .nl.active::after { transform: scaleX(1); }
.nl-cta { background: var(--lime) !important; color: var(--dark) !important; font-weight: 700 !important; padding: 7px 16px !important; }
.nl-cta::after { display: none !important; }
.nl-cta:hover { background: var(--lemon) !important; }
.hbg { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.hbg span { width: 23px; height: 2px; background: var(--white); border-radius: 1px; transition: .3s; display: block; }
.hbg.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hbg.open span:nth-child(2) { opacity: 0; }
.hbg.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── HERO ── */
.hero { position: relative; height: 100vh; overflow: hidden; }
.hero-particles { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hp { position: absolute; border-radius: 50%; background: var(--lime); animation: hpf linear infinite; }
@keyframes hpf { 0%{transform:translateY(100vh) rotate(0);opacity:0} 10%{opacity:.3} 90%{opacity:.1} 100%{transform:translateY(-40px) rotate(720deg);opacity:0} }
.hero-glide, .hero-glide .glide__track, .hero-glide .glide__slides { height: 100%; }
.hs { height: 100vh; position: relative; display: flex; align-items: center; background-size: cover; background-position: center; }
.hs1 { background-image: linear-gradient(135deg,rgba(13,31,20,.9) 0%,rgba(21,45,30,.75) 50%,rgba(30,74,46,.55) 100%), url('https://images.unsplash.com/photo-1605732562742-3023a888e56e?w=1600&q=80'); }
.hs2 { background-image: linear-gradient(135deg,rgba(13,31,20,.88) 0%,rgba(45,106,79,.7) 60%,rgba(82,183,136,.3) 100%), url('https://images.unsplash.com/photo-1560493676-04071c5f467b?w=1600&q=80'); }
.hs3 { background-image: linear-gradient(135deg,rgba(13,31,20,.9) 0%,rgba(30,74,46,.75) 50%,rgba(60,90,50,.55) 100%), url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?w=1600&q=80'); }
.hs-overlay { position: absolute; inset: 0; background: rgba(13,31,20,.35); }
.hs-content { position: relative; z-index: 2; padding: 0 6vw 100px; max-width: 760px; }
.hs-content.reveal { animation: fadeUp .8s var(--ease) both; }
.hs-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(82,183,136,.15); border: 1px solid rgba(82,183,136,.4); color: var(--bright); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: 5px 14px; border-radius: 100px; margin-bottom: 1.4rem; animation: badgep 2s 1s ease infinite; }
@keyframes badgep { 0%,100%{box-shadow:0 0 0 0 rgba(82,183,136,.3)} 50%{box-shadow:0 0 0 8px rgba(82,183,136,0)} }
.hs-content h1 { font-family: var(--font-h); font-size: clamp(2.8rem,6.5vw,5.5rem); font-weight: 700; color: var(--white); line-height: 1.05; margin-bottom: .5rem; letter-spacing: .01em; }
.hs-content h1 em { font-style: normal; color: var(--lime); }
.hs-hindi { font-size: .98rem; color: rgba(240,247,242,.75); margin-bottom: .7rem; }
.hs-desc { font-size: 1.05rem; color: rgba(240,247,242,.7); max-width: 520px; line-height: 1.7; margin-bottom: 2rem; }
.hs-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-g { display: inline-block; background: var(--lime); color: var(--dark); padding: 13px 28px; border-radius: 6px; font-weight: 700; font-size: .9rem; text-decoration: none; transition: background .2s, transform .2s, box-shadow .2s; box-shadow: 0 4px 18px rgba(82,183,136,.35); }
.btn-g:hover { background: var(--lemon); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(82,183,136,.45); }
.btn-o { display: inline-block; background: transparent; color: var(--white); padding: 12px 26px; border-radius: 6px; font-weight: 600; font-size: .9rem; text-decoration: none; border: 2px solid rgba(255,255,255,.4); transition: border-color .2s; }
.btn-o:hover { border-color: var(--white); }
.hero-glide .glide__arrows { position: absolute; bottom: 108px; left: 6vw; display: flex; gap: .8rem; z-index: 10; }
.hero-glide .glide__arrow { width: 46px; height: 46px; background: rgba(255,255,255,.1); border: 1.5px solid rgba(255,255,255,.3); color: var(--white); border-radius: 50%; cursor: pointer; font-size: 1.1rem; transition: background .2s, border-color .2s; display: flex; align-items: center; justify-content: center; }
.hero-glide .glide__arrow:hover { background: var(--lime); border-color: var(--lime); color: var(--dark); }
.hero-glide .glide__bullets { position: absolute; bottom: 122px; right: 6vw; display: flex; gap: 8px; z-index: 10; }
.glide__bullet { width: 8px; height: 8px; background: rgba(255,255,255,.3); border: none; border-radius: 50%; cursor: pointer; padding: 0; transition: background .2s, transform .2s; }
.glide__bullet--active { background: var(--lime); transform: scale(1.4); }
.hero-stats { position: absolute; bottom: 0; left: 0; right: 0; z-index: 10; background: rgba(13,31,20,.92); border-top: 1px solid rgba(82,183,136,.2); display: flex; align-items: center; justify-content: center; }
.hstat { flex: 1; text-align: center; padding: 14px 12px; min-width: 80px; }
.hstat-n { display: block; font-family: var(--font-h); font-size: 1.9rem; font-weight: 700; color: var(--lime); line-height: 1; }
.hstat-l { display: block; font-size: .68rem; color: rgba(240,247,242,.55); letter-spacing: .08em; text-transform: uppercase; margin-top: 3px; }
.hstat-div { width: 1px; height: 36px; background: rgba(255,255,255,.1); flex-shrink: 0; }

/* ── TICKER ── */
.ticker { background: var(--olive); border-top: 2px solid var(--lime); border-bottom: 2px solid var(--lime); overflow: hidden; padding: 10px 0; }
.ticker-inner { display: flex; gap: 2rem; white-space: nowrap; animation: tick 35s linear infinite; will-change: transform; }
.ticker-inner span { font-size: .78rem; font-weight: 600; color: var(--cream); letter-spacing: .08em; text-transform: uppercase; flex-shrink: 0; }
.td { color: var(--lime) !important; }
@keyframes tick { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

/* ── SECTIONS ── */
.sec { padding: 90px 0; position: relative; }
.bg-off { background: var(--off); }
.bg-dark { background: var(--dark); }
.bg-forest { background: linear-gradient(160deg, var(--forest) 0%, var(--olive) 100%); }
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 4vw; }
.sec-hdr { text-align: center; margin-bottom: 3.5rem; }
.sec-tag { display: inline-block; background: rgba(82,183,136,.1); border: 1px solid rgba(82,183,136,.25); color: var(--lime); font-size: .7rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; padding: 4px 14px; border-radius: 100px; margin-bottom: .7rem; }
.sec-hdr h2 { font-family: var(--font-h); font-size: clamp(1.9rem,3.5vw,3rem); font-weight: 700; color: var(--forest); margin-bottom: .7rem; line-height: 1.15; }
.sec-hdr h2 em { font-style: normal; color: var(--lime); }
.sec-hdr h2.light { color: var(--white); }
.sec-hdr p { color: var(--muted); font-size: .97rem; max-width: 560px; margin: 0 auto; }
.sec-hdr p.light-muted { color: rgba(240,247,242,.65); }
@keyframes fadeUp { from{opacity:0;transform:translateY(28px)} to{opacity:1;transform:translateY(0)} }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.on { opacity: 1; transform: none; }
.reveal-l { opacity: 0; transform: translateX(-28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal-l.on { opacity: 1; transform: none; }
.reveal-r { opacity: 0; transform: translateX(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal-r.on { opacity: 1; transform: none; }

/* ── CAT CARDS ── */
.cat-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.4rem; }
.cat-card { background: var(--white); border-radius: 14px; overflow: hidden; text-decoration: none; border: 1.5px solid rgba(21,45,30,.08); box-shadow: var(--sh-sm); transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; display: block; }
.cat-card:hover { transform: translateY(-7px); box-shadow: var(--sh-lg); border-color: rgba(82,183,136,.3); }
.cat-img { height: 180px; overflow: hidden; background: var(--cream); display: flex; align-items: center; justify-content: center; }
.cat-img img { width: 100%; height: 100%; object-fit: contain; padding: .8rem; transition: transform .5s var(--ease); }
.cat-card:hover .cat-img img { transform: scale(1.06); }
.cat-parts { font-size: 3.5rem; }
.cat-body { padding: 1.4rem; }
.cat-count { display: inline-block; background: rgba(82,183,136,.1); color: var(--sage); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 3px 10px; border-radius: 4px; margin-bottom: .6rem; }
.cat-body h3 { font-family: var(--font-h); font-size: 1.1rem; font-weight: 700; color: var(--forest); margin-bottom: .4rem; }
.cat-body p { color: var(--muted); font-size: .82rem; line-height: 1.6; margin-bottom: .9rem; }
.cat-link { color: var(--lime); font-weight: 700; font-size: .82rem; display: inline-flex; align-items: center; gap: 4px; transition: gap .2s; }
.cat-card:hover .cat-link { gap: 10px; }

/* ── ACE BANNER ── */
.ace-banner { position: relative; overflow: hidden; max-height: 220px; background: var(--forest); }
.ace-banner img { width: 100%; height: 220px; object-fit: cover; object-position: center; opacity: .35; }
.ace-banner-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: space-between; padding: 2rem 6vw; }
.ace-banner-text { display: flex; flex-direction: column; gap: .3rem; }
.ace-banner-text span { color: rgba(240,247,242,.7); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.ace-banner-text strong { font-family: var(--font-h); font-size: clamp(1.3rem,2.5vw,2rem); font-weight: 700; color: var(--white); }

/* ── SERIES TABS ── */
.series-tabs { display: flex; gap: .6rem; flex-wrap: wrap; margin-bottom: 2.4rem; justify-content: center; }
.stab { background: rgba(255,255,255,.06); border: 1.5px solid rgba(82,183,136,.2); color: rgba(240,247,242,.6); padding: 9px 22px; border-radius: 100px; font-size: .83rem; font-weight: 600; cursor: pointer; transition: all .2s; }
.stab.active, .stab:hover { background: var(--lime); border-color: var(--lime); color: var(--dark); }
.series-panel { display: none; }
.series-panel.active { display: block; }
.tcard-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.4rem; }

/* ── TRACTOR CARD ── */
.tcard { background: rgba(255,255,255,.05); border: 1px solid rgba(82,183,136,.15); border-radius: 14px; overflow: hidden; cursor: pointer; transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; }
.tcard:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(0,0,0,.35); border-color: rgba(82,183,136,.4); }
.tcard-img { height: 200px; background: rgba(240,247,242,.05); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.tcard-img img { width: 100%; height: 100%; object-fit: contain; padding: 1rem; transition: transform .5s var(--ease); }
.tcard:hover .tcard-img img { transform: scale(1.08); }
.tcard-body { padding: 1.3rem 1.3rem 1.5rem; }
.tcard-hdr { display: flex; justify-content: space-between; align-items: center; margin-bottom: .6rem; }
.tcard-series { font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; background: rgba(82,183,136,.15); color: var(--lime); padding: 3px 9px; border-radius: 3px; }
.star-series { background: rgba(233,196,106,.15); color: var(--steel); }
.veer-series { background: rgba(116,198,157,.15); color: var(--lemon); }
.prem-series { background: rgba(212,132,74,.15); color: var(--clay); }
.tcard-drive { font-size: .65rem; font-weight: 700; color: rgba(240,247,242,.5); letter-spacing: .08em; text-transform: uppercase; }
.drive-4wd { color: var(--clay) !important; }
.tcard-body h3 { font-family: var(--font-h); font-size: 1.05rem; font-weight: 700; color: var(--white); margin-bottom: .2rem; }
.tcard-hp { font-size: 1.4rem; font-weight: 700; color: var(--lime); font-family: var(--font-h); margin-bottom: .8rem; }
.tcard-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid rgba(255,255,255,.07); margin-bottom: 1rem; }
.tcard-specs div { padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,.05); }
.tcard-specs div:nth-child(odd) { padding-right: 8px; border-right: 1px solid rgba(255,255,255,.05); }
.tcard-specs div:nth-child(even) { padding-left: 8px; }
.tcard-specs span { display: block; font-size: .65rem; color: rgba(240,247,242,.45); letter-spacing: .06em; text-transform: uppercase; }
.tcard-specs strong { font-size: .82rem; color: var(--white); font-weight: 600; }
.tcard-btn { width: 100%; background: rgba(82,183,136,.1); border: 1.5px solid rgba(82,183,136,.25); color: var(--lime); padding: 9px; border-radius: 6px; font-size: .82rem; font-weight: 700; cursor: pointer; transition: background .2s, border-color .2s; }
.tcard-btn:hover { background: var(--lime); border-color: var(--lime); color: var(--dark); }

/* ── GLIDE GENERAL ── */
.tractor-glide, .harvester-glide, .bhl-glide { position: relative; }
.tractor-glide .glide__arrows, .harvester-glide .glide__arrows, .bhl-glide .glide__arrows { display: flex; justify-content: center; gap: 1rem; margin-top: 2rem; }
.tractor-glide .glide__arrow, .bhl-glide .glide__arrow { width: 44px; height: 44px; background: rgba(255,255,255,.08); border: 1.5px solid rgba(82,183,136,.25); color: var(--white); border-radius: 50%; cursor: pointer; font-size: 1rem; transition: background .2s; display: flex; align-items: center; justify-content: center; }
.harvester-glide .glide__arrow { width: 44px; height: 44px; background: var(--white); border: 1.5px solid rgba(82,183,136,.35); color: var(--forest); border-radius: 50%; cursor: pointer; font-size: 1rem; transition: background .2s; display: flex; align-items: center; justify-content: center; box-shadow: var(--sh-sm); }
.tractor-glide .glide__arrow:hover, .harvester-glide .glide__arrow:hover, .bhl-glide .glide__arrow:hover { background: var(--lime); border-color: var(--lime); color: var(--dark); }
.harvester-glide .glide__bullets, .bhl-glide .glide__bullets { display: flex; justify-content: center; gap: 8px; margin-top: 1rem; }
.harvester-glide .glide__bullet { background: rgba(45,106,79,.25); }
.harvester-glide .glide__bullet--active { background: var(--sage); }

/* ── HARVESTER CARD ── */
.hcard { background: var(--white); border-radius: 14px; overflow: hidden; cursor: pointer; box-shadow: var(--sh-sm); border: 1.5px solid rgba(21,45,30,.08); transition: transform .3s var(--ease), box-shadow .3s; display: flex; flex-direction: column; height: 100%; }
.hcard:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); }
.hcard-img { height: 220px; overflow: hidden; background: var(--cream); display: flex; align-items: center; justify-content: center; }
.hcard-img img { width: 100%; height: 100%; object-fit: contain; padding: 1.2rem; transition: transform .5s var(--ease); }
.hcard:hover .hcard-img img { transform: scale(1.07); }
.hcard-body { padding: 1.4rem; flex: 1; display: flex; flex-direction: column; }
.hcard-tag { display: inline-block; background: rgba(52,183,136,.08); color: var(--sage); font-size: .67rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 3px 10px; border-radius: 3px; margin-bottom: .7rem; }
.hcard-body h3 { font-family: var(--font-h); font-size: 1.15rem; font-weight: 700; color: var(--forest); margin-bottom: .6rem; }
.hcard-body p { color: var(--muted); font-size: .84rem; line-height: 1.65; margin-bottom: 1rem; flex: 1; }
.hcard-feats { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: 1rem; }
.hcard-feats span { font-size: .72rem; background: var(--cream); color: var(--muted); padding: 3px 10px; border-radius: 4px; }

/* ── BACKHOE CARD ── */
.bcard { background: rgba(255,255,255,.05); border: 1px solid rgba(82,183,136,.15); border-radius: 14px; overflow: hidden; cursor: pointer; position: relative; transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; height: 100%; }
.bcard:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(0,0,0,.35); border-color: rgba(82,183,136,.4); }
.bcard-badge { position: absolute; top: 12px; right: 12px; background: var(--clay); color: var(--white); font-size: .65rem; font-weight: 700; padding: 3px 9px; border-radius: 4px; text-transform: uppercase; letter-spacing: .06em; z-index: 2; }
.bcard-badge.popular { background: var(--lime); color: var(--dark); }
.bcard-badge.new-b { background: var(--steel); color: var(--dark); }
.bcard-img { height: 180px; overflow: hidden; }
.bcard-img img { width: 100%; height: 100%; transition: transform .5s var(--ease); }
.bcard:hover .bcard-img img { transform: scale(1.06); }
.bcard-body { padding: 1.3rem; }
.bcard-tag { display: inline-block; background: rgba(212,132,74,.12); color: var(--clay); font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; padding: 3px 9px; border-radius: 3px; margin-bottom: .6rem; }
.bcard-body h3 { font-family: var(--font-h); font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: .6rem; }
.bcard-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid rgba(255,255,255,.07); margin-bottom: .8rem; }
.bcard-specs div { padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,.05); }
.bcard-specs div:nth-child(odd) { padding-right: 8px; border-right: 1px solid rgba(255,255,255,.05); }
.bcard-specs div:nth-child(even) { padding-left: 8px; }
.bcard-specs span { display: block; font-size: .62rem; color: rgba(240,247,242,.4); letter-spacing: .05em; }
.bcard-specs strong { font-size: .8rem; color: var(--white); font-weight: 600; }
.bcard-body p { font-size: .8rem; color: rgba(240,247,242,.55); line-height: 1.6; margin-bottom: .9rem; }
.bcard-btn { width: 100%; background: rgba(212,132,74,.1); border: 1.5px solid rgba(212,132,74,.25); color: var(--clay); padding: 9px; border-radius: 6px; font-size: .8rem; font-weight: 700; cursor: pointer; transition: background .2s, border-color .2s; }
.bcard-btn:hover { background: var(--clay); border-color: var(--clay); color: var(--white); }

/* ── SEC CTA ── */
.sec-cta { text-align: center; margin-top: 3rem; display: flex; gap: 1rem; align-items: center; justify-content: center; flex-wrap: wrap; }
.sec-cta p { color: rgba(240,247,242,.6); font-size: .9rem; }
.btn-wa { display: inline-flex; align-items: center; gap: 7px; background: #25D366; color: var(--white); padding: 12px 22px; border-radius: 6px; font-weight: 700; font-size: .88rem; text-decoration: none; transition: background .2s, transform .15s; }
.btn-wa:hover { background: #1da853; transform: translateY(-2px); }

/* ── SERVICES ── */
.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.svc-card { background: rgba(255,255,255,.05); border: 1px solid rgba(82,183,136,.15); border-radius: 12px; padding: 2rem 1.8rem; transition: transform .3s var(--ease), background .3s, border-color .3s; position: relative; overflow: hidden; }
.svc-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg,var(--lime),var(--lemon)); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
.svc-card:hover { background: rgba(255,255,255,.09); border-color: rgba(82,183,136,.35); transform: translateY(-4px); }
.svc-card:hover::before { transform: scaleX(1); }
.svc-icon { font-size: 1.8rem; margin-bottom: 1rem; display: block; }
.svc-card h3 { font-family: var(--font-h); font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: .5rem; }
.svc-card p { font-size: .84rem; color: rgba(240,247,242,.6); line-height: 1.65; }

/* ── ABOUT ── */
.about-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 5vw; align-items: start; }
.about-left .sec-tag { /* inline */ }
.about-left h2 { font-family: var(--font-h); font-size: clamp(1.8rem,3.5vw,3rem); font-weight: 700; color: var(--forest); margin-bottom: .5rem; line-height: 1.15; }
.about-left h2 em { font-style: normal; color: var(--lime); }
.about-line { width: 52px; height: 4px; background: var(--lime); border-radius: 2px; margin: 1rem 0 1.5rem; }
.about-left p { color: var(--muted); font-size: .97rem; line-height: 1.8; margin-bottom: 1.1rem; }
.about-badges { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.5rem 0 2rem; }
.ab { display: flex; align-items: center; gap: 7px; background: var(--white); border: 1.5px solid rgba(82,183,136,.25); color: var(--forest); font-size: .8rem; font-weight: 600; padding: 7px 14px; border-radius: 8px; box-shadow: var(--sh-sm); }
.about-locs { display: flex; flex-direction: column; gap: .9rem; }
.aloc { display: flex; align-items: flex-start; gap: .8rem; }
.aloc-icon { font-size: 1.3rem; margin-top: 2px; flex-shrink: 0; }
.aloc strong { display: block; color: var(--forest); font-size: .88rem; margin-bottom: 2px; }
.aloc p { color: var(--muted); font-size: .8rem; line-height: 1.55; }
/* ── TESTIMONIALS — pure CSS, no Glide ── */
.testi-wrap { margin-bottom: 2.5rem; }
.testi-ttl { font-family: var(--font-h); font-size: 1.2rem; font-weight: 700; color: var(--forest); margin-bottom: 1rem; }
.testi-css { position: relative; }
.testi-slides { position: relative; }
/* All cards hidden by default */
.testi-slides .tcard2 { display: none; }
/* Only active card shown */
.testi-slides .tcard2.tactive { display: block; }
.testi-dots { display: flex; gap: 8px; margin-top: 1rem; }
.tdot {
  width: 10px; height: 10px; border-radius: 50%;
  background: rgba(45,106,79,.2); cursor: pointer;
  transition: background .2s, transform .2s;
  display: block; border: none; padding: 0;
}
.tdot.tactive { background: var(--sage); transform: scale(1.3); }
.tcard2 { background: var(--white); border-radius: 12px; padding: 1.8rem; box-shadow: var(--sh-md); border-left: 4px solid var(--lime); }
.tcard2-stars { color: var(--steel); font-size: .95rem; letter-spacing: 2px; margin-bottom: .9rem; }
.tcard2 blockquote { font-family: var(--font-s); font-size: .94rem; color: var(--forest); font-style: italic; line-height: 1.7; margin-bottom: 1.1rem; }
.tcard2-auth { display: flex; align-items: center; gap: .8rem; }
.tauth-av { width: 38px; height: 38px; background: var(--olive); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-h); font-weight: 700; font-size: .95rem; flex-shrink: 0; }
.tcard2-auth strong { display: block; color: var(--forest); font-size: .85rem; }
.tcard2-auth span { color: var(--muted); font-size: .75rem; }
.why-list { display: flex; flex-direction: column; gap: 1rem; }
.why-item { display: flex; align-items: flex-start; gap: .9rem; background: var(--white); border-radius: 10px; padding: 1.1rem 1.3rem; box-shadow: var(--sh-sm); border: 1.5px solid rgba(21,45,30,.07); transition: transform .25s, box-shadow .25s; }
.why-item:hover { transform: translateX(5px); box-shadow: var(--sh-md); }
.why-ico { width: 40px; height: 40px; background: rgba(82,183,136,.1); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.why-item h4 { color: var(--forest); font-size: .9rem; font-weight: 700; margin-bottom: .2rem; }
.why-item p { color: var(--muted); font-size: .8rem; line-height: 1.55; }

/* ── CONTACT ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 4vw; margin-top: 1rem; }
.cinfo { display: flex; flex-direction: column; gap: 1.3rem; }
.ci-block { display: flex; align-items: flex-start; gap: .9rem; }
.ci-ico { width: 42px; height: 42px; background: rgba(82,183,136,.1); border: 1.5px solid rgba(82,183,136,.2); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.15rem; flex-shrink: 0; }
.ci-block h4 { color: var(--forest); font-weight: 700; font-size: .88rem; margin-bottom: 3px; }
.ci-block a { color: var(--sage); text-decoration: none; font-size: .9rem; transition: color .2s; display: block; }
.ci-block a:hover { color: var(--lime); }
.ci-block p { color: var(--muted); font-size: .82rem; line-height: 1.6; }
.ci-hours { display: block; color: var(--muted); font-size: .75rem; margin-top: 3px; }
.phone-list { display: flex; flex-direction: column; gap: .4rem; margin-bottom: .4rem; }
.pe { display: flex; flex-direction: column; gap: 1px; }
.pe a { font-size: 1.05rem; font-weight: 700 !important; color: var(--sage) !important; }
.pe a:hover { color: var(--lime) !important; }
.pr { font-size: .7rem; color: var(--muted); }
.wa-big { display: inline-flex; align-items: center; gap: 7px; background: #25D366; color: var(--white) !important; padding: 10px 18px; border-radius: 7px; font-weight: 700; font-size: .85rem; margin-top: 5px; transition: background .2s, transform .15s !important; }
.wa-big:hover { background: #1da853 !important; transform: translateY(-2px); }
.cform-box { background: var(--white); border-radius: 16px; padding: 2.5rem; box-shadow: var(--sh-lg); border: 1.5px solid rgba(21,45,30,.08); }
.cform-box h3 { font-family: var(--font-h); font-size: 1.5rem; font-weight: 700; color: var(--forest); margin-bottom: .3rem; }
.cform-box > p { color: var(--muted); font-size: .86rem; margin-bottom: 1.6rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.fg { margin-bottom: 1rem; }
.fg label { display: block; font-size: .75rem; font-weight: 700; color: var(--forest); letter-spacing: .05em; text-transform: uppercase; margin-bottom: 5px; }
.fg input, .fg select, .fg textarea { width: 100%; background: var(--cream); border: 2px solid rgba(21,45,30,.1); border-radius: 7px; padding: 10px 14px; font-family: var(--font-b); font-size: .9rem; color: var(--dark); outline: none; transition: border-color .2s, box-shadow .2s; -webkit-appearance: none; }
.fg input:focus, .fg select:focus, .fg textarea:focus { border-color: var(--lime); box-shadow: 0 0 0 3px rgba(82,183,136,.12); }
.fg textarea { resize: vertical; min-height: 90px; }
.fg select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%232d6a4f' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; cursor: pointer; }
.fe { display: block; color: #c0392b; font-size: .72rem; margin-top: 3px; }
.btn-submit { width: 100%; background: var(--lime); color: var(--dark); border: none; border-radius: 7px; padding: 13px; font-family: var(--font-b); font-size: .92rem; font-weight: 700; cursor: pointer; margin-top: .4rem; transition: background .2s, transform .15s, box-shadow .2s; box-shadow: 0 4px 18px rgba(82,183,136,.3); letter-spacing: .03em; }
.btn-submit:hover { background: var(--lemon); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(82,183,136,.4); }
.btn-submit:disabled { opacity: .6; cursor: not-allowed; transform: none; }
.fsuccess { text-align: center; padding: 2rem 0; }
.fsuccess div { font-size: 3rem; margin-bottom: .8rem; }
.fsuccess h4 { font-family: var(--font-h); font-size: 1.3rem; color: var(--sage); margin-bottom: .4rem; }
.fsuccess p { color: var(--muted); font-size: .88rem; }
.fsuccess a { color: var(--lime); }
.ferr { background: rgba(192,57,43,.07); border: 1.5px solid rgba(192,57,43,.2); border-radius: 8px; padding: .9rem; margin-top: .9rem; }
.ferr p { color: #c0392b; font-size: .84rem; }
.ferr a { color: #c0392b; font-weight: 700; }

/* ── FOOTER ── */
.footer { background: var(--dark); }
.footer-top { padding: 60px 4vw 40px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3vw; }
.footer-brand { }
.fb-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; }
.fb-logo img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; border: 2px solid var(--lime); }
.fb-name { display: block; font-family: var(--font-h); font-size: .95rem; font-weight: 700; color: var(--white); line-height: 1.2; }
.fb-tag { display: block; font-size: .6rem; color: var(--lime); letter-spacing: .1em; text-transform: uppercase; }
.footer-brand p { color: rgba(240,247,242,.5); font-size: .83rem; line-height: 1.75; margin-bottom: 1.2rem; }
.footer-socials { display: flex; gap: .7rem; }
.footer-socials a { width: 36px; height: 36px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: .85rem; text-decoration: none; transition: background .2s, border-color .2s; }
.footer-socials a:hover { background: rgba(82,183,136,.15); border-color: var(--lime); }
.fc h4 { font-family: var(--font-h); font-size: .9rem; font-weight: 700; color: var(--lime); margin-bottom: 1.1rem; }
.fc ul { list-style: none; display: flex; flex-direction: column; gap: .55rem; }
.fc ul li a, .fc ul li span { color: rgba(240,247,242,.5); text-decoration: none; font-size: .82rem; transition: color .2s; display: block; }
.fc ul li a:hover { color: var(--lime); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); padding: 18px 4vw; }
.fb-inner { max-width: 1240px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .7rem; }
.footer-bottom p { color: rgba(240,247,242,.35); font-size: .75rem; }
.fb-inner span { color: var(--lime); font-size: .72rem; font-weight: 600; }

/* ── MODAL ── */
.modal-overlay { position: fixed; inset: 0; background: rgba(13,31,20,.8); backdrop-filter: blur(8px); z-index: 9000; display: none; align-items: center; justify-content: center; padding: 1rem; }
.modal-overlay.open { display: flex; }
.modal-box { background: var(--off); border-radius: 18px; max-width: 620px; width: 100%; max-height: 88vh; overflow-y: auto; position: relative; box-shadow: 0 32px 100px rgba(0,0,0,.5); animation: mIn .35s var(--ease) both; }
@keyframes mIn { from{opacity:0;transform:scale(.93) translateY(20px)} to{opacity:1;transform:none} }
.modal-close { position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; background: rgba(21,45,30,.1); border: none; border-radius: 50%; font-size: 1rem; cursor: pointer; color: var(--muted); display: flex; align-items: center; justify-content: center; z-index: 2; transition: background .2s; }
.modal-close:hover { background: rgba(21,45,30,.2); }
.mc-img { height: 240px; overflow: hidden; border-radius: 14px 14px 0 0; background: var(--cream); display: flex; align-items: center; justify-content: center; }
.mc-img img { width: 100%; height: 100%; object-fit: contain; padding: 1.5rem; }
.mc-body { padding: 2rem; }
.mc-series { display: inline-block; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 3px 10px; border-radius: 3px; margin-bottom: .7rem; }
.mc-body h2 { font-family: var(--font-h); font-size: 1.7rem; font-weight: 700; color: var(--forest); margin-bottom: .2rem; }
.mc-hp { font-size: 2rem; font-weight: 700; color: var(--lime); font-family: var(--font-h); margin-bottom: 1.2rem; }
.mc-table { width: 100%; border-collapse: collapse; margin-bottom: 1.4rem; }
.mc-table tr:not(:last-child) { border-bottom: 1px solid rgba(21,45,30,.06); }
.mc-table td { padding: 8px 0; font-size: .88rem; }
.mc-table td:first-child { color: var(--muted); width: 45%; }
.mc-table td:last-child { font-weight: 600; color: var(--forest); }
.mc-desc { color: var(--muted); font-size: .88rem; line-height: 1.7; margin-bottom: 1.5rem; }
.mc-actions { display: flex; gap: .9rem; flex-wrap: wrap; }
.mc-actions .btn-g { flex: 1; text-align: center; }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) { .cat-grid { grid-template-columns: repeat(2,1fr); } .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 900px) { .about-wrap, .contact-grid { grid-template-columns: 1fr; } .svc-grid { grid-template-columns: 1fr 1fr; } .tcard-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 768px) {
  .nav-links { display: none; flex-direction: column; position: fixed; top: 68px; left: 0; right: 0; background: rgba(13,31,20,.98); backdrop-filter: blur(20px); padding: 1.5rem 2rem 2rem; gap: .2rem; border-bottom: 1px solid rgba(82,183,136,.2); }
  .nav-links.open { display: flex; }
  .hbg { display: flex; }
  .nl { font-size: .95rem; padding: 11px 14px; }
  .hero-stats { flex-wrap: wrap; }
  .hstat { min-width: 45%; border-bottom: 1px solid rgba(255,255,255,.06); }
  .hstat-div { display: none; }
  .cat-grid { grid-template-columns: 1fr; }
  .svc-grid { grid-template-columns: 1fr; }
  .tcard-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .fb-inner { flex-direction: column; text-align: center; }
  .hs-content { padding: 0 4vw 160px; }
  .hs-content h1 { font-size: 2.3rem; }
  .wa-fab span { display: none; }
  .wa-fab { padding: 14px; border-radius: 50%; width: 56px; height: 56px; justify-content: center; }
}
@media (max-width: 480px) {
  .hs-btns { flex-direction: column; }
  .btn-g, .btn-o { text-align: center; }
  .sec { padding: 60px 0; }
  .hero-glide .glide__arrows { bottom: 140px; }
  .hero-glide .glide__bullets { bottom: 152px; }
}

/* ── TESTIMONIAL PRODUCT TAG ── */
.tcard2-product { display:inline-block; background:rgba(82,183,136,.1); border:1px solid rgba(82,183,136,.2); color:var(--sage); font-size:.7rem; font-weight:700; letter-spacing:.06em; text-transform:uppercase; padding:3px 10px; border-radius:4px; margin-bottom:.8rem; }

/* ── ABOUT FULL-WIDTH LAYOUT ── */
.about-fw-body { display:grid; grid-template-columns:1.4fr 1fr; gap:2.5rem; margin-top:1.2rem; align-items:start; }
.about-bottom-grid { display:grid; grid-template-columns:1fr 1fr; gap:2.5rem; }
@media(max-width:900px){ .about-fw-body{grid-template-columns:1fr} .about-bottom-grid{grid-template-columns:1fr} }

/* ── EXCHANGE CARDS ── */
.exchange-glide .glide__arrows { display:flex; justify-content:center; gap:1rem; margin-top:2rem; }
.exchange-glide .glide__arrow { width:44px; height:44px; background:var(--white); border:1.5px solid rgba(82,183,136,.25); color:var(--forest); border-radius:50%; cursor:pointer; font-size:1rem; display:flex; align-items:center; justify-content:center; box-shadow:var(--sh-sm); transition:background .2s; }
.exchange-glide .glide__arrow:hover,.tractor-glide .glide__arrow:hover,.bhl-glide .glide__arrow:hover,.harvester-glide .glide__arrow:hover { background:var(--lime); border-color:var(--lime); color:var(--dark); }
.exchange-glide .glide__bullets { display:flex; justify-content:center; gap:8px; margin-top:1rem; }
.excard { background:var(--white); border-radius:14px; box-shadow:var(--sh-md); border:1.5px solid rgba(21,45,30,.08); overflow:hidden; position:relative; transition:transform .3s var(--ease),box-shadow .3s; }
.excard:hover { transform:translateY(-5px); box-shadow:var(--sh-lg); }
.excard-badge { position:absolute; top:12px; left:12px; z-index:2; background:var(--steel); color:var(--dark); font-size:.65rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; padding:4px 10px; border-radius:4px; }
.excard-img { height:220px; overflow:hidden; background:var(--cream); }
.excard-img img { width:100%; height:100%; object-fit:cover; }
.excard-img-ph { width:100%; height:100%; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:.5rem; color:var(--muted); border:2px dashed rgba(82,183,136,.25); }
.excard-img-ph span { font-size:2.5rem; } .excard-img-ph p { font-size:.8rem; }
.excard-body { padding:1.4rem; }
.excard-type { display:inline-block; background:rgba(82,183,136,.08); color:var(--sage); font-size:.65rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; padding:3px 9px; border-radius:3px; margin-bottom:.6rem; }
.excard-body h3 { font-family:var(--font-h); font-size:1.15rem; font-weight:700; color:var(--forest); margin-bottom:.2rem; }
.excard-year { font-size:.8rem; color:var(--muted); margin-bottom:.9rem; }
.excard-specs { display:grid; grid-template-columns:1fr 1fr; gap:0; border-top:1px solid var(--cream); margin-bottom:.9rem; }
.excard-specs div { padding:7px 0; border-bottom:1px solid var(--cream); }
.excard-specs div:nth-child(odd) { padding-right:8px; border-right:1px solid var(--cream); }
.excard-specs div:nth-child(even) { padding-left:8px; }
.excard-specs span { display:block; font-size:.62rem; color:var(--muted); }
.excard-specs strong { font-size:.82rem; color:var(--forest); font-weight:600; }
.excard-desc { font-size:.82rem; color:var(--muted); line-height:1.6; margin-bottom:1rem; }
.excard-price { background:var(--cream); border-radius:8px; padding:.8rem 1rem; margin-bottom:1rem; }
.excard-price-label { display:block; font-size:.68rem; color:var(--muted); letter-spacing:.08em; text-transform:uppercase; margin-bottom:2px; }
.excard-price-val { font-family:var(--font-h); font-size:1.1rem; font-weight:700; color:var(--forest); }
.excard-btn { display:block; width:100%; text-align:center; background:#25D366; color:var(--white); padding:11px; border-radius:7px; font-weight:700; font-size:.85rem; text-decoration:none; transition:background .2s; }
.excard-btn:hover { background:#1da853; }

/* ── REVIEW LOADING SPINNER ── */
.testi-loading { display:flex; flex-direction:column; align-items:center; justify-content:center; padding:3rem 1rem; gap:1rem; }
.testi-loading p { color:var(--muted); font-size:.85rem; }
.testi-spinner { width:32px; height:32px; border:3px solid rgba(82,183,136,.2); border-top-color:var(--lime); border-radius:50%; animation:spin .8s linear infinite; }
@keyframes spin { to{transform:rotate(360deg)} }
