/* OSS Site Styles - Complete Override */

body.oss {
  background: #fff;
}

body.oss .header {
  background: #372649 !important;
  position: relative;
}

body.oss .header nav ul li a,
body.oss .header nav ul li a:visited {
  color: #fff !important;
}

body.oss .header nav ul li.divider {
  background: rgba(255,255,255,0.3);
}

/* Sections */
body.oss .section {
  padding: 80px 0;
  background: #fff;
}

body.oss .section .content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

body.oss .section h2 {
  font: 500 36px 'Bookman', serif;
  color: #372649;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

body.oss .section .subtitle {
  font: 300 20px 'Lato', sans-serif;
  color: #67527a;
  margin-bottom: 30px;
}

body.oss .section p {
  font: 400 18px/1.6 'Lato', sans-serif;
  color: #67527a;
  margin-bottom: 20px;
}

/* Hero Section */
body.oss .section_hero {
  background: #fff;
  padding: 80px 0;
}

body.oss .section_hero .content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

body.oss .section_hero h1,
body.oss .section_hero h2 {
  font: 500 48px 'Bookman', serif;
  color: #67527a;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

body.oss .section_hero .subtitle {
  font: 300 24px 'Lato', sans-serif;
  color: #67527a;
  margin-bottom: 30px;
}

body.oss .section_hero p {
  font: 400 18px/1.6 'Lato', sans-serif;
  color: #67527a;
  margin-bottom: 20px;
}

body.oss .section_hero .btn-primary {
  background: #67527a;
  color: #fff;
  border: none;
}

body.oss .section_hero .btn-primary:hover {
  background: #8a7aa0;
  color: #fff;
}

body.oss .section_hero .btn-secondary {
  background: transparent;
  color: #67527a;
  border: 2px solid #67527a;
}

body.oss .section_hero .btn-secondary:hover {
  background: #67527a;
  color: #fff;
}

/* Alternate section backgrounds */
body.oss .section_problem {
  background: #fff;
}

body.oss .section_solution {
  background: #f9f9f9;
}

body.oss .section_what {
  background: #fff;
}

body.oss .section_benefits {
  background: #f9f9f9;
}

body.oss .section_why {
  background: #fff;
}

body.oss .section_usecases,
body.oss .section_capabilities,
body.oss .section_support {
  background: #f9f9f9;
}

body.oss .section_get {
  background: #fff;
}

body.oss .section_focus {
  background: #fff;
}

body.oss .section_how {
  background: #f9f9f9;
}

body.oss .section_hero h1,
body.oss .section_hero h2,
body.oss .section_hero .subtitle,
body.oss .section_hero p {
  color: #67527a;
}

body.oss .section_hero .subtitle {
  color: #67527a;
}

body.oss .section_hero p {
  color: #67527a;
}

body.oss .section_hero_dark {
  background: #372649;
}

body.oss .section_hero_dark h1,
body.oss .section_hero_dark .subtitle,
body.oss .section_hero_dark p {
  color: #fff;
}

body.oss .section_prioritized {
  background: #fff;
}

body.oss .section_works {
  background: #fff;
}

body.oss .section_solution .subtitle {
  font: 300 20px 'Lato', sans-serif;
  color: #67527a;
  margin-bottom: 30px;
}

body.oss .two_col_text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
  text-align: left;
}

body.oss .two_col_text p {
  font: 400 18px/1.6 'Lato', sans-serif;
  color: #67527a;
}

body.oss .value_props {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

body.oss .value_prop {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px 20px;
  background: #fff;
  border-radius: 8px;
}

body.oss .value_prop i {
  font-size: 32px;
  color: #67527a;
  margin-bottom: 15px;
}

body.oss .value_prop h3 {
  font: 500 18px 'Bookman', serif;
  color: #372649;
  margin-bottom: 8px;
}

body.oss .value_prop p {
  font: 400 14px 'Lato', sans-serif;
  color: #67527a;
  margin: 0;
}

body.oss .benefits_grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 40px;
}

body.oss .benefit_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 25px 15px;
  background: #f9f9f9;
  border-radius: 8px;
}

