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: 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="pricing"] {
  background: #f8f9fa;
  padding: 3rem 2rem;
}
section[ceots__sites="faq"] {
  background: #fff;
  padding: 3rem 2rem;
  border-top: 1px solid #c2c2c2;
}
section[ceots__sites="guarantee"] {
  background: #f8f9fa;
  padding: 3rem 2rem;
  text-align: center;
  border-top: 1px solid #c2c2c2;
}
.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.toggle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  padding: 1rem;
  background: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.pricing-toggle-label {
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0 1rem;
  color: #000;
}
.pricing-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}
.pricing-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c2c2c2;
  transition: 0.1s;
  border-radius: 26px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: #fff;
  transition: 0.1s;
  border-radius: 50%;
}
input:checked + .slider {
  background-color: #000;
}
input:focus + .slider {
  box-shadow: 0 0 1px #000;
}
input:checked + .slider:before {
  transform: translateX(24px);
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .pricing-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ceots__sites__pricing-plan {
  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: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  transition: all 0.1s ease;
  position: relative;
}
.ceots__sites__pricing-plan.featured {
  transform: scale(1.02);
  box-shadow: 4px 4px 0px 0px #96d4ee;
  border-color: #000;
  z-index: 1;
}
.ceots__sites__pricing-plan:hover {
  box-shadow: 4px 4px 0px 0px #a5daf0;
}
.ceots__sites__pricing-plan.featured:hover {
  transform: scale(1.02);
  box-shadow: 4px 4px 0px 0px #96d4ee;
}
.popular-tag {
  position: absolute;
  top: -12px;
  right: 0;
  left: 0;
  background-color: #000;
  color: #fff;
  padding: 0.25rem 0;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  width: 60%;
  margin: 0 auto;
  border-radius: 2px;
  letter-spacing: 0.5px;
}
div[ceots__sites="plan__header"] {
  margin-bottom: 1.5rem;
}
div[ceots__sites="plan__header"] h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  color: #000;
  letter-spacing: -0.25px;
}
div[ceots__sites="plan__price"] {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  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: #666;
}
div[ceots__sites="plan__features"] {
  margin-bottom: 1.5rem;
  flex-grow: 1;
}
ul.ceots__sites__feature_list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
ul.ceots__sites__feature_list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(194,194,194,0.5);
  font-size: 0.9rem;
  color: #666;
}
ul.ceots__sites__feature_list li:last-child {
  border-bottom: none;
}
a[ceots__sites="plan__cta"] {
  align-self: center;
  width: 80%;
  max-width: 180px;
}
section[ceots__sites="faq"] h2[ceots__sites="faq__title"] {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 2rem 0;
  color: #000;
  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: #fff;
  padding: 1.5rem;
  border: 1px solid #c2c2c2;
  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: #000;
  margin: 0 0 0.75rem 0;
  position: relative;
  cursor: pointer;
  letter-spacing: -0.25px;
}
.ceots__sites__faq-item div[ceots__sites="faq__answer"] {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #666;
}
section[ceots__sites="guarantee"] div[ceots__sites="guarantee__icon"] {
  font-size: 3rem;
  color: #000;
  margin-bottom: 1rem;
}
section[ceots__sites="guarantee"] h2[ceots__sites="guarantee__title"] {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin: 0 0 1rem 0;
  letter-spacing: -0.5px;
}
section[ceots__sites="guarantee"] p[ceots__sites="guarantee__text"] {
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.5;
  color: #666;
}
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;
}
@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: #666;
  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: #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;
}
section[ceots__sites="comparison"] {
  padding: 3rem 2rem;
  background: #fff;
  border-top: 1px solid #c2c2c2;
}
section[ceots__sites="comparison"] h2[ceots__sites="comparison__title"] {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 2rem 0;
  color: #000;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 767px) {
  section[ceots__sites="comparison"] h2[ceots__sites="comparison__title"] {
    font-size: 1.75rem;
  }
}
.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .comparison-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.comparison-item {
  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: 2rem;
  text-align: center;
  transition: all 0.1s ease;
}
.comparison-item:hover {
  box-shadow: 4px 4px 0px 0px #a5daf0;
}
.comparison-item h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #000;
  margin: 0 0 1rem 0;
  letter-spacing: -0.25px;
}
.comparison-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.comparison-item ul li {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(194,194,194,0.5);
  font-size: 0.9rem;
  color: #666;
}
.comparison-item ul li:last-child {
  border-bottom: none;
}
.comparison-item ul li:before {
  content: "• ";
  color: #000;
  font-weight: bold;
  margin-right: 0.5rem;
}
section[ceots__sites="addons"] {
  padding: 3rem 2rem;
  background: #f8f9fa;
}
section[ceots__sites="addons"] h2[ceots__sites="addons__title"] {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  color: #000;
  letter-spacing: -0.5px;
}
section[ceots__sites="addons"] p[ceots__sites="addons__subtitle"] {
  text-align: center;
  font-size: 1rem;
  margin: 0 0 2rem 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: #666;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  section[ceots__sites="addons"] h2[ceots__sites="addons__title"] {
    font-size: 1.75rem;
  }
  section[ceots__sites="addons"] p[ceots__sites="addons__subtitle"] {
    font-size: 0.9rem;
  }
}
.addons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .addons-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .addons-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
}
.addon-item {
  background: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.1s ease;
  position: relative;
}
.addon-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #a5daf0;
  border-radius: 4px 4px 0 0;
}
.addon-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
}
.addon-item:hover::before {
  background: #96d4ee;
}
.addon-item h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #000;
  margin: 0 0 0.5rem 0;
  letter-spacing: -0.25px;
}
.addon-item p {
  font-size: 0.85rem;
  margin: 0 0 1rem 0;
  color: #666;
  line-height: 1.4;
}
.addon-item .price {
  font-size: 1.1rem;
  font-weight: 700;
  color: #000;
  display: block;
}
