/* Custom styles for alertas.dev.starter.pt */
body {
  color: #2c2c2c;
  background-color: #ffffff;
  background-image: radial-gradient(circle at 20% 0, rgba(26, 115, 232, 0.07), transparent 45%),
    radial-gradient(circle at 80% 0, rgba(242, 116, 52, 0.09), transparent 50%);
  font-size: 1rem;
}

/* brand text removed from markup */

.brand-logo {
  height: 36px;
  width: auto;
  display: block;
}


.navbar .nav-link {
  color: #555;
  font-weight: 500;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: #f27434;
}

.hero-section {
  background: linear-gradient(135deg, #f2f6fc, #fff4ec);
  border-radius: 1.5rem;
  box-shadow: 0 20px 50px rgba(242, 116, 52, 0.08);
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(26, 115, 232, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 115, 232, 0.07) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.3;
}

.hero-illustration {
  position: absolute;
  right: -40px;
  bottom: -30px;
  width: 320px;
  max-width: 60%;
  pointer-events: none;
  opacity: 0.6;
}

.hero-accent {
  position: absolute;
  border-radius: 50%;
  filter: blur(0.5px);
  opacity: 0.4;
}

.hero-accent-one {
  width: 220px;
  height: 220px;
  top: -60px;
  right: -40px;
  background: radial-gradient(circle, rgba(26, 115, 232, 0.35), transparent 70%);
}

.hero-accent-two {
  width: 160px;
  height: 160px;
  bottom: -40px;
  left: -30px;
  background: radial-gradient(circle, rgba(242, 116, 52, 0.35), transparent 65%);
}

.hero-badges .badge {
  background: rgba(242, 116, 52, 0.09);
  color: #f27434;
  border: 1px solid rgba(242, 116, 52, 0.3);
  font-weight: 500;
}

.hero-panel {
  border-radius: 1.25rem;
  border: 1px solid rgba(242, 116, 52, 0.1);
  background: linear-gradient(180deg, rgba(242, 116, 52, 0.05), #fff);
}

.icon-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(242, 116, 52, 0.12), rgba(26, 115, 232, 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.icon-circle-sm {
  width: 48px;
  height: 48px;
}

.section-title {
  color: #f27434;
  font-weight: 600;
}

.page-section {
  scroll-margin-top: 110px;
}

.section-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(26, 115, 232, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.turnstile-wrapper {
  display: inline-flex;
  padding: 0.5rem 0;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #2c2c2c;
}

.feature-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(242, 116, 52, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.feature-item:nth-child(even) .feature-icon {
  background: rgba(26, 115, 232, 0.08);
}

.card-gradient {
  background: linear-gradient(135deg, rgba(26, 115, 232, 0.08), rgba(242, 116, 52, 0.08));
}

.card-gradient .floating-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  opacity: 0.5;
}

hr {
  border-color: rgba(242, 116, 52, 0.25);
  opacity: 1;
}

.contact-accent {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
}

.footer-links a {
  color: #f27434;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.form-control:focus {
  border-color: #f27434;
  box-shadow: 0 0 0 0.2rem rgba(242, 116, 52, 0.2);
}

.btn-primary {
  background: linear-gradient(120deg, #f27434, #ff9959);
  border: none;
  box-shadow: 0 10px 20px rgba(242, 116, 52, 0.25);
}

.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(120deg, #1764c9, #d96224);
}

@media (max-width: 991.98px) {
  .hero-illustration {
    display: none;
  }
}
