section[ceots__sites="hero"] {
  background: #fff;
  min-height: 280px;
  padding: 2.5rem 2rem;
  position: relative;
  border-bottom: 1px solid #c2c2c2;
}
section[ceots__sites="hero"] h1[ceots__sites="hero__title"] {
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  color: #000;
  letter-spacing: -1px;
}
@media screen and (max-width: 767px) {
  section[ceots__sites="hero"] h1[ceots__sites="hero__title"] {
    font-size: 1.75rem;
  }
}
section[ceots__sites="hero"] p[ceots__sites="hero__tagline"] {
  font-size: 1rem;
  color: #555;
  margin: 0 0 1.25rem 0;
  max-width: 700px;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  section[ceots__sites="hero"] p[ceots__sites="hero__tagline"] {
    font-size: 0.9rem;
  }
}
section[ceots__sites="overview"] {
  padding: 3rem 2rem;
  background: #f8f9fa;
}
section[ceots__sites="overview"] h2[ceots__sites="overview__title"] {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin: 0 0 1.5rem 0;
  text-align: center;
  letter-spacing: -0.5px;
}
section[ceots__sites="overview"] p[ceots__sites="overview__text"] {
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 2.5rem;
  color: #555;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.ceots__sites__feature {
  text-align: center;
  padding: 2rem;
  background: #fff;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-top-left-radius: 4px;
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  border-bottom-right-radius: 4px;
  box-shadow: 4px 4px 0px 0px #c3e6f5;
  transition: all 0.1s ease;
}
.ceots__sites__feature:hover {
  box-shadow: 4px 4px 0px 0px #a5daf0;
}
div[ceots__sites="feature__icon"] {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
div[ceots__sites="feature__icon"] i {
  font-size: 2rem;
  color: #fff;
}
.ceots__sites__feature h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #000;
  margin: 0 0 0.75rem 0;
  letter-spacing: -0.25px;
}
.ceots__sites__feature p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #666;
}
section[ceots__sites="developer-tools"] {
  padding: 3rem 2rem;
  background: #fff;
  border-top: 1px solid #c2c2c2;
}
section[ceots__sites="developer-tools"] h2[ceots__sites="developer-tools__title"] {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin: 0 0 2rem 0;
  text-align: center;
  letter-spacing: -0.5px;
}
.tools-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .tools-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .tools-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.ceots__sites__tool {
  background: #fff;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-top-left-radius: 4px;
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  border-bottom-right-radius: 4px;
  box-shadow: 4px 4px 0px 0px #c3e6f5;
  padding: 1.75rem;
  transition: all 0.1s ease;
  text-align: center;
}
.ceots__sites__tool:hover {
  box-shadow: 4px 4px 0px 0px #a5daf0;
}
div[ceots__sites="tool__icon"] {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
div[ceots__sites="tool__icon"] i {
  font-size: 2rem;
  color: #fff;
}
.ceots__sites__tool h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
  margin: 0 0 0.75rem 0;
  letter-spacing: -0.25px;
}
.ceots__sites__tool p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #666;
  text-align: left;
}
section[ceots__sites="integration-examples"] {
  padding: 3rem 2rem;
  background: #f8f9fa;
  border-top: 1px solid #c2c2c2;
}
section[ceots__sites="integration-examples"] h2[ceots__sites="integration-examples__title"] {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin: 0 0 2rem 0;
  text-align: center;
  letter-spacing: -0.5px;
}
.examples-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .examples-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .examples-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.ceots__sites__example {
  background: #fff;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-top-left-radius: 4px;
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  border-bottom-right-radius: 4px;
  box-shadow: 4px 4px 0px 0px #c3e6f5;
  padding: 1.75rem;
  transition: all 0.1s ease;
}
.ceots__sites__example:hover {
  box-shadow: 4px 4px 0px 0px #a5daf0;
}
.ceots__sites__example h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
  margin: 0 0 0.75rem 0;
  letter-spacing: -0.25px;
}
.ceots__sites__example p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #666;
  margin-bottom: 1rem;
}
.ceots__sites__example a[ceots__sites="example__link"] {
  display: inline-block;
  color: #96d4ee;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
}
.ceots__sites__example a[ceots__sites="example__link"]:hover {
  text-decoration: underline;
}
section[ceots__sites="api-endpoints"] {
  padding: 3rem 2rem;
  background: #fff;
  border-top: 1px solid #c2c2c2;
}
section[ceots__sites="api-endpoints"] h2[ceots__sites="api-endpoints__title"] {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin: 0 0 2rem 0;
  text-align: center;
  letter-spacing: -0.5px;
}
.endpoint-table {
  background: #fff;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-top-left-radius: 4px;
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  border-bottom-right-radius: 4px;
  box-shadow: 4px 4px 0px 0px #c3e6f5;
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
}
.endpoint-header {
  display: grid;
  grid-template-columns: 100px 1fr 2fr;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  padding: 1rem;
  font-size: 0.9rem;
}
.endpoint-row {
  display: grid;
  grid-template-columns: 100px 1fr 2fr;
  border-bottom: 1px solid rgba(220,220,220,0.22);
  padding: 1rem;
  font-size: 0.9rem;
}
.endpoint-row:last-child {
  border-bottom: none;
}
.endpoint-method {
  font-family: monospace;
  font-weight: 600;
}
.endpoint-method.get {
  color: #96d4ee;
}
.endpoint-method.post {
  color: #00a651;
}
.endpoint-method.put {
  color: #f39c12;
}
.endpoint-method.delete {
  color: #e74c3c;
}
.endpoint-path {
  font-family: monospace;
  color: #666;
}
@media screen and (max-width: 767px) {
  .endpoint-table {
    font-size: 0.8rem;
  }
  .endpoint-header,
  .endpoint-row {
    grid-template-columns: 70px 1fr 1fr;
    padding: 0.75rem;
  }
}
section[ceots__sites="cta"] {
  background: #fff;
  border-top: 1px solid #c2c2c2;
  padding: 3rem 2rem;
}
section[ceots__sites="cta"] .content-wrapper {
  background: #f8f9fa;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-top-left-radius: 4px;
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  border-bottom-right-radius: 4px;
  box-shadow: 4px 4px 0px 0px #c3e6f5;
  padding: 2.5rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
section[ceots__sites="cta"] h2[ceots__sites="cta__title"] {
  font-size: 1.75rem;
  font-weight: 700;
  color: #000;
  margin: 0 0 0.75rem 0;
  letter-spacing: -0.5px;
}
section[ceots__sites="cta"] p[ceots__sites="cta__text"] {
  font-size: 1rem;
  color: #666;
  margin: 0 0 1.5rem 0;
  max-width: 500px;
  text-align: center;
  line-height: 1.4;
}
section[ceots__sites="cta"] a[ceots__sites="cta__button"] {
  background-color: #000;
  color: #fff;
  box-shadow: 2px 2px 0px 0px #000;
}
section[ceots__sites="cta"] a[ceots__sites="cta__button"]:hover {
  box-shadow: 4px 4px 0px 0px #000;
}
