/* ==========================================================================
   BEST APPLIANCE REPAIR AND SERVICE LLC — barsllc.us
   Local rebuild. Tokens lifted from the live Elementor kit.
   ========================================================================== */

@font-face {
  font-family: jkiticon;
  src: url("../fonts/jkiticon.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --accent: #f8c02f;
  --accent-soft: #ff8f341f;
  --ink: #000000;
  --ink-soft: #0d0d0d;
  --body: #7a7a7a;
  --white: #ffffff;
  --footer: #151515;
  --rule: #dddddd;

  --font-head: "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-body: "Heebo", -apple-system, "Segoe UI", Roboto, sans-serif;

  --shell: 1170px;

  /* Elementor global typography scale */
  --t-primary: 54px;      /* h1 */
  --t-secondary: 32px;    /* section headings */
  --t-eyebrow: 18px;      /* accent kicker */
  --t-card-title: 20px;
  --t-service-title: 24px;
  --t-stat: 42px;
  --t-body: 16px;
  --t-footer-title: 18px;
}

/* --------------------------------------------------------------- reset -- */

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--t-body);
  font-weight: 400;
  line-height: 1.5em;
  color: var(--body);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: var(--font-head);
  color: var(--ink);
}

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

/* figure defaults to margin:1em 40px, which would widen each carousel slide
   past its track and clip the text. */
figure, blockquote { margin: 0; }

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; border: 0; }
ul { margin: 0; padding: 0; list-style: none; }

.shell {
  width: 100%;
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 10px;
}

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* jkiticon glyphs used on this page */
[class^="jki-"],
[class*=" jki-"] {
  font-family: jkiticon !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.jki-laptop-phone-light::before   { content: "\f83d"; }
.jki-badge::before                { content: "\f100"; }
.jki-repair-light::before         { content: "\faea"; }
.jki-smartphone2-light::before    { content: "\fa79"; }
.jki-tablet-light::before         { content: "\f83b"; }
.jki-laptop1-light::before        { content: "\fa37"; }
.jki-monitor1-light::before       { content: "\fa48"; }
.jki-customer-support-light::before { content: "\fadd"; }
.jki-technology-1-light::before   { content: "\f9ad"; }
.jki-badge-light::before          { content: "\fb36"; }
.jki-Mechanic-light::before       { content: "\fbd0"; }
.jki-team-1-light::before         { content: "\f9c6"; }
.jki-quote-light::before          { content: "\f97e"; }

/* -------------------------------------------------------------- buttons -- */

.btn {
  display: inline-block;
  background: var(--accent);
  color: var(--white);
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  padding: 18px 32px;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  transition: background .3s, transform .3s;
}
/* elementor-animation-float: a single lift on hover, not a loop. */
.btn--float {
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.btn--float:active,
.btn--float:focus,
.btn--float:hover { transform: translateY(-8px); }

/* ================================================================ header == */

.topbar {
  background: var(--white);
  border-bottom: 1px solid var(--rule);
  position: relative;
  z-index: 3;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.5em;
}
.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
}
.topbar__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--body);
  padding: 10px 0;
}
.topbar__right { border-left: 1px solid var(--rule); padding-left: 20px; }
.topbar i { color: #ff8f34; font-size: 16px; }

.masthead {
  background: var(--white);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
  position: relative;
  z-index: 1;
}
.masthead__inner {
  display: flex;
  align-items: center;
  min-height: 84px;
  gap: 20px;
}

.brand { flex: 0 0 auto; }
.brand img { width: 150px; }

.nav { flex: 1 1 auto; }
.nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav__list > li > a {
  display: block;
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ink);
  padding: 0 18px;
  transition: color .3s;
}
.nav__list > li > a:hover,
.nav__list > li > a.is-active { color: var(--accent); }

.masthead__cta { flex: 0 0 auto; }

.hamburger,
.nav__close {
  display: none;
  background: transparent;
  border: 0;
  font-size: 22px;
  color: var(--ink);
  cursor: pointer;
  padding: 8px;
}

