/*
Theme Name: Data8X
Theme URI: https://data8x.com
Author: Data8X
Author URI: https://data8x.com
Description: Data8X v2 corporate theme. Govern. Protect. Accelerate AI. Pages render with Tailwind plus a custom style layer loaded in header.php; blog posts are dynamic. British English, copyright 2026.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: Proprietary
Text Domain: data8x
*/

/* Real styling is delivered via the Tailwind + custom layer in header.php for visual fidelity.
   Use this file only for small production overrides. */

/* ---- Contact Form 7 styling, matched to the Data8X design ---- */
.wpcf7 .d8x-grid{display:grid;gap:1.25rem}
@media(min-width:640px){.wpcf7 .d8x-grid--2{grid-template-columns:1fr 1fr}}
.wpcf7 label{display:block}
.wpcf7 label .lbl{display:block;margin-bottom:.375rem;font-size:13px;font-weight:600;color:#0B1437}
.wpcf7 input[type=text],.wpcf7 input[type=email],.wpcf7 input[type=url],.wpcf7 textarea{
  width:100%;border:1px solid #E2E8F0;border-radius:.75rem;background:#fff;padding:.7rem .9rem;
  font-family:'Inter',system-ui,sans-serif;font-size:15px;color:#0B1437;outline:none;transition:border-color .2s,box-shadow .2s}
.wpcf7 textarea{min-height:130px;resize:vertical}
.wpcf7 input::placeholder,.wpcf7 textarea::placeholder{color:#8A93AB}
.wpcf7 input:focus,.wpcf7 textarea:focus{border-color:#2F4BFF;box-shadow:0 0 0 3px rgba(47,75,255,.15)}
.wpcf7 .d8x-submit input[type=submit]{
  margin-top:1.5rem;display:inline-flex;align-items:center;gap:.5rem;border:none;cursor:pointer;
  border-radius:.75rem;background:#2F4BFF;color:#fff;padding:.75rem 1.5rem;font-size:15px;font-weight:600;
  box-shadow:0 12px 26px rgba(47,75,255,.30);transition:transform .2s,background .2s}
.wpcf7 .d8x-submit input[type=submit]:hover{transform:translateY(-1px);background:#1E36E0}
.wpcf7-not-valid-tip{color:#dc2626;font-size:13px;margin-top:.35rem}
.wpcf7 .wpcf7-response-output{margin:1rem 0 0;border-radius:.6rem;padding:.6rem .9rem;font-size:14px}

/* ---- Fallback prose styling for plain WP page/post content ---- */
.data8x-prose p{margin-top:1.1rem;font-size:16px;line-height:1.8;color:#475569}
.data8x-prose h2{margin-top:2.5rem;font-family:'Sora',system-ui,sans-serif;font-weight:700;font-size:24px;color:#0B1437}
.data8x-prose h3{margin-top:1.8rem;font-family:'Sora',system-ui,sans-serif;font-weight:600;font-size:19px;color:#0B1437}
.data8x-prose ul{margin-top:1rem;padding-left:1.1rem;list-style:disc;color:#475569;line-height:1.7}
.data8x-prose a{color:#2F4BFF;font-weight:600}
