/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --green-dark:   #1E5218;
  --green:        #2E6B28;
  --green-mid:    #3D8B37;
  --green-light:  #EAF4E8;
  --amber:        #D4A017;
  --amber-light:  #FEF8E7;
  --teal:         #1A8080;
  --teal-light:   #E6F4F4;
  --brown:        #8B5E3C;
  --brown-light:  #F5EDE4;
  --cream:        #FAFAF7;
  --text-dark:    #1A2A14;
  --text-mid:     #3D4F36;
  --text-light:   #6B7B63;
  --white:        #ffffff;
  --border:       #E2EBE0;
  --shadow-sm:    0 2px 8px rgba(46,107,40,0.08);
  --shadow-md:    0 8px 32px rgba(46,107,40,0.12);
  --shadow-lg:    0 20px 60px rgba(46,107,40,0.15);
  --radius:       12px;
  --radius-lg:    20px;
  --transition:   0.3s cubic-bezier(0.4,0,0.2,1);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--text-dark);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

.section { padding: 100px 0; }

img, svg { display: block; }

/* ── TYPOGRAPHY ── */
.section-tag {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green);
  background: var(--green-light);
  padding: 4px 14px;
  border-radius: 100px;
  margin-bottom: 16px;
}

.section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.2;
  margin-bottom: 16px;
}

.section-sub {
  font-size: 1.05rem;
  color: var(--text-light);
  max-width: 560px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header.light .section-title,
.section-header.light .section-sub { color: rgba(255,255,255,0.95); }
.section-header.light .section-tag {
  background: rgba(255,255,255,0.15);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.3);
}

/* ── BUTTONS ── */
.btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 100px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all var(--transition);
  white-space: nowrap;
}

.btn-primary {
  background: var(--green);
  color: #fff;
  box-shadow: 0 4px 20px rgba(46,107,40,0.35);
}
.btn-primary:hover {
  background: var(--green-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(46,107,40,0.45);
}

.btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.6);
}
.btn-outline:hover {
  background: rgba(255,255,255,0.15);
  border-color: #fff;
}

.full-width { width: 100%; text-align: center; }

/* ── NAVBAR ── */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 20px 0;
  transition: all var(--transition);
}

.navbar.scrolled {
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 14px 0;
  box-shadow: var(--shadow-sm);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.logo-svg { width: 40px; height: 40px; flex-shrink: 0; }

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.brand-main {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--white);
  transition: color var(--transition);
}
.brand-sub {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  transition: color var(--transition);
}

.navbar.scrolled .brand-main { color: var(--green-dark); }
.navbar.scrolled .brand-sub  { color: var(--text-light); }

.nav-links {
  display: flex;
  gap: 36px;
  list-style: none;
}
.nav-links a {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255,255,255,0.9);
  transition: color var(--transition);
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -3px; left: 0;
  width: 0; height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition: width var(--transition);
}
.nav-links a:hover::after { width: 100%; }
.navbar.scrolled .nav-links a { color: var(--text-mid); }
.navbar.scrolled .nav-links a:hover { color: var(--green); }

.nav-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Language toggle button */
.lang-toggle {
  background: rgba(255,255,255,0.15);
  border: 1.5px solid rgba(255,255,255,0.4);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  font-family: 'Noto Sans Tamil', 'Inter', sans-serif;
  padding: 5px 14px;
  border-radius: 100px;
  cursor: pointer;
  transition: all var(--transition);
  white-space: nowrap;
  letter-spacing: 0.01em;
}
.lang-toggle:hover {
  background: rgba(255,255,255,0.28);
  border-color: rgba(255,255,255,0.7);
}
.navbar.scrolled .lang-toggle {
  background: var(--green-light);
  border-color: var(--green);
  color: var(--green-dark);
}
.navbar.scrolled .lang-toggle:hover {
  background: var(--green);
  color: #fff;
}

/* hide the in-menu lang toggle on desktop; show desktop one */
.nav-links .lang-toggle { display: none; }
.desktop-lang { display: inline-block; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 24px; height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all var(--transition);
}
.navbar.scrolled .hamburger span { background: var(--text-dark); }

