/*
Theme Name: Sineflix Distribution
Template: sineflix-base
Author: Sineflix
Version: 1.0
*/

body {
  background: #0d0d0d;
  color: #ffffff;
}

.site-header {
  background: #000;
}

.site-header a {
  color: #00ff9c;
  font-weight: 600;
}

.hero {
  padding: 100px 0;
  text-align: center;
  background: radial-gradient(circle at top,#003d2c,#000);
}

.hero h1 {
  font-size: 44px;
  margin-bottom: 15px;
}

.hero p {
  font-size: 18px;
  opacity: .85;
}

.btn {
  display: inline-block;
  margin-top: 25px;
  padding: 14px 32px;
  background: #00ff9c;
  color: #000;
  font-weight: 700;
  border-radius: 4px;
}

.section {
  padding: 80px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
  gap: 30px;
}

.card {
  background: #111;
  padding: 35px;
  border-radius: 8px;
  border: 1px solid #1e1e1e;
}

input, select, textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  background: #000;
  border: 1px solid #333;
  color: #fff;
}