/* ================================================================== hero == */

.hero {
  position: relative;
  padding: 200px 0 240px;
  overflow: hidden;
  isolation: isolate;
}
.hero__slides {
  position: absolute;
  inset: 0;
  z-index: -2;
}
/* Elementor background slideshow: fade, 500ms transition, 5s per slide,
   with a Ken Burns zoom-in on whichever slide is showing. */
.hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .5s ease-in-out;
}
.hero__slide.is-active { opacity: 1; }
.hero__slide__image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  transition-property: transform;
  transition-timing-function: linear;
  transition-duration: 10s;
}
.hero__slide__image.is-zooming {
  transition-duration: 20s;
  transform: scale(1.3);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: .6;
  z-index: -1;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.hero h1 {
  font-size: var(--t-primary);
  font-weight: 600;
  line-height: 1.2em;
  color: var(--white);
}
.hero__lead {
  color: #f0f0f0;
  padding-right: 20%;
  margin-top: 20px;
}
.hero__badge {
  margin-top: 10px;
  width: 76.8%;
  max-width: 274px;
}
.hero__badge img { border-radius: 60px; }

/* ============================================================== features == */

.features { padding: 0 0 40px; }
.features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: -60px;
  position: relative;
  z-index: 2;
}

.feature {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background: var(--white);
  padding: 25px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
  transition: background .3s;
}
.feature__icon {
  flex: 0 0 auto;
  background: var(--accent);
  color: var(--white);
  padding: 15px;
  margin: 0 10px;
  line-height: 0;
  transition: background .3s;
}
.feature__icon i { font-size: 30px; line-height: 1; }
.feature__title {
  font-size: var(--t-card-title);
  font-weight: 600;
  line-height: 1.3em;
  color: var(--ink);
  margin: 0 0 8px;
}
.feature__body { margin: 0; }

/* ================================================================= about == */

.about { padding: 100px 0; }
.about__grid {
  display: grid;
  grid-template-columns: 45.555% 54.445%;
  align-items: center;
}
.about__media { padding: 0 10px 10px 0; margin-right: 20px; }
.about__shot { width: 100%; }

.about__card {
  margin-top: -140px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}
.about__card-inner {
  width: 56.018%;
  min-width: 260px;
  background: var(--white);
  padding: 20px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, .08);
}
.about__card-icon {
  color: var(--accent);
  font-size: 45px;
  line-height: 1;
  margin-top: 5px;
}
.about__card-number {
  font-family: var(--font-head);
  font-size: var(--t-secondary);
  font-weight: 600;
  line-height: 1.3em;
  color: var(--ink);
}
.about__card-number sup {
  color: var(--accent);
  top: -5px;
  vertical-align: super;
}
.about__card-label { margin: 0; }

.about__copy { padding: 10px 10px 10px 40px; }

.eyebrow {
  font-family: var(--font-head);
  font-size: var(--t-eyebrow);
  font-weight: 400;
  line-height: 1em;
  color: var(--accent);
  margin: 0 0 14px;
}
.section-title {
  font-size: var(--t-secondary);
  font-weight: 600;
  line-height: 1.3em;
  color: var(--ink);
  margin: 0 0 20px;
}

.about__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 20px;
  margin-top: 20px;
}
.checklist { margin-top: 20px; }
.checklist li {
  display: flex;
  align-items: center;
  font-family: var(--font-body);
  font-size: var(--t-body);
  line-height: 1.5em;
  color: var(--ink);
}
.checklist li + li { margin-top: 10px; }
.checklist i { color: var(--accent); font-size: 16px; width: 1.25em; margin-right: 4px; }
.checklist i + span { padding-left: 5px; }

/* ============================================================== services == */

.services {
  position: relative;
  padding: 100px 0 180px;
  background: url("../img/band.jpg") center center / cover no-repeat;
  isolation: isolate;
}
.services::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: .8;
  z-index: -1;
}
.services .eyebrow,
.services .section-title { text-align: center; }
.services .section-title { color: var(--white); }
.services__lead {
  color: #dedede;
  text-align: center;
  padding: 0 26%;
  margin: 0 0 50px;
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}