/* Tamil font class applied to body */
body.lang-ta {
  font-family: 'Noto Sans Tamil', 'Inter', system-ui, sans-serif;
}
body.lang-ta .section-title,
body.lang-ta .hero-title,
body.lang-ta .product-card h3,
body.lang-ta .why-card h4 {
  font-family: 'Noto Sans Tamil', Georgia, serif;
  line-height: 1.4;
}
body.lang-ta .stat-num {
  font-family: 'Noto Sans Tamil', Georgia, serif;
  font-size: 1.3rem;
}

/* ── HERO ── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(160deg, #1E5218 0%, #2E6B28 40%, #3D8B37 70%, #5BA050 100%);
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 70% 50%, rgba(91,160,80,0.4) 0%, transparent 60%),
    radial-gradient(ellipse at 20% 80%, rgba(30,82,24,0.6) 0%, transparent 50%);
}

/* Decorative background pattern */
.hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 200px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,160 Q360,60 720,120 Q1080,180 1440,80 L1440,200 L0,200Z' fill='%23FAFAF7'/%3E%3C/svg%3E") bottom/cover no-repeat;
}

.hero-overlay { position: absolute; inset: 0; }

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding-top: 80px;
}

.hero-tag {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 24px;
  backdrop-filter: blur(8px);
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.8rem, 6vw, 4.5rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 24px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.15);
}

.hero-desc {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.85);
  max-width: 540px;
  line-height: 1.7;
  margin-bottom: 40px;
}

.hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-scroll-hint {
  position: absolute;
  bottom: 60px;
  right: 48px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,0.6);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
.scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.5), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: 0.4; transform: scaleY(1); }
  50%       { opacity: 1;   transform: scaleY(1.15); }
}

/* ── STATS STRIP ── */
.stats-strip {
  background: #fff;
  padding: 48px 0;
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 24px;
  text-align: center;
  border-right: 1px solid var(--border);
}
.stat:last-child { border-right: none; }

.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--green);
  line-height: 1.1;
}
.stat-label {
  font-size: 0.82rem;
  color: var(--text-light);
  margin-top: 4px;
  font-weight: 500;
}

/* ── ABOUT ── */
.about { background: var(--cream); }

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-visual { position: relative; }

.about-img-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  line-height: 0;
}

.farm-illustration { width: 100%; height: auto; }

.about-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: var(--green);
  color: #fff;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.4;
  box-shadow: var(--shadow-md);
  border: 4px solid #fff;
}

.about-text { padding-left: 0; }

.about-body {
  color: var(--text-mid);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 16px;
}

.about-pillars {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pillar {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 20px;
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  transition: box-shadow var(--transition), transform var(--transition);
}
.pillar:hover {
  box-shadow: var(--shadow-md);
  transform: translateX(4px);
}

.pillar-icon {
  font-size: 1.5rem;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
}

.pillar strong {
  display: block;
  font-size: 0.95rem;
  color: var(--text-dark);
  margin-bottom: 4px;
}
.pillar p {
  font-size: 0.88rem;
  color: var(--text-light);
  line-height: 1.6;
  margin: 0;
}

/* ── PRODUCTS ── */
.products { background: #fff; }

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.product-card {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}
.product-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--green);
  transform: scaleX(0);
  transition: transform var(--transition);
  transform-origin: left;
}
.product-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-6px); }
.product-card:hover::before { transform: scaleX(1); }

.product-icon-wrap {
  width: 64px; height: 64px;
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.product-icon-wrap svg { width: 40px; height: 40px; }
.product-icon-wrap.green  { background: var(--green-light); }
.product-icon-wrap.amber  { background: var(--amber-light); }
.product-icon-wrap.teal   { background: var(--teal-light); }
.product-icon-wrap.brown  { background: var(--brown-light); }
.product-icon-wrap.olive   { background: #EDF4DC; }
.product-icon-wrap.indigo  { background: #EEF2FF; }
.product-icon-wrap.berry   { background: #FDEDF4; }
.product-icon-wrap.purple  { background: #F5F0FF; }

.product-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 12px;
}

.product-card p {
  font-size: 0.88rem;
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 20px;
}

.product-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.product-features li {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--green-dark);
  padding-left: 18px;
  position: relative;
}
.product-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 700;
}

/* Product card as link */
a.product-card {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
a.product-card h3,
a.product-card p { color: inherit; }

.product-learn-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 18px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--green);
  transition: gap var(--transition);
}
a.product-card:hover .product-learn-more { gap: 10px; }

/* ── WHY US ── */
.why-us {
  background: linear-gradient(135deg, var(--green-dark) 0%, var(--green) 60%, var(--green-mid) 100%);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.why-card {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  backdrop-filter: blur(8px);
  transition: all var(--transition);
}
.why-card:hover {
  background: rgba(255,255,255,0.18);
  transform: translateY(-4px);
}

.why-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: rgba(255,255,255,0.2);
  line-height: 1;
  margin-bottom: 16px;
}

.why-card h4 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.why-card p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
}

