/* =========================================================
   Ballarat Chimney Pros — Static Template Stylesheet
   HTML5 + CSS + jQuery only
   ========================================================= */

/* ---------- Reset & base ---------- */
*,
*::before,
*::after {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%
}

/* WordPress-friendly: skip link & screen-reader text */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important
}

.skip-link:focus {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  clip-path: none;
  color: var(--brand);
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  left: 8px;
  line-height: normal;
  padding: 12px 16px;
  text-decoration: none;
  top: 8px;
  width: auto;
  z-index: 100000
}

body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color: #1a1410;
  background: #fff;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased
}

img {
  max-width: 100%;
  height: auto;
  display: block
}

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

button {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: none;
  color: inherit
}

h1,
h2,
h3,
h4 {
  font-weight: 800;
  letter-spacing: -.02em;
  margin: 0;
  line-height: 1.15
}

p {
  margin: 0
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none
}

input,
textarea,
select {
  font: inherit;
  color: inherit
}

/* ---------- Tokens ---------- */
:root {
  --brand: #c8420a;
  --brand-foreground: #fff;
  --dark: #1a1410;
  --cream: #f5f0e8;
  --success: #166534;
  --border: #e7ddd0;
  --muted: #6b5d52;
}

/* ---------- Layout helpers ---------- */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px
}

@media (min-width:640px) {
  .container {
    padding: 0 24px
  }
}

.section {
  padding: 64px 0
}

@media (min-width:1024px) {
  .section {
    padding: 80px 0
  }
}

.section--cream {
  background: var(--cream)
}

.section--dark {
  background: var(--dark);
  color: #fff
}

.text-center {
  text-align: center
}

.eyebrow {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--brand)
}

.h1 {
  font-size: 36px
}

.h2 {
  font-size: 30px
}

.h3 {
  font-size: 20px
}

@media (min-width:640px) {
  .h1 {
    font-size: 48px
  }

  .h2 {
    font-size: 36px
  }
}

@media (min-width:1024px) {
  .h1 {
    font-size: 60px
  }
}

.lead {
  font-size: 18px;
  color: rgba(26, 20, 16, .72);
  margin-top: 16px
}

.section--dark .lead {
  color: rgba(255, 255, 255, .75)
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  transition: all .2s ease;
  border: 2px solid transparent;
  white-space: nowrap
}

.btn-brand {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 10px 25px -10px rgba(200, 66, 10, .4)
}

.btn-brand:hover {
  filter: brightness(1.1)
}

.btn-dark {
  background: var(--dark);
  color: #fff
}

.btn-outline-light {
  background: rgba(255, 255, 255, .05);
  color: #fff;
  border-color: rgba(255, 255, 255, .25)
}

.btn-outline-light:hover {
  background: rgba(255, 255, 255, .1)
}

.btn-outline-dark {
  border-color: var(--dark);
  color: var(--dark)
}

.btn-white {
  background: #fff;
  color: var(--brand)
}

.btn-block {
  display: flex;
  width: 100%
}

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

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 12px;
  padding-bottom: 12px
}

.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--dark);
  font-weight: 700
}

.logo-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--brand);
  color: #fff
}

.logo-text {
  line-height: 1.1
}

.logo-text small {
  display: block;
  font-size: 11px;
  color: var(--brand);
  font-weight: 700;
  letter-spacing: .05em
}

.main-nav {
  display: none
}

.main-nav .menu,
.mobile-nav .menu {
  list-style: none;
  margin: 0;
  padding: 0
}

.main-nav a {
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 20, 16, .8);
  transition: color .2s;
  padding: 6px 0
}

.main-nav a:hover,
.main-nav a.is-active {
  color: var(--brand)
}

@media (min-width:1024px) {
  .main-nav {
    display: flex;
    align-items: center;
    gap: 28px
  }

  .main-nav .menu {
    display: flex;
    align-items: center;
    gap: 28px
  }
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px
}

