body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  line-height: 1.6;
}

header {
  background: #111;
  color: #fff;
  padding: 20px;
}

header nav a {
  color: #fff;
  margin-right: 20px;
  text-decoration: none;
  font-weight: 600;
}

.hero {
  padding: 80px 20px;
  background: #f2f2f2;
  text-align: center;
}

.section {
  padding: 60px 20px;
  max-width: 1100px;
  margin: auto;
}

.section h2 {
  margin-bottom: 20px;
}

.columns {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.column {
  flex: 1;
  min-width: 280px;
}

.cta {
  background: #111;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
}

footer {
  background: #111;
  color: #fff;
  text-align: center;
  padding: 20px;
}

img {
  max-width: 100%;
  height: auto;
}
/* ===== Section Layout Fix ===== */

.section {
  padding: 70px 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.section h2 {
  margin-bottom: 20px;
  font-size: 34px;
}

.section h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 22px;
}

.section p {
  max-width: 900px;
  line-height: 1.7;
}

/* Comparison box spacing */
.comparison {
  margin: 80px auto;
  max-width: 1100px;
}

/* Hero spacing safety */
.hero {
  margin-bottom: 40px;
}
/* ===== Hydroseeding page polish ===== */

.hero--short { min-height: 45vh !important; }

.section--alt { background: #f7f8fa; }

.section__head h2 { margin: 0 0 8px; }
.section__head p { margin: 0 0 26px; }

.two-col{
  display:grid;
  grid-template-columns: 1.25fr .9fr;
  gap: 22px;
  align-items:start;
}

.bullets{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.bullet{
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(15,23,42,.10);
  background:#fff;
  font-weight:700;
  color:#0f172a;
}

.callout{
  border-radius: 14px;
  padding: 18px 18px;
  border: 1px solid rgba(15,23,42,.10);
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.callout h3{ margin-top: 0; }
.callout ul{ margin: 0; padding-left: 18px; }
.callout li{ margin: 8px 0; color:#334155; font-weight:600; }
.callout__note{ margin: 12px 0 0; color:#475569; font-weight:700; }

/* Make comparison box align with the new section styling */
.comparison { margin: 0; }

/* Responsive */
@media (max-width: 900px){
  .two-col{ grid-template-columns: 1fr; }
  .bullets{ grid-template-columns: 1fr; }
}
/* ===== Fix oversized logo in header ===== */
.brand__logo{
  height: 44px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
}
.brand__name{
  font-weight:800;
  color:#fff;
  letter-spacing:.2px;
}
.topbar{
  background:#0b0b0b;
}
.topbar__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
/* ===== Smaller Hydroseeding vs Sod Comparison ===== */

.comparison {
  max-width: 900px;          /* narrower */
  margin: 50px auto;         /* less vertical space */
  padding: 30px;
}

.comparison h3 {
  font-size: 24px;           /* smaller headline */
  margin-bottom: 8px;
}

.comparison-intro {
  font-size: 15px;
  margin-bottom: 20px;
  color: #555;
}

.comparison-grid {
  gap: 30px;
}

.comparison-col h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.comparison-col ul li {
  font-size: 14px;
  line-height: 1.5;
}

.comparison-note {
  font-size: 14px;
  margin-top: 20px;
  color: #555;
}
/* ===== Make the comparison look like the "What to Expect" callout box ===== */

.comparison{
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius:14px;
  padding:26px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  max-width: 980px;
  margin: 40px auto;
}

.comparison h3{
  font-size: 28px;
  margin: 0 0 10px;
}

.comparison-intro{
  margin: 0 0 18px;
  color:#555;
  font-size: 15px;
}

.comparison-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.comparison-col{
  background:#fafafa;
  border:1px solid #ededed;
  border-radius:12px;
  padding:18px;
}

.comparison-col h4{
  margin: 0 0 10px;
  font-size: 18px;
}

.comparison-col ul{
  margin: 0;
  padding-left: 18px;
}

.comparison-col ul li{
  margin: 8px 0;
  line-height: 1.5;
  font-size: 14px;
}

.comparison-note{
  margin: 18px 0 0;
  color:#555;
  font-size: 14px;
}

/* Mobile */
@media (max-width: 820px){
  .comparison-grid{
    grid-template-columns: 1fr;
  }
}
/* Stack comparison below What to Expect in side column */
.two-col > div:last-child{
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Match callout sizing */
.comparison{
  max-width: 100%;
  margin: 0;
}
.two-col > div:last-child{
  display:flex;
  flex-direction:column;
  gap:24px;
}
.comparison{ margin:0; }
.gallery{
  margin-top: 26px;
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.gallery img{
  width:100%;
  height: 320px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}
@media (max-width: 900px){
  .gallery{ grid-template-columns: 1fr; }
  .gallery img{ height: 260px; }
}
.about-values{
  margin-top: 26px;
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
}
.value-card{
  background:#fff;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}
.value-card h3{ margin-top:0; }
.value-card p{ margin-bottom:0; color:#475569; font-weight:600; }

.about-contact{
  margin-top: 12px;
  display:grid;
  gap: 8px;
}
.about-contact a{
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 900px){
  .about-values{ grid-template-columns: 1fr; }
}
.contact-card{
  background:#fff;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}
.contact-row{
  display:grid;
  grid-template-columns: 160px 1fr;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(15,23,42,.08);
}
.contact-row:last-child{ border-bottom: none; }
.contact-label{ color:#64748b; font-weight:800; }
.contact-value{ font-weight:900; color:#0f172a; }
.contact-note{
  margin-top: 14px;
  color:#475569;
  font-weight:700;
}

.cta-mini{
  margin-top: 14px;
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}
.hero{
  position:relative;
  min-height: 520px;
  background-size: cover;
  background-position: center;
  display:flex;
  align-items:center;
}
.hero__overlay{
  position:absolute;
  inset:0;
  background: linear-gradient(90deg, rgba(2,6,23,.86), rgba(2,6,23,.35));
}
.hero__inner{ position:relative; z-index:2; }
.hero__content{
  max-width: 720px;
  color:#fff;
}
.hero__content h1{
  font-size: 3.0rem;
  line-height: 1.05;
  margin: 0 0 10px 0;
}
.hero__content p{
  font-size: 1.15rem;
  font-weight: 650;
  opacity: .95;
}

.hero__actions{
  margin-top: 16px;
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero__badges{
  margin-top: 14px;
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}
.hero__badges span{
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  padding: 8px 10px;
  border-radius: 999px;
  font-weight: 800;
  font-size: .9rem;
}

.section--alt{
  background: #f8fafc;
}

.three{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.card{
  background:#fff;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}
.card__icon{ font-size: 1.5rem; }
.card h3{ margin: 10px 0 8px; }
.card p{ margin: 0; color:#475569; font-weight:650; }

.service-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
}
.service{
  display:block;
  background:#fff;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  text-decoration:none;
  color: inherit;
}
.service p{ color:#475569; font-weight:650; }
.service__link{
  display:inline-block;
  margin-top: 10px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 900px){
  .hero{ min-height: 520px; }
  .hero__content h1{ font-size: 2.2rem; }
  .three{ grid-template-columns: 1fr; }
  .service-grid{ grid-template-columns: 1fr; }
  .hero__overlay{
    background: linear-gradient(180deg, rgba(2,6,23,.85), rgba(2,6,23,.55));
  }
}
