/* Haul & Shine multipage dark theme with transparent logo */

/* THEME */
:root {
  --bg-main: #020617;
  --bg-alt: #02081b;
  --bg-card: #020b24;
  --bg-card-soft: #020a1a;
  --border-subtle: #1f2937;
  --text-main: #e5e7eb;
  --text-muted: #9ca3af;
  --accent: #38bdf8;
  --accent-soft: rgba(56, 189, 248, 0.12);
  --accent-strong: #0ea5e9;
  --radius: 16px;
  --radius-lg: 22px;
  --shadow-soft: 0 24px 60px rgba(0, 0, 0, 0.65);
}

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

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top left, #0b1120 0, #020617 50%, #000000 100%);
  color: var(--text-main);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* HEADER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: linear-gradient(to bottom, rgba(2,6,23,0.96), rgba(2,6,23,0.92));
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(15,23,42,0.9);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.85);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
  gap: 1rem;
}

/* Logo */
.logo-image {
  display: flex;
  align-items: center;
}

.logo-image img {
  height: 46px;
  width: auto;
  display: block;
  object-fit: contain;
  filter:
    drop-shadow(0 0 10px rgba(56, 189, 248, 0.45))
    drop-shadow(0 0 18px rgba(15, 23, 42, 0.9));
}

.nav {
  display: flex;
  gap: 1.5rem;
  font-size: 0.95rem;
}

.nav a {
  text-decoration: none;
  color: var(--text-muted);
  position: relative;
  padding-bottom: 0.1rem;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, var(--accent), #22c55e);
  transition: width 0.18s ease;
}

.nav a:hover {
  color: var(--text-main);
}

.nav a:hover::after,
.nav a.active::after {
  width: 100%;
}

.nav a.active {
  color: var(--text-main);
}

.header-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.35rem;
  border-radius: 999px;
  background: radial-gradient(circle at top left, #22c55e 0, #60a5fa 40%, #ec4899 100%);
  color: #0b1120;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  box-shadow: 0 18px 45px rgba(0,0,0,0.65);
  white-space: nowrap;
}

@media (max-width: 840px) {
  .nav {
    display: none;
  }
}

/* HERO */
.hero {
  padding: 3.5rem 0 3.75rem;
}

.hero-inner {
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 900px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.1fr);
    align-items: center;
  }
}

.hero-kicker {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--accent);
  margin-bottom: 0.75rem;
}

.hero h1 {
  font-size: clamp(2.3rem, 3.3vw, 3.2rem);
  line-height: 1.05;
  margin: 0 0 0.75rem;
}

.hero-highlight {
  color: var(--accent);
}

.hero-sub {
  max-width: 520px;
  color: var(--text-muted);
  font-size: 0.98rem;
  margin-bottom: 1.4rem;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.5rem;
}

