:root{
  --bg: #070b18;
  --bg2:#0b1220;
  --card:#0f1a33;
  --text:#eaf0ff;
  --muted: rgba(234,240,255,.72);
  --line: rgba(255,255,255,.12);
  --yellow:#f5c400;
  --shadow: 0 18px 45px rgba(0,0,0,.35);
}

*{ box-sizing: border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(1200px 600px at 20% 0%, rgba(80,120,255,.12), transparent 60%),
              radial-gradient(900px 500px at 85% 12%, rgba(245,196,0,.10), transparent 60%),
              var(--bg);
  color: var(--text);
}

img{ max-width:100%; display:block; }
a{ color: inherit; }

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

/* Header */
.siteHeader{
  position: sticky;
  top:0;
  z-index: 9999;
  background: rgba(11,18,32,.90);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.headerRow{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
  padding: 10px 0;
}

.brand{
  display: inline-flex;
  align-items: center;
}

.brandLogo{
  height: 100px;
  width: auto;
  max-height: none;
  display: block;
}
.gasSafeLogo{
  height: 100px;
  width: auto;
  margin-left: 10px;
  display: block;
}
.brandName{
  margin-left: 12px;
  font-weight: 900;
  font-size: 1.75rem;
  letter-spacing: .8px;
  line-height: 1;
  display: inline-flex;
  align-items: baseline;
  padding: 2px 0;

  /* premium gold-metal look */
  background: linear-gradient(180deg, #fff1a8 0%, #f5c400 45%, #b98200 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;

  /* subtle heat presence */
  text-shadow:
    0 1px 0 rgba(0,0,0,.35),
    0 0 14px rgba(245,196,0,.18);
}

.brandName::after{
  content:"";
  display:block;
  height:2px;
  width:72%;
  margin-top:7px;
  background: linear-gradient(
    90deg,
    rgba(245,196,0,0),
    rgba(245,196,0,.95),
    rgba(245,196,0,0)
  );
  border-radius:999px;
}



.siteNav{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
}

.siteNav a{
  text-decoration:none;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .2px;
  color: rgba(255,255,255,.92);
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  line-height:1;
}

.siteNav a:hover{
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.20);
}

.siteNav .navBtn{
  background: rgba(255,255,255,.14);
}

.siteNav .navCall{
  background: var(--yellow);
  color:#111;
  border-color: rgba(0,0,0,.18);
}

/* Hero */
.hero{
  padding: 42px 0 18px;
}
.heroGrid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
  align-items: stretch;
}
.badge{
  display:inline-flex;
  gap:8px;
  align-items:center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.90);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .2px;
}
.heroCopy h1{
  margin: 14px 0 10px;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.08;
}
.heroCopy p{
  margin:0 0 16px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
  max-width: 60ch;
}

.heroCtas{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin: 12px 0 14px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  text-decoration:none;
  padding: 12px 14px;
  border-radius: 14px;
  font-weight: 900;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.95);
  box-shadow: 0 10px 26px rgba(0,0,0,.22);
}

.btnPrimary{
  background: var(--yellow);
  color: #000;
  border-color: rgba(0,0,0,.18);
}


.btnSecondary{
  background: rgba(255,255,255,.12);
}

.btnOutline{
  background: transparent;
}

.btnCallBig{
  background: #111;
  color: #fff;
  border-color: rgba(255,255,255,.12);
}
.btnWhatsApp{
  background:#25D366;
  color:#0b1220;
  border:1px solid rgba(0,0,0,.15);
  font-weight:900;
}

.btnWhatsApp:hover{
  filter:brightness(.95);
}

.btnFull{ width:100%; }

.heroPoints{
  display:grid;
  gap: 10px;
  margin-top: 12px;
}
.point{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  background: rgba(255,255,255,.04);
}
.dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  margin-top: 6px;
  background: var(--yellow);
  box-shadow: 0 0 0 5px rgba(245,196,0,.15);
}
.point strong{ display:block; }
.point span{ display:block; color: var(--muted); font-size: 13px; line-height: 1.35; }

