/* Reset & Base Styling */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
  background: linear-gradient(to right, #0f0f0f, #1f1f1f);
  color: #ffffff;
  line-height: 1.6;
  padding: 0 1.5rem;
}

header {
  background-color: #1b1b1b;
  padding: 1rem 0;
  margin-bottom: 2rem;
  border-bottom: 2px solid #00ffff22;
}

.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-nav h1 {
  color: #00fff7;
  font-size: 1.8rem;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 1rem;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}

nav ul li a:hover {
  color: #00fff7;
}

/* Hero Section */
.hero {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.main-product-img {
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
}

.hero-text {
  max-width: 600px;
}

.cta-button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background-color: #00fff7;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
}

.cta-button:hover {
  background-color: #00bfb7;
}

/* Features Section */
.features {
  background-color: #262626;
  padding: 2rem;
  border-radius: 8px;
  margin-bottom: 2rem;
}

.features h3 {
  margin-bottom: 1rem;
  color: #00fff7;
}

.features ul {
  list-style-type: none;
}

.features li {
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
}

/* Slogan */
.slogan blockquote {
  font-style: italic;
  color: #ccc;
  text-align: center;
  margin-top: 2rem;
}

/* Footer */
footer {
  text-align: center;
  font-size: 0.9rem;
  padding: 2rem 0;
  color: #aaa;
}
.contact {
  max-width: 700px;
  margin: 2rem auto;
  padding: 1rem;
  background-color: #1c1c1c;
  border-radius: 8px;
}

.contact form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact input,
.contact textarea {
  padding: 0.75rem;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
}

.support-bot {
  margin-top: 2rem;
  background-color: #262626;
  padding: 1rem;
  border-radius: 6px;
}

.support-bot ul {
  list-style: none;
  padding: 0;
}

.support-bot li {
  margin-bottom: 0.5rem;
}

.support-bot button {
  width: 100%;
  padding: 0.5rem;
  background-color: #00fff7;
  border: none;
  border-radius: 4px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
}

.support-bot button:hover {
  background-color: #00bfb7;
}
.checkout {
  max-width: 600px;
  margin: 2rem auto;
  padding: 2rem;
  background-color: #1c1c1c;
  border-radius: 8px;
}

.checkout form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.checkout input {
  padding: 0.75rem;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
}

.checkout label {
  font-weight: bold;
  margin-top: 0.5rem;
}

.checkout .cta-button {
  padding: 0.75rem;
  font-size: 1.1rem;
  border: none;
  background-color: #00fff7;
  color: #000;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 1rem;
}

.checkout .cta-button:hover {
  background-color: #00bfb7;
}
/* Reset & Base Styling */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
  background: linear-gradient(to right, #0f0f0f, #1f1f1f);
  color: #ffffff;
  line-height: 1.6;
  padding: 0 1.5rem;
}

header {
  background-color: #1b1b1b;
  padding: 1rem 0;
  margin-bottom: 2rem;
  border-bottom: 2px solid #00ffff22;
}

.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-nav h1 {
  color: #00fff7;
  font-size: 1.8rem;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 1rem;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}

nav ul li a:hover {
  color: #00fff7;
}

/* Hero Section */
.hero {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.main-product-img {
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.hero-text {
  max-width: 600px;
}

.cta-button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background-color: #00fff7;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
}

.cta-button:hover {
  background-color: #00bfb7;
  transform: scale(1.03);
  transition: 0.2s ease-in-out;
}

/* Features Section */
.features {
  background-color: #262626;
  padding: 2rem;
  border-radius: 8px;
  margin-bottom: 2rem;
}

.features h3 {
  margin-bottom: 1rem;
  color: #00fff7;
}

.features ul {
  list-style-type: none;
}

.features li {
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
}

/* Slogan */
.slogan blockquote {
  font-style: italic;
  color: #ccc;
  text-align: center;
  margin-top: 2rem;
}

/* Footer */
footer {
  text-align: center;
  font-size: 0.9rem;
  padding: 2rem 0;
  color: #aaa;
}

/* Contact Page Layout + Bot Styling */
.contact {
  max-width: 700px;
  margin: 2rem auto;
  padding: 1rem;
  background-color: #1c1c1c;
  border-radius: 8px;
}

.contact form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact input,
.contact textarea {
  padding: 0.75rem;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
}

.support-bot {
  margin-top: 2rem;
  background-color: #262626;
  padding: 1rem;
  border-radius: 6px;
}

.support-bot ul {
  list-style: none;
  padding: 0;
}

.support-bot li {
  margin-bottom: 0.5rem;
}

.support-bot button {
  width: 100%;
  padding: 0.5rem;
  background-color: #00fff7;
  border: none;
  border-radius: 4px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
}

.support-bot button:hover {
  background-color: #00bfb7;
}

/* Card Style for FAQs and About */
.faq-item, .about-box {
  background-color: #262626;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 5px rgba(0, 255, 255, 0.1);
}

.faq-item h3 {
  color: #00fff7;
  margin-bottom: 0.5rem;
}

.about-box ul li {
  margin-left: 1rem;
  list-style-type: disc;
}

.about-box h2 {
  margin-top: 1rem;
  color: #00fff7;
}

/* Checkout Styling */
.checkout {
  max-width: 600px;
  margin: 2rem auto;
  padding: 2rem;
  background-color: #1c1c1c;
  border-radius: 8px;
}

.checkout form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.checkout input {
  padding: 0.75rem;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
}

.checkout label {
  font-weight: bold;
  margin-top: 0.5rem;
}

.checkout .cta-button {
  padding: 0.75rem;
  font-size: 1.1rem;
  border: none;
  background-color: #00fff7;
  color: #000;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 1rem;
}

.checkout .cta-button:hover {
  background-color: #00bfb7;
}
