/* Οι νομικές σελίδες του PhotoLuxie. Χωρίς scripts, χωρίς εξωτερικά αρχεία. */
:root { color-scheme: light; --ink: #3d3128; --soft: #6f6150; --line: #e7dace; --paper: #faf6f2; --card: #ffffff; --accent: #1f7b94; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.7 -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; }
.wrap { width: min(760px, calc(100% - 32px)); margin: 0 auto; padding: 40px 0 72px; }
.brand { display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: #9a8875; text-decoration: none; }
h1 { font-family: Georgia, 'Times New Roman', serif; font-weight: 500; font-size: clamp(1.9rem, 6vw, 2.6rem); line-height: 1.2; margin: 14px 0 8px; }
h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 500; font-size: 1.35rem; margin: 36px 0 6px; }
p, li { color: var(--ink); }
.muted { color: var(--soft); font-size: 14px; }
a { color: var(--accent); }
.draft { margin: 18px 0 8px; padding: 12px 14px; border-left: 3px solid #c2410c; background: #fff7ed; color: #7c2d12; font-size: 14px; }
.blank { background: #fef3c7; padding: 0 4px; border-radius: 3px; }
table { width: 100%; border-collapse: collapse; margin: 12px 0; font-size: 15px; }
th, td { text-align: left; vertical-align: top; padding: 10px 8px; border-bottom: 1px solid var(--line); }
th { font-weight: 600; font-size: 13px; color: var(--soft); }
.table-scroll { overflow-x: auto; }
nav.links { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 40px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 14px; }
form { margin-top: 18px; padding: 20px; background: var(--card); border: 1px solid var(--line); border-radius: 12px; }
label { display: block; margin-top: 16px; font-weight: 600; font-size: 14px; }
label:first-child { margin-top: 0; }
label small { display: block; font-weight: 400; color: var(--soft); }
input[type=text], input[type=email], select, textarea { display: block; width: 100%; margin-top: 6px; padding: 10px 12px; font: inherit; color: var(--ink); background: #fff; border: 1px solid #d8c9b8; border-radius: 8px; }
textarea { min-height: 140px; resize: vertical; }
.check { display: flex; gap: 10px; align-items: flex-start; font-weight: 400; }
.check input { margin-top: 6px; }
.trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
button { margin-top: 20px; padding: 12px 22px; font: inherit; font-weight: 600; color: #fff; background: var(--accent); border: 0; border-radius: 999px; cursor: pointer; }
.top { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.lang { font-size: 14px; text-decoration: none; border-bottom: 1px solid currentColor; }
h3 { font-family: Georgia, 'Times New Roman', serif; font-weight: 500; font-size: 1.1rem; margin: 24px 0 4px; }
hr { border: 0; border-top: 1px solid var(--line); margin: 40px 0 0; }
code { font-size: 14px; background: #f1e9df; padding: 1px 4px; border-radius: 3px; }
