* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

:root {
--primary-color: #1a4d2e;
--secondary-color: #4f7942;
--accent-color: #d4a574;
--tertiary-color: #faf3e0;
--text-dark: #1a1a1a;
--text-light: #666;
--bg-light: #f8f9f5;
--white: #ffffff;
--border-color: #e0e0e0;
}

body {
font-family: 'Outfit', sans-serif;
color: var(--text-dark);
line-height: 1.6;
font-size: 15px;
}

h1, h2, h3, h4 {
font-family: 'Space Grotesk', sans-serif;
font-weight: 600;
line-height: 1.3;
}

h1 { font-size: 2.2rem; }
h2 { font-size: 1.8rem; }
h3 { font-size: 1.3rem; }
h4 { font-size: 1.1rem; }

a {
text-decoration: none;
color: inherit;
transition: all 0.3s ease;
}

img {
max-width: 100%;
height: auto;
display: block;
}

.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}

.main-header {
background: var(--white);
border-bottom: 1px solid var(--border-color);
position: relative;
z-index: 100;
}

.header-container {
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 20px;
max-width: 1200px;
margin: 0 auto;
}

.logo a {
font-family: 'Space Grotesk', sans-serif;
font-size: 1.3rem;
font-weight: 600;
color: var(--primary-color);
}

.main-nav ul {
display: flex;
list-style: none;
gap: 30px;
}

.main-nav a {
color: var(--text-dark);
font-size: 14px;
font-weight: 400;
}

.main-nav a:hover {
color: var(--secondary-color);
}

.menu-toggle {
display: none;
background: none;
border: none;
font-size: 1.5rem;
color: var(--primary-color);
cursor: pointer;
}

.hero-modern {
background: linear-gradient(135deg, var(--tertiary-color) 0%, var(--white) 100%);
padding: 0;
overflow: hidden;
}

.hero-grid {
display: grid;
grid-template-columns: 1fr 1fr;
max-width: 1400px;
margin: 0 auto;
min-height: 85vh;
align-items: center;
}

.hero-text-block {
padding: 60px 80px 60px 60px;
}

.hero-label {
display: inline-block;
background: var(--primary-color);
color: var(--white);
padding: 8px 20px;
border-radius: 30px;
font-size: 13px;
font-weight: 500;
margin-bottom: 25px;
}

.hero-text-block h1 {
font-size: 3.2rem;
line-height: 1.2;
color: var(--primary-color);
margin-bottom: 25px;
}

.hero-text-block p {
font-size: 1.15rem;
color: var(--text-light);
margin-bottom: 35px;
line-height: 1.7;
}

.hero-buttons {
display: flex;
gap: 15px;
margin-bottom: 50px;
}

.btn-primary {
background: var(--primary-color);
color: var(--white);
padding: 15px 35px;
border-radius: 8px;
font-weight: 600;
font-size: 15px;
transition: all 0.3s ease;
}

.btn-primary:hover {
background: var(--secondary-color);
transform: translateY(-2px);
box-shadow: 0 10px 25px rgba(26, 77, 46, 0.2);
}

.btn-outline {
background: transparent;
color: var(--primary-color);
padding: 15px 35px;
border: 2px solid var(--primary-color);
border-radius: 8px;
font-weight: 600;
font-size: 15px;
transition: all 0.3s ease;
}

.btn-outline:hover {
background: var(--primary-color);
color: var(--white);
}

.hero-stats {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}

.stat-item {
display: flex;
flex-direction: column;
}

.stat-item strong {
font-size: 2rem;
color: var(--primary-color);
font-family: 'Space Grotesk', sans-serif;
margin-bottom: 5px;
}

.stat-item span {
font-size: 13px;
color: var(--text-light);
}

.hero-image-block {
position: relative;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-color) 100%);
padding: 60px;
}

.hero-image-wrapper {
position: relative;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 30px 60px rgba(0,0,0,0.3);
}

.hero-image-wrapper img {
width: 100%;
height: auto;
display: block;
}