body.oss .benefit_block i {
  font-size: 28px;
  color: #67527a;
  margin-bottom: 12px;
}

body.oss .benefit_block h3 {
  font: 500 16px 'Bookman', serif;
  color: #372649;
  margin-bottom: 8px;
}

body.oss .benefit_block p {
  font: 400 13px 'Lato', sans-serif;
  color: #67527a;
  margin: 0;
}

body.oss .section_reliable {
  background: #fff;
}

body.oss .section_projects {
  background: #f9f9f9;
}

body.oss .section_maintenance {
  background: #fff;
}

body.oss .section_meaning {
  background: #f9f9f9;
}

body.oss .section_themes {
  background: #fff;
}

body.oss .themes_table {
  margin-top: 40px;
  width: 100%;
}

body.oss .themes_row {
  display: grid;
  grid-template-columns: 1.2fr 1.3fr 2.5fr;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  align-items: center;
}

body.oss .themes_row.project_transition {
  border-bottom: 3px solid #eee;
}

body.oss .themes_row.header {
  font-weight: 700;
  background: #372649;
  padding: 15px 20px;
  border-radius: 4px 4px 0 0;
}

body.oss .themes_row.header .col {
  font: 700 14px 'Lato', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}

body.oss .themes_row .col {
  font: 400 14px 'Lato', sans-serif;
  color: #67527a;
  text-align: left;
}

body.oss .priority_list {
  text-align: left;
  max-width: 600px;
  margin: 30px auto;
  padding: 0;
  list-style: none;
}

body.oss .priority_list li {
  font: 400 18px/1.8 'Lato', sans-serif;
  color: #67527a;
  padding: 10px 0;
  padding-left: 30px;
  position: relative;
}

body.oss .priority_list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #67527a;
}

body.oss .use_cases_list,
body.oss .capabilities_list {
  text-align: left;
  max-width: 600px;
  margin: 30px auto;
  padding: 0;
  list-style: none;
}

body.oss .use_cases_list li,
body.oss .capabilities_list li {
  font: 400 18px/1.8 'Lato', sans-serif;
  color: #67527a;
  padding: 10px 0;
  padding-left: 30px;
  position: relative;
}

body.oss .use_cases_list li:before,
body.oss .capabilities_list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #67527a;
}

body.oss .section_benefits {
  background: #fff;
}

body.oss .section_why {
  background: #f9f9f9;
}

body.oss .section_cta {
  background: #372649;
  color: #fff;
}

body.oss .section_cta h2 {
  color: #fff;
}

body.oss .section_cta .subtitle {
  color: #ccc;
}

body.oss .section_cta p {
  color: #ccc;
}

body.oss .section_ecosystem {
  background: #fff;
}

/* Projects Grid */
body.oss .projects_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
  text-align: left;
}

body.oss .project_card {
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #eee;
  text-align: center;
}

body.oss .project_card i {
  font-size: 36px;
  color: #67527a;
  margin-bottom: 15px;
  display: block;
}

body.oss .project_card h3 {
  font: 500 24px 'Bookman', serif;
  color: #372649;
  margin-bottom: 5px;
}

body.oss .project_card .project_subtitle {
  font: 300 16px 'Lato', sans-serif;
  color: #67527a;
  margin-bottom: 20px;
}

body.oss .project_card p {
  font: 400 15px/1.6 'Lato', sans-serif;
  color: #67527a;
  margin-bottom: 20px;
  text-align: left;
}

/* Buttons */
body.oss .buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

body.oss .btn {
  display: inline-block;
  padding: 14px 30px;
  font: 400 16px 'Lato', sans-serif;
  border-radius: 4px;
  transition: all 0.2s;
  cursor: pointer;
  text-decoration: none;
}

body.oss .btn-primary {
  background: #67527a;
  color: #fff;
  border: none;
}

body.oss .btn-primary:hover {
  background: #372649;
  color: #fff;
}

