.brand { display: flex; align-items: center; gap: 12px; min-width: max-content; }
.brand img { width: 46px; height: 46px; border-radius: 14px; }
.brand span { display: flex; flex-direction: column; }
.brand strong { font: 800 17px/1 "Manrope", "Segoe UI", sans-serif; letter-spacing: .08em; }
.brand small { font: 700 9px/1.5 "Manrope", "Segoe UI", sans-serif; letter-spacing: .22em; color: var(--green-2); }
.main-nav a { font-weight: 700; font-size: 14px; position: relative; color: #274a3b; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--green); transition: .3s; }
.main-nav a:hover::after,
.main-nav a.active::after { right: 0; }
.nav-cta { padding: 13px 20px; background: var(--ink); color: white; border-radius: 100px; font-weight: 700; font-size: 14px; }
.nav-cta span { color: var(--gold); margin-left: 7px; }
.menu-toggle { display: none; margin-left: auto; width: 42px; height: 42px; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; height: 2px; background: var(--ink); margin: 6px 0; transition: .3s; }

.eyebrow,
.section-kicker { display: inline-flex; align-items: center; gap: 10px; font: 800 12px/1 "Manrope", "Segoe UI", sans-serif; letter-spacing: .18em; color: var(--green-2); }
.eyebrow span { width: 30px; height: 2px; background: var(--gold); }
.hero h1 { font: 800 clamp(52px, 6vw, 84px)/1.02 "Manrope", "Segoe UI", sans-serif; letter-spacing: -.055em; margin: 28px 0; }
.hero h1 em { font-style: normal; color: var(--green-2); position: relative; }
.hero h1 em::after { content: ""; position: absolute; left: 0; right: 0; bottom: 3px; height: 8px; background: var(--gold); opacity: .65; z-index: -1; border-radius: 10px; }
.hero-actions { display: flex; gap: 14px; margin: 36px 0 46px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 0; cursor: pointer; border-radius: 100px; padding: 16px 24px; font-weight: 800; transition: .25s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--green); color: white; box-shadow: 0 16px 34px rgba(15, 74, 53, .22); }
.btn-primary span,
.btn-dark span { color: var(--gold); }
.btn-ghost { border: 1px solid var(--line); background: rgba(255, 255, 255, .55); }
.phone-dot { font-size: 8px; color: #54bd70; box-shadow: 0 0 0 5px rgba(84, 189, 112, .14); border-radius: 50%; }
.hero-trust { display: flex; gap: 46px; padding-top: 30px; border-top: 1px solid var(--line); }
.hero-trust div { display: flex; flex-direction: column; }
.hero-trust strong { font: 800 30px/1 "Manrope", "Segoe UI", sans-serif; }
.hero-trust span { font-size: 12px; color: var(--muted); margin-top: 8px; }
.visual-ring { position: absolute; width: 115%; aspect-ratio: 1; left: -7%; top: -8%; border: 1px solid rgba(31, 114, 80, .2); border-radius: 50%; z-index: 0; }
.floating-card { position: absolute; z-index: 3; background: rgba(255, 255, 255, .9); backdrop-filter: blur(15px); box-shadow: 0 18px 48px rgba(9, 40, 29, .16); border: 1px solid rgba(255, 255, 255, .65); border-radius: 18px; padding: 14px 18px; display: flex; align-items: center; gap: 12px; }
.floating-card small { display: block; font: 800 9px/1 "Manrope", "Segoe UI", sans-serif; letter-spacing: .16em; color: var(--muted); margin-bottom: 7px; }
.floating-card strong { font: 800 14px/1 "Manrope", "Segoe UI", sans-serif; }
.floating-top { top: 8%; left: -7%; }
.floating-bottom { right: -8%; bottom: 9%; }
.status-dot { width: 12px; height: 12px; border-radius: 50%; background: #4fc26d; box-shadow: 0 0 0 7px rgba(79, 194, 109, .15); }
.mini-icon { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: #e4f5e7; color: var(--green); font-weight: 900; }
.market-strip { position: absolute; bottom: 0; left: 0; right: 0; background: #0c2d22; color: white; overflow: hidden; transform: rotate(-1deg) scale(1.01); transform-origin: center; }
.ticker { display: flex; align-items: center; width: max-content; gap: 30px; padding: 17px 0; animation: ticker 32s linear infinite; }
.ticker span { font: 700 13px/1 "Manrope", "Segoe UI", sans-serif; letter-spacing: .15em; }
.ticker i { color: var(--gold); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-heading h2,
.contact-head h2,
.quote-copy h2,
.service-panel h2 { font: 800 clamp(38px, 4.6vw, 64px)/1.06 "Manrope", "Segoe UI", sans-serif; letter-spacing: -.045em; margin: 18px 0 0; }
.about-copy .lead { font: 700 24px/1.45 "Manrope", "Segoe UI", sans-serif; margin-top: 0; color: var(--ink-2); }
.about-copy p:not(.lead) { color: var(--muted); font-size: 17px; }
.text-link { display: inline-flex; gap: 8px; margin-top: 18px; font-weight: 800; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.value-card { position: relative; padding: 34px; background: #f6f5ee; border: 1px solid transparent; border-radius: 24px; transition: .3s; }
.value-card:hover { transform: translateY(-7px); border-color: rgba(31, 114, 80, .22); box-shadow: 0 18px 45px rgba(11, 33, 25, .08); }
.value-number { font: 800 11px "Manrope", "Segoe UI", sans-serif; letter-spacing: .16em; color: #8ca298; }
.value-icon { font-size: 28px; color: var(--green-2); margin: 40px 0 20px; }
.value-card h3 { font: 800 23px "Manrope", "Segoe UI", sans-serif; margin: 0 0 10px; }
.value-card p { margin: 0; color: var(--muted); }
.products-head p { color: #a7b9b0; font-size: 17px; max-width: 460px; }
.section-kicker.light { color: var(--lime); }
.product-card { min-height: 430px; padding: 26px; border-radius: 24px; display: flex; flex-direction: column; color: #102a20; transition: .35s; overflow: hidden; position: relative; }
.product-card::before { content: ""; position: absolute; width: 170px; height: 170px; border: 1px solid rgba(11, 33, 25, .12); border-radius: 50%; right: -75px; top: 75px; }
.product-card:hover { transform: translateY(-9px); }
.grain { background: #ead69a; }
.pulses { background: #c5d9b1; }
.fertilizer { background: #dcded8; }
.feed { background: #c9b89e; }
.card-top { display: flex; justify-content: space-between; font: 800 11px "Manrope", "Segoe UI", sans-serif; letter-spacing: .16em; }
.card-top i { font-style: normal; font-size: 20px; }
.product-symbol { margin: auto 0 30px; font: 800 44px/1 "Manrope", "Segoe UI", sans-serif; letter-spacing: -.08em; color: rgba(16, 42, 32, .65); }
.product-card h3 { font: 800 28px/1 "Manrope", "Segoe UI", sans-serif; margin: 0 0 14px; }
.product-card p { margin: 0 0 18px; opacity: .72; }
.product-card ul { list-style: none; margin: 0; padding: 18px 0 0; border-top: 1px solid rgba(16, 42, 32, .18); display: flex; flex-direction: column; gap: 6px; font-weight: 700; font-size: 14px; }
.service-panel { background: white; padding: 54px; border-radius: var(--radius); box-shadow: 0 30px 80px rgba(28, 52, 40, .08); }
.service-panel p { color: var(--muted); font-size: 17px; margin: 24px 0 32px; }
.btn-dark { background: var(--ink); color: white; }
.step { display: grid; grid-template-columns: 75px 1fr; gap: 20px; padding: 34px 0; border-bottom: 1px solid rgba(11, 33, 25, .14); }
.step > span { font: 800 13px "Manrope", "Segoe UI", sans-serif; color: var(--green-2); padding-top: 5px; }
.step h3 { font: 800 24px/1.2 "Manrope", "Segoe UI", sans-serif; margin: 0 0 10px; }
.step p { margin: 0; color: var(--muted); }
.quote-copy p { color: #bdd0c7; font-size: 17px; }
.quote-contact { display: flex; gap: 14px; align-items: center; margin-top: 42px; }
.quote-contact > span { width: 46px; height: 46px; border-radius: 50%; background: rgba(255, 255, 255, .1); display: grid; place-items: center; color: var(--gold); }
.quote-contact small { display: block; color: #9db6aa; }
.quote-contact a { font: 800 21px "Manrope", "Segoe UI", sans-serif; }
.quote-form { background: #fff; color: var(--ink); padding: 40px; border-radius: var(--radius); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form label { display: block; font-weight: 800; font-size: 13px; margin-bottom: 18px; }
.quote-form input,
.quote-form select,
.quote-form textarea { width: 100%; margin-top: 8px; border: 1px solid #dde4de; background: #f8faf8; border-radius: 13px; padding: 14px 15px; outline: none; transition: .2s; }
.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus { border-color: #72a986; box-shadow: 0 0 0 4px rgba(31, 114, 80, .09); }
.quote-form input.is-invalid,
.quote-form select.is-invalid { border-color: #bf4a4a; box-shadow: 0 0 0 4px rgba(191, 74, 74, .08); }
.quote-form textarea { resize: vertical; }
.btn-whatsapp { width: 100%; background: #1f9d57; color: white; margin-top: 4px; }
.form-note { text-align: center; color: #7e8c84; font-size: 12px; margin: 12px 0 0; }
.contact-head h2 { max-width: 780px; }
.contact-card { padding: 32px; border: 1px solid var(--line); border-radius: 22px; display: flex; flex-direction: column; align-items: flex-start; min-height: 245px; transition: .3s; }
.contact-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(11, 33, 25, .08); }
.contact-icon { width: 45px; height: 45px; border-radius: 13px; background: #e9f2e8; display: grid; place-items: center; font: 800 16px "Manrope", "Segoe UI", sans-serif; color: var(--green); margin-bottom: auto; }
.contact-card small { font: 800 10px "Manrope", "Segoe UI", sans-serif; letter-spacing: .16em; color: var(--muted); margin: 26px 0 5px; }
.contact-card > a:not(.mini-link) { font: 800 24px "Manrope", "Segoe UI", sans-serif; }
.contact-card p { font: 700 18px/1.5 "Manrope", "Segoe UI", sans-serif; margin: 0; }
.mini-link { margin-top: 15px; font-weight: 800; font-size: 13px; color: var(--green-2); }
.brand-light strong { color: #fff; }
.brand-light small { color: var(--lime); }
.footer-brand p { color: #869c92; max-width: 310px; }
.footer-col { display: flex; flex-direction: column; gap: 11px; }
.footer-col h4 { color: white; font: 800 13px "Manrope", "Segoe UI", sans-serif; letter-spacing: .08em; margin: 0 0 10px; }
.footer-col a,
.footer-col span { color: #8fa49a; font-size: 14px; }
.footer-col a:hover { color: white; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 900; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: #1fa95d; color: white; font: 800 12px "Manrope", "Segoe UI", sans-serif; box-shadow: 0 12px 30px rgba(10, 70, 40, .32); border: 4px solid white; }
