:root { --vy-forest-dark: #1b4332; --vy-forest-base: #2d6a4f; --vy-sage-light: #d8f3dc; --vy-earth-brown: #9c6644; --vy-sand: #f8f9fa; --vy-text-main: #2b2b2b; --vy-text-muted: #555555; } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Outfit', sans-serif; color: var(--vy-text-main); background-color: var(--vy-sand); line-height: 1.6; overflow-x: hidden; } img { width: 100%; height: auto; object-fit: cover; display: block; } a { text-decoration: none; color: inherit; } .agro-bounds { max-width: 1200px; margin: 0 auto; padding: 0 5%; } .vy-masthead { position: sticky; top: 0; background: rgba(248, 249, 250, 0.95); backdrop-filter: blur(8px); z-index: 100; border-bottom: 1px solid var(--vy-sage-light); } .vy-masthead-inner { display: flex; justify-content: space-between; align-items: center; height: 80px; } .vy-brand-mark { display: flex; align-items: center; gap: 0.5rem; font-weight: 700; font-size: 1.25rem; color: var(--vy-forest-dark); } .vy-nav-links { display: flex; gap: 2rem; align-items: center; font-weight: 600; } .vy-nav-links a:hover { color: var(--vy-forest-base); } .vy-action-trigger { background-color: var(--vy-forest-base); color: #fff !important; padding: 0.75rem 1.5rem; border-radius: 4px; font-weight: 600; border: none; cursor: pointer; transition: background 0.3s ease; display: inline-block; } .vy-action-trigger:hover { background-color: var(--vy-forest-dark); } .eco-hero-split { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; padding-top: 6rem; padding-bottom: 6rem; } .eco-hero-text h1 { font-size: 3.5rem; line-height: 1.1; color: var(--vy-forest-dark); margin-bottom: 1.5rem; } .vy-subhead { font-size: 1.25rem; color: var(--vy-text-muted); margin-bottom: 2.5rem; } .vy-hero-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; } .vy-trust-badge { font-size: 0.875rem; color: var(--vy-earth-brown); font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; } .eco-hero-visual img { border-radius: 8px; box-shadow: 0 20px 40px rgba(27, 67, 50, 0.1); } .agro-story-block { background-color: #fff; padding: 5.5rem 0; } .vy-story-grid { display: grid; grid-template-columns: 2fr 3fr; gap: 3rem; align-items: center; } .vy-story-visual img { border-radius: 8px; } .vy-story-content h2 { font-size: 2.5rem; color: var(--vy-forest-dark); margin-bottom: 1.5rem; } .vy-story-content p { margin-bottom: 1.25rem; font-size: 1.1rem; } .vy-inline-link { color: var(--vy-forest-base); text-decoration: underline; text-underline-offset: 4px; } .vy-disclaimer { display: block; margin-top: 1.5rem; font-size: 0.8rem; color: #888; font-style: italic; } .vy-offerings-wrap { padding: 7rem 0 6rem; } .vy-section-head { text-align: center; max-width: 700px; margin: 0 auto 4rem; } .vy-section-head h2 { font-size: 2.5rem; color: var(--vy-forest-dark); margin-bottom: 1rem; } .vy-offerings-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 2.5rem; } .vy-solution-card { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.04); transition: transform 0.3s ease; } .vy-solution-card:hover { transform: translateY(-5px); } .vy-solution-card img { height: 220px; } .vy-solution-card h3 { padding: 1.5rem 1.5rem 0.5rem; color: var(--vy-forest-dark); font-size: 1.4rem; } .vy-solution-card p { padding: 0 1.5rem 2rem; color: var(--vy-text-muted); font-size: 0.95rem; } .eco-metrics-band { background-color: var(--vy-forest-dark); color: #fff; padding: 4rem 0; } .vy-metrics-grid { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 2rem; text-align: center; } .vy-counter { display: block; font-size: 3.5rem; font-weight: 700; color: var(--vy-sage-light); margin-bottom: 0.5rem; } .vy-metric-label { font-size: 1.1rem; text-transform: uppercase; letter-spacing: 0.1em; opacity: 0.9; } .vy-voices-wrap { padding: 6rem 5%; max-width: 1000px; margin: 0 auto; } .vy-voices-wrap h2 { text-align: center; font-size: 2.5rem; color: var(--vy-forest-dark); margin-bottom: 3.5rem; } .vy-voices-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; } .vy-testimonial-card { background: #fff; padding: 2.5rem; border-left: 4px solid var(--vy-forest-base); border-radius: 0 8px 8px 0; box-shadow: 0 5px 15px rgba(0,0,0,0.03); } .vy-testimonial-card p { font-style: italic; margin-bottom: 2rem; font-size: 1.05rem; } .vy-client-meta { display: flex; align-items: center; gap: 1rem; } .vy-client-meta img { width: 60px; height: 60px; border-radius: 50%; } .vy-client-meta strong { display: block; color: var(--vy-forest-dark); } .vy-client-meta span { font-size: 0.85rem; color: var(--vy-text-muted); } .agro-reach-out { background-color: var(--vy-sage-light); padding: 6rem 0; } .vy-contact-split { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; } .vy-contact-split h2 { font-size: 2.5rem; color: var(--vy-forest-dark); margin-bottom: 1rem; } .vy-contact-details { list-style: none; margin-top: 2rem; } .vy-contact-details li { margin-bottom: 0.5rem; } .vy-form-stack { background: #fff; padding: 2.5rem; border-radius: 8px; box-shadow: 0 10px 30px rgba(27, 67, 50, 0.08); } .vy-input-group { margin-bottom: 1.5rem; } .vy-input-group label { display: block; margin-bottom: 0.5rem; font-weight: 600; font-size: 0.9rem; color: var(--vy-forest-dark); } .vy-input-group input, .vy-input-group textarea { width: 100%; padding: 0.75rem; border: 1px solid #ccc; border-radius: 4px; font-family: inherit; font-size: 1rem; } .vy-input-group input:focus, .vy-input-group textarea:focus { outline: none; border-color: var(--vy-forest-base); box-shadow: 0 0 0 2px rgba(45, 106, 79, 0.2); } .vy-base-footer { background-color: #112a20; color: #fff; padding: 5rem 0 2rem; font-size: 0.9rem; } .vy-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 3rem; margin-bottom: 2rem; } .vy-footer-brand h3 { font-size: 1.5rem; color: var(--vy-sage-light); margin-bottom: 0.5rem; } .vy-footer-links h4, .vy-footer-contact h4 { color: var(--vy-sage-light); margin-bottom: 1.25rem; font-size: 1.1rem; } .vy-footer-links a { display: block; margin-bottom: 0.5rem; opacity: 0.8; transition: opacity 0.3s; } .vy-footer-links a:hover { opacity: 1; text-decoration: underline; } .vy-footer-contact p { margin-bottom: 0.5rem; opacity: 0.8; } .vy-footer-bottom { text-align: center; opacity: 0.6; } @media (max-width: 900px) { .eco-hero-split, .vy-story-grid, .vy-contact-split, .vy-voices-grid { grid-template-columns: 1fr; gap: 3rem; } .vy-nav-links { display: none; } .eco-hero-text h1 { font-size: 2.8rem; } .vy-footer-grid { grid-template-columns: 1fr; gap: 2rem; } }