body.oss .btn-secondary {
  background: transparent;
  color: #67527a;
  border: 2px solid #67527a;
}

body.oss .btn-secondary:hover {
  background: #67527a;
  color: #fff;
}

/* Pricing Table */
body.oss .pricing_table {
  margin-top: 40px;
  width: 100%;
}

body.oss .pricing_row {
  display: grid;
  grid-template-columns: 1.2fr 1.5fr 2fr 1fr;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  align-items: center;
}

body.oss .pricing_row.header {
  font-weight: 700;
  background: #372649;
  padding: 15px 20px;
  border-radius: 4px 4px 0 0;
}

body.oss .pricing_row.header .col {
  font: 700 14px 'Lato', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}

body.oss .pricing_row .col {
  font: 400 15px 'Lato', sans-serif;
  color: #67527a;
  text-align: left;
}

body.oss .pricing_row .col:first-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

body.oss .pricing_row .col:first-child strong {
  font: 500 16px 'Bookman', serif;
  color: #372649;
}

body.oss .pricing_row .col:first-child .subtitle {
  font: 300 13px 'Lato', sans-serif;
  color: #999;
}

body.oss .pricing_row .col .price {
  font: 500 20px 'Lato', sans-serif;
  color: #372649;
}

body.oss .pricing_row .col .year {
  font: 300 13px 'Lato', sans-serif;
  color: #999;
}

/* Benefit List */
body.oss .benefit_list {
  text-align: left;
  max-width: 600px;
  margin: 30px auto;
  padding-left: 0;
  list-style: none;
}

body.oss .benefit_list li {
  font: 400 18px/1.8 'Lato', sans-serif;
  color: #67527a;
  padding: 10px 0;
}

body.oss .benefit_list li strong {
  color: #372649;
}

/* Links */
body.oss .section_ecosystem .links {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

body.oss .section_ecosystem .link {
  font: 400 18px 'Lato', sans-serif;
  color: #67527a;
  padding: 10px 20px;
  border: 2px solid #67527a;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s;
}

body.oss .section_ecosystem .link:hover {
  background: #67527a;
  color: #fff;
}

body.oss .ecosystem_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}

body.oss .ecosystem_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
  background: #f9f9f9;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s;
}

body.oss .ecosystem_card:hover {
  background: #67527a;
  color: #fff;
}

body.oss .ecosystem_card i {
  font-size: 32px;
  color: #67527a;
  margin-bottom: 15px;
}

body.oss .ecosystem_card:hover i {
  color: #fff;
}

body.oss .ecosystem_card h3 {
  font: 500 18px 'Bookman', serif;
  color: #372649;
  margin-bottom: 10px;
}

body.oss .ecosystem_card:hover h3 {
  color: #fff;
}

body.oss .ecosystem_card p {
  font: 400 14px 'Lato', sans-serif;
  color: #67527a;
  text-align: center;
}

body.oss .ecosystem_card:hover p {
  color: #eee;
}

/* Project Features */
body.oss .project_features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: left;
}

body.oss .project_features li {
  font: 400 14px 'Lato', sans-serif;
  color: #67527a;
  padding: 6px 0;
  padding-left: 20px;
  position: relative;
}

body.oss .project_features li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #67527a;
}

body.oss .project_links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
}

body.oss .project_links .link {
  font: 400 15px 'Lato', sans-serif;
  color: #67527a;
  text-decoration: none;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
  transition: all 0.2s;
}

body.oss .project_links .link:hover {
  color: #372649;
  border-bottom-color: #372649;
}

/* Footer */
body.oss .footer {
  background: #372649;
  color: #ccc;
}

body.oss .footer h6 {
  color: #fff;
}

body.oss .footer p,
body.oss .footer dl,
body.oss .footer dt,
body.oss .footer dd {
  color: #ccc;
}

body.oss .footer a {
  color: #fff;
}

body.oss .copyright {
  background: #1a1224;
  color: #999;
}