.floating-badge {
position: absolute;
bottom: 30px;
left: 30px;
background: var(--white);
padding: 15px 25px;
border-radius: 50px;
display: flex;
align-items: center;
gap: 12px;
box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.floating-badge i {
color: var(--accent-color);
font-size: 1.3rem;
}

.floating-badge span {
font-weight: 600;
color: var(--primary-color);
font-size: 14px;
}

.trust-section {
padding: 50px 20px;
background: var(--white);
border-bottom: 1px solid var(--border-color);
}

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

.trust-item {
display: flex;
gap: 15px;
align-items: flex-start;
}

.trust-item i {
font-size: 2rem;
color: var(--accent-color);
flex-shrink: 0;
}

.trust-item h3 {
font-size: 1rem;
color: var(--primary-color);
margin-bottom: 5px;
}

.trust-item p {
font-size: 13px;
color: var(--text-light);
line-height: 1.5;
}

.section-header {
margin-bottom: 50px;
}

.section-header.centered {
text-align: center;
}

.section-label {
display: inline-block;
color: var(--accent-color);
font-weight: 600;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 15px;
}

.section-header h2 {
color: var(--primary-color);
margin-bottom: 15px;
}

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

.featured-plants {
padding: 80px 20px;
background: var(--bg-light);
}

.plants-showcase {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px;
}

.plant-card-large {
background: var(--white);
border-radius: 15px;
overflow: hidden;
box-shadow: 0 5px 20px rgba(0,0,0,0.08);
transition: transform 0.3s ease;
}

.plant-card-large:hover {
transform: translateY(-8px);
box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.plant-image {
position: relative;
height: 350px;
overflow: hidden;
}

.plant-image img {
width: 100%;
height: 100%;
object-fit: cover;
}

.plant-tag {
position: absolute;
top: 20px;
right: 20px;
background: var(--accent-color);
color: var(--white);
padding: 8px 18px;
border-radius: 20px;
font-size: 12px;
font-weight: 600;
}

.plant-details {
padding: 30px;
}

.plant-details h3 {
color: var(--primary-color);
font-size: 1.6rem;
margin-bottom: 15px;
}

.plant-details > p {
color: var(--text-light);
line-height: 1.7;
margin-bottom: 20px;
font-size: 14px;
}

.plant-specs {
list-style: none;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
margin-bottom: 25px;
}

.plant-specs li {
display: flex;
align-items: center;
gap: 10px;
font-size: 13px;
color: var(--text-light);
}

.plant-specs i {
color: var(--secondary-color);
font-size: 0.9rem;
}

.plant-footer {
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 20px;
border-top: 1px solid var(--border-color);
}

.price {
font-size: 2rem;
font-weight: 700;
color: var(--primary-color);
}

.btn-plant {
background: var(--primary-color);
color: var(--white);
padding: 12px 28px;
border-radius: 8px;
font-weight: 600;
font-size: 14px;
transition: all 0.3s ease;
}

.btn-plant:hover {
background: var(--secondary-color);
}

.story-section {
padding: 80px 20px;
background: var(--white);
}

.story-grid {
display: grid;
grid-template-columns: 1.3fr 1fr;
gap: 60px;
align-items: center;
}

.story-content h2 {
color: var(--primary-color);
margin-bottom: 25px;
}

.story-content p {
color: var(--text-light);
line-height: 1.8;
margin-bottom: 20px;
}

.story-content .btn-outline {
margin-top: 15px;
}

.story-stats {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 25px;
}

.stat-box {
background: var(--bg-light);
padding: 30px;
border-radius: 12px;
text-align: center;
}

.stat-box i {
font-size: 2.5rem;
color: var(--accent-color);
margin-bottom: 15px;
}

.stat-box strong {
display: block;
font-size: 2.2rem;
color: var(--primary-color);
font-family: 'Space Grotesk', sans-serif;
margin-bottom: 8px;
}

.stat-box span {
font-size: 13px;
color: var(--text-light);
}

.benefits-modern {
padding: 80px 20px;
background: var(--bg-light);
}

.benefits-layout {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 30px;
}

.benefit-card {
background: var(--white);
padding: 35px 25px;
border-radius: 12px;
text-align: center;
transition: all 0.3s ease;
}

.benefit-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.benefit-icon {
width: 70px;
height: 70px;
margin: 0 auto 20px;
background: linear-gradient(135deg, var(--accent-color) 0%, var(--secondary-color) 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}

.benefit-icon i {
font-size: 1.8rem;
color: var(--white);
}

.benefit-card h3 {
color: var(--primary-color);
margin-bottom: 12px;
font-size: 1.1rem;
}

.benefit-card p {
color: var(--text-light);
font-size: 13px;
line-height: 1.6;
}

.process-section {
padding: 80px 20px;
background: var(--white);
}

.process-steps {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 30px;
}

.step-item {
text-align: center;
position: relative;
}

.step-number {
width: 60px;
height: 60px;
margin: 0 auto 20px;
background: var(--primary-color);
color: var(--white);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
font-weight: 700;
font-family: 'Space Grotesk', sans-serif;
}

.step-item h3 {
color: var(--primary-color);
margin-bottom: 12px;
}

.step-item p {
color: var(--text-light);
font-size: 13px;
line-height: 1.6;
}

.testimonials-section {
padding: 80px 20px;
background: var(--bg-light);
}

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

.testimonial-card {
background: var(--white);
padding: 30px;
border-radius: 12px;
border-left: 4px solid var(--accent-color);
}

.stars {
margin-bottom: 15px;
}

.stars i {
color: var(--accent-color);
font-size: 0.9rem;
}

.testimonial-card p {
color: var(--text-light);
line-height: 1.7;
margin-bottom: 20px;
font-size: 14px;
font-style: italic;
}

.reviewer strong {
display: block;
color: var(--primary-color);
font-size: 15px;
margin-bottom: 3px;
}

.reviewer span {
color: var(--text-light);
font-size: 13px;
}

.final-cta {
padding: 80px 20px;
background: var(--white);
}

.cta-box-modern {
background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
padding: 60px;
border-radius: 20px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 40px;
}

.cta-text h2 {
color: var(--white);
margin-bottom: 12px;
}

.cta-text p {
color: var(--white);
opacity: 0.9;
font-size: 1.05rem;
}

.cta-actions {
display: flex;
gap: 15px;
flex-shrink: 0;
}

.btn-white {
background: var(--white);
color: var(--primary-color);
padding: 15px 35px;
border-radius: 8px;
font-weight: 600;
font-size: 15px;
transition: all 0.3s ease;
}

.btn-white:hover {
background: var(--tertiary-color);
}

.cta-button {
background: var(--primary-color);
color: var(--white);
padding: 15px 35px;
border-radius: 8px;
font-weight: 600;
font-size: 15px;
transition: all 0.3s ease;
display: inline-block;
}

.cta-button:hover {
background: var(--secondary-color);
transform: translateY(-2px);
box-shadow: 0 10px 25px rgba(26, 77, 46, 0.2);
}

.secondary-button {
background: var(--white);
color: var(--primary-color);
padding: 15px 35px;
border: 2px solid var(--primary-color);
border-radius: 8px;
font-weight: 600;
font-size: 15px;
transition: all 0.3s ease;
display: inline-block;
}

.secondary-button:hover {
background: var(--primary-color);
color: var(--white);
}

.features-section {
padding: 60px 20px;
background: var(--white);
}

.feature-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 30px;
}

.feature-card {
text-align: center;
padding: 30px 20px;
}

.feature-card i {
font-size: 2.5rem;
color: var(--secondary-color);
margin-bottom: 15px;
}

.feature-card h3 {
margin-bottom: 10px;
color: var(--primary-color);
}

.feature-card p {
font-size: 14px;
color: var(--text-light);
}

.about-section {
padding: 60px 20px;
background: var(--bg-light);
}

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

.about-text h2 {
color: var(--primary-color);
margin-bottom: 20px;
}

.about-text p {
margin-bottom: 15px;
color: var(--text-light);
}

.about-text .secondary-button {
margin-top: 20px;
}

.about-image img {
border-radius: 10px;
width: 100%;
}

.products-preview {
padding: 60px 20px;
background: var(--white);
}

.products-preview h2 {
text-align: center;
color: var(--primary-color);
margin-bottom: 40px;
}

.product-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
margin-bottom: 40px;
}

.product-card {
border: 1px solid var(--border-color);
border-radius: 10px;
overflow: hidden;
transition: transform 0.3s ease;
}

.product-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.product-image {
height: 280px;
overflow: hidden;
background: var(--bg-light);
display: flex;
align-items: center;
justify-content: center;
}

.product-image img {
width: 100%;
height: 100%;
object-fit: cover;
}

.product-placeholder {
font-size: 5rem;
color: var(--secondary-color);
opacity: 0.3;
}

.product-info {
padding: 20px;
}

.product-info h3 {
color: var(--primary-color);
margin-bottom: 10px;
}

.product-info p {
font-size: 13px;
color: var(--text-light);
margin-bottom: 15px;
}

.product-price {
font-size: 1.5rem;
font-weight: 600;
color: var(--secondary-color);
margin-bottom: 15px;
}

.product-button {
display: block;
text-align: center;
background: var(--primary-color);
color: var(--white);
padding: 10px;
border-radius: 5px;
font-size: 14px;
}

.product-button:hover {
background: var(--secondary-color);
}

.view-all {
text-align: center;
}

.benefits-section {
padding: 60px 20px;
background: var(--bg-light);
}

.benefits-section h2 {
text-align: center;
color: var(--primary-color);
margin-bottom: 40px;
}

.benefits-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 30px;
}

