/*
Theme Name: AccessiblePDFPro Fixed
Theme URI: https://accessiblepdfpro.com
Author: AccessiblePDFPro Team
Author URI: https://accessiblepdfpro.com
Description: Fully styled and accessible PDF editor landing page for WordPress.
Version: 1.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: accessiblepdfpro
Tags: accessibility-ready, editor, one-page, responsive, custom-theme
*/

body {
  font-family: 'Inter', sans-serif;
  background: linear-gradient(180deg, #f3f4f6, #ffffff);
  color: #111;
  margin: 0;
  padding: 0;
}
header {
  background: #1f2937;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
  background-image: url('https://via.placeholder.com/1600x400');
  background-size: cover;
  background-position: center;
}
header h1 {
  font-size: 48px;
  margin: 0;
}
header p {
  font-size: 18px;
  margin-top: 10px;
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: flex;
  justify-content: center;
  gap: 30px;
}
nav a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
}
h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #111827;
}
ul li, ol li {
  margin-bottom: 10px;
}
.template-editor {
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.editor-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}
.editor-toolbar button, .editor-toolbar input[type="file"] {
  padding: 10px 16px;
  font-size: 14px;
  background-color: #2563eb;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.editor-toolbar button:hover {
  background-color: #1d4ed8;
}
canvas {
  border: 1px dashed #aaa;
  display: block;
  margin: auto;
}
footer {
  background: #111827;
  color: #ccc;
  text-align: center;
  padding: 20px;
  font-size: 14px;
}