.service {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.service__icon {
  flex: 0 0 auto;
  background: var(--accent);
  color: var(--white);
  padding: 20px;
  margin-right: 5px;
  line-height: 0;
  transition: background .3s;
}
.service__icon i { font-size: 35px; line-height: 1; }
.service__title {
  font-size: var(--t-service-title);
  font-weight: 600;
  line-height: 1.2em;
  color: var(--white);
  margin: -5px 0 10px;
}
.service__body { color: #d1d1d1; margin: 0; }

/* ================================================================= stats == */

.stats { position: relative; z-index: 2; }
.stats__strip {
  background: var(--white);
  box-shadow: 0 3px 15px rgba(0, 0, 0, .08);
  margin-top: -100px;
  padding: 40px 0 50px;
}
.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
.stat__number {
  font-family: var(--font-head);
  font-size: var(--t-stat);
  font-weight: 700;
  line-height: 1.5em;
  color: #1a1a1a;
}
.stat__number sup {
  color: var(--accent);
  font-size: 32px;
  top: -6px;
  left: -5px;
  vertical-align: baseline;
}
.stat__label { margin: 0; }

/* =============================================================== process == */

.process { padding: 100px 0; }
.process .eyebrow,
.process .section-title { text-align: center; }
.process__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
}
.step {
  position: relative;
  text-align: center;
  padding-top: 10px;
}
.step__badge {
  position: absolute;
  top: -12px;
  left: 43%;
  z-index: 2;
  background: var(--accent);
  color: var(--white);
  font-family: var(--font-head);
  font-size: var(--t-card-title);
  font-weight: 600;
  line-height: 1.3em;
  padding: 15px 17px;
  transition: background .3s;
}
.step:nth-child(3) .step__badge { left: 46%; }
.step__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  border: 2px solid var(--accent);
  border-radius: 50%;
  padding: 40px;
  margin-bottom: 5px;
  transition: background .3s, color .3s;
}
.step__icon i { font-size: 50px; line-height: 1; }
.step__title {
  font-size: var(--t-card-title);
  font-weight: 600;
  line-height: 1.3em;
  color: var(--ink-soft);
  margin: 25px 0 10px;
}
.step__body { margin: 0 auto; max-width: 330px; }
.step:hover .step__icon { background: var(--accent); color: var(--white); }
.step__badge:hover { background: #ff8f34; color: var(--white); }
.step:nth-child(2) { margin-top: 60px; }
.step:nth-child(3) { margin-top: 40px; }

/* ================================================================== call == */

.callout {
  position: relative;
  padding: 100px 0 200px;
  background: url("../img/hero5.jpg") 0% 58% / cover no-repeat;
  text-align: center;
  isolation: isolate;
}
.callout::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: .7;
  z-index: -1;
}
/* Elementor marks this widget hidden on desktop, tablet and phone, so the
   live call-out shows the heading alone. Kept in the markup, not painted. */
.play { display: none; }

.play--shown {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--white);
  color: var(--accent);
  font-size: 24px;
  margin-bottom: 30px;
  z-index: 2;
}
.play::before,
.play::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .5);
  animation: play-glow 2.4s ease-out infinite;
}
.play::after { animation-delay: 1.2s; }
@keyframes play-glow {
  0%   { transform: scale(1);   opacity: .9; }
  100% { transform: scale(2.2); opacity: 0; }
}
.callout__title {
  font-size: var(--t-secondary);
  font-weight: 600;
  line-height: 1.3em;
  color: var(--white);
}

/* ========================================================== testimonials == */

