body { font-family: Arial, sans-serif; margin:0; padding:0; color:#222; }
header { display:flex; justify-content:space-between; align-items:center; padding:15px 30px; background:#f5f5f5; }
.header-right span { margin-right:15px; }
.logo { font-size:24px; font-weight:700; }
.cta-small { padding:6px 14px; background:#0066cc; color:#fff; text-decoration:none; border-radius:6px; }
.hero { padding:40px 20px; text-align:center; background:#e9eef5; }
.features, .faq, .contact-page, .screenshots { padding:40px 20px; max-width:900px; margin:auto; }
details { margin:10px 0; padding:12px; background:#f8f8f8; border-radius:6px; border:1px solid #ddd; cursor:pointer; }
form input, form textarea { width:100%; padding:12px; margin:8px 0; border:1px solid #ccc; border-radius:6px; }
form button { margin-top:10px; }
footer { padding:20px; text-align:center; background:#222; color:#fff; margin-top:20px; }

.hero-buttons {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.hero-btn {
  padding: 12px 20px;
  background: #ffffff;
  border: 2px solid #0066cc;
  border-radius: 8px;
  font-size: 16px;
  text-decoration: none;
  color: #0066cc;
  transition: 0.3s;
}
.hero-btn:hover {
  background: #0066cc;
  color: white;
}
.hero-btn.primary {
  background: #0066cc;
  color: white;
}

.nice-form form {
  max-width: 600px;
  margin: auto;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.hero-buttons {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  padding-bottom: 15px;
}
.screens-section {
    text-align: center;
}

.screen-block {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 60px;
    justify-content: center;
}

.screen-block img {
    width: 260px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}

.screen-block .text {
    max-width: 600px;
    text-align: left;
}
.bottom-line {
  max-width: 1100px;
  margin: 24px auto 40px;
  padding: 14px 18px;
  border-top: 1px solid #eee;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.price-list { max-width: 900px; margin: 40px auto; padding: 0 15px; }
.price-list h2 { text-align: center; margin-bottom: 25px; }
.price-table { width: 100%; border-collapse: collapse; }
.price-table th, .price-table td { padding: 14px 12px; border-bottom: 1px solid #ddd; }
.price-table th { background: #0066cc; color: #fff; text-align: left; }
.price-table tr:hover { background: #f4f8ff; }

.vat-note {
  text-align: center;
  font-size: 15px;
  margin-top: 12px;
  color: #555;
  font-style: italic;
}
