:root {
  --black-980: #020506;
  --black-950: #05090b;
  --black-925: #080d10;
  --black-900: #0b1115;
  --panel: #101820;
  --panel-2: #131d25;
  --panel-3: #17232c;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(0, 174, 239, 0.36);
  --text: #f6fbff;
  --muted: #a9b7c0;
  --muted-2: #7f8c95;
  --blue: #00aeef;
  --blue-2: #0077ff;
  --blue-deep: #073e82;
  --orange: #ff9f00;
  --yellow: #ffd21c;
  --grey: #8f9599;
  --white: #ffffff;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
  --shadow-blue: 0 18px 38px rgba(0, 174, 239, 0.22);
  --shadow-orange: 0 18px 38px rgba(255, 159, 0, 0.22);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 0%, rgba(0, 174, 239, 0.18), transparent 32rem),
    radial-gradient(circle at 88% 8%, rgba(255, 159, 0, 0.15), transparent 32rem),
    linear-gradient(180deg, var(--black-950) 0%, var(--black-900) 45%, var(--black-980) 100%);
  line-height: 1.6;
  min-height: 100vh;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), rgba(0,0,0,.15));
  z-index: -1;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; color: var(--muted); }
h1, h2, h3 { margin: 0 0 1rem; line-height: 1.08; color: var(--text); letter-spacing: -0.045em; }
h1 { font-size: clamp(2.45rem, 5vw, 5.3rem); }
.hero-copy h1 {
  font-size: clamp(2.35rem, 3.65vw, 3.65rem);
  line-height: 1.08;
}

h2 { font-size: clamp(2rem, 3.6vw, 3.35rem); }
h3 { font-size: 1.28rem; }
ul { padding: 0; margin: 0; }