.benefit-item {
text-align: center;
padding: 25px;
background: var(--white);
border-radius: 8px;
}

.benefit-item i {
font-size: 2.2rem;
color: var(--accent-color);
margin-bottom: 15px;
}

.benefit-item h4 {
color: var(--primary-color);
margin-bottom: 10px;
}

.benefit-item p {
font-size: 13px;
color: var(--text-light);
}

.cta-section {
padding: 80px 20px;
background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
text-align: center;
}

.cta-content h2 {
color: var(--white);
margin-bottom: 15px;
}

.cta-content p {
color: var(--white);
opacity: 0.9;
margin-bottom: 30px;
font-size: 1.1rem;
}

.cta-section .cta-button {
background: var(--white);
color: var(--primary-color);
}

.cta-section .cta-button:hover {
background: var(--bg-light);
}

.main-footer {
background: var(--text-dark);
color: var(--white);
padding: 30px 20px;
}

.footer-content {
max-width: 1200px;
margin: 0 auto;
text-align: center;
}

.footer-links {
display: flex;
justify-content: center;
gap: 20px;
margin-bottom: 15px;
flex-wrap: wrap;
}

.footer-links a {
color: var(--white);
font-size: 13px;
opacity: 0.8;
}

.footer-links a:hover {
opacity: 1;
}

