.performance-content {
  padding: 0 0 100px;
}

/* Header Section - Like Methodology Page */
.performance-header-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 40px;
  padding-top: 20px;
}

.performance-header-section h1 {
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

.performance-header-section p {
  max-width: 1000px;
  font-size: var(--fluid-16-20);
  font-weight: 400;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 32px;
  margin-bottom: 0;
}

/* Performance Cards - Like Methodology Page */
.performance-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 48px 32px 48px;
  margin-bottom: 40px;
  border: 1px solid var(--color-border);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.performance-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.card-header {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding-bottom: 32px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
}

.card-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.card-title h3 {
  font-family: 'SangBleuMedium', serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
}

.card-title h5 {
  font-weight: 400;
  font-family: var(--font-family);
  font-size: 16px;
  color: #6b6b6b;
  margin: 0;
}

.card-icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f2eeeb 0%, #e8e0dc 100%);
  border-radius: 16px;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.card-icon svg,
.card-icon i {
  width: 32px;
  height: 32px;
  stroke-width: 1.5px;
  color: #1e1e1e;
}

.card-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 1.7;
}

.card-content p {
  color: #3f3b37;
  font-size: 15px;
  text-align: left;
  margin: 0;
}

/* Two Column Grid */
.performance-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 60px;
}

/* Chart Section - Grey Background Like Solutions Page */
.performance-chart-section {
  background: #f3f3f3;
  border-radius: 24px;
  padding: 48px;
  margin-bottom: 60px;
}

.chart-header {
  text-align: center;
  margin-bottom: 40px;
}

.chart-header h2 {
  font-family: "SangBleuRegular", serif;
  font-weight: 400;
  color: #1f2225;
  margin-bottom: 16px;
}

