html[data-site-theme="theme-competitor1"] {
  --theme-primary: #0b5fae;
  --theme-secondary: #1ec7b7;
  --theme-tertiary: #084a92;
  --theme-bg: #edf6ff;
}

html[data-site-theme="theme-competitor1"] header {
  background: rgba(255, 255, 255, 0.86) !important;
  backdrop-filter: blur(18px);
}

html[data-site-theme="theme-competitor1"] .theme-c1-hero {
  background: linear-gradient(180deg, #f8fcff 0%, #eef8ff 38%, #e2f1ff 62%, #ffffff 100%);
  isolation: isolate;
}

html[data-site-theme="theme-competitor1"] .theme-c1-hero::before {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  bottom: -150px;
  height: 360px;
  background: radial-gradient(ellipse at 50% 100%, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0) 72%);
  z-index: 1;
  pointer-events: none;
}

html[data-site-theme="theme-competitor1"] .theme-c1-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 300px;
  background: linear-gradient(180deg, rgba(248, 252, 255, 0) 0%, rgba(255, 255, 255, 0.28) 42%, rgba(255, 255, 255, 0.72) 72%, #ffffff 100%);
  z-index: 2;
  pointer-events: none;
}

html[data-site-theme="theme-competitor1"] #services {
  position: relative;
  background: #fff;
  z-index: 3;
}

html[data-site-theme="theme-competitor1"] #services::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -220px;
  height: 240px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.36) 36%,
    rgba(255, 255, 255, 0.82) 72%,
    #ffffff 100%
  );
  pointer-events: none;
}

html[data-site-theme="theme-competitor1"] .theme-gradient-text,
html[data-site-theme="theme-competitor1"] .theme-gradient-bg {
  background-image: linear-gradient(135deg, #084a92 0%, #0b5fae 45%, #1ec7b7 100%) !important;
}

html[data-site-theme="theme-competitor1"] #notification.ios-notification_item {
  right: 18px !important;
  top: 86px !important;
  min-width: 320px;
  padding: 12px 14px !important;
  border-radius: 16px;
  border: 1px solid rgba(226, 232, 240, 0.95) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.11);
  transform: translateX(120%);
  opacity: 0;
  overflow: hidden;
}

html[data-site-theme="theme-competitor1"] #notification.ios-notification_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 2px;
  border-radius: 18px 0 0 18px;
  background: linear-gradient(180deg, #0b5fae 0%, #1ec7b7 100%);
}

html[data-site-theme="theme-competitor1"] #notification.ios-notification_item.active {
  transform: translateX(0);
  opacity: 1;
}

html[data-site-theme="theme-competitor1"] #notification #notification-name {
  color: #0f172a;
  font-size: 13px;
  font-weight: 700;
}

html[data-site-theme="theme-competitor1"] #notification #notification-time {
  color: #64748b;
  font-size: 12px;
  margin-left: 6px;
}

html[data-site-theme="theme-competitor1"] #notification #notification-quota {
  color: #0f172a;
  font-weight: 700;
}

html[data-site-theme="theme-competitor1"] #notification .text-sm.text-gray-600 {
  color: #334155 !important;
  font-size: 13px;
  line-height: 1.3;
}

@media (max-width: 767.98px) {
  html[data-site-theme="theme-competitor1"] #notification.ios-notification_item {
    right: 10px !important;
    left: 10px;
    min-width: 0;
    width: auto;
    top: 72px !important;
    padding: 10px 12px !important;
  }

  html[data-site-theme="theme-competitor1"] #notification .text-sm.text-gray-600 {
    font-size: 12px;
  }
}

html[data-site-theme="theme-competitor1"] .theme-c1-primary-cta {
  background: linear-gradient(135deg, #084a92 0%, #0b5fae 50%, #1ec7b7 100%);
}

html[data-site-theme="theme-competitor1"] .theme-c1-primary-cta:hover {
  color: #fff;
  transform: translateY(-1px);
}

html[data-site-theme="theme-competitor1"] .theme-c1-secondary-cta {
  color: #084a92;
  border: 1px solid #bfdbfe;
  background: #fff;
}

html[data-site-theme="theme-competitor1"] .theme-c1-secondary-cta:hover {
  border-color: #93c5fd;
  color: #0b5fae;
}

html[data-site-theme="theme-competitor1"] .fs-reseller-cta {
  display: none !important;
}

html[data-site-theme="theme-competitor1"] .theme-c1-feature-marquee {
  display: block !important;
}

html[data-site-theme="theme-competitor1"] .theme-c1-track {
  width: max-content;
}

html[data-site-theme="theme-competitor1"] .theme-c1-chip {
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1;
  color: #334155;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

html[data-site-theme="theme-competitor1"] .theme-c1-scroll {
  animation: theme-c1-scroll-left 28s linear infinite;
}

html[data-site-theme="theme-competitor1"] .theme-c1-scroll-reverse {
  animation: theme-c1-scroll-right 30s linear infinite;
}

@keyframes theme-c1-scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes theme-c1-scroll-right {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
  html[data-site-theme="theme-competitor1"] .theme-c1-scroll,
  html[data-site-theme="theme-competitor1"] .theme-c1-scroll-reverse {
    animation: none;
  }
}

html[data-site-theme="theme-competitor1"] .theme-c1-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

html[data-site-theme="theme-competitor1"] .theme-c1-trust-list span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0b5fae;
  font-size: 12px;
  font-weight: 700;
}

html[data-site-theme="theme-competitor1"] .theme-c1-trust-list i {
  color: #1ec7b7;
}

html[data-site-theme="theme-competitor1"] .theme-c1-network-card {
  position: relative;
}

html[data-site-theme="theme-competitor1"] .theme-c1-network-card::before {
  content: "Alta conversao";
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 999px;
  padding: 4px 8px;
  background: rgba(11, 95, 174, 0.1);
  color: #084a92;
  border: 1px solid rgba(11, 95, 174, 0.18);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  html[data-site-theme="theme-competitor1"] .theme-c1-hero h1 {
    font-size: clamp(1.9rem, 7.2vw, 2.7rem);
  }

}
