html, body {
    background: #0a0e27 url('/images/3432dwe534tf4f554f3.png') no-repeat center center fixed;
    background-size: cover;
    background-attachment: fixed;
}             /* evita barra lateral */


.page-wrap {
  max-width: 1300px;
  margin: 80px auto 40px auto;
  padding: 0 20px;
}

.hero-box {
  background: #172342;
  border-radius: 18px;
  box-shadow: 0 0 20px rgba(100, 200, 255, 0.1);
  padding: 36px 28px 32px;
  margin-bottom: 32px;
  border-bottom:2px solid #adacac;
  border-right:2px solid #adacac;
  backdrop-filter: blur(10px);
}

.hero-box h1, .hero-box h2 {
  margin: 0 0 16px;
  font-size: 2.2rem;
  color: #d4e3ff;
  font-weight: 800;
  letter-spacing: -1px;
  text-shadow: 0 0 20px rgba(100, 200, 255, 0.2);
}

.hero-box p {
  margin: 0 0 22px;
  color: #d6dae6;
  font-size: 1.15rem;
}

.hero-box table {
  width: 100%;
  border-collapse: collapse;
}

.hero-box th {
 padding:8px;
}

.hero-box td {
padding:8px;
text-align:center;
}

.ico-contacts {
width:28px;height:28px;
}

.btn-edit {
padding:8px;
text-align:center;
}

.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.domains {
  display: grid;
  gap: 8px;
}

.domains-1 {
display:flex;
flex-wrap:wrap;
align-items:center;
gap:8px;
}

.domains span {
  display:inline-flex;
  align-items:center;
  gap:0;
  overflow:hidden;
  border-radius:6px;
  border:1px solid #1a2847;
  background:#0f1629;
}

