/* Quantiky OÜ — kohandatud stiilid */

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.hero-glow {
  background:
    radial-gradient(600px circle at 15% 20%, rgba(91, 95, 239, 0.25), transparent 60%),
    radial-gradient(500px circle at 85% 10%, rgba(34, 211, 184, 0.15), transparent 60%);
}

.glass-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.service-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.5rem;
  padding: 2.25rem 2rem;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(91, 95, 239, 0.4);
  background: rgba(255, 255, 255, 0.045);
}

.step-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.25rem;
  padding: 2rem 1.5rem;
  position: relative;
  transition: border-color 0.25s ease;
}

.step-card:hover {
  border-color: rgba(34, 211, 184, 0.4);
}

.step-number {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  background: linear-gradient(135deg, #5B5FEF, #22D3B8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.form-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  color: #fff;
  font-size: 0.9rem;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.form-input:focus {
  outline: none;
  border-color: #5B5FEF;
  background: rgba(255, 255, 255, 0.06);
}

.form-input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.mobile-link {
  display: block;
  padding: 0.5rem 0;
}

/* Legal pages */
.legal-content h2 {
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  margin-top: 2.25rem;
  margin-bottom: 0.9rem;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p,
.legal-content li {
  color: #9CA3AF;
  line-height: 1.75;
  font-size: 0.975rem;
}

.legal-content ul {
  list-style: disc;
  padding-left: 1.4rem;
  margin-bottom: 1rem;
}

.legal-content p {
  margin-bottom: 1rem;
}

.legal-content strong {
  color: #E5E7EB;
}

.legal-content a {
  color: #5B5FEF;
  text-decoration: underline;
}

.legal-content a:hover {
  color: #22D3B8;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0;
  font-size: 0.875rem;
}

.legal-table th,
.legal-table td {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.65rem 0.85rem;
  text-align: left;
  color: #9CA3AF;
}

.legal-table th {
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  font-weight: 600;
}

/* Küpsiste bänner - vajab tugevamat, läbipaistmatut tausta, et alumine sisu
   ei paistaks segavalt läbi ja tekst jääks alati loetavaks */
#cookie-banner .glass-card {
  background: #12141F;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