/* ── CONTACT ── */
.contact { background: var(--cream); }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
}

.contact-desc {
  font-size: 1rem;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: 36px;
}

.contact-details { display: flex; flex-direction: column; gap: 16px; }

.contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.95rem;
  color: var(--text-mid);
}
.contact-icon { font-size: 1.2rem; }
.contact-item a {
  color: var(--text-mid);
  text-decoration: none;
  transition: color var(--transition);
}
.contact-item a:hover { color: var(--green); }

.contact-form {
  background: #fff;
  padding: 40px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}

.form-group label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-mid);
  letter-spacing: 0.02em;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  font-size: 0.9rem;
  font-family: inherit;
  color: var(--text-dark);
  background: var(--cream);
  transition: border-color var(--transition), box-shadow var(--transition);
  outline: none;
  resize: vertical;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(46,107,40,0.1);
  background: #fff;
}

.form-note {
  text-align: center;
  margin-top: 16px;
  font-size: 0.9rem;
  color: var(--green);
  font-weight: 500;
}

/* ── FOOTER ── */
.footer {
  background: var(--text-dark);
  padding: 60px 0 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer .brand-main { color: #fff; }
.footer .brand-sub  { color: rgba(255,255,255,0.5); }

.footer-tagline {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.45);
  margin-top: 10px;
  margin-left: 50px;
  font-style: italic;
}

.footer-nav {
  display: flex;
  gap: 32px;
}
.footer-nav a {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255,255,255,0.6);
  transition: color var(--transition);
}
.footer-nav a:hover { color: #fff; }

/* ── SOCIAL ICONS ── */
.footer-social-wrap {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 28px 0;
}
.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.social-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-right: 6px;
}
.social-link {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: all var(--transition);
  flex-shrink: 0;
}
.social-link svg { width: 20px; height: 20px; }
.social-link:hover { transform: translateY(-4px); border-color: transparent; color: #fff; }
.social-link.youtube:hover   { background: #FF0000; box-shadow: 0 6px 20px rgba(255,0,0,0.4); }
.social-link.facebook:hover  { background: #1877F2; box-shadow: 0 6px 20px rgba(24,119,242,0.4); }
.social-link.twitter:hover   { background: #000;    box-shadow: 0 6px 20px rgba(0,0,0,0.5); }
.social-link.instagram:hover {
  background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);
  box-shadow: 0 6px 20px rgba(220,39,67,0.4);
}
.social-link.linkedin:hover  { background: #0A66C2; box-shadow: 0 6px 20px rgba(10,102,194,0.4); }

.footer-bottom {
  text-align: center;
  padding: 20px 0;
}
.footer-bottom p {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.3);
}

/* ── LOGIN BUTTON ── */
.login-btn {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.6);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  font-family: inherit;
  padding: 6px 16px;
  border-radius: 100px;
  cursor: pointer;
  transition: all var(--transition);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 6px;
}
.login-btn::before {
  content: '⊙';
  font-size: 0.9rem;
}
.login-btn:hover {
  background: rgba(255,255,255,0.18);
  border-color: #fff;
}
.navbar.scrolled .login-btn {
  border-color: var(--green);
  color: var(--green-dark);
}
.navbar.scrolled .login-btn:hover {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}
.mobile-login { display: none; }
.desktop-login { display: inline-flex; }

/* ── LOGIN MODAL ── */
.login-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(10, 25, 8, 0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.login-overlay.open {
  opacity: 1;
  visibility: visible;
}

.login-modal {
  background: #fff;
  border-radius: 24px;
  padding: 48px 44px;
  width: 100%;
  max-width: 660px;
  position: relative;
  box-shadow: 0 32px 80px rgba(0,0,0,0.25);
  transform: translateY(24px) scale(0.97);
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
}
.login-overlay.open .login-modal {
  transform: translateY(0) scale(1);
}

.login-close {
  position: absolute;
  top: 16px; right: 16px;
  background: var(--green-light);
  border: none;
  width: 32px; height: 32px;
  border-radius: 50%;
  font-size: 0.85rem;
  color: var(--green-dark);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all var(--transition);
  font-weight: 600;
}
.login-close:hover {
  background: var(--green);
  color: #fff;
}

.login-modal-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
.login-logo { width: 48px; height: 48px; flex-shrink: 0; }

.login-modal-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 4px;
}
.login-modal-sub {
  font-size: 0.88rem;
  color: var(--text-light);
}

.login-roles-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.login-role-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border: 1.5px solid var(--border);
  border-radius: 14px;
  text-decoration: none;
  background: var(--cream);
  transition: all var(--transition);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.login-role-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--green);
  opacity: 0;
  transition: opacity var(--transition);
  border-radius: 14px;
}
.login-role-card:hover {
  border-color: var(--green);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(46,107,40,0.18);
}
.login-role-card:hover::before { opacity: 0.04; }
.login-role-card:hover .role-arrow { transform: translateX(4px); color: var(--green); }
.login-role-card:hover .role-icon { transform: scale(1.08); }