.header-cta {
  display: none
}

@media (min-width:640px) {
  .header-cta {
    display: inline-flex
  }
}

.menu-toggle {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--dark)
}

@media (min-width:1024px) {
  .menu-toggle {
    display: none
  }
}

.menu-toggle svg {
  width: 24px;
  height: 24px
}

.mobile-nav {
  display: none;
  border-top: 1px solid var(--border);
  background: #fff;
  padding: 8px 16px 16px
}

.mobile-nav a {
  display: block;
  padding: 10px 4px;
  font-weight: 500;
  color: var(--dark);
  font-size: 14px
}

.mobile-nav .btn {
  margin-top: 8px
}

.mobile-nav.is-open {
  display: block
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  background: var(--dark);
  color: #fff
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .2
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--dark) 0%, rgba(26, 20, 16, .85) 50%, rgba(26, 20, 16, .4) 100%)
}

.hero-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(60% 50% at 20% 20%, rgba(200, 66, 10, .33), transparent),
    radial-gradient(40% 60% at 90% 80%, rgba(200, 66, 10, .2), transparent);
  opacity: .7;
  pointer-events: none
}

.hero-inner {
  position: relative;
  display: grid;
  gap: 32px;
  padding: 56px 20px;
  align-items: center
}

.service-lead {
  color: #fff;
}

@media (min-width:1024px) {
  .hero-inner {
    grid-template-columns: 5fr 3fr 4fr;
    gap: 24px;
    padding: 80px 0
  }
}

.hero h1 {
  font-size: 36px;
  margin-top: 20px
}

@media (min-width:640px) {
  .hero h1 {
    font-size: 48px
  }
}

@media (min-width:1024px) {
  .hero h1 {
    font-size: 60px
  }
}

.hero h1 .accent {
  color: var(--brand)
}

.hero p.lead {
  max-width: 560px
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, .15);
  background: rgba(255, 255, 255, .05);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px
}

.hero-cta {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px
}

@media (min-width:640px) {
  .hero-cta {
    flex-direction: row
  }
}

.hero-trust {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px
}

@media (min-width:640px) {
  .hero-trust {
    grid-template-columns: repeat(4, 1fr)
  }
}

.hero-trust div {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .05);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px
}

.hero-trust svg {
  width: 16px;
  height: 16px;
  color: var(--brand);
  flex-shrink: 0
}

.hero-figure {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  order: 2
}

@media (min-width:1024px) {
  .hero-figure {
    order: initial
  }
}

.hero-figure::before {
  content: "";
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(200, 66, 10, .25);
  filter: blur(60px)
}

.hero-figure img {
  position: relative;
  z-index: 1;
  max-height: 320px;
  width: auto;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .4))
}

@media (min-width:640px) {
  .hero-figure img {
    max-height: 400px
  }
}

@media (min-width:1024px) {
  .hero-figure img {
    max-height: 540px
  }
}

.star-fill {
  color: #facc15
}

/* ---------- Lead Form ---------- */
.lead-form {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
  overflow: hidden;
  color: var(--dark);
  order: 3
}

@media (min-width:1024px) {
  .lead-form {
    order: initial
  }
}

.lead-form__head {
  background: rgba(245, 240, 232, .6);
  border-bottom: 1px solid var(--border);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.lead-form__head h3 {
  font-size: 18px
}

.lead-form__head p {
  font-size: 12px;
  color: rgba(26, 20, 16, .6)
}

.lead-form__steps {
  display: flex;
  gap: 6px
}

.lead-form__steps span {
  display: block;
  width: 24px;
  height: 6px;
  border-radius: 3px;
  background: var(--border);
  transition: background .2s
}

.lead-form__steps span.is-active {
  background: var(--brand)
}

.lead-form__body {
  padding: 20px
}

.lead-form label.section-label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(26, 20, 16, .7);
  margin-bottom: 8px
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 20px
}

