.vy-gardening-today-landing {
max-width: 1180px;
margin: 0 auto;
}
.vy-landing-hero {
background: linear-gradient(135deg, #f3fbf4, #eef7f1);
border: 1px solid #dbeede;
border-radius: 24px;
padding: 32px;
margin-bottom: 32px;
}
.vy-landing-hero h1 {
margin-top: 0;
}
.vy-landing-lead {
font-size: 18px;
line-height: 1.7;
color: #425045;
max-width: 880px;
}
.vy-zone {
margin-top: 36px;
padding: 28px;
border: 1px solid #dfe9e1;
border-radius: 24px;
background: #fafdfa;
}
.vy-zone-blue {
background: #f7fbff;
border-color: #d8eaff;
}
.vy-zone-green {
background: #f8fdf8;
border-color: #d9ecd9;
}
.vy-zone-purple {
background: #faf8ff;
border-color: #ded5ff;
}
.vy-block-tag {
display: inline-block;
margin-bottom: 12px;
padding: 6px 14px;
border-radius: 999px;
font-size: 13px;
font-weight: 700;
letter-spacing: .04em;
text-transform: uppercase;
}
.vy-tag-intro {
background: #eef7f1;
color: #2f7d46;
}
.vy-tag-map {
background: #e8f3ff;
color: #155fa0;
}
.vy-tag-city {
background: #f2ecff;
color: #5a3ca0;
}
.vy-osm-map {
width: 100%;
height: 460px;
border-radius: 22px;
overflow: hidden;
border: 1px solid #d5e4da;
background: #eaf3ef;
margin-top: 18px;
}
.vy-city-marker span {
display: block;
width: 12px;
height: 12px;
border-radius: 999px;
background: #2f7d46;
border: 2px solid #ffffff;
box-shadow: 0 0 0 6px rgba(47, 125, 70, .22);
}
.vy-city-tooltip {
background: rgba(255,255,255,.95);
border: 1px solid #dbeede;
border-radius: 999px;
color: #264b32;
font-weight: 700;
font-size: 12px;
padding: 4px 8px;
box-shadow: 0 3px 10px rgba(0,0,0,.10);
}
.vy-city-picker {
display: grid;
grid-template-columns: 1fr auto;
gap: 14px;
align-items: center;
margin-top: 18px;
max-width: 720px;
}
.vy-city-select {
width: 100%;
height: 100%;
padding: 14px 16px;
border: 1px solid #cfded1;
border-radius: 14px;
font-size: 16px;
background: #ffffff;
}
.vy-city-button {
padding: 14px 22px;
border-radius: 14px;
border: 0;
background: linear-gradient(135deg, #4CAF50, #3a8d40);
color: #ffffff;
font-size: 16px;
font-weight: 700;
cursor: pointer;
box-shadow: 0 6px 18px rgba(76, 175, 80, .25);
transition: all .2s ease;
}
.vy-city-button:hover {
transform: translateY(-1px);
box-shadow: 0 10px 24px rgba(76, 175, 80, .32);
}
.vy-city-grid {
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 12px;
margin-top: 20px;
}
.vy-city-link {
display: block;
padding: 14px;
border-radius: 14px;
background: #ffffff;
border: 1px solid #e2e8e2;
text-decoration: none;
color: #2f4937;
font-weight: 700;
text-align: center;
box-shadow: 0 4px 14px rgba(0,0,0,.035);
transition: all .2s ease;
}
.vy-city-link:hover {
background: #f4faf5;
transform: translateY(-1px);
}
.vy-feature-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
}
.vy-feature-card {
background: #ffffff;
border: 1px solid #e2e8e2;
border-radius: 18px;
padding: 18px;
}
.vy-feature-card h3 {
margin-top: 0;
}
@media (max-width: 900px) {
.vy-city-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.vy-feature-grid {
grid-template-columns: 1fr;
}
.vy-osm-map {
height: 340px;
}
}
@media (max-width: 640px) {
.vy-landing-hero,
.vy-zone {
padding: 20px;
}
.vy-landing-lead {
font-size: 16px;
}
.vy-city-picker {
grid-template-columns: 1fr;
}
.vy-city-button {
width: 100%;
}
.vy-city-grid {
grid-template-columns: 1fr;
}
.vy-osm-map {
height: 300px;
}
}