/* ===== WHEAT PAGE STYLES ===== */

/* Import base styles from other pages */
.gt-wheat-page {
  font-family: 'Inter', sans-serif;
}

/* Hero Section */
.gt-wheat-hero {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
  background: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.95)), 
              url('/images/banner.jpg') center/cover;
}

.gt-hero-bg {
  position: absolute;
  inset: 0;
}

.gt-blob-1 {
  position: absolute;
  top: -6rem;
  left: -6rem;
  width: 18rem;
  height: 18rem;
  background-color: rgba(187, 247, 208, 0.3);
  border-radius: 50%;
  filter: blur(3rem);
}

.gt-blob-2 {
  position: absolute;
  bottom: -6rem;
  right: -6rem;
  width: 20rem;
  height: 20rem;
  background-color: rgba(134, 239, 172, 0.3);
  border-radius: 50%;
  filter: blur(3rem);
}

.gt-hero-content {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

/* Breadcrumbs */
.gt-breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  color: #666;
  font-size: 0.95rem;
}

.gt-breadcrumbs a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.gt-breadcrumbs a:hover {
  color: #16a34a;
}

.gt-breadcrumbs .separator {
  color: #999;
}

.gt-breadcrumbs .current {
  color: #16a34a;
  font-weight: 600;
}

.gt-hero-title {
  font-size: 3rem;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.gt-gradient-text {
  background: linear-gradient(90deg, #16a34a, #10b981);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gt-hero-description {
  font-size: 1.125rem;
  color: #4b5563;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  line-height: 1.6;
}

/* Hero Buttons */
.gt-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.gt-btn-primary {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #16a34a, #10b981);
  color: white;
  font-weight: 600;
  padding: 0.875rem 2rem;
  border-radius: 0.75rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(22, 163, 74, 0.2);
}

.gt-btn-primary:hover {
  background: linear-gradient(135deg, #15803d, #0d966b);
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(22, 163, 74, 0.3);
}

.gt-btn-secondary {
  display: inline-flex;
  align-items: center;
  border: 2px solid #16a34a;
  color: #16a34a;
  font-weight: 600;
  padding: 0.875rem 2rem;
  border-radius: 0.75rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.gt-btn-secondary:hover {
  background-color: #f0fdf4;
  transform: translateY(-3px);
}

/* Container & Layout */
.gt-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.gt-main-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

.gt-main-content {
  width: 100%;
}

.gt-sidebar {
  width: 100%;
}

/* Section Styles */
.gt-section-white {
  background-color: white;
  padding: 3rem 0;
}

.gt-content-section {
  margin-bottom: 3rem;
}

.gt-section-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.gt-section-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #1f2937;
}

.gt-icon-large {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.gt-bg-green {
  background: linear-gradient(135deg, #16a34a, #10b981);
}

/* Content Spacing */
.gt-content-space {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.gt-text-lg {
  font-size: 1.125rem;
  color: #4b5563;
  line-height: 1.75;
}

/* Subsection Titles */
.gt-subsection-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
}

.gt-region-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin: 1.5rem 0 1rem;
  text-align: center;
}

/* Note Cards */
.gt-note-card {
  background: rgba(220, 252, 231, 0.3);
  border-radius: 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(22, 163, 74, 0.2);
  margin: 1rem 0;
}

.gt-note-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #166534;
  margin-bottom: 0.75rem;
}

/* Method Cards */
.gt-method-card {
  margin: 1.5rem 0;
}

.gt-method-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

/* Lists */
.gt-bullet-list {
  list-style-type: disc;
  margin-left: 1.5rem;
  color: #4b5563;
}

.gt-bullet-list li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.gt-numbered-list {
  list-style-type: decimal;
  margin-left: 1.5rem;
  color: #4b5563;
}

.gt-numbered-list li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

/* Tables */
.gt-table-container {
  overflow-x: auto;
  margin: 1.5rem 0;
}

.gt-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.gt-table thead {
  background: linear-gradient(135deg, #16a34a, #10b981);
}

.gt-table th {
  padding: 1rem;
  text-align: left;
  color: white;
  font-weight: 600;
  font-size: 0.875rem;
}

.gt-table tbody tr {
  border-bottom: 1px solid #e5e7eb;
}

.gt-table tbody tr:nth-child(even) {
  background-color: #f9fafb;
}

.gt-table tbody tr:hover {
  background-color: #f0fdf4;
}

.gt-table td {
  padding: 1rem;
  color: #4b5563;
  font-size: 0.875rem;
}

/* Warning Notes */
.gt-warning-note {
  background: rgba(254, 226, 226, 0.3);
  border-radius: 0.75rem;
  padding: 1rem;
  border: 1px solid rgba(239, 68, 68, 0.2);
  margin: 1rem 0;
}

.gt-warning-note p {
  color: #dc2626;
  font-weight: 500;
  margin: 0;
}

/* Images */
.gt-images-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin: 1.5rem 0;
}

.gt-image-card {
  background: white;
  border-radius: 1rem;
  padding: 1rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.gt-image-card img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

.gt-full-width {
  grid-column: 1 / -1;
}

/* Disease/Pest Cards */
.gt-disease-card, .gt-pest-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  background: white;
  border-radius: 1rem;
  padding: 1.5rem;
  border: 1px solid #e5e7eb;
  margin-bottom: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.gt-disease-title, .gt-pest-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
}

.gt-symptoms-title, .gt-control-title {
  font-size: 1rem;
  font-weight: 600;
  color: #374151;
  margin: 1rem 0 0.5rem;
}

.gt-disease-image, .gt-pest-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gt-disease-image img, .gt-pest-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

/* Download Icon */
.gt-download-icon {
  text-align: center;
  margin: 1rem 0 2rem;
}

.gt-download-icon a {
  display: inline-block;
  transition: transform 0.3s ease;
}

.gt-download-icon a:hover {
  transform: translateY(-5px);
}

/* Sidebar */
.gt-sidebar-card {
  background: white;
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 168, 116, 0.1);
  position: sticky;
  top: 2rem;
}

.gt-sidebar-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #dcfce7;
}

.gt-crop-link {
  margin-bottom: 0.75rem;
}

.gt-crop-link:last-child {
  margin-bottom: 0;
}

.gt-crop-link a {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem;
  text-decoration: none;
  color: #4b5563;
  border-radius: 0.75rem;
  transition: all 0.3s ease;
}

.gt-crop-link a:hover {
  background-color: #f0fdf4;
  color: #166534;
}

.gt-crop-link img {
  width: 60px;
  height: 60px;
  border-radius: 0.5rem;
  object-fit: cover;
}

.gt-crop-link span {
  font-weight: 600;
  font-size: 1rem;
}

/* Responsive Design */
@media (min-width: 768px) {
  .gt-wheat-hero {
    padding: 7rem 0;
  }
  
  .gt-hero-title {
    font-size: 3.5rem;
  }
  
  .gt-main-grid {
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
  }
  
  .gt-images-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .gt-disease-card, .gt-pest-card {
    grid-template-columns: 2fr 1fr;
  }
}

@media (min-width: 1024px) {
  .gt-hero-title {
    font-size: 4rem;
  }
  
  .gt-main-grid {
    gap: 5rem;
  }
}

/* Print Styles */
@media print {
  .gt-wheat-hero {
    background: white !important;
    color: black !important;
  }
  
  .gt-gradient-text {
    color: #16a34a !important;
    background: none !important;
    -webkit-text-fill-color: #16a34a !important;
  }
  
  .gt-btn-primary,
  .gt-btn-secondary {
    display: none !important;
  }
  
  .gt-sidebar-card {
    display: none !important;
  }
}