.option {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 12px 6px;
  border: 2px solid var(--border);
  background: #fff;
  border-radius: 12px;
  text-align: center;
  color: rgba(26, 20, 16, .7);
  transition: all .15s
}

.option svg {
  width: 20px;
  height: 20px
}

.option span {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.1
}

.option:hover {
  border-color: rgba(200, 66, 10, .4)
}

.option.is-active {
  border-color: var(--brand);
  background: rgba(200, 66, 10, .05);
  color: var(--brand)
}

.option--timing {
  align-items: flex-start;
  text-align: left
}

.option--timing small {
  font-size: 10px;
  color: rgba(26, 20, 16, .55);
  font-weight: 500
}

.input-wrap {
  position: relative;
  margin-bottom: 12px
}

.input-wrap svg {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: rgba(26, 20, 16, .4);
  pointer-events: none
}

.input-wrap textarea+svg,
.input-wrap svg.top {
  top: 14px;
  transform: none
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 10px 12px 10px 36px;
  font-size: 14px;
  background: #fff;
  transition: border-color .2s
}

.lead-form input:focus,
.lead-form textarea:focus {
  outline: 0;
  border-color: var(--brand)
}

.lead-form textarea {
  resize: vertical;
  min-height: 80px;
  padding-top: 12px
}

.lead-form .btn {
  width: 100%;
  padding: 12px 18px
}

.lead-form__step {
  display: none
}

.lead-form__step.is-active {
  display: block
}

.lead-form__nav {
  display: flex;
  gap: 8px;
  margin-top: 4px
}

.lead-form__nav .btn-secondary {
  background: #fff;
  border: 1px solid var(--border);
  color: rgba(26, 20, 16, .7);
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px
}

.lead-form__nav .btn-brand {
  flex: 1
}

.lead-form__foot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-top: 1px solid var(--border);
  background: rgba(245, 240, 232, .4);
  padding: 10px 20px;
  font-size: 11px;
  color: rgba(26, 20, 16, .6);
  font-weight: 500
}

.lead-form__success {
  padding: 32px 24px;
  text-align: center;
  background: rgba(22, 101, 52, .08);
  border: 1px solid rgba(22, 101, 52, .3);
  border-radius: 16px
}

.lead-form__success-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(22, 101, 52, .2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: var(--success)
}

.lead-form__privacy {
  text-align: center;
  font-size: 11px;
  color: rgba(26, 20, 16, .5);
  margin-top: 4px
}

/* ---------- Trust stats bar ---------- */
.trust-bar {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 32px 0
}

@media (min-width:768px) {
  .trust-bar {
    grid-template-columns: repeat(5, 1fr)
  }
}

.trust-bar .stat {
  text-align: center
}

.trust-bar .stat-num {
  font-size: 28px;
  font-weight: 800;
  color: var(--dark)
}

@media (min-width:640px) {
  .trust-bar .stat-num {
    font-size: 32px
  }
}

.trust-bar .stat-label {
  margin-top: 4px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(26, 20, 16, .6)
}

/* ---------- Services ---------- */
.list-content{
  margin-left: 10px;
}
.section-head {
  max-width: 640px;
  margin: 0 auto;
  text-align: center
}

.section-head h2 {
  margin-top: 8px;
  color: var(--dark)
}

.section-head p {
  margin-top: 12px;
  color: rgba(26, 20, 16, .7)
}

.services-grid {
  margin-top: 40px;
  display: grid;
  gap: 20px
}

@media (min-width:768px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (min-width:1024px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

.service-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px;
  transition: all .25s
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(200, 66, 10, .4);
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, .12)
}

.service-card .icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(200, 66, 10, .1);
  color: var(--brand)
}

.service-card .icon svg {
  width: 24px;
  height: 24px
}

.service-card .icon img,
.service-card .icon .service-card-icon-img {
  width: 24px;
  height: 24px;
  object-fit: contain
}