.pitch { padding: 0 10px; }
.pitch__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  margin-top: -140px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
  position: relative;
  z-index: 2;
}
.pitch__copy {
  background: var(--white);
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.pitch__copy .section-title { margin-bottom: 18px; }
.pitch__copy p { margin-bottom: 28px; }

.quotes {
  background: var(--accent);
  overflow: hidden;
  display: flex;
  align-items: center;
}
/* tiny-slider carousel: one item, 10px gutter, horizontal slide. */
.quotes__viewport { position: relative; width: 92.867%; overflow: hidden; }
.quotes__track {
  display: flex;
  transition: transform .3s cubic-bezier(.25, .46, .45, .94);
}
/* Padding rather than the original's margin: identical inset (the panel's
   yellow comes from the parent), but it keeps each slide exactly 100% wide
   so the track steps by a clean 100%. */
.quote {
  flex: 0 0 100%;
  padding: 60px;
}
.quote__mark {
  color: var(--white);
  font-size: 40px;
  line-height: 1;
  margin-bottom: 16px;
  display: block;
}
.quote__text {
  font-family: var(--font-body);
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--white);
  margin: 0 0 26px;
}
.quote__bio { display: flex; align-items: center; gap: 15px; }
.quote__bio img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-top: -15px;
  object-fit: cover;
}
.quote__name {
  display: block;
  font-family: var(--font-head);
  font-size: var(--t-card-title);
  font-weight: 600;
  line-height: 1.3em;
  color: var(--white);
}
.quote__role {
  display: block;
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--white);
}

/* =============================================== google reviews (slider) == */
/* Trustindex "drop-shadow" set, layout 15. Values from the live
   trustindex-google-widget.css; Poppins is the widget's own face. */

.reviews { margin: 76px 0 39px; }
.ti {
  position: relative;
  margin: 5px 0 15px;
  color: #000;
  font-family: "Poppins", var(--font-body);
  font-size: 14px;
  line-height: 1.4em;
}
/* The vertical padding only keeps the card shadow from being clipped. */
.ti__viewport { overflow: hidden; margin: 0 -8px; padding: 6px 0 14px; }
.ti__track {
  display: flex;
  flex-wrap: nowrap;
  transition: transform .3s ease-out;
}
.ti-item {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 8px;
}

.ti-bubble {
  position: relative;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 1px 4px 10px 0 rgba(0, 0, 0, .1), 0 0 2px 0 rgba(0, 0, 0, .05);
}
.ti-stars {
  display: block;
  height: 17px;
  line-height: 17px;
  margin: 0 0 7px;
  white-space: nowrap;
}
.ti-stars img {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 1px;
}
.ti-text {
  max-height: 87px;
  overflow: hidden;
  font-size: 15px;
  line-height: 21.75px;
  word-wrap: break-word;
  word-break: break-word;
  transition: max-height .5s;
}
.ti-text.is-open { max-height: 1200px; }
.ti-more {
  display: block;
  padding: 8px 0 0;
  border: 0;
  background: none;
  font-family: inherit;
  font-size: 13.5px;
  color: #000;
  opacity: .5;
  cursor: pointer;
  transition: color .3s ease-out;
}
.ti-more:hover { opacity: 1; text-decoration: underline; }
.ti-more[hidden] { display: none; }
.ti-source {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 20px;
  height: 20px;
}
.ti-source img { width: 20px; height: 20px; }