.footer-info p {
font-size: 13px;
opacity: 0.7;
}

.privacy-popup {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: var(--text-dark);
color: var(--white);
padding: 20px;
z-index: 1000;
display: none;
}

.privacy-popup.show {
display: block;
}

.popup-content {
max-width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
gap: 20px;
}

.popup-content p {
font-size: 13px;
flex: 1;
}

.popup-actions {
display: flex;
gap: 15px;
align-items: center;
}

.accept-btn {
background: var(--accent-color);
color: var(--text-dark);
border: none;
padding: 10px 25px;
border-radius: 5px;
cursor: pointer;
font-weight: 500;
font-size: 13px;
}

.accept-btn:hover {
background: var(--secondary-color);
color: var(--white);
}

.popup-actions a {
color: var(--white);
font-size: 13px;
text-decoration: underline;
}

.page-hero {
background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
padding: 60px 20px;
text-align: center;
color: var(--white);
}

.page-hero h1 {
margin-bottom: 10px;
}

.page-hero p {
font-size: 1.1rem;
opacity: 0.9;
}

.intro-section {
padding: 60px 20px;
background: var(--white);
}

.intro-content {
max-width: 800px;
margin: 0 auto;
}

.intro-content h2 {
color: var(--primary-color);
margin-bottom: 20px;
text-align: center;
}

