/* ============================================================
   GeminiGasWork - main stylesheet
   ============================================================ */

/* ---------- Reset / base ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #444;
  font-size: 15px;
  line-height: 1.7;
  background: #fff;
}
h1, h2, h3, h4 { font-family: 'Oswald', 'Arial Narrow', sans-serif; font-weight: 600; color: #163a52; line-height: 1.2; }
a { color: #f0820c; text-decoration: none; transition: color .2s ease; }
a:hover { color: #163a52; }
img { max-width: 100%; }
.wrap { max-width: 1140px; margin: 0 auto; padding: 0 15px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 15px;
  padding: 13px 28px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  transition: all .2s ease;
  text-align: center;
}
.btn-orange { background: #f0820c; color: #fff; box-shadow: 0 3px 0 #c76a08; }
.btn-orange:hover { background: #d97409; color: #fff; }
.btn-blue { background: #163a52; color: #fff; box-shadow: 0 3px 0 #0d2637; }
.btn-blue:hover { background: #0f2c40; color: #fff; }
.btn-ghost { background: transparent; color: #fff; border: 2px solid #fff; }
.btn-ghost:hover { background: #fff; color: #163a52; }
.btn-lg { font-size: 17px; padding: 15px 34px; }

/* ---------- Top bar ---------- */
.topbar { background: #0f2c40; color: #cdd8e0; font-size: 13px; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; padding-top: 8px; padding-bottom: 8px; }
.topbar .tb-left span { margin-right: 18px; }
.topbar .tb-left i { color: #ffcc00; margin-right: 6px; }
.topbar .tb-right a { color: #fff; font-weight: 600; }
.topbar .tb-right i { color: #ffcc00; margin-right: 6px; }

/* ---------- Header / nav ---------- */
header.site-head { background: #fff; border-bottom: 3px solid #f0820c; box-shadow: 0 2px 6px rgba(0,0,0,.08); position: sticky; top: 0; z-index: 200; }
.site-head .wrap { display: flex; justify-content: space-between; align-items: center; padding-top: 14px; padding-bottom: 14px; }
.logo { display: flex; align-items: center; font-family: 'Oswald', sans-serif; }
.logo .flame { width: 42px; height: 42px; background: #f0820c; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; margin-right: 10px; }
.logo .txt { line-height: 1; }
.logo .txt b { font-size: 24px; color: #163a52; font-weight: 700; letter-spacing: .5px; display: block; text-transform: uppercase; }
.logo .txt b .lite { font-weight: 300; }
.logo .txt small { font-size: 11px; letter-spacing: 3px; color: #f0820c; text-transform: uppercase; font-weight: 600; }
nav ul { list-style: none; display: flex; align-items: center; }
nav li { margin-left: 22px; }
nav a { font-family: 'Oswald', sans-serif; text-transform: uppercase; font-size: 14px; letter-spacing: .5px; color: #163a52; }
nav a:hover { color: #f0820c; }
.nav-toggle { display: none; background: #163a52; color: #fff; border: none; font-size: 20px; padding: 8px 12px; border-radius: 3px; cursor: pointer; }
.nav-close { display: none; }
.nav-backdrop { display: none; }

/* ---------- Hero ---------- */
/* >>> TO ADD YOUR OWN PHOTO: drop a photo (of you working / a fitted boiler) into the img/ folder,
   name it hero.jpg, then swap the url(...) below for url("../img/hero.jpg"). <<< */
.hero {
  position: relative;
  background:
    linear-gradient(rgba(15,44,64,.82), rgba(15,44,64,.88)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpath d='M0 0h60v60H0z' fill='%23163a52'/%3E%3Cpath d='M0 0h30v30H0zM30 30h30v30H30z' fill='%231b465f'/%3E%3C/svg%3E");
  background-size: cover, 60px 60px;
  background-position: center;
  color: #fff;
  padding: 70px 0 66px;
}
.hero-inner { display: flex; flex-wrap: wrap; align-items: center; margin: 0 -18px; }
.hero-copy { width: 56%; padding: 0 18px; }
.hero-form-col { width: 44%; padding: 0 18px; }
.hero h1 { color: #fff; font-size: 44px; font-weight: 700; text-transform: uppercase; margin-bottom: 8px; }
.hero h1 span { color: #ffcc00; }
.hero .lead { font-size: 18px; margin: 0 0 24px; color: #e6edf2; }
.hero .hero-btns .btn { margin: 6px 10px 6px 0; }
.hero .hero-trust { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px 26px; font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: .5px; font-size: 14px; color: #cdd8e0; }
.hero .hero-trust i { color: #ffcc00; margin-right: 7px; }

/* Hero lead-capture form card */
.hero-card { background: #fff; border-radius: 6px; box-shadow: 0 16px 40px rgba(0,0,0,.35); overflow: hidden; }
.hero-card .head { background: #f0820c; color: #fff; text-align: center; padding: 16px 20px; }
.hero-card .head h3 { color: #fff; text-transform: uppercase; font-size: 21px; margin: 0; letter-spacing: .5px; }
.hero-card .head p { margin: 2px 0 0; font-size: 12.5px; color: #fff2e2; }
.hero-card .body { padding: 20px 22px 22px; }
.hero-card .hg { margin-bottom: 11px; }
.hero-card label { display: block; font-family: 'Oswald', sans-serif; text-transform: uppercase; font-size: 12px; letter-spacing: .5px; color: #163a52; margin-bottom: 4px; }
.hero-card label .req { color: #f0820c; }
.hero-card input, .hero-card select { width: 100%; padding: 10px 12px; border: 1px solid #cfd6dc; border-radius: 3px; font-family: 'Open Sans', sans-serif; font-size: 14px; color: #444; background: #fbfcfd; }
.hero-card input:focus, .hero-card select:focus { outline: none; border-color: #f0820c; box-shadow: 0 0 0 3px rgba(240,130,12,.15); }
.hero-card .btn { width: 100%; margin-top: 4px; }
.hero-card .reassure { text-align: center; font-size: 11.5px; color: #8a949c; margin: 10px 0 0; }
.hero-card .reassure i { color: #2e9e50; }
.hero-card-success { display: none; text-align: center; padding: 30px 24px; }
.hero-card-success i { font-size: 42px; color: #2e9e50; margin-bottom: 8px; }
.hero-card-success h3 { color: #163a52; text-transform: uppercase; margin-bottom: 6px; }
.hero-card-success p { color: #666; font-size: 14px; }

/* ---------- Trust strip ---------- */
.trust-strip { background: #ffcc00; }
.trust-strip .wrap { display: flex; flex-wrap: wrap; justify-content: space-around; text-align: center; padding: 22px 15px; }
.trust-strip .item { flex: 1; min-width: 200px; padding: 6px 12px; }
.trust-strip .item i { font-size: 30px; color: #0f2c40; margin-bottom: 6px; }
.trust-strip .item h4 { color: #0f2c40; text-transform: uppercase; font-size: 16px; }
.trust-strip .item p { color: #4a4416; font-size: 13px; margin: 0; }

/* ---------- Generic sections ---------- */
section.block { padding: 70px 0; }
.block.alt { background: #f4f6f8; }
.sec-head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.sec-head .eyebrow { font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: 3px; color: #f0820c; font-size: 14px; }
.sec-head h2 { font-size: 36px; text-transform: uppercase; margin: 4px 0 14px; }
.sec-head .rule { width: 60px; height: 3px; background: #f0820c; margin: 0 auto 16px; }
.sec-head p { color: #666; }

/* ---------- Services ---------- */
.services-grid { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.service { width: 33.333%; padding: 12px; }
.service .inner { background: #fff; border: 1px solid #e3e8ec; border-radius: 4px; padding: 32px 26px; height: 100%; text-align: center; transition: box-shadow .2s ease, transform .2s ease; }
.service .inner:hover { box-shadow: 0 8px 22px rgba(22,58,82,.13); transform: translateY(-3px); }
.service .icon { width: 78px; height: 78px; border-radius: 50%; background: #163a52; color: #fff; font-size: 32px; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; transition: background .2s ease; }
.service .inner:hover .icon { background: #f0820c; }
.service h3 { font-size: 20px; text-transform: uppercase; margin-bottom: 10px; }
.service p { color: #666; font-size: 14px; margin: 0; }
/* Featured (highlighted) service tile */
.service.featured .inner { background: #163a52; border-color: #163a52; box-shadow: 0 10px 26px rgba(22,58,82,.28); position: relative; overflow: hidden; }
.service.featured .inner:hover { box-shadow: 0 14px 32px rgba(22,58,82,.38); }
.service.featured h3 { color: #fff; }
.service.featured p { color: #c6d3dc; }
.service.featured .icon { background: #f0820c; }
.service.featured .inner:hover .icon { background: #ffcc00; color: #163a52; }
.service.featured .ribbon { position: absolute; top: 14px; right: -34px; background: #f0820c; color: #fff; font-family: 'Oswald', sans-serif; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; padding: 5px 40px; transform: rotate(45deg); box-shadow: 0 2px 4px rgba(0,0,0,.25); }
.service .price-badge { display: inline-block; margin-top: 16px; font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 40px; line-height: 1; color: #ffcc00; }
.service .price-badge small { display: block; font-family: 'Open Sans', sans-serif; font-weight: 600; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #9fb6c5; margin-top: 2px; }

/* ---------- Gas Cert focus section ---------- */
.certsec { background: #163a52; color: #e6edf2; padding: 70px 0; }
.certsec .grid { display: flex; flex-wrap: wrap; align-items: center; margin: 0 -20px; }
.certsec .col { padding: 0 20px; }
.certsec .col.text { width: 58%; }
.certsec .col.card { width: 42%; }
.certsec .eyebrow { font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: 3px; color: #ffcc00; font-size: 14px; }
.certsec h2 { color: #fff; font-size: 34px; text-transform: uppercase; margin: 4px 0 16px; }
.certsec ul { list-style: none; margin: 20px 0 0; }
.certsec ul li { padding: 8px 0 8px 34px; position: relative; }
.certsec ul li i { position: absolute; left: 0; top: 11px; color: #ffcc00; font-size: 18px; }
.certsec .price-card { background: #fff; color: #163a52; border-radius: 6px; text-align: center; padding: 34px 28px; box-shadow: 0 12px 30px rgba(0,0,0,.35); }
.certsec .price-card .tag { font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: 1px; color: #666; font-size: 15px; }
.certsec .price-card .price { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 58px; color: #163a52; line-height: 1; margin: 6px 0; }
.certsec .price-card .price small { font-size: 20px; color: #f0820c; }
.certsec .price-card .note { font-size: 15px; color: #163a52; font-weight: 600; margin-bottom: 20px; }
.certsec .price-card .note strong { color: #f0820c; font-weight: 700; }
.certsec .price-card .btn { width: 100%; }
/* Light-background variant (used for the boiler section) */
.certsec.light { background: #f4f6f8; color: #55606b; }
.certsec.light .eyebrow { color: #f0820c; }
.certsec.light h2 { color: #163a52; }
.certsec.light ul li i { color: #f0820c; }

/* ---------- Why choose ---------- */
.why-grid { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.why { width: 25%; padding: 12px; text-align: center; }
.why i { font-size: 34px; color: #f0820c; margin-bottom: 12px; }
.why h4 { text-transform: uppercase; font-size: 17px; margin-bottom: 6px; }
.why p { font-size: 13.5px; color: #666; }

/* ---------- FAQ accordion ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item { border: 1px solid #e0e5e9; border-radius: 4px; margin-bottom: 10px; background: #fff; overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: #fff; border: none; padding: 16px 20px; font-family: 'Oswald', sans-serif; font-size: 17px; color: #163a52; cursor: pointer; display: flex; justify-content: space-between; align-items: center; text-transform: uppercase; letter-spacing: .3px; }
.faq-q:hover { background: #f4f6f8; }
.faq-q i { color: #f0820c; transition: transform .25s ease; flex-shrink: 0; margin-left: 14px; }
.faq-item.open .faq-q i { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { padding: 0 20px 18px; color: #666; font-size: 14.5px; }

/* ---------- Reviews (Google Business) ---------- */
.g-summary { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; background: #fff; border: 1px solid #e3e8ec; border-radius: 8px; padding: 20px 26px; max-width: 780px; margin: 0 auto 34px; box-shadow: 0 4px 14px rgba(22,58,82,.06); }
.g-summary-left { display: flex; align-items: center; gap: 12px; }
.g-logo { display: inline-flex; }
.g-summary-text b { display: block; font-family: 'Oswald', sans-serif; text-transform: uppercase; font-size: 17px; color: #163a52; letter-spacing: .3px; }
.g-summary-text span { font-size: 12.5px; color: #888; }
.g-summary-mid { display: flex; align-items: center; gap: 12px; }
.g-score { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 44px; line-height: 1; color: #163a52; }
.g-stars { color: #fbbc05; font-size: 17px; letter-spacing: 1px; }
.g-count { font-size: 12.5px; color: #888; margin-top: 2px; }
.g-summary-right .btn { padding: 10px 20px; font-size: 13px; }

.reviews-grid { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.review { width: 33.333%; padding: 12px; }
.review .inner { background: #fff; border: 1px solid #e3e8ec; border-radius: 8px; padding: 22px 22px 24px; height: 100%; box-shadow: 0 4px 14px rgba(22,58,82,.06); }
.review .g-head { display: flex; align-items: center; margin-bottom: 12px; }
.review .avatar { width: 42px; height: 42px; border-radius: 50%; background: #163a52; color: #fff; font-family: 'Open Sans', sans-serif; font-weight: 600; display: flex; align-items: center; justify-content: center; font-size: 19px; margin-right: 12px; flex-shrink: 0; }
.review .g-meta { flex: 1; line-height: 1.3; }
.review .g-meta b { color: #202124; display: block; font-size: 14.5px; font-weight: 600; font-family: 'Open Sans', sans-serif; }
.review .g-meta span { font-size: 12px; color: #999; }
.review .g-mark { flex-shrink: 0; opacity: .9; }
.review .stars { color: #fbbc05; margin-bottom: 10px; font-size: 15px; letter-spacing: 1px; }
.review .text { color: #444; font-size: 14px; margin: 0; line-height: 1.65; }
.reviews-cta { text-align: center; margin-top: 34px; }
.g-viewall { display: inline-block; font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: .5px; font-size: 14px; color: #163a52; border-bottom: 2px solid #f0820c; padding-bottom: 3px; }
.g-viewall:hover { color: #f0820c; }
.g-viewall i { margin-left: 6px; font-size: 12px; }

/* ---------- Contact ---------- */
.contact-grid { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.contact-col { padding: 0 15px; }
.contact-col.form-col { width: 58%; }
.contact-col.info-col { width: 42%; }
.form-box { background: #fff; border: 1px solid #e3e8ec; border-radius: 5px; padding: 30px; }
.form-row { display: flex; flex-wrap: wrap; margin: 0 -8px; }
.form-group { padding: 0 8px 14px; }
.form-group.half { width: 50%; }
.form-group.full { width: 100%; }
label { display: block; font-family: 'Oswald', sans-serif; text-transform: uppercase; font-size: 13px; letter-spacing: .5px; color: #163a52; margin-bottom: 5px; }
label .req { color: #f0820c; }
input, select, textarea { width: 100%; padding: 11px 13px; border: 1px solid #cfd6dc; border-radius: 3px; font-family: 'Open Sans', sans-serif; font-size: 14px; color: #444; background: #fbfcfd; }
input:focus, select:focus, textarea:focus { outline: none; border-color: #f0820c; box-shadow: 0 0 0 3px rgba(240,130,12,.15); }
textarea { resize: vertical; min-height: 110px; }
.form-note { font-size: 12px; color: #999; margin-top: 4px; }
/* Anti-spam honeypot fields: visually removed but still in the DOM for bots */
.hp { position: absolute !important; left: -9999px !important; top: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-success { display: none; background: #eaf7ec; border: 1px solid #b6e0bd; color: #23663a; border-radius: 5px; padding: 26px; text-align: center; }
.form-success i { font-size: 40px; color: #2e9e50; margin-bottom: 10px; }
.form-success h3 { color: #23663a; margin-bottom: 6px; }

.info-box { background: #163a52; color: #dbe4ea; border-radius: 5px; padding: 30px; height: 100%; }
.info-box h3 { color: #fff; text-transform: uppercase; font-size: 22px; margin-bottom: 18px; }
.info-line { display: flex; align-items: flex-start; margin-bottom: 18px; }
.info-line i { width: 40px; height: 40px; background: #f0820c; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 14px; flex-shrink: 0; }
.info-line b { color: #fff; font-family: 'Oswald', sans-serif; text-transform: uppercase; font-size: 14px; letter-spacing: .5px; display: block; }
.info-line a { color: #ffcc00; }
.info-line span { font-size: 14px; }

/* ---------- Footer ---------- */
footer.site-foot { background: #0f2c40; color: #9fb0bd; font-size: 14px; padding: 50px 0 0; }
.foot-grid { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.foot-col { padding: 0 15px 30px; }
.foot-col.a { width: 40%; }
.foot-col.b { width: 30%; }
.foot-col.c { width: 30%; }
.foot-col h4 { color: #fff; text-transform: uppercase; font-size: 18px; margin-bottom: 16px; }
.foot-col ul { list-style: none; }
.foot-col ul li { padding: 4px 0; }
.foot-col a { color: #9fb0bd; }
.foot-col a:hover { color: #ffcc00; }
.gassafe-badge { display: inline-flex; align-items: center; background: #ffcc00; color: #111; border-radius: 4px; padding: 8px 14px; font-family: 'Oswald', sans-serif; text-transform: uppercase; font-weight: 600; letter-spacing: .5px; margin-top: 8px; }
.gassafe-badge i { color: #d92b2b; font-size: 22px; margin-right: 10px; }
.gassafe-badge small { display: block; font-size: 10px; letter-spacing: 1px; color: #333; }
.foot-bottom { border-top: 1px solid #1c435c; margin-top: 10px; padding: 18px 0; text-align: center; font-size: 12.5px; color: #7f93a2; }

/* ---------- Focus visibility / motion ---------- */
a:focus-visible, .btn:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, .faq-q:focus-visible { outline: 3px solid #ffcc00; outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) { * { transition: none !important; scroll-behavior: auto !important; } }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .service, .review { width: 50%; }
  .why { width: 50%; }
  .certsec .col.text, .certsec .col.card { width: 100%; }
  .certsec .col.card { margin-top: 30px; }
  .contact-col.form-col, .contact-col.info-col { width: 100%; }
  .contact-col.info-col { margin-top: 20px; }
  .foot-col.a, .foot-col.b, .foot-col.c { width: 100%; }
  .hero h1 { font-size: 36px; }
  .hero-copy, .hero-form-col { width: 100%; }
  .hero-form-col { margin-top: 34px; max-width: 460px; }
}
@media (max-width: 680px) {
  nav { position: fixed; top: 0; right: -260px; width: 240px; height: 100%; background: #0f2c40; padding: 70px 20px 20px; transition: right .3s ease; z-index: 250; }
  nav.open { right: 0; }
  .nav-close { display: block; position: absolute; top: 12px; right: 14px; background: none; border: none; color: #fff; font-size: 28px; line-height: 1; padding: 4px 8px; cursor: pointer; }
  .nav-backdrop.show { display: block; position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 240; }
  nav ul { flex-direction: column; align-items: flex-start; }
  nav li { margin: 0 0 14px; }
  nav a { color: #fff; }
  .nav-toggle { display: block; }
  .service, .review, .why { width: 100%; }
  .form-group.half { width: 100%; }
  .hero { padding: 60px 0 50px; }
  .hero h1 { font-size: 30px; }
  .hero .lead { font-size: 16px; }
  .topbar .tb-left { display: none; }
  .topbar .wrap { justify-content: center; }
}
