body.ss-page .entry-title,
body.ss-page .elementor-page-title,
body.ss-page  header,
body.ss-page footer,
body.ss-page .page-header {
  display: none !important;
}

.ss-ios-notice {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 20px;
  text-align: center;
}

.ss-ios-notice .notice-content {
  background: #2c3e50;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.ss-ios-notice p {
  font-size: 18px;
  margin-bottom: 10px;
}

.ss-ios-notice small {
  color: #bdc3c7;
}

.ss-protection-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  padding: 20px;
  font-family: inherit;
  box-sizing: border-box;
}

.ss-protection-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(26, 97, 241, 0.1);
  max-width: 420px;
  width: 100%;
  padding: 40px 30px;
  text-align: center;
  border: 2px solid #e7e7e7;
  box-sizing: border-box;
}

.ss-icon-wrapper {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.ss-icon-wrapper svg {
  width: 32px;
  height: 32px;
}

.ss-icon-device,
.ss-icon-info {
  background: #f0f8ff;
  color: #1a61f1;
}

.ss-icon-in-app,
.ss-icon-warning {
  background: #fff3e0;
  color: #ff9800;
}

.ss-icon-error {
  background: #ffebee;
  color: #d63638;
}

#confirm-device-btn.ss-btn-block {
  background-color: #d9534f !important;
  border-color: #d43f3a !important;
}

.ss-title {
  font-size: calc(var(--lp-font-size-base, 1em) * 1.5) !important;
  font-weight: 700 !important;
  color: #404040 !important;
  margin: 0 0 12px 0 !important;
  line-height: 1.3 !important;
  border: none !important;
  padding: 0 !important;
}

.ss-desc {
  font-size: 16px !important;
  color: #646970 !important;
  margin: 0 0 24px 0 !important;
  line-height: 1.5 !important;
}

.ss-input-group {
  margin-bottom: 20px;
  text-align: left;
}

.ss-input {
  width: 100%;
  padding: 14px 16px !important;
  border: 2px solid #ccc !important;
  border-radius: 15px !important;
  font-size: 15px !important;
  color: #404040 !important;
  box-sizing: border-box !important;
  background: #ffffff !important;
  transition: all 0.2s ease !important;
  box-shadow: none !important;
}

.ss-input:focus {
  outline: none !important;
  border-color: #1a61f1 !important;
  box-shadow: 0 0 0 1px #1a61f1 !important;
}

.ss-btn {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  padding: 14px 24px !important;
  font-size: 16px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  box-sizing: border-box !important;
  text-decoration: none !important;
  line-height: normal !important;
}

.ss-btn-primary {
  border-radius: 90px !important;
  color: #fff !important;
  background-color: #49d8ff !important;
  border: solid !important;
  border-color: #1a61f1 !important;
  border-width: 0 2px 3px 0 !important;
  font-weight: 600 !important;
}

.ss-btn-primary:hover:not(:disabled) {
  border-width: 0 3px 2px 0 !important;
  color: #fff !important;
  background-color: #49d8ff !important;
}

.ss-btn-primary:disabled {
  opacity: 0.7;
  cursor: not-allowed !important;
}

.ss-btn-outline {
  font-weight: 500 !important;
  background-color: #28303d !important;
  color: #d1e4dd !important;
  border: none !important;
  border-radius: 90px !important;
}

.ss-btn-outline:hover {
  background-color: #1a61f1 !important;
  color: #fff !important;
}

.ss-protection-wrapper .lp-content-area {
  max-width: 420px !important;
}

.ss-active-device-box {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
  margin: 20px 0;
  text-align: center;
  direction: rtl;
}

.ss-denied-action-box a {
  margin-top: 14px;
}

.ss-denied-action-box p {
  margin-top: 7px !important;
}