.intro-content p {
color: var(--text-light);
margin-bottom: 15px;
}

.plant-features {
padding: 60px 20px;
background: var(--bg-light);
}

.plant-features h2 {
text-align: center;
color: var(--primary-color);
margin-bottom: 40px;
}

.feature-list {
max-width: 800px;
margin: 0 auto;
}

.feature-row {
display: flex;
gap: 20px;
align-items: flex-start;
margin-bottom: 30px;
padding: 20px;
background: var(--white);
border-radius: 8px;
}

.feature-row i {
font-size: 2rem;
color: var(--secondary-color);
flex-shrink: 0;
}

.feature-text h3 {
color: var(--primary-color);
margin-bottom: 8px;
}

.feature-text p {
font-size: 14px;
color: var(--text-light);
}

.recommendations-section {
padding: 60px 20px;
background: var(--white);
}

.recommendations-section h2 {
text-align: center;
color: var(--primary-color);
margin-bottom: 40px;
}

.recommendations-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 25px;
margin-bottom: 40px;
}

.recommendation-card {
padding: 25px;
border: 1px solid var(--border-color);
border-radius: 8px;
text-align: center;
}

.recommendation-card i {
font-size: 3rem;
color: var(--accent-color);
margin-bottom: 15px;
}

.recommendation-card h3 {
color: var(--primary-color);
margin-bottom: 12px;
}

.recommendation-card p {
font-size: 13px;
color: var(--text-light);
}

.cta-box {
text-align: center;
padding: 40px;
background: var(--bg-light);
border-radius: 10px;
}

.cta-box p {
font-size: 1.1rem;
color: var(--text-dark);
margin-bottom: 20px;
}

.bundles-intro {
padding: 60px 20px;
background: var(--white);
}

.intro-text {
max-width: 800px;
margin: 0 auto;
text-align: center;
}

.intro-text h2 {
color: var(--primary-color);
margin-bottom: 20px;
}

.intro-text p {
color: var(--text-light);
margin-bottom: 15px;
}

.products-section {
padding: 60px 20px;
background: var(--bg-light);
}

.products-section h2 {
text-align: center;
color: var(--primary-color);
margin-bottom: 40px;
}

.products-showcase {
max-width: 900px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 40px;
}

.product-item {
display: grid;
grid-template-columns: 200px 1fr;
gap: 30px;
background: var(--white);
padding: 30px;
border-radius: 10px;
border: 1px solid var(--border-color);
}

.product-visual {
display: flex;
align-items: center;
justify-content: center;
background: var(--bg-light);
border-radius: 8px;
}

.product-visual i {
font-size: 5rem;
color: var(--secondary-color);
opacity: 0.4;
}

.product-details h3 {
color: var(--primary-color);
margin-bottom: 12px;
}

.product-details > p {
color: var(--text-light);
margin-bottom: 15px;
font-size: 14px;
}

.product-features {
list-style: none;
margin-bottom: 20px;
}

.product-features li {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 8px;
font-size: 13px;
color: var(--text-light);
}

.product-features i {
color: var(--accent-color);
font-size: 0.9rem;
}

.product-pricing {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
}

.price {
font-size: 1.8rem;
font-weight: 600;
color: var(--secondary-color);
}

.buy-button {
background: var(--primary-color);
color: var(--white);
padding: 12px 30px;
border-radius: 6px;
font-weight: 500;
font-size: 14px;
}

.buy-button:hover {
background: var(--secondary-color);
}

.bundle-benefits {
padding: 60px 20px;
background: var(--white);
}