.service-card h3 {
  margin-top: 16px;
  font-size: 18px;
  color: var(--dark)
}

.service-card p {
  margin-top: 8px;
  font-size: 14px;
  color: rgba(26, 20, 16, .7);
  line-height: 1.6
}

.service-card a.more {
  margin-top: 16px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  color: var(--brand)
}

/* ---------- Why-us / split panel ---------- */
.split {
  display: grid;
  gap: 32px;
  align-items: center
}

@media (min-width:1024px) {
  .split {
    grid-template-columns: 1fr 1fr
  }
}

.panel-dark {
  background: var(--dark);
  color: #fff;
  border-radius: 24px;
  padding: 40px
}

.panel-dark .stat-num {
  color: var(--brand);
  font-size: 48px;
  font-weight: 800
}

.panel-dark .stat-label {
  margin-top: 4px;
  font-size: 13px;
  color: rgba(255, 255, 255, .7)
}

.panel-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 32px
}

.check-list {
  display: grid;
  gap: 14px
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff;
  border-radius: 12px;
  padding: 14px 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .04)
}

.check-list svg {
  width: 20px;
  height: 20px;
  color: var(--success);
  margin-top: 2px;
  flex-shrink: 0
}

.check-list li span {
  font-weight: 500;
  color: var(--dark)
}

@media (max-width:768px) {
  .panel-stats {
    grid-template-columns: 1fr;
  }
}

/* ---------- Gallery / carousel ---------- */
.gallery {
  margin-top: 40px;
  position: relative
}

.gallery-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch
}

.gallery-track::-webkit-scrollbar {
  height: 6px
}

.gallery-track::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .15);
  border-radius: 3px
}

@media (min-width:640px) {
  .gallery-track {
    grid-auto-columns: 48%
  }
}

@media (min-width:1024px) {
  .gallery-track {
    grid-auto-columns: 32%
  }
}

.gallery-track figure {
  scroll-snap-align: start;
  border-radius: 16px;
  overflow: hidden;
  background: var(--dark);
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .2);
  margin: 0
}

.gallery-track img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform .5s
}

.gallery-track figure:hover img {
  transform: scale(1.05)
}

.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  color: var(--brand);
  border: 1px solid rgba(200, 66, 10, .3);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
  transition: all .2s
}

.gallery-nav:hover {
  background: var(--brand);
  color: #fff
}

.gallery-nav.prev {
  left: -16px
}

.gallery-nav.next {
  right: -16px
}

@media (min-width:640px) {
  .gallery-nav {
    display: flex
  }
}

/* ---------- Steps ---------- */
.steps-grid {
  margin-top: 48px;
  display: grid;
  gap: 24px
}

@media (min-width:768px) {
  .steps-grid {
    grid-template-columns: repeat(4, 1fr)
  }
}

.step-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px
}

.step-num {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-weight: 800;
  font-size: 18px
}

.step-card h3 {
  margin-top: 16px;
  font-size: 18px;
  color: var(--dark)
}

.step-card p {
  margin-top: 4px;
  font-size: 14px;
  color: rgba(26, 20, 16, .7)
}

/* ---------- Service areas ---------- */
.areas-grid {
  display: grid;
  gap: 40px
}

@media (min-width:1024px) {
  .areas-grid {
    grid-template-columns: 1fr 1fr
  }
}

.chip-cloud {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(26, 20, 16, .15);
  background: #fff;
  color: var(--dark);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500
}

.chip svg {
  width: 14px;
  height: 14px;
  color: var(--brand)
}

.map-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .04)
}

.map-card iframe {
  width: 100%;
  height: 320px;
  border: 0;
  display: block
}

@media (min-width:1024px) {
  .map-card iframe {
    height: 100%;
    min-height: 380px
  }
}

