@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Roboto+Slab:wght@700;800&display=swap');

:root {
  --blue-950: #062942;
  --blue-900: #083a60;
  --blue-800: #0b4f83;
  --blue-700: #126ba9;
  --blue-100: #e8f4fb;
  --blue-50: #f4faff;
  --red-700: #bf1720;
  --red-600: #df2029;
  --red-100: #ffe8ea;
  --ink: #102a3d;
  --muted: #5d7180;
  --line: #dbe7ef;
  --white: #fff;
  --shadow-sm: 0 10px 30px rgba(7, 45, 73, .08);
  --shadow-md: 0 20px 60px rgba(7, 45, 73, .14);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 32px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 999; background: var(--white); color: var(--blue-900); padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.topbar { background: var(--blue-950); color: #dff3ff; font-size: 13px; font-weight: 600; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; min-height: 38px; gap: 18px; }
.topbar-list { display: flex; align-items: center; gap: 22px; }
.topbar-dealer { color: var(--white); letter-spacing: .02em; }
.topbar-dealer strong { margin-right: 4px; color: #ff747b; font-weight: 800; text-transform: uppercase; }
.topbar a:hover { color: var(--white); }
.topbar svg { width: 15px; height: 15px; display: inline; vertical-align: -2px; margin-right: 6px; }
.emergency-dot { width: 8px; height: 8px; margin-right: 7px; display: inline-block; border-radius: 999px; background: #ff6269; box-shadow: 0 0 0 5px rgba(255,98,105,.12); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(219,231,239,.8); backdrop-filter: blur(14px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 84px; gap: 26px; }
.brand img { width: 235px; height: 74px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: 5px; }
.main-nav a { padding: 12px 14px; border-radius: 9px; color: #28475d; font-size: 14px; font-weight: 700; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--blue-800); background: var(--blue-50); }
.main-nav .nav-special { margin-inline: 3px; color: var(--blue-950); background: #ffc83d; box-shadow: 0 8px 20px rgba(191, 119, 0, .22); }
.main-nav .nav-special:hover, .main-nav .nav-special[aria-current="page"] { color: var(--blue-950); background: #ffb713; box-shadow: 0 10px 24px rgba(191, 119, 0, .3); }
.main-nav .nav-special:focus-visible { outline: 3px solid rgba(255, 183, 19, .42); outline-offset: 3px; }
.main-nav .nav-book-mobile { display: none; }
.nav-actions { display: flex; gap: 10px; align-items: center; }
.mobile-toggle { display: none; width: 44px; height: 44px; color: var(--blue-900); border: 1px solid var(--line); border-radius: 10px; background: var(--white); align-items: center; justify-content: center; }
.mobile-toggle svg { width: 24px; height: 24px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 20px; border: 0; border-radius: 11px; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 18px; height: 18px; }
.btn-primary { color: var(--white); background: var(--red-600); box-shadow: 0 10px 24px rgba(223,32,41,.24); }
.btn-primary:hover { background: var(--red-700); box-shadow: 0 14px 28px rgba(223,32,41,.28); }
.btn-blue { color: var(--white); background: var(--blue-800); box-shadow: 0 10px 24px rgba(11,79,131,.22); }
.btn-blue:hover { background: var(--blue-900); }
.btn-ghost { color: var(--blue-900); background: var(--white); border: 1px solid var(--line); }
.btn-white { color: var(--blue-900); background: var(--white); box-shadow: 0 12px 24px rgba(3,30,51,.18); }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--blue-800); font-size: 14px; font-weight: 800; }
.text-link svg { width: 17px; height: 17px; transition: transform .2s ease; }
.text-link:hover svg { transform: translateX(4px); }

.hero { position: relative; overflow: hidden; background-image: linear-gradient(90deg, rgba(6,41,66,.97) 0%, rgba(6,41,66,.9) 34%, rgba(6,41,66,.42) 64%, rgba(6,41,66,.08) 100%), url('hero-lennox-service.webp'); background-position: center 30%; background-size: cover; color: var(--white); }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,27,44,.05), rgba(3,27,44,.2)); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: 1fr; align-items: center; padding-block: 76px 92px; }
.hero-copy { position: relative; z-index: 2; max-width: 650px; }
.hero .eyebrow { color: #a9dcf5; }
.dealer-badge { width: fit-content; display: inline-flex; align-items: stretch; margin-bottom: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.4); border-radius: 10px; box-shadow: 0 12px 28px rgba(3,29,48,.22); }
.dealer-brand, .dealer-title { display: inline-flex; align-items: center; min-height: 38px; padding: 7px 13px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.dealer-brand { background: var(--red-600); color: var(--white); font-size: 15px; letter-spacing: .04em; }
.dealer-title { background: var(--white); color: var(--blue-950); }
.dealer-badge-light { margin-bottom: 21px; border-color: rgba(255,255,255,.5); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--blue-800); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 30px; height: 3px; border-radius: 99px; background: var(--red-600); }
h1, h2, h3 { margin: 0; color: var(--blue-950); font-family: 'Roboto Slab', Georgia, serif; line-height: 1.15; }
h1 { max-width: 760px; font-size: clamp(44px, 5.2vw, 72px); letter-spacing: -.035em; }
h2 { font-size: clamp(32px, 3.6vw, 48px); letter-spacing: -.025em; }
h3 { font-size: 21px; }
.hero-copy h1 span { color: var(--red-600); }
.hero-copy h1 { color: var(--white); text-shadow: 0 2px 24px rgba(0,0,0,.18); }
.hero-lead { max-width: 610px; margin: 23px 0 0; color: #e2eff6; font-size: 19px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px 25px; margin-top: 30px; color: #ecf7fc; font-size: 13px; font-weight: 700; }
.hero-trust span { display: flex; align-items: center; gap: 8px; }
.hero-trust svg { width: 19px; height: 19px; color: #7ed0f5; }
.hero-visual { display: none; position: relative; align-self: end; }
.hero-visual > img { width: 100%; min-width: 520px; transform: translateY(36px); }
.floating-card { position: absolute; display: flex; align-items: center; gap: 13px; background: rgba(255,255,255,.96); border: 1px solid rgba(219,231,239,.9); border-radius: 15px; box-shadow: var(--shadow-md); padding: 14px 17px; }
.floating-card strong { display: block; color: var(--blue-950); font-size: 13px; }
.floating-card small { display: block; color: var(--muted); font-size: 11px; }
.floating-card .icon-bubble { width: 38px; height: 38px; }
.float-one { left: 2%; top: 19%; }
.float-two { right: -2%; bottom: 17%; }

.trust-strip { position: relative; z-index: 3; margin-top: -42px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow-sm); overflow: hidden; }
.trust-item { min-height: 115px; display: flex; align-items: center; gap: 15px; padding: 23px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: var(--blue-950); font-size: 15px; }
.trust-item span { color: var(--muted); font-size: 12px; }
.lennox-trust-item strong { color: var(--red-700); }
.icon-bubble { flex: 0 0 auto; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; background: var(--blue-100); color: var(--blue-800); }
.icon-bubble.red { background: var(--red-100); color: var(--red-600); }
.icon-bubble svg { width: 24px; height: 24px; }

.home-offer { padding: 42px 0 0; }
.home-offer-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 34px; padding: 29px 32px; border-radius: var(--radius); background: linear-gradient(112deg, var(--blue-950), var(--blue-800)); color: var(--white); box-shadow: var(--shadow-md); }
.home-offer-card::after { content: ''; position: absolute; width: 230px; height: 230px; right: 17%; top: -145px; border: 36px solid rgba(255,255,255,.06); border-radius: 50%; }
.home-offer-copy, .home-offer-price, .home-offer-card .btn { position: relative; z-index: 2; }
.offer-kicker { display: inline-flex; align-items: center; width: fit-content; min-height: 27px; padding: 4px 10px; border-radius: 999px; background: var(--red-600); color: var(--white); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.home-offer-copy h2 { margin-top: 11px; color: var(--white); font-size: clamp(25px, 3vw, 36px); }
.home-offer-copy p { margin: 8px 0 0; color: #cfe5f1; font-size: 13px; }
.home-offer-price { display: flex; align-items: flex-end; gap: 8px; white-space: nowrap; }
.home-offer-price strong { color: var(--white); font-family: 'Roboto Slab', Georgia, serif; font-size: clamp(40px, 5vw, 62px); line-height: .9; letter-spacing: -.04em; }
.home-offer-price span { color: #ffb7bb; font-size: 13px; font-weight: 800; }

.section { padding-block: 100px; }
.section-sm { padding-block: 72px; }
.section-blue { background: var(--blue-50); }
.section-dark { background: var(--blue-950); color: #d9eaf4; }
.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading.center .eyebrow { justify-content: center; }
.section-heading p { margin: 17px 0 0; color: var(--muted); font-size: 17px; }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-dark .section-heading p { color: #a9c2d2; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; min-height: 295px; display: flex; flex-direction: column; align-items: flex-start; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 1px 0 rgba(7,45,73,.02); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; overflow: hidden; }
.service-card::after { content: ''; position: absolute; inset: auto -28px -32px auto; width: 100px; height: 100px; border-radius: 50%; background: var(--blue-50); transition: transform .3s ease; }
.service-card:hover { transform: translateY(-7px); border-color: #b8d8eb; box-shadow: var(--shadow-md); }
.service-card:hover::after { transform: scale(1.5); }
.service-card h3 { margin-top: 22px; }
.service-card p { margin: 10px 0 22px; color: var(--muted); font-size: 14px; }
.service-card .text-link { margin-top: auto; position: relative; z-index: 2; }

.photo-showcase { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 1fr 1fr; gap: 18px; height: 610px; }
.photo-card { position: relative; overflow: hidden; min-height: 0; border-radius: var(--radius); background: var(--blue-900); box-shadow: var(--shadow-sm); }
.photo-card:first-child { grid-row: 1 / 3; }
.photo-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.photo-card:hover img { transform: scale(1.035); }
.photo-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(3,28,47,.82)); }
.photo-label { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 21px; color: var(--white); }
.photo-label strong { display: block; font-family: 'Roboto Slab', Georgia, serif; font-size: 22px; }
.photo-label span { color: #d6e9f3; font-size: 12px; }
.photo-frame { position: relative; min-height: 520px; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.photo-frame img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.service-photo-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 70px; }
.service-photo { position: relative; height: 360px; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.service-photo img { width: 100%; height: 100%; object-fit: cover; }
.service-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(3,29,48,.82)); }
.service-photo .photo-label { bottom: 18px; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.comfort-panel { position: relative; min-height: 520px; border-radius: var(--radius-lg); overflow: hidden; background: linear-gradient(145deg, var(--blue-900), var(--blue-700)); box-shadow: var(--shadow-md); }
.comfort-panel::before, .comfort-panel::after { content: ''; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.15); }
.comfort-panel::before { width: 430px; height: 430px; right: -150px; top: -100px; }
.comfort-panel::after { width: 310px; height: 310px; left: -130px; bottom: -130px; }
.comfort-content { position: relative; z-index: 2; height: 100%; min-height: 520px; display: flex; flex-direction: column; justify-content: flex-end; padding: 45px; color: var(--white); }
.comfort-content .big-number { font-family: 'Roboto Slab', Georgia, serif; font-size: 96px; line-height: .85; font-weight: 800; color: var(--white); }
.comfort-content .big-number sup { color: #66c6f4; font-size: 34px; }
.comfort-content h3 { margin-top: 22px; color: var(--white); font-size: 30px; }
.comfort-content p { max-width: 420px; margin: 12px 0 0; color: #cbe0ed; }
.check-list { display: grid; gap: 13px; margin: 28px 0 32px; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 12px; color: #3e5d70; }
.check-list svg { flex: 0 0 auto; width: 21px; height: 21px; margin-top: 2px; color: var(--red-600); }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: steps; }
.process-card { position: relative; padding: 30px; border-top: 1px solid #315871; counter-increment: steps; }
.process-card::before { content: '0' counter(steps); display: block; margin-bottom: 22px; color: #64c4f2; font-family: 'Roboto Slab', Georgia, serif; font-size: 48px; font-weight: 800; }
.process-card p { margin: 10px 0 0; color: #a9c2d2; font-size: 14px; }

.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { display: flex; flex-direction: column; min-height: 285px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.google-rating-panel { display: grid; grid-template-columns: auto auto 1fr auto; align-items: center; gap: 24px; margin-bottom: 30px; padding: 26px 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.google-mark { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(from -45deg, #4285f4 0 25%, #34a853 0 42%, #fbbc05 0 66%, #ea4335 0 82%, #4285f4 0); color: var(--white); font-size: 25px; font-weight: 800; box-shadow: 0 8px 20px rgba(7,45,73,.14); }
.google-score { display: flex; align-items: center; gap: 12px; }
.google-score strong { color: var(--blue-950); font-family: 'Roboto Slab', Georgia, serif; font-size: 45px; line-height: 1; }
.rating-stars { position: relative; width: 104px; color: #d7e0e6; font-size: 21px; line-height: 1; letter-spacing: 1px; white-space: nowrap; }
.rating-stars .rating-fill { position: absolute; inset: 0 auto 0 0; width: 86%; overflow: hidden; color: #f0b323; }
.google-rating-copy strong { display: block; color: var(--blue-950); font-size: 17px; }
.google-rating-copy span { display: block; margin-top: 2px; color: var(--muted); font-size: 12px; }
.google-rating-actions { display: flex; gap: 10px; }
.google-rating-actions .btn { white-space: nowrap; }
.google-review-label { display: inline-flex; align-items: center; gap: 7px; width: fit-content; margin-bottom: 18px; color: var(--blue-800); font-size: 12px; font-weight: 800; }
.google-review-label::before { content: 'G'; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--white); border: 1px solid var(--line); color: #4285f4; font-size: 13px; font-weight: 800; }
.review-summary { margin: 0 0 25px; color: #3b586b; font-size: 15px; }
.reviews-grid-five { grid-template-columns: repeat(6, 1fr); }
.reviews-grid-five .review-card { grid-column: span 2; }
.reviews-grid-five .review-card:nth-child(4) { grid-column: 2 / span 2; }
.reviews-grid-five .review-card:nth-child(5) { grid-column: 4 / span 2; }
.stars { display: flex; gap: 3px; color: #f0b323; }
.stars svg { width: 18px; height: 18px; }
.review-card blockquote { margin: 21px 0 25px; color: #3b586b; font-size: 15px; }
.reviewer { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.reviewer-avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-100); color: var(--blue-800); font-weight: 800; }
.reviewer strong { display: block; color: var(--blue-950); font-size: 13px; }
.reviewer small { color: var(--muted); font-size: 11px; }

.cta-band { position: relative; overflow: hidden; padding-block: 66px; background: linear-gradient(115deg, var(--red-700), var(--red-600)); color: var(--white); }
.cta-band::after { content: ''; position: absolute; width: 410px; height: 410px; right: -110px; top: -180px; border-radius: 50%; border: 55px solid rgba(255,255,255,.08); }
.cta-inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-copy h2 { color: var(--white); font-size: clamp(30px, 4vw, 46px); }
.cta-copy p { margin: 10px 0 0; color: #ffe8ea; }
.cta-actions { flex: 0 0 auto; display: flex; gap: 12px; }

.page-hero { position: relative; overflow: hidden; padding-block: 90px 80px; background: linear-gradient(135deg, var(--blue-950), #0c578d); color: #d7eaf5; }
.page-hero::after { content: ''; position: absolute; width: 600px; height: 600px; right: -140px; top: -330px; border-radius: 50%; border: 100px solid rgba(255,255,255,.05); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero .eyebrow { color: #7fd0f4; }
.page-hero h1 { color: var(--white); font-size: clamp(40px, 5vw, 64px); }
.page-hero p { max-width: 670px; margin: 20px 0 0; color: #c3dae8; font-size: 18px; }
.breadcrumbs { margin-bottom: 18px; color: #99bfd5; font-size: 13px; font-weight: 700; }
.breadcrumbs a:hover { color: var(--white); }

.specials-gallery-section { background: linear-gradient(180deg, var(--blue-50), var(--white)); }
.specials-flyer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; align-items: start; }
.specials-flyer-card { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.specials-flyer-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.specials-flyer-link { display: block; overflow: hidden; background: var(--blue-50); }
.specials-flyer-link img { width: 100%; height: auto; transition: transform .35s ease; }
.specials-flyer-link:hover img { transform: scale(1.012); }
.specials-flyer-card figcaption { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 22px; padding: 24px; }
.specials-flyer-card h3 { font-size: 22px; }
.specials-flyer-card p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }
.specials-flyer-card .btn { white-space: nowrap; }
.featured-offer-section { padding-top: 0; background: var(--white); }
.featured-offer-wrap { max-width: 920px; }
.featured-offer-details { position: static; }
.offer-layout { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: 56px; align-items: start; }
.offer-flyer { display: block; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-md); }
.offer-flyer img { width: 100%; height: auto; }
.offer-flyer:hover img { opacity: .97; }
.offer-figure { margin: 0; }
.offer-figure figcaption { margin-top: 12px; color: var(--muted); font-size: 12px; text-align: center; }
.offer-details { position: sticky; top: 126px; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }
.offer-details h2 { margin-top: 20px; color: var(--red-600); font-size: clamp(48px, 6vw, 76px); }
.offer-details h2 small { color: var(--blue-950); font-family: 'Manrope', Arial, sans-serif; font-size: 15px; letter-spacing: 0; }
.offer-title { margin: 7px 0 0; color: var(--blue-950); font-size: 22px; font-weight: 800; }
.offer-copy { margin: 15px 0 0; color: var(--muted); }
.offer-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin: 27px 0 0; padding: 0; list-style: none; }
.offer-benefits li { display: flex; align-items: center; gap: 10px; min-height: 53px; padding: 12px 14px; border-radius: 12px; background: var(--blue-50); color: #27475c; font-size: 13px; font-weight: 800; }
.offer-benefits svg { flex: 0 0 auto; width: 19px; height: 19px; color: var(--red-600); }
.offer-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 29px; }
.offer-terms { margin: 26px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.65; }
.monthly-note { margin-top: 30px; padding: 20px 22px; border-left: 4px solid var(--red-600); border-radius: 0 12px 12px 0; background: var(--red-100); color: #6d2730; font-size: 13px; }

.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.detail-card { display: grid; grid-template-columns: auto 1fr; gap: 20px; padding: 29px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.detail-card h3 { margin-bottom: 8px; }
.detail-card p { margin: 0; color: var(--muted); font-size: 14px; }
.detail-card ul { margin: 16px 0 0; padding-left: 18px; color: #476376; font-size: 13px; }
.detail-card li + li { margin-top: 5px; }

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.value-card { padding: 29px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); }
.value-card h3 { margin: 20px 0 10px; }
.value-card p { margin: 0; color: var(--muted); font-size: 14px; }
.area-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.area-pill { display: flex; align-items: center; gap: 10px; min-height: 54px; padding: 12px 15px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); color: #35556a; font-size: 13px; font-weight: 700; }
.area-pill svg { width: 17px; height: 17px; color: var(--red-600); }

.contact-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 38px; align-items: start; }
.contact-card { padding: 32px; border-radius: var(--radius); background: var(--blue-950); color: #c4dce9; box-shadow: var(--shadow-md); }
.contact-card h2 { color: var(--white); font-size: 31px; }
.contact-card > p { margin: 12px 0 28px; color: #aac6d7; }
.contact-list { display: grid; gap: 12px; }
.contact-row { display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: center; padding: 14px 0; border-top: 1px solid #27506b; }
.contact-row .icon-bubble { width: 42px; height: 42px; background: #154e70; color: #78c9ef; }
.contact-row .icon-bubble svg { width: 20px; height: 20px; }
.contact-row small { display: block; color: #82a9bf; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.contact-row strong, .contact-row a { color: var(--white); font-size: 14px; }
.hours { margin-top: 24px; padding-top: 20px; border-top: 1px solid #27506b; }
.hours p { display: flex; justify-content: space-between; margin: 7px 0; color: #abc5d4; font-size: 12px; }
.hours strong { color: var(--white); }

.form-card { padding: 35px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.form-card h2 { font-size: 31px; }
.form-card > p { margin: 10px 0 27px; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; color: #27475c; font-size: 12px; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 49px; padding: 11px 13px; border: 1px solid #cbdbe5; border-radius: 10px; background: var(--white); color: var(--ink); outline: none; transition: border-color .2s, box-shadow .2s; }
.field textarea { min-height: 125px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue-700); box-shadow: 0 0 0 4px rgba(18,107,169,.1); }
.consent { display: flex; gap: 10px; margin: 19px 0; color: var(--muted); font-size: 11px; }
.consent input { margin-top: 4px; }
.form-note { margin: 13px 0 0; color: var(--muted); font-size: 11px; }
.form-status { display: none; margin-top: 16px; padding: 12px 14px; border-radius: 10px; background: #e8f8ef; color: #17643b; font-size: 13px; font-weight: 700; }
.form-status.show { display: block; }
.form-status.error { background: #fff0f0; color: #982c2c; }
.form-honey { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-card button[type="submit"]:disabled { cursor: wait; opacity: .7; }
.text-option { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.text-option p { margin: 0; color: var(--muted); font-size: 13px; }
.text-option strong { display: block; color: var(--blue-950); font-size: 14px; }

.booking-layout { display: grid; grid-template-columns: .74fr 1.26fr; gap: 38px; align-items: start; }
.booking-guide { position: sticky; top: 118px; padding: 32px; border-radius: var(--radius); background: linear-gradient(145deg, var(--blue-950), var(--blue-800)); color: #c7ddea; box-shadow: var(--shadow-md); }
.booking-guide h2 { color: var(--white); font-size: 31px; }
.booking-guide > p { margin: 12px 0 26px; color: #b9d2e0; }
.booking-steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: booking-step; }
.booking-steps li { position: relative; min-height: 82px; padding: 4px 0 22px 57px; counter-increment: booking-step; }
.booking-steps li:not(:last-child)::after { content: ''; position: absolute; left: 21px; top: 43px; bottom: 0; width: 1px; background: rgba(255,255,255,.22); }
.booking-steps li::before { content: counter(booking-step); position: absolute; left: 0; top: 0; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.12); color: #8cdbff; font-weight: 800; }
.booking-steps strong { display: block; color: var(--white); font-size: 14px; }
.booking-steps span { display: block; margin-top: 3px; color: #a9c6d6; font-size: 12px; line-height: 1.5; }
.booking-callout { margin-top: 7px; padding: 17px 18px; border: 1px solid rgba(255,255,255,.17); border-radius: 13px; background: rgba(255,255,255,.08); }
.booking-callout strong { display: block; color: var(--white); }
.booking-callout a { display: inline-block; margin-top: 4px; color: #8cdbff; font-size: 18px; font-weight: 800; }
.booking-form-card { padding: 39px; }
.booking-form-card .form-intro { margin-bottom: 25px; }
.booking-notice { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 24px; padding: 15px 17px; border-radius: 12px; background: var(--blue-50); color: #35556a; font-size: 13px; }
.booking-notice svg { flex: 0 0 auto; width: 20px; height: 20px; margin-top: 1px; color: var(--blue-800); }
.booking-emergency { margin-top: 18px; padding: 14px 16px; border-left: 4px solid var(--red-600); border-radius: 0 10px 10px 0; background: var(--red-100); color: #762b32; font-size: 12px; }

.faq-list { display: grid; gap: 12px; max-width: 880px; margin-inline: auto; }
.faq-item { border: 1px solid var(--line); border-radius: 14px; background: var(--white); overflow: hidden; }
.faq-question { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 20px 22px; border: 0; background: transparent; color: var(--blue-950); text-align: left; font-weight: 800; }
.faq-question span:last-child { color: var(--red-600); font-size: 24px; transition: transform .2s ease; }
.faq-answer { display: none; padding: 0 22px 21px; color: var(--muted); font-size: 14px; }
.faq-item.open .faq-answer { display: block; }
.faq-item.open .faq-question span:last-child { transform: rotate(45deg); }

.site-footer { background: #051f32; color: #a8c1d0; }
.footer-main { display: grid; grid-template-columns: 1.4fr .7fr .85fr 1fr; gap: 52px; padding-block: 68px 48px; }
.footer-brand img { width: 245px; height: auto; padding: 10px 12px; border-radius: 12px; background: var(--white); }
.footer-brand p { max-width: 350px; margin: 20px 0 0; font-size: 13px; }
.footer-col h3 { margin-bottom: 18px; color: var(--white); font-family: 'Manrope', Arial, sans-serif; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: grid; gap: 9px; }
.footer-links a, .footer-links span { color: #a8c1d0; font-size: 13px; }
.footer-links a:hover { color: var(--white); }
.footer-phone { display: block; margin-top: 15px; color: var(--white); font-size: 20px; font-weight: 800; }
.footer-text { display: inline-flex; align-items: center; gap: 7px; margin-top: 8px; color: #8ed7fa; font-size: 13px; font-weight: 800; }
.footer-text:hover { color: var(--white); }
.footer-text svg { width: 17px; height: 17px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 22px; border-top: 1px solid #1b3b50; font-size: 11px; }
.footer-bottom-links { display: flex; gap: 18px; }
.footer-link-button { padding: 0; border: 0; background: transparent; color: #a8c1d0; font: inherit; cursor: pointer; }
.footer-link-button:hover { color: var(--white); }

.analytics-consent { position: fixed; z-index: 100; right: 22px; bottom: 22px; width: min(560px, calc(100% - 44px)); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 22px 60px rgba(6,41,66,.28); }
.analytics-consent strong { display: block; color: var(--blue-950); font-size: 16px; }
.analytics-consent p { margin: 6px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.analytics-consent p a { color: var(--blue-800); text-decoration: underline; }
.analytics-consent-actions { display: grid; gap: 8px; min-width: 148px; }
.analytics-consent-actions .btn { min-height: 42px; padding: 10px 14px; font-size: 12px; }

.mobile-contact-bar { display: none; }
.legal-copy { max-width: 850px; }
.legal-copy h2 { margin-top: 34px; font-size: 28px; }
.legal-copy p, .legal-copy li { color: var(--muted); }

@media (max-width: 1080px) {
  .main-nav a { padding-inline: 9px; }
  .nav-actions .btn-ghost { display: none; }
  .nav-actions .nav-text { display: none; }
  .hero-grid { min-height: 650px; grid-template-columns: 1fr; }
  .hero-visual > img { min-width: 460px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-main { grid-template-columns: 1.3fr .7fr .9fr; }
  .footer-main .footer-col:last-child { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  .topbar-list > span:not(.topbar-dealer) { display: none; }
  .nav-wrap { min-height: 74px; }
  .brand img { width: 205px; }
  .mobile-toggle { display: inline-flex; }
  .main-nav { position: absolute; inset: 74px 0 auto; display: none; flex-direction: column; align-items: stretch; padding: 14px 20px 22px; border-bottom: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow-md); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 15px; }
  .main-nav .nav-special { margin: 3px 0; text-align: center; }
  .main-nav .nav-book-mobile { display: block; margin-top: 4px; background: var(--red-600); color: var(--white); text-align: center; }
  .main-nav .nav-book-mobile:hover, .main-nav .nav-book-mobile[aria-current="page"] { background: var(--red-700); color: var(--white); }
  .nav-actions .btn { display: none; }
  .hero { background-image: linear-gradient(90deg, rgba(6,41,66,.96), rgba(6,41,66,.7)), url('hero-lennox-service.webp'); background-position: 72% 30%; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 70px 78px; }
  .hero-copy { max-width: 660px; text-align: left; margin-inline: 0; }
  .hero-copy .eyebrow { justify-content: flex-start; }
  .hero-lead { margin-inline: 0; }
  .hero-actions, .hero-trust { justify-content: flex-start; }
  .hero-visual { max-width: 610px; margin: -15px auto 0; }
  .hero-visual > img { min-width: 0; transform: none; }
  .float-one { left: 0; top: 25%; }
  .float-two { right: 0; bottom: 12%; }
  .trust-strip { margin-top: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 45px; }
  .comfort-panel { order: 2; min-height: 430px; }
  .comfort-content { min-height: 430px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .google-rating-panel { grid-template-columns: auto 1fr; }
  .google-rating-copy { grid-column: 1 / -1; }
  .google-rating-actions { grid-column: 1 / -1; }
  .reviews-grid-five { grid-template-columns: 1fr; }
  .reviews-grid-five .review-card, .reviews-grid-five .review-card:nth-child(4), .reviews-grid-five .review-card:nth-child(5) { grid-column: auto; }
  .review-card { min-height: 0; }
  .detail-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .area-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-layout { grid-template-columns: 1fr; }
  .booking-layout { grid-template-columns: 1fr; }
  .booking-guide { position: static; }
  .home-offer-card { grid-template-columns: 1fr auto; }
  .home-offer-card .btn { grid-column: 1 / -1; justify-self: start; }
  .specials-flyer-grid { grid-template-columns: 1fr; max-width: 680px; margin-inline: auto; }
  .offer-layout { grid-template-columns: 1fr; }
  .offer-figure { max-width: 650px; margin-inline: auto; }
  .offer-details { position: static; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main .footer-col:last-child { grid-column: auto; }
  .footer-brand { grid-column: 1 / -1; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
  .photo-showcase { height: 700px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.1fr .9fr; }
  .photo-card:first-child { grid-column: 1 / -1; grid-row: auto; }
  .service-photo-strip { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .topbar-inner { min-height: 34px; justify-content: center; }
  .topbar-inner > span:first-child { display: none; }
  .topbar-list { gap: 0; }
  .brand img { width: 177px; }
  .hero { background-image: linear-gradient(90deg, rgba(6,41,66,.96), rgba(6,41,66,.78)), url('hero-lennox-service.webp'); background-position: 76% center; }
  .hero-grid { min-height: 640px; padding-block: 52px 66px; }
  h1 { font-size: 42px; }
  .hero-lead { font-size: 16px; }
  .dealer-brand, .dealer-title { min-height: 35px; padding: 6px 10px; font-size: 11px; }
  .dealer-brand { font-size: 14px; }
  .hero-actions .btn { width: 100%; }
  .hero-trust { display: grid; grid-template-columns: 1fr 1fr; text-align: left; gap: 10px; }
  .hero-visual { margin-top: 0; }
  .floating-card { padding: 10px 12px; }
  .float-one { left: -3%; }
  .float-two { right: -3%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { min-height: 91px; padding: 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:nth-child(3) { border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .home-offer { padding-top: 26px; }
  .home-offer-card { grid-template-columns: 1fr; gap: 22px; padding: 27px 23px; }
  .home-offer-card .btn { grid-column: auto; width: 100%; }
  .home-offer-price strong { font-size: 50px; }
  .section { padding-block: 74px; }
  .section-sm { padding-block: 56px; }
  .section-heading { margin-bottom: 30px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 270px; }
  .photo-showcase { height: auto; grid-template-columns: 1fr; grid-template-rows: none; }
  .photo-card, .photo-card:first-child { min-height: 285px; grid-column: auto; grid-row: auto; }
  .photo-frame, .photo-frame img { min-height: 380px; }
  .service-photo { height: 285px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { padding-inline: 0; }
  .comfort-panel, .comfort-content { min-height: 390px; }
  .comfort-content { padding: 30px; }
  .comfort-content .big-number { font-size: 78px; }
  .cta-actions { width: 100%; flex-direction: column; }
  .cta-actions .btn { width: 100%; }
  .page-hero { padding-block: 65px 60px; }
  .detail-card { grid-template-columns: 1fr; }
  .specials-flyer-card figcaption { grid-template-columns: 1fr; padding: 21px; }
  .specials-flyer-card .btn { width: 100%; }
  .offer-details { padding: 27px 23px; }
  .offer-benefits { grid-template-columns: 1fr; }
  .offer-actions { flex-direction: column; }
  .offer-actions .btn { width: 100%; }
  .area-grid { grid-template-columns: 1fr; }
  .contact-card, .form-card { padding: 25px; }
  .google-rating-panel { grid-template-columns: 1fr; gap: 17px; padding: 23px; }
  .google-score, .google-rating-copy, .google-rating-actions { grid-column: auto; }
  .google-mark { width: 46px; height: 46px; }
  .google-rating-actions { width: 100%; flex-direction: column; }
  .google-rating-actions .btn { width: 100%; }
  .booking-guide { padding: 25px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-main { grid-template-columns: 1fr; gap: 35px; padding-block: 55px 35px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-contact-bar { position: fixed; z-index: 60; left: 14px; right: 14px; bottom: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 6px; border: 1px solid rgba(219,231,239,.85); border-radius: 16px; background: rgba(255,255,255,.96); box-shadow: 0 15px 34px rgba(6,41,66,.25); backdrop-filter: blur(12px); }
  .mobile-contact-action { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; border-radius: 11px; color: var(--white); font-weight: 800; }
  .mobile-contact-call { background: var(--red-600); }
  .mobile-contact-text { background: var(--blue-800); }
  .mobile-contact-action svg { width: 20px; height: 20px; }
  .text-option { align-items: stretch; flex-direction: column; }
  .text-option .btn { width: 100%; }
  body { padding-bottom: 76px; }
  .analytics-consent { left: 14px; right: 14px; bottom: 82px; width: auto; grid-template-columns: 1fr; gap: 16px; padding: 19px; }
  .analytics-consent-actions { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
