:root {
  --color-primary: #004b04;
  --color-secondary: #70e60f;
  --color-background: #F3F4F6;
  --color-surface: #E5E7EB;
  --color-text: #004b04;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-4xl: 2.25rem;
  --border-radius-sm: 0.25rem;
  --border-radius-md: 0.5rem;
  --border-radius-lg: 1rem;
  --shadow-sm: 0 1px 2px 0 rgba(0, 75, 4, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 75, 4, 0.1);
  --shadow-lg: 0 10px 15px -3px rgba(0, 75, 4, 0.1);
  --transition-fast: 150ms ease;
  --transition-base: 250ms ease;
  --transition-slow: 350ms ease;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: var(--color-background);
  color: var(--color-text);
  line-height: 1.6;
  min-height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: var(--space-md);
}

h1 {
  font-size: var(--font-size-3xl);
}

h2 {
  font-size: var(--font-size-2xl);
}

h3 {
  font-size: var(--font-size-xl);
}

h4 {
  font-size: var(--font-size-lg);
}

p {
  margin-bottom: var(--space-md);
}

a {
  color: var(--color-primary);
  text-decoration: none;
  transition: color var(--transition-fast);
}

a:hover {
  color: var(--color-secondary);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-md);
}

header {
  background-color: var(--color-background);
  padding: var(--space-md) 0;
  border-bottom: 1px solid var(--color-surface);
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-md);
}

.logo {
  display: flex;
  align-items: center;
  gap: var(--space-xs);
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: var(--font-size-lg);
  color: var(--color-primary);
}

.logo img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.header-images {
  display: flex;
  gap: var(--space-sm);
  flex-wrap: wrap;
}

.header-images img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: var(--border-radius-sm);
  border: 2px solid var(--color-surface);
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: var(--font-size-2xl);
  color: var(--color-primary);
  cursor: pointer;
  padding: var(--space-xs);
}

nav {
  display: flex;
  gap: var(--space-lg);
  flex-wrap: wrap;
}

nav a {
  font-size: var(--font-size-sm);
  padding: var(--space-xs) var(--space-sm);
  border-radius: var(--border-radius-sm);
  transition: background-color var(--transition-fast);
}

nav a:hover {
  background-color: var(--color-surface);
}

.hero {
  padding: var(--space-2xl) 0;
  background: linear-gradient(135deg, var(--color-background) 0%, var(--color-surface) 100%);
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-2xl);
  align-items: center;
}

.hero-text h1 {
  font-size: var(--font-size-4xl);
  margin-bottom: var(--space-lg);
}

.hero-text p {
  font-size: var(--font-size-lg);
  margin-bottom: var(--space-lg);
}

.btn {
  display: inline-block;
  padding: var(--space-sm) var(--space-lg);
  background-color: var(--color-secondary);
  color: var(--color-primary);
  border-radius: var(--border-radius-md);
  font-weight: 600;
  font-size: var(--font-size-sm);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
  border: none;
  cursor: pointer;
  text-align: center;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.btn-primary {
  background-color: var(--color-primary);
  color: var(--color-background);
}

.btn-primary:hover {
  background-color: var(--color-secondary);
  color: var(--color-primary);
}

.hero-image {
  border-radius: var(--border-radius-lg);
  overflow: hidden;
}

.hero-image img {
  width: 100%;
  height: auto;
    aspect-ratio: 1;
    clip-path: shape(from 87.45% 45.02%,curve to 92.48% 56.45% with 90.99% 50.00%,curve to 92.05% 69.35% with 93.97% 62.91%,curve to 82.42% 77.15% with 90.14% 75.80%,curve to 71.01% 83.22% with 74.69% 78.49%,curve to 61.91% 91.53% with 67.33% 87.95%,curve to 49.74% 96.95% with 56.49% 95.12%,curve to 38.70% 91.46% with 42.99% 98.79%,curve to 25.99% 85.79% with 34.41% 84.13%,curve to 15.38% 80.54% with 17.56% 87.44%,curve to 14.30% 66.90% with 13.20% 73.65%,curve to 13.33% 55.08% with 15.41% 60.16%,curve to 11.20% 44.30% with 11.25% 50.00%,curve to 11.95% 32.32% with 11.14% 38.59%,curve to 16.84% 21.25% with 12.75% 26.06%,curve to 27.31% 15.38% with 20.92% 16.44%,curve to 38.83% 11.12% with 33.70% 14.32%,curve to 50.39% 5.23% with 43.95% 7.93%,curve to 62.85% 5.60% with 56.83% 2.53%,curve to 72.70% 14.03% with 68.88% 8.67%,curve to 79.11% 24.51% with 76.53% 19.39%,curve to 82.80% 34.84% with 81.69% 29.63%,curve to 87.45% 45.02% with 83.91% 40.04%);
}

.section {
  padding: var(--space-2xl) 0;
}

.section-title {
  text-align: center;
  margin-bottom: var(--space-2xl);
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-lg);
}