.role-icon {
  width: 52px; height: 52px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: transform var(--transition);
}
.role-icon svg { width: 28px; height: 28px; }
.role-icon.manager    { background: linear-gradient(135deg, #2E6B28, #5BA050); }
.role-icon.supervisor { background: linear-gradient(135deg, #1A5C8C, #2E86C1); }
.role-icon.customer   { background: linear-gradient(135deg, #D4A017, #F0C030); }
.role-icon.agent      { background: linear-gradient(135deg, #7D3C98, #A569BD); }

.role-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
  min-width: 0;
}
.role-text strong {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-dark);
  display: block;
}
.role-text span {
  font-size: 0.82rem;
  color: var(--text-light);
  line-height: 1.4;
}

.role-arrow {
  font-size: 1rem;
  color: var(--text-light);
  flex-shrink: 0;
  transition: all var(--transition);
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid      { grid-template-columns: repeat(2, 1fr); }
  .about-grid    { gap: 48px; }
}

@media (max-width: 768px) {
  .section { padding: 72px 0; }

  .nav-links {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(30,82,24,0.97);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    z-index: 99;
  }
  .nav-links.open { display: flex; }
  .nav-links a { font-size: 1.4rem; color: #fff; }
  .nav-links .lang-toggle {
    display: inline-block;
    font-size: 1rem;
    padding: 8px 24px;
  }
  .mobile-login  { display: inline-flex; font-size: 1rem; padding: 10px 28px; }
  .desktop-login { display: none; }
  .desktop-lang  { display: none; }
  .hamburger { display: flex; z-index: 101; }

  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .stat { border-right: none; border-bottom: 1px solid var(--border); padding-bottom: 20px; }
  .stat:nth-child(3), .stat:nth-child(4) { border-bottom: none; }

  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-badge { bottom: -16px; right: 16px; }

  .products-grid { grid-template-columns: 1fr; }
  .why-grid      { grid-template-columns: 1fr; }

  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .contact-form { padding: 28px 20px; }
  .form-row { grid-template-columns: 1fr; }

  .footer-inner { flex-direction: column; gap: 24px; text-align: center; }
  .footer-tagline { margin-left: 0; }
  .footer-nav { flex-wrap: wrap; justify-content: center; gap: 20px; }

  .hero-scroll-hint { display: none; }
  .hero-cta { flex-direction: column; gap: 12px; }
  .hero-cta .btn { text-align: center; }
}

@media (max-width: 480px) {
  .contact-form { padding: 24px 16px; }
  .hero-title { font-size: 2.4rem; }
}