.domains-list {
  background: linear-gradient(135deg, #0f1629 0%, #141d2f 100%);
  border: 1px solid #2a5a7f;
  padding: 6px 10px;
  color: #a8d5ff;
  word-break: break-all;
  max-width: 100%;
  font-size: 15px;
  border-radius: 6px 0 0 6px;
  transition: all 0.2s;
  display: flex;
  align-items: center;
}

.domains-list:hover {
  background: linear-gradient(135deg, #141d2f 0%, #1a2847 100%);
  border-color: #4f8cff;
  box-shadow: 0 0 15px rgba(100, 150, 255, 0.2);
}

.btn-remove-domain {
  background:#8b2e2e;
  border:none;
  color:#ffffff;
  padding:6px 10px;
  cursor:pointer;
  font-size:15px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:0 6px 6px 0;
  height: 100%;
}


.domains-alert {
  color:#c0bc80;
  background:#1a0f0f;
  border:1px solid #3d2323;
  border-radius:6px;
  padding:8px 12px;
  margin-bottom:8px;
}

.snippet-alert {
  color: #d8c603;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
  font-size: 15px;
  background: #1a180fea;
  border: 1px solid #3d3d23;
  border-radius: 6px;
  padding: 8px 12px;
}

.install-snippet-container {
  background:#050810;
  border:1px solid #1a2847;
  border-radius:10px;
  padding:10px;
  overflow-x:auto;
  margin-bottom:8px;
  box-shadow:0 0 15px rgba(100, 200, 255, 0.05);
  max-width:100%;
}

.install-snippet {
  background: transparent;
  color: #7a9fc0;
  font-size: 0.98rem;
  margin: 0;
  white-space: pre-wrap;
  word-break: break-all;
  font-family: Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  max-width: 100%;
}

.important {
  color: #ff6b35;
  margin-bottom: 15px;
  display: block;
  font-size: 14px;
  background: linear-gradient(135deg, #1a0f05 0%, #0f0805 100%);
  border: 1px solid #ff6b35;
  border-radius: 6px;
  padding: 8px 12px;
  letter-spacing: 0.5px;
}

.domains-info {
  background: linear-gradient(135deg, #0f1629 0%, #141d2f 100%);
  border: 1px solid #2a5a7f;
  border-radius: 8px;
  padding: 16px 18px;
  color: #a8d5ff;
  box-shadow: 0 0 15px rgba(100, 200, 255, 0.1);
  margin-top: 12px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-align: center;
  display: none;
}

.btn {
  display: inline-block;
  padding: 16px 28px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.08rem;
  transition: box-shadow 0.2s, background 0.2s, transform 0.15s;
  border: none;
  box-shadow: 0 0 20px rgba(100, 150, 255, 0.2);
  cursor: pointer;
  letter-spacing: 0.7px;
}

.btn-primary {
  background: linear-gradient(90deg, #1a3a52 0%, #0f2d4d 100%);
  color: #a8d5ff;
  border: 1px solid #2a5a7f;
  box-shadow: 0 0 20px rgba(100, 150, 255, 0.15);
}

.btn-primary:hover {
  background: linear-gradient(90deg, #0f2d4d 0%, #1a3a52 100%);
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 0 30px rgba(100, 150, 255, 0.25);
}

.btn-copy-snippet {
  background: linear-gradient(90deg, #0d5a8f 0%, #0a3f6b 100%);
  color: #d5e8ff;
  border: 1px solid #4f8cff;
  padding: 6px 12px;
  font-size: 0.9rem;
  border-radius: 8px;
  transition: all 0.2s;
  box-shadow: 0 0 12px rgba(100, 150, 255, 0.2);
}

.btn-copy-snippet:hover {
  background: linear-gradient(90deg, #0a3f6b 0%, #0d5a8f 100%);
  transform: translateY(-2px);
  box-shadow: 0 0 20px rgba(79, 140, 255, 0.4);
  border-color: #6fa8ff;
}

.btn-about-domain {
  background: linear-gradient(90deg, #2d5a3d 0%, #1a3a28 100%);
  color: #b8dfc8;
  border: 1px solid #3a7a4a;
  padding: 6px 12px;
  font-size: 0.9rem;
  border-radius: 8px;
  transition: all 0.2s;
}

.btn-about-domain:hover {
  background: linear-gradient(90deg, #1a3a28 0%, #2d5a3d 100%);
  transform: translateY(-2px);
  box-shadow: 0 0 15px rgba(100, 200, 150, 0.25);
  border-color: #5adc8a;
}

.btn-mensal {
  background: linear-gradient(90deg, #1a3a52 0%, #0f2d4d 100%);
  color: #a8d5ff;
  border: 1px solid #2a5a7f;
}
.btn-mensal:hover {
  background: linear-gradient(90deg, #0f2d4d 0%, #1a3a52 100%);
}




.contact-config {
  background: linear-gradient(90deg, #0d5a8f 0%, #0a3f6b 100%);
  border: 1px solid #4f8cff;
  box-shadow: 0 0 20px rgba(100, 150, 255, 0.15);
  color: #d5e8ff;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.contact-config:hover {
  background: linear-gradient(135deg, #0f2d4d 0%, #1a3a52 100%);
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(100, 150, 255, 0.3);
  border-color: #4f8cff;
}

.add-contact {
  background: linear-gradient(135deg, #2d5a3d 0%, #1a3a28 100%);
  border: 1px solid #3a7a4a;
  box-shadow: 0 0 20px rgba(100, 200, 150, 0.15);
  color: #b8dfc8;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.add-contact:hover {
  background: linear-gradient(135deg, #1a3a28 0%, #2d5a3d 100%);
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(100, 200, 150, 0.3);
  border-color: #5adc8a;
}

.show-premium {
  background: linear-gradient(135deg, #5a3a8f 0%, #3d1a6d 100%);
  border: 1px solid #7a5aaf;
  box-shadow: 0 0 20px rgba(200, 100, 255, 0.15);
  color: #e0b8ff;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.show-premium:hover {
  background: linear-gradient(135deg, #3d1a6d 0%, #5a3a8f 100%);
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(200, 100, 255, 0.3);
  border-color: #b080ff;
}

.btn-anual {
  background: linear-gradient(135deg, #2e7d32 0%, #1b4620 100%);
  color: #c8e6c9;
  border: 1px solid #43a047;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 700;
  box-shadow: 0 0 20px rgba(67, 160, 71, 0.2);
  transition: all 0.3s ease;
}

.btn-anual:hover {
  background: linear-gradient(135deg, #1b4620 0%, #2e7d32 100%);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 0 30px rgba(67, 160, 71, 0.4);
  border-color: #66bb6a;
}

.btn-free {
  background: linear-gradient(135deg, #ffb300 0%, #ff6f00 100%);
  color: #fff8e1;
  border: 1px solid #ffa000;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 700;
  box-shadow: 0 0 20px rgba(255, 152, 0, 0.25);
  transition: all 0.3s ease;
}

.btn-free:hover {
  background: linear-gradient(135deg, #ff6f00 0%, #ffb300 100%);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 0 30px rgba(255, 152, 0, 0.45);
  border-color: #ffb74d;
}

.btn-reload-domain {
  background: linear-gradient(135deg, #2e7d32 0%, #1b4620 100%);
  color: #c8e6c9;
  border: 1px solid #43a047;
  padding: 5px 10px;
  border-radius: 8px;
  font-weight: 700;
  box-shadow: 0 0 20px rgba(67, 160, 71, 0.2);
  transition: all 0.3s ease;
  text-decoration: none;
  margin: 15px;
}

.btn-reload-domain:hover {
  background: linear-gradient(135deg, #1b4620 0%, #2e7d32 100%);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 0 30px rgba(67, 160, 71, 0.4);
  border-color: #66bb6a;
}







.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 28px;
}

.card {
  background: #172342;
  border-radius: 14px;
  box-shadow: 0 0 20px rgba(100, 200, 255, 0.08);
  padding: 26px 20px;
  transition: transform 0.2s;
  position: relative;
  overflow: hidden;
  border-bottom:2px solid #adacac;
  border-right:2px solid #adacac;
}

.card-1 {
position:absolute;
top:-18px;
right:-18px;
opacity:0.08;
font-size:5rem;
color:#5a7fa8;
pointer-events:none;
}

.card h3 {
  margin: 0 0 8px;
  font-size: 1.18rem;
  color: #8fa8d8;
  font-weight: 700;
}

.card p {
  margin: 0;
  color: #d6dae6;
}

.card-footer {
  margin: 48px auto 0;
  max-width: 700px;
  text-align: center;
}

.card-footer-1 {
  background:#172342;
  border-radius:14px;
  padding:24px 18px;
  border-bottom:2px solid #adacac;
  border-right:2px solid #adacac;
  box-shadow:0 0 20px rgba(100, 200, 255, 0.08);
}

.card-footer-2 {
  margin-top: 30px;
}

.card-footer h2 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #8fa8d8;
  margin-bottom: 30px;
}

.card-footer ol {
  text-align: left;
  max-width: 420px;
  margin: 0 auto 18px;
  padding-left: 18px;
  color: #d6dae6;
}

.card-footer li {
  margin-bottom: 6px;
}

.card-footer-btn {
  display:inline-block;
  background:linear-gradient(90deg, #8f2d72 0%, #7f1a55 100%);
  color:#ffffff;
  padding:8px 18px;
  border-radius:8px;
  font-weight:600;
  border:1px solid #bf3a71;
  box-shadow:0 0 20px rgba(255, 100, 242, 0.4);
  animation:pulse 1.5s infinite alternate;
  text-decoration:none;
  cursor:pointer;
}
 
.card-footer-btn:hover {
  background:linear-gradient(90deg, #7f1a55 0%, #8f2d72 100%);
  box-shadow:0 0 20px rgba(255, 0, 234, 0.753);
  border:1px solid #bf3a71;
}


.free-msg {
  background: linear-gradient(135deg, #1a1505 0%, #0f0a00 100%);
  border: 1px solid #3d3a1a;
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 20px;
  color: #a8a050;
  text-align: center;
  box-shadow: 0 0 15px rgba(168, 160, 80, 0.1);
  font-weight: 500;
  letter-spacing: 0.3px;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 14px;
  background: transparent;
}

th, td {
  padding: 16px 14px;
  text-align: left;
  font-size: 1.08rem;
}

th {
  background: transparent;
  color: #8fa8d8;
  font-weight: 900;
  border-bottom: 1px solid #1a2847;
  letter-spacing: 0.7px;
}

tr {
  background: #0f1629;
  border-radius: 16px;
  border: 1px solid #1a2847;
  box-shadow: 0 0 15px rgba(100, 200, 255, 0.05);
  transition: background 0.2s;
}

td {
  color: #b0b8d4;
  border-bottom: none;
  vertical-align: middle;
}

tr[data-id]:hover {
  background: #141d2f;
  box-shadow: 0 0 20px rgba(100, 200, 255, 0.15);
}

td:first-child, th:first-child {
  width: 44px;
}

td img {
  border-radius: 10px;
  background: #0a0e27;
  padding: 4px;
  box-shadow: 0 0 15px rgba(100, 200, 255, 0.1);
}

pre, code {
  background: #050810;
  color: #7a9fc0;
  border-radius: 10px;
  padding: 8px 12px;
  border: 1px solid #1a2847;
  font-family: Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 1.02rem;
}

@media (max-width: 900px) {
  .card-grid { grid-template-columns: 1fr; }
  .hero-box { padding: 26px 12px; }
  table {
    overflow-x: auto;
    display: block;
    width: 100%;
  }
}

@media (max-width: 750px) {
  #install-snippet {
    font-size: 0.94rem;
    padding: 8px 4px;
    word-break: break-all;
    white-space: pre-wrap;
    max-width: 100%;
  }
  .hero-box > div[style*="display:grid"] {
    grid-template-columns: 1fr !important;
  }
  .actions {
    flex-direction: column;
    gap: 10px;
  }
   .page-wrap { padding: 0 6px; }
  .actions { flex-direction: column; gap: 14px; }
  .hero-box { padding: 18px 6px; }
  .card { padding: 16px; }
}

.workspace-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  color: #8fa8d8;
  margin-bottom: 10px;
  letter-spacing: -1px;
}
.workspace-desc {
  text-align: center;
  color: #d6dae6;
  font-size: 1.15rem;
  margin-bottom: 18px;
}
.workspace-desc .highlight {
  color: #8fa8d8;
  font-weight: 700;
  background: #0f1629;
  padding: 2px 6px;
  border-radius: 6px;
  border: 1px solid #1a2847;
}
.plans-container {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin: 32px 0;
  flex-wrap: wrap;
}
.plan-card {
  flex: 1 1 260px;
  max-width: 340px;
  background: #0f1629;
  border-radius: 12px;
  padding: 24px 18px 18px 18px;
  border: 1px solid #1a2847;
  box-shadow: 0 0 15px rgba(100, 200, 255, 0.08);
  text-align: center;
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin-bottom: 16px;
}
.plan-cardP {
  flex: 1 1 260px;
  max-width: 840px;
  background: #0f1629;
  border-radius: 12px;
  padding: 24px 18px 18px 18px;
  border: 1px solid #1a2847;
  box-shadow: 0 0 15px rgba(100, 200, 255, 0.08);
  text-align: center;
  display: flex;
  flex-direction: column;
  min-width: 550px;
  margin-bottom: 16px;
}
.plan-card.plan-premium {
  background: #0f1629;
  border: 1px solid #2a5a7f;
  box-shadow: 0 0 20px rgba(100, 150, 255, 0.15);
}
.plan-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #8fa8d8;
  margin-bottom: 8px;
}
.plan-info {
  color: #d6dae6;
  margin-bottom: 18px;
  flex: 1;
  font-size: 1rem;
}
.plan-limit {
  font-weight: 700;
  color: #8fa8d8;
}
.plan-price {
  font-size: 1.1rem;
  font-weight: 700;
  color: #a8d5ff;
  margin-bottom: 6px;
  display: inline-block;
}
.plan-feat-title {
  font-weight: 700;
  color: #8fa8d8;
  margin-top: 8px;
  display: inline-block;
}
.plan-feat {
  color: #d6dae6;
  margin-bottom: 4px;
  display: inline-block;
}
.plan-btn {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 700px) {
  .plans-container {
  flex-direction: column !important;
  gap: 16px !important;
  align-items: stretch !important;
  }
  .plan-card {
  max-width: 100% !important;
  margin-bottom: 0 !important;
  }
}

.actions {
  margin-top: 12px;
  text-align: center;
  display: flex;
  gap: 12px;
  justify-content: center;
}

.actions p {
  margin:0 0 12px;
  color: #d6dae6;
}

.btn-premium {
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:center;
}

@keyframes pulse {
  0% { box-shadow:0 0 0 0 rgba(100, 150, 255, 0.2); }
  100% { box-shadow:0 0 16px 8px rgba(100, 150, 255, 0.05); }
}
.how-it-works {
  margin:38px 0 0;
}

.how-it-works h2 {
  font-size:1.35rem;
  font-weight:800;
  color:#8fa8d8;
  text-align:center;
  margin-bottom:24px;
}

.btn-edit {
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;

}

.how-it-works-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.how-it-works .card:hover { transform:translateY(-4px) scale(1.03); box-shadow:0 0 30px rgba(100, 200, 255, 0.15); }


@media (max-width: 700px) {
  .plan-cardP {
  min-width: 0 !important;
  max-width: 100% !important;
  padding: 16px 6px 12px 6px !important;
  }
}

.custom-scrollbar::-webkit-scrollbar {
  width: 10px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: linear-gradient(135deg, #0f1419 0%, #1a1f2e 100%);
  border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #38c6d9 0%, #4f8cff 100%);
  border-radius: 10px;
  border: 1px solid #00ffff;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(90deg, #4f8cff 0%, #38c6d9 100%);
}

#contacts-list td,
#contacts-list th {
  text-align: left !important;
}

.dmains-1 strong {
background: #216602;
color: #ffffff;
padding: 2px 6px;
border-radius: 6px;
}
.popup-alert {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 240px;
  max-width: 92vw;
  background: linear-gradient(135deg, #1a1832 0%, #2e2a4d 100%);
  color: #e0e6ff;
  padding: 22px 38px;
  border-radius: 14px;
  border: 2px solid #4f8cff;
  box-shadow:
    0 0 24px 4px #4f8cff55,
    0 0 0 3px #0ff4fc44 inset,
    0 8px 32px rgba(0,0,0,0.28);
  z-index: 9999;
  font-size: 1.13em;
  text-align: center;
  opacity: 1;
  transition: opacity 0.5s, box-shadow 0.3s;
  letter-spacing: 0.5px;
  outline: 2px solid #0ff4fc55;
  outline-offset: 2px;
}

.popup-alert.hide {
  opacity: 0;
  pointer-events: none;
  box-shadow: none;
}

.domains-alert {
  text-align: center;
}

.domains-alert .btn-reload-domain {
  display: inline-block;
  margin-top: 15px;
  margin-left: 0;
  margin-right: 0;
}