.card {
  background-color: var(--color-background);
  border: 1px solid var(--color-surface);
  border-radius: var(--border-radius-md);
  padding: var(--space-lg);
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: var(--border-radius-sm);
  margin-bottom: var(--space-md);
}

.card-title {
  font-size: var(--font-size-xl);
  margin-bottom: var(--space-sm);
}

.card-content {
  font-size: var(--font-size-sm);
  color: var(--color-text);
  opacity: 0.9;
}

form {
  max-width: 600px;
  margin: 0 auto;
  background-color: var(--color-background);
  padding: var(--space-xl);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-md);
}

.form-group {
  margin-bottom: var(--space-lg);
}

label {
  display: block;
  margin-bottom: var(--space-xs);
  font-size: var(--font-size-sm);
  font-weight: 500;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: var(--space-sm);
  border: 1px solid var(--color-surface);
  border-radius: var(--border-radius-sm);
  font-size: var(--font-size-base);
  font-family: inherit;
  transition: border-color var(--transition-fast);
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  outline: none;
  border-color: var(--color-primary);
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: var(--space-xs);
  margin-bottom: var(--space-lg);
}

.checkbox-group input[type="checkbox"] {
  margin-top: 0.2rem;
  cursor: pointer;
}

.checkbox-group label {
  font-size: var(--font-size-xs);
  margin-bottom: 0;
  cursor: pointer;
}

footer {
  background-color: var(--color-primary);
  color: var(--color-background);
  padding: var(--space-xl) 0 var(--space-md);
  margin-top: var(--space-2xl);
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--space-lg);
  margin-bottom: var(--space-lg);
}

.footer-section h4 {
  color: var(--color-secondary);
  margin-bottom: var(--space-md);
}

.footer-section a {
  color: var(--color-background);
  display: block;
  margin-bottom: var(--space-xs);
  font-size: var(--font-size-sm);
}

.footer-section a:hover {
  color: var(--color-secondary);
}

.footer-bottom {
  text-align: center;
  padding-top: var(--space-md);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: var(--font-size-xs);
}

.map-container {
  width: 100%;
  height: 400px;
  border-radius: var(--border-radius-md);
  overflow: hidden;
  margin: var(--space-lg) 0;
  box-shadow: var(--shadow-md);
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.price-list {
  display: grid;
  gap: var(--space-md);
  max-width: 800px;
  margin: 0 auto;
}

.price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-md);
  background-color: var(--color-background);
  border: 1px solid var(--color-surface);
  border-radius: var(--border-radius-sm);
}

.price-item-name {
  font-weight: 500;
}

.price-item-value {
  color: var(--color-secondary);
  font-weight: 600;
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-lg);
}

.offer-card {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  color: var(--color-background);
  padding: var(--space-xl);
  border-radius: var(--border-radius-lg);
  text-align: center;
}

.offer-card h3 {
  color: var(--color-background);
  margin-bottom: var(--space-md);
}

.error-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: var(--space-2xl);
}

.thank-you-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: var(--space-2xl);
}

.cookie-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color-primary);
  color: var(--color-background);
  padding: var(--space-lg);
  box-shadow: var(--shadow-lg);
  z-index: 1000;
  transform: translateY(100%);
  transition: transform var(--transition-base);
}

.cookie-popup.show {
  transform: translateY(0);
}

.cookie-popup-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-md);
}

.cookie-popup-text {
  flex: 1;
  min-width: 250px;
  font-size: var(--font-size-sm);
}

.cookie-popup-actions {
  display: flex;
  gap: var(--space-sm);
}

@media (max-width: 768px) {
  h1 {
    font-size: var(--font-size-2xl);
  }

  h2 {
    font-size: var(--font-size-xl);
  }

  .hero-content {
    grid-template-columns: 1fr;
  }

  .hero-text h1 {
    font-size: var(--font-size-2xl);
  }

  .nav-toggle {
    display: block;
  }

  nav {
    display: none;
    width: 100%;
    flex-direction: column;
    margin-top: var(--space-md);
  }

  nav.active {
    display: flex;
  }

  .header-images {
    display: none;
  }

  .cards-grid {
    grid-template-columns: 1fr;
  }

  .cookie-popup-content {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .container {
    padding: 0 var(--space-sm);
  }

  header {
    padding: var(--space-sm) 0;
  }

  .section {
    padding: var(--space-xl) 0;
  }

  .form-group {
    margin-bottom: var(--space-md);
  }

  .map-container {
    height: 300px;
  }

  .price-item {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-xs);
  }
}

.section-gradient {
  padding: var(--space-2xl) 0;
  background: linear-gradient(135deg, #004b04 0%, #1a6b1a 50%, #70e60f 100%);
  position: relative;
  overflow: hidden;
}

.gradient-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-2xl);
  align-items: center;
  position: relative;
  z-index: 2;
}

.gradient-text {
  color: var(--color-background);
}

.gradient-title {
  font-size: var(--font-size-3xl);
  margin-bottom: var(--space-lg);
  color: var(--color-background);
}