.pill {
  padding: 0.36rem 0.8rem;
  border-radius: 999px;
  font-size: 0.8rem;
  border: 1px solid rgba(148,163,184,0.75);
  color: #e5e7eb;
  background: radial-gradient(circle at top left, rgba(148,163,184,0.4), rgba(15,23,42,0.7));
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1.1rem;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.5rem;
  border-radius: 999px;
  border: none;
  background: linear-gradient(to right, var(--accent-strong), #22c55e);
  color: #020617;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 18px 45px rgba(15,23,42,0.9);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.4rem;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,0.65);
  background: transparent;
  color: var(--text-main);
  font-size: 0.92rem;
  text-decoration: none;
}

.hero-callout {
  font-size: 0.9rem;
  color: var(--text-muted);
}

.hero-callout b {
  color: var(--accent);
  font-weight: 600;
}

/* Hero side panel */
.hero-panel {
  background: radial-gradient(circle at top left, #0b1120 0, #020617 60%);
  border-radius: 28px;
  padding: 1.5rem 1.4rem;
  border: 1px solid rgba(148,163,184,0.4);
  box-shadow: var(--shadow-soft);
}

.hero-panel h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
}

.hero-panel p {
  margin: 0 0 1.1rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.panel-grid {
  display: grid;
  gap: 0.75rem;
  font-size: 0.85rem;
}

@media (min-width: 480px) {
  .panel-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

.panel-box {
  border-radius: 14px;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(51,65,85,0.8);
  background: radial-gradient(circle at top left, rgba(15,23,42,0.8), rgba(15,23,42,0.6));
}

.panel-label {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.2rem;
}

.panel-main {
  font-weight: 600;
  font-size: 0.9rem;
}

.panel-sub {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 0.2rem;
}

/* GENERIC SECTIONS */
.section {
  padding: 3.6rem 0 3.8rem;
  background: transparent;
}

.section.alt {
  background: radial-gradient(circle at top, #02081b 0, #020617 55%, #020617 100%);
}

.section-heading {
  text-align: center;
  margin-bottom: 2.5rem;
}

.section-kicker {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
}

.section-title {
  font-size: 1.6rem;
  margin: 0;
}

.section-title span {
  color: var(--accent);
}

.section-sub {
  margin-top: 0.85rem;
  color: var(--text-muted);
  font-size: 0.95rem;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.grid-3 {
  display: grid;
  gap: 1.6rem;
}

@media (min-width: 900px) {
  .grid-3 {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }
}

.service-card {
  background: linear-gradient(to bottom right, rgba(15,23,42,1), rgba(15,23,42,0.94));
  border-radius: var(--radius-lg);
  padding: 1.5rem 1.4rem 1.4rem;
  border: 1px solid rgba(55,65,81,0.9);
  box-shadow: var(--shadow-soft);
}

.service-tag {
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.5rem;
}

.service-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
}

.service-lead {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 0.7rem;
}

.service-card ul {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 0.88rem;
  color: var(--text-muted);
}

/* TWO-COL / WHY */
.two-col {
  display: grid;
  gap: 1.8rem;
}

@media (min-width: 900px) {
  .two-col {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.1fr);
    align-items: flex-start;
  }
}

.why-text h3 {
  margin-top: 0;
  margin-bottom: 0.7rem;
  font-size: 1.25rem;
}

.why-text p {
  margin: 0 0 0.9rem;
  color: var(--text-muted);
  font-size: 0.94rem;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
  font-size: 0.9rem;
}

.checklist li {
  margin-bottom: 0.4rem;
  display: flex;
  gap: 0.45rem;
  align-items: flex-start;
}

.checkmark {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 1px solid rgba(74,222,128,0.6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  color: #4ade80;
  margin-top: 0.05rem;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.9rem;
}

.pill-small {
  padding: 0.28rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,0.7);
  font-size: 0.78rem;
  color: var(--text-muted);
  background: rgba(15,23,42,0.7);
}

.pricing-note {
  margin-top: 1.5rem;
  font-size: 0.88rem;
  color: var(--text-muted);
}

/* REVIEWS */
.reviews-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 900px) {
  .reviews-grid {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }
}

.review-card {
  background: var(--bg-card-soft);
  border-radius: 20px;
  padding: 1.2rem 1.2rem 1.1rem;
  border: 1px solid rgba(55,65,81,0.85);
  box-shadow: 0 20px 55px rgba(0,0,0,0.75);
  font-size: 0.9rem;
}

.stars {
  color: #fbbf24;
  font-size: 0.85rem;
  margin-bottom: 0.55rem;
}

.review-text {
  color: var(--text-main);
  margin-bottom: 0.6rem;
}

.review-author {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* QUOTE / CONTACT */
.quote-layout {
  display: grid;
  gap: 2rem;
}

@media (min-width: 900px) {
  .quote-layout {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    align-items: flex-start;
  }
}

.form-card {
  background: linear-gradient(to bottom right, #020617, #020617);
  border-radius: 26px;
  padding: 1.5rem 1.6rem 1.4rem;
  border: 1px solid rgba(55,65,81,0.9);
  box-shadow: var(--shadow-soft);
}

.form-title {
  font-size: 1.2rem;
  margin: 0 0 0.2rem;
}

.form-sub {
  margin: 0 0 1.1rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.form-grid {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 640px) {
  .form-grid.two-col {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.26rem;
  font-size: 0.8rem;
}

.field label {
  color: var(--text-muted);
}

.field input,
.field textarea {
  border-radius: 999px;
  border: 1px solid rgba(55,65,81,0.95);
  background: rgba(15,23,42,0.95);
  color: var(--text-main);
  padding: 0.65rem 0.85rem;
  font-size: 0.9rem;
  font-family: inherit;
}

.field textarea {
  border-radius: 18px;
  min-height: 120px;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #6b7280;
}

.field input:focus,
.field textarea:focus {
  outline: 1px solid var(--accent);
  outline-offset: 1px;
  border-color: var(--accent);
}

.btn-send {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.75rem;
  padding: 0.7rem 1.6rem;
  border-radius: 999px;
  border: none;
  background: linear-gradient(to right, var(--accent-strong), #ec4899);
  color: #020617;
  font-weight: 600;
  font-size: 0.92rem;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 20px 50px rgba(0,0,0,0.85);
  width: 100%;
}

.send-note {
  margin-top: 0.45rem;
  font-size: 0.78rem;
  color: var(--text-muted);
  text-align: center;
}

.contact-card {
  font-size: 0.9rem;
}

.contact-heading {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}

.contact-label {
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 0.6rem;
  margin-bottom: 0.1rem;
}

.contact-value a {
  color: var(--accent);
  text-decoration: none;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.55rem;
}

.chip {
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  font-size: 0.8rem;
  background: rgba(15,23,42,0.95);
  border: 1px solid rgba(55,65,81,0.9);
  color: var(--text-muted);
}

/* FOOTER */
.site-footer {
  border-top: 1px solid rgba(15,23,42,0.9);
  padding: 1.6rem 0 1.5rem;
  font-size: 0.82rem;
  color: var(--text-muted);
  text-align: center;
  margin-top: 2.2rem;
}

/* Slider + gallery tweaks */
.gallery-slider img,
.slider-frame img {
  width: 100%;
  max-height: 380px;
  object-fit: cover;
  border-radius: 10px;
}

.slider-frame {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(148,163,184,0.45);
  background: rgba(15,23,42,0.96);
  box-shadow: 0 20px 50px rgba(0,0,0,0.85);
  padding: 1rem 1rem 1.2rem;
}

.slide {
  display: none;
}
.slide.active {
  display: block;
}

.slider-caption {
  margin-top: 0.55rem;
  font-size: 0.85rem;
  color: #9ca3af;
  text-align: center;
}

.slider-nav {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 0.85rem;
}

.slider-btn {
  flex: 1;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,0.7);
  background: rgba(15,23,42,0.95);
  color: #e5e7eb;
  font-size: 0.85rem;
  padding: 0.45rem 0.8rem;
  cursor: pointer;
}

.slider-btn:hover {
  border-color: #38bdf8;
}

@media (max-width: 720px) {
  .slider-frame {
    padding: 0.7rem 0.7rem 0.9rem;
  }
}


/* Mobile menu toggle */
.mobile-toggle {
  display:none;
  flex-direction: column;
  gap:4px;
  cursor:pointer;
}
.mobile-toggle div {
  width:24px;
  height:3px;
  background:#e5e7eb;
  border-radius:2px;
}
@media(max-width:840px){
  .mobile-toggle {display:flex;}
  .nav {display:none;}
  .nav.open {display:flex; flex-direction:column; position:absolute; top:60px; left:0; right:0;
    background:#020617; padding:1rem; gap:1rem; border-top:1px solid #334155;}
}
