/* Extracted styles from pricing.html */
html { scroll-behavior: smooth; }
body { font-family: 'Roboto', sans-serif; margin: 0; padding: 0; background-color: #000000; color: #ffffff; }
header { background-color: darkgray; color: #ffffff; padding: 20px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 1000; }
header img { height: 50px; }
nav a { color: #ffffff; margin-left: 20px; text-decoration: none; font-weight: bold; transition: color 0.3s ease; }
nav a:hover { color: #ffc451; }
.hero { background: #000000; color: #ffffff; text-align: center; padding: 100px 20px; border: 2px solid #ffc451; }
.hero h1 { font-size: 2.5em; margin-bottom: 20px; border-bottom: 2px solid #ffc451; display: inline-block; padding-bottom: 10px; }
.section { padding: 60px 20px; max-width: 1200px; margin: auto; }
.pricing-table { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.pricing-card { background: #1a1a1a; padding: 30px; border: 2px solid #ffc451; border-radius: 8px; box-shadow: 0 2px 10px rgba(255,255,255,0.1); color: #ffffff; }
.pricing-card h3 { margin-top: 0; border-bottom: 2px solid #ffc451; padding-bottom: 10px; display: inline-block; }
.faq { margin-top: 40px; }
.faq h4 { margin-bottom: 10px; border-bottom: 2px solid #ffc451; display: inline-block; padding-bottom: 5px; }
.cta { text-align: center; margin: 40px 0; }
.cta a, .cta button { background: #000000; color: #ffc451; padding: 15px 30px; border: 2px solid #ffc451; border-radius: 5px; text-decoration: none; font-size: 1.2em; font-weight: bold; cursor: pointer; margin: 10px; display: inline-block; transition: background 0.3s ease, color 0.3s ease; }
.cta a:hover, .cta button:hover { background: #ffc451; color: #000000; }
footer { background-color: darkgray; color: #ffffff; text-align: center; padding: 20px; position: relative; }
form { display: flex; flex-direction: column; gap: 15px; max-width: 500px; margin: 20px auto; }
input, textarea { padding: 10px; border: 2px solid #ffc451; border-radius: 5px; background: #1a1a1a; color: #ffffff; }
input::placeholder, textarea::placeholder { color: #ffc451; }
button { background: #000000; color: #ffc451; padding: 10px 20px; border: 2px solid #ffc451; border-radius: 5px; font-weight: bold; cursor: pointer; transition: background 0.3s ease, color 0.3s ease; }
button:hover { background: #ffc451; color: #000000; }
#backToTop { position: fixed; bottom: 30px; right: 30px; background: #000000; color: #ffc451; padding: 10px 20px; border: 2px solid #ffc451; border-radius: 5px; cursor: pointer; font-weight: bold; text-decoration: none; display: none; }
#backToTop:hover { background: #ffc451; color: #000000; }
.section-title p {
  color: white;
  font-size: 14px;
}