/* EcoPrime Lawn Care - simple, clean, responsive */

:root{
  --green-900:#0f2f25;
  --green-800:#124034;
  --green-700:#165043;
  --green-200:#cfe3d8;
  --sand-50:#f6f7f5;
  --text:#102018;
  --muted:#5c6b63;
  --card:#ffffff;
  --border: rgba(16,32,24,0.12);
  --shadow: 0 10px 24px rgba(0,0,0,0.08);
  --radius: 16px;
  --max: 1100px;
}

*{ box-sizing:border-box; }
html,body{ margin:0; padding:0; }
body{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color: var(--text);
  background: linear-gradient(180deg, var(--sand-50), #ffffff 40%);
  line-height: 1.5;
}

a{ color: inherit; text-decoration: none; }
a:hover{ text-decoration: underline; }

.container{
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.skip-link{
  position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.skip-link:focus{
  left:16px; top:16px; width:auto; height:auto;
  background:#fff; padding:10px 12px; border-radius:10px; box-shadow:var(--shadow);
  z-index:9999;
}

header.site-header{
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}

.navbar{
  display:flex;
  flex-direction:column;
  align-items:center;
  padding: 20px 0 10px;
  gap: 14px;
}

.brand{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap: 8px;
}

.brand img{
  height: 90px;   /* makes it prominent */
  width: auto;
  display:block;
}

.brand .brand-text{
  display:flex;
  flex-direction:column;
  line-height:1.1;
}
.brand .brand-text strong{
  letter-spacing: 0.4px;
}
.brand .brand-text span{
  font-size: 12px;
  color: var(--muted);
}

.nav-links{
  display:flex;
  align-items:center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content:center;
}
.nav-links a{
  padding: 8px 10px;
  border-radius: 10px;
}
.nav-links a.active{
  background: rgba(22,80,67,0.10);
}
.nav-cta{
  display:flex;
  align-items:center;
  gap: 12px;
  justify-content:center;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 11px 14px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 650;
  cursor: pointer;
  transition: transform .08s ease, box-shadow .12s ease, background .12s ease;
  white-space: nowrap;
}
.btn:active{ transform: translateY(1px); }

.btn-primary{
  background: linear-gradient(180deg, var(--green-700), var(--green-900));
  color: #fff;
  box-shadow: 0 10px 20px rgba(15,47,37,0.24);
}
.btn-primary:hover{ text-decoration:none; }

.btn-ghost{
  background: #fff;
  border-color: var(--border);
}
.btn-ghost:hover{ text-decoration:none; }

.hero{
  padding: 44px 0 26px;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  align-items: stretch;
}
.hero-card{
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 22px;
}
.kicker{
  display:inline-flex;
  gap:8px;
  align-items:center;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(22,80,67,0.10);
  color: var(--green-900);
  font-weight: 650;
  font-size: 13px;
  letter-spacing: .2px;
}
h1{
  margin: 14px 0 10px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
}
.lede{
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 16px;
  max-width: 60ch;
}
.hero-actions{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.trust{
  margin-top: 16px;
  display:flex;
  gap: 18px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 13px;
}
.trust b{ color: var(--text); }

.info-card{
  background: linear-gradient(180deg, rgba(18,64,52,0.08), rgba(18,64,52,0.02));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px;
}
.info-card h2{
  margin: 0 0 10px;
  font-size: 18px;
}
.info-list{
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}
.info-list li{ margin: 8px 0; }

.section{
  padding: 26px 0;
}
.section h2{
  margin: 0 0 12px;
  font-size: 22px;
}
.section p{
  margin: 0 0 12px;
  color: var(--muted);
}

.grid-3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.card{
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.06);
}
.card h3{ margin: 0 0 6px; font-size: 16px; }
.card p{ margin: 0; color: var(--muted); }

.callout{
  margin-top: 18px;
  background: linear-gradient(180deg, rgba(15,47,37,0.06), rgba(15,47,37,0.02));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.page-title{
  padding: 26px 0 10px;
}
.page-title h1{
  margin: 0 0 10px;
  font-size: clamp(28px, 3.6vw, 40px);
}
.page-title p{
  margin: 0;
  color: var(--muted);
}

.table{
  width:100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow:hidden;
  border:1px solid var(--border);
  border-radius: var(--radius);
  background:#fff;
}
.table th, .table td{
  padding: 12px 12px;
  border-bottom:1px solid var(--border);
  text-align:left;
  vertical-align:top;
}
.table th{
  background: rgba(22,80,67,0.06);
  font-size: 13px;
  color: var(--muted);
  letter-spacing: .2px;
}
.table tr:last-child td{ border-bottom:0; }

.form{
  display:grid;
  gap: 12px;
  max-width: 680px;
}
.field{
  display:grid;
  gap: 6px;
}
label{
  font-weight: 650;
  font-size: 13px;
}
input, textarea, select{
  font: inherit;
  padding: 11px 12px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background:#fff;
}
textarea{ min-height: 120px; resize: vertical; }
small{ color: var(--muted); }

.footer{
  margin-top: 20px;
  padding: 18px 0 26px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 13px;
}
.footer a{ color: var(--muted); }

.badge{
  display:inline-flex;
  align-items:center;
  border:1px solid var(--border);
  border-radius: 999px;
  padding: 6px 10px;
  gap: 8px;
  background:#fff;
}

/* Mobile */
@media (max-width: 860px){
  .hero-grid{ grid-template-columns: 1fr; }
  .grid-3{ grid-template-columns: 1fr; }
  .nav-links{ display:none; }
}

/* Print friendly basics */
@media print{
  header.site-header, .btn, .nav-links, .nav-cta{ display:none !important; }
  body{ background:#fff; }
  .card, .hero-card{ box-shadow:none; }
}

/* ===== FULL WIDTH HERO ===== */

.hero-full{
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  overflow: hidden;
  background: linear-gradient(180deg, #165043 0%, #124034 100%);
}

/* Logo watermark background */
.hero-full::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/ecoprime-logo.png"); /* adjust if svg */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200%;
  opacity: 0.08;   /* watermark effect */
  pointer-events: none;
}

/* Dark overlay for contrast */
.hero-overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.25);
}

/* Hero content */
.hero-content{
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.hero-full h1{
  font-size: clamp(36px, 5vw, 56px);
  margin-bottom: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.hero-full .lede{
  font-size: 20px;
  margin-bottom: 28px;
  color: rgba(255,255,255,0.85);
}

/* Make buttons look good on dark */
.hero-full .btn-ghost{
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.4);
  color: white;
}
.hero-full .btn-ghost:hover{
  background: rgba(255,255,255,0.2);
}