/* Reviewer row sits under the bubble; ::before draws the bubble's tail. */
.ti-head {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  padding: 15px 0 0 10px;
}
.ti-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  border: 10px solid transparent;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.ti-avatar {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  border-radius: 30px;
  object-fit: cover;
  object-position: top;
}
.ti-who {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ti-name {
  overflow: hidden;
  padding-right: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

/* Arrows: 30px white discs over the edges, from 1024px up. */
.ti__prev,
.ti__next {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  padding: 0;
  border: 0;
  border-radius: 15px;
  background: #fff;
  outline: 1px solid #d9d9d9;
  cursor: pointer;
  transition: all .2s ease-out;
}
.ti__prev { left: 1px; }
.ti__next { right: 1px; }
.ti__prev::before,
.ti__next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border: solid #5e5e5e;
  border-width: 0 0 2px 2px;
  transition: all .2s ease-out;
}
.ti__prev::before { transform: translate(-30%, -50%) rotate(45deg); }
.ti__next::before { transform: translate(-70%, -50%) rotate(-135deg); }
.ti__prev:hover,
.ti__next:hover,
.ti__prev:focus-visible,
.ti__next:focus-visible {
  background: #4d4d4d;
  outline-color: #272727;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .05);
}
.ti__prev:hover::before,
.ti__next:hover::before,
.ti__prev:focus-visible::before,
.ti__next:focus-visible::before { border-color: #fff; }
@media (min-width: 1024px) {
  .ti__prev,
  .ti__next { display: block; }
}

/* Progress line: phones only. */
.ti__line {
  display: none;
  position: relative;
  overflow: hidden;
  width: 150px;
  height: 3px;
  margin: 35px auto 20px;
  border-radius: 3px;
  background: rgba(94, 94, 94, .35);
}
.ti__dot {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 3px;
  background: #5e5e5e;
  transition: width .2s, left .2s;
}
@media (max-width: 479px) {
  .ti__line { display: block; }
}

/* =========================================================== appointment == */

.appointment {
  position: relative;
  padding: 100px 0 0;
  background: url("../img/hero4.jpg") center center / cover no-repeat;
  isolation: isolate;
}
.appointment::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: .65;
  z-index: -1;
}
.appointment__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  min-height: 616px;
}
.appointment__copy { padding: 10px 0 60px 40px; }
.appointment__copy .section-title { color: var(--white); }
.appointment__copy p { color: var(--white); margin: 0 0 38px; }

.contact-list li {
  display: flex;
  align-items: center;
  color: var(--white);
  font-family: var(--font-body);
  font-size: var(--t-body);
  line-height: 1.5em;
}
.contact-list li + li { margin-top: 10px; }
.contact-list i { color: var(--accent); font-size: 14px; width: 1.25em; }
.contact-list i + * { padding-left: 5px; }
.contact-list a { color: var(--white); }

/* MetForm "Appointment" (post-258). The live form has no card of its own: it
   sits on the column's translucent #FFFFFF26 panel over the dark photo. The live
   labels are black there and barely legible; they are white here on purpose. */
.form-panel {
  background: #ffffff26;
  padding: 0 40px 0 10px;
}
.mf-form { padding: 29px 35px 39px; }
.mf-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.mf-field {
  display: flex;
  flex-direction: column;
  padding: 11px 15px;
}
.mf-field--wide { grid-column: 1 / -1; }

