/*
Theme Name: CRE Valuation Pro
Theme URI: https://crevaluationpro.com
Author: Nav Pointe Properties, LLC
Author URI: https://navpointeproperties.com
Description: A focused landing-page style theme for CRE Valuation Pro, built for commercial real estate investment analysis software.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cre-valuation-pro
*/

/* Basic typography & layout */
body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #0f172a;
  background-color: #ffffff;
}

a {
  color: #2563eb;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.crev-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.crev-section {
  padding: 4rem 0;
}

.crev-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.crev-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.75rem 1.75rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.15s ease;
  font-size: 1rem;
}

.crev-btn-primary {
  background: #059669;
  color: #ffffff;
}

.crev-btn-primary:hover {
  background: #047857;
  text-decoration: none;
}

.crev-btn-outline {
  background: transparent;
  border: 1px solid #64748b;
  color: #0f172a;
}

.crev-btn-outline:hover {
  background: #0f172a;
  color: #e5e7eb;
  text-decoration: none;
}

.crev-h1 {
  font-size: 2.6rem;
  line-height: 1.1;
  margin-bottom: 1rem;
  color: #f9fafb;
}

.crev-h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #020617;
}

.crev-h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.crev-text-center {
  text-align: center;
}

.crev-text-muted {
  color: #64748b;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(16px);
  background-color: rgba(255,255,255,0.92);
  border-bottom: 1px solid #e2e8f0;
}

.site-header-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.site-branding {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.site-branding-logo {
  width: 40px;
  height: 40px;
  border-radius: 1rem;
  background: linear-gradient(135deg, #059669, #2563eb);
}

.site-branding-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
}

.primary-menu {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding: 0;
}

.primary-menu a {
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 500;
}

/* Hero */
.crev-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at top left, #0f766e 0, #020617 55%, #020617 100%);
  color: #e5e7eb;
  padding: 5rem 0 5rem;
}

.crev-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=1920&q=80');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  pointer-events: none;
}

.crev-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.25), rgba(37, 99, 235, 0.25));
  pointer-events: none;
}

.crev-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr);
  gap: 2rem;
  z-index: 1;
}

.crev-hero-metrics {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
}

.crev-hero-metric-card {
  background-color: rgba(15, 23, 42, 0.7);
  border-radius: 0.75rem;
  padding: 0.75rem;
  border: 1px solid rgba(148, 163, 184, 0.35);
  font-size: 0.9rem;
  text-align: center;
}

.crev-hero-gradient-text {
  display: block;
  background: linear-gradient(90deg, #6ee7b7, #7dd3fc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Features */
.crev-section-light {
  background-color: #f8fafc;
}

.crev-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.crev-feature-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.75rem;
  background-color: #ecfdf5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  color: #059669;
}

/* Phases */
.crev-phases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.crev-phase-card {
  position: relative;
  background-color: #ffffff;
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  padding: 1.75rem 1.5rem;
  overflow: hidden;
}

.crev-phase-number {
  position: absolute;
  top: -0.75rem;
  left: -0.25rem;
  font-size: 4rem;
  font-weight: 800;
  color: #e0f2fe;
  pointer-events: none;
}

/* Pricing */
.crev-pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.crev-pricing-card {
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.crev-pricing-card-popular {
  border: 2px solid #059669;
  box-shadow: 0 16px 40px rgba(16, 185, 129, 0.25);
}

.crev-pricing-pill {
  background-color: #059669;
  color: #ffffff;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  margin-bottom: 0.75rem;
}

.crev-pricing-price {
  font-size: 2rem;
  font-weight: 700;
  color: #020617;
}

.crev-pricing-period {
  color: #64748b;
  margin-left: 0.25rem;
}

/* CTA */
.crev-cta {
  background: linear-gradient(135deg, #059669, #2563eb);
  color: #f9fafb;
  text-align: center;
}

/* Footer */
.site-footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9rem;
  color: #9ca3af;
}

.site-footer-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.site-footer-badge {
  width: 32px;
  height: 32px;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, #059669, #2563eb);
}

/* Responsive */
@media (min-width: 768px) {
  .crev-hero-inner {
    grid-template-columns: minmax(0, 1.4fr);
  }
  .site-footer-inner {
    flex-direction: row;
  }
}

@media (max-width: 640px) {
  .crev-hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
