/*
  PROJECT: Houston Locksmith Near Me
  DOMAIN: houstonlocksmithnearme.com
  NICHE: Locksmith
  DESIGN SIGNATURE: Steel Keyline Emergency Editorial
  COLOR SCHEME: #123047 + #f97316 + #f7fafc
  FONTS: Montserrat + Open Sans
  LAYOUT PATTERN: Layout 1 - Emergency Service Landing
  HEADER VARIANT: B
  HERO VARIANT: H
  SERVICES VARIANT: D
  TRUST SECTION VARIANT: D
  CTA VARIANT: D
  FOOTER VARIANT: D
  COUPON PLACEMENT: after services
  IMAGE STYLE: technician action + clean result + wide editorial
*/
:root {
  --navy: #123047;
  --navy-2: #0b2234;
  --steel: #256b8f;
  --orange: #f97316;
  --orange-dark: #d95608;
  --ice: #f7fafc;
  --mist: #eaf3f7;
  --ink: #14212b;
  --muted: #5f6f7b;
  --white: #fff;
  --line: #d9e4ea;
  --shadow: 0 22px 55px rgba(18, 48, 71, .14);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #fff 0, var(--ice) 52%, #fff 100%);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.72;
  overflow-x: hidden;
}
h1, h2, h3, h4, .navbar-brand, .btn, .eyebrow { font-family: Montserrat, Arial, sans-serif; }
h1, h2, h3 { color: var(--navy); font-weight: 800; letter-spacing: -.035em; }
h1 { font-size: clamp(2.55rem, 5vw, 5.25rem); line-height: .98; }
h2 { font-size: clamp(2rem, 3.8vw, 3.35rem); line-height: 1.08; }
h3 { font-size: 1.28rem; line-height: 1.3; }
a { color: var(--steel); text-decoration-thickness: 2px; text-underline-offset: 3px; }
a:hover { color: var(--orange-dark); }
img { max-width: 100%; height: auto; }
.section-space { padding: clamp(4.5rem, 8vw, 7.5rem) 0; }
.section-soft { background: linear-gradient(135deg, #eef6f9 0%, #fff 65%); }
.section-dark { background: var(--navy); color: #fff; }
.section-dark h2, .section-dark h3 { color: #fff; }
.eyebrow { color: var(--orange-dark); font-size: .84rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section-lead { color: var(--muted); font-size: 1.08rem; max-width: 760px; }
.topbar { background: var(--navy-2); color: #fff; font-size: .93rem; }
.topbar a { color: #fff; text-decoration: none; }
.topbar-inner { min-height: 42px; display: flex; gap: 1.25rem; align-items: center; justify-content: space-between; }
.topbar-offers { display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; }
.topbar-offers span::before { content: "✓"; color: #ffad72; margin-right: .35rem; font-weight: 800; }
.site-nav { background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(18,48,71,.08); transition: box-shadow .25s ease; }
.site-nav.scrolled { box-shadow: 0 12px 35px rgba(18,48,71,.13); }
.navbar-brand img { width: 225px; height: auto; }
.navbar-nav { gap: .1rem; }
.navbar .nav-link { color: var(--navy); font-weight: 700; padding: .85rem .75rem !important; white-space: nowrap; }
.navbar .nav-link:hover, .navbar .nav-link.active { color: var(--orange-dark); }
.dropdown-menu { border: 0; border-radius: 18px; box-shadow: var(--shadow); padding: .6rem; max-height: 70vh; overflow-y: auto; }
.dropdown-item { border-radius: 10px; padding: .65rem .8rem; font-weight: 650; }
.dropdown-item:hover { background: #fff2e9; color: var(--orange-dark); }
.header-actions { display: flex; align-items: center; gap: .7rem; margin-left: 1rem; }
.header-badge { display: none; }
.btn { border-radius: 999px; min-height: 48px; padding: .72rem 1.35rem; font-weight: 800; border-width: 2px; }
.btn-accent { background: var(--orange); border-color: var(--orange); color: #1d130c; box-shadow: 0 12px 28px rgba(249,115,22,.22); }
.btn-accent:hover { background: var(--orange-dark); border-color: var(--orange-dark); color: #fff; transform: translateY(-2px); }
.btn-outline-brand { color: var(--navy); border-color: var(--navy); background: transparent; }
.btn-outline-brand:hover { color: #fff; background: var(--navy); }
.btn-light-outline { color: #fff; border-color: rgba(255,255,255,.65); }
.btn-light-outline:hover { color: var(--navy); background: #fff; }
.hero { position: relative; padding: clamp(3rem, 6vw, 6.6rem) 0; overflow: hidden; background: radial-gradient(circle at 10% 10%, #fff 0, #edf6f9 46%, #dceaf1 100%); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; border: 80px solid rgba(37,107,143,.07); border-radius: 50%; top: -250px; left: -180px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy p { color: #455965; font-size: clamp(1.05rem, 1.6vw, 1.24rem); max-width: 690px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.75rem; }
.hero-media { position: relative; z-index: 1; padding: .8rem; }
.hero-media::before { content: ""; position: absolute; inset: 7% -7% -7% 7%; background: var(--orange); border-radius: 38px 12px 38px 12px; transform: rotate(3deg); }
.hero-image { position: relative; width: 100%; aspect-ratio: 12/8; object-fit: cover; border-radius: 38px 12px 38px 12px; box-shadow: var(--shadow); }
.hero-card { position: absolute; z-index: 3; left: -18px; bottom: 22px; max-width: 260px; background: #fff; border-radius: 20px; padding: 1rem 1.15rem; box-shadow: var(--shadow); }
.hero-card strong { color: var(--navy); display: block; font-size: 1.05rem; }
.trust-strip { background: var(--navy); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 1.35rem 1rem; border-right: 1px solid rgba(255,255,255,.16); text-align: center; font-weight: 800; }
.trust-item:last-child { border-right: 0; }
.trust-item span { color: #ffad72; margin-right: .35rem; }
.content-visual { border-radius: var(--radius); width: 100%; aspect-ratio: 4/3; object-fit: cover; box-shadow: var(--shadow); }
.content-copy p { color: #42545f; }
.content-section { padding: 2rem 0; }
.content-section + .content-section { border-top: 1px solid var(--line); }
.content-panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.4rem, 3vw, 2.5rem); box-shadow: 0 15px 40px rgba(18,48,71,.08); height: 100%; }
.check-list { list-style: none; padding: 0; margin: 1.2rem 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem 1rem; }
.check-list li { padding-left: 1.7rem; position: relative; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--orange-dark); font-weight: 900; }
.services-showcase { position: relative; overflow: hidden; background: linear-gradient(155deg, #eef7fa 0%, #fff 48%, #fff4ec 100%); }
.services-showcase::before { content: ""; position: absolute; width: 420px; height: 420px; right: -210px; top: 8%; border: 72px solid rgba(249,115,22,.07); border-radius: 50%; }
.services-intro { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: 2rem; align-items: end; margin-bottom: clamp(2rem,5vw,4rem); }
.services-intro h2 { max-width: 780px; margin-bottom: 0; }
.services-intro .section-lead { margin-bottom: 1rem; }
.services-call { display: inline-flex; flex-direction: column; color: var(--navy); text-decoration: none; border-left: 4px solid var(--orange); padding-left: 1rem; }
.services-call span { color: var(--muted); font-size: .88rem; }
.services-call strong { font-family: Montserrat,Arial,sans-serif; font-size: 1.08rem; }
.service-groups { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1.25rem; }
.service-group { background: rgba(255,255,255,.92); border: 1px solid rgba(18,48,71,.11); border-radius: 28px; padding: clamp(1.2rem,2.5vw,1.8rem); box-shadow: 0 18px 42px rgba(18,48,71,.08); }
.service-group:nth-child(2), .service-group:nth-child(3) { transform: translateY(1.4rem); }
.service-group-head { display: flex; gap: 1rem; align-items: center; padding-bottom: 1.15rem; margin-bottom: .25rem; border-bottom: 1px solid var(--line); }
.service-group-head span:not(.service-group-mark) { color: var(--muted); font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.service-group-head h3 { margin: 0; font-size: 1.45rem; }
.service-group-mark { flex: 0 0 58px; width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg,var(--navy),var(--steel)); border-radius: 18px 7px 18px 7px; font: 900 .76rem Montserrat,Arial,sans-serif; letter-spacing: .04em; box-shadow: 0 10px 22px rgba(18,48,71,.18); }
.service-group:first-child .service-group-mark { background: linear-gradient(135deg,var(--orange-dark),var(--orange)); color: #fff; }
.service-group-links { display: grid; }
.service-card-link { display: grid; grid-template-columns: 34px 1fr auto; gap: .8rem; align-items: center; min-height: 58px; padding: .6rem .2rem; color: var(--navy); text-decoration: none; border-bottom: 1px solid #edf2f5; transition: color .2s ease, transform .2s ease; }
.service-card-link:last-child { border-bottom: 0; }
.service-card-link:hover { color: var(--orange-dark); transform: translateX(4px); }
.service-number { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; background: var(--mist); color: var(--steel); font-size: .74rem; font-weight: 900; }
.service-arrow { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 1.1rem; transition: background .2s ease, color .2s ease; }
.service-card-link:hover .service-arrow { background: var(--orange); border-color: var(--orange); color: var(--navy-2); }
.process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; counter-reset: steps; }
.process-card { counter-increment: steps; background: #fff; border-radius: 22px; padding: 1.5rem; border: 1px solid var(--line); position: relative; }
.process-card::before { content: "0" counter(steps); color: rgba(249,115,22,.28); font: 900 3rem/1 Montserrat,Arial,sans-serif; }
.coupon-section { background: #fff; }
.coupon-ticket { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; color: #fff; background: linear-gradient(125deg,var(--navy-2) 0%,var(--navy) 52%,#194f6d 100%); border-radius: 38px; box-shadow: 0 28px 70px rgba(18,48,71,.22); }
.coupon-ticket::before, .coupon-ticket::after { content: ""; position: absolute; z-index: 3; left: calc(52.5% - 21px); width: 42px; height: 42px; border-radius: 50%; background: #fff; }
.coupon-ticket::before { top: -21px; }
.coupon-ticket::after { bottom: -21px; }
.coupon-copy { position: relative; padding: clamp(2rem,5vw,4.4rem); }
.coupon-copy::after { content: ""; position: absolute; top: 28px; bottom: 28px; right: 0; border-right: 2px dashed rgba(255,255,255,.35); }
.coupon-kicker { display: inline-flex; align-items: center; gap: .5rem; margin-bottom: 1rem; color: #ffd3b5; font: 800 .78rem Montserrat,Arial,sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.coupon-kicker::before { content: "✦"; color: var(--orange); font-size: 1rem; }
.coupon-copy h2 { color: #fff; max-width: 540px; }
.coupon-copy p { color: #d9e7ed; max-width: 590px; }
.coupon-offers { list-style: none; display: flex; flex-wrap: wrap; gap: .55rem; padding: 0; margin: 1.5rem 0 1.8rem; }
.coupon-offers li { padding: .55rem .8rem; color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: .88rem; font-weight: 800; }
.coupon-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
.coupon-phone { display: flex; flex-direction: column; color: #fff; text-decoration: none; }
.coupon-phone span { color: #aecdDB; font-size: .78rem; }
.coupon-phone strong { font-family: Montserrat,Arial,sans-serif; }
.coupon-preview { position: relative; display: grid; place-items: center; padding: clamp(1.5rem,4vw,3.4rem); color: #fff; background: radial-gradient(circle at 80% 20%,rgba(249,115,22,.32),transparent 34%); text-decoration: none; }
.coupon-preview-label { position: absolute; z-index: 2; right: 1.35rem; top: 1.35rem; padding: .38rem .72rem; color: var(--navy); background: #fff; border-radius: 999px; font: 800 .72rem Montserrat,Arial,sans-serif; text-transform: uppercase; box-shadow: 0 8px 20px rgba(0,0,0,.18); }
.coupon-image { width: min(100%,440px); aspect-ratio: 1; object-fit: cover; border-radius: 26px; border: 5px solid #fff; box-shadow: 0 22px 45px rgba(0,0,0,.25); transform: rotate(2deg); transition: transform .25s ease; }
.coupon-preview:hover .coupon-image { transform: rotate(0) scale(1.025); }
.coupon-note { margin: .9rem 0 0; color: var(--muted); text-align: center; font-size: .86rem; }
.gallery-grid { display: grid; grid-template-columns: 1.25fr .8fr .8fr; grid-template-rows: 240px 240px; gap: 1rem; }
.gallery-grid a { overflow: hidden; border-radius: 22px; }
.gallery-grid a:first-child { grid-row: 1 / 3; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-grid a:hover img { transform: scale(1.04); }
.before-after { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.result-card { position: relative; overflow: hidden; border-radius: 24px; }
.result-card img { width: 100%; height: 380px; object-fit: cover; }
.result-label { position: absolute; left: 16px; top: 16px; color: #fff; background: var(--navy); border-radius: 999px; padding: .45rem .85rem; font-weight: 800; }
.result-card:last-child .result-label { background: var(--orange-dark); }
.accordion-item { border: 1px solid var(--line) !important; border-radius: 16px !important; overflow: hidden; margin-bottom: .8rem; }
.accordion-button { font-weight: 800; color: var(--navy); font-size: 1rem; }
.accordion-button:not(.collapsed) { color: var(--orange-dark); background: #fff4ec; }
.contact-section { position: relative; overflow: hidden; background: linear-gradient(145deg,#eaf3f7 0%,#fff 52%,#fff2e8 100%); }
.contact-section::before { content: ""; position: absolute; width: 520px; height: 520px; left: -300px; bottom: -300px; border: 86px solid rgba(37,107,143,.08); border-radius: 50%; }
.contact-command { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; overflow: hidden; background: var(--navy-2); border-radius: 38px; box-shadow: 0 30px 75px rgba(18,48,71,.22); }
.contact-intro { position: relative; padding: clamp(2rem,5vw,4rem); color: #d8e6ec; background: linear-gradient(145deg,var(--navy-2),var(--navy)); }
.contact-intro::after { content: ""; position: absolute; width: 250px; height: 250px; right: -125px; bottom: -125px; border: 42px solid rgba(249,115,22,.12); border-radius: 50%; }
.contact-intro .eyebrow { color: #ffb17d; }
.contact-intro h2 { color: #fff; }
.contact-intro > p { color: #c7dbe4; }
.contact-phone { position: relative; z-index: 1; display: flex; gap: .9rem; align-items: center; margin: 1.8rem 0; padding: 1rem; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: 20px; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.contact-phone:hover { color: #fff; background: rgba(255,255,255,.13); transform: translateY(-2px); }
.contact-phone-icon { flex: 0 0 52px; width: 52px; height: 52px; display: grid; place-items: center; color: var(--navy-2); background: var(--orange); border-radius: 16px; font: 900 .75rem Montserrat,Arial,sans-serif; }
.contact-phone small, .contact-phone strong { display: block; }
.contact-phone small { color: #b9d1dc; }
.contact-phone strong { font: 800 clamp(1.25rem,2.2vw,1.65rem) Montserrat,Arial,sans-serif; }
.contact-facts { position: relative; z-index: 1; display: grid; gap: .85rem; }
.contact-facts > div { display: grid; grid-template-columns: 112px 1fr; gap: .8rem; padding-top: .85rem; border-top: 1px solid rgba(255,255,255,.12); }
.contact-facts span { color: #86a8b8; font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.contact-facts strong { color: #fff; font-size: .92rem; }
.contact-form-panel { padding: clamp(1.4rem,4vw,3rem); background: #fff; }
.form-heading { margin-bottom: 1.3rem; }
.form-heading > span { color: var(--orange-dark); font: 800 .78rem Montserrat,Arial,sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.form-heading h3 { margin: .25rem 0; font-size: clamp(1.65rem,3vw,2.25rem); }
.form-heading p { margin: 0; color: var(--muted); }
.form-shell { background: transparent; border-radius: 0; padding: 0; box-shadow: none; }
.form-control, .form-select { min-height: 52px; border-radius: 13px; border-color: #c9d6dd; padding: .75rem .9rem; font-size: 1rem; }
.form-control:focus, .form-select:focus { border-color: var(--steel); box-shadow: 0 0 0 .25rem rgba(37,107,143,.12); }
.service-textarea { height: 130px; resize: vertical; }
.btn-submit { width: 100%; }
.form-assurance { display: flex; gap: .55rem; align-items: center; margin: 1rem 0 0; color: var(--muted); font-size: .82rem; }
.form-assurance span { flex: 0 0 24px; width: 24px; height: 24px; display: grid; place-items: center; color: #fff; background: var(--steel); border-radius: 50%; font-weight: 900; }
.map-frame { width: 100%; height: 300px; border: 0; border-radius: 22px; }
.site-footer { background: var(--navy-2); color: #dbe8ee; padding: 4.5rem 0 1.3rem; }
.site-footer h2, .site-footer h3 { color: #fff; font-size: 1.05rem; letter-spacing: 0; }
.site-footer a { color: #dbe8ee; text-decoration: none; }
.site-footer a:hover { color: #ffad72; }
.footer-logo { background: #fff; border-radius: 16px; padding: .5rem; width: 250px; }
.footer-list { list-style: none; margin: 0; padding: 0; }
.footer-list li { margin-bottom: .45rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); margin-top: 2.5rem; padding-top: 1.3rem; }
.mobile-call { display: none; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.breadcrumb { font-size: .95rem; }
.utility-hero { padding: 4rem 0; }
.utility-hero .hero-image { max-height: 470px; }
.cta-band { background: linear-gradient(120deg, var(--navy), var(--steel)); color: #fff; border-radius: 32px; padding: clamp(2rem, 5vw, 4rem); }
.cta-band h2 { color: #fff; }
dialog { border: 0; border-radius: 24px; padding: .8rem; max-width: min(1000px, 92vw); box-shadow: var(--shadow); }
dialog::backdrop { background: rgba(5,20,30,.78); }
.lightbox-image { max-height: 80vh; width: auto; border-radius: 16px; }
.lightbox-close { position: absolute; top: 14px; right: 14px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #fff; color: var(--navy); font-weight: 900; }

/* BlogData v1.5.1 front-end, adapted to the Houston Locksmith design system. */
.blog-section { background: linear-gradient(145deg, #eef5f8 0%, #fff 55%, #fff3ea 100%); }
.blog-content { max-width: 980px; margin-inline: auto; }
.blogbox,
.blogpost,
.blog-empty { clear: both; overflow: hidden; margin-bottom: 1.5rem; padding: clamp(1.35rem, 3vw, 2.25rem); background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.blogbox { display: grid; grid-template-columns: minmax(240px, 35%) 1fr; gap: clamp(1.25rem, 3vw, 2.25rem); align-items: center; text-align: left; }
.blogbox .blogimg img { width: 100%; height: 240px; object-fit: cover; border-radius: 18px; box-shadow: 0 10px 30px rgba(18,48,71,.15); }
.blogbox h2,
.blogpost h1,
.blogpost h2,
.blog-empty h2 { color: var(--navy); }
.blogbox h2 { margin: 0 0 .8rem; font-size: clamp(1.45rem, 2.7vw, 2rem); }
.blogbox h2 a { color: inherit; text-decoration: none; }
.blogbox h2 a:hover { color: var(--orange-dark); }
.blogbox .read-more { margin: 1.25rem 0 0; }
.blogbox .read-more a { display: inline-flex; min-height: 44px; align-items: center; padding: .7rem 1.1rem; color: #1d130c; background: var(--orange); border: 1px solid var(--orange); border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.blogbox .read-more a:hover { background: #ffad72; transform: translateY(-2px); }
.blogpost { text-align: left; }
.blogpost h1 { margin: 0 0 1.5rem; font-size: clamp(2rem, 5vw, 3.75rem); }
.blogpost h2 { margin-top: 2rem; font-size: clamp(1.45rem, 3vw, 2.15rem); }
.blogpost .blog-wrapper > img { float: right; width: min(420px, 42%); height: auto; margin: 0 0 1.5rem 2rem; border-radius: 18px; box-shadow: 0 10px 30px rgba(18,48,71,.18); }
.blogpost .blog-wrapper::after { content: ""; display: table; clear: both; }
.socialbox { display: flex; flex-wrap: wrap; justify-content: center; gap: .65rem; width: 100%; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.share-btn { display: inline-flex; min-height: 44px; align-items: center; padding: .7rem 1rem; border-radius: 999px; color: #fff; font-size: .9rem; font-weight: 800; line-height: 1.2; text-decoration: none; transition: transform .2s ease, filter .2s ease; }
.share-btn:hover { color: #fff; filter: brightness(.9); transform: translateY(-2px); }
.share-btn-twitter { background: #111827; }
.share-btn-facebook { background: #3b5998; }
.share-btn-linkedin { background: #0077b5; }
.blog-empty { text-align: center; }
.blog-empty p { margin-bottom: 0; }

@media (max-width: 1199.98px) {
  .navbar-brand img { width: 190px; }
  .navbar .nav-link { padding-inline: .5rem !important; font-size: .94rem; }
  .header-phone { font-size: .9rem; padding-inline: 1rem; }
}
@media (max-width: 991.98px) {
  body { padding-bottom: 66px; }
  .topbar-inner { padding-block: .45rem; }
  .topbar-address { display: none; }
  .navbar-collapse { padding: 1rem 0; }
  .navbar-toggler { min-width: 44px; min-height: 44px; }
  .navbar-nav .dropdown-menu { position: static; float: none; width: 100%; margin-top: .35rem; padding: .5rem; border: 0; border-radius: 12px; background: #fff; box-shadow: 0 10px 30px rgba(15,23,42,.12); }
  .navbar-nav .dropdown-item { padding: .7rem .9rem; min-height: 44px; white-space: normal; }
  .header-actions { display: grid; gap: .6rem; margin: 1rem 0 0; }
  .header-badge { display: inline-block; color: var(--navy); font-weight: 800; }
  .hero-card { left: 18px; }
  .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 rgba(255,255,255,.16); }
  .process { grid-template-columns: 1fr; }
  .services-intro, .contact-command { grid-template-columns: 1fr; }
  .service-group:nth-child(2), .service-group:nth-child(3) { transform: none; }
  .coupon-ticket { grid-template-columns: 1fr; }
  .coupon-ticket::before, .coupon-ticket::after { display: none; }
  .coupon-copy::after { left: 28px; right: 28px; top: auto; bottom: 0; border-right: 0; border-bottom: 2px dashed rgba(255,255,255,.35); }
  .mobile-call { display: flex; position: fixed; z-index: 1050; left: 0; right: 0; bottom: 0; min-height: 66px; align-items: center; justify-content: center; gap: .65rem; color: #1d130c; background: var(--orange); text-decoration: none; font: 800 1.05rem Montserrat,Arial,sans-serif; box-shadow: 0 -8px 28px rgba(18,48,71,.2); }
  .footer-list a, .footer-bottom a, .content-panel .check-list a, .content-panel p > a { display: inline-flex; align-items: center; min-height: 44px; }
  .circleContactButtonWrap { transform: translateY(-66px) !important; }
}
@media (max-width: 767.98px) {
  body { font-size: 16px; }
  .section-space { padding: 4rem 0; }
  .topbar-inner { min-height: 44px; justify-content: center; }
  .topbar-offers { width: 100%; justify-content: center; gap: .25rem .75rem; font-size: .78rem; }
  .topbar-phone { display: none; }
  .hero { padding: 3.2rem 0 4rem; }
  .hero-media { margin-top: 2rem; }
  .hero-card { position: relative; left: auto; bottom: auto; margin: -30px 16px 0; }
  .check-list { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 210px); }
  .gallery-grid a:first-child { grid-row: auto; grid-column: 1 / 3; }
  .before-after { grid-template-columns: 1fr; }
  .result-card img { height: 300px; }
  .services-intro, .service-groups { grid-template-columns: 1fr; }
  .service-card-link strong { font-size: .92rem; }
  .coupon-ticket, .contact-command { border-radius: 26px; }
  .coupon-offers li { width: 100%; border-radius: 12px; }
  .contact-facts > div { grid-template-columns: 1fr; gap: .2rem; }
  .blogbox { grid-template-columns: 1fr; }
  .blogbox .blogimg img { height: 220px; }
  .blogpost .blog-wrapper > img { float: none; width: 100%; margin: 0 0 1.5rem; }
  .socialbox { justify-content: stretch; }
  .share-btn { width: 100%; justify-content: center; }
}
@media (max-width: 420px) {
  .topbar-offers span:nth-child(3) { display: none; }
  .navbar-brand img { width: 170px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .hero-actions .btn { width: 100%; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: repeat(5, 220px); }
  .gallery-grid a:first-child { grid-column: auto; }
}
