.g2-managed-product {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f5f5f5;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.g2-managed-product .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
}

.g2-managed-product .section {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.g2-managed-product h1 {
  color: #333;
}

.g2-managed-product h2 {
  color: #0066cc;
  border-bottom: 3px solid #0066cc;
  padding-bottom: 10px;
  margin-top: 0;
}

.g2-managed-product h3 {
  color: #333;
  margin-top: 25px;
}

.g2-managed-product .features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 30px 0;
}

.g2-managed-product .g2-doc-types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.g2-managed-product .feature-card {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 5px;
  border-left: 4px solid #0066cc;
}

.g2-managed-product .feature-card h4 {
  margin-top: 0;
  color: #0066cc;
}

.g2-managed-product .benefits {
  list-style: none;
  padding: 0;
}

.g2-managed-product .benefits li {
  padding: 10px 0 10px 30px;
  position: relative;
}

.g2-managed-product .benefits li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0066cc;
  font-weight: bold;
  font-size: 1.2em;
}

.g2-managed-product ol {
  line-height: 2;
}

.g2-managed-product .cta {
  background: #0066cc;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  margin: 30px 0;
}

.g2-managed-product .cta h2 {
  border: 0;
  color: inherit;
  margin: 0 0 15px 0;
}

.g2-managed-product .cta p {
  margin: 0;
}

.g2-managed-product .cta p + p {
  margin-top: 15px;
}

.g2-managed-product .cta a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
}

.g2-managed-product .cta a:hover {
  text-decoration: underline;
}

.g2-managed-product .links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 20px 0;
}

.g2-managed-product .links a {
  color: #0066cc;
  text-decoration: none;
  padding: 10px 20px;
  border: 2px solid #0066cc;
  border-radius: 5px;
  transition: all 0.3s;
}

.g2-managed-product .links a:hover {
  background: #0066cc;
  color: #fff;
}

.g2-managed-product .contact-info {
  background: #f0f0f0;
  padding: 20px;
  border-radius: 5px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .g2-managed-product .features {
    grid-template-columns: 1fr;
  }
}
