/* ListReady Seattle - WordPress CSS */
/* Colors: #0a1628 (darkest), #0d1f3c (dark), #00b4b4 (teal), #a0b4c8 (muted), #ffffff */
/* Fonts: Barlow Condensed (headings), Inter (body) */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700;800&family=Inter:wght@400;500;600&display=swap');

/* ============ RESET & BASE ============ */
#lrs-wrap, #lrs-wrap * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#lrs-wrap {
  font-family: 'Inter', sans-serif;
  background-color: #0a1628;
  color: #e8edf5;
  line-height: 1.6;
  overflow-x: hidden;
}
html, body {
  overflow-x: hidden;
}

/* ============ HIDE KADENCE ELEMENTS ============ */
.site-header, .site-footer, .kadence-breadcrumbs, .entry-title,
.entry-header, .post-navigation, .comments-area, .wp-block-post-title {
  display: none !important;
}
.site-main, .content-wrap, .entry-content, .single-content,
.entry-content-wrap, .content-area, .site-content {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
.kadence-page-layout-fullwidth .content-wrap {
  padding: 0 !important;
}
body.page {
  background-color: #0a1628 !important;
}

/* ============ CONTAINER ============ */
.lrs-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ============ NAV ============ */
#lrs-nav {
  position: relative;
  background-color: rgba(10, 22, 40, 0.97);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  z-index: 100;
}
.lrs-nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.lrs-logo {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.lrs-logo-main {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  color: #ffffff;
  letter-spacing: 0.02em;
}
.lrs-logo-sub {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 0.65rem;
  color: #00b4b4;
  letter-spacing: 0.25em;
}
.lrs-nav-links {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.lrs-nav-links a {
  color: #a0b4c8;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.2s;
}
.lrs-nav-links a:hover { color: #ffffff; }
.lrs-nav-cta {
  background-color: #00b4b4;
  color: #0a1628 !important;
  padding: 0.5rem 1.25rem;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s;
}
.lrs-nav-cta:hover { background-color: #00d4d4; }
.lrs-hamburger {
  display: none;
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 0.25rem;
}
.lrs-mobile-menu {
  display: none;
  flex-direction: column;
  background-color: #0d1f3c;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 1rem 1.5rem;
  gap: 0.75rem;
}
.lrs-mobile-menu a {
  color: #a0b4c8;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.lrs-mobile-menu a:last-child { border-bottom: none; }
.lrs-mobile-cta {
  color: #00b4b4 !important;
  font-weight: 700 !important;
}

/* ============ HERO ============ */
.lrs-hero {
  position: relative;
  padding: 6rem 0 5rem;
  background: linear-gradient(135deg, #0a1628 0%, #0d1f3c 50%, #0a1628 100%);
  overflow: hidden;
}
.lrs-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://images.unsplash.com/photo-1568605114967-8130f3a36994?w=1600&q=80');
  background-size: cover;
  background-position: center;
  opacity: 0.12;
}
.lrs-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #0a1628 40%, transparent 100%);
}
.lrs-hero-content {
  position: relative;
  z-index: 1;
}
.lrs-hero-text {
  max-width: 680px;
}
.lrs-eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  color: #00b4b4;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.lrs-hero-h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(3rem, 7vw, 5.5rem);
  line-height: 1;
  color: #ffffff;
  margin-bottom: 0.25rem;
}
.lrs-teal { color: #00b4b4; }
.lrs-hero-desc {
  font-size: 1.1rem;
  color: #a0b4c8;
  line-height: 1.7;
  margin: 1.5rem 0 2rem;
  max-width: 520px;
}
.lrs-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}
.lrs-badge {
  font-size: 0.875rem;
  color: #e8edf5;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.lrs-hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.lrs-btn-primary {
  background-color: #00b4b4;
  color: #0a1628;
  padding: 0.875rem 2rem;
  border-radius: 6px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: background-color 0.2s;
}
.lrs-btn-primary:hover { background-color: #00d4d4; color: #0a1628; }
.lrs-btn-secondary {
  background-color: transparent;
  color: #ffffff;
  padding: 0.875rem 2rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.2);
  display: inline-flex;
  align-items: center;
  transition: border-color 0.2s;
}
.lrs-btn-secondary:hover { border-color: rgba(255,255,255,0.5); color: #ffffff; }

/* ============ SECTIONS ============ */
.lrs-section {
  padding: 5rem 0;
}
.lrs-bg-dark2 { background-color: #0d1f3c; }
.lrs-bg-darker { background-color: #0a1628; }
.lrs-section-header {
  margin-bottom: 3rem;
}
.lrs-section-h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #ffffff;
  margin-top: 0.5rem;
}
.lrs-section-desc {
  color: #a0b4c8;
  margin-top: 0.75rem;
  max-width: 540px;
  line-height: 1.7;
}
.lrs-learn-more {
  margin-top: 3rem;
  text-align: center;
}

/* ============ CARDS ============ */
.lrs-cards-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
.lrs-cards-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}
.lrs-card {
  border-radius: 12px;
  padding: 2rem;
}
.lrs-card-teal-border {
  background-color: #0a1628;
  border: 1px solid rgba(0,180,180,0.15);
}
.lrs-card-subtle {
  background-color: #0d1f3c;
  border: 1px solid rgba(255,255,255,0.08);
}
.lrs-card-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.lrs-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  color: #ffffff;
  margin-bottom: 0.75rem;
}
.lrs-card p {
  color: #a0b4c8;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* ============ PROCESS STEPS ============ */
.lrs-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.lrs-step {
  position: relative;
}
.lrs-step-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 4rem;
  color: rgba(0,180,180,0.12);
  line-height: 1;
  margin-bottom: -1rem;
}
.lrs-step h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #ffffff;
  margin-bottom: 0.75rem;
  position: relative;
  z-index: 1;
}
.lrs-step p {
  color: #a0b4c8;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* ============ SERVICES GRID ============ */
.lrs-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
}
.lrs-service-item {
  background-color: #0a1628;
  border: 1px solid rgba(0,180,180,0.15);
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  color: #e8edf5;
  font-weight: 500;
  font-size: 0.95rem;
  text-align: center;
  transition: border-color 0.2s;
}
.lrs-service-item:hover {
  border-color: rgba(0,180,180,0.4);
}

/* ============ FAQ ============ */
.lrs-faq {
  max-width: 800px;
}
.lrs-faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.lrs-faq-trigger {
  width: 100%;
  background: none;
  border: none;
  color: #ffffff;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  text-align: left;
  padding: 1.25rem 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.lrs-faq-trigger:hover { color: #00b4b4; }
.lrs-faq-arrow {
  color: #00b4b4;
  font-size: 0.75rem;
  flex-shrink: 0;
}
.lrs-faq-answer {
  display: none;
  color: #a0b4c8;
  line-height: 1.7;
  padding-bottom: 1.25rem;
  font-size: 0.95rem;
}

/* ============ CONTACT FORM ============ */
.lrs-contact-header {
  max-width: 680px;
  margin: 0 auto 2.5rem;
  text-align: center;
}
.lrs-contact-bio {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
  text-align: left;
}
.lrs-headshot {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  border: 3px solid #00b4b4;
  flex-shrink: 0;
}
.lrs-bio-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #ffffff;
}
.lrs-bio-title {
  color: #00b4b4;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.lrs-bio-note {
  color: #a0b4c8;
  font-size: 0.85rem;
  line-height: 1.5;
}
.lrs-form {
  max-width: 680px;
  margin: 0 auto;
  background-color: #0d1f3c;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 2.5rem;
}
.lrs-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
.lrs-form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.lrs-form-group label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #a0b4c8;
}
.lrs-form-group input,
.lrs-form-group select,
.lrs-form-group textarea {
  background-color: #0a1628;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 6px;
  padding: 0.75rem 1rem;
  color: #ffffff;
  font-size: 0.95rem;
  font-family: 'Inter', sans-serif;
  width: 100%;
  transition: border-color 0.2s;
}
.lrs-form-group input:focus,
.lrs-form-group select:focus,
.lrs-form-group textarea:focus {
  outline: none;
  border-color: #00b4b4;
}
.lrs-form-group select option {
  background-color: #0d1f3c;
  color: #ffffff;
}
.lrs-btn-submit {
  width: 100%;
  background-color: #00b4b4;
  color: #0a1628;
  padding: 1rem;
  border: none;
  border-radius: 6px;
  font-weight: 700;
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  margin-top: 0.5rem;
  transition: background-color 0.2s;
}
.lrs-btn-submit:hover { background-color: #00d4d4; }
.lrs-form-success {
  text-align: center;
  padding: 2rem;
}
.lrs-form-success h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.5rem;
  color: #00b4b4;
  margin-bottom: 0.75rem;
}
.lrs-form-success p {
  color: #a0b4c8;
}

/* ============ FOOTER ============ */
.lrs-footer {
  background-color: #060f1e;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 3rem 0 0;
}
.lrs-footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
}
.lrs-footer-brand p {
  color: #a0b4c8;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-top: 1rem;
}
.lrs-footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.lrs-footer-col {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.lrs-footer-heading {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  color: #a0b4c8;
  margin-bottom: 0.5rem;
}
.lrs-footer-col a,
.lrs-footer-col p {
  color: #a0b4c8;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.6;
}
.lrs-footer-col a:hover { color: #00b4b4; }
.lrs-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 1.5rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.lrs-footer-bottom p,
.lrs-footer-bottom a {
  color: #a0b4c8;
  font-size: 0.8rem;
  text-decoration: none;
}
.lrs-footer-bottom a:hover { color: #00b4b4; }

/* ============ MOBILE ============ */
@media (max-width: 768px) {
  .lrs-nav-links, .lrs-nav-cta { display: none; }
  .lrs-hamburger { display: block; }
  .lrs-hero { padding: 4rem 0 3rem; }
  .lrs-hero-bg { background-attachment: scroll; }
  .lrs-form-row { grid-template-columns: 1fr; }
  .lrs-footer-inner { grid-template-columns: 1fr; gap: 2rem; }
  .lrs-footer-links { grid-template-columns: 1fr 1fr; }
  .lrs-contact-bio { flex-direction: column; text-align: center; }
  .lrs-form { padding: 1.5rem; }
  .lrs-cards-3, .lrs-cards-4, .lrs-steps { grid-template-columns: 1fr; }
  .lrs-services-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .lrs-services-grid { grid-template-columns: 1fr; }
  .lrs-footer-links { grid-template-columns: 1fr; }
}
