/* Automat public website */
:root {
  --navy: #283272; --navy-700: #1b2256; --navy-900: #121845; --navy-50: #eef0fa;
  --green: #1c8a4c; --green-600: #167040; --green-50: #e8f5ee; --leaf: #7cc49a;
  --ink: #18202f; --ink-2: #445066; --muted: #6a7488; --line: #e3e7ee;
  --bg: #ffffff; --bg-tint: #f5f7f3; --card: #ffffff;
  --radius: 16px; --radius-sm: 10px;
  --shadow: 0 1px 2px rgba(16, 24, 40, .06), 0 4px 16px rgba(16, 24, 40, .06);
  --shadow-lg: 0 16px 40px rgba(16, 24, 40, .14);
  --font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-hi: "Noto Sans Devanagari", "Inter", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font: 16px/1.6 var(--font); color: var(--ink); background: var(--bg); -webkit-font-smoothing: antialiased; }
.lang-hi { font-family: var(--font-hi); }
a { color: var(--navy); }
img { max-width: 100%; display: block; }
h1, h2, h3, h4 { line-height: 1.2; margin: 0; letter-spacing: -.015em; }
.lang-hi h1, .lang-hi h2, .lang-hi h3 { letter-spacing: 0; line-height: 1.35; }
p { margin: 0; }
.ic { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.wrap.narrow { max-width: 820px; }
.center { text-align: center; }
.muted { color: var(--muted); }
.skip { position: absolute; left: -9999px; top: 8px; background: #fff; padding: 8px 12px; z-index: 100; }
.skip:focus { left: 8px; }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--green) 55%, transparent); outline-offset: 2px; }
.spacer-lg { height: 48px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 0 20px; border-radius: 999px; border: 1.5px solid transparent; font: 600 15px var(--font); text-decoration: none; cursor: pointer; transition: background .15s, color .15s, border-color .15s, transform .15s, box-shadow .15s; white-space: nowrap; }
.lang-hi .btn { font-family: var(--font-hi); }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--green); color: #fff; box-shadow: 0 4px 14px rgba(28, 138, 76, .28); }
.btn-primary:hover { background: var(--green-600); }
.btn-ghost { background: #fff; color: var(--navy); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--navy); }
.btn-light { background: #fff; color: var(--navy); }
.btn-light:hover { background: var(--navy-50); }
.btn-outline-light { color: #fff; border-color: rgba(255, 255, 255, .5); background: transparent; }
.btn-outline-light:hover { background: rgba(255, 255, 255, .1); border-color: #fff; }
.btn-sm { min-height: 38px; padding: 0 16px; font-size: 14px; }
.btn-lg { min-height: 52px; padding: 0 26px; font-size: 16px; }
.btn-block { width: 100%; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .94); backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid var(--line); }
.header-row { display: flex; align-items: center; gap: 24px; height: 72px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--navy); flex: none; }
.logo span { display: flex; flex-direction: column; line-height: 1.05; }
.logo b { font-size: 20px; letter-spacing: .08em; font-weight: 800; }
.logo small { font-size: 11px; color: var(--green); font-style: italic; letter-spacing: .01em; font-weight: 500; }
.main-nav { display: flex; gap: 4px; margin-left: auto; }
.main-nav > a { padding: 8px 14px; border-radius: 999px; color: var(--ink-2); text-decoration: none; font-weight: 500; font-size: 15px; }
.main-nav > a:hover { color: var(--navy); background: var(--navy-50); }
.main-nav > a.on { color: var(--navy); background: var(--navy-50); font-weight: 600; }
.nav-mobile-extra { display: none; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.lang-menu { position: relative; }
.lang-menu summary { list-style: none; display: flex; align-items: center; gap: 6px; padding: 8px 12px; border-radius: 999px; border: 1px solid var(--line); cursor: pointer; font-weight: 600; font-size: 14px; color: var(--ink-2); }
.lang-menu summary::-webkit-details-marker { display: none; }
.lang-menu summary .ic { width: 18px; height: 18px; }
.lang-pop { position: absolute; right: 0; top: calc(100% + 8px); background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-lg); padding: 6px; min-width: 160px; }
.lang-pop a { display: block; padding: 10px 12px; border-radius: 8px; text-decoration: none; color: var(--ink); }
.lang-pop a:hover, .lang-pop a.on { background: var(--navy-50); color: var(--navy); font-weight: 600; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: none; border-radius: 10px; cursor: pointer; padding: 11px 10px; flex-direction: column; justify-content: space-between; }
.menu-toggle span { display: block; height: 2px; background: var(--navy); border-radius: 2px; transition: .2s; }
.nav-open .menu-toggle span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.nav-open .menu-toggle span:nth-child(2) { opacity: 0; }
.nav-open .menu-toggle span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

/* Hero */
.hero { position: relative; overflow: hidden; background:
  radial-gradient(900px 420px at 85% 10%, rgba(124, 196, 154, .28), transparent 60%),
  radial-gradient(700px 500px at 0% 100%, rgba(58, 71, 160, .6), transparent 60%),
  linear-gradient(135deg, #1b2256 0%, #283272 55%, #1f5d56 100%); color: #fff; }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 48px; background: #fff; clip-path: ellipse(75% 100% at 50% 100%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr 1fr; gap: 48px; align-items: center; padding-top: 56px; padding-bottom: 96px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--leaf); margin-bottom: 14px; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: var(--leaf); border-radius: 2px; }
.hero h1 { font-size: clamp(34px, 5vw, 54px); font-weight: 800; line-height: 1.08; letter-spacing: -.03em; }
.lang-hi .hero h1 { line-height: 1.3; letter-spacing: 0; }
.hero .lead { font-size: 18px; color: #d7dbf2; margin: 18px 0 26px; max-width: 540px; }
.hero-search { display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 999px; padding: 6px 6px 6px 18px; max-width: 520px; box-shadow: 0 10px 30px rgba(0, 0, 0, .2); color: var(--muted); }
.hero-search input { flex: 1; min-width: 0; border: 0; outline: 0; font: 16px var(--font); color: var(--ink); background: none; height: 44px; }
.hero-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.center-row { justify-content: center; }
.hero-media { position: relative; }
.carousel { position: relative; border-radius: 22px; overflow: hidden; box-shadow: 0 30px 60px rgba(0, 0, 0, .35); aspect-ratio: 12 / 5; background: rgba(255, 255, 255, .08); }
.slides, .slide { position: absolute; inset: 0; }
.slide { opacity: 0; transition: opacity .7s ease; }
.slide.on { opacity: 1; }
.slide img { width: 100%; height: 100%; object-fit: cover; }
.dots { position: absolute; left: 0; right: 0; bottom: 12px; display: flex; justify-content: center; gap: 8px; }
.dots button { width: 9px; height: 9px; border-radius: 99px; border: 0; background: rgba(255, 255, 255, .55); padding: 0; cursor: pointer; transition: width .25s, background .25s; }
.dots button.on { width: 26px; background: #fff; }
.hero-art { display: grid; place-items: center; aspect-ratio: 12 / 7; border-radius: 22px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .15); }

/* Sections */
.section { padding: 72px 0; }
.section-tight { padding: 36px 0 72px; }
.section-tint { background: var(--bg-tint); }
.section-navy { background: var(--navy-900); color: #fff; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.section-head h2, .section-navy h2 { font-size: clamp(26px, 3.2vw, 34px); font-weight: 800; }
.section-head p { color: var(--muted); margin-top: 6px; }
.link-more { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; text-decoration: none; color: var(--green); white-space: nowrap; }
.link-more:hover { gap: 10px; }
.group-title { font-size: 20px; font-weight: 700; margin: 36px 0 14px; }

/* Category cards */
.cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 16px; }
.cat-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; text-decoration: none; color: var(--ink); transition: transform .2s, box-shadow .2s, border-color .2s; }
.cat-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: transparent; }
.cat-img { aspect-ratio: 1; background: var(--bg-tint); display: grid; place-items: center; padding: 18px; }
.cat-img img, .cat-img .img-ph { width: 100%; height: 100%; object-fit: contain; }
.cat-body { padding: 14px 16px 16px; border-top: 1px solid var(--line); }
.cat-body h3 { font-size: 16px; font-weight: 700; }
.cat-body span { font-size: 13px; color: var(--muted); }
.img-ph { display: grid; place-items: center; background: linear-gradient(135deg, var(--navy-50), var(--green-50)); border-radius: inherit; }
.img-ph img { width: 42%; opacity: .35; }

/* Product cards */
.p-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 18px; }
.p-card { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; text-decoration: none; color: var(--ink); transition: transform .2s, box-shadow .2s, border-color .2s; }
.p-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: transparent; }
.p-img { position: relative; aspect-ratio: 1; background: #fff; padding: 14px; display: grid; place-items: center; }
.p-img > img, .p-img > .img-ph { width: 100%; height: 100%; object-fit: contain; }
.tag-new { position: absolute; top: 12px; left: 12px; background: #ffb020; color: #3a2400; font-size: 12px; font-weight: 700; padding: 3px 10px; border-radius: 99px; letter-spacing: .02em; }
.p-body { padding: 14px 16px 16px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 6px; flex: 1; }
.p-body small { color: var(--green); font-weight: 600; font-size: 12px; text-transform: uppercase; letter-spacing: .04em; }
.p-body h3 { font-size: 15.5px; font-weight: 650; line-height: 1.35; flex: 1; }
.p-more { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: var(--navy); margin-top: 4px; }
.p-more .ic { width: 16px; height: 16px; transition: transform .2s; }
.p-card:hover .p-more .ic { transform: translateX(3px); }
.scroller { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px, 1fr); gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; scrollbar-width: thin; }
.scroller > * { scroll-snap-align: start; }
@media (min-width: 1000px) { .scroller { grid-auto-columns: calc((100% - 54px) / 4); } }

/* Crops */
.crop-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.crop-card { position: relative; aspect-ratio: 4 / 5; border-radius: var(--radius); overflow: hidden; display: block; color: #fff; text-decoration: none; background: var(--navy); }
.crop-grid-lg .crop-card { aspect-ratio: 4 / 3.4; }
.crop-card > img, .crop-card > .img-ph { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.crop-card:hover > img { transform: scale(1.05); }
.crop-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(10, 16, 40, .82)); }
.crop-label { position: absolute; left: 18px; right: 18px; bottom: 16px; z-index: 1; font-size: 19px; font-weight: 700; display: flex; align-items: center; justify-content: space-between; gap: 8px; flex-wrap: wrap; }
.crop-label small { width: 100%; font-size: 13px; font-weight: 500; opacity: .85; order: 3; }
.crop-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 12px; }
.crop-item { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 14px; text-decoration: none; color: var(--ink); background: #fff; transition: border-color .15s, box-shadow .15s; }
.crop-item:hover { border-color: var(--green); box-shadow: var(--shadow); }
.crop-ic { width: 42px; height: 42px; border-radius: 12px; background: var(--green-50); color: var(--green); display: grid; place-items: center; flex: none; }
.crop-name { flex: 1; font-weight: 600; line-height: 1.35; }
.crop-name small { display: block; color: var(--muted); font-weight: 400; font-size: 13px; }
.crop-item .arrow { color: var(--muted); }
.crop-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.crop-chips a { padding: 7px 14px; border-radius: 99px; background: var(--green-50); color: var(--green-600); text-decoration: none; font-size: 14px; font-weight: 500; }
.crop-chips a:hover { background: var(--green); color: #fff; }

/* Why */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 36px; }
.why { padding: 24px; border-radius: var(--radius); background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1); }
.why-ic { width: 48px; height: 48px; border-radius: 14px; background: rgba(124, 196, 154, .16); color: var(--leaf); display: grid; place-items: center; margin-bottom: 16px; flex: none; }
.why h3 { font-size: 18px; margin-bottom: 8px; }
.why p { color: #c3c8e4; font-size: 15px; }

/* Videos */
.video-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
.v-card { margin: 0; }
.v-thumb { position: relative; display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; padding: 0; border-radius: var(--radius); overflow: hidden; cursor: pointer; background: #000; }
.v-thumb img { width: 100%; height: 100%; object-fit: cover; opacity: .9; transition: opacity .2s, transform .4s; }
.v-thumb:hover img { opacity: 1; transform: scale(1.03); }
.v-thumb iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.v-play { position: absolute; left: 50%; top: 50%; width: 64px; height: 64px; margin: -32px 0 0 -32px; border-radius: 50%; background: rgba(255, 255, 255, .95); display: grid; place-items: center; box-shadow: 0 8px 24px rgba(0, 0, 0, .3); transition: transform .2s; }
.v-play svg { width: 26px; height: 26px; fill: var(--green); margin-left: 4px; }
.v-thumb:hover .v-play { transform: scale(1.08); }
.v-card figcaption { margin-top: 10px; font-weight: 600; font-size: 15px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* App CTA */
.app-cta { display: grid; grid-template-columns: 1.3fr 1fr; align-items: center; gap: 32px; padding: 48px; border-radius: 28px; color: #fff; overflow: hidden;
  background: radial-gradient(500px 300px at 100% 0%, rgba(124, 196, 154, .35), transparent 60%), linear-gradient(135deg, #1c8a4c, #146b3b); }
.app-cta h2 { font-size: clamp(26px, 3.4vw, 36px); font-weight: 800; }
.app-cta p { color: #d9f2e4; margin: 12px 0 24px; font-size: 17px; max-width: 520px; }
.app-cta .btn-light { color: var(--green-600); }
.app-phone { display: grid; place-items: center; }
.phone { width: 190px; height: 330px; border-radius: 32px; background: #fff; border: 8px solid #0f1f3d; box-shadow: 0 30px 60px rgba(0, 0, 0, .3); display: flex; flex-direction: column; align-items: center; padding: 38px 20px; gap: 12px; transform: rotate(-6deg); }
.phone img { width: 70px; }
.phone b { color: var(--navy); letter-spacing: .12em; font-size: 15px; }
.phone span { width: 100%; height: 38px; border-radius: 10px; background: var(--navy-50); }
.phone span.short { width: 70%; background: var(--green-50); }

/* Page hero (inner pages) */
.page-hero { background: linear-gradient(180deg, var(--bg-tint), #fff); padding: 36px 0 28px; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(28px, 4vw, 42px); font-weight: 800; margin-top: 8px; }
.page-hero .lead { color: var(--ink-2); font-size: 17px; margin-top: 8px; max-width: 680px; }
.page-hero-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px; align-items: center; }
.page-hero-pic { border-radius: var(--radius); overflow: hidden; aspect-ratio: 16 / 10; }
.page-hero-pic img, .page-hero-pic .img-ph { width: 100%; height: 100%; object-fit: cover; }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: 14px; color: var(--muted); }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--navy); text-decoration: underline; }
.inline-search { display: flex; align-items: center; gap: 8px; margin-top: 18px; max-width: 560px; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 5px 5px 5px 16px; color: var(--muted); box-shadow: var(--shadow); }
.inline-search input { flex: 1; min-width: 0; border: 0; outline: 0; font: 16px var(--font); height: 42px; background: none; color: var(--ink); }
.filter-chips { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 6px; margin-bottom: 20px; scrollbar-width: thin; }
.fchip { flex: none; padding: 9px 16px; border-radius: 99px; border: 1px solid var(--line); background: #fff; color: var(--ink-2); text-decoration: none; font-size: 14px; font-weight: 500; white-space: nowrap; }
.fchip small { color: var(--muted); margin-left: 4px; }
.fchip:hover { border-color: var(--navy); color: var(--navy); }
.fchip.on { background: var(--navy); border-color: var(--navy); color: #fff; }
.fchip.on small { color: #c7cbea; }
.result-count { color: var(--muted); margin-bottom: 18px; font-size: 15px; }
.empty-state { text-align: center; padding: 56px 20px; color: var(--ink-2); display: flex; flex-direction: column; align-items: center; gap: 16px; }
.empty-state img { opacity: .5; }

/* Product page */
.product-top { padding: 28px 0 40px; background: linear-gradient(180deg, var(--bg-tint), #fff 70%); }
.product-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 48px; margin-top: 18px; align-items: start; }
.product-img { position: relative; aspect-ratio: 1; background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 28px; display: grid; place-items: center; box-shadow: var(--shadow); }
.product-img > img, .product-img > .img-ph { width: 100%; height: 100%; object-fit: contain; }
.product-img .tag-new { top: 18px; left: 18px; font-size: 13px; }
.cat-pill { display: inline-block; padding: 5px 12px; border-radius: 99px; background: var(--green-50); color: var(--green-600); font-weight: 600; font-size: 13px; text-decoration: none; }
.product-info h1 { font-size: clamp(26px, 3.4vw, 38px); font-weight: 800; margin: 12px 0 12px; }
.product-info .lead { color: var(--ink-2); font-size: 17px; }
.product-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0; }
.downloads, .for-crops { margin-top: 24px; }
.downloads h2, .for-crops h2 { font-size: 14px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); margin-bottom: 10px; font-weight: 700; }
.dl { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; text-decoration: none; color: var(--ink); margin-bottom: 8px; background: #fff; font-weight: 500; }
.dl:hover { border-color: var(--navy); }
.dl span:nth-child(2) { flex: 1; }
.dl-ic { font-size: 11px; font-weight: 800; color: #fff; background: #d0463a; border-radius: 6px; padding: 4px 6px; letter-spacing: .04em; }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 400px; gap: 40px; align-items: start; }
.detail-side { position: sticky; top: 92px; scroll-margin-top: 92px; }
.tab-list { display: flex; gap: 4px; border-bottom: 1px solid var(--line); overflow-x: auto; }
.tab-list button { border: 0; background: none; padding: 12px 18px; font: 600 15px var(--font); color: var(--muted); border-bottom: 2.5px solid transparent; margin-bottom: -1px; cursor: pointer; white-space: nowrap; }
.lang-hi .tab-list button { font-family: var(--font-hi); }
.tab-list button[aria-selected="true"] { color: var(--navy); border-color: var(--green); }
.tab-panel { padding: 22px 0; }
.rich { color: var(--ink-2); font-size: 16px; overflow-x: auto; }
.rich table { border-collapse: collapse; width: 100%; margin: 8px 0; }
.rich td, .rich th { padding: 9px 12px; border-bottom: 1px solid var(--line); vertical-align: top; text-align: left; }
.rich tr:nth-child(even) td { background: var(--bg-tint); }
.rich p { margin: 0 0 10px; }
.rich ul, .rich ol { padding-left: 20px; }
.rich img { max-width: 100%; height: auto; }

/* Enquiry */
.enquiry-card { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 26px; box-shadow: var(--shadow-lg); }
.enquiry-card h2 { font-size: 22px; font-weight: 800; }
.enquiry-card > .muted { font-size: 14.5px; margin: 6px 0 16px; }
.enquiry-product { display: flex; align-items: center; gap: 12px; padding: 10px; border-radius: 12px; background: var(--bg-tint); margin-bottom: 18px; font-size: 14.5px; }
.enquiry-product > img, .enquiry-product > .img-ph { width: 48px; height: 48px; object-fit: contain; background: #fff; border-radius: 8px; flex: none; }
.enquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 12px; }
.f-row { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.f-full { grid-column: 1 / -1; }
.enquiry-form label, .f-label { font-size: 14px; font-weight: 600; color: var(--ink); }
.enquiry-form label i { color: #c0392b; font-style: normal; }
.enquiry-form input:not([type=radio]), .enquiry-form select, .enquiry-form textarea { width: 100%; font: 16px var(--font); color: var(--ink); background: #fff; border: 1.5px solid #d6dbe5; border-radius: 12px; padding: 0 14px; height: 48px; transition: border-color .15s, box-shadow .15s; }
.enquiry-form textarea { height: auto; padding: 12px 14px; resize: vertical; }
.enquiry-form select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%236a7488' stroke-width='2' stroke-linecap='round' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 36px; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { outline: 0; border-color: var(--green); box-shadow: 0 0 0 4px rgba(28, 138, 76, .15); }
.enquiry-form [aria-invalid="true"] { border-color: #c0392b !important; }
.tel-wrap { display: flex; align-items: stretch; }
.tel-wrap span { display: grid; place-items: center; padding: 0 12px; border: 1.5px solid #d6dbe5; border-right: 0; border-radius: 12px 0 0 12px; background: var(--bg-tint); color: var(--muted); font-weight: 600; }
.tel-wrap input { border-radius: 0 12px 12px 0 !important; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip { cursor: pointer; }
.chip input { position: absolute; opacity: 0; pointer-events: none; }
.chip span { display: inline-block; padding: 9px 18px; border-radius: 99px; border: 1.5px solid #d6dbe5; font-size: 14.5px; font-weight: 500; }
.chip input:checked + span { background: var(--navy); color: #fff; border-color: var(--navy); }
.chip input:focus-visible + span { outline: 3px solid rgba(28, 138, 76, .4); }
.f-err { color: #c0392b; font-size: 13px; font-weight: 500; }
.f-alert { grid-column: 1 / -1; background: #fdecea; color: #a1281b; border-radius: 12px; padding: 12px 14px; font-weight: 500; font-size: 14.5px; }
.f-note { grid-column: 1 / -1; color: var(--muted); font-size: 13px; text-align: center; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-done { text-align: center; padding: 20px 8px; outline: 0; }
.done-icon { width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 14px; background: var(--green-50); display: grid; place-items: center; }
.done-icon svg { width: 32px; height: 32px; fill: none; stroke: var(--green); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.form-done h3 { font-size: 22px; margin-bottom: 6px; }
.form-done p { color: var(--ink-2); }

/* Docs */
.doc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 18px; }
.doc-card { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; text-decoration: none; color: var(--ink); background: #fff; transition: box-shadow .2s, transform .2s; }
a.doc-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.doc-img { aspect-ratio: 4 / 3; background: var(--bg-tint); }
.doc-img img, .doc-img .img-ph { width: 100%; height: 100%; object-fit: cover; }
.doc-body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.doc-body h3 { font-size: 16px; flex: 1; }
.dl-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 14px; color: var(--navy); }

/* FAQ */
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq { border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.faq summary { cursor: pointer; padding: 18px 20px; font-weight: 600; font-size: 17px; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.faq summary::after { content: "+"; font-size: 22px; color: var(--green); line-height: 1; }
.faq[open] summary::after { content: "–"; }
.faq .rich { padding: 0 20px 18px; }

/* Contact */
.contact-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 14px; margin-bottom: 28px; }
.contact-card { display: flex; align-items: center; gap: 14px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; color: var(--ink); background: #fff; }
.contact-card .why-ic { background: var(--green-50); color: var(--green); margin: 0; }
.contact-card span:last-child { display: flex; flex-direction: column; min-width: 0; }
.contact-card small { color: var(--muted); }
.contact-card b { word-break: break-all; }
.office-main { padding: 22px; border-radius: var(--radius); background: var(--navy-900); color: #fff; }
.office-main h2 { font-size: 15px; text-transform: uppercase; letter-spacing: .06em; color: var(--leaf); margin-bottom: 10px; }
.office-main address { font-style: normal; font-size: 17px; line-height: 1.7; }
.office-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; }
.office { padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; display: flex; flex-direction: column; gap: 8px; }
.office h3 { font-size: 17px; }
.office p { color: var(--ink-2); font-size: 14.5px; line-height: 1.6; flex: 1; }
.office-call { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; text-decoration: none; color: var(--green-600); }
.office-call .ic { width: 16px; height: 16px; }

/* Footer */
.site-footer { background: var(--navy-900); color: #c3c8e4; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-top: 56px; padding-bottom: 40px; }
.footer-brand p { margin: 16px 0 18px; font-size: 15px; max-width: 320px; }
.site-footer h4 { color: #fff; font-size: 15px; margin-bottom: 14px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.site-footer a { color: #c3c8e4; text-decoration: none; font-size: 15px; }
.site-footer a:hover { color: #fff; }
.site-footer address { font-style: normal; font-size: 15px; line-height: 1.7; margin-bottom: 10px; }
.socials { display: flex; gap: 10px; }
.socials a { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 255, 255, .08); }
.socials a:hover { background: var(--green); }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 18px; padding-bottom: 28px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: 14px; }
.footer-langs { display: flex; gap: 14px; }
.footer-langs a.on { color: #fff; font-weight: 600; }
.fab-call { position: fixed; right: 18px; bottom: 18px; z-index: 40; width: 56px; height: 56px; border-radius: 50%; background: var(--green); color: #fff; display: none; place-items: center; box-shadow: 0 10px 24px rgba(28, 138, 76, .45); }

/* Responsive */
@media (max-width: 1080px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-layout { grid-template-columns: minmax(0, 1fr) 360px; gap: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 920px) {
  .menu-toggle { display: flex; }
  .main-nav { position: fixed; inset: 72px 0 0 0; background: #fff; flex-direction: column; gap: 0; padding: 12px 20px 32px; margin: 0; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s, transform .2s, visibility .2s; overflow-y: auto; }
  .nav-open .main-nav { transform: none; opacity: 1; visibility: visible; }
  .nav-open { overflow: hidden; }
  .main-nav > a { padding: 16px 4px; border-radius: 0; border-bottom: 1px solid var(--line); font-size: 18px; }
  .main-nav > a.on, .main-nav > a:hover { background: none; }
  .nav-mobile-extra { display: flex; flex-direction: column; gap: 16px; margin-top: 20px; }
  .lang-row { display: flex; gap: 8px; }
  .lang-row a { flex: 1; text-align: center; padding: 10px; border: 1px solid var(--line); border-radius: 10px; text-decoration: none; color: var(--ink-2); }
  .lang-row a.on { background: var(--navy); color: #fff; border-color: var(--navy); }
  .header-actions { margin-left: auto; }
  .hide-sm { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; padding-top: 36px; padding-bottom: 80px; }
  .crop-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid, .detail-layout, .page-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .detail-side { position: static; }
  .app-cta { grid-template-columns: 1fr; padding: 36px 28px; }
  .app-phone { display: none; }
  .fab-call { display: grid; }
}
@media (max-width: 600px) {
  body { font-size: 15.5px; }
  .section { padding: 52px 0; }
  .section-head { flex-direction: column; align-items: flex-start; gap: 8px; }
  .logo small { display: none; }
  .logo b { font-size: 18px; }
  .lang-menu summary span { display: none; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .p-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .p-body { padding: 10px 12px 12px; }
  .p-body h3 { font-size: 14px; }
  .p-more { display: none; }
  .scroller { grid-auto-columns: 62%; }
  .why-grid { grid-template-columns: 1fr; }
  .crop-grid { gap: 12px; }
  .crop-label { font-size: 16px; left: 12px; right: 12px; bottom: 12px; }
  .enquiry-form { grid-template-columns: 1fr; }
  .enquiry-card { padding: 20px; border-radius: 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero .lead { font-size: 16px; }
  .hero-search { padding-left: 14px; }
  .hero-search .btn { padding: 0 16px; }
  .video-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; } }