.chart-header p {
  font-size: 18px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Currency Selector */
.currency-selector {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
}

.currency-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  background: linear-gradient(135deg, #f2eeeb 0%, #e8e0dc 100%);
  border: 1px solid rgba(174, 115, 78, 0.2);
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
}

.currency-btn:hover {
  background: linear-gradient(135deg, #e8e0dc 0%, #d8cfc5 100%);
  border-color: rgba(174, 115, 78, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(174, 115, 78, 0.2);
}

.currency-btn.active {
  background: linear-gradient(135deg, #ae734e 0%, #6b3305 100%);
  color: white;
  border-color: #ae734e;
  box-shadow: 0 4px 12px rgba(174, 115, 78, 0.3);
}

.currency-flag {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  object-fit: cover;
}

/* Chart Card */
.chart-card {
  background: white;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  margin-bottom: 24px;
}

.chart-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}

.currency-highlight {
  font-weight: 700;
  color: #ae734e;
  font-size: inherit;
  border-bottom: 2px solid #ae734e;
  padding-bottom: 2px;
}

.performance-chart {
  max-width: 100%;
  height: auto;
}

/* Historical Performance Quote */
.performance-quote {
  margin: 40px 0;
  padding: 30px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-left: 3px solid #ae734e;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.performance-quote blockquote {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.6;
  font-style: italic;
  color: #333;
  font-weight: 300;
}

/* OMSP1 Product Highlight - Like Our Story Page */
.product-highlight {
  background-color: #372214;
  background-image: url("../../img/light_bg_pricing.png");
  background-size: auto;
  background-position: center right;
  background-repeat: no-repeat;
  padding: 40px 32px;
  border-radius: 24px;
  margin: 60px 0 20px;
}

.product-highlight h4 {
  margin: 0 0 16px 0;
  color: #ffffff;
  font-family: "SangBleuMedium", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

.product-highlight p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  margin-bottom: 24px;
}

.product-highlight ul {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
}

.product-highlight li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 12px;
}

.product-highlight li i {
  margin-top: 4px;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #ffffff;
}

.btn-omsp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: white;
  color: #372214;
  padding: 16px 32px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
}

.btn-omsp:hover {
  transform: translateX(4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.btn-omsp i {
  width: 20px;
  height: 20px;
}

/* Responsive Design */
@media screen and (max-width: 1024px) {
  .performance-cards-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .performance-card {
    padding: 36px;
  }
  
  .product-highlight {
    padding: 36px 28px;
  }
  
  .performance-header-section p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (max-width: 768px) {
  .performance-header-section {
    margin-bottom: 40px;
    margin-top: 30px;
    padding-top: 20px;
  }
  
  .performance-header-section h1 {
    font-size: 32px;
  }
  
  .performance-header-section p {
    font-size: 16px;
    line-height: 26px;
    padding: 0 20px;
  }
  
  .performance-cards-grid {
    gap: 20px;
  }
  
  .performance-card {
    padding: 28px;
    margin-bottom: 20px;
  }
  
  .card-header {
    gap: 16px;
    padding-bottom: 24px;
  }
  
  .card-icon {
    width: 56px;
    height: 56px;
  }
  
  .card-icon svg,
  .card-icon i {
    width: 28px;
    height: 28px;
  }
  
  .card-title h3 {
    font-size: 20px;
  }
  
  .performance-chart-section {
    padding: 32px 24px;
    border-radius: 16px;
  }
  
  
  .chart-header p {
    font-size: 16px;
  }
  
  .currency-selector {
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  }
  
  .currency-btn {
    padding: 10px 18px;
    font-size: 14px;
  }
  
  .currency-flag {
    width: 20px;
    height: 20px;
  }
  
  .chart-card {
    padding: 24px;
  }
  
  .performance-quote {
    padding: 24px;
    margin: 30px 0;
  }
  
  .performance-quote blockquote {
    font-size: 1rem;
  }
  
  .product-highlight {
    padding: 32px 24px;
    margin: 40px 0 20px;
  }
  
  .product-highlight h4 {
    font-size: 24px;
  }
  
  .product-highlight li {
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  .performance-content {
    padding: 40px 0 60px;
  }
  
  .performance-header-section {
    margin-bottom: 30px;
    margin-top: 20px;
    padding-top: 15px;
  }
  
  .performance-header-section h1 {
    font-size: 28px;
  }
  
  .performance-header-section p {
    font-size: 15px;
    line-height: 24px;
    padding: 0 16px;
  }
  
  .performance-cards-grid {
    gap: 16px;
  }
  
  .performance-card {
    padding: 20px;
    border-radius: 16px;
  }
  
  .card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  
  .card-icon {
    width: 48px;
    height: 48px;
  }
  
  .card-icon svg,
  .card-icon i {
    width: 24px;
    height: 24px;
  }
  
  .card-title h3 {
    font-size: 18px;
  }
  
  .card-content p {
    font-size: 14px;
  }
  
  .performance-chart-section {
    padding: 24px 16px;
    margin-bottom: 40px;
  }
  
  .chart-header h2 {
    margin-bottom: 12px;
  }
  
  .chart-header p {
    font-size: 14px;
    line-height: 22px;
  }
  
  .currency-selector {
    gap: 8px;
  }
  
  .currency-btn {
    padding: 8px 14px;
    font-size: 13px;
    gap: 8px;
  }
  
  .currency-flag {
    width: 18px;
    height: 18px;
  }
  
  .chart-card {
    padding: 16px;
    border-radius: 12px;
  }
  
  .chart-container {
    min-height: 250px;
  }
  
  .performance-quote {
    padding: 20px;
    margin: 24px 0;
  }
  
  .performance-quote blockquote {
    font-size: 0.95rem;
    line-height: 1.5;
  }
  
  .product-highlight {
    padding: 24px 20px;
    border-radius: 16px;
    background-position: bottom right;
    background-size: 120px;
  }
  
  .product-highlight h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  
  .product-highlight p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  
  .product-highlight li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .product-highlight li i {
    width: 20px;
    height: 20px;
  }
  
  .btn-omsp {
    padding: 14px 24px;
    font-size: 14px;
  }
  
  .btn-omsp i {
    width: 18px;
    height: 18px;
  }
}

@media screen and (max-width: 320px) {
  .performance-header-section h1 {
    font-size: 24px;
  }
  
  .performance-header-section p {
    font-size: 14px;
    padding: 0 12px;
  }
  
  .currency-btn {
    padding: 6px 10px;
    font-size: 12px;
  }
  
  .currency-flag {
    width: 16px;
    height: 16px;
  }
}