.bundle-benefits h2 {
text-align: center;
color: var(--primary-color);
margin-bottom: 40px;
}

.benefits-columns {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
}

.benefit-col {
text-align: center;
padding: 25px;
}

.benefit-col i {
font-size: 2.5rem;
color: var(--accent-color);
margin-bottom: 15px;
}

.benefit-col h3 {
color: var(--primary-color);
margin-bottom: 10px;
}

.benefit-col p {
font-size: 14px;
color: var(--text-light);
}

.custom-bundle {
padding: 60px 20px;
background: var(--bg-light);
}

.custom-content {
max-width: 700px;
margin: 0 auto;
text-align: center;
}

.custom-content h2 {
color: var(--primary-color);
margin-bottom: 20px;
}

.custom-content p {
color: var(--text-light);
margin-bottom: 30px;
}

.contact-hero {
background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
padding: 50px 20px;
text-align: center;
color: var(--white);
}

.contact-hero h1 {
margin-bottom: 10px;
}

.contact-hero p {
font-size: 1.1rem;
opacity: 0.9;
}

.contact-main {
padding: 60px 20px;
background: var(--bg-light);
}

.contact-layout {
display: grid;
grid-template-columns: 1.5fr 1fr;
gap: 40px;
}

.contact-form-wrapper {
background: var(--white);
padding: 40px;
border-radius: 10px;
}

.contact-form-wrapper h2 {
color: var(--primary-color);
margin-bottom: 15px;
}

.form-intro {
color: var(--text-light);
margin-bottom: 25px;
font-size: 14px;
}

.contact-form {
display: flex;
flex-direction: column;
gap: 20px;
}

.form-group {
display: flex;
flex-direction: column;
}

.form-group label {
font-weight: 500;
margin-bottom: 8px;
color: var(--text-dark);
font-size: 14px;
}

.form-group input,
.form-group textarea {
padding: 12px;
border: 1px solid var(--border-color);
border-radius: 5px;
font-family: 'Outfit', sans-serif;
font-size: 14px;
}

.form-group input:focus,
.form-group textarea:focus {
outline: none;
border-color: var(--secondary-color);
}

.checkbox-group {
flex-direction: row;
align-items: flex-start;
}

.checkbox-label {
display: flex;
gap: 10px;
font-size: 13px;
color: var(--text-light);
cursor: pointer;
}

.checkbox-label input {
margin-top: 3px;
cursor: pointer;
}

.checkbox-label a {
color: var(--secondary-color);
text-decoration: underline;
}

.submit-button {
background: var(--primary-color);
color: var(--white);
padding: 14px;
border: none;
border-radius: 6px;
font-weight: 500;
font-size: 15px;
cursor: pointer;
transition: all 0.3s ease;
}

.submit-button:hover {
background: var(--secondary-color);
}

.contact-info-wrapper {
display: flex;
flex-direction: column;
gap: 20px;
}

.contact-info-card,
.hours-card {
background: var(--white);
padding: 30px;
border-radius: 10px;
}

.contact-info-card h3,
.hours-card h3 {
color: var(--primary-color);
margin-bottom: 20px;
}

.info-item {
display: flex;
gap: 15px;
margin-bottom: 20px;
}

.info-item:last-child {
margin-bottom: 0;
}

.info-item i {
font-size: 1.3rem;
color: var(--secondary-color);
flex-shrink: 0;
margin-top: 3px;
}

.info-item strong {
display: block;
margin-bottom: 5px;
color: var(--text-dark);
font-size: 14px;
}

.info-item p {
font-size: 13px;
color: var(--text-light);
line-height: 1.6;
}

.hours-list {
display: flex;
flex-direction: column;
gap: 12px;
}

.hours-row {
display: flex;
justify-content: space-between;
font-size: 14px;
padding-bottom: 12px;
border-bottom: 1px solid var(--border-color);
}

.hours-row:last-child {
border-bottom: none;
padding-bottom: 0;
}

.hours-row span:first-child {
color: var(--text-dark);
}

