:root {
  --green-950: #173317;
  --green-900: #214a1d;
  --green-800: #2f6427;
  --green-700: #447d2c;
  --green-500: #79a73d;
  --green-100: #edf4df;
  --orange-600: #ef5f0c;
  --orange-500: #ff7712;
  --orange-100: #fff0dc;
  --cream: #fffaf0;
  --sand: #f7eed9;
  --ink: #182016;
  --muted: #60695d;
  --line: #e7ddc4;
  --white: #fff;
  --shadow: 0 18px 45px rgba(39, 58, 30, .10);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
html[dir="rtl"] body { font-family: Tahoma, "Segoe UI", Arial, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, .btn { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(255,119,18,.45); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 100; inset-inline-start: 12px; top: 10px; padding: 10px 14px; color: white; background: var(--green-900); border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 86px 0; position: relative; overflow: hidden; }
.section-soft { background: linear-gradient(135deg, #fffdf7 0%, #fbf6e8 52%, #f3f7e7 100%); }
.section-white { background: #fff; }
.eyebrow { margin: 0 0 8px; color: var(--green-700); font-size: .86rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.section-title { margin: 0; font-size: clamp(2rem, 4vw, 3.15rem); line-height: 1.1; letter-spacing: -.035em; }
.section-copy { max-width: 680px; margin: 15px auto 0; color: var(--muted); }
.center { text-align: center; }
.accent-orange { color: var(--orange-600); }
.accent-green { color: var(--green-700); }
.small { font-size: .88rem; }
.muted { color: var(--muted); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(231,221,196,.85);
  backdrop-filter: blur(14px);
}
.nav-wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { flex: 0 0 auto; }
.brand img { width: 218px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .94rem; font-weight: 700; }
.main-nav a:not(.btn) { position: relative; padding: 31px 0; }
.main-nav a:not(.btn)::after { content: ""; position: absolute; inset-inline: 0; bottom: 20px; height: 2px; background: var(--orange-500); transform: scaleX(0); transition: .2s ease; }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.lang-link { min-width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; font-weight: 900; color: var(--green-800); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: white; color: var(--green-900); }

.btn { min-height: 48px; padding: 12px 21px; border: 1px solid transparent; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: linear-gradient(135deg, var(--orange-500), var(--orange-600)); box-shadow: 0 10px 25px rgba(239,95,12,.23); }
.btn-outline { color: var(--green-800); border-color: var(--green-700); background: rgba(255,255,255,.74); }
.btn-green { color: white; background: linear-gradient(135deg, var(--green-700), var(--green-900)); }
.btn-white { color: var(--green-800); background: white; }
.btn-sm { min-height: 40px; padding: 8px 14px; font-size: .82rem; }
.icon { width: 20px; height: 20px; display: inline-grid; place-items: center; font-size: 1.1rem; }

.hero { min-height: 660px; display: grid; align-items: center; background: radial-gradient(circle at 76% 20%, rgba(121,167,61,.14), transparent 30%), linear-gradient(125deg, #fffdf7 0%, #fff8e9 55%, #f4f6e8 100%); overflow: hidden; }
.hero::before, .hero::after, .page-hero::after { content: ""; position: absolute; border-radius: 55% 45% 65% 35%; background: rgba(121,167,61,.11); transform: rotate(-18deg); }
.hero::before { width: 250px; height: 100px; top: 28px; right: 4%; }
.hero::after { width: 160px; height: 65px; bottom: 42px; left: 8%; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 42px; position: relative; z-index: 1; }
.hero h1 { max-width: 650px; margin: 10px 0 24px; font-size: clamp(3.2rem, 7vw, 5.8rem); line-height: .98; letter-spacing: -.055em; }
.hero-copy { max-width: 590px; color: #3f493b; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 35px; color: var(--green-900); font-weight: 750; font-size: .9rem; }
.hero-trust span { display: flex; align-items: center; gap: 8px; }
.hero-trust b { width: 31px; height: 31px; display: grid; place-items: center; background: white; border: 1px solid var(--line); border-radius: 50%; }
.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.hero-visual > img { width: min(100%, 650px); filter: drop-shadow(0 25px 26px rgba(48,53,24,.15)); }
.product-legend { position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 175px; padding: 19px; border: 1px solid rgba(231,221,196,.9); border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); }
html[dir="rtl"] .product-legend { right: auto; left: 0; }
.product-legend div { display: flex; align-items: center; gap: 10px; padding: 10px 0; font-size: .84rem; font-weight: 800; border-bottom: 1px solid #eee9da; }
.product-legend div:last-child { border-bottom: 0; }
.product-legend i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: var(--orange-100); color: var(--orange-600); font-style: normal; }

.cards { display: grid; gap: 22px; margin-top: 42px; }
.cards-4 { grid-template-columns: repeat(4, 1fr); }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.card { background: rgba(255,255,255,.94); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 9px 28px rgba(48,63,36,.06); overflow: hidden; }
.product-card { display: flex; flex-direction: column; min-height: 100%; }
.product-card .media { aspect-ratio: 4/3; padding: 12px; background: linear-gradient(145deg, #fffdf7, #f8f0dc); }
.product-card .media img { width: 100%; height: 100%; object-fit: contain; }
.product-card .content { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.product-card h3 { margin: 0 0 8px; font-size: 1.18rem; }
.product-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.product-card ul { margin: 14px 0 20px; padding-inline-start: 18px; color: #4c5549; font-size: .84rem; }
.product-card .btn { margin-top: auto; }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 42px; }
.feature-card { padding: 28px; min-height: 245px; background: rgba(255,255,255,.88); border: 1px solid rgba(231,221,196,.85); border-radius: 18px; }
.feature-number { display: flex; align-items: center; gap: 15px; margin-bottom: 22px; color: var(--orange-600); font-size: 1.2rem; font-weight: 900; }
.feature-number i { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--green-100); color: var(--green-800); font-style: normal; font-size: 1.4rem; }
.feature-card h3 { margin: 0 0 10px; color: var(--green-900); }
.feature-card p { margin: 0; color: var(--muted); font-size: .9rem; }

.about-split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 56px; }
.about-image { border-radius: 26px; overflow: hidden; background: var(--sand); box-shadow: var(--shadow); }
.about-image img { width: 100%; min-height: 360px; object-fit: cover; }
.about-copy h2 { font-size: clamp(2rem, 4vw, 3.2rem); margin: 0 0 17px; line-height: 1.08; color: var(--green-800); }
.about-copy p { color: var(--muted); }

.cta-band { margin-top: 40px; padding: 30px 36px; border-radius: 22px; color: white; background: linear-gradient(110deg, #ff941a 0%, #e96a08 34%, #2d711f 100%); display: flex; align-items: center; justify-content: space-between; gap: 25px; box-shadow: var(--shadow); }
.cta-band h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.1; }
.cta-band p { margin: 8px 0 0; color: rgba(255,255,255,.88); }
.cta-actions { min-width: 245px; display: grid; gap: 10px; }

.page-hero { position: relative; min-height: 330px; display: grid; align-items: center; background: radial-gradient(circle at 82% 30%, rgba(255,119,18,.15), transparent 27%), linear-gradient(120deg, #fffdf7, #f7f3df); overflow: hidden; }
.page-hero::after { width: 380px; height: 140px; right: -20px; bottom: -30px; }
.page-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 30px; position: relative; z-index: 1; }
.page-hero h1 { margin: 0 0 12px; font-size: clamp(2.7rem, 5vw, 4.5rem); line-height: 1; }
.page-hero p { max-width: 620px; margin: 0; color: var(--muted); }
.page-hero img { max-height: 300px; margin-inline-start: auto; }

.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 42px; align-items: stretch; }
.story { padding: 12px 0; }
.story h2, .mission h2, .contact-panel h2, .form-card h2 { margin: 0 0 16px; font-size: 1.65rem; }
.story p { color: var(--muted); }
.founder-card { padding: 26px; display: grid; grid-template-columns: 150px 1fr; gap: 24px; align-items: center; }
.founder-card img { width: 150px; height: 175px; object-fit: cover; border-radius: 18px; background: var(--green-100); }
.founder-card h3 { margin: 0; }
.founder-card .role { margin: 2px 0 12px; color: var(--green-700); font-weight: 800; }
.signature { margin-top: 12px; font-family: Georgia, serif; font-size: 1.35rem; font-style: italic; }
.mission { margin-top: 44px; padding: 25px 32px; border-inline-start: 5px solid var(--orange-500); background: var(--cream); border-radius: 12px; }
.mission blockquote { margin: 0; text-align: center; font-size: 1.25rem; font-weight: 750; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 25px; }
.value { padding: 24px 18px; text-align: center; border: 1px solid #eee6d5; border-radius: 16px; background: white; }
.value i { width: 52px; height: 52px; margin: 0 auto 14px; display: grid; place-items: center; border-radius: 50%; background: var(--green-100); color: var(--green-800); font-style: normal; font-size: 1.5rem; }
.value h3 { margin: 0 0 7px; }
.value p { margin: 0; color: var(--muted); font-size: .84rem; }

.map-card { margin-top: 30px; overflow: hidden; border-radius: 20px; border: 1px solid var(--line); position: relative; }
.map-card img { width: 100%; min-height: 245px; object-fit: cover; }
.map-overlay { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; }
.map-overlay div { padding: 18px 24px; border-radius: 14px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); }

.bulk-banner { margin-top: 35px; padding: 28px 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-radius: 20px; color: white; background: linear-gradient(120deg, var(--green-800), #407d23); }
.bulk-banner h2 { margin: 0; }
.bulk-banner p { margin: 5px 0 0; color: rgba(255,255,255,.85); }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 32px; align-items: start; }
.contact-panel, .form-card { padding: 30px; }
.contact-list { display: grid; gap: 13px; margin-top: 24px; }
.contact-item { display: grid; grid-template-columns: 44px 1fr; gap: 13px; align-items: center; padding: 14px; border: 1px solid #eee7d5; border-radius: 14px; }
html[dir="rtl"] .contact-item { grid-template-columns: 1fr 44px; }
.contact-item i { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 11px; background: var(--green-100); font-style: normal; color: var(--green-800); }
.contact-item strong, .contact-item span { display: block; }
.contact-item span { color: var(--muted); font-size: .86rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label { font-weight: 800; font-size: .85rem; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #ddd7c7; border-radius: 10px; background: white; padding: 12px 13px; color: var(--ink); transition: border .2s, box-shadow .2s; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green-700); box-shadow: 0 0 0 4px rgba(68,125,44,.1); outline: 0; }
.form-actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 11px; align-items: center; margin-top: 5px; }
.form-status { grid-column: 1 / -1; min-height: 26px; padding: 0; font-weight: 750; }
.form-status.success { color: var(--green-700); }
.form-status.error { color: #ae2e28; }
.hp { position: absolute !important; left: -9999px !important; opacity: 0 !important; }

.site-footer { color: #f7f8f3; background: linear-gradient(125deg, #183b1a, #315f22); }
.footer-grid { padding: 60px 0 38px; display: grid; grid-template-columns: 1.35fr .7fr .8fr 1fr; gap: 40px; }
.footer-brand img { width: 205px; padding: 8px; border-radius: 10px; background: white; }
.footer-brand p { max-width: 330px; color: rgba(255,255,255,.76); font-size: .9rem; }
.footer-title { margin: 0 0 15px; font-size: 1rem; }
.footer-links { display: grid; gap: 8px; color: rgba(255,255,255,.82); font-size: .9rem; }
.footer-links a:hover { color: white; }
.footer-bottom { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.13); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.7); font-size: .82rem; }
.socials { display: flex; gap: 9px; }
.socials a { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }

.floating-whatsapp { position: fixed; z-index: 60; right: 22px; bottom: 22px; width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center; color: white; background: #20b958; box-shadow: 0 12px 25px rgba(21,131,64,.3); font-size: 1.75rem; border: 4px solid white; }
html[dir="rtl"] .floating-whatsapp { right: auto; left: 22px; }

@media (max-width: 1020px) {
  .main-nav { gap: 18px; }
  .nav-actions .btn { display: none; }
  .hero-grid, .page-hero-grid { grid-template-columns: 1fr 1fr; }
  .cards-4, .feature-grid, .values-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .product-legend { right: -5px; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 64px 0; }
  .nav-wrap { height: 74px; }
  .brand img { width: 176px; }
  .menu-toggle { display: grid; place-items: center; }
  .main-nav { display: none; position: absolute; top: 74px; inset-inline: 0; padding: 18px 20px 24px; flex-direction: column; align-items: stretch; background: white; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a:not(.btn) { padding: 11px; border-radius: 9px; }
  .main-nav a:not(.btn)::after { display: none; }
  .nav-actions { margin-inline-start: auto; }
  .hero { min-height: auto; padding: 65px 0 40px; }
  .hero-grid, .page-hero-grid, .about-split, .intro-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .hero-visual { min-height: 390px; margin-top: 10px; }
  .product-legend { width: 152px; right: 0; }
  html[dir="rtl"] .product-legend { right: auto; left: 0; }
  .page-hero { padding: 55px 0; }
  .page-hero img { max-height: 230px; margin: 20px auto 0; }
  .cards-4, .cards-3, .feature-grid, .values-grid { grid-template-columns: 1fr 1fr; }
  .cta-band, .bulk-banner { align-items: flex-start; flex-direction: column; }
  .cta-actions { width: 100%; }
  .founder-card { grid-template-columns: 110px 1fr; }
  .founder-card img { width: 110px; height: 145px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 520px) {
  .cards-4, .cards-3, .feature-grid, .values-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero-actions .btn { flex: 1 1 100%; }
  .hero-trust { gap: 15px; }
  .hero-visual { min-height: 320px; }
  .product-legend { display: none; }
  .feature-card { min-height: auto; }
  .founder-card { grid-template-columns: 1fr; text-align: center; }
  .founder-card img { margin: auto; }
  .contact-panel, .form-card { padding: 21px; }
  .floating-whatsapp { width: 54px; height: 54px; right: 14px; bottom: 14px; }
  html[dir="rtl"] .floating-whatsapp { left: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
