/* Phoenix of Hope — Full Rebuild — Ward ✦ S96 2026-06-11 */
:root {
  --ember:    #C85000;
  --ember2:   #E06020;
  --amber:    #F5A623;
  --amber2:   #FFD080;
  --ash:      #4A4A4A;
  --dark:     #0f0f0f;
  --dark2:    #141414;
  --dark3:    #1a1a1a;
  --card:     #1e1e1e;
  --border:   rgba(255,255,255,0.08);
  --border2:  rgba(200,80,0,0.3);
  --light:    #F0EDE8;
  --muted:    #999;
  --white:    #FFFFFF;
  --radius:   8px;
  --max:      1100px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--dark);
  color: var(--light);
  line-height: 1.7;
  font-size: 16px;
}

a { color: var(--amber); text-decoration: none; }
a:hover { text-decoration: underline; }

.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ── NAV ─────────────────────────────────────────────────────────── */
.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem;
  height: 68px;
  background: rgba(10,10,10,0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(200,80,0,0.25);
  position: sticky;
  top: 0;
  z-index: 100;
}

.logo-link { text-decoration: none; }
.logo { display: flex; align-items: center; gap: 10px; }
.logo-flame {
  width: 36px; height: 36px;
  background: linear-gradient(160deg, var(--amber) 0%, var(--ember) 100%);
  border-radius: 50% 50% 50% 10%;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; flex-shrink: 0;
}
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-name {
  font-family: 'Bebas Neue', 'Arial Narrow', Arial, sans-serif;
  font-size: 1.3rem;
  color: var(--white);
  letter-spacing: 0.08em;
}
.logo-sub { font-size: 0.62rem; color: var(--muted); letter-spacing: 0.06em; text-transform: uppercase; margin-top: 2px; }

.nav-links { display: flex; align-items: center; gap: 1.5rem; }
.nav-links a { color: #ccc; font-size: 0.9rem; font-weight: 500; letter-spacing: 0.02em; transition: color 0.2s; }
.nav-links a:hover { color: var(--amber); text-decoration: none; }
.nav-cta {
  background: var(--ember) !important;
  color: var(--white) !important;
  padding: 0.5rem 1.2rem;
  border-radius: var(--radius);
  font-weight: 600 !important;
  font-size: 0.88rem !important;
  transition: background 0.2s !important;
}
.nav-cta:hover { background: var(--ember2) !important; }

.nav-toggle { display: none; background: none; border: none; color: var(--light); font-size: 1.4rem; cursor: pointer; }
.nav-mobile { display: none; flex-direction: column; background: #0a0a0a; border-bottom: 1px solid #222; }
.nav-mobile a { padding: 1rem 1.5rem; color: var(--light); border-bottom: 1px solid #1a1a1a; font-size: 0.95rem; }
.nav-mobile.open { display: flex; }

/* ── HERO ─────────────────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5rem 1.5rem 4rem;
  background: #0a0a0a;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 60% at 50% 100%, rgba(200,80,0,0.18) 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 30% 50%, rgba(245,166,35,0.06) 0%, transparent 50%),
    linear-gradient(180deg, #0a0a0a 0%, #0f0500 60%, #150800 100%);
  pointer-events: none;
}

.hero-grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(200,80,0,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200,80,0,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(200,80,0,0.12);
  border: 1px solid rgba(200,80,0,0.3);
  color: var(--amber);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.35rem 1rem;
  border-radius: 20px;
  margin-bottom: 1.8rem;
}

.hero-title {
  font-family: 'Bebas Neue', 'Arial Narrow', Arial, sans-serif;
  font-size: clamp(4rem, 12vw, 8.5rem);
  line-height: 0.9;
  color: var(--white);
  letter-spacing: 0.03em;
  margin-bottom: 1rem;
}

.hero-title .fire {
  display: block;
  background: linear-gradient(135deg, var(--amber2) 0%, var(--amber) 40%, var(--ember) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--ember), var(--amber));
  margin: 1.2rem auto;
  border-radius: 2px;
}

.hero-tagline {
  font-size: clamp(1.2rem, 3vw, 1.55rem);
  color: #ddd;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.hero-tagline strong {
  color: var(--white);
  font-weight: 600;
}

.hero-sub-line {
  font-size: 1rem;
  color: var(--amber);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  font-weight: 500;
}

.hero-ctas {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.hero-trust {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.trust-num {
  font-family: 'Bebas Neue', 'Arial Narrow', Arial, sans-serif;
  font-size: 2rem;
  color: var(--amber);
  line-height: 1;
}

.trust-label {
  font-size: 0.7rem;
  color: var(--muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ── BUTTONS ─────────────────────────────────────────────────────── */
.btn-primary {
  display: inline-block;
  background: linear-gradient(135deg, var(--ember) 0%, var(--ember2) 100%);
  color: var(--white);
  padding: 0.85rem 2.2rem;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(200,80,0,0.3);
}
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 6px 24px rgba(200,80,0,0.45); text-decoration: none; color: var(--white); }

.btn-secondary {
  display: inline-block;
  background: transparent;
  color: var(--light);
  padding: 0.85rem 2.2rem;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 0.95rem;
  border: 1.5px solid rgba(255,255,255,0.2);
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}
.btn-secondary:hover { border-color: var(--amber); color: var(--amber); text-decoration: none; }
.btn-full { width: 100%; text-align: center; display: block; }

/* ── SECTIONS ────────────────────────────────────────────────────── */
section { padding: 5rem 0; }

.section-what    { background: var(--dark2); }
.section-process { background: var(--dark); }
.section-why     { background: var(--dark3); }
.section-area    { background: var(--dark2); }
.section-cta     { background: linear-gradient(135deg, #0f0300 0%, #1a0800 50%, #0f0300 100%); text-align: center; }
.section-services { background: var(--dark); }
.section-form    { background: var(--dark2); }
.section-about   { background: var(--dark); }

.section-eyebrow {
  font-size: 0.68rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--ember2);
  font-weight: 600;
  margin-bottom: 10px;
}

h2 {
  font-family: 'Bebas Neue', 'Arial Narrow', Arial, sans-serif;
  font-size: clamp(2rem, 5vw, 2.8rem);
  color: var(--white);
  letter-spacing: 0.04em;
  margin-bottom: 0.75rem;
  line-height: 1.1;
}

h2 .accent { color: var(--amber); }
h3 { font-size: 1.05rem; color: var(--white); margin-bottom: 0.5rem; font-weight: 600; }

.section-intro {
  color: #aaa;
  font-size: 1.05rem;
  max-width: 680px;
  margin-bottom: 3rem;
  line-height: 1.7;
}

/* ── SERVICE CARDS ───────────────────────────────────────────────── */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.25rem;
}

.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1.75rem;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
}

.card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--ember), var(--amber));
  opacity: 0;
  transition: opacity 0.2s;
}