.hours-row span:last-child {
color: var(--text-light);
font-weight: 500;
}

.map-section {
padding: 60px 20px;
background: var(--white);
}

.map-section h2 {
text-align: center;
color: var(--primary-color);
margin-bottom: 30px;
}

.map-container {
border-radius: 10px;
overflow: hidden;
border: 1px solid var(--border-color);
}

.thankyou-section,
.error-section {
min-height: calc(100vh - 40px);
display: flex;
align-items: center;
justify-content: center;
padding: 60px 20px;
background: var(--bg-light);
}

.thankyou-content,
.error-content {
text-align: center;
max-width: 600px;
}

.success-icon,
.error-icon {
font-size: 5rem;
margin-bottom: 25px;
}

.success-icon i {
color: var(--accent-color);
}

.error-icon i {
color: var(--secondary-color);
}

.thankyou-content h1,
.error-content h1 {
color: var(--primary-color);
margin-bottom: 20px;
}

.error-content h1 {
font-size: 4rem;
}

.error-content h2 {
color: var(--text-dark);
margin-bottom: 15px;
}

.thankyou-content p,
.error-content p {
color: var(--text-light);
margin-bottom: 15px;
}

.thankyou-actions,
.error-actions {
display: flex;
gap: 15px;
justify-content: center;
margin-top: 30px;
flex-wrap: wrap;
}

.primary-action {
background: var(--primary-color);
color: var(--white);
padding: 12px 30px;
border-radius: 6px;
font-weight: 500;
font-size: 14px;
}

.primary-action:hover {
background: var(--secondary-color);
}

.secondary-action {
background: var(--white);
color: var(--primary-color);
padding: 12px 30px;
border: 2px solid var(--primary-color);
border-radius: 6px;
font-weight: 500;
font-size: 14px;
}

.secondary-action:hover {
background: var(--primary-color);
color: var(--white);
}

.policy-hero {
background: var(--primary-color);
padding: 50px 20px;
text-align: center;
color: var(--white);
}

.policy-hero h1 {
margin-bottom: 10px;
}

.update-date {
font-size: 14px;
opacity: 0.9;
}

.policy-content {
padding: 60px 20px;
background: var(--white);
}

.policy-text {
max-width: 900px;
margin: 0 auto;
}

.policy-text h2 {
color: var(--primary-color);
margin-top: 40px;
margin-bottom: 20px;
}

.policy-text h2:first-child {
margin-top: 0;
}

.policy-text h3 {
color: var(--secondary-color);
margin-top: 25px;
margin-bottom: 15px;
}

.policy-text p {
color: var(--text-light);
margin-bottom: 15px;
line-height: 1.8;
}

.policy-text ul {
margin: 15px 0 15px 25px;
color: var(--text-light);
}

.policy-text li {
margin-bottom: 8px;
line-height: 1.7;
}

