/* Hondro Sol - Static CSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #2d3748;
  background-color: #ffffff;
}

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

/* Header */
.header {
  border-bottom: 1px solid #e2e8f0;
  background-color: #ffffff;
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 0.75rem 0;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-size: 1.25rem;
  font-weight: bold;
  color: #2d3748;
}

.nav-items {
  display: none;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.875rem;
  color: #718096;
}

.date-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #718096;
}

/* Main Content */
.main-content {
  max-width: 64rem;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* Article */
.article-header {
  margin-bottom: 3rem;
}

.category-tag {
  font-size: 0.875rem;
  color: #ff8c00;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  display: block;
}

.main-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #2d3748;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.subtitle {
  font-size: 1.125rem;
  color: #718096;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: #718096;
  border-top: 1px solid #e2e8f0;
  padding-top: 1rem;
}

/* Cards */
.card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.card-gradient {
  background: linear-gradient(135deg, #ff8c00, #ff6b35);
  color: white;
}

.card-light {
  background-color: #f7fafc;
}

/* Doctor Interview */
.interview-section {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.doctor-image {
  width: 8rem;
  height: 10rem;
  object-fit: cover;
  border-radius: 0.5rem;
  flex-shrink: 0;
}

.interview-content h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #2d3748;
  margin-bottom: 0.5rem;
}

.interview-content p {
  color: #718096;
  margin-bottom: 1rem;
}

.ingredients-box {
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 140, 0, 0.2);
  margin-top: 1rem;
}

.ingredients-box h4 {
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.5rem;
}

.ingredients-box ul {
  list-style: none;
  font-size: 0.875rem;
}

.ingredients-box li {
  color: #4a5568;
  margin-bottom: 0.25rem;
}

/* Patient Story */
.patient-section {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.patient-image {
  width: 8rem;
  height: 10rem;
  object-fit: cover;
  border-radius: 0.5rem;
  flex-shrink: 0;
}

.stars {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 1rem;
}

.star {
  width: 1.25rem;
  height: 1.25rem;
  color: #f6d55c;
  fill: currentColor;
}

/* Product Benefits */
.benefits-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.check-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #48bb78;
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.benefit-title {
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.25rem;
}

.benefit-description {
  font-size: 0.875rem;
  color: #718096;
}

.product-image {
  width: 100%;
  height: 26rem;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

/* Clinical Results */
.clinical-results {
  text-align: center;
}

.award-icon {
  width: 3rem;
  height: 3rem;
  color: #ff8c00;
  margin: 0 auto 1rem;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}

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

.result-number {
  font-size: 2rem;
  font-weight: bold;
  color: #ff8c00;
}

.result-label {
  font-size: 0.875rem;
  color: #718096;
}

/* CTA Section */
.cta-section {
  text-align: center;
  background: linear-gradient(135deg, rgba(255, 140, 0, 0.1), rgba(255, 107, 53, 0.1));
  border: 2px solid rgba(255, 140, 0, 0.3);
  border-radius: 0.75rem;
  padding: 2rem;
  margin: 2rem 0;
}

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

.price-old {
  font-size: 0.875rem;
  color: #718096;
  text-decoration: line-through;
}

.price-new {
  font-size: 3rem;
  font-weight: bold;
  color: #ff8c00;
  margin: 0.5rem 0;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-weight: 600;
  transition: all 0.2s;
  cursor: pointer;
  text-decoration: none;
  border: none;
  font-family: inherit;
}

.btn-primary {
  background: linear-gradient(135deg, #ff8c00, #ff6b35);
  color: white;
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 140, 0, 0.25);
}

.btn-secondary {
  border: 2px solid #ff8c00;
  color: #ff8c00;
  background-color: white;
  padding: 0.75rem 1.5rem;
}

.btn-secondary:hover {
  background-color: #ff8c00;
  color: white;
}

/* Form */
.order-form {
  max-width: 28rem;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-label {
  display: block;
  font-weight: 500;
  color: #2d3748;
  margin-bottom: 0.5rem;
}

.form-input {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.375rem;
  font-size: 1rem;
  transition: border-color 0.2s;
}

.form-input:focus {
  outline: none;
  border-color: #ff8c00;
  box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.1);
}

.form-disclaimer {
  font-size: 0.75rem;
  color: #718096;
  text-align: center;
  margin-top: 1rem;
}

/* Footer */
.footer {
  background-color: #f7fafc;
  border-top: 1px solid #e2e8f0;
  padding: 2rem 0;
  margin-top: 4rem;
  text-align: center;
  font-size: 0.875rem;
  color: #718096;
}

/* Responsive */
@media (min-width: 768px) {
  .main-title {
    font-size: 3rem;
  }
  
  .nav-items {
    display: flex;
  }
  
  .interview-section,
  .patient-section {
    flex-direction: row;
  }
  
  .benefits-grid {
    grid-template-columns: 1fr 1fr;
  }
  
  .cta-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .interview-section,
  .patient-section {
    flex-direction: column;
    text-align: center;
  }
  
  .doctor-image,
  .patient-image {
    margin: 0 auto;
  }
}

/* Thank You Page Specific Styles */
.success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  background-color: #f0fff4;
  border-radius: 50%;
  margin-bottom: 1.5rem;
}

.success-check {
  width: 2.5rem;
  height: 2.5rem;
  color: #48bb78;
}

.thank-you-title {
  font-size: 3rem;
  font-weight: bold;
  color: #2d3748;
  margin-bottom: 1rem;
}

.thank-you-subtitle {
  font-size: 1.25rem;
  color: #718096;
  margin-bottom: 2rem;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.details-section {
  background: linear-gradient(135deg, #fffbeb, #fed7aa);
  border-radius: 0.75rem;
  padding: 2rem;
  margin-bottom: 3rem;
  text-align: center;
}

.detail-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.detail-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #ff8c00;
}

.visual-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 3rem;
}

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

.product-box-image {
  width: 16rem;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

.doctor-portrait {
  width: 12rem;
  height: 12rem;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

.doctor-quote {
  margin-top: 1rem;
  color: #718096;
  font-style: italic;
}

.benefits-section {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 2rem;
  margin-bottom: 3rem;
}

.benefits-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2d3748;
  text-align: center;
  margin-bottom: 1.5rem;
}

.benefits-grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}

.benefit-card {
  text-align: center;
}

.benefit-check {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.benefit-text {
  font-weight: 600;
  color: #2d3748;
}

.timeline-section {
  background: linear-gradient(135deg, #eff6ff, #e0e7ff);
  border-radius: 0.75rem;
  padding: 2rem;
  margin-bottom: 3rem;
  text-align: center;
}

.timeline-icon {
  width: 2rem;
  height: 2rem;
  color: #3b82f6;
  margin: 0 auto 1rem;
}

.timeline-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #2d3748;
  margin-bottom: 1rem;
}

.timeline-list {
  max-width: 28rem;
  margin: 0 auto;
  text-align: left;
}

.timeline-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.timeline-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  flex-shrink: 0;
}

.timeline-dot-active {
  background-color: #ff8c00;
}

.timeline-dot-inactive {
  background-color: #718096;
}

@media (min-width: 768px) {
  .visual-section {
    grid-template-columns: 1fr 1fr;
  }
  
  .thank-you-title {
    font-size: 4rem;
  }
}