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

body {
  font-family: 'Montserrat', sans-serif;
  background: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
}

.banner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
  display: flex;
  flex-direction: column;
}

/* Background: real Adelaide rooftop photo */
.banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1400&q=80');
  background-size: cover;
  background-position: center 40%;
  z-index: 0;
}

.bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.72) 0%,
    rgba(0,20,0,0.55) 30%,
    rgba(0,0,0,0.45) 55%,
    rgba(0,15,0,0.88) 80%,
    rgba(0,0,0,0.97) 100%
  );
  z-index: 1;
}

/* All direct children above overlay */
.top-bar, .hero, .benefits-band, .footer { position: relative; z-index: 2; }

/* ── TOP BAR ── */
.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 36px;
  background: rgba(0,0,0,0.55);
  border-bottom: 2px solid #3db83d;
}

.logo-area {
  display: flex;
  align-items: center;
  gap: 14px;
}

.roof-icon {
  width: 52px;
  height: 36px;
  flex-shrink: 0;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.logo-main {
  font-family: 'Caveat', cursive;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 1px;
}

.logo-sub {
  font-family: 'Caveat', cursive;
  font-size: 0.95rem;
  color: #3db83d;
  letter-spacing: 2px;
}

.contact-top {
  display: flex;
  gap: 28px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
}

.contact-top span {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* ── HERO ── */
.hero {
  padding: 70px 36px 60px;
  display: flex;
  align-items: center;
}

.hero-content {
  max-width: 680px;
}

.hero-eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #3db83d;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-eyebrow::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 2px;
  background: #3db83d;
}

.hero-title {
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: -1px;
  text-shadow: 0 4px 20px rgba(0,0,0,0.5);
  margin-bottom: 16px;
}

.hero-subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.6rem);
  font-weight: 600;
  color: #3db83d;
  margin-bottom: 32px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.4);
}

.cta-btn {
  display: inline-block;
  background: #3db83d;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 50px;
  transition: background 0.2s, transform 0.2s;
  box-shadow: 0 6px 24px rgba(61,184,61,0.4);
}

.cta-btn:hover {
  background: #2ea02e;
  transform: translateY(-2px);
}

/* ── BENEFITS BAND ── */
.benefits-band {
  display: flex;
  justify-content: center;
  gap: 0;
  background: rgba(0, 0, 0, 0.75);
  border-top: 2px solid rgba(61,184,61,0.4);
  border-bottom: 2px solid rgba(61,184,61,0.4);
  padding: 0;
}

.benefit {
  flex: 1;
  padding: 24px 18px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.08);
  transition: background 0.2s;
}

.benefit:last-child { border-right: none; }

.benefit:hover {
  background: rgba(61,184,61,0.12);
}

.benefit-icon {
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.benefit-title {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #3db83d;
  margin-bottom: 6px;
}

.benefit-desc {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.4;
}

/* ── FOOTER ── */
.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 36px;
  background: rgba(0,0,0,0.9);
  flex-wrap: wrap;
  gap: 14px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.roof-icon-sm {
  width: 42px;
  height: 30px;
}

.footer-name {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.footer-main {
  font-family: 'Caveat', cursive;
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: 1px;
}

.footer-pty {
  font-family: 'Caveat', cursive;
  font-size: 0.8rem;
  color: #3db83d;
  letter-spacing: 2px;
}

.footer-contact {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #fff;
}

.footer-item a {
  color: #3db83d;
  text-decoration: none;
}

.footer-item a:hover { text-decoration: underline; }

.footer-divider {
  width: 1px;
  height: 24px;
  background: rgba(255,255,255,0.2);
}

.footer-tagline {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .top-bar { flex-direction: column; gap: 12px; padding: 16px 20px; }
  .contact-top { flex-direction: column; gap: 6px; font-size: 0.8rem; }
  .hero { padding: 40px 20px; }
  .benefits-band { flex-wrap: wrap; }
  .benefit { flex: 1 1 45%; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .footer { flex-direction: column; text-align: center; padding: 20px; }
  .footer-contact { flex-direction: column; gap: 10px; }
  .footer-divider { display: none; }
}