/* ---------- Reviews ---------- */
.reviews-grid {
  margin-top: 40px;
  display: grid;
  gap: 24px
}

@media (min-width:768px) {
  .reviews-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

.review-card {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  padding: 24px
}

.review-stars {
  display: flex;
  gap: 2px
}

.review-stars svg {
  width: 16px;
  height: 16px;
  color: #facc15
}

.review-text {
  margin-top: 12px;
  color: rgba(255, 255, 255, .85)
}

.review-author {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700
}

.review-author span {
  font-weight: 400;
  color: rgba(255, 255, 255, .6)
}

.google-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .1);
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 14px
}

/* ---------- Pricing ---------- */
.pricing-grid {
  margin-top: 40px;
  display: grid;
  gap: 24px
}

@media (min-width:768px) {
  .pricing-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

.price-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px
}

.price-card--popular {
  border-color: var(--brand);
  box-shadow: 0 25px 50px -20px rgba(200, 66, 10, .25);
  outline: 2px solid rgba(200, 66, 10, .2);
  outline-offset: -1px
}

@media (min-width:1024px) {
  .price-card--popular {
    transform: scale(1.03)
  }
}

.price-tag {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--brand);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 999px;
  letter-spacing: .05em
}

.price-card h3 {
  font-size: 20px;
  color: var(--dark)
}

.price-card p.muted {
  margin-top: 4px;
  font-size: 14px;
  color: rgba(26, 20, 16, .6)
}

.price-card ul {
  margin-top: 20px;
  display: grid;
  gap: 10px
}

.price-card li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: rgba(26, 20, 16, .8)
}

.price-card li svg {
  width: 16px;
  height: 16px;
  color: var(--success);
  margin-top: 2px;
  flex-shrink: 0
}

.price-card .btn {
  margin-top: 24px;
  width: 100%
}

/* ---------- FAQ accordion ---------- */
.faq-list {
  margin-top: 32px;
  display: grid;
  gap: 12px
}

.faq-item {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden
}

.faq-toggle {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  text-align: left;
  font-weight: 700;
  color: var(--dark);
  font-size: 15px
}

.faq-toggle svg {
  width: 20px;
  height: 20px;
  color: var(--brand);
  transition: transform .2s;
  flex-shrink: 0
}

.faq-item.is-open .faq-toggle svg {
  transform: rotate(180deg)
}

.faq-answer {
  display: none;
  padding: 0 20px 20px;
  font-size: 14px;
  color: rgba(26, 20, 16, .75);
  line-height: 1.65
}

.faq-item.is-open .faq-answer {
  display: block
}

/* ---------- CTA bottom ---------- */
.cta-strip {
  background: var(--brand);
  color: #fff;
  padding: 56px 0;
  text-align: center
}

.cta-strip h2 {
  font-size: 28px;
  margin-bottom: 16px
}

@media (min-width:640px) {
  .cta-strip h2 {
    font-size: 36px
  }
}

.cta-strip p {
  max-width: 640px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .9)
}

.cta-strip .actions {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center
}

@media (min-width:640px) {
  .cta-strip .actions {
    flex-direction: row
  }
}

.cta-strip .btn-outline {
  border-color: #fff;
  color: #fff;
  background: transparent
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--dark);
  color: rgba(255, 255, 255, .8)
}

.site-footer .container {
  padding-top: 56px;
  padding-bottom: 24px
}

.footer-grid {
  display: grid;
  gap: 40px
}