/* Hero card */
.heroCard{
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  box-shadow: var(--shadow);
}
.heroCardInner{
  padding: 18px;
  display:flex;
  flex-direction:column;
  gap: 10px;
}
.heroCardInner h2{
  margin: 0;
  font-size: 18px;
}
.muted{ color: var(--muted); }
.miniInfo{
  display:grid;
  gap: 6px;
  color: rgba(255,255,255,.80);
  font-size: 13px;
}

/* Sections */
.section{
  padding: 44px 0;
}
.section.alt{
  background: rgba(255,255,255,.03);
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.sectionTitle{
  margin:0 0 8px;
  font-size: 28px;
}
.sectionLead{
  margin:0 0 18px;
  color: var(--muted);
  max-width: 75ch;
  line-height: 1.55;
}

/* Cards */
.cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.card{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  padding: 16px;
  box-shadow: 0 10px 26px rgba(0,0,0,.18);
}
.card h3{ margin:0 0 8px; font-size: 16px; }
.card p{ margin:0; color: var(--muted); line-height: 1.5; }

/* Area */
.areaGrid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 16px;
  align-items:start;
}
.ticks{
  list-style:none;
  padding:0;
  margin: 14px 0 0;
  display:grid;
  gap: 10px;
}
.ticks li{
  padding-left: 28px;
  position: relative;
  color: rgba(255,255,255,.88);
}
.ticks li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#111;
  background: var(--yellow);
  width: 20px;
  height: 20px;
  border-radius: 6px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 900;
}

.areaCtas{ display:flex; gap:10px; flex-wrap:wrap; margin-top: 16px; }

.panel{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  padding: 16px;
  box-shadow: var(--shadow);
}
.panel h3{ margin:0 0 12px; }
.panelRows{ display:grid; gap: 10px; }
.panelRow{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.15);
}
.panelRow span{ color: var(--muted); font-size: 13px; line-height: 1.35; }

/* Gallery */
.gallery{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  align-items:start;
}

.shot{
  margin:0;
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  box-shadow: 0 10px 26px rgba(0,0,0,.18);
}
.shot img{
  width:100%;
  height: 200px;
  object-fit: cover;
}
.shot figcaption{
  padding: 10px 12px;
  font-weight: 900;
  color: rgba(255,255,255,.88);
  font-size: 13px;
}

/* Reviews */
.reviews{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.review{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  padding: 16px;
  box-shadow: 0 10px 26px rgba(0,0,0,.18);
}
.stars{ color: var(--yellow); font-weight: 900; margin-bottom: 8px; }
.review p{ margin:0 0 12px; color: rgba(255,255,255,.88); line-height: 1.55; }
.by{ color: var(--muted); font-size: 13px; }

/* Booking */
.bookingGrid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items:start;
}
.note{
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}
.note a{ color:#111; background: var(--yellow); padding: 3px 8px; border-radius: 10px; text-decoration:none; font-weight: 900; }

.form{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  padding: 16px;
  box-shadow: 0 10px 26px rgba(0,0,0,.18);
  display:grid;
  gap: 10px;
}
label{ display:grid; gap:6px; font-weight: 800; color: rgba(255,255,255,.92); }
input, textarea{
  width:100%;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.22);
  color: rgba(255,255,255,.92);
  outline:none;
}
input::placeholder, textarea::placeholder{ color: rgba(255,255,255,.45); }
input:focus, textarea:focus{ border-color: rgba(245,196,0,.55); box-shadow: 0 0 0 4px rgba(245,196,0,.15); }
.formSmall{ margin:0; font-size: 12px; }

/* Contact */
.contactGrid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items:start;
}
.contactCards{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
}
.contactCard{
  display:grid;
  gap:6px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  text-decoration:none;
  box-shadow: 0 10px 26px rgba(0,0,0,.18);
}
.contactCard strong{ font-weight: 900; }
.contactCard span{ color: var(--muted); }

