section[ceots__sites="hero"] {
  background: #1a1a1a;
  min-height: 280px;
  padding: 2.5rem 2rem;
  position: relative;
  border-bottom: 1px solid #3a3a3a;
}
section[ceots__sites="hero"] h1[ceots__sites="hero__title"] {
  font-size: 2.25rem;
  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: 1rem;
  color: #aaa;
  margin: 0 0 1.25rem 0;
  max-width: 500px;
  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="core"] {
  background: #0d0d0d;
  padding: 3rem 2rem;
  border-bottom: 1px solid #3a3a3a;
}
.core-card {
  max-width: 900px;
  margin: 0 auto;
  background: #1a1a1a;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  box-shadow: 4px 4px 0px 0px #3a5a6e;
  padding: 2.5rem;
  text-align: center;
  position: relative;
  transition: all 0.1s ease;
}
.core-card:hover {
  box-shadow: 6px 6px 0px 0px #3a5a6e;
}
.core-card .popular-tag {
  top: -12px;
}
.core-card div[ceots__sites="product__header"] h3 {
  font-size: 1.75rem;
}
.core-card div[ceots__sites="product__price"] {
  font-size: 2.5rem;
}
.core-card div[ceots__sites="product__description"] p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 0.95rem;
}
.core-card a[ceots__sites="product__cta"] {
  width: auto;
  max-width: none;
  min-width: 200px;
}
.core-card__top {
  margin-bottom: 2rem;
}
.core-card__services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .core-card__services {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .core-card__services {
    grid-template-columns: 1fr;
  }
}
.core-service {
  padding: 1rem;
  background: #0d0d0d;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
}
.core-service h4 {
  font-size: 0.9rem;
  font-weight: 600;
  color: #e0e0e0;
  margin: 0 0 0.5rem 0;
  letter-spacing: -0.25px;
}
.core-service p {
  font-size: 0.8rem;
  line-height: 1.4;
  color: #888;
  margin: 0;
}
section[ceots__sites="products"] {
  background: #0d0d0d;
  padding: 3rem 2rem;
}
h2[ceots__sites="addons__title"] {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 2rem 0;
  color: #e0e0e0;
  letter-spacing: -0.5px;
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .products-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ceots__sites__product-card {
  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;
  display: flex;
  flex-direction: column;
  transition: all 0.1s ease;
  position: relative;
}
.ceots__sites__product-card:hover {
  box-shadow: 4px 4px 0px 0px #3a5a6e;
}
.popular-tag {
  position: absolute;
  top: -12px;
  right: 0;
  left: 0;
  background-color: #e0e0e0;
  color: #0d0d0d;
  padding: 0.25rem 1.5rem;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  width: fit-content;
  margin: 0 auto;
  border-radius: 2px;
  letter-spacing: 0.5px;
}
div[ceots__sites="product__header"] {
  margin-bottom: 1rem;
}
div[ceots__sites="product__header"] h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  color: #e0e0e0;
  letter-spacing: -0.25px;
}
div[ceots__sites="product__price"] {
  font-size: 2rem;
  font-weight: 700;
  color: #e0e0e0;
  margin-bottom: 0.5rem;
}
span[ceots__sites="price__currency"] {
  font-size: 1.25rem;
  vertical-align: top;
  position: relative;
  top: 0.25rem;
}
span[ceots__sites="price__period"] {
  font-size: 0.85rem;
  color: #999;
}
div[ceots__sites="product__description"] {
  margin-bottom: 1rem;
}
div[ceots__sites="product__description"] p {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #999;
  margin: 0;
}
div[ceots__sites="product__features"] {
  margin-bottom: 1.5rem;
  flex-grow: 1;
}
a[ceots__sites="product__cta"] {
  align-self: center;
  width: 80%;
  max-width: 180px;
}
section[ceots__sites="bundle"] {
  background: #1a1a1a;
  padding: 3rem 2rem;
  border-top: 1px solid #3a3a3a;
}
.bundle-callout {
  max-width: 800px;
  margin: 0 auto;
  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 #2a4a5e;
  padding: 2.5rem;
  text-align: center;
}
.bundle-callout:hover {
  box-shadow: 6px 6px 0px 0px #2a4a5e;
}
div[ceots__sites="bundle__header"] {
  margin-bottom: 1rem;
}
div[ceots__sites="bundle__header"] h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #e0e0e0;
  margin: 0 0 0.75rem 0;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 767px) {
  div[ceots__sites="bundle__header"] h2 {
    font-size: 1.5rem;
  }
}
div[ceots__sites="bundle__price"] {
  font-size: 2.5rem;
  font-weight: 700;
  color: #e0e0e0;
  margin-bottom: 0.5rem;
}
p[ceots__sites="bundle__text"] {
  font-size: 1rem;
  color: #999;
  margin: 0 0 1.5rem 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}