.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(860px, calc(100% - 40px)); text-align: center; }
.section { padding: 90px 0; position: relative; }
.section-pad { padding: 132px 0 92px; }
.section-light {
  background:
    radial-gradient(circle at 12% 20%, rgba(0,174,239,.11), transparent 26rem),
    radial-gradient(circle at 88% 22%, rgba(255,159,0,.09), transparent 24rem),
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.015));
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.skip-link { position: absolute; top: -60px; left: 20px; background: var(--blue); color: #00131d; padding: 12px 16px; z-index: 1000; border-radius: 10px; font-weight: 900; }
.skip-link:focus { top: 14px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(3, 7, 9, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 1px 0 rgba(0,174,239,.10);
  transition: box-shadow 0.25s ease, background 0.25s ease, border-color .25s ease;
}
.site-header.is-scrolled { box-shadow: 0 18px 44px rgba(0, 0, 0, 0.36); background: rgba(3, 7, 9, 0.96); border-color: rgba(0,174,239,.2); }
.header-inner { display: flex; align-items: center; justify-content: flex-start; min-height: 86px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-picture { display: block; }
.brand-logo { width: 272px; max-height: 66px; object-fit: contain; filter: drop-shadow(0 10px 24px rgba(0,174,239,.15)); }
.header-phone { display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; padding: 10px 14px; border-radius: 999px; color: var(--text); background: rgba(0,174,239,.10); border: 1px solid rgba(0,174,239,.26); font-weight: 900; letter-spacing: .02em; box-shadow: inset 0 0 0 1px rgba(255,255,255,.03); transition: background .2s ease, border-color .2s ease, color .2s ease; }
.header-phone:hover { background: rgba(0,174,239,.18); border-color: rgba(0,174,239,.42); color: #fff; }
.header-rbq { display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; padding: 9px 13px; border-radius: 999px; color: var(--yellow); background: rgba(255,159,0,.08); border: 1px solid rgba(255,159,0,.24); font-weight: 900; letter-spacing: .02em; }
.brand-mark { flex: 0 0 auto; }
.brand-text { display: grid; gap: 0; }
.brand-text strong { color: var(--text); font-size: 1.2rem; letter-spacing: -0.03em; line-height: 1; }
.brand-text span { color: var(--muted); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; }
.site-nav { display: flex; align-items: center; gap: 7px; margin-left: auto; }
.nav-link { padding: 10px 12px; border-radius: 999px; color: var(--muted); font-size: 0.95rem; font-weight: 700; transition: background 0.2s ease, color 0.2s ease, box-shadow .2s ease; }
.nav-link:hover, .nav-link.active { background: rgba(0, 174, 239, 0.12); color: var(--text); box-shadow: inset 0 0 0 1px rgba(0,174,239,.22); }
.nav-link.active { color: var(--blue); }
.nav-cta { margin-left: 6px; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(0,174,239,.24); background: rgba(0,174,239,.11); border-radius: 14px; padding: 10px; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--text); margin: 5px 0; border-radius: 2px; transition: transform 0.2s ease, opacity 0.2s ease; }


.home-keyword-strip {
  background:
    linear-gradient(90deg, rgba(0,174,239,.08), rgba(255,159,0,.09), rgba(0,174,239,.08)),
    rgba(3,7,9,.72);
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.home-keyword-strip-inner {
  width: 75%;
  margin: 0 auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(12px, 2vw, 32px);
  color: var(--text);
  font-size: clamp(1.15rem, 2.45vw, 2.55rem);
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: .08em;
  text-align: center;
  text-shadow: 0 10px 28px rgba(0,0,0,.35);
}

.home-keyword-strip-inner span:not(.keyword-separator) {
  background: linear-gradient(90deg, #fff, var(--blue), var(--orange));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.keyword-separator {
  color: var(--orange);
  opacity: .95;
}


.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; padding: 14px 22px; border-radius: 999px; font-weight: 900; border: 1px solid transparent; transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color .2s ease; cursor: pointer; font-family: inherit; font-size: 1rem; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--blue), var(--blue-2)); color: #00131d; box-shadow: var(--shadow-blue); }
.btn-secondary { background: linear-gradient(135deg, var(--yellow), var(--orange)); color: #171000; box-shadow: var(--shadow-orange); }
.btn-outline { border-color: rgba(0, 174, 239, 0.35); color: var(--text); background: rgba(255,255,255,.035); }
.btn-outline:hover { background: rgba(0,174,239,.12); border-color: rgba(0,174,239,.62); }
.btn-ghost { color: var(--blue); background: transparent; }
.btn-ghost:hover { background: rgba(0,174,239,.08); }
.btn-sm { min-height: 42px; padding: 10px 16px; font-size: 0.92rem; }
.btn.full { width: 100%; }
.btn-footer { margin-top: 10px; }

.hero-home {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(0, 174, 239, 0.24), transparent 34%),
    radial-gradient(circle at 78% 16%, rgba(255, 159, 0, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(5,9,11,.96) 0%, rgba(10,17,21,.96) 100%);
}
.hero-home::after { content: ''; position: absolute; right: -170px; top: 110px; width: 430px; height: 430px; border-radius: 50%; background: rgba(255, 159, 0, 0.14); filter: blur(10px); }
.hero-grid { display: grid; grid-template-columns: 0.76fr 1.24fr; gap: 34px; align-items: center; position: relative; z-index: 1; }
.lead { font-size: clamp(1.08rem, 2vw, 1.28rem); color: #d5e1e8; max-width: 780px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; color: var(--blue); font-weight: 900; text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.78rem; }
.eyebrow::before { content: ''; width: 32px; height: 3px; background: linear-gradient(90deg, var(--blue), var(--orange)); border-radius: 999px; box-shadow: 0 0 14px rgba(0,174,239,.45); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-actions.center { justify-content: center; }
.hero-card { min-height: 650px; border-radius: var(--radius-xl); padding: 8px; background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035)); box-shadow: var(--shadow); border: 1px solid rgba(0,174,239,.22); position: relative; overflow: hidden; }
.hero-card::before { content: ''; position: absolute; inset: -80px auto auto -80px; width: 230px; height: 230px; border-radius: 50%; background: rgba(0,174,239,.13); filter: blur(6px); }
.hero-card::after { content: ''; position: absolute; right: -90px; bottom: -100px; width: 250px; height: 250px; border-radius: 50%; background: rgba(255,159,0,.12); filter: blur(8px); }
.season-card { height: 100%; min-height: 650px; border-radius: 24px; padding: 12px; background: linear-gradient(145deg, rgba(10,17,21,.86), rgba(19,29,37,.92)); display: grid; align-content: center; justify-items: center; text-align: center; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.08); }
.hero-logo-card { width: min(300px, 80%); margin: 0 auto 18px; filter: drop-shadow(0 18px 35px rgba(0,0,0,.45)); }
.season-card h2 { font-size: 2.15rem; margin-top: 12px; color: var(--text); }
.season-card p { color: #d0dde5; }
.season-card-image { justify-items: stretch; align-content: start; gap: 18px; }
.hero-home-photo { width: 100%; max-width: 100%; height: clamp(510px, 46vw, 620px); object-fit: cover; border-radius: 18px; display: block; box-shadow: 0 18px 40px rgba(0,0,0,.35); }
.season-card-image h2 { margin: 0; text-align: center; }
.season-orbit { width: 226px; height: 226px; border-radius: 50%; border: 1px dashed rgba(0, 174, 239, 0.32); position: relative; display: grid; place-items: center; background: radial-gradient(circle, rgba(255,255,255,.08) 0%, rgba(255,255,255,.04) 42%, rgba(0,174,239,.08) 43%, rgba(0,174,239,.02) 100%); }
.center-icon { width: 92px; height: 92px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--blue), var(--orange)); color: #00131d; font-weight: 900; letter-spacing: -0.04em; box-shadow: 0 14px 30px rgba(0,174,239,.24); }
.dot { position: absolute; width: 44px; height: 44px; border-radius: 50%; box-shadow: 0 10px 20px rgba(0,0,0,.25); }
.dot.winter { top: -6px; left: 50%; transform: translateX(-50%); background: #78dcff; }
.dot.spring { right: -6px; top: 50%; transform: translateY(-50%); background: #a9b7c0; }
.dot.summer { bottom: -6px; left: 50%; transform: translateX(-50%); background: #ffd21c; }
.dot.fall { left: -6px; top: 50%; transform: translateY(-50%); background: #ff9f00; }

.section-heading { max-width: 780px; margin: 0 auto 44px; text-align: center; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.feature-card, .promo-card, .advice-card, .service-detail, .side-card, .contact-form, .contact-info, .info-panel, .quote-card, .cta-panel, .step-card, .mini-card { background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.035)); border: 1px solid rgba(255,255,255,.105); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.feature-card { padding: 26px; min-height: 250px; }
.feature-card:hover, .mini-card:hover, .promo-card:hover, .advice-card:hover { border-color: rgba(0,174,239,.38); }
.icon { width: 48px; height: 48px; display: inline-block; border-radius: 16px; margin-bottom: 20px; background: rgba(0,174,239,.15); border: 1px solid rgba(0,174,239,.22); position: relative; }
.icon::after { content: ''; position: absolute; inset: 14px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 20px rgba(0,174,239,.45); }
.icon.warm { background: rgba(255,159,0,.16); border-color: rgba(255,159,0,.24); }
.icon.warm::after { background: var(--orange); box-shadow: 0 0 20px rgba(255,159,0,.42); }
.icon.green { background: rgba(255,210,28,.14); border-color: rgba(255,210,28,.22); }
.icon.green::after { background: var(--yellow); box-shadow: 0 0 20px rgba(255,210,28,.36); }
.icon.grey { background: rgba(143,149,153,.18); border-color: rgba(255,255,255,.16); }
.icon.grey::after { background: var(--grey); box-shadow: none; }

.split-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 46px; align-items: center; }
.split-grid.reverse { grid-template-columns: 1.1fr .9fr; }
.service-mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.mini-card { padding: 24px; transition: transform .2s ease, border-color .2s ease; }
.mini-card:hover { transform: translateY(-4px); }
.mini-card strong { display: block; color: var(--text); font-size: 1.2rem; margin-bottom: 8px; }
.mini-card span { color: var(--muted); }

.promo-band { padding: 60px 0; background: linear-gradient(135deg, rgba(0,112,255,.88), rgba(0,174,239,.42) 48%, rgba(255,159,0,.86)); color: #fff; position: relative; overflow: hidden; }
.promo-band::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.55), rgba(0,0,0,.1)); }
.promo-band h2, .promo-band p, .promo-band .eyebrow { color: #fff; }
.promo-band .eyebrow::before { background: var(--orange); box-shadow: 0 0 18px rgba(255,159,0,.5); }
.promo-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; position: relative; z-index: 1; }
.promo-band-inner p { max-width: 730px; color: rgba(255,255,255,.88); }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: steps; }
.step-card { padding: 28px; }
.step-card span { width: 48px; height: 48px; display: inline-grid; place-items: center; border-radius: 50%; color: #00131d; background: linear-gradient(135deg, var(--blue), var(--orange)); font-weight: 900; margin-bottom: 18px; }

.page-hero { background:
  radial-gradient(circle at 18% 15%, rgba(0, 174, 239, 0.20), transparent 35%),
  radial-gradient(circle at 84% 0%, rgba(255, 159, 0, 0.16), transparent 30%),
  linear-gradient(180deg, rgba(5,9,11,.98) 0%, rgba(12,18,22,.98) 100%);
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.promo-image-card { max-width: 720px; margin: 0 auto 36px; padding: 14px; border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.035)); border: 1px solid rgba(0,174,239,.22); box-shadow: var(--shadow); }
.promo-image-card img { width: 100%; border-radius: 16px; }
.promo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.promo-card { padding: 30px; position: relative; display: flex; flex-direction: column; }
.promo-card.featured { border: 2px solid rgba(255,159,0,.55); transform: translateY(-10px); box-shadow: 0 26px 80px rgba(255,159,0,.12); }
.promo-tag, .advice-label { align-self: flex-start; display: inline-flex; margin-bottom: 18px; padding: 8px 12px; border-radius: 999px; background: rgba(0,174,239,.13); border: 1px solid rgba(0,174,239,.22); color: var(--blue); font-size: .82rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.promo-tag.orange, .advice-label.orange { background: rgba(255,159,0,.14); border-color: rgba(255,159,0,.25); color: var(--yellow); }
.promo-tag.green, .advice-label.green { background: rgba(255,210,28,.12); border-color: rgba(255,210,28,.24); color: var(--yellow); }
.advice-label.grey { background: rgba(143,149,153,.16); border-color: rgba(255,255,255,.13); color: #c7d0d6; }
.check-list { list-style: none; display: grid; gap: 10px; margin: 20px 0 26px; }
.check-list.compact { margin: 16px 0 0; text-align: left; }
.check-list li { position: relative; padding-left: 28px; color: var(--muted); }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: -1px; color: var(--blue); font-weight: 900; }
.promo-card .btn { margin-top: auto; }
.info-panel, .quote-card { padding: 34px; }
.quote-card { background: linear-gradient(145deg, rgba(0,174,239,.18), rgba(255,159,0,.13)); color: #fff; border-color: rgba(0,174,239,.24); }
.quote-card p { color: #fff; font-size: 1.55rem; line-height: 1.25; font-weight: 900; letter-spacing: -0.03em; }

.form-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 28px; align-items: start; }
.contact-form { padding: 32px; display: grid; gap: 18px; }
.form-row { display: grid; gap: 18px; }
.form-row.two { grid-template-columns: repeat(2, 1fr); }
label { display: grid; gap: 8px; color: var(--text); font-weight: 800; }
input, select, textarea { width: 100%; min-height: 52px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; padding: 13px 15px; font: inherit; color: var(--text); background: rgba(0,0,0,.28); transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
textarea { resize: vertical; min-height: 150px; }
input::placeholder, textarea::placeholder { color: rgba(169,183,192,.72); }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(0,174,239,.14); background: rgba(0,0,0,.40); }
select option { background: var(--black-900); color: var(--text); }
.checkbox-label { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-weight: 600; }
.checkbox-label input { width: 18px; min-height: 18px; margin-top: 5px; flex: 0 0 18px; accent-color: var(--blue); }
.form-note { font-size: .9rem; color: var(--muted-2); margin: 0; }
.side-card { padding: 32px; position: sticky; top: 108px; }
.callout-small { margin-top: 24px; padding: 18px; border-radius: 16px; background: rgba(0,174,239,.11); border: 1px solid rgba(0,174,239,.2); display: grid; gap: 4px; }
.callout-small a { color: var(--blue); font-weight: 900; font-size: 1.2rem; }

.services-list { display: grid; gap: 20px; }
.service-detail { padding: 30px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 34px; align-items: start; scroll-margin-top: 112px; }
.service-number { display: inline-block; color: var(--orange); font-weight: 900; margin-bottom: 12px; letter-spacing: .08em; }
.service-detail h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }

.advice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.advice-card { padding: 30px; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 42px; align-items: start; }
.faq-list { display: grid; gap: 14px; background: transparent; border: none; box-shadow: none; }
details { background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.035)); border: 1px solid rgba(255,255,255,.105); border-radius: 18px; padding: 20px 22px; box-shadow: var(--shadow); }
summary { cursor: pointer; font-weight: 900; color: var(--text); }
details p { margin: 14px 0 0; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: start; }
.contact-info { padding: 32px; }
.contact-methods { display: grid; gap: 12px; margin: 28px 0; }
.contact-method { display: grid; gap: 2px; padding: 18px; border-radius: 18px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.11); }
.contact-method:hover { border-color: rgba(0,174,239,.36); }
.contact-method span { color: var(--muted-2); font-weight: 700; font-size: .9rem; }
.contact-method strong { color: var(--text); font-size: 1.08rem; }
.map-placeholder { min-height: 210px; border: 1px dashed rgba(0,174,239,.42); border-radius: var(--radius-lg); background: linear-gradient(135deg, rgba(0,174,239,.08), rgba(255,159,0,.06)); display: grid; place-items: center; text-align: center; padding: 24px; color: var(--muted); }
.map-placeholder strong { display: block; color: var(--text); font-size: 1.2rem; }

.final-cta { position: relative; }
.cta-panel { padding: 48px; text-align: center; background:
  radial-gradient(circle at 12% 0%, rgba(0,174,239,.18), transparent 36%),
  radial-gradient(circle at 92% 12%, rgba(255,159,0,.16), transparent 32%),
  linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border-color: rgba(0,174,239,.22);
}
.cta-panel p { max-width: 700px; margin-left: auto; margin-right: auto; }

.site-footer { background: linear-gradient(180deg, rgba(5,9,11,.96), #020506); color: #fff; padding: 64px 0 24px; border-top: 1px solid rgba(255,255,255,.08); }
.site-footer h2 { color: #fff; font-size: 1rem; margin-bottom: 18px; letter-spacing: 0; }
.site-footer p, .site-footer li, .site-footer a { color: rgba(255,255,255,.74); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .75fr .95fr 1fr; gap: 34px; }
.footer-brand .brand-logo { width: 250px; max-height: 72px; }
.footer-brand .brand-text strong, .footer-brand .brand-text span { color: #fff; }
.footer-links { display: grid; gap: 9px; list-style: none; }
.footer-links a:hover { color: var(--blue); }
.contact-list span { color: rgba(255,255,255,.48); }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; padding-top: 28px; margin-top: 38px; border-top: 1px solid rgba(255,255,255,.13); }
.footer-bottom p { margin: 0; font-size: .9rem; color: rgba(255,255,255,.55); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }


@media (max-width: 820px) {
  .home-keyword-strip-inner {
    width: min(92%, 680px);
    min-height: auto;
    padding: 18px 0;
    justify-content: center;
    flex-wrap: wrap;
    letter-spacing: .05em;
  }
}

@media (max-width: 1100px) {
  .brand-logo { width: 235px; }
  .header-phone { font-size: .9rem; padding: 9px 12px; }
  .header-rbq { font-size: .9rem; padding: 8px 11px; }
  .site-nav { gap: 4px; }
  .nav-link { padding: 9px 10px; }
}

@media (max-width: 1030px) {
  .feature-grid, .promo-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-grid, .split-grid, .split-grid.reverse, .form-layout, .contact-grid, .faq-layout { grid-template-columns: 1fr; }
  .side-card { position: static; }
  .promo-card.featured { transform: none; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-card { max-width: 880px; margin-inline: auto; }
}

@media (max-width: 1040px) {
  .header-inner { min-height: 76px; }
  .nav-toggle { display: block; margin-left: auto; }
  .site-nav {
    position: fixed;
    top: 78px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 18px;
    background: rgba(8,13,16,.98);
    border: 1px solid rgba(0,174,239,.22);
    border-radius: 22px;
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .nav-link { border-radius: 14px; padding: 12px 14px; }
  .nav-cta { margin-left: 0; }
  .section-pad { padding-top: 100px; }
  .service-detail { grid-template-columns: 1fr; gap: 12px; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 680px) {
  .container, .narrow { width: min(100% - 28px, var(--container)); }
  .header-inner { gap: 10px; }
  .header-phone { font-size: .82rem; padding: 8px 9px; }
  .header-rbq { font-size: .78rem; padding: 7px 8px; }
  .section { padding: 66px 0; }
  .section-pad { padding: 88px 0 66px; }
  .hero-actions, .hero-actions.center { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .feature-grid, .promo-grid, .steps, .service-mini-grid, .advice-grid, .footer-grid, .form-row.two { grid-template-columns: 1fr; }
  .season-card { padding: 16px; min-height: auto; }
  .hero-card { min-height: auto; }
  .promo-band-inner { flex-direction: column; align-items: stretch; }
  .contact-form, .side-card, .contact-info, .cta-panel, .feature-card, .promo-card, .advice-card, .service-detail { padding: 24px; }
  h1 { font-size: clamp(2.2rem, 13vw, 3.3rem); }
  .brand-logo { width: 72px; max-height: 58px; }
  .footer-brand .brand-logo { width: 230px; max-height: 72px; }
  .hero-logo-card { width: min(260px, 86%); }
  .hero-home-photo { height: clamp(280px, 72vw, 420px); }
}

