﻿/* General Reset & Base */
body {
  margin: 0;
/*  padding-top: 60px; /* adjust to match nav bar height */
  font-family: "Roboto", "Verdana", "Segoe UI", "Tahoma", "Arial", sans-serif;
  background-color: #fff;
  color: #333;
  line-height: 1.6;
}

a {
  color: #0078d4; /* #0000FF; */
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Header Banner */
.site-header {
  /*display: flex; */
  align-items: center;
  justify-content: center;
  background-color: #0078d4; /* #0000FF; /* Trojan Remover blue */
  padding: 20px;
  color: #fff;
  text-align: center;
}

.site-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 20px;
  text-align: center;
  color: #fff;
}

.site-subtitle {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 20px;
  text-align: center;
  color: #fff;
}

/* Navigation Bar */
.site-nav {
  background: #0033aa; /* darker blue for contrast */
  /* position: sticky; */
  top: 0;
  z-index: 1000; /* ensures it's above content */
}

.site-nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.site-nav li {
  margin: 0;
}

.site-nav a {
  display: block;
  padding: 12px 20px;
  color: #fff;
  font-weight: 500;
}

.site-nav a:hover,
.site-nav a.active {
  background: #002080;
}

/* Main Content */
.content {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  max-width: 1200px;
  margin: auto;
}

/* Layout container */
.container {
  max-width: 800px;   /* keeps text in a centred column */
  margin: 0 auto;     /* centres horizontally */
  padding: 0 20px;    /* breathing room on small screens */
}

.intro {
  flex: 2;
  min-width: 300px;
  padding: 20px;
}

.product-screenshot {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}

/* Primary Button */
.btn-primary {
  display: inline-block;
  background: #0078d4; /* #0000FF; */
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 4px;
  margin-top: 15px;
  transition: background 0.3s;
}

.btn-primary:hover {
  background: #005fa3; /* #002080; */
}

/* Reusable button style */
.btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0078d4;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.btn:hover {
  background-color: #005fa3;
}

/* Icon display */
.icon-display {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
	margin-top:3cm;
}

.social {
	position: relative;
	display: inline-block;
	float: left;
	padding: 10px;
}

/* Floating Back to Top button */
#backToTop {
  display: none; /* hidden by default */
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #0078d4;
  color: white;
  cursor: pointer;
  padding: 12px 16px;
  border-radius: 6px;
  transition: background 0.3s ease;
}

#backToTop:hover {
  background-color: #005fa3;
}

/* Awards Section */
.awards {
  flex: 1;
  min-width: 250px;
  padding: 20px;
  text-align: center;
}

.awards img {
  display: block;
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

/* Footer */
.site-footer {
  background: #f5f5f5;
  text-align: center;
  padding: 20px;
  font-size: 0.9rem;
  color: #666;
}

.site-footer a {
  color: #0000FF;
}

/* Screenshot styling */
.screenshot {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

figure {
  margin: 20px 0;
  text-align: center;
}

figcaption {
  font-size: 0.9rem;
  color: #555;
  margin-top: 5px;
}

/* Download page specific */
.price {
  color: #0078d4; /* #008000; */
  font-weight: bold;
}

.partner-logo {
  max-width: 200px;
  height: auto;
  margin: 10px 0;
}

.download-list {
  list-style: none;
  padding-left: 0;
}

.download-list li {
  margin: 8px 0;
}

/* Footer */
.site-footer {
  background-color: #f4f4f4;    /* light gray to contrast header/nav */
  text-align: center;
  padding: 1rem;
  font-size: 0.9rem;
  color: #333;
  border-top: 1px solid #ddd;
}

.site-footer p {
  margin: 0.25rem 0;
}

.site-footer a {
  color: #0078D7;              /* match site accent color */
  text-decoration: none;
  font-weight: bold;
}

.site-footer a:hover {
  text-decoration: underline;
}

.download-list a {
  font-weight: 500;
  color: #0000FF;
}

.download-list a:hover {
  text-decoration: underline;
}

.note {
  font-size: 0.9rem;
  color: #444;
  margin-top: 10px;
}

/* FAQ page content */
faqmain h3 {
  margin-top: 2rem;
  border-bottom: 2px solid #0077cc;
  padding-bottom: 0.5rem;
}

faqmain article {
  margin: 1.5rem 0;
  padding: 1rem;
  background: #f9f9f9;
  border-left: 4px solid #0077cc;
  border-radius: 6px;
}

faqmain article h4 {
  margin-top: 0;
  font-size: 1.1rem;
  color: #0077cc;
}

faqmain article p:last-child {
  margin-bottom: 0;
}

/* Changes page content */
.version-block {
   margin-bottom: 2rem;
   padding-bottom: 1rem;
   border-bottom: 1px solid #ddd;
}

.version-block h2 {
   margin: 0.5rem 0;
   color: #333;
}

.version-meta {
   font-size: 0.9rem;
   color: #666;
   margin-bottom: 0.5rem;
}

ul.changes {
  margin: 0.5rem 0 0 1.2rem;
}
ul.changes li {
  margin-bottom: 0.4rem;
}