/* Tesvik Destekler Page Styles */

/* Hero button underline fix */
.hero-buttons a {
  text-decoration: none;
}

/* Section Styles */
.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
  color: #0F172A;
  margin-bottom: 1rem;
}

.section-description {
  font-size: 1.125rem;
  color: #64748b;
  max-width: 32rem;
  margin: 0 auto;
}

/* Support Types Section */
.support-types {
  background: #f8fafc;
  padding: 4rem 0;
}

.types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.support-type-card {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  border: 1px solid #e2e8f0;
  transition: all 0.3s;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.support-type-card:hover {
  border-color: #2563EB;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.type-icon {
  width: 3rem;
  height: 3rem;
  background: linear-gradient(135deg, #2563EB, #1E40AF);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.type-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  stroke: #fff;
}

.type-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #0F172A;
  margin-bottom: 1rem;
}

.type-description {
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.type-amount {
  color: #2563EB;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.type-btn {
  width: 100%;
  background: transparent;
  color: #2563EB;
  border: 1px solid #2563EB;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s;
}

.type-btn:hover {
  background: #2563EB;
  color: white;
}

/* Incentives Section */
.incentives {
  padding: 4rem 0;
}

.incentives-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.incentive-card {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  border: 1px solid #e2e8f0;
  transition: all 0.3s;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.incentive-card:hover {
  border-color: #2563EB;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.incentive-status {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #2563EB;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
}

.incentive-status.coming-soon {
  background: #60A5FA;
}

.incentive-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #0F172A;
  margin-bottom: 1rem;
  padding-right: 4rem;
}

.incentive-description {
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.incentive-deadline {
  color: #60A5FA;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.incentive-btn {
  width: 100%;
  background: transparent;
  color: #2563EB;
  border: 1px solid #2563EB;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s;
}

.incentive-btn:hover {
  background: #2563EB;
  color: white;
}

/* Process Section */
.process {
  background: #f8fafc;
  padding: 4rem 0;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.step {
  text-align: center;
}

.step-number {
  width: 4rem;
  height: 4rem;
  background: #2563EB;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto 1.5rem;
}

.step-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #0F172A;
  margin-bottom: 1rem;
}

.step-description {
  color: #64748b;
  line-height: 1.6;
}

/* Success Stories Section */
.success-stories {
  padding: 4rem 0;
}

.stories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.story-card {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  border: 1px solid #e2e8f0;
  transition: all 0.3s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.story-card:hover {
  border-color: #2563EB;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.story-company {
  font-size: 1.25rem;
  font-weight: bold;
  color: #0F172A;
  margin-bottom: 0.5rem;
}

.story-sector {
  color: #2563EB;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.story-support {
  color: #60A5FA;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.story-amount {
  color: #2563EB;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.story-result {
  color: #64748b;
  line-height: 1.6;
}

/* FAQ Section */
.faq {
  background: #f8fafc;
  padding: 4rem 0;
}

.faq-list {
  max-width: 48rem;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 1rem;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding-bottom: 1.5rem;
}

.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  color: #0F172A;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 1.5rem 0;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question:hover {
  color: #2563EB;
}

.faq-icon {
  width: 1.25rem;
  height: 1.25rem;
  transition: transform 0.3s;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  color: #64748b;
  line-height: 1.6;
}

/* CTA Section */
.cta {
  padding: 4rem 0;
}

.cta-card {
  background: linear-gradient(135deg, #2563EB, #1E40AF);
  border-radius: 1.5rem;
  padding: 3rem;
  text-align: center;
}

.cta-title {
  font-size: 2rem;
  font-weight: bold;
  color: white;
  margin-bottom: 1rem;
}

.cta-description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.125rem;
  margin-bottom: 2rem;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

@media (min-width: 640px) {
  .cta-buttons {
    flex-direction: row;
    justify-content: center;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .types-grid,
  .incentives-grid,
  .stories-grid,
  .process-steps {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