.card:hover { border-color: var(--border2); transform: translateY(-2px); }
.card:hover::before { opacity: 1; }

.card-icon {
  width: 48px; height: 48px;
  background: rgba(200,80,0,0.12);
  border: 1px solid rgba(200,80,0,0.2);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.card p { color: #999; font-size: 0.92rem; line-height: 1.6; }
.card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 1rem; }
.tag {
  font-size: 0.7rem;
  color: var(--muted);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 2px 8px;
  border-radius: 20px;
  letter-spacing: 0.03em;
}

/* ── PROCESS STEPS ───────────────────────────────────────────────── */
.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-top: 2.5rem;
  position: relative;
}

.process-step {
  text-align: center;
  padding: 2rem 1.5rem;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  position: relative;
}

.step-num {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, var(--ember), var(--ember2));
  color: var(--white);
  font-family: 'Bebas Neue', 'Arial Narrow', Arial, sans-serif;
  font-size: 1.4rem;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1rem;
  box-shadow: 0 4px 16px rgba(200,80,0,0.35);
}

.process-step h3 { font-size: 1rem; color: var(--white); margin-bottom: 0.5rem; }
.process-step p { font-size: 0.88rem; color: #888; line-height: 1.6; }

/* ── WHY GRID ────────────────────────────────────────────────────── */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.why-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 1rem 1.1rem;
  font-size: 0.93rem;
  transition: border-color 0.2s;
}
.why-item:hover { border-color: var(--border2); }
.why-item .check {
  width: 22px; height: 22px;
  background: rgba(200,80,0,0.15);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--ember2);
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ── AREA ────────────────────────────────────────────────────────── */
.area-content { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.area-content p { color: #aaa; font-size: 0.95rem; line-height: 1.7; margin-bottom: 1rem; }
.area-cities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 1rem;
}
.city-tag {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.82rem;
  color: #bbb;
}
.emergency-box {
  background: rgba(200,80,0,0.08);
  border: 1px solid rgba(200,80,0,0.25);
  border-radius: 12px;
  padding: 1.5rem;
}
.emergency-box h3 { color: var(--amber); font-size: 1.1rem; margin-bottom: 0.5rem; }
.emergency-box p { color: #bbb; font-size: 0.9rem; margin-bottom: 1rem; }

/* ── CTA SECTION ─────────────────────────────────────────────────── */
.section-cta h2 { color: var(--white); }
.section-cta h2 .accent { color: var(--amber); }
.section-cta .section-intro { margin: 0 auto 2rem; }
.cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ── PAGE HEADER ─────────────────────────────────────────────────── */
.page-header {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a0800 100%);
  padding: 3.5rem 0;
  border-bottom: 1px solid rgba(200,80,0,0.2);
}
.page-header h1 {
  font-family: 'Bebas Neue', 'Arial Narrow', Arial, sans-serif;
  font-size: clamp(2.5rem, 6vw, 4rem);
  color: var(--white);
  margin-bottom: 0.5rem;
  letter-spacing: 0.03em;
}
.page-header p { color: var(--muted); font-size: 1rem; }

/* ── SERVICES PAGE ───────────────────────────────────────────────── */
.service-category { margin-bottom: 3rem; }
.service-category h3 {
  font-family: 'Bebas Neue', 'Arial Narrow', Arial, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: var(--amber);
  border-bottom: 1px solid var(--border2);
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.service-table { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.service-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 0.8rem 1.1rem;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  font-size: 0.93rem;
}
.service-row:last-child { border-bottom: none; }
.service-row:nth-child(even) { background: rgba(255,255,255,0.02); }
.service-row span:last-child { color: var(--amber); font-weight: 600; white-space: nowrap; margin-left: 1rem; }

.bundle-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; }
.bundle {
  background: var(--card);
  border: 1px solid var(--border2);
  border-radius: var(--radius); padding: 1.5rem;
}
.bundle h3 { color: var(--amber); margin-bottom: 0.4rem; }
.bundle p { color: #999; font-size: 0.9rem; margin-bottom: 0.75rem; }
.bundle strong { color: var(--white); font-size: 1.1rem; }

.estimate-cta-box {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 2rem;
  text-align: center; margin-top: 2rem;
}
.estimate-cta-box p { color: #aaa; margin-bottom: 1rem; }

/* ── FORMS ───────────────────────────────────────────────────────── */
.form-container { max-width: 700px; }
.form-group { margin-bottom: 1.25rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label { display: block; font-size: 0.88rem; color: #ccc; margin-bottom: 0.4rem; font-weight: 500; letter-spacing: 0.02em; }
input, select, textarea {
  width: 100%;
  background: #1e1e1e;
  border: 1px solid #333;
  border-radius: var(--radius);
  color: var(--light);
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  font-family: 'Inter', sans-serif;
  transition: border-color 0.2s;
}
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--ember); }
select option { background: #1e1e1e; }
textarea { resize: vertical; }

.form-status {
  padding: 0.9rem 1.1rem;
  border-radius: var(--radius);
  margin-bottom: 1rem;
  font-size: 0.93rem;
}
.form-status.success { background: rgba(0,150,50,0.12); border: 1px solid #2a6a2a; color: #6fcf6f; }
.form-status.error   { background: rgba(200,0,0,0.12); border: 1px solid #6a2a2a; color: #cf6f6f; }

/* ── CONTACT ─────────────────────────────────────────────────────── */
.contact-split { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.contact-info h2 { margin-bottom: 1.5rem; }
.contact-item { margin-bottom: 1.5rem; }
.contact-item strong { display: block; color: var(--muted); font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 4px; font-weight: 500; }
.contact-item span, .contact-item a { color: var(--white); font-size: 1rem; }
.contact-item a:hover { color: var(--amber); }
.contact-form-wrap h2 { margin-bottom: 1.5rem; }

/* ── ABOUT ───────────────────────────────────────────────────────── */
.about-content h2 { margin-top: 2.5rem; margin-bottom: 0.75rem; }
.about-content p { color: #aaa; margin-bottom: 1rem; max-width: 750px; line-height: 1.75; }
.about-contact {
  margin-top: 2rem; padding: 2rem;
  background: rgba(200,80,0,0.06);
  border: 1px solid rgba(200,80,0,0.2);
  border-radius: 12px;
}
.about-contact p { margin-bottom: 0.5rem; }
.about-contact a { color: var(--amber); }

/* ── FOOTER ──────────────────────────────────────────────────────── */
footer {
  background: #0a0a0a;
  border-top: 1px solid rgba(200,80,0,0.15);
  padding: 3rem 1.5rem;
}
.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  align-items: start;
}
.footer-brand { color: #666; font-size: 0.88rem; line-height: 1.9; }
.footer-brand strong { color: var(--white); font-size: 1rem; }
.footer-brand a { color: var(--amber); }
.footer-links { display: flex; flex-direction: column; gap: 0.5rem; text-align: center; }
.footer-links a { color: #666; font-size: 0.88rem; transition: color 0.2s; }
.footer-links a:hover { color: var(--amber); text-decoration: none; }
.footer-legal { color: #444; font-size: 0.78rem; text-align: right; line-height: 1.7; }
.footer-tagline {
  font-family: 'Bebas Neue', 'Arial Narrow', Arial, sans-serif;
  font-size: 1.1rem;
  color: var(--ember2);
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}

/* ── RESPONSIVE ──────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .contact-split { grid-template-columns: 1fr; }
  .area-content { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-legal { text-align: center; }
  .form-row { grid-template-columns: 1fr; }
  .hero-trust { gap: 1.5rem; }
  .process-steps { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .process-steps { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr; }
}