/* Responsive */
@media (max-width: 768px) {
  body.oss .section {
    padding: 60px 0;
  }
  
  body.oss .section_hero {
    padding: 80px 0;
  }
  
  body.oss .section_hero h1 {
    font: 500 32px 'Bookman', serif;
  }
  
  body.oss .section_hero .subtitle {
    font: 300 20px 'Lato', sans-serif;
  }
  
  body.oss .section h2 {
    font: 500 28px 'Bookman', serif;
  }
  
  body.oss .projects_grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  body.oss .pricing_table {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  body.oss .pricing_row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    border: none;
  }
  
  body.oss .pricing_row.header {
    display: none;
  }
  
  body.oss .pricing_row .col {
    display: block;
  }
  
  body.oss .pricing_row .col:first-child {
    flex-direction: row;
    gap: 10px;
    align-items: baseline;
  }
  
  body.oss .buttons {
    flex-direction: column;
    align-items: center;
  }
  
  body.oss .section_ecosystem .links {
    flex-direction: column;
  }
}

/* Social Proof Section */
body.oss .section_proof {
  background: #f9f9f9;
}

body.oss .proof_list {
  text-align: left;
  max-width: 600px;
  margin: 30px auto;
  padding: 0;
  list-style: none;
}

body.oss .proof_list li {
  font: 400 18px/1.8 'Lato', sans-serif;
  color: #67527a;
  padding: 10px 0;
  padding-left: 30px;
  position: relative;
}

body.oss .proof_list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #67527a;
  font-weight: bold;
}

body.oss .proof_note {
  font: 400 16px 'Lato', sans-serif;
  color: #372649;
  font-style: italic;
  margin-top: 20px;
}

/* How It Works Blocks */
body.oss .section_how {
  background: #f9f9f9;
}

body.oss .how_blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

body.oss .how_block {
  padding: 30px;
  background: #f9f9f9;
  border-radius: 8px;
  text-align: center;
}

body.oss .how_block i {
  font-size: 32px;
  color: #67527a;
  margin-bottom: 15px;
  display: block;
}

body.oss .how_block h3 {
  font: 500 20px 'Bookman', serif;
  color: #372649;
  margin-bottom: 15px;
}

body.oss .how_block p {
  font: 400 15px/1.5 'Lato', sans-serif;
  color: #67527a;
}

/* ROI Section */
body.oss .section_roi {
  background: #f9f9f9;
}

body.oss .roi_intro {
  font: 400 18px/1.6 'Lato', sans-serif;
  color: #67527a;
  margin-bottom: 30px;
  text-align: left;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

body.oss .roi_list {
  text-align: left;
  max-width: 600px;
  margin: 30px auto;
  padding: 0;
  list-style: none;
}

body.oss .roi_list li {
  font: 400 18px/1.8 'Lato', sans-serif;
  color: #67527a;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

body.oss .roi_list li i {
  color: #67527a;
  margin-right: 10px;
}

body.oss .roi_note {
  font: 400 16px 'Lato', sans-serif;
  color: #372649;
  font-style: italic;
  margin-top: 20px;
}

/* FAQ Section */
body.oss .section_faq {
  background: #fff;
}

body.oss .faq_list {
  text-align: left;
  max-width: 700px;
  margin: 30px auto;
}

body.oss .faq_list dt {
  font: 500 18px 'Bookman', serif;
  color: #372649;
  padding: 15px 0 5px;
}

body.oss .faq_list dd {
  font: 400 15px/1.5 'Lato', sans-serif;
  color: #67527a;
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

body.oss .faq_list dd:last-child {
  border-bottom: none;
}

/* Responsive */
@media (max-width: 768px) {
  body.oss .how_blocks {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  body.oss .ecosystem_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  
  body.oss .benefits_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

@media (max-width: 480px) {
  body.oss .ecosystem_grid {
    grid-template-columns: 1fr;
  }
  
  body.oss .benefits_grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  body.oss .two_col_text {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  body.oss .value_props {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  body.oss .themes_table {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  
  body.oss .themes_row {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
    border: none;
  }
  
  body.oss .themes_row.header {
    display: none;
  }
}
}
