/*
Theme Name: Clyrup Lite (Landing)
Theme URI: https://example.com/
Author: You
Description: A lightweight WordPress theme version of the Clyrup landing page (single-page).
Version: 1.0.0
License: GPLv2 or later
Text Domain: clyrup-lite
*/

html { scroll-behavior: smooth; }
body {
  font-family: system-ui, -apple-system, sans-serif;
  color: #0f172a;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hero-bg { background: linear-gradient(to bottom right, #0f172a, #1e3a8a); }
.hover-lift { transition: transform .2s ease-out, box-shadow .2s ease-out; }
.hover-lift:hover { transform: translateY(-4px); box-shadow: 0 10px 15px -3px rgba(0,0,0,.1); }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

/* WPForms styling (to match the landing page look) */
.wpforms-container {
  margin: 0 !important;
}

.wpforms-container .wpforms-field {
  margin-bottom: 1.25rem !important;
}

.wpforms-container .wpforms-field-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #334155;
  margin-bottom: 0.5rem;
}

.wpforms-container input[type="text"],
.wpforms-container input[type="email"],
.wpforms-container input[type="tel"],
.wpforms-container input[type="url"],
.wpforms-container input[type="number"],
.wpforms-container select,
.wpforms-container textarea {
  width: 100% !important;
  padding: 1.25rem !important;
  border: 1px solid #e2e8f0 !important;
  background: #ffffff !important;
  border-radius: 1.5rem !important;
  font-weight: 600 !important;
  color: #0f172a !important;
  outline: none !important;
  box-shadow: none !important;
}

.wpforms-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpforms-container input:focus,
.wpforms-container select:focus,
.wpforms-container textarea:focus {
  border-color: #2563eb !important;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.35) !important;
}

.wpforms-container .wpforms-error {
  font-size: 0.875rem;
  font-weight: 600;
  color: #b91c1c;
  margin-top: 0.5rem;
}

.wpforms-container .wpforms-submit-container {
  margin-top: 1.25rem !important;
}

.wpforms-container button[type="submit"].wpforms-submit,
.wpforms-container .wpforms-submit {
  width: 100% !important;
  background: #2563eb !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  padding: 1.25rem !important;
  border-radius: 1.5rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3em !important;
  font-size: 11px !important;
  border: 0 !important;
  cursor: pointer !important;
}

.wpforms-container button[type="submit"].wpforms-submit:hover,
.wpforms-container .wpforms-submit:hover {
  background: #1d4ed8 !important;
}

/* WPForms confirmation message (same-page success) */
.wpforms-confirmation-container-full,
.wpforms-confirmation-container {
  border: 1px solid #a7f3d0 !important;
  background: #ecfdf5 !important;
  color: #065f46 !important;
  border-radius: 1.5rem !important;
  padding: 1rem 1.25rem !important;
  font-weight: 600 !important;
  margin-bottom: 1.25rem !important;
}
