section[ceots__sites="hero"] {
  background: #1a1a1a;
  min-height: 320px;
  padding: 2.5rem 2rem;
  position: relative;
  border-bottom: 1px solid #3a3a3a;
}
section[ceots__sites="hero"] h1[ceots__sites="hero__title"] {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  color: #e0e0e0;
  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: 1.1rem;
  color: #aaa;
  margin: 0 0 1.5rem 0;
  max-width: 600px;
  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="hero"] .hero__pricing {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
section[ceots__sites="hero"] .hero__pricing .price__included {
  font-size: 1rem;
  color: #999;
}
section[ceots__sites="hero"] .hero__pricing .price__link {
  font-size: 1rem;
  color: #e0e0e0;
  font-weight: 600;
  text-decoration: underline;
}
section[ceots__sites="hero"] .hero__pricing .price__link:hover {
  color: #6cb8e0;
}
section[ceots__sites="hero"] a[ceots__sites="hero__cta"] {
  background-color: #e0e0e0;
  color: #fff;
  box-shadow: 2px 2px 0px 0px #e0e0e0;
  font-size: 0.9rem;
  padding: 0.75rem 2.5rem;
}
section[ceots__sites="hero"] a[ceots__sites="hero__cta"]:hover {
  box-shadow: 4px 4px 0px 0px #e0e0e0;
}
section[ceots__sites="stats"] {
  background: #0d0d0d;
  padding: 1.5rem;
}
section[ceots__sites="stats"] .content-wrapper {
  background: #1a1a1a;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  padding: 1.5rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.02);
  position: relative;
}
section[ceots__sites="stats"] .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #e0e0e0 25%, #2a4a5e 25%, #2a4a5e 50%, #3a5a6e 50%, #3a5a6e 75%, #1a3a4e 75%);
  border-radius: 4px 4px 0 0;
}
section[ceots__sites="stats"] .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section[ceots__sites="stats"] .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
section[ceots__sites="stats"] .stat-item {
  padding: 1rem;
  text-align: center;
  position: relative;
  border-right: 1px solid #e8e8e8;
  background: #1a1a1a;
}
section[ceots__sites="stats"] .stat-item:last-child {
  border-right: none;
}
section[ceots__sites="stats"] .stat-item:hover {
  background: rgba(40,40,40,0.5);
}
@media screen and (max-width: 767px) {
  section[ceots__sites="stats"] .stat-item:nth-child(2) {
    border-right: none;
  }
  section[ceots__sites="stats"] .stat-item:nth-child(3),
  section[ceots__sites="stats"] .stat-item:nth-child(4) {
    border-top: 1px solid #e8e8e8;
  }
}
section[ceots__sites="stats"] .stat-item h3[ceots__sites="stat__number"] {
  font-size: 1.75rem;
  font-weight: 700;
  color: #e0e0e0;
  margin: 0 0 0.25rem 0;
  letter-spacing: -0.5px;
}
section[ceots__sites="stats"] .stat-item p[ceots__sites="stat__label"] {
  font-size: 0.7rem;
  color: #999;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  font-weight: 500;
}
section[ceots__sites="overview"] {
  padding: 3rem 2rem;
  background: #0d0d0d;
}
section[ceots__sites="overview"] h2[ceots__sites="overview__title"] {
  font-size: 2rem;
  font-weight: 700;
  color: #e0e0e0;
  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: #aaa;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.ceots__sites__feature {
  text-align: center;
  padding: 2rem;
  background: #1a1a1a;
  border-left: 1px solid #3a3a3a;
  border-top: 1px solid #3a3a3a;
  border-top-left-radius: 4px;
  border-right: 1px solid #3a3a3a;
  border-bottom: 1px solid #3a3a3a;
  border-bottom-right-radius: 4px;
  box-shadow: 4px 4px 0px 0px #1a3a4e;
  transition: all 0.1s ease;
}
.ceots__sites__feature:hover {
  box-shadow: 4px 4px 0px 0px #3a5a6e;
}
div[ceots__sites="feature__icon"] {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.ceots__sites__feature h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #e0e0e0;
  margin: 0 0 0.75rem 0;
  letter-spacing: -0.25px;
}
.ceots__sites__feature p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #999;
}
section[ceots__sites="formats"] {
  padding: 3rem 2rem;
  background: #1a1a1a;
  border-top: 1px solid #3a3a3a;
}
section[ceots__sites="formats"] h2[ceots__sites="formats__title"] {
  font-size: 2rem;
  font-weight: 700;
  color: #e0e0e0;
  margin: 0 0 2rem 0;
  text-align: center;
  letter-spacing: -0.5px;
}
.formats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .formats-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .formats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ceots__sites__format {
  text-align: center;
  padding: 1.5rem 1rem;
  background: #0d0d0d;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  transition: all 0.1s ease;
}
.ceots__sites__format:hover {
  border-color: #3a3a3a;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
}
.ceots__sites__format .format__icon {
  font-size: 2rem;
  margin-bottom: 0.75rem;
  display: block;
}
.ceots__sites__format h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #e0e0e0;
  margin: 0 0 0.5rem 0;
}
.ceots__sites__format p {
  font-size: 0.8rem;
  line-height: 1.4;
  color: #999;
  margin: 0;
}
section[ceots__sites="workflow"] {
  padding: 3rem 2rem;
  background: #0d0d0d;
  border-top: 1px solid #3a3a3a;
}
section[ceots__sites="workflow"] h2[ceots__sites="workflow__title"] {
  font-size: 2rem;
  font-weight: 700;
  color: #e0e0e0;
  margin: 0 0 2rem 0;
  text-align: center;
  letter-spacing: -0.5px;
}
.workflow-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .workflow-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .workflow-steps {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.ceots__sites__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #1a1a1a;
  padding: 1.5rem;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  transition: all 0.1s ease;
  position: relative;
}
.ceots__sites__step::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #3a5a6e;
  border-radius: 4px 4px 0 0;
}
.ceots__sites__step:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
}
.ceots__sites__step:hover::before {
  background: #2a4a5e;
}
div[ceots__sites="step__number"] {
  width: 50px;
  height: 50px;
  background-color: #e0e0e0;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
div[ceots__sites="step__content"] h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #e0e0e0;
  margin: 0 0 0.5rem 0;
  letter-spacing: -0.25px;
}
div[ceots__sites="step__content"] p {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #999;
}
section[ceots__sites="features-detail"] {
  padding: 3rem 2rem;
  background: #1a1a1a;
  border-top: 1px solid #3a3a3a;
}
section[ceots__sites="features-detail"] h2[ceots__sites="features-detail__title"] {
  font-size: 2rem;
  font-weight: 700;
  color: #e0e0e0;
  margin: 0 0 2rem 0;
  text-align: center;
  letter-spacing: -0.5px;
}
.features-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .features-detail-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .features-detail-grid {
    grid-template-columns: 1fr;
  }
}
.feature-detail-item {
  padding: 1.25rem;
  background: #0d0d0d;
  border-radius: 4px;
}
.feature-detail-item h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #e0e0e0;
  margin: 0 0 0.5rem 0;
}
.feature-detail-item p {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #999;
  margin: 0;
}
section[ceots__sites="integration"] {
  padding: 3rem 2rem;
  background: #0d0d0d;
  border-top: 1px solid #3a3a3a;
}
section[ceots__sites="integration"] h2[ceots__sites="integration__title"] {
  font-size: 2rem;
  font-weight: 700;
  color: #e0e0e0;
  margin: 0 0 2rem 0;
  text-align: center;
  letter-spacing: -0.5px;
}
.integration-box {
  max-width: 800px;
  margin: 0 auto;
  background: #1a1a1a;
  border-left: 1px solid #3a3a3a;
  border-top: 1px solid #3a3a3a;
  border-top-left-radius: 4px;
  border-right: 1px solid #3a3a3a;
  border-bottom: 1px solid #3a3a3a;
  border-bottom-right-radius: 4px;
  box-shadow: 4px 4px 0px 0px #1a3a4e;
  padding: 2rem;
  text-align: center;
}
.integration-box p {
  font-size: 1rem;
  color: #aaa;
  line-height: 1.6;
  margin: 0 0 1.5rem 0;
}
.integration-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .integration-links {
    flex-direction: column;
    align-items: center;
  }
}
.integration-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 1.5rem;
  background: #0d0d0d;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  text-decoration: none;
  color: #e0e0e0;
  transition: all 0.1s ease;
  min-width: 120px;
}
.integration-link:hover {
  border-color: #3a3a3a;
  transform: translateY(-2px);
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
}
.integration-link.current {
  background: #1a3a4e;
  border-color: #2a4a5e;
  cursor: default;
}
.integration-link.current:hover {
  transform: none;
  box-shadow: none;
}
.integration-link .integration-icon {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.integration-link .integration-name {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.integration-link .integration-desc {
  font-size: 0.75rem;
  color: #999;
}
section[ceots__sites="testimonial"] {
  padding: 3rem 2rem;
  background: #1a1a1a;
  border-top: 1px solid #3a3a3a;
}
section[ceots__sites="testimonial"] .content-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
section[ceots__sites="testimonial"] blockquote[ceots__sites="testimonial__quote"] {
  background: #0d0d0d;
  border-left: 4px solid #3a3a3a;
  padding: 2rem;
  margin: 0;
}
section[ceots__sites="testimonial"] blockquote[ceots__sites="testimonial__quote"] p {
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.6;
  color: #444;
  margin: 0 0 1rem 0;
}
section[ceots__sites="testimonial"] blockquote[ceots__sites="testimonial__quote"] cite {
  font-size: 0.9rem;
  font-style: normal;
  color: #999;
}
section[ceots__sites="cta"] {
  background: #1a1a1a;
  border-top: 1px solid #3a3a3a;
  padding: 3rem 2rem;
}
section[ceots__sites="cta"] .content-wrapper {
  background: #0d0d0d;
  border-left: 1px solid #3a3a3a;
  border-top: 1px solid #3a3a3a;
  border-top-left-radius: 4px;
  border-right: 1px solid #3a3a3a;
  border-bottom: 1px solid #3a3a3a;
  border-bottom-right-radius: 4px;
  box-shadow: 4px 4px 0px 0px #1a3a4e;
  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: #e0e0e0;
  margin: 0 0 0.75rem 0;
  letter-spacing: -0.5px;
}
section[ceots__sites="cta"] p[ceots__sites="cta__text"] {
  font-size: 1rem;
  color: #999;
  margin: 0 0 1.5rem 0;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.4;
}
section[ceots__sites="cta"] .cta-buttons {
  gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  section[ceots__sites="cta"] .cta-buttons {
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
  }
}
section[ceots__sites="cta"] a[ceots__sites="cta__button"] {
  background-color: #e0e0e0;
  color: #fff;
  box-shadow: 2px 2px 0px 0px #e0e0e0;
}
section[ceots__sites="cta"] a[ceots__sites="cta__button"]:hover {
  box-shadow: 4px 4px 0px 0px #e0e0e0;
}