@media (min-width:640px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (min-width:1024px) {
  .footer-grid {
    grid-template-columns: repeat(4, 1fr)
  }
}

.footer-grid h4 {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 16px
}

.footer-grid ul {
  display: grid;
  gap: 8px;
  font-size: 14px
}

.footer-grid li a:hover {
  color: #fff
}

.footer-brand p {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.65
}

.footer-brand .contact {
  margin-top: 16px;
  display: grid;
  gap: 8px;
  font-size: 14px
}

.footer-brand .contact p {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 8px
}

.footer-brand .contact svg {
  width: 16px;
  height: 16px;
  color: var(--brand);
  flex-shrink: 0;
  margin-top: 3px
}

.footer-areas ul {
  grid-template-columns: repeat(2, 1fr)
}

.footer-disclaimer {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 24px;
  font-size: 12px;
  line-height: 1.65
}

.footer-disclaimer .fine {
  margin-top: 8px;
  font-size: 11px;
  color: rgba(255, 255, 255, .4)
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: 24px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(255, 255, 255, .6)
}

@media (min-width:640px) {
  .footer-bottom {
    flex-direction: row
  }
}

.footer-bottom .links {
  display: flex;
  gap: 16px
}

/* ---------- Mobile call bar ---------- */
.mobile-call-bar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--brand);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 14px;
  border-radius: 12px;
  box-shadow: 0 25px 50px -10px rgba(200, 66, 10, .4);
  z-index: 60
}

.mobile-call-bar svg {
  width: 16px;
  height: 16px
}

@media (min-width:640px) {
  .mobile-call-bar {
    display: none
  }
}

main {
  padding-bottom: 80px
}

@media (min-width:640px) {
  main {
    padding-bottom: 0
  }
}

/* ---------- Page header (inner pages) ---------- */
.page-hero {
  background: var(--dark);
  color: #fff;
  padding: 56px 0 64px
}

.page-hero h1 {
  font-size: 32px;
  margin-top: 8px
}

@media (min-width:640px) {
  .page-hero h1 {
    font-size: 44px
  }
}

@media (min-width:1024px) {
  .page-hero h1 {
    font-size: 52px
  }
}

.page-hero p {
  margin-top: 16px;
  font-size: 18px;
  color: rgba(255, 255, 255, .75);
  max-width: 780px
}

/* ---------- Breadcrumb ---------- */
.crumbs {
  background: var(--cream);
  border-bottom: 1px solid var(--border)
}

.crumbs .container,
.crumbs .breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: rgba(26, 20, 16, .6);
  padding: 12px 16px;
  margin: auto;
}

.breadcrumb-list {
  list-style: none;
  margin: 0
}

.breadcrumb-list li {
  display: flex;
  align-items: center
}

.crumbs svg {
  width: 12px;
  height: 12px
}

.crumbs a:hover {
  color: var(--brand)
}

.crumbs .here {
  color: var(--dark);
  font-weight: 500
}

/* ---------- Article (long form) ---------- */
.article {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 16px
}

.article>section {
  margin-top: 40px
}

.article h2 {
  font-size: 24px;
  color: var(--dark)
}

@media (min-width:640px) {
  .article h2 {
    font-size: 30px
  }
}

.article p,
.article li {
  color: rgba(26, 20, 16, .8)
}

.article p {
  margin-top: 12px;
  line-height: 1.7
}

.article ol {
  margin-top: 16px;
  display: grid;
  gap: 12px
}

.article ol li {
  display: flex;
  gap: 12px
}

.article ol li .n {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  flex-shrink: 0
}

.article .grid-2 {
  margin-top: 16px;
  display: grid;
  gap: 8px
}

@media (min-width:640px) {
  .article .grid-2 {
    grid-template-columns: 1fr 1fr
  }
}

.article .grid-2 li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px
}

.article .grid-2 svg {
  width: 16px;
  height: 16px;
  color: var(--success);
  flex-shrink: 0;
  margin-top: 3px
}

.article .panel,
section.panel {
  background: var(--dark);
  color: #fff;
  border-radius: 16px;
  padding: 32px;
  margin-top: 40px
}

.article .panel h2 {
  color: #fff
}

.article .panel a.underline {
  text-decoration: underline
}

/* ---------- About cards ---------- */
.values-grid {
  margin-top: 16px;
  display: grid;
  gap: 16px
}