a[ceots__sites="bundle__cta"] {
  display: inline-block;
}
section[ceots__sites="faq"] {
  background: #1a1a1a;
  padding: 3rem 2rem;
  border-top: 1px solid #3a3a3a;
}
section[ceots__sites="faq"] h2[ceots__sites="faq__title"] {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 2rem 0;
  color: #e0e0e0;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 767px) {
  section[ceots__sites="faq"] h2[ceots__sites="faq__title"] {
    font-size: 1.75rem;
  }
}
.faq-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .faq-container {
    grid-template-columns: 1fr;
  }
}
.ceots__sites__faq-item {
  background: #1a1a1a;
  padding: 1.5rem;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  transition: all 0.1s ease;
}
.ceots__sites__faq-item:hover {
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.ceots__sites__faq-item h3[ceots__sites="faq__question"] {
  font-size: 1.1rem;
  font-weight: 600;
  color: #e0e0e0;
  margin: 0 0 0.75rem 0;
  letter-spacing: -0.25px;
}
.ceots__sites__faq-item div[ceots__sites="faq__answer"] {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #999;
}
section[ceots__sites="cta"] {
  background: #1a1a1a;
  border-top: 1px solid #3a3a3a;
  padding: 3rem 2rem;
}
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;
}
@media screen and (max-width: 767px) {
  section[ceots__sites="cta"] h2[ceots__sites="cta__title"] {
    font-size: 1.5rem;
  }
}
section[ceots__sites="cta"] p[ceots__sites="cta__text"] {
  font-size: 1rem;
  color: #999;
  margin: 0 0 1.5rem 0;
  max-width: 500px;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  section[ceots__sites="cta"] p[ceots__sites="cta__text"] {
    font-size: 0.9rem;
  }
}
section[ceots__sites="cta"] a[ceots__sites="cta__button"] {
  background-color: #e0e0e0;
  color: #0d0d0d;
  box-shadow: 2px 2px 0px 0px #3a5a6e;
}
section[ceots__sites="cta"] a[ceots__sites="cta__button"]:hover {
  box-shadow: 4px 4px 0px 0px #2a4a5e;
}
.cart-checkbox {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  border: 2px solid #3a3a3a;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.15s ease;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-checkbox:hover {
  border-color: #e0e0e0;
}
.cart-checkbox.selected {
  background: #e0e0e0;
  border-color: #e0e0e0;
}
.cart-checkbox.selected::after {
  content: '\2713';
  color: #0d0d0d;
  font-size: 14px;
  font-weight: 700;
}
.ceots__sites__product-card.selected {
  box-shadow: 4px 4px 0px 0px #3a5a6e;
  border-color: #e0e0e0;
}
.core-card.selected {
  border-color: #e0e0e0;
}
.cart-float {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1a1a1a;
  border-top: 2px solid #3a3a3a;
  padding: 0.75rem 2rem;
  z-index: 100;
  transform: translateY(100%);
  transition: transform 0.2s ease;
}
.cart-float.visible {
  transform: translateY(0);
}
.cart-float__inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 0.9rem;
  color: #aaa;
}
.cart-float__inner span[ceots__sites="cart__total"] {
  font-size: 1.25rem;
  font-weight: 700;
  color: #e0e0e0;
}
.cart-float__inner span[ceots__sites="cart__count"] {
  font-weight: 600;
  color: #e0e0e0;
}
.cart-float__inner a[ceots__sites="cart__cta"] {
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .cart-float__inner {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}