.mf-label {
  display: block;
  margin: 0 0 7px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  color: var(--white);
}
.mf-req { color: #f00; }

.mf-input {
  display: block;
  width: 100%;
  padding: 15px 24px 17px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #0d1427;
  background: #f6f7fa;
  border: 1px solid #eaecf1;
  border-radius: 6px;
  transition: color .3s, background-color .3s, border-color .3s;
}
.mf-input::placeholder { color: #878991; }
.mf-input:hover { color: #000; }
.mf-input:focus {
  outline: none;
  color: #000;
  background: #fff;
  border-color: #d6d8e0;
}
.mf-input[aria-invalid="true"] { border-color: #f00; }
.mf-textarea { resize: vertical; }

.mf-captcha-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.mf-input.mf-captcha-image {
  width: 150px;
  height: 50px;
  padding: 0;
}
.mf-refresh-captcha {
  padding: 6px;
  border: 0;
  background: none;
  color: var(--white);
  font-size: 16px;
  cursor: pointer;
}

.mf-error-message {
  display: block;
  margin-top: 6px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #f00;
}

.mf-submit { align-items: flex-start; }
.metform-btn {
  display: inline-block;
  padding: 17px 28px 16px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 11px;
  color: #fff;
  background: #ffa339;
  border: none;
  border-radius: 8px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
  cursor: pointer;
}
.metform-btn:focus { color: #fff; }

.mf-response {
  grid-column: 1 / -1;
  margin: 4px 15px 0;
  padding: 12px 15px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  color: #0d1427;
  background: #fff;
  border-radius: 6px;
}
.mf-response[hidden] { display: none; }
.mf-response.is-error { color: #b00020; }

.mf-form { position: relative; }
.mf-hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.metform-btn[disabled] { opacity: .7; cursor: progress; }
img.mf-captcha-image { object-fit: contain; }

/* =============================================================== footer  == */
/* Values from the live footer template (post-131). Columns carry no gutter
   (elementor-column-gap-no); widgets are spaced by Elementor's 20px default. */

.footer {
  background: var(--footer);
  padding: 40px 10px 20px;
}
.footer__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.footer__col--about { padding-right: 49px; }

.footer__logo { width: 55%; margin-bottom: 20px; }
.footer__text {
  margin: 10px 0 0;
  color: #fefefe;
  font-family: var(--font-body);
  font-size: var(--t-body);
  line-height: 1.5em;
}
.footer__socials { display: none; }

.footer__title {
  font-family: var(--font-head);
  font-size: var(--t-footer-title);
  font-weight: 500;
  line-height: 1.3em;
  color: var(--white);
  margin: 0 0 20px;
}
.footer__rule { padding: 2px 0; margin-bottom: 20px; }
.footer__rule span {
  display: block;
  width: 38%;
  border-top: 2.5px solid var(--accent);
}

.footer__list li {
  display: flex;
  align-items: center;
  color: var(--white);
  font-family: var(--font-body);
  font-size: var(--t-body);
  line-height: 1.5em;
}
.footer__list li + li { margin-top: 10px; }
.footer__list a { color: var(--white); transition: color .3s; }
.footer__list a:hover { color: #ff8f34; }
.footer__list i { color: var(--accent); font-size: 14px; width: 1.25em; }
.footer__list i + span { padding-left: 5px; }

.footer__call { margin-top: 20px; }

.footer__base {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 80px;
  padding-top: 20px;
  border-top: 1px solid #ffffff29;
}
.footer__base p {
  grid-column: 2;
  margin: 0;
  text-align: end;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.5em;
}
.footer__base span { color: var(--white); }

/* ========================================================== chat widget == */
/* Chaty, per the live chaty_settings + chaty-front.min.css: fixed bottom-right
   at 25px, 54px buttons, channels stack 62px apart, .5s transitions. */

.chaty {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 997;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.chaty-widget { position: relative; width: 62px; height: 62px; }

.chaty-channels {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 62px;
  pointer-events: none;
}
.chaty-channel {
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  box-shadow: 0 16px 24px 0 rgb(73 104 126 / 16%);
  opacity: 0;
  transition: .5s;
}
.chaty-channel img { display: block; width: 54px; height: 54px; border-radius: 50%; }
.chaty.is-open .chaty-channels { pointer-events: auto; }
.chaty.is-open .chaty-channel { opacity: 1; }
.chaty.is-open .chaty-channel:nth-child(1) { bottom: 66px; }
.chaty.is-open .chaty-channel:nth-child(2) { bottom: 128px; }

.chaty-main,
.chaty-close {
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 0;
  background: none;
  border-radius: 50%;
  cursor: pointer;
}
.chaty-btn {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  box-shadow: 0 16px 24px 0 rgb(73 104 126 / 16%);
  transition: .5s;
}
.chaty-btn svg { display: block; width: 54px; height: 54px; }

.chaty-main { z-index: 2; }
.chaty.is-open .chaty-main .chaty-btn { opacity: 0; visibility: hidden; transform: rotate(540deg); }
.chaty-close { pointer-events: none; z-index: 1; }
.chaty-close .chaty-btn { opacity: 0; visibility: hidden; }
.chaty.is-open .chaty-close { pointer-events: auto; z-index: 3; }
.chaty.is-open .chaty-close .chaty-btn { opacity: 1; visibility: visible; transform: rotate(180deg); }

/* attention effect: "shockwave" — two rings, staggered .8s / 1.3s */
.chaty-shockwave::before,
.chaty-shockwave::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
}
.chaty-shockwave::before { animation: chaty-shockwave 2s ease-out .8s infinite; }
.chaty-shockwave::after  { animation: chaty-shockwave 2s ease-out 1.3s infinite; }
@keyframes chaty-shockwave {
  0%   { transform: scale(1); box-shadow: 0 0 2px rgba(0, 0, 0, .3), inset 0 0 1px rgba(0, 0, 0, .3); }
  95%  { box-shadow: 0 0 50px transparent, inset 0 0 30px transparent; }
  100% { transform: scale(2.25); }
}
.chaty.is-open .chaty-shockwave::before,
.chaty.is-open .chaty-shockwave::after { animation: none; }

/* tooltips (pos-left): the "Contact us" pill until first click, labels on hover */
.chaty-tip::before,
.chaty-tip::after {
  position: absolute;
  top: 50%;
  display: none;
  pointer-events: none;
}
.chaty-tip::after {
  content: attr(data-tip);
  right: calc(100% + 10px);
  transform: translate(-.5em, -50%);
  z-index: 1000;
  white-space: nowrap;
  padding: 5px 15px;
  border-radius: 10px;
  background: #fff;
  color: #333;
  font-size: 17px;
  line-height: 1.2;
  box-shadow: 0 1.93465px 7.73859px rgb(0 0 0 / 15%);
}
.chaty-tip::before {
  content: "";
  left: -10px;
  transform: translate(-.5em, -50%);
  z-index: 1001;
  border: 5px solid transparent;
  border-right-width: 0;
  border-left-color: #fff;
}
.chaty-tip:hover::before,
.chaty-tip:hover::after,
.chaty-tip:focus-visible::before,
.chaty-tip:focus-visible::after,
.chaty-main.is-cta::before,
.chaty-main.is-cta::after { display: block; }
.chaty.is-open .chaty-main::before,
.chaty.is-open .chaty-main::after { display: none; }

@media (prefers-reduced-motion: reduce) {
  .chaty-shockwave::before,
  .chaty-shockwave::after { animation: none; }
}

/* ========================================================= entrance fx == */

/* Elementor's entrance-animation model: the widget sits at visibility:hidden
   until it scrolls into view, then JS swaps in "animated <name>". Gated behind
   .js-anim (set in <head>) so the page stays legible with JS off. */
.js-anim .e-anim { visibility: hidden; }

.animated { animation-duration: 1.25s; }
.animated.animated-slow { animation-duration: 2s; }
.animated.animated-fast { animation-duration: .75s; }

.fadeInUp    { animation-name: fadeInUp; }
.fadeInLeft  { animation-name: fadeInLeft; }
.fadeInRight { animation-name: fadeInRight; }

@keyframes fadeInUp {
  from { opacity: 0; transform: translate3d(0, 100%, 0); }
  to   { opacity: 1; transform: none; }
}
@keyframes fadeInLeft {
  from { opacity: 0; transform: translate3d(-100%, 0, 0); }
  to   { opacity: 1; transform: none; }
}
@keyframes fadeInRight {
  from { opacity: 0; transform: translate3d(100%, 0, 0); }
  to   { opacity: 1; transform: none; }
}

/* Entrance animations translate by 100% of the element's own width, which can
   push a wide heading past the viewport edge mid-flight. */
.hero, .about, .services, .process, .callout, .pitch, .appointment { overflow-x: clip; }

@media (prefers-reduced-motion: reduce) {
  .animated { animation: none !important; }
  .js-anim .e-anim { visibility: visible; }
  .hero__slide__image.is-zooming { transition: none; transform: none; }
  .play::before, .play::after { animation: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================ responsive == */

@media (max-width: 1024px) {
  :root {
    --t-primary: 32px;
    --t-secondary: 24px;
    --t-eyebrow: 16px;
    --t-card-title: 18px;
    --t-service-title: 20px;
    --t-stat: 26px;
    --t-body: 14px;
    --t-footer-title: 16px;
  }

  .topbar { display: none; }

  /* Lift the header's stacking context so the fixed drawer inside it clears
     the sections below (several of those sit at z-index 2). */
  .masthead { z-index: 60; }

  .hamburger { display: block; margin-left: auto; }
  .nav {
    position: fixed;
    inset: 0 auto 0 0;
    width: 300px;
    max-width: 84vw;
    background: var(--white);
    transform: translateX(-100%);
    transition: transform .35s ease;
    z-index: 50;
    padding: 24px;
    overflow-y: auto;
    box-shadow: 0 0 40px rgba(0, 0, 0, .2);
  }
  .nav.is-open { transform: none; }
  .nav__list { flex-direction: column; align-items: flex-start; gap: 4px; }
  .nav__list > li { width: 100%; }
  .nav__list > li > a { padding: 12px 0; }
  .nav__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--accent);
    color: var(--white);
    width: 36px;
    height: 36px;
    margin-bottom: 16px;
    padding: 0;
  }
  .nav-scrim {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 40;
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s ease;
  }
  .nav-scrim.is-open { opacity: 1; pointer-events: auto; }

  .hero { padding: 100px 10px 200px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__lead { padding-right: 0; }

  .features__grid { grid-template-columns: 1fr; gap: 16px; }

  .about { padding: 40px 10px 80px; }
  .about__grid { grid-template-columns: 1fr; }
  .about__media { margin-right: 0; padding: 10px; }
  .about__card { margin-top: -108px; }
  .about__copy { padding: 10px; }
  .about__split { grid-template-columns: 1fr; }

  .services { padding: 80px 10px 180px; }
  .services__grid { grid-template-columns: repeat(2, 1fr); }

  .stats__strip { margin-top: -120px; padding: 40px 0; }
  .stats__grid { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }

  .process { padding: 80px 10px 60px; }
  .process__grid { grid-template-columns: 1fr; gap: 50px; }
  .step:nth-child(2),
  .step:nth-child(3) { margin-top: 0; }
  .step__badge { left: 45%; }
  .step:nth-child(3) .step__badge { left: 45%; }

  .callout { padding: 80px 0 190px; background-position: 0 0; }

  .pitch__grid { grid-template-columns: 1fr; }
  .pitch__copy { padding: 30px; }
  .quote { padding: 30px; }


  .appointment { padding: 80px 0; }
  .appointment__grid { grid-template-columns: 1fr; min-height: 0; }
  .appointment__copy { padding: 0 10px 20px; order: -1; }
  .form-panel { padding: 0 20px; }

  .services__lead { padding: 0 10%; }
  .footer { padding: 0 10px 20px; }
  .footer__call { padding: 15px 30px; }
}

/* Tablet header: the live site drops the logo onto its own centred row. */
@media (max-width: 1024px) and (min-width: 768px) {
  .masthead__inner { flex-wrap: wrap; min-height: 0; padding-bottom: 10px; }
  .brand {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #dddddd42;
    padding: 10px 0 20px;
  }
  .brand img { width: 35%; margin: 0 auto; }
  .hamburger { margin-left: auto; }
}

@media (max-width: 767px) {
  .masthead__inner { gap: 10px; min-height: 70px; }
  .brand img { width: 120px; }
  .masthead__cta .btn { padding: 14px 16px; font-size: 12px; }
  .hamburger { margin-left: auto; padding: 8px 4px; }

  .hero { padding: 80px 10px; }
  .hero__badge { width: 100%; }

  .services__grid { grid-template-columns: 1fr; }

  .stats__strip { margin-top: -150px; padding: 20px; }
  .stats__grid { grid-template-columns: 1fr 1fr; }

  .about__card { margin-top: -60px; }
  .about__card-inner { width: 100%; margin-right: 0; }

  .process { padding: 40px 10px 20px; }
  .callout { padding: 60px 0 160px; background-position: 0 0; }

  .pitch__copy { padding: 24px; }
  .quote { padding: 24px; }

  .services__lead { padding: 0; }
  .form-panel { padding: 0; }
  .mf-grid { grid-template-columns: 1fr; }

  .footer__grid { grid-template-columns: 1fr; }
  .footer__base { grid-template-columns: 1fr; }
  .footer__base p { grid-column: 1; text-align: center; }
}