/* Footer */
.footer{
  padding: 22px 0 100px; /* extra for mobile bar */
  color: rgba(255,255,255,.78);
}
.footerRow{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,.10);
  padding-top: 16px;
}
.footerLinks{ display:flex; gap: 10px; flex-wrap:wrap; }
.footerLinks a{
  color: rgba(255,255,255,.78);
  text-decoration:none;
  border: 1px solid rgba(255,255,255,.10);
  padding: 6px 10px;
  border-radius: 12px;
  background: rgba(255,255,255,.04);
}
.footerLinks a:hover{ background: rgba(255,255,255,.10); }

/* Mobile bar (yellow, bold) */
.mobileBar{ display:none; }

@media (max-width: 860px){
  .heroGrid{ grid-template-columns: 1fr; }
  .areaGrid{ grid-template-columns: 1fr; }
  .bookingGrid{ grid-template-columns: 1fr; }
  .contactGrid{ grid-template-columns: 1fr; }
  .cards{ grid-template-columns: 1fr; }
  .gallery{ grid-template-columns: 1fr 1fr; }
  .reviews{ grid-template-columns: 1fr; }
.headerRow{
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.siteNav{
  display: flex;          /* ← THIS IS THE FIX */
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
}


.gasSafeLogo{
  max-height: 120px;
}

.siteNav a{
  font-size: 13px;
  padding: 8px 9px;
}

.brandLogo{
  max-height: 120px;
  width: 100%;
  max-width: 320px;
}


@media (max-width: 820px){
  body{ padding-bottom: 84px; }

  .mobileBar{
    position: fixed;
    left:0; right:0; bottom:0;
    height: 68px;
    padding: 10px;
    display:flex;
    gap:10px;
    align-items:center;
    justify-content:space-between;
    background: var(--yellow);
    border-top: 2px solid rgba(0,0,0,.18);
    z-index: 9999;
  }

  .mobileBar a{
    flex: 1;
    height: 48px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .2px;
    text-decoration:none;
    color: #111;
    background: rgba(255,255,255,.55);
    border: 1px solid rgba(0,0,0,.18);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .mobileBar a.call{
    background: #111;
    color:#fff;
  }
  .mobileBar a.book{
    background: #fff;
    color:#111;
  }
}
/* Hero subline — diagnostics positioning */
.heroSub {
  margin-top: 12px;
  font-size: 1.05rem;
  color: rgba(234, 240, 255, 0.85);
  max-width: 48ch;
}

/* Gas Safe verification block */
.gas-safe-verify{
  display: block;
max-width: 48ch;
 margin-bottom: 22px;
margin-bottom: 18px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
font-size: 0.9rem;
  line-height: 1.35;
  opacity: 0.95;
}

.gas-safe-verify strong{
  font-weight: 800;
}

.gas-safe-verify a{
  display: inline-block;
  margin-top: 4px;
  text-decoration: underline;
}
/* Space after Gas Safe block (prevents the next paragraph snapping up) */
.gas-safe-verify + p{
  margin-top: 10px;
}
/* FORCE spacing after Gas Safe block (hero only) */
.heroCopy .gas-safe-verify{
  margin-bottom: 28px !important;
}

.heroCopy .gas-safe-verify + p{
  margin-top: 16px !important;
}
.footerLegitimacy{
  margin-top: 10px;
  opacity: .9;
}

.footerLegitimacy small{
  display: block;
  font-size: .9rem;
  line-height: 1.4;
}

.footerLegitimacy a{
  text-decoration: underline;
.footerSocial{
  display:flex;
  gap:12px;
  align-items:center;
}

.footerSocial a{
  width:36px;
  height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  background: rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.15);
  transition: all .15s ease;
}

.footerSocial a:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,0.15);
}

.footerSocial img{
  width:18px;
  height:18px;
  display:block;
}
.footerSocial img {
  width: 28px;
  height: 28px;
  display: block;
}
.footerSocial a:hover img {
  transform: scale(1.1);
}
/* FORCE Save button visible (debug override) */
.btnPrimary{
  display:inline-block !important;
  opacity:1 !important;
  visibility:visible !important;
  font-size:14px !important;
  line-height:1.2 !important;
  padding:10px 14px !important;
  border:2px solid #000 !important;
  color:#000 !important;
  background:#ffd54f !important;
}
.btnRow{
  display:flex !important;
  min-height:44px !important;
}