@media (max-width: 768px) {
h1 { font-size: 1.8rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.2rem; }
body { font-size: 14px; }

.main-nav {
position: fixed;
top: 0;
left: -100%;
width: 250px;
height: 100vh;
background: var(--white);
padding: 80px 20px 20px;
transition: left 0.3s ease;
box-shadow: 2px 0 10px rgba(0,0,0,0.1);
z-index: 99;
}

.main-nav.active {
left: 0;
}

.main-nav ul {
flex-direction: column;
gap: 20px;
}

.menu-toggle {
display: block;
}

.hero-grid {
grid-template-columns: 1fr;
min-height: auto;
}

.hero-text-block {
padding: 50px 30px;
order: 2;
}

.hero-text-block h1 {
font-size: 2rem;
}

.hero-text-block p {
font-size: 1rem;
}

.hero-buttons {
flex-direction: column;
margin-bottom: 35px;
}

.hero-buttons a {
text-align: center;
}

.hero-stats {
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}

.stat-item strong {
font-size: 1.5rem;
}

.hero-image-block {
order: 1;
padding: 40px 30px;
min-height: 400px;
}

.floating-badge {
bottom: 20px;
left: 20px;
padding: 12px 20px;
}

.trust-grid {
grid-template-columns: 1fr;
gap: 25px;
}

.plants-showcase {
grid-template-columns: 1fr;
gap: 30px;
}

.plant-image {
height: 300px;
}

.plant-specs {
grid-template-columns: 1fr;
}

.story-grid {
grid-template-columns: 1fr;
gap: 40px;
}

.story-stats {
grid-template-columns: 1fr;
}

.benefits-layout {
grid-template-columns: 1fr;
}

.process-steps {
grid-template-columns: 1fr;
}

.testimonials-grid {
grid-template-columns: 1fr;
}

.cta-box-modern {
flex-direction: column;
text-align: center;
padding: 40px 30px;
}

.cta-actions {
flex-direction: column;
width: 100%;
}

.cta-actions a {
width: 100%;
text-align: center;
}

.about-content {
grid-template-columns: 1fr;
gap: 30px;
}

.about-image {
order: -1;
}

.product-grid,
.feature-grid,
.benefits-grid,
.recommendations-grid,
.benefits-columns {
grid-template-columns: 1fr;
}

.contact-layout {
grid-template-columns: 1fr;
}

.contact-form-wrapper {
padding: 30px 20px;
}

.product-item {
grid-template-columns: 1fr;
gap: 20px;
padding: 20px;
}

.product-visual {
height: 150px;
}

.popup-content {
flex-direction: column;
text-align: center;
}

.popup-actions {
flex-direction: column;
width: 100%;
}

.accept-btn {
width: 100%;
}

.thankyou-section,
.error-section {
min-height: calc(100vh - 150px);
padding: 40px 20px;
}

.error-content h1 {
font-size: 3rem;
}
}

@media (max-width: 480px) {
.header-container {
padding: 12px 15px;
}

.logo a {
font-size: 1.1rem;
}

.hero-text-block {
padding: 40px 20px;
}

.hero-text-block h1 {
font-size: 1.7rem;
}

.hero-image-block {
padding: 30px 20px;
min-height: 350px;
}

.btn-primary,
.btn-outline,
.btn-white {
padding: 12px 25px;
font-size: 14px;
}

.hero-stats {
gap: 15px;
}

.stat-item strong {
font-size: 1.3rem;
}

.stat-item span {
font-size: 12px;
}

.trust-section,
.featured-plants,
.story-section,
.benefits-modern,
.process-section,
.testimonials-section,
.final-cta,
.features-section,
.about-section,
.products-preview,
.benefits-section,
.intro-section,
.plant-features,
.recommendations-section,
.bundles-intro,
.products-section,
.bundle-benefits,
.custom-bundle,
.contact-main,
.map-section,
.policy-content {
padding: 50px 15px;
}

.plant-details {
padding: 20px;
}

.plant-image {
height: 250px;
}

.stat-box {
padding: 20px;
}

.benefit-card {
padding: 25px 20px;
}

.testimonial-card {
padding: 20px;
}

.cta-box-modern {
padding: 30px 20px;
}

.feature-card,
.benefit-item {
padding: 20px 15px;
}

.product-info {
padding: 15px;
}

.contact-info-card,
.hours-card {
padding: 20px;
}
}

@media (max-width: 320px) {
body {
font-size: 13px;
}

h1 { font-size: 1.5rem; }
h2 { font-size: 1.3rem; }
h3 { font-size: 1.1rem; }

.container {
padding: 0 15px;
}

.hero-text-block h1 {
font-size: 1.5rem;
}

.hero-stats {
grid-template-columns: 1fr;
}

.stat-item {
text-align: center;
}

.price {
font-size: 1.5rem;
}

.product-pricing {
flex-direction: column;
align-items: flex-start;
}

.buy-button,
.btn-plant {
width: 100%;
text-align: center;
}

.plant-footer {
flex-direction: column;
align-items: flex-start;
gap: 15px;
}

.plant-footer .btn-plant {
width: 100%;
}
}