@media (min-width:640px) {
  .values-grid {
    grid-template-columns: 1fr 1fr
  }
}

.value-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px
}

.value-card svg {
  width: 24px;
  height: 24px;
  color: var(--brand)
}

.value-card h3 {
  margin-top: 12px;
  font-size: 16px;
  color: var(--dark)
}

.value-card p {
  margin-top: 4px;
  font-size: 14px;
  color: rgba(26, 20, 16, .7)
}

/* ---------- Contact ---------- */
.contact-grid {
  display: grid;
  gap: 40px
}

@media (min-width:1024px) {
  .contact-grid {
    grid-template-columns: 1fr 2fr
  }
}

.contact-card {
  background: var(--brand);
  color: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 15px 30px -10px rgba(200, 66, 10, .3);
  display: block
}

.contact-card .label {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em
}

.contact-card .num {
  margin-top: 8px;
  font-size: 28px;
  font-weight: 800
}

.contact-card .sub {
  margin-top: 4px;
  font-size: 14px;
  opacity: .85
}

.info-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px;
  display: grid;
  gap: 16px;
  margin-top: 20px
}

.info-row {
  display: flex;
  gap: 12px;
  align-items: flex-start
}

.info-row svg {
  width: 20px;
  height: 20px;
  color: var(--brand);
  flex-shrink: 0;
  margin-top: 2px
}

.info-row .label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(26, 20, 16, .6)
}

.info-row .value {
  font-size: 14px;
  color: var(--dark);
  font-weight: 500
}

.contact-form {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px;
  display: grid;
  gap: 16px
}

@media (min-width:640px) {
  .contact-form {
    grid-template-columns: 1fr 1fr
  }
}

.contact-form .full {
  grid-column: 1/-1
}

.contact-form label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--dark);
  margin-bottom: 6px
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 14px
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 0;
  border-color: var(--brand)
}

.contact-form button {
  width: 100%;
  padding: 14px;
  border-radius: 8px;
  background: var(--brand);
  color: #fff;
  font-weight: 700;
  font-size: 14px
}

.disclaimer-box {
  grid-column: 1/-1;
  border: 1px solid rgba(200, 66, 10, .2);
  background: var(--cream);
  border-radius: 8px;
  padding: 14px;
  font-size: 12px;
  color: rgba(26, 20, 16, .8);
  line-height: 1.6
}

/* ---------- Blog ---------- */
.blog-grid {
  margin-top: 0;
  display: grid;
  gap: 24px
}

.blog-grid > .blog-post {
  display: contents
}

@media (min-width:768px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (min-width:1024px) {
  .blog-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

.blog-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all .25s
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, .15)
}

.blog-card .thumb {
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, rgba(200, 66, 10, .8), var(--dark))
}

.blog-card .body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1
}

.blog-card .meta {
  font-size: 12px;
  color: rgba(26, 20, 16, .6);
  display: flex;
  align-items: center;
  gap: 6px
}

.blog-card h2 {
  margin-top: 8px;
  font-size: 17px;
  line-height: 1.35;
  color: var(--dark)
}

.blog-card:hover h2 {
  color: var(--brand)
}

.blog-card p {
  margin-top: 8px;
  font-size: 14px;
  color: rgba(26, 20, 16, .7);
  flex: 1
}

.blog-card .more {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 700;
  color: var(--brand)
}

/* ---------- Legal (privacy/terms) ---------- */
.legal {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 16px
}

.legal p,
.legal li {
  color: rgba(26, 20, 16, .8);
  line-height: 1.7
}

.legal p {
  margin-top: 16px
}

.legal h2 {
  margin-top: 32px;
  font-size: 20px;
  color: var(--dark)
}

.legal a {
  color: var(--brand);
  text-decoration: underline
}

.legal .updated {
  margin-top: 12px;
  font-size: 13px;
  color: rgba(26, 20, 16, .6)
}