
/*
Theme Name: Indotex Digital
Theme URI: https://indotexdigital.com
Author: Akub Saputra
Author URI: https://indotexdigital.com
Description: Tema WordPress Dark Tech untuk penjualan software digital INDOTEX.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: indotex-digital
*/

body {
  margin: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
  background: #0f0f0f;
  color: #ffffff;
}

a { color: #9cff00; text-decoration: none; }

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 40px;
  background: #111;
}

.logo img { height: 52px; }

.nav a { margin-left: 18px; font-weight: 600; }

.hero {
  text-align: center;
  padding: 100px 20px;
}

.hero h1 { color: #9cff00; font-size: 38px; }

.btn {
  display: inline-block;
  margin-top: 22px;
  padding: 12px 28px;
  background: #9cff00;
  color: #000;
  border-radius: 6px;
  font-weight: 700;
}

.section { padding: 70px 40px; }

.section.dark { background: #151515; }

.card {
  background: #1e1e1e;
  padding: 22px;
  border-radius: 12px;
  max-width: 320px;
}

.price { color: #9cff00; font-size: 22px; }

.footer {
  text-align: center;
  padding: 22px;
  background: #000;
  color: #777;
}