.gradient-description {
  font-size: var(--font-size-lg);
  margin-bottom: var(--space-xl);
  opacity: 0.95;
  line-height: 1.8;
}

.gradient-features {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.gradient-feature-item {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  font-size: var(--font-size-base);
}

.gradient-feature-item i {
  font-size: var(--font-size-xl);
  color: var(--color-secondary);
}

.gradient-visual {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gradient-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.3;
  animation: float 6s ease-in-out infinite;
}

.gradient-shape-1 {
  width: 200px;
  height: 200px;
  background: var(--color-background);
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.gradient-shape-2 {
  width: 150px;
  height: 150px;
  background: var(--color-secondary);
  bottom: 20%;
  right: 20%;
  animation-delay: 2s;
}

.gradient-shape-3 {
  width: 100px;
  height: 100px;
  background: var(--color-background);
  top: 50%;
  right: 10%;
  animation-delay: 4s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(180deg);
  }
}

.section-timeline {
  padding: var(--space-2xl) 0;
  background: var(--color-background);
}

.timeline {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding: var(--space-xl) 0;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  transform: translateX(-50%);
}

.timeline-item {
  display: flex;
  gap: var(--space-xl);
  margin-bottom: var(--space-2xl);
  position: relative;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-marker {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-lg);
  position: relative;
  z-index: 2;
}

.timeline-number {
  font-size: var(--font-size-2xl);
  font-weight: 700;
  color: var(--color-background);
  font-family: 'Poppins', sans-serif;
}

.timeline-content {
  flex: 1;
  background: var(--color-background);
  padding: var(--space-lg);
  border-radius: var(--border-radius-lg);
  border: 2px solid var(--color-surface);
  box-shadow: var(--shadow-md);
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.timeline-content:hover {
  transform: translateX(10px);
  box-shadow: var(--shadow-lg);
  border-color: var(--color-secondary);
}

.timeline-title {
  font-size: var(--font-size-xl);
  margin-bottom: var(--space-sm);
  color: var(--color-primary);
}

.timeline-text {
  font-size: var(--font-size-base);
  line-height: 1.7;
  color: var(--color-text);
  opacity: 0.9;
}

.section-features {
  padding: var(--space-2xl) 0;
  background: linear-gradient(180deg, var(--color-background) 0%, var(--color-surface) 100%);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
}

.feature-box {
  padding: var(--space-xl);
  border-radius: var(--border-radius-lg);
  transition: transform var(--transition-base), box-shadow var(--transition-base);
  position: relative;
  overflow: hidden;
}

.feature-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  transform: scaleX(0);
  transition: transform var(--transition-base);
}

.feature-box:hover::before {
  transform: scaleX(1);
}

.feature-box-1 {
  background: linear-gradient(135deg, #fff5e6 0%, #ffe6cc 100%);
  border: 2px solid #ffcc99;
}

.feature-box-2 {
  background: linear-gradient(135deg, #e6f3ff 0%, #cce6ff 100%);
  border: 2px solid #99ccff;
}

.feature-box-3 {
  background: linear-gradient(135deg, #e6ffe6 0%, #ccffcc 100%);
  border: 2px solid #99ff99;
}

.feature-box-4 {
  background: linear-gradient(135deg, #ffe6f3 0%, #ffcce6 100%);
  border: 2px solid #ff99cc;
}

.feature-box-5 {
  background: linear-gradient(135deg, #f0e6ff 0%, #e0ccff 100%);
  border: 2px solid #cc99ff;
}

.feature-box-6 {
  background: linear-gradient(135deg, #fff0e6 0%, #ffe0cc 100%);
  border: 2px solid #ffcc99;
}

.feature-box:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: var(--shadow-lg);
}

.feature-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-md);
  box-shadow: var(--shadow-md);
}

.feature-icon i {
  font-size: var(--font-size-2xl);
  color: var(--color-background);
}

.feature-title {
  font-size: var(--font-size-xl);
  margin-bottom: var(--space-sm);
  color: var(--color-primary);
}

.feature-text {
  font-size: var(--font-size-sm);
  line-height: 1.7;
  color: var(--color-text);
  opacity: 0.85;
}

@media (max-width: 768px) {
  .gradient-content {
    grid-template-columns: 1fr;
  }

  .gradient-visual {
    height: 250px;
  }

  .gradient-shape-1 {
    width: 120px;
    height: 120px;
  }

  .gradient-shape-2 {
    width: 90px;
    height: 90px;
  }

  .gradient-shape-3 {
    width: 70px;
    height: 70px;
  }

  .timeline::before {
    left: 30px;
  }

  .timeline-marker {
    width: 60px;
    height: 60px;
  }

  .timeline-number {
    font-size: var(--font-size-xl);
  }

  .timeline-item {
    gap: var(--space-md);
  }

  .features-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 380px) {
  .offers-grid{
    display: flex;
    flex-direction: column;
  }
  html {
    font-size: 13px;
  }

  .logo {
    font-size: var(--font-size-base);
  }

  .btn {
    padding: var(--space-xs) var(--space-md);
    font-size: var(--font-size-xs);
